From 0278c389d0649854e53cf12c675a4d75749fcb81 Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Fri, 2 Feb 2024 14:10:17 +0900 Subject: [PATCH] change cpu_time unit (us to ms) Signed-off-by: Sunyanan Choochotkaew --- cmd/cmd_util.py | 2 +- manifests/kepler/patch/patch-ci.yaml | 2 +- model_training/script.sh | 2 +- src/util/prom_types.py | 2 +- src/util/train_types.py | 6 +++--- tests/data/prom_output/idle.json | 2 +- tests/data/prom_output/prom_response.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/cmd_util.py b/cmd/cmd_util.py index 91b97212..6d259e78 100644 --- a/cmd/cmd_util.py +++ b/cmd/cmd_util.py @@ -58,7 +58,7 @@ def summary_validation(validate_df): # CPU instruction is mainly used for ratio. # reference: https://github.com/sustainable-computing-io/kepler/blob/0b328cf7c79db9a11426fb80a1a922383e40197c/pkg/config/config.go#L92 "hwc": "kepler_container_cpu_instructions_total", - "bpf": "kepler_container_bpf_cpu_time_us_total", + "bpf": "kepler_container_bpf_cpu_time_ms_total", } metric_to_validate_power = { "intel_rapl": "kepler_node_package_joules_total", diff --git a/manifests/kepler/patch/patch-ci.yaml b/manifests/kepler/patch/patch-ci.yaml index f94b9cbf..4780d681 100644 --- a/manifests/kepler/patch/patch-ci.yaml +++ b/manifests/kepler/patch/patch-ci.yaml @@ -17,4 +17,4 @@ spec: containers: - name: kepler-exporter imagePullPolicy: IfNotPresent - image: quay.io/sustainable_computing_io/kepler:latest-libbpf + image: quay.io/sustainable_computing_io/kepler:latest diff --git a/model_training/script.sh b/model_training/script.sh index 05a732c8..3d2e39f1 100755 --- a/model_training/script.sh +++ b/model_training/script.sh @@ -3,7 +3,7 @@ set -e # Supported CLUSTER_PROVIDER are kind,microshift export CLUSTER_PROVIDER=${CLUSTER_PROVIDER:-kind} -export IMAGE_TAG=${IMAGE_TAG:-latest-libbpf} +export IMAGE_TAG=${IMAGE_TAG:-latest} export KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-kind-for-training} export KIND_REGISTRY_NAME=${KIND_REGISTRY_NAME:-kind-registry-for-training} export REGISTRY_PORT=${REGISTRY_PORT:-5101} diff --git a/src/util/prom_types.py b/src/util/prom_types.py index f200b272..ddb55add 100644 --- a/src/util/prom_types.py +++ b/src/util/prom_types.py @@ -35,7 +35,7 @@ usage_ratio_query = "kepler_container_cpu_usage_per_package_ratio" # mostly available -valid_container_query = "kepler_container_bpf_cpu_time_us_total" +valid_container_query = "kepler_container_bpf_cpu_time_ms_total" node_info_query = "kepler_node_node_info" cpu_frequency_info_query = "kepler_node_cpu_scaling_frequency_hertz" diff --git a/src/util/train_types.py b/src/util/train_types.py index 3585d830..a01eb694 100644 --- a/src/util/train_types.py +++ b/src/util/train_types.py @@ -16,7 +16,7 @@ COUNTER_FEAUTRES = ["cache_miss", "cpu_cycles", "cpu_instructions"] CGROUP_FEATURES = ["cgroupfs_cpu_usage_us", "cgroupfs_memory_usage_bytes", "cgroupfs_system_cpu_usage_us", "cgroupfs_user_cpu_usage_us"] -BPF_FEATURES = ["bpf_cpu_time_us", "bpf_page_cache_hit"] +BPF_FEATURES = ["bpf_cpu_time_ms", "bpf_page_cache_hit"] IRQ_FEATURES = ["bpf_block_irq", "bpf_net_rx_irq", "bpf_net_tx_irq"] ACCELERATE_FEATURES = ['accelerator_intel_qat'] WORKLOAD_FEATURES = COUNTER_FEAUTRES + CGROUP_FEATURES + BPF_FEATURES + IRQ_FEATURES + ACCELERATE_FEATURES @@ -97,8 +97,8 @@ def is_single_source_feature_group(fg): FeatureGroup.WorkloadOnly: "cpu_instructions", FeatureGroup.CounterOnly: "cpu_instructions", FeatureGroup.CgroupOnly: "cgroupfs_cpu_usage_us", - FeatureGroup.BPFOnly: "bpf_cpu_time_us", - FeatureGroup.BPFIRQ: "bpf_cpu_time_us", + FeatureGroup.BPFOnly: "bpf_cpu_time_ms", + FeatureGroup.BPFIRQ: "bpf_cpu_time_ms", FeatureGroup.CounterIRQCombined: "cpu_instructions", FeatureGroup.Basic: "cpu_instructions", FeatureGroup.AcceleratorOnly: "accelerator_intel_qat", diff --git a/tests/data/prom_output/idle.json b/tests/data/prom_output/idle.json index 1bc115e9..21f13487 100644 --- a/tests/data/prom_output/idle.json +++ b/tests/data/prom_output/idle.json @@ -1 +1 @@ -{"kepler_container_bpf_block_irq_total": [{"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "16"], [1702462629, "16"], [1702462650, "16"], [1702462665, "16"], [1702462683, "17"], [1702462686, "17"]]}], "kepler_container_bpf_cpu_time_us_total": [{"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "15"], [1702462629, "15"], [1702462650, "15"], [1702462665, "15"], [1702462683, "15"], [1702462686, "15"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "10"], [1702462614, "10"], [1702462629, "10"], [1702462650, "10"], [1702462665, "10"], [1702462683, "10"], [1702462686, "10"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "28"], [1702462614, "32"], [1702462629, "32"], [1702462650, "34"], [1702462665, "34"], [1702462683, "34"], [1702462686, "34"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "15"], [1702462629, "15"], [1702462650, "15"], [1702462665, "15"], [1702462683, "15"], [1702462686, "15"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "26045"], [1702462614, "26058"], [1702462629, "26066"], [1702462650, "26109"], [1702462665, "30275"], [1702462683, "30304"], [1702462686, "30304"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "106"], [1702462614, "110"], [1702462629, "120"], [1702462650, "122"], [1702462665, "124"], [1702462683, "124"], [1702462686, "124"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "21"], [1702462614, "23"], [1702462629, "24"], [1702462650, "24"], [1702462665, "24"], [1702462683, "29"], [1702462686, "29"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "22"], [1702462614, "22"], [1702462629, "22"], [1702462650, "22"], [1702462665, "22"], [1702462683, "23"], [1702462686, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "12"], [1702462614, "12"], [1702462629, "12"], [1702462650, "14"], [1702462665, "14"], [1702462683, "14"], [1702462686, "14"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "4"], [1702462665, "4"], [1702462683, "5"], [1702462686, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "46"], [1702462614, "46"], [1702462629, "47"], [1702462650, "52"], [1702462665, "52"], [1702462683, "61"], [1702462686, "61"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "215"], [1702462614, "223"], [1702462629, "226"], [1702462650, "240"], [1702462665, "250"], [1702462683, "262"], [1702462686, "262"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "11"], [1702462614, "11"], [1702462629, "11"], [1702462650, "13"], [1702462665, "13"], [1702462683, "13"], [1702462686, "13"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2242"], [1702462614, "2274"], [1702462629, "2341"], [1702462650, "2396"], [1702462665, "2583"], [1702462683, "2611"], [1702462686, "2611"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "3"], [1702462614, "3"], [1702462629, "3"], [1702462650, "3"], [1702462665, "3"], [1702462683, "5"], [1702462686, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "44"], [1702462614, "44"], [1702462629, "44"], [1702462650, "48"], [1702462665, "50"], [1702462683, "53"], [1702462686, "53"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "19"], [1702462614, "19"], [1702462629, "20"], [1702462650, "20"], [1702462665, "20"], [1702462683, "20"], [1702462686, "20"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "70"], [1702462614, "70"], [1702462629, "70"], [1702462650, "71"], [1702462665, "85"], [1702462683, "85"], [1702462686, "85"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "11"], [1702462614, "11"], [1702462629, "11"], [1702462650, "11"], [1702462665, "11"], [1702462683, "11"], [1702462686, "11"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "176"], [1702462614, "181"], [1702462629, "202"], [1702462650, "208"], [1702462665, "227"], [1702462683, "231"], [1702462686, "231"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "16"], [1702462614, "16"], [1702462629, "24"], [1702462650, "24"], [1702462665, "24"], [1702462683, "24"], [1702462686, "24"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "267"], [1702462614, "267"], [1702462629, "267"], [1702462650, "267"], [1702462665, "269"], [1702462683, "270"], [1702462686, "270"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "103570"], [1702462614, "108539"], [1702462629, "112809"], [1702462650, "117247"], [1702462665, "122759"], [1702462683, "130610"], [1702462686, "130610"]]}], "kepler_container_bpf_net_rx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "12"], [1702462614, "12"], [1702462629, "12"], [1702462650, "12"], [1702462665, "12"], [1702462683, "12"], [1702462686, "12"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "18"], [1702462614, "19"], [1702462629, "21"], [1702462650, "21"], [1702462665, "22"], [1702462683, "25"], [1702462686, "25"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "3"], [1702462614, "3"], [1702462629, "3"], [1702462650, "3"], [1702462665, "4"], [1702462683, "4"], [1702462686, "4"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "79"], [1702462614, "79"], [1702462629, "79"], [1702462650, "85"], [1702462665, "95"], [1702462683, "96"], [1702462686, "96"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "120"], [1702462614, "130"], [1702462629, "138"], [1702462650, "144"], [1702462665, "151"], [1702462683, "159"], [1702462686, "159"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "2"], [1702462665, "2"], [1702462683, "2"], [1702462686, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "4"], [1702462614, "4"], [1702462629, "4"], [1702462650, "4"], [1702462665, "4"], [1702462683, "4"], [1702462686, "4"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "5"], [1702462614, "5"], [1702462629, "5"], [1702462650, "6"], [1702462665, "6"], [1702462683, "6"], [1702462686, "6"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "3"], [1702462665, "3"], [1702462683, "5"], [1702462686, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "6"], [1702462614, "6"], [1702462629, "7"], [1702462650, "7"], [1702462665, "8"], [1702462683, "8"], [1702462686, "8"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "307"], [1702462614, "324"], [1702462629, "335"], [1702462650, "342"], [1702462665, "361"], [1702462683, "375"], [1702462686, "375"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "11"], [1702462614, "11"], [1702462629, "12"], [1702462650, "12"], [1702462665, "12"], [1702462683, "12"], [1702462686, "12"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "401"], [1702462614, "407"], [1702462629, "425"], [1702462650, "436"], [1702462665, "456"], [1702462683, "458"], [1702462686, "458"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "18"], [1702462614, "18"], [1702462629, "18"], [1702462650, "18"], [1702462665, "18"], [1702462683, "20"], [1702462686, "20"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "2"], [1702462665, "2"], [1702462683, "2"], [1702462686, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "22"], [1702462614, "24"], [1702462629, "24"], [1702462650, "24"], [1702462665, "25"], [1702462683, "25"], [1702462686, "25"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "15"], [1702462629, "16"], [1702462650, "16"], [1702462665, "16"], [1702462683, "17"], [1702462686, "17"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "9"], [1702462614, "9"], [1702462629, "10"], [1702462650, "10"], [1702462665, "12"], [1702462683, "13"], [1702462686, "13"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "20"], [1702462614, "21"], [1702462629, "22"], [1702462650, "23"], [1702462665, "23"], [1702462683, "25"], [1702462686, "25"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "17"], [1702462614, "17"], [1702462629, "17"], [1702462650, "17"], [1702462665, "19"], [1702462683, "19"], [1702462686, "19"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "5071"], [1702462614, "5286"], [1702462629, "5528"], [1702462650, "5776"], [1702462665, "6068"], [1702462683, "6409"], [1702462686, "6409"]]}], "kepler_container_bpf_net_tx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_bpf_page_cache_hit_total": [{"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "7"], [1702462614, "7"], [1702462629, "7"], [1702462650, "11"], [1702462665, "11"], [1702462683, "15"], [1702462686, "15"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "421"], [1702462614, "467"], [1702462629, "494"], [1702462650, "535"], [1702462665, "577"], [1702462683, "597"], [1702462686, "597"]]}], "kepler_container_cache_miss_total": [{"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "8145"], [1702462614, "8145"], [1702462629, "8145"], [1702462650, "8145"], [1702462665, "8145"], [1702462683, "8145"], [1702462686, "8145"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "387767"], [1702462614, "390269"], [1702462629, "399633"], [1702462650, "402784"], [1702462665, "410418"], [1702462683, "419644"], [1702462686, "419644"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "538561"], [1702462614, "565708"], [1702462629, "599918"], [1702462650, "645340"], [1702462665, "663982"], [1702462683, "735045"], [1702462686, "735045"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "30319"], [1702462614, "30319"], [1702462629, "31821"], [1702462650, "31821"], [1702462665, "35322"], [1702462683, "35322"], [1702462686, "35322"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "604972"], [1702462614, "604972"], [1702462629, "608467"], [1702462650, "648207"], [1702462665, "667723"], [1702462683, "696099"], [1702462686, "696099"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2391179"], [1702462614, "2600303"], [1702462629, "2779267"], [1702462650, "2893506"], [1702462665, "3100824"], [1702462683, "3261699"], [1702462686, "3261699"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "15878"], [1702462614, "15878"], [1702462629, "16397"], [1702462650, "16397"], [1702462665, "16397"], [1702462683, "16397"], [1702462686, "16397"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "6868"], [1702462614, "7402"], [1702462629, "7912"], [1702462650, "7912"], [1702462665, "7912"], [1702462683, "7912"], [1702462686, "7912"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "59985"], [1702462614, "88323"], [1702462629, "88693"], [1702462650, "93295"], [1702462665, "93988"], [1702462683, "94482"], [1702462686, "94482"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "81937"], [1702462614, "81937"], [1702462629, "81937"], [1702462650, "92092"], [1702462665, "92092"], [1702462683, "106746"], [1702462686, "106746"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "60169"], [1702462614, "61883"], [1702462629, "62717"], [1702462650, "64897"], [1702462665, "66703"], [1702462683, "70335"], [1702462686, "70335"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "169769"], [1702462614, "183692"], [1702462629, "193492"], [1702462650, "198121"], [1702462665, "203224"], [1702462683, "211157"], [1702462686, "211157"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "62963"], [1702462614, "67306"], [1702462629, "72954"], [1702462650, "76632"], [1702462665, "77807"], [1702462683, "77807"], [1702462686, "77807"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "133449"], [1702462614, "137649"], [1702462629, "152099"], [1702462650, "153525"], [1702462665, "153525"], [1702462683, "214191"], [1702462686, "214191"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "146182"], [1702462614, "153651"], [1702462629, "165688"], [1702462650, "181951"], [1702462665, "189074"], [1702462683, "206062"], [1702462686, "206062"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1648"], [1702462614, "1648"], [1702462629, "1648"], [1702462650, "1648"], [1702462665, "1648"], [1702462683, "1648"], [1702462686, "1648"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4867081"], [1702462614, "5025762"], [1702462629, "5217090"], [1702462650, "5398950"], [1702462665, "5667916"], [1702462683, "5889414"], [1702462686, "5889414"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "423473"], [1702462614, "441655"], [1702462629, "445574"], [1702462650, "471030"], [1702462665, "471030"], [1702462683, "471030"], [1702462686, "471030"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "8093565"], [1702462614, "8275901"], [1702462629, "8646576"], [1702462650, "9012128"], [1702462665, "9354523"], [1702462683, "9408117"], [1702462686, "9408117"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "6111"], [1702462683, "6111"], [1702462686, "6111"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "16562"], [1702462614, "17048"], [1702462629, "17048"], [1702462650, "18031"], [1702462665, "18031"], [1702462683, "18031"], [1702462686, "18031"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "644668"], [1702462614, "659920"], [1702462629, "662811"], [1702462650, "689532"], [1702462665, "693540"], [1702462683, "796763"], [1702462686, "796763"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "84147"], [1702462614, "84147"], [1702462629, "84192"], [1702462650, "84192"], [1702462665, "84192"], [1702462683, "91281"], [1702462686, "91281"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "708427"], [1702462614, "715597"], [1702462629, "719566"], [1702462650, "729462"], [1702462665, "751262"], [1702462683, "817143"], [1702462686, "817143"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "374218"], [1702462614, "393720"], [1702462629, "399393"], [1702462650, "424177"], [1702462665, "436817"], [1702462683, "457620"], [1702462686, "457620"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "401180"], [1702462614, "416684"], [1702462629, "447270"], [1702462650, "494500"], [1702462665, "553715"], [1702462683, "633986"], [1702462686, "633986"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "694742"], [1702462614, "717126"], [1702462629, "735464"], [1702462650, "760559"], [1702462665, "781325"], [1702462683, "813075"], [1702462686, "813075"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "6152"], [1702462650, "6152"], [1702462665, "6152"], [1702462683, "6152"], [1702462686, "6152"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "184681"], [1702462614, "184681"], [1702462629, "184681"], [1702462650, "184681"], [1702462665, "195475"], [1702462683, "195505"], [1702462686, "195505"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "137605050"], [1702462614, "144491191"], [1702462629, "151578376"], [1702462650, "158661799"], [1702462665, "167982246"], [1702462683, "178167694"], [1702462686, "178167694"]]}], "kepler_container_cgroupfs_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cgroupfs_memory_usage_bytes_total": [{"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cgroupfs_system_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cgroupfs_user_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_core_joules_total": [{"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cpu_cycles_total": [{"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4410574"], [1702462614, "4410574"], [1702462629, "4410574"], [1702462650, "4410574"], [1702462665, "4410574"], [1702462683, "4410574"], [1702462686, "4410574"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "55245269"], [1702462614, "55335047"], [1702462629, "57036608"], [1702462650, "58418268"], [1702462665, "60479348"], [1702462683, "63388024"], [1702462686, "63388024"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "136494607"], [1702462614, "140020218"], [1702462629, "143260513"], [1702462650, "148217728"], [1702462665, "149778405"], [1702462683, "168752897"], [1702462686, "168752897"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "31592556"], [1702462614, "32797415"], [1702462629, "32797415"], [1702462650, "32797415"], [1702462665, "32797415"], [1702462683, "32797415"], [1702462686, "32797415"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "4153703504"], [1702462614, "4155198241"], [1702462629, "4159001508"], [1702462650, "4180060607"], [1702462665, "4781424886"], [1702462683, "4784554839"], [1702462686, "4784554839"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "974354153"], [1702462614, "994912766"], [1702462629, "1039390525"], [1702462650, "1097729087"], [1702462665, "1161235813"], [1702462683, "1215077954"], [1702462686, "1215077954"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "7948749"], [1702462614, "7948749"], [1702462629, "9066925"], [1702462650, "9066925"], [1702462665, "9066925"], [1702462683, "9066925"], [1702462686, "9066925"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "5691548"], [1702462614, "5691548"], [1702462629, "5691548"], [1702462650, "5691548"], [1702462665, "5691548"], [1702462683, "5691548"], [1702462686, "5691548"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "10561839"], [1702462614, "10561839"], [1702462629, "10561839"], [1702462650, "10561839"], [1702462665, "10561839"], [1702462683, "10984027"], [1702462686, "10984027"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "10409272"], [1702462614, "10409272"], [1702462629, "11038787"], [1702462650, "11038787"], [1702462665, "11038787"], [1702462683, "11038787"], [1702462686, "11038787"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "3092730"], [1702462614, "3092730"], [1702462629, "3604203"], [1702462650, "3776415"], [1702462665, "3776415"], [1702462683, "3948847"], [1702462686, "3948847"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "31279630"], [1702462614, "31279630"], [1702462629, "31647112"], [1702462650, "34149624"], [1702462665, "35668016"], [1702462683, "37124050"], [1702462686, "37124050"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "11852408"], [1702462614, "12169189"], [1702462629, "13009769"], [1702462650, "13009769"], [1702462665, "13287670"], [1702462683, "13287670"], [1702462686, "13287670"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "30271122"], [1702462614, "30271122"], [1702462629, "30755455"], [1702462650, "34782054"], [1702462665, "34782054"], [1702462683, "49650198"], [1702462686, "49650198"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "28149525"], [1702462614, "29170399"], [1702462629, "29429146"], [1702462650, "29594081"], [1702462665, "33333819"], [1702462683, "34255862"], [1702462686, "34255862"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "465256"], [1702462614, "465256"], [1702462629, "465256"], [1702462650, "465256"], [1702462665, "465256"], [1702462683, "465256"], [1702462686, "465256"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1715916515"], [1702462614, "1786226346"], [1702462629, "1834584355"], [1702462650, "1870763673"], [1702462665, "1932359739"], [1702462683, "2012416093"], [1702462686, "2012416093"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "48472883"], [1702462614, "48921699"], [1702462629, "48921699"], [1702462650, "48921699"], [1702462665, "48921699"], [1702462683, "48921699"], [1702462686, "48921699"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2704635337"], [1702462614, "2741217894"], [1702462629, "2786247689"], [1702462650, "2855659583"], [1702462665, "2962358897"], [1702462683, "3024843472"], [1702462686, "3024843472"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "5846184"], [1702462683, "5846184"], [1702462686, "5846184"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "279786"], [1702462614, "279786"], [1702462629, "279786"], [1702462650, "279786"], [1702462665, "279786"], [1702462683, "279786"], [1702462686, "279786"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "12087049"], [1702462614, "12382264"], [1702462629, "12382264"], [1702462650, "12382264"], [1702462665, "12382264"], [1702462683, "12382264"], [1702462686, "12382264"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "109529842"], [1702462614, "109529842"], [1702462629, "109529842"], [1702462650, "109529842"], [1702462665, "109529842"], [1702462683, "122965613"], [1702462686, "122965613"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "23820743"], [1702462614, "23820743"], [1702462629, "23820743"], [1702462650, "23820743"], [1702462665, "23820743"], [1702462683, "23820743"], [1702462686, "23820743"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "144653387"], [1702462614, "146426637"], [1702462629, "146426637"], [1702462650, "152066683"], [1702462665, "174794953"], [1702462683, "181301436"], [1702462686, "181301436"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "71362200"], [1702462614, "72274210"], [1702462629, "74631963"], [1702462650, "78780039"], [1702462665, "79073205"], [1702462683, "79884283"], [1702462686, "79884283"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "89318606"], [1702462614, "90814610"], [1702462629, "99533535"], [1702462650, "103834037"], [1702462665, "105400529"], [1702462683, "105995339"], [1702462686, "105995339"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "131918348"], [1702462614, "145099855"], [1702462629, "150254997"], [1702462650, "150254997"], [1702462665, "154179169"], [1702462683, "155951541"], [1702462686, "155951541"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "58705249"], [1702462614, "58705249"], [1702462629, "58705249"], [1702462650, "58705249"], [1702462665, "61030141"], [1702462683, "66153498"], [1702462686, "66153498"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "36806417401"], [1702462614, "37969730133"], [1702462629, "38957318991"], [1702462650, "40138736175"], [1702462665, "41819615948"], [1702462683, "44010285464"], [1702462686, "44010285464"]]}], "kepler_container_cpu_instructions_total": [{"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1966596"], [1702462614, "1966596"], [1702462629, "1966596"], [1702462650, "1966596"], [1702462665, "1966596"], [1702462683, "1966596"], [1702462686, "1966596"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "44027681"], [1702462614, "45338116"], [1702462629, "47032523"], [1702462650, "48085908"], [1702462665, "51080842"], [1702462683, "52201368"], [1702462686, "52201368"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "83173544"], [1702462614, "89104013"], [1702462629, "94896372"], [1702462650, "97510678"], [1702462665, "99226317"], [1702462683, "108982719"], [1702462686, "108982719"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "3955016"], [1702462614, "3955016"], [1702462629, "3955016"], [1702462650, "3955016"], [1702462665, "3955016"], [1702462683, "3955016"], [1702462686, "3955016"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "2283568372"], [1702462614, "2287772417"], [1702462629, "2287772417"], [1702462650, "2287836767"], [1702462665, "3005914033"], [1702462683, "3022256143"], [1702462686, "3022256143"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "554619235"], [1702462614, "596939269"], [1702462629, "623148179"], [1702462650, "649249984"], [1702462665, "692200479"], [1702462683, "720406934"], [1702462686, "720406934"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "3292945"], [1702462614, "3292945"], [1702462629, "3292945"], [1702462650, "3292945"], [1702462665, "3292945"], [1702462683, "3292945"], [1702462686, "3292945"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "2689115"], [1702462614, "4012845"], [1702462629, "4887816"], [1702462650, "4887816"], [1702462665, "4887816"], [1702462683, "4887816"], [1702462686, "4887816"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "5826228"], [1702462614, "7353001"], [1702462629, "8119390"], [1702462650, "8119390"], [1702462665, "8119390"], [1702462683, "8284274"], [1702462686, "8284274"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "14240046"], [1702462614, "14240046"], [1702462629, "14240046"], [1702462650, "14240046"], [1702462665, "14240046"], [1702462683, "15078547"], [1702462686, "15078547"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "12887315"], [1702462614, "12887315"], [1702462629, "13032266"], [1702462650, "13166353"], [1702462665, "13312189"], [1702462683, "13409008"], [1702462686, "13409008"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "29362471"], [1702462614, "29757287"], [1702462629, "29757287"], [1702462650, "29757287"], [1702462665, "31218453"], [1702462683, "33260690"], [1702462686, "33260690"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "2844470"], [1702462614, "3152639"], [1702462629, "3553891"], [1702462650, "3553891"], [1702462665, "3682789"], [1702462683, "3682789"], [1702462686, "3682789"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "10873926"], [1702462614, "10873926"], [1702462629, "11070201"], [1702462650, "11152922"], [1702462665, "11152922"], [1702462683, "16155073"], [1702462686, "16155073"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "5480388"], [1702462614, "5801966"], [1702462629, "6744635"], [1702462650, "7367014"], [1702462665, "9977981"], [1702462683, "12619040"], [1702462686, "12619040"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "870009"], [1702462614, "870009"], [1702462629, "870009"], [1702462650, "870009"], [1702462665, "870009"], [1702462683, "870009"], [1702462686, "870009"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1349424507"], [1702462614, "1359834447"], [1702462629, "1389359885"], [1702462650, "1402319509"], [1702462665, "1435916413"], [1702462683, "1495955894"], [1702462686, "1495955894"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "41105928"], [1702462614, "43124614"], [1702462629, "43744807"], [1702462650, "43744807"], [1702462665, "43744807"], [1702462683, "43744807"], [1702462686, "43744807"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2227747304"], [1702462614, "2297026231"], [1702462629, "2349193587"], [1702462650, "2399072634"], [1702462665, "2466455385"], [1702462683, "2494055059"], [1702462686, "2494055059"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "7954720"], [1702462614, "7954720"], [1702462629, "7954720"], [1702462650, "8034327"], [1702462665, "8034327"], [1702462683, "8034327"], [1702462686, "8034327"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "93552226"], [1702462614, "93552226"], [1702462629, "93620520"], [1702462650, "93620520"], [1702462665, "93620520"], [1702462683, "102058705"], [1702462686, "102058705"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "15840878"], [1702462614, "15840878"], [1702462629, "15840878"], [1702462650, "15840878"], [1702462665, "15840878"], [1702462683, "16491878"], [1702462686, "16491878"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "101477093"], [1702462614, "101477093"], [1702462629, "103220585"], [1702462650, "103665893"], [1702462665, "106478693"], [1702462683, "108538272"], [1702462686, "108538272"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "35181375"], [1702462614, "37294826"], [1702462629, "38395030"], [1702462650, "40270303"], [1702462665, "40906247"], [1702462683, "43395949"], [1702462686, "43395949"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "27043060"], [1702462614, "28826765"], [1702462629, "29707872"], [1702462650, "30658151"], [1702462665, "33607028"], [1702462683, "35987277"], [1702462686, "35987277"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "103952394"], [1702462614, "103952394"], [1702462629, "104026638"], [1702462650, "107365335"], [1702462665, "110895826"], [1702462683, "114984704"], [1702462686, "114984704"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "406049"], [1702462650, "406049"], [1702462665, "406049"], [1702462683, "406049"], [1702462686, "406049"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "59251897"], [1702462614, "59251897"], [1702462629, "59251897"], [1702462650, "59251897"], [1702462665, "59251897"], [1702462683, "59340097"], [1702462686, "59340097"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "38255773749"], [1702462614, "39763257135"], [1702462629, "40829798225"], [1702462650, "41862880856"], [1702462665, "43789745801"], [1702462683, "46531114312"], [1702462686, "46531114312"]]}], "kepler_container_dram_joules_total": [{"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.276"], [1702462614, "0.276"], [1702462629, "0.276"], [1702462650, "0.276"], [1702462665, "0.276"], [1702462683, "0.276"], [1702462686, "0.276"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "149.946"], [1702462614, "160.173"], [1702462629, "170.157"], [1702462650, "180.141"], [1702462665, "189.891"], [1702462683, "199.641"], [1702462686, "199.641"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "18.213"], [1702462614, "18.351"], [1702462629, "18.837"], [1702462650, "19.002"], [1702462665, "19.467"], [1702462683, "19.638"], [1702462686, "19.638"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "17.07"], [1702462614, "18.567"], [1702462629, "20.337"], [1702462650, "22.701"], [1702462665, "23.832"], [1702462683, "25.14"], [1702462686, "25.14"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.996"], [1702462614, "0.996"], [1702462629, "1.074"], [1702462650, "1.074"], [1702462665, "1.287"], [1702462683, "1.287"], [1702462686, "1.287"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "91.653"], [1702462614, "101.88"], [1702462629, "111.864"], [1702462650, "121.848"], [1702462665, "131.598"], [1702462683, "141.348"], [1702462686, "141.348"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "26.556"], [1702462614, "26.556"], [1702462629, "26.739"], [1702462650, "28.806"], [1702462665, "29.988"], [1702462683, "30.513"], [1702462686, "30.513"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "103.404"], [1702462614, "114.918"], [1702462629, "124.17"], [1702462650, "130.11"], [1702462665, "142.665"], [1702462683, "145.626"], [1702462686, "145.626"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.666"], [1702462614, "0.666"], [1702462629, "0.693"], [1702462650, "0.693"], [1702462665, "0.693"], [1702462683, "0.693"], [1702462686, "0.693"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.177"], [1702462614, "0.207"], [1702462629, "0.234"], [1702462650, "0.234"], [1702462665, "0.234"], [1702462683, "0.234"], [1702462686, "0.234"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "2.403"], [1702462614, "3.966"], [1702462629, "3.987"], [1702462650, "4.227"], [1702462665, "4.269"], [1702462683, "4.281"], [1702462686, "4.281"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "2.127"], [1702462614, "2.127"], [1702462629, "2.127"], [1702462650, "2.655"], [1702462665, "2.655"], [1702462683, "2.925"], [1702462686, "2.925"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1.824"], [1702462614, "1.92"], [1702462629, "1.965"], [1702462650, "2.079"], [1702462665, "2.19"], [1702462683, "2.259"], [1702462686, "2.259"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "6.372"], [1702462614, "7.14"], [1702462629, "7.647"], [1702462650, "7.89"], [1702462665, "8.202"], [1702462683, "8.349"], [1702462686, "8.349"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "3.261"], [1702462614, "3.501"], [1702462629, "3.795"], [1702462650, "3.987"], [1702462665, "4.059"], [1702462683, "4.059"], [1702462686, "4.059"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "4.278"], [1702462614, "4.512"], [1702462629, "5.259"], [1702462650, "5.334"], [1702462665, "5.334"], [1702462683, "6.453"], [1702462686, "6.453"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "10.239"], [1702462614, "10.653"], [1702462629, "11.277"], [1702462650, "12.123"], [1702462665, "12.555"], [1702462683, "12.87"], [1702462686, "12.87"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "52.098"], [1702462614, "62.325"], [1702462629, "72.309"], [1702462650, "82.293"], [1702462665, "92.043"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "178.503"], [1702462614, "187.239"], [1702462629, "197.13"], [1702462650, "206.586"], [1702462665, "222.873"], [1702462683, "226.95"], [1702462686, "226.95"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "17.616"], [1702462614, "18.618"], [1702462629, "18.822"], [1702462650, "20.148"], [1702462665, "20.148"], [1702462683, "20.148"], [1702462686, "20.148"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "301.497"], [1702462614, "311.535"], [1702462629, "330.696"], [1702462650, "349.701"], [1702462665, "370.437"], [1702462683, "371.424"], [1702462686, "371.424"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0.372"], [1702462683, "0.372"], [1702462686, "0.372"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "9.75"], [1702462683, "19.5"], [1702462686, "19.5"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.786"], [1702462614, "0.813"], [1702462629, "0.813"], [1702462650, "0.867"], [1702462665, "0.867"], [1702462683, "0.867"], [1702462686, "0.867"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "22.593"], [1702462614, "23.433"], [1702462629, "23.583"], [1702462650, "24.975"], [1702462665, "25.218"], [1702462683, "27.12"], [1702462686, "27.12"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "4.527"], [1702462614, "4.527"], [1702462629, "4.53"], [1702462650, "4.53"], [1702462665, "4.53"], [1702462683, "4.662"], [1702462686, "4.662"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "26.07"], [1702462614, "26.466"], [1702462629, "26.673"], [1702462650, "27.189"], [1702462665, "28.512"], [1702462683, "29.727"], [1702462686, "29.727"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "17.541"], [1702462614, "18.615"], [1702462629, "18.909"], [1702462650, "20.199"], [1702462665, "20.967"], [1702462683, "21.351"], [1702462686, "21.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "19.383"], [1702462614, "20.238"], [1702462629, "21.819"], [1702462650, "24.276"], [1702462665, "27.864"], [1702462683, "29.343"], [1702462686, "29.343"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "91.653"], [1702462614, "101.88"], [1702462629, "111.864"], [1702462650, "121.848"], [1702462665, "131.598"], [1702462683, "141.348"], [1702462686, "141.348"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "30.261"], [1702462614, "31.494"], [1702462629, "32.442"], [1702462650, "33.747"], [1702462665, "35.007"], [1702462683, "35.592"], [1702462686, "35.592"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.318"], [1702462650, "0.318"], [1702462665, "0.318"], [1702462683, "0.318"], [1702462686, "0.318"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "9.984"], [1702462650, "19.968"], [1702462665, "29.718"], [1702462683, "39.468"], [1702462686, "39.468"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "9.6"], [1702462614, "9.6"], [1702462629, "9.6"], [1702462650, "9.6"], [1702462665, "10.254"], [1702462683, "10.257"], [1702462686, "10.257"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "5247.294"], [1702462614, "5626.383"], [1702462629, "5992.692"], [1702462650, "6360.942"], [1702462665, "6925.329"], [1702462683, "7112.763"], [1702462686, "7112.763"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}], "kepler_container_gpu_joules_total": [{"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.297"], [1702462614, "0.339"], [1702462629, "0.378"], [1702462650, "0.42"], [1702462665, "0.456"], [1702462683, "0.495"], [1702462686, "0.495"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "112.857"], [1702462614, "122.766"], [1702462629, "132.438"], [1702462650, "142.11"], [1702462665, "151.557"], [1702462683, "161.004"], [1702462686, "161.004"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.258"], [1702462614, "0.3"], [1702462629, "0.339"], [1702462650, "0.381"], [1702462665, "0.417"], [1702462683, "0.456"], [1702462686, "0.456"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "88.872"], [1702462614, "98.781"], [1702462629, "108.453"], [1702462650, "118.125"], [1702462665, "127.572"], [1702462683, "137.019"], [1702462686, "137.019"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0.195"], [1702462614, "0.237"], [1702462629, "0.276"], [1702462650, "0.318"], [1702462665, "0.354"], [1702462683, "0.393"], [1702462686, "0.393"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "50.478"], [1702462614, "60.387"], [1702462629, "70.059"], [1702462650, "79.731"], [1702462665, "89.178"], [1702462683, "98.625"], [1702462686, "98.625"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0.036"], [1702462683, "0.075"], [1702462686, "0.075"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "9.447"], [1702462683, "18.894"], [1702462686, "18.894"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.258"], [1702462614, "0.3"], [1702462629, "0.339"], [1702462650, "0.381"], [1702462665, "0.417"], [1702462683, "0.456"], [1702462686, "0.456"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "88.872"], [1702462614, "98.781"], [1702462629, "108.453"], [1702462650, "118.125"], [1702462665, "127.572"], [1702462683, "137.019"], [1702462686, "137.019"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.039"], [1702462650, "0.081"], [1702462665, "0.117"], [1702462683, "0.156"], [1702462686, "0.156"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "9.672"], [1702462650, "19.344"], [1702462665, "28.791"], [1702462683, "38.238"], [1702462686, "38.238"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}], "kepler_container_joules_total": [{"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.879"], [1702462614, "0.921"], [1702462629, "0.9600000000000001"], [1702462650, "1.002"], [1702462665, "1.038"], [1702462683, "1.077"], [1702462686, "1.077"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "682.5029999999999"], [1702462614, "734.0459999999999"], [1702462629, "784.359"], [1702462650, "834.672"], [1702462665, "883.815"], [1702462683, "932.958"], [1702462686, "932.958"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "32.733000000000004"], [1702462614, "33.708"], [1702462629, "35.634"], [1702462650, "36.756"], [1702462665, "38.847"], [1702462683, "39.246"], [1702462686, "39.246"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "29.799000000000003"], [1702462614, "34.938"], [1702462629, "41.535000000000004"], [1702462650, "46.212"], [1702462665, "48.291"], [1702462683, "51.282"], [1702462686, "51.282"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "8.733"], [1702462614, "8.775"], [1702462629, "8.892000000000001"], [1702462650, "8.934000000000001"], [1702462665, "9.183"], [1702462683, "9.222"], [1702462686, "9.222"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "462.66900000000004"], [1702462614, "514.212"], [1702462629, "564.525"], [1702462650, "614.838"], [1702462665, "663.981"], [1702462683, "713.124"], [1702462686, "713.124"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "603.6690000000001"], [1702462614, "606.2640000000001"], [1702462629, "606.4860000000001"], [1702462650, "608.652"], [1702462665, "990.7679999999999"], [1702462683, "994.086"], [1702462686, "994.086"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "336.459"], [1702462614, "373.68600000000004"], [1702462629, "404.637"], [1702462650, "433.27200000000005"], [1702462665, "468.6480000000001"], [1702462683, "476.40000000000003"], [1702462686, "476.40000000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "2.136"], [1702462614, "2.178"], [1702462629, "2.244"], [1702462650, "2.286"], [1702462665, "2.322"], [1702462683, "2.361"], [1702462686, "2.361"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.729"], [1702462614, "1.605"], [1702462629, "2.397"], [1702462650, "2.439"], [1702462665, "2.475"], [1702462683, "2.514"], [1702462686, "2.514"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "3.111"], [1702462614, "5.643"], [1702462629, "6.339"], [1702462650, "6.621"], [1702462665, "6.699000000000001"], [1702462683, "6.779999999999999"], [1702462686, "6.779999999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "3.846"], [1702462614, "3.888"], [1702462629, "3.927"], [1702462650, "4.497"], [1702462665, "4.5329999999999995"], [1702462683, "4.986"], [1702462686, "4.986"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "4.29"], [1702462614, "4.428000000000001"], [1702462629, "4.632000000000001"], [1702462650, "4.905"], [1702462665, "5.130000000000001"], [1702462683, "5.256"], [1702462686, "5.256"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "14.096999999999998"], [1702462614, "15.146999999999998"], [1702462629, "15.692999999999998"], [1702462650, "15.978"], [1702462665, "17.103"], [1702462683, "17.634"], [1702462686, "17.634"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "4.464"], [1702462614, "4.9350000000000005"], [1702462629, "5.601"], [1702462650, "5.835"], [1702462665, "6.0120000000000005"], [1702462683, "6.051"], [1702462686, "6.051"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "6.350999999999999"], [1702462614, "6.626999999999999"], [1702462629, "7.578"], [1702462650, "7.767"], [1702462665, "7.803000000000001"], [1702462683, "9.804"], [1702462686, "9.804"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "29.490000000000002"], [1702462614, "30.144000000000002"], [1702462629, "31.587"], [1702462650, "33.018"], [1702462665, "34.872"], [1702462683, "35.673"], [1702462686, "35.673"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "262.56600000000003"], [1702462614, "314.10900000000004"], [1702462629, "364.42199999999997"], [1702462650, "414.735"], [1702462665, "463.87800000000004"], [1702462683, "513.021"], [1702462686, "513.021"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.459"], [1702462614, "0.501"], [1702462629, "0.54"], [1702462650, "0.582"], [1702462665, "0.618"], [1702462683, "0.657"], [1702462686, "0.657"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "726.7950000000001"], [1702462614, "741.888"], [1702462629, "776.217"], [1702462650, "796.962"], [1702462665, "831.1080000000001"], [1702462683, "845.334"], [1702462686, "845.334"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "42.549"], [1702462614, "44.82"], [1702462629, "45.576"], [1702462650, "46.944"], [1702462665, "46.98"], [1702462683, "47.019"], [1702462686, "47.019"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "891.615"], [1702462614, "943.7190000000002"], [1702462629, "1006.0290000000001"], [1702462650, "1068.36"], [1702462665, "1124.877"], [1702462683, "1130.5529999999999"], [1702462686, "1130.5529999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0.408"], [1702462683, "0.447"], [1702462686, "0.447"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "49.14300000000001"], [1702462683, "98.28600000000002"], [1702462686, "98.28600000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "7.26"], [1702462614, "7.329000000000001"], [1702462629, "7.368"], [1702462650, "7.5360000000000005"], [1702462665, "7.572000000000001"], [1702462683, "7.611000000000001"], [1702462686, "7.611000000000001"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "52.869"], [1702462614, "53.751000000000005"], [1702462629, "53.997"], [1702462650, "55.431000000000004"], [1702462665, "55.71"], [1702462683, "59.073"], [1702462686, "59.073"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "10.635"], [1702462614, "10.677"], [1702462629, "10.719"], [1702462650, "10.761000000000001"], [1702462665, "10.797"], [1702462683, "11.079"], [1702462686, "11.079"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "54.138000000000005"], [1702462614, "54.57600000000001"], [1702462629, "56.265"], [1702462650, "57.21000000000001"], [1702462665, "60.062999999999995"], [1702462683, "61.665"], [1702462686, "61.665"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "26.910000000000004"], [1702462614, "29.31"], [1702462629, "30.555000000000003"], [1702462650, "33.516"], [1702462665, "34.65899999999999"], [1702462683, "35.501999999999995"], [1702462686, "35.501999999999995"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "57.37800000000001"], [1702462614, "59.358"], [1702462629, "61.706999999999994"], [1702462650, "65.031"], [1702462665, "70.221"], [1702462683, "72.141"], [1702462686, "72.141"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "462.66900000000004"], [1702462614, "514.212"], [1702462629, "564.525"], [1702462650, "614.838"], [1702462665, "663.981"], [1702462683, "713.124"], [1702462686, "713.124"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "65.037"], [1702462614, "66.31200000000001"], [1702462629, "67.36200000000001"], [1702462650, "71.60700000000001"], [1702462665, "74.778"], [1702462683, "76.09200000000001"], [1702462686, "76.09200000000001"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.6930000000000001"], [1702462650, "0.735"], [1702462665, "0.771"], [1702462683, "0.81"], [1702462686, "0.81"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "50.313"], [1702462650, "100.626"], [1702462665, "149.769"], [1702462683, "198.91199999999998"], [1702462686, "198.91199999999998"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "30.846"], [1702462614, "30.887999999999998"], [1702462629, "30.927"], [1702462650, "30.968999999999998"], [1702462665, "31.659000000000002"], [1702462683, "31.716"], [1702462686, "31.716"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "17556.522"], [1702462614, "18850.071"], [1702462629, "20097.762"], [1702462650, "21362.538"], [1702462665, "22949.046"], [1702462683, "23598.138"], [1702462686, "23598.138"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}], "kepler_container_kubelet_cpu_usage_total": [{"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "7"], [1702462614, "7"], [1702462629, "7"], [1702462650, "7"], [1702462665, "7"], [1702462683, "7"], [1702462686, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "11219"], [1702462614, "11219"], [1702462629, "11219"], [1702462650, "11219"], [1702462665, "11219"], [1702462683, "11219"], [1702462686, "11219"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "12384"], [1702462614, "12384"], [1702462629, "12384"], [1702462650, "12385"], [1702462665, "12385"], [1702462683, "12385"], [1702462686, "12385"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "82"], [1702462614, "89"], [1702462629, "91"], [1702462650, "93"], [1702462665, "98"], [1702462683, "102"], [1702462686, "102"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "73326"], [1702462614, "73327"], [1702462629, "73327"], [1702462650, "73328"], [1702462665, "73329"], [1702462683, "73329"], [1702462686, "73329"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1189"], [1702462614, "1189"], [1702462629, "1189"], [1702462650, "1189"], [1702462665, "1189"], [1702462683, "1189"], [1702462686, "1189"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "73179"], [1702462614, "73179"], [1702462629, "73179"], [1702462650, "73179"], [1702462665, "73179"], [1702462683, "73179"], [1702462686, "73179"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "3583"], [1702462614, "3583"], [1702462629, "3583"], [1702462650, "3583"], [1702462665, "3583"], [1702462683, "3583"], [1702462686, "3583"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "5750"], [1702462614, "5750"], [1702462629, "5750"], [1702462650, "5750"], [1702462665, "5750"], [1702462683, "5750"], [1702462686, "5750"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "5952233"], [1702462614, "5952239"], [1702462629, "5952254"], [1702462650, "5952268"], [1702462665, "5952281"], [1702462683, "5952289"], [1702462686, "5952289"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "151"], [1702462614, "151"], [1702462629, "151"], [1702462650, "151"], [1702462665, "151"], [1702462683, "151"], [1702462686, "151"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "3424"], [1702462614, "3424"], [1702462629, "3424"], [1702462650, "3424"], [1702462665, "3424"], [1702462683, "3424"], [1702462686, "3424"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "10723"], [1702462614, "10723"], [1702462629, "10723"], [1702462650, "10723"], [1702462665, "10723"], [1702462683, "10723"], [1702462686, "10723"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "351"], [1702462614, "351"], [1702462629, "351"], [1702462650, "351"], [1702462665, "351"], [1702462683, "351"], [1702462686, "351"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "229063"], [1702462614, "229065"], [1702462629, "229066"], [1702462650, "229066"], [1702462665, "229068"], [1702462683, "229068"], [1702462686, "229068"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "331"], [1702462614, "331"], [1702462629, "331"], [1702462650, "331"], [1702462665, "331"], [1702462683, "331"], [1702462686, "331"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "408846"], [1702462614, "408848"], [1702462629, "408848"], [1702462650, "408849"], [1702462665, "408853"], [1702462683, "408854"], [1702462686, "408854"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "7"], [1702462614, "7"], [1702462629, "7"], [1702462650, "7"], [1702462665, "7"], [1702462683, "7"], [1702462686, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1374"], [1702462614, "1374"], [1702462629, "1374"], [1702462650, "1374"], [1702462665, "1374"], [1702462683, "1374"], [1702462686, "1374"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "373"], [1702462614, "373"], [1702462629, "373"], [1702462650, "373"], [1702462665, "373"], [1702462683, "373"], [1702462686, "373"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "2710"], [1702462614, "2710"], [1702462629, "2710"], [1702462650, "2710"], [1702462665, "2710"], [1702462683, "2710"], [1702462686, "2710"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "306"], [1702462614, "306"], [1702462629, "306"], [1702462650, "306"], [1702462665, "307"], [1702462683, "307"], [1702462686, "307"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "6039"], [1702462614, "6039"], [1702462629, "6039"], [1702462650, "6039"], [1702462665, "6039"], [1702462683, "6039"], [1702462686, "6039"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "4828"], [1702462614, "4828"], [1702462629, "4828"], [1702462650, "4828"], [1702462665, "4828"], [1702462683, "4828"], [1702462686, "4828"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "14465"], [1702462614, "14465"], [1702462629, "14465"], [1702462650, "14465"], [1702462665, "14465"], [1702462683, "14465"], [1702462686, "14465"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_kubelet_memory_bytes_total": [{"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "9564160"], [1702462614, "9564160"], [1702462629, "9564160"], [1702462650, "9564160"], [1702462665, "9564160"], [1702462683, "9564160"], [1702462686, "9564160"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "52785152"], [1702462614, "52801536"], [1702462629, "52813824"], [1702462650, "52813824"], [1702462665, "52809728"], [1702462683, "52809728"], [1702462686, "52809728"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "38735872"], [1702462614, "38785024"], [1702462629, "38785024"], [1702462650, "38789120"], [1702462665, "38785024"], [1702462683, "38789120"], [1702462686, "38789120"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "10428416"], [1702462614, "11218944"], [1702462629, "11218944"], [1702462650, "11218944"], [1702462665, "12435456"], [1702462683, "12435456"], [1702462686, "12435456"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "96833536"], [1702462614, "93736960"], [1702462629, "93540352"], [1702462650, "90669056"], [1702462665, "91271168"], [1702462683, "95150080"], [1702462686, "95150080"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "100904960"], [1702462614, "101052416"], [1702462629, "100032512"], [1702462650, "100048896"], [1702462665, "100102144"], [1702462683, "100102144"], [1702462686, "100102144"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "32583680"], [1702462614, "32899072"], [1702462629, "32899072"], [1702462650, "32899072"], [1702462665, "32899072"], [1702462683, "32899072"], [1702462686, "32899072"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "58040320"], [1702462614, "57778176"], [1702462629, "57769984"], [1702462650, "57769984"], [1702462665, "57769984"], [1702462683, "57769984"], [1702462686, "57769984"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "26222592"], [1702462614, "26423296"], [1702462629, "26423296"], [1702462650, "26427392"], [1702462665, "26382336"], [1702462683, "26382336"], [1702462686, "26382336"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "82759680"], [1702462614, "82763776"], [1702462629, "82767872"], [1702462650, "82763776"], [1702462665, "82763776"], [1702462683, "82759680"], [1702462686, "82759680"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "281616384"], [1702462614, "281616384"], [1702462629, "281268224"], [1702462650, "281268224"], [1702462665, "281378816"], [1702462683, "281378816"], [1702462686, "281378816"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "29143040"], [1702462614, "29159424"], [1702462629, "29167616"], [1702462650, "28876800"], [1702462665, "28897280"], [1702462683, "28897280"], [1702462686, "28897280"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "21225472"], [1702462614, "21221376"], [1702462629, "21221376"], [1702462650, "21221376"], [1702462665, "21221376"], [1702462683, "21221376"], [1702462686, "21221376"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "44244992"], [1702462614, "44244992"], [1702462629, "44240896"], [1702462650, "44318720"], [1702462665, "44089344"], [1702462683, "44146688"], [1702462686, "44146688"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "23285760"], [1702462614, "23166976"], [1702462629, "23166976"], [1702462650, "23183360"], [1702462665, "23371776"], [1702462683, "23396352"], [1702462686, "23396352"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "39215104"], [1702462614, "39215104"], [1702462629, "39215104"], [1702462650, "39215104"], [1702462665, "39215104"], [1702462683, "39215104"], [1702462686, "39215104"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "93417472"], [1702462614, "93495296"], [1702462629, "95084544"], [1702462650, "95215616"], [1702462665, "94932992"], [1702462683, "94932992"], [1702462686, "94932992"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1273856"], [1702462614, "1273856"], [1702462629, "1273856"], [1702462650, "1273856"], [1702462665, "1273856"], [1702462683, "1273856"], [1702462686, "1273856"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "33943552"], [1702462614, "33943552"], [1702462629, "33943552"], [1702462650, "33943552"], [1702462665, "34009088"], [1702462683, "34009088"], [1702462686, "34009088"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "673304576"], [1702462614, "673546240"], [1702462629, "673546240"], [1702462650, "673259520"], [1702462665, "681746432"], [1702462683, "681930752"], [1702462686, "681930752"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "11403264"], [1702462614, "11403264"], [1702462629, "11403264"], [1702462650, "11403264"], [1702462665, "11403264"], [1702462683, "11403264"], [1702462686, "11403264"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "24772608"], [1702462614, "24772608"], [1702462629, "24772608"], [1702462650, "24772608"], [1702462665, "24772608"], [1702462683, "24772608"], [1702462686, "24772608"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "55603200"], [1702462614, "55623680"], [1702462629, "55627776"], [1702462650, "55644160"], [1702462665, "55648256"], [1702462683, "55418880"], [1702462686, "55418880"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "61673472"], [1702462614, "61673472"], [1702462629, "61722624"], [1702462650, "61722624"], [1702462665, "61726720"], [1702462683, "61726720"], [1702462686, "61726720"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "42635264"], [1702462614, "42635264"], [1702462629, "42639360"], [1702462650, "41910272"], [1702462665, "44605440"], [1702462683, "44883968"], [1702462686, "44883968"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "49102848"], [1702462614, "49106944"], [1702462629, "49106944"], [1702462650, "49106944"], [1702462665, "49106944"], [1702462683, "49106944"], [1702462686, "49106944"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66060288"], [1702462614, "66142208"], [1702462629, "66211840"], [1702462650, "66473984"], [1702462665, "66965504"], [1702462683, "67473408"], [1702462686, "67473408"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "46628864"], [1702462614, "46686208"], [1702462629, "47190016"], [1702462650, "47558656"], [1702462665, "48459776"], [1702462683, "48640000"], [1702462686, "48640000"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "72359936"], [1702462614, "72359936"], [1702462629, "72359936"], [1702462650, "72359936"], [1702462665, "72421376"], [1702462683, "72421376"], [1702462686, "72421376"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_other_joules_total": [{"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0.087"], [1702462614, "0.087"], [1702462629, "0.087"], [1702462650, "0.087"], [1702462665, "0.087"], [1702462683, "0.087"], [1702462686, "0.087"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.189"], [1702462614, "0.189"], [1702462629, "0.189"], [1702462650, "0.189"], [1702462665, "0.189"], [1702462683, "0.189"], [1702462686, "0.189"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.003"], [1702462614, "0.003"], [1702462629, "0.003"], [1702462650, "0.003"], [1702462665, "0.003"], [1702462683, "0.003"], [1702462686, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0.264"], [1702462614, "0.264"], [1702462629, "0.264"], [1702462650, "0.264"], [1702462665, "0.264"], [1702462683, "0.264"], [1702462686, "0.264"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.588"], [1702462614, "0.588"], [1702462629, "0.588"], [1702462650, "0.588"], [1702462665, "0.588"], [1702462683, "0.588"], [1702462686, "0.588"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0.018"], [1702462614, "0.018"], [1702462629, "0.018"], [1702462650, "0.018"], [1702462665, "0.018"], [1702462683, "0.018"], [1702462686, "0.018"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.003"], [1702462614, "0.003"], [1702462629, "0.003"], [1702462650, "0.003"], [1702462665, "0.003"], [1702462683, "0.003"], [1702462686, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0.024"], [1702462614, "0.024"], [1702462629, "0.024"], [1702462650, "0.024"], [1702462665, "0.024"], [1702462683, "0.024"], [1702462686, "0.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0.006"], [1702462614, "0.006"], [1702462629, "0.006"], [1702462650, "0.006"], [1702462665, "0.006"], [1702462683, "0.006"], [1702462686, "0.006"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "37.266"], [1702462614, "44.583"], [1702462629, "51.723"], [1702462650, "58.863"], [1702462665, "65.841"], [1702462683, "72.819"], [1702462686, "72.819"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.003"], [1702462614, "0.003"], [1702462629, "0.003"], [1702462650, "0.003"], [1702462665, "0.003"], [1702462683, "0.003"], [1702462686, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.939"], [1702462614, "0.939"], [1702462629, "0.939"], [1702462650, "0.939"], [1702462665, "0.939"], [1702462683, "0.939"], [1702462686, "0.939"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0.045"], [1702462614, "0.045"], [1702462629, "0.045"], [1702462650, "0.045"], [1702462665, "0.045"], [1702462683, "0.045"], [1702462686, "0.045"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "3.474"], [1702462614, "3.474"], [1702462629, "3.474"], [1702462650, "3.474"], [1702462665, "3.474"], [1702462683, "3.474"], [1702462686, "3.474"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "6.978"], [1702462683, "13.956"], [1702462686, "13.956"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0.054"], [1702462614, "0.054"], [1702462629, "0.054"], [1702462650, "0.054"], [1702462665, "0.054"], [1702462683, "0.054"], [1702462686, "0.054"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0.006"], [1702462614, "0.006"], [1702462629, "0.006"], [1702462650, "0.006"], [1702462665, "0.006"], [1702462683, "0.006"], [1702462686, "0.006"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0.075"], [1702462614, "0.075"], [1702462629, "0.075"], [1702462650, "0.075"], [1702462665, "0.075"], [1702462683, "0.075"], [1702462686, "0.075"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0.129"], [1702462614, "0.129"], [1702462629, "0.129"], [1702462650, "0.129"], [1702462665, "0.129"], [1702462683, "0.129"], [1702462686, "0.129"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.024"], [1702462614, "0.024"], [1702462629, "0.024"], [1702462650, "0.024"], [1702462665, "0.024"], [1702462683, "0.024"], [1702462686, "0.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.06"], [1702462614, "0.06"], [1702462629, "0.06"], [1702462650, "0.06"], [1702462665, "0.06"], [1702462683, "0.06"], [1702462686, "0.06"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "7.14"], [1702462650, "14.28"], [1702462665, "21.258"], [1702462683, "28.236"], [1702462686, "28.236"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0.015"], [1702462614, "0.015"], [1702462629, "0.015"], [1702462650, "0.015"], [1702462665, "0.015"], [1702462683, "0.015"], [1702462686, "0.015"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "44.733"], [1702462614, "44.733"], [1702462629, "44.733"], [1702462650, "44.733"], [1702462665, "44.733"], [1702462683, "44.733"], [1702462686, "44.733"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}], "kepler_container_package_joules_total": [{"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.306"], [1702462614, "0.306"], [1702462629, "0.306"], [1702462650, "0.306"], [1702462665, "0.306"], [1702462683, "0.306"], [1702462686, "0.306"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "353.46"], [1702462614, "377.55"], [1702462629, "401.067"], [1702462650, "424.584"], [1702462665, "447.552"], [1702462683, "470.52"], [1702462686, "470.52"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "14.112"], [1702462614, "14.907"], [1702462629, "16.308"], [1702462650, "17.223"], [1702462665, "18.813"], [1702462683, "19.002"], [1702462686, "19.002"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "12.219"], [1702462614, "15.819"], [1702462629, "20.607"], [1702462650, "22.878"], [1702462665, "23.79"], [1702462683, "25.434"], [1702462686, "25.434"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "7.476"], [1702462614, "7.476"], [1702462629, "7.476"], [1702462650, "7.476"], [1702462665, "7.476"], [1702462683, "7.476"], [1702462686, "7.476"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "215.904"], [1702462614, "239.994"], [1702462629, "263.511"], [1702462650, "287.028"], [1702462665, "309.996"], [1702462683, "332.964"], [1702462686, "332.964"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "576.528"], [1702462614, "579.081"], [1702462629, "579.081"], [1702462650, "579.138"], [1702462665, "960.036"], [1702462683, "962.79"], [1702462686, "962.79"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "232.146"], [1702462614, "257.817"], [1702462629, "279.477"], [1702462650, "302.13"], [1702462665, "324.915"], [1702462683, "329.667"], [1702462686, "329.667"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1.149"], [1702462614, "1.149"], [1702462629, "1.149"], [1702462650, "1.149"], [1702462665, "1.149"], [1702462683, "1.149"], [1702462686, "1.149"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.222"], [1702462614, "1.026"], [1702462629, "1.752"], [1702462650, "1.752"], [1702462665, "1.752"], [1702462683, "1.752"], [1702462686, "1.752"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0.369"], [1702462614, "1.296"], [1702462629, "1.932"], [1702462650, "1.932"], [1702462665, "1.932"], [1702462683, "1.962"], [1702462686, "1.962"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1.395"], [1702462614, "1.395"], [1702462629, "1.395"], [1702462650, "1.395"], [1702462665, "1.395"], [1702462683, "1.539"], [1702462686, "1.539"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "2.136"], [1702462614, "2.136"], [1702462629, "2.256"], [1702462650, "2.373"], [1702462665, "2.451"], [1702462683, "2.469"], [1702462686, "2.469"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "7.38"], [1702462614, "7.62"], [1702462629, "7.62"], [1702462650, "7.62"], [1702462665, "8.397"], [1702462683, "8.742"], [1702462686, "8.742"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0.873"], [1702462614, "1.062"], [1702462629, "1.395"], [1702462650, "1.395"], [1702462665, "1.464"], [1702462683, "1.464"], [1702462686, "1.464"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "1.746"], [1702462614, "1.746"], [1702462629, "1.911"], [1702462650, "1.983"], [1702462665, "1.983"], [1702462683, "2.826"], [1702462686, "2.826"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "19.056"], [1702462614, "19.254"], [1702462629, "20.034"], [1702462650, "20.577"], [1702462665, "21.963"], [1702462683, "22.41"], [1702462686, "22.41"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "122.724"], [1702462614, "146.814"], [1702462629, "170.331"], [1702462650, "193.848"], [1702462665, "216.816"], [1702462683, "239.784"], [1702462686, "239.784"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.135"], [1702462614, "0.135"], [1702462629, "0.135"], [1702462650, "0.135"], [1702462665, "0.135"], [1702462683, "0.135"], [1702462686, "0.135"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "547.032"], [1702462614, "553.347"], [1702462629, "577.746"], [1702462650, "588.993"], [1702462665, "606.816"], [1702462683, "616.926"], [1702462686, "616.926"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "24.567"], [1702462614, "25.794"], [1702462629, "26.307"], [1702462650, "26.307"], [1702462665, "26.307"], [1702462683, "26.307"], [1702462686, "26.307"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "586.323"], [1702462614, "628.347"], [1702462629, "671.457"], [1702462650, "714.741"], [1702462665, "750.486"], [1702462683, "755.136"], [1702462686, "755.136"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "22.968"], [1702462683, "45.936"], [1702462686, "45.936"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "6.144"], [1702462614, "6.144"], [1702462629, "6.144"], [1702462650, "6.216"], [1702462665, "6.216"], [1702462683, "6.216"], [1702462686, "6.216"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "29.901"], [1702462614, "29.901"], [1702462629, "29.958"], [1702462650, "29.958"], [1702462665, "29.958"], [1702462683, "31.38"], [1702462686, "31.38"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "5.781"], [1702462614, "5.781"], [1702462629, "5.781"], [1702462650, "5.781"], [1702462665, "5.781"], [1702462683, "5.892"], [1702462686, "5.892"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "27.672"], [1702462614, "27.672"], [1702462629, "29.115"], [1702462650, "29.502"], [1702462665, "30.996"], [1702462683, "31.344"], [1702462686, "31.344"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "8.919"], [1702462614, "10.203"], [1702462629, "11.115"], [1702462650, "12.744"], [1702462665, "13.083"], [1702462683, "13.503"], [1702462686, "13.503"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "37.713"], [1702462614, "38.796"], [1702462629, "39.525"], [1702462650, "40.35"], [1702462665, "41.916"], [1702462683, "42.318"], [1702462686, "42.318"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "215.904"], [1702462614, "239.994"], [1702462629, "263.511"], [1702462650, "287.028"], [1702462665, "309.996"], [1702462683, "332.964"], [1702462686, "332.964"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "34.395"], [1702462614, "34.395"], [1702462629, "34.458"], [1702462650, "37.356"], [1702462665, "39.231"], [1702462683, "39.921"], [1702462686, "39.921"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.336"], [1702462650, "0.336"], [1702462665, "0.336"], [1702462683, "0.336"], [1702462686, "0.336"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "23.517"], [1702462650, "47.034"], [1702462665, "70.002"], [1702462683, "92.97"], [1702462686, "92.97"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "20.91"], [1702462614, "20.91"], [1702462629, "20.91"], [1702462650, "20.91"], [1702462665, "20.91"], [1702462683, "20.925"], [1702462686, "20.925"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "12264.174"], [1702462614, "13178.592"], [1702462629, "14059.935"], [1702462650, "14956.419"], [1702462665, "15978.504"], [1702462683, "16440.123"], [1702462686, "16440.123"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}], "kepler_container_uncore_joules_total": [{"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_exporter_build_info": [{"metric": {"__name__": "kepler_exporter_build_info", "container": "kepler-exporter", "endpoint": "http", "goarch": "amd64", "goos": "linux", "goversion": "go1.18.10", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "revision": "unknown", "service": "kepler-exporter", "tags": "include_gcs,include_oss,containers_image_openpgp,gssapi,providerless,netgo,osusergo,gpu,libbpf,linux"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}], "kepler_node_core_joules_total": [{"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_node_cpu_scaling_frequency_hertz": [{"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "0", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "1", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "10", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "11", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "12", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "13", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "14", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "15", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "16", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "1689000"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "17", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "3047000"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "18", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "19", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "2", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "20", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "21", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "22", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "23", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "24", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "25", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "26", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "27", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "28", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "29", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "3", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "30", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "31", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "32", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "33", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "34", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "35", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "36", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "37", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "38", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "39", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "4", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "40", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "41", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "42", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "43", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "44", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "45", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "46", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "47", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "48", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "49", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "5", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "50", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "51", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "52", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "53", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "54", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "55", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "56", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "57", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "58", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "59", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "6", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "60", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "61", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "62", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "63", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "64", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "65", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "66", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "67", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "68", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "69", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "7", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "70", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "71", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "8", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "9", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_node_dram_joules_total": [{"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "2980.77"], [1702462614, "3187.551"], [1702462629, "3388.346"], [1702462650, "3592.172"], [1702462665, "3897.67"], [1702462683, "3996.259"], [1702462686, "3996.259"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "3097.013"], [1702462614, "3309.991"], [1702462629, "3522.293"], [1702462650, "3736.264"], [1702462665, "4056.869"], [1702462683, "4163.342"], [1702462686, "4163.342"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "6183.124"], [1702462614, "6388.776"], [1702462629, "6594.428"], [1702462650, "6800.08"], [1702462665, "7005.732"], [1702462683, "7211.384"], [1702462686, "7211.384"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "6357.637"], [1702462614, "6571.316"], [1702462629, "6784.995"], [1702462650, "6998.674"], [1702462665, "7212.353"], [1702462683, "7426.032"], [1702462686, "7426.032"]]}], "kepler_node_gpu_joules_total": [{"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "5.79"], [1702462614, "5.841"], [1702462629, "6.642"], [1702462650, "6.693"], [1702462665, "6.693"], [1702462683, "6.744"], [1702462686, "6.744"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1586.031"], [1702462614, "1665.33"], [1702462629, "1744.629"], [1702462650, "1823.928"], [1702462665, "1903.227"], [1702462683, "1982.526"], [1702462686, "1982.526"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "0.006"], [1702462614, "0.006"], [1702462629, "0.006"], [1702462650, "0.006"], [1702462665, "0.006"], [1702462683, "0.006"], [1702462686, "0.006"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1617.6"], [1702462614, "1698.48"], [1702462629, "1779.36"], [1702462650, "1860.24"], [1702462665, "1941.12"], [1702462683, "2022"], [1702462686, "2022"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "2.418"], [1702462614, "3.198"], [1702462629, "3.939"], [1702462650, "4.719"], [1702462665, "5.46"], [1702462683, "6.24"], [1702462686, "6.24"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1566.252"], [1702462614, "1644.12"], [1702462629, "1721.988"], [1702462650, "1799.856"], [1702462665, "1877.724"], [1702462683, "1955.592"], [1702462686, "1955.592"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "0.795"], [1702462614, "0.804"], [1702462629, "0.804"], [1702462650, "0.858"], [1702462665, "0.858"], [1702462683, "0.858"], [1702462686, "0.858"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1660.08"], [1702462614, "1743.084"], [1702462629, "1826.088"], [1702462650, "1909.092"], [1702462665, "1992.096"], [1702462683, "2075.1"], [1702462686, "2075.1"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "5.577"], [1702462614, "6.375"], [1702462629, "6.375"], [1702462650, "7.173"], [1702462665, "7.971"], [1702462683, "8.769"], [1702462686, "8.769"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1713.888"], [1702462614, "1799.172"], [1702462629, "1884.456"], [1702462650, "1969.74"], [1702462665, "2055.024"], [1702462683, "2140.308"], [1702462686, "2140.308"]]}], "kepler_node_info": [{"metric": {"__name__": "kepler_node_info", "container": "kepler-exporter", "cpu_architecture": "Broadwell", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}], "kepler_node_other_joules_total": [{"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "48.772"], [1702462614, "48.772"], [1702462629, "48.772"], [1702462650, "48.772"], [1702462665, "48.772"], [1702462683, "48.772"], [1702462686, "48.772"]]}, {"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1320.075"], [1702462614, "1320.075"], [1702462629, "1320.075"], [1702462650, "1320.075"], [1702462665, "1320.075"], [1702462683, "1320.075"], [1702462686, "1320.075"]]}], "kepler_node_package_joules_total": [{"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "7150.525"], [1702462614, "7641.736"], [1702462629, "8114.389"], [1702462650, "8594.567"], [1702462665, "9318.568"], [1702462683, "9555.395"], [1702462686, "9555.395"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "7326.768"], [1702462614, "7836.863"], [1702462629, "8347.695"], [1702462650, "8850.951"], [1702462665, "9616.348"], [1702462683, "9870.445"], [1702462686, "9870.445"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "14762.883"], [1702462614, "15252.116"], [1702462629, "15741.349"], [1702462650, "16230.582"], [1702462665, "16719.815"], [1702462683, "17209.048"], [1702462686, "17209.048"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "14810.746"], [1702462614, "15309.256"], [1702462629, "15807.766"], [1702462650, "16306.276"], [1702462665, "16804.786"], [1702462683, "17303.296"], [1702462686, "17303.296"]]}], "kepler_node_platform_joules_total": [{"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462599, "333"], [1702462614, "345"], [1702462629, "378"], [1702462650, "393"], [1702462665, "414"], [1702462683, "441"], [1702462686, "441"]]}, {"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462599, "34293"], [1702462614, "36000"], [1702462629, "37707"], [1702462650, "39414"], [1702462665, "41121"], [1702462683, "42828"], [1702462686, "42828"]]}], "kepler_node_uncore_joules_total": [{"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}]} \ No newline at end of file +{"kepler_container_bpf_block_irq_total": [{"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "16"], [1702462629, "16"], [1702462650, "16"], [1702462665, "16"], [1702462683, "17"], [1702462686, "17"]]}], "kepler_container_bpf_cpu_time_ms_total": [{"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "15"], [1702462629, "15"], [1702462650, "15"], [1702462665, "15"], [1702462683, "15"], [1702462686, "15"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "10"], [1702462614, "10"], [1702462629, "10"], [1702462650, "10"], [1702462665, "10"], [1702462683, "10"], [1702462686, "10"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "28"], [1702462614, "32"], [1702462629, "32"], [1702462650, "34"], [1702462665, "34"], [1702462683, "34"], [1702462686, "34"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "15"], [1702462629, "15"], [1702462650, "15"], [1702462665, "15"], [1702462683, "15"], [1702462686, "15"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "26045"], [1702462614, "26058"], [1702462629, "26066"], [1702462650, "26109"], [1702462665, "30275"], [1702462683, "30304"], [1702462686, "30304"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "106"], [1702462614, "110"], [1702462629, "120"], [1702462650, "122"], [1702462665, "124"], [1702462683, "124"], [1702462686, "124"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "21"], [1702462614, "23"], [1702462629, "24"], [1702462650, "24"], [1702462665, "24"], [1702462683, "29"], [1702462686, "29"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "22"], [1702462614, "22"], [1702462629, "22"], [1702462650, "22"], [1702462665, "22"], [1702462683, "23"], [1702462686, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "12"], [1702462614, "12"], [1702462629, "12"], [1702462650, "14"], [1702462665, "14"], [1702462683, "14"], [1702462686, "14"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "4"], [1702462665, "4"], [1702462683, "5"], [1702462686, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "46"], [1702462614, "46"], [1702462629, "47"], [1702462650, "52"], [1702462665, "52"], [1702462683, "61"], [1702462686, "61"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "215"], [1702462614, "223"], [1702462629, "226"], [1702462650, "240"], [1702462665, "250"], [1702462683, "262"], [1702462686, "262"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "11"], [1702462614, "11"], [1702462629, "11"], [1702462650, "13"], [1702462665, "13"], [1702462683, "13"], [1702462686, "13"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2242"], [1702462614, "2274"], [1702462629, "2341"], [1702462650, "2396"], [1702462665, "2583"], [1702462683, "2611"], [1702462686, "2611"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "3"], [1702462614, "3"], [1702462629, "3"], [1702462650, "3"], [1702462665, "3"], [1702462683, "5"], [1702462686, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "44"], [1702462614, "44"], [1702462629, "44"], [1702462650, "48"], [1702462665, "50"], [1702462683, "53"], [1702462686, "53"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "19"], [1702462614, "19"], [1702462629, "20"], [1702462650, "20"], [1702462665, "20"], [1702462683, "20"], [1702462686, "20"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "70"], [1702462614, "70"], [1702462629, "70"], [1702462650, "71"], [1702462665, "85"], [1702462683, "85"], [1702462686, "85"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "11"], [1702462614, "11"], [1702462629, "11"], [1702462650, "11"], [1702462665, "11"], [1702462683, "11"], [1702462686, "11"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "176"], [1702462614, "181"], [1702462629, "202"], [1702462650, "208"], [1702462665, "227"], [1702462683, "231"], [1702462686, "231"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "16"], [1702462614, "16"], [1702462629, "24"], [1702462650, "24"], [1702462665, "24"], [1702462683, "24"], [1702462686, "24"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "267"], [1702462614, "267"], [1702462629, "267"], [1702462650, "267"], [1702462665, "269"], [1702462683, "270"], [1702462686, "270"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "103570"], [1702462614, "108539"], [1702462629, "112809"], [1702462650, "117247"], [1702462665, "122759"], [1702462683, "130610"], [1702462686, "130610"]]}], "kepler_container_bpf_net_rx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "12"], [1702462614, "12"], [1702462629, "12"], [1702462650, "12"], [1702462665, "12"], [1702462683, "12"], [1702462686, "12"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "18"], [1702462614, "19"], [1702462629, "21"], [1702462650, "21"], [1702462665, "22"], [1702462683, "25"], [1702462686, "25"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "3"], [1702462614, "3"], [1702462629, "3"], [1702462650, "3"], [1702462665, "4"], [1702462683, "4"], [1702462686, "4"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "79"], [1702462614, "79"], [1702462629, "79"], [1702462650, "85"], [1702462665, "95"], [1702462683, "96"], [1702462686, "96"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "120"], [1702462614, "130"], [1702462629, "138"], [1702462650, "144"], [1702462665, "151"], [1702462683, "159"], [1702462686, "159"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "2"], [1702462665, "2"], [1702462683, "2"], [1702462686, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "4"], [1702462614, "4"], [1702462629, "4"], [1702462650, "4"], [1702462665, "4"], [1702462683, "4"], [1702462686, "4"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "5"], [1702462614, "5"], [1702462629, "5"], [1702462650, "6"], [1702462665, "6"], [1702462683, "6"], [1702462686, "6"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "3"], [1702462665, "3"], [1702462683, "5"], [1702462686, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "6"], [1702462614, "6"], [1702462629, "7"], [1702462650, "7"], [1702462665, "8"], [1702462683, "8"], [1702462686, "8"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "307"], [1702462614, "324"], [1702462629, "335"], [1702462650, "342"], [1702462665, "361"], [1702462683, "375"], [1702462686, "375"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "11"], [1702462614, "11"], [1702462629, "12"], [1702462650, "12"], [1702462665, "12"], [1702462683, "12"], [1702462686, "12"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "401"], [1702462614, "407"], [1702462629, "425"], [1702462650, "436"], [1702462665, "456"], [1702462683, "458"], [1702462686, "458"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "18"], [1702462614, "18"], [1702462629, "18"], [1702462650, "18"], [1702462665, "18"], [1702462683, "20"], [1702462686, "20"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "2"], [1702462614, "2"], [1702462629, "2"], [1702462650, "2"], [1702462665, "2"], [1702462683, "2"], [1702462686, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "22"], [1702462614, "24"], [1702462629, "24"], [1702462650, "24"], [1702462665, "25"], [1702462683, "25"], [1702462686, "25"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "15"], [1702462614, "15"], [1702462629, "16"], [1702462650, "16"], [1702462665, "16"], [1702462683, "17"], [1702462686, "17"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "9"], [1702462614, "9"], [1702462629, "10"], [1702462650, "10"], [1702462665, "12"], [1702462683, "13"], [1702462686, "13"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "20"], [1702462614, "21"], [1702462629, "22"], [1702462650, "23"], [1702462665, "23"], [1702462683, "25"], [1702462686, "25"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "17"], [1702462614, "17"], [1702462629, "17"], [1702462650, "17"], [1702462665, "19"], [1702462683, "19"], [1702462686, "19"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "5071"], [1702462614, "5286"], [1702462629, "5528"], [1702462650, "5776"], [1702462665, "6068"], [1702462683, "6409"], [1702462686, "6409"]]}], "kepler_container_bpf_net_tx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_bpf_page_cache_hit_total": [{"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "7"], [1702462614, "7"], [1702462629, "7"], [1702462650, "11"], [1702462665, "11"], [1702462683, "15"], [1702462686, "15"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "421"], [1702462614, "467"], [1702462629, "494"], [1702462650, "535"], [1702462665, "577"], [1702462683, "597"], [1702462686, "597"]]}], "kepler_container_cache_miss_total": [{"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "8145"], [1702462614, "8145"], [1702462629, "8145"], [1702462650, "8145"], [1702462665, "8145"], [1702462683, "8145"], [1702462686, "8145"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "387767"], [1702462614, "390269"], [1702462629, "399633"], [1702462650, "402784"], [1702462665, "410418"], [1702462683, "419644"], [1702462686, "419644"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "538561"], [1702462614, "565708"], [1702462629, "599918"], [1702462650, "645340"], [1702462665, "663982"], [1702462683, "735045"], [1702462686, "735045"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "30319"], [1702462614, "30319"], [1702462629, "31821"], [1702462650, "31821"], [1702462665, "35322"], [1702462683, "35322"], [1702462686, "35322"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "604972"], [1702462614, "604972"], [1702462629, "608467"], [1702462650, "648207"], [1702462665, "667723"], [1702462683, "696099"], [1702462686, "696099"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2391179"], [1702462614, "2600303"], [1702462629, "2779267"], [1702462650, "2893506"], [1702462665, "3100824"], [1702462683, "3261699"], [1702462686, "3261699"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "15878"], [1702462614, "15878"], [1702462629, "16397"], [1702462650, "16397"], [1702462665, "16397"], [1702462683, "16397"], [1702462686, "16397"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "6868"], [1702462614, "7402"], [1702462629, "7912"], [1702462650, "7912"], [1702462665, "7912"], [1702462683, "7912"], [1702462686, "7912"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "59985"], [1702462614, "88323"], [1702462629, "88693"], [1702462650, "93295"], [1702462665, "93988"], [1702462683, "94482"], [1702462686, "94482"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "81937"], [1702462614, "81937"], [1702462629, "81937"], [1702462650, "92092"], [1702462665, "92092"], [1702462683, "106746"], [1702462686, "106746"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "60169"], [1702462614, "61883"], [1702462629, "62717"], [1702462650, "64897"], [1702462665, "66703"], [1702462683, "70335"], [1702462686, "70335"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "169769"], [1702462614, "183692"], [1702462629, "193492"], [1702462650, "198121"], [1702462665, "203224"], [1702462683, "211157"], [1702462686, "211157"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "62963"], [1702462614, "67306"], [1702462629, "72954"], [1702462650, "76632"], [1702462665, "77807"], [1702462683, "77807"], [1702462686, "77807"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "133449"], [1702462614, "137649"], [1702462629, "152099"], [1702462650, "153525"], [1702462665, "153525"], [1702462683, "214191"], [1702462686, "214191"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "146182"], [1702462614, "153651"], [1702462629, "165688"], [1702462650, "181951"], [1702462665, "189074"], [1702462683, "206062"], [1702462686, "206062"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1648"], [1702462614, "1648"], [1702462629, "1648"], [1702462650, "1648"], [1702462665, "1648"], [1702462683, "1648"], [1702462686, "1648"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4867081"], [1702462614, "5025762"], [1702462629, "5217090"], [1702462650, "5398950"], [1702462665, "5667916"], [1702462683, "5889414"], [1702462686, "5889414"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "423473"], [1702462614, "441655"], [1702462629, "445574"], [1702462650, "471030"], [1702462665, "471030"], [1702462683, "471030"], [1702462686, "471030"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "8093565"], [1702462614, "8275901"], [1702462629, "8646576"], [1702462650, "9012128"], [1702462665, "9354523"], [1702462683, "9408117"], [1702462686, "9408117"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "6111"], [1702462683, "6111"], [1702462686, "6111"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "16562"], [1702462614, "17048"], [1702462629, "17048"], [1702462650, "18031"], [1702462665, "18031"], [1702462683, "18031"], [1702462686, "18031"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "644668"], [1702462614, "659920"], [1702462629, "662811"], [1702462650, "689532"], [1702462665, "693540"], [1702462683, "796763"], [1702462686, "796763"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "84147"], [1702462614, "84147"], [1702462629, "84192"], [1702462650, "84192"], [1702462665, "84192"], [1702462683, "91281"], [1702462686, "91281"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "708427"], [1702462614, "715597"], [1702462629, "719566"], [1702462650, "729462"], [1702462665, "751262"], [1702462683, "817143"], [1702462686, "817143"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "374218"], [1702462614, "393720"], [1702462629, "399393"], [1702462650, "424177"], [1702462665, "436817"], [1702462683, "457620"], [1702462686, "457620"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "401180"], [1702462614, "416684"], [1702462629, "447270"], [1702462650, "494500"], [1702462665, "553715"], [1702462683, "633986"], [1702462686, "633986"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "694742"], [1702462614, "717126"], [1702462629, "735464"], [1702462650, "760559"], [1702462665, "781325"], [1702462683, "813075"], [1702462686, "813075"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "6152"], [1702462650, "6152"], [1702462665, "6152"], [1702462683, "6152"], [1702462686, "6152"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "184681"], [1702462614, "184681"], [1702462629, "184681"], [1702462650, "184681"], [1702462665, "195475"], [1702462683, "195505"], [1702462686, "195505"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "137605050"], [1702462614, "144491191"], [1702462629, "151578376"], [1702462650, "158661799"], [1702462665, "167982246"], [1702462683, "178167694"], [1702462686, "178167694"]]}], "kepler_container_cgroupfs_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "6463586740"], [1702462614, "6463657535"], [1702462629, "6463687785"], [1702462650, "6463727239"], [1702462665, "6463770024"], [1702462683, "6463799742"], [1702462686, "6463799742"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cgroupfs_memory_usage_bytes_total": [{"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "77918208"], [1702462614, "78024704"], [1702462629, "77971456"], [1702462650, "78028800"], [1702462665, "77971456"], [1702462683, "78024704"], [1702462686, "78024704"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cgroupfs_system_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "1983598266"], [1702462614, "1983624849"], [1702462629, "1983633607"], [1702462650, "1983648720"], [1702462665, "1983659435"], [1702462683, "1983669025"], [1702462686, "1983669025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cgroupfs_user_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "4479988473"], [1702462614, "4480032686"], [1702462629, "4480054178"], [1702462650, "4480078518"], [1702462665, "4480110589"], [1702462683, "4480130716"], [1702462686, "4480130716"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_core_joules_total": [{"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_cpu_cycles_total": [{"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "4410574"], [1702462614, "4410574"], [1702462629, "4410574"], [1702462650, "4410574"], [1702462665, "4410574"], [1702462683, "4410574"], [1702462686, "4410574"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "55245269"], [1702462614, "55335047"], [1702462629, "57036608"], [1702462650, "58418268"], [1702462665, "60479348"], [1702462683, "63388024"], [1702462686, "63388024"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "136494607"], [1702462614, "140020218"], [1702462629, "143260513"], [1702462650, "148217728"], [1702462665, "149778405"], [1702462683, "168752897"], [1702462686, "168752897"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "31592556"], [1702462614, "32797415"], [1702462629, "32797415"], [1702462650, "32797415"], [1702462665, "32797415"], [1702462683, "32797415"], [1702462686, "32797415"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "4153703504"], [1702462614, "4155198241"], [1702462629, "4159001508"], [1702462650, "4180060607"], [1702462665, "4781424886"], [1702462683, "4784554839"], [1702462686, "4784554839"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "974354153"], [1702462614, "994912766"], [1702462629, "1039390525"], [1702462650, "1097729087"], [1702462665, "1161235813"], [1702462683, "1215077954"], [1702462686, "1215077954"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "7948749"], [1702462614, "7948749"], [1702462629, "9066925"], [1702462650, "9066925"], [1702462665, "9066925"], [1702462683, "9066925"], [1702462686, "9066925"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "5691548"], [1702462614, "5691548"], [1702462629, "5691548"], [1702462650, "5691548"], [1702462665, "5691548"], [1702462683, "5691548"], [1702462686, "5691548"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "10561839"], [1702462614, "10561839"], [1702462629, "10561839"], [1702462650, "10561839"], [1702462665, "10561839"], [1702462683, "10984027"], [1702462686, "10984027"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "10409272"], [1702462614, "10409272"], [1702462629, "11038787"], [1702462650, "11038787"], [1702462665, "11038787"], [1702462683, "11038787"], [1702462686, "11038787"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "3092730"], [1702462614, "3092730"], [1702462629, "3604203"], [1702462650, "3776415"], [1702462665, "3776415"], [1702462683, "3948847"], [1702462686, "3948847"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "31279630"], [1702462614, "31279630"], [1702462629, "31647112"], [1702462650, "34149624"], [1702462665, "35668016"], [1702462683, "37124050"], [1702462686, "37124050"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "11852408"], [1702462614, "12169189"], [1702462629, "13009769"], [1702462650, "13009769"], [1702462665, "13287670"], [1702462683, "13287670"], [1702462686, "13287670"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "30271122"], [1702462614, "30271122"], [1702462629, "30755455"], [1702462650, "34782054"], [1702462665, "34782054"], [1702462683, "49650198"], [1702462686, "49650198"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "28149525"], [1702462614, "29170399"], [1702462629, "29429146"], [1702462650, "29594081"], [1702462665, "33333819"], [1702462683, "34255862"], [1702462686, "34255862"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "465256"], [1702462614, "465256"], [1702462629, "465256"], [1702462650, "465256"], [1702462665, "465256"], [1702462683, "465256"], [1702462686, "465256"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1715916515"], [1702462614, "1786226346"], [1702462629, "1834584355"], [1702462650, "1870763673"], [1702462665, "1932359739"], [1702462683, "2012416093"], [1702462686, "2012416093"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "48472883"], [1702462614, "48921699"], [1702462629, "48921699"], [1702462650, "48921699"], [1702462665, "48921699"], [1702462683, "48921699"], [1702462686, "48921699"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2704635337"], [1702462614, "2741217894"], [1702462629, "2786247689"], [1702462650, "2855659583"], [1702462665, "2962358897"], [1702462683, "3024843472"], [1702462686, "3024843472"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "5846184"], [1702462683, "5846184"], [1702462686, "5846184"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "279786"], [1702462614, "279786"], [1702462629, "279786"], [1702462650, "279786"], [1702462665, "279786"], [1702462683, "279786"], [1702462686, "279786"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "12087049"], [1702462614, "12382264"], [1702462629, "12382264"], [1702462650, "12382264"], [1702462665, "12382264"], [1702462683, "12382264"], [1702462686, "12382264"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "109529842"], [1702462614, "109529842"], [1702462629, "109529842"], [1702462650, "109529842"], [1702462665, "109529842"], [1702462683, "122965613"], [1702462686, "122965613"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "23820743"], [1702462614, "23820743"], [1702462629, "23820743"], [1702462650, "23820743"], [1702462665, "23820743"], [1702462683, "23820743"], [1702462686, "23820743"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "144653387"], [1702462614, "146426637"], [1702462629, "146426637"], [1702462650, "152066683"], [1702462665, "174794953"], [1702462683, "181301436"], [1702462686, "181301436"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "71362200"], [1702462614, "72274210"], [1702462629, "74631963"], [1702462650, "78780039"], [1702462665, "79073205"], [1702462683, "79884283"], [1702462686, "79884283"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "89318606"], [1702462614, "90814610"], [1702462629, "99533535"], [1702462650, "103834037"], [1702462665, "105400529"], [1702462683, "105995339"], [1702462686, "105995339"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "131918348"], [1702462614, "145099855"], [1702462629, "150254997"], [1702462650, "150254997"], [1702462665, "154179169"], [1702462683, "155951541"], [1702462686, "155951541"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "58705249"], [1702462614, "58705249"], [1702462629, "58705249"], [1702462650, "58705249"], [1702462665, "61030141"], [1702462683, "66153498"], [1702462686, "66153498"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "36806417401"], [1702462614, "37969730133"], [1702462629, "38957318991"], [1702462650, "40138736175"], [1702462665, "41819615948"], [1702462683, "44010285464"], [1702462686, "44010285464"]]}], "kepler_container_cpu_instructions_total": [{"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1966596"], [1702462614, "1966596"], [1702462629, "1966596"], [1702462650, "1966596"], [1702462665, "1966596"], [1702462683, "1966596"], [1702462686, "1966596"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "44027681"], [1702462614, "45338116"], [1702462629, "47032523"], [1702462650, "48085908"], [1702462665, "51080842"], [1702462683, "52201368"], [1702462686, "52201368"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "83173544"], [1702462614, "89104013"], [1702462629, "94896372"], [1702462650, "97510678"], [1702462665, "99226317"], [1702462683, "108982719"], [1702462686, "108982719"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "3955016"], [1702462614, "3955016"], [1702462629, "3955016"], [1702462650, "3955016"], [1702462665, "3955016"], [1702462683, "3955016"], [1702462686, "3955016"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "2283568372"], [1702462614, "2287772417"], [1702462629, "2287772417"], [1702462650, "2287836767"], [1702462665, "3005914033"], [1702462683, "3022256143"], [1702462686, "3022256143"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "554619235"], [1702462614, "596939269"], [1702462629, "623148179"], [1702462650, "649249984"], [1702462665, "692200479"], [1702462683, "720406934"], [1702462686, "720406934"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "3292945"], [1702462614, "3292945"], [1702462629, "3292945"], [1702462650, "3292945"], [1702462665, "3292945"], [1702462683, "3292945"], [1702462686, "3292945"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "2689115"], [1702462614, "4012845"], [1702462629, "4887816"], [1702462650, "4887816"], [1702462665, "4887816"], [1702462683, "4887816"], [1702462686, "4887816"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "5826228"], [1702462614, "7353001"], [1702462629, "8119390"], [1702462650, "8119390"], [1702462665, "8119390"], [1702462683, "8284274"], [1702462686, "8284274"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "14240046"], [1702462614, "14240046"], [1702462629, "14240046"], [1702462650, "14240046"], [1702462665, "14240046"], [1702462683, "15078547"], [1702462686, "15078547"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "12887315"], [1702462614, "12887315"], [1702462629, "13032266"], [1702462650, "13166353"], [1702462665, "13312189"], [1702462683, "13409008"], [1702462686, "13409008"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "29362471"], [1702462614, "29757287"], [1702462629, "29757287"], [1702462650, "29757287"], [1702462665, "31218453"], [1702462683, "33260690"], [1702462686, "33260690"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "2844470"], [1702462614, "3152639"], [1702462629, "3553891"], [1702462650, "3553891"], [1702462665, "3682789"], [1702462683, "3682789"], [1702462686, "3682789"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "10873926"], [1702462614, "10873926"], [1702462629, "11070201"], [1702462650, "11152922"], [1702462665, "11152922"], [1702462683, "16155073"], [1702462686, "16155073"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "5480388"], [1702462614, "5801966"], [1702462629, "6744635"], [1702462650, "7367014"], [1702462665, "9977981"], [1702462683, "12619040"], [1702462686, "12619040"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "870009"], [1702462614, "870009"], [1702462629, "870009"], [1702462650, "870009"], [1702462665, "870009"], [1702462683, "870009"], [1702462686, "870009"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1349424507"], [1702462614, "1359834447"], [1702462629, "1389359885"], [1702462650, "1402319509"], [1702462665, "1435916413"], [1702462683, "1495955894"], [1702462686, "1495955894"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "41105928"], [1702462614, "43124614"], [1702462629, "43744807"], [1702462650, "43744807"], [1702462665, "43744807"], [1702462683, "43744807"], [1702462686, "43744807"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "2227747304"], [1702462614, "2297026231"], [1702462629, "2349193587"], [1702462650, "2399072634"], [1702462665, "2466455385"], [1702462683, "2494055059"], [1702462686, "2494055059"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "7954720"], [1702462614, "7954720"], [1702462629, "7954720"], [1702462650, "8034327"], [1702462665, "8034327"], [1702462683, "8034327"], [1702462686, "8034327"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "93552226"], [1702462614, "93552226"], [1702462629, "93620520"], [1702462650, "93620520"], [1702462665, "93620520"], [1702462683, "102058705"], [1702462686, "102058705"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "15840878"], [1702462614, "15840878"], [1702462629, "15840878"], [1702462650, "15840878"], [1702462665, "15840878"], [1702462683, "16491878"], [1702462686, "16491878"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "101477093"], [1702462614, "101477093"], [1702462629, "103220585"], [1702462650, "103665893"], [1702462665, "106478693"], [1702462683, "108538272"], [1702462686, "108538272"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "35181375"], [1702462614, "37294826"], [1702462629, "38395030"], [1702462650, "40270303"], [1702462665, "40906247"], [1702462683, "43395949"], [1702462686, "43395949"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "27043060"], [1702462614, "28826765"], [1702462629, "29707872"], [1702462650, "30658151"], [1702462665, "33607028"], [1702462683, "35987277"], [1702462686, "35987277"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "103952394"], [1702462614, "103952394"], [1702462629, "104026638"], [1702462650, "107365335"], [1702462665, "110895826"], [1702462683, "114984704"], [1702462686, "114984704"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "406049"], [1702462650, "406049"], [1702462665, "406049"], [1702462683, "406049"], [1702462686, "406049"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "59251897"], [1702462614, "59251897"], [1702462629, "59251897"], [1702462650, "59251897"], [1702462665, "59251897"], [1702462683, "59340097"], [1702462686, "59340097"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "38255773749"], [1702462614, "39763257135"], [1702462629, "40829798225"], [1702462650, "41862880856"], [1702462665, "43789745801"], [1702462683, "46531114312"], [1702462686, "46531114312"]]}], "kepler_container_dram_joules_total": [{"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.276"], [1702462614, "0.276"], [1702462629, "0.276"], [1702462650, "0.276"], [1702462665, "0.276"], [1702462683, "0.276"], [1702462686, "0.276"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "149.946"], [1702462614, "160.173"], [1702462629, "170.157"], [1702462650, "180.141"], [1702462665, "189.891"], [1702462683, "199.641"], [1702462686, "199.641"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "18.213"], [1702462614, "18.351"], [1702462629, "18.837"], [1702462650, "19.002"], [1702462665, "19.467"], [1702462683, "19.638"], [1702462686, "19.638"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "17.07"], [1702462614, "18.567"], [1702462629, "20.337"], [1702462650, "22.701"], [1702462665, "23.832"], [1702462683, "25.14"], [1702462686, "25.14"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.996"], [1702462614, "0.996"], [1702462629, "1.074"], [1702462650, "1.074"], [1702462665, "1.287"], [1702462683, "1.287"], [1702462686, "1.287"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "91.653"], [1702462614, "101.88"], [1702462629, "111.864"], [1702462650, "121.848"], [1702462665, "131.598"], [1702462683, "141.348"], [1702462686, "141.348"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "26.556"], [1702462614, "26.556"], [1702462629, "26.739"], [1702462650, "28.806"], [1702462665, "29.988"], [1702462683, "30.513"], [1702462686, "30.513"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "103.404"], [1702462614, "114.918"], [1702462629, "124.17"], [1702462650, "130.11"], [1702462665, "142.665"], [1702462683, "145.626"], [1702462686, "145.626"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.666"], [1702462614, "0.666"], [1702462629, "0.693"], [1702462650, "0.693"], [1702462665, "0.693"], [1702462683, "0.693"], [1702462686, "0.693"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.177"], [1702462614, "0.207"], [1702462629, "0.234"], [1702462650, "0.234"], [1702462665, "0.234"], [1702462683, "0.234"], [1702462686, "0.234"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "2.403"], [1702462614, "3.966"], [1702462629, "3.987"], [1702462650, "4.227"], [1702462665, "4.269"], [1702462683, "4.281"], [1702462686, "4.281"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "2.127"], [1702462614, "2.127"], [1702462629, "2.127"], [1702462650, "2.655"], [1702462665, "2.655"], [1702462683, "2.925"], [1702462686, "2.925"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1.824"], [1702462614, "1.92"], [1702462629, "1.965"], [1702462650, "2.079"], [1702462665, "2.19"], [1702462683, "2.259"], [1702462686, "2.259"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "6.372"], [1702462614, "7.14"], [1702462629, "7.647"], [1702462650, "7.89"], [1702462665, "8.202"], [1702462683, "8.349"], [1702462686, "8.349"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "3.261"], [1702462614, "3.501"], [1702462629, "3.795"], [1702462650, "3.987"], [1702462665, "4.059"], [1702462683, "4.059"], [1702462686, "4.059"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "4.278"], [1702462614, "4.512"], [1702462629, "5.259"], [1702462650, "5.334"], [1702462665, "5.334"], [1702462683, "6.453"], [1702462686, "6.453"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "10.239"], [1702462614, "10.653"], [1702462629, "11.277"], [1702462650, "12.123"], [1702462665, "12.555"], [1702462683, "12.87"], [1702462686, "12.87"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "52.098"], [1702462614, "62.325"], [1702462629, "72.309"], [1702462650, "82.293"], [1702462665, "92.043"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "178.503"], [1702462614, "187.239"], [1702462629, "197.13"], [1702462650, "206.586"], [1702462665, "222.873"], [1702462683, "226.95"], [1702462686, "226.95"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "17.616"], [1702462614, "18.618"], [1702462629, "18.822"], [1702462650, "20.148"], [1702462665, "20.148"], [1702462683, "20.148"], [1702462686, "20.148"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "301.497"], [1702462614, "311.535"], [1702462629, "330.696"], [1702462650, "349.701"], [1702462665, "370.437"], [1702462683, "371.424"], [1702462686, "371.424"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0.372"], [1702462683, "0.372"], [1702462686, "0.372"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "9.75"], [1702462683, "19.5"], [1702462686, "19.5"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.786"], [1702462614, "0.813"], [1702462629, "0.813"], [1702462650, "0.867"], [1702462665, "0.867"], [1702462683, "0.867"], [1702462686, "0.867"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "22.593"], [1702462614, "23.433"], [1702462629, "23.583"], [1702462650, "24.975"], [1702462665, "25.218"], [1702462683, "27.12"], [1702462686, "27.12"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "4.527"], [1702462614, "4.527"], [1702462629, "4.53"], [1702462650, "4.53"], [1702462665, "4.53"], [1702462683, "4.662"], [1702462686, "4.662"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "26.07"], [1702462614, "26.466"], [1702462629, "26.673"], [1702462650, "27.189"], [1702462665, "28.512"], [1702462683, "29.727"], [1702462686, "29.727"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "17.541"], [1702462614, "18.615"], [1702462629, "18.909"], [1702462650, "20.199"], [1702462665, "20.967"], [1702462683, "21.351"], [1702462686, "21.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "19.383"], [1702462614, "20.238"], [1702462629, "21.819"], [1702462650, "24.276"], [1702462665, "27.864"], [1702462683, "29.343"], [1702462686, "29.343"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "91.653"], [1702462614, "101.88"], [1702462629, "111.864"], [1702462650, "121.848"], [1702462665, "131.598"], [1702462683, "141.348"], [1702462686, "141.348"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "30.261"], [1702462614, "31.494"], [1702462629, "32.442"], [1702462650, "33.747"], [1702462665, "35.007"], [1702462683, "35.592"], [1702462686, "35.592"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.318"], [1702462650, "0.318"], [1702462665, "0.318"], [1702462683, "0.318"], [1702462686, "0.318"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "9.984"], [1702462650, "19.968"], [1702462665, "29.718"], [1702462683, "39.468"], [1702462686, "39.468"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "9.6"], [1702462614, "9.6"], [1702462629, "9.6"], [1702462650, "9.6"], [1702462665, "10.254"], [1702462683, "10.257"], [1702462686, "10.257"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "5247.294"], [1702462614, "5626.383"], [1702462629, "5992.692"], [1702462650, "6360.942"], [1702462665, "6925.329"], [1702462683, "7112.763"], [1702462686, "7112.763"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "245.67"], [1702462614, "255.897"], [1702462629, "265.881"], [1702462650, "275.865"], [1702462665, "285.615"], [1702462683, "295.365"], [1702462686, "295.365"]]}], "kepler_container_gpu_joules_total": [{"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.297"], [1702462614, "0.339"], [1702462629, "0.378"], [1702462650, "0.42"], [1702462665, "0.456"], [1702462683, "0.495"], [1702462686, "0.495"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "112.857"], [1702462614, "122.766"], [1702462629, "132.438"], [1702462650, "142.11"], [1702462665, "151.557"], [1702462683, "161.004"], [1702462686, "161.004"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.258"], [1702462614, "0.3"], [1702462629, "0.339"], [1702462650, "0.381"], [1702462665, "0.417"], [1702462683, "0.456"], [1702462686, "0.456"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "88.872"], [1702462614, "98.781"], [1702462629, "108.453"], [1702462650, "118.125"], [1702462665, "127.572"], [1702462683, "137.019"], [1702462686, "137.019"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0.195"], [1702462614, "0.237"], [1702462629, "0.276"], [1702462650, "0.318"], [1702462665, "0.354"], [1702462683, "0.393"], [1702462686, "0.393"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "50.478"], [1702462614, "60.387"], [1702462629, "70.059"], [1702462650, "79.731"], [1702462665, "89.178"], [1702462683, "98.625"], [1702462686, "98.625"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0.036"], [1702462683, "0.075"], [1702462686, "0.075"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "9.447"], [1702462683, "18.894"], [1702462686, "18.894"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.258"], [1702462614, "0.3"], [1702462629, "0.339"], [1702462650, "0.381"], [1702462665, "0.417"], [1702462683, "0.456"], [1702462686, "0.456"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "88.872"], [1702462614, "98.781"], [1702462629, "108.453"], [1702462650, "118.125"], [1702462665, "127.572"], [1702462683, "137.019"], [1702462686, "137.019"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.039"], [1702462650, "0.081"], [1702462665, "0.117"], [1702462683, "0.156"], [1702462686, "0.156"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "9.672"], [1702462650, "19.344"], [1702462665, "28.791"], [1702462683, "38.238"], [1702462686, "38.238"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "152.241"], [1702462614, "162.15"], [1702462629, "171.822"], [1702462650, "181.494"], [1702462665, "190.941"], [1702462683, "200.388"], [1702462686, "200.388"]]}], "kepler_container_joules_total": [{"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.879"], [1702462614, "0.921"], [1702462629, "0.9600000000000001"], [1702462650, "1.002"], [1702462665, "1.038"], [1702462683, "1.077"], [1702462686, "1.077"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "682.5029999999999"], [1702462614, "734.0459999999999"], [1702462629, "784.359"], [1702462650, "834.672"], [1702462665, "883.815"], [1702462683, "932.958"], [1702462686, "932.958"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "32.733000000000004"], [1702462614, "33.708"], [1702462629, "35.634"], [1702462650, "36.756"], [1702462665, "38.847"], [1702462683, "39.246"], [1702462686, "39.246"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "29.799000000000003"], [1702462614, "34.938"], [1702462629, "41.535000000000004"], [1702462650, "46.212"], [1702462665, "48.291"], [1702462683, "51.282"], [1702462686, "51.282"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "8.733"], [1702462614, "8.775"], [1702462629, "8.892000000000001"], [1702462650, "8.934000000000001"], [1702462665, "9.183"], [1702462683, "9.222"], [1702462686, "9.222"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "462.66900000000004"], [1702462614, "514.212"], [1702462629, "564.525"], [1702462650, "614.838"], [1702462665, "663.981"], [1702462683, "713.124"], [1702462686, "713.124"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "603.6690000000001"], [1702462614, "606.2640000000001"], [1702462629, "606.4860000000001"], [1702462650, "608.652"], [1702462665, "990.7679999999999"], [1702462683, "994.086"], [1702462686, "994.086"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "336.459"], [1702462614, "373.68600000000004"], [1702462629, "404.637"], [1702462650, "433.27200000000005"], [1702462665, "468.6480000000001"], [1702462683, "476.40000000000003"], [1702462686, "476.40000000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "2.136"], [1702462614, "2.178"], [1702462629, "2.244"], [1702462650, "2.286"], [1702462665, "2.322"], [1702462683, "2.361"], [1702462686, "2.361"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.729"], [1702462614, "1.605"], [1702462629, "2.397"], [1702462650, "2.439"], [1702462665, "2.475"], [1702462683, "2.514"], [1702462686, "2.514"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "3.111"], [1702462614, "5.643"], [1702462629, "6.339"], [1702462650, "6.621"], [1702462665, "6.699000000000001"], [1702462683, "6.779999999999999"], [1702462686, "6.779999999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "3.846"], [1702462614, "3.888"], [1702462629, "3.927"], [1702462650, "4.497"], [1702462665, "4.5329999999999995"], [1702462683, "4.986"], [1702462686, "4.986"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "4.29"], [1702462614, "4.428000000000001"], [1702462629, "4.632000000000001"], [1702462650, "4.905"], [1702462665, "5.130000000000001"], [1702462683, "5.256"], [1702462686, "5.256"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "14.096999999999998"], [1702462614, "15.146999999999998"], [1702462629, "15.692999999999998"], [1702462650, "15.978"], [1702462665, "17.103"], [1702462683, "17.634"], [1702462686, "17.634"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "4.464"], [1702462614, "4.9350000000000005"], [1702462629, "5.601"], [1702462650, "5.835"], [1702462665, "6.0120000000000005"], [1702462683, "6.051"], [1702462686, "6.051"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "6.350999999999999"], [1702462614, "6.626999999999999"], [1702462629, "7.578"], [1702462650, "7.767"], [1702462665, "7.803000000000001"], [1702462683, "9.804"], [1702462686, "9.804"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "29.490000000000002"], [1702462614, "30.144000000000002"], [1702462629, "31.587"], [1702462650, "33.018"], [1702462665, "34.872"], [1702462683, "35.673"], [1702462686, "35.673"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "262.56600000000003"], [1702462614, "314.10900000000004"], [1702462629, "364.42199999999997"], [1702462650, "414.735"], [1702462665, "463.87800000000004"], [1702462683, "513.021"], [1702462686, "513.021"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.459"], [1702462614, "0.501"], [1702462629, "0.54"], [1702462650, "0.582"], [1702462665, "0.618"], [1702462683, "0.657"], [1702462686, "0.657"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "726.7950000000001"], [1702462614, "741.888"], [1702462629, "776.217"], [1702462650, "796.962"], [1702462665, "831.1080000000001"], [1702462683, "845.334"], [1702462686, "845.334"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "42.549"], [1702462614, "44.82"], [1702462629, "45.576"], [1702462650, "46.944"], [1702462665, "46.98"], [1702462683, "47.019"], [1702462686, "47.019"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "891.615"], [1702462614, "943.7190000000002"], [1702462629, "1006.0290000000001"], [1702462650, "1068.36"], [1702462665, "1124.877"], [1702462683, "1130.5529999999999"], [1702462686, "1130.5529999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0.408"], [1702462683, "0.447"], [1702462686, "0.447"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "49.14300000000001"], [1702462683, "98.28600000000002"], [1702462686, "98.28600000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "7.26"], [1702462614, "7.329000000000001"], [1702462629, "7.368"], [1702462650, "7.5360000000000005"], [1702462665, "7.572000000000001"], [1702462683, "7.611000000000001"], [1702462686, "7.611000000000001"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "52.869"], [1702462614, "53.751000000000005"], [1702462629, "53.997"], [1702462650, "55.431000000000004"], [1702462665, "55.71"], [1702462683, "59.073"], [1702462686, "59.073"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0.321"], [1702462614, "0.363"], [1702462629, "0.402"], [1702462650, "0.444"], [1702462665, "0.48"], [1702462683, "0.519"], [1702462686, "0.519"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "10.635"], [1702462614, "10.677"], [1702462629, "10.719"], [1702462650, "10.761000000000001"], [1702462665, "10.797"], [1702462683, "11.079"], [1702462686, "11.079"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "54.138000000000005"], [1702462614, "54.57600000000001"], [1702462629, "56.265"], [1702462650, "57.21000000000001"], [1702462665, "60.062999999999995"], [1702462683, "61.665"], [1702462686, "61.665"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "26.910000000000004"], [1702462614, "29.31"], [1702462629, "30.555000000000003"], [1702462650, "33.516"], [1702462665, "34.65899999999999"], [1702462683, "35.501999999999995"], [1702462686, "35.501999999999995"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "57.37800000000001"], [1702462614, "59.358"], [1702462629, "61.706999999999994"], [1702462650, "65.031"], [1702462665, "70.221"], [1702462683, "72.141"], [1702462686, "72.141"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "462.66900000000004"], [1702462614, "514.212"], [1702462629, "564.525"], [1702462650, "614.838"], [1702462665, "663.981"], [1702462683, "713.124"], [1702462686, "713.124"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "65.037"], [1702462614, "66.31200000000001"], [1702462629, "67.36200000000001"], [1702462650, "71.60700000000001"], [1702462665, "74.778"], [1702462683, "76.09200000000001"], [1702462686, "76.09200000000001"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.6930000000000001"], [1702462650, "0.735"], [1702462665, "0.771"], [1702462683, "0.81"], [1702462686, "0.81"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "50.313"], [1702462650, "100.626"], [1702462665, "149.769"], [1702462683, "198.91199999999998"], [1702462686, "198.91199999999998"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "30.846"], [1702462614, "30.887999999999998"], [1702462629, "30.927"], [1702462650, "30.968999999999998"], [1702462665, "31.659000000000002"], [1702462683, "31.716"], [1702462686, "31.716"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "17556.522"], [1702462614, "18850.071"], [1702462629, "20097.762"], [1702462650, "21362.538"], [1702462665, "22949.046"], [1702462683, "23598.138"], [1702462686, "23598.138"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "1043.514"], [1702462614, "1095.0569999999998"], [1702462629, "1145.37"], [1702462650, "1195.683"], [1702462665, "1244.826"], [1702462683, "1293.969"], [1702462686, "1293.969"]]}], "kepler_container_kubelet_cpu_usage_total": [{"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "7"], [1702462614, "7"], [1702462629, "7"], [1702462650, "7"], [1702462665, "7"], [1702462683, "7"], [1702462686, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "11219"], [1702462614, "11219"], [1702462629, "11219"], [1702462650, "11219"], [1702462665, "11219"], [1702462683, "11219"], [1702462686, "11219"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "12384"], [1702462614, "12384"], [1702462629, "12384"], [1702462650, "12385"], [1702462665, "12385"], [1702462683, "12385"], [1702462686, "12385"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "82"], [1702462614, "89"], [1702462629, "91"], [1702462650, "93"], [1702462665, "98"], [1702462683, "102"], [1702462686, "102"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "73326"], [1702462614, "73327"], [1702462629, "73327"], [1702462650, "73328"], [1702462665, "73329"], [1702462683, "73329"], [1702462686, "73329"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1189"], [1702462614, "1189"], [1702462629, "1189"], [1702462650, "1189"], [1702462665, "1189"], [1702462683, "1189"], [1702462686, "1189"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "73179"], [1702462614, "73179"], [1702462629, "73179"], [1702462650, "73179"], [1702462665, "73179"], [1702462683, "73179"], [1702462686, "73179"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "3583"], [1702462614, "3583"], [1702462629, "3583"], [1702462650, "3583"], [1702462665, "3583"], [1702462683, "3583"], [1702462686, "3583"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "5750"], [1702462614, "5750"], [1702462629, "5750"], [1702462650, "5750"], [1702462665, "5750"], [1702462683, "5750"], [1702462686, "5750"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "5952233"], [1702462614, "5952239"], [1702462629, "5952254"], [1702462650, "5952268"], [1702462665, "5952281"], [1702462683, "5952289"], [1702462686, "5952289"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "151"], [1702462614, "151"], [1702462629, "151"], [1702462650, "151"], [1702462665, "151"], [1702462683, "151"], [1702462686, "151"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "3424"], [1702462614, "3424"], [1702462629, "3424"], [1702462650, "3424"], [1702462665, "3424"], [1702462683, "3424"], [1702462686, "3424"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "10723"], [1702462614, "10723"], [1702462629, "10723"], [1702462650, "10723"], [1702462665, "10723"], [1702462683, "10723"], [1702462686, "10723"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "351"], [1702462614, "351"], [1702462629, "351"], [1702462650, "351"], [1702462665, "351"], [1702462683, "351"], [1702462686, "351"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "229063"], [1702462614, "229065"], [1702462629, "229066"], [1702462650, "229066"], [1702462665, "229068"], [1702462683, "229068"], [1702462686, "229068"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "331"], [1702462614, "331"], [1702462629, "331"], [1702462650, "331"], [1702462665, "331"], [1702462683, "331"], [1702462686, "331"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "408846"], [1702462614, "408848"], [1702462629, "408848"], [1702462650, "408849"], [1702462665, "408853"], [1702462683, "408854"], [1702462686, "408854"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "7"], [1702462614, "7"], [1702462629, "7"], [1702462650, "7"], [1702462665, "7"], [1702462683, "7"], [1702462686, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "1374"], [1702462614, "1374"], [1702462629, "1374"], [1702462650, "1374"], [1702462665, "1374"], [1702462683, "1374"], [1702462686, "1374"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "373"], [1702462614, "373"], [1702462629, "373"], [1702462650, "373"], [1702462665, "373"], [1702462683, "373"], [1702462686, "373"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "2710"], [1702462614, "2710"], [1702462629, "2710"], [1702462650, "2710"], [1702462665, "2710"], [1702462683, "2710"], [1702462686, "2710"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "306"], [1702462614, "306"], [1702462629, "306"], [1702462650, "306"], [1702462665, "307"], [1702462683, "307"], [1702462686, "307"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "6039"], [1702462614, "6039"], [1702462629, "6039"], [1702462650, "6039"], [1702462665, "6039"], [1702462683, "6039"], [1702462686, "6039"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "4828"], [1702462614, "4828"], [1702462629, "4828"], [1702462650, "4828"], [1702462665, "4828"], [1702462683, "4828"], [1702462686, "4828"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "14465"], [1702462614, "14465"], [1702462629, "14465"], [1702462650, "14465"], [1702462665, "14465"], [1702462683, "14465"], [1702462686, "14465"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_kubelet_memory_bytes_total": [{"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "9564160"], [1702462614, "9564160"], [1702462629, "9564160"], [1702462650, "9564160"], [1702462665, "9564160"], [1702462683, "9564160"], [1702462686, "9564160"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "52785152"], [1702462614, "52801536"], [1702462629, "52813824"], [1702462650, "52813824"], [1702462665, "52809728"], [1702462683, "52809728"], [1702462686, "52809728"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "38735872"], [1702462614, "38785024"], [1702462629, "38785024"], [1702462650, "38789120"], [1702462665, "38785024"], [1702462683, "38789120"], [1702462686, "38789120"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "10428416"], [1702462614, "11218944"], [1702462629, "11218944"], [1702462650, "11218944"], [1702462665, "12435456"], [1702462683, "12435456"], [1702462686, "12435456"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "96833536"], [1702462614, "93736960"], [1702462629, "93540352"], [1702462650, "90669056"], [1702462665, "91271168"], [1702462683, "95150080"], [1702462686, "95150080"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "100904960"], [1702462614, "101052416"], [1702462629, "100032512"], [1702462650, "100048896"], [1702462665, "100102144"], [1702462683, "100102144"], [1702462686, "100102144"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "32583680"], [1702462614, "32899072"], [1702462629, "32899072"], [1702462650, "32899072"], [1702462665, "32899072"], [1702462683, "32899072"], [1702462686, "32899072"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "58040320"], [1702462614, "57778176"], [1702462629, "57769984"], [1702462650, "57769984"], [1702462665, "57769984"], [1702462683, "57769984"], [1702462686, "57769984"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "26222592"], [1702462614, "26423296"], [1702462629, "26423296"], [1702462650, "26427392"], [1702462665, "26382336"], [1702462683, "26382336"], [1702462686, "26382336"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "82759680"], [1702462614, "82763776"], [1702462629, "82767872"], [1702462650, "82763776"], [1702462665, "82763776"], [1702462683, "82759680"], [1702462686, "82759680"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "281616384"], [1702462614, "281616384"], [1702462629, "281268224"], [1702462650, "281268224"], [1702462665, "281378816"], [1702462683, "281378816"], [1702462686, "281378816"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "29143040"], [1702462614, "29159424"], [1702462629, "29167616"], [1702462650, "28876800"], [1702462665, "28897280"], [1702462683, "28897280"], [1702462686, "28897280"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "21225472"], [1702462614, "21221376"], [1702462629, "21221376"], [1702462650, "21221376"], [1702462665, "21221376"], [1702462683, "21221376"], [1702462686, "21221376"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "44244992"], [1702462614, "44244992"], [1702462629, "44240896"], [1702462650, "44318720"], [1702462665, "44089344"], [1702462683, "44146688"], [1702462686, "44146688"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "23285760"], [1702462614, "23166976"], [1702462629, "23166976"], [1702462650, "23183360"], [1702462665, "23371776"], [1702462683, "23396352"], [1702462686, "23396352"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "39215104"], [1702462614, "39215104"], [1702462629, "39215104"], [1702462650, "39215104"], [1702462665, "39215104"], [1702462683, "39215104"], [1702462686, "39215104"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "93417472"], [1702462614, "93495296"], [1702462629, "95084544"], [1702462650, "95215616"], [1702462665, "94932992"], [1702462683, "94932992"], [1702462686, "94932992"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "1273856"], [1702462614, "1273856"], [1702462629, "1273856"], [1702462650, "1273856"], [1702462665, "1273856"], [1702462683, "1273856"], [1702462686, "1273856"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "33943552"], [1702462614, "33943552"], [1702462629, "33943552"], [1702462650, "33943552"], [1702462665, "34009088"], [1702462683, "34009088"], [1702462686, "34009088"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "673304576"], [1702462614, "673546240"], [1702462629, "673546240"], [1702462650, "673259520"], [1702462665, "681746432"], [1702462683, "681930752"], [1702462686, "681930752"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "11403264"], [1702462614, "11403264"], [1702462629, "11403264"], [1702462650, "11403264"], [1702462665, "11403264"], [1702462683, "11403264"], [1702462686, "11403264"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "24772608"], [1702462614, "24772608"], [1702462629, "24772608"], [1702462650, "24772608"], [1702462665, "24772608"], [1702462683, "24772608"], [1702462686, "24772608"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "55603200"], [1702462614, "55623680"], [1702462629, "55627776"], [1702462650, "55644160"], [1702462665, "55648256"], [1702462683, "55418880"], [1702462686, "55418880"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "61673472"], [1702462614, "61673472"], [1702462629, "61722624"], [1702462650, "61722624"], [1702462665, "61726720"], [1702462683, "61726720"], [1702462686, "61726720"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "42635264"], [1702462614, "42635264"], [1702462629, "42639360"], [1702462650, "41910272"], [1702462665, "44605440"], [1702462683, "44883968"], [1702462686, "44883968"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "49102848"], [1702462614, "49106944"], [1702462629, "49106944"], [1702462650, "49106944"], [1702462665, "49106944"], [1702462683, "49106944"], [1702462686, "49106944"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66060288"], [1702462614, "66142208"], [1702462629, "66211840"], [1702462650, "66473984"], [1702462665, "66965504"], [1702462683, "67473408"], [1702462686, "67473408"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "46628864"], [1702462614, "46686208"], [1702462629, "47190016"], [1702462650, "47558656"], [1702462665, "48459776"], [1702462683, "48640000"], [1702462686, "48640000"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "72359936"], [1702462614, "72359936"], [1702462629, "72359936"], [1702462650, "72359936"], [1702462665, "72421376"], [1702462683, "72421376"], [1702462686, "72421376"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_container_other_joules_total": [{"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0.087"], [1702462614, "0.087"], [1702462629, "0.087"], [1702462650, "0.087"], [1702462665, "0.087"], [1702462683, "0.087"], [1702462686, "0.087"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.189"], [1702462614, "0.189"], [1702462629, "0.189"], [1702462650, "0.189"], [1702462665, "0.189"], [1702462683, "0.189"], [1702462686, "0.189"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.003"], [1702462614, "0.003"], [1702462629, "0.003"], [1702462650, "0.003"], [1702462665, "0.003"], [1702462683, "0.003"], [1702462686, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0.264"], [1702462614, "0.264"], [1702462629, "0.264"], [1702462650, "0.264"], [1702462665, "0.264"], [1702462683, "0.264"], [1702462686, "0.264"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.588"], [1702462614, "0.588"], [1702462629, "0.588"], [1702462650, "0.588"], [1702462665, "0.588"], [1702462683, "0.588"], [1702462686, "0.588"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0.018"], [1702462614, "0.018"], [1702462629, "0.018"], [1702462650, "0.018"], [1702462665, "0.018"], [1702462683, "0.018"], [1702462686, "0.018"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0.003"], [1702462614, "0.003"], [1702462629, "0.003"], [1702462650, "0.003"], [1702462665, "0.003"], [1702462683, "0.003"], [1702462686, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0.024"], [1702462614, "0.024"], [1702462629, "0.024"], [1702462650, "0.024"], [1702462665, "0.024"], [1702462683, "0.024"], [1702462686, "0.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0.006"], [1702462614, "0.006"], [1702462629, "0.006"], [1702462650, "0.006"], [1702462665, "0.006"], [1702462683, "0.006"], [1702462686, "0.006"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "37.266"], [1702462614, "44.583"], [1702462629, "51.723"], [1702462650, "58.863"], [1702462665, "65.841"], [1702462683, "72.819"], [1702462686, "72.819"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.003"], [1702462614, "0.003"], [1702462629, "0.003"], [1702462650, "0.003"], [1702462665, "0.003"], [1702462683, "0.003"], [1702462686, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0.939"], [1702462614, "0.939"], [1702462629, "0.939"], [1702462650, "0.939"], [1702462665, "0.939"], [1702462683, "0.939"], [1702462686, "0.939"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0.045"], [1702462614, "0.045"], [1702462629, "0.045"], [1702462650, "0.045"], [1702462665, "0.045"], [1702462683, "0.045"], [1702462686, "0.045"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "3.474"], [1702462614, "3.474"], [1702462629, "3.474"], [1702462650, "3.474"], [1702462665, "3.474"], [1702462683, "3.474"], [1702462686, "3.474"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "6.978"], [1702462683, "13.956"], [1702462686, "13.956"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.009"], [1702462614, "0.009"], [1702462629, "0.009"], [1702462650, "0.009"], [1702462665, "0.009"], [1702462683, "0.009"], [1702462686, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0.054"], [1702462614, "0.054"], [1702462629, "0.054"], [1702462650, "0.054"], [1702462665, "0.054"], [1702462683, "0.054"], [1702462686, "0.054"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0.006"], [1702462614, "0.006"], [1702462629, "0.006"], [1702462650, "0.006"], [1702462665, "0.006"], [1702462683, "0.006"], [1702462686, "0.006"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0.075"], [1702462614, "0.075"], [1702462629, "0.075"], [1702462650, "0.075"], [1702462665, "0.075"], [1702462683, "0.075"], [1702462686, "0.075"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0.129"], [1702462614, "0.129"], [1702462629, "0.129"], [1702462650, "0.129"], [1702462665, "0.129"], [1702462683, "0.129"], [1702462686, "0.129"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.024"], [1702462614, "0.024"], [1702462629, "0.024"], [1702462650, "0.024"], [1702462665, "0.024"], [1702462683, "0.024"], [1702462686, "0.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0.06"], [1702462614, "0.06"], [1702462629, "0.06"], [1702462650, "0.06"], [1702462665, "0.06"], [1702462683, "0.06"], [1702462686, "0.06"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "7.14"], [1702462650, "14.28"], [1702462665, "21.258"], [1702462683, "28.236"], [1702462686, "28.236"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0.015"], [1702462614, "0.015"], [1702462629, "0.015"], [1702462650, "0.015"], [1702462665, "0.015"], [1702462683, "0.015"], [1702462686, "0.015"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "44.733"], [1702462614, "44.733"], [1702462629, "44.733"], [1702462650, "44.733"], [1702462665, "44.733"], [1702462683, "44.733"], [1702462686, "44.733"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "66.24"], [1702462614, "73.557"], [1702462629, "80.697"], [1702462650, "87.837"], [1702462665, "94.815"], [1702462683, "101.793"], [1702462686, "101.793"]]}], "kepler_container_package_joules_total": [{"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0.306"], [1702462614, "0.306"], [1702462629, "0.306"], [1702462650, "0.306"], [1702462665, "0.306"], [1702462683, "0.306"], [1702462686, "0.306"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "353.46"], [1702462614, "377.55"], [1702462629, "401.067"], [1702462650, "424.584"], [1702462665, "447.552"], [1702462683, "470.52"], [1702462686, "470.52"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "14.112"], [1702462614, "14.907"], [1702462629, "16.308"], [1702462650, "17.223"], [1702462665, "18.813"], [1702462683, "19.002"], [1702462686, "19.002"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "12.219"], [1702462614, "15.819"], [1702462629, "20.607"], [1702462650, "22.878"], [1702462665, "23.79"], [1702462683, "25.434"], [1702462686, "25.434"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "7.476"], [1702462614, "7.476"], [1702462629, "7.476"], [1702462650, "7.476"], [1702462665, "7.476"], [1702462683, "7.476"], [1702462686, "7.476"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "215.904"], [1702462614, "239.994"], [1702462629, "263.511"], [1702462650, "287.028"], [1702462665, "309.996"], [1702462683, "332.964"], [1702462686, "332.964"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "576.528"], [1702462614, "579.081"], [1702462629, "579.081"], [1702462650, "579.138"], [1702462665, "960.036"], [1702462683, "962.79"], [1702462686, "962.79"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "232.146"], [1702462614, "257.817"], [1702462629, "279.477"], [1702462650, "302.13"], [1702462665, "324.915"], [1702462683, "329.667"], [1702462686, "329.667"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1.149"], [1702462614, "1.149"], [1702462629, "1.149"], [1702462650, "1.149"], [1702462665, "1.149"], [1702462683, "1.149"], [1702462686, "1.149"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0.222"], [1702462614, "1.026"], [1702462629, "1.752"], [1702462650, "1.752"], [1702462665, "1.752"], [1702462683, "1.752"], [1702462686, "1.752"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0.369"], [1702462614, "1.296"], [1702462629, "1.932"], [1702462650, "1.932"], [1702462665, "1.932"], [1702462683, "1.962"], [1702462686, "1.962"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "1.395"], [1702462614, "1.395"], [1702462629, "1.395"], [1702462650, "1.395"], [1702462665, "1.395"], [1702462683, "1.539"], [1702462686, "1.539"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "2.136"], [1702462614, "2.136"], [1702462629, "2.256"], [1702462650, "2.373"], [1702462665, "2.451"], [1702462683, "2.469"], [1702462686, "2.469"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "7.38"], [1702462614, "7.62"], [1702462629, "7.62"], [1702462650, "7.62"], [1702462665, "8.397"], [1702462683, "8.742"], [1702462686, "8.742"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0.873"], [1702462614, "1.062"], [1702462629, "1.395"], [1702462650, "1.395"], [1702462665, "1.464"], [1702462683, "1.464"], [1702462686, "1.464"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "1.746"], [1702462614, "1.746"], [1702462629, "1.911"], [1702462650, "1.983"], [1702462665, "1.983"], [1702462683, "2.826"], [1702462686, "2.826"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "19.056"], [1702462614, "19.254"], [1702462629, "20.034"], [1702462650, "20.577"], [1702462665, "21.963"], [1702462683, "22.41"], [1702462686, "22.41"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "122.724"], [1702462614, "146.814"], [1702462629, "170.331"], [1702462650, "193.848"], [1702462665, "216.816"], [1702462683, "239.784"], [1702462686, "239.784"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0.135"], [1702462614, "0.135"], [1702462629, "0.135"], [1702462650, "0.135"], [1702462665, "0.135"], [1702462683, "0.135"], [1702462686, "0.135"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "547.032"], [1702462614, "553.347"], [1702462629, "577.746"], [1702462650, "588.993"], [1702462665, "606.816"], [1702462683, "616.926"], [1702462686, "616.926"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "24.567"], [1702462614, "25.794"], [1702462629, "26.307"], [1702462650, "26.307"], [1702462665, "26.307"], [1702462683, "26.307"], [1702462686, "26.307"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "586.323"], [1702462614, "628.347"], [1702462629, "671.457"], [1702462650, "714.741"], [1702462665, "750.486"], [1702462683, "755.136"], [1702462686, "755.136"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "22.968"], [1702462683, "45.936"], [1702462686, "45.936"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "6.144"], [1702462614, "6.144"], [1702462629, "6.144"], [1702462650, "6.216"], [1702462665, "6.216"], [1702462683, "6.216"], [1702462686, "6.216"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "29.901"], [1702462614, "29.901"], [1702462629, "29.958"], [1702462650, "29.958"], [1702462665, "29.958"], [1702462683, "31.38"], [1702462686, "31.38"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "5.781"], [1702462614, "5.781"], [1702462629, "5.781"], [1702462650, "5.781"], [1702462665, "5.781"], [1702462683, "5.892"], [1702462686, "5.892"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "27.672"], [1702462614, "27.672"], [1702462629, "29.115"], [1702462650, "29.502"], [1702462665, "30.996"], [1702462683, "31.344"], [1702462686, "31.344"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "8.919"], [1702462614, "10.203"], [1702462629, "11.115"], [1702462650, "12.744"], [1702462665, "13.083"], [1702462683, "13.503"], [1702462686, "13.503"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "37.713"], [1702462614, "38.796"], [1702462629, "39.525"], [1702462650, "40.35"], [1702462665, "41.916"], [1702462683, "42.318"], [1702462686, "42.318"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "215.904"], [1702462614, "239.994"], [1702462629, "263.511"], [1702462650, "287.028"], [1702462665, "309.996"], [1702462683, "332.964"], [1702462686, "332.964"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "34.395"], [1702462614, "34.395"], [1702462629, "34.458"], [1702462650, "37.356"], [1702462665, "39.231"], [1702462683, "39.921"], [1702462686, "39.921"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0.336"], [1702462650, "0.336"], [1702462665, "0.336"], [1702462683, "0.336"], [1702462686, "0.336"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "23.517"], [1702462650, "47.034"], [1702462665, "70.002"], [1702462683, "92.97"], [1702462686, "92.97"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "20.91"], [1702462614, "20.91"], [1702462629, "20.91"], [1702462650, "20.91"], [1702462665, "20.91"], [1702462683, "20.925"], [1702462686, "20.925"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "12264.174"], [1702462614, "13178.592"], [1702462629, "14059.935"], [1702462650, "14956.419"], [1702462665, "15978.504"], [1702462683, "16440.123"], [1702462686, "16440.123"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "579.363"], [1702462614, "603.453"], [1702462629, "626.97"], [1702462650, "650.487"], [1702462665, "673.455"], [1702462683, "696.423"], [1702462686, "696.423"]]}], "kepler_container_uncore_joules_total": [{"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2f6566cc378722aa21a03b4e5e1c468bb7142e34d0f4a342bf6aeb47790724fa", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4d3f3d44ee7cf0301601244d5a6f8220bce29430d5a26c25b1c71a449d189f5e", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8508a8c075a51567ec6fba1ff4217196641772d0f61e0f1fbbfc2d249ad9481c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ab9d57bc45b81962e93abcd830c67972f1757d71d396fd0a8aa833a38780f4ce", "container_name": "step-collect-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-collect-metric-pod", "service": "kepler-exporter"}, "values": [[1702462650, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abd7edfd90c924f7bf7b99ef6cecb5cdfdf1742fa81c47c192f3662c1ccc940c", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e166287d151018bbf989abaac956081bb0fb3f299e4e70845ae2fdccc562b1d4", "container_name": "step-extract", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-extract-pod", "service": "kepler-exporter"}, "values": [[1702462629, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e8b9ab53e552ab9cdf25d89db2f4e1e8b4323b5a4edb05ba56504d32d0ce18bd", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "ee4270cffab13749c8d8212baf548359d120c3972e2aa3a8ca2d26173fd874a4", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462614, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_exporter_build_info": [{"metric": {"__name__": "kepler_exporter_build_info", "container": "kepler-exporter", "endpoint": "http", "goarch": "amd64", "goos": "linux", "goversion": "go1.18.10", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "revision": "unknown", "service": "kepler-exporter", "tags": "include_gcs,include_oss,containers_image_openpgp,gssapi,providerless,netgo,osusergo,gpu,libbpf,linux"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}], "kepler_node_core_joules_total": [{"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_node_cpu_scaling_frequency_hertz": [{"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "0", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "1", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "10", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "11", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "12", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "13", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "14", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "15", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "16", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "1689000"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "17", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "3047000"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "18", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "19", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "2", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "20", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "21", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "22", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "23", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "24", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "25", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "26", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "27", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "28", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "29", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "3", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "30", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "31", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "32", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "33", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "34", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "35", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "36", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "37", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "38", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "39", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "4", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "40", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "41", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "42", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "43", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "44", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "45", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "46", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "47", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "48", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "49", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "5", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "50", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "51", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "52", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "53", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "54", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "55", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "56", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "57", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "58", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "59", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "6", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "60", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "61", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "62", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "63", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "64", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "65", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "66", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "67", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "68", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "69", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "7", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "70", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "71", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "8", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "9", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}], "kepler_node_dram_joules_total": [{"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "2980.77"], [1702462614, "3187.551"], [1702462629, "3388.346"], [1702462650, "3592.172"], [1702462665, "3897.67"], [1702462683, "3996.259"], [1702462686, "3996.259"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "3097.013"], [1702462614, "3309.991"], [1702462629, "3522.293"], [1702462650, "3736.264"], [1702462665, "4056.869"], [1702462683, "4163.342"], [1702462686, "4163.342"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "6183.124"], [1702462614, "6388.776"], [1702462629, "6594.428"], [1702462650, "6800.08"], [1702462665, "7005.732"], [1702462683, "7211.384"], [1702462686, "7211.384"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "6357.637"], [1702462614, "6571.316"], [1702462629, "6784.995"], [1702462650, "6998.674"], [1702462665, "7212.353"], [1702462683, "7426.032"], [1702462686, "7426.032"]]}], "kepler_node_gpu_joules_total": [{"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "5.79"], [1702462614, "5.841"], [1702462629, "6.642"], [1702462650, "6.693"], [1702462665, "6.693"], [1702462683, "6.744"], [1702462686, "6.744"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1586.031"], [1702462614, "1665.33"], [1702462629, "1744.629"], [1702462650, "1823.928"], [1702462665, "1903.227"], [1702462683, "1982.526"], [1702462686, "1982.526"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "0.006"], [1702462614, "0.006"], [1702462629, "0.006"], [1702462650, "0.006"], [1702462665, "0.006"], [1702462683, "0.006"], [1702462686, "0.006"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1617.6"], [1702462614, "1698.48"], [1702462629, "1779.36"], [1702462650, "1860.24"], [1702462665, "1941.12"], [1702462683, "2022"], [1702462686, "2022"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "2.418"], [1702462614, "3.198"], [1702462629, "3.939"], [1702462650, "4.719"], [1702462665, "5.46"], [1702462683, "6.24"], [1702462686, "6.24"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1566.252"], [1702462614, "1644.12"], [1702462629, "1721.988"], [1702462650, "1799.856"], [1702462665, "1877.724"], [1702462683, "1955.592"], [1702462686, "1955.592"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "0.795"], [1702462614, "0.804"], [1702462629, "0.804"], [1702462650, "0.858"], [1702462665, "0.858"], [1702462683, "0.858"], [1702462686, "0.858"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1660.08"], [1702462614, "1743.084"], [1702462629, "1826.088"], [1702462650, "1909.092"], [1702462665, "1992.096"], [1702462683, "2075.1"], [1702462686, "2075.1"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "5.577"], [1702462614, "6.375"], [1702462629, "6.375"], [1702462650, "7.173"], [1702462665, "7.971"], [1702462683, "8.769"], [1702462686, "8.769"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462599, "1713.888"], [1702462614, "1799.172"], [1702462629, "1884.456"], [1702462650, "1969.74"], [1702462665, "2055.024"], [1702462683, "2140.308"], [1702462686, "2140.308"]]}], "kepler_node_info": [{"metric": {"__name__": "kepler_node_info", "container": "kepler-exporter", "cpu_architecture": "Broadwell", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1"], [1702462614, "1"], [1702462629, "1"], [1702462650, "1"], [1702462665, "1"], [1702462683, "1"], [1702462686, "1"]]}], "kepler_node_other_joules_total": [{"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "48.772"], [1702462614, "48.772"], [1702462629, "48.772"], [1702462650, "48.772"], [1702462665, "48.772"], [1702462683, "48.772"], [1702462686, "48.772"]]}, {"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462599, "1320.075"], [1702462614, "1320.075"], [1702462629, "1320.075"], [1702462650, "1320.075"], [1702462665, "1320.075"], [1702462683, "1320.075"], [1702462686, "1320.075"]]}], "kepler_node_package_joules_total": [{"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "7150.525"], [1702462614, "7641.736"], [1702462629, "8114.389"], [1702462650, "8594.567"], [1702462665, "9318.568"], [1702462683, "9555.395"], [1702462686, "9555.395"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "7326.768"], [1702462614, "7836.863"], [1702462629, "8347.695"], [1702462650, "8850.951"], [1702462665, "9616.348"], [1702462683, "9870.445"], [1702462686, "9870.445"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "14762.883"], [1702462614, "15252.116"], [1702462629, "15741.349"], [1702462650, "16230.582"], [1702462665, "16719.815"], [1702462683, "17209.048"], [1702462686, "17209.048"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "14810.746"], [1702462614, "15309.256"], [1702462629, "15807.766"], [1702462650, "16306.276"], [1702462665, "16804.786"], [1702462683, "17303.296"], [1702462686, "17303.296"]]}], "kepler_node_platform_joules_total": [{"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462599, "333"], [1702462614, "345"], [1702462629, "378"], [1702462650, "393"], [1702462665, "414"], [1702462683, "441"], [1702462686, "441"]]}, {"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462599, "34293"], [1702462614, "36000"], [1702462629, "37707"], [1702462650, "39414"], [1702462665, "41121"], [1702462683, "42828"], [1702462686, "42828"]]}], "kepler_node_uncore_joules_total": [{"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462599, "0"], [1702462614, "0"], [1702462629, "0"], [1702462650, "0"], [1702462665, "0"], [1702462683, "0"], [1702462686, "0"]]}]} \ No newline at end of file diff --git a/tests/data/prom_output/prom_response.json b/tests/data/prom_output/prom_response.json index b59c0e3d..35539f3d 100644 --- a/tests/data/prom_output/prom_response.json +++ b/tests/data/prom_output/prom_response.json @@ -1 +1 @@ -{"kepler_container_bpf_block_irq_total": [{"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "2"], [1702463453, "2"], [1702463477, "2"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "3"], [1702463693, "3"], [1702463729, "3"], [1702463765, "3"], [1702463798, "3"], [1702463846, "3"], [1702463873, "3"], [1702463906, "3"], [1702463948, "3"], [1702463984, "4"], [1702464014, "4"], [1702464050, "4"], [1702464086, "4"], [1702464122, "4"], [1702464155, "4"], [1702464194, "4"], [1702464230, "4"], [1702464263, "4"], [1702464299, "4"], [1702464332, "4"], [1702464356, "4"], [1702464392, "4"], [1702464425, "4"], [1702464455, "4"], [1702464479, "4"], [1702464509, "4"], [1702464533, "4"], [1702464569, "4"], [1702464605, "4"], [1702464635, "4"], [1702464671, "4"], [1702464716, "4"], [1702464743, "4"], [1702464776, "4"], [1702464812, "4"], [1702464836, "4"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "4"], [1702466060, "4"], [1702466078, "4"], [1702466138, "4"], [1702466168, "4"], [1702466204, "4"], [1702466237, "4"], [1702466261, "4"], [1702466291, "4"], [1702466327, "4"], [1702466360, "4"], [1702466384, "4"], [1702466417, "4"], [1702466441, "4"], [1702466471, "4"], [1702466507, "4"], [1702466540, "4"], [1702466597, "4"], [1702466633, "4"], [1702466666, "4"], [1702466705, "4"], [1702466732, "4"], [1702466765, "4"], [1702466801, "4"], [1702466852, "4"], [1702466876, "4"], [1702466918, "4"], [1702466978, "4"], [1702467014, "4"], [1702467038, "4"], [1702467068, "4"], [1702467122, "4"], [1702467158, "4"], [1702467191, "4"], [1702467221, "4"], [1702467257, "4"], [1702467299, "4"], [1702467350, "4"], [1702467386, "4"], [1702467419, "4"], [1702467455, "4"], [1702467515, "4"], [1702467542, "4"], [1702467566, "4"], [1702467599, "4"], [1702467635, "4"], [1702467668, "4"], [1702467695, "4"], [1702467716, "4"], [1702467746, "4"], [1702467800, "4"], [1702467824, "4"], [1702467908, "4"], [1702467944, "4"], [1702467968, "4"], [1702468001, "4"], [1702468031, "4"], [1702468067, "4"], [1702468085, "4"], [1702468115, "4"], [1702468151, "4"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "4"], [1702469060, "4"], [1702469111, "4"], [1702469144, "4"], [1702469168, "4"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "4"], [1702469336, "4"], [1702469360, "4"], [1702469387, "4"], [1702469411, "4"], [1702469435, "4"], [1702469468, "4"], [1702469504, "4"], [1702469537, "4"], [1702469573, "4"], [1702469606, "4"], [1702469633, "4"], [1702469660, "4"], [1702469684, "4"], [1702469717, "4"], [1702469753, "4"], [1702469786, "4"], [1702469816, "4"], [1702469834, "4"], [1702469864, "4"], [1702469906, "4"], [1702469936, "4"], [1702469972, "4"], [1702470005, "4"], [1702470029, "4"], [1702470065, "4"], [1702470101, "4"], [1702470131, "4"], [1702470167, "4"], [1702470203, "4"], [1702470251, "4"], [1702470278, "4"], [1702470311, "4"], [1702470347, "4"], [1702470371, "4"], [1702470404, "4"], [1702470440, "4"], [1702470476, "4"], [1702470506, "4"], [1702470542, "4"], [1702470575, "4"], [1702470611, "4"], [1702470635, "4"], [1702470662, "4"], [1702470686, "4"], [1702470719, "4"], [1702470746, "4"], [1702470812, "4"], [1702470845, "4"], [1702470875, "4"], [1702470899, "4"], [1702470953, "4"], [1702470983, "4"], [1702471025, "4"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "1"], [1702463045, "4"], [1702463081, "7"], [1702463114, "12"], [1702463150, "12"], [1702463186, "15"], [1702463216, "15"], [1702463240, "15"], [1702463273, "15"], [1702463324, "15"], [1702463354, "16"], [1702463381, "17"], [1702463417, "19"], [1702463453, "23"], [1702463477, "30"], [1702463510, "32"], [1702463537, "32"], [1702463570, "33"], [1702463591, "33"], [1702463621, "33"], [1702463657, "33"], [1702463693, "33"], [1702463729, "34"], [1702463765, "34"], [1702463798, "41"], [1702463846, "47"], [1702463873, "52"], [1702463906, "53"], [1702463948, "53"], [1702463984, "53"], [1702464014, "56"], [1702464050, "56"], [1702464086, "56"], [1702464122, "59"], [1702464155, "64"], [1702464194, "74"], [1702464230, "77"], [1702464263, "77"], [1702464299, "77"], [1702464332, "78"], [1702464356, "78"], [1702464392, "78"], [1702464425, "78"], [1702464455, "79"], [1702464479, "83"], [1702464509, "86"], [1702464533, "90"], [1702464569, "94"], [1702464605, "96"], [1702464635, "97"], [1702464671, "97"], [1702464716, "97"], [1702464743, "97"], [1702464776, "97"], [1702464812, "97"], [1702464836, "98"], [1702464869, "100"], [1702464905, "103"], [1702464926, "106"], [1702464956, "109"], [1702464992, "113"], [1702465016, "113"], [1702465049, "113"], [1702465085, "113"], [1702465118, "113"], [1702465145, "113"], [1702465178, "113"], [1702465208, "115"], [1702465241, "119"], [1702465298, "125"], [1702465334, "128"], [1702465367, "130"], [1702465394, "131"], [1702465418, "131"], [1702465445, "131"], [1702465481, "132"], [1702465517, "132"], [1702465550, "132"], [1702465586, "134"], [1702465619, "139"], [1702465658, "146"], [1702465706, "150"], [1702465754, "154"], [1702465787, "154"], [1702465823, "154"], [1702465856, "154"], [1702465880, "154"], [1702465910, "154"], [1702465952, "155"], [1702465988, "161"], [1702466015, "168"], [1702466030, "170"], [1702466060, "175"], [1702466078, "177"], [1702466138, "178"], [1702466168, "178"], [1702466204, "178"], [1702466237, "178"], [1702466261, "178"], [1702466291, "178"], [1702466327, "180"], [1702466360, "183"], [1702466384, "185"], [1702466417, "185"], [1702466441, "189"], [1702466471, "191"], [1702466507, "192"], [1702466540, "193"], [1702466597, "193"], [1702466633, "193"], [1702466666, "193"], [1702466705, "194"], [1702466732, "202"], [1702466765, "208"], [1702466801, "210"], [1702466852, "215"], [1702466876, "215"], [1702466918, "216"], [1702466978, "217"], [1702467014, "217"], [1702467038, "217"], [1702467068, "218"], [1702467122, "223"], [1702467158, "228"], [1702467191, "233"], [1702467221, "236"], [1702467257, "238"], [1702467299, "238"], [1702467350, "238"], [1702467386, "238"], [1702467419, "239"], [1702467455, "243"], [1702467515, "251"], [1702467542, "255"], [1702467566, "258"], [1702467599, "258"], [1702467635, "259"], [1702467668, "259"], [1702467695, "259"], [1702467716, "259"], [1702467746, "259"], [1702467800, "259"], [1702467824, "262"], [1702467908, "273"], [1702467944, "278"], [1702467968, "280"], [1702468001, "282"], [1702468031, "283"], [1702468067, "283"], [1702468085, "283"], [1702468115, "283"], [1702468151, "283"], [1702468181, "288"], [1702468208, "292"], [1702468241, "298"], [1702468256, "301"], [1702468286, "303"], [1702468322, "304"], [1702468352, "306"], [1702468388, "309"], [1702468424, "309"], [1702468457, "309"], [1702468493, "309"], [1702468517, "310"], [1702468550, "314"], [1702468586, "319"], [1702468613, "323"], [1702468637, "324"], [1702468679, "327"], [1702468721, "327"], [1702468730, "328"], [1702468766, "328"], [1702468799, "328"], [1702468835, "328"], [1702468898, "328"], [1702468934, "333"], [1702468970, "333"], [1702468994, "334"], [1702469024, "339"], [1702469060, "343"], [1702469111, "343"], [1702469144, "343"], [1702469168, "343"], [1702469204, "343"], [1702469237, "343"], [1702469273, "344"], [1702469303, "347"], [1702469336, "353"], [1702469360, "359"], [1702469387, "364"], [1702469411, "366"], [1702469435, "367"], [1702469468, "368"], [1702469504, "369"], [1702469537, "369"], [1702469573, "369"], [1702469606, "369"], [1702469633, "369"], [1702469660, "370"], [1702469684, "375"], [1702469717, "377"], [1702469753, "383"], [1702469786, "386"], [1702469816, "387"], [1702469834, "390"], [1702469864, "391"], [1702469906, "394"], [1702469936, "394"], [1702469972, "394"], [1702470005, "394"], [1702470029, "394"], [1702470065, "394"], [1702470101, "395"], [1702470131, "397"], [1702470167, "402"], [1702470203, "407"], [1702470251, "411"], [1702470278, "416"], [1702470311, "417"], [1702470347, "417"], [1702470371, "417"], [1702470404, "417"], [1702470440, "417"], [1702470476, "417"], [1702470506, "417"], [1702470542, "418"], [1702470575, "421"], [1702470611, "426"], [1702470635, "431"], [1702470662, "433"], [1702470686, "437"], [1702470719, "438"], [1702470746, "439"], [1702470812, "439"], [1702470845, "439"], [1702470875, "442"], [1702470899, "443"], [1702470953, "443"], [1702470983, "443"], [1702471025, "444"], [1702471067, "444"], [1702471169, "444"], [1702471193, "444"], [1702471226, "448"], [1702471265, "451"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "3"], [1702470845, "3"], [1702470875, "3"], [1702470899, "3"], [1702470953, "3"], [1702470983, "3"], [1702471025, "3"], [1702471067, "3"], [1702471169, "3"], [1702471193, "3"], [1702471226, "3"], [1702471265, "3"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "17"], [1702462721, "17"], [1702462736, "18"], [1702462751, "19"], [1702462763, "20"], [1702462793, "20"], [1702462808, "20"], [1702462829, "21"], [1702462844, "21"], [1702462865, "22"], [1702462880, "22"], [1702462904, "26"], [1702462919, "26"], [1702462952, "27"], [1702462973, "27"], [1702462988, "28"], [1702463045, "29"], [1702463081, "31"], [1702463114, "31"], [1702463150, "32"], [1702463186, "32"], [1702463216, "34"], [1702463240, "35"], [1702463273, "35"], [1702463324, "38"], [1702463354, "39"], [1702463381, "39"], [1702463417, "41"], [1702463453, "42"], [1702463477, "42"], [1702463510, "42"], [1702463537, "44"], [1702463570, "45"], [1702463591, "46"], [1702463621, "46"], [1702463657, "49"], [1702463693, "52"], [1702463729, "55"], [1702463765, "55"], [1702463798, "55"], [1702463846, "55"], [1702463873, "56"], [1702463906, "58"], [1702463948, "58"], [1702463984, "60"], [1702464014, "61"], [1702464050, "63"], [1702464086, "63"], [1702464122, "63"], [1702464155, "63"], [1702464194, "63"], [1702464230, "63"], [1702464263, "64"], [1702464299, "68"], [1702464332, "70"], [1702464356, "71"], [1702464392, "72"], [1702464425, "72"], [1702464455, "74"], [1702464479, "74"], [1702464509, "74"], [1702464533, "74"], [1702464569, "75"], [1702464605, "77"], [1702464635, "78"], [1702464671, "78"], [1702464716, "79"], [1702464743, "81"], [1702464776, "83"], [1702464812, "87"], [1702464836, "88"], [1702464869, "88"], [1702464905, "89"], [1702464926, "89"], [1702464956, "89"], [1702464992, "89"], [1702465016, "90"], [1702465049, "90"], [1702465085, "93"], [1702465118, "94"], [1702465145, "96"], [1702465178, "97"], [1702465208, "97"], [1702465241, "97"], [1702465298, "98"], [1702465334, "99"], [1702465367, "103"], [1702465394, "104"], [1702465418, "106"], [1702465445, "107"], [1702465481, "108"], [1702465517, "108"], [1702465550, "109"], [1702465586, "112"], [1702465619, "113"], [1702465658, "113"], [1702465706, "113"], [1702465754, "114"], [1702465787, "114"], [1702465823, "114"], [1702465856, "115"], [1702465880, "116"], [1702465910, "117"], [1702465952, "117"], [1702465988, "117"], [1702466015, "117"], [1702466030, "117"], [1702466060, "117"], [1702466078, "118"], [1702466138, "121"], [1702466168, "121"], [1702466204, "121"], [1702466237, "124"], [1702466261, "124"], [1702466291, "125"], [1702466327, "125"], [1702466360, "125"], [1702466384, "126"], [1702466417, "126"], [1702466441, "126"], [1702466471, "127"], [1702466507, "128"], [1702466540, "130"], [1702466597, "130"], [1702466633, "132"], [1702466666, "132"], [1702466705, "135"], [1702466732, "136"], [1702466765, "136"], [1702466801, "137"], [1702466852, "138"], [1702466876, "138"], [1702466918, "139"], [1702466978, "140"], [1702467014, "143"], [1702467038, "144"], [1702467068, "146"], [1702467122, "146"], [1702467158, "146"], [1702467191, "147"], [1702467221, "148"], [1702467257, "150"], [1702467299, "150"], [1702467350, "153"], [1702467386, "155"], [1702467419, "156"], [1702467455, "156"], [1702467515, "158"], [1702467542, "158"], [1702467566, "159"], [1702467599, "159"], [1702467635, "161"], [1702467668, "163"], [1702467695, "163"], [1702467716, "163"], [1702467746, "163"], [1702467800, "166"], [1702467824, "166"], [1702467908, "166"], [1702467944, "166"], [1702467968, "168"], [1702468001, "170"], [1702468031, "170"], [1702468067, "172"], [1702468085, "173"], [1702468115, "174"], [1702468151, "176"], [1702468181, "177"], [1702468208, "177"], [1702468241, "177"], [1702468256, "177"], [1702468286, "177"], [1702468322, "178"], [1702468352, "182"], [1702468388, "184"], [1702468424, "184"], [1702468457, "189"], [1702468493, "191"], [1702468517, "192"], [1702468550, "192"], [1702468586, "192"], [1702468613, "192"], [1702468637, "192"], [1702468679, "193"], [1702468721, "194"], [1702468730, "194"], [1702468766, "195"], [1702468799, "198"], [1702468835, "199"], [1702468898, "200"], [1702468934, "201"], [1702468970, "201"], [1702468994, "201"], [1702469024, "201"], [1702469060, "201"], [1702469111, "205"], [1702469144, "206"], [1702469168, "207"], [1702469204, "210"], [1702469237, "213"], [1702469273, "216"], [1702469303, "217"], [1702469336, "217"], [1702469360, "217"], [1702469387, "217"], [1702469411, "218"], [1702469435, "219"], [1702469468, "222"], [1702469504, "1197"], [1702469537, "1205"], [1702469573, "1212"], [1702469606, "1220"], [1702469633, "1226"], [1702469660, "1232"], [1702469684, "1234"], [1702469717, "1238"], [1702469753, "1240"], [1702469786, "1241"], [1702469816, "1244"], [1702469834, "1248"], [1702469864, "1251"], [1702469906, "1259"], [1702469936, "1265"], [1702469972, "1273"], [1702470005, "1283"], [1702470029, "1287"], [1702470065, "1295"], [1702470101, "1302"], [1702470131, "1306"], [1702470167, "1308"], [1702470203, "1310"], [1702470251, "1314"], [1702470278, "1317"], [1702470311, "1324"], [1702470347, "1331"], [1702470371, "1339"], [1702470404, "1345"], [1702470440, "1352"], [1702470476, "1359"], [1702470506, "1368"], [1702470542, "1372"], [1702470575, "1373"], [1702470611, "1375"], [1702470635, "1376"], [1702470662, "1377"], [1702470686, "1379"], [1702470719, "1382"], [1702470746, "1387"], [1702470812, "1400"], [1702470845, "1404"], [1702470875, "1406"], [1702470899, "1412"], [1702470953, "1423"], [1702470983, "1432"], [1702471025, "1437"], [1702471067, "1443"], [1702471169, "1463"], [1702471193, "1468"], [1702471226, "1473"], [1702471265, "1478"]]}], "kepler_container_bpf_cpu_time_us_total": [{"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "15"], [1702462721, "15"], [1702462736, "15"], [1702462751, "15"], [1702462763, "15"], [1702462793, "15"], [1702462808, "15"], [1702462829, "15"], [1702462844, "48"], [1702462865, "48"], [1702462880, "48"], [1702462904, "48"], [1702462919, "48"], [1702462952, "48"], [1702462973, "48"], [1702462988, "48"], [1702463045, "48"], [1702463081, "48"], [1702463114, "48"], [1702463150, "48"], [1702463186, "48"], [1702463216, "48"], [1702463240, "48"], [1702463273, "48"], [1702463324, "48"], [1702463354, "48"], [1702463381, "50"], [1702463417, "50"], [1702463453, "50"], [1702463477, "50"], [1702463510, "50"], [1702463537, "50"], [1702463570, "50"], [1702463591, "50"], [1702463621, "50"], [1702463657, "50"], [1702463693, "50"], [1702463729, "50"], [1702463765, "50"], [1702463798, "50"], [1702463846, "50"], [1702463873, "50"], [1702463906, "50"], [1702463948, "50"], [1702463984, "50"], [1702464014, "50"], [1702464050, "50"], [1702464086, "50"], [1702464122, "50"], [1702464155, "50"], [1702464194, "50"], [1702464230, "50"], [1702464263, "50"], [1702464299, "50"], [1702464332, "50"], [1702464356, "50"], [1702464392, "50"], [1702464425, "50"], [1702464455, "50"], [1702464479, "50"], [1702464509, "50"], [1702464533, "50"], [1702464569, "50"], [1702464605, "50"], [1702464635, "50"], [1702464671, "50"], [1702464716, "50"], [1702464743, "50"], [1702464776, "50"], [1702464812, "50"], [1702464836, "50"], [1702464869, "50"], [1702464905, "50"], [1702464926, "50"], [1702464956, "50"], [1702464992, "50"], [1702465016, "50"], [1702465049, "50"], [1702465085, "50"], [1702465118, "50"], [1702465145, "50"], [1702465178, "50"], [1702465208, "50"], [1702465241, "50"], [1702465298, "50"], [1702465334, "50"], [1702465367, "50"], [1702465394, "50"], [1702465418, "50"], [1702465445, "50"], [1702465481, "50"], [1702465517, "50"], [1702465550, "50"], [1702465586, "50"], [1702465619, "50"], [1702465658, "50"], [1702465706, "50"], [1702465754, "50"], [1702465787, "50"], [1702465823, "50"], [1702465856, "50"], [1702465880, "50"], [1702465910, "50"], [1702465952, "50"], [1702465988, "50"], [1702466015, "50"], [1702466030, "50"], [1702466060, "50"], [1702466078, "50"], [1702466138, "50"], [1702466168, "50"], [1702466204, "50"], [1702466237, "50"], [1702466261, "50"], [1702466291, "50"], [1702466327, "50"], [1702466360, "50"], [1702466384, "50"], [1702466417, "50"], [1702466441, "50"], [1702466471, "50"], [1702466507, "50"], [1702466540, "50"], [1702466597, "50"], [1702466633, "50"], [1702466666, "50"], [1702466705, "50"], [1702466732, "50"], [1702466765, "50"], [1702466801, "50"], [1702466852, "50"], [1702466876, "50"], [1702466918, "50"], [1702466978, "50"], [1702467014, "50"], [1702467038, "50"], [1702467068, "50"], [1702467122, "50"], [1702467158, "50"], [1702467191, "50"], [1702467221, "50"], [1702467257, "50"], [1702467299, "50"], [1702467350, "50"], [1702467386, "50"], [1702467419, "50"], [1702467455, "50"], [1702467515, "50"], [1702467542, "50"], [1702467566, "50"], [1702467599, "50"], [1702467635, "50"], [1702467668, "50"], [1702467695, "50"], [1702467716, "50"], [1702467746, "50"], [1702467800, "50"], [1702467824, "50"], [1702467908, "50"], [1702467944, "50"], [1702467968, "50"], [1702468001, "50"], [1702468031, "50"], [1702468067, "50"], [1702468085, "50"], [1702468115, "50"], [1702468151, "50"], [1702468181, "50"], [1702468208, "50"], [1702468241, "50"], [1702468256, "50"], [1702468286, "50"], [1702468322, "50"], [1702468352, "50"], [1702468388, "50"], [1702468424, "50"], [1702468457, "50"], [1702468493, "50"], [1702468517, "50"], [1702468550, "50"], [1702468586, "50"], [1702468613, "50"], [1702468637, "50"], [1702468679, "50"], [1702468721, "50"], [1702468730, "50"], [1702468766, "50"], [1702468799, "50"], [1702468835, "50"], [1702468898, "50"], [1702468934, "50"], [1702468970, "50"], [1702468994, "50"], [1702469024, "50"], [1702469060, "50"], [1702469111, "50"], [1702469144, "50"], [1702469168, "50"], [1702469204, "50"], [1702469237, "50"], [1702469273, "50"], [1702469303, "50"], [1702469336, "50"], [1702469360, "50"], [1702469387, "50"], [1702469411, "50"], [1702469435, "50"], [1702469468, "50"], [1702469504, "50"], [1702469537, "50"], [1702469573, "50"], [1702469606, "50"], [1702469633, "50"], [1702469660, "50"], [1702469684, "50"], [1702469717, "50"], [1702469753, "50"], [1702469786, "50"], [1702469816, "50"], [1702469834, "50"], [1702469864, "50"], [1702469906, "50"], [1702469936, "50"], [1702469972, "50"], [1702470005, "50"], [1702470029, "50"], [1702470065, "50"], [1702470101, "50"], [1702470131, "50"], [1702470167, "50"], [1702470203, "50"], [1702470251, "50"], [1702470278, "50"], [1702470311, "50"], [1702470347, "50"], [1702470371, "50"], [1702470404, "50"], [1702470440, "50"], [1702470476, "50"], [1702470506, "50"], [1702470542, "50"], [1702470575, "50"], [1702470611, "50"], [1702470635, "50"], [1702470662, "50"], [1702470686, "50"], [1702470719, "50"], [1702470746, "50"], [1702470812, "50"], [1702470845, "50"], [1702470875, "50"], [1702470899, "50"], [1702470953, "50"], [1702470983, "50"], [1702471025, "50"], [1702471067, "50"], [1702471169, "50"], [1702471193, "50"], [1702471226, "50"], [1702471265, "50"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "10"], [1702462721, "11"], [1702462736, "11"], [1702462751, "14"], [1702462763, "14"], [1702462793, "14"], [1702462808, "14"], [1702462829, "14"], [1702462844, "16"], [1702462865, "16"], [1702462880, "16"], [1702462904, "17"], [1702462919, "17"], [1702462952, "22"], [1702462973, "22"], [1702462988, "23"], [1702463045, "23"], [1702463081, "26"], [1702463114, "26"], [1702463150, "26"], [1702463186, "26"], [1702463216, "33"], [1702463240, "33"], [1702463273, "33"], [1702463324, "38"], [1702463354, "38"], [1702463381, "38"], [1702463417, "38"], [1702463453, "41"], [1702463477, "41"], [1702463510, "41"], [1702463537, "41"], [1702463570, "44"], [1702463591, "44"], [1702463621, "44"], [1702463657, "44"], [1702463693, "48"], [1702463729, "49"], [1702463765, "49"], [1702463798, "53"], [1702463846, "53"], [1702463873, "55"], [1702463906, "55"], [1702463948, "61"], [1702463984, "61"], [1702464014, "61"], [1702464050, "64"], [1702464086, "64"], [1702464122, "64"], [1702464155, "67"], [1702464194, "67"], [1702464230, "67"], [1702464263, "67"], [1702464299, "73"], [1702464332, "73"], [1702464356, "73"], [1702464392, "74"], [1702464425, "77"], [1702464455, "77"], [1702464479, "77"], [1702464509, "78"], [1702464533, "78"], [1702464569, "78"], [1702464605, "78"], [1702464635, "81"], [1702464671, "81"], [1702464716, "81"], [1702464743, "81"], [1702464776, "84"], [1702464812, "84"], [1702464836, "85"], [1702464869, "91"], [1702464905, "91"], [1702464926, "99"], [1702464956, "99"], [1702464992, "103"], [1702465016, "103"], [1702465049, "103"], [1702465085, "103"], [1702465118, "106"], [1702465145, "106"], [1702465178, "106"], [1702465208, "106"], [1702465241, "109"], [1702465298, "109"], [1702465334, "109"], [1702465367, "115"], [1702465394, "115"], [1702465418, "115"], [1702465445, "115"], [1702465481, "119"], [1702465517, "119"], [1702465550, "121"], [1702465586, "121"], [1702465619, "126"], [1702465658, "126"], [1702465706, "126"], [1702465754, "134"], [1702465787, "134"], [1702465823, "134"], [1702465856, "138"], [1702465880, "138"], [1702465910, "138"], [1702465952, "138"], [1702465988, "142"], [1702466015, "142"], [1702466030, "142"], [1702466060, "142"], [1702466078, "146"], [1702466138, "146"], [1702466168, "146"], [1702466204, "150"], [1702466237, "150"], [1702466261, "150"], [1702466291, "150"], [1702466327, "155"], [1702466360, "155"], [1702466384, "155"], [1702466417, "155"], [1702466441, "159"], [1702466471, "160"], [1702466507, "160"], [1702466540, "160"], [1702466597, "163"], [1702466633, "163"], [1702466666, "163"], [1702466705, "168"], [1702466732, "168"], [1702466765, "168"], [1702466801, "175"], [1702466852, "175"], [1702466876, "175"], [1702466918, "175"], [1702466978, "180"], [1702467014, "182"], [1702467038, "186"], [1702467068, "186"], [1702467122, "186"], [1702467158, "186"], [1702467191, "189"], [1702467221, "189"], [1702467257, "189"], [1702467299, "194"], [1702467350, "194"], [1702467386, "194"], [1702467419, "199"], [1702467455, "202"], [1702467515, "226"], [1702467542, "236"], [1702467566, "251"], [1702467599, "265"], [1702467635, "265"], [1702467668, "268"], [1702467695, "268"], [1702467716, "268"], [1702467746, "268"], [1702467800, "273"], [1702467824, "278"], [1702467908, "307"], [1702467944, "320"], [1702467968, "320"], [1702468001, "325"], [1702468031, "325"], [1702468067, "325"], [1702468085, "325"], [1702468115, "327"], [1702468151, "327"], [1702468181, "329"], [1702468208, "329"], [1702468241, "354"], [1702468256, "357"], [1702468286, "383"], [1702468322, "386"], [1702468352, "392"], [1702468388, "392"], [1702468424, "392"], [1702468457, "392"], [1702468493, "398"], [1702468517, "401"], [1702468550, "407"], [1702468586, "419"], [1702468613, "438"], [1702468637, "441"], [1702468679, "442"], [1702468721, "442"], [1702468730, "448"], [1702468766, "448"], [1702468799, "448"], [1702468835, "448"], [1702468898, "452"], [1702468934, "457"], [1702468970, "477"], [1702468994, "481"], [1702469024, "486"], [1702469060, "495"], [1702469111, "521"], [1702469144, "521"], [1702469168, "521"], [1702469204, "527"], [1702469237, "527"], [1702469273, "527"], [1702469303, "530"], [1702469336, "548"], [1702469360, "555"], [1702469387, "564"], [1702469411, "570"], [1702469435, "576"], [1702469468, "576"], [1702469504, "576"], [1702469537, "576"], [1702469573, "577"], [1702469606, "577"], [1702469633, "577"], [1702469660, "577"], [1702469684, "584"], [1702469717, "584"], [1702469753, "585"], [1702469786, "586"], [1702469816, "591"], [1702469834, "593"], [1702469864, "593"], [1702469906, "597"], [1702469936, "597"], [1702469972, "597"], [1702470005, "597"], [1702470029, "597"], [1702470065, "599"], [1702470101, "599"], [1702470131, "600"], [1702470167, "612"], [1702470203, "614"], [1702470251, "616"], [1702470278, "633"], [1702470311, "633"], [1702470347, "633"], [1702470371, "633"], [1702470404, "637"], [1702470440, "638"], [1702470476, "638"], [1702470506, "638"], [1702470542, "642"], [1702470575, "642"], [1702470611, "644"], [1702470635, "649"], [1702470662, "650"], [1702470686, "661"], [1702470719, "663"], [1702470746, "663"], [1702470812, "670"], [1702470845, "670"], [1702470875, "678"], [1702470899, "678"], [1702470953, "679"], [1702470983, "679"], [1702471025, "684"], [1702471067, "684"], [1702471169, "688"], [1702471193, "688"], [1702471226, "688"], [1702471265, "692"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "36"], [1702462721, "37"], [1702462736, "39"], [1702462751, "39"], [1702462763, "48"], [1702462793, "52"], [1702462808, "65"], [1702462829, "69"], [1702462844, "69"], [1702462865, "79"], [1702462880, "82"], [1702462904, "87"], [1702462919, "89"], [1702462952, "94"], [1702462973, "100"], [1702462988, "105"], [1702463045, "115"], [1702463081, "133"], [1702463114, "143"], [1702463150, "160"], [1702463186, "172"], [1702463216, "187"], [1702463240, "193"], [1702463273, "199"], [1702463324, "212"], [1702463354, "215"], [1702463381, "220"], [1702463417, "226"], [1702463453, "236"], [1702463477, "244"], [1702463510, "253"], [1702463537, "263"], [1702463570, "271"], [1702463591, "277"], [1702463621, "277"], [1702463657, "277"], [1702463693, "284"], [1702463729, "293"], [1702463765, "302"], [1702463798, "318"], [1702463846, "328"], [1702463873, "333"], [1702463906, "345"], [1702463948, "348"], [1702463984, "351"], [1702464014, "351"], [1702464050, "357"], [1702464086, "361"], [1702464122, "399"], [1702464155, "409"], [1702464194, "423"], [1702464230, "434"], [1702464263, "437"], [1702464299, "442"], [1702464332, "448"], [1702464356, "454"], [1702464392, "459"], [1702464425, "468"], [1702464455, "478"], [1702464479, "491"], [1702464509, "498"], [1702464533, "509"], [1702464569, "517"], [1702464605, "523"], [1702464635, "531"], [1702464671, "540"], [1702464716, "552"], [1702464743, "561"], [1702464776, "638"], [1702464812, "648"], [1702464836, "659"], [1702464869, "666"], [1702464905, "676"], [1702464926, "686"], [1702464956, "690"], [1702464992, "692"], [1702465016, "695"], [1702465049, "705"], [1702465085, "732"], [1702465118, "746"], [1702465145, "754"], [1702465178, "760"], [1702465208, "771"], [1702465241, "780"], [1702465298, "794"], [1702465334, "802"], [1702465367, "833"], [1702465394, "840"], [1702465418, "850"], [1702465445, "861"], [1702465481, "870"], [1702465517, "875"], [1702465550, "881"], [1702465586, "895"], [1702465619, "904"], [1702465658, "918"], [1702465706, "926"], [1702465754, "941"], [1702465787, "951"], [1702465823, "959"], [1702465856, "972"], [1702465880, "977"], [1702465910, "983"], [1702465952, "992"], [1702465988, "997"], [1702466015, "1006"], [1702466030, "1015"], [1702466060, "1021"], [1702466078, "1035"], [1702466138, "1050"], [1702466168, "1061"], [1702466204, "1074"], [1702466237, "1082"], [1702466261, "1087"], [1702466291, "1105"], [1702466327, "1117"], [1702466360, "1130"], [1702466384, "1136"], [1702466417, "1149"], [1702466441, "1161"], [1702466471, "1169"], [1702466507, "1183"], [1702466540, "1193"], [1702466597, "1209"], [1702466633, "1221"], [1702466666, "1229"], [1702466705, "1241"], [1702466732, "1244"], [1702466765, "1252"], [1702466801, "1267"], [1702466852, "1276"], [1702466876, "1281"], [1702466918, "1294"], [1702466978, "1307"], [1702467014, "1313"], [1702467038, "1318"], [1702467068, "1327"], [1702467122, "1343"], [1702467158, "1356"], [1702467191, "1366"], [1702467221, "1374"], [1702467257, "1379"], [1702467299, "1391"], [1702467350, "1400"], [1702467386, "1407"], [1702467419, "1434"], [1702467455, "1472"], [1702467515, "1542"], [1702467542, "1560"], [1702467566, "1579"], [1702467599, "1585"], [1702467635, "1595"], [1702467668, "1726"], [1702467695, "1731"], [1702467716, "1740"], [1702467746, "1751"], [1702467800, "1776"], [1702467824, "1805"], [1702467908, "1888"], [1702467944, "1921"], [1702467968, "1933"], [1702468001, "1941"], [1702468031, "1943"], [1702468067, "1952"], [1702468085, "1960"], [1702468115, "1970"], [1702468151, "1994"], [1702468181, "2033"], [1702468208, "2063"], [1702468241, "2118"], [1702468256, "2134"], [1702468286, "2150"], [1702468322, "2165"], [1702468352, "2175"], [1702468388, "2188"], [1702468424, "2197"], [1702468457, "2209"], [1702468493, "2235"], [1702468517, "2246"], [1702468550, "2276"], [1702468586, "2315"], [1702468613, "2346"], [1702468637, "2366"], [1702468679, "2384"], [1702468721, "2400"], [1702468730, "2422"], [1702468766, "2427"], [1702468799, "2439"], [1702468835, "2453"], [1702468898, "2486"], [1702468934, "2526"], [1702468970, "2582"], [1702468994, "2612"], [1702469024, "2626"], [1702469060, "2664"], [1702469111, "2690"], [1702469144, "2701"], [1702469168, "2706"], [1702469204, "2712"], [1702469237, "2723"], [1702469273, "2752"], [1702469303, "2790"], [1702469336, "2833"], [1702469360, "2872"], [1702469387, "2892"], [1702469411, "2901"], [1702469435, "2921"], [1702469468, "2928"], [1702469504, "2932"], [1702469537, "2943"], [1702469573, "2955"], [1702469606, "2965"], [1702469633, "2982"], [1702469660, "2993"], [1702469684, "3006"], [1702469717, "3021"], [1702469753, "3037"], [1702469786, "3048"], [1702469816, "3070"], [1702469834, "3088"], [1702469864, "3095"], [1702469906, "3122"], [1702469936, "3122"], [1702469972, "3130"], [1702470005, "3139"], [1702470029, "3147"], [1702470065, "3156"], [1702470101, "3172"], [1702470131, "3193"], [1702470167, "3227"], [1702470203, "3247"], [1702470251, "3268"], [1702470278, "3303"], [1702470311, "3313"], [1702470347, "3325"], [1702470371, "3334"], [1702470404, "3343"], [1702470440, "3352"], [1702470476, "3362"], [1702470506, "3381"], [1702470542, "3410"], [1702470575, "3428"], [1702470611, "3453"], [1702470635, "3477"], [1702470662, "3486"], [1702470686, "3505"], [1702470719, "3517"], [1702470746, "3530"], [1702470812, "3545"], [1702470845, "3554"], [1702470875, "3566"], [1702470899, "3572"], [1702470953, "3589"], [1702470983, "3595"], [1702471025, "3604"], [1702471067, "3618"], [1702471169, "3645"], [1702471193, "3651"], [1702471226, "3658"], [1702471265, "3669"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "17"], [1702462721, "17"], [1702462736, "24"], [1702462751, "24"], [1702462763, "24"], [1702462793, "24"], [1702462808, "24"], [1702462829, "24"], [1702462844, "24"], [1702462865, "24"], [1702462880, "24"], [1702462904, "24"], [1702462919, "24"], [1702462952, "28"], [1702462973, "28"], [1702462988, "28"], [1702463045, "31"], [1702463081, "33"], [1702463114, "34"], [1702463150, "34"], [1702463186, "35"], [1702463216, "35"], [1702463240, "35"], [1702463273, "48"], [1702463324, "51"], [1702463354, "51"], [1702463381, "51"], [1702463417, "51"], [1702463453, "51"], [1702463477, "51"], [1702463510, "51"], [1702463537, "81"], [1702463570, "81"], [1702463591, "81"], [1702463621, "83"], [1702463657, "83"], [1702463693, "83"], [1702463729, "83"], [1702463765, "83"], [1702463798, "83"], [1702463846, "85"], [1702463873, "101"], [1702463906, "101"], [1702463948, "103"], [1702463984, "103"], [1702464014, "103"], [1702464050, "103"], [1702464086, "103"], [1702464122, "103"], [1702464155, "104"], [1702464194, "104"], [1702464230, "115"], [1702464263, "115"], [1702464299, "115"], [1702464332, "115"], [1702464356, "115"], [1702464392, "117"], [1702464425, "117"], [1702464455, "118"], [1702464479, "118"], [1702464509, "119"], [1702464533, "119"], [1702464569, "119"], [1702464605, "119"], [1702464635, "119"], [1702464671, "122"], [1702464716, "122"], [1702464743, "122"], [1702464776, "122"], [1702464812, "122"], [1702464836, "122"], [1702464869, "122"], [1702464905, "122"], [1702464926, "122"], [1702464956, "122"], [1702464992, "122"], [1702465016, "122"], [1702465049, "122"], [1702465085, "122"], [1702465118, "123"], [1702465145, "123"], [1702465178, "124"], [1702465208, "124"], [1702465241, "124"], [1702465298, "124"], [1702465334, "124"], [1702465367, "124"], [1702465394, "124"], [1702465418, "124"], [1702465445, "124"], [1702465481, "127"], [1702465517, "127"], [1702465550, "127"], [1702465586, "127"], [1702465619, "127"], [1702465658, "127"], [1702465706, "127"], [1702465754, "127"], [1702465787, "127"], [1702465823, "127"], [1702465856, "127"], [1702465880, "127"], [1702465910, "128"], [1702465952, "129"], [1702465988, "129"], [1702466015, "129"], [1702466030, "129"], [1702466060, "129"], [1702466078, "129"], [1702466138, "129"], [1702466168, "129"], [1702466204, "130"], [1702466237, "130"], [1702466261, "133"], [1702466291, "133"], [1702466327, "133"], [1702466360, "133"], [1702466384, "133"], [1702466417, "136"], [1702466441, "136"], [1702466471, "136"], [1702466507, "136"], [1702466540, "136"], [1702466597, "136"], [1702466633, "136"], [1702466666, "139"], [1702466705, "139"], [1702466732, "139"], [1702466765, "139"], [1702466801, "139"], [1702466852, "139"], [1702466876, "139"], [1702466918, "139"], [1702466978, "142"], [1702467014, "142"], [1702467038, "144"], [1702467068, "144"], [1702467122, "144"], [1702467158, "144"], [1702467191, "144"], [1702467221, "145"], [1702467257, "145"], [1702467299, "146"], [1702467350, "146"], [1702467386, "146"], [1702467419, "146"], [1702467455, "146"], [1702467515, "146"], [1702467542, "146"], [1702467566, "149"], [1702467599, "149"], [1702467635, "149"], [1702467668, "149"], [1702467695, "149"], [1702467716, "149"], [1702467746, "149"], [1702467800, "149"], [1702467824, "154"], [1702467908, "157"], [1702467944, "157"], [1702467968, "157"], [1702468001, "157"], [1702468031, "157"], [1702468067, "159"], [1702468085, "159"], [1702468115, "160"], [1702468151, "160"], [1702468181, "161"], [1702468208, "161"], [1702468241, "161"], [1702468256, "161"], [1702468286, "165"], [1702468322, "165"], [1702468352, "165"], [1702468388, "165"], [1702468424, "165"], [1702468457, "165"], [1702468493, "165"], [1702468517, "165"], [1702468550, "165"], [1702468586, "170"], [1702468613, "170"], [1702468637, "170"], [1702468679, "170"], [1702468721, "170"], [1702468730, "170"], [1702468766, "170"], [1702468799, "170"], [1702468835, "170"], [1702468898, "170"], [1702468934, "176"], [1702468970, "176"], [1702468994, "176"], [1702469024, "176"], [1702469060, "176"], [1702469111, "176"], [1702469144, "176"], [1702469168, "176"], [1702469204, "176"], [1702469237, "176"], [1702469273, "176"], [1702469303, "176"], [1702469336, "176"], [1702469360, "176"], [1702469387, "180"], [1702469411, "184"], [1702469435, "184"], [1702469468, "184"], [1702469504, "184"], [1702469537, "184"], [1702469573, "184"], [1702469606, "184"], [1702469633, "184"], [1702469660, "184"], [1702469684, "184"], [1702469717, "184"], [1702469753, "184"], [1702469786, "184"], [1702469816, "184"], [1702469834, "189"], [1702469864, "189"], [1702469906, "189"], [1702469936, "189"], [1702469972, "189"], [1702470005, "189"], [1702470029, "189"], [1702470065, "189"], [1702470101, "189"], [1702470131, "189"], [1702470167, "189"], [1702470203, "194"], [1702470251, "194"], [1702470278, "200"], [1702470311, "200"], [1702470347, "200"], [1702470371, "200"], [1702470404, "200"], [1702470440, "200"], [1702470476, "201"], [1702470506, "201"], [1702470542, "201"], [1702470575, "202"], [1702470611, "202"], [1702470635, "202"], [1702470662, "202"], [1702470686, "202"], [1702470719, "208"], [1702470746, "208"], [1702470812, "208"], [1702470845, "208"], [1702470875, "208"], [1702470899, "208"], [1702470953, "208"], [1702470983, "208"], [1702471025, "208"], [1702471067, "208"], [1702471169, "211"], [1702471193, "211"], [1702471226, "211"], [1702471265, "211"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "30443"], [1702462721, "39002"], [1702462736, "47519"], [1702462751, "47539"], [1702462763, "51966"], [1702462793, "60572"], [1702462808, "69256"], [1702462829, "73469"], [1702462844, "73507"], [1702462865, "73539"], [1702462880, "73539"], [1702462904, "77910"], [1702462919, "82028"], [1702462952, "95708"], [1702462973, "99833"], [1702462988, "108758"], [1702463045, "112943"], [1702463081, "117058"], [1702463114, "125809"], [1702463150, "129961"], [1702463186, "138166"], [1702463216, "151191"], [1702463240, "159745"], [1702463273, "164302"], [1702463324, "178408"], [1702463354, "186794"], [1702463381, "190962"], [1702463417, "200015"], [1702463453, "212505"], [1702463477, "220834"], [1702463510, "242772"], [1702463537, "251256"], [1702463570, "255743"], [1702463591, "264296"], [1702463621, "268614"], [1702463657, "272833"], [1702463693, "276988"], [1702463729, "281528"], [1702463765, "286071"], [1702463798, "294546"], [1702463846, "307317"], [1702463873, "311430"], [1702463906, "319621"], [1702463948, "327851"], [1702463984, "345082"], [1702464014, "355162"], [1702464050, "364401"], [1702464086, "373939"], [1702464122, "387247"], [1702464155, "396236"], [1702464194, "405215"], [1702464230, "413402"], [1702464263, "421771"], [1702464299, "426069"], [1702464332, "426191"], [1702464356, "434429"], [1702464392, "452027"], [1702464425, "460852"], [1702464455, "466012"], [1702464479, "474293"], [1702464509, "483131"], [1702464533, "491711"], [1702464569, "499833"], [1702464605, "504176"], [1702464635, "508593"], [1702464671, "517282"], [1702464716, "525888"], [1702464743, "534539"], [1702464776, "542940"], [1702464812, "547344"], [1702464836, "551578"], [1702464869, "555866"], [1702464905, "559980"], [1702464926, "568464"], [1702464956, "576751"], [1702464992, "584977"], [1702465016, "589265"], [1702465049, "589338"], [1702465085, "622996"], [1702465118, "627311"], [1702465145, "631802"], [1702465178, "640419"], [1702465208, "648729"], [1702465241, "652991"], [1702465298, "661272"], [1702465334, "669569"], [1702465367, "673763"], [1702465394, "677892"], [1702465418, "682123"], [1702465445, "690835"], [1702465481, "699782"], [1702465517, "708449"], [1702465550, "716884"], [1702465586, "721417"], [1702465619, "729825"], [1702465658, "738383"], [1702465706, "746797"], [1702465754, "759056"], [1702465787, "763248"], [1702465823, "768222"], [1702465856, "768283"], [1702465880, "772856"], [1702465910, "781602"], [1702465952, "785853"], [1702465988, "785937"], [1702466015, "790155"], [1702466030, "798635"], [1702466060, "806760"], [1702466078, "810849"], [1702466138, "840742"], [1702466168, "844832"], [1702466204, "853645"], [1702466237, "861884"], [1702466261, "865984"], [1702466291, "870477"], [1702466327, "875126"], [1702466360, "883776"], [1702466384, "892334"], [1702466417, "896591"], [1702466441, "900721"], [1702466471, "904844"], [1702466507, "913198"], [1702466540, "921755"], [1702466597, "926262"], [1702466633, "934945"], [1702466666, "943305"], [1702466705, "947435"], [1702466732, "951741"], [1702466765, "960660"], [1702466801, "968942"], [1702466852, "981769"], [1702466876, "990255"], [1702466918, "1051127"], [1702466978, "1068604"], [1702467014, "1077222"], [1702467038, "1085697"], [1702467068, "1093970"], [1702467122, "1098313"], [1702467158, "1106418"], [1702467191, "1115002"], [1702467221, "1119120"], [1702467257, "1127315"], [1702467299, "1135680"], [1702467350, "1149313"], [1702467386, "1158043"], [1702467419, "1166525"], [1702467455, "1175116"], [1702467515, "1192669"], [1702467542, "1201163"], [1702467566, "1209937"], [1702467599, "1218159"], [1702467635, "1222463"], [1702467668, "1227179"], [1702467695, "1236279"], [1702467716, "1283606"], [1702467746, "1291914"], [1702467800, "1304846"], [1702467824, "1313263"], [1702467908, "1326448"], [1702467944, "1334972"], [1702467968, "1343215"], [1702468001, "1351748"], [1702468031, "1360290"], [1702468067, "1369435"], [1702468085, "1378124"], [1702468115, "1386590"], [1702468151, "1391256"], [1702468181, "1400193"], [1702468208, "1409483"], [1702468241, "1418377"], [1702468256, "1427138"], [1702468286, "1436565"], [1702468322, "1444892"], [1702468352, "1453225"], [1702468388, "1461811"], [1702468424, "1471643"], [1702468457, "1481501"], [1702468493, "1485870"], [1702468517, "1494666"], [1702468550, "1502962"], [1702468586, "1512116"], [1702468613, "1516621"], [1702468637, "1521990"], [1702468679, "1530526"], [1702468721, "1539738"], [1702468730, "1539814"], [1702468766, "1548330"], [1702468799, "1556801"], [1702468835, "1566178"], [1702468898, "1579247"], [1702468934, "1588897"], [1702468970, "1597953"], [1702468994, "1607046"], [1702469024, "1611295"], [1702469060, "1620308"], [1702469111, "1632808"], [1702469144, "1641820"], [1702469168, "1650807"], [1702469204, "1659217"], [1702469237, "1663305"], [1702469273, "1672501"], [1702469303, "1681525"], [1702469336, "1690668"], [1702469360, "1699852"], [1702469387, "1708630"], [1702469411, "1717326"], [1702469435, "1725906"], [1702469468, "1734364"], [1702469504, "1742991"], [1702469537, "1751732"], [1702469573, "1760037"], [1702469606, "1768298"], [1702469633, "1777033"], [1702469660, "1786132"], [1702469684, "1794634"], [1702469717, "1802998"], [1702469753, "1851218"], [1702469786, "1860239"], [1702469816, "1868865"], [1702469834, "1877713"], [1702469864, "1886156"], [1702469906, "1898703"], [1702469936, "1907124"], [1702469972, "1915665"], [1702470005, "1924863"], [1702470029, "1929638"], [1702470065, "1938085"], [1702470101, "1947970"], [1702470131, "1956212"], [1702470167, "1965183"], [1702470203, "1973345"], [1702470251, "1985822"], [1702470278, "1994344"], [1702470311, "2002543"], [1702470347, "2006884"], [1702470371, "2015046"], [1702470404, "2023915"], [1702470440, "2033814"], [1702470476, "2042887"], [1702470506, "2047834"], [1702470542, "2056278"], [1702470575, "2064590"], [1702470611, "2073582"], [1702470635, "2082485"], [1702470662, "2086978"], [1702470686, "2091267"], [1702470719, "2099512"], [1702470746, "2107850"], [1702470812, "2121072"], [1702470845, "2129552"], [1702470875, "2133730"], [1702470899, "2142055"], [1702470953, "2154517"], [1702470983, "2163260"], [1702471025, "2167510"], [1702471067, "2234836"], [1702471169, "2251552"], [1702471193, "2255811"], [1702471226, "2264392"], [1702471265, "2273749"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "137"], [1702462721, "152"], [1702462736, "167"], [1702462751, "169"], [1702462763, "176"], [1702462793, "180"], [1702462808, "202"], [1702462829, "214"], [1702462844, "249"], [1702462865, "274"], [1702462880, "277"], [1702462904, "283"], [1702462919, "286"], [1702462952, "316"], [1702462973, "380"], [1702462988, "387"], [1702463045, "417"], [1702463081, "425"], [1702463114, "437"], [1702463150, "456"], [1702463186, "467"], [1702463216, "558"], [1702463240, "565"], [1702463273, "576"], [1702463324, "638"], [1702463354, "714"], [1702463381, "727"], [1702463417, "738"], [1702463453, "765"], [1702463477, "770"], [1702463510, "773"], [1702463537, "783"], [1702463570, "807"], [1702463591, "818"], [1702463621, "824"], [1702463657, "863"], [1702463693, "880"], [1702463729, "889"], [1702463765, "902"], [1702463798, "926"], [1702463846, "960"], [1702463873, "975"], [1702463906, "988"], [1702463948, "994"], [1702463984, "996"], [1702464014, "1002"], [1702464050, "1019"], [1702464086, "1090"], [1702464122, "1104"], [1702464155, "1146"], [1702464194, "1173"], [1702464230, "1178"], [1702464263, "1238"], [1702464299, "1255"], [1702464332, "1261"], [1702464356, "1272"], [1702464392, "1288"], [1702464425, "1295"], [1702464455, "1387"], [1702464479, "1390"], [1702464509, "1405"], [1702464533, "1418"], [1702464569, "1434"], [1702464605, "1446"], [1702464635, "1483"], [1702464671, "1500"], [1702464716, "1521"], [1702464743, "1528"], [1702464776, "1536"], [1702464812, "1551"], [1702464836, "1565"], [1702464869, "1571"], [1702464905, "1599"], [1702464926, "1616"], [1702464956, "1628"], [1702464992, "1643"], [1702465016, "1678"], [1702465049, "1683"], [1702465085, "1691"], [1702465118, "1712"], [1702465145, "1721"], [1702465178, "1730"], [1702465208, "1739"], [1702465241, "1757"], [1702465298, "1774"], [1702465334, "1785"], [1702465367, "1811"], [1702465394, "1820"], [1702465418, "1899"], [1702465445, "1907"], [1702465481, "1938"], [1702465517, "1953"], [1702465550, "1961"], [1702465586, "1994"], [1702465619, "2006"], [1702465658, "2028"], [1702465706, "2055"], [1702465754, "2074"], [1702465787, "2088"], [1702465823, "2120"], [1702465856, "2133"], [1702465880, "2139"], [1702465910, "2150"], [1702465952, "2233"], [1702465988, "2244"], [1702466015, "2257"], [1702466030, "2264"], [1702466060, "2306"], [1702466078, "2320"], [1702466138, "2337"], [1702466168, "2404"], [1702466204, "2415"], [1702466237, "2430"], [1702466261, "2440"], [1702466291, "2458"], [1702466327, "2471"], [1702466360, "2485"], [1702466384, "2493"], [1702466417, "2541"], [1702466441, "2555"], [1702466471, "2562"], [1702466507, "2575"], [1702466540, "2598"], [1702466597, "2622"], [1702466633, "2631"], [1702466666, "2650"], [1702466705, "2665"], [1702466732, "2679"], [1702466765, "2718"], [1702466801, "2733"], [1702466852, "2755"], [1702466876, "2773"], [1702466918, "2784"], [1702466978, "2804"], [1702467014, "2939"], [1702467038, "2947"], [1702467068, "2960"], [1702467122, "2989"], [1702467158, "2998"], [1702467191, "3025"], [1702467221, "3037"], [1702467257, "3058"], [1702467299, "3067"], [1702467350, "3091"], [1702467386, "3109"], [1702467419, "3122"], [1702467455, "3143"], [1702467515, "3262"], [1702467542, "3277"], [1702467566, "3306"], [1702467599, "3329"], [1702467635, "3352"], [1702467668, "3364"], [1702467695, "3373"], [1702467716, "3391"], [1702467746, "3402"], [1702467800, "3433"], [1702467824, "3493"], [1702467908, "3582"], [1702467944, "3633"], [1702467968, "3649"], [1702468001, "3655"], [1702468031, "3664"], [1702468067, "3678"], [1702468085, "3686"], [1702468115, "3698"], [1702468151, "3716"], [1702468181, "3766"], [1702468208, "3789"], [1702468241, "3852"], [1702468256, "3880"], [1702468286, "3943"], [1702468322, "3966"], [1702468352, "3976"], [1702468388, "3990"], [1702468424, "4026"], [1702468457, "4038"], [1702468493, "4052"], [1702468517, "4076"], [1702468550, "4164"], [1702468586, "4260"], [1702468613, "4372"], [1702468637, "4408"], [1702468679, "4430"], [1702468721, "4440"], [1702468730, "4513"], [1702468766, "4514"], [1702468799, "4550"], [1702468835, "4558"], [1702468898, "4572"], [1702468934, "4629"], [1702468970, "4702"], [1702468994, "4765"], [1702469024, "4794"], [1702469060, "4873"], [1702469111, "4911"], [1702469144, "4923"], [1702469168, "4931"], [1702469204, "4942"], [1702469237, "4971"], [1702469273, "4994"], [1702469303, "5041"], [1702469336, "5123"], [1702469360, "5222"], [1702469387, "5279"], [1702469411, "5291"], [1702469435, "5330"], [1702469468, "5355"], [1702469504, "5369"], [1702469537, "5381"], [1702469573, "5393"], [1702469606, "5412"], [1702469633, "5418"], [1702469660, "5432"], [1702469684, "5480"], [1702469717, "5508"], [1702469753, "5528"], [1702469786, "5541"], [1702469816, "5560"], [1702469834, "5572"], [1702469864, "5582"], [1702469906, "5608"], [1702469936, "5626"], [1702469972, "5640"], [1702470005, "5652"], [1702470029, "5659"], [1702470065, "5674"], [1702470101, "5695"], [1702470131, "5706"], [1702470167, "5737"], [1702470203, "5754"], [1702470251, "5781"], [1702470278, "5802"], [1702470311, "5817"], [1702470347, "5825"], [1702470371, "5833"], [1702470404, "5852"], [1702470440, "5865"], [1702470476, "5876"], [1702470506, "5891"], [1702470542, "5923"], [1702470575, "5935"], [1702470611, "5956"], [1702470635, "5989"], [1702470662, "6000"], [1702470686, "6019"], [1702470719, "6035"], [1702470746, "6045"], [1702470812, "6070"], [1702470845, "6077"], [1702470875, "6101"], [1702470899, "6110"], [1702470953, "6129"], [1702470983, "6157"], [1702471025, "6169"], [1702471067, "6186"], [1702471169, "6235"], [1702471193, "6240"], [1702471226, "6288"], [1702471265, "6300"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "7"], [1702463114, "7"], [1702463150, "7"], [1702463186, "7"], [1702463216, "7"], [1702463240, "7"], [1702463273, "7"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "7"], [1702463477, "7"], [1702463510, "9"], [1702463537, "9"], [1702463570, "9"], [1702463591, "9"], [1702463621, "9"], [1702463657, "9"], [1702463693, "9"], [1702463729, "9"], [1702463765, "9"], [1702463798, "10"], [1702463846, "10"], [1702463873, "10"], [1702463906, "10"], [1702463948, "10"], [1702463984, "10"], [1702464014, "10"], [1702464050, "10"], [1702464086, "10"], [1702464122, "10"], [1702464155, "10"], [1702464194, "10"], [1702464230, "10"], [1702464263, "10"], [1702464299, "10"], [1702464332, "10"], [1702464356, "10"], [1702464392, "14"], [1702464425, "14"], [1702464455, "14"], [1702464479, "14"], [1702464509, "14"], [1702464533, "14"], [1702464569, "14"], [1702464605, "14"], [1702464635, "14"], [1702464671, "14"], [1702464716, "14"], [1702464743, "14"], [1702464776, "14"], [1702464812, "17"], [1702464836, "17"], [1702464869, "18"], [1702464905, "18"], [1702464926, "18"], [1702464956, "18"], [1702464992, "18"], [1702465016, "18"], [1702465049, "18"], [1702465085, "18"], [1702465118, "18"], [1702465145, "18"], [1702465178, "18"], [1702465208, "18"], [1702465241, "18"], [1702465298, "18"], [1702465334, "18"], [1702465367, "18"], [1702465394, "18"], [1702465418, "18"], [1702465445, "18"], [1702465481, "18"], [1702465517, "18"], [1702465550, "19"], [1702465586, "21"], [1702465619, "21"], [1702465658, "21"], [1702465706, "21"], [1702465754, "21"], [1702465787, "21"], [1702465823, "21"], [1702465856, "21"], [1702465880, "21"], [1702465910, "21"], [1702465952, "21"], [1702465988, "21"], [1702466015, "22"], [1702466030, "23"], [1702466060, "23"], [1702466078, "23"], [1702466138, "23"], [1702466168, "23"], [1702466204, "23"], [1702466237, "23"], [1702466261, "23"], [1702466291, "23"], [1702466327, "23"], [1702466360, "23"], [1702466384, "23"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "23"], [1702466633, "23"], [1702466666, "23"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "24"], [1702466852, "24"], [1702466876, "24"], [1702466918, "24"], [1702466978, "24"], [1702467014, "24"], [1702467038, "24"], [1702467068, "24"], [1702467122, "24"], [1702467158, "24"], [1702467191, "24"], [1702467221, "24"], [1702467257, "24"], [1702467299, "24"], [1702467350, "24"], [1702467386, "26"], [1702467419, "26"], [1702467455, "26"], [1702467515, "27"], [1702467542, "27"], [1702467566, "27"], [1702467599, "27"], [1702467635, "27"], [1702467668, "27"], [1702467695, "27"], [1702467716, "27"], [1702467746, "27"], [1702467800, "27"], [1702467824, "27"], [1702467908, "27"], [1702467944, "27"], [1702467968, "27"], [1702468001, "27"], [1702468031, "27"], [1702468067, "27"], [1702468085, "32"], [1702468115, "32"], [1702468151, "32"], [1702468181, "32"], [1702468208, "32"], [1702468241, "32"], [1702468256, "32"], [1702468286, "34"], [1702468322, "34"], [1702468352, "34"], [1702468388, "34"], [1702468424, "34"], [1702468457, "34"], [1702468493, "34"], [1702468517, "34"], [1702468550, "34"], [1702468586, "35"], [1702468613, "35"], [1702468637, "35"], [1702468679, "38"], [1702468721, "38"], [1702468730, "38"], [1702468766, "38"], [1702468799, "38"], [1702468835, "38"], [1702468898, "38"], [1702468934, "38"], [1702468970, "38"], [1702468994, "38"], [1702469024, "38"], [1702469060, "38"], [1702469111, "38"], [1702469144, "38"], [1702469168, "38"], [1702469204, "38"], [1702469237, "38"], [1702469273, "38"], [1702469303, "38"], [1702469336, "38"], [1702469360, "38"], [1702469387, "39"], [1702469411, "39"], [1702469435, "39"], [1702469468, "39"], [1702469504, "39"], [1702469537, "39"], [1702469573, "39"], [1702469606, "39"], [1702469633, "39"], [1702469660, "39"], [1702469684, "40"], [1702469717, "40"], [1702469753, "40"], [1702469786, "40"], [1702469816, "40"], [1702469834, "40"], [1702469864, "40"], [1702469906, "40"], [1702469936, "40"], [1702469972, "40"], [1702470005, "40"], [1702470029, "40"], [1702470065, "40"], [1702470101, "40"], [1702470131, "40"], [1702470167, "40"], [1702470203, "40"], [1702470251, "40"], [1702470278, "40"], [1702470311, "40"], [1702470347, "40"], [1702470371, "40"], [1702470404, "40"], [1702470440, "40"], [1702470476, "40"], [1702470506, "40"], [1702470542, "40"], [1702470575, "40"], [1702470611, "41"], [1702470635, "41"], [1702470662, "41"], [1702470686, "41"], [1702470719, "41"], [1702470746, "41"], [1702470812, "41"], [1702470845, "41"], [1702470875, "41"], [1702470899, "41"], [1702470953, "41"], [1702470983, "41"], [1702471025, "41"], [1702471067, "41"], [1702471169, "42"], [1702471193, "42"], [1702471226, "42"], [1702471265, "42"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "1411"], [1702462763, "1411"], [1702462793, "1411"], [1702462808, "1411"], [1702462829, "1411"], [1702462844, "1411"], [1702462865, "1411"], [1702462880, "1411"], [1702462904, "1411"], [1702462919, "1411"], [1702462952, "3939"], [1702462973, "4008"], [1702462988, "4008"], [1702463045, "4107"], [1702463081, "4263"], [1702463114, "4329"], [1702463150, "4329"], [1702463186, "4387"], [1702463216, "5241"], [1702463240, "5241"], [1702463273, "5241"], [1702463324, "6215"], [1702463354, "6512"], [1702463381, "6512"], [1702463417, "6512"], [1702463453, "6980"], [1702463477, "6980"], [1702463510, "6980"], [1702463537, "7123"], [1702463570, "7174"], [1702463591, "8005"], [1702463621, "8005"], [1702463657, "11057"], [1702463693, "11727"], [1702463729, "11983"], [1702463765, "11983"], [1702463798, "12072"], [1702463846, "12530"], [1702463873, "12530"], [1702463906, "12654"], [1702463948, "12967"], [1702463984, "12967"], [1702464014, "12967"], [1702464050, "13299"], [1702464086, "13370"], [1702464122, "13370"], [1702464155, "13495"], [1702464194, "13614"], [1702464230, "13614"], [1702464263, "13646"], [1702464299, "13707"], [1702464332, "14216"], [1702464356, "14216"], [1702464392, "14216"], [1702464425, "14303"], [1702464455, "14382"], [1702464479, "14382"], [1702464509, "14382"], [1702464533, "14429"], [1702464569, "14516"], [1702464605, "14516"], [1702464635, "14516"], [1702464671, "14863"], [1702464716, "14993"], [1702464743, "14993"], [1702464776, "15661"], [1702464812, "16452"], [1702464836, "16452"], [1702464869, "16452"], [1702464905, "16661"], [1702464926, "16722"], [1702464956, "16722"], [1702464992, "16722"], [1702465016, "16978"], [1702465049, "17017"], [1702465085, "17017"], [1702465118, "17586"], [1702465145, "18129"], [1702465178, "18146"], [1702465208, "18146"], [1702465241, "18317"], [1702465298, "18721"], [1702465334, "18721"], [1702465367, "18721"], [1702465394, "19352"], [1702465418, "19368"], [1702465445, "19368"], [1702465481, "20171"], [1702465517, "21412"], [1702465550, "21412"], [1702465586, "21412"], [1702465619, "21966"], [1702465658, "22327"], [1702465706, "22327"], [1702465754, "22395"], [1702465787, "22395"], [1702465823, "22522"], [1702465856, "24104"], [1702465880, "24106"], [1702465910, "24106"], [1702465952, "24445"], [1702465988, "24566"], [1702466015, "24566"], [1702466030, "24566"], [1702466060, "24628"], [1702466078, "24670"], [1702466138, "24714"], [1702466168, "24925"], [1702466204, "25259"], [1702466237, "25369"], [1702466261, "25369"], [1702466291, "25369"], [1702466327, "26190"], [1702466360, "26818"], [1702466384, "26818"], [1702466417, "26818"], [1702466441, "26857"], [1702466471, "26991"], [1702466507, "26991"], [1702466540, "26991"], [1702466597, "27473"], [1702466633, "27473"], [1702466666, "27525"], [1702466705, "27582"], [1702466732, "27596"], [1702466765, "27596"], [1702466801, "27929"], [1702466852, "28742"], [1702466876, "28742"], [1702466918, "28884"], [1702466978, "29236"], [1702467014, "29236"], [1702467038, "29575"], [1702467068, "29588"], [1702467122, "29588"], [1702467158, "29646"], [1702467191, "29747"], [1702467221, "29747"], [1702467257, "29788"], [1702467299, "30602"], [1702467350, "30619"], [1702467386, "30619"], [1702467419, "30787"], [1702467455, "30787"], [1702467515, "32457"], [1702467542, "32529"], [1702467566, "32529"], [1702467599, "32529"], [1702467635, "32611"], [1702467668, "32959"], [1702467695, "32959"], [1702467716, "32959"], [1702467746, "33014"], [1702467800, "33213"], [1702467824, "33213"], [1702467908, "33773"], [1702467944, "33773"], [1702467968, "33773"], [1702468001, "33800"], [1702468031, "34039"], [1702468067, "34039"], [1702468085, "34087"], [1702468115, "34128"], [1702468151, "34285"], [1702468181, "34285"], [1702468208, "34285"], [1702468241, "34494"], [1702468256, "34550"], [1702468286, "34550"], [1702468322, "34550"], [1702468352, "34550"], [1702468388, "34810"], [1702468424, "34829"], [1702468457, "34829"], [1702468493, "35072"], [1702468517, "35143"], [1702468550, "35143"], [1702468586, "35220"], [1702468613, "35594"], [1702468637, "35657"], [1702468679, "35657"], [1702468721, "35657"], [1702468730, "36030"], [1702468766, "36030"], [1702468799, "36030"], [1702468835, "36160"], [1702468898, "36776"], [1702468934, "36776"], [1702468970, "36961"], [1702468994, "37029"], [1702469024, "37029"], [1702469060, "37029"], [1702469111, "37075"], [1702469144, "37075"], [1702469168, "37075"], [1702469204, "37539"], [1702469237, "37871"], [1702469273, "37871"], [1702469303, "37891"], [1702469336, "38743"], [1702469360, "38749"], [1702469387, "38749"], [1702469411, "38749"], [1702469435, "39331"], [1702469468, "39353"], [1702469504, "39353"], [1702469537, "39353"], [1702469573, "39797"], [1702469606, "39813"], [1702469633, "39813"], [1702469660, "39813"], [1702469684, "40478"], [1702469717, "40499"], [1702469753, "40499"], [1702469786, "40499"], [1702469816, "40740"], [1702469834, "40751"], [1702469864, "40751"], [1702469906, "40835"], [1702469936, "41144"], [1702469972, "41158"], [1702470005, "41158"], [1702470029, "41184"], [1702470065, "41893"], [1702470101, "41902"], [1702470131, "41902"], [1702470167, "41955"], [1702470203, "42229"], [1702470251, "42229"], [1702470278, "42245"], [1702470311, "42257"], [1702470347, "42257"], [1702470371, "42257"], [1702470404, "42441"], [1702470440, "42516"], [1702470476, "42516"], [1702470506, "42532"], [1702470542, "43351"], [1702470575, "43371"], [1702470611, "43371"], [1702470635, "43371"], [1702470662, "43404"], [1702470686, "43486"], [1702470719, "43486"], [1702470746, "43511"], [1702470812, "43768"], [1702470845, "43768"], [1702470875, "43768"], [1702470899, "43837"], [1702470953, "43863"], [1702470983, "43863"], [1702471025, "44171"], [1702471067, "44178"], [1702471169, "44782"], [1702471193, "44782"], [1702471226, "44782"], [1702471265, "44879"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "30"], [1702462721, "30"], [1702462736, "31"], [1702462751, "33"], [1702462763, "34"], [1702462793, "36"], [1702462808, "37"], [1702462829, "37"], [1702462844, "38"], [1702462865, "39"], [1702462880, "40"], [1702462904, "41"], [1702462919, "41"], [1702462952, "45"], [1702462973, "45"], [1702462988, "47"], [1702463045, "55"], [1702463081, "57"], [1702463114, "61"], [1702463150, "64"], [1702463186, "65"], [1702463216, "65"], [1702463240, "66"], [1702463273, "67"], [1702463324, "75"], [1702463354, "83"], [1702463381, "87"], [1702463417, "88"], [1702463453, "90"], [1702463477, "92"], [1702463510, "93"], [1702463537, "95"], [1702463570, "97"], [1702463591, "98"], [1702463621, "103"], [1702463657, "105"], [1702463693, "105"], [1702463729, "108"], [1702463765, "108"], [1702463798, "112"], [1702463846, "122"], [1702463873, "124"], [1702463906, "126"], [1702463948, "129"], [1702463984, "132"], [1702464014, "132"], [1702464050, "136"], [1702464086, "136"], [1702464122, "140"], [1702464155, "143"], [1702464194, "147"], [1702464230, "147"], [1702464263, "149"], [1702464299, "151"], [1702464332, "154"], [1702464356, "154"], [1702464392, "157"], [1702464425, "160"], [1702464455, "164"], [1702464479, "166"], [1702464509, "169"], [1702464533, "170"], [1702464569, "174"], [1702464605, "176"], [1702464635, "178"], [1702464671, "180"], [1702464716, "182"], [1702464743, "185"], [1702464776, "185"], [1702464812, "185"], [1702464836, "186"], [1702464869, "198"], [1702464905, "198"], [1702464926, "201"], [1702464956, "204"], [1702464992, "206"], [1702465016, "206"], [1702465049, "207"], [1702465085, "209"], [1702465118, "211"], [1702465145, "211"], [1702465178, "214"], [1702465208, "214"], [1702465241, "216"], [1702465298, "218"], [1702465334, "220"], [1702465367, "220"], [1702465394, "220"], [1702465418, "220"], [1702465445, "222"], [1702465481, "226"], [1702465517, "226"], [1702465550, "229"], [1702465586, "231"], [1702465619, "231"], [1702465658, "235"], [1702465706, "237"], [1702465754, "243"], [1702465787, "243"], [1702465823, "247"], [1702465856, "247"], [1702465880, "249"], [1702465910, "251"], [1702465952, "254"], [1702465988, "254"], [1702466015, "256"], [1702466030, "258"], [1702466060, "262"], [1702466078, "263"], [1702466138, "267"], [1702466168, "271"], [1702466204, "273"], [1702466237, "273"], [1702466261, "275"], [1702466291, "277"], [1702466327, "277"], [1702466360, "279"], [1702466384, "280"], [1702466417, "282"], [1702466441, "284"], [1702466471, "286"], [1702466507, "286"], [1702466540, "288"], [1702466597, "289"], [1702466633, "291"], [1702466666, "291"], [1702466705, "295"], [1702466732, "296"], [1702466765, "299"], [1702466801, "301"], [1702466852, "303"], [1702466876, "303"], [1702466918, "305"], [1702466978, "308"], [1702467014, "311"], [1702467038, "313"], [1702467068, "313"], [1702467122, "322"], [1702467158, "324"], [1702467191, "324"], [1702467221, "325"], [1702467257, "327"], [1702467299, "327"], [1702467350, "328"], [1702467386, "328"], [1702467419, "331"], [1702467455, "357"], [1702467515, "362"], [1702467542, "364"], [1702467566, "378"], [1702467599, "381"], [1702467635, "394"], [1702467668, "396"], [1702467695, "397"], [1702467716, "400"], [1702467746, "403"], [1702467800, "406"], [1702467824, "411"], [1702467908, "415"], [1702467944, "420"], [1702467968, "422"], [1702468001, "425"], [1702468031, "426"], [1702468067, "429"], [1702468085, "430"], [1702468115, "430"], [1702468151, "432"], [1702468181, "432"], [1702468208, "435"], [1702468241, "441"], [1702468256, "441"], [1702468286, "446"], [1702468322, "448"], [1702468352, "450"], [1702468388, "452"], [1702468424, "454"], [1702468457, "454"], [1702468493, "465"], [1702468517, "465"], [1702468550, "465"], [1702468586, "475"], [1702468613, "475"], [1702468637, "477"], [1702468679, "499"], [1702468721, "499"], [1702468730, "499"], [1702468766, "502"], [1702468799, "502"], [1702468835, "504"], [1702468898, "516"], [1702468934, "516"], [1702468970, "521"], [1702468994, "528"], [1702469024, "552"], [1702469060, "556"], [1702469111, "561"], [1702469144, "563"], [1702469168, "565"], [1702469204, "573"], [1702469237, "580"], [1702469273, "593"], [1702469303, "596"], [1702469336, "609"], [1702469360, "611"], [1702469387, "611"], [1702469411, "611"], [1702469435, "616"], [1702469468, "618"], [1702469504, "620"], [1702469537, "620"], [1702469573, "622"], [1702469606, "622"], [1702469633, "624"], [1702469660, "624"], [1702469684, "624"], [1702469717, "625"], [1702469753, "625"], [1702469786, "625"], [1702469816, "632"], [1702469834, "633"], [1702469864, "633"], [1702469906, "636"], [1702469936, "636"], [1702469972, "638"], [1702470005, "638"], [1702470029, "638"], [1702470065, "640"], [1702470101, "640"], [1702470131, "640"], [1702470167, "646"], [1702470203, "647"], [1702470251, "647"], [1702470278, "653"], [1702470311, "653"], [1702470347, "656"], [1702470371, "658"], [1702470404, "661"], [1702470440, "665"], [1702470476, "665"], [1702470506, "665"], [1702470542, "669"], [1702470575, "671"], [1702470611, "675"], [1702470635, "688"], [1702470662, "693"], [1702470686, "693"], [1702470719, "697"], [1702470746, "699"], [1702470812, "701"], [1702470845, "703"], [1702470875, "703"], [1702470899, "703"], [1702470953, "703"], [1702470983, "707"], [1702471025, "709"], [1702471067, "712"], [1702471169, "715"], [1702471193, "715"], [1702471226, "717"], [1702471265, "719"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "27"], [1702462721, "27"], [1702462736, "27"], [1702462751, "27"], [1702462763, "34"], [1702462793, "34"], [1702462808, "35"], [1702462829, "39"], [1702462844, "42"], [1702462865, "42"], [1702462880, "45"], [1702462904, "45"], [1702462919, "45"], [1702462952, "63"], [1702462973, "63"], [1702462988, "66"], [1702463045, "70"], [1702463081, "77"], [1702463114, "77"], [1702463150, "83"], [1702463186, "89"], [1702463216, "93"], [1702463240, "93"], [1702463273, "96"], [1702463324, "101"], [1702463354, "103"], [1702463381, "103"], [1702463417, "103"], [1702463453, "111"], [1702463477, "111"], [1702463510, "111"], [1702463537, "112"], [1702463570, "117"], [1702463591, "119"], [1702463621, "119"], [1702463657, "121"], [1702463693, "128"], [1702463729, "131"], [1702463765, "186"], [1702463798, "191"], [1702463846, "191"], [1702463873, "194"], [1702463906, "194"], [1702463948, "194"], [1702463984, "197"], [1702464014, "197"], [1702464050, "198"], [1702464086, "198"], [1702464122, "201"], [1702464155, "204"], [1702464194, "214"], [1702464230, "214"], [1702464263, "214"], [1702464299, "222"], [1702464332, "222"], [1702464356, "222"], [1702464392, "222"], [1702464425, "225"], [1702464455, "229"], [1702464479, "233"], [1702464509, "233"], [1702464533, "240"], [1702464569, "278"], [1702464605, "280"], [1702464635, "282"], [1702464671, "290"], [1702464716, "327"], [1702464743, "327"], [1702464776, "332"], [1702464812, "332"], [1702464836, "336"], [1702464869, "340"], [1702464905, "346"], [1702464926, "350"], [1702464956, "374"], [1702464992, "378"], [1702465016, "385"], [1702465049, "385"], [1702465085, "388"], [1702465118, "391"], [1702465145, "395"], [1702465178, "395"], [1702465208, "402"], [1702465241, "405"], [1702465298, "409"], [1702465334, "431"], [1702465367, "435"], [1702465394, "439"], [1702465418, "442"], [1702465445, "442"], [1702465481, "445"], [1702465517, "449"], [1702465550, "453"], [1702465586, "453"], [1702465619, "453"], [1702465658, "458"], [1702465706, "458"], [1702465754, "466"], [1702465787, "466"], [1702465823, "469"], [1702465856, "469"], [1702465880, "471"], [1702465910, "475"], [1702465952, "478"], [1702465988, "478"], [1702466015, "481"], [1702466030, "484"], [1702466060, "484"], [1702466078, "484"], [1702466138, "489"], [1702466168, "492"], [1702466204, "495"], [1702466237, "495"], [1702466261, "495"], [1702466291, "498"], [1702466327, "501"], [1702466360, "508"], [1702466384, "508"], [1702466417, "508"], [1702466441, "508"], [1702466471, "508"], [1702466507, "512"], [1702466540, "515"], [1702466597, "517"], [1702466633, "521"], [1702466666, "524"], [1702466705, "527"], [1702466732, "529"], [1702466765, "532"], [1702466801, "539"], [1702466852, "545"], [1702466876, "545"], [1702466918, "545"], [1702466978, "558"], [1702467014, "561"], [1702467038, "564"], [1702467068, "569"], [1702467122, "573"], [1702467158, "576"], [1702467191, "585"], [1702467221, "612"], [1702467257, "612"], [1702467299, "615"], [1702467350, "627"], [1702467386, "630"], [1702467419, "633"], [1702467455, "653"], [1702467515, "653"], [1702467542, "661"], [1702467566, "662"], [1702467599, "663"], [1702467635, "665"], [1702467668, "667"], [1702467695, "668"], [1702467716, "668"], [1702467746, "671"], [1702467800, "678"], [1702467824, "690"], [1702467908, "698"], [1702467944, "726"], [1702467968, "729"], [1702468001, "732"], [1702468031, "732"], [1702468067, "741"], [1702468085, "744"], [1702468115, "744"], [1702468151, "750"], [1702468181, "764"], [1702468208, "771"], [1702468241, "789"], [1702468256, "789"], [1702468286, "796"], [1702468322, "797"], [1702468352, "797"], [1702468388, "803"], [1702468424, "807"], [1702468457, "810"], [1702468493, "813"], [1702468517, "814"], [1702468550, "817"], [1702468586, "825"], [1702468613, "841"], [1702468637, "841"], [1702468679, "853"], [1702468721, "858"], [1702468730, "858"], [1702468766, "861"], [1702468799, "870"], [1702468835, "870"], [1702468898, "873"], [1702468934, "886"], [1702468970, "891"], [1702468994, "894"], [1702469024, "900"], [1702469060, "901"], [1702469111, "907"], [1702469144, "914"], [1702469168, "914"], [1702469204, "917"], [1702469237, "917"], [1702469273, "926"], [1702469303, "934"], [1702469336, "946"], [1702469360, "953"], [1702469387, "974"], [1702469411, "979"], [1702469435, "985"], [1702469468, "990"], [1702469504, "991"], [1702469537, "997"], [1702469573, "999"], [1702469606, "1002"], [1702469633, "1005"], [1702469660, "1005"], [1702469684, "1009"], [1702469717, "1015"], [1702469753, "1025"], [1702469786, "1025"], [1702469816, "1028"], [1702469834, "1028"], [1702469864, "1032"], [1702469906, "1033"], [1702469936, "1036"], [1702469972, "1039"], [1702470005, "1042"], [1702470029, "1042"], [1702470065, "1042"], [1702470101, "1045"], [1702470131, "1050"], [1702470167, "1050"], [1702470203, "1056"], [1702470251, "1062"], [1702470278, "1062"], [1702470311, "1064"], [1702470347, "1064"], [1702470371, "1068"], [1702470404, "1068"], [1702470440, "1068"], [1702470476, "1077"], [1702470506, "1080"], [1702470542, "1080"], [1702470575, "1084"], [1702470611, "1103"], [1702470635, "1103"], [1702470662, "1103"], [1702470686, "1106"], [1702470719, "1115"], [1702470746, "1115"], [1702470812, "1125"], [1702470845, "1125"], [1702470875, "1128"], [1702470899, "1135"], [1702470953, "1139"], [1702470983, "1139"], [1702471025, "1141"], [1702471067, "1144"], [1702471169, "1152"], [1702471193, "1155"], [1702471226, "1156"], [1702471265, "1161"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "5"], [1702462844, "5"], [1702462865, "5"], [1702462880, "5"], [1702462904, "5"], [1702462919, "5"], [1702462952, "5"], [1702462973, "5"], [1702462988, "5"], [1702463045, "5"], [1702463081, "5"], [1702463114, "5"], [1702463150, "5"], [1702463186, "5"], [1702463216, "5"], [1702463240, "5"], [1702463273, "5"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "5"], [1702463570, "5"], [1702463591, "5"], [1702463621, "5"], [1702463657, "5"], [1702463693, "5"], [1702463729, "5"], [1702463765, "5"], [1702463798, "5"], [1702463846, "5"], [1702463873, "5"], [1702463906, "5"], [1702463948, "5"], [1702463984, "5"], [1702464014, "5"], [1702464050, "5"], [1702464086, "5"], [1702464122, "5"], [1702464155, "5"], [1702464194, "5"], [1702464230, "5"], [1702464263, "5"], [1702464299, "5"], [1702464332, "5"], [1702464356, "5"], [1702464392, "5"], [1702464425, "5"], [1702464455, "5"], [1702464479, "5"], [1702464509, "5"], [1702464533, "5"], [1702464569, "5"], [1702464605, "5"], [1702464635, "5"], [1702464671, "5"], [1702464716, "5"], [1702464743, "5"], [1702464776, "5"], [1702464812, "5"], [1702464836, "5"], [1702464869, "5"], [1702464905, "5"], [1702464926, "5"], [1702464956, "5"], [1702464992, "5"], [1702465016, "5"], [1702465049, "5"], [1702465085, "5"], [1702465118, "5"], [1702465145, "5"], [1702465178, "5"], [1702465208, "5"], [1702465241, "5"], [1702465298, "5"], [1702465334, "5"], [1702465367, "5"], [1702465394, "5"], [1702465418, "5"], [1702465445, "5"], [1702465481, "5"], [1702465517, "5"], [1702465550, "5"], [1702465586, "5"], [1702465619, "5"], [1702465658, "5"], [1702465706, "5"], [1702465754, "5"], [1702465787, "5"], [1702465823, "5"], [1702465856, "5"], [1702465880, "5"], [1702465910, "5"], [1702465952, "5"], [1702465988, "5"], [1702466015, "5"], [1702466030, "5"], [1702466060, "5"], [1702466078, "5"], [1702466138, "5"], [1702466168, "5"], [1702466204, "5"], [1702466237, "5"], [1702466261, "5"], [1702466291, "5"], [1702466327, "5"], [1702466360, "5"], [1702466384, "5"], [1702466417, "5"], [1702466441, "5"], [1702466471, "5"], [1702466507, "5"], [1702466540, "5"], [1702466597, "5"], [1702466633, "5"], [1702466666, "5"], [1702466705, "5"], [1702466732, "5"], [1702466765, "5"], [1702466801, "5"], [1702466852, "5"], [1702466876, "5"], [1702466918, "5"], [1702466978, "5"], [1702467014, "5"], [1702467038, "5"], [1702467068, "5"], [1702467122, "5"], [1702467158, "5"], [1702467191, "5"], [1702467221, "5"], [1702467257, "5"], [1702467299, "5"], [1702467350, "5"], [1702467386, "5"], [1702467419, "5"], [1702467455, "5"], [1702467515, "5"], [1702467542, "5"], [1702467566, "5"], [1702467599, "5"], [1702467635, "5"], [1702467668, "5"], [1702467695, "5"], [1702467716, "5"], [1702467746, "5"], [1702467800, "5"], [1702467824, "5"], [1702467908, "5"], [1702467944, "5"], [1702467968, "5"], [1702468001, "5"], [1702468031, "5"], [1702468067, "5"], [1702468085, "5"], [1702468115, "5"], [1702468151, "5"], [1702468181, "5"], [1702468208, "5"], [1702468241, "5"], [1702468256, "5"], [1702468286, "5"], [1702468322, "5"], [1702468352, "5"], [1702468388, "5"], [1702468424, "5"], [1702468457, "5"], [1702468493, "5"], [1702468517, "5"], [1702468550, "5"], [1702468586, "5"], [1702468613, "5"], [1702468637, "5"], [1702468679, "5"], [1702468721, "5"], [1702468730, "5"], [1702468766, "5"], [1702468799, "5"], [1702468835, "5"], [1702468898, "5"], [1702468934, "5"], [1702468970, "5"], [1702468994, "5"], [1702469024, "5"], [1702469060, "5"], [1702469111, "5"], [1702469144, "5"], [1702469168, "5"], [1702469204, "5"], [1702469237, "5"], [1702469273, "5"], [1702469303, "5"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "5"], [1702469435, "5"], [1702469468, "5"], [1702469504, "5"], [1702469537, "5"], [1702469573, "5"], [1702469606, "5"], [1702469633, "5"], [1702469660, "5"], [1702469684, "5"], [1702469717, "5"], [1702469753, "5"], [1702469786, "5"], [1702469816, "5"], [1702469834, "5"], [1702469864, "5"], [1702469906, "5"], [1702469936, "5"], [1702469972, "5"], [1702470005, "5"], [1702470029, "5"], [1702470065, "5"], [1702470101, "5"], [1702470131, "5"], [1702470167, "5"], [1702470203, "5"], [1702470251, "5"], [1702470278, "5"], [1702470311, "5"], [1702470347, "5"], [1702470371, "5"], [1702470404, "5"], [1702470440, "5"], [1702470476, "5"], [1702470506, "5"], [1702470542, "5"], [1702470575, "5"], [1702470611, "5"], [1702470635, "5"], [1702470662, "5"], [1702470686, "5"], [1702470719, "5"], [1702470746, "5"], [1702470812, "5"], [1702470845, "5"], [1702470875, "5"], [1702470899, "5"], [1702470953, "5"], [1702470983, "5"], [1702471025, "5"], [1702471067, "5"], [1702471169, "5"], [1702471193, "5"], [1702471226, "5"], [1702471265, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "5"], [1702462736, "5"], [1702462751, "5"], [1702462763, "5"], [1702462793, "5"], [1702462808, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "310238"], [1702462988, "470758"], [1702463045, "1162879"], [1702463081, "1723692"], [1702463114, "2214205"], [1702463150, "2801647"], [1702463186, "3063200"], [1702463216, "3144583"], [1702463240, "3202563"], [1702463273, "3258124"], [1702463324, "3457796"], [1702463354, "3772735"], [1702463381, "4057704"], [1702463417, "4516631"], [1702463453, "5087677"], [1702463477, "5975857"], [1702463510, "6408189"], [1702463537, "6672377"], [1702463570, "6889138"], [1702463591, "6949981"], [1702463621, "7034137"], [1702463657, "7108115"], [1702463693, "7406613"], [1702463729, "7555795"], [1702463765, "7916596"], [1702463798, "8861442"], [1702463846, "9855520"], [1702463873, "10730722"], [1702463906, "11039544"], [1702463948, "11343877"], [1702463984, "11419170"], [1702464014, "11544156"], [1702464050, "11701889"], [1702464086, "12145058"], [1702464122, "12666093"], [1702464155, "13297162"], [1702464194, "14509408"], [1702464230, "15050370"], [1702464263, "15407575"], [1702464299, "15637880"], [1702464332, "15722893"], [1702464356, "15792106"], [1702464392, "15900113"], [1702464425, "16170222"], [1702464455, "16577210"], [1702464479, "16946134"], [1702464509, "17457432"], [1702464533, "17985108"], [1702464569, "18597579"], [1702464605, "19010536"], [1702464635, "19271287"], [1702464671, "19483758"], [1702464716, "19517596"], [1702464743, "19602329"], [1702464776, "19705864"], [1702464812, "19984340"], [1702464836, "20350676"], [1702464869, "20539694"], [1702464905, "20934728"], [1702464926, "21638325"], [1702464956, "22119441"], [1702464992, "22941431"], [1702465016, "23274644"], [1702465049, "23439125"], [1702465085, "23461996"], [1702465118, "23562253"], [1702465145, "23669073"], [1702465178, "23951614"], [1702465208, "24393929"], [1702465241, "24812324"], [1702465298, "26052267"], [1702465334, "26684366"], [1702465367, "27017112"], [1702465394, "27227048"], [1702465418, "27397299"], [1702465445, "27434534"], [1702465481, "27547169"], [1702465517, "27749465"], [1702465550, "28071761"], [1702465586, "28411544"], [1702465619, "29031325"], [1702465658, "29928075"], [1702465706, "30680358"], [1702465754, "31580393"], [1702465787, "31783275"], [1702465823, "31815520"], [1702465856, "31934973"], [1702465880, "32092645"], [1702465910, "32428713"], [1702465952, "32834691"], [1702465988, "33429534"], [1702466015, "34394698"], [1702466030, "34979944"], [1702466060, "35761715"], [1702466078, "36186011"], [1702466138, "36554687"], [1702466168, "36790239"], [1702466204, "36855132"], [1702466237, "36903065"], [1702466261, "37116258"], [1702466291, "37297481"], [1702466327, "37687862"], [1702466360, "38562030"], [1702466384, "39150039"], [1702466417, "39731719"], [1702466441, "40808997"], [1702466471, "41278444"], [1702466507, "41565442"], [1702466540, "41733769"], [1702466597, "41859320"], [1702466633, "41983523"], [1702466666, "42167489"], [1702466705, "42296902"], [1702466732, "43127370"], [1702466765, "44081120"], [1702466801, "45189722"], [1702466852, "46256249"], [1702466876, "46394404"], [1702466918, "46676917"], [1702466978, "46827184"], [1702467014, "46881977"], [1702467038, "47100136"], [1702467068, "47380620"], [1702467122, "48161688"], [1702467158, "49047664"], [1702467191, "50115174"], [1702467221, "50992962"], [1702467257, "51341598"], [1702467299, "51466472"], [1702467350, "51579955"], [1702467386, "51761361"], [1702467419, "52226167"], [1702467455, "52807903"], [1702467515, "54445096"], [1702467542, "55483106"], [1702467566, "56215820"], [1702467599, "56505511"], [1702467635, "56807139"], [1702467668, "56892300"], [1702467695, "56939959"], [1702467716, "57031168"], [1702467746, "57146112"], [1702467800, "57607366"], [1702467824, "58074306"], [1702467908, "60160852"], [1702467944, "60994864"], [1702467968, "61343021"], [1702468001, "61601389"], [1702468031, "61691535"], [1702468067, "61720132"], [1702468085, "61836624"], [1702468115, "61969315"], [1702468151, "62226833"], [1702468181, "62965854"], [1702468208, "63473087"], [1702468241, "64374059"], [1702468256, "64967002"], [1702468286, "65456297"], [1702468322, "65942280"], [1702468352, "66284780"], [1702468388, "66526346"], [1702468424, "66565745"], [1702468457, "66634220"], [1702468493, "66809356"], [1702468517, "67268772"], [1702468550, "67740060"], [1702468586, "68468545"], [1702468613, "69103784"], [1702468637, "69487372"], [1702468679, "70121901"], [1702468721, "70255190"], [1702468730, "70290184"], [1702468766, "70376251"], [1702468799, "70402612"], [1702468835, "70523074"], [1702468898, "70879855"], [1702468934, "71645719"], [1702468970, "71848430"], [1702468994, "72534867"], [1702469024, "73221417"], [1702469060, "74192531"], [1702469111, "74642960"], [1702469144, "74715362"], [1702469168, "74796706"], [1702469204, "74909843"], [1702469237, "75246137"], [1702469273, "75714699"], [1702469303, "76080258"], [1702469336, "76786181"], [1702469360, "77615920"], [1702469387, "78369954"], [1702469411, "78747164"], [1702469435, "79161623"], [1702469468, "79526210"], [1702469504, "79664137"], [1702469537, "79741835"], [1702469573, "79826845"], [1702469606, "79946108"], [1702469633, "80258841"], [1702469660, "80507376"], [1702469684, "80905223"], [1702469717, "81478415"], [1702469753, "82435405"], [1702469786, "83569189"], [1702469816, "84139855"], [1702469834, "85016573"], [1702469864, "85171504"], [1702469906, "85503247"], [1702469936, "85623549"], [1702469972, "85676476"], [1702470005, "85812939"], [1702470029, "85941908"], [1702470065, "86235516"], [1702470101, "86663295"], [1702470131, "87010568"], [1702470167, "87669755"], [1702470203, "88418967"], [1702470251, "89322644"], [1702470278, "90593092"], [1702470311, "90902155"], [1702470347, "91232882"], [1702470371, "91355438"], [1702470404, "91428850"], [1702470440, "91509304"], [1702470476, "91581720"], [1702470506, "91923978"], [1702470542, "92313047"], [1702470575, "92620062"], [1702470611, "93271846"], [1702470635, "94099190"], [1702470662, "94993139"], [1702470686, "96046220"], [1702470719, "96473271"], [1702470746, "96768834"], [1702470812, "97079091"], [1702470845, "97095138"], [1702470875, "97396939"], [1702470899, "97766983"], [1702470953, "97948361"], [1702470983, "97956884"], [1702471025, "98101817"], [1702471067, "98350566"], [1702471169, "98502093"], [1702471193, "98631608"], [1702471226, "98932175"], [1702471265, "99057536"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "32"], [1702462865, "32"], [1702462880, "25590"], [1702462904, "61911"], [1702462919, "105760"], [1702462952, "285647"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "14"], [1702462721, "17"], [1702462736, "23"], [1702462751, "36"], [1702462763, "38"], [1702462793, "38"], [1702462808, "38"], [1702462829, "38"], [1702462844, "39"], [1702462865, "42"], [1702462880, "42"], [1702462904, "45"], [1702462919, "47"], [1702462952, "47"], [1702462973, "47"], [1702462988, "48"], [1702463045, "54"], [1702463081, "57"], [1702463114, "59"], [1702463150, "59"], [1702463186, "62"], [1702463216, "64"], [1702463240, "64"], [1702463273, "68"], [1702463324, "93"], [1702463354, "96"], [1702463381, "99"], [1702463417, "99"], [1702463453, "108"], [1702463477, "108"], [1702463510, "108"], [1702463537, "109"], [1702463570, "110"], [1702463591, "113"], [1702463621, "114"], [1702463657, "117"], [1702463693, "120"], [1702463729, "125"], [1702463765, "128"], [1702463798, "134"], [1702463846, "153"], [1702463873, "154"], [1702463906, "160"], [1702463948, "165"], [1702463984, "168"], [1702464014, "172"], [1702464050, "173"], [1702464086, "173"], [1702464122, "178"], [1702464155, "181"], [1702464194, "194"], [1702464230, "219"], [1702464263, "221"], [1702464299, "225"], [1702464332, "229"], [1702464356, "231"], [1702464392, "236"], [1702464425, "272"], [1702464455, "276"], [1702464479, "282"], [1702464509, "286"], [1702464533, "290"], [1702464569, "293"], [1702464605, "295"], [1702464635, "297"], [1702464671, "300"], [1702464716, "301"], [1702464743, "303"], [1702464776, "307"], [1702464812, "309"], [1702464836, "312"], [1702464869, "316"], [1702464905, "319"], [1702464926, "325"], [1702464956, "329"], [1702464992, "331"], [1702465016, "331"], [1702465049, "333"], [1702465085, "336"], [1702465118, "339"], [1702465145, "342"], [1702465178, "345"], [1702465208, "346"], [1702465241, "349"], [1702465298, "354"], [1702465334, "355"], [1702465367, "357"], [1702465394, "360"], [1702465418, "360"], [1702465445, "361"], [1702465481, "364"], [1702465517, "366"], [1702465550, "370"], [1702465586, "377"], [1702465619, "379"], [1702465658, "384"], [1702465706, "388"], [1702465754, "392"], [1702465787, "396"], [1702465823, "399"], [1702465856, "399"], [1702465880, "400"], [1702465910, "400"], [1702465952, "406"], [1702465988, "410"], [1702466015, "414"], [1702466030, "419"], [1702466060, "419"], [1702466078, "419"], [1702466138, "425"], [1702466168, "428"], [1702466204, "433"], [1702466237, "437"], [1702466261, "440"], [1702466291, "443"], [1702466327, "447"], [1702466360, "449"], [1702466384, "453"], [1702466417, "455"], [1702466441, "458"], [1702466471, "462"], [1702466507, "466"], [1702466540, "472"], [1702466597, "480"], [1702466633, "483"], [1702466666, "487"], [1702466705, "493"], [1702466732, "497"], [1702466765, "497"], [1702466801, "501"], [1702466852, "510"], [1702466876, "510"], [1702466918, "513"], [1702466978, "522"], [1702467014, "526"], [1702467038, "530"], [1702467068, "536"], [1702467122, "542"], [1702467158, "545"], [1702467191, "546"], [1702467221, "549"], [1702467257, "553"], [1702467299, "555"], [1702467350, "559"], [1702467386, "573"], [1702467419, "580"], [1702467455, "590"], [1702467515, "624"], [1702467542, "644"], [1702467566, "669"], [1702467599, "676"], [1702467635, "681"], [1702467668, "684"], [1702467695, "687"], [1702467716, "689"], [1702467746, "692"], [1702467800, "710"], [1702467824, "719"], [1702467908, "779"], [1702467944, "820"], [1702467968, "825"], [1702468001, "829"], [1702468031, "833"], [1702468067, "833"], [1702468085, "837"], [1702468115, "842"], [1702468151, "845"], [1702468181, "848"], [1702468208, "852"], [1702468241, "861"], [1702468256, "870"], [1702468286, "870"], [1702468322, "877"], [1702468352, "879"], [1702468388, "879"], [1702468424, "879"], [1702468457, "882"], [1702468493, "887"], [1702468517, "900"], [1702468550, "900"], [1702468586, "900"], [1702468613, "907"], [1702468637, "907"], [1702468679, "910"], [1702468721, "913"], [1702468730, "916"], [1702468766, "916"], [1702468799, "923"], [1702468835, "927"], [1702468898, "951"], [1702468934, "975"], [1702468970, "996"], [1702468994, "1021"], [1702469024, "1061"], [1702469060, "1072"], [1702469111, "1077"], [1702469144, "1077"], [1702469168, "1082"], [1702469204, "1091"], [1702469237, "1091"], [1702469273, "1096"], [1702469303, "1099"], [1702469336, "1112"], [1702469360, "1117"], [1702469387, "1117"], [1702469411, "1121"], [1702469435, "1126"], [1702469468, "1135"], [1702469504, "1136"], [1702469537, "1139"], [1702469573, "1143"], [1702469606, "1146"], [1702469633, "1148"], [1702469660, "1148"], [1702469684, "1152"], [1702469717, "1154"], [1702469753, "1156"], [1702469786, "1156"], [1702469816, "1156"], [1702469834, "1156"], [1702469864, "1158"], [1702469906, "1165"], [1702469936, "1168"], [1702469972, "5753694"], [1702470005, "5781722"], [1702470029, "5789810"], [1702470065, "5809755"], [1702470101, "5836207"], [1702470131, "5856359"], [1702470167, "5880407"], [1702470203, "5906347"], [1702470251, "5932222"], [1702470278, "5952159"], [1702470311, "5972172"], [1702470347, "5996068"], [1702470371, "6016054"], [1702470404, "6028052"], [1702470440, "6048062"], [1702470476, "6072056"], [1702470506, "6096059"], [1702470542, "6125980"], [1702470575, "6142169"], [1702470611, "6162176"], [1702470635, "6186065"], [1702470662, "6194056"], [1702470686, "6214066"], [1702470719, "6225948"], [1702470746, "6247834"], [1702470812, "6281952"], [1702470845, "6303943"], [1702470875, "6323935"], [1702470899, "6341788"], [1702470953, "6371714"], [1702470983, "6393686"], [1702471025, "6415737"], [1702471067, "6453693"], [1702471169, "6513682"], [1702471193, "6533689"], [1702471226, "6557672"], [1702471265, "6581588"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "79"], [1702462919, "79"], [1702462952, "79"], [1702462973, "79"], [1702462988, "79"], [1702463045, "79"], [1702463081, "79"], [1702463114, "79"], [1702463150, "80"], [1702463186, "80"], [1702463216, "80"], [1702463240, "80"], [1702463273, "80"], [1702463324, "80"], [1702463354, "80"], [1702463381, "80"], [1702463417, "80"], [1702463453, "80"], [1702463477, "80"], [1702463510, "80"], [1702463537, "80"], [1702463570, "80"], [1702463591, "80"], [1702463621, "80"], [1702463657, "80"], [1702463693, "80"], [1702463729, "80"], [1702463765, "80"], [1702463798, "80"], [1702463846, "80"], [1702463873, "80"], [1702463906, "80"], [1702463948, "80"], [1702463984, "80"], [1702464014, "80"], [1702464050, "80"], [1702464086, "80"], [1702464122, "80"], [1702464155, "80"], [1702464194, "80"], [1702464230, "80"], [1702464263, "80"], [1702464299, "80"], [1702464332, "80"], [1702464356, "80"], [1702464392, "80"], [1702464425, "80"], [1702464455, "80"], [1702464479, "80"], [1702464509, "80"], [1702464533, "80"], [1702464569, "80"], [1702464605, "80"], [1702464635, "80"], [1702464671, "80"], [1702464716, "80"], [1702464743, "80"], [1702464776, "80"], [1702464812, "80"], [1702464836, "80"], [1702464869, "80"], [1702464905, "80"], [1702464926, "80"], [1702464956, "80"], [1702464992, "80"], [1702465016, "80"], [1702465049, "80"], [1702465085, "80"], [1702465118, "80"], [1702465145, "80"], [1702465178, "80"], [1702465208, "80"], [1702465241, "80"], [1702465298, "80"], [1702465334, "80"], [1702465367, "80"], [1702465394, "80"], [1702465418, "80"], [1702465445, "80"], [1702465481, "80"], [1702465517, "80"], [1702465550, "80"], [1702465586, "80"], [1702465619, "80"], [1702465658, "80"], [1702465706, "80"], [1702465754, "80"], [1702465787, "80"], [1702465823, "80"], [1702465856, "80"], [1702465880, "80"], [1702465910, "80"], [1702465952, "80"], [1702465988, "80"], [1702466015, "80"], [1702466030, "80"], [1702466060, "80"], [1702466078, "80"], [1702466138, "80"], [1702466168, "80"], [1702466204, "80"], [1702466237, "80"], [1702466261, "80"], [1702466291, "80"], [1702466327, "80"], [1702466360, "80"], [1702466384, "80"], [1702466417, "80"], [1702466441, "80"], [1702466471, "80"], [1702466507, "80"], [1702466540, "80"], [1702466597, "80"], [1702466633, "80"], [1702466666, "80"], [1702466705, "80"], [1702466732, "80"], [1702466765, "80"], [1702466801, "80"], [1702466852, "80"], [1702466876, "80"], [1702466918, "80"], [1702466978, "80"], [1702467014, "80"], [1702467038, "80"], [1702467068, "80"], [1702467122, "80"], [1702467158, "80"], [1702467191, "80"], [1702467221, "80"], [1702467257, "80"], [1702467299, "80"], [1702467350, "80"], [1702467386, "80"], [1702467419, "80"], [1702467455, "80"], [1702467515, "80"], [1702467542, "80"], [1702467566, "80"], [1702467599, "80"], [1702467635, "80"], [1702467668, "80"], [1702467695, "80"], [1702467716, "80"], [1702467746, "80"], [1702467800, "80"], [1702467824, "80"], [1702467908, "80"], [1702467944, "80"], [1702467968, "80"], [1702468001, "80"], [1702468031, "80"], [1702468067, "80"], [1702468085, "80"], [1702468115, "80"], [1702468151, "80"], [1702468181, "80"], [1702468208, "80"], [1702468241, "80"], [1702468256, "80"], [1702468286, "80"], [1702468322, "80"], [1702468352, "80"], [1702468388, "80"], [1702468424, "80"], [1702468457, "80"], [1702468493, "80"], [1702468517, "80"], [1702468550, "80"], [1702468586, "80"], [1702468613, "80"], [1702468637, "80"], [1702468679, "80"], [1702468721, "80"], [1702468730, "80"], [1702468766, "80"], [1702468799, "80"], [1702468835, "80"], [1702468898, "80"], [1702468934, "80"], [1702468970, "80"], [1702468994, "80"], [1702469024, "80"], [1702469060, "80"], [1702469111, "80"], [1702469144, "80"], [1702469168, "80"], [1702469204, "80"], [1702469237, "80"], [1702469273, "80"], [1702469303, "80"], [1702469336, "80"], [1702469360, "80"], [1702469387, "80"], [1702469411, "80"], [1702469435, "80"], [1702469468, "80"], [1702469504, "80"], [1702469537, "80"], [1702469573, "80"], [1702469606, "80"], [1702469633, "80"], [1702469660, "80"], [1702469684, "80"], [1702469717, "80"], [1702469753, "80"], [1702469786, "80"], [1702469816, "80"], [1702469834, "80"], [1702469864, "80"], [1702469906, "80"], [1702469936, "80"], [1702469972, "80"], [1702470005, "80"], [1702470029, "80"], [1702470065, "80"], [1702470101, "80"], [1702470131, "80"], [1702470167, "80"], [1702470203, "80"], [1702470251, "80"], [1702470278, "80"], [1702470311, "80"], [1702470347, "80"], [1702470371, "80"], [1702470404, "80"], [1702470440, "80"], [1702470476, "80"], [1702470506, "80"], [1702470542, "80"], [1702470575, "80"], [1702470611, "80"], [1702470635, "80"], [1702470662, "80"], [1702470686, "80"], [1702470719, "80"], [1702470746, "80"], [1702470812, "80"], [1702470845, "80"], [1702470875, "80"], [1702470899, "80"], [1702470953, "80"], [1702470983, "80"], [1702471025, "80"], [1702471067, "80"], [1702471169, "80"], [1702471193, "80"], [1702471226, "80"], [1702471265, "80"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "79"], [1702462793, "79"], [1702462808, "79"], [1702462829, "79"], [1702462844, "79"], [1702462865, "79"], [1702462880, "79"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "5"], [1702463186, "8"], [1702463216, "8"], [1702463240, "9"], [1702463273, "9"], [1702463324, "9"], [1702463354, "9"], [1702463381, "9"], [1702463417, "9"], [1702463453, "9"], [1702463477, "11"], [1702463510, "11"], [1702463537, "11"], [1702463570, "11"], [1702463591, "11"], [1702463621, "12"], [1702463657, "12"], [1702463693, "12"], [1702463729, "12"], [1702463765, "12"], [1702463798, "12"], [1702463846, "12"], [1702463873, "12"], [1702463906, "13"], [1702463948, "13"], [1702463984, "14"], [1702464014, "14"], [1702464050, "14"], [1702464086, "15"], [1702464122, "15"], [1702464155, "15"], [1702464194, "15"], [1702464230, "21"], [1702464263, "21"], [1702464299, "21"], [1702464332, "23"], [1702464356, "23"], [1702464392, "23"], [1702464425, "23"], [1702464455, "25"], [1702464479, "25"], [1702464509, "25"], [1702464533, "25"], [1702464569, "27"], [1702464605, "27"], [1702464635, "27"], [1702464671, "27"], [1702464716, "28"], [1702464743, "28"], [1702464776, "28"], [1702464812, "28"], [1702464836, "28"], [1702464869, "28"], [1702464905, "28"], [1702464926, "29"], [1702464956, "29"], [1702464992, "29"], [1702465016, "29"], [1702465049, "29"], [1702465085, "30"], [1702465118, "30"], [1702465145, "30"], [1702465178, "30"], [1702465208, "30"], [1702465241, "30"], [1702465298, "31"], [1702465334, "31"], [1702465367, "31"], [1702465394, "31"], [1702465418, "31"], [1702465445, "31"], [1702465481, "31"], [1702465517, "31"], [1702465550, "32"], [1702465586, "32"], [1702465619, "32"], [1702465658, "33"], [1702465706, "33"], [1702465754, "33"], [1702465787, "34"], [1702465823, "34"], [1702465856, "34"], [1702465880, "34"], [1702465910, "34"], [1702465952, "34"], [1702465988, "34"], [1702466015, "34"], [1702466030, "34"], [1702466060, "34"], [1702466078, "34"], [1702466138, "35"], [1702466168, "35"], [1702466204, "35"], [1702466237, "36"], [1702466261, "37"], [1702466291, "37"], [1702466327, "37"], [1702466360, "39"], [1702466384, "40"], [1702466417, "40"], [1702466441, "40"], [1702466471, "40"], [1702466507, "42"], [1702466540, "42"], [1702466597, "42"], [1702466633, "44"], [1702466666, "44"], [1702466705, "44"], [1702466732, "46"], [1702466765, "46"], [1702466801, "46"], [1702466852, "47"], [1702466876, "47"], [1702466918, "47"], [1702466978, "48"], [1702467014, "54"], [1702467038, "54"], [1702467068, "54"], [1702467122, "54"], [1702467158, "54"], [1702467191, "54"], [1702467221, "62"], [1702467257, "62"], [1702467299, "62"], [1702467350, "64"], [1702467386, "64"], [1702467419, "66"], [1702467455, "75"], [1702467515, "90"], [1702467542, "92"], [1702467566, "102"], [1702467599, "104"], [1702467635, "106"], [1702467668, "106"], [1702467695, "109"], [1702467716, "109"], [1702467746, "110"], [1702467800, "115"], [1702467824, "128"], [1702467908, "146"], [1702467944, "162"], [1702467968, "163"], [1702468001, "163"], [1702468031, "163"], [1702468067, "167"], [1702468085, "167"], [1702468115, "168"], [1702468151, "171"], [1702468181, "181"], [1702468208, "188"], [1702468241, "193"], [1702468256, "196"], [1702468286, "197"], [1702468322, "200"], [1702468352, "201"], [1702468388, "202"], [1702468424, "204"], [1702468457, "204"], [1702468493, "204"], [1702468517, "206"], [1702468550, "211"], [1702468586, "221"], [1702468613, "225"], [1702468637, "229"], [1702468679, "237"], [1702468721, "238"], [1702468730, "240"], [1702468766, "240"], [1702468799, "241"], [1702468835, "241"], [1702468898, "244"], [1702468934, "250"], [1702468970, "261"], [1702468994, "269"], [1702469024, "276"], [1702469060, "284"], [1702469111, "286"], [1702469144, "287"], [1702469168, "287"], [1702469204, "287"], [1702469237, "287"], [1702469273, "294"], [1702469303, "302"], [1702469336, "310"], [1702469360, "324"], [1702469387, "335"], [1702469411, "336"], [1702469435, "339"], [1702469468, "341"], [1702469504, "343"], [1702469537, "343"], [1702469573, "343"], [1702469606, "343"], [1702469633, "345"], [1702469660, "346"], [1702469684, "347"], [1702469717, "348"], [1702469753, "355"], [1702469786, "357"], [1702469816, "359"], [1702469834, "361"], [1702469864, "364"], [1702469906, "366"], [1702469936, "366"], [1702469972, "366"], [1702470005, "367"], [1702470029, "367"], [1702470065, "367"], [1702470101, "368"], [1702470131, "369"], [1702470167, "373"], [1702470203, "375"], [1702470251, "379"], [1702470278, "379"], [1702470311, "379"], [1702470347, "382"], [1702470371, "382"], [1702470404, "382"], [1702470440, "382"], [1702470476, "382"], [1702470506, "382"], [1702470542, "384"], [1702470575, "387"], [1702470611, "393"], [1702470635, "394"], [1702470662, "395"], [1702470686, "397"], [1702470719, "399"], [1702470746, "399"], [1702470812, "400"], [1702470845, "403"], [1702470875, "404"], [1702470899, "404"], [1702470953, "405"], [1702470983, "405"], [1702471025, "405"], [1702471067, "406"], [1702471169, "406"], [1702471193, "406"], [1702471226, "406"], [1702471265, "406"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "2"], [1702463150, "2"], [1702463186, "2"], [1702463216, "2"], [1702463240, "2"], [1702463273, "2"], [1702463324, "3"], [1702463354, "3"], [1702463381, "3"], [1702463417, "3"], [1702463453, "3"], [1702463477, "3"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "4"], [1702463693, "4"], [1702463729, "4"], [1702463765, "4"], [1702463798, "4"], [1702463846, "4"], [1702463873, "4"], [1702463906, "4"], [1702463948, "4"], [1702463984, "4"], [1702464014, "4"], [1702464050, "4"], [1702464086, "4"], [1702464122, "4"], [1702464155, "4"], [1702464194, "4"], [1702464230, "4"], [1702464263, "5"], [1702464299, "5"], [1702464332, "5"], [1702464356, "5"], [1702464392, "5"], [1702464425, "5"], [1702464455, "5"], [1702464479, "6"], [1702464509, "6"], [1702464533, "6"], [1702464569, "6"], [1702464605, "6"], [1702464635, "7"], [1702464671, "7"], [1702464716, "7"], [1702464743, "8"], [1702464776, "10"], [1702464812, "10"], [1702464836, "10"], [1702464869, "10"], [1702464905, "10"], [1702464926, "10"], [1702464956, "10"], [1702464992, "12"], [1702465016, "12"], [1702465049, "12"], [1702465085, "12"], [1702465118, "13"], [1702465145, "13"], [1702465178, "13"], [1702465208, "14"], [1702465241, "14"], [1702465298, "14"], [1702465334, "15"], [1702465367, "15"], [1702465394, "15"], [1702465418, "15"], [1702465445, "15"], [1702465481, "16"], [1702465517, "16"], [1702465550, "16"], [1702465586, "17"], [1702465619, "17"], [1702465658, "17"], [1702465706, "18"], [1702465754, "18"], [1702465787, "18"], [1702465823, "18"], [1702465856, "18"], [1702465880, "18"], [1702465910, "18"], [1702465952, "18"], [1702465988, "18"], [1702466015, "18"], [1702466030, "18"], [1702466060, "19"], [1702466078, "19"], [1702466138, "19"], [1702466168, "19"], [1702466204, "19"], [1702466237, "19"], [1702466261, "19"], [1702466291, "19"], [1702466327, "20"], [1702466360, "20"], [1702466384, "20"], [1702466417, "21"], [1702466441, "21"], [1702466471, "21"], [1702466507, "21"], [1702466540, "21"], [1702466597, "21"], [1702466633, "21"], [1702466666, "22"], [1702466705, "22"], [1702466732, "22"], [1702466765, "22"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "24"], [1702466978, "26"], [1702467014, "26"], [1702467038, "27"], [1702467068, "27"], [1702467122, "27"], [1702467158, "30"], [1702467191, "30"], [1702467221, "30"], [1702467257, "31"], [1702467299, "31"], [1702467350, "31"], [1702467386, "31"], [1702467419, "31"], [1702467455, "31"], [1702467515, "33"], [1702467542, "33"], [1702467566, "33"], [1702467599, "33"], [1702467635, "34"], [1702467668, "34"], [1702467695, "34"], [1702467716, "34"], [1702467746, "34"], [1702467800, "34"], [1702467824, "34"], [1702467908, "34"], [1702467944, "34"], [1702467968, "34"], [1702468001, "35"], [1702468031, "35"], [1702468067, "35"], [1702468085, "35"], [1702468115, "35"], [1702468151, "35"], [1702468181, "35"], [1702468208, "35"], [1702468241, "36"], [1702468256, "36"], [1702468286, "36"], [1702468322, "36"], [1702468352, "36"], [1702468388, "36"], [1702468424, "36"], [1702468457, "36"], [1702468493, "37"], [1702468517, "37"], [1702468550, "37"], [1702468586, "42"], [1702468613, "42"], [1702468637, "42"], [1702468679, "42"], [1702468721, "43"], [1702468730, "43"], [1702468766, "43"], [1702468799, "43"], [1702468835, "43"], [1702468898, "43"], [1702468934, "43"], [1702468970, "48"], [1702468994, "48"], [1702469024, "48"], [1702469060, "48"], [1702469111, "49"], [1702469144, "49"], [1702469168, "49"], [1702469204, "50"], [1702469237, "50"], [1702469273, "50"], [1702469303, "51"], [1702469336, "51"], [1702469360, "53"], [1702469387, "53"], [1702469411, "53"], [1702469435, "54"], [1702469468, "54"], [1702469504, "54"], [1702469537, "54"], [1702469573, "54"], [1702469606, "54"], [1702469633, "54"], [1702469660, "54"], [1702469684, "55"], [1702469717, "55"], [1702469753, "55"], [1702469786, "55"], [1702469816, "57"], [1702469834, "57"], [1702469864, "57"], [1702469906, "59"], [1702469936, "59"], [1702469972, "59"], [1702470005, "59"], [1702470029, "60"], [1702470065, "60"], [1702470101, "60"], [1702470131, "60"], [1702470167, "62"], [1702470203, "63"], [1702470251, "63"], [1702470278, "74"], [1702470311, "74"], [1702470347, "74"], [1702470371, "74"], [1702470404, "75"], [1702470440, "75"], [1702470476, "75"], [1702470506, "75"], [1702470542, "76"], [1702470575, "76"], [1702470611, "76"], [1702470635, "77"], [1702470662, "77"], [1702470686, "77"], [1702470719, "77"], [1702470746, "79"], [1702470812, "79"], [1702470845, "79"], [1702470875, "88"], [1702470899, "88"], [1702470953, "88"], [1702470983, "88"], [1702471025, "90"], [1702471067, "90"], [1702471169, "91"], [1702471193, "91"], [1702471226, "91"], [1702471265, "91"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "5"], [1702462751, "5"], [1702462763, "6"], [1702462793, "6"], [1702462808, "6"], [1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "7"], [1702462904, "9"], [1702462919, "9"], [1702462952, "9"], [1702462973, "9"], [1702462988, "12"], [1702463045, "14"], [1702463081, "14"], [1702463114, "14"], [1702463150, "16"], [1702463186, "16"], [1702463216, "16"], [1702463240, "18"], [1702463273, "18"], [1702463324, "18"], [1702463354, "18"], [1702463381, "25"], [1702463417, "25"], [1702463453, "25"], [1702463477, "32"], [1702463510, "32"], [1702463537, "32"], [1702463570, "32"], [1702463591, "32"], [1702463621, "32"], [1702463657, "32"], [1702463693, "32"], [1702463729, "35"], [1702463765, "35"], [1702463798, "35"], [1702463846, "42"], [1702463873, "42"], [1702463906, "42"], [1702463948, "42"], [1702463984, "43"], [1702464014, "43"], [1702464050, "43"], [1702464086, "45"], [1702464122, "46"], [1702464155, "46"], [1702464194, "46"], [1702464230, "49"], [1702464263, "49"], [1702464299, "49"], [1702464332, "52"], [1702464356, "52"], [1702464392, "53"], [1702464425, "53"], [1702464455, "57"], [1702464479, "57"], [1702464509, "57"], [1702464533, "57"], [1702464569, "66"], [1702464605, "66"], [1702464635, "66"], [1702464671, "66"], [1702464716, "68"], [1702464743, "68"], [1702464776, "68"], [1702464812, "73"], [1702464836, "75"], [1702464869, "75"], [1702464905, "75"], [1702464926, "85"], [1702464956, "85"], [1702464992, "85"], [1702465016, "85"], [1702465049, "89"], [1702465085, "89"], [1702465118, "89"], [1702465145, "89"], [1702465178, "96"], [1702465208, "96"], [1702465241, "96"], [1702465298, "100"], [1702465334, "100"], [1702465367, "100"], [1702465394, "100"], [1702465418, "103"], [1702465445, "103"], [1702465481, "103"], [1702465517, "103"], [1702465550, "106"], [1702465586, "106"], [1702465619, "106"], [1702465658, "107"], [1702465706, "107"], [1702465754, "107"], [1702465787, "110"], [1702465823, "110"], [1702465856, "110"], [1702465880, "110"], [1702465910, "122"], [1702465952, "122"], [1702465988, "122"], [1702466015, "126"], [1702466030, "126"], [1702466060, "126"], [1702466078, "126"], [1702466138, "129"], [1702466168, "129"], [1702466204, "129"], [1702466237, "129"], [1702466261, "134"], [1702466291, "134"], [1702466327, "134"], [1702466360, "138"], [1702466384, "138"], [1702466417, "138"], [1702466441, "138"], [1702466471, "138"], [1702466507, "142"], [1702466540, "142"], [1702466597, "142"], [1702466633, "147"], [1702466666, "163"], [1702466705, "163"], [1702466732, "169"], [1702466765, "169"], [1702466801, "169"], [1702466852, "172"], [1702466876, "172"], [1702466918, "172"], [1702466978, "177"], [1702467014, "193"], [1702467038, "193"], [1702467068, "193"], [1702467122, "198"], [1702467158, "198"], [1702467191, "198"], [1702467221, "205"], [1702467257, "205"], [1702467299, "205"], [1702467350, "208"], [1702467386, "208"], [1702467419, "208"], [1702467455, "218"], [1702467515, "220"], [1702467542, "225"], [1702467566, "264"], [1702467599, "264"], [1702467635, "264"], [1702467668, "264"], [1702467695, "267"], [1702467716, "267"], [1702467746, "267"], [1702467800, "293"], [1702467824, "295"], [1702467908, "298"], [1702467944, "318"], [1702467968, "318"], [1702468001, "318"], [1702468031, "318"], [1702468067, "321"], [1702468085, "321"], [1702468115, "321"], [1702468151, "321"], [1702468181, "325"], [1702468208, "327"], [1702468241, "336"], [1702468256, "339"], [1702468286, "341"], [1702468322, "344"], [1702468352, "344"], [1702468388, "344"], [1702468424, "348"], [1702468457, "348"], [1702468493, "348"], [1702468517, "357"], [1702468550, "363"], [1702468586, "366"], [1702468613, "384"], [1702468637, "386"], [1702468679, "397"], [1702468721, "397"], [1702468730, "397"], [1702468766, "402"], [1702468799, "402"], [1702468835, "402"], [1702468898, "409"], [1702468934, "409"], [1702468970, "415"], [1702468994, "427"], [1702469024, "429"], [1702469060, "443"], [1702469111, "443"], [1702469144, "447"], [1702469168, "447"], [1702469204, "448"], [1702469237, "448"], [1702469273, "463"], [1702469303, "473"], [1702469336, "479"], [1702469360, "487"], [1702469387, "494"], [1702469411, "496"], [1702469435, "499"], [1702469468, "499"], [1702469504, "502"], [1702469537, "502"], [1702469573, "502"], [1702469606, "506"], [1702469633, "506"], [1702469660, "506"], [1702469684, "506"], [1702469717, "510"], [1702469753, "513"], [1702469786, "513"], [1702469816, "513"], [1702469834, "519"], [1702469864, "519"], [1702469906, "519"], [1702469936, "519"], [1702469972, "523"], [1702470005, "523"], [1702470029, "523"], [1702470065, "523"], [1702470101, "526"], [1702470131, "526"], [1702470167, "526"], [1702470203, "531"], [1702470251, "531"], [1702470278, "537"], [1702470311, "538"], [1702470347, "544"], [1702470371, "544"], [1702470404, "544"], [1702470440, "544"], [1702470476, "549"], [1702470506, "549"], [1702470542, "549"], [1702470575, "552"], [1702470611, "554"], [1702470635, "555"], [1702470662, "555"], [1702470686, "578"], [1702470719, "582"], [1702470746, "582"], [1702470812, "585"], [1702470845, "585"], [1702470875, "585"], [1702470899, "585"], [1702470953, "588"], [1702470983, "588"], [1702471025, "588"], [1702471067, "592"], [1702471169, "592"], [1702471193, "597"], [1702471226, "597"], [1702471265, "597"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "68"], [1702462721, "68"], [1702462736, "68"], [1702462751, "68"], [1702462763, "68"], [1702462793, "68"], [1702462808, "68"], [1702462829, "70"], [1702462844, "73"], [1702462865, "73"], [1702462880, "73"], [1702462904, "82"], [1702462919, "82"], [1702462952, "83"], [1702462973, "88"], [1702462988, "94"], [1702463045, "102"], [1702463081, "106"], [1702463114, "108"], [1702463150, "111"], [1702463186, "125"], [1702463216, "126"], [1702463240, "126"], [1702463273, "127"], [1702463324, "130"], [1702463354, "133"], [1702463381, "142"], [1702463417, "151"], [1702463453, "152"], [1702463477, "152"], [1702463510, "152"], [1702463537, "154"], [1702463570, "155"], [1702463591, "155"], [1702463621, "158"], [1702463657, "158"], [1702463693, "166"], [1702463729, "166"], [1702463765, "188"], [1702463798, "189"], [1702463846, "191"], [1702463873, "201"], [1702463906, "208"], [1702463948, "208"], [1702463984, "216"], [1702464014, "216"], [1702464050, "218"], [1702464086, "221"], [1702464122, "222"], [1702464155, "233"], [1702464194, "235"], [1702464230, "239"], [1702464263, "244"], [1702464299, "245"], [1702464332, "245"], [1702464356, "248"], [1702464392, "249"], [1702464425, "250"], [1702464455, "252"], [1702464479, "252"], [1702464509, "255"], [1702464533, "266"], [1702464569, "292"], [1702464605, "293"], [1702464635, "295"], [1702464671, "295"], [1702464716, "296"], [1702464743, "297"], [1702464776, "297"], [1702464812, "298"], [1702464836, "299"], [1702464869, "300"], [1702464905, "300"], [1702464926, "300"], [1702464956, "303"], [1702464992, "314"], [1702465016, "318"], [1702465049, "318"], [1702465085, "325"], [1702465118, "326"], [1702465145, "333"], [1702465178, "333"], [1702465208, "333"], [1702465241, "334"], [1702465298, "343"], [1702465334, "344"], [1702465367, "346"], [1702465394, "349"], [1702465418, "350"], [1702465445, "351"], [1702465481, "353"], [1702465517, "359"], [1702465550, "365"], [1702465586, "376"], [1702465619, "385"], [1702465658, "386"], [1702465706, "386"], [1702465754, "389"], [1702465787, "390"], [1702465823, "391"], [1702465856, "393"], [1702465880, "393"], [1702465910, "393"], [1702465952, "402"], [1702465988, "402"], [1702466015, "402"], [1702466030, "402"], [1702466060, "404"], [1702466078, "407"], [1702466138, "409"], [1702466168, "412"], [1702466204, "412"], [1702466237, "419"], [1702466261, "420"], [1702466291, "424"], [1702466327, "425"], [1702466360, "425"], [1702466384, "448"], [1702466417, "451"], [1702466441, "451"], [1702466471, "464"], [1702466507, "467"], [1702466540, "469"], [1702466597, "470"], [1702466633, "470"], [1702466666, "482"], [1702466705, "487"], [1702466732, "490"], [1702466765, "493"], [1702466801, "500"], [1702466852, "510"], [1702466876, "533"], [1702466918, "533"], [1702466978, "538"], [1702467014, "540"], [1702467038, "540"], [1702467068, "540"], [1702467122, "542"], [1702467158, "544"], [1702467191, "566"], [1702467221, "568"], [1702467257, "610"], [1702467299, "610"], [1702467350, "610"], [1702467386, "611"], [1702467419, "616"], [1702467455, "618"], [1702467515, "626"], [1702467542, "643"], [1702467566, "652"], [1702467599, "652"], [1702467635, "654"], [1702467668, "654"], [1702467695, "655"], [1702467716, "665"], [1702467746, "665"], [1702467800, "686"], [1702467824, "704"], [1702467908, "768"], [1702467944, "773"], [1702467968, "780"], [1702468001, "782"], [1702468031, "783"], [1702468067, "783"], [1702468085, "791"], [1702468115, "803"], [1702468151, "803"], [1702468181, "822"], [1702468208, "825"], [1702468241, "834"], [1702468256, "859"], [1702468286, "894"], [1702468322, "896"], [1702468352, "897"], [1702468388, "900"], [1702468424, "901"], [1702468457, "906"], [1702468493, "906"], [1702468517, "906"], [1702468550, "919"], [1702468586, "938"], [1702468613, "949"], [1702468637, "954"], [1702468679, "966"], [1702468721, "969"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "2"], [1702463693, "2"], [1702463729, "2"], [1702463765, "2"], [1702463798, "2"], [1702463846, "2"], [1702463873, "2"], [1702463906, "2"], [1702463948, "2"], [1702463984, "2"], [1702464014, "2"], [1702464050, "2"], [1702464086, "2"], [1702464122, "2"], [1702464155, "2"], [1702464194, "2"], [1702464230, "2"], [1702464263, "2"], [1702464299, "2"], [1702464332, "2"], [1702464356, "2"], [1702464392, "2"], [1702464425, "2"], [1702464455, "2"], [1702464479, "2"], [1702464509, "2"], [1702464533, "2"], [1702464569, "2"], [1702464605, "2"], [1702464635, "2"], [1702464671, "2"], [1702464716, "2"], [1702464743, "2"], [1702464776, "2"], [1702464812, "2"], [1702464836, "2"], [1702464869, "2"], [1702464905, "2"], [1702464926, "2"], [1702464956, "2"], [1702464992, "2"], [1702465016, "2"], [1702465049, "2"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "262"], [1702462721, "272"], [1702462736, "283"], [1702462751, "287"], [1702462763, "342"], [1702462793, "352"], [1702462808, "352"], [1702462829, "364"], [1702462844, "379"], [1702462865, "382"], [1702462880, "397"], [1702462904, "431"], [1702462919, "445"], [1702462952, "458"], [1702462973, "476"], [1702462988, "478"], [1702463045, "516"], [1702463081, "543"], [1702463114, "567"], [1702463150, "599"], [1702463186, "637"], [1702463216, "649"], [1702463240, "668"], [1702463273, "675"], [1702463324, "807"], [1702463354, "910"], [1702463381, "927"], [1702463417, "959"], [1702463453, "978"], [1702463477, "1087"], [1702463510, "1253"], [1702463537, "1279"], [1702463570, "1295"], [1702463591, "1313"], [1702463621, "1332"], [1702463657, "1349"], [1702463693, "1370"], [1702463729, "1389"], [1702463765, "1402"], [1702463798, "1426"], [1702463846, "1455"], [1702463873, "1553"], [1702463906, "1586"], [1702463948, "1623"], [1702463984, "1658"], [1702464014, "1675"], [1702464050, "1703"], [1702464086, "1725"], [1702464122, "1742"], [1702464155, "1759"], [1702464194, "1885"], [1702464230, "1916"], [1702464263, "2005"], [1702464299, "2073"], [1702464332, "2104"], [1702464356, "2114"], [1702464392, "2128"], [1702464425, "2152"], [1702464455, "2164"], [1702464479, "2193"], [1702464509, "2221"], [1702464533, "2258"], [1702464569, "2302"], [1702464605, "2323"], [1702464635, "2358"], [1702464671, "2370"], [1702464716, "2394"], [1702464743, "2407"], [1702464776, "2479"], [1702464812, "2491"], [1702464836, "2508"], [1702464869, "2518"], [1702464905, "2539"], [1702464926, "2631"], [1702464956, "2689"], [1702464992, "3016"], [1702465016, "3032"], [1702465049, "3045"], [1702465085, "3075"], [1702465118, "3088"], [1702465145, "3101"], [1702465178, "3128"], [1702465208, "3143"], [1702465241, "3178"], [1702465298, "3260"], [1702465334, "3302"], [1702465367, "3326"], [1702465394, "3377"], [1702465418, "3383"], [1702465445, "3402"], [1702465481, "3413"], [1702465517, "3437"], [1702465550, "3455"], [1702465586, "3764"], [1702465619, "3782"], [1702465658, "3856"], [1702465706, "3904"], [1702465754, "4022"], [1702465787, "4038"], [1702465823, "4060"], [1702465856, "4073"], [1702465880, "4096"], [1702465910, "4109"], [1702465952, "4131"], [1702465988, "4148"], [1702466015, "4161"], [1702466030, "4193"], [1702466060, "4194"], [1702466078, "4540"], [1702466138, "4583"], [1702466168, "4592"], [1702466204, "4613"], [1702466237, "4626"], [1702466261, "4651"], [1702466291, "4666"], [1702466327, "4694"], [1702466360, "4723"], [1702466384, "4766"], [1702466417, "4842"], [1702466441, "4926"], [1702466471, "4998"], [1702466507, "5027"], [1702466540, "5068"], [1702466597, "5101"], [1702466633, "5113"], [1702466666, "5130"], [1702466705, "5179"], [1702466732, "5234"], [1702466765, "5271"], [1702466801, "5308"], [1702466852, "5721"], [1702466876, "5924"], [1702466918, "5963"], [1702466978, "6010"], [1702467014, "6034"], [1702467038, "6069"], [1702467068, "6080"], [1702467122, "6197"], [1702467158, "6268"], [1702467191, "6591"], [1702467221, "6715"], [1702467257, "6753"], [1702467299, "6783"], [1702467350, "6847"], [1702467386, "6887"], [1702467419, "7015"], [1702467455, "7265"], [1702467515, "7806"], [1702467542, "7979"], [1702467566, "8313"], [1702467599, "8343"], [1702467635, "8436"], [1702467668, "8450"], [1702467695, "8469"], [1702467716, "8497"], [1702467746, "8516"], [1702467800, "8724"], [1702467824, "8938"], [1702467908, "9786"], [1702467944, "10459"], [1702467968, "10506"], [1702468001, "10951"], [1702468031, "10963"], [1702468067, "10982"], [1702468085, "11028"], [1702468115, "11062"], [1702468151, "11125"], [1702468181, "11417"], [1702468208, "11703"], [1702468241, "12145"], [1702468256, "12399"], [1702468286, "12604"], [1702468322, "12786"], [1702468352, "12864"], [1702468388, "12911"], [1702468424, "12929"], [1702468457, "12959"], [1702468493, "12993"], [1702468517, "13182"], [1702468550, "13354"], [1702468586, "13730"], [1702468613, "14065"], [1702468637, "14221"], [1702468679, "14376"], [1702468721, "14484"], [1702468730, "14552"], [1702468766, "14586"], [1702468799, "14606"], [1702468835, "14654"], [1702468898, "14743"], [1702468934, "15007"], [1702468970, "15554"], [1702468994, "15908"], [1702469024, "16137"], [1702469060, "16670"], [1702469111, "16800"], [1702469144, "16841"], [1702469168, "16841"], [1702469204, "16880"], [1702469237, "16939"], [1702469273, "17080"], [1702469303, "17280"], [1702469336, "17753"], [1702469360, "17947"], [1702469387, "18246"], [1702469411, "18394"], [1702469435, "18674"], [1702469468, "18712"], [1702469504, "18768"], [1702469537, "18793"], [1702469573, "19145"], [1702469606, "19187"], [1702469633, "19205"], [1702469660, "19249"], [1702469684, "19322"], [1702469717, "19409"], [1702469753, "19610"], [1702469786, "19767"], [1702469816, "19934"], [1702469834, "20115"], [1702469864, "20170"], [1702469906, "20257"], [1702469936, "20270"], [1702469972, "20301"], [1702470005, "20341"], [1702470029, "20344"], [1702470065, "20374"], [1702470101, "20451"], [1702470131, "20526"], [1702470167, "20667"], [1702470203, "20816"], [1702470251, "21023"], [1702470278, "21509"], [1702470311, "21572"], [1702470347, "21621"], [1702470371, "21643"], [1702470404, "21658"], [1702470440, "21679"], [1702470476, "21699"], [1702470506, "21716"], [1702470542, "21790"], [1702470575, "21838"], [1702470611, "21972"], [1702470635, "22167"], [1702470662, "22257"], [1702470686, "22573"], [1702470719, "22656"], [1702470746, "22703"], [1702470812, "22735"], [1702470845, "22757"], [1702470875, "22772"], [1702470899, "22806"], [1702470953, "22876"], [1702470983, "22906"], [1702471025, "22919"], [1702471067, "22975"], [1702471169, "23050"], [1702471193, "23072"], [1702471226, "23256"], [1702471265, "23323"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "13"], [1702462721, "17"], [1702462736, "17"], [1702462751, "17"], [1702462763, "19"], [1702462793, "19"], [1702462808, "19"], [1702462829, "22"], [1702462844, "22"], [1702462865, "22"], [1702462880, "24"], [1702462904, "24"], [1702462919, "24"], [1702462952, "28"], [1702462973, "28"], [1702462988, "29"], [1702463045, "30"], [1702463081, "30"], [1702463114, "30"], [1702463150, "31"], [1702463186, "32"], [1702463216, "40"], [1702463240, "40"], [1702463273, "41"], [1702463324, "43"], [1702463354, "43"], [1702463381, "45"], [1702463417, "45"], [1702463453, "48"], [1702463477, "57"], [1702463510, "62"], [1702463537, "62"], [1702463570, "64"], [1702463591, "64"], [1702463621, "66"], [1702463657, "66"], [1702463693, "69"], [1702463729, "73"], [1702463765, "73"], [1702463798, "74"], [1702463846, "74"], [1702463873, "74"], [1702463906, "76"], [1702463948, "77"], [1702463984, "77"], [1702464014, "80"], [1702464050, "80"], [1702464086, "83"], [1702464122, "85"], [1702464155, "86"], [1702464194, "90"], [1702464230, "90"], [1702464263, "95"], [1702464299, "103"], [1702464332, "103"], [1702464356, "105"], [1702464392, "105"], [1702464425, "105"], [1702464455, "106"], [1702464479, "106"], [1702464509, "109"], [1702464533, "109"], [1702464569, "109"], [1702464605, "113"], [1702464635, "115"], [1702464671, "115"], [1702464716, "116"], [1702464743, "116"], [1702464776, "116"], [1702464812, "117"], [1702464836, "117"], [1702464869, "118"], [1702464905, "132"], [1702464926, "133"], [1702464956, "133"], [1702464992, "133"], [1702465016, "134"], [1702465049, "134"], [1702465085, "135"], [1702465118, "135"], [1702465145, "138"], [1702465178, "138"], [1702465208, "140"], [1702465241, "140"], [1702465298, "143"], [1702465334, "145"], [1702465367, "147"], [1702465394, "147"], [1702465418, "149"], [1702465445, "149"], [1702465481, "151"], [1702465517, "151"], [1702465550, "152"], [1702465586, "155"], [1702465619, "155"], [1702465658, "159"], [1702465706, "159"], [1702465754, "165"], [1702465787, "166"], [1702465823, "166"], [1702465856, "169"], [1702465880, "169"], [1702465910, "172"], [1702465952, "174"], [1702465988, "174"], [1702466015, "175"], [1702466030, "175"], [1702466060, "178"], [1702466078, "178"], [1702466138, "183"], [1702466168, "186"], [1702466204, "186"], [1702466237, "188"], [1702466261, "188"], [1702466291, "191"], [1702466327, "191"], [1702466360, "194"], [1702466384, "194"], [1702466417, "198"], [1702466441, "198"], [1702466471, "199"], [1702466507, "204"], [1702466540, "205"], [1702466597, "208"], [1702466633, "208"], [1702466666, "209"], [1702466705, "211"], [1702466732, "213"], [1702466765, "213"], [1702466801, "217"], [1702466852, "220"], [1702466876, "220"], [1702466918, "223"], [1702466978, "226"], [1702467014, "228"], [1702467038, "228"], [1702467068, "231"], [1702467122, "231"], [1702467158, "235"], [1702467191, "236"], [1702467221, "236"], [1702467257, "237"], [1702467299, "237"], [1702467350, "240"], [1702467386, "245"], [1702467419, "262"], [1702467455, "281"], [1702467515, "329"], [1702467542, "332"], [1702467566, "346"], [1702467599, "355"], [1702467635, "361"], [1702467668, "362"], [1702467695, "362"], [1702467716, "366"], [1702467746, "370"], [1702467800, "402"], [1702467824, "434"], [1702467908, "484"], [1702467944, "503"], [1702467968, "507"], [1702468001, "511"], [1702468031, "511"], [1702468067, "511"], [1702468085, "517"], [1702468115, "517"], [1702468151, "534"], [1702468181, "555"], [1702468208, "572"], [1702468241, "598"], [1702468256, "640"], [1702468286, "648"], [1702468322, "652"], [1702468352, "664"], [1702468388, "672"], [1702468424, "672"], [1702468457, "675"], [1702468493, "677"], [1702468517, "690"], [1702468550, "702"], [1702468586, "741"], [1702468613, "762"], [1702468637, "775"], [1702468679, "799"], [1702468721, "804"], [1702468730, "813"], [1702468766, "813"], [1702468799, "813"], [1702468835, "813"], [1702468898, "826"], [1702468934, "855"], [1702468970, "902"], [1702468994, "931"], [1702469024, "945"], [1702469060, "978"], [1702469111, "994"], [1702469144, "999"], [1702469168, "999"], [1702469204, "1003"], [1702469237, "1005"], [1702469273, "1017"], [1702469303, "1034"], [1702469336, "1056"], [1702469360, "1091"], [1702469387, "1095"], [1702469411, "1105"], [1702469435, "1107"], [1702469468, "1113"], [1702469504, "1114"], [1702469537, "1117"], [1702469573, "1117"], [1702469606, "1119"], [1702469633, "1123"], [1702469660, "1125"], [1702469684, "1142"], [1702469717, "1147"], [1702469753, "1161"], [1702469786, "1166"], [1702469816, "1169"], [1702469834, "1177"], [1702469864, "1187"], [1702469906, "1199"], [1702469936, "1199"], [1702469972, "1202"], [1702470005, "1202"], [1702470029, "1206"], [1702470065, "1286"], [1702470101, "1292"], [1702470131, "1300"], [1702470167, "1311"], [1702470203, "1330"], [1702470251, "1339"], [1702470278, "1352"], [1702470311, "1358"], [1702470347, "1364"], [1702470371, "1369"], [1702470404, "1369"], [1702470440, "1371"], [1702470476, "1372"], [1702470506, "1380"], [1702470542, "1391"], [1702470575, "1399"], [1702470611, "1411"], [1702470635, "1417"], [1702470662, "1429"], [1702470686, "1439"], [1702470719, "1440"], [1702470746, "1441"], [1702470812, "1449"], [1702470845, "1451"], [1702470875, "1459"], [1702470899, "1459"], [1702470953, "1460"], [1702470983, "1460"], [1702471025, "1462"], [1702471067, "1465"], [1702471169, "1471"], [1702471193, "1471"], [1702471226, "1476"], [1702471265, "1477"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "16"], [1702462988, "16"], [1702463045, "16"], [1702463081, "16"], [1702463114, "16"], [1702463150, "16"], [1702463186, "16"], [1702463216, "16"], [1702463240, "16"], [1702463273, "16"], [1702463324, "16"], [1702463354, "16"], [1702463381, "16"], [1702463417, "16"], [1702463453, "18"], [1702463477, "18"], [1702463510, "18"], [1702463537, "18"], [1702463570, "18"], [1702463591, "18"], [1702463621, "18"], [1702463657, "18"], [1702463693, "18"], [1702463729, "18"], [1702463765, "18"], [1702463798, "21"], [1702463846, "21"], [1702463873, "21"], [1702463906, "21"], [1702463948, "21"], [1702463984, "21"], [1702464014, "21"], [1702464050, "21"], [1702464086, "21"], [1702464122, "21"], [1702464155, "22"], [1702464194, "22"], [1702464230, "22"], [1702464263, "22"], [1702464299, "22"], [1702464332, "22"], [1702464356, "22"], [1702464392, "22"], [1702464425, "22"], [1702464455, "22"], [1702464479, "22"], [1702464509, "22"], [1702464533, "22"], [1702464569, "22"], [1702464605, "22"], [1702464635, "23"], [1702464671, "23"], [1702464716, "23"], [1702464743, "23"], [1702464776, "24"], [1702464812, "24"], [1702464836, "24"], [1702464869, "25"], [1702464905, "25"], [1702464926, "25"], [1702464956, "25"], [1702464992, "26"], [1702465016, "26"], [1702465049, "26"], [1702465085, "26"], [1702465118, "27"], [1702465145, "27"], [1702465178, "27"], [1702465208, "27"], [1702465241, "28"], [1702465298, "28"], [1702465334, "28"], [1702465367, "29"], [1702465394, "29"], [1702465418, "29"], [1702465445, "29"], [1702465481, "30"], [1702465517, "30"], [1702465550, "30"], [1702465586, "31"], [1702465619, "31"], [1702465658, "31"], [1702465706, "31"], [1702465754, "33"], [1702465787, "33"], [1702465823, "33"], [1702465856, "33"], [1702465880, "33"], [1702465910, "33"], [1702465952, "33"], [1702465988, "36"], [1702466015, "36"], [1702466030, "36"], [1702466060, "36"], [1702466078, "36"], [1702466138, "36"], [1702466168, "36"], [1702466204, "36"], [1702466237, "36"], [1702466261, "36"], [1702466291, "36"], [1702466327, "37"], [1702466360, "37"], [1702466384, "37"], [1702466417, "37"], [1702466441, "37"], [1702466471, "37"], [1702466507, "37"], [1702466540, "37"], [1702466597, "37"], [1702466633, "37"], [1702466666, "37"], [1702466705, "37"], [1702466732, "37"], [1702466765, "37"], [1702466801, "37"], [1702466852, "37"], [1702466876, "37"], [1702466918, "37"], [1702466978, "37"], [1702467014, "37"], [1702467038, "37"], [1702467068, "37"], [1702467122, "37"], [1702467158, "37"], [1702467191, "37"], [1702467221, "37"], [1702467257, "37"], [1702467299, "37"], [1702467350, "37"], [1702467386, "37"], [1702467419, "38"], [1702467455, "38"], [1702467515, "39"], [1702467542, "39"], [1702467566, "39"], [1702467599, "39"], [1702467635, "40"], [1702467668, "40"], [1702467695, "40"], [1702467716, "40"], [1702467746, "40"], [1702467800, "40"], [1702467824, "40"], [1702467908, "42"], [1702467944, "42"], [1702467968, "42"], [1702468001, "42"], [1702468031, "42"], [1702468067, "42"], [1702468085, "42"], [1702468115, "42"], [1702468151, "42"], [1702468181, "42"], [1702468208, "42"], [1702468241, "50"], [1702468256, "50"], [1702468286, "51"], [1702468322, "51"], [1702468352, "53"], [1702468388, "53"], [1702468424, "53"], [1702468457, "53"], [1702468493, "53"], [1702468517, "53"], [1702468550, "53"], [1702468586, "54"], [1702468613, "55"], [1702468637, "55"], [1702468679, "56"], [1702468721, "56"], [1702468730, "57"], [1702468766, "57"], [1702468799, "57"], [1702468835, "57"], [1702468898, "58"], [1702468934, "58"], [1702468970, "64"], [1702468994, "64"], [1702469024, "64"], [1702469060, "65"], [1702469111, "66"], [1702469144, "66"], [1702469168, "66"], [1702469204, "67"], [1702469237, "67"], [1702469273, "67"], [1702469303, "67"], [1702469336, "70"], [1702469360, "70"], [1702469387, "70"], [1702469411, "75"], [1702469435, "75"], [1702469468, "75"], [1702469504, "75"], [1702469537, "75"], [1702469573, "75"], [1702469606, "75"], [1702469633, "75"], [1702469660, "75"], [1702469684, "76"], [1702469717, "76"], [1702469753, "76"], [1702469786, "76"], [1702469816, "76"], [1702469834, "76"], [1702469864, "76"], [1702469906, "76"], [1702469936, "76"], [1702469972, "76"], [1702470005, "76"], [1702470029, "76"], [1702470065, "76"], [1702470101, "76"], [1702470131, "76"], [1702470167, "77"], [1702470203, "77"], [1702470251, "77"], [1702470278, "77"], [1702470311, "77"], [1702470347, "77"], [1702470371, "77"], [1702470404, "78"], [1702470440, "78"], [1702470476, "78"], [1702470506, "78"], [1702470542, "79"], [1702470575, "79"], [1702470611, "79"], [1702470635, "79"], [1702470662, "79"], [1702470686, "79"], [1702470719, "79"], [1702470746, "79"], [1702470812, "80"], [1702470845, "80"], [1702470875, "81"], [1702470899, "81"], [1702470953, "81"], [1702470983, "81"], [1702471025, "81"], [1702471067, "81"], [1702471169, "81"], [1702471193, "81"], [1702471226, "81"], [1702471265, "81"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "15"], [1702462865, "15"], [1702462880, "15"], [1702462904, "15"], [1702462919, "15"], [1702462952, "16"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "2743"], [1702462721, "2905"], [1702462736, "2905"], [1702462751, "2974"], [1702462763, "3097"], [1702462793, "3406"], [1702462808, "3655"], [1702462829, "3744"], [1702462844, "3956"], [1702462865, "3987"], [1702462880, "4165"], [1702462904, "4601"], [1702462919, "4653"], [1702462952, "5278"], [1702462973, "5499"], [1702462988, "5607"], [1702463045, "6439"], [1702463081, "7307"], [1702463114, "7584"], [1702463150, "7774"], [1702463186, "8508"], [1702463216, "8806"], [1702463240, "9191"], [1702463273, "9484"], [1702463324, "10180"], [1702463354, "10312"], [1702463381, "10882"], [1702463417, "11270"], [1702463453, "12137"], [1702463477, "12884"], [1702463510, "13628"], [1702463537, "13851"], [1702463570, "14024"], [1702463591, "14241"], [1702463621, "14439"], [1702463657, "15252"], [1702463693, "15743"], [1702463729, "15906"], [1702463765, "16123"], [1702463798, "16904"], [1702463846, "17676"], [1702463873, "18670"], [1702463906, "19290"], [1702463948, "20501"], [1702463984, "21089"], [1702464014, "21238"], [1702464050, "21644"], [1702464086, "21927"], [1702464122, "22449"], [1702464155, "22921"], [1702464194, "23354"], [1702464230, "23634"], [1702464263, "24617"], [1702464299, "25037"], [1702464332, "25271"], [1702464356, "26234"], [1702464392, "26461"], [1702464425, "26807"], [1702464455, "27831"], [1702464479, "28077"], [1702464509, "28291"], [1702464533, "30333"], [1702464569, "30670"], [1702464605, "31013"], [1702464635, "31415"], [1702464671, "31866"], [1702464716, "33202"], [1702464743, "33410"], [1702464776, "33954"], [1702464812, "34239"], [1702464836, "34900"], [1702464869, "35095"], [1702464905, "35576"], [1702464926, "35815"], [1702464956, "37030"], [1702464992, "37429"], [1702465016, "37719"], [1702465049, "38548"], [1702465085, "38903"], [1702465118, "39030"], [1702465145, "39421"], [1702465178, "39710"], [1702465208, "39994"], [1702465241, "40427"], [1702465298, "41328"], [1702465334, "41590"], [1702465367, "42073"], [1702465394, "42329"], [1702465418, "42754"], [1702465445, "43354"], [1702465481, "43819"], [1702465517, "44122"], [1702465550, "44400"], [1702465586, "45520"], [1702465619, "47560"], [1702465658, "48081"], [1702465706, "48283"], [1702465754, "49131"], [1702465787, "49418"], [1702465823, "49703"], [1702465856, "50136"], [1702465880, "50306"], [1702465910, "50585"], [1702465952, "50841"], [1702465988, "51084"], [1702466015, "51377"], [1702466030, "51914"], [1702466060, "52165"], [1702466078, "52595"], [1702466138, "52999"], [1702466168, "53217"], [1702466204, "53562"], [1702466237, "53898"], [1702466261, "54293"], [1702466291, "54530"], [1702466327, "54787"], [1702466360, "55700"], [1702466384, "56142"], [1702466417, "56479"], [1702466441, "56926"], [1702466471, "57139"], [1702466507, "57530"], [1702466540, "57849"], [1702466597, "58487"], [1702466633, "58897"], [1702466666, "59030"], [1702466705, "59458"], [1702466732, "59748"], [1702466765, "60223"], [1702466801, "60530"], [1702466852, "61033"], [1702466876, "61241"], [1702466918, "61572"], [1702466978, "62519"], [1702467014, "62815"], [1702467038, "63107"], [1702467068, "63337"], [1702467122, "63932"], [1702467158, "64276"], [1702467191, "64802"], [1702467221, "65171"], [1702467257, "65674"], [1702467299, "66177"], [1702467350, "66789"], [1702467386, "67155"], [1702467419, "67688"], [1702467455, "68406"], [1702467515, "70243"], [1702467542, "71716"], [1702467566, "72511"], [1702467599, "72902"], [1702467635, "73369"], [1702467668, "73674"], [1702467695, "73880"], [1702467716, "74266"], [1702467746, "74610"], [1702467800, "75473"], [1702467824, "78431"], [1702467908, "80847"], [1702467944, "82039"], [1702467968, "82528"], [1702468001, "82876"], [1702468031, "83121"], [1702468067, "83588"], [1702468085, "83907"], [1702468115, "84189"], [1702468151, "85257"], [1702468181, "86181"], [1702468208, "87128"], [1702468241, "88531"], [1702468256, "89306"], [1702468286, "90067"], [1702468322, "90723"], [1702468352, "91250"], [1702468388, "91683"], [1702468424, "92223"], [1702468457, "92640"], [1702468493, "93558"], [1702468517, "94344"], [1702468550, "94818"], [1702468586, "96084"], [1702468613, "97377"], [1702468637, "98042"], [1702468679, "98673"], [1702468721, "98875"], [1702468730, "102457"], [1702468766, "102791"], [1702468799, "102969"], [1702468835, "103299"], [1702468898, "106363"], [1702468934, "106896"], [1702468970, "108547"], [1702468994, "109741"], [1702469024, "110594"], [1702469060, "111846"], [1702469111, "112425"], [1702469144, "112988"], [1702469168, "113159"], [1702469204, "113387"], [1702469237, "113756"], [1702469273, "114401"], [1702469303, "115203"], [1702469336, "116702"], [1702469360, "118323"], [1702469387, "119184"], [1702469411, "119550"], [1702469435, "120215"], [1702469468, "120561"], [1702469504, "120824"], [1702469537, "121186"], [1702469573, "121837"], [1702469606, "122225"], [1702469633, "122752"], [1702469660, "123475"], [1702469684, "124160"], [1702469717, "124717"], [1702469753, "126290"], [1702469786, "126883"], [1702469816, "127199"], [1702469834, "128301"], [1702469864, "128537"], [1702469906, "129423"], [1702469936, "130157"], [1702469972, "130445"], [1702470005, "130893"], [1702470029, "131112"], [1702470065, "131547"], [1702470101, "132265"], [1702470131, "132787"], [1702470167, "133459"], [1702470203, "134236"], [1702470251, "136169"], [1702470278, "137038"], [1702470311, "137892"], [1702470347, "138346"], [1702470371, "138660"], [1702470404, "138925"], [1702470440, "139197"], [1702470476, "139705"], [1702470506, "140041"], [1702470542, "140899"], [1702470575, "141234"], [1702470611, "141793"], [1702470635, "142706"], [1702470662, "143165"], [1702470686, "144008"], [1702470719, "144375"], [1702470746, "144679"], [1702470812, "145654"], [1702470845, "146287"], [1702470875, "146730"], [1702470899, "147042"], [1702470953, "147435"], [1702470983, "147753"], [1702471025, "148071"], [1702471067, "148454"], [1702471169, "149515"], [1702471193, "149755"], [1702471226, "150138"], [1702471265, "150581"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "16"], [1702465118, "16"], [1702465145, "16"], [1702465178, "16"], [1702465208, "16"], [1702465241, "16"], [1702465298, "16"], [1702465334, "16"], [1702465367, "16"], [1702465394, "16"], [1702465418, "16"], [1702465445, "16"], [1702465481, "16"], [1702465517, "16"], [1702465550, "16"], [1702465586, "16"], [1702465619, "16"], [1702465658, "16"], [1702465706, "16"], [1702465754, "16"], [1702465787, "16"], [1702465823, "16"], [1702465856, "16"], [1702465880, "16"], [1702465910, "16"], [1702465952, "16"], [1702465988, "16"], [1702466015, "16"], [1702466030, "16"], [1702466060, "16"], [1702466078, "16"], [1702466138, "16"], [1702466168, "16"], [1702466204, "16"], [1702466237, "16"], [1702466261, "16"], [1702466291, "16"], [1702466327, "16"], [1702466360, "16"], [1702466384, "16"], [1702466417, "16"], [1702466441, "16"], [1702466471, "16"], [1702466507, "16"], [1702466540, "16"], [1702466597, "16"], [1702466633, "16"], [1702466666, "16"], [1702466705, "16"], [1702466732, "16"], [1702466765, "16"], [1702466801, "16"], [1702466852, "16"], [1702466876, "16"], [1702466918, "16"], [1702466978, "16"], [1702467014, "16"], [1702467038, "16"], [1702467068, "16"], [1702467122, "16"], [1702467158, "16"], [1702467191, "16"], [1702467221, "16"], [1702467257, "16"], [1702467299, "16"], [1702467350, "16"], [1702467386, "16"], [1702467419, "16"], [1702467455, "16"], [1702467515, "16"], [1702467542, "16"], [1702467566, "16"], [1702467599, "16"], [1702467635, "16"], [1702467668, "16"], [1702467695, "16"], [1702467716, "16"], [1702467746, "16"], [1702467800, "16"], [1702467824, "16"], [1702467908, "16"], [1702467944, "16"], [1702467968, "16"], [1702468001, "16"], [1702468031, "16"], [1702468067, "16"], [1702468085, "16"], [1702468115, "16"], [1702468151, "16"], [1702468181, "16"], [1702468208, "16"], [1702468241, "16"], [1702468256, "16"], [1702468286, "16"], [1702468322, "16"], [1702468352, "16"], [1702468388, "16"], [1702468424, "16"], [1702468457, "16"], [1702468493, "16"], [1702468517, "16"], [1702468550, "16"], [1702468586, "16"], [1702468613, "16"], [1702468637, "16"], [1702468679, "16"], [1702468721, "16"], [1702468730, "16"], [1702468766, "16"], [1702468799, "16"], [1702468835, "16"], [1702468898, "16"], [1702468934, "16"], [1702468970, "16"], [1702468994, "16"], [1702469024, "16"], [1702469060, "16"], [1702469111, "16"], [1702469144, "16"], [1702469168, "16"], [1702469204, "16"], [1702469237, "16"], [1702469273, "16"], [1702469303, "16"], [1702469336, "16"], [1702469360, "16"], [1702469387, "16"], [1702469411, "16"], [1702469435, "16"], [1702469468, "16"], [1702469504, "16"], [1702469537, "16"], [1702469573, "16"], [1702469606, "16"], [1702469633, "16"], [1702469660, "16"], [1702469684, "16"], [1702469717, "16"], [1702469753, "16"], [1702469786, "16"], [1702469816, "16"], [1702469834, "16"], [1702469864, "16"], [1702469906, "16"], [1702469936, "16"], [1702469972, "16"], [1702470005, "16"], [1702470029, "16"], [1702470065, "16"], [1702470101, "16"], [1702470131, "16"], [1702470167, "16"], [1702470203, "16"], [1702470251, "16"], [1702470278, "16"], [1702470311, "16"], [1702470347, "16"], [1702470371, "16"], [1702470404, "16"], [1702470440, "16"], [1702470476, "16"], [1702470506, "16"], [1702470542, "16"], [1702470575, "16"], [1702470611, "16"], [1702470635, "16"], [1702470662, "16"], [1702470686, "16"], [1702470719, "16"], [1702470746, "16"], [1702470812, "16"], [1702470845, "16"], [1702470875, "16"], [1702470899, "16"], [1702470953, "16"], [1702470983, "16"], [1702471025, "16"], [1702471067, "16"], [1702471169, "16"], [1702471193, "16"], [1702471226, "16"], [1702471265, "16"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "5"], [1702462751, "5"], [1702462763, "5"], [1702462793, "5"], [1702462808, "8"], [1702462829, "8"], [1702462844, "8"], [1702462865, "8"], [1702462880, "9"], [1702462904, "10"], [1702462919, "12"], [1702462952, "12"], [1702462973, "12"], [1702462988, "12"], [1702463045, "12"], [1702463081, "13"], [1702463114, "13"], [1702463150, "13"], [1702463186, "15"], [1702463216, "15"], [1702463240, "15"], [1702463273, "15"], [1702463324, "16"], [1702463354, "17"], [1702463381, "17"], [1702463417, "19"], [1702463453, "19"], [1702463477, "19"], [1702463510, "19"], [1702463537, "23"], [1702463570, "23"], [1702463591, "23"], [1702463621, "23"], [1702463657, "23"], [1702463693, "23"], [1702463729, "28"], [1702463765, "28"], [1702463798, "30"], [1702463846, "30"], [1702463873, "30"], [1702463906, "31"], [1702463948, "32"], [1702463984, "32"], [1702464014, "35"], [1702464050, "36"], [1702464086, "36"], [1702464122, "37"], [1702464155, "38"], [1702464194, "38"], [1702464230, "38"], [1702464263, "41"], [1702464299, "41"], [1702464332, "41"], [1702464356, "41"], [1702464392, "41"], [1702464425, "41"], [1702464455, "41"], [1702464479, "41"], [1702464509, "46"], [1702464533, "47"], [1702464569, "48"], [1702464605, "48"], [1702464635, "48"], [1702464671, "48"], [1702464716, "48"], [1702464743, "48"], [1702464776, "48"], [1702464812, "48"], [1702464836, "48"], [1702464869, "49"], [1702464905, "52"], [1702464926, "52"], [1702464956, "52"], [1702464992, "52"], [1702465016, "56"], [1702465049, "56"], [1702465085, "60"], [1702465118, "60"], [1702465145, "63"], [1702465178, "63"], [1702465208, "63"], [1702465241, "63"], [1702465298, "63"], [1702465334, "63"], [1702465367, "63"], [1702465394, "67"], [1702465418, "67"], [1702465445, "67"], [1702465481, "67"], [1702465517, "67"], [1702465550, "68"], [1702465586, "68"], [1702465619, "68"], [1702465658, "68"], [1702465706, "68"], [1702465754, "69"], [1702465787, "69"], [1702465823, "69"], [1702465856, "69"], [1702465880, "70"], [1702465910, "70"], [1702465952, "80"], [1702465988, "80"], [1702466015, "84"], [1702466030, "84"], [1702466060, "84"], [1702466078, "84"], [1702466138, "85"], [1702466168, "85"], [1702466204, "85"], [1702466237, "85"], [1702466261, "87"], [1702466291, "87"], [1702466327, "87"], [1702466360, "87"], [1702466384, "89"], [1702466417, "89"], [1702466441, "89"], [1702466471, "89"], [1702466507, "89"], [1702466540, "89"], [1702466597, "89"], [1702466633, "91"], [1702466666, "91"], [1702466705, "91"], [1702466732, "92"], [1702466765, "96"], [1702466801, "96"], [1702466852, "98"], [1702466876, "98"], [1702466918, "98"], [1702466978, "98"], [1702467014, "101"], [1702467038, "101"], [1702467068, "101"], [1702467122, "104"], [1702467158, "104"], [1702467191, "104"], [1702467221, "104"], [1702467257, "105"], [1702467299, "105"], [1702467350, "106"], [1702467386, "106"], [1702467419, "106"], [1702467455, "106"], [1702467515, "110"], [1702467542, "110"], [1702467566, "110"], [1702467599, "110"], [1702467635, "110"], [1702467668, "110"], [1702467695, "110"], [1702467716, "110"], [1702467746, "114"], [1702467800, "115"], [1702467824, "116"], [1702467908, "118"], [1702467944, "118"], [1702467968, "119"], [1702468001, "119"], [1702468031, "119"], [1702468067, "120"], [1702468085, "120"], [1702468115, "120"], [1702468151, "121"], [1702468181, "121"], [1702468208, "122"], [1702468241, "122"], [1702468256, "122"], [1702468286, "123"], [1702468322, "123"], [1702468352, "129"], [1702468388, "129"], [1702468424, "129"], [1702468457, "129"], [1702468493, "130"], [1702468517, "130"], [1702468550, "130"], [1702468586, "136"], [1702468613, "136"], [1702468637, "138"], [1702468679, "138"], [1702468721, "138"], [1702468730, "138"], [1702468766, "138"], [1702468799, "138"], [1702468835, "138"], [1702468898, "139"], [1702468934, "144"], [1702468970, "150"], [1702468994, "150"], [1702469024, "150"], [1702469060, "150"], [1702469111, "153"], [1702469144, "153"], [1702469168, "153"], [1702469204, "153"], [1702469237, "153"], [1702469273, "153"], [1702469303, "153"], [1702469336, "153"], [1702469360, "153"], [1702469387, "153"], [1702469411, "153"], [1702469435, "153"], [1702469468, "153"], [1702469504, "153"], [1702469537, "153"], [1702469573, "154"], [1702469606, "154"], [1702469633, "154"], [1702469660, "154"], [1702469684, "156"], [1702469717, "156"], [1702469753, "156"], [1702469786, "156"], [1702469816, "156"], [1702469834, "156"], [1702469864, "156"], [1702469906, "156"], [1702469936, "156"], [1702469972, "157"], [1702470005, "157"], [1702470029, "157"], [1702470065, "157"], [1702470101, "157"], [1702470131, "158"], [1702470167, "158"], [1702470203, "163"], [1702470251, "163"], [1702470278, "164"], [1702470311, "164"], [1702470347, "164"], [1702470371, "164"], [1702470404, "164"], [1702470440, "164"], [1702470476, "164"], [1702470506, "164"], [1702470542, "165"], [1702470575, "168"], [1702470611, "171"], [1702470635, "171"], [1702470662, "171"], [1702470686, "180"], [1702470719, "181"], [1702470746, "181"], [1702470812, "183"], [1702470845, "183"], [1702470875, "183"], [1702470899, "183"], [1702470953, "183"], [1702470983, "183"], [1702471025, "183"], [1702471067, "186"], [1702471169, "186"], [1702471193, "186"], [1702471226, "186"], [1702471265, "186"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "57"], [1702462721, "64"], [1702462736, "65"], [1702462751, "65"], [1702462763, "73"], [1702462793, "73"], [1702462808, "78"], [1702462829, "86"], [1702462844, "91"], [1702462865, "91"], [1702462880, "91"], [1702462904, "96"], [1702462919, "96"], [1702462952, "96"], [1702462973, "96"], [1702462988, "96"], [1702463045, "110"], [1702463081, "120"], [1702463114, "122"], [1702463150, "136"], [1702463186, "139"], [1702463216, "139"], [1702463240, "145"], [1702463273, "145"], [1702463324, "145"], [1702463354, "145"], [1702463381, "151"], [1702463417, "151"], [1702463453, "151"], [1702463477, "155"], [1702463510, "156"], [1702463537, "157"], [1702463570, "167"], [1702463591, "172"], [1702463621, "172"], [1702463657, "172"], [1702463693, "178"], [1702463729, "178"], [1702463765, "178"], [1702463798, "178"], [1702463846, "181"], [1702463873, "181"], [1702463906, "182"], [1702463948, "184"], [1702463984, "184"], [1702464014, "184"], [1702464050, "187"], [1702464086, "187"], [1702464122, "187"], [1702464155, "205"], [1702464194, "205"], [1702464230, "206"], [1702464263, "214"], [1702464299, "215"], [1702464332, "215"], [1702464356, "215"], [1702464392, "218"], [1702464425, "218"], [1702464455, "218"], [1702464479, "221"], [1702464509, "221"], [1702464533, "221"], [1702464569, "221"], [1702464605, "226"], [1702464635, "226"], [1702464671, "249"], [1702464716, "253"], [1702464743, "253"], [1702464776, "253"], [1702464812, "253"], [1702464836, "258"], [1702464869, "258"], [1702464905, "258"], [1702464926, "258"], [1702464956, "268"], [1702464992, "287"], [1702465016, "287"], [1702465049, "292"], [1702465085, "292"], [1702465118, "292"], [1702465145, "292"], [1702465178, "297"], [1702465208, "297"], [1702465241, "297"], [1702465298, "303"], [1702465334, "303"], [1702465367, "306"], [1702465394, "315"], [1702465418, "317"], [1702465445, "317"], [1702465481, "317"], [1702465517, "321"], [1702465550, "321"], [1702465586, "321"], [1702465619, "327"], [1702465658, "327"], [1702465706, "328"], [1702465754, "336"], [1702465787, "336"], [1702465823, "337"], [1702465856, "341"], [1702465880, "341"], [1702465910, "341"], [1702465952, "341"], [1702465988, "345"], [1702466015, "345"], [1702466030, "345"], [1702466060, "345"], [1702466078, "351"], [1702466138, "351"], [1702466168, "353"], [1702466204, "358"], [1702466237, "358"], [1702466261, "358"], [1702466291, "358"], [1702466327, "364"], [1702466360, "364"], [1702466384, "364"], [1702466417, "372"], [1702466441, "372"], [1702466471, "374"], [1702466507, "376"], [1702466540, "383"], [1702466597, "383"], [1702466633, "383"], [1702466666, "389"], [1702466705, "389"], [1702466732, "389"], [1702466765, "399"], [1702466801, "399"], [1702466852, "399"], [1702466876, "407"], [1702466918, "407"], [1702466978, "407"], [1702467014, "413"], [1702467038, "413"], [1702467068, "413"], [1702467122, "420"], [1702467158, "421"], [1702467191, "423"], [1702467221, "433"], [1702467257, "433"], [1702467299, "433"], [1702467350, "437"], [1702467386, "437"], [1702467419, "445"], [1702467455, "468"], [1702467515, "516"], [1702467542, "534"], [1702467566, "555"], [1702467599, "561"], [1702467635, "570"], [1702467668, "575"], [1702467695, "575"], [1702467716, "578"], [1702467746, "582"], [1702467800, "602"], [1702467824, "633"], [1702467908, "708"], [1702467944, "726"], [1702467968, "730"], [1702468001, "735"], [1702468031, "735"], [1702468067, "735"], [1702468085, "738"], [1702468115, "748"], [1702468151, "751"], [1702468181, "767"], [1702468208, "784"], [1702468241, "838"], [1702468256, "857"], [1702468286, "871"], [1702468322, "880"], [1702468352, "900"], [1702468388, "905"], [1702468424, "905"], [1702468457, "911"], [1702468493, "930"], [1702468517, "970"], [1702468550, "990"], [1702468586, "1063"], [1702468613, "1112"], [1702468637, "1126"], [1702468679, "1148"], [1702468721, "1157"], [1702468730, "1166"], [1702468766, "1166"], [1702468799, "1171"], [1702468835, "1171"], [1702468898, "1204"], [1702468934, "1238"], [1702468970, "1278"], [1702468994, "1325"], [1702469024, "1347"], [1702469060, "1377"], [1702469111, "1391"], [1702469144, "1396"], [1702469168, "1396"], [1702469204, "1397"], [1702469237, "1398"], [1702469273, "1429"], [1702469303, "1449"], [1702469336, "1483"], [1702469360, "1511"], [1702469387, "1521"], [1702469411, "1527"], [1702469435, "1532"], [1702469468, "1533"], [1702469504, "1543"], [1702469537, "1543"], [1702469573, "1543"], [1702469606, "1552"], [1702469633, "1559"], [1702469660, "1561"], [1702469684, "1567"], [1702469717, "1584"], [1702469753, "1592"], [1702469786, "1604"], [1702469816, "1604"], [1702469834, "1615"], [1702469864, "1616"], [1702469906, "1624"], [1702469936, "1627"], [1702469972, "1627"], [1702470005, "1627"], [1702470029, "1627"], [1702470065, "1636"], [1702470101, "1640"], [1702470131, "1653"], [1702470167, "1682"], [1702470203, "1707"], [1702470251, "1719"], [1702470278, "1732"], [1702470311, "1738"], [1702470347, "1740"], [1702470371, "1740"], [1702470404, "1744"], [1702470440, "1744"], [1702470476, "1744"], [1702470506, "1753"], [1702470542, "1758"], [1702470575, "1766"], [1702470611, "1782"], [1702470635, "1832"], [1702470662, "1835"], [1702470686, "1841"], [1702470719, "1846"], [1702470746, "1852"], [1702470812, "1855"], [1702470845, "1858"], [1702470875, "1858"], [1702470899, "1859"], [1702470953, "1859"], [1702470983, "1866"], [1702471025, "1866"], [1702471067, "1870"], [1702471169, "1870"], [1702471193, "1874"], [1702471226, "1874"], [1702471265, "1874"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "38"], [1702462973, "38"], [1702462988, "38"], [1702463045, "38"], [1702463081, "38"], [1702463114, "38"], [1702463150, "38"], [1702463186, "38"], [1702463216, "38"], [1702463240, "75"], [1702463273, "75"], [1702463324, "75"], [1702463354, "75"], [1702463381, "75"], [1702463417, "75"], [1702463453, "75"], [1702463477, "75"], [1702463510, "75"], [1702463537, "75"], [1702463570, "75"], [1702463591, "75"], [1702463621, "75"], [1702463657, "75"], [1702463693, "75"], [1702463729, "75"], [1702463765, "75"], [1702463798, "75"], [1702463846, "75"], [1702463873, "75"], [1702463906, "75"], [1702463948, "75"], [1702463984, "75"], [1702464014, "75"], [1702464050, "75"], [1702464086, "75"], [1702464122, "75"], [1702464155, "75"], [1702464194, "75"], [1702464230, "75"], [1702464263, "75"], [1702464299, "75"], [1702464332, "75"], [1702464356, "75"], [1702464392, "75"], [1702464425, "75"], [1702464455, "75"], [1702464479, "75"], [1702464509, "75"], [1702464533, "75"], [1702464569, "75"], [1702464605, "75"], [1702464635, "75"], [1702464671, "75"], [1702464716, "75"], [1702464743, "75"], [1702464776, "75"], [1702464812, "75"], [1702464836, "75"], [1702464869, "75"], [1702464905, "75"], [1702464926, "75"], [1702464956, "75"], [1702464992, "75"], [1702465016, "75"], [1702465049, "75"], [1702465085, "75"], [1702465118, "75"], [1702465145, "75"], [1702465178, "75"], [1702465208, "75"], [1702465241, "75"], [1702465298, "75"], [1702465334, "75"], [1702465367, "75"], [1702465394, "75"], [1702465418, "75"], [1702465445, "75"], [1702465481, "75"], [1702465517, "75"], [1702465550, "75"], [1702465586, "75"], [1702465619, "75"], [1702465658, "75"], [1702465706, "75"], [1702465754, "75"], [1702465787, "75"], [1702465823, "75"], [1702465856, "75"], [1702465880, "75"], [1702465910, "75"], [1702465952, "75"], [1702465988, "75"], [1702466015, "75"], [1702466030, "75"], [1702466060, "75"], [1702466078, "75"], [1702466138, "75"], [1702466168, "75"], [1702466204, "75"], [1702466237, "75"], [1702466261, "75"], [1702466291, "75"], [1702466327, "75"], [1702466360, "75"], [1702466384, "75"], [1702466417, "75"], [1702466441, "75"], [1702466471, "75"], [1702466507, "75"], [1702466540, "75"], [1702466597, "75"], [1702466633, "75"], [1702466666, "75"], [1702466705, "75"], [1702466732, "75"], [1702466765, "75"], [1702466801, "75"], [1702466852, "75"], [1702466876, "75"], [1702466918, "75"], [1702466978, "75"], [1702467014, "75"], [1702467038, "75"], [1702467068, "75"], [1702467122, "75"], [1702467158, "75"], [1702467191, "75"], [1702467221, "75"], [1702467257, "75"], [1702467299, "75"], [1702467350, "75"], [1702467386, "75"], [1702467419, "75"], [1702467455, "75"], [1702467515, "75"], [1702467542, "75"], [1702467566, "75"], [1702467599, "75"], [1702467635, "75"], [1702467668, "75"], [1702467695, "75"], [1702467716, "75"], [1702467746, "75"], [1702467800, "75"], [1702467824, "75"], [1702467908, "75"], [1702467944, "75"], [1702467968, "75"], [1702468001, "75"], [1702468031, "75"], [1702468067, "75"], [1702468085, "75"], [1702468115, "75"], [1702468151, "75"], [1702468181, "75"], [1702468208, "75"], [1702468241, "75"], [1702468256, "75"], [1702468286, "75"], [1702468322, "75"], [1702468352, "75"], [1702468388, "75"], [1702468424, "75"], [1702468457, "75"], [1702468493, "75"], [1702468517, "75"], [1702468550, "75"], [1702468586, "75"], [1702468613, "75"], [1702468637, "75"], [1702468679, "75"], [1702468721, "75"], [1702468730, "75"], [1702468766, "75"], [1702468799, "75"], [1702468835, "75"], [1702468898, "75"], [1702468934, "75"], [1702468970, "75"], [1702468994, "75"], [1702469024, "75"], [1702469060, "75"], [1702469111, "75"], [1702469144, "75"], [1702469168, "75"], [1702469204, "75"], [1702469237, "75"], [1702469273, "75"], [1702469303, "75"], [1702469336, "75"], [1702469360, "75"], [1702469387, "75"], [1702469411, "75"], [1702469435, "75"], [1702469468, "75"], [1702469504, "75"], [1702469537, "75"], [1702469573, "75"], [1702469606, "75"], [1702469633, "75"], [1702469660, "75"], [1702469684, "75"], [1702469717, "75"], [1702469753, "75"], [1702469786, "75"], [1702469816, "75"], [1702469834, "75"], [1702469864, "75"], [1702469906, "75"], [1702469936, "75"], [1702469972, "75"], [1702470005, "75"], [1702470029, "75"], [1702470065, "75"], [1702470101, "75"], [1702470131, "75"], [1702470167, "75"], [1702470203, "75"], [1702470251, "75"], [1702470278, "75"], [1702470311, "75"], [1702470347, "75"], [1702470371, "75"], [1702470404, "75"], [1702470440, "75"], [1702470476, "75"], [1702470506, "75"], [1702470542, "75"], [1702470575, "75"], [1702470611, "75"], [1702470635, "75"], [1702470662, "75"], [1702470686, "75"], [1702470719, "75"], [1702470746, "75"], [1702470812, "75"], [1702470845, "75"], [1702470875, "75"], [1702470899, "75"], [1702470953, "75"], [1702470983, "75"], [1702471025, "75"], [1702471067, "75"], [1702471169, "75"], [1702471193, "75"], [1702471226, "75"], [1702471265, "75"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "37"], [1702462808, "37"], [1702462829, "37"], [1702462844, "37"], [1702462865, "37"], [1702462880, "37"], [1702462904, "38"], [1702462919, "38"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "92"], [1702468766, "99"], [1702468799, "103"], [1702468835, "104"], [1702468898, "116"], [1702468934, "126"], [1702468970, "140"], [1702468994, "148"], [1702469024, "169"], [1702469060, "187"], [1702469111, "190"], [1702469144, "201"], [1702469168, "202"], [1702469204, "202"], [1702469237, "210"], [1702469273, "219"], [1702469303, "222"], [1702469336, "232"], [1702469360, "233"], [1702469387, "245"], [1702469411, "245"], [1702469435, "266"], [1702469468, "275"], [1702469504, "285"], [1702469537, "294"], [1702469573, "294"], [1702469606, "294"], [1702469633, "298"], [1702469660, "302"], [1702469684, "309"], [1702469717, "313"], [1702469753, "319"], [1702469786, "325"], [1702469816, "334"], [1702469834, "345"], [1702469864, "350"], [1702469906, "354"], [1702469936, "359"], [1702469972, "359"], [1702470005, "362"], [1702470029, "375"], [1702470065, "384"], [1702470101, "387"], [1702470131, "392"], [1702470167, "409"], [1702470203, "409"], [1702470251, "423"], [1702470278, "428"], [1702470311, "435"], [1702470347, "437"], [1702470371, "437"], [1702470404, "438"], [1702470440, "438"], [1702470476, "440"], [1702470506, "447"], [1702470542, "449"], [1702470575, "449"], [1702470611, "457"], [1702470635, "459"], [1702470662, "460"], [1702470686, "472"], [1702470719, "480"], [1702470746, "483"], [1702470812, "485"], [1702470845, "486"], [1702470875, "498"], [1702470899, "500"], [1702470953, "500"], [1702470983, "502"], [1702471025, "502"], [1702471067, "512"], [1702471169, "513"], [1702471193, "516"], [1702471226, "518"], [1702471265, "518"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "7125"], [1702462844, "7170"], [1702462865, "7170"], [1702462880, "7170"], [1702462904, "7178"], [1702462919, "7384"], [1702462952, "7612"], [1702462973, "7612"], [1702462988, "7612"], [1702463045, "7651"], [1702463081, "7767"], [1702463114, "7922"], [1702463150, "7922"], [1702463186, "7969"], [1702463216, "7969"], [1702463240, "7969"], [1702463273, "7969"], [1702463324, "7970"], [1702463354, "7970"], [1702463381, "7970"], [1702463417, "8174"], [1702463453, "8174"], [1702463477, "8288"], [1702463510, "8288"], [1702463537, "8513"], [1702463570, "8626"], [1702463591, "8741"], [1702463621, "8794"], [1702463657, "8794"], [1702463693, "8794"], [1702463729, "9024"], [1702463765, "9024"], [1702463798, "9024"], [1702463846, "9024"], [1702463873, "9115"], [1702463906, "9230"], [1702463948, "9346"], [1702463984, "9346"], [1702464014, "9346"], [1702464050, "9346"], [1702464086, "9346"], [1702464122, "9346"], [1702464155, "9346"], [1702464194, "9346"], [1702464230, "9346"], [1702464263, "9346"], [1702464299, "9346"], [1702464332, "9425"], [1702464356, "9425"], [1702464392, "9517"], [1702464425, "9653"], [1702464455, "9653"], [1702464479, "9653"], [1702464509, "9653"], [1702464533, "9653"], [1702464569, "9653"], [1702464605, "9769"], [1702464635, "9885"], [1702464671, "9885"], [1702464716, "9885"], [1702464743, "9885"], [1702464776, "9885"], [1702464812, "9885"], [1702464836, "10000"], [1702464869, "10000"], [1702464905, "10115"], [1702464926, "10115"], [1702464956, "10115"], [1702464992, "10115"], [1702465016, "10115"], [1702465049, "10115"], [1702465085, "10115"], [1702465118, "10115"], [1702465145, "10115"], [1702465178, "10115"], [1702465208, "10115"], [1702465241, "10115"], [1702465298, "10115"], [1702465334, "10115"], [1702465367, "10115"], [1702465394, "10115"], [1702465418, "10115"], [1702465445, "10115"], [1702465481, "10115"], [1702465517, "10115"], [1702465550, "10115"], [1702465586, "10115"], [1702465619, "10115"], [1702465658, "10115"], [1702465706, "10115"], [1702465754, "10115"], [1702465787, "10115"], [1702465823, "10115"], [1702465856, "10115"], [1702465880, "10115"], [1702465910, "10115"], [1702465952, "10115"], [1702465988, "10115"], [1702466015, "10115"], [1702466030, "10115"], [1702466060, "10115"], [1702466078, "10115"], [1702466138, "10115"], [1702466168, "10115"], [1702466204, "10115"], [1702466237, "10115"], [1702466261, "10115"], [1702466291, "10115"], [1702466327, "10115"], [1702466360, "10115"], [1702466384, "10115"], [1702466417, "10115"], [1702466441, "10115"], [1702466471, "10115"], [1702466507, "10115"], [1702466540, "10115"], [1702466597, "10115"], [1702466633, "10115"], [1702466666, "10115"], [1702466705, "10115"], [1702466732, "10115"], [1702466765, "10115"], [1702466801, "10115"], [1702466852, "10115"], [1702466876, "10115"], [1702466918, "10115"], [1702466978, "10115"], [1702467014, "10115"], [1702467038, "10115"], [1702467068, "10115"], [1702467122, "10161"], [1702467158, "10161"], [1702467191, "10161"], [1702467221, "10161"], [1702467257, "10161"], [1702467299, "10161"], [1702467350, "10161"], [1702467386, "10161"], [1702467419, "10161"], [1702467455, "10161"], [1702467515, "10161"], [1702467542, "10161"], [1702467566, "10161"], [1702467599, "10161"], [1702467635, "10161"], [1702467668, "10161"], [1702467695, "10161"], [1702467716, "10161"], [1702467746, "10161"], [1702467800, "10161"], [1702467824, "10161"], [1702467908, "10161"], [1702467944, "10201"], [1702467968, "10201"], [1702468001, "10201"], [1702468031, "10201"], [1702468067, "10201"], [1702468085, "10201"], [1702468115, "10201"], [1702468151, "10201"], [1702468181, "10201"], [1702468208, "10201"], [1702468241, "10201"], [1702468256, "10201"], [1702468286, "10201"], [1702468322, "10201"], [1702468352, "10201"], [1702468388, "10201"], [1702468424, "10201"], [1702468457, "10201"], [1702468493, "10201"], [1702468517, "10201"], [1702468550, "10201"], [1702468586, "10201"], [1702468613, "10201"], [1702468637, "10312"], [1702468679, "10312"], [1702468721, "10312"], [1702468730, "10312"], [1702468766, "10312"], [1702468799, "10312"], [1702468835, "10312"], [1702468898, "10312"], [1702468934, "10312"], [1702468970, "10312"], [1702468994, "10312"], [1702469024, "10312"], [1702469060, "10312"], [1702469111, "10312"], [1702469144, "10312"], [1702469168, "10312"], [1702469204, "10312"], [1702469237, "10312"], [1702469273, "10312"], [1702469303, "10312"], [1702469336, "10312"], [1702469360, "10312"], [1702469387, "10312"], [1702469411, "10312"], [1702469435, "10312"], [1702469468, "10312"], [1702469504, "10312"], [1702469537, "10312"], [1702469573, "10312"], [1702469606, "10312"], [1702469633, "10312"], [1702469660, "10312"], [1702469684, "10312"], [1702469717, "10312"], [1702469753, "10312"], [1702469786, "10312"], [1702469816, "10312"], [1702469834, "10312"], [1702469864, "10312"], [1702469906, "10312"], [1702469936, "10312"], [1702469972, "10312"], [1702470005, "10312"], [1702470029, "10312"], [1702470065, "10312"], [1702470101, "10312"], [1702470131, "10312"], [1702470167, "10312"], [1702470203, "10312"], [1702470251, "10312"], [1702470278, "10312"], [1702470311, "10312"], [1702470347, "10312"], [1702470371, "10312"], [1702470404, "10312"], [1702470440, "10312"], [1702470476, "10312"], [1702470506, "10312"], [1702470542, "10312"], [1702470575, "10312"], [1702470611, "10312"], [1702470635, "10312"], [1702470662, "10312"], [1702470686, "10312"], [1702470719, "10312"], [1702470746, "10312"], [1702470812, "10312"], [1702470845, "10312"], [1702470875, "10312"], [1702470899, "10312"], [1702470953, "10312"], [1702470983, "10312"], [1702471025, "10312"], [1702471067, "10312"], [1702471169, "10312"], [1702471193, "10312"], [1702471226, "10312"], [1702471265, "10312"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "6707"], [1702462736, "6707"], [1702462751, "6757"], [1702462763, "6758"], [1702462793, "6920"], [1702462808, "6970"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "20"], [1702462721, "21"], [1702462736, "23"], [1702462751, "23"], [1702462763, "23"], [1702462793, "23"], [1702462808, "23"], [1702462829, "23"], [1702462844, "23"], [1702462865, "23"], [1702462880, "24"], [1702462904, "24"], [1702462919, "26"], [1702462952, "32"], [1702462973, "32"], [1702462988, "32"], [1702463045, "33"], [1702463081, "35"], [1702463114, "35"], [1702463150, "45"], [1702463186, "45"], [1702463216, "45"], [1702463240, "45"], [1702463273, "46"], [1702463324, "46"], [1702463354, "46"], [1702463381, "47"], [1702463417, "47"], [1702463453, "47"], [1702463477, "47"], [1702463510, "48"], [1702463537, "48"], [1702463570, "48"], [1702463591, "48"], [1702463621, "48"], [1702463657, "48"], [1702463693, "48"], [1702463729, "51"], [1702463765, "52"], [1702463798, "52"], [1702463846, "52"], [1702463873, "66"], [1702463906, "66"], [1702463948, "66"], [1702463984, "66"], [1702464014, "66"], [1702464050, "66"], [1702464086, "72"], [1702464122, "73"], [1702464155, "73"], [1702464194, "73"], [1702464230, "73"], [1702464263, "73"], [1702464299, "73"], [1702464332, "73"], [1702464356, "74"], [1702464392, "74"], [1702464425, "74"], [1702464455, "77"], [1702464479, "77"], [1702464509, "77"], [1702464533, "77"], [1702464569, "77"], [1702464605, "78"], [1702464635, "78"], [1702464671, "78"], [1702464716, "79"], [1702464743, "79"], [1702464776, "79"], [1702464812, "79"], [1702464836, "81"], [1702464869, "81"], [1702464905, "81"], [1702464926, "82"], [1702464956, "83"], [1702464992, "83"], [1702465016, "86"], [1702465049, "86"], [1702465085, "86"], [1702465118, "86"], [1702465145, "86"], [1702465178, "86"], [1702465208, "89"], [1702465241, "89"], [1702465298, "89"], [1702465334, "96"], [1702465367, "96"], [1702465394, "96"], [1702465418, "96"], [1702465445, "103"], [1702465481, "103"], [1702465517, "103"], [1702465550, "103"], [1702465586, "110"], [1702465619, "110"], [1702465658, "110"], [1702465706, "110"], [1702465754, "110"], [1702465787, "110"], [1702465823, "110"], [1702465856, "110"], [1702465880, "110"], [1702465910, "110"], [1702465952, "111"], [1702465988, "111"], [1702466015, "111"], [1702466030, "111"], [1702466060, "111"], [1702466078, "111"], [1702466138, "111"], [1702466168, "112"], [1702466204, "112"], [1702466237, "112"], [1702466261, "112"], [1702466291, "112"], [1702466327, "112"], [1702466360, "112"], [1702466384, "112"], [1702466417, "112"], [1702466441, "112"], [1702466471, "112"], [1702466507, "112"], [1702466540, "115"], [1702466597, "115"], [1702466633, "115"], [1702466666, "116"], [1702466705, "116"], [1702466732, "116"], [1702466765, "116"], [1702466801, "117"], [1702466852, "117"], [1702466876, "117"], [1702466918, "118"], [1702466978, "118"], [1702467014, "118"], [1702467038, "120"], [1702467068, "120"], [1702467122, "121"], [1702467158, "124"], [1702467191, "125"], [1702467221, "125"], [1702467257, "125"], [1702467299, "126"], [1702467350, "127"], [1702467386, "129"], [1702467419, "129"], [1702467455, "129"], [1702467515, "142"], [1702467542, "142"], [1702467566, "142"], [1702467599, "142"], [1702467635, "142"], [1702467668, "142"], [1702467695, "142"], [1702467716, "142"], [1702467746, "142"], [1702467800, "144"], [1702467824, "144"], [1702467908, "144"], [1702467944, "144"], [1702467968, "144"], [1702468001, "146"], [1702468031, "146"], [1702468067, "147"], [1702468085, "147"], [1702468115, "148"], [1702468151, "148"], [1702468181, "148"], [1702468208, "150"], [1702468241, "150"], [1702468256, "150"], [1702468286, "150"], [1702468322, "150"], [1702468352, "150"], [1702468388, "153"], [1702468424, "153"], [1702468457, "153"], [1702468493, "157"], [1702468517, "157"], [1702468550, "157"], [1702468586, "158"], [1702468613, "161"], [1702468637, "161"], [1702468679, "161"], [1702468721, "161"], [1702468730, "164"], [1702468766, "164"], [1702468799, "164"], [1702468835, "164"], [1702468898, "164"], [1702468934, "164"], [1702468970, "169"], [1702468994, "181"], [1702469024, "181"], [1702469060, "182"], [1702469111, "183"], [1702469144, "183"], [1702469168, "183"], [1702469204, "183"], [1702469237, "184"], [1702469273, "184"], [1702469303, "185"], [1702469336, "185"], [1702469360, "190"], [1702469387, "190"], [1702469411, "191"], [1702469435, "191"], [1702469468, "193"], [1702469504, "193"], [1702469537, "193"], [1702469573, "194"], [1702469606, "195"], [1702469633, "195"], [1702469660, "195"], [1702469684, "195"], [1702469717, "198"], [1702469753, "199"], [1702469786, "200"], [1702469816, "200"], [1702469834, "200"], [1702469864, "200"], [1702469906, "200"], [1702469936, "200"], [1702469972, "201"], [1702470005, "201"], [1702470029, "201"], [1702470065, "201"], [1702470101, "202"], [1702470131, "203"], [1702470167, "203"], [1702470203, "212"], [1702470251, "212"], [1702470278, "214"], [1702470311, "215"], [1702470347, "215"], [1702470371, "218"], [1702470404, "218"], [1702470440, "218"], [1702470476, "218"], [1702470506, "218"], [1702470542, "218"], [1702470575, "220"], [1702470611, "220"], [1702470635, "220"], [1702470662, "220"], [1702470686, "224"], [1702470719, "224"], [1702470746, "224"], [1702470812, "225"], [1702470845, "225"], [1702470875, "226"], [1702470899, "226"], [1702470953, "228"], [1702470983, "228"], [1702471025, "228"], [1702471067, "228"], [1702471169, "228"], [1702471193, "229"], [1702471226, "229"], [1702471265, "229"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "89"], [1702462721, "98"], [1702462736, "101"], [1702462751, "116"], [1702462763, "132"], [1702462793, "158"], [1702462808, "177"], [1702462829, "177"], [1702462844, "192"], [1702462865, "193"], [1702462880, "193"], [1702462904, "193"], [1702462919, "193"], [1702462952, "193"], [1702462973, "193"], [1702462988, "195"], [1702463045, "195"], [1702463081, "195"], [1702463114, "196"], [1702463150, "196"], [1702463186, "197"], [1702463216, "197"], [1702463240, "199"], [1702463273, "199"], [1702463324, "199"], [1702463354, "203"], [1702463381, "203"], [1702463417, "203"], [1702463453, "203"], [1702463477, "215"], [1702463510, "215"], [1702463537, "215"], [1702463570, "215"], [1702463591, "216"], [1702463621, "216"], [1702463657, "216"], [1702463693, "216"], [1702463729, "218"], [1702463765, "218"], [1702463798, "219"], [1702463846, "228"], [1702463873, "254"], [1702463906, "254"], [1702463948, "258"], [1702463984, "258"], [1702464014, "258"], [1702464050, "258"], [1702464086, "261"], [1702464122, "280"], [1702464155, "280"], [1702464194, "282"], [1702464230, "282"], [1702464263, "284"], [1702464299, "288"], [1702464332, "291"], [1702464356, "291"], [1702464392, "291"], [1702464425, "294"], [1702464455, "320"], [1702464479, "320"], [1702464509, "320"], [1702464533, "320"], [1702464569, "324"], [1702464605, "325"], [1702464635, "325"], [1702464671, "327"], [1702464716, "327"], [1702464743, "327"], [1702464776, "327"], [1702464812, "330"], [1702464836, "330"], [1702464869, "330"], [1702464905, "334"], [1702464926, "334"], [1702464956, "334"], [1702464992, "334"], [1702465016, "336"], [1702465049, "336"], [1702465085, "368"], [1702465118, "368"], [1702465145, "371"], [1702465178, "371"], [1702465208, "371"], [1702465241, "371"], [1702465298, "374"], [1702465334, "374"], [1702465367, "375"], [1702465394, "377"], [1702465418, "377"], [1702465445, "377"], [1702465481, "405"], [1702465517, "409"], [1702465550, "409"], [1702465586, "409"], [1702465619, "411"], [1702465658, "411"], [1702465706, "411"], [1702465754, "414"], [1702465787, "414"], [1702465823, "414"], [1702465856, "423"], [1702465880, "423"], [1702465910, "423"], [1702465952, "423"], [1702465988, "427"], [1702466015, "427"], [1702466030, "427"], [1702466060, "427"], [1702466078, "427"], [1702466138, "429"], [1702466168, "429"], [1702466204, "430"], [1702466237, "476"], [1702466261, "509"], [1702466291, "509"], [1702466327, "509"], [1702466360, "512"], [1702466384, "513"], [1702466417, "513"], [1702466441, "514"], [1702466471, "526"], [1702466507, "526"], [1702466540, "526"], [1702466597, "531"], [1702466633, "531"], [1702466666, "531"], [1702466705, "532"], [1702466732, "532"], [1702466765, "532"], [1702466801, "532"], [1702466852, "543"], [1702466876, "543"], [1702466918, "543"], [1702466978, "549"], [1702467014, "549"], [1702467038, "549"], [1702467068, "552"], [1702467122, "554"], [1702467158, "554"], [1702467191, "557"], [1702467221, "557"], [1702467257, "557"], [1702467299, "562"], [1702467350, "562"], [1702467386, "562"], [1702467419, "569"], [1702467455, "574"], [1702467515, "583"], [1702467542, "593"], [1702467566, "599"], [1702467599, "602"], [1702467635, "604"], [1702467668, "606"], [1702467695, "606"], [1702467716, "607"], [1702467746, "608"], [1702467800, "619"], [1702467824, "632"], [1702467908, "680"], [1702467944, "693"], [1702467968, "695"], [1702468001, "696"], [1702468031, "699"], [1702468067, "699"], [1702468085, "699"], [1702468115, "699"], [1702468151, "702"], [1702468181, "716"], [1702468208, "724"], [1702468241, "749"], [1702468256, "760"], [1702468286, "765"], [1702468322, "769"], [1702468352, "773"], [1702468388, "781"], [1702468424, "781"], [1702468457, "781"], [1702468493, "788"], [1702468517, "790"], [1702468550, "793"], [1702468586, "807"], [1702468613, "825"], [1702468637, "833"], [1702468679, "839"], [1702468721, "842"], [1702468730, "852"], [1702468766, "852"], [1702468799, "852"], [1702468835, "852"], [1702468898, "859"], [1702468934, "874"], [1702468970, "897"], [1702468994, "914"], [1702469024, "917"], [1702469060, "1005"], [1702469111, "1014"], [1702469144, "1014"], [1702469168, "1014"], [1702469204, "1014"], [1702469237, "1020"], [1702469273, "1025"], [1702469303, "1039"], [1702469336, "1061"], [1702469360, "1082"], [1702469387, "1091"], [1702469411, "1092"], [1702469435, "1094"], [1702469468, "1102"], [1702469504, "1102"], [1702469537, "1102"], [1702469573, "1105"], [1702469606, "1105"], [1702469633, "1105"], [1702469660, "1105"], [1702469684, "1115"], [1702469717, "1120"], [1702469753, "1125"], [1702469786, "1132"], [1702469816, "1137"], [1702469834, "1140"], [1702469864, "1142"], [1702469906, "1146"], [1702469936, "1149"], [1702469972, "1149"], [1702470005, "1149"], [1702470029, "1149"], [1702470065, "1151"], [1702470101, "1152"], [1702470131, "1154"], [1702470167, "1160"], [1702470203, "1166"], [1702470251, "1173"], [1702470278, "1178"], [1702470311, "1181"], [1702470347, "1181"], [1702470371, "1181"], [1702470404, "1184"], [1702470440, "1184"], [1702470476, "1184"], [1702470506, "1184"], [1702470542, "1192"], [1702470575, "1199"], [1702470611, "1203"], [1702470635, "1212"], [1702470662, "1219"], [1702470686, "1227"], [1702470719, "1228"], [1702470746, "1228"], [1702470812, "1230"], [1702470845, "1230"], [1702470875, "1239"], [1702470899, "1239"], [1702470953, "1239"], [1702470983, "1239"], [1702471025, "1357"], [1702471067, "1357"], [1702471169, "1366"], [1702471193, "1367"], [1702471226, "1367"], [1702471265, "1372"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "11"], [1702462721, "13"], [1702462736, "13"], [1702462751, "13"], [1702462763, "13"], [1702462793, "13"], [1702462808, "13"], [1702462829, "13"], [1702462844, "19"], [1702462865, "19"], [1702462880, "19"], [1702462904, "19"], [1702462919, "19"], [1702462952, "23"], [1702462973, "24"], [1702462988, "25"], [1702463045, "25"], [1702463081, "27"], [1702463114, "27"], [1702463150, "27"], [1702463186, "27"], [1702463216, "30"], [1702463240, "34"], [1702463273, "34"], [1702463324, "37"], [1702463354, "40"], [1702463381, "40"], [1702463417, "40"], [1702463453, "48"], [1702463477, "48"], [1702463510, "48"], [1702463537, "48"], [1702463570, "51"], [1702463591, "51"], [1702463621, "51"], [1702463657, "51"], [1702463693, "66"], [1702463729, "66"], [1702463765, "66"], [1702463798, "70"], [1702463846, "70"], [1702463873, "70"], [1702463906, "70"], [1702463948, "73"], [1702463984, "73"], [1702464014, "73"], [1702464050, "76"], [1702464086, "76"], [1702464122, "76"], [1702464155, "80"], [1702464194, "81"], [1702464230, "81"], [1702464263, "82"], [1702464299, "85"], [1702464332, "85"], [1702464356, "85"], [1702464392, "85"], [1702464425, "96"], [1702464455, "96"], [1702464479, "96"], [1702464509, "101"], [1702464533, "101"], [1702464569, "103"], [1702464605, "103"], [1702464635, "106"], [1702464671, "106"], [1702464716, "109"], [1702464743, "109"], [1702464776, "113"], [1702464812, "113"], [1702464836, "113"], [1702464869, "125"], [1702464905, "125"], [1702464926, "125"], [1702464956, "125"], [1702464992, "129"], [1702465016, "129"], [1702465049, "129"], [1702465085, "129"], [1702465118, "132"], [1702465145, "132"], [1702465178, "132"], [1702465208, "132"], [1702465241, "133"], [1702465298, "133"], [1702465334, "133"], [1702465367, "137"], [1702465394, "138"], [1702465418, "138"], [1702465445, "138"], [1702465481, "141"], [1702465517, "141"], [1702465550, "141"], [1702465586, "144"], [1702465619, "144"], [1702465658, "144"], [1702465706, "144"], [1702465754, "152"], [1702465787, "152"], [1702465823, "152"], [1702465856, "155"], [1702465880, "155"], [1702465910, "155"], [1702465952, "155"], [1702465988, "159"], [1702466015, "159"], [1702466030, "159"], [1702466060, "159"], [1702466078, "161"], [1702466138, "161"], [1702466168, "161"], [1702466204, "166"], [1702466237, "166"], [1702466261, "166"], [1702466291, "166"], [1702466327, "170"], [1702466360, "170"], [1702466384, "170"], [1702466417, "170"], [1702466441, "173"], [1702466471, "175"], [1702466507, "178"], [1702466540, "178"], [1702466597, "182"], [1702466633, "182"], [1702466666, "182"], [1702466705, "186"], [1702466732, "186"], [1702466765, "186"], [1702466801, "200"], [1702466852, "201"], [1702466876, "202"], [1702466918, "202"], [1702466978, "205"], [1702467014, "205"], [1702467038, "209"], [1702467068, "209"], [1702467122, "209"], [1702467158, "209"], [1702467191, "218"], [1702467221, "218"], [1702467257, "219"], [1702467299, "223"], [1702467350, "223"], [1702467386, "229"], [1702467419, "247"], [1702467455, "261"], [1702467515, "306"], [1702467542, "322"], [1702467566, "345"], [1702467599, "351"], [1702467635, "357"], [1702467668, "361"], [1702467695, "361"], [1702467716, "362"], [1702467746, "362"], [1702467800, "381"], [1702467824, "403"], [1702467908, "471"], [1702467944, "489"], [1702467968, "496"], [1702468001, "500"], [1702468031, "500"], [1702468067, "500"], [1702468085, "502"], [1702468115, "511"], [1702468151, "516"], [1702468181, "528"], [1702468208, "548"], [1702468241, "584"], [1702468256, "591"], [1702468286, "595"], [1702468322, "603"], [1702468352, "605"], [1702468388, "613"], [1702468424, "613"], [1702468457, "614"], [1702468493, "618"], [1702468517, "625"], [1702468550, "635"], [1702468586, "667"], [1702468613, "687"], [1702468637, "701"], [1702468679, "710"], [1702468721, "716"], [1702468730, "723"], [1702468766, "723"], [1702468799, "723"], [1702468835, "723"], [1702468898, "731"], [1702468934, "787"], [1702468970, "820"], [1702468994, "845"], [1702469024, "860"], [1702469060, "878"], [1702469111, "898"], [1702469144, "898"], [1702469168, "898"], [1702469204, "902"], [1702469237, "907"], [1702469273, "933"], [1702469303, "940"], [1702469336, "978"], [1702469360, "989"], [1702469387, "1002"], [1702469411, "1007"], [1702469435, "1011"], [1702469468, "1017"], [1702469504, "1021"], [1702469537, "1021"], [1702469573, "1025"], [1702469606, "1025"], [1702469633, "1025"], [1702469660, "1026"], [1702469684, "1036"], [1702469717, "1041"], [1702469753, "1051"], [1702469786, "1055"], [1702469816, "1057"], [1702469834, "1063"], [1702469864, "1064"], [1702469906, "1068"], [1702469936, "1071"], [1702469972, "1071"], [1702470005, "1071"], [1702470029, "1071"], [1702470065, "1075"], [1702470101, "1080"], [1702470131, "1087"], [1702470167, "1105"], [1702470203, "1113"], [1702470251, "1124"], [1702470278, "1134"], [1702470311, "1140"], [1702470347, "1142"], [1702470371, "1142"], [1702470404, "1146"], [1702470440, "1146"], [1702470476, "1153"], [1702470506, "1153"], [1702470542, "1162"], [1702470575, "1178"], [1702470611, "1188"], [1702470635, "1207"], [1702470662, "1211"], [1702470686, "1213"], [1702470719, "1215"], [1702470746, "1219"], [1702470812, "1222"], [1702470845, "1222"], [1702470875, "1222"], [1702470899, "1230"], [1702470953, "1230"], [1702470983, "1230"], [1702471025, "1234"], [1702471067, "1235"], [1702471169, "1238"], [1702471193, "1238"], [1702471226, "1238"], [1702471265, "1244"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "246"], [1702462721, "294"], [1702462736, "319"], [1702462751, "324"], [1702462763, "326"], [1702462793, "357"], [1702462808, "362"], [1702462829, "431"], [1702462844, "462"], [1702462865, "466"], [1702462880, "489"], [1702462904, "526"], [1702462919, "526"], [1702462952, "538"], [1702462973, "553"], [1702462988, "561"], [1702463045, "616"], [1702463081, "685"], [1702463114, "738"], [1702463150, "770"], [1702463186, "819"], [1702463216, "847"], [1702463240, "919"], [1702463273, "950"], [1702463324, "976"], [1702463354, "996"], [1702463381, "1081"], [1702463417, "1103"], [1702463453, "1120"], [1702463477, "1140"], [1702463510, "1163"], [1702463537, "1181"], [1702463570, "1194"], [1702463591, "1214"], [1702463621, "1235"], [1702463657, "1250"], [1702463693, "1283"], [1702463729, "1300"], [1702463765, "1324"], [1702463798, "1348"], [1702463846, "1364"], [1702463873, "1382"], [1702463906, "1399"], [1702463948, "1427"], [1702463984, "1451"], [1702464014, "1482"], [1702464050, "1507"], [1702464086, "1529"], [1702464122, "1559"], [1702464155, "1589"], [1702464194, "1612"], [1702464230, "1639"], [1702464263, "1684"], [1702464299, "1725"], [1702464332, "1746"], [1702464356, "1774"], [1702464392, "1783"], [1702464425, "1800"], [1702464455, "1838"], [1702464479, "1888"], [1702464509, "1901"], [1702464533, "1932"], [1702464569, "1953"], [1702464605, "1972"], [1702464635, "1990"], [1702464671, "2010"], [1702464716, "2035"], [1702464743, "2055"], [1702464776, "2080"], [1702464812, "2094"], [1702464836, "2119"], [1702464869, "2137"], [1702464905, "2157"], [1702464926, "2164"], [1702464956, "2185"], [1702464992, "2204"], [1702465016, "2221"], [1702465049, "2238"], [1702465085, "2311"], [1702465118, "2328"], [1702465145, "2334"], [1702465178, "2340"], [1702465208, "2365"], [1702465241, "2389"], [1702465298, "2434"], [1702465334, "2485"], [1702465367, "2538"], [1702465394, "2567"], [1702465418, "2593"], [1702465445, "2608"], [1702465481, "2638"], [1702465517, "2668"], [1702465550, "2693"], [1702465586, "2736"], [1702465619, "2754"], [1702465658, "2776"], [1702465706, "2777"], [1702465754, "2792"], [1702465787, "2805"], [1702465823, "2832"], [1702465856, "2858"], [1702465880, "2882"], [1702465910, "2907"], [1702465952, "2931"], [1702465988, "2956"], [1702466015, "2993"], [1702466030, "3019"], [1702466060, "3040"], [1702466078, "3053"], [1702466138, "3066"], [1702466168, "3106"], [1702466204, "3137"], [1702466237, "3167"], [1702466261, "3207"], [1702466291, "3218"], [1702466327, "3239"], [1702466360, "3258"], [1702466384, "3269"], [1702466417, "3310"], [1702466441, "3325"], [1702466471, "3337"], [1702466507, "3363"], [1702466540, "3384"], [1702466597, "3407"], [1702466633, "3434"], [1702466666, "3451"], [1702466705, "3470"], [1702466732, "3496"], [1702466765, "3527"], [1702466801, "3554"], [1702466852, "3577"], [1702466876, "3604"], [1702466918, "3629"], [1702466978, "3670"], [1702467014, "3701"], [1702467038, "3727"], [1702467068, "3741"], [1702467122, "3785"], [1702467158, "3816"], [1702467191, "3869"], [1702467221, "3888"], [1702467257, "3926"], [1702467299, "3954"], [1702467350, "3995"], [1702467386, "4051"], [1702467419, "4081"], [1702467455, "4132"], [1702467515, "4250"], [1702467542, "4318"], [1702467566, "4381"], [1702467599, "4427"], [1702467635, "4451"], [1702467668, "4478"], [1702467695, "4691"], [1702467716, "4715"], [1702467746, "4734"], [1702467800, "4782"], [1702467824, "4845"], [1702467908, "4889"], [1702467944, "4926"], [1702467968, "4954"], [1702468001, "4975"], [1702468031, "5269"], [1702468067, "5302"], [1702468085, "5340"], [1702468115, "5361"], [1702468151, "5398"], [1702468181, "5460"], [1702468208, "5497"], [1702468241, "5528"], [1702468256, "5545"], [1702468286, "5565"], [1702468322, "5607"], [1702468352, "5870"], [1702468388, "5921"], [1702468424, "5945"], [1702468457, "5984"], [1702468493, "6018"], [1702468517, "6059"], [1702468550, "6107"], [1702468586, "6457"], [1702468613, "6547"], [1702468637, "6612"], [1702468679, "6677"], [1702468721, "6713"], [1702468730, "6729"], [1702468766, "6757"], [1702468799, "6801"], [1702468835, "6836"], [1702468898, "6898"], [1702468934, "6996"], [1702468970, "7090"], [1702468994, "7135"], [1702469024, "7157"], [1702469060, "7261"], [1702469111, "7296"], [1702469144, "7331"], [1702469168, "7354"], [1702469204, "7379"], [1702469237, "7407"], [1702469273, "7452"], [1702469303, "7508"], [1702469336, "7586"], [1702469360, "7667"], [1702469387, "7756"], [1702469411, "7822"], [1702469435, "7837"], [1702469468, "7877"], [1702469504, "7904"], [1702469537, "7932"], [1702469573, "7949"], [1702469606, "7974"], [1702469633, "7984"], [1702469660, "8007"], [1702469684, "8056"], [1702469717, "8100"], [1702469753, "8132"], [1702469786, "8165"], [1702469816, "8191"], [1702469834, "8232"], [1702469864, "8267"], [1702469906, "8304"], [1702469936, "8325"], [1702469972, "8335"], [1702470005, "8359"], [1702470029, "8372"], [1702470065, "8395"], [1702470101, "8428"], [1702470131, "8482"], [1702470167, "8534"], [1702470203, "8587"], [1702470251, "8665"], [1702470278, "8714"], [1702470311, "8739"], [1702470347, "8767"], [1702470371, "8803"], [1702470404, "8818"], [1702470440, "8847"], [1702470476, "8867"], [1702470506, "8906"], [1702470542, "8955"], [1702470575, "8985"], [1702470611, "9058"], [1702470635, "9098"], [1702470662, "9120"], [1702470686, "9169"], [1702470719, "9212"], [1702470746, "9241"], [1702470812, "9285"], [1702470845, "9300"], [1702470875, "9329"], [1702470899, "9347"], [1702470953, "9384"], [1702470983, "9402"], [1702471025, "9424"], [1702471067, "9471"], [1702471169, "9550"], [1702471193, "9558"], [1702471226, "9577"], [1702471265, "9589"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "24"], [1702462721, "27"], [1702462736, "27"], [1702462751, "29"], [1702462763, "29"], [1702462793, "34"], [1702462808, "34"], [1702462829, "34"], [1702462844, "34"], [1702462865, "35"], [1702462880, "39"], [1702462904, "42"], [1702462919, "44"], [1702462952, "44"], [1702462973, "46"], [1702462988, "47"], [1702463045, "64"], [1702463081, "72"], [1702463114, "72"], [1702463150, "72"], [1702463186, "87"], [1702463216, "90"], [1702463240, "91"], [1702463273, "95"], [1702463324, "102"], [1702463354, "106"], [1702463381, "110"], [1702463417, "110"], [1702463453, "120"], [1702463477, "120"], [1702463510, "123"], [1702463537, "128"], [1702463570, "132"], [1702463591, "136"], [1702463621, "148"], [1702463657, "154"], [1702463693, "186"], [1702463729, "190"], [1702463765, "193"], [1702463798, "201"], [1702463846, "201"], [1702463873, "218"], [1702463906, "222"], [1702463948, "226"], [1702463984, "229"], [1702464014, "229"], [1702464050, "233"], [1702464086, "239"], [1702464122, "239"], [1702464155, "239"], [1702464194, "248"], [1702464230, "252"], [1702464263, "252"], [1702464299, "258"], [1702464332, "261"], [1702464356, "265"], [1702464392, "270"], [1702464425, "270"], [1702464455, "270"], [1702464479, "274"], [1702464509, "274"], [1702464533, "275"], [1702464569, "275"], [1702464605, "275"], [1702464635, "285"], [1702464671, "301"], [1702464716, "307"], [1702464743, "307"], [1702464776, "311"], [1702464812, "315"], [1702464836, "324"], [1702464869, "328"], [1702464905, "328"], [1702464926, "332"], [1702464956, "333"], [1702464992, "338"], [1702465016, "342"], [1702465049, "344"], [1702465085, "346"], [1702465118, "354"], [1702465145, "358"], [1702465178, "361"], [1702465208, "367"], [1702465241, "371"], [1702465298, "384"], [1702465334, "384"], [1702465367, "384"], [1702465394, "390"], [1702465418, "397"], [1702465445, "401"], [1702465481, "407"], [1702465517, "408"], [1702465550, "411"], [1702465586, "415"], [1702465619, "419"], [1702465658, "425"], [1702465706, "429"], [1702465754, "435"], [1702465787, "439"], [1702465823, "442"], [1702465856, "446"], [1702465880, "449"], [1702465910, "453"], [1702465952, "453"], [1702465988, "457"], [1702466015, "461"], [1702466030, "464"], [1702466060, "474"], [1702466078, "479"], [1702466138, "483"], [1702466168, "490"], [1702466204, "491"], [1702466237, "495"], [1702466261, "498"], [1702466291, "501"], [1702466327, "503"], [1702466360, "509"], [1702466384, "517"], [1702466417, "522"], [1702466441, "526"], [1702466471, "528"], [1702466507, "537"], [1702466540, "541"], [1702466597, "548"], [1702466633, "549"], [1702466666, "553"], [1702466705, "554"], [1702466732, "554"], [1702466765, "558"], [1702466801, "565"], [1702466852, "569"], [1702466876, "569"], [1702466918, "573"], [1702466978, "579"], [1702467014, "582"], [1702467038, "586"], [1702467068, "586"], [1702467122, "590"], [1702467158, "604"], [1702467191, "612"], [1702467221, "612"], [1702467257, "612"], [1702467299, "619"], [1702467350, "627"], [1702467386, "642"], [1702467419, "691"], [1702467455, "752"], [1702467515, "840"], [1702467542, "879"], [1702467566, "936"], [1702467599, "955"], [1702467635, "968"], [1702467668, "975"], [1702467695, "975"], [1702467716, "985"], [1702467746, "998"], [1702467800, "1078"], [1702467824, "1136"], [1702467908, "1244"], [1702467944, "1290"], [1702467968, "1309"], [1702468001, "1320"], [1702468031, "1320"], [1702468067, "1325"], [1702468085, "1328"], [1702468115, "1330"], [1702468151, "1370"], [1702468181, "1403"], [1702468208, "1445"], [1702468241, "1514"], [1702468256, "1544"], [1702468286, "1591"], [1702468322, "1609"], [1702468352, "1624"], [1702468388, "1631"], [1702468424, "1635"], [1702468457, "1636"], [1702468493, "1658"], [1702468517, "1684"], [1702468550, "1708"], [1702468586, "1747"], [1702468613, "1765"], [1702468637, "1792"], [1702468679, "1813"], [1702468721, "1836"], [1702468730, "1848"], [1702468766, "1848"], [1702468799, "1852"], [1702468835, "1866"], [1702468898, "1888"], [1702468934, "1961"], [1702468970, "2018"], [1702468994, "2052"], [1702469024, "2079"], [1702469060, "2113"], [1702469111, "2154"], [1702469144, "2157"], [1702469168, "2164"], [1702469204, "2169"], [1702469237, "2184"], [1702469273, "2242"], [1702469303, "2270"], [1702469336, "2319"], [1702469360, "2365"], [1702469387, "2412"], [1702469411, "2433"], [1702469435, "2449"], [1702469468, "2474"], [1702469504, "2479"], [1702469537, "2479"], [1702469573, "2486"], [1702469606, "2492"], [1702469633, "2508"], [1702469660, "2527"], [1702469684, "2551"], [1702469717, "2563"], [1702469753, "2581"], [1702469786, "2593"], [1702469816, "2606"], [1702469834, "2626"], [1702469864, "2631"], [1702469906, "2637"], [1702469936, "2644"], [1702469972, "2648"], [1702470005, "2652"], [1702470029, "2655"], [1702470065, "2659"], [1702470101, "2670"], [1702470131, "2695"], [1702470167, "2729"], [1702470203, "2762"], [1702470251, "2806"], [1702470278, "2840"], [1702470311, "2844"], [1702470347, "2854"], [1702470371, "2858"], [1702470404, "2862"], [1702470440, "2866"], [1702470476, "2870"], [1702470506, "2878"], [1702470542, "2890"], [1702470575, "2900"], [1702470611, "2954"], [1702470635, "2971"], [1702470662, "2984"], [1702470686, "3008"], [1702470719, "3045"], [1702470746, "3052"], [1702470812, "3062"], [1702470845, "3069"], [1702470875, "3077"], [1702470899, "3078"], [1702470953, "3089"], [1702470983, "3089"], [1702471025, "3092"], [1702471067, "3102"], [1702471169, "3114"], [1702471193, "3117"], [1702471226, "3120"], [1702471265, "3124"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "92"], [1702463765, "92"], [1702463798, "92"], [1702463846, "92"], [1702463873, "92"], [1702463906, "92"], [1702463948, "92"], [1702463984, "92"], [1702464014, "92"], [1702464050, "92"], [1702464086, "92"], [1702464122, "92"], [1702464155, "92"], [1702464194, "92"], [1702464230, "92"], [1702464263, "92"], [1702464299, "92"], [1702464332, "92"], [1702464356, "92"], [1702464392, "92"], [1702464425, "92"], [1702464455, "92"], [1702464479, "92"], [1702464509, "92"], [1702464533, "92"], [1702464569, "92"], [1702464605, "92"], [1702464635, "92"], [1702464671, "92"], [1702464716, "92"], [1702464743, "92"], [1702464776, "92"], [1702464812, "92"], [1702464836, "92"], [1702464869, "92"], [1702464905, "92"], [1702464926, "92"], [1702464956, "92"], [1702464992, "92"], [1702465016, "92"], [1702465049, "92"], [1702465085, "92"], [1702465118, "92"], [1702465145, "92"], [1702465178, "92"], [1702465208, "92"], [1702465241, "94"], [1702465298, "94"], [1702465334, "94"], [1702465367, "94"], [1702465394, "94"], [1702465418, "94"], [1702465445, "94"], [1702465481, "94"], [1702465517, "94"], [1702465550, "94"], [1702465586, "94"], [1702465619, "94"], [1702465658, "94"], [1702465706, "94"], [1702465754, "94"], [1702465787, "94"], [1702465823, "94"], [1702465856, "94"], [1702465880, "94"], [1702465910, "94"], [1702465952, "94"], [1702465988, "94"], [1702466015, "94"], [1702466030, "94"], [1702466060, "94"], [1702466078, "94"], [1702466138, "94"], [1702466168, "94"], [1702466204, "94"], [1702466237, "94"], [1702466261, "94"], [1702466291, "94"], [1702466327, "94"], [1702466360, "94"], [1702466384, "94"], [1702466417, "94"], [1702466441, "94"], [1702466471, "94"], [1702466507, "94"], [1702466540, "94"], [1702466597, "94"], [1702466633, "94"], [1702466666, "94"], [1702466705, "94"], [1702466732, "94"], [1702466765, "94"], [1702466801, "94"], [1702466852, "94"], [1702466876, "94"], [1702466918, "94"], [1702466978, "94"], [1702467014, "94"], [1702467038, "94"], [1702467068, "94"], [1702467122, "94"], [1702467158, "94"], [1702467191, "94"], [1702467221, "94"], [1702467257, "94"], [1702467299, "94"], [1702467350, "94"], [1702467386, "94"], [1702467419, "94"], [1702467455, "94"], [1702467515, "94"], [1702467542, "94"], [1702467566, "94"], [1702467599, "94"], [1702467635, "94"], [1702467668, "94"], [1702467695, "94"], [1702467716, "94"], [1702467746, "94"], [1702467800, "94"], [1702467824, "94"], [1702467908, "94"], [1702467944, "94"], [1702467968, "94"], [1702468001, "94"], [1702468031, "94"], [1702468067, "94"], [1702468085, "94"], [1702468115, "94"], [1702468151, "94"], [1702468181, "94"], [1702468208, "94"], [1702468241, "94"], [1702468256, "94"], [1702468286, "94"], [1702468322, "94"], [1702468352, "94"], [1702468388, "94"], [1702468424, "94"], [1702468457, "94"], [1702468493, "94"], [1702468517, "94"], [1702468550, "94"], [1702468586, "94"], [1702468613, "94"], [1702468637, "94"], [1702468679, "94"], [1702468721, "94"], [1702468730, "94"], [1702468766, "94"], [1702468799, "94"], [1702468835, "94"], [1702468898, "94"], [1702468934, "94"], [1702468970, "94"], [1702468994, "94"], [1702469024, "94"], [1702469060, "94"], [1702469111, "94"], [1702469144, "94"], [1702469168, "94"], [1702469204, "94"], [1702469237, "94"], [1702469273, "94"], [1702469303, "94"], [1702469336, "94"], [1702469360, "94"], [1702469387, "94"], [1702469411, "94"], [1702469435, "94"], [1702469468, "94"], [1702469504, "94"], [1702469537, "94"], [1702469573, "94"], [1702469606, "94"], [1702469633, "94"], [1702469660, "94"], [1702469684, "94"], [1702469717, "94"], [1702469753, "94"], [1702469786, "94"], [1702469816, "94"], [1702469834, "94"], [1702469864, "94"], [1702469906, "94"], [1702469936, "94"], [1702469972, "94"], [1702470005, "94"], [1702470029, "94"], [1702470065, "94"], [1702470101, "94"], [1702470131, "94"], [1702470167, "94"], [1702470203, "94"], [1702470251, "94"], [1702470278, "94"], [1702470311, "94"], [1702470347, "94"], [1702470371, "94"], [1702470404, "94"], [1702470440, "94"], [1702470476, "94"], [1702470506, "94"], [1702470542, "94"], [1702470575, "94"], [1702470611, "94"], [1702470635, "94"], [1702470662, "94"], [1702470686, "94"], [1702470719, "94"], [1702470746, "94"], [1702470812, "94"], [1702470845, "94"], [1702470875, "94"], [1702470899, "94"], [1702470953, "94"], [1702470983, "94"], [1702471025, "94"], [1702471067, "94"], [1702471169, "94"], [1702471193, "94"], [1702471226, "94"], [1702471265, "94"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "319"], [1702462721, "319"], [1702462736, "319"], [1702462751, "319"], [1702462763, "319"], [1702462793, "345"], [1702462808, "345"], [1702462829, "345"], [1702462844, "345"], [1702462865, "345"], [1702462880, "345"], [1702462904, "345"], [1702462919, "345"], [1702462952, "345"], [1702462973, "419"], [1702462988, "419"], [1702463045, "511"], [1702463081, "511"], [1702463114, "679"], [1702463150, "679"], [1702463186, "679"], [1702463216, "679"], [1702463240, "679"], [1702463273, "679"], [1702463324, "784"], [1702463354, "784"], [1702463381, "886"], [1702463417, "886"], [1702463453, "1231"], [1702463477, "1231"], [1702463510, "1231"], [1702463537, "1231"], [1702463570, "1231"], [1702463591, "1231"], [1702463621, "1231"], [1702463657, "1231"], [1702463693, "1231"], [1702463729, "1231"], [1702463765, "1231"], [1702463798, "1231"], [1702463846, "1231"], [1702463873, "1231"], [1702463906, "1231"], [1702463948, "1231"], [1702463984, "1231"], [1702464014, "1231"], [1702464050, "1308"], [1702464086, "1308"], [1702464122, "1308"], [1702464155, "1308"], [1702464194, "1308"], [1702464230, "2075"], [1702464263, "2075"], [1702464299, "2075"], [1702464332, "2075"], [1702464356, "2166"], [1702464392, "2166"], [1702464425, "2166"], [1702464455, "2166"], [1702464479, "2166"], [1702464509, "2166"], [1702464533, "2267"], [1702464569, "2267"], [1702464605, "2267"], [1702464635, "2267"], [1702464671, "2267"], [1702464716, "2267"], [1702464743, "2267"], [1702464776, "2267"], [1702464812, "2267"], [1702464836, "2353"], [1702464869, "2353"], [1702464905, "2476"], [1702464926, "2476"], [1702464956, "2529"], [1702464992, "2529"], [1702465016, "2612"], [1702465049, "2612"], [1702465085, "2612"], [1702465118, "2612"], [1702465145, "2612"], [1702465178, "2612"], [1702465208, "2612"], [1702465241, "2612"], [1702465298, "2612"], [1702465334, "2612"], [1702465367, "2612"], [1702465394, "2612"], [1702465418, "2670"], [1702465445, "2670"], [1702465481, "2670"], [1702465517, "2670"], [1702465550, "2670"], [1702465586, "2670"], [1702465619, "2755"], [1702465658, "2755"], [1702465706, "2755"], [1702465754, "2755"], [1702465787, "2817"], [1702465823, "2817"], [1702465856, "2817"], [1702465880, "2817"], [1702465910, "2817"], [1702465952, "2817"], [1702465988, "2817"], [1702466015, "2817"], [1702466030, "2817"], [1702466060, "2817"], [1702466078, "2817"], [1702466138, "2817"], [1702466168, "2817"], [1702466204, "2817"], [1702466237, "2817"], [1702466261, "2921"], [1702466291, "2921"], [1702466327, "2921"], [1702466360, "2921"], [1702466384, "2921"], [1702466417, "2921"], [1702466441, "3343"], [1702466471, "3343"], [1702466507, "3343"], [1702466540, "3343"], [1702466597, "3343"], [1702466633, "3444"], [1702466666, "3444"], [1702466705, "3444"], [1702466732, "3444"], [1702466765, "3553"], [1702466801, "3553"], [1702466852, "3553"], [1702466876, "3553"], [1702466918, "3553"], [1702466978, "3553"], [1702467014, "3553"], [1702467038, "3553"], [1702467068, "3553"], [1702467122, "3553"], [1702467158, "3553"], [1702467191, "3626"], [1702467221, "3626"], [1702467257, "3626"], [1702467299, "3626"], [1702467350, "3711"], [1702467386, "3711"], [1702467419, "3711"], [1702467455, "3717"], [1702467515, "3717"], [1702467542, "3717"], [1702467566, "3717"], [1702467599, "3717"], [1702467635, "3717"], [1702467668, "3815"], [1702467695, "3815"], [1702467716, "3880"], [1702467746, "3880"], [1702467800, "3880"], [1702467824, "3880"], [1702467908, "4048"], [1702467944, "4048"], [1702467968, "4048"], [1702468001, "4048"], [1702468031, "4048"], [1702468067, "4048"], [1702468085, "4048"], [1702468115, "4048"], [1702468151, "4048"], [1702468181, "4048"], [1702468208, "4048"], [1702468241, "4048"], [1702468256, "4048"], [1702468286, "4048"], [1702468322, "4048"], [1702468352, "4048"], [1702468388, "4153"], [1702468424, "4153"], [1702468457, "4153"], [1702468493, "4157"], [1702468517, "4157"], [1702468550, "4157"], [1702468586, "4157"], [1702468613, "4157"], [1702468637, "4157"], [1702468679, "4157"], [1702468721, "4157"], [1702468730, "4157"], [1702468766, "4157"], [1702468799, "4157"], [1702468835, "4157"], [1702468898, "4267"], [1702468934, "4267"], [1702468970, "4458"], [1702468994, "4458"], [1702469024, "4651"], [1702469060, "4651"], [1702469111, "4651"], [1702469144, "4651"], [1702469168, "4651"], [1702469204, "4651"], [1702469237, "4651"], [1702469273, "4781"], [1702469303, "4781"], [1702469336, "4781"], [1702469360, "4781"], [1702469387, "4781"], [1702469411, "4781"], [1702469435, "4781"], [1702469468, "4781"], [1702469504, "4781"], [1702469537, "4781"], [1702469573, "4883"], [1702469606, "4883"], [1702469633, "4883"], [1702469660, "4883"], [1702469684, "4883"], [1702469717, "4883"], [1702469753, "5037"], [1702469786, "5037"], [1702469816, "5037"], [1702469834, "5037"], [1702469864, "5037"], [1702469906, "5037"], [1702469936, "5037"], [1702469972, "5037"], [1702470005, "5037"], [1702470029, "5037"], [1702470065, "5037"], [1702470101, "5037"], [1702470131, "5037"], [1702470167, "5037"], [1702470203, "5037"], [1702470251, "5037"], [1702470278, "5037"], [1702470311, "5037"], [1702470347, "5037"], [1702470371, "5037"], [1702470404, "5037"], [1702470440, "5037"], [1702470476, "5037"], [1702470506, "5037"], [1702470542, "5037"], [1702470575, "5037"], [1702470611, "5037"], [1702470635, "5037"], [1702470662, "5037"], [1702470686, "5037"], [1702470719, "5037"], [1702470746, "5037"], [1702470812, "5137"], [1702470845, "5167"], [1702470875, "5167"], [1702470899, "5167"], [1702470953, "5260"], [1702470983, "5260"], [1702471025, "5260"], [1702471067, "5352"], [1702471169, "5352"], [1702471193, "5352"], [1702471226, "5352"], [1702471265, "5352"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "140999"], [1702462721, "147611"], [1702462736, "158183"], [1702462751, "175367"], [1702462763, "184927"], [1702462793, "199108"], [1702462808, "206863"], [1702462829, "222042"], [1702462844, "228854"], [1702462865, "239698"], [1702462880, "248334"], [1702462904, "268521"], [1702462919, "275361"], [1702462952, "297724"], [1702462973, "305433"], [1702462988, "315333"], [1702463045, "349289"], [1702463081, "370200"], [1702463114, "396494"], [1702463150, "430156"], [1702463186, "458406"], [1702463216, "483156"], [1702463240, "498067"], [1702463273, "520215"], [1702463324, "560004"], [1702463354, "581977"], [1702463381, "598500"], [1702463417, "633226"], [1702463453, "659242"], [1702463477, "686230"], [1702463510, "711833"], [1702463537, "734896"], [1702463570, "755005"], [1702463591, "775214"], [1702463621, "790459"], [1702463657, "812925"], [1702463693, "829679"], [1702463729, "858321"], [1702463765, "884397"], [1702463798, "907915"], [1702463846, "945750"], [1702463873, "970951"], [1702463906, "996727"], [1702463948, "1031258"], [1702463984, "1056149"], [1702464014, "1076743"], [1702464050, "1097092"], [1702464086, "1131116"], [1702464122, "1160828"], [1702464155, "1184230"], [1702464194, "1218736"], [1702464230, "1248016"], [1702464263, "1285781"], [1702464299, "1321079"], [1702464332, "1353160"], [1702464356, "1369178"], [1702464392, "1385940"], [1702464425, "1408422"], [1702464455, "1437868"], [1702464479, "1466774"], [1702464509, "1483332"], [1702464533, "1506601"], [1702464569, "1530159"], [1702464605, "1560373"], [1702464635, "1584499"], [1702464671, "1610935"], [1702464716, "1630281"], [1702464743, "1668538"], [1702464776, "1688289"], [1702464812, "1710344"], [1702464836, "1740228"], [1702464869, "1759529"], [1702464905, "1780585"], [1702464926, "1810002"], [1702464956, "1837577"], [1702464992, "1879370"], [1702465016, "1901262"], [1702465049, "1920897"], [1702465085, "1939881"], [1702465118, "1955919"], [1702465145, "1976548"], [1702465178, "1991047"], [1702465208, "2017127"], [1702465241, "2040022"], [1702465298, "2079268"], [1702465334, "2106650"], [1702465367, "2143532"], [1702465394, "2164746"], [1702465418, "2196267"], [1702465445, "2213233"], [1702465481, "2252390"], [1702465517, "2270442"], [1702465550, "2292576"], [1702465586, "2325589"], [1702465619, "2354472"], [1702465658, "2385893"], [1702465706, "2415039"], [1702465754, "2461402"], [1702465787, "2487671"], [1702465823, "2513593"], [1702465856, "2535193"], [1702465880, "2546603"], [1702465910, "2571958"], [1702465952, "2598203"], [1702465988, "2620296"], [1702466015, "2636203"], [1702466030, "2659251"], [1702466060, "2671635"], [1702466078, "2696465"], [1702466138, "2735429"], [1702466168, "2756921"], [1702466204, "2778055"], [1702466237, "2802547"], [1702466261, "2816893"], [1702466291, "2834301"], [1702466327, "2855963"], [1702466360, "2882206"], [1702466384, "2898759"], [1702466417, "2927354"], [1702466441, "2961412"], [1702466471, "2990189"], [1702466507, "3037141"], [1702466540, "3061688"], [1702466597, "3100735"], [1702466633, "3121639"], [1702466666, "3151376"], [1702466705, "3176502"], [1702466732, "3205360"], [1702466765, "3234183"], [1702466801, "3257743"], [1702466852, "3305833"], [1702466876, "3336694"], [1702466918, "3371466"], [1702466978, "3410881"], [1702467014, "3430363"], [1702467038, "3449259"], [1702467068, "3474605"], [1702467122, "3507954"], [1702467158, "3533728"], [1702467191, "3560751"], [1702467221, "3583519"], [1702467257, "3621300"], [1702467299, "3647345"], [1702467350, "3674683"], [1702467386, "3701906"], [1702467419, "3728178"], [1702467455, "3771960"], [1702467515, "3847337"], [1702467542, "3884123"], [1702467566, "3939581"], [1702467599, "3969053"], [1702467635, "4005962"], [1702467668, "4031810"], [1702467695, "4048351"], [1702467716, "4065555"], [1702467746, "4081837"], [1702467800, "4126660"], [1702467824, "4165354"], [1702467908, "4280405"], [1702467944, "4330190"], [1702467968, "4362887"], [1702468001, "4387686"], [1702468031, "4408715"], [1702468067, "4426954"], [1702468085, "4444051"], [1702468115, "4465924"], [1702468151, "4492523"], [1702468181, "4529182"], [1702468208, "4559316"], [1702468241, "4601747"], [1702468256, "4631383"], [1702468286, "4655912"], [1702468322, "4698156"], [1702468352, "4740641"], [1702468388, "4764952"], [1702468424, "4786436"], [1702468457, "4803047"], [1702468493, "4832355"], [1702468517, "4861646"], [1702468550, "4888281"], [1702468586, "4942134"], [1702468613, "4998362"], [1702468637, "5026890"], [1702468679, "5073983"], [1702468721, "5108109"], [1702468730, "5138971"], [1702468766, "5153984"], [1702468799, "5176086"], [1702468835, "5199446"], [1702468898, "5240759"], [1702468934, "5292780"], [1702468970, "5345263"], [1702468994, "5393609"], [1702469024, "5439946"], [1702469060, "5486798"], [1702469111, "5538889"], [1702469144, "5556963"], [1702469168, "5568567"], [1702469204, "5596336"], [1702469237, "5620317"], [1702469273, "5647044"], [1702469303, "5691439"], [1702469336, "5735622"], [1702469360, "5780898"], [1702469387, "5816610"], [1702469411, "5842590"], [1702469435, "5874812"], [1702469468, "5903728"], [1702469504, "6045889"], [1702469537, "6068662"], [1702469573, "6089215"], [1702469606, "6143669"], [1702469633, "6161083"], [1702469660, "6189191"], [1702469684, "6219016"], [1702469717, "6241479"], [1702469753, "6273928"], [1702469786, "6315730"], [1702469816, "6336748"], [1702469834, "6380704"], [1702469864, "6404823"], [1702469906, "6468371"], [1702469936, "6490134"], [1702469972, "6512275"], [1702470005, "6544150"], [1702470029, "6557033"], [1702470065, "6588961"], [1702470101, "6622072"], [1702470131, "6654610"], [1702470167, "6719220"], [1702470203, "6755708"], [1702470251, "6808520"], [1702470278, "6843812"], [1702470311, "6892046"], [1702470347, "6924062"], [1702470371, "6945526"], [1702470404, "6958495"], [1702470440, "6977345"], [1702470476, "6999398"], [1702470506, "7020037"], [1702470542, "7051794"], [1702470575, "7085714"], [1702470611, "7119445"], [1702470635, "7153998"], [1702470662, "7181009"], [1702470686, "7215949"], [1702470719, "7238812"], [1702470746, "7268712"], [1702470812, "7321260"], [1702470845, "7345688"], [1702470875, "7369678"], [1702470899, "7403651"], [1702470953, "7450780"], [1702470983, "7484672"], [1702471025, "7507010"], [1702471067, "7550583"], [1702471169, "7621288"], [1702471193, "7636757"], [1702471226, "7660033"], [1702471265, "7689476"]]}], "kepler_container_bpf_net_rx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "12"], [1702462721, "12"], [1702462736, "12"], [1702462751, "12"], [1702462763, "12"], [1702462793, "12"], [1702462808, "12"], [1702462829, "12"], [1702462844, "12"], [1702462865, "12"], [1702462880, "12"], [1702462904, "12"], [1702462919, "12"], [1702462952, "13"], [1702462973, "14"], [1702462988, "14"], [1702463045, "16"], [1702463081, "17"], [1702463114, "20"], [1702463150, "22"], [1702463186, "24"], [1702463216, "25"], [1702463240, "25"], [1702463273, "26"], [1702463324, "30"], [1702463354, "33"], [1702463381, "33"], [1702463417, "36"], [1702463453, "40"], [1702463477, "40"], [1702463510, "43"], [1702463537, "43"], [1702463570, "44"], [1702463591, "45"], [1702463621, "45"], [1702463657, "45"], [1702463693, "45"], [1702463729, "47"], [1702463765, "47"], [1702463798, "47"], [1702463846, "51"], [1702463873, "53"], [1702463906, "54"], [1702463948, "57"], [1702463984, "57"], [1702464014, "58"], [1702464050, "59"], [1702464086, "59"], [1702464122, "64"], [1702464155, "67"], [1702464194, "70"], [1702464230, "72"], [1702464263, "76"], [1702464299, "76"], [1702464332, "77"], [1702464356, "78"], [1702464392, "80"], [1702464425, "81"], [1702464455, "84"], [1702464479, "85"], [1702464509, "86"], [1702464533, "86"], [1702464569, "86"], [1702464605, "86"], [1702464635, "86"], [1702464671, "90"], [1702464716, "91"], [1702464743, "91"], [1702464776, "92"], [1702464812, "94"], [1702464836, "96"], [1702464869, "97"], [1702464905, "99"], [1702464926, "101"], [1702464956, "103"], [1702464992, "105"], [1702465016, "107"], [1702465049, "107"], [1702465085, "108"], [1702465118, "110"], [1702465145, "110"], [1702465178, "111"], [1702465208, "114"], [1702465241, "117"], [1702465298, "117"], [1702465334, "118"], [1702465367, "121"], [1702465394, "122"], [1702465418, "122"], [1702465445, "123"], [1702465481, "123"], [1702465517, "123"], [1702465550, "124"], [1702465586, "126"], [1702465619, "128"], [1702465658, "129"], [1702465706, "130"], [1702465754, "133"], [1702465787, "134"], [1702465823, "134"], [1702465856, "134"], [1702465880, "134"], [1702465910, "135"], [1702465952, "135"], [1702465988, "136"], [1702466015, "137"], [1702466030, "137"], [1702466060, "139"], [1702466078, "140"], [1702466138, "141"], [1702466168, "142"], [1702466204, "142"], [1702466237, "142"], [1702466261, "142"], [1702466291, "142"], [1702466327, "144"], [1702466360, "147"], [1702466384, "150"], [1702466417, "154"], [1702466441, "158"], [1702466471, "162"], [1702466507, "167"], [1702466540, "168"], [1702466597, "171"], [1702466633, "171"], [1702466666, "173"], [1702466705, "174"], [1702466732, "177"], [1702466765, "183"], [1702466801, "188"], [1702466852, "193"], [1702466876, "193"], [1702466918, "196"], [1702466978, "200"], [1702467014, "200"], [1702467038, "202"], [1702467068, "206"], [1702467122, "207"], [1702467158, "210"], [1702467191, "219"], [1702467221, "224"], [1702467257, "228"], [1702467299, "231"], [1702467350, "233"], [1702467386, "236"], [1702467419, "242"], [1702467455, "248"], [1702467515, "252"], [1702467542, "254"], [1702467566, "259"], [1702467599, "271"], [1702467635, "274"], [1702467668, "274"], [1702467695, "275"], [1702467716, "275"], [1702467746, "275"], [1702467800, "277"], [1702467824, "281"], [1702467908, "292"], [1702467944, "295"], [1702467968, "296"], [1702468001, "298"], [1702468031, "298"], [1702468067, "302"], [1702468085, "303"], [1702468115, "303"], [1702468151, "303"], [1702468181, "309"], [1702468208, "312"], [1702468241, "315"], [1702468256, "318"], [1702468286, "347"], [1702468322, "348"], [1702468352, "351"], [1702468388, "352"], [1702468424, "352"], [1702468457, "353"], [1702468493, "356"], [1702468517, "357"], [1702468550, "358"], [1702468586, "365"], [1702468613, "366"], [1702468637, "368"], [1702468679, "369"], [1702468721, "370"], [1702468730, "371"], [1702468766, "371"], [1702468799, "371"], [1702468835, "371"], [1702468898, "374"], [1702468934, "379"], [1702468970, "383"], [1702468994, "388"], [1702469024, "390"], [1702469060, "392"], [1702469111, "398"], [1702469144, "399"], [1702469168, "399"], [1702469204, "400"], [1702469237, "402"], [1702469273, "404"], [1702469303, "408"], [1702469336, "410"], [1702469360, "420"], [1702469387, "431"], [1702469411, "435"], [1702469435, "436"], [1702469468, "437"], [1702469504, "438"], [1702469537, "440"], [1702469573, "442"], [1702469606, "445"], [1702469633, "446"], [1702469660, "449"], [1702469684, "456"], [1702469717, "460"], [1702469753, "466"], [1702469786, "472"], [1702469816, "474"], [1702469834, "478"], [1702469864, "480"], [1702469906, "480"], [1702469936, "481"], [1702469972, "481"], [1702470005, "484"], [1702470029, "486"], [1702470065, "489"], [1702470101, "492"], [1702470131, "494"], [1702470167, "498"], [1702470203, "506"], [1702470251, "517"], [1702470278, "523"], [1702470311, "524"], [1702470347, "524"], [1702470371, "525"], [1702470404, "526"], [1702470440, "528"], [1702470476, "529"], [1702470506, "530"], [1702470542, "532"], [1702470575, "532"], [1702470611, "536"], [1702470635, "536"], [1702470662, "539"], [1702470686, "545"], [1702470719, "548"], [1702470746, "548"], [1702470812, "551"], [1702470845, "552"], [1702470875, "552"], [1702470899, "552"], [1702470953, "553"], [1702470983, "554"], [1702471025, "557"], [1702471067, "562"], [1702471169, "568"], [1702471193, "570"], [1702471226, "570"], [1702471265, "571"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "26"], [1702462721, "29"], [1702462736, "29"], [1702462751, "30"], [1702462763, "32"], [1702462793, "34"], [1702462808, "35"], [1702462829, "37"], [1702462844, "38"], [1702462865, "44"], [1702462880, "48"], [1702462904, "51"], [1702462919, "52"], [1702462952, "58"], [1702462973, "60"], [1702462988, "64"], [1702463045, "72"], [1702463081, "85"], [1702463114, "103"], [1702463150, "114"], [1702463186, "122"], [1702463216, "125"], [1702463240, "126"], [1702463273, "133"], [1702463324, "136"], [1702463354, "136"], [1702463381, "137"], [1702463417, "141"], [1702463453, "154"], [1702463477, "164"], [1702463510, "171"], [1702463537, "179"], [1702463570, "184"], [1702463591, "187"], [1702463621, "187"], [1702463657, "188"], [1702463693, "190"], [1702463729, "196"], [1702463765, "202"], [1702463798, "215"], [1702463846, "227"], [1702463873, "242"], [1702463906, "248"], [1702463948, "251"], [1702463984, "252"], [1702464014, "255"], [1702464050, "257"], [1702464086, "263"], [1702464122, "280"], [1702464155, "288"], [1702464194, "291"], [1702464230, "300"], [1702464263, "309"], [1702464299, "311"], [1702464332, "315"], [1702464356, "316"], [1702464392, "318"], [1702464425, "324"], [1702464455, "329"], [1702464479, "346"], [1702464509, "347"], [1702464533, "353"], [1702464569, "364"], [1702464605, "375"], [1702464635, "376"], [1702464671, "380"], [1702464716, "384"], [1702464743, "388"], [1702464776, "420"], [1702464812, "425"], [1702464836, "429"], [1702464869, "430"], [1702464905, "441"], [1702464926, "449"], [1702464956, "458"], [1702464992, "463"], [1702465016, "469"], [1702465049, "470"], [1702465085, "476"], [1702465118, "478"], [1702465145, "482"], [1702465178, "489"], [1702465208, "495"], [1702465241, "500"], [1702465298, "517"], [1702465334, "523"], [1702465367, "534"], [1702465394, "538"], [1702465418, "539"], [1702465445, "542"], [1702465481, "543"], [1702465517, "546"], [1702465550, "550"], [1702465586, "560"], [1702465619, "569"], [1702465658, "581"], [1702465706, "590"], [1702465754, "601"], [1702465787, "610"], [1702465823, "620"], [1702465856, "621"], [1702465880, "623"], [1702465910, "627"], [1702465952, "632"], [1702465988, "637"], [1702466015, "647"], [1702466030, "653"], [1702466060, "659"], [1702466078, "669"], [1702466138, "679"], [1702466168, "684"], [1702466204, "688"], [1702466237, "696"], [1702466261, "699"], [1702466291, "712"], [1702466327, "717"], [1702466360, "730"], [1702466384, "737"], [1702466417, "747"], [1702466441, "754"], [1702466471, "761"], [1702466507, "776"], [1702466540, "781"], [1702466597, "786"], [1702466633, "786"], [1702466666, "788"], [1702466705, "795"], [1702466732, "800"], [1702466765, "807"], [1702466801, "821"], [1702466852, "835"], [1702466876, "835"], [1702466918, "840"], [1702466978, "845"], [1702467014, "853"], [1702467038, "856"], [1702467068, "862"], [1702467122, "873"], [1702467158, "883"], [1702467191, "894"], [1702467221, "901"], [1702467257, "906"], [1702467299, "908"], [1702467350, "911"], [1702467386, "911"], [1702467419, "917"], [1702467455, "926"], [1702467515, "961"], [1702467542, "982"], [1702467566, "1002"], [1702467599, "1007"], [1702467635, "1010"], [1702467668, "1051"], [1702467695, "1055"], [1702467716, "1057"], [1702467746, "1059"], [1702467800, "1068"], [1702467824, "1080"], [1702467908, "1128"], [1702467944, "1144"], [1702467968, "1153"], [1702468001, "1155"], [1702468031, "1156"], [1702468067, "1157"], [1702468085, "1162"], [1702468115, "1166"], [1702468151, "1175"], [1702468181, "1195"], [1702468208, "1213"], [1702468241, "1238"], [1702468256, "1249"], [1702468286, "1261"], [1702468322, "1269"], [1702468352, "1274"], [1702468388, "1280"], [1702468424, "1283"], [1702468457, "1288"], [1702468493, "1295"], [1702468517, "1306"], [1702468550, "1312"], [1702468586, "1322"], [1702468613, "1336"], [1702468637, "1342"], [1702468679, "1356"], [1702468721, "1361"], [1702468730, "1369"], [1702468766, "1370"], [1702468799, "1375"], [1702468835, "1377"], [1702468898, "1394"], [1702468934, "1416"], [1702468970, "1435"], [1702468994, "1449"], [1702469024, "1456"], [1702469060, "1473"], [1702469111, "1491"], [1702469144, "1496"], [1702469168, "1499"], [1702469204, "1503"], [1702469237, "1515"], [1702469273, "1533"], [1702469303, "1548"], [1702469336, "1560"], [1702469360, "1584"], [1702469387, "1595"], [1702469411, "1607"], [1702469435, "1611"], [1702469468, "1618"], [1702469504, "1623"], [1702469537, "1625"], [1702469573, "1627"], [1702469606, "1630"], [1702469633, "1635"], [1702469660, "1643"], [1702469684, "1655"], [1702469717, "1666"], [1702469753, "1684"], [1702469786, "1698"], [1702469816, "1707"], [1702469834, "1721"], [1702469864, "1723"], [1702469906, "1733"], [1702469936, "1735"], [1702469972, "1740"], [1702470005, "1746"], [1702470029, "1749"], [1702470065, "1758"], [1702470101, "1771"], [1702470131, "1780"], [1702470167, "1793"], [1702470203, "1812"], [1702470251, "1835"], [1702470278, "1844"], [1702470311, "1857"], [1702470347, "1861"], [1702470371, "1866"], [1702470404, "1868"], [1702470440, "1872"], [1702470476, "1877"], [1702470506, "1884"], [1702470542, "1895"], [1702470575, "1907"], [1702470611, "1924"], [1702470635, "1940"], [1702470662, "1951"], [1702470686, "1964"], [1702470719, "1978"], [1702470746, "1987"], [1702470812, "1996"], [1702470845, "2003"], [1702470875, "2010"], [1702470899, "2020"], [1702470953, "2025"], [1702470983, "2026"], [1702471025, "2029"], [1702471067, "2043"], [1702471169, "2059"], [1702471193, "2060"], [1702471226, "2070"], [1702471265, "2073"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "8"], [1702462751, "8"], [1702462763, "8"], [1702462793, "8"], [1702462808, "8"], [1702462829, "8"], [1702462844, "8"], [1702462865, "8"], [1702462880, "8"], [1702462904, "8"], [1702462919, "8"], [1702462952, "10"], [1702462973, "10"], [1702462988, "10"], [1702463045, "11"], [1702463081, "11"], [1702463114, "12"], [1702463150, "12"], [1702463186, "12"], [1702463216, "12"], [1702463240, "12"], [1702463273, "15"], [1702463324, "16"], [1702463354, "16"], [1702463381, "16"], [1702463417, "16"], [1702463453, "16"], [1702463477, "16"], [1702463510, "16"], [1702463537, "16"], [1702463570, "16"], [1702463591, "16"], [1702463621, "16"], [1702463657, "16"], [1702463693, "16"], [1702463729, "16"], [1702463765, "16"], [1702463798, "19"], [1702463846, "21"], [1702463873, "22"], [1702463906, "22"], [1702463948, "22"], [1702463984, "22"], [1702464014, "22"], [1702464050, "22"], [1702464086, "22"], [1702464122, "22"], [1702464155, "22"], [1702464194, "22"], [1702464230, "30"], [1702464263, "30"], [1702464299, "30"], [1702464332, "30"], [1702464356, "30"], [1702464392, "30"], [1702464425, "30"], [1702464455, "32"], [1702464479, "32"], [1702464509, "32"], [1702464533, "32"], [1702464569, "32"], [1702464605, "32"], [1702464635, "32"], [1702464671, "34"], [1702464716, "34"], [1702464743, "34"], [1702464776, "34"], [1702464812, "34"], [1702464836, "34"], [1702464869, "34"], [1702464905, "34"], [1702464926, "34"], [1702464956, "34"], [1702464992, "34"], [1702465016, "34"], [1702465049, "34"], [1702465085, "34"], [1702465118, "35"], [1702465145, "35"], [1702465178, "35"], [1702465208, "35"], [1702465241, "35"], [1702465298, "35"], [1702465334, "35"], [1702465367, "35"], [1702465394, "35"], [1702465418, "35"], [1702465445, "35"], [1702465481, "35"], [1702465517, "35"], [1702465550, "35"], [1702465586, "35"], [1702465619, "35"], [1702465658, "35"], [1702465706, "35"], [1702465754, "35"], [1702465787, "35"], [1702465823, "35"], [1702465856, "35"], [1702465880, "35"], [1702465910, "36"], [1702465952, "36"], [1702465988, "36"], [1702466015, "36"], [1702466030, "39"], [1702466060, "39"], [1702466078, "39"], [1702466138, "39"], [1702466168, "39"], [1702466204, "39"], [1702466237, "39"], [1702466261, "39"], [1702466291, "39"], [1702466327, "39"], [1702466360, "39"], [1702466384, "39"], [1702466417, "39"], [1702466441, "39"], [1702466471, "39"], [1702466507, "39"], [1702466540, "39"], [1702466597, "41"], [1702466633, "41"], [1702466666, "42"], [1702466705, "42"], [1702466732, "42"], [1702466765, "42"], [1702466801, "42"], [1702466852, "42"], [1702466876, "42"], [1702466918, "42"], [1702466978, "42"], [1702467014, "42"], [1702467038, "42"], [1702467068, "42"], [1702467122, "42"], [1702467158, "42"], [1702467191, "42"], [1702467221, "42"], [1702467257, "42"], [1702467299, "42"], [1702467350, "42"], [1702467386, "42"], [1702467419, "42"], [1702467455, "42"], [1702467515, "42"], [1702467542, "42"], [1702467566, "42"], [1702467599, "42"], [1702467635, "42"], [1702467668, "42"], [1702467695, "43"], [1702467716, "43"], [1702467746, "43"], [1702467800, "43"], [1702467824, "44"], [1702467908, "44"], [1702467944, "44"], [1702467968, "44"], [1702468001, "44"], [1702468031, "44"], [1702468067, "44"], [1702468085, "44"], [1702468115, "44"], [1702468151, "44"], [1702468181, "47"], [1702468208, "47"], [1702468241, "47"], [1702468256, "47"], [1702468286, "48"], [1702468322, "48"], [1702468352, "49"], [1702468388, "49"], [1702468424, "49"], [1702468457, "49"], [1702468493, "49"], [1702468517, "49"], [1702468550, "49"], [1702468586, "50"], [1702468613, "50"], [1702468637, "50"], [1702468679, "50"], [1702468721, "50"], [1702468730, "50"], [1702468766, "50"], [1702468799, "50"], [1702468835, "50"], [1702468898, "50"], [1702468934, "52"], [1702468970, "52"], [1702468994, "52"], [1702469024, "52"], [1702469060, "52"], [1702469111, "53"], [1702469144, "53"], [1702469168, "53"], [1702469204, "53"], [1702469237, "53"], [1702469273, "53"], [1702469303, "54"], [1702469336, "54"], [1702469360, "54"], [1702469387, "56"], [1702469411, "63"], [1702469435, "63"], [1702469468, "63"], [1702469504, "63"], [1702469537, "63"], [1702469573, "63"], [1702469606, "63"], [1702469633, "63"], [1702469660, "63"], [1702469684, "64"], [1702469717, "64"], [1702469753, "64"], [1702469786, "64"], [1702469816, "64"], [1702469834, "66"], [1702469864, "66"], [1702469906, "66"], [1702469936, "66"], [1702469972, "66"], [1702470005, "66"], [1702470029, "66"], [1702470065, "66"], [1702470101, "66"], [1702470131, "66"], [1702470167, "66"], [1702470203, "66"], [1702470251, "66"], [1702470278, "70"], [1702470311, "70"], [1702470347, "70"], [1702470371, "70"], [1702470404, "70"], [1702470440, "70"], [1702470476, "71"], [1702470506, "71"], [1702470542, "71"], [1702470575, "79"], [1702470611, "79"], [1702470635, "80"], [1702470662, "80"], [1702470686, "80"], [1702470719, "81"], [1702470746, "81"], [1702470812, "81"], [1702470845, "81"], [1702470875, "81"], [1702470899, "81"], [1702470953, "81"], [1702470983, "81"], [1702471025, "81"], [1702471067, "81"], [1702471169, "81"], [1702471193, "81"], [1702471226, "81"], [1702471265, "81"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "100"], [1702462721, "142"], [1702462736, "172"], [1702462751, "174"], [1702462763, "188"], [1702462793, "200"], [1702462808, "246"], [1702462829, "260"], [1702462844, "261"], [1702462865, "262"], [1702462880, "262"], [1702462904, "278"], [1702462919, "297"], [1702462952, "348"], [1702462973, "357"], [1702462988, "396"], [1702463045, "416"], [1702463081, "440"], [1702463114, "475"], [1702463150, "494"], [1702463186, "517"], [1702463216, "569"], [1702463240, "587"], [1702463273, "603"], [1702463324, "651"], [1702463354, "692"], [1702463381, "713"], [1702463417, "751"], [1702463453, "801"], [1702463477, "863"], [1702463510, "940"], [1702463537, "962"], [1702463570, "987"], [1702463591, "1018"], [1702463621, "1034"], [1702463657, "1051"], [1702463693, "1077"], [1702463729, "1103"], [1702463765, "1141"], [1702463798, "1188"], [1702463846, "1255"], [1702463873, "1281"], [1702463906, "1311"], [1702463948, "1407"], [1702463984, "1501"], [1702464014, "1532"], [1702464050, "1572"], [1702464086, "1620"], [1702464122, "1696"], [1702464155, "1736"], [1702464194, "1805"], [1702464230, "1828"], [1702464263, "1852"], [1702464299, "1871"], [1702464332, "1877"], [1702464356, "1918"], [1702464392, "1994"], [1702464425, "2020"], [1702464455, "2041"], [1702464479, "2077"], [1702464509, "2108"], [1702464533, "2158"], [1702464569, "2176"], [1702464605, "2206"], [1702464635, "2245"], [1702464671, "2281"], [1702464716, "2316"], [1702464743, "2350"], [1702464776, "2372"], [1702464812, "2390"], [1702464836, "2401"], [1702464869, "2422"], [1702464905, "2443"], [1702464926, "2481"], [1702464956, "2508"], [1702464992, "2538"], [1702465016, "2556"], [1702465049, "2561"], [1702465085, "2704"], [1702465118, "2726"], [1702465145, "2739"], [1702465178, "2776"], [1702465208, "2822"], [1702465241, "2833"], [1702465298, "2867"], [1702465334, "2903"], [1702465367, "2922"], [1702465394, "2932"], [1702465418, "2950"], [1702465445, "2970"], [1702465481, "3001"], [1702465517, "3019"], [1702465550, "3042"], [1702465586, "3057"], [1702465619, "3086"], [1702465658, "3151"], [1702465706, "3197"], [1702465754, "3229"], [1702465787, "3246"], [1702465823, "3282"], [1702465856, "3289"], [1702465880, "3310"], [1702465910, "3338"], [1702465952, "3365"], [1702465988, "3373"], [1702466015, "3395"], [1702466030, "3426"], [1702466060, "3450"], [1702466078, "3479"], [1702466138, "3622"], [1702466168, "3637"], [1702466204, "3675"], [1702466237, "3735"], [1702466261, "3751"], [1702466291, "3766"], [1702466327, "3786"], [1702466360, "3814"], [1702466384, "3844"], [1702466417, "3879"], [1702466441, "3901"], [1702466471, "3933"], [1702466507, "3969"], [1702466540, "4019"], [1702466597, "4032"], [1702466633, "4073"], [1702466666, "4115"], [1702466705, "4135"], [1702466732, "4152"], [1702466765, "4193"], [1702466801, "4243"], [1702466852, "4318"], [1702466876, "4391"], [1702466918, "4609"], [1702466978, "4684"], [1702467014, "4717"], [1702467038, "4744"], [1702467068, "4777"], [1702467122, "4814"], [1702467158, "4851"], [1702467191, "4893"], [1702467221, "4917"], [1702467257, "4943"], [1702467299, "4988"], [1702467350, "5049"], [1702467386, "5075"], [1702467419, "5095"], [1702467455, "5128"], [1702467515, "5254"], [1702467542, "5318"], [1702467566, "5364"], [1702467599, "5383"], [1702467635, "5419"], [1702467668, "5445"], [1702467695, "5484"], [1702467716, "5713"], [1702467746, "5735"], [1702467800, "5854"], [1702467824, "5917"], [1702467908, "5990"], [1702467944, "6032"], [1702467968, "6066"], [1702468001, "6087"], [1702468031, "6115"], [1702468067, "6133"], [1702468085, "6164"], [1702468115, "6202"], [1702468151, "6238"], [1702468181, "6275"], [1702468208, "6299"], [1702468241, "6338"], [1702468256, "6396"], [1702468286, "6462"], [1702468322, "6506"], [1702468352, "6532"], [1702468388, "6563"], [1702468424, "6604"], [1702468457, "6651"], [1702468493, "6689"], [1702468517, "6724"], [1702468550, "6754"], [1702468586, "6792"], [1702468613, "6827"], [1702468637, "6892"], [1702468679, "6935"], [1702468721, "6964"], [1702468730, "6968"], [1702468766, "7005"], [1702468799, "7045"], [1702468835, "7098"], [1702468898, "7162"], [1702468934, "7218"], [1702468970, "7261"], [1702468994, "7320"], [1702469024, "7355"], [1702469060, "7405"], [1702469111, "7464"], [1702469144, "7530"], [1702469168, "7578"], [1702469204, "7605"], [1702469237, "7622"], [1702469273, "7662"], [1702469303, "7724"], [1702469336, "7776"], [1702469360, "7837"], [1702469387, "7895"], [1702469411, "7937"], [1702469435, "7984"], [1702469468, "8032"], [1702469504, "8066"], [1702469537, "8121"], [1702469573, "8143"], [1702469606, "8173"], [1702469633, "8208"], [1702469660, "8248"], [1702469684, "8285"], [1702469717, "8316"], [1702469753, "8580"], [1702469786, "8646"], [1702469816, "8670"], [1702469834, "8725"], [1702469864, "8752"], [1702469906, "8841"], [1702469936, "8869"], [1702469972, "8908"], [1702470005, "8961"], [1702470029, "8981"], [1702470065, "9008"], [1702470101, "9047"], [1702470131, "9079"], [1702470167, "9104"], [1702470203, "9150"], [1702470251, "9208"], [1702470278, "9262"], [1702470311, "9287"], [1702470347, "9313"], [1702470371, "9349"], [1702470404, "9389"], [1702470440, "9437"], [1702470476, "9456"], [1702470506, "9476"], [1702470542, "9513"], [1702470575, "9557"], [1702470611, "9607"], [1702470635, "9655"], [1702470662, "9688"], [1702470686, "9727"], [1702470719, "9765"], [1702470746, "9799"], [1702470812, "9853"], [1702470845, "9879"], [1702470875, "9914"], [1702470899, "9983"], [1702470953, "10033"], [1702470983, "10054"], [1702471025, "10075"], [1702471067, "10434"], [1702471169, "10500"], [1702471193, "10534"], [1702471226, "10577"], [1702471265, "10611"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "172"], [1702462721, "180"], [1702462736, "191"], [1702462751, "200"], [1702462763, "204"], [1702462793, "209"], [1702462808, "214"], [1702462829, "224"], [1702462844, "238"], [1702462865, "247"], [1702462880, "254"], [1702462904, "265"], [1702462919, "273"], [1702462952, "292"], [1702462973, "344"], [1702462988, "361"], [1702463045, "428"], [1702463081, "469"], [1702463114, "514"], [1702463150, "555"], [1702463186, "581"], [1702463216, "698"], [1702463240, "707"], [1702463273, "721"], [1702463324, "782"], [1702463354, "858"], [1702463381, "898"], [1702463417, "955"], [1702463453, "1006"], [1702463477, "1037"], [1702463510, "1084"], [1702463537, "1121"], [1702463570, "1143"], [1702463591, "1160"], [1702463621, "1177"], [1702463657, "1225"], [1702463693, "1254"], [1702463729, "1285"], [1702463765, "1326"], [1702463798, "1370"], [1702463846, "1468"], [1702463873, "1548"], [1702463906, "1576"], [1702463948, "1599"], [1702463984, "1610"], [1702464014, "1625"], [1702464050, "1651"], [1702464086, "1718"], [1702464122, "1760"], [1702464155, "1806"], [1702464194, "1908"], [1702464230, "1959"], [1702464263, "2013"], [1702464299, "2052"], [1702464332, "2067"], [1702464356, "2077"], [1702464392, "2090"], [1702464425, "2110"], [1702464455, "2190"], [1702464479, "2220"], [1702464509, "2260"], [1702464533, "2300"], [1702464569, "2336"], [1702464605, "2377"], [1702464635, "2421"], [1702464671, "2442"], [1702464716, "2456"], [1702464743, "2474"], [1702464776, "2493"], [1702464812, "2517"], [1702464836, "2546"], [1702464869, "2581"], [1702464905, "2615"], [1702464926, "2665"], [1702464956, "2714"], [1702464992, "2737"], [1702465016, "2771"], [1702465049, "2788"], [1702465085, "2807"], [1702465118, "2819"], [1702465145, "2842"], [1702465178, "2859"], [1702465208, "2899"], [1702465241, "2935"], [1702465298, "2993"], [1702465334, "3045"], [1702465367, "3084"], [1702465394, "3116"], [1702465418, "3216"], [1702465445, "3231"], [1702465481, "3248"], [1702465517, "3293"], [1702465550, "3317"], [1702465586, "3357"], [1702465619, "3392"], [1702465658, "3454"], [1702465706, "3513"], [1702465754, "3582"], [1702465787, "3627"], [1702465823, "3645"], [1702465856, "3671"], [1702465880, "3684"], [1702465910, "3718"], [1702465952, "3830"], [1702465988, "3863"], [1702466015, "3899"], [1702466030, "3924"], [1702466060, "3971"], [1702466078, "4022"], [1702466138, "4061"], [1702466168, "4125"], [1702466204, "4146"], [1702466237, "4185"], [1702466261, "4209"], [1702466291, "4228"], [1702466327, "4258"], [1702466360, "4312"], [1702466384, "4349"], [1702466417, "4404"], [1702466441, "4492"], [1702466471, "4537"], [1702466507, "4589"], [1702466540, "4620"], [1702466597, "4662"], [1702466633, "4686"], [1702466666, "4713"], [1702466705, "4751"], [1702466732, "4798"], [1702466765, "4845"], [1702466801, "4954"], [1702466852, "5013"], [1702466876, "5027"], [1702466918, "5057"], [1702466978, "5122"], [1702467014, "5241"], [1702467038, "5265"], [1702467068, "5290"], [1702467122, "5356"], [1702467158, "5386"], [1702467191, "5485"], [1702467221, "5549"], [1702467257, "5581"], [1702467299, "5603"], [1702467350, "5644"], [1702467386, "5702"], [1702467419, "5753"], [1702467455, "5832"], [1702467515, "5995"], [1702467542, "6062"], [1702467566, "6137"], [1702467599, "6172"], [1702467635, "6223"], [1702467668, "6247"], [1702467695, "6264"], [1702467716, "6283"], [1702467746, "6305"], [1702467800, "6381"], [1702467824, "6490"], [1702467908, "6773"], [1702467944, "6862"], [1702467968, "6914"], [1702468001, "6952"], [1702468031, "6973"], [1702468067, "6995"], [1702468085, "7032"], [1702468115, "7058"], [1702468151, "7106"], [1702468181, "7193"], [1702468208, "7263"], [1702468241, "7383"], [1702468256, "7454"], [1702468286, "7530"], [1702468322, "7596"], [1702468352, "7653"], [1702468388, "7678"], [1702468424, "7707"], [1702468457, "7738"], [1702468493, "7762"], [1702468517, "7834"], [1702468550, "7904"], [1702468586, "8050"], [1702468613, "8179"], [1702468637, "8260"], [1702468679, "8324"], [1702468721, "8353"], [1702468730, "8400"], [1702468766, "8421"], [1702468799, "8456"], [1702468835, "8489"], [1702468898, "8538"], [1702468934, "8623"], [1702468970, "8759"], [1702468994, "8863"], [1702469024, "8940"], [1702469060, "9017"], [1702469111, "9068"], [1702469144, "9092"], [1702469168, "9108"], [1702469204, "9135"], [1702469237, "9180"], [1702469273, "9224"], [1702469303, "9317"], [1702469336, "9407"], [1702469360, "9572"], [1702469387, "9664"], [1702469411, "9716"], [1702469435, "9760"], [1702469468, "9798"], [1702469504, "9833"], [1702469537, "9864"], [1702469573, "9900"], [1702469606, "9936"], [1702469633, "9970"], [1702469660, "10018"], [1702469684, "10076"], [1702469717, "10150"], [1702469753, "10247"], [1702469786, "10379"], [1702469816, "10421"], [1702469834, "10481"], [1702469864, "10514"], [1702469906, "10591"], [1702469936, "10609"], [1702469972, "10631"], [1702470005, "10656"], [1702470029, "10677"], [1702470065, "10704"], [1702470101, "10754"], [1702470131, "10802"], [1702470167, "10851"], [1702470203, "10946"], [1702470251, "11101"], [1702470278, "11196"], [1702470311, "11235"], [1702470347, "11271"], [1702470371, "11296"], [1702470404, "11307"], [1702470440, "11329"], [1702470476, "11355"], [1702470506, "11384"], [1702470542, "11439"], [1702470575, "11497"], [1702470611, "11555"], [1702470635, "11618"], [1702470662, "11703"], [1702470686, "11767"], [1702470719, "11790"], [1702470746, "11814"], [1702470812, "11868"], [1702470845, "11891"], [1702470875, "11933"], [1702470899, "11973"], [1702470953, "12014"], [1702470983, "12029"], [1702471025, "12051"], [1702471067, "12128"], [1702471169, "12199"], [1702471193, "12229"], [1702471226, "12272"], [1702471265, "12308"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "3"], [1702463477, "3"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "3"], [1702463693, "3"], [1702463729, "3"], [1702463765, "3"], [1702463798, "3"], [1702463846, "3"], [1702463873, "3"], [1702463906, "3"], [1702463948, "3"], [1702463984, "3"], [1702464014, "3"], [1702464050, "3"], [1702464086, "3"], [1702464122, "3"], [1702464155, "3"], [1702464194, "3"], [1702464230, "3"], [1702464263, "3"], [1702464299, "3"], [1702464332, "3"], [1702464356, "3"], [1702464392, "3"], [1702464425, "3"], [1702464455, "3"], [1702464479, "3"], [1702464509, "3"], [1702464533, "3"], [1702464569, "3"], [1702464605, "3"], [1702464635, "3"], [1702464671, "3"], [1702464716, "3"], [1702464743, "3"], [1702464776, "3"], [1702464812, "3"], [1702464836, "3"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "5"], [1702466060, "5"], [1702466078, "5"], [1702466138, "5"], [1702466168, "5"], [1702466204, "5"], [1702466237, "5"], [1702466261, "5"], [1702466291, "5"], [1702466327, "5"], [1702466360, "5"], [1702466384, "5"], [1702466417, "5"], [1702466441, "5"], [1702466471, "5"], [1702466507, "5"], [1702466540, "5"], [1702466597, "5"], [1702466633, "5"], [1702466666, "5"], [1702466705, "5"], [1702466732, "5"], [1702466765, "5"], [1702466801, "5"], [1702466852, "5"], [1702466876, "5"], [1702466918, "5"], [1702466978, "5"], [1702467014, "5"], [1702467038, "5"], [1702467068, "5"], [1702467122, "5"], [1702467158, "5"], [1702467191, "5"], [1702467221, "5"], [1702467257, "5"], [1702467299, "5"], [1702467350, "5"], [1702467386, "5"], [1702467419, "5"], [1702467455, "5"], [1702467515, "5"], [1702467542, "5"], [1702467566, "5"], [1702467599, "5"], [1702467635, "5"], [1702467668, "5"], [1702467695, "5"], [1702467716, "5"], [1702467746, "5"], [1702467800, "5"], [1702467824, "6"], [1702467908, "6"], [1702467944, "6"], [1702467968, "6"], [1702468001, "6"], [1702468031, "6"], [1702468067, "6"], [1702468085, "6"], [1702468115, "6"], [1702468151, "6"], [1702468181, "6"], [1702468208, "6"], [1702468241, "6"], [1702468256, "6"], [1702468286, "6"], [1702468322, "6"], [1702468352, "6"], [1702468388, "6"], [1702468424, "6"], [1702468457, "6"], [1702468493, "6"], [1702468517, "6"], [1702468550, "6"], [1702468586, "6"], [1702468613, "6"], [1702468637, "6"], [1702468679, "6"], [1702468721, "6"], [1702468730, "6"], [1702468766, "6"], [1702468799, "6"], [1702468835, "6"], [1702468898, "6"], [1702468934, "6"], [1702468970, "6"], [1702468994, "6"], [1702469024, "6"], [1702469060, "6"], [1702469111, "6"], [1702469144, "6"], [1702469168, "6"], [1702469204, "6"], [1702469237, "6"], [1702469273, "6"], [1702469303, "6"], [1702469336, "6"], [1702469360, "6"], [1702469387, "7"], [1702469411, "7"], [1702469435, "7"], [1702469468, "7"], [1702469504, "7"], [1702469537, "7"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "7"], [1702469753, "7"], [1702469786, "7"], [1702469816, "7"], [1702469834, "7"], [1702469864, "7"], [1702469906, "7"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "8"], [1702470506, "8"], [1702470542, "8"], [1702470575, "8"], [1702470611, "8"], [1702470635, "8"], [1702470662, "8"], [1702470686, "8"], [1702470719, "8"], [1702470746, "8"], [1702470812, "8"], [1702470845, "8"], [1702470875, "8"], [1702470899, "8"], [1702470953, "8"], [1702470983, "8"], [1702471025, "8"], [1702471067, "8"], [1702471169, "8"], [1702471193, "8"], [1702471226, "8"], [1702471265, "8"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "11"], [1702462763, "11"], [1702462793, "11"], [1702462808, "11"], [1702462829, "11"], [1702462844, "11"], [1702462865, "11"], [1702462880, "11"], [1702462904, "11"], [1702462919, "11"], [1702462952, "37"], [1702462973, "41"], [1702462988, "41"], [1702463045, "48"], [1702463081, "54"], [1702463114, "60"], [1702463150, "61"], [1702463186, "63"], [1702463216, "67"], [1702463240, "67"], [1702463273, "67"], [1702463324, "79"], [1702463354, "82"], [1702463381, "82"], [1702463417, "82"], [1702463453, "88"], [1702463477, "88"], [1702463510, "88"], [1702463537, "91"], [1702463570, "94"], [1702463591, "97"], [1702463621, "97"], [1702463657, "122"], [1702463693, "127"], [1702463729, "128"], [1702463765, "128"], [1702463798, "134"], [1702463846, "143"], [1702463873, "143"], [1702463906, "147"], [1702463948, "154"], [1702463984, "154"], [1702464014, "154"], [1702464050, "161"], [1702464086, "165"], [1702464122, "165"], [1702464155, "170"], [1702464194, "179"], [1702464230, "179"], [1702464263, "182"], [1702464299, "187"], [1702464332, "192"], [1702464356, "192"], [1702464392, "192"], [1702464425, "197"], [1702464455, "201"], [1702464479, "201"], [1702464509, "201"], [1702464533, "207"], [1702464569, "212"], [1702464605, "212"], [1702464635, "212"], [1702464671, "221"], [1702464716, "223"], [1702464743, "223"], [1702464776, "228"], [1702464812, "239"], [1702464836, "239"], [1702464869, "239"], [1702464905, "242"], [1702464926, "244"], [1702464956, "244"], [1702464992, "244"], [1702465016, "246"], [1702465049, "247"], [1702465085, "247"], [1702465118, "252"], [1702465145, "257"], [1702465178, "258"], [1702465208, "258"], [1702465241, "260"], [1702465298, "275"], [1702465334, "275"], [1702465367, "275"], [1702465394, "277"], [1702465418, "279"], [1702465445, "279"], [1702465481, "282"], [1702465517, "291"], [1702465550, "291"], [1702465586, "291"], [1702465619, "296"], [1702465658, "303"], [1702465706, "303"], [1702465754, "311"], [1702465787, "311"], [1702465823, "314"], [1702465856, "325"], [1702465880, "325"], [1702465910, "325"], [1702465952, "336"], [1702465988, "348"], [1702466015, "348"], [1702466030, "348"], [1702466060, "352"], [1702466078, "359"], [1702466138, "362"], [1702466168, "362"], [1702466204, "370"], [1702466237, "376"], [1702466261, "376"], [1702466291, "376"], [1702466327, "380"], [1702466360, "383"], [1702466384, "383"], [1702466417, "383"], [1702466441, "387"], [1702466471, "392"], [1702466507, "392"], [1702466540, "392"], [1702466597, "398"], [1702466633, "398"], [1702466666, "401"], [1702466705, "405"], [1702466732, "406"], [1702466765, "406"], [1702466801, "414"], [1702466852, "419"], [1702466876, "419"], [1702466918, "420"], [1702466978, "424"], [1702467014, "424"], [1702467038, "434"], [1702467068, "434"], [1702467122, "434"], [1702467158, "439"], [1702467191, "447"], [1702467221, "447"], [1702467257, "449"], [1702467299, "453"], [1702467350, "454"], [1702467386, "454"], [1702467419, "461"], [1702467455, "461"], [1702467515, "473"], [1702467542, "477"], [1702467566, "477"], [1702467599, "477"], [1702467635, "478"], [1702467668, "483"], [1702467695, "483"], [1702467716, "483"], [1702467746, "487"], [1702467800, "491"], [1702467824, "491"], [1702467908, "507"], [1702467944, "507"], [1702467968, "507"], [1702468001, "508"], [1702468031, "509"], [1702468067, "509"], [1702468085, "509"], [1702468115, "513"], [1702468151, "518"], [1702468181, "518"], [1702468208, "518"], [1702468241, "525"], [1702468256, "528"], [1702468286, "528"], [1702468322, "528"], [1702468352, "528"], [1702468388, "532"], [1702468424, "533"], [1702468457, "533"], [1702468493, "538"], [1702468517, "541"], [1702468550, "541"], [1702468586, "546"], [1702468613, "553"], [1702468637, "555"], [1702468679, "555"], [1702468721, "555"], [1702468730, "559"], [1702468766, "559"], [1702468799, "559"], [1702468835, "561"], [1702468898, "572"], [1702468934, "572"], [1702468970, "579"], [1702468994, "585"], [1702469024, "585"], [1702469060, "585"], [1702469111, "588"], [1702469144, "588"], [1702469168, "588"], [1702469204, "593"], [1702469237, "601"], [1702469273, "601"], [1702469303, "601"], [1702469336, "609"], [1702469360, "609"], [1702469387, "609"], [1702469411, "609"], [1702469435, "613"], [1702469468, "615"], [1702469504, "615"], [1702469537, "615"], [1702469573, "621"], [1702469606, "621"], [1702469633, "621"], [1702469660, "621"], [1702469684, "628"], [1702469717, "628"], [1702469753, "628"], [1702469786, "628"], [1702469816, "631"], [1702469834, "631"], [1702469864, "631"], [1702469906, "635"], [1702469936, "635"], [1702469972, "635"], [1702470005, "635"], [1702470029, "636"], [1702470065, "643"], [1702470101, "643"], [1702470131, "643"], [1702470167, "645"], [1702470203, "652"], [1702470251, "652"], [1702470278, "654"], [1702470311, "655"], [1702470347, "655"], [1702470371, "655"], [1702470404, "659"], [1702470440, "663"], [1702470476, "663"], [1702470506, "663"], [1702470542, "667"], [1702470575, "669"], [1702470611, "669"], [1702470635, "669"], [1702470662, "672"], [1702470686, "674"], [1702470719, "674"], [1702470746, "675"], [1702470812, "680"], [1702470845, "680"], [1702470875, "680"], [1702470899, "682"], [1702470953, "685"], [1702470983, "685"], [1702471025, "688"], [1702471067, "688"], [1702471169, "697"], [1702471193, "697"], [1702471226, "697"], [1702471265, "704"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "2"], [1702462721, "2"], [1702462736, "2"], [1702462751, "2"], [1702462763, "2"], [1702462793, "2"], [1702462808, "3"], [1702462829, "3"], [1702462844, "4"], [1702462865, "4"], [1702462880, "5"], [1702462904, "5"], [1702462919, "5"], [1702462952, "5"], [1702462973, "5"], [1702462988, "7"], [1702463045, "8"], [1702463081, "9"], [1702463114, "10"], [1702463150, "10"], [1702463186, "10"], [1702463216, "10"], [1702463240, "10"], [1702463273, "10"], [1702463324, "10"], [1702463354, "10"], [1702463381, "11"], [1702463417, "13"], [1702463453, "13"], [1702463477, "14"], [1702463510, "14"], [1702463537, "14"], [1702463570, "15"], [1702463591, "15"], [1702463621, "15"], [1702463657, "15"], [1702463693, "15"], [1702463729, "17"], [1702463765, "17"], [1702463798, "17"], [1702463846, "19"], [1702463873, "19"], [1702463906, "21"], [1702463948, "21"], [1702463984, "21"], [1702464014, "21"], [1702464050, "22"], [1702464086, "22"], [1702464122, "22"], [1702464155, "22"], [1702464194, "24"], [1702464230, "24"], [1702464263, "25"], [1702464299, "25"], [1702464332, "27"], [1702464356, "27"], [1702464392, "27"], [1702464425, "27"], [1702464455, "27"], [1702464479, "27"], [1702464509, "28"], [1702464533, "28"], [1702464569, "30"], [1702464605, "30"], [1702464635, "30"], [1702464671, "30"], [1702464716, "30"], [1702464743, "30"], [1702464776, "30"], [1702464812, "30"], [1702464836, "31"], [1702464869, "33"], [1702464905, "33"], [1702464926, "33"], [1702464956, "34"], [1702464992, "35"], [1702465016, "35"], [1702465049, "35"], [1702465085, "35"], [1702465118, "35"], [1702465145, "35"], [1702465178, "35"], [1702465208, "35"], [1702465241, "36"], [1702465298, "36"], [1702465334, "36"], [1702465367, "36"], [1702465394, "36"], [1702465418, "36"], [1702465445, "36"], [1702465481, "36"], [1702465517, "36"], [1702465550, "36"], [1702465586, "37"], [1702465619, "37"], [1702465658, "38"], [1702465706, "40"], [1702465754, "40"], [1702465787, "40"], [1702465823, "40"], [1702465856, "40"], [1702465880, "40"], [1702465910, "40"], [1702465952, "40"], [1702465988, "40"], [1702466015, "41"], [1702466030, "41"], [1702466060, "41"], [1702466078, "41"], [1702466138, "43"], [1702466168, "43"], [1702466204, "43"], [1702466237, "43"], [1702466261, "43"], [1702466291, "43"], [1702466327, "43"], [1702466360, "43"], [1702466384, "44"], [1702466417, "44"], [1702466441, "44"], [1702466471, "44"], [1702466507, "44"], [1702466540, "44"], [1702466597, "44"], [1702466633, "44"], [1702466666, "44"], [1702466705, "44"], [1702466732, "44"], [1702466765, "44"], [1702466801, "45"], [1702466852, "45"], [1702466876, "45"], [1702466918, "45"], [1702466978, "45"], [1702467014, "45"], [1702467038, "46"], [1702467068, "46"], [1702467122, "49"], [1702467158, "52"], [1702467191, "52"], [1702467221, "52"], [1702467257, "52"], [1702467299, "52"], [1702467350, "52"], [1702467386, "52"], [1702467419, "52"], [1702467455, "53"], [1702467515, "54"], [1702467542, "54"], [1702467566, "55"], [1702467599, "55"], [1702467635, "59"], [1702467668, "59"], [1702467695, "59"], [1702467716, "59"], [1702467746, "59"], [1702467800, "59"], [1702467824, "62"], [1702467908, "62"], [1702467944, "62"], [1702467968, "62"], [1702468001, "62"], [1702468031, "62"], [1702468067, "63"], [1702468085, "63"], [1702468115, "63"], [1702468151, "63"], [1702468181, "63"], [1702468208, "64"], [1702468241, "66"], [1702468256, "66"], [1702468286, "68"], [1702468322, "68"], [1702468352, "69"], [1702468388, "69"], [1702468424, "69"], [1702468457, "69"], [1702468493, "70"], [1702468517, "70"], [1702468550, "70"], [1702468586, "72"], [1702468613, "72"], [1702468637, "72"], [1702468679, "75"], [1702468721, "75"], [1702468730, "75"], [1702468766, "75"], [1702468799, "75"], [1702468835, "75"], [1702468898, "76"], [1702468934, "76"], [1702468970, "78"], [1702468994, "78"], [1702469024, "78"], [1702469060, "79"], [1702469111, "81"], [1702469144, "81"], [1702469168, "81"], [1702469204, "81"], [1702469237, "81"], [1702469273, "82"], [1702469303, "83"], [1702469336, "86"], [1702469360, "87"], [1702469387, "87"], [1702469411, "87"], [1702469435, "88"], [1702469468, "88"], [1702469504, "88"], [1702469537, "88"], [1702469573, "88"], [1702469606, "88"], [1702469633, "90"], [1702469660, "90"], [1702469684, "90"], [1702469717, "90"], [1702469753, "90"], [1702469786, "90"], [1702469816, "92"], [1702469834, "92"], [1702469864, "92"], [1702469906, "92"], [1702469936, "92"], [1702469972, "93"], [1702470005, "93"], [1702470029, "93"], [1702470065, "93"], [1702470101, "93"], [1702470131, "93"], [1702470167, "93"], [1702470203, "93"], [1702470251, "93"], [1702470278, "95"], [1702470311, "95"], [1702470347, "96"], [1702470371, "96"], [1702470404, "96"], [1702470440, "97"], [1702470476, "97"], [1702470506, "97"], [1702470542, "97"], [1702470575, "98"], [1702470611, "98"], [1702470635, "100"], [1702470662, "103"], [1702470686, "103"], [1702470719, "103"], [1702470746, "103"], [1702470812, "103"], [1702470845, "103"], [1702470875, "103"], [1702470899, "103"], [1702470953, "103"], [1702470983, "103"], [1702471025, "104"], [1702471067, "104"], [1702471169, "104"], [1702471193, "104"], [1702471226, "104"], [1702471265, "104"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4"], [1702462721, "4"], [1702462736, "4"], [1702462751, "4"], [1702462763, "5"], [1702462793, "6"], [1702462808, "6"], [1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "6"], [1702462904, "6"], [1702462919, "6"], [1702462952, "6"], [1702462973, "6"], [1702462988, "6"], [1702463045, "6"], [1702463081, "6"], [1702463114, "6"], [1702463150, "6"], [1702463186, "6"], [1702463216, "7"], [1702463240, "7"], [1702463273, "8"], [1702463324, "8"], [1702463354, "8"], [1702463381, "9"], [1702463417, "9"], [1702463453, "10"], [1702463477, "10"], [1702463510, "10"], [1702463537, "10"], [1702463570, "10"], [1702463591, "10"], [1702463621, "10"], [1702463657, "10"], [1702463693, "10"], [1702463729, "10"], [1702463765, "21"], [1702463798, "21"], [1702463846, "21"], [1702463873, "31"], [1702463906, "31"], [1702463948, "31"], [1702463984, "31"], [1702464014, "31"], [1702464050, "31"], [1702464086, "31"], [1702464122, "33"], [1702464155, "34"], [1702464194, "41"], [1702464230, "41"], [1702464263, "42"], [1702464299, "45"], [1702464332, "45"], [1702464356, "45"], [1702464392, "45"], [1702464425, "46"], [1702464455, "46"], [1702464479, "47"], [1702464509, "48"], [1702464533, "53"], [1702464569, "61"], [1702464605, "63"], [1702464635, "63"], [1702464671, "64"], [1702464716, "69"], [1702464743, "70"], [1702464776, "70"], [1702464812, "71"], [1702464836, "71"], [1702464869, "71"], [1702464905, "72"], [1702464926, "73"], [1702464956, "80"], [1702464992, "83"], [1702465016, "84"], [1702465049, "84"], [1702465085, "84"], [1702465118, "84"], [1702465145, "88"], [1702465178, "88"], [1702465208, "88"], [1702465241, "89"], [1702465298, "90"], [1702465334, "90"], [1702465367, "92"], [1702465394, "93"], [1702465418, "93"], [1702465445, "93"], [1702465481, "95"], [1702465517, "96"], [1702465550, "98"], [1702465586, "98"], [1702465619, "98"], [1702465658, "98"], [1702465706, "98"], [1702465754, "98"], [1702465787, "99"], [1702465823, "100"], [1702465856, "100"], [1702465880, "100"], [1702465910, "100"], [1702465952, "100"], [1702465988, "100"], [1702466015, "101"], [1702466030, "101"], [1702466060, "101"], [1702466078, "101"], [1702466138, "101"], [1702466168, "102"], [1702466204, "102"], [1702466237, "102"], [1702466261, "102"], [1702466291, "102"], [1702466327, "102"], [1702466360, "103"], [1702466384, "104"], [1702466417, "104"], [1702466441, "104"], [1702466471, "104"], [1702466507, "105"], [1702466540, "106"], [1702466597, "108"], [1702466633, "108"], [1702466666, "108"], [1702466705, "108"], [1702466732, "108"], [1702466765, "110"], [1702466801, "110"], [1702466852, "111"], [1702466876, "112"], [1702466918, "112"], [1702466978, "119"], [1702467014, "120"], [1702467038, "120"], [1702467068, "121"], [1702467122, "121"], [1702467158, "123"], [1702467191, "127"], [1702467221, "131"], [1702467257, "131"], [1702467299, "131"], [1702467350, "132"], [1702467386, "133"], [1702467419, "133"], [1702467455, "137"], [1702467515, "138"], [1702467542, "138"], [1702467566, "138"], [1702467599, "139"], [1702467635, "140"], [1702467668, "140"], [1702467695, "143"], [1702467716, "143"], [1702467746, "143"], [1702467800, "145"], [1702467824, "147"], [1702467908, "150"], [1702467944, "151"], [1702467968, "153"], [1702468001, "153"], [1702468031, "153"], [1702468067, "155"], [1702468085, "156"], [1702468115, "156"], [1702468151, "157"], [1702468181, "158"], [1702468208, "161"], [1702468241, "166"], [1702468256, "166"], [1702468286, "168"], [1702468322, "170"], [1702468352, "170"], [1702468388, "171"], [1702468424, "172"], [1702468457, "172"], [1702468493, "172"], [1702468517, "175"], [1702468550, "176"], [1702468586, "177"], [1702468613, "181"], [1702468637, "181"], [1702468679, "185"], [1702468721, "185"], [1702468730, "185"], [1702468766, "185"], [1702468799, "185"], [1702468835, "185"], [1702468898, "186"], [1702468934, "187"], [1702468970, "187"], [1702468994, "188"], [1702469024, "191"], [1702469060, "193"], [1702469111, "195"], [1702469144, "196"], [1702469168, "196"], [1702469204, "196"], [1702469237, "196"], [1702469273, "198"], [1702469303, "198"], [1702469336, "201"], [1702469360, "202"], [1702469387, "213"], [1702469411, "218"], [1702469435, "221"], [1702469468, "222"], [1702469504, "224"], [1702469537, "224"], [1702469573, "225"], [1702469606, "225"], [1702469633, "225"], [1702469660, "225"], [1702469684, "225"], [1702469717, "226"], [1702469753, "232"], [1702469786, "232"], [1702469816, "234"], [1702469834, "234"], [1702469864, "234"], [1702469906, "235"], [1702469936, "236"], [1702469972, "237"], [1702470005, "237"], [1702470029, "237"], [1702470065, "237"], [1702470101, "237"], [1702470131, "238"], [1702470167, "238"], [1702470203, "239"], [1702470251, "239"], [1702470278, "239"], [1702470311, "241"], [1702470347, "241"], [1702470371, "241"], [1702470404, "242"], [1702470440, "242"], [1702470476, "246"], [1702470506, "246"], [1702470542, "246"], [1702470575, "249"], [1702470611, "251"], [1702470635, "251"], [1702470662, "251"], [1702470686, "251"], [1702470719, "254"], [1702470746, "254"], [1702470812, "256"], [1702470845, "256"], [1702470875, "257"], [1702470899, "258"], [1702470953, "259"], [1702470983, "259"], [1702471025, "259"], [1702471067, "259"], [1702471169, "261"], [1702471193, "262"], [1702471226, "262"], [1702471265, "262"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "718"], [1702462988, "1690"], [1702463045, "5248"], [1702463081, "7249"], [1702463114, "10025"], [1702463150, "13425"], [1702463186, "15170"], [1702463216, "16046"], [1702463240, "16257"], [1702463273, "16402"], [1702463324, "17040"], [1702463354, "19442"], [1702463381, "20700"], [1702463417, "22617"], [1702463453, "24245"], [1702463477, "31487"], [1702463510, "33873"], [1702463537, "35121"], [1702463570, "36745"], [1702463591, "36991"], [1702463621, "37306"], [1702463657, "37449"], [1702463693, "38135"], [1702463729, "38906"], [1702463765, "39954"], [1702463798, "44679"], [1702463846, "49332"], [1702463873, "54778"], [1702463906, "56775"], [1702463948, "58461"], [1702463984, "58690"], [1702464014, "58993"], [1702464050, "59380"], [1702464086, "61096"], [1702464122, "62406"], [1702464155, "66621"], [1702464194, "71953"], [1702464230, "75317"], [1702464263, "77806"], [1702464299, "80120"], [1702464332, "80877"], [1702464356, "81112"], [1702464392, "81345"], [1702464425, "82402"], [1702464455, "84058"], [1702464479, "85987"], [1702464509, "88988"], [1702464533, "91169"], [1702464569, "96420"], [1702464605, "99041"], [1702464635, "100480"], [1702464671, "102058"], [1702464716, "102327"], [1702464743, "102861"], [1702464776, "103066"], [1702464812, "103803"], [1702464836, "105693"], [1702464869, "106699"], [1702464905, "108396"], [1702464926, "111205"], [1702464956, "113196"], [1702464992, "117383"], [1702465016, "120644"], [1702465049, "121846"], [1702465085, "121949"], [1702465118, "122144"], [1702465145, "122477"], [1702465178, "123412"], [1702465208, "125820"], [1702465241, "127651"], [1702465298, "134322"], [1702465334, "137955"], [1702465367, "141658"], [1702465394, "143668"], [1702465418, "145330"], [1702465445, "145473"], [1702465481, "145897"], [1702465517, "146394"], [1702465550, "147451"], [1702465586, "149066"], [1702465619, "152515"], [1702465658, "155684"], [1702465706, "158882"], [1702465754, "164124"], [1702465787, "165933"], [1702465823, "166168"], [1702465856, "166560"], [1702465880, "167030"], [1702465910, "168340"], [1702465952, "170100"], [1702465988, "173799"], [1702466015, "180010"], [1702466030, "182530"], [1702466060, "185543"], [1702466078, "187572"], [1702466138, "190160"], [1702466168, "192357"], [1702466204, "192694"], [1702466237, "192885"], [1702466261, "193552"], [1702466291, "193965"], [1702466327, "195804"], [1702466360, "199637"], [1702466384, "201637"], [1702466417, "203736"], [1702466441, "211853"], [1702466471, "214271"], [1702466507, "216860"], [1702466540, "218046"], [1702466597, "218378"], [1702466633, "218910"], [1702466666, "219386"], [1702466705, "220033"], [1702466732, "224334"], [1702466765, "229631"], [1702466801, "234198"], [1702466852, "243872"], [1702466876, "246001"], [1702466918, "248637"], [1702466978, "250066"], [1702467014, "250181"], [1702467038, "250685"], [1702467068, "251935"], [1702467122, "254939"], [1702467158, "259684"], [1702467191, "265788"], [1702467221, "271247"], [1702467257, "275715"], [1702467299, "276501"], [1702467350, "276895"], [1702467386, "277813"], [1702467419, "280156"], [1702467455, "282749"], [1702467515, "289578"], [1702467542, "296049"], [1702467566, "301134"], [1702467599, "304510"], [1702467635, "307409"], [1702467668, "308282"], [1702467695, "308398"], [1702467716, "308673"], [1702467746, "308972"], [1702467800, "310652"], [1702467824, "311799"], [1702467908, "320630"], [1702467944, "329848"], [1702467968, "334227"], [1702468001, "338617"], [1702468031, "339504"], [1702468067, "339590"], [1702468085, "339897"], [1702468115, "340277"], [1702468151, "340921"], [1702468181, "344159"], [1702468208, "346808"], [1702468241, "351084"], [1702468256, "353557"], [1702468286, "355858"], [1702468322, "359533"], [1702468352, "362906"], [1702468388, "365326"], [1702468424, "365472"], [1702468457, "365591"], [1702468493, "365957"], [1702468517, "367688"], [1702468550, "369974"], [1702468586, "373005"], [1702468613, "375442"], [1702468637, "377539"], [1702468679, "382616"], [1702468721, "383713"], [1702468730, "384849"], [1702468766, "385245"], [1702468799, "385344"], [1702468835, "385730"], [1702468898, "386625"], [1702468934, "389893"], [1702468970, "390722"], [1702468994, "393387"], [1702469024, "396352"], [1702469060, "406587"], [1702469111, "410633"], [1702469144, "411058"], [1702469168, "411349"], [1702469204, "411819"], [1702469237, "413269"], [1702469273, "415118"], [1702469303, "416489"], [1702469336, "419718"], [1702469360, "423138"], [1702469387, "427414"], [1702469411, "430975"], [1702469435, "433654"], [1702469468, "436707"], [1702469504, "438095"], [1702469537, "438371"], [1702469573, "438693"], [1702469606, "439005"], [1702469633, "440292"], [1702469660, "441651"], [1702469684, "443473"], [1702469717, "446024"], [1702469753, "451248"], [1702469786, "456668"], [1702469816, "458649"], [1702469834, "464022"], [1702469864, "464630"], [1702469906, "468114"], [1702469936, "468763"], [1702469972, "468958"], [1702470005, "469292"], [1702470029, "469849"], [1702470065, "470652"], [1702470101, "472564"], [1702470131, "474057"], [1702470167, "476693"], [1702470203, "479866"], [1702470251, "483595"], [1702470278, "495318"], [1702470311, "497916"], [1702470347, "500001"], [1702470371, "500514"], [1702470404, "500747"], [1702470440, "501112"], [1702470476, "501337"], [1702470506, "502572"], [1702470542, "504405"], [1702470575, "505840"], [1702470611, "508640"], [1702470635, "512143"], [1702470662, "515400"], [1702470686, "523199"], [1702470719, "525363"], [1702470746, "529426"], [1702470812, "532439"], [1702470845, "532536"], [1702470875, "535362"], [1702470899, "538296"], [1702470953, "540400"], [1702470983, "540515"], [1702471025, "541825"], [1702471067, "543437"], [1702471169, "545867"], [1702471193, "547962"], [1702471226, "550793"], [1702471265, "553070"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1"], [1702462865, "1"], [1702462880, "63"], [1702462904, "147"], [1702462919, "235"], [1702462952, "663"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "2"], [1702463114, "2"], [1702463150, "2"], [1702463186, "2"], [1702463216, "2"], [1702463240, "2"], [1702463273, "2"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "6"], [1702463570, "7"], [1702463591, "7"], [1702463621, "7"], [1702463657, "7"], [1702463693, "8"], [1702463729, "10"], [1702463765, "10"], [1702463798, "13"], [1702463846, "13"], [1702463873, "13"], [1702463906, "13"], [1702463948, "14"], [1702463984, "14"], [1702464014, "15"], [1702464050, "15"], [1702464086, "15"], [1702464122, "15"], [1702464155, "15"], [1702464194, "17"], [1702464230, "19"], [1702464263, "20"], [1702464299, "21"], [1702464332, "21"], [1702464356, "21"], [1702464392, "22"], [1702464425, "22"], [1702464455, "22"], [1702464479, "22"], [1702464509, "24"], [1702464533, "24"], [1702464569, "24"], [1702464605, "24"], [1702464635, "24"], [1702464671, "24"], [1702464716, "24"], [1702464743, "24"], [1702464776, "24"], [1702464812, "25"], [1702464836, "25"], [1702464869, "27"], [1702464905, "27"], [1702464926, "27"], [1702464956, "27"], [1702464992, "27"], [1702465016, "27"], [1702465049, "27"], [1702465085, "27"], [1702465118, "27"], [1702465145, "27"], [1702465178, "27"], [1702465208, "27"], [1702465241, "28"], [1702465298, "29"], [1702465334, "29"], [1702465367, "29"], [1702465394, "29"], [1702465418, "30"], [1702465445, "30"], [1702465481, "30"], [1702465517, "30"], [1702465550, "30"], [1702465586, "30"], [1702465619, "30"], [1702465658, "31"], [1702465706, "31"], [1702465754, "33"], [1702465787, "33"], [1702465823, "33"], [1702465856, "33"], [1702465880, "33"], [1702465910, "34"], [1702465952, "34"], [1702465988, "34"], [1702466015, "34"], [1702466030, "34"], [1702466060, "34"], [1702466078, "34"], [1702466138, "37"], [1702466168, "37"], [1702466204, "37"], [1702466237, "37"], [1702466261, "38"], [1702466291, "38"], [1702466327, "38"], [1702466360, "38"], [1702466384, "39"], [1702466417, "39"], [1702466441, "39"], [1702466471, "39"], [1702466507, "39"], [1702466540, "39"], [1702466597, "39"], [1702466633, "39"], [1702466666, "39"], [1702466705, "39"], [1702466732, "40"], [1702466765, "40"], [1702466801, "40"], [1702466852, "40"], [1702466876, "40"], [1702466918, "40"], [1702466978, "40"], [1702467014, "40"], [1702467038, "40"], [1702467068, "40"], [1702467122, "40"], [1702467158, "40"], [1702467191, "40"], [1702467221, "40"], [1702467257, "40"], [1702467299, "40"], [1702467350, "40"], [1702467386, "40"], [1702467419, "41"], [1702467455, "43"], [1702467515, "45"], [1702467542, "45"], [1702467566, "46"], [1702467599, "46"], [1702467635, "46"], [1702467668, "46"], [1702467695, "46"], [1702467716, "46"], [1702467746, "46"], [1702467800, "48"], [1702467824, "49"], [1702467908, "51"], [1702467944, "51"], [1702467968, "51"], [1702468001, "51"], [1702468031, "51"], [1702468067, "51"], [1702468085, "51"], [1702468115, "51"], [1702468151, "51"], [1702468181, "51"], [1702468208, "51"], [1702468241, "52"], [1702468256, "52"], [1702468286, "52"], [1702468322, "52"], [1702468352, "53"], [1702468388, "54"], [1702468424, "54"], [1702468457, "55"], [1702468493, "56"], [1702468517, "56"], [1702468550, "57"], [1702468586, "57"], [1702468613, "57"], [1702468637, "57"], [1702468679, "57"], [1702468721, "57"], [1702468730, "57"], [1702468766, "57"], [1702468799, "57"], [1702468835, "57"], [1702468898, "58"], [1702468934, "59"], [1702468970, "61"], [1702468994, "61"], [1702469024, "61"], [1702469060, "61"], [1702469111, "61"], [1702469144, "61"], [1702469168, "62"], [1702469204, "62"], [1702469237, "63"], [1702469273, "63"], [1702469303, "63"], [1702469336, "67"], [1702469360, "68"], [1702469387, "68"], [1702469411, "68"], [1702469435, "68"], [1702469468, "69"], [1702469504, "70"], [1702469537, "70"], [1702469573, "71"], [1702469606, "71"], [1702469633, "72"], [1702469660, "72"], [1702469684, "74"], [1702469717, "74"], [1702469753, "75"], [1702469786, "75"], [1702469816, "75"], [1702469834, "75"], [1702469864, "75"], [1702469906, "75"], [1702469936, "75"], [1702469972, "10866"], [1702470005, "10940"], [1702470029, "10961"], [1702470065, "11024"], [1702470101, "11080"], [1702470131, "11120"], [1702470167, "11171"], [1702470203, "11226"], [1702470251, "11295"], [1702470278, "11341"], [1702470311, "11397"], [1702470347, "11435"], [1702470371, "11476"], [1702470404, "11501"], [1702470440, "11550"], [1702470476, "11595"], [1702470506, "11628"], [1702470542, "11655"], [1702470575, "11685"], [1702470611, "11714"], [1702470635, "11750"], [1702470662, "11768"], [1702470686, "11801"], [1702470719, "11815"], [1702470746, "11850"], [1702470812, "11938"], [1702470845, "11982"], [1702470875, "12009"], [1702470899, "12039"], [1702470953, "12083"], [1702470983, "12123"], [1702471025, "12181"], [1702471067, "12258"], [1702471169, "12400"], [1702471193, "12423"], [1702471226, "12479"], [1702471265, "12544"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "2"], [1702463114, "2"], [1702463150, "2"], [1702463186, "2"], [1702463216, "2"], [1702463240, "2"], [1702463273, "2"], [1702463324, "2"], [1702463354, "2"], [1702463381, "2"], [1702463417, "2"], [1702463453, "2"], [1702463477, "2"], [1702463510, "2"], [1702463537, "2"], [1702463570, "2"], [1702463591, "2"], [1702463621, "2"], [1702463657, "2"], [1702463693, "2"], [1702463729, "2"], [1702463765, "2"], [1702463798, "2"], [1702463846, "2"], [1702463873, "2"], [1702463906, "2"], [1702463948, "2"], [1702463984, "2"], [1702464014, "2"], [1702464050, "2"], [1702464086, "2"], [1702464122, "2"], [1702464155, "2"], [1702464194, "2"], [1702464230, "2"], [1702464263, "2"], [1702464299, "2"], [1702464332, "2"], [1702464356, "2"], [1702464392, "2"], [1702464425, "2"], [1702464455, "2"], [1702464479, "2"], [1702464509, "2"], [1702464533, "2"], [1702464569, "2"], [1702464605, "2"], [1702464635, "2"], [1702464671, "2"], [1702464716, "2"], [1702464743, "2"], [1702464776, "2"], [1702464812, "2"], [1702464836, "2"], [1702464869, "2"], [1702464905, "2"], [1702464926, "2"], [1702464956, "2"], [1702464992, "2"], [1702465016, "2"], [1702465049, "2"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "2"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "6"], [1702462721, "8"], [1702462736, "8"], [1702462751, "8"], [1702462763, "8"], [1702462793, "9"], [1702462808, "9"], [1702462829, "11"], [1702462844, "11"], [1702462865, "11"], [1702462880, "12"], [1702462904, "13"], [1702462919, "14"], [1702462952, "16"], [1702462973, "16"], [1702462988, "16"], [1702463045, "24"], [1702463081, "26"], [1702463114, "28"], [1702463150, "32"], [1702463186, "43"], [1702463216, "45"], [1702463240, "46"], [1702463273, "47"], [1702463324, "49"], [1702463354, "49"], [1702463381, "51"], [1702463417, "53"], [1702463453, "57"], [1702463477, "61"], [1702463510, "64"], [1702463537, "64"], [1702463570, "64"], [1702463591, "66"], [1702463621, "67"], [1702463657, "67"], [1702463693, "67"], [1702463729, "69"], [1702463765, "72"], [1702463798, "77"], [1702463846, "81"], [1702463873, "83"], [1702463906, "84"], [1702463948, "85"], [1702463984, "85"], [1702464014, "85"], [1702464050, "85"], [1702464086, "87"], [1702464122, "89"], [1702464155, "91"], [1702464194, "92"], [1702464230, "92"], [1702464263, "97"], [1702464299, "101"], [1702464332, "101"], [1702464356, "102"], [1702464392, "103"], [1702464425, "105"], [1702464455, "109"], [1702464479, "109"], [1702464509, "117"], [1702464533, "119"], [1702464569, "126"], [1702464605, "127"], [1702464635, "129"], [1702464671, "130"], [1702464716, "131"], [1702464743, "131"], [1702464776, "131"], [1702464812, "133"], [1702464836, "136"], [1702464869, "138"], [1702464905, "141"], [1702464926, "145"], [1702464956, "148"], [1702464992, "151"], [1702465016, "154"], [1702465049, "157"], [1702465085, "162"], [1702465118, "164"], [1702465145, "164"], [1702465178, "165"], [1702465208, "168"], [1702465241, "171"], [1702465298, "174"], [1702465334, "178"], [1702465367, "183"], [1702465394, "185"], [1702465418, "186"], [1702465445, "186"], [1702465481, "186"], [1702465517, "187"], [1702465550, "187"], [1702465586, "189"], [1702465619, "192"], [1702465658, "194"], [1702465706, "201"], [1702465754, "208"], [1702465787, "208"], [1702465823, "208"], [1702465856, "211"], [1702465880, "212"], [1702465910, "212"], [1702465952, "216"], [1702465988, "220"], [1702466015, "223"], [1702466030, "224"], [1702466060, "225"], [1702466078, "230"], [1702466138, "231"], [1702466168, "231"], [1702466204, "233"], [1702466237, "233"], [1702466261, "235"], [1702466291, "235"], [1702466327, "236"], [1702466360, "243"], [1702466384, "248"], [1702466417, "250"], [1702466441, "253"], [1702466471, "255"], [1702466507, "259"], [1702466540, "261"], [1702466597, "264"], [1702466633, "265"], [1702466666, "265"], [1702466705, "272"], [1702466732, "274"], [1702466765, "280"], [1702466801, "287"], [1702466852, "292"], [1702466876, "293"], [1702466918, "298"], [1702466978, "303"], [1702467014, "319"], [1702467038, "321"], [1702467068, "322"], [1702467122, "327"], [1702467158, "329"], [1702467191, "333"], [1702467221, "337"], [1702467257, "339"], [1702467299, "344"], [1702467350, "345"], [1702467386, "350"], [1702467419, "354"], [1702467455, "357"], [1702467515, "366"], [1702467542, "372"], [1702467566, "383"], [1702467599, "383"], [1702467635, "387"], [1702467668, "387"], [1702467695, "390"], [1702467716, "391"], [1702467746, "393"], [1702467800, "397"], [1702467824, "399"], [1702467908, "415"], [1702467944, "421"], [1702467968, "421"], [1702468001, "423"], [1702468031, "424"], [1702468067, "426"], [1702468085, "427"], [1702468115, "428"], [1702468151, "431"], [1702468181, "439"], [1702468208, "439"], [1702468241, "447"], [1702468256, "452"], [1702468286, "456"], [1702468322, "459"], [1702468352, "461"], [1702468388, "464"], [1702468424, "468"], [1702468457, "469"], [1702468493, "472"], [1702468517, "478"], [1702468550, "482"], [1702468586, "485"], [1702468613, "492"], [1702468637, "493"], [1702468679, "496"], [1702468721, "499"], [1702468730, "504"], [1702468766, "505"], [1702468799, "508"], [1702468835, "509"], [1702468898, "513"], [1702468934, "518"], [1702468970, "521"], [1702468994, "531"], [1702469024, "537"], [1702469060, "543"], [1702469111, "548"], [1702469144, "552"], [1702469168, "553"], [1702469204, "557"], [1702469237, "559"], [1702469273, "560"], [1702469303, "568"], [1702469336, "578"], [1702469360, "588"], [1702469387, "596"], [1702469411, "602"], [1702469435, "603"], [1702469468, "604"], [1702469504, "608"], [1702469537, "609"], [1702469573, "617"], [1702469606, "619"], [1702469633, "622"], [1702469660, "624"], [1702469684, "627"], [1702469717, "629"], [1702469753, "634"], [1702469786, "639"], [1702469816, "641"], [1702469834, "643"], [1702469864, "644"], [1702469906, "646"], [1702469936, "646"], [1702469972, "646"], [1702470005, "646"], [1702470029, "648"], [1702470065, "656"], [1702470101, "658"], [1702470131, "662"], [1702470167, "666"], [1702470203, "669"], [1702470251, "674"], [1702470278, "679"], [1702470311, "682"], [1702470347, "683"], [1702470371, "683"], [1702470404, "683"], [1702470440, "685"], [1702470476, "689"], [1702470506, "689"], [1702470542, "691"], [1702470575, "693"], [1702470611, "697"], [1702470635, "699"], [1702470662, "701"], [1702470686, "707"], [1702470719, "709"], [1702470746, "713"], [1702470812, "719"], [1702470845, "719"], [1702470875, "723"], [1702470899, "724"], [1702470953, "725"], [1702470983, "727"], [1702471025, "730"], [1702471067, "735"], [1702471169, "744"], [1702471193, "747"], [1702471226, "753"], [1702471265, "755"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "2"], [1702462721, "2"], [1702462736, "3"], [1702462751, "4"], [1702462763, "4"], [1702462793, "5"], [1702462808, "5"], [1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "7"], [1702462904, "8"], [1702462919, "8"], [1702462952, "8"], [1702462973, "8"], [1702462988, "8"], [1702463045, "9"], [1702463081, "10"], [1702463114, "11"], [1702463150, "13"], [1702463186, "16"], [1702463216, "17"], [1702463240, "18"], [1702463273, "19"], [1702463324, "20"], [1702463354, "20"], [1702463381, "20"], [1702463417, "20"], [1702463453, "24"], [1702463477, "24"], [1702463510, "24"], [1702463537, "25"], [1702463570, "25"], [1702463591, "25"], [1702463621, "25"], [1702463657, "25"], [1702463693, "25"], [1702463729, "25"], [1702463765, "25"], [1702463798, "25"], [1702463846, "26"], [1702463873, "26"], [1702463906, "26"], [1702463948, "27"], [1702463984, "27"], [1702464014, "27"], [1702464050, "27"], [1702464086, "27"], [1702464122, "27"], [1702464155, "27"], [1702464194, "28"], [1702464230, "28"], [1702464263, "28"], [1702464299, "30"], [1702464332, "31"], [1702464356, "31"], [1702464392, "31"], [1702464425, "31"], [1702464455, "31"], [1702464479, "32"], [1702464509, "34"], [1702464533, "34"], [1702464569, "34"], [1702464605, "35"], [1702464635, "38"], [1702464671, "38"], [1702464716, "38"], [1702464743, "38"], [1702464776, "40"], [1702464812, "41"], [1702464836, "41"], [1702464869, "41"], [1702464905, "41"], [1702464926, "41"], [1702464956, "42"], [1702464992, "42"], [1702465016, "42"], [1702465049, "42"], [1702465085, "42"], [1702465118, "42"], [1702465145, "42"], [1702465178, "43"], [1702465208, "44"], [1702465241, "44"], [1702465298, "46"], [1702465334, "46"], [1702465367, "47"], [1702465394, "47"], [1702465418, "47"], [1702465445, "47"], [1702465481, "47"], [1702465517, "48"], [1702465550, "48"], [1702465586, "49"], [1702465619, "51"], [1702465658, "51"], [1702465706, "52"], [1702465754, "52"], [1702465787, "53"], [1702465823, "53"], [1702465856, "53"], [1702465880, "53"], [1702465910, "53"], [1702465952, "53"], [1702465988, "54"], [1702466015, "54"], [1702466030, "56"], [1702466060, "58"], [1702466078, "58"], [1702466138, "59"], [1702466168, "59"], [1702466204, "59"], [1702466237, "59"], [1702466261, "59"], [1702466291, "59"], [1702466327, "59"], [1702466360, "59"], [1702466384, "60"], [1702466417, "60"], [1702466441, "61"], [1702466471, "61"], [1702466507, "62"], [1702466540, "62"], [1702466597, "62"], [1702466633, "62"], [1702466666, "62"], [1702466705, "62"], [1702466732, "62"], [1702466765, "63"], [1702466801, "63"], [1702466852, "63"], [1702466876, "64"], [1702466918, "65"], [1702466978, "69"], [1702467014, "70"], [1702467038, "70"], [1702467068, "71"], [1702467122, "73"], [1702467158, "74"], [1702467191, "78"], [1702467221, "79"], [1702467257, "79"], [1702467299, "79"], [1702467350, "79"], [1702467386, "79"], [1702467419, "79"], [1702467455, "79"], [1702467515, "81"], [1702467542, "82"], [1702467566, "82"], [1702467599, "84"], [1702467635, "85"], [1702467668, "85"], [1702467695, "85"], [1702467716, "85"], [1702467746, "85"], [1702467800, "85"], [1702467824, "85"], [1702467908, "88"], [1702467944, "88"], [1702467968, "88"], [1702468001, "88"], [1702468031, "88"], [1702468067, "88"], [1702468085, "88"], [1702468115, "88"], [1702468151, "88"], [1702468181, "88"], [1702468208, "88"], [1702468241, "88"], [1702468256, "90"], [1702468286, "91"], [1702468322, "92"], [1702468352, "93"], [1702468388, "93"], [1702468424, "93"], [1702468457, "94"], [1702468493, "94"], [1702468517, "95"], [1702468550, "97"], [1702468586, "101"], [1702468613, "103"], [1702468637, "105"], [1702468679, "106"], [1702468721, "106"], [1702468730, "106"], [1702468766, "106"], [1702468799, "106"], [1702468835, "106"], [1702468898, "106"], [1702468934, "107"], [1702468970, "111"], [1702468994, "113"], [1702469024, "114"], [1702469060, "115"], [1702469111, "116"], [1702469144, "116"], [1702469168, "117"], [1702469204, "117"], [1702469237, "117"], [1702469273, "117"], [1702469303, "120"], [1702469336, "121"], [1702469360, "122"], [1702469387, "127"], [1702469411, "127"], [1702469435, "127"], [1702469468, "127"], [1702469504, "128"], [1702469537, "128"], [1702469573, "129"], [1702469606, "130"], [1702469633, "130"], [1702469660, "130"], [1702469684, "130"], [1702469717, "131"], [1702469753, "132"], [1702469786, "132"], [1702469816, "132"], [1702469834, "132"], [1702469864, "132"], [1702469906, "132"], [1702469936, "132"], [1702469972, "132"], [1702470005, "132"], [1702470029, "133"], [1702470065, "133"], [1702470101, "134"], [1702470131, "135"], [1702470167, "140"], [1702470203, "141"], [1702470251, "142"], [1702470278, "144"], [1702470311, "144"], [1702470347, "144"], [1702470371, "144"], [1702470404, "144"], [1702470440, "144"], [1702470476, "145"], [1702470506, "145"], [1702470542, "145"], [1702470575, "147"], [1702470611, "149"], [1702470635, "150"], [1702470662, "150"], [1702470686, "152"], [1702470719, "152"], [1702470746, "153"], [1702470812, "153"], [1702470845, "154"], [1702470875, "173"], [1702470899, "175"], [1702470953, "175"], [1702470983, "175"], [1702471025, "176"], [1702471067, "178"], [1702471169, "179"], [1702471193, "179"], [1702471226, "180"], [1702471265, "180"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "5"], [1702462751, "6"], [1702462763, "6"], [1702462793, "7"], [1702462808, "7"], [1702462829, "7"], [1702462844, "7"], [1702462865, "7"], [1702462880, "7"], [1702462904, "10"], [1702462919, "10"], [1702462952, "10"], [1702462973, "10"], [1702462988, "11"], [1702463045, "15"], [1702463081, "16"], [1702463114, "17"], [1702463150, "20"], [1702463186, "21"], [1702463216, "21"], [1702463240, "21"], [1702463273, "21"], [1702463324, "23"], [1702463354, "23"], [1702463381, "25"], [1702463417, "26"], [1702463453, "30"], [1702463477, "32"], [1702463510, "32"], [1702463537, "32"], [1702463570, "33"], [1702463591, "35"], [1702463621, "46"], [1702463657, "47"], [1702463693, "47"], [1702463729, "48"], [1702463765, "50"], [1702463798, "53"], [1702463846, "61"], [1702463873, "62"], [1702463906, "64"], [1702463948, "64"], [1702463984, "65"], [1702464014, "66"], [1702464050, "68"], [1702464086, "68"], [1702464122, "70"], [1702464155, "70"], [1702464194, "72"], [1702464230, "73"], [1702464263, "73"], [1702464299, "77"], [1702464332, "78"], [1702464356, "78"], [1702464392, "79"], [1702464425, "79"], [1702464455, "83"], [1702464479, "85"], [1702464509, "88"], [1702464533, "89"], [1702464569, "100"], [1702464605, "103"], [1702464635, "105"], [1702464671, "105"], [1702464716, "106"], [1702464743, "106"], [1702464776, "106"], [1702464812, "109"], [1702464836, "109"], [1702464869, "111"], [1702464905, "112"], [1702464926, "114"], [1702464956, "114"], [1702464992, "115"], [1702465016, "117"], [1702465049, "118"], [1702465085, "119"], [1702465118, "120"], [1702465145, "122"], [1702465178, "124"], [1702465208, "124"], [1702465241, "124"], [1702465298, "127"], [1702465334, "128"], [1702465367, "130"], [1702465394, "131"], [1702465418, "132"], [1702465445, "136"], [1702465481, "137"], [1702465517, "138"], [1702465550, "138"], [1702465586, "138"], [1702465619, "139"], [1702465658, "141"], [1702465706, "146"], [1702465754, "148"], [1702465787, "150"], [1702465823, "150"], [1702465856, "150"], [1702465880, "150"], [1702465910, "160"], [1702465952, "160"], [1702465988, "161"], [1702466015, "163"], [1702466030, "165"], [1702466060, "166"], [1702466078, "169"], [1702466138, "172"], [1702466168, "174"], [1702466204, "174"], [1702466237, "175"], [1702466261, "177"], [1702466291, "177"], [1702466327, "177"], [1702466360, "180"], [1702466384, "180"], [1702466417, "181"], [1702466441, "183"], [1702466471, "186"], [1702466507, "189"], [1702466540, "189"], [1702466597, "192"], [1702466633, "195"], [1702466666, "203"], [1702466705, "204"], [1702466732, "212"], [1702466765, "213"], [1702466801, "216"], [1702466852, "222"], [1702466876, "223"], [1702466918, "223"], [1702466978, "227"], [1702467014, "236"], [1702467038, "237"], [1702467068, "237"], [1702467122, "243"], [1702467158, "246"], [1702467191, "249"], [1702467221, "255"], [1702467257, "257"], [1702467299, "259"], [1702467350, "262"], [1702467386, "263"], [1702467419, "267"], [1702467455, "270"], [1702467515, "281"], [1702467542, "283"], [1702467566, "285"], [1702467599, "287"], [1702467635, "287"], [1702467668, "287"], [1702467695, "287"], [1702467716, "288"], [1702467746, "289"], [1702467800, "297"], [1702467824, "303"], [1702467908, "314"], [1702467944, "316"], [1702467968, "318"], [1702468001, "319"], [1702468031, "319"], [1702468067, "320"], [1702468085, "320"], [1702468115, "320"], [1702468151, "322"], [1702468181, "327"], [1702468208, "327"], [1702468241, "329"], [1702468256, "332"], [1702468286, "333"], [1702468322, "334"], [1702468352, "337"], [1702468388, "338"], [1702468424, "338"], [1702468457, "341"], [1702468493, "343"], [1702468517, "348"], [1702468550, "351"], [1702468586, "353"], [1702468613, "360"], [1702468637, "362"], [1702468679, "367"], [1702468721, "373"], [1702468730, "374"], [1702468766, "376"], [1702468799, "377"], [1702468835, "377"], [1702468898, "382"], [1702468934, "386"], [1702468970, "394"], [1702468994, "398"], [1702469024, "401"], [1702469060, "407"], [1702469111, "413"], [1702469144, "413"], [1702469168, "415"], [1702469204, "416"], [1702469237, "416"], [1702469273, "420"], [1702469303, "424"], [1702469336, "428"], [1702469360, "436"], [1702469387, "440"], [1702469411, "444"], [1702469435, "446"], [1702469468, "447"], [1702469504, "447"], [1702469537, "448"], [1702469573, "450"], [1702469606, "452"], [1702469633, "452"], [1702469660, "453"], [1702469684, "454"], [1702469717, "458"], [1702469753, "461"], [1702469786, "467"], [1702469816, "471"], [1702469834, "476"], [1702469864, "477"], [1702469906, "478"], [1702469936, "479"], [1702469972, "483"], [1702470005, "485"], [1702470029, "489"], [1702470065, "492"], [1702470101, "495"], [1702470131, "499"], [1702470167, "505"], [1702470203, "513"], [1702470251, "514"], [1702470278, "516"], [1702470311, "518"], [1702470347, "518"], [1702470371, "518"], [1702470404, "519"], [1702470440, "521"], [1702470476, "522"], [1702470506, "522"], [1702470542, "525"], [1702470575, "533"], [1702470611, "536"], [1702470635, "541"], [1702470662, "541"], [1702470686, "544"], [1702470719, "546"], [1702470746, "546"], [1702470812, "546"], [1702470845, "548"], [1702470875, "549"], [1702470899, "550"], [1702470953, "551"], [1702470983, "552"], [1702471025, "553"], [1702471067, "555"], [1702471169, "558"], [1702471193, "559"], [1702471226, "559"], [1702471265, "561"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "8"], [1702462721, "8"], [1702462736, "8"], [1702462751, "8"], [1702462763, "8"], [1702462793, "10"], [1702462808, "12"], [1702462829, "12"], [1702462844, "15"], [1702462865, "16"], [1702462880, "17"], [1702462904, "22"], [1702462919, "24"], [1702462952, "26"], [1702462973, "27"], [1702462988, "30"], [1702463045, "32"], [1702463081, "41"], [1702463114, "42"], [1702463150, "43"], [1702463186, "45"], [1702463216, "47"], [1702463240, "47"], [1702463273, "48"], [1702463324, "49"], [1702463354, "52"], [1702463381, "52"], [1702463417, "57"], [1702463453, "60"], [1702463477, "63"], [1702463510, "67"], [1702463537, "67"], [1702463570, "68"], [1702463591, "70"], [1702463621, "71"], [1702463657, "72"], [1702463693, "72"], [1702463729, "73"], [1702463765, "75"], [1702463798, "77"], [1702463846, "77"], [1702463873, "82"], [1702463906, "82"], [1702463948, "83"], [1702463984, "84"], [1702464014, "86"], [1702464050, "86"], [1702464086, "86"], [1702464122, "89"], [1702464155, "89"], [1702464194, "92"], [1702464230, "96"], [1702464263, "97"], [1702464299, "99"], [1702464332, "100"], [1702464356, "101"], [1702464392, "101"], [1702464425, "103"], [1702464455, "105"], [1702464479, "106"], [1702464509, "108"], [1702464533, "111"], [1702464569, "116"], [1702464605, "117"], [1702464635, "117"], [1702464671, "117"], [1702464716, "117"], [1702464743, "118"], [1702464776, "118"], [1702464812, "161"], [1702464836, "161"], [1702464869, "161"], [1702464905, "163"], [1702464926, "167"], [1702464956, "168"], [1702464992, "172"], [1702465016, "174"], [1702465049, "175"], [1702465085, "177"], [1702465118, "179"], [1702465145, "180"], [1702465178, "181"], [1702465208, "183"], [1702465241, "185"], [1702465298, "188"], [1702465334, "190"], [1702465367, "195"], [1702465394, "196"], [1702465418, "197"], [1702465445, "197"], [1702465481, "198"], [1702465517, "199"], [1702465550, "203"], [1702465586, "204"], [1702465619, "207"], [1702465658, "211"], [1702465706, "215"], [1702465754, "215"], [1702465787, "216"], [1702465823, "217"], [1702465856, "221"], [1702465880, "222"], [1702465910, "224"], [1702465952, "227"], [1702465988, "229"], [1702466015, "230"], [1702466030, "232"], [1702466060, "234"], [1702466078, "237"], [1702466138, "238"], [1702466168, "240"], [1702466204, "240"], [1702466237, "244"], [1702466261, "247"], [1702466291, "250"], [1702466327, "253"], [1702466360, "255"], [1702466384, "258"], [1702466417, "258"], [1702466441, "261"], [1702466471, "266"], [1702466507, "267"], [1702466540, "268"], [1702466597, "270"], [1702466633, "271"], [1702466666, "275"], [1702466705, "277"], [1702466732, "281"], [1702466765, "283"], [1702466801, "286"], [1702466852, "289"], [1702466876, "291"], [1702466918, "291"], [1702466978, "293"], [1702467014, "295"], [1702467038, "295"], [1702467068, "297"], [1702467122, "300"], [1702467158, "302"], [1702467191, "307"], [1702467221, "308"], [1702467257, "310"], [1702467299, "311"], [1702467350, "311"], [1702467386, "311"], [1702467419, "312"], [1702467455, "314"], [1702467515, "316"], [1702467542, "319"], [1702467566, "322"], [1702467599, "322"], [1702467635, "328"], [1702467668, "328"], [1702467695, "330"], [1702467716, "332"], [1702467746, "332"], [1702467800, "336"], [1702467824, "340"], [1702467908, "356"], [1702467944, "358"], [1702467968, "361"], [1702468001, "362"], [1702468031, "363"], [1702468067, "365"], [1702468085, "366"], [1702468115, "369"], [1702468151, "371"], [1702468181, "375"], [1702468208, "376"], [1702468241, "379"], [1702468256, "389"], [1702468286, "390"], [1702468322, "392"], [1702468352, "394"], [1702468388, "398"], [1702468424, "401"], [1702468457, "405"], [1702468493, "411"], [1702468517, "411"], [1702468550, "415"], [1702468586, "422"], [1702468613, "425"], [1702468637, "428"], [1702468679, "429"], [1702468721, "429"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "383"], [1702462721, "394"], [1702462736, "412"], [1702462751, "417"], [1702462763, "466"], [1702462793, "490"], [1702462808, "497"], [1702462829, "523"], [1702462844, "559"], [1702462865, "576"], [1702462880, "593"], [1702462904, "618"], [1702462919, "635"], [1702462952, "685"], [1702462973, "724"], [1702462988, "772"], [1702463045, "894"], [1702463081, "976"], [1702463114, "1092"], [1702463150, "1202"], [1702463186, "1259"], [1702463216, "1316"], [1702463240, "1339"], [1702463273, "1359"], [1702463324, "1513"], [1702463354, "1596"], [1702463381, "1667"], [1702463417, "1766"], [1702463453, "1833"], [1702463477, "1959"], [1702463510, "2078"], [1702463537, "2129"], [1702463570, "2173"], [1702463591, "2200"], [1702463621, "2239"], [1702463657, "2283"], [1702463693, "2333"], [1702463729, "2393"], [1702463765, "2501"], [1702463798, "2594"], [1702463846, "2696"], [1702463873, "2790"], [1702463906, "2849"], [1702463948, "2902"], [1702463984, "2952"], [1702464014, "2975"], [1702464050, "3036"], [1702464086, "3077"], [1702464122, "3140"], [1702464155, "3220"], [1702464194, "3416"], [1702464230, "3502"], [1702464263, "3584"], [1702464299, "3658"], [1702464332, "3690"], [1702464356, "3731"], [1702464392, "3772"], [1702464425, "3817"], [1702464455, "3872"], [1702464479, "3923"], [1702464509, "3988"], [1702464533, "4063"], [1702464569, "4139"], [1702464605, "4206"], [1702464635, "4253"], [1702464671, "4316"], [1702464716, "4336"], [1702464743, "4377"], [1702464776, "4452"], [1702464812, "4504"], [1702464836, "4558"], [1702464869, "4594"], [1702464905, "4656"], [1702464926, "4726"], [1702464956, "4824"], [1702464992, "4924"], [1702465016, "4973"], [1702465049, "5009"], [1702465085, "5052"], [1702465118, "5116"], [1702465145, "5153"], [1702465178, "5200"], [1702465208, "5239"], [1702465241, "5333"], [1702465298, "5498"], [1702465334, "5592"], [1702465367, "5651"], [1702465394, "5676"], [1702465418, "5717"], [1702465445, "5746"], [1702465481, "5777"], [1702465517, "5825"], [1702465550, "5884"], [1702465586, "6234"], [1702465619, "6294"], [1702465658, "6417"], [1702465706, "6518"], [1702465754, "6645"], [1702465787, "6711"], [1702465823, "6739"], [1702465856, "6761"], [1702465880, "6780"], [1702465910, "6818"], [1702465952, "6876"], [1702465988, "6933"], [1702466015, "7005"], [1702466030, "7046"], [1702466060, "7128"], [1702466078, "7412"], [1702466138, "7467"], [1702466168, "7515"], [1702466204, "7545"], [1702466237, "7596"], [1702466261, "7633"], [1702466291, "7662"], [1702466327, "7709"], [1702466360, "7789"], [1702466384, "7857"], [1702466417, "8007"], [1702466441, "8124"], [1702466471, "8220"], [1702466507, "8281"], [1702466540, "8321"], [1702466597, "8375"], [1702466633, "8404"], [1702466666, "8444"], [1702466705, "8511"], [1702466732, "8606"], [1702466765, "8700"], [1702466801, "8803"], [1702466852, "9000"], [1702466876, "9142"], [1702466918, "9183"], [1702466978, "9276"], [1702467014, "9329"], [1702467038, "9374"], [1702467068, "9428"], [1702467122, "9617"], [1702467158, "9695"], [1702467191, "10113"], [1702467221, "10216"], [1702467257, "10315"], [1702467299, "10394"], [1702467350, "10487"], [1702467386, "10556"], [1702467419, "10654"], [1702467455, "10802"], [1702467515, "11100"], [1702467542, "11232"], [1702467566, "11446"], [1702467599, "11519"], [1702467635, "11610"], [1702467668, "11654"], [1702467695, "11705"], [1702467716, "11743"], [1702467746, "11783"], [1702467800, "11945"], [1702467824, "12087"], [1702467908, "12546"], [1702467944, "12735"], [1702467968, "12844"], [1702468001, "13201"], [1702468031, "13227"], [1702468067, "13273"], [1702468085, "13337"], [1702468115, "13386"], [1702468151, "13467"], [1702468181, "13636"], [1702468208, "13765"], [1702468241, "14000"], [1702468256, "14158"], [1702468286, "14285"], [1702468322, "14416"], [1702468352, "14531"], [1702468388, "14615"], [1702468424, "14668"], [1702468457, "14721"], [1702468493, "14787"], [1702468517, "14911"], [1702468550, "15027"], [1702468586, "15220"], [1702468613, "15411"], [1702468637, "15524"], [1702468679, "15665"], [1702468721, "15751"], [1702468730, "15817"], [1702468766, "15844"], [1702468799, "15885"], [1702468835, "15941"], [1702468898, "16046"], [1702468934, "16205"], [1702468970, "16426"], [1702468994, "16621"], [1702469024, "16774"], [1702469060, "16959"], [1702469111, "17077"], [1702469144, "17139"], [1702469168, "17171"], [1702469204, "17230"], [1702469237, "17311"], [1702469273, "17419"], [1702469303, "17546"], [1702469336, "17781"], [1702469360, "17954"], [1702469387, "18148"], [1702469411, "18218"], [1702469435, "18304"], [1702469468, "18358"], [1702469504, "18421"], [1702469537, "18448"], [1702469573, "18759"], [1702469606, "18818"], [1702469633, "18857"], [1702469660, "18922"], [1702469684, "19027"], [1702469717, "19148"], [1702469753, "19290"], [1702469786, "19453"], [1702469816, "19542"], [1702469834, "19689"], [1702469864, "19746"], [1702469906, "19863"], [1702469936, "19896"], [1702469972, "19962"], [1702470005, "20056"], [1702470029, "20105"], [1702470065, "20165"], [1702470101, "20259"], [1702470131, "20354"], [1702470167, "20509"], [1702470203, "20680"], [1702470251, "20963"], [1702470278, "21173"], [1702470311, "21291"], [1702470347, "21352"], [1702470371, "21391"], [1702470404, "21423"], [1702470440, "21452"], [1702470476, "21490"], [1702470506, "21531"], [1702470542, "21640"], [1702470575, "21710"], [1702470611, "21830"], [1702470635, "22005"], [1702470662, "22148"], [1702470686, "22309"], [1702470719, "22376"], [1702470746, "22462"], [1702470812, "22575"], [1702470845, "22621"], [1702470875, "22693"], [1702470899, "22748"], [1702470953, "22808"], [1702470983, "22841"], [1702471025, "22877"], [1702471067, "22991"], [1702471169, "23087"], [1702471193, "23132"], [1702471226, "23340"], [1702471265, "23396"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "12"], [1702462721, "21"], [1702462736, "22"], [1702462751, "26"], [1702462763, "26"], [1702462793, "30"], [1702462808, "32"], [1702462829, "36"], [1702462844, "40"], [1702462865, "41"], [1702462880, "43"], [1702462904, "45"], [1702462919, "47"], [1702462952, "50"], [1702462973, "50"], [1702462988, "52"], [1702463045, "57"], [1702463081, "59"], [1702463114, "60"], [1702463150, "64"], [1702463186, "67"], [1702463216, "79"], [1702463240, "79"], [1702463273, "83"], [1702463324, "89"], [1702463354, "90"], [1702463381, "93"], [1702463417, "98"], [1702463453, "100"], [1702463477, "114"], [1702463510, "117"], [1702463537, "241"], [1702463570, "243"], [1702463591, "251"], [1702463621, "253"], [1702463657, "258"], [1702463693, "266"], [1702463729, "276"], [1702463765, "282"], [1702463798, "289"], [1702463846, "298"], [1702463873, "307"], [1702463906, "314"], [1702463948, "321"], [1702463984, "327"], [1702464014, "330"], [1702464050, "334"], [1702464086, "342"], [1702464122, "354"], [1702464155, "361"], [1702464194, "377"], [1702464230, "382"], [1702464263, "391"], [1702464299, "399"], [1702464332, "407"], [1702464356, "414"], [1702464392, "421"], [1702464425, "428"], [1702464455, "429"], [1702464479, "435"], [1702464509, "442"], [1702464533, "447"], [1702464569, "455"], [1702464605, "463"], [1702464635, "470"], [1702464671, "473"], [1702464716, "479"], [1702464743, "488"], [1702464776, "489"], [1702464812, "492"], [1702464836, "501"], [1702464869, "506"], [1702464905, "545"], [1702464926, "556"], [1702464956, "561"], [1702464992, "563"], [1702465016, "574"], [1702465049, "579"], [1702465085, "586"], [1702465118, "592"], [1702465145, "596"], [1702465178, "601"], [1702465208, "603"], [1702465241, "615"], [1702465298, "641"], [1702465334, "656"], [1702465367, "661"], [1702465394, "664"], [1702465418, "667"], [1702465445, "670"], [1702465481, "677"], [1702465517, "683"], [1702465550, "689"], [1702465586, "697"], [1702465619, "706"], [1702465658, "721"], [1702465706, "735"], [1702465754, "745"], [1702465787, "753"], [1702465823, "756"], [1702465856, "761"], [1702465880, "761"], [1702465910, "763"], [1702465952, "767"], [1702465988, "770"], [1702466015, "779"], [1702466030, "787"], [1702466060, "791"], [1702466078, "797"], [1702466138, "809"], [1702466168, "818"], [1702466204, "826"], [1702466237, "833"], [1702466261, "837"], [1702466291, "844"], [1702466327, "851"], [1702466360, "861"], [1702466384, "870"], [1702466417, "880"], [1702466441, "900"], [1702466471, "907"], [1702466507, "921"], [1702466540, "923"], [1702466597, "938"], [1702466633, "940"], [1702466666, "942"], [1702466705, "946"], [1702466732, "953"], [1702466765, "963"], [1702466801, "980"], [1702466852, "989"], [1702466876, "994"], [1702466918, "1002"], [1702466978, "1028"], [1702467014, "1036"], [1702467038, "1042"], [1702467068, "1046"], [1702467122, "1055"], [1702467158, "1062"], [1702467191, "1074"], [1702467221, "1084"], [1702467257, "1091"], [1702467299, "1096"], [1702467350, "1101"], [1702467386, "1105"], [1702467419, "1115"], [1702467455, "1127"], [1702467515, "1147"], [1702467542, "1162"], [1702467566, "1174"], [1702467599, "1184"], [1702467635, "1201"], [1702467668, "1204"], [1702467695, "1210"], [1702467716, "1213"], [1702467746, "1215"], [1702467800, "1227"], [1702467824, "1240"], [1702467908, "1277"], [1702467944, "1285"], [1702467968, "1293"], [1702468001, "1298"], [1702468031, "1302"], [1702468067, "1303"], [1702468085, "1314"], [1702468115, "1317"], [1702468151, "1324"], [1702468181, "1332"], [1702468208, "1345"], [1702468241, "1361"], [1702468256, "1409"], [1702468286, "1418"], [1702468322, "1431"], [1702468352, "1448"], [1702468388, "1456"], [1702468424, "1457"], [1702468457, "1464"], [1702468493, "1471"], [1702468517, "1481"], [1702468550, "1487"], [1702468586, "1503"], [1702468613, "1516"], [1702468637, "1527"], [1702468679, "1540"], [1702468721, "1553"], [1702468730, "1559"], [1702468766, "1562"], [1702468799, "1566"], [1702468835, "1576"], [1702468898, "1595"], [1702468934, "1617"], [1702468970, "1640"], [1702468994, "1652"], [1702469024, "1664"], [1702469060, "1684"], [1702469111, "1697"], [1702469144, "1703"], [1702469168, "1709"], [1702469204, "1716"], [1702469237, "1719"], [1702469273, "1729"], [1702469303, "1744"], [1702469336, "1763"], [1702469360, "1778"], [1702469387, "1784"], [1702469411, "1795"], [1702469435, "1802"], [1702469468, "1810"], [1702469504, "1815"], [1702469537, "1820"], [1702469573, "1824"], [1702469606, "1832"], [1702469633, "1838"], [1702469660, "1850"], [1702469684, "1859"], [1702469717, "1869"], [1702469753, "1884"], [1702469786, "1900"], [1702469816, "1910"], [1702469834, "1922"], [1702469864, "1928"], [1702469906, "1941"], [1702469936, "1944"], [1702469972, "1950"], [1702470005, "1963"], [1702470029, "1964"], [1702470065, "2060"], [1702470101, "2067"], [1702470131, "2074"], [1702470167, "2082"], [1702470203, "2103"], [1702470251, "2127"], [1702470278, "2138"], [1702470311, "2142"], [1702470347, "2159"], [1702470371, "2167"], [1702470404, "2172"], [1702470440, "2179"], [1702470476, "2190"], [1702470506, "2198"], [1702470542, "2208"], [1702470575, "2217"], [1702470611, "2228"], [1702470635, "2235"], [1702470662, "2255"], [1702470686, "2282"], [1702470719, "2291"], [1702470746, "2303"], [1702470812, "2307"], [1702470845, "2311"], [1702470875, "2318"], [1702470899, "2326"], [1702470953, "2338"], [1702470983, "2341"], [1702471025, "2351"], [1702471067, "2368"], [1702471169, "2382"], [1702471193, "2386"], [1702471226, "2390"], [1702471265, "2405"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "3"], [1702463114, "3"], [1702463150, "4"], [1702463186, "5"], [1702463216, "5"], [1702463240, "5"], [1702463273, "5"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "8"], [1702463477, "8"], [1702463510, "9"], [1702463537, "9"], [1702463570, "9"], [1702463591, "9"], [1702463621, "9"], [1702463657, "9"], [1702463693, "9"], [1702463729, "9"], [1702463765, "9"], [1702463798, "9"], [1702463846, "9"], [1702463873, "9"], [1702463906, "9"], [1702463948, "9"], [1702463984, "10"], [1702464014, "10"], [1702464050, "10"], [1702464086, "10"], [1702464122, "10"], [1702464155, "10"], [1702464194, "10"], [1702464230, "10"], [1702464263, "11"], [1702464299, "14"], [1702464332, "14"], [1702464356, "14"], [1702464392, "14"], [1702464425, "14"], [1702464455, "14"], [1702464479, "14"], [1702464509, "15"], [1702464533, "15"], [1702464569, "15"], [1702464605, "15"], [1702464635, "16"], [1702464671, "16"], [1702464716, "16"], [1702464743, "16"], [1702464776, "17"], [1702464812, "17"], [1702464836, "17"], [1702464869, "17"], [1702464905, "17"], [1702464926, "17"], [1702464956, "18"], [1702464992, "18"], [1702465016, "18"], [1702465049, "18"], [1702465085, "18"], [1702465118, "18"], [1702465145, "18"], [1702465178, "18"], [1702465208, "18"], [1702465241, "18"], [1702465298, "18"], [1702465334, "18"], [1702465367, "18"], [1702465394, "18"], [1702465418, "19"], [1702465445, "19"], [1702465481, "19"], [1702465517, "19"], [1702465550, "19"], [1702465586, "19"], [1702465619, "19"], [1702465658, "19"], [1702465706, "19"], [1702465754, "20"], [1702465787, "20"], [1702465823, "20"], [1702465856, "20"], [1702465880, "20"], [1702465910, "20"], [1702465952, "20"], [1702465988, "20"], [1702466015, "20"], [1702466030, "20"], [1702466060, "20"], [1702466078, "20"], [1702466138, "20"], [1702466168, "20"], [1702466204, "20"], [1702466237, "20"], [1702466261, "20"], [1702466291, "20"], [1702466327, "20"], [1702466360, "20"], [1702466384, "20"], [1702466417, "20"], [1702466441, "21"], [1702466471, "21"], [1702466507, "21"], [1702466540, "21"], [1702466597, "22"], [1702466633, "22"], [1702466666, "22"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "23"], [1702467158, "23"], [1702467191, "25"], [1702467221, "25"], [1702467257, "25"], [1702467299, "25"], [1702467350, "25"], [1702467386, "25"], [1702467419, "25"], [1702467455, "26"], [1702467515, "26"], [1702467542, "27"], [1702467566, "31"], [1702467599, "32"], [1702467635, "33"], [1702467668, "33"], [1702467695, "33"], [1702467716, "33"], [1702467746, "33"], [1702467800, "34"], [1702467824, "34"], [1702467908, "37"], [1702467944, "38"], [1702467968, "38"], [1702468001, "38"], [1702468031, "38"], [1702468067, "38"], [1702468085, "38"], [1702468115, "38"], [1702468151, "38"], [1702468181, "38"], [1702468208, "38"], [1702468241, "41"], [1702468256, "42"], [1702468286, "42"], [1702468322, "43"], [1702468352, "44"], [1702468388, "44"], [1702468424, "44"], [1702468457, "44"], [1702468493, "44"], [1702468517, "44"], [1702468550, "44"], [1702468586, "45"], [1702468613, "49"], [1702468637, "49"], [1702468679, "49"], [1702468721, "49"], [1702468730, "49"], [1702468766, "49"], [1702468799, "49"], [1702468835, "49"], [1702468898, "51"], [1702468934, "52"], [1702468970, "54"], [1702468994, "54"], [1702469024, "55"], [1702469060, "58"], [1702469111, "58"], [1702469144, "58"], [1702469168, "58"], [1702469204, "58"], [1702469237, "58"], [1702469273, "58"], [1702469303, "58"], [1702469336, "59"], [1702469360, "61"], [1702469387, "62"], [1702469411, "63"], [1702469435, "63"], [1702469468, "64"], [1702469504, "64"], [1702469537, "64"], [1702469573, "65"], [1702469606, "65"], [1702469633, "66"], [1702469660, "67"], [1702469684, "68"], [1702469717, "68"], [1702469753, "69"], [1702469786, "69"], [1702469816, "69"], [1702469834, "69"], [1702469864, "69"], [1702469906, "69"], [1702469936, "69"], [1702469972, "69"], [1702470005, "69"], [1702470029, "69"], [1702470065, "69"], [1702470101, "69"], [1702470131, "69"], [1702470167, "69"], [1702470203, "70"], [1702470251, "71"], [1702470278, "72"], [1702470311, "72"], [1702470347, "72"], [1702470371, "72"], [1702470404, "72"], [1702470440, "72"], [1702470476, "72"], [1702470506, "72"], [1702470542, "72"], [1702470575, "72"], [1702470611, "73"], [1702470635, "74"], [1702470662, "75"], [1702470686, "75"], [1702470719, "75"], [1702470746, "75"], [1702470812, "75"], [1702470845, "76"], [1702470875, "76"], [1702470899, "76"], [1702470953, "76"], [1702470983, "76"], [1702471025, "76"], [1702471067, "76"], [1702471169, "77"], [1702471193, "77"], [1702471226, "77"], [1702471265, "78"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "480"], [1702462721, "507"], [1702462736, "508"], [1702462751, "520"], [1702462763, "536"], [1702462793, "603"], [1702462808, "641"], [1702462829, "660"], [1702462844, "691"], [1702462865, "708"], [1702462880, "741"], [1702462904, "825"], [1702462919, "853"], [1702462952, "968"], [1702462973, "998"], [1702462988, "1056"], [1702463045, "1296"], [1702463081, "1489"], [1702463114, "1661"], [1702463150, "1836"], [1702463186, "1937"], [1702463216, "2041"], [1702463240, "2117"], [1702463273, "2187"], [1702463324, "2333"], [1702463354, "2387"], [1702463381, "2505"], [1702463417, "2618"], [1702463453, "2868"], [1702463477, "3098"], [1702463510, "3263"], [1702463537, "3338"], [1702463570, "3401"], [1702463591, "3463"], [1702463621, "3515"], [1702463657, "3601"], [1702463693, "3708"], [1702463729, "3779"], [1702463765, "3869"], [1702463798, "4064"], [1702463846, "4303"], [1702463873, "4589"], [1702463906, "4703"], [1702463948, "4904"], [1702463984, "4993"], [1702464014, "5038"], [1702464050, "5117"], [1702464086, "5208"], [1702464122, "5337"], [1702464155, "5489"], [1702464194, "5769"], [1702464230, "5879"], [1702464263, "6023"], [1702464299, "6161"], [1702464332, "6233"], [1702464356, "6340"], [1702464392, "6394"], [1702464425, "6473"], [1702464455, "6724"], [1702464479, "6811"], [1702464509, "6919"], [1702464533, "7218"], [1702464569, "7368"], [1702464605, "7486"], [1702464635, "7604"], [1702464671, "7702"], [1702464716, "7953"], [1702464743, "8023"], [1702464776, "8132"], [1702464812, "8251"], [1702464836, "8362"], [1702464869, "8451"], [1702464905, "8626"], [1702464926, "8762"], [1702464956, "9027"], [1702464992, "9130"], [1702465016, "9214"], [1702465049, "9331"], [1702465085, "9392"], [1702465118, "9435"], [1702465145, "9511"], [1702465178, "9579"], [1702465208, "9688"], [1702465241, "9820"], [1702465298, "10076"], [1702465334, "10216"], [1702465367, "10323"], [1702465394, "10406"], [1702465418, "10530"], [1702465445, "10588"], [1702465481, "10652"], [1702465517, "10751"], [1702465550, "10849"], [1702465586, "11055"], [1702465619, "11420"], [1702465658, "11612"], [1702465706, "11722"], [1702465754, "11888"], [1702465787, "11995"], [1702465823, "12076"], [1702465856, "12151"], [1702465880, "12200"], [1702465910, "12294"], [1702465952, "12386"], [1702465988, "12477"], [1702466015, "12621"], [1702466030, "12737"], [1702466060, "12853"], [1702466078, "13016"], [1702466138, "13175"], [1702466168, "13243"], [1702466204, "13322"], [1702466237, "13425"], [1702466261, "13523"], [1702466291, "13583"], [1702466327, "13670"], [1702466360, "13835"], [1702466384, "13924"], [1702466417, "14132"], [1702466441, "14374"], [1702466471, "14472"], [1702466507, "14583"], [1702466540, "14684"], [1702466597, "14831"], [1702466633, "14897"], [1702466666, "14953"], [1702466705, "15067"], [1702466732, "15202"], [1702466765, "15364"], [1702466801, "15581"], [1702466852, "15759"], [1702466876, "15816"], [1702466918, "15904"], [1702466978, "16047"], [1702467014, "16123"], [1702467038, "16194"], [1702467068, "16270"], [1702467122, "16494"], [1702467158, "16640"], [1702467191, "16886"], [1702467221, "17072"], [1702467257, "17200"], [1702467299, "17326"], [1702467350, "17464"], [1702467386, "17562"], [1702467419, "17671"], [1702467455, "17870"], [1702467515, "18323"], [1702467542, "18566"], [1702467566, "18852"], [1702467599, "18936"], [1702467635, "19081"], [1702467668, "19151"], [1702467695, "19200"], [1702467716, "19296"], [1702467746, "19381"], [1702467800, "19596"], [1702467824, "19929"], [1702467908, "20707"], [1702467944, "20902"], [1702467968, "21059"], [1702468001, "21139"], [1702468031, "21226"], [1702468067, "21344"], [1702468085, "21440"], [1702468115, "21513"], [1702468151, "21686"], [1702468181, "21912"], [1702468208, "22115"], [1702468241, "22491"], [1702468256, "22768"], [1702468286, "22953"], [1702468322, "23123"], [1702468352, "23304"], [1702468388, "23400"], [1702468424, "23478"], [1702468457, "23569"], [1702468493, "23722"], [1702468517, "23934"], [1702468550, "24048"], [1702468586, "24335"], [1702468613, "24696"], [1702468637, "24878"], [1702468679, "25036"], [1702468721, "25128"], [1702468730, "25564"], [1702468766, "25618"], [1702468799, "25660"], [1702468835, "25776"], [1702468898, "26377"], [1702468934, "26588"], [1702468970, "27024"], [1702468994, "27330"], [1702469024, "27506"], [1702469060, "27691"], [1702469111, "27859"], [1702469144, "27972"], [1702469168, "28035"], [1702469204, "28111"], [1702469237, "28216"], [1702469273, "28416"], [1702469303, "28641"], [1702469336, "29028"], [1702469360, "29407"], [1702469387, "29681"], [1702469411, "29834"], [1702469435, "29968"], [1702469468, "30075"], [1702469504, "30151"], [1702469537, "30272"], [1702469573, "30386"], [1702469606, "30509"], [1702469633, "30592"], [1702469660, "30774"], [1702469684, "30995"], [1702469717, "31221"], [1702469753, "31537"], [1702469786, "31813"], [1702469816, "31950"], [1702469834, "32223"], [1702469864, "32293"], [1702469906, "32478"], [1702469936, "32530"], [1702469972, "32629"], [1702470005, "32728"], [1702470029, "32781"], [1702470065, "32856"], [1702470101, "33041"], [1702470131, "33224"], [1702470167, "33397"], [1702470203, "33694"], [1702470251, "34111"], [1702470278, "34455"], [1702470311, "34590"], [1702470347, "34691"], [1702470371, "34766"], [1702470404, "34809"], [1702470440, "34889"], [1702470476, "35024"], [1702470506, "35115"], [1702470542, "35240"], [1702470575, "35367"], [1702470611, "35554"], [1702470635, "35801"], [1702470662, "36031"], [1702470686, "36239"], [1702470719, "36355"], [1702470746, "36460"], [1702470812, "36659"], [1702470845, "36751"], [1702470875, "36892"], [1702470899, "36982"], [1702470953, "37071"], [1702470983, "37145"], [1702471025, "37232"], [1702471067, "37403"], [1702471169, "37613"], [1702471193, "37677"], [1702471226, "37804"], [1702471265, "37956"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "2"], [1702462919, "2"], [1702462952, "3"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "3"], [1702463186, "3"], [1702463216, "3"], [1702463240, "3"], [1702463273, "3"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "5"], [1702463570, "5"], [1702463591, "5"], [1702463621, "5"], [1702463657, "5"], [1702463693, "5"], [1702463729, "5"], [1702463765, "5"], [1702463798, "6"], [1702463846, "6"], [1702463873, "6"], [1702463906, "6"], [1702463948, "6"], [1702463984, "6"], [1702464014, "6"], [1702464050, "6"], [1702464086, "6"], [1702464122, "7"], [1702464155, "8"], [1702464194, "8"], [1702464230, "8"], [1702464263, "11"], [1702464299, "11"], [1702464332, "11"], [1702464356, "13"], [1702464392, "13"], [1702464425, "13"], [1702464455, "13"], [1702464479, "13"], [1702464509, "14"], [1702464533, "14"], [1702464569, "14"], [1702464605, "14"], [1702464635, "14"], [1702464671, "14"], [1702464716, "14"], [1702464743, "14"], [1702464776, "14"], [1702464812, "14"], [1702464836, "14"], [1702464869, "14"], [1702464905, "14"], [1702464926, "14"], [1702464956, "14"], [1702464992, "14"], [1702465016, "15"], [1702465049, "15"], [1702465085, "17"], [1702465118, "17"], [1702465145, "17"], [1702465178, "17"], [1702465208, "17"], [1702465241, "17"], [1702465298, "17"], [1702465334, "17"], [1702465367, "17"], [1702465394, "18"], [1702465418, "18"], [1702465445, "18"], [1702465481, "18"], [1702465517, "18"], [1702465550, "18"], [1702465586, "18"], [1702465619, "18"], [1702465658, "18"], [1702465706, "18"], [1702465754, "18"], [1702465787, "18"], [1702465823, "18"], [1702465856, "18"], [1702465880, "18"], [1702465910, "20"], [1702465952, "20"], [1702465988, "20"], [1702466015, "21"], [1702466030, "21"], [1702466060, "21"], [1702466078, "21"], [1702466138, "21"], [1702466168, "21"], [1702466204, "21"], [1702466237, "21"], [1702466261, "22"], [1702466291, "22"], [1702466327, "22"], [1702466360, "22"], [1702466384, "22"], [1702466417, "22"], [1702466441, "22"], [1702466471, "22"], [1702466507, "22"], [1702466540, "22"], [1702466597, "22"], [1702466633, "24"], [1702466666, "24"], [1702466705, "24"], [1702466732, "24"], [1702466765, "25"], [1702466801, "25"], [1702466852, "25"], [1702466876, "25"], [1702466918, "25"], [1702466978, "25"], [1702467014, "25"], [1702467038, "25"], [1702467068, "25"], [1702467122, "25"], [1702467158, "25"], [1702467191, "25"], [1702467221, "25"], [1702467257, "26"], [1702467299, "26"], [1702467350, "26"], [1702467386, "26"], [1702467419, "26"], [1702467455, "26"], [1702467515, "26"], [1702467542, "26"], [1702467566, "27"], [1702467599, "27"], [1702467635, "27"], [1702467668, "27"], [1702467695, "27"], [1702467716, "27"], [1702467746, "27"], [1702467800, "27"], [1702467824, "27"], [1702467908, "29"], [1702467944, "29"], [1702467968, "29"], [1702468001, "29"], [1702468031, "29"], [1702468067, "29"], [1702468085, "29"], [1702468115, "29"], [1702468151, "31"], [1702468181, "31"], [1702468208, "31"], [1702468241, "31"], [1702468256, "31"], [1702468286, "31"], [1702468322, "32"], [1702468352, "32"], [1702468388, "32"], [1702468424, "32"], [1702468457, "32"], [1702468493, "35"], [1702468517, "35"], [1702468550, "35"], [1702468586, "36"], [1702468613, "37"], [1702468637, "38"], [1702468679, "38"], [1702468721, "38"], [1702468730, "39"], [1702468766, "39"], [1702468799, "39"], [1702468835, "39"], [1702468898, "39"], [1702468934, "39"], [1702468970, "39"], [1702468994, "39"], [1702469024, "39"], [1702469060, "39"], [1702469111, "40"], [1702469144, "40"], [1702469168, "40"], [1702469204, "40"], [1702469237, "40"], [1702469273, "40"], [1702469303, "40"], [1702469336, "40"], [1702469360, "40"], [1702469387, "40"], [1702469411, "40"], [1702469435, "40"], [1702469468, "40"], [1702469504, "40"], [1702469537, "40"], [1702469573, "40"], [1702469606, "40"], [1702469633, "40"], [1702469660, "40"], [1702469684, "40"], [1702469717, "40"], [1702469753, "40"], [1702469786, "40"], [1702469816, "40"], [1702469834, "40"], [1702469864, "40"], [1702469906, "40"], [1702469936, "40"], [1702469972, "40"], [1702470005, "40"], [1702470029, "40"], [1702470065, "40"], [1702470101, "40"], [1702470131, "42"], [1702470167, "42"], [1702470203, "42"], [1702470251, "42"], [1702470278, "42"], [1702470311, "42"], [1702470347, "42"], [1702470371, "42"], [1702470404, "42"], [1702470440, "42"], [1702470476, "42"], [1702470506, "42"], [1702470542, "42"], [1702470575, "42"], [1702470611, "42"], [1702470635, "42"], [1702470662, "42"], [1702470686, "42"], [1702470719, "42"], [1702470746, "42"], [1702470812, "42"], [1702470845, "42"], [1702470875, "42"], [1702470899, "42"], [1702470953, "42"], [1702470983, "42"], [1702471025, "42"], [1702471067, "44"], [1702471169, "44"], [1702471193, "44"], [1702471226, "44"], [1702471265, "44"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "20"], [1702462721, "21"], [1702462736, "22"], [1702462751, "22"], [1702462763, "25"], [1702462793, "26"], [1702462808, "28"], [1702462829, "29"], [1702462844, "31"], [1702462865, "32"], [1702462880, "32"], [1702462904, "36"], [1702462919, "36"], [1702462952, "42"], [1702462973, "47"], [1702462988, "49"], [1702463045, "64"], [1702463081, "78"], [1702463114, "86"], [1702463150, "101"], [1702463186, "105"], [1702463216, "108"], [1702463240, "109"], [1702463273, "112"], [1702463324, "117"], [1702463354, "117"], [1702463381, "126"], [1702463417, "133"], [1702463453, "144"], [1702463477, "159"], [1702463510, "168"], [1702463537, "171"], [1702463570, "176"], [1702463591, "176"], [1702463621, "181"], [1702463657, "183"], [1702463693, "186"], [1702463729, "191"], [1702463765, "196"], [1702463798, "205"], [1702463846, "213"], [1702463873, "224"], [1702463906, "229"], [1702463948, "232"], [1702463984, "235"], [1702464014, "238"], [1702464050, "241"], [1702464086, "246"], [1702464122, "251"], [1702464155, "258"], [1702464194, "264"], [1702464230, "275"], [1702464263, "276"], [1702464299, "281"], [1702464332, "283"], [1702464356, "284"], [1702464392, "286"], [1702464425, "286"], [1702464455, "294"], [1702464479, "300"], [1702464509, "305"], [1702464533, "309"], [1702464569, "320"], [1702464605, "324"], [1702464635, "324"], [1702464671, "348"], [1702464716, "348"], [1702464743, "353"], [1702464776, "355"], [1702464812, "361"], [1702464836, "364"], [1702464869, "366"], [1702464905, "375"], [1702464926, "388"], [1702464956, "393"], [1702464992, "430"], [1702465016, "437"], [1702465049, "441"], [1702465085, "447"], [1702465118, "448"], [1702465145, "453"], [1702465178, "456"], [1702465208, "465"], [1702465241, "471"], [1702465298, "484"], [1702465334, "492"], [1702465367, "501"], [1702465394, "506"], [1702465418, "511"], [1702465445, "513"], [1702465481, "517"], [1702465517, "519"], [1702465550, "524"], [1702465586, "533"], [1702465619, "542"], [1702465658, "556"], [1702465706, "563"], [1702465754, "576"], [1702465787, "581"], [1702465823, "586"], [1702465856, "591"], [1702465880, "594"], [1702465910, "596"], [1702465952, "600"], [1702465988, "603"], [1702466015, "607"], [1702466030, "611"], [1702466060, "618"], [1702466078, "625"], [1702466138, "637"], [1702466168, "645"], [1702466204, "654"], [1702466237, "661"], [1702466261, "666"], [1702466291, "670"], [1702466327, "672"], [1702466360, "678"], [1702466384, "680"], [1702466417, "687"], [1702466441, "693"], [1702466471, "696"], [1702466507, "704"], [1702466540, "710"], [1702466597, "717"], [1702466633, "721"], [1702466666, "721"], [1702466705, "728"], [1702466732, "733"], [1702466765, "741"], [1702466801, "754"], [1702466852, "763"], [1702466876, "766"], [1702466918, "770"], [1702466978, "779"], [1702467014, "784"], [1702467038, "788"], [1702467068, "794"], [1702467122, "807"], [1702467158, "813"], [1702467191, "832"], [1702467221, "841"], [1702467257, "843"], [1702467299, "847"], [1702467350, "853"], [1702467386, "859"], [1702467419, "866"], [1702467455, "871"], [1702467515, "885"], [1702467542, "902"], [1702467566, "917"], [1702467599, "926"], [1702467635, "930"], [1702467668, "933"], [1702467695, "935"], [1702467716, "941"], [1702467746, "943"], [1702467800, "952"], [1702467824, "959"], [1702467908, "993"], [1702467944, "1010"], [1702467968, "1014"], [1702468001, "1019"], [1702468031, "1023"], [1702468067, "1027"], [1702468085, "1032"], [1702468115, "1035"], [1702468151, "1042"], [1702468181, "1047"], [1702468208, "1054"], [1702468241, "1069"], [1702468256, "1077"], [1702468286, "1087"], [1702468322, "1101"], [1702468352, "1107"], [1702468388, "1111"], [1702468424, "1115"], [1702468457, "1118"], [1702468493, "1122"], [1702468517, "1132"], [1702468550, "1137"], [1702468586, "1169"], [1702468613, "1187"], [1702468637, "1192"], [1702468679, "1201"], [1702468721, "1204"], [1702468730, "1212"], [1702468766, "1214"], [1702468799, "1217"], [1702468835, "1218"], [1702468898, "1228"], [1702468934, "1236"], [1702468970, "1251"], [1702468994, "1267"], [1702469024, "1275"], [1702469060, "1294"], [1702469111, "1301"], [1702469144, "1308"], [1702469168, "1312"], [1702469204, "1316"], [1702469237, "1323"], [1702469273, "1335"], [1702469303, "1342"], [1702469336, "1360"], [1702469360, "1372"], [1702469387, "1378"], [1702469411, "1386"], [1702469435, "1390"], [1702469468, "1391"], [1702469504, "1395"], [1702469537, "1402"], [1702469573, "1404"], [1702469606, "1410"], [1702469633, "1413"], [1702469660, "1421"], [1702469684, "1427"], [1702469717, "1436"], [1702469753, "1447"], [1702469786, "1453"], [1702469816, "1456"], [1702469834, "1465"], [1702469864, "1470"], [1702469906, "1476"], [1702469936, "1477"], [1702469972, "1483"], [1702470005, "1489"], [1702470029, "1490"], [1702470065, "1495"], [1702470101, "1498"], [1702470131, "1506"], [1702470167, "1515"], [1702470203, "1529"], [1702470251, "1544"], [1702470278, "1557"], [1702470311, "1562"], [1702470347, "1568"], [1702470371, "1577"], [1702470404, "1579"], [1702470440, "1586"], [1702470476, "1593"], [1702470506, "1602"], [1702470542, "1613"], [1702470575, "1618"], [1702470611, "1627"], [1702470635, "1642"], [1702470662, "1654"], [1702470686, "1661"], [1702470719, "1665"], [1702470746, "1673"], [1702470812, "1681"], [1702470845, "1684"], [1702470875, "1688"], [1702470899, "1691"], [1702470953, "1697"], [1702470983, "1700"], [1702471025, "1706"], [1702471067, "1715"], [1702471169, "1725"], [1702471193, "1728"], [1702471226, "1733"], [1702471265, "1739"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "2"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "3"], [1702463186, "3"], [1702463216, "3"], [1702463240, "3"], [1702463273, "3"], [1702463324, "3"], [1702463354, "3"], [1702463381, "3"], [1702463417, "3"], [1702463453, "3"], [1702463477, "3"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "3"], [1702463693, "3"], [1702463729, "3"], [1702463765, "3"], [1702463798, "3"], [1702463846, "3"], [1702463873, "3"], [1702463906, "3"], [1702463948, "3"], [1702463984, "3"], [1702464014, "3"], [1702464050, "3"], [1702464086, "3"], [1702464122, "3"], [1702464155, "3"], [1702464194, "3"], [1702464230, "4"], [1702464263, "4"], [1702464299, "4"], [1702464332, "4"], [1702464356, "4"], [1702464392, "4"], [1702464425, "4"], [1702464455, "4"], [1702464479, "4"], [1702464509, "4"], [1702464533, "4"], [1702464569, "4"], [1702464605, "4"], [1702464635, "4"], [1702464671, "4"], [1702464716, "4"], [1702464743, "4"], [1702464776, "4"], [1702464812, "4"], [1702464836, "4"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "4"], [1702466060, "4"], [1702466078, "4"], [1702466138, "4"], [1702466168, "4"], [1702466204, "4"], [1702466237, "4"], [1702466261, "4"], [1702466291, "4"], [1702466327, "4"], [1702466360, "4"], [1702466384, "4"], [1702466417, "4"], [1702466441, "4"], [1702466471, "4"], [1702466507, "4"], [1702466540, "4"], [1702466597, "4"], [1702466633, "4"], [1702466666, "4"], [1702466705, "4"], [1702466732, "4"], [1702466765, "4"], [1702466801, "4"], [1702466852, "4"], [1702466876, "4"], [1702466918, "4"], [1702466978, "4"], [1702467014, "4"], [1702467038, "4"], [1702467068, "4"], [1702467122, "4"], [1702467158, "4"], [1702467191, "4"], [1702467221, "4"], [1702467257, "4"], [1702467299, "4"], [1702467350, "4"], [1702467386, "4"], [1702467419, "4"], [1702467455, "4"], [1702467515, "4"], [1702467542, "4"], [1702467566, "4"], [1702467599, "4"], [1702467635, "4"], [1702467668, "4"], [1702467695, "4"], [1702467716, "4"], [1702467746, "4"], [1702467800, "4"], [1702467824, "4"], [1702467908, "4"], [1702467944, "4"], [1702467968, "4"], [1702468001, "4"], [1702468031, "4"], [1702468067, "4"], [1702468085, "4"], [1702468115, "4"], [1702468151, "4"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "4"], [1702469060, "4"], [1702469111, "4"], [1702469144, "4"], [1702469168, "4"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "4"], [1702469336, "4"], [1702469360, "4"], [1702469387, "4"], [1702469411, "4"], [1702469435, "4"], [1702469468, "4"], [1702469504, "4"], [1702469537, "4"], [1702469573, "4"], [1702469606, "4"], [1702469633, "4"], [1702469660, "4"], [1702469684, "4"], [1702469717, "4"], [1702469753, "4"], [1702469786, "4"], [1702469816, "4"], [1702469834, "4"], [1702469864, "4"], [1702469906, "4"], [1702469936, "4"], [1702469972, "4"], [1702470005, "4"], [1702470029, "4"], [1702470065, "4"], [1702470101, "4"], [1702470131, "4"], [1702470167, "4"], [1702470203, "4"], [1702470251, "4"], [1702470278, "4"], [1702470311, "4"], [1702470347, "4"], [1702470371, "4"], [1702470404, "4"], [1702470440, "4"], [1702470476, "4"], [1702470506, "4"], [1702470542, "4"], [1702470575, "4"], [1702470611, "4"], [1702470635, "4"], [1702470662, "4"], [1702470686, "4"], [1702470719, "4"], [1702470746, "4"], [1702470812, "4"], [1702470845, "4"], [1702470875, "4"], [1702470899, "4"], [1702470953, "4"], [1702470983, "4"], [1702471025, "4"], [1702471067, "4"], [1702471169, "4"], [1702471193, "4"], [1702471226, "4"], [1702471265, "4"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "1"], [1702468766, "3"], [1702468799, "4"], [1702468835, "7"], [1702468898, "9"], [1702468934, "10"], [1702468970, "10"], [1702468994, "11"], [1702469024, "18"], [1702469060, "19"], [1702469111, "24"], [1702469144, "24"], [1702469168, "26"], [1702469204, "27"], [1702469237, "29"], [1702469273, "33"], [1702469303, "33"], [1702469336, "35"], [1702469360, "37"], [1702469387, "43"], [1702469411, "43"], [1702469435, "49"], [1702469468, "51"], [1702469504, "55"], [1702469537, "55"], [1702469573, "55"], [1702469606, "56"], [1702469633, "56"], [1702469660, "60"], [1702469684, "61"], [1702469717, "63"], [1702469753, "67"], [1702469786, "75"], [1702469816, "77"], [1702469834, "80"], [1702469864, "80"], [1702469906, "83"], [1702469936, "85"], [1702469972, "88"], [1702470005, "88"], [1702470029, "90"], [1702470065, "92"], [1702470101, "93"], [1702470131, "96"], [1702470167, "102"], [1702470203, "104"], [1702470251, "110"], [1702470278, "114"], [1702470311, "114"], [1702470347, "115"], [1702470371, "115"], [1702470404, "115"], [1702470440, "117"], [1702470476, "118"], [1702470506, "120"], [1702470542, "121"], [1702470575, "123"], [1702470611, "128"], [1702470635, "129"], [1702470662, "133"], [1702470686, "136"], [1702470719, "137"], [1702470746, "143"], [1702470812, "145"], [1702470845, "149"], [1702470875, "154"], [1702470899, "155"], [1702470953, "156"], [1702470983, "157"], [1702471025, "159"], [1702471067, "163"], [1702471169, "166"], [1702471193, "168"], [1702471226, "169"], [1702471265, "171"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "142"], [1702462844, "142"], [1702462865, "142"], [1702462880, "142"], [1702462904, "142"], [1702462919, "144"], [1702462952, "145"], [1702462973, "145"], [1702462988, "145"], [1702463045, "146"], [1702463081, "148"], [1702463114, "150"], [1702463150, "150"], [1702463186, "150"], [1702463216, "150"], [1702463240, "150"], [1702463273, "150"], [1702463324, "150"], [1702463354, "150"], [1702463381, "150"], [1702463417, "155"], [1702463453, "155"], [1702463477, "158"], [1702463510, "158"], [1702463537, "164"], [1702463570, "166"], [1702463591, "169"], [1702463621, "170"], [1702463657, "170"], [1702463693, "170"], [1702463729, "172"], [1702463765, "172"], [1702463798, "172"], [1702463846, "172"], [1702463873, "173"], [1702463906, "173"], [1702463948, "174"], [1702463984, "174"], [1702464014, "174"], [1702464050, "174"], [1702464086, "174"], [1702464122, "174"], [1702464155, "174"], [1702464194, "174"], [1702464230, "174"], [1702464263, "174"], [1702464299, "174"], [1702464332, "176"], [1702464356, "176"], [1702464392, "177"], [1702464425, "181"], [1702464455, "181"], [1702464479, "181"], [1702464509, "181"], [1702464533, "181"], [1702464569, "181"], [1702464605, "183"], [1702464635, "184"], [1702464671, "184"], [1702464716, "184"], [1702464743, "184"], [1702464776, "184"], [1702464812, "184"], [1702464836, "185"], [1702464869, "185"], [1702464905, "186"], [1702464926, "186"], [1702464956, "186"], [1702464992, "186"], [1702465016, "186"], [1702465049, "186"], [1702465085, "186"], [1702465118, "186"], [1702465145, "186"], [1702465178, "186"], [1702465208, "186"], [1702465241, "186"], [1702465298, "186"], [1702465334, "186"], [1702465367, "186"], [1702465394, "186"], [1702465418, "186"], [1702465445, "186"], [1702465481, "186"], [1702465517, "186"], [1702465550, "186"], [1702465586, "186"], [1702465619, "186"], [1702465658, "186"], [1702465706, "186"], [1702465754, "186"], [1702465787, "186"], [1702465823, "186"], [1702465856, "186"], [1702465880, "186"], [1702465910, "186"], [1702465952, "186"], [1702465988, "186"], [1702466015, "186"], [1702466030, "186"], [1702466060, "186"], [1702466078, "186"], [1702466138, "186"], [1702466168, "186"], [1702466204, "186"], [1702466237, "186"], [1702466261, "186"], [1702466291, "186"], [1702466327, "186"], [1702466360, "186"], [1702466384, "186"], [1702466417, "186"], [1702466441, "186"], [1702466471, "186"], [1702466507, "186"], [1702466540, "186"], [1702466597, "186"], [1702466633, "186"], [1702466666, "186"], [1702466705, "186"], [1702466732, "186"], [1702466765, "186"], [1702466801, "186"], [1702466852, "186"], [1702466876, "186"], [1702466918, "186"], [1702466978, "186"], [1702467014, "186"], [1702467038, "186"], [1702467068, "186"], [1702467122, "186"], [1702467158, "186"], [1702467191, "186"], [1702467221, "186"], [1702467257, "186"], [1702467299, "186"], [1702467350, "186"], [1702467386, "186"], [1702467419, "186"], [1702467455, "186"], [1702467515, "186"], [1702467542, "186"], [1702467566, "186"], [1702467599, "186"], [1702467635, "186"], [1702467668, "186"], [1702467695, "186"], [1702467716, "186"], [1702467746, "186"], [1702467800, "186"], [1702467824, "186"], [1702467908, "186"], [1702467944, "187"], [1702467968, "187"], [1702468001, "187"], [1702468031, "187"], [1702468067, "187"], [1702468085, "187"], [1702468115, "187"], [1702468151, "187"], [1702468181, "187"], [1702468208, "187"], [1702468241, "187"], [1702468256, "187"], [1702468286, "187"], [1702468322, "187"], [1702468352, "187"], [1702468388, "187"], [1702468424, "187"], [1702468457, "187"], [1702468493, "187"], [1702468517, "187"], [1702468550, "187"], [1702468586, "187"], [1702468613, "187"], [1702468637, "187"], [1702468679, "187"], [1702468721, "187"], [1702468730, "187"], [1702468766, "187"], [1702468799, "187"], [1702468835, "187"], [1702468898, "187"], [1702468934, "187"], [1702468970, "187"], [1702468994, "187"], [1702469024, "187"], [1702469060, "187"], [1702469111, "187"], [1702469144, "187"], [1702469168, "187"], [1702469204, "187"], [1702469237, "187"], [1702469273, "187"], [1702469303, "187"], [1702469336, "187"], [1702469360, "187"], [1702469387, "187"], [1702469411, "187"], [1702469435, "187"], [1702469468, "187"], [1702469504, "187"], [1702469537, "187"], [1702469573, "187"], [1702469606, "187"], [1702469633, "187"], [1702469660, "187"], [1702469684, "187"], [1702469717, "187"], [1702469753, "187"], [1702469786, "187"], [1702469816, "187"], [1702469834, "187"], [1702469864, "187"], [1702469906, "187"], [1702469936, "187"], [1702469972, "187"], [1702470005, "187"], [1702470029, "187"], [1702470065, "187"], [1702470101, "187"], [1702470131, "187"], [1702470167, "187"], [1702470203, "187"], [1702470251, "187"], [1702470278, "187"], [1702470311, "187"], [1702470347, "187"], [1702470371, "187"], [1702470404, "187"], [1702470440, "187"], [1702470476, "187"], [1702470506, "187"], [1702470542, "187"], [1702470575, "187"], [1702470611, "187"], [1702470635, "187"], [1702470662, "187"], [1702470686, "187"], [1702470719, "187"], [1702470746, "187"], [1702470812, "187"], [1702470845, "187"], [1702470875, "187"], [1702470899, "187"], [1702470953, "187"], [1702470983, "187"], [1702471025, "187"], [1702471067, "187"], [1702471169, "187"], [1702471193, "187"], [1702471226, "187"], [1702471265, "187"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "130"], [1702462736, "130"], [1702462751, "130"], [1702462763, "130"], [1702462793, "133"], [1702462808, "133"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "2"], [1702462721, "2"], [1702462736, "2"], [1702462751, "2"], [1702462763, "2"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "3"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "4"], [1702463114, "4"], [1702463150, "4"], [1702463186, "4"], [1702463216, "4"], [1702463240, "4"], [1702463273, "4"], [1702463324, "4"], [1702463354, "4"], [1702463381, "4"], [1702463417, "4"], [1702463453, "4"], [1702463477, "4"], [1702463510, "4"], [1702463537, "4"], [1702463570, "4"], [1702463591, "4"], [1702463621, "4"], [1702463657, "4"], [1702463693, "4"], [1702463729, "5"], [1702463765, "5"], [1702463798, "5"], [1702463846, "5"], [1702463873, "7"], [1702463906, "7"], [1702463948, "7"], [1702463984, "8"], [1702464014, "8"], [1702464050, "8"], [1702464086, "8"], [1702464122, "8"], [1702464155, "8"], [1702464194, "8"], [1702464230, "8"], [1702464263, "8"], [1702464299, "8"], [1702464332, "8"], [1702464356, "8"], [1702464392, "8"], [1702464425, "8"], [1702464455, "8"], [1702464479, "9"], [1702464509, "9"], [1702464533, "9"], [1702464569, "9"], [1702464605, "9"], [1702464635, "9"], [1702464671, "9"], [1702464716, "9"], [1702464743, "9"], [1702464776, "9"], [1702464812, "9"], [1702464836, "10"], [1702464869, "10"], [1702464905, "10"], [1702464926, "10"], [1702464956, "10"], [1702464992, "10"], [1702465016, "11"], [1702465049, "11"], [1702465085, "11"], [1702465118, "11"], [1702465145, "11"], [1702465178, "11"], [1702465208, "11"], [1702465241, "11"], [1702465298, "12"], [1702465334, "13"], [1702465367, "13"], [1702465394, "13"], [1702465418, "13"], [1702465445, "13"], [1702465481, "14"], [1702465517, "14"], [1702465550, "14"], [1702465586, "15"], [1702465619, "15"], [1702465658, "15"], [1702465706, "15"], [1702465754, "15"], [1702465787, "15"], [1702465823, "15"], [1702465856, "15"], [1702465880, "15"], [1702465910, "15"], [1702465952, "15"], [1702465988, "15"], [1702466015, "15"], [1702466030, "15"], [1702466060, "16"], [1702466078, "16"], [1702466138, "17"], [1702466168, "17"], [1702466204, "17"], [1702466237, "17"], [1702466261, "17"], [1702466291, "17"], [1702466327, "17"], [1702466360, "17"], [1702466384, "17"], [1702466417, "17"], [1702466441, "17"], [1702466471, "17"], [1702466507, "17"], [1702466540, "17"], [1702466597, "17"], [1702466633, "17"], [1702466666, "17"], [1702466705, "18"], [1702466732, "18"], [1702466765, "18"], [1702466801, "18"], [1702466852, "18"], [1702466876, "18"], [1702466918, "18"], [1702466978, "18"], [1702467014, "18"], [1702467038, "18"], [1702467068, "18"], [1702467122, "18"], [1702467158, "19"], [1702467191, "19"], [1702467221, "19"], [1702467257, "19"], [1702467299, "19"], [1702467350, "19"], [1702467386, "19"], [1702467419, "19"], [1702467455, "19"], [1702467515, "20"], [1702467542, "20"], [1702467566, "20"], [1702467599, "20"], [1702467635, "20"], [1702467668, "20"], [1702467695, "20"], [1702467716, "20"], [1702467746, "20"], [1702467800, "20"], [1702467824, "20"], [1702467908, "20"], [1702467944, "20"], [1702467968, "20"], [1702468001, "20"], [1702468031, "20"], [1702468067, "20"], [1702468085, "20"], [1702468115, "20"], [1702468151, "20"], [1702468181, "20"], [1702468208, "21"], [1702468241, "21"], [1702468256, "21"], [1702468286, "21"], [1702468322, "21"], [1702468352, "21"], [1702468388, "21"], [1702468424, "21"], [1702468457, "21"], [1702468493, "21"], [1702468517, "21"], [1702468550, "21"], [1702468586, "21"], [1702468613, "22"], [1702468637, "22"], [1702468679, "22"], [1702468721, "22"], [1702468730, "22"], [1702468766, "22"], [1702468799, "22"], [1702468835, "22"], [1702468898, "23"], [1702468934, "23"], [1702468970, "23"], [1702468994, "24"], [1702469024, "24"], [1702469060, "24"], [1702469111, "24"], [1702469144, "24"], [1702469168, "24"], [1702469204, "24"], [1702469237, "24"], [1702469273, "24"], [1702469303, "24"], [1702469336, "25"], [1702469360, "25"], [1702469387, "25"], [1702469411, "25"], [1702469435, "25"], [1702469468, "25"], [1702469504, "25"], [1702469537, "25"], [1702469573, "25"], [1702469606, "25"], [1702469633, "25"], [1702469660, "26"], [1702469684, "26"], [1702469717, "26"], [1702469753, "26"], [1702469786, "26"], [1702469816, "26"], [1702469834, "26"], [1702469864, "26"], [1702469906, "26"], [1702469936, "26"], [1702469972, "26"], [1702470005, "26"], [1702470029, "26"], [1702470065, "26"], [1702470101, "26"], [1702470131, "27"], [1702470167, "27"], [1702470203, "28"], [1702470251, "28"], [1702470278, "28"], [1702470311, "28"], [1702470347, "28"], [1702470371, "29"], [1702470404, "29"], [1702470440, "30"], [1702470476, "30"], [1702470506, "30"], [1702470542, "31"], [1702470575, "31"], [1702470611, "31"], [1702470635, "31"], [1702470662, "31"], [1702470686, "31"], [1702470719, "31"], [1702470746, "31"], [1702470812, "31"], [1702470845, "31"], [1702470875, "31"], [1702470899, "31"], [1702470953, "31"], [1702470983, "31"], [1702471025, "31"], [1702471067, "31"], [1702471169, "31"], [1702471193, "31"], [1702471226, "31"], [1702471265, "31"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "26"], [1702462721, "28"], [1702462736, "29"], [1702462751, "30"], [1702462763, "32"], [1702462793, "36"], [1702462808, "36"], [1702462829, "37"], [1702462844, "37"], [1702462865, "38"], [1702462880, "40"], [1702462904, "45"], [1702462919, "45"], [1702462952, "47"], [1702462973, "50"], [1702462988, "50"], [1702463045, "51"], [1702463081, "53"], [1702463114, "54"], [1702463150, "61"], [1702463186, "64"], [1702463216, "69"], [1702463240, "71"], [1702463273, "75"], [1702463324, "87"], [1702463354, "90"], [1702463381, "92"], [1702463417, "95"], [1702463453, "99"], [1702463477, "105"], [1702463510, "107"], [1702463537, "110"], [1702463570, "112"], [1702463591, "113"], [1702463621, "114"], [1702463657, "117"], [1702463693, "120"], [1702463729, "124"], [1702463765, "128"], [1702463798, "139"], [1702463846, "147"], [1702463873, "156"], [1702463906, "160"], [1702463948, "164"], [1702463984, "168"], [1702464014, "170"], [1702464050, "171"], [1702464086, "178"], [1702464122, "184"], [1702464155, "188"], [1702464194, "194"], [1702464230, "203"], [1702464263, "211"], [1702464299, "214"], [1702464332, "215"], [1702464356, "219"], [1702464392, "221"], [1702464425, "223"], [1702464455, "233"], [1702464479, "234"], [1702464509, "236"], [1702464533, "238"], [1702464569, "244"], [1702464605, "250"], [1702464635, "253"], [1702464671, "258"], [1702464716, "261"], [1702464743, "263"], [1702464776, "264"], [1702464812, "266"], [1702464836, "271"], [1702464869, "273"], [1702464905, "279"], [1702464926, "287"], [1702464956, "290"], [1702464992, "295"], [1702465016, "296"], [1702465049, "300"], [1702465085, "315"], [1702465118, "315"], [1702465145, "318"], [1702465178, "323"], [1702465208, "324"], [1702465241, "331"], [1702465298, "342"], [1702465334, "344"], [1702465367, "349"], [1702465394, "350"], [1702465418, "351"], [1702465445, "351"], [1702465481, "369"], [1702465517, "371"], [1702465550, "375"], [1702465586, "378"], [1702465619, "380"], [1702465658, "389"], [1702465706, "394"], [1702465754, "404"], [1702465787, "406"], [1702465823, "410"], [1702465856, "411"], [1702465880, "412"], [1702465910, "412"], [1702465952, "412"], [1702465988, "417"], [1702466015, "420"], [1702466030, "425"], [1702466060, "434"], [1702466078, "436"], [1702466138, "440"], [1702466168, "443"], [1702466204, "447"], [1702466237, "465"], [1702466261, "486"], [1702466291, "488"], [1702466327, "492"], [1702466360, "496"], [1702466384, "501"], [1702466417, "510"], [1702466441, "515"], [1702466471, "527"], [1702466507, "532"], [1702466540, "536"], [1702466597, "543"], [1702466633, "543"], [1702466666, "549"], [1702466705, "554"], [1702466732, "559"], [1702466765, "564"], [1702466801, "567"], [1702466852, "572"], [1702466876, "575"], [1702466918, "579"], [1702466978, "587"], [1702467014, "590"], [1702467038, "594"], [1702467068, "598"], [1702467122, "603"], [1702467158, "607"], [1702467191, "615"], [1702467221, "619"], [1702467257, "621"], [1702467299, "621"], [1702467350, "629"], [1702467386, "631"], [1702467419, "634"], [1702467455, "639"], [1702467515, "650"], [1702467542, "653"], [1702467566, "660"], [1702467599, "661"], [1702467635, "666"], [1702467668, "668"], [1702467695, "669"], [1702467716, "671"], [1702467746, "673"], [1702467800, "676"], [1702467824, "680"], [1702467908, "703"], [1702467944, "713"], [1702467968, "719"], [1702468001, "720"], [1702468031, "722"], [1702468067, "726"], [1702468085, "728"], [1702468115, "730"], [1702468151, "736"], [1702468181, "745"], [1702468208, "752"], [1702468241, "768"], [1702468256, "774"], [1702468286, "778"], [1702468322, "784"], [1702468352, "789"], [1702468388, "792"], [1702468424, "794"], [1702468457, "794"], [1702468493, "797"], [1702468517, "800"], [1702468550, "802"], [1702468586, "814"], [1702468613, "823"], [1702468637, "831"], [1702468679, "839"], [1702468721, "842"], [1702468730, "842"], [1702468766, "843"], [1702468799, "846"], [1702468835, "851"], [1702468898, "859"], [1702468934, "866"], [1702468970, "879"], [1702468994, "885"], [1702469024, "889"], [1702469060, "941"], [1702469111, "946"], [1702469144, "946"], [1702469168, "947"], [1702469204, "952"], [1702469237, "960"], [1702469273, "964"], [1702469303, "971"], [1702469336, "979"], [1702469360, "990"], [1702469387, "995"], [1702469411, "1000"], [1702469435, "1003"], [1702469468, "1005"], [1702469504, "1009"], [1702469537, "1014"], [1702469573, "1015"], [1702469606, "1017"], [1702469633, "1017"], [1702469660, "1025"], [1702469684, "1033"], [1702469717, "1041"], [1702469753, "1046"], [1702469786, "1055"], [1702469816, "1060"], [1702469834, "1068"], [1702469864, "1069"], [1702469906, "1073"], [1702469936, "1075"], [1702469972, "1079"], [1702470005, "1083"], [1702470029, "1083"], [1702470065, "1086"], [1702470101, "1089"], [1702470131, "1089"], [1702470167, "1090"], [1702470203, "1101"], [1702470251, "1112"], [1702470278, "1123"], [1702470311, "1129"], [1702470347, "1137"], [1702470371, "1138"], [1702470404, "1142"], [1702470440, "1142"], [1702470476, "1144"], [1702470506, "1147"], [1702470542, "1157"], [1702470575, "1163"], [1702470611, "1170"], [1702470635, "1179"], [1702470662, "1184"], [1702470686, "1195"], [1702470719, "1197"], [1702470746, "1202"], [1702470812, "1205"], [1702470845, "1208"], [1702470875, "1214"], [1702470899, "1214"], [1702470953, "1218"], [1702470983, "1220"], [1702471025, "1290"], [1702471067, "1296"], [1702471169, "1305"], [1702471193, "1309"], [1702471226, "1311"], [1702471265, "1314"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "18"], [1702462721, "18"], [1702462736, "18"], [1702462751, "19"], [1702462763, "19"], [1702462793, "20"], [1702462808, "20"], [1702462829, "20"], [1702462844, "25"], [1702462865, "25"], [1702462880, "25"], [1702462904, "25"], [1702462919, "25"], [1702462952, "30"], [1702462973, "32"], [1702462988, "47"], [1702463045, "49"], [1702463081, "54"], [1702463114, "59"], [1702463150, "63"], [1702463186, "65"], [1702463216, "66"], [1702463240, "70"], [1702463273, "71"], [1702463324, "75"], [1702463354, "77"], [1702463381, "82"], [1702463417, "83"], [1702463453, "94"], [1702463477, "102"], [1702463510, "106"], [1702463537, "110"], [1702463570, "111"], [1702463591, "115"], [1702463621, "121"], [1702463657, "122"], [1702463693, "125"], [1702463729, "128"], [1702463765, "130"], [1702463798, "134"], [1702463846, "143"], [1702463873, "145"], [1702463906, "147"], [1702463948, "149"], [1702463984, "149"], [1702464014, "149"], [1702464050, "151"], [1702464086, "153"], [1702464122, "156"], [1702464155, "163"], [1702464194, "168"], [1702464230, "171"], [1702464263, "177"], [1702464299, "181"], [1702464332, "181"], [1702464356, "183"], [1702464392, "184"], [1702464425, "192"], [1702464455, "194"], [1702464479, "200"], [1702464509, "205"], [1702464533, "206"], [1702464569, "210"], [1702464605, "211"], [1702464635, "217"], [1702464671, "218"], [1702464716, "223"], [1702464743, "225"], [1702464776, "225"], [1702464812, "230"], [1702464836, "233"], [1702464869, "235"], [1702464905, "239"], [1702464926, "241"], [1702464956, "246"], [1702464992, "252"], [1702465016, "253"], [1702465049, "253"], [1702465085, "254"], [1702465118, "254"], [1702465145, "259"], [1702465178, "260"], [1702465208, "261"], [1702465241, "264"], [1702465298, "274"], [1702465334, "280"], [1702465367, "287"], [1702465394, "288"], [1702465418, "291"], [1702465445, "294"], [1702465481, "295"], [1702465517, "296"], [1702465550, "297"], [1702465586, "300"], [1702465619, "304"], [1702465658, "309"], [1702465706, "314"], [1702465754, "324"], [1702465787, "325"], [1702465823, "328"], [1702465856, "329"], [1702465880, "330"], [1702465910, "333"], [1702465952, "338"], [1702465988, "341"], [1702466015, "345"], [1702466030, "348"], [1702466060, "350"], [1702466078, "352"], [1702466138, "354"], [1702466168, "357"], [1702466204, "361"], [1702466237, "362"], [1702466261, "363"], [1702466291, "366"], [1702466327, "370"], [1702466360, "378"], [1702466384, "380"], [1702466417, "382"], [1702466441, "390"], [1702466471, "400"], [1702466507, "404"], [1702466540, "404"], [1702466597, "406"], [1702466633, "407"], [1702466666, "408"], [1702466705, "411"], [1702466732, "412"], [1702466765, "416"], [1702466801, "418"], [1702466852, "424"], [1702466876, "428"], [1702466918, "430"], [1702466978, "435"], [1702467014, "438"], [1702467038, "440"], [1702467068, "446"], [1702467122, "450"], [1702467158, "451"], [1702467191, "456"], [1702467221, "465"], [1702467257, "468"], [1702467299, "471"], [1702467350, "473"], [1702467386, "476"], [1702467419, "480"], [1702467455, "488"], [1702467515, "506"], [1702467542, "513"], [1702467566, "522"], [1702467599, "523"], [1702467635, "526"], [1702467668, "530"], [1702467695, "530"], [1702467716, "532"], [1702467746, "534"], [1702467800, "540"], [1702467824, "552"], [1702467908, "585"], [1702467944, "592"], [1702467968, "594"], [1702468001, "598"], [1702468031, "598"], [1702468067, "606"], [1702468085, "608"], [1702468115, "609"], [1702468151, "617"], [1702468181, "626"], [1702468208, "631"], [1702468241, "641"], [1702468256, "646"], [1702468286, "651"], [1702468322, "654"], [1702468352, "659"], [1702468388, "661"], [1702468424, "662"], [1702468457, "666"], [1702468493, "671"], [1702468517, "675"], [1702468550, "678"], [1702468586, "690"], [1702468613, "694"], [1702468637, "705"], [1702468679, "710"], [1702468721, "719"], [1702468730, "724"], [1702468766, "725"], [1702468799, "727"], [1702468835, "728"], [1702468898, "733"], [1702468934, "749"], [1702468970, "761"], [1702468994, "769"], [1702469024, "774"], [1702469060, "783"], [1702469111, "793"], [1702469144, "797"], [1702469168, "800"], [1702469204, "803"], [1702469237, "803"], [1702469273, "811"], [1702469303, "819"], [1702469336, "826"], [1702469360, "836"], [1702469387, "840"], [1702469411, "842"], [1702469435, "842"], [1702469468, "845"], [1702469504, "846"], [1702469537, "849"], [1702469573, "851"], [1702469606, "856"], [1702469633, "860"], [1702469660, "863"], [1702469684, "871"], [1702469717, "876"], [1702469753, "886"], [1702469786, "894"], [1702469816, "900"], [1702469834, "902"], [1702469864, "905"], [1702469906, "911"], [1702469936, "914"], [1702469972, "916"], [1702470005, "916"], [1702470029, "918"], [1702470065, "921"], [1702470101, "924"], [1702470131, "929"], [1702470167, "936"], [1702470203, "947"], [1702470251, "965"], [1702470278, "973"], [1702470311, "980"], [1702470347, "985"], [1702470371, "988"], [1702470404, "990"], [1702470440, "992"], [1702470476, "999"], [1702470506, "1005"], [1702470542, "1009"], [1702470575, "1015"], [1702470611, "1019"], [1702470635, "1027"], [1702470662, "1029"], [1702470686, "1035"], [1702470719, "1039"], [1702470746, "1048"], [1702470812, "1051"], [1702470845, "1052"], [1702470875, "1056"], [1702470899, "1058"], [1702470953, "1063"], [1702470983, "1063"], [1702471025, "1065"], [1702471067, "1069"], [1702471169, "1077"], [1702471193, "1079"], [1702471226, "1082"], [1702471265, "1090"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "15"], [1702462721, "18"], [1702462736, "19"], [1702462751, "19"], [1702462763, "19"], [1702462793, "21"], [1702462808, "21"], [1702462829, "27"], [1702462844, "29"], [1702462865, "29"], [1702462880, "30"], [1702462904, "46"], [1702462919, "46"], [1702462952, "48"], [1702462973, "51"], [1702462988, "52"], [1702463045, "63"], [1702463081, "76"], [1702463114, "82"], [1702463150, "89"], [1702463186, "96"], [1702463216, "98"], [1702463240, "104"], [1702463273, "105"], [1702463324, "112"], [1702463354, "115"], [1702463381, "122"], [1702463417, "129"], [1702463453, "136"], [1702463477, "144"], [1702463510, "150"], [1702463537, "151"], [1702463570, "151"], [1702463591, "157"], [1702463621, "158"], [1702463657, "160"], [1702463693, "166"], [1702463729, "170"], [1702463765, "173"], [1702463798, "177"], [1702463846, "183"], [1702463873, "187"], [1702463906, "189"], [1702463948, "195"], [1702463984, "197"], [1702464014, "201"], [1702464050, "205"], [1702464086, "209"], [1702464122, "212"], [1702464155, "217"], [1702464194, "223"], [1702464230, "227"], [1702464263, "237"], [1702464299, "242"], [1702464332, "245"], [1702464356, "245"], [1702464392, "247"], [1702464425, "249"], [1702464455, "259"], [1702464479, "266"], [1702464509, "269"], [1702464533, "274"], [1702464569, "276"], [1702464605, "279"], [1702464635, "285"], [1702464671, "286"], [1702464716, "287"], [1702464743, "288"], [1702464776, "290"], [1702464812, "294"], [1702464836, "301"], [1702464869, "305"], [1702464905, "309"], [1702464926, "312"], [1702464956, "313"], [1702464992, "313"], [1702465016, "319"], [1702465049, "320"], [1702465085, "326"], [1702465118, "326"], [1702465145, "327"], [1702465178, "327"], [1702465208, "330"], [1702465241, "334"], [1702465298, "360"], [1702465334, "372"], [1702465367, "380"], [1702465394, "381"], [1702465418, "386"], [1702465445, "389"], [1702465481, "393"], [1702465517, "396"], [1702465550, "400"], [1702465586, "402"], [1702465619, "410"], [1702465658, "418"], [1702465706, "422"], [1702465754, "423"], [1702465787, "430"], [1702465823, "435"], [1702465856, "441"], [1702465880, "445"], [1702465910, "449"], [1702465952, "455"], [1702465988, "466"], [1702466015, "473"], [1702466030, "474"], [1702466060, "482"], [1702466078, "483"], [1702466138, "488"], [1702466168, "495"], [1702466204, "498"], [1702466237, "502"], [1702466261, "505"], [1702466291, "509"], [1702466327, "512"], [1702466360, "518"], [1702466384, "523"], [1702466417, "529"], [1702466441, "537"], [1702466471, "543"], [1702466507, "549"], [1702466540, "554"], [1702466597, "557"], [1702466633, "558"], [1702466666, "560"], [1702466705, "563"], [1702466732, "568"], [1702466765, "574"], [1702466801, "583"], [1702466852, "590"], [1702466876, "596"], [1702466918, "601"], [1702466978, "606"], [1702467014, "612"], [1702467038, "617"], [1702467068, "621"], [1702467122, "629"], [1702467158, "638"], [1702467191, "655"], [1702467221, "659"], [1702467257, "667"], [1702467299, "671"], [1702467350, "676"], [1702467386, "681"], [1702467419, "687"], [1702467455, "694"], [1702467515, "711"], [1702467542, "722"], [1702467566, "735"], [1702467599, "740"], [1702467635, "744"], [1702467668, "751"], [1702467695, "782"], [1702467716, "783"], [1702467746, "784"], [1702467800, "793"], [1702467824, "804"], [1702467908, "830"], [1702467944, "837"], [1702467968, "840"], [1702468001, "843"], [1702468031, "866"], [1702468067, "870"], [1702468085, "874"], [1702468115, "877"], [1702468151, "881"], [1702468181, "892"], [1702468208, "899"], [1702468241, "900"], [1702468256, "901"], [1702468286, "906"], [1702468322, "913"], [1702468352, "939"], [1702468388, "949"], [1702468424, "950"], [1702468457, "953"], [1702468493, "961"], [1702468517, "969"], [1702468550, "976"], [1702468586, "1014"], [1702468613, "1029"], [1702468637, "1041"], [1702468679, "1051"], [1702468721, "1054"], [1702468730, "1059"], [1702468766, "1064"], [1702468799, "1067"], [1702468835, "1069"], [1702468898, "1076"], [1702468934, "1090"], [1702468970, "1099"], [1702468994, "1111"], [1702469024, "1121"], [1702469060, "1141"], [1702469111, "1150"], [1702469144, "1156"], [1702469168, "1159"], [1702469204, "1162"], [1702469237, "1166"], [1702469273, "1170"], [1702469303, "1174"], [1702469336, "1194"], [1702469360, "1210"], [1702469387, "1226"], [1702469411, "1242"], [1702469435, "1249"], [1702469468, "1254"], [1702469504, "1255"], [1702469537, "1260"], [1702469573, "1263"], [1702469606, "1267"], [1702469633, "1268"], [1702469660, "1271"], [1702469684, "1284"], [1702469717, "1291"], [1702469753, "1294"], [1702469786, "1299"], [1702469816, "1304"], [1702469834, "1320"], [1702469864, "1323"], [1702469906, "1331"], [1702469936, "1336"], [1702469972, "1340"], [1702470005, "1345"], [1702470029, "1349"], [1702470065, "1355"], [1702470101, "1358"], [1702470131, "1362"], [1702470167, "1375"], [1702470203, "1382"], [1702470251, "1412"], [1702470278, "1427"], [1702470311, "1434"], [1702470347, "1438"], [1702470371, "1442"], [1702470404, "1445"], [1702470440, "1448"], [1702470476, "1450"], [1702470506, "1452"], [1702470542, "1463"], [1702470575, "1472"], [1702470611, "1492"], [1702470635, "1505"], [1702470662, "1519"], [1702470686, "1538"], [1702470719, "1555"], [1702470746, "1569"], [1702470812, "1584"], [1702470845, "1591"], [1702470875, "1599"], [1702470899, "1607"], [1702470953, "1620"], [1702470983, "1623"], [1702471025, "1628"], [1702471067, "1651"], [1702471169, "1663"], [1702471193, "1667"], [1702471226, "1674"], [1702471265, "1683"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "27"], [1702462721, "27"], [1702462736, "27"], [1702462751, "28"], [1702462763, "28"], [1702462793, "30"], [1702462808, "30"], [1702462829, "30"], [1702462844, "31"], [1702462865, "31"], [1702462880, "31"], [1702462904, "34"], [1702462919, "36"], [1702462952, "37"], [1702462973, "38"], [1702462988, "40"], [1702463045, "50"], [1702463081, "55"], [1702463114, "56"], [1702463150, "62"], [1702463186, "74"], [1702463216, "77"], [1702463240, "79"], [1702463273, "81"], [1702463324, "92"], [1702463354, "95"], [1702463381, "99"], [1702463417, "101"], [1702463453, "109"], [1702463477, "114"], [1702463510, "121"], [1702463537, "130"], [1702463570, "133"], [1702463591, "139"], [1702463621, "152"], [1702463657, "153"], [1702463693, "178"], [1702463729, "184"], [1702463765, "192"], [1702463798, "197"], [1702463846, "206"], [1702463873, "212"], [1702463906, "220"], [1702463948, "229"], [1702463984, "231"], [1702464014, "236"], [1702464050, "239"], [1702464086, "241"], [1702464122, "248"], [1702464155, "251"], [1702464194, "261"], [1702464230, "270"], [1702464263, "276"], [1702464299, "281"], [1702464332, "283"], [1702464356, "284"], [1702464392, "288"], [1702464425, "291"], [1702464455, "291"], [1702464479, "292"], [1702464509, "295"], [1702464533, "301"], [1702464569, "304"], [1702464605, "307"], [1702464635, "311"], [1702464671, "321"], [1702464716, "323"], [1702464743, "330"], [1702464776, "333"], [1702464812, "340"], [1702464836, "345"], [1702464869, "352"], [1702464905, "356"], [1702464926, "362"], [1702464956, "367"], [1702464992, "371"], [1702465016, "374"], [1702465049, "375"], [1702465085, "377"], [1702465118, "380"], [1702465145, "382"], [1702465178, "387"], [1702465208, "397"], [1702465241, "401"], [1702465298, "409"], [1702465334, "416"], [1702465367, "425"], [1702465394, "428"], [1702465418, "436"], [1702465445, "440"], [1702465481, "440"], [1702465517, "441"], [1702465550, "443"], [1702465586, "449"], [1702465619, "451"], [1702465658, "459"], [1702465706, "467"], [1702465754, "480"], [1702465787, "482"], [1702465823, "488"], [1702465856, "493"], [1702465880, "496"], [1702465910, "498"], [1702465952, "505"], [1702465988, "511"], [1702466015, "522"], [1702466030, "526"], [1702466060, "533"], [1702466078, "540"], [1702466138, "547"], [1702466168, "553"], [1702466204, "557"], [1702466237, "559"], [1702466261, "562"], [1702466291, "565"], [1702466327, "570"], [1702466360, "580"], [1702466384, "584"], [1702466417, "591"], [1702466441, "604"], [1702466471, "608"], [1702466507, "612"], [1702466540, "612"], [1702466597, "614"], [1702466633, "615"], [1702466666, "617"], [1702466705, "622"], [1702466732, "630"], [1702466765, "638"], [1702466801, "647"], [1702466852, "657"], [1702466876, "657"], [1702466918, "662"], [1702466978, "668"], [1702467014, "675"], [1702467038, "677"], [1702467068, "681"], [1702467122, "692"], [1702467158, "702"], [1702467191, "721"], [1702467221, "729"], [1702467257, "735"], [1702467299, "737"], [1702467350, "743"], [1702467386, "748"], [1702467419, "761"], [1702467455, "774"], [1702467515, "804"], [1702467542, "817"], [1702467566, "831"], [1702467599, "836"], [1702467635, "846"], [1702467668, "850"], [1702467695, "851"], [1702467716, "856"], [1702467746, "861"], [1702467800, "875"], [1702467824, "893"], [1702467908, "921"], [1702467944, "929"], [1702467968, "938"], [1702468001, "942"], [1702468031, "945"], [1702468067, "948"], [1702468085, "949"], [1702468115, "951"], [1702468151, "961"], [1702468181, "971"], [1702468208, "981"], [1702468241, "994"], [1702468256, "1004"], [1702468286, "1014"], [1702468322, "1020"], [1702468352, "1029"], [1702468388, "1036"], [1702468424, "1041"], [1702468457, "1045"], [1702468493, "1051"], [1702468517, "1060"], [1702468550, "1068"], [1702468586, "1075"], [1702468613, "1086"], [1702468637, "1092"], [1702468679, "1103"], [1702468721, "1110"], [1702468730, "1117"], [1702468766, "1122"], [1702468799, "1125"], [1702468835, "1129"], [1702468898, "1137"], [1702468934, "1157"], [1702468970, "1178"], [1702468994, "1190"], [1702469024, "1201"], [1702469060, "1214"], [1702469111, "1224"], [1702469144, "1227"], [1702469168, "1230"], [1702469204, "1235"], [1702469237, "1243"], [1702469273, "1252"], [1702469303, "1262"], [1702469336, "1277"], [1702469360, "1293"], [1702469387, "1304"], [1702469411, "1314"], [1702469435, "1322"], [1702469468, "1333"], [1702469504, "1334"], [1702469537, "1341"], [1702469573, "1352"], [1702469606, "1356"], [1702469633, "1360"], [1702469660, "1365"], [1702469684, "1377"], [1702469717, "1380"], [1702469753, "1393"], [1702469786, "1407"], [1702469816, "1420"], [1702469834, "1432"], [1702469864, "1436"], [1702469906, "1445"], [1702469936, "1447"], [1702469972, "1455"], [1702470005, "1456"], [1702470029, "1459"], [1702470065, "1463"], [1702470101, "1469"], [1702470131, "1475"], [1702470167, "1493"], [1702470203, "1497"], [1702470251, "1512"], [1702470278, "1521"], [1702470311, "1524"], [1702470347, "1530"], [1702470371, "1531"], [1702470404, "1534"], [1702470440, "1534"], [1702470476, "1540"], [1702470506, "1548"], [1702470542, "1552"], [1702470575, "1557"], [1702470611, "1577"], [1702470635, "1583"], [1702470662, "1594"], [1702470686, "1604"], [1702470719, "1618"], [1702470746, "1624"], [1702470812, "1627"], [1702470845, "1630"], [1702470875, "1633"], [1702470899, "1637"], [1702470953, "1640"], [1702470983, "1641"], [1702471025, "1645"], [1702471067, "1655"], [1702471169, "1668"], [1702471193, "1669"], [1702471226, "1679"], [1702471265, "1684"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "21"], [1702462721, "21"], [1702462736, "21"], [1702462751, "21"], [1702462763, "21"], [1702462793, "22"], [1702462808, "22"], [1702462829, "22"], [1702462844, "22"], [1702462865, "22"], [1702462880, "22"], [1702462904, "22"], [1702462919, "22"], [1702462952, "22"], [1702462973, "30"], [1702462988, "30"], [1702463045, "36"], [1702463081, "36"], [1702463114, "48"], [1702463150, "48"], [1702463186, "48"], [1702463216, "48"], [1702463240, "48"], [1702463273, "48"], [1702463324, "54"], [1702463354, "54"], [1702463381, "64"], [1702463417, "64"], [1702463453, "77"], [1702463477, "77"], [1702463510, "77"], [1702463537, "77"], [1702463570, "77"], [1702463591, "77"], [1702463621, "77"], [1702463657, "77"], [1702463693, "77"], [1702463729, "84"], [1702463765, "84"], [1702463798, "84"], [1702463846, "84"], [1702463873, "84"], [1702463906, "84"], [1702463948, "84"], [1702463984, "84"], [1702464014, "84"], [1702464050, "89"], [1702464086, "89"], [1702464122, "89"], [1702464155, "89"], [1702464194, "89"], [1702464230, "120"], [1702464263, "120"], [1702464299, "120"], [1702464332, "120"], [1702464356, "127"], [1702464392, "127"], [1702464425, "127"], [1702464455, "127"], [1702464479, "127"], [1702464509, "127"], [1702464533, "141"], [1702464569, "141"], [1702464605, "141"], [1702464635, "141"], [1702464671, "141"], [1702464716, "141"], [1702464743, "141"], [1702464776, "141"], [1702464812, "141"], [1702464836, "142"], [1702464869, "142"], [1702464905, "150"], [1702464926, "150"], [1702464956, "155"], [1702464992, "155"], [1702465016, "157"], [1702465049, "157"], [1702465085, "157"], [1702465118, "157"], [1702465145, "157"], [1702465178, "157"], [1702465208, "157"], [1702465241, "157"], [1702465298, "157"], [1702465334, "157"], [1702465367, "157"], [1702465394, "157"], [1702465418, "158"], [1702465445, "158"], [1702465481, "158"], [1702465517, "158"], [1702465550, "158"], [1702465586, "158"], [1702465619, "163"], [1702465658, "163"], [1702465706, "163"], [1702465754, "163"], [1702465787, "164"], [1702465823, "164"], [1702465856, "164"], [1702465880, "164"], [1702465910, "164"], [1702465952, "164"], [1702465988, "164"], [1702466015, "164"], [1702466030, "164"], [1702466060, "164"], [1702466078, "164"], [1702466138, "164"], [1702466168, "164"], [1702466204, "164"], [1702466237, "164"], [1702466261, "172"], [1702466291, "172"], [1702466327, "172"], [1702466360, "172"], [1702466384, "172"], [1702466417, "172"], [1702466441, "199"], [1702466471, "199"], [1702466507, "199"], [1702466540, "199"], [1702466597, "199"], [1702466633, "206"], [1702466666, "206"], [1702466705, "206"], [1702466732, "206"], [1702466765, "214"], [1702466801, "214"], [1702466852, "214"], [1702466876, "214"], [1702466918, "214"], [1702466978, "214"], [1702467014, "214"], [1702467038, "214"], [1702467068, "214"], [1702467122, "214"], [1702467158, "214"], [1702467191, "225"], [1702467221, "225"], [1702467257, "225"], [1702467299, "225"], [1702467350, "227"], [1702467386, "227"], [1702467419, "227"], [1702467455, "227"], [1702467515, "227"], [1702467542, "227"], [1702467566, "227"], [1702467599, "227"], [1702467635, "227"], [1702467668, "230"], [1702467695, "230"], [1702467716, "232"], [1702467746, "232"], [1702467800, "232"], [1702467824, "232"], [1702467908, "250"], [1702467944, "250"], [1702467968, "250"], [1702468001, "250"], [1702468031, "250"], [1702468067, "250"], [1702468085, "250"], [1702468115, "250"], [1702468151, "250"], [1702468181, "250"], [1702468208, "250"], [1702468241, "250"], [1702468256, "250"], [1702468286, "250"], [1702468322, "250"], [1702468352, "250"], [1702468388, "252"], [1702468424, "252"], [1702468457, "252"], [1702468493, "252"], [1702468517, "252"], [1702468550, "252"], [1702468586, "252"], [1702468613, "252"], [1702468637, "252"], [1702468679, "252"], [1702468721, "252"], [1702468730, "252"], [1702468766, "252"], [1702468799, "252"], [1702468835, "252"], [1702468898, "260"], [1702468934, "260"], [1702468970, "276"], [1702468994, "276"], [1702469024, "290"], [1702469060, "290"], [1702469111, "290"], [1702469144, "290"], [1702469168, "290"], [1702469204, "290"], [1702469237, "290"], [1702469273, "297"], [1702469303, "297"], [1702469336, "297"], [1702469360, "297"], [1702469387, "297"], [1702469411, "297"], [1702469435, "297"], [1702469468, "297"], [1702469504, "297"], [1702469537, "297"], [1702469573, "301"], [1702469606, "301"], [1702469633, "301"], [1702469660, "301"], [1702469684, "301"], [1702469717, "301"], [1702469753, "310"], [1702469786, "310"], [1702469816, "310"], [1702469834, "310"], [1702469864, "310"], [1702469906, "310"], [1702469936, "310"], [1702469972, "310"], [1702470005, "310"], [1702470029, "310"], [1702470065, "310"], [1702470101, "310"], [1702470131, "310"], [1702470167, "310"], [1702470203, "310"], [1702470251, "310"], [1702470278, "310"], [1702470311, "310"], [1702470347, "310"], [1702470371, "310"], [1702470404, "310"], [1702470440, "310"], [1702470476, "310"], [1702470506, "310"], [1702470542, "310"], [1702470575, "310"], [1702470611, "310"], [1702470635, "310"], [1702470662, "310"], [1702470686, "310"], [1702470719, "310"], [1702470746, "310"], [1702470812, "324"], [1702470845, "325"], [1702470875, "325"], [1702470899, "325"], [1702470953, "327"], [1702470983, "327"], [1702471025, "327"], [1702471067, "335"], [1702471169, "335"], [1702471193, "335"], [1702471226, "335"], [1702471265, "335"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6808"], [1702462721, "7192"], [1702462736, "7712"], [1702462751, "8299"], [1702462763, "8766"], [1702462793, "9436"], [1702462808, "9843"], [1702462829, "10411"], [1702462844, "10848"], [1702462865, "11368"], [1702462880, "11864"], [1702462904, "12936"], [1702462919, "13354"], [1702462952, "14646"], [1702462973, "15252"], [1702462988, "16067"], [1702463045, "19249"], [1702463081, "21443"], [1702463114, "24093"], [1702463150, "27069"], [1702463186, "28989"], [1702463216, "30390"], [1702463240, "31398"], [1702463273, "32590"], [1702463324, "34889"], [1702463354, "36215"], [1702463381, "37808"], [1702463417, "40049"], [1702463453, "42785"], [1702463477, "45378"], [1702463510, "47598"], [1702463537, "49416"], [1702463570, "50677"], [1702463591, "51896"], [1702463621, "52842"], [1702463657, "54184"], [1702463693, "55642"], [1702463729, "57319"], [1702463765, "59473"], [1702463798, "61998"], [1702463846, "65794"], [1702463873, "68289"], [1702463906, "70157"], [1702463948, "72041"], [1702463984, "73414"], [1702464014, "74627"], [1702464050, "75889"], [1702464086, "78002"], [1702464122, "80643"], [1702464155, "82775"], [1702464194, "86397"], [1702464230, "88729"], [1702464263, "91458"], [1702464299, "93773"], [1702464332, "95298"], [1702464356, "96161"], [1702464392, "97242"], [1702464425, "98655"], [1702464455, "100738"], [1702464479, "102548"], [1702464509, "104297"], [1702464533, "106726"], [1702464569, "109065"], [1702464605, "111458"], [1702464635, "113110"], [1702464671, "114879"], [1702464716, "116676"], [1702464743, "118214"], [1702464776, "119354"], [1702464812, "120948"], [1702464836, "123021"], [1702464869, "124722"], [1702464905, "127219"], [1702464926, "129890"], [1702464956, "132735"], [1702464992, "136097"], [1702465016, "137684"], [1702465049, "138873"], [1702465085, "139965"], [1702465118, "141120"], [1702465145, "142299"], [1702465178, "143331"], [1702465208, "145220"], [1702465241, "147394"], [1702465298, "151611"], [1702465334, "154278"], [1702465367, "156749"], [1702465394, "158379"], [1702465418, "160142"], [1702465445, "161039"], [1702465481, "162950"], [1702465517, "164208"], [1702465550, "165746"], [1702465586, "167887"], [1702465619, "169866"], [1702465658, "173106"], [1702465706, "175936"], [1702465754, "179747"], [1702465787, "181757"], [1702465823, "183311"], [1702465856, "184701"], [1702465880, "185600"], [1702465910, "187027"], [1702465952, "188834"], [1702465988, "190837"], [1702466015, "192923"], [1702466030, "194665"], [1702466060, "196659"], [1702466078, "199159"], [1702466138, "202289"], [1702466168, "203553"], [1702466204, "204839"], [1702466237, "206316"], [1702466261, "207386"], [1702466291, "208480"], [1702466327, "210199"], [1702466360, "212353"], [1702466384, "216562"], [1702466417, "219757"], [1702466441, "223250"], [1702466471, "225735"], [1702466507, "228564"], [1702466540, "229946"], [1702466597, "232114"], [1702466633, "233483"], [1702466666, "234934"], [1702466705, "236834"], [1702466732, "239364"], [1702466765, "242081"], [1702466801, "247503"], [1702466852, "251547"], [1702466876, "253315"], [1702466918, "254973"], [1702466978, "257345"], [1702467014, "258670"], [1702467038, "260164"], [1702467068, "262039"], [1702467122, "265887"], [1702467158, "268363"], [1702467191, "272348"], [1702467221, "275168"], [1702467257, "277810"], [1702467299, "279531"], [1702467350, "281369"], [1702467386, "283446"], [1702467419, "285391"], [1702467455, "288631"], [1702467515, "296505"], [1702467542, "300669"], [1702467566, "304916"], [1702467599, "306938"], [1702467635, "309578"], [1702467668, "310798"], [1702467695, "311776"], [1702467716, "313184"], [1702467746, "314210"], [1702467800, "317699"], [1702467824, "320854"], [1702467908, "333277"], [1702467944, "336436"], [1702467968, "338710"], [1702468001, "340350"], [1702468031, "341816"], [1702468067, "342965"], [1702468085, "344138"], [1702468115, "345527"], [1702468151, "347474"], [1702468181, "350572"], [1702468208, "353418"], [1702468241, "358280"], [1702468256, "361715"], [1702468286, "364318"], [1702468322, "366896"], [1702468352, "369725"], [1702468388, "371329"], [1702468424, "372664"], [1702468457, "374131"], [1702468493, "376049"], [1702468517, "378623"], [1702468550, "380888"], [1702468586, "385989"], [1702468613, "391166"], [1702468637, "394221"], [1702468679, "397589"], [1702468721, "400228"], [1702468730, "402565"], [1702468766, "403493"], [1702468799, "404797"], [1702468835, "406220"], [1702468898, "409110"], [1702468934, "413734"], [1702468970, "418858"], [1702468994, "423273"], [1702469024, "427612"], [1702469060, "431898"], [1702469111, "435166"], [1702469144, "436505"], [1702469168, "437312"], [1702469204, "438827"], [1702469237, "440997"], [1702469273, "443318"], [1702469303, "447072"], [1702469336, "451590"], [1702469360, "456693"], [1702469387, "460289"], [1702469411, "462723"], [1702469435, "465321"], [1702469468, "467455"], [1702469504, "517281"], [1702469537, "580841"], [1702469573, "641088"], [1702469606, "703396"], [1702469633, "742233"], [1702469660, "796266"], [1702469684, "847219"], [1702469717, "884499"], [1702469753, "929521"], [1702469786, "974465"], [1702469816, "1006966"], [1702469834, "1049164"], [1702469864, "1086118"], [1702469906, "1163640"], [1702469936, "1203001"], [1702469972, "1260779"], [1702470005, "1330236"], [1702470029, "1365091"], [1702470065, "1419315"], [1702470101, "1478695"], [1702470131, "1530396"], [1702470167, "1584462"], [1702470203, "1635539"], [1702470251, "1687710"], [1702470278, "1716441"], [1702470311, "1766135"], [1702470347, "1824168"], [1702470371, "1883446"], [1702470404, "1928659"], [1702470440, "1990457"], [1702470476, "2052568"], [1702470506, "2114521"], [1702470542, "2178300"], [1702470575, "2222964"], [1702470611, "2271285"], [1702470635, "2321197"], [1702470662, "2342854"], [1702470686, "2374221"], [1702470719, "2406462"], [1702470746, "2460003"], [1702470812, "2558281"], [1702470845, "2613069"], [1702470875, "2657362"], [1702470899, "2698229"], [1702470953, "2769275"], [1702470983, "2827748"], [1702471025, "2878940"], [1702471067, "2948525"], [1702471169, "3095396"], [1702471193, "3143858"], [1702471226, "3200394"], [1702471265, "3253262"]]}], "kepler_container_bpf_net_tx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_bpf_page_cache_hit_total": [{"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "2"], [1702463417, "2"], [1702463453, "2"], [1702463477, "2"], [1702463510, "2"], [1702463537, "2"], [1702463570, "2"], [1702463591, "2"], [1702463621, "2"], [1702463657, "2"], [1702463693, "2"], [1702463729, "2"], [1702463765, "2"], [1702463798, "2"], [1702463846, "2"], [1702463873, "2"], [1702463906, "2"], [1702463948, "2"], [1702463984, "2"], [1702464014, "2"], [1702464050, "2"], [1702464086, "2"], [1702464122, "2"], [1702464155, "2"], [1702464194, "2"], [1702464230, "2"], [1702464263, "2"], [1702464299, "2"], [1702464332, "2"], [1702464356, "2"], [1702464392, "2"], [1702464425, "2"], [1702464455, "2"], [1702464479, "2"], [1702464509, "2"], [1702464533, "2"], [1702464569, "2"], [1702464605, "2"], [1702464635, "2"], [1702464671, "2"], [1702464716, "2"], [1702464743, "2"], [1702464776, "2"], [1702464812, "2"], [1702464836, "2"], [1702464869, "2"], [1702464905, "2"], [1702464926, "2"], [1702464956, "2"], [1702464992, "2"], [1702465016, "2"], [1702465049, "2"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "6"], [1702462904, "6"], [1702462919, "6"], [1702462952, "6"], [1702462973, "6"], [1702462988, "6"], [1702463045, "6"], [1702463081, "6"], [1702463114, "6"], [1702463150, "6"], [1702463186, "6"], [1702463216, "6"], [1702463240, "6"], [1702463273, "6"], [1702463324, "6"], [1702463354, "6"], [1702463381, "6"], [1702463417, "6"], [1702463453, "6"], [1702463477, "6"], [1702463510, "6"], [1702463537, "6"], [1702463570, "6"], [1702463591, "6"], [1702463621, "6"], [1702463657, "6"], [1702463693, "6"], [1702463729, "6"], [1702463765, "6"], [1702463798, "6"], [1702463846, "6"], [1702463873, "6"], [1702463906, "6"], [1702463948, "6"], [1702463984, "6"], [1702464014, "6"], [1702464050, "6"], [1702464086, "6"], [1702464122, "6"], [1702464155, "6"], [1702464194, "6"], [1702464230, "6"], [1702464263, "6"], [1702464299, "6"], [1702464332, "6"], [1702464356, "6"], [1702464392, "6"], [1702464425, "6"], [1702464455, "6"], [1702464479, "6"], [1702464509, "6"], [1702464533, "6"], [1702464569, "6"], [1702464605, "6"], [1702464635, "6"], [1702464671, "6"], [1702464716, "6"], [1702464743, "6"], [1702464776, "6"], [1702464812, "6"], [1702464836, "6"], [1702464869, "6"], [1702464905, "6"], [1702464926, "6"], [1702464956, "6"], [1702464992, "6"], [1702465016, "6"], [1702465049, "6"], [1702465085, "6"], [1702465118, "6"], [1702465145, "6"], [1702465178, "6"], [1702465208, "6"], [1702465241, "6"], [1702465298, "6"], [1702465334, "6"], [1702465367, "6"], [1702465394, "6"], [1702465418, "6"], [1702465445, "6"], [1702465481, "6"], [1702465517, "6"], [1702465550, "6"], [1702465586, "6"], [1702465619, "6"], [1702465658, "6"], [1702465706, "6"], [1702465754, "6"], [1702465787, "6"], [1702465823, "6"], [1702465856, "6"], [1702465880, "6"], [1702465910, "6"], [1702465952, "6"], [1702465988, "6"], [1702466015, "6"], [1702466030, "6"], [1702466060, "6"], [1702466078, "6"], [1702466138, "6"], [1702466168, "6"], [1702466204, "6"], [1702466237, "6"], [1702466261, "6"], [1702466291, "6"], [1702466327, "6"], [1702466360, "6"], [1702466384, "6"], [1702466417, "6"], [1702466441, "6"], [1702466471, "6"], [1702466507, "6"], [1702466540, "6"], [1702466597, "6"], [1702466633, "6"], [1702466666, "6"], [1702466705, "6"], [1702466732, "6"], [1702466765, "6"], [1702466801, "6"], [1702466852, "6"], [1702466876, "6"], [1702466918, "6"], [1702466978, "6"], [1702467014, "6"], [1702467038, "6"], [1702467068, "6"], [1702467122, "6"], [1702467158, "6"], [1702467191, "6"], [1702467221, "6"], [1702467257, "6"], [1702467299, "6"], [1702467350, "6"], [1702467386, "6"], [1702467419, "6"], [1702467455, "6"], [1702467515, "6"], [1702467542, "6"], [1702467566, "6"], [1702467599, "6"], [1702467635, "6"], [1702467668, "6"], [1702467695, "6"], [1702467716, "6"], [1702467746, "6"], [1702467800, "6"], [1702467824, "6"], [1702467908, "6"], [1702467944, "6"], [1702467968, "6"], [1702468001, "6"], [1702468031, "6"], [1702468067, "6"], [1702468085, "6"], [1702468115, "6"], [1702468151, "6"], [1702468181, "6"], [1702468208, "6"], [1702468241, "6"], [1702468256, "6"], [1702468286, "6"], [1702468322, "6"], [1702468352, "6"], [1702468388, "6"], [1702468424, "6"], [1702468457, "6"], [1702468493, "6"], [1702468517, "6"], [1702468550, "6"], [1702468586, "6"], [1702468613, "6"], [1702468637, "6"], [1702468679, "6"], [1702468721, "6"], [1702468730, "6"], [1702468766, "6"], [1702468799, "6"], [1702468835, "6"], [1702468898, "6"], [1702468934, "6"], [1702468970, "6"], [1702468994, "6"], [1702469024, "6"], [1702469060, "6"], [1702469111, "6"], [1702469144, "6"], [1702469168, "6"], [1702469204, "6"], [1702469237, "6"], [1702469273, "6"], [1702469303, "6"], [1702469336, "6"], [1702469360, "6"], [1702469387, "6"], [1702469411, "6"], [1702469435, "6"], [1702469468, "6"], [1702469504, "6"], [1702469537, "6"], [1702469573, "6"], [1702469606, "6"], [1702469633, "6"], [1702469660, "6"], [1702469684, "6"], [1702469717, "6"], [1702469753, "6"], [1702469786, "6"], [1702469816, "6"], [1702469834, "6"], [1702469864, "6"], [1702469906, "6"], [1702469936, "6"], [1702469972, "6"], [1702470005, "6"], [1702470029, "6"], [1702470065, "6"], [1702470101, "6"], [1702470131, "6"], [1702470167, "6"], [1702470203, "6"], [1702470251, "6"], [1702470278, "6"], [1702470311, "6"], [1702470347, "6"], [1702470371, "6"], [1702470404, "6"], [1702470440, "6"], [1702470476, "6"], [1702470506, "6"], [1702470542, "6"], [1702470575, "6"], [1702470611, "6"], [1702470635, "6"], [1702470662, "6"], [1702470686, "6"], [1702470719, "6"], [1702470746, "6"], [1702470812, "6"], [1702470845, "6"], [1702470875, "6"], [1702470899, "6"], [1702470953, "6"], [1702470983, "6"], [1702471025, "6"], [1702471067, "6"], [1702471169, "6"], [1702471193, "6"], [1702471226, "6"], [1702471265, "6"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "6"], [1702462736, "6"], [1702462751, "6"], [1702462763, "6"], [1702462793, "6"], [1702462808, "6"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "55"], [1702462988, "101"], [1702463045, "229"], [1702463081, "316"], [1702463114, "430"], [1702463150, "556"], [1702463186, "645"], [1702463216, "765"], [1702463240, "777"], [1702463273, "788"], [1702463324, "842"], [1702463354, "853"], [1702463381, "982"], [1702463417, "1075"], [1702463453, "1145"], [1702463477, "1251"], [1702463510, "1325"], [1702463537, "1449"], [1702463570, "1496"], [1702463591, "1510"], [1702463621, "1531"], [1702463657, "1549"], [1702463693, "1582"], [1702463729, "1673"], [1702463765, "1714"], [1702463798, "1825"], [1702463846, "2064"], [1702463873, "2162"], [1702463906, "2250"], [1702463948, "2356"], [1702463984, "2370"], [1702464014, "2387"], [1702464050, "2408"], [1702464086, "2441"], [1702464122, "2526"], [1702464155, "2599"], [1702464194, "2700"], [1702464230, "2808"], [1702464263, "2933"], [1702464299, "3005"], [1702464332, "3047"], [1702464356, "3062"], [1702464392, "3072"], [1702464425, "3093"], [1702464455, "3129"], [1702464479, "3226"], [1702464509, "3240"], [1702464533, "3315"], [1702464569, "3410"], [1702464605, "3551"], [1702464635, "3686"], [1702464671, "3815"], [1702464716, "3826"], [1702464743, "3830"], [1702464776, "3846"], [1702464812, "3880"], [1702464836, "3918"], [1702464869, "3938"], [1702464905, "4021"], [1702464926, "4105"], [1702464956, "4209"], [1702464992, "4338"], [1702465016, "4450"], [1702465049, "4481"], [1702465085, "4495"], [1702465118, "4505"], [1702465145, "4527"], [1702465178, "4561"], [1702465208, "4606"], [1702465241, "4665"], [1702465298, "4835"], [1702465334, "4935"], [1702465367, "5068"], [1702465394, "5074"], [1702465418, "5151"], [1702465445, "5162"], [1702465481, "5177"], [1702465517, "5216"], [1702465550, "5252"], [1702465586, "5292"], [1702465619, "5354"], [1702465658, "5515"], [1702465706, "5619"], [1702465754, "5853"], [1702465787, "6000"], [1702465823, "6008"], [1702465856, "6020"], [1702465880, "6038"], [1702465910, "6052"], [1702465952, "6132"], [1702465988, "6196"], [1702466015, "6273"], [1702466030, "6366"], [1702466060, "6480"], [1702466078, "6494"], [1702466138, "6717"], [1702466168, "6868"], [1702466204, "6885"], [1702466237, "6906"], [1702466261, "6929"], [1702466291, "6969"], [1702466327, "7011"], [1702466360, "7077"], [1702466384, "7147"], [1702466417, "7229"], [1702466441, "7323"], [1702466471, "7354"], [1702466507, "7405"], [1702466540, "7467"], [1702466597, "7476"], [1702466633, "7486"], [1702466666, "7541"], [1702466705, "7598"], [1702466732, "7655"], [1702466765, "7737"], [1702466801, "7859"], [1702466852, "7975"], [1702466876, "8097"], [1702466918, "8137"], [1702466978, "8155"], [1702467014, "8171"], [1702467038, "8202"], [1702467068, "8249"], [1702467122, "8340"], [1702467158, "8434"], [1702467191, "8536"], [1702467221, "8661"], [1702467257, "8803"], [1702467299, "8979"], [1702467350, "9133"], [1702467386, "9328"], [1702467419, "9705"], [1702467455, "10917"], [1702467515, "12929"], [1702467542, "14259"], [1702467566, "15810"], [1702467599, "16001"], [1702467635, "16515"], [1702467668, "16612"], [1702467695, "16666"], [1702467716, "16751"], [1702467746, "16930"], [1702467800, "17776"], [1702467824, "18507"], [1702467908, "21815"], [1702467944, "23287"], [1702467968, "23776"], [1702468001, "24055"], [1702468031, "24253"], [1702468067, "24310"], [1702468085, "24414"], [1702468115, "24639"], [1702468151, "25000"], [1702468181, "25609"], [1702468208, "26386"], [1702468241, "27290"], [1702468256, "28394"], [1702468286, "29648"], [1702468322, "30967"], [1702468352, "31443"], [1702468388, "31937"], [1702468424, "31945"], [1702468457, "31980"], [1702468493, "31996"], [1702468517, "32026"], [1702468550, "32099"], [1702468586, "32200"], [1702468613, "32364"], [1702468637, "32395"], [1702468679, "32603"], [1702468721, "32680"], [1702468730, "32685"], [1702468766, "32692"], [1702468799, "32702"], [1702468835, "32742"], [1702468898, "32823"], [1702468934, "32946"], [1702468970, "33032"], [1702468994, "33065"], [1702469024, "33176"], [1702469060, "33370"], [1702469111, "33539"], [1702469144, "33567"], [1702469168, "33600"], [1702469204, "33640"], [1702469237, "33697"], [1702469273, "33725"], [1702469303, "33854"], [1702469336, "33962"], [1702469360, "34085"], [1702469387, "34125"], [1702469411, "34191"], [1702469435, "34337"], [1702469468, "34502"], [1702469504, "34660"], [1702469537, "60506"], [1702469573, "101182"], [1702469606, "141743"], [1702469633, "222358"], [1702469660, "296060"], [1702469684, "409535"], [1702469717, "505346"], [1702469753, "623405"], [1702469786, "771375"], [1702469816, "860437"], [1702469834, "1026815"], [1702469864, "1039229"], [1702469906, "1149622"], [1702469936, "1150374"], [1702469972, "1171093"], [1702470005, "1218838"], [1702470029, "1280573"], [1702470065, "1377782"], [1702470101, "1512515"], [1702470131, "1599640"], [1702470167, "1752613"], [1702470203, "1896663"], [1702470251, "2047931"], [1702470278, "2208918"], [1702470311, "2301868"], [1702470347, "2416117"], [1702470371, "2426328"], [1702470404, "2435704"], [1702470440, "2473901"], [1702470476, "2500803"], [1702470506, "2592726"], [1702470542, "2707604"], [1702470575, "2790893"], [1702470611, "2943510"], [1702470635, "3088489"], [1702470662, "3212855"], [1702470686, "3320190"], [1702470719, "3377362"], [1702470746, "3461340"], [1702470812, "3570813"], [1702470845, "3570865"], [1702470875, "3571054"], [1702470899, "3571182"], [1702470953, "3571264"], [1702470983, "3571266"], [1702471025, "3571364"], [1702471067, "3571628"], [1702471169, "3571824"], [1702471193, "3578083"], [1702471226, "3578269"], [1702471265, "3582556"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "6"], [1702462904, "12"], [1702462919, "12"], [1702462952, "26"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "23"], [1702462919, "23"], [1702462952, "23"], [1702462973, "23"], [1702462988, "23"], [1702463045, "23"], [1702463081, "23"], [1702463114, "23"], [1702463150, "23"], [1702463186, "23"], [1702463216, "23"], [1702463240, "23"], [1702463273, "23"], [1702463324, "23"], [1702463354, "23"], [1702463381, "23"], [1702463417, "23"], [1702463453, "23"], [1702463477, "23"], [1702463510, "23"], [1702463537, "23"], [1702463570, "23"], [1702463591, "23"], [1702463621, "23"], [1702463657, "23"], [1702463693, "23"], [1702463729, "23"], [1702463765, "23"], [1702463798, "23"], [1702463846, "23"], [1702463873, "23"], [1702463906, "23"], [1702463948, "23"], [1702463984, "23"], [1702464014, "23"], [1702464050, "23"], [1702464086, "23"], [1702464122, "23"], [1702464155, "23"], [1702464194, "23"], [1702464230, "23"], [1702464263, "23"], [1702464299, "23"], [1702464332, "23"], [1702464356, "23"], [1702464392, "23"], [1702464425, "23"], [1702464455, "23"], [1702464479, "23"], [1702464509, "23"], [1702464533, "23"], [1702464569, "23"], [1702464605, "23"], [1702464635, "23"], [1702464671, "23"], [1702464716, "23"], [1702464743, "23"], [1702464776, "23"], [1702464812, "23"], [1702464836, "23"], [1702464869, "23"], [1702464905, "23"], [1702464926, "23"], [1702464956, "23"], [1702464992, "23"], [1702465016, "23"], [1702465049, "23"], [1702465085, "23"], [1702465118, "23"], [1702465145, "23"], [1702465178, "23"], [1702465208, "23"], [1702465241, "23"], [1702465298, "23"], [1702465334, "23"], [1702465367, "23"], [1702465394, "23"], [1702465418, "23"], [1702465445, "23"], [1702465481, "23"], [1702465517, "23"], [1702465550, "23"], [1702465586, "23"], [1702465619, "23"], [1702465658, "23"], [1702465706, "23"], [1702465754, "23"], [1702465787, "23"], [1702465823, "23"], [1702465856, "23"], [1702465880, "23"], [1702465910, "23"], [1702465952, "23"], [1702465988, "23"], [1702466015, "23"], [1702466030, "23"], [1702466060, "23"], [1702466078, "23"], [1702466138, "23"], [1702466168, "23"], [1702466204, "23"], [1702466237, "23"], [1702466261, "23"], [1702466291, "23"], [1702466327, "23"], [1702466360, "23"], [1702466384, "23"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "23"], [1702466633, "23"], [1702466666, "23"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "23"], [1702467158, "23"], [1702467191, "23"], [1702467221, "23"], [1702467257, "23"], [1702467299, "23"], [1702467350, "23"], [1702467386, "23"], [1702467419, "23"], [1702467455, "23"], [1702467515, "23"], [1702467542, "23"], [1702467566, "23"], [1702467599, "23"], [1702467635, "23"], [1702467668, "23"], [1702467695, "23"], [1702467716, "23"], [1702467746, "23"], [1702467800, "23"], [1702467824, "23"], [1702467908, "23"], [1702467944, "23"], [1702467968, "23"], [1702468001, "23"], [1702468031, "23"], [1702468067, "23"], [1702468085, "23"], [1702468115, "23"], [1702468151, "23"], [1702468181, "23"], [1702468208, "23"], [1702468241, "23"], [1702468256, "23"], [1702468286, "23"], [1702468322, "23"], [1702468352, "23"], [1702468388, "23"], [1702468424, "23"], [1702468457, "23"], [1702468493, "23"], [1702468517, "23"], [1702468550, "23"], [1702468586, "23"], [1702468613, "23"], [1702468637, "23"], [1702468679, "23"], [1702468721, "23"], [1702468730, "23"], [1702468766, "23"], [1702468799, "23"], [1702468835, "23"], [1702468898, "23"], [1702468934, "23"], [1702468970, "23"], [1702468994, "23"], [1702469024, "23"], [1702469060, "23"], [1702469111, "23"], [1702469144, "23"], [1702469168, "23"], [1702469204, "23"], [1702469237, "23"], [1702469273, "23"], [1702469303, "23"], [1702469336, "23"], [1702469360, "23"], [1702469387, "23"], [1702469411, "23"], [1702469435, "23"], [1702469468, "23"], [1702469504, "23"], [1702469537, "23"], [1702469573, "23"], [1702469606, "23"], [1702469633, "23"], [1702469660, "23"], [1702469684, "23"], [1702469717, "23"], [1702469753, "23"], [1702469786, "23"], [1702469816, "23"], [1702469834, "23"], [1702469864, "23"], [1702469906, "23"], [1702469936, "23"], [1702469972, "23"], [1702470005, "23"], [1702470029, "23"], [1702470065, "23"], [1702470101, "23"], [1702470131, "23"], [1702470167, "23"], [1702470203, "23"], [1702470251, "23"], [1702470278, "23"], [1702470311, "23"], [1702470347, "23"], [1702470371, "23"], [1702470404, "23"], [1702470440, "23"], [1702470476, "23"], [1702470506, "23"], [1702470542, "23"], [1702470575, "23"], [1702470611, "23"], [1702470635, "23"], [1702470662, "23"], [1702470686, "23"], [1702470719, "23"], [1702470746, "23"], [1702470812, "23"], [1702470845, "23"], [1702470875, "23"], [1702470899, "23"], [1702470953, "23"], [1702470983, "23"], [1702471025, "23"], [1702471067, "23"], [1702471169, "23"], [1702471193, "23"], [1702471226, "23"], [1702471265, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "23"], [1702462793, "23"], [1702462808, "23"], [1702462829, "23"], [1702462844, "23"], [1702462865, "23"], [1702462880, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "19"], [1702462721, "19"], [1702462736, "19"], [1702462751, "19"], [1702462763, "19"], [1702462793, "19"], [1702462808, "19"], [1702462829, "19"], [1702462844, "19"], [1702462865, "19"], [1702462880, "19"], [1702462904, "25"], [1702462919, "25"], [1702462952, "25"], [1702462973, "29"], [1702462988, "33"], [1702463045, "41"], [1702463081, "43"], [1702463114, "45"], [1702463150, "47"], [1702463186, "47"], [1702463216, "49"], [1702463240, "49"], [1702463273, "51"], [1702463324, "53"], [1702463354, "57"], [1702463381, "61"], [1702463417, "65"], [1702463453, "65"], [1702463477, "65"], [1702463510, "65"], [1702463537, "65"], [1702463570, "67"], [1702463591, "67"], [1702463621, "69"], [1702463657, "69"], [1702463693, "73"], [1702463729, "73"], [1702463765, "81"], [1702463798, "81"], [1702463846, "85"], [1702463873, "88"], [1702463906, "92"], [1702463948, "92"], [1702463984, "96"], [1702464014, "96"], [1702464050, "98"], [1702464086, "102"], [1702464122, "104"], [1702464155, "108"], [1702464194, "112"], [1702464230, "114"], [1702464263, "114"], [1702464299, "114"], [1702464332, "114"], [1702464356, "116"], [1702464392, "116"], [1702464425, "116"], [1702464455, "118"], [1702464479, "118"], [1702464509, "120"], [1702464533, "123"], [1702464569, "126"], [1702464605, "128"], [1702464635, "130"], [1702464671, "130"], [1702464716, "130"], [1702464743, "130"], [1702464776, "130"], [1702464812, "130"], [1702464836, "130"], [1702464869, "130"], [1702464905, "130"], [1702464926, "130"], [1702464956, "132"], [1702464992, "138"], [1702465016, "138"], [1702465049, "138"], [1702465085, "142"], [1702465118, "142"], [1702465145, "146"], [1702465178, "146"], [1702465208, "146"], [1702465241, "146"], [1702465298, "149"], [1702465334, "151"], [1702465367, "151"], [1702465394, "155"], [1702465418, "155"], [1702465445, "155"], [1702465481, "155"], [1702465517, "159"], [1702465550, "163"], [1702465586, "167"], [1702465619, "173"], [1702465658, "173"], [1702465706, "175"], [1702465754, "179"], [1702465787, "181"], [1702465823, "181"], [1702465856, "181"], [1702465880, "181"], [1702465910, "181"], [1702465952, "185"], [1702465988, "185"], [1702466015, "185"], [1702466030, "185"], [1702466060, "187"], [1702466078, "191"], [1702466138, "191"], [1702466168, "191"], [1702466204, "191"], [1702466237, "197"], [1702466261, "199"], [1702466291, "201"], [1702466327, "201"], [1702466360, "201"], [1702466384, "211"], [1702466417, "211"], [1702466441, "211"], [1702466471, "217"], [1702466507, "219"], [1702466540, "219"], [1702466597, "219"], [1702466633, "219"], [1702466666, "223"], [1702466705, "227"], [1702466732, "229"], [1702466765, "229"], [1702466801, "235"], [1702466852, "243"], [1702466876, "247"], [1702466918, "247"], [1702466978, "251"], [1702467014, "251"], [1702467038, "251"], [1702467068, "251"], [1702467122, "251"], [1702467158, "253"], [1702467191, "256"], [1702467221, "258"], [1702467257, "258"], [1702467299, "258"], [1702467350, "258"], [1702467386, "258"], [1702467419, "260"], [1702467455, "260"], [1702467515, "262"], [1702467542, "264"], [1702467566, "266"], [1702467599, "266"], [1702467635, "268"], [1702467668, "268"], [1702467695, "268"], [1702467716, "272"], [1702467746, "272"], [1702467800, "276"], [1702467824, "280"], [1702467908, "288"], [1702467944, "288"], [1702467968, "288"], [1702468001, "288"], [1702468031, "290"], [1702468067, "290"], [1702468085, "296"], [1702468115, "300"], [1702468151, "300"], [1702468181, "300"], [1702468208, "300"], [1702468241, "300"], [1702468256, "304"], [1702468286, "308"], [1702468322, "308"], [1702468352, "308"], [1702468388, "310"], [1702468424, "311"], [1702468457, "313"], [1702468493, "313"], [1702468517, "313"], [1702468550, "315"], [1702468586, "315"], [1702468613, "315"], [1702468637, "315"], [1702468679, "317"], [1702468721, "317"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "4"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "4"], [1702466060, "4"], [1702466078, "4"], [1702466138, "4"], [1702466168, "4"], [1702466204, "4"], [1702466237, "4"], [1702466261, "4"], [1702466291, "4"], [1702466327, "4"], [1702466360, "4"], [1702466384, "4"], [1702466417, "4"], [1702466441, "4"], [1702466471, "4"], [1702466507, "4"], [1702466540, "4"], [1702466597, "4"], [1702466633, "4"], [1702466666, "4"], [1702466705, "4"], [1702466732, "4"], [1702466765, "4"], [1702466801, "4"], [1702466852, "4"], [1702466876, "4"], [1702466918, "4"], [1702466978, "4"], [1702467014, "4"], [1702467038, "4"], [1702467068, "4"], [1702467122, "4"], [1702467158, "4"], [1702467191, "4"], [1702467221, "4"], [1702467257, "4"], [1702467299, "4"], [1702467350, "4"], [1702467386, "4"], [1702467419, "4"], [1702467455, "4"], [1702467515, "4"], [1702467542, "4"], [1702467566, "4"], [1702467599, "4"], [1702467635, "4"], [1702467668, "4"], [1702467695, "4"], [1702467716, "4"], [1702467746, "4"], [1702467800, "4"], [1702467824, "4"], [1702467908, "4"], [1702467944, "4"], [1702467968, "4"], [1702468001, "4"], [1702468031, "4"], [1702468067, "4"], [1702468085, "4"], [1702468115, "4"], [1702468151, "4"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "5"], [1702469060, "5"], [1702469111, "5"], [1702469144, "5"], [1702469168, "5"], [1702469204, "5"], [1702469237, "5"], [1702469273, "5"], [1702469303, "5"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "5"], [1702469435, "5"], [1702469468, "5"], [1702469504, "5"], [1702469537, "5"], [1702469573, "5"], [1702469606, "5"], [1702469633, "5"], [1702469660, "5"], [1702469684, "5"], [1702469717, "5"], [1702469753, "5"], [1702469786, "5"], [1702469816, "5"], [1702469834, "5"], [1702469864, "5"], [1702469906, "5"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "7"], [1702470506, "7"], [1702470542, "7"], [1702470575, "7"], [1702470611, "7"], [1702470635, "7"], [1702470662, "7"], [1702470686, "7"], [1702470719, "7"], [1702470746, "7"], [1702470812, "7"], [1702470845, "7"], [1702470875, "7"], [1702470899, "7"], [1702470953, "7"], [1702470983, "7"], [1702471025, "7"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "14"], [1702462973, "14"], [1702462988, "14"], [1702463045, "14"], [1702463081, "14"], [1702463114, "14"], [1702463150, "14"], [1702463186, "14"], [1702463216, "14"], [1702463240, "14"], [1702463273, "14"], [1702463324, "14"], [1702463354, "14"], [1702463381, "14"], [1702463417, "14"], [1702463453, "14"], [1702463477, "14"], [1702463510, "14"], [1702463537, "14"], [1702463570, "14"], [1702463591, "14"], [1702463621, "14"], [1702463657, "14"], [1702463693, "14"], [1702463729, "14"], [1702463765, "14"], [1702463798, "14"], [1702463846, "14"], [1702463873, "14"], [1702463906, "14"], [1702463948, "14"], [1702463984, "14"], [1702464014, "14"], [1702464050, "14"], [1702464086, "14"], [1702464122, "14"], [1702464155, "14"], [1702464194, "14"], [1702464230, "14"], [1702464263, "14"], [1702464299, "14"], [1702464332, "14"], [1702464356, "14"], [1702464392, "14"], [1702464425, "14"], [1702464455, "14"], [1702464479, "14"], [1702464509, "14"], [1702464533, "14"], [1702464569, "14"], [1702464605, "14"], [1702464635, "14"], [1702464671, "14"], [1702464716, "14"], [1702464743, "14"], [1702464776, "14"], [1702464812, "14"], [1702464836, "14"], [1702464869, "14"], [1702464905, "14"], [1702464926, "14"], [1702464956, "14"], [1702464992, "14"], [1702465016, "14"], [1702465049, "14"], [1702465085, "14"], [1702465118, "14"], [1702465145, "14"], [1702465178, "14"], [1702465208, "14"], [1702465241, "14"], [1702465298, "14"], [1702465334, "14"], [1702465367, "14"], [1702465394, "14"], [1702465418, "14"], [1702465445, "14"], [1702465481, "14"], [1702465517, "14"], [1702465550, "14"], [1702465586, "14"], [1702465619, "14"], [1702465658, "14"], [1702465706, "14"], [1702465754, "14"], [1702465787, "14"], [1702465823, "14"], [1702465856, "14"], [1702465880, "14"], [1702465910, "14"], [1702465952, "14"], [1702465988, "14"], [1702466015, "14"], [1702466030, "14"], [1702466060, "14"], [1702466078, "14"], [1702466138, "14"], [1702466168, "14"], [1702466204, "14"], [1702466237, "14"], [1702466261, "14"], [1702466291, "14"], [1702466327, "14"], [1702466360, "14"], [1702466384, "14"], [1702466417, "14"], [1702466441, "14"], [1702466471, "14"], [1702466507, "14"], [1702466540, "14"], [1702466597, "14"], [1702466633, "14"], [1702466666, "14"], [1702466705, "14"], [1702466732, "14"], [1702466765, "14"], [1702466801, "14"], [1702466852, "14"], [1702466876, "14"], [1702466918, "14"], [1702466978, "14"], [1702467014, "14"], [1702467038, "14"], [1702467068, "14"], [1702467122, "14"], [1702467158, "14"], [1702467191, "14"], [1702467221, "14"], [1702467257, "14"], [1702467299, "14"], [1702467350, "14"], [1702467386, "14"], [1702467419, "14"], [1702467455, "14"], [1702467515, "14"], [1702467542, "14"], [1702467566, "14"], [1702467599, "14"], [1702467635, "14"], [1702467668, "14"], [1702467695, "14"], [1702467716, "14"], [1702467746, "14"], [1702467800, "14"], [1702467824, "14"], [1702467908, "14"], [1702467944, "14"], [1702467968, "14"], [1702468001, "14"], [1702468031, "14"], [1702468067, "14"], [1702468085, "14"], [1702468115, "14"], [1702468151, "14"], [1702468181, "14"], [1702468208, "14"], [1702468241, "14"], [1702468256, "14"], [1702468286, "14"], [1702468322, "14"], [1702468352, "14"], [1702468388, "14"], [1702468424, "14"], [1702468457, "14"], [1702468493, "14"], [1702468517, "14"], [1702468550, "14"], [1702468586, "14"], [1702468613, "14"], [1702468637, "14"], [1702468679, "14"], [1702468721, "14"], [1702468730, "14"], [1702468766, "14"], [1702468799, "14"], [1702468835, "14"], [1702468898, "14"], [1702468934, "14"], [1702468970, "14"], [1702468994, "14"], [1702469024, "14"], [1702469060, "14"], [1702469111, "14"], [1702469144, "14"], [1702469168, "14"], [1702469204, "14"], [1702469237, "14"], [1702469273, "14"], [1702469303, "14"], [1702469336, "14"], [1702469360, "14"], [1702469387, "14"], [1702469411, "14"], [1702469435, "14"], [1702469468, "14"], [1702469504, "14"], [1702469537, "14"], [1702469573, "14"], [1702469606, "14"], [1702469633, "14"], [1702469660, "14"], [1702469684, "14"], [1702469717, "14"], [1702469753, "14"], [1702469786, "14"], [1702469816, "14"], [1702469834, "14"], [1702469864, "14"], [1702469906, "14"], [1702469936, "14"], [1702469972, "14"], [1702470005, "14"], [1702470029, "14"], [1702470065, "14"], [1702470101, "14"], [1702470131, "14"], [1702470167, "14"], [1702470203, "14"], [1702470251, "14"], [1702470278, "14"], [1702470311, "14"], [1702470347, "14"], [1702470371, "14"], [1702470404, "14"], [1702470440, "14"], [1702470476, "14"], [1702470506, "14"], [1702470542, "14"], [1702470575, "14"], [1702470611, "14"], [1702470635, "14"], [1702470662, "14"], [1702470686, "14"], [1702470719, "14"], [1702470746, "14"], [1702470812, "14"], [1702470845, "14"], [1702470875, "14"], [1702470899, "14"], [1702470953, "14"], [1702470983, "14"], [1702471025, "14"], [1702471067, "14"], [1702471169, "14"], [1702471193, "14"], [1702471226, "14"], [1702471265, "14"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "14"], [1702462808, "14"], [1702462829, "14"], [1702462844, "14"], [1702462865, "14"], [1702462880, "14"], [1702462904, "14"], [1702462919, "14"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "1"], [1702468766, "5"], [1702468799, "7"], [1702468835, "7"], [1702468898, "15"], [1702468934, "15"], [1702468970, "17"], [1702468994, "19"], [1702469024, "21"], [1702469060, "27"], [1702469111, "27"], [1702469144, "33"], [1702469168, "33"], [1702469204, "33"], [1702469237, "37"], [1702469273, "37"], [1702469303, "37"], [1702469336, "37"], [1702469360, "37"], [1702469387, "39"], [1702469411, "39"], [1702469435, "45"], [1702469468, "47"], [1702469504, "49"], [1702469537, "53"], [1702469573, "53"], [1702469606, "53"], [1702469633, "53"], [1702469660, "53"], [1702469684, "57"], [1702469717, "59"], [1702469753, "59"], [1702469786, "59"], [1702469816, "63"], [1702469834, "67"], [1702469864, "67"], [1702469906, "71"], [1702469936, "75"], [1702469972, "75"], [1702470005, "75"], [1702470029, "82"], [1702470065, "86"], [1702470101, "88"], [1702470131, "88"], [1702470167, "98"], [1702470203, "98"], [1702470251, "104"], [1702470278, "104"], [1702470311, "108"], [1702470347, "108"], [1702470371, "108"], [1702470404, "110"], [1702470440, "110"], [1702470476, "110"], [1702470506, "113"], [1702470542, "113"], [1702470575, "113"], [1702470611, "115"], [1702470635, "115"], [1702470662, "115"], [1702470686, "117"], [1702470719, "119"], [1702470746, "121"], [1702470812, "121"], [1702470845, "121"], [1702470875, "125"], [1702470899, "127"], [1702470953, "127"], [1702470983, "131"], [1702471025, "131"], [1702471067, "134"], [1702471169, "136"], [1702471193, "136"], [1702471226, "138"], [1702471265, "138"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "38"], [1702462844, "38"], [1702462865, "38"], [1702462880, "38"], [1702462904, "38"], [1702462919, "38"], [1702462952, "38"], [1702462973, "38"], [1702462988, "38"], [1702463045, "38"], [1702463081, "38"], [1702463114, "38"], [1702463150, "38"], [1702463186, "38"], [1702463216, "38"], [1702463240, "38"], [1702463273, "38"], [1702463324, "38"], [1702463354, "38"], [1702463381, "38"], [1702463417, "38"], [1702463453, "38"], [1702463477, "38"], [1702463510, "38"], [1702463537, "38"], [1702463570, "38"], [1702463591, "38"], [1702463621, "38"], [1702463657, "38"], [1702463693, "38"], [1702463729, "38"], [1702463765, "38"], [1702463798, "38"], [1702463846, "38"], [1702463873, "38"], [1702463906, "38"], [1702463948, "38"], [1702463984, "38"], [1702464014, "38"], [1702464050, "38"], [1702464086, "38"], [1702464122, "38"], [1702464155, "38"], [1702464194, "38"], [1702464230, "38"], [1702464263, "38"], [1702464299, "38"], [1702464332, "45"], [1702464356, "45"], [1702464392, "45"], [1702464425, "45"], [1702464455, "45"], [1702464479, "45"], [1702464509, "45"], [1702464533, "45"], [1702464569, "45"], [1702464605, "45"], [1702464635, "45"], [1702464671, "45"], [1702464716, "45"], [1702464743, "45"], [1702464776, "45"], [1702464812, "45"], [1702464836, "45"], [1702464869, "45"], [1702464905, "45"], [1702464926, "45"], [1702464956, "45"], [1702464992, "45"], [1702465016, "45"], [1702465049, "45"], [1702465085, "45"], [1702465118, "45"], [1702465145, "45"], [1702465178, "45"], [1702465208, "45"], [1702465241, "45"], [1702465298, "45"], [1702465334, "45"], [1702465367, "45"], [1702465394, "45"], [1702465418, "45"], [1702465445, "45"], [1702465481, "45"], [1702465517, "45"], [1702465550, "45"], [1702465586, "45"], [1702465619, "45"], [1702465658, "45"], [1702465706, "45"], [1702465754, "45"], [1702465787, "45"], [1702465823, "45"], [1702465856, "45"], [1702465880, "45"], [1702465910, "45"], [1702465952, "45"], [1702465988, "45"], [1702466015, "45"], [1702466030, "45"], [1702466060, "45"], [1702466078, "45"], [1702466138, "45"], [1702466168, "45"], [1702466204, "45"], [1702466237, "45"], [1702466261, "45"], [1702466291, "45"], [1702466327, "45"], [1702466360, "45"], [1702466384, "45"], [1702466417, "45"], [1702466441, "45"], [1702466471, "45"], [1702466507, "45"], [1702466540, "45"], [1702466597, "45"], [1702466633, "45"], [1702466666, "45"], [1702466705, "45"], [1702466732, "45"], [1702466765, "45"], [1702466801, "45"], [1702466852, "45"], [1702466876, "45"], [1702466918, "45"], [1702466978, "45"], [1702467014, "45"], [1702467038, "45"], [1702467068, "45"], [1702467122, "45"], [1702467158, "45"], [1702467191, "45"], [1702467221, "45"], [1702467257, "45"], [1702467299, "45"], [1702467350, "45"], [1702467386, "45"], [1702467419, "45"], [1702467455, "45"], [1702467515, "45"], [1702467542, "45"], [1702467566, "45"], [1702467599, "45"], [1702467635, "45"], [1702467668, "45"], [1702467695, "45"], [1702467716, "45"], [1702467746, "45"], [1702467800, "45"], [1702467824, "45"], [1702467908, "45"], [1702467944, "45"], [1702467968, "45"], [1702468001, "45"], [1702468031, "45"], [1702468067, "45"], [1702468085, "45"], [1702468115, "45"], [1702468151, "45"], [1702468181, "45"], [1702468208, "45"], [1702468241, "45"], [1702468256, "45"], [1702468286, "45"], [1702468322, "45"], [1702468352, "45"], [1702468388, "45"], [1702468424, "45"], [1702468457, "45"], [1702468493, "45"], [1702468517, "45"], [1702468550, "45"], [1702468586, "45"], [1702468613, "45"], [1702468637, "45"], [1702468679, "45"], [1702468721, "45"], [1702468730, "45"], [1702468766, "45"], [1702468799, "45"], [1702468835, "45"], [1702468898, "45"], [1702468934, "45"], [1702468970, "45"], [1702468994, "45"], [1702469024, "45"], [1702469060, "45"], [1702469111, "45"], [1702469144, "45"], [1702469168, "45"], [1702469204, "45"], [1702469237, "45"], [1702469273, "45"], [1702469303, "45"], [1702469336, "45"], [1702469360, "45"], [1702469387, "45"], [1702469411, "45"], [1702469435, "45"], [1702469468, "45"], [1702469504, "45"], [1702469537, "45"], [1702469573, "45"], [1702469606, "45"], [1702469633, "45"], [1702469660, "45"], [1702469684, "45"], [1702469717, "45"], [1702469753, "45"], [1702469786, "45"], [1702469816, "45"], [1702469834, "45"], [1702469864, "45"], [1702469906, "45"], [1702469936, "45"], [1702469972, "45"], [1702470005, "45"], [1702470029, "45"], [1702470065, "45"], [1702470101, "45"], [1702470131, "45"], [1702470167, "45"], [1702470203, "45"], [1702470251, "45"], [1702470278, "45"], [1702470311, "45"], [1702470347, "45"], [1702470371, "45"], [1702470404, "45"], [1702470440, "45"], [1702470476, "45"], [1702470506, "45"], [1702470542, "45"], [1702470575, "45"], [1702470611, "45"], [1702470635, "45"], [1702470662, "45"], [1702470686, "45"], [1702470719, "45"], [1702470746, "45"], [1702470812, "45"], [1702470845, "45"], [1702470875, "45"], [1702470899, "45"], [1702470953, "45"], [1702470983, "45"], [1702471025, "45"], [1702471067, "45"], [1702471169, "45"], [1702471193, "45"], [1702471226, "45"], [1702471265, "45"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "38"], [1702462736, "38"], [1702462751, "38"], [1702462763, "38"], [1702462793, "38"], [1702462808, "38"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "23"], [1702463765, "23"], [1702463798, "23"], [1702463846, "23"], [1702463873, "23"], [1702463906, "23"], [1702463948, "23"], [1702463984, "23"], [1702464014, "23"], [1702464050, "23"], [1702464086, "23"], [1702464122, "23"], [1702464155, "23"], [1702464194, "23"], [1702464230, "23"], [1702464263, "23"], [1702464299, "23"], [1702464332, "23"], [1702464356, "23"], [1702464392, "23"], [1702464425, "23"], [1702464455, "23"], [1702464479, "23"], [1702464509, "23"], [1702464533, "23"], [1702464569, "23"], [1702464605, "23"], [1702464635, "23"], [1702464671, "23"], [1702464716, "23"], [1702464743, "23"], [1702464776, "23"], [1702464812, "23"], [1702464836, "23"], [1702464869, "23"], [1702464905, "23"], [1702464926, "23"], [1702464956, "23"], [1702464992, "23"], [1702465016, "23"], [1702465049, "23"], [1702465085, "23"], [1702465118, "23"], [1702465145, "23"], [1702465178, "23"], [1702465208, "23"], [1702465241, "23"], [1702465298, "23"], [1702465334, "23"], [1702465367, "23"], [1702465394, "23"], [1702465418, "23"], [1702465445, "23"], [1702465481, "23"], [1702465517, "23"], [1702465550, "23"], [1702465586, "23"], [1702465619, "23"], [1702465658, "23"], [1702465706, "23"], [1702465754, "23"], [1702465787, "23"], [1702465823, "23"], [1702465856, "23"], [1702465880, "23"], [1702465910, "23"], [1702465952, "23"], [1702465988, "23"], [1702466015, "23"], [1702466030, "23"], [1702466060, "23"], [1702466078, "23"], [1702466138, "23"], [1702466168, "23"], [1702466204, "23"], [1702466237, "23"], [1702466261, "23"], [1702466291, "23"], [1702466327, "23"], [1702466360, "23"], [1702466384, "23"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "23"], [1702466633, "23"], [1702466666, "23"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "23"], [1702467158, "23"], [1702467191, "23"], [1702467221, "23"], [1702467257, "23"], [1702467299, "23"], [1702467350, "23"], [1702467386, "23"], [1702467419, "23"], [1702467455, "23"], [1702467515, "23"], [1702467542, "23"], [1702467566, "23"], [1702467599, "23"], [1702467635, "23"], [1702467668, "23"], [1702467695, "23"], [1702467716, "23"], [1702467746, "23"], [1702467800, "23"], [1702467824, "23"], [1702467908, "23"], [1702467944, "23"], [1702467968, "23"], [1702468001, "23"], [1702468031, "23"], [1702468067, "23"], [1702468085, "23"], [1702468115, "23"], [1702468151, "23"], [1702468181, "23"], [1702468208, "23"], [1702468241, "23"], [1702468256, "23"], [1702468286, "23"], [1702468322, "23"], [1702468352, "23"], [1702468388, "23"], [1702468424, "23"], [1702468457, "23"], [1702468493, "23"], [1702468517, "23"], [1702468550, "23"], [1702468586, "23"], [1702468613, "23"], [1702468637, "23"], [1702468679, "23"], [1702468721, "23"], [1702468730, "23"], [1702468766, "23"], [1702468799, "23"], [1702468835, "23"], [1702468898, "23"], [1702468934, "23"], [1702468970, "23"], [1702468994, "23"], [1702469024, "23"], [1702469060, "23"], [1702469111, "23"], [1702469144, "23"], [1702469168, "23"], [1702469204, "23"], [1702469237, "23"], [1702469273, "23"], [1702469303, "23"], [1702469336, "23"], [1702469360, "23"], [1702469387, "23"], [1702469411, "23"], [1702469435, "23"], [1702469468, "23"], [1702469504, "23"], [1702469537, "23"], [1702469573, "23"], [1702469606, "23"], [1702469633, "23"], [1702469660, "23"], [1702469684, "23"], [1702469717, "23"], [1702469753, "23"], [1702469786, "23"], [1702469816, "23"], [1702469834, "23"], [1702469864, "23"], [1702469906, "23"], [1702469936, "23"], [1702469972, "23"], [1702470005, "23"], [1702470029, "23"], [1702470065, "23"], [1702470101, "23"], [1702470131, "23"], [1702470167, "23"], [1702470203, "23"], [1702470251, "23"], [1702470278, "23"], [1702470311, "23"], [1702470347, "23"], [1702470371, "23"], [1702470404, "23"], [1702470440, "23"], [1702470476, "23"], [1702470506, "23"], [1702470542, "23"], [1702470575, "23"], [1702470611, "23"], [1702470635, "23"], [1702470662, "23"], [1702470686, "23"], [1702470719, "23"], [1702470746, "23"], [1702470812, "23"], [1702470845, "23"], [1702470875, "23"], [1702470899, "23"], [1702470953, "23"], [1702470983, "23"], [1702471025, "23"], [1702471067, "23"], [1702471169, "23"], [1702471193, "23"], [1702471226, "23"], [1702471265, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "632"], [1702462721, "657"], [1702462736, "700"], [1702462751, "740"], [1702462763, "769"], [1702462793, "843"], [1702462808, "876"], [1702462829, "911"], [1702462844, "940"], [1702462865, "963"], [1702462880, "993"], [1702462904, "1063"], [1702462919, "1079"], [1702462952, "1136"], [1702462973, "1186"], [1702462988, "1239"], [1702463045, "1344"], [1702463081, "1389"], [1702463114, "1454"], [1702463150, "1505"], [1702463186, "1552"], [1702463216, "1639"], [1702463240, "1703"], [1702463273, "1750"], [1702463324, "1837"], [1702463354, "1865"], [1702463381, "1922"], [1702463417, "1975"], [1702463453, "2048"], [1702463477, "2085"], [1702463510, "2157"], [1702463537, "2213"], [1702463570, "2263"], [1702463591, "2358"], [1702463621, "2391"], [1702463657, "2450"], [1702463693, "2511"], [1702463729, "2552"], [1702463765, "2583"], [1702463798, "2639"], [1702463846, "2741"], [1702463873, "2778"], [1702463906, "2829"], [1702463948, "2882"], [1702463984, "2938"], [1702464014, "2995"], [1702464050, "3032"], [1702464086, "3089"], [1702464122, "3138"], [1702464155, "3173"], [1702464194, "3250"], [1702464230, "3298"], [1702464263, "3375"], [1702464299, "3414"], [1702464332, "3463"], [1702464356, "3518"], [1702464392, "3549"], [1702464425, "3601"], [1702464455, "3662"], [1702464479, "3710"], [1702464509, "3791"], [1702464533, "3845"], [1702464569, "3897"], [1702464605, "3938"], [1702464635, "4002"], [1702464671, "4053"], [1702464716, "4126"], [1702464743, "4158"], [1702464776, "4200"], [1702464812, "4294"], [1702464836, "4362"], [1702464869, "4417"], [1702464905, "4456"], [1702464926, "4512"], [1702464956, "4573"], [1702464992, "4639"], [1702465016, "4668"], [1702465049, "4715"], [1702465085, "4761"], [1702465118, "4803"], [1702465145, "4870"], [1702465178, "4932"], [1702465208, "4965"], [1702465241, "5064"], [1702465298, "5160"], [1702465334, "5192"], [1702465367, "5238"], [1702465394, "5285"], [1702465418, "5343"], [1702465445, "5392"], [1702465481, "5433"], [1702465517, "5484"], [1702465550, "5538"], [1702465586, "5590"], [1702465619, "5646"], [1702465658, "5711"], [1702465706, "5778"], [1702465754, "5865"], [1702465787, "5895"], [1702465823, "5925"], [1702465856, "5981"], [1702465880, "6027"], [1702465910, "6069"], [1702465952, "6122"], [1702465988, "6175"], [1702466015, "6225"], [1702466030, "6258"], [1702466060, "6297"], [1702466078, "6353"], [1702466138, "6441"], [1702466168, "6488"], [1702466204, "6530"], [1702466237, "6585"], [1702466261, "6628"], [1702466291, "6684"], [1702466327, "6732"], [1702466360, "6785"], [1702466384, "6826"], [1702466417, "6873"], [1702466441, "6921"], [1702466471, "6963"], [1702466507, "7009"], [1702466540, "7054"], [1702466597, "7124"], [1702466633, "7178"], [1702466666, "7220"], [1702466705, "7248"], [1702466732, "7304"], [1702466765, "7339"], [1702466801, "7393"], [1702466852, "7482"], [1702466876, "7514"], [1702466918, "7558"], [1702466978, "7649"], [1702467014, "7699"], [1702467038, "7751"], [1702467068, "7806"], [1702467122, "7876"], [1702467158, "7916"], [1702467191, "7960"], [1702467221, "7996"], [1702467257, "8052"], [1702467299, "8104"], [1702467350, "8179"], [1702467386, "8220"], [1702467419, "8271"], [1702467455, "8330"], [1702467515, "8434"], [1702467542, "8455"], [1702467566, "8499"], [1702467599, "8533"], [1702467635, "8558"], [1702467668, "8597"], [1702467695, "8633"], [1702467716, "8684"], [1702467746, "8723"], [1702467800, "8788"], [1702467824, "8816"], [1702467908, "8930"], [1702467944, "8982"], [1702467968, "9023"], [1702468001, "9050"], [1702468031, "9100"], [1702468067, "9160"], [1702468085, "9211"], [1702468115, "9256"], [1702468151, "9297"], [1702468181, "9347"], [1702468208, "9395"], [1702468241, "9448"], [1702468256, "9501"], [1702468286, "9554"], [1702468322, "9598"], [1702468352, "9643"], [1702468388, "9680"], [1702468424, "9732"], [1702468457, "9779"], [1702468493, "9837"], [1702468517, "9878"], [1702468550, "9926"], [1702468586, "9971"], [1702468613, "10025"], [1702468637, "10060"], [1702468679, "10123"], [1702468721, "10168"], [1702468730, "10194"], [1702468766, "10245"], [1702468799, "10294"], [1702468835, "10342"], [1702468898, "10407"], [1702468934, "10461"], [1702468970, "10513"], [1702468994, "10572"], [1702469024, "10608"], [1702469060, "10640"], [1702469111, "10715"], [1702469144, "10766"], [1702469168, "10790"], [1702469204, "10829"], [1702469237, "10873"], [1702469273, "10934"], [1702469303, "10986"], [1702469336, "11019"], [1702469360, "11063"], [1702469387, "11102"], [1702469411, "11138"], [1702469435, "11185"], [1702469468, "11229"], [1702469504, "11276"], [1702469537, "11316"], [1702469573, "11357"], [1702469606, "11402"], [1702469633, "11447"], [1702469660, "11483"], [1702469684, "11524"], [1702469717, "11569"], [1702469753, "11622"], [1702469786, "11678"], [1702469816, "11732"], [1702469834, "11762"], [1702469864, "11791"], [1702469906, "11857"], [1702469936, "11894"], [1702469972, "11944"], [1702470005, "11990"], [1702470029, "12029"], [1702470065, "12082"], [1702470101, "12123"], [1702470131, "12165"], [1702470167, "12213"], [1702470203, "12255"], [1702470251, "12313"], [1702470278, "12370"], [1702470311, "12422"], [1702470347, "12476"], [1702470371, "12524"], [1702470404, "12549"], [1702470440, "12582"], [1702470476, "12633"], [1702470506, "12690"], [1702470542, "12737"], [1702470575, "12796"], [1702470611, "12847"], [1702470635, "12883"], [1702470662, "12930"], [1702470686, "12966"], [1702470719, "12997"], [1702470746, "13059"], [1702470812, "13131"], [1702470845, "13187"], [1702470875, "13219"], [1702470899, "13260"], [1702470953, "13310"], [1702470983, "13359"], [1702471025, "13396"], [1702471067, "13469"], [1702471169, "13590"], [1702471193, "13641"], [1702471226, "13681"], [1702471265, "13726"]]}], "kepler_container_cache_miss_total": [{"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "8145"], [1702462721, "8145"], [1702462736, "8145"], [1702462751, "8145"], [1702462763, "8145"], [1702462793, "8145"], [1702462808, "8145"], [1702462829, "8145"], [1702462844, "8145"], [1702462865, "8145"], [1702462880, "8145"], [1702462904, "8145"], [1702462919, "8145"], [1702462952, "8145"], [1702462973, "8145"], [1702462988, "8145"], [1702463045, "8145"], [1702463081, "8145"], [1702463114, "8145"], [1702463150, "8145"], [1702463186, "8145"], [1702463216, "8145"], [1702463240, "8145"], [1702463273, "8145"], [1702463324, "8145"], [1702463354, "8145"], [1702463381, "26575"], [1702463417, "26575"], [1702463453, "26575"], [1702463477, "26575"], [1702463510, "26575"], [1702463537, "26575"], [1702463570, "26575"], [1702463591, "26575"], [1702463621, "26575"], [1702463657, "26575"], [1702463693, "26575"], [1702463729, "26575"], [1702463765, "26575"], [1702463798, "26575"], [1702463846, "26575"], [1702463873, "26575"], [1702463906, "26575"], [1702463948, "26575"], [1702463984, "26575"], [1702464014, "26575"], [1702464050, "26575"], [1702464086, "26575"], [1702464122, "26575"], [1702464155, "26575"], [1702464194, "26575"], [1702464230, "26575"], [1702464263, "26575"], [1702464299, "26575"], [1702464332, "26575"], [1702464356, "26575"], [1702464392, "26575"], [1702464425, "26575"], [1702464455, "26575"], [1702464479, "26575"], [1702464509, "26575"], [1702464533, "26575"], [1702464569, "26575"], [1702464605, "26575"], [1702464635, "26575"], [1702464671, "26575"], [1702464716, "26575"], [1702464743, "26575"], [1702464776, "26575"], [1702464812, "26575"], [1702464836, "26575"], [1702464869, "26575"], [1702464905, "26575"], [1702464926, "26575"], [1702464956, "26575"], [1702464992, "26575"], [1702465016, "26575"], [1702465049, "26575"], [1702465085, "26575"], [1702465118, "26575"], [1702465145, "26575"], [1702465178, "26575"], [1702465208, "26575"], [1702465241, "26575"], [1702465298, "26575"], [1702465334, "26575"], [1702465367, "26575"], [1702465394, "26575"], [1702465418, "26575"], [1702465445, "26575"], [1702465481, "26575"], [1702465517, "26575"], [1702465550, "26575"], [1702465586, "26575"], [1702465619, "26575"], [1702465658, "26575"], [1702465706, "26575"], [1702465754, "26575"], [1702465787, "26575"], [1702465823, "26575"], [1702465856, "26575"], [1702465880, "26575"], [1702465910, "26575"], [1702465952, "26575"], [1702465988, "26575"], [1702466015, "26575"], [1702466030, "26575"], [1702466060, "26575"], [1702466078, "26575"], [1702466138, "26575"], [1702466168, "26575"], [1702466204, "26575"], [1702466237, "26575"], [1702466261, "26575"], [1702466291, "26575"], [1702466327, "26575"], [1702466360, "26575"], [1702466384, "26575"], [1702466417, "26575"], [1702466441, "26575"], [1702466471, "26575"], [1702466507, "26575"], [1702466540, "26575"], [1702466597, "26575"], [1702466633, "26575"], [1702466666, "26575"], [1702466705, "26575"], [1702466732, "26575"], [1702466765, "26575"], [1702466801, "26575"], [1702466852, "26575"], [1702466876, "26575"], [1702466918, "26575"], [1702466978, "26575"], [1702467014, "26575"], [1702467038, "26575"], [1702467068, "26575"], [1702467122, "26575"], [1702467158, "26575"], [1702467191, "26575"], [1702467221, "26575"], [1702467257, "26575"], [1702467299, "26575"], [1702467350, "26575"], [1702467386, "26575"], [1702467419, "26575"], [1702467455, "26575"], [1702467515, "26575"], [1702467542, "26575"], [1702467566, "26575"], [1702467599, "26575"], [1702467635, "26575"], [1702467668, "26575"], [1702467695, "26575"], [1702467716, "26575"], [1702467746, "26575"], [1702467800, "26575"], [1702467824, "26575"], [1702467908, "26575"], [1702467944, "26575"], [1702467968, "26575"], [1702468001, "26575"], [1702468031, "26575"], [1702468067, "26575"], [1702468085, "26575"], [1702468115, "26575"], [1702468151, "26575"], [1702468181, "26575"], [1702468208, "26575"], [1702468241, "26575"], [1702468256, "26575"], [1702468286, "26575"], [1702468322, "26575"], [1702468352, "26575"], [1702468388, "26575"], [1702468424, "26575"], [1702468457, "26575"], [1702468493, "26575"], [1702468517, "26575"], [1702468550, "26575"], [1702468586, "26575"], [1702468613, "26575"], [1702468637, "26575"], [1702468679, "26575"], [1702468721, "26575"], [1702468730, "26575"], [1702468766, "26575"], [1702468799, "26575"], [1702468835, "26575"], [1702468898, "26575"], [1702468934, "26575"], [1702468970, "26575"], [1702468994, "26575"], [1702469024, "26575"], [1702469060, "26575"], [1702469111, "26575"], [1702469144, "26575"], [1702469168, "26575"], [1702469204, "26575"], [1702469237, "26575"], [1702469273, "26575"], [1702469303, "26575"], [1702469336, "26575"], [1702469360, "26575"], [1702469387, "26575"], [1702469411, "26575"], [1702469435, "26575"], [1702469468, "26575"], [1702469504, "26575"], [1702469537, "26575"], [1702469573, "26575"], [1702469606, "26575"], [1702469633, "26575"], [1702469660, "26575"], [1702469684, "26575"], [1702469717, "26575"], [1702469753, "26575"], [1702469786, "26575"], [1702469816, "26575"], [1702469834, "26575"], [1702469864, "26575"], [1702469906, "26575"], [1702469936, "26575"], [1702469972, "26575"], [1702470005, "26575"], [1702470029, "26575"], [1702470065, "26575"], [1702470101, "26575"], [1702470131, "26575"], [1702470167, "26575"], [1702470203, "26575"], [1702470251, "26575"], [1702470278, "26575"], [1702470311, "26575"], [1702470347, "26575"], [1702470371, "26575"], [1702470404, "26575"], [1702470440, "26575"], [1702470476, "26575"], [1702470506, "26575"], [1702470542, "26575"], [1702470575, "26575"], [1702470611, "26575"], [1702470635, "26575"], [1702470662, "26575"], [1702470686, "26575"], [1702470719, "26575"], [1702470746, "26575"], [1702470812, "26575"], [1702470845, "26575"], [1702470875, "26575"], [1702470899, "26575"], [1702470953, "26575"], [1702470983, "26575"], [1702471025, "26575"], [1702471067, "26575"], [1702471169, "26575"], [1702471193, "26575"], [1702471226, "26575"], [1702471265, "26575"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "438412"], [1702462721, "440889"], [1702462736, "446998"], [1702462751, "567785"], [1702462763, "587956"], [1702462793, "621041"], [1702462808, "634577"], [1702462829, "641278"], [1702462844, "650166"], [1702462865, "663590"], [1702462880, "685605"], [1702462904, "768486"], [1702462919, "778755"], [1702462952, "870723"], [1702462973, "881750"], [1702462988, "894130"], [1702463045, "969813"], [1702463081, "1006996"], [1702463114, "1053779"], [1702463150, "1087728"], [1702463186, "1127448"], [1702463216, "1233633"], [1702463240, "1260670"], [1702463273, "1305508"], [1702463324, "1404038"], [1702463354, "1429536"], [1702463381, "1455575"], [1702463417, "1498681"], [1702463453, "1562694"], [1702463477, "1591723"], [1702463510, "1630487"], [1702463537, "1659585"], [1702463570, "1692166"], [1702463591, "1736853"], [1702463621, "1759112"], [1702463657, "1804610"], [1702463693, "1853405"], [1702463729, "1909737"], [1702463765, "1989611"], [1702463798, "2081685"], [1702463846, "2168180"], [1702463873, "2206614"], [1702463906, "2263469"], [1702463948, "2300629"], [1702463984, "2320724"], [1702464014, "2351477"], [1702464050, "2381051"], [1702464086, "2445714"], [1702464122, "2476696"], [1702464155, "2515576"], [1702464194, "2570713"], [1702464230, "2601654"], [1702464263, "2694427"], [1702464299, "2733657"], [1702464332, "2751095"], [1702464356, "2762474"], [1702464392, "2793218"], [1702464425, "2818718"], [1702464455, "2856312"], [1702464479, "2887304"], [1702464509, "2920288"], [1702464533, "2951332"], [1702464569, "2976273"], [1702464605, "3008510"], [1702464635, "3021985"], [1702464671, "3101432"], [1702464716, "3146747"], [1702464743, "3178072"], [1702464776, "3220164"], [1702464812, "3306201"], [1702464836, "3363260"], [1702464869, "3406165"], [1702464905, "3464790"], [1702464926, "3597838"], [1702464956, "3614120"], [1702464992, "3651837"], [1702465016, "3710388"], [1702465049, "3737378"], [1702465085, "3760540"], [1702465118, "3794908"], [1702465145, "3834663"], [1702465178, "3870616"], [1702465208, "3895549"], [1702465241, "3949640"], [1702465298, "4030094"], [1702465334, "4075136"], [1702465367, "4140162"], [1702465394, "4172460"], [1702465418, "4206721"], [1702465445, "4245841"], [1702465481, "4301913"], [1702465517, "4370195"], [1702465550, "4402930"], [1702465586, "4444026"], [1702465619, "4503214"], [1702465658, "4594047"], [1702465706, "4628143"], [1702465754, "4733259"], [1702465787, "4830870"], [1702465823, "4881059"], [1702465856, "4934363"], [1702465880, "4971929"], [1702465910, "5010965"], [1702465952, "5057943"], [1702465988, "5095730"], [1702466015, "5161759"], [1702466030, "5193483"], [1702466060, "5206378"], [1702466078, "5225479"], [1702466138, "5287143"], [1702466168, "5322077"], [1702466204, "5349092"], [1702466237, "5386957"], [1702466261, "5429288"], [1702466291, "5461596"], [1702466327, "5516992"], [1702466360, "5611849"], [1702466384, "5648895"], [1702466417, "5669829"], [1702466441, "5703655"], [1702466471, "5719602"], [1702466507, "5769184"], [1702466540, "5814907"], [1702466597, "5874021"], [1702466633, "5935172"], [1702466666, "5966541"], [1702466705, "6025750"], [1702466732, "6072258"], [1702466765, "6139692"], [1702466801, "6195479"], [1702466852, "6264308"], [1702466876, "6291406"], [1702466918, "6335207"], [1702466978, "6467978"], [1702467014, "6489589"], [1702467038, "6554615"], [1702467068, "6608527"], [1702467122, "6700829"], [1702467158, "6735656"], [1702467191, "6773984"], [1702467221, "6826470"], [1702467257, "6893579"], [1702467299, "6987663"], [1702467350, "7057817"], [1702467386, "7159414"], [1702467419, "7233023"], [1702467455, "7343396"], [1702467515, "7529217"], [1702467542, "7558100"], [1702467566, "7622156"], [1702467599, "7957855"], [1702467635, "8017101"], [1702467668, "8096142"], [1702467695, "8141894"], [1702467716, "8202847"], [1702467746, "8249645"], [1702467800, "8379918"], [1702467824, "8432689"], [1702467908, "8615365"], [1702467944, "8653336"], [1702467968, "8723170"], [1702468001, "8772337"], [1702468031, "8821786"], [1702468067, "8863093"], [1702468085, "8912901"], [1702468115, "8931637"], [1702468151, "8968058"], [1702468181, "9017400"], [1702468208, "9102402"], [1702468241, "9198811"], [1702468256, "9216635"], [1702468286, "9886469"], [1702468322, "9941205"], [1702468352, "10053635"], [1702468388, "10121486"], [1702468424, "10197076"], [1702468457, "10264695"], [1702468493, "10325463"], [1702468517, "10404052"], [1702468550, "10454387"], [1702468586, "10557408"], [1702468613, "10661189"], [1702468637, "10698039"], [1702468679, "10751733"], [1702468721, "10811485"], [1702468730, "10836848"], [1702468766, "10873209"], [1702468799, "10925456"], [1702468835, "10993131"], [1702468898, "11110254"], [1702468934, "11260529"], [1702468970, "11337134"], [1702468994, "11392442"], [1702469024, "11415180"], [1702469060, "11460960"], [1702469111, "11559870"], [1702469144, "11639690"], [1702469168, "11676429"], [1702469204, "11724787"], [1702469237, "11773567"], [1702469273, "11848358"], [1702469303, "11920965"], [1702469336, "11975929"], [1702469360, "12038814"], [1702469387, "12089455"], [1702469411, "12136201"], [1702469435, "12162210"], [1702469468, "12230117"], [1702469504, "12279331"], [1702469537, "12358386"], [1702469573, "12400245"], [1702469606, "12452825"], [1702469633, "12481569"], [1702469660, "12527283"], [1702469684, "12647330"], [1702469717, "12707164"], [1702469753, "12799360"], [1702469786, "12860106"], [1702469816, "12913885"], [1702469834, "13006109"], [1702469864, "13041774"], [1702469906, "13136152"], [1702469936, "13177200"], [1702469972, "13200890"], [1702470005, "13264661"], [1702470029, "13291459"], [1702470065, "13321176"], [1702470101, "13374280"], [1702470131, "13434830"], [1702470167, "13504250"], [1702470203, "13590942"], [1702470251, "13687969"], [1702470278, "13735680"], [1702470311, "13776482"], [1702470347, "13833111"], [1702470371, "13860736"], [1702470404, "13873465"], [1702470440, "13907248"], [1702470476, "13937908"], [1702470506, "13978594"], [1702470542, "14030974"], [1702470575, "14065527"], [1702470611, "14095816"], [1702470635, "14150130"], [1702470662, "14186965"], [1702470686, "14211879"], [1702470719, "14278941"], [1702470746, "14336341"], [1702470812, "14429414"], [1702470845, "14478915"], [1702470875, "14564229"], [1702470899, "14625471"], [1702470953, "14662405"], [1702470983, "14707992"], [1702471025, "14769539"], [1702471067, "14867209"], [1702471169, "15028174"], [1702471193, "15091481"], [1702471226, "15159145"], [1702471265, "15229210"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "753938"], [1702462721, "780805"], [1702462736, "806992"], [1702462751, "823071"], [1702462763, "911997"], [1702462793, "1013344"], [1702462808, "1144379"], [1702462829, "1184270"], [1702462844, "1219476"], [1702462865, "1458315"], [1702462880, "1494395"], [1702462904, "1541837"], [1702462919, "1563689"], [1702462952, "1627548"], [1702462973, "1676682"], [1702462988, "1720889"], [1702463045, "1871248"], [1702463081, "2048732"], [1702463114, "2177088"], [1702463150, "2311826"], [1702463186, "2406036"], [1702463216, "2512334"], [1702463240, "2556235"], [1702463273, "2657527"], [1702463324, "2797299"], [1702463354, "2823151"], [1702463381, "2880422"], [1702463417, "2946110"], [1702463453, "3013037"], [1702463477, "3079338"], [1702463510, "3176319"], [1702463537, "3305329"], [1702463570, "3405982"], [1702463591, "3460049"], [1702463621, "3481471"], [1702463657, "3517546"], [1702463693, "3613404"], [1702463729, "3719280"], [1702463765, "3869553"], [1702463798, "4017243"], [1702463846, "4159994"], [1702463873, "4264409"], [1702463906, "4337546"], [1702463948, "4400612"], [1702463984, "4460823"], [1702464014, "4504166"], [1702464050, "4559713"], [1702464086, "4649097"], [1702464122, "5018059"], [1702464155, "5106802"], [1702464194, "5203930"], [1702464230, "5266140"], [1702464263, "5318973"], [1702464299, "5380406"], [1702464332, "5442771"], [1702464356, "5492811"], [1702464392, "5533608"], [1702464425, "5619745"], [1702464455, "5725256"], [1702464479, "5839635"], [1702464509, "5903002"], [1702464533, "5982217"], [1702464569, "6081254"], [1702464605, "6185536"], [1702464635, "6267469"], [1702464671, "6370132"], [1702464716, "6468683"], [1702464743, "6577309"], [1702464776, "7266592"], [1702464812, "7345974"], [1702464836, "7444632"], [1702464869, "7553365"], [1702464905, "7651450"], [1702464926, "7722330"], [1702464956, "7770455"], [1702464992, "7880184"], [1702465016, "7939708"], [1702465049, "7995206"], [1702465085, "8288108"], [1702465118, "8377713"], [1702465145, "8475178"], [1702465178, "8581183"], [1702465208, "8719631"], [1702465241, "8801537"], [1702465298, "9007245"], [1702465334, "9076318"], [1702465367, "9313253"], [1702465394, "9366025"], [1702465418, "9481852"], [1702465445, "9547925"], [1702465481, "9637285"], [1702465517, "9721280"], [1702465550, "9792043"], [1702465586, "9908351"], [1702465619, "10044044"], [1702465658, "10236896"], [1702465706, "10316846"], [1702465754, "10491629"], [1702465787, "10583063"], [1702465823, "10734481"], [1702465856, "10799156"], [1702465880, "10847689"], [1702465910, "10931139"], [1702465952, "11030222"], [1702465988, "11119899"], [1702466015, "11217000"], [1702466030, "11329499"], [1702466060, "11376484"], [1702466078, "11518896"], [1702466138, "11716097"], [1702466168, "11800628"], [1702466204, "11926109"], [1702466237, "12042056"], [1702466261, "12127762"], [1702466291, "12387327"], [1702466327, "12477579"], [1702466360, "12589845"], [1702466384, "12677875"], [1702466417, "12785118"], [1702466441, "12871031"], [1702466471, "12939188"], [1702466507, "13078968"], [1702466540, "13171466"], [1702466597, "13331076"], [1702466633, "13418395"], [1702466666, "13522852"], [1702466705, "13630421"], [1702466732, "13723483"], [1702466765, "13831694"], [1702466801, "13958348"], [1702466852, "14096973"], [1702466876, "14168642"], [1702466918, "14294413"], [1702466978, "14479840"], [1702467014, "14565003"], [1702467038, "14665258"], [1702467068, "14777023"], [1702467122, "14899066"], [1702467158, "15009174"], [1702467191, "15106897"], [1702467221, "15195903"], [1702467257, "15295338"], [1702467299, "15395381"], [1702467350, "15563499"], [1702467386, "15685527"], [1702467419, "15839073"], [1702467455, "16072554"], [1702467515, "16444846"], [1702467542, "16557734"], [1702467566, "16680489"], [1702467599, "16745812"], [1702467635, "16884378"], [1702467668, "17855319"], [1702467695, "17951478"], [1702467716, "18100040"], [1702467746, "18290572"], [1702467800, "18515416"], [1702467824, "18738660"], [1702467908, "19183243"], [1702467944, "19374882"], [1702467968, "19515326"], [1702468001, "19590243"], [1702468031, "19652813"], [1702468067, "19770149"], [1702468085, "19909430"], [1702468115, "20077431"], [1702468151, "20301178"], [1702468181, "20649274"], [1702468208, "20846204"], [1702468241, "21163583"], [1702468256, "21234086"], [1702468286, "21315618"], [1702468322, "21428075"], [1702468352, "21593802"], [1702468388, "21773005"], [1702468424, "21880439"], [1702468457, "22087329"], [1702468493, "22315929"], [1702468517, "22466369"], [1702468550, "22617565"], [1702468586, "22811846"], [1702468613, "23022148"], [1702468637, "23121727"], [1702468679, "23322453"], [1702468721, "23468725"], [1702468730, "23654958"], [1702468766, "23779536"], [1702468799, "23929982"], [1702468835, "24040943"], [1702468898, "24328121"], [1702468934, "24610585"], [1702468970, "24903238"], [1702468994, "25097508"], [1702469024, "25193839"], [1702469060, "25357214"], [1702469111, "25677657"], [1702469144, "25831261"], [1702469168, "25903842"], [1702469204, "26004643"], [1702469237, "26258929"], [1702469273, "26457955"], [1702469303, "26657197"], [1702469336, "26849091"], [1702469360, "27050507"], [1702469387, "27141576"], [1702469411, "27250745"], [1702469435, "27416770"], [1702469468, "27522113"], [1702469504, "27622204"], [1702469537, "27689871"], [1702469573, "27810435"], [1702469606, "28006111"], [1702469633, "28210003"], [1702469660, "28385514"], [1702469684, "28548977"], [1702469717, "28767795"], [1702469753, "28944604"], [1702469786, "29179824"], [1702469816, "29303764"], [1702469834, "29496613"], [1702469864, "29612936"], [1702469906, "29881478"], [1702469936, "29937090"], [1702469972, "30042786"], [1702470005, "30219040"], [1702470029, "30313744"], [1702470065, "30397566"], [1702470101, "30582503"], [1702470131, "30788094"], [1702470167, "30999846"], [1702470203, "31240630"], [1702470251, "31475227"], [1702470278, "31623475"], [1702470311, "31747535"], [1702470347, "31932385"], [1702470371, "32030437"], [1702470404, "32125379"], [1702470440, "32210289"], [1702470476, "32389775"], [1702470506, "32611141"], [1702470542, "32968461"], [1702470575, "33167585"], [1702470611, "33356581"], [1702470635, "33559545"], [1702470662, "33653557"], [1702470686, "33772676"], [1702470719, "33850413"], [1702470746, "33982540"], [1702470812, "34251563"], [1702470845, "34360926"], [1702470875, "34477972"], [1702470899, "34565713"], [1702470953, "34709666"], [1702470983, "34871535"], [1702471025, "34999885"], [1702471067, "35193249"], [1702471169, "35484360"], [1702471193, "35611849"], [1702471226, "35741648"], [1702471265, "35844381"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "48605"], [1702462721, "48605"], [1702462736, "68759"], [1702462751, "68759"], [1702462763, "68759"], [1702462793, "68759"], [1702462808, "68759"], [1702462829, "68759"], [1702462844, "68759"], [1702462865, "68759"], [1702462880, "68759"], [1702462904, "71154"], [1702462919, "71154"], [1702462952, "76292"], [1702462973, "76292"], [1702462988, "76292"], [1702463045, "78071"], [1702463081, "82297"], [1702463114, "83013"], [1702463150, "83013"], [1702463186, "88885"], [1702463216, "88885"], [1702463240, "88885"], [1702463273, "115430"], [1702463324, "117053"], [1702463354, "117053"], [1702463381, "117053"], [1702463417, "117053"], [1702463453, "117053"], [1702463477, "117053"], [1702463510, "117377"], [1702463537, "119240"], [1702463570, "119240"], [1702463591, "119240"], [1702463621, "123196"], [1702463657, "123196"], [1702463693, "123196"], [1702463729, "123196"], [1702463765, "123196"], [1702463798, "135806"], [1702463846, "138739"], [1702463873, "228789"], [1702463906, "228789"], [1702463948, "233733"], [1702463984, "233733"], [1702464014, "233733"], [1702464050, "233733"], [1702464086, "233733"], [1702464122, "233733"], [1702464155, "253160"], [1702464194, "253160"], [1702464230, "300270"], [1702464263, "300270"], [1702464299, "300270"], [1702464332, "300270"], [1702464356, "300936"], [1702464392, "326756"], [1702464425, "326756"], [1702464455, "340212"], [1702464479, "340212"], [1702464509, "341218"], [1702464533, "341218"], [1702464569, "341218"], [1702464605, "341218"], [1702464635, "341218"], [1702464671, "345006"], [1702464716, "345006"], [1702464743, "345006"], [1702464776, "345006"], [1702464812, "345006"], [1702464836, "345006"], [1702464869, "359000"], [1702464905, "360157"], [1702464926, "360157"], [1702464956, "360157"], [1702464992, "360157"], [1702465016, "361768"], [1702465049, "361768"], [1702465085, "361768"], [1702465118, "368791"], [1702465145, "368791"], [1702465178, "370145"], [1702465208, "370145"], [1702465241, "370145"], [1702465298, "370145"], [1702465334, "370145"], [1702465367, "370145"], [1702465394, "370553"], [1702465418, "370553"], [1702465445, "370553"], [1702465481, "370553"], [1702465517, "370553"], [1702465550, "370553"], [1702465586, "370553"], [1702465619, "370553"], [1702465658, "370553"], [1702465706, "370553"], [1702465754, "370553"], [1702465787, "370553"], [1702465823, "370553"], [1702465856, "370553"], [1702465880, "370553"], [1702465910, "391156"], [1702465952, "391156"], [1702465988, "391156"], [1702466015, "392059"], [1702466030, "404907"], [1702466060, "404907"], [1702466078, "404928"], [1702466138, "404928"], [1702466168, "405459"], [1702466204, "407516"], [1702466237, "407516"], [1702466261, "407842"], [1702466291, "407842"], [1702466327, "407842"], [1702466360, "407842"], [1702466384, "407842"], [1702466417, "414777"], [1702466441, "414777"], [1702466471, "414777"], [1702466507, "414777"], [1702466540, "415113"], [1702466597, "423065"], [1702466633, "423065"], [1702466666, "438339"], [1702466705, "438339"], [1702466732, "438339"], [1702466765, "438339"], [1702466801, "441233"], [1702466852, "441233"], [1702466876, "441233"], [1702466918, "441233"], [1702466978, "453980"], [1702467014, "453980"], [1702467038, "462143"], [1702467068, "462143"], [1702467122, "462143"], [1702467158, "462143"], [1702467191, "462143"], [1702467221, "462683"], [1702467257, "462683"], [1702467299, "474231"], [1702467350, "474231"], [1702467386, "474231"], [1702467419, "474231"], [1702467455, "474231"], [1702467515, "475958"], [1702467542, "475958"], [1702467566, "476127"], [1702467599, "476127"], [1702467635, "476127"], [1702467668, "476127"], [1702467695, "486001"], [1702467716, "486001"], [1702467746, "486001"], [1702467800, "486001"], [1702467824, "526585"], [1702467908, "529771"], [1702467944, "529771"], [1702467968, "529771"], [1702468001, "529771"], [1702468031, "529771"], [1702468067, "554205"], [1702468085, "554205"], [1702468115, "554205"], [1702468151, "556225"], [1702468181, "685253"], [1702468208, "685253"], [1702468241, "685253"], [1702468256, "685253"], [1702468286, "688189"], [1702468322, "688189"], [1702468352, "688896"], [1702468388, "688896"], [1702468424, "688896"], [1702468457, "688896"], [1702468493, "688896"], [1702468517, "688896"], [1702468550, "688896"], [1702468586, "690590"], [1702468613, "690590"], [1702468637, "690590"], [1702468679, "690590"], [1702468721, "690590"], [1702468730, "690590"], [1702468766, "690590"], [1702468799, "690590"], [1702468835, "690590"], [1702468898, "690590"], [1702468934, "700554"], [1702468970, "700554"], [1702468994, "700554"], [1702469024, "700554"], [1702469060, "700554"], [1702469111, "704785"], [1702469144, "704785"], [1702469168, "704785"], [1702469204, "704785"], [1702469237, "704785"], [1702469273, "704785"], [1702469303, "725570"], [1702469336, "725570"], [1702469360, "725570"], [1702469387, "725570"], [1702469411, "792689"], [1702469435, "792689"], [1702469468, "792689"], [1702469504, "792689"], [1702469537, "792689"], [1702469573, "792689"], [1702469606, "792689"], [1702469633, "792689"], [1702469660, "792689"], [1702469684, "792749"], [1702469717, "792749"], [1702469753, "792749"], [1702469786, "792749"], [1702469816, "792749"], [1702469834, "800664"], [1702469864, "800664"], [1702469906, "800664"], [1702469936, "811115"], [1702469972, "811115"], [1702470005, "811115"], [1702470029, "811115"], [1702470065, "811115"], [1702470101, "811115"], [1702470131, "811115"], [1702470167, "811115"], [1702470203, "811846"], [1702470251, "811846"], [1702470278, "851513"], [1702470311, "851513"], [1702470347, "851513"], [1702470371, "851513"], [1702470404, "851513"], [1702470440, "851513"], [1702470476, "864241"], [1702470506, "864241"], [1702470542, "864241"], [1702470575, "985266"], [1702470611, "986327"], [1702470635, "1011885"], [1702470662, "1011885"], [1702470686, "1011905"], [1702470719, "1012263"], [1702470746, "1012263"], [1702470812, "1012263"], [1702470845, "1012263"], [1702470875, "1012263"], [1702470899, "1012263"], [1702470953, "1015296"], [1702470983, "1015296"], [1702471025, "1015296"], [1702471067, "1015296"], [1702471169, "1016788"], [1702471193, "1016788"], [1702471226, "1016788"], [1702471265, "1016788"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "819451"], [1702462721, "1004701"], [1702462736, "1103160"], [1702462751, "1120246"], [1702462763, "1162513"], [1702462793, "1238440"], [1702462808, "1347951"], [1702462829, "1366047"], [1702462844, "1407060"], [1702462865, "1434056"], [1702462880, "1434056"], [1702462904, "1502351"], [1702462919, "1547077"], [1702462952, "1765186"], [1702462973, "1874852"], [1702462988, "2057513"], [1702463045, "2282047"], [1702463081, "2363318"], [1702463114, "2472182"], [1702463150, "2562656"], [1702463186, "2717419"], [1702463216, "2895220"], [1702463240, "2985879"], [1702463273, "3063445"], [1702463324, "3270001"], [1702463354, "3342963"], [1702463381, "3507414"], [1702463417, "3998504"], [1702463453, "4341503"], [1702463477, "4440581"], [1702463510, "4879056"], [1702463537, "5026936"], [1702463570, "5128336"], [1702463591, "5314524"], [1702463621, "5368943"], [1702463657, "5525138"], [1702463693, "5656926"], [1702463729, "5738998"], [1702463765, "5830203"], [1702463798, "5981989"], [1702463846, "6195648"], [1702463873, "6247038"], [1702463906, "6350701"], [1702463948, "7254887"], [1702463984, "7944309"], [1702464014, "8029246"], [1702464050, "8165275"], [1702464086, "8257228"], [1702464122, "8726111"], [1702464155, "8863031"], [1702464194, "9034207"], [1702464230, "9182755"], [1702464263, "9301167"], [1702464299, "9503056"], [1702464332, "9591652"], [1702464356, "9717870"], [1702464392, "10254264"], [1702464425, "10361063"], [1702464455, "10480412"], [1702464479, "10631358"], [1702464509, "10752809"], [1702464533, "10826854"], [1702464569, "10967692"], [1702464605, "11140486"], [1702464635, "11462950"], [1702464671, "11581570"], [1702464716, "11709556"], [1702464743, "11831885"], [1702464776, "11985197"], [1702464812, "12135400"], [1702464836, "12236116"], [1702464869, "12339132"], [1702464905, "12444789"], [1702464926, "12563158"], [1702464956, "12655693"], [1702464992, "12770697"], [1702465016, "12910309"], [1702465049, "12994663"], [1702465085, "13663593"], [1702465118, "13886440"], [1702465145, "14076187"], [1702465178, "14157537"], [1702465208, "14253946"], [1702465241, "14360974"], [1702465298, "14562258"], [1702465334, "14678401"], [1702465367, "14867509"], [1702465394, "14956093"], [1702465418, "15032005"], [1702465445, "15202002"], [1702465481, "15301036"], [1702465517, "15494716"], [1702465550, "15624448"], [1702465586, "15758002"], [1702465619, "15856235"], [1702465658, "16018271"], [1702465706, "16197542"], [1702465754, "16423168"], [1702465787, "16466073"], [1702465823, "16634458"], [1702465856, "16715231"], [1702465880, "16873618"], [1702465910, "17016151"], [1702465952, "17208605"], [1702465988, "17305597"], [1702466015, "17484784"], [1702466030, "17570081"], [1702466060, "17624128"], [1702466078, "17652244"], [1702466138, "18843171"], [1702466168, "18921941"], [1702466204, "19074138"], [1702466237, "19167931"], [1702466261, "19255052"], [1702466291, "19347479"], [1702466327, "19397756"], [1702466360, "19512990"], [1702466384, "19556063"], [1702466417, "19716887"], [1702466441, "19805247"], [1702466471, "19917587"], [1702466507, "20064540"], [1702466540, "20235909"], [1702466597, "20365793"], [1702466633, "20547973"], [1702466666, "20869905"], [1702466705, "21012752"], [1702466732, "21143146"], [1702466765, "21314240"], [1702466801, "21423253"], [1702466852, "21665111"], [1702466876, "22013110"], [1702466918, "22868160"], [1702466978, "23142689"], [1702467014, "23274620"], [1702467038, "23377872"], [1702467068, "23424856"], [1702467122, "23617632"], [1702467158, "23695771"], [1702467191, "23837445"], [1702467221, "23928444"], [1702467257, "24101587"], [1702467299, "24328258"], [1702467350, "24473467"], [1702467386, "24615536"], [1702467419, "24779668"], [1702467455, "25095795"], [1702467515, "26294319"], [1702467542, "26576116"], [1702467566, "27076104"], [1702467599, "27380394"], [1702467635, "27518670"], [1702467668, "27721180"], [1702467695, "27917421"], [1702467716, "29362960"], [1702467746, "29498779"], [1702467800, "30215198"], [1702467824, "30590922"], [1702467908, "31192909"], [1702467944, "31589792"], [1702467968, "31863486"], [1702468001, "31992158"], [1702468031, "32091711"], [1702468067, "32153067"], [1702468085, "32260295"], [1702468115, "32346927"], [1702468151, "32439625"], [1702468181, "32655387"], [1702468208, "32834914"], [1702468241, "33003475"], [1702468256, "33673846"], [1702468286, "34057701"], [1702468322, "34324389"], [1702468352, "34525986"], [1702468388, "34629699"], [1702468424, "34702999"], [1702468457, "34871063"], [1702468493, "35078793"], [1702468517, "35328197"], [1702468550, "35461716"], [1702468586, "35780692"], [1702468613, "36190819"], [1702468637, "36371621"], [1702468679, "36612755"], [1702468721, "36978102"], [1702468730, "37013501"], [1702468766, "37120971"], [1702468799, "37216288"], [1702468835, "37327272"], [1702468898, "37523902"], [1702468934, "37958012"], [1702468970, "38236737"], [1702468994, "38465823"], [1702469024, "38636604"], [1702469060, "39136560"], [1702469111, "39437566"], [1702469144, "39793962"], [1702469168, "40019316"], [1702469204, "40341352"], [1702469237, "40394457"], [1702469273, "40751912"], [1702469303, "41190925"], [1702469336, "41593910"], [1702469360, "42040029"], [1702469387, "42455202"], [1702469411, "42590336"], [1702469435, "42929288"], [1702469468, "43139280"], [1702469504, "43369350"], [1702469537, "43465098"], [1702469573, "43669742"], [1702469606, "43762449"], [1702469633, "43838085"], [1702469660, "43982682"], [1702469684, "44204864"], [1702469717, "44453911"], [1702469753, "46168949"], [1702469786, "46465894"], [1702469816, "46664430"], [1702469834, "46957873"], [1702469864, "47114907"], [1702469906, "47643173"], [1702469936, "47722203"], [1702469972, "47958048"], [1702470005, "48057396"], [1702470029, "48148445"], [1702470065, "48234723"], [1702470101, "48518690"], [1702470131, "48744449"], [1702470167, "48930725"], [1702470203, "49135316"], [1702470251, "49639713"], [1702470278, "50111574"], [1702470311, "50277097"], [1702470347, "50340110"], [1702470371, "50451715"], [1702470404, "50549961"], [1702470440, "50720333"], [1702470476, "50776496"], [1702470506, "50908717"], [1702470542, "51155532"], [1702470575, "51361798"], [1702470611, "51769688"], [1702470635, "52169205"], [1702470662, "52433428"], [1702470686, "52700206"], [1702470719, "52933409"], [1702470746, "53114854"], [1702470812, "53740024"], [1702470845, "53879129"], [1702470875, "53996316"], [1702470899, "54067984"], [1702470953, "54292213"], [1702470983, "54401207"], [1702471025, "54522470"], [1702471067, "56899951"], [1702471169, "57112805"], [1702471193, "57253218"], [1702471226, "57335415"], [1702471265, "57458155"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "3550752"], [1702462721, "3859146"], [1702462736, "4053853"], [1702462751, "4168517"], [1702462763, "4305317"], [1702462793, "4437541"], [1702462808, "4744251"], [1702462829, "4964082"], [1702462844, "5434802"], [1702462865, "5674788"], [1702462880, "5791306"], [1702462904, "6071980"], [1702462919, "6159626"], [1702462952, "6635613"], [1702462973, "7419124"], [1702462988, "7619815"], [1702463045, "8223765"], [1702463081, "8570985"], [1702463114, "8797330"], [1702463150, "9039851"], [1702463186, "9281652"], [1702463216, "10571493"], [1702463240, "10775231"], [1702463273, "11078883"], [1702463324, "11855670"], [1702463354, "12884444"], [1702463381, "13302705"], [1702463417, "13851603"], [1702463453, "14347494"], [1702463477, "14564455"], [1702463510, "14812852"], [1702463537, "15108379"], [1702463570, "15394287"], [1702463591, "15661128"], [1702463621, "15922242"], [1702463657, "16604425"], [1702463693, "17018024"], [1702463729, "17516532"], [1702463765, "18056638"], [1702463798, "18500953"], [1702463846, "18952973"], [1702463873, "19262096"], [1702463906, "19652212"], [1702463948, "20022333"], [1702463984, "20193738"], [1702464014, "20511094"], [1702464050, "20959804"], [1702464086, "21949405"], [1702464122, "22548492"], [1702464155, "22970219"], [1702464194, "23505774"], [1702464230, "23771585"], [1702464263, "24295689"], [1702464299, "24656614"], [1702464332, "24992968"], [1702464356, "25273241"], [1702464392, "25473955"], [1702464425, "25821948"], [1702464455, "27150408"], [1702464479, "27465850"], [1702464509, "27862174"], [1702464533, "28082787"], [1702464569, "28478581"], [1702464605, "28780470"], [1702464635, "29240727"], [1702464671, "29659600"], [1702464716, "29951556"], [1702464743, "30264178"], [1702464776, "30568615"], [1702464812, "30796136"], [1702464836, "31163414"], [1702464869, "31479444"], [1702464905, "31772448"], [1702464926, "32039403"], [1702464956, "32269314"], [1702464992, "32578635"], [1702465016, "32922466"], [1702465049, "33145679"], [1702465085, "33565729"], [1702465118, "33837950"], [1702465145, "34244399"], [1702465178, "34590141"], [1702465208, "34918365"], [1702465241, "35307055"], [1702465298, "35711937"], [1702465334, "35946203"], [1702465367, "36385195"], [1702465394, "36624528"], [1702465418, "37639812"], [1702465445, "37893465"], [1702465481, "38210983"], [1702465517, "38747938"], [1702465550, "39159187"], [1702465586, "39889187"], [1702465619, "40309289"], [1702465658, "40913291"], [1702465706, "41125254"], [1702465754, "41701288"], [1702465787, "42111883"], [1702465823, "42479912"], [1702465856, "42915074"], [1702465880, "43167987"], [1702465910, "43575074"], [1702465952, "44909965"], [1702465988, "45332658"], [1702466015, "45778516"], [1702466030, "46094375"], [1702466060, "46302475"], [1702466078, "46533619"], [1702466138, "47177513"], [1702466168, "48129318"], [1702466204, "48495766"], [1702466237, "48966176"], [1702466261, "49332509"], [1702466291, "49598644"], [1702466327, "49988225"], [1702466360, "50509932"], [1702466384, "50833947"], [1702466417, "51162377"], [1702466441, "51452181"], [1702466471, "51628756"], [1702466507, "52100410"], [1702466540, "52586696"], [1702466597, "53233433"], [1702466633, "53556357"], [1702466666, "53891771"], [1702466705, "54454108"], [1702466732, "54975332"], [1702466765, "55434827"], [1702466801, "55800142"], [1702466852, "56463210"], [1702466876, "56726812"], [1702466918, "57098448"], [1702466978, "57911314"], [1702467014, "59228891"], [1702467038, "59651976"], [1702467068, "59995632"], [1702467122, "60691078"], [1702467158, "60985717"], [1702467191, "61301423"], [1702467221, "61651778"], [1702467257, "62135682"], [1702467299, "62516049"], [1702467350, "63380542"], [1702467386, "64383984"], [1702467419, "65010944"], [1702467455, "66056437"], [1702467515, "68014860"], [1702467542, "68444597"], [1702467566, "68921491"], [1702467599, "69366829"], [1702467635, "70095046"], [1702467668, "70501100"], [1702467695, "70980003"], [1702467716, "71641756"], [1702467746, "72108528"], [1702467800, "73323062"], [1702467824, "74656452"], [1702467908, "76877009"], [1702467944, "77504658"], [1702467968, "78112493"], [1702468001, "78649324"], [1702468031, "79007446"], [1702468067, "79273036"], [1702468085, "79590331"], [1702468115, "80179313"], [1702468151, "80748772"], [1702468181, "81935803"], [1702468208, "82641938"], [1702468241, "83792577"], [1702468256, "84458442"], [1702468286, "84962647"], [1702468322, "85579417"], [1702468352, "86247739"], [1702468388, "86914667"], [1702468424, "87286591"], [1702468457, "87728190"], [1702468493, "88068884"], [1702468517, "88952763"], [1702468550, "89621441"], [1702468586, "90838425"], [1702468613, "91783940"], [1702468637, "92209359"], [1702468679, "92870666"], [1702468721, "93264759"], [1702468730, "93725000"], [1702468766, "94038070"], [1702468799, "94559255"], [1702468835, "94996183"], [1702468898, "95865121"], [1702468934, "97214902"], [1702468970, "98375699"], [1702468994, "99309542"], [1702469024, "99827695"], [1702469060, "100516936"], [1702469111, "101566272"], [1702469144, "102176221"], [1702469168, "102589939"], [1702469204, "103207458"], [1702469237, "103827503"], [1702469273, "104434380"], [1702469303, "105363307"], [1702469336, "106270265"], [1702469360, "107118213"], [1702469387, "107681375"], [1702469411, "108086919"], [1702469435, "108565882"], [1702469468, "109161559"], [1702469504, "109458440"], [1702469537, "109942425"], [1702469573, "110579849"], [1702469606, "111037688"], [1702469633, "111230099"], [1702469660, "111987877"], [1702469684, "112668000"], [1702469717, "113539163"], [1702469753, "114406808"], [1702469786, "115220248"], [1702469816, "115574654"], [1702469834, "116277917"], [1702469864, "116661038"], [1702469906, "117638438"], [1702469936, "117900480"], [1702469972, "118371431"], [1702470005, "118939497"], [1702470029, "119427988"], [1702470065, "119703424"], [1702470101, "120471822"], [1702470131, "121293362"], [1702470167, "122290402"], [1702470203, "123131798"], [1702470251, "124221814"], [1702470278, "124864917"], [1702470311, "125446249"], [1702470347, "125923506"], [1702470371, "126533428"], [1702470404, "126784625"], [1702470440, "127242970"], [1702470476, "127535584"], [1702470506, "127784919"], [1702470542, "128804642"], [1702470575, "129541093"], [1702470611, "130458862"], [1702470635, "131398928"], [1702470662, "131940510"], [1702470686, "132217200"], [1702470719, "132491375"], [1702470746, "133027075"], [1702470812, "133818244"], [1702470845, "134226761"], [1702470875, "134657400"], [1702470899, "134925320"], [1702470953, "135379788"], [1702470983, "135697615"], [1702471025, "136088118"], [1702471067, "136684096"], [1702471169, "137614945"], [1702471193, "137916749"], [1702471226, "138363442"], [1702471265, "138719981"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "20919"], [1702462721, "20919"], [1702462736, "33107"], [1702462751, "33107"], [1702462763, "33107"], [1702462793, "33107"], [1702462808, "33107"], [1702462829, "33107"], [1702462844, "33107"], [1702462865, "33107"], [1702462880, "33107"], [1702462904, "46936"], [1702462919, "46936"], [1702462952, "46936"], [1702462973, "48225"], [1702462988, "48225"], [1702463045, "108850"], [1702463081, "112998"], [1702463114, "112998"], [1702463150, "112998"], [1702463186, "113536"], [1702463216, "113536"], [1702463240, "113536"], [1702463273, "113536"], [1702463324, "113536"], [1702463354, "113536"], [1702463381, "113536"], [1702463417, "113536"], [1702463453, "113962"], [1702463477, "113962"], [1702463510, "134689"], [1702463537, "135783"], [1702463570, "135783"], [1702463591, "135783"], [1702463621, "135783"], [1702463657, "135783"], [1702463693, "135783"], [1702463729, "135783"], [1702463765, "135783"], [1702463798, "135783"], [1702463846, "135783"], [1702463873, "135783"], [1702463906, "135783"], [1702463948, "135783"], [1702463984, "135783"], [1702464014, "135783"], [1702464050, "135783"], [1702464086, "135949"], [1702464122, "135949"], [1702464155, "135949"], [1702464194, "138567"], [1702464230, "138567"], [1702464263, "143546"], [1702464299, "143546"], [1702464332, "143546"], [1702464356, "143546"], [1702464392, "158283"], [1702464425, "158283"], [1702464455, "160144"], [1702464479, "160144"], [1702464509, "160144"], [1702464533, "160144"], [1702464569, "160144"], [1702464605, "160144"], [1702464635, "160144"], [1702464671, "160307"], [1702464716, "160307"], [1702464743, "160307"], [1702464776, "160307"], [1702464812, "177664"], [1702464836, "177664"], [1702464869, "183371"], [1702464905, "183896"], [1702464926, "183896"], [1702464956, "183896"], [1702464992, "183896"], [1702465016, "198552"], [1702465049, "199859"], [1702465085, "199859"], [1702465118, "199859"], [1702465145, "199859"], [1702465178, "199859"], [1702465208, "200130"], [1702465241, "200130"], [1702465298, "200130"], [1702465334, "200130"], [1702465367, "200130"], [1702465394, "200130"], [1702465418, "200130"], [1702465445, "200130"], [1702465481, "206148"], [1702465517, "206148"], [1702465550, "210232"], [1702465586, "211995"], [1702465619, "211995"], [1702465658, "211995"], [1702465706, "211995"], [1702465754, "211995"], [1702465787, "211995"], [1702465823, "211995"], [1702465856, "211995"], [1702465880, "211995"], [1702465910, "220655"], [1702465952, "220655"], [1702465988, "220655"], [1702466015, "220791"], [1702466030, "223980"], [1702466060, "223980"], [1702466078, "224130"], [1702466138, "224130"], [1702466168, "224130"], [1702466204, "224130"], [1702466237, "224130"], [1702466261, "224130"], [1702466291, "224130"], [1702466327, "224130"], [1702466360, "224130"], [1702466384, "231898"], [1702466417, "231898"], [1702466441, "231898"], [1702466471, "231898"], [1702466507, "231898"], [1702466540, "234181"], [1702466597, "234973"], [1702466633, "234973"], [1702466666, "234973"], [1702466705, "234973"], [1702466732, "234973"], [1702466765, "234973"], [1702466801, "236296"], [1702466852, "236296"], [1702466876, "236296"], [1702466918, "236296"], [1702466978, "236296"], [1702467014, "236296"], [1702467038, "236296"], [1702467068, "236296"], [1702467122, "236296"], [1702467158, "236296"], [1702467191, "236296"], [1702467221, "236296"], [1702467257, "236296"], [1702467299, "236499"], [1702467350, "236499"], [1702467386, "242083"], [1702467419, "242083"], [1702467455, "242083"], [1702467515, "243711"], [1702467542, "243711"], [1702467566, "243711"], [1702467599, "243859"], [1702467635, "243859"], [1702467668, "243859"], [1702467695, "243866"], [1702467716, "243866"], [1702467746, "243866"], [1702467800, "243866"], [1702467824, "252575"], [1702467908, "252575"], [1702467944, "252575"], [1702467968, "252575"], [1702468001, "252575"], [1702468031, "252575"], [1702468067, "252575"], [1702468085, "255525"], [1702468115, "255525"], [1702468151, "255857"], [1702468181, "255857"], [1702468208, "255857"], [1702468241, "255857"], [1702468256, "258587"], [1702468286, "264006"], [1702468322, "264006"], [1702468352, "264006"], [1702468388, "264006"], [1702468424, "264006"], [1702468457, "264006"], [1702468493, "264480"], [1702468517, "264480"], [1702468550, "264480"], [1702468586, "265759"], [1702468613, "265759"], [1702468637, "265759"], [1702468679, "281486"], [1702468721, "281486"], [1702468730, "281486"], [1702468766, "282599"], [1702468799, "282599"], [1702468835, "282599"], [1702468898, "283347"], [1702468934, "283347"], [1702468970, "283347"], [1702468994, "286353"], [1702469024, "286353"], [1702469060, "286353"], [1702469111, "310147"], [1702469144, "310147"], [1702469168, "310147"], [1702469204, "310147"], [1702469237, "310147"], [1702469273, "310147"], [1702469303, "310147"], [1702469336, "310147"], [1702469360, "310147"], [1702469387, "323311"], [1702469411, "325030"], [1702469435, "325030"], [1702469468, "325030"], [1702469504, "325030"], [1702469537, "325030"], [1702469573, "325030"], [1702469606, "325030"], [1702469633, "325030"], [1702469660, "325030"], [1702469684, "325030"], [1702469717, "325030"], [1702469753, "325030"], [1702469786, "325030"], [1702469816, "325030"], [1702469834, "325030"], [1702469864, "325030"], [1702469906, "325030"], [1702469936, "325501"], [1702469972, "325501"], [1702470005, "325501"], [1702470029, "325501"], [1702470065, "325501"], [1702470101, "325501"], [1702470131, "325501"], [1702470167, "325501"], [1702470203, "325501"], [1702470251, "338322"], [1702470278, "338322"], [1702470311, "338322"], [1702470347, "338322"], [1702470371, "338322"], [1702470404, "338322"], [1702470440, "338322"], [1702470476, "339300"], [1702470506, "339300"], [1702470542, "339300"], [1702470575, "339300"], [1702470611, "346264"], [1702470635, "346425"], [1702470662, "346425"], [1702470686, "352023"], [1702470719, "352023"], [1702470746, "352023"], [1702470812, "352023"], [1702470845, "352023"], [1702470875, "352023"], [1702470899, "352023"], [1702470953, "352023"], [1702470983, "352023"], [1702471025, "352023"], [1702471067, "352023"], [1702471169, "373232"], [1702471193, "373232"], [1702471226, "373232"], [1702471265, "373232"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "7912"], [1702462721, "8539"], [1702462736, "8680"], [1702462751, "22237"], [1702462763, "22237"], [1702462793, "22237"], [1702462808, "22893"], [1702462829, "22893"], [1702462844, "23840"], [1702462865, "24152"], [1702462880, "24152"], [1702462904, "24152"], [1702462919, "24152"], [1702462952, "68273"], [1702462973, "72840"], [1702462988, "72840"], [1702463045, "80382"], [1702463081, "87577"], [1702463114, "88542"], [1702463150, "88542"], [1702463186, "89223"], [1702463216, "96001"], [1702463240, "96001"], [1702463273, "96001"], [1702463324, "101494"], [1702463354, "113256"], [1702463381, "113256"], [1702463417, "113256"], [1702463453, "141554"], [1702463477, "141857"], [1702463510, "141857"], [1702463537, "143813"], [1702463570, "144647"], [1702463591, "148070"], [1702463621, "148070"], [1702463657, "180097"], [1702463693, "184290"], [1702463729, "184648"], [1702463765, "184648"], [1702463798, "193400"], [1702463846, "195600"], [1702463873, "195600"], [1702463906, "196165"], [1702463948, "232202"], [1702463984, "232202"], [1702464014, "232202"], [1702464050, "242145"], [1702464086, "249177"], [1702464122, "249177"], [1702464155, "251729"], [1702464194, "263559"], [1702464230, "263559"], [1702464263, "263762"], [1702464299, "263891"], [1702464332, "266959"], [1702464356, "266959"], [1702464392, "267621"], [1702464425, "272567"], [1702464455, "313932"], [1702464479, "313932"], [1702464509, "313932"], [1702464533, "317729"], [1702464569, "336512"], [1702464605, "336512"], [1702464635, "336512"], [1702464671, "342335"], [1702464716, "350201"], [1702464743, "350201"], [1702464776, "351894"], [1702464812, "353572"], [1702464836, "353572"], [1702464869, "353572"], [1702464905, "355328"], [1702464926, "363758"], [1702464956, "363758"], [1702464992, "363758"], [1702465016, "367934"], [1702465049, "369393"], [1702465085, "369393"], [1702465118, "371091"], [1702465145, "385756"], [1702465178, "386726"], [1702465208, "386726"], [1702465241, "387054"], [1702465298, "392410"], [1702465334, "392410"], [1702465367, "392410"], [1702465394, "396445"], [1702465418, "405796"], [1702465445, "405796"], [1702465481, "407928"], [1702465517, "413637"], [1702465550, "413637"], [1702465586, "413637"], [1702465619, "422237"], [1702465658, "430591"], [1702465706, "430591"], [1702465754, "442840"], [1702465787, "442840"], [1702465823, "442947"], [1702465856, "454704"], [1702465880, "454704"], [1702465910, "454704"], [1702465952, "459577"], [1702465988, "498586"], [1702466015, "498586"], [1702466030, "498586"], [1702466060, "498848"], [1702466078, "500032"], [1702466138, "501269"], [1702466168, "501473"], [1702466204, "501853"], [1702466237, "502395"], [1702466261, "502395"], [1702466291, "502395"], [1702466327, "506423"], [1702466360, "509038"], [1702466384, "509038"], [1702466417, "509038"], [1702466441, "513626"], [1702466471, "517157"], [1702466507, "517157"], [1702466540, "517157"], [1702466597, "518942"], [1702466633, "518942"], [1702466666, "519217"], [1702466705, "522599"], [1702466732, "522599"], [1702466765, "522599"], [1702466801, "527298"], [1702466852, "534718"], [1702466876, "534718"], [1702466918, "536272"], [1702466978, "542455"], [1702467014, "542455"], [1702467038, "546167"], [1702467068, "555478"], [1702467122, "555478"], [1702467158, "561335"], [1702467191, "575848"], [1702467221, "575848"], [1702467257, "580010"], [1702467299, "622642"], [1702467350, "622750"], [1702467386, "622750"], [1702467419, "632699"], [1702467455, "632699"], [1702467515, "646313"], [1702467542, "664222"], [1702467566, "664222"], [1702467599, "664222"], [1702467635, "671333"], [1702467668, "682426"], [1702467695, "682426"], [1702467716, "682426"], [1702467746, "687583"], [1702467800, "690592"], [1702467824, "690592"], [1702467908, "700612"], [1702467944, "700612"], [1702467968, "700612"], [1702468001, "702994"], [1702468031, "712797"], [1702468067, "712797"], [1702468085, "712844"], [1702468115, "720025"], [1702468151, "739812"], [1702468181, "739812"], [1702468208, "739812"], [1702468241, "749034"], [1702468256, "762928"], [1702468286, "762928"], [1702468322, "762928"], [1702468352, "762928"], [1702468388, "769116"], [1702468424, "774674"], [1702468457, "774674"], [1702468493, "782541"], [1702468517, "836843"], [1702468550, "836843"], [1702468586, "836958"], [1702468613, "842448"], [1702468637, "845016"], [1702468679, "845016"], [1702468721, "845016"], [1702468730, "846406"], [1702468766, "846406"], [1702468799, "846406"], [1702468835, "846500"], [1702468898, "886427"], [1702468934, "886427"], [1702468970, "905532"], [1702468994, "932748"], [1702469024, "932748"], [1702469060, "932748"], [1702469111, "935863"], [1702469144, "935863"], [1702469168, "935863"], [1702469204, "941736"], [1702469237, "955043"], [1702469273, "955043"], [1702469303, "960437"], [1702469336, "965739"], [1702469360, "965847"], [1702469387, "965847"], [1702469411, "965847"], [1702469435, "970818"], [1702469468, "983726"], [1702469504, "983726"], [1702469537, "983726"], [1702469573, "986661"], [1702469606, "986661"], [1702469633, "986661"], [1702469660, "986661"], [1702469684, "1002959"], [1702469717, "1006460"], [1702469753, "1006460"], [1702469786, "1006460"], [1702469816, "1015079"], [1702469834, "1020900"], [1702469864, "1020900"], [1702469906, "1027665"], [1702469936, "1027665"], [1702469972, "1027665"], [1702470005, "1027665"], [1702470029, "1031155"], [1702470065, "1036153"], [1702470101, "1036532"], [1702470131, "1036532"], [1702470167, "1041172"], [1702470203, "1048419"], [1702470251, "1048419"], [1702470278, "1056584"], [1702470311, "1059743"], [1702470347, "1059743"], [1702470371, "1059743"], [1702470404, "1069896"], [1702470440, "1074557"], [1702470476, "1074557"], [1702470506, "1074892"], [1702470542, "1091887"], [1702470575, "1091887"], [1702470611, "1091887"], [1702470635, "1091887"], [1702470662, "1097020"], [1702470686, "1110127"], [1702470719, "1110127"], [1702470746, "1114765"], [1702470812, "1123869"], [1702470845, "1123869"], [1702470875, "1123869"], [1702470899, "1123913"], [1702470953, "1130135"], [1702470983, "1130135"], [1702471025, "1131158"], [1702471067, "1131193"], [1702471169, "1155636"], [1702471193, "1155636"], [1702471226, "1155636"], [1702471265, "1157733"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "94482"], [1702462721, "94482"], [1702462736, "109677"], [1702462751, "109923"], [1702462763, "124692"], [1702462793, "125301"], [1702462808, "128402"], [1702462829, "135549"], [1702462844, "136000"], [1702462865, "136008"], [1702462880, "148738"], [1702462904, "153278"], [1702462919, "153278"], [1702462952, "156375"], [1702462973, "156375"], [1702462988, "165082"], [1702463045, "179637"], [1702463081, "185539"], [1702463114, "190032"], [1702463150, "202976"], [1702463186, "203712"], [1702463216, "203712"], [1702463240, "215019"], [1702463273, "215494"], [1702463324, "215850"], [1702463354, "242634"], [1702463381, "244675"], [1702463417, "245120"], [1702463453, "245361"], [1702463477, "249105"], [1702463510, "249105"], [1702463537, "249105"], [1702463570, "250458"], [1702463591, "250458"], [1702463621, "255590"], [1702463657, "256380"], [1702463693, "256380"], [1702463729, "275230"], [1702463765, "275230"], [1702463798, "296958"], [1702463846, "302755"], [1702463873, "304996"], [1702463906, "305994"], [1702463948, "315568"], [1702463984, "316456"], [1702464014, "316456"], [1702464050, "334531"], [1702464086, "334531"], [1702464122, "349358"], [1702464155, "355174"], [1702464194, "362747"], [1702464230, "362747"], [1702464263, "364085"], [1702464299, "365465"], [1702464332, "369475"], [1702464356, "369475"], [1702464392, "372189"], [1702464425, "376016"], [1702464455, "400839"], [1702464479, "410607"], [1702464509, "424009"], [1702464533, "430935"], [1702464569, "446015"], [1702464605, "448379"], [1702464635, "452615"], [1702464671, "453075"], [1702464716, "455295"], [1702464743, "458222"], [1702464776, "458222"], [1702464812, "458222"], [1702464836, "459430"], [1702464869, "461398"], [1702464905, "461398"], [1702464926, "461398"], [1702464956, "472514"], [1702464992, "483314"], [1702465016, "483314"], [1702465049, "484869"], [1702465085, "484869"], [1702465118, "487621"], [1702465145, "487621"], [1702465178, "492912"], [1702465208, "492912"], [1702465241, "499133"], [1702465298, "512808"], [1702465334, "525546"], [1702465367, "525546"], [1702465394, "526587"], [1702465418, "526587"], [1702465445, "531581"], [1702465481, "540101"], [1702465517, "540101"], [1702465550, "547693"], [1702465586, "548772"], [1702465619, "548772"], [1702465658, "570735"], [1702465706, "576117"], [1702465754, "577708"], [1702465787, "577708"], [1702465823, "579515"], [1702465856, "579515"], [1702465880, "581055"], [1702465910, "582450"], [1702465952, "585593"], [1702465988, "585593"], [1702466015, "590966"], [1702466030, "591780"], [1702466060, "597938"], [1702466078, "606988"], [1702466138, "620794"], [1702466168, "625774"], [1702466204, "626079"], [1702466237, "626079"], [1702466261, "633404"], [1702466291, "634243"], [1702466327, "634243"], [1702466360, "648399"], [1702466384, "648399"], [1702466417, "649021"], [1702466441, "657239"], [1702466471, "658998"], [1702466507, "658998"], [1702466540, "659188"], [1702466597, "659188"], [1702466633, "666906"], [1702466666, "666906"], [1702466705, "690978"], [1702466732, "692042"], [1702466765, "693089"], [1702466801, "714586"], [1702466852, "714896"], [1702466876, "714896"], [1702466918, "717261"], [1702466978, "717699"], [1702467014, "730532"], [1702467038, "747853"], [1702467068, "747853"], [1702467122, "754553"], [1702467158, "757831"], [1702467191, "757831"], [1702467221, "761314"], [1702467257, "761390"], [1702467299, "761390"], [1702467350, "764420"], [1702467386, "764420"], [1702467419, "776457"], [1702467455, "785403"], [1702467515, "788060"], [1702467542, "788849"], [1702467566, "808471"], [1702467599, "809552"], [1702467635, "810246"], [1702467668, "821830"], [1702467695, "826991"], [1702467716, "840880"], [1702467746, "846758"], [1702467800, "848634"], [1702467824, "864852"], [1702467908, "865041"], [1702467944, "876620"], [1702467968, "876962"], [1702468001, "880580"], [1702468031, "880580"], [1702468067, "900137"], [1702468085, "900275"], [1702468115, "900275"], [1702468151, "929022"], [1702468181, "929022"], [1702468208, "940200"], [1702468241, "960371"], [1702468256, "960371"], [1702468286, "982652"], [1702468322, "1006918"], [1702468352, "1035876"], [1702468388, "1040241"], [1702468424, "1042283"], [1702468457, "1042283"], [1702468493, "1055264"], [1702468517, "1055264"], [1702468550, "1055264"], [1702468586, "1066987"], [1702468613, "1066987"], [1702468637, "1079887"], [1702468679, "1086394"], [1702468721, "1086394"], [1702468730, "1086394"], [1702468766, "1089441"], [1702468799, "1089441"], [1702468835, "1098299"], [1702468898, "1140050"], [1702468934, "1140050"], [1702468970, "1156725"], [1702468994, "1158254"], [1702469024, "1161779"], [1702469060, "1168344"], [1702469111, "1185820"], [1702469144, "1192479"], [1702469168, "1194338"], [1702469204, "1220951"], [1702469237, "1231137"], [1702469273, "1241343"], [1702469303, "1242424"], [1702469336, "1246727"], [1702469360, "1255924"], [1702469387, "1255924"], [1702469411, "1255924"], [1702469435, "1265277"], [1702469468, "1265539"], [1702469504, "1266110"], [1702469537, "1266110"], [1702469573, "1270830"], [1702469606, "1270830"], [1702469633, "1270830"], [1702469660, "1270830"], [1702469684, "1270830"], [1702469717, "1271081"], [1702469753, "1271081"], [1702469786, "1271081"], [1702469816, "1272990"], [1702469834, "1290300"], [1702469864, "1290300"], [1702469906, "1290300"], [1702469936, "1290300"], [1702469972, "1298492"], [1702470005, "1298492"], [1702470029, "1298492"], [1702470065, "1312450"], [1702470101, "1312450"], [1702470131, "1312450"], [1702470167, "1312450"], [1702470203, "1317687"], [1702470251, "1317687"], [1702470278, "1320415"], [1702470311, "1320415"], [1702470347, "1336190"], [1702470371, "1336190"], [1702470404, "1350033"], [1702470440, "1351579"], [1702470476, "1351579"], [1702470506, "1351579"], [1702470542, "1352823"], [1702470575, "1359496"], [1702470611, "1367531"], [1702470635, "1392677"], [1702470662, "1406328"], [1702470686, "1406328"], [1702470719, "1415781"], [1702470746, "1416303"], [1702470812, "1419582"], [1702470845, "1420656"], [1702470875, "1420656"], [1702470899, "1420656"], [1702470953, "1429926"], [1702470983, "1429926"], [1702471025, "1430778"], [1702471067, "1441707"], [1702471169, "1449695"], [1702471193, "1449695"], [1702471226, "1456977"], [1702471265, "1465983"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "137723"], [1702462721, "149623"], [1702462736, "149623"], [1702462751, "149623"], [1702462763, "154121"], [1702462793, "173490"], [1702462808, "175398"], [1702462829, "191207"], [1702462844, "191587"], [1702462865, "191587"], [1702462880, "191587"], [1702462904, "197991"], [1702462919, "197991"], [1702462952, "238332"], [1702462973, "240712"], [1702462988, "241178"], [1702463045, "241178"], [1702463081, "267936"], [1702463114, "268207"], [1702463150, "314636"], [1702463186, "346704"], [1702463216, "350935"], [1702463240, "356362"], [1702463273, "368771"], [1702463324, "401011"], [1702463354, "415027"], [1702463381, "417587"], [1702463417, "419105"], [1702463453, "503299"], [1702463477, "503623"], [1702463510, "503623"], [1702463537, "512775"], [1702463570, "520985"], [1702463591, "526631"], [1702463621, "527578"], [1702463657, "528026"], [1702463693, "552975"], [1702463729, "581204"], [1702463765, "848883"], [1702463798, "850120"], [1702463846, "850120"], [1702463873, "969761"], [1702463906, "971817"], [1702463948, "973461"], [1702463984, "975916"], [1702464014, "985113"], [1702464050, "996742"], [1702464086, "998048"], [1702464122, "1006228"], [1702464155, "1017238"], [1702464194, "1047067"], [1702464230, "1047176"], [1702464263, "1047664"], [1702464299, "1068555"], [1702464332, "1084642"], [1702464356, "1092763"], [1702464392, "1104274"], [1702464425, "1123942"], [1702464455, "1138706"], [1702464479, "1150871"], [1702464509, "1160239"], [1702464533, "1209730"], [1702464569, "1334012"], [1702464605, "1337222"], [1702464635, "1354740"], [1702464671, "1388340"], [1702464716, "1495892"], [1702464743, "1509041"], [1702464776, "1512724"], [1702464812, "1517947"], [1702464836, "1531506"], [1702464869, "1538506"], [1702464905, "1544107"], [1702464926, "1547744"], [1702464956, "1639139"], [1702464992, "1645709"], [1702465016, "1697503"], [1702465049, "1702400"], [1702465085, "1720653"], [1702465118, "1735831"], [1702465145, "1751074"], [1702465178, "1751988"], [1702465208, "1772735"], [1702465241, "1794502"], [1702465298, "1796632"], [1702465334, "1838825"], [1702465367, "1847331"], [1702465394, "1858902"], [1702465418, "1872725"], [1702465445, "1873694"], [1702465481, "1878324"], [1702465517, "1890046"], [1702465550, "1904896"], [1702465586, "1931672"], [1702465619, "1934304"], [1702465658, "1939670"], [1702465706, "1947881"], [1702465754, "1988963"], [1702465787, "1997841"], [1702465823, "2040448"], [1702465856, "2041022"], [1702465880, "2090532"], [1702465910, "2090886"], [1702465952, "2103552"], [1702465988, "2103552"], [1702466015, "2105900"], [1702466030, "2107732"], [1702466060, "2107901"], [1702466078, "2111332"], [1702466138, "2126915"], [1702466168, "2138200"], [1702466204, "2147466"], [1702466237, "2147466"], [1702466261, "2155244"], [1702466291, "2168006"], [1702466327, "2178752"], [1702466360, "2188277"], [1702466384, "2202765"], [1702466417, "2206734"], [1702466441, "2212152"], [1702466471, "2217429"], [1702466507, "2237076"], [1702466540, "2244432"], [1702466597, "2284052"], [1702466633, "2321862"], [1702466666, "2330625"], [1702466705, "2333307"], [1702466732, "2338155"], [1702466765, "2346687"], [1702466801, "2366340"], [1702466852, "2428692"], [1702466876, "2430673"], [1702466918, "2443318"], [1702466978, "2504664"], [1702467014, "2513136"], [1702467038, "2515807"], [1702467068, "2531925"], [1702467122, "2562169"], [1702467158, "2568311"], [1702467191, "2593877"], [1702467221, "2637004"], [1702467257, "2647420"], [1702467299, "2671910"], [1702467350, "2722002"], [1702467386, "2745270"], [1702467419, "2759978"], [1702467455, "2798815"], [1702467515, "2810832"], [1702467542, "2841008"], [1702467566, "2841475"], [1702467599, "2842511"], [1702467635, "2849287"], [1702467668, "2854493"], [1702467695, "2877311"], [1702467716, "2884454"], [1702467746, "2884454"], [1702467800, "2917115"], [1702467824, "2929534"], [1702467908, "2946413"], [1702467944, "2995036"], [1702467968, "3003521"], [1702468001, "3009579"], [1702468031, "3030932"], [1702468067, "3074407"], [1702468085, "3082363"], [1702468115, "3092409"], [1702468151, "3094063"], [1702468181, "3109563"], [1702468208, "3111573"], [1702468241, "3148436"], [1702468256, "3151124"], [1702468286, "3155345"], [1702468322, "3190921"], [1702468352, "3211704"], [1702468388, "3227646"], [1702468424, "3245248"], [1702468457, "3262867"], [1702468493, "3271723"], [1702468517, "3272692"], [1702468550, "3276209"], [1702468586, "3315814"], [1702468613, "3337249"], [1702468637, "3337249"], [1702468679, "3377194"], [1702468721, "3388005"], [1702468730, "3388005"], [1702468766, "3390197"], [1702468799, "3413090"], [1702468835, "3413090"], [1702468898, "3424623"], [1702468934, "3435050"], [1702468970, "3447621"], [1702468994, "3449365"], [1702469024, "3472469"], [1702469060, "3476303"], [1702469111, "3491345"], [1702469144, "3507495"], [1702469168, "3507495"], [1702469204, "3527027"], [1702469237, "3537321"], [1702469273, "3545368"], [1702469303, "3586008"], [1702469336, "3618185"], [1702469360, "3619981"], [1702469387, "3696255"], [1702469411, "3701048"], [1702469435, "3713663"], [1702469468, "3735964"], [1702469504, "3753817"], [1702469537, "3765853"], [1702469573, "3774369"], [1702469606, "3790922"], [1702469633, "3795611"], [1702469660, "3795611"], [1702469684, "3806861"], [1702469717, "3810171"], [1702469753, "3936741"], [1702469786, "3941687"], [1702469816, "3944794"], [1702469834, "3951392"], [1702469864, "3954122"], [1702469906, "3961852"], [1702469936, "3983683"], [1702469972, "3988537"], [1702470005, "3991075"], [1702470029, "3991844"], [1702470065, "3991844"], [1702470101, "3993208"], [1702470131, "4003435"], [1702470167, "4011885"], [1702470203, "4034149"], [1702470251, "4062519"], [1702470278, "4068983"], [1702470311, "4075705"], [1702470347, "4075705"], [1702470371, "4076264"], [1702470404, "4076803"], [1702470440, "4083909"], [1702470476, "4124455"], [1702470506, "4137440"], [1702470542, "4139910"], [1702470575, "4170086"], [1702470611, "4195450"], [1702470635, "4201101"], [1702470662, "4207875"], [1702470686, "4209819"], [1702470719, "4226998"], [1702470746, "4226998"], [1702470812, "4255950"], [1702470845, "4255950"], [1702470875, "4257125"], [1702470899, "4283433"], [1702470953, "4296266"], [1702470983, "4311535"], [1702471025, "4333190"], [1702471067, "4373191"], [1702471169, "4404682"], [1702471193, "4423731"], [1702471226, "4434286"], [1702471265, "4458501"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "2632"], [1702462844, "2632"], [1702462865, "2632"], [1702462880, "2632"], [1702462904, "2632"], [1702462919, "2632"], [1702462952, "2632"], [1702462973, "2632"], [1702462988, "2632"], [1702463045, "2632"], [1702463081, "2632"], [1702463114, "2632"], [1702463150, "2632"], [1702463186, "2632"], [1702463216, "2632"], [1702463240, "2632"], [1702463273, "2632"], [1702463324, "2632"], [1702463354, "2632"], [1702463381, "2632"], [1702463417, "2632"], [1702463453, "2632"], [1702463477, "2632"], [1702463510, "2632"], [1702463537, "2836"], [1702463570, "2836"], [1702463591, "2836"], [1702463621, "2836"], [1702463657, "2836"], [1702463693, "2836"], [1702463729, "2836"], [1702463765, "2836"], [1702463798, "2836"], [1702463846, "2836"], [1702463873, "2836"], [1702463906, "2836"], [1702463948, "2836"], [1702463984, "2836"], [1702464014, "2836"], [1702464050, "2836"], [1702464086, "2836"], [1702464122, "2836"], [1702464155, "2836"], [1702464194, "2836"], [1702464230, "2836"], [1702464263, "2836"], [1702464299, "3413"], [1702464332, "3413"], [1702464356, "3413"], [1702464392, "3413"], [1702464425, "3413"], [1702464455, "3413"], [1702464479, "3413"], [1702464509, "3413"], [1702464533, "3413"], [1702464569, "3413"], [1702464605, "3413"], [1702464635, "3413"], [1702464671, "3413"], [1702464716, "3413"], [1702464743, "3413"], [1702464776, "3413"], [1702464812, "3413"], [1702464836, "3413"], [1702464869, "3413"], [1702464905, "3413"], [1702464926, "3413"], [1702464956, "3413"], [1702464992, "3413"], [1702465016, "3413"], [1702465049, "3413"], [1702465085, "3413"], [1702465118, "3413"], [1702465145, "3413"], [1702465178, "3413"], [1702465208, "3413"], [1702465241, "3413"], [1702465298, "3413"], [1702465334, "3413"], [1702465367, "3413"], [1702465394, "3413"], [1702465418, "3413"], [1702465445, "3413"], [1702465481, "3413"], [1702465517, "3413"], [1702465550, "3413"], [1702465586, "3413"], [1702465619, "3413"], [1702465658, "3413"], [1702465706, "3413"], [1702465754, "3413"], [1702465787, "3413"], [1702465823, "3413"], [1702465856, "3413"], [1702465880, "3413"], [1702465910, "3413"], [1702465952, "3413"], [1702465988, "3413"], [1702466015, "3413"], [1702466030, "3413"], [1702466060, "3413"], [1702466078, "3413"], [1702466138, "3413"], [1702466168, "3413"], [1702466204, "3413"], [1702466237, "3413"], [1702466261, "3413"], [1702466291, "3413"], [1702466327, "3413"], [1702466360, "3413"], [1702466384, "3413"], [1702466417, "3413"], [1702466441, "3413"], [1702466471, "3413"], [1702466507, "3413"], [1702466540, "3413"], [1702466597, "3413"], [1702466633, "3413"], [1702466666, "3413"], [1702466705, "3413"], [1702466732, "3413"], [1702466765, "3413"], [1702466801, "3413"], [1702466852, "3413"], [1702466876, "3413"], [1702466918, "3413"], [1702466978, "3413"], [1702467014, "3413"], [1702467038, "3413"], [1702467068, "3413"], [1702467122, "3413"], [1702467158, "3413"], [1702467191, "3413"], [1702467221, "3413"], [1702467257, "3413"], [1702467299, "3413"], [1702467350, "3413"], [1702467386, "3413"], [1702467419, "3413"], [1702467455, "3413"], [1702467515, "3413"], [1702467542, "3413"], [1702467566, "3413"], [1702467599, "3413"], [1702467635, "3413"], [1702467668, "3413"], [1702467695, "3413"], [1702467716, "3413"], [1702467746, "3413"], [1702467800, "3413"], [1702467824, "3413"], [1702467908, "3413"], [1702467944, "3413"], [1702467968, "3413"], [1702468001, "3413"], [1702468031, "3413"], [1702468067, "3413"], [1702468085, "3413"], [1702468115, "3413"], [1702468151, "3413"], [1702468181, "3413"], [1702468208, "3413"], [1702468241, "3413"], [1702468256, "3413"], [1702468286, "3413"], [1702468322, "3413"], [1702468352, "3413"], [1702468388, "3413"], [1702468424, "3413"], [1702468457, "3413"], [1702468493, "3413"], [1702468517, "3413"], [1702468550, "3413"], [1702468586, "3413"], [1702468613, "3413"], [1702468637, "3413"], [1702468679, "3413"], [1702468721, "3413"], [1702468730, "3413"], [1702468766, "3413"], [1702468799, "3413"], [1702468835, "3413"], [1702468898, "3413"], [1702468934, "3413"], [1702468970, "3413"], [1702468994, "3413"], [1702469024, "3413"], [1702469060, "3413"], [1702469111, "3413"], [1702469144, "3413"], [1702469168, "3413"], [1702469204, "3413"], [1702469237, "3413"], [1702469273, "3413"], [1702469303, "3413"], [1702469336, "3413"], [1702469360, "3413"], [1702469387, "3413"], [1702469411, "3413"], [1702469435, "3413"], [1702469468, "3413"], [1702469504, "3413"], [1702469537, "3413"], [1702469573, "3413"], [1702469606, "3413"], [1702469633, "3413"], [1702469660, "3413"], [1702469684, "3413"], [1702469717, "3413"], [1702469753, "3413"], [1702469786, "3413"], [1702469816, "3413"], [1702469834, "3413"], [1702469864, "3413"], [1702469906, "3413"], [1702469936, "3413"], [1702469972, "3413"], [1702470005, "3413"], [1702470029, "3413"], [1702470065, "3413"], [1702470101, "3413"], [1702470131, "3413"], [1702470167, "3413"], [1702470203, "3413"], [1702470251, "3413"], [1702470278, "3413"], [1702470311, "3413"], [1702470347, "3413"], [1702470371, "3413"], [1702470404, "3413"], [1702470440, "3413"], [1702470476, "3413"], [1702470506, "3413"], [1702470542, "3413"], [1702470575, "3413"], [1702470611, "3413"], [1702470635, "3413"], [1702470662, "3413"], [1702470686, "3413"], [1702470719, "3413"], [1702470746, "3413"], [1702470812, "3413"], [1702470845, "3413"], [1702470875, "3413"], [1702470899, "3413"], [1702470953, "3413"], [1702470983, "3413"], [1702471025, "3413"], [1702471067, "3413"], [1702471169, "3413"], [1702471193, "3413"], [1702471226, "3413"], [1702471265, "3413"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "2632"], [1702462736, "2632"], [1702462751, "2632"], [1702462763, "2632"], [1702462793, "2632"], [1702462808, "2632"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "5959536"], [1702462988, "9615664"], [1702463045, "26010871"], [1702463081, "39367011"], [1702463114, "51809133"], [1702463150, "67145720"], [1702463186, "77467952"], [1702463216, "80203764"], [1702463240, "81283474"], [1702463273, "82108808"], [1702463324, "86627761"], [1702463354, "95590894"], [1702463381, "101461629"], [1702463417, "113819690"], [1702463453, "129705105"], [1702463477, "154568333"], [1702463510, "164716827"], [1702463537, "172251219"], [1702463570, "181441258"], [1702463591, "182865372"], [1702463621, "184910891"], [1702463657, "186323108"], [1702463693, "193146402"], [1702463729, "196622918"], [1702463765, "206108886"], [1702463798, "232226265"], [1702463846, "257724578"], [1702463873, "280184296"], [1702463906, "291493942"], [1702463948, "304193053"], [1702463984, "306077390"], [1702464014, "307847055"], [1702464050, "309206703"], [1702464086, "311658750"], [1702464122, "314973346"], [1702464155, "320015930"], [1702464194, "326157754"], [1702464230, "337110628"], [1702464263, "347915715"], [1702464299, "356122718"], [1702464332, "357329413"], [1702464356, "358364784"], [1702464392, "359401489"], [1702464425, "361380025"], [1702464455, "363611726"], [1702464479, "366203370"], [1702464509, "369268948"], [1702464533, "372548933"], [1702464569, "381581047"], [1702464605, "389264081"], [1702464635, "395578515"], [1702464671, "401377318"], [1702464716, "402061835"], [1702464743, "404423731"], [1702464776, "404753699"], [1702464812, "406255071"], [1702464836, "409569106"], [1702464869, "411242737"], [1702464905, "414275098"], [1702464926, "417750664"], [1702464956, "420226048"], [1702464992, "426311248"], [1702465016, "436699797"], [1702465049, "440198093"], [1702465085, "440806068"], [1702465118, "441193698"], [1702465145, "442259478"], [1702465178, "443084395"], [1702465208, "446670364"], [1702465241, "449601141"], [1702465298, "459251373"], [1702465334, "465501957"], [1702465367, "476534410"], [1702465394, "481288193"], [1702465418, "487803108"], [1702465445, "488665688"], [1702465481, "489767088"], [1702465517, "490725412"], [1702465550, "491830655"], [1702465586, "493338051"], [1702465619, "497536732"], [1702465658, "502518780"], [1702465706, "505813812"], [1702465754, "515946366"], [1702465787, "521673245"], [1702465823, "522042069"], [1702465856, "522748446"], [1702465880, "523983731"], [1702465910, "525916918"], [1702465952, "527981033"], [1702465988, "531682456"], [1702466015, "538422932"], [1702466030, "542965596"], [1702466060, "546673860"], [1702466078, "549247666"], [1702466138, "559422426"], [1702466168, "568288781"], [1702466204, "569277524"], [1702466237, "569929857"], [1702466261, "571189045"], [1702466291, "572113418"], [1702466327, "573753995"], [1702466360, "579329840"], [1702466384, "582569838"], [1702466417, "587072202"], [1702466441, "596661594"], [1702466471, "599415922"], [1702466507, "606879192"], [1702466540, "610728562"], [1702466597, "611759641"], [1702466633, "612518102"], [1702466666, "613984031"], [1702466705, "615856587"], [1702466732, "620872961"], [1702466765, "627655896"], [1702466801, "632730667"], [1702466852, "649265286"], [1702466876, "656504683"], [1702466918, "665885965"], [1702466978, "667128154"], [1702467014, "667448993"], [1702467038, "668728742"], [1702467068, "670210190"], [1702467122, "674240469"], [1702467158, "678802725"], [1702467191, "685016267"], [1702467221, "694300146"], [1702467257, "709806077"], [1702467299, "831753015"], [1702467350, "1743942293"], [1702467386, "2623929380"], [1702467419, "4158439405"], [1702467455, "5924260906"], [1702467515, "8954214842"], [1702467542, "10373679406"], [1702467566, "11290992188"], [1702467599, "12366022339"], [1702467635, "13329223854"], [1702467668, "13384858285"], [1702467695, "13759313919"], [1702467716, "14305695307"], [1702467746, "14825505602"], [1702467800, "16307242056"], [1702467824, "17626573857"], [1702467908, "21054320086"], [1702467944, "22027520107"], [1702467968, "23165649649"], [1702468001, "24264723442"], [1702468031, "24266140264"], [1702468067, "24267115780"], [1702468085, "24621511702"], [1702468115, "24980829749"], [1702468151, "25467395702"], [1702468181, "27626636927"], [1702468208, "28685200552"], [1702468241, "30287943609"], [1702468256, "31139350630"], [1702468286, "31760784060"], [1702468322, "32614326948"], [1702468352, "33454753618"], [1702468388, "34028109426"], [1702468424, "34133250425"], [1702468457, "34270138417"], [1702468493, "34486125602"], [1702468517, "35299072736"], [1702468550, "35916270605"], [1702468586, "36724341342"], [1702468613, "37241773919"], [1702468637, "37675161926"], [1702468679, "38620604516"], [1702468721, "38939169525"], [1702468730, "38939733497"], [1702468766, "39097949180"], [1702468799, "39244616855"], [1702468835, "39611511547"], [1702468898, "40100720718"], [1702468934, "41396787930"], [1702468970, "41560222752"], [1702468994, "42122597081"], [1702469024, "42552686268"], [1702469060, "43317094391"], [1702469111, "44605373906"], [1702469144, "44719219735"], [1702469168, "44888199019"], [1702469204, "45270702313"], [1702469237, "45808992871"], [1702469273, "46706541118"], [1702469303, "47182219404"], [1702469336, "47853519006"], [1702469360, "48485805498"], [1702469387, "49070646963"], [1702469411, "49315328716"], [1702469435, "49741860538"], [1702469468, "50209973195"], [1702469504, "50475517088"], [1702469537, "50553090064"], [1702469573, "50692234705"], [1702469606, "50826227555"], [1702469633, "51036216069"], [1702469660, "51219019776"], [1702469684, "51550131141"], [1702469717, "51796064777"], [1702469753, "52288799540"], [1702469786, "52777495010"], [1702469816, "53064331192"], [1702469834, "53612724603"], [1702469864, "53697775532"], [1702469906, "54188737935"], [1702469936, "54218943466"], [1702469972, "54237485332"], [1702470005, "54377376934"], [1702470029, "54503693015"], [1702470065, "54793281565"], [1702470101, "55143378388"], [1702470131, "55478982351"], [1702470167, "55969308900"], [1702470203, "56382590710"], [1702470251, "56837738498"], [1702470278, "57418463599"], [1702470311, "57823407636"], [1702470347, "58251615997"], [1702470371, "58283905155"], [1702470404, "58318725718"], [1702470440, "58488825161"], [1702470476, "58587315544"], [1702470506, "58858358678"], [1702470542, "59103435124"], [1702470575, "59377018924"], [1702470611, "59859569617"], [1702470635, "60284891424"], [1702470662, "60647090349"], [1702470686, "61002744668"], [1702470719, "61195128958"], [1702470746, "61552025030"], [1702470812, "62037238921"], [1702470845, "62037594919"], [1702470875, "62042446052"], [1702470899, "62050107386"], [1702470953, "62059101762"], [1702470983, "62059431708"], [1702471025, "62061181788"], [1702471067, "62079780557"], [1702471169, "62089236099"], [1702471193, "62098348705"], [1702471226, "62104973815"], [1702471265, "62108809938"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "29287"], [1702462865, "31837"], [1702462880, "388649"], [1702462904, "1011520"], [1702462919, "1810786"], [1702462952, "5696936"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "70335"], [1702462721, "72189"], [1702462736, "76300"], [1702462751, "130708"], [1702462763, "137557"], [1702462793, "138395"], [1702462808, "147324"], [1702462829, "151245"], [1702462844, "153955"], [1702462865, "155624"], [1702462880, "156749"], [1702462904, "157507"], [1702462919, "158480"], [1702462952, "161554"], [1702462973, "162695"], [1702462988, "165161"], [1702463045, "177306"], [1702463081, "182798"], [1702463114, "186209"], [1702463150, "189345"], [1702463186, "192365"], [1702463216, "192365"], [1702463240, "193488"], [1702463273, "198514"], [1702463324, "251397"], [1702463354, "253419"], [1702463381, "253437"], [1702463417, "260151"], [1702463453, "265967"], [1702463477, "269683"], [1702463510, "272329"], [1702463537, "287201"], [1702463570, "296188"], [1702463591, "297655"], [1702463621, "299420"], [1702463657, "304220"], [1702463693, "307896"], [1702463729, "331883"], [1702463765, "335022"], [1702463798, "349341"], [1702463846, "361182"], [1702463873, "366648"], [1702463906, "372759"], [1702463948, "378679"], [1702463984, "381289"], [1702464014, "385628"], [1702464050, "386525"], [1702464086, "395292"], [1702464122, "401695"], [1702464155, "434205"], [1702464194, "441797"], [1702464230, "481091"], [1702464263, "485498"], [1702464299, "488216"], [1702464332, "493787"], [1702464356, "495632"], [1702464392, "498035"], [1702464425, "529819"], [1702464455, "532990"], [1702464479, "536319"], [1702464509, "539962"], [1702464533, "545973"], [1702464569, "548825"], [1702464605, "554406"], [1702464635, "558538"], [1702464671, "560561"], [1702464716, "565865"], [1702464743, "601999"], [1702464776, "616909"], [1702464812, "621683"], [1702464836, "628924"], [1702464869, "633011"], [1702464905, "633899"], [1702464926, "638397"], [1702464956, "644912"], [1702464992, "648995"], [1702465016, "651655"], [1702465049, "654523"], [1702465085, "658902"], [1702465118, "664935"], [1702465145, "668706"], [1702465178, "670045"], [1702465208, "690869"], [1702465241, "696190"], [1702465298, "703295"], [1702465334, "706801"], [1702465367, "711203"], [1702465394, "722219"], [1702465418, "722219"], [1702465445, "726183"], [1702465481, "729002"], [1702465517, "734944"], [1702465550, "738398"], [1702465586, "742650"], [1702465619, "746433"], [1702465658, "749771"], [1702465706, "751699"], [1702465754, "758185"], [1702465787, "764782"], [1702465823, "769031"], [1702465856, "773525"], [1702465880, "778424"], [1702465910, "779249"], [1702465952, "797466"], [1702465988, "801602"], [1702466015, "805756"], [1702466030, "807176"], [1702466060, "810573"], [1702466078, "811288"], [1702466138, "814908"], [1702466168, "820905"], [1702466204, "847502"], [1702466237, "852915"], [1702466261, "856120"], [1702466291, "856120"], [1702466327, "858085"], [1702466360, "858800"], [1702466384, "861774"], [1702466417, "867939"], [1702466441, "872006"], [1702466471, "872351"], [1702466507, "879162"], [1702466540, "886520"], [1702466597, "912507"], [1702466633, "914410"], [1702466666, "943302"], [1702466705, "948249"], [1702466732, "951540"], [1702466765, "955254"], [1702466801, "960181"], [1702466852, "1002347"], [1702466876, "1003883"], [1702466918, "1007685"], [1702466978, "1040971"], [1702467014, "1082869"], [1702467038, "1088888"], [1702467068, "1092234"], [1702467122, "1136303"], [1702467158, "1140205"], [1702467191, "1142611"], [1702467221, "1148291"], [1702467257, "1152706"], [1702467299, "1159481"], [1702467350, "1172509"], [1702467386, "1183812"], [1702467419, "1190806"], [1702467455, "1197769"], [1702467515, "1253077"], [1702467542, "1257505"], [1702467566, "1263300"], [1702467599, "1265317"], [1702467635, "1286032"], [1702467668, "1292334"], [1702467695, "1313291"], [1702467716, "1320411"], [1702467746, "1331055"], [1702467800, "1341668"], [1702467824, "1365747"], [1702467908, "1416220"], [1702467944, "1444316"], [1702467968, "1448895"], [1702468001, "1465855"], [1702468031, "1469645"], [1702468067, "1474846"], [1702468085, "1481214"], [1702468115, "1481892"], [1702468151, "1485574"], [1702468181, "1493631"], [1702468208, "1493977"], [1702468241, "1529995"], [1702468256, "1537587"], [1702468286, "1539813"], [1702468322, "1552067"], [1702468352, "1557996"], [1702468388, "1563617"], [1702468424, "1568722"], [1702468457, "1572943"], [1702468493, "1582872"], [1702468517, "1612887"], [1702468550, "1618898"], [1702468586, "1621201"], [1702468613, "1642478"], [1702468637, "1643892"], [1702468679, "1646939"], [1702468721, "1650627"], [1702468730, "1659558"], [1702468766, "1661964"], [1702468799, "1665103"], [1702468835, "1669310"], [1702468898, "1712712"], [1702468934, "1736966"], [1702468970, "1753434"], [1702468994, "1780765"], [1702469024, "1799836"], [1702469060, "1803134"], [1702469111, "1810469"], [1702469144, "1812343"], [1702469168, "1853969"], [1702469204, "1861125"], [1702469237, "1870495"], [1702469273, "1878753"], [1702469303, "1884502"], [1702469336, "1930095"], [1702469360, "1932178"], [1702469387, "1934611"], [1702469411, "1937231"], [1702469435, "1940937"], [1702469468, "1950456"], [1702469504, "1951574"], [1702469537, "1953379"], [1702469573, "1955689"], [1702469606, "1964747"], [1702469633, "1971294"], [1702469660, "1980141"], [1702469684, "1982476"], [1702469717, "2000085"], [1702469753, "2010603"], [1702469786, "2017144"], [1702469816, "2017144"], [1702469834, "2022006"], [1702469864, "2023527"], [1702469906, "2041910"], [1702469936, "2044939"], [1702469972, "25424991"], [1702470005, "25459472"], [1702470029, "25486013"], [1702470065, "25515601"], [1702470101, "25722156"], [1702470131, "25916417"], [1702470167, "26141462"], [1702470203, "26422046"], [1702470251, "26679641"], [1702470278, "26975671"], [1702470311, "27105339"], [1702470347, "27289054"], [1702470371, "27348167"], [1702470404, "27404218"], [1702470440, "27509686"], [1702470476, "27904986"], [1702470506, "28203385"], [1702470542, "28544992"], [1702470575, "28764242"], [1702470611, "29086310"], [1702470635, "29367374"], [1702470662, "29526034"], [1702470686, "29718626"], [1702470719, "29764271"], [1702470746, "29966657"], [1702470812, "30167057"], [1702470845, "30210205"], [1702470875, "30237621"], [1702470899, "30268866"], [1702470953, "30323539"], [1702470983, "30350129"], [1702471025, "30397311"], [1702471067, "30450577"], [1702471169, "30543122"], [1702471193, "30592398"], [1702471226, "30638158"], [1702471265, "30699189"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "115311"], [1702462919, "115311"], [1702462952, "115311"], [1702462973, "115311"], [1702462988, "115311"], [1702463045, "115311"], [1702463081, "115311"], [1702463114, "115311"], [1702463150, "115311"], [1702463186, "115311"], [1702463216, "115311"], [1702463240, "115311"], [1702463273, "115311"], [1702463324, "115311"], [1702463354, "115311"], [1702463381, "115311"], [1702463417, "115382"], [1702463453, "115382"], [1702463477, "115382"], [1702463510, "115382"], [1702463537, "115382"], [1702463570, "115382"], [1702463591, "115382"], [1702463621, "115382"], [1702463657, "115382"], [1702463693, "115382"], [1702463729, "115382"], [1702463765, "115382"], [1702463798, "115382"], [1702463846, "115382"], [1702463873, "115382"], [1702463906, "115382"], [1702463948, "115382"], [1702463984, "115382"], [1702464014, "115382"], [1702464050, "115382"], [1702464086, "115382"], [1702464122, "115382"], [1702464155, "115382"], [1702464194, "115382"], [1702464230, "115382"], [1702464263, "115382"], [1702464299, "115382"], [1702464332, "115382"], [1702464356, "115382"], [1702464392, "115382"], [1702464425, "115382"], [1702464455, "115382"], [1702464479, "115382"], [1702464509, "115382"], [1702464533, "115382"], [1702464569, "115382"], [1702464605, "115382"], [1702464635, "115382"], [1702464671, "115382"], [1702464716, "115382"], [1702464743, "115382"], [1702464776, "115382"], [1702464812, "115382"], [1702464836, "115382"], [1702464869, "115382"], [1702464905, "115382"], [1702464926, "115382"], [1702464956, "115382"], [1702464992, "115382"], [1702465016, "115382"], [1702465049, "115382"], [1702465085, "115382"], [1702465118, "115382"], [1702465145, "115382"], [1702465178, "115382"], [1702465208, "115382"], [1702465241, "115382"], [1702465298, "115382"], [1702465334, "115382"], [1702465367, "115382"], [1702465394, "115382"], [1702465418, "115382"], [1702465445, "115382"], [1702465481, "115382"], [1702465517, "115382"], [1702465550, "115382"], [1702465586, "115382"], [1702465619, "115382"], [1702465658, "115382"], [1702465706, "115382"], [1702465754, "115382"], [1702465787, "115382"], [1702465823, "115382"], [1702465856, "115382"], [1702465880, "115382"], [1702465910, "115382"], [1702465952, "115382"], [1702465988, "115382"], [1702466015, "115382"], [1702466030, "115382"], [1702466060, "115382"], [1702466078, "115382"], [1702466138, "115382"], [1702466168, "115382"], [1702466204, "115382"], [1702466237, "115382"], [1702466261, "115382"], [1702466291, "115382"], [1702466327, "115382"], [1702466360, "115382"], [1702466384, "115382"], [1702466417, "115382"], [1702466441, "115382"], [1702466471, "115382"], [1702466507, "115382"], [1702466540, "115382"], [1702466597, "115382"], [1702466633, "115382"], [1702466666, "115382"], [1702466705, "115382"], [1702466732, "115382"], [1702466765, "115382"], [1702466801, "115382"], [1702466852, "115382"], [1702466876, "115382"], [1702466918, "115382"], [1702466978, "115382"], [1702467014, "115382"], [1702467038, "115382"], [1702467068, "115382"], [1702467122, "115382"], [1702467158, "115382"], [1702467191, "115382"], [1702467221, "115382"], [1702467257, "115382"], [1702467299, "115382"], [1702467350, "115382"], [1702467386, "115382"], [1702467419, "115382"], [1702467455, "115382"], [1702467515, "115382"], [1702467542, "115382"], [1702467566, "115382"], [1702467599, "115382"], [1702467635, "115382"], [1702467668, "115382"], [1702467695, "115382"], [1702467716, "115382"], [1702467746, "115382"], [1702467800, "115382"], [1702467824, "115382"], [1702467908, "115382"], [1702467944, "115382"], [1702467968, "115382"], [1702468001, "115382"], [1702468031, "115382"], [1702468067, "115382"], [1702468085, "115382"], [1702468115, "115382"], [1702468151, "115382"], [1702468181, "115382"], [1702468208, "115382"], [1702468241, "115382"], [1702468256, "115382"], [1702468286, "115382"], [1702468322, "115382"], [1702468352, "115382"], [1702468388, "115382"], [1702468424, "115382"], [1702468457, "115382"], [1702468493, "115382"], [1702468517, "115382"], [1702468550, "115382"], [1702468586, "115382"], [1702468613, "115382"], [1702468637, "115382"], [1702468679, "115382"], [1702468721, "115382"], [1702468730, "115382"], [1702468766, "115382"], [1702468799, "115382"], [1702468835, "115382"], [1702468898, "115382"], [1702468934, "115382"], [1702468970, "115382"], [1702468994, "115382"], [1702469024, "115382"], [1702469060, "115382"], [1702469111, "115382"], [1702469144, "115382"], [1702469168, "115382"], [1702469204, "115382"], [1702469237, "115382"], [1702469273, "115382"], [1702469303, "115382"], [1702469336, "115382"], [1702469360, "115382"], [1702469387, "115382"], [1702469411, "115382"], [1702469435, "115382"], [1702469468, "115382"], [1702469504, "115382"], [1702469537, "115382"], [1702469573, "115382"], [1702469606, "115382"], [1702469633, "115382"], [1702469660, "115382"], [1702469684, "115382"], [1702469717, "115382"], [1702469753, "115382"], [1702469786, "115382"], [1702469816, "115382"], [1702469834, "115382"], [1702469864, "115382"], [1702469906, "115382"], [1702469936, "115382"], [1702469972, "115382"], [1702470005, "115382"], [1702470029, "115382"], [1702470065, "115382"], [1702470101, "115382"], [1702470131, "115382"], [1702470167, "115382"], [1702470203, "115382"], [1702470251, "115382"], [1702470278, "115382"], [1702470311, "115382"], [1702470347, "115382"], [1702470371, "115382"], [1702470404, "115382"], [1702470440, "115382"], [1702470476, "115382"], [1702470506, "115382"], [1702470542, "115382"], [1702470575, "115382"], [1702470611, "115382"], [1702470635, "115382"], [1702470662, "115382"], [1702470686, "115382"], [1702470719, "115382"], [1702470746, "115382"], [1702470812, "115382"], [1702470845, "115382"], [1702470875, "115382"], [1702470899, "115382"], [1702470953, "115382"], [1702470983, "115382"], [1702471025, "115382"], [1702471067, "115382"], [1702471169, "115382"], [1702471193, "115382"], [1702471226, "115382"], [1702471265, "115382"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "114882"], [1702462793, "115311"], [1702462808, "115311"], [1702462829, "115311"], [1702462844, "115311"], [1702462865, "115311"], [1702462880, "115311"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "217310"], [1702462721, "225147"], [1702462736, "230652"], [1702462751, "235380"], [1702462763, "251736"], [1702462793, "265712"], [1702462808, "287772"], [1702462829, "310644"], [1702462844, "324540"], [1702462865, "329990"], [1702462880, "350664"], [1702462904, "364931"], [1702462919, "370560"], [1702462952, "408224"], [1702462973, "414893"], [1702462988, "442362"], [1702463045, "625333"], [1702463081, "649028"], [1702463114, "687574"], [1702463150, "740826"], [1702463186, "856860"], [1702463216, "884809"], [1702463240, "942534"], [1702463273, "970271"], [1702463324, "1035690"], [1702463354, "1061913"], [1702463381, "1080741"], [1702463417, "1112066"], [1702463453, "1171218"], [1702463477, "1186882"], [1702463510, "1227359"], [1702463537, "1275564"], [1702463570, "1305227"], [1702463591, "1341339"], [1702463621, "1366772"], [1702463657, "1411969"], [1702463693, "1439104"], [1702463729, "1467377"], [1702463765, "1530870"], [1702463798, "1596503"], [1702463846, "1638546"], [1702463873, "1656179"], [1702463906, "1690885"], [1702463948, "1756243"], [1702463984, "1763830"], [1702464014, "1791309"], [1702464050, "1823442"], [1702464086, "1861956"], [1702464122, "1899278"], [1702464155, "1957842"], [1702464194, "1996267"], [1702464230, "2045062"], [1702464263, "2090048"], [1702464299, "2157045"], [1702464332, "2195617"], [1702464356, "2220197"], [1702464392, "2247605"], [1702464425, "2296039"], [1702464455, "2329452"], [1702464479, "2357094"], [1702464509, "2525683"], [1702464533, "2550013"], [1702464569, "2607094"], [1702464605, "2640503"], [1702464635, "2652519"], [1702464671, "2679399"], [1702464716, "2716427"], [1702464743, "2771982"], [1702464776, "2807086"], [1702464812, "2849598"], [1702464836, "2908172"], [1702464869, "2954026"], [1702464905, "2981986"], [1702464926, "3023111"], [1702464956, "3056935"], [1702464992, "3086756"], [1702465016, "3124191"], [1702465049, "3141750"], [1702465085, "3282972"], [1702465118, "3303600"], [1702465145, "3344131"], [1702465178, "3371585"], [1702465208, "3403471"], [1702465241, "3448695"], [1702465298, "3488650"], [1702465334, "3518451"], [1702465367, "3568211"], [1702465394, "3597486"], [1702465418, "3637438"], [1702465445, "3666621"], [1702465481, "3693473"], [1702465517, "3720764"], [1702465550, "3739545"], [1702465586, "3784156"], [1702465619, "3813609"], [1702465658, "3848511"], [1702465706, "3898079"], [1702465754, "3950152"], [1702465787, "3986727"], [1702465823, "4019827"], [1702465856, "4066246"], [1702465880, "4080715"], [1702465910, "4104072"], [1702465952, "4149680"], [1702465988, "4185614"], [1702466015, "4234880"], [1702466030, "4258661"], [1702466060, "4275276"], [1702466078, "4300734"], [1702466138, "4346944"], [1702466168, "4396402"], [1702466204, "4448251"], [1702466237, "4485578"], [1702466261, "4518941"], [1702466291, "4534688"], [1702466327, "4584518"], [1702466360, "4837261"], [1702466384, "4868885"], [1702466417, "4890498"], [1702466441, "4927498"], [1702466471, "4954057"], [1702466507, "4999459"], [1702466540, "5033926"], [1702466597, "5104425"], [1702466633, "5143614"], [1702466666, "5181807"], [1702466705, "5235205"], [1702466732, "5262663"], [1702466765, "5315815"], [1702466801, "5353695"], [1702466852, "5422014"], [1702466876, "5444660"], [1702466918, "5486908"], [1702466978, "5527934"], [1702467014, "6319640"], [1702467038, "6353820"], [1702467068, "6393115"], [1702467122, "6468108"], [1702467158, "6511074"], [1702467191, "6588580"], [1702467221, "6644482"], [1702467257, "6712468"], [1702467299, "6800657"], [1702467350, "6892124"], [1702467386, "6942313"], [1702467419, "6999169"], [1702467455, "7063755"], [1702467515, "7204716"], [1702467542, "7248804"], [1702467566, "7306364"], [1702467599, "7358173"], [1702467635, "7400814"], [1702467668, "7440943"], [1702467695, "7464239"], [1702467716, "7512116"], [1702467746, "7561726"], [1702467800, "7712731"], [1702467824, "7779482"], [1702467908, "7955276"], [1702467944, "7992345"], [1702467968, "8057099"], [1702468001, "8085629"], [1702468031, "8110371"], [1702468067, "8157139"], [1702468085, "8202037"], [1702468115, "8240550"], [1702468151, "8319526"], [1702468181, "8416032"], [1702468208, "8481720"], [1702468241, "8551552"], [1702468256, "8598520"], [1702468286, "8630904"], [1702468322, "8659497"], [1702468352, "8742667"], [1702468388, "8808858"], [1702468424, "8855949"], [1702468457, "8908133"], [1702468493, "8931431"], [1702468517, "8986233"], [1702468550, "9022560"], [1702468586, "9125172"], [1702468613, "9184244"], [1702468637, "9225449"], [1702468679, "9321132"], [1702468721, "9371978"], [1702468730, "9418234"], [1702468766, "9453078"], [1702468799, "9506323"], [1702468835, "9570204"], [1702468898, "9633678"], [1702468934, "9676700"], [1702468970, "9742221"], [1702468994, "9804839"], [1702469024, "9845943"], [1702469060, "9896721"], [1702469111, "9997748"], [1702469144, "10070173"], [1702469168, "10105881"], [1702469204, "10145935"], [1702469237, "10191598"], [1702469273, "10238145"], [1702469303, "10332893"], [1702469336, "10428800"], [1702469360, "10496550"], [1702469387, "10530655"], [1702469411, "10570791"], [1702469435, "10629868"], [1702469468, "10666454"], [1702469504, "10687187"], [1702469537, "10732037"], [1702469573, "10783734"], [1702469606, "10833960"], [1702469633, "10857671"], [1702469660, "10899223"], [1702469684, "10987862"], [1702469717, "11014345"], [1702469753, "11075626"], [1702469786, "11133720"], [1702469816, "11169524"], [1702469834, "11209881"], [1702469864, "11240626"], [1702469906, "11301177"], [1702469936, "11324650"], [1702469972, "11355155"], [1702470005, "11391112"], [1702470029, "11423400"], [1702470065, "11496674"], [1702470101, "11548797"], [1702470131, "11611911"], [1702470167, "11719401"], [1702470203, "11783485"], [1702470251, "11859815"], [1702470278, "11901941"], [1702470311, "11935569"], [1702470347, "11999841"], [1702470371, "12027257"], [1702470404, "12054346"], [1702470440, "12129834"], [1702470476, "12154382"], [1702470506, "12202305"], [1702470542, "12254501"], [1702470575, "12298028"], [1702470611, "12350261"], [1702470635, "12412611"], [1702470662, "12437320"], [1702470686, "12476501"], [1702470719, "12521450"], [1702470746, "12568126"], [1702470812, "12615127"], [1702470845, "12659377"], [1702470875, "12692631"], [1702470899, "12728113"], [1702470953, "12785674"], [1702470983, "12830808"], [1702471025, "12868393"], [1702471067, "12942440"], [1702471169, "13061697"], [1702471193, "13107494"], [1702471226, "13139034"], [1702471265, "13187766"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "84101"], [1702462721, "86044"], [1702462736, "89456"], [1702462751, "93932"], [1702462763, "98180"], [1702462793, "106428"], [1702462808, "107001"], [1702462829, "109557"], [1702462844, "112836"], [1702462865, "116014"], [1702462880, "117123"], [1702462904, "119889"], [1702462919, "121660"], [1702462952, "123220"], [1702462973, "123834"], [1702462988, "130478"], [1702463045, "152838"], [1702463081, "167328"], [1702463114, "232287"], [1702463150, "241623"], [1702463186, "262835"], [1702463216, "274229"], [1702463240, "282422"], [1702463273, "291489"], [1702463324, "293422"], [1702463354, "297027"], [1702463381, "297027"], [1702463417, "307473"], [1702463453, "311557"], [1702463477, "311557"], [1702463510, "318632"], [1702463537, "327284"], [1702463570, "334550"], [1702463591, "344600"], [1702463621, "346059"], [1702463657, "348939"], [1702463693, "350982"], [1702463729, "352884"], [1702463765, "358366"], [1702463798, "360260"], [1702463846, "369855"], [1702463873, "379325"], [1702463906, "383683"], [1702463948, "393317"], [1702463984, "396366"], [1702464014, "404503"], [1702464050, "413001"], [1702464086, "419299"], [1702464122, "431376"], [1702464155, "443126"], [1702464194, "453640"], [1702464230, "463391"], [1702464263, "476995"], [1702464299, "483794"], [1702464332, "489461"], [1702464356, "491106"], [1702464392, "498716"], [1702464425, "508279"], [1702464455, "516010"], [1702464479, "544613"], [1702464509, "550907"], [1702464533, "559723"], [1702464569, "569491"], [1702464605, "587296"], [1702464635, "596391"], [1702464671, "611274"], [1702464716, "619740"], [1702464743, "630907"], [1702464776, "703829"], [1702464812, "716779"], [1702464836, "718067"], [1702464869, "718067"], [1702464905, "726141"], [1702464926, "726524"], [1702464956, "728903"], [1702464992, "754616"], [1702465016, "757254"], [1702465049, "762890"], [1702465085, "771771"], [1702465118, "802087"], [1702465145, "821915"], [1702465178, "828966"], [1702465208, "839569"], [1702465241, "847058"], [1702465298, "867934"], [1702465334, "874576"], [1702465367, "876264"], [1702465394, "884987"], [1702465418, "893411"], [1702465445, "897614"], [1702465481, "909379"], [1702465517, "926881"], [1702465550, "937486"], [1702465586, "959695"], [1702465619, "966667"], [1702465658, "974948"], [1702465706, "976636"], [1702465754, "990067"], [1702465787, "996801"], [1702465823, "1002872"], [1702465856, "1006083"], [1702465880, "1015291"], [1702465910, "1021987"], [1702465952, "1028472"], [1702465988, "1040112"], [1702466015, "1050185"], [1702466030, "1056942"], [1702466060, "1069453"], [1702466078, "1076632"], [1702466138, "1094237"], [1702466168, "1103324"], [1702466204, "1116405"], [1702466237, "1120883"], [1702466261, "1121994"], [1702466291, "1130274"], [1702466327, "1138612"], [1702466360, "1153434"], [1702466384, "1162596"], [1702466417, "1173322"], [1702466441, "1188657"], [1702466471, "1198654"], [1702466507, "1216435"], [1702466540, "1221183"], [1702466597, "1235066"], [1702466633, "1244325"], [1702466666, "1250400"], [1702466705, "1265010"], [1702466732, "1278498"], [1702466765, "1294511"], [1702466801, "1304098"], [1702466852, "1319565"], [1702466876, "1324232"], [1702466918, "1335915"], [1702466978, "1481680"], [1702467014, "1493363"], [1702467038, "1515395"], [1702467068, "1518847"], [1702467122, "1541140"], [1702467158, "1555360"], [1702467191, "1565180"], [1702467221, "1577205"], [1702467257, "1589570"], [1702467299, "1608168"], [1702467350, "1626711"], [1702467386, "1638624"], [1702467419, "1655200"], [1702467455, "1672128"], [1702467515, "1700156"], [1702467542, "1717773"], [1702467566, "1730823"], [1702467599, "1735027"], [1702467635, "1741527"], [1702467668, "1752172"], [1702467695, "1756497"], [1702467716, "1772077"], [1702467746, "1775706"], [1702467800, "1793537"], [1702467824, "1798277"], [1702467908, "1814608"], [1702467944, "1828299"], [1702467968, "1832379"], [1702468001, "1848751"], [1702468031, "1857056"], [1702468067, "1871554"], [1702468085, "1885463"], [1702468115, "1892388"], [1702468151, "1904573"], [1702468181, "1928440"], [1702468208, "1936299"], [1702468241, "1940477"], [1702468256, "1942802"], [1702468286, "1948215"], [1702468322, "1963877"], [1702468352, "1985723"], [1702468388, "1994822"], [1702468424, "2001347"], [1702468457, "2009385"], [1702468493, "2012424"], [1702468517, "2021797"], [1702468550, "2031181"], [1702468586, "2055845"], [1702468613, "2069326"], [1702468637, "2077942"], [1702468679, "2091307"], [1702468721, "2095894"], [1702468730, "2106304"], [1702468766, "2112237"], [1702468799, "2117591"], [1702468835, "2124847"], [1702468898, "2147959"], [1702468934, "2174903"], [1702468970, "2191247"], [1702468994, "2204527"], [1702469024, "2218776"], [1702469060, "2233761"], [1702469111, "2247967"], [1702469144, "2257867"], [1702469168, "2268112"], [1702469204, "2297438"], [1702469237, "2316541"], [1702469273, "2330637"], [1702469303, "2350423"], [1702469336, "2366160"], [1702469360, "2394440"], [1702469387, "2400254"], [1702469411, "2406322"], [1702469435, "2425068"], [1702469468, "2435981"], [1702469504, "2449272"], [1702469537, "2460716"], [1702469573, "2468551"], [1702469606, "2479358"], [1702469633, "2487999"], [1702469660, "2501026"], [1702469684, "2517452"], [1702469717, "2527045"], [1702469753, "2541408"], [1702469786, "2558367"], [1702469816, "2572520"], [1702469834, "2575484"], [1702469864, "2577965"], [1702469906, "2600631"], [1702469936, "2604526"], [1702469972, "2616046"], [1702470005, "2630041"], [1702470029, "2651898"], [1702470065, "2667342"], [1702470101, "2689255"], [1702470131, "2715713"], [1702470167, "2740035"], [1702470203, "2750037"], [1702470251, "2768882"], [1702470278, "2788629"], [1702470311, "2799881"], [1702470347, "2806798"], [1702470371, "2815401"], [1702470404, "2836607"], [1702470440, "2848338"], [1702470476, "2859396"], [1702470506, "2869049"], [1702470542, "2889898"], [1702470575, "2914116"], [1702470611, "2931651"], [1702470635, "2963146"], [1702470662, "2975748"], [1702470686, "2994713"], [1702470719, "3011568"], [1702470746, "3020784"], [1702470812, "3038480"], [1702470845, "3052375"], [1702470875, "3408385"], [1702470899, "3418821"], [1702470953, "3429817"], [1702470983, "3435541"], [1702471025, "3441014"], [1702471067, "3463615"], [1702471169, "3493601"], [1702471193, "3504414"], [1702471226, "3511324"], [1702471265, "3518554"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "214191"], [1702462721, "214792"], [1702462736, "222084"], [1702462751, "222084"], [1702462763, "222084"], [1702462793, "222084"], [1702462808, "222140"], [1702462829, "222527"], [1702462844, "224778"], [1702462865, "226239"], [1702462880, "226857"], [1702462904, "325334"], [1702462919, "329792"], [1702462952, "366865"], [1702462973, "377293"], [1702462988, "459860"], [1702463045, "499714"], [1702463081, "539074"], [1702463114, "549886"], [1702463150, "576118"], [1702463186, "592430"], [1702463216, "613571"], [1702463240, "633055"], [1702463273, "648494"], [1702463324, "683904"], [1702463354, "703084"], [1702463381, "792837"], [1702463417, "858437"], [1702463453, "932232"], [1702463477, "960684"], [1702463510, "980780"], [1702463537, "1011036"], [1702463570, "1046226"], [1702463591, "1074758"], [1702463621, "1351137"], [1702463657, "1380734"], [1702463693, "1412434"], [1702463729, "1444625"], [1702463765, "1501926"], [1702463798, "1536184"], [1702463846, "1649662"], [1702463873, "1658559"], [1702463906, "1673830"], [1702463948, "1691005"], [1702463984, "1704551"], [1702464014, "1770134"], [1702464050, "1798526"], [1702464086, "1827997"], [1702464122, "1943350"], [1702464155, "1998611"], [1702464194, "2036390"], [1702464230, "2065266"], [1702464263, "2103512"], [1702464299, "2131422"], [1702464332, "2161799"], [1702464356, "2184615"], [1702464392, "2219646"], [1702464425, "2273060"], [1702464455, "2348951"], [1702464479, "2412480"], [1702464509, "2481484"], [1702464533, "2514236"], [1702464569, "2691760"], [1702464605, "2726579"], [1702464635, "2748480"], [1702464671, "2792232"], [1702464716, "2837832"], [1702464743, "2876147"], [1702464776, "2915763"], [1702464812, "2955899"], [1702464836, "2980351"], [1702464869, "3015326"], [1702464905, "3045340"], [1702464926, "3267145"], [1702464956, "3281702"], [1702464992, "3329061"], [1702465016, "3372069"], [1702465049, "3427508"], [1702465085, "3454402"], [1702465118, "3477292"], [1702465145, "3507775"], [1702465178, "3587863"], [1702465208, "3638341"], [1702465241, "3665144"], [1702465298, "3702950"], [1702465334, "3728709"], [1702465367, "3756392"], [1702465394, "3772677"], [1702465418, "3798504"], [1702465445, "3819016"], [1702465481, "3858489"], [1702465517, "3930564"], [1702465550, "3968160"], [1702465586, "4017055"], [1702465619, "4032637"], [1702465658, "4100411"], [1702465706, "4123576"], [1702465754, "4153411"], [1702465787, "4185326"], [1702465823, "4211810"], [1702465856, "4235290"], [1702465880, "4258503"], [1702465910, "4464449"], [1702465952, "4503130"], [1702465988, "4559834"], [1702466015, "4609800"], [1702466030, "4627375"], [1702466060, "4633801"], [1702466078, "4648057"], [1702466138, "4725570"], [1702466168, "4778250"], [1702466204, "4816172"], [1702466237, "4890540"], [1702466261, "4927530"], [1702466291, "4944843"], [1702466327, "4991751"], [1702466360, "5056408"], [1702466384, "5086464"], [1702466417, "5129116"], [1702466441, "5148832"], [1702466471, "5163580"], [1702466507, "5189971"], [1702466540, "5227757"], [1702466597, "5300506"], [1702466633, "5344719"], [1702466666, "5633709"], [1702466705, "5691842"], [1702466732, "5737537"], [1702466765, "5798487"], [1702466801, "5824804"], [1702466852, "5866927"], [1702466876, "5903946"], [1702466918, "5971746"], [1702466978, "6101811"], [1702467014, "6441531"], [1702467038, "6475454"], [1702467068, "6502863"], [1702467122, "6542066"], [1702467158, "6572042"], [1702467191, "6610206"], [1702467221, "6649479"], [1702467257, "6689628"], [1702467299, "6722672"], [1702467350, "6773212"], [1702467386, "6828193"], [1702467419, "6863523"], [1702467455, "6935915"], [1702467515, "7066141"], [1702467542, "7091785"], [1702467566, "7177038"], [1702467599, "7211500"], [1702467635, "7249792"], [1702467668, "7276446"], [1702467695, "7290914"], [1702467716, "7308996"], [1702467746, "7341518"], [1702467800, "7697385"], [1702467824, "7774540"], [1702467908, "7907743"], [1702467944, "7956520"], [1702467968, "7999389"], [1702468001, "8044798"], [1702468031, "8103612"], [1702468067, "8177670"], [1702468085, "8242638"], [1702468115, "8299082"], [1702468151, "8342842"], [1702468181, "8412289"], [1702468208, "8461332"], [1702468241, "8544015"], [1702468256, "8578645"], [1702468286, "8604556"], [1702468322, "8663223"], [1702468352, "8716146"], [1702468388, "8789816"], [1702468424, "8870720"], [1702468457, "8918441"], [1702468493, "9027098"], [1702468517, "9100919"], [1702468550, "9141785"], [1702468586, "9219567"], [1702468613, "9270427"], [1702468637, "9322780"], [1702468679, "9407663"], [1702468721, "9450188"], [1702468730, "9486199"], [1702468766, "9550405"], [1702468799, "9649505"], [1702468835, "9700716"], [1702468898, "9799439"], [1702468934, "9875337"], [1702468970, "9929668"], [1702468994, "9981722"], [1702469024, "10001473"], [1702469060, "10064526"], [1702469111, "10163038"], [1702469144, "10209643"], [1702469168, "10239345"], [1702469204, "10281095"], [1702469237, "10376036"], [1702469273, "10446465"], [1702469303, "10560320"], [1702469336, "10637591"], [1702469360, "10691484"], [1702469387, "10717689"], [1702469411, "10750974"], [1702469435, "10781716"], [1702469468, "10819748"], [1702469504, "10860859"], [1702469537, "10921391"], [1702469573, "11000747"], [1702469606, "11012466"], [1702469633, "11027664"], [1702469660, "11061427"], [1702469684, "11094211"], [1702469717, "11128160"], [1702469753, "11204335"], [1702469786, "11234045"], [1702469816, "11250553"], [1702469834, "11294699"], [1702469864, "11317691"], [1702469906, "11402568"], [1702469936, "11447790"], [1702469972, "11491408"], [1702470005, "11528475"], [1702470029, "11551240"], [1702470065, "11575118"], [1702470101, "11626455"], [1702470131, "11691543"], [1702470167, "11768841"], [1702470203, "11827631"], [1702470251, "11879027"], [1702470278, "11917627"], [1702470311, "11937626"], [1702470347, "12033772"], [1702470371, "12095922"], [1702470404, "12130952"], [1702470440, "12193294"], [1702470476, "12239818"], [1702470506, "12287497"], [1702470542, "12353941"], [1702470575, "12400610"], [1702470611, "12504025"], [1702470635, "12553630"], [1702470662, "12587828"], [1702470686, "12639939"], [1702470719, "12658183"], [1702470746, "12700069"], [1702470812, "12775852"], [1702470845, "12818010"], [1702470875, "12875135"], [1702470899, "12899453"], [1702470953, "12960890"], [1702470983, "13029131"], [1702471025, "13081889"], [1702471067, "13143439"], [1702471169, "13245519"], [1702471193, "13300791"], [1702471226, "13357985"], [1702471265, "13420158"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "241738"], [1702462721, "248312"], [1702462736, "266035"], [1702462751, "290952"], [1702462763, "300356"], [1702462793, "317569"], [1702462808, "333213"], [1702462829, "353581"], [1702462844, "380001"], [1702462865, "390495"], [1702462880, "413868"], [1702462904, "453792"], [1702462919, "455309"], [1702462952, "471162"], [1702462973, "485675"], [1702462988, "492421"], [1702463045, "526528"], [1702463081, "546595"], [1702463114, "581978"], [1702463150, "600979"], [1702463186, "607515"], [1702463216, "639005"], [1702463240, "649764"], [1702463273, "682187"], [1702463324, "704595"], [1702463354, "725106"], [1702463381, "758051"], [1702463417, "808008"], [1702463453, "848100"], [1702463477, "871682"], [1702463510, "881849"], [1702463537, "891929"], [1702463570, "914915"], [1702463591, "924537"], [1702463621, "937164"], [1702463657, "972576"], [1702463693, "1010577"], [1702463729, "1037816"], [1702463765, "1118739"], [1702463798, "1150622"], [1702463846, "1174916"], [1702463873, "1209884"], [1702463906, "1230837"], [1702463948, "1256184"], [1702463984, "1278599"], [1702464014, "1299766"], [1702464050, "1310540"], [1702464086, "1347295"], [1702464122, "1370469"], [1702464155, "1432369"], [1702464194, "1446622"], [1702464230, "1466964"], [1702464263, "1495305"], [1702464299, "1534396"], [1702464332, "1568429"], [1702464356, "1582691"], [1702464392, "1602533"], [1702464425, "1614016"], [1702464455, "1631580"], [1702464479, "1658628"], [1702464509, "1724707"], [1702464533, "1745665"], [1702464569, "1775067"], [1702464605, "1795483"], [1702464635, "1809061"], [1702464671, "1832308"], [1702464716, "1846866"], [1702464743, "1876602"], [1702464776, "1892042"], [1702464812, "2387306"], [1702464836, "2432973"], [1702464869, "2441771"], [1702464905, "2472949"], [1702464926, "2498542"], [1702464956, "2525526"], [1702464992, "2550823"], [1702465016, "2591304"], [1702465049, "2601649"], [1702465085, "2692078"], [1702465118, "2713723"], [1702465145, "2750296"], [1702465178, "2761945"], [1702465208, "2772702"], [1702465241, "2818767"], [1702465298, "2872756"], [1702465334, "2891655"], [1702465367, "2920571"], [1702465394, "2945329"], [1702465418, "2963266"], [1702465445, "2967846"], [1702465481, "2994930"], [1702465517, "3017857"], [1702465550, "3023640"], [1702465586, "3108009"], [1702465619, "3144869"], [1702465658, "3173418"], [1702465706, "3193698"], [1702465754, "3244877"], [1702465787, "3270705"], [1702465823, "3282018"], [1702465856, "3306865"], [1702465880, "3311610"], [1702465910, "3326975"], [1702465952, "3357574"], [1702465988, "3400967"], [1702466015, "3419390"], [1702466030, "3438047"], [1702466060, "3453784"], [1702466078, "3487474"], [1702466138, "3535055"], [1702466168, "3572454"], [1702466204, "3617553"], [1702466237, "3666440"], [1702466261, "3709937"], [1702466291, "3724150"], [1702466327, "3743796"], [1702466360, "3767249"], [1702466384, "3825746"], [1702466417, "3853897"], [1702466441, "3878961"], [1702466471, "3922095"], [1702466507, "3971454"], [1702466540, "3988712"], [1702466597, "4044312"], [1702466633, "4069131"], [1702466666, "4110678"], [1702466705, "4132386"], [1702466732, "4165883"], [1702466765, "4202190"], [1702466801, "4236669"], [1702466852, "4291288"], [1702466876, "4329948"], [1702466918, "4366098"], [1702466978, "4432594"], [1702467014, "4470389"], [1702467038, "4492553"], [1702467068, "4505687"], [1702467122, "4562194"], [1702467158, "4595275"], [1702467191, "4605638"], [1702467221, "4621685"], [1702467257, "4658163"], [1702467299, "4682015"], [1702467350, "4716203"], [1702467386, "4738628"], [1702467419, "4753734"], [1702467455, "4815628"], [1702467515, "4866754"], [1702467542, "4887041"], [1702467566, "4929056"], [1702467599, "4950353"], [1702467635, "5000668"], [1702467668, "5032398"], [1702467695, "5055543"], [1702467716, "5111599"], [1702467746, "5122726"], [1702467800, "5191988"], [1702467824, "5261237"], [1702467908, "5398309"], [1702467944, "5429880"], [1702467968, "5489589"], [1702468001, "5527082"], [1702468031, "5558712"], [1702468067, "5594169"], [1702468085, "5632300"], [1702468115, "5654026"], [1702468151, "5681036"], [1702468181, "5745003"], [1702468208, "5776030"], [1702468241, "5819268"], [1702468256, "5852767"], [1702468286, "5875133"], [1702468322, "5899874"], [1702468352, "5953894"], [1702468388, "5997305"], [1702468424, "6014190"], [1702468457, "6079744"], [1702468493, "6114435"], [1702468517, "6139255"], [1702468550, "6167713"], [1702468586, "6218055"], [1702468613, "6247550"], [1702468637, "6284645"], [1702468679, "6317797"], [1702468721, "6321136"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1648"], [1702462721, "1648"], [1702462736, "5007"], [1702462751, "5147"], [1702462763, "5147"], [1702462793, "5147"], [1702462808, "5147"], [1702462829, "27375"], [1702462844, "27375"], [1702462865, "27375"], [1702462880, "27375"], [1702462904, "27375"], [1702462919, "28362"], [1702462952, "30030"], [1702462973, "30030"], [1702462988, "30588"], [1702463045, "35645"], [1702463081, "40008"], [1702463114, "43296"], [1702463150, "43296"], [1702463186, "43435"], [1702463216, "44363"], [1702463240, "44501"], [1702463273, "46527"], [1702463324, "49431"], [1702463354, "49431"], [1702463381, "49431"], [1702463417, "53621"], [1702463453, "56808"], [1702463477, "56808"], [1702463510, "56808"], [1702463537, "57811"], [1702463570, "59810"], [1702463591, "59810"], [1702463621, "59810"], [1702463657, "62981"], [1702463693, "66967"], [1702463729, "68299"], [1702463765, "69095"], [1702463798, "69787"], [1702463846, "71364"], [1702463873, "71364"], [1702463906, "71364"], [1702463948, "71364"], [1702463984, "71501"], [1702464014, "72217"], [1702464050, "73605"], [1702464086, "74866"], [1702464122, "76060"], [1702464155, "78206"], [1702464194, "78206"], [1702464230, "78206"], [1702464263, "78206"], [1702464299, "78206"], [1702464332, "79327"], [1702464356, "79327"], [1702464392, "81703"], [1702464425, "82861"], [1702464455, "85614"], [1702464479, "87533"], [1702464509, "89727"], [1702464533, "90759"], [1702464569, "92505"], [1702464605, "94591"], [1702464635, "96829"], [1702464671, "96829"], [1702464716, "98397"], [1702464743, "99698"], [1702464776, "99698"], [1702464812, "99955"], [1702464836, "101725"], [1702464869, "105064"], [1702464905, "105064"], [1702464926, "107054"], [1702464956, "107593"], [1702464992, "108039"], [1702465016, "108039"], [1702465049, "108039"], [1702465085, "109435"], [1702465118, "109435"], [1702465145, "112171"], [1702465178, "112171"], [1702465208, "112171"], [1702465241, "114251"], [1702465298, "114903"], [1702465334, "117003"], [1702465367, "118620"], [1702465394, "118719"], [1702465418, "118900"], [1702465445, "118900"], [1702465481, "120458"], [1702465517, "121038"], [1702465550, "121038"], [1702465586, "122644"], [1702465619, "122742"], [1702465658, "126140"], [1702465706, "126280"], [1702465754, "128503"], [1702465787, "128503"], [1702465823, "128764"], [1702465856, "128764"], [1702465880, "129399"], [1702465910, "129492"], [1702465952, "131073"], [1702465988, "134476"], [1702466015, "134476"], [1702466030, "135092"], [1702466060, "135239"], [1702466078, "136684"], [1702466138, "137950"], [1702466168, "137950"], [1702466204, "137950"], [1702466237, "137950"], [1702466261, "138640"], [1702466291, "138884"], [1702466327, "139912"], [1702466360, "139912"], [1702466384, "139912"], [1702466417, "140056"], [1702466441, "142685"], [1702466471, "142685"], [1702466507, "142685"], [1702466540, "142685"], [1702466597, "143531"], [1702466633, "143531"], [1702466666, "143531"], [1702466705, "144801"], [1702466732, "144988"], [1702466765, "145662"], [1702466801, "149081"], [1702466852, "149081"], [1702466876, "149081"], [1702466918, "149377"], [1702466978, "150047"], [1702467014, "152056"], [1702467038, "154424"], [1702467068, "154424"], [1702467122, "156171"], [1702467158, "158259"], [1702467191, "158259"], [1702467221, "158259"], [1702467257, "158259"], [1702467299, "160557"], [1702467350, "162678"], [1702467386, "166705"], [1702467419, "170671"], [1702467455, "172300"], [1702467515, "173086"], [1702467542, "173086"], [1702467566, "175709"], [1702467599, "175709"], [1702467635, "175709"], [1702467668, "179425"], [1702467695, "179525"], [1702467716, "179525"], [1702467746, "179859"], [1702467800, "179859"], [1702467824, "181757"], [1702467908, "184217"], [1702467944, "186291"], [1702467968, "190391"], [1702468001, "192980"], [1702468031, "192980"], [1702468067, "194537"], [1702468085, "194537"], [1702468115, "197134"], [1702468151, "197134"], [1702468181, "197134"], [1702468208, "199199"], [1702468241, "199561"], [1702468256, "199676"], [1702468286, "202309"], [1702468322, "202970"], [1702468352, "207022"], [1702468388, "207022"], [1702468424, "207022"], [1702468457, "208972"], [1702468493, "209674"], [1702468517, "209674"], [1702468550, "209674"], [1702468586, "209674"], [1702468613, "211560"], [1702468637, "212352"], [1702468679, "215542"], [1702468721, "215661"], [1702468730, "215661"], [1702468766, "215661"], [1702468799, "219252"], [1702468835, "219252"], [1702468898, "219252"], [1702468934, "219252"], [1702468970, "219252"], [1702468994, "219252"], [1702469024, "219252"], [1702469060, "220000"], [1702469111, "220000"], [1702469144, "220000"], [1702469168, "220000"], [1702469204, "222041"], [1702469237, "222180"], [1702469273, "222180"], [1702469303, "225656"], [1702469336, "229333"], [1702469360, "229333"], [1702469387, "229333"], [1702469411, "229333"], [1702469435, "230710"], [1702469468, "230710"], [1702469504, "232431"], [1702469537, "232534"], [1702469573, "232534"], [1702469606, "232534"], [1702469633, "235475"], [1702469660, "236714"], [1702469684, "236714"], [1702469717, "236714"], [1702469753, "236714"], [1702469786, "237291"], [1702469816, "256336"], [1702469834, "256336"], [1702469864, "256425"], [1702469906, "256989"], [1702469936, "256989"], [1702469972, "256989"], [1702470005, "258708"], [1702470029, "258708"], [1702470065, "260641"], [1702470101, "260641"], [1702470131, "261079"], [1702470167, "261079"], [1702470203, "262756"], [1702470251, "266162"], [1702470278, "266906"], [1702470311, "268962"], [1702470347, "268962"], [1702470371, "268962"], [1702470404, "268962"], [1702470440, "269117"], [1702470476, "270673"], [1702470506, "270916"], [1702470542, "275970"], [1702470575, "275970"], [1702470611, "276173"], [1702470635, "276173"], [1702470662, "276960"], [1702470686, "276960"], [1702470719, "277782"], [1702470746, "277782"], [1702470812, "279505"], [1702470845, "280805"], [1702470875, "281943"], [1702470899, "285021"], [1702470953, "285021"], [1702470983, "286556"], [1702471025, "286556"], [1702471067, "288010"], [1702471169, "290103"], [1702471193, "290103"], [1702471226, "290103"], [1702471265, "290212"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6095802"], [1702462721, "6301648"], [1702462736, "6470379"], [1702462751, "6619609"], [1702462763, "7518921"], [1702462793, "7837625"], [1702462808, "8065676"], [1702462829, "8350755"], [1702462844, "8692767"], [1702462865, "8877459"], [1702462880, "9126969"], [1702462904, "9590823"], [1702462919, "9688501"], [1702462952, "10139355"], [1702462973, "10400042"], [1702462988, "10753344"], [1702463045, "11714215"], [1702463081, "12249755"], [1702463114, "12619047"], [1702463150, "12957957"], [1702463186, "13419162"], [1702463216, "13948963"], [1702463240, "14405405"], [1702463273, "14612617"], [1702463324, "16424941"], [1702463354, "17258183"], [1702463381, "17862379"], [1702463417, "18671470"], [1702463453, "19343965"], [1702463477, "19851351"], [1702463510, "20740909"], [1702463537, "21216859"], [1702463570, "21688640"], [1702463591, "22119287"], [1702463621, "22532716"], [1702463657, "23101645"], [1702463693, "23506497"], [1702463729, "24009030"], [1702463765, "24902426"], [1702463798, "25527433"], [1702463846, "25966311"], [1702463873, "26426351"], [1702463906, "27068362"], [1702463948, "27845620"], [1702463984, "28376017"], [1702464014, "28874064"], [1702464050, "29425677"], [1702464086, "29820697"], [1702464122, "30399205"], [1702464155, "30875785"], [1702464194, "32547807"], [1702464230, "32974103"], [1702464263, "33804672"], [1702464299, "34432766"], [1702464332, "35031474"], [1702464356, "35315548"], [1702464392, "35749828"], [1702464425, "36510056"], [1702464455, "37081790"], [1702464479, "37581097"], [1702464509, "38078659"], [1702464533, "38435757"], [1702464569, "38930704"], [1702464605, "39393975"], [1702464635, "39882467"], [1702464671, "40453662"], [1702464716, "40960149"], [1702464743, "41433078"], [1702464776, "42616770"], [1702464812, "43100954"], [1702464836, "43575930"], [1702464869, "43948331"], [1702464905, "44418141"], [1702464926, "44776114"], [1702464956, "45109961"], [1702464992, "45740586"], [1702465016, "46262588"], [1702465049, "46662745"], [1702465085, "47352627"], [1702465118, "48006126"], [1702465145, "48519240"], [1702465178, "48991730"], [1702465208, "49359081"], [1702465241, "50210050"], [1702465298, "51214846"], [1702465334, "51684503"], [1702465367, "52074721"], [1702465394, "52321518"], [1702465418, "52845214"], [1702465445, "53175107"], [1702465481, "53555008"], [1702465517, "54125461"], [1702465550, "54638570"], [1702465586, "58694782"], [1702465619, "59148097"], [1702465658, "60062218"], [1702465706, "60473208"], [1702465754, "61126585"], [1702465787, "61670077"], [1702465823, "62273796"], [1702465856, "62574542"], [1702465880, "62894996"], [1702465910, "63418274"], [1702465952, "63893355"], [1702465988, "64568113"], [1702466015, "65149520"], [1702466030, "65608326"], [1702466060, "65887863"], [1702466078, "68188815"], [1702466138, "68741486"], [1702466168, "69288027"], [1702466204, "69732219"], [1702466237, "70369510"], [1702466261, "70886352"], [1702466291, "71141952"], [1702466327, "71678709"], [1702466360, "72369008"], [1702466384, "72967177"], [1702466417, "73591622"], [1702466441, "73986488"], [1702466471, "74342844"], [1702466507, "74895285"], [1702466540, "75328603"], [1702466597, "76200954"], [1702466633, "76555511"], [1702466666, "76866158"], [1702466705, "77523561"], [1702466732, "78567826"], [1702466765, "79251725"], [1702466801, "79641057"], [1702466852, "80637416"], [1702466876, "82099404"], [1702466918, "82625916"], [1702466978, "83634630"], [1702467014, "84415748"], [1702467038, "84928693"], [1702467068, "85245642"], [1702467122, "87316748"], [1702467158, "87894790"], [1702467191, "91149730"], [1702467221, "91598151"], [1702467257, "92233146"], [1702467299, "93340992"], [1702467350, "94547420"], [1702467386, "95403124"], [1702467419, "96513997"], [1702467455, "98606142"], [1702467515, "101601136"], [1702467542, "102494654"], [1702467566, "103415033"], [1702467599, "103938301"], [1702467635, "105128950"], [1702467668, "105685841"], [1702467695, "106162173"], [1702467716, "106695947"], [1702467746, "107265060"], [1702467800, "109356604"], [1702467824, "111040928"], [1702467908, "114801719"], [1702467944, "116380737"], [1702467968, "117647371"], [1702468001, "121920154"], [1702468031, "122280745"], [1702468067, "123040118"], [1702468085, "123946166"], [1702468115, "124493430"], [1702468151, "125723172"], [1702468181, "128204620"], [1702468208, "129798707"], [1702468241, "132025537"], [1702468256, "133210593"], [1702468286, "134216401"], [1702468322, "135475375"], [1702468352, "137174685"], [1702468388, "138297071"], [1702468424, "138995895"], [1702468457, "140189122"], [1702468493, "140880448"], [1702468517, "142338325"], [1702468550, "143977065"], [1702468586, "145600291"], [1702468613, "147141441"], [1702468637, "147810084"], [1702468679, "149329940"], [1702468721, "150663886"], [1702468730, "151474843"], [1702468766, "151898147"], [1702468799, "152436390"], [1702468835, "153233918"], [1702468898, "154329230"], [1702468934, "155942683"], [1702468970, "158132107"], [1702468994, "159557699"], [1702469024, "160543153"], [1702469060, "162141315"], [1702469111, "163998980"], [1702469144, "164610717"], [1702469168, "165040679"], [1702469204, "165592152"], [1702469237, "166171608"], [1702469273, "167334091"], [1702469303, "168747246"], [1702469336, "170628725"], [1702469360, "171544511"], [1702469387, "172620239"], [1702469411, "173200051"], [1702469435, "173881792"], [1702469468, "174470333"], [1702469504, "175265122"], [1702469537, "175664977"], [1702469573, "179889744"], [1702469606, "180671440"], [1702469633, "180922375"], [1702469660, "182093154"], [1702469684, "183613077"], [1702469717, "184640417"], [1702469753, "186086640"], [1702469786, "187680126"], [1702469816, "188405964"], [1702469834, "189781637"], [1702469864, "190280177"], [1702469906, "191873730"], [1702469936, "192280028"], [1702469972, "192862377"], [1702470005, "193521336"], [1702470029, "194236735"], [1702470065, "194830273"], [1702470101, "196032249"], [1702470131, "197507051"], [1702470167, "199304512"], [1702470203, "200990543"], [1702470251, "203165655"], [1702470278, "204449571"], [1702470311, "205904134"], [1702470347, "207021618"], [1702470371, "207660499"], [1702470404, "208109775"], [1702470440, "208556783"], [1702470476, "209062425"], [1702470506, "209472228"], [1702470542, "211707465"], [1702470575, "212493992"], [1702470611, "213888900"], [1702470635, "215779881"], [1702470662, "216794033"], [1702470686, "217718877"], [1702470719, "218216004"], [1702470746, "219293751"], [1702470812, "220977091"], [1702470845, "221642665"], [1702470875, "222160738"], [1702470899, "222633802"], [1702470953, "223241410"], [1702470983, "223703028"], [1702471025, "224054404"], [1702471067, "224882046"], [1702471169, "226199000"], [1702471193, "226582297"], [1702471226, "229072244"], [1702471265, "229502982"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "471030"], [1702462721, "704296"], [1702462736, "710079"], [1702462751, "725943"], [1702462763, "753005"], [1702462793, "798947"], [1702462808, "836542"], [1702462829, "860739"], [1702462844, "881501"], [1702462865, "898268"], [1702462880, "911336"], [1702462904, "954557"], [1702462919, "974400"], [1702462952, "1025564"], [1702462973, "1031862"], [1702462988, "1045451"], [1702463045, "1070140"], [1702463081, "1123631"], [1702463114, "1144662"], [1702463150, "1159738"], [1702463186, "1198215"], [1702463216, "1465903"], [1702463240, "1506773"], [1702463273, "1530829"], [1702463324, "1612914"], [1702463354, "1656292"], [1702463381, "1681082"], [1702463417, "1729156"], [1702463453, "1760362"], [1702463477, "2093741"], [1702463510, "2132615"], [1702463537, "2730212"], [1702463570, "2758604"], [1702463591, "2794151"], [1702463621, "2858051"], [1702463657, "2957701"], [1702463693, "3049891"], [1702463729, "3165626"], [1702463765, "3238018"], [1702463798, "3312173"], [1702463846, "3392048"], [1702463873, "3454794"], [1702463906, "3517979"], [1702463948, "3640365"], [1702463984, "3710803"], [1702464014, "3792296"], [1702464050, "3875808"], [1702464086, "3954204"], [1702464122, "4055369"], [1702464155, "4115470"], [1702464194, "4239369"], [1702464230, "4320562"], [1702464263, "4428833"], [1702464299, "4484623"], [1702464332, "4564149"], [1702464356, "4626484"], [1702464392, "4716145"], [1702464425, "4762834"], [1702464455, "4809709"], [1702464479, "4870087"], [1702464509, "4943121"], [1702464533, "5003752"], [1702464569, "5071730"], [1702464605, "5154752"], [1702464635, "5203213"], [1702464671, "5280348"], [1702464716, "5353171"], [1702464743, "5433456"], [1702464776, "5480981"], [1702464812, "5534903"], [1702464836, "5601343"], [1702464869, "5704331"], [1702464905, "6185564"], [1702464926, "6245002"], [1702464956, "6278890"], [1702464992, "6329824"], [1702465016, "6396332"], [1702465049, "6444369"], [1702465085, "6496491"], [1702465118, "6561612"], [1702465145, "6659714"], [1702465178, "6728595"], [1702465208, "6793165"], [1702465241, "6890815"], [1702465298, "7063507"], [1702465334, "7121590"], [1702465367, "7198594"], [1702465394, "7218035"], [1702465418, "7292349"], [1702465445, "7339427"], [1702465481, "7433980"], [1702465517, "7480047"], [1702465550, "7548175"], [1702465586, "7658995"], [1702465619, "7768396"], [1702465658, "7878957"], [1702465706, "7928824"], [1702465754, "8095698"], [1702465787, "8166602"], [1702465823, "8251031"], [1702465856, "8300351"], [1702465880, "8346055"], [1702465910, "8418235"], [1702465952, "8536405"], [1702465988, "8591109"], [1702466015, "8628366"], [1702466030, "8693063"], [1702466060, "8738908"], [1702466078, "8827380"], [1702466138, "8963629"], [1702466168, "9058342"], [1702466204, "9132782"], [1702466237, "9255548"], [1702466261, "9325155"], [1702466291, "9411707"], [1702466327, "9489378"], [1702466360, "9564219"], [1702466384, "9644544"], [1702466417, "9743988"], [1702466441, "9808086"], [1702466471, "9847722"], [1702466507, "9958847"], [1702466540, "10022742"], [1702466597, "10171881"], [1702466633, "10236376"], [1702466666, "10269437"], [1702466705, "10307382"], [1702466732, "10358911"], [1702466765, "10469525"], [1702466801, "10538355"], [1702466852, "10616352"], [1702466876, "10651931"], [1702466918, "10702017"], [1702466978, "10854730"], [1702467014, "10910775"], [1702467038, "10987370"], [1702467068, "11059708"], [1702467122, "11202934"], [1702467158, "11263592"], [1702467191, "11342514"], [1702467221, "11423021"], [1702467257, "11541989"], [1702467299, "11614521"], [1702467350, "11730892"], [1702467386, "11811352"], [1702467419, "11961426"], [1702467455, "12066875"], [1702467515, "12306433"], [1702467542, "12370170"], [1702467566, "12457497"], [1702467599, "12509464"], [1702467635, "12584605"], [1702467668, "12676652"], [1702467695, "12743718"], [1702467716, "12849276"], [1702467746, "12920548"], [1702467800, "13136935"], [1702467824, "13332978"], [1702467908, "13625505"], [1702467944, "13705289"], [1702467968, "13780880"], [1702468001, "13842317"], [1702468031, "13877586"], [1702468067, "13946843"], [1702468085, "14087126"], [1702468115, "14162499"], [1702468151, "14306100"], [1702468181, "14404171"], [1702468208, "14516470"], [1702468241, "14653508"], [1702468256, "15302615"], [1702468286, "15342113"], [1702468322, "15413242"], [1702468352, "15557151"], [1702468388, "15709494"], [1702468424, "15838409"], [1702468457, "15877998"], [1702468493, "15966911"], [1702468517, "16117185"], [1702468550, "16188595"], [1702468586, "16314811"], [1702468613, "16406403"], [1702468637, "16469980"], [1702468679, "16616463"], [1702468721, "16708104"], [1702468730, "16765840"], [1702468766, "16786421"], [1702468799, "16866202"], [1702468835, "16961779"], [1702468898, "17118833"], [1702468934, "17313208"], [1702468970, "17484045"], [1702468994, "17604083"], [1702469024, "17649505"], [1702469060, "17784531"], [1702469111, "17955522"], [1702469144, "18077277"], [1702469168, "18139463"], [1702469204, "18197182"], [1702469237, "18259587"], [1702469273, "18334596"], [1702469303, "18437231"], [1702469336, "18556549"], [1702469360, "18668132"], [1702469387, "18709305"], [1702469411, "18756457"], [1702469435, "18821771"], [1702469468, "18868517"], [1702469504, "18955899"], [1702469537, "19038743"], [1702469573, "19092631"], [1702469606, "19197512"], [1702469633, "19230075"], [1702469660, "19342353"], [1702469684, "19456534"], [1702469717, "19530879"], [1702469753, "19637918"], [1702469786, "19745714"], [1702469816, "19793269"], [1702469834, "19897556"], [1702469864, "19977536"], [1702469906, "20154041"], [1702469936, "20230315"], [1702469972, "20377374"], [1702470005, "20465844"], [1702470029, "20519620"], [1702470065, "21725834"], [1702470101, "21798978"], [1702470131, "21980247"], [1702470167, "22124068"], [1702470203, "22277648"], [1702470251, "22428496"], [1702470278, "22497254"], [1702470311, "22599410"], [1702470347, "22697720"], [1702470371, "22786897"], [1702470404, "22856405"], [1702470440, "22937293"], [1702470476, "23047160"], [1702470506, "23145458"], [1702470542, "23264303"], [1702470575, "23411728"], [1702470611, "23512131"], [1702470635, "23609782"], [1702470662, "23657580"], [1702470686, "23749740"], [1702470719, "23804022"], [1702470746, "23871446"], [1702470812, "24007978"], [1702470845, "24055670"], [1702470875, "24189869"], [1702470899, "24261024"], [1702470953, "24382877"], [1702470983, "24439257"], [1702471025, "24490185"], [1702471067, "24621877"], [1702471169, "24892302"], [1702471193, "24947520"], [1702471226, "25090882"], [1702471265, "25191030"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "139"], [1702462952, "139"], [1702462973, "139"], [1702462988, "139"], [1702463045, "139"], [1702463081, "139"], [1702463114, "139"], [1702463150, "139"], [1702463186, "139"], [1702463216, "139"], [1702463240, "139"], [1702463273, "139"], [1702463324, "139"], [1702463354, "139"], [1702463381, "139"], [1702463417, "139"], [1702463453, "139"], [1702463477, "139"], [1702463510, "139"], [1702463537, "139"], [1702463570, "139"], [1702463591, "139"], [1702463621, "139"], [1702463657, "139"], [1702463693, "139"], [1702463729, "139"], [1702463765, "139"], [1702463798, "139"], [1702463846, "139"], [1702463873, "139"], [1702463906, "139"], [1702463948, "139"], [1702463984, "139"], [1702464014, "139"], [1702464050, "139"], [1702464086, "139"], [1702464122, "139"], [1702464155, "139"], [1702464194, "139"], [1702464230, "139"], [1702464263, "139"], [1702464299, "139"], [1702464332, "139"], [1702464356, "139"], [1702464392, "139"], [1702464425, "139"], [1702464455, "139"], [1702464479, "139"], [1702464509, "139"], [1702464533, "139"], [1702464569, "139"], [1702464605, "139"], [1702464635, "139"], [1702464671, "139"], [1702464716, "139"], [1702464743, "139"], [1702464776, "139"], [1702464812, "139"], [1702464836, "139"], [1702464869, "139"], [1702464905, "139"], [1702464926, "139"], [1702464956, "139"], [1702464992, "139"], [1702465016, "139"], [1702465049, "139"], [1702465085, "139"], [1702465118, "139"], [1702465145, "139"], [1702465178, "139"], [1702465208, "139"], [1702465241, "139"], [1702465298, "139"], [1702465334, "139"], [1702465367, "139"], [1702465394, "139"], [1702465418, "139"], [1702465445, "139"], [1702465481, "139"], [1702465517, "139"], [1702465550, "139"], [1702465586, "139"], [1702465619, "139"], [1702465658, "139"], [1702465706, "139"], [1702465754, "139"], [1702465787, "139"], [1702465823, "139"], [1702465856, "139"], [1702465880, "139"], [1702465910, "139"], [1702465952, "139"], [1702465988, "139"], [1702466015, "139"], [1702466030, "139"], [1702466060, "139"], [1702466078, "139"], [1702466138, "139"], [1702466168, "139"], [1702466204, "139"], [1702466237, "139"], [1702466261, "139"], [1702466291, "139"], [1702466327, "139"], [1702466360, "139"], [1702466384, "139"], [1702466417, "139"], [1702466441, "139"], [1702466471, "139"], [1702466507, "139"], [1702466540, "139"], [1702466597, "139"], [1702466633, "139"], [1702466666, "139"], [1702466705, "139"], [1702466732, "139"], [1702466765, "139"], [1702466801, "139"], [1702466852, "139"], [1702466876, "139"], [1702466918, "139"], [1702466978, "139"], [1702467014, "139"], [1702467038, "139"], [1702467068, "139"], [1702467122, "139"], [1702467158, "139"], [1702467191, "139"], [1702467221, "139"], [1702467257, "139"], [1702467299, "139"], [1702467350, "139"], [1702467386, "139"], [1702467419, "139"], [1702467455, "139"], [1702467515, "139"], [1702467542, "139"], [1702467566, "139"], [1702467599, "139"], [1702467635, "139"], [1702467668, "139"], [1702467695, "139"], [1702467716, "139"], [1702467746, "139"], [1702467800, "139"], [1702467824, "139"], [1702467908, "139"], [1702467944, "139"], [1702467968, "139"], [1702468001, "139"], [1702468031, "139"], [1702468067, "139"], [1702468085, "139"], [1702468115, "139"], [1702468151, "139"], [1702468181, "139"], [1702468208, "139"], [1702468241, "139"], [1702468256, "139"], [1702468286, "139"], [1702468322, "139"], [1702468352, "139"], [1702468388, "139"], [1702468424, "139"], [1702468457, "139"], [1702468493, "139"], [1702468517, "139"], [1702468550, "139"], [1702468586, "139"], [1702468613, "139"], [1702468637, "139"], [1702468679, "139"], [1702468721, "139"], [1702468730, "139"], [1702468766, "139"], [1702468799, "139"], [1702468835, "139"], [1702468898, "534"], [1702468934, "534"], [1702468970, "534"], [1702468994, "534"], [1702469024, "534"], [1702469060, "534"], [1702469111, "534"], [1702469144, "534"], [1702469168, "534"], [1702469204, "534"], [1702469237, "534"], [1702469273, "534"], [1702469303, "534"], [1702469336, "534"], [1702469360, "534"], [1702469387, "534"], [1702469411, "534"], [1702469435, "534"], [1702469468, "534"], [1702469504, "534"], [1702469537, "534"], [1702469573, "534"], [1702469606, "534"], [1702469633, "534"], [1702469660, "534"], [1702469684, "534"], [1702469717, "534"], [1702469753, "534"], [1702469786, "534"], [1702469816, "534"], [1702469834, "534"], [1702469864, "534"], [1702469906, "534"], [1702469936, "534"], [1702469972, "534"], [1702470005, "534"], [1702470029, "534"], [1702470065, "534"], [1702470101, "534"], [1702470131, "534"], [1702470167, "534"], [1702470203, "534"], [1702470251, "534"], [1702470278, "534"], [1702470311, "534"], [1702470347, "534"], [1702470371, "534"], [1702470404, "534"], [1702470440, "534"], [1702470476, "534"], [1702470506, "534"], [1702470542, "534"], [1702470575, "534"], [1702470611, "534"], [1702470635, "534"], [1702470662, "534"], [1702470686, "534"], [1702470719, "534"], [1702470746, "534"], [1702470812, "534"], [1702470845, "534"], [1702470875, "534"], [1702470899, "534"], [1702470953, "534"], [1702470983, "534"], [1702471025, "534"], [1702471067, "534"], [1702471169, "534"], [1702471193, "534"], [1702471226, "534"], [1702471265, "534"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "60628"], [1702462988, "68918"], [1702463045, "84858"], [1702463081, "102146"], [1702463114, "115333"], [1702463150, "120656"], [1702463186, "126044"], [1702463216, "135504"], [1702463240, "140334"], [1702463273, "145507"], [1702463324, "157496"], [1702463354, "162342"], [1702463381, "175382"], [1702463417, "189641"], [1702463453, "199995"], [1702463477, "216968"], [1702463510, "225010"], [1702463537, "231176"], [1702463570, "235819"], [1702463591, "239997"], [1702463621, "242672"], [1702463657, "246774"], [1702463693, "256698"], [1702463729, "265236"], [1702463765, "278582"], [1702463798, "294744"], [1702463846, "308479"], [1702463873, "317248"], [1702463906, "324005"], [1702463948, "343803"], [1702463984, "352562"], [1702464014, "364305"], [1702464050, "378534"], [1702464086, "386912"], [1702464122, "396298"], [1702464155, "402231"], [1702464194, "416827"], [1702464230, "420626"], [1702464263, "431618"], [1702464299, "469549"], [1702464332, "479480"], [1702464356, "485735"], [1702464392, "491998"], [1702464425, "500506"], [1702464455, "506853"], [1702464479, "514134"], [1702464509, "524778"], [1702464533, "537164"], [1702464569, "546771"], [1702464605, "558495"], [1702464635, "579602"], [1702464671, "593328"], [1702464716, "607444"], [1702464743, "614511"], [1702464776, "635802"], [1702464812, "647827"], [1702464836, "656042"], [1702464869, "666348"], [1702464905, "670499"], [1702464926, "680660"], [1702464956, "689394"], [1702464992, "716623"], [1702465016, "725925"], [1702465049, "738537"], [1702465085, "748342"], [1702465118, "757277"], [1702465145, "767790"], [1702465178, "773080"], [1702465208, "782877"], [1702465241, "792718"], [1702465298, "814228"], [1702465334, "821681"], [1702465367, "836610"], [1702465394, "848325"], [1702465418, "854017"], [1702465445, "862312"], [1702465481, "869914"], [1702465517, "888082"], [1702465550, "897152"], [1702465586, "908869"], [1702465619, "919149"], [1702465658, "934488"], [1702465706, "941981"], [1702465754, "959338"], [1702465787, "965141"], [1702465823, "971154"], [1702465856, "983653"], [1702465880, "993505"], [1702465910, "1004047"], [1702465952, "1015410"], [1702465988, "1031887"], [1702466015, "1040855"], [1702466030, "1052692"], [1702466060, "1057150"], [1702466078, "1070443"], [1702466138, "1086463"], [1702466168, "1099292"], [1702466204, "1104630"], [1702466237, "1117659"], [1702466261, "1131318"], [1702466291, "1139020"], [1702466327, "1148224"], [1702466360, "1158247"], [1702466384, "1163626"], [1702466417, "1172316"], [1702466441, "1182658"], [1702466471, "1194483"], [1702466507, "1213171"], [1702466540, "1221900"], [1702466597, "1255719"], [1702466633, "1266063"], [1702466666, "1273468"], [1702466705, "1280500"], [1702466732, "1291065"], [1702466765, "1303987"], [1702466801, "1313489"], [1702466852, "1334842"], [1702466876, "1338840"], [1702466918, "1350638"], [1702466978, "1377842"], [1702467014, "1387165"], [1702467038, "1398398"], [1702467068, "1409759"], [1702467122, "1432465"], [1702467158, "1442944"], [1702467191, "1451431"], [1702467221, "1464527"], [1702467257, "1476067"], [1702467299, "1485169"], [1702467350, "1511227"], [1702467386, "1527094"], [1702467419, "1547945"], [1702467455, "1564967"], [1702467515, "1592449"], [1702467542, "1607404"], [1702467566, "1624373"], [1702467599, "1636698"], [1702467635, "1647921"], [1702467668, "1663084"], [1702467695, "1671306"], [1702467716, "1683689"], [1702467746, "1698208"], [1702467800, "1713931"], [1702467824, "1731861"], [1702467908, "1768657"], [1702467944, "1780665"], [1702467968, "1785848"], [1702468001, "1793904"], [1702468031, "1798524"], [1702468067, "1805079"], [1702468085, "1815376"], [1702468115, "1827688"], [1702468151, "1852720"], [1702468181, "1870349"], [1702468208, "1883613"], [1702468241, "2048247"], [1702468256, "2062145"], [1702468286, "2068762"], [1702468322, "2085142"], [1702468352, "2099255"], [1702468388, "2114437"], [1702468424, "2125846"], [1702468457, "2132831"], [1702468493, "2144843"], [1702468517, "2158378"], [1702468550, "2168852"], [1702468586, "2182388"], [1702468613, "2196179"], [1702468637, "2210814"], [1702468679, "2235778"], [1702468721, "2251699"], [1702468730, "2255954"], [1702468766, "2265710"], [1702468799, "2280642"], [1702468835, "2300213"], [1702468898, "2338047"], [1702468934, "2361924"], [1702468970, "2394236"], [1702468994, "2406490"], [1702469024, "2414419"], [1702469060, "2423033"], [1702469111, "2448111"], [1702469144, "2456842"], [1702469168, "2461347"], [1702469204, "2475970"], [1702469237, "2482943"], [1702469273, "2489585"], [1702469303, "2512658"], [1702469336, "2523097"], [1702469360, "2550369"], [1702469387, "2559775"], [1702469411, "2661376"], [1702469435, "2674115"], [1702469468, "2680928"], [1702469504, "2696574"], [1702469537, "2712122"], [1702469573, "2725556"], [1702469606, "2741740"], [1702469633, "2767598"], [1702469660, "2789291"], [1702469684, "2805966"], [1702469717, "2824243"], [1702469753, "2841132"], [1702469786, "2865805"], [1702469816, "2870127"], [1702469834, "2887426"], [1702469864, "2889707"], [1702469906, "2911558"], [1702469936, "2926071"], [1702469972, "2937233"], [1702470005, "2949327"], [1702470029, "2954477"], [1702470065, "2962035"], [1702470101, "2976892"], [1702470131, "2989731"], [1702470167, "3010405"], [1702470203, "3042277"], [1702470251, "3062552"], [1702470278, "3092306"], [1702470311, "3108327"], [1702470347, "3126469"], [1702470371, "3134542"], [1702470404, "3141790"], [1702470440, "3159732"], [1702470476, "3180292"], [1702470506, "3199983"], [1702470542, "3223922"], [1702470575, "3242908"], [1702470611, "3259358"], [1702470635, "3272700"], [1702470662, "3284310"], [1702470686, "3295598"], [1702470719, "3301398"], [1702470746, "3314208"], [1702470812, "3335364"], [1702470845, "3351939"], [1702470875, "3364231"], [1702470899, "3369489"], [1702470953, "3385709"], [1702470983, "3395745"], [1702471025, "3400569"], [1702471067, "3419725"], [1702471169, "3430053"], [1702471193, "3437816"], [1702471226, "3453289"], [1702471265, "3463764"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "12756"], [1702462865, "18963"], [1702462880, "27698"], [1702462904, "37783"], [1702462919, "40635"], [1702462952, "50743"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "9891050"], [1702462721, "10428342"], [1702462736, "10518425"], [1702462751, "10719955"], [1702462763, "10981080"], [1702462793, "12145523"], [1702462808, "13032813"], [1702462829, "13485724"], [1702462844, "13938609"], [1702462865, "14165261"], [1702462880, "14781297"], [1702462904, "16066736"], [1702462919, "16272933"], [1702462952, "17741844"], [1702462973, "18150461"], [1702462988, "18651572"], [1702463045, "20690906"], [1702463081, "22732150"], [1702463114, "23707856"], [1702463150, "24368751"], [1702463186, "25490182"], [1702463216, "26494369"], [1702463240, "27530738"], [1702463273, "28201569"], [1702463324, "30165090"], [1702463354, "30774946"], [1702463381, "32198619"], [1702463417, "33232420"], [1702463453, "35874280"], [1702463477, "38041905"], [1702463510, "39738592"], [1702463537, "40705008"], [1702463570, "41451930"], [1702463591, "42275191"], [1702463621, "42994933"], [1702463657, "44514619"], [1702463693, "45915068"], [1702463729, "46695684"], [1702463765, "47494605"], [1702463798, "49281087"], [1702463846, "51140915"], [1702463873, "53828736"], [1702463906, "55346368"], [1702463948, "57989135"], [1702463984, "59190050"], [1702464014, "59827631"], [1702464050, "60739204"], [1702464086, "61798321"], [1702464122, "63214163"], [1702464155, "64398299"], [1702464194, "65806018"], [1702464230, "66451103"], [1702464263, "67921928"], [1702464299, "69167268"], [1702464332, "70061175"], [1702464356, "72172202"], [1702464392, "73054127"], [1702464425, "74178478"], [1702464455, "77266675"], [1702464479, "78262623"], [1702464509, "79033649"], [1702464533, "82840961"], [1702464569, "84134737"], [1702464605, "85169977"], [1702464635, "86415262"], [1702464671, "87599354"], [1702464716, "91096772"], [1702464743, "91970716"], [1702464776, "93185344"], [1702464812, "94128986"], [1702464836, "95273104"], [1702464869, "95972347"], [1702464905, "97143364"], [1702464926, "98014277"], [1702464956, "100550495"], [1702464992, "101453992"], [1702465016, "102311878"], [1702465049, "104059929"], [1702465085, "105165850"], [1702465118, "105713822"], [1702465145, "106730759"], [1702465178, "107644958"], [1702465208, "108735370"], [1702465241, "110325054"], [1702465298, "112491249"], [1702465334, "113379398"], [1702465367, "114279268"], [1702465394, "114904680"], [1702465418, "116144609"], [1702465445, "116965063"], [1702465481, "117841821"], [1702465517, "119117166"], [1702465550, "119986660"], [1702465586, "122688550"], [1702465619, "126429823"], [1702465658, "128012795"], [1702465706, "128595002"], [1702465754, "130023419"], [1702465787, "131220876"], [1702465823, "132185419"], [1702465856, "133444479"], [1702465880, "134218105"], [1702465910, "135306014"], [1702465952, "136339724"], [1702465988, "137286504"], [1702466015, "138458123"], [1702466030, "139641142"], [1702466060, "140261042"], [1702466078, "141167304"], [1702466138, "142613924"], [1702466168, "143494638"], [1702466204, "144383719"], [1702466237, "145438524"], [1702466261, "146896075"], [1702466291, "147461309"], [1702466327, "148522660"], [1702466360, "150496695"], [1702466384, "151586820"], [1702466417, "152686789"], [1702466441, "153551053"], [1702466471, "154141481"], [1702466507, "155224454"], [1702466540, "156143003"], [1702466597, "157989461"], [1702466633, "159037322"], [1702466666, "159720338"], [1702466705, "161026068"], [1702466732, "161964990"], [1702466765, "163085544"], [1702466801, "163959817"], [1702466852, "165554189"], [1702466876, "166300759"], [1702466918, "167218309"], [1702466978, "169398415"], [1702467014, "170456306"], [1702467038, "171323680"], [1702467068, "172330570"], [1702467122, "174357848"], [1702467158, "175365447"], [1702467191, "176437664"], [1702467221, "177203373"], [1702467257, "178607231"], [1702467299, "180656534"], [1702467350, "183537547"], [1702467386, "184962125"], [1702467419, "186799839"], [1702467455, "189239750"], [1702467515, "193953624"], [1702467542, "195864247"], [1702467566, "197622110"], [1702467599, "198493172"], [1702467635, "200230661"], [1702467668, "201365964"], [1702467695, "202399790"], [1702467716, "203984363"], [1702467746, "205385030"], [1702467800, "208772710"], [1702467824, "213362789"], [1702467908, "219647578"], [1702467944, "221760370"], [1702467968, "224080163"], [1702468001, "225554065"], [1702468031, "226852936"], [1702468067, "228521329"], [1702468085, "230363332"], [1702468115, "231227138"], [1702468151, "233908623"], [1702468181, "237288687"], [1702468208, "239477410"], [1702468241, "242823392"], [1702468256, "244849190"], [1702468286, "246571850"], [1702468322, "248411185"], [1702468352, "251119332"], [1702468388, "252583097"], [1702468424, "254035519"], [1702468457, "255417058"], [1702468493, "257710479"], [1702468517, "260523005"], [1702468550, "262031642"], [1702468586, "264850092"], [1702468613, "267760608"], [1702468637, "269260483"], [1702468679, "270856742"], [1702468721, "272001582"], [1702468730, "278753275"], [1702468766, "279484830"], [1702468799, "280555482"], [1702468835, "282568213"], [1702468898, "289346524"], [1702468934, "291688983"], [1702468970, "295131999"], [1702468994, "297509121"], [1702469024, "298886752"], [1702469060, "301182423"], [1702469111, "303850045"], [1702469144, "305482385"], [1702469168, "306523440"], [1702469204, "307590303"], [1702469237, "308526525"], [1702469273, "310716207"], [1702469303, "312897293"], [1702469336, "315443486"], [1702469360, "318833572"], [1702469387, "320181600"], [1702469411, "321453986"], [1702469435, "322717212"], [1702469468, "324218075"], [1702469504, "325282882"], [1702469537, "326690835"], [1702469573, "328924147"], [1702469606, "330660374"], [1702469633, "331422636"], [1702469660, "334537392"], [1702469684, "337288745"], [1702469717, "339996843"], [1702469753, "343607215"], [1702469786, "346068536"], [1702469816, "347221359"], [1702469834, "350054546"], [1702469864, "350888017"], [1702469906, "353581559"], [1702469936, "354651507"], [1702469972, "355978442"], [1702470005, "357788802"], [1702470029, "359321209"], [1702470065, "360603767"], [1702470101, "363481598"], [1702470131, "366120452"], [1702470167, "368395445"], [1702470203, "371328834"], [1702470251, "375385545"], [1702470278, "377456962"], [1702470311, "380002259"], [1702470347, "381875292"], [1702470371, "383128372"], [1702470404, "383847726"], [1702470440, "385233517"], [1702470476, "386933708"], [1702470506, "387976231"], [1702470542, "390140088"], [1702470575, "391756140"], [1702470611, "394209887"], [1702470635, "396993236"], [1702470662, "398504465"], [1702470686, "400138263"], [1702470719, "401422469"], [1702470746, "402863182"], [1702470812, "405701127"], [1702470845, "406804549"], [1702470875, "407971819"], [1702470899, "408737270"], [1702470953, "409781291"], [1702470983, "410969952"], [1702471025, "412050427"], [1702471067, "413238371"], [1702471169, "415680949"], [1702471193, "416445858"], [1702471226, "417591014"], [1702471265, "418741645"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "13320"], [1702462808, "13320"], [1702462829, "13320"], [1702462844, "13320"], [1702462865, "13320"], [1702462880, "13320"], [1702462904, "13320"], [1702462919, "13320"], [1702462952, "13320"], [1702462973, "13320"], [1702462988, "13320"], [1702463045, "13320"], [1702463081, "13320"], [1702463114, "13320"], [1702463150, "13320"], [1702463186, "13320"], [1702463216, "13320"], [1702463240, "13320"], [1702463273, "13320"], [1702463324, "13320"], [1702463354, "13320"], [1702463381, "13320"], [1702463417, "13320"], [1702463453, "13320"], [1702463477, "13320"], [1702463510, "13320"], [1702463537, "13320"], [1702463570, "13320"], [1702463591, "13320"], [1702463621, "13320"], [1702463657, "13320"], [1702463693, "13320"], [1702463729, "13320"], [1702463765, "13320"], [1702463798, "13320"], [1702463846, "13320"], [1702463873, "13320"], [1702463906, "13320"], [1702463948, "13320"], [1702463984, "13320"], [1702464014, "13320"], [1702464050, "13320"], [1702464086, "13320"], [1702464122, "13320"], [1702464155, "13320"], [1702464194, "13320"], [1702464230, "13320"], [1702464263, "13320"], [1702464299, "13320"], [1702464332, "13320"], [1702464356, "13320"], [1702464392, "13320"], [1702464425, "13320"], [1702464455, "13320"], [1702464479, "13320"], [1702464509, "13320"], [1702464533, "13320"], [1702464569, "13320"], [1702464605, "13320"], [1702464635, "13320"], [1702464671, "13320"], [1702464716, "13320"], [1702464743, "13320"], [1702464776, "13320"], [1702464812, "13320"], [1702464836, "13320"], [1702464869, "13320"], [1702464905, "13320"], [1702464926, "13320"], [1702464956, "13320"], [1702464992, "13320"], [1702465016, "13320"], [1702465049, "13320"], [1702465085, "78058"], [1702465118, "78058"], [1702465145, "78058"], [1702465178, "78058"], [1702465208, "78058"], [1702465241, "78058"], [1702465298, "78058"], [1702465334, "78058"], [1702465367, "78058"], [1702465394, "78058"], [1702465418, "78058"], [1702465445, "78058"], [1702465481, "78058"], [1702465517, "78058"], [1702465550, "78058"], [1702465586, "78058"], [1702465619, "78058"], [1702465658, "78058"], [1702465706, "78058"], [1702465754, "78058"], [1702465787, "78058"], [1702465823, "78058"], [1702465856, "78058"], [1702465880, "78058"], [1702465910, "78058"], [1702465952, "78058"], [1702465988, "78058"], [1702466015, "78058"], [1702466030, "78058"], [1702466060, "78058"], [1702466078, "78058"], [1702466138, "78058"], [1702466168, "78058"], [1702466204, "78058"], [1702466237, "78058"], [1702466261, "78058"], [1702466291, "78058"], [1702466327, "78058"], [1702466360, "78058"], [1702466384, "78058"], [1702466417, "78226"], [1702466441, "78226"], [1702466471, "78226"], [1702466507, "78226"], [1702466540, "78226"], [1702466597, "78226"], [1702466633, "78226"], [1702466666, "78226"], [1702466705, "78226"], [1702466732, "78226"], [1702466765, "78226"], [1702466801, "78226"], [1702466852, "78226"], [1702466876, "78226"], [1702466918, "78226"], [1702466978, "78226"], [1702467014, "78226"], [1702467038, "78226"], [1702467068, "78226"], [1702467122, "78226"], [1702467158, "78226"], [1702467191, "78226"], [1702467221, "78226"], [1702467257, "78226"], [1702467299, "78226"], [1702467350, "78226"], [1702467386, "78226"], [1702467419, "78226"], [1702467455, "78226"], [1702467515, "78226"], [1702467542, "78226"], [1702467566, "78226"], [1702467599, "78226"], [1702467635, "78226"], [1702467668, "78226"], [1702467695, "78226"], [1702467716, "78226"], [1702467746, "78226"], [1702467800, "78226"], [1702467824, "78226"], [1702467908, "78226"], [1702467944, "78226"], [1702467968, "78226"], [1702468001, "78226"], [1702468031, "78226"], [1702468067, "78226"], [1702468085, "78226"], [1702468115, "78226"], [1702468151, "78226"], [1702468181, "78226"], [1702468208, "78226"], [1702468241, "78226"], [1702468256, "78226"], [1702468286, "78226"], [1702468322, "78226"], [1702468352, "78226"], [1702468388, "78226"], [1702468424, "78226"], [1702468457, "78226"], [1702468493, "78226"], [1702468517, "78226"], [1702468550, "78226"], [1702468586, "78226"], [1702468613, "78226"], [1702468637, "78226"], [1702468679, "78226"], [1702468721, "78226"], [1702468730, "78226"], [1702468766, "78226"], [1702468799, "78226"], [1702468835, "78226"], [1702468898, "78226"], [1702468934, "78226"], [1702468970, "78226"], [1702468994, "78226"], [1702469024, "78226"], [1702469060, "78226"], [1702469111, "78226"], [1702469144, "78226"], [1702469168, "78226"], [1702469204, "78226"], [1702469237, "78226"], [1702469273, "78226"], [1702469303, "78226"], [1702469336, "78226"], [1702469360, "78226"], [1702469387, "78226"], [1702469411, "78226"], [1702469435, "78226"], [1702469468, "78226"], [1702469504, "78226"], [1702469537, "78226"], [1702469573, "78226"], [1702469606, "78226"], [1702469633, "78226"], [1702469660, "78226"], [1702469684, "78226"], [1702469717, "78226"], [1702469753, "78226"], [1702469786, "78226"], [1702469816, "78226"], [1702469834, "78226"], [1702469864, "78226"], [1702469906, "78226"], [1702469936, "78226"], [1702469972, "78226"], [1702470005, "78226"], [1702470029, "78226"], [1702470065, "78226"], [1702470101, "78226"], [1702470131, "78226"], [1702470167, "78226"], [1702470203, "78226"], [1702470251, "78226"], [1702470278, "78226"], [1702470311, "78226"], [1702470347, "78226"], [1702470371, "78226"], [1702470404, "78226"], [1702470440, "78226"], [1702470476, "78226"], [1702470506, "78226"], [1702470542, "78226"], [1702470575, "78226"], [1702470611, "78226"], [1702470635, "78226"], [1702470662, "78226"], [1702470686, "78226"], [1702470719, "78226"], [1702470746, "78226"], [1702470812, "78226"], [1702470845, "78226"], [1702470875, "78226"], [1702470899, "78226"], [1702470953, "78226"], [1702470983, "78226"], [1702471025, "78226"], [1702471067, "78226"], [1702471169, "78226"], [1702471193, "78226"], [1702471226, "78226"], [1702471265, "78226"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6111"], [1702462721, "6111"], [1702462736, "11155"], [1702462751, "13133"], [1702462763, "13133"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "195"], [1702463381, "195"], [1702463417, "195"], [1702463453, "195"], [1702463477, "195"], [1702463510, "195"], [1702463537, "195"], [1702463570, "195"], [1702463591, "300"], [1702463621, "300"], [1702463657, "300"], [1702463693, "300"], [1702463729, "300"], [1702463765, "423"], [1702463798, "423"], [1702463846, "423"], [1702463873, "423"], [1702463906, "423"], [1702463948, "423"], [1702463984, "423"], [1702464014, "423"], [1702464050, "423"], [1702464086, "423"], [1702464122, "423"], [1702464155, "423"], [1702464194, "423"], [1702464230, "423"], [1702464263, "423"], [1702464299, "423"], [1702464332, "423"], [1702464356, "423"], [1702464392, "423"], [1702464425, "423"], [1702464455, "423"], [1702464479, "423"], [1702464509, "423"], [1702464533, "423"], [1702464569, "423"], [1702464605, "423"], [1702464635, "423"], [1702464671, "423"], [1702464716, "423"], [1702464743, "423"], [1702464776, "423"], [1702464812, "423"], [1702464836, "423"], [1702464869, "423"], [1702464905, "423"], [1702464926, "423"], [1702464956, "423"], [1702464992, "423"], [1702465016, "423"], [1702465049, "423"], [1702465085, "423"], [1702465118, "423"], [1702465145, "423"], [1702465178, "423"], [1702465208, "423"], [1702465241, "423"], [1702465298, "423"], [1702465334, "423"], [1702465367, "423"], [1702465394, "531"], [1702465418, "531"], [1702465445, "531"], [1702465481, "531"], [1702465517, "531"], [1702465550, "531"], [1702465586, "531"], [1702465619, "531"], [1702465658, "531"], [1702465706, "531"], [1702465754, "531"], [1702465787, "531"], [1702465823, "531"], [1702465856, "531"], [1702465880, "531"], [1702465910, "531"], [1702465952, "531"], [1702465988, "531"], [1702466015, "531"], [1702466030, "531"], [1702466060, "531"], [1702466078, "531"], [1702466138, "531"], [1702466168, "531"], [1702466204, "531"], [1702466237, "531"], [1702466261, "531"], [1702466291, "531"], [1702466327, "531"], [1702466360, "531"], [1702466384, "531"], [1702466417, "531"], [1702466441, "531"], [1702466471, "531"], [1702466507, "531"], [1702466540, "531"], [1702466597, "531"], [1702466633, "531"], [1702466666, "531"], [1702466705, "531"], [1702466732, "531"], [1702466765, "531"], [1702466801, "531"], [1702466852, "531"], [1702466876, "531"], [1702466918, "531"], [1702466978, "531"], [1702467014, "531"], [1702467038, "531"], [1702467068, "531"], [1702467122, "531"], [1702467158, "531"], [1702467191, "531"], [1702467221, "531"], [1702467257, "531"], [1702467299, "531"], [1702467350, "531"], [1702467386, "531"], [1702467419, "531"], [1702467455, "531"], [1702467515, "531"], [1702467542, "531"], [1702467566, "531"], [1702467599, "531"], [1702467635, "531"], [1702467668, "531"], [1702467695, "531"], [1702467716, "531"], [1702467746, "531"], [1702467800, "531"], [1702467824, "531"], [1702467908, "1375"], [1702467944, "1375"], [1702467968, "1375"], [1702468001, "1375"], [1702468031, "1375"], [1702468067, "1375"], [1702468085, "1375"], [1702468115, "1375"], [1702468151, "1375"], [1702468181, "1375"], [1702468208, "1375"], [1702468241, "1375"], [1702468256, "1375"], [1702468286, "1375"], [1702468322, "1375"], [1702468352, "1375"], [1702468388, "1375"], [1702468424, "1375"], [1702468457, "1375"], [1702468493, "1375"], [1702468517, "1375"], [1702468550, "1375"], [1702468586, "1375"], [1702468613, "1375"], [1702468637, "1375"], [1702468679, "1375"], [1702468721, "1375"], [1702468730, "1375"], [1702468766, "1375"], [1702468799, "1375"], [1702468835, "1375"], [1702468898, "1375"], [1702468934, "1375"], [1702468970, "1375"], [1702468994, "1375"], [1702469024, "1375"], [1702469060, "1375"], [1702469111, "1375"], [1702469144, "1375"], [1702469168, "1375"], [1702469204, "1375"], [1702469237, "1375"], [1702469273, "1375"], [1702469303, "1375"], [1702469336, "1375"], [1702469360, "1375"], [1702469387, "1375"], [1702469411, "1375"], [1702469435, "1375"], [1702469468, "1375"], [1702469504, "1375"], [1702469537, "1375"], [1702469573, "1375"], [1702469606, "1375"], [1702469633, "1375"], [1702469660, "1375"], [1702469684, "1375"], [1702469717, "1375"], [1702469753, "1375"], [1702469786, "1375"], [1702469816, "1375"], [1702469834, "1375"], [1702469864, "1375"], [1702469906, "1375"], [1702469936, "1375"], [1702469972, "1375"], [1702470005, "1375"], [1702470029, "1375"], [1702470065, "1375"], [1702470101, "1375"], [1702470131, "1375"], [1702470167, "1375"], [1702470203, "1375"], [1702470251, "1375"], [1702470278, "1375"], [1702470311, "1375"], [1702470347, "1375"], [1702470371, "1375"], [1702470404, "1375"], [1702470440, "1375"], [1702470476, "1375"], [1702470506, "1375"], [1702470542, "1375"], [1702470575, "1375"], [1702470611, "1375"], [1702470635, "1375"], [1702470662, "1375"], [1702470686, "1375"], [1702470719, "1375"], [1702470746, "1375"], [1702470812, "1375"], [1702470845, "1375"], [1702470875, "1375"], [1702470899, "1375"], [1702470953, "1375"], [1702470983, "1375"], [1702471025, "1375"], [1702471067, "1375"], [1702471169, "1566"], [1702471193, "1566"], [1702471226, "1566"], [1702471265, "1566"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "18031"], [1702462721, "18031"], [1702462736, "18786"], [1702462751, "18786"], [1702462763, "19930"], [1702462793, "22488"], [1702462808, "32754"], [1702462829, "33719"], [1702462844, "49183"], [1702462865, "49183"], [1702462880, "52204"], [1702462904, "52204"], [1702462919, "56522"], [1702462952, "59531"], [1702462973, "60679"], [1702462988, "60679"], [1702463045, "73690"], [1702463081, "74414"], [1702463114, "74414"], [1702463150, "74805"], [1702463186, "75430"], [1702463216, "77028"], [1702463240, "77028"], [1702463273, "77303"], [1702463324, "96678"], [1702463354, "97902"], [1702463381, "99677"], [1702463417, "100515"], [1702463453, "101619"], [1702463477, "103218"], [1702463510, "105484"], [1702463537, "107104"], [1702463570, "107951"], [1702463591, "110179"], [1702463621, "110437"], [1702463657, "110992"], [1702463693, "112226"], [1702463729, "119891"], [1702463765, "124283"], [1702463798, "138749"], [1702463846, "139351"], [1702463873, "140807"], [1702463906, "140807"], [1702463948, "151706"], [1702463984, "159285"], [1702464014, "165643"], [1702464050, "166785"], [1702464086, "168163"], [1702464122, "168913"], [1702464155, "168913"], [1702464194, "169290"], [1702464230, "169662"], [1702464263, "195429"], [1702464299, "196304"], [1702464332, "198220"], [1702464356, "198406"], [1702464392, "199203"], [1702464425, "202734"], [1702464455, "204002"], [1702464479, "204658"], [1702464509, "222845"], [1702464533, "225541"], [1702464569, "226659"], [1702464605, "226659"], [1702464635, "229197"], [1702464671, "230662"], [1702464716, "230662"], [1702464743, "231018"], [1702464776, "231823"], [1702464812, "233925"], [1702464836, "233925"], [1702464869, "235974"], [1702464905, "236244"], [1702464926, "237442"], [1702464956, "238346"], [1702464992, "240483"], [1702465016, "267624"], [1702465049, "267624"], [1702465085, "307526"], [1702465118, "309301"], [1702465145, "315646"], [1702465178, "315646"], [1702465208, "316295"], [1702465241, "316568"], [1702465298, "319280"], [1702465334, "319580"], [1702465367, "321101"], [1702465394, "324556"], [1702465418, "325175"], [1702465445, "326146"], [1702465481, "327701"], [1702465517, "327701"], [1702465550, "331373"], [1702465586, "333992"], [1702465619, "334334"], [1702465658, "335140"], [1702465706, "336639"], [1702465754, "348260"], [1702465787, "349872"], [1702465823, "352237"], [1702465856, "352237"], [1702465880, "353119"], [1702465910, "355439"], [1702465952, "397445"], [1702465988, "399507"], [1702466015, "402236"], [1702466030, "404037"], [1702466060, "407308"], [1702466078, "407796"], [1702466138, "408331"], [1702466168, "409420"], [1702466204, "409835"], [1702466237, "410379"], [1702466261, "412677"], [1702466291, "424407"], [1702466327, "427015"], [1702466360, "428249"], [1702466384, "428570"], [1702466417, "428570"], [1702466441, "429489"], [1702466471, "429689"], [1702466507, "430667"], [1702466540, "431788"], [1702466597, "436168"], [1702466633, "437343"], [1702466666, "437343"], [1702466705, "438775"], [1702466732, "442747"], [1702466765, "445306"], [1702466801, "446977"], [1702466852, "447766"], [1702466876, "447766"], [1702466918, "447766"], [1702466978, "449564"], [1702467014, "465514"], [1702467038, "465514"], [1702467068, "465909"], [1702467122, "469885"], [1702467158, "469885"], [1702467191, "469958"], [1702467221, "471039"], [1702467257, "476037"], [1702467299, "478325"], [1702467350, "480129"], [1702467386, "481787"], [1702467419, "485245"], [1702467455, "485245"], [1702467515, "495560"], [1702467542, "496656"], [1702467566, "499518"], [1702467599, "501764"], [1702467635, "503403"], [1702467668, "504308"], [1702467695, "505631"], [1702467716, "509230"], [1702467746, "531618"], [1702467800, "534435"], [1702467824, "540779"], [1702467908, "563106"], [1702467944, "563831"], [1702467968, "565635"], [1702468001, "565635"], [1702468031, "565744"], [1702468067, "570524"], [1702468085, "576692"], [1702468115, "579521"], [1702468151, "596077"], [1702468181, "596077"], [1702468208, "597300"], [1702468241, "597300"], [1702468256, "597300"], [1702468286, "600583"], [1702468322, "601416"], [1702468352, "603403"], [1702468388, "607454"], [1702468424, "608297"], [1702468457, "609424"], [1702468493, "621573"], [1702468517, "621573"], [1702468550, "621889"], [1702468586, "625875"], [1702468613, "629457"], [1702468637, "642077"], [1702468679, "644428"], [1702468721, "644428"], [1702468730, "646312"], [1702468766, "647107"], [1702468799, "647472"], [1702468835, "647912"], [1702468898, "653761"], [1702468934, "670479"], [1702468970, "670958"], [1702468994, "672044"], [1702469024, "673090"], [1702469060, "673951"], [1702469111, "686010"], [1702469144, "686336"], [1702469168, "688458"], [1702469204, "688458"], [1702469237, "688458"], [1702469273, "689058"], [1702469303, "693765"], [1702469336, "694789"], [1702469360, "695191"], [1702469387, "697393"], [1702469411, "698230"], [1702469435, "699791"], [1702469468, "701547"], [1702469504, "701547"], [1702469537, "701547"], [1702469573, "715613"], [1702469606, "715613"], [1702469633, "716128"], [1702469660, "716128"], [1702469684, "719139"], [1702469717, "720772"], [1702469753, "723027"], [1702469786, "723713"], [1702469816, "723743"], [1702469834, "723743"], [1702469864, "723743"], [1702469906, "728034"], [1702469936, "728220"], [1702469972, "734007"], [1702470005, "735804"], [1702470029, "735804"], [1702470065, "735804"], [1702470101, "736730"], [1702470131, "750763"], [1702470167, "750763"], [1702470203, "769287"], [1702470251, "773455"], [1702470278, "786813"], [1702470311, "786813"], [1702470347, "789213"], [1702470371, "790984"], [1702470404, "791541"], [1702470440, "793486"], [1702470476, "794914"], [1702470506, "795952"], [1702470542, "809376"], [1702470575, "822917"], [1702470611, "826454"], [1702470635, "828881"], [1702470662, "829640"], [1702470686, "875606"], [1702470719, "881552"], [1702470746, "882574"], [1702470812, "884246"], [1702470845, "890698"], [1702470875, "896378"], [1702470899, "897000"], [1702470953, "914893"], [1702470983, "915751"], [1702471025, "915751"], [1702471067, "925895"], [1702471169, "927649"], [1702471193, "927649"], [1702471226, "927649"], [1702471265, "929705"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "825489"], [1702462721, "860077"], [1702462736, "897755"], [1702462751, "920808"], [1702462763, "1035213"], [1702462793, "1107019"], [1702462808, "1161497"], [1702462829, "1306270"], [1702462844, "1348876"], [1702462865, "1399850"], [1702462880, "1455092"], [1702462904, "1553470"], [1702462919, "1596817"], [1702462952, "1726926"], [1702462973, "1766850"], [1702462988, "1798032"], [1702463045, "2056579"], [1702463081, "2283644"], [1702463114, "2379216"], [1702463150, "2477434"], [1702463186, "2572764"], [1702463216, "2699801"], [1702463240, "2774311"], [1702463273, "2838749"], [1702463324, "2969195"], [1702463354, "3033097"], [1702463381, "3144207"], [1702463417, "3245427"], [1702463453, "3360390"], [1702463477, "3463439"], [1702463510, "3532630"], [1702463537, "3599839"], [1702463570, "3890851"], [1702463591, "3955621"], [1702463621, "4016231"], [1702463657, "4090243"], [1702463693, "4161651"], [1702463729, "4299020"], [1702463765, "4402406"], [1702463798, "4533704"], [1702463846, "4592683"], [1702463873, "4682605"], [1702463906, "4757280"], [1702463948, "4911800"], [1702463984, "4975419"], [1702464014, "5026877"], [1702464050, "5106345"], [1702464086, "5190429"], [1702464122, "5296151"], [1702464155, "5448317"], [1702464194, "5595918"], [1702464230, "5655168"], [1702464263, "5760596"], [1702464299, "5852566"], [1702464332, "5942509"], [1702464356, "6006129"], [1702464392, "6063617"], [1702464425, "6120513"], [1702464455, "6211892"], [1702464479, "6288706"], [1702464509, "6369948"], [1702464533, "6432429"], [1702464569, "6547527"], [1702464605, "6634950"], [1702464635, "6693748"], [1702464671, "7036662"], [1702464716, "7112013"], [1702464743, "7243495"], [1702464776, "7355231"], [1702464812, "7459218"], [1702464836, "7557554"], [1702464869, "7620713"], [1702464905, "7723073"], [1702464926, "7805047"], [1702464956, "7890039"], [1702464992, "8579240"], [1702465016, "8705036"], [1702465049, "8777209"], [1702465085, "8883576"], [1702465118, "8972800"], [1702465145, "9126840"], [1702465178, "9230322"], [1702465208, "9367309"], [1702465241, "9489049"], [1702465298, "9697729"], [1702465334, "9799134"], [1702465367, "9979093"], [1702465394, "10040779"], [1702465418, "10102951"], [1702465445, "10143502"], [1702465481, "10221640"], [1702465517, "10323361"], [1702465550, "10425015"], [1702465586, "10559360"], [1702465619, "10650830"], [1702465658, "10793724"], [1702465706, "10940016"], [1702465754, "11135429"], [1702465787, "11247772"], [1702465823, "11352115"], [1702465856, "11412035"], [1702465880, "11517160"], [1702465910, "11608930"], [1702465952, "11715115"], [1702465988, "11853030"], [1702466015, "11946710"], [1702466030, "12012761"], [1702466060, "12074489"], [1702466078, "12145178"], [1702466138, "12252821"], [1702466168, "12341545"], [1702466204, "12454971"], [1702466237, "12633424"], [1702466261, "12711412"], [1702466291, "12758144"], [1702466327, "12858974"], [1702466360, "12934381"], [1702466384, "13026783"], [1702466417, "13148947"], [1702466441, "13206689"], [1702466471, "13273040"], [1702466507, "13432109"], [1702466540, "13525719"], [1702466597, "13687454"], [1702466633, "13748652"], [1702466666, "13811404"], [1702466705, "13947696"], [1702466732, "14013327"], [1702466765, "14107679"], [1702466801, "14200053"], [1702466852, "14324977"], [1702466876, "14386206"], [1702466918, "14448538"], [1702466978, "14633698"], [1702467014, "14785111"], [1702467038, "14885240"], [1702467068, "14956587"], [1702467122, "15065782"], [1702467158, "15118236"], [1702467191, "15210812"], [1702467221, "15385999"], [1702467257, "15495034"], [1702467299, "15623795"], [1702467350, "15826406"], [1702467386, "15921770"], [1702467419, "15980722"], [1702467455, "16125431"], [1702467515, "16339372"], [1702467542, "16451175"], [1702467566, "16602459"], [1702467599, "16716141"], [1702467635, "16820251"], [1702467668, "16909532"], [1702467695, "16970854"], [1702467716, "17083815"], [1702467746, "17192686"], [1702467800, "17408662"], [1702467824, "17533946"], [1702467908, "17853737"], [1702467944, "17967634"], [1702467968, "18089360"], [1702468001, "18162777"], [1702468031, "18226787"], [1702468067, "18441046"], [1702468085, "18622442"], [1702468115, "18728066"], [1702468151, "18807063"], [1702468181, "18926112"], [1702468208, "19010779"], [1702468241, "19225154"], [1702468256, "19358667"], [1702468286, "19471496"], [1702468322, "19603326"], [1702468352, "19751727"], [1702468388, "19910775"], [1702468424, "20030861"], [1702468457, "20163398"], [1702468493, "20331220"], [1702468517, "20525717"], [1702468550, "20614643"], [1702468586, "20811082"], [1702468613, "20994373"], [1702468637, "21073688"], [1702468679, "21199296"], [1702468721, "21306737"], [1702468730, "21418512"], [1702468766, "21538323"], [1702468799, "21640484"], [1702468835, "21752223"], [1702468898, "22093647"], [1702468934, "22293432"], [1702468970, "22459231"], [1702468994, "22620110"], [1702469024, "22714919"], [1702469060, "22850243"], [1702469111, "23073521"], [1702469144, "23258777"], [1702469168, "23334517"], [1702469204, "23405230"], [1702469237, "23488778"], [1702469273, "23607550"], [1702469303, "23765225"], [1702469336, "23918512"], [1702469360, "24040649"], [1702469387, "24078274"], [1702469411, "24153452"], [1702469435, "24235032"], [1702469468, "24304762"], [1702469504, "24392954"], [1702469537, "24445091"], [1702469573, "24497442"], [1702469606, "24635636"], [1702469633, "24757759"], [1702469660, "24913904"], [1702469684, "25044486"], [1702469717, "25168891"], [1702469753, "25286872"], [1702469786, "25385980"], [1702469816, "25454653"], [1702469834, "25534675"], [1702469864, "25578000"], [1702469906, "25736904"], [1702469936, "25803392"], [1702469972, "25967525"], [1702470005, "26109123"], [1702470029, "26170178"], [1702470065, "26343101"], [1702470101, "26459977"], [1702470131, "26654069"], [1702470167, "26797666"], [1702470203, "27041062"], [1702470251, "27221601"], [1702470278, "27298398"], [1702470311, "27420419"], [1702470347, "27523777"], [1702470371, "27586086"], [1702470404, "27756399"], [1702470440, "27870391"], [1702470476, "27960100"], [1702470506, "28097470"], [1702470542, "28273734"], [1702470575, "28379475"], [1702470611, "28537746"], [1702470635, "28707963"], [1702470662, "28770985"], [1702470686, "28899605"], [1702470719, "29009487"], [1702470746, "29109562"], [1702470812, "29332178"], [1702470845, "29431434"], [1702470875, "29517411"], [1702470899, "29604819"], [1702470953, "29715237"], [1702470983, "29801635"], [1702471025, "29851475"], [1702471067, "29960539"], [1702471169, "30132220"], [1702471193, "30248913"], [1702471226, "30331406"], [1702471265, "30394491"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "103826"], [1702462973, "103826"], [1702462988, "103826"], [1702463045, "104040"], [1702463081, "117283"], [1702463114, "117283"], [1702463150, "117283"], [1702463186, "117283"], [1702463216, "117283"], [1702463240, "118180"], [1702463273, "118180"], [1702463324, "118180"], [1702463354, "118180"], [1702463381, "118180"], [1702463417, "118180"], [1702463453, "118180"], [1702463477, "118180"], [1702463510, "118180"], [1702463537, "118180"], [1702463570, "118180"], [1702463591, "118180"], [1702463621, "118180"], [1702463657, "118180"], [1702463693, "118180"], [1702463729, "118180"], [1702463765, "118180"], [1702463798, "118180"], [1702463846, "119237"], [1702463873, "119237"], [1702463906, "119237"], [1702463948, "119237"], [1702463984, "119237"], [1702464014, "119237"], [1702464050, "119237"], [1702464086, "119237"], [1702464122, "119237"], [1702464155, "119237"], [1702464194, "119237"], [1702464230, "125157"], [1702464263, "125157"], [1702464299, "125157"], [1702464332, "125157"], [1702464356, "125157"], [1702464392, "125157"], [1702464425, "125157"], [1702464455, "125157"], [1702464479, "125157"], [1702464509, "125157"], [1702464533, "125157"], [1702464569, "125157"], [1702464605, "125157"], [1702464635, "125157"], [1702464671, "125157"], [1702464716, "125157"], [1702464743, "125157"], [1702464776, "125157"], [1702464812, "125157"], [1702464836, "125157"], [1702464869, "125157"], [1702464905, "125157"], [1702464926, "125157"], [1702464956, "125157"], [1702464992, "125157"], [1702465016, "125157"], [1702465049, "125157"], [1702465085, "125157"], [1702465118, "125157"], [1702465145, "125157"], [1702465178, "125157"], [1702465208, "125157"], [1702465241, "125157"], [1702465298, "125157"], [1702465334, "125157"], [1702465367, "125157"], [1702465394, "125157"], [1702465418, "125157"], [1702465445, "125157"], [1702465481, "125157"], [1702465517, "125157"], [1702465550, "125157"], [1702465586, "125157"], [1702465619, "125157"], [1702465658, "125157"], [1702465706, "125157"], [1702465754, "125157"], [1702465787, "125157"], [1702465823, "125157"], [1702465856, "125157"], [1702465880, "125157"], [1702465910, "125157"], [1702465952, "125157"], [1702465988, "125157"], [1702466015, "125157"], [1702466030, "125157"], [1702466060, "125157"], [1702466078, "125157"], [1702466138, "125157"], [1702466168, "125157"], [1702466204, "125157"], [1702466237, "125157"], [1702466261, "125157"], [1702466291, "125157"], [1702466327, "125157"], [1702466360, "125157"], [1702466384, "125157"], [1702466417, "125157"], [1702466441, "125157"], [1702466471, "125157"], [1702466507, "125157"], [1702466540, "125157"], [1702466597, "125157"], [1702466633, "125157"], [1702466666, "125157"], [1702466705, "125157"], [1702466732, "125157"], [1702466765, "125157"], [1702466801, "125157"], [1702466852, "125157"], [1702466876, "125157"], [1702466918, "125157"], [1702466978, "125157"], [1702467014, "125157"], [1702467038, "125157"], [1702467068, "125157"], [1702467122, "125157"], [1702467158, "125157"], [1702467191, "125157"], [1702467221, "125157"], [1702467257, "125157"], [1702467299, "125157"], [1702467350, "125157"], [1702467386, "125157"], [1702467419, "125157"], [1702467455, "125157"], [1702467515, "125157"], [1702467542, "125157"], [1702467566, "125157"], [1702467599, "125157"], [1702467635, "125157"], [1702467668, "125157"], [1702467695, "125157"], [1702467716, "125157"], [1702467746, "125157"], [1702467800, "125157"], [1702467824, "125157"], [1702467908, "125157"], [1702467944, "125157"], [1702467968, "125157"], [1702468001, "125157"], [1702468031, "125157"], [1702468067, "125157"], [1702468085, "125157"], [1702468115, "125157"], [1702468151, "125157"], [1702468181, "125157"], [1702468208, "125157"], [1702468241, "125157"], [1702468256, "125157"], [1702468286, "125157"], [1702468322, "125157"], [1702468352, "125157"], [1702468388, "125157"], [1702468424, "125157"], [1702468457, "125157"], [1702468493, "125157"], [1702468517, "125157"], [1702468550, "125157"], [1702468586, "125157"], [1702468613, "125157"], [1702468637, "125157"], [1702468679, "125157"], [1702468721, "125157"], [1702468730, "125157"], [1702468766, "125157"], [1702468799, "125157"], [1702468835, "125157"], [1702468898, "125157"], [1702468934, "125157"], [1702468970, "125157"], [1702468994, "125157"], [1702469024, "125157"], [1702469060, "125157"], [1702469111, "125157"], [1702469144, "125157"], [1702469168, "125157"], [1702469204, "125157"], [1702469237, "125157"], [1702469273, "125157"], [1702469303, "125157"], [1702469336, "125157"], [1702469360, "125157"], [1702469387, "125157"], [1702469411, "125157"], [1702469435, "125157"], [1702469468, "125157"], [1702469504, "125157"], [1702469537, "125157"], [1702469573, "125157"], [1702469606, "125157"], [1702469633, "125157"], [1702469660, "125157"], [1702469684, "125157"], [1702469717, "125157"], [1702469753, "125157"], [1702469786, "125157"], [1702469816, "125157"], [1702469834, "125157"], [1702469864, "125157"], [1702469906, "125157"], [1702469936, "125157"], [1702469972, "125157"], [1702470005, "125157"], [1702470029, "125157"], [1702470065, "125157"], [1702470101, "125157"], [1702470131, "125157"], [1702470167, "125157"], [1702470203, "125157"], [1702470251, "125157"], [1702470278, "125157"], [1702470311, "125157"], [1702470347, "125157"], [1702470371, "125157"], [1702470404, "125157"], [1702470440, "125157"], [1702470476, "125157"], [1702470506, "125157"], [1702470542, "125157"], [1702470575, "125157"], [1702470611, "125157"], [1702470635, "125157"], [1702470662, "125157"], [1702470686, "125157"], [1702470719, "125157"], [1702470746, "125157"], [1702470812, "125157"], [1702470845, "125157"], [1702470875, "125157"], [1702470899, "125157"], [1702470953, "125157"], [1702470983, "125157"], [1702471025, "125157"], [1702471067, "125157"], [1702471169, "125157"], [1702471193, "125157"], [1702471226, "125157"], [1702471265, "125157"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "103188"], [1702462808, "103363"], [1702462829, "103826"], [1702462844, "103826"], [1702462865, "103826"], [1702462880, "103826"], [1702462904, "103826"], [1702462919, "103826"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "41044"], [1702468766, "65435"], [1702468799, "103907"], [1702468835, "133713"], [1702468898, "207679"], [1702468934, "256299"], [1702468970, "288786"], [1702468994, "336346"], [1702469024, "359534"], [1702469060, "387465"], [1702469111, "444329"], [1702469144, "529429"], [1702469168, "554654"], [1702469204, "576213"], [1702469237, "602007"], [1702469273, "626406"], [1702469303, "673056"], [1702469336, "699873"], [1702469360, "712202"], [1702469387, "741482"], [1702469411, "752966"], [1702469435, "805526"], [1702469468, "825803"], [1702469504, "879440"], [1702469537, "913267"], [1702469573, "952757"], [1702469606, "987033"], [1702469633, "1025589"], [1702469660, "1070587"], [1702469684, "1139853"], [1702469717, "1200108"], [1702469753, "1229578"], [1702469786, "1277716"], [1702469816, "1303142"], [1702469834, "1343169"], [1702469864, "1384602"], [1702469906, "1456727"], [1702469936, "1472226"], [1702469972, "1492715"], [1702470005, "1506648"], [1702470029, "1530511"], [1702470065, "1567413"], [1702470101, "1614525"], [1702470131, "1660190"], [1702470167, "1749779"], [1702470203, "1779511"], [1702470251, "1825912"], [1702470278, "1839809"], [1702470311, "1866391"], [1702470347, "1905942"], [1702470371, "1928609"], [1702470404, "1938187"], [1702470440, "1952395"], [1702470476, "1958423"], [1702470506, "1981810"], [1702470542, "2046752"], [1702470575, "2083882"], [1702470611, "2115376"], [1702470635, "2157226"], [1702470662, "2177901"], [1702470686, "2287448"], [1702470719, "2305223"], [1702470746, "2334193"], [1702470812, "2374140"], [1702470845, "2409837"], [1702470875, "2437926"], [1702470899, "2456942"], [1702470953, "2468947"], [1702470983, "2500334"], [1702471025, "2515400"], [1702471067, "2578207"], [1702471169, "2656800"], [1702471193, "2677413"], [1702471226, "2716837"], [1702471265, "2732480"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "989213"], [1702462844, "989272"], [1702462865, "989272"], [1702462880, "989272"], [1702462904, "989679"], [1702462919, "990027"], [1702462952, "990832"], [1702462973, "990832"], [1702462988, "990832"], [1702463045, "990962"], [1702463081, "991953"], [1702463114, "994182"], [1702463150, "994182"], [1702463186, "996013"], [1702463216, "996013"], [1702463240, "996013"], [1702463273, "996013"], [1702463324, "996013"], [1702463354, "996013"], [1702463381, "996013"], [1702463417, "997584"], [1702463453, "997584"], [1702463477, "999134"], [1702463510, "999134"], [1702463537, "1000286"], [1702463570, "1000657"], [1702463591, "1001671"], [1702463621, "1002417"], [1702463657, "1002417"], [1702463693, "1002417"], [1702463729, "1003087"], [1702463765, "1003087"], [1702463798, "1003087"], [1702463846, "1004409"], [1702463873, "1005837"], [1702463906, "1006226"], [1702463948, "1006533"], [1702463984, "1006533"], [1702464014, "1006533"], [1702464050, "1006533"], [1702464086, "1006533"], [1702464122, "1006533"], [1702464155, "1006533"], [1702464194, "1006533"], [1702464230, "1006533"], [1702464263, "1006533"], [1702464299, "1006533"], [1702464332, "1029061"], [1702464356, "1029061"], [1702464392, "1029202"], [1702464425, "1029868"], [1702464455, "1029868"], [1702464479, "1029868"], [1702464509, "1029868"], [1702464533, "1029868"], [1702464569, "1029868"], [1702464605, "1030038"], [1702464635, "1031447"], [1702464671, "1031447"], [1702464716, "1031447"], [1702464743, "1031447"], [1702464776, "1031447"], [1702464812, "1031447"], [1702464836, "1033052"], [1702464869, "1033052"], [1702464905, "1033285"], [1702464926, "1033285"], [1702464956, "1033285"], [1702464992, "1033285"], [1702465016, "1033285"], [1702465049, "1033285"], [1702465085, "1033285"], [1702465118, "1033285"], [1702465145, "1033285"], [1702465178, "1033285"], [1702465208, "1033285"], [1702465241, "1033285"], [1702465298, "1033285"], [1702465334, "1033285"], [1702465367, "1033285"], [1702465394, "1033285"], [1702465418, "1033285"], [1702465445, "1033285"], [1702465481, "1033285"], [1702465517, "1033285"], [1702465550, "1033285"], [1702465586, "1033285"], [1702465619, "1033285"], [1702465658, "1033285"], [1702465706, "1033285"], [1702465754, "1033285"], [1702465787, "1033285"], [1702465823, "1033285"], [1702465856, "1033285"], [1702465880, "1033285"], [1702465910, "1033285"], [1702465952, "1033285"], [1702465988, "1033285"], [1702466015, "1033285"], [1702466030, "1033285"], [1702466060, "1033285"], [1702466078, "1033285"], [1702466138, "1033285"], [1702466168, "1033285"], [1702466204, "1033285"], [1702466237, "1033285"], [1702466261, "1033285"], [1702466291, "1033285"], [1702466327, "1033285"], [1702466360, "1033285"], [1702466384, "1033285"], [1702466417, "1033285"], [1702466441, "1033285"], [1702466471, "1033285"], [1702466507, "1033285"], [1702466540, "1033285"], [1702466597, "1033285"], [1702466633, "1033285"], [1702466666, "1033285"], [1702466705, "1033285"], [1702466732, "1033285"], [1702466765, "1033285"], [1702466801, "1033285"], [1702466852, "1033285"], [1702466876, "1033285"], [1702466918, "1033285"], [1702466978, "1033285"], [1702467014, "1033285"], [1702467038, "1033285"], [1702467068, "1033285"], [1702467122, "1033321"], [1702467158, "1033321"], [1702467191, "1033321"], [1702467221, "1033321"], [1702467257, "1033321"], [1702467299, "1033321"], [1702467350, "1033321"], [1702467386, "1033321"], [1702467419, "1033321"], [1702467455, "1033321"], [1702467515, "1033321"], [1702467542, "1033321"], [1702467566, "1033321"], [1702467599, "1033321"], [1702467635, "1033321"], [1702467668, "1033321"], [1702467695, "1033321"], [1702467716, "1033321"], [1702467746, "1033321"], [1702467800, "1033321"], [1702467824, "1033321"], [1702467908, "1033321"], [1702467944, "1033337"], [1702467968, "1033337"], [1702468001, "1033337"], [1702468031, "1033337"], [1702468067, "1033337"], [1702468085, "1033337"], [1702468115, "1033337"], [1702468151, "1033337"], [1702468181, "1033337"], [1702468208, "1033337"], [1702468241, "1033337"], [1702468256, "1033337"], [1702468286, "1033337"], [1702468322, "1033337"], [1702468352, "1033337"], [1702468388, "1033337"], [1702468424, "1033337"], [1702468457, "1033337"], [1702468493, "1033337"], [1702468517, "1033337"], [1702468550, "1033337"], [1702468586, "1033337"], [1702468613, "1033337"], [1702468637, "1033867"], [1702468679, "1033867"], [1702468721, "1033867"], [1702468730, "1033867"], [1702468766, "1033867"], [1702468799, "1033867"], [1702468835, "1033867"], [1702468898, "1033867"], [1702468934, "1033867"], [1702468970, "1033867"], [1702468994, "1033867"], [1702469024, "1033867"], [1702469060, "1033867"], [1702469111, "1033867"], [1702469144, "1033867"], [1702469168, "1033867"], [1702469204, "1033867"], [1702469237, "1033867"], [1702469273, "1033867"], [1702469303, "1033867"], [1702469336, "1033867"], [1702469360, "1033867"], [1702469387, "1033867"], [1702469411, "1033867"], [1702469435, "1033867"], [1702469468, "1033867"], [1702469504, "1033867"], [1702469537, "1033867"], [1702469573, "1033867"], [1702469606, "1033867"], [1702469633, "1033867"], [1702469660, "1033867"], [1702469684, "1033867"], [1702469717, "1033867"], [1702469753, "1033867"], [1702469786, "1033867"], [1702469816, "1033867"], [1702469834, "1033867"], [1702469864, "1033867"], [1702469906, "1033867"], [1702469936, "1033867"], [1702469972, "1033867"], [1702470005, "1033867"], [1702470029, "1033867"], [1702470065, "1033867"], [1702470101, "1033867"], [1702470131, "1033867"], [1702470167, "1033867"], [1702470203, "1033867"], [1702470251, "1033867"], [1702470278, "1033867"], [1702470311, "1033867"], [1702470347, "1033867"], [1702470371, "1033867"], [1702470404, "1033867"], [1702470440, "1033867"], [1702470476, "1033867"], [1702470506, "1033867"], [1702470542, "1033867"], [1702470575, "1033867"], [1702470611, "1033867"], [1702470635, "1033867"], [1702470662, "1033867"], [1702470686, "1033867"], [1702470719, "1033867"], [1702470746, "1033867"], [1702470812, "1033867"], [1702470845, "1033867"], [1702470875, "1033867"], [1702470899, "1033867"], [1702470953, "1033867"], [1702470983, "1033867"], [1702471025, "1033867"], [1702471067, "1033867"], [1702471169, "1033867"], [1702471193, "1033867"], [1702471226, "1033867"], [1702471265, "1033867"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "29569"], [1702462721, "981776"], [1702462736, "981776"], [1702462751, "981826"], [1702462763, "987775"], [1702462793, "988823"], [1702462808, "988856"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "100410"], [1702462721, "106319"], [1702462736, "107256"], [1702462751, "114197"], [1702462763, "114479"], [1702462793, "119446"], [1702462808, "119446"], [1702462829, "119811"], [1702462844, "121340"], [1702462865, "122603"], [1702462880, "122603"], [1702462904, "123252"], [1702462919, "123252"], [1702462952, "124617"], [1702462973, "124617"], [1702462988, "124617"], [1702463045, "136840"], [1702463081, "146604"], [1702463114, "152998"], [1702463150, "152998"], [1702463186, "154001"], [1702463216, "154001"], [1702463240, "154001"], [1702463273, "200557"], [1702463324, "203692"], [1702463354, "203692"], [1702463381, "203692"], [1702463417, "203692"], [1702463453, "206196"], [1702463477, "206196"], [1702463510, "206196"], [1702463537, "207459"], [1702463570, "208507"], [1702463591, "211193"], [1702463621, "211193"], [1702463657, "211193"], [1702463693, "212831"], [1702463729, "227669"], [1702463765, "227669"], [1702463798, "229222"], [1702463846, "229222"], [1702463873, "261004"], [1702463906, "261004"], [1702463948, "261615"], [1702463984, "262839"], [1702464014, "262839"], [1702464050, "263238"], [1702464086, "281522"], [1702464122, "283229"], [1702464155, "283672"], [1702464194, "285693"], [1702464230, "286940"], [1702464263, "292736"], [1702464299, "292736"], [1702464332, "294025"], [1702464356, "295433"], [1702464392, "302029"], [1702464425, "306515"], [1702464455, "314185"], [1702464479, "317737"], [1702464509, "317737"], [1702464533, "320879"], [1702464569, "325842"], [1702464605, "325842"], [1702464635, "326504"], [1702464671, "326504"], [1702464716, "331908"], [1702464743, "335595"], [1702464776, "336570"], [1702464812, "338416"], [1702464836, "338600"], [1702464869, "340187"], [1702464905, "341318"], [1702464926, "343175"], [1702464956, "357623"], [1702464992, "358018"], [1702465016, "372920"], [1702465049, "372920"], [1702465085, "373919"], [1702465118, "373919"], [1702465145, "384075"], [1702465178, "384075"], [1702465208, "394785"], [1702465241, "394785"], [1702465298, "397901"], [1702465334, "397901"], [1702465367, "397901"], [1702465394, "397901"], [1702465418, "405146"], [1702465445, "453698"], [1702465481, "461443"], [1702465517, "462823"], [1702465550, "472124"], [1702465586, "505347"], [1702465619, "506449"], [1702465658, "516759"], [1702465706, "516759"], [1702465754, "516759"], [1702465787, "517449"], [1702465823, "518934"], [1702465856, "525947"], [1702465880, "525947"], [1702465910, "526892"], [1702465952, "535392"], [1702465988, "537177"], [1702466015, "545401"], [1702466030, "545401"], [1702466060, "548089"], [1702466078, "548089"], [1702466138, "554067"], [1702466168, "558085"], [1702466204, "565709"], [1702466237, "565709"], [1702466261, "572845"], [1702466291, "581957"], [1702466327, "582463"], [1702466360, "587038"], [1702466384, "593361"], [1702466417, "594858"], [1702466441, "595487"], [1702466471, "596097"], [1702466507, "596097"], [1702466540, "606500"], [1702466597, "616954"], [1702466633, "626431"], [1702466666, "630206"], [1702466705, "635505"], [1702466732, "635822"], [1702466765, "636856"], [1702466801, "658088"], [1702466852, "663173"], [1702466876, "663173"], [1702466918, "686219"], [1702466978, "699436"], [1702467014, "699436"], [1702467038, "699617"], [1702467068, "700191"], [1702467122, "712033"], [1702467158, "742783"], [1702467191, "742783"], [1702467221, "746589"], [1702467257, "746589"], [1702467299, "755291"], [1702467350, "762755"], [1702467386, "765750"], [1702467419, "766511"], [1702467455, "770013"], [1702467515, "791838"], [1702467542, "791838"], [1702467566, "794825"], [1702467599, "794825"], [1702467635, "794825"], [1702467668, "794825"], [1702467695, "795923"], [1702467716, "797595"], [1702467746, "798507"], [1702467800, "799023"], [1702467824, "801228"], [1702467908, "801228"], [1702467944, "802541"], [1702467968, "803925"], [1702468001, "806099"], [1702468031, "806099"], [1702468067, "806901"], [1702468085, "810537"], [1702468115, "815702"], [1702468151, "815702"], [1702468181, "817006"], [1702468208, "817006"], [1702468241, "818396"], [1702468256, "822641"], [1702468286, "822962"], [1702468322, "824463"], [1702468352, "824463"], [1702468388, "826788"], [1702468424, "829268"], [1702468457, "831525"], [1702468493, "835886"], [1702468517, "842046"], [1702468550, "845790"], [1702468586, "845790"], [1702468613, "845790"], [1702468637, "845790"], [1702468679, "845790"], [1702468721, "845790"], [1702468730, "873856"], [1702468766, "877627"], [1702468799, "877627"], [1702468835, "877627"], [1702468898, "878836"], [1702468934, "878836"], [1702468970, "880942"], [1702468994, "893751"], [1702469024, "894210"], [1702469060, "902021"], [1702469111, "908593"], [1702469144, "914473"], [1702469168, "923757"], [1702469204, "925761"], [1702469237, "925761"], [1702469273, "926097"], [1702469303, "926668"], [1702469336, "935251"], [1702469360, "953147"], [1702469387, "955693"], [1702469411, "956288"], [1702469435, "956605"], [1702469468, "956605"], [1702469504, "958096"], [1702469537, "961530"], [1702469573, "962351"], [1702469606, "963687"], [1702469633, "963687"], [1702469660, "970205"], [1702469684, "975249"], [1702469717, "990118"], [1702469753, "992083"], [1702469786, "995834"], [1702469816, "997998"], [1702469834, "997998"], [1702469864, "998580"], [1702469906, "1000944"], [1702469936, "1003255"], [1702469972, "1003255"], [1702470005, "1003255"], [1702470029, "1003255"], [1702470065, "1003669"], [1702470101, "1014286"], [1702470131, "1014286"], [1702470167, "1017976"], [1702470203, "1023725"], [1702470251, "1025926"], [1702470278, "1044925"], [1702470311, "1049480"], [1702470347, "1059211"], [1702470371, "1059930"], [1702470404, "1070436"], [1702470440, "1071615"], [1702470476, "1071615"], [1702470506, "1075339"], [1702470542, "1082192"], [1702470575, "1090391"], [1702470611, "1090391"], [1702470635, "1091429"], [1702470662, "1091429"], [1702470686, "1096475"], [1702470719, "1100692"], [1702470746, "1100692"], [1702470812, "1108772"], [1702470845, "1109908"], [1702470875, "1121584"], [1702470899, "1123540"], [1702470953, "1127285"], [1702470983, "1129155"], [1702471025, "1129155"], [1702471067, "1130295"], [1702471169, "1137220"], [1702471193, "1138624"], [1702471226, "1143318"], [1702471265, "1144388"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "827204"], [1702462721, "859223"], [1702462736, "903794"], [1702462751, "976863"], [1702462763, "1033828"], [1702462793, "1141058"], [1702462808, "1182212"], [1702462829, "1207119"], [1702462844, "1279232"], [1702462865, "1304979"], [1702462880, "1340744"], [1702462904, "1397709"], [1702462919, "1410972"], [1702462952, "1454426"], [1702462973, "1483422"], [1702462988, "1509448"], [1702463045, "1556383"], [1702463081, "1564476"], [1702463114, "1609914"], [1702463150, "1668482"], [1702463186, "1718603"], [1702463216, "1763381"], [1702463240, "1813805"], [1702463273, "1866001"], [1702463324, "1935783"], [1702463354, "1980418"], [1702463381, "2050504"], [1702463417, "2105581"], [1702463453, "2151840"], [1702463477, "2199212"], [1702463510, "2234416"], [1702463537, "2281866"], [1702463570, "2323923"], [1702463591, "2352336"], [1702463621, "2403449"], [1702463657, "2471332"], [1702463693, "2561630"], [1702463729, "2626473"], [1702463765, "2693896"], [1702463798, "2766839"], [1702463846, "2873843"], [1702463873, "3230424"], [1702463906, "3269820"], [1702463948, "3338829"], [1702463984, "3405348"], [1702464014, "3449013"], [1702464050, "3487255"], [1702464086, "3544624"], [1702464122, "3654076"], [1702464155, "3711376"], [1702464194, "3746561"], [1702464230, "3823907"], [1702464263, "3916778"], [1702464299, "4027551"], [1702464332, "4142633"], [1702464356, "4197430"], [1702464392, "4248208"], [1702464425, "4330233"], [1702464455, "4531823"], [1702464479, "4569012"], [1702464509, "4605157"], [1702464533, "4645481"], [1702464569, "4745080"], [1702464605, "4809898"], [1702464635, "4863073"], [1702464671, "4927967"], [1702464716, "5019510"], [1702464743, "5091511"], [1702464776, "5153396"], [1702464812, "5208660"], [1702464836, "5286599"], [1702464869, "5354015"], [1702464905, "5412194"], [1702464926, "5499756"], [1702464956, "5559795"], [1702464992, "5634800"], [1702465016, "5681079"], [1702465049, "5739564"], [1702465085, "6065521"], [1702465118, "6126631"], [1702465145, "6188127"], [1702465178, "6241477"], [1702465208, "6334205"], [1702465241, "6398951"], [1702465298, "6513460"], [1702465334, "6576597"], [1702465367, "6703584"], [1702465394, "6736746"], [1702465418, "6793045"], [1702465445, "6845797"], [1702465481, "7154424"], [1702465517, "7229777"], [1702465550, "7291387"], [1702465586, "7365297"], [1702465619, "7419705"], [1702465658, "7557080"], [1702465706, "7622267"], [1702465754, "7776418"], [1702465787, "7864378"], [1702465823, "7941985"], [1702465856, "8006927"], [1702465880, "8038397"], [1702465910, "8093159"], [1702465952, "8177919"], [1702465988, "8308310"], [1702466015, "8380902"], [1702466030, "8437592"], [1702466060, "8472484"], [1702466078, "8507796"], [1702466138, "8592382"], [1702466168, "8657777"], [1702466204, "8718149"], [1702466237, "9141410"], [1702466261, "9638988"], [1702466291, "9681208"], [1702466327, "9745858"], [1702466360, "9817262"], [1702466384, "9893360"], [1702466417, "9956072"], [1702466441, "10025530"], [1702466471, "10088074"], [1702466507, "10163894"], [1702466540, "10211727"], [1702466597, "10345255"], [1702466633, "10413508"], [1702466666, "10507890"], [1702466705, "10544373"], [1702466732, "10658190"], [1702466765, "10727077"], [1702466801, "10795976"], [1702466852, "10927611"], [1702466876, "10980144"], [1702466918, "11090218"], [1702466978, "11298453"], [1702467014, "11393735"], [1702467038, "11458798"], [1702467068, "11527616"], [1702467122, "11642284"], [1702467158, "11690687"], [1702467191, "11758068"], [1702467221, "11802438"], [1702467257, "11842714"], [1702467299, "11923840"], [1702467350, "12020644"], [1702467386, "12079115"], [1702467419, "12169062"], [1702467455, "12243000"], [1702467515, "12386524"], [1702467542, "12444783"], [1702467566, "12495021"], [1702467599, "12532100"], [1702467635, "12636539"], [1702467668, "12708893"], [1702467695, "12830563"], [1702467716, "12961435"], [1702467746, "13052906"], [1702467800, "13235768"], [1702467824, "13300469"], [1702467908, "13608430"], [1702467944, "13674996"], [1702467968, "13750608"], [1702468001, "13791507"], [1702468031, "13815830"], [1702468067, "13901767"], [1702468085, "13952405"], [1702468115, "13989665"], [1702468151, "14054797"], [1702468181, "14175090"], [1702468208, "14278978"], [1702468241, "14425317"], [1702468256, "14488315"], [1702468286, "14522916"], [1702468322, "14597624"], [1702468352, "14685653"], [1702468388, "14746336"], [1702468424, "14792016"], [1702468457, "14830789"], [1702468493, "14905179"], [1702468517, "14957301"], [1702468550, "14985099"], [1702468586, "15108870"], [1702468613, "15207878"], [1702468637, "15259477"], [1702468679, "15326500"], [1702468721, "15393090"], [1702468730, "15469260"], [1702468766, "15551834"], [1702468799, "15596418"], [1702468835, "15686627"], [1702468898, "15802772"], [1702468934, "15962948"], [1702468970, "16114515"], [1702468994, "16195445"], [1702469024, "16230495"], [1702469060, "17000514"], [1702469111, "17124533"], [1702469144, "17214267"], [1702469168, "17250657"], [1702469204, "17332458"], [1702469237, "17451896"], [1702469273, "17551605"], [1702469303, "17658119"], [1702469336, "17745178"], [1702469360, "17872051"], [1702469387, "17912932"], [1702469411, "17979076"], [1702469435, "18030650"], [1702469468, "18082005"], [1702469504, "18139741"], [1702469537, "18182709"], [1702469573, "18245556"], [1702469606, "18283131"], [1702469633, "18315437"], [1702469660, "18435265"], [1702469684, "18568254"], [1702469717, "18641538"], [1702469753, "18766795"], [1702469786, "18902122"], [1702469816, "18967282"], [1702469834, "19076732"], [1702469864, "19140963"], [1702469906, "19280564"], [1702469936, "19358479"], [1702469972, "19416604"], [1702470005, "19476366"], [1702470029, "19512986"], [1702470065, "19581234"], [1702470101, "19674286"], [1702470131, "19733327"], [1702470167, "19819077"], [1702470203, "19939400"], [1702470251, "20064028"], [1702470278, "20165847"], [1702470311, "20243810"], [1702470347, "20324819"], [1702470371, "20404924"], [1702470404, "20436954"], [1702470440, "20493961"], [1702470476, "20596075"], [1702470506, "20666718"], [1702470542, "20759245"], [1702470575, "20871326"], [1702470611, "20982210"], [1702470635, "21098544"], [1702470662, "21121098"], [1702470686, "21195194"], [1702470719, "21270046"], [1702470746, "21319982"], [1702470812, "21415238"], [1702470845, "21452361"], [1702470875, "21504461"], [1702470899, "21549350"], [1702470953, "21601671"], [1702470983, "21649056"], [1702471025, "22985484"], [1702471067, "23090761"], [1702471169, "23352548"], [1702471193, "23398764"], [1702471226, "23491849"], [1702471265, "23578215"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "466855"], [1702462721, "490046"], [1702462736, "525910"], [1702462751, "536627"], [1702462763, "546141"], [1702462793, "561435"], [1702462808, "565550"], [1702462829, "569243"], [1702462844, "760818"], [1702462865, "770688"], [1702462880, "795885"], [1702462904, "813245"], [1702462919, "830369"], [1702462952, "910774"], [1702462973, "947046"], [1702462988, "1241231"], [1702463045, "1341542"], [1702463081, "1419505"], [1702463114, "1462172"], [1702463150, "1519111"], [1702463186, "1574041"], [1702463216, "1605731"], [1702463240, "1809357"], [1702463273, "1840208"], [1702463324, "1956157"], [1702463354, "2009267"], [1702463381, "2053110"], [1702463417, "2147646"], [1702463453, "2276604"], [1702463477, "2315539"], [1702463510, "2338963"], [1702463537, "2384433"], [1702463570, "2465905"], [1702463591, "2526812"], [1702463621, "2555927"], [1702463657, "2620624"], [1702463693, "2791651"], [1702463729, "2857844"], [1702463765, "2930450"], [1702463798, "3051296"], [1702463846, "3113346"], [1702463873, "3154760"], [1702463906, "3211810"], [1702463948, "3293605"], [1702463984, "3339464"], [1702464014, "3418580"], [1702464050, "3478159"], [1702464086, "3544943"], [1702464122, "3615551"], [1702464155, "3686126"], [1702464194, "3772254"], [1702464230, "3826163"], [1702464263, "3903312"], [1702464299, "3947310"], [1702464332, "4037639"], [1702464356, "4069611"], [1702464392, "4134106"], [1702464425, "4291518"], [1702464455, "4366863"], [1702464479, "4416599"], [1702464509, "4493535"], [1702464533, "4561716"], [1702464569, "4627502"], [1702464605, "4703748"], [1702464635, "4787999"], [1702464671, "4866838"], [1702464716, "4946085"], [1702464743, "4982585"], [1702464776, "5017890"], [1702464812, "5082612"], [1702464836, "5176120"], [1702464869, "5235666"], [1702464905, "5277330"], [1702464926, "5327713"], [1702464956, "5377344"], [1702464992, "5436317"], [1702465016, "5473101"], [1702465049, "5545348"], [1702465085, "5619291"], [1702465118, "5686490"], [1702465145, "5748869"], [1702465178, "5772558"], [1702465208, "5826513"], [1702465241, "5914206"], [1702465298, "5996349"], [1702465334, "6038212"], [1702465367, "6122550"], [1702465394, "6179901"], [1702465418, "6237512"], [1702465445, "6269941"], [1702465481, "6324983"], [1702465517, "6410683"], [1702465550, "6484124"], [1702465586, "6571203"], [1702465619, "6616974"], [1702465658, "6704819"], [1702465706, "6725924"], [1702465754, "6809742"], [1702465787, "6883011"], [1702465823, "6930881"], [1702465856, "7006133"], [1702465880, "7034920"], [1702465910, "7112085"], [1702465952, "7174320"], [1702465988, "7244845"], [1702466015, "7323719"], [1702466030, "7370788"], [1702466060, "7407024"], [1702466078, "7421244"], [1702466138, "7485035"], [1702466168, "7578181"], [1702466204, "7650693"], [1702466237, "7698789"], [1702466261, "7773917"], [1702466291, "7804147"], [1702466327, "7887417"], [1702466360, "7971978"], [1702466384, "8041838"], [1702466417, "8111156"], [1702466441, "8161164"], [1702466471, "8214234"], [1702466507, "8304500"], [1702466540, "8365840"], [1702466597, "8471796"], [1702466633, "8535650"], [1702466666, "8591768"], [1702466705, "8659893"], [1702466732, "8720479"], [1702466765, "8790363"], [1702466801, "8857447"], [1702466852, "8983308"], [1702466876, "9004595"], [1702466918, "9064974"], [1702466978, "9207309"], [1702467014, "9249842"], [1702467038, "9268030"], [1702467068, "9317319"], [1702467122, "9452677"], [1702467158, "9531129"], [1702467191, "9611047"], [1702467221, "9658243"], [1702467257, "9736439"], [1702467299, "9819369"], [1702467350, "9974058"], [1702467386, "10062375"], [1702467419, "10174009"], [1702467455, "10285026"], [1702467515, "10540240"], [1702467542, "10640787"], [1702467566, "10731885"], [1702467599, "10793939"], [1702467635, "10867510"], [1702467668, "10957778"], [1702467695, "10991009"], [1702467716, "11054905"], [1702467746, "11106576"], [1702467800, "11231774"], [1702467824, "11327288"], [1702467908, "11601851"], [1702467944, "11697394"], [1702467968, "11790129"], [1702468001, "11839642"], [1702468031, "11883826"], [1702468067, "11965092"], [1702468085, "12037915"], [1702468115, "12138940"], [1702468151, "12212388"], [1702468181, "12280482"], [1702468208, "12367739"], [1702468241, "12485433"], [1702468256, "12545618"], [1702468286, "12567073"], [1702468322, "12657807"], [1702468352, "12714953"], [1702468388, "12842033"], [1702468424, "12920550"], [1702468457, "12964491"], [1702468493, "13048472"], [1702468517, "13103049"], [1702468550, "13188283"], [1702468586, "13334252"], [1702468613, "13403670"], [1702468637, "13458936"], [1702468679, "13554613"], [1702468721, "13623799"], [1702468730, "13702221"], [1702468766, "13746700"], [1702468799, "13773586"], [1702468835, "13853034"], [1702468898, "13978027"], [1702468934, "14194307"], [1702468970, "14257740"], [1702468994, "14357393"], [1702469024, "14410337"], [1702469060, "14489461"], [1702469111, "14682206"], [1702469144, "14752990"], [1702469168, "14800679"], [1702469204, "14868889"], [1702469237, "14953324"], [1702469273, "15074568"], [1702469303, "15159692"], [1702469336, "15271911"], [1702469360, "15340445"], [1702469387, "15388416"], [1702469411, "15428023"], [1702469435, "15474556"], [1702469468, "15509970"], [1702469504, "15584946"], [1702469537, "15643536"], [1702469573, "15698128"], [1702469606, "15764488"], [1702469633, "15801416"], [1702469660, "15853985"], [1702469684, "15926036"], [1702469717, "15995788"], [1702469753, "16108605"], [1702469786, "16190491"], [1702469816, "16212344"], [1702469834, "16265554"], [1702469864, "16323819"], [1702469906, "16426758"], [1702469936, "16500702"], [1702469972, "16559512"], [1702470005, "16654342"], [1702470029, "16691020"], [1702470065, "16734168"], [1702470101, "16820800"], [1702470131, "16881458"], [1702470167, "16973795"], [1702470203, "17071291"], [1702470251, "17186892"], [1702470278, "17291870"], [1702470311, "17362912"], [1702470347, "17463698"], [1702470371, "17515682"], [1702470404, "17616040"], [1702470440, "17666974"], [1702470476, "17856993"], [1702470506, "17915196"], [1702470542, "18007586"], [1702470575, "18084324"], [1702470611, "18160214"], [1702470635, "18305071"], [1702470662, "18380942"], [1702470686, "18421975"], [1702470719, "18478362"], [1702470746, "18557042"], [1702470812, "18675254"], [1702470845, "18755305"], [1702470875, "18790570"], [1702470899, "18862478"], [1702470953, "18945588"], [1702470983, "19028274"], [1702471025, "19112975"], [1702471067, "19225510"], [1702471169, "19421054"], [1702471193, "19464453"], [1702471226, "19523670"], [1702471265, "19586066"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "710885"], [1702462721, "803099"], [1702462736, "862747"], [1702462751, "868403"], [1702462763, "882542"], [1702462793, "972315"], [1702462808, "1007206"], [1702462829, "1255400"], [1702462844, "1288856"], [1702462865, "1303748"], [1702462880, "1376775"], [1702462904, "1763728"], [1702462919, "1775522"], [1702462952, "1814443"], [1702462973, "1850196"], [1702462988, "1883449"], [1702463045, "2072450"], [1702463081, "2201842"], [1702463114, "2308507"], [1702463150, "2353079"], [1702463186, "2453795"], [1702463216, "2520302"], [1702463240, "2796416"], [1702463273, "2846806"], [1702463324, "2950026"], [1702463354, "3025812"], [1702463381, "3191592"], [1702463417, "3304166"], [1702463453, "3345797"], [1702463477, "3379960"], [1702463510, "3461039"], [1702463537, "3548229"], [1702463570, "3588592"], [1702463591, "3660780"], [1702463621, "3711108"], [1702463657, "3811888"], [1702463693, "3910793"], [1702463729, "3999211"], [1702463765, "4046529"], [1702463798, "4151658"], [1702463846, "4235280"], [1702463873, "4290640"], [1702463906, "4326380"], [1702463948, "4391654"], [1702463984, "4454668"], [1702464014, "4519137"], [1702464050, "4647203"], [1702464086, "4736312"], [1702464122, "4806982"], [1702464155, "4837647"], [1702464194, "4922378"], [1702464230, "5011083"], [1702464263, "5188951"], [1702464299, "5292249"], [1702464332, "5370277"], [1702464356, "5415038"], [1702464392, "5469397"], [1702464425, "5539921"], [1702464455, "5684729"], [1702464479, "5859653"], [1702464509, "5915027"], [1702464533, "6010766"], [1702464569, "6114070"], [1702464605, "6217795"], [1702464635, "6309281"], [1702464671, "6419189"], [1702464716, "6487238"], [1702464743, "6585294"], [1702464776, "6660867"], [1702464812, "6739980"], [1702464836, "6858429"], [1702464869, "6945056"], [1702464905, "6992120"], [1702464926, "7045308"], [1702464956, "7120470"], [1702464992, "7243879"], [1702465016, "7294132"], [1702465049, "7342844"], [1702465085, "7520641"], [1702465118, "7609921"], [1702465145, "7657489"], [1702465178, "7680838"], [1702465208, "7758296"], [1702465241, "7858885"], [1702465298, "7995013"], [1702465334, "8112355"], [1702465367, "8225659"], [1702465394, "8304786"], [1702465418, "8367008"], [1702465445, "8421202"], [1702465481, "8535578"], [1702465517, "8627838"], [1702465550, "8678086"], [1702465586, "8787148"], [1702465619, "8865841"], [1702465658, "8905927"], [1702465706, "8922837"], [1702465754, "8980222"], [1702465787, "9050608"], [1702465823, "9174137"], [1702465856, "9293475"], [1702465880, "9393969"], [1702465910, "9538539"], [1702465952, "9664072"], [1702465988, "9790083"], [1702466015, "9941834"], [1702466030, "9983563"], [1702466060, "10017387"], [1702466078, "10053468"], [1702466138, "10120718"], [1702466168, "10195242"], [1702466204, "10277307"], [1702466237, "10358857"], [1702466261, "10430368"], [1702466291, "10468847"], [1702466327, "10552266"], [1702466360, "10596087"], [1702466384, "10665664"], [1702466417, "10714671"], [1702466441, "10768726"], [1702466471, "10820169"], [1702466507, "10868443"], [1702466540, "10940378"], [1702466597, "11015328"], [1702466633, "11090299"], [1702466666, "11186935"], [1702466705, "11292856"], [1702466732, "11391209"], [1702466765, "11466193"], [1702466801, "11562348"], [1702466852, "11645503"], [1702466876, "11692154"], [1702466918, "11784189"], [1702466978, "11982100"], [1702467014, "12063494"], [1702467038, "12183324"], [1702467068, "12230763"], [1702467122, "12356268"], [1702467158, "12412158"], [1702467191, "12497081"], [1702467221, "12543136"], [1702467257, "12615165"], [1702467299, "12708333"], [1702467350, "12840747"], [1702467386, "12979316"], [1702467419, "13075047"], [1702467455, "13172498"], [1702467515, "13433316"], [1702467542, "13544660"], [1702467566, "13703881"], [1702467599, "13825389"], [1702467635, "13925385"], [1702467668, "14036724"], [1702467695, "14605840"], [1702467716, "14689713"], [1702467746, "14761831"], [1702467800, "14898580"], [1702467824, "15115758"], [1702467908, "15249549"], [1702467944, "15303432"], [1702467968, "15356691"], [1702468001, "15432526"], [1702468031, "16246915"], [1702468067, "16395816"], [1702468085, "16483387"], [1702468115, "16539338"], [1702468151, "16672887"], [1702468181, "16805767"], [1702468208, "16846421"], [1702468241, "16914520"], [1702468256, "16980913"], [1702468286, "17060409"], [1702468322, "17131794"], [1702468352, "17815018"], [1702468388, "17937104"], [1702468424, "18018993"], [1702468457, "18145550"], [1702468493, "18239899"], [1702468517, "18378742"], [1702468550, "18456793"], [1702468586, "19066825"], [1702468613, "19244620"], [1702468637, "19342641"], [1702468679, "19519557"], [1702468721, "19614052"], [1702468730, "19690501"], [1702468766, "19761322"], [1702468799, "19894040"], [1702468835, "20054603"], [1702468898, "20334778"], [1702468934, "20530748"], [1702468970, "20786237"], [1702468994, "20883659"], [1702469024, "21003152"], [1702469060, "21183542"], [1702469111, "21376592"], [1702469144, "21484666"], [1702469168, "21559125"], [1702469204, "21696694"], [1702469237, "21811964"], [1702469273, "21897215"], [1702469303, "21949375"], [1702469336, "22113483"], [1702469360, "22288266"], [1702469387, "22400459"], [1702469411, "22484893"], [1702469435, "22538518"], [1702469468, "22634699"], [1702469504, "22718646"], [1702469537, "22850542"], [1702469573, "22895509"], [1702469606, "22930720"], [1702469633, "22952774"], [1702469660, "23053993"], [1702469684, "23142820"], [1702469717, "23231652"], [1702469753, "23337238"], [1702469786, "23397849"], [1702469816, "23457161"], [1702469834, "23563771"], [1702469864, "23660265"], [1702469906, "23780815"], [1702469936, "23819619"], [1702469972, "23849348"], [1702470005, "23922897"], [1702470029, "23933634"], [1702470065, "23995700"], [1702470101, "24102609"], [1702470131, "24267733"], [1702470167, "24479928"], [1702470203, "24666376"], [1702470251, "24814731"], [1702470278, "24922987"], [1702470311, "24977847"], [1702470347, "25073058"], [1702470371, "25172212"], [1702470404, "25214702"], [1702470440, "25305918"], [1702470476, "25338031"], [1702470506, "25430228"], [1702470542, "25703909"], [1702470575, "25865038"], [1702470611, "26185065"], [1702470635, "26430235"], [1702470662, "26559009"], [1702470686, "26688424"], [1702470719, "26790386"], [1702470746, "26973809"], [1702470812, "27152306"], [1702470845, "27230519"], [1702470875, "27312604"], [1702470899, "27359424"], [1702470953, "27545625"], [1702470983, "27615305"], [1702471025, "27746640"], [1702471067, "27953022"], [1702471169, "28294016"], [1702471193, "28425296"], [1702471226, "28485449"], [1702471265, "28555020"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "843258"], [1702462721, "861258"], [1702462736, "886763"], [1702462751, "926604"], [1702462763, "936411"], [1702462793, "1035702"], [1702462808, "1041241"], [1702462829, "1048887"], [1702462844, "1057981"], [1702462865, "1075302"], [1702462880, "1099829"], [1702462904, "1247221"], [1702462919, "1360796"], [1702462952, "1394042"], [1702462973, "1442601"], [1702462988, "1479287"], [1702463045, "1675922"], [1702463081, "1727548"], [1702463114, "1743637"], [1702463150, "1774953"], [1702463186, "1953086"], [1702463216, "2024954"], [1702463240, "2063931"], [1702463273, "2101449"], [1702463324, "2195990"], [1702463354, "2257079"], [1702463381, "2376216"], [1702463417, "2454456"], [1702463453, "2585130"], [1702463477, "2611810"], [1702463510, "2675300"], [1702463537, "2777071"], [1702463570, "2849706"], [1702463591, "2885263"], [1702463621, "3087221"], [1702463657, "3149866"], [1702463693, "3505577"], [1702463729, "3619456"], [1702463765, "3668076"], [1702463798, "3745253"], [1702463846, "3821904"], [1702463873, "3898382"], [1702463906, "3971457"], [1702463948, "4103106"], [1702463984, "4167872"], [1702464014, "4244715"], [1702464050, "4293961"], [1702464086, "4367815"], [1702464122, "4466074"], [1702464155, "4517336"], [1702464194, "4601658"], [1702464230, "4640994"], [1702464263, "4743588"], [1702464299, "4827705"], [1702464332, "4882660"], [1702464356, "4953794"], [1702464392, "5030560"], [1702464425, "5092134"], [1702464455, "5126024"], [1702464479, "5205257"], [1702464509, "5243151"], [1702464533, "5281663"], [1702464569, "5338462"], [1702464605, "5409637"], [1702464635, "5556807"], [1702464671, "5918565"], [1702464716, "5977409"], [1702464743, "6020917"], [1702464776, "6143489"], [1702464812, "6236392"], [1702464836, "6342182"], [1702464869, "6402110"], [1702464905, "6427541"], [1702464926, "6454450"], [1702464956, "6484758"], [1702464992, "6567573"], [1702465016, "6632053"], [1702465049, "6692880"], [1702465085, "6754014"], [1702465118, "6844386"], [1702465145, "6928298"], [1702465178, "6988464"], [1702465208, "7112646"], [1702465241, "7178970"], [1702465298, "7278957"], [1702465334, "7331755"], [1702465367, "7381895"], [1702465394, "7401517"], [1702465418, "7472618"], [1702465445, "7529218"], [1702465481, "7638944"], [1702465517, "7696423"], [1702465550, "7859412"], [1702465586, "7951821"], [1702465619, "8001005"], [1702465658, "8109367"], [1702465706, "8150042"], [1702465754, "8261480"], [1702465787, "8344239"], [1702465823, "8443055"], [1702465856, "8542982"], [1702465880, "8569589"], [1702465910, "8648015"], [1702465952, "8734122"], [1702465988, "8770087"], [1702466015, "8855455"], [1702466030, "8922890"], [1702466060, "8959611"], [1702466078, "9011035"], [1702466138, "9072278"], [1702466168, "9144979"], [1702466204, "9220102"], [1702466237, "9259928"], [1702466261, "9338210"], [1702466291, "9385089"], [1702466327, "9477148"], [1702466360, "9594290"], [1702466384, "9687761"], [1702466417, "9751540"], [1702466441, "9793669"], [1702466471, "9808072"], [1702466507, "9861619"], [1702466540, "9901291"], [1702466597, "10081177"], [1702466633, "10108743"], [1702466666, "10131348"], [1702466705, "10181345"], [1702466732, "10232448"], [1702466765, "10314568"], [1702466801, "10377879"], [1702466852, "10454417"], [1702466876, "10496373"], [1702466918, "10574045"], [1702466978, "10640546"], [1702467014, "10698433"], [1702467038, "10755198"], [1702467068, "10817670"], [1702467122, "10915005"], [1702467158, "11090557"], [1702467191, "11140256"], [1702467221, "11220553"], [1702467257, "11261702"], [1702467299, "11354997"], [1702467350, "11488945"], [1702467386, "11632375"], [1702467419, "11792218"], [1702467455, "12010387"], [1702467515, "12293893"], [1702467542, "12393192"], [1702467566, "12498883"], [1702467599, "12588590"], [1702467635, "12653882"], [1702467668, "12712913"], [1702467695, "12787801"], [1702467716, "12944264"], [1702467746, "13083252"], [1702467800, "13399256"], [1702467824, "13649345"], [1702467908, "13972709"], [1702467944, "14057482"], [1702467968, "14183532"], [1702468001, "14288084"], [1702468031, "14328509"], [1702468067, "14393823"], [1702468085, "14490789"], [1702468115, "14540272"], [1702468151, "14758991"], [1702468181, "14961445"], [1702468208, "15094849"], [1702468241, "15277138"], [1702468256, "15346745"], [1702468286, "15435755"], [1702468322, "15527880"], [1702468352, "15620667"], [1702468388, "15704894"], [1702468424, "15816184"], [1702468457, "15901373"], [1702468493, "15972651"], [1702468517, "16070751"], [1702468550, "16224895"], [1702468586, "16341482"], [1702468613, "16457818"], [1702468637, "16495127"], [1702468679, "16628892"], [1702468721, "16795521"], [1702468730, "16862477"], [1702468766, "16930930"], [1702468799, "17041642"], [1702468835, "17151865"], [1702468898, "17367941"], [1702468934, "17552299"], [1702468970, "17705762"], [1702468994, "17820142"], [1702469024, "17897385"], [1702469060, "17979086"], [1702469111, "18211230"], [1702469144, "18289597"], [1702469168, "18351062"], [1702469204, "18449429"], [1702469237, "18592972"], [1702469273, "18786144"], [1702469303, "18899478"], [1702469336, "19055855"], [1702469360, "19193602"], [1702469387, "19264290"], [1702469411, "19348577"], [1702469435, "19422360"], [1702469468, "19541011"], [1702469504, "19589914"], [1702469537, "19719625"], [1702469573, "19869261"], [1702469606, "19966920"], [1702469633, "20091624"], [1702469660, "20244242"], [1702469684, "20347852"], [1702469717, "20412901"], [1702469753, "20495114"], [1702469786, "20653343"], [1702469816, "20732716"], [1702469834, "20911611"], [1702469864, "20976314"], [1702469906, "21124066"], [1702469936, "21167061"], [1702469972, "21256745"], [1702470005, "21333729"], [1702470029, "21411455"], [1702470065, "21503006"], [1702470101, "21622087"], [1702470131, "21796609"], [1702470167, "22009706"], [1702470203, "22205220"], [1702470251, "22411806"], [1702470278, "22527162"], [1702470311, "22585196"], [1702470347, "22727146"], [1702470371, "22800055"], [1702470404, "22849528"], [1702470440, "22898600"], [1702470476, "22947379"], [1702470506, "23107942"], [1702470542, "23251779"], [1702470575, "23318549"], [1702470611, "23507564"], [1702470635, "23650594"], [1702470662, "23764149"], [1702470686, "23889102"], [1702470719, "23994478"], [1702470746, "24085765"], [1702470812, "24216745"], [1702470845, "24296214"], [1702470875, "24348358"], [1702470899, "24403749"], [1702470953, "24501178"], [1702470983, "24569056"], [1702471025, "24659825"], [1702471067, "24757389"], [1702471169, "24938760"], [1702471193, "24983004"], [1702471226, "25053834"], [1702471265, "25102352"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "6169"], [1702462793, "6169"], [1702462808, "6169"], [1702462829, "6169"], [1702462844, "6169"], [1702462865, "6169"], [1702462880, "6169"], [1702462904, "6169"], [1702462919, "6169"], [1702462952, "6169"], [1702462973, "6169"], [1702462988, "6169"], [1702463045, "6672"], [1702463081, "6672"], [1702463114, "6672"], [1702463150, "6672"], [1702463186, "6672"], [1702463216, "6672"], [1702463240, "6672"], [1702463273, "6672"], [1702463324, "6672"], [1702463354, "6672"], [1702463381, "6672"], [1702463417, "6672"], [1702463453, "6672"], [1702463477, "6672"], [1702463510, "6672"], [1702463537, "6672"], [1702463570, "6672"], [1702463591, "6672"], [1702463621, "6672"], [1702463657, "6672"], [1702463693, "6672"], [1702463729, "118649"], [1702463765, "118649"], [1702463798, "118649"], [1702463846, "118649"], [1702463873, "118649"], [1702463906, "118649"], [1702463948, "118649"], [1702463984, "118649"], [1702464014, "118649"], [1702464050, "118649"], [1702464086, "118649"], [1702464122, "118649"], [1702464155, "118649"], [1702464194, "118649"], [1702464230, "118649"], [1702464263, "118649"], [1702464299, "118649"], [1702464332, "118649"], [1702464356, "118649"], [1702464392, "118649"], [1702464425, "118649"], [1702464455, "118649"], [1702464479, "118649"], [1702464509, "118649"], [1702464533, "118649"], [1702464569, "118649"], [1702464605, "118649"], [1702464635, "118649"], [1702464671, "118649"], [1702464716, "118649"], [1702464743, "118649"], [1702464776, "118649"], [1702464812, "118649"], [1702464836, "118649"], [1702464869, "118649"], [1702464905, "118649"], [1702464926, "118649"], [1702464956, "118649"], [1702464992, "118649"], [1702465016, "118649"], [1702465049, "118649"], [1702465085, "118649"], [1702465118, "119249"], [1702465145, "119249"], [1702465178, "119249"], [1702465208, "119249"], [1702465241, "119249"], [1702465298, "119249"], [1702465334, "119249"], [1702465367, "119249"], [1702465394, "119249"], [1702465418, "119249"], [1702465445, "119249"], [1702465481, "119249"], [1702465517, "119249"], [1702465550, "119249"], [1702465586, "119249"], [1702465619, "119249"], [1702465658, "119249"], [1702465706, "119249"], [1702465754, "119249"], [1702465787, "119249"], [1702465823, "119249"], [1702465856, "119249"], [1702465880, "119249"], [1702465910, "119249"], [1702465952, "119249"], [1702465988, "119249"], [1702466015, "119249"], [1702466030, "119249"], [1702466060, "119249"], [1702466078, "119249"], [1702466138, "119249"], [1702466168, "119249"], [1702466204, "119249"], [1702466237, "119249"], [1702466261, "119249"], [1702466291, "119249"], [1702466327, "119249"], [1702466360, "119249"], [1702466384, "119249"], [1702466417, "119249"], [1702466441, "119249"], [1702466471, "119249"], [1702466507, "119249"], [1702466540, "119249"], [1702466597, "119249"], [1702466633, "119249"], [1702466666, "119249"], [1702466705, "119249"], [1702466732, "119249"], [1702466765, "119249"], [1702466801, "119249"], [1702466852, "119249"], [1702466876, "119249"], [1702466918, "119249"], [1702466978, "119249"], [1702467014, "119249"], [1702467038, "119249"], [1702467068, "119249"], [1702467122, "119249"], [1702467158, "119249"], [1702467191, "119249"], [1702467221, "119249"], [1702467257, "119249"], [1702467299, "119249"], [1702467350, "119249"], [1702467386, "119249"], [1702467419, "119249"], [1702467455, "119249"], [1702467515, "119249"], [1702467542, "119249"], [1702467566, "119249"], [1702467599, "119249"], [1702467635, "119249"], [1702467668, "119249"], [1702467695, "119249"], [1702467716, "119249"], [1702467746, "119249"], [1702467800, "119249"], [1702467824, "119249"], [1702467908, "119249"], [1702467944, "119249"], [1702467968, "119249"], [1702468001, "119249"], [1702468031, "119249"], [1702468067, "119249"], [1702468085, "119249"], [1702468115, "119249"], [1702468151, "119249"], [1702468181, "119249"], [1702468208, "119249"], [1702468241, "119249"], [1702468256, "119249"], [1702468286, "119249"], [1702468322, "119249"], [1702468352, "119249"], [1702468388, "119249"], [1702468424, "119249"], [1702468457, "119249"], [1702468493, "119249"], [1702468517, "119249"], [1702468550, "119249"], [1702468586, "119249"], [1702468613, "119249"], [1702468637, "119249"], [1702468679, "119249"], [1702468721, "119249"], [1702468730, "119249"], [1702468766, "119249"], [1702468799, "119249"], [1702468835, "119249"], [1702468898, "119249"], [1702468934, "119249"], [1702468970, "119249"], [1702468994, "119249"], [1702469024, "119249"], [1702469060, "119456"], [1702469111, "119456"], [1702469144, "119456"], [1702469168, "119456"], [1702469204, "119456"], [1702469237, "119456"], [1702469273, "119456"], [1702469303, "119456"], [1702469336, "119456"], [1702469360, "119456"], [1702469387, "119456"], [1702469411, "119456"], [1702469435, "119456"], [1702469468, "119456"], [1702469504, "119456"], [1702469537, "119456"], [1702469573, "119456"], [1702469606, "119456"], [1702469633, "119456"], [1702469660, "119456"], [1702469684, "119456"], [1702469717, "119456"], [1702469753, "119456"], [1702469786, "119456"], [1702469816, "119456"], [1702469834, "119456"], [1702469864, "119456"], [1702469906, "119456"], [1702469936, "119456"], [1702469972, "119456"], [1702470005, "119456"], [1702470029, "119456"], [1702470065, "119456"], [1702470101, "119456"], [1702470131, "119456"], [1702470167, "119456"], [1702470203, "119456"], [1702470251, "119456"], [1702470278, "119456"], [1702470311, "119456"], [1702470347, "119456"], [1702470371, "119456"], [1702470404, "119456"], [1702470440, "119456"], [1702470476, "119456"], [1702470506, "119456"], [1702470542, "119456"], [1702470575, "119456"], [1702470611, "119456"], [1702470635, "119456"], [1702470662, "119456"], [1702470686, "119456"], [1702470719, "119456"], [1702470746, "119456"], [1702470812, "119456"], [1702470845, "119456"], [1702470875, "119456"], [1702470899, "119456"], [1702470953, "119456"], [1702470983, "119456"], [1702471025, "119456"], [1702471067, "119456"], [1702471169, "119456"], [1702471193, "119456"], [1702471226, "119456"], [1702471265, "119456"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6152"], [1702462721, "6152"], [1702462736, "6152"], [1702462751, "6169"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "204940"], [1702462721, "204940"], [1702462736, "204940"], [1702462751, "208714"], [1702462763, "208714"], [1702462793, "225838"], [1702462808, "225838"], [1702462829, "225838"], [1702462844, "225838"], [1702462865, "225838"], [1702462880, "225838"], [1702462904, "225838"], [1702462919, "225838"], [1702462952, "225838"], [1702462973, "257494"], [1702462988, "257494"], [1702463045, "275701"], [1702463081, "275701"], [1702463114, "312860"], [1702463150, "312860"], [1702463186, "312860"], [1702463216, "312860"], [1702463240, "312860"], [1702463273, "312860"], [1702463324, "322780"], [1702463354, "322780"], [1702463381, "336852"], [1702463417, "336852"], [1702463453, "449031"], [1702463477, "449031"], [1702463510, "449031"], [1702463537, "449031"], [1702463570, "449031"], [1702463591, "449031"], [1702463621, "449031"], [1702463657, "449031"], [1702463693, "449031"], [1702463729, "480730"], [1702463765, "480730"], [1702463798, "480730"], [1702463846, "481023"], [1702463873, "481023"], [1702463906, "481023"], [1702463948, "481023"], [1702463984, "481023"], [1702464014, "481023"], [1702464050, "499502"], [1702464086, "499502"], [1702464122, "499502"], [1702464155, "499502"], [1702464194, "499502"], [1702464230, "653950"], [1702464263, "653950"], [1702464299, "653950"], [1702464332, "653950"], [1702464356, "677275"], [1702464392, "677275"], [1702464425, "677275"], [1702464455, "677275"], [1702464479, "677275"], [1702464509, "677275"], [1702464533, "712738"], [1702464569, "712738"], [1702464605, "712738"], [1702464635, "712738"], [1702464671, "712738"], [1702464716, "712738"], [1702464743, "712738"], [1702464776, "712738"], [1702464812, "712738"], [1702464836, "722737"], [1702464869, "722737"], [1702464905, "762414"], [1702464926, "762414"], [1702464956, "775156"], [1702464992, "775156"], [1702465016, "812119"], [1702465049, "812119"], [1702465085, "812119"], [1702465118, "812119"], [1702465145, "812119"], [1702465178, "812119"], [1702465208, "812119"], [1702465241, "812119"], [1702465298, "812119"], [1702465334, "812119"], [1702465367, "812119"], [1702465394, "812316"], [1702465418, "826356"], [1702465445, "826356"], [1702465481, "826356"], [1702465517, "826356"], [1702465550, "826356"], [1702465586, "826356"], [1702465619, "843257"], [1702465658, "843257"], [1702465706, "843257"], [1702465754, "843257"], [1702465787, "884653"], [1702465823, "884653"], [1702465856, "884653"], [1702465880, "884653"], [1702465910, "884653"], [1702465952, "884653"], [1702465988, "884653"], [1702466015, "885791"], [1702466030, "885791"], [1702466060, "885791"], [1702466078, "885791"], [1702466138, "885791"], [1702466168, "885791"], [1702466204, "885791"], [1702466237, "885791"], [1702466261, "912509"], [1702466291, "912509"], [1702466327, "912509"], [1702466360, "912509"], [1702466384, "912509"], [1702466417, "912509"], [1702466441, "1084231"], [1702466471, "1084231"], [1702466507, "1084231"], [1702466540, "1084231"], [1702466597, "1084231"], [1702466633, "1098843"], [1702466666, "1098843"], [1702466705, "1098843"], [1702466732, "1098843"], [1702466765, "1115719"], [1702466801, "1115719"], [1702466852, "1115719"], [1702466876, "1115719"], [1702466918, "1115719"], [1702466978, "1115719"], [1702467014, "1115719"], [1702467038, "1115719"], [1702467068, "1115719"], [1702467122, "1115719"], [1702467158, "1115874"], [1702467191, "1116759"], [1702467221, "1116759"], [1702467257, "1116759"], [1702467299, "1116759"], [1702467350, "1144126"], [1702467386, "1144126"], [1702467419, "1144126"], [1702467455, "1144126"], [1702467515, "1144126"], [1702467542, "1144126"], [1702467566, "1144309"], [1702467599, "1144309"], [1702467635, "1144309"], [1702467668, "1167776"], [1702467695, "1167776"], [1702467716, "1183558"], [1702467746, "1183558"], [1702467800, "1183558"], [1702467824, "1183558"], [1702467908, "1275346"], [1702467944, "1275346"], [1702467968, "1275346"], [1702468001, "1275346"], [1702468031, "1275346"], [1702468067, "1275659"], [1702468085, "1275659"], [1702468115, "1275659"], [1702468151, "1275659"], [1702468181, "1275659"], [1702468208, "1275659"], [1702468241, "1275659"], [1702468256, "1275659"], [1702468286, "1275659"], [1702468322, "1275659"], [1702468352, "1275659"], [1702468388, "1313660"], [1702468424, "1313660"], [1702468457, "1313660"], [1702468493, "1313660"], [1702468517, "1313660"], [1702468550, "1313660"], [1702468586, "1313660"], [1702468613, "1313660"], [1702468637, "1313660"], [1702468679, "1313660"], [1702468721, "1313660"], [1702468730, "1313660"], [1702468766, "1313660"], [1702468799, "1313660"], [1702468835, "1313660"], [1702468898, "1361584"], [1702468934, "1361584"], [1702468970, "1415314"], [1702468994, "1415314"], [1702469024, "1502764"], [1702469060, "1503310"], [1702469111, "1503310"], [1702469144, "1503310"], [1702469168, "1503378"], [1702469204, "1503378"], [1702469237, "1503378"], [1702469273, "1555193"], [1702469303, "1555193"], [1702469336, "1555193"], [1702469360, "1555193"], [1702469387, "1555193"], [1702469411, "1555193"], [1702469435, "1555193"], [1702469468, "1555193"], [1702469504, "1555193"], [1702469537, "1555193"], [1702469573, "1595556"], [1702469606, "1595556"], [1702469633, "1595556"], [1702469660, "1595556"], [1702469684, "1595556"], [1702469717, "1595556"], [1702469753, "1632183"], [1702469786, "1632183"], [1702469816, "1632183"], [1702469834, "1632183"], [1702469864, "1632183"], [1702469906, "1632293"], [1702469936, "1632293"], [1702469972, "1632293"], [1702470005, "1632293"], [1702470029, "1632293"], [1702470065, "1632293"], [1702470101, "1632346"], [1702470131, "1632346"], [1702470167, "1632346"], [1702470203, "1632346"], [1702470251, "1632346"], [1702470278, "1632346"], [1702470311, "1632346"], [1702470347, "1632346"], [1702470371, "1632625"], [1702470404, "1632625"], [1702470440, "1632625"], [1702470476, "1632625"], [1702470506, "1632625"], [1702470542, "1632625"], [1702470575, "1632625"], [1702470611, "1632625"], [1702470635, "1632625"], [1702470662, "1632625"], [1702470686, "1632625"], [1702470719, "1632625"], [1702470746, "1632625"], [1702470812, "1681237"], [1702470845, "1686990"], [1702470875, "1686990"], [1702470899, "1686990"], [1702470953, "1718806"], [1702470983, "1718806"], [1702471025, "1718806"], [1702471067, "1764301"], [1702471169, "1764301"], [1702471193, "1764301"], [1702471226, "1764301"], [1702471265, "1764301"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "190141007"], [1702462721, "201928520"], [1702462736, "215670276"], [1702462751, "229328369"], [1702462763, "242051503"], [1702462793, "262977102"], [1702462808, "274661413"], [1702462829, "291544822"], [1702462844, "302636045"], [1702462865, "315853940"], [1702462880, "326690793"], [1702462904, "352041354"], [1702462919, "361728009"], [1702462952, "387572484"], [1702462973, "399468392"], [1702462988, "412288284"], [1702463045, "463893139"], [1702463081, "493480144"], [1702463114, "523110364"], [1702463150, "556589911"], [1702463186, "585679762"], [1702463216, "613330490"], [1702463240, "635285499"], [1702463273, "661506191"], [1702463324, "707138933"], [1702463354, "729230135"], [1702463381, "756864426"], [1702463417, "791955736"], [1702463453, "828035060"], [1702463477, "854792145"], [1702463510, "879916169"], [1702463537, "903672526"], [1702463570, "925718413"], [1702463591, "950083642"], [1702463621, "968666712"], [1702463657, "995773675"], [1702463693, "1022946408"], [1702463729, "1055356388"], [1702463765, "1093575988"], [1702463798, "1126012223"], [1702463846, "1162702284"], [1702463873, "1185687141"], [1702463906, "1215652123"], [1702463948, "1248885500"], [1702463984, "1277292867"], [1702464014, "1301540514"], [1702464050, "1324715289"], [1702464086, "1357633660"], [1702464122, "1395288282"], [1702464155, "1422685851"], [1702464194, "1461822684"], [1702464230, "1490576266"], [1702464263, "1523097312"], [1702464299, "1552233315"], [1702464332, "1581472214"], [1702464356, "1598188719"], [1702464392, "1618714322"], [1702464425, "1643426003"], [1702464455, "1673359120"], [1702464479, "1698515858"], [1702464509, "1719874195"], [1702464533, "1745226486"], [1702464569, "1770623651"], [1702464605, "1800745249"], [1702464635, "1827012292"], [1702464671, "1853833831"], [1702464716, "1882902891"], [1702464743, "1911358524"], [1702464776, "1934149032"], [1702464812, "1960213217"], [1702464836, "1989576589"], [1702464869, "2013019169"], [1702464905, "2037011829"], [1702464926, "2063269965"], [1702464956, "2088650705"], [1702464992, "2124507360"], [1702465016, "2149056604"], [1702465049, "2172992524"], [1702465085, "2194306793"], [1702465118, "2216235054"], [1702465145, "2238091017"], [1702465178, "2254731538"], [1702465208, "2283077563"], [1702465241, "2317490783"], [1702465298, "2359422040"], [1702465334, "2384785041"], [1702465367, "2419226123"], [1702465394, "2438476677"], [1702465418, "2465456767"], [1702465445, "2486215663"], [1702465481, "2517845929"], [1702465517, "2545554526"], [1702465550, "2570316151"], [1702465586, "2603738145"], [1702465619, "2633975718"], [1702465658, "2670136205"], [1702465706, "2700574124"], [1702465754, "2743921705"], [1702465787, "2773892330"], [1702465823, "2801975144"], [1702465856, "2825712682"], [1702465880, "2843843356"], [1702465910, "2868718155"], [1702465952, "2899730470"], [1702465988, "2934177839"], [1702466015, "2955961068"], [1702466030, "2974968464"], [1702466060, "2990764385"], [1702466078, "3014621790"], [1702466138, "3057061600"], [1702466168, "3080890414"], [1702466204, "3108210212"], [1702466237, "3134747299"], [1702466261, "3154734012"], [1702466291, "3176700556"], [1702466327, "3201583932"], [1702466360, "3228517666"], [1702466384, "3262803862"], [1702466417, "3295192922"], [1702466441, "3327674228"], [1702466471, "3350611089"], [1702466507, "3381423760"], [1702466540, "3404905910"], [1702466597, "3448105362"], [1702466633, "3472382229"], [1702466666, "3498877411"], [1702466705, "3532764440"], [1702466732, "3564281517"], [1702466765, "3592568933"], [1702466801, "3632040566"], [1702466852, "3674066920"], [1702466876, "3700228526"], [1702466918, "3729880833"], [1702466978, "3774775544"], [1702467014, "3801334094"], [1702467038, "3824458679"], [1702467068, "3851923086"], [1702467122, "3896658240"], [1702467158, "3920665298"], [1702467191, "3953907852"], [1702467221, "3978822377"], [1702467257, "4016330330"], [1702467299, "4048423105"], [1702467350, "4093700050"], [1702467386, "4133998648"], [1702467419, "4173995950"], [1702467455, "4233897605"], [1702467515, "4336816977"], [1702467542, "4375904581"], [1702467566, "4430113655"], [1702467599, "4467463378"], [1702467635, "4507602032"], [1702467668, "4539534478"], [1702467695, "4563461634"], [1702467716, "4597942521"], [1702467746, "4625223981"], [1702467800, "4695312536"], [1702467824, "4744962814"], [1702467908, "4888680645"], [1702467944, "4931192349"], [1702467968, "4975733604"], [1702468001, "5012144241"], [1702468031, "5039326403"], [1702468067, "5067656525"], [1702468085, "5099144338"], [1702468115, "5128241944"], [1702468151, "5169580981"], [1702468181, "5230914640"], [1702468208, "5275361552"], [1702468241, "5335014513"], [1702468256, "5370225426"], [1702468286, "5397662009"], [1702468322, "5443903896"], [1702468352, "5499086964"], [1702468388, "5537794346"], [1702468424, "5569562888"], [1702468457, "5600706866"], [1702468493, "5638084782"], [1702468517, "5680434546"], [1702468550, "5717498999"], [1702468586, "5776252899"], [1702468613, "5832425519"], [1702468637, "5862784914"], [1702468679, "5908577830"], [1702468721, "5948662144"], [1702468730, "5983848698"], [1702468766, "6004126607"], [1702468799, "6034860560"], [1702468835, "6064932502"], [1702468898, "6121269071"], [1702468934, "6192980005"], [1702468970, "6249993950"], [1702468994, "6298603484"], [1702469024, "6338957532"], [1702469060, "6383853000"], [1702469111, "6447214881"], [1702469144, "6473194325"], [1702469168, "6490335736"], [1702469204, "6524044760"], [1702469237, "6562083525"], [1702469273, "6602394987"], [1702469303, "6657946214"], [1702469336, "6708611244"], [1702469360, "6755541944"], [1702469387, "6785098112"], [1702469411, "6815901288"], [1702469435, "6854185965"], [1702469468, "6887571005"], [1702469504, "8560508121"], [1702469537, "8604011808"], [1702469573, "8648093068"], [1702469606, "8705427918"], [1702469633, "8740240248"], [1702469660, "8798766417"], [1702469684, "8863696551"], [1702469717, "8913974780"], [1702469753, "8973031931"], [1702469786, "9037652399"], [1702469816, "9065473950"], [1702469834, "9132318478"], [1702469864, "9170311378"], [1702469906, "9248426026"], [1702469936, "9272560148"], [1702469972, "9305346609"], [1702470005, "9357426751"], [1702470029, "9388600205"], [1702470065, "9434915797"], [1702470101, "9508221467"], [1702470131, "9574401293"], [1702470167, "9644515977"], [1702470203, "9711635815"], [1702470251, "9788698154"], [1702470278, "9838268371"], [1702470311, "9903670717"], [1702470347, "9970884312"], [1702470371, "10002685322"], [1702470404, "10026378883"], [1702470440, "10065994528"], [1702470476, "10112568567"], [1702470506, "10153734622"], [1702470542, "10235707888"], [1702470575, "10292453245"], [1702470611, "10354442926"], [1702470635, "10416415259"], [1702470662, "10453825703"], [1702470686, "10506584515"], [1702470719, "10540387481"], [1702470746, "10590580018"], [1702470812, "10665287093"], [1702470845, "10697850572"], [1702470875, "10724103200"], [1702470899, "10753586115"], [1702470953, "10800090684"], [1702470983, "10835595291"], [1702471025, "10872738230"], [1702471067, "10917945843"], [1702471169, "10989248953"], [1702471193, "11013173411"], [1702471226, "11044644787"], [1702471265, "11076874367"]]}], "kepler_container_cgroupfs_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467888743"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468289524"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471416433"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471878142"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472416206"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475182126"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475403054"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476087371"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249771"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467618403"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468283650"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473959625"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476480783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467888743"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468289524"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470190116"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471878142"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472416206"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475181326"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475402081"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342978"], [1702467716, "6471384979"], [1702467746, "6471420317"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476479803"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249771"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467618403"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468283650"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789232"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473959625"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475396229"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882413"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476480783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466242337"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467250416"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467619375"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472359524"], [1702468457, "6472410348"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474778358"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475883386"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476481765"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467251394"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467620348"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789232"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472360492"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472668108"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474778358"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475883386"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476481765"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469840403"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881075"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476478826"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464729623"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471875207"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472363431"], [1702468457, "6472413282"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473505012"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963549"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474781237"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465130564"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884855"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468288546"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470190116"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471877163"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472365385"], [1702468457, "6472415227"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476086388"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464727722"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467253351"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471791195"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472362444"], [1702468457, "6472412306"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473505012"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474780264"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474934711"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475885305"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467250416"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467619375"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468283650"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475396229"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882413"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476480783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466242337"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467250416"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467619375"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472359524"], [1702468457, "6472410348"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472664377"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474778358"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475883386"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476481765"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467251394"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467620348"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472361468"], [1702468457, "6472411324"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473961586"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474779328"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474933732"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475398167"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475884365"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476482739"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467891642"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471417387"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471795091"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476089331"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476476132"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467890701"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471417387"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471796071"], [1702468031, "6471828366"], [1702468067, "6471880091"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476089331"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476476867"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950046"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467886786"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468289524"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471878142"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472415227"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184052"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475402081"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476087371"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471341052"], [1702467716, "6471384979"], [1702467746, "6471418364"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471796071"], [1702468031, "6471828366"], [1702468067, "6471880091"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469840403"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476478826"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467618403"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789232"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473959625"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475396229"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882413"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476479803"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464731565"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468287568"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471876184"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472414268"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506959"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474781237"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475400123"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476086388"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465131541"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467887762"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290501"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472416206"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475402081"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "6463894270"], [1702462736, "6463956460"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467616436"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468122303"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470528866"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471796071"], [1702468031, "6471828366"], [1702468067, "6471881075"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476477849"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464730599"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471875207"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472363431"], [1702468457, "6472413282"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506001"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474781237"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475400123"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465129585"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467886786"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468288546"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470189139"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471877163"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472414268"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476086388"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469840403"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342978"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476479803"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467616436"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468122303"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471341052"], [1702467716, "6471384979"], [1702467746, "6471418364"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471797052"], [1702468031, "6471828366"], [1702468067, "6471880091"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476477849"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465130564"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467885807"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468288546"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470190116"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471877163"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472365385"], [1702468457, "6472415227"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475181326"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476087371"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473504034"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474779328"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474933732"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475884365"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476482739"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467616436"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468122303"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471418364"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471797052"], [1702468031, "6471828366"], [1702468067, "6471881075"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476477849"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464728651"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467253351"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471791195"], [1702468031, "6471828366"], [1702468067, "6471875207"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472363431"], [1702468457, "6472412306"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473505012"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474780264"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475885305"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467890701"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471417387"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471795091"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726745"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467252373"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467620348"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468285606"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472362444"], [1702468457, "6472411324"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473504034"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473961586"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474779328"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474933732"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475398167"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475884365"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476482739"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467889725"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471416433"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471795091"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472417196"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475403363"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464732537"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884855"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468287568"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471876184"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472414268"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506959"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474782212"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464727722"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467252373"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467621331"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468285606"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471791195"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472362444"], [1702468457, "6472411324"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473504034"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474780264"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474934711"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475885305"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483723"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464730599"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468287568"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471876184"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472413282"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506001"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474782212"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475400123"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cgroupfs_memory_usage_bytes_total": [{"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78331904"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78336000"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78336000"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78331904"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78336000"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78069760"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78331904"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "78258176"], [1702462736, "78000128"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78331904"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78331904"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cgroupfs_system_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157383"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987430787"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687502"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687502"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077566"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984402667"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984688147"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984798855"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264619"], [1702468457, "1986277588"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689126"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799829"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077566"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360832"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986105878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632436"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889613"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632436"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021566"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987081260"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984688147"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984798855"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984402667"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984688147"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984798855"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264619"], [1702468457, "1986277588"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689126"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799829"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278564"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781187"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987020630"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431774"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552056"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431774"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552056"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157507"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987430787"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077566"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106855"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "1983694952"], [1702462736, "1983722561"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797546"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692649"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986105878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797546"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987430787"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986631458"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987020630"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797546"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986105878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632436"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021566"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799829"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278564"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986631458"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781187"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987020630"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889613"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106855"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799836"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278564"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986631458"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021566"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987081260"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106855"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cgroupfs_user_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482998494"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483272503"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459708"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485771264"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486137502"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488024742"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488184093"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488927818"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482998494"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483272503"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484597256"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485771264"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486137502"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488024742"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488183120"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414531"], [1702467716, "4485437289"], [1702467746, "4485462784"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488926837"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488177268"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522329"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488927818"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758565"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522562"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488928800"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486095770"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486307275"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758565"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522562"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488928800"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484351309"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773216"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488925861"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480779323"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097726"], [1702468457, "4486134577"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182353"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487759667"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481069229"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483271525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484597256"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485770285"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486099680"], [1702468457, "4486136523"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480777422"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482563486"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485713051"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097723"], [1702468457, "4486133601"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853451"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488524481"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488177268"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522329"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488927818"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486305363"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758565"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522562"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488928800"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486096747"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853401"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488179206"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488523541"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488929774"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000415"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459854"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715973"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488657557"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924075"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482999474"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459854"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485716953"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488657557"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924811"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945832"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482996536"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483272503"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485771264"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486136523"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488026544"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488183120"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485412605"], [1702467716, "4485437289"], [1702467746, "4485460831"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485716953"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484351309"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488925861"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488177268"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522329"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488926837"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480781265"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483270547"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486135563"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486874390"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487759667"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488181162"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070206"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482997512"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273480"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486137502"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488183120"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "4480199318"], [1702462736, "4480233899"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483155420"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484836216"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485716953"], [1702468031, "4485739757"], [1702468067, "4485773216"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924884"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480780299"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097726"], [1702468457, "4486134577"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486873433"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487759667"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488181162"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481068250"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482996536"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483271525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484596279"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485770285"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486135563"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484351309"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414531"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488926837"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483155420"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485412605"], [1702467716, "4485437289"], [1702467746, "4485460831"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485717935"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924884"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481069229"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995558"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483271525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484597256"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485770285"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486099680"], [1702468457, "4486136523"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488024742"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853401"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488523541"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488929774"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483155420"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485460831"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485717935"], [1702468031, "4485739757"], [1702468067, "4485773216"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924884"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480778351"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482563486"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485713051"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097726"], [1702468457, "4486133601"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488524481"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482999474"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459854"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715973"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776445"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562507"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483268585"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097723"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853401"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488179206"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488523541"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488929774"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482998498"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459708"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715973"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486138492"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488184401"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480782237"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483270547"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486135563"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486874390"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487760642"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480777422"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562507"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482821494"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483268585"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485713051"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097723"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853451"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488524481"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930758"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480780299"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483270547"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486134577"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486873433"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487760642"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488181162"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_core_joules_total": [{"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cpu_cycles_total": [{"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4410574"], [1702462721, "4410574"], [1702462736, "5543554"], [1702462751, "5543554"], [1702462763, "5543554"], [1702462793, "5543554"], [1702462808, "5543554"], [1702462829, "5543554"], [1702462844, "21691947"], [1702462865, "21691947"], [1702462880, "21691947"], [1702462904, "21691947"], [1702462919, "21691947"], [1702462952, "21691947"], [1702462973, "21691947"], [1702462988, "21691947"], [1702463045, "21691947"], [1702463081, "21691947"], [1702463114, "21691947"], [1702463150, "21691947"], [1702463186, "21691947"], [1702463216, "21691947"], [1702463240, "21691947"], [1702463273, "21691947"], [1702463324, "21691947"], [1702463354, "21691947"], [1702463381, "24389109"], [1702463417, "24389109"], [1702463453, "24389109"], [1702463477, "24389109"], [1702463510, "24389109"], [1702463537, "24389109"], [1702463570, "24389109"], [1702463591, "24389109"], [1702463621, "24389109"], [1702463657, "24389109"], [1702463693, "24389109"], [1702463729, "24389109"], [1702463765, "24389109"], [1702463798, "24389109"], [1702463846, "24389109"], [1702463873, "24389109"], [1702463906, "24389109"], [1702463948, "24389109"], [1702463984, "24389109"], [1702464014, "24389109"], [1702464050, "24389109"], [1702464086, "24389109"], [1702464122, "24389109"], [1702464155, "24389109"], [1702464194, "24389109"], [1702464230, "24389109"], [1702464263, "24389109"], [1702464299, "24389109"], [1702464332, "24389109"], [1702464356, "24389109"], [1702464392, "24389109"], [1702464425, "24389109"], [1702464455, "24389109"], [1702464479, "24389109"], [1702464509, "24389109"], [1702464533, "24389109"], [1702464569, "24389109"], [1702464605, "24389109"], [1702464635, "24389109"], [1702464671, "24389109"], [1702464716, "24389109"], [1702464743, "24389109"], [1702464776, "24389109"], [1702464812, "24389109"], [1702464836, "24389109"], [1702464869, "24389109"], [1702464905, "24389109"], [1702464926, "24389109"], [1702464956, "24389109"], [1702464992, "24389109"], [1702465016, "24389109"], [1702465049, "24389109"], [1702465085, "24389109"], [1702465118, "24389109"], [1702465145, "24389109"], [1702465178, "24389109"], [1702465208, "24389109"], [1702465241, "24389109"], [1702465298, "24389109"], [1702465334, "24389109"], [1702465367, "24389109"], [1702465394, "24389109"], [1702465418, "24389109"], [1702465445, "24389109"], [1702465481, "24389109"], [1702465517, "24389109"], [1702465550, "24389109"], [1702465586, "24389109"], [1702465619, "24389109"], [1702465658, "24389109"], [1702465706, "24389109"], [1702465754, "24389109"], [1702465787, "24389109"], [1702465823, "24389109"], [1702465856, "24389109"], [1702465880, "24389109"], [1702465910, "24389109"], [1702465952, "24389109"], [1702465988, "24389109"], [1702466015, "24389109"], [1702466030, "24389109"], [1702466060, "24389109"], [1702466078, "24389109"], [1702466138, "24389109"], [1702466168, "24389109"], [1702466204, "24389109"], [1702466237, "24389109"], [1702466261, "24389109"], [1702466291, "24389109"], [1702466327, "24389109"], [1702466360, "24389109"], [1702466384, "24389109"], [1702466417, "24389109"], [1702466441, "24389109"], [1702466471, "24389109"], [1702466507, "24389109"], [1702466540, "24389109"], [1702466597, "24389109"], [1702466633, "24389109"], [1702466666, "24389109"], [1702466705, "24389109"], [1702466732, "24389109"], [1702466765, "24389109"], [1702466801, "24389109"], [1702466852, "24389109"], [1702466876, "24389109"], [1702466918, "24389109"], [1702466978, "24389109"], [1702467014, "24389109"], [1702467038, "24389109"], [1702467068, "24389109"], [1702467122, "24389109"], [1702467158, "24389109"], [1702467191, "24389109"], [1702467221, "24389109"], [1702467257, "24389109"], [1702467299, "24389109"], [1702467350, "24389109"], [1702467386, "24389109"], [1702467419, "24389109"], [1702467455, "24389109"], [1702467515, "24389109"], [1702467542, "24389109"], [1702467566, "24389109"], [1702467599, "24389109"], [1702467635, "24389109"], [1702467668, "24389109"], [1702467695, "24389109"], [1702467716, "24389109"], [1702467746, "24389109"], [1702467800, "24389109"], [1702467824, "24389109"], [1702467908, "24389109"], [1702467944, "24389109"], [1702467968, "24389109"], [1702468001, "24389109"], [1702468031, "24389109"], [1702468067, "24389109"], [1702468085, "24389109"], [1702468115, "24389109"], [1702468151, "24389109"], [1702468181, "24389109"], [1702468208, "24389109"], [1702468241, "24389109"], [1702468256, "24389109"], [1702468286, "24389109"], [1702468322, "24389109"], [1702468352, "24389109"], [1702468388, "24389109"], [1702468424, "24389109"], [1702468457, "24389109"], [1702468493, "24389109"], [1702468517, "24389109"], [1702468550, "24389109"], [1702468586, "24389109"], [1702468613, "24389109"], [1702468637, "24389109"], [1702468679, "24389109"], [1702468721, "24389109"], [1702468730, "24389109"], [1702468766, "24389109"], [1702468799, "24389109"], [1702468835, "24389109"], [1702468898, "24389109"], [1702468934, "24389109"], [1702468970, "24389109"], [1702468994, "24389109"], [1702469024, "24389109"], [1702469060, "24389109"], [1702469111, "24389109"], [1702469144, "24389109"], [1702469168, "24389109"], [1702469204, "24389109"], [1702469237, "24389109"], [1702469273, "24389109"], [1702469303, "24389109"], [1702469336, "24389109"], [1702469360, "24389109"], [1702469387, "24389109"], [1702469411, "24389109"], [1702469435, "24389109"], [1702469468, "24389109"], [1702469504, "24389109"], [1702469537, "24389109"], [1702469573, "24389109"], [1702469606, "24389109"], [1702469633, "24389109"], [1702469660, "24389109"], [1702469684, "24389109"], [1702469717, "24389109"], [1702469753, "24389109"], [1702469786, "24389109"], [1702469816, "24389109"], [1702469834, "24389109"], [1702469864, "24389109"], [1702469906, "24389109"], [1702469936, "24389109"], [1702469972, "24389109"], [1702470005, "24389109"], [1702470029, "24389109"], [1702470065, "24389109"], [1702470101, "24389109"], [1702470131, "24389109"], [1702470167, "24389109"], [1702470203, "24389109"], [1702470251, "24389109"], [1702470278, "24389109"], [1702470311, "24389109"], [1702470347, "24389109"], [1702470371, "24389109"], [1702470404, "24389109"], [1702470440, "24389109"], [1702470476, "24389109"], [1702470506, "24389109"], [1702470542, "24389109"], [1702470575, "24389109"], [1702470611, "24389109"], [1702470635, "24389109"], [1702470662, "24389109"], [1702470686, "24389109"], [1702470719, "24389109"], [1702470746, "24389109"], [1702470812, "24389109"], [1702470845, "24389109"], [1702470875, "24389109"], [1702470899, "24389109"], [1702470953, "24389109"], [1702470983, "24389109"], [1702471025, "24389109"], [1702471067, "24389109"], [1702471169, "24389109"], [1702471193, "24389109"], [1702471226, "24389109"], [1702471265, "24389109"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "64597439"], [1702462721, "65593063"], [1702462736, "67401612"], [1702462751, "91887661"], [1702462763, "93229213"], [1702462793, "100793944"], [1702462808, "105289295"], [1702462829, "106558503"], [1702462844, "107764666"], [1702462865, "107764666"], [1702462880, "110726700"], [1702462904, "113882414"], [1702462919, "114472326"], [1702462952, "127321540"], [1702462973, "128764506"], [1702462988, "129088650"], [1702463045, "142288798"], [1702463081, "147641481"], [1702463114, "155734191"], [1702463150, "162379365"], [1702463186, "170607951"], [1702463216, "182376379"], [1702463240, "188542170"], [1702463273, "195380561"], [1702463324, "209889751"], [1702463354, "213700850"], [1702463381, "222498971"], [1702463417, "232495556"], [1702463453, "247730289"], [1702463477, "253157063"], [1702463510, "259043714"], [1702463537, "263730894"], [1702463570, "267586591"], [1702463591, "272662627"], [1702463621, "277836139"], [1702463657, "282712845"], [1702463693, "293827200"], [1702463729, "304562235"], [1702463765, "314215960"], [1702463798, "327352300"], [1702463846, "357656105"], [1702463873, "364724098"], [1702463906, "372354766"], [1702463948, "383074040"], [1702463984, "387356628"], [1702464014, "397182112"], [1702464050, "402230776"], [1702464086, "408605668"], [1702464122, "419752812"], [1702464155, "430564296"], [1702464194, "438808538"], [1702464230, "445095435"], [1702464263, "456385620"], [1702464299, "459437857"], [1702464332, "465421377"], [1702464356, "467703583"], [1702464392, "470703766"], [1702464425, "477377899"], [1702464455, "485695085"], [1702464479, "491204864"], [1702464509, "495997194"], [1702464533, "500626232"], [1702464569, "505899467"], [1702464605, "513162272"], [1702464635, "517285500"], [1702464671, "527042524"], [1702464716, "530158469"], [1702464743, "539140237"], [1702464776, "541500513"], [1702464812, "551186960"], [1702464836, "560611088"], [1702464869, "569860278"], [1702464905, "581087351"], [1702464926, "605993374"], [1702464956, "611813342"], [1702464992, "620300351"], [1702465016, "627622171"], [1702465049, "633904076"], [1702465085, "642753785"], [1702465118, "649357727"], [1702465145, "658003529"], [1702465178, "664276305"], [1702465208, "672883422"], [1702465241, "686257245"], [1702465298, "703316127"], [1702465334, "707284701"], [1702465367, "718403810"], [1702465394, "725217906"], [1702465418, "734920407"], [1702465445, "740599749"], [1702465481, "751529250"], [1702465517, "759094125"], [1702465550, "762552539"], [1702465586, "768287296"], [1702465619, "773331777"], [1702465658, "790794790"], [1702465706, "795403758"], [1702465754, "804063657"], [1702465787, "810794548"], [1702465823, "816538434"], [1702465856, "822885086"], [1702465880, "827486026"], [1702465910, "833147402"], [1702465952, "835065958"], [1702465988, "844660113"], [1702466015, "861182830"], [1702466030, "871208287"], [1702466060, "875182100"], [1702466078, "880714349"], [1702466138, "890632834"], [1702466168, "897239825"], [1702466204, "903025043"], [1702466237, "915215479"], [1702466261, "921840993"], [1702466291, "928716608"], [1702466327, "945286446"], [1702466360, "959140157"], [1702466384, "962415360"], [1702466417, "967548808"], [1702466441, "971360569"], [1702466471, "976543933"], [1702466507, "988311947"], [1702466540, "994058187"], [1702466597, "1008955905"], [1702466633, "1016234947"], [1702466666, "1025162110"], [1702466705, "1035293013"], [1702466732, "1053747104"], [1702466765, "1067049054"], [1702466801, "1074511037"], [1702466852, "1091668367"], [1702466876, "1098316234"], [1702466918, "1104648255"], [1702466978, "1123792397"], [1702467014, "1128260349"], [1702467038, "1143909534"], [1702467068, "1152333276"], [1702467122, "1168740148"], [1702467158, "1175754665"], [1702467191, "1191681483"], [1702467221, "1202477499"], [1702467257, "1211638230"], [1702467299, "1221388365"], [1702467350, "1226277534"], [1702467386, "1233958626"], [1702467419, "1245802367"], [1702467455, "1260281330"], [1702467515, "1276686001"], [1702467542, "1288776814"], [1702467566, "1299505779"], [1702467599, "1342371707"], [1702467635, "1348008925"], [1702467668, "1363563520"], [1702467695, "1367809180"], [1702467716, "1376139090"], [1702467746, "1381923089"], [1702467800, "1405444775"], [1702467824, "1418440514"], [1702467908, "1456489390"], [1702467944, "1466431811"], [1702467968, "1476772881"], [1702468001, "1486005592"], [1702468031, "1493501761"], [1702468067, "1503620883"], [1702468085, "1508770340"], [1702468115, "1509963911"], [1702468151, "1515907243"], [1702468181, "1528644009"], [1702468208, "1534957535"], [1702468241, "1542778869"], [1702468256, "1549521586"], [1702468286, "1652780549"], [1702468322, "1657335899"], [1702468352, "1670917527"], [1702468388, "1680621698"], [1702468424, "1687809285"], [1702468457, "1696266014"], [1702468493, "1699253242"], [1702468517, "1709824129"], [1702468550, "1718046184"], [1702468586, "1734024178"], [1702468613, "1745313900"], [1702468637, "1749695375"], [1702468679, "1767277404"], [1702468721, "1774335370"], [1702468730, "1780719911"], [1702468766, "1787719925"], [1702468799, "1791762073"], [1702468835, "1802467648"], [1702468898, "1826311908"], [1702468934, "1843661519"], [1702468970, "1863527358"], [1702468994, "1870579124"], [1702469024, "1889004222"], [1702469060, "1895339203"], [1702469111, "1909209930"], [1702469144, "1923254690"], [1702469168, "1927720227"], [1702469204, "1928612265"], [1702469237, "1933941440"], [1702469273, "1940554721"], [1702469303, "1948422758"], [1702469336, "1964469181"], [1702469360, "1984074219"], [1702469387, "1993119993"], [1702469411, "2003393398"], [1702469435, "2014087891"], [1702469468, "2019977641"], [1702469504, "2028851079"], [1702469537, "2040020879"], [1702469573, "2054397482"], [1702469606, "2063630054"], [1702469633, "2068147086"], [1702469660, "2079476317"], [1702469684, "2095157206"], [1702469717, "2104400192"], [1702469753, "2121118997"], [1702469786, "2143510793"], [1702469816, "2158117421"], [1702469834, "2171424573"], [1702469864, "2174589528"], [1702469906, "2186212936"], [1702469936, "2191570473"], [1702469972, "2201053470"], [1702470005, "2215199287"], [1702470029, "2223820033"], [1702470065, "2231878874"], [1702470101, "2251333602"], [1702470131, "2261525460"], [1702470167, "2283733940"], [1702470203, "2306902857"], [1702470251, "2324632540"], [1702470278, "2344657757"], [1702470311, "2355017453"], [1702470347, "2364715993"], [1702470371, "2375114800"], [1702470404, "2377692062"], [1702470440, "2391189789"], [1702470476, "2401286887"], [1702470506, "2409610593"], [1702470542, "2421079544"], [1702470575, "2427100304"], [1702470611, "2432129610"], [1702470635, "2446983704"], [1702470662, "2459617772"], [1702470686, "2475990495"], [1702470719, "2480201250"], [1702470746, "2496972816"], [1702470812, "2508851737"], [1702470845, "2516969903"], [1702470875, "2523016594"], [1702470899, "2535375982"], [1702470953, "2554591231"], [1702470983, "2560524206"], [1702471025, "2564576045"], [1702471067, "2574319343"], [1702471169, "2602365222"], [1702471193, "2613308802"], [1702471226, "2626205946"], [1702471265, "2638718013"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "170726601"], [1702462721, "173234140"], [1702462736, "177322396"], [1702462751, "180242701"], [1702462763, "198550982"], [1702462793, "209463681"], [1702462808, "241117881"], [1702462829, "267417542"], [1702462844, "282278490"], [1702462865, "326156184"], [1702462880, "334971320"], [1702462904, "347208144"], [1702462919, "351294108"], [1702462952, "361384616"], [1702462973, "367509684"], [1702462988, "377201646"], [1702463045, "419967943"], [1702463081, "444134512"], [1702463114, "467616242"], [1702463150, "517248278"], [1702463186, "542398013"], [1702463216, "565359857"], [1702463240, "579788262"], [1702463273, "597372180"], [1702463324, "625411476"], [1702463354, "631875233"], [1702463381, "648286403"], [1702463417, "669539352"], [1702463453, "704870823"], [1702463477, "732200463"], [1702463510, "761914961"], [1702463537, "777107960"], [1702463570, "786235997"], [1702463591, "796282063"], [1702463621, "806999708"], [1702463657, "816719511"], [1702463693, "837430403"], [1702463729, "857403644"], [1702463765, "877969952"], [1702463798, "915823088"], [1702463846, "936423127"], [1702463873, "952579753"], [1702463906, "972143666"], [1702463948, "991991651"], [1702463984, "999928879"], [1702464014, "1022059623"], [1702464050, "1042624669"], [1702464086, "1067747640"], [1702464122, "1145822953"], [1702464155, "1159499542"], [1702464194, "1187354119"], [1702464230, "1210366449"], [1702464263, "1217429779"], [1702464299, "1235999323"], [1702464332, "1245680626"], [1702464356, "1258240050"], [1702464392, "1267435300"], [1702464425, "1283622741"], [1702464455, "1297850402"], [1702464479, "1331787737"], [1702464509, "1347079415"], [1702464533, "1358190440"], [1702464569, "1381255723"], [1702464605, "1400813295"], [1702464635, "1414193260"], [1702464671, "1439106668"], [1702464716, "1477519959"], [1702464743, "1508953401"], [1702464776, "1626236843"], [1702464812, "1644338550"], [1702464836, "1664762621"], [1702464869, "1676726626"], [1702464905, "1699878125"], [1702464926, "1726389671"], [1702464956, "1750185022"], [1702464992, "1769437188"], [1702465016, "1788514781"], [1702465049, "1797913812"], [1702465085, "1844163446"], [1702465118, "1862367531"], [1702465145, "1874736184"], [1702465178, "1888375186"], [1702465208, "1922329992"], [1702465241, "1941504364"], [1702465298, "1983075152"], [1702465334, "2008796827"], [1702465367, "2055466683"], [1702465394, "2058883351"], [1702465418, "2071767593"], [1702465445, "2090138801"], [1702465481, "2104811432"], [1702465517, "2126459187"], [1702465550, "2156150328"], [1702465586, "2178464265"], [1702465619, "2207326161"], [1702465658, "2237678238"], [1702465706, "2264277479"], [1702465754, "2294108449"], [1702465787, "2322601980"], [1702465823, "2342811844"], [1702465856, "2356940269"], [1702465880, "2380443911"], [1702465910, "2394419554"], [1702465952, "2414802648"], [1702465988, "2429128271"], [1702466015, "2447866633"], [1702466030, "2467395185"], [1702466060, "2479874127"], [1702466078, "2498205233"], [1702466138, "2529068287"], [1702466168, "2565251041"], [1702466204, "2582915470"], [1702466237, "2603223167"], [1702466261, "2620182061"], [1702466291, "2659597233"], [1702466327, "2683626951"], [1702466360, "2703688420"], [1702466384, "2720697651"], [1702466417, "2748724949"], [1702466441, "2768138059"], [1702466471, "2787429677"], [1702466507, "2818408395"], [1702466540, "2827628464"], [1702466597, "2860896540"], [1702466633, "2889310649"], [1702466666, "2909105507"], [1702466705, "2941685396"], [1702466732, "2967267042"], [1702466765, "3000169622"], [1702466801, "3038084057"], [1702466852, "3073294482"], [1702466876, "3087703109"], [1702466918, "3103869817"], [1702466978, "3142041646"], [1702467014, "3169759998"], [1702467038, "3206558494"], [1702467068, "3240610416"], [1702467122, "3293325608"], [1702467158, "3320853342"], [1702467191, "3359312423"], [1702467221, "3394289111"], [1702467257, "3420837314"], [1702467299, "3435193249"], [1702467350, "3467400517"], [1702467386, "3499912510"], [1702467419, "3548838443"], [1702467455, "3585449540"], [1702467515, "3640423879"], [1702467542, "3679871649"], [1702467566, "3725613425"], [1702467599, "3735821382"], [1702467635, "3743657382"], [1702467668, "3912395488"], [1702467695, "3930167437"], [1702467716, "3960077929"], [1702467746, "3985890309"], [1702467800, "4064388316"], [1702467824, "4099882519"], [1702467908, "4200899516"], [1702467944, "4237011361"], [1702467968, "4269122601"], [1702468001, "4278375702"], [1702468031, "4288262348"], [1702468067, "4308302863"], [1702468085, "4342938440"], [1702468115, "4357609673"], [1702468151, "4402956863"], [1702468181, "4459851634"], [1702468208, "4486564997"], [1702468241, "4544958100"], [1702468256, "4578655565"], [1702468286, "4602682749"], [1702468322, "4646100704"], [1702468352, "4696692964"], [1702468388, "4729007848"], [1702468424, "4758840174"], [1702468457, "4790000593"], [1702468493, "4828348455"], [1702468517, "4884994630"], [1702468550, "4908622358"], [1702468586, "4951619726"], [1702468613, "4993510729"], [1702468637, "5015620164"], [1702468679, "5055749670"], [1702468721, "5090943245"], [1702468730, "5109813721"], [1702468766, "5125679048"], [1702468799, "5143969995"], [1702468835, "5171407602"], [1702468898, "5229690860"], [1702468934, "5328152859"], [1702468970, "5387312708"], [1702468994, "5417448587"], [1702469024, "5445182100"], [1702469060, "5498746813"], [1702469111, "5549772172"], [1702469144, "5584338797"], [1702469168, "5601996587"], [1702469204, "5622064469"], [1702469237, "5657343230"], [1702469273, "5695437209"], [1702469303, "5752346473"], [1702469336, "5781997689"], [1702469360, "5859373132"], [1702469387, "5888581305"], [1702469411, "5916393072"], [1702469435, "5967272164"], [1702469468, "6003422366"], [1702469504, "6037650941"], [1702469537, "6071846765"], [1702469573, "6109037313"], [1702469606, "6131026006"], [1702469633, "6153765685"], [1702469660, "6189121769"], [1702469684, "6224072031"], [1702469717, "6266891679"], [1702469753, "6293278128"], [1702469786, "6326230200"], [1702469816, "6348887844"], [1702469834, "6384444849"], [1702469864, "6399323420"], [1702469906, "6445084130"], [1702469936, "6457958493"], [1702469972, "6474764904"], [1702470005, "6493314827"], [1702470029, "6512532505"], [1702470065, "6543830524"], [1702470101, "6588995056"], [1702470131, "6618495699"], [1702470167, "6657251661"], [1702470203, "6736726526"], [1702470251, "6797438796"], [1702470278, "6848641209"], [1702470311, "6887702894"], [1702470347, "6917959543"], [1702470371, "6940423313"], [1702470404, "6949679201"], [1702470440, "6973424772"], [1702470476, "7002503153"], [1702470506, "7037550061"], [1702470542, "7103265362"], [1702470575, "7129309686"], [1702470611, "7171170789"], [1702470635, "7216259227"], [1702470662, "7239509733"], [1702470686, "7275294719"], [1702470719, "7301084785"], [1702470746, "7323387449"], [1702470812, "7378988966"], [1702470845, "7399914646"], [1702470875, "7415938705"], [1702470899, "7429627008"], [1702470953, "7476008402"], [1702470983, "7492789822"], [1702471025, "7508176078"], [1702471067, "7550050185"], [1702471169, "7611098435"], [1702471193, "7644854112"], [1702471226, "7670486137"], [1702471265, "7704726883"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "33530008"], [1702462721, "33530008"], [1702462736, "53529537"], [1702462751, "53529537"], [1702462763, "53529537"], [1702462793, "53529537"], [1702462808, "53529537"], [1702462829, "53529537"], [1702462844, "53529537"], [1702462865, "53529537"], [1702462880, "53529537"], [1702462904, "53529537"], [1702462919, "53529537"], [1702462952, "61373043"], [1702462973, "61373043"], [1702462988, "61373043"], [1702463045, "61373043"], [1702463081, "61685738"], [1702463114, "65401131"], [1702463150, "65401131"], [1702463186, "66998132"], [1702463216, "66998132"], [1702463240, "66998132"], [1702463273, "75714594"], [1702463324, "75714594"], [1702463354, "75714594"], [1702463381, "75714594"], [1702463417, "75714594"], [1702463453, "75714594"], [1702463477, "75714594"], [1702463510, "75714594"], [1702463537, "75916912"], [1702463570, "75916912"], [1702463591, "75916912"], [1702463621, "79316963"], [1702463657, "79316963"], [1702463693, "81133442"], [1702463729, "81133442"], [1702463765, "81133442"], [1702463798, "85052156"], [1702463846, "86484349"], [1702463873, "103990202"], [1702463906, "103990202"], [1702463948, "105519734"], [1702463984, "105519734"], [1702464014, "105519734"], [1702464050, "105519734"], [1702464086, "105519734"], [1702464122, "105519734"], [1702464155, "105519734"], [1702464194, "105519734"], [1702464230, "125256856"], [1702464263, "125256856"], [1702464299, "125256856"], [1702464332, "125256856"], [1702464356, "126179892"], [1702464392, "126179892"], [1702464425, "126179892"], [1702464455, "132514358"], [1702464479, "132514358"], [1702464509, "133423173"], [1702464533, "133423173"], [1702464569, "133423173"], [1702464605, "133423173"], [1702464635, "133423173"], [1702464671, "134626300"], [1702464716, "134626300"], [1702464743, "134626300"], [1702464776, "134626300"], [1702464812, "134626300"], [1702464836, "134626300"], [1702464869, "142781508"], [1702464905, "142781508"], [1702464926, "142781508"], [1702464956, "142781508"], [1702464992, "142781508"], [1702465016, "144760213"], [1702465049, "144760213"], [1702465085, "144760213"], [1702465118, "154985147"], [1702465145, "154985147"], [1702465178, "154985147"], [1702465208, "154985147"], [1702465241, "154985147"], [1702465298, "154985147"], [1702465334, "154985147"], [1702465367, "154985147"], [1702465394, "154985147"], [1702465418, "154985147"], [1702465445, "154985147"], [1702465481, "155948591"], [1702465517, "155948591"], [1702465550, "155948591"], [1702465586, "155948591"], [1702465619, "155948591"], [1702465658, "155948591"], [1702465706, "155948591"], [1702465754, "155948591"], [1702465787, "155948591"], [1702465823, "155948591"], [1702465856, "155948591"], [1702465880, "155948591"], [1702465910, "155948591"], [1702465952, "155948591"], [1702465988, "155948591"], [1702466015, "155948591"], [1702466030, "159590085"], [1702466060, "159590085"], [1702466078, "159590085"], [1702466138, "159590085"], [1702466168, "160978971"], [1702466204, "160978971"], [1702466237, "160978971"], [1702466261, "161297004"], [1702466291, "161297004"], [1702466327, "161297004"], [1702466360, "161297004"], [1702466384, "161297004"], [1702466417, "163526498"], [1702466441, "163526498"], [1702466471, "163526498"], [1702466507, "163526498"], [1702466540, "163526498"], [1702466597, "166273404"], [1702466633, "166273404"], [1702466666, "167451032"], [1702466705, "167451032"], [1702466732, "167451032"], [1702466765, "167451032"], [1702466801, "167451032"], [1702466852, "167451032"], [1702466876, "167451032"], [1702466918, "167451032"], [1702466978, "172189832"], [1702467014, "172189832"], [1702467038, "172189832"], [1702467068, "172189832"], [1702467122, "172189832"], [1702467158, "172189832"], [1702467191, "172189832"], [1702467221, "172189832"], [1702467257, "172189832"], [1702467299, "176698568"], [1702467350, "176698568"], [1702467386, "176698568"], [1702467419, "176698568"], [1702467455, "176698568"], [1702467515, "177081663"], [1702467542, "177081663"], [1702467566, "177413662"], [1702467599, "177413662"], [1702467635, "177413662"], [1702467668, "177413662"], [1702467695, "181311252"], [1702467716, "181311252"], [1702467746, "181311252"], [1702467800, "181311252"], [1702467824, "183430407"], [1702467908, "183430407"], [1702467944, "183430407"], [1702467968, "183430407"], [1702468001, "183430407"], [1702468031, "183430407"], [1702468067, "184879790"], [1702468085, "184879790"], [1702468115, "188286322"], [1702468151, "188286322"], [1702468181, "206175435"], [1702468208, "206175435"], [1702468241, "206175435"], [1702468256, "206175435"], [1702468286, "206905206"], [1702468322, "206905206"], [1702468352, "206982593"], [1702468388, "206982593"], [1702468424, "206982593"], [1702468457, "206982593"], [1702468493, "206982593"], [1702468517, "206982593"], [1702468550, "206982593"], [1702468586, "206982593"], [1702468613, "206982593"], [1702468637, "206982593"], [1702468679, "206982593"], [1702468721, "206982593"], [1702468730, "206982593"], [1702468766, "206982593"], [1702468799, "206982593"], [1702468835, "206982593"], [1702468898, "206982593"], [1702468934, "206982593"], [1702468970, "206982593"], [1702468994, "206982593"], [1702469024, "206982593"], [1702469060, "206982593"], [1702469111, "220473785"], [1702469144, "220473785"], [1702469168, "220473785"], [1702469204, "220473785"], [1702469237, "220473785"], [1702469273, "220473785"], [1702469303, "225047283"], [1702469336, "225047283"], [1702469360, "225047283"], [1702469387, "225047283"], [1702469411, "245368483"], [1702469435, "245368483"], [1702469468, "245368483"], [1702469504, "245368483"], [1702469537, "245503147"], [1702469573, "245503147"], [1702469606, "245503147"], [1702469633, "245503147"], [1702469660, "246096391"], [1702469684, "246096391"], [1702469717, "246096391"], [1702469753, "246096391"], [1702469786, "246096391"], [1702469816, "246096391"], [1702469834, "247844632"], [1702469864, "247844632"], [1702469906, "247844632"], [1702469936, "248020588"], [1702469972, "248020588"], [1702470005, "248020588"], [1702470029, "248020588"], [1702470065, "248020588"], [1702470101, "248020588"], [1702470131, "248020588"], [1702470167, "248020588"], [1702470203, "250344103"], [1702470251, "250344103"], [1702470278, "265230897"], [1702470311, "265230897"], [1702470347, "265230897"], [1702470371, "265230897"], [1702470404, "265230897"], [1702470440, "265230897"], [1702470476, "266789329"], [1702470506, "266789329"], [1702470542, "266789329"], [1702470575, "299331468"], [1702470611, "300988216"], [1702470635, "310905744"], [1702470662, "310905744"], [1702470686, "310905744"], [1702470719, "312558406"], [1702470746, "312558406"], [1702470812, "312558406"], [1702470845, "312558406"], [1702470875, "312558406"], [1702470899, "312558406"], [1702470953, "313808938"], [1702470983, "313808938"], [1702471025, "313808938"], [1702471067, "313808938"], [1702471169, "315118993"], [1702471193, "315118993"], [1702471226, "315118993"], [1702471265, "315118993"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "4811121312"], [1702462721, "5661426474"], [1702462736, "6476554361"], [1702462751, "6482167724"], [1702462763, "6495922855"], [1702462793, "7404186119"], [1702462808, "7802270104"], [1702462829, "8157522842"], [1702462844, "8161406089"], [1702462865, "8170062243"], [1702462880, "8170062243"], [1702462904, "8882755769"], [1702462919, "9598379905"], [1702462952, "11207450315"], [1702462973, "11233997817"], [1702462988, "12106798263"], [1702463045, "12135523549"], [1702463081, "12666126372"], [1702463114, "12931234285"], [1702463150, "12953135424"], [1702463186, "14228094744"], [1702463216, "15319706363"], [1702463240, "16136874758"], [1702463273, "17004352335"], [1702463324, "18758457413"], [1702463354, "20282214459"], [1702463381, "21700378740"], [1702463417, "22054238573"], [1702463453, "22204636225"], [1702463477, "22220079016"], [1702463510, "23924385382"], [1702463537, "24284972350"], [1702463570, "24291250701"], [1702463591, "25853448075"], [1702463621, "26433404241"], [1702463657, "26460735605"], [1702463693, "26479111288"], [1702463729, "26970881768"], [1702463765, "27123384104"], [1702463798, "28534187832"], [1702463846, "30086234526"], [1702463873, "31478164794"], [1702463906, "31524931048"], [1702463948, "31821609074"], [1702463984, "34649305442"], [1702464014, "35503818815"], [1702464050, "37079597549"], [1702464086, "37288527428"], [1702464122, "38040793088"], [1702464155, "38144870926"], [1702464194, "39099297257"], [1702464230, "39965748957"], [1702464263, "41325375871"], [1702464299, "42081498106"], [1702464332, "42106911223"], [1702464356, "42363123271"], [1702464392, "43830913680"], [1702464425, "43869355843"], [1702464455, "45481619115"], [1702464479, "46186663026"], [1702464509, "46975033803"], [1702464533, "47720505821"], [1702464569, "48825929926"], [1702464605, "48876430013"], [1702464635, "48948563838"], [1702464671, "49085424247"], [1702464716, "49677294244"], [1702464743, "50738215637"], [1702464776, "50748166078"], [1702464812, "50826953953"], [1702464836, "51310999670"], [1702464869, "51406535466"], [1702464905, "51422732709"], [1702464926, "52587060715"], [1702464956, "53287895744"], [1702464992, "54353807204"], [1702465016, "55111978532"], [1702465049, "55132230962"], [1702465085, "57240503989"], [1702465118, "57256759748"], [1702465145, "58069930311"], [1702465178, "58796557929"], [1702465208, "59552326451"], [1702465241, "59589493257"], [1702465298, "61016987867"], [1702465334, "62694967123"], [1702465367, "62720767534"], [1702465394, "62758704561"], [1702465418, "62805185549"], [1702465445, "63538907131"], [1702465481, "65132816490"], [1702465517, "66220552975"], [1702465550, "66710680693"], [1702465586, "66724788113"], [1702465619, "66864677325"], [1702465658, "67669885780"], [1702465706, "68468105019"], [1702465754, "70680911757"], [1702465787, "71060156025"], [1702465823, "71093613739"], [1702465856, "71106995738"], [1702465880, "71817512738"], [1702465910, "73116532255"], [1702465952, "73486749731"], [1702465988, "73520526262"], [1702466015, "73798868659"], [1702466030, "74503384660"], [1702466060, "76226847852"], [1702466078, "76246485845"], [1702466138, "80266169746"], [1702466168, "80512739321"], [1702466204, "81136101627"], [1702466237, "83306425866"], [1702466261, "83341137520"], [1702466291, "84131967929"], [1702466327, "84231360005"], [1702466360, "84725629930"], [1702466384, "85145850611"], [1702466417, "85802355708"], [1702466441, "85805141038"], [1702466471, "85835741110"], [1702466507, "86550503993"], [1702466540, "86657010653"], [1702466597, "87473399423"], [1702466633, "88915258564"], [1702466666, "89348639943"], [1702466705, "90065037079"], [1702466732, "90818612347"], [1702466765, "92238631852"], [1702466801, "93449939898"], [1702466852, "94290129154"], [1702466876, "94694766685"], [1702466918, "100913099654"], [1702466978, "101640613183"], [1702467014, "102076807629"], [1702467038, "103197385803"], [1702467068, "103294943320"], [1702467122, "103700655693"], [1702467158, "103760249439"], [1702467191, "103907568607"], [1702467221, "105338178438"], [1702467257, "105844981620"], [1702467299, "106276916757"], [1702467350, "106893546981"], [1702467386, "108476462283"], [1702467419, "109961036540"], [1702467455, "111181253668"], [1702467515, "113341074455"], [1702467542, "114826302642"], [1702467566, "115975813448"], [1702467599, "116509903968"], [1702467635, "116718134644"], [1702467668, "117329422348"], [1702467695, "118093256617"], [1702467716, "124098482739"], [1702467746, "124119259110"], [1702467800, "125081812532"], [1702467824, "126970386080"], [1702467908, "128047623780"], [1702467944, "128185748133"], [1702467968, "128210479521"], [1702468001, "129180186187"], [1702468031, "130629403078"], [1702468067, "131324507872"], [1702468085, "132736568299"], [1702468115, "133233084451"], [1702468151, "134009146408"], [1702468181, "135119968942"], [1702468208, "135205812106"], [1702468241, "135339908826"], [1702468256, "137029632983"], [1702468286, "138356940001"], [1702468322, "138469777385"], [1702468352, "138986631170"], [1702468388, "139800793466"], [1702468424, "141779151784"], [1702468457, "142730796144"], [1702468493, "144027517447"], [1702468517, "144091698674"], [1702468550, "144563492492"], [1702468586, "146463966084"], [1702468613, "146509703701"], [1702468637, "147269197058"], [1702468679, "148011691897"], [1702468721, "148815054496"], [1702468730, "148831880859"], [1702468766, "149485522778"], [1702468799, "150950671408"], [1702468835, "151688563995"], [1702468898, "151873899327"], [1702468934, "152660843742"], [1702468970, "153162431212"], [1702468994, "153952714194"], [1702469024, "154024851486"], [1702469060, "154238108064"], [1702469111, "155029026487"], [1702469144, "155547106521"], [1702469168, "156775387283"], [1702469204, "158788702004"], [1702469237, "158824091399"], [1702469273, "160425038009"], [1702469303, "160640241648"], [1702469336, "161221689761"], [1702469360, "161940563500"], [1702469387, "162343367385"], [1702469411, "163686884694"], [1702469435, "164053926174"], [1702469468, "164419976173"], [1702469504, "165503935258"], [1702469537, "166542017513"], [1702469573, "167968760878"], [1702469606, "169035882489"], [1702469633, "170348760054"], [1702469660, "171519626331"], [1702469684, "172242005815"], [1702469717, "172945428220"], [1702469753, "179436290396"], [1702469786, "180892109679"], [1702469816, "181459546814"], [1702469834, "183393585388"], [1702469864, "184849669807"], [1702469906, "185942734267"], [1702469936, "186750254331"], [1702469972, "188572368331"], [1702470005, "190531954546"], [1702470029, "191475299655"], [1702470065, "191933834621"], [1702470101, "192510976545"], [1702470131, "192800636223"], [1702470167, "193734682655"], [1702470203, "193762840035"], [1702470251, "195279890315"], [1702470278, "196684751814"], [1702470311, "197816913327"], [1702470347, "198420385481"], [1702470371, "198472556088"], [1702470404, "198620439013"], [1702470440, "199477265360"], [1702470476, "199638552621"], [1702470506, "200055777279"], [1702470542, "201026249929"], [1702470575, "202154313257"], [1702470611, "202931025434"], [1702470635, "204892585527"], [1702470662, "206302023351"], [1702470686, "206923934739"], [1702470719, "207629788413"], [1702470746, "209412537498"], [1702470812, "211506690517"], [1702470845, "212017137447"], [1702470875, "212527694714"], [1702470899, "212805183617"], [1702470953, "214933876413"], [1702470983, "215761106000"], [1702471025, "215781980213"], [1702471067, "221765588859"], [1702471169, "223740639211"], [1702471193, "224178816387"], [1702471226, "224785051593"], [1702471265, "225567316037"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1270836614"], [1702462721, "1370222293"], [1702462736, "1431636536"], [1702462751, "1484605591"], [1702462763, "1512597233"], [1702462793, "1550516788"], [1702462808, "1658449308"], [1702462829, "1741027919"], [1702462844, "1868036456"], [1702462865, "1933949502"], [1702462880, "1996831810"], [1702462904, "2090081427"], [1702462919, "2125172873"], [1702462952, "2237624944"], [1702462973, "2512163850"], [1702462988, "2638882723"], [1702463045, "2883030129"], [1702463081, "3042320825"], [1702463114, "3146574185"], [1702463150, "3261415133"], [1702463186, "3330584525"], [1702463216, "3764489752"], [1702463240, "3836649557"], [1702463273, "3955076577"], [1702463324, "4254923023"], [1702463354, "4593523749"], [1702463381, "4784139618"], [1702463417, "4950013023"], [1702463453, "5124761149"], [1702463477, "5204484607"], [1702463510, "5291026669"], [1702463537, "5394667653"], [1702463570, "5495423443"], [1702463591, "5589091057"], [1702463621, "5669724325"], [1702463657, "5894660877"], [1702463693, "6050189515"], [1702463729, "6183173860"], [1702463765, "6352612664"], [1702463798, "6491757253"], [1702463846, "6756681946"], [1702463873, "6868652667"], [1702463906, "7010285532"], [1702463948, "7135991567"], [1702463984, "7213115563"], [1702464014, "7297102683"], [1702464050, "7452147157"], [1702464086, "7818498727"], [1702464122, "8043263801"], [1702464155, "8198265276"], [1702464194, "8405235650"], [1702464230, "8537074212"], [1702464263, "8704525179"], [1702464299, "8838547574"], [1702464332, "8950693519"], [1702464356, "9058345847"], [1702464392, "9149689734"], [1702464425, "9251349513"], [1702464455, "9683292396"], [1702464479, "9812881691"], [1702464509, "9934718273"], [1702464533, "10047068768"], [1702464569, "10191647298"], [1702464605, "10338656059"], [1702464635, "10499220437"], [1702464671, "10677628317"], [1702464716, "10778984725"], [1702464743, "10881943188"], [1702464776, "10984425542"], [1702464812, "11071039505"], [1702464836, "11221857994"], [1702464869, "11322772753"], [1702464905, "11479413565"], [1702464926, "11585784685"], [1702464956, "11708227021"], [1702464992, "11822526368"], [1702465016, "11921335514"], [1702465049, "12001290111"], [1702465085, "12114835017"], [1702465118, "12211474989"], [1702465145, "12310529703"], [1702465178, "12404701340"], [1702465208, "12527938130"], [1702465241, "12665952136"], [1702465298, "12841650682"], [1702465334, "12936730812"], [1702465367, "13072934487"], [1702465394, "13161515028"], [1702465418, "13523977259"], [1702465445, "13598962914"], [1702465481, "13684772639"], [1702465517, "13884264113"], [1702465550, "14024668324"], [1702465586, "14226896946"], [1702465619, "14371308276"], [1702465658, "14598858430"], [1702465706, "14704876729"], [1702465754, "14918030700"], [1702465787, "15070074474"], [1702465823, "15168160895"], [1702465856, "15296990153"], [1702465880, "15379642633"], [1702465910, "15480389370"], [1702465952, "15872281254"], [1702465988, "16044546429"], [1702466015, "16223365614"], [1702466030, "16357461937"], [1702466060, "16445720308"], [1702466078, "16588525674"], [1702466138, "16771348080"], [1702466168, "17065442775"], [1702466204, "17154205712"], [1702466237, "17332549156"], [1702466261, "17502379964"], [1702466291, "17630352077"], [1702466327, "17845858359"], [1702466360, "18041503186"], [1702466384, "18178319372"], [1702466417, "18349428281"], [1702466441, "18496438787"], [1702466471, "18582818924"], [1702466507, "18753304635"], [1702466540, "18882109992"], [1702466597, "19118393905"], [1702466633, "19236764386"], [1702466666, "19323084977"], [1702466705, "19492250340"], [1702466732, "19741056968"], [1702466765, "19920209229"], [1702466801, "20077758988"], [1702466852, "20320697541"], [1702466876, "20431852817"], [1702466918, "20582167716"], [1702466978, "20843270371"], [1702467014, "21209954664"], [1702467038, "21335677927"], [1702467068, "21530376500"], [1702467122, "21768876905"], [1702467158, "21883241261"], [1702467191, "22083134556"], [1702467221, "22194747446"], [1702467257, "22353010796"], [1702467299, "22499642124"], [1702467350, "22741662326"], [1702467386, "22921476425"], [1702467419, "23150234281"], [1702467455, "23410401705"], [1702467515, "23905383921"], [1702467542, "24036875264"], [1702467566, "24209039204"], [1702467599, "24293896783"], [1702467635, "24440770440"], [1702467668, "24568452046"], [1702467695, "24716844586"], [1702467716, "24812864083"], [1702467746, "24948167607"], [1702467800, "25292826227"], [1702467824, "25577156245"], [1702467908, "26286576301"], [1702467944, "26506355140"], [1702467968, "26647498993"], [1702468001, "26772746564"], [1702468031, "26888677486"], [1702468067, "27006084098"], [1702468085, "27144928011"], [1702468115, "27292630335"], [1702468151, "27474492380"], [1702468181, "27788360940"], [1702468208, "28009945048"], [1702468241, "28313655951"], [1702468256, "28482610838"], [1702468286, "28612505778"], [1702468322, "28807047970"], [1702468352, "29028362166"], [1702468388, "29181111762"], [1702468424, "29305275237"], [1702468457, "29434887914"], [1702468493, "29595270551"], [1702468517, "29868911676"], [1702468550, "30053663898"], [1702468586, "30378244982"], [1702468613, "30693701639"], [1702468637, "30851886623"], [1702468679, "30999433084"], [1702468721, "31096839359"], [1702468730, "31182413489"], [1702468766, "31284881843"], [1702468799, "31440187561"], [1702468835, "31553921625"], [1702468898, "31829363819"], [1702468934, "32153122595"], [1702468970, "32569741494"], [1702468994, "32853154854"], [1702469024, "33012258563"], [1702469060, "33225504509"], [1702469111, "33459603705"], [1702469144, "33601473454"], [1702469168, "33700285736"], [1702469204, "33832646816"], [1702469237, "33990444436"], [1702469273, "34158354791"], [1702469303, "34414755002"], [1702469336, "34639988786"], [1702469360, "35020040129"], [1702469387, "35211075599"], [1702469411, "35348265276"], [1702469435, "35482135769"], [1702469468, "35613364843"], [1702469504, "35770447472"], [1702469537, "35963279007"], [1702469573, "36083737788"], [1702469606, "36190371420"], [1702469633, "36277105035"], [1702469660, "36441251799"], [1702469684, "36671020728"], [1702469717, "36914680165"], [1702469753, "37148256259"], [1702469786, "37394745530"], [1702469816, "37547485933"], [1702469834, "37732231016"], [1702469864, "37813664504"], [1702469906, "38060387529"], [1702469936, "38154096164"], [1702469972, "38296140834"], [1702470005, "38452674235"], [1702470029, "38551873507"], [1702470065, "38716475116"], [1702470101, "38959148765"], [1702470131, "39174866821"], [1702470167, "39423516067"], [1702470203, "39665505909"], [1702470251, "39984685411"], [1702470278, "40124315005"], [1702470311, "40303899330"], [1702470347, "40418661264"], [1702470371, "40533834654"], [1702470404, "40617482677"], [1702470440, "40725270565"], [1702470476, "40841782815"], [1702470506, "41000954399"], [1702470542, "41237107339"], [1702470575, "41452579903"], [1702470611, "41643591239"], [1702470635, "41909496191"], [1702470662, "42037409082"], [1702470686, "42199033781"], [1702470719, "42307861457"], [1702470746, "42420250402"], [1702470812, "42646237152"], [1702470845, "42763012328"], [1702470875, "42926042302"], [1702470899, "43063977781"], [1702470953, "43251604032"], [1702470983, "43381514665"], [1702471025, "43491819471"], [1702471067, "43746196064"], [1702471169, "44082710243"], [1702471193, "44181937365"], [1702471226, "44373836280"], [1702471265, "44522519095"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "9066925"], [1702462721, "9066925"], [1702462736, "9846648"], [1702462751, "9846648"], [1702462763, "9846648"], [1702462793, "9846648"], [1702462808, "9846648"], [1702462829, "9846648"], [1702462844, "9846648"], [1702462865, "9846648"], [1702462880, "9846648"], [1702462904, "9846648"], [1702462919, "9846648"], [1702462952, "9846648"], [1702462973, "9846648"], [1702462988, "9846648"], [1702463045, "14961833"], [1702463081, "16105260"], [1702463114, "16834934"], [1702463150, "16834934"], [1702463186, "16834934"], [1702463216, "16834934"], [1702463240, "16834934"], [1702463273, "16834934"], [1702463324, "16834934"], [1702463354, "16834934"], [1702463381, "16834934"], [1702463417, "16834934"], [1702463453, "17478199"], [1702463477, "17478199"], [1702463510, "18634726"], [1702463537, "18634726"], [1702463570, "19182838"], [1702463591, "19529636"], [1702463621, "19529636"], [1702463657, "19529636"], [1702463693, "19529636"], [1702463729, "19529636"], [1702463765, "19529636"], [1702463798, "19529636"], [1702463846, "19529636"], [1702463873, "19529636"], [1702463906, "19529636"], [1702463948, "19529636"], [1702463984, "19529636"], [1702464014, "19529636"], [1702464050, "19529636"], [1702464086, "19529636"], [1702464122, "19529636"], [1702464155, "19529636"], [1702464194, "19529636"], [1702464230, "19529636"], [1702464263, "23913579"], [1702464299, "23913579"], [1702464332, "23913579"], [1702464356, "23913579"], [1702464392, "25525077"], [1702464425, "25525077"], [1702464455, "25779032"], [1702464479, "27177773"], [1702464509, "27177773"], [1702464533, "27177773"], [1702464569, "27177773"], [1702464605, "27177773"], [1702464635, "28889930"], [1702464671, "29136164"], [1702464716, "29136164"], [1702464743, "29136164"], [1702464776, "29136164"], [1702464812, "30073073"], [1702464836, "30073073"], [1702464869, "39658954"], [1702464905, "40436421"], [1702464926, "40436421"], [1702464956, "40436421"], [1702464992, "40436421"], [1702465016, "42624645"], [1702465049, "42624645"], [1702465085, "42624645"], [1702465118, "42624645"], [1702465145, "42624645"], [1702465178, "42624645"], [1702465208, "42624645"], [1702465241, "42624645"], [1702465298, "42624645"], [1702465334, "42624645"], [1702465367, "42624645"], [1702465394, "42624645"], [1702465418, "42624645"], [1702465445, "42624645"], [1702465481, "42987056"], [1702465517, "42987056"], [1702465550, "43388119"], [1702465586, "44456295"], [1702465619, "44456295"], [1702465658, "44456295"], [1702465706, "44456295"], [1702465754, "44456295"], [1702465787, "44456295"], [1702465823, "44456295"], [1702465856, "44456295"], [1702465880, "44456295"], [1702465910, "44757264"], [1702465952, "44757264"], [1702465988, "44757264"], [1702466015, "46051075"], [1702466030, "48496813"], [1702466060, "48496813"], [1702466078, "48496813"], [1702466138, "48496813"], [1702466168, "48496813"], [1702466204, "48496813"], [1702466237, "48496813"], [1702466261, "48496813"], [1702466291, "48496813"], [1702466327, "48496813"], [1702466360, "48496813"], [1702466384, "49320178"], [1702466417, "49320178"], [1702466441, "49320178"], [1702466471, "49320178"], [1702466507, "49320178"], [1702466540, "50044385"], [1702466597, "50044385"], [1702466633, "50044385"], [1702466666, "50044385"], [1702466705, "50044385"], [1702466732, "50044385"], [1702466765, "50044385"], [1702466801, "53128422"], [1702466852, "53128422"], [1702466876, "53128422"], [1702466918, "53128422"], [1702466978, "53128422"], [1702467014, "53128422"], [1702467038, "53128422"], [1702467068, "53128422"], [1702467122, "53128422"], [1702467158, "53128422"], [1702467191, "53128422"], [1702467221, "53128422"], [1702467257, "53128422"], [1702467299, "54183361"], [1702467350, "54183361"], [1702467386, "60205115"], [1702467419, "60205115"], [1702467455, "60205115"], [1702467515, "60205115"], [1702467542, "60205115"], [1702467566, "60205115"], [1702467599, "61179027"], [1702467635, "61179027"], [1702467668, "61179027"], [1702467695, "61179027"], [1702467716, "61179027"], [1702467746, "61179027"], [1702467800, "61179027"], [1702467824, "61179027"], [1702467908, "61179027"], [1702467944, "61179027"], [1702467968, "61179027"], [1702468001, "61179027"], [1702468031, "61179027"], [1702468067, "61179027"], [1702468085, "61969970"], [1702468115, "61969970"], [1702468151, "62833401"], [1702468181, "62833401"], [1702468208, "62833401"], [1702468241, "62833401"], [1702468256, "63894479"], [1702468286, "63894479"], [1702468322, "63894479"], [1702468352, "63894479"], [1702468388, "63894479"], [1702468424, "63894479"], [1702468457, "63894479"], [1702468493, "63894479"], [1702468517, "63894479"], [1702468550, "63894479"], [1702468586, "63894479"], [1702468613, "63894479"], [1702468637, "63894479"], [1702468679, "66410683"], [1702468721, "66410683"], [1702468730, "66410683"], [1702468766, "66820087"], [1702468799, "66820087"], [1702468835, "66820087"], [1702468898, "66820087"], [1702468934, "66820087"], [1702468970, "66820087"], [1702468994, "66820087"], [1702469024, "66820087"], [1702469060, "66820087"], [1702469111, "70246866"], [1702469144, "70246866"], [1702469168, "70246866"], [1702469204, "70246866"], [1702469237, "70246866"], [1702469273, "70246866"], [1702469303, "70246866"], [1702469336, "70246866"], [1702469360, "70246866"], [1702469387, "70795212"], [1702469411, "70795212"], [1702469435, "70795212"], [1702469468, "70795212"], [1702469504, "70795212"], [1702469537, "70795212"], [1702469573, "70795212"], [1702469606, "70795212"], [1702469633, "70795212"], [1702469660, "70795212"], [1702469684, "70795212"], [1702469717, "70795212"], [1702469753, "70795212"], [1702469786, "70795212"], [1702469816, "70795212"], [1702469834, "70795212"], [1702469864, "70795212"], [1702469906, "70795212"], [1702469936, "71427450"], [1702469972, "71427450"], [1702470005, "71427450"], [1702470029, "71427450"], [1702470065, "71427450"], [1702470101, "71427450"], [1702470131, "71427450"], [1702470167, "71427450"], [1702470203, "71427450"], [1702470251, "73413034"], [1702470278, "73413034"], [1702470311, "73413034"], [1702470347, "73413034"], [1702470371, "73413034"], [1702470404, "73413034"], [1702470440, "73413034"], [1702470476, "73848205"], [1702470506, "73848205"], [1702470542, "73848205"], [1702470575, "73848205"], [1702470611, "74792002"], [1702470635, "74792002"], [1702470662, "74792002"], [1702470686, "75439337"], [1702470719, "75439337"], [1702470746, "75439337"], [1702470812, "75439337"], [1702470845, "75439337"], [1702470875, "75439337"], [1702470899, "75439337"], [1702470953, "75439337"], [1702470983, "75439337"], [1702471025, "75439337"], [1702471067, "75439337"], [1702471169, "75653903"], [1702471193, "75653903"], [1702471226, "75653903"], [1702471265, "75653903"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "5691548"], [1702462721, "5691548"], [1702462736, "5691548"], [1702462751, "308647227"], [1702462763, "308647227"], [1702462793, "308647227"], [1702462808, "308647227"], [1702462829, "308647227"], [1702462844, "308647227"], [1702462865, "308647227"], [1702462880, "308647227"], [1702462904, "308647227"], [1702462919, "308647227"], [1702462952, "516351752"], [1702462973, "516795718"], [1702462988, "516795718"], [1702463045, "557357645"], [1702463081, "566697957"], [1702463114, "579956112"], [1702463150, "579956112"], [1702463186, "594696942"], [1702463216, "650697085"], [1702463240, "650697085"], [1702463273, "650697085"], [1702463324, "865592978"], [1702463354, "951838342"], [1702463381, "951838342"], [1702463417, "951838342"], [1702463453, "1027436424"], [1702463477, "1027436424"], [1702463510, "1027436424"], [1702463537, "1056088553"], [1702463570, "1058488266"], [1702463591, "1072310844"], [1702463621, "1072310844"], [1702463657, "1186007960"], [1702463693, "1186007960"], [1702463729, "1267406193"], [1702463765, "1267406193"], [1702463798, "1273169473"], [1702463846, "1440869078"], [1702463873, "1440869078"], [1702463906, "1440869078"], [1702463948, "1457458266"], [1702463984, "1457458266"], [1702464014, "1457458266"], [1702464050, "1512871133"], [1702464086, "1514707002"], [1702464122, "1514707002"], [1702464155, "1514707002"], [1702464194, "1530001456"], [1702464230, "1530001456"], [1702464263, "1530001456"], [1702464299, "1533486180"], [1702464332, "1537230030"], [1702464356, "1537230030"], [1702464392, "1537230030"], [1702464425, "1543649552"], [1702464455, "1549603431"], [1702464479, "1549603431"], [1702464509, "1549603431"], [1702464533, "1557841244"], [1702464569, "1564426817"], [1702464605, "1564426817"], [1702464635, "1564426817"], [1702464671, "1598667564"], [1702464716, "1622858025"], [1702464743, "1622858025"], [1702464776, "1820588834"], [1702464812, "1870171096"], [1702464836, "1870171096"], [1702464869, "1870171096"], [1702464905, "1892856024"], [1702464926, "1898442929"], [1702464956, "1898442929"], [1702464992, "1898442929"], [1702465016, "1899391393"], [1702465049, "1899391393"], [1702465085, "1899391393"], [1702465118, "1899391393"], [1702465145, "1933883578"], [1702465178, "1933883578"], [1702465208, "1933883578"], [1702465241, "1967084862"], [1702465298, "2002138386"], [1702465334, "2002138386"], [1702465367, "2002138386"], [1702465394, "2109950041"], [1702465418, "2109950041"], [1702465445, "2109950041"], [1702465481, "2136214208"], [1702465517, "2261373777"], [1702465550, "2261373777"], [1702465586, "2261373777"], [1702465619, "2450148946"], [1702465658, "2450359553"], [1702465706, "2450359553"], [1702465754, "2468489061"], [1702465787, "2468489061"], [1702465823, "2468489061"], [1702465856, "2611564014"], [1702465880, "2611564014"], [1702465910, "2611564014"], [1702465952, "2616126123"], [1702465988, "2636551803"], [1702466015, "2636551803"], [1702466030, "2636551803"], [1702466060, "2644944726"], [1702466078, "2647298693"], [1702466138, "2660671566"], [1702466168, "2667602784"], [1702466204, "2712137119"], [1702466237, "2729612568"], [1702466261, "2729612568"], [1702466291, "2729612568"], [1702466327, "2870057913"], [1702466360, "2969822073"], [1702466384, "2969822073"], [1702466417, "2969822073"], [1702466441, "2970101956"], [1702466471, "2970101956"], [1702466507, "2970101956"], [1702466540, "2970101956"], [1702466597, "3033966091"], [1702466633, "3033966091"], [1702466666, "3033966091"], [1702466705, "3041535186"], [1702466732, "3041651473"], [1702466765, "3041651473"], [1702466801, "3053014761"], [1702466852, "3053254728"], [1702466876, "3053254728"], [1702466918, "3064399818"], [1702466978, "3067888824"], [1702467014, "3067888824"], [1702467038, "3102290688"], [1702467068, "3103658931"], [1702467122, "3103658931"], [1702467158, "3128813654"], [1702467191, "3145398369"], [1702467221, "3145398369"], [1702467257, "3145398369"], [1702467299, "3167207891"], [1702467350, "3167207891"], [1702467386, "3167207891"], [1702467419, "3198689910"], [1702467455, "3198689910"], [1702467515, "3270015232"], [1702467542, "3273661247"], [1702467566, "3273661247"], [1702467599, "3273661247"], [1702467635, "3292246648"], [1702467668, "3347230722"], [1702467695, "3347230722"], [1702467716, "3347230722"], [1702467746, "3350495957"], [1702467800, "3396739099"], [1702467824, "3396739099"], [1702467908, "3404788813"], [1702467944, "3404788813"], [1702467968, "3404788813"], [1702468001, "3404788813"], [1702468031, "3438538698"], [1702468067, "3438538698"], [1702468085, "3438538698"], [1702468115, "3452578180"], [1702468151, "3493057611"], [1702468181, "3493057611"], [1702468208, "3493057611"], [1702468241, "3519721446"], [1702468256, "3545275516"], [1702468286, "3545275516"], [1702468322, "3545275516"], [1702468352, "3545275516"], [1702468388, "3582396034"], [1702468424, "3582396034"], [1702468457, "3582396034"], [1702468493, "3665564603"], [1702468517, "3698665606"], [1702468550, "3698665606"], [1702468586, "3709412943"], [1702468613, "3730413872"], [1702468637, "3730718991"], [1702468679, "3730718991"], [1702468721, "3730718991"], [1702468730, "3775858562"], [1702468766, "3775858562"], [1702468799, "3775858562"], [1702468835, "3797994127"], [1702468898, "3836924290"], [1702468934, "3836924290"], [1702468970, "3869232977"], [1702468994, "3875114065"], [1702469024, "3875114065"], [1702469060, "3875114065"], [1702469111, "3886378652"], [1702469144, "3886378652"], [1702469168, "3886378652"], [1702469204, "3957587150"], [1702469237, "3990675149"], [1702469273, "3990675149"], [1702469303, "3990675149"], [1702469336, "4166823332"], [1702469360, "4166823332"], [1702469387, "4166823332"], [1702469411, "4166823332"], [1702469435, "4172953470"], [1702469468, "4172953470"], [1702469504, "4172953470"], [1702469537, "4172953470"], [1702469573, "4173236149"], [1702469606, "4173236149"], [1702469633, "4173236149"], [1702469660, "4173236149"], [1702469684, "4232728849"], [1702469717, "4233006287"], [1702469753, "4233006287"], [1702469786, "4233006287"], [1702469816, "4249481896"], [1702469834, "4251052311"], [1702469864, "4251052311"], [1702469906, "4269787800"], [1702469936, "4303206631"], [1702469972, "4303206631"], [1702470005, "4303206631"], [1702470029, "4303206631"], [1702470065, "4355926118"], [1702470101, "4355926118"], [1702470131, "4355926118"], [1702470167, "4380181275"], [1702470203, "4453305724"], [1702470251, "4453305724"], [1702470278, "4458644570"], [1702470311, "4458644570"], [1702470347, "4458644570"], [1702470371, "4458644570"], [1702470404, "4493375753"], [1702470440, "4508398370"], [1702470476, "4508398370"], [1702470506, "4508398370"], [1702470542, "4522119965"], [1702470575, "4522119965"], [1702470611, "4522119965"], [1702470635, "4522119965"], [1702470662, "4525190835"], [1702470686, "4525190835"], [1702470719, "4525190835"], [1702470746, "4536659819"], [1702470812, "4589571806"], [1702470845, "4589571806"], [1702470875, "4589571806"], [1702470899, "4593602448"], [1702470953, "4597450493"], [1702470983, "4597450493"], [1702471025, "4608013131"], [1702471067, "4608013131"], [1702471169, "4706570935"], [1702471193, "4706570935"], [1702471226, "4706570935"], [1702471265, "4707013524"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "10984027"], [1702462721, "10984027"], [1702462736, "25391298"], [1702462751, "26603638"], [1702462763, "26774795"], [1702462793, "28239231"], [1702462808, "29077395"], [1702462829, "31258703"], [1702462844, "31493229"], [1702462865, "31644266"], [1702462880, "31857040"], [1702462904, "31857040"], [1702462919, "31857040"], [1702462952, "32104317"], [1702462973, "32104317"], [1702462988, "33843310"], [1702463045, "35849487"], [1702463081, "35849487"], [1702463114, "38326090"], [1702463150, "41110556"], [1702463186, "42175912"], [1702463216, "42175912"], [1702463240, "42175912"], [1702463273, "42175912"], [1702463324, "51806438"], [1702463354, "55357897"], [1702463381, "59105117"], [1702463417, "59105117"], [1702463453, "61244065"], [1702463477, "61536125"], [1702463510, "61536125"], [1702463537, "66519189"], [1702463570, "66519189"], [1702463591, "66519189"], [1702463621, "68446779"], [1702463657, "68570946"], [1702463693, "68570946"], [1702463729, "70353542"], [1702463765, "70353542"], [1702463798, "73172969"], [1702463846, "74374397"], [1702463873, "74374397"], [1702463906, "80905279"], [1702463948, "81359083"], [1702463984, "81359083"], [1702464014, "81359083"], [1702464050, "81552494"], [1702464086, "81552494"], [1702464122, "81763432"], [1702464155, "81763432"], [1702464194, "81763432"], [1702464230, "81763432"], [1702464263, "81763432"], [1702464299, "82100617"], [1702464332, "83718385"], [1702464356, "83718385"], [1702464392, "84970770"], [1702464425, "84970770"], [1702464455, "86704176"], [1702464479, "87448260"], [1702464509, "88299448"], [1702464533, "88372001"], [1702464569, "91787452"], [1702464605, "93386099"], [1702464635, "94654049"], [1702464671, "94846885"], [1702464716, "94846885"], [1702464743, "95246738"], [1702464776, "95246738"], [1702464812, "95246738"], [1702464836, "95246738"], [1702464869, "95950779"], [1702464905, "95950779"], [1702464926, "98198538"], [1702464956, "98636758"], [1702464992, "99672719"], [1702465016, "99672719"], [1702465049, "105647542"], [1702465085, "105647542"], [1702465118, "106366647"], [1702465145, "106366647"], [1702465178, "106533123"], [1702465208, "106533123"], [1702465241, "108384179"], [1702465298, "109563414"], [1702465334, "109730451"], [1702465367, "109730451"], [1702465394, "109730451"], [1702465418, "109730451"], [1702465445, "109896209"], [1702465481, "110680453"], [1702465517, "110680453"], [1702465550, "116660465"], [1702465586, "118815387"], [1702465619, "118815387"], [1702465658, "118896436"], [1702465706, "119094433"], [1702465754, "131444933"], [1702465787, "131444933"], [1702465823, "131444933"], [1702465856, "131444933"], [1702465880, "133617636"], [1702465910, "134981049"], [1702465952, "136364837"], [1702465988, "136364837"], [1702466015, "136364837"], [1702466030, "137961558"], [1702466060, "138989747"], [1702466078, "139684101"], [1702466138, "140273677"], [1702466168, "140346240"], [1702466204, "140346240"], [1702466237, "140346240"], [1702466261, "140346240"], [1702466291, "141556822"], [1702466327, "141556822"], [1702466360, "145288503"], [1702466384, "149172258"], [1702466417, "149399653"], [1702466441, "151841661"], [1702466471, "153575432"], [1702466507, "153575432"], [1702466540, "153575432"], [1702466597, "153575432"], [1702466633, "153575432"], [1702466666, "153575432"], [1702466705, "155539320"], [1702466732, "155539320"], [1702466765, "159659464"], [1702466801, "160052323"], [1702466852, "160151639"], [1702466876, "160151639"], [1702466918, "160396499"], [1702466978, "165497289"], [1702467014, "167756398"], [1702467038, "167977453"], [1702467068, "167977453"], [1702467122, "167977453"], [1702467158, "168234999"], [1702467191, "168234999"], [1702467221, "172908871"], [1702467257, "172908871"], [1702467299, "172908871"], [1702467350, "172908871"], [1702467386, "172908871"], [1702467419, "174839955"], [1702467455, "177920290"], [1702467515, "178651774"], [1702467542, "178651774"], [1702467566, "180376876"], [1702467599, "180799718"], [1702467635, "183278972"], [1702467668, "183278972"], [1702467695, "183278972"], [1702467716, "185042193"], [1702467746, "185599622"], [1702467800, "189595862"], [1702467824, "190780501"], [1702467908, "191874983"], [1702467944, "193097701"], [1702467968, "195053837"], [1702468001, "196098452"], [1702468031, "196098452"], [1702468067, "196098452"], [1702468085, "196098452"], [1702468115, "196098452"], [1702468151, "196541324"], [1702468181, "196541324"], [1702468208, "198729202"], [1702468241, "200865534"], [1702468256, "200865534"], [1702468286, "201043112"], [1702468322, "202490628"], [1702468352, "204086476"], [1702468388, "204806018"], [1702468424, "204806018"], [1702468457, "204806018"], [1702468493, "204806018"], [1702468517, "204806018"], [1702468550, "204806018"], [1702468586, "205299609"], [1702468613, "205299609"], [1702468637, "205299609"], [1702468679, "209478978"], [1702468721, "209478978"], [1702468730, "209478978"], [1702468766, "214925122"], [1702468799, "214925122"], [1702468835, "215737839"], [1702468898, "224003955"], [1702468934, "224003955"], [1702468970, "228372569"], [1702468994, "230925631"], [1702469024, "247733393"], [1702469060, "249226123"], [1702469111, "250755537"], [1702469144, "250842530"], [1702469168, "250842530"], [1702469204, "252817817"], [1702469237, "253019335"], [1702469273, "254178895"], [1702469303, "255579803"], [1702469336, "258638041"], [1702469360, "261182864"], [1702469387, "261182864"], [1702469411, "261417597"], [1702469435, "263201023"], [1702469468, "263885439"], [1702469504, "264230170"], [1702469537, "264230170"], [1702469573, "270022875"], [1702469606, "270022875"], [1702469633, "270022875"], [1702469660, "270022875"], [1702469684, "270022875"], [1702469717, "270022875"], [1702469753, "270022875"], [1702469786, "270022875"], [1702469816, "274797220"], [1702469834, "274797220"], [1702469864, "274797220"], [1702469906, "274937597"], [1702469936, "274937597"], [1702469972, "276882351"], [1702470005, "276882351"], [1702470029, "276882351"], [1702470065, "280322337"], [1702470101, "280322337"], [1702470131, "280322337"], [1702470167, "292887063"], [1702470203, "295160259"], [1702470251, "295160259"], [1702470278, "295483222"], [1702470311, "295483222"], [1702470347, "298164739"], [1702470371, "298164739"], [1702470404, "299449865"], [1702470440, "302194372"], [1702470476, "302194372"], [1702470506, "302194372"], [1702470542, "302194372"], [1702470575, "302486028"], [1702470611, "307350948"], [1702470635, "319329566"], [1702470662, "320021072"], [1702470686, "320021072"], [1702470719, "320195178"], [1702470746, "320195178"], [1702470812, "321446526"], [1702470845, "321446526"], [1702470875, "321446526"], [1702470899, "321446526"], [1702470953, "323402684"], [1702470983, "323402684"], [1702471025, "323402684"], [1702471067, "323402684"], [1702471169, "323772102"], [1702471193, "323772102"], [1702471226, "324090802"], [1702471265, "324279804"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "11920143"], [1702462721, "21919564"], [1702462736, "21919564"], [1702462751, "21919564"], [1702462763, "30034415"], [1702462793, "34402094"], [1702462808, "38553547"], [1702462829, "39862650"], [1702462844, "42055192"], [1702462865, "42055192"], [1702462880, "52035658"], [1702462904, "52035658"], [1702462919, "52035658"], [1702462952, "55089972"], [1702462973, "55193009"], [1702462988, "60426787"], [1702463045, "60426787"], [1702463081, "62072391"], [1702463114, "62072391"], [1702463150, "73236990"], [1702463186, "75266179"], [1702463216, "76874127"], [1702463240, "76874127"], [1702463273, "76874127"], [1702463324, "76874127"], [1702463354, "76874127"], [1702463381, "76874127"], [1702463417, "76874127"], [1702463453, "78919631"], [1702463477, "78919631"], [1702463510, "78919631"], [1702463537, "79420258"], [1702463570, "81320798"], [1702463591, "81635439"], [1702463621, "81635439"], [1702463657, "82610533"], [1702463693, "83644261"], [1702463729, "83644261"], [1702463765, "110850963"], [1702463798, "110850963"], [1702463846, "110850963"], [1702463873, "171488487"], [1702463906, "174457339"], [1702463948, "174457339"], [1702463984, "174973229"], [1702464014, "177268791"], [1702464050, "177900891"], [1702464086, "180388970"], [1702464122, "180781721"], [1702464155, "184437833"], [1702464194, "186110970"], [1702464230, "186110970"], [1702464263, "186705277"], [1702464299, "187497980"], [1702464332, "187497980"], [1702464356, "187843330"], [1702464392, "187843330"], [1702464425, "199198624"], [1702464455, "200017355"], [1702464479, "203456629"], [1702464509, "210373703"], [1702464533, "214627239"], [1702464569, "242988834"], [1702464605, "244783348"], [1702464635, "244783348"], [1702464671, "253433251"], [1702464716, "268318872"], [1702464743, "271064298"], [1702464776, "271064298"], [1702464812, "272273267"], [1702464836, "274098944"], [1702464869, "276552274"], [1702464905, "286547352"], [1702464926, "287982613"], [1702464956, "302006928"], [1702464992, "302855120"], [1702465016, "304156665"], [1702465049, "305501159"], [1702465085, "306069387"], [1702465118, "306938314"], [1702465145, "315705432"], [1702465178, "315705432"], [1702465208, "319333109"], [1702465241, "320815035"], [1702465298, "327033252"], [1702465334, "336216014"], [1702465367, "339914849"], [1702465394, "343370533"], [1702465418, "345703931"], [1702465445, "346444130"], [1702465481, "347147172"], [1702465517, "347750489"], [1702465550, "348923377"], [1702465586, "350903917"], [1702465619, "350903917"], [1702465658, "352889118"], [1702465706, "353184126"], [1702465754, "356971172"], [1702465787, "356971172"], [1702465823, "357138644"], [1702465856, "358784331"], [1702465880, "360022888"], [1702465910, "360022888"], [1702465952, "361070868"], [1702465988, "361070868"], [1702466015, "364261415"], [1702466030, "366376878"], [1702466060, "366376878"], [1702466078, "367428944"], [1702466138, "368542344"], [1702466168, "369308026"], [1702466204, "371062555"], [1702466237, "371062555"], [1702466261, "372815782"], [1702466291, "374280080"], [1702466327, "377521638"], [1702466360, "390022967"], [1702466384, "390773391"], [1702466417, "392951482"], [1702466441, "393696369"], [1702466471, "394090171"], [1702466507, "404499548"], [1702466540, "406000144"], [1702466597, "407572729"], [1702466633, "408597224"], [1702466666, "411090674"], [1702466705, "412155397"], [1702466732, "415063784"], [1702466765, "415063784"], [1702466801, "417311112"], [1702466852, "419637933"], [1702466876, "420806064"], [1702466918, "422453728"], [1702466978, "430558212"], [1702467014, "432361292"], [1702467038, "432498325"], [1702467068, "432810595"], [1702467122, "434529602"], [1702467158, "434529602"], [1702467191, "444644909"], [1702467221, "451031842"], [1702467257, "451031842"], [1702467299, "454145769"], [1702467350, "466075571"], [1702467386, "466972308"], [1702467419, "469268545"], [1702467455, "471467728"], [1702467515, "474621823"], [1702467542, "488380698"], [1702467566, "488380698"], [1702467599, "492181210"], [1702467635, "494034056"], [1702467668, "494408552"], [1702467695, "506177895"], [1702467716, "507759203"], [1702467746, "515267261"], [1702467800, "520847800"], [1702467824, "522755221"], [1702467908, "530198467"], [1702467944, "531877893"], [1702467968, "544492325"], [1702468001, "545844071"], [1702468031, "547913054"], [1702468067, "569350023"], [1702468085, "573113361"], [1702468115, "574041302"], [1702468151, "583064590"], [1702468181, "588596049"], [1702468208, "590204954"], [1702468241, "601203632"], [1702468256, "601431639"], [1702468286, "602950429"], [1702468322, "610668840"], [1702468352, "610668840"], [1702468388, "611945481"], [1702468424, "614251702"], [1702468457, "614251702"], [1702468493, "618897165"], [1702468517, "620697715"], [1702468550, "624432319"], [1702468586, "626647485"], [1702468613, "630665993"], [1702468637, "633086155"], [1702468679, "637665422"], [1702468721, "643151670"], [1702468730, "643151670"], [1702468766, "645157148"], [1702468799, "648487383"], [1702468835, "649903715"], [1702468898, "651659235"], [1702468934, "666089103"], [1702468970, "673235218"], [1702468994, "681905177"], [1702469024, "683962961"], [1702469060, "687423522"], [1702469111, "692826375"], [1702469144, "693785354"], [1702469168, "693785354"], [1702469204, "694697544"], [1702469237, "698309119"], [1702469273, "704747201"], [1702469303, "707849710"], [1702469336, "718401947"], [1702469360, "720929903"], [1702469387, "742431656"], [1702469411, "753298626"], [1702469435, "754544828"], [1702469468, "758466201"], [1702469504, "759063796"], [1702469537, "763318836"], [1702469573, "765938532"], [1702469606, "768561529"], [1702469633, "772215480"], [1702469660, "772215480"], [1702469684, "775843811"], [1702469717, "777401458"], [1702469753, "786702945"], [1702469786, "787692912"], [1702469816, "789017573"], [1702469834, "789759089"], [1702469864, "790601747"], [1702469906, "794015559"], [1702469936, "796674135"], [1702469972, "797623299"], [1702470005, "797623299"], [1702470029, "797623299"], [1702470065, "797623299"], [1702470101, "797623299"], [1702470131, "800259679"], [1702470167, "801148033"], [1702470203, "812979332"], [1702470251, "820029890"], [1702470278, "820619739"], [1702470311, "821607980"], [1702470347, "821607980"], [1702470371, "821739023"], [1702470404, "821923670"], [1702470440, "823331618"], [1702470476, "826274106"], [1702470506, "827489646"], [1702470542, "827489646"], [1702470575, "833616034"], [1702470611, "836337787"], [1702470635, "837595712"], [1702470662, "840195241"], [1702470686, "842989759"], [1702470719, "846323435"], [1702470746, "846323435"], [1702470812, "851993573"], [1702470845, "851993573"], [1702470875, "852143979"], [1702470899, "854302489"], [1702470953, "856495713"], [1702470983, "858864514"], [1702471025, "862005959"], [1702471067, "864426540"], [1702471169, "871441072"], [1702471193, "874379168"], [1702471226, "877662801"], [1702471265, "878696112"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4714706"], [1702462844, "4714706"], [1702462865, "4714706"], [1702462880, "4714706"], [1702462904, "4714706"], [1702462919, "4714706"], [1702462952, "4714706"], [1702462973, "4714706"], [1702462988, "4714706"], [1702463045, "4714706"], [1702463081, "4714706"], [1702463114, "4714706"], [1702463150, "4714706"], [1702463186, "4714706"], [1702463216, "4714706"], [1702463240, "4714706"], [1702463273, "4714706"], [1702463324, "4714706"], [1702463354, "4714706"], [1702463381, "4714706"], [1702463417, "4714706"], [1702463453, "4714706"], [1702463477, "4714706"], [1702463510, "4714706"], [1702463537, "6221892"], [1702463570, "6221892"], [1702463591, "6221892"], [1702463621, "6221892"], [1702463657, "6221892"], [1702463693, "6221892"], [1702463729, "6221892"], [1702463765, "6221892"], [1702463798, "6221892"], [1702463846, "6221892"], [1702463873, "6221892"], [1702463906, "6221892"], [1702463948, "6221892"], [1702463984, "6221892"], [1702464014, "6221892"], [1702464050, "6221892"], [1702464086, "6221892"], [1702464122, "6221892"], [1702464155, "6221892"], [1702464194, "6221892"], [1702464230, "6221892"], [1702464263, "6221892"], [1702464299, "6221892"], [1702464332, "6221892"], [1702464356, "6221892"], [1702464392, "6221892"], [1702464425, "6221892"], [1702464455, "6221892"], [1702464479, "6221892"], [1702464509, "6221892"], [1702464533, "6221892"], [1702464569, "6221892"], [1702464605, "6221892"], [1702464635, "6221892"], [1702464671, "6221892"], [1702464716, "6221892"], [1702464743, "6221892"], [1702464776, "6221892"], [1702464812, "6221892"], [1702464836, "6221892"], [1702464869, "6221892"], [1702464905, "6221892"], [1702464926, "6221892"], [1702464956, "6221892"], [1702464992, "6221892"], [1702465016, "6221892"], [1702465049, "6221892"], [1702465085, "6221892"], [1702465118, "6221892"], [1702465145, "6221892"], [1702465178, "6221892"], [1702465208, "6221892"], [1702465241, "6221892"], [1702465298, "6221892"], [1702465334, "6221892"], [1702465367, "6221892"], [1702465394, "6221892"], [1702465418, "6221892"], [1702465445, "6221892"], [1702465481, "6221892"], [1702465517, "6221892"], [1702465550, "6221892"], [1702465586, "6221892"], [1702465619, "6221892"], [1702465658, "6221892"], [1702465706, "6221892"], [1702465754, "6221892"], [1702465787, "6221892"], [1702465823, "6221892"], [1702465856, "6221892"], [1702465880, "6221892"], [1702465910, "6221892"], [1702465952, "6221892"], [1702465988, "6221892"], [1702466015, "6221892"], [1702466030, "6221892"], [1702466060, "6221892"], [1702466078, "6221892"], [1702466138, "6221892"], [1702466168, "6221892"], [1702466204, "6221892"], [1702466237, "6221892"], [1702466261, "6221892"], [1702466291, "6221892"], [1702466327, "6221892"], [1702466360, "6221892"], [1702466384, "6221892"], [1702466417, "6221892"], [1702466441, "6221892"], [1702466471, "6221892"], [1702466507, "6221892"], [1702466540, "6221892"], [1702466597, "6221892"], [1702466633, "6221892"], [1702466666, "6221892"], [1702466705, "6221892"], [1702466732, "6221892"], [1702466765, "6221892"], [1702466801, "6221892"], [1702466852, "6221892"], [1702466876, "6221892"], [1702466918, "6221892"], [1702466978, "6221892"], [1702467014, "6221892"], [1702467038, "6221892"], [1702467068, "6221892"], [1702467122, "6221892"], [1702467158, "6221892"], [1702467191, "6221892"], [1702467221, "6221892"], [1702467257, "6221892"], [1702467299, "6221892"], [1702467350, "6221892"], [1702467386, "6221892"], [1702467419, "6221892"], [1702467455, "6221892"], [1702467515, "6221892"], [1702467542, "6221892"], [1702467566, "6221892"], [1702467599, "6221892"], [1702467635, "6221892"], [1702467668, "6221892"], [1702467695, "6221892"], [1702467716, "6221892"], [1702467746, "6221892"], [1702467800, "6221892"], [1702467824, "6221892"], [1702467908, "6221892"], [1702467944, "6221892"], [1702467968, "6221892"], [1702468001, "6221892"], [1702468031, "6221892"], [1702468067, "6221892"], [1702468085, "6221892"], [1702468115, "6221892"], [1702468151, "6221892"], [1702468181, "6221892"], [1702468208, "6221892"], [1702468241, "6221892"], [1702468256, "6221892"], [1702468286, "6221892"], [1702468322, "6221892"], [1702468352, "6221892"], [1702468388, "6221892"], [1702468424, "6221892"], [1702468457, "6221892"], [1702468493, "6221892"], [1702468517, "6221892"], [1702468550, "6221892"], [1702468586, "6221892"], [1702468613, "6221892"], [1702468637, "6221892"], [1702468679, "6221892"], [1702468721, "6221892"], [1702468730, "6221892"], [1702468766, "6221892"], [1702468799, "6221892"], [1702468835, "6221892"], [1702468898, "6221892"], [1702468934, "6221892"], [1702468970, "6221892"], [1702468994, "6221892"], [1702469024, "6221892"], [1702469060, "6221892"], [1702469111, "6221892"], [1702469144, "6221892"], [1702469168, "6221892"], [1702469204, "6221892"], [1702469237, "6221892"], [1702469273, "6221892"], [1702469303, "6221892"], [1702469336, "6221892"], [1702469360, "6221892"], [1702469387, "6221892"], [1702469411, "6221892"], [1702469435, "6221892"], [1702469468, "6221892"], [1702469504, "6221892"], [1702469537, "6221892"], [1702469573, "6221892"], [1702469606, "6221892"], [1702469633, "6221892"], [1702469660, "6221892"], [1702469684, "6221892"], [1702469717, "6221892"], [1702469753, "6221892"], [1702469786, "6221892"], [1702469816, "6221892"], [1702469834, "6221892"], [1702469864, "6221892"], [1702469906, "6221892"], [1702469936, "6221892"], [1702469972, "6221892"], [1702470005, "6221892"], [1702470029, "6221892"], [1702470065, "6221892"], [1702470101, "6221892"], [1702470131, "6221892"], [1702470167, "6221892"], [1702470203, "6221892"], [1702470251, "6221892"], [1702470278, "6221892"], [1702470311, "6221892"], [1702470347, "6221892"], [1702470371, "6221892"], [1702470404, "6221892"], [1702470440, "6221892"], [1702470476, "6221892"], [1702470506, "6221892"], [1702470542, "6221892"], [1702470575, "6221892"], [1702470611, "6221892"], [1702470635, "6221892"], [1702470662, "6221892"], [1702470686, "6221892"], [1702470719, "6221892"], [1702470746, "6221892"], [1702470812, "6221892"], [1702470845, "6221892"], [1702470875, "6221892"], [1702470899, "6221892"], [1702470953, "6221892"], [1702470983, "6221892"], [1702471025, "6221892"], [1702471067, "6221892"], [1702471169, "6221892"], [1702471193, "6221892"], [1702471226, "6221892"], [1702471265, "6221892"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "4714706"], [1702462736, "4714706"], [1702462751, "4714706"], [1702462763, "4714706"], [1702462793, "4714706"], [1702462808, "4714706"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "49357265478"], [1702462988, "73434036453"], [1702463045, "160784137733"], [1702463081, "219874142815"], [1702463114, "275481669658"], [1702463150, "328207052802"], [1702463186, "359703420293"], [1702463216, "368490027242"], [1702463240, "373947799175"], [1702463273, "382955731297"], [1702463324, "406681397682"], [1702463354, "452514336879"], [1702463381, "487781767587"], [1702463417, "549816188958"], [1702463453, "626528674219"], [1702463477, "745467122228"], [1702463510, "798926434179"], [1702463537, "836720431044"], [1702463570, "862907657109"], [1702463591, "869890083647"], [1702463621, "880966921204"], [1702463657, "890433952855"], [1702463693, "933024510188"], [1702463729, "948789895236"], [1702463765, "998433033148"], [1702463798, "1119767477842"], [1702463846, "1242276814272"], [1702463873, "1353274957564"], [1702463906, "1396773923756"], [1702463948, "1441026130382"], [1702463984, "1451800025988"], [1702464014, "1468905154985"], [1702464050, "1490132228483"], [1702464086, "1553806895405"], [1702464122, "1618861216109"], [1702464155, "1691802721041"], [1702464194, "1825748771612"], [1702464230, "1881601502671"], [1702464263, "1926711652123"], [1702464299, "1956036603741"], [1702464332, "1967622408522"], [1702464356, "1976975112095"], [1702464392, "1993329536077"], [1702464425, "2032722790399"], [1702464455, "2090967471216"], [1702464479, "2133438467525"], [1702464509, "2201247438776"], [1702464533, "2265401586803"], [1702464569, "2346905641553"], [1702464605, "2392655774283"], [1702464635, "2428322237435"], [1702464671, "2459397040880"], [1702464716, "2465763039743"], [1702464743, "2480284174489"], [1702464776, "2496450532091"], [1702464812, "2538434866385"], [1702464836, "2589813575500"], [1702464869, "2612500680388"], [1702464905, "2663740806197"], [1702464926, "2755848179838"], [1702464956, "2816751747633"], [1702464992, "2930144021700"], [1702465016, "2980963018761"], [1702465049, "2999752527357"], [1702465085, "3003263125430"], [1702465118, "3018106716223"], [1702465145, "3032068534152"], [1702465178, "3076106381992"], [1702465208, "3130439707988"], [1702465241, "3190248038140"], [1702465298, "3331792663154"], [1702465334, "3397723975393"], [1702465367, "3435469988326"], [1702465394, "3458961555585"], [1702465418, "3482192295703"], [1702465445, "3486545760674"], [1702465481, "3502610137000"], [1702465517, "3534460940017"], [1702465550, "3583792930990"], [1702465586, "3631163511902"], [1702465619, "3713538531684"], [1702465658, "3826625070681"], [1702465706, "3921870438301"], [1702465754, "4039517484388"], [1702465787, "4070599398370"], [1702465823, "4075513865178"], [1702465856, "4094024685033"], [1702465880, "4111796408973"], [1702465910, "4157877559514"], [1702465952, "4211713274144"], [1702465988, "4289954025499"], [1702466015, "4418419933974"], [1702466030, "4486053727843"], [1702466060, "4586317392647"], [1702466078, "4641196224658"], [1702466138, "4689675876761"], [1702466168, "4717586329027"], [1702466204, "4726946959729"], [1702466237, "4733640738101"], [1702466261, "4765959261974"], [1702466291, "4795866149360"], [1702466327, "4846510276559"], [1702466360, "4955767274629"], [1702466384, "5021659629472"], [1702466417, "5082532658362"], [1702466441, "5188823540084"], [1702466471, "5240783869306"], [1702466507, "5276423987729"], [1702466540, "5298021099844"], [1702466597, "5312726056843"], [1702466633, "5332111866629"], [1702466666, "5360990571324"], [1702466705, "5378206230340"], [1702466732, "5486468375910"], [1702466765, "5609269764408"], [1702466801, "5747475568336"], [1702466852, "5888062250377"], [1702466876, "5906130391348"], [1702466918, "5945471175172"], [1702466978, "5971817821069"], [1702467014, "5981962963946"], [1702467038, "6013451844313"], [1702467068, "6052155678470"], [1702467122, "6151025024281"], [1702467158, "6266958046951"], [1702467191, "6401037760134"], [1702467221, "6512895031834"], [1702467257, "6557548462918"], [1702467299, "6574769432513"], [1702467350, "6590683128575"], [1702467386, "6620489745247"], [1702467419, "6683154002786"], [1702467455, "6756335614940"], [1702467515, "6938461796740"], [1702467542, "7042171868812"], [1702467566, "7113645000793"], [1702467599, "7148959005374"], [1702467635, "7183045205569"], [1702467668, "7192497036402"], [1702467695, "7199571991221"], [1702467716, "7213333452262"], [1702467746, "7231895361545"], [1702467800, "7294955774168"], [1702467824, "7357557939040"], [1702467908, "7611119516183"], [1702467944, "7716762342232"], [1702467968, "7765910495786"], [1702468001, "7811382617517"], [1702468031, "7819537921537"], [1702468067, "7824073406219"], [1702468085, "7844620566640"], [1702468115, "7865629144124"], [1702468151, "7900551705986"], [1702468181, "8001646180349"], [1702468208, "8068934538114"], [1702468241, "8181385218139"], [1702468256, "8247974643765"], [1702468286, "8309223997122"], [1702468322, "8375248296623"], [1702468352, "8422968210251"], [1702468388, "8462894977976"], [1702468424, "8469160255727"], [1702468457, "8478728261448"], [1702468493, "8509547133573"], [1702468517, "8571118399292"], [1702468550, "8633040317108"], [1702468586, "8724467701985"], [1702468613, "8795285822500"], [1702468637, "8830987414085"], [1702468679, "8899086701318"], [1702468721, "8919797514998"], [1702468730, "8925756892828"], [1702468766, "8935859616034"], [1702468799, "8939496088614"], [1702468835, "8955781493238"], [1702468898, "9006840974012"], [1702468934, "9109044587247"], [1702468970, "9136484686724"], [1702468994, "9229722053963"], [1702469024, "9311389821141"], [1702469060, "9436240168466"], [1702469111, "9513546876275"], [1702469144, "9522208763807"], [1702469168, "9533871589845"], [1702469204, "9553192866406"], [1702469237, "9606058270487"], [1702469273, "9666047931457"], [1702469303, "9711456177410"], [1702469336, "9805669600655"], [1702469360, "9923566417316"], [1702469387, "10018077071906"], [1702469411, "10066323256488"], [1702469435, "10117715761558"], [1702469468, "10170989592061"], [1702469504, "10192800570876"], [1702469537, "10204251792879"], [1702469573, "10217091204141"], [1702469606, "10231658035933"], [1702469633, "10278639178309"], [1702469660, "10310297961582"], [1702469684, "10359672151980"], [1702469717, "10430411674019"], [1702469753, "10540746770132"], [1702469786, "10648615976255"], [1702469816, "10708048893564"], [1702469834, "10800846667701"], [1702469864, "10820439623672"], [1702469906, "10869104018492"], [1702469936, "10883342909450"], [1702469972, "10890512744709"], [1702470005, "10905795462280"], [1702470029, "10927642789325"], [1702470065, "10969328572843"], [1702470101, "11018105239183"], [1702470131, "11053733100171"], [1702470167, "11134767233031"], [1702470203, "11229157191692"], [1702470251, "11336244052301"], [1702470278, "11488975978208"], [1702470311, "11531932363183"], [1702470347, "11579935896355"], [1702470371, "11597838806191"], [1702470404, "11607149816731"], [1702470440, "11618782594377"], [1702470476, "11627090243822"], [1702470506, "11674593579678"], [1702470542, "11727930002817"], [1702470575, "11764869873703"], [1702470611, "11843711227644"], [1702470635, "11945395258378"], [1702470662, "12048939257670"], [1702470686, "12174681834322"], [1702470719, "12223682695511"], [1702470746, "12262568217591"], [1702470812, "12314029995537"], [1702470845, "12316000153503"], [1702470875, "12351545552839"], [1702470899, "12391155650482"], [1702470953, "12418417503908"], [1702470983, "12420226482097"], [1702471025, "12439556083251"], [1702471067, "12471204982381"], [1702471169, "12497166531064"], [1702471193, "12518336127204"], [1702471226, "12559114742731"], [1702471265, "12576689711845"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "19252728"], [1702462865, "19252728"], [1702462880, "3790128745"], [1702462904, "10579618729"], [1702462919, "16110167602"], [1702462952, "44928500583"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "3948847"], [1702462721, "4206317"], [1702462736, "4206317"], [1702462751, "9388973"], [1702462763, "16174589"], [1702462793, "16174589"], [1702462808, "16391617"], [1702462829, "16391617"], [1702462844, "16578703"], [1702462865, "16578703"], [1702462880, "17169812"], [1702462904, "18371430"], [1702462919, "18371430"], [1702462952, "18715206"], [1702462973, "19082966"], [1702462988, "24322813"], [1702463045, "33059414"], [1702463081, "40226211"], [1702463114, "40838848"], [1702463150, "41016689"], [1702463186, "41016689"], [1702463216, "41497273"], [1702463240, "41609521"], [1702463273, "42024752"], [1702463324, "57777877"], [1702463354, "58205313"], [1702463381, "58205313"], [1702463417, "58625334"], [1702463453, "64385356"], [1702463477, "64385356"], [1702463510, "64858531"], [1702463537, "65957010"], [1702463570, "66177431"], [1702463591, "66624696"], [1702463621, "67110092"], [1702463657, "68241612"], [1702463693, "69930104"], [1702463729, "70862224"], [1702463765, "70983891"], [1702463798, "71208385"], [1702463846, "71778911"], [1702463873, "72042321"], [1702463906, "72795340"], [1702463948, "73681669"], [1702463984, "76341519"], [1702464014, "76655138"], [1702464050, "77765125"], [1702464086, "77955375"], [1702464122, "78223288"], [1702464155, "79169193"], [1702464194, "92192395"], [1702464230, "96111003"], [1702464263, "96548040"], [1702464299, "97524682"], [1702464332, "98707476"], [1702464356, "100593038"], [1702464392, "100963173"], [1702464425, "112942286"], [1702464455, "114269477"], [1702464479, "118129174"], [1702464509, "118380599"], [1702464533, "118870342"], [1702464569, "119146042"], [1702464605, "119877979"], [1702464635, "120472156"], [1702464671, "120957237"], [1702464716, "121926491"], [1702464743, "122417242"], [1702464776, "122879137"], [1702464812, "122879137"], [1702464836, "123422071"], [1702464869, "124067664"], [1702464905, "129573933"], [1702464926, "130906639"], [1702464956, "131143182"], [1702464992, "131478968"], [1702465016, "131962008"], [1702465049, "137291849"], [1702465085, "137291849"], [1702465118, "138014721"], [1702465145, "138014721"], [1702465178, "138014721"], [1702465208, "138228632"], [1702465241, "138228632"], [1702465298, "144757563"], [1702465334, "145073187"], [1702465367, "145073187"], [1702465394, "145073187"], [1702465418, "145781460"], [1702465445, "145781460"], [1702465481, "145781460"], [1702465517, "146016824"], [1702465550, "146660702"], [1702465586, "146961524"], [1702465619, "148069703"], [1702465658, "164879404"], [1702465706, "165968404"], [1702465754, "167059752"], [1702465787, "167448173"], [1702465823, "167661583"], [1702465856, "167856479"], [1702465880, "168136305"], [1702465910, "168136305"], [1702465952, "168324934"], [1702465988, "168872448"], [1702466015, "169212504"], [1702466030, "169212504"], [1702466060, "169655962"], [1702466078, "170219737"], [1702466138, "171728064"], [1702466168, "172036977"], [1702466204, "172568038"], [1702466237, "173048052"], [1702466261, "173293556"], [1702466291, "173995964"], [1702466327, "175197915"], [1702466360, "175629834"], [1702466384, "184220804"], [1702466417, "185609842"], [1702466441, "186534074"], [1702466471, "188007773"], [1702466507, "188771913"], [1702466540, "198264081"], [1702466597, "202126598"], [1702466633, "202514383"], [1702466666, "202957596"], [1702466705, "203604824"], [1702466732, "204774233"], [1702466765, "205026759"], [1702466801, "205723000"], [1702466852, "206768880"], [1702466876, "206768880"], [1702466918, "207611896"], [1702466978, "211290814"], [1702467014, "213842483"], [1702467038, "214376782"], [1702467068, "219941428"], [1702467122, "221726000"], [1702467158, "222908460"], [1702467191, "223200047"], [1702467221, "223968055"], [1702467257, "224484177"], [1702467299, "224855210"], [1702467350, "225975130"], [1702467386, "231079342"], [1702467419, "232134648"], [1702467455, "238385106"], [1702467515, "240189788"], [1702467542, "241215901"], [1702467566, "246609183"], [1702467599, "248722404"], [1702467635, "248722404"], [1702467668, "249368734"], [1702467695, "251975096"], [1702467716, "252684222"], [1702467746, "252925968"], [1702467800, "252925968"], [1702467824, "253590302"], [1702467908, "257762941"], [1702467944, "258082250"], [1702467968, "258296625"], [1702468001, "259317846"], [1702468031, "259552376"], [1702468067, "259666815"], [1702468085, "259979542"], [1702468115, "261760761"], [1702468151, "263589786"], [1702468181, "266060222"], [1702468208, "267362117"], [1702468241, "270254607"], [1702468256, "270254607"], [1702468286, "270254607"], [1702468322, "278392252"], [1702468352, "279015264"], [1702468388, "279753567"], [1702468424, "280181417"], [1702468457, "280780334"], [1702468493, "281243214"], [1702468517, "282724599"], [1702468550, "283433600"], [1702468586, "285706286"], [1702468613, "296887353"], [1702468637, "296887353"], [1702468679, "297626640"], [1702468721, "298079266"], [1702468730, "298079266"], [1702468766, "298610458"], [1702468799, "299229386"], [1702468835, "300490578"], [1702468898, "301711096"], [1702468934, "308463904"], [1702468970, "310600610"], [1702468994, "314931092"], [1702469024, "314931092"], [1702469060, "321345176"], [1702469111, "321846470"], [1702469144, "322757236"], [1702469168, "323353949"], [1702469204, "328096917"], [1702469237, "329005348"], [1702469273, "334465669"], [1702469303, "334819505"], [1702469336, "336868928"], [1702469360, "337060699"], [1702469387, "337211628"], [1702469411, "337211628"], [1702469435, "337380820"], [1702469468, "337643937"], [1702469504, "338114555"], [1702469537, "338990744"], [1702469573, "339819311"], [1702469606, "340043352"], [1702469633, "340647450"], [1702469660, "342092359"], [1702469684, "344119332"], [1702469717, "345946267"], [1702469753, "349154116"], [1702469786, "349526425"], [1702469816, "349804678"], [1702469834, "350294315"], [1702469864, "350871705"], [1702469906, "351851050"], [1702469936, "352252457"], [1702469972, "479025569033"], [1702470005, "481483606176"], [1702470029, "482635274025"], [1702470065, "484023769515"], [1702470101, "488068303792"], [1702470131, "490017921121"], [1702470167, "494127621858"], [1702470203, "495779026113"], [1702470251, "497825389186"], [1702470278, "499538073593"], [1702470311, "501639624167"], [1702470347, "504299814432"], [1702470371, "505008298690"], [1702470404, "507579046054"], [1702470440, "509781392203"], [1702470476, "511846924583"], [1702470506, "512418562027"], [1702470542, "514487021518"], [1702470575, "515275034830"], [1702470611, "517241712302"], [1702470635, "519615823810"], [1702470662, "520326442352"], [1702470686, "521025807768"], [1702470719, "521037814850"], [1702470746, "523095283130"], [1702470812, "525641967584"], [1702470845, "528286709807"], [1702470875, "529214627035"], [1702470899, "529219166277"], [1702470953, "532543983329"], [1702470983, "534333076639"], [1702471025, "535637791313"], [1702471067, "540722132469"], [1702471169, "547085621559"], [1702471193, "548146293323"], [1702471226, "549876555615"], [1702471265, "552192829352"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "8189239"], [1702462919, "8189239"], [1702462952, "8189239"], [1702462973, "8189239"], [1702462988, "8189239"], [1702463045, "8189239"], [1702463081, "8189239"], [1702463114, "8189239"], [1702463150, "8189239"], [1702463186, "8189239"], [1702463216, "8189239"], [1702463240, "8189239"], [1702463273, "8189239"], [1702463324, "8189239"], [1702463354, "8189239"], [1702463381, "8189239"], [1702463417, "8189239"], [1702463453, "8189239"], [1702463477, "8189239"], [1702463510, "8189239"], [1702463537, "8189239"], [1702463570, "8189239"], [1702463591, "8189239"], [1702463621, "8189239"], [1702463657, "8189239"], [1702463693, "8189239"], [1702463729, "8189239"], [1702463765, "8189239"], [1702463798, "8189239"], [1702463846, "8189239"], [1702463873, "8189239"], [1702463906, "8189239"], [1702463948, "8189239"], [1702463984, "8189239"], [1702464014, "8189239"], [1702464050, "8189239"], [1702464086, "8189239"], [1702464122, "8189239"], [1702464155, "8189239"], [1702464194, "8189239"], [1702464230, "8189239"], [1702464263, "8189239"], [1702464299, "8189239"], [1702464332, "8189239"], [1702464356, "8189239"], [1702464392, "8189239"], [1702464425, "8189239"], [1702464455, "8189239"], [1702464479, "8189239"], [1702464509, "8189239"], [1702464533, "8189239"], [1702464569, "8189239"], [1702464605, "8189239"], [1702464635, "8189239"], [1702464671, "8189239"], [1702464716, "8189239"], [1702464743, "8189239"], [1702464776, "8189239"], [1702464812, "8189239"], [1702464836, "8189239"], [1702464869, "8189239"], [1702464905, "8189239"], [1702464926, "8189239"], [1702464956, "8189239"], [1702464992, "8189239"], [1702465016, "8189239"], [1702465049, "8189239"], [1702465085, "8189239"], [1702465118, "8189239"], [1702465145, "8189239"], [1702465178, "8189239"], [1702465208, "8189239"], [1702465241, "8189239"], [1702465298, "8189239"], [1702465334, "8189239"], [1702465367, "8189239"], [1702465394, "8189239"], [1702465418, "8189239"], [1702465445, "8189239"], [1702465481, "8189239"], [1702465517, "8189239"], [1702465550, "8189239"], [1702465586, "8189239"], [1702465619, "8189239"], [1702465658, "8189239"], [1702465706, "8189239"], [1702465754, "8189239"], [1702465787, "8189239"], [1702465823, "8189239"], [1702465856, "8189239"], [1702465880, "8189239"], [1702465910, "8189239"], [1702465952, "8189239"], [1702465988, "8189239"], [1702466015, "8189239"], [1702466030, "8189239"], [1702466060, "8189239"], [1702466078, "8189239"], [1702466138, "8189239"], [1702466168, "8189239"], [1702466204, "8189239"], [1702466237, "8189239"], [1702466261, "8189239"], [1702466291, "8189239"], [1702466327, "8189239"], [1702466360, "8189239"], [1702466384, "8189239"], [1702466417, "8189239"], [1702466441, "8189239"], [1702466471, "8189239"], [1702466507, "8189239"], [1702466540, "8189239"], [1702466597, "8189239"], [1702466633, "8189239"], [1702466666, "8189239"], [1702466705, "8189239"], [1702466732, "8189239"], [1702466765, "8189239"], [1702466801, "8189239"], [1702466852, "8189239"], [1702466876, "8189239"], [1702466918, "8189239"], [1702466978, "8189239"], [1702467014, "8189239"], [1702467038, "8189239"], [1702467068, "8189239"], [1702467122, "8189239"], [1702467158, "8189239"], [1702467191, "8189239"], [1702467221, "8189239"], [1702467257, "8189239"], [1702467299, "8189239"], [1702467350, "8189239"], [1702467386, "8189239"], [1702467419, "8189239"], [1702467455, "8189239"], [1702467515, "8189239"], [1702467542, "8189239"], [1702467566, "8189239"], [1702467599, "8189239"], [1702467635, "8189239"], [1702467668, "8189239"], [1702467695, "8189239"], [1702467716, "8189239"], [1702467746, "8189239"], [1702467800, "8189239"], [1702467824, "8189239"], [1702467908, "8189239"], [1702467944, "8189239"], [1702467968, "8189239"], [1702468001, "8189239"], [1702468031, "8189239"], [1702468067, "8189239"], [1702468085, "8189239"], [1702468115, "8189239"], [1702468151, "8189239"], [1702468181, "8189239"], [1702468208, "8189239"], [1702468241, "8189239"], [1702468256, "8189239"], [1702468286, "8189239"], [1702468322, "8189239"], [1702468352, "8189239"], [1702468388, "8189239"], [1702468424, "8189239"], [1702468457, "8189239"], [1702468493, "8189239"], [1702468517, "8189239"], [1702468550, "8189239"], [1702468586, "8189239"], [1702468613, "8189239"], [1702468637, "8189239"], [1702468679, "8189239"], [1702468721, "8189239"], [1702468730, "8189239"], [1702468766, "8189239"], [1702468799, "8189239"], [1702468835, "8189239"], [1702468898, "8189239"], [1702468934, "8189239"], [1702468970, "8189239"], [1702468994, "8189239"], [1702469024, "8189239"], [1702469060, "8189239"], [1702469111, "8189239"], [1702469144, "8189239"], [1702469168, "8189239"], [1702469204, "8189239"], [1702469237, "8189239"], [1702469273, "8189239"], [1702469303, "8189239"], [1702469336, "8189239"], [1702469360, "8189239"], [1702469387, "8189239"], [1702469411, "8189239"], [1702469435, "8189239"], [1702469468, "8189239"], [1702469504, "8189239"], [1702469537, "8189239"], [1702469573, "8189239"], [1702469606, "8189239"], [1702469633, "8189239"], [1702469660, "8189239"], [1702469684, "8189239"], [1702469717, "8189239"], [1702469753, "8189239"], [1702469786, "8189239"], [1702469816, "8189239"], [1702469834, "8189239"], [1702469864, "8189239"], [1702469906, "8189239"], [1702469936, "8189239"], [1702469972, "8189239"], [1702470005, "8189239"], [1702470029, "8189239"], [1702470065, "8189239"], [1702470101, "8189239"], [1702470131, "8189239"], [1702470167, "8189239"], [1702470203, "8189239"], [1702470251, "8189239"], [1702470278, "8189239"], [1702470311, "8189239"], [1702470347, "8189239"], [1702470371, "8189239"], [1702470404, "8189239"], [1702470440, "8189239"], [1702470476, "8189239"], [1702470506, "8189239"], [1702470542, "8189239"], [1702470575, "8189239"], [1702470611, "8189239"], [1702470635, "8189239"], [1702470662, "8189239"], [1702470686, "8189239"], [1702470719, "8189239"], [1702470746, "8189239"], [1702470812, "8189239"], [1702470845, "8189239"], [1702470875, "8189239"], [1702470899, "8189239"], [1702470953, "8189239"], [1702470983, "8189239"], [1702471025, "8189239"], [1702471067, "8189239"], [1702471169, "8189239"], [1702471193, "8189239"], [1702471226, "8189239"], [1702471265, "8189239"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "8189239"], [1702462793, "8189239"], [1702462808, "8189239"], [1702462829, "8189239"], [1702462844, "8189239"], [1702462865, "8189239"], [1702462880, "8189239"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "37514553"], [1702462721, "40023926"], [1702462736, "42479119"], [1702462751, "45509542"], [1702462763, "47763990"], [1702462793, "52133593"], [1702462808, "53606546"], [1702462829, "54330461"], [1702462844, "57260258"], [1702462865, "59757323"], [1702462880, "60468440"], [1702462904, "65086452"], [1702462919, "65857773"], [1702462952, "69530602"], [1702462973, "70380887"], [1702462988, "72211746"], [1702463045, "100506881"], [1702463081, "107591472"], [1702463114, "114208333"], [1702463150, "116974966"], [1702463186, "131953274"], [1702463216, "140332924"], [1702463240, "147059537"], [1702463273, "150388486"], [1702463324, "160728588"], [1702463354, "166950102"], [1702463381, "174200334"], [1702463417, "184935926"], [1702463453, "194257621"], [1702463477, "201064194"], [1702463510, "206577338"], [1702463537, "210695348"], [1702463570, "215987404"], [1702463591, "219610039"], [1702463621, "225959460"], [1702463657, "229706088"], [1702463693, "235773074"], [1702463729, "244851824"], [1702463765, "253875122"], [1702463798, "263958900"], [1702463846, "273803963"], [1702463873, "279960431"], [1702463906, "286171654"], [1702463948, "294048165"], [1702463984, "295293667"], [1702464014, "299684236"], [1702464050, "303150423"], [1702464086, "311704447"], [1702464122, "319967933"], [1702464155, "328463565"], [1702464194, "337810489"], [1702464230, "345395152"], [1702464263, "356830778"], [1702464299, "367403470"], [1702464332, "378469350"], [1702464356, "386192231"], [1702464392, "391709106"], [1702464425, "399732330"], [1702464455, "407928905"], [1702464479, "417015218"], [1702464509, "443204139"], [1702464533, "453981418"], [1702464569, "467744157"], [1702464605, "473399359"], [1702464635, "477815285"], [1702464671, "485003768"], [1702464716, "495288903"], [1702464743, "507586772"], [1702464776, "512665173"], [1702464812, "520078557"], [1702464836, "526553841"], [1702464869, "539566882"], [1702464905, "550105721"], [1702464926, "558904003"], [1702464956, "563582750"], [1702464992, "571694686"], [1702465016, "575771671"], [1702465049, "578976719"], [1702465085, "602274157"], [1702465118, "606370739"], [1702465145, "616802925"], [1702465178, "622389964"], [1702465208, "628703975"], [1702465241, "634162960"], [1702465298, "647201862"], [1702465334, "654802986"], [1702465367, "661997640"], [1702465394, "667145571"], [1702465418, "676405912"], [1702465445, "678650814"], [1702465481, "685579334"], [1702465517, "692929655"], [1702465550, "700893765"], [1702465586, "712091279"], [1702465619, "718673635"], [1702465658, "731350399"], [1702465706, "739305396"], [1702465754, "748861406"], [1702465787, "759336180"], [1702465823, "768290525"], [1702465856, "776594857"], [1702465880, "781386161"], [1702465910, "784005906"], [1702465952, "792518165"], [1702465988, "800740828"], [1702466015, "810790966"], [1702466030, "812539985"], [1702466060, "817344125"], [1702466078, "822247069"], [1702466138, "835076564"], [1702466168, "844260841"], [1702466204, "852422392"], [1702466237, "865053095"], [1702466261, "874262274"], [1702466291, "877980843"], [1702466327, "884585634"], [1702466360, "916355394"], [1702466384, "922566218"], [1702466417, "932893901"], [1702466441, "943668306"], [1702466471, "950060034"], [1702466507, "960149691"], [1702466540, "967176772"], [1702466597, "979864395"], [1702466633, "986338733"], [1702466666, "994570579"], [1702466705, "1010439781"], [1702466732, "1020503882"], [1702466765, "1029513288"], [1702466801, "1038394377"], [1702466852, "1057018938"], [1702466876, "1059450780"], [1702466918, "1067680974"], [1702466978, "1080204182"], [1702467014, "1170656629"], [1702467038, "1181113236"], [1702467068, "1190173235"], [1702467122, "1209263243"], [1702467158, "1222606392"], [1702467191, "1228739841"], [1702467221, "1241723577"], [1702467257, "1249571212"], [1702467299, "1254125609"], [1702467350, "1266020810"], [1702467386, "1272573393"], [1702467419, "1279682515"], [1702467455, "1292715100"], [1702467515, "1321681760"], [1702467542, "1333559502"], [1702467566, "1353158580"], [1702467599, "1361336899"], [1702467635, "1369807107"], [1702467668, "1372280153"], [1702467695, "1375260949"], [1702467716, "1381950638"], [1702467746, "1389100368"], [1702467800, "1407078078"], [1702467824, "1415217872"], [1702467908, "1445577624"], [1702467944, "1450633535"], [1702467968, "1457108007"], [1702468001, "1463831256"], [1702468031, "1469699647"], [1702468067, "1477496527"], [1702468085, "1486403779"], [1702468115, "1493907292"], [1702468151, "1508546370"], [1702468181, "1523236267"], [1702468208, "1529551561"], [1702468241, "1544741869"], [1702468256, "1556003275"], [1702468286, "1567140644"], [1702468322, "1577219339"], [1702468352, "1593376054"], [1702468388, "1605767820"], [1702468424, "1612425150"], [1702468457, "1620069545"], [1702468493, "1626934320"], [1702468517, "1644842525"], [1702468550, "1651375900"], [1702468586, "1669414757"], [1702468613, "1697436917"], [1702468637, "1702936547"], [1702468679, "1735947937"], [1702468721, "1742840595"], [1702468730, "1748466975"], [1702468766, "1750928050"], [1702468799, "1759988964"], [1702468835, "1768326087"], [1702468898, "1785305633"], [1702468934, "1805955853"], [1702468970, "1816960123"], [1702468994, "1826995157"], [1702469024, "1839455931"], [1702469060, "1854411603"], [1702469111, "1876051638"], [1702469144, "1881218461"], [1702469168, "1886018794"], [1702469204, "1891517796"], [1702469237, "1899187181"], [1702469273, "1913484054"], [1702469303, "1931053305"], [1702469336, "1948312426"], [1702469360, "1961154931"], [1702469387, "1966830765"], [1702469411, "1977073103"], [1702469435, "1984225270"], [1702469468, "1993793139"], [1702469504, "2001431567"], [1702469537, "2007376320"], [1702469573, "2017009283"], [1702469606, "2024393771"], [1702469633, "2031081849"], [1702469660, "2038560470"], [1702469684, "2054698045"], [1702469717, "2058957200"], [1702469753, "2084034426"], [1702469786, "2094848254"], [1702469816, "2099760866"], [1702469834, "2112551865"], [1702469864, "2114489275"], [1702469906, "2125499249"], [1702469936, "2129713270"], [1702469972, "2135212069"], [1702470005, "2143020961"], [1702470029, "2144721403"], [1702470065, "2153861987"], [1702470101, "2165016621"], [1702470131, "2186269434"], [1702470167, "2207305886"], [1702470203, "2227427886"], [1702470251, "2249218946"], [1702470278, "2252172281"], [1702470311, "2260475791"], [1702470347, "2269464251"], [1702470371, "2274824555"], [1702470404, "2283991568"], [1702470440, "2287980898"], [1702470476, "2296183135"], [1702470506, "2306658969"], [1702470542, "2318602545"], [1702470575, "2332552652"], [1702470611, "2345514772"], [1702470635, "2355396645"], [1702470662, "2364860513"], [1702470686, "2381985562"], [1702470719, "2389274483"], [1702470746, "2400582372"], [1702470812, "2417440480"], [1702470845, "2424606031"], [1702470875, "2434015679"], [1702470899, "2446097833"], [1702470953, "2454757495"], [1702470983, "2463811163"], [1702471025, "2474840206"], [1702471067, "2497814805"], [1702471169, "2514495624"], [1702471193, "2522251462"], [1702471226, "2534970973"], [1702471265, "2543570274"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "13633396"], [1702462721, "14272852"], [1702462736, "14441296"], [1702462751, "14441296"], [1702462763, "14441296"], [1702462793, "15278301"], [1702462808, "15443626"], [1702462829, "16314828"], [1702462844, "17108700"], [1702462865, "17706732"], [1702462880, "17843493"], [1702462904, "18729555"], [1702462919, "18729555"], [1702462952, "19097133"], [1702462973, "19316153"], [1702462988, "19316153"], [1702463045, "24169718"], [1702463081, "27370038"], [1702463114, "39386112"], [1702463150, "43603801"], [1702463186, "44691489"], [1702463216, "46739770"], [1702463240, "50153752"], [1702463273, "52063137"], [1702463324, "52301756"], [1702463354, "52555613"], [1702463381, "52555613"], [1702463417, "54576762"], [1702463453, "55051661"], [1702463477, "55479034"], [1702463510, "56829681"], [1702463537, "59710593"], [1702463570, "59827965"], [1702463591, "61157437"], [1702463621, "61854393"], [1702463657, "63288541"], [1702463693, "64319700"], [1702463729, "65743712"], [1702463765, "66722655"], [1702463798, "68126803"], [1702463846, "71634523"], [1702463873, "73009679"], [1702463906, "74062069"], [1702463948, "76540447"], [1702463984, "76540447"], [1702464014, "78468240"], [1702464050, "79500785"], [1702464086, "80592094"], [1702464122, "82738388"], [1702464155, "84492666"], [1702464194, "87346879"], [1702464230, "89548833"], [1702464263, "92692333"], [1702464299, "95996123"], [1702464332, "98338391"], [1702464356, "99185953"], [1702464392, "100804028"], [1702464425, "102015325"], [1702464455, "104089666"], [1702464479, "107868145"], [1702464509, "109954386"], [1702464533, "111471781"], [1702464569, "112862062"], [1702464605, "114909403"], [1702464635, "117725997"], [1702464671, "121604641"], [1702464716, "123909273"], [1702464743, "124691324"], [1702464776, "138640222"], [1702464812, "140008268"], [1702464836, "141132263"], [1702464869, "141510989"], [1702464905, "144017983"], [1702464926, "144017983"], [1702464956, "145862184"], [1702464992, "147212354"], [1702465016, "148003569"], [1702465049, "148913915"], [1702465085, "152975160"], [1702465118, "154689385"], [1702465145, "155346640"], [1702465178, "155689874"], [1702465208, "159334222"], [1702465241, "162541135"], [1702465298, "165140861"], [1702465334, "165373434"], [1702465367, "165657276"], [1702465394, "166254999"], [1702465418, "168879874"], [1702465445, "169106259"], [1702465481, "170374408"], [1702465517, "173622757"], [1702465550, "175072866"], [1702465586, "178166608"], [1702465619, "179532026"], [1702465658, "181902035"], [1702465706, "182901691"], [1702465754, "187130971"], [1702465787, "188030734"], [1702465823, "189677937"], [1702465856, "190149267"], [1702465880, "191158990"], [1702465910, "192790842"], [1702465952, "193886143"], [1702465988, "196514912"], [1702466015, "198187617"], [1702466030, "201620388"], [1702466060, "203239485"], [1702466078, "203924103"], [1702466138, "207584012"], [1702466168, "211011422"], [1702466204, "211420279"], [1702466237, "213514619"], [1702466261, "213776540"], [1702466291, "215863740"], [1702466327, "218595263"], [1702466360, "220894886"], [1702466384, "222157538"], [1702466417, "223217462"], [1702466441, "224980225"], [1702466471, "224980225"], [1702466507, "227459933"], [1702466540, "228128119"], [1702466597, "231060544"], [1702466633, "232643606"], [1702466666, "234688267"], [1702466705, "239262440"], [1702466732, "246615856"], [1702466765, "248718275"], [1702466801, "250745960"], [1702466852, "252873277"], [1702466876, "253517254"], [1702466918, "255218495"], [1702466978, "280631385"], [1702467014, "284890823"], [1702467038, "287108818"], [1702467068, "288039078"], [1702467122, "291930124"], [1702467158, "293299561"], [1702467191, "299882462"], [1702467221, "301053995"], [1702467257, "303487798"], [1702467299, "306727972"], [1702467350, "309894936"], [1702467386, "310221151"], [1702467419, "313549622"], [1702467455, "314345960"], [1702467515, "318318193"], [1702467542, "323699558"], [1702467566, "329310252"], [1702467599, "331753841"], [1702467635, "333179647"], [1702467668, "335395444"], [1702467695, "336760350"], [1702467716, "338058476"], [1702467746, "338491049"], [1702467800, "341095504"], [1702467824, "342498372"], [1702467908, "350657603"], [1702467944, "352551847"], [1702467968, "355592244"], [1702468001, "357895897"], [1702468031, "359784341"], [1702468067, "361036005"], [1702468085, "362690398"], [1702468115, "363549893"], [1702468151, "365783447"], [1702468181, "369420393"], [1702468208, "371281978"], [1702468241, "375682314"], [1702468256, "376537944"], [1702468286, "376663206"], [1702468322, "379208295"], [1702468352, "382555427"], [1702468388, "384738737"], [1702468424, "386140788"], [1702468457, "388073887"], [1702468493, "388912208"], [1702468517, "392512728"], [1702468550, "393519723"], [1702468586, "398964707"], [1702468613, "406128284"], [1702468637, "408014232"], [1702468679, "411815673"], [1702468721, "414166886"], [1702468730, "416779166"], [1702468766, "419661973"], [1702468799, "421832103"], [1702468835, "424148088"], [1702468898, "425413207"], [1702468934, "432471695"], [1702468970, "433638355"], [1702468994, "434952639"], [1702469024, "438163335"], [1702469060, "443129636"], [1702469111, "445825921"], [1702469144, "448376484"], [1702469168, "450723223"], [1702469204, "454219250"], [1702469237, "457956410"], [1702469273, "460780521"], [1702469303, "467393580"], [1702469336, "474075905"], [1702469360, "476950547"], [1702469387, "478659450"], [1702469411, "480926509"], [1702469435, "481948882"], [1702469468, "484715151"], [1702469504, "486411680"], [1702469537, "487878219"], [1702469573, "489658277"], [1702469606, "492122971"], [1702469633, "493992680"], [1702469660, "497690649"], [1702469684, "501181491"], [1702469717, "502245734"], [1702469753, "503872209"], [1702469786, "504177488"], [1702469816, "506846658"], [1702469834, "506846658"], [1702469864, "507196736"], [1702469906, "509889070"], [1702469936, "512268558"], [1702469972, "515036288"], [1702470005, "518431050"], [1702470029, "520132391"], [1702470065, "522710085"], [1702470101, "526155191"], [1702470131, "530165779"], [1702470167, "538109400"], [1702470203, "545633701"], [1702470251, "552562167"], [1702470278, "554487019"], [1702470311, "556227909"], [1702470347, "559026007"], [1702470371, "560053274"], [1702470404, "561816878"], [1702470440, "564258776"], [1702470476, "569297045"], [1702470506, "571045718"], [1702470542, "573857499"], [1702470575, "579686062"], [1702470611, "582517836"], [1702470635, "585011448"], [1702470662, "585408070"], [1702470686, "586151105"], [1702470719, "587115324"], [1702470746, "592857606"], [1702470812, "594391107"], [1702470845, "595680987"], [1702470875, "664546550"], [1702470899, "666188648"], [1702470953, "666457682"], [1702470983, "667174792"], [1702471025, "668484106"], [1702471067, "670204277"], [1702471169, "675248487"], [1702471193, "675347870"], [1702471226, "679657742"], [1702471265, "680392095"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "49837902"], [1702462721, "49837902"], [1702462736, "49837902"], [1702462751, "49945239"], [1702462763, "49945239"], [1702462793, "49945239"], [1702462808, "49945239"], [1702462829, "50923384"], [1702462844, "51449362"], [1702462865, "51449362"], [1702462880, "51449362"], [1702462904, "64925856"], [1702462919, "66523657"], [1702462952, "70291016"], [1702462973, "71267312"], [1702462988, "87066644"], [1702463045, "94246759"], [1702463081, "98629252"], [1702463114, "104886179"], [1702463150, "111849454"], [1702463186, "114184111"], [1702463216, "119682272"], [1702463240, "121907733"], [1702463273, "127348694"], [1702463324, "130302022"], [1702463354, "137874884"], [1702463381, "166285118"], [1702463417, "175969860"], [1702463453, "188529006"], [1702463477, "191739406"], [1702463510, "196814330"], [1702463537, "201516518"], [1702463570, "203176272"], [1702463591, "206993423"], [1702463621, "276665848"], [1702463657, "281921342"], [1702463693, "286470720"], [1702463729, "298063004"], [1702463765, "306026417"], [1702463798, "314892026"], [1702463846, "335847966"], [1702463873, "336327574"], [1702463906, "342568141"], [1702463948, "344565622"], [1702463984, "352448597"], [1702464014, "356030592"], [1702464050, "361462418"], [1702464086, "367901022"], [1702464122, "386848563"], [1702464155, "398322001"], [1702464194, "408985460"], [1702464230, "417257353"], [1702464263, "427718027"], [1702464299, "433829920"], [1702464332, "439815258"], [1702464356, "444567407"], [1702464392, "449119334"], [1702464425, "458084447"], [1702464455, "464185636"], [1702464479, "471542112"], [1702464509, "480679908"], [1702464533, "483326879"], [1702464569, "499067826"], [1702464605, "507644159"], [1702464635, "514458009"], [1702464671, "522810054"], [1702464716, "527928385"], [1702464743, "536879397"], [1702464776, "543125790"], [1702464812, "549135089"], [1702464836, "559126130"], [1702464869, "568889417"], [1702464905, "577259674"], [1702464926, "619261074"], [1702464956, "626259620"], [1702464992, "637034351"], [1702465016, "646016012"], [1702465049, "650945727"], [1702465085, "660571194"], [1702465118, "663907598"], [1702465145, "671594029"], [1702465178, "682013017"], [1702465208, "683901209"], [1702465241, "688497813"], [1702465298, "696440559"], [1702465334, "701655587"], [1702465367, "711080384"], [1702465394, "711601855"], [1702465418, "719889571"], [1702465445, "726478235"], [1702465481, "732629313"], [1702465517, "738511439"], [1702465550, "743915519"], [1702465586, "756169386"], [1702465619, "760563298"], [1702465658, "768565243"], [1702465706, "775512102"], [1702465754, "789810619"], [1702465787, "795380241"], [1702465823, "800882263"], [1702465856, "807529059"], [1702465880, "814758756"], [1702465910, "846143393"], [1702465952, "853608243"], [1702465988, "863531564"], [1702466015, "868444473"], [1702466030, "874483889"], [1702466060, "876453755"], [1702466078, "881527169"], [1702466138, "899004477"], [1702466168, "911877445"], [1702466204, "921676229"], [1702466237, "926698731"], [1702466261, "933197324"], [1702466291, "937373307"], [1702466327, "947389365"], [1702466360, "957146275"], [1702466384, "962409294"], [1702466417, "967939676"], [1702466441, "973954054"], [1702466471, "976399153"], [1702466507, "997350943"], [1702466540, "1005650887"], [1702466597, "1020373921"], [1702466633, "1023246830"], [1702466666, "1063574881"], [1702466705, "1076449854"], [1702466732, "1091410621"], [1702466765, "1101576717"], [1702466801, "1113308909"], [1702466852, "1124411151"], [1702466876, "1136537356"], [1702466918, "1143926762"], [1702466978, "1164184092"], [1702467014, "1198228362"], [1702467038, "1201942490"], [1702467068, "1207737638"], [1702467122, "1217982495"], [1702467158, "1222890786"], [1702467191, "1232025934"], [1702467221, "1252750256"], [1702467257, "1261934186"], [1702467299, "1271397479"], [1702467350, "1280367306"], [1702467386, "1290943627"], [1702467419, "1298909516"], [1702467455, "1310115783"], [1702467515, "1350274402"], [1702467542, "1361450157"], [1702467566, "1370887614"], [1702467599, "1377739649"], [1702467635, "1391161565"], [1702467668, "1400042548"], [1702467695, "1404782328"], [1702467716, "1411525724"], [1702467746, "1418627320"], [1702467800, "1471723234"], [1702467824, "1483861793"], [1702467908, "1510773006"], [1702467944, "1526443977"], [1702467968, "1534366396"], [1702468001, "1539037598"], [1702468031, "1545289207"], [1702468067, "1555054948"], [1702468085, "1566417410"], [1702468115, "1578748892"], [1702468151, "1584425740"], [1702468181, "1592931282"], [1702468208, "1601733274"], [1702468241, "1627974524"], [1702468256, "1637357425"], [1702468286, "1643309449"], [1702468322, "1659401953"], [1702468352, "1676692459"], [1702468388, "1689219645"], [1702468424, "1692912906"], [1702468457, "1701832169"], [1702468493, "1721683610"], [1702468517, "1737913281"], [1702468550, "1740482138"], [1702468586, "1763172643"], [1702468613, "1782600175"], [1702468637, "1789084826"], [1702468679, "1805685329"], [1702468721, "1818086578"], [1702468730, "1828339175"], [1702468766, "1833692351"], [1702468799, "1843789419"], [1702468835, "1854355904"], [1702468898, "1871129178"], [1702468934, "1897709392"], [1702468970, "1917200909"], [1702468994, "1930927116"], [1702469024, "1936771741"], [1702469060, "1942996517"], [1702469111, "1957136743"], [1702469144, "1969345944"], [1702469168, "1975892033"], [1702469204, "1989756767"], [1702469237, "1999904550"], [1702469273, "2008958525"], [1702469303, "2029990553"], [1702469336, "2043798364"], [1702469360, "2063105747"], [1702469387, "2071041491"], [1702469411, "2077682754"], [1702469435, "2087621302"], [1702469468, "2094646234"], [1702469504, "2110665811"], [1702469537, "2121925645"], [1702469573, "2126885947"], [1702469606, "2133468080"], [1702469633, "2138120398"], [1702469660, "2151103169"], [1702469684, "2158380779"], [1702469717, "2165670546"], [1702469753, "2187342398"], [1702469786, "2202569779"], [1702469816, "2208417079"], [1702469834, "2213621238"], [1702469864, "2223776104"], [1702469906, "2232879707"], [1702469936, "2243009677"], [1702469972, "2252426080"], [1702470005, "2256013033"], [1702470029, "2262603840"], [1702470065, "2272785246"], [1702470101, "2281414919"], [1702470131, "2304336473"], [1702470167, "2321202295"], [1702470203, "2338419898"], [1702470251, "2348886924"], [1702470278, "2357410744"], [1702470311, "2372854201"], [1702470347, "2380150846"], [1702470371, "2385049513"], [1702470404, "2389814315"], [1702470440, "2400563649"], [1702470476, "2411986532"], [1702470506, "2421974043"], [1702470542, "2437974325"], [1702470575, "2442384162"], [1702470611, "2460331965"], [1702470635, "2476262766"], [1702470662, "2481772305"], [1702470686, "2490503768"], [1702470719, "2493150725"], [1702470746, "2501438505"], [1702470812, "2518639931"], [1702470845, "2524125780"], [1702470875, "2529740128"], [1702470899, "2533367085"], [1702470953, "2542940328"], [1702470983, "2553225169"], [1702471025, "2557767474"], [1702471067, "2566555577"], [1702471169, "2592315824"], [1702471193, "2604553985"], [1702471226, "2614154215"], [1702471265, "2624850552"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "34255862"], [1702462721, "34645620"], [1702462736, "38596738"], [1702462751, "41044779"], [1702462763, "43688376"], [1702462793, "48128247"], [1702462808, "48473392"], [1702462829, "49393626"], [1702462844, "55870472"], [1702462865, "61293090"], [1702462880, "65147948"], [1702462904, "75539404"], [1702462919, "77554452"], [1702462952, "83351902"], [1702462973, "86332136"], [1702462988, "91558511"], [1702463045, "97792815"], [1702463081, "103359080"], [1702463114, "105330143"], [1702463150, "109114568"], [1702463186, "116415485"], [1702463216, "119655834"], [1702463240, "121677597"], [1702463273, "123202799"], [1702463324, "131944799"], [1702463354, "138189554"], [1702463381, "139630738"], [1702463417, "143436868"], [1702463453, "147087039"], [1702463477, "150880795"], [1702463510, "153993808"], [1702463537, "158948580"], [1702463570, "163500548"], [1702463591, "165748852"], [1702463621, "165748852"], [1702463657, "168558223"], [1702463693, "170666740"], [1702463729, "173716583"], [1702463765, "196731772"], [1702463798, "200267141"], [1702463846, "206475027"], [1702463873, "208853360"], [1702463906, "215499945"], [1702463948, "222733929"], [1702463984, "229131426"], [1702464014, "233101452"], [1702464050, "237070399"], [1702464086, "245778632"], [1702464122, "253155354"], [1702464155, "262969375"], [1702464194, "267277697"], [1702464230, "269415006"], [1702464263, "274544333"], [1702464299, "278834346"], [1702464332, "285134674"], [1702464356, "285770884"], [1702464392, "290407731"], [1702464425, "295005347"], [1702464455, "300530474"], [1702464479, "301733013"], [1702464509, "308881558"], [1702464533, "313947083"], [1702464569, "329961608"], [1702464605, "331876680"], [1702464635, "344701557"], [1702464671, "346379088"], [1702464716, "351785517"], [1702464743, "353638412"], [1702464776, "354889988"], [1702464812, "511844858"], [1702464836, "518921054"], [1702464869, "522542433"], [1702464905, "529056548"], [1702464926, "535141002"], [1702464956, "544527176"], [1702464992, "569298098"], [1702465016, "577905618"], [1702465049, "580227520"], [1702465085, "587546991"], [1702465118, "593313392"], [1702465145, "606559030"], [1702465178, "615016181"], [1702465208, "618720872"], [1702465241, "622496169"], [1702465298, "632313791"], [1702465334, "634887709"], [1702465367, "637771279"], [1702465394, "642940995"], [1702465418, "651730710"], [1702465445, "654867953"], [1702465481, "659941878"], [1702465517, "669023619"], [1702465550, "681212389"], [1702465586, "688386841"], [1702465619, "691882932"], [1702465658, "705436797"], [1702465706, "714912499"], [1702465754, "719014957"], [1702465787, "723173203"], [1702465823, "730329680"], [1702465856, "741656247"], [1702465880, "749298614"], [1702465910, "755905532"], [1702465952, "758504546"], [1702465988, "764166603"], [1702466015, "769663216"], [1702466030, "774177150"], [1702466060, "790782207"], [1702466078, "796203766"], [1702466138, "804441594"], [1702466168, "810623860"], [1702466204, "814538006"], [1702466237, "823163337"], [1702466261, "825521383"], [1702466291, "827675513"], [1702466327, "833333545"], [1702466360, "836339254"], [1702466384, "847002335"], [1702466417, "864407547"], [1702466441, "877524400"], [1702466471, "882491970"], [1702466507, "886334796"], [1702466540, "893943836"], [1702466597, "904264487"], [1702466633, "908980001"], [1702466666, "918466034"], [1702466705, "921414180"], [1702466732, "938017000"], [1702466765, "940784044"], [1702466801, "948954554"], [1702466852, "955716344"], [1702466876, "966563219"], [1702466918, "971307544"], [1702466978, "983156869"], [1702467014, "985463717"], [1702467038, "991467840"], [1702467068, "1001109207"], [1702467122, "1015710036"], [1702467158, "1028368214"], [1702467191, "1051987682"], [1702467221, "1060192429"], [1702467257, "1062088762"], [1702467299, "1067964144"], [1702467350, "1073227631"], [1702467386, "1079820130"], [1702467419, "1087758812"], [1702467455, "1096068990"], [1702467515, "1112049451"], [1702467542, "1125079159"], [1702467566, "1137553748"], [1702467599, "1142318163"], [1702467635, "1147962724"], [1702467668, "1150907549"], [1702467695, "1154856005"], [1702467716, "1158093364"], [1702467746, "1162164659"], [1702467800, "1200694952"], [1702467824, "1210567532"], [1702467908, "1275629299"], [1702467944, "1284035011"], [1702467968, "1292985355"], [1702468001, "1294268725"], [1702468031, "1300028361"], [1702468067, "1303999939"], [1702468085, "1308385389"], [1702468115, "1312001895"], [1702468151, "1318149811"], [1702468181, "1336309234"], [1702468208, "1344575574"], [1702468241, "1365420932"], [1702468256, "1375608169"], [1702468286, "1384513855"], [1702468322, "1389485717"], [1702468352, "1399410846"], [1702468388, "1404938953"], [1702468424, "1411610908"], [1702468457, "1426580280"], [1702468493, "1435953378"], [1702468517, "1449937686"], [1702468550, "1454486203"], [1702468586, "1462430321"], [1702468613, "1468240523"], [1702468637, "1476447093"], [1702468679, "1492821152"], [1702468721, "1499740202"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "465256"], [1702462721, "465256"], [1702462736, "1573023"], [1702462751, "1573023"], [1702462763, "1573023"], [1702462793, "1573023"], [1702462808, "1573023"], [1702462829, "2254729"], [1702462844, "2605127"], [1702462865, "2941335"], [1702462880, "2941335"], [1702462904, "2941335"], [1702462919, "2941335"], [1702462952, "3313882"], [1702462973, "3313882"], [1702462988, "3740493"], [1702463045, "3740493"], [1702463081, "4710185"], [1702463114, "4813748"], [1702463150, "4813748"], [1702463186, "4813748"], [1702463216, "4813748"], [1702463240, "4867073"], [1702463273, "4867073"], [1702463324, "5275643"], [1702463354, "5711747"], [1702463381, "5711747"], [1702463417, "6357449"], [1702463453, "6770933"], [1702463477, "6770933"], [1702463510, "7077766"], [1702463537, "10431413"], [1702463570, "10431413"], [1702463591, "10431413"], [1702463621, "10431413"], [1702463657, "11398671"], [1702463693, "11589514"], [1702463729, "12021119"], [1702463765, "12101287"], [1702463798, "12470417"], [1702463846, "12801029"], [1702463873, "13333064"], [1702463906, "13333064"], [1702463948, "13735356"], [1702463984, "13735356"], [1702464014, "14133886"], [1702464050, "14133886"], [1702464086, "14133886"], [1702464122, "14133886"], [1702464155, "14133886"], [1702464194, "14965646"], [1702464230, "14965646"], [1702464263, "15435338"], [1702464299, "15435338"], [1702464332, "15694800"], [1702464356, "15694800"], [1702464392, "15694800"], [1702464425, "15694800"], [1702464455, "16231059"], [1702464479, "16231059"], [1702464509, "16231059"], [1702464533, "16231059"], [1702464569, "16231059"], [1702464605, "16545318"], [1702464635, "16545318"], [1702464671, "16545318"], [1702464716, "16825571"], [1702464743, "16825571"], [1702464776, "16926434"], [1702464812, "17210770"], [1702464836, "17210770"], [1702464869, "17210770"], [1702464905, "17210770"], [1702464926, "17210770"], [1702464956, "17210770"], [1702464992, "17210770"], [1702465016, "17210770"], [1702465049, "17365727"], [1702465085, "17674637"], [1702465118, "17977453"], [1702465145, "17977453"], [1702465178, "17977453"], [1702465208, "17977453"], [1702465241, "17977453"], [1702465298, "18335428"], [1702465334, "18669782"], [1702465367, "18669782"], [1702465394, "18669782"], [1702465418, "18669782"], [1702465445, "19040409"], [1702465481, "19040409"], [1702465517, "19345609"], [1702465550, "19345609"], [1702465586, "19345609"], [1702465619, "19345609"], [1702465658, "19345609"], [1702465706, "19434118"], [1702465754, "19750095"], [1702465787, "19750095"], [1702465823, "20046609"], [1702465856, "20046609"], [1702465880, "20046609"], [1702465910, "20348675"], [1702465952, "20348675"], [1702465988, "20881188"], [1702466015, "20881188"], [1702466030, "20881188"], [1702466060, "21198419"], [1702466078, "21198419"], [1702466138, "21198419"], [1702466168, "21198419"], [1702466204, "21198419"], [1702466237, "21581037"], [1702466261, "21581037"], [1702466291, "21581037"], [1702466327, "21581037"], [1702466360, "21581037"], [1702466384, "21581037"], [1702466417, "21581037"], [1702466441, "21581037"], [1702466471, "21581037"], [1702466507, "21581037"], [1702466540, "21581037"], [1702466597, "21858195"], [1702466633, "21858195"], [1702466666, "21858195"], [1702466705, "21858195"], [1702466732, "22555492"], [1702466765, "22555492"], [1702466801, "22555492"], [1702466852, "22862080"], [1702466876, "22862080"], [1702466918, "23239704"], [1702466978, "23667875"], [1702467014, "23667875"], [1702467038, "23667875"], [1702467068, "23667875"], [1702467122, "23667875"], [1702467158, "23667875"], [1702467191, "23667875"], [1702467221, "23667875"], [1702467257, "24358840"], [1702467299, "24358840"], [1702467350, "24358840"], [1702467386, "24821086"], [1702467419, "24821086"], [1702467455, "25104287"], [1702467515, "25899601"], [1702467542, "26190809"], [1702467566, "26190809"], [1702467599, "26190809"], [1702467635, "26190809"], [1702467668, "26190809"], [1702467695, "26190809"], [1702467716, "26190809"], [1702467746, "26811855"], [1702467800, "26811855"], [1702467824, "26811855"], [1702467908, "26811855"], [1702467944, "26811855"], [1702467968, "27439167"], [1702468001, "27439167"], [1702468031, "27439167"], [1702468067, "27762124"], [1702468085, "27762124"], [1702468115, "27762124"], [1702468151, "28183488"], [1702468181, "29130571"], [1702468208, "29524669"], [1702468241, "29524669"], [1702468256, "29524669"], [1702468286, "29524669"], [1702468322, "29524669"], [1702468352, "29764223"], [1702468388, "30076195"], [1702468424, "30173371"], [1702468457, "30652004"], [1702468493, "31018688"], [1702468517, "31018688"], [1702468550, "31018688"], [1702468586, "31018688"], [1702468613, "31018688"], [1702468637, "31841843"], [1702468679, "31841843"], [1702468721, "31841843"], [1702468730, "31841843"], [1702468766, "31841843"], [1702468799, "31841843"], [1702468835, "31912983"], [1702468898, "32195223"], [1702468934, "32195223"], [1702468970, "32195223"], [1702468994, "32195223"], [1702469024, "32195223"], [1702469060, "32195223"], [1702469111, "32195223"], [1702469144, "32195223"], [1702469168, "32195223"], [1702469204, "32195223"], [1702469237, "34132616"], [1702469273, "34132616"], [1702469303, "34229203"], [1702469336, "34229203"], [1702469360, "34229203"], [1702469387, "34229203"], [1702469411, "34229203"], [1702469435, "34385395"], [1702469468, "34385395"], [1702469504, "34385395"], [1702469537, "34385395"], [1702469573, "34713634"], [1702469606, "34713634"], [1702469633, "34713634"], [1702469660, "34713634"], [1702469684, "34713634"], [1702469717, "34713634"], [1702469753, "34713634"], [1702469786, "34713634"], [1702469816, "35201555"], [1702469834, "35201555"], [1702469864, "35201555"], [1702469906, "35201555"], [1702469936, "35201555"], [1702469972, "35201555"], [1702470005, "35201555"], [1702470029, "35201555"], [1702470065, "35201555"], [1702470101, "35201555"], [1702470131, "35201555"], [1702470167, "36203125"], [1702470203, "36203125"], [1702470251, "36203125"], [1702470278, "36203125"], [1702470311, "36203125"], [1702470347, "36203125"], [1702470371, "36203125"], [1702470404, "36319211"], [1702470440, "36319211"], [1702470476, "36609579"], [1702470506, "36938063"], [1702470542, "36938063"], [1702470575, "37543282"], [1702470611, "37543282"], [1702470635, "37543282"], [1702470662, "37543282"], [1702470686, "37543282"], [1702470719, "37543282"], [1702470746, "37543282"], [1702470812, "38084902"], [1702470845, "38084902"], [1702470875, "38084902"], [1702470899, "38084902"], [1702470953, "38084902"], [1702470983, "38084902"], [1702471025, "38084902"], [1702471067, "38468374"], [1702471169, "38468374"], [1702471193, "38468374"], [1702471226, "38468374"], [1702471265, "38468374"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "2094537533"], [1702462721, "2200305263"], [1702462736, "2274205293"], [1702462751, "2315399849"], [1702462763, "2586287780"], [1702462793, "2636042783"], [1702462808, "2710722149"], [1702462829, "2785820236"], [1702462844, "2898280836"], [1702462865, "2970542539"], [1702462880, "3074292736"], [1702462904, "3247225217"], [1702462919, "3290919941"], [1702462952, "3555612516"], [1702462973, "3650386795"], [1702462988, "3805314349"], [1702463045, "4122448134"], [1702463081, "4358678933"], [1702463114, "4518593760"], [1702463150, "4741912355"], [1702463186, "4946284234"], [1702463216, "5147581954"], [1702463240, "5303454266"], [1702463273, "5401716610"], [1702463324, "5941225619"], [1702463354, "6183643759"], [1702463381, "6382426333"], [1702463417, "6631869895"], [1702463453, "6861202248"], [1702463477, "7092395590"], [1702463510, "7381253501"], [1702463537, "7532570703"], [1702463570, "7683469029"], [1702463591, "7843961938"], [1702463621, "7967418417"], [1702463657, "8161402559"], [1702463693, "8361080299"], [1702463729, "8585256938"], [1702463765, "8854733274"], [1702463798, "9094808083"], [1702463846, "9302303655"], [1702463873, "9514469781"], [1702463906, "9770263015"], [1702463948, "10007199470"], [1702463984, "10161700198"], [1702464014, "10329446274"], [1702464050, "10546181003"], [1702464086, "10731126356"], [1702464122, "10992269890"], [1702464155, "11165632931"], [1702464194, "11687286650"], [1702464230, "11850786129"], [1702464263, "12125016097"], [1702464299, "12364052000"], [1702464332, "12531106537"], [1702464356, "12643066178"], [1702464392, "12805175389"], [1702464425, "13061269004"], [1702464455, "13289922100"], [1702464479, "13543015656"], [1702464509, "13732342985"], [1702464533, "13905307752"], [1702464569, "14124417123"], [1702464605, "14345150021"], [1702464635, "14526681198"], [1702464671, "14760888112"], [1702464716, "14920863175"], [1702464743, "15108020074"], [1702464776, "15431211002"], [1702464812, "15580910970"], [1702464836, "15739554389"], [1702464869, "15880012165"], [1702464905, "16068042924"], [1702464926, "16203670160"], [1702464956, "16351136035"], [1702464992, "16593170693"], [1702465016, "16785013593"], [1702465049, "16903716597"], [1702465085, "17101650156"], [1702465118, "17347063646"], [1702465145, "17542107798"], [1702465178, "17706488189"], [1702465208, "17875200423"], [1702465241, "18071490213"], [1702465298, "18459631726"], [1702465334, "18699888332"], [1702465367, "18842802193"], [1702465394, "18956440239"], [1702465418, "19108794478"], [1702465445, "19276282838"], [1702465481, "19469922929"], [1702465517, "19689615197"], [1702465550, "19937425673"], [1702465586, "21011564914"], [1702465619, "21136498011"], [1702465658, "21482679204"], [1702465706, "21641624370"], [1702465754, "21958425991"], [1702465787, "22154541332"], [1702465823, "22336035978"], [1702465856, "22483301681"], [1702465880, "22574235207"], [1702465910, "22755029509"], [1702465952, "22957774424"], [1702465988, "23181946259"], [1702466015, "23417432358"], [1702466030, "23608799313"], [1702466060, "23728723903"], [1702466078, "24418425747"], [1702466138, "24662752702"], [1702466168, "24862614897"], [1702466204, "25061340749"], [1702466237, "25265010058"], [1702466261, "25472862842"], [1702466291, "25624543122"], [1702466327, "25826670206"], [1702466360, "26112935351"], [1702466384, "26337392028"], [1702466417, "26601549683"], [1702466441, "26784129091"], [1702466471, "26930959978"], [1702466507, "27117365001"], [1702466540, "27286084691"], [1702466597, "27599511597"], [1702466633, "27753384005"], [1702466666, "27877912131"], [1702466705, "28158937450"], [1702466732, "28472948815"], [1702466765, "28765284979"], [1702466801, "28968961321"], [1702466852, "29409027287"], [1702466876, "29846572823"], [1702466918, "30070130923"], [1702466978, "30388676237"], [1702467014, "30619955464"], [1702467038, "30830401758"], [1702467068, "31026862715"], [1702467122, "31645561259"], [1702467158, "31888365450"], [1702467191, "32835979208"], [1702467221, "33051062936"], [1702467257, "33294751409"], [1702467299, "33561805862"], [1702467350, "33900398156"], [1702467386, "34230283026"], [1702467419, "34585517894"], [1702467455, "35067399380"], [1702467515, "35768284205"], [1702467542, "36010145250"], [1702467566, "36385557741"], [1702467599, "36522400347"], [1702467635, "36741957845"], [1702467668, "36957247045"], [1702467695, "37114338657"], [1702467716, "37305905998"], [1702467746, "37547758497"], [1702467800, "38133166593"], [1702467824, "38614120031"], [1702467908, "39510764627"], [1702467944, "39878911746"], [1702467968, "40207595019"], [1702468001, "41236893096"], [1702468031, "41388652826"], [1702468067, "41576420243"], [1702468085, "41842227398"], [1702468115, "42009065290"], [1702468151, "42309312046"], [1702468181, "42859654260"], [1702468208, "43234115362"], [1702468241, "43910094381"], [1702468256, "44242040085"], [1702468286, "44481495704"], [1702468322, "44881854999"], [1702468352, "45363569913"], [1702468388, "45649480353"], [1702468424, "45794829318"], [1702468457, "46062101349"], [1702468493, "46362008621"], [1702468517, "46765318767"], [1702468550, "47236858047"], [1702468586, "47621954787"], [1702468613, "48063466889"], [1702468637, "48323832612"], [1702468679, "48678712554"], [1702468721, "48958094536"], [1702468730, "49083950489"], [1702468766, "49267398637"], [1702468799, "49433810426"], [1702468835, "49730937929"], [1702468898, "50171482987"], [1702468934, "50685439810"], [1702468970, "51350247202"], [1702468994, "51847222447"], [1702469024, "52112501754"], [1702469060, "52561960874"], [1702469111, "53030031679"], [1702469144, "53252017847"], [1702469168, "53426522748"], [1702469204, "53655517408"], [1702469237, "53915919601"], [1702469273, "54305922928"], [1702469303, "54768120275"], [1702469336, "55339677136"], [1702469360, "55704200150"], [1702469387, "55970977170"], [1702469411, "56240219407"], [1702469435, "56505978411"], [1702469468, "56741313735"], [1702469504, "57049060856"], [1702469537, "57258417247"], [1702469573, "58319244255"], [1702469606, "58518820655"], [1702469633, "58698065820"], [1702469660, "58940227049"], [1702469684, "59239185333"], [1702469717, "59604360302"], [1702469753, "59953699044"], [1702469786, "60281920099"], [1702469816, "60550670016"], [1702469834, "60848359146"], [1702469864, "61020673683"], [1702469906, "61428226791"], [1702469936, "61609382303"], [1702469972, "61868622314"], [1702470005, "62129371296"], [1702470029, "62318480585"], [1702470065, "62606178704"], [1702470101, "62905827645"], [1702470131, "63254606563"], [1702470167, "63683365894"], [1702470203, "64139592303"], [1702470251, "64671451151"], [1702470278, "65068403356"], [1702470311, "65364776545"], [1702470347, "65642536957"], [1702470371, "65830643796"], [1702470404, "66016105796"], [1702470440, "66205340819"], [1702470476, "66417017820"], [1702470506, "66692448564"], [1702470542, "67085842167"], [1702470575, "67334742437"], [1702470611, "67724802336"], [1702470635, "68190955032"], [1702470662, "68416948066"], [1702470686, "68670923458"], [1702470719, "68833633684"], [1702470746, "69123561946"], [1702470812, "69569989563"], [1702470845, "69826794251"], [1702470875, "70046648178"], [1702470899, "70262529204"], [1702470953, "70517328133"], [1702470983, "70709129617"], [1702471025, "70946752559"], [1702471067, "71283773659"], [1702471169, "71774160006"], [1702471193, "71934932894"], [1702471226, "72696898835"], [1702471265, "72914080308"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "48921699"], [1702462721, "74464613"], [1702462736, "74464613"], [1702462751, "77708277"], [1702462763, "77968267"], [1702462793, "79259870"], [1702462808, "80665427"], [1702462829, "84296289"], [1702462844, "88661343"], [1702462865, "92210808"], [1702462880, "97806526"], [1702462904, "103697594"], [1702462919, "108094602"], [1702462952, "118147210"], [1702462973, "118803022"], [1702462988, "123045765"], [1702463045, "133461642"], [1702463081, "136936692"], [1702463114, "141356056"], [1702463150, "148131263"], [1702463186, "156396640"], [1702463216, "184162260"], [1702463240, "185741005"], [1702463273, "187852890"], [1702463324, "195173030"], [1702463354, "200693478"], [1702463381, "202484784"], [1702463417, "211545979"], [1702463453, "223328118"], [1702463477, "257247215"], [1702463510, "263997411"], [1702463537, "441290132"], [1702463570, "451124397"], [1702463591, "464380385"], [1702463621, "471175787"], [1702463657, "485275996"], [1702463693, "500236918"], [1702463729, "517791332"], [1702463765, "530000150"], [1702463798, "538636040"], [1702463846, "546123751"], [1702463873, "554624143"], [1702463906, "567819346"], [1702463948, "591369869"], [1702463984, "604796522"], [1702464014, "617833022"], [1702464050, "631018521"], [1702464086, "643860577"], [1702464122, "666273912"], [1702464155, "677404344"], [1702464194, "698951752"], [1702464230, "707732811"], [1702464263, "720980226"], [1702464299, "730151015"], [1702464332, "739293110"], [1702464356, "741401967"], [1702464392, "751911948"], [1702464425, "761842169"], [1702464455, "768044464"], [1702464479, "780605366"], [1702464509, "793912425"], [1702464533, "806789153"], [1702464569, "825009907"], [1702464605, "837269185"], [1702464635, "848979155"], [1702464671, "863920810"], [1702464716, "877423898"], [1702464743, "891778634"], [1702464776, "899629549"], [1702464812, "909526673"], [1702464836, "926410745"], [1702464869, "947124355"], [1702464905, "1024506389"], [1702464926, "1039988490"], [1702464956, "1053598723"], [1702464992, "1063505327"], [1702465016, "1073547889"], [1702465049, "1078662654"], [1702465085, "1089540877"], [1702465118, "1099881977"], [1702465145, "1105515367"], [1702465178, "1114289868"], [1702465208, "1126642743"], [1702465241, "1144889605"], [1702465298, "1173861449"], [1702465334, "1193048858"], [1702465367, "1204813430"], [1702465394, "1209687930"], [1702465418, "1215875499"], [1702465445, "1231385637"], [1702465481, "1245625453"], [1702465517, "1256890780"], [1702465550, "1267567767"], [1702465586, "1286940032"], [1702465619, "1303669668"], [1702465658, "1321477880"], [1702465706, "1337298313"], [1702465754, "1384572658"], [1702465787, "1404755295"], [1702465823, "1421816619"], [1702465856, "1432908773"], [1702465880, "1446812791"], [1702465910, "1470727998"], [1702465952, "1483259740"], [1702465988, "1494092748"], [1702466015, "1500754943"], [1702466030, "1514985932"], [1702466060, "1530136049"], [1702466078, "1542163382"], [1702466138, "1561529318"], [1702466168, "1576372040"], [1702466204, "1585021739"], [1702466237, "1601123043"], [1702466261, "1612324638"], [1702466291, "1620058050"], [1702466327, "1637132531"], [1702466360, "1658827218"], [1702466384, "1669052044"], [1702466417, "1679967871"], [1702466441, "1692453275"], [1702466471, "1701853472"], [1702466507, "1726726615"], [1702466540, "1733540982"], [1702466597, "1761206928"], [1702466633, "1783705509"], [1702466666, "1788822326"], [1702466705, "1806337768"], [1702466732, "1817550886"], [1702466765, "1837725526"], [1702466801, "1848866330"], [1702466852, "1865506135"], [1702466876, "1878186170"], [1702466918, "1900238773"], [1702466978, "1929217815"], [1702467014, "1945531319"], [1702467038, "1965846654"], [1702467068, "1979417382"], [1702467122, "1992851060"], [1702467158, "2018459912"], [1702467191, "2035642380"], [1702467221, "2046690245"], [1702467257, "2071844880"], [1702467299, "2087041123"], [1702467350, "2104188574"], [1702467386, "2117300171"], [1702467419, "2144764183"], [1702467455, "2173614522"], [1702467515, "2216491840"], [1702467542, "2235875587"], [1702467566, "2253612050"], [1702467599, "2263936819"], [1702467635, "2277041330"], [1702467668, "2287101071"], [1702467695, "2300003385"], [1702467716, "2314133701"], [1702467746, "2326357113"], [1702467800, "2371191295"], [1702467824, "2410439597"], [1702467908, "2477169608"], [1702467944, "2507144615"], [1702467968, "2526967787"], [1702468001, "2536987005"], [1702468031, "2538294744"], [1702468067, "2548532897"], [1702468085, "2563555914"], [1702468115, "2571633171"], [1702468151, "2602623448"], [1702468181, "2647345419"], [1702468208, "2658435629"], [1702468241, "2702259231"], [1702468256, "2826965426"], [1702468286, "2849614036"], [1702468322, "2862450940"], [1702468352, "2883492745"], [1702468388, "2899886976"], [1702468424, "2911052190"], [1702468457, "2919283186"], [1702468493, "2940116693"], [1702468517, "2972723589"], [1702468550, "2985410968"], [1702468586, "3006318627"], [1702468613, "3036647615"], [1702468637, "3049534062"], [1702468679, "3080929690"], [1702468721, "3102237182"], [1702468730, "3110344828"], [1702468766, "3118069167"], [1702468799, "3126191460"], [1702468835, "3134806506"], [1702468898, "3175739215"], [1702468934, "3209651930"], [1702468970, "3246923757"], [1702468994, "3261544169"], [1702469024, "3270402412"], [1702469060, "3293666275"], [1702469111, "3315803020"], [1702469144, "3343804660"], [1702469168, "3350014036"], [1702469204, "3357698786"], [1702469237, "3367304341"], [1702469273, "3372801620"], [1702469303, "3390696312"], [1702469336, "3425928902"], [1702469360, "3458862328"], [1702469387, "3469551983"], [1702469411, "3486962402"], [1702469435, "3498010829"], [1702469468, "3514693704"], [1702469504, "3531119148"], [1702469537, "3553432438"], [1702469573, "3561196198"], [1702469606, "3576286093"], [1702469633, "3581304938"], [1702469660, "3609567799"], [1702469684, "3638506241"], [1702469717, "3654952327"], [1702469753, "3673215800"], [1702469786, "3691458920"], [1702469816, "3703916973"], [1702469834, "3722830215"], [1702469864, "3728659962"], [1702469906, "3761123704"], [1702469936, "3768077991"], [1702469972, "3784186950"], [1702470005, "3790301693"], [1702470029, "3795069170"], [1702470065, "4025339849"], [1702470101, "4051740728"], [1702470131, "4070494781"], [1702470167, "4097187943"], [1702470203, "4108913683"], [1702470251, "4136230641"], [1702470278, "4152910869"], [1702470311, "4167027840"], [1702470347, "4190474916"], [1702470371, "4206060112"], [1702470404, "4216392080"], [1702470440, "4228199500"], [1702470476, "4248452399"], [1702470506, "4261969073"], [1702470542, "4284224198"], [1702470575, "4298436031"], [1702470611, "4324670582"], [1702470635, "4351766115"], [1702470662, "4367698945"], [1702470686, "4408463999"], [1702470719, "4422726286"], [1702470746, "4437183249"], [1702470812, "4472865085"], [1702470845, "4489028373"], [1702470875, "4506814353"], [1702470899, "4521399026"], [1702470953, "4535776416"], [1702470983, "4547704578"], [1702471025, "4556125525"], [1702471067, "4575995421"], [1702471169, "4616547305"], [1702471193, "4623935798"], [1702471226, "4648449784"], [1702471265, "4668845946"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "205493"], [1702462808, "205493"], [1702462829, "205493"], [1702462844, "205493"], [1702462865, "205493"], [1702462880, "205493"], [1702462904, "205493"], [1702462919, "205493"], [1702462952, "205493"], [1702462973, "205493"], [1702462988, "205493"], [1702463045, "205493"], [1702463081, "205493"], [1702463114, "205493"], [1702463150, "205493"], [1702463186, "205493"], [1702463216, "205493"], [1702463240, "205493"], [1702463273, "205493"], [1702463324, "205493"], [1702463354, "205493"], [1702463381, "205493"], [1702463417, "205493"], [1702463453, "205493"], [1702463477, "205493"], [1702463510, "205493"], [1702463537, "205493"], [1702463570, "205493"], [1702463591, "205493"], [1702463621, "205493"], [1702463657, "205493"], [1702463693, "205493"], [1702463729, "205493"], [1702463765, "205493"], [1702463798, "205493"], [1702463846, "205493"], [1702463873, "205493"], [1702463906, "205493"], [1702463948, "205493"], [1702463984, "205493"], [1702464014, "205493"], [1702464050, "205493"], [1702464086, "205493"], [1702464122, "205493"], [1702464155, "205493"], [1702464194, "205493"], [1702464230, "205493"], [1702464263, "205493"], [1702464299, "205493"], [1702464332, "205493"], [1702464356, "205493"], [1702464392, "205493"], [1702464425, "205493"], [1702464455, "205493"], [1702464479, "205493"], [1702464509, "205493"], [1702464533, "205493"], [1702464569, "205493"], [1702464605, "205493"], [1702464635, "205493"], [1702464671, "205493"], [1702464716, "205493"], [1702464743, "205493"], [1702464776, "205493"], [1702464812, "205493"], [1702464836, "205493"], [1702464869, "205493"], [1702464905, "205493"], [1702464926, "205493"], [1702464956, "205493"], [1702464992, "205493"], [1702465016, "205493"], [1702465049, "205493"], [1702465085, "205493"], [1702465118, "205493"], [1702465145, "205493"], [1702465178, "205493"], [1702465208, "205493"], [1702465241, "205493"], [1702465298, "205493"], [1702465334, "205493"], [1702465367, "205493"], [1702465394, "205493"], [1702465418, "205493"], [1702465445, "205493"], [1702465481, "205493"], [1702465517, "205493"], [1702465550, "205493"], [1702465586, "205493"], [1702465619, "205493"], [1702465658, "205493"], [1702465706, "205493"], [1702465754, "205493"], [1702465787, "205493"], [1702465823, "205493"], [1702465856, "205493"], [1702465880, "205493"], [1702465910, "205493"], [1702465952, "205493"], [1702465988, "205493"], [1702466015, "205493"], [1702466030, "205493"], [1702466060, "205493"], [1702466078, "205493"], [1702466138, "205493"], [1702466168, "205493"], [1702466204, "205493"], [1702466237, "205493"], [1702466261, "205493"], [1702466291, "205493"], [1702466327, "205493"], [1702466360, "205493"], [1702466384, "205493"], [1702466417, "205493"], [1702466441, "205493"], [1702466471, "205493"], [1702466507, "205493"], [1702466540, "205493"], [1702466597, "205493"], [1702466633, "205493"], [1702466666, "205493"], [1702466705, "205493"], [1702466732, "205493"], [1702466765, "205493"], [1702466801, "205493"], [1702466852, "205493"], [1702466876, "205493"], [1702466918, "205493"], [1702466978, "205493"], [1702467014, "205493"], [1702467038, "205493"], [1702467068, "205493"], [1702467122, "205493"], [1702467158, "205493"], [1702467191, "438571"], [1702467221, "438571"], [1702467257, "438571"], [1702467299, "438571"], [1702467350, "438571"], [1702467386, "438571"], [1702467419, "438571"], [1702467455, "438571"], [1702467515, "785542"], [1702467542, "785542"], [1702467566, "785542"], [1702467599, "785542"], [1702467635, "785542"], [1702467668, "785542"], [1702467695, "785542"], [1702467716, "785542"], [1702467746, "785542"], [1702467800, "785542"], [1702467824, "785542"], [1702467908, "785542"], [1702467944, "785542"], [1702467968, "785542"], [1702468001, "785542"], [1702468031, "785542"], [1702468067, "785542"], [1702468085, "785542"], [1702468115, "785542"], [1702468151, "785542"], [1702468181, "785542"], [1702468208, "785542"], [1702468241, "785542"], [1702468256, "785542"], [1702468286, "785542"], [1702468322, "785542"], [1702468352, "785542"], [1702468388, "785542"], [1702468424, "785542"], [1702468457, "785542"], [1702468493, "785542"], [1702468517, "785542"], [1702468550, "785542"], [1702468586, "785542"], [1702468613, "785542"], [1702468637, "785542"], [1702468679, "785542"], [1702468721, "785542"], [1702468730, "785542"], [1702468766, "785542"], [1702468799, "785542"], [1702468835, "785542"], [1702468898, "785542"], [1702468934, "785542"], [1702468970, "785542"], [1702468994, "785542"], [1702469024, "785542"], [1702469060, "785542"], [1702469111, "785542"], [1702469144, "785542"], [1702469168, "785542"], [1702469204, "785542"], [1702469237, "785542"], [1702469273, "785542"], [1702469303, "785542"], [1702469336, "785542"], [1702469360, "785542"], [1702469387, "785542"], [1702469411, "785542"], [1702469435, "785542"], [1702469468, "785542"], [1702469504, "785542"], [1702469537, "785542"], [1702469573, "785542"], [1702469606, "785542"], [1702469633, "785542"], [1702469660, "785542"], [1702469684, "785542"], [1702469717, "785542"], [1702469753, "785542"], [1702469786, "785542"], [1702469816, "785542"], [1702469834, "785542"], [1702469864, "785542"], [1702469906, "785542"], [1702469936, "785542"], [1702469972, "785542"], [1702470005, "785542"], [1702470029, "785542"], [1702470065, "785542"], [1702470101, "785542"], [1702470131, "785542"], [1702470167, "785542"], [1702470203, "785542"], [1702470251, "785542"], [1702470278, "785542"], [1702470311, "785542"], [1702470347, "785542"], [1702470371, "785542"], [1702470404, "785542"], [1702470440, "785542"], [1702470476, "785542"], [1702470506, "785542"], [1702470542, "785542"], [1702470575, "785542"], [1702470611, "785542"], [1702470635, "785542"], [1702470662, "785542"], [1702470686, "785542"], [1702470719, "785542"], [1702470746, "785542"], [1702470812, "785542"], [1702470845, "785542"], [1702470875, "785542"], [1702470899, "785542"], [1702470953, "785542"], [1702470983, "785542"], [1702471025, "785542"], [1702471067, "785542"], [1702471169, "785542"], [1702471193, "785542"], [1702471226, "785542"], [1702471265, "785542"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "18566633"], [1702462988, "20923899"], [1702463045, "27451701"], [1702463081, "29896351"], [1702463114, "30695391"], [1702463150, "35430019"], [1702463186, "35862595"], [1702463216, "38268662"], [1702463240, "39578534"], [1702463273, "41079946"], [1702463324, "42580078"], [1702463354, "43230508"], [1702463381, "45276656"], [1702463417, "51752293"], [1702463453, "54820950"], [1702463477, "59243498"], [1702463510, "61479607"], [1702463537, "62467115"], [1702463570, "62991099"], [1702463591, "63585785"], [1702463621, "64170898"], [1702463657, "65297101"], [1702463693, "67282673"], [1702463729, "69382857"], [1702463765, "70401679"], [1702463798, "72823998"], [1702463846, "75646148"], [1702463873, "78880289"], [1702463906, "82455353"], [1702463948, "84888449"], [1702463984, "86852372"], [1702464014, "88135206"], [1702464050, "88983506"], [1702464086, "91190159"], [1702464122, "93177770"], [1702464155, "93712749"], [1702464194, "95055191"], [1702464230, "96770206"], [1702464263, "99062635"], [1702464299, "108881575"], [1702464332, "112951332"], [1702464356, "114771772"], [1702464392, "118013187"], [1702464425, "119983680"], [1702464455, "120509259"], [1702464479, "122067500"], [1702464509, "123474903"], [1702464533, "125694724"], [1702464569, "128168179"], [1702464605, "131683154"], [1702464635, "133225628"], [1702464671, "134536621"], [1702464716, "135786131"], [1702464743, "137895645"], [1702464776, "139820258"], [1702464812, "142540331"], [1702464836, "144502064"], [1702464869, "145499954"], [1702464905, "147448945"], [1702464926, "148768451"], [1702464956, "151220993"], [1702464992, "154678408"], [1702465016, "156788263"], [1702465049, "158179387"], [1702465085, "160131260"], [1702465118, "161483984"], [1702465145, "161842602"], [1702465178, "163026285"], [1702465208, "165747208"], [1702465241, "168408100"], [1702465298, "170854902"], [1702465334, "172589563"], [1702465367, "175716081"], [1702465394, "177551858"], [1702465418, "180642867"], [1702465445, "183665244"], [1702465481, "185111344"], [1702465517, "188366240"], [1702465550, "189366509"], [1702465586, "196633769"], [1702465619, "198735295"], [1702465658, "201184996"], [1702465706, "203365117"], [1702465754, "210540730"], [1702465787, "213053242"], [1702465823, "213815353"], [1702465856, "216592165"], [1702465880, "217240705"], [1702465910, "219015256"], [1702465952, "219705654"], [1702465988, "225747783"], [1702466015, "228984662"], [1702466030, "230199427"], [1702466060, "230199427"], [1702466078, "232650696"], [1702466138, "237639803"], [1702466168, "239054233"], [1702466204, "239927477"], [1702466237, "240599082"], [1702466261, "242814289"], [1702466291, "244963984"], [1702466327, "245740138"], [1702466360, "248093694"], [1702466384, "249281270"], [1702466417, "251602162"], [1702466441, "253869732"], [1702466471, "255934315"], [1702466507, "261080516"], [1702466540, "264229831"], [1702466597, "266940535"], [1702466633, "268234076"], [1702466666, "269666447"], [1702466705, "274203152"], [1702466732, "277490589"], [1702466765, "279797885"], [1702466801, "280992049"], [1702466852, "285650742"], [1702466876, "287797805"], [1702466918, "290137396"], [1702466978, "293660835"], [1702467014, "295532888"], [1702467038, "297109101"], [1702467068, "299124288"], [1702467122, "301780032"], [1702467158, "306083400"], [1702467191, "309935232"], [1702467221, "312372257"], [1702467257, "315260315"], [1702467299, "316255233"], [1702467350, "319713100"], [1702467386, "324159410"], [1702467419, "327352173"], [1702467455, "330144434"], [1702467515, "342253531"], [1702467542, "345900060"], [1702467566, "353772790"], [1702467599, "354804668"], [1702467635, "361022849"], [1702467668, "365171455"], [1702467695, "366034495"], [1702467716, "367592904"], [1702467746, "370948352"], [1702467800, "376806192"], [1702467824, "378921533"], [1702467908, "390922362"], [1702467944, "393264503"], [1702467968, "395649733"], [1702468001, "397001586"], [1702468031, "398875393"], [1702468067, "399090805"], [1702468085, "400716233"], [1702468115, "401382076"], [1702468151, "405067789"], [1702468181, "412696845"], [1702468208, "415059396"], [1702468241, "436028582"], [1702468256, "438682996"], [1702468286, "441682981"], [1702468322, "444221750"], [1702468352, "450837093"], [1702468388, "453501027"], [1702468424, "454827688"], [1702468457, "458410959"], [1702468493, "460135465"], [1702468517, "463092072"], [1702468550, "465931071"], [1702468586, "478280886"], [1702468613, "487665799"], [1702468637, "489454210"], [1702468679, "491069221"], [1702468721, "492100627"], [1702468730, "493222694"], [1702468766, "493824710"], [1702468799, "497078344"], [1702468835, "500254991"], [1702468898, "508248749"], [1702468934, "516941027"], [1702468970, "526759493"], [1702468994, "535860993"], [1702469024, "538749550"], [1702469060, "545288887"], [1702469111, "550612862"], [1702469144, "553162671"], [1702469168, "554022379"], [1702469204, "555222525"], [1702469237, "556889592"], [1702469273, "560644131"], [1702469303, "565519273"], [1702469336, "569338032"], [1702469360, "579278704"], [1702469387, "585828314"], [1702469411, "600252827"], [1702469435, "601255835"], [1702469468, "603516980"], [1702469504, "606449043"], [1702469537, "608195119"], [1702469573, "609426953"], [1702469606, "613049472"], [1702469633, "615110440"], [1702469660, "618453102"], [1702469684, "620204237"], [1702469717, "626175845"], [1702469753, "629701637"], [1702469786, "633087915"], [1702469816, "635105331"], [1702469834, "640390145"], [1702469864, "642431209"], [1702469906, "646396322"], [1702469936, "649002894"], [1702469972, "650699647"], [1702470005, "652850359"], [1702470029, "653547979"], [1702470065, "657576821"], [1702470101, "658324580"], [1702470131, "663585066"], [1702470167, "665402099"], [1702470203, "670466356"], [1702470251, "674984898"], [1702470278, "679600589"], [1702470311, "680970045"], [1702470347, "683654306"], [1702470371, "685148927"], [1702470404, "685874734"], [1702470440, "687668730"], [1702470476, "689017558"], [1702470506, "693370885"], [1702470542, "696132663"], [1702470575, "699335420"], [1702470611, "703063369"], [1702470635, "706548511"], [1702470662, "707386204"], [1702470686, "711197066"], [1702470719, "712559380"], [1702470746, "713874228"], [1702470812, "717191585"], [1702470845, "721889169"], [1702470875, "724082158"], [1702470899, "726271431"], [1702470953, "731015098"], [1702470983, "733405970"], [1702471025, "735840595"], [1702471067, "737654877"], [1702471169, "742340237"], [1702471193, "744001037"], [1702471226, "747342611"], [1702471265, "749737329"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8676132"], [1702462865, "8905566"], [1702462880, "9959593"], [1702462904, "13248449"], [1702462919, "13991844"], [1702462952, "16882072"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "3174145174"], [1702462721, "3291078960"], [1702462736, "3339273279"], [1702462751, "3408542450"], [1702462763, "3464910551"], [1702462793, "3667021089"], [1702462808, "3873482829"], [1702462829, "4003477435"], [1702462844, "4171901444"], [1702462865, "4224770817"], [1702462880, "4383962651"], [1702462904, "4774824360"], [1702462919, "4814583938"], [1702462952, "5293291031"], [1702462973, "5454224532"], [1702462988, "5614524558"], [1702463045, "6198968844"], [1702463081, "6790005601"], [1702463114, "7032260522"], [1702463150, "7324435740"], [1702463186, "7662706681"], [1702463216, "8006224076"], [1702463240, "8287952545"], [1702463273, "8502634865"], [1702463324, "8976276709"], [1702463354, "9156230182"], [1702463381, "9605517340"], [1702463417, "9973908648"], [1702463453, "10587846578"], [1702463477, "11046219928"], [1702463510, "11407974439"], [1702463537, "11673247825"], [1702463570, "11923653446"], [1702463591, "12199701224"], [1702463621, "12430325352"], [1702463657, "12783509150"], [1702463693, "13180769501"], [1702463729, "13459718275"], [1702463765, "13708409933"], [1702463798, "14182102290"], [1702463846, "14756148230"], [1702463873, "15379562863"], [1702463906, "15722598197"], [1702463948, "16313397901"], [1702463984, "16669248542"], [1702464014, "16896977728"], [1702464050, "17152414833"], [1702464086, "17498733209"], [1702464122, "17928125704"], [1702464155, "18341116845"], [1702464194, "18733577429"], [1702464230, "18987330010"], [1702464263, "19320857728"], [1702464299, "19710406044"], [1702464332, "19970076155"], [1702464356, "20422584185"], [1702464392, "20713019216"], [1702464425, "21045472387"], [1702464455, "21834946402"], [1702464479, "22134050917"], [1702464509, "22402701755"], [1702464533, "23133597543"], [1702464569, "23533212285"], [1702464605, "23877685281"], [1702464635, "24235386378"], [1702464671, "24566706483"], [1702464716, "25434327375"], [1702464743, "25742339064"], [1702464776, "26026652686"], [1702464812, "26472958394"], [1702464836, "26938202369"], [1702464869, "27203712274"], [1702464905, "27545493570"], [1702464926, "27768483020"], [1702464956, "28436944165"], [1702464992, "28737341319"], [1702465016, "29043002263"], [1702465049, "29531061464"], [1702465085, "29838804121"], [1702465118, "30030652398"], [1702465145, "30376437993"], [1702465178, "30567687937"], [1702465208, "30886673523"], [1702465241, "31319091372"], [1702465298, "31917443076"], [1702465334, "32198160457"], [1702465367, "32499346038"], [1702465394, "32693122610"], [1702465418, "33062901004"], [1702465445, "33281399066"], [1702465481, "33554477889"], [1702465517, "33869349957"], [1702465550, "34173713194"], [1702465586, "34831163729"], [1702465619, "35797559176"], [1702465658, "36258098637"], [1702465706, "36506023948"], [1702465754, "36917446608"], [1702465787, "37258181617"], [1702465823, "37512056305"], [1702465856, "37785110101"], [1702465880, "37974133358"], [1702465910, "38300686165"], [1702465952, "38610480425"], [1702465988, "38916028124"], [1702466015, "39278489614"], [1702466030, "39535722775"], [1702466060, "39758993477"], [1702466078, "40069553292"], [1702466138, "40477728052"], [1702466168, "40738661285"], [1702466204, "40998010312"], [1702466237, "41392002225"], [1702466261, "41765193024"], [1702466291, "41973311734"], [1702466327, "42294897138"], [1702466360, "42706962866"], [1702466384, "42965177794"], [1702466417, "43367317331"], [1702466441, "43713063515"], [1702466471, "43892393368"], [1702466507, "44243562451"], [1702466540, "44595677463"], [1702466597, "45136462218"], [1702466633, "45361982965"], [1702466666, "45556930563"], [1702466705, "45943013879"], [1702466732, "46346179130"], [1702466765, "46723088025"], [1702466801, "47079762186"], [1702466852, "47621355441"], [1702466876, "47899786486"], [1702466918, "48232580010"], [1702466978, "48838602884"], [1702467014, "49232886461"], [1702467038, "49581512045"], [1702467068, "49907202028"], [1702467122, "50512693851"], [1702467158, "50777515873"], [1702467191, "51196503410"], [1702467221, "51487409651"], [1702467257, "51861149849"], [1702467299, "52282960620"], [1702467350, "52877308717"], [1702467386, "53284871427"], [1702467419, "53758763056"], [1702467455, "54325824385"], [1702467515, "55332599412"], [1702467542, "55863922914"], [1702467566, "56393141153"], [1702467599, "56633541897"], [1702467635, "56999763416"], [1702467668, "57309774273"], [1702467695, "57578614470"], [1702467716, "57925628108"], [1702467746, "58338991130"], [1702467800, "59243664556"], [1702467824, "60324621771"], [1702467908, "61849588003"], [1702467944, "62237158159"], [1702467968, "62749506393"], [1702468001, "63020614619"], [1702468031, "63241371689"], [1702468067, "63654408422"], [1702468085, "64015466655"], [1702468115, "64286060053"], [1702468151, "64778445465"], [1702468181, "65463640813"], [1702468208, "65961433706"], [1702468241, "66805331130"], [1702468256, "67255924163"], [1702468286, "67689189078"], [1702468322, "68184480210"], [1702468352, "68648773890"], [1702468388, "68945245465"], [1702468424, "69293159022"], [1702468457, "69521458015"], [1702468493, "70079640801"], [1702468517, "70733426252"], [1702468550, "71117862323"], [1702468586, "71813839649"], [1702468613, "72641057299"], [1702468637, "73014547149"], [1702468679, "73445759692"], [1702468721, "73684922322"], [1702468730, "74903086061"], [1702468766, "75136588205"], [1702468799, "75434946101"], [1702468835, "75816155460"], [1702468898, "77487337110"], [1702468934, "78123208723"], [1702468970, "79083681623"], [1702468994, "79760530451"], [1702469024, "80101760629"], [1702469060, "80593847178"], [1702469111, "81196173529"], [1702469144, "81542745253"], [1702469168, "81778553205"], [1702469204, "82044527662"], [1702469237, "82383870680"], [1702469273, "82979463778"], [1702469303, "83756331659"], [1702469336, "84508810161"], [1702469360, "85229708296"], [1702469387, "85650012095"], [1702469411, "85976283786"], [1702469435, "86408101257"], [1702469468, "86758761719"], [1702469504, "87076776047"], [1702469537, "87484518837"], [1702469573, "87859390546"], [1702469606, "88259486830"], [1702469633, "88546965335"], [1702469660, "89075955099"], [1702469684, "89606705879"], [1702469717, "90193173495"], [1702469753, "90928473529"], [1702469786, "91452561693"], [1702469816, "91774147708"], [1702469834, "92355516719"], [1702469864, "92599836306"], [1702469906, "93170732251"], [1702469936, "93391203018"], [1702469972, "93683993168"], [1702470005, "94092824135"], [1702470029, "94291816110"], [1702470065, "94644967866"], [1702470101, "95174042535"], [1702470131, "95666554567"], [1702470167, "96095335547"], [1702470203, "96784828236"], [1702470251, "97690610917"], [1702470278, "98221161164"], [1702470311, "98715321442"], [1702470347, "99048294726"], [1702470371, "99307395158"], [1702470404, "99489347945"], [1702470440, "99854185519"], [1702470476, "100251093898"], [1702470506, "100759891893"], [1702470542, "101195628455"], [1702470575, "101625118033"], [1702470611, "102151507039"], [1702470635, "102805784881"], [1702470662, "103121595500"], [1702470686, "103511094657"], [1702470719, "103726295746"], [1702470746, "104067423098"], [1702470812, "104738800624"], [1702470845, "105169552481"], [1702470875, "105577981893"], [1702470899, "105859788238"], [1702470953, "106215168372"], [1702470983, "106520151067"], [1702471025, "106868267836"], [1702471067, "107385297891"], [1702471169, "108156715288"], [1702471193, "108358836311"], [1702471226, "108727761919"], [1702471265, "109141570850"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "7468991"], [1702462808, "7468991"], [1702462829, "7468991"], [1702462844, "7468991"], [1702462865, "7468991"], [1702462880, "7468991"], [1702462904, "7468991"], [1702462919, "7468991"], [1702462952, "7468991"], [1702462973, "7468991"], [1702462988, "7468991"], [1702463045, "7468991"], [1702463081, "7468991"], [1702463114, "7468991"], [1702463150, "7468991"], [1702463186, "7468991"], [1702463216, "7468991"], [1702463240, "7468991"], [1702463273, "7468991"], [1702463324, "7468991"], [1702463354, "7468991"], [1702463381, "7468991"], [1702463417, "7468991"], [1702463453, "7468991"], [1702463477, "7468991"], [1702463510, "7468991"], [1702463537, "7468991"], [1702463570, "7468991"], [1702463591, "7468991"], [1702463621, "7468991"], [1702463657, "7468991"], [1702463693, "7468991"], [1702463729, "7468991"], [1702463765, "7468991"], [1702463798, "7468991"], [1702463846, "7468991"], [1702463873, "7468991"], [1702463906, "7468991"], [1702463948, "7468991"], [1702463984, "7468991"], [1702464014, "7468991"], [1702464050, "7468991"], [1702464086, "7468991"], [1702464122, "7468991"], [1702464155, "7468991"], [1702464194, "7468991"], [1702464230, "7468991"], [1702464263, "7468991"], [1702464299, "7468991"], [1702464332, "7468991"], [1702464356, "7468991"], [1702464392, "7468991"], [1702464425, "7800114"], [1702464455, "7800114"], [1702464479, "7800114"], [1702464509, "7800114"], [1702464533, "7800114"], [1702464569, "7800114"], [1702464605, "7800114"], [1702464635, "7800114"], [1702464671, "7800114"], [1702464716, "7800114"], [1702464743, "7800114"], [1702464776, "7800114"], [1702464812, "7800114"], [1702464836, "7800114"], [1702464869, "7800114"], [1702464905, "7800114"], [1702464926, "7800114"], [1702464956, "7800114"], [1702464992, "7800114"], [1702465016, "7800114"], [1702465049, "7800114"], [1702465085, "10200767"], [1702465118, "10200767"], [1702465145, "10200767"], [1702465178, "10200767"], [1702465208, "10200767"], [1702465241, "10200767"], [1702465298, "10200767"], [1702465334, "10200767"], [1702465367, "10200767"], [1702465394, "10200767"], [1702465418, "10200767"], [1702465445, "10200767"], [1702465481, "10200767"], [1702465517, "10200767"], [1702465550, "10200767"], [1702465586, "10200767"], [1702465619, "10200767"], [1702465658, "10200767"], [1702465706, "10200767"], [1702465754, "10200767"], [1702465787, "10200767"], [1702465823, "10200767"], [1702465856, "10200767"], [1702465880, "10200767"], [1702465910, "10200767"], [1702465952, "10200767"], [1702465988, "10200767"], [1702466015, "10200767"], [1702466030, "10200767"], [1702466060, "10200767"], [1702466078, "10200767"], [1702466138, "10200767"], [1702466168, "10200767"], [1702466204, "10200767"], [1702466237, "10200767"], [1702466261, "10200767"], [1702466291, "10200767"], [1702466327, "18206599"], [1702466360, "18206599"], [1702466384, "18206599"], [1702466417, "18206599"], [1702466441, "18206599"], [1702466471, "18206599"], [1702466507, "18206599"], [1702466540, "18206599"], [1702466597, "18206599"], [1702466633, "18206599"], [1702466666, "18206599"], [1702466705, "18206599"], [1702466732, "18206599"], [1702466765, "18206599"], [1702466801, "18206599"], [1702466852, "18206599"], [1702466876, "18206599"], [1702466918, "18206599"], [1702466978, "18206599"], [1702467014, "18206599"], [1702467038, "18206599"], [1702467068, "18206599"], [1702467122, "18206599"], [1702467158, "18206599"], [1702467191, "18206599"], [1702467221, "18206599"], [1702467257, "18206599"], [1702467299, "18206599"], [1702467350, "18206599"], [1702467386, "18206599"], [1702467419, "18206599"], [1702467455, "18206599"], [1702467515, "18206599"], [1702467542, "18206599"], [1702467566, "18206599"], [1702467599, "18206599"], [1702467635, "18206599"], [1702467668, "18206599"], [1702467695, "18206599"], [1702467716, "18206599"], [1702467746, "18206599"], [1702467800, "18206599"], [1702467824, "18206599"], [1702467908, "18206599"], [1702467944, "18206599"], [1702467968, "18206599"], [1702468001, "18206599"], [1702468031, "18206599"], [1702468067, "18206599"], [1702468085, "18206599"], [1702468115, "18206599"], [1702468151, "18206599"], [1702468181, "18206599"], [1702468208, "18206599"], [1702468241, "18206599"], [1702468256, "18206599"], [1702468286, "18206599"], [1702468322, "18206599"], [1702468352, "18206599"], [1702468388, "18206599"], [1702468424, "18206599"], [1702468457, "18206599"], [1702468493, "18206599"], [1702468517, "18206599"], [1702468550, "18206599"], [1702468586, "18206599"], [1702468613, "18206599"], [1702468637, "18206599"], [1702468679, "18206599"], [1702468721, "18206599"], [1702468730, "18206599"], [1702468766, "18206599"], [1702468799, "18206599"], [1702468835, "18206599"], [1702468898, "18206599"], [1702468934, "18206599"], [1702468970, "18206599"], [1702468994, "18206599"], [1702469024, "18206599"], [1702469060, "18206599"], [1702469111, "18206599"], [1702469144, "18206599"], [1702469168, "18206599"], [1702469204, "18206599"], [1702469237, "18206599"], [1702469273, "18206599"], [1702469303, "18206599"], [1702469336, "18206599"], [1702469360, "18206599"], [1702469387, "18206599"], [1702469411, "18206599"], [1702469435, "18206599"], [1702469468, "18206599"], [1702469504, "18206599"], [1702469537, "18206599"], [1702469573, "18206599"], [1702469606, "18206599"], [1702469633, "18206599"], [1702469660, "18206599"], [1702469684, "18206599"], [1702469717, "18206599"], [1702469753, "18206599"], [1702469786, "18206599"], [1702469816, "18206599"], [1702469834, "18206599"], [1702469864, "18206599"], [1702469906, "18206599"], [1702469936, "18206599"], [1702469972, "18206599"], [1702470005, "18206599"], [1702470029, "18206599"], [1702470065, "18206599"], [1702470101, "18206599"], [1702470131, "18206599"], [1702470167, "18206599"], [1702470203, "18206599"], [1702470251, "18206599"], [1702470278, "18206599"], [1702470311, "18206599"], [1702470347, "18206599"], [1702470371, "18206599"], [1702470404, "18206599"], [1702470440, "18206599"], [1702470476, "18206599"], [1702470506, "18206599"], [1702470542, "18206599"], [1702470575, "18206599"], [1702470611, "18206599"], [1702470635, "18206599"], [1702470662, "18206599"], [1702470686, "18206599"], [1702470719, "18206599"], [1702470746, "18206599"], [1702470812, "18206599"], [1702470845, "18206599"], [1702470875, "18206599"], [1702470899, "18206599"], [1702470953, "18206599"], [1702470983, "18206599"], [1702471025, "18206599"], [1702471067, "18206599"], [1702471169, "18206599"], [1702471193, "18206599"], [1702471226, "18206599"], [1702471265, "18206599"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "5846184"], [1702462721, "5846184"], [1702462736, "7040628"], [1702462751, "7040628"], [1702462763, "7040628"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "279786"], [1702462721, "279786"], [1702462736, "279786"], [1702462751, "279786"], [1702462763, "279786"], [1702462793, "279786"], [1702462808, "279786"], [1702462829, "279786"], [1702462844, "279786"], [1702462865, "279786"], [1702462880, "279786"], [1702462904, "279786"], [1702462919, "279786"], [1702462952, "279786"], [1702462973, "279786"], [1702462988, "279786"], [1702463045, "279786"], [1702463081, "279786"], [1702463114, "279786"], [1702463150, "279786"], [1702463186, "279786"], [1702463216, "279786"], [1702463240, "279786"], [1702463273, "279786"], [1702463324, "279786"], [1702463354, "279786"], [1702463381, "279786"], [1702463417, "279786"], [1702463453, "279786"], [1702463477, "279786"], [1702463510, "279786"], [1702463537, "279786"], [1702463570, "279786"], [1702463591, "279786"], [1702463621, "279786"], [1702463657, "279786"], [1702463693, "279786"], [1702463729, "279786"], [1702463765, "279786"], [1702463798, "279786"], [1702463846, "279786"], [1702463873, "279786"], [1702463906, "279786"], [1702463948, "279786"], [1702463984, "279786"], [1702464014, "279786"], [1702464050, "279786"], [1702464086, "279786"], [1702464122, "279786"], [1702464155, "279786"], [1702464194, "279786"], [1702464230, "279786"], [1702464263, "279786"], [1702464299, "279786"], [1702464332, "279786"], [1702464356, "279786"], [1702464392, "279786"], [1702464425, "279786"], [1702464455, "279786"], [1702464479, "279786"], [1702464509, "279786"], [1702464533, "279786"], [1702464569, "279786"], [1702464605, "279786"], [1702464635, "279786"], [1702464671, "279786"], [1702464716, "279786"], [1702464743, "279786"], [1702464776, "279786"], [1702464812, "279786"], [1702464836, "279786"], [1702464869, "279786"], [1702464905, "279786"], [1702464926, "279786"], [1702464956, "279786"], [1702464992, "279786"], [1702465016, "279786"], [1702465049, "279786"], [1702465085, "279786"], [1702465118, "279786"], [1702465145, "279786"], [1702465178, "279786"], [1702465208, "279786"], [1702465241, "279786"], [1702465298, "279786"], [1702465334, "279786"], [1702465367, "279786"], [1702465394, "279786"], [1702465418, "279786"], [1702465445, "279786"], [1702465481, "279786"], [1702465517, "279786"], [1702465550, "279786"], [1702465586, "279786"], [1702465619, "279786"], [1702465658, "279786"], [1702465706, "279786"], [1702465754, "279786"], [1702465787, "279786"], [1702465823, "279786"], [1702465856, "279786"], [1702465880, "279786"], [1702465910, "279786"], [1702465952, "279786"], [1702465988, "279786"], [1702466015, "279786"], [1702466030, "279786"], [1702466060, "279786"], [1702466078, "279786"], [1702466138, "279786"], [1702466168, "279786"], [1702466204, "279786"], [1702466237, "279786"], [1702466261, "279786"], [1702466291, "279786"], [1702466327, "279786"], [1702466360, "279786"], [1702466384, "279786"], [1702466417, "279786"], [1702466441, "279786"], [1702466471, "279786"], [1702466507, "279786"], [1702466540, "279786"], [1702466597, "279786"], [1702466633, "279786"], [1702466666, "279786"], [1702466705, "279786"], [1702466732, "279786"], [1702466765, "279786"], [1702466801, "279786"], [1702466852, "279786"], [1702466876, "279786"], [1702466918, "279786"], [1702466978, "279786"], [1702467014, "279786"], [1702467038, "279786"], [1702467068, "279786"], [1702467122, "279786"], [1702467158, "279786"], [1702467191, "279786"], [1702467221, "279786"], [1702467257, "279786"], [1702467299, "279786"], [1702467350, "279786"], [1702467386, "279786"], [1702467419, "279786"], [1702467455, "279786"], [1702467515, "279786"], [1702467542, "279786"], [1702467566, "279786"], [1702467599, "279786"], [1702467635, "279786"], [1702467668, "279786"], [1702467695, "279786"], [1702467716, "279786"], [1702467746, "279786"], [1702467800, "279786"], [1702467824, "279786"], [1702467908, "279786"], [1702467944, "279786"], [1702467968, "279786"], [1702468001, "279786"], [1702468031, "279786"], [1702468067, "279786"], [1702468085, "279786"], [1702468115, "279786"], [1702468151, "279786"], [1702468181, "279786"], [1702468208, "279786"], [1702468241, "279786"], [1702468256, "279786"], [1702468286, "279786"], [1702468322, "279786"], [1702468352, "279786"], [1702468388, "279786"], [1702468424, "279786"], [1702468457, "279786"], [1702468493, "279786"], [1702468517, "279786"], [1702468550, "279786"], [1702468586, "279786"], [1702468613, "279786"], [1702468637, "279786"], [1702468679, "279786"], [1702468721, "279786"], [1702468730, "279786"], [1702468766, "279786"], [1702468799, "279786"], [1702468835, "279786"], [1702468898, "279786"], [1702468934, "279786"], [1702468970, "279786"], [1702468994, "279786"], [1702469024, "279786"], [1702469060, "279786"], [1702469111, "279786"], [1702469144, "279786"], [1702469168, "279786"], [1702469204, "279786"], [1702469237, "279786"], [1702469273, "279786"], [1702469303, "279786"], [1702469336, "279786"], [1702469360, "279786"], [1702469387, "279786"], [1702469411, "279786"], [1702469435, "279786"], [1702469468, "279786"], [1702469504, "279786"], [1702469537, "279786"], [1702469573, "279786"], [1702469606, "279786"], [1702469633, "279786"], [1702469660, "279786"], [1702469684, "279786"], [1702469717, "279786"], [1702469753, "279786"], [1702469786, "279786"], [1702469816, "279786"], [1702469834, "279786"], [1702469864, "279786"], [1702469906, "279786"], [1702469936, "279786"], [1702469972, "279786"], [1702470005, "279786"], [1702470029, "279786"], [1702470065, "279786"], [1702470101, "279786"], [1702470131, "279786"], [1702470167, "279786"], [1702470203, "279786"], [1702470251, "279786"], [1702470278, "279786"], [1702470311, "279786"], [1702470347, "279786"], [1702470371, "279786"], [1702470404, "279786"], [1702470440, "279786"], [1702470476, "279786"], [1702470506, "279786"], [1702470542, "279786"], [1702470575, "279786"], [1702470611, "279786"], [1702470635, "279786"], [1702470662, "279786"], [1702470686, "279786"], [1702470719, "279786"], [1702470746, "279786"], [1702470812, "279786"], [1702470845, "279786"], [1702470875, "279786"], [1702470899, "279786"], [1702470953, "279786"], [1702470983, "279786"], [1702471025, "279786"], [1702471067, "279786"], [1702471169, "279786"], [1702471193, "279786"], [1702471226, "279786"], [1702471265, "279786"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "13151092"], [1702462721, "13151092"], [1702462736, "13151092"], [1702462751, "13151092"], [1702462763, "13151092"], [1702462793, "13151092"], [1702462808, "14674775"], [1702462829, "14674775"], [1702462844, "17355033"], [1702462865, "17355033"], [1702462880, "17605114"], [1702462904, "17605114"], [1702462919, "17605114"], [1702462952, "17605114"], [1702462973, "17605114"], [1702462988, "17862191"], [1702463045, "19232680"], [1702463081, "19856180"], [1702463114, "20372494"], [1702463150, "20372494"], [1702463186, "20626587"], [1702463216, "20626587"], [1702463240, "20626587"], [1702463273, "20626587"], [1702463324, "28344670"], [1702463354, "28344670"], [1702463381, "28620681"], [1702463417, "30549617"], [1702463453, "30549617"], [1702463477, "30549617"], [1702463510, "30549617"], [1702463537, "30549617"], [1702463570, "31070052"], [1702463591, "31344240"], [1702463621, "31506649"], [1702463657, "31810370"], [1702463693, "32941851"], [1702463729, "34377967"], [1702463765, "34377967"], [1702463798, "34377967"], [1702463846, "34494214"], [1702463873, "34702728"], [1702463906, "34992954"], [1702463948, "34992954"], [1702463984, "35769960"], [1702464014, "40414840"], [1702464050, "40414840"], [1702464086, "40673062"], [1702464122, "40961566"], [1702464155, "40961566"], [1702464194, "40961566"], [1702464230, "41489143"], [1702464263, "43170067"], [1702464299, "43170067"], [1702464332, "43566910"], [1702464356, "43566910"], [1702464392, "43641016"], [1702464425, "44002994"], [1702464455, "44939577"], [1702464479, "45035989"], [1702464509, "56212700"], [1702464533, "56212700"], [1702464569, "56212700"], [1702464605, "56212700"], [1702464635, "57424872"], [1702464671, "57680382"], [1702464716, "57680382"], [1702464743, "57680382"], [1702464776, "57680382"], [1702464812, "57959291"], [1702464836, "58652786"], [1702464869, "59239698"], [1702464905, "59845849"], [1702464926, "60350177"], [1702464956, "60350177"], [1702464992, "61579920"], [1702465016, "62382789"], [1702465049, "62686158"], [1702465085, "67147846"], [1702465118, "68901119"], [1702465145, "68901119"], [1702465178, "68901119"], [1702465208, "68901119"], [1702465241, "69252488"], [1702465298, "70290387"], [1702465334, "70290387"], [1702465367, "70290387"], [1702465394, "76565926"], [1702465418, "77156678"], [1702465445, "79252601"], [1702465481, "80838495"], [1702465517, "80838495"], [1702465550, "80980012"], [1702465586, "81721861"], [1702465619, "81721861"], [1702465658, "82158772"], [1702465706, "82461518"], [1702465754, "83865415"], [1702465787, "83865415"], [1702465823, "84350611"], [1702465856, "84350611"], [1702465880, "85430087"], [1702465910, "86663332"], [1702465952, "93586182"], [1702465988, "94070220"], [1702466015, "94573536"], [1702466030, "94573536"], [1702466060, "94573536"], [1702466078, "94767853"], [1702466138, "95009362"], [1702466168, "95122338"], [1702466204, "95204947"], [1702466237, "95483472"], [1702466261, "97144243"], [1702466291, "97144243"], [1702466327, "97144243"], [1702466360, "97144243"], [1702466384, "100929643"], [1702466417, "100929643"], [1702466441, "101912856"], [1702466471, "102137967"], [1702466507, "102137967"], [1702466540, "102851179"], [1702466597, "104525051"], [1702466633, "104733645"], [1702466666, "104733645"], [1702466705, "104733645"], [1702466732, "105661918"], [1702466765, "107874665"], [1702466801, "108152960"], [1702466852, "112585935"], [1702466876, "112585935"], [1702466918, "112776983"], [1702466978, "113775406"], [1702467014, "114986008"], [1702467038, "114986008"], [1702467068, "114986008"], [1702467122, "116317105"], [1702467158, "116876152"], [1702467191, "118632435"], [1702467221, "118632435"], [1702467257, "118980307"], [1702467299, "118980307"], [1702467350, "122184199"], [1702467386, "122464539"], [1702467419, "122464539"], [1702467455, "123812367"], [1702467515, "124576673"], [1702467542, "125021454"], [1702467566, "125021454"], [1702467599, "125317273"], [1702467635, "125317273"], [1702467668, "125530709"], [1702467695, "125530709"], [1702467716, "126851119"], [1702467746, "127294240"], [1702467800, "127294240"], [1702467824, "127294240"], [1702467908, "128397130"], [1702467944, "128397130"], [1702467968, "128397130"], [1702468001, "128397130"], [1702468031, "128397130"], [1702468067, "129450469"], [1702468085, "130014271"], [1702468115, "130591845"], [1702468151, "130591845"], [1702468181, "130591845"], [1702468208, "130591845"], [1702468241, "131210367"], [1702468256, "131210367"], [1702468286, "131255445"], [1702468322, "133611501"], [1702468352, "133994582"], [1702468388, "133994582"], [1702468424, "133994582"], [1702468457, "133994582"], [1702468493, "137556138"], [1702468517, "137556138"], [1702468550, "137893612"], [1702468586, "141416401"], [1702468613, "142974349"], [1702468637, "146237413"], [1702468679, "146444293"], [1702468721, "146444293"], [1702468730, "146444293"], [1702468766, "146444293"], [1702468799, "146444293"], [1702468835, "146444293"], [1702468898, "147115885"], [1702468934, "147115885"], [1702468970, "151235344"], [1702468994, "151771380"], [1702469024, "151771380"], [1702469060, "151771380"], [1702469111, "155046476"], [1702469144, "155046476"], [1702469168, "155046476"], [1702469204, "155280896"], [1702469237, "155376778"], [1702469273, "155376778"], [1702469303, "156066219"], [1702469336, "156304040"], [1702469360, "156304040"], [1702469387, "156304040"], [1702469411, "157689095"], [1702469435, "157689095"], [1702469468, "157689095"], [1702469504, "157835146"], [1702469537, "158120925"], [1702469573, "160009890"], [1702469606, "160009890"], [1702469633, "160297529"], [1702469660, "160297529"], [1702469684, "161540430"], [1702469717, "162780578"], [1702469753, "163660333"], [1702469786, "163660333"], [1702469816, "164202397"], [1702469834, "164202397"], [1702469864, "164202397"], [1702469906, "164463427"], [1702469936, "164769615"], [1702469972, "164769615"], [1702470005, "164769615"], [1702470029, "164769615"], [1702470065, "164769615"], [1702470101, "166347848"], [1702470131, "167789247"], [1702470167, "168554863"], [1702470203, "169568615"], [1702470251, "170321698"], [1702470278, "173290060"], [1702470311, "173290060"], [1702470347, "173290060"], [1702470371, "173290060"], [1702470404, "173290060"], [1702470440, "173694516"], [1702470476, "173959989"], [1702470506, "173959989"], [1702470542, "175621672"], [1702470575, "175621672"], [1702470611, "176190307"], [1702470635, "176907396"], [1702470662, "176907396"], [1702470686, "177770821"], [1702470719, "179402999"], [1702470746, "179653635"], [1702470812, "180904535"], [1702470845, "182336565"], [1702470875, "183208323"], [1702470899, "184379886"], [1702470953, "184953443"], [1702470983, "186291277"], [1702471025, "186291277"], [1702471067, "192062699"], [1702471169, "193448074"], [1702471193, "193448074"], [1702471226, "193448074"], [1702471265, "193448074"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "125126058"], [1702462721, "142919672"], [1702462736, "158966134"], [1702462751, "161054179"], [1702462763, "173041317"], [1702462793, "183507973"], [1702462808, "188878497"], [1702462829, "197388383"], [1702462844, "206756366"], [1702462865, "214174140"], [1702462880, "222965982"], [1702462904, "234723239"], [1702462919, "237711240"], [1702462952, "268207782"], [1702462973, "273355834"], [1702462988, "287482468"], [1702463045, "337700835"], [1702463081, "385118427"], [1702463114, "398834335"], [1702463150, "419780603"], [1702463186, "439132689"], [1702463216, "453699067"], [1702463240, "468406311"], [1702463273, "474196234"], [1702463324, "492345091"], [1702463354, "499442373"], [1702463381, "509407758"], [1702463417, "525433915"], [1702463453, "545464826"], [1702463477, "562509384"], [1702463510, "577001936"], [1702463537, "594824194"], [1702463570, "637469323"], [1702463591, "652551957"], [1702463621, "662389970"], [1702463657, "672252086"], [1702463693, "702662044"], [1702463729, "711202528"], [1702463765, "728764995"], [1702463798, "743663582"], [1702463846, "761154206"], [1702463873, "768707104"], [1702463906, "783408169"], [1702463948, "799397578"], [1702463984, "815917734"], [1702464014, "827293458"], [1702464050, "846616423"], [1702464086, "862113600"], [1702464122, "881683222"], [1702464155, "901338616"], [1702464194, "920973173"], [1702464230, "932770824"], [1702464263, "949326960"], [1702464299, "957194912"], [1702464332, "973891092"], [1702464356, "986412347"], [1702464392, "998435576"], [1702464425, "1007253627"], [1702464455, "1023146318"], [1702464479, "1045096330"], [1702464509, "1063010613"], [1702464533, "1074161574"], [1702464569, "1098693690"], [1702464605, "1112903312"], [1702464635, "1126503957"], [1702464671, "1197915869"], [1702464716, "1210966164"], [1702464743, "1235156049"], [1702464776, "1247406268"], [1702464812, "1269251736"], [1702464836, "1287509415"], [1702464869, "1297036374"], [1702464905, "1309333477"], [1702464926, "1331024851"], [1702464956, "1343051660"], [1702464992, "1436698593"], [1702465016, "1452987914"], [1702465049, "1468768339"], [1702465085, "1482631669"], [1702465118, "1501922023"], [1702465145, "1525967777"], [1702465178, "1536506407"], [1702465208, "1557038660"], [1702465241, "1564165765"], [1702465298, "1584724127"], [1702465334, "1599115245"], [1702465367, "1612290611"], [1702465394, "1626480188"], [1702465418, "1640649771"], [1702465445, "1654742912"], [1702465481, "1671513962"], [1702465517, "1683067880"], [1702465550, "1696071002"], [1702465586, "1717644869"], [1702465619, "1740577277"], [1702465658, "1762075816"], [1702465706, "1773341930"], [1702465754, "1811437168"], [1702465787, "1823833623"], [1702465823, "1835800207"], [1702465856, "1851259550"], [1702465880, "1865590863"], [1702465910, "1880133771"], [1702465952, "1898304441"], [1702465988, "1916612141"], [1702466015, "1934850750"], [1702466030, "1947667220"], [1702466060, "1958694432"], [1702466078, "1967738575"], [1702466138, "1996389614"], [1702466168, "2011793974"], [1702466204, "2025011361"], [1702466237, "2050165835"], [1702466261, "2063684780"], [1702466291, "2076515806"], [1702466327, "2096426250"], [1702466360, "2115420171"], [1702466384, "2130381111"], [1702466417, "2146612512"], [1702466441, "2165810575"], [1702466471, "2185443257"], [1702466507, "2203240247"], [1702466540, "2212326193"], [1702466597, "2235085868"], [1702466633, "2249132656"], [1702466666, "2259742983"], [1702466705, "2275911758"], [1702466732, "2292221799"], [1702466765, "2311805891"], [1702466801, "2331034372"], [1702466852, "2373444005"], [1702466876, "2386863784"], [1702466918, "2405036977"], [1702466978, "2435101301"], [1702467014, "2448248213"], [1702467038, "2471067830"], [1702467068, "2487108818"], [1702467122, "2506968759"], [1702467158, "2516432123"], [1702467191, "2532414372"], [1702467221, "2558091016"], [1702467257, "2571148553"], [1702467299, "2587324083"], [1702467350, "2618645865"], [1702467386, "2639872563"], [1702467419, "2665028378"], [1702467455, "2690110844"], [1702467515, "2745969793"], [1702467542, "2756360913"], [1702467566, "2781329051"], [1702467599, "2809663310"], [1702467635, "2829999226"], [1702467668, "2849664101"], [1702467695, "2864467272"], [1702467716, "2886661441"], [1702467746, "2901357469"], [1702467800, "2965188357"], [1702467824, "2996769482"], [1702467908, "3082788559"], [1702467944, "3100295550"], [1702467968, "3126266069"], [1702468001, "3133535813"], [1702468031, "3144637572"], [1702468067, "3158180611"], [1702468085, "3178913267"], [1702468115, "3182410620"], [1702468151, "3207175597"], [1702468181, "3228003420"], [1702468208, "3256376583"], [1702468241, "3296026646"], [1702468256, "3312898723"], [1702468286, "3329488226"], [1702468322, "3350145593"], [1702468352, "3387898194"], [1702468388, "3405882333"], [1702468424, "3428268652"], [1702468457, "3443299273"], [1702468493, "3469429975"], [1702468517, "3501189815"], [1702468550, "3514976942"], [1702468586, "3576077204"], [1702468613, "3597261031"], [1702468637, "3618276670"], [1702468679, "3636976083"], [1702468721, "3650853269"], [1702468730, "3663475962"], [1702468766, "3679120424"], [1702468799, "3691488640"], [1702468835, "3706160445"], [1702468898, "3734495459"], [1702468934, "3796666169"], [1702468970, "3857830881"], [1702468994, "3900243347"], [1702469024, "3928042957"], [1702469060, "3967534222"], [1702469111, "4023175675"], [1702469144, "4039473315"], [1702469168, "4052630426"], [1702469204, "4072535799"], [1702469237, "4094437885"], [1702469273, "4129667027"], [1702469303, "4166621333"], [1702469336, "4205212051"], [1702469360, "4236314633"], [1702469387, "4253879915"], [1702469411, "4268773536"], [1702469435, "4280005221"], [1702469468, "4297517581"], [1702469504, "4313266029"], [1702469537, "4327170456"], [1702469573, "4340219662"], [1702469606, "4357841814"], [1702469633, "4371353263"], [1702469660, "4407286072"], [1702469684, "4429959524"], [1702469717, "4462199240"], [1702469753, "4481798817"], [1702469786, "4500217799"], [1702469816, "4518504616"], [1702469834, "4547013767"], [1702469864, "4558134882"], [1702469906, "4582815293"], [1702469936, "4594457173"], [1702469972, "4602745893"], [1702470005, "4620992644"], [1702470029, "4631995973"], [1702470065, "4646482980"], [1702470101, "4682113820"], [1702470131, "4711551801"], [1702470167, "4748040924"], [1702470203, "4781014249"], [1702470251, "4802634398"], [1702470278, "4829899041"], [1702470311, "4848101125"], [1702470347, "4870691646"], [1702470371, "4880865768"], [1702470404, "4890147453"], [1702470440, "4909607353"], [1702470476, "4920006353"], [1702470506, "4950898654"], [1702470542, "4987610761"], [1702470575, "5010119098"], [1702470611, "5056273020"], [1702470635, "5085954181"], [1702470662, "5101828567"], [1702470686, "5111856721"], [1702470719, "5131248842"], [1702470746, "5142529674"], [1702470812, "5181677603"], [1702470845, "5192407338"], [1702470875, "5216724939"], [1702470899, "5232216250"], [1702470953, "5254265135"], [1702470983, "5273812010"], [1702471025, "5285581807"], [1702471067, "5310415417"], [1702471169, "5363556065"], [1702471193, "5371850291"], [1702471226, "5397136513"], [1702471265, "5414639697"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "17754550"], [1702462973, "17754550"], [1702462988, "17754550"], [1702463045, "17754550"], [1702463081, "17754550"], [1702463114, "17754550"], [1702463150, "17754550"], [1702463186, "17754550"], [1702463216, "17754550"], [1702463240, "31867975"], [1702463273, "31867975"], [1702463324, "31867975"], [1702463354, "31867975"], [1702463381, "31867975"], [1702463417, "31867975"], [1702463453, "31867975"], [1702463477, "31867975"], [1702463510, "31867975"], [1702463537, "31867975"], [1702463570, "31867975"], [1702463591, "31867975"], [1702463621, "31867975"], [1702463657, "31867975"], [1702463693, "31867975"], [1702463729, "31867975"], [1702463765, "31867975"], [1702463798, "31867975"], [1702463846, "31867975"], [1702463873, "31867975"], [1702463906, "31867975"], [1702463948, "31867975"], [1702463984, "31867975"], [1702464014, "31867975"], [1702464050, "31867975"], [1702464086, "31867975"], [1702464122, "31867975"], [1702464155, "31867975"], [1702464194, "31867975"], [1702464230, "31867975"], [1702464263, "31867975"], [1702464299, "31867975"], [1702464332, "31867975"], [1702464356, "31867975"], [1702464392, "31867975"], [1702464425, "31867975"], [1702464455, "33344692"], [1702464479, "33344692"], [1702464509, "33344692"], [1702464533, "33344692"], [1702464569, "33344692"], [1702464605, "33344692"], [1702464635, "33344692"], [1702464671, "33344692"], [1702464716, "33344692"], [1702464743, "33344692"], [1702464776, "33344692"], [1702464812, "33344692"], [1702464836, "33344692"], [1702464869, "33344692"], [1702464905, "33344692"], [1702464926, "33344692"], [1702464956, "33344692"], [1702464992, "33344692"], [1702465016, "33344692"], [1702465049, "33344692"], [1702465085, "33344692"], [1702465118, "33344692"], [1702465145, "33344692"], [1702465178, "33344692"], [1702465208, "33344692"], [1702465241, "33344692"], [1702465298, "33344692"], [1702465334, "33344692"], [1702465367, "33344692"], [1702465394, "33344692"], [1702465418, "33344692"], [1702465445, "33344692"], [1702465481, "33344692"], [1702465517, "33344692"], [1702465550, "33344692"], [1702465586, "33344692"], [1702465619, "33344692"], [1702465658, "33344692"], [1702465706, "33344692"], [1702465754, "33344692"], [1702465787, "33344692"], [1702465823, "33344692"], [1702465856, "33344692"], [1702465880, "33344692"], [1702465910, "33344692"], [1702465952, "33344692"], [1702465988, "33344692"], [1702466015, "33344692"], [1702466030, "33344692"], [1702466060, "33344692"], [1702466078, "33344692"], [1702466138, "33344692"], [1702466168, "33344692"], [1702466204, "33344692"], [1702466237, "33344692"], [1702466261, "33344692"], [1702466291, "33344692"], [1702466327, "33344692"], [1702466360, "33344692"], [1702466384, "33344692"], [1702466417, "33344692"], [1702466441, "33344692"], [1702466471, "33344692"], [1702466507, "33344692"], [1702466540, "33344692"], [1702466597, "33344692"], [1702466633, "33344692"], [1702466666, "33344692"], [1702466705, "33344692"], [1702466732, "33344692"], [1702466765, "33344692"], [1702466801, "33344692"], [1702466852, "33344692"], [1702466876, "33344692"], [1702466918, "33344692"], [1702466978, "33344692"], [1702467014, "33344692"], [1702467038, "33344692"], [1702467068, "33344692"], [1702467122, "33344692"], [1702467158, "33344692"], [1702467191, "33344692"], [1702467221, "33344692"], [1702467257, "33344692"], [1702467299, "33344692"], [1702467350, "33344692"], [1702467386, "33344692"], [1702467419, "33344692"], [1702467455, "33344692"], [1702467515, "33344692"], [1702467542, "33344692"], [1702467566, "33344692"], [1702467599, "33344692"], [1702467635, "33344692"], [1702467668, "33344692"], [1702467695, "33344692"], [1702467716, "33344692"], [1702467746, "33344692"], [1702467800, "33344692"], [1702467824, "33344692"], [1702467908, "33344692"], [1702467944, "33344692"], [1702467968, "33344692"], [1702468001, "33344692"], [1702468031, "33344692"], [1702468067, "33344692"], [1702468085, "33344692"], [1702468115, "33344692"], [1702468151, "33344692"], [1702468181, "33344692"], [1702468208, "33344692"], [1702468241, "33344692"], [1702468256, "33344692"], [1702468286, "33344692"], [1702468322, "33344692"], [1702468352, "33344692"], [1702468388, "33344692"], [1702468424, "33344692"], [1702468457, "33344692"], [1702468493, "33344692"], [1702468517, "33344692"], [1702468550, "33344692"], [1702468586, "33344692"], [1702468613, "33344692"], [1702468637, "33344692"], [1702468679, "33344692"], [1702468721, "33344692"], [1702468730, "33344692"], [1702468766, "33344692"], [1702468799, "33344692"], [1702468835, "33344692"], [1702468898, "33344692"], [1702468934, "33344692"], [1702468970, "33344692"], [1702468994, "33344692"], [1702469024, "33344692"], [1702469060, "33344692"], [1702469111, "33344692"], [1702469144, "33344692"], [1702469168, "33344692"], [1702469204, "33344692"], [1702469237, "33344692"], [1702469273, "33344692"], [1702469303, "33344692"], [1702469336, "33344692"], [1702469360, "33344692"], [1702469387, "33344692"], [1702469411, "33344692"], [1702469435, "33344692"], [1702469468, "33344692"], [1702469504, "33344692"], [1702469537, "33344692"], [1702469573, "33344692"], [1702469606, "33344692"], [1702469633, "33344692"], [1702469660, "33344692"], [1702469684, "33344692"], [1702469717, "33344692"], [1702469753, "33344692"], [1702469786, "33344692"], [1702469816, "33344692"], [1702469834, "33344692"], [1702469864, "33344692"], [1702469906, "33344692"], [1702469936, "33344692"], [1702469972, "33344692"], [1702470005, "33344692"], [1702470029, "33344692"], [1702470065, "33344692"], [1702470101, "33344692"], [1702470131, "33344692"], [1702470167, "33344692"], [1702470203, "33344692"], [1702470251, "33344692"], [1702470278, "33344692"], [1702470311, "33344692"], [1702470347, "33344692"], [1702470371, "33344692"], [1702470404, "33344692"], [1702470440, "33344692"], [1702470476, "33344692"], [1702470506, "33344692"], [1702470542, "33344692"], [1702470575, "33344692"], [1702470611, "33344692"], [1702470635, "33344692"], [1702470662, "33344692"], [1702470686, "33344692"], [1702470719, "33344692"], [1702470746, "33344692"], [1702470812, "33344692"], [1702470845, "33344692"], [1702470875, "33344692"], [1702470899, "33344692"], [1702470953, "33344692"], [1702470983, "33344692"], [1702471025, "33344692"], [1702471067, "33344692"], [1702471169, "33344692"], [1702471193, "33344692"], [1702471226, "33344692"], [1702471265, "33344692"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "17754550"], [1702462808, "17754550"], [1702462829, "17754550"], [1702462844, "17754550"], [1702462865, "17754550"], [1702462880, "17754550"], [1702462904, "17754550"], [1702462919, "17754550"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "16821214"], [1702468766, "19002352"], [1702468799, "22120993"], [1702468835, "29890660"], [1702468898, "45255217"], [1702468934, "52303491"], [1702468970, "58544538"], [1702468994, "62682899"], [1702469024, "64682428"], [1702469060, "75094526"], [1702469111, "92968371"], [1702469144, "103128889"], [1702469168, "106359597"], [1702469204, "116200329"], [1702469237, "123265426"], [1702469273, "128715088"], [1702469303, "133521049"], [1702469336, "149905813"], [1702469360, "153330285"], [1702469387, "166189296"], [1702469411, "169518686"], [1702469435, "189475618"], [1702469468, "198043032"], [1702469504, "209790492"], [1702469537, "216971152"], [1702469573, "221753348"], [1702469606, "228769959"], [1702469633, "239322577"], [1702469660, "245461714"], [1702469684, "252589396"], [1702469717, "262670292"], [1702469753, "264645758"], [1702469786, "273864257"], [1702469816, "277577456"], [1702469834, "290481004"], [1702469864, "298846217"], [1702469906, "308429889"], [1702469936, "313724266"], [1702469972, "322566410"], [1702470005, "335162486"], [1702470029, "342978947"], [1702470065, "353147807"], [1702470101, "363398691"], [1702470131, "372715733"], [1702470167, "379609375"], [1702470203, "384446571"], [1702470251, "396780497"], [1702470278, "406338079"], [1702470311, "412701998"], [1702470347, "424337615"], [1702470371, "429047106"], [1702470404, "432802367"], [1702470440, "439909764"], [1702470476, "442669740"], [1702470506, "448453636"], [1702470542, "460549819"], [1702470575, "467558185"], [1702470611, "479096952"], [1702470635, "489581798"], [1702470662, "494857537"], [1702470686, "499130430"], [1702470719, "501660322"], [1702470746, "509513925"], [1702470812, "516760909"], [1702470845, "524686248"], [1702470875, "527748956"], [1702470899, "536548770"], [1702470953, "547229271"], [1702470983, "549028076"], [1702471025, "555666792"], [1702471067, "563215678"], [1702471169, "581190820"], [1702471193, "585656081"], [1702471226, "593867899"], [1702471265, "597211014"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1180222308"], [1702462844, "1185411323"], [1702462865, "1185411323"], [1702462880, "1185411323"], [1702462904, "1185411323"], [1702462919, "1201941984"], [1702462952, "1292793774"], [1702462973, "1292793774"], [1702462988, "1292793774"], [1702463045, "1292793774"], [1702463081, "1328019024"], [1702463114, "1336318703"], [1702463150, "1336318703"], [1702463186, "1336318703"], [1702463216, "1336318703"], [1702463240, "1336318703"], [1702463273, "1336318703"], [1702463324, "1342223220"], [1702463354, "1342223220"], [1702463381, "1342223220"], [1702463417, "1342223220"], [1702463453, "1342223220"], [1702463477, "1358822321"], [1702463510, "1358822321"], [1702463537, "1358822321"], [1702463570, "1408613353"], [1702463591, "1408613353"], [1702463621, "1408613353"], [1702463657, "1408613353"], [1702463693, "1408613353"], [1702463729, "1409575744"], [1702463765, "1409575744"], [1702463798, "1409575744"], [1702463846, "1412404578"], [1702463873, "1445465264"], [1702463906, "1456570853"], [1702463948, "1456570853"], [1702463984, "1456570853"], [1702464014, "1456570853"], [1702464050, "1456570853"], [1702464086, "1456570853"], [1702464122, "1456570853"], [1702464155, "1456570853"], [1702464194, "1456570853"], [1702464230, "1456570853"], [1702464263, "1456570853"], [1702464299, "1456570853"], [1702464332, "1456570853"], [1702464356, "1456570853"], [1702464392, "1473176846"], [1702464425, "1510105438"], [1702464455, "1510105438"], [1702464479, "1510105438"], [1702464509, "1510105438"], [1702464533, "1510105438"], [1702464569, "1510105438"], [1702464605, "1543303592"], [1702464635, "1554384861"], [1702464671, "1554384861"], [1702464716, "1554384861"], [1702464743, "1554384861"], [1702464776, "1554384861"], [1702464812, "1554384861"], [1702464836, "1554384861"], [1702464869, "1554384861"], [1702464905, "1554384861"], [1702464926, "1554384861"], [1702464956, "1554384861"], [1702464992, "1554384861"], [1702465016, "1554384861"], [1702465049, "1554384861"], [1702465085, "1554384861"], [1702465118, "1554384861"], [1702465145, "1554384861"], [1702465178, "1554384861"], [1702465208, "1554384861"], [1702465241, "1554384861"], [1702465298, "1554384861"], [1702465334, "1554384861"], [1702465367, "1554384861"], [1702465394, "1554384861"], [1702465418, "1554384861"], [1702465445, "1554384861"], [1702465481, "1554384861"], [1702465517, "1554384861"], [1702465550, "1554384861"], [1702465586, "1554384861"], [1702465619, "1554384861"], [1702465658, "1554384861"], [1702465706, "1554384861"], [1702465754, "1554384861"], [1702465787, "1554384861"], [1702465823, "1554384861"], [1702465856, "1554384861"], [1702465880, "1554384861"], [1702465910, "1554384861"], [1702465952, "1554384861"], [1702465988, "1554384861"], [1702466015, "1554384861"], [1702466030, "1554384861"], [1702466060, "1554384861"], [1702466078, "1554384861"], [1702466138, "1554384861"], [1702466168, "1554384861"], [1702466204, "1554384861"], [1702466237, "1554384861"], [1702466261, "1554384861"], [1702466291, "1554384861"], [1702466327, "1554384861"], [1702466360, "1554384861"], [1702466384, "1554384861"], [1702466417, "1554384861"], [1702466441, "1554384861"], [1702466471, "1554384861"], [1702466507, "1554384861"], [1702466540, "1554384861"], [1702466597, "1554384861"], [1702466633, "1554384861"], [1702466666, "1554384861"], [1702466705, "1554384861"], [1702466732, "1554384861"], [1702466765, "1554384861"], [1702466801, "1554384861"], [1702466852, "1554384861"], [1702466876, "1554384861"], [1702466918, "1554384861"], [1702466978, "1554384861"], [1702467014, "1554384861"], [1702467038, "1554384861"], [1702467068, "1554384861"], [1702467122, "1562683556"], [1702467158, "1562683556"], [1702467191, "1562683556"], [1702467221, "1562683556"], [1702467257, "1562683556"], [1702467299, "1562683556"], [1702467350, "1562683556"], [1702467386, "1562683556"], [1702467419, "1562683556"], [1702467455, "1562683556"], [1702467515, "1562683556"], [1702467542, "1562683556"], [1702467566, "1562683556"], [1702467599, "1562683556"], [1702467635, "1562683556"], [1702467668, "1562683556"], [1702467695, "1562683556"], [1702467716, "1562683556"], [1702467746, "1562683556"], [1702467800, "1562683556"], [1702467824, "1562683556"], [1702467908, "1562683556"], [1702467944, "1570320845"], [1702467968, "1570320845"], [1702468001, "1570320845"], [1702468031, "1570320845"], [1702468067, "1570320845"], [1702468085, "1570320845"], [1702468115, "1570320845"], [1702468151, "1570320845"], [1702468181, "1570320845"], [1702468208, "1570320845"], [1702468241, "1570320845"], [1702468256, "1570320845"], [1702468286, "1570320845"], [1702468322, "1570320845"], [1702468352, "1570320845"], [1702468388, "1570320845"], [1702468424, "1570320845"], [1702468457, "1570320845"], [1702468493, "1570320845"], [1702468517, "1570320845"], [1702468550, "1570320845"], [1702468586, "1570320845"], [1702468613, "1570320845"], [1702468637, "1620108280"], [1702468679, "1620108280"], [1702468721, "1620108280"], [1702468730, "1620108280"], [1702468766, "1620108280"], [1702468799, "1620108280"], [1702468835, "1620108280"], [1702468898, "1620108280"], [1702468934, "1620108280"], [1702468970, "1620108280"], [1702468994, "1620108280"], [1702469024, "1620108280"], [1702469060, "1620108280"], [1702469111, "1620108280"], [1702469144, "1620108280"], [1702469168, "1620108280"], [1702469204, "1620108280"], [1702469237, "1620108280"], [1702469273, "1620108280"], [1702469303, "1620108280"], [1702469336, "1620108280"], [1702469360, "1620108280"], [1702469387, "1620108280"], [1702469411, "1620108280"], [1702469435, "1620108280"], [1702469468, "1620108280"], [1702469504, "1620108280"], [1702469537, "1620108280"], [1702469573, "1620108280"], [1702469606, "1620108280"], [1702469633, "1620108280"], [1702469660, "1620108280"], [1702469684, "1620108280"], [1702469717, "1620108280"], [1702469753, "1620108280"], [1702469786, "1620108280"], [1702469816, "1620108280"], [1702469834, "1620108280"], [1702469864, "1620108280"], [1702469906, "1620108280"], [1702469936, "1620108280"], [1702469972, "1620108280"], [1702470005, "1620108280"], [1702470029, "1620108280"], [1702470065, "1620108280"], [1702470101, "1620108280"], [1702470131, "1620108280"], [1702470167, "1620108280"], [1702470203, "1620108280"], [1702470251, "1620108280"], [1702470278, "1620108280"], [1702470311, "1620108280"], [1702470347, "1620108280"], [1702470371, "1620108280"], [1702470404, "1620108280"], [1702470440, "1620108280"], [1702470476, "1620108280"], [1702470506, "1620108280"], [1702470542, "1620108280"], [1702470575, "1620108280"], [1702470611, "1620108280"], [1702470635, "1620108280"], [1702470662, "1620108280"], [1702470686, "1620108280"], [1702470719, "1620108280"], [1702470746, "1620108280"], [1702470812, "1620108280"], [1702470845, "1620108280"], [1702470875, "1620108280"], [1702470899, "1620108280"], [1702470953, "1620108280"], [1702470983, "1620108280"], [1702471025, "1620108280"], [1702471067, "1620108280"], [1702471169, "1620108280"], [1702471193, "1620108280"], [1702471226, "1620108280"], [1702471265, "1620108280"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4100066"], [1702462721, "1160376720"], [1702462736, "1160376720"], [1702462751, "1160481030"], [1702462763, "1160857114"], [1702462793, "1160857114"], [1702462808, "1174690786"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "25265831"], [1702462721, "25860964"], [1702462736, "26091715"], [1702462751, "26091715"], [1702462763, "26091715"], [1702462793, "27387036"], [1702462808, "27387036"], [1702462829, "27387036"], [1702462844, "27900880"], [1702462865, "28125511"], [1702462880, "28460871"], [1702462904, "28460871"], [1702462919, "28460871"], [1702462952, "30157376"], [1702462973, "30157376"], [1702462988, "30157376"], [1702463045, "30157376"], [1702463081, "30865326"], [1702463114, "30865326"], [1702463150, "30865326"], [1702463186, "30865326"], [1702463216, "30865326"], [1702463240, "30865326"], [1702463273, "43157987"], [1702463324, "43881394"], [1702463354, "44060618"], [1702463381, "44797350"], [1702463417, "44797350"], [1702463453, "44797350"], [1702463477, "45064247"], [1702463510, "45064247"], [1702463537, "45064247"], [1702463570, "45064247"], [1702463591, "45064247"], [1702463621, "45367272"], [1702463657, "45367272"], [1702463693, "45367272"], [1702463729, "48216998"], [1702463765, "48216998"], [1702463798, "48391983"], [1702463846, "48391983"], [1702463873, "49330437"], [1702463906, "49330437"], [1702463948, "49330437"], [1702463984, "49764277"], [1702464014, "50048529"], [1702464050, "50636751"], [1702464086, "50636751"], [1702464122, "50636751"], [1702464155, "50636751"], [1702464194, "50988493"], [1702464230, "50988493"], [1702464263, "50988493"], [1702464299, "50988493"], [1702464332, "50988493"], [1702464356, "50988493"], [1702464392, "50988493"], [1702464425, "50988493"], [1702464455, "51226648"], [1702464479, "51226648"], [1702464509, "51440926"], [1702464533, "52163647"], [1702464569, "53926449"], [1702464605, "53926449"], [1702464635, "53926449"], [1702464671, "53926449"], [1702464716, "53926449"], [1702464743, "54400788"], [1702464776, "54400788"], [1702464812, "54400788"], [1702464836, "54400788"], [1702464869, "54400788"], [1702464905, "54720789"], [1702464926, "54720789"], [1702464956, "54720789"], [1702464992, "55280710"], [1702465016, "57702347"], [1702465049, "57702347"], [1702465085, "57702347"], [1702465118, "57945538"], [1702465145, "58099877"], [1702465178, "58099877"], [1702465208, "58099877"], [1702465241, "58620457"], [1702465298, "59560304"], [1702465334, "59560304"], [1702465367, "59560304"], [1702465394, "59560304"], [1702465418, "61290965"], [1702465445, "81163107"], [1702465481, "81574542"], [1702465517, "81574542"], [1702465550, "81574542"], [1702465586, "97180781"], [1702465619, "97180781"], [1702465658, "97180781"], [1702465706, "97180781"], [1702465754, "97484930"], [1702465787, "97484930"], [1702465823, "97686853"], [1702465856, "98196562"], [1702465880, "98196562"], [1702465910, "98925868"], [1702465952, "98925868"], [1702465988, "98925868"], [1702466015, "99168256"], [1702466030, "99168256"], [1702466060, "99721188"], [1702466078, "99721188"], [1702466138, "100616911"], [1702466168, "101233465"], [1702466204, "103417524"], [1702466237, "103417524"], [1702466261, "103417524"], [1702466291, "103417524"], [1702466327, "103909787"], [1702466360, "105453429"], [1702466384, "105453429"], [1702466417, "105898142"], [1702466441, "105898142"], [1702466471, "106016501"], [1702466507, "106016501"], [1702466540, "107222450"], [1702466597, "107222450"], [1702466633, "107222450"], [1702466666, "107222450"], [1702466705, "107612229"], [1702466732, "107612229"], [1702466765, "107612229"], [1702466801, "107979905"], [1702466852, "108349456"], [1702466876, "108349456"], [1702466918, "108349456"], [1702466978, "109306618"], [1702467014, "109306618"], [1702467038, "109560500"], [1702467068, "110260283"], [1702467122, "110260283"], [1702467158, "110260283"], [1702467191, "110260283"], [1702467221, "110483903"], [1702467257, "110936052"], [1702467299, "110936052"], [1702467350, "110936052"], [1702467386, "110936052"], [1702467419, "110936052"], [1702467455, "110936052"], [1702467515, "112457216"], [1702467542, "112457216"], [1702467566, "112965974"], [1702467599, "112965974"], [1702467635, "112965974"], [1702467668, "112965974"], [1702467695, "113214659"], [1702467716, "113316419"], [1702467746, "113316419"], [1702467800, "115458153"], [1702467824, "119006793"], [1702467908, "120003224"], [1702467944, "120866292"], [1702467968, "120866292"], [1702468001, "121532536"], [1702468031, "121532536"], [1702468067, "121811188"], [1702468085, "121811188"], [1702468115, "121811188"], [1702468151, "121811188"], [1702468181, "123103853"], [1702468208, "123103853"], [1702468241, "123103853"], [1702468256, "125026679"], [1702468286, "125026679"], [1702468322, "125026679"], [1702468352, "125026679"], [1702468388, "127467234"], [1702468424, "127467234"], [1702468457, "127467234"], [1702468493, "128257536"], [1702468517, "129416094"], [1702468550, "130760602"], [1702468586, "130760602"], [1702468613, "130760602"], [1702468637, "131468663"], [1702468679, "132129169"], [1702468721, "133244006"], [1702468730, "137095278"], [1702468766, "137095278"], [1702468799, "137095278"], [1702468835, "137479939"], [1702468898, "137704458"], [1702468934, "137704458"], [1702468970, "139920467"], [1702468994, "140143203"], [1702469024, "140783692"], [1702469060, "141792189"], [1702469111, "144188002"], [1702469144, "144188002"], [1702469168, "144188002"], [1702469204, "145471819"], [1702469237, "148127220"], [1702469273, "148449460"], [1702469303, "148449460"], [1702469336, "151773601"], [1702469360, "153607607"], [1702469387, "153607607"], [1702469411, "154758306"], [1702469435, "155170012"], [1702469468, "155170012"], [1702469504, "155399237"], [1702469537, "155399237"], [1702469573, "159178167"], [1702469606, "159382885"], [1702469633, "159382885"], [1702469660, "160210391"], [1702469684, "160748740"], [1702469717, "160748740"], [1702469753, "160748740"], [1702469786, "160970422"], [1702469816, "160970422"], [1702469834, "161178262"], [1702469864, "161178262"], [1702469906, "162906950"], [1702469936, "162906950"], [1702469972, "163169451"], [1702470005, "163169451"], [1702470029, "164244165"], [1702470065, "165033192"], [1702470101, "171904018"], [1702470131, "171904018"], [1702470167, "172982073"], [1702470203, "172982073"], [1702470251, "172982073"], [1702470278, "184076043"], [1702470311, "184076043"], [1702470347, "184993365"], [1702470371, "185579020"], [1702470404, "185579020"], [1702470440, "185579020"], [1702470476, "185579020"], [1702470506, "185579020"], [1702470542, "186625236"], [1702470575, "191210781"], [1702470611, "191210781"], [1702470635, "192449904"], [1702470662, "192449904"], [1702470686, "197535882"], [1702470719, "197535882"], [1702470746, "197535882"], [1702470812, "197711588"], [1702470845, "197711588"], [1702470875, "197881449"], [1702470899, "198190833"], [1702470953, "199090447"], [1702470983, "199090447"], [1702471025, "201112026"], [1702471067, "202204849"], [1702471169, "203705240"], [1702471193, "204127338"], [1702471226, "204127338"], [1702471265, "204127338"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "185483008"], [1702462721, "203062201"], [1702462736, "218835989"], [1702462751, "224215926"], [1702462763, "227970226"], [1702462793, "242016659"], [1702462808, "259838022"], [1702462829, "261636111"], [1702462844, "273627369"], [1702462865, "275863170"], [1702462880, "283428098"], [1702462904, "297915076"], [1702462919, "298743611"], [1702462952, "310092903"], [1702462973, "317060173"], [1702462988, "324109650"], [1702463045, "340016792"], [1702463081, "347523198"], [1702463114, "353789447"], [1702463150, "368392372"], [1702463186, "380861263"], [1702463216, "391879728"], [1702463240, "396686607"], [1702463273, "410391875"], [1702463324, "437761765"], [1702463354, "446132314"], [1702463381, "456257377"], [1702463417, "475990070"], [1702463453, "484167264"], [1702463477, "488714718"], [1702463510, "497916679"], [1702463537, "505421084"], [1702463570, "514449354"], [1702463591, "523978140"], [1702463621, "535102597"], [1702463657, "546368953"], [1702463693, "560056051"], [1702463729, "580250460"], [1702463765, "594716003"], [1702463798, "618756374"], [1702463846, "644158771"], [1702463873, "687033222"], [1702463906, "710059456"], [1702463948, "726889218"], [1702463984, "735623764"], [1702464014, "750588516"], [1702464050, "758599795"], [1702464086, "769822070"], [1702464122, "790365140"], [1702464155, "794120631"], [1702464194, "808378180"], [1702464230, "822814054"], [1702464263, "835183335"], [1702464299, "851364312"], [1702464332, "866222662"], [1702464356, "874058370"], [1702464392, "885140351"], [1702464425, "899796862"], [1702464455, "933488595"], [1702464479, "946629203"], [1702464509, "958526552"], [1702464533, "966720890"], [1702464569, "984270182"], [1702464605, "1001238851"], [1702464635, "1010828469"], [1702464671, "1033697405"], [1702464716, "1048157752"], [1702464743, "1062712267"], [1702464776, "1079642118"], [1702464812, "1090965561"], [1702464836, "1109401450"], [1702464869, "1118032202"], [1702464905, "1129612904"], [1702464926, "1145872681"], [1702464956, "1156309751"], [1702464992, "1170383921"], [1702465016, "1179416838"], [1702465049, "1184155301"], [1702465085, "1221337509"], [1702465118, "1232172443"], [1702465145, "1247947826"], [1702465178, "1256660623"], [1702465208, "1278822383"], [1702465241, "1288957280"], [1702465298, "1309575685"], [1702465334, "1323370368"], [1702465367, "1342490690"], [1702465394, "1348678741"], [1702465418, "1366499753"], [1702465445, "1382079546"], [1702465481, "1426183866"], [1702465517, "1437781703"], [1702465550, "1449660075"], [1702465586, "1466119195"], [1702465619, "1474431044"], [1702465658, "1495022893"], [1702465706, "1512265744"], [1702465754, "1549915693"], [1702465787, "1559558530"], [1702465823, "1570433307"], [1702465856, "1590782252"], [1702465880, "1597232999"], [1702465910, "1608137291"], [1702465952, "1623976518"], [1702465988, "1644198247"], [1702466015, "1656931312"], [1702466030, "1669234055"], [1702466060, "1676339563"], [1702466078, "1686649308"], [1702466138, "1714122822"], [1702466168, "1727199380"], [1702466204, "1741357813"], [1702466237, "1806082754"], [1702466261, "1889087068"], [1702466291, "1896068396"], [1702466327, "1905548818"], [1702466360, "1919334686"], [1702466384, "1933279407"], [1702466417, "1949194456"], [1702466441, "1971234423"], [1702466471, "1982161611"], [1702466507, "2003796094"], [1702466540, "2015209035"], [1702466597, "2040047797"], [1702466633, "2055368608"], [1702466666, "2070912343"], [1702466705, "2085817518"], [1702466732, "2102692000"], [1702466765, "2129449814"], [1702466801, "2158682142"], [1702466852, "2187108203"], [1702466876, "2199816679"], [1702466918, "2217809309"], [1702466978, "2238392934"], [1702467014, "2249381470"], [1702467038, "2268529744"], [1702467068, "2289992867"], [1702467122, "2316985609"], [1702467158, "2330054077"], [1702467191, "2347116902"], [1702467221, "2357161456"], [1702467257, "2367352387"], [1702467299, "2386214657"], [1702467350, "2402304704"], [1702467386, "2418107014"], [1702467419, "2449079330"], [1702467455, "2466599920"], [1702467515, "2494903878"], [1702467542, "2508257188"], [1702467566, "2528073440"], [1702467599, "2537220180"], [1702467635, "2540128659"], [1702467668, "2547198113"], [1702467695, "2560446925"], [1702467716, "2580778898"], [1702467746, "2597845943"], [1702467800, "2616844643"], [1702467824, "2649428789"], [1702467908, "2691298752"], [1702467944, "2712622460"], [1702467968, "2728360036"], [1702468001, "2749015977"], [1702468031, "2761080263"], [1702468067, "2776416836"], [1702468085, "2787329850"], [1702468115, "2792180873"], [1702468151, "2811466778"], [1702468181, "2851143312"], [1702468208, "2883897798"], [1702468241, "2906802179"], [1702468256, "2933050911"], [1702468286, "2946253851"], [1702468322, "2962115583"], [1702468352, "2979053097"], [1702468388, "2998406818"], [1702468424, "3012104205"], [1702468457, "3022709055"], [1702468493, "3046109375"], [1702468517, "3053443944"], [1702468550, "3059335321"], [1702468586, "3086418021"], [1702468613, "3130256288"], [1702468637, "3144403257"], [1702468679, "3172359906"], [1702468721, "3190987733"], [1702468730, "3202015708"], [1702468766, "3210171058"], [1702468799, "3223073303"], [1702468835, "3242546123"], [1702468898, "3269056512"], [1702468934, "3310660837"], [1702468970, "3334200233"], [1702468994, "3358047805"], [1702469024, "3374340684"], [1702469060, "3518141447"], [1702469111, "3544716850"], [1702469144, "3558935439"], [1702469168, "3569253079"], [1702469204, "3583537794"], [1702469237, "3606902805"], [1702469273, "3640953455"], [1702469303, "3673763281"], [1702469336, "3705807040"], [1702469360, "3745871354"], [1702469387, "3766270301"], [1702469411, "3786375573"], [1702469435, "3793612381"], [1702469468, "3807195612"], [1702469504, "3819805730"], [1702469537, "3838072670"], [1702469573, "3848793068"], [1702469606, "3862612372"], [1702469633, "3871311451"], [1702469660, "3898376553"], [1702469684, "3918207077"], [1702469717, "3942178744"], [1702469753, "3957905417"], [1702469786, "3980211717"], [1702469816, "3990436211"], [1702469834, "3999917721"], [1702469864, "4013689165"], [1702469906, "4026827434"], [1702469936, "4036651876"], [1702469972, "4051028127"], [1702470005, "4064666955"], [1702470029, "4074854145"], [1702470065, "4091314661"], [1702470101, "4109006112"], [1702470131, "4125061448"], [1702470167, "4139604263"], [1702470203, "4160952582"], [1702470251, "4193934609"], [1702470278, "4199547518"], [1702470311, "4219496525"], [1702470347, "4239182748"], [1702470371, "4251864536"], [1702470404, "4259192490"], [1702470440, "4273936154"], [1702470476, "4287046866"], [1702470506, "4306293566"], [1702470542, "4329028540"], [1702470575, "4354124788"], [1702470611, "4383883692"], [1702470635, "4409539770"], [1702470662, "4427858008"], [1702470686, "4454868005"], [1702470719, "4466439675"], [1702470746, "4480853301"], [1702470812, "4501815378"], [1702470845, "4507918625"], [1702470875, "4532426033"], [1702470899, "4538988340"], [1702470953, "4551393929"], [1702470983, "4561895852"], [1702471025, "4745672578"], [1702471067, "4771228185"], [1702471169, "4814296985"], [1702471193, "4826780401"], [1702471226, "4846689613"], [1702471265, "4866695050"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "84345308"], [1702462721, "85146685"], [1702462736, "86051405"], [1702462751, "90168439"], [1702462763, "90513768"], [1702462793, "91928502"], [1702462808, "95237042"], [1702462829, "95237042"], [1702462844, "108066863"], [1702462865, "109494044"], [1702462880, "110876367"], [1702462904, "113604708"], [1702462919, "113604708"], [1702462952, "128392424"], [1702462973, "128899322"], [1702462988, "256253091"], [1702463045, "278222263"], [1702463081, "287670111"], [1702463114, "296183998"], [1702463150, "310034320"], [1702463186, "322387836"], [1702463216, "327373710"], [1702463240, "347706542"], [1702463273, "350147844"], [1702463324, "366211997"], [1702463354, "379379855"], [1702463381, "387347694"], [1702463417, "394288828"], [1702463453, "421048598"], [1702463477, "428261023"], [1702463510, "438302978"], [1702463537, "448675766"], [1702463570, "457421954"], [1702463591, "468327661"], [1702463621, "474631658"], [1702463657, "483076328"], [1702463693, "512122760"], [1702463729, "524826586"], [1702463765, "539453062"], [1702463798, "546701050"], [1702463846, "564220275"], [1702463873, "572873677"], [1702463906, "576320652"], [1702463948, "596494874"], [1702463984, "602686271"], [1702464014, "615936616"], [1702464050, "628398053"], [1702464086, "644542033"], [1702464122, "658190136"], [1702464155, "673182790"], [1702464194, "690195122"], [1702464230, "695446449"], [1702464263, "713092506"], [1702464299, "722758522"], [1702464332, "734631906"], [1702464356, "740194144"], [1702464392, "744233453"], [1702464425, "768310121"], [1702464455, "774529404"], [1702464479, "795256794"], [1702464509, "798062869"], [1702464533, "805896020"], [1702464569, "814180324"], [1702464605, "828363035"], [1702464635, "843694593"], [1702464671, "848926024"], [1702464716, "855049441"], [1702464743, "864257980"], [1702464776, "868574591"], [1702464812, "882083435"], [1702464836, "903354331"], [1702464869, "919658231"], [1702464905, "934973135"], [1702464926, "943319881"], [1702464956, "955239002"], [1702464992, "969090116"], [1702465016, "977779824"], [1702465049, "986635670"], [1702465085, "995283816"], [1702465118, "1002096100"], [1702465145, "1011765543"], [1702465178, "1020635359"], [1702465208, "1033596507"], [1702465241, "1045174396"], [1702465298, "1061442666"], [1702465334, "1064229317"], [1702465367, "1079269466"], [1702465394, "1087051054"], [1702465418, "1105521094"], [1702465445, "1111777975"], [1702465481, "1120900689"], [1702465517, "1131058364"], [1702465550, "1137776129"], [1702465586, "1152104391"], [1702465619, "1163790073"], [1702465658, "1188996421"], [1702465706, "1200609994"], [1702465754, "1218928591"], [1702465787, "1233521445"], [1702465823, "1240750567"], [1702465856, "1249975424"], [1702465880, "1253521027"], [1702465910, "1259367402"], [1702465952, "1270864972"], [1702465988, "1294445562"], [1702466015, "1312100090"], [1702466030, "1318437816"], [1702466060, "1323735009"], [1702466078, "1330110550"], [1702466138, "1343582394"], [1702466168, "1359759155"], [1702466204, "1365108136"], [1702466237, "1380881939"], [1702466261, "1396870082"], [1702466291, "1403221708"], [1702466327, "1408893790"], [1702466360, "1420047946"], [1702466384, "1429367324"], [1702466417, "1441232555"], [1702466441, "1452450359"], [1702466471, "1458850672"], [1702466507, "1475104468"], [1702466540, "1480700846"], [1702466597, "1491869576"], [1702466633, "1506287854"], [1702466666, "1515730406"], [1702466705, "1530490604"], [1702466732, "1539806432"], [1702466765, "1555510780"], [1702466801, "1568403565"], [1702466852, "1582520656"], [1702466876, "1588245848"], [1702466918, "1596206477"], [1702466978, "1619371839"], [1702467014, "1634981672"], [1702467038, "1650008093"], [1702467068, "1659257169"], [1702467122, "1675560756"], [1702467158, "1682480667"], [1702467191, "1697443355"], [1702467221, "1705198677"], [1702467257, "1719535757"], [1702467299, "1730926274"], [1702467350, "1751805490"], [1702467386, "1766724536"], [1702467419, "1777800407"], [1702467455, "1802817645"], [1702467515, "1845942071"], [1702467542, "1859270171"], [1702467566, "1888497397"], [1702467599, "1894451908"], [1702467635, "1906527234"], [1702467668, "1915829976"], [1702467695, "1923074455"], [1702467716, "1929855794"], [1702467746, "1939378900"], [1702467800, "1961328590"], [1702467824, "1983674634"], [1702467908, "2037430076"], [1702467944, "2055871061"], [1702467968, "2070674696"], [1702468001, "2078192351"], [1702468031, "2087234048"], [1702468067, "2102976198"], [1702468085, "2112678141"], [1702468115, "2126894907"], [1702468151, "2137244581"], [1702468181, "2163813731"], [1702468208, "2182453190"], [1702468241, "2198497960"], [1702468256, "2207645434"], [1702468286, "2215130449"], [1702468322, "2230754331"], [1702468352, "2245678139"], [1702468388, "2255539572"], [1702468424, "2262255519"], [1702468457, "2266946581"], [1702468493, "2275332466"], [1702468517, "2286238043"], [1702468550, "2303680060"], [1702468586, "2333952018"], [1702468613, "2354156984"], [1702468637, "2367759575"], [1702468679, "2379832223"], [1702468721, "2394491246"], [1702468730, "2404148029"], [1702468766, "2411999019"], [1702468799, "2424529552"], [1702468835, "2436807835"], [1702468898, "2452822285"], [1702468934, "2488981922"], [1702468970, "2505759683"], [1702468994, "2521061712"], [1702469024, "2532982877"], [1702469060, "2555570479"], [1702469111, "2576391235"], [1702469144, "2584802180"], [1702469168, "2595498819"], [1702469204, "2599260198"], [1702469237, "2613752613"], [1702469273, "2647446020"], [1702469303, "2659504586"], [1702469336, "2688708570"], [1702469360, "2706620857"], [1702469387, "2718479914"], [1702469411, "2726490524"], [1702469435, "2732245412"], [1702469468, "2742481480"], [1702469504, "2749869265"], [1702469537, "2759713619"], [1702469573, "2780294560"], [1702469606, "2789362873"], [1702469633, "2799603292"], [1702469660, "2812512614"], [1702469684, "2820072681"], [1702469717, "2838167502"], [1702469753, "2851171420"], [1702469786, "2866787515"], [1702469816, "2881576462"], [1702469834, "2899775587"], [1702469864, "2907882639"], [1702469906, "2920584124"], [1702469936, "2927940002"], [1702469972, "2935406357"], [1702470005, "2948263729"], [1702470029, "2957291363"], [1702470065, "2961687066"], [1702470101, "2976246522"], [1702470131, "2983868111"], [1702470167, "3022622413"], [1702470203, "3035210478"], [1702470251, "3059979202"], [1702470278, "3079033906"], [1702470311, "3089728286"], [1702470347, "3113570283"], [1702470371, "3122280268"], [1702470404, "3128250498"], [1702470440, "3142350147"], [1702470476, "3160092175"], [1702470506, "3174343324"], [1702470542, "3191116715"], [1702470575, "3200929660"], [1702470611, "3220246500"], [1702470635, "3243783695"], [1702470662, "3252738247"], [1702470686, "3265721917"], [1702470719, "3272132129"], [1702470746, "3280471350"], [1702470812, "3301983806"], [1702470845, "3306793999"], [1702470875, "3316773547"], [1702470899, "3333307634"], [1702470953, "3344067202"], [1702470983, "3359162627"], [1702471025, "3369665687"], [1702471067, "3402719478"], [1702471169, "3416913985"], [1702471193, "3423683888"], [1702471226, "3434993762"], [1702471265, "3449558275"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "105995339"], [1702462721, "133438549"], [1702462736, "140752700"], [1702462751, "140752700"], [1702462763, "140752700"], [1702462793, "159115298"], [1702462808, "162602682"], [1702462829, "172111753"], [1702462844, "176174495"], [1702462865, "179744319"], [1702462880, "187953298"], [1702462904, "267953708"], [1702462919, "268942147"], [1702462952, "271580682"], [1702462973, "274573800"], [1702462988, "277421759"], [1702463045, "297894663"], [1702463081, "319423096"], [1702463114, "339244831"], [1702463150, "352361639"], [1702463186, "360108823"], [1702463216, "370683600"], [1702463240, "422086970"], [1702463273, "438185094"], [1702463324, "460485708"], [1702463354, "475413617"], [1702463381, "507501867"], [1702463417, "537708888"], [1702463453, "545215317"], [1702463477, "557518269"], [1702463510, "570646408"], [1702463537, "591532448"], [1702463570, "605550054"], [1702463591, "612487578"], [1702463621, "622801292"], [1702463657, "641228093"], [1702463693, "665836440"], [1702463729, "676232874"], [1702463765, "714174239"], [1702463798, "734647537"], [1702463846, "759563603"], [1702463873, "775886624"], [1702463906, "791268234"], [1702463948, "810559831"], [1702463984, "825577645"], [1702464014, "842777384"], [1702464050, "860814244"], [1702464086, "886825191"], [1702464122, "907033411"], [1702464155, "912503384"], [1702464194, "926962077"], [1702464230, "932058115"], [1702464263, "944269450"], [1702464299, "958805169"], [1702464332, "994504234"], [1702464356, "1001650776"], [1702464392, "1011407692"], [1702464425, "1021057886"], [1702464455, "1031519964"], [1702464479, "1059413361"], [1702464509, "1080497131"], [1702464533, "1139775660"], [1702464569, "1156723139"], [1702464605, "1173040662"], [1702464635, "1185467695"], [1702464671, "1201428043"], [1702464716, "1223724184"], [1702464743, "1239583072"], [1702464776, "1246495826"], [1702464812, "1260022582"], [1702464836, "1275012757"], [1702464869, "1285878085"], [1702464905, "1299179577"], [1702464926, "1316920520"], [1702464956, "1330410907"], [1702464992, "1335853392"], [1702465016, "1343465881"], [1702465049, "1351336650"], [1702465085, "1381843500"], [1702465118, "1389725802"], [1702465145, "1398016277"], [1702465178, "1403817923"], [1702465208, "1423044415"], [1702465241, "1440396277"], [1702465298, "1479855216"], [1702465334, "1521857648"], [1702465367, "1556463489"], [1702465394, "1570884916"], [1702465418, "1588503103"], [1702465445, "1607979724"], [1702465481, "1617596664"], [1702465517, "1651603754"], [1702465550, "1654985993"], [1702465586, "1682038421"], [1702465619, "1690576473"], [1702465658, "1708236611"], [1702465706, "1711891313"], [1702465754, "1726821359"], [1702465787, "1731936188"], [1702465823, "1746309924"], [1702465856, "1759249392"], [1702465880, "1769004529"], [1702465910, "1782285449"], [1702465952, "1795101783"], [1702465988, "1822876263"], [1702466015, "1838808984"], [1702466030, "1855226589"], [1702466060, "1862267606"], [1702466078, "1876324197"], [1702466138, "1892213135"], [1702466168, "1909532728"], [1702466204, "1931026033"], [1702466237, "1949733111"], [1702466261, "1968206808"], [1702466291, "1977312131"], [1702466327, "2011483941"], [1702466360, "2027924932"], [1702466384, "2039076449"], [1702466417, "2060670964"], [1702466441, "2090753228"], [1702466471, "2097257525"], [1702466507, "2121212338"], [1702466540, "2135060875"], [1702466597, "2146218475"], [1702466633, "2154505966"], [1702466666, "2174106057"], [1702466705, "2200898955"], [1702466732, "2216838760"], [1702466765, "2226667940"], [1702466801, "2257159449"], [1702466852, "2275020803"], [1702466876, "2283639581"], [1702466918, "2296231199"], [1702466978, "2332907705"], [1702467014, "2356727877"], [1702467038, "2378080735"], [1702467068, "2402016047"], [1702467122, "2420453179"], [1702467158, "2446357857"], [1702467191, "2483409219"], [1702467221, "2496486993"], [1702467257, "2522582425"], [1702467299, "2539764240"], [1702467350, "2559735379"], [1702467386, "2607596471"], [1702467419, "2625173565"], [1702467455, "2669203020"], [1702467515, "2733413190"], [1702467542, "2753655866"], [1702467566, "2765126079"], [1702467599, "2776141506"], [1702467635, "2792321710"], [1702467668, "2810813072"], [1702467695, "2929327506"], [1702467716, "2936273924"], [1702467746, "2945519726"], [1702467800, "2982867663"], [1702467824, "3027645223"], [1702467908, "3070802533"], [1702467944, "3093850704"], [1702467968, "3113344149"], [1702468001, "3118300148"], [1702468031, "3222189907"], [1702468067, "3241101278"], [1702468085, "3263281632"], [1702468115, "3273694459"], [1702468151, "3300190548"], [1702468181, "3330747425"], [1702468208, "3348488067"], [1702468241, "3361325576"], [1702468256, "3375963390"], [1702468286, "3389907094"], [1702468322, "3409471705"], [1702468352, "3534220851"], [1702468388, "3572318199"], [1702468424, "3593511456"], [1702468457, "3608187714"], [1702468493, "3628157443"], [1702468517, "3665373216"], [1702468550, "3677235471"], [1702468586, "3765195728"], [1702468613, "3825705284"], [1702468637, "3867681015"], [1702468679, "3883786737"], [1702468721, "3909704978"], [1702468730, "3919019847"], [1702468766, "3931099606"], [1702468799, "3948420538"], [1702468835, "3963537432"], [1702468898, "3984956541"], [1702468934, "4028400153"], [1702468970, "4080734863"], [1702468994, "4117570589"], [1702469024, "4131991663"], [1702469060, "4160721277"], [1702469111, "4200376110"], [1702469144, "4232226720"], [1702469168, "4239703378"], [1702469204, "4251559055"], [1702469237, "4271174716"], [1702469273, "4318682247"], [1702469303, "4341541793"], [1702469336, "4380258062"], [1702469360, "4397596537"], [1702469387, "4426461541"], [1702469411, "4439948041"], [1702469435, "4454663709"], [1702469468, "4469061537"], [1702469504, "4489481528"], [1702469537, "4514187841"], [1702469573, "4528930941"], [1702469606, "4540477980"], [1702469633, "4551596322"], [1702469660, "4575683527"], [1702469684, "4592273955"], [1702469717, "4606620281"], [1702469753, "4625496702"], [1702469786, "4656025355"], [1702469816, "4675375713"], [1702469834, "4694967982"], [1702469864, "4704892716"], [1702469906, "4725220732"], [1702469936, "4737804021"], [1702469972, "4748190835"], [1702470005, "4760444197"], [1702470029, "4766904757"], [1702470065, "4791860325"], [1702470101, "4807652115"], [1702470131, "4820541920"], [1702470167, "4835449233"], [1702470203, "4866869266"], [1702470251, "4903180370"], [1702470278, "4921323046"], [1702470311, "4942956366"], [1702470347, "4968614513"], [1702470371, "4986725749"], [1702470404, "5009340828"], [1702470440, "5023839790"], [1702470476, "5044370235"], [1702470506, "5070467018"], [1702470542, "5130388011"], [1702470575, "5167018828"], [1702470611, "5230652493"], [1702470635, "5280924989"], [1702470662, "5319095837"], [1702470686, "5364481426"], [1702470719, "5383556409"], [1702470746, "5418275860"], [1702470812, "5465821056"], [1702470845, "5493404782"], [1702470875, "5527919475"], [1702470899, "5543401619"], [1702470953, "5577602450"], [1702470983, "5590769774"], [1702471025, "5628003640"], [1702471067, "5682225778"], [1702471169, "5769310819"], [1702471193, "5786571603"], [1702471226, "5804959731"], [1702471265, "5837565332"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "157557718"], [1702462721, "159676205"], [1702462736, "166765164"], [1702462751, "168751384"], [1702462763, "170192384"], [1702462793, "194744419"], [1702462808, "201875692"], [1702462829, "206806318"], [1702462844, "212962814"], [1702462865, "219499737"], [1702462880, "222704398"], [1702462904, "242228039"], [1702462919, "249980832"], [1702462952, "260922107"], [1702462973, "276361059"], [1702462988, "283623081"], [1702463045, "325249599"], [1702463081, "344766964"], [1702463114, "357170040"], [1702463150, "364079569"], [1702463186, "409485156"], [1702463216, "426306093"], [1702463240, "438131908"], [1702463273, "447120433"], [1702463324, "466424133"], [1702463354, "476484287"], [1702463381, "489300702"], [1702463417, "500903367"], [1702463453, "526807195"], [1702463477, "536376859"], [1702463510, "543144883"], [1702463537, "562115363"], [1702463570, "576953625"], [1702463591, "587312858"], [1702463621, "634352459"], [1702463657, "641940822"], [1702463693, "720464635"], [1702463729, "743867919"], [1702463765, "758504238"], [1702463798, "774815105"], [1702463846, "794470386"], [1702463873, "803131995"], [1702463906, "812918402"], [1702463948, "830296682"], [1702463984, "836963331"], [1702464014, "847426634"], [1702464050, "858255535"], [1702464086, "878137615"], [1702464122, "890739565"], [1702464155, "905031619"], [1702464194, "932866757"], [1702464230, "942113548"], [1702464263, "959231813"], [1702464299, "976887601"], [1702464332, "988496052"], [1702464356, "1003238589"], [1702464392, "1019494868"], [1702464425, "1029760516"], [1702464455, "1041054892"], [1702464479, "1061604437"], [1702464509, "1075758294"], [1702464533, "1082683676"], [1702464569, "1095376912"], [1702464605, "1117830476"], [1702464635, "1145458495"], [1702464671, "1203078658"], [1702464716, "1214376304"], [1702464743, "1238953916"], [1702464776, "1254040508"], [1702464812, "1272442073"], [1702464836, "1287294708"], [1702464869, "1295448157"], [1702464905, "1304528416"], [1702464926, "1320970218"], [1702464956, "1328425172"], [1702464992, "1346477526"], [1702465016, "1370641434"], [1702465049, "1380907783"], [1702465085, "1395408327"], [1702465118, "1414665865"], [1702465145, "1440844293"], [1702465178, "1454575176"], [1702465208, "1474455791"], [1702465241, "1490210823"], [1702465298, "1524307465"], [1702465334, "1538505211"], [1702465367, "1561469391"], [1702465394, "1565572954"], [1702465418, "1583530062"], [1702465445, "1591350810"], [1702465481, "1604124019"], [1702465517, "1621301068"], [1702465550, "1636240126"], [1702465586, "1650089202"], [1702465619, "1666067712"], [1702465658, "1686845274"], [1702465706, "1699474376"], [1702465754, "1718789265"], [1702465787, "1733965138"], [1702465823, "1747558462"], [1702465856, "1777125259"], [1702465880, "1782487874"], [1702465910, "1792256704"], [1702465952, "1806373819"], [1702465988, "1825658504"], [1702466015, "1835547475"], [1702466030, "1850587890"], [1702466060, "1865965923"], [1702466078, "1882988295"], [1702466138, "1898835973"], [1702466168, "1924826121"], [1702466204, "1936206211"], [1702466237, "1949482397"], [1702466261, "1957273613"], [1702466291, "1974491124"], [1702466327, "1999660191"], [1702466360, "2018393267"], [1702466384, "2023406096"], [1702466417, "2038309117"], [1702466441, "2050909950"], [1702466471, "2062513277"], [1702466507, "2080261313"], [1702466540, "2090066888"], [1702466597, "2105794781"], [1702466633, "2115426904"], [1702466666, "2126759900"], [1702466705, "2134989526"], [1702466732, "2151540555"], [1702466765, "2162420554"], [1702466801, "2169844456"], [1702466852, "2195960701"], [1702466876, "2199812858"], [1702466918, "2206330976"], [1702466978, "2229022602"], [1702467014, "2251118283"], [1702467038, "2265586345"], [1702467068, "2279715831"], [1702467122, "2314294659"], [1702467158, "2322492086"], [1702467191, "2335344910"], [1702467221, "2346046148"], [1702467257, "2358224952"], [1702467299, "2386590213"], [1702467350, "2404516125"], [1702467386, "2424579242"], [1702467419, "2457486116"], [1702467455, "2491085459"], [1702467515, "2535069117"], [1702467542, "2551124934"], [1702467566, "2585666981"], [1702467599, "2602525776"], [1702467635, "2612539898"], [1702467668, "2628088445"], [1702467695, "2638809676"], [1702467716, "2652297552"], [1702467746, "2660662680"], [1702467800, "2682264528"], [1702467824, "2718203756"], [1702467908, "2795720355"], [1702467944, "2821854505"], [1702467968, "2840492484"], [1702468001, "2858937548"], [1702468031, "2869047091"], [1702468067, "2878644727"], [1702468085, "2885272732"], [1702468115, "2896123968"], [1702468151, "2915862501"], [1702468181, "2959100278"], [1702468208, "2990064314"], [1702468241, "3032788349"], [1702468256, "3047936039"], [1702468286, "3090773889"], [1702468322, "3110181193"], [1702468352, "3131020620"], [1702468388, "3144182052"], [1702468424, "3160475983"], [1702468457, "3181278740"], [1702468493, "3211239057"], [1702468517, "3219471194"], [1702468550, "3241013395"], [1702468586, "3273974061"], [1702468613, "3305393732"], [1702468637, "3326102098"], [1702468679, "3344988830"], [1702468721, "3366951568"], [1702468730, "3394917989"], [1702468766, "3402410225"], [1702468799, "3418079148"], [1702468835, "3441823442"], [1702468898, "3477223871"], [1702468934, "3520441740"], [1702468970, "3563685617"], [1702468994, "3589712260"], [1702469024, "3605620045"], [1702469060, "3625588687"], [1702469111, "3675973699"], [1702469144, "3696109302"], [1702469168, "3711928981"], [1702469204, "3740826035"], [1702469237, "3756790598"], [1702469273, "3787793077"], [1702469303, "3804945685"], [1702469336, "3838951664"], [1702469360, "3881588694"], [1702469387, "3905035963"], [1702469411, "3939767972"], [1702469435, "3950072556"], [1702469468, "3970647642"], [1702469504, "3986658672"], [1702469537, "4005326727"], [1702469573, "4013802408"], [1702469606, "4041840518"], [1702469633, "4061949367"], [1702469660, "4090794618"], [1702469684, "4107263868"], [1702469717, "4117283461"], [1702469753, "4126990951"], [1702469786, "4153493867"], [1702469816, "4180585488"], [1702469834, "4213737730"], [1702469864, "4230640958"], [1702469906, "4262872305"], [1702469936, "4275422545"], [1702469972, "4307143359"], [1702470005, "4325500393"], [1702470029, "4338638526"], [1702470065, "4351541728"], [1702470101, "4387307097"], [1702470131, "4427183069"], [1702470167, "4459458933"], [1702470203, "4504386723"], [1702470251, "4530170728"], [1702470278, "4551763185"], [1702470311, "4575700597"], [1702470347, "4595773276"], [1702470371, "4634664148"], [1702470404, "4650075593"], [1702470440, "4665687475"], [1702470476, "4685326705"], [1702470506, "4715865091"], [1702470542, "4741164330"], [1702470575, "4756304134"], [1702470611, "4809955199"], [1702470635, "4839240435"], [1702470662, "4849432586"], [1702470686, "4869503489"], [1702470719, "4907567098"], [1702470746, "4935490614"], [1702470812, "4970577320"], [1702470845, "4980270814"], [1702470875, "5000787194"], [1702470899, "5016612944"], [1702470953, "5042177523"], [1702470983, "5060779165"], [1702471025, "5069429095"], [1702471067, "5096578073"], [1702471169, "5133302692"], [1702471193, "5143552203"], [1702471226, "5158073467"], [1702471265, "5177453403"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "174257"], [1702463045, "174257"], [1702463081, "174257"], [1702463114, "174257"], [1702463150, "300379"], [1702463186, "300379"], [1702463216, "300379"], [1702463240, "300379"], [1702463273, "300379"], [1702463324, "300379"], [1702463354, "300379"], [1702463381, "300379"], [1702463417, "300379"], [1702463453, "300379"], [1702463477, "300379"], [1702463510, "300379"], [1702463537, "300379"], [1702463570, "300379"], [1702463591, "300379"], [1702463621, "300379"], [1702463657, "300379"], [1702463693, "300379"], [1702463729, "300379"], [1702463765, "300379"], [1702463798, "300379"], [1702463846, "300379"], [1702463873, "300379"], [1702463906, "300379"], [1702463948, "300379"], [1702463984, "300379"], [1702464014, "300379"], [1702464050, "300379"], [1702464086, "300379"], [1702464122, "300379"], [1702464155, "300379"], [1702464194, "300379"], [1702464230, "300379"], [1702464263, "300379"], [1702464299, "300379"], [1702464332, "300379"], [1702464356, "300379"], [1702464392, "300379"], [1702464425, "300379"], [1702464455, "300379"], [1702464479, "300379"], [1702464509, "300379"], [1702464533, "300379"], [1702464569, "300379"], [1702464605, "300379"], [1702464635, "300379"], [1702464671, "300379"], [1702464716, "300379"], [1702464743, "300379"], [1702464776, "300379"], [1702464812, "300379"], [1702464836, "300379"], [1702464869, "300379"], [1702464905, "300379"], [1702464926, "300379"], [1702464956, "300379"], [1702464992, "300379"], [1702465016, "300379"], [1702465049, "300379"], [1702465085, "300379"], [1702465118, "300379"], [1702465145, "300379"], [1702465178, "300379"], [1702465208, "300379"], [1702465241, "6559685"], [1702465298, "6559685"], [1702465334, "6559685"], [1702465367, "6559685"], [1702465394, "6559685"], [1702465418, "6559685"], [1702465445, "6559685"], [1702465481, "6559685"], [1702465517, "6559685"], [1702465550, "6559685"], [1702465586, "6559685"], [1702465619, "6559685"], [1702465658, "6559685"], [1702465706, "6559685"], [1702465754, "6559685"], [1702465787, "6559685"], [1702465823, "6559685"], [1702465856, "6559685"], [1702465880, "6559685"], [1702465910, "6559685"], [1702465952, "6559685"], [1702465988, "6559685"], [1702466015, "6559685"], [1702466030, "6559685"], [1702466060, "6559685"], [1702466078, "6559685"], [1702466138, "6559685"], [1702466168, "6559685"], [1702466204, "6559685"], [1702466237, "6559685"], [1702466261, "6559685"], [1702466291, "6559685"], [1702466327, "6559685"], [1702466360, "6559685"], [1702466384, "6559685"], [1702466417, "6559685"], [1702466441, "6559685"], [1702466471, "6559685"], [1702466507, "6559685"], [1702466540, "6559685"], [1702466597, "6559685"], [1702466633, "6559685"], [1702466666, "6559685"], [1702466705, "6559685"], [1702466732, "6559685"], [1702466765, "6559685"], [1702466801, "6559685"], [1702466852, "6559685"], [1702466876, "6559685"], [1702466918, "6559685"], [1702466978, "6559685"], [1702467014, "6559685"], [1702467038, "6559685"], [1702467068, "6559685"], [1702467122, "6559685"], [1702467158, "6559685"], [1702467191, "6559685"], [1702467221, "6559685"], [1702467257, "6559685"], [1702467299, "6559685"], [1702467350, "6559685"], [1702467386, "6559685"], [1702467419, "6559685"], [1702467455, "6559685"], [1702467515, "6559685"], [1702467542, "6559685"], [1702467566, "6559685"], [1702467599, "6559685"], [1702467635, "6559685"], [1702467668, "6559685"], [1702467695, "6559685"], [1702467716, "6559685"], [1702467746, "6559685"], [1702467800, "6559685"], [1702467824, "6559685"], [1702467908, "6559685"], [1702467944, "6559685"], [1702467968, "6559685"], [1702468001, "6559685"], [1702468031, "6559685"], [1702468067, "6559685"], [1702468085, "6559685"], [1702468115, "6559685"], [1702468151, "6559685"], [1702468181, "6559685"], [1702468208, "6559685"], [1702468241, "6559685"], [1702468256, "6559685"], [1702468286, "6559685"], [1702468322, "6559685"], [1702468352, "6559685"], [1702468388, "6559685"], [1702468424, "6559685"], [1702468457, "6559685"], [1702468493, "6559685"], [1702468517, "6559685"], [1702468550, "6559685"], [1702468586, "6559685"], [1702468613, "6559685"], [1702468637, "6559685"], [1702468679, "6559685"], [1702468721, "6559685"], [1702468730, "6559685"], [1702468766, "6559685"], [1702468799, "6559685"], [1702468835, "6559685"], [1702468898, "6559685"], [1702468934, "6559685"], [1702468970, "6559685"], [1702468994, "6559685"], [1702469024, "6559685"], [1702469060, "6559685"], [1702469111, "6559685"], [1702469144, "6559685"], [1702469168, "6559685"], [1702469204, "6559685"], [1702469237, "6559685"], [1702469273, "6559685"], [1702469303, "6559685"], [1702469336, "6559685"], [1702469360, "6559685"], [1702469387, "6559685"], [1702469411, "6559685"], [1702469435, "6559685"], [1702469468, "6559685"], [1702469504, "6559685"], [1702469537, "6559685"], [1702469573, "6559685"], [1702469606, "6559685"], [1702469633, "6559685"], [1702469660, "6559685"], [1702469684, "6559685"], [1702469717, "6559685"], [1702469753, "6559685"], [1702469786, "6559685"], [1702469816, "6559685"], [1702469834, "6559685"], [1702469864, "6559685"], [1702469906, "6559685"], [1702469936, "6559685"], [1702469972, "6559685"], [1702470005, "6559685"], [1702470029, "6559685"], [1702470065, "6559685"], [1702470101, "6559685"], [1702470131, "6559685"], [1702470167, "6559685"], [1702470203, "6559685"], [1702470251, "6559685"], [1702470278, "6559685"], [1702470311, "6559685"], [1702470347, "6559685"], [1702470371, "6559685"], [1702470404, "6559685"], [1702470440, "6559685"], [1702470476, "6559685"], [1702470506, "6559685"], [1702470542, "6559685"], [1702470575, "6559685"], [1702470611, "6559685"], [1702470635, "6559685"], [1702470662, "6559685"], [1702470686, "6559685"], [1702470719, "6559685"], [1702470746, "6559685"], [1702470812, "6559685"], [1702470845, "6559685"], [1702470875, "6559685"], [1702470899, "6559685"], [1702470953, "6559685"], [1702470983, "6559685"], [1702471025, "6559685"], [1702471067, "6559685"], [1702471169, "6559685"], [1702471193, "6559685"], [1702471226, "6559685"], [1702471265, "6559685"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "76646164"], [1702462721, "76646164"], [1702462736, "76646164"], [1702462751, "76646164"], [1702462763, "76646164"], [1702462793, "82197419"], [1702462808, "82197419"], [1702462829, "82197419"], [1702462844, "82197419"], [1702462865, "82197419"], [1702462880, "82197419"], [1702462904, "82197419"], [1702462919, "82197419"], [1702462952, "82197419"], [1702462973, "107361005"], [1702462988, "107361005"], [1702463045, "113922960"], [1702463081, "113922960"], [1702463114, "146184284"], [1702463150, "146184284"], [1702463186, "146184284"], [1702463216, "146184284"], [1702463240, "146184284"], [1702463273, "146184284"], [1702463324, "168295433"], [1702463354, "168552930"], [1702463381, "168552930"], [1702463417, "168552930"], [1702463453, "264221904"], [1702463477, "264221904"], [1702463510, "264221904"], [1702463537, "264221904"], [1702463570, "264221904"], [1702463591, "264221904"], [1702463621, "264221904"], [1702463657, "264221904"], [1702463693, "264221904"], [1702463729, "288287449"], [1702463765, "288287449"], [1702463798, "288287449"], [1702463846, "288287449"], [1702463873, "288287449"], [1702463906, "288287449"], [1702463948, "288287449"], [1702463984, "288287449"], [1702464014, "288287449"], [1702464050, "291365364"], [1702464086, "291365364"], [1702464122, "291365364"], [1702464155, "291365364"], [1702464194, "291365364"], [1702464230, "424764256"], [1702464263, "424764256"], [1702464299, "424764256"], [1702464332, "424764256"], [1702464356, "437871397"], [1702464392, "437871397"], [1702464425, "437871397"], [1702464455, "437871397"], [1702464479, "437871397"], [1702464509, "437871397"], [1702464533, "438116455"], [1702464569, "438116455"], [1702464605, "438116455"], [1702464635, "438116455"], [1702464671, "438116455"], [1702464716, "438116455"], [1702464743, "438116455"], [1702464776, "438116455"], [1702464812, "438116455"], [1702464836, "446281205"], [1702464869, "446281205"], [1702464905, "468820858"], [1702464926, "468820858"], [1702464956, "480337024"], [1702464992, "480337024"], [1702465016, "492128645"], [1702465049, "492128645"], [1702465085, "492128645"], [1702465118, "492128645"], [1702465145, "492128645"], [1702465178, "492128645"], [1702465208, "492128645"], [1702465241, "492128645"], [1702465298, "492128645"], [1702465334, "492128645"], [1702465367, "492128645"], [1702465394, "492128645"], [1702465418, "492128645"], [1702465445, "492128645"], [1702465481, "492128645"], [1702465517, "492128645"], [1702465550, "492128645"], [1702465586, "492128645"], [1702465619, "498699476"], [1702465658, "498699476"], [1702465706, "498699476"], [1702465754, "498699476"], [1702465787, "520191179"], [1702465823, "520191179"], [1702465856, "520191179"], [1702465880, "520191179"], [1702465910, "520191179"], [1702465952, "520191179"], [1702465988, "520191179"], [1702466015, "520191179"], [1702466030, "520191179"], [1702466060, "520191179"], [1702466078, "520191179"], [1702466138, "520191179"], [1702466168, "520191179"], [1702466204, "520191179"], [1702466237, "520191179"], [1702466261, "534203180"], [1702466291, "534203180"], [1702466327, "534203180"], [1702466360, "534203180"], [1702466384, "534203180"], [1702466417, "534203180"], [1702466441, "633609072"], [1702466471, "633609072"], [1702466507, "633609072"], [1702466540, "633609072"], [1702466597, "633609072"], [1702466633, "633989155"], [1702466666, "633989155"], [1702466705, "633989155"], [1702466732, "633989155"], [1702466765, "678626551"], [1702466801, "678626551"], [1702466852, "678626551"], [1702466876, "678626551"], [1702466918, "678626551"], [1702466978, "678626551"], [1702467014, "678626551"], [1702467038, "678626551"], [1702467068, "678626551"], [1702467122, "678626551"], [1702467158, "679053312"], [1702467191, "697703681"], [1702467221, "697703681"], [1702467257, "697703681"], [1702467299, "697703681"], [1702467350, "710575028"], [1702467386, "710575028"], [1702467419, "710575028"], [1702467455, "710724555"], [1702467515, "710724555"], [1702467542, "710724555"], [1702467566, "710885431"], [1702467599, "710885431"], [1702467635, "710885431"], [1702467668, "719668267"], [1702467695, "719668267"], [1702467716, "743739402"], [1702467746, "743739402"], [1702467800, "743739402"], [1702467824, "743739402"], [1702467908, "766896153"], [1702467944, "766896153"], [1702467968, "766896153"], [1702468001, "766896153"], [1702468031, "766896153"], [1702468067, "766896153"], [1702468085, "766896153"], [1702468115, "766896153"], [1702468151, "766896153"], [1702468181, "766896153"], [1702468208, "766896153"], [1702468241, "766896153"], [1702468256, "766896153"], [1702468286, "766896153"], [1702468322, "766896153"], [1702468352, "766896153"], [1702468388, "771127042"], [1702468424, "771127042"], [1702468457, "771127042"], [1702468493, "771127042"], [1702468517, "771127042"], [1702468550, "771127042"], [1702468586, "771127042"], [1702468613, "771127042"], [1702468637, "771127042"], [1702468679, "771127042"], [1702468721, "771127042"], [1702468730, "771127042"], [1702468766, "771127042"], [1702468799, "771127042"], [1702468835, "771127042"], [1702468898, "790516825"], [1702468934, "790516825"], [1702468970, "860494656"], [1702468994, "860494656"], [1702469024, "886680321"], [1702469060, "886680321"], [1702469111, "886680321"], [1702469144, "886680321"], [1702469168, "886680321"], [1702469204, "886680321"], [1702469237, "886680321"], [1702469273, "892428545"], [1702469303, "892428545"], [1702469336, "892428545"], [1702469360, "892428545"], [1702469387, "892428545"], [1702469411, "892428545"], [1702469435, "892428545"], [1702469468, "892428545"], [1702469504, "892428545"], [1702469537, "892428545"], [1702469573, "911895679"], [1702469606, "911895679"], [1702469633, "911895679"], [1702469660, "911895679"], [1702469684, "911895679"], [1702469717, "911895679"], [1702469753, "929353140"], [1702469786, "929353140"], [1702469816, "929353140"], [1702469834, "929353140"], [1702469864, "929353140"], [1702469906, "929353140"], [1702469936, "929353140"], [1702469972, "929353140"], [1702470005, "929353140"], [1702470029, "929353140"], [1702470065, "929353140"], [1702470101, "929353140"], [1702470131, "929353140"], [1702470167, "929353140"], [1702470203, "929353140"], [1702470251, "929353140"], [1702470278, "929353140"], [1702470311, "929353140"], [1702470347, "929353140"], [1702470371, "929353140"], [1702470404, "929353140"], [1702470440, "929353140"], [1702470476, "929353140"], [1702470506, "929353140"], [1702470542, "929353140"], [1702470575, "929353140"], [1702470611, "929353140"], [1702470635, "929353140"], [1702470662, "929353140"], [1702470686, "929353140"], [1702470719, "929353140"], [1702470746, "929353140"], [1702470812, "942175635"], [1702470845, "950191170"], [1702470875, "950191170"], [1702470899, "950191170"], [1702470953, "997547158"], [1702470983, "997547158"], [1702471025, "997547158"], [1702471067, "1005387611"], [1702471169, "1005387611"], [1702471193, "1005387611"], [1702471226, "1005387611"], [1702471265, "1005387611"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "47292982768"], [1702462721, "50016644855"], [1702462736, "53364407418"], [1702462751, "58136642702"], [1702462763, "60685634516"], [1702462793, "64283988445"], [1702462808, "66689779952"], [1702462829, "70736149095"], [1702462844, "73138118372"], [1702462865, "76074642929"], [1702462880, "78218498149"], [1702462904, "84859606374"], [1702462919, "87039399681"], [1702462952, "93107739101"], [1702462973, "95614294343"], [1702462988, "98664098119"], [1702463045, "110010124615"], [1702463081, "117258708486"], [1702463114, "124870025237"], [1702463150, "133749893238"], [1702463186, "140150975474"], [1702463216, "146638423787"], [1702463240, "151979933132"], [1702463273, "157795496173"], [1702463324, "169243700189"], [1702463354, "175023080912"], [1702463381, "180439088827"], [1702463417, "188472839215"], [1702463453, "196737869203"], [1702463477, "204053427951"], [1702463510, "210304685067"], [1702463537, "216463805370"], [1702463570, "221865559739"], [1702463591, "227226541448"], [1702463621, "232090679355"], [1702463657, "237668500232"], [1702463693, "243789414540"], [1702463729, "252151989894"], [1702463765, "259763007693"], [1702463798, "267119658475"], [1702463846, "276914830572"], [1702463873, "282636326174"], [1702463906, "289989470863"], [1702463948, "298523890577"], [1702463984, "305186916056"], [1702464014, "311179429165"], [1702464050, "317072307215"], [1702464086, "325775749744"], [1702464122, "335621273341"], [1702464155, "342217149055"], [1702464194, "351328992587"], [1702464230, "358511386750"], [1702464263, "367121405553"], [1702464299, "374769568103"], [1702464332, "382134466448"], [1702464356, "386325501002"], [1702464392, "391419863488"], [1702464425, "396885924140"], [1702464455, "404249466674"], [1702464479, "412205305761"], [1702464509, "417499831622"], [1702464533, "424117053245"], [1702464569, "431058233110"], [1702464605, "438907799372"], [1702464635, "445272304038"], [1702464671, "452849291883"], [1702464716, "461613010572"], [1702464743, "469784020712"], [1702464776, "474838317589"], [1702464812, "481380621402"], [1702464836, "489368428102"], [1702464869, "495299399213"], [1702464905, "502453004994"], [1702464926, "509794019967"], [1702464956, "516939614781"], [1702464992, "528363967685"], [1702465016, "534613980922"], [1702465049, "539287462167"], [1702465085, "544709784781"], [1702465118, "550153073156"], [1702465145, "555610125153"], [1702465178, "560616607768"], [1702465208, "568416809337"], [1702465241, "576445800558"], [1702465298, "587500738061"], [1702465334, "594261152291"], [1702465367, "602648804975"], [1702465394, "607816684213"], [1702465418, "614891123689"], [1702465445, "619687364434"], [1702465481, "627678611084"], [1702465517, "634068309114"], [1702465550, "639988224347"], [1702465586, "649464542993"], [1702465619, "657638310133"], [1702465658, "667992259529"], [1702465706, "676017713958"], [1702465754, "688247012196"], [1702465787, "695483300417"], [1702465823, "702322393073"], [1702465856, "708291874777"], [1702465880, "712635324506"], [1702465910, "719296465924"], [1702465952, "726421708849"], [1702465988, "734696748234"], [1702466015, "740495339157"], [1702466030, "745617128902"], [1702466060, "749625722178"], [1702466078, "755882124147"], [1702466138, "767980449758"], [1702466168, "774851191833"], [1702466204, "780712458351"], [1702466237, "787021356148"], [1702466261, "791599866895"], [1702466291, "796467638221"], [1702466327, "804072542153"], [1702466360, "811892165298"], [1702466384, "829340974995"], [1702466417, "838146499887"], [1702466441, "845987450669"], [1702466471, "852685298254"], [1702466507, "862347019062"], [1702466540, "868260024257"], [1702466597, "878910772446"], [1702466633, "885882433029"], [1702466666, "892346947878"], [1702466705, "901134141807"], [1702466732, "910900334336"], [1702466765, "919011594887"], [1702466801, "934118123199"], [1702466852, "947615450433"], [1702466876, "954467408665"], [1702466918, "961718241994"], [1702466978, "973832365881"], [1702467014, "979998491776"], [1702467038, "986420911275"], [1702467068, "993862687572"], [1702467122, "1005175497709"], [1702467158, "1012917106028"], [1702467191, "1021126986112"], [1702467221, "1029484462200"], [1702467257, "1039164353017"], [1702467299, "1046495599857"], [1702467350, "1055767416493"], [1702467386, "1064530340596"], [1702467419, "1072950314596"], [1702467455, "1085227923972"], [1702467515, "1109534119247"], [1702467542, "1118668146279"], [1702467566, "1130899367904"], [1702467599, "1137250990418"], [1702467635, "1145472163225"], [1702467668, "1152527755939"], [1702467695, "1157828156025"], [1702467716, "1164432070385"], [1702467746, "1169517713413"], [1702467800, "1183693340634"], [1702467824, "1194527401390"], [1702467908, "1225895079992"], [1702467944, "1237967259325"], [1702467968, "1247690606412"], [1702468001, "1254274719479"], [1702468031, "1260404420961"], [1702468067, "1266402553592"], [1702468085, "1272303483133"], [1702468115, "1278541712426"], [1702468151, "1287043464289"], [1702468181, "1299520023570"], [1702468208, "1309028044366"], [1702468241, "1323024410288"], [1702468256, "1331776901759"], [1702468286, "1338392533871"], [1702468322, "1349202385440"], [1702468352, "1360826259781"], [1702468388, "1368400459328"], [1702468424, "1375125222968"], [1702468457, "1381787822591"], [1702468493, "1391011505773"], [1702468517, "1401227963659"], [1702468550, "1409824850192"], [1702468586, "1425552766521"], [1702468613, "1440835561692"], [1702468637, "1448695105271"], [1702468679, "1459388395769"], [1702468721, "1468293416645"], [1702468730, "1474315681004"], [1702468766, "1479017975783"], [1702468799, "1485631746713"], [1702468835, "1492159061755"], [1702468898, "1504946329595"], [1702468934, "1521061760750"], [1702468970, "1536683110200"], [1702468994, "1549470780406"], [1702469024, "1563402947268"], [1702469060, "1575979718065"], [1702469111, "1590141657789"], [1702469144, "1596146446811"], [1702469168, "1599724106265"], [1702469204, "1607046532162"], [1702469237, "1615476237362"], [1702469273, "1624866381074"], [1702469303, "1638936497950"], [1702469336, "1651492069841"], [1702469360, "1665130361474"], [1702469387, "1673980392929"], [1702469411, "1681641184939"], [1702469435, "1691272859716"], [1702469468, "1699335016289"], [1702469504, "28703566114033"], [1702469537, "28955425113249"], [1702469573, "29155303170923"], [1702469606, "29338728301728"], [1702469633, "29491482961927"], [1702469660, "29636741284697"], [1702469684, "29757449575230"], [1702469717, "29825161145131"], [1702469753, "29916590420212"], [1702469786, "30010843768227"], [1702469816, "30083884605304"], [1702469834, "30201013595073"], [1702469864, "30288423822936"], [1702469906, "30493306893387"], [1702469936, "30640946329977"], [1702469972, "30849840209641"], [1702470005, "31088862275393"], [1702470029, "31213793190315"], [1702470065, "31380573003323"], [1702470101, "31542014424918"], [1702470131, "31669270323688"], [1702470167, "31788059955465"], [1702470203, "31890575144865"], [1702470251, "31976267998705"], [1702470278, "32062940086734"], [1702470311, "32216864838664"], [1702470347, "32398551174670"], [1702470371, "32613531434114"], [1702470404, "32755373347528"], [1702470440, "32954552906464"], [1702470476, "33128207062249"], [1702470506, "33321585361196"], [1702470542, "33485293528684"], [1702470575, "33582101960074"], [1702470611, "33684421106508"], [1702470635, "33794579640495"], [1702470662, "33837736776537"], [1702470686, "33905988084943"], [1702470719, "33985994957346"], [1702470746, "34143502612851"], [1702470812, "34346620354447"], [1702470845, "34416131293405"], [1702470875, "34488495783920"], [1702470899, "34621587703628"], [1702470953, "34915721117415"], [1702470983, "34976440550971"], [1702471025, "35055941151456"], [1702471067, "35176500991265"], [1702471169, "35609904781237"], [1702471193, "35675109035269"], [1702471226, "35770805130178"], [1702471265, "35937057247940"]]}], "kepler_container_cpu_instructions_total": [{"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1966596"], [1702462721, "1966596"], [1702462736, "2407626"], [1702462751, "2407626"], [1702462763, "2407626"], [1702462793, "2407626"], [1702462808, "2407626"], [1702462829, "2407626"], [1702462844, "2407626"], [1702462865, "2407626"], [1702462880, "2407626"], [1702462904, "2407626"], [1702462919, "2407626"], [1702462952, "2407626"], [1702462973, "2407626"], [1702462988, "2407626"], [1702463045, "2407626"], [1702463081, "2407626"], [1702463114, "2407626"], [1702463150, "2407626"], [1702463186, "2407626"], [1702463216, "2407626"], [1702463240, "2407626"], [1702463273, "2407626"], [1702463324, "2407626"], [1702463354, "2407626"], [1702463381, "5346080"], [1702463417, "5346080"], [1702463453, "5346080"], [1702463477, "5346080"], [1702463510, "5346080"], [1702463537, "5346080"], [1702463570, "5346080"], [1702463591, "5346080"], [1702463621, "5346080"], [1702463657, "5346080"], [1702463693, "5346080"], [1702463729, "5346080"], [1702463765, "5346080"], [1702463798, "5346080"], [1702463846, "5346080"], [1702463873, "5346080"], [1702463906, "5346080"], [1702463948, "5346080"], [1702463984, "5346080"], [1702464014, "5346080"], [1702464050, "5346080"], [1702464086, "5346080"], [1702464122, "5346080"], [1702464155, "5346080"], [1702464194, "5346080"], [1702464230, "5346080"], [1702464263, "5346080"], [1702464299, "5346080"], [1702464332, "5346080"], [1702464356, "5346080"], [1702464392, "5346080"], [1702464425, "5346080"], [1702464455, "5346080"], [1702464479, "5346080"], [1702464509, "5346080"], [1702464533, "5346080"], [1702464569, "5346080"], [1702464605, "5346080"], [1702464635, "5346080"], [1702464671, "5346080"], [1702464716, "5346080"], [1702464743, "5346080"], [1702464776, "5346080"], [1702464812, "5346080"], [1702464836, "5346080"], [1702464869, "5346080"], [1702464905, "5346080"], [1702464926, "5346080"], [1702464956, "5346080"], [1702464992, "5346080"], [1702465016, "5346080"], [1702465049, "5346080"], [1702465085, "5346080"], [1702465118, "5346080"], [1702465145, "5346080"], [1702465178, "5346080"], [1702465208, "5346080"], [1702465241, "5346080"], [1702465298, "5346080"], [1702465334, "5346080"], [1702465367, "5346080"], [1702465394, "5346080"], [1702465418, "5346080"], [1702465445, "5346080"], [1702465481, "5346080"], [1702465517, "5346080"], [1702465550, "5346080"], [1702465586, "5346080"], [1702465619, "5346080"], [1702465658, "5346080"], [1702465706, "5346080"], [1702465754, "5346080"], [1702465787, "5346080"], [1702465823, "5346080"], [1702465856, "5346080"], [1702465880, "5346080"], [1702465910, "5346080"], [1702465952, "5346080"], [1702465988, "5346080"], [1702466015, "5346080"], [1702466030, "5346080"], [1702466060, "5346080"], [1702466078, "5346080"], [1702466138, "5346080"], [1702466168, "5346080"], [1702466204, "5346080"], [1702466237, "5346080"], [1702466261, "5346080"], [1702466291, "5346080"], [1702466327, "5346080"], [1702466360, "5346080"], [1702466384, "5346080"], [1702466417, "5346080"], [1702466441, "5346080"], [1702466471, "5346080"], [1702466507, "5346080"], [1702466540, "5346080"], [1702466597, "5346080"], [1702466633, "5346080"], [1702466666, "5346080"], [1702466705, "5346080"], [1702466732, "5346080"], [1702466765, "5346080"], [1702466801, "5346080"], [1702466852, "5346080"], [1702466876, "5346080"], [1702466918, "5346080"], [1702466978, "5346080"], [1702467014, "5346080"], [1702467038, "5346080"], [1702467068, "5346080"], [1702467122, "5346080"], [1702467158, "5346080"], [1702467191, "5346080"], [1702467221, "5346080"], [1702467257, "5346080"], [1702467299, "5346080"], [1702467350, "5346080"], [1702467386, "5346080"], [1702467419, "5346080"], [1702467455, "5346080"], [1702467515, "5346080"], [1702467542, "5346080"], [1702467566, "5346080"], [1702467599, "5346080"], [1702467635, "5346080"], [1702467668, "5346080"], [1702467695, "5346080"], [1702467716, "5346080"], [1702467746, "5346080"], [1702467800, "5346080"], [1702467824, "5346080"], [1702467908, "5346080"], [1702467944, "5346080"], [1702467968, "5346080"], [1702468001, "5346080"], [1702468031, "5346080"], [1702468067, "5346080"], [1702468085, "5346080"], [1702468115, "5346080"], [1702468151, "5346080"], [1702468181, "5346080"], [1702468208, "5346080"], [1702468241, "5346080"], [1702468256, "5346080"], [1702468286, "5346080"], [1702468322, "5346080"], [1702468352, "5346080"], [1702468388, "5346080"], [1702468424, "5346080"], [1702468457, "5346080"], [1702468493, "5346080"], [1702468517, "5346080"], [1702468550, "5346080"], [1702468586, "5346080"], [1702468613, "5346080"], [1702468637, "5346080"], [1702468679, "5346080"], [1702468721, "5346080"], [1702468730, "5346080"], [1702468766, "5346080"], [1702468799, "5346080"], [1702468835, "5346080"], [1702468898, "5346080"], [1702468934, "5346080"], [1702468970, "5346080"], [1702468994, "5346080"], [1702469024, "5346080"], [1702469060, "5346080"], [1702469111, "5346080"], [1702469144, "5346080"], [1702469168, "5346080"], [1702469204, "5346080"], [1702469237, "5346080"], [1702469273, "5346080"], [1702469303, "5346080"], [1702469336, "5346080"], [1702469360, "5346080"], [1702469387, "5346080"], [1702469411, "5346080"], [1702469435, "5346080"], [1702469468, "5346080"], [1702469504, "5346080"], [1702469537, "5346080"], [1702469573, "5346080"], [1702469606, "5346080"], [1702469633, "5346080"], [1702469660, "5346080"], [1702469684, "5346080"], [1702469717, "5346080"], [1702469753, "5346080"], [1702469786, "5346080"], [1702469816, "5346080"], [1702469834, "5346080"], [1702469864, "5346080"], [1702469906, "5346080"], [1702469936, "5346080"], [1702469972, "5346080"], [1702470005, "5346080"], [1702470029, "5346080"], [1702470065, "5346080"], [1702470101, "5346080"], [1702470131, "5346080"], [1702470167, "5346080"], [1702470203, "5346080"], [1702470251, "5346080"], [1702470278, "5346080"], [1702470311, "5346080"], [1702470347, "5346080"], [1702470371, "5346080"], [1702470404, "5346080"], [1702470440, "5346080"], [1702470476, "5346080"], [1702470506, "5346080"], [1702470542, "5346080"], [1702470575, "5346080"], [1702470611, "5346080"], [1702470635, "5346080"], [1702470662, "5346080"], [1702470686, "5346080"], [1702470719, "5346080"], [1702470746, "5346080"], [1702470812, "5346080"], [1702470845, "5346080"], [1702470875, "5346080"], [1702470899, "5346080"], [1702470953, "5346080"], [1702470983, "5346080"], [1702471025, "5346080"], [1702471067, "5346080"], [1702471169, "5346080"], [1702471193, "5346080"], [1702471226, "5346080"], [1702471265, "5346080"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "52659782"], [1702462721, "54719245"], [1702462736, "56648500"], [1702462751, "67028692"], [1702462763, "68347727"], [1702462793, "70768688"], [1702462808, "71301828"], [1702462829, "71301828"], [1702462844, "72312605"], [1702462865, "75001155"], [1702462880, "75709573"], [1702462904, "80608249"], [1702462919, "81707333"], [1702462952, "91835869"], [1702462973, "93399555"], [1702462988, "94736989"], [1702463045, "103632995"], [1702463081, "107480929"], [1702463114, "109817755"], [1702463150, "113354976"], [1702463186, "117231448"], [1702463216, "133295599"], [1702463240, "136594259"], [1702463273, "139190807"], [1702463324, "149450399"], [1702463354, "151306199"], [1702463381, "155282016"], [1702463417, "160373168"], [1702463453, "166191203"], [1702463477, "167717269"], [1702463510, "169247559"], [1702463537, "172518830"], [1702463570, "177080069"], [1702463591, "178470960"], [1702463621, "180511142"], [1702463657, "184772017"], [1702463693, "188528310"], [1702463729, "197833185"], [1702463765, "203739733"], [1702463798, "207598883"], [1702463846, "211229756"], [1702463873, "214534484"], [1702463906, "219534237"], [1702463948, "228977112"], [1702463984, "232344241"], [1702464014, "238758374"], [1702464050, "241902399"], [1702464086, "243496866"], [1702464122, "251010247"], [1702464155, "253806150"], [1702464194, "264394348"], [1702464230, "269178060"], [1702464263, "272624940"], [1702464299, "275487402"], [1702464332, "277310415"], [1702464356, "278550392"], [1702464392, "284275045"], [1702464425, "289598598"], [1702464455, "294976600"], [1702464479, "298989029"], [1702464509, "302925414"], [1702464533, "303533275"], [1702464569, "308382138"], [1702464605, "313279932"], [1702464635, "315113059"], [1702464671, "319220674"], [1702464716, "324868195"], [1702464743, "330188305"], [1702464776, "331747240"], [1702464812, "338516141"], [1702464836, "341757541"], [1702464869, "353456567"], [1702464905, "357984777"], [1702464926, "366561239"], [1702464956, "369368574"], [1702464992, "375706457"], [1702465016, "377111165"], [1702465049, "380695243"], [1702465085, "384201918"], [1702465118, "387607060"], [1702465145, "390880187"], [1702465178, "395722353"], [1702465208, "403080521"], [1702465241, "411328748"], [1702465298, "421327515"], [1702465334, "427043964"], [1702465367, "437847864"], [1702465394, "440097525"], [1702465418, "443800218"], [1702465445, "447971187"], [1702465481, "451251907"], [1702465517, "455539615"], [1702465550, "459212732"], [1702465586, "468129204"], [1702465619, "477340157"], [1702465658, "489568349"], [1702465706, "495113966"], [1702465754, "502055715"], [1702465787, "505465180"], [1702465823, "507806831"], [1702465856, "511377595"], [1702465880, "513037537"], [1702465910, "517274032"], [1702465952, "519903735"], [1702465988, "523049820"], [1702466015, "527341548"], [1702466030, "531128762"], [1702466060, "531740420"], [1702466078, "536514218"], [1702466138, "542943482"], [1702466168, "545438207"], [1702466204, "547223321"], [1702466237, "552750041"], [1702466261, "554997376"], [1702466291, "559099287"], [1702466327, "565895356"], [1702466360, "572627621"], [1702466384, "577838072"], [1702466417, "580611595"], [1702466441, "583549350"], [1702466471, "586136052"], [1702466507, "593361321"], [1702466540, "597351040"], [1702466597, "601955452"], [1702466633, "604920604"], [1702466666, "608086232"], [1702466705, "611519183"], [1702466732, "619382090"], [1702466765, "626220172"], [1702466801, "632467680"], [1702466852, "640214236"], [1702466876, "641540290"], [1702466918, "645761038"], [1702466978, "659377510"], [1702467014, "664144132"], [1702467038, "669304291"], [1702467068, "671974571"], [1702467122, "678351362"], [1702467158, "686390151"], [1702467191, "691702351"], [1702467221, "697232010"], [1702467257, "704490818"], [1702467299, "708703514"], [1702467350, "710413116"], [1702467386, "717578906"], [1702467419, "724788814"], [1702467455, "731758611"], [1702467515, "741539172"], [1702467542, "743041031"], [1702467566, "746171519"], [1702467599, "782098554"], [1702467635, "783155827"], [1702467668, "790013977"], [1702467695, "793302837"], [1702467716, "795435134"], [1702467746, "798508462"], [1702467800, "811898865"], [1702467824, "818650974"], [1702467908, "833477053"], [1702467944, "837459817"], [1702467968, "839862182"], [1702468001, "843740405"], [1702468031, "847698588"], [1702468067, "850841530"], [1702468085, "853867965"], [1702468115, "855425904"], [1702468151, "861404743"], [1702468181, "866825046"], [1702468208, "871963582"], [1702468241, "880404173"], [1702468256, "883918316"], [1702468286, "933725580"], [1702468322, "938909464"], [1702468352, "942742398"], [1702468388, "946763297"], [1702468424, "949786827"], [1702468457, "954416308"], [1702468493, "961447712"], [1702468517, "967148984"], [1702468550, "971813429"], [1702468586, "979715242"], [1702468613, "984504180"], [1702468637, "988188695"], [1702468679, "992072913"], [1702468721, "995476718"], [1702468730, "1001281164"], [1702468766, "1001504254"], [1702468799, "1005622859"], [1702468835, "1010098104"], [1702468898, "1022242403"], [1702468934, "1031071768"], [1702468970, "1045122847"], [1702468994, "1049723209"], [1702469024, "1050527902"], [1702469060, "1052425571"], [1702469111, "1061845475"], [1702469144, "1065864308"], [1702469168, "1069539094"], [1702469204, "1075801332"], [1702469237, "1080782852"], [1702469273, "1085492871"], [1702469303, "1096269475"], [1702469336, "1100407577"], [1702469360, "1105583437"], [1702469387, "1107576131"], [1702469411, "1109390903"], [1702469435, "1110578519"], [1702469468, "1113844982"], [1702469504, "1119499645"], [1702469537, "1125029822"], [1702469573, "1129769340"], [1702469606, "1134045662"], [1702469633, "1139632494"], [1702469660, "1147153210"], [1702469684, "1152041613"], [1702469717, "1154525050"], [1702469753, "1157777158"], [1702469786, "1162087699"], [1702469816, "1166026908"], [1702469834, "1171653792"], [1702469864, "1175968300"], [1702469906, "1180361421"], [1702469936, "1184471447"], [1702469972, "1188272199"], [1702470005, "1192434408"], [1702470029, "1196709216"], [1702470065, "1201906940"], [1702470101, "1207466023"], [1702470131, "1212259144"], [1702470167, "1217788763"], [1702470203, "1221102923"], [1702470251, "1226652019"], [1702470278, "1229552629"], [1702470311, "1234713184"], [1702470347, "1242513292"], [1702470371, "1244590505"], [1702470404, "1246606792"], [1702470440, "1251339488"], [1702470476, "1253027098"], [1702470506, "1257449098"], [1702470542, "1261820502"], [1702470575, "1264138709"], [1702470611, "1269171205"], [1702470635, "1272647891"], [1702470662, "1275646162"], [1702470686, "1280783157"], [1702470719, "1285128255"], [1702470746, "1290827652"], [1702470812, "1303521172"], [1702470845, "1306617138"], [1702470875, "1310728600"], [1702470899, "1314800127"], [1702470953, "1322667995"], [1702470983, "1324043540"], [1702471025, "1330041434"], [1702471067, "1335153974"], [1702471169, "1345568198"], [1702471193, "1348257548"], [1702471226, "1351559142"], [1702471265, "1356146296"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "121341663"], [1702462721, "126881738"], [1702462736, "130123085"], [1702462751, "132996135"], [1702462763, "142875069"], [1702462793, "158328043"], [1702462808, "163348807"], [1702462829, "168726296"], [1702462844, "173561196"], [1702462865, "215378335"], [1702462880, "217093001"], [1702462904, "235968757"], [1702462919, "236850342"], [1702462952, "241752213"], [1702462973, "242518933"], [1702462988, "251470663"], [1702463045, "268371913"], [1702463081, "287010912"], [1702463114, "302391720"], [1702463150, "314878767"], [1702463186, "327247771"], [1702463216, "339944062"], [1702463240, "367078607"], [1702463273, "374426725"], [1702463324, "397196247"], [1702463354, "402144098"], [1702463381, "415522810"], [1702463417, "426126207"], [1702463453, "450069567"], [1702463477, "462771931"], [1702463510, "489052022"], [1702463537, "517293290"], [1702463570, "533950822"], [1702463591, "539174898"], [1702463621, "547144803"], [1702463657, "552945363"], [1702463693, "562073022"], [1702463729, "582862076"], [1702463765, "601387952"], [1702463798, "617932985"], [1702463846, "626758424"], [1702463873, "643080781"], [1702463906, "651221521"], [1702463948, "662680115"], [1702463984, "671147178"], [1702464014, "673101797"], [1702464050, "685244495"], [1702464086, "695623694"], [1702464122, "753907297"], [1702464155, "774004911"], [1702464194, "793788090"], [1702464230, "814458211"], [1702464263, "826319067"], [1702464299, "836412690"], [1702464332, "849902087"], [1702464356, "856923509"], [1702464392, "864301572"], [1702464425, "882733345"], [1702464455, "901340699"], [1702464479, "925409562"], [1702464509, "931274480"], [1702464533, "946331016"], [1702464569, "957369489"], [1702464605, "991390760"], [1702464635, "998547551"], [1702464671, "1008628475"], [1702464716, "1037398604"], [1702464743, "1047462179"], [1702464776, "1162403723"], [1702464812, "1195184818"], [1702464836, "1214373902"], [1702464869, "1223677868"], [1702464905, "1233603716"], [1702464926, "1242440016"], [1702464956, "1247654244"], [1702464992, "1255392812"], [1702465016, "1272962620"], [1702465049, "1296931037"], [1702465085, "1357488733"], [1702465118, "1366583251"], [1702465145, "1379560982"], [1702465178, "1396740254"], [1702465208, "1414673236"], [1702465241, "1433114893"], [1702465298, "1457238014"], [1702465334, "1475037588"], [1702465367, "1507685561"], [1702465394, "1516736570"], [1702465418, "1528263200"], [1702465445, "1535359564"], [1702465481, "1550685856"], [1702465517, "1560107912"], [1702465550, "1574109878"], [1702465586, "1588751839"], [1702465619, "1618742222"], [1702465658, "1661561707"], [1702465706, "1672567694"], [1702465754, "1702459255"], [1702465787, "1728247407"], [1702465823, "1747070125"], [1702465856, "1752809596"], [1702465880, "1755864920"], [1702465910, "1763298726"], [1702465952, "1783649390"], [1702465988, "1795419249"], [1702466015, "1814992775"], [1702466030, "1822902656"], [1702466060, "1829315970"], [1702466078, "1839749175"], [1702466138, "1864679042"], [1702466168, "1878515892"], [1702466204, "1896198187"], [1702466237, "1907006049"], [1702466261, "1920872911"], [1702466291, "1958059430"], [1702466327, "1974743185"], [1702466360, "1991734953"], [1702466384, "2005014221"], [1702466417, "2019991636"], [1702466441, "2035010275"], [1702466471, "2060016376"], [1702466507, "2098376025"], [1702466540, "2105900045"], [1702466597, "2125446086"], [1702466633, "2149794295"], [1702466666, "2158865487"], [1702466705, "2183249878"], [1702466732, "2190669684"], [1702466765, "2204143719"], [1702466801, "2224616246"], [1702466852, "2251540968"], [1702466876, "2267350591"], [1702466918, "2279124182"], [1702466978, "2321972315"], [1702467014, "2341048375"], [1702467038, "2349803806"], [1702467068, "2379410007"], [1702467122, "2397971554"], [1702467158, "2411146931"], [1702467191, "2430196140"], [1702467221, "2435776213"], [1702467257, "2446968103"], [1702467299, "2457921546"], [1702467350, "2479635919"], [1702467386, "2490094832"], [1702467419, "2524528089"], [1702467455, "2545185265"], [1702467515, "2583576836"], [1702467542, "2597893452"], [1702467566, "2604660303"], [1702467599, "2621243506"], [1702467635, "2632338123"], [1702467668, "2720906667"], [1702467695, "2729542988"], [1702467716, "2741464371"], [1702467746, "2755042284"], [1702467800, "2804349956"], [1702467824, "2827127736"], [1702467908, "2864260189"], [1702467944, "2871750932"], [1702467968, "2899877061"], [1702468001, "2908358222"], [1702468031, "2914532473"], [1702468067, "2932503127"], [1702468085, "2939824433"], [1702468115, "2950282423"], [1702468151, "2969647938"], [1702468181, "2990482891"], [1702468208, "3003463729"], [1702468241, "3038495537"], [1702468256, "3051580563"], [1702468286, "3060832725"], [1702468322, "3073832320"], [1702468352, "3090925581"], [1702468388, "3108266603"], [1702468424, "3127009013"], [1702468457, "3147270041"], [1702468493, "3163018093"], [1702468517, "3183273226"], [1702468550, "3195391249"], [1702468586, "3213374732"], [1702468613, "3227679706"], [1702468637, "3236120043"], [1702468679, "3255284204"], [1702468721, "3265553018"], [1702468730, "3281045935"], [1702468766, "3287884859"], [1702468799, "3300529929"], [1702468835, "3317818689"], [1702468898, "3343379498"], [1702468934, "3370963662"], [1702468970, "3387717133"], [1702468994, "3397060380"], [1702469024, "3399919489"], [1702469060, "3411434774"], [1702469111, "3439556513"], [1702469144, "3463266651"], [1702469168, "3468988750"], [1702469204, "3474904429"], [1702469237, "3492488636"], [1702469273, "3507807381"], [1702469303, "3528741185"], [1702469336, "3543030681"], [1702469360, "3560122329"], [1702469387, "3568731158"], [1702469411, "3576641752"], [1702469435, "3592654237"], [1702469468, "3603554877"], [1702469504, "3621892182"], [1702469537, "3641662083"], [1702469573, "3649417198"], [1702469606, "3664078326"], [1702469633, "3679012203"], [1702469660, "3705503856"], [1702469684, "3718944972"], [1702469717, "3732957338"], [1702469753, "3744509787"], [1702469786, "3761210712"], [1702469816, "3772772262"], [1702469834, "3783031065"], [1702469864, "3794428509"], [1702469906, "3842650540"], [1702469936, "3852009536"], [1702469972, "3870088955"], [1702470005, "3886672856"], [1702470029, "3893602395"], [1702470065, "3907321089"], [1702470101, "3925936700"], [1702470131, "3940474152"], [1702470167, "3971329665"], [1702470203, "3988752059"], [1702470251, "4010308082"], [1702470278, "4025380497"], [1702470311, "4052749690"], [1702470347, "4071507857"], [1702470371, "4087074873"], [1702470404, "4097424615"], [1702470440, "4115088549"], [1702470476, "4138153487"], [1702470506, "4152889101"], [1702470542, "4195495887"], [1702470575, "4211563733"], [1702470611, "4224946846"], [1702470635, "4241385637"], [1702470662, "4252596446"], [1702470686, "4263253043"], [1702470719, "4273907509"], [1702470746, "4305547417"], [1702470812, "4334818342"], [1702470845, "4353159984"], [1702470875, "4370659857"], [1702470899, "4375815602"], [1702470953, "4394235688"], [1702470983, "4423973328"], [1702471025, "4448835271"], [1702471067, "4496352387"], [1702471169, "4538957468"], [1702471193, "4559602651"], [1702471226, "4582863548"], [1702471265, "4603281677"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "7125586"], [1702462721, "7125586"], [1702462736, "13359491"], [1702462751, "13359491"], [1702462763, "13359491"], [1702462793, "13359491"], [1702462808, "13359491"], [1702462829, "13359491"], [1702462844, "13359491"], [1702462865, "13359491"], [1702462880, "13359491"], [1702462904, "13359491"], [1702462919, "13359491"], [1702462952, "15727851"], [1702462973, "15727851"], [1702462988, "15727851"], [1702463045, "15727851"], [1702463081, "15877501"], [1702463114, "15877501"], [1702463150, "15877501"], [1702463186, "17189798"], [1702463216, "17189798"], [1702463240, "17189798"], [1702463273, "22151176"], [1702463324, "24805785"], [1702463354, "24805785"], [1702463381, "24805785"], [1702463417, "24805785"], [1702463453, "24951727"], [1702463477, "24951727"], [1702463510, "25097011"], [1702463537, "25604641"], [1702463570, "25604641"], [1702463591, "25604641"], [1702463621, "28207244"], [1702463657, "28207244"], [1702463693, "28207244"], [1702463729, "28207244"], [1702463765, "28207244"], [1702463798, "30637885"], [1702463846, "31371679"], [1702463873, "41148243"], [1702463906, "41148243"], [1702463948, "45250689"], [1702463984, "45250689"], [1702464014, "45250689"], [1702464050, "45250689"], [1702464086, "45250689"], [1702464122, "45250689"], [1702464155, "45250689"], [1702464194, "46864126"], [1702464230, "61983712"], [1702464263, "61983712"], [1702464299, "61983712"], [1702464332, "61983712"], [1702464356, "62030761"], [1702464392, "62030761"], [1702464425, "62030761"], [1702464455, "72142608"], [1702464479, "72344941"], [1702464509, "72445905"], [1702464533, "72445905"], [1702464569, "72445905"], [1702464605, "72445905"], [1702464635, "72445905"], [1702464671, "74000315"], [1702464716, "74000315"], [1702464743, "74000315"], [1702464776, "74000315"], [1702464812, "74000315"], [1702464836, "74000315"], [1702464869, "79120923"], [1702464905, "79870069"], [1702464926, "79870069"], [1702464956, "79870069"], [1702464992, "79870069"], [1702465016, "80036151"], [1702465049, "80036151"], [1702465085, "80036151"], [1702465118, "80578087"], [1702465145, "80578087"], [1702465178, "80578087"], [1702465208, "80578087"], [1702465241, "80578087"], [1702465298, "80578087"], [1702465334, "80578087"], [1702465367, "80578087"], [1702465394, "80578087"], [1702465418, "80578087"], [1702465445, "80578087"], [1702465481, "80578087"], [1702465517, "80578087"], [1702465550, "80578087"], [1702465586, "80578087"], [1702465619, "80578087"], [1702465658, "80578087"], [1702465706, "80578087"], [1702465754, "80578087"], [1702465787, "80578087"], [1702465823, "80578087"], [1702465856, "80578087"], [1702465880, "80578087"], [1702465910, "80578087"], [1702465952, "80578087"], [1702465988, "80578087"], [1702466015, "80833572"], [1702466030, "83609535"], [1702466060, "83609535"], [1702466078, "83831526"], [1702466138, "83831526"], [1702466168, "83831526"], [1702466204, "83831526"], [1702466237, "83831526"], [1702466261, "83937731"], [1702466291, "83937731"], [1702466327, "83937731"], [1702466360, "83937731"], [1702466384, "83937731"], [1702466417, "85388988"], [1702466441, "85388988"], [1702466471, "85388988"], [1702466507, "85388988"], [1702466540, "85388988"], [1702466597, "87749713"], [1702466633, "87749713"], [1702466666, "89109702"], [1702466705, "89109702"], [1702466732, "89109702"], [1702466765, "89109702"], [1702466801, "89295245"], [1702466852, "89295245"], [1702466876, "89295245"], [1702466918, "89295245"], [1702466978, "91540860"], [1702467014, "91540860"], [1702467038, "91540860"], [1702467068, "91540860"], [1702467122, "91540860"], [1702467158, "91540860"], [1702467191, "91540860"], [1702467221, "94052513"], [1702467257, "94052513"], [1702467299, "96420387"], [1702467350, "96420387"], [1702467386, "96420387"], [1702467419, "96420387"], [1702467455, "96420387"], [1702467515, "97437189"], [1702467542, "97437189"], [1702467566, "97437189"], [1702467599, "97437189"], [1702467635, "97437189"], [1702467668, "97437189"], [1702467695, "99455300"], [1702467716, "99455300"], [1702467746, "99455300"], [1702467800, "99455300"], [1702467824, "105271568"], [1702467908, "105271568"], [1702467944, "105271568"], [1702467968, "105434597"], [1702468001, "105434597"], [1702468031, "105434597"], [1702468067, "105434597"], [1702468085, "105434597"], [1702468115, "105434597"], [1702468151, "105434597"], [1702468181, "110951885"], [1702468208, "110951885"], [1702468241, "110951885"], [1702468256, "110951885"], [1702468286, "110951885"], [1702468322, "110951885"], [1702468352, "110951885"], [1702468388, "110951885"], [1702468424, "110951885"], [1702468457, "110951885"], [1702468493, "110951885"], [1702468517, "110951885"], [1702468550, "110951885"], [1702468586, "110951885"], [1702468613, "110951885"], [1702468637, "110951885"], [1702468679, "110951885"], [1702468721, "110951885"], [1702468730, "110951885"], [1702468766, "110951885"], [1702468799, "110951885"], [1702468835, "110951885"], [1702468898, "111780583"], [1702468934, "119032402"], [1702468970, "119032402"], [1702468994, "119032402"], [1702469024, "119032402"], [1702469060, "119032402"], [1702469111, "121879213"], [1702469144, "121879213"], [1702469168, "121879213"], [1702469204, "121879213"], [1702469237, "121879213"], [1702469273, "121879213"], [1702469303, "124269836"], [1702469336, "124269836"], [1702469360, "124269836"], [1702469387, "124269836"], [1702469411, "130944914"], [1702469435, "130944914"], [1702469468, "130944914"], [1702469504, "130944914"], [1702469537, "130944914"], [1702469573, "130944914"], [1702469606, "130944914"], [1702469633, "130944914"], [1702469660, "130944914"], [1702469684, "130944914"], [1702469717, "130944914"], [1702469753, "130944914"], [1702469786, "130944914"], [1702469816, "130944914"], [1702469834, "132997405"], [1702469864, "132997405"], [1702469906, "132997405"], [1702469936, "133044132"], [1702469972, "133044132"], [1702470005, "133044132"], [1702470029, "133044132"], [1702470065, "133044132"], [1702470101, "133044132"], [1702470131, "133044132"], [1702470167, "133044132"], [1702470203, "135312573"], [1702470251, "135312573"], [1702470278, "139918928"], [1702470311, "139918928"], [1702470347, "139918928"], [1702470371, "139918928"], [1702470404, "139918928"], [1702470440, "139918928"], [1702470476, "144290168"], [1702470506, "144290168"], [1702470542, "144290168"], [1702470575, "149882574"], [1702470611, "149882574"], [1702470635, "154125382"], [1702470662, "154125382"], [1702470686, "154125382"], [1702470719, "154412159"], [1702470746, "154412159"], [1702470812, "154412159"], [1702470845, "154412159"], [1702470875, "154412159"], [1702470899, "156418357"], [1702470953, "156418357"], [1702470983, "156418357"], [1702471025, "156418357"], [1702471067, "156418357"], [1702471169, "156418357"], [1702471193, "156418357"], [1702471226, "156418357"], [1702471265, "156418357"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "3107511906"], [1702462721, "3860337898"], [1702462736, "4577709723"], [1702462751, "4577709723"], [1702462763, "4613900395"], [1702462793, "4678313371"], [1702462808, "5501353898"], [1702462829, "5568645161"], [1702462844, "5580482128"], [1702462865, "5595139793"], [1702462880, "5595139793"], [1702462904, "5677437092"], [1702462919, "5984317524"], [1702462952, "7892780600"], [1702462973, "7930235311"], [1702462988, "8222291242"], [1702463045, "8771647057"], [1702463081, "9048844599"], [1702463114, "10014564203"], [1702463150, "10050590664"], [1702463186, "10769589900"], [1702463216, "12170965755"], [1702463240, "13022703991"], [1702463273, "13815483093"], [1702463324, "15399866716"], [1702463354, "16238249188"], [1702463381, "16306820326"], [1702463417, "16886264215"], [1702463453, "18443059489"], [1702463477, "19144155090"], [1702463510, "20536678498"], [1702463537, "21482116263"], [1702463570, "22091582982"], [1702463591, "22668773534"], [1702463621, "22714243264"], [1702463657, "23001385319"], [1702463693, "23598237467"], [1702463729, "24264699607"], [1702463765, "25022445293"], [1702463798, "25692171770"], [1702463846, "26878570045"], [1702463873, "27323131154"], [1702463906, "27662748400"], [1702463948, "28806953196"], [1702463984, "30959239995"], [1702464014, "31537749123"], [1702464050, "32430745873"], [1702464086, "32996397404"], [1702464122, "34152902751"], [1702464155, "34797078156"], [1702464194, "35710728446"], [1702464230, "36093332572"], [1702464263, "36345466985"], [1702464299, "37067968702"], [1702464332, "37087893120"], [1702464356, "37427547562"], [1702464392, "39237115822"], [1702464425, "40204530846"], [1702464455, "40378961840"], [1702464479, "40917476791"], [1702464509, "41598787035"], [1702464533, "42398837306"], [1702464569, "42597837769"], [1702464605, "42976018627"], [1702464635, "43666397436"], [1702464671, "44225982579"], [1702464716, "44822024372"], [1702464743, "45807494977"], [1702464776, "46791194356"], [1702464812, "46815715091"], [1702464836, "47472034661"], [1702464869, "47532990571"], [1702464905, "48207039171"], [1702464926, "48769408359"], [1702464956, "49431347365"], [1702464992, "49623479547"], [1702465016, "49706402621"], [1702465049, "49725410640"], [1702465085, "52257281666"], [1702465118, "52336124821"], [1702465145, "53064013131"], [1702465178, "53097550757"], [1702465208, "53471007673"], [1702465241, "54218774307"], [1702465298, "55150117587"], [1702465334, "55671456709"], [1702465367, "55983994812"], [1702465394, "55999268480"], [1702465418, "56052308647"], [1702465445, "56384945798"], [1702465481, "56423847523"], [1702465517, "56724325947"], [1702465550, "57346417563"], [1702465586, "57492589991"], [1702465619, "58168835997"], [1702465658, "58239674041"], [1702465706, "58927034753"], [1702465754, "59957033991"], [1702465787, "59962192568"], [1702465823, "60263627620"], [1702465856, "60280555237"], [1702465880, "61043630961"], [1702465910, "61091612726"], [1702465952, "61114406929"], [1702465988, "61126280276"], [1702466015, "61484295793"], [1702466030, "61688041822"], [1702466060, "61959734566"], [1702466078, "61987840353"], [1702466138, "64365748367"], [1702466168, "64396428634"], [1702466204, "65164870900"], [1702466237, "66084714259"], [1702466261, "66107745240"], [1702466291, "66211644435"], [1702466327, "66225970444"], [1702466360, "66643964555"], [1702466384, "67244091345"], [1702466417, "67862316697"], [1702466441, "67898646327"], [1702466471, "67929752387"], [1702466507, "68226801341"], [1702466540, "68767916649"], [1702466597, "69364717199"], [1702466633, "70070367042"], [1702466666, "70139572252"], [1702466705, "70184821237"], [1702466732, "70240907451"], [1702466765, "70986809011"], [1702466801, "71533245235"], [1702466852, "71974832114"], [1702466876, "72369475028"], [1702466918, "74815341419"], [1702466978, "75473604341"], [1702467014, "75903257974"], [1702467038, "75946107963"], [1702467068, "76480760864"], [1702467122, "76710292603"], [1702467158, "77564660997"], [1702467191, "78539213773"], [1702467221, "79181367314"], [1702467257, "79657668485"], [1702467299, "80574218406"], [1702467350, "80886099895"], [1702467386, "81995178699"], [1702467419, "82070317499"], [1702467455, "82726809277"], [1702467515, "82939250415"], [1702467542, "83284584941"], [1702467566, "83863229313"], [1702467599, "84056956731"], [1702467635, "84098152217"], [1702467668, "84577078116"], [1702467695, "85334863343"], [1702467716, "90396713226"], [1702467746, "91235324897"], [1702467800, "91938875142"], [1702467824, "92627190068"], [1702467908, "93263835600"], [1702467944, "93854269635"], [1702467968, "95038648322"], [1702468001, "95401707140"], [1702468031, "95540096511"], [1702468067, "95658631702"], [1702468085, "96368892420"], [1702468115, "96818308301"], [1702468151, "96842300031"], [1702468181, "97624167805"], [1702468208, "98704951387"], [1702468241, "99041108499"], [1702468256, "99966657730"], [1702468286, "100103876730"], [1702468322, "100694948720"], [1702468352, "101286285692"], [1702468388, "101931411555"], [1702468424, "102290833580"], [1702468457, "103409209482"], [1702468493, "103560492209"], [1702468517, "104556074305"], [1702468550, "104560708792"], [1702468586, "105305709811"], [1702468613, "105515258640"], [1702468637, "105751917145"], [1702468679, "106473954070"], [1702468721, "106777832852"], [1702468730, "106789574504"], [1702468766, "107636916133"], [1702468799, "108256728350"], [1702468835, "109563005712"], [1702468898, "110610380854"], [1702468934, "111298855872"], [1702468970, "111782590293"], [1702468994, "112387126938"], [1702469024, "112410962204"], [1702469060, "112563226773"], [1702469111, "112850598982"], [1702469144, "113082868787"], [1702469168, "113948235954"], [1702469204, "114827983463"], [1702469237, "115489639516"], [1702469273, "115690715711"], [1702469303, "116142120229"], [1702469336, "116481622990"], [1702469360, "117146584217"], [1702469387, "117500805869"], [1702469411, "117885322970"], [1702469435, "118668399735"], [1702469468, "119295199479"], [1702469504, "119923564060"], [1702469537, "120029879623"], [1702469573, "120281069007"], [1702469606, "120370316504"], [1702469633, "121140792380"], [1702469660, "121152135682"], [1702469684, "121165711025"], [1702469717, "121753304248"], [1702469753, "125208402407"], [1702469786, "126347958653"], [1702469816, "126941568621"], [1702469834, "127030423977"], [1702469864, "127984090534"], [1702469906, "128303499051"], [1702469936, "128858646935"], [1702469972, "129189700926"], [1702470005, "129760507625"], [1702470029, "129806531552"], [1702470065, "130412487124"], [1702470101, "131014611549"], [1702470131, "131457201990"], [1702470167, "132169838521"], [1702470203, "132724788430"], [1702470251, "133247352949"], [1702470278, "133957270858"], [1702470311, "134002477789"], [1702470347, "134028640670"], [1702470371, "134489129689"], [1702470404, "134565023570"], [1702470440, "135621551187"], [1702470476, "136464177517"], [1702470506, "136661457871"], [1702470542, "137051961804"], [1702470575, "137628034689"], [1702470611, "138636274380"], [1702470635, "138877021583"], [1702470662, "138990140318"], [1702470686, "139183084966"], [1702470719, "139912372901"], [1702470746, "140553643691"], [1702470812, "142256852079"], [1702470845, "142544511214"], [1702470875, "142753267987"], [1702470899, "143583341923"], [1702470953, "143927807648"], [1702470983, "144619299208"], [1702471025, "144649907029"], [1702471067, "147327543400"], [1702471169, "148356428502"], [1702471193, "148689432817"], [1702471226, "149000768872"], [1702471265, "149649062567"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "783965351"], [1702462721, "849716234"], [1702462736, "906512432"], [1702462751, "951008097"], [1702462763, "977613268"], [1702462793, "1010321806"], [1702462808, "1065506093"], [1702462829, "1091287689"], [1702462844, "1207881340"], [1702462865, "1263469492"], [1702462880, "1277435445"], [1702462904, "1332959931"], [1702462919, "1353245564"], [1702462952, "1441430316"], [1702462973, "1607756302"], [1702462988, "1675858567"], [1702463045, "1807737452"], [1702463081, "1896104907"], [1702463114, "1944845744"], [1702463150, "2010126648"], [1702463186, "2065383119"], [1702463216, "2316657898"], [1702463240, "2367939904"], [1702463273, "2421366074"], [1702463324, "2683276680"], [1702463354, "2911865946"], [1702463381, "3029338187"], [1702463417, "3158814959"], [1702463453, "3288223513"], [1702463477, "3345823278"], [1702463510, "3404349806"], [1702463537, "3456527256"], [1702463570, "3524755772"], [1702463591, "3594108055"], [1702463621, "3652291702"], [1702463657, "3772894537"], [1702463693, "3855236682"], [1702463729, "3972735458"], [1702463765, "4100364943"], [1702463798, "4193539002"], [1702463846, "4293269419"], [1702463873, "4361731950"], [1702463906, "4433400951"], [1702463948, "4508363665"], [1702463984, "4557266805"], [1702464014, "4620837473"], [1702464050, "4723487693"], [1702464086, "4947276412"], [1702464122, "5087382753"], [1702464155, "5225397233"], [1702464194, "5337811949"], [1702464230, "5407483537"], [1702464263, "5539909986"], [1702464299, "5605456375"], [1702464332, "5693341562"], [1702464356, "5732285023"], [1702464392, "5788350338"], [1702464425, "5877239969"], [1702464455, "6122205722"], [1702464479, "6224361599"], [1702464509, "6297452390"], [1702464533, "6392280043"], [1702464569, "6480680235"], [1702464605, "6557179426"], [1702464635, "6642021557"], [1702464671, "6740334547"], [1702464716, "6799079399"], [1702464743, "6896970399"], [1702464776, "6972214063"], [1702464812, "7033339322"], [1702464836, "7134537682"], [1702464869, "7223075348"], [1702464905, "7291114091"], [1702464926, "7372507356"], [1702464956, "7430398116"], [1702464992, "7493259109"], [1702465016, "7577832171"], [1702465049, "7624619794"], [1702465085, "7691030416"], [1702465118, "7744441124"], [1702465145, "7843045677"], [1702465178, "7900043878"], [1702465208, "8002710513"], [1702465241, "8125185462"], [1702465298, "8244288758"], [1702465334, "8301590623"], [1702465367, "8396993078"], [1702465394, "8460386508"], [1702465418, "8658589343"], [1702465445, "8720120884"], [1702465481, "8776436112"], [1702465517, "8923786699"], [1702465550, "9022878712"], [1702465586, "9140189040"], [1702465619, "9243326397"], [1702465658, "9391965755"], [1702465706, "9436948989"], [1702465754, "9560550599"], [1702465787, "9655294929"], [1702465823, "9723356152"], [1702465856, "9806763688"], [1702465880, "9861933261"], [1702465910, "9968520551"], [1702465952, "10254987312"], [1702465988, "10361346861"], [1702466015, "10490131779"], [1702466030, "10587044662"], [1702466060, "10628558394"], [1702466078, "10695656918"], [1702466138, "10828643484"], [1702466168, "11029601604"], [1702466204, "11096269227"], [1702466237, "11197440590"], [1702466261, "11299879975"], [1702466291, "11355192667"], [1702466327, "11458700845"], [1702466360, "11598418742"], [1702466384, "11721483550"], [1702466417, "11812536983"], [1702466441, "11884864922"], [1702466471, "11931280309"], [1702466507, "12032229147"], [1702466540, "12106201714"], [1702466597, "12248742463"], [1702466633, "12319309352"], [1702466666, "12400547375"], [1702466705, "12517804519"], [1702466732, "12661674798"], [1702466765, "12778236842"], [1702466801, "12853806095"], [1702466852, "12991003492"], [1702466876, "13043518488"], [1702466918, "13111646342"], [1702466978, "13292107668"], [1702467014, "13575430281"], [1702467038, "13668390993"], [1702467068, "13765037221"], [1702467122, "13958227969"], [1702467158, "14019945828"], [1702467191, "14102390320"], [1702467221, "14179978982"], [1702467257, "14276454256"], [1702467299, "14358434536"], [1702467350, "14484045268"], [1702467386, "14590362649"], [1702467419, "14699599349"], [1702467455, "14810672051"], [1702467515, "14987476444"], [1702467542, "15035789490"], [1702467566, "15082271535"], [1702467599, "15142734279"], [1702467635, "15214398407"], [1702467668, "15305984670"], [1702467695, "15369876261"], [1702467716, "15430204027"], [1702467746, "15509517116"], [1702467800, "15732530262"], [1702467824, "15853167518"], [1702467908, "16062844225"], [1702467944, "16151846559"], [1702467968, "16241518246"], [1702468001, "16297253315"], [1702468031, "16360817026"], [1702468067, "16417073125"], [1702468085, "16500587560"], [1702468115, "16579269592"], [1702468151, "16688869503"], [1702468181, "16803041538"], [1702468208, "16871697765"], [1702468241, "16990116830"], [1702468256, "17052837826"], [1702468286, "17097118472"], [1702468322, "17168083598"], [1702468352, "17260207670"], [1702468388, "17357159104"], [1702468424, "17442022197"], [1702468457, "17525813048"], [1702468493, "17633029598"], [1702468517, "17759437608"], [1702468550, "17821056198"], [1702468586, "17951390080"], [1702468613, "18063234720"], [1702468637, "18115527074"], [1702468679, "18197775620"], [1702468721, "18253883956"], [1702468730, "18333381205"], [1702468766, "18391296965"], [1702468799, "18529009678"], [1702468835, "18604538824"], [1702468898, "18758918565"], [1702468934, "18911516731"], [1702468970, "19049261785"], [1702468994, "19156740431"], [1702469024, "19203418246"], [1702469060, "19271360176"], [1702469111, "19377246906"], [1702469144, "19475395575"], [1702469168, "19522388540"], [1702469204, "19620038333"], [1702469237, "19718047258"], [1702469273, "19817460258"], [1702469303, "19944181601"], [1702469336, "20024509693"], [1702469360, "20108817192"], [1702469387, "20141663001"], [1702469411, "20223543597"], [1702469435, "20294096937"], [1702469468, "20380589948"], [1702469504, "20444463381"], [1702469537, "20529466471"], [1702469573, "20631889849"], [1702469606, "20703709796"], [1702469633, "20758275548"], [1702469660, "20869076243"], [1702469684, "20957299987"], [1702469717, "21048091060"], [1702469753, "21120904222"], [1702469786, "21217152108"], [1702469816, "21284434071"], [1702469834, "21366052231"], [1702469864, "21430188648"], [1702469906, "21577205490"], [1702469936, "21645045391"], [1702469972, "21742581069"], [1702470005, "21830993334"], [1702470029, "21902551508"], [1702470065, "22005363812"], [1702470101, "22137272795"], [1702470131, "22256935802"], [1702470167, "22361952191"], [1702470203, "22464128019"], [1702470251, "22582924193"], [1702470278, "22645495415"], [1702470311, "22738618696"], [1702470347, "22821815359"], [1702470371, "22890436120"], [1702470404, "22942176867"], [1702470440, "23016746612"], [1702470476, "23108775902"], [1702470506, "23204759775"], [1702470542, "23349887290"], [1702470575, "23440696174"], [1702470611, "23516609555"], [1702470635, "23609013695"], [1702470662, "23682040175"], [1702470686, "23739092901"], [1702470719, "23787126540"], [1702470746, "23859348488"], [1702470812, "23979752668"], [1702470845, "24074899966"], [1702470875, "24202048911"], [1702470899, "24283500616"], [1702470953, "24397279014"], [1702470983, "24460392358"], [1702471025, "24582693492"], [1702471067, "24716419724"], [1702471169, "24948959927"], [1702471193, "25025565534"], [1702471226, "25148299605"], [1702471265, "25233827558"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "3292945"], [1702462721, "3292945"], [1702462736, "3448277"], [1702462751, "3448277"], [1702462763, "3448277"], [1702462793, "3448277"], [1702462808, "3448277"], [1702462829, "3448277"], [1702462844, "3448277"], [1702462865, "3448277"], [1702462880, "3448277"], [1702462904, "6620350"], [1702462919, "6620350"], [1702462952, "6620350"], [1702462973, "7131176"], [1702462988, "7131176"], [1702463045, "15052604"], [1702463081, "18188708"], [1702463114, "18188708"], [1702463150, "18188708"], [1702463186, "18188708"], [1702463216, "18188708"], [1702463240, "18188708"], [1702463273, "18188708"], [1702463324, "18188708"], [1702463354, "18188708"], [1702463381, "18188708"], [1702463417, "18188708"], [1702463453, "18188708"], [1702463477, "18188708"], [1702463510, "18410133"], [1702463537, "18502969"], [1702463570, "18830166"], [1702463591, "18973555"], [1702463621, "18973555"], [1702463657, "18973555"], [1702463693, "19055520"], [1702463729, "19055520"], [1702463765, "19055520"], [1702463798, "19055520"], [1702463846, "19055520"], [1702463873, "19055520"], [1702463906, "19055520"], [1702463948, "19055520"], [1702463984, "19055520"], [1702464014, "19055520"], [1702464050, "19055520"], [1702464086, "19055520"], [1702464122, "19055520"], [1702464155, "19055520"], [1702464194, "19055520"], [1702464230, "19055520"], [1702464263, "20288518"], [1702464299, "20288518"], [1702464332, "20288518"], [1702464356, "20288518"], [1702464392, "20433701"], [1702464425, "20433701"], [1702464455, "21907042"], [1702464479, "21907042"], [1702464509, "21907042"], [1702464533, "21907042"], [1702464569, "21907042"], [1702464605, "21907042"], [1702464635, "21907042"], [1702464671, "21907042"], [1702464716, "21907042"], [1702464743, "21907042"], [1702464776, "21907042"], [1702464812, "22755220"], [1702464836, "22755220"], [1702464869, "26696120"], [1702464905, "26696120"], [1702464926, "26696120"], [1702464956, "26696120"], [1702464992, "26696120"], [1702465016, "28998329"], [1702465049, "28998329"], [1702465085, "28998329"], [1702465118, "28998329"], [1702465145, "28998329"], [1702465178, "28998329"], [1702465208, "29129061"], [1702465241, "29129061"], [1702465298, "29129061"], [1702465334, "29129061"], [1702465367, "29129061"], [1702465394, "29129061"], [1702465418, "29129061"], [1702465445, "29129061"], [1702465481, "29985747"], [1702465517, "29985747"], [1702465550, "30250839"], [1702465586, "35200885"], [1702465619, "35200885"], [1702465658, "35200885"], [1702465706, "35200885"], [1702465754, "35200885"], [1702465787, "35200885"], [1702465823, "35200885"], [1702465856, "35200885"], [1702465880, "35200885"], [1702465910, "35600672"], [1702465952, "35600672"], [1702465988, "35600672"], [1702466015, "36385139"], [1702466030, "37507026"], [1702466060, "37507026"], [1702466078, "37507026"], [1702466138, "37507026"], [1702466168, "37507026"], [1702466204, "37507026"], [1702466237, "37507026"], [1702466261, "37507026"], [1702466291, "37507026"], [1702466327, "37507026"], [1702466360, "37507026"], [1702466384, "37729433"], [1702466417, "37729433"], [1702466441, "37729433"], [1702466471, "37729433"], [1702466507, "37729433"], [1702466540, "38204069"], [1702466597, "38204069"], [1702466633, "38204069"], [1702466666, "38204069"], [1702466705, "38204069"], [1702466732, "38204069"], [1702466765, "38204069"], [1702466801, "42132193"], [1702466852, "42132193"], [1702466876, "42132193"], [1702466918, "42132193"], [1702466978, "42132193"], [1702467014, "42132193"], [1702467038, "42132193"], [1702467068, "42132193"], [1702467122, "42132193"], [1702467158, "42132193"], [1702467191, "42132193"], [1702467221, "42132193"], [1702467257, "42132193"], [1702467299, "42132193"], [1702467350, "42132193"], [1702467386, "42289147"], [1702467419, "42289147"], [1702467455, "42289147"], [1702467515, "43168272"], [1702467542, "43168272"], [1702467566, "43168272"], [1702467599, "43168272"], [1702467635, "43168272"], [1702467668, "43168272"], [1702467695, "43168272"], [1702467716, "43168272"], [1702467746, "43168272"], [1702467800, "43168272"], [1702467824, "43168272"], [1702467908, "43168272"], [1702467944, "43168272"], [1702467968, "43168272"], [1702468001, "43168272"], [1702468031, "43168272"], [1702468067, "43168272"], [1702468085, "44246133"], [1702468115, "44246133"], [1702468151, "44246133"], [1702468181, "44246133"], [1702468208, "44246133"], [1702468241, "44246133"], [1702468256, "44400553"], [1702468286, "44636398"], [1702468322, "44636398"], [1702468352, "44636398"], [1702468388, "44636398"], [1702468424, "44636398"], [1702468457, "44636398"], [1702468493, "44636398"], [1702468517, "44636398"], [1702468550, "44636398"], [1702468586, "44865944"], [1702468613, "44865944"], [1702468637, "44865944"], [1702468679, "52445555"], [1702468721, "52445555"], [1702468730, "52445555"], [1702468766, "52547189"], [1702468799, "52547189"], [1702468835, "52547189"], [1702468898, "52547189"], [1702468934, "52547189"], [1702468970, "52547189"], [1702468994, "52547189"], [1702469024, "52547189"], [1702469060, "52547189"], [1702469111, "54202974"], [1702469144, "54202974"], [1702469168, "54202974"], [1702469204, "54202974"], [1702469237, "54202974"], [1702469273, "54202974"], [1702469303, "54202974"], [1702469336, "54202974"], [1702469360, "54202974"], [1702469387, "54734152"], [1702469411, "54800420"], [1702469435, "54800420"], [1702469468, "54800420"], [1702469504, "54800420"], [1702469537, "54800420"], [1702469573, "54800420"], [1702469606, "54800420"], [1702469633, "54800420"], [1702469660, "54800420"], [1702469684, "54800420"], [1702469717, "54800420"], [1702469753, "54800420"], [1702469786, "54800420"], [1702469816, "54800420"], [1702469834, "54800420"], [1702469864, "54800420"], [1702469906, "54800420"], [1702469936, "54939740"], [1702469972, "54939740"], [1702470005, "54939740"], [1702470029, "54939740"], [1702470065, "54939740"], [1702470101, "54939740"], [1702470131, "54939740"], [1702470167, "54939740"], [1702470203, "54939740"], [1702470251, "56911422"], [1702470278, "56911422"], [1702470311, "56911422"], [1702470347, "56911422"], [1702470371, "56911422"], [1702470404, "56911422"], [1702470440, "56911422"], [1702470476, "57491700"], [1702470506, "57491700"], [1702470542, "57491700"], [1702470575, "57491700"], [1702470611, "59324439"], [1702470635, "59324439"], [1702470662, "59324439"], [1702470686, "59324439"], [1702470719, "59537715"], [1702470746, "59537715"], [1702470812, "59537715"], [1702470845, "59537715"], [1702470875, "59537715"], [1702470899, "59537715"], [1702470953, "59537715"], [1702470983, "59537715"], [1702471025, "59537715"], [1702471067, "59537715"], [1702471169, "59684433"], [1702471193, "59684433"], [1702471226, "59684433"], [1702471265, "59684433"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "4887816"], [1702462721, "4983892"], [1702462736, "5060209"], [1702462751, "342255162"], [1702462763, "342255162"], [1702462793, "342255162"], [1702462808, "343660378"], [1702462829, "343660378"], [1702462844, "343733089"], [1702462865, "343733089"], [1702462880, "343733089"], [1702462904, "343733089"], [1702462919, "343733089"], [1702462952, "424045958"], [1702462973, "426295390"], [1702462988, "426295390"], [1702463045, "451442938"], [1702463081, "481695101"], [1702463114, "481830583"], [1702463150, "481830583"], [1702463186, "489248047"], [1702463216, "490578023"], [1702463240, "490578023"], [1702463273, "490578023"], [1702463324, "637576639"], [1702463354, "672374749"], [1702463381, "672374749"], [1702463417, "672374749"], [1702463453, "676956968"], [1702463477, "676956968"], [1702463510, "676956968"], [1702463537, "676956968"], [1702463570, "681760269"], [1702463591, "823384548"], [1702463621, "823384548"], [1702463657, "1115740363"], [1702463693, "1280036128"], [1702463729, "1341287977"], [1702463765, "1341287977"], [1702463798, "1344452907"], [1702463846, "1344528381"], [1702463873, "1344528381"], [1702463906, "1381792677"], [1702463948, "1395247425"], [1702463984, "1395247425"], [1702464014, "1395247425"], [1702464050, "1398990303"], [1702464086, "1410976527"], [1702464122, "1410976527"], [1702464155, "1410976527"], [1702464194, "1427979030"], [1702464230, "1427979030"], [1702464263, "1433416583"], [1702464299, "1435465151"], [1702464332, "1435603403"], [1702464356, "1435603403"], [1702464392, "1436737133"], [1702464425, "1458167424"], [1702464455, "1469980175"], [1702464479, "1469980175"], [1702464509, "1469980175"], [1702464533, "1470031524"], [1702464569, "1479929532"], [1702464605, "1479929532"], [1702464635, "1479929532"], [1702464671, "1480109113"], [1702464716, "1513617601"], [1702464743, "1513617601"], [1702464776, "1592211075"], [1702464812, "1781241335"], [1702464836, "1781241335"], [1702464869, "1781241335"], [1702464905, "1781241335"], [1702464926, "1787933583"], [1702464956, "1787933583"], [1702464992, "1787933583"], [1702465016, "1787933583"], [1702465049, "1795843619"], [1702465085, "1795843619"], [1702465118, "1826079819"], [1702465145, "1930193962"], [1702465178, "1930347337"], [1702465208, "1930347337"], [1702465241, "1943384320"], [1702465298, "1978152065"], [1702465334, "1978152065"], [1702465367, "1978152065"], [1702465394, "2109679558"], [1702465418, "2111110937"], [1702465445, "2111110937"], [1702465481, "2278466329"], [1702465517, "2405239239"], [1702465550, "2405239239"], [1702465586, "2405239239"], [1702465619, "2532729778"], [1702465658, "2595737092"], [1702465706, "2595737092"], [1702465754, "2607255884"], [1702465787, "2607255884"], [1702465823, "2607255884"], [1702465856, "2628260428"], [1702465880, "2628260428"], [1702465910, "2628260428"], [1702465952, "2662359446"], [1702465988, "2664945159"], [1702466015, "2664945159"], [1702466030, "2664945159"], [1702466060, "2664983878"], [1702466078, "2666352842"], [1702466138, "2667765732"], [1702466168, "2718389010"], [1702466204, "2718389010"], [1702466237, "2733313615"], [1702466261, "2733313615"], [1702466291, "2733313615"], [1702466327, "2912211107"], [1702466360, "2973494937"], [1702466384, "2973494937"], [1702466417, "2973494937"], [1702466441, "2992942111"], [1702466471, "3028143691"], [1702466507, "3028143691"], [1702466540, "3028143691"], [1702466597, "3072641014"], [1702466633, "3072641014"], [1702466666, "3072641014"], [1702466705, "3076552059"], [1702466732, "3076552059"], [1702466765, "3076552059"], [1702466801, "3153515775"], [1702466852, "3156560835"], [1702466876, "3156560835"], [1702466918, "3181182446"], [1702466978, "3233998466"], [1702467014, "3233998466"], [1702467038, "3252390691"], [1702467068, "3252390691"], [1702467122, "3252390691"], [1702467158, "3252655492"], [1702467191, "3266675879"], [1702467221, "3266675879"], [1702467257, "3273680010"], [1702467299, "3298050714"], [1702467350, "3298086421"], [1702467386, "3298086421"], [1702467419, "3331287450"], [1702467455, "3331287450"], [1702467515, "3392133753"], [1702467542, "3403081748"], [1702467566, "3403081748"], [1702467599, "3403081748"], [1702467635, "3413305083"], [1702467668, "3413713189"], [1702467695, "3413713189"], [1702467716, "3413713189"], [1702467746, "3414205900"], [1702467800, "3414205900"], [1702467824, "3414205900"], [1702467908, "3466543698"], [1702467944, "3466543698"], [1702467968, "3466543698"], [1702468001, "3466543698"], [1702468031, "3520486175"], [1702468067, "3520486175"], [1702468085, "3520486175"], [1702468115, "3533484806"], [1702468151, "3534333933"], [1702468181, "3534333933"], [1702468208, "3534333933"], [1702468241, "3559727504"], [1702468256, "3565229538"], [1702468286, "3565229538"], [1702468322, "3565229538"], [1702468352, "3565229538"], [1702468388, "3573689546"], [1702468424, "3574889458"], [1702468457, "3574889458"], [1702468493, "3587750177"], [1702468517, "3592631136"], [1702468550, "3592631136"], [1702468586, "3599310308"], [1702468613, "3606244767"], [1702468637, "3617288385"], [1702468679, "3617288385"], [1702468721, "3617288385"], [1702468730, "3639669338"], [1702468766, "3639669338"], [1702468799, "3639669338"], [1702468835, "3663875552"], [1702468898, "3666518912"], [1702468934, "3666518912"], [1702468970, "3720606309"], [1702468994, "3728412417"], [1702469024, "3728412417"], [1702469060, "3728412417"], [1702469111, "3732146247"], [1702469144, "3732146247"], [1702469168, "3732146247"], [1702469204, "3848333930"], [1702469237, "3928212772"], [1702469273, "3928212772"], [1702469303, "3928212772"], [1702469336, "3999496367"], [1702469360, "3999496367"], [1702469387, "3999496367"], [1702469411, "3999496367"], [1702469435, "4167435168"], [1702469468, "4170147046"], [1702469504, "4170147046"], [1702469537, "4170147046"], [1702469573, "4215975072"], [1702469606, "4215975072"], [1702469633, "4215975072"], [1702469660, "4215975072"], [1702469684, "4391609459"], [1702469717, "4391865422"], [1702469753, "4391865422"], [1702469786, "4391865422"], [1702469816, "4411113851"], [1702469834, "4412821976"], [1702469864, "4412821976"], [1702469906, "4416180070"], [1702469936, "4439645839"], [1702469972, "4439645839"], [1702470005, "4439645839"], [1702470029, "4439645839"], [1702470065, "4513211416"], [1702470101, "4513211416"], [1702470131, "4513211416"], [1702470167, "4523798722"], [1702470203, "4528954634"], [1702470251, "4528954634"], [1702470278, "4528954634"], [1702470311, "4528992712"], [1702470347, "4528992712"], [1702470371, "4528992712"], [1702470404, "4553467849"], [1702470440, "4553637848"], [1702470476, "4553637848"], [1702470506, "4560700560"], [1702470542, "4560744029"], [1702470575, "4560744029"], [1702470611, "4560744029"], [1702470635, "4560744029"], [1702470662, "4571672250"], [1702470686, "4580287174"], [1702470719, "4580287174"], [1702470746, "4581557406"], [1702470812, "4597515532"], [1702470845, "4597515532"], [1702470875, "4597515532"], [1702470899, "4597529648"], [1702470953, "4597529648"], [1702470983, "4597529648"], [1702471025, "4635279384"], [1702471067, "4635279384"], [1702471169, "4644500928"], [1702471193, "4644500928"], [1702471226, "4644500928"], [1702471265, "4661374581"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "8284274"], [1702462721, "8284274"], [1702462736, "14204137"], [1702462751, "14268317"], [1702462763, "18613978"], [1702462793, "19002822"], [1702462808, "19142173"], [1702462829, "23301552"], [1702462844, "23772799"], [1702462865, "23836818"], [1702462880, "25304578"], [1702462904, "25304578"], [1702462919, "25304578"], [1702462952, "26390635"], [1702462973, "26390635"], [1702462988, "32585715"], [1702463045, "34421758"], [1702463081, "34526583"], [1702463114, "34526583"], [1702463150, "34526583"], [1702463186, "34845203"], [1702463216, "34845203"], [1702463240, "39190666"], [1702463273, "42903219"], [1702463324, "43046350"], [1702463354, "47021398"], [1702463381, "47239495"], [1702463417, "49611317"], [1702463453, "49756181"], [1702463477, "51419247"], [1702463510, "51419247"], [1702463537, "51419247"], [1702463570, "51624640"], [1702463591, "51624640"], [1702463621, "52337807"], [1702463657, "52408745"], [1702463693, "52408745"], [1702463729, "57485602"], [1702463765, "57485602"], [1702463798, "58834656"], [1702463846, "63342308"], [1702463873, "63342308"], [1702463906, "63342308"], [1702463948, "65144734"], [1702463984, "69965128"], [1702464014, "69965128"], [1702464050, "70997173"], [1702464086, "70997173"], [1702464122, "71548992"], [1702464155, "71548992"], [1702464194, "71899422"], [1702464230, "71899422"], [1702464263, "71899422"], [1702464299, "72121409"], [1702464332, "72554613"], [1702464356, "72554613"], [1702464392, "73537718"], [1702464425, "74296229"], [1702464455, "76085922"], [1702464479, "76339459"], [1702464509, "76397410"], [1702464533, "76397410"], [1702464569, "77654097"], [1702464605, "77654097"], [1702464635, "78275756"], [1702464671, "79063760"], [1702464716, "79946425"], [1702464743, "80499177"], [1702464776, "80499177"], [1702464812, "80499177"], [1702464836, "80702216"], [1702464869, "81971723"], [1702464905, "81971723"], [1702464926, "87633330"], [1702464956, "87753617"], [1702464992, "93575550"], [1702465016, "93575550"], [1702465049, "96213662"], [1702465085, "96213662"], [1702465118, "97358688"], [1702465145, "97358688"], [1702465178, "97441895"], [1702465208, "97441895"], [1702465241, "97702196"], [1702465298, "97911141"], [1702465334, "98144449"], [1702465367, "98144449"], [1702465394, "98144449"], [1702465418, "98144449"], [1702465445, "98144449"], [1702465481, "98763823"], [1702465517, "98763823"], [1702465550, "98763823"], [1702465586, "98999039"], [1702465619, "98999039"], [1702465658, "103932746"], [1702465706, "104043031"], [1702465754, "105070392"], [1702465787, "105070392"], [1702465823, "105814370"], [1702465856, "105814370"], [1702465880, "105883930"], [1702465910, "107020354"], [1702465952, "112178577"], [1702465988, "112178577"], [1702466015, "112266136"], [1702466030, "112340066"], [1702466060, "112340066"], [1702466078, "112432735"], [1702466138, "117351695"], [1702466168, "120887060"], [1702466204, "120979521"], [1702466237, "120979521"], [1702466261, "121049206"], [1702466291, "121195351"], [1702466327, "121195351"], [1702466360, "122583116"], [1702466384, "126953988"], [1702466417, "127026990"], [1702466441, "127760829"], [1702466471, "128147631"], [1702466507, "128147631"], [1702466540, "128279189"], [1702466597, "128359978"], [1702466633, "128632001"], [1702466666, "128632001"], [1702466705, "134244340"], [1702466732, "135197699"], [1702466765, "135197699"], [1702466801, "136955043"], [1702466852, "141258627"], [1702466876, "141258627"], [1702466918, "141258627"], [1702466978, "145586967"], [1702467014, "145826922"], [1702467038, "146395002"], [1702467068, "146395002"], [1702467122, "149247191"], [1702467158, "153369880"], [1702467191, "153369880"], [1702467221, "153369880"], [1702467257, "153369880"], [1702467299, "153369880"], [1702467350, "153436278"], [1702467386, "153436278"], [1702467419, "153436278"], [1702467455, "161924499"], [1702467515, "165673352"], [1702467542, "165673352"], [1702467566, "167294195"], [1702467599, "167890437"], [1702467635, "168864696"], [1702467668, "168864696"], [1702467695, "168864696"], [1702467716, "175408840"], [1702467746, "176079373"], [1702467800, "176079373"], [1702467824, "176079373"], [1702467908, "178379661"], [1702467944, "178379661"], [1702467968, "179101445"], [1702468001, "179101445"], [1702468031, "179101445"], [1702468067, "180229714"], [1702468085, "180229714"], [1702468115, "180229714"], [1702468151, "186717154"], [1702468181, "186717154"], [1702468208, "187014154"], [1702468241, "187187393"], [1702468256, "187187393"], [1702468286, "187862243"], [1702468322, "188199634"], [1702468352, "188233047"], [1702468388, "188418579"], [1702468424, "188814308"], [1702468457, "188814308"], [1702468493, "188979665"], [1702468517, "188979665"], [1702468550, "188979665"], [1702468586, "190119213"], [1702468613, "190119213"], [1702468637, "190397511"], [1702468679, "190882566"], [1702468721, "190882566"], [1702468730, "190882566"], [1702468766, "191049992"], [1702468799, "191049992"], [1702468835, "191124237"], [1702468898, "194032025"], [1702468934, "194032025"], [1702468970, "194401394"], [1702468994, "194456310"], [1702469024, "195035573"], [1702469060, "195122219"], [1702469111, "198286791"], [1702469144, "198571885"], [1702469168, "199462014"], [1702469204, "207816920"], [1702469237, "207932916"], [1702469273, "208055803"], [1702469303, "209378113"], [1702469336, "210285281"], [1702469360, "210817133"], [1702469387, "210817133"], [1702469411, "210817133"], [1702469435, "211894311"], [1702469468, "212543392"], [1702469504, "212913505"], [1702469537, "212913505"], [1702469573, "213386373"], [1702469606, "213386373"], [1702469633, "213386373"], [1702469660, "213386373"], [1702469684, "213386373"], [1702469717, "213386373"], [1702469753, "213386373"], [1702469786, "213386373"], [1702469816, "213439579"], [1702469834, "217747391"], [1702469864, "217747391"], [1702469906, "217896089"], [1702469936, "217896089"], [1702469972, "218292261"], [1702470005, "218292261"], [1702470029, "218292261"], [1702470065, "218292261"], [1702470101, "218292261"], [1702470131, "218292261"], [1702470167, "218528541"], [1702470203, "218528541"], [1702470251, "218528541"], [1702470278, "223723999"], [1702470311, "223723999"], [1702470347, "223980001"], [1702470371, "232626774"], [1702470404, "234236070"], [1702470440, "236441670"], [1702470476, "236441670"], [1702470506, "236441670"], [1702470542, "240978249"], [1702470575, "245561375"], [1702470611, "245755541"], [1702470635, "245755541"], [1702470662, "246364365"], [1702470686, "246364365"], [1702470719, "246439863"], [1702470746, "246475015"], [1702470812, "246722144"], [1702470845, "251119841"], [1702470875, "251119841"], [1702470899, "251119841"], [1702470953, "251119841"], [1702470983, "251250666"], [1702471025, "252225806"], [1702471067, "253375150"], [1702471169, "254441615"], [1702471193, "254441615"], [1702471226, "254786351"], [1702471265, "255209836"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "15285252"], [1702462721, "15494293"], [1702462736, "15494293"], [1702462751, "15494293"], [1702462763, "19732759"], [1702462793, "20347717"], [1702462808, "20443843"], [1702462829, "25039527"], [1702462844, "25475823"], [1702462865, "25985431"], [1702462880, "25985431"], [1702462904, "26305638"], [1702462919, "26305638"], [1702462952, "53814028"], [1702462973, "53814028"], [1702462988, "53814028"], [1702463045, "54007032"], [1702463081, "56370984"], [1702463114, "56370984"], [1702463150, "63945309"], [1702463186, "67803885"], [1702463216, "69897742"], [1702463240, "69897742"], [1702463273, "70256447"], [1702463324, "81343965"], [1702463354, "81343965"], [1702463381, "81343965"], [1702463417, "81343965"], [1702463453, "82858985"], [1702463477, "82936253"], [1702463510, "82936253"], [1702463537, "82936253"], [1702463570, "84958852"], [1702463591, "85125020"], [1702463621, "85366759"], [1702463657, "85452247"], [1702463693, "85992516"], [1702463729, "86778736"], [1702463765, "138023210"], [1702463798, "138480431"], [1702463846, "138480431"], [1702463873, "168622613"], [1702463906, "168719329"], [1702463948, "169592400"], [1702463984, "169726266"], [1702464014, "169836575"], [1702464050, "171380061"], [1702464086, "172556773"], [1702464122, "174713791"], [1702464155, "177018897"], [1702464194, "179260453"], [1702464230, "179260453"], [1702464263, "179472657"], [1702464299, "182428200"], [1702464332, "183848820"], [1702464356, "183848820"], [1702464392, "185967037"], [1702464425, "199365619"], [1702464455, "201610409"], [1702464479, "209490802"], [1702464509, "210503438"], [1702464533, "212419266"], [1702464569, "223373072"], [1702464605, "223912966"], [1702464635, "224421443"], [1702464671, "226903695"], [1702464716, "233888850"], [1702464743, "235586884"], [1702464776, "247420582"], [1702464812, "249042067"], [1702464836, "250277773"], [1702464869, "250845981"], [1702464905, "260108050"], [1702464926, "261076595"], [1702464956, "270811440"], [1702464992, "271327065"], [1702465016, "282384904"], [1702465049, "283049464"], [1702465085, "283049464"], [1702465118, "287081506"], [1702465145, "294965187"], [1702465178, "294965187"], [1702465208, "299131899"], [1702465241, "299790661"], [1702465298, "300785700"], [1702465334, "308872296"], [1702465367, "311081025"], [1702465394, "317208130"], [1702465418, "318039744"], [1702465445, "318039744"], [1702465481, "318212721"], [1702465517, "319708343"], [1702465550, "321246029"], [1702465586, "322736920"], [1702465619, "322736920"], [1702465658, "323173343"], [1702465706, "323626018"], [1702465754, "330784961"], [1702465787, "331501916"], [1702465823, "333136750"], [1702465856, "333199075"], [1702465880, "339725208"], [1702465910, "340746839"], [1702465952, "341358159"], [1702465988, "341358159"], [1702466015, "343414306"], [1702466030, "343493984"], [1702466060, "343493984"], [1702466078, "343553218"], [1702466138, "344671444"], [1702466168, "344671444"], [1702466204, "346156053"], [1702466237, "346156053"], [1702466261, "346719227"], [1702466291, "347403657"], [1702466327, "348982119"], [1702466360, "354981142"], [1702466384, "356043917"], [1702466417, "356745083"], [1702466441, "357015115"], [1702466471, "357015115"], [1702466507, "357706651"], [1702466540, "358360958"], [1702466597, "360180298"], [1702466633, "373513834"], [1702466666, "374332582"], [1702466705, "375246054"], [1702466732, "375680688"], [1702466765, "382060458"], [1702466801, "388195404"], [1702466852, "390635792"], [1702466876, "390808774"], [1702466918, "392206790"], [1702466978, "409746709"], [1702467014, "410438180"], [1702467038, "411921426"], [1702467068, "415230739"], [1702467122, "416379634"], [1702467158, "417248617"], [1702467191, "426081555"], [1702467221, "454678992"], [1702467257, "455549092"], [1702467299, "460093257"], [1702467350, "463910096"], [1702467386, "472332325"], [1702467419, "474092671"], [1702467455, "477916239"], [1702467515, "479486261"], [1702467542, "486393307"], [1702467566, "486393307"], [1702467599, "487819389"], [1702467635, "487819389"], [1702467668, "489738957"], [1702467695, "493761423"], [1702467716, "494616237"], [1702467746, "494862156"], [1702467800, "497136072"], [1702467824, "498345357"], [1702467908, "499685940"], [1702467944, "501814821"], [1702467968, "502057680"], [1702468001, "503106815"], [1702468031, "505233626"], [1702468067, "520842821"], [1702468085, "521719153"], [1702468115, "523702920"], [1702468151, "524598925"], [1702468181, "525262754"], [1702468208, "526919738"], [1702468241, "540374582"], [1702468256, "541389627"], [1702468286, "541797436"], [1702468322, "544032924"], [1702468352, "545905168"], [1702468388, "546348343"], [1702468424, "547785223"], [1702468457, "548583453"], [1702468493, "550150633"], [1702468517, "556198866"], [1702468550, "556719187"], [1702468586, "558213932"], [1702468613, "558971277"], [1702468637, "559009352"], [1702468679, "563542920"], [1702468721, "563542920"], [1702468730, "563542920"], [1702468766, "563542920"], [1702468799, "566908515"], [1702468835, "566998925"], [1702468898, "568073811"], [1702468934, "568866049"], [1702468970, "571624868"], [1702468994, "573412598"], [1702469024, "573839830"], [1702469060, "575656769"], [1702469111, "581715476"], [1702469144, "587190266"], [1702469168, "587190266"], [1702469204, "588601048"], [1702469237, "589445784"], [1702469273, "590764166"], [1702469303, "591854360"], [1702469336, "595098931"], [1702469360, "595287041"], [1702469387, "598889521"], [1702469411, "603209195"], [1702469435, "604582536"], [1702469468, "605292745"], [1702469504, "605462212"], [1702469537, "606428834"], [1702469573, "607993617"], [1702469606, "610203522"], [1702469633, "616472074"], [1702469660, "616472074"], [1702469684, "617488301"], [1702469717, "617804295"], [1702469753, "626355439"], [1702469786, "627628522"], [1702469816, "628645030"], [1702469834, "628645030"], [1702469864, "629158485"], [1702469906, "629855547"], [1702469936, "631486168"], [1702469972, "631814575"], [1702470005, "632851917"], [1702470029, "633764455"], [1702470065, "633764455"], [1702470101, "635115887"], [1702470131, "640040365"], [1702470167, "640561814"], [1702470203, "640591460"], [1702470251, "642706310"], [1702470278, "642745701"], [1702470311, "643798013"], [1702470347, "643798013"], [1702470371, "644206154"], [1702470404, "644488560"], [1702470440, "645338617"], [1702470476, "646072579"], [1702470506, "646111557"], [1702470542, "646922401"], [1702470575, "648106958"], [1702470611, "649193975"], [1702470635, "649193975"], [1702470662, "649681923"], [1702470686, "650639719"], [1702470719, "653388160"], [1702470746, "653752744"], [1702470812, "659143642"], [1702470845, "659143642"], [1702470875, "659499966"], [1702470899, "662685626"], [1702470953, "669054562"], [1702470983, "669512872"], [1702471025, "672468043"], [1702471067, "674604086"], [1702471169, "695241618"], [1702471193, "696481762"], [1702471226, "697009410"], [1702471265, "698230725"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4261627"], [1702462844, "4261627"], [1702462865, "4261627"], [1702462880, "4261627"], [1702462904, "4261627"], [1702462919, "4261627"], [1702462952, "4261627"], [1702462973, "4261627"], [1702462988, "4261627"], [1702463045, "4261627"], [1702463081, "4261627"], [1702463114, "4261627"], [1702463150, "4261627"], [1702463186, "4261627"], [1702463216, "4261627"], [1702463240, "4261627"], [1702463273, "4261627"], [1702463324, "4261627"], [1702463354, "4261627"], [1702463381, "4261627"], [1702463417, "4261627"], [1702463453, "4261627"], [1702463477, "4261627"], [1702463510, "4261627"], [1702463537, "4261627"], [1702463570, "4261627"], [1702463591, "4261627"], [1702463621, "4261627"], [1702463657, "4261627"], [1702463693, "4261627"], [1702463729, "4261627"], [1702463765, "4261627"], [1702463798, "4261627"], [1702463846, "4261627"], [1702463873, "4261627"], [1702463906, "4261627"], [1702463948, "4261627"], [1702463984, "4261627"], [1702464014, "4261627"], [1702464050, "4261627"], [1702464086, "4261627"], [1702464122, "4261627"], [1702464155, "4261627"], [1702464194, "4261627"], [1702464230, "4261627"], [1702464263, "4261627"], [1702464299, "4261627"], [1702464332, "4261627"], [1702464356, "4261627"], [1702464392, "4261627"], [1702464425, "4261627"], [1702464455, "4261627"], [1702464479, "4261627"], [1702464509, "4261627"], [1702464533, "4261627"], [1702464569, "4261627"], [1702464605, "4261627"], [1702464635, "4261627"], [1702464671, "4261627"], [1702464716, "4261627"], [1702464743, "4261627"], [1702464776, "4261627"], [1702464812, "4261627"], [1702464836, "4261627"], [1702464869, "4261627"], [1702464905, "4261627"], [1702464926, "4261627"], [1702464956, "4261627"], [1702464992, "4261627"], [1702465016, "4261627"], [1702465049, "4261627"], [1702465085, "4261627"], [1702465118, "4261627"], [1702465145, "4261627"], [1702465178, "4261627"], [1702465208, "4261627"], [1702465241, "4261627"], [1702465298, "4261627"], [1702465334, "4261627"], [1702465367, "4261627"], [1702465394, "4261627"], [1702465418, "4261627"], [1702465445, "4261627"], [1702465481, "4261627"], [1702465517, "4261627"], [1702465550, "4261627"], [1702465586, "4261627"], [1702465619, "4261627"], [1702465658, "4261627"], [1702465706, "4261627"], [1702465754, "4261627"], [1702465787, "4261627"], [1702465823, "4261627"], [1702465856, "4261627"], [1702465880, "4261627"], [1702465910, "4261627"], [1702465952, "4261627"], [1702465988, "4261627"], [1702466015, "4261627"], [1702466030, "4261627"], [1702466060, "4261627"], [1702466078, "4261627"], [1702466138, "4261627"], [1702466168, "4261627"], [1702466204, "4261627"], [1702466237, "4261627"], [1702466261, "4261627"], [1702466291, "4261627"], [1702466327, "4261627"], [1702466360, "4261627"], [1702466384, "4261627"], [1702466417, "4261627"], [1702466441, "4261627"], [1702466471, "4261627"], [1702466507, "4261627"], [1702466540, "4261627"], [1702466597, "4261627"], [1702466633, "4261627"], [1702466666, "4261627"], [1702466705, "4261627"], [1702466732, "4261627"], [1702466765, "4261627"], [1702466801, "4261627"], [1702466852, "4261627"], [1702466876, "4261627"], [1702466918, "4261627"], [1702466978, "4261627"], [1702467014, "4261627"], [1702467038, "4261627"], [1702467068, "4261627"], [1702467122, "4261627"], [1702467158, "4261627"], [1702467191, "4261627"], [1702467221, "4261627"], [1702467257, "4261627"], [1702467299, "4261627"], [1702467350, "4261627"], [1702467386, "4261627"], [1702467419, "4261627"], [1702467455, "4261627"], [1702467515, "4261627"], [1702467542, "4261627"], [1702467566, "4261627"], [1702467599, "4261627"], [1702467635, "4261627"], [1702467668, "4261627"], [1702467695, "4261627"], [1702467716, "4261627"], [1702467746, "4261627"], [1702467800, "4261627"], [1702467824, "4261627"], [1702467908, "4261627"], [1702467944, "4261627"], [1702467968, "4261627"], [1702468001, "4261627"], [1702468031, "4261627"], [1702468067, "4261627"], [1702468085, "4261627"], [1702468115, "4261627"], [1702468151, "4261627"], [1702468181, "4261627"], [1702468208, "4261627"], [1702468241, "4261627"], [1702468256, "4261627"], [1702468286, "4261627"], [1702468322, "4261627"], [1702468352, "4261627"], [1702468388, "4261627"], [1702468424, "4261627"], [1702468457, "4261627"], [1702468493, "4261627"], [1702468517, "4261627"], [1702468550, "4261627"], [1702468586, "4261627"], [1702468613, "4261627"], [1702468637, "4261627"], [1702468679, "4261627"], [1702468721, "4261627"], [1702468730, "4261627"], [1702468766, "4261627"], [1702468799, "4261627"], [1702468835, "4261627"], [1702468898, "4261627"], [1702468934, "4261627"], [1702468970, "4261627"], [1702468994, "4261627"], [1702469024, "4261627"], [1702469060, "4261627"], [1702469111, "4261627"], [1702469144, "4261627"], [1702469168, "4261627"], [1702469204, "4261627"], [1702469237, "4261627"], [1702469273, "4261627"], [1702469303, "4261627"], [1702469336, "4261627"], [1702469360, "4261627"], [1702469387, "4261627"], [1702469411, "4261627"], [1702469435, "4261627"], [1702469468, "4261627"], [1702469504, "4261627"], [1702469537, "4261627"], [1702469573, "4261627"], [1702469606, "4261627"], [1702469633, "4261627"], [1702469660, "4261627"], [1702469684, "4261627"], [1702469717, "4261627"], [1702469753, "4261627"], [1702469786, "4261627"], [1702469816, "4261627"], [1702469834, "4261627"], [1702469864, "4261627"], [1702469906, "4261627"], [1702469936, "4261627"], [1702469972, "4261627"], [1702470005, "4261627"], [1702470029, "4261627"], [1702470065, "4261627"], [1702470101, "4261627"], [1702470131, "4261627"], [1702470167, "4261627"], [1702470203, "4261627"], [1702470251, "4261627"], [1702470278, "4261627"], [1702470311, "4261627"], [1702470347, "4261627"], [1702470371, "4261627"], [1702470404, "4261627"], [1702470440, "4261627"], [1702470476, "4261627"], [1702470506, "4261627"], [1702470542, "4261627"], [1702470575, "4261627"], [1702470611, "4261627"], [1702470635, "4261627"], [1702470662, "4261627"], [1702470686, "4261627"], [1702470719, "4261627"], [1702470746, "4261627"], [1702470812, "4261627"], [1702470845, "4261627"], [1702470875, "4261627"], [1702470899, "4261627"], [1702470953, "4261627"], [1702470983, "4261627"], [1702471025, "4261627"], [1702471067, "4261627"], [1702471169, "4261627"], [1702471193, "4261627"], [1702471226, "4261627"], [1702471265, "4261627"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "4261627"], [1702462736, "4261627"], [1702462751, "4261627"], [1702462763, "4261627"], [1702462793, "4261627"], [1702462808, "4261627"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "64607295659"], [1702462988, "92363901045"], [1702463045, "220235071803"], [1702463081, "308260181577"], [1702463114, "380884442211"], [1702463150, "457463090586"], [1702463186, "494014083996"], [1702463216, "502821295164"], [1702463240, "510264024423"], [1702463273, "519997531389"], [1702463324, "555998832770"], [1702463354, "616196318248"], [1702463381, "661004893533"], [1702463417, "737182572469"], [1702463453, "840321467496"], [1702463477, "980221210866"], [1702463510, "1052711394183"], [1702463537, "1094588777444"], [1702463570, "1131236640557"], [1702463591, "1141583589468"], [1702463621, "1158537851598"], [1702463657, "1171653589738"], [1702463693, "1232478481307"], [1702463729, "1261495711218"], [1702463765, "1332797810588"], [1702463798, "1507950165219"], [1702463846, "1681282947766"], [1702463873, "1822562443495"], [1702463906, "1875233139900"], [1702463948, "1931546557814"], [1702463984, "1942247407062"], [1702464014, "1956123032894"], [1702464050, "1968897356293"], [1702464086, "1990539918559"], [1702464122, "2020709646314"], [1702464155, "2052225428969"], [1702464194, "2110762408301"], [1702464230, "2136895828238"], [1702464263, "2160746339995"], [1702464299, "2177673185081"], [1702464332, "2182932651017"], [1702464356, "2187203998860"], [1702464392, "2195340400262"], [1702464425, "2214121774156"], [1702464455, "2237302832041"], [1702464479, "2255161146019"], [1702464509, "2280800406927"], [1702464533, "2314243112008"], [1702464569, "2346352686953"], [1702464605, "2375605188379"], [1702464635, "2396654304429"], [1702464671, "2407751621650"], [1702464716, "2411025680470"], [1702464743, "2416276309043"], [1702464776, "2418864844543"], [1702464812, "2438183757702"], [1702464836, "2452334344306"], [1702464869, "2464434842355"], [1702464905, "2482515748010"], [1702464926, "2520656883343"], [1702464956, "2538753627678"], [1702464992, "2585555521960"], [1702465016, "2607826486435"], [1702465049, "2618842551134"], [1702465085, "2620548061384"], [1702465118, "2636235848935"], [1702465145, "2655708615475"], [1702465178, "2717054215369"], [1702465208, "2797578156911"], [1702465241, "2875057824327"], [1702465298, "3080533146711"], [1702465334, "3173013080791"], [1702465367, "3221738266766"], [1702465394, "3241276464971"], [1702465418, "3266564869254"], [1702465445, "3274079203304"], [1702465481, "3295839591878"], [1702465517, "3333481133165"], [1702465550, "3396958290905"], [1702465586, "3467950623952"], [1702465619, "3582598691283"], [1702465658, "3754167662139"], [1702465706, "3897590355966"], [1702465754, "4065372503277"], [1702465787, "4108819514035"], [1702465823, "4115490749899"], [1702465856, "4135633146107"], [1702465880, "4163148354375"], [1702465910, "4228759268283"], [1702465952, "4322737238355"], [1702465988, "4441258122199"], [1702466015, "4625750822542"], [1702466030, "4731914645234"], [1702466060, "4889702107464"], [1702466078, "4984325780818"], [1702466138, "5036144719112"], [1702466168, "5075416312386"], [1702466204, "5083937101774"], [1702466237, "5089689124141"], [1702466261, "5120832422662"], [1702466291, "5144381446701"], [1702466327, "5195428409275"], [1702466360, "5301151242576"], [1702466384, "5370197676206"], [1702466417, "5417844209510"], [1702466441, "5499160871852"], [1702466471, "5538937310962"], [1702466507, "5573333802034"], [1702466540, "5591214100544"], [1702466597, "5602887351986"], [1702466633, "5619242185752"], [1702466666, "5640854231657"], [1702466705, "5654758425353"], [1702466732, "5765993091660"], [1702466765, "5869729151029"], [1702466801, "5983135635331"], [1702466852, "6091215950345"], [1702466876, "6101843826165"], [1702466918, "6131142160166"], [1702466978, "6152037564917"], [1702467014, "6156318509804"], [1702467038, "6186190594662"], [1702467068, "6226625957762"], [1702467122, "6328908128851"], [1702467158, "6418793164758"], [1702467191, "6518165892939"], [1702467221, "6608469882328"], [1702467257, "6651954887825"], [1702467299, "6669383445676"], [1702467350, "6691343885738"], [1702467386, "6717974791070"], [1702467419, "6760279520913"], [1702467455, "6811692270056"], [1702467515, "6915927448123"], [1702467542, "6978181180930"], [1702467566, "7028501894861"], [1702467599, "7065352369235"], [1702467635, "7101703685134"], [1702467668, "7114090924808"], [1702467695, "7124484440034"], [1702467716, "7143581235725"], [1702467746, "7160619245596"], [1702467800, "7193586771169"], [1702467824, "7226503637357"], [1702467908, "7347040441514"], [1702467944, "7397380472056"], [1702467968, "7446144532745"], [1702468001, "7479015251598"], [1702468031, "7490423586643"], [1702468067, "7496164095639"], [1702468085, "7516585553944"], [1702468115, "7532935531507"], [1702468151, "7558365873278"], [1702468181, "7624048487511"], [1702468208, "7655182540689"], [1702468241, "7712161358631"], [1702468256, "7743137532251"], [1702468286, "7773301419312"], [1702468322, "7820002895011"], [1702468352, "7862280782052"], [1702468388, "7895989786567"], [1702468424, "7902685752743"], [1702468457, "7911100421141"], [1702468493, "7925248967214"], [1702468517, "7948118808720"], [1702468550, "7972654077584"], [1702468586, "8001711830070"], [1702468613, "8027261122776"], [1702468637, "8036816821775"], [1702468679, "8086223332702"], [1702468721, "8097152770359"], [1702468730, "8103459395817"], [1702468766, "8112486797621"], [1702468799, "8115845856891"], [1702468835, "8133729622849"], [1702468898, "8155246242713"], [1702468934, "8186514796865"], [1702468970, "8198918851484"], [1702468994, "8222848148209"], [1702469024, "8251693051392"], [1702469060, "8303542662370"], [1702469111, "8350128980830"], [1702469144, "8357011688521"], [1702469168, "8368823110498"], [1702469204, "8387251490980"], [1702469237, "8411440766693"], [1702469273, "8435072428956"], [1702469303, "8453721472003"], [1702469336, "8479838946921"], [1702469360, "8513404004701"], [1702469387, "8538534161886"], [1702469411, "8564451171179"], [1702469435, "8593357506808"], [1702469468, "8625231098533"], [1702469504, "8634903842000"], [1702469537, "8640498635373"], [1702469573, "8646626238224"], [1702469606, "8652145775514"], [1702469633, "8667108720838"], [1702469660, "8676905210355"], [1702469684, "8698315785979"], [1702469717, "8720370906865"], [1702469753, "8755419880665"], [1702469786, "8789982025769"], [1702469816, "8816060120864"], [1702469834, "8847770791215"], [1702469864, "8855306393284"], [1702469906, "8874201340653"], [1702469936, "8885465063623"], [1702469972, "8889510194131"], [1702470005, "8904062587589"], [1702470029, "8912364289518"], [1702470065, "8926569466911"], [1702470101, "8949539598812"], [1702470131, "8968985681439"], [1702470167, "8992815729190"], [1702470203, "9024271644495"], [1702470251, "9054008820045"], [1702470278, "9101749460142"], [1702470311, "9119789223758"], [1702470347, "9141144149914"], [1702470371, "9153407220360"], [1702470404, "9162609872534"], [1702470440, "9169464432665"], [1702470476, "9177995332030"], [1702470506, "9195625053717"], [1702470542, "9210069131074"], [1702470575, "9225865317593"], [1702470611, "9254617863565"], [1702470635, "9281489673836"], [1702470662, "9309193272398"], [1702470686, "9339013897216"], [1702470719, "9355774064853"], [1702470746, "9378337331119"], [1702470812, "9397899865204"], [1702470845, "9399503661366"], [1702470875, "9425214461169"], [1702470899, "9454583294389"], [1702470953, "9472611950772"], [1702470983, "9473772156084"], [1702471025, "9486140952334"], [1702471067, "9515101133315"], [1702471169, "9532312514913"], [1702471193, "9545829139369"], [1702471226, "9569230638435"], [1702471265, "9578734279245"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "21078394"], [1702462865, "21615542"], [1702462880, "5069617855"], [1702462904, "12938017996"], [1702462919, "21607708887"], [1702462952, "60555433345"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "13551756"], [1702462721, "13697408"], [1702462736, "14035447"], [1702462751, "32088989"], [1702462763, "32088989"], [1702462793, "32088989"], [1702462808, "32293855"], [1702462829, "32553443"], [1702462844, "32708854"], [1702462865, "32708854"], [1702462880, "32856292"], [1702462904, "33108282"], [1702462919, "33195105"], [1702462952, "33605323"], [1702462973, "33605323"], [1702462988, "33605323"], [1702463045, "35121235"], [1702463081, "36848040"], [1702463114, "37189853"], [1702463150, "37236089"], [1702463186, "37611706"], [1702463216, "37714023"], [1702463240, "37993561"], [1702463273, "38025733"], [1702463324, "45756580"], [1702463354, "45859088"], [1702463381, "46256057"], [1702463417, "46647601"], [1702463453, "50383374"], [1702463477, "50528426"], [1702463510, "50528426"], [1702463537, "51240615"], [1702463570, "51240615"], [1702463591, "51605158"], [1702463621, "51664368"], [1702463657, "52206572"], [1702463693, "52250696"], [1702463729, "52620573"], [1702463765, "53235107"], [1702463798, "53320958"], [1702463846, "61026796"], [1702463873, "61149676"], [1702463906, "61971095"], [1702463948, "62294551"], [1702463984, "62540765"], [1702464014, "62933633"], [1702464050, "63277882"], [1702464086, "63907755"], [1702464122, "64045487"], [1702464155, "64606162"], [1702464194, "65304788"], [1702464230, "72207224"], [1702464263, "72392511"], [1702464299, "72599186"], [1702464332, "72671485"], [1702464356, "72671485"], [1702464392, "72778160"], [1702464425, "74108132"], [1702464455, "74321433"], [1702464479, "75622331"], [1702464509, "75905461"], [1702464533, "76587279"], [1702464569, "76587279"], [1702464605, "76683621"], [1702464635, "76970825"], [1702464671, "77047657"], [1702464716, "77313106"], [1702464743, "77483508"], [1702464776, "79445675"], [1702464812, "79725331"], [1702464836, "79931874"], [1702464869, "80698777"], [1702464905, "81097386"], [1702464926, "91844528"], [1702464956, "91904824"], [1702464992, "92236300"], [1702465016, "92375469"], [1702465049, "92657989"], [1702465085, "92925122"], [1702465118, "93154811"], [1702465145, "93282038"], [1702465178, "93548077"], [1702465208, "93912257"], [1702465241, "93912257"], [1702465298, "94406258"], [1702465334, "100695423"], [1702465367, "100955930"], [1702465394, "101145449"], [1702465418, "101145449"], [1702465445, "101232371"], [1702465481, "101382368"], [1702465517, "101564587"], [1702465550, "101766340"], [1702465586, "101882386"], [1702465619, "101882386"], [1702465658, "102478554"], [1702465706, "102648483"], [1702465754, "103236881"], [1702465787, "103236881"], [1702465823, "103335579"], [1702465856, "103472311"], [1702465880, "104087586"], [1702465910, "104322932"], [1702465952, "104601936"], [1702465988, "105194040"], [1702466015, "105976291"], [1702466030, "111288528"], [1702466060, "111288528"], [1702466078, "111339514"], [1702466138, "111852670"], [1702466168, "112075262"], [1702466204, "116705053"], [1702466237, "116939217"], [1702466261, "117181210"], [1702466291, "117403048"], [1702466327, "117691807"], [1702466360, "117961591"], [1702466384, "118312558"], [1702466417, "118850472"], [1702466441, "118850472"], [1702466471, "119013829"], [1702466507, "119273568"], [1702466540, "119491666"], [1702466597, "125820922"], [1702466633, "126070667"], [1702466666, "126252064"], [1702466705, "126252064"], [1702466732, "126438250"], [1702466765, "126683911"], [1702466801, "126767532"], [1702466852, "126854226"], [1702466876, "127125935"], [1702466918, "127395334"], [1702466978, "128785560"], [1702467014, "130762193"], [1702467038, "130838823"], [1702467068, "132946693"], [1702467122, "133308176"], [1702467158, "133401666"], [1702467191, "133575565"], [1702467221, "133939195"], [1702467257, "134239699"], [1702467299, "134327248"], [1702467350, "134670154"], [1702467386, "135066436"], [1702467419, "135485830"], [1702467455, "135753634"], [1702467515, "139074212"], [1702467542, "139179615"], [1702467566, "139369427"], [1702467599, "139439040"], [1702467635, "139577898"], [1702467668, "139911573"], [1702467695, "145860970"], [1702467716, "145944517"], [1702467746, "146495132"], [1702467800, "147069558"], [1702467824, "147348027"], [1702467908, "151580189"], [1702467944, "155046062"], [1702467968, "155243469"], [1702468001, "157197311"], [1702468031, "157452957"], [1702468067, "157635984"], [1702468085, "157761736"], [1702468115, "157889748"], [1702468151, "158113076"], [1702468181, "158401808"], [1702468208, "158665030"], [1702468241, "158739144"], [1702468256, "158822250"], [1702468286, "158868443"], [1702468322, "159816417"], [1702468352, "159892094"], [1702468388, "160302397"], [1702468424, "160510994"], [1702468457, "160557057"], [1702468493, "165177759"], [1702468517, "165644105"], [1702468550, "165717448"], [1702468586, "166289150"], [1702468613, "167749871"], [1702468637, "167863175"], [1702468679, "171902221"], [1702468721, "171945745"], [1702468730, "176018231"], [1702468766, "176262004"], [1702468799, "177313873"], [1702468835, "177641699"], [1702468898, "178813015"], [1702468934, "180866937"], [1702468970, "181902557"], [1702468994, "182375045"], [1702469024, "182551317"], [1702469060, "182653655"], [1702469111, "182816015"], [1702469144, "183012581"], [1702469168, "183012581"], [1702469204, "183097965"], [1702469237, "183302829"], [1702469273, "183423882"], [1702469303, "183784297"], [1702469336, "185578865"], [1702469360, "186032890"], [1702469387, "186085965"], [1702469411, "186085965"], [1702469435, "186085965"], [1702469468, "191733063"], [1702469504, "191899003"], [1702469537, "192285705"], [1702469573, "192321060"], [1702469606, "192391751"], [1702469633, "193877848"], [1702469660, "193998955"], [1702469684, "194621160"], [1702469717, "202156266"], [1702469753, "202498234"], [1702469786, "203018049"], [1702469816, "203213971"], [1702469834, "203213971"], [1702469864, "203304775"], [1702469906, "206640219"], [1702469936, "206832034"], [1702469972, "350079753082"], [1702470005, "351854619601"], [1702470029, "351854619601"], [1702470065, "353147177375"], [1702470101, "354746637245"], [1702470131, "355601631568"], [1702470167, "357608822883"], [1702470203, "359427176472"], [1702470251, "360607455105"], [1702470278, "361552131073"], [1702470311, "362932431392"], [1702470347, "365169751644"], [1702470371, "365800163602"], [1702470404, "366132322608"], [1702470440, "367368837443"], [1702470476, "368585413651"], [1702470506, "370287840907"], [1702470542, "371722511874"], [1702470575, "373593587395"], [1702470611, "374742484900"], [1702470635, "376332507506"], [1702470662, "376578415632"], [1702470686, "377702161828"], [1702470719, "377952010556"], [1702470746, "378488630857"], [1702470812, "380761956458"], [1702470845, "382317644330"], [1702470875, "383099300369"], [1702470899, "383929581860"], [1702470953, "386890841426"], [1702470983, "387192173468"], [1702471025, "388587267255"], [1702471067, "390947692191"], [1702471169, "393728760534"], [1702471193, "395453439390"], [1702471226, "396430254222"], [1702471265, "398284714885"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "4608441"], [1702462919, "4608441"], [1702462952, "4608441"], [1702462973, "4608441"], [1702462988, "4608441"], [1702463045, "4608441"], [1702463081, "4608441"], [1702463114, "4608441"], [1702463150, "4608441"], [1702463186, "4608441"], [1702463216, "4608441"], [1702463240, "4608441"], [1702463273, "4608441"], [1702463324, "4608441"], [1702463354, "4608441"], [1702463381, "4608441"], [1702463417, "4608441"], [1702463453, "4608441"], [1702463477, "4608441"], [1702463510, "4608441"], [1702463537, "4608441"], [1702463570, "4608441"], [1702463591, "4608441"], [1702463621, "4608441"], [1702463657, "4608441"], [1702463693, "4608441"], [1702463729, "4608441"], [1702463765, "4608441"], [1702463798, "4608441"], [1702463846, "4608441"], [1702463873, "4608441"], [1702463906, "4608441"], [1702463948, "4608441"], [1702463984, "4608441"], [1702464014, "4608441"], [1702464050, "4608441"], [1702464086, "4608441"], [1702464122, "4608441"], [1702464155, "4608441"], [1702464194, "4608441"], [1702464230, "4608441"], [1702464263, "4608441"], [1702464299, "4608441"], [1702464332, "4608441"], [1702464356, "4608441"], [1702464392, "4608441"], [1702464425, "4608441"], [1702464455, "4608441"], [1702464479, "4608441"], [1702464509, "4608441"], [1702464533, "4608441"], [1702464569, "4608441"], [1702464605, "4608441"], [1702464635, "4608441"], [1702464671, "4608441"], [1702464716, "4608441"], [1702464743, "4608441"], [1702464776, "4608441"], [1702464812, "4608441"], [1702464836, "4608441"], [1702464869, "4608441"], [1702464905, "4608441"], [1702464926, "4608441"], [1702464956, "4608441"], [1702464992, "4608441"], [1702465016, "4608441"], [1702465049, "4608441"], [1702465085, "4608441"], [1702465118, "4608441"], [1702465145, "4608441"], [1702465178, "4608441"], [1702465208, "4608441"], [1702465241, "4608441"], [1702465298, "4608441"], [1702465334, "4608441"], [1702465367, "4722888"], [1702465394, "4722888"], [1702465418, "4722888"], [1702465445, "4722888"], [1702465481, "4722888"], [1702465517, "4722888"], [1702465550, "4722888"], [1702465586, "4722888"], [1702465619, "4722888"], [1702465658, "4722888"], [1702465706, "4722888"], [1702465754, "4722888"], [1702465787, "4722888"], [1702465823, "4722888"], [1702465856, "4722888"], [1702465880, "4722888"], [1702465910, "4722888"], [1702465952, "4722888"], [1702465988, "4722888"], [1702466015, "4722888"], [1702466030, "4722888"], [1702466060, "4722888"], [1702466078, "4722888"], [1702466138, "4722888"], [1702466168, "4722888"], [1702466204, "4722888"], [1702466237, "4722888"], [1702466261, "4722888"], [1702466291, "4722888"], [1702466327, "4722888"], [1702466360, "4722888"], [1702466384, "4722888"], [1702466417, "4722888"], [1702466441, "4722888"], [1702466471, "4722888"], [1702466507, "4722888"], [1702466540, "4722888"], [1702466597, "4722888"], [1702466633, "4722888"], [1702466666, "4722888"], [1702466705, "4722888"], [1702466732, "4722888"], [1702466765, "4722888"], [1702466801, "4722888"], [1702466852, "4722888"], [1702466876, "4722888"], [1702466918, "4722888"], [1702466978, "4722888"], [1702467014, "4722888"], [1702467038, "4722888"], [1702467068, "4722888"], [1702467122, "4722888"], [1702467158, "4722888"], [1702467191, "4722888"], [1702467221, "4722888"], [1702467257, "4722888"], [1702467299, "4722888"], [1702467350, "4722888"], [1702467386, "4722888"], [1702467419, "4722888"], [1702467455, "4722888"], [1702467515, "4722888"], [1702467542, "4722888"], [1702467566, "4722888"], [1702467599, "4722888"], [1702467635, "4722888"], [1702467668, "4722888"], [1702467695, "4722888"], [1702467716, "4722888"], [1702467746, "4722888"], [1702467800, "4722888"], [1702467824, "4722888"], [1702467908, "4722888"], [1702467944, "4722888"], [1702467968, "4722888"], [1702468001, "4722888"], [1702468031, "4722888"], [1702468067, "4722888"], [1702468085, "4722888"], [1702468115, "4722888"], [1702468151, "4722888"], [1702468181, "4722888"], [1702468208, "4722888"], [1702468241, "4722888"], [1702468256, "4722888"], [1702468286, "4722888"], [1702468322, "4722888"], [1702468352, "4722888"], [1702468388, "4722888"], [1702468424, "4722888"], [1702468457, "4722888"], [1702468493, "4722888"], [1702468517, "4722888"], [1702468550, "4722888"], [1702468586, "4722888"], [1702468613, "4722888"], [1702468637, "4722888"], [1702468679, "4722888"], [1702468721, "4722888"], [1702468730, "4722888"], [1702468766, "4722888"], [1702468799, "4722888"], [1702468835, "4722888"], [1702468898, "4722888"], [1702468934, "4722888"], [1702468970, "4722888"], [1702468994, "4722888"], [1702469024, "4722888"], [1702469060, "4722888"], [1702469111, "4722888"], [1702469144, "4722888"], [1702469168, "4722888"], [1702469204, "4722888"], [1702469237, "4722888"], [1702469273, "4722888"], [1702469303, "4722888"], [1702469336, "4722888"], [1702469360, "4722888"], [1702469387, "4722888"], [1702469411, "4722888"], [1702469435, "4722888"], [1702469468, "4722888"], [1702469504, "4722888"], [1702469537, "4722888"], [1702469573, "4722888"], [1702469606, "4722888"], [1702469633, "4722888"], [1702469660, "4722888"], [1702469684, "4722888"], [1702469717, "4722888"], [1702469753, "4722888"], [1702469786, "4722888"], [1702469816, "4722888"], [1702469834, "4722888"], [1702469864, "4722888"], [1702469906, "4722888"], [1702469936, "4722888"], [1702469972, "4722888"], [1702470005, "4722888"], [1702470029, "4722888"], [1702470065, "4722888"], [1702470101, "4722888"], [1702470131, "4722888"], [1702470167, "4722888"], [1702470203, "4722888"], [1702470251, "4722888"], [1702470278, "4722888"], [1702470311, "4722888"], [1702470347, "4722888"], [1702470371, "4722888"], [1702470404, "4722888"], [1702470440, "4722888"], [1702470476, "4722888"], [1702470506, "4722888"], [1702470542, "4722888"], [1702470575, "4722888"], [1702470611, "4722888"], [1702470635, "4722888"], [1702470662, "4722888"], [1702470686, "4722888"], [1702470719, "4722888"], [1702470746, "4722888"], [1702470812, "4722888"], [1702470845, "4722888"], [1702470875, "4722888"], [1702470899, "4722888"], [1702470953, "4722888"], [1702470983, "4722888"], [1702471025, "4722888"], [1702471067, "4722888"], [1702471169, "4722888"], [1702471193, "4722888"], [1702471226, "4722888"], [1702471265, "4722888"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "4608441"], [1702462793, "4608441"], [1702462808, "4608441"], [1702462829, "4608441"], [1702462844, "4608441"], [1702462865, "4608441"], [1702462880, "4608441"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "36397771"], [1702462721, "36397771"], [1702462736, "36397771"], [1702462751, "36397771"], [1702462763, "38087689"], [1702462793, "39573398"], [1702462808, "41703901"], [1702462829, "43270324"], [1702462844, "45602709"], [1702462865, "46968906"], [1702462880, "48319222"], [1702462904, "51125888"], [1702462919, "51399643"], [1702462952, "57898262"], [1702462973, "57898262"], [1702462988, "60357887"], [1702463045, "78855129"], [1702463081, "81990464"], [1702463114, "85777968"], [1702463150, "87038379"], [1702463186, "98527435"], [1702463216, "102982415"], [1702463240, "106885507"], [1702463273, "112648012"], [1702463324, "121261303"], [1702463354, "125884281"], [1702463381, "128879791"], [1702463417, "133096586"], [1702463453, "141399511"], [1702463477, "143860841"], [1702463510, "146501162"], [1702463537, "149316691"], [1702463570, "151595130"], [1702463591, "156346244"], [1702463621, "158274198"], [1702463657, "161479551"], [1702463693, "165956390"], [1702463729, "167822249"], [1702463765, "170968319"], [1702463798, "178964546"], [1702463846, "186567271"], [1702463873, "189368266"], [1702463906, "191758947"], [1702463948, "196322752"], [1702463984, "196667628"], [1702464014, "199932373"], [1702464050, "201576155"], [1702464086, "203947278"], [1702464122, "211588839"], [1702464155, "215625268"], [1702464194, "221765508"], [1702464230, "224545030"], [1702464263, "229027122"], [1702464299, "233541743"], [1702464332, "237077005"], [1702464356, "240158952"], [1702464392, "242959695"], [1702464425, "249710114"], [1702464455, "260741083"], [1702464479, "264556803"], [1702464509, "275883023"], [1702464533, "278497342"], [1702464569, "283015486"], [1702464605, "286228327"], [1702464635, "286439544"], [1702464671, "293242230"], [1702464716, "297832358"], [1702464743, "303099170"], [1702464776, "306994794"], [1702464812, "310453835"], [1702464836, "316492944"], [1702464869, "322162693"], [1702464905, "324792202"], [1702464926, "329949259"], [1702464956, "332153488"], [1702464992, "335116767"], [1702465016, "340159984"], [1702465049, "342164467"], [1702465085, "354785591"], [1702465118, "355399829"], [1702465145, "359924341"], [1702465178, "362038462"], [1702465208, "366426550"], [1702465241, "370618023"], [1702465298, "377929207"], [1702465334, "382190681"], [1702465367, "386937791"], [1702465394, "389481825"], [1702465418, "393022376"], [1702465445, "394195201"], [1702465481, "397841428"], [1702465517, "401546870"], [1702465550, "407331376"], [1702465586, "413594867"], [1702465619, "419927833"], [1702465658, "424796924"], [1702465706, "427767386"], [1702465754, "435817885"], [1702465787, "438989504"], [1702465823, "441739541"], [1702465856, "443585699"], [1702465880, "446383924"], [1702465910, "449550543"], [1702465952, "452826551"], [1702465988, "456728057"], [1702466015, "460810316"], [1702466030, "464602340"], [1702466060, "465535912"], [1702466078, "467865024"], [1702466138, "472987678"], [1702466168, "477937229"], [1702466204, "481473037"], [1702466237, "487148900"], [1702466261, "490635474"], [1702466291, "496509466"], [1702466327, "502041739"], [1702466360, "521675567"], [1702466384, "525223159"], [1702466417, "529467399"], [1702466441, "533563336"], [1702466471, "535739664"], [1702466507, "541757716"], [1702466540, "545800755"], [1702466597, "552953114"], [1702466633, "557696312"], [1702466666, "559273918"], [1702466705, "566719160"], [1702466732, "573661183"], [1702466765, "579540169"], [1702466801, "585150933"], [1702466852, "590498464"], [1702466876, "591421892"], [1702466918, "596410520"], [1702466978, "600913409"], [1702467014, "652189189"], [1702467038, "655151818"], [1702467068, "662274146"], [1702467122, "668519993"], [1702467158, "679885491"], [1702467191, "684022771"], [1702467221, "685986448"], [1702467257, "694439499"], [1702467299, "697830154"], [1702467350, "703812684"], [1702467386, "709781474"], [1702467419, "715885191"], [1702467455, "721837172"], [1702467515, "728238109"], [1702467542, "730976505"], [1702467566, "733134504"], [1702467599, "738492013"], [1702467635, "744449933"], [1702467668, "748289858"], [1702467695, "753830429"], [1702467716, "755725035"], [1702467746, "757971465"], [1702467800, "763952586"], [1702467824, "766993236"], [1702467908, "777642034"], [1702467944, "779446779"], [1702467968, "781065122"], [1702468001, "781740758"], [1702468031, "785595565"], [1702468067, "793634384"], [1702468085, "798835320"], [1702468115, "801388426"], [1702468151, "804141947"], [1702468181, "812928320"], [1702468208, "814660533"], [1702468241, "822029364"], [1702468256, "825329122"], [1702468286, "826627382"], [1702468322, "831205390"], [1702468352, "835441294"], [1702468388, "840548154"], [1702468424, "843361452"], [1702468457, "844649405"], [1702468493, "851405736"], [1702468517, "854690439"], [1702468550, "858567641"], [1702468586, "862658866"], [1702468613, "865902316"], [1702468637, "867746835"], [1702468679, "870833974"], [1702468721, "874399110"], [1702468730, "878460200"], [1702468766, "880158014"], [1702468799, "883181374"], [1702468835, "886501561"], [1702468898, "896681962"], [1702468934, "903674716"], [1702468970, "907835762"], [1702468994, "910422313"], [1702469024, "914409834"], [1702469060, "919616441"], [1702469111, "927751294"], [1702469144, "932842104"], [1702469168, "935352620"], [1702469204, "938933697"], [1702469237, "943072998"], [1702469273, "947472772"], [1702469303, "955606274"], [1702469336, "958005554"], [1702469360, "961449338"], [1702469387, "962359496"], [1702469411, "964188701"], [1702469435, "968979463"], [1702469468, "972079027"], [1702469504, "975840829"], [1702469537, "980189889"], [1702469573, "984399830"], [1702469606, "988510379"], [1702469633, "990299908"], [1702469660, "995942165"], [1702469684, "1000711283"], [1702469717, "1003934456"], [1702469753, "1007158503"], [1702469786, "1010454565"], [1702469816, "1013905691"], [1702469834, "1018410743"], [1702469864, "1021693856"], [1702469906, "1027798068"], [1702469936, "1030559880"], [1702469972, "1033952128"], [1702470005, "1036134709"], [1702470029, "1037810734"], [1702470065, "1043733646"], [1702470101, "1049296827"], [1702470131, "1056135252"], [1702470167, "1063886257"], [1702470203, "1071752843"], [1702470251, "1077313583"], [1702470278, "1080177428"], [1702470311, "1086705964"], [1702470347, "1095292052"], [1702470371, "1099143305"], [1702470404, "1103224435"], [1702470440, "1112558381"], [1702470476, "1115306509"], [1702470506, "1121109051"], [1702470542, "1129171402"], [1702470575, "1133245528"], [1702470611, "1137685263"], [1702470635, "1139864319"], [1702470662, "1142794183"], [1702470686, "1145688617"], [1702470719, "1148580426"], [1702470746, "1152601689"], [1702470812, "1158892105"], [1702470845, "1163298210"], [1702470875, "1168983378"], [1702470899, "1173135529"], [1702470953, "1177928261"], [1702470983, "1184452078"], [1702471025, "1185588367"], [1702471067, "1195351011"], [1702471169, "1203389213"], [1702471193, "1206486345"], [1702471226, "1212345495"], [1702471265, "1214601641"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "4595643"], [1702462721, "5107090"], [1702462736, "5798114"], [1702462751, "6308975"], [1702462763, "6992884"], [1702462793, "7802345"], [1702462808, "7802345"], [1702462829, "7802345"], [1702462844, "7802345"], [1702462865, "8335732"], [1702462880, "8524831"], [1702462904, "8742029"], [1702462919, "8829303"], [1702462952, "9446196"], [1702462973, "9624692"], [1702462988, "9747796"], [1702463045, "11772253"], [1702463081, "12809727"], [1702463114, "19891306"], [1702463150, "21362585"], [1702463186, "22413143"], [1702463216, "22803766"], [1702463240, "23874396"], [1702463273, "24550833"], [1702463324, "24550833"], [1702463354, "24550833"], [1702463381, "24550833"], [1702463417, "26848738"], [1702463453, "27266807"], [1702463477, "27465698"], [1702463510, "28257971"], [1702463537, "29250062"], [1702463570, "29670706"], [1702463591, "30061137"], [1702463621, "30400395"], [1702463657, "30400395"], [1702463693, "30686372"], [1702463729, "30770706"], [1702463765, "30878956"], [1702463798, "31507023"], [1702463846, "31920527"], [1702463873, "32447652"], [1702463906, "32539415"], [1702463948, "33762312"], [1702463984, "34111255"], [1702464014, "35291602"], [1702464050, "36579777"], [1702464086, "38536873"], [1702464122, "39095058"], [1702464155, "39547632"], [1702464194, "39982646"], [1702464230, "41552329"], [1702464263, "42751349"], [1702464299, "44362923"], [1702464332, "45270020"], [1702464356, "45651895"], [1702464392, "46514381"], [1702464425, "47211524"], [1702464455, "48230726"], [1702464479, "51458021"], [1702464509, "51877285"], [1702464533, "52357115"], [1702464569, "53247616"], [1702464605, "54558951"], [1702464635, "54851065"], [1702464671, "55551403"], [1702464716, "56628703"], [1702464743, "57372391"], [1702464776, "65348206"], [1702464812, "67405819"], [1702464836, "68459956"], [1702464869, "68685324"], [1702464905, "68872928"], [1702464926, "68972344"], [1702464956, "69255658"], [1702464992, "69255658"], [1702465016, "69408874"], [1702465049, "69796181"], [1702465085, "70826454"], [1702465118, "71370425"], [1702465145, "72640242"], [1702465178, "73323437"], [1702465208, "75118101"], [1702465241, "76230078"], [1702465298, "79477778"], [1702465334, "80156083"], [1702465367, "80402195"], [1702465394, "81003661"], [1702465418, "81602384"], [1702465445, "82258523"], [1702465481, "83294500"], [1702465517, "84184122"], [1702465550, "84791984"], [1702465586, "86158612"], [1702465619, "86724989"], [1702465658, "87803574"], [1702465706, "87859529"], [1702465754, "88930490"], [1702465787, "90294252"], [1702465823, "90724362"], [1702465856, "91412860"], [1702465880, "92409078"], [1702465910, "93199561"], [1702465952, "93367685"], [1702465988, "95572911"], [1702466015, "96976671"], [1702466030, "97823067"], [1702466060, "98506485"], [1702466078, "99389853"], [1702466138, "100730894"], [1702466168, "100871112"], [1702466204, "100980735"], [1702466237, "101959252"], [1702466261, "102186399"], [1702466291, "102186399"], [1702466327, "103355907"], [1702466360, "104447278"], [1702466384, "105234389"], [1702466417, "106222276"], [1702466441, "107164308"], [1702466471, "107919767"], [1702466507, "110230960"], [1702466540, "110695861"], [1702466597, "112139639"], [1702466633, "113674431"], [1702466666, "114463675"], [1702466705, "116085953"], [1702466732, "118083094"], [1702466765, "120537852"], [1702466801, "123043551"], [1702466852, "125455754"], [1702466876, "126826294"], [1702466918, "128642270"], [1702466978, "143500831"], [1702467014, "144256992"], [1702467038, "145258071"], [1702467068, "146335747"], [1702467122, "147055159"], [1702467158, "148922133"], [1702467191, "149475082"], [1702467221, "150420173"], [1702467257, "151870094"], [1702467299, "153451748"], [1702467350, "155915406"], [1702467386, "156227430"], [1702467419, "159784600"], [1702467455, "160104266"], [1702467515, "165447926"], [1702467542, "165510142"], [1702467566, "166580614"], [1702467599, "167306917"], [1702467635, "168030042"], [1702467668, "169448468"], [1702467695, "169675524"], [1702467716, "170121581"], [1702467746, "170121581"], [1702467800, "171824904"], [1702467824, "173120173"], [1702467908, "174056448"], [1702467944, "175003297"], [1702467968, "175593417"], [1702468001, "175833972"], [1702468031, "177070392"], [1702468067, "177285370"], [1702468085, "179129790"], [1702468115, "179406650"], [1702468151, "180437202"], [1702468181, "181351059"], [1702468208, "181635838"], [1702468241, "182019208"], [1702468256, "182019208"], [1702468286, "182706969"], [1702468322, "183202067"], [1702468352, "183843022"], [1702468388, "184435568"], [1702468424, "185418075"], [1702468457, "185910595"], [1702468493, "186670425"], [1702468517, "187176639"], [1702468550, "188272522"], [1702468586, "190769534"], [1702468613, "192213056"], [1702468637, "193264518"], [1702468679, "195650914"], [1702468721, "196398722"], [1702468730, "197721493"], [1702468766, "198428773"], [1702468799, "199324844"], [1702468835, "200306786"], [1702468898, "203905661"], [1702468934, "205662822"], [1702468970, "206885054"], [1702468994, "208603338"], [1702469024, "209445967"], [1702469060, "211302592"], [1702469111, "212197237"], [1702469144, "213163010"], [1702469168, "213634586"], [1702469204, "214591383"], [1702469237, "215504862"], [1702469273, "216158440"], [1702469303, "217111908"], [1702469336, "218690410"], [1702469360, "220527773"], [1702469387, "220837923"], [1702469411, "221250054"], [1702469435, "222100680"], [1702469468, "222667269"], [1702469504, "223803321"], [1702469537, "224606842"], [1702469573, "225814677"], [1702469606, "226337463"], [1702469633, "227132237"], [1702469660, "229373629"], [1702469684, "230891163"], [1702469717, "231520857"], [1702469753, "232615077"], [1702469786, "233495363"], [1702469816, "234194499"], [1702469834, "234394172"], [1702469864, "234717118"], [1702469906, "238806288"], [1702469936, "239501630"], [1702469972, "241317030"], [1702470005, "242100100"], [1702470029, "243185129"], [1702470065, "244286133"], [1702470101, "244870377"], [1702470131, "245189398"], [1702470167, "249569991"], [1702470203, "250990592"], [1702470251, "251925793"], [1702470278, "252539146"], [1702470311, "253711558"], [1702470347, "254203922"], [1702470371, "254816445"], [1702470404, "255461030"], [1702470440, "257031244"], [1702470476, "258402796"], [1702470506, "258556695"], [1702470542, "261379752"], [1702470575, "262756398"], [1702470611, "262868251"], [1702470635, "265173029"], [1702470662, "265961301"], [1702470686, "266232964"], [1702470719, "267221431"], [1702470746, "267955743"], [1702470812, "269526145"], [1702470845, "269755068"], [1702470875, "310912700"], [1702470899, "311823650"], [1702470953, "313225881"], [1702470983, "314010477"], [1702471025, "317153707"], [1702471067, "318776283"], [1702471169, "319864822"], [1702471193, "320495972"], [1702471226, "321319504"], [1702471265, "321650851"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "16155073"], [1702462721, "17048522"], [1702462736, "17553250"], [1702462751, "17553250"], [1702462763, "18619374"], [1702462793, "18619374"], [1702462808, "18619374"], [1702462829, "18619374"], [1702462844, "18700899"], [1702462865, "18700899"], [1702462880, "22286091"], [1702462904, "25420956"], [1702462919, "25420956"], [1702462952, "25839487"], [1702462973, "26040407"], [1702462988, "32824939"], [1702463045, "35897506"], [1702463081, "37285808"], [1702463114, "37989513"], [1702463150, "41691932"], [1702463186, "42800829"], [1702463216, "44631734"], [1702463240, "46970253"], [1702463273, "47522880"], [1702463324, "52307287"], [1702463354, "53852640"], [1702463381, "59333359"], [1702463417, "61239525"], [1702463453, "64236569"], [1702463477, "65738243"], [1702463510, "66638389"], [1702463537, "68907199"], [1702463570, "70850428"], [1702463591, "75900069"], [1702463621, "142251838"], [1702463657, "144283053"], [1702463693, "150687949"], [1702463729, "161800400"], [1702463765, "165300185"], [1702463798, "168156556"], [1702463846, "178134698"], [1702463873, "179272760"], [1702463906, "183237264"], [1702463948, "188032450"], [1702463984, "189177162"], [1702464014, "192384352"], [1702464050, "196152195"], [1702464086, "200713195"], [1702464122, "208279405"], [1702464155, "214345242"], [1702464194, "219733765"], [1702464230, "226419459"], [1702464263, "231913822"], [1702464299, "235593812"], [1702464332, "240263381"], [1702464356, "241563452"], [1702464392, "245959026"], [1702464425, "252352377"], [1702464455, "254637792"], [1702464479, "260793316"], [1702464509, "264384189"], [1702464533, "267820408"], [1702464569, "276499511"], [1702464605, "280484856"], [1702464635, "283339368"], [1702464671, "286150970"], [1702464716, "291546551"], [1702464743, "295583281"], [1702464776, "300224314"], [1702464812, "304789399"], [1702464836, "312652011"], [1702464869, "316797270"], [1702464905, "321057358"], [1702464926, "340542581"], [1702464956, "343077729"], [1702464992, "345896800"], [1702465016, "352327488"], [1702465049, "354043503"], [1702465085, "356559001"], [1702465118, "359447425"], [1702465145, "362571923"], [1702465178, "367915485"], [1702465208, "374442256"], [1702465241, "377805857"], [1702465298, "383474215"], [1702465334, "387428913"], [1702465367, "389915025"], [1702465394, "392639560"], [1702465418, "397518436"], [1702465445, "398812243"], [1702465481, "402744541"], [1702465517, "409211023"], [1702465550, "414197193"], [1702465586, "416580315"], [1702465619, "422249021"], [1702465658, "424756685"], [1702465706, "427848531"], [1702465754, "433849794"], [1702465787, "437384891"], [1702465823, "438883458"], [1702465856, "443499756"], [1702465880, "444570299"], [1702465910, "463541295"], [1702465952, "469213660"], [1702465988, "478017316"], [1702466015, "484471829"], [1702466030, "488333187"], [1702466060, "490233839"], [1702466078, "494636676"], [1702466138, "497811883"], [1702466168, "503196806"], [1702466204, "506671143"], [1702466237, "511493020"], [1702466261, "513348012"], [1702466291, "517002751"], [1702466327, "522781743"], [1702466360, "529711584"], [1702466384, "535693763"], [1702466417, "542852271"], [1702466441, "546392025"], [1702466471, "550377917"], [1702466507, "554713964"], [1702466540, "558099534"], [1702466597, "566672123"], [1702466633, "570660078"], [1702466666, "594674649"], [1702466705, "600641159"], [1702466732, "607820388"], [1702466765, "612372759"], [1702466801, "616706615"], [1702466852, "623122293"], [1702466876, "626943863"], [1702466918, "632596172"], [1702466978, "639721332"], [1702467014, "661487516"], [1702467038, "663987383"], [1702467068, "667109854"], [1702467122, "673673211"], [1702467158, "676200010"], [1702467191, "678359562"], [1702467221, "688497498"], [1702467257, "691254601"], [1702467299, "694611471"], [1702467350, "705556887"], [1702467386, "710849532"], [1702467419, "713872346"], [1702467455, "722618701"], [1702467515, "729134073"], [1702467542, "731400249"], [1702467566, "733558933"], [1702467599, "737267096"], [1702467635, "739375402"], [1702467668, "744168218"], [1702467695, "746745100"], [1702467716, "749799597"], [1702467746, "751682660"], [1702467800, "787584851"], [1702467824, "792470364"], [1702467908, "802292270"], [1702467944, "809388056"], [1702467968, "815023614"], [1702468001, "818509349"], [1702468031, "821985779"], [1702468067, "828182988"], [1702468085, "831406793"], [1702468115, "834275758"], [1702468151, "837343754"], [1702468181, "843010304"], [1702468208, "847180316"], [1702468241, "850333971"], [1702468256, "852099662"], [1702468286, "853085162"], [1702468322, "860337306"], [1702468352, "867020873"], [1702468388, "872136930"], [1702468424, "875904342"], [1702468457, "878547208"], [1702468493, "883000527"], [1702468517, "887249168"], [1702468550, "891063295"], [1702468586, "900525719"], [1702468613, "909626458"], [1702468637, "913486946"], [1702468679, "921089881"], [1702468721, "925675322"], [1702468730, "931412180"], [1702468766, "934008696"], [1702468799, "937698974"], [1702468835, "941041419"], [1702468898, "950552324"], [1702468934, "955872203"], [1702468970, "962189062"], [1702468994, "970850667"], [1702469024, "973570981"], [1702469060, "977025356"], [1702469111, "984965787"], [1702469144, "991939676"], [1702469168, "993330356"], [1702469204, "995630407"], [1702469237, "1002151533"], [1702469273, "1003722234"], [1702469303, "1011874306"], [1702469336, "1016942024"], [1702469360, "1021840401"], [1702469387, "1023546965"], [1702469411, "1026339831"], [1702469435, "1030952489"], [1702469468, "1033481546"], [1702469504, "1037939908"], [1702469537, "1041130715"], [1702469573, "1047530353"], [1702469606, "1051674827"], [1702469633, "1055875203"], [1702469660, "1061536255"], [1702469684, "1063946829"], [1702469717, "1067537610"], [1702469753, "1070557930"], [1702469786, "1076080309"], [1702469816, "1080505133"], [1702469834, "1082835776"], [1702469864, "1089211062"], [1702469906, "1097149327"], [1702469936, "1099566300"], [1702469972, "1103133687"], [1702470005, "1107661713"], [1702470029, "1109479234"], [1702470065, "1114206271"], [1702470101, "1120760538"], [1702470131, "1129904129"], [1702470167, "1134707499"], [1702470203, "1142271853"], [1702470251, "1145976895"], [1702470278, "1150501669"], [1702470311, "1156558639"], [1702470347, "1163609570"], [1702470371, "1167443097"], [1702470404, "1172494040"], [1702470440, "1176221494"], [1702470476, "1177834728"], [1702470506, "1187317752"], [1702470542, "1195524718"], [1702470575, "1202474202"], [1702470611, "1206988245"], [1702470635, "1213661352"], [1702470662, "1214092633"], [1702470686, "1216126316"], [1702470719, "1217536953"], [1702470746, "1221240238"], [1702470812, "1228935369"], [1702470845, "1235294140"], [1702470875, "1245373826"], [1702470899, "1251412420"], [1702470953, "1255796272"], [1702470983, "1260187068"], [1702471025, "1265523552"], [1702471067, "1277255085"], [1702471169, "1285060522"], [1702471193, "1294086917"], [1702471226, "1298328847"], [1702471265, "1303129702"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "20967566"], [1702462721, "21059230"], [1702462736, "21507908"], [1702462751, "23138400"], [1702462763, "24613167"], [1702462793, "26847538"], [1702462808, "27850803"], [1702462829, "28460975"], [1702462844, "29116919"], [1702462865, "29377711"], [1702462880, "30525956"], [1702462904, "37659809"], [1702462919, "37861529"], [1702462952, "40802660"], [1702462973, "41573127"], [1702462988, "41745218"], [1702463045, "43494596"], [1702463081, "47694921"], [1702463114, "50285349"], [1702463150, "51751443"], [1702463186, "52901492"], [1702463216, "56993732"], [1702463240, "56993732"], [1702463273, "61821037"], [1702463324, "65142945"], [1702463354, "70709714"], [1702463381, "72217736"], [1702463417, "74433896"], [1702463453, "81536271"], [1702463477, "85746325"], [1702463510, "87417907"], [1702463537, "88397706"], [1702463570, "90154799"], [1702463591, "91108234"], [1702463621, "92579270"], [1702463657, "93699457"], [1702463693, "94541892"], [1702463729, "95493815"], [1702463765, "106594520"], [1702463798, "108865230"], [1702463846, "112574518"], [1702463873, "112964427"], [1702463906, "113644075"], [1702463948, "116636402"], [1702463984, "117103812"], [1702464014, "121050367"], [1702464050, "121511290"], [1702464086, "124327362"], [1702464122, "126952666"], [1702464155, "131985802"], [1702464194, "133207624"], [1702464230, "135520056"], [1702464263, "138244940"], [1702464299, "140354300"], [1702464332, "143293455"], [1702464356, "145353834"], [1702464392, "148096111"], [1702464425, "148946419"], [1702464455, "150914950"], [1702464479, "153171125"], [1702464509, "156258287"], [1702464533, "157278397"], [1702464569, "161219228"], [1702464605, "162474379"], [1702464635, "164183075"], [1702464671, "164488003"], [1702464716, "167373559"], [1702464743, "168216854"], [1702464776, "170453986"], [1702464812, "265501376"], [1702464836, "270945151"], [1702464869, "272785311"], [1702464905, "277959854"], [1702464926, "279962747"], [1702464956, "285291944"], [1702464992, "288149505"], [1702465016, "290635026"], [1702465049, "291556941"], [1702465085, "296971497"], [1702465118, "298118276"], [1702465145, "303156290"], [1702465178, "305140569"], [1702465208, "307637831"], [1702465241, "311794468"], [1702465298, "317147133"], [1702465334, "320732161"], [1702465367, "323859881"], [1702465394, "325862012"], [1702465418, "328484274"], [1702465445, "333168399"], [1702465481, "335320487"], [1702465517, "338729899"], [1702465550, "340139020"], [1702465586, "354670426"], [1702465619, "362740051"], [1702465658, "367007110"], [1702465706, "369166993"], [1702465754, "369774719"], [1702465787, "374724281"], [1702465823, "376623796"], [1702465856, "377647316"], [1702465880, "380280880"], [1702465910, "382411781"], [1702465952, "388735319"], [1702465988, "390312850"], [1702466015, "392931424"], [1702466030, "399791641"], [1702466060, "402133678"], [1702466078, "403841711"], [1702466138, "410107977"], [1702466168, "411721531"], [1702466204, "413153088"], [1702466237, "414946658"], [1702466261, "419692213"], [1702466291, "422217309"], [1702466327, "424953343"], [1702466360, "429167852"], [1702466384, "437783817"], [1702466417, "441703511"], [1702466441, "447684877"], [1702466471, "451244398"], [1702466507, "456593458"], [1702466540, "458094889"], [1702466597, "462965538"], [1702466633, "471339414"], [1702466666, "476664483"], [1702466705, "480422838"], [1702466732, "483734258"], [1702466765, "488359007"], [1702466801, "492628959"], [1702466852, "497489490"], [1702466876, "504061791"], [1702466918, "507043140"], [1702466978, "516389226"], [1702467014, "518119508"], [1702467038, "523950330"], [1702467068, "526051587"], [1702467122, "528643069"], [1702467158, "537975744"], [1702467191, "539227745"], [1702467221, "541972379"], [1702467257, "544909125"], [1702467299, "547221515"], [1702467350, "549607356"], [1702467386, "554542142"], [1702467419, "558993104"], [1702467455, "564325923"], [1702467515, "569293046"], [1702467542, "570883422"], [1702467566, "573896709"], [1702467599, "576883464"], [1702467635, "579124920"], [1702467668, "584448201"], [1702467695, "587574458"], [1702467716, "590425520"], [1702467746, "591276212"], [1702467800, "602690029"], [1702467824, "606285761"], [1702467908, "615558012"], [1702467944, "618032988"], [1702467968, "621587361"], [1702468001, "623743204"], [1702468031, "627943819"], [1702468067, "631168658"], [1702468085, "633864125"], [1702468115, "636636933"], [1702468151, "638128322"], [1702468181, "643603283"], [1702468208, "648248701"], [1702468241, "652276646"], [1702468256, "654756420"], [1702468286, "658970018"], [1702468322, "660203928"], [1702468352, "662625229"], [1702468388, "667942326"], [1702468424, "672602323"], [1702468457, "675995070"], [1702468493, "681175515"], [1702468517, "682308624"], [1702468550, "684559522"], [1702468586, "688996196"], [1702468613, "689801040"], [1702468637, "690140671"], [1702468679, "696383041"], [1702468721, "697055297"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "870009"], [1702462721, "870009"], [1702462736, "1920158"], [1702462751, "1920158"], [1702462763, "1920158"], [1702462793, "1920158"], [1702462808, "2076118"], [1702462829, "2162190"], [1702462844, "2162190"], [1702462865, "2220585"], [1702462880, "2310853"], [1702462904, "2310853"], [1702462919, "2310853"], [1702462952, "2558447"], [1702462973, "2558447"], [1702462988, "2717934"], [1702463045, "3134502"], [1702463081, "3134502"], [1702463114, "3349543"], [1702463150, "3501505"], [1702463186, "3501505"], [1702463216, "3643553"], [1702463240, "3740850"], [1702463273, "3740850"], [1702463324, "4085798"], [1702463354, "4145818"], [1702463381, "4505580"], [1702463417, "4621061"], [1702463453, "4621061"], [1702463477, "4621061"], [1702463510, "4779461"], [1702463537, "5894586"], [1702463570, "5894586"], [1702463591, "6089087"], [1702463621, "6157339"], [1702463657, "6252407"], [1702463693, "6252407"], [1702463729, "6447947"], [1702463765, "6538340"], [1702463798, "6538340"], [1702463846, "6538340"], [1702463873, "6653657"], [1702463906, "6827018"], [1702463948, "7007796"], [1702463984, "7007796"], [1702464014, "7154760"], [1702464050, "7154760"], [1702464086, "7154760"], [1702464122, "7238678"], [1702464155, "7238678"], [1702464194, "7238678"], [1702464230, "7341172"], [1702464263, "7435829"], [1702464299, "7611627"], [1702464332, "7611627"], [1702464356, "7611627"], [1702464392, "7611627"], [1702464425, "7765885"], [1702464455, "7765885"], [1702464479, "7765885"], [1702464509, "7765885"], [1702464533, "7765885"], [1702464569, "7765885"], [1702464605, "7765885"], [1702464635, "7765885"], [1702464671, "7765885"], [1702464716, "7830171"], [1702464743, "7968254"], [1702464776, "7968254"], [1702464812, "8029449"], [1702464836, "8241145"], [1702464869, "8644789"], [1702464905, "8644789"], [1702464926, "8747448"], [1702464956, "8747448"], [1702464992, "8873090"], [1702465016, "8873090"], [1702465049, "8873090"], [1702465085, "9011244"], [1702465118, "9112201"], [1702465145, "9112201"], [1702465178, "9112201"], [1702465208, "9275605"], [1702465241, "9275605"], [1702465298, "9275605"], [1702465334, "9353902"], [1702465367, "9353902"], [1702465394, "9444628"], [1702465418, "9444628"], [1702465445, "9444628"], [1702465481, "9479096"], [1702465517, "9899316"], [1702465550, "9899316"], [1702465586, "10412596"], [1702465619, "10412596"], [1702465658, "10412596"], [1702465706, "10412596"], [1702465754, "10504120"], [1702465787, "10504120"], [1702465823, "10565296"], [1702465856, "10628045"], [1702465880, "10628045"], [1702465910, "10628045"], [1702465952, "11873818"], [1702465988, "11873818"], [1702466015, "11873818"], [1702466030, "11873818"], [1702466060, "11999417"], [1702466078, "12149292"], [1702466138, "12290066"], [1702466168, "12290066"], [1702466204, "12290066"], [1702466237, "12290066"], [1702466261, "12447640"], [1702466291, "12447640"], [1702466327, "12447640"], [1702466360, "12447640"], [1702466384, "12629809"], [1702466417, "12629809"], [1702466441, "12629809"], [1702466471, "12629809"], [1702466507, "12629809"], [1702466540, "12629809"], [1702466597, "12696469"], [1702466633, "12934932"], [1702466666, "12934932"], [1702466705, "13761553"], [1702466732, "13864861"], [1702466765, "13864861"], [1702466801, "14036844"], [1702466852, "14135627"], [1702466876, "14135627"], [1702466918, "14135627"], [1702466978, "14345497"], [1702467014, "14482311"], [1702467038, "14482311"], [1702467068, "14482311"], [1702467122, "14482311"], [1702467158, "15276029"], [1702467191, "15276029"], [1702467221, "15276029"], [1702467257, "15276029"], [1702467299, "15276029"], [1702467350, "15385421"], [1702467386, "15385421"], [1702467419, "17123264"], [1702467455, "17267599"], [1702467515, "17525926"], [1702467542, "17525926"], [1702467566, "17525926"], [1702467599, "17525926"], [1702467635, "17596202"], [1702467668, "17596202"], [1702467695, "17596202"], [1702467716, "17694106"], [1702467746, "17952044"], [1702467800, "17952044"], [1702467824, "17952044"], [1702467908, "18092584"], [1702467944, "18164834"], [1702467968, "18164834"], [1702468001, "18164834"], [1702468031, "18164834"], [1702468067, "18414523"], [1702468085, "18414523"], [1702468115, "18414523"], [1702468151, "18414523"], [1702468181, "18414523"], [1702468208, "18512941"], [1702468241, "18512941"], [1702468256, "18594288"], [1702468286, "18828029"], [1702468322, "18828029"], [1702468352, "18828029"], [1702468388, "18935358"], [1702468424, "19022046"], [1702468457, "19022046"], [1702468493, "19022046"], [1702468517, "19022046"], [1702468550, "19087838"], [1702468586, "19325652"], [1702468613, "19325652"], [1702468637, "19381865"], [1702468679, "19381865"], [1702468721, "19648822"], [1702468730, "19648822"], [1702468766, "19648822"], [1702468799, "19802166"], [1702468835, "19802166"], [1702468898, "19802166"], [1702468934, "19863991"], [1702468970, "19863991"], [1702468994, "19863991"], [1702469024, "19863991"], [1702469060, "19863991"], [1702469111, "19863991"], [1702469144, "19863991"], [1702469168, "19922191"], [1702469204, "19922191"], [1702469237, "19922191"], [1702469273, "19922191"], [1702469303, "20135451"], [1702469336, "20205932"], [1702469360, "20205932"], [1702469387, "20205932"], [1702469411, "20205932"], [1702469435, "20205932"], [1702469468, "20273593"], [1702469504, "20273593"], [1702469537, "20408097"], [1702469573, "20468742"], [1702469606, "20635968"], [1702469633, "20728466"], [1702469660, "20982979"], [1702469684, "20982979"], [1702469717, "20982979"], [1702469753, "20982979"], [1702469786, "21154081"], [1702469816, "24276978"], [1702469834, "24557539"], [1702469864, "24695309"], [1702469906, "24695309"], [1702469936, "24847836"], [1702469972, "24847836"], [1702470005, "24933207"], [1702470029, "24933207"], [1702470065, "25025260"], [1702470101, "25025260"], [1702470131, "25025260"], [1702470167, "25025260"], [1702470203, "25025260"], [1702470251, "25277127"], [1702470278, "25409304"], [1702470311, "25579383"], [1702470347, "25579383"], [1702470371, "25579383"], [1702470404, "26235586"], [1702470440, "26235586"], [1702470476, "26325969"], [1702470506, "26502267"], [1702470542, "26652235"], [1702470575, "26814788"], [1702470611, "26883719"], [1702470635, "26883719"], [1702470662, "26883719"], [1702470686, "26883719"], [1702470719, "26883719"], [1702470746, "26883719"], [1702470812, "27078419"], [1702470845, "27078419"], [1702470875, "27078419"], [1702470899, "27078419"], [1702470953, "27158938"], [1702470983, "27387909"], [1702471025, "27387909"], [1702471067, "27649102"], [1702471169, "27649102"], [1702471193, "27649102"], [1702471226, "27649102"], [1702471265, "27649102"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1546021919"], [1702462721, "1606350628"], [1702462736, "1701136418"], [1702462751, "1748166358"], [1702462763, "1930404286"], [1702462793, "2035468167"], [1702462808, "2072286871"], [1702462829, "2124477104"], [1702462844, "2202544225"], [1702462865, "2246598324"], [1702462880, "2305465741"], [1702462904, "2389062411"], [1702462919, "2408627953"], [1702462952, "2639467424"], [1702462973, "2680417729"], [1702462988, "2800821042"], [1702463045, "3032315785"], [1702463081, "3171824683"], [1702463114, "3290287524"], [1702463150, "3406284916"], [1702463186, "3519775390"], [1702463216, "3658241210"], [1702463240, "3760173473"], [1702463273, "3820621332"], [1702463324, "4307067647"], [1702463354, "4450426030"], [1702463381, "4597568456"], [1702463417, "4790674888"], [1702463453, "4975006438"], [1702463477, "5096619190"], [1702463510, "5247615822"], [1702463537, "5368483702"], [1702463570, "5483461860"], [1702463591, "5579094718"], [1702463621, "5655792788"], [1702463657, "5786811476"], [1702463693, "5985404027"], [1702463729, "6164579355"], [1702463765, "6363573444"], [1702463798, "6517479671"], [1702463846, "6657033684"], [1702463873, "6775017975"], [1702463906, "6934228394"], [1702463948, "7104995425"], [1702463984, "7217076192"], [1702464014, "7351421265"], [1702464050, "7519112020"], [1702464086, "7641055273"], [1702464122, "7814409825"], [1702464155, "7947672420"], [1702464194, "8221996104"], [1702464230, "8335790086"], [1702464263, "8479472333"], [1702464299, "8614392359"], [1702464332, "8748484138"], [1702464356, "8795318253"], [1702464392, "8874206763"], [1702464425, "9094183342"], [1702464455, "9242399980"], [1702464479, "9437058459"], [1702464509, "9549370401"], [1702464533, "9651350170"], [1702464569, "9764709206"], [1702464605, "9885582712"], [1702464635, "9980649562"], [1702464671, "10116996807"], [1702464716, "10250322620"], [1702464743, "10359420761"], [1702464776, "10563999581"], [1702464812, "10720088793"], [1702464836, "10817536988"], [1702464869, "10953882156"], [1702464905, "11042964071"], [1702464926, "11154359416"], [1702464956, "11235587252"], [1702464992, "11422997738"], [1702465016, "11524791236"], [1702465049, "11628698277"], [1702465085, "11761788529"], [1702465118, "11907113113"], [1702465145, "12065975913"], [1702465178, "12142789484"], [1702465208, "12275790587"], [1702465241, "12500754588"], [1702465298, "12749110021"], [1702465334, "12854557038"], [1702465367, "12980134293"], [1702465394, "13042368775"], [1702465418, "13141271157"], [1702465445, "13261774384"], [1702465481, "13350404653"], [1702465517, "13527463720"], [1702465550, "13679136697"], [1702465586, "14331454017"], [1702465619, "14460105465"], [1702465658, "14654326878"], [1702465706, "14779589868"], [1702465754, "14956008387"], [1702465787, "15081976112"], [1702465823, "15204300645"], [1702465856, "15278109309"], [1702465880, "15355034458"], [1702465910, "15473459035"], [1702465952, "15608134542"], [1702465988, "15792492756"], [1702466015, "15947337169"], [1702466030, "16088870364"], [1702466060, "16153196765"], [1702466078, "16558552974"], [1702466138, "16706863087"], [1702466168, "16865118407"], [1702466204, "16972415196"], [1702466237, "17139960721"], [1702466261, "17251390921"], [1702466291, "17369146164"], [1702466327, "17527216726"], [1702466360, "17718403264"], [1702466384, "17872973557"], [1702466417, "17998605114"], [1702466441, "18149448453"], [1702466471, "18238507772"], [1702466507, "18372903360"], [1702466540, "18475076763"], [1702466597, "18666487333"], [1702466633, "18771127739"], [1702466666, "18844350799"], [1702466705, "19047690122"], [1702466732, "19277303462"], [1702466765, "19437906753"], [1702466801, "19560298361"], [1702466852, "19802899443"], [1702466876, "20070428545"], [1702466918, "20214219431"], [1702466978, "20414864274"], [1702467014, "20566899669"], [1702467038, "20691707995"], [1702467068, "20841440960"], [1702467122, "21181167768"], [1702467158, "21304752216"], [1702467191, "21885206667"], [1702467221, "22026824173"], [1702467257, "22171270988"], [1702467299, "22314795071"], [1702467350, "22597344254"], [1702467386, "22785854357"], [1702467419, "22984443549"], [1702467455, "23186773560"], [1702467515, "23428670384"], [1702467542, "23557721132"], [1702467566, "23671652595"], [1702467599, "23771198830"], [1702467635, "23888069345"], [1702467668, "24024414870"], [1702467695, "24133238025"], [1702467716, "24269576290"], [1702467746, "24384047599"], [1702467800, "24696713024"], [1702467824, "24925432670"], [1702467908, "25293555621"], [1702467944, "25491276088"], [1702467968, "25680718510"], [1702468001, "26170566774"], [1702468031, "26259132542"], [1702468067, "26404358870"], [1702468085, "26580766065"], [1702468115, "26672688346"], [1702468151, "26838668041"], [1702468181, "27053150017"], [1702468208, "27208641438"], [1702468241, "27434464146"], [1702468256, "27557202316"], [1702468286, "27643968384"], [1702468322, "27802576474"], [1702468352, "27985403309"], [1702468388, "28121468595"], [1702468424, "28255514689"], [1702468457, "28393188807"], [1702468493, "28606682460"], [1702468517, "28770200934"], [1702468550, "28933669274"], [1702468586, "29091744325"], [1702468613, "29239411734"], [1702468637, "29332164690"], [1702468679, "29480649924"], [1702468721, "29613828070"], [1702468730, "29734616489"], [1702468766, "29805030017"], [1702468799, "29873134123"], [1702468835, "30044816331"], [1702468898, "30337330323"], [1702468934, "30541410928"], [1702468970, "30767906894"], [1702468994, "30912771352"], [1702469024, "31003734365"], [1702469060, "31196691338"], [1702469111, "31427133859"], [1702469144, "31565555982"], [1702469168, "31613707923"], [1702469204, "31760839516"], [1702469237, "31894625745"], [1702469273, "32056695801"], [1702469303, "32233398294"], [1702469336, "32396770785"], [1702469360, "32562684736"], [1702469387, "32625104048"], [1702469411, "32749369437"], [1702469435, "32856799999"], [1702469468, "32971604836"], [1702469504, "33112416686"], [1702469537, "33272999070"], [1702469573, "33966264156"], [1702469606, "34115396225"], [1702469633, "34229845488"], [1702469660, "34358553835"], [1702469684, "34525763019"], [1702469717, "34656735334"], [1702469753, "34787078002"], [1702469786, "34900743312"], [1702469816, "35016028191"], [1702469834, "35153632336"], [1702469864, "35272315951"], [1702469906, "35497585256"], [1702469936, "35599824055"], [1702469972, "35762258638"], [1702470005, "35943845102"], [1702470029, "36083018711"], [1702470065, "36262396686"], [1702470101, "36454669598"], [1702470131, "36621620602"], [1702470167, "36831189099"], [1702470203, "37014765905"], [1702470251, "37234933627"], [1702470278, "37422934173"], [1702470311, "37614895349"], [1702470347, "37783481457"], [1702470371, "37881192642"], [1702470404, "37999292028"], [1702470440, "38105136619"], [1702470476, "38243541137"], [1702470506, "38414639256"], [1702470542, "38630593870"], [1702470575, "38740425504"], [1702470611, "38851633821"], [1702470635, "39037629271"], [1702470662, "39140076955"], [1702470686, "39250842680"], [1702470719, "39344549368"], [1702470746, "39506390869"], [1702470812, "39822981330"], [1702470845, "39995804681"], [1702470875, "40171106791"], [1702470899, "40285165765"], [1702470953, "40463216846"], [1702470983, "40595799417"], [1702471025, "40698272854"], [1702471067, "40963893614"], [1702471169, "41334064472"], [1702471193, "41429972763"], [1702471226, "41840642501"], [1702471265, "41967100964"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "43744807"], [1702462721, "62406475"], [1702462736, "63939290"], [1702462751, "66060417"], [1702462763, "70498914"], [1702462793, "74731424"], [1702462808, "78567189"], [1702462829, "79437447"], [1702462844, "81077262"], [1702462865, "81337399"], [1702462880, "85085659"], [1702462904, "88634068"], [1702462919, "89429950"], [1702462952, "95049658"], [1702462973, "95475373"], [1702462988, "96750088"], [1702463045, "101920283"], [1702463081, "105212936"], [1702463114, "107364061"], [1702463150, "109146977"], [1702463186, "113191003"], [1702463216, "140245937"], [1702463240, "140676029"], [1702463273, "141513360"], [1702463324, "145910950"], [1702463354, "148192488"], [1702463381, "148405916"], [1702463417, "150574568"], [1702463453, "157375156"], [1702463477, "183907652"], [1702463510, "188109270"], [1702463537, "284702863"], [1702463570, "291228096"], [1702463591, "294958129"], [1702463621, "297911467"], [1702463657, "305089140"], [1702463693, "315945430"], [1702463729, "327789578"], [1702463765, "333062269"], [1702463798, "339392468"], [1702463846, "346716281"], [1702463873, "353140849"], [1702463906, "361841308"], [1702463948, "375026036"], [1702463984, "380791773"], [1702464014, "389612757"], [1702464050, "393150080"], [1702464086, "405335661"], [1702464122, "423270957"], [1702464155, "429666134"], [1702464194, "441391839"], [1702464230, "444978288"], [1702464263, "454782399"], [1702464299, "464051008"], [1702464332, "470233892"], [1702464356, "475168531"], [1702464392, "481066759"], [1702464425, "495986928"], [1702464455, "502879365"], [1702464479, "517837503"], [1702464509, "523350599"], [1702464533, "529834098"], [1702464569, "541336375"], [1702464605, "548993139"], [1702464635, "553615026"], [1702464671, "563055911"], [1702464716, "569838990"], [1702464743, "583506085"], [1702464776, "588240055"], [1702464812, "596049021"], [1702464836, "605888269"], [1702464869, "615102973"], [1702464905, "655315218"], [1702464926, "663466732"], [1702464956, "669190640"], [1702464992, "673606935"], [1702465016, "678959377"], [1702465049, "682262519"], [1702465085, "690172933"], [1702465118, "696648285"], [1702465145, "700671461"], [1702465178, "708124185"], [1702465208, "720713048"], [1702465241, "733898918"], [1702465298, "744290403"], [1702465334, "749601828"], [1702465367, "758620067"], [1702465394, "763251319"], [1702465418, "770658649"], [1702465445, "775363870"], [1702465481, "783904273"], [1702465517, "790385794"], [1702465550, "792865141"], [1702465586, "809828443"], [1702465619, "823012593"], [1702465658, "836514643"], [1702465706, "840473081"], [1702465754, "858725463"], [1702465787, "868038438"], [1702465823, "873598132"], [1702465856, "883122552"], [1702465880, "889497049"], [1702465910, "897324136"], [1702465952, "902718960"], [1702465988, "909035819"], [1702466015, "913192582"], [1702466030, "919855906"], [1702466060, "923285793"], [1702466078, "925653129"], [1702466138, "936882639"], [1702466168, "947340258"], [1702466204, "952807128"], [1702466237, "964147546"], [1702466261, "967995319"], [1702466291, "977750602"], [1702466327, "986744208"], [1702466360, "999909476"], [1702466384, "1012317045"], [1702466417, "1018161727"], [1702466441, "1025439778"], [1702466471, "1031860903"], [1702466507, "1040740157"], [1702466540, "1045657265"], [1702466597, "1054255956"], [1702466633, "1060873138"], [1702466666, "1062778896"], [1702466705, "1068421659"], [1702466732, "1073825874"], [1702466765, "1086764977"], [1702466801, "1093614772"], [1702466852, "1101044991"], [1702466876, "1108783409"], [1702466918, "1117117927"], [1702466978, "1132657505"], [1702467014, "1145320025"], [1702467038, "1155286238"], [1702467068, "1167619577"], [1702467122, "1183218083"], [1702467158, "1193222446"], [1702467191, "1201119900"], [1702467221, "1210437301"], [1702467257, "1221145144"], [1702467299, "1227209647"], [1702467350, "1240067319"], [1702467386, "1249444339"], [1702467419, "1269370008"], [1702467455, "1284897518"], [1702467515, "1294330789"], [1702467542, "1308166137"], [1702467566, "1315637449"], [1702467599, "1324813551"], [1702467635, "1329585648"], [1702467668, "1339010074"], [1702467695, "1344243186"], [1702467716, "1350986627"], [1702467746, "1357866505"], [1702467800, "1380288132"], [1702467824, "1396934051"], [1702467908, "1418950303"], [1702467944, "1426422833"], [1702467968, "1436038288"], [1702468001, "1439400300"], [1702468031, "1448502874"], [1702468067, "1452863647"], [1702468085, "1459402637"], [1702468115, "1465485184"], [1702468151, "1480685599"], [1702468181, "1493200557"], [1702468208, "1500136662"], [1702468241, "1508286986"], [1702468256, "1560501200"], [1702468286, "1565831068"], [1702468322, "1571102478"], [1702468352, "1583209760"], [1702468388, "1593651875"], [1702468424, "1601666525"], [1702468457, "1607414570"], [1702468493, "1614876280"], [1702468517, "1624634922"], [1702468550, "1633498519"], [1702468586, "1647923102"], [1702468613, "1655898786"], [1702468637, "1658915457"], [1702468679, "1669583613"], [1702468721, "1679620498"], [1702468730, "1685270714"], [1702468766, "1689445460"], [1702468799, "1696141058"], [1702468835, "1705346255"], [1702468898, "1717902567"], [1702468934, "1727705980"], [1702468970, "1740573404"], [1702468994, "1750695101"], [1702469024, "1755872378"], [1702469060, "1762959866"], [1702469111, "1774470457"], [1702469144, "1783923506"], [1702469168, "1788046106"], [1702469204, "1794015655"], [1702469237, "1799985208"], [1702469273, "1805268436"], [1702469303, "1817958691"], [1702469336, "1829108763"], [1702469360, "1839425910"], [1702469387, "1842505777"], [1702469411, "1849835460"], [1702469435, "1856134955"], [1702469468, "1861919073"], [1702469504, "1869742673"], [1702469537, "1876156593"], [1702469573, "1882786135"], [1702469606, "1893307840"], [1702469633, "1900030873"], [1702469660, "1915783422"], [1702469684, "1922854383"], [1702469717, "1926987269"], [1702469753, "1937679668"], [1702469786, "1946343772"], [1702469816, "1950396291"], [1702469834, "1953599458"], [1702469864, "1972376408"], [1702469906, "1985270606"], [1702469936, "1991900014"], [1702469972, "2001411908"], [1702470005, "2009682250"], [1702470029, "2012728093"], [1702470065, "2119191407"], [1702470101, "2129519319"], [1702470131, "2137748178"], [1702470167, "2149143647"], [1702470203, "2158649053"], [1702470251, "2171868269"], [1702470278, "2178664202"], [1702470311, "2191841894"], [1702470347, "2205484653"], [1702470371, "2211387703"], [1702470404, "2219739395"], [1702470440, "2228142116"], [1702470476, "2235865906"], [1702470506, "2250268848"], [1702470542, "2255306901"], [1702470575, "2259797316"], [1702470611, "2265890849"], [1702470635, "2274111115"], [1702470662, "2280094740"], [1702470686, "2286703615"], [1702470719, "2296747533"], [1702470746, "2304502663"], [1702470812, "2317691044"], [1702470845, "2321808413"], [1702470875, "2333466160"], [1702470899, "2339592930"], [1702470953, "2353297519"], [1702470983, "2359744670"], [1702471025, "2366859492"], [1702471067, "2379366870"], [1702471169, "2409320341"], [1702471193, "2412712824"], [1702471226, "2436049900"], [1702471265, "2445639361"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "665165"], [1702463453, "665165"], [1702463477, "665165"], [1702463510, "665165"], [1702463537, "665165"], [1702463570, "665165"], [1702463591, "665165"], [1702463621, "665165"], [1702463657, "665165"], [1702463693, "665165"], [1702463729, "665165"], [1702463765, "665165"], [1702463798, "665165"], [1702463846, "665165"], [1702463873, "665165"], [1702463906, "665165"], [1702463948, "665165"], [1702463984, "665165"], [1702464014, "665165"], [1702464050, "665165"], [1702464086, "665165"], [1702464122, "665165"], [1702464155, "665165"], [1702464194, "665165"], [1702464230, "665165"], [1702464263, "665165"], [1702464299, "665165"], [1702464332, "665165"], [1702464356, "665165"], [1702464392, "665165"], [1702464425, "665165"], [1702464455, "665165"], [1702464479, "665165"], [1702464509, "665165"], [1702464533, "665165"], [1702464569, "665165"], [1702464605, "665165"], [1702464635, "665165"], [1702464671, "665165"], [1702464716, "665165"], [1702464743, "665165"], [1702464776, "665165"], [1702464812, "665165"], [1702464836, "665165"], [1702464869, "665165"], [1702464905, "665165"], [1702464926, "665165"], [1702464956, "665165"], [1702464992, "665165"], [1702465016, "665165"], [1702465049, "665165"], [1702465085, "665165"], [1702465118, "665165"], [1702465145, "665165"], [1702465178, "665165"], [1702465208, "665165"], [1702465241, "665165"], [1702465298, "665165"], [1702465334, "665165"], [1702465367, "665165"], [1702465394, "665165"], [1702465418, "665165"], [1702465445, "665165"], [1702465481, "665165"], [1702465517, "665165"], [1702465550, "665165"], [1702465586, "665165"], [1702465619, "665165"], [1702465658, "665165"], [1702465706, "665165"], [1702465754, "665165"], [1702465787, "665165"], [1702465823, "665165"], [1702465856, "665165"], [1702465880, "665165"], [1702465910, "665165"], [1702465952, "665165"], [1702465988, "665165"], [1702466015, "665165"], [1702466030, "665165"], [1702466060, "665165"], [1702466078, "665165"], [1702466138, "665165"], [1702466168, "665165"], [1702466204, "665165"], [1702466237, "665165"], [1702466261, "665165"], [1702466291, "665165"], [1702466327, "665165"], [1702466360, "665165"], [1702466384, "665165"], [1702466417, "665165"], [1702466441, "665165"], [1702466471, "665165"], [1702466507, "665165"], [1702466540, "665165"], [1702466597, "665165"], [1702466633, "665165"], [1702466666, "665165"], [1702466705, "665165"], [1702466732, "665165"], [1702466765, "665165"], [1702466801, "665165"], [1702466852, "665165"], [1702466876, "665165"], [1702466918, "665165"], [1702466978, "665165"], [1702467014, "665165"], [1702467038, "665165"], [1702467068, "665165"], [1702467122, "665165"], [1702467158, "665165"], [1702467191, "665165"], [1702467221, "665165"], [1702467257, "665165"], [1702467299, "665165"], [1702467350, "665165"], [1702467386, "665165"], [1702467419, "665165"], [1702467455, "665165"], [1702467515, "746926"], [1702467542, "746926"], [1702467566, "746926"], [1702467599, "746926"], [1702467635, "746926"], [1702467668, "746926"], [1702467695, "746926"], [1702467716, "746926"], [1702467746, "746926"], [1702467800, "746926"], [1702467824, "746926"], [1702467908, "746926"], [1702467944, "746926"], [1702467968, "746926"], [1702468001, "746926"], [1702468031, "746926"], [1702468067, "746926"], [1702468085, "746926"], [1702468115, "746926"], [1702468151, "746926"], [1702468181, "746926"], [1702468208, "746926"], [1702468241, "746926"], [1702468256, "746926"], [1702468286, "746926"], [1702468322, "746926"], [1702468352, "746926"], [1702468388, "746926"], [1702468424, "746926"], [1702468457, "746926"], [1702468493, "746926"], [1702468517, "746926"], [1702468550, "746926"], [1702468586, "746926"], [1702468613, "746926"], [1702468637, "746926"], [1702468679, "746926"], [1702468721, "746926"], [1702468730, "746926"], [1702468766, "746926"], [1702468799, "746926"], [1702468835, "746926"], [1702468898, "746926"], [1702468934, "746926"], [1702468970, "746926"], [1702468994, "746926"], [1702469024, "746926"], [1702469060, "746926"], [1702469111, "746926"], [1702469144, "746926"], [1702469168, "746926"], [1702469204, "746926"], [1702469237, "746926"], [1702469273, "746926"], [1702469303, "746926"], [1702469336, "746926"], [1702469360, "746926"], [1702469387, "746926"], [1702469411, "746926"], [1702469435, "746926"], [1702469468, "746926"], [1702469504, "746926"], [1702469537, "746926"], [1702469573, "746926"], [1702469606, "746926"], [1702469633, "746926"], [1702469660, "746926"], [1702469684, "746926"], [1702469717, "746926"], [1702469753, "746926"], [1702469786, "746926"], [1702469816, "746926"], [1702469834, "746926"], [1702469864, "746926"], [1702469906, "746926"], [1702469936, "746926"], [1702469972, "746926"], [1702470005, "746926"], [1702470029, "746926"], [1702470065, "746926"], [1702470101, "746926"], [1702470131, "746926"], [1702470167, "746926"], [1702470203, "746926"], [1702470251, "746926"], [1702470278, "746926"], [1702470311, "746926"], [1702470347, "746926"], [1702470371, "746926"], [1702470404, "746926"], [1702470440, "746926"], [1702470476, "746926"], [1702470506, "746926"], [1702470542, "746926"], [1702470575, "746926"], [1702470611, "746926"], [1702470635, "746926"], [1702470662, "746926"], [1702470686, "746926"], [1702470719, "746926"], [1702470746, "746926"], [1702470812, "746926"], [1702470845, "746926"], [1702470875, "746926"], [1702470899, "746926"], [1702470953, "746926"], [1702470983, "746926"], [1702471025, "746926"], [1702471067, "746926"], [1702471169, "746926"], [1702471193, "746926"], [1702471226, "746926"], [1702471265, "746926"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "6147245"], [1702462988, "6871901"], [1702463045, "10753082"], [1702463081, "12067359"], [1702463114, "12408247"], [1702463150, "13759153"], [1702463186, "14417923"], [1702463216, "14855684"], [1702463240, "15496631"], [1702463273, "15591080"], [1702463324, "16867794"], [1702463354, "17843412"], [1702463381, "18525780"], [1702463417, "21181424"], [1702463453, "27145406"], [1702463477, "28608533"], [1702463510, "28803874"], [1702463537, "30359086"], [1702463570, "30820000"], [1702463591, "31270781"], [1702463621, "31770817"], [1702463657, "32031122"], [1702463693, "32525042"], [1702463729, "33338980"], [1702463765, "35049411"], [1702463798, "36676823"], [1702463846, "37922531"], [1702463873, "38790112"], [1702463906, "39941656"], [1702463948, "42551582"], [1702463984, "43095152"], [1702464014, "44121186"], [1702464050, "44990361"], [1702464086, "46579922"], [1702464122, "49458209"], [1702464155, "50394854"], [1702464194, "51879725"], [1702464230, "52080396"], [1702464263, "52744525"], [1702464299, "54999737"], [1702464332, "56983968"], [1702464356, "57874568"], [1702464392, "58375526"], [1702464425, "60603361"], [1702464455, "61140630"], [1702464479, "62314030"], [1702464509, "65557207"], [1702464533, "66871771"], [1702464569, "68501607"], [1702464605, "69865507"], [1702464635, "70304003"], [1702464671, "71251289"], [1702464716, "72307475"], [1702464743, "73235544"], [1702464776, "74037825"], [1702464812, "75748783"], [1702464836, "76184882"], [1702464869, "76731724"], [1702464905, "77382873"], [1702464926, "77831562"], [1702464956, "78219487"], [1702464992, "78970099"], [1702465016, "79737611"], [1702465049, "80907155"], [1702465085, "81332778"], [1702465118, "81635601"], [1702465145, "82461444"], [1702465178, "83085744"], [1702465208, "83838268"], [1702465241, "84611614"], [1702465298, "86473091"], [1702465334, "87712187"], [1702465367, "89291189"], [1702465394, "90376796"], [1702465418, "91370644"], [1702465445, "92329419"], [1702465481, "93112908"], [1702465517, "94402897"], [1702465550, "95611068"], [1702465586, "97698253"], [1702465619, "99264282"], [1702465658, "100319392"], [1702465706, "101673911"], [1702465754, "102242688"], [1702465787, "103523792"], [1702465823, "104002697"], [1702465856, "104937568"], [1702465880, "105056716"], [1702465910, "106982439"], [1702465952, "108015440"], [1702465988, "108981043"], [1702466015, "111210604"], [1702466030, "112113406"], [1702466060, "113669508"], [1702466078, "114847922"], [1702466138, "116797944"], [1702466168, "117397582"], [1702466204, "117764703"], [1702466237, "118665651"], [1702466261, "119324928"], [1702466291, "121403447"], [1702466327, "124923379"], [1702466360, "125711119"], [1702466384, "126209105"], [1702466417, "126681248"], [1702466441, "127504302"], [1702466471, "128639096"], [1702466507, "130956867"], [1702466540, "131221301"], [1702466597, "132214184"], [1702466633, "133959774"], [1702466666, "134980171"], [1702466705, "135393579"], [1702466732, "137253390"], [1702466765, "138748931"], [1702466801, "139473788"], [1702466852, "140418836"], [1702466876, "140786270"], [1702466918, "141166309"], [1702466978, "143441539"], [1702467014, "144164946"], [1702467038, "144897455"], [1702467068, "145769450"], [1702467122, "147025844"], [1702467158, "147591897"], [1702467191, "148266158"], [1702467221, "151349278"], [1702467257, "151701886"], [1702467299, "152516735"], [1702467350, "153733238"], [1702467386, "154519432"], [1702467419, "156573587"], [1702467455, "158497342"], [1702467515, "161210723"], [1702467542, "162441608"], [1702467566, "163090843"], [1702467599, "164212251"], [1702467635, "165906025"], [1702467668, "167263914"], [1702467695, "168186482"], [1702467716, "168671328"], [1702467746, "169742481"], [1702467800, "172072349"], [1702467824, "172828489"], [1702467908, "178954673"], [1702467944, "182328469"], [1702467968, "182841619"], [1702468001, "183049147"], [1702468031, "183508606"], [1702468067, "183588040"], [1702468085, "184008946"], [1702468115, "184743751"], [1702468151, "186617492"], [1702468181, "187954629"], [1702468208, "188631291"], [1702468241, "200541911"], [1702468256, "201130930"], [1702468286, "202990164"], [1702468322, "203818801"], [1702468352, "205311523"], [1702468388, "206003377"], [1702468424, "207251288"], [1702468457, "207818347"], [1702468493, "208755424"], [1702468517, "212065116"], [1702468550, "212142703"], [1702468586, "215107275"], [1702468613, "216704191"], [1702468637, "218396819"], [1702468679, "219395745"], [1702468721, "220785749"], [1702468730, "221144557"], [1702468766, "221769515"], [1702468799, "222594009"], [1702468835, "223265045"], [1702468898, "226110703"], [1702468934, "228208353"], [1702468970, "229712916"], [1702468994, "230667793"], [1702469024, "231156136"], [1702469060, "233459768"], [1702469111, "234807394"], [1702469144, "235795298"], [1702469168, "236167496"], [1702469204, "237329801"], [1702469237, "237838884"], [1702469273, "238093390"], [1702469303, "239629378"], [1702469336, "240920939"], [1702469360, "242858106"], [1702469387, "243455961"], [1702469411, "250884340"], [1702469435, "253630176"], [1702469468, "254384310"], [1702469504, "255763981"], [1702469537, "256622938"], [1702469573, "258038532"], [1702469606, "258650835"], [1702469633, "259167068"], [1702469660, "261118489"], [1702469684, "262269733"], [1702469717, "264187936"], [1702469753, "265495760"], [1702469786, "267176811"], [1702469816, "269295019"], [1702469834, "270188583"], [1702469864, "271121762"], [1702469906, "274604364"], [1702469936, "274929326"], [1702469972, "275755652"], [1702470005, "276795412"], [1702470029, "277676652"], [1702470065, "278785596"], [1702470101, "279193210"], [1702470131, "281293927"], [1702470167, "282823002"], [1702470203, "285166432"], [1702470251, "286836316"], [1702470278, "288068807"], [1702470311, "290527522"], [1702470347, "292035015"], [1702470371, "292478133"], [1702470404, "293353761"], [1702470440, "294191689"], [1702470476, "295876292"], [1702470506, "297686003"], [1702470542, "299058476"], [1702470575, "300008956"], [1702470611, "300925327"], [1702470635, "302895719"], [1702470662, "303495226"], [1702470686, "304802184"], [1702470719, "305764236"], [1702470746, "307339269"], [1702470812, "309340451"], [1702470845, "310897798"], [1702470875, "314568176"], [1702470899, "315308138"], [1702470953, "318341351"], [1702470983, "319158836"], [1702471025, "320778180"], [1702471067, "324311297"], [1702471169, "327507681"], [1702471193, "327820022"], [1702471226, "328942804"], [1702471265, "329908518"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "268315"], [1702462865, "1407209"], [1702462880, "2109221"], [1702462904, "3097891"], [1702462919, "3180536"], [1702462952, "5654370"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "2621781119"], [1702462721, "2725987460"], [1702462736, "2763724241"], [1702462751, "2811247801"], [1702462763, "2879360226"], [1702462793, "3141706226"], [1702462808, "3316219313"], [1702462829, "3454970943"], [1702462844, "3561886199"], [1702462865, "3622593888"], [1702462880, "3762207125"], [1702462904, "4015577149"], [1702462919, "4047539712"], [1702462952, "4422538809"], [1702462973, "4532963597"], [1702462988, "4683847239"], [1702463045, "5229144484"], [1702463081, "5619996095"], [1702463114, "5832427360"], [1702463150, "6016203432"], [1702463186, "6290820593"], [1702463216, "6563163782"], [1702463240, "6775839411"], [1702463273, "6935578852"], [1702463324, "7443765682"], [1702463354, "7554204366"], [1702463381, "7946054924"], [1702463417, "8172625630"], [1702463453, "8686647264"], [1702463477, "9110946564"], [1702463510, "9429989434"], [1702463537, "9671667492"], [1702463570, "9821546973"], [1702463591, "9999481986"], [1702463621, "10156559415"], [1702463657, "10443956320"], [1702463693, "10752162845"], [1702463729, "10970075252"], [1702463765, "11239677793"], [1702463798, "11644531783"], [1702463846, "12060821303"], [1702463873, "12580051078"], [1702463906, "12907669076"], [1702463948, "13261316058"], [1702463984, "13506956415"], [1702464014, "13648455013"], [1702464050, "13893051061"], [1702464086, "14168513782"], [1702464122, "14534186266"], [1702464155, "14807549850"], [1702464194, "15080120233"], [1702464230, "15241778455"], [1702464263, "15547653890"], [1702464299, "15783346485"], [1702464332, "15985730241"], [1702464356, "16364063023"], [1702464392, "16559128324"], [1702464425, "16869110620"], [1702464455, "17494004693"], [1702464479, "17754901084"], [1702464509, "17917311832"], [1702464533, "18448175096"], [1702464569, "18747486491"], [1702464605, "19004858777"], [1702464635, "19345510905"], [1702464671, "19598045248"], [1702464716, "20247939161"], [1702464743, "20414262179"], [1702464776, "20661687747"], [1702464812, "20902651693"], [1702464836, "21209693651"], [1702464869, "21443329415"], [1702464905, "21684279267"], [1702464926, "21867653111"], [1702464956, "22275344325"], [1702464992, "22415690414"], [1702465016, "22599202204"], [1702465049, "22921855308"], [1702465085, "23132075632"], [1702465118, "23256715868"], [1702465145, "23479007329"], [1702465178, "23656072539"], [1702465208, "23929466924"], [1702465241, "24280114342"], [1702465298, "24713992999"], [1702465334, "24872685467"], [1702465367, "25169958013"], [1702465394, "25279265445"], [1702465418, "25515165673"], [1702465445, "25718012145"], [1702465481, "25951629118"], [1702465517, "26228836631"], [1702465550, "26407005578"], [1702465586, "27051375220"], [1702465619, "27759362924"], [1702465658, "28136199347"], [1702465706, "28279094506"], [1702465754, "28540358223"], [1702465787, "28795211798"], [1702465823, "28965157861"], [1702465856, "29242809973"], [1702465880, "29430609341"], [1702465910, "29745996239"], [1702465952, "30049540323"], [1702465988, "30270826365"], [1702466015, "30628899286"], [1702466030, "30827102481"], [1702466060, "30945929469"], [1702466078, "31162074206"], [1702466138, "31465852441"], [1702466168, "31650564199"], [1702466204, "31872998921"], [1702466237, "32109456632"], [1702466261, "32351206492"], [1702466291, "32582862549"], [1702466327, "32782232176"], [1702466360, "33109624475"], [1702466384, "33399498690"], [1702466417, "33701340032"], [1702466441, "33955130195"], [1702466471, "34088375137"], [1702466507, "34388478245"], [1702466540, "34638877115"], [1702466597, "35024270651"], [1702466633, "35248738160"], [1702466666, "35439561024"], [1702466705, "35696593690"], [1702466732, "35945646955"], [1702466765, "36218316398"], [1702466801, "36421254723"], [1702466852, "36745691565"], [1702466876, "36902192920"], [1702466918, "37186987777"], [1702466978, "37692374035"], [1702467014, "37928927973"], [1702467038, "38191195192"], [1702467068, "38488046657"], [1702467122, "38969334047"], [1702467158, "39197594116"], [1702467191, "39498974603"], [1702467221, "39683449357"], [1702467257, "39996953872"], [1702467299, "40240760719"], [1702467350, "40592163893"], [1702467386, "40841007609"], [1702467419, "41058564859"], [1702467455, "41346889179"], [1702467515, "41916653164"], [1702467542, "42202418861"], [1702467566, "42442635037"], [1702467599, "42599910440"], [1702467635, "42786499296"], [1702467668, "43078842871"], [1702467695, "43242890181"], [1702467716, "43498710231"], [1702467746, "43745815594"], [1702467800, "44222051718"], [1702467824, "44825224855"], [1702467908, "45441353346"], [1702467944, "45653157929"], [1702467968, "45978303251"], [1702468001, "46101362717"], [1702468031, "46374259239"], [1702468067, "46750576615"], [1702468085, "46988766311"], [1702468115, "47189669785"], [1702468151, "47542867918"], [1702468181, "47880811899"], [1702468208, "48085887679"], [1702468241, "48443676722"], [1702468256, "48636083001"], [1702468286, "48782414064"], [1702468322, "49009952449"], [1702468352, "49326628949"], [1702468388, "49506059844"], [1702468424, "49795147456"], [1702468457, "49967791551"], [1702468493, "50466982787"], [1702468517, "50788729736"], [1702468550, "50906354697"], [1702468586, "51249750200"], [1702468613, "51559716110"], [1702468637, "51749089616"], [1702468679, "51990250344"], [1702468721, "52135401256"], [1702468730, "52978818466"], [1702468766, "53144972960"], [1702468799, "53325737461"], [1702468835, "53524605191"], [1702468898, "54662178883"], [1702468934, "55012230179"], [1702468970, "55410166276"], [1702468994, "55685884781"], [1702469024, "55796454960"], [1702469060, "56018634616"], [1702469111, "56394460555"], [1702469144, "56675712021"], [1702469168, "56776548902"], [1702469204, "57010550720"], [1702469237, "57192748722"], [1702469273, "57436370902"], [1702469303, "57732690845"], [1702469336, "58012571422"], [1702469360, "58335164841"], [1702469387, "58451154084"], [1702469411, "58628646770"], [1702469435, "58854972725"], [1702469468, "59041793244"], [1702469504, "59231113118"], [1702469537, "59493372202"], [1702469573, "59785621886"], [1702469606, "60021576335"], [1702469633, "60210294501"], [1702469660, "60529225071"], [1702469684, "60805216517"], [1702469717, "61080599506"], [1702469753, "61413962508"], [1702469786, "61727868938"], [1702469816, "61904454873"], [1702469834, "62181301916"], [1702469864, "62336243271"], [1702469906, "62830842719"], [1702469936, "63062367621"], [1702469972, "63327960201"], [1702470005, "63558211430"], [1702470029, "63761477596"], [1702470065, "63997614815"], [1702470101, "64345886891"], [1702470131, "64602430340"], [1702470167, "64864231181"], [1702470203, "65267530524"], [1702470251, "65696887812"], [1702470278, "65962950853"], [1702470311, "66314537807"], [1702470347, "66636813887"], [1702470371, "66873369609"], [1702470404, "67038811855"], [1702470440, "67242323066"], [1702470476, "67563055323"], [1702470506, "67861349666"], [1702470542, "68099524588"], [1702470575, "68336040683"], [1702470611, "68564812711"], [1702470635, "68824360940"], [1702470662, "69033927435"], [1702470686, "69171115000"], [1702470719, "69341795221"], [1702470746, "69583790516"], [1702470812, "70117329984"], [1702470845, "70397113568"], [1702470875, "70743868344"], [1702470899, "70952078106"], [1702470953, "71219672272"], [1702470983, "71417823822"], [1702471025, "71745783152"], [1702471067, "71987462302"], [1702471169, "72736044924"], [1702471193, "72900893316"], [1702471226, "73197985676"], [1702471265, "73538040683"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "351062"], [1702462808, "351062"], [1702462829, "351062"], [1702462844, "351062"], [1702462865, "351062"], [1702462880, "351062"], [1702462904, "351062"], [1702462919, "351062"], [1702462952, "351062"], [1702462973, "351062"], [1702462988, "351062"], [1702463045, "351062"], [1702463081, "351062"], [1702463114, "351062"], [1702463150, "351062"], [1702463186, "351062"], [1702463216, "351062"], [1702463240, "351062"], [1702463273, "351062"], [1702463324, "351062"], [1702463354, "351062"], [1702463381, "351062"], [1702463417, "351062"], [1702463453, "351062"], [1702463477, "351062"], [1702463510, "351062"], [1702463537, "351062"], [1702463570, "351062"], [1702463591, "351062"], [1702463621, "351062"], [1702463657, "351062"], [1702463693, "351062"], [1702463729, "351062"], [1702463765, "351062"], [1702463798, "351062"], [1702463846, "351062"], [1702463873, "351062"], [1702463906, "351062"], [1702463948, "351062"], [1702463984, "351062"], [1702464014, "351062"], [1702464050, "351062"], [1702464086, "351062"], [1702464122, "351062"], [1702464155, "351062"], [1702464194, "351062"], [1702464230, "351062"], [1702464263, "351062"], [1702464299, "351062"], [1702464332, "351062"], [1702464356, "351062"], [1702464392, "351062"], [1702464425, "351062"], [1702464455, "351062"], [1702464479, "351062"], [1702464509, "351062"], [1702464533, "351062"], [1702464569, "351062"], [1702464605, "351062"], [1702464635, "351062"], [1702464671, "351062"], [1702464716, "351062"], [1702464743, "351062"], [1702464776, "351062"], [1702464812, "351062"], [1702464836, "351062"], [1702464869, "351062"], [1702464905, "351062"], [1702464926, "351062"], [1702464956, "351062"], [1702464992, "351062"], [1702465016, "351062"], [1702465049, "351062"], [1702465085, "5648734"], [1702465118, "5648734"], [1702465145, "5648734"], [1702465178, "5648734"], [1702465208, "5648734"], [1702465241, "5648734"], [1702465298, "5648734"], [1702465334, "5648734"], [1702465367, "5648734"], [1702465394, "5648734"], [1702465418, "5648734"], [1702465445, "5648734"], [1702465481, "5648734"], [1702465517, "5648734"], [1702465550, "5648734"], [1702465586, "5648734"], [1702465619, "5648734"], [1702465658, "5648734"], [1702465706, "5648734"], [1702465754, "5648734"], [1702465787, "5648734"], [1702465823, "5648734"], [1702465856, "5648734"], [1702465880, "5648734"], [1702465910, "5648734"], [1702465952, "5648734"], [1702465988, "5648734"], [1702466015, "5648734"], [1702466030, "5648734"], [1702466060, "5648734"], [1702466078, "5648734"], [1702466138, "5648734"], [1702466168, "5648734"], [1702466204, "5648734"], [1702466237, "5648734"], [1702466261, "5648734"], [1702466291, "5648734"], [1702466327, "5648734"], [1702466360, "5648734"], [1702466384, "5648734"], [1702466417, "5648734"], [1702466441, "5648734"], [1702466471, "5648734"], [1702466507, "5648734"], [1702466540, "5648734"], [1702466597, "5648734"], [1702466633, "5648734"], [1702466666, "5648734"], [1702466705, "5648734"], [1702466732, "5648734"], [1702466765, "5648734"], [1702466801, "5648734"], [1702466852, "5648734"], [1702466876, "5648734"], [1702466918, "5648734"], [1702466978, "5648734"], [1702467014, "5648734"], [1702467038, "5648734"], [1702467068, "5648734"], [1702467122, "5648734"], [1702467158, "5648734"], [1702467191, "5648734"], [1702467221, "5648734"], [1702467257, "5648734"], [1702467299, "5648734"], [1702467350, "5648734"], [1702467386, "5648734"], [1702467419, "5648734"], [1702467455, "5648734"], [1702467515, "5648734"], [1702467542, "5648734"], [1702467566, "5648734"], [1702467599, "5648734"], [1702467635, "5648734"], [1702467668, "5648734"], [1702467695, "5648734"], [1702467716, "5648734"], [1702467746, "5648734"], [1702467800, "5648734"], [1702467824, "5648734"], [1702467908, "5648734"], [1702467944, "5648734"], [1702467968, "5648734"], [1702468001, "5648734"], [1702468031, "5648734"], [1702468067, "5648734"], [1702468085, "5648734"], [1702468115, "5648734"], [1702468151, "5648734"], [1702468181, "5648734"], [1702468208, "5648734"], [1702468241, "5648734"], [1702468256, "5648734"], [1702468286, "5648734"], [1702468322, "5648734"], [1702468352, "5648734"], [1702468388, "5648734"], [1702468424, "5648734"], [1702468457, "5648734"], [1702468493, "5648734"], [1702468517, "5648734"], [1702468550, "5648734"], [1702468586, "5648734"], [1702468613, "5648734"], [1702468637, "5648734"], [1702468679, "5648734"], [1702468721, "5648734"], [1702468730, "5648734"], [1702468766, "5648734"], [1702468799, "5648734"], [1702468835, "5648734"], [1702468898, "5648734"], [1702468934, "5648734"], [1702468970, "5648734"], [1702468994, "5648734"], [1702469024, "5648734"], [1702469060, "5648734"], [1702469111, "5648734"], [1702469144, "5648734"], [1702469168, "5648734"], [1702469204, "5648734"], [1702469237, "5648734"], [1702469273, "5648734"], [1702469303, "5648734"], [1702469336, "5648734"], [1702469360, "5648734"], [1702469387, "5648734"], [1702469411, "5648734"], [1702469435, "5648734"], [1702469468, "5648734"], [1702469504, "5648734"], [1702469537, "5648734"], [1702469573, "5648734"], [1702469606, "5648734"], [1702469633, "5648734"], [1702469660, "5648734"], [1702469684, "5648734"], [1702469717, "5648734"], [1702469753, "5648734"], [1702469786, "5648734"], [1702469816, "5648734"], [1702469834, "5648734"], [1702469864, "5648734"], [1702469906, "5648734"], [1702469936, "5648734"], [1702469972, "5648734"], [1702470005, "5648734"], [1702470029, "5648734"], [1702470065, "5648734"], [1702470101, "5648734"], [1702470131, "5648734"], [1702470167, "5648734"], [1702470203, "5648734"], [1702470251, "5648734"], [1702470278, "5648734"], [1702470311, "5648734"], [1702470347, "5648734"], [1702470371, "5648734"], [1702470404, "5648734"], [1702470440, "5648734"], [1702470476, "5648734"], [1702470506, "5648734"], [1702470542, "5648734"], [1702470575, "5648734"], [1702470611, "5648734"], [1702470635, "5648734"], [1702470662, "5648734"], [1702470686, "5648734"], [1702470719, "5648734"], [1702470746, "5648734"], [1702470812, "5648734"], [1702470845, "5648734"], [1702470875, "5648734"], [1702470899, "5648734"], [1702470953, "5648734"], [1702470983, "5648734"], [1702471025, "5648734"], [1702471067, "5648734"], [1702471169, "5648734"], [1702471193, "5648734"], [1702471226, "5648734"], [1702471265, "5648734"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "250600"], [1702462763, "250600"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "59799"], [1702465049, "59799"], [1702465085, "59799"], [1702465118, "59799"], [1702465145, "59799"], [1702465178, "59799"], [1702465208, "59799"], [1702465241, "59799"], [1702465298, "59799"], [1702465334, "59799"], [1702465367, "59799"], [1702465394, "59799"], [1702465418, "59799"], [1702465445, "59799"], [1702465481, "59799"], [1702465517, "59799"], [1702465550, "59799"], [1702465586, "59799"], [1702465619, "59799"], [1702465658, "59799"], [1702465706, "59799"], [1702465754, "59799"], [1702465787, "59799"], [1702465823, "59799"], [1702465856, "59799"], [1702465880, "59799"], [1702465910, "59799"], [1702465952, "59799"], [1702465988, "59799"], [1702466015, "59799"], [1702466030, "59799"], [1702466060, "59799"], [1702466078, "59799"], [1702466138, "59799"], [1702466168, "59799"], [1702466204, "59799"], [1702466237, "59799"], [1702466261, "59799"], [1702466291, "59799"], [1702466327, "59799"], [1702466360, "59799"], [1702466384, "59799"], [1702466417, "59799"], [1702466441, "59799"], [1702466471, "59799"], [1702466507, "59799"], [1702466540, "59799"], [1702466597, "59799"], [1702466633, "59799"], [1702466666, "59799"], [1702466705, "59799"], [1702466732, "59799"], [1702466765, "59799"], [1702466801, "59799"], [1702466852, "59799"], [1702466876, "59799"], [1702466918, "59799"], [1702466978, "59799"], [1702467014, "59799"], [1702467038, "59799"], [1702467068, "59799"], [1702467122, "59799"], [1702467158, "59799"], [1702467191, "59799"], [1702467221, "59799"], [1702467257, "59799"], [1702467299, "59799"], [1702467350, "59799"], [1702467386, "59799"], [1702467419, "59799"], [1702467455, "59799"], [1702467515, "126796"], [1702467542, "126796"], [1702467566, "126796"], [1702467599, "126796"], [1702467635, "126796"], [1702467668, "126796"], [1702467695, "126796"], [1702467716, "126796"], [1702467746, "126796"], [1702467800, "126796"], [1702467824, "126796"], [1702467908, "126796"], [1702467944, "126796"], [1702467968, "126796"], [1702468001, "126796"], [1702468031, "126796"], [1702468067, "126796"], [1702468085, "126796"], [1702468115, "126796"], [1702468151, "126796"], [1702468181, "126796"], [1702468208, "126796"], [1702468241, "126796"], [1702468256, "126796"], [1702468286, "126796"], [1702468322, "126796"], [1702468352, "126796"], [1702468388, "126796"], [1702468424, "126796"], [1702468457, "126796"], [1702468493, "126796"], [1702468517, "126796"], [1702468550, "126796"], [1702468586, "126796"], [1702468613, "126796"], [1702468637, "126796"], [1702468679, "126796"], [1702468721, "126796"], [1702468730, "126796"], [1702468766, "126796"], [1702468799, "126796"], [1702468835, "126796"], [1702468898, "126796"], [1702468934, "126796"], [1702468970, "126796"], [1702468994, "126796"], [1702469024, "126796"], [1702469060, "126796"], [1702469111, "126796"], [1702469144, "126796"], [1702469168, "126796"], [1702469204, "126796"], [1702469237, "126796"], [1702469273, "126796"], [1702469303, "126796"], [1702469336, "126796"], [1702469360, "126796"], [1702469387, "126796"], [1702469411, "126796"], [1702469435, "126796"], [1702469468, "126796"], [1702469504, "126796"], [1702469537, "126796"], [1702469573, "126796"], [1702469606, "126796"], [1702469633, "126796"], [1702469660, "126796"], [1702469684, "126796"], [1702469717, "126796"], [1702469753, "126796"], [1702469786, "126796"], [1702469816, "126796"], [1702469834, "126796"], [1702469864, "126796"], [1702469906, "126796"], [1702469936, "126796"], [1702469972, "126796"], [1702470005, "126796"], [1702470029, "126796"], [1702470065, "126796"], [1702470101, "126796"], [1702470131, "126796"], [1702470167, "126796"], [1702470203, "126796"], [1702470251, "126796"], [1702470278, "126796"], [1702470311, "126796"], [1702470347, "126796"], [1702470371, "126796"], [1702470404, "126796"], [1702470440, "126796"], [1702470476, "126796"], [1702470506, "126796"], [1702470542, "126796"], [1702470575, "126796"], [1702470611, "126796"], [1702470635, "126796"], [1702470662, "126796"], [1702470686, "126796"], [1702470719, "126796"], [1702470746, "126796"], [1702470812, "126796"], [1702470845, "126796"], [1702470875, "126796"], [1702470899, "126796"], [1702470953, "126796"], [1702470983, "126796"], [1702471025, "126796"], [1702471067, "126796"], [1702471169, "193401"], [1702471193, "193401"], [1702471226, "193401"], [1702471265, "193401"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "8034327"], [1702462721, "8034327"], [1702462736, "8034327"], [1702462751, "8034327"], [1702462763, "8034327"], [1702462793, "8034327"], [1702462808, "11321882"], [1702462829, "11321882"], [1702462844, "14458101"], [1702462865, "14458101"], [1702462880, "14845814"], [1702462904, "14845814"], [1702462919, "14845814"], [1702462952, "15031031"], [1702462973, "15031031"], [1702462988, "15031031"], [1702463045, "19363124"], [1702463081, "19363124"], [1702463114, "19639370"], [1702463150, "19639370"], [1702463186, "19639370"], [1702463216, "19639370"], [1702463240, "19639370"], [1702463273, "19715942"], [1702463324, "24140917"], [1702463354, "24140917"], [1702463381, "24328261"], [1702463417, "25791823"], [1702463453, "25956751"], [1702463477, "26112412"], [1702463510, "26190703"], [1702463537, "26190703"], [1702463570, "26190703"], [1702463591, "26320630"], [1702463621, "26516104"], [1702463657, "26516104"], [1702463693, "26516104"], [1702463729, "30043886"], [1702463765, "30043886"], [1702463798, "30377305"], [1702463846, "30377305"], [1702463873, "30450442"], [1702463906, "30825938"], [1702463948, "31181868"], [1702463984, "31327503"], [1702464014, "32718859"], [1702464050, "32718859"], [1702464086, "32796561"], [1702464122, "32990589"], [1702464155, "33208339"], [1702464194, "33492143"], [1702464230, "33949749"], [1702464263, "37482260"], [1702464299, "37482260"], [1702464332, "37853709"], [1702464356, "37853709"], [1702464392, "38027161"], [1702464425, "38183418"], [1702464455, "38535287"], [1702464479, "38673157"], [1702464509, "41594075"], [1702464533, "42189345"], [1702464569, "42289698"], [1702464605, "42289698"], [1702464635, "42457512"], [1702464671, "42720428"], [1702464716, "42720428"], [1702464743, "42720428"], [1702464776, "42799893"], [1702464812, "43197233"], [1702464836, "43909161"], [1702464869, "44631075"], [1702464905, "44723908"], [1702464926, "44880070"], [1702464956, "45084283"], [1702464992, "45299213"], [1702465016, "45488061"], [1702465049, "46084636"], [1702465085, "50851339"], [1702465118, "51029780"], [1702465145, "51029780"], [1702465178, "51257231"], [1702465208, "51439925"], [1702465241, "51899348"], [1702465298, "52185550"], [1702465334, "52280229"], [1702465367, "52439831"], [1702465394, "53396333"], [1702465418, "53503493"], [1702465445, "53616214"], [1702465481, "54117514"], [1702465517, "54117514"], [1702465550, "54843747"], [1702465586, "55169439"], [1702465619, "55590891"], [1702465658, "55668672"], [1702465706, "56409823"], [1702465754, "56486797"], [1702465787, "56714785"], [1702465823, "56714785"], [1702465856, "56714785"], [1702465880, "56714785"], [1702465910, "56714785"], [1702465952, "60778802"], [1702465988, "60778802"], [1702466015, "61221966"], [1702466030, "61762223"], [1702466060, "61762223"], [1702466078, "61917854"], [1702466138, "62184442"], [1702466168, "62312504"], [1702466204, "62422759"], [1702466237, "62510313"], [1702466261, "62871823"], [1702466291, "62871823"], [1702466327, "62871823"], [1702466360, "63337594"], [1702466384, "63337594"], [1702466417, "63420403"], [1702466441, "63505875"], [1702466471, "63505875"], [1702466507, "63664718"], [1702466540, "64055720"], [1702466597, "64198261"], [1702466633, "64489171"], [1702466666, "64489171"], [1702466705, "64489171"], [1702466732, "64489171"], [1702466765, "64539154"], [1702466801, "65247331"], [1702466852, "65247331"], [1702466876, "65384354"], [1702466918, "65384354"], [1702466978, "65485603"], [1702467014, "66142481"], [1702467038, "66142481"], [1702467068, "66142481"], [1702467122, "68153323"], [1702467158, "68153323"], [1702467191, "68299416"], [1702467221, "68368123"], [1702467257, "69844497"], [1702467299, "70070907"], [1702467350, "70500021"], [1702467386, "71295170"], [1702467419, "71890440"], [1702467455, "72289781"], [1702467515, "72487628"], [1702467542, "72487628"], [1702467566, "72558882"], [1702467599, "72840819"], [1702467635, "72840819"], [1702467668, "72973410"], [1702467695, "73084248"], [1702467716, "73084248"], [1702467746, "74080080"], [1702467800, "74080080"], [1702467824, "74080080"], [1702467908, "77415246"], [1702467944, "77653196"], [1702467968, "78257826"], [1702468001, "78257826"], [1702468031, "78257826"], [1702468067, "78391376"], [1702468085, "78578331"], [1702468115, "78578331"], [1702468151, "78664820"], [1702468181, "78664820"], [1702468208, "78664820"], [1702468241, "78898906"], [1702468256, "79148207"], [1702468286, "79730935"], [1702468322, "79730935"], [1702468352, "80027233"], [1702468388, "80178065"], [1702468424, "80489941"], [1702468457, "80909560"], [1702468493, "84194472"], [1702468517, "84194472"], [1702468550, "84393160"], [1702468586, "84581955"], [1702468613, "84883087"], [1702468637, "85726250"], [1702468679, "85726250"], [1702468721, "85726250"], [1702468730, "85726250"], [1702468766, "85726250"], [1702468799, "85726250"], [1702468835, "85726250"], [1702468898, "85894676"], [1702468934, "86346486"], [1702468970, "87107138"], [1702468994, "87254249"], [1702469024, "87254249"], [1702469060, "87340271"], [1702469111, "87978651"], [1702469144, "88148137"], [1702469168, "88148137"], [1702469204, "88148137"], [1702469237, "88293588"], [1702469273, "88293588"], [1702469303, "88428756"], [1702469336, "88515615"], [1702469360, "88515615"], [1702469387, "88515615"], [1702469411, "89144321"], [1702469435, "89227086"], [1702469468, "89486209"], [1702469504, "89536169"], [1702469537, "89768960"], [1702469573, "89768960"], [1702469606, "89768960"], [1702469633, "89768960"], [1702469660, "89768960"], [1702469684, "92396821"], [1702469717, "92863838"], [1702469753, "93040816"], [1702469786, "93486312"], [1702469816, "93822089"], [1702469834, "93822089"], [1702469864, "93932317"], [1702469906, "94516079"], [1702469936, "94645573"], [1702469972, "95965126"], [1702470005, "96052760"], [1702470029, "96052760"], [1702470065, "96052760"], [1702470101, "96523251"], [1702470131, "97495998"], [1702470167, "98245112"], [1702470203, "100421188"], [1702470251, "100723411"], [1702470278, "100723411"], [1702470311, "100723411"], [1702470347, "100723411"], [1702470371, "100765856"], [1702470404, "100765856"], [1702470440, "100873253"], [1702470476, "101249417"], [1702470506, "101393209"], [1702470542, "102177656"], [1702470575, "102460892"], [1702470611, "103590225"], [1702470635, "103905503"], [1702470662, "104157367"], [1702470686, "116944017"], [1702470719, "116944017"], [1702470746, "116944017"], [1702470812, "117439544"], [1702470845, "117439544"], [1702470875, "117439544"], [1702470899, "117520455"], [1702470953, "117658594"], [1702470983, "117714516"], [1702471025, "117714516"], [1702471067, "117857107"], [1702471169, "118294325"], [1702471193, "118294325"], [1702471226, "118294325"], [1702471265, "118353404"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "106108572"], [1702462721, "120215113"], [1702462736, "125600006"], [1702462751, "128467048"], [1702462763, "138497114"], [1702462793, "145691356"], [1702462808, "153769135"], [1702462829, "159548052"], [1702462844, "164095255"], [1702462865, "172109316"], [1702462880, "176135104"], [1702462904, "185148740"], [1702462919, "188317196"], [1702462952, "205016740"], [1702462973, "208625124"], [1702462988, "217631157"], [1702463045, "256405370"], [1702463081, "285055364"], [1702463114, "291963332"], [1702463150, "313296352"], [1702463186, "324912292"], [1702463216, "333332373"], [1702463240, "341624806"], [1702463273, "344245071"], [1702463324, "358962362"], [1702463354, "363260600"], [1702463381, "376402126"], [1702463417, "388585916"], [1702463453, "403029550"], [1702463477, "418387864"], [1702463510, "429580889"], [1702463537, "434994309"], [1702463570, "475382750"], [1702463591, "484257261"], [1702463621, "486336087"], [1702463657, "492115755"], [1702463693, "508619769"], [1702463729, "524611960"], [1702463765, "542620421"], [1702463798, "555974120"], [1702463846, "566302675"], [1702463873, "575423148"], [1702463906, "586251081"], [1702463948, "599011542"], [1702463984, "608205839"], [1702464014, "616106204"], [1702464050, "628843092"], [1702464086, "637052450"], [1702464122, "649484742"], [1702464155, "665611511"], [1702464194, "679390081"], [1702464230, "688711528"], [1702464263, "697244339"], [1702464299, "704234852"], [1702464332, "713962580"], [1702464356, "718491348"], [1702464392, "729026578"], [1702464425, "737879867"], [1702464455, "748588538"], [1702464479, "760835178"], [1702464509, "771933335"], [1702464533, "778150067"], [1702464569, "787174786"], [1702464605, "794610216"], [1702464635, "800237975"], [1702464671, "839543359"], [1702464716, "847785526"], [1702464743, "865342041"], [1702464776, "872525653"], [1702464812, "883023508"], [1702464836, "898093254"], [1702464869, "909239306"], [1702464905, "922373066"], [1702464926, "931874681"], [1702464956, "940406762"], [1702464992, "1002797021"], [1702465016, "1013935617"], [1702465049, "1021226325"], [1702465085, "1032809001"], [1702465118, "1042130364"], [1702465145, "1051166250"], [1702465178, "1060482284"], [1702465208, "1075800789"], [1702465241, "1088992296"], [1702465298, "1115917927"], [1702465334, "1123820781"], [1702465367, "1141417782"], [1702465394, "1145926090"], [1702465418, "1153202863"], [1702465445, "1159754068"], [1702465481, "1172649556"], [1702465517, "1181680922"], [1702465550, "1190828863"], [1702465586, "1215225960"], [1702465619, "1231246891"], [1702465658, "1254933954"], [1702465706, "1262920601"], [1702465754, "1273166253"], [1702465787, "1288846196"], [1702465823, "1294815887"], [1702465856, "1303312656"], [1702465880, "1311767603"], [1702465910, "1326660712"], [1702465952, "1339463516"], [1702465988, "1352102824"], [1702466015, "1370793099"], [1702466030, "1379197525"], [1702466060, "1381751484"], [1702466078, "1393632141"], [1702466138, "1411953020"], [1702466168, "1422564468"], [1702466204, "1434380541"], [1702466237, "1448375721"], [1702466261, "1454598557"], [1702466291, "1462880241"], [1702466327, "1470013695"], [1702466360, "1480035931"], [1702466384, "1494082558"], [1702466417, "1504669092"], [1702466441, "1516168920"], [1702466471, "1523355214"], [1702466507, "1536151356"], [1702466540, "1545515553"], [1702466597, "1561916816"], [1702466633, "1573181008"], [1702466666, "1580751896"], [1702466705, "1596585549"], [1702466732, "1608556973"], [1702466765, "1614642769"], [1702466801, "1628408945"], [1702466852, "1651642006"], [1702466876, "1657858087"], [1702466918, "1670655666"], [1702466978, "1692931522"], [1702467014, "1703298327"], [1702467038, "1711276039"], [1702467068, "1718930588"], [1702467122, "1732538268"], [1702467158, "1740483944"], [1702467191, "1753469219"], [1702467221, "1767685946"], [1702467257, "1775939169"], [1702467299, "1785081037"], [1702467350, "1807852229"], [1702467386, "1823957379"], [1702467419, "1838365727"], [1702467455, "1859422718"], [1702467515, "1875857547"], [1702467542, "1886508843"], [1702467566, "1897389301"], [1702467599, "1905178158"], [1702467635, "1914076563"], [1702467668, "1924164052"], [1702467695, "1932239887"], [1702467716, "1943036740"], [1702467746, "1951630199"], [1702467800, "1984367256"], [1702467824, "1997493179"], [1702467908, "2017559636"], [1702467944, "2023042182"], [1702467968, "2035082008"], [1702468001, "2041483797"], [1702468031, "2050357162"], [1702468067, "2060983520"], [1702468085, "2075491538"], [1702468115, "2083775952"], [1702468151, "2098851660"], [1702468181, "2121534210"], [1702468208, "2128651829"], [1702468241, "2145167532"], [1702468256, "2150241461"], [1702468286, "2158539326"], [1702468322, "2165981256"], [1702468352, "2175746472"], [1702468388, "2183574953"], [1702468424, "2195942098"], [1702468457, "2204960579"], [1702468493, "2218466385"], [1702468517, "2230935555"], [1702468550, "2235350401"], [1702468586, "2253471374"], [1702468613, "2266971589"], [1702468637, "2272214582"], [1702468679, "2288105087"], [1702468721, "2300477920"], [1702468730, "2310272416"], [1702468766, "2313840622"], [1702468799, "2328372820"], [1702468835, "2336460204"], [1702468898, "2355690439"], [1702468934, "2370604269"], [1702468970, "2382671391"], [1702468994, "2396582212"], [1702469024, "2400795708"], [1702469060, "2408481574"], [1702469111, "2425392859"], [1702469144, "2431218583"], [1702469168, "2435821693"], [1702469204, "2449432451"], [1702469237, "2462546635"], [1702469273, "2470709188"], [1702469303, "2482679546"], [1702469336, "2493996818"], [1702469360, "2498868598"], [1702469387, "2502025693"], [1702469411, "2506531675"], [1702469435, "2514448062"], [1702469468, "2521149816"], [1702469504, "2528855563"], [1702469537, "2540159165"], [1702469573, "2548437242"], [1702469606, "2559563221"], [1702469633, "2568559225"], [1702469660, "2578667952"], [1702469684, "2590599238"], [1702469717, "2599116243"], [1702469753, "2606455004"], [1702469786, "2615724088"], [1702469816, "2624645939"], [1702469834, "2636493032"], [1702469864, "2644763346"], [1702469906, "2660190824"], [1702469936, "2666029486"], [1702469972, "2677151247"], [1702470005, "2689181374"], [1702470029, "2697473744"], [1702470065, "2716927980"], [1702470101, "2730309594"], [1702470131, "2744741429"], [1702470167, "2758727711"], [1702470203, "2772888047"], [1702470251, "2792822472"], [1702470278, "2803615803"], [1702470311, "2814012291"], [1702470347, "2830469907"], [1702470371, "2840352933"], [1702470404, "2848554058"], [1702470440, "2863783459"], [1702470476, "2870611049"], [1702470506, "2879303011"], [1702470542, "2891707251"], [1702470575, "2904102113"], [1702470611, "2912059356"], [1702470635, "2939613115"], [1702470662, "2948199136"], [1702470686, "2954420059"], [1702470719, "2963389987"], [1702470746, "2973039590"], [1702470812, "2990473155"], [1702470845, "3010401875"], [1702470875, "3024542945"], [1702470899, "3030772636"], [1702470953, "3037908065"], [1702470983, "3048257797"], [1702471025, "3059082181"], [1702471067, "3074581206"], [1702471169, "3107518942"], [1702471193, "3113783132"], [1702471226, "3121607911"], [1702471265, "3133043720"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "23892799"], [1702462973, "23892799"], [1702462988, "23892799"], [1702463045, "23892799"], [1702463081, "25118150"], [1702463114, "25118150"], [1702463150, "25118150"], [1702463186, "25118150"], [1702463216, "25118150"], [1702463240, "40535346"], [1702463273, "40535346"], [1702463324, "40535346"], [1702463354, "40535346"], [1702463381, "40535346"], [1702463417, "40535346"], [1702463453, "40535346"], [1702463477, "40535346"], [1702463510, "40535346"], [1702463537, "40535346"], [1702463570, "40535346"], [1702463591, "40535346"], [1702463621, "40535346"], [1702463657, "40535346"], [1702463693, "40535346"], [1702463729, "40535346"], [1702463765, "40535346"], [1702463798, "40535346"], [1702463846, "40535346"], [1702463873, "40535346"], [1702463906, "40535346"], [1702463948, "40535346"], [1702463984, "40535346"], [1702464014, "40535346"], [1702464050, "40535346"], [1702464086, "40535346"], [1702464122, "40535346"], [1702464155, "40535346"], [1702464194, "40535346"], [1702464230, "40877287"], [1702464263, "40877287"], [1702464299, "40877287"], [1702464332, "40877287"], [1702464356, "40877287"], [1702464392, "40877287"], [1702464425, "40877287"], [1702464455, "40877287"], [1702464479, "40877287"], [1702464509, "40958907"], [1702464533, "40958907"], [1702464569, "40958907"], [1702464605, "40958907"], [1702464635, "40958907"], [1702464671, "40958907"], [1702464716, "40958907"], [1702464743, "40958907"], [1702464776, "40958907"], [1702464812, "40958907"], [1702464836, "40958907"], [1702464869, "40958907"], [1702464905, "40958907"], [1702464926, "40958907"], [1702464956, "40958907"], [1702464992, "40958907"], [1702465016, "40958907"], [1702465049, "40958907"], [1702465085, "40958907"], [1702465118, "40958907"], [1702465145, "40958907"], [1702465178, "40958907"], [1702465208, "40958907"], [1702465241, "40958907"], [1702465298, "40958907"], [1702465334, "40958907"], [1702465367, "40958907"], [1702465394, "40958907"], [1702465418, "40958907"], [1702465445, "40958907"], [1702465481, "40958907"], [1702465517, "40958907"], [1702465550, "40958907"], [1702465586, "40958907"], [1702465619, "40958907"], [1702465658, "40958907"], [1702465706, "40958907"], [1702465754, "40958907"], [1702465787, "40958907"], [1702465823, "40958907"], [1702465856, "40958907"], [1702465880, "40958907"], [1702465910, "40958907"], [1702465952, "40958907"], [1702465988, "40958907"], [1702466015, "40958907"], [1702466030, "40958907"], [1702466060, "40958907"], [1702466078, "40958907"], [1702466138, "40958907"], [1702466168, "40958907"], [1702466204, "40958907"], [1702466237, "40958907"], [1702466261, "40958907"], [1702466291, "40958907"], [1702466327, "40958907"], [1702466360, "40958907"], [1702466384, "40958907"], [1702466417, "40958907"], [1702466441, "40958907"], [1702466471, "40958907"], [1702466507, "40958907"], [1702466540, "40958907"], [1702466597, "40958907"], [1702466633, "40958907"], [1702466666, "40958907"], [1702466705, "40958907"], [1702466732, "40958907"], [1702466765, "40958907"], [1702466801, "40958907"], [1702466852, "40958907"], [1702466876, "40958907"], [1702466918, "40958907"], [1702466978, "40958907"], [1702467014, "40958907"], [1702467038, "40958907"], [1702467068, "40958907"], [1702467122, "40958907"], [1702467158, "40958907"], [1702467191, "40958907"], [1702467221, "40958907"], [1702467257, "40958907"], [1702467299, "40958907"], [1702467350, "40958907"], [1702467386, "40958907"], [1702467419, "40958907"], [1702467455, "40958907"], [1702467515, "40958907"], [1702467542, "40958907"], [1702467566, "40958907"], [1702467599, "40958907"], [1702467635, "40958907"], [1702467668, "40958907"], [1702467695, "40958907"], [1702467716, "40958907"], [1702467746, "40958907"], [1702467800, "40958907"], [1702467824, "40958907"], [1702467908, "40958907"], [1702467944, "40958907"], [1702467968, "40958907"], [1702468001, "40958907"], [1702468031, "40958907"], [1702468067, "40958907"], [1702468085, "40958907"], [1702468115, "40958907"], [1702468151, "40958907"], [1702468181, "40958907"], [1702468208, "40958907"], [1702468241, "40958907"], [1702468256, "40958907"], [1702468286, "40958907"], [1702468322, "40958907"], [1702468352, "40958907"], [1702468388, "40958907"], [1702468424, "40958907"], [1702468457, "40958907"], [1702468493, "40958907"], [1702468517, "40958907"], [1702468550, "40958907"], [1702468586, "40958907"], [1702468613, "40958907"], [1702468637, "40958907"], [1702468679, "40958907"], [1702468721, "40958907"], [1702468730, "40958907"], [1702468766, "40958907"], [1702468799, "40958907"], [1702468835, "40958907"], [1702468898, "40958907"], [1702468934, "40958907"], [1702468970, "40958907"], [1702468994, "40958907"], [1702469024, "40958907"], [1702469060, "40958907"], [1702469111, "40958907"], [1702469144, "40958907"], [1702469168, "40958907"], [1702469204, "40958907"], [1702469237, "40958907"], [1702469273, "40958907"], [1702469303, "40958907"], [1702469336, "40958907"], [1702469360, "40958907"], [1702469387, "40958907"], [1702469411, "40958907"], [1702469435, "40958907"], [1702469468, "40958907"], [1702469504, "40958907"], [1702469537, "40958907"], [1702469573, "40958907"], [1702469606, "40958907"], [1702469633, "40958907"], [1702469660, "40958907"], [1702469684, "40958907"], [1702469717, "40958907"], [1702469753, "40958907"], [1702469786, "40958907"], [1702469816, "40958907"], [1702469834, "40958907"], [1702469864, "40958907"], [1702469906, "40958907"], [1702469936, "40958907"], [1702469972, "40958907"], [1702470005, "40958907"], [1702470029, "40958907"], [1702470065, "40958907"], [1702470101, "40958907"], [1702470131, "40958907"], [1702470167, "40958907"], [1702470203, "40958907"], [1702470251, "40958907"], [1702470278, "40958907"], [1702470311, "40958907"], [1702470347, "40958907"], [1702470371, "40958907"], [1702470404, "40958907"], [1702470440, "40958907"], [1702470476, "40958907"], [1702470506, "40958907"], [1702470542, "40958907"], [1702470575, "40958907"], [1702470611, "40958907"], [1702470635, "40958907"], [1702470662, "40958907"], [1702470686, "40958907"], [1702470719, "40958907"], [1702470746, "40958907"], [1702470812, "40958907"], [1702470845, "40958907"], [1702470875, "40958907"], [1702470899, "40958907"], [1702470953, "40958907"], [1702470983, "40958907"], [1702471025, "40958907"], [1702471067, "40958907"], [1702471169, "40958907"], [1702471193, "40958907"], [1702471226, "40958907"], [1702471265, "40958907"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "22307474"], [1702462808, "22307474"], [1702462829, "22307474"], [1702462844, "22307474"], [1702462865, "22307474"], [1702462880, "23892799"], [1702462904, "23892799"], [1702462919, "23892799"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "7170495"], [1702468766, "10930587"], [1702468799, "14943748"], [1702468835, "17115357"], [1702468898, "32189944"], [1702468934, "33748068"], [1702468970, "40085615"], [1702468994, "41400336"], [1702469024, "44552491"], [1702469060, "50262029"], [1702469111, "53672640"], [1702469144, "61509446"], [1702469168, "62154699"], [1702469204, "66019580"], [1702469237, "68254267"], [1702469273, "74425198"], [1702469303, "76488301"], [1702469336, "78229848"], [1702469360, "79527769"], [1702469387, "81988672"], [1702469411, "83354504"], [1702469435, "84321584"], [1702469468, "86672162"], [1702469504, "95578468"], [1702469537, "100558791"], [1702469573, "104246975"], [1702469606, "107860552"], [1702469633, "109874387"], [1702469660, "113660433"], [1702469684, "122458158"], [1702469717, "125703886"], [1702469753, "128409048"], [1702469786, "131169710"], [1702469816, "139782659"], [1702469834, "142146876"], [1702469864, "146359629"], [1702469906, "154884303"], [1702469936, "160673795"], [1702469972, "163604874"], [1702470005, "166590365"], [1702470029, "168967085"], [1702470065, "177577258"], [1702470101, "182157156"], [1702470131, "186126760"], [1702470167, "197129806"], [1702470203, "199420613"], [1702470251, "211151791"], [1702470278, "213978135"], [1702470311, "219080787"], [1702470347, "227359088"], [1702470371, "230710932"], [1702470404, "232227177"], [1702470440, "234770680"], [1702470476, "236636433"], [1702470506, "245873539"], [1702470542, "251229656"], [1702470575, "255716297"], [1702470611, "257743356"], [1702470635, "261152171"], [1702470662, "263812645"], [1702470686, "267738999"], [1702470719, "267821048"], [1702470746, "275288189"], [1702470812, "283670959"], [1702470845, "285238968"], [1702470875, "288535195"], [1702470899, "290324324"], [1702470953, "294419839"], [1702470983, "295985112"], [1702471025, "300619396"], [1702471067, "304930754"], [1702471169, "313853952"], [1702471193, "315982016"], [1702471226, "325115168"], [1702471265, "330216256"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1329724975"], [1702462844, "1343850933"], [1702462865, "1343850933"], [1702462880, "1343850933"], [1702462904, "1343850933"], [1702462919, "1343850933"], [1702462952, "1414421768"], [1702462973, "1414421768"], [1702462988, "1414421768"], [1702463045, "1414421768"], [1702463081, "1460645200"], [1702463114, "1510489650"], [1702463150, "1510489650"], [1702463186, "1510489650"], [1702463216, "1510489650"], [1702463240, "1510489650"], [1702463273, "1510489650"], [1702463324, "1510489650"], [1702463354, "1510489650"], [1702463381, "1510489650"], [1702463417, "1530825625"], [1702463453, "1530825625"], [1702463477, "1576244974"], [1702463510, "1576244974"], [1702463537, "1631814978"], [1702463570, "1674300416"], [1702463591, "1691881821"], [1702463621, "1691881821"], [1702463657, "1691881821"], [1702463693, "1691881821"], [1702463729, "1733280193"], [1702463765, "1733280193"], [1702463798, "1733280193"], [1702463846, "1739107914"], [1702463873, "1739107914"], [1702463906, "1762861529"], [1702463948, "1762861529"], [1702463984, "1762861529"], [1702464014, "1762861529"], [1702464050, "1762861529"], [1702464086, "1762861529"], [1702464122, "1763108692"], [1702464155, "1763108692"], [1702464194, "1763108692"], [1702464230, "1763108692"], [1702464263, "1763108692"], [1702464299, "1763108692"], [1702464332, "1775665961"], [1702464356, "1775665961"], [1702464392, "1775665961"], [1702464425, "1814246805"], [1702464455, "1814246805"], [1702464479, "1814246805"], [1702464509, "1814246805"], [1702464533, "1814246805"], [1702464569, "1814246805"], [1702464605, "1814246805"], [1702464635, "1814246805"], [1702464671, "1814246805"], [1702464716, "1814246805"], [1702464743, "1814246805"], [1702464776, "1814246805"], [1702464812, "1814246805"], [1702464836, "1814246805"], [1702464869, "1814246805"], [1702464905, "1814246805"], [1702464926, "1814246805"], [1702464956, "1814246805"], [1702464992, "1814246805"], [1702465016, "1814246805"], [1702465049, "1814246805"], [1702465085, "1814246805"], [1702465118, "1814246805"], [1702465145, "1814246805"], [1702465178, "1814246805"], [1702465208, "1814246805"], [1702465241, "1814246805"], [1702465298, "1814246805"], [1702465334, "1814246805"], [1702465367, "1814246805"], [1702465394, "1814246805"], [1702465418, "1814246805"], [1702465445, "1814246805"], [1702465481, "1814246805"], [1702465517, "1814246805"], [1702465550, "1814246805"], [1702465586, "1814246805"], [1702465619, "1814246805"], [1702465658, "1814246805"], [1702465706, "1814246805"], [1702465754, "1814246805"], [1702465787, "1814246805"], [1702465823, "1814246805"], [1702465856, "1814246805"], [1702465880, "1814246805"], [1702465910, "1814246805"], [1702465952, "1814246805"], [1702465988, "1814246805"], [1702466015, "1814246805"], [1702466030, "1814246805"], [1702466060, "1814246805"], [1702466078, "1814246805"], [1702466138, "1814246805"], [1702466168, "1814246805"], [1702466204, "1814246805"], [1702466237, "1814246805"], [1702466261, "1814246805"], [1702466291, "1814246805"], [1702466327, "1814246805"], [1702466360, "1814246805"], [1702466384, "1814246805"], [1702466417, "1814246805"], [1702466441, "1814246805"], [1702466471, "1814246805"], [1702466507, "1814246805"], [1702466540, "1814246805"], [1702466597, "1814246805"], [1702466633, "1814246805"], [1702466666, "1814246805"], [1702466705, "1814246805"], [1702466732, "1814246805"], [1702466765, "1814246805"], [1702466801, "1814246805"], [1702466852, "1814246805"], [1702466876, "1814246805"], [1702466918, "1814246805"], [1702466978, "1814246805"], [1702467014, "1814246805"], [1702467038, "1814246805"], [1702467068, "1814246805"], [1702467122, "1814246805"], [1702467158, "1814246805"], [1702467191, "1814246805"], [1702467221, "1814246805"], [1702467257, "1814246805"], [1702467299, "1814246805"], [1702467350, "1814246805"], [1702467386, "1814246805"], [1702467419, "1814246805"], [1702467455, "1814246805"], [1702467515, "1814246805"], [1702467542, "1814246805"], [1702467566, "1814246805"], [1702467599, "1814246805"], [1702467635, "1814246805"], [1702467668, "1814246805"], [1702467695, "1814246805"], [1702467716, "1814246805"], [1702467746, "1814246805"], [1702467800, "1814246805"], [1702467824, "1814246805"], [1702467908, "1814246805"], [1702467944, "1814246805"], [1702467968, "1814246805"], [1702468001, "1814246805"], [1702468031, "1814246805"], [1702468067, "1814246805"], [1702468085, "1814246805"], [1702468115, "1814246805"], [1702468151, "1814246805"], [1702468181, "1814246805"], [1702468208, "1814246805"], [1702468241, "1814246805"], [1702468256, "1814246805"], [1702468286, "1814246805"], [1702468322, "1814246805"], [1702468352, "1814246805"], [1702468388, "1814246805"], [1702468424, "1814246805"], [1702468457, "1814246805"], [1702468493, "1814246805"], [1702468517, "1814246805"], [1702468550, "1814246805"], [1702468586, "1814246805"], [1702468613, "1814246805"], [1702468637, "1814246805"], [1702468679, "1814246805"], [1702468721, "1814246805"], [1702468730, "1814246805"], [1702468766, "1814246805"], [1702468799, "1814246805"], [1702468835, "1814246805"], [1702468898, "1814246805"], [1702468934, "1814246805"], [1702468970, "1814246805"], [1702468994, "1814246805"], [1702469024, "1814246805"], [1702469060, "1814246805"], [1702469111, "1814246805"], [1702469144, "1814246805"], [1702469168, "1814246805"], [1702469204, "1814246805"], [1702469237, "1814246805"], [1702469273, "1814246805"], [1702469303, "1814246805"], [1702469336, "1814246805"], [1702469360, "1814246805"], [1702469387, "1814246805"], [1702469411, "1814246805"], [1702469435, "1814246805"], [1702469468, "1814246805"], [1702469504, "1814246805"], [1702469537, "1814246805"], [1702469573, "1814246805"], [1702469606, "1814246805"], [1702469633, "1814246805"], [1702469660, "1814246805"], [1702469684, "1814246805"], [1702469717, "1814246805"], [1702469753, "1814246805"], [1702469786, "1814246805"], [1702469816, "1814246805"], [1702469834, "1814246805"], [1702469864, "1814246805"], [1702469906, "1814246805"], [1702469936, "1814246805"], [1702469972, "1814246805"], [1702470005, "1814246805"], [1702470029, "1814246805"], [1702470065, "1814246805"], [1702470101, "1814246805"], [1702470131, "1814246805"], [1702470167, "1814246805"], [1702470203, "1814246805"], [1702470251, "1814246805"], [1702470278, "1814246805"], [1702470311, "1814246805"], [1702470347, "1814246805"], [1702470371, "1814246805"], [1702470404, "1814246805"], [1702470440, "1814246805"], [1702470476, "1814246805"], [1702470506, "1814246805"], [1702470542, "1814246805"], [1702470575, "1814246805"], [1702470611, "1814246805"], [1702470635, "1814246805"], [1702470662, "1814246805"], [1702470686, "1814246805"], [1702470719, "1814246805"], [1702470746, "1814246805"], [1702470812, "1814246805"], [1702470845, "1814246805"], [1702470875, "1814246805"], [1702470899, "1814246805"], [1702470953, "1814246805"], [1702470983, "1814246805"], [1702471025, "1814246805"], [1702471067, "1814246805"], [1702471169, "1814246805"], [1702471193, "1814246805"], [1702471226, "1814246805"], [1702471265, "1814246805"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6597709"], [1702462721, "1286468719"], [1702462736, "1286468719"], [1702462751, "1286468719"], [1702462763, "1286984772"], [1702462793, "1329724975"], [1702462808, "1329724975"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "18262154"], [1702462721, "18554680"], [1702462736, "18642084"], [1702462751, "18726467"], [1702462763, "18825948"], [1702462793, "19122017"], [1702462808, "19122017"], [1702462829, "19122017"], [1702462844, "19257219"], [1702462865, "19257219"], [1702462880, "19257219"], [1702462904, "19357229"], [1702462919, "19357229"], [1702462952, "19357229"], [1702462973, "19357229"], [1702462988, "19357229"], [1702463045, "19357229"], [1702463081, "22181455"], [1702463114, "22181455"], [1702463150, "22181455"], [1702463186, "22365591"], [1702463216, "22365591"], [1702463240, "22365591"], [1702463273, "30690928"], [1702463324, "31441208"], [1702463354, "31441208"], [1702463381, "31629355"], [1702463417, "31629355"], [1702463453, "31714815"], [1702463477, "31714815"], [1702463510, "31714815"], [1702463537, "31714815"], [1702463570, "31714815"], [1702463591, "31963106"], [1702463621, "32051148"], [1702463657, "32113587"], [1702463693, "32661940"], [1702463729, "33692940"], [1702463765, "33692940"], [1702463798, "33811515"], [1702463846, "33920453"], [1702463873, "34392989"], [1702463906, "34392989"], [1702463948, "34392989"], [1702463984, "34612637"], [1702464014, "34612637"], [1702464050, "35120783"], [1702464086, "37701399"], [1702464122, "37701399"], [1702464155, "37701399"], [1702464194, "37701399"], [1702464230, "37701399"], [1702464263, "38042055"], [1702464299, "38042055"], [1702464332, "38232106"], [1702464356, "38232106"], [1702464392, "39852478"], [1702464425, "39852478"], [1702464455, "40635683"], [1702464479, "40715245"], [1702464509, "40930830"], [1702464533, "41035746"], [1702464569, "41153027"], [1702464605, "41153027"], [1702464635, "41153027"], [1702464671, "41153027"], [1702464716, "41262488"], [1702464743, "41371299"], [1702464776, "41371299"], [1702464812, "41371299"], [1702464836, "41520499"], [1702464869, "41520499"], [1702464905, "41647473"], [1702464926, "41647473"], [1702464956, "44699663"], [1702464992, "44919882"], [1702465016, "44919882"], [1702465049, "44919882"], [1702465085, "45214239"], [1702465118, "45214239"], [1702465145, "45401969"], [1702465178, "45401969"], [1702465208, "47376892"], [1702465241, "47376892"], [1702465298, "47376892"], [1702465334, "47518409"], [1702465367, "47518409"], [1702465394, "47518409"], [1702465418, "47875397"], [1702465445, "51417639"], [1702465481, "51677156"], [1702465517, "51819035"], [1702465550, "52236474"], [1702465586, "55762925"], [1702465619, "56731599"], [1702465658, "56731599"], [1702465706, "56731599"], [1702465754, "56898362"], [1702465787, "56898362"], [1702465823, "56988870"], [1702465856, "57434644"], [1702465880, "57434644"], [1702465910, "57551052"], [1702465952, "57703445"], [1702465988, "57703445"], [1702466015, "58547204"], [1702466030, "58547204"], [1702466060, "59275079"], [1702466078, "59275079"], [1702466138, "60280643"], [1702466168, "60361338"], [1702466204, "60361338"], [1702466237, "60361338"], [1702466261, "61253439"], [1702466291, "61253439"], [1702466327, "61342496"], [1702466360, "61598962"], [1702466384, "62259517"], [1702466417, "62259517"], [1702466441, "62537567"], [1702466471, "62537567"], [1702466507, "62633261"], [1702466540, "62677195"], [1702466597, "62864618"], [1702466633, "62951711"], [1702466666, "63040813"], [1702466705, "63191544"], [1702466732, "63191544"], [1702466765, "63519035"], [1702466801, "63519035"], [1702466852, "63519035"], [1702466876, "63519035"], [1702466918, "63519035"], [1702466978, "63730301"], [1702467014, "63730301"], [1702467038, "63730301"], [1702467068, "63942376"], [1702467122, "63942376"], [1702467158, "64010775"], [1702467191, "64010775"], [1702467221, "64173931"], [1702467257, "64412556"], [1702467299, "66633033"], [1702467350, "69315124"], [1702467386, "69315124"], [1702467419, "69315124"], [1702467455, "69315124"], [1702467515, "69928513"], [1702467542, "69928513"], [1702467566, "69928513"], [1702467599, "69928513"], [1702467635, "69928513"], [1702467668, "70123371"], [1702467695, "70221333"], [1702467716, "70221333"], [1702467746, "70221333"], [1702467800, "70221333"], [1702467824, "70221333"], [1702467908, "70221333"], [1702467944, "70623404"], [1702467968, "70840039"], [1702468001, "70948400"], [1702468031, "70948400"], [1702468067, "70948400"], [1702468085, "72004519"], [1702468115, "72004519"], [1702468151, "72004519"], [1702468181, "72004519"], [1702468208, "72277171"], [1702468241, "72382148"], [1702468256, "72577224"], [1702468286, "72577224"], [1702468322, "72763677"], [1702468352, "72763677"], [1702468388, "72863214"], [1702468424, "72863214"], [1702468457, "73054421"], [1702468493, "73284777"], [1702468517, "73471273"], [1702468550, "73471273"], [1702468586, "73608373"], [1702468613, "73608373"], [1702468637, "73608373"], [1702468679, "73608373"], [1702468721, "73725571"], [1702468730, "74733012"], [1702468766, "74911473"], [1702468799, "75015118"], [1702468835, "75015118"], [1702468898, "75129782"], [1702468934, "75129782"], [1702468970, "75129782"], [1702468994, "75572204"], [1702469024, "75872517"], [1702469060, "75941977"], [1702469111, "76355305"], [1702469144, "76355305"], [1702469168, "76355305"], [1702469204, "76446192"], [1702469237, "76446192"], [1702469273, "76446192"], [1702469303, "76446192"], [1702469336, "77077414"], [1702469360, "78256318"], [1702469387, "78423100"], [1702469411, "78925882"], [1702469435, "78983785"], [1702469468, "79069153"], [1702469504, "79069153"], [1702469537, "79259290"], [1702469573, "79629408"], [1702469606, "80781133"], [1702469633, "80781133"], [1702469660, "80781133"], [1702469684, "81525312"], [1702469717, "82954493"], [1702469753, "82954493"], [1702469786, "83821062"], [1702469816, "83821062"], [1702469834, "83821062"], [1702469864, "83821062"], [1702469906, "84072400"], [1702469936, "84072400"], [1702469972, "84072400"], [1702470005, "84072400"], [1702470029, "84072400"], [1702470065, "84072400"], [1702470101, "84072400"], [1702470131, "84616226"], [1702470167, "85149770"], [1702470203, "89106428"], [1702470251, "89106428"], [1702470278, "89171371"], [1702470311, "89171371"], [1702470347, "89384791"], [1702470371, "89384791"], [1702470404, "89384791"], [1702470440, "90206955"], [1702470476, "90206955"], [1702470506, "90307739"], [1702470542, "91117316"], [1702470575, "94520364"], [1702470611, "95336250"], [1702470635, "95789827"], [1702470662, "95789827"], [1702470686, "95968730"], [1702470719, "95968730"], [1702470746, "95968730"], [1702470812, "96803624"], [1702470845, "96803624"], [1702470875, "97459103"], [1702470899, "97660693"], [1702470953, "97868737"], [1702470983, "98191947"], [1702471025, "98191947"], [1702471067, "98401255"], [1702471169, "98830206"], [1702471193, "98830206"], [1702471226, "98830206"], [1702471265, "99119516"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "110860726"], [1702462721, "120527169"], [1702462736, "133050602"], [1702462751, "143307429"], [1702462763, "168433861"], [1702462793, "190627458"], [1702462808, "197776166"], [1702462829, "199027953"], [1702462844, "206116880"], [1702462865, "207259840"], [1702462880, "212375693"], [1702462904, "221084259"], [1702462919, "222227196"], [1702462952, "229794389"], [1702462973, "231818073"], [1702462988, "234248403"], [1702463045, "245684212"], [1702463081, "251094865"], [1702463114, "254580588"], [1702463150, "263084295"], [1702463186, "266266938"], [1702463216, "276760655"], [1702463240, "283133904"], [1702463273, "292883259"], [1702463324, "306972636"], [1702463354, "315490312"], [1702463381, "325434866"], [1702463417, "327984376"], [1702463453, "336414739"], [1702463477, "338515120"], [1702463510, "341600668"], [1702463537, "349584164"], [1702463570, "351301754"], [1702463591, "357043113"], [1702463621, "361848499"], [1702463657, "368913337"], [1702463693, "377562480"], [1702463729, "384282678"], [1702463765, "396223112"], [1702463798, "408488881"], [1702463846, "419078199"], [1702463873, "442933182"], [1702463906, "452529219"], [1702463948, "460065819"], [1702463984, "467339149"], [1702464014, "477143893"], [1702464050, "484046632"], [1702464086, "489542577"], [1702464122, "520816354"], [1702464155, "534401012"], [1702464194, "543138485"], [1702464230, "550985593"], [1702464263, "564197302"], [1702464299, "573480315"], [1702464332, "582767409"], [1702464356, "587544543"], [1702464392, "593421329"], [1702464425, "598063155"], [1702464455, "617085285"], [1702464479, "625653401"], [1702464509, "631089147"], [1702464533, "636554319"], [1702464569, "640456975"], [1702464605, "649977212"], [1702464635, "653349531"], [1702464671, "659398744"], [1702464716, "667419833"], [1702464743, "677824096"], [1702464776, "684233738"], [1702464812, "692954937"], [1702464836, "709257894"], [1702464869, "715069507"], [1702464905, "721972445"], [1702464926, "728568369"], [1702464956, "735415854"], [1702464992, "742971046"], [1702465016, "747670504"], [1702465049, "752816705"], [1702465085, "784940759"], [1702465118, "788795595"], [1702465145, "797881333"], [1702465178, "801752166"], [1702465208, "815774287"], [1702465241, "821361219"], [1702465298, "839389134"], [1702465334, "844840075"], [1702465367, "855202487"], [1702465394, "859209582"], [1702465418, "869002252"], [1702465445, "874970969"], [1702465481, "923818095"], [1702465517, "931258362"], [1702465550, "935172669"], [1702465586, "951855102"], [1702465619, "954974809"], [1702465658, "970290261"], [1702465706, "980761919"], [1702465754, "995445999"], [1702465787, "1004002956"], [1702465823, "1012162708"], [1702465856, "1020648353"], [1702465880, "1026998795"], [1702465910, "1036619555"], [1702465952, "1047441649"], [1702465988, "1057560573"], [1702466015, "1068893202"], [1702466030, "1083119450"], [1702466060, "1086967593"], [1702466078, "1093559399"], [1702466138, "1104522994"], [1702466168, "1112337309"], [1702466204, "1119060316"], [1702466237, "1157402429"], [1702466261, "1198312697"], [1702466291, "1203507283"], [1702466327, "1211308090"], [1702466360, "1217536249"], [1702466384, "1230659322"], [1702466417, "1238637474"], [1702466441, "1246156128"], [1702466471, "1250751173"], [1702466507, "1263817953"], [1702466540, "1269896757"], [1702466597, "1282628751"], [1702466633, "1288938444"], [1702466666, "1298194738"], [1702466705, "1306473844"], [1702466732, "1320557947"], [1702466765, "1337591451"], [1702466801, "1345664236"], [1702466852, "1363661286"], [1702466876, "1368027408"], [1702466918, "1377587516"], [1702466978, "1394642599"], [1702467014, "1404651783"], [1702467038, "1416196459"], [1702467068, "1431019307"], [1702467122, "1443077108"], [1702467158, "1451273113"], [1702467191, "1458873437"], [1702467221, "1464137161"], [1702467257, "1468740105"], [1702467299, "1473853264"], [1702467350, "1485230245"], [1702467386, "1491739906"], [1702467419, "1503078721"], [1702467455, "1510160667"], [1702467515, "1518100563"], [1702467542, "1521862464"], [1702467566, "1524210803"], [1702467599, "1530975503"], [1702467635, "1534816907"], [1702467668, "1538729488"], [1702467695, "1545768488"], [1702467716, "1554666451"], [1702467746, "1560963221"], [1702467800, "1573175511"], [1702467824, "1585057062"], [1702467908, "1599828717"], [1702467944, "1601941937"], [1702467968, "1608815958"], [1702468001, "1612870656"], [1702468031, "1618586341"], [1702468067, "1628143487"], [1702468085, "1637280741"], [1702468115, "1639047681"], [1702468151, "1649930705"], [1702468181, "1662195947"], [1702468208, "1667048094"], [1702468241, "1681315803"], [1702468256, "1686379363"], [1702468286, "1689406729"], [1702468322, "1693665237"], [1702468352, "1704987892"], [1702468388, "1710789337"], [1702468424, "1716967002"], [1702468457, "1725981690"], [1702468493, "1738883827"], [1702468517, "1747746229"], [1702468550, "1751223409"], [1702468586, "1761082163"], [1702468613, "1767914435"], [1702468637, "1775452691"], [1702468679, "1780957702"], [1702468721, "1785801567"], [1702468730, "1791032099"], [1702468766, "1795720747"], [1702468799, "1807101109"], [1702468835, "1815522574"], [1702468898, "1839401287"], [1702468934, "1851656973"], [1702468970, "1864255591"], [1702468994, "1870766084"], [1702469024, "1872953430"], [1702469060, "1930251020"], [1702469111, "1943194480"], [1702469144, "1951330487"], [1702469168, "1956996088"], [1702469204, "1966648525"], [1702469237, "1975901974"], [1702469273, "1988052712"], [1702469303, "2001616119"], [1702469336, "2008536570"], [1702469360, "2017268300"], [1702469387, "2020390774"], [1702469411, "2026281833"], [1702469435, "2030033178"], [1702469468, "2036622422"], [1702469504, "2043213239"], [1702469537, "2050160556"], [1702469573, "2055104896"], [1702469606, "2065682578"], [1702469633, "2074439435"], [1702469660, "2082447392"], [1702469684, "2093438633"], [1702469717, "2104999832"], [1702469753, "2111405387"], [1702469786, "2116622847"], [1702469816, "2124920045"], [1702469834, "2133594586"], [1702469864, "2140001736"], [1702469906, "2152519619"], [1702469936, "2156683642"], [1702469972, "2165545766"], [1702470005, "2177668044"], [1702470029, "2182071041"], [1702470065, "2187091894"], [1702470101, "2201249423"], [1702470131, "2208799165"], [1702470167, "2221860031"], [1702470203, "2229503122"], [1702470251, "2237915538"], [1702470278, "2244156652"], [1702470311, "2252617183"], [1702470347, "2263662423"], [1702470371, "2271333136"], [1702470404, "2275163497"], [1702470440, "2285072556"], [1702470476, "2297104051"], [1702470506, "2310328161"], [1702470542, "2320381482"], [1702470575, "2328129189"], [1702470611, "2334054169"], [1702470635, "2344754670"], [1702470662, "2348464601"], [1702470686, "2352896972"], [1702470719, "2354457196"], [1702470746, "2363227334"], [1702470812, "2375665543"], [1702470845, "2383902860"], [1702470875, "2392396439"], [1702470899, "2395098553"], [1702470953, "2404678687"], [1702470983, "2412484218"], [1702471025, "2522995707"], [1702471067, "2543389633"], [1702471169, "2570321350"], [1702471193, "2577845221"], [1702471226, "2584817910"], [1702471265, "2590654643"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "43988197"], [1702462721, "44755799"], [1702462736, "45167239"], [1702462751, "45167239"], [1702462763, "45167239"], [1702462793, "46016192"], [1702462808, "46896662"], [1702462829, "48528814"], [1702462844, "60800255"], [1702462865, "61214344"], [1702462880, "61687925"], [1702462904, "62368515"], [1702462919, "63376304"], [1702462952, "67838829"], [1702462973, "69103218"], [1702462988, "131192332"], [1702463045, "139177403"], [1702463081, "146120107"], [1702463114, "150134196"], [1702463150, "153754908"], [1702463186, "158354093"], [1702463216, "162737322"], [1702463240, "181840251"], [1702463273, "185206022"], [1702463324, "193413340"], [1702463354, "203734343"], [1702463381, "207453141"], [1702463417, "213537301"], [1702463453, "226280931"], [1702463477, "230470038"], [1702463510, "233660861"], [1702463537, "240319687"], [1702463570, "247320198"], [1702463591, "254004451"], [1702463621, "257269188"], [1702463657, "263940831"], [1702463693, "274881692"], [1702463729, "279720551"], [1702463765, "285683169"], [1702463798, "295374164"], [1702463846, "298345222"], [1702463873, "301803669"], [1702463906, "304716777"], [1702463948, "310360264"], [1702463984, "315126635"], [1702464014, "321513039"], [1702464050, "327250237"], [1702464086, "334664577"], [1702464122, "341615825"], [1702464155, "346850412"], [1702464194, "359941301"], [1702464230, "368371102"], [1702464263, "373178855"], [1702464299, "375702606"], [1702464332, "380168028"], [1702464356, "383232161"], [1702464392, "390667141"], [1702464425, "403797156"], [1702464455, "410250951"], [1702464479, "416954572"], [1702464509, "424251180"], [1702464533, "427357979"], [1702464569, "431087573"], [1702464605, "437044739"], [1702464635, "444327068"], [1702464671, "450008987"], [1702464716, "455255411"], [1702464743, "461083556"], [1702464776, "464103536"], [1702464812, "473548992"], [1702464836, "479479075"], [1702464869, "485175701"], [1702464905, "486832741"], [1702464926, "492530643"], [1702464956, "496371959"], [1702464992, "502000635"], [1702465016, "506787906"], [1702465049, "511454867"], [1702465085, "517827580"], [1702465118, "521059492"], [1702465145, "526977738"], [1702465178, "531835289"], [1702465208, "539051886"], [1702465241, "549832000"], [1702465298, "563139034"], [1702465334, "566998130"], [1702465367, "574206449"], [1702465394, "575312518"], [1702465418, "583488268"], [1702465445, "586353717"], [1702465481, "590082367"], [1702465517, "597738607"], [1702465550, "604895557"], [1702465586, "614633213"], [1702465619, "625088548"], [1702465658, "634644391"], [1702465706, "640960869"], [1702465754, "647722541"], [1702465787, "655917191"], [1702465823, "661630807"], [1702465856, "670514259"], [1702465880, "672706798"], [1702465910, "680545125"], [1702465952, "686399869"], [1702465988, "692183421"], [1702466015, "702295858"], [1702466030, "713780210"], [1702466060, "714989791"], [1702466078, "720247539"], [1702466138, "728020919"], [1702466168, "733476715"], [1702466204, "740963306"], [1702466237, "746420581"], [1702466261, "752900154"], [1702466291, "757444103"], [1702466327, "761517090"], [1702466360, "772598082"], [1702466384, "781729444"], [1702466417, "787986661"], [1702466441, "795844321"], [1702466471, "802240073"], [1702466507, "807304617"], [1702466540, "811532298"], [1702466597, "823393541"], [1702466633, "827486113"], [1702466666, "830982473"], [1702466705, "834898507"], [1702466732, "843930476"], [1702466765, "853614403"], [1702466801, "864082436"], [1702466852, "874246973"], [1702466876, "877466384"], [1702466918, "885892048"], [1702466978, "894521437"], [1702467014, "901708896"], [1702467038, "909196234"], [1702467068, "919092128"], [1702467122, "928686255"], [1702467158, "934755470"], [1702467191, "941202051"], [1702467221, "944344396"], [1702467257, "952123807"], [1702467299, "956611973"], [1702467350, "963930250"], [1702467386, "967869345"], [1702467419, "970777563"], [1702467455, "979803379"], [1702467515, "996642668"], [1702467542, "1000897985"], [1702467566, "1006133139"], [1702467599, "1011670625"], [1702467635, "1014953380"], [1702467668, "1021783576"], [1702467695, "1024147599"], [1702467716, "1029280365"], [1702467746, "1031826507"], [1702467800, "1041286181"], [1702467824, "1047785886"], [1702467908, "1064990538"], [1702467944, "1070905309"], [1702467968, "1077817001"], [1702468001, "1083299976"], [1702468031, "1088622980"], [1702468067, "1093954148"], [1702468085, "1096717287"], [1702468115, "1102327024"], [1702468151, "1108184811"], [1702468181, "1116346120"], [1702468208, "1125760273"], [1702468241, "1134540336"], [1702468256, "1137909427"], [1702468286, "1141453545"], [1702468322, "1146340233"], [1702468352, "1151161076"], [1702468388, "1158897241"], [1702468424, "1167878338"], [1702468457, "1177320862"], [1702468493, "1187044524"], [1702468517, "1196095574"], [1702468550, "1202929917"], [1702468586, "1211943308"], [1702468613, "1218943556"], [1702468637, "1225800184"], [1702468679, "1234684502"], [1702468721, "1241949945"], [1702468730, "1245026409"], [1702468766, "1250811366"], [1702468799, "1255411356"], [1702468835, "1260938907"], [1702468898, "1274412955"], [1702468934, "1288617487"], [1702468970, "1296567788"], [1702468994, "1302101136"], [1702469024, "1304658980"], [1702469060, "1310067564"], [1702469111, "1318961433"], [1702469144, "1325187467"], [1702469168, "1327532178"], [1702469204, "1330952408"], [1702469237, "1333818508"], [1702469273, "1337614189"], [1702469303, "1343763253"], [1702469336, "1350779760"], [1702469360, "1355377633"], [1702469387, "1356498991"], [1702469411, "1359109769"], [1702469435, "1361915726"], [1702469468, "1367169606"], [1702469504, "1371896406"], [1702469537, "1376810656"], [1702469573, "1385855981"], [1702469606, "1391557336"], [1702469633, "1397903512"], [1702469660, "1402336644"], [1702469684, "1413266511"], [1702469717, "1417319903"], [1702469753, "1422500309"], [1702469786, "1430432329"], [1702469816, "1434060969"], [1702469834, "1441260106"], [1702469864, "1444117475"], [1702469906, "1454291826"], [1702469936, "1456846195"], [1702469972, "1465194049"], [1702470005, "1470885327"], [1702470029, "1477988728"], [1702470065, "1482915878"], [1702470101, "1490871405"], [1702470131, "1495333336"], [1702470167, "1503312165"], [1702470203, "1514605436"], [1702470251, "1522214188"], [1702470278, "1527745830"], [1702470311, "1534483362"], [1702470347, "1543959018"], [1702470371, "1549837850"], [1702470404, "1557690232"], [1702470440, "1561559399"], [1702470476, "1569629252"], [1702470506, "1575394435"], [1702470542, "1582619074"], [1702470575, "1588176542"], [1702470611, "1590638461"], [1702470635, "1599088667"], [1702470662, "1602929925"], [1702470686, "1605385826"], [1702470719, "1607250453"], [1702470746, "1611425811"], [1702470812, "1618808858"], [1702470845, "1624629045"], [1702470875, "1631128165"], [1702470899, "1637825524"], [1702470953, "1649029589"], [1702470983, "1661466113"], [1702471025, "1670179049"], [1702471067, "1683737107"], [1702471169, "1700447510"], [1702471193, "1703204990"], [1702471226, "1711136361"], [1702471265, "1718408556"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "52252383"], [1702462721, "54309270"], [1702462736, "60014754"], [1702462751, "60511014"], [1702462763, "60844902"], [1702462793, "70138926"], [1702462808, "78538680"], [1702462829, "118393654"], [1702462844, "121765701"], [1702462865, "122787819"], [1702462880, "127167359"], [1702462904, "181218085"], [1702462919, "181773705"], [1702462952, "189192476"], [1702462973, "193935008"], [1702462988, "195079711"], [1702463045, "225436511"], [1702463081, "248578949"], [1702463114, "268076395"], [1702463150, "273661651"], [1702463186, "280599552"], [1702463216, "287701203"], [1702463240, "322484318"], [1702463273, "329060171"], [1702463324, "357339502"], [1702463354, "368304045"], [1702463381, "403097290"], [1702463417, "416771334"], [1702463453, "425689894"], [1702463477, "445828277"], [1702463510, "451681157"], [1702463537, "463056532"], [1702463570, "465416642"], [1702463591, "473460956"], [1702463621, "482294225"], [1702463657, "501616634"], [1702463693, "512201735"], [1702463729, "531452081"], [1702463765, "545703276"], [1702463798, "555939735"], [1702463846, "571490319"], [1702463873, "594530036"], [1702463906, "599672949"], [1702463948, "608730793"], [1702463984, "612733385"], [1702464014, "622147089"], [1702464050, "637164552"], [1702464086, "645928662"], [1702464122, "671491562"], [1702464155, "686279134"], [1702464194, "696886073"], [1702464230, "709431220"], [1702464263, "731411137"], [1702464299, "743176976"], [1702464332, "752488925"], [1702464356, "765865723"], [1702464392, "771849758"], [1702464425, "784913413"], [1702464455, "791301521"], [1702464479, "800654038"], [1702464509, "806940081"], [1702464533, "814127086"], [1702464569, "830492199"], [1702464605, "843903188"], [1702464635, "857706978"], [1702464671, "866516852"], [1702464716, "875938769"], [1702464743, "902262693"], [1702464776, "906490496"], [1702464812, "915455756"], [1702464836, "928347417"], [1702464869, "937885827"], [1702464905, "941831635"], [1702464926, "948101450"], [1702464956, "950769388"], [1702464992, "960836895"], [1702465016, "975653099"], [1702465049, "980488506"], [1702465085, "1019531517"], [1702465118, "1031070673"], [1702465145, "1037451055"], [1702465178, "1038312094"], [1702465208, "1047752208"], [1702465241, "1065458542"], [1702465298, "1099758273"], [1702465334, "1118764751"], [1702465367, "1128330973"], [1702465394, "1151685354"], [1702465418, "1163077318"], [1702465445, "1171129215"], [1702465481, "1180072168"], [1702465517, "1187278803"], [1702465550, "1196801324"], [1702465586, "1206757285"], [1702465619, "1216079168"], [1702465658, "1237100650"], [1702465706, "1242917885"], [1702465754, "1254714437"], [1702465787, "1263093316"], [1702465823, "1267898364"], [1702465856, "1278840244"], [1702465880, "1290234424"], [1702465910, "1296559444"], [1702465952, "1312364141"], [1702465988, "1322439707"], [1702466015, "1354483084"], [1702466030, "1365535246"], [1702466060, "1367724889"], [1702466078, "1373957373"], [1702466138, "1392712016"], [1702466168, "1397411213"], [1702466204, "1426119683"], [1702466237, "1436288925"], [1702466261, "1442624941"], [1702466291, "1450207792"], [1702466327, "1472835550"], [1702466360, "1478071682"], [1702466384, "1489025834"], [1702466417, "1496917531"], [1702466441, "1508115974"], [1702466471, "1520690292"], [1702466507, "1527757585"], [1702466540, "1535944839"], [1702466597, "1542793053"], [1702466633, "1550763842"], [1702466666, "1562452386"], [1702466705, "1566064724"], [1702466732, "1581022948"], [1702466765, "1592580381"], [1702466801, "1604449320"], [1702466852, "1618570617"], [1702466876, "1622104372"], [1702466918, "1626785794"], [1702466978, "1665240354"], [1702467014, "1676892110"], [1702467038, "1682658589"], [1702467068, "1696174452"], [1702467122, "1708094272"], [1702467158, "1717645305"], [1702467191, "1736836168"], [1702467221, "1745409377"], [1702467257, "1754325340"], [1702467299, "1770950997"], [1702467350, "1790395597"], [1702467386, "1812116774"], [1702467419, "1821264888"], [1702467455, "1841024669"], [1702467515, "1870305045"], [1702467542, "1879058847"], [1702467566, "1883833867"], [1702467599, "1896447021"], [1702467635, "1899087962"], [1702467668, "1914307788"], [1702467695, "1957162804"], [1702467716, "1974981746"], [1702467746, "1985624454"], [1702467800, "1995473162"], [1702467824, "2011627993"], [1702467908, "2028630442"], [1702467944, "2049478943"], [1702467968, "2066043227"], [1702468001, "2069650413"], [1702468031, "2157562404"], [1702468067, "2175419757"], [1702468085, "2195429544"], [1702468115, "2201401209"], [1702468151, "2214368975"], [1702468181, "2225310334"], [1702468208, "2231347172"], [1702468241, "2234113635"], [1702468256, "2240748262"], [1702468286, "2246427989"], [1702468322, "2272491009"], [1702468352, "2359695751"], [1702468388, "2369286250"], [1702468424, "2379738959"], [1702468457, "2392733201"], [1702468493, "2407154938"], [1702468517, "2414740174"], [1702468550, "2422855763"], [1702468586, "2480756048"], [1702468613, "2494792389"], [1702468637, "2506145845"], [1702468679, "2525683164"], [1702468721, "2538248699"], [1702468730, "2551117788"], [1702468766, "2560968389"], [1702468799, "2571772995"], [1702468835, "2587570131"], [1702468898, "2621812921"], [1702468934, "2640003254"], [1702468970, "2659122265"], [1702468994, "2667816061"], [1702469024, "2672054832"], [1702469060, "2684866336"], [1702469111, "2710321584"], [1702469144, "2719838309"], [1702469168, "2725321671"], [1702469204, "2739465854"], [1702469237, "2757691189"], [1702469273, "2770775240"], [1702469303, "2778972355"], [1702469336, "2792589422"], [1702469360, "2799701542"], [1702469387, "2804042845"], [1702469411, "2809884800"], [1702469435, "2818501768"], [1702469468, "2831097881"], [1702469504, "2844453311"], [1702469537, "2854112972"], [1702469573, "2863673913"], [1702469606, "2867859190"], [1702469633, "2874348991"], [1702469660, "2875978205"], [1702469684, "2881613988"], [1702469717, "2887546708"], [1702469753, "2891391231"], [1702469786, "2901703032"], [1702469816, "2920615689"], [1702469834, "2942099183"], [1702469864, "2949830196"], [1702469906, "2965759493"], [1702469936, "2972333621"], [1702469972, "2983005706"], [1702470005, "2986974269"], [1702470029, "2992912474"], [1702470065, "3008793310"], [1702470101, "3017494634"], [1702470131, "3027542543"], [1702470167, "3054248709"], [1702470203, "3061328987"], [1702470251, "3080691026"], [1702470278, "3095741045"], [1702470311, "3112561318"], [1702470347, "3120841460"], [1702470371, "3131881707"], [1702470404, "3145872558"], [1702470440, "3153165776"], [1702470476, "3161896000"], [1702470506, "3188247697"], [1702470542, "3203495189"], [1702470575, "3222125326"], [1702470611, "3240754758"], [1702470635, "3262583418"], [1702470662, "3274332538"], [1702470686, "3289750281"], [1702470719, "3304280686"], [1702470746, "3322663554"], [1702470812, "3369863619"], [1702470845, "3398423329"], [1702470875, "3425756352"], [1702470899, "3435105622"], [1702470953, "3472592157"], [1702470983, "3504146116"], [1702471025, "3536920231"], [1702471067, "3584203021"], [1702471169, "3649174680"], [1702471193, "3665997931"], [1702471226, "3681451423"], [1702471265, "3702523032"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "120976044"], [1702462721, "120976044"], [1702462736, "123468305"], [1702462751, "125197732"], [1702462763, "126996568"], [1702462793, "141163302"], [1702462808, "143620968"], [1702462829, "145781016"], [1702462844, "149733358"], [1702462865, "154024538"], [1702462880, "159322782"], [1702462904, "176448939"], [1702462919, "179431342"], [1702462952, "183058089"], [1702462973, "187800242"], [1702462988, "191430347"], [1702463045, "234667728"], [1702463081, "240149236"], [1702463114, "242262302"], [1702463150, "246878084"], [1702463186, "270772446"], [1702463216, "278981141"], [1702463240, "282320210"], [1702463273, "288771200"], [1702463324, "305129309"], [1702463354, "313349592"], [1702463381, "319783884"], [1702463417, "328328947"], [1702463453, "340480152"], [1702463477, "344239458"], [1702463510, "350306883"], [1702463537, "365375626"], [1702463570, "375088878"], [1702463591, "380277464"], [1702463621, "411006173"], [1702463657, "419384230"], [1702463693, "456353654"], [1702463729, "469645473"], [1702463765, "476198501"], [1702463798, "485625694"], [1702463846, "497117768"], [1702463873, "504637606"], [1702463906, "510899262"], [1702463948, "522478734"], [1702463984, "528653255"], [1702464014, "540201805"], [1702464050, "546412194"], [1702464086, "562956293"], [1702464122, "576319105"], [1702464155, "587339974"], [1702464194, "600986726"], [1702464230, "606137954"], [1702464263, "617330024"], [1702464299, "627882709"], [1702464332, "638097458"], [1702464356, "644398459"], [1702464392, "654081399"], [1702464425, "663631268"], [1702464455, "667833486"], [1702464479, "677303835"], [1702464509, "681034704"], [1702464533, "688880352"], [1702464569, "696216188"], [1702464605, "710820181"], [1702464635, "727132830"], [1702464671, "746039608"], [1702464716, "754041240"], [1702464743, "761409266"], [1702464776, "769594541"], [1702464812, "781177227"], [1702464836, "792700979"], [1702464869, "800942467"], [1702464905, "805725581"], [1702464926, "809068343"], [1702464956, "816175574"], [1702464992, "822839677"], [1702465016, "828927647"], [1702465049, "835992904"], [1702465085, "843769904"], [1702465118, "849968574"], [1702465145, "860207565"], [1702465178, "865623392"], [1702465208, "876786547"], [1702465241, "891487175"], [1702465298, "911349045"], [1702465334, "916994127"], [1702465367, "929064402"], [1702465394, "932117408"], [1702465418, "953107754"], [1702465445, "959696185"], [1702465481, "972478705"], [1702465517, "981664180"], [1702465550, "991356685"], [1702465586, "1003239967"], [1702465619, "1010771637"], [1702465658, "1034134138"], [1702465706, "1043241030"], [1702465754, "1057315558"], [1702465787, "1070748097"], [1702465823, "1077299967"], [1702465856, "1088107024"], [1702465880, "1093132300"], [1702465910, "1105322085"], [1702465952, "1116020565"], [1702465988, "1130299750"], [1702466015, "1142637432"], [1702466030, "1152730400"], [1702466060, "1162141801"], [1702466078, "1166139537"], [1702466138, "1180760616"], [1702466168, "1186014217"], [1702466204, "1193930504"], [1702466237, "1218909045"], [1702466261, "1224181798"], [1702466291, "1231628639"], [1702466327, "1247477276"], [1702466360, "1258745766"], [1702466384, "1269330916"], [1702466417, "1275881506"], [1702466441, "1286292952"], [1702466471, "1289516304"], [1702466507, "1316577059"], [1702466540, "1323424328"], [1702466597, "1337982900"], [1702466633, "1341463790"], [1702466666, "1347298783"], [1702466705, "1355693727"], [1702466732, "1359014753"], [1702466765, "1362680780"], [1702466801, "1371760543"], [1702466852, "1382458919"], [1702466876, "1388171192"], [1702466918, "1397773880"], [1702466978, "1406799513"], [1702467014, "1417405354"], [1702467038, "1420936595"], [1702467068, "1426773257"], [1702467122, "1444973348"], [1702467158, "1455838245"], [1702467191, "1474049693"], [1702467221, "1477760933"], [1702467257, "1485742421"], [1702467299, "1497170658"], [1702467350, "1513344653"], [1702467386, "1523580973"], [1702467419, "1532577797"], [1702467455, "1570849456"], [1702467515, "1585800291"], [1702467542, "1592964604"], [1702467566, "1597474534"], [1702467599, "1617143808"], [1702467635, "1623069812"], [1702467668, "1628308795"], [1702467695, "1635814834"], [1702467716, "1644308353"], [1702467746, "1654559487"], [1702467800, "1677711839"], [1702467824, "1689466350"], [1702467908, "1714009903"], [1702467944, "1720547523"], [1702467968, "1728103989"], [1702468001, "1732250244"], [1702468031, "1738002290"], [1702468067, "1745303181"], [1702468085, "1753072433"], [1702468115, "1758464738"], [1702468151, "1770962439"], [1702468181, "1784284912"], [1702468208, "1794270468"], [1702468241, "1804179424"], [1702468256, "1811171568"], [1702468286, "1816339363"], [1702468322, "1824327977"], [1702468352, "1828487440"], [1702468388, "1841574802"], [1702468424, "1854971616"], [1702468457, "1864118555"], [1702468493, "1881563042"], [1702468517, "1887562765"], [1702468550, "1889232898"], [1702468586, "1903441886"], [1702468613, "1912338520"], [1702468637, "1917292070"], [1702468679, "1926029744"], [1702468721, "1936817725"], [1702468730, "1943873237"], [1702468766, "1956536308"], [1702468799, "1968851580"], [1702468835, "1981845456"], [1702468898, "1997043352"], [1702468934, "2016269545"], [1702468970, "2027467804"], [1702468994, "2036248546"], [1702469024, "2040375556"], [1702469060, "2046600866"], [1702469111, "2062203442"], [1702469144, "2070720070"], [1702469168, "2076861036"], [1702469204, "2085407865"], [1702469237, "2095335883"], [1702469273, "2107250607"], [1702469303, "2124182217"], [1702469336, "2134306814"], [1702469360, "2151227827"], [1702469387, "2156434129"], [1702469411, "2166695400"], [1702469435, "2176434787"], [1702469468, "2187493617"], [1702469504, "2195005876"], [1702469537, "2205221418"], [1702469573, "2217452393"], [1702469606, "2224158048"], [1702469633, "2247045218"], [1702469660, "2262687747"], [1702469684, "2275444347"], [1702469717, "2283132288"], [1702469753, "2288159971"], [1702469786, "2295125726"], [1702469816, "2301845292"], [1702469834, "2313601023"], [1702469864, "2321291389"], [1702469906, "2336844880"], [1702469936, "2343666463"], [1702469972, "2370649921"], [1702470005, "2374028520"], [1702470029, "2382185618"], [1702470065, "2388671924"], [1702470101, "2405286817"], [1702470131, "2412225950"], [1702470167, "2424535798"], [1702470203, "2434449450"], [1702470251, "2447618417"], [1702470278, "2457444106"], [1702470311, "2467198016"], [1702470347, "2478423610"], [1702470371, "2486326090"], [1702470404, "2498926630"], [1702470440, "2503261129"], [1702470476, "2512026150"], [1702470506, "2521293766"], [1702470542, "2536194907"], [1702470575, "2545386304"], [1702470611, "2553205416"], [1702470635, "2573327261"], [1702470662, "2579461954"], [1702470686, "2585371465"], [1702470719, "2591600284"], [1702470746, "2601570470"], [1702470812, "2617786931"], [1702470845, "2626520376"], [1702470875, "2641021666"], [1702470899, "2648680861"], [1702470953, "2655610168"], [1702470983, "2666056746"], [1702471025, "2679762555"], [1702471067, "2705608806"], [1702471169, "2730290821"], [1702471193, "2733714460"], [1702471226, "2737354571"], [1702471265, "2746146109"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "406049"], [1702462793, "406049"], [1702462808, "406049"], [1702462829, "406049"], [1702462844, "406049"], [1702462865, "406049"], [1702462880, "406049"], [1702462904, "406049"], [1702462919, "406049"], [1702462952, "406049"], [1702462973, "406049"], [1702462988, "406049"], [1702463045, "748480"], [1702463081, "748480"], [1702463114, "748480"], [1702463150, "748480"], [1702463186, "748480"], [1702463216, "748480"], [1702463240, "748480"], [1702463273, "748480"], [1702463324, "748480"], [1702463354, "748480"], [1702463381, "748480"], [1702463417, "748480"], [1702463453, "748480"], [1702463477, "748480"], [1702463510, "748480"], [1702463537, "748480"], [1702463570, "748480"], [1702463591, "748480"], [1702463621, "748480"], [1702463657, "748480"], [1702463693, "748480"], [1702463729, "748480"], [1702463765, "748480"], [1702463798, "748480"], [1702463846, "748480"], [1702463873, "748480"], [1702463906, "748480"], [1702463948, "748480"], [1702463984, "748480"], [1702464014, "748480"], [1702464050, "748480"], [1702464086, "748480"], [1702464122, "748480"], [1702464155, "748480"], [1702464194, "748480"], [1702464230, "748480"], [1702464263, "748480"], [1702464299, "748480"], [1702464332, "748480"], [1702464356, "748480"], [1702464392, "748480"], [1702464425, "748480"], [1702464455, "748480"], [1702464479, "748480"], [1702464509, "748480"], [1702464533, "748480"], [1702464569, "748480"], [1702464605, "748480"], [1702464635, "748480"], [1702464671, "748480"], [1702464716, "748480"], [1702464743, "748480"], [1702464776, "748480"], [1702464812, "748480"], [1702464836, "748480"], [1702464869, "748480"], [1702464905, "748480"], [1702464926, "748480"], [1702464956, "748480"], [1702464992, "748480"], [1702465016, "748480"], [1702465049, "748480"], [1702465085, "748480"], [1702465118, "748480"], [1702465145, "748480"], [1702465178, "748480"], [1702465208, "748480"], [1702465241, "748480"], [1702465298, "748480"], [1702465334, "748480"], [1702465367, "748480"], [1702465394, "748480"], [1702465418, "748480"], [1702465445, "748480"], [1702465481, "748480"], [1702465517, "748480"], [1702465550, "748480"], [1702465586, "748480"], [1702465619, "748480"], [1702465658, "748480"], [1702465706, "748480"], [1702465754, "748480"], [1702465787, "748480"], [1702465823, "748480"], [1702465856, "748480"], [1702465880, "748480"], [1702465910, "748480"], [1702465952, "748480"], [1702465988, "748480"], [1702466015, "748480"], [1702466030, "748480"], [1702466060, "748480"], [1702466078, "748480"], [1702466138, "748480"], [1702466168, "748480"], [1702466204, "748480"], [1702466237, "748480"], [1702466261, "748480"], [1702466291, "748480"], [1702466327, "748480"], [1702466360, "748480"], [1702466384, "748480"], [1702466417, "748480"], [1702466441, "748480"], [1702466471, "748480"], [1702466507, "748480"], [1702466540, "748480"], [1702466597, "748480"], [1702466633, "748480"], [1702466666, "748480"], [1702466705, "748480"], [1702466732, "748480"], [1702466765, "748480"], [1702466801, "748480"], [1702466852, "748480"], [1702466876, "748480"], [1702466918, "748480"], [1702466978, "748480"], [1702467014, "748480"], [1702467038, "748480"], [1702467068, "748480"], [1702467122, "748480"], [1702467158, "748480"], [1702467191, "748480"], [1702467221, "748480"], [1702467257, "748480"], [1702467299, "748480"], [1702467350, "748480"], [1702467386, "748480"], [1702467419, "748480"], [1702467455, "748480"], [1702467515, "748480"], [1702467542, "748480"], [1702467566, "748480"], [1702467599, "748480"], [1702467635, "748480"], [1702467668, "748480"], [1702467695, "748480"], [1702467716, "748480"], [1702467746, "748480"], [1702467800, "748480"], [1702467824, "748480"], [1702467908, "748480"], [1702467944, "748480"], [1702467968, "748480"], [1702468001, "748480"], [1702468031, "748480"], [1702468067, "748480"], [1702468085, "748480"], [1702468115, "748480"], [1702468151, "748480"], [1702468181, "748480"], [1702468208, "748480"], [1702468241, "748480"], [1702468256, "748480"], [1702468286, "748480"], [1702468322, "748480"], [1702468352, "748480"], [1702468388, "748480"], [1702468424, "748480"], [1702468457, "748480"], [1702468493, "748480"], [1702468517, "748480"], [1702468550, "748480"], [1702468586, "748480"], [1702468613, "748480"], [1702468637, "748480"], [1702468679, "748480"], [1702468721, "748480"], [1702468730, "748480"], [1702468766, "748480"], [1702468799, "748480"], [1702468835, "748480"], [1702468898, "748480"], [1702468934, "748480"], [1702468970, "748480"], [1702468994, "748480"], [1702469024, "748480"], [1702469060, "748480"], [1702469111, "748480"], [1702469144, "748480"], [1702469168, "748480"], [1702469204, "748480"], [1702469237, "748480"], [1702469273, "748480"], [1702469303, "748480"], [1702469336, "748480"], [1702469360, "748480"], [1702469387, "748480"], [1702469411, "748480"], [1702469435, "748480"], [1702469468, "748480"], [1702469504, "748480"], [1702469537, "748480"], [1702469573, "748480"], [1702469606, "748480"], [1702469633, "748480"], [1702469660, "748480"], [1702469684, "748480"], [1702469717, "748480"], [1702469753, "748480"], [1702469786, "748480"], [1702469816, "748480"], [1702469834, "748480"], [1702469864, "748480"], [1702469906, "748480"], [1702469936, "748480"], [1702469972, "748480"], [1702470005, "748480"], [1702470029, "748480"], [1702470065, "748480"], [1702470101, "748480"], [1702470131, "748480"], [1702470167, "748480"], [1702470203, "748480"], [1702470251, "748480"], [1702470278, "748480"], [1702470311, "748480"], [1702470347, "748480"], [1702470371, "748480"], [1702470404, "748480"], [1702470440, "748480"], [1702470476, "748480"], [1702470506, "748480"], [1702470542, "748480"], [1702470575, "748480"], [1702470611, "748480"], [1702470635, "748480"], [1702470662, "748480"], [1702470686, "748480"], [1702470719, "748480"], [1702470746, "748480"], [1702470812, "748480"], [1702470845, "748480"], [1702470875, "748480"], [1702470899, "748480"], [1702470953, "748480"], [1702470983, "748480"], [1702471025, "748480"], [1702471067, "748480"], [1702471169, "748480"], [1702471193, "748480"], [1702471226, "748480"], [1702471265, "748480"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "406049"], [1702462721, "406049"], [1702462736, "406049"], [1702462751, "406049"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "59802323"], [1702462721, "59802323"], [1702462736, "59802323"], [1702462751, "60173366"], [1702462763, "60173366"], [1702462793, "60173366"], [1702462808, "60173366"], [1702462829, "60173366"], [1702462844, "60173366"], [1702462865, "60173366"], [1702462880, "60173366"], [1702462904, "60173366"], [1702462919, "60173366"], [1702462952, "60173366"], [1702462973, "61543211"], [1702462988, "61543211"], [1702463045, "89181995"], [1702463081, "89181995"], [1702463114, "95458528"], [1702463150, "95458528"], [1702463186, "95458528"], [1702463216, "95458528"], [1702463240, "95458528"], [1702463273, "95458528"], [1702463324, "104052613"], [1702463354, "104052613"], [1702463381, "125336834"], [1702463417, "125336834"], [1702463453, "163022130"], [1702463477, "163022130"], [1702463510, "163022130"], [1702463537, "163022130"], [1702463570, "163022130"], [1702463591, "163022130"], [1702463621, "163022130"], [1702463657, "163022130"], [1702463693, "163022130"], [1702463729, "177324240"], [1702463765, "177324240"], [1702463798, "177324240"], [1702463846, "177324240"], [1702463873, "177324240"], [1702463906, "177324240"], [1702463948, "177324240"], [1702463984, "177324240"], [1702464014, "177324240"], [1702464050, "185468888"], [1702464086, "185468888"], [1702464122, "185468888"], [1702464155, "185526822"], [1702464194, "185526822"], [1702464230, "276377488"], [1702464263, "276377488"], [1702464299, "276377488"], [1702464332, "276377488"], [1702464356, "279018264"], [1702464392, "279018264"], [1702464425, "279018264"], [1702464455, "279018264"], [1702464479, "279018264"], [1702464509, "279018264"], [1702464533, "284964128"], [1702464569, "284964128"], [1702464605, "284964128"], [1702464635, "284964128"], [1702464671, "284964128"], [1702464716, "284964128"], [1702464743, "284964128"], [1702464776, "284964128"], [1702464812, "284964128"], [1702464836, "319976714"], [1702464869, "319976714"], [1702464905, "329858443"], [1702464926, "329956409"], [1702464956, "333637988"], [1702464992, "333637988"], [1702465016, "350214099"], [1702465049, "350214099"], [1702465085, "350214099"], [1702465118, "350214099"], [1702465145, "350214099"], [1702465178, "350214099"], [1702465208, "350214099"], [1702465241, "350214099"], [1702465298, "350214099"], [1702465334, "350214099"], [1702465367, "350214099"], [1702465394, "350307130"], [1702465418, "351259472"], [1702465445, "351259472"], [1702465481, "351259472"], [1702465517, "351259472"], [1702465550, "351259472"], [1702465586, "351259472"], [1702465619, "357980898"], [1702465658, "357980898"], [1702465706, "357980898"], [1702465754, "357980898"], [1702465787, "374914827"], [1702465823, "374914827"], [1702465856, "374914827"], [1702465880, "374914827"], [1702465910, "374914827"], [1702465952, "374914827"], [1702465988, "374914827"], [1702466015, "374914827"], [1702466030, "374914827"], [1702466060, "374914827"], [1702466078, "374914827"], [1702466138, "374914827"], [1702466168, "374914827"], [1702466204, "374914827"], [1702466237, "374914827"], [1702466261, "395296490"], [1702466291, "395296490"], [1702466327, "395296490"], [1702466360, "395296490"], [1702466384, "395296490"], [1702466417, "395296490"], [1702466441, "492368825"], [1702466471, "492368825"], [1702466507, "492368825"], [1702466540, "492368825"], [1702466597, "492368825"], [1702466633, "506193431"], [1702466666, "506193431"], [1702466705, "506193431"], [1702466732, "506193431"], [1702466765, "506897957"], [1702466801, "506897957"], [1702466852, "506897957"], [1702466876, "506897957"], [1702466918, "506897957"], [1702466978, "506897957"], [1702467014, "506897957"], [1702467038, "506897957"], [1702467068, "506897957"], [1702467122, "506897957"], [1702467158, "506897957"], [1702467191, "508343458"], [1702467221, "508343458"], [1702467257, "508343458"], [1702467299, "508343458"], [1702467350, "510642451"], [1702467386, "510642451"], [1702467419, "510642451"], [1702467455, "522573813"], [1702467515, "522573813"], [1702467542, "522573813"], [1702467566, "522728170"], [1702467599, "522728170"], [1702467635, "522728170"], [1702467668, "532722796"], [1702467695, "532722796"], [1702467716, "554696402"], [1702467746, "554696402"], [1702467800, "554696402"], [1702467824, "554696402"], [1702467908, "562934490"], [1702467944, "562934490"], [1702467968, "562934490"], [1702468001, "562934490"], [1702468031, "562934490"], [1702468067, "563022712"], [1702468085, "563022712"], [1702468115, "563022712"], [1702468151, "563022712"], [1702468181, "563022712"], [1702468208, "563022712"], [1702468241, "563022712"], [1702468256, "563022712"], [1702468286, "563022712"], [1702468322, "563022712"], [1702468352, "563022712"], [1702468388, "579029176"], [1702468424, "579029176"], [1702468457, "579029176"], [1702468493, "579029176"], [1702468517, "579029176"], [1702468550, "579029176"], [1702468586, "579029176"], [1702468613, "579029176"], [1702468637, "579029176"], [1702468679, "579029176"], [1702468721, "579029176"], [1702468730, "579029176"], [1702468766, "579029176"], [1702468799, "579029176"], [1702468835, "579029176"], [1702468898, "582895888"], [1702468934, "582895888"], [1702468970, "598510497"], [1702468994, "598510497"], [1702469024, "599115059"], [1702469060, "599115059"], [1702469111, "599115059"], [1702469144, "599115059"], [1702469168, "599115059"], [1702469204, "599115059"], [1702469237, "599115059"], [1702469273, "599337375"], [1702469303, "599337375"], [1702469336, "599337375"], [1702469360, "599337375"], [1702469387, "599337375"], [1702469411, "599337375"], [1702469435, "599337375"], [1702469468, "599337375"], [1702469504, "599337375"], [1702469537, "599405708"], [1702469573, "605949345"], [1702469606, "605949345"], [1702469633, "605949345"], [1702469660, "605949345"], [1702469684, "605949345"], [1702469717, "605949345"], [1702469753, "611453466"], [1702469786, "611453466"], [1702469816, "611453466"], [1702469834, "611453466"], [1702469864, "611453466"], [1702469906, "611453466"], [1702469936, "611453466"], [1702469972, "611453466"], [1702470005, "611453466"], [1702470029, "611453466"], [1702470065, "611453466"], [1702470101, "611453466"], [1702470131, "611453466"], [1702470167, "611453466"], [1702470203, "611453466"], [1702470251, "611453466"], [1702470278, "611453466"], [1702470311, "611453466"], [1702470347, "611453466"], [1702470371, "611530581"], [1702470404, "611530581"], [1702470440, "611530581"], [1702470476, "611530581"], [1702470506, "611530581"], [1702470542, "611530581"], [1702470575, "611530581"], [1702470611, "611530581"], [1702470635, "611530581"], [1702470662, "611530581"], [1702470686, "611530581"], [1702470719, "611530581"], [1702470746, "611530581"], [1702470812, "658488658"], [1702470845, "666869265"], [1702470875, "666869265"], [1702470899, "666869265"], [1702470953, "676988754"], [1702470983, "676988754"], [1702471025, "676988754"], [1702471067, "702673502"], [1702471169, "702673502"], [1702471193, "702673502"], [1702471226, "702673502"], [1702471265, "702673502"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "49892999284"], [1702462721, "52619023060"], [1702462736, "56041957670"], [1702462751, "60680632690"], [1702462763, "64479116815"], [1702462793, "69832053356"], [1702462808, "72330057394"], [1702462829, "76289348965"], [1702462844, "78284759441"], [1702462865, "81191961209"], [1702462880, "83621938922"], [1702462904, "89996629590"], [1702462919, "91558426614"], [1702462952, "98071392263"], [1702462973, "100409773514"], [1702462988, "103730139707"], [1702463045, "114849412596"], [1702463081, "120650202685"], [1702463114, "125783155167"], [1702463150, "133793735928"], [1702463186, "140784796731"], [1702463216, "146930403002"], [1702463240, "151903165908"], [1702463273, "157775635018"], [1702463324, "168812416585"], [1702463354, "173725106536"], [1702463381, "179012127110"], [1702463417, "186660271771"], [1702463453, "194591798419"], [1702463477, "200473643903"], [1702463510, "205725484845"], [1702463537, "211803773587"], [1702463570, "216858968159"], [1702463591, "222357683601"], [1702463621, "226850817230"], [1702463657, "232783750667"], [1702463693, "237827564452"], [1702463729, "245437070434"], [1702463765, "253042747796"], [1702463798, "259878489556"], [1702463846, "267379870168"], [1702463873, "273434485694"], [1702463906, "279624730481"], [1702463948, "288195917617"], [1702463984, "294845450353"], [1702464014, "300309492593"], [1702464050, "305941804723"], [1702464086, "316079766454"], [1702464122, "324881127292"], [1702464155, "331093554811"], [1702464194, "340260939940"], [1702464230, "345902247228"], [1702464263, "353051669939"], [1702464299, "360199836600"], [1702464332, "366969570679"], [1702464356, "370512265698"], [1702464392, "375209100729"], [1702464425, "381263222417"], [1702464455, "387969080780"], [1702464479, "393652643389"], [1702464509, "398268897540"], [1702464533, "404000275707"], [1702464569, "409885310266"], [1702464605, "417296440761"], [1702464635, "423332981151"], [1702464671, "430091538260"], [1702464716, "437252056917"], [1702464743, "445080574137"], [1702464776, "449508400400"], [1702464812, "457074368377"], [1702464836, "463702988301"], [1702464869, "469305591897"], [1702464905, "475945050981"], [1702464926, "483399314001"], [1702464956, "489323120302"], [1702464992, "497525616976"], [1702465016, "503837798267"], [1702465049, "508719467083"], [1702465085, "514238048459"], [1702465118, "518256997266"], [1702465145, "524354658836"], [1702465178, "528035395566"], [1702465208, "535078288851"], [1702465241, "542822955667"], [1702465298, "552963145480"], [1702465334, "559971828958"], [1702465367, "567612655203"], [1702465394, "572173264329"], [1702465418, "578315195296"], [1702465445, "582314144524"], [1702465481, "592121620704"], [1702465517, "597661781629"], [1702465550, "603921700458"], [1702465586, "612349078990"], [1702465619, "619751799049"], [1702465658, "627922406245"], [1702465706, "634836604796"], [1702465754, "645668062732"], [1702465787, "651705969983"], [1702465823, "658064744316"], [1702465856, "663379710614"], [1702465880, "667096196827"], [1702465910, "672825663805"], [1702465952, "679897168033"], [1702465988, "686782403756"], [1702466015, "692725387131"], [1702466030, "697985022245"], [1702466060, "700845626921"], [1702466078, "706674785849"], [1702466138, "717879087948"], [1702466168, "723808911692"], [1702466204, "729653233176"], [1702466237, "735785514233"], [1702466261, "740103335115"], [1702466291, "745718383392"], [1702466327, "751274770740"], [1702466360, "757961458370"], [1702466384, "772030552000"], [1702466417, "779451104908"], [1702466441, "786271090761"], [1702466471, "791827131049"], [1702466507, "800380682850"], [1702466540, "806002271935"], [1702466597, "815736226213"], [1702466633, "820852757925"], [1702466666, "827199129971"], [1702466705, "835365805216"], [1702466732, "842812039473"], [1702466765, "849312290429"], [1702466801, "862050379971"], [1702466852, "872457716703"], [1702466876, "879493056755"], [1702466918, "887591304274"], [1702466978, "899114952719"], [1702467014, "904297772625"], [1702467038, "910247784465"], [1702467068, "917385165883"], [1702467122, "927195883911"], [1702467158, "932292308620"], [1702467191, "939363584778"], [1702467221, "946354094310"], [1702467257, "953769510963"], [1702467299, "959999945282"], [1702467350, "968230553544"], [1702467386, "975187518474"], [1702467419, "981711647486"], [1702467455, "989937569759"], [1702467515, "1003134113218"], [1702467542, "1009129924513"], [1702467566, "1015302872173"], [1702467599, "1021347659301"], [1702467635, "1027348035239"], [1702467668, "1033759510228"], [1702467695, "1038716429120"], [1702467716, "1043974342810"], [1702467746, "1048512336214"], [1702467800, "1058286002954"], [1702467824, "1065470104699"], [1702467908, "1083901243854"], [1702467944, "1090186032189"], [1702467968, "1097463957891"], [1702468001, "1102065021577"], [1702468031, "1108405571622"], [1702468067, "1112998435831"], [1702468085, "1117905739985"], [1702468115, "1123505539583"], [1702468151, "1130135398808"], [1702468181, "1137195525371"], [1702468208, "1142728276276"], [1702468241, "1149674597617"], [1702468256, "1154428034148"], [1702468286, "1158038132443"], [1702468322, "1166416827308"], [1702468352, "1175698479985"], [1702468388, "1181265402004"], [1702468424, "1188131835353"], [1702468457, "1193058893554"], [1702468493, "1201053946737"], [1702468517, "1206844852553"], [1702468550, "1211503979098"], [1702468586, "1219587377214"], [1702468613, "1226661602309"], [1702468637, "1230843797734"], [1702468679, "1238001064022"], [1702468721, "1244737488637"], [1702468730, "1250301385606"], [1702468766, "1254426509744"], [1702468799, "1260136574830"], [1702468835, "1266080334202"], [1702468898, "1276666445726"], [1702468934, "1285298532880"], [1702468970, "1292972306549"], [1702468994, "1300453554011"], [1702469024, "1309382969483"], [1702469060, "1315666295854"], [1702469111, "1325973284792"], [1702469144, "1331225442024"], [1702469168, "1334356893380"], [1702469204, "1341873943455"], [1702469237, "1347698452380"], [1702469273, "1352832414779"], [1702469303, "1361077881110"], [1702469336, "1367689135300"], [1702469360, "1374616416917"], [1702469387, "1378256686490"], [1702469411, "1382738282033"], [1702469435, "1389145168643"], [1702469468, "1396526694308"], [1702469504, "11924747531501"], [1702469537, "12027022061910"], [1702469573, "12116838949525"], [1702469606, "12191752727766"], [1702469633, "12255845717464"], [1702469660, "12315446764609"], [1702469684, "12365782086393"], [1702469717, "12395074646401"], [1702469753, "12429855091326"], [1702469786, "12468656860440"], [1702469816, "12500377666082"], [1702469834, "12549508845266"], [1702469864, "12591320252136"], [1702469906, "12683958669813"], [1702469936, "12739290741534"], [1702469972, "12833464667491"], [1702470005, "12927972346244"], [1702470029, "12981866740359"], [1702470065, "13055649944507"], [1702470101, "13121609696085"], [1702470131, "13174089947793"], [1702470167, "13226150971417"], [1702470203, "13264001037187"], [1702470251, "13298133431465"], [1702470278, "13332768397897"], [1702470311, "13410536099638"], [1702470347, "13491839648458"], [1702470371, "13576975474134"], [1702470404, "13636468525239"], [1702470440, "13727028830148"], [1702470476, "13792322916312"], [1702470506, "13868848733163"], [1702470542, "13937493653773"], [1702470575, "13983868848709"], [1702470611, "14018183166248"], [1702470635, "14057476202106"], [1702470662, "14077197228127"], [1702470686, "14101084325088"], [1702470719, "14137836111956"], [1702470746, "14206159061067"], [1702470812, "14291484750902"], [1702470845, "14322872087466"], [1702470875, "14358209082884"], [1702470899, "14411795222293"], [1702470953, "14538236003852"], [1702470983, "14564580335369"], [1702471025, "14602114323939"], [1702471067, "14652544245720"], [1702471169, "14830494238758"], [1702471193, "14859471778905"], [1702471226, "14901305010394"], [1702471265, "14971817462834"]]}], "kepler_container_dram_joules_total": [{"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.276"], [1702462721, "0.276"], [1702462736, "0.276"], [1702462751, "0.276"], [1702462763, "0.276"], [1702462793, "0.276"], [1702462808, "0.276"], [1702462829, "0.276"], [1702462844, "0.276"], [1702462865, "0.276"], [1702462880, "0.276"], [1702462904, "0.276"], [1702462919, "0.276"], [1702462952, "0.276"], [1702462973, "0.276"], [1702462988, "0.276"], [1702463045, "0.276"], [1702463081, "0.276"], [1702463114, "0.276"], [1702463150, "0.276"], [1702463186, "0.276"], [1702463216, "0.276"], [1702463240, "0.276"], [1702463273, "0.276"], [1702463324, "0.276"], [1702463354, "0.276"], [1702463381, "0.669"], [1702463417, "0.669"], [1702463453, "0.669"], [1702463477, "0.669"], [1702463510, "0.669"], [1702463537, "0.669"], [1702463570, "0.669"], [1702463591, "0.669"], [1702463621, "0.669"], [1702463657, "0.669"], [1702463693, "0.669"], [1702463729, "0.669"], [1702463765, "0.669"], [1702463798, "0.669"], [1702463846, "0.669"], [1702463873, "0.669"], [1702463906, "0.669"], [1702463948, "0.669"], [1702463984, "0.669"], [1702464014, "0.669"], [1702464050, "0.669"], [1702464086, "0.669"], [1702464122, "0.669"], [1702464155, "0.669"], [1702464194, "0.669"], [1702464230, "0.669"], [1702464263, "0.669"], [1702464299, "0.669"], [1702464332, "0.669"], [1702464356, "0.669"], [1702464392, "0.669"], [1702464425, "0.669"], [1702464455, "0.669"], [1702464479, "0.669"], [1702464509, "0.669"], [1702464533, "0.669"], [1702464569, "0.669"], [1702464605, "0.669"], [1702464635, "0.669"], [1702464671, "0.669"], [1702464716, "0.669"], [1702464743, "0.669"], [1702464776, "0.669"], [1702464812, "0.669"], [1702464836, "0.669"], [1702464869, "0.669"], [1702464905, "0.669"], [1702464926, "0.669"], [1702464956, "0.669"], [1702464992, "0.669"], [1702465016, "0.669"], [1702465049, "0.669"], [1702465085, "0.669"], [1702465118, "0.669"], [1702465145, "0.669"], [1702465178, "0.669"], [1702465208, "0.669"], [1702465241, "0.669"], [1702465298, "0.669"], [1702465334, "0.669"], [1702465367, "0.669"], [1702465394, "0.669"], [1702465418, "0.669"], [1702465445, "0.669"], [1702465481, "0.669"], [1702465517, "0.669"], [1702465550, "0.669"], [1702465586, "0.669"], [1702465619, "0.669"], [1702465658, "0.669"], [1702465706, "0.669"], [1702465754, "0.669"], [1702465787, "0.669"], [1702465823, "0.669"], [1702465856, "0.669"], [1702465880, "0.669"], [1702465910, "0.669"], [1702465952, "0.669"], [1702465988, "0.669"], [1702466015, "0.669"], [1702466030, "0.669"], [1702466060, "0.669"], [1702466078, "0.669"], [1702466138, "0.669"], [1702466168, "0.669"], [1702466204, "0.669"], [1702466237, "0.669"], [1702466261, "0.669"], [1702466291, "0.669"], [1702466327, "0.669"], [1702466360, "0.669"], [1702466384, "0.669"], [1702466417, "0.669"], [1702466441, "0.669"], [1702466471, "0.669"], [1702466507, "0.669"], [1702466540, "0.669"], [1702466597, "0.669"], [1702466633, "0.669"], [1702466666, "0.669"], [1702466705, "0.669"], [1702466732, "0.669"], [1702466765, "0.669"], [1702466801, "0.669"], [1702466852, "0.669"], [1702466876, "0.669"], [1702466918, "0.669"], [1702466978, "0.669"], [1702467014, "0.669"], [1702467038, "0.669"], [1702467068, "0.669"], [1702467122, "0.669"], [1702467158, "0.669"], [1702467191, "0.669"], [1702467221, "0.669"], [1702467257, "0.669"], [1702467299, "0.669"], [1702467350, "0.669"], [1702467386, "0.669"], [1702467419, "0.669"], [1702467455, "0.669"], [1702467515, "0.669"], [1702467542, "0.669"], [1702467566, "0.669"], [1702467599, "0.669"], [1702467635, "0.669"], [1702467668, "0.669"], [1702467695, "0.669"], [1702467716, "0.669"], [1702467746, "0.669"], [1702467800, "0.669"], [1702467824, "0.669"], [1702467908, "0.669"], [1702467944, "0.669"], [1702467968, "0.669"], [1702468001, "0.669"], [1702468031, "0.669"], [1702468067, "0.669"], [1702468085, "0.669"], [1702468115, "0.669"], [1702468151, "0.669"], [1702468181, "0.669"], [1702468208, "0.669"], [1702468241, "0.669"], [1702468256, "0.669"], [1702468286, "0.669"], [1702468322, "0.669"], [1702468352, "0.669"], [1702468388, "0.669"], [1702468424, "0.669"], [1702468457, "0.669"], [1702468493, "0.669"], [1702468517, "0.669"], [1702468550, "0.669"], [1702468586, "0.669"], [1702468613, "0.669"], [1702468637, "0.669"], [1702468679, "0.669"], [1702468721, "0.669"], [1702468730, "0.669"], [1702468766, "0.669"], [1702468799, "0.669"], [1702468835, "0.669"], [1702468898, "0.669"], [1702468934, "0.669"], [1702468970, "0.669"], [1702468994, "0.669"], [1702469024, "0.669"], [1702469060, "0.669"], [1702469111, "0.669"], [1702469144, "0.669"], [1702469168, "0.669"], [1702469204, "0.669"], [1702469237, "0.669"], [1702469273, "0.669"], [1702469303, "0.669"], [1702469336, "0.669"], [1702469360, "0.669"], [1702469387, "0.669"], [1702469411, "0.669"], [1702469435, "0.669"], [1702469468, "0.669"], [1702469504, "0.669"], [1702469537, "0.669"], [1702469573, "0.669"], [1702469606, "0.669"], [1702469633, "0.669"], [1702469660, "0.669"], [1702469684, "0.669"], [1702469717, "0.669"], [1702469753, "0.669"], [1702469786, "0.669"], [1702469816, "0.669"], [1702469834, "0.669"], [1702469864, "0.669"], [1702469906, "0.669"], [1702469936, "0.669"], [1702469972, "0.669"], [1702470005, "0.669"], [1702470029, "0.669"], [1702470065, "0.669"], [1702470101, "0.669"], [1702470131, "0.669"], [1702470167, "0.669"], [1702470203, "0.669"], [1702470251, "0.669"], [1702470278, "0.669"], [1702470311, "0.669"], [1702470347, "0.669"], [1702470371, "0.669"], [1702470404, "0.669"], [1702470440, "0.669"], [1702470476, "0.669"], [1702470506, "0.669"], [1702470542, "0.669"], [1702470575, "0.669"], [1702470611, "0.669"], [1702470635, "0.669"], [1702470662, "0.669"], [1702470686, "0.669"], [1702470719, "0.669"], [1702470746, "0.669"], [1702470812, "0.669"], [1702470845, "0.669"], [1702470875, "0.669"], [1702470899, "0.669"], [1702470953, "0.669"], [1702470983, "0.669"], [1702471025, "0.669"], [1702471067, "0.669"], [1702471169, "0.669"], [1702471193, "0.669"], [1702471226, "0.669"], [1702471265, "0.669"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "208.959"], [1702462721, "218.073"], [1702462736, "227.187"], [1702462751, "236.301"], [1702462763, "245.22"], [1702462793, "262.875"], [1702462808, "271.611"], [1702462829, "280.347"], [1702462844, "288.732"], [1702462865, "297.117"], [1702462880, "305.502"], [1702462904, "322.272"], [1702462919, "330.657"], [1702462952, "347.427"], [1702462973, "355.812"], [1702462988, "364.197"], [1702463045, "389.352"], [1702463081, "406.122"], [1702463114, "422.892"], [1702463150, "439.662"], [1702463186, "456.432"], [1702463216, "473.202"], [1702463240, "489.972"], [1702463273, "506.742"], [1702463324, "531.897"], [1702463354, "548.667"], [1702463381, "565.437"], [1702463417, "582.207"], [1702463453, "598.977"], [1702463477, "615.747"], [1702463510, "632.517"], [1702463537, "649.287"], [1702463570, "666.057"], [1702463591, "682.827"], [1702463621, "699.597"], [1702463657, "716.367"], [1702463693, "733.137"], [1702463729, "749.907"], [1702463765, "766.677"], [1702463798, "783.447"], [1702463846, "808.602"], [1702463873, "825.372"], [1702463906, "842.142"], [1702463948, "867.297"], [1702463984, "884.067"], [1702464014, "900.837"], [1702464050, "917.607"], [1702464086, "934.377"], [1702464122, "951.147"], [1702464155, "967.917"], [1702464194, "993.072"], [1702464230, "1009.842"], [1702464263, "1026.612"], [1702464299, "1043.382"], [1702464332, "1060.152"], [1702464356, "1076.922"], [1702464392, "1093.692"], [1702464425, "1110.462"], [1702464455, "1127.232"], [1702464479, "1144.002"], [1702464509, "1160.772"], [1702464533, "1177.542"], [1702464569, "1194.312"], [1702464605, "1211.082"], [1702464635, "1227.852"], [1702464671, "1244.622"], [1702464716, "1261.392"], [1702464743, "1278.162"], [1702464776, "1294.932"], [1702464812, "1311.702"], [1702464836, "1328.472"], [1702464869, "1345.242"], [1702464905, "1362.012"], [1702464926, "1378.782"], [1702464956, "1395.552"], [1702464992, "1412.322"], [1702465016, "1429.092"], [1702465049, "1445.862"], [1702465085, "1462.632"], [1702465118, "1479.402"], [1702465145, "1496.172"], [1702465178, "1512.942"], [1702465208, "1529.712"], [1702465241, "1546.482"], [1702465298, "1571.637"], [1702465334, "1588.407"], [1702465367, "1605.177"], [1702465394, "1621.947"], [1702465418, "1638.717"], [1702465445, "1655.487"], [1702465481, "1672.257"], [1702465517, "1689.027"], [1702465550, "1705.797"], [1702465586, "1722.567"], [1702465619, "1739.337"], [1702465658, "1756.107"], [1702465706, "1772.877"], [1702465754, "1798.032"], [1702465787, "1814.802"], [1702465823, "1831.572"], [1702465856, "1848.342"], [1702465880, "1865.112"], [1702465910, "1881.882"], [1702465952, "1898.652"], [1702465988, "1915.422"], [1702466015, "1932.192"], [1702466030, "1948.962"], [1702466060, "1965.732"], [1702466078, "1982.502"], [1702466138, "2007.657"], [1702466168, "2024.427"], [1702466204, "2041.197"], [1702466237, "2057.967"], [1702466261, "2074.737"], [1702466291, "2091.507"], [1702466327, "2108.277"], [1702466360, "2125.047"], [1702466384, "2141.817"], [1702466417, "2158.587"], [1702466441, "2175.357"], [1702466471, "2192.127"], [1702466507, "2208.897"], [1702466540, "2225.667"], [1702466597, "2250.822"], [1702466633, "2267.592"], [1702466666, "2284.362"], [1702466705, "2301.132"], [1702466732, "2317.902"], [1702466765, "2334.672"], [1702466801, "2351.442"], [1702466852, "2376.597"], [1702466876, "2393.367"], [1702466918, "2410.137"], [1702466978, "2443.677"], [1702467014, "2460.447"], [1702467038, "2477.217"], [1702467068, "2493.987"], [1702467122, "2519.142"], [1702467158, "2535.912"], [1702467191, "2552.682"], [1702467221, "2569.452"], [1702467257, "2586.222"], [1702467299, "2602.992"], [1702467350, "2628.147"], [1702467386, "2644.917"], [1702467419, "2661.687"], [1702467455, "2678.457"], [1702467515, "2711.997"], [1702467542, "2728.767"], [1702467566, "2745.537"], [1702467599, "2762.307"], [1702467635, "2779.077"], [1702467668, "2795.847"], [1702467695, "2812.617"], [1702467716, "2829.387"], [1702467746, "2846.157"], [1702467800, "2871.312"], [1702467824, "2888.082"], [1702467908, "2930.007"], [1702467944, "2946.777"], [1702467968, "2963.547"], [1702468001, "2980.317"], [1702468031, "2997.087"], [1702468067, "3013.857"], [1702468085, "3030.627"], [1702468115, "3047.397"], [1702468151, "3064.167"], [1702468181, "3080.937"], [1702468208, "3097.707"], [1702468241, "3114.477"], [1702468256, "3131.247"], [1702468286, "3148.017"], [1702468322, "3164.787"], [1702468352, "3181.557"], [1702468388, "3198.327"], [1702468424, "3215.097"], [1702468457, "3231.867"], [1702468493, "3248.637"], [1702468517, "3265.407"], [1702468550, "3282.177"], [1702468586, "3298.947"], [1702468613, "3315.717"], [1702468637, "3332.487"], [1702468679, "3349.257"], [1702468721, "3366.027"], [1702468730, "3374.412"], [1702468766, "3391.182"], [1702468799, "3407.952"], [1702468835, "3424.722"], [1702468898, "3449.877"], [1702468934, "3466.647"], [1702468970, "3483.417"], [1702468994, "3500.187"], [1702469024, "3516.957"], [1702469060, "3533.727"], [1702469111, "3558.882"], [1702469144, "3575.652"], [1702469168, "3592.422"], [1702469204, "3609.192"], [1702469237, "3625.962"], [1702469273, "3642.732"], [1702469303, "3659.502"], [1702469336, "3676.272"], [1702469360, "3693.042"], [1702469387, "3709.812"], [1702469411, "3726.582"], [1702469435, "3743.352"], [1702469468, "3760.122"], [1702469504, "3776.892"], [1702469537, "3793.662"], [1702469573, "3810.432"], [1702469606, "3827.202"], [1702469633, "3843.972"], [1702469660, "3860.742"], [1702469684, "3877.512"], [1702469717, "3894.282"], [1702469753, "3911.052"], [1702469786, "3927.822"], [1702469816, "3944.592"], [1702469834, "3961.362"], [1702469864, "3978.132"], [1702469906, "4003.287"], [1702469936, "4020.057"], [1702469972, "4036.827"], [1702470005, "4053.597"], [1702470029, "4070.367"], [1702470065, "4087.137"], [1702470101, "4103.907"], [1702470131, "4120.677"], [1702470167, "4137.447"], [1702470203, "4154.217"], [1702470251, "4179.372"], [1702470278, "4196.142"], [1702470311, "4212.912"], [1702470347, "4229.682"], [1702470371, "4246.452"], [1702470404, "4263.222"], [1702470440, "4279.992"], [1702470476, "4296.762"], [1702470506, "4313.532"], [1702470542, "4330.302"], [1702470575, "4347.072"], [1702470611, "4363.842"], [1702470635, "4380.612"], [1702470662, "4397.382"], [1702470686, "4414.152"], [1702470719, "4430.922"], [1702470746, "4447.692"], [1702470812, "4481.232"], [1702470845, "4498.002"], [1702470875, "4514.772"], [1702470899, "4531.542"], [1702470953, "4556.697"], [1702470983, "4573.467"], [1702471025, "4590.237"], [1702471067, "4615.392"], [1702471169, "4657.317"], [1702471193, "4674.087"], [1702471226, "4690.857"], [1702471265, "4707.627"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "20.514"], [1702462721, "20.622"], [1702462736, "20.799"], [1702462751, "24.243"], [1702462763, "24.246"], [1702462793, "25.035"], [1702462808, "25.662"], [1702462829, "25.74"], [1702462844, "26.325"], [1702462865, "26.532"], [1702462880, "27.279"], [1702462904, "27.693"], [1702462919, "27.894"], [1702462952, "32.016"], [1702462973, "32.19"], [1702462988, "32.769"], [1702463045, "34.458"], [1702463081, "35.415"], [1702463114, "36.417"], [1702463150, "37.032"], [1702463186, "37.677"], [1702463216, "40.578"], [1702463240, "40.83"], [1702463273, "41.934"], [1702463324, "45.129"], [1702463354, "45.582"], [1702463381, "46.197"], [1702463417, "46.899"], [1702463453, "48.129"], [1702463477, "48.711"], [1702463510, "49.611"], [1702463537, "49.773"], [1702463570, "50.586"], [1702463591, "51.381"], [1702463621, "52.179"], [1702463657, "52.707"], [1702463693, "54.033"], [1702463729, "56.115"], [1702463765, "57.804"], [1702463798, "59.28"], [1702463846, "60.327"], [1702463873, "60.93"], [1702463906, "62.022"], [1702463948, "62.898"], [1702463984, "63.549"], [1702464014, "64.197"], [1702464050, "64.917"], [1702464086, "67.344"], [1702464122, "68.031"], [1702464155, "68.907"], [1702464194, "69.93"], [1702464230, "70.461"], [1702464263, "71.376"], [1702464299, "72.219"], [1702464332, "72.63"], [1702464356, "72.939"], [1702464392, "74.01"], [1702464425, "74.559"], [1702464455, "75.648"], [1702464479, "76.167"], [1702464509, "76.347"], [1702464533, "76.92"], [1702464569, "77.619"], [1702464605, "78.429"], [1702464635, "78.699"], [1702464671, "81.489"], [1702464716, "83.022"], [1702464743, "83.622"], [1702464776, "85.419"], [1702464812, "88.191"], [1702464836, "88.959"], [1702464869, "90.165"], [1702464905, "92.265"], [1702464926, "92.403"], [1702464956, "92.613"], [1702464992, "93.813"], [1702465016, "94.464"], [1702465049, "95.238"], [1702465085, "96.273"], [1702465118, "97.182"], [1702465145, "99.06"], [1702465178, "100.584"], [1702465208, "101.373"], [1702465241, "102.606"], [1702465298, "104.547"], [1702465334, "105.87"], [1702465367, "106.887"], [1702465394, "107.118"], [1702465418, "107.328"], [1702465445, "108.378"], [1702465481, "110.037"], [1702465517, "112.197"], [1702465550, "113.4"], [1702465586, "114.471"], [1702465619, "115.182"], [1702465658, "119.046"], [1702465706, "120.081"], [1702465754, "123.9"], [1702465787, "126.033"], [1702465823, "127.092"], [1702465856, "129.345"], [1702465880, "130.32"], [1702465910, "131.49"], [1702465952, "132.669"], [1702465988, "133.53"], [1702466015, "135.291"], [1702466030, "135.312"], [1702466060, "135.828"], [1702466078, "135.885"], [1702466138, "137.697"], [1702466168, "138.534"], [1702466204, "139.506"], [1702466237, "140.796"], [1702466261, "141.774"], [1702466291, "142.509"], [1702466327, "144.042"], [1702466360, "146.526"], [1702466384, "147.252"], [1702466417, "147.624"], [1702466441, "147.723"], [1702466471, "147.963"], [1702466507, "149.175"], [1702466540, "150.534"], [1702466597, "152.496"], [1702466633, "154.797"], [1702466666, "156.105"], [1702466705, "156.99"], [1702466732, "158.226"], [1702466765, "159.561"], [1702466801, "160.851"], [1702466852, "163.041"], [1702466876, "163.224"], [1702466918, "164.724"], [1702466978, "168.9"], [1702467014, "169.332"], [1702467038, "171.174"], [1702467068, "172.635"], [1702467122, "174.429"], [1702467158, "175.872"], [1702467191, "176.82"], [1702467221, "178.068"], [1702467257, "179.337"], [1702467299, "180.351"], [1702467350, "180.696"], [1702467386, "180.963"], [1702467419, "181.038"], [1702467455, "181.203"], [1702467515, "181.377"], [1702467542, "181.413"], [1702467566, "181.491"], [1702467599, "181.923"], [1702467635, "183.213"], [1702467668, "184.872"], [1702467695, "185.22"], [1702467716, "185.553"], [1702467746, "185.649"], [1702467800, "187.122"], [1702467824, "187.185"], [1702467908, "187.515"], [1702467944, "187.602"], [1702467968, "187.65"], [1702468001, "187.71"], [1702468031, "188.274"], [1702468067, "189.945"], [1702468085, "190.053"], [1702468115, "190.107"], [1702468151, "190.632"], [1702468181, "190.695"], [1702468208, "190.836"], [1702468241, "190.929"], [1702468256, "190.947"], [1702468286, "191.553"], [1702468322, "191.628"], [1702468352, "195.216"], [1702468388, "196.569"], [1702468424, "198.243"], [1702468457, "199.125"], [1702468493, "199.575"], [1702468517, "200.133"], [1702468550, "200.265"], [1702468586, "200.409"], [1702468613, "201.048"], [1702468637, "201.207"], [1702468679, "201.309"], [1702468721, "202.71"], [1702468730, "202.794"], [1702468766, "203.391"], [1702468799, "203.871"], [1702468835, "204.177"], [1702468898, "204.948"], [1702468934, "205.257"], [1702468970, "206.217"], [1702468994, "206.49"], [1702469024, "206.52"], [1702469060, "206.667"], [1702469111, "206.997"], [1702469144, "208.569"], [1702469168, "208.647"], [1702469204, "208.827"], [1702469237, "208.956"], [1702469273, "209.079"], [1702469303, "209.595"], [1702469336, "209.784"], [1702469360, "209.934"], [1702469387, "210"], [1702469411, "210.27"], [1702469435, "210.351"], [1702469468, "210.561"], [1702469504, "210.609"], [1702469537, "211.725"], [1702469573, "212.337"], [1702469606, "213.894"], [1702469633, "214.002"], [1702469660, "214.731"], [1702469684, "216.255"], [1702469717, "217.269"], [1702469753, "217.506"], [1702469786, "217.665"], [1702469816, "218.133"], [1702469834, "218.28"], [1702469864, "218.754"], [1702469906, "219.315"], [1702469936, "220.062"], [1702469972, "220.644"], [1702470005, "221.457"], [1702470029, "221.508"], [1702470065, "221.706"], [1702470101, "221.928"], [1702470131, "223.026"], [1702470167, "225.054"], [1702470203, "226.317"], [1702470251, "227.988"], [1702470278, "228.123"], [1702470311, "228.258"], [1702470347, "228.846"], [1702470371, "229.086"], [1702470404, "229.329"], [1702470440, "229.722"], [1702470476, "230.424"], [1702470506, "230.718"], [1702470542, "231.189"], [1702470575, "232.302"], [1702470611, "232.482"], [1702470635, "232.674"], [1702470662, "232.758"], [1702470686, "232.869"], [1702470719, "233.604"], [1702470746, "234.288"], [1702470812, "235.095"], [1702470845, "236.7"], [1702470875, "238.392"], [1702470899, "239.394"], [1702470953, "240.165"], [1702470983, "240.918"], [1702471025, "242.745"], [1702471067, "245.085"], [1702471169, "249.879"], [1702471193, "251.088"], [1702471226, "252.843"], [1702471265, "254.94"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "26.022"], [1702462721, "27.186"], [1702462736, "27.945"], [1702462751, "28.404"], [1702462763, "28.407"], [1702462793, "30.567"], [1702462808, "36.621"], [1702462829, "37.077"], [1702462844, "39.387"], [1702462865, "43.059"], [1702462880, "44.28"], [1702462904, "44.964"], [1702462919, "45.39"], [1702462952, "47.334"], [1702462973, "48.111"], [1702462988, "50.175"], [1702463045, "53.61"], [1702463081, "58.248"], [1702463114, "61.02"], [1702463150, "63.417"], [1702463186, "64.917"], [1702463216, "68.511"], [1702463240, "69.126"], [1702463273, "71.946"], [1702463324, "76.221"], [1702463354, "76.731"], [1702463381, "78.057"], [1702463417, "79.116"], [1702463453, "80.412"], [1702463477, "81.093"], [1702463510, "83.343"], [1702463537, "84.606"], [1702463570, "87.084"], [1702463591, "88.17"], [1702463621, "88.869"], [1702463657, "89.991"], [1702463693, "92.556"], [1702463729, "96.255"], [1702463765, "99.438"], [1702463798, "102"], [1702463846, "104.349"], [1702463873, "106.008"], [1702463906, "107.373"], [1702463948, "108.945"], [1702463984, "110.895"], [1702464014, "111.867"], [1702464050, "113.061"], [1702464086, "115.941"], [1702464122, "126.6"], [1702464155, "128.883"], [1702464194, "130.458"], [1702464230, "131.478"], [1702464263, "132.024"], [1702464299, "133.47"], [1702464332, "135"], [1702464356, "136.371"], [1702464392, "137.796"], [1702464425, "139.722"], [1702464455, "142.92"], [1702464479, "145.323"], [1702464509, "146.295"], [1702464533, "147.729"], [1702464569, "150.39"], [1702464605, "153.015"], [1702464635, "155.007"], [1702464671, "158.607"], [1702464716, "161.988"], [1702464743, "164.091"], [1702464776, "186.45"], [1702464812, "189.759"], [1702464836, "190.971"], [1702464869, "194.1"], [1702464905, "197.565"], [1702464926, "197.979"], [1702464956, "198.618"], [1702464992, "202.146"], [1702465016, "202.83"], [1702465049, "204.315"], [1702465085, "214.167"], [1702465118, "215.784"], [1702465145, "218.655"], [1702465178, "223.161"], [1702465208, "227.334"], [1702465241, "228.873"], [1702465298, "233.847"], [1702465334, "235.545"], [1702465367, "239.115"], [1702465394, "239.538"], [1702465418, "240.138"], [1702465445, "241.746"], [1702465481, "244.35"], [1702465517, "247.101"], [1702465550, "249.693"], [1702465586, "252.609"], [1702465619, "254.163"], [1702465658, "260.124"], [1702465706, "262.518"], [1702465754, "268.356"], [1702465787, "270.267"], [1702465823, "273.246"], [1702465856, "276.081"], [1702465880, "277.566"], [1702465910, "280.023"], [1702465952, "283.056"], [1702465988, "285.378"], [1702466015, "287.892"], [1702466030, "287.955"], [1702466060, "289.314"], [1702466078, "289.767"], [1702466138, "294.816"], [1702466168, "296.826"], [1702466204, "301.362"], [1702466237, "305.406"], [1702466261, "306.831"], [1702466291, "315.633"], [1702466327, "318.027"], [1702466360, "321.375"], [1702466384, "322.938"], [1702466417, "324.924"], [1702466441, "325.572"], [1702466471, "326.526"], [1702466507, "329.955"], [1702466540, "332.523"], [1702466597, "337.191"], [1702466633, "340.461"], [1702466666, "344.352"], [1702466705, "345.549"], [1702466732, "348.024"], [1702466765, "350.328"], [1702466801, "352.833"], [1702466852, "357.237"], [1702466876, "357.699"], [1702466918, "361.617"], [1702466978, "367.506"], [1702467014, "369.441"], [1702467038, "372.552"], [1702467068, "375.504"], [1702467122, "377.877"], [1702467158, "381.741"], [1702467191, "384.141"], [1702467221, "386.253"], [1702467257, "388.122"], [1702467299, "389.106"], [1702467350, "389.829"], [1702467386, "390.132"], [1702467419, "390.297"], [1702467455, "390.615"], [1702467515, "390.96"], [1702467542, "391.092"], [1702467566, "391.221"], [1702467599, "391.296"], [1702467635, "394.503"], [1702467668, "403.485"], [1702467695, "403.845"], [1702467716, "404.337"], [1702467746, "404.79"], [1702467800, "406.515"], [1702467824, "406.776"], [1702467908, "407.454"], [1702467944, "407.841"], [1702467968, "407.928"], [1702468001, "408.015"], [1702468031, "409.029"], [1702468067, "413.289"], [1702468085, "413.568"], [1702468115, "414.033"], [1702468151, "416.463"], [1702468181, "416.793"], [1702468208, "417.114"], [1702468241, "417.45"], [1702468256, "417.51"], [1702468286, "417.729"], [1702468322, "417.882"], [1702468352, "421.47"], [1702468388, "425.712"], [1702468424, "427.959"], [1702468457, "430.938"], [1702468493, "432.72"], [1702468517, "433.512"], [1702468550, "433.845"], [1702468586, "434.145"], [1702468613, "435.345"], [1702468637, "435.714"], [1702468679, "436.104"], [1702468721, "439.551"], [1702468730, "440.166"], [1702468766, "442.266"], [1702468799, "443.814"], [1702468835, "444.333"], [1702468898, "446.289"], [1702468934, "446.877"], [1702468970, "450.942"], [1702468994, "452.25"], [1702469024, "452.355"], [1702469060, "452.877"], [1702469111, "454.59"], [1702469144, "457.881"], [1702469168, "458.04"], [1702469204, "458.412"], [1702469237, "459.069"], [1702469273, "459.798"], [1702469303, "461.412"], [1702469336, "461.979"], [1702469360, "462.48"], [1702469387, "462.585"], [1702469411, "463.098"], [1702469435, "463.548"], [1702469468, "463.86"], [1702469504, "463.959"], [1702469537, "464.745"], [1702469573, "466.257"], [1702469606, "471.387"], [1702469633, "472.146"], [1702469660, "474.693"], [1702469684, "476.163"], [1702469717, "478.266"], [1702469753, "478.746"], [1702469786, "479.463"], [1702469816, "480.549"], [1702469834, "480.885"], [1702469864, "482.724"], [1702469906, "483.954"], [1702469936, "485.043"], [1702469972, "487.014"], [1702470005, "488.547"], [1702470029, "488.709"], [1702470065, "489.165"], [1702470101, "489.891"], [1702470131, "492.159"], [1702470167, "496.068"], [1702470203, "499.695"], [1702470251, "503.208"], [1702470278, "503.649"], [1702470311, "504.06"], [1702470347, "505.215"], [1702470371, "506.07"], [1702470404, "507.909"], [1702470440, "508.977"], [1702470476, "513.675"], [1702470506, "515.097"], [1702470542, "517.752"], [1702470575, "522.516"], [1702470611, "524.16"], [1702470635, "524.871"], [1702470662, "525.138"], [1702470686, "525.642"], [1702470719, "526.401"], [1702470746, "528.198"], [1702470812, "531.3"], [1702470845, "534.771"], [1702470875, "536.676"], [1702470899, "537.93"], [1702470953, "540.831"], [1702470983, "542.736"], [1702471025, "546.621"], [1702471067, "551.376"], [1702471169, "560.322"], [1702471193, "562.269"], [1702471226, "566.163"], [1702471265, "569.154"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1.908"], [1702462721, "1.908"], [1702462736, "2.493"], [1702462751, "2.493"], [1702462763, "2.493"], [1702462793, "2.493"], [1702462808, "2.493"], [1702462829, "2.493"], [1702462844, "2.493"], [1702462865, "2.493"], [1702462880, "2.493"], [1702462904, "2.496"], [1702462919, "2.496"], [1702462952, "2.568"], [1702462973, "2.568"], [1702462988, "2.568"], [1702463045, "2.628"], [1702463081, "2.688"], [1702463114, "2.703"], [1702463150, "2.703"], [1702463186, "2.775"], [1702463216, "2.775"], [1702463240, "2.775"], [1702463273, "3.138"], [1702463324, "3.156"], [1702463354, "3.156"], [1702463381, "3.156"], [1702463417, "3.156"], [1702463453, "3.156"], [1702463477, "3.156"], [1702463510, "3.165"], [1702463537, "3.168"], [1702463570, "3.168"], [1702463591, "3.168"], [1702463621, "3.282"], [1702463657, "3.282"], [1702463693, "3.282"], [1702463729, "3.282"], [1702463765, "3.282"], [1702463798, "3.456"], [1702463846, "3.522"], [1702463873, "5.199"], [1702463906, "5.199"], [1702463948, "5.343"], [1702463984, "5.343"], [1702464014, "5.343"], [1702464050, "5.343"], [1702464086, "5.343"], [1702464122, "5.343"], [1702464155, "5.574"], [1702464194, "5.574"], [1702464230, "6.216"], [1702464263, "6.216"], [1702464299, "6.216"], [1702464332, "6.216"], [1702464356, "6.246"], [1702464392, "7.194"], [1702464425, "7.194"], [1702464455, "7.659"], [1702464479, "7.659"], [1702464509, "7.707"], [1702464533, "7.707"], [1702464569, "7.707"], [1702464605, "7.707"], [1702464635, "7.707"], [1702464671, "7.833"], [1702464716, "7.833"], [1702464743, "7.833"], [1702464776, "7.833"], [1702464812, "7.833"], [1702464836, "7.833"], [1702464869, "8.445"], [1702464905, "8.481"], [1702464926, "8.481"], [1702464956, "8.481"], [1702464992, "8.481"], [1702465016, "8.505"], [1702465049, "8.505"], [1702465085, "8.505"], [1702465118, "8.748"], [1702465145, "8.748"], [1702465178, "8.808"], [1702465208, "8.808"], [1702465241, "8.808"], [1702465298, "8.808"], [1702465334, "8.808"], [1702465367, "8.808"], [1702465394, "8.808"], [1702465418, "8.808"], [1702465445, "8.808"], [1702465481, "8.808"], [1702465517, "8.808"], [1702465550, "8.808"], [1702465586, "8.808"], [1702465619, "8.808"], [1702465658, "8.808"], [1702465706, "8.808"], [1702465754, "8.808"], [1702465787, "8.808"], [1702465823, "8.808"], [1702465856, "8.808"], [1702465880, "8.808"], [1702465910, "9.345"], [1702465952, "9.345"], [1702465988, "9.345"], [1702466015, "9.369"], [1702466030, "9.378"], [1702466060, "9.378"], [1702466078, "9.381"], [1702466138, "9.381"], [1702466168, "9.396"], [1702466204, "9.444"], [1702466237, "9.444"], [1702466261, "9.447"], [1702466291, "9.447"], [1702466327, "9.447"], [1702466360, "9.447"], [1702466384, "9.447"], [1702466417, "9.561"], [1702466441, "9.561"], [1702466471, "9.561"], [1702466507, "9.561"], [1702466540, "9.573"], [1702466597, "9.675"], [1702466633, "9.675"], [1702466666, "10.014"], [1702466705, "10.014"], [1702466732, "10.014"], [1702466765, "10.014"], [1702466801, "10.101"], [1702466852, "10.101"], [1702466876, "10.101"], [1702466918, "10.101"], [1702466978, "10.542"], [1702467014, "10.542"], [1702467038, "10.683"], [1702467068, "10.683"], [1702467122, "10.683"], [1702467158, "10.683"], [1702467191, "10.683"], [1702467221, "10.698"], [1702467257, "10.698"], [1702467299, "10.776"], [1702467350, "10.776"], [1702467386, "10.776"], [1702467419, "10.776"], [1702467455, "10.776"], [1702467515, "10.779"], [1702467542, "10.779"], [1702467566, "10.782"], [1702467599, "10.782"], [1702467635, "10.782"], [1702467668, "10.782"], [1702467695, "10.791"], [1702467716, "10.791"], [1702467746, "10.791"], [1702467800, "10.791"], [1702467824, "10.869"], [1702467908, "10.872"], [1702467944, "10.872"], [1702467968, "10.872"], [1702468001, "10.872"], [1702468031, "10.872"], [1702468067, "11.499"], [1702468085, "11.499"], [1702468115, "11.499"], [1702468151, "11.505"], [1702468181, "11.721"], [1702468208, "11.721"], [1702468241, "11.721"], [1702468256, "11.721"], [1702468286, "11.724"], [1702468322, "11.724"], [1702468352, "11.727"], [1702468388, "11.727"], [1702468424, "11.727"], [1702468457, "11.727"], [1702468493, "11.727"], [1702468517, "11.727"], [1702468550, "11.727"], [1702468586, "11.73"], [1702468613, "11.73"], [1702468637, "11.73"], [1702468679, "11.73"], [1702468721, "11.73"], [1702468730, "11.73"], [1702468766, "11.73"], [1702468799, "11.73"], [1702468835, "11.73"], [1702468898, "11.73"], [1702468934, "11.748"], [1702468970, "11.748"], [1702468994, "11.748"], [1702469024, "11.748"], [1702469060, "11.748"], [1702469111, "11.811"], [1702469144, "11.811"], [1702469168, "11.811"], [1702469204, "11.811"], [1702469237, "11.811"], [1702469273, "11.811"], [1702469303, "11.853"], [1702469336, "11.853"], [1702469360, "11.853"], [1702469387, "11.853"], [1702469411, "11.982"], [1702469435, "11.982"], [1702469468, "11.982"], [1702469504, "11.982"], [1702469537, "11.982"], [1702469573, "11.982"], [1702469606, "11.982"], [1702469633, "11.982"], [1702469660, "11.982"], [1702469684, "11.985"], [1702469717, "11.985"], [1702469753, "11.985"], [1702469786, "11.985"], [1702469816, "11.985"], [1702469834, "12.003"], [1702469864, "12.003"], [1702469906, "12.003"], [1702469936, "12.39"], [1702469972, "12.39"], [1702470005, "12.39"], [1702470029, "12.39"], [1702470065, "12.39"], [1702470101, "12.39"], [1702470131, "12.39"], [1702470167, "12.39"], [1702470203, "12.393"], [1702470251, "12.393"], [1702470278, "12.495"], [1702470311, "12.495"], [1702470347, "12.495"], [1702470371, "12.495"], [1702470404, "12.495"], [1702470440, "12.495"], [1702470476, "12.561"], [1702470506, "12.561"], [1702470542, "12.561"], [1702470575, "12.849"], [1702470611, "12.852"], [1702470635, "12.903"], [1702470662, "12.903"], [1702470686, "12.906"], [1702470719, "12.912"], [1702470746, "12.912"], [1702470812, "12.912"], [1702470845, "12.912"], [1702470875, "12.912"], [1702470899, "12.912"], [1702470953, "13.011"], [1702470983, "13.011"], [1702471025, "13.011"], [1702471067, "13.011"], [1702471169, "13.059"], [1702471193, "13.059"], [1702471226, "13.059"], [1702471265, "13.059"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "150.666"], [1702462721, "159.78"], [1702462736, "168.894"], [1702462751, "178.008"], [1702462763, "186.927"], [1702462793, "204.582"], [1702462808, "213.318"], [1702462829, "222.054"], [1702462844, "230.439"], [1702462865, "238.824"], [1702462880, "247.209"], [1702462904, "263.979"], [1702462919, "272.364"], [1702462952, "289.134"], [1702462973, "297.519"], [1702462988, "305.904"], [1702463045, "331.059"], [1702463081, "347.829"], [1702463114, "364.599"], [1702463150, "381.369"], [1702463186, "398.139"], [1702463216, "414.909"], [1702463240, "431.679"], [1702463273, "448.449"], [1702463324, "473.604"], [1702463354, "490.374"], [1702463381, "507.144"], [1702463417, "523.914"], [1702463453, "540.684"], [1702463477, "557.454"], [1702463510, "574.224"], [1702463537, "590.994"], [1702463570, "607.764"], [1702463591, "624.534"], [1702463621, "641.304"], [1702463657, "658.074"], [1702463693, "674.844"], [1702463729, "691.614"], [1702463765, "708.384"], [1702463798, "725.154"], [1702463846, "750.309"], [1702463873, "767.079"], [1702463906, "783.849"], [1702463948, "809.004"], [1702463984, "825.774"], [1702464014, "842.544"], [1702464050, "859.314"], [1702464086, "876.084"], [1702464122, "892.854"], [1702464155, "909.624"], [1702464194, "934.779"], [1702464230, "951.549"], [1702464263, "968.319"], [1702464299, "985.089"], [1702464332, "1001.859"], [1702464356, "1018.629"], [1702464392, "1035.399"], [1702464425, "1052.169"], [1702464455, "1068.939"], [1702464479, "1085.709"], [1702464509, "1102.479"], [1702464533, "1119.249"], [1702464569, "1136.019"], [1702464605, "1152.789"], [1702464635, "1169.559"], [1702464671, "1186.329"], [1702464716, "1203.099"], [1702464743, "1219.869"], [1702464776, "1236.639"], [1702464812, "1253.409"], [1702464836, "1270.179"], [1702464869, "1286.949"], [1702464905, "1303.719"], [1702464926, "1320.489"], [1702464956, "1337.259"], [1702464992, "1354.029"], [1702465016, "1370.799"], [1702465049, "1387.569"], [1702465085, "1404.339"], [1702465118, "1421.109"], [1702465145, "1437.879"], [1702465178, "1454.649"], [1702465208, "1471.419"], [1702465241, "1488.189"], [1702465298, "1513.344"], [1702465334, "1530.114"], [1702465367, "1546.884"], [1702465394, "1563.654"], [1702465418, "1580.424"], [1702465445, "1597.194"], [1702465481, "1613.964"], [1702465517, "1630.734"], [1702465550, "1647.504"], [1702465586, "1664.274"], [1702465619, "1681.044"], [1702465658, "1697.814"], [1702465706, "1714.584"], [1702465754, "1739.739"], [1702465787, "1756.509"], [1702465823, "1773.279"], [1702465856, "1790.049"], [1702465880, "1806.819"], [1702465910, "1823.589"], [1702465952, "1840.359"], [1702465988, "1857.129"], [1702466015, "1873.899"], [1702466030, "1890.669"], [1702466060, "1907.439"], [1702466078, "1924.209"], [1702466138, "1949.364"], [1702466168, "1966.134"], [1702466204, "1982.904"], [1702466237, "1999.674"], [1702466261, "2016.444"], [1702466291, "2033.214"], [1702466327, "2049.984"], [1702466360, "2066.754"], [1702466384, "2083.524"], [1702466417, "2100.294"], [1702466441, "2117.064"], [1702466471, "2133.834"], [1702466507, "2150.604"], [1702466540, "2167.374"], [1702466597, "2192.529"], [1702466633, "2209.299"], [1702466666, "2226.069"], [1702466705, "2242.839"], [1702466732, "2259.609"], [1702466765, "2276.379"], [1702466801, "2293.149"], [1702466852, "2318.304"], [1702466876, "2335.074"], [1702466918, "2351.844"], [1702466978, "2385.384"], [1702467014, "2402.154"], [1702467038, "2418.924"], [1702467068, "2435.694"], [1702467122, "2460.849"], [1702467158, "2477.619"], [1702467191, "2494.389"], [1702467221, "2511.159"], [1702467257, "2527.929"], [1702467299, "2544.699"], [1702467350, "2569.854"], [1702467386, "2586.624"], [1702467419, "2603.394"], [1702467455, "2620.164"], [1702467515, "2653.704"], [1702467542, "2670.474"], [1702467566, "2687.244"], [1702467599, "2704.014"], [1702467635, "2720.784"], [1702467668, "2737.554"], [1702467695, "2754.324"], [1702467716, "2771.094"], [1702467746, "2787.864"], [1702467800, "2813.019"], [1702467824, "2829.789"], [1702467908, "2871.714"], [1702467944, "2888.484"], [1702467968, "2905.254"], [1702468001, "2922.024"], [1702468031, "2938.794"], [1702468067, "2955.564"], [1702468085, "2972.334"], [1702468115, "2989.104"], [1702468151, "3005.874"], [1702468181, "3022.644"], [1702468208, "3039.414"], [1702468241, "3056.184"], [1702468256, "3072.954"], [1702468286, "3089.724"], [1702468322, "3106.494"], [1702468352, "3123.264"], [1702468388, "3140.034"], [1702468424, "3156.804"], [1702468457, "3173.574"], [1702468493, "3190.344"], [1702468517, "3207.114"], [1702468550, "3223.884"], [1702468586, "3240.654"], [1702468613, "3257.424"], [1702468637, "3274.194"], [1702468679, "3290.964"], [1702468721, "3307.734"], [1702468730, "3316.119"], [1702468766, "3332.889"], [1702468799, "3349.659"], [1702468835, "3366.429"], [1702468898, "3391.584"], [1702468934, "3408.354"], [1702468970, "3425.124"], [1702468994, "3441.894"], [1702469024, "3458.664"], [1702469060, "3475.434"], [1702469111, "3500.589"], [1702469144, "3517.359"], [1702469168, "3534.129"], [1702469204, "3550.899"], [1702469237, "3567.669"], [1702469273, "3584.439"], [1702469303, "3601.209"], [1702469336, "3617.979"], [1702469360, "3634.749"], [1702469387, "3651.519"], [1702469411, "3668.289"], [1702469435, "3685.059"], [1702469468, "3701.829"], [1702469504, "3718.599"], [1702469537, "3735.369"], [1702469573, "3752.139"], [1702469606, "3768.909"], [1702469633, "3785.679"], [1702469660, "3802.449"], [1702469684, "3819.219"], [1702469717, "3835.989"], [1702469753, "3852.759"], [1702469786, "3869.529"], [1702469816, "3886.299"], [1702469834, "3903.069"], [1702469864, "3919.839"], [1702469906, "3944.994"], [1702469936, "3961.764"], [1702469972, "3978.534"], [1702470005, "3995.304"], [1702470029, "4012.074"], [1702470065, "4028.844"], [1702470101, "4045.614"], [1702470131, "4062.384"], [1702470167, "4079.154"], [1702470203, "4095.924"], [1702470251, "4121.079"], [1702470278, "4137.849"], [1702470311, "4154.619"], [1702470347, "4171.389"], [1702470371, "4188.159"], [1702470404, "4204.929"], [1702470440, "4221.699"], [1702470476, "4238.469"], [1702470506, "4255.239"], [1702470542, "4272.009"], [1702470575, "4288.779"], [1702470611, "4305.549"], [1702470635, "4322.319"], [1702470662, "4339.089"], [1702470686, "4355.859"], [1702470719, "4372.629"], [1702470746, "4389.399"], [1702470812, "4422.939"], [1702470845, "4439.709"], [1702470875, "4456.479"], [1702470899, "4473.249"], [1702470953, "4498.404"], [1702470983, "4515.174"], [1702471025, "4531.944"], [1702471067, "4557.099"], [1702471169, "4599.024"], [1702471193, "4615.794"], [1702471226, "4632.564"], [1702471265, "4649.334"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "36.261"], [1702462721, "44.289"], [1702462736, "47.142"], [1702462751, "47.631"], [1702462763, "47.634"], [1702462793, "49.539"], [1702462808, "54.6"], [1702462829, "54.807"], [1702462844, "57.498"], [1702462865, "57.915"], [1702462880, "57.915"], [1702462904, "58.953"], [1702462919, "59.826"], [1702462952, "64.074"], [1702462973, "65.805"], [1702462988, "74.334"], [1702463045, "78.39"], [1702463081, "80.514"], [1702463114, "82.797"], [1702463150, "84.306"], [1702463186, "87.225"], [1702463216, "93.363"], [1702463240, "94.221"], [1702463273, "95.511"], [1702463324, "99.762"], [1702463354, "101.538"], [1702463381, "105.114"], [1702463417, "116.379"], [1702463453, "122.772"], [1702463477, "125.043"], [1702463510, "135.216"], [1702463537, "137.496"], [1702463570, "140.049"], [1702463591, "142.017"], [1702463621, "143.865"], [1702463657, "145.773"], [1702463693, "150.318"], [1702463729, "152.88"], [1702463765, "154.809"], [1702463798, "157.128"], [1702463846, "161.124"], [1702463873, "161.772"], [1702463906, "163.803"], [1702463948, "196.596"], [1702463984, "216.903"], [1702464014, "218.94"], [1702464050, "224.118"], [1702464086, "227.229"], [1702464122, "240.786"], [1702464155, "244.911"], [1702464194, "248.577"], [1702464230, "251.094"], [1702464263, "252.357"], [1702464299, "256.827"], [1702464332, "259.989"], [1702464356, "263.445"], [1702464392, "282.999"], [1702464425, "285.741"], [1702464455, "289.353"], [1702464479, "293.247"], [1702464509, "295.074"], [1702464533, "296.4"], [1702464569, "300.762"], [1702464605, "305.784"], [1702464635, "309.507"], [1702464671, "313.641"], [1702464716, "316.569"], [1702464743, "318.903"], [1702464776, "324.978"], [1702464812, "328.728"], [1702464836, "329.949"], [1702464869, "333.288"], [1702464905, "336.837"], [1702464926, "337.356"], [1702464956, "338.775"], [1702464992, "342.996"], [1702465016, "344.721"], [1702465049, "347.193"], [1702465085, "368.259"], [1702465118, "373.059"], [1702465145, "383.328"], [1702465178, "386.796"], [1702465208, "389.727"], [1702465241, "391.254"], [1702465298, "395.808"], [1702465334, "399.066"], [1702465367, "402.273"], [1702465394, "403.326"], [1702465418, "403.716"], [1702465445, "408.747"], [1702465481, "411.414"], [1702465517, "417.933"], [1702465550, "423.024"], [1702465586, "426.318"], [1702465619, "427.362"], [1702465658, "439.536"], [1702465706, "444.69"], [1702465754, "452.358"], [1702465787, "453.429"], [1702465823, "457.119"], [1702465856, "460.587"], [1702465880, "464.259"], [1702465910, "468.705"], [1702465952, "472.212"], [1702465988, "474.738"], [1702466015, "479.226"], [1702466030, "479.274"], [1702466060, "481.338"], [1702466078, "481.509"], [1702466138, "524.007"], [1702466168, "525.858"], [1702466204, "530.484"], [1702466237, "534.081"], [1702466261, "536.925"], [1702466291, "539.184"], [1702466327, "540.969"], [1702466360, "545.307"], [1702466384, "545.964"], [1702466417, "548.859"], [1702466441, "549.546"], [1702466471, "551.73"], [1702466507, "555.372"], [1702466540, "559.77"], [1702466597, "564.237"], [1702466633, "570.669"], [1702466666, "584.664"], [1702466705, "586.38"], [1702466732, "589.872"], [1702466765, "592.893"], [1702466801, "595.443"], [1702466852, "601.821"], [1702466876, "603.819"], [1702466918, "649.002"], [1702466978, "657.315"], [1702467014, "659.805"], [1702467038, "663.063"], [1702467068, "664.332"], [1702467122, "669.948"], [1702467158, "672.069"], [1702467191, "675.339"], [1702467221, "677.46"], [1702467257, "680.469"], [1702467299, "683.061"], [1702467350, "683.835"], [1702467386, "684.282"], [1702467419, "684.453"], [1702467455, "684.789"], [1702467515, "685.881"], [1702467542, "686.22"], [1702467566, "686.787"], [1702467599, "687.078"], [1702467635, "693.021"], [1702467668, "701.394"], [1702467695, "701.883"], [1702467716, "703.221"], [1702467746, "703.5"], [1702467800, "708.021"], [1702467824, "708.45"], [1702467908, "709.299"], [1702467944, "710.196"], [1702467968, "710.322"], [1702468001, "710.46"], [1702468031, "711.864"], [1702468067, "714.438"], [1702468085, "714.66"], [1702468115, "714.912"], [1702468151, "716.073"], [1702468181, "716.226"], [1702468208, "716.61"], [1702468241, "716.814"], [1702468256, "717.39"], [1702468286, "718.875"], [1702468322, "719.238"], [1702468352, "720.984"], [1702468388, "723.561"], [1702468424, "725.106"], [1702468457, "728.241"], [1702468493, "729.828"], [1702468517, "730.653"], [1702468550, "731.193"], [1702468586, "731.856"], [1702468613, "735.561"], [1702468637, "736.2"], [1702468679, "736.785"], [1702468721, "742.761"], [1702468730, "742.878"], [1702468766, "749.493"], [1702468799, "750.492"], [1702468835, "750.801"], [1702468898, "752.571"], [1702468934, "753.528"], [1702468970, "755.958"], [1702468994, "757.242"], [1702469024, "757.377"], [1702469060, "758.961"], [1702469111, "760.569"], [1702469144, "770.181"], [1702469168, "770.433"], [1702469204, "771.615"], [1702469237, "771.756"], [1702469273, "773.259"], [1702469303, "777.012"], [1702469336, "778.416"], [1702469360, "779.649"], [1702469387, "780.132"], [1702469411, "780.837"], [1702469435, "781.956"], [1702469468, "782.526"], [1702469504, "782.79"], [1702469537, "784.602"], [1702469573, "789.555"], [1702469606, "791.481"], [1702469633, "791.763"], [1702469660, "794.085"], [1702469684, "795.627"], [1702469717, "800.928"], [1702469753, "803.853"], [1702469786, "804.492"], [1702469816, "805.434"], [1702469834, "805.848"], [1702469864, "806.967"], [1702469906, "808.626"], [1702469936, "810.498"], [1702469972, "816.06"], [1702470005, "816.99"], [1702470029, "817.143"], [1702470065, "817.818"], [1702470101, "819.633"], [1702470131, "822.228"], [1702470167, "826.014"], [1702470203, "829.947"], [1702470251, "838.446"], [1702470278, "839.826"], [1702470311, "840.417"], [1702470347, "841.263"], [1702470371, "842.673"], [1702470404, "844.263"], [1702470440, "845.742"], [1702470476, "846.819"], [1702470506, "847.383"], [1702470542, "848.628"], [1702470575, "850.521"], [1702470611, "853.317"], [1702470635, "854.631"], [1702470662, "855.555"], [1702470686, "856.842"], [1702470719, "857.754"], [1702470746, "858.744"], [1702470812, "865.845"], [1702470845, "870.528"], [1702470875, "872.322"], [1702470899, "873.156"], [1702470953, "877.242"], [1702470983, "879.069"], [1702471025, "883.353"], [1702471067, "922.827"], [1702471169, "928.668"], [1702471193, "931.143"], [1702471226, "933.609"], [1702471265, "937.827"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "159.093"], [1702462721, "172.455"], [1702462736, "178.092"], [1702462751, "181.359"], [1702462763, "181.365"], [1702462793, "185.187"], [1702462808, "199.359"], [1702462829, "201.867"], [1702462844, "232.737"], [1702462865, "236.424"], [1702462880, "240.366"], [1702462904, "245.046"], [1702462919, "246.753"], [1702462952, "263.346"], [1702462973, "275.697"], [1702462988, "285.069"], [1702463045, "298.116"], [1702463081, "305.553"], [1702463114, "310.29"], [1702463150, "314.688"], [1702463186, "318.627"], [1702463216, "362.403"], [1702463240, "365.073"], [1702463273, "372.546"], [1702463324, "388.32"], [1702463354, "402.186"], [1702463381, "411.963"], [1702463417, "421.077"], [1702463453, "430.494"], [1702463477, "433.089"], [1702463510, "438.81"], [1702463537, "442.02"], [1702463570, "449.604"], [1702463591, "454.236"], [1702463621, "463.767"], [1702463657, "488.172"], [1702463693, "500.298"], [1702463729, "517.839"], [1702463765, "529.266"], [1702463798, "536.841"], [1702463846, "543.27"], [1702463873, "547.788"], [1702463906, "555.249"], [1702463948, "564.063"], [1702463984, "569.403"], [1702464014, "576.84"], [1702464050, "590.175"], [1702464086, "626.472"], [1702464122, "640.236"], [1702464155, "650.793"], [1702464194, "658.791"], [1702464230, "663.615"], [1702464263, "668.496"], [1702464299, "677.535"], [1702464332, "685.671"], [1702464356, "692.772"], [1702464392, "699.846"], [1702464425, "706.659"], [1702464455, "738.312"], [1702464479, "745.491"], [1702464509, "751.956"], [1702464533, "756.003"], [1702464569, "766.797"], [1702464605, "774.414"], [1702464635, "784.233"], [1702464671, "798.735"], [1702464716, "807.279"], [1702464743, "813.156"], [1702464776, "824.466"], [1702464812, "831.738"], [1702464836, "836.37"], [1702464869, "846.21"], [1702464905, "856.614"], [1702464926, "857.616"], [1702464956, "860.589"], [1702464992, "870.852"], [1702465016, "874.875"], [1702465049, "880.956"], [1702465085, "897.672"], [1702465118, "902.868"], [1702465145, "914.286"], [1702465178, "929.064"], [1702465208, "938.787"], [1702465241, "946.62"], [1702465298, "956.385"], [1702465334, "962.493"], [1702465367, "970.011"], [1702465394, "972.453"], [1702465418, "979.287"], [1702465445, "986.001"], [1702465481, "995.406"], [1702465517, "1012.821"], [1702465550, "1028.157"], [1702465586, "1046.808"], [1702465619, "1051.587"], [1702465658, "1077.426"], [1702465706, "1083.768"], [1702465754, "1103.055"], [1702465787, "1112.208"], [1702465823, "1119.537"], [1702465856, "1136.121"], [1702465880, "1143.615"], [1702465910, "1155.213"], [1702465952, "1206.315"], [1702465988, "1216.809"], [1702466015, "1228.566"], [1702466030, "1228.74"], [1702466060, "1234.101"], [1702466078, "1235.406"], [1702466138, "1253.928"], [1702466168, "1276.815"], [1702466204, "1289.499"], [1702466237, "1307.01"], [1702466261, "1313.391"], [1702466291, "1319.589"], [1702466327, "1331.817"], [1702466360, "1347.555"], [1702466384, "1353.186"], [1702466417, "1359.102"], [1702466441, "1361.037"], [1702466471, "1363.443"], [1702466507, "1374.972"], [1702466540, "1389.549"], [1702466597, "1410.339"], [1702466633, "1422.168"], [1702466666, "1434.972"], [1702466705, "1442.142"], [1702466732, "1456.083"], [1702466765, "1465.266"], [1702466801, "1473.594"], [1702466852, "1491.957"], [1702466876, "1492.836"], [1702466918, "1506.09"], [1702466978, "1532.805"], [1702467014, "1564.827"], [1702467038, "1578.633"], [1702467068, "1587.768"], [1702467122, "1603.557"], [1702467158, "1613.781"], [1702467191, "1621.683"], [1702467221, "1629.999"], [1702467257, "1639.008"], [1702467299, "1642.587"], [1702467350, "1646.859"], [1702467386, "1649.895"], [1702467419, "1650.66"], [1702467455, "1651.899"], [1702467515, "1653.702"], [1702467542, "1654.206"], [1702467566, "1654.719"], [1702467599, "1655.25"], [1702467635, "1668.15"], [1702467668, "1681.116"], [1702467695, "1683.024"], [1702467716, "1685.937"], [1702467746, "1686.915"], [1702467800, "1700.415"], [1702467824, "1701.888"], [1702467908, "1705.185"], [1702467944, "1706.877"], [1702467968, "1707.21"], [1702468001, "1707.822"], [1702468031, "1714.347"], [1702468067, "1725.57"], [1702468085, "1726.215"], [1702468115, "1727.817"], [1702468151, "1736.46"], [1702468181, "1737.603"], [1702468208, "1738.722"], [1702468241, "1740.078"], [1702468256, "1740.627"], [1702468286, "1742.322"], [1702468322, "1743.135"], [1702468352, "1756.92"], [1702468388, "1770.567"], [1702468424, "1777.098"], [1702468457, "1782.954"], [1702468493, "1785.39"], [1702468517, "1788.276"], [1702468550, "1790.019"], [1702468586, "1791.939"], [1702468613, "1799.319"], [1702468637, "1800.75"], [1702468679, "1802.058"], [1702468721, "1810.656"], [1702468730, "1812.174"], [1702468766, "1819.11"], [1702468799, "1824"], [1702468835, "1825.632"], [1702468898, "1831.374"], [1702468934, "1834.101"], [1702468970, "1851.891"], [1702468994, "1858.362"], [1702469024, "1858.926"], [1702469060, "1861.11"], [1702469111, "1866.279"], [1702469144, "1875.492"], [1702469168, "1876.383"], [1702469204, "1878.66"], [1702469237, "1880.253"], [1702469273, "1881.825"], [1702469303, "1888.623"], [1702469336, "1891.062"], [1702469360, "1892.694"], [1702469387, "1893.366"], [1702469411, "1895.559"], [1702469435, "1896.99"], [1702469468, "1898.781"], [1702469504, "1899.126"], [1702469537, "1904.253"], [1702469573, "1911.753"], [1702469606, "1918.746"], [1702469633, "1919.439"], [1702469660, "1930.038"], [1702469684, "1935.264"], [1702469717, "1941.363"], [1702469753, "1943.445"], [1702469786, "1945.797"], [1702469816, "1954.242"], [1702469834, "1955.382"], [1702469864, "1960.155"], [1702469906, "1964.763"], [1702469936, "1969.632"], [1702469972, "1977.99"], [1702470005, "1985.802"], [1702470029, "1986.615"], [1702470065, "1988.271"], [1702470101, "1991.202"], [1702470131, "2004.042"], [1702470167, "2023.71"], [1702470203, "2032.98"], [1702470251, "2046.411"], [1702470278, "2048.316"], [1702470311, "2050.26"], [1702470347, "2054.112"], [1702470371, "2061.081"], [1702470404, "2065.923"], [1702470440, "2071.929"], [1702470476, "2081.508"], [1702470506, "2083.368"], [1702470542, "2092.53"], [1702470575, "2106.69"], [1702470611, "2113.716"], [1702470635, "2116.185"], [1702470662, "2117.658"], [1702470686, "2118.909"], [1702470719, "2121.42"], [1702470746, "2128.542"], [1702470812, "2138.814"], [1702470845, "2151.315"], [1702470875, "2158.368"], [1702470899, "2162.976"], [1702470953, "2171.712"], [1702470983, "2175.957"], [1702471025, "2188.326"], [1702471067, "2201.925"], [1702471169, "2229.84"], [1702471193, "2235.132"], [1702471226, "2247.54"], [1702471265, "2259.624"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.906"], [1702462721, "0.906"], [1702462736, "1.26"], [1702462751, "1.26"], [1702462763, "1.26"], [1702462793, "1.26"], [1702462808, "1.26"], [1702462829, "1.26"], [1702462844, "1.26"], [1702462865, "1.26"], [1702462880, "1.26"], [1702462904, "1.341"], [1702462919, "1.341"], [1702462952, "1.341"], [1702462973, "1.362"], [1702462988, "1.362"], [1702463045, "2.445"], [1702463081, "2.505"], [1702463114, "2.505"], [1702463150, "2.505"], [1702463186, "2.514"], [1702463216, "2.514"], [1702463240, "2.514"], [1702463273, "2.514"], [1702463324, "2.514"], [1702463354, "2.514"], [1702463381, "2.514"], [1702463417, "2.514"], [1702463453, "2.523"], [1702463477, "2.523"], [1702463510, "3.012"], [1702463537, "3.015"], [1702463570, "3.015"], [1702463591, "3.015"], [1702463621, "3.015"], [1702463657, "3.015"], [1702463693, "3.015"], [1702463729, "3.015"], [1702463765, "3.015"], [1702463798, "3.015"], [1702463846, "3.015"], [1702463873, "3.015"], [1702463906, "3.015"], [1702463948, "3.015"], [1702463984, "3.015"], [1702464014, "3.015"], [1702464050, "3.015"], [1702464086, "3.021"], [1702464122, "3.021"], [1702464155, "3.021"], [1702464194, "3.09"], [1702464230, "3.09"], [1702464263, "3.114"], [1702464299, "3.114"], [1702464332, "3.114"], [1702464356, "3.114"], [1702464392, "3.612"], [1702464425, "3.612"], [1702464455, "3.678"], [1702464479, "3.678"], [1702464509, "3.678"], [1702464533, "3.678"], [1702464569, "3.678"], [1702464605, "3.678"], [1702464635, "3.678"], [1702464671, "3.684"], [1702464716, "3.684"], [1702464743, "3.684"], [1702464776, "3.684"], [1702464812, "3.948"], [1702464836, "3.948"], [1702464869, "4.2"], [1702464905, "4.218"], [1702464926, "4.218"], [1702464956, "4.218"], [1702464992, "4.218"], [1702465016, "4.422"], [1702465049, "4.464"], [1702465085, "4.464"], [1702465118, "4.464"], [1702465145, "4.464"], [1702465178, "4.464"], [1702465208, "4.473"], [1702465241, "4.473"], [1702465298, "4.473"], [1702465334, "4.473"], [1702465367, "4.473"], [1702465394, "4.473"], [1702465418, "4.473"], [1702465445, "4.473"], [1702465481, "4.629"], [1702465517, "4.629"], [1702465550, "4.758"], [1702465586, "4.809"], [1702465619, "4.809"], [1702465658, "4.809"], [1702465706, "4.809"], [1702465754, "4.809"], [1702465787, "4.809"], [1702465823, "4.809"], [1702465856, "4.809"], [1702465880, "4.809"], [1702465910, "5.034"], [1702465952, "5.034"], [1702465988, "5.034"], [1702466015, "5.04"], [1702466030, "5.043"], [1702466060, "5.043"], [1702466078, "5.046"], [1702466138, "5.046"], [1702466168, "5.046"], [1702466204, "5.046"], [1702466237, "5.046"], [1702466261, "5.046"], [1702466291, "5.046"], [1702466327, "5.046"], [1702466360, "5.046"], [1702466384, "5.403"], [1702466417, "5.403"], [1702466441, "5.403"], [1702466471, "5.403"], [1702466507, "5.403"], [1702466540, "5.484"], [1702466597, "5.496"], [1702466633, "5.496"], [1702466666, "5.496"], [1702466705, "5.496"], [1702466732, "5.496"], [1702466765, "5.496"], [1702466801, "5.535"], [1702466852, "5.535"], [1702466876, "5.535"], [1702466918, "5.535"], [1702466978, "5.535"], [1702467014, "5.535"], [1702467038, "5.535"], [1702467068, "5.535"], [1702467122, "5.535"], [1702467158, "5.535"], [1702467191, "5.535"], [1702467221, "5.535"], [1702467257, "5.535"], [1702467299, "5.538"], [1702467350, "5.538"], [1702467386, "5.562"], [1702467419, "5.562"], [1702467455, "5.562"], [1702467515, "5.565"], [1702467542, "5.565"], [1702467566, "5.565"], [1702467599, "5.568"], [1702467635, "5.568"], [1702467668, "5.568"], [1702467695, "5.571"], [1702467716, "5.571"], [1702467746, "5.571"], [1702467800, "5.571"], [1702467824, "5.589"], [1702467908, "5.589"], [1702467944, "5.589"], [1702467968, "5.589"], [1702468001, "5.589"], [1702468031, "5.589"], [1702468067, "5.589"], [1702468085, "5.595"], [1702468115, "5.595"], [1702468151, "5.598"], [1702468181, "5.598"], [1702468208, "5.598"], [1702468241, "5.598"], [1702468256, "5.601"], [1702468286, "5.607"], [1702468322, "5.607"], [1702468352, "5.607"], [1702468388, "5.607"], [1702468424, "5.607"], [1702468457, "5.607"], [1702468493, "5.613"], [1702468517, "5.613"], [1702468550, "5.613"], [1702468586, "5.616"], [1702468613, "5.616"], [1702468637, "5.616"], [1702468679, "5.643"], [1702468721, "5.643"], [1702468730, "5.643"], [1702468766, "5.649"], [1702468799, "5.649"], [1702468835, "5.649"], [1702468898, "5.661"], [1702468934, "5.661"], [1702468970, "5.661"], [1702468994, "5.709"], [1702469024, "5.709"], [1702469060, "5.709"], [1702469111, "5.736"], [1702469144, "5.736"], [1702469168, "5.736"], [1702469204, "5.736"], [1702469237, "5.736"], [1702469273, "5.736"], [1702469303, "5.736"], [1702469336, "5.736"], [1702469360, "5.736"], [1702469387, "5.757"], [1702469411, "5.763"], [1702469435, "5.763"], [1702469468, "5.763"], [1702469504, "5.763"], [1702469537, "5.763"], [1702469573, "5.763"], [1702469606, "5.763"], [1702469633, "5.763"], [1702469660, "5.763"], [1702469684, "5.763"], [1702469717, "5.763"], [1702469753, "5.763"], [1702469786, "5.763"], [1702469816, "5.763"], [1702469834, "5.763"], [1702469864, "5.763"], [1702469906, "5.763"], [1702469936, "5.781"], [1702469972, "5.781"], [1702470005, "5.781"], [1702470029, "5.781"], [1702470065, "5.781"], [1702470101, "5.781"], [1702470131, "5.781"], [1702470167, "5.781"], [1702470203, "5.781"], [1702470251, "6.306"], [1702470278, "6.306"], [1702470311, "6.306"], [1702470347, "6.306"], [1702470371, "6.306"], [1702470404, "6.306"], [1702470440, "6.306"], [1702470476, "6.312"], [1702470506, "6.312"], [1702470542, "6.312"], [1702470575, "6.312"], [1702470611, "6.321"], [1702470635, "6.324"], [1702470662, "6.324"], [1702470686, "6.363"], [1702470719, "6.363"], [1702470746, "6.363"], [1702470812, "6.363"], [1702470845, "6.363"], [1702470875, "6.363"], [1702470899, "6.363"], [1702470953, "6.363"], [1702470983, "6.363"], [1702471025, "6.363"], [1702471067, "6.363"], [1702471169, "7.02"], [1702471193, "7.02"], [1702471226, "7.02"], [1702471265, "7.02"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.234"], [1702462721, "0.264"], [1702462736, "0.27"], [1702462751, "0.657"], [1702462763, "0.657"], [1702462793, "0.657"], [1702462808, "0.69"], [1702462829, "0.69"], [1702462844, "0.753"], [1702462865, "0.759"], [1702462880, "0.759"], [1702462904, "0.759"], [1702462919, "0.759"], [1702462952, "2.922"], [1702462973, "2.994"], [1702462988, "2.994"], [1702463045, "3.105"], [1702463081, "3.258"], [1702463114, "3.279"], [1702463150, "3.279"], [1702463186, "3.297"], [1702463216, "3.501"], [1702463240, "3.501"], [1702463273, "3.501"], [1702463324, "3.63"], [1702463354, "3.864"], [1702463381, "3.864"], [1702463417, "3.864"], [1702463453, "4.422"], [1702463477, "4.434"], [1702463510, "4.434"], [1702463537, "4.446"], [1702463570, "4.473"], [1702463591, "4.566"], [1702463621, "4.566"], [1702463657, "5.991"], [1702463693, "6.111"], [1702463729, "6.129"], [1702463765, "6.129"], [1702463798, "6.255"], [1702463846, "6.267"], [1702463873, "6.267"], [1702463906, "6.279"], [1702463948, "7.335"], [1702463984, "7.335"], [1702464014, "7.335"], [1702464050, "7.743"], [1702464086, "8.028"], [1702464122, "8.028"], [1702464155, "8.061"], [1702464194, "8.316"], [1702464230, "8.316"], [1702464263, "8.319"], [1702464299, "8.325"], [1702464332, "8.439"], [1702464356, "8.439"], [1702464392, "8.463"], [1702464425, "8.577"], [1702464455, "9.969"], [1702464479, "9.969"], [1702464509, "9.969"], [1702464533, "10.047"], [1702464569, "10.65"], [1702464605, "10.65"], [1702464635, "10.65"], [1702464671, "10.851"], [1702464716, "10.977"], [1702464743, "10.977"], [1702464776, "11.04"], [1702464812, "11.067"], [1702464836, "11.067"], [1702464869, "11.067"], [1702464905, "11.121"], [1702464926, "11.127"], [1702464956, "11.127"], [1702464992, "11.127"], [1702465016, "11.181"], [1702465049, "11.229"], [1702465085, "11.229"], [1702465118, "11.232"], [1702465145, "11.676"], [1702465178, "11.718"], [1702465208, "11.718"], [1702465241, "11.724"], [1702465298, "11.853"], [1702465334, "11.853"], [1702465367, "11.853"], [1702465394, "11.853"], [1702465418, "11.928"], [1702465445, "11.928"], [1702465481, "12"], [1702465517, "12.207"], [1702465550, "12.207"], [1702465586, "12.207"], [1702465619, "12.339"], [1702465658, "13.224"], [1702465706, "13.224"], [1702465754, "13.686"], [1702465787, "13.686"], [1702465823, "13.689"], [1702465856, "13.947"], [1702465880, "13.947"], [1702465910, "13.947"], [1702465952, "14.025"], [1702465988, "14.889"], [1702466015, "14.889"], [1702466030, "14.889"], [1702466060, "14.901"], [1702466078, "14.919"], [1702466138, "14.967"], [1702466168, "14.973"], [1702466204, "14.988"], [1702466237, "15.003"], [1702466261, "15.003"], [1702466291, "15.003"], [1702466327, "15.183"], [1702466360, "15.297"], [1702466384, "15.297"], [1702466417, "15.297"], [1702466441, "15.3"], [1702466471, "15.405"], [1702466507, "15.405"], [1702466540, "15.405"], [1702466597, "15.471"], [1702466633, "15.471"], [1702466666, "15.48"], [1702466705, "15.483"], [1702466732, "15.483"], [1702466765, "15.483"], [1702466801, "15.609"], [1702466852, "15.921"], [1702466876, "15.921"], [1702466918, "15.975"], [1702466978, "16.137"], [1702467014, "16.137"], [1702467038, "16.302"], [1702467068, "16.572"], [1702467122, "16.572"], [1702467158, "17.001"], [1702467191, "17.313"], [1702467221, "17.313"], [1702467257, "17.403"], [1702467299, "17.718"], [1702467350, "17.721"], [1702467386, "17.721"], [1702467419, "17.739"], [1702467455, "17.739"], [1702467515, "17.754"], [1702467542, "17.781"], [1702467566, "17.781"], [1702467599, "17.781"], [1702467635, "18.135"], [1702467668, "18.726"], [1702467695, "18.726"], [1702467716, "18.726"], [1702467746, "18.738"], [1702467800, "18.75"], [1702467824, "18.75"], [1702467908, "18.768"], [1702467944, "18.768"], [1702467968, "18.768"], [1702468001, "18.771"], [1702468031, "18.786"], [1702468067, "18.786"], [1702468085, "18.789"], [1702468115, "18.81"], [1702468151, "19.032"], [1702468181, "19.032"], [1702468208, "19.032"], [1702468241, "19.044"], [1702468256, "19.056"], [1702468286, "19.056"], [1702468322, "19.056"], [1702468352, "19.056"], [1702468388, "19.086"], [1702468424, "19.254"], [1702468457, "19.254"], [1702468493, "19.299"], [1702468517, "19.947"], [1702468550, "19.947"], [1702468586, "19.95"], [1702468613, "20.028"], [1702468637, "20.043"], [1702468679, "20.043"], [1702468721, "20.043"], [1702468730, "20.049"], [1702468766, "20.049"], [1702468799, "20.049"], [1702468835, "20.052"], [1702468898, "20.16"], [1702468934, "20.16"], [1702468970, "20.433"], [1702468994, "20.478"], [1702469024, "20.478"], [1702469060, "20.478"], [1702469111, "20.487"], [1702469144, "20.487"], [1702469168, "20.487"], [1702469204, "20.511"], [1702469237, "20.544"], [1702469273, "20.544"], [1702469303, "20.556"], [1702469336, "20.568"], [1702469360, "20.571"], [1702469387, "20.571"], [1702469411, "20.571"], [1702469435, "20.589"], [1702469468, "20.622"], [1702469504, "20.622"], [1702469537, "20.622"], [1702469573, "20.7"], [1702469606, "20.7"], [1702469633, "20.7"], [1702469660, "20.7"], [1702469684, "20.829"], [1702469717, "21.042"], [1702469753, "21.042"], [1702469786, "21.042"], [1702469816, "21.201"], [1702469834, "21.213"], [1702469864, "21.213"], [1702469906, "21.228"], [1702469936, "21.228"], [1702469972, "21.228"], [1702470005, "21.228"], [1702470029, "21.237"], [1702470065, "21.258"], [1702470101, "21.264"], [1702470131, "21.264"], [1702470167, "21.516"], [1702470203, "21.708"], [1702470251, "21.708"], [1702470278, "21.729"], [1702470311, "21.744"], [1702470347, "21.744"], [1702470371, "21.744"], [1702470404, "21.987"], [1702470440, "22.101"], [1702470476, "22.101"], [1702470506, "22.107"], [1702470542, "22.215"], [1702470575, "22.215"], [1702470611, "22.215"], [1702470635, "22.215"], [1702470662, "22.242"], [1702470686, "22.368"], [1702470719, "22.368"], [1702470746, "22.479"], [1702470812, "22.587"], [1702470845, "22.587"], [1702470875, "22.587"], [1702470899, "22.59"], [1702470953, "22.794"], [1702470983, "22.794"], [1702471025, "22.83"], [1702471067, "22.833"], [1702471169, "23.7"], [1702471193, "23.7"], [1702471226, "23.7"], [1702471265, "23.748"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "4.281"], [1702462721, "4.281"], [1702462736, "4.722"], [1702462751, "4.731"], [1702462763, "4.734"], [1702462793, "4.758"], [1702462808, "4.902"], [1702462829, "4.986"], [1702462844, "5.016"], [1702462865, "5.019"], [1702462880, "5.451"], [1702462904, "5.454"], [1702462919, "5.454"], [1702462952, "5.511"], [1702462973, "5.511"], [1702462988, "5.919"], [1702463045, "6.213"], [1702463081, "6.297"], [1702463114, "6.405"], [1702463150, "6.606"], [1702463186, "6.615"], [1702463216, "6.615"], [1702463240, "6.621"], [1702463273, "6.63"], [1702463324, "6.645"], [1702463354, "6.975"], [1702463381, "7.023"], [1702463417, "7.029"], [1702463453, "7.035"], [1702463477, "7.17"], [1702463510, "7.17"], [1702463537, "7.17"], [1702463570, "7.2"], [1702463591, "7.2"], [1702463621, "7.473"], [1702463657, "7.476"], [1702463693, "7.476"], [1702463729, "8.271"], [1702463765, "8.271"], [1702463798, "8.649"], [1702463846, "8.766"], [1702463873, "8.808"], [1702463906, "8.826"], [1702463948, "9.12"], [1702463984, "9.15"], [1702464014, "9.15"], [1702464050, "9.504"], [1702464086, "9.504"], [1702464122, "9.876"], [1702464155, "10.083"], [1702464194, "10.254"], [1702464230, "10.254"], [1702464263, "10.263"], [1702464299, "10.29"], [1702464332, "10.41"], [1702464356, "10.41"], [1702464392, "10.512"], [1702464425, "10.614"], [1702464455, "11.472"], [1702464479, "11.766"], [1702464509, "11.814"], [1702464533, "11.955"], [1702464569, "12.435"], [1702464605, "12.519"], [1702464635, "12.651"], [1702464671, "12.669"], [1702464716, "12.78"], [1702464743, "12.84"], [1702464776, "12.84"], [1702464812, "12.84"], [1702464836, "12.855"], [1702464869, "12.942"], [1702464905, "12.942"], [1702464926, "12.942"], [1702464956, "13.071"], [1702464992, "13.506"], [1702465016, "13.506"], [1702465049, "13.557"], [1702465085, "13.557"], [1702465118, "13.641"], [1702465145, "13.641"], [1702465178, "13.863"], [1702465208, "13.863"], [1702465241, "13.932"], [1702465298, "14.238"], [1702465334, "14.481"], [1702465367, "14.481"], [1702465394, "14.481"], [1702465418, "14.481"], [1702465445, "14.589"], [1702465481, "14.811"], [1702465517, "14.811"], [1702465550, "15.141"], [1702465586, "15.174"], [1702465619, "15.174"], [1702465658, "15.18"], [1702465706, "15.345"], [1702465754, "15.405"], [1702465787, "15.405"], [1702465823, "15.435"], [1702465856, "15.435"], [1702465880, "15.462"], [1702465910, "15.501"], [1702465952, "15.642"], [1702465988, "15.642"], [1702466015, "15.774"], [1702466030, "15.777"], [1702466060, "16.086"], [1702466078, "16.26"], [1702466138, "16.479"], [1702466168, "16.59"], [1702466204, "16.599"], [1702466237, "16.599"], [1702466261, "16.854"], [1702466291, "16.869"], [1702466327, "16.869"], [1702466360, "17.487"], [1702466384, "17.487"], [1702466417, "17.502"], [1702466441, "17.508"], [1702466471, "17.52"], [1702466507, "17.52"], [1702466540, "17.529"], [1702466597, "17.529"], [1702466633, "17.793"], [1702466666, "17.793"], [1702466705, "18.087"], [1702466732, "18.117"], [1702466765, "18.135"], [1702466801, "18.42"], [1702466852, "18.435"], [1702466876, "18.435"], [1702466918, "18.564"], [1702466978, "18.585"], [1702467014, "18.918"], [1702467038, "19.692"], [1702467068, "19.692"], [1702467122, "19.905"], [1702467158, "19.941"], [1702467191, "19.941"], [1702467221, "20.019"], [1702467257, "20.022"], [1702467299, "20.022"], [1702467350, "20.055"], [1702467386, "20.055"], [1702467419, "20.073"], [1702467455, "20.082"], [1702467515, "20.088"], [1702467542, "20.091"], [1702467566, "20.118"], [1702467599, "20.121"], [1702467635, "20.124"], [1702467668, "20.169"], [1702467695, "20.229"], [1702467716, "20.238"], [1702467746, "20.256"], [1702467800, "20.307"], [1702467824, "20.319"], [1702467908, "20.322"], [1702467944, "20.337"], [1702467968, "20.34"], [1702468001, "20.346"], [1702468031, "20.346"], [1702468067, "20.847"], [1702468085, "20.85"], [1702468115, "20.85"], [1702468151, "21.474"], [1702468181, "21.474"], [1702468208, "21.504"], [1702468241, "21.519"], [1702468256, "21.519"], [1702468286, "21.612"], [1702468322, "21.648"], [1702468352, "23.175"], [1702468388, "23.178"], [1702468424, "23.241"], [1702468457, "23.241"], [1702468493, "23.295"], [1702468517, "23.295"], [1702468550, "23.295"], [1702468586, "23.307"], [1702468613, "23.307"], [1702468637, "23.376"], [1702468679, "23.394"], [1702468721, "23.394"], [1702468730, "23.394"], [1702468766, "23.409"], [1702468799, "23.409"], [1702468835, "23.427"], [1702468898, "23.943"], [1702468934, "23.943"], [1702468970, "24.276"], [1702468994, "24.279"], [1702469024, "24.288"], [1702469060, "24.309"], [1702469111, "24.339"], [1702469144, "24.576"], [1702469168, "24.579"], [1702469204, "24.681"], [1702469237, "24.711"], [1702469273, "24.723"], [1702469303, "24.726"], [1702469336, "24.738"], [1702469360, "24.78"], [1702469387, "24.78"], [1702469411, "24.78"], [1702469435, "24.813"], [1702469468, "24.816"], [1702469504, "24.819"], [1702469537, "24.819"], [1702469573, "24.93"], [1702469606, "24.93"], [1702469633, "24.93"], [1702469660, "24.93"], [1702469684, "24.93"], [1702469717, "24.948"], [1702469753, "24.948"], [1702469786, "24.948"], [1702469816, "24.951"], [1702469834, "24.969"], [1702469864, "24.969"], [1702469906, "24.969"], [1702469936, "24.969"], [1702469972, "25.065"], [1702470005, "25.065"], [1702470029, "25.065"], [1702470065, "25.113"], [1702470101, "25.113"], [1702470131, "25.113"], [1702470167, "25.113"], [1702470203, "25.284"], [1702470251, "25.284"], [1702470278, "25.293"], [1702470311, "25.293"], [1702470347, "25.332"], [1702470371, "25.332"], [1702470404, "25.671"], [1702470440, "25.707"], [1702470476, "25.707"], [1702470506, "25.707"], [1702470542, "25.713"], [1702470575, "25.728"], [1702470611, "25.74"], [1702470635, "25.794"], [1702470662, "25.866"], [1702470686, "25.866"], [1702470719, "25.98"], [1702470746, "25.995"], [1702470812, "26.085"], [1702470845, "26.112"], [1702470875, "26.112"], [1702470899, "26.112"], [1702470953, "26.355"], [1702470983, "26.355"], [1702471025, "26.376"], [1702471067, "26.574"], [1702471169, "26.844"], [1702471193, "26.844"], [1702471226, "27.135"], [1702471265, "27.336"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4.371"], [1702462721, "4.887"], [1702462736, "4.887"], [1702462751, "4.887"], [1702462763, "4.89"], [1702462793, "5.223"], [1702462808, "5.313"], [1702462829, "5.496"], [1702462844, "5.523"], [1702462865, "5.523"], [1702462880, "5.523"], [1702462904, "5.727"], [1702462919, "5.727"], [1702462952, "7.704"], [1702462973, "7.743"], [1702462988, "7.767"], [1702463045, "7.767"], [1702463081, "8.682"], [1702463114, "8.691"], [1702463150, "9.366"], [1702463186, "9.747"], [1702463216, "9.903"], [1702463240, "10.152"], [1702463273, "10.557"], [1702463324, "11.526"], [1702463354, "11.934"], [1702463381, "12.003"], [1702463417, "12.042"], [1702463453, "13.602"], [1702463477, "13.605"], [1702463510, "13.605"], [1702463537, "13.614"], [1702463570, "13.872"], [1702463591, "13.875"], [1702463621, "13.905"], [1702463657, "13.908"], [1702463693, "14.478"], [1702463729, "15.732"], [1702463765, "21.39"], [1702463798, "21.408"], [1702463846, "21.408"], [1702463873, "22.767"], [1702463906, "22.812"], [1702463948, "22.872"], [1702463984, "22.956"], [1702464014, "23.127"], [1702464050, "23.667"], [1702464086, "23.7"], [1702464122, "23.877"], [1702464155, "24.24"], [1702464194, "24.687"], [1702464230, "24.69"], [1702464263, "24.693"], [1702464299, "25.116"], [1702464332, "25.449"], [1702464356, "25.632"], [1702464392, "26.034"], [1702464425, "26.595"], [1702464455, "27.027"], [1702464479, "27.357"], [1702464509, "27.459"], [1702464533, "28.407"], [1702464569, "32.634"], [1702464605, "32.733"], [1702464635, "33.066"], [1702464671, "34.191"], [1702464716, "36.048"], [1702464743, "36.303"], [1702464776, "36.459"], [1702464812, "36.621"], [1702464836, "36.819"], [1702464869, "37.092"], [1702464905, "37.308"], [1702464926, "37.311"], [1702464956, "38.781"], [1702464992, "39.039"], [1702465016, "39.75"], [1702465049, "39.906"], [1702465085, "40.737"], [1702465118, "41.067"], [1702465145, "41.181"], [1702465178, "41.223"], [1702465208, "41.835"], [1702465241, "42.111"], [1702465298, "42.168"], [1702465334, "42.984"], [1702465367, "43.119"], [1702465394, "43.266"], [1702465418, "43.335"], [1702465445, "43.368"], [1702465481, "43.488"], [1702465517, "43.851"], [1702465550, "44.382"], [1702465586, "45.117"], [1702465619, "45.168"], [1702465658, "45.315"], [1702465706, "45.567"], [1702465754, "47.172"], [1702465787, "47.346"], [1702465823, "48.099"], [1702465856, "48.132"], [1702465880, "49.14"], [1702465910, "49.152"], [1702465952, "49.629"], [1702465988, "49.629"], [1702466015, "49.692"], [1702466030, "49.695"], [1702466060, "49.704"], [1702466078, "49.728"], [1702466138, "50.196"], [1702466168, "50.472"], [1702466204, "50.778"], [1702466237, "50.778"], [1702466261, "51.051"], [1702466291, "51.534"], [1702466327, "51.996"], [1702466360, "52.146"], [1702466384, "52.305"], [1702466417, "52.383"], [1702466441, "52.386"], [1702466471, "52.542"], [1702466507, "53.022"], [1702466540, "53.274"], [1702466597, "55.191"], [1702466633, "56.778"], [1702466666, "57.171"], [1702466705, "57.174"], [1702466732, "57.306"], [1702466765, "57.438"], [1702466801, "57.762"], [1702466852, "60.204"], [1702466876, "60.207"], [1702466918, "60.891"], [1702466978, "63.012"], [1702467014, "63.168"], [1702467038, "63.228"], [1702467068, "63.654"], [1702467122, "64.338"], [1702467158, "64.683"], [1702467191, "65.319"], [1702467221, "66.303"], [1702467257, "66.474"], [1702467299, "66.738"], [1702467350, "67.005"], [1702467386, "67.104"], [1702467419, "67.122"], [1702467455, "67.182"], [1702467515, "67.206"], [1702467542, "67.245"], [1702467566, "67.248"], [1702467599, "67.254"], [1702467635, "67.563"], [1702467668, "67.632"], [1702467695, "67.878"], [1702467716, "67.938"], [1702467746, "67.938"], [1702467800, "67.992"], [1702467824, "68.007"], [1702467908, "68.04"], [1702467944, "68.094"], [1702467968, "68.1"], [1702468001, "68.112"], [1702468031, "68.346"], [1702468067, "71.262"], [1702468085, "71.28"], [1702468115, "71.31"], [1702468151, "71.337"], [1702468181, "71.358"], [1702468208, "71.364"], [1702468241, "71.391"], [1702468256, "71.394"], [1702468286, "71.415"], [1702468322, "71.466"], [1702468352, "72.564"], [1702468388, "73.2"], [1702468424, "73.449"], [1702468457, "73.503"], [1702468493, "73.596"], [1702468517, "73.608"], [1702468550, "73.62"], [1702468586, "73.653"], [1702468613, "73.833"], [1702468637, "73.833"], [1702468679, "73.896"], [1702468721, "74.223"], [1702468730, "74.223"], [1702468766, "74.232"], [1702468799, "74.49"], [1702468835, "74.49"], [1702468898, "74.547"], [1702468934, "74.574"], [1702468970, "74.739"], [1702468994, "74.766"], [1702469024, "74.775"], [1702469060, "74.79"], [1702469111, "74.952"], [1702469144, "75.018"], [1702469168, "75.018"], [1702469204, "75.093"], [1702469237, "75.12"], [1702469273, "75.153"], [1702469303, "75.615"], [1702469336, "75.693"], [1702469360, "75.702"], [1702469387, "75.807"], [1702469411, "75.846"], [1702469435, "75.888"], [1702469468, "75.957"], [1702469504, "75.96"], [1702469537, "76.128"], [1702469573, "76.32"], [1702469606, "76.719"], [1702469633, "76.743"], [1702469660, "76.743"], [1702469684, "76.83"], [1702469717, "76.842"], [1702469753, "77.28"], [1702469786, "77.31"], [1702469816, "77.343"], [1702469834, "77.352"], [1702469864, "77.4"], [1702469906, "77.442"], [1702469936, "77.685"], [1702469972, "77.742"], [1702470005, "77.802"], [1702470029, "77.805"], [1702470065, "77.805"], [1702470101, "77.808"], [1702470131, "77.934"], [1702470167, "78.393"], [1702470203, "78.441"], [1702470251, "79.497"], [1702470278, "79.518"], [1702470311, "79.539"], [1702470347, "79.539"], [1702470371, "79.542"], [1702470404, "79.551"], [1702470440, "79.683"], [1702470476, "80.175"], [1702470506, "80.259"], [1702470542, "80.289"], [1702470575, "80.388"], [1702470611, "80.622"], [1702470635, "80.634"], [1702470662, "80.67"], [1702470686, "80.691"], [1702470719, "80.805"], [1702470746, "80.805"], [1702470812, "80.91"], [1702470845, "80.91"], [1702470875, "80.925"], [1702470899, "81.24"], [1702470953, "81.474"], [1702470983, "81.924"], [1702471025, "82.548"], [1702471067, "83.271"], [1702471169, "84.267"], [1702471193, "84.648"], [1702471226, "84.846"], [1702471265, "85.728"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0.117"], [1702462844, "0.117"], [1702462865, "0.117"], [1702462880, "0.117"], [1702462904, "0.117"], [1702462919, "0.117"], [1702462952, "0.117"], [1702462973, "0.117"], [1702462988, "0.117"], [1702463045, "0.117"], [1702463081, "0.117"], [1702463114, "0.117"], [1702463150, "0.117"], [1702463186, "0.117"], [1702463216, "0.117"], [1702463240, "0.117"], [1702463273, "0.117"], [1702463324, "0.117"], [1702463354, "0.117"], [1702463381, "0.117"], [1702463417, "0.117"], [1702463453, "0.117"], [1702463477, "0.117"], [1702463510, "0.117"], [1702463537, "0.12"], [1702463570, "0.12"], [1702463591, "0.12"], [1702463621, "0.12"], [1702463657, "0.12"], [1702463693, "0.12"], [1702463729, "0.12"], [1702463765, "0.12"], [1702463798, "0.12"], [1702463846, "0.12"], [1702463873, "0.12"], [1702463906, "0.12"], [1702463948, "0.12"], [1702463984, "0.12"], [1702464014, "0.12"], [1702464050, "0.12"], [1702464086, "0.12"], [1702464122, "0.12"], [1702464155, "0.12"], [1702464194, "0.12"], [1702464230, "0.12"], [1702464263, "0.12"], [1702464299, "0.138"], [1702464332, "0.138"], [1702464356, "0.138"], [1702464392, "0.138"], [1702464425, "0.138"], [1702464455, "0.138"], [1702464479, "0.138"], [1702464509, "0.138"], [1702464533, "0.138"], [1702464569, "0.138"], [1702464605, "0.138"], [1702464635, "0.138"], [1702464671, "0.138"], [1702464716, "0.138"], [1702464743, "0.138"], [1702464776, "0.138"], [1702464812, "0.138"], [1702464836, "0.138"], [1702464869, "0.138"], [1702464905, "0.138"], [1702464926, "0.138"], [1702464956, "0.138"], [1702464992, "0.138"], [1702465016, "0.138"], [1702465049, "0.138"], [1702465085, "0.138"], [1702465118, "0.138"], [1702465145, "0.138"], [1702465178, "0.138"], [1702465208, "0.138"], [1702465241, "0.138"], [1702465298, "0.138"], [1702465334, "0.138"], [1702465367, "0.138"], [1702465394, "0.138"], [1702465418, "0.138"], [1702465445, "0.138"], [1702465481, "0.138"], [1702465517, "0.138"], [1702465550, "0.138"], [1702465586, "0.138"], [1702465619, "0.138"], [1702465658, "0.138"], [1702465706, "0.138"], [1702465754, "0.138"], [1702465787, "0.138"], [1702465823, "0.138"], [1702465856, "0.138"], [1702465880, "0.138"], [1702465910, "0.138"], [1702465952, "0.138"], [1702465988, "0.138"], [1702466015, "0.138"], [1702466030, "0.138"], [1702466060, "0.138"], [1702466078, "0.138"], [1702466138, "0.138"], [1702466168, "0.138"], [1702466204, "0.138"], [1702466237, "0.138"], [1702466261, "0.138"], [1702466291, "0.138"], [1702466327, "0.138"], [1702466360, "0.138"], [1702466384, "0.138"], [1702466417, "0.138"], [1702466441, "0.138"], [1702466471, "0.138"], [1702466507, "0.138"], [1702466540, "0.138"], [1702466597, "0.138"], [1702466633, "0.138"], [1702466666, "0.138"], [1702466705, "0.138"], [1702466732, "0.138"], [1702466765, "0.138"], [1702466801, "0.138"], [1702466852, "0.138"], [1702466876, "0.138"], [1702466918, "0.138"], [1702466978, "0.138"], [1702467014, "0.138"], [1702467038, "0.138"], [1702467068, "0.138"], [1702467122, "0.138"], [1702467158, "0.138"], [1702467191, "0.138"], [1702467221, "0.138"], [1702467257, "0.138"], [1702467299, "0.138"], [1702467350, "0.138"], [1702467386, "0.138"], [1702467419, "0.138"], [1702467455, "0.138"], [1702467515, "0.138"], [1702467542, "0.138"], [1702467566, "0.138"], [1702467599, "0.138"], [1702467635, "0.138"], [1702467668, "0.138"], [1702467695, "0.138"], [1702467716, "0.138"], [1702467746, "0.138"], [1702467800, "0.138"], [1702467824, "0.138"], [1702467908, "0.138"], [1702467944, "0.138"], [1702467968, "0.138"], [1702468001, "0.138"], [1702468031, "0.138"], [1702468067, "0.138"], [1702468085, "0.138"], [1702468115, "0.138"], [1702468151, "0.138"], [1702468181, "0.138"], [1702468208, "0.138"], [1702468241, "0.138"], [1702468256, "0.138"], [1702468286, "0.138"], [1702468322, "0.138"], [1702468352, "0.138"], [1702468388, "0.138"], [1702468424, "0.138"], [1702468457, "0.138"], [1702468493, "0.138"], [1702468517, "0.138"], [1702468550, "0.138"], [1702468586, "0.138"], [1702468613, "0.138"], [1702468637, "0.138"], [1702468679, "0.138"], [1702468721, "0.138"], [1702468730, "0.138"], [1702468766, "0.138"], [1702468799, "0.138"], [1702468835, "0.138"], [1702468898, "0.138"], [1702468934, "0.138"], [1702468970, "0.138"], [1702468994, "0.138"], [1702469024, "0.138"], [1702469060, "0.138"], [1702469111, "0.138"], [1702469144, "0.138"], [1702469168, "0.138"], [1702469204, "0.138"], [1702469237, "0.138"], [1702469273, "0.138"], [1702469303, "0.138"], [1702469336, "0.138"], [1702469360, "0.138"], [1702469387, "0.138"], [1702469411, "0.138"], [1702469435, "0.138"], [1702469468, "0.138"], [1702469504, "0.138"], [1702469537, "0.138"], [1702469573, "0.138"], [1702469606, "0.138"], [1702469633, "0.138"], [1702469660, "0.138"], [1702469684, "0.138"], [1702469717, "0.138"], [1702469753, "0.138"], [1702469786, "0.138"], [1702469816, "0.138"], [1702469834, "0.138"], [1702469864, "0.138"], [1702469906, "0.138"], [1702469936, "0.138"], [1702469972, "0.138"], [1702470005, "0.138"], [1702470029, "0.138"], [1702470065, "0.138"], [1702470101, "0.138"], [1702470131, "0.138"], [1702470167, "0.138"], [1702470203, "0.138"], [1702470251, "0.138"], [1702470278, "0.138"], [1702470311, "0.138"], [1702470347, "0.138"], [1702470371, "0.138"], [1702470404, "0.138"], [1702470440, "0.138"], [1702470476, "0.138"], [1702470506, "0.138"], [1702470542, "0.138"], [1702470575, "0.138"], [1702470611, "0.138"], [1702470635, "0.138"], [1702470662, "0.138"], [1702470686, "0.138"], [1702470719, "0.138"], [1702470746, "0.138"], [1702470812, "0.138"], [1702470845, "0.138"], [1702470875, "0.138"], [1702470899, "0.138"], [1702470953, "0.138"], [1702470983, "0.138"], [1702471025, "0.138"], [1702471067, "0.138"], [1702471169, "0.138"], [1702471193, "0.138"], [1702471226, "0.138"], [1702471265, "0.138"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "71.388"], [1702462844, "79.773"], [1702462865, "88.158"], [1702462880, "96.543"], [1702462904, "113.313"], [1702462919, "121.698"], [1702462952, "138.468"], [1702462973, "146.853"], [1702462988, "155.238"], [1702463045, "180.393"], [1702463081, "197.163"], [1702463114, "213.933"], [1702463150, "230.703"], [1702463186, "247.473"], [1702463216, "264.243"], [1702463240, "281.013"], [1702463273, "297.783"], [1702463324, "322.938"], [1702463354, "339.708"], [1702463381, "356.478"], [1702463417, "373.248"], [1702463453, "390.018"], [1702463477, "406.788"], [1702463510, "423.558"], [1702463537, "440.328"], [1702463570, "457.098"], [1702463591, "473.868"], [1702463621, "490.638"], [1702463657, "507.408"], [1702463693, "524.178"], [1702463729, "540.948"], [1702463765, "557.718"], [1702463798, "574.488"], [1702463846, "599.643"], [1702463873, "616.413"], [1702463906, "633.183"], [1702463948, "658.338"], [1702463984, "675.108"], [1702464014, "691.878"], [1702464050, "708.648"], [1702464086, "725.418"], [1702464122, "742.188"], [1702464155, "758.958"], [1702464194, "784.113"], [1702464230, "800.883"], [1702464263, "817.653"], [1702464299, "834.423"], [1702464332, "851.193"], [1702464356, "867.963"], [1702464392, "884.733"], [1702464425, "901.503"], [1702464455, "918.273"], [1702464479, "935.043"], [1702464509, "951.813"], [1702464533, "968.583"], [1702464569, "985.353"], [1702464605, "1002.123"], [1702464635, "1018.893"], [1702464671, "1035.663"], [1702464716, "1052.433"], [1702464743, "1069.203"], [1702464776, "1085.973"], [1702464812, "1102.743"], [1702464836, "1119.513"], [1702464869, "1136.283"], [1702464905, "1153.053"], [1702464926, "1169.823"], [1702464956, "1186.593"], [1702464992, "1203.363"], [1702465016, "1220.133"], [1702465049, "1236.903"], [1702465085, "1253.673"], [1702465118, "1270.443"], [1702465145, "1287.213"], [1702465178, "1303.983"], [1702465208, "1320.753"], [1702465241, "1337.523"], [1702465298, "1362.678"], [1702465334, "1379.448"], [1702465367, "1396.218"], [1702465394, "1412.988"], [1702465418, "1429.758"], [1702465445, "1446.528"], [1702465481, "1463.298"], [1702465517, "1480.068"], [1702465550, "1496.838"], [1702465586, "1513.608"], [1702465619, "1530.378"], [1702465658, "1547.148"], [1702465706, "1563.918"], [1702465754, "1589.073"], [1702465787, "1605.843"], [1702465823, "1622.613"], [1702465856, "1639.383"], [1702465880, "1656.153"], [1702465910, "1672.923"], [1702465952, "1689.693"], [1702465988, "1706.463"], [1702466015, "1723.233"], [1702466030, "1740.003"], [1702466060, "1756.773"], [1702466078, "1773.543"], [1702466138, "1798.698"], [1702466168, "1815.468"], [1702466204, "1832.238"], [1702466237, "1849.008"], [1702466261, "1865.778"], [1702466291, "1882.548"], [1702466327, "1899.318"], [1702466360, "1916.088"], [1702466384, "1932.858"], [1702466417, "1949.628"], [1702466441, "1966.398"], [1702466471, "1983.168"], [1702466507, "1999.938"], [1702466540, "2016.708"], [1702466597, "2041.863"], [1702466633, "2058.633"], [1702466666, "2075.403"], [1702466705, "2092.173"], [1702466732, "2108.943"], [1702466765, "2125.713"], [1702466801, "2142.483"], [1702466852, "2167.638"], [1702466876, "2184.408"], [1702466918, "2201.178"], [1702466978, "2234.718"], [1702467014, "2251.488"], [1702467038, "2268.258"], [1702467068, "2285.028"], [1702467122, "2310.183"], [1702467158, "2326.953"], [1702467191, "2343.723"], [1702467221, "2360.493"], [1702467257, "2377.263"], [1702467299, "2394.033"], [1702467350, "2419.188"], [1702467386, "2435.958"], [1702467419, "2452.728"], [1702467455, "2469.498"], [1702467515, "2503.038"], [1702467542, "2519.808"], [1702467566, "2536.578"], [1702467599, "2553.348"], [1702467635, "2570.118"], [1702467668, "2586.888"], [1702467695, "2603.658"], [1702467716, "2620.428"], [1702467746, "2637.198"], [1702467800, "2662.353"], [1702467824, "2679.123"], [1702467908, "2721.048"], [1702467944, "2737.818"], [1702467968, "2754.588"], [1702468001, "2771.358"], [1702468031, "2788.128"], [1702468067, "2804.898"], [1702468085, "2821.668"], [1702468115, "2838.438"], [1702468151, "2855.208"], [1702468181, "2871.978"], [1702468208, "2888.748"], [1702468241, "2905.518"], [1702468256, "2922.288"], [1702468286, "2939.058"], [1702468322, "2955.828"], [1702468352, "2972.598"], [1702468388, "2989.368"], [1702468424, "3006.138"], [1702468457, "3022.908"], [1702468493, "3039.678"], [1702468517, "3056.448"], [1702468550, "3073.218"], [1702468586, "3089.988"], [1702468613, "3106.758"], [1702468637, "3123.528"], [1702468679, "3140.298"], [1702468721, "3157.068"], [1702468730, "3165.453"], [1702468766, "3182.223"], [1702468799, "3198.993"], [1702468835, "3215.763"], [1702468898, "3240.918"], [1702468934, "3257.688"], [1702468970, "3274.458"], [1702468994, "3291.228"], [1702469024, "3307.998"], [1702469060, "3324.768"], [1702469111, "3349.923"], [1702469144, "3366.693"], [1702469168, "3383.463"], [1702469204, "3400.233"], [1702469237, "3417.003"], [1702469273, "3433.773"], [1702469303, "3450.543"], [1702469336, "3467.313"], [1702469360, "3484.083"], [1702469387, "3500.853"], [1702469411, "3517.623"], [1702469435, "3534.393"], [1702469468, "3551.163"], [1702469504, "3567.933"], [1702469537, "3584.703"], [1702469573, "3601.473"], [1702469606, "3618.243"], [1702469633, "3635.013"], [1702469660, "3651.783"], [1702469684, "3668.553"], [1702469717, "3685.323"], [1702469753, "3702.093"], [1702469786, "3718.863"], [1702469816, "3735.633"], [1702469834, "3752.403"], [1702469864, "3769.173"], [1702469906, "3794.328"], [1702469936, "3811.098"], [1702469972, "3827.868"], [1702470005, "3844.638"], [1702470029, "3861.408"], [1702470065, "3878.178"], [1702470101, "3894.948"], [1702470131, "3911.718"], [1702470167, "3928.488"], [1702470203, "3945.258"], [1702470251, "3970.413"], [1702470278, "3987.183"], [1702470311, "4003.953"], [1702470347, "4020.723"], [1702470371, "4037.493"], [1702470404, "4054.263"], [1702470440, "4071.033"], [1702470476, "4087.803"], [1702470506, "4104.573"], [1702470542, "4121.343"], [1702470575, "4138.113"], [1702470611, "4154.883"], [1702470635, "4171.653"], [1702470662, "4188.423"], [1702470686, "4205.193"], [1702470719, "4221.963"], [1702470746, "4238.733"], [1702470812, "4272.273"], [1702470845, "4289.043"], [1702470875, "4305.813"], [1702470899, "4322.583"], [1702470953, "4347.738"], [1702470983, "4364.508"], [1702471025, "4381.278"], [1702471067, "4406.433"], [1702471169, "4448.358"], [1702471193, "4465.128"], [1702471226, "4481.898"], [1702471265, "4498.668"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0.117"], [1702462736, "0.117"], [1702462751, "0.117"], [1702462763, "0.117"], [1702462793, "0.117"], [1702462808, "0.117"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "9.114"], [1702462736, "18.228"], [1702462751, "27.342"], [1702462763, "36.261"], [1702462793, "53.916"], [1702462808, "62.652"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "218.454"], [1702462988, "389.139"], [1702463045, "673.356"], [1702463081, "905.286"], [1702463114, "1140.714"], [1702463150, "1387.509"], [1702463186, "1517.391"], [1702463216, "1612.344"], [1702463240, "1642.389"], [1702463273, "1660.608"], [1702463324, "1735.056"], [1702463354, "1895.739"], [1702463381, "2043.039"], [1702463417, "2272.632"], [1702463453, "2564.976"], [1702463477, "2780.601"], [1702463510, "2996.835"], [1702463537, "3142.908"], [1702463570, "3351.021"], [1702463591, "3379.545"], [1702463621, "3449.034"], [1702463657, "3469.338"], [1702463693, "3653.628"], [1702463729, "3736.731"], [1702463765, "3936.831"], [1702463798, "4400.262"], [1702463846, "4884.183"], [1702463873, "5143.827"], [1702463906, "5367.753"], [1702463948, "5542.71"], [1702463984, "5600.808"], [1702464014, "5642.562"], [1702464050, "5694.813"], [1702464086, "5767.992"], [1702464122, "5841.834"], [1702464155, "5990.262"], [1702464194, "6108.114"], [1702464230, "6280.449"], [1702464263, "6364.578"], [1702464299, "6609.618"], [1702464332, "6649.224"], [1702464356, "6679.737"], [1702464392, "6715.908"], [1702464425, "6762.099"], [1702464455, "6814.473"], [1702464479, "6858.183"], [1702464509, "6886.128"], [1702464533, "6949.812"], [1702464569, "7190.526"], [1702464605, "7366.827"], [1702464635, "7435.752"], [1702464671, "7642.422"], [1702464716, "7664.436"], [1702464743, "7710.672"], [1702464776, "7724.865"], [1702464812, "7757.478"], [1702464836, "7797.981"], [1702464869, "7861.41"], [1702464905, "7960.788"], [1702464926, "7983.369"], [1702464956, "8021.034"], [1702464992, "8232.465"], [1702465016, "8344.209"], [1702465049, "8451.654"], [1702465085, "8476.428"], [1702465118, "8479.956"], [1702465145, "8522.622"], [1702465178, "8557.83"], [1702465208, "8651.088"], [1702465241, "8687.028"], [1702465298, "8943.669"], [1702465334, "9100.521"], [1702465367, "9276.537"], [1702465394, "9369.825"], [1702465418, "9415.611"], [1702465445, "9438.072"], [1702465481, "9470.682"], [1702465517, "9502.356"], [1702465550, "9546.447"], [1702465586, "9579.693"], [1702465619, "9648.546"], [1702465658, "9744.264"], [1702465706, "9841.821"], [1702465754, "10156.164"], [1702465787, "10290.465"], [1702465823, "10298.853"], [1702465856, "10316.676"], [1702465880, "10372.428"], [1702465910, "10424.043"], [1702465952, "10498.428"], [1702465988, "10603.911"], [1702466015, "10792.83"], [1702466030, "10795.23"], [1702466060, "10884.798"], [1702466078, "10917.864"], [1702466138, "11098.215"], [1702466168, "11314.065"], [1702466204, "11344.533"], [1702466237, "11368.86"], [1702466261, "11398.716"], [1702466291, "11426.883"], [1702466327, "11485.959"], [1702466360, "11606.952"], [1702466384, "11693.376"], [1702466417, "11771.895"], [1702466441, "11862.054"], [1702466471, "11936.856"], [1702466507, "12129.723"], [1702466540, "12225.27"], [1702466597, "12260.055"], [1702466633, "12289.389"], [1702466666, "12369.366"], [1702466705, "12399.825"], [1702466732, "12535.257"], [1702466765, "12697.233"], [1702466801, "12787.05"], [1702466852, "13085.7"], [1702466876, "13151.427"], [1702466918, "13333.071"], [1702466978, "13372.47"], [1702467014, "13380.72"], [1702467038, "13435.92"], [1702467068, "13477.026"], [1702467122, "13600.551"], [1702467158, "13710.081"], [1702467191, "13844.544"], [1702467221, "14065.173"], [1702467257, "14377.347"], [1702467299, "15206.394"], [1702467350, "16974.315"], [1702467386, "18517.569"], [1702467419, "20310.423"], [1702467455, "22369.452"], [1702467515, "24945.975"], [1702467542, "26569.518"], [1702467566, "27491.433"], [1702467599, "28764.039"], [1702467635, "29025.879"], [1702467668, "29279.343"], [1702467695, "30064.068"], [1702467716, "30267.819"], [1702467746, "31263.516"], [1702467800, "33647.88"], [1702467824, "34654.944"], [1702467908, "38945.679"], [1702467944, "40808.964"], [1702467968, "41554.605"], [1702468001, "42861.582"], [1702468031, "42865.917"], [1702468067, "42927.825"], [1702468085, "43577.601"], [1702468115, "44568.492"], [1702468151, "45667.515"], [1702468181, "47546.397"], [1702468208, "48915.495"], [1702468241, "50510.991"], [1702468256, "51113.049"], [1702468286, "51900.609"], [1702468322, "53065.617"], [1702468352, "54343.272"], [1702468388, "54589.149"], [1702468424, "55053.441"], [1702468457, "55866.525"], [1702468493, "56903.166"], [1702468517, "58312.92"], [1702468550, "59768.061"], [1702468586, "61044.831"], [1702468613, "62209.638"], [1702468637, "63381.978"], [1702468679, "65007.762"], [1702468721, "66381.951"], [1702468730, "66383.808"], [1702468766, "66868.227"], [1702468799, "67948.926"], [1702468835, "68816.352"], [1702468898, "71167.374"], [1702468934, "73857.393"], [1702468970, "74680.899"], [1702468994, "75587.496"], [1702469024, "76104.984"], [1702469060, "78527.679"], [1702469111, "80433.144"], [1702469144, "80906.85"], [1702469168, "81238.413"], [1702469204, "82645.56"], [1702469237, "84069.447"], [1702469273, "85554.747"], [1702469303, "87224.19"], [1702469336, "88783.74"], [1702469360, "89624.004"], [1702469387, "90300.837"], [1702469411, "90891.099"], [1702469435, "91935.798"], [1702469468, "93276.36"], [1702469504, "93668.19"], [1702469537, "94156.713"], [1702469573, "94672.407"], [1702469606, "95111.946"], [1702469633, "95938.278"], [1702469660, "96480.489"], [1702469684, "96840.969"], [1702469717, "97550.709"], [1702469753, "98608.407"], [1702469786, "100080.39"], [1702469816, "100342.482"], [1702469834, "101260.386"], [1702469864, "101842.002"], [1702469906, "102618.693"], [1702469936, "103034.97"], [1702469972, "103251.132"], [1702470005, "103662.588"], [1702470029, "103860.516"], [1702470065, "105227.133"], [1702470101, "106508.619"], [1702470131, "106644.912"], [1702470167, "107316.66"], [1702470203, "108514.821"], [1702470251, "109106.643"], [1702470278, "110731.533"], [1702470311, "111830.883"], [1702470347, "112900.74"], [1702470371, "113027.727"], [1702470404, "113446.983"], [1702470440, "113800.926"], [1702470476, "114294.378"], [1702470506, "115626.858"], [1702470542, "116753.289"], [1702470575, "117253.593"], [1702470611, "118169.55"], [1702470635, "119014.29"], [1702470662, "119835.396"], [1702470686, "120922.686"], [1702470719, "121516.104"], [1702470746, "122288.001"], [1702470812, "123277.083"], [1702470845, "123285.297"], [1702470875, "123372.63"], [1702470899, "123511.221"], [1702470953, "123646.185"], [1702470983, "123653.598"], [1702471025, "123701.562"], [1702471067, "124029.705"], [1702471169, "124257.399"], [1702471193, "124267.287"], [1702471226, "124388.043"], [1702471265, "124554.972"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "75.465"], [1702462988, "83.85"], [1702463045, "109.005"], [1702463081, "125.775"], [1702463114, "142.545"], [1702463150, "159.315"], [1702463186, "176.085"], [1702463216, "192.855"], [1702463240, "209.625"], [1702463273, "226.395"], [1702463324, "251.55"], [1702463354, "268.32"], [1702463381, "285.09"], [1702463417, "301.86"], [1702463453, "318.63"], [1702463477, "335.4"], [1702463510, "352.17"], [1702463537, "368.94"], [1702463570, "385.71"], [1702463591, "402.48"], [1702463621, "419.25"], [1702463657, "436.02"], [1702463693, "452.79"], [1702463729, "469.56"], [1702463765, "486.33"], [1702463798, "503.1"], [1702463846, "528.255"], [1702463873, "545.025"], [1702463906, "561.795"], [1702463948, "586.95"], [1702463984, "603.72"], [1702464014, "620.49"], [1702464050, "637.26"], [1702464086, "654.03"], [1702464122, "670.8"], [1702464155, "687.57"], [1702464194, "712.725"], [1702464230, "729.495"], [1702464263, "746.265"], [1702464299, "763.035"], [1702464332, "779.805"], [1702464356, "796.575"], [1702464392, "813.345"], [1702464425, "830.115"], [1702464455, "846.885"], [1702464479, "863.655"], [1702464509, "880.425"], [1702464533, "897.195"], [1702464569, "913.965"], [1702464605, "930.735"], [1702464635, "947.505"], [1702464671, "964.275"], [1702464716, "981.045"], [1702464743, "997.815"], [1702464776, "1014.585"], [1702464812, "1031.355"], [1702464836, "1048.125"], [1702464869, "1064.895"], [1702464905, "1081.665"], [1702464926, "1098.435"], [1702464956, "1115.205"], [1702464992, "1131.975"], [1702465016, "1148.745"], [1702465049, "1165.515"], [1702465085, "1182.285"], [1702465118, "1199.055"], [1702465145, "1215.825"], [1702465178, "1232.595"], [1702465208, "1249.365"], [1702465241, "1266.135"], [1702465298, "1291.29"], [1702465334, "1308.06"], [1702465367, "1324.83"], [1702465394, "1341.6"], [1702465418, "1358.37"], [1702465445, "1375.14"], [1702465481, "1391.91"], [1702465517, "1408.68"], [1702465550, "1425.45"], [1702465586, "1442.22"], [1702465619, "1458.99"], [1702465658, "1475.76"], [1702465706, "1492.53"], [1702465754, "1517.685"], [1702465787, "1534.455"], [1702465823, "1551.225"], [1702465856, "1567.995"], [1702465880, "1584.765"], [1702465910, "1601.535"], [1702465952, "1618.305"], [1702465988, "1635.075"], [1702466015, "1651.845"], [1702466030, "1668.615"], [1702466060, "1685.385"], [1702466078, "1702.155"], [1702466138, "1727.31"], [1702466168, "1744.08"], [1702466204, "1760.85"], [1702466237, "1777.62"], [1702466261, "1794.39"], [1702466291, "1811.16"], [1702466327, "1827.93"], [1702466360, "1844.7"], [1702466384, "1861.47"], [1702466417, "1878.24"], [1702466441, "1895.01"], [1702466471, "1911.78"], [1702466507, "1928.55"], [1702466540, "1945.32"], [1702466597, "1970.475"], [1702466633, "1987.245"], [1702466666, "2004.015"], [1702466705, "2020.785"], [1702466732, "2037.555"], [1702466765, "2054.325"], [1702466801, "2071.095"], [1702466852, "2096.25"], [1702466876, "2113.02"], [1702466918, "2129.79"], [1702466978, "2163.33"], [1702467014, "2180.1"], [1702467038, "2196.87"], [1702467068, "2213.64"], [1702467122, "2238.795"], [1702467158, "2255.565"], [1702467191, "2272.335"], [1702467221, "2289.105"], [1702467257, "2305.875"], [1702467299, "2322.645"], [1702467350, "2347.8"], [1702467386, "2364.57"], [1702467419, "2381.34"], [1702467455, "2398.11"], [1702467515, "2431.65"], [1702467542, "2448.42"], [1702467566, "2465.19"], [1702467599, "2481.96"], [1702467635, "2498.73"], [1702467668, "2515.5"], [1702467695, "2532.27"], [1702467716, "2549.04"], [1702467746, "2565.81"], [1702467800, "2590.965"], [1702467824, "2607.735"], [1702467908, "2649.66"], [1702467944, "2666.43"], [1702467968, "2683.2"], [1702468001, "2699.97"], [1702468031, "2716.74"], [1702468067, "2733.51"], [1702468085, "2750.28"], [1702468115, "2767.05"], [1702468151, "2783.82"], [1702468181, "2800.59"], [1702468208, "2817.36"], [1702468241, "2834.13"], [1702468256, "2850.9"], [1702468286, "2867.67"], [1702468322, "2884.44"], [1702468352, "2901.21"], [1702468388, "2917.98"], [1702468424, "2934.75"], [1702468457, "2951.52"], [1702468493, "2968.29"], [1702468517, "2985.06"], [1702468550, "3001.83"], [1702468586, "3018.6"], [1702468613, "3035.37"], [1702468637, "3052.14"], [1702468679, "3068.91"], [1702468721, "3085.68"], [1702468730, "3094.065"], [1702468766, "3110.835"], [1702468799, "3127.605"], [1702468835, "3144.375"], [1702468898, "3169.53"], [1702468934, "3186.3"], [1702468970, "3203.07"], [1702468994, "3219.84"], [1702469024, "3236.61"], [1702469060, "3253.38"], [1702469111, "3278.535"], [1702469144, "3295.305"], [1702469168, "3312.075"], [1702469204, "3328.845"], [1702469237, "3345.615"], [1702469273, "3362.385"], [1702469303, "3379.155"], [1702469336, "3395.925"], [1702469360, "3412.695"], [1702469387, "3429.465"], [1702469411, "3446.235"], [1702469435, "3463.005"], [1702469468, "3479.775"], [1702469504, "3496.545"], [1702469537, "3513.315"], [1702469573, "3530.085"], [1702469606, "3546.855"], [1702469633, "3563.625"], [1702469660, "3580.395"], [1702469684, "3597.165"], [1702469717, "3613.935"], [1702469753, "3630.705"], [1702469786, "3647.475"], [1702469816, "3664.245"], [1702469834, "3681.015"], [1702469864, "3697.785"], [1702469906, "3722.94"], [1702469936, "3739.71"], [1702469972, "3756.48"], [1702470005, "3773.25"], [1702470029, "3790.02"], [1702470065, "3806.79"], [1702470101, "3823.56"], [1702470131, "3840.33"], [1702470167, "3857.1"], [1702470203, "3873.87"], [1702470251, "3899.025"], [1702470278, "3915.795"], [1702470311, "3932.565"], [1702470347, "3949.335"], [1702470371, "3966.105"], [1702470404, "3982.875"], [1702470440, "3999.645"], [1702470476, "4016.415"], [1702470506, "4033.185"], [1702470542, "4049.955"], [1702470575, "4066.725"], [1702470611, "4083.495"], [1702470635, "4100.265"], [1702470662, "4117.035"], [1702470686, "4133.805"], [1702470719, "4150.575"], [1702470746, "4167.345"], [1702470812, "4200.885"], [1702470845, "4217.655"], [1702470875, "4234.425"], [1702470899, "4251.195"], [1702470953, "4276.35"], [1702470983, "4293.12"], [1702471025, "4309.89"], [1702471067, "4335.045"], [1702471169, "4376.97"], [1702471193, "4393.74"], [1702471226, "4410.51"], [1702471265, "4427.28"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1.923"], [1702462865, "1.965"], [1702462880, "14.034"], [1702462904, "28.998"], [1702462919, "44.553"], [1702462952, "214.314"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.385"], [1702462865, "16.77"], [1702462880, "25.155"], [1702462904, "41.925"], [1702462919, "50.31"], [1702462952, "67.08"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "2.259"], [1702462721, "2.34"], [1702462736, "2.46"], [1702462751, "4.011"], [1702462763, "4.014"], [1702462793, "4.029"], [1702462808, "4.443"], [1702462829, "4.488"], [1702462844, "4.668"], [1702462865, "4.695"], [1702462880, "4.734"], [1702462904, "4.737"], [1702462919, "4.758"], [1702462952, "4.83"], [1702462973, "4.848"], [1702462988, "4.965"], [1702463045, "5.268"], [1702463081, "5.457"], [1702463114, "5.532"], [1702463150, "5.586"], [1702463186, "5.643"], [1702463216, "5.643"], [1702463240, "5.646"], [1702463273, "5.775"], [1702463324, "8.055"], [1702463354, "8.079"], [1702463381, "8.082"], [1702463417, "8.163"], [1702463453, "8.277"], [1702463477, "8.358"], [1702463510, "8.421"], [1702463537, "8.724"], [1702463570, "8.925"], [1702463591, "8.949"], [1702463621, "9.024"], [1702463657, "9.156"], [1702463693, "9.252"], [1702463729, "10.269"], [1702463765, "10.338"], [1702463798, "10.62"], [1702463846, "10.869"], [1702463873, "10.953"], [1702463906, "11.07"], [1702463948, "11.187"], [1702463984, "11.271"], [1702464014, "11.376"], [1702464050, "11.418"], [1702464086, "11.715"], [1702464122, "11.865"], [1702464155, "12.252"], [1702464194, "12.333"], [1702464230, "12.882"], [1702464263, "12.939"], [1702464299, "13.023"], [1702464332, "13.155"], [1702464356, "13.203"], [1702464392, "13.29"], [1702464425, "13.782"], [1702464455, "13.893"], [1702464479, "13.953"], [1702464509, "13.956"], [1702464533, "14.067"], [1702464569, "14.151"], [1702464605, "14.304"], [1702464635, "14.397"], [1702464671, "14.472"], [1702464716, "14.688"], [1702464743, "15.402"], [1702464776, "15.948"], [1702464812, "16.197"], [1702464836, "16.29"], [1702464869, "16.392"], [1702464905, "16.428"], [1702464926, "16.443"], [1702464956, "16.521"], [1702464992, "16.656"], [1702465016, "16.692"], [1702465049, "16.773"], [1702465085, "16.932"], [1702465118, "17.079"], [1702465145, "17.25"], [1702465178, "17.31"], [1702465208, "18.078"], [1702465241, "18.159"], [1702465298, "18.345"], [1702465334, "18.444"], [1702465367, "18.522"], [1702465394, "18.555"], [1702465418, "18.555"], [1702465445, "18.654"], [1702465481, "18.741"], [1702465517, "18.936"], [1702465550, "19.08"], [1702465586, "19.191"], [1702465619, "19.254"], [1702465658, "19.302"], [1702465706, "19.365"], [1702465754, "19.602"], [1702465787, "19.743"], [1702465823, "19.821"], [1702465856, "20.01"], [1702465880, "20.112"], [1702465910, "20.136"], [1702465952, "20.43"], [1702465988, "20.532"], [1702466015, "20.646"], [1702466030, "20.652"], [1702466060, "20.805"], [1702466078, "20.82"], [1702466138, "20.955"], [1702466168, "21.102"], [1702466204, "22.434"], [1702466237, "22.635"], [1702466261, "22.722"], [1702466291, "22.722"], [1702466327, "22.782"], [1702466360, "22.791"], [1702466384, "22.86"], [1702466417, "22.962"], [1702466441, "22.992"], [1702466471, "22.995"], [1702466507, "23.16"], [1702466540, "23.355"], [1702466597, "24.378"], [1702466633, "24.456"], [1702466666, "25.137"], [1702466705, "25.191"], [1702466732, "25.278"], [1702466765, "25.359"], [1702466801, "25.482"], [1702466852, "27.192"], [1702466876, "27.204"], [1702466918, "27.339"], [1702466978, "28.404"], [1702467014, "29.466"], [1702467038, "29.673"], [1702467068, "29.766"], [1702467122, "31.122"], [1702467158, "31.167"], [1702467191, "31.233"], [1702467221, "31.371"], [1702467257, "31.464"], [1702467299, "31.533"], [1702467350, "31.59"], [1702467386, "31.629"], [1702467419, "31.638"], [1702467455, "31.653"], [1702467515, "31.734"], [1702467542, "31.743"], [1702467566, "31.752"], [1702467599, "31.755"], [1702467635, "31.905"], [1702467668, "32.1"], [1702467695, "32.31"], [1702467716, "32.343"], [1702467746, "32.37"], [1702467800, "32.559"], [1702467824, "32.577"], [1702467908, "32.634"], [1702467944, "32.673"], [1702467968, "32.679"], [1702468001, "32.703"], [1702468031, "32.739"], [1702468067, "32.955"], [1702468085, "32.973"], [1702468115, "32.976"], [1702468151, "32.997"], [1702468181, "33.009"], [1702468208, "33.012"], [1702468241, "33.042"], [1702468256, "33.054"], [1702468286, "33.069"], [1702468322, "33.09"], [1702468352, "33.192"], [1702468388, "33.336"], [1702468424, "33.408"], [1702468457, "33.486"], [1702468493, "33.57"], [1702468517, "33.825"], [1702468550, "33.84"], [1702468586, "33.849"], [1702468613, "34.116"], [1702468637, "34.125"], [1702468679, "34.134"], [1702468721, "34.245"], [1702468730, "34.275"], [1702468766, "34.353"], [1702468799, "34.392"], [1702468835, "34.413"], [1702468898, "34.569"], [1702468934, "34.629"], [1702468970, "34.929"], [1702468994, "35.031"], [1702469024, "35.064"], [1702469060, "35.076"], [1702469111, "35.118"], [1702469144, "35.127"], [1702469168, "35.154"], [1702469204, "35.181"], [1702469237, "35.208"], [1702469273, "35.226"], [1702469303, "35.268"], [1702469336, "35.352"], [1702469360, "35.361"], [1702469387, "35.367"], [1702469411, "35.373"], [1702469435, "35.388"], [1702469468, "35.424"], [1702469504, "35.427"], [1702469537, "35.448"], [1702469573, "35.478"], [1702469606, "35.757"], [1702469633, "35.784"], [1702469660, "35.943"], [1702469684, "35.997"], [1702469717, "36.69"], [1702469753, "36.723"], [1702469786, "36.747"], [1702469816, "36.747"], [1702469834, "36.756"], [1702469864, "36.777"], [1702469906, "36.867"], [1702469936, "36.9"], [1702469972, "309.081"], [1702470005, "309.588"], [1702470029, "309.63"], [1702470065, "309.852"], [1702470101, "310.404"], [1702470131, "312.621"], [1702470167, "315.807"], [1702470203, "317.841"], [1702470251, "319.269"], [1702470278, "320.142"], [1702470311, "320.589"], [1702470347, "321.609"], [1702470371, "322.296"], [1702470404, "323.562"], [1702470440, "325.53"], [1702470476, "334.569"], [1702470506, "335.934"], [1702470542, "338.088"], [1702470575, "341.841"], [1702470611, "343.851"], [1702470635, "344.514"], [1702470662, "344.928"], [1702470686, "345.366"], [1702470719, "345.96"], [1702470746, "346.515"], [1702470812, "347.733"], [1702470845, "349.062"], [1702470875, "349.533"], [1702470899, "350.013"], [1702470953, "350.868"], [1702470983, "351.36"], [1702471025, "352.959"], [1702471067, "354.222"], [1702471169, "356.988"], [1702471193, "357.957"], [1702471226, "359.184"], [1702471265, "360.957"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.012"], [1702462919, "0.012"], [1702462952, "0.012"], [1702462973, "0.012"], [1702462988, "0.012"], [1702463045, "0.012"], [1702463081, "0.012"], [1702463114, "0.012"], [1702463150, "0.012"], [1702463186, "0.012"], [1702463216, "0.012"], [1702463240, "0.012"], [1702463273, "0.012"], [1702463324, "0.012"], [1702463354, "0.012"], [1702463381, "0.012"], [1702463417, "0.015"], [1702463453, "0.015"], [1702463477, "0.015"], [1702463510, "0.015"], [1702463537, "0.015"], [1702463570, "0.015"], [1702463591, "0.015"], [1702463621, "0.015"], [1702463657, "0.015"], [1702463693, "0.015"], [1702463729, "0.015"], [1702463765, "0.015"], [1702463798, "0.015"], [1702463846, "0.015"], [1702463873, "0.015"], [1702463906, "0.015"], [1702463948, "0.015"], [1702463984, "0.015"], [1702464014, "0.015"], [1702464050, "0.015"], [1702464086, "0.015"], [1702464122, "0.015"], [1702464155, "0.015"], [1702464194, "0.015"], [1702464230, "0.015"], [1702464263, "0.015"], [1702464299, "0.015"], [1702464332, "0.015"], [1702464356, "0.015"], [1702464392, "0.015"], [1702464425, "0.015"], [1702464455, "0.015"], [1702464479, "0.015"], [1702464509, "0.015"], [1702464533, "0.015"], [1702464569, "0.015"], [1702464605, "0.015"], [1702464635, "0.015"], [1702464671, "0.015"], [1702464716, "0.015"], [1702464743, "0.015"], [1702464776, "0.015"], [1702464812, "0.015"], [1702464836, "0.015"], [1702464869, "0.015"], [1702464905, "0.015"], [1702464926, "0.015"], [1702464956, "0.015"], [1702464992, "0.015"], [1702465016, "0.015"], [1702465049, "0.015"], [1702465085, "0.015"], [1702465118, "0.015"], [1702465145, "0.015"], [1702465178, "0.015"], [1702465208, "0.015"], [1702465241, "0.015"], [1702465298, "0.015"], [1702465334, "0.015"], [1702465367, "0.015"], [1702465394, "0.015"], [1702465418, "0.015"], [1702465445, "0.015"], [1702465481, "0.015"], [1702465517, "0.015"], [1702465550, "0.015"], [1702465586, "0.015"], [1702465619, "0.015"], [1702465658, "0.015"], [1702465706, "0.015"], [1702465754, "0.015"], [1702465787, "0.015"], [1702465823, "0.015"], [1702465856, "0.015"], [1702465880, "0.015"], [1702465910, "0.015"], [1702465952, "0.015"], [1702465988, "0.015"], [1702466015, "0.015"], [1702466030, "0.015"], [1702466060, "0.015"], [1702466078, "0.015"], [1702466138, "0.015"], [1702466168, "0.015"], [1702466204, "0.015"], [1702466237, "0.015"], [1702466261, "0.015"], [1702466291, "0.015"], [1702466327, "0.015"], [1702466360, "0.015"], [1702466384, "0.015"], [1702466417, "0.015"], [1702466441, "0.015"], [1702466471, "0.015"], [1702466507, "0.015"], [1702466540, "0.015"], [1702466597, "0.015"], [1702466633, "0.015"], [1702466666, "0.015"], [1702466705, "0.015"], [1702466732, "0.015"], [1702466765, "0.015"], [1702466801, "0.015"], [1702466852, "0.015"], [1702466876, "0.015"], [1702466918, "0.015"], [1702466978, "0.015"], [1702467014, "0.015"], [1702467038, "0.015"], [1702467068, "0.015"], [1702467122, "0.015"], [1702467158, "0.015"], [1702467191, "0.015"], [1702467221, "0.015"], [1702467257, "0.015"], [1702467299, "0.015"], [1702467350, "0.015"], [1702467386, "0.015"], [1702467419, "0.015"], [1702467455, "0.015"], [1702467515, "0.015"], [1702467542, "0.015"], [1702467566, "0.015"], [1702467599, "0.015"], [1702467635, "0.015"], [1702467668, "0.015"], [1702467695, "0.015"], [1702467716, "0.015"], [1702467746, "0.015"], [1702467800, "0.015"], [1702467824, "0.015"], [1702467908, "0.015"], [1702467944, "0.015"], [1702467968, "0.015"], [1702468001, "0.015"], [1702468031, "0.015"], [1702468067, "0.015"], [1702468085, "0.015"], [1702468115, "0.015"], [1702468151, "0.015"], [1702468181, "0.015"], [1702468208, "0.015"], [1702468241, "0.015"], [1702468256, "0.015"], [1702468286, "0.015"], [1702468322, "0.015"], [1702468352, "0.015"], [1702468388, "0.015"], [1702468424, "0.015"], [1702468457, "0.015"], [1702468493, "0.015"], [1702468517, "0.015"], [1702468550, "0.015"], [1702468586, "0.015"], [1702468613, "0.015"], [1702468637, "0.015"], [1702468679, "0.015"], [1702468721, "0.015"], [1702468730, "0.015"], [1702468766, "0.015"], [1702468799, "0.015"], [1702468835, "0.015"], [1702468898, "0.015"], [1702468934, "0.015"], [1702468970, "0.015"], [1702468994, "0.015"], [1702469024, "0.015"], [1702469060, "0.015"], [1702469111, "0.015"], [1702469144, "0.015"], [1702469168, "0.015"], [1702469204, "0.015"], [1702469237, "0.015"], [1702469273, "0.015"], [1702469303, "0.015"], [1702469336, "0.015"], [1702469360, "0.015"], [1702469387, "0.015"], [1702469411, "0.015"], [1702469435, "0.015"], [1702469468, "0.015"], [1702469504, "0.015"], [1702469537, "0.015"], [1702469573, "0.015"], [1702469606, "0.015"], [1702469633, "0.015"], [1702469660, "0.015"], [1702469684, "0.015"], [1702469717, "0.015"], [1702469753, "0.015"], [1702469786, "0.015"], [1702469816, "0.015"], [1702469834, "0.015"], [1702469864, "0.015"], [1702469906, "0.015"], [1702469936, "0.015"], [1702469972, "0.015"], [1702470005, "0.015"], [1702470029, "0.015"], [1702470065, "0.015"], [1702470101, "0.015"], [1702470131, "0.015"], [1702470167, "0.015"], [1702470203, "0.015"], [1702470251, "0.015"], [1702470278, "0.015"], [1702470311, "0.015"], [1702470347, "0.015"], [1702470371, "0.015"], [1702470404, "0.015"], [1702470440, "0.015"], [1702470476, "0.015"], [1702470506, "0.015"], [1702470542, "0.015"], [1702470575, "0.015"], [1702470611, "0.015"], [1702470635, "0.015"], [1702470662, "0.015"], [1702470686, "0.015"], [1702470719, "0.015"], [1702470746, "0.015"], [1702470812, "0.015"], [1702470845, "0.015"], [1702470875, "0.015"], [1702470899, "0.015"], [1702470953, "0.015"], [1702470983, "0.015"], [1702471025, "0.015"], [1702471067, "0.015"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "85.971"], [1702462919, "94.356"], [1702462952, "111.126"], [1702462973, "119.511"], [1702462988, "127.896"], [1702463045, "153.051"], [1702463081, "169.821"], [1702463114, "186.591"], [1702463150, "203.361"], [1702463186, "220.131"], [1702463216, "236.901"], [1702463240, "253.671"], [1702463273, "270.441"], [1702463324, "295.596"], [1702463354, "312.366"], [1702463381, "329.136"], [1702463417, "345.906"], [1702463453, "362.676"], [1702463477, "379.446"], [1702463510, "396.216"], [1702463537, "412.986"], [1702463570, "429.756"], [1702463591, "446.526"], [1702463621, "463.296"], [1702463657, "480.066"], [1702463693, "496.836"], [1702463729, "513.606"], [1702463765, "530.376"], [1702463798, "547.146"], [1702463846, "572.301"], [1702463873, "589.071"], [1702463906, "605.841"], [1702463948, "630.996"], [1702463984, "647.766"], [1702464014, "664.536"], [1702464050, "681.306"], [1702464086, "698.076"], [1702464122, "714.846"], [1702464155, "731.616"], [1702464194, "756.771"], [1702464230, "773.541"], [1702464263, "790.311"], [1702464299, "807.081"], [1702464332, "823.851"], [1702464356, "840.621"], [1702464392, "857.391"], [1702464425, "874.161"], [1702464455, "890.931"], [1702464479, "907.701"], [1702464509, "924.471"], [1702464533, "941.241"], [1702464569, "958.011"], [1702464605, "974.781"], [1702464635, "991.551"], [1702464671, "1008.321"], [1702464716, "1025.091"], [1702464743, "1041.861"], [1702464776, "1058.631"], [1702464812, "1075.401"], [1702464836, "1092.171"], [1702464869, "1108.941"], [1702464905, "1125.711"], [1702464926, "1142.481"], [1702464956, "1159.251"], [1702464992, "1176.021"], [1702465016, "1192.791"], [1702465049, "1209.561"], [1702465085, "1226.331"], [1702465118, "1243.101"], [1702465145, "1259.871"], [1702465178, "1276.641"], [1702465208, "1293.411"], [1702465241, "1310.181"], [1702465298, "1335.336"], [1702465334, "1352.106"], [1702465367, "1368.876"], [1702465394, "1385.646"], [1702465418, "1402.416"], [1702465445, "1419.186"], [1702465481, "1435.956"], [1702465517, "1452.726"], [1702465550, "1469.496"], [1702465586, "1486.266"], [1702465619, "1503.036"], [1702465658, "1519.806"], [1702465706, "1536.576"], [1702465754, "1561.731"], [1702465787, "1578.501"], [1702465823, "1595.271"], [1702465856, "1612.041"], [1702465880, "1628.811"], [1702465910, "1645.581"], [1702465952, "1662.351"], [1702465988, "1679.121"], [1702466015, "1695.891"], [1702466030, "1712.661"], [1702466060, "1729.431"], [1702466078, "1746.201"], [1702466138, "1771.356"], [1702466168, "1788.126"], [1702466204, "1804.896"], [1702466237, "1821.666"], [1702466261, "1838.436"], [1702466291, "1855.206"], [1702466327, "1871.976"], [1702466360, "1888.746"], [1702466384, "1905.516"], [1702466417, "1922.286"], [1702466441, "1939.056"], [1702466471, "1955.826"], [1702466507, "1972.596"], [1702466540, "1989.366"], [1702466597, "2014.521"], [1702466633, "2031.291"], [1702466666, "2048.061"], [1702466705, "2064.831"], [1702466732, "2081.601"], [1702466765, "2098.371"], [1702466801, "2115.141"], [1702466852, "2140.296"], [1702466876, "2157.066"], [1702466918, "2173.836"], [1702466978, "2207.376"], [1702467014, "2224.146"], [1702467038, "2240.916"], [1702467068, "2257.686"], [1702467122, "2282.841"], [1702467158, "2299.611"], [1702467191, "2316.381"], [1702467221, "2333.151"], [1702467257, "2349.921"], [1702467299, "2366.691"], [1702467350, "2391.846"], [1702467386, "2408.616"], [1702467419, "2425.386"], [1702467455, "2442.156"], [1702467515, "2475.696"], [1702467542, "2492.466"], [1702467566, "2509.236"], [1702467599, "2526.006"], [1702467635, "2542.776"], [1702467668, "2559.546"], [1702467695, "2576.316"], [1702467716, "2593.086"], [1702467746, "2609.856"], [1702467800, "2635.011"], [1702467824, "2651.781"], [1702467908, "2693.706"], [1702467944, "2710.476"], [1702467968, "2727.246"], [1702468001, "2744.016"], [1702468031, "2760.786"], [1702468067, "2777.556"], [1702468085, "2794.326"], [1702468115, "2811.096"], [1702468151, "2827.866"], [1702468181, "2844.636"], [1702468208, "2861.406"], [1702468241, "2878.176"], [1702468256, "2894.946"], [1702468286, "2911.716"], [1702468322, "2928.486"], [1702468352, "2945.256"], [1702468388, "2962.026"], [1702468424, "2978.796"], [1702468457, "2995.566"], [1702468493, "3012.336"], [1702468517, "3029.106"], [1702468550, "3045.876"], [1702468586, "3062.646"], [1702468613, "3079.416"], [1702468637, "3096.186"], [1702468679, "3112.956"], [1702468721, "3129.726"], [1702468730, "3138.111"], [1702468766, "3154.881"], [1702468799, "3171.651"], [1702468835, "3188.421"], [1702468898, "3213.576"], [1702468934, "3230.346"], [1702468970, "3247.116"], [1702468994, "3263.886"], [1702469024, "3280.656"], [1702469060, "3297.426"], [1702469111, "3322.581"], [1702469144, "3339.351"], [1702469168, "3356.121"], [1702469204, "3372.891"], [1702469237, "3389.661"], [1702469273, "3406.431"], [1702469303, "3423.201"], [1702469336, "3439.971"], [1702469360, "3456.741"], [1702469387, "3473.511"], [1702469411, "3490.281"], [1702469435, "3507.051"], [1702469468, "3523.821"], [1702469504, "3540.591"], [1702469537, "3557.361"], [1702469573, "3574.131"], [1702469606, "3590.901"], [1702469633, "3607.671"], [1702469660, "3624.441"], [1702469684, "3641.211"], [1702469717, "3657.981"], [1702469753, "3674.751"], [1702469786, "3691.521"], [1702469816, "3708.291"], [1702469834, "3725.061"], [1702469864, "3741.831"], [1702469906, "3766.986"], [1702469936, "3783.756"], [1702469972, "3800.526"], [1702470005, "3817.296"], [1702470029, "3834.066"], [1702470065, "3850.836"], [1702470101, "3867.606"], [1702470131, "3884.376"], [1702470167, "3901.146"], [1702470203, "3917.916"], [1702470251, "3943.071"], [1702470278, "3959.841"], [1702470311, "3976.611"], [1702470347, "3993.381"], [1702470371, "4010.151"], [1702470404, "4026.921"], [1702470440, "4043.691"], [1702470476, "4060.461"], [1702470506, "4077.231"], [1702470542, "4094.001"], [1702470575, "4110.771"], [1702470611, "4127.541"], [1702470635, "4144.311"], [1702470662, "4161.081"], [1702470686, "4177.851"], [1702470719, "4194.621"], [1702470746, "4211.391"], [1702470812, "4244.931"], [1702470845, "4261.701"], [1702470875, "4278.471"], [1702470899, "4295.241"], [1702470953, "4320.396"], [1702470983, "4337.166"], [1702471025, "4353.936"], [1702471067, "4379.091"], [1702471169, "4421.016"], [1702471193, "4437.786"], [1702471226, "4454.556"], [1702471265, "4471.326"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.003"], [1702462793, "0.012"], [1702462808, "0.012"], [1702462829, "0.012"], [1702462844, "0.012"], [1702462865, "0.012"], [1702462880, "0.012"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "8.919"], [1702462793, "26.574"], [1702462808, "35.31"], [1702462829, "44.046"], [1702462844, "52.431"], [1702462865, "60.816"], [1702462880, "69.201"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "8.637"], [1702462721, "8.979"], [1702462736, "9.141"], [1702462751, "9.276"], [1702462763, "9.279"], [1702462793, "9.711"], [1702462808, "10.731"], [1702462829, "10.992"], [1702462844, "11.904"], [1702462865, "11.988"], [1702462880, "12.69"], [1702462904, "12.831"], [1702462919, "12.942"], [1702462952, "14.37"], [1702462973, "14.478"], [1702462988, "15.762"], [1702463045, "21.165"], [1702463081, "21.768"], [1702463114, "22.605"], [1702463150, "23.454"], [1702463186, "26.073"], [1702463216, "26.961"], [1702463240, "28.968"], [1702463273, "29.691"], [1702463324, "31.791"], [1702463354, "32.274"], [1702463381, "32.718"], [1702463417, "33.192"], [1702463453, "34.314"], [1702463477, "34.686"], [1702463510, "35.604"], [1702463537, "36.096"], [1702463570, "36.852"], [1702463591, "37.548"], [1702463621, "38.592"], [1702463657, "39.603"], [1702463693, "40.422"], [1702463729, "41.424"], [1702463765, "42.768"], [1702463798, "43.842"], [1702463846, "44.205"], [1702463873, "44.463"], [1702463906, "45.12"], [1702463948, "46.233"], [1702463984, "46.47"], [1702464014, "47.085"], [1702464050, "48.129"], [1702464086, "49.494"], [1702464122, "50.337"], [1702464155, "51.594"], [1702464194, "52.233"], [1702464230, "53.334"], [1702464263, "53.814"], [1702464299, "55.404"], [1702464332, "56.295"], [1702464356, "56.862"], [1702464392, "57.831"], [1702464425, "58.905"], [1702464455, "59.847"], [1702464479, "60.453"], [1702464509, "67.209"], [1702464533, "67.662"], [1702464569, "69.306"], [1702464605, "70.131"], [1702464635, "70.38"], [1702464671, "71.31"], [1702464716, "72.9"], [1702464743, "73.959"], [1702464776, "75.45"], [1702464812, "77.208"], [1702464836, "77.856"], [1702464869, "79.215"], [1702464905, "80.247"], [1702464926, "80.415"], [1702464956, "80.907"], [1702464992, "81.954"], [1702465016, "82.371"], [1702465049, "82.827"], [1702465085, "87.348"], [1702465118, "87.531"], [1702465145, "88.842"], [1702465178, "90.021"], [1702465208, "90.987"], [1702465241, "91.902"], [1702465298, "92.928"], [1702465334, "93.756"], [1702465367, "94.605"], [1702465394, "95.043"], [1702465418, "95.241"], [1702465445, "95.955"], [1702465481, "96.708"], [1702465517, "97.557"], [1702465550, "98.256"], [1702465586, "99.423"], [1702465619, "99.858"], [1702465658, "102.441"], [1702465706, "103.935"], [1702465754, "105.801"], [1702465787, "106.626"], [1702465823, "107.331"], [1702465856, "109.107"], [1702465880, "109.44"], [1702465910, "110.091"], [1702465952, "111.525"], [1702465988, "112.467"], [1702466015, "113.76"], [1702466030, "113.775"], [1702466060, "114.084"], [1702466078, "114.207"], [1702466138, "115.482"], [1702466168, "116.655"], [1702466204, "118.182"], [1702466237, "119.526"], [1702466261, "120.078"], [1702466291, "120.444"], [1702466327, "121.746"], [1702466360, "132.537"], [1702466384, "133.002"], [1702466417, "133.386"], [1702466441, "133.527"], [1702466471, "133.872"], [1702466507, "134.964"], [1702466540, "135.948"], [1702466597, "138.648"], [1702466633, "140.136"], [1702466666, "141.528"], [1702466705, "142.095"], [1702466732, "142.824"], [1702466765, "143.934"], [1702466801, "144.678"], [1702466852, "146.892"], [1702466876, "147.042"], [1702466918, "148.422"], [1702466978, "149.868"], [1702467014, "161.202"], [1702467038, "162.39"], [1702467068, "163.449"], [1702467122, "165.075"], [1702467158, "166.317"], [1702467191, "168.189"], [1702467221, "169.512"], [1702467257, "170.778"], [1702467299, "171.636"], [1702467350, "172.071"], [1702467386, "172.194"], [1702467419, "172.26"], [1702467455, "172.335"], [1702467515, "172.482"], [1702467542, "172.539"], [1702467566, "172.605"], [1702467599, "172.668"], [1702467635, "173.928"], [1702467668, "174.786"], [1702467695, "174.891"], [1702467716, "175.131"], [1702467746, "175.254"], [1702467800, "176.655"], [1702467824, "176.739"], [1702467908, "177.015"], [1702467944, "177.093"], [1702467968, "177.126"], [1702468001, "177.159"], [1702468031, "177.732"], [1702468067, "179.796"], [1702468085, "179.877"], [1702468115, "179.979"], [1702468151, "180.861"], [1702468181, "180.966"], [1702468208, "181.077"], [1702468241, "181.17"], [1702468256, "181.209"], [1702468286, "181.329"], [1702468322, "181.371"], [1702468352, "182.343"], [1702468388, "184.554"], [1702468424, "185.031"], [1702468457, "186.009"], [1702468493, "186.183"], [1702468517, "186.414"], [1702468550, "186.555"], [1702468586, "186.729"], [1702468613, "187.347"], [1702468637, "187.5"], [1702468679, "187.701"], [1702468721, "188.784"], [1702468730, "188.937"], [1702468766, "189.975"], [1702468799, "190.44"], [1702468835, "190.683"], [1702468898, "191.07"], [1702468934, "191.163"], [1702468970, "192.12"], [1702468994, "192.693"], [1702469024, "192.729"], [1702469060, "192.891"], [1702469111, "193.488"], [1702469144, "195.501"], [1702469168, "195.576"], [1702469204, "195.726"], [1702469237, "195.846"], [1702469273, "195.966"], [1702469303, "196.671"], [1702469336, "196.992"], [1702469360, "197.118"], [1702469387, "197.157"], [1702469411, "197.397"], [1702469435, "197.568"], [1702469468, "197.676"], [1702469504, "197.703"], [1702469537, "198.201"], [1702469573, "198.708"], [1702469606, "200.082"], [1702469633, "200.187"], [1702469660, "200.925"], [1702469684, "201.837"], [1702469717, "202.206"], [1702469753, "202.344"], [1702469786, "202.518"], [1702469816, "202.821"], [1702469834, "202.887"], [1702469864, "203.283"], [1702469906, "203.628"], [1702469936, "204.159"], [1702469972, "204.738"], [1702470005, "205.185"], [1702470029, "205.239"], [1702470065, "205.824"], [1702470101, "206.118"], [1702470131, "206.469"], [1702470167, "209.037"], [1702470203, "209.745"], [1702470251, "210.867"], [1702470278, "210.999"], [1702470311, "211.113"], [1702470347, "211.731"], [1702470371, "211.863"], [1702470404, "212.427"], [1702470440, "213.105"], [1702470476, "213.897"], [1702470506, "214.215"], [1702470542, "214.713"], [1702470575, "215.412"], [1702470611, "216.006"], [1702470635, "216.198"], [1702470662, "216.273"], [1702470686, "216.471"], [1702470719, "216.84"], [1702470746, "217.281"], [1702470812, "217.644"], [1702470845, "218.874"], [1702470875, "219.387"], [1702470899, "219.981"], [1702470953, "220.962"], [1702470983, "221.565"], [1702471025, "222.693"], [1702471067, "224.511"], [1702471169, "228.129"], [1702471193, "229.044"], [1702471226, "230.088"], [1702471265, "231.366"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "4.353"], [1702462721, "4.44"], [1702462736, "4.539"], [1702462751, "4.668"], [1702462763, "4.671"], [1702462793, "4.887"], [1702462808, "4.914"], [1702462829, "4.944"], [1702462844, "5.16"], [1702462865, "5.211"], [1702462880, "5.25"], [1702462904, "5.319"], [1702462919, "5.355"], [1702462952, "5.403"], [1702462973, "5.415"], [1702462988, "5.727"], [1702463045, "6.174"], [1702463081, "6.459"], [1702463114, "7.698"], [1702463150, "7.86"], [1702463186, "8.307"], [1702463216, "8.667"], [1702463240, "8.817"], [1702463273, "9.045"], [1702463324, "9.102"], [1702463354, "9.144"], [1702463381, "9.144"], [1702463417, "9.267"], [1702463453, "9.348"], [1702463477, "9.348"], [1702463510, "9.513"], [1702463537, "9.615"], [1702463570, "9.813"], [1702463591, "9.981"], [1702463621, "10.038"], [1702463657, "10.095"], [1702463693, "10.146"], [1702463729, "10.2"], [1702463765, "10.32"], [1702463798, "10.35"], [1702463846, "10.446"], [1702463873, "10.584"], [1702463906, "10.668"], [1702463948, "10.965"], [1702463984, "11.061"], [1702464014, "11.241"], [1702464050, "11.451"], [1702464086, "11.691"], [1702464122, "11.985"], [1702464155, "12.27"], [1702464194, "12.45"], [1702464230, "12.645"], [1702464263, "12.792"], [1702464299, "12.969"], [1702464332, "13.11"], [1702464356, "13.173"], [1702464392, "13.443"], [1702464425, "13.614"], [1702464455, "13.842"], [1702464479, "14.31"], [1702464509, "14.382"], [1702464533, "14.544"], [1702464569, "14.811"], [1702464605, "15.255"], [1702464635, "15.42"], [1702464671, "15.948"], [1702464716, "16.242"], [1702464743, "16.452"], [1702464776, "18.804"], [1702464812, "19.218"], [1702464836, "19.236"], [1702464869, "19.236"], [1702464905, "19.536"], [1702464926, "19.539"], [1702464956, "19.578"], [1702464992, "20.574"], [1702465016, "20.607"], [1702465049, "20.76"], [1702465085, "21.105"], [1702465118, "21.825"], [1702465145, "22.845"], [1702465178, "23.148"], [1702465208, "23.454"], [1702465241, "23.574"], [1702465298, "24.123"], [1702465334, "24.366"], [1702465367, "24.399"], [1702465394, "24.471"], [1702465418, "24.516"], [1702465445, "24.636"], [1702465481, "24.987"], [1702465517, "25.569"], [1702465550, "25.95"], [1702465586, "26.469"], [1702465619, "26.505"], [1702465658, "26.595"], [1702465706, "26.649"], [1702465754, "27.09"], [1702465787, "27.231"], [1702465823, "27.366"], [1702465856, "27.531"], [1702465880, "27.747"], [1702465910, "27.939"], [1702465952, "28.077"], [1702465988, "28.398"], [1702466015, "28.662"], [1702466030, "28.671"], [1702466060, "29.187"], [1702466078, "29.22"], [1702466138, "29.79"], [1702466168, "30.006"], [1702466204, "30.399"], [1702466237, "30.504"], [1702466261, "30.516"], [1702466291, "30.699"], [1702466327, "30.945"], [1702466360, "31.416"], [1702466384, "31.617"], [1702466417, "31.812"], [1702466441, "31.947"], [1702466471, "32.058"], [1702466507, "32.493"], [1702466540, "32.64"], [1702466597, "33.126"], [1702466633, "33.477"], [1702466666, "33.696"], [1702466705, "33.822"], [1702466732, "34.185"], [1702466765, "34.539"], [1702466801, "34.731"], [1702466852, "35.154"], [1702466876, "35.178"], [1702466918, "35.52"], [1702466978, "39.915"], [1702467014, "40.155"], [1702467038, "41.073"], [1702467068, "41.166"], [1702467122, "41.667"], [1702467158, "42.225"], [1702467191, "42.489"], [1702467221, "42.78"], [1702467257, "43.023"], [1702467299, "43.206"], [1702467350, "43.281"], [1702467386, "43.323"], [1702467419, "43.344"], [1702467455, "43.38"], [1702467515, "43.41"], [1702467542, "43.434"], [1702467566, "43.449"], [1702467599, "43.458"], [1702467635, "43.704"], [1702467668, "44.034"], [1702467695, "44.055"], [1702467716, "44.082"], [1702467746, "44.097"], [1702467800, "44.307"], [1702467824, "44.316"], [1702467908, "44.346"], [1702467944, "44.37"], [1702467968, "44.376"], [1702468001, "44.4"], [1702468031, "44.577"], [1702468067, "45.15"], [1702468085, "45.183"], [1702468115, "45.207"], [1702468151, "45.444"], [1702468181, "45.468"], [1702468208, "45.48"], [1702468241, "45.489"], [1702468256, "45.492"], [1702468286, "45.531"], [1702468322, "45.555"], [1702468352, "46.071"], [1702468388, "46.191"], [1702468424, "46.32"], [1702468457, "46.455"], [1702468493, "46.488"], [1702468517, "46.536"], [1702468550, "46.569"], [1702468586, "46.611"], [1702468613, "46.719"], [1702468637, "46.752"], [1702468679, "46.785"], [1702468721, "46.872"], [1702468730, "46.908"], [1702468766, "47.172"], [1702468799, "47.235"], [1702468835, "47.256"], [1702468898, "47.403"], [1702468934, "47.46"], [1702468970, "47.655"], [1702468994, "47.772"], [1702469024, "47.787"], [1702469060, "47.838"], [1702469111, "47.907"], [1702469144, "48.105"], [1702469168, "48.135"], [1702469204, "48.246"], [1702469237, "48.297"], [1702469273, "48.342"], [1702469303, "48.555"], [1702469336, "48.597"], [1702469360, "48.666"], [1702469387, "48.675"], [1702469411, "48.711"], [1702469435, "48.771"], [1702469468, "48.804"], [1702469504, "48.819"], [1702469537, "48.987"], [1702469573, "49.05"], [1702469606, "49.356"], [1702469633, "49.398"], [1702469660, "49.584"], [1702469684, "49.785"], [1702469717, "49.878"], [1702469753, "49.923"], [1702469786, "49.974"], [1702469816, "50.025"], [1702469834, "50.034"], [1702469864, "50.07"], [1702469906, "50.148"], [1702469936, "50.19"], [1702469972, "50.46"], [1702470005, "50.685"], [1702470029, "50.721"], [1702470065, "50.847"], [1702470101, "50.934"], [1702470131, "51.168"], [1702470167, "51.459"], [1702470203, "51.552"], [1702470251, "51.663"], [1702470278, "51.726"], [1702470311, "51.774"], [1702470347, "51.867"], [1702470371, "51.966"], [1702470404, "52.458"], [1702470440, "52.635"], [1702470476, "52.893"], [1702470506, "52.986"], [1702470542, "53.124"], [1702470575, "53.871"], [1702470611, "54.06"], [1702470635, "54.156"], [1702470662, "54.204"], [1702470686, "54.336"], [1702470719, "54.558"], [1702470746, "54.669"], [1702470812, "55.011"], [1702470845, "55.425"], [1702470875, "59.784"], [1702470899, "59.889"], [1702470953, "60.057"], [1702470983, "60.102"], [1702471025, "60.267"], [1702471067, "60.786"], [1702471169, "61.731"], [1702471193, "61.89"], [1702471226, "62.109"], [1702471265, "62.334"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "6.453"], [1702462721, "6.48"], [1702462736, "6.693"], [1702462751, "6.693"], [1702462763, "6.693"], [1702462793, "6.693"], [1702462808, "6.696"], [1702462829, "6.702"], [1702462844, "6.852"], [1702462865, "6.876"], [1702462880, "6.897"], [1702462904, "6.948"], [1702462919, "7.035"], [1702462952, "8.124"], [1702462973, "8.289"], [1702462988, "12.144"], [1702463045, "13.104"], [1702463081, "14.01"], [1702463114, "14.229"], [1702463150, "14.697"], [1702463186, "14.925"], [1702463216, "15.609"], [1702463240, "16.197"], [1702463273, "16.59"], [1702463324, "17.511"], [1702463354, "17.949"], [1702463381, "20.253"], [1702463417, "21.123"], [1702463453, "22.521"], [1702463477, "22.701"], [1702463510, "23.166"], [1702463537, "23.496"], [1702463570, "24.432"], [1702463591, "24.609"], [1702463621, "38.886"], [1702463657, "39.573"], [1702463693, "40.407"], [1702463729, "41.43"], [1702463765, "42.645"], [1702463798, "43.182"], [1702463846, "45.324"], [1702463873, "45.483"], [1702463906, "45.783"], [1702463948, "46.095"], [1702463984, "46.527"], [1702464014, "47.898"], [1702464050, "48.735"], [1702464086, "49.707"], [1702464122, "52.95"], [1702464155, "54.273"], [1702464194, "54.846"], [1702464230, "55.401"], [1702464263, "55.794"], [1702464299, "56.505"], [1702464332, "57.27"], [1702464356, "57.933"], [1702464392, "59.19"], [1702464425, "60.363"], [1702464455, "62.505"], [1702464479, "64.02"], [1702464509, "65.022"], [1702464533, "65.637"], [1702464569, "71.574"], [1702464605, "72.351"], [1702464635, "72.792"], [1702464671, "74.343"], [1702464716, "76.167"], [1702464743, "76.911"], [1702464776, "78.429"], [1702464812, "79.959"], [1702464836, "80.268"], [1702464869, "81.519"], [1702464905, "82.542"], [1702464926, "85.701"], [1702464956, "85.899"], [1702464992, "87.504"], [1702465016, "88.026"], [1702465049, "89.499"], [1702465085, "90.549"], [1702465118, "90.894"], [1702465145, "91.902"], [1702465178, "95.241"], [1702465208, "96.906"], [1702465241, "97.434"], [1702465298, "98.298"], [1702465334, "99.117"], [1702465367, "99.6"], [1702465394, "99.645"], [1702465418, "99.786"], [1702465445, "100.323"], [1702465481, "101.505"], [1702465517, "103.896"], [1702465550, "105.384"], [1702465586, "106.611"], [1702465619, "106.839"], [1702465658, "108.657"], [1702465706, "109.368"], [1702465754, "110.46"], [1702465787, "111.171"], [1702465823, "111.726"], [1702465856, "112.839"], [1702465880, "113.367"], [1702465910, "118.848"], [1702465952, "119.982"], [1702465988, "121.458"], [1702466015, "122.772"], [1702466030, "122.787"], [1702466060, "122.976"], [1702466078, "123.009"], [1702466138, "125.22"], [1702466168, "126.468"], [1702466204, "128.097"], [1702466237, "131.019"], [1702466261, "131.964"], [1702466291, "132.288"], [1702466327, "133.638"], [1702466360, "135.6"], [1702466384, "136.278"], [1702466417, "137.091"], [1702466441, "137.166"], [1702466471, "137.253"], [1702466507, "137.88"], [1702466540, "139.083"], [1702466597, "141.144"], [1702466633, "142.839"], [1702466666, "150.285"], [1702466705, "150.987"], [1702466732, "152.196"], [1702466765, "153.399"], [1702466801, "154.02"], [1702466852, "154.998"], [1702466876, "155.112"], [1702466918, "157.524"], [1702466978, "161.826"], [1702467014, "166.869"], [1702467038, "167.883"], [1702467068, "168.621"], [1702467122, "169.485"], [1702467158, "170.835"], [1702467191, "171.72"], [1702467221, "172.68"], [1702467257, "173.502"], [1702467299, "173.775"], [1702467350, "173.94"], [1702467386, "174.06"], [1702467419, "174.102"], [1702467455, "174.198"], [1702467515, "174.321"], [1702467542, "174.354"], [1702467566, "174.444"], [1702467599, "174.483"], [1702467635, "175.26"], [1702467668, "175.965"], [1702467695, "176.058"], [1702467716, "176.166"], [1702467746, "176.256"], [1702467800, "177.246"], [1702467824, "177.363"], [1702467908, "177.6"], [1702467944, "177.75"], [1702467968, "177.771"], [1702468001, "177.822"], [1702468031, "178.32"], [1702468067, "180.96"], [1702468085, "181.083"], [1702468115, "181.239"], [1702468151, "181.8"], [1702468181, "181.857"], [1702468208, "181.923"], [1702468241, "182.019"], [1702468256, "182.049"], [1702468286, "182.211"], [1702468322, "182.292"], [1702468352, "183.114"], [1702468388, "184.998"], [1702468424, "186.411"], [1702468457, "187.167"], [1702468493, "188.04"], [1702468517, "188.538"], [1702468550, "188.619"], [1702468586, "188.784"], [1702468613, "189.033"], [1702468637, "189.261"], [1702468679, "189.444"], [1702468721, "190.344"], [1702468730, "190.464"], [1702468766, "191.1"], [1702468799, "192.063"], [1702468835, "192.288"], [1702468898, "192.957"], [1702468934, "193.128"], [1702468970, "193.806"], [1702468994, "194.376"], [1702469024, "194.388"], [1702469060, "194.592"], [1702469111, "195.132"], [1702469144, "196.44"], [1702469168, "196.521"], [1702469204, "196.677"], [1702469237, "196.923"], [1702469273, "197.064"], [1702469303, "198.018"], [1702469336, "198.231"], [1702469360, "198.375"], [1702469387, "198.408"], [1702469411, "198.591"], [1702469435, "198.687"], [1702469468, "198.807"], [1702469504, "198.843"], [1702469537, "199.698"], [1702469573, "200.406"], [1702469606, "200.874"], [1702469633, "200.937"], [1702469660, "201.468"], [1702469684, "201.612"], [1702469717, "202.215"], [1702469753, "202.416"], [1702469786, "202.506"], [1702469816, "202.698"], [1702469834, "202.788"], [1702469864, "203.145"], [1702469906, "203.469"], [1702469936, "204.3"], [1702469972, "205.299"], [1702470005, "205.668"], [1702470029, "205.704"], [1702470065, "205.911"], [1702470101, "206.178"], [1702470131, "207.072"], [1702470167, "208.503"], [1702470203, "209.343"], [1702470251, "210.102"], [1702470278, "210.219"], [1702470311, "210.291"], [1702470347, "211.089"], [1702470371, "211.635"], [1702470404, "212.391"], [1702470440, "213.315"], [1702470476, "214.308"], [1702470506, "214.575"], [1702470542, "215.187"], [1702470575, "216.498"], [1702470611, "217.071"], [1702470635, "217.248"], [1702470662, "217.344"], [1702470686, "217.524"], [1702470719, "217.782"], [1702470746, "218.283"], [1702470812, "219.393"], [1702470845, "220.602"], [1702470875, "221.499"], [1702470899, "221.94"], [1702470953, "223.095"], [1702470983, "224.247"], [1702471025, "225.906"], [1702471067, "227.259"], [1702471169, "230.388"], [1702471193, "231.441"], [1702471226, "232.809"], [1702471265, "234.996"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "14.532"], [1702462721, "14.817"], [1702462736, "15.333"], [1702462751, "16.044"], [1702462763, "16.047"], [1702462793, "16.461"], [1702462808, "17.184"], [1702462829, "17.418"], [1702462844, "19.152"], [1702462865, "19.314"], [1702462880, "20.106"], [1702462904, "21.198"], [1702462919, "21.228"], [1702462952, "21.867"], [1702462973, "22.098"], [1702462988, "22.413"], [1702463045, "23.01"], [1702463081, "23.43"], [1702463114, "24.249"], [1702463150, "24.579"], [1702463186, "24.696"], [1702463216, "25.815"], [1702463240, "25.911"], [1702463273, "26.625"], [1702463324, "27.369"], [1702463354, "27.702"], [1702463381, "28.479"], [1702463417, "29.331"], [1702463453, "30.093"], [1702463477, "30.882"], [1702463510, "31.107"], [1702463537, "31.116"], [1702463570, "31.749"], [1702463591, "31.902"], [1702463621, "32.391"], [1702463657, "33.153"], [1702463693, "34.227"], [1702463729, "35.409"], [1702463765, "37.125"], [1702463798, "37.608"], [1702463846, "37.899"], [1702463873, "38.313"], [1702463906, "38.733"], [1702463948, "39.321"], [1702463984, "40.053"], [1702464014, "40.563"], [1702464050, "40.974"], [1702464086, "42.006"], [1702464122, "42.555"], [1702464155, "43.797"], [1702464194, "44.13"], [1702464230, "44.547"], [1702464263, "44.832"], [1702464299, "45.84"], [1702464332, "46.962"], [1702464356, "47.259"], [1702464392, "47.958"], [1702464425, "48.255"], [1702464455, "48.726"], [1702464479, "49.236"], [1702464509, "50.892"], [1702464533, "51.261"], [1702464569, "52.05"], [1702464605, "52.671"], [1702464635, "52.872"], [1702464671, "53.679"], [1702464716, "54.195"], [1702464743, "54.771"], [1702464776, "55.314"], [1702464812, "80.511"], [1702464836, "81.102"], [1702464869, "81.393"], [1702464905, "82.44"], [1702464926, "82.494"], [1702464956, "82.848"], [1702464992, "83.64"], [1702465016, "84.09"], [1702465049, "84.375"], [1702465085, "87.753"], [1702465118, "88.344"], [1702465145, "90.318"], [1702465178, "90.813"], [1702465208, "91.149"], [1702465241, "91.788"], [1702465298, "93.075"], [1702465334, "93.663"], [1702465367, "94.209"], [1702465394, "94.599"], [1702465418, "94.683"], [1702465445, "94.797"], [1702465481, "95.526"], [1702465517, "96.279"], [1702465550, "96.519"], [1702465586, "98.571"], [1702465619, "98.748"], [1702465658, "100.77"], [1702465706, "101.373"], [1702465754, "103.188"], [1702465787, "103.791"], [1702465823, "104.019"], [1702465856, "105.066"], [1702465880, "105.261"], [1702465910, "105.726"], [1702465952, "106.413"], [1702465988, "107.58"], [1702466015, "108.051"], [1702466030, "108.063"], [1702466060, "108.417"], [1702466078, "108.759"], [1702466138, "110.013"], [1702466168, "110.88"], [1702466204, "112.059"], [1702466237, "113.478"], [1702466261, "114.576"], [1702466291, "115.011"], [1702466327, "115.797"], [1702466360, "116.496"], [1702466384, "117.531"], [1702466417, "118.026"], [1702466441, "118.152"], [1702466471, "118.566"], [1702466507, "119.811"], [1702466540, "120.312"], [1702466597, "122.001"], [1702466633, "122.961"], [1702466666, "124.47"], [1702466705, "124.635"], [1702466732, "125.541"], [1702466765, "126.396"], [1702466801, "127.077"], [1702466852, "128.601"], [1702466876, "128.91"], [1702466918, "129.891"], [1702466978, "131.982"], [1702467014, "132.564"], [1702467038, "133.401"], [1702467068, "133.77"], [1702467122, "135.096"], [1702467158, "135.996"], [1702467191, "136.242"], [1702467221, "136.626"], [1702467257, "137.361"], [1702467299, "137.622"], [1702467350, "137.802"], [1702467386, "137.862"], [1702467419, "137.883"], [1702467455, "137.991"], [1702467515, "138.051"], [1702467542, "138.078"], [1702467566, "138.129"], [1702467599, "138.156"], [1702467635, "139.497"], [1702467668, "140.562"], [1702467695, "140.643"], [1702467716, "141.006"], [1702467746, "141.036"], [1702467800, "141.438"], [1702467824, "141.501"], [1702467908, "141.726"], [1702467944, "141.804"], [1702467968, "141.837"], [1702468001, "141.873"], [1702468031, "142.239"], [1702468067, "143.61"], [1702468085, "143.691"], [1702468115, "143.751"], [1702468151, "144.132"], [1702468181, "144.198"], [1702468208, "144.246"], [1702468241, "144.3"], [1702468256, "144.333"], [1702468286, "144.414"], [1702468322, "144.45"], [1702468352, "145.629"], [1702468388, "146.604"], [1702468424, "146.994"], [1702468457, "148.281"], [1702468493, "148.518"], [1702468517, "148.665"], [1702468550, "148.785"], [1702468586, "148.884"], [1702468613, "149.157"], [1702468637, "149.286"], [1702468679, "149.355"], [1702468721, "149.475"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "111.111"], [1702462721, "120.225"], [1702462736, "129.339"], [1702462751, "138.453"], [1702462763, "147.372"], [1702462793, "165.027"], [1702462808, "173.763"], [1702462829, "182.499"], [1702462844, "190.884"], [1702462865, "199.269"], [1702462880, "207.654"], [1702462904, "224.424"], [1702462919, "232.809"], [1702462952, "249.579"], [1702462973, "257.964"], [1702462988, "266.349"], [1702463045, "291.504"], [1702463081, "308.274"], [1702463114, "325.044"], [1702463150, "341.814"], [1702463186, "358.584"], [1702463216, "375.354"], [1702463240, "392.124"], [1702463273, "408.894"], [1702463324, "434.049"], [1702463354, "450.819"], [1702463381, "467.589"], [1702463417, "484.359"], [1702463453, "501.129"], [1702463477, "517.899"], [1702463510, "534.669"], [1702463537, "551.439"], [1702463570, "568.209"], [1702463591, "584.979"], [1702463621, "601.749"], [1702463657, "618.519"], [1702463693, "635.289"], [1702463729, "652.059"], [1702463765, "668.829"], [1702463798, "685.599"], [1702463846, "710.754"], [1702463873, "727.524"], [1702463906, "744.294"], [1702463948, "769.449"], [1702463984, "786.219"], [1702464014, "802.989"], [1702464050, "819.759"], [1702464086, "836.529"], [1702464122, "853.299"], [1702464155, "870.069"], [1702464194, "895.224"], [1702464230, "911.994"], [1702464263, "928.764"], [1702464299, "945.534"], [1702464332, "962.304"], [1702464356, "979.074"], [1702464392, "995.844"], [1702464425, "1012.614"], [1702464455, "1029.384"], [1702464479, "1046.154"], [1702464509, "1062.924"], [1702464533, "1079.694"], [1702464569, "1096.464"], [1702464605, "1113.234"], [1702464635, "1130.004"], [1702464671, "1146.774"], [1702464716, "1163.544"], [1702464743, "1180.314"], [1702464776, "1197.084"], [1702464812, "1213.854"], [1702464836, "1230.624"], [1702464869, "1247.394"], [1702464905, "1264.164"], [1702464926, "1280.934"], [1702464956, "1297.704"], [1702464992, "1314.474"], [1702465016, "1331.244"], [1702465049, "1348.014"], [1702465085, "1364.784"], [1702465118, "1381.554"], [1702465145, "1398.324"], [1702465178, "1415.094"], [1702465208, "1431.864"], [1702465241, "1448.634"], [1702465298, "1473.789"], [1702465334, "1490.559"], [1702465367, "1507.329"], [1702465394, "1524.099"], [1702465418, "1540.869"], [1702465445, "1557.639"], [1702465481, "1574.409"], [1702465517, "1591.179"], [1702465550, "1607.949"], [1702465586, "1624.719"], [1702465619, "1641.489"], [1702465658, "1658.259"], [1702465706, "1675.029"], [1702465754, "1700.184"], [1702465787, "1716.954"], [1702465823, "1733.724"], [1702465856, "1750.494"], [1702465880, "1767.264"], [1702465910, "1784.034"], [1702465952, "1800.804"], [1702465988, "1817.574"], [1702466015, "1834.344"], [1702466030, "1851.114"], [1702466060, "1867.884"], [1702466078, "1884.654"], [1702466138, "1909.809"], [1702466168, "1926.579"], [1702466204, "1943.349"], [1702466237, "1960.119"], [1702466261, "1976.889"], [1702466291, "1993.659"], [1702466327, "2010.429"], [1702466360, "2027.199"], [1702466384, "2043.969"], [1702466417, "2060.739"], [1702466441, "2077.509"], [1702466471, "2094.279"], [1702466507, "2111.049"], [1702466540, "2127.819"], [1702466597, "2152.974"], [1702466633, "2169.744"], [1702466666, "2186.514"], [1702466705, "2203.284"], [1702466732, "2220.054"], [1702466765, "2236.824"], [1702466801, "2253.594"], [1702466852, "2278.749"], [1702466876, "2295.519"], [1702466918, "2312.289"], [1702466978, "2345.829"], [1702467014, "2362.599"], [1702467038, "2379.369"], [1702467068, "2396.139"], [1702467122, "2421.294"], [1702467158, "2438.064"], [1702467191, "2454.834"], [1702467221, "2471.604"], [1702467257, "2488.374"], [1702467299, "2505.144"], [1702467350, "2530.299"], [1702467386, "2547.069"], [1702467419, "2563.839"], [1702467455, "2580.609"], [1702467515, "2614.149"], [1702467542, "2630.919"], [1702467566, "2647.689"], [1702467599, "2664.459"], [1702467635, "2681.229"], [1702467668, "2697.999"], [1702467695, "2714.769"], [1702467716, "2731.539"], [1702467746, "2748.309"], [1702467800, "2773.464"], [1702467824, "2790.234"], [1702467908, "2832.159"], [1702467944, "2848.929"], [1702467968, "2865.699"], [1702468001, "2882.469"], [1702468031, "2899.239"], [1702468067, "2916.009"], [1702468085, "2932.779"], [1702468115, "2949.549"], [1702468151, "2966.319"], [1702468181, "2983.089"], [1702468208, "2999.859"], [1702468241, "3016.629"], [1702468256, "3033.399"], [1702468286, "3050.169"], [1702468322, "3066.939"], [1702468352, "3083.709"], [1702468388, "3100.479"], [1702468424, "3117.249"], [1702468457, "3134.019"], [1702468493, "3150.789"], [1702468517, "3167.559"], [1702468550, "3184.329"], [1702468586, "3201.099"], [1702468613, "3217.869"], [1702468637, "3234.639"], [1702468679, "3251.409"], [1702468721, "3268.179"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0.099"], [1702462751, "0.105"], [1702462763, "0.105"], [1702462793, "0.105"], [1702462808, "0.105"], [1702462829, "0.36"], [1702462844, "0.36"], [1702462865, "0.36"], [1702462880, "0.36"], [1702462904, "0.36"], [1702462919, "0.381"], [1702462952, "0.405"], [1702462973, "0.405"], [1702462988, "0.432"], [1702463045, "0.549"], [1702463081, "0.612"], [1702463114, "0.687"], [1702463150, "0.687"], [1702463186, "0.69"], [1702463216, "0.726"], [1702463240, "0.735"], [1702463273, "0.804"], [1702463324, "0.867"], [1702463354, "0.867"], [1702463381, "0.867"], [1702463417, "0.921"], [1702463453, "0.984"], [1702463477, "0.984"], [1702463510, "0.984"], [1702463537, "1.008"], [1702463570, "1.053"], [1702463591, "1.053"], [1702463621, "1.053"], [1702463657, "1.194"], [1702463693, "1.308"], [1702463729, "1.353"], [1702463765, "1.371"], [1702463798, "1.386"], [1702463846, "1.422"], [1702463873, "1.422"], [1702463906, "1.422"], [1702463948, "1.422"], [1702463984, "1.428"], [1702464014, "1.443"], [1702464050, "1.509"], [1702464086, "1.563"], [1702464122, "1.584"], [1702464155, "1.611"], [1702464194, "1.611"], [1702464230, "1.611"], [1702464263, "1.611"], [1702464299, "1.611"], [1702464332, "1.644"], [1702464356, "1.644"], [1702464392, "1.731"], [1702464425, "1.749"], [1702464455, "1.83"], [1702464479, "1.89"], [1702464509, "1.992"], [1702464533, "2.01"], [1702464569, "2.055"], [1702464605, "2.112"], [1702464635, "2.136"], [1702464671, "2.136"], [1702464716, "2.199"], [1702464743, "2.226"], [1702464776, "2.226"], [1702464812, "2.241"], [1702464836, "2.262"], [1702464869, "2.343"], [1702464905, "2.343"], [1702464926, "2.346"], [1702464956, "2.355"], [1702464992, "2.37"], [1702465016, "2.37"], [1702465049, "2.37"], [1702465085, "2.433"], [1702465118, "2.433"], [1702465145, "2.52"], [1702465178, "2.52"], [1702465208, "2.52"], [1702465241, "2.565"], [1702465298, "2.58"], [1702465334, "2.661"], [1702465367, "2.685"], [1702465394, "2.685"], [1702465418, "2.688"], [1702465445, "2.688"], [1702465481, "2.73"], [1702465517, "2.748"], [1702465550, "2.748"], [1702465586, "2.793"], [1702465619, "2.796"], [1702465658, "2.835"], [1702465706, "2.841"], [1702465754, "2.928"], [1702465787, "2.928"], [1702465823, "2.937"], [1702465856, "2.937"], [1702465880, "2.949"], [1702465910, "2.952"], [1702465952, "3.003"], [1702465988, "3.096"], [1702466015, "3.096"], [1702466030, "3.099"], [1702466060, "3.108"], [1702466078, "3.117"], [1702466138, "3.165"], [1702466168, "3.165"], [1702466204, "3.165"], [1702466237, "3.165"], [1702466261, "3.168"], [1702466291, "3.174"], [1702466327, "3.222"], [1702466360, "3.222"], [1702466384, "3.222"], [1702466417, "3.225"], [1702466441, "3.258"], [1702466471, "3.258"], [1702466507, "3.258"], [1702466540, "3.258"], [1702466597, "3.303"], [1702466633, "3.303"], [1702466666, "3.303"], [1702466705, "3.306"], [1702466732, "3.312"], [1702466765, "3.324"], [1702466801, "3.426"], [1702466852, "3.426"], [1702466876, "3.426"], [1702466918, "3.432"], [1702466978, "3.462"], [1702467014, "3.492"], [1702467038, "3.6"], [1702467068, "3.6"], [1702467122, "3.66"], [1702467158, "3.816"], [1702467191, "3.816"], [1702467221, "3.816"], [1702467257, "3.816"], [1702467299, "3.846"], [1702467350, "3.849"], [1702467386, "3.861"], [1702467419, "3.864"], [1702467455, "3.87"], [1702467515, "3.876"], [1702467542, "3.876"], [1702467566, "3.882"], [1702467599, "3.882"], [1702467635, "3.882"], [1702467668, "3.996"], [1702467695, "3.999"], [1702467716, "3.999"], [1702467746, "4.002"], [1702467800, "4.002"], [1702467824, "4.008"], [1702467908, "4.011"], [1702467944, "4.014"], [1702467968, "4.02"], [1702468001, "4.026"], [1702468031, "4.026"], [1702468067, "4.107"], [1702468085, "4.107"], [1702468115, "4.116"], [1702468151, "4.116"], [1702468181, "4.116"], [1702468208, "4.119"], [1702468241, "4.122"], [1702468256, "4.125"], [1702468286, "4.149"], [1702468322, "4.152"], [1702468352, "4.233"], [1702468388, "4.233"], [1702468424, "4.233"], [1702468457, "4.278"], [1702468493, "4.287"], [1702468517, "4.287"], [1702468550, "4.287"], [1702468586, "4.287"], [1702468613, "4.29"], [1702468637, "4.293"], [1702468679, "4.299"], [1702468721, "4.305"], [1702468730, "4.305"], [1702468766, "4.305"], [1702468799, "4.344"], [1702468835, "4.344"], [1702468898, "4.344"], [1702468934, "4.344"], [1702468970, "4.344"], [1702468994, "4.344"], [1702469024, "4.344"], [1702469060, "4.347"], [1702469111, "4.347"], [1702469144, "4.347"], [1702469168, "4.347"], [1702469204, "4.356"], [1702469237, "4.359"], [1702469273, "4.359"], [1702469303, "4.368"], [1702469336, "4.38"], [1702469360, "4.38"], [1702469387, "4.38"], [1702469411, "4.38"], [1702469435, "4.386"], [1702469468, "4.386"], [1702469504, "4.389"], [1702469537, "4.392"], [1702469573, "4.392"], [1702469606, "4.392"], [1702469633, "4.404"], [1702469660, "4.437"], [1702469684, "4.437"], [1702469717, "4.437"], [1702469753, "4.437"], [1702469786, "4.443"], [1702469816, "4.461"], [1702469834, "4.461"], [1702469864, "4.464"], [1702469906, "4.467"], [1702469936, "4.467"], [1702469972, "4.467"], [1702470005, "4.494"], [1702470029, "4.494"], [1702470065, "4.518"], [1702470101, "4.518"], [1702470131, "4.527"], [1702470167, "4.527"], [1702470203, "4.581"], [1702470251, "4.593"], [1702470278, "4.596"], [1702470311, "4.602"], [1702470347, "4.602"], [1702470371, "4.602"], [1702470404, "4.602"], [1702470440, "4.605"], [1702470476, "4.668"], [1702470506, "4.671"], [1702470542, "4.686"], [1702470575, "4.686"], [1702470611, "4.689"], [1702470635, "4.689"], [1702470662, "4.695"], [1702470686, "4.695"], [1702470719, "4.71"], [1702470746, "4.71"], [1702470812, "4.758"], [1702470845, "4.809"], [1702470875, "4.836"], [1702470899, "4.893"], [1702470953, "4.893"], [1702470983, "4.941"], [1702471025, "4.941"], [1702471067, "4.968"], [1702471169, "5.043"], [1702471193, "5.043"], [1702471226, "5.043"], [1702471265, "5.046"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "236.565"], [1702462721, "245.484"], [1702462736, "250.371"], [1702462751, "254.625"], [1702462763, "254.649"], [1702462793, "263.529"], [1702462808, "274.065"], [1702462829, "277.317"], [1702462844, "299.745"], [1702462865, "302.583"], [1702462880, "311.025"], [1702462904, "321.627"], [1702462919, "323.529"], [1702462952, "336.771"], [1702462973, "340.881"], [1702462988, "357.375"], [1702463045, "376.359"], [1702463081, "386.958"], [1702463114, "394.473"], [1702463150, "400.386"], [1702463186, "407.835"], [1702463216, "423.543"], [1702463240, "426.684"], [1702463273, "430.416"], [1702463324, "461.52"], [1702463354, "483.165"], [1702463381, "497.352"], [1702463417, "511.494"], [1702463453, "524.4"], [1702463477, "531.681"], [1702463510, "552.192"], [1702463537, "557.955"], [1702463570, "570.513"], [1702463591, "577.911"], [1702463621, "594.543"], [1702463657, "609.531"], [1702463693, "620.328"], [1702463729, "637.716"], [1702463765, "656.625"], [1702463798, "666.924"], [1702463846, "672.564"], [1702463873, "678.999"], [1702463906, "691.095"], [1702463948, "710.292"], [1702463984, "726.813"], [1702464014, "737.973"], [1702464050, "756.684"], [1702464086, "769.656"], [1702464122, "783.27"], [1702464155, "794.811"], [1702464194, "805.287"], [1702464230, "813.507"], [1702464263, "821.448"], [1702464299, "837.393"], [1702464332, "853.332"], [1702464356, "860.751"], [1702464392, "876.018"], [1702464425, "893.424"], [1702464455, "909.027"], [1702464479, "920.361"], [1702464509, "929.64"], [1702464533, "936.432"], [1702464569, "950.898"], [1702464605, "964.11"], [1702464635, "973.113"], [1702464671, "992.841"], [1702464716, "1011.111"], [1702464743, "1020.132"], [1702464776, "1070.895"], [1702464812, "1088.964"], [1702464836, "1094.76"], [1702464869, "1106.727"], [1702464905, "1122.933"], [1702464926, "1124.538"], [1702464956, "1128.975"], [1702464992, "1150.674"], [1702465016, "1156.641"], [1702465049, "1167.324"], [1702465085, "1194.183"], [1702465118, "1204.902"], [1702465145, "1218.774"], [1702465178, "1238.874"], [1702465208, "1250.094"], [1702465241, "1268.76"], [1702465298, "1292.439"], [1702465334, "1304.778"], [1702465367, "1311.204"], [1702465394, "1313.436"], [1702465418, "1316.016"], [1702465445, "1325.007"], [1702465481, "1336.332"], [1702465517, "1355.16"], [1702465550, "1374.27"], [1702465586, "1463.037"], [1702465619, "1467.522"], [1702465658, "1499.877"], [1702465706, "1512.309"], [1702465754, "1534.2"], [1702465787, "1545.732"], [1702465823, "1557.63"], [1702465856, "1571.334"], [1702465880, "1580.436"], [1702465910, "1595.85"], [1702465952, "1610.139"], [1702465988, "1627.89"], [1702466015, "1643.439"], [1702466030, "1643.685"], [1702466060, "1652.856"], [1702466078, "1654.851"], [1702466138, "1670.343"], [1702466168, "1683.129"], [1702466204, "1699.818"], [1702466237, "1722.321"], [1702466261, "1728.939"], [1702466291, "1734.933"], [1702466327, "1751.928"], [1702466360, "1770.195"], [1702466384, "1781.634"], [1702466417, "1792.92"], [1702466441, "1794.912"], [1702466471, "1799.316"], [1702466507, "1812.645"], [1702466540, "1826.034"], [1702466597, "1853.85"], [1702466633, "1867.275"], [1702466666, "1879.302"], [1702466705, "1887.303"], [1702466732, "1915.335"], [1702466765, "1928.838"], [1702466801, "1937.481"], [1702466852, "1970.193"], [1702466876, "1982.943"], [1702466918, "2002.272"], [1702466978, "2036.634"], [1702467014, "2053.251"], [1702467038, "2067.972"], [1702467068, "2076.477"], [1702467122, "2128.287"], [1702467158, "2150.514"], [1702467191, "2221.113"], [1702467221, "2231.589"], [1702467257, "2243.514"], [1702467299, "2253.06"], [1702467350, "2257.308"], [1702467386, "2259.72"], [1702467419, "2261.097"], [1702467455, "2263.728"], [1702467515, "2266.356"], [1702467542, "2267.418"], [1702467566, "2268.423"], [1702467599, "2269.023"], [1702467635, "2292.249"], [1702467668, "2310.234"], [1702467695, "2312.871"], [1702467716, "2315.478"], [1702467746, "2316.735"], [1702467800, "2334.06"], [1702467824, "2335.8"], [1702467908, "2341.098"], [1702467944, "2344.797"], [1702467968, "2345.502"], [1702468001, "2348.679"], [1702468031, "2356.047"], [1702468067, "2392.05"], [1702468085, "2393.844"], [1702468115, "2395.299"], [1702468151, "2410.014"], [1702468181, "2412.186"], [1702468208, "2414.664"], [1702468241, "2416.953"], [1702468256, "2417.88"], [1702468286, "2420.589"], [1702468322, "2422.278"], [1702468352, "2460.804"], [1702468388, "2485.854"], [1702468424, "2499.36"], [1702468457, "2518.182"], [1702468493, "2523.081"], [1702468517, "2528.22"], [1702468550, "2531.397"], [1702468586, "2534.061"], [1702468613, "2543.553"], [1702468637, "2545.869"], [1702468679, "2548.761"], [1702468721, "2581.095"], [1702468730, "2583.768"], [1702468766, "2598.318"], [1702468799, "2604.075"], [1702468835, "2606.703"], [1702468898, "2614.668"], [1702468934, "2617.908"], [1702468970, "2649.219"], [1702468994, "2657.904"], [1702469024, "2658.99"], [1702469060, "2664.042"], [1702469111, "2669.751"], [1702469144, "2681.55"], [1702469168, "2682.408"], [1702469204, "2684.43"], [1702469237, "2685.921"], [1702469273, "2688.471"], [1702469303, "2698.32"], [1702469336, "2702.892"], [1702469360, "2704.86"], [1702469387, "2706.162"], [1702469411, "2708.643"], [1702469435, "2710.689"], [1702469468, "2712.384"], [1702469504, "2713.179"], [1702469537, "2719.335"], [1702469573, "2732.526"], [1702469606, "2757.354"], [1702469633, "2758.281"], [1702469660, "2773.665"], [1702469684, "2791.032"], [1702469717, "2802.972"], [1702469753, "2806.932"], [1702469786, "2812.005"], [1702469816, "2824.32"], [1702469834, "2826.477"], [1702469864, "2833.875"], [1702469906, "2842.275"], [1702469936, "2851.002"], [1702469972, "2861.838"], [1702470005, "2868.081"], [1702470029, "2869.233"], [1702470065, "2872.845"], [1702470101, "2878.353"], [1702470131, "2895.45"], [1702470167, "2916.264"], [1702470203, "2933.307"], [1702470251, "2964.177"], [1702470278, "2967.852"], [1702470311, "2972.754"], [1702470347, "2978.676"], [1702470371, "2986.371"], [1702470404, "2995.098"], [1702470440, "3000.612"], [1702470476, "3013.281"], [1702470506, "3015.921"], [1702470542, "3032.712"], [1702470575, "3050.148"], [1702470611, "3057.399"], [1702470635, "3063.144"], [1702470662, "3066.27"], [1702470686, "3070.005"], [1702470719, "3074.208"], [1702470746, "3083.328"], [1702470812, "3097.347"], [1702470845, "3118.068"], [1702470875, "3126.63"], [1702470899, "3134.337"], [1702470953, "3147.24"], [1702470983, "3152.937"], [1702471025, "3164.274"], [1702471067, "3184.506"], [1702471169, "3222.051"], [1702471193, "3227.277"], [1702471226, "3261.78"], [1702471265, "3275.985"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "20.148"], [1702462721, "30.255"], [1702462736, "30.423"], [1702462751, "30.876"], [1702462763, "30.879"], [1702462793, "32.319"], [1702462808, "34.056"], [1702462829, "34.332"], [1702462844, "35.694"], [1702462865, "35.952"], [1702462880, "36.396"], [1702462904, "37.032"], [1702462919, "37.419"], [1702462952, "38.706"], [1702462973, "38.808"], [1702462988, "39.444"], [1702463045, "40.023"], [1702463081, "41.307"], [1702463114, "41.811"], [1702463150, "42.069"], [1702463186, "42.711"], [1702463216, "52.098"], [1702463240, "52.392"], [1702463273, "52.956"], [1702463324, "55.212"], [1702463354, "55.914"], [1702463381, "56.46"], [1702463417, "57.252"], [1702463453, "57.843"], [1702463477, "69.528"], [1702463510, "70.431"], [1702463537, "82.461"], [1702463570, "83.217"], [1702463591, "83.775"], [1702463621, "86.151"], [1702463657, "87.942"], [1702463693, "90.651"], [1702463729, "94.314"], [1702463765, "95.85"], [1702463798, "97.197"], [1702463846, "97.875"], [1702463873, "98.751"], [1702463906, "99.954"], [1702463948, "102.528"], [1702463984, "104.775"], [1702464014, "106.719"], [1702464050, "108.861"], [1702464086, "111.276"], [1702464122, "113.883"], [1702464155, "115.398"], [1702464194, "116.406"], [1702464230, "117.93"], [1702464263, "119.028"], [1702464299, "120.462"], [1702464332, "122.655"], [1702464356, "124.491"], [1702464392, "127.653"], [1702464425, "128.79"], [1702464455, "130.044"], [1702464479, "131.532"], [1702464509, "132.093"], [1702464533, "133.227"], [1702464569, "135.102"], [1702464605, "137.433"], [1702464635, "138.591"], [1702464671, "141.3"], [1702464716, "144.063"], [1702464743, "145.599"], [1702464776, "147.522"], [1702464812, "149.076"], [1702464836, "149.868"], [1702464869, "153.381"], [1702464905, "168.231"], [1702464926, "168.396"], [1702464956, "168.864"], [1702464992, "170.649"], [1702465016, "171.462"], [1702465049, "172.752"], [1702465085, "174.891"], [1702465118, "175.89"], [1702465145, "179.322"], [1702465178, "182.244"], [1702465208, "184.188"], [1702465241, "186.186"], [1702465298, "190.392"], [1702465334, "191.757"], [1702465367, "193.113"], [1702465394, "193.26"], [1702465418, "193.65"], [1702465445, "194.886"], [1702465481, "197.7"], [1702465517, "199.236"], [1702465550, "201.597"], [1702465586, "204.396"], [1702465619, "205.833"], [1702465658, "209.016"], [1702465706, "210.531"], [1702465754, "216.414"], [1702465787, "217.95"], [1702465823, "219.723"], [1702465856, "221.568"], [1702465880, "222.882"], [1702465910, "224.967"], [1702465952, "228.273"], [1702465988, "229.635"], [1702466015, "230.67"], [1702466030, "230.706"], [1702466060, "232.113"], [1702466078, "232.44"], [1702466138, "236.298"], [1702466168, "238.524"], [1702466204, "240.882"], [1702466237, "246.054"], [1702466261, "246.921"], [1702466291, "248.553"], [1702466327, "250.908"], [1702466360, "253.536"], [1702466384, "254.706"], [1702466417, "256.479"], [1702466441, "256.764"], [1702466471, "257.238"], [1702466507, "259.932"], [1702466540, "261.87"], [1702466597, "266.436"], [1702466633, "268.86"], [1702466666, "270.213"], [1702466705, "270.63"], [1702466732, "272.022"], [1702466765, "274.536"], [1702466801, "275.826"], [1702466852, "278.07"], [1702466876, "278.166"], [1702466918, "280.422"], [1702466978, "285.297"], [1702467014, "286.533"], [1702467038, "288.993"], [1702467068, "290.895"], [1702467122, "294.333"], [1702467158, "296.679"], [1702467191, "298.605"], [1702467221, "300.504"], [1702467257, "302.634"], [1702467299, "303.27"], [1702467350, "303.81"], [1702467386, "304.047"], [1702467419, "304.224"], [1702467455, "304.344"], [1702467515, "304.578"], [1702467542, "304.653"], [1702467566, "304.758"], [1702467599, "304.821"], [1702467635, "306.351"], [1702467668, "308.886"], [1702467695, "309.144"], [1702467716, "309.528"], [1702467746, "309.693"], [1702467800, "311.745"], [1702467824, "311.964"], [1702467908, "312.429"], [1702467944, "312.588"], [1702467968, "312.63"], [1702468001, "312.714"], [1702468031, "313.329"], [1702468067, "316.422"], [1702468085, "316.641"], [1702468115, "316.848"], [1702468151, "318.432"], [1702468181, "318.519"], [1702468208, "318.705"], [1702468241, "318.855"], [1702468256, "319.251"], [1702468286, "319.365"], [1702468322, "319.461"], [1702468352, "322.38"], [1702468388, "326.013"], [1702468424, "328.287"], [1702468457, "328.728"], [1702468493, "329.31"], [1702468517, "329.793"], [1702468550, "330.069"], [1702468586, "330.288"], [1702468613, "330.987"], [1702468637, "331.179"], [1702468679, "331.467"], [1702468721, "333.891"], [1702468730, "334.083"], [1702468766, "335.091"], [1702468799, "335.733"], [1702468835, "336.033"], [1702468898, "337.107"], [1702468934, "337.536"], [1702468970, "340.185"], [1702468994, "340.833"], [1702469024, "340.875"], [1702469060, "341.304"], [1702469111, "341.985"], [1702469144, "345.015"], [1702469168, "345.168"], [1702469204, "345.384"], [1702469237, "345.546"], [1702469273, "345.729"], [1702469303, "346.287"], [1702469336, "346.671"], [1702469360, "346.971"], [1702469387, "347.022"], [1702469411, "347.334"], [1702469435, "347.529"], [1702469468, "347.667"], [1702469504, "347.742"], [1702469537, "348.819"], [1702469573, "349.806"], [1702469606, "352.938"], [1702469633, "353.067"], [1702469660, "354.453"], [1702469684, "355.833"], [1702469717, "357.177"], [1702469753, "357.495"], [1702469786, "357.81"], [1702469816, "358.899"], [1702469834, "359.061"], [1702469864, "360.246"], [1702469906, "360.849"], [1702469936, "362.415"], [1702469972, "364.881"], [1702470005, "366.366"], [1702470029, "366.459"], [1702470065, "370.638"], [1702470101, "370.998"], [1702470131, "373.71"], [1702470167, "376.752"], [1702470203, "378.387"], [1702470251, "380.763"], [1702470278, "380.964"], [1702470311, "381.333"], [1702470347, "382.548"], [1702470371, "383.931"], [1702470404, "385.413"], [1702470440, "386.07"], [1702470476, "389.265"], [1702470506, "389.874"], [1702470542, "390.732"], [1702470575, "394.293"], [1702470611, "395.07"], [1702470635, "395.379"], [1702470662, "395.514"], [1702470686, "395.973"], [1702470719, "396.597"], [1702470746, "397.635"], [1702470812, "399.333"], [1702470845, "400.638"], [1702470875, "402.957"], [1702470899, "404.052"], [1702470953, "406.836"], [1702470983, "407.475"], [1702471025, "409.068"], [1702471067, "412.503"], [1702471169, "420.252"], [1702471193, "421.158"], [1702471226, "424.419"], [1702471265, "427.251"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0.003"], [1702462952, "0.003"], [1702462973, "0.003"], [1702462988, "0.003"], [1702463045, "0.003"], [1702463081, "0.003"], [1702463114, "0.003"], [1702463150, "0.003"], [1702463186, "0.003"], [1702463216, "0.003"], [1702463240, "0.003"], [1702463273, "0.003"], [1702463324, "0.003"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.003"], [1702463621, "0.003"], [1702463657, "0.003"], [1702463693, "0.003"], [1702463729, "0.003"], [1702463765, "0.003"], [1702463798, "0.003"], [1702463846, "0.003"], [1702463873, "0.003"], [1702463906, "0.003"], [1702463948, "0.003"], [1702463984, "0.003"], [1702464014, "0.003"], [1702464050, "0.003"], [1702464086, "0.003"], [1702464122, "0.003"], [1702464155, "0.003"], [1702464194, "0.003"], [1702464230, "0.003"], [1702464263, "0.003"], [1702464299, "0.003"], [1702464332, "0.003"], [1702464356, "0.003"], [1702464392, "0.003"], [1702464425, "0.003"], [1702464455, "0.003"], [1702464479, "0.003"], [1702464509, "0.003"], [1702464533, "0.003"], [1702464569, "0.003"], [1702464605, "0.003"], [1702464635, "0.003"], [1702464671, "0.003"], [1702464716, "0.003"], [1702464743, "0.003"], [1702464776, "0.003"], [1702464812, "0.003"], [1702464836, "0.003"], [1702464869, "0.003"], [1702464905, "0.003"], [1702464926, "0.003"], [1702464956, "0.003"], [1702464992, "0.003"], [1702465016, "0.003"], [1702465049, "0.003"], [1702465085, "0.003"], [1702465118, "0.003"], [1702465145, "0.003"], [1702465178, "0.003"], [1702465208, "0.003"], [1702465241, "0.003"], [1702465298, "0.003"], [1702465334, "0.003"], [1702465367, "0.003"], [1702465394, "0.003"], [1702465418, "0.003"], [1702465445, "0.003"], [1702465481, "0.003"], [1702465517, "0.003"], [1702465550, "0.003"], [1702465586, "0.003"], [1702465619, "0.003"], [1702465658, "0.003"], [1702465706, "0.003"], [1702465754, "0.003"], [1702465787, "0.003"], [1702465823, "0.003"], [1702465856, "0.003"], [1702465880, "0.003"], [1702465910, "0.003"], [1702465952, "0.003"], [1702465988, "0.003"], [1702466015, "0.003"], [1702466030, "0.003"], [1702466060, "0.003"], [1702466078, "0.003"], [1702466138, "0.003"], [1702466168, "0.003"], [1702466204, "0.003"], [1702466237, "0.003"], [1702466261, "0.003"], [1702466291, "0.003"], [1702466327, "0.003"], [1702466360, "0.003"], [1702466384, "0.003"], [1702466417, "0.003"], [1702466441, "0.003"], [1702466471, "0.003"], [1702466507, "0.003"], [1702466540, "0.003"], [1702466597, "0.003"], [1702466633, "0.003"], [1702466666, "0.003"], [1702466705, "0.003"], [1702466732, "0.003"], [1702466765, "0.003"], [1702466801, "0.003"], [1702466852, "0.003"], [1702466876, "0.003"], [1702466918, "0.003"], [1702466978, "0.003"], [1702467014, "0.003"], [1702467038, "0.003"], [1702467068, "0.003"], [1702467122, "0.003"], [1702467158, "0.003"], [1702467191, "0.003"], [1702467221, "0.003"], [1702467257, "0.003"], [1702467299, "0.003"], [1702467350, "0.003"], [1702467386, "0.003"], [1702467419, "0.003"], [1702467455, "0.003"], [1702467515, "0.003"], [1702467542, "0.003"], [1702467566, "0.003"], [1702467599, "0.003"], [1702467635, "0.003"], [1702467668, "0.003"], [1702467695, "0.003"], [1702467716, "0.003"], [1702467746, "0.003"], [1702467800, "0.003"], [1702467824, "0.003"], [1702467908, "0.003"], [1702467944, "0.003"], [1702467968, "0.003"], [1702468001, "0.003"], [1702468031, "0.003"], [1702468067, "0.003"], [1702468085, "0.003"], [1702468115, "0.003"], [1702468151, "0.003"], [1702468181, "0.003"], [1702468208, "0.003"], [1702468241, "0.003"], [1702468256, "0.003"], [1702468286, "0.003"], [1702468322, "0.003"], [1702468352, "0.003"], [1702468388, "0.003"], [1702468424, "0.003"], [1702468457, "0.003"], [1702468493, "0.003"], [1702468517, "0.003"], [1702468550, "0.003"], [1702468586, "0.003"], [1702468613, "0.003"], [1702468637, "0.003"], [1702468679, "0.003"], [1702468721, "0.003"], [1702468730, "0.003"], [1702468766, "0.003"], [1702468799, "0.003"], [1702468835, "0.003"], [1702468898, "0.006"], [1702468934, "0.006"], [1702468970, "0.006"], [1702468994, "0.006"], [1702469024, "0.006"], [1702469060, "0.006"], [1702469111, "0.006"], [1702469144, "0.006"], [1702469168, "0.006"], [1702469204, "0.006"], [1702469237, "0.006"], [1702469273, "0.006"], [1702469303, "0.006"], [1702469336, "0.006"], [1702469360, "0.006"], [1702469387, "0.006"], [1702469411, "0.006"], [1702469435, "0.006"], [1702469468, "0.006"], [1702469504, "0.006"], [1702469537, "0.006"], [1702469573, "0.006"], [1702469606, "0.006"], [1702469633, "0.006"], [1702469660, "0.006"], [1702469684, "0.006"], [1702469717, "0.006"], [1702469753, "0.006"], [1702469786, "0.006"], [1702469816, "0.006"], [1702469834, "0.006"], [1702469864, "0.006"], [1702469906, "0.006"], [1702469936, "0.006"], [1702469972, "0.006"], [1702470005, "0.006"], [1702470029, "0.006"], [1702470065, "0.006"], [1702470101, "0.006"], [1702470131, "0.006"], [1702470167, "0.006"], [1702470203, "0.006"], [1702470251, "0.006"], [1702470278, "0.006"], [1702470311, "0.006"], [1702470347, "0.006"], [1702470371, "0.006"], [1702470404, "0.006"], [1702470440, "0.006"], [1702470476, "0.006"], [1702470506, "0.006"], [1702470542, "0.006"], [1702470575, "0.006"], [1702470611, "0.006"], [1702470635, "0.006"], [1702470662, "0.006"], [1702470686, "0.006"], [1702470719, "0.006"], [1702470746, "0.006"], [1702470812, "0.006"], [1702470845, "0.006"], [1702470875, "0.006"], [1702470899, "0.006"], [1702470953, "0.006"], [1702470983, "0.006"], [1702471025, "0.006"], [1702471067, "0.006"], [1702471169, "0.006"], [1702471193, "0.006"], [1702471226, "0.006"], [1702471265, "0.006"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "36.66"], [1702462763, "45.579"], [1702462793, "63.234"], [1702462808, "71.97"], [1702462829, "80.706"], [1702462844, "89.091"], [1702462865, "97.476"], [1702462880, "105.861"], [1702462904, "122.631"], [1702462919, "131.016"], [1702462952, "147.786"], [1702462973, "156.171"], [1702462988, "164.556"], [1702463045, "189.711"], [1702463081, "206.481"], [1702463114, "223.251"], [1702463150, "240.021"], [1702463186, "256.791"], [1702463216, "273.561"], [1702463240, "290.331"], [1702463273, "307.101"], [1702463324, "332.256"], [1702463354, "349.026"], [1702463381, "365.796"], [1702463417, "382.566"], [1702463453, "399.336"], [1702463477, "416.106"], [1702463510, "432.876"], [1702463537, "449.646"], [1702463570, "466.416"], [1702463591, "483.186"], [1702463621, "499.956"], [1702463657, "516.726"], [1702463693, "533.496"], [1702463729, "550.266"], [1702463765, "567.036"], [1702463798, "583.806"], [1702463846, "608.961"], [1702463873, "625.731"], [1702463906, "642.501"], [1702463948, "667.656"], [1702463984, "684.426"], [1702464014, "701.196"], [1702464050, "717.966"], [1702464086, "734.736"], [1702464122, "751.506"], [1702464155, "768.276"], [1702464194, "793.431"], [1702464230, "810.201"], [1702464263, "826.971"], [1702464299, "843.741"], [1702464332, "860.511"], [1702464356, "877.281"], [1702464392, "894.051"], [1702464425, "910.821"], [1702464455, "927.591"], [1702464479, "944.361"], [1702464509, "961.131"], [1702464533, "977.901"], [1702464569, "994.671"], [1702464605, "1011.441"], [1702464635, "1028.211"], [1702464671, "1044.981"], [1702464716, "1061.751"], [1702464743, "1078.521"], [1702464776, "1095.291"], [1702464812, "1112.061"], [1702464836, "1128.831"], [1702464869, "1145.601"], [1702464905, "1162.371"], [1702464926, "1179.141"], [1702464956, "1195.911"], [1702464992, "1212.681"], [1702465016, "1229.451"], [1702465049, "1246.221"], [1702465085, "1262.991"], [1702465118, "1279.761"], [1702465145, "1296.531"], [1702465178, "1313.301"], [1702465208, "1330.071"], [1702465241, "1346.841"], [1702465298, "1371.996"], [1702465334, "1388.766"], [1702465367, "1405.536"], [1702465394, "1422.306"], [1702465418, "1439.076"], [1702465445, "1455.846"], [1702465481, "1472.616"], [1702465517, "1489.386"], [1702465550, "1506.156"], [1702465586, "1522.926"], [1702465619, "1539.696"], [1702465658, "1556.466"], [1702465706, "1573.236"], [1702465754, "1598.391"], [1702465787, "1615.161"], [1702465823, "1631.931"], [1702465856, "1648.701"], [1702465880, "1665.471"], [1702465910, "1682.241"], [1702465952, "1699.011"], [1702465988, "1715.781"], [1702466015, "1732.551"], [1702466030, "1749.321"], [1702466060, "1766.091"], [1702466078, "1782.861"], [1702466138, "1808.016"], [1702466168, "1824.786"], [1702466204, "1841.556"], [1702466237, "1858.326"], [1702466261, "1875.096"], [1702466291, "1891.866"], [1702466327, "1908.636"], [1702466360, "1925.406"], [1702466384, "1942.176"], [1702466417, "1958.946"], [1702466441, "1975.716"], [1702466471, "1992.486"], [1702466507, "2009.256"], [1702466540, "2026.026"], [1702466597, "2051.181"], [1702466633, "2067.951"], [1702466666, "2084.721"], [1702466705, "2101.491"], [1702466732, "2118.261"], [1702466765, "2135.031"], [1702466801, "2151.801"], [1702466852, "2176.956"], [1702466876, "2193.726"], [1702466918, "2210.496"], [1702466978, "2244.036"], [1702467014, "2260.806"], [1702467038, "2277.576"], [1702467068, "2294.346"], [1702467122, "2319.501"], [1702467158, "2336.271"], [1702467191, "2353.041"], [1702467221, "2369.811"], [1702467257, "2386.581"], [1702467299, "2403.351"], [1702467350, "2428.506"], [1702467386, "2445.276"], [1702467419, "2462.046"], [1702467455, "2478.816"], [1702467515, "2512.356"], [1702467542, "2529.126"], [1702467566, "2545.896"], [1702467599, "2562.666"], [1702467635, "2579.436"], [1702467668, "2596.206"], [1702467695, "2612.976"], [1702467716, "2629.746"], [1702467746, "2646.516"], [1702467800, "2671.671"], [1702467824, "2688.441"], [1702467908, "2730.366"], [1702467944, "2747.136"], [1702467968, "2763.906"], [1702468001, "2780.676"], [1702468031, "2797.446"], [1702468067, "2814.216"], [1702468085, "2830.986"], [1702468115, "2847.756"], [1702468151, "2864.526"], [1702468181, "2881.296"], [1702468208, "2898.066"], [1702468241, "2914.836"], [1702468256, "2931.606"], [1702468286, "2948.376"], [1702468322, "2965.146"], [1702468352, "2981.916"], [1702468388, "2998.686"], [1702468424, "3015.456"], [1702468457, "3032.226"], [1702468493, "3048.996"], [1702468517, "3065.766"], [1702468550, "3082.536"], [1702468586, "3099.306"], [1702468613, "3116.076"], [1702468637, "3132.846"], [1702468679, "3149.616"], [1702468721, "3166.386"], [1702468730, "3174.771"], [1702468766, "3191.541"], [1702468799, "3208.311"], [1702468835, "3225.081"], [1702468898, "3250.236"], [1702468934, "3267.006"], [1702468970, "3283.776"], [1702468994, "3300.546"], [1702469024, "3317.316"], [1702469060, "3334.086"], [1702469111, "3359.241"], [1702469144, "3376.011"], [1702469168, "3392.781"], [1702469204, "3409.551"], [1702469237, "3426.321"], [1702469273, "3443.091"], [1702469303, "3459.861"], [1702469336, "3476.631"], [1702469360, "3493.401"], [1702469387, "3510.171"], [1702469411, "3526.941"], [1702469435, "3543.711"], [1702469468, "3560.481"], [1702469504, "3577.251"], [1702469537, "3594.021"], [1702469573, "3610.791"], [1702469606, "3627.561"], [1702469633, "3644.331"], [1702469660, "3661.101"], [1702469684, "3677.871"], [1702469717, "3694.641"], [1702469753, "3711.411"], [1702469786, "3728.181"], [1702469816, "3744.951"], [1702469834, "3761.721"], [1702469864, "3778.491"], [1702469906, "3803.646"], [1702469936, "3820.416"], [1702469972, "3837.186"], [1702470005, "3853.956"], [1702470029, "3870.726"], [1702470065, "3887.496"], [1702470101, "3904.266"], [1702470131, "3921.036"], [1702470167, "3937.806"], [1702470203, "3954.576"], [1702470251, "3979.731"], [1702470278, "3996.501"], [1702470311, "4013.271"], [1702470347, "4030.041"], [1702470371, "4046.811"], [1702470404, "4063.581"], [1702470440, "4080.351"], [1702470476, "4097.121"], [1702470506, "4113.891"], [1702470542, "4130.661"], [1702470575, "4147.431"], [1702470611, "4164.201"], [1702470635, "4180.971"], [1702470662, "4197.741"], [1702470686, "4214.511"], [1702470719, "4231.281"], [1702470746, "4248.051"], [1702470812, "4281.591"], [1702470845, "4298.361"], [1702470875, "4315.131"], [1702470899, "4331.901"], [1702470953, "4357.056"], [1702470983, "4373.826"], [1702471025, "4390.596"], [1702471067, "4415.751"], [1702471169, "4457.676"], [1702471193, "4474.446"], [1702471226, "4491.216"], [1702471265, "4507.986"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.318"], [1702462721, "18.432"], [1702462736, "27.546"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1.911"], [1702462988, "2.301"], [1702463045, "2.652"], [1702463081, "3.042"], [1702463114, "3.312"], [1702463150, "3.402"], [1702463186, "3.486"], [1702463216, "3.786"], [1702463240, "3.879"], [1702463273, "3.996"], [1702463324, "4.29"], [1702463354, "4.377"], [1702463381, "4.686"], [1702463417, "4.956"], [1702463453, "5.154"], [1702463477, "5.541"], [1702463510, "5.73"], [1702463537, "5.802"], [1702463570, "5.925"], [1702463591, "6.015"], [1702463621, "6.105"], [1702463657, "6.183"], [1702463693, "6.474"], [1702463729, "6.807"], [1702463765, "7.092"], [1702463798, "7.389"], [1702463846, "7.614"], [1702463873, "7.749"], [1702463906, "7.881"], [1702463948, "8.328"], [1702463984, "8.598"], [1702464014, "8.874"], [1702464050, "9.327"], [1702464086, "9.624"], [1702464122, "9.855"], [1702464155, "9.993"], [1702464194, "10.308"], [1702464230, "10.392"], [1702464263, "10.53"], [1702464299, "11.298"], [1702464332, "11.607"], [1702464356, "11.802"], [1702464392, "12.024"], [1702464425, "12.228"], [1702464455, "12.42"], [1702464479, "12.612"], [1702464509, "12.747"], [1702464533, "12.981"], [1702464569, "13.233"], [1702464605, "13.539"], [1702464635, "13.866"], [1702464671, "14.346"], [1702464716, "14.784"], [1702464743, "14.925"], [1702464776, "15.657"], [1702464812, "15.984"], [1702464836, "16.089"], [1702464869, "16.389"], [1702464905, "16.542"], [1702464926, "16.599"], [1702464956, "16.707"], [1702464992, "17.538"], [1702465016, "17.646"], [1702465049, "17.967"], [1702465085, "18.384"], [1702465118, "18.603"], [1702465145, "18.957"], [1702465178, "19.188"], [1702465208, "19.503"], [1702465241, "19.755"], [1702465298, "20.28"], [1702465334, "20.493"], [1702465367, "20.739"], [1702465394, "20.853"], [1702465418, "20.883"], [1702465445, "21.09"], [1702465481, "21.327"], [1702465517, "21.918"], [1702465550, "22.245"], [1702465586, "22.542"], [1702465619, "22.647"], [1702465658, "23.109"], [1702465706, "23.34"], [1702465754, "23.946"], [1702465787, "24.087"], [1702465823, "24.198"], [1702465856, "24.702"], [1702465880, "24.93"], [1702465910, "25.233"], [1702465952, "25.617"], [1702465988, "26.067"], [1702466015, "26.319"], [1702466030, "26.328"], [1702466060, "26.529"], [1702466078, "26.598"], [1702466138, "27.072"], [1702466168, "27.381"], [1702466204, "27.609"], [1702466237, "28.059"], [1702466261, "28.269"], [1702466291, "28.446"], [1702466327, "28.77"], [1702466360, "29.061"], [1702466384, "29.163"], [1702466417, "29.322"], [1702466441, "29.43"], [1702466471, "29.541"], [1702466507, "30.006"], [1702466540, "30.279"], [1702466597, "31.341"], [1702466633, "31.749"], [1702466666, "31.935"], [1702466705, "32.058"], [1702466732, "32.343"], [1702466765, "32.637"], [1702466801, "32.859"], [1702466852, "33.531"], [1702466876, "33.549"], [1702466918, "33.969"], [1702466978, "34.887"], [1702467014, "35.07"], [1702467038, "35.358"], [1702467068, "35.661"], [1702467122, "36.126"], [1702467158, "36.561"], [1702467191, "36.759"], [1702467221, "37.059"], [1702467257, "37.287"], [1702467299, "37.377"], [1702467350, "37.521"], [1702467386, "37.563"], [1702467419, "37.587"], [1702467455, "37.623"], [1702467515, "37.656"], [1702467542, "37.677"], [1702467566, "37.698"], [1702467599, "37.716"], [1702467635, "37.887"], [1702467668, "38.358"], [1702467695, "38.4"], [1702467716, "38.451"], [1702467746, "38.49"], [1702467800, "38.682"], [1702467824, "38.709"], [1702467908, "38.781"], [1702467944, "38.826"], [1702467968, "38.832"], [1702468001, "38.847"], [1702468031, "38.925"], [1702468067, "39.204"], [1702468085, "39.225"], [1702468115, "39.261"], [1702468151, "39.504"], [1702468181, "39.525"], [1702468208, "39.558"], [1702468241, "39.858"], [1702468256, "39.873"], [1702468286, "39.927"], [1702468322, "39.951"], [1702468352, "40.317"], [1702468388, "40.671"], [1702468424, "40.884"], [1702468457, "41.01"], [1702468493, "41.103"], [1702468517, "41.157"], [1702468550, "41.196"], [1702468586, "41.223"], [1702468613, "41.349"], [1702468637, "41.409"], [1702468679, "41.463"], [1702468721, "41.901"], [1702468730, "41.916"], [1702468766, "42.105"], [1702468799, "42.225"], [1702468835, "42.312"], [1702468898, "42.498"], [1702468934, "42.552"], [1702468970, "43.044"], [1702468994, "43.134"], [1702469024, "43.146"], [1702469060, "43.176"], [1702469111, "43.323"], [1702469144, "43.452"], [1702469168, "43.458"], [1702469204, "43.515"], [1702469237, "43.536"], [1702469273, "43.56"], [1702469303, "43.752"], [1702469336, "43.791"], [1702469360, "43.875"], [1702469387, "43.89"], [1702469411, "44.118"], [1702469435, "44.16"], [1702469468, "44.181"], [1702469504, "44.193"], [1702469537, "44.382"], [1702469573, "44.592"], [1702469606, "45.12"], [1702469633, "45.222"], [1702469660, "45.579"], [1702469684, "45.753"], [1702469717, "46.059"], [1702469753, "46.11"], [1702469786, "46.2"], [1702469816, "46.308"], [1702469834, "46.338"], [1702469864, "46.383"], [1702469906, "46.509"], [1702469936, "46.788"], [1702469972, "46.983"], [1702470005, "47.157"], [1702470029, "47.169"], [1702470065, "47.217"], [1702470101, "47.295"], [1702470131, "47.538"], [1702470167, "48.072"], [1702470203, "48.465"], [1702470251, "48.843"], [1702470278, "48.933"], [1702470311, "48.987"], [1702470347, "49.182"], [1702470371, "49.233"], [1702470404, "49.353"], [1702470440, "49.59"], [1702470476, "50.019"], [1702470506, "50.148"], [1702470542, "50.352"], [1702470575, "50.673"], [1702470611, "50.811"], [1702470635, "50.862"], [1702470662, "50.889"], [1702470686, "50.949"], [1702470719, "51.009"], [1702470746, "51.195"], [1702470812, "51.528"], [1702470845, "52.035"], [1702470875, "52.26"], [1702470899, "52.362"], [1702470953, "52.743"], [1702470983, "52.941"], [1702471025, "53.112"], [1702471067, "53.58"], [1702471169, "53.922"], [1702471193, "54.075"], [1702471226, "54.408"], [1702471265, "54.708"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "75.465"], [1702462988, "83.85"], [1702463045, "109.005"], [1702463081, "125.775"], [1702463114, "142.545"], [1702463150, "159.315"], [1702463186, "176.085"], [1702463216, "192.855"], [1702463240, "209.625"], [1702463273, "226.395"], [1702463324, "251.55"], [1702463354, "268.32"], [1702463381, "285.09"], [1702463417, "301.86"], [1702463453, "318.63"], [1702463477, "335.4"], [1702463510, "352.17"], [1702463537, "368.94"], [1702463570, "385.71"], [1702463591, "402.48"], [1702463621, "419.25"], [1702463657, "436.02"], [1702463693, "452.79"], [1702463729, "469.56"], [1702463765, "486.33"], [1702463798, "503.1"], [1702463846, "528.255"], [1702463873, "545.025"], [1702463906, "561.795"], [1702463948, "586.95"], [1702463984, "603.72"], [1702464014, "620.49"], [1702464050, "637.26"], [1702464086, "654.03"], [1702464122, "670.8"], [1702464155, "687.57"], [1702464194, "712.725"], [1702464230, "729.495"], [1702464263, "746.265"], [1702464299, "763.035"], [1702464332, "779.805"], [1702464356, "796.575"], [1702464392, "813.345"], [1702464425, "830.115"], [1702464455, "846.885"], [1702464479, "863.655"], [1702464509, "880.425"], [1702464533, "897.195"], [1702464569, "913.965"], [1702464605, "930.735"], [1702464635, "947.505"], [1702464671, "964.275"], [1702464716, "981.045"], [1702464743, "997.815"], [1702464776, "1014.585"], [1702464812, "1031.355"], [1702464836, "1048.125"], [1702464869, "1064.895"], [1702464905, "1081.665"], [1702464926, "1098.435"], [1702464956, "1115.205"], [1702464992, "1131.975"], [1702465016, "1148.745"], [1702465049, "1165.515"], [1702465085, "1182.285"], [1702465118, "1199.055"], [1702465145, "1215.825"], [1702465178, "1232.595"], [1702465208, "1249.365"], [1702465241, "1266.135"], [1702465298, "1291.29"], [1702465334, "1308.06"], [1702465367, "1324.83"], [1702465394, "1341.6"], [1702465418, "1358.37"], [1702465445, "1375.14"], [1702465481, "1391.91"], [1702465517, "1408.68"], [1702465550, "1425.45"], [1702465586, "1442.22"], [1702465619, "1458.99"], [1702465658, "1475.76"], [1702465706, "1492.53"], [1702465754, "1517.685"], [1702465787, "1534.455"], [1702465823, "1551.225"], [1702465856, "1567.995"], [1702465880, "1584.765"], [1702465910, "1601.535"], [1702465952, "1618.305"], [1702465988, "1635.075"], [1702466015, "1651.845"], [1702466030, "1668.615"], [1702466060, "1685.385"], [1702466078, "1702.155"], [1702466138, "1727.31"], [1702466168, "1744.08"], [1702466204, "1760.85"], [1702466237, "1777.62"], [1702466261, "1794.39"], [1702466291, "1811.16"], [1702466327, "1827.93"], [1702466360, "1844.7"], [1702466384, "1861.47"], [1702466417, "1878.24"], [1702466441, "1895.01"], [1702466471, "1911.78"], [1702466507, "1928.55"], [1702466540, "1945.32"], [1702466597, "1970.475"], [1702466633, "1987.245"], [1702466666, "2004.015"], [1702466705, "2020.785"], [1702466732, "2037.555"], [1702466765, "2054.325"], [1702466801, "2071.095"], [1702466852, "2096.25"], [1702466876, "2113.02"], [1702466918, "2129.79"], [1702466978, "2163.33"], [1702467014, "2180.1"], [1702467038, "2196.87"], [1702467068, "2213.64"], [1702467122, "2238.795"], [1702467158, "2255.565"], [1702467191, "2272.335"], [1702467221, "2289.105"], [1702467257, "2305.875"], [1702467299, "2322.645"], [1702467350, "2347.8"], [1702467386, "2364.57"], [1702467419, "2381.34"], [1702467455, "2398.11"], [1702467515, "2431.65"], [1702467542, "2448.42"], [1702467566, "2465.19"], [1702467599, "2481.96"], [1702467635, "2498.73"], [1702467668, "2515.5"], [1702467695, "2532.27"], [1702467716, "2549.04"], [1702467746, "2565.81"], [1702467800, "2590.965"], [1702467824, "2607.735"], [1702467908, "2649.66"], [1702467944, "2666.43"], [1702467968, "2683.2"], [1702468001, "2699.97"], [1702468031, "2716.74"], [1702468067, "2733.51"], [1702468085, "2750.28"], [1702468115, "2767.05"], [1702468151, "2783.82"], [1702468181, "2800.59"], [1702468208, "2817.36"], [1702468241, "2834.13"], [1702468256, "2850.9"], [1702468286, "2867.67"], [1702468322, "2884.44"], [1702468352, "2901.21"], [1702468388, "2917.98"], [1702468424, "2934.75"], [1702468457, "2951.52"], [1702468493, "2968.29"], [1702468517, "2985.06"], [1702468550, "3001.83"], [1702468586, "3018.6"], [1702468613, "3035.37"], [1702468637, "3052.14"], [1702468679, "3068.91"], [1702468721, "3085.68"], [1702468730, "3094.065"], [1702468766, "3110.835"], [1702468799, "3127.605"], [1702468835, "3144.375"], [1702468898, "3169.53"], [1702468934, "3186.3"], [1702468970, "3203.07"], [1702468994, "3219.84"], [1702469024, "3236.61"], [1702469060, "3253.38"], [1702469111, "3278.535"], [1702469144, "3295.305"], [1702469168, "3312.075"], [1702469204, "3328.845"], [1702469237, "3345.615"], [1702469273, "3362.385"], [1702469303, "3379.155"], [1702469336, "3395.925"], [1702469360, "3412.695"], [1702469387, "3429.465"], [1702469411, "3446.235"], [1702469435, "3463.005"], [1702469468, "3479.775"], [1702469504, "3496.545"], [1702469537, "3513.315"], [1702469573, "3530.085"], [1702469606, "3546.855"], [1702469633, "3563.625"], [1702469660, "3580.395"], [1702469684, "3597.165"], [1702469717, "3613.935"], [1702469753, "3630.705"], [1702469786, "3647.475"], [1702469816, "3664.245"], [1702469834, "3681.015"], [1702469864, "3697.785"], [1702469906, "3722.94"], [1702469936, "3739.71"], [1702469972, "3756.48"], [1702470005, "3773.25"], [1702470029, "3790.02"], [1702470065, "3806.79"], [1702470101, "3823.56"], [1702470131, "3840.33"], [1702470167, "3857.1"], [1702470203, "3873.87"], [1702470251, "3899.025"], [1702470278, "3915.795"], [1702470311, "3932.565"], [1702470347, "3949.335"], [1702470371, "3966.105"], [1702470404, "3982.875"], [1702470440, "3999.645"], [1702470476, "4016.415"], [1702470506, "4033.185"], [1702470542, "4049.955"], [1702470575, "4066.725"], [1702470611, "4083.495"], [1702470635, "4100.265"], [1702470662, "4117.035"], [1702470686, "4133.805"], [1702470719, "4150.575"], [1702470746, "4167.345"], [1702470812, "4200.885"], [1702470845, "4217.655"], [1702470875, "4234.425"], [1702470899, "4251.195"], [1702470953, "4276.35"], [1702470983, "4293.12"], [1702471025, "4309.89"], [1702471067, "4335.045"], [1702471169, "4376.97"], [1702471193, "4393.74"], [1702471226, "4410.51"], [1702471265, "4427.28"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.837"], [1702462865, "0.933"], [1702462880, "1.23"], [1702462904, "1.404"], [1702462919, "1.461"], [1702462952, "1.755"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.385"], [1702462865, "16.77"], [1702462880, "25.155"], [1702462904, "41.925"], [1702462919, "50.31"], [1702462952, "67.08"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "393.924"], [1702462721, "417.201"], [1702462736, "419.811"], [1702462751, "425.553"], [1702462763, "425.562"], [1702462793, "451.947"], [1702462808, "492.939"], [1702462829, "498.108"], [1702462844, "527.808"], [1702462865, "531.291"], [1702462880, "552.129"], [1702462904, "564.243"], [1702462919, "568.257"], [1702462952, "605.463"], [1702462973, "611.907"], [1702462988, "635.301"], [1702463045, "672.123"], [1702463081, "724.464"], [1702463114, "745.263"], [1702463150, "756.09"], [1702463186, "774.939"], [1702463216, "805.746"], [1702463240, "812.394"], [1702463273, "827.337"], [1702463324, "879.84"], [1702463354, "891.186"], [1702463381, "924.996"], [1702463417, "942.957"], [1702463453, "992.391"], [1702463477, "1051.914"], [1702463510, "1088.775"], [1702463537, "1097.19"], [1702463570, "1116.879"], [1702463591, "1131.087"], [1702463621, "1157.046"], [1702463657, "1176.156"], [1702463693, "1218.417"], [1702463729, "1246.836"], [1702463765, "1263.705"], [1702463798, "1296.774"], [1702463846, "1332.762"], [1702463873, "1365.363"], [1702463906, "1394.775"], [1702463948, "1437.342"], [1702463984, "1476.09"], [1702464014, "1490.853"], [1702464050, "1522.56"], [1702464086, "1558.131"], [1702464122, "1589.955"], [1702464155, "1617.762"], [1702464194, "1640.535"], [1702464230, "1653.096"], [1702464263, "1667.208"], [1702464299, "1699.527"], [1702464332, "1723.899"], [1702464356, "1795.857"], [1702464392, "1826.988"], [1702464425, "1849.479"], [1702464455, "1944.999"], [1702464479, "1967.019"], [1702464509, "1976.34"], [1702464533, "2050.368"], [1702464569, "2086.998"], [1702464605, "2114.97"], [1702464635, "2139.147"], [1702464671, "2179.938"], [1702464716, "2335.611"], [1702464743, "2352.111"], [1702464776, "2398.044"], [1702464812, "2427.594"], [1702464836, "2442.414"], [1702464869, "2464.284"], [1702464905, "2505.105"], [1702464926, "2508.438"], [1702464956, "2539.278"], [1702464992, "2570.793"], [1702465016, "2581.266"], [1702465049, "2634.606"], [1702465085, "2678.307"], [1702465118, "2684.868"], [1702465145, "2718.852"], [1702465178, "2757.912"], [1702465208, "2789.127"], [1702465241, "2822.427"], [1702465298, "2874.108"], [1702465334, "2898.729"], [1702465367, "2914.881"], [1702465394, "2922.732"], [1702465418, "2929.554"], [1702465445, "2951.823"], [1702465481, "2977.542"], [1702465517, "3019.956"], [1702465550, "3051.531"], [1702465586, "3123.813"], [1702465619, "3136.11"], [1702465658, "3205.347"], [1702465706, "3222.795"], [1702465754, "3269.511"], [1702465787, "3296.283"], [1702465823, "3315.501"], [1702465856, "3359.067"], [1702465880, "3383.238"], [1702465910, "3414.285"], [1702465952, "3442.827"], [1702465988, "3466.707"], [1702466015, "3497.412"], [1702466030, "3498.06"], [1702466060, "3517.14"], [1702466078, "3522.678"], [1702466138, "3566.277"], [1702466168, "3587.253"], [1702466204, "3619.131"], [1702466237, "3659.328"], [1702466261, "3682.929"], [1702466291, "3696.804"], [1702466327, "3731.442"], [1702466360, "3806.58"], [1702466384, "3839.106"], [1702466417, "3859.119"], [1702466441, "3865.377"], [1702466471, "3872.766"], [1702466507, "3899.664"], [1702466540, "3927.654"], [1702466597, "3986.229"], [1702466633, "4026.219"], [1702466666, "4053.477"], [1702466705, "4071.447"], [1702466732, "4096.653"], [1702466765, "4120.788"], [1702466801, "4138.218"], [1702466852, "4184.145"], [1702466876, "4187.796"], [1702466918, "4218.633"], [1702466978, "4290.318"], [1702467014, "4312.215"], [1702467038, "4343.613"], [1702467068, "4370.865"], [1702467122, "4411.662"], [1702467158, "4440.591"], [1702467191, "4466.145"], [1702467221, "4484.142"], [1702467257, "4510.83"], [1702467299, "4529.181"], [1702467350, "4544.535"], [1702467386, "4548.744"], [1702467419, "4550.925"], [1702467455, "4553.784"], [1702467515, "4558.188"], [1702467542, "4560.378"], [1702467566, "4562.208"], [1702467599, "4563.147"], [1702467635, "4588.719"], [1702467668, "4621.155"], [1702467695, "4625.886"], [1702467716, "4631.814"], [1702467746, "4635.051"], [1702467800, "4667.52"], [1702467824, "4673.589"], [1702467908, "4683.12"], [1702467944, "4687.617"], [1702467968, "4689.084"], [1702468001, "4690.758"], [1702468031, "4711.764"], [1702468067, "4784.757"], [1702468085, "4788.45"], [1702468115, "4790.784"], [1702468151, "4821.24"], [1702468181, "4824.489"], [1702468208, "4827.768"], [1702468241, "4831.569"], [1702468256, "4833.18"], [1702468286, "4838.475"], [1702468322, "4840.914"], [1702468352, "4901.535"], [1702468388, "4939.941"], [1702468424, "4962.375"], [1702468457, "4976.889"], [1702468493, "4995.537"], [1702468517, "5002.881"], [1702468550, "5006.838"], [1702468586, "5011.233"], [1702468613, "5031.966"], [1702468637, "5036.643"], [1702468679, "5039.853"], [1702468721, "5054.154"], [1702468730, "5076.387"], [1702468766, "5102.334"], [1702468799, "5110.797"], [1702468835, "5116.968"], [1702468898, "5147.964"], [1702468934, "5153.034"], [1702468970, "5199.879"], [1702468994, "5214.654"], [1702469024, "5215.908"], [1702469060, "5223.171"], [1702469111, "5233.806"], [1702469144, "5255.874"], [1702469168, "5258.31"], [1702469204, "5262.243"], [1702469237, "5264.643"], [1702469273, "5269.545"], [1702469303, "5284.98"], [1702469336, "5291.808"], [1702469360, "5300.331"], [1702469387, "5301.933"], [1702469411, "5307.942"], [1702469435, "5311.617"], [1702469468, "5315.901"], [1702469504, "5317.182"], [1702469537, "5336.724"], [1702469573, "5360.616"], [1702469606, "5401.206"], [1702469633, "5404.251"], [1702469660, "5449.377"], [1702469684, "5467.968"], [1702469717, "5500.236"], [1702469753, "5510.484"], [1702469786, "5517.903"], [1702469816, "5547.756"], [1702469834, "5552.013"], [1702469864, "5565.135"], [1702469906, "5581.002"], [1702469936, "5599.248"], [1702469972, "5623.422"], [1702470005, "5641.191"], [1702470029, "5643.612"], [1702470065, "5652.681"], [1702470101, "5666.718"], [1702470131, "5704.374"], [1702470167, "5735.142"], [1702470203, "5766.933"], [1702470251, "5820.054"], [1702470278, "5826.159"], [1702470311, "5834.979"], [1702470347, "5846.097"], [1702470371, "5855.649"], [1702470404, "5869.809"], [1702470440, "5887.905"], [1702470476, "5934.675"], [1702470506, "5942.019"], [1702470542, "5957.499"], [1702470575, "5984.232"], [1702470611, "6009.861"], [1702470635, "6017.889"], [1702470662, "6022.068"], [1702470686, "6029.187"], [1702470719, "6040.656"], [1702470746, "6056.265"], [1702470812, "6078.609"], [1702470845, "6111.285"], [1702470875, "6130.968"], [1702470899, "6143.34"], [1702470953, "6166.806"], [1702470983, "6184.164"], [1702471025, "6218.817"], [1702471067, "6246.21"], [1702471169, "6318.174"], [1702471193, "6331.056"], [1702471226, "6360.78"], [1702471265, "6397.11"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.585"], [1702462808, "0.585"], [1702462829, "0.585"], [1702462844, "0.585"], [1702462865, "0.585"], [1702462880, "0.585"], [1702462904, "0.585"], [1702462919, "0.585"], [1702462952, "0.585"], [1702462973, "0.585"], [1702462988, "0.585"], [1702463045, "0.585"], [1702463081, "0.585"], [1702463114, "0.585"], [1702463150, "0.585"], [1702463186, "0.585"], [1702463216, "0.585"], [1702463240, "0.585"], [1702463273, "0.585"], [1702463324, "0.585"], [1702463354, "0.585"], [1702463381, "0.585"], [1702463417, "0.585"], [1702463453, "0.585"], [1702463477, "0.585"], [1702463510, "0.585"], [1702463537, "0.585"], [1702463570, "0.585"], [1702463591, "0.585"], [1702463621, "0.585"], [1702463657, "0.585"], [1702463693, "0.585"], [1702463729, "0.585"], [1702463765, "0.585"], [1702463798, "0.585"], [1702463846, "0.585"], [1702463873, "0.585"], [1702463906, "0.585"], [1702463948, "0.585"], [1702463984, "0.585"], [1702464014, "0.585"], [1702464050, "0.585"], [1702464086, "0.585"], [1702464122, "0.585"], [1702464155, "0.585"], [1702464194, "0.585"], [1702464230, "0.585"], [1702464263, "0.585"], [1702464299, "0.585"], [1702464332, "0.585"], [1702464356, "0.585"], [1702464392, "0.585"], [1702464425, "0.585"], [1702464455, "0.585"], [1702464479, "0.585"], [1702464509, "0.585"], [1702464533, "0.585"], [1702464569, "0.585"], [1702464605, "0.585"], [1702464635, "0.585"], [1702464671, "0.585"], [1702464716, "0.585"], [1702464743, "0.585"], [1702464776, "0.585"], [1702464812, "0.585"], [1702464836, "0.585"], [1702464869, "0.585"], [1702464905, "0.585"], [1702464926, "0.585"], [1702464956, "0.585"], [1702464992, "0.585"], [1702465016, "0.585"], [1702465049, "0.585"], [1702465085, "2.562"], [1702465118, "2.562"], [1702465145, "2.562"], [1702465178, "2.562"], [1702465208, "2.562"], [1702465241, "2.562"], [1702465298, "2.562"], [1702465334, "2.562"], [1702465367, "2.562"], [1702465394, "2.562"], [1702465418, "2.562"], [1702465445, "2.562"], [1702465481, "2.562"], [1702465517, "2.562"], [1702465550, "2.562"], [1702465586, "2.562"], [1702465619, "2.562"], [1702465658, "2.562"], [1702465706, "2.562"], [1702465754, "2.562"], [1702465787, "2.562"], [1702465823, "2.562"], [1702465856, "2.562"], [1702465880, "2.562"], [1702465910, "2.562"], [1702465952, "2.562"], [1702465988, "2.562"], [1702466015, "2.562"], [1702466030, "2.562"], [1702466060, "2.562"], [1702466078, "2.562"], [1702466138, "2.562"], [1702466168, "2.562"], [1702466204, "2.562"], [1702466237, "2.562"], [1702466261, "2.562"], [1702466291, "2.562"], [1702466327, "2.562"], [1702466360, "2.562"], [1702466384, "2.562"], [1702466417, "2.568"], [1702466441, "2.568"], [1702466471, "2.568"], [1702466507, "2.568"], [1702466540, "2.568"], [1702466597, "2.568"], [1702466633, "2.568"], [1702466666, "2.568"], [1702466705, "2.568"], [1702466732, "2.568"], [1702466765, "2.568"], [1702466801, "2.568"], [1702466852, "2.568"], [1702466876, "2.568"], [1702466918, "2.568"], [1702466978, "2.568"], [1702467014, "2.568"], [1702467038, "2.568"], [1702467068, "2.568"], [1702467122, "2.568"], [1702467158, "2.568"], [1702467191, "2.568"], [1702467221, "2.568"], [1702467257, "2.568"], [1702467299, "2.568"], [1702467350, "2.568"], [1702467386, "2.568"], [1702467419, "2.568"], [1702467455, "2.568"], [1702467515, "2.568"], [1702467542, "2.568"], [1702467566, "2.568"], [1702467599, "2.568"], [1702467635, "2.568"], [1702467668, "2.568"], [1702467695, "2.568"], [1702467716, "2.568"], [1702467746, "2.568"], [1702467800, "2.568"], [1702467824, "2.568"], [1702467908, "2.568"], [1702467944, "2.568"], [1702467968, "2.568"], [1702468001, "2.568"], [1702468031, "2.568"], [1702468067, "2.568"], [1702468085, "2.568"], [1702468115, "2.568"], [1702468151, "2.568"], [1702468181, "2.568"], [1702468208, "2.568"], [1702468241, "2.568"], [1702468256, "2.568"], [1702468286, "2.568"], [1702468322, "2.568"], [1702468352, "2.568"], [1702468388, "2.568"], [1702468424, "2.568"], [1702468457, "2.568"], [1702468493, "2.568"], [1702468517, "2.568"], [1702468550, "2.568"], [1702468586, "2.568"], [1702468613, "2.568"], [1702468637, "2.568"], [1702468679, "2.568"], [1702468721, "2.568"], [1702468730, "2.568"], [1702468766, "2.568"], [1702468799, "2.568"], [1702468835, "2.568"], [1702468898, "2.568"], [1702468934, "2.568"], [1702468970, "2.568"], [1702468994, "2.568"], [1702469024, "2.568"], [1702469060, "2.568"], [1702469111, "2.568"], [1702469144, "2.568"], [1702469168, "2.568"], [1702469204, "2.568"], [1702469237, "2.568"], [1702469273, "2.568"], [1702469303, "2.568"], [1702469336, "2.568"], [1702469360, "2.568"], [1702469387, "2.568"], [1702469411, "2.568"], [1702469435, "2.568"], [1702469468, "2.568"], [1702469504, "2.568"], [1702469537, "2.568"], [1702469573, "2.568"], [1702469606, "2.568"], [1702469633, "2.568"], [1702469660, "2.568"], [1702469684, "2.568"], [1702469717, "2.568"], [1702469753, "2.568"], [1702469786, "2.568"], [1702469816, "2.568"], [1702469834, "2.568"], [1702469864, "2.568"], [1702469906, "2.568"], [1702469936, "2.568"], [1702469972, "2.568"], [1702470005, "2.568"], [1702470029, "2.568"], [1702470065, "2.568"], [1702470101, "2.568"], [1702470131, "2.568"], [1702470167, "2.568"], [1702470203, "2.568"], [1702470251, "2.568"], [1702470278, "2.568"], [1702470311, "2.568"], [1702470347, "2.568"], [1702470371, "2.568"], [1702470404, "2.568"], [1702470440, "2.568"], [1702470476, "2.568"], [1702470506, "2.568"], [1702470542, "2.568"], [1702470575, "2.568"], [1702470611, "2.568"], [1702470635, "2.568"], [1702470662, "2.568"], [1702470686, "2.568"], [1702470719, "2.568"], [1702470746, "2.568"], [1702470812, "2.568"], [1702470845, "2.568"], [1702470875, "2.568"], [1702470899, "2.568"], [1702470953, "2.568"], [1702470983, "2.568"], [1702471025, "2.568"], [1702471067, "2.568"], [1702471169, "2.568"], [1702471193, "2.568"], [1702471226, "2.568"], [1702471265, "2.568"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "82.734"], [1702462808, "91.47"], [1702462829, "100.206"], [1702462844, "108.591"], [1702462865, "116.976"], [1702462880, "125.361"], [1702462904, "142.131"], [1702462919, "150.516"], [1702462952, "167.286"], [1702462973, "175.671"], [1702462988, "184.056"], [1702463045, "209.211"], [1702463081, "225.981"], [1702463114, "242.751"], [1702463150, "259.521"], [1702463186, "276.291"], [1702463216, "293.061"], [1702463240, "309.831"], [1702463273, "326.601"], [1702463324, "351.756"], [1702463354, "368.526"], [1702463381, "385.296"], [1702463417, "402.066"], [1702463453, "418.836"], [1702463477, "435.606"], [1702463510, "452.376"], [1702463537, "469.146"], [1702463570, "485.916"], [1702463591, "502.686"], [1702463621, "519.456"], [1702463657, "536.226"], [1702463693, "552.996"], [1702463729, "569.766"], [1702463765, "586.536"], [1702463798, "603.306"], [1702463846, "628.461"], [1702463873, "645.231"], [1702463906, "662.001"], [1702463948, "687.156"], [1702463984, "703.926"], [1702464014, "720.696"], [1702464050, "737.466"], [1702464086, "754.236"], [1702464122, "771.006"], [1702464155, "787.776"], [1702464194, "812.931"], [1702464230, "829.701"], [1702464263, "846.471"], [1702464299, "863.241"], [1702464332, "880.011"], [1702464356, "896.781"], [1702464392, "913.551"], [1702464425, "930.321"], [1702464455, "947.091"], [1702464479, "963.861"], [1702464509, "980.631"], [1702464533, "997.401"], [1702464569, "1014.171"], [1702464605, "1030.941"], [1702464635, "1047.711"], [1702464671, "1064.481"], [1702464716, "1081.251"], [1702464743, "1098.021"], [1702464776, "1114.791"], [1702464812, "1131.561"], [1702464836, "1148.331"], [1702464869, "1165.101"], [1702464905, "1181.871"], [1702464926, "1198.641"], [1702464956, "1215.411"], [1702464992, "1232.181"], [1702465016, "1248.951"], [1702465049, "1265.721"], [1702465085, "1282.491"], [1702465118, "1299.261"], [1702465145, "1316.031"], [1702465178, "1332.801"], [1702465208, "1349.571"], [1702465241, "1366.341"], [1702465298, "1391.496"], [1702465334, "1408.266"], [1702465367, "1425.036"], [1702465394, "1441.806"], [1702465418, "1458.576"], [1702465445, "1475.346"], [1702465481, "1492.116"], [1702465517, "1508.886"], [1702465550, "1525.656"], [1702465586, "1542.426"], [1702465619, "1559.196"], [1702465658, "1575.966"], [1702465706, "1592.736"], [1702465754, "1617.891"], [1702465787, "1634.661"], [1702465823, "1651.431"], [1702465856, "1668.201"], [1702465880, "1684.971"], [1702465910, "1701.741"], [1702465952, "1718.511"], [1702465988, "1735.281"], [1702466015, "1752.051"], [1702466030, "1768.821"], [1702466060, "1785.591"], [1702466078, "1802.361"], [1702466138, "1827.516"], [1702466168, "1844.286"], [1702466204, "1861.056"], [1702466237, "1877.826"], [1702466261, "1894.596"], [1702466291, "1911.366"], [1702466327, "1928.136"], [1702466360, "1944.906"], [1702466384, "1961.676"], [1702466417, "1978.446"], [1702466441, "1995.216"], [1702466471, "2011.986"], [1702466507, "2028.756"], [1702466540, "2045.526"], [1702466597, "2070.681"], [1702466633, "2087.451"], [1702466666, "2104.221"], [1702466705, "2120.991"], [1702466732, "2137.761"], [1702466765, "2154.531"], [1702466801, "2171.301"], [1702466852, "2196.456"], [1702466876, "2213.226"], [1702466918, "2229.996"], [1702466978, "2263.536"], [1702467014, "2280.306"], [1702467038, "2297.076"], [1702467068, "2313.846"], [1702467122, "2339.001"], [1702467158, "2355.771"], [1702467191, "2372.541"], [1702467221, "2389.311"], [1702467257, "2406.081"], [1702467299, "2422.851"], [1702467350, "2448.006"], [1702467386, "2464.776"], [1702467419, "2481.546"], [1702467455, "2498.316"], [1702467515, "2531.856"], [1702467542, "2548.626"], [1702467566, "2565.396"], [1702467599, "2582.166"], [1702467635, "2598.936"], [1702467668, "2615.706"], [1702467695, "2632.476"], [1702467716, "2649.246"], [1702467746, "2666.016"], [1702467800, "2691.171"], [1702467824, "2707.941"], [1702467908, "2749.866"], [1702467944, "2766.636"], [1702467968, "2783.406"], [1702468001, "2800.176"], [1702468031, "2816.946"], [1702468067, "2833.716"], [1702468085, "2850.486"], [1702468115, "2867.256"], [1702468151, "2884.026"], [1702468181, "2900.796"], [1702468208, "2917.566"], [1702468241, "2934.336"], [1702468256, "2951.106"], [1702468286, "2967.876"], [1702468322, "2984.646"], [1702468352, "3001.416"], [1702468388, "3018.186"], [1702468424, "3034.956"], [1702468457, "3051.726"], [1702468493, "3068.496"], [1702468517, "3085.266"], [1702468550, "3102.036"], [1702468586, "3118.806"], [1702468613, "3135.576"], [1702468637, "3152.346"], [1702468679, "3169.116"], [1702468721, "3185.886"], [1702468730, "3194.271"], [1702468766, "3211.041"], [1702468799, "3227.811"], [1702468835, "3244.581"], [1702468898, "3269.736"], [1702468934, "3286.506"], [1702468970, "3303.276"], [1702468994, "3320.046"], [1702469024, "3336.816"], [1702469060, "3353.586"], [1702469111, "3378.741"], [1702469144, "3395.511"], [1702469168, "3412.281"], [1702469204, "3429.051"], [1702469237, "3445.821"], [1702469273, "3462.591"], [1702469303, "3479.361"], [1702469336, "3496.131"], [1702469360, "3512.901"], [1702469387, "3529.671"], [1702469411, "3546.441"], [1702469435, "3563.211"], [1702469468, "3579.981"], [1702469504, "3596.751"], [1702469537, "3613.521"], [1702469573, "3630.291"], [1702469606, "3647.061"], [1702469633, "3663.831"], [1702469660, "3680.601"], [1702469684, "3697.371"], [1702469717, "3714.141"], [1702469753, "3730.911"], [1702469786, "3747.681"], [1702469816, "3764.451"], [1702469834, "3781.221"], [1702469864, "3797.991"], [1702469906, "3823.146"], [1702469936, "3839.916"], [1702469972, "3856.686"], [1702470005, "3873.456"], [1702470029, "3890.226"], [1702470065, "3906.996"], [1702470101, "3923.766"], [1702470131, "3940.536"], [1702470167, "3957.306"], [1702470203, "3974.076"], [1702470251, "3999.231"], [1702470278, "4016.001"], [1702470311, "4032.771"], [1702470347, "4049.541"], [1702470371, "4066.311"], [1702470404, "4083.081"], [1702470440, "4099.851"], [1702470476, "4116.621"], [1702470506, "4133.391"], [1702470542, "4150.161"], [1702470575, "4166.931"], [1702470611, "4183.701"], [1702470635, "4200.471"], [1702470662, "4217.241"], [1702470686, "4234.011"], [1702470719, "4250.781"], [1702470746, "4267.551"], [1702470812, "4301.091"], [1702470845, "4317.861"], [1702470875, "4334.631"], [1702470899, "4351.401"], [1702470953, "4376.556"], [1702470983, "4393.326"], [1702471025, "4410.096"], [1702471067, "4435.251"], [1702471169, "4477.176"], [1702471193, "4493.946"], [1702471226, "4510.716"], [1702471265, "4527.486"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.372"], [1702462721, "0.372"], [1702462736, "0.519"], [1702462751, "0.576"], [1702462763, "0.576"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "28.818"], [1702462721, "37.932"], [1702462736, "47.046"], [1702462751, "56.16"], [1702462763, "65.079"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.006"], [1702463621, "0.006"], [1702463657, "0.006"], [1702463693, "0.006"], [1702463729, "0.006"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.009"], [1702466918, "0.009"], [1702466978, "0.009"], [1702467014, "0.009"], [1702467038, "0.009"], [1702467068, "0.009"], [1702467122, "0.009"], [1702467158, "0.009"], [1702467191, "0.009"], [1702467221, "0.009"], [1702467257, "0.009"], [1702467299, "0.009"], [1702467350, "0.009"], [1702467386, "0.009"], [1702467419, "0.009"], [1702467455, "0.009"], [1702467515, "0.009"], [1702467542, "0.009"], [1702467566, "0.009"], [1702467599, "0.009"], [1702467635, "0.009"], [1702467668, "0.009"], [1702467695, "0.009"], [1702467716, "0.009"], [1702467746, "0.009"], [1702467800, "0.009"], [1702467824, "0.009"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.018"], [1702471193, "0.018"], [1702471226, "0.018"], [1702471265, "0.018"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.867"], [1702462721, "0.867"], [1702462736, "0.891"], [1702462751, "0.891"], [1702462763, "0.894"], [1702462793, "0.99"], [1702462808, "1.467"], [1702462829, "1.479"], [1702462844, "2.496"], [1702462865, "2.496"], [1702462880, "2.601"], [1702462904, "2.601"], [1702462919, "2.688"], [1702462952, "2.772"], [1702462973, "2.793"], [1702462988, "2.793"], [1702463045, "2.982"], [1702463081, "2.994"], [1702463114, "2.994"], [1702463150, "3"], [1702463186, "3.018"], [1702463216, "3.06"], [1702463240, "3.06"], [1702463273, "3.072"], [1702463324, "3.282"], [1702463354, "3.312"], [1702463381, "3.357"], [1702463417, "3.366"], [1702463453, "3.39"], [1702463477, "3.45"], [1702463510, "3.504"], [1702463537, "3.507"], [1702463570, "3.534"], [1702463591, "3.579"], [1702463621, "3.591"], [1702463657, "3.594"], [1702463693, "3.639"], [1702463729, "3.855"], [1702463765, "3.948"], [1702463798, "4.149"], [1702463846, "4.161"], [1702463873, "4.179"], [1702463906, "4.179"], [1702463948, "4.329"], [1702463984, "4.581"], [1702464014, "4.704"], [1702464050, "4.725"], [1702464086, "4.77"], [1702464122, "4.785"], [1702464155, "4.785"], [1702464194, "4.797"], [1702464230, "4.809"], [1702464263, "4.947"], [1702464299, "4.974"], [1702464332, "5.022"], [1702464356, "5.028"], [1702464392, "5.058"], [1702464425, "5.142"], [1702464455, "5.187"], [1702464479, "5.208"], [1702464509, "6.03"], [1702464533, "6.081"], [1702464569, "6.12"], [1702464605, "6.12"], [1702464635, "6.147"], [1702464671, "6.201"], [1702464716, "6.201"], [1702464743, "6.21"], [1702464776, "6.24"], [1702464812, "6.315"], [1702464836, "6.315"], [1702464869, "6.378"], [1702464905, "6.387"], [1702464926, "6.393"], [1702464956, "6.405"], [1702464992, "6.48"], [1702465016, "6.855"], [1702465049, "6.855"], [1702465085, "8.076"], [1702465118, "8.079"], [1702465145, "8.466"], [1702465178, "8.466"], [1702465208, "8.484"], [1702465241, "8.493"], [1702465298, "8.553"], [1702465334, "8.565"], [1702465367, "8.598"], [1702465394, "8.607"], [1702465418, "8.613"], [1702465445, "8.646"], [1702465481, "8.694"], [1702465517, "8.694"], [1702465550, "8.811"], [1702465586, "8.886"], [1702465619, "8.895"], [1702465658, "8.898"], [1702465706, "8.946"], [1702465754, "9.399"], [1702465787, "9.441"], [1702465823, "9.486"], [1702465856, "9.486"], [1702465880, "9.501"], [1702465910, "9.564"], [1702465952, "11.367"], [1702465988, "11.43"], [1702466015, "11.499"], [1702466030, "11.505"], [1702466060, "11.517"], [1702466078, "11.52"], [1702466138, "11.535"], [1702466168, "11.562"], [1702466204, "11.574"], [1702466237, "11.592"], [1702466261, "11.628"], [1702466291, "11.814"], [1702466327, "11.889"], [1702466360, "11.907"], [1702466384, "11.922"], [1702466417, "11.922"], [1702466441, "11.934"], [1702466471, "11.937"], [1702466507, "11.964"], [1702466540, "12.006"], [1702466597, "12.204"], [1702466633, "12.255"], [1702466666, "12.255"], [1702466705, "12.276"], [1702466732, "12.381"], [1702466765, "12.423"], [1702466801, "12.468"], [1702466852, "12.501"], [1702466876, "12.501"], [1702466918, "12.501"], [1702466978, "12.564"], [1702467014, "12.789"], [1702467038, "12.789"], [1702467068, "12.801"], [1702467122, "12.873"], [1702467158, "12.873"], [1702467191, "12.876"], [1702467221, "12.903"], [1702467257, "12.987"], [1702467299, "13.011"], [1702467350, "13.017"], [1702467386, "13.026"], [1702467419, "13.035"], [1702467455, "13.035"], [1702467515, "13.053"], [1702467542, "13.056"], [1702467566, "13.062"], [1702467599, "13.068"], [1702467635, "13.071"], [1702467668, "13.122"], [1702467695, "13.125"], [1702467716, "13.146"], [1702467746, "13.176"], [1702467800, "13.182"], [1702467824, "13.194"], [1702467908, "13.242"], [1702467944, "13.245"], [1702467968, "13.248"], [1702468001, "13.248"], [1702468031, "13.254"], [1702468067, "13.377"], [1702468085, "13.386"], [1702468115, "13.395"], [1702468151, "13.755"], [1702468181, "13.755"], [1702468208, "13.758"], [1702468241, "13.758"], [1702468256, "13.758"], [1702468286, "13.77"], [1702468322, "13.773"], [1702468352, "13.803"], [1702468388, "13.806"], [1702468424, "13.812"], [1702468457, "13.839"], [1702468493, "13.899"], [1702468517, "13.899"], [1702468550, "13.902"], [1702468586, "13.911"], [1702468613, "13.926"], [1702468637, "13.995"], [1702468679, "14.001"], [1702468721, "14.001"], [1702468730, "14.01"], [1702468766, "14.013"], [1702468799, "14.016"], [1702468835, "14.019"], [1702468898, "14.046"], [1702468934, "14.085"], [1702468970, "14.097"], [1702468994, "14.1"], [1702469024, "14.106"], [1702469060, "14.109"], [1702469111, "14.271"], [1702469144, "14.274"], [1702469168, "14.283"], [1702469204, "14.283"], [1702469237, "14.283"], [1702469273, "14.289"], [1702469303, "14.343"], [1702469336, "14.349"], [1702469360, "14.352"], [1702469387, "14.358"], [1702469411, "14.367"], [1702469435, "14.373"], [1702469468, "14.379"], [1702469504, "14.379"], [1702469537, "14.379"], [1702469573, "14.385"], [1702469606, "14.385"], [1702469633, "14.388"], [1702469660, "14.388"], [1702469684, "14.457"], [1702469717, "14.466"], [1702469753, "14.478"], [1702469786, "14.481"], [1702469816, "14.484"], [1702469834, "14.484"], [1702469864, "14.484"], [1702469906, "14.544"], [1702469936, "14.553"], [1702469972, "14.709"], [1702470005, "14.715"], [1702470029, "14.715"], [1702470065, "14.715"], [1702470101, "14.724"], [1702470131, "14.73"], [1702470167, "14.73"], [1702470203, "14.769"], [1702470251, "14.835"], [1702470278, "14.874"], [1702470311, "14.874"], [1702470347, "14.88"], [1702470371, "14.892"], [1702470404, "14.907"], [1702470440, "14.955"], [1702470476, "15.009"], [1702470506, "15.021"], [1702470542, "15.081"], [1702470575, "15.114"], [1702470611, "15.144"], [1702470635, "15.15"], [1702470662, "15.153"], [1702470686, "15.243"], [1702470719, "15.261"], [1702470746, "15.288"], [1702470812, "15.336"], [1702470845, "15.549"], [1702470875, "15.618"], [1702470899, "15.633"], [1702470953, "15.798"], [1702470983, "15.825"], [1702471025, "15.825"], [1702471067, "16.191"], [1702471169, "16.254"], [1702471193, "16.254"], [1702471226, "16.254"], [1702471265, "16.302"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "28.461"], [1702462721, "29.961"], [1702462736, "31.053"], [1702462751, "31.71"], [1702462763, "31.713"], [1702462793, "33.909"], [1702462808, "36.426"], [1702462829, "38.079"], [1702462844, "40.875"], [1702462865, "41.661"], [1702462880, "43.53"], [1702462904, "45.261"], [1702462919, "46.107"], [1702462952, "49.722"], [1702462973, "50.352"], [1702462988, "51.81"], [1702463045, "58.347"], [1702463081, "62.22"], [1702463114, "64.329"], [1702463150, "66.012"], [1702463186, "67.647"], [1702463216, "71.586"], [1702463240, "73.23"], [1702463273, "74.964"], [1702463324, "78.603"], [1702463354, "79.608"], [1702463381, "82.203"], [1702463417, "83.742"], [1702463453, "85.932"], [1702463477, "87.129"], [1702463510, "88.689"], [1702463537, "89.613"], [1702463570, "98.553"], [1702463591, "99.744"], [1702463621, "101.952"], [1702463657, "103.461"], [1702463693, "105.426"], [1702463729, "110.139"], [1702463765, "112.329"], [1702463798, "114.429"], [1702463846, "115.371"], [1702463873, "116.688"], [1702463906, "118.095"], [1702463948, "121.14"], [1702463984, "123.171"], [1702464014, "124.35"], [1702464050, "126.921"], [1702464086, "129.933"], [1702464122, "132.408"], [1702464155, "135.843"], [1702464194, "138.198"], [1702464230, "139.188"], [1702464263, "140.412"], [1702464299, "142.509"], [1702464332, "145.074"], [1702464356, "146.781"], [1702464392, "148.8"], [1702464425, "150.168"], [1702464455, "152.757"], [1702464479, "154.326"], [1702464509, "155.217"], [1702464533, "156.348"], [1702464569, "159.732"], [1702464605, "162.075"], [1702464635, "163.335"], [1702464671, "175.674"], [1702464716, "178.155"], [1702464743, "180.684"], [1702464776, "185.046"], [1702464812, "189.009"], [1702464836, "190.269"], [1702464869, "192.042"], [1702464905, "195.657"], [1702464926, "195.978"], [1702464956, "197.112"], [1702464992, "217.662"], [1702465016, "219.165"], [1702465049, "221.106"], [1702465085, "225.624"], [1702465118, "227.655"], [1702465145, "232.422"], [1702465178, "236.883"], [1702465208, "240.984"], [1702465241, "243.369"], [1702465298, "248.514"], [1702465334, "251.121"], [1702465367, "254.133"], [1702465394, "254.67"], [1702465418, "254.985"], [1702465445, "256.032"], [1702465481, "258.405"], [1702465517, "261.747"], [1702465550, "265.785"], [1702465586, "269.214"], [1702465619, "270.321"], [1702465658, "276.414"], [1702465706, "280.833"], [1702465754, "287.322"], [1702465787, "289.878"], [1702465823, "291.819"], [1702465856, "293.907"], [1702465880, "296.925"], [1702465910, "299.64"], [1702465952, "303.009"], [1702465988, "306.807"], [1702466015, "309.297"], [1702466030, "309.336"], [1702466060, "311.166"], [1702466078, "311.547"], [1702466138, "314.457"], [1702466168, "316.548"], [1702466204, "320.811"], [1702466237, "327.279"], [1702466261, "328.821"], [1702466291, "329.802"], [1702466327, "332.703"], [1702466360, "335.061"], [1702466384, "337.113"], [1702466417, "339.372"], [1702466441, "339.885"], [1702466471, "340.839"], [1702466507, "344.775"], [1702466540, "347.58"], [1702466597, "353.481"], [1702466633, "355.746"], [1702466666, "357.795"], [1702466705, "359.427"], [1702466732, "361.185"], [1702466765, "363.237"], [1702466801, "365.031"], [1702466852, "368.793"], [1702466876, "369.048"], [1702466918, "371.283"], [1702466978, "377.412"], [1702467014, "380.124"], [1702467038, "383.34"], [1702467068, "385.215"], [1702467122, "388.071"], [1702467158, "390.063"], [1702467191, "392.334"], [1702467221, "396.384"], [1702467257, "398.442"], [1702467299, "399.651"], [1702467350, "400.398"], [1702467386, "400.704"], [1702467419, "400.779"], [1702467455, "400.971"], [1702467515, "401.202"], [1702467542, "401.337"], [1702467566, "401.514"], [1702467599, "401.649"], [1702467635, "403.362"], [1702467668, "406.128"], [1702467695, "406.41"], [1702467716, "406.725"], [1702467746, "406.959"], [1702467800, "409.32"], [1702467824, "409.494"], [1702467908, "409.956"], [1702467944, "410.178"], [1702467968, "410.256"], [1702468001, "410.355"], [1702468031, "411.195"], [1702468067, "421.608"], [1702468085, "421.953"], [1702468115, "422.241"], [1702468151, "423.156"], [1702468181, "423.282"], [1702468208, "423.426"], [1702468241, "423.681"], [1702468256, "423.789"], [1702468286, "424.026"], [1702468322, "424.2"], [1702468352, "426.543"], [1702468388, "429.438"], [1702468424, "431.544"], [1702468457, "434.031"], [1702468493, "435.267"], [1702468517, "436.266"], [1702468550, "436.503"], [1702468586, "436.89"], [1702468613, "438.456"], [1702468637, "438.756"], [1702468679, "439.017"], [1702468721, "441.426"], [1702468730, "441.795"], [1702468766, "445.485"], [1702468799, "446.517"], [1702468835, "446.871"], [1702468898, "448.926"], [1702468934, "449.355"], [1702468970, "451.386"], [1702468994, "452.37"], [1702469024, "452.436"], [1702469060, "452.868"], [1702469111, "453.513"], [1702469144, "457.44"], [1702469168, "457.653"], [1702469204, "457.917"], [1702469237, "458.139"], [1702469273, "458.343"], [1702469303, "459.333"], [1702469336, "459.762"], [1702469360, "460.074"], [1702469387, "460.122"], [1702469411, "460.638"], [1702469435, "460.887"], [1702469468, "461.097"], [1702469504, "461.184"], [1702469537, "461.991"], [1702469573, "462.687"], [1702469606, "465.057"], [1702469633, "465.456"], [1702469660, "467.25"], [1702469684, "468.528"], [1702469717, "470.151"], [1702469753, "470.439"], [1702469786, "470.784"], [1702469816, "472.617"], [1702469834, "472.749"], [1702469864, "473.406"], [1702469906, "474.189"], [1702469936, "475.161"], [1702469972, "477.888"], [1702470005, "480.147"], [1702470029, "480.249"], [1702470065, "481.449"], [1702470101, "481.971"], [1702470131, "484.449"], [1702470167, "487.125"], [1702470203, "490.68"], [1702470251, "493.833"], [1702470278, "494.058"], [1702470311, "494.469"], [1702470347, "495.126"], [1702470371, "496.218"], [1702470404, "499.821"], [1702470440, "501.114"], [1702470476, "503.598"], [1702470506, "504.552"], [1702470542, "505.821"], [1702470575, "508.284"], [1702470611, "509.967"], [1702470635, "510.528"], [1702470662, "510.684"], [1702470686, "511.449"], [1702470719, "512.475"], [1702470746, "513.627"], [1702470812, "516.975"], [1702470845, "519.675"], [1702470875, "521.058"], [1702470899, "522.27"], [1702470953, "524.988"], [1702470983, "526.779"], [1702471025, "528.228"], [1702471067, "530.73"], [1702471169, "535.932"], [1702471193, "537.957"], [1702471226, "540.447"], [1702471265, "542.571"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "1.788"], [1702462973, "1.788"], [1702462988, "1.788"], [1702463045, "1.794"], [1702463081, "2.25"], [1702463114, "2.25"], [1702463150, "2.25"], [1702463186, "2.25"], [1702463216, "2.25"], [1702463240, "2.253"], [1702463273, "2.253"], [1702463324, "2.253"], [1702463354, "2.253"], [1702463381, "2.253"], [1702463417, "2.253"], [1702463453, "2.253"], [1702463477, "2.253"], [1702463510, "2.253"], [1702463537, "2.253"], [1702463570, "2.253"], [1702463591, "2.253"], [1702463621, "2.253"], [1702463657, "2.253"], [1702463693, "2.253"], [1702463729, "2.253"], [1702463765, "2.253"], [1702463798, "2.253"], [1702463846, "2.277"], [1702463873, "2.277"], [1702463906, "2.277"], [1702463948, "2.277"], [1702463984, "2.277"], [1702464014, "2.277"], [1702464050, "2.277"], [1702464086, "2.277"], [1702464122, "2.277"], [1702464155, "2.277"], [1702464194, "2.277"], [1702464230, "2.424"], [1702464263, "2.424"], [1702464299, "2.424"], [1702464332, "2.424"], [1702464356, "2.424"], [1702464392, "2.424"], [1702464425, "2.424"], [1702464455, "2.424"], [1702464479, "2.424"], [1702464509, "2.424"], [1702464533, "2.424"], [1702464569, "2.424"], [1702464605, "2.424"], [1702464635, "2.424"], [1702464671, "2.424"], [1702464716, "2.424"], [1702464743, "2.424"], [1702464776, "2.424"], [1702464812, "2.424"], [1702464836, "2.424"], [1702464869, "2.424"], [1702464905, "2.424"], [1702464926, "2.424"], [1702464956, "2.424"], [1702464992, "2.424"], [1702465016, "2.424"], [1702465049, "2.424"], [1702465085, "2.424"], [1702465118, "2.424"], [1702465145, "2.424"], [1702465178, "2.424"], [1702465208, "2.424"], [1702465241, "2.424"], [1702465298, "2.424"], [1702465334, "2.424"], [1702465367, "2.424"], [1702465394, "2.424"], [1702465418, "2.424"], [1702465445, "2.424"], [1702465481, "2.424"], [1702465517, "2.424"], [1702465550, "2.424"], [1702465586, "2.424"], [1702465619, "2.424"], [1702465658, "2.424"], [1702465706, "2.424"], [1702465754, "2.424"], [1702465787, "2.424"], [1702465823, "2.424"], [1702465856, "2.424"], [1702465880, "2.424"], [1702465910, "2.424"], [1702465952, "2.424"], [1702465988, "2.424"], [1702466015, "2.424"], [1702466030, "2.424"], [1702466060, "2.424"], [1702466078, "2.424"], [1702466138, "2.424"], [1702466168, "2.424"], [1702466204, "2.424"], [1702466237, "2.424"], [1702466261, "2.424"], [1702466291, "2.424"], [1702466327, "2.424"], [1702466360, "2.424"], [1702466384, "2.424"], [1702466417, "2.424"], [1702466441, "2.424"], [1702466471, "2.424"], [1702466507, "2.424"], [1702466540, "2.424"], [1702466597, "2.424"], [1702466633, "2.424"], [1702466666, "2.424"], [1702466705, "2.424"], [1702466732, "2.424"], [1702466765, "2.424"], [1702466801, "2.424"], [1702466852, "2.424"], [1702466876, "2.424"], [1702466918, "2.424"], [1702466978, "2.424"], [1702467014, "2.424"], [1702467038, "2.424"], [1702467068, "2.424"], [1702467122, "2.424"], [1702467158, "2.424"], [1702467191, "2.424"], [1702467221, "2.424"], [1702467257, "2.424"], [1702467299, "2.424"], [1702467350, "2.424"], [1702467386, "2.424"], [1702467419, "2.424"], [1702467455, "2.424"], [1702467515, "2.424"], [1702467542, "2.424"], [1702467566, "2.424"], [1702467599, "2.424"], [1702467635, "2.424"], [1702467668, "2.424"], [1702467695, "2.424"], [1702467716, "2.424"], [1702467746, "2.424"], [1702467800, "2.424"], [1702467824, "2.424"], [1702467908, "2.424"], [1702467944, "2.424"], [1702467968, "2.424"], [1702468001, "2.424"], [1702468031, "2.424"], [1702468067, "2.424"], [1702468085, "2.424"], [1702468115, "2.424"], [1702468151, "2.424"], [1702468181, "2.424"], [1702468208, "2.424"], [1702468241, "2.424"], [1702468256, "2.424"], [1702468286, "2.424"], [1702468322, "2.424"], [1702468352, "2.424"], [1702468388, "2.424"], [1702468424, "2.424"], [1702468457, "2.424"], [1702468493, "2.424"], [1702468517, "2.424"], [1702468550, "2.424"], [1702468586, "2.424"], [1702468613, "2.424"], [1702468637, "2.424"], [1702468679, "2.424"], [1702468721, "2.424"], [1702468730, "2.424"], [1702468766, "2.424"], [1702468799, "2.424"], [1702468835, "2.424"], [1702468898, "2.424"], [1702468934, "2.424"], [1702468970, "2.424"], [1702468994, "2.424"], [1702469024, "2.424"], [1702469060, "2.424"], [1702469111, "2.424"], [1702469144, "2.424"], [1702469168, "2.424"], [1702469204, "2.424"], [1702469237, "2.424"], [1702469273, "2.424"], [1702469303, "2.424"], [1702469336, "2.424"], [1702469360, "2.424"], [1702469387, "2.424"], [1702469411, "2.424"], [1702469435, "2.424"], [1702469468, "2.424"], [1702469504, "2.424"], [1702469537, "2.424"], [1702469573, "2.424"], [1702469606, "2.424"], [1702469633, "2.424"], [1702469660, "2.424"], [1702469684, "2.424"], [1702469717, "2.424"], [1702469753, "2.424"], [1702469786, "2.424"], [1702469816, "2.424"], [1702469834, "2.424"], [1702469864, "2.424"], [1702469906, "2.424"], [1702469936, "2.424"], [1702469972, "2.424"], [1702470005, "2.424"], [1702470029, "2.424"], [1702470065, "2.424"], [1702470101, "2.424"], [1702470131, "2.424"], [1702470167, "2.424"], [1702470203, "2.424"], [1702470251, "2.424"], [1702470278, "2.424"], [1702470311, "2.424"], [1702470347, "2.424"], [1702470371, "2.424"], [1702470404, "2.424"], [1702470440, "2.424"], [1702470476, "2.424"], [1702470506, "2.424"], [1702470542, "2.424"], [1702470575, "2.424"], [1702470611, "2.424"], [1702470635, "2.424"], [1702470662, "2.424"], [1702470686, "2.424"], [1702470719, "2.424"], [1702470746, "2.424"], [1702470812, "2.424"], [1702470845, "2.424"], [1702470875, "2.424"], [1702470899, "2.424"], [1702470953, "2.424"], [1702470983, "2.424"], [1702471025, "2.424"], [1702471067, "2.424"], [1702471169, "2.424"], [1702471193, "2.424"], [1702471226, "2.424"], [1702471265, "2.424"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "93.288"], [1702462973, "101.673"], [1702462988, "110.058"], [1702463045, "135.213"], [1702463081, "151.983"], [1702463114, "168.753"], [1702463150, "185.523"], [1702463186, "202.293"], [1702463216, "219.063"], [1702463240, "235.833"], [1702463273, "252.603"], [1702463324, "277.758"], [1702463354, "294.528"], [1702463381, "311.298"], [1702463417, "328.068"], [1702463453, "344.838"], [1702463477, "361.608"], [1702463510, "378.378"], [1702463537, "395.148"], [1702463570, "411.918"], [1702463591, "428.688"], [1702463621, "445.458"], [1702463657, "462.228"], [1702463693, "478.998"], [1702463729, "495.768"], [1702463765, "512.538"], [1702463798, "529.308"], [1702463846, "554.463"], [1702463873, "571.233"], [1702463906, "588.003"], [1702463948, "613.158"], [1702463984, "629.928"], [1702464014, "646.698"], [1702464050, "663.468"], [1702464086, "680.238"], [1702464122, "697.008"], [1702464155, "713.778"], [1702464194, "738.933"], [1702464230, "755.703"], [1702464263, "772.473"], [1702464299, "789.243"], [1702464332, "806.013"], [1702464356, "822.783"], [1702464392, "839.553"], [1702464425, "856.323"], [1702464455, "873.093"], [1702464479, "889.863"], [1702464509, "906.633"], [1702464533, "923.403"], [1702464569, "940.173"], [1702464605, "956.943"], [1702464635, "973.713"], [1702464671, "990.483"], [1702464716, "1007.253"], [1702464743, "1024.023"], [1702464776, "1040.793"], [1702464812, "1057.563"], [1702464836, "1074.333"], [1702464869, "1091.103"], [1702464905, "1107.873"], [1702464926, "1124.643"], [1702464956, "1141.413"], [1702464992, "1158.183"], [1702465016, "1174.953"], [1702465049, "1191.723"], [1702465085, "1208.493"], [1702465118, "1225.263"], [1702465145, "1242.033"], [1702465178, "1258.803"], [1702465208, "1275.573"], [1702465241, "1292.343"], [1702465298, "1317.498"], [1702465334, "1334.268"], [1702465367, "1351.038"], [1702465394, "1367.808"], [1702465418, "1384.578"], [1702465445, "1401.348"], [1702465481, "1418.118"], [1702465517, "1434.888"], [1702465550, "1451.658"], [1702465586, "1468.428"], [1702465619, "1485.198"], [1702465658, "1501.968"], [1702465706, "1518.738"], [1702465754, "1543.893"], [1702465787, "1560.663"], [1702465823, "1577.433"], [1702465856, "1594.203"], [1702465880, "1610.973"], [1702465910, "1627.743"], [1702465952, "1644.513"], [1702465988, "1661.283"], [1702466015, "1678.053"], [1702466030, "1694.823"], [1702466060, "1711.593"], [1702466078, "1728.363"], [1702466138, "1753.518"], [1702466168, "1770.288"], [1702466204, "1787.058"], [1702466237, "1803.828"], [1702466261, "1820.598"], [1702466291, "1837.368"], [1702466327, "1854.138"], [1702466360, "1870.908"], [1702466384, "1887.678"], [1702466417, "1904.448"], [1702466441, "1921.218"], [1702466471, "1937.988"], [1702466507, "1954.758"], [1702466540, "1971.528"], [1702466597, "1996.683"], [1702466633, "2013.453"], [1702466666, "2030.223"], [1702466705, "2046.993"], [1702466732, "2063.763"], [1702466765, "2080.533"], [1702466801, "2097.303"], [1702466852, "2122.458"], [1702466876, "2139.228"], [1702466918, "2155.998"], [1702466978, "2189.538"], [1702467014, "2206.308"], [1702467038, "2223.078"], [1702467068, "2239.848"], [1702467122, "2265.003"], [1702467158, "2281.773"], [1702467191, "2298.543"], [1702467221, "2315.313"], [1702467257, "2332.083"], [1702467299, "2348.853"], [1702467350, "2374.008"], [1702467386, "2390.778"], [1702467419, "2407.548"], [1702467455, "2424.318"], [1702467515, "2457.858"], [1702467542, "2474.628"], [1702467566, "2491.398"], [1702467599, "2508.168"], [1702467635, "2524.938"], [1702467668, "2541.708"], [1702467695, "2558.478"], [1702467716, "2575.248"], [1702467746, "2592.018"], [1702467800, "2617.173"], [1702467824, "2633.943"], [1702467908, "2675.868"], [1702467944, "2692.638"], [1702467968, "2709.408"], [1702468001, "2726.178"], [1702468031, "2742.948"], [1702468067, "2759.718"], [1702468085, "2776.488"], [1702468115, "2793.258"], [1702468151, "2810.028"], [1702468181, "2826.798"], [1702468208, "2843.568"], [1702468241, "2860.338"], [1702468256, "2877.108"], [1702468286, "2893.878"], [1702468322, "2910.648"], [1702468352, "2927.418"], [1702468388, "2944.188"], [1702468424, "2960.958"], [1702468457, "2977.728"], [1702468493, "2994.498"], [1702468517, "3011.268"], [1702468550, "3028.038"], [1702468586, "3044.808"], [1702468613, "3061.578"], [1702468637, "3078.348"], [1702468679, "3095.118"], [1702468721, "3111.888"], [1702468730, "3120.273"], [1702468766, "3137.043"], [1702468799, "3153.813"], [1702468835, "3170.583"], [1702468898, "3195.738"], [1702468934, "3212.508"], [1702468970, "3229.278"], [1702468994, "3246.048"], [1702469024, "3262.818"], [1702469060, "3279.588"], [1702469111, "3304.743"], [1702469144, "3321.513"], [1702469168, "3338.283"], [1702469204, "3355.053"], [1702469237, "3371.823"], [1702469273, "3388.593"], [1702469303, "3405.363"], [1702469336, "3422.133"], [1702469360, "3438.903"], [1702469387, "3455.673"], [1702469411, "3472.443"], [1702469435, "3489.213"], [1702469468, "3505.983"], [1702469504, "3522.753"], [1702469537, "3539.523"], [1702469573, "3556.293"], [1702469606, "3573.063"], [1702469633, "3589.833"], [1702469660, "3606.603"], [1702469684, "3623.373"], [1702469717, "3640.143"], [1702469753, "3656.913"], [1702469786, "3673.683"], [1702469816, "3690.453"], [1702469834, "3707.223"], [1702469864, "3723.993"], [1702469906, "3749.148"], [1702469936, "3765.918"], [1702469972, "3782.688"], [1702470005, "3799.458"], [1702470029, "3816.228"], [1702470065, "3832.998"], [1702470101, "3849.768"], [1702470131, "3866.538"], [1702470167, "3883.308"], [1702470203, "3900.078"], [1702470251, "3925.233"], [1702470278, "3942.003"], [1702470311, "3958.773"], [1702470347, "3975.543"], [1702470371, "3992.313"], [1702470404, "4009.083"], [1702470440, "4025.853"], [1702470476, "4042.623"], [1702470506, "4059.393"], [1702470542, "4076.163"], [1702470575, "4092.933"], [1702470611, "4109.703"], [1702470635, "4126.473"], [1702470662, "4143.243"], [1702470686, "4160.013"], [1702470719, "4176.783"], [1702470746, "4193.553"], [1702470812, "4227.093"], [1702470845, "4243.863"], [1702470875, "4260.633"], [1702470899, "4277.403"], [1702470953, "4302.558"], [1702470983, "4319.328"], [1702471025, "4336.098"], [1702471067, "4361.253"], [1702471169, "4403.178"], [1702471193, "4419.948"], [1702471226, "4436.718"], [1702471265, "4453.488"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "1.773"], [1702462808, "1.782"], [1702462829, "1.788"], [1702462844, "1.788"], [1702462865, "1.788"], [1702462880, "1.788"], [1702462904, "1.788"], [1702462919, "1.788"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "8.736"], [1702462808, "17.472"], [1702462829, "26.208"], [1702462844, "34.593"], [1702462865, "42.978"], [1702462880, "51.363"], [1702462904, "68.133"], [1702462919, "76.518"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0.138"], [1702468766, "1.482"], [1702468799, "1.902"], [1702468835, "2.007"], [1702468898, "2.412"], [1702468934, "2.523"], [1702468970, "2.943"], [1702468994, "3.117"], [1702469024, "3.147"], [1702469060, "3.237"], [1702469111, "3.432"], [1702469144, "5.277"], [1702469168, "5.316"], [1702469204, "5.397"], [1702469237, "5.466"], [1702469273, "5.526"], [1702469303, "5.895"], [1702469336, "5.976"], [1702469360, "6.021"], [1702469387, "6.054"], [1702469411, "6.123"], [1702469435, "6.276"], [1702469468, "6.336"], [1702469504, "6.396"], [1702469537, "6.744"], [1702469573, "7.074"], [1702469606, "8.028"], [1702469633, "8.184"], [1702469660, "8.604"], [1702469684, "9.666"], [1702469717, "10.608"], [1702469753, "10.68"], [1702469786, "10.824"], [1702469816, "11.526"], [1702469834, "11.604"], [1702469864, "12.231"], [1702469906, "12.603"], [1702469936, "12.768"], [1702469972, "13.206"], [1702470005, "13.497"], [1702470029, "13.539"], [1702470065, "13.86"], [1702470101, "14.052"], [1702470131, "14.796"], [1702470167, "16.197"], [1702470203, "16.581"], [1702470251, "17.115"], [1702470278, "17.154"], [1702470311, "17.241"], [1702470347, "17.607"], [1702470371, "17.661"], [1702470404, "17.832"], [1702470440, "17.946"], [1702470476, "18.105"], [1702470506, "18.306"], [1702470542, "18.906"], [1702470575, "19.875"], [1702470611, "20.109"], [1702470635, "20.262"], [1702470662, "20.346"], [1702470686, "20.583"], [1702470719, "20.691"], [1702470746, "21.024"], [1702470812, "21.711"], [1702470845, "22.875"], [1702470875, "23.379"], [1702470899, "23.772"], [1702470953, "24.015"], [1702470983, "24.399"], [1702471025, "24.93"], [1702471067, "26.529"], [1702471169, "28.908"], [1702471193, "29.322"], [1702471226, "30.438"], [1702471265, "30.885"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "8.385"], [1702468766, "25.155"], [1702468799, "41.925"], [1702468835, "58.695"], [1702468898, "83.85"], [1702468934, "100.62"], [1702468970, "117.39"], [1702468994, "134.16"], [1702469024, "150.93"], [1702469060, "167.7"], [1702469111, "192.855"], [1702469144, "209.625"], [1702469168, "226.395"], [1702469204, "243.165"], [1702469237, "259.935"], [1702469273, "276.705"], [1702469303, "293.475"], [1702469336, "310.245"], [1702469360, "327.015"], [1702469387, "343.785"], [1702469411, "360.555"], [1702469435, "377.325"], [1702469468, "394.095"], [1702469504, "410.865"], [1702469537, "427.635"], [1702469573, "444.405"], [1702469606, "461.175"], [1702469633, "477.945"], [1702469660, "494.715"], [1702469684, "511.485"], [1702469717, "528.255"], [1702469753, "545.025"], [1702469786, "561.795"], [1702469816, "578.565"], [1702469834, "595.335"], [1702469864, "612.105"], [1702469906, "637.26"], [1702469936, "654.03"], [1702469972, "670.8"], [1702470005, "687.57"], [1702470029, "704.34"], [1702470065, "721.11"], [1702470101, "737.88"], [1702470131, "754.65"], [1702470167, "771.42"], [1702470203, "788.19"], [1702470251, "813.345"], [1702470278, "830.115"], [1702470311, "846.885"], [1702470347, "863.655"], [1702470371, "880.425"], [1702470404, "897.195"], [1702470440, "913.965"], [1702470476, "930.735"], [1702470506, "947.505"], [1702470542, "964.275"], [1702470575, "981.045"], [1702470611, "997.815"], [1702470635, "1014.585"], [1702470662, "1031.355"], [1702470686, "1048.125"], [1702470719, "1064.895"], [1702470746, "1081.665"], [1702470812, "1115.205"], [1702470845, "1131.975"], [1702470875, "1148.745"], [1702470899, "1165.515"], [1702470953, "1190.67"], [1702470983, "1207.44"], [1702471025, "1224.21"], [1702471067, "1249.365"], [1702471169, "1291.29"], [1702471193, "1308.06"], [1702471226, "1324.83"], [1702471265, "1341.6"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "42.666"], [1702462844, "42.672"], [1702462865, "42.672"], [1702462880, "42.672"], [1702462904, "42.675"], [1702462919, "42.684"], [1702462952, "42.696"], [1702462973, "42.696"], [1702462988, "42.696"], [1702463045, "42.699"], [1702463081, "42.714"], [1702463114, "42.768"], [1702463150, "42.768"], [1702463186, "42.792"], [1702463216, "42.792"], [1702463240, "42.792"], [1702463273, "42.792"], [1702463324, "42.792"], [1702463354, "42.792"], [1702463381, "42.792"], [1702463417, "42.828"], [1702463453, "42.828"], [1702463477, "42.885"], [1702463510, "42.885"], [1702463537, "42.912"], [1702463570, "42.921"], [1702463591, "42.924"], [1702463621, "42.966"], [1702463657, "42.966"], [1702463693, "42.966"], [1702463729, "42.981"], [1702463765, "42.981"], [1702463798, "42.981"], [1702463846, "43.011"], [1702463873, "43.029"], [1702463906, "43.038"], [1702463948, "43.047"], [1702463984, "43.047"], [1702464014, "43.047"], [1702464050, "43.047"], [1702464086, "43.047"], [1702464122, "43.047"], [1702464155, "43.047"], [1702464194, "43.047"], [1702464230, "43.047"], [1702464263, "43.047"], [1702464299, "43.047"], [1702464332, "43.872"], [1702464356, "43.872"], [1702464392, "43.881"], [1702464425, "43.902"], [1702464455, "43.902"], [1702464479, "43.902"], [1702464509, "43.902"], [1702464533, "43.902"], [1702464569, "43.902"], [1702464605, "43.908"], [1702464635, "43.923"], [1702464671, "43.923"], [1702464716, "43.923"], [1702464743, "43.923"], [1702464776, "43.923"], [1702464812, "43.923"], [1702464836, "43.941"], [1702464869, "43.941"], [1702464905, "43.953"], [1702464926, "43.953"], [1702464956, "43.953"], [1702464992, "43.953"], [1702465016, "43.953"], [1702465049, "43.953"], [1702465085, "43.953"], [1702465118, "43.953"], [1702465145, "43.953"], [1702465178, "43.953"], [1702465208, "43.953"], [1702465241, "43.953"], [1702465298, "43.953"], [1702465334, "43.953"], [1702465367, "43.953"], [1702465394, "43.953"], [1702465418, "43.953"], [1702465445, "43.953"], [1702465481, "43.953"], [1702465517, "43.953"], [1702465550, "43.953"], [1702465586, "43.953"], [1702465619, "43.953"], [1702465658, "43.953"], [1702465706, "43.953"], [1702465754, "43.953"], [1702465787, "43.953"], [1702465823, "43.953"], [1702465856, "43.953"], [1702465880, "43.953"], [1702465910, "43.953"], [1702465952, "43.953"], [1702465988, "43.953"], [1702466015, "43.953"], [1702466030, "43.953"], [1702466060, "43.953"], [1702466078, "43.953"], [1702466138, "43.953"], [1702466168, "43.953"], [1702466204, "43.953"], [1702466237, "43.953"], [1702466261, "43.953"], [1702466291, "43.953"], [1702466327, "43.953"], [1702466360, "43.953"], [1702466384, "43.953"], [1702466417, "43.953"], [1702466441, "43.953"], [1702466471, "43.953"], [1702466507, "43.953"], [1702466540, "43.953"], [1702466597, "43.953"], [1702466633, "43.953"], [1702466666, "43.953"], [1702466705, "43.953"], [1702466732, "43.953"], [1702466765, "43.953"], [1702466801, "43.953"], [1702466852, "43.953"], [1702466876, "43.953"], [1702466918, "43.953"], [1702466978, "43.953"], [1702467014, "43.953"], [1702467038, "43.953"], [1702467068, "43.953"], [1702467122, "43.956"], [1702467158, "43.956"], [1702467191, "43.956"], [1702467221, "43.956"], [1702467257, "43.956"], [1702467299, "43.956"], [1702467350, "43.956"], [1702467386, "43.956"], [1702467419, "43.956"], [1702467455, "43.956"], [1702467515, "43.956"], [1702467542, "43.956"], [1702467566, "43.956"], [1702467599, "43.956"], [1702467635, "43.956"], [1702467668, "43.956"], [1702467695, "43.956"], [1702467716, "43.956"], [1702467746, "43.956"], [1702467800, "43.956"], [1702467824, "43.956"], [1702467908, "43.956"], [1702467944, "43.959"], [1702467968, "43.959"], [1702468001, "43.959"], [1702468031, "43.959"], [1702468067, "43.959"], [1702468085, "43.959"], [1702468115, "43.959"], [1702468151, "43.959"], [1702468181, "43.959"], [1702468208, "43.959"], [1702468241, "43.959"], [1702468256, "43.959"], [1702468286, "43.959"], [1702468322, "43.959"], [1702468352, "43.959"], [1702468388, "43.959"], [1702468424, "43.959"], [1702468457, "43.959"], [1702468493, "43.959"], [1702468517, "43.959"], [1702468550, "43.959"], [1702468586, "43.959"], [1702468613, "43.959"], [1702468637, "43.962"], [1702468679, "43.962"], [1702468721, "43.962"], [1702468730, "43.962"], [1702468766, "43.962"], [1702468799, "43.962"], [1702468835, "43.962"], [1702468898, "43.962"], [1702468934, "43.962"], [1702468970, "43.962"], [1702468994, "43.962"], [1702469024, "43.962"], [1702469060, "43.962"], [1702469111, "43.962"], [1702469144, "43.962"], [1702469168, "43.962"], [1702469204, "43.962"], [1702469237, "43.962"], [1702469273, "43.962"], [1702469303, "43.962"], [1702469336, "43.962"], [1702469360, "43.962"], [1702469387, "43.962"], [1702469411, "43.962"], [1702469435, "43.962"], [1702469468, "43.962"], [1702469504, "43.962"], [1702469537, "43.962"], [1702469573, "43.962"], [1702469606, "43.962"], [1702469633, "43.962"], [1702469660, "43.962"], [1702469684, "43.962"], [1702469717, "43.962"], [1702469753, "43.962"], [1702469786, "43.962"], [1702469816, "43.962"], [1702469834, "43.962"], [1702469864, "43.962"], [1702469906, "43.962"], [1702469936, "43.962"], [1702469972, "43.962"], [1702470005, "43.962"], [1702470029, "43.962"], [1702470065, "43.962"], [1702470101, "43.962"], [1702470131, "43.962"], [1702470167, "43.962"], [1702470203, "43.962"], [1702470251, "43.962"], [1702470278, "43.962"], [1702470311, "43.962"], [1702470347, "43.962"], [1702470371, "43.962"], [1702470404, "43.962"], [1702470440, "43.962"], [1702470476, "43.962"], [1702470506, "43.962"], [1702470542, "43.962"], [1702470575, "43.962"], [1702470611, "43.962"], [1702470635, "43.962"], [1702470662, "43.962"], [1702470686, "43.962"], [1702470719, "43.962"], [1702470746, "43.962"], [1702470812, "43.962"], [1702470845, "43.962"], [1702470875, "43.962"], [1702470899, "43.962"], [1702470953, "43.962"], [1702470983, "43.962"], [1702471025, "43.962"], [1702471067, "43.962"], [1702471169, "43.962"], [1702471193, "43.962"], [1702471226, "43.962"], [1702471265, "43.962"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "80.706"], [1702462844, "89.091"], [1702462865, "97.476"], [1702462880, "105.861"], [1702462904, "122.631"], [1702462919, "131.016"], [1702462952, "147.786"], [1702462973, "156.171"], [1702462988, "164.556"], [1702463045, "189.711"], [1702463081, "206.481"], [1702463114, "223.251"], [1702463150, "240.021"], [1702463186, "256.791"], [1702463216, "273.561"], [1702463240, "290.331"], [1702463273, "307.101"], [1702463324, "332.256"], [1702463354, "349.026"], [1702463381, "365.796"], [1702463417, "382.566"], [1702463453, "399.336"], [1702463477, "416.106"], [1702463510, "432.876"], [1702463537, "449.646"], [1702463570, "466.416"], [1702463591, "483.186"], [1702463621, "499.956"], [1702463657, "516.726"], [1702463693, "533.496"], [1702463729, "550.266"], [1702463765, "567.036"], [1702463798, "583.806"], [1702463846, "608.961"], [1702463873, "625.731"], [1702463906, "642.501"], [1702463948, "667.656"], [1702463984, "684.426"], [1702464014, "701.196"], [1702464050, "717.966"], [1702464086, "734.736"], [1702464122, "751.506"], [1702464155, "768.276"], [1702464194, "793.431"], [1702464230, "810.201"], [1702464263, "826.971"], [1702464299, "843.741"], [1702464332, "860.511"], [1702464356, "877.281"], [1702464392, "894.051"], [1702464425, "910.821"], [1702464455, "927.591"], [1702464479, "944.361"], [1702464509, "961.131"], [1702464533, "977.901"], [1702464569, "994.671"], [1702464605, "1011.441"], [1702464635, "1028.211"], [1702464671, "1044.981"], [1702464716, "1061.751"], [1702464743, "1078.521"], [1702464776, "1095.291"], [1702464812, "1112.061"], [1702464836, "1128.831"], [1702464869, "1145.601"], [1702464905, "1162.371"], [1702464926, "1179.141"], [1702464956, "1195.911"], [1702464992, "1212.681"], [1702465016, "1229.451"], [1702465049, "1246.221"], [1702465085, "1262.991"], [1702465118, "1279.761"], [1702465145, "1296.531"], [1702465178, "1313.301"], [1702465208, "1330.071"], [1702465241, "1346.841"], [1702465298, "1371.996"], [1702465334, "1388.766"], [1702465367, "1405.536"], [1702465394, "1422.306"], [1702465418, "1439.076"], [1702465445, "1455.846"], [1702465481, "1472.616"], [1702465517, "1489.386"], [1702465550, "1506.156"], [1702465586, "1522.926"], [1702465619, "1539.696"], [1702465658, "1556.466"], [1702465706, "1573.236"], [1702465754, "1598.391"], [1702465787, "1615.161"], [1702465823, "1631.931"], [1702465856, "1648.701"], [1702465880, "1665.471"], [1702465910, "1682.241"], [1702465952, "1699.011"], [1702465988, "1715.781"], [1702466015, "1732.551"], [1702466030, "1749.321"], [1702466060, "1766.091"], [1702466078, "1782.861"], [1702466138, "1808.016"], [1702466168, "1824.786"], [1702466204, "1841.556"], [1702466237, "1858.326"], [1702466261, "1875.096"], [1702466291, "1891.866"], [1702466327, "1908.636"], [1702466360, "1925.406"], [1702466384, "1942.176"], [1702466417, "1958.946"], [1702466441, "1975.716"], [1702466471, "1992.486"], [1702466507, "2009.256"], [1702466540, "2026.026"], [1702466597, "2051.181"], [1702466633, "2067.951"], [1702466666, "2084.721"], [1702466705, "2101.491"], [1702466732, "2118.261"], [1702466765, "2135.031"], [1702466801, "2151.801"], [1702466852, "2176.956"], [1702466876, "2193.726"], [1702466918, "2210.496"], [1702466978, "2244.036"], [1702467014, "2260.806"], [1702467038, "2277.576"], [1702467068, "2294.346"], [1702467122, "2319.501"], [1702467158, "2336.271"], [1702467191, "2353.041"], [1702467221, "2369.811"], [1702467257, "2386.581"], [1702467299, "2403.351"], [1702467350, "2428.506"], [1702467386, "2445.276"], [1702467419, "2462.046"], [1702467455, "2478.816"], [1702467515, "2512.356"], [1702467542, "2529.126"], [1702467566, "2545.896"], [1702467599, "2562.666"], [1702467635, "2579.436"], [1702467668, "2596.206"], [1702467695, "2612.976"], [1702467716, "2629.746"], [1702467746, "2646.516"], [1702467800, "2671.671"], [1702467824, "2688.441"], [1702467908, "2730.366"], [1702467944, "2747.136"], [1702467968, "2763.906"], [1702468001, "2780.676"], [1702468031, "2797.446"], [1702468067, "2814.216"], [1702468085, "2830.986"], [1702468115, "2847.756"], [1702468151, "2864.526"], [1702468181, "2881.296"], [1702468208, "2898.066"], [1702468241, "2914.836"], [1702468256, "2931.606"], [1702468286, "2948.376"], [1702468322, "2965.146"], [1702468352, "2981.916"], [1702468388, "2998.686"], [1702468424, "3015.456"], [1702468457, "3032.226"], [1702468493, "3048.996"], [1702468517, "3065.766"], [1702468550, "3082.536"], [1702468586, "3099.306"], [1702468613, "3116.076"], [1702468637, "3132.846"], [1702468679, "3149.616"], [1702468721, "3166.386"], [1702468730, "3174.771"], [1702468766, "3191.541"], [1702468799, "3208.311"], [1702468835, "3225.081"], [1702468898, "3250.236"], [1702468934, "3267.006"], [1702468970, "3283.776"], [1702468994, "3300.546"], [1702469024, "3317.316"], [1702469060, "3334.086"], [1702469111, "3359.241"], [1702469144, "3376.011"], [1702469168, "3392.781"], [1702469204, "3409.551"], [1702469237, "3426.321"], [1702469273, "3443.091"], [1702469303, "3459.861"], [1702469336, "3476.631"], [1702469360, "3493.401"], [1702469387, "3510.171"], [1702469411, "3526.941"], [1702469435, "3543.711"], [1702469468, "3560.481"], [1702469504, "3577.251"], [1702469537, "3594.021"], [1702469573, "3610.791"], [1702469606, "3627.561"], [1702469633, "3644.331"], [1702469660, "3661.101"], [1702469684, "3677.871"], [1702469717, "3694.641"], [1702469753, "3711.411"], [1702469786, "3728.181"], [1702469816, "3744.951"], [1702469834, "3761.721"], [1702469864, "3778.491"], [1702469906, "3803.646"], [1702469936, "3820.416"], [1702469972, "3837.186"], [1702470005, "3853.956"], [1702470029, "3870.726"], [1702470065, "3887.496"], [1702470101, "3904.266"], [1702470131, "3921.036"], [1702470167, "3937.806"], [1702470203, "3954.576"], [1702470251, "3979.731"], [1702470278, "3996.501"], [1702470311, "4013.271"], [1702470347, "4030.041"], [1702470371, "4046.811"], [1702470404, "4063.581"], [1702470440, "4080.351"], [1702470476, "4097.121"], [1702470506, "4113.891"], [1702470542, "4130.661"], [1702470575, "4147.431"], [1702470611, "4164.201"], [1702470635, "4180.971"], [1702470662, "4197.741"], [1702470686, "4214.511"], [1702470719, "4231.281"], [1702470746, "4248.051"], [1702470812, "4281.591"], [1702470845, "4298.361"], [1702470875, "4315.131"], [1702470899, "4331.901"], [1702470953, "4357.056"], [1702470983, "4373.826"], [1702471025, "4390.596"], [1702471067, "4415.751"], [1702471169, "4457.676"], [1702471193, "4474.446"], [1702471226, "4491.216"], [1702471265, "4507.986"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1.38"], [1702462721, "42.633"], [1702462736, "42.633"], [1702462751, "42.636"], [1702462763, "42.639"], [1702462793, "42.657"], [1702462808, "42.66"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.318"], [1702462721, "18.432"], [1702462736, "27.546"], [1702462751, "36.66"], [1702462763, "45.579"], [1702462793, "63.234"], [1702462808, "71.97"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "5.088"], [1702462721, "5.346"], [1702462736, "5.376"], [1702462751, "5.574"], [1702462763, "5.577"], [1702462793, "5.748"], [1702462808, "5.748"], [1702462829, "5.754"], [1702462844, "5.856"], [1702462865, "5.877"], [1702462880, "5.877"], [1702462904, "5.88"], [1702462919, "5.88"], [1702462952, "5.901"], [1702462973, "5.901"], [1702462988, "5.901"], [1702463045, "6.12"], [1702463081, "6.375"], [1702463114, "6.501"], [1702463150, "6.501"], [1702463186, "6.525"], [1702463216, "6.525"], [1702463240, "6.525"], [1702463273, "8.04"], [1702463324, "8.085"], [1702463354, "8.085"], [1702463381, "8.085"], [1702463417, "8.085"], [1702463453, "8.136"], [1702463477, "8.136"], [1702463510, "8.136"], [1702463537, "8.163"], [1702463570, "8.196"], [1702463591, "8.268"], [1702463621, "8.268"], [1702463657, "8.268"], [1702463693, "8.307"], [1702463729, "8.637"], [1702463765, "8.637"], [1702463798, "8.664"], [1702463846, "8.664"], [1702463873, "9.03"], [1702463906, "9.03"], [1702463948, "9.048"], [1702463984, "9.084"], [1702464014, "9.084"], [1702464050, "9.105"], [1702464086, "9.846"], [1702464122, "9.9"], [1702464155, "9.909"], [1702464194, "9.96"], [1702464230, "9.993"], [1702464263, "10.068"], [1702464299, "10.068"], [1702464332, "10.086"], [1702464356, "10.146"], [1702464392, "10.374"], [1702464425, "10.512"], [1702464455, "10.713"], [1702464479, "10.821"], [1702464509, "10.821"], [1702464533, "10.881"], [1702464569, "11.052"], [1702464605, "11.052"], [1702464635, "11.073"], [1702464671, "11.073"], [1702464716, "11.34"], [1702464743, "11.415"], [1702464776, "11.46"], [1702464812, "11.49"], [1702464836, "11.493"], [1702464869, "11.532"], [1702464905, "11.568"], [1702464926, "11.571"], [1702464956, "11.745"], [1702464992, "11.763"], [1702465016, "11.913"], [1702465049, "11.913"], [1702465085, "11.964"], [1702465118, "11.964"], [1702465145, "12.303"], [1702465178, "12.303"], [1702465208, "12.606"], [1702465241, "12.606"], [1702465298, "12.699"], [1702465334, "12.699"], [1702465367, "12.699"], [1702465394, "12.699"], [1702465418, "12.759"], [1702465445, "13.815"], [1702465481, "14.073"], [1702465517, "14.124"], [1702465550, "14.526"], [1702465586, "15.456"], [1702465619, "15.459"], [1702465658, "15.462"], [1702465706, "15.462"], [1702465754, "15.462"], [1702465787, "15.48"], [1702465823, "15.516"], [1702465856, "15.906"], [1702465880, "15.906"], [1702465910, "15.936"], [1702465952, "16.2"], [1702465988, "16.239"], [1702466015, "16.482"], [1702466030, "16.482"], [1702466060, "16.608"], [1702466078, "16.608"], [1702466138, "16.83"], [1702466168, "16.929"], [1702466204, "17.118"], [1702466237, "17.118"], [1702466261, "17.259"], [1702466291, "17.613"], [1702466327, "17.622"], [1702466360, "17.811"], [1702466384, "17.94"], [1702466417, "17.97"], [1702466441, "17.979"], [1702466471, "17.991"], [1702466507, "17.991"], [1702466540, "18.36"], [1702466597, "18.819"], [1702466633, "19.218"], [1702466666, "19.437"], [1702466705, "19.536"], [1702466732, "19.545"], [1702466765, "19.569"], [1702466801, "20.196"], [1702466852, "20.31"], [1702466876, "20.31"], [1702466918, "21.519"], [1702466978, "21.969"], [1702467014, "21.969"], [1702467038, "21.978"], [1702467068, "21.996"], [1702467122, "22.365"], [1702467158, "24.543"], [1702467191, "24.543"], [1702467221, "24.63"], [1702467257, "24.63"], [1702467299, "24.735"], [1702467350, "24.816"], [1702467386, "24.825"], [1702467419, "24.828"], [1702467455, "24.837"], [1702467515, "24.87"], [1702467542, "24.87"], [1702467566, "24.876"], [1702467599, "24.876"], [1702467635, "24.876"], [1702467668, "24.876"], [1702467695, "24.882"], [1702467716, "24.885"], [1702467746, "24.888"], [1702467800, "24.891"], [1702467824, "24.894"], [1702467908, "24.894"], [1702467944, "24.9"], [1702467968, "24.903"], [1702468001, "24.909"], [1702468031, "24.909"], [1702468067, "24.93"], [1702468085, "24.942"], [1702468115, "24.957"], [1702468151, "24.957"], [1702468181, "24.963"], [1702468208, "24.963"], [1702468241, "24.966"], [1702468256, "24.972"], [1702468286, "24.975"], [1702468322, "24.978"], [1702468352, "24.978"], [1702468388, "25.098"], [1702468424, "25.173"], [1702468457, "25.182"], [1702468493, "25.23"], [1702468517, "25.305"], [1702468550, "25.311"], [1702468586, "25.311"], [1702468613, "25.311"], [1702468637, "25.311"], [1702468679, "25.311"], [1702468721, "25.311"], [1702468730, "25.404"], [1702468766, "25.416"], [1702468799, "25.416"], [1702468835, "25.416"], [1702468898, "25.419"], [1702468934, "25.419"], [1702468970, "25.464"], [1702468994, "25.593"], [1702469024, "25.596"], [1702469060, "25.626"], [1702469111, "25.644"], [1702469144, "25.668"], [1702469168, "25.71"], [1702469204, "25.719"], [1702469237, "25.719"], [1702469273, "25.722"], [1702469303, "25.731"], [1702469336, "25.749"], [1702469360, "25.77"], [1702469387, "25.773"], [1702469411, "25.779"], [1702469435, "25.782"], [1702469468, "25.782"], [1702469504, "25.785"], [1702469537, "25.824"], [1702469573, "25.848"], [1702469606, "25.851"], [1702469633, "25.851"], [1702469660, "25.968"], [1702469684, "26.076"], [1702469717, "26.118"], [1702469753, "26.127"], [1702469786, "26.133"], [1702469816, "26.136"], [1702469834, "26.136"], [1702469864, "26.142"], [1702469906, "26.163"], [1702469936, "26.19"], [1702469972, "26.19"], [1702470005, "26.19"], [1702470029, "26.19"], [1702470065, "26.193"], [1702470101, "26.214"], [1702470131, "26.214"], [1702470167, "26.22"], [1702470203, "26.232"], [1702470251, "26.325"], [1702470278, "26.379"], [1702470311, "26.4"], [1702470347, "26.424"], [1702470371, "26.427"], [1702470404, "26.658"], [1702470440, "26.661"], [1702470476, "26.661"], [1702470506, "26.706"], [1702470542, "26.73"], [1702470575, "26.745"], [1702470611, "26.745"], [1702470635, "26.754"], [1702470662, "26.754"], [1702470686, "26.805"], [1702470719, "26.868"], [1702470746, "26.868"], [1702470812, "26.925"], [1702470845, "26.952"], [1702470875, "27.099"], [1702470899, "27.129"], [1702470953, "27.219"], [1702470983, "27.27"], [1702471025, "27.27"], [1702471067, "27.294"], [1702471169, "27.507"], [1702471193, "27.537"], [1702471226, "27.621"], [1702471265, "27.645"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "30.198"], [1702462721, "31.587"], [1702462736, "32.88"], [1702462751, "34.962"], [1702462763, "34.965"], [1702462793, "38.904"], [1702462808, "40.806"], [1702462829, "41.091"], [1702462844, "45.822"], [1702462865, "46.218"], [1702462880, "47.43"], [1702462904, "48.27"], [1702462919, "48.531"], [1702462952, "49.815"], [1702462973, "50.274"], [1702462988, "51.489"], [1702463045, "52.485"], [1702463081, "52.665"], [1702463114, "53.784"], [1702463150, "54.762"], [1702463186, "55.527"], [1702463216, "56.874"], [1702463240, "57.675"], [1702463273, "58.971"], [1702463324, "60.831"], [1702463354, "61.461"], [1702463381, "63.177"], [1702463417, "64.062"], [1702463453, "64.962"], [1702463477, "65.424"], [1702463510, "66.228"], [1702463537, "66.717"], [1702463570, "67.785"], [1702463591, "68.172"], [1702463621, "70.188"], [1702463657, "71.922"], [1702463693, "74.457"], [1702463729, "76.548"], [1702463765, "77.976"], [1702463798, "79.251"], [1702463846, "81.126"], [1702463873, "85.38"], [1702463906, "86.121"], [1702463948, "87.954"], [1702463984, "90.024"], [1702464014, "91.032"], [1702464050, "92.163"], [1702464086, "94.086"], [1702464122, "96.687"], [1702464155, "98.178"], [1702464194, "98.688"], [1702464230, "99.99"], [1702464263, "100.791"], [1702464299, "103.491"], [1702464332, "106.56"], [1702464356, "108.138"], [1702464392, "109.947"], [1702464425, "112.002"], [1702464455, "118.821"], [1702464479, "119.547"], [1702464509, "119.946"], [1702464533, "120.696"], [1702464569, "123.561"], [1702464605, "125.199"], [1702464635, "126.342"], [1702464671, "128.598"], [1702464716, "131.712"], [1702464743, "133.101"], [1702464776, "135.531"], [1702464812, "137.385"], [1702464836, "138.318"], [1702464869, "140.493"], [1702464905, "142.593"], [1702464926, "142.932"], [1702464956, "143.736"], [1702464992, "146.262"], [1702465016, "146.826"], [1702465049, "148.338"], [1702465085, "163.803"], [1702465118, "165.093"], [1702465145, "166.965"], [1702465178, "169.233"], [1702465208, "172.104"], [1702465241, "173.535"], [1702465298, "176.301"], [1702465334, "177.96"], [1702465367, "180.048"], [1702465394, "180.444"], [1702465418, "180.786"], [1702465445, "182.163"], [1702465481, "192.258"], [1702465517, "194.667"], [1702465550, "196.911"], [1702465586, "198.837"], [1702465619, "199.299"], [1702465658, "203.52"], [1702465706, "205.47"], [1702465754, "211.053"], [1702465787, "212.982"], [1702465823, "214.494"], [1702465856, "216.69"], [1702465880, "217.512"], [1702465910, "219.123"], [1702465952, "221.337"], [1702465988, "224.709"], [1702466015, "226.602"], [1702466030, "226.635"], [1702466060, "227.67"], [1702466078, "228.021"], [1702466138, "230.196"], [1702466168, "231.72"], [1702466204, "233.853"], [1702466237, "244.614"], [1702466261, "245.349"], [1702466291, "246.435"], [1702466327, "248.022"], [1702466360, "250.149"], [1702466384, "251.391"], [1702466417, "252.51"], [1702466441, "253.059"], [1702466471, "254.142"], [1702466507, "256.014"], [1702466540, "257.412"], [1702466597, "262.545"], [1702466633, "265.104"], [1702466666, "268.086"], [1702466705, "268.56"], [1702466732, "271.575"], [1702466765, "272.973"], [1702466801, "274.527"], [1702466852, "278.613"], [1702466876, "278.838"], [1702466918, "282.99"], [1702466978, "290.526"], [1702467014, "292.512"], [1702467038, "294.708"], [1702467068, "296.523"], [1702467122, "299.463"], [1702467158, "300.906"], [1702467191, "302.538"], [1702467221, "303.612"], [1702467257, "304.41"], [1702467299, "305.109"], [1702467350, "305.502"], [1702467386, "305.673"], [1702467419, "305.784"], [1702467455, "305.865"], [1702467515, "306.012"], [1702467542, "306.078"], [1702467566, "306.135"], [1702467599, "306.177"], [1702467635, "308.205"], [1702467668, "309.219"], [1702467695, "309.564"], [1702467716, "310.134"], [1702467746, "310.323"], [1702467800, "312.06"], [1702467824, "312.144"], [1702467908, "312.591"], [1702467944, "312.774"], [1702467968, "312.816"], [1702468001, "312.867"], [1702468031, "313.299"], [1702468067, "316.959"], [1702468085, "317.061"], [1702468115, "317.163"], [1702468151, "317.901"], [1702468181, "318.039"], [1702468208, "318.234"], [1702468241, "318.396"], [1702468256, "318.444"], [1702468286, "318.615"], [1702468322, "318.72"], [1702468352, "320.544"], [1702468388, "321.945"], [1702468424, "322.704"], [1702468457, "323.244"], [1702468493, "323.835"], [1702468517, "323.961"], [1702468550, "324.048"], [1702468586, "324.303"], [1702468613, "325.104"], [1702468637, "325.305"], [1702468679, "325.437"], [1702468721, "326.865"], [1702468730, "327.117"], [1702468766, "330.03"], [1702468799, "330.495"], [1702468835, "330.813"], [1702468898, "331.452"], [1702468934, "331.8"], [1702468970, "333.981"], [1702468994, "334.347"], [1702469024, "334.374"], [1702469060, "336.825"], [1702469111, "337.248"], [1702469144, "339.042"], [1702469168, "339.099"], [1702469204, "339.405"], [1702469237, "339.717"], [1702469273, "339.921"], [1702469303, "340.731"], [1702469336, "340.962"], [1702469360, "341.295"], [1702469387, "341.343"], [1702469411, "341.73"], [1702469435, "341.892"], [1702469468, "342.054"], [1702469504, "342.12"], [1702469537, "342.642"], [1702469573, "343.593"], [1702469606, "344.685"], [1702469633, "344.805"], [1702469660, "346.389"], [1702469684, "347.559"], [1702469717, "348.936"], [1702469753, "349.278"], [1702469786, "349.716"], [1702469816, "350.58"], [1702469834, "350.754"], [1702469864, "351.618"], [1702469906, "352.098"], [1702469936, "353.484"], [1702469972, "354.564"], [1702470005, "355.446"], [1702470029, "355.515"], [1702470065, "355.947"], [1702470101, "356.373"], [1702470131, "357.063"], [1702470167, "358.59"], [1702470203, "359.694"], [1702470251, "361.701"], [1702470278, "361.998"], [1702470311, "362.277"], [1702470347, "363.087"], [1702470371, "363.807"], [1702470404, "364.407"], [1702470440, "364.746"], [1702470476, "367.671"], [1702470506, "368.193"], [1702470542, "369.06"], [1702470575, "370.662"], [1702470611, "371.613"], [1702470635, "371.97"], [1702470662, "372.048"], [1702470686, "372.342"], [1702470719, "373.236"], [1702470746, "373.716"], [1702470812, "374.406"], [1702470845, "375.405"], [1702470875, "376.398"], [1702470899, "377.115"], [1702470953, "378.048"], [1702470983, "379.026"], [1702471025, "430.668"], [1702471067, "432.933"], [1702471169, "440.733"], [1702471193, "441.438"], [1702471226, "443.925"], [1702471265, "446.862"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "21.783"], [1702462721, "22.788"], [1702462736, "23.829"], [1702462751, "24.135"], [1702462763, "24.138"], [1702462793, "24.426"], [1702462808, "24.618"], [1702462829, "24.663"], [1702462844, "37.227"], [1702462865, "37.38"], [1702462880, "38.235"], [1702462904, "38.517"], [1702462919, "38.853"], [1702462952, "42.759"], [1702462973, "43.332"], [1702462988, "57.066"], [1702463045, "59.1"], [1702463081, "60.984"], [1702463114, "61.959"], [1702463150, "62.973"], [1702463186, "63.945"], [1702463216, "64.83"], [1702463240, "65.424"], [1702463273, "66.237"], [1702463324, "69.267"], [1702463354, "70.713"], [1702463381, "71.709"], [1702463417, "73.011"], [1702463453, "75.426"], [1702463477, "75.912"], [1702463510, "76.461"], [1702463537, "76.797"], [1702463570, "78.954"], [1702463591, "80.052"], [1702463621, "81.21"], [1702463657, "83.037"], [1702463693, "88.764"], [1702463729, "90.9"], [1702463765, "92.436"], [1702463798, "94.62"], [1702463846, "95.565"], [1702463873, "96.09"], [1702463906, "97.206"], [1702463948, "99.105"], [1702463984, "100.545"], [1702464014, "102.237"], [1702464050, "103.977"], [1702464086, "105.921"], [1702464122, "107.718"], [1702464155, "109.698"], [1702464194, "111.054"], [1702464230, "112.029"], [1702464263, "112.713"], [1702464299, "113.907"], [1702464332, "115.656"], [1702464356, "116.595"], [1702464392, "118.827"], [1702464425, "123.312"], [1702464455, "125.472"], [1702464479, "126.492"], [1702464509, "127.986"], [1702464533, "129.285"], [1702464569, "131.094"], [1702464605, "132.948"], [1702464635, "134.403"], [1702464671, "137.181"], [1702464716, "140.013"], [1702464743, "140.724"], [1702464776, "142.236"], [1702464812, "144.681"], [1702464836, "145.98"], [1702464869, "147.795"], [1702464905, "149.22"], [1702464926, "149.385"], [1702464956, "150.093"], [1702464992, "152.274"], [1702465016, "152.733"], [1702465049, "154.647"], [1702465085, "157.716"], [1702465118, "159.168"], [1702465145, "160.215"], [1702465178, "161.232"], [1702465208, "163.005"], [1702465241, "165.222"], [1702465298, "167.322"], [1702465334, "168.48"], [1702465367, "170.07"], [1702465394, "170.391"], [1702465418, "170.736"], [1702465445, "171.645"], [1702465481, "173.385"], [1702465517, "176.307"], [1702465550, "178.911"], [1702465586, "181.215"], [1702465619, "181.665"], [1702465658, "183.903"], [1702465706, "184.539"], [1702465754, "187.497"], [1702465787, "189.093"], [1702465823, "190.041"], [1702465856, "192.576"], [1702465880, "193.428"], [1702465910, "195.645"], [1702465952, "197.583"], [1702465988, "199.428"], [1702466015, "201.57"], [1702466030, "201.597"], [1702466060, "202.92"], [1702466078, "202.998"], [1702466138, "204.567"], [1702466168, "206.802"], [1702466204, "209.694"], [1702466237, "211.566"], [1702466261, "212.943"], [1702466291, "213.786"], [1702466327, "215.901"], [1702466360, "218.61"], [1702466384, "219.762"], [1702466417, "221.016"], [1702466441, "221.325"], [1702466471, "222.246"], [1702466507, "224.478"], [1702466540, "226.41"], [1702466597, "230.889"], [1702466633, "233.373"], [1702466666, "235.305"], [1702466705, "236.145"], [1702466732, "237.759"], [1702466765, "239.304"], [1702466801, "240.816"], [1702466852, "244.401"], [1702466876, "244.5"], [1702466918, "246.621"], [1702466978, "251.124"], [1702467014, "251.937"], [1702467038, "252.525"], [1702467068, "253.827"], [1702467122, "256.569"], [1702467158, "259.116"], [1702467191, "261.129"], [1702467221, "262.257"], [1702467257, "263.727"], [1702467299, "264.465"], [1702467350, "265.008"], [1702467386, "265.239"], [1702467419, "265.356"], [1702467455, "265.518"], [1702467515, "265.758"], [1702467542, "265.875"], [1702467566, "265.974"], [1702467599, "266.049"], [1702467635, "267.987"], [1702467668, "271.815"], [1702467695, "271.884"], [1702467716, "272.118"], [1702467746, "272.262"], [1702467800, "273"], [1702467824, "273.096"], [1702467908, "273.645"], [1702467944, "273.915"], [1702467968, "273.975"], [1702468001, "274.035"], [1702468031, "275.46"], [1702468067, "278.496"], [1702468085, "278.634"], [1702468115, "278.907"], [1702468151, "279.69"], [1702468181, "279.768"], [1702468208, "279.936"], [1702468241, "280.065"], [1702468256, "280.119"], [1702468286, "280.17"], [1702468322, "280.293"], [1702468352, "281.133"], [1702468388, "282.321"], [1702468424, "283.983"], [1702468457, "284.232"], [1702468493, "284.901"], [1702468517, "285.264"], [1702468550, "285.51"], [1702468586, "285.735"], [1702468613, "286.185"], [1702468637, "286.377"], [1702468679, "286.575"], [1702468721, "287.916"], [1702468730, "288.177"], [1702468766, "290.028"], [1702468799, "290.25"], [1702468835, "290.535"], [1702468898, "291.309"], [1702468934, "291.789"], [1702468970, "292.605"], [1702468994, "293.241"], [1702469024, "293.301"], [1702469060, "293.553"], [1702469111, "294.963"], [1702469144, "296.229"], [1702469168, "296.379"], [1702469204, "296.634"], [1702469237, "296.853"], [1702469273, "297.09"], [1702469303, "297.732"], [1702469336, "298.044"], [1702469360, "298.233"], [1702469387, "298.29"], [1702469411, "298.437"], [1702469435, "298.578"], [1702469468, "298.683"], [1702469504, "298.74"], [1702469537, "299.07"], [1702469573, "299.559"], [1702469606, "301.629"], [1702469633, "301.761"], [1702469660, "302.646"], [1702469684, "303.735"], [1702469717, "304.395"], [1702469753, "304.677"], [1702469786, "304.968"], [1702469816, "305.457"], [1702469834, "305.556"], [1702469864, "306.252"], [1702469906, "306.627"], [1702469936, "307.794"], [1702469972, "308.994"], [1702470005, "310.575"], [1702470029, "310.641"], [1702470065, "310.971"], [1702470101, "311.289"], [1702470131, "312.315"], [1702470167, "313.83"], [1702470203, "314.628"], [1702470251, "317.025"], [1702470278, "317.328"], [1702470311, "317.58"], [1702470347, "318.015"], [1702470371, "318.633"], [1702470404, "321.006"], [1702470440, "321.513"], [1702470476, "327.234"], [1702470506, "327.648"], [1702470542, "328.422"], [1702470575, "330.279"], [1702470611, "330.873"], [1702470635, "331.263"], [1702470662, "331.5"], [1702470686, "331.731"], [1702470719, "332.142"], [1702470746, "333.06"], [1702470812, "334.233"], [1702470845, "336.621"], [1702470875, "337.164"], [1702470899, "338.316"], [1702470953, "339.708"], [1702470983, "341.37"], [1702471025, "344.394"], [1702471067, "346.8"], [1702471169, "352.524"], [1702471193, "353.337"], [1702471226, "355.356"], [1702471265, "357.447"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "32.928"], [1702462721, "36.924"], [1702462736, "38.652"], [1702462751, "38.814"], [1702462763, "38.817"], [1702462793, "41.904"], [1702462808, "43.518"], [1702462829, "46.35"], [1702462844, "48.546"], [1702462865, "48.777"], [1702462880, "51.249"], [1702462904, "61.194"], [1702462919, "61.425"], [1702462952, "62.661"], [1702462973, "63.225"], [1702462988, "64.779"], [1702463045, "70.371"], [1702463081, "73.428"], [1702463114, "75.561"], [1702463150, "76.389"], [1702463186, "78.057"], [1702463216, "80.1"], [1702463240, "90.54"], [1702463273, "91.728"], [1702463324, "95.373"], [1702463354, "96.879"], [1702463381, "100.491"], [1702463417, "102.234"], [1702463453, "103.029"], [1702463477, "103.644"], [1702463510, "105.537"], [1702463537, "106.395"], [1702463570, "107.49"], [1702463591, "108.351"], [1702463621, "110.628"], [1702463657, "114.195"], [1702463693, "116.823"], [1702463729, "119.433"], [1702463765, "120.438"], [1702463798, "122.298"], [1702463846, "122.946"], [1702463873, "123.858"], [1702463906, "124.521"], [1702463948, "126.168"], [1702463984, "128.184"], [1702464014, "129.534"], [1702464050, "132.642"], [1702464086, "135.48"], [1702464122, "137.22"], [1702464155, "137.934"], [1702464194, "139.308"], [1702464230, "140.931"], [1702464263, "142.995"], [1702464299, "145.434"], [1702464332, "147.645"], [1702464356, "148.653"], [1702464392, "150.582"], [1702464425, "152.529"], [1702464455, "156.414"], [1702464479, "160.248"], [1702464509, "161.4"], [1702464533, "163.143"], [1702464569, "165.861"], [1702464605, "168.585"], [1702464635, "170.967"], [1702464671, "174.75"], [1702464716, "176.598"], [1702464743, "178.428"], [1702464776, "181.158"], [1702464812, "183.366"], [1702464836, "184.914"], [1702464869, "187.659"], [1702464905, "189.303"], [1702464926, "189.453"], [1702464956, "190.506"], [1702464992, "194.547"], [1702465016, "195.177"], [1702465049, "196.644"], [1702465085, "204.774"], [1702465118, "206.856"], [1702465145, "208.446"], [1702465178, "209.442"], [1702465208, "212.13"], [1702465241, "214.191"], [1702465298, "217.38"], [1702465334, "220.896"], [1702465367, "223.035"], [1702465394, "224.415"], [1702465418, "224.745"], [1702465445, "226.164"], [1702465481, "229.569"], [1702465517, "232.599"], [1702465550, "234.357"], [1702465586, "237.333"], [1702465619, "237.945"], [1702465658, "239.514"], [1702465706, "240.018"], [1702465754, "241.737"], [1702465787, "243.249"], [1702465823, "245.526"], [1702465856, "250.29"], [1702465880, "252.408"], [1702465910, "256.428"], [1702465952, "260.514"], [1702465988, "263.877"], [1702466015, "267.882"], [1702466030, "267.909"], [1702466060, "268.539"], [1702466078, "268.812"], [1702466138, "270.711"], [1702466168, "272.49"], [1702466204, "275.352"], [1702466237, "278.91"], [1702466261, "279.63"], [1702466291, "280.386"], [1702466327, "282.099"], [1702466360, "283.626"], [1702466384, "285.66"], [1702466417, "286.539"], [1702466441, "286.914"], [1702466471, "287.532"], [1702466507, "288.705"], [1702466540, "291.039"], [1702466597, "293.847"], [1702466633, "296.85"], [1702466666, "299.721"], [1702466705, "301.245"], [1702466732, "303.834"], [1702466765, "305.361"], [1702466801, "307.743"], [1702466852, "310.236"], [1702466876, "310.428"], [1702466918, "313.815"], [1702466978, "320.118"], [1702467014, "321.828"], [1702467038, "324.858"], [1702467068, "326.139"], [1702467122, "328.926"], [1702467158, "330.468"], [1702467191, "332.625"], [1702467221, "333.726"], [1702467257, "335.211"], [1702467299, "336.102"], [1702467350, "336.489"], [1702467386, "336.84"], [1702467419, "336.933"], [1702467455, "337.062"], [1702467515, "337.308"], [1702467542, "337.44"], [1702467566, "337.626"], [1702467599, "337.767"], [1702467635, "339.852"], [1702467668, "343.719"], [1702467695, "344.283"], [1702467716, "344.454"], [1702467746, "344.622"], [1702467800, "345.657"], [1702467824, "345.948"], [1702467908, "346.176"], [1702467944, "346.326"], [1702467968, "346.347"], [1702468001, "346.452"], [1702468031, "376.146"], [1702468067, "381.933"], [1702468085, "382.074"], [1702468115, "382.224"], [1702468151, "383.859"], [1702468181, "383.976"], [1702468208, "384.051"], [1702468241, "384.144"], [1702468256, "384.195"], [1702468286, "384.444"], [1702468322, "384.54"], [1702468352, "387.696"], [1702468388, "391.854"], [1702468424, "393.462"], [1702468457, "395.199"], [1702468493, "396.132"], [1702468517, "396.894"], [1702468550, "397.104"], [1702468586, "397.752"], [1702468613, "399.156"], [1702468637, "399.444"], [1702468679, "399.744"], [1702468721, "401.643"], [1702468730, "401.895"], [1702468766, "403.77"], [1702468799, "404.901"], [1702468835, "405.522"], [1702468898, "407.655"], [1702468934, "408.054"], [1702468970, "410.493"], [1702468994, "411.123"], [1702469024, "411.201"], [1702469060, "411.774"], [1702469111, "413.289"], [1702469144, "414.909"], [1702469168, "415.122"], [1702469204, "415.632"], [1702469237, "415.938"], [1702469273, "416.109"], [1702469303, "416.529"], [1702469336, "417.063"], [1702469360, "417.462"], [1702469387, "417.6"], [1702469411, "417.966"], [1702469435, "418.137"], [1702469468, "418.389"], [1702469504, "418.488"], [1702469537, "421.059"], [1702469573, "421.827"], [1702469606, "422.856"], [1702469633, "422.949"], [1702469660, "423.393"], [1702469684, "424.077"], [1702469717, "425.778"], [1702469753, "426.102"], [1702469786, "426.321"], [1702469816, "428.487"], [1702469834, "428.673"], [1702469864, "430.119"], [1702469906, "431.034"], [1702469936, "432.132"], [1702469972, "432.777"], [1702470005, "433.488"], [1702470029, "433.509"], [1702470065, "434.019"], [1702470101, "434.769"], [1702470131, "436.269"], [1702470167, "438.384"], [1702470203, "439.719"], [1702470251, "443.82"], [1702470278, "444.147"], [1702470311, "444.339"], [1702470347, "445.506"], [1702470371, "445.785"], [1702470404, "446.649"], [1702470440, "447.12"], [1702470476, "447.999"], [1702470506, "448.989"], [1702470542, "451.191"], [1702470575, "454.458"], [1702470611, "456.795"], [1702470635, "457.761"], [1702470662, "458.211"], [1702470686, "458.781"], [1702470719, "459.513"], [1702470746, "460.566"], [1702470812, "462.099"], [1702470845, "464.361"], [1702470875, "465.888"], [1702470899, "466.521"], [1702470953, "470.205"], [1702470983, "470.655"], [1702471025, "474.741"], [1702471067, "479.265"], [1702471169, "489.897"], [1702471193, "492.324"], [1702471226, "494.076"], [1702471265, "496.32"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "150.666"], [1702462721, "159.78"], [1702462736, "168.894"], [1702462751, "178.008"], [1702462763, "186.927"], [1702462793, "204.582"], [1702462808, "213.318"], [1702462829, "222.054"], [1702462844, "230.439"], [1702462865, "238.824"], [1702462880, "247.209"], [1702462904, "263.979"], [1702462919, "272.364"], [1702462952, "289.134"], [1702462973, "297.519"], [1702462988, "305.904"], [1702463045, "331.059"], [1702463081, "347.829"], [1702463114, "364.599"], [1702463150, "381.369"], [1702463186, "398.139"], [1702463216, "414.909"], [1702463240, "431.679"], [1702463273, "448.449"], [1702463324, "473.604"], [1702463354, "490.374"], [1702463381, "507.144"], [1702463417, "523.914"], [1702463453, "540.684"], [1702463477, "557.454"], [1702463510, "574.224"], [1702463537, "590.994"], [1702463570, "607.764"], [1702463591, "624.534"], [1702463621, "641.304"], [1702463657, "658.074"], [1702463693, "674.844"], [1702463729, "691.614"], [1702463765, "708.384"], [1702463798, "725.154"], [1702463846, "750.309"], [1702463873, "767.079"], [1702463906, "783.849"], [1702463948, "809.004"], [1702463984, "825.774"], [1702464014, "842.544"], [1702464050, "859.314"], [1702464086, "876.084"], [1702464122, "892.854"], [1702464155, "909.624"], [1702464194, "934.779"], [1702464230, "951.549"], [1702464263, "968.319"], [1702464299, "985.089"], [1702464332, "1001.859"], [1702464356, "1018.629"], [1702464392, "1035.399"], [1702464425, "1052.169"], [1702464455, "1068.939"], [1702464479, "1085.709"], [1702464509, "1102.479"], [1702464533, "1119.249"], [1702464569, "1136.019"], [1702464605, "1152.789"], [1702464635, "1169.559"], [1702464671, "1186.329"], [1702464716, "1203.099"], [1702464743, "1219.869"], [1702464776, "1236.639"], [1702464812, "1253.409"], [1702464836, "1270.179"], [1702464869, "1286.949"], [1702464905, "1303.719"], [1702464926, "1320.489"], [1702464956, "1337.259"], [1702464992, "1354.029"], [1702465016, "1370.799"], [1702465049, "1387.569"], [1702465085, "1404.339"], [1702465118, "1421.109"], [1702465145, "1437.879"], [1702465178, "1454.649"], [1702465208, "1471.419"], [1702465241, "1488.189"], [1702465298, "1513.344"], [1702465334, "1530.114"], [1702465367, "1546.884"], [1702465394, "1563.654"], [1702465418, "1580.424"], [1702465445, "1597.194"], [1702465481, "1613.964"], [1702465517, "1630.734"], [1702465550, "1647.504"], [1702465586, "1664.274"], [1702465619, "1681.044"], [1702465658, "1697.814"], [1702465706, "1714.584"], [1702465754, "1739.739"], [1702465787, "1756.509"], [1702465823, "1773.279"], [1702465856, "1790.049"], [1702465880, "1806.819"], [1702465910, "1823.589"], [1702465952, "1840.359"], [1702465988, "1857.129"], [1702466015, "1873.899"], [1702466030, "1890.669"], [1702466060, "1907.439"], [1702466078, "1924.209"], [1702466138, "1949.364"], [1702466168, "1966.134"], [1702466204, "1982.904"], [1702466237, "1999.674"], [1702466261, "2016.444"], [1702466291, "2033.214"], [1702466327, "2049.984"], [1702466360, "2066.754"], [1702466384, "2083.524"], [1702466417, "2100.294"], [1702466441, "2117.064"], [1702466471, "2133.834"], [1702466507, "2150.604"], [1702466540, "2167.374"], [1702466597, "2192.529"], [1702466633, "2209.299"], [1702466666, "2226.069"], [1702466705, "2242.839"], [1702466732, "2259.609"], [1702466765, "2276.379"], [1702466801, "2293.149"], [1702466852, "2318.304"], [1702466876, "2335.074"], [1702466918, "2351.844"], [1702466978, "2385.384"], [1702467014, "2402.154"], [1702467038, "2418.924"], [1702467068, "2435.694"], [1702467122, "2460.849"], [1702467158, "2477.619"], [1702467191, "2494.389"], [1702467221, "2511.159"], [1702467257, "2527.929"], [1702467299, "2544.699"], [1702467350, "2569.854"], [1702467386, "2586.624"], [1702467419, "2603.394"], [1702467455, "2620.164"], [1702467515, "2653.704"], [1702467542, "2670.474"], [1702467566, "2687.244"], [1702467599, "2704.014"], [1702467635, "2720.784"], [1702467668, "2737.554"], [1702467695, "2754.324"], [1702467716, "2771.094"], [1702467746, "2787.864"], [1702467800, "2813.019"], [1702467824, "2829.789"], [1702467908, "2871.714"], [1702467944, "2888.484"], [1702467968, "2905.254"], [1702468001, "2922.024"], [1702468031, "2938.794"], [1702468067, "2955.564"], [1702468085, "2972.334"], [1702468115, "2989.104"], [1702468151, "3005.874"], [1702468181, "3022.644"], [1702468208, "3039.414"], [1702468241, "3056.184"], [1702468256, "3072.954"], [1702468286, "3089.724"], [1702468322, "3106.494"], [1702468352, "3123.264"], [1702468388, "3140.034"], [1702468424, "3156.804"], [1702468457, "3173.574"], [1702468493, "3190.344"], [1702468517, "3207.114"], [1702468550, "3223.884"], [1702468586, "3240.654"], [1702468613, "3257.424"], [1702468637, "3274.194"], [1702468679, "3290.964"], [1702468721, "3307.734"], [1702468730, "3316.119"], [1702468766, "3332.889"], [1702468799, "3349.659"], [1702468835, "3366.429"], [1702468898, "3391.584"], [1702468934, "3408.354"], [1702468970, "3425.124"], [1702468994, "3441.894"], [1702469024, "3458.664"], [1702469060, "3475.434"], [1702469111, "3500.589"], [1702469144, "3517.359"], [1702469168, "3534.129"], [1702469204, "3550.899"], [1702469237, "3567.669"], [1702469273, "3584.439"], [1702469303, "3601.209"], [1702469336, "3617.979"], [1702469360, "3634.749"], [1702469387, "3651.519"], [1702469411, "3668.289"], [1702469435, "3685.059"], [1702469468, "3701.829"], [1702469504, "3718.599"], [1702469537, "3735.369"], [1702469573, "3752.139"], [1702469606, "3768.909"], [1702469633, "3785.679"], [1702469660, "3802.449"], [1702469684, "3819.219"], [1702469717, "3835.989"], [1702469753, "3852.759"], [1702469786, "3869.529"], [1702469816, "3886.299"], [1702469834, "3903.069"], [1702469864, "3919.839"], [1702469906, "3944.994"], [1702469936, "3961.764"], [1702469972, "3978.534"], [1702470005, "3995.304"], [1702470029, "4012.074"], [1702470065, "4028.844"], [1702470101, "4045.614"], [1702470131, "4062.384"], [1702470167, "4079.154"], [1702470203, "4095.924"], [1702470251, "4121.079"], [1702470278, "4137.849"], [1702470311, "4154.619"], [1702470347, "4171.389"], [1702470371, "4188.159"], [1702470404, "4204.929"], [1702470440, "4221.699"], [1702470476, "4238.469"], [1702470506, "4255.239"], [1702470542, "4272.009"], [1702470575, "4288.779"], [1702470611, "4305.549"], [1702470635, "4322.319"], [1702470662, "4339.089"], [1702470686, "4355.859"], [1702470719, "4372.629"], [1702470746, "4389.399"], [1702470812, "4422.939"], [1702470845, "4439.709"], [1702470875, "4456.479"], [1702470899, "4473.249"], [1702470953, "4498.404"], [1702470983, "4515.174"], [1702471025, "4531.944"], [1702471067, "4557.099"], [1702471169, "4599.024"], [1702471193, "4615.794"], [1702471226, "4632.564"], [1702471265, "4649.334"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "36.999"], [1702462721, "37.779"], [1702462736, "38.52"], [1702462751, "39.657"], [1702462763, "39.66"], [1702462793, "41.625"], [1702462808, "41.883"], [1702462829, "41.973"], [1702462844, "42.57"], [1702462865, "42.837"], [1702462880, "43.668"], [1702462904, "47.853"], [1702462919, "50.064"], [1702462952, "51.027"], [1702462973, "51.795"], [1702462988, "53.508"], [1702463045, "59.025"], [1702463081, "60.378"], [1702463114, "60.717"], [1702463150, "61.293"], [1702463186, "63.495"], [1702463216, "65.754"], [1702463240, "66.093"], [1702463273, "66.855"], [1702463324, "69.888"], [1702463354, "71.046"], [1702463381, "73.821"], [1702463417, "75.105"], [1702463453, "77.604"], [1702463477, "77.871"], [1702463510, "79.29"], [1702463537, "80.112"], [1702463570, "81.891"], [1702463591, "82.56"], [1702463621, "88.524"], [1702463657, "90.555"], [1702463693, "99.345"], [1702463729, "103.719"], [1702463765, "104.751"], [1702463798, "106.035"], [1702463846, "107.049"], [1702463873, "108.084"], [1702463906, "109.455"], [1702463948, "112.317"], [1702463984, "114.3"], [1702464014, "116.07"], [1702464050, "117.363"], [1702464086, "119.67"], [1702464122, "122.193"], [1702464155, "123.633"], [1702464194, "125.244"], [1702464230, "125.931"], [1702464263, "126.897"], [1702464299, "129.018"], [1702464332, "130.539"], [1702464356, "132.627"], [1702464392, "135.333"], [1702464425, "136.77"], [1702464455, "137.856"], [1702464479, "139.716"], [1702464509, "140.277"], [1702464533, "141.006"], [1702464569, "142.608"], [1702464605, "144.342"], [1702464635, "147.927"], [1702464671, "160.917"], [1702464716, "162.813"], [1702464743, "163.647"], [1702464776, "168.414"], [1702464812, "172.062"], [1702464836, "173.496"], [1702464869, "175.164"], [1702464905, "176.052"], [1702464926, "176.139"], [1702464956, "176.52"], [1702464992, "179.175"], [1702465016, "179.922"], [1702465049, "181.608"], [1702465085, "184.053"], [1702465118, "185.115"], [1702465145, "188.007"], [1702465178, "190.593"], [1702465208, "194.106"], [1702465241, "195.66"], [1702465298, "198.012"], [1702465334, "199.446"], [1702465367, "200.25"], [1702465394, "200.403"], [1702465418, "200.817"], [1702465445, "202.311"], [1702465481, "205.482"], [1702465517, "207.36"], [1702465550, "213.21"], [1702465586, "215.547"], [1702465619, "216.153"], [1702465658, "220.8"], [1702465706, "222.033"], [1702465754, "225.957"], [1702465787, "227.883"], [1702465823, "229.692"], [1702465856, "234.261"], [1702465880, "234.858"], [1702465910, "237.018"], [1702465952, "239.655"], [1702465988, "240.573"], [1702466015, "242.778"], [1702466030, "242.817"], [1702466060, "243.834"], [1702466078, "243.9"], [1702466138, "245.724"], [1702466168, "247.44"], [1702466204, "250.284"], [1702466237, "251.52"], [1702466261, "252.678"], [1702466291, "253.974"], [1702466327, "256.518"], [1702466360, "259.806"], [1702466384, "260.979"], [1702466417, "262.134"], [1702466441, "262.452"], [1702466471, "262.569"], [1702466507, "263.868"], [1702466540, "265.056"], [1702466597, "270.234"], [1702466633, "271.272"], [1702466666, "271.986"], [1702466705, "272.595"], [1702466732, "273.978"], [1702466765, "275.841"], [1702466801, "277.239"], [1702466852, "279.684"], [1702466876, "279.927"], [1702466918, "282.426"], [1702466978, "284.604"], [1702467014, "285.813"], [1702467038, "287.628"], [1702467068, "289.287"], [1702467122, "291.444"], [1702467158, "299.493"], [1702467191, "300.78"], [1702467221, "302.685"], [1702467257, "303.507"], [1702467299, "304.278"], [1702467350, "304.707"], [1702467386, "305.187"], [1702467419, "305.361"], [1702467455, "305.61"], [1702467515, "305.889"], [1702467542, "306.006"], [1702467566, "306.123"], [1702467599, "306.222"], [1702467635, "307.431"], [1702467668, "308.7"], [1702467695, "309.063"], [1702467716, "309.771"], [1702467746, "310.116"], [1702467800, "312.603"], [1702467824, "312.897"], [1702467908, "313.44"], [1702467944, "313.623"], [1702467968, "313.686"], [1702468001, "313.812"], [1702468031, "314.682"], [1702468067, "317.682"], [1702468085, "317.85"], [1702468115, "317.991"], [1702468151, "320.832"], [1702468181, "321.009"], [1702468208, "321.201"], [1702468241, "321.405"], [1702468256, "321.465"], [1702468286, "321.747"], [1702468322, "321.873"], [1702468352, "323.277"], [1702468388, "324.96"], [1702468424, "326.034"], [1702468457, "327.534"], [1702468493, "328.035"], [1702468517, "328.392"], [1702468550, "328.758"], [1702468586, "328.998"], [1702468613, "329.796"], [1702468637, "329.949"], [1702468679, "330.216"], [1702468721, "332.319"], [1702468730, "332.541"], [1702468766, "333.867"], [1702468799, "334.938"], [1702468835, "335.37"], [1702468898, "336.564"], [1702468934, "336.969"], [1702468970, "339.606"], [1702468994, "340.083"], [1702469024, "340.188"], [1702469060, "340.449"], [1702469111, "341.589"], [1702469144, "342.864"], [1702469168, "343.026"], [1702469204, "343.392"], [1702469237, "343.767"], [1702469273, "344.175"], [1702469303, "345.171"], [1702469336, "345.606"], [1702469360, "345.936"], [1702469387, "346.026"], [1702469411, "346.533"], [1702469435, "346.767"], [1702469468, "347.139"], [1702469504, "347.172"], [1702469537, "348.66"], [1702469573, "351.27"], [1702469606, "352.482"], [1702469633, "352.908"], [1702469660, "355.134"], [1702469684, "356.439"], [1702469717, "357.354"], [1702469753, "357.543"], [1702469786, "358.116"], [1702469816, "360.114"], [1702469834, "360.435"], [1702469864, "361.599"], [1702469906, "362.418"], [1702469936, "363.093"], [1702469972, "364.842"], [1702470005, "365.931"], [1702470029, "366.066"], [1702470065, "366.81"], [1702470101, "367.341"], [1702470131, "369.741"], [1702470167, "373.032"], [1702470203, "375.837"], [1702470251, "378.888"], [1702470278, "379.224"], [1702470311, "379.419"], [1702470347, "380.406"], [1702470371, "381.63"], [1702470404, "382.749"], [1702470440, "383.616"], [1702470476, "384.732"], [1702470506, "385.527"], [1702470542, "386.574"], [1702470575, "387.354"], [1702470611, "388.572"], [1702470635, "389.052"], [1702470662, "389.334"], [1702470686, "389.865"], [1702470719, "390.633"], [1702470746, "391.605"], [1702470812, "392.607"], [1702470845, "395.049"], [1702470875, "395.799"], [1702470899, "396.747"], [1702470953, "398.841"], [1702470983, "399.81"], [1702471025, "402.621"], [1702471067, "405.189"], [1702471169, "410.562"], [1702471193, "411.384"], [1702471226, "413.718"], [1702471265, "415.137"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.321"], [1702462793, "0.321"], [1702462808, "0.321"], [1702462829, "0.321"], [1702462844, "0.321"], [1702462865, "0.321"], [1702462880, "0.321"], [1702462904, "0.321"], [1702462919, "0.321"], [1702462952, "0.321"], [1702462973, "0.321"], [1702462988, "0.321"], [1702463045, "0.339"], [1702463081, "0.339"], [1702463114, "0.339"], [1702463150, "0.339"], [1702463186, "0.339"], [1702463216, "0.339"], [1702463240, "0.339"], [1702463273, "0.339"], [1702463324, "0.339"], [1702463354, "0.339"], [1702463381, "0.339"], [1702463417, "0.339"], [1702463453, "0.339"], [1702463477, "0.339"], [1702463510, "0.339"], [1702463537, "0.339"], [1702463570, "0.339"], [1702463591, "0.339"], [1702463621, "0.339"], [1702463657, "0.339"], [1702463693, "0.339"], [1702463729, "2.82"], [1702463765, "2.82"], [1702463798, "2.82"], [1702463846, "2.82"], [1702463873, "2.82"], [1702463906, "2.82"], [1702463948, "2.82"], [1702463984, "2.82"], [1702464014, "2.82"], [1702464050, "2.82"], [1702464086, "2.82"], [1702464122, "2.82"], [1702464155, "2.82"], [1702464194, "2.82"], [1702464230, "2.82"], [1702464263, "2.82"], [1702464299, "2.82"], [1702464332, "2.82"], [1702464356, "2.82"], [1702464392, "2.82"], [1702464425, "2.82"], [1702464455, "2.82"], [1702464479, "2.82"], [1702464509, "2.82"], [1702464533, "2.82"], [1702464569, "2.82"], [1702464605, "2.82"], [1702464635, "2.82"], [1702464671, "2.82"], [1702464716, "2.82"], [1702464743, "2.82"], [1702464776, "2.82"], [1702464812, "2.82"], [1702464836, "2.82"], [1702464869, "2.82"], [1702464905, "2.82"], [1702464926, "2.82"], [1702464956, "2.82"], [1702464992, "2.82"], [1702465016, "2.82"], [1702465049, "2.82"], [1702465085, "2.82"], [1702465118, "2.841"], [1702465145, "2.841"], [1702465178, "2.841"], [1702465208, "2.841"], [1702465241, "2.841"], [1702465298, "2.841"], [1702465334, "2.841"], [1702465367, "2.841"], [1702465394, "2.841"], [1702465418, "2.841"], [1702465445, "2.841"], [1702465481, "2.841"], [1702465517, "2.841"], [1702465550, "2.841"], [1702465586, "2.841"], [1702465619, "2.841"], [1702465658, "2.841"], [1702465706, "2.841"], [1702465754, "2.841"], [1702465787, "2.841"], [1702465823, "2.841"], [1702465856, "2.841"], [1702465880, "2.841"], [1702465910, "2.841"], [1702465952, "2.841"], [1702465988, "2.841"], [1702466015, "2.841"], [1702466030, "2.841"], [1702466060, "2.841"], [1702466078, "2.841"], [1702466138, "2.841"], [1702466168, "2.841"], [1702466204, "2.841"], [1702466237, "2.841"], [1702466261, "2.841"], [1702466291, "2.841"], [1702466327, "2.841"], [1702466360, "2.841"], [1702466384, "2.841"], [1702466417, "2.841"], [1702466441, "2.841"], [1702466471, "2.841"], [1702466507, "2.841"], [1702466540, "2.841"], [1702466597, "2.841"], [1702466633, "2.841"], [1702466666, "2.841"], [1702466705, "2.841"], [1702466732, "2.841"], [1702466765, "2.841"], [1702466801, "2.841"], [1702466852, "2.841"], [1702466876, "2.841"], [1702466918, "2.841"], [1702466978, "2.841"], [1702467014, "2.841"], [1702467038, "2.841"], [1702467068, "2.841"], [1702467122, "2.841"], [1702467158, "2.841"], [1702467191, "2.841"], [1702467221, "2.841"], [1702467257, "2.841"], [1702467299, "2.841"], [1702467350, "2.841"], [1702467386, "2.841"], [1702467419, "2.841"], [1702467455, "2.841"], [1702467515, "2.841"], [1702467542, "2.841"], [1702467566, "2.841"], [1702467599, "2.841"], [1702467635, "2.841"], [1702467668, "2.841"], [1702467695, "2.841"], [1702467716, "2.841"], [1702467746, "2.841"], [1702467800, "2.841"], [1702467824, "2.841"], [1702467908, "2.841"], [1702467944, "2.841"], [1702467968, "2.841"], [1702468001, "2.841"], [1702468031, "2.841"], [1702468067, "2.841"], [1702468085, "2.841"], [1702468115, "2.841"], [1702468151, "2.841"], [1702468181, "2.841"], [1702468208, "2.841"], [1702468241, "2.841"], [1702468256, "2.841"], [1702468286, "2.841"], [1702468322, "2.841"], [1702468352, "2.841"], [1702468388, "2.841"], [1702468424, "2.841"], [1702468457, "2.841"], [1702468493, "2.841"], [1702468517, "2.841"], [1702468550, "2.841"], [1702468586, "2.841"], [1702468613, "2.841"], [1702468637, "2.841"], [1702468679, "2.841"], [1702468721, "2.841"], [1702468730, "2.841"], [1702468766, "2.841"], [1702468799, "2.841"], [1702468835, "2.841"], [1702468898, "2.841"], [1702468934, "2.841"], [1702468970, "2.841"], [1702468994, "2.841"], [1702469024, "2.841"], [1702469060, "2.844"], [1702469111, "2.844"], [1702469144, "2.844"], [1702469168, "2.844"], [1702469204, "2.844"], [1702469237, "2.844"], [1702469273, "2.844"], [1702469303, "2.844"], [1702469336, "2.844"], [1702469360, "2.844"], [1702469387, "2.844"], [1702469411, "2.844"], [1702469435, "2.844"], [1702469468, "2.844"], [1702469504, "2.844"], [1702469537, "2.844"], [1702469573, "2.844"], [1702469606, "2.844"], [1702469633, "2.844"], [1702469660, "2.844"], [1702469684, "2.844"], [1702469717, "2.844"], [1702469753, "2.844"], [1702469786, "2.844"], [1702469816, "2.844"], [1702469834, "2.844"], [1702469864, "2.844"], [1702469906, "2.844"], [1702469936, "2.844"], [1702469972, "2.844"], [1702470005, "2.844"], [1702470029, "2.844"], [1702470065, "2.844"], [1702470101, "2.844"], [1702470131, "2.844"], [1702470167, "2.844"], [1702470203, "2.844"], [1702470251, "2.844"], [1702470278, "2.844"], [1702470311, "2.844"], [1702470347, "2.844"], [1702470371, "2.844"], [1702470404, "2.844"], [1702470440, "2.844"], [1702470476, "2.844"], [1702470506, "2.844"], [1702470542, "2.844"], [1702470575, "2.844"], [1702470611, "2.844"], [1702470635, "2.844"], [1702470662, "2.844"], [1702470686, "2.844"], [1702470719, "2.844"], [1702470746, "2.844"], [1702470812, "2.844"], [1702470845, "2.844"], [1702470875, "2.844"], [1702470899, "2.844"], [1702470953, "2.844"], [1702470983, "2.844"], [1702471025, "2.844"], [1702471067, "2.844"], [1702471169, "2.844"], [1702471193, "2.844"], [1702471226, "2.844"], [1702471265, "2.844"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "85.047"], [1702462793, "102.702"], [1702462808, "111.438"], [1702462829, "120.174"], [1702462844, "128.559"], [1702462865, "136.944"], [1702462880, "145.329"], [1702462904, "162.099"], [1702462919, "170.484"], [1702462952, "187.254"], [1702462973, "195.639"], [1702462988, "204.024"], [1702463045, "229.179"], [1702463081, "245.949"], [1702463114, "262.719"], [1702463150, "279.489"], [1702463186, "296.259"], [1702463216, "313.029"], [1702463240, "329.799"], [1702463273, "346.569"], [1702463324, "371.724"], [1702463354, "388.494"], [1702463381, "405.264"], [1702463417, "422.034"], [1702463453, "438.804"], [1702463477, "455.574"], [1702463510, "472.344"], [1702463537, "489.114"], [1702463570, "505.884"], [1702463591, "522.654"], [1702463621, "539.424"], [1702463657, "556.194"], [1702463693, "572.964"], [1702463729, "589.734"], [1702463765, "606.504"], [1702463798, "623.274"], [1702463846, "648.429"], [1702463873, "665.199"], [1702463906, "681.969"], [1702463948, "707.124"], [1702463984, "723.894"], [1702464014, "740.664"], [1702464050, "757.434"], [1702464086, "774.204"], [1702464122, "790.974"], [1702464155, "807.744"], [1702464194, "832.899"], [1702464230, "849.669"], [1702464263, "866.439"], [1702464299, "883.209"], [1702464332, "899.979"], [1702464356, "916.749"], [1702464392, "933.519"], [1702464425, "950.289"], [1702464455, "967.059"], [1702464479, "983.829"], [1702464509, "1000.599"], [1702464533, "1017.369"], [1702464569, "1034.139"], [1702464605, "1050.909"], [1702464635, "1067.679"], [1702464671, "1084.449"], [1702464716, "1101.219"], [1702464743, "1117.989"], [1702464776, "1134.759"], [1702464812, "1151.529"], [1702464836, "1168.299"], [1702464869, "1185.069"], [1702464905, "1201.839"], [1702464926, "1218.609"], [1702464956, "1235.379"], [1702464992, "1252.149"], [1702465016, "1268.919"], [1702465049, "1285.689"], [1702465085, "1302.459"], [1702465118, "1319.229"], [1702465145, "1335.999"], [1702465178, "1352.769"], [1702465208, "1369.539"], [1702465241, "1386.309"], [1702465298, "1411.464"], [1702465334, "1428.234"], [1702465367, "1445.004"], [1702465394, "1461.774"], [1702465418, "1478.544"], [1702465445, "1495.314"], [1702465481, "1512.084"], [1702465517, "1528.854"], [1702465550, "1545.624"], [1702465586, "1562.394"], [1702465619, "1579.164"], [1702465658, "1595.934"], [1702465706, "1612.704"], [1702465754, "1637.859"], [1702465787, "1654.629"], [1702465823, "1671.399"], [1702465856, "1688.169"], [1702465880, "1704.939"], [1702465910, "1721.709"], [1702465952, "1738.479"], [1702465988, "1755.249"], [1702466015, "1772.019"], [1702466030, "1788.789"], [1702466060, "1805.559"], [1702466078, "1822.329"], [1702466138, "1847.484"], [1702466168, "1864.254"], [1702466204, "1881.024"], [1702466237, "1897.794"], [1702466261, "1914.564"], [1702466291, "1931.334"], [1702466327, "1948.104"], [1702466360, "1964.874"], [1702466384, "1981.644"], [1702466417, "1998.414"], [1702466441, "2015.184"], [1702466471, "2031.954"], [1702466507, "2048.724"], [1702466540, "2065.494"], [1702466597, "2090.649"], [1702466633, "2107.419"], [1702466666, "2124.189"], [1702466705, "2140.959"], [1702466732, "2157.729"], [1702466765, "2174.499"], [1702466801, "2191.269"], [1702466852, "2216.424"], [1702466876, "2233.194"], [1702466918, "2249.964"], [1702466978, "2283.504"], [1702467014, "2300.274"], [1702467038, "2317.044"], [1702467068, "2333.814"], [1702467122, "2358.969"], [1702467158, "2375.739"], [1702467191, "2392.509"], [1702467221, "2409.279"], [1702467257, "2426.049"], [1702467299, "2442.819"], [1702467350, "2467.974"], [1702467386, "2484.744"], [1702467419, "2501.514"], [1702467455, "2518.284"], [1702467515, "2551.824"], [1702467542, "2568.594"], [1702467566, "2585.364"], [1702467599, "2602.134"], [1702467635, "2618.904"], [1702467668, "2635.674"], [1702467695, "2652.444"], [1702467716, "2669.214"], [1702467746, "2685.984"], [1702467800, "2711.139"], [1702467824, "2727.909"], [1702467908, "2769.834"], [1702467944, "2786.604"], [1702467968, "2803.374"], [1702468001, "2820.144"], [1702468031, "2836.914"], [1702468067, "2853.684"], [1702468085, "2870.454"], [1702468115, "2887.224"], [1702468151, "2903.994"], [1702468181, "2920.764"], [1702468208, "2937.534"], [1702468241, "2954.304"], [1702468256, "2971.074"], [1702468286, "2987.844"], [1702468322, "3004.614"], [1702468352, "3021.384"], [1702468388, "3038.154"], [1702468424, "3054.924"], [1702468457, "3071.694"], [1702468493, "3088.464"], [1702468517, "3105.234"], [1702468550, "3122.004"], [1702468586, "3138.774"], [1702468613, "3155.544"], [1702468637, "3172.314"], [1702468679, "3189.084"], [1702468721, "3205.854"], [1702468730, "3214.239"], [1702468766, "3231.009"], [1702468799, "3247.779"], [1702468835, "3264.549"], [1702468898, "3289.704"], [1702468934, "3306.474"], [1702468970, "3323.244"], [1702468994, "3340.014"], [1702469024, "3356.784"], [1702469060, "3373.554"], [1702469111, "3398.709"], [1702469144, "3415.479"], [1702469168, "3432.249"], [1702469204, "3449.019"], [1702469237, "3465.789"], [1702469273, "3482.559"], [1702469303, "3499.329"], [1702469336, "3516.099"], [1702469360, "3532.869"], [1702469387, "3549.639"], [1702469411, "3566.409"], [1702469435, "3583.179"], [1702469468, "3599.949"], [1702469504, "3616.719"], [1702469537, "3633.489"], [1702469573, "3650.259"], [1702469606, "3667.029"], [1702469633, "3683.799"], [1702469660, "3700.569"], [1702469684, "3717.339"], [1702469717, "3734.109"], [1702469753, "3750.879"], [1702469786, "3767.649"], [1702469816, "3784.419"], [1702469834, "3801.189"], [1702469864, "3817.959"], [1702469906, "3843.114"], [1702469936, "3859.884"], [1702469972, "3876.654"], [1702470005, "3893.424"], [1702470029, "3910.194"], [1702470065, "3926.964"], [1702470101, "3943.734"], [1702470131, "3960.504"], [1702470167, "3977.274"], [1702470203, "3994.044"], [1702470251, "4019.199"], [1702470278, "4035.969"], [1702470311, "4052.739"], [1702470347, "4069.509"], [1702470371, "4086.279"], [1702470404, "4103.049"], [1702470440, "4119.819"], [1702470476, "4136.589"], [1702470506, "4153.359"], [1702470542, "4170.129"], [1702470575, "4186.899"], [1702470611, "4203.669"], [1702470635, "4220.439"], [1702470662, "4237.209"], [1702470686, "4253.979"], [1702470719, "4270.749"], [1702470746, "4287.519"], [1702470812, "4321.059"], [1702470845, "4337.829"], [1702470875, "4354.599"], [1702470899, "4371.369"], [1702470953, "4396.524"], [1702470983, "4413.294"], [1702471025, "4430.064"], [1702471067, "4455.219"], [1702471169, "4497.144"], [1702471193, "4513.914"], [1702471226, "4530.684"], [1702471265, "4547.454"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.318"], [1702462721, "0.318"], [1702462736, "0.318"], [1702462751, "0.321"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "48.786"], [1702462721, "57.9"], [1702462736, "67.014"], [1702462751, "76.128"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "10.698"], [1702462721, "10.698"], [1702462736, "10.698"], [1702462751, "10.806"], [1702462763, "10.806"], [1702462793, "11.439"], [1702462808, "11.439"], [1702462829, "11.439"], [1702462844, "11.439"], [1702462865, "11.439"], [1702462880, "11.439"], [1702462904, "11.439"], [1702462919, "11.439"], [1702462952, "11.439"], [1702462973, "11.94"], [1702462988, "11.94"], [1702463045, "12.555"], [1702463081, "12.555"], [1702463114, "13.254"], [1702463150, "13.254"], [1702463186, "13.254"], [1702463216, "13.254"], [1702463240, "13.254"], [1702463273, "13.254"], [1702463324, "13.35"], [1702463354, "13.35"], [1702463381, "13.722"], [1702463417, "13.722"], [1702463453, "15.786"], [1702463477, "15.786"], [1702463510, "15.786"], [1702463537, "15.786"], [1702463570, "15.786"], [1702463591, "15.786"], [1702463621, "15.786"], [1702463657, "15.786"], [1702463693, "15.786"], [1702463729, "17.193"], [1702463765, "17.193"], [1702463798, "17.193"], [1702463846, "17.202"], [1702463873, "17.202"], [1702463906, "17.202"], [1702463948, "17.202"], [1702463984, "17.202"], [1702464014, "17.202"], [1702464050, "17.496"], [1702464086, "17.496"], [1702464122, "17.496"], [1702464155, "17.496"], [1702464194, "17.496"], [1702464230, "20.523"], [1702464263, "20.523"], [1702464299, "20.523"], [1702464332, "20.523"], [1702464356, "20.991"], [1702464392, "20.991"], [1702464425, "20.991"], [1702464455, "20.991"], [1702464479, "20.991"], [1702464509, "20.991"], [1702464533, "21.597"], [1702464569, "21.597"], [1702464605, "21.597"], [1702464635, "21.597"], [1702464671, "21.597"], [1702464716, "21.597"], [1702464743, "21.597"], [1702464776, "21.597"], [1702464812, "21.597"], [1702464836, "21.744"], [1702464869, "21.744"], [1702464905, "22.953"], [1702464926, "22.953"], [1702464956, "23.16"], [1702464992, "23.16"], [1702465016, "23.67"], [1702465049, "23.67"], [1702465085, "23.67"], [1702465118, "23.67"], [1702465145, "23.67"], [1702465178, "23.67"], [1702465208, "23.67"], [1702465241, "23.67"], [1702465298, "23.67"], [1702465334, "23.67"], [1702465367, "23.67"], [1702465394, "23.676"], [1702465418, "23.685"], [1702465445, "23.685"], [1702465481, "23.685"], [1702465517, "23.685"], [1702465550, "23.685"], [1702465586, "23.685"], [1702465619, "23.694"], [1702465658, "23.694"], [1702465706, "23.694"], [1702465754, "23.694"], [1702465787, "24.765"], [1702465823, "24.765"], [1702465856, "24.765"], [1702465880, "24.765"], [1702465910, "24.765"], [1702465952, "24.765"], [1702465988, "24.765"], [1702466015, "24.795"], [1702466030, "24.795"], [1702466060, "24.795"], [1702466078, "24.795"], [1702466138, "24.795"], [1702466168, "24.795"], [1702466204, "24.795"], [1702466237, "24.795"], [1702466261, "24.81"], [1702466291, "24.81"], [1702466327, "24.81"], [1702466360, "24.81"], [1702466384, "24.81"], [1702466417, "24.81"], [1702466441, "26.832"], [1702466471, "26.832"], [1702466507, "26.832"], [1702466540, "26.832"], [1702466597, "26.832"], [1702466633, "27.447"], [1702466666, "27.447"], [1702466705, "27.447"], [1702466732, "27.447"], [1702466765, "27.705"], [1702466801, "27.705"], [1702466852, "27.705"], [1702466876, "27.705"], [1702466918, "27.705"], [1702466978, "27.705"], [1702467014, "27.705"], [1702467038, "27.705"], [1702467068, "27.705"], [1702467122, "27.705"], [1702467158, "27.708"], [1702467191, "27.729"], [1702467221, "27.729"], [1702467257, "27.729"], [1702467299, "27.729"], [1702467350, "27.762"], [1702467386, "27.762"], [1702467419, "27.762"], [1702467455, "27.762"], [1702467515, "27.762"], [1702467542, "27.762"], [1702467566, "27.765"], [1702467599, "27.765"], [1702467635, "27.765"], [1702467668, "29.013"], [1702467695, "29.013"], [1702467716, "29.019"], [1702467746, "29.019"], [1702467800, "29.019"], [1702467824, "29.019"], [1702467908, "29.319"], [1702467944, "29.319"], [1702467968, "29.319"], [1702468001, "29.319"], [1702468031, "29.319"], [1702468067, "29.328"], [1702468085, "29.328"], [1702468115, "29.328"], [1702468151, "29.328"], [1702468181, "29.328"], [1702468208, "29.328"], [1702468241, "29.328"], [1702468256, "29.328"], [1702468286, "29.328"], [1702468322, "29.328"], [1702468352, "29.328"], [1702468388, "29.343"], [1702468424, "29.343"], [1702468457, "29.343"], [1702468493, "29.343"], [1702468517, "29.343"], [1702468550, "29.343"], [1702468586, "29.343"], [1702468613, "29.343"], [1702468637, "29.343"], [1702468679, "29.343"], [1702468721, "29.343"], [1702468730, "29.343"], [1702468766, "29.343"], [1702468799, "29.343"], [1702468835, "29.343"], [1702468898, "29.499"], [1702468934, "29.499"], [1702468970, "29.769"], [1702468994, "29.769"], [1702469024, "29.799"], [1702469060, "29.802"], [1702469111, "29.802"], [1702469144, "29.802"], [1702469168, "29.805"], [1702469204, "29.805"], [1702469237, "29.805"], [1702469273, "29.853"], [1702469303, "29.853"], [1702469336, "29.853"], [1702469360, "29.853"], [1702469387, "29.853"], [1702469411, "29.853"], [1702469435, "29.853"], [1702469468, "29.853"], [1702469504, "29.853"], [1702469537, "29.853"], [1702469573, "29.865"], [1702469606, "29.865"], [1702469633, "29.865"], [1702469660, "29.865"], [1702469684, "29.865"], [1702469717, "29.865"], [1702469753, "29.994"], [1702469786, "29.994"], [1702469816, "29.994"], [1702469834, "29.994"], [1702469864, "29.994"], [1702469906, "29.997"], [1702469936, "29.997"], [1702469972, "29.997"], [1702470005, "29.997"], [1702470029, "29.997"], [1702470065, "29.997"], [1702470101, "30"], [1702470131, "30"], [1702470167, "30"], [1702470203, "30"], [1702470251, "30"], [1702470278, "30"], [1702470311, "30"], [1702470347, "30"], [1702470371, "30.003"], [1702470404, "30.003"], [1702470440, "30.003"], [1702470476, "30.003"], [1702470506, "30.003"], [1702470542, "30.003"], [1702470575, "30.003"], [1702470611, "30.003"], [1702470635, "30.003"], [1702470662, "30.003"], [1702470686, "30.003"], [1702470719, "30.003"], [1702470746, "30.003"], [1702470812, "30.096"], [1702470845, "30.309"], [1702470875, "30.309"], [1702470899, "30.309"], [1702470953, "30.537"], [1702470983, "30.537"], [1702471025, "30.537"], [1702471067, "32.265"], [1702471169, "32.265"], [1702471193, "32.265"], [1702471226, "32.265"], [1702471265, "32.265"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "7670.547"], [1702462721, "8181.216"], [1702462736, "8578.989"], [1702462751, "8968.125"], [1702462763, "8968.428"], [1702462793, "9531.036"], [1702462808, "10070.817"], [1702462829, "10263.396"], [1702462844, "10990.701"], [1702462865, "11193.756"], [1702462880, "11560.293"], [1702462904, "11931.234"], [1702462919, "12119.73"], [1702462952, "12916.515"], [1702462973, "13104.039"], [1702462988, "13702.524"], [1702463045, "14824.701"], [1702463081, "15485.001"], [1702463114, "16124.121"], [1702463150, "16697.4"], [1702463186, "17163.606"], [1702463216, "17994.441"], [1702463240, "18359.871"], [1702463273, "18942.234"], [1702463324, "20227.665"], [1702463354, "20658.702"], [1702463381, "21297.912"], [1702463417, "21874.833"], [1702463453, "22565.904"], [1702463477, "22921.092"], [1702463510, "23488.572"], [1702463537, "23741.319"], [1702463570, "24320.625"], [1702463591, "24683.382"], [1702463621, "25374.708"], [1702463657, "25915.383"], [1702463693, "26692.02"], [1702463729, "27795.423"], [1702463765, "28604.007"], [1702463798, "29141.82"], [1702463846, "29687.007"], [1702463873, "30021.72"], [1702463906, "30598.095"], [1702463948, "31364.892"], [1702463984, "32262.45"], [1702464014, "32811.264"], [1702464050, "33519.495"], [1702464086, "34602.291"], [1702464122, "35485.971"], [1702464155, "36108.483"], [1702464194, "36697.821"], [1702464230, "37219.422"], [1702464263, "37522.14"], [1702464299, "38248.509"], [1702464332, "38988.195"], [1702464356, "39496.497"], [1702464392, "40217.016"], [1702464425, "40742.436"], [1702464455, "41579.163"], [1702464479, "42118.527"], [1702464509, "42482.799"], [1702464533, "42958.332"], [1702464569, "43679.097"], [1702464605, "44503.071"], [1702464635, "45016.188"], [1702464671, "45956.694"], [1702464716, "46990.854"], [1702464743, "47531.73"], [1702464776, "48412.533"], [1702464812, "49333.152"], [1702464836, "49683.864"], [1702464869, "50403.186"], [1702464905, "51251.085"], [1702464926, "51437.613"], [1702464956, "51775.614"], [1702464992, "52943.898"], [1702465016, "53233.101"], [1702465049, "53884.089"], [1702465085, "54743.625"], [1702465118, "55125.717"], [1702465145, "55833.423"], [1702465178, "56542.71"], [1702465208, "57431.934"], [1702465241, "58172.7"], [1702465298, "59159.115"], [1702465334, "59863.839"], [1702465367, "60463.857"], [1702465394, "60634.251"], [1702465418, "60786.6"], [1702465445, "61346.7"], [1702465481, "62297.94"], [1702465517, "63212.235"], [1702465550, "64131.267"], [1702465586, "64958.238"], [1702465619, "65294.283"], [1702465658, "66718.851"], [1702465706, "67624.86"], [1702465754, "69091.005"], [1702465787, "69747.648"], [1702465823, "70321.323"], [1702465856, "71260.758"], [1702465880, "71780.601"], [1702465910, "72492.117"], [1702465952, "73363.05"], [1702465988, "74249.445"], [1702466015, "74828.238"], [1702466030, "74838.438"], [1702466060, "75351.342"], [1702466078, "75526.59"], [1702466138, "76708.308"], [1702466168, "77269.302"], [1702466204, "78206.559"], [1702466237, "79123.194"], [1702466261, "79472.61"], [1702466291, "80038.119"], [1702466327, "80751.288"], [1702466360, "81545.43"], [1702466384, "82033.716"], [1702466417, "82608.555"], [1702466441, "82830.762"], [1702466471, "83185.581"], [1702466507, "83934.276"], [1702466540, "84608.976"], [1702466597, "85900.275"], [1702466633, "86833.458"], [1702466666, "87728.805"], [1702466705, "88084.443"], [1702466732, "88925.484"], [1702466765, "89550.204"], [1702466801, "90265.776"], [1702466852, "91541.826"], [1702466876, "91686.09"], [1702466918, "92644.158"], [1702466978, "94104.15"], [1702467014, "94633.062"], [1702467038, "95346.78"], [1702467068, "96095.331"], [1702467122, "97107.213"], [1702467158, "97968.474"], [1702467191, "98770.893"], [1702467221, "99352.893"], [1702467257, "100048.929"], [1702467299, "100352.706"], [1702467350, "100546.269"], [1702467386, "100648.818"], [1702467419, "100693.545"], [1702467455, "100773.84"], [1702467515, "100871.991"], [1702467542, "100917.402"], [1702467566, "100974.9"], [1702467599, "101017.608"], [1702467635, "101769.174"], [1702467668, "102601.074"], [1702467695, "102689.691"], [1702467716, "102840.897"], [1702467746, "102906.669"], [1702467800, "103582.527"], [1702467824, "103639.998"], [1702467908, "103849.68"], [1702467944, "103954.866"], [1702467968, "103980.741"], [1702468001, "104022.054"], [1702468031, "104429.046"], [1702468067, "105557.7"], [1702468085, "105619.212"], [1702468115, "105698.847"], [1702468151, "106197.546"], [1702468181, "106256.352"], [1702468208, "106321.233"], [1702468241, "106386.117"], [1702468256, "106414.236"], [1702468286, "106504.887"], [1702468322, "106566.483"], [1702468352, "107706.969"], [1702468388, "108508.434"], [1702468424, "109065.249"], [1702468457, "109461.738"], [1702468493, "109720.08"], [1702468517, "109900.281"], [1702468550, "110004.696"], [1702468586, "110105.073"], [1702468613, "110498.601"], [1702468637, "110603.844"], [1702468679, "110693.781"], [1702468721, "111518.841"], [1702468730, "111634.698"], [1702468766, "112249.872"], [1702468799, "112546.47"], [1702468835, "112663.344"], [1702468898, "112992.405"], [1702468934, "113144.715"], [1702468970, "113914.275"], [1702468994, "114229.287"], [1702469024, "114279.075"], [1702469060, "114420.996"], [1702469111, "114694.368"], [1702469144, "115165.704"], [1702469168, "115204.122"], [1702469204, "115328.412"], [1702469237, "115426.875"], [1702469273, "115528.032"], [1702469303, "115917.468"], [1702469336, "116053.362"], [1702469360, "116147.511"], [1702469387, "116182.767"], [1702469411, "116338.647"], [1702469435, "116448.273"], [1702469468, "116548.158"], [1702469504, "116832.951"], [1702469537, "117262.263"], [1702469573, "117716.019"], [1702469606, "118882.605"], [1702469633, "119014.896"], [1702469660, "119821.029"], [1702469684, "120386.664"], [1702469717, "121155.705"], [1702469753, "121305.558"], [1702469786, "121534.203"], [1702469816, "122099.331"], [1702469834, "122211.795"], [1702469864, "122798.748"], [1702469906, "123130.995"], [1702469936, "123578.805"], [1702469972, "124191.429"], [1702470005, "124792.152"], [1702470029, "124843.347"], [1702470065, "125144.832"], [1702470101, "125512.497"], [1702470131, "126283.596"], [1702470167, "127529.97"], [1702470203, "128325.333"], [1702470251, "129255.003"], [1702470278, "129399.348"], [1702470311, "129609.333"], [1702470347, "130071.06"], [1702470371, "130388.502"], [1702470404, "130880.538"], [1702470440, "131307.147"], [1702470476, "132451.23"], [1702470506, "132716.865"], [1702470542, "133330.11"], [1702470575, "134219.412"], [1702470611, "134720.184"], [1702470635, "134913.861"], [1702470662, "135019.656"], [1702470686, "135218.775"], [1702470719, "135544.044"], [1702470746, "136014.438"], [1702470812, "136758.384"], [1702470845, "137714.79"], [1702470875, "138175.209"], [1702470899, "138635.76"], [1702470953, "139486.503"], [1702470983, "140072.484"], [1702471025, "141164.238"], [1702471067, "142212.288"], [1702471169, "144323.019"], [1702471193, "144707.385"], [1702471226, "145546.503"], [1702471265, "146566.167"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}], "kepler_container_gpu_joules_total": [{"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.531"], [1702462721, "0.549"], [1702462736, "0.585"], [1702462751, "0.618"], [1702462763, "0.651"], [1702462793, "0.72"], [1702462808, "0.753"], [1702462829, "0.771"], [1702462844, "0.789"], [1702462865, "0.837"], [1702462880, "0.87"], [1702462904, "0.948"], [1702462919, "0.981"], [1702462952, "1.029"], [1702462973, "1.059"], [1702462988, "1.077"], [1702463045, "1.14"], [1702463081, "1.188"], [1702463114, "1.284"], [1702463150, "1.35"], [1702463186, "1.413"], [1702463216, "1.488"], [1702463240, "1.539"], [1702463273, "1.614"], [1702463324, "1.725"], [1702463354, "1.803"], [1702463381, "1.884"], [1702463417, "1.947"], [1702463453, "2.01"], [1702463477, "2.055"], [1702463510, "2.091"], [1702463537, "2.139"], [1702463570, "2.169"], [1702463591, "2.214"], [1702463621, "2.274"], [1702463657, "2.337"], [1702463693, "2.418"], [1702463729, "2.484"], [1702463765, "2.535"], [1702463798, "2.583"], [1702463846, "2.661"], [1702463873, "2.706"], [1702463906, "2.766"], [1702463948, "2.862"], [1702463984, "2.925"], [1702464014, "2.988"], [1702464050, "3.051"], [1702464086, "3.126"], [1702464122, "3.201"], [1702464155, "3.261"], [1702464194, "3.369"], [1702464230, "3.435"], [1702464263, "3.516"], [1702464299, "3.597"], [1702464332, "3.678"], [1702464356, "3.759"], [1702464392, "3.84"], [1702464425, "3.921"], [1702464455, "3.996"], [1702464479, "4.074"], [1702464509, "4.164"], [1702464533, "4.254"], [1702464569, "4.347"], [1702464605, "4.428"], [1702464635, "4.521"], [1702464671, "4.617"], [1702464716, "4.71"], [1702464743, "4.8"], [1702464776, "4.89"], [1702464812, "4.98"], [1702464836, "5.085"], [1702464869, "5.175"], [1702464905, "5.283"], [1702464926, "5.358"], [1702464956, "5.451"], [1702464992, "5.529"], [1702465016, "5.634"], [1702465049, "5.715"], [1702465085, "5.805"], [1702465118, "5.898"], [1702465145, "5.991"], [1702465178, "6.081"], [1702465208, "6.174"], [1702465241, "6.267"], [1702465298, "6.408"], [1702465334, "6.519"], [1702465367, "6.609"], [1702465394, "6.699"], [1702465418, "6.789"], [1702465445, "6.879"], [1702465481, "6.972"], [1702465517, "7.083"], [1702465550, "7.176"], [1702465586, "7.257"], [1702465619, "7.35"], [1702465658, "7.443"], [1702465706, "7.518"], [1702465754, "7.536"], [1702465787, "7.572"], [1702465823, "7.59"], [1702465856, "7.623"], [1702465880, "7.671"], [1702465910, "7.722"], [1702465952, "7.785"], [1702465988, "7.848"], [1702466015, "7.908"], [1702466030, "7.968"], [1702466060, "8.028"], [1702466078, "8.091"], [1702466138, "8.205"], [1702466168, "8.271"], [1702466204, "8.337"], [1702466237, "8.4"], [1702466261, "8.445"], [1702466291, "8.508"], [1702466327, "8.568"], [1702466360, "8.628"], [1702466384, "8.688"], [1702466417, "8.736"], [1702466441, "8.799"], [1702466471, "8.862"], [1702466507, "8.898"], [1702466540, "8.949"], [1702466597, "9.033"], [1702466633, "9.084"], [1702466666, "9.129"], [1702466705, "9.174"], [1702466732, "9.234"], [1702466765, "9.282"], [1702466801, "9.342"], [1702466852, "9.42"], [1702466876, "9.48"], [1702466918, "9.528"], [1702466978, "9.642"], [1702467014, "9.702"], [1702467038, "9.762"], [1702467068, "9.822"], [1702467122, "9.912"], [1702467158, "9.972"], [1702467191, "10.032"], [1702467221, "10.095"], [1702467257, "10.146"], [1702467299, "10.209"], [1702467350, "10.299"], [1702467386, "10.359"], [1702467419, "10.434"], [1702467455, "10.494"], [1702467515, "10.617"], [1702467542, "10.68"], [1702467566, "10.746"], [1702467599, "10.794"], [1702467635, "10.842"], [1702467668, "10.875"], [1702467695, "10.905"], [1702467716, "10.95"], [1702467746, "10.98"], [1702467800, "11.04"], [1702467824, "11.085"], [1702467908, "11.208"], [1702467944, "11.238"], [1702467968, "11.271"], [1702468001, "11.301"], [1702468031, "11.346"], [1702468067, "11.376"], [1702468085, "11.406"], [1702468115, "11.421"], [1702468151, "11.451"], [1702468181, "11.481"], [1702468208, "11.511"], [1702468241, "11.529"], [1702468256, "11.559"], [1702468286, "11.592"], [1702468322, "11.607"], [1702468352, "11.622"], [1702468388, "11.652"], [1702468424, "11.682"], [1702468457, "11.712"], [1702468493, "11.727"], [1702468517, "11.76"], [1702468550, "11.79"], [1702468586, "11.805"], [1702468613, "11.823"], [1702468637, "11.853"], [1702468679, "11.868"], [1702468721, "11.898"], [1702468730, "11.913"], [1702468766, "11.943"], [1702468799, "11.973"], [1702468835, "12.003"], [1702468898, "12.051"], [1702468934, "12.066"], [1702468970, "12.066"], [1702468994, "12.096"], [1702469024, "12.111"], [1702469060, "12.141"], [1702469111, "12.186"], [1702469144, "12.189"], [1702469168, "12.204"], [1702469204, "12.222"], [1702469237, "12.252"], [1702469273, "12.267"], [1702469303, "12.297"], [1702469336, "12.327"], [1702469360, "12.327"], [1702469387, "12.327"], [1702469411, "12.342"], [1702469435, "12.372"], [1702469468, "12.402"], [1702469504, "12.435"], [1702469537, "12.468"], [1702469573, "12.501"], [1702469606, "12.531"], [1702469633, "12.561"], [1702469660, "12.591"], [1702469684, "12.621"], [1702469717, "12.651"], [1702469753, "12.666"], [1702469786, "12.681"], [1702469816, "12.699"], [1702469834, "12.729"], [1702469864, "12.744"], [1702469906, "12.795"], [1702469936, "12.825"], [1702469972, "12.855"], [1702470005, "12.87"], [1702470029, "12.885"], [1702470065, "12.903"], [1702470101, "12.936"], [1702470131, "12.969"], [1702470167, "12.999"], [1702470203, "13.029"], [1702470251, "13.059"], [1702470278, "13.089"], [1702470311, "13.119"], [1702470347, "13.149"], [1702470371, "13.179"], [1702470404, "13.212"], [1702470440, "13.215"], [1702470476, "13.248"], [1702470506, "13.251"], [1702470542, "13.284"], [1702470575, "13.299"], [1702470611, "13.299"], [1702470635, "13.329"], [1702470662, "13.344"], [1702470686, "13.374"], [1702470719, "13.404"], [1702470746, "13.434"], [1702470812, "13.482"], [1702470845, "13.5"], [1702470875, "13.53"], [1702470899, "13.56"], [1702470953, "13.605"], [1702470983, "13.635"], [1702471025, "13.671"], [1702471067, "13.722"], [1702471169, "13.812"], [1702471193, "13.845"], [1702471226, "13.875"], [1702471265, "13.908"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "170.031"], [1702462721, "178.863"], [1702462736, "187.695"], [1702462751, "196.527"], [1702462763, "205.17"], [1702462793, "222.276"], [1702462808, "230.739"], [1702462829, "239.202"], [1702462844, "247.326"], [1702462865, "255.45"], [1702462880, "263.574"], [1702462904, "279.822"], [1702462919, "287.946"], [1702462952, "304.194"], [1702462973, "312.318"], [1702462988, "320.442"], [1702463045, "344.814"], [1702463081, "361.062"], [1702463114, "377.31"], [1702463150, "393.558"], [1702463186, "409.806"], [1702463216, "426.054"], [1702463240, "442.302"], [1702463273, "458.55"], [1702463324, "482.922"], [1702463354, "499.17"], [1702463381, "515.418"], [1702463417, "531.666"], [1702463453, "547.914"], [1702463477, "564.162"], [1702463510, "580.41"], [1702463537, "596.658"], [1702463570, "612.906"], [1702463591, "629.154"], [1702463621, "645.402"], [1702463657, "661.65"], [1702463693, "677.898"], [1702463729, "694.146"], [1702463765, "710.394"], [1702463798, "726.642"], [1702463846, "751.014"], [1702463873, "767.262"], [1702463906, "783.51"], [1702463948, "807.882"], [1702463984, "824.13"], [1702464014, "840.378"], [1702464050, "856.626"], [1702464086, "872.874"], [1702464122, "889.122"], [1702464155, "905.37"], [1702464194, "929.742"], [1702464230, "945.99"], [1702464263, "962.238"], [1702464299, "978.486"], [1702464332, "994.734"], [1702464356, "1010.982"], [1702464392, "1027.23"], [1702464425, "1043.478"], [1702464455, "1059.726"], [1702464479, "1075.974"], [1702464509, "1092.222"], [1702464533, "1108.47"], [1702464569, "1124.718"], [1702464605, "1140.966"], [1702464635, "1157.214"], [1702464671, "1173.462"], [1702464716, "1189.71"], [1702464743, "1205.958"], [1702464776, "1222.206"], [1702464812, "1238.454"], [1702464836, "1254.702"], [1702464869, "1270.95"], [1702464905, "1287.198"], [1702464926, "1303.446"], [1702464956, "1319.694"], [1702464992, "1335.942"], [1702465016, "1352.19"], [1702465049, "1368.438"], [1702465085, "1384.686"], [1702465118, "1400.934"], [1702465145, "1417.182"], [1702465178, "1433.43"], [1702465208, "1449.678"], [1702465241, "1465.926"], [1702465298, "1490.298"], [1702465334, "1506.546"], [1702465367, "1522.794"], [1702465394, "1539.042"], [1702465418, "1555.29"], [1702465445, "1571.538"], [1702465481, "1587.786"], [1702465517, "1604.034"], [1702465550, "1620.282"], [1702465586, "1636.53"], [1702465619, "1652.778"], [1702465658, "1669.026"], [1702465706, "1685.274"], [1702465754, "1709.646"], [1702465787, "1725.894"], [1702465823, "1742.142"], [1702465856, "1758.39"], [1702465880, "1774.638"], [1702465910, "1790.886"], [1702465952, "1807.134"], [1702465988, "1823.382"], [1702466015, "1839.63"], [1702466030, "1855.878"], [1702466060, "1872.126"], [1702466078, "1888.374"], [1702466138, "1912.746"], [1702466168, "1928.994"], [1702466204, "1945.242"], [1702466237, "1961.49"], [1702466261, "1977.738"], [1702466291, "1993.986"], [1702466327, "2010.234"], [1702466360, "2026.482"], [1702466384, "2042.73"], [1702466417, "2058.978"], [1702466441, "2075.226"], [1702466471, "2091.474"], [1702466507, "2107.722"], [1702466540, "2123.97"], [1702466597, "2148.342"], [1702466633, "2164.59"], [1702466666, "2180.838"], [1702466705, "2197.086"], [1702466732, "2213.334"], [1702466765, "2229.582"], [1702466801, "2245.83"], [1702466852, "2270.202"], [1702466876, "2286.45"], [1702466918, "2302.698"], [1702466978, "2335.194"], [1702467014, "2351.442"], [1702467038, "2367.69"], [1702467068, "2383.938"], [1702467122, "2408.31"], [1702467158, "2424.558"], [1702467191, "2440.806"], [1702467221, "2457.054"], [1702467257, "2473.302"], [1702467299, "2489.55"], [1702467350, "2513.922"], [1702467386, "2530.17"], [1702467419, "2546.418"], [1702467455, "2562.666"], [1702467515, "2595.162"], [1702467542, "2611.41"], [1702467566, "2627.658"], [1702467599, "2643.906"], [1702467635, "2660.154"], [1702467668, "2676.402"], [1702467695, "2692.65"], [1702467716, "2708.898"], [1702467746, "2725.146"], [1702467800, "2749.518"], [1702467824, "2765.766"], [1702467908, "2806.386"], [1702467944, "2822.634"], [1702467968, "2838.882"], [1702468001, "2855.13"], [1702468031, "2871.378"], [1702468067, "2887.626"], [1702468085, "2903.874"], [1702468115, "2920.122"], [1702468151, "2936.37"], [1702468181, "2952.618"], [1702468208, "2968.866"], [1702468241, "2985.114"], [1702468256, "3001.362"], [1702468286, "3017.61"], [1702468322, "3033.858"], [1702468352, "3050.106"], [1702468388, "3066.354"], [1702468424, "3082.602"], [1702468457, "3098.85"], [1702468493, "3115.098"], [1702468517, "3131.346"], [1702468550, "3147.594"], [1702468586, "3163.842"], [1702468613, "3180.09"], [1702468637, "3196.338"], [1702468679, "3212.586"], [1702468721, "3228.834"], [1702468730, "3236.958"], [1702468766, "3253.206"], [1702468799, "3269.454"], [1702468835, "3285.702"], [1702468898, "3310.074"], [1702468934, "3326.322"], [1702468970, "3342.57"], [1702468994, "3358.818"], [1702469024, "3375.066"], [1702469060, "3391.314"], [1702469111, "3415.686"], [1702469144, "3431.934"], [1702469168, "3448.182"], [1702469204, "3464.43"], [1702469237, "3480.678"], [1702469273, "3496.926"], [1702469303, "3513.174"], [1702469336, "3529.422"], [1702469360, "3545.67"], [1702469387, "3561.918"], [1702469411, "3578.166"], [1702469435, "3594.414"], [1702469468, "3610.662"], [1702469504, "3626.91"], [1702469537, "3643.158"], [1702469573, "3659.406"], [1702469606, "3675.654"], [1702469633, "3691.902"], [1702469660, "3708.15"], [1702469684, "3724.398"], [1702469717, "3740.646"], [1702469753, "3756.894"], [1702469786, "3773.142"], [1702469816, "3789.39"], [1702469834, "3805.638"], [1702469864, "3821.886"], [1702469906, "3846.258"], [1702469936, "3862.506"], [1702469972, "3878.754"], [1702470005, "3895.002"], [1702470029, "3911.25"], [1702470065, "3927.498"], [1702470101, "3943.746"], [1702470131, "3959.994"], [1702470167, "3976.242"], [1702470203, "3992.49"], [1702470251, "4016.862"], [1702470278, "4033.11"], [1702470311, "4049.358"], [1702470347, "4065.606"], [1702470371, "4081.854"], [1702470404, "4098.102"], [1702470440, "4114.35"], [1702470476, "4130.598"], [1702470506, "4146.846"], [1702470542, "4163.094"], [1702470575, "4179.342"], [1702470611, "4195.59"], [1702470635, "4211.838"], [1702470662, "4228.086"], [1702470686, "4244.334"], [1702470719, "4260.582"], [1702470746, "4276.83"], [1702470812, "4309.326"], [1702470845, "4325.574"], [1702470875, "4341.822"], [1702470899, "4358.07"], [1702470953, "4382.442"], [1702470983, "4398.69"], [1702471025, "4414.938"], [1702471067, "4439.31"], [1702471169, "4479.93"], [1702471193, "4496.178"], [1702471226, "4512.426"], [1702471265, "4528.674"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.492"], [1702462721, "0.51"], [1702462736, "0.546"], [1702462751, "0.579"], [1702462763, "0.612"], [1702462793, "0.681"], [1702462808, "0.714"], [1702462829, "0.732"], [1702462844, "0.75"], [1702462865, "0.798"], [1702462880, "0.831"], [1702462904, "0.909"], [1702462919, "0.942"], [1702462952, "0.99"], [1702462973, "1.02"], [1702462988, "1.038"], [1702463045, "1.101"], [1702463081, "1.149"], [1702463114, "1.245"], [1702463150, "1.311"], [1702463186, "1.374"], [1702463216, "1.449"], [1702463240, "1.5"], [1702463273, "1.575"], [1702463324, "1.686"], [1702463354, "1.764"], [1702463381, "1.845"], [1702463417, "1.908"], [1702463453, "1.971"], [1702463477, "2.016"], [1702463510, "2.052"], [1702463537, "2.1"], [1702463570, "2.13"], [1702463591, "2.175"], [1702463621, "2.235"], [1702463657, "2.298"], [1702463693, "2.379"], [1702463729, "2.445"], [1702463765, "2.496"], [1702463798, "2.544"], [1702463846, "2.622"], [1702463873, "2.667"], [1702463906, "2.727"], [1702463948, "2.823"], [1702463984, "2.886"], [1702464014, "2.949"], [1702464050, "3.012"], [1702464086, "3.087"], [1702464122, "3.162"], [1702464155, "3.222"], [1702464194, "3.33"], [1702464230, "3.396"], [1702464263, "3.477"], [1702464299, "3.558"], [1702464332, "3.639"], [1702464356, "3.72"], [1702464392, "3.801"], [1702464425, "3.882"], [1702464455, "3.957"], [1702464479, "4.035"], [1702464509, "4.125"], [1702464533, "4.215"], [1702464569, "4.308"], [1702464605, "4.389"], [1702464635, "4.482"], [1702464671, "4.578"], [1702464716, "4.671"], [1702464743, "4.761"], [1702464776, "4.851"], [1702464812, "4.941"], [1702464836, "5.046"], [1702464869, "5.136"], [1702464905, "5.244"], [1702464926, "5.319"], [1702464956, "5.412"], [1702464992, "5.49"], [1702465016, "5.595"], [1702465049, "5.676"], [1702465085, "5.766"], [1702465118, "5.859"], [1702465145, "5.952"], [1702465178, "6.042"], [1702465208, "6.135"], [1702465241, "6.228"], [1702465298, "6.369"], [1702465334, "6.48"], [1702465367, "6.57"], [1702465394, "6.66"], [1702465418, "6.75"], [1702465445, "6.84"], [1702465481, "6.933"], [1702465517, "7.044"], [1702465550, "7.137"], [1702465586, "7.218"], [1702465619, "7.311"], [1702465658, "7.404"], [1702465706, "7.479"], [1702465754, "7.497"], [1702465787, "7.533"], [1702465823, "7.551"], [1702465856, "7.584"], [1702465880, "7.632"], [1702465910, "7.683"], [1702465952, "7.746"], [1702465988, "7.809"], [1702466015, "7.869"], [1702466030, "7.929"], [1702466060, "7.989"], [1702466078, "8.052"], [1702466138, "8.166"], [1702466168, "8.232"], [1702466204, "8.298"], [1702466237, "8.361"], [1702466261, "8.406"], [1702466291, "8.469"], [1702466327, "8.529"], [1702466360, "8.589"], [1702466384, "8.649"], [1702466417, "8.697"], [1702466441, "8.76"], [1702466471, "8.823"], [1702466507, "8.859"], [1702466540, "8.91"], [1702466597, "8.994"], [1702466633, "9.045"], [1702466666, "9.09"], [1702466705, "9.135"], [1702466732, "9.195"], [1702466765, "9.243"], [1702466801, "9.303"], [1702466852, "9.381"], [1702466876, "9.441"], [1702466918, "9.489"], [1702466978, "9.603"], [1702467014, "9.663"], [1702467038, "9.723"], [1702467068, "9.783"], [1702467122, "9.873"], [1702467158, "9.933"], [1702467191, "9.993"], [1702467221, "10.056"], [1702467257, "10.107"], [1702467299, "10.17"], [1702467350, "10.26"], [1702467386, "10.32"], [1702467419, "10.395"], [1702467455, "10.455"], [1702467515, "10.578"], [1702467542, "10.641"], [1702467566, "10.707"], [1702467599, "10.755"], [1702467635, "10.803"], [1702467668, "10.836"], [1702467695, "10.866"], [1702467716, "10.911"], [1702467746, "10.941"], [1702467800, "11.001"], [1702467824, "11.046"], [1702467908, "11.169"], [1702467944, "11.199"], [1702467968, "11.232"], [1702468001, "11.262"], [1702468031, "11.307"], [1702468067, "11.337"], [1702468085, "11.367"], [1702468115, "11.382"], [1702468151, "11.412"], [1702468181, "11.442"], [1702468208, "11.472"], [1702468241, "11.49"], [1702468256, "11.52"], [1702468286, "11.553"], [1702468322, "11.568"], [1702468352, "11.583"], [1702468388, "11.613"], [1702468424, "11.643"], [1702468457, "11.673"], [1702468493, "11.688"], [1702468517, "11.721"], [1702468550, "11.751"], [1702468586, "11.766"], [1702468613, "11.784"], [1702468637, "11.814"], [1702468679, "11.829"], [1702468721, "11.859"], [1702468730, "11.874"], [1702468766, "11.904"], [1702468799, "11.934"], [1702468835, "11.964"], [1702468898, "12.012"], [1702468934, "12.027"], [1702468970, "12.027"], [1702468994, "12.057"], [1702469024, "12.072"], [1702469060, "12.102"], [1702469111, "12.147"], [1702469144, "12.15"], [1702469168, "12.165"], [1702469204, "12.183"], [1702469237, "12.213"], [1702469273, "12.228"], [1702469303, "12.258"], [1702469336, "12.288"], [1702469360, "12.288"], [1702469387, "12.288"], [1702469411, "12.303"], [1702469435, "12.333"], [1702469468, "12.363"], [1702469504, "12.396"], [1702469537, "12.429"], [1702469573, "12.462"], [1702469606, "12.492"], [1702469633, "12.522"], [1702469660, "12.552"], [1702469684, "12.582"], [1702469717, "12.612"], [1702469753, "12.627"], [1702469786, "12.642"], [1702469816, "12.66"], [1702469834, "12.69"], [1702469864, "12.705"], [1702469906, "12.756"], [1702469936, "12.786"], [1702469972, "12.816"], [1702470005, "12.831"], [1702470029, "12.846"], [1702470065, "12.864"], [1702470101, "12.897"], [1702470131, "12.93"], [1702470167, "12.96"], [1702470203, "12.99"], [1702470251, "13.02"], [1702470278, "13.05"], [1702470311, "13.08"], [1702470347, "13.11"], [1702470371, "13.14"], [1702470404, "13.173"], [1702470440, "13.176"], [1702470476, "13.209"], [1702470506, "13.212"], [1702470542, "13.245"], [1702470575, "13.26"], [1702470611, "13.26"], [1702470635, "13.29"], [1702470662, "13.305"], [1702470686, "13.335"], [1702470719, "13.365"], [1702470746, "13.395"], [1702470812, "13.443"], [1702470845, "13.461"], [1702470875, "13.491"], [1702470899, "13.521"], [1702470953, "13.566"], [1702470983, "13.596"], [1702471025, "13.632"], [1702471067, "13.683"], [1702471169, "13.773"], [1702471193, "13.806"], [1702471226, "13.836"], [1702471265, "13.869"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "146.046"], [1702462721, "154.878"], [1702462736, "163.71"], [1702462751, "172.542"], [1702462763, "181.185"], [1702462793, "198.291"], [1702462808, "206.754"], [1702462829, "215.217"], [1702462844, "223.341"], [1702462865, "231.465"], [1702462880, "239.589"], [1702462904, "255.837"], [1702462919, "263.961"], [1702462952, "280.209"], [1702462973, "288.333"], [1702462988, "296.457"], [1702463045, "320.829"], [1702463081, "337.077"], [1702463114, "353.325"], [1702463150, "369.573"], [1702463186, "385.821"], [1702463216, "402.069"], [1702463240, "418.317"], [1702463273, "434.565"], [1702463324, "458.937"], [1702463354, "475.185"], [1702463381, "491.433"], [1702463417, "507.681"], [1702463453, "523.929"], [1702463477, "540.177"], [1702463510, "556.425"], [1702463537, "572.673"], [1702463570, "588.921"], [1702463591, "605.169"], [1702463621, "621.417"], [1702463657, "637.665"], [1702463693, "653.913"], [1702463729, "670.161"], [1702463765, "686.409"], [1702463798, "702.657"], [1702463846, "727.029"], [1702463873, "743.277"], [1702463906, "759.525"], [1702463948, "783.897"], [1702463984, "800.145"], [1702464014, "816.393"], [1702464050, "832.641"], [1702464086, "848.889"], [1702464122, "865.137"], [1702464155, "881.385"], [1702464194, "905.757"], [1702464230, "922.005"], [1702464263, "938.253"], [1702464299, "954.501"], [1702464332, "970.749"], [1702464356, "986.997"], [1702464392, "1003.245"], [1702464425, "1019.493"], [1702464455, "1035.741"], [1702464479, "1051.989"], [1702464509, "1068.237"], [1702464533, "1084.485"], [1702464569, "1100.733"], [1702464605, "1116.981"], [1702464635, "1133.229"], [1702464671, "1149.477"], [1702464716, "1165.725"], [1702464743, "1181.973"], [1702464776, "1198.221"], [1702464812, "1214.469"], [1702464836, "1230.717"], [1702464869, "1246.965"], [1702464905, "1263.213"], [1702464926, "1279.461"], [1702464956, "1295.709"], [1702464992, "1311.957"], [1702465016, "1328.205"], [1702465049, "1344.453"], [1702465085, "1360.701"], [1702465118, "1376.949"], [1702465145, "1393.197"], [1702465178, "1409.445"], [1702465208, "1425.693"], [1702465241, "1441.941"], [1702465298, "1466.313"], [1702465334, "1482.561"], [1702465367, "1498.809"], [1702465394, "1515.057"], [1702465418, "1531.305"], [1702465445, "1547.553"], [1702465481, "1563.801"], [1702465517, "1580.049"], [1702465550, "1596.297"], [1702465586, "1612.545"], [1702465619, "1628.793"], [1702465658, "1645.041"], [1702465706, "1661.289"], [1702465754, "1685.661"], [1702465787, "1701.909"], [1702465823, "1718.157"], [1702465856, "1734.405"], [1702465880, "1750.653"], [1702465910, "1766.901"], [1702465952, "1783.149"], [1702465988, "1799.397"], [1702466015, "1815.645"], [1702466030, "1831.893"], [1702466060, "1848.141"], [1702466078, "1864.389"], [1702466138, "1888.761"], [1702466168, "1905.009"], [1702466204, "1921.257"], [1702466237, "1937.505"], [1702466261, "1953.753"], [1702466291, "1970.001"], [1702466327, "1986.249"], [1702466360, "2002.497"], [1702466384, "2018.745"], [1702466417, "2034.993"], [1702466441, "2051.241"], [1702466471, "2067.489"], [1702466507, "2083.737"], [1702466540, "2099.985"], [1702466597, "2124.357"], [1702466633, "2140.605"], [1702466666, "2156.853"], [1702466705, "2173.101"], [1702466732, "2189.349"], [1702466765, "2205.597"], [1702466801, "2221.845"], [1702466852, "2246.217"], [1702466876, "2262.465"], [1702466918, "2278.713"], [1702466978, "2311.209"], [1702467014, "2327.457"], [1702467038, "2343.705"], [1702467068, "2359.953"], [1702467122, "2384.325"], [1702467158, "2400.573"], [1702467191, "2416.821"], [1702467221, "2433.069"], [1702467257, "2449.317"], [1702467299, "2465.565"], [1702467350, "2489.937"], [1702467386, "2506.185"], [1702467419, "2522.433"], [1702467455, "2538.681"], [1702467515, "2571.177"], [1702467542, "2587.425"], [1702467566, "2603.673"], [1702467599, "2619.921"], [1702467635, "2636.169"], [1702467668, "2652.417"], [1702467695, "2668.665"], [1702467716, "2684.913"], [1702467746, "2701.161"], [1702467800, "2725.533"], [1702467824, "2741.781"], [1702467908, "2782.401"], [1702467944, "2798.649"], [1702467968, "2814.897"], [1702468001, "2831.145"], [1702468031, "2847.393"], [1702468067, "2863.641"], [1702468085, "2879.889"], [1702468115, "2896.137"], [1702468151, "2912.385"], [1702468181, "2928.633"], [1702468208, "2944.881"], [1702468241, "2961.129"], [1702468256, "2977.377"], [1702468286, "2993.625"], [1702468322, "3009.873"], [1702468352, "3026.121"], [1702468388, "3042.369"], [1702468424, "3058.617"], [1702468457, "3074.865"], [1702468493, "3091.113"], [1702468517, "3107.361"], [1702468550, "3123.609"], [1702468586, "3139.857"], [1702468613, "3156.105"], [1702468637, "3172.353"], [1702468679, "3188.601"], [1702468721, "3204.849"], [1702468730, "3212.973"], [1702468766, "3229.221"], [1702468799, "3245.469"], [1702468835, "3261.717"], [1702468898, "3286.089"], [1702468934, "3302.337"], [1702468970, "3318.585"], [1702468994, "3334.833"], [1702469024, "3351.081"], [1702469060, "3367.329"], [1702469111, "3391.701"], [1702469144, "3407.949"], [1702469168, "3424.197"], [1702469204, "3440.445"], [1702469237, "3456.693"], [1702469273, "3472.941"], [1702469303, "3489.189"], [1702469336, "3505.437"], [1702469360, "3521.685"], [1702469387, "3537.933"], [1702469411, "3554.181"], [1702469435, "3570.429"], [1702469468, "3586.677"], [1702469504, "3602.925"], [1702469537, "3619.173"], [1702469573, "3635.421"], [1702469606, "3651.669"], [1702469633, "3667.917"], [1702469660, "3684.165"], [1702469684, "3700.413"], [1702469717, "3716.661"], [1702469753, "3732.909"], [1702469786, "3749.157"], [1702469816, "3765.405"], [1702469834, "3781.653"], [1702469864, "3797.901"], [1702469906, "3822.273"], [1702469936, "3838.521"], [1702469972, "3854.769"], [1702470005, "3871.017"], [1702470029, "3887.265"], [1702470065, "3903.513"], [1702470101, "3919.761"], [1702470131, "3936.009"], [1702470167, "3952.257"], [1702470203, "3968.505"], [1702470251, "3992.877"], [1702470278, "4009.125"], [1702470311, "4025.373"], [1702470347, "4041.621"], [1702470371, "4057.869"], [1702470404, "4074.117"], [1702470440, "4090.365"], [1702470476, "4106.613"], [1702470506, "4122.861"], [1702470542, "4139.109"], [1702470575, "4155.357"], [1702470611, "4171.605"], [1702470635, "4187.853"], [1702470662, "4204.101"], [1702470686, "4220.349"], [1702470719, "4236.597"], [1702470746, "4252.845"], [1702470812, "4285.341"], [1702470845, "4301.589"], [1702470875, "4317.837"], [1702470899, "4334.085"], [1702470953, "4358.457"], [1702470983, "4374.705"], [1702471025, "4390.953"], [1702471067, "4415.325"], [1702471169, "4455.945"], [1702471193, "4472.193"], [1702471226, "4488.441"], [1702471265, "4504.689"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0.24"], [1702462844, "0.258"], [1702462865, "0.306"], [1702462880, "0.339"], [1702462904, "0.417"], [1702462919, "0.45"], [1702462952, "0.498"], [1702462973, "0.528"], [1702462988, "0.546"], [1702463045, "0.609"], [1702463081, "0.657"], [1702463114, "0.753"], [1702463150, "0.819"], [1702463186, "0.882"], [1702463216, "0.957"], [1702463240, "1.008"], [1702463273, "1.083"], [1702463324, "1.194"], [1702463354, "1.272"], [1702463381, "1.353"], [1702463417, "1.416"], [1702463453, "1.479"], [1702463477, "1.524"], [1702463510, "1.56"], [1702463537, "1.608"], [1702463570, "1.638"], [1702463591, "1.683"], [1702463621, "1.743"], [1702463657, "1.806"], [1702463693, "1.887"], [1702463729, "1.953"], [1702463765, "2.004"], [1702463798, "2.052"], [1702463846, "2.13"], [1702463873, "2.175"], [1702463906, "2.235"], [1702463948, "2.331"], [1702463984, "2.394"], [1702464014, "2.457"], [1702464050, "2.52"], [1702464086, "2.595"], [1702464122, "2.67"], [1702464155, "2.73"], [1702464194, "2.838"], [1702464230, "2.904"], [1702464263, "2.985"], [1702464299, "3.066"], [1702464332, "3.147"], [1702464356, "3.228"], [1702464392, "3.309"], [1702464425, "3.39"], [1702464455, "3.465"], [1702464479, "3.543"], [1702464509, "3.633"], [1702464533, "3.723"], [1702464569, "3.816"], [1702464605, "3.897"], [1702464635, "3.99"], [1702464671, "4.086"], [1702464716, "4.179"], [1702464743, "4.269"], [1702464776, "4.359"], [1702464812, "4.449"], [1702464836, "4.554"], [1702464869, "4.644"], [1702464905, "4.752"], [1702464926, "4.827"], [1702464956, "4.92"], [1702464992, "4.998"], [1702465016, "5.103"], [1702465049, "5.184"], [1702465085, "5.274"], [1702465118, "5.367"], [1702465145, "5.46"], [1702465178, "5.55"], [1702465208, "5.643"], [1702465241, "5.736"], [1702465298, "5.877"], [1702465334, "5.988"], [1702465367, "6.078"], [1702465394, "6.168"], [1702465418, "6.258"], [1702465445, "6.348"], [1702465481, "6.441"], [1702465517, "6.552"], [1702465550, "6.645"], [1702465586, "6.726"], [1702465619, "6.819"], [1702465658, "6.912"], [1702465706, "6.987"], [1702465754, "7.005"], [1702465787, "7.041"], [1702465823, "7.059"], [1702465856, "7.092"], [1702465880, "7.14"], [1702465910, "7.191"], [1702465952, "7.254"], [1702465988, "7.317"], [1702466015, "7.377"], [1702466030, "7.437"], [1702466060, "7.497"], [1702466078, "7.56"], [1702466138, "7.674"], [1702466168, "7.74"], [1702466204, "7.806"], [1702466237, "7.869"], [1702466261, "7.914"], [1702466291, "7.977"], [1702466327, "8.037"], [1702466360, "8.097"], [1702466384, "8.157"], [1702466417, "8.205"], [1702466441, "8.268"], [1702466471, "8.331"], [1702466507, "8.367"], [1702466540, "8.418"], [1702466597, "8.502"], [1702466633, "8.553"], [1702466666, "8.598"], [1702466705, "8.643"], [1702466732, "8.703"], [1702466765, "8.751"], [1702466801, "8.811"], [1702466852, "8.889"], [1702466876, "8.949"], [1702466918, "8.997"], [1702466978, "9.111"], [1702467014, "9.171"], [1702467038, "9.231"], [1702467068, "9.291"], [1702467122, "9.381"], [1702467158, "9.441"], [1702467191, "9.501"], [1702467221, "9.564"], [1702467257, "9.615"], [1702467299, "9.678"], [1702467350, "9.768"], [1702467386, "9.828"], [1702467419, "9.903"], [1702467455, "9.963"], [1702467515, "10.086"], [1702467542, "10.149"], [1702467566, "10.215"], [1702467599, "10.263"], [1702467635, "10.311"], [1702467668, "10.344"], [1702467695, "10.374"], [1702467716, "10.419"], [1702467746, "10.449"], [1702467800, "10.509"], [1702467824, "10.554"], [1702467908, "10.677"], [1702467944, "10.707"], [1702467968, "10.74"], [1702468001, "10.77"], [1702468031, "10.815"], [1702468067, "10.845"], [1702468085, "10.875"], [1702468115, "10.89"], [1702468151, "10.92"], [1702468181, "10.95"], [1702468208, "10.98"], [1702468241, "10.998"], [1702468256, "11.028"], [1702468286, "11.061"], [1702468322, "11.076"], [1702468352, "11.091"], [1702468388, "11.121"], [1702468424, "11.151"], [1702468457, "11.181"], [1702468493, "11.196"], [1702468517, "11.229"], [1702468550, "11.259"], [1702468586, "11.274"], [1702468613, "11.292"], [1702468637, "11.322"], [1702468679, "11.337"], [1702468721, "11.367"], [1702468730, "11.382"], [1702468766, "11.412"], [1702468799, "11.442"], [1702468835, "11.472"], [1702468898, "11.52"], [1702468934, "11.535"], [1702468970, "11.535"], [1702468994, "11.565"], [1702469024, "11.58"], [1702469060, "11.61"], [1702469111, "11.655"], [1702469144, "11.658"], [1702469168, "11.673"], [1702469204, "11.691"], [1702469237, "11.721"], [1702469273, "11.736"], [1702469303, "11.766"], [1702469336, "11.796"], [1702469360, "11.796"], [1702469387, "11.796"], [1702469411, "11.811"], [1702469435, "11.841"], [1702469468, "11.871"], [1702469504, "11.904"], [1702469537, "11.937"], [1702469573, "11.97"], [1702469606, "12"], [1702469633, "12.03"], [1702469660, "12.06"], [1702469684, "12.09"], [1702469717, "12.12"], [1702469753, "12.135"], [1702469786, "12.15"], [1702469816, "12.168"], [1702469834, "12.198"], [1702469864, "12.213"], [1702469906, "12.264"], [1702469936, "12.294"], [1702469972, "12.324"], [1702470005, "12.339"], [1702470029, "12.354"], [1702470065, "12.372"], [1702470101, "12.405"], [1702470131, "12.438"], [1702470167, "12.468"], [1702470203, "12.498"], [1702470251, "12.528"], [1702470278, "12.558"], [1702470311, "12.588"], [1702470347, "12.618"], [1702470371, "12.648"], [1702470404, "12.681"], [1702470440, "12.684"], [1702470476, "12.717"], [1702470506, "12.72"], [1702470542, "12.753"], [1702470575, "12.768"], [1702470611, "12.768"], [1702470635, "12.798"], [1702470662, "12.813"], [1702470686, "12.843"], [1702470719, "12.873"], [1702470746, "12.903"], [1702470812, "12.951"], [1702470845, "12.969"], [1702470875, "12.999"], [1702470899, "13.029"], [1702470953, "13.074"], [1702470983, "13.104"], [1702471025, "13.14"], [1702471067, "13.191"], [1702471169, "13.281"], [1702471193, "13.314"], [1702471226, "13.344"], [1702471265, "13.377"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "69.171"], [1702462844, "77.295"], [1702462865, "85.419"], [1702462880, "93.543"], [1702462904, "109.791"], [1702462919, "117.915"], [1702462952, "134.163"], [1702462973, "142.287"], [1702462988, "150.411"], [1702463045, "174.783"], [1702463081, "191.031"], [1702463114, "207.279"], [1702463150, "223.527"], [1702463186, "239.775"], [1702463216, "256.023"], [1702463240, "272.271"], [1702463273, "288.519"], [1702463324, "312.891"], [1702463354, "329.139"], [1702463381, "345.387"], [1702463417, "361.635"], [1702463453, "377.883"], [1702463477, "394.131"], [1702463510, "410.379"], [1702463537, "426.627"], [1702463570, "442.875"], [1702463591, "459.123"], [1702463621, "475.371"], [1702463657, "491.619"], [1702463693, "507.867"], [1702463729, "524.115"], [1702463765, "540.363"], [1702463798, "556.611"], [1702463846, "580.983"], [1702463873, "597.231"], [1702463906, "613.479"], [1702463948, "637.851"], [1702463984, "654.099"], [1702464014, "670.347"], [1702464050, "686.595"], [1702464086, "702.843"], [1702464122, "719.091"], [1702464155, "735.339"], [1702464194, "759.711"], [1702464230, "775.959"], [1702464263, "792.207"], [1702464299, "808.455"], [1702464332, "824.703"], [1702464356, "840.951"], [1702464392, "857.199"], [1702464425, "873.447"], [1702464455, "889.695"], [1702464479, "905.943"], [1702464509, "922.191"], [1702464533, "938.439"], [1702464569, "954.687"], [1702464605, "970.935"], [1702464635, "987.183"], [1702464671, "1003.431"], [1702464716, "1019.679"], [1702464743, "1035.927"], [1702464776, "1052.175"], [1702464812, "1068.423"], [1702464836, "1084.671"], [1702464869, "1100.919"], [1702464905, "1117.167"], [1702464926, "1133.415"], [1702464956, "1149.663"], [1702464992, "1165.911"], [1702465016, "1182.159"], [1702465049, "1198.407"], [1702465085, "1214.655"], [1702465118, "1230.903"], [1702465145, "1247.151"], [1702465178, "1263.399"], [1702465208, "1279.647"], [1702465241, "1295.895"], [1702465298, "1320.267"], [1702465334, "1336.515"], [1702465367, "1352.763"], [1702465394, "1369.011"], [1702465418, "1385.259"], [1702465445, "1401.507"], [1702465481, "1417.755"], [1702465517, "1434.003"], [1702465550, "1450.251"], [1702465586, "1466.499"], [1702465619, "1482.747"], [1702465658, "1498.995"], [1702465706, "1515.243"], [1702465754, "1539.615"], [1702465787, "1555.863"], [1702465823, "1572.111"], [1702465856, "1588.359"], [1702465880, "1604.607"], [1702465910, "1620.855"], [1702465952, "1637.103"], [1702465988, "1653.351"], [1702466015, "1669.599"], [1702466030, "1685.847"], [1702466060, "1702.095"], [1702466078, "1718.343"], [1702466138, "1742.715"], [1702466168, "1758.963"], [1702466204, "1775.211"], [1702466237, "1791.459"], [1702466261, "1807.707"], [1702466291, "1823.955"], [1702466327, "1840.203"], [1702466360, "1856.451"], [1702466384, "1872.699"], [1702466417, "1888.947"], [1702466441, "1905.195"], [1702466471, "1921.443"], [1702466507, "1937.691"], [1702466540, "1953.939"], [1702466597, "1978.311"], [1702466633, "1994.559"], [1702466666, "2010.807"], [1702466705, "2027.055"], [1702466732, "2043.303"], [1702466765, "2059.551"], [1702466801, "2075.799"], [1702466852, "2100.171"], [1702466876, "2116.419"], [1702466918, "2132.667"], [1702466978, "2165.163"], [1702467014, "2181.411"], [1702467038, "2197.659"], [1702467068, "2213.907"], [1702467122, "2238.279"], [1702467158, "2254.527"], [1702467191, "2270.775"], [1702467221, "2287.023"], [1702467257, "2303.271"], [1702467299, "2319.519"], [1702467350, "2343.891"], [1702467386, "2360.139"], [1702467419, "2376.387"], [1702467455, "2392.635"], [1702467515, "2425.131"], [1702467542, "2441.379"], [1702467566, "2457.627"], [1702467599, "2473.875"], [1702467635, "2490.123"], [1702467668, "2506.371"], [1702467695, "2522.619"], [1702467716, "2538.867"], [1702467746, "2555.115"], [1702467800, "2579.487"], [1702467824, "2595.735"], [1702467908, "2636.355"], [1702467944, "2652.603"], [1702467968, "2668.851"], [1702468001, "2685.099"], [1702468031, "2701.347"], [1702468067, "2717.595"], [1702468085, "2733.843"], [1702468115, "2750.091"], [1702468151, "2766.339"], [1702468181, "2782.587"], [1702468208, "2798.835"], [1702468241, "2815.083"], [1702468256, "2831.331"], [1702468286, "2847.579"], [1702468322, "2863.827"], [1702468352, "2880.075"], [1702468388, "2896.323"], [1702468424, "2912.571"], [1702468457, "2928.819"], [1702468493, "2945.067"], [1702468517, "2961.315"], [1702468550, "2977.563"], [1702468586, "2993.811"], [1702468613, "3010.059"], [1702468637, "3026.307"], [1702468679, "3042.555"], [1702468721, "3058.803"], [1702468730, "3066.927"], [1702468766, "3083.175"], [1702468799, "3099.423"], [1702468835, "3115.671"], [1702468898, "3140.043"], [1702468934, "3156.291"], [1702468970, "3172.539"], [1702468994, "3188.787"], [1702469024, "3205.035"], [1702469060, "3221.283"], [1702469111, "3245.655"], [1702469144, "3261.903"], [1702469168, "3278.151"], [1702469204, "3294.399"], [1702469237, "3310.647"], [1702469273, "3326.895"], [1702469303, "3343.143"], [1702469336, "3359.391"], [1702469360, "3375.639"], [1702469387, "3391.887"], [1702469411, "3408.135"], [1702469435, "3424.383"], [1702469468, "3440.631"], [1702469504, "3456.879"], [1702469537, "3473.127"], [1702469573, "3489.375"], [1702469606, "3505.623"], [1702469633, "3521.871"], [1702469660, "3538.119"], [1702469684, "3554.367"], [1702469717, "3570.615"], [1702469753, "3586.863"], [1702469786, "3603.111"], [1702469816, "3619.359"], [1702469834, "3635.607"], [1702469864, "3651.855"], [1702469906, "3676.227"], [1702469936, "3692.475"], [1702469972, "3708.723"], [1702470005, "3724.971"], [1702470029, "3741.219"], [1702470065, "3757.467"], [1702470101, "3773.715"], [1702470131, "3789.963"], [1702470167, "3806.211"], [1702470203, "3822.459"], [1702470251, "3846.831"], [1702470278, "3863.079"], [1702470311, "3879.327"], [1702470347, "3895.575"], [1702470371, "3911.823"], [1702470404, "3928.071"], [1702470440, "3944.319"], [1702470476, "3960.567"], [1702470506, "3976.815"], [1702470542, "3993.063"], [1702470575, "4009.311"], [1702470611, "4025.559"], [1702470635, "4041.807"], [1702470662, "4058.055"], [1702470686, "4074.303"], [1702470719, "4090.551"], [1702470746, "4106.799"], [1702470812, "4139.295"], [1702470845, "4155.543"], [1702470875, "4171.791"], [1702470899, "4188.039"], [1702470953, "4212.411"], [1702470983, "4228.659"], [1702471025, "4244.907"], [1702471067, "4269.279"], [1702471169, "4309.899"], [1702471193, "4326.147"], [1702471226, "4342.395"], [1702471265, "4358.643"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0.018"], [1702462736, "0.054"], [1702462751, "0.087"], [1702462763, "0.12"], [1702462793, "0.189"], [1702462808, "0.222"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "8.832"], [1702462736, "17.664"], [1702462751, "26.496"], [1702462763, "35.139"], [1702462793, "52.245"], [1702462808, "60.708"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0.288"], [1702462988, "0.306"], [1702463045, "0.369"], [1702463081, "0.417"], [1702463114, "0.513"], [1702463150, "0.579"], [1702463186, "0.642"], [1702463216, "0.717"], [1702463240, "0.768"], [1702463273, "0.843"], [1702463324, "0.954"], [1702463354, "1.032"], [1702463381, "1.113"], [1702463417, "1.176"], [1702463453, "1.239"], [1702463477, "1.284"], [1702463510, "1.32"], [1702463537, "1.368"], [1702463570, "1.398"], [1702463591, "1.443"], [1702463621, "1.503"], [1702463657, "1.566"], [1702463693, "1.647"], [1702463729, "1.713"], [1702463765, "1.764"], [1702463798, "1.812"], [1702463846, "1.89"], [1702463873, "1.935"], [1702463906, "1.995"], [1702463948, "2.091"], [1702463984, "2.154"], [1702464014, "2.217"], [1702464050, "2.28"], [1702464086, "2.355"], [1702464122, "2.43"], [1702464155, "2.49"], [1702464194, "2.598"], [1702464230, "2.664"], [1702464263, "2.745"], [1702464299, "2.826"], [1702464332, "2.907"], [1702464356, "2.988"], [1702464392, "3.069"], [1702464425, "3.15"], [1702464455, "3.225"], [1702464479, "3.303"], [1702464509, "3.393"], [1702464533, "3.483"], [1702464569, "3.576"], [1702464605, "3.657"], [1702464635, "3.75"], [1702464671, "3.846"], [1702464716, "3.939"], [1702464743, "4.029"], [1702464776, "4.119"], [1702464812, "4.209"], [1702464836, "4.314"], [1702464869, "4.404"], [1702464905, "4.512"], [1702464926, "4.587"], [1702464956, "4.68"], [1702464992, "4.758"], [1702465016, "4.863"], [1702465049, "4.944"], [1702465085, "5.034"], [1702465118, "5.127"], [1702465145, "5.22"], [1702465178, "5.31"], [1702465208, "5.403"], [1702465241, "5.496"], [1702465298, "5.637"], [1702465334, "5.748"], [1702465367, "5.838"], [1702465394, "5.928"], [1702465418, "6.018"], [1702465445, "6.108"], [1702465481, "6.201"], [1702465517, "6.312"], [1702465550, "6.405"], [1702465586, "6.486"], [1702465619, "6.579"], [1702465658, "6.672"], [1702465706, "6.747"], [1702465754, "6.765"], [1702465787, "6.801"], [1702465823, "6.819"], [1702465856, "6.852"], [1702465880, "6.9"], [1702465910, "6.951"], [1702465952, "7.014"], [1702465988, "7.077"], [1702466015, "7.137"], [1702466030, "7.197"], [1702466060, "7.257"], [1702466078, "7.32"], [1702466138, "7.434"], [1702466168, "7.5"], [1702466204, "7.566"], [1702466237, "7.629"], [1702466261, "7.674"], [1702466291, "7.737"], [1702466327, "7.797"], [1702466360, "7.857"], [1702466384, "7.917"], [1702466417, "7.965"], [1702466441, "8.028"], [1702466471, "8.091"], [1702466507, "8.127"], [1702466540, "8.178"], [1702466597, "8.262"], [1702466633, "8.313"], [1702466666, "8.358"], [1702466705, "8.403"], [1702466732, "8.463"], [1702466765, "8.511"], [1702466801, "8.571"], [1702466852, "8.649"], [1702466876, "8.709"], [1702466918, "8.757"], [1702466978, "8.871"], [1702467014, "8.931"], [1702467038, "8.991"], [1702467068, "9.051"], [1702467122, "9.141"], [1702467158, "9.201"], [1702467191, "9.261"], [1702467221, "9.324"], [1702467257, "9.375"], [1702467299, "9.438"], [1702467350, "9.528"], [1702467386, "9.588"], [1702467419, "9.663"], [1702467455, "9.723"], [1702467515, "9.846"], [1702467542, "9.909"], [1702467566, "9.975"], [1702467599, "10.023"], [1702467635, "10.071"], [1702467668, "10.104"], [1702467695, "10.134"], [1702467716, "10.179"], [1702467746, "10.209"], [1702467800, "10.269"], [1702467824, "10.314"], [1702467908, "10.437"], [1702467944, "10.467"], [1702467968, "10.5"], [1702468001, "10.53"], [1702468031, "10.575"], [1702468067, "10.605"], [1702468085, "10.635"], [1702468115, "10.65"], [1702468151, "10.68"], [1702468181, "10.71"], [1702468208, "10.74"], [1702468241, "10.758"], [1702468256, "10.788"], [1702468286, "10.821"], [1702468322, "10.836"], [1702468352, "10.851"], [1702468388, "10.881"], [1702468424, "10.911"], [1702468457, "10.941"], [1702468493, "10.956"], [1702468517, "10.989"], [1702468550, "11.019"], [1702468586, "11.034"], [1702468613, "11.052"], [1702468637, "11.082"], [1702468679, "11.097"], [1702468721, "11.127"], [1702468730, "11.142"], [1702468766, "11.172"], [1702468799, "11.202"], [1702468835, "11.232"], [1702468898, "11.28"], [1702468934, "11.295"], [1702468970, "11.295"], [1702468994, "11.325"], [1702469024, "11.34"], [1702469060, "11.37"], [1702469111, "11.415"], [1702469144, "11.418"], [1702469168, "11.433"], [1702469204, "11.451"], [1702469237, "11.481"], [1702469273, "11.496"], [1702469303, "11.526"], [1702469336, "11.556"], [1702469360, "11.556"], [1702469387, "11.556"], [1702469411, "11.571"], [1702469435, "11.601"], [1702469468, "11.631"], [1702469504, "11.664"], [1702469537, "11.697"], [1702469573, "11.73"], [1702469606, "11.76"], [1702469633, "11.79"], [1702469660, "11.82"], [1702469684, "11.85"], [1702469717, "11.88"], [1702469753, "11.895"], [1702469786, "11.91"], [1702469816, "11.928"], [1702469834, "11.958"], [1702469864, "11.973"], [1702469906, "12.024"], [1702469936, "12.054"], [1702469972, "12.084"], [1702470005, "12.099"], [1702470029, "12.114"], [1702470065, "12.132"], [1702470101, "12.165"], [1702470131, "12.198"], [1702470167, "12.228"], [1702470203, "12.258"], [1702470251, "12.288"], [1702470278, "12.318"], [1702470311, "12.348"], [1702470347, "12.378"], [1702470371, "12.408"], [1702470404, "12.441"], [1702470440, "12.444"], [1702470476, "12.477"], [1702470506, "12.48"], [1702470542, "12.513"], [1702470575, "12.528"], [1702470611, "12.528"], [1702470635, "12.558"], [1702470662, "12.573"], [1702470686, "12.603"], [1702470719, "12.633"], [1702470746, "12.663"], [1702470812, "12.711"], [1702470845, "12.729"], [1702470875, "12.759"], [1702470899, "12.789"], [1702470953, "12.834"], [1702470983, "12.864"], [1702471025, "12.9"], [1702471067, "12.951"], [1702471169, "13.041"], [1702471193, "13.074"], [1702471226, "13.104"], [1702471265, "13.137"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "73.116"], [1702462988, "81.24"], [1702463045, "105.612"], [1702463081, "121.86"], [1702463114, "138.108"], [1702463150, "154.356"], [1702463186, "170.604"], [1702463216, "186.852"], [1702463240, "203.1"], [1702463273, "219.348"], [1702463324, "243.72"], [1702463354, "259.968"], [1702463381, "276.216"], [1702463417, "292.464"], [1702463453, "308.712"], [1702463477, "324.96"], [1702463510, "341.208"], [1702463537, "357.456"], [1702463570, "373.704"], [1702463591, "389.952"], [1702463621, "406.2"], [1702463657, "422.448"], [1702463693, "438.696"], [1702463729, "454.944"], [1702463765, "471.192"], [1702463798, "487.44"], [1702463846, "511.812"], [1702463873, "528.06"], [1702463906, "544.308"], [1702463948, "568.68"], [1702463984, "584.928"], [1702464014, "601.176"], [1702464050, "617.424"], [1702464086, "633.672"], [1702464122, "649.92"], [1702464155, "666.168"], [1702464194, "690.54"], [1702464230, "706.788"], [1702464263, "723.036"], [1702464299, "739.284"], [1702464332, "755.532"], [1702464356, "771.78"], [1702464392, "788.028"], [1702464425, "804.276"], [1702464455, "820.524"], [1702464479, "836.772"], [1702464509, "853.02"], [1702464533, "869.268"], [1702464569, "885.516"], [1702464605, "901.764"], [1702464635, "918.012"], [1702464671, "934.26"], [1702464716, "950.508"], [1702464743, "966.756"], [1702464776, "983.004"], [1702464812, "999.252"], [1702464836, "1015.5"], [1702464869, "1031.748"], [1702464905, "1047.996"], [1702464926, "1064.244"], [1702464956, "1080.492"], [1702464992, "1096.74"], [1702465016, "1112.988"], [1702465049, "1129.236"], [1702465085, "1145.484"], [1702465118, "1161.732"], [1702465145, "1177.98"], [1702465178, "1194.228"], [1702465208, "1210.476"], [1702465241, "1226.724"], [1702465298, "1251.096"], [1702465334, "1267.344"], [1702465367, "1283.592"], [1702465394, "1299.84"], [1702465418, "1316.088"], [1702465445, "1332.336"], [1702465481, "1348.584"], [1702465517, "1364.832"], [1702465550, "1381.08"], [1702465586, "1397.328"], [1702465619, "1413.576"], [1702465658, "1429.824"], [1702465706, "1446.072"], [1702465754, "1470.444"], [1702465787, "1486.692"], [1702465823, "1502.94"], [1702465856, "1519.188"], [1702465880, "1535.436"], [1702465910, "1551.684"], [1702465952, "1567.932"], [1702465988, "1584.18"], [1702466015, "1600.428"], [1702466030, "1616.676"], [1702466060, "1632.924"], [1702466078, "1649.172"], [1702466138, "1673.544"], [1702466168, "1689.792"], [1702466204, "1706.04"], [1702466237, "1722.288"], [1702466261, "1738.536"], [1702466291, "1754.784"], [1702466327, "1771.032"], [1702466360, "1787.28"], [1702466384, "1803.528"], [1702466417, "1819.776"], [1702466441, "1836.024"], [1702466471, "1852.272"], [1702466507, "1868.52"], [1702466540, "1884.768"], [1702466597, "1909.14"], [1702466633, "1925.388"], [1702466666, "1941.636"], [1702466705, "1957.884"], [1702466732, "1974.132"], [1702466765, "1990.38"], [1702466801, "2006.628"], [1702466852, "2031"], [1702466876, "2047.248"], [1702466918, "2063.496"], [1702466978, "2095.992"], [1702467014, "2112.24"], [1702467038, "2128.488"], [1702467068, "2144.736"], [1702467122, "2169.108"], [1702467158, "2185.356"], [1702467191, "2201.604"], [1702467221, "2217.852"], [1702467257, "2234.1"], [1702467299, "2250.348"], [1702467350, "2274.72"], [1702467386, "2290.968"], [1702467419, "2307.216"], [1702467455, "2323.464"], [1702467515, "2355.96"], [1702467542, "2372.208"], [1702467566, "2388.456"], [1702467599, "2404.704"], [1702467635, "2420.952"], [1702467668, "2437.2"], [1702467695, "2453.448"], [1702467716, "2469.696"], [1702467746, "2485.944"], [1702467800, "2510.316"], [1702467824, "2526.564"], [1702467908, "2567.184"], [1702467944, "2583.432"], [1702467968, "2599.68"], [1702468001, "2615.928"], [1702468031, "2632.176"], [1702468067, "2648.424"], [1702468085, "2664.672"], [1702468115, "2680.92"], [1702468151, "2697.168"], [1702468181, "2713.416"], [1702468208, "2729.664"], [1702468241, "2745.912"], [1702468256, "2762.16"], [1702468286, "2778.408"], [1702468322, "2794.656"], [1702468352, "2810.904"], [1702468388, "2827.152"], [1702468424, "2843.4"], [1702468457, "2859.648"], [1702468493, "2875.896"], [1702468517, "2892.144"], [1702468550, "2908.392"], [1702468586, "2924.64"], [1702468613, "2940.888"], [1702468637, "2957.136"], [1702468679, "2973.384"], [1702468721, "2989.632"], [1702468730, "2997.756"], [1702468766, "3014.004"], [1702468799, "3030.252"], [1702468835, "3046.5"], [1702468898, "3070.872"], [1702468934, "3087.12"], [1702468970, "3103.368"], [1702468994, "3119.616"], [1702469024, "3135.864"], [1702469060, "3152.112"], [1702469111, "3176.484"], [1702469144, "3192.732"], [1702469168, "3208.98"], [1702469204, "3225.228"], [1702469237, "3241.476"], [1702469273, "3257.724"], [1702469303, "3273.972"], [1702469336, "3290.22"], [1702469360, "3306.468"], [1702469387, "3322.716"], [1702469411, "3338.964"], [1702469435, "3355.212"], [1702469468, "3371.46"], [1702469504, "3387.708"], [1702469537, "3403.956"], [1702469573, "3420.204"], [1702469606, "3436.452"], [1702469633, "3452.7"], [1702469660, "3468.948"], [1702469684, "3485.196"], [1702469717, "3501.444"], [1702469753, "3517.692"], [1702469786, "3533.94"], [1702469816, "3550.188"], [1702469834, "3566.436"], [1702469864, "3582.684"], [1702469906, "3607.056"], [1702469936, "3623.304"], [1702469972, "3639.552"], [1702470005, "3655.8"], [1702470029, "3672.048"], [1702470065, "3688.296"], [1702470101, "3704.544"], [1702470131, "3720.792"], [1702470167, "3737.04"], [1702470203, "3753.288"], [1702470251, "3777.66"], [1702470278, "3793.908"], [1702470311, "3810.156"], [1702470347, "3826.404"], [1702470371, "3842.652"], [1702470404, "3858.9"], [1702470440, "3875.148"], [1702470476, "3891.396"], [1702470506, "3907.644"], [1702470542, "3923.892"], [1702470575, "3940.14"], [1702470611, "3956.388"], [1702470635, "3972.636"], [1702470662, "3988.884"], [1702470686, "4005.132"], [1702470719, "4021.38"], [1702470746, "4037.628"], [1702470812, "4070.124"], [1702470845, "4086.372"], [1702470875, "4102.62"], [1702470899, "4118.868"], [1702470953, "4143.24"], [1702470983, "4159.488"], [1702471025, "4175.736"], [1702471067, "4200.108"], [1702471169, "4240.728"], [1702471193, "4256.976"], [1702471226, "4273.224"], [1702471265, "4289.472"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.018"], [1702462865, "0.066"], [1702462880, "0.099"], [1702462904, "0.177"], [1702462919, "0.21"], [1702462952, "0.258"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.124"], [1702462865, "16.248"], [1702462880, "24.372"], [1702462904, "40.62"], [1702462919, "48.744"], [1702462952, "64.992"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.33"], [1702462919, "0.363"], [1702462952, "0.411"], [1702462973, "0.441"], [1702462988, "0.459"], [1702463045, "0.522"], [1702463081, "0.57"], [1702463114, "0.666"], [1702463150, "0.732"], [1702463186, "0.795"], [1702463216, "0.87"], [1702463240, "0.921"], [1702463273, "0.996"], [1702463324, "1.107"], [1702463354, "1.185"], [1702463381, "1.266"], [1702463417, "1.329"], [1702463453, "1.392"], [1702463477, "1.437"], [1702463510, "1.473"], [1702463537, "1.521"], [1702463570, "1.551"], [1702463591, "1.596"], [1702463621, "1.656"], [1702463657, "1.719"], [1702463693, "1.8"], [1702463729, "1.866"], [1702463765, "1.917"], [1702463798, "1.965"], [1702463846, "2.043"], [1702463873, "2.088"], [1702463906, "2.148"], [1702463948, "2.244"], [1702463984, "2.307"], [1702464014, "2.37"], [1702464050, "2.433"], [1702464086, "2.508"], [1702464122, "2.583"], [1702464155, "2.643"], [1702464194, "2.751"], [1702464230, "2.817"], [1702464263, "2.898"], [1702464299, "2.979"], [1702464332, "3.06"], [1702464356, "3.141"], [1702464392, "3.222"], [1702464425, "3.303"], [1702464455, "3.378"], [1702464479, "3.456"], [1702464509, "3.546"], [1702464533, "3.636"], [1702464569, "3.729"], [1702464605, "3.81"], [1702464635, "3.903"], [1702464671, "3.999"], [1702464716, "4.092"], [1702464743, "4.182"], [1702464776, "4.272"], [1702464812, "4.362"], [1702464836, "4.467"], [1702464869, "4.557"], [1702464905, "4.665"], [1702464926, "4.74"], [1702464956, "4.833"], [1702464992, "4.911"], [1702465016, "5.016"], [1702465049, "5.097"], [1702465085, "5.187"], [1702465118, "5.28"], [1702465145, "5.373"], [1702465178, "5.463"], [1702465208, "5.556"], [1702465241, "5.649"], [1702465298, "5.79"], [1702465334, "5.901"], [1702465367, "5.991"], [1702465394, "6.081"], [1702465418, "6.171"], [1702465445, "6.261"], [1702465481, "6.354"], [1702465517, "6.465"], [1702465550, "6.558"], [1702465586, "6.639"], [1702465619, "6.732"], [1702465658, "6.825"], [1702465706, "6.9"], [1702465754, "6.918"], [1702465787, "6.954"], [1702465823, "6.972"], [1702465856, "7.005"], [1702465880, "7.053"], [1702465910, "7.104"], [1702465952, "7.167"], [1702465988, "7.23"], [1702466015, "7.29"], [1702466030, "7.35"], [1702466060, "7.41"], [1702466078, "7.473"], [1702466138, "7.587"], [1702466168, "7.653"], [1702466204, "7.719"], [1702466237, "7.782"], [1702466261, "7.827"], [1702466291, "7.89"], [1702466327, "7.95"], [1702466360, "8.01"], [1702466384, "8.07"], [1702466417, "8.118"], [1702466441, "8.181"], [1702466471, "8.244"], [1702466507, "8.28"], [1702466540, "8.331"], [1702466597, "8.415"], [1702466633, "8.466"], [1702466666, "8.511"], [1702466705, "8.556"], [1702466732, "8.616"], [1702466765, "8.664"], [1702466801, "8.724"], [1702466852, "8.802"], [1702466876, "8.862"], [1702466918, "8.91"], [1702466978, "9.024"], [1702467014, "9.084"], [1702467038, "9.144"], [1702467068, "9.204"], [1702467122, "9.294"], [1702467158, "9.354"], [1702467191, "9.414"], [1702467221, "9.477"], [1702467257, "9.528"], [1702467299, "9.591"], [1702467350, "9.681"], [1702467386, "9.741"], [1702467419, "9.816"], [1702467455, "9.876"], [1702467515, "9.999"], [1702467542, "10.062"], [1702467566, "10.128"], [1702467599, "10.176"], [1702467635, "10.224"], [1702467668, "10.257"], [1702467695, "10.287"], [1702467716, "10.332"], [1702467746, "10.362"], [1702467800, "10.422"], [1702467824, "10.467"], [1702467908, "10.59"], [1702467944, "10.62"], [1702467968, "10.653"], [1702468001, "10.683"], [1702468031, "10.728"], [1702468067, "10.758"], [1702468085, "10.788"], [1702468115, "10.803"], [1702468151, "10.833"], [1702468181, "10.863"], [1702468208, "10.893"], [1702468241, "10.911"], [1702468256, "10.941"], [1702468286, "10.974"], [1702468322, "10.989"], [1702468352, "11.004"], [1702468388, "11.034"], [1702468424, "11.064"], [1702468457, "11.094"], [1702468493, "11.109"], [1702468517, "11.142"], [1702468550, "11.172"], [1702468586, "11.187"], [1702468613, "11.205"], [1702468637, "11.235"], [1702468679, "11.25"], [1702468721, "11.28"], [1702468730, "11.295"], [1702468766, "11.325"], [1702468799, "11.355"], [1702468835, "11.385"], [1702468898, "11.433"], [1702468934, "11.448"], [1702468970, "11.448"], [1702468994, "11.478"], [1702469024, "11.493"], [1702469060, "11.523"], [1702469111, "11.568"], [1702469144, "11.571"], [1702469168, "11.586"], [1702469204, "11.604"], [1702469237, "11.634"], [1702469273, "11.649"], [1702469303, "11.679"], [1702469336, "11.709"], [1702469360, "11.709"], [1702469387, "11.709"], [1702469411, "11.724"], [1702469435, "11.754"], [1702469468, "11.784"], [1702469504, "11.817"], [1702469537, "11.85"], [1702469573, "11.883"], [1702469606, "11.913"], [1702469633, "11.943"], [1702469660, "11.973"], [1702469684, "12.003"], [1702469717, "12.033"], [1702469753, "12.048"], [1702469786, "12.063"], [1702469816, "12.081"], [1702469834, "12.111"], [1702469864, "12.126"], [1702469906, "12.177"], [1702469936, "12.207"], [1702469972, "12.237"], [1702470005, "12.252"], [1702470029, "12.267"], [1702470065, "12.285"], [1702470101, "12.318"], [1702470131, "12.351"], [1702470167, "12.381"], [1702470203, "12.411"], [1702470251, "12.441"], [1702470278, "12.471"], [1702470311, "12.501"], [1702470347, "12.531"], [1702470371, "12.561"], [1702470404, "12.594"], [1702470440, "12.597"], [1702470476, "12.63"], [1702470506, "12.633"], [1702470542, "12.666"], [1702470575, "12.681"], [1702470611, "12.681"], [1702470635, "12.711"], [1702470662, "12.726"], [1702470686, "12.756"], [1702470719, "12.786"], [1702470746, "12.816"], [1702470812, "12.864"], [1702470845, "12.882"], [1702470875, "12.912"], [1702470899, "12.942"], [1702470953, "12.987"], [1702470983, "13.017"], [1702471025, "13.053"], [1702471067, "13.104"], [1702471169, "13.194"], [1702471193, "13.227"], [1702471226, "13.257"], [1702471265, "13.29"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "83.295"], [1702462919, "91.419"], [1702462952, "107.667"], [1702462973, "115.791"], [1702462988, "123.915"], [1702463045, "148.287"], [1702463081, "164.535"], [1702463114, "180.783"], [1702463150, "197.031"], [1702463186, "213.279"], [1702463216, "229.527"], [1702463240, "245.775"], [1702463273, "262.023"], [1702463324, "286.395"], [1702463354, "302.643"], [1702463381, "318.891"], [1702463417, "335.139"], [1702463453, "351.387"], [1702463477, "367.635"], [1702463510, "383.883"], [1702463537, "400.131"], [1702463570, "416.379"], [1702463591, "432.627"], [1702463621, "448.875"], [1702463657, "465.123"], [1702463693, "481.371"], [1702463729, "497.619"], [1702463765, "513.867"], [1702463798, "530.115"], [1702463846, "554.487"], [1702463873, "570.735"], [1702463906, "586.983"], [1702463948, "611.355"], [1702463984, "627.603"], [1702464014, "643.851"], [1702464050, "660.099"], [1702464086, "676.347"], [1702464122, "692.595"], [1702464155, "708.843"], [1702464194, "733.215"], [1702464230, "749.463"], [1702464263, "765.711"], [1702464299, "781.959"], [1702464332, "798.207"], [1702464356, "814.455"], [1702464392, "830.703"], [1702464425, "846.951"], [1702464455, "863.199"], [1702464479, "879.447"], [1702464509, "895.695"], [1702464533, "911.943"], [1702464569, "928.191"], [1702464605, "944.439"], [1702464635, "960.687"], [1702464671, "976.935"], [1702464716, "993.183"], [1702464743, "1009.431"], [1702464776, "1025.679"], [1702464812, "1041.927"], [1702464836, "1058.175"], [1702464869, "1074.423"], [1702464905, "1090.671"], [1702464926, "1106.919"], [1702464956, "1123.167"], [1702464992, "1139.415"], [1702465016, "1155.663"], [1702465049, "1171.911"], [1702465085, "1188.159"], [1702465118, "1204.407"], [1702465145, "1220.655"], [1702465178, "1236.903"], [1702465208, "1253.151"], [1702465241, "1269.399"], [1702465298, "1293.771"], [1702465334, "1310.019"], [1702465367, "1326.267"], [1702465394, "1342.515"], [1702465418, "1358.763"], [1702465445, "1375.011"], [1702465481, "1391.259"], [1702465517, "1407.507"], [1702465550, "1423.755"], [1702465586, "1440.003"], [1702465619, "1456.251"], [1702465658, "1472.499"], [1702465706, "1488.747"], [1702465754, "1513.119"], [1702465787, "1529.367"], [1702465823, "1545.615"], [1702465856, "1561.863"], [1702465880, "1578.111"], [1702465910, "1594.359"], [1702465952, "1610.607"], [1702465988, "1626.855"], [1702466015, "1643.103"], [1702466030, "1659.351"], [1702466060, "1675.599"], [1702466078, "1691.847"], [1702466138, "1716.219"], [1702466168, "1732.467"], [1702466204, "1748.715"], [1702466237, "1764.963"], [1702466261, "1781.211"], [1702466291, "1797.459"], [1702466327, "1813.707"], [1702466360, "1829.955"], [1702466384, "1846.203"], [1702466417, "1862.451"], [1702466441, "1878.699"], [1702466471, "1894.947"], [1702466507, "1911.195"], [1702466540, "1927.443"], [1702466597, "1951.815"], [1702466633, "1968.063"], [1702466666, "1984.311"], [1702466705, "2000.559"], [1702466732, "2016.807"], [1702466765, "2033.055"], [1702466801, "2049.303"], [1702466852, "2073.675"], [1702466876, "2089.923"], [1702466918, "2106.171"], [1702466978, "2138.667"], [1702467014, "2154.915"], [1702467038, "2171.163"], [1702467068, "2187.411"], [1702467122, "2211.783"], [1702467158, "2228.031"], [1702467191, "2244.279"], [1702467221, "2260.527"], [1702467257, "2276.775"], [1702467299, "2293.023"], [1702467350, "2317.395"], [1702467386, "2333.643"], [1702467419, "2349.891"], [1702467455, "2366.139"], [1702467515, "2398.635"], [1702467542, "2414.883"], [1702467566, "2431.131"], [1702467599, "2447.379"], [1702467635, "2463.627"], [1702467668, "2479.875"], [1702467695, "2496.123"], [1702467716, "2512.371"], [1702467746, "2528.619"], [1702467800, "2552.991"], [1702467824, "2569.239"], [1702467908, "2609.859"], [1702467944, "2626.107"], [1702467968, "2642.355"], [1702468001, "2658.603"], [1702468031, "2674.851"], [1702468067, "2691.099"], [1702468085, "2707.347"], [1702468115, "2723.595"], [1702468151, "2739.843"], [1702468181, "2756.091"], [1702468208, "2772.339"], [1702468241, "2788.587"], [1702468256, "2804.835"], [1702468286, "2821.083"], [1702468322, "2837.331"], [1702468352, "2853.579"], [1702468388, "2869.827"], [1702468424, "2886.075"], [1702468457, "2902.323"], [1702468493, "2918.571"], [1702468517, "2934.819"], [1702468550, "2951.067"], [1702468586, "2967.315"], [1702468613, "2983.563"], [1702468637, "2999.811"], [1702468679, "3016.059"], [1702468721, "3032.307"], [1702468730, "3040.431"], [1702468766, "3056.679"], [1702468799, "3072.927"], [1702468835, "3089.175"], [1702468898, "3113.547"], [1702468934, "3129.795"], [1702468970, "3146.043"], [1702468994, "3162.291"], [1702469024, "3178.539"], [1702469060, "3194.787"], [1702469111, "3219.159"], [1702469144, "3235.407"], [1702469168, "3251.655"], [1702469204, "3267.903"], [1702469237, "3284.151"], [1702469273, "3300.399"], [1702469303, "3316.647"], [1702469336, "3332.895"], [1702469360, "3349.143"], [1702469387, "3365.391"], [1702469411, "3381.639"], [1702469435, "3397.887"], [1702469468, "3414.135"], [1702469504, "3430.383"], [1702469537, "3446.631"], [1702469573, "3462.879"], [1702469606, "3479.127"], [1702469633, "3495.375"], [1702469660, "3511.623"], [1702469684, "3527.871"], [1702469717, "3544.119"], [1702469753, "3560.367"], [1702469786, "3576.615"], [1702469816, "3592.863"], [1702469834, "3609.111"], [1702469864, "3625.359"], [1702469906, "3649.731"], [1702469936, "3665.979"], [1702469972, "3682.227"], [1702470005, "3698.475"], [1702470029, "3714.723"], [1702470065, "3730.971"], [1702470101, "3747.219"], [1702470131, "3763.467"], [1702470167, "3779.715"], [1702470203, "3795.963"], [1702470251, "3820.335"], [1702470278, "3836.583"], [1702470311, "3852.831"], [1702470347, "3869.079"], [1702470371, "3885.327"], [1702470404, "3901.575"], [1702470440, "3917.823"], [1702470476, "3934.071"], [1702470506, "3950.319"], [1702470542, "3966.567"], [1702470575, "3982.815"], [1702470611, "3999.063"], [1702470635, "4015.311"], [1702470662, "4031.559"], [1702470686, "4047.807"], [1702470719, "4064.055"], [1702470746, "4080.303"], [1702470812, "4112.799"], [1702470845, "4129.047"], [1702470875, "4145.295"], [1702470899, "4161.543"], [1702470953, "4185.915"], [1702470983, "4202.163"], [1702471025, "4218.411"], [1702471067, "4242.783"], [1702471169, "4283.403"], [1702471193, "4299.651"], [1702471226, "4315.899"], [1702471265, "4332.147"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.033"], [1702462793, "0.102"], [1702462808, "0.135"], [1702462829, "0.153"], [1702462844, "0.171"], [1702462865, "0.219"], [1702462880, "0.252"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "8.643"], [1702462793, "25.749"], [1702462808, "34.212"], [1702462829, "42.675"], [1702462844, "50.799"], [1702462865, "58.923"], [1702462880, "67.047"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0.429"], [1702462721, "0.447"], [1702462736, "0.483"], [1702462751, "0.516"], [1702462763, "0.549"], [1702462793, "0.618"], [1702462808, "0.651"], [1702462829, "0.669"], [1702462844, "0.687"], [1702462865, "0.735"], [1702462880, "0.768"], [1702462904, "0.846"], [1702462919, "0.879"], [1702462952, "0.927"], [1702462973, "0.957"], [1702462988, "0.975"], [1702463045, "1.038"], [1702463081, "1.086"], [1702463114, "1.182"], [1702463150, "1.248"], [1702463186, "1.311"], [1702463216, "1.386"], [1702463240, "1.437"], [1702463273, "1.512"], [1702463324, "1.623"], [1702463354, "1.701"], [1702463381, "1.782"], [1702463417, "1.845"], [1702463453, "1.908"], [1702463477, "1.953"], [1702463510, "1.989"], [1702463537, "2.037"], [1702463570, "2.067"], [1702463591, "2.112"], [1702463621, "2.172"], [1702463657, "2.235"], [1702463693, "2.316"], [1702463729, "2.382"], [1702463765, "2.433"], [1702463798, "2.481"], [1702463846, "2.559"], [1702463873, "2.604"], [1702463906, "2.664"], [1702463948, "2.76"], [1702463984, "2.823"], [1702464014, "2.886"], [1702464050, "2.949"], [1702464086, "3.024"], [1702464122, "3.099"], [1702464155, "3.159"], [1702464194, "3.267"], [1702464230, "3.333"], [1702464263, "3.414"], [1702464299, "3.495"], [1702464332, "3.576"], [1702464356, "3.657"], [1702464392, "3.738"], [1702464425, "3.819"], [1702464455, "3.894"], [1702464479, "3.972"], [1702464509, "4.062"], [1702464533, "4.152"], [1702464569, "4.245"], [1702464605, "4.326"], [1702464635, "4.419"], [1702464671, "4.515"], [1702464716, "4.608"], [1702464743, "4.698"], [1702464776, "4.788"], [1702464812, "4.878"], [1702464836, "4.983"], [1702464869, "5.073"], [1702464905, "5.181"], [1702464926, "5.256"], [1702464956, "5.349"], [1702464992, "5.427"], [1702465016, "5.532"], [1702465049, "5.613"], [1702465085, "5.703"], [1702465118, "5.796"], [1702465145, "5.889"], [1702465178, "5.979"], [1702465208, "6.072"], [1702465241, "6.165"], [1702465298, "6.306"], [1702465334, "6.417"], [1702465367, "6.507"], [1702465394, "6.597"], [1702465418, "6.687"], [1702465445, "6.777"], [1702465481, "6.87"], [1702465517, "6.981"], [1702465550, "7.074"], [1702465586, "7.155"], [1702465619, "7.248"], [1702465658, "7.341"], [1702465706, "7.416"], [1702465754, "7.434"], [1702465787, "7.47"], [1702465823, "7.488"], [1702465856, "7.521"], [1702465880, "7.569"], [1702465910, "7.62"], [1702465952, "7.683"], [1702465988, "7.746"], [1702466015, "7.806"], [1702466030, "7.866"], [1702466060, "7.926"], [1702466078, "7.989"], [1702466138, "8.103"], [1702466168, "8.169"], [1702466204, "8.235"], [1702466237, "8.298"], [1702466261, "8.343"], [1702466291, "8.406"], [1702466327, "8.466"], [1702466360, "8.526"], [1702466384, "8.586"], [1702466417, "8.634"], [1702466441, "8.697"], [1702466471, "8.76"], [1702466507, "8.796"], [1702466540, "8.847"], [1702466597, "8.931"], [1702466633, "8.982"], [1702466666, "9.027"], [1702466705, "9.072"], [1702466732, "9.132"], [1702466765, "9.18"], [1702466801, "9.24"], [1702466852, "9.318"], [1702466876, "9.378"], [1702466918, "9.426"], [1702466978, "9.54"], [1702467014, "9.6"], [1702467038, "9.66"], [1702467068, "9.72"], [1702467122, "9.81"], [1702467158, "9.87"], [1702467191, "9.93"], [1702467221, "9.993"], [1702467257, "10.044"], [1702467299, "10.107"], [1702467350, "10.197"], [1702467386, "10.257"], [1702467419, "10.332"], [1702467455, "10.392"], [1702467515, "10.515"], [1702467542, "10.578"], [1702467566, "10.644"], [1702467599, "10.692"], [1702467635, "10.74"], [1702467668, "10.773"], [1702467695, "10.803"], [1702467716, "10.848"], [1702467746, "10.878"], [1702467800, "10.938"], [1702467824, "10.983"], [1702467908, "11.106"], [1702467944, "11.136"], [1702467968, "11.169"], [1702468001, "11.199"], [1702468031, "11.244"], [1702468067, "11.274"], [1702468085, "11.304"], [1702468115, "11.319"], [1702468151, "11.349"], [1702468181, "11.379"], [1702468208, "11.409"], [1702468241, "11.427"], [1702468256, "11.457"], [1702468286, "11.49"], [1702468322, "11.505"], [1702468352, "11.52"], [1702468388, "11.55"], [1702468424, "11.58"], [1702468457, "11.61"], [1702468493, "11.625"], [1702468517, "11.658"], [1702468550, "11.688"], [1702468586, "11.703"], [1702468613, "11.721"], [1702468637, "11.751"], [1702468679, "11.766"], [1702468721, "11.796"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "107.652"], [1702462721, "116.484"], [1702462736, "125.316"], [1702462751, "134.148"], [1702462763, "142.791"], [1702462793, "159.897"], [1702462808, "168.36"], [1702462829, "176.823"], [1702462844, "184.947"], [1702462865, "193.071"], [1702462880, "201.195"], [1702462904, "217.443"], [1702462919, "225.567"], [1702462952, "241.815"], [1702462973, "249.939"], [1702462988, "258.063"], [1702463045, "282.435"], [1702463081, "298.683"], [1702463114, "314.931"], [1702463150, "331.179"], [1702463186, "347.427"], [1702463216, "363.675"], [1702463240, "379.923"], [1702463273, "396.171"], [1702463324, "420.543"], [1702463354, "436.791"], [1702463381, "453.039"], [1702463417, "469.287"], [1702463453, "485.535"], [1702463477, "501.783"], [1702463510, "518.031"], [1702463537, "534.279"], [1702463570, "550.527"], [1702463591, "566.775"], [1702463621, "583.023"], [1702463657, "599.271"], [1702463693, "615.519"], [1702463729, "631.767"], [1702463765, "648.015"], [1702463798, "664.263"], [1702463846, "688.635"], [1702463873, "704.883"], [1702463906, "721.131"], [1702463948, "745.503"], [1702463984, "761.751"], [1702464014, "777.999"], [1702464050, "794.247"], [1702464086, "810.495"], [1702464122, "826.743"], [1702464155, "842.991"], [1702464194, "867.363"], [1702464230, "883.611"], [1702464263, "899.859"], [1702464299, "916.107"], [1702464332, "932.355"], [1702464356, "948.603"], [1702464392, "964.851"], [1702464425, "981.099"], [1702464455, "997.347"], [1702464479, "1013.595"], [1702464509, "1029.843"], [1702464533, "1046.091"], [1702464569, "1062.339"], [1702464605, "1078.587"], [1702464635, "1094.835"], [1702464671, "1111.083"], [1702464716, "1127.331"], [1702464743, "1143.579"], [1702464776, "1159.827"], [1702464812, "1176.075"], [1702464836, "1192.323"], [1702464869, "1208.571"], [1702464905, "1224.819"], [1702464926, "1241.067"], [1702464956, "1257.315"], [1702464992, "1273.563"], [1702465016, "1289.811"], [1702465049, "1306.059"], [1702465085, "1322.307"], [1702465118, "1338.555"], [1702465145, "1354.803"], [1702465178, "1371.051"], [1702465208, "1387.299"], [1702465241, "1403.547"], [1702465298, "1427.919"], [1702465334, "1444.167"], [1702465367, "1460.415"], [1702465394, "1476.663"], [1702465418, "1492.911"], [1702465445, "1509.159"], [1702465481, "1525.407"], [1702465517, "1541.655"], [1702465550, "1557.903"], [1702465586, "1574.151"], [1702465619, "1590.399"], [1702465658, "1606.647"], [1702465706, "1622.895"], [1702465754, "1647.267"], [1702465787, "1663.515"], [1702465823, "1679.763"], [1702465856, "1696.011"], [1702465880, "1712.259"], [1702465910, "1728.507"], [1702465952, "1744.755"], [1702465988, "1761.003"], [1702466015, "1777.251"], [1702466030, "1793.499"], [1702466060, "1809.747"], [1702466078, "1825.995"], [1702466138, "1850.367"], [1702466168, "1866.615"], [1702466204, "1882.863"], [1702466237, "1899.111"], [1702466261, "1915.359"], [1702466291, "1931.607"], [1702466327, "1947.855"], [1702466360, "1964.103"], [1702466384, "1980.351"], [1702466417, "1996.599"], [1702466441, "2012.847"], [1702466471, "2029.095"], [1702466507, "2045.343"], [1702466540, "2061.591"], [1702466597, "2085.963"], [1702466633, "2102.211"], [1702466666, "2118.459"], [1702466705, "2134.707"], [1702466732, "2150.955"], [1702466765, "2167.203"], [1702466801, "2183.451"], [1702466852, "2207.823"], [1702466876, "2224.071"], [1702466918, "2240.319"], [1702466978, "2272.815"], [1702467014, "2289.063"], [1702467038, "2305.311"], [1702467068, "2321.559"], [1702467122, "2345.931"], [1702467158, "2362.179"], [1702467191, "2378.427"], [1702467221, "2394.675"], [1702467257, "2410.923"], [1702467299, "2427.171"], [1702467350, "2451.543"], [1702467386, "2467.791"], [1702467419, "2484.039"], [1702467455, "2500.287"], [1702467515, "2532.783"], [1702467542, "2549.031"], [1702467566, "2565.279"], [1702467599, "2581.527"], [1702467635, "2597.775"], [1702467668, "2614.023"], [1702467695, "2630.271"], [1702467716, "2646.519"], [1702467746, "2662.767"], [1702467800, "2687.139"], [1702467824, "2703.387"], [1702467908, "2744.007"], [1702467944, "2760.255"], [1702467968, "2776.503"], [1702468001, "2792.751"], [1702468031, "2808.999"], [1702468067, "2825.247"], [1702468085, "2841.495"], [1702468115, "2857.743"], [1702468151, "2873.991"], [1702468181, "2890.239"], [1702468208, "2906.487"], [1702468241, "2922.735"], [1702468256, "2938.983"], [1702468286, "2955.231"], [1702468322, "2971.479"], [1702468352, "2987.727"], [1702468388, "3003.975"], [1702468424, "3020.223"], [1702468457, "3036.471"], [1702468493, "3052.719"], [1702468517, "3068.967"], [1702468550, "3085.215"], [1702468586, "3101.463"], [1702468613, "3117.711"], [1702468637, "3133.959"], [1702468679, "3150.207"], [1702468721, "3166.455"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0.123"], [1702462763, "0.156"], [1702462793, "0.225"], [1702462808, "0.258"], [1702462829, "0.276"], [1702462844, "0.294"], [1702462865, "0.342"], [1702462880, "0.375"], [1702462904, "0.453"], [1702462919, "0.486"], [1702462952, "0.534"], [1702462973, "0.564"], [1702462988, "0.582"], [1702463045, "0.645"], [1702463081, "0.693"], [1702463114, "0.789"], [1702463150, "0.855"], [1702463186, "0.918"], [1702463216, "0.993"], [1702463240, "1.044"], [1702463273, "1.119"], [1702463324, "1.23"], [1702463354, "1.308"], [1702463381, "1.389"], [1702463417, "1.452"], [1702463453, "1.515"], [1702463477, "1.56"], [1702463510, "1.596"], [1702463537, "1.644"], [1702463570, "1.674"], [1702463591, "1.719"], [1702463621, "1.779"], [1702463657, "1.842"], [1702463693, "1.923"], [1702463729, "1.989"], [1702463765, "2.04"], [1702463798, "2.088"], [1702463846, "2.166"], [1702463873, "2.211"], [1702463906, "2.271"], [1702463948, "2.367"], [1702463984, "2.43"], [1702464014, "2.493"], [1702464050, "2.556"], [1702464086, "2.631"], [1702464122, "2.706"], [1702464155, "2.766"], [1702464194, "2.874"], [1702464230, "2.94"], [1702464263, "3.021"], [1702464299, "3.102"], [1702464332, "3.183"], [1702464356, "3.264"], [1702464392, "3.345"], [1702464425, "3.426"], [1702464455, "3.501"], [1702464479, "3.579"], [1702464509, "3.669"], [1702464533, "3.759"], [1702464569, "3.852"], [1702464605, "3.933"], [1702464635, "4.026"], [1702464671, "4.122"], [1702464716, "4.215"], [1702464743, "4.305"], [1702464776, "4.395"], [1702464812, "4.485"], [1702464836, "4.59"], [1702464869, "4.68"], [1702464905, "4.788"], [1702464926, "4.863"], [1702464956, "4.956"], [1702464992, "5.034"], [1702465016, "5.139"], [1702465049, "5.22"], [1702465085, "5.31"], [1702465118, "5.403"], [1702465145, "5.496"], [1702465178, "5.586"], [1702465208, "5.679"], [1702465241, "5.772"], [1702465298, "5.913"], [1702465334, "6.024"], [1702465367, "6.114"], [1702465394, "6.204"], [1702465418, "6.294"], [1702465445, "6.384"], [1702465481, "6.477"], [1702465517, "6.588"], [1702465550, "6.681"], [1702465586, "6.762"], [1702465619, "6.855"], [1702465658, "6.948"], [1702465706, "7.023"], [1702465754, "7.041"], [1702465787, "7.077"], [1702465823, "7.095"], [1702465856, "7.128"], [1702465880, "7.176"], [1702465910, "7.227"], [1702465952, "7.29"], [1702465988, "7.353"], [1702466015, "7.413"], [1702466030, "7.473"], [1702466060, "7.533"], [1702466078, "7.596"], [1702466138, "7.71"], [1702466168, "7.776"], [1702466204, "7.842"], [1702466237, "7.905"], [1702466261, "7.95"], [1702466291, "8.013"], [1702466327, "8.073"], [1702466360, "8.133"], [1702466384, "8.193"], [1702466417, "8.241"], [1702466441, "8.304"], [1702466471, "8.367"], [1702466507, "8.403"], [1702466540, "8.454"], [1702466597, "8.538"], [1702466633, "8.589"], [1702466666, "8.634"], [1702466705, "8.679"], [1702466732, "8.739"], [1702466765, "8.787"], [1702466801, "8.847"], [1702466852, "8.925"], [1702466876, "8.985"], [1702466918, "9.033"], [1702466978, "9.147"], [1702467014, "9.207"], [1702467038, "9.267"], [1702467068, "9.327"], [1702467122, "9.417"], [1702467158, "9.477"], [1702467191, "9.537"], [1702467221, "9.6"], [1702467257, "9.651"], [1702467299, "9.714"], [1702467350, "9.804"], [1702467386, "9.864"], [1702467419, "9.939"], [1702467455, "9.999"], [1702467515, "10.122"], [1702467542, "10.185"], [1702467566, "10.251"], [1702467599, "10.299"], [1702467635, "10.347"], [1702467668, "10.38"], [1702467695, "10.41"], [1702467716, "10.455"], [1702467746, "10.485"], [1702467800, "10.545"], [1702467824, "10.59"], [1702467908, "10.713"], [1702467944, "10.743"], [1702467968, "10.776"], [1702468001, "10.806"], [1702468031, "10.851"], [1702468067, "10.881"], [1702468085, "10.911"], [1702468115, "10.926"], [1702468151, "10.956"], [1702468181, "10.986"], [1702468208, "11.016"], [1702468241, "11.034"], [1702468256, "11.064"], [1702468286, "11.097"], [1702468322, "11.112"], [1702468352, "11.127"], [1702468388, "11.157"], [1702468424, "11.187"], [1702468457, "11.217"], [1702468493, "11.232"], [1702468517, "11.265"], [1702468550, "11.295"], [1702468586, "11.31"], [1702468613, "11.328"], [1702468637, "11.358"], [1702468679, "11.373"], [1702468721, "11.403"], [1702468730, "11.418"], [1702468766, "11.448"], [1702468799, "11.478"], [1702468835, "11.508"], [1702468898, "11.556"], [1702468934, "11.571"], [1702468970, "11.571"], [1702468994, "11.601"], [1702469024, "11.616"], [1702469060, "11.646"], [1702469111, "11.691"], [1702469144, "11.694"], [1702469168, "11.709"], [1702469204, "11.727"], [1702469237, "11.757"], [1702469273, "11.772"], [1702469303, "11.802"], [1702469336, "11.832"], [1702469360, "11.832"], [1702469387, "11.832"], [1702469411, "11.847"], [1702469435, "11.877"], [1702469468, "11.907"], [1702469504, "11.94"], [1702469537, "11.973"], [1702469573, "12.006"], [1702469606, "12.036"], [1702469633, "12.066"], [1702469660, "12.096"], [1702469684, "12.126"], [1702469717, "12.156"], [1702469753, "12.171"], [1702469786, "12.186"], [1702469816, "12.204"], [1702469834, "12.234"], [1702469864, "12.249"], [1702469906, "12.3"], [1702469936, "12.33"], [1702469972, "12.36"], [1702470005, "12.375"], [1702470029, "12.39"], [1702470065, "12.408"], [1702470101, "12.441"], [1702470131, "12.474"], [1702470167, "12.504"], [1702470203, "12.534"], [1702470251, "12.564"], [1702470278, "12.594"], [1702470311, "12.624"], [1702470347, "12.654"], [1702470371, "12.684"], [1702470404, "12.717"], [1702470440, "12.72"], [1702470476, "12.753"], [1702470506, "12.756"], [1702470542, "12.789"], [1702470575, "12.804"], [1702470611, "12.804"], [1702470635, "12.834"], [1702470662, "12.849"], [1702470686, "12.879"], [1702470719, "12.909"], [1702470746, "12.939"], [1702470812, "12.987"], [1702470845, "13.005"], [1702470875, "13.035"], [1702470899, "13.065"], [1702470953, "13.11"], [1702470983, "13.14"], [1702471025, "13.176"], [1702471067, "13.227"], [1702471169, "13.317"], [1702471193, "13.35"], [1702471226, "13.38"], [1702471265, "13.413"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "35.523"], [1702462763, "44.166"], [1702462793, "61.272"], [1702462808, "69.735"], [1702462829, "78.198"], [1702462844, "86.322"], [1702462865, "94.446"], [1702462880, "102.57"], [1702462904, "118.818"], [1702462919, "126.942"], [1702462952, "143.19"], [1702462973, "151.314"], [1702462988, "159.438"], [1702463045, "183.81"], [1702463081, "200.058"], [1702463114, "216.306"], [1702463150, "232.554"], [1702463186, "248.802"], [1702463216, "265.05"], [1702463240, "281.298"], [1702463273, "297.546"], [1702463324, "321.918"], [1702463354, "338.166"], [1702463381, "354.414"], [1702463417, "370.662"], [1702463453, "386.91"], [1702463477, "403.158"], [1702463510, "419.406"], [1702463537, "435.654"], [1702463570, "451.902"], [1702463591, "468.15"], [1702463621, "484.398"], [1702463657, "500.646"], [1702463693, "516.894"], [1702463729, "533.142"], [1702463765, "549.39"], [1702463798, "565.638"], [1702463846, "590.01"], [1702463873, "606.258"], [1702463906, "622.506"], [1702463948, "646.878"], [1702463984, "663.126"], [1702464014, "679.374"], [1702464050, "695.622"], [1702464086, "711.87"], [1702464122, "728.118"], [1702464155, "744.366"], [1702464194, "768.738"], [1702464230, "784.986"], [1702464263, "801.234"], [1702464299, "817.482"], [1702464332, "833.73"], [1702464356, "849.978"], [1702464392, "866.226"], [1702464425, "882.474"], [1702464455, "898.722"], [1702464479, "914.97"], [1702464509, "931.218"], [1702464533, "947.466"], [1702464569, "963.714"], [1702464605, "979.962"], [1702464635, "996.21"], [1702464671, "1012.458"], [1702464716, "1028.706"], [1702464743, "1044.954"], [1702464776, "1061.202"], [1702464812, "1077.45"], [1702464836, "1093.698"], [1702464869, "1109.946"], [1702464905, "1126.194"], [1702464926, "1142.442"], [1702464956, "1158.69"], [1702464992, "1174.938"], [1702465016, "1191.186"], [1702465049, "1207.434"], [1702465085, "1223.682"], [1702465118, "1239.93"], [1702465145, "1256.178"], [1702465178, "1272.426"], [1702465208, "1288.674"], [1702465241, "1304.922"], [1702465298, "1329.294"], [1702465334, "1345.542"], [1702465367, "1361.79"], [1702465394, "1378.038"], [1702465418, "1394.286"], [1702465445, "1410.534"], [1702465481, "1426.782"], [1702465517, "1443.03"], [1702465550, "1459.278"], [1702465586, "1475.526"], [1702465619, "1491.774"], [1702465658, "1508.022"], [1702465706, "1524.27"], [1702465754, "1548.642"], [1702465787, "1564.89"], [1702465823, "1581.138"], [1702465856, "1597.386"], [1702465880, "1613.634"], [1702465910, "1629.882"], [1702465952, "1646.13"], [1702465988, "1662.378"], [1702466015, "1678.626"], [1702466030, "1694.874"], [1702466060, "1711.122"], [1702466078, "1727.37"], [1702466138, "1751.742"], [1702466168, "1767.99"], [1702466204, "1784.238"], [1702466237, "1800.486"], [1702466261, "1816.734"], [1702466291, "1832.982"], [1702466327, "1849.23"], [1702466360, "1865.478"], [1702466384, "1881.726"], [1702466417, "1897.974"], [1702466441, "1914.222"], [1702466471, "1930.47"], [1702466507, "1946.718"], [1702466540, "1962.966"], [1702466597, "1987.338"], [1702466633, "2003.586"], [1702466666, "2019.834"], [1702466705, "2036.082"], [1702466732, "2052.33"], [1702466765, "2068.578"], [1702466801, "2084.826"], [1702466852, "2109.198"], [1702466876, "2125.446"], [1702466918, "2141.694"], [1702466978, "2174.19"], [1702467014, "2190.438"], [1702467038, "2206.686"], [1702467068, "2222.934"], [1702467122, "2247.306"], [1702467158, "2263.554"], [1702467191, "2279.802"], [1702467221, "2296.05"], [1702467257, "2312.298"], [1702467299, "2328.546"], [1702467350, "2352.918"], [1702467386, "2369.166"], [1702467419, "2385.414"], [1702467455, "2401.662"], [1702467515, "2434.158"], [1702467542, "2450.406"], [1702467566, "2466.654"], [1702467599, "2482.902"], [1702467635, "2499.15"], [1702467668, "2515.398"], [1702467695, "2531.646"], [1702467716, "2547.894"], [1702467746, "2564.142"], [1702467800, "2588.514"], [1702467824, "2604.762"], [1702467908, "2645.382"], [1702467944, "2661.63"], [1702467968, "2677.878"], [1702468001, "2694.126"], [1702468031, "2710.374"], [1702468067, "2726.622"], [1702468085, "2742.87"], [1702468115, "2759.118"], [1702468151, "2775.366"], [1702468181, "2791.614"], [1702468208, "2807.862"], [1702468241, "2824.11"], [1702468256, "2840.358"], [1702468286, "2856.606"], [1702468322, "2872.854"], [1702468352, "2889.102"], [1702468388, "2905.35"], [1702468424, "2921.598"], [1702468457, "2937.846"], [1702468493, "2954.094"], [1702468517, "2970.342"], [1702468550, "2986.59"], [1702468586, "3002.838"], [1702468613, "3019.086"], [1702468637, "3035.334"], [1702468679, "3051.582"], [1702468721, "3067.83"], [1702468730, "3075.954"], [1702468766, "3092.202"], [1702468799, "3108.45"], [1702468835, "3124.698"], [1702468898, "3149.07"], [1702468934, "3165.318"], [1702468970, "3181.566"], [1702468994, "3197.814"], [1702469024, "3214.062"], [1702469060, "3230.31"], [1702469111, "3254.682"], [1702469144, "3270.93"], [1702469168, "3287.178"], [1702469204, "3303.426"], [1702469237, "3319.674"], [1702469273, "3335.922"], [1702469303, "3352.17"], [1702469336, "3368.418"], [1702469360, "3384.666"], [1702469387, "3400.914"], [1702469411, "3417.162"], [1702469435, "3433.41"], [1702469468, "3449.658"], [1702469504, "3465.906"], [1702469537, "3482.154"], [1702469573, "3498.402"], [1702469606, "3514.65"], [1702469633, "3530.898"], [1702469660, "3547.146"], [1702469684, "3563.394"], [1702469717, "3579.642"], [1702469753, "3595.89"], [1702469786, "3612.138"], [1702469816, "3628.386"], [1702469834, "3644.634"], [1702469864, "3660.882"], [1702469906, "3685.254"], [1702469936, "3701.502"], [1702469972, "3717.75"], [1702470005, "3733.998"], [1702470029, "3750.246"], [1702470065, "3766.494"], [1702470101, "3782.742"], [1702470131, "3798.99"], [1702470167, "3815.238"], [1702470203, "3831.486"], [1702470251, "3855.858"], [1702470278, "3872.106"], [1702470311, "3888.354"], [1702470347, "3904.602"], [1702470371, "3920.85"], [1702470404, "3937.098"], [1702470440, "3953.346"], [1702470476, "3969.594"], [1702470506, "3985.842"], [1702470542, "4002.09"], [1702470575, "4018.338"], [1702470611, "4034.586"], [1702470635, "4050.834"], [1702470662, "4067.082"], [1702470686, "4083.33"], [1702470719, "4099.578"], [1702470746, "4115.826"], [1702470812, "4148.322"], [1702470845, "4164.57"], [1702470875, "4180.818"], [1702470899, "4197.066"], [1702470953, "4221.438"], [1702470983, "4237.686"], [1702471025, "4253.934"], [1702471067, "4278.306"], [1702471169, "4318.926"], [1702471193, "4335.174"], [1702471226, "4351.422"], [1702471265, "4367.67"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.036"], [1702462721, "0.054"], [1702462736, "0.09"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.027"], [1702462721, "17.859"], [1702462736, "26.691"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0.288"], [1702462988, "0.306"], [1702463045, "0.369"], [1702463081, "0.417"], [1702463114, "0.513"], [1702463150, "0.579"], [1702463186, "0.642"], [1702463216, "0.717"], [1702463240, "0.768"], [1702463273, "0.843"], [1702463324, "0.954"], [1702463354, "1.032"], [1702463381, "1.113"], [1702463417, "1.176"], [1702463453, "1.239"], [1702463477, "1.284"], [1702463510, "1.32"], [1702463537, "1.368"], [1702463570, "1.398"], [1702463591, "1.443"], [1702463621, "1.503"], [1702463657, "1.566"], [1702463693, "1.647"], [1702463729, "1.713"], [1702463765, "1.764"], [1702463798, "1.812"], [1702463846, "1.89"], [1702463873, "1.935"], [1702463906, "1.995"], [1702463948, "2.091"], [1702463984, "2.154"], [1702464014, "2.217"], [1702464050, "2.28"], [1702464086, "2.355"], [1702464122, "2.43"], [1702464155, "2.49"], [1702464194, "2.598"], [1702464230, "2.664"], [1702464263, "2.745"], [1702464299, "2.826"], [1702464332, "2.907"], [1702464356, "2.988"], [1702464392, "3.069"], [1702464425, "3.15"], [1702464455, "3.225"], [1702464479, "3.303"], [1702464509, "3.393"], [1702464533, "3.483"], [1702464569, "3.576"], [1702464605, "3.657"], [1702464635, "3.75"], [1702464671, "3.846"], [1702464716, "3.939"], [1702464743, "4.029"], [1702464776, "4.119"], [1702464812, "4.209"], [1702464836, "4.314"], [1702464869, "4.404"], [1702464905, "4.512"], [1702464926, "4.587"], [1702464956, "4.68"], [1702464992, "4.758"], [1702465016, "4.863"], [1702465049, "4.944"], [1702465085, "5.034"], [1702465118, "5.127"], [1702465145, "5.22"], [1702465178, "5.31"], [1702465208, "5.403"], [1702465241, "5.496"], [1702465298, "5.637"], [1702465334, "5.748"], [1702465367, "5.838"], [1702465394, "5.928"], [1702465418, "6.018"], [1702465445, "6.108"], [1702465481, "6.201"], [1702465517, "6.312"], [1702465550, "6.405"], [1702465586, "6.486"], [1702465619, "6.579"], [1702465658, "6.672"], [1702465706, "6.747"], [1702465754, "6.765"], [1702465787, "6.801"], [1702465823, "6.819"], [1702465856, "6.852"], [1702465880, "6.9"], [1702465910, "6.951"], [1702465952, "7.014"], [1702465988, "7.077"], [1702466015, "7.137"], [1702466030, "7.197"], [1702466060, "7.257"], [1702466078, "7.32"], [1702466138, "7.434"], [1702466168, "7.5"], [1702466204, "7.566"], [1702466237, "7.629"], [1702466261, "7.674"], [1702466291, "7.737"], [1702466327, "7.797"], [1702466360, "7.857"], [1702466384, "7.917"], [1702466417, "7.965"], [1702466441, "8.028"], [1702466471, "8.091"], [1702466507, "8.127"], [1702466540, "8.178"], [1702466597, "8.262"], [1702466633, "8.313"], [1702466666, "8.358"], [1702466705, "8.403"], [1702466732, "8.463"], [1702466765, "8.511"], [1702466801, "8.571"], [1702466852, "8.649"], [1702466876, "8.709"], [1702466918, "8.757"], [1702466978, "8.871"], [1702467014, "8.931"], [1702467038, "8.991"], [1702467068, "9.051"], [1702467122, "9.141"], [1702467158, "9.201"], [1702467191, "9.261"], [1702467221, "9.324"], [1702467257, "9.375"], [1702467299, "9.438"], [1702467350, "9.528"], [1702467386, "9.588"], [1702467419, "9.663"], [1702467455, "9.723"], [1702467515, "9.846"], [1702467542, "9.909"], [1702467566, "9.975"], [1702467599, "10.023"], [1702467635, "10.071"], [1702467668, "10.104"], [1702467695, "10.134"], [1702467716, "10.179"], [1702467746, "10.209"], [1702467800, "10.269"], [1702467824, "10.314"], [1702467908, "10.437"], [1702467944, "10.467"], [1702467968, "10.5"], [1702468001, "10.53"], [1702468031, "10.575"], [1702468067, "10.605"], [1702468085, "10.635"], [1702468115, "10.65"], [1702468151, "10.68"], [1702468181, "10.71"], [1702468208, "10.74"], [1702468241, "10.758"], [1702468256, "10.788"], [1702468286, "10.821"], [1702468322, "10.836"], [1702468352, "10.851"], [1702468388, "10.881"], [1702468424, "10.911"], [1702468457, "10.941"], [1702468493, "10.956"], [1702468517, "10.989"], [1702468550, "11.019"], [1702468586, "11.034"], [1702468613, "11.052"], [1702468637, "11.082"], [1702468679, "11.097"], [1702468721, "11.127"], [1702468730, "11.142"], [1702468766, "11.172"], [1702468799, "11.202"], [1702468835, "11.232"], [1702468898, "11.28"], [1702468934, "11.295"], [1702468970, "11.295"], [1702468994, "11.325"], [1702469024, "11.34"], [1702469060, "11.37"], [1702469111, "11.415"], [1702469144, "11.418"], [1702469168, "11.433"], [1702469204, "11.451"], [1702469237, "11.481"], [1702469273, "11.496"], [1702469303, "11.526"], [1702469336, "11.556"], [1702469360, "11.556"], [1702469387, "11.556"], [1702469411, "11.571"], [1702469435, "11.601"], [1702469468, "11.631"], [1702469504, "11.664"], [1702469537, "11.697"], [1702469573, "11.73"], [1702469606, "11.76"], [1702469633, "11.79"], [1702469660, "11.82"], [1702469684, "11.85"], [1702469717, "11.88"], [1702469753, "11.895"], [1702469786, "11.91"], [1702469816, "11.928"], [1702469834, "11.958"], [1702469864, "11.973"], [1702469906, "12.024"], [1702469936, "12.054"], [1702469972, "12.084"], [1702470005, "12.099"], [1702470029, "12.114"], [1702470065, "12.132"], [1702470101, "12.165"], [1702470131, "12.198"], [1702470167, "12.228"], [1702470203, "12.258"], [1702470251, "12.288"], [1702470278, "12.318"], [1702470311, "12.348"], [1702470347, "12.378"], [1702470371, "12.408"], [1702470404, "12.441"], [1702470440, "12.444"], [1702470476, "12.477"], [1702470506, "12.48"], [1702470542, "12.513"], [1702470575, "12.528"], [1702470611, "12.528"], [1702470635, "12.558"], [1702470662, "12.573"], [1702470686, "12.603"], [1702470719, "12.633"], [1702470746, "12.663"], [1702470812, "12.711"], [1702470845, "12.729"], [1702470875, "12.759"], [1702470899, "12.789"], [1702470953, "12.834"], [1702470983, "12.864"], [1702471025, "12.9"], [1702471067, "12.951"], [1702471169, "13.041"], [1702471193, "13.074"], [1702471226, "13.104"], [1702471265, "13.137"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "73.116"], [1702462988, "81.24"], [1702463045, "105.612"], [1702463081, "121.86"], [1702463114, "138.108"], [1702463150, "154.356"], [1702463186, "170.604"], [1702463216, "186.852"], [1702463240, "203.1"], [1702463273, "219.348"], [1702463324, "243.72"], [1702463354, "259.968"], [1702463381, "276.216"], [1702463417, "292.464"], [1702463453, "308.712"], [1702463477, "324.96"], [1702463510, "341.208"], [1702463537, "357.456"], [1702463570, "373.704"], [1702463591, "389.952"], [1702463621, "406.2"], [1702463657, "422.448"], [1702463693, "438.696"], [1702463729, "454.944"], [1702463765, "471.192"], [1702463798, "487.44"], [1702463846, "511.812"], [1702463873, "528.06"], [1702463906, "544.308"], [1702463948, "568.68"], [1702463984, "584.928"], [1702464014, "601.176"], [1702464050, "617.424"], [1702464086, "633.672"], [1702464122, "649.92"], [1702464155, "666.168"], [1702464194, "690.54"], [1702464230, "706.788"], [1702464263, "723.036"], [1702464299, "739.284"], [1702464332, "755.532"], [1702464356, "771.78"], [1702464392, "788.028"], [1702464425, "804.276"], [1702464455, "820.524"], [1702464479, "836.772"], [1702464509, "853.02"], [1702464533, "869.268"], [1702464569, "885.516"], [1702464605, "901.764"], [1702464635, "918.012"], [1702464671, "934.26"], [1702464716, "950.508"], [1702464743, "966.756"], [1702464776, "983.004"], [1702464812, "999.252"], [1702464836, "1015.5"], [1702464869, "1031.748"], [1702464905, "1047.996"], [1702464926, "1064.244"], [1702464956, "1080.492"], [1702464992, "1096.74"], [1702465016, "1112.988"], [1702465049, "1129.236"], [1702465085, "1145.484"], [1702465118, "1161.732"], [1702465145, "1177.98"], [1702465178, "1194.228"], [1702465208, "1210.476"], [1702465241, "1226.724"], [1702465298, "1251.096"], [1702465334, "1267.344"], [1702465367, "1283.592"], [1702465394, "1299.84"], [1702465418, "1316.088"], [1702465445, "1332.336"], [1702465481, "1348.584"], [1702465517, "1364.832"], [1702465550, "1381.08"], [1702465586, "1397.328"], [1702465619, "1413.576"], [1702465658, "1429.824"], [1702465706, "1446.072"], [1702465754, "1470.444"], [1702465787, "1486.692"], [1702465823, "1502.94"], [1702465856, "1519.188"], [1702465880, "1535.436"], [1702465910, "1551.684"], [1702465952, "1567.932"], [1702465988, "1584.18"], [1702466015, "1600.428"], [1702466030, "1616.676"], [1702466060, "1632.924"], [1702466078, "1649.172"], [1702466138, "1673.544"], [1702466168, "1689.792"], [1702466204, "1706.04"], [1702466237, "1722.288"], [1702466261, "1738.536"], [1702466291, "1754.784"], [1702466327, "1771.032"], [1702466360, "1787.28"], [1702466384, "1803.528"], [1702466417, "1819.776"], [1702466441, "1836.024"], [1702466471, "1852.272"], [1702466507, "1868.52"], [1702466540, "1884.768"], [1702466597, "1909.14"], [1702466633, "1925.388"], [1702466666, "1941.636"], [1702466705, "1957.884"], [1702466732, "1974.132"], [1702466765, "1990.38"], [1702466801, "2006.628"], [1702466852, "2031"], [1702466876, "2047.248"], [1702466918, "2063.496"], [1702466978, "2095.992"], [1702467014, "2112.24"], [1702467038, "2128.488"], [1702467068, "2144.736"], [1702467122, "2169.108"], [1702467158, "2185.356"], [1702467191, "2201.604"], [1702467221, "2217.852"], [1702467257, "2234.1"], [1702467299, "2250.348"], [1702467350, "2274.72"], [1702467386, "2290.968"], [1702467419, "2307.216"], [1702467455, "2323.464"], [1702467515, "2355.96"], [1702467542, "2372.208"], [1702467566, "2388.456"], [1702467599, "2404.704"], [1702467635, "2420.952"], [1702467668, "2437.2"], [1702467695, "2453.448"], [1702467716, "2469.696"], [1702467746, "2485.944"], [1702467800, "2510.316"], [1702467824, "2526.564"], [1702467908, "2567.184"], [1702467944, "2583.432"], [1702467968, "2599.68"], [1702468001, "2615.928"], [1702468031, "2632.176"], [1702468067, "2648.424"], [1702468085, "2664.672"], [1702468115, "2680.92"], [1702468151, "2697.168"], [1702468181, "2713.416"], [1702468208, "2729.664"], [1702468241, "2745.912"], [1702468256, "2762.16"], [1702468286, "2778.408"], [1702468322, "2794.656"], [1702468352, "2810.904"], [1702468388, "2827.152"], [1702468424, "2843.4"], [1702468457, "2859.648"], [1702468493, "2875.896"], [1702468517, "2892.144"], [1702468550, "2908.392"], [1702468586, "2924.64"], [1702468613, "2940.888"], [1702468637, "2957.136"], [1702468679, "2973.384"], [1702468721, "2989.632"], [1702468730, "2997.756"], [1702468766, "3014.004"], [1702468799, "3030.252"], [1702468835, "3046.5"], [1702468898, "3070.872"], [1702468934, "3087.12"], [1702468970, "3103.368"], [1702468994, "3119.616"], [1702469024, "3135.864"], [1702469060, "3152.112"], [1702469111, "3176.484"], [1702469144, "3192.732"], [1702469168, "3208.98"], [1702469204, "3225.228"], [1702469237, "3241.476"], [1702469273, "3257.724"], [1702469303, "3273.972"], [1702469336, "3290.22"], [1702469360, "3306.468"], [1702469387, "3322.716"], [1702469411, "3338.964"], [1702469435, "3355.212"], [1702469468, "3371.46"], [1702469504, "3387.708"], [1702469537, "3403.956"], [1702469573, "3420.204"], [1702469606, "3436.452"], [1702469633, "3452.7"], [1702469660, "3468.948"], [1702469684, "3485.196"], [1702469717, "3501.444"], [1702469753, "3517.692"], [1702469786, "3533.94"], [1702469816, "3550.188"], [1702469834, "3566.436"], [1702469864, "3582.684"], [1702469906, "3607.056"], [1702469936, "3623.304"], [1702469972, "3639.552"], [1702470005, "3655.8"], [1702470029, "3672.048"], [1702470065, "3688.296"], [1702470101, "3704.544"], [1702470131, "3720.792"], [1702470167, "3737.04"], [1702470203, "3753.288"], [1702470251, "3777.66"], [1702470278, "3793.908"], [1702470311, "3810.156"], [1702470347, "3826.404"], [1702470371, "3842.652"], [1702470404, "3858.9"], [1702470440, "3875.148"], [1702470476, "3891.396"], [1702470506, "3907.644"], [1702470542, "3923.892"], [1702470575, "3940.14"], [1702470611, "3956.388"], [1702470635, "3972.636"], [1702470662, "3988.884"], [1702470686, "4005.132"], [1702470719, "4021.38"], [1702470746, "4037.628"], [1702470812, "4070.124"], [1702470845, "4086.372"], [1702470875, "4102.62"], [1702470899, "4118.868"], [1702470953, "4143.24"], [1702470983, "4159.488"], [1702471025, "4175.736"], [1702471067, "4200.108"], [1702471169, "4240.728"], [1702471193, "4256.976"], [1702471226, "4273.224"], [1702471265, "4289.472"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.018"], [1702462865, "0.066"], [1702462880, "0.099"], [1702462904, "0.177"], [1702462919, "0.21"], [1702462952, "0.258"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.124"], [1702462865, "16.248"], [1702462880, "24.372"], [1702462904, "40.62"], [1702462919, "48.744"], [1702462952, "64.992"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.3"], [1702462808, "0.333"], [1702462829, "0.351"], [1702462844, "0.369"], [1702462865, "0.417"], [1702462880, "0.45"], [1702462904, "0.528"], [1702462919, "0.561"], [1702462952, "0.609"], [1702462973, "0.639"], [1702462988, "0.657"], [1702463045, "0.72"], [1702463081, "0.768"], [1702463114, "0.864"], [1702463150, "0.93"], [1702463186, "0.993"], [1702463216, "1.068"], [1702463240, "1.119"], [1702463273, "1.194"], [1702463324, "1.305"], [1702463354, "1.383"], [1702463381, "1.464"], [1702463417, "1.527"], [1702463453, "1.59"], [1702463477, "1.635"], [1702463510, "1.671"], [1702463537, "1.719"], [1702463570, "1.749"], [1702463591, "1.794"], [1702463621, "1.854"], [1702463657, "1.917"], [1702463693, "1.998"], [1702463729, "2.064"], [1702463765, "2.115"], [1702463798, "2.163"], [1702463846, "2.241"], [1702463873, "2.286"], [1702463906, "2.346"], [1702463948, "2.442"], [1702463984, "2.505"], [1702464014, "2.568"], [1702464050, "2.631"], [1702464086, "2.706"], [1702464122, "2.781"], [1702464155, "2.841"], [1702464194, "2.949"], [1702464230, "3.015"], [1702464263, "3.096"], [1702464299, "3.177"], [1702464332, "3.258"], [1702464356, "3.339"], [1702464392, "3.42"], [1702464425, "3.501"], [1702464455, "3.576"], [1702464479, "3.654"], [1702464509, "3.744"], [1702464533, "3.834"], [1702464569, "3.927"], [1702464605, "4.008"], [1702464635, "4.101"], [1702464671, "4.197"], [1702464716, "4.29"], [1702464743, "4.38"], [1702464776, "4.47"], [1702464812, "4.56"], [1702464836, "4.665"], [1702464869, "4.755"], [1702464905, "4.863"], [1702464926, "4.938"], [1702464956, "5.031"], [1702464992, "5.109"], [1702465016, "5.214"], [1702465049, "5.295"], [1702465085, "5.385"], [1702465118, "5.478"], [1702465145, "5.571"], [1702465178, "5.661"], [1702465208, "5.754"], [1702465241, "5.847"], [1702465298, "5.988"], [1702465334, "6.099"], [1702465367, "6.189"], [1702465394, "6.279"], [1702465418, "6.369"], [1702465445, "6.459"], [1702465481, "6.552"], [1702465517, "6.663"], [1702465550, "6.756"], [1702465586, "6.837"], [1702465619, "6.93"], [1702465658, "7.023"], [1702465706, "7.098"], [1702465754, "7.116"], [1702465787, "7.152"], [1702465823, "7.17"], [1702465856, "7.203"], [1702465880, "7.251"], [1702465910, "7.302"], [1702465952, "7.365"], [1702465988, "7.428"], [1702466015, "7.488"], [1702466030, "7.548"], [1702466060, "7.608"], [1702466078, "7.671"], [1702466138, "7.785"], [1702466168, "7.851"], [1702466204, "7.917"], [1702466237, "7.98"], [1702466261, "8.025"], [1702466291, "8.088"], [1702466327, "8.148"], [1702466360, "8.208"], [1702466384, "8.268"], [1702466417, "8.316"], [1702466441, "8.379"], [1702466471, "8.442"], [1702466507, "8.478"], [1702466540, "8.529"], [1702466597, "8.613"], [1702466633, "8.664"], [1702466666, "8.709"], [1702466705, "8.754"], [1702466732, "8.814"], [1702466765, "8.862"], [1702466801, "8.922"], [1702466852, "9"], [1702466876, "9.06"], [1702466918, "9.108"], [1702466978, "9.222"], [1702467014, "9.282"], [1702467038, "9.342"], [1702467068, "9.402"], [1702467122, "9.492"], [1702467158, "9.552"], [1702467191, "9.612"], [1702467221, "9.675"], [1702467257, "9.726"], [1702467299, "9.789"], [1702467350, "9.879"], [1702467386, "9.939"], [1702467419, "10.014"], [1702467455, "10.074"], [1702467515, "10.197"], [1702467542, "10.26"], [1702467566, "10.326"], [1702467599, "10.374"], [1702467635, "10.422"], [1702467668, "10.455"], [1702467695, "10.485"], [1702467716, "10.53"], [1702467746, "10.56"], [1702467800, "10.62"], [1702467824, "10.665"], [1702467908, "10.788"], [1702467944, "10.818"], [1702467968, "10.851"], [1702468001, "10.881"], [1702468031, "10.926"], [1702468067, "10.956"], [1702468085, "10.986"], [1702468115, "11.001"], [1702468151, "11.031"], [1702468181, "11.061"], [1702468208, "11.091"], [1702468241, "11.109"], [1702468256, "11.139"], [1702468286, "11.172"], [1702468322, "11.187"], [1702468352, "11.202"], [1702468388, "11.232"], [1702468424, "11.262"], [1702468457, "11.292"], [1702468493, "11.307"], [1702468517, "11.34"], [1702468550, "11.37"], [1702468586, "11.385"], [1702468613, "11.403"], [1702468637, "11.433"], [1702468679, "11.448"], [1702468721, "11.478"], [1702468730, "11.493"], [1702468766, "11.523"], [1702468799, "11.553"], [1702468835, "11.583"], [1702468898, "11.631"], [1702468934, "11.646"], [1702468970, "11.646"], [1702468994, "11.676"], [1702469024, "11.691"], [1702469060, "11.721"], [1702469111, "11.766"], [1702469144, "11.769"], [1702469168, "11.784"], [1702469204, "11.802"], [1702469237, "11.832"], [1702469273, "11.847"], [1702469303, "11.877"], [1702469336, "11.907"], [1702469360, "11.907"], [1702469387, "11.907"], [1702469411, "11.922"], [1702469435, "11.952"], [1702469468, "11.982"], [1702469504, "12.015"], [1702469537, "12.048"], [1702469573, "12.081"], [1702469606, "12.111"], [1702469633, "12.141"], [1702469660, "12.171"], [1702469684, "12.201"], [1702469717, "12.231"], [1702469753, "12.246"], [1702469786, "12.261"], [1702469816, "12.279"], [1702469834, "12.309"], [1702469864, "12.324"], [1702469906, "12.375"], [1702469936, "12.405"], [1702469972, "12.435"], [1702470005, "12.45"], [1702470029, "12.465"], [1702470065, "12.483"], [1702470101, "12.516"], [1702470131, "12.549"], [1702470167, "12.579"], [1702470203, "12.609"], [1702470251, "12.639"], [1702470278, "12.669"], [1702470311, "12.699"], [1702470347, "12.729"], [1702470371, "12.759"], [1702470404, "12.792"], [1702470440, "12.795"], [1702470476, "12.828"], [1702470506, "12.831"], [1702470542, "12.864"], [1702470575, "12.879"], [1702470611, "12.879"], [1702470635, "12.909"], [1702470662, "12.924"], [1702470686, "12.954"], [1702470719, "12.984"], [1702470746, "13.014"], [1702470812, "13.062"], [1702470845, "13.08"], [1702470875, "13.11"], [1702470899, "13.14"], [1702470953, "13.185"], [1702470983, "13.215"], [1702471025, "13.251"], [1702471067, "13.302"], [1702471169, "13.392"], [1702471193, "13.425"], [1702471226, "13.455"], [1702471265, "13.488"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "80.166"], [1702462808, "88.629"], [1702462829, "97.092"], [1702462844, "105.216"], [1702462865, "113.34"], [1702462880, "121.464"], [1702462904, "137.712"], [1702462919, "145.836"], [1702462952, "162.084"], [1702462973, "170.208"], [1702462988, "178.332"], [1702463045, "202.704"], [1702463081, "218.952"], [1702463114, "235.2"], [1702463150, "251.448"], [1702463186, "267.696"], [1702463216, "283.944"], [1702463240, "300.192"], [1702463273, "316.44"], [1702463324, "340.812"], [1702463354, "357.06"], [1702463381, "373.308"], [1702463417, "389.556"], [1702463453, "405.804"], [1702463477, "422.052"], [1702463510, "438.3"], [1702463537, "454.548"], [1702463570, "470.796"], [1702463591, "487.044"], [1702463621, "503.292"], [1702463657, "519.54"], [1702463693, "535.788"], [1702463729, "552.036"], [1702463765, "568.284"], [1702463798, "584.532"], [1702463846, "608.904"], [1702463873, "625.152"], [1702463906, "641.4"], [1702463948, "665.772"], [1702463984, "682.02"], [1702464014, "698.268"], [1702464050, "714.516"], [1702464086, "730.764"], [1702464122, "747.012"], [1702464155, "763.26"], [1702464194, "787.632"], [1702464230, "803.88"], [1702464263, "820.128"], [1702464299, "836.376"], [1702464332, "852.624"], [1702464356, "868.872"], [1702464392, "885.12"], [1702464425, "901.368"], [1702464455, "917.616"], [1702464479, "933.864"], [1702464509, "950.112"], [1702464533, "966.36"], [1702464569, "982.608"], [1702464605, "998.856"], [1702464635, "1015.104"], [1702464671, "1031.352"], [1702464716, "1047.6"], [1702464743, "1063.848"], [1702464776, "1080.096"], [1702464812, "1096.344"], [1702464836, "1112.592"], [1702464869, "1128.84"], [1702464905, "1145.088"], [1702464926, "1161.336"], [1702464956, "1177.584"], [1702464992, "1193.832"], [1702465016, "1210.08"], [1702465049, "1226.328"], [1702465085, "1242.576"], [1702465118, "1258.824"], [1702465145, "1275.072"], [1702465178, "1291.32"], [1702465208, "1307.568"], [1702465241, "1323.816"], [1702465298, "1348.188"], [1702465334, "1364.436"], [1702465367, "1380.684"], [1702465394, "1396.932"], [1702465418, "1413.18"], [1702465445, "1429.428"], [1702465481, "1445.676"], [1702465517, "1461.924"], [1702465550, "1478.172"], [1702465586, "1494.42"], [1702465619, "1510.668"], [1702465658, "1526.916"], [1702465706, "1543.164"], [1702465754, "1567.536"], [1702465787, "1583.784"], [1702465823, "1600.032"], [1702465856, "1616.28"], [1702465880, "1632.528"], [1702465910, "1648.776"], [1702465952, "1665.024"], [1702465988, "1681.272"], [1702466015, "1697.52"], [1702466030, "1713.768"], [1702466060, "1730.016"], [1702466078, "1746.264"], [1702466138, "1770.636"], [1702466168, "1786.884"], [1702466204, "1803.132"], [1702466237, "1819.38"], [1702466261, "1835.628"], [1702466291, "1851.876"], [1702466327, "1868.124"], [1702466360, "1884.372"], [1702466384, "1900.62"], [1702466417, "1916.868"], [1702466441, "1933.116"], [1702466471, "1949.364"], [1702466507, "1965.612"], [1702466540, "1981.86"], [1702466597, "2006.232"], [1702466633, "2022.48"], [1702466666, "2038.728"], [1702466705, "2054.976"], [1702466732, "2071.224"], [1702466765, "2087.472"], [1702466801, "2103.72"], [1702466852, "2128.092"], [1702466876, "2144.34"], [1702466918, "2160.588"], [1702466978, "2193.084"], [1702467014, "2209.332"], [1702467038, "2225.58"], [1702467068, "2241.828"], [1702467122, "2266.2"], [1702467158, "2282.448"], [1702467191, "2298.696"], [1702467221, "2314.944"], [1702467257, "2331.192"], [1702467299, "2347.44"], [1702467350, "2371.812"], [1702467386, "2388.06"], [1702467419, "2404.308"], [1702467455, "2420.556"], [1702467515, "2453.052"], [1702467542, "2469.3"], [1702467566, "2485.548"], [1702467599, "2501.796"], [1702467635, "2518.044"], [1702467668, "2534.292"], [1702467695, "2550.54"], [1702467716, "2566.788"], [1702467746, "2583.036"], [1702467800, "2607.408"], [1702467824, "2623.656"], [1702467908, "2664.276"], [1702467944, "2680.524"], [1702467968, "2696.772"], [1702468001, "2713.02"], [1702468031, "2729.268"], [1702468067, "2745.516"], [1702468085, "2761.764"], [1702468115, "2778.012"], [1702468151, "2794.26"], [1702468181, "2810.508"], [1702468208, "2826.756"], [1702468241, "2843.004"], [1702468256, "2859.252"], [1702468286, "2875.5"], [1702468322, "2891.748"], [1702468352, "2907.996"], [1702468388, "2924.244"], [1702468424, "2940.492"], [1702468457, "2956.74"], [1702468493, "2972.988"], [1702468517, "2989.236"], [1702468550, "3005.484"], [1702468586, "3021.732"], [1702468613, "3037.98"], [1702468637, "3054.228"], [1702468679, "3070.476"], [1702468721, "3086.724"], [1702468730, "3094.848"], [1702468766, "3111.096"], [1702468799, "3127.344"], [1702468835, "3143.592"], [1702468898, "3167.964"], [1702468934, "3184.212"], [1702468970, "3200.46"], [1702468994, "3216.708"], [1702469024, "3232.956"], [1702469060, "3249.204"], [1702469111, "3273.576"], [1702469144, "3289.824"], [1702469168, "3306.072"], [1702469204, "3322.32"], [1702469237, "3338.568"], [1702469273, "3354.816"], [1702469303, "3371.064"], [1702469336, "3387.312"], [1702469360, "3403.56"], [1702469387, "3419.808"], [1702469411, "3436.056"], [1702469435, "3452.304"], [1702469468, "3468.552"], [1702469504, "3484.8"], [1702469537, "3501.048"], [1702469573, "3517.296"], [1702469606, "3533.544"], [1702469633, "3549.792"], [1702469660, "3566.04"], [1702469684, "3582.288"], [1702469717, "3598.536"], [1702469753, "3614.784"], [1702469786, "3631.032"], [1702469816, "3647.28"], [1702469834, "3663.528"], [1702469864, "3679.776"], [1702469906, "3704.148"], [1702469936, "3720.396"], [1702469972, "3736.644"], [1702470005, "3752.892"], [1702470029, "3769.14"], [1702470065, "3785.388"], [1702470101, "3801.636"], [1702470131, "3817.884"], [1702470167, "3834.132"], [1702470203, "3850.38"], [1702470251, "3874.752"], [1702470278, "3891"], [1702470311, "3907.248"], [1702470347, "3923.496"], [1702470371, "3939.744"], [1702470404, "3955.992"], [1702470440, "3972.24"], [1702470476, "3988.488"], [1702470506, "4004.736"], [1702470542, "4020.984"], [1702470575, "4037.232"], [1702470611, "4053.48"], [1702470635, "4069.728"], [1702470662, "4085.976"], [1702470686, "4102.224"], [1702470719, "4118.472"], [1702470746, "4134.72"], [1702470812, "4167.216"], [1702470845, "4183.464"], [1702470875, "4199.712"], [1702470899, "4215.96"], [1702470953, "4240.332"], [1702470983, "4256.58"], [1702471025, "4272.828"], [1702471067, "4297.2"], [1702471169, "4337.82"], [1702471193, "4354.068"], [1702471226, "4370.316"], [1702471265, "4386.564"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.111"], [1702462721, "0.129"], [1702462736, "0.165"], [1702462751, "0.198"], [1702462763, "0.231"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "27.921"], [1702462721, "36.753"], [1702462736, "45.585"], [1702462751, "54.417"], [1702462763, "63.06"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0.345"], [1702462973, "0.375"], [1702462988, "0.393"], [1702463045, "0.456"], [1702463081, "0.504"], [1702463114, "0.6"], [1702463150, "0.666"], [1702463186, "0.729"], [1702463216, "0.804"], [1702463240, "0.855"], [1702463273, "0.93"], [1702463324, "1.041"], [1702463354, "1.119"], [1702463381, "1.2"], [1702463417, "1.263"], [1702463453, "1.326"], [1702463477, "1.371"], [1702463510, "1.407"], [1702463537, "1.455"], [1702463570, "1.485"], [1702463591, "1.53"], [1702463621, "1.59"], [1702463657, "1.653"], [1702463693, "1.734"], [1702463729, "1.8"], [1702463765, "1.851"], [1702463798, "1.899"], [1702463846, "1.977"], [1702463873, "2.022"], [1702463906, "2.082"], [1702463948, "2.178"], [1702463984, "2.241"], [1702464014, "2.304"], [1702464050, "2.367"], [1702464086, "2.442"], [1702464122, "2.517"], [1702464155, "2.577"], [1702464194, "2.685"], [1702464230, "2.751"], [1702464263, "2.832"], [1702464299, "2.913"], [1702464332, "2.994"], [1702464356, "3.075"], [1702464392, "3.156"], [1702464425, "3.237"], [1702464455, "3.312"], [1702464479, "3.39"], [1702464509, "3.48"], [1702464533, "3.57"], [1702464569, "3.663"], [1702464605, "3.744"], [1702464635, "3.837"], [1702464671, "3.933"], [1702464716, "4.026"], [1702464743, "4.116"], [1702464776, "4.206"], [1702464812, "4.296"], [1702464836, "4.401"], [1702464869, "4.491"], [1702464905, "4.599"], [1702464926, "4.674"], [1702464956, "4.767"], [1702464992, "4.845"], [1702465016, "4.95"], [1702465049, "5.031"], [1702465085, "5.121"], [1702465118, "5.214"], [1702465145, "5.307"], [1702465178, "5.397"], [1702465208, "5.49"], [1702465241, "5.583"], [1702465298, "5.724"], [1702465334, "5.835"], [1702465367, "5.925"], [1702465394, "6.015"], [1702465418, "6.105"], [1702465445, "6.195"], [1702465481, "6.288"], [1702465517, "6.399"], [1702465550, "6.492"], [1702465586, "6.573"], [1702465619, "6.666"], [1702465658, "6.759"], [1702465706, "6.834"], [1702465754, "6.852"], [1702465787, "6.888"], [1702465823, "6.906"], [1702465856, "6.939"], [1702465880, "6.987"], [1702465910, "7.038"], [1702465952, "7.101"], [1702465988, "7.164"], [1702466015, "7.224"], [1702466030, "7.284"], [1702466060, "7.344"], [1702466078, "7.407"], [1702466138, "7.521"], [1702466168, "7.587"], [1702466204, "7.653"], [1702466237, "7.716"], [1702466261, "7.761"], [1702466291, "7.824"], [1702466327, "7.884"], [1702466360, "7.944"], [1702466384, "8.004"], [1702466417, "8.052"], [1702466441, "8.115"], [1702466471, "8.178"], [1702466507, "8.214"], [1702466540, "8.265"], [1702466597, "8.349"], [1702466633, "8.4"], [1702466666, "8.445"], [1702466705, "8.49"], [1702466732, "8.55"], [1702466765, "8.598"], [1702466801, "8.658"], [1702466852, "8.736"], [1702466876, "8.796"], [1702466918, "8.844"], [1702466978, "8.958"], [1702467014, "9.018"], [1702467038, "9.078"], [1702467068, "9.138"], [1702467122, "9.228"], [1702467158, "9.288"], [1702467191, "9.348"], [1702467221, "9.411"], [1702467257, "9.462"], [1702467299, "9.525"], [1702467350, "9.615"], [1702467386, "9.675"], [1702467419, "9.75"], [1702467455, "9.81"], [1702467515, "9.933"], [1702467542, "9.996"], [1702467566, "10.062"], [1702467599, "10.11"], [1702467635, "10.158"], [1702467668, "10.191"], [1702467695, "10.221"], [1702467716, "10.266"], [1702467746, "10.296"], [1702467800, "10.356"], [1702467824, "10.401"], [1702467908, "10.524"], [1702467944, "10.554"], [1702467968, "10.587"], [1702468001, "10.617"], [1702468031, "10.662"], [1702468067, "10.692"], [1702468085, "10.722"], [1702468115, "10.737"], [1702468151, "10.767"], [1702468181, "10.797"], [1702468208, "10.827"], [1702468241, "10.845"], [1702468256, "10.875"], [1702468286, "10.908"], [1702468322, "10.923"], [1702468352, "10.938"], [1702468388, "10.968"], [1702468424, "10.998"], [1702468457, "11.028"], [1702468493, "11.043"], [1702468517, "11.076"], [1702468550, "11.106"], [1702468586, "11.121"], [1702468613, "11.139"], [1702468637, "11.169"], [1702468679, "11.184"], [1702468721, "11.214"], [1702468730, "11.229"], [1702468766, "11.259"], [1702468799, "11.289"], [1702468835, "11.319"], [1702468898, "11.367"], [1702468934, "11.382"], [1702468970, "11.382"], [1702468994, "11.412"], [1702469024, "11.427"], [1702469060, "11.457"], [1702469111, "11.502"], [1702469144, "11.505"], [1702469168, "11.52"], [1702469204, "11.538"], [1702469237, "11.568"], [1702469273, "11.583"], [1702469303, "11.613"], [1702469336, "11.643"], [1702469360, "11.643"], [1702469387, "11.643"], [1702469411, "11.658"], [1702469435, "11.688"], [1702469468, "11.718"], [1702469504, "11.751"], [1702469537, "11.784"], [1702469573, "11.817"], [1702469606, "11.847"], [1702469633, "11.877"], [1702469660, "11.907"], [1702469684, "11.937"], [1702469717, "11.967"], [1702469753, "11.982"], [1702469786, "11.997"], [1702469816, "12.015"], [1702469834, "12.045"], [1702469864, "12.06"], [1702469906, "12.111"], [1702469936, "12.141"], [1702469972, "12.171"], [1702470005, "12.186"], [1702470029, "12.201"], [1702470065, "12.219"], [1702470101, "12.252"], [1702470131, "12.285"], [1702470167, "12.315"], [1702470203, "12.345"], [1702470251, "12.375"], [1702470278, "12.405"], [1702470311, "12.435"], [1702470347, "12.465"], [1702470371, "12.495"], [1702470404, "12.528"], [1702470440, "12.531"], [1702470476, "12.564"], [1702470506, "12.567"], [1702470542, "12.6"], [1702470575, "12.615"], [1702470611, "12.615"], [1702470635, "12.645"], [1702470662, "12.66"], [1702470686, "12.69"], [1702470719, "12.72"], [1702470746, "12.75"], [1702470812, "12.798"], [1702470845, "12.816"], [1702470875, "12.846"], [1702470899, "12.876"], [1702470953, "12.921"], [1702470983, "12.951"], [1702471025, "12.987"], [1702471067, "13.038"], [1702471169, "13.128"], [1702471193, "13.161"], [1702471226, "13.191"], [1702471265, "13.224"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "90.381"], [1702462973, "98.505"], [1702462988, "106.629"], [1702463045, "131.001"], [1702463081, "147.249"], [1702463114, "163.497"], [1702463150, "179.745"], [1702463186, "195.993"], [1702463216, "212.241"], [1702463240, "228.489"], [1702463273, "244.737"], [1702463324, "269.109"], [1702463354, "285.357"], [1702463381, "301.605"], [1702463417, "317.853"], [1702463453, "334.101"], [1702463477, "350.349"], [1702463510, "366.597"], [1702463537, "382.845"], [1702463570, "399.093"], [1702463591, "415.341"], [1702463621, "431.589"], [1702463657, "447.837"], [1702463693, "464.085"], [1702463729, "480.333"], [1702463765, "496.581"], [1702463798, "512.829"], [1702463846, "537.201"], [1702463873, "553.449"], [1702463906, "569.697"], [1702463948, "594.069"], [1702463984, "610.317"], [1702464014, "626.565"], [1702464050, "642.813"], [1702464086, "659.061"], [1702464122, "675.309"], [1702464155, "691.557"], [1702464194, "715.929"], [1702464230, "732.177"], [1702464263, "748.425"], [1702464299, "764.673"], [1702464332, "780.921"], [1702464356, "797.169"], [1702464392, "813.417"], [1702464425, "829.665"], [1702464455, "845.913"], [1702464479, "862.161"], [1702464509, "878.409"], [1702464533, "894.657"], [1702464569, "910.905"], [1702464605, "927.153"], [1702464635, "943.401"], [1702464671, "959.649"], [1702464716, "975.897"], [1702464743, "992.145"], [1702464776, "1008.393"], [1702464812, "1024.641"], [1702464836, "1040.889"], [1702464869, "1057.137"], [1702464905, "1073.385"], [1702464926, "1089.633"], [1702464956, "1105.881"], [1702464992, "1122.129"], [1702465016, "1138.377"], [1702465049, "1154.625"], [1702465085, "1170.873"], [1702465118, "1187.121"], [1702465145, "1203.369"], [1702465178, "1219.617"], [1702465208, "1235.865"], [1702465241, "1252.113"], [1702465298, "1276.485"], [1702465334, "1292.733"], [1702465367, "1308.981"], [1702465394, "1325.229"], [1702465418, "1341.477"], [1702465445, "1357.725"], [1702465481, "1373.973"], [1702465517, "1390.221"], [1702465550, "1406.469"], [1702465586, "1422.717"], [1702465619, "1438.965"], [1702465658, "1455.213"], [1702465706, "1471.461"], [1702465754, "1495.833"], [1702465787, "1512.081"], [1702465823, "1528.329"], [1702465856, "1544.577"], [1702465880, "1560.825"], [1702465910, "1577.073"], [1702465952, "1593.321"], [1702465988, "1609.569"], [1702466015, "1625.817"], [1702466030, "1642.065"], [1702466060, "1658.313"], [1702466078, "1674.561"], [1702466138, "1698.933"], [1702466168, "1715.181"], [1702466204, "1731.429"], [1702466237, "1747.677"], [1702466261, "1763.925"], [1702466291, "1780.173"], [1702466327, "1796.421"], [1702466360, "1812.669"], [1702466384, "1828.917"], [1702466417, "1845.165"], [1702466441, "1861.413"], [1702466471, "1877.661"], [1702466507, "1893.909"], [1702466540, "1910.157"], [1702466597, "1934.529"], [1702466633, "1950.777"], [1702466666, "1967.025"], [1702466705, "1983.273"], [1702466732, "1999.521"], [1702466765, "2015.769"], [1702466801, "2032.017"], [1702466852, "2056.389"], [1702466876, "2072.637"], [1702466918, "2088.885"], [1702466978, "2121.381"], [1702467014, "2137.629"], [1702467038, "2153.877"], [1702467068, "2170.125"], [1702467122, "2194.497"], [1702467158, "2210.745"], [1702467191, "2226.993"], [1702467221, "2243.241"], [1702467257, "2259.489"], [1702467299, "2275.737"], [1702467350, "2300.109"], [1702467386, "2316.357"], [1702467419, "2332.605"], [1702467455, "2348.853"], [1702467515, "2381.349"], [1702467542, "2397.597"], [1702467566, "2413.845"], [1702467599, "2430.093"], [1702467635, "2446.341"], [1702467668, "2462.589"], [1702467695, "2478.837"], [1702467716, "2495.085"], [1702467746, "2511.333"], [1702467800, "2535.705"], [1702467824, "2551.953"], [1702467908, "2592.573"], [1702467944, "2608.821"], [1702467968, "2625.069"], [1702468001, "2641.317"], [1702468031, "2657.565"], [1702468067, "2673.813"], [1702468085, "2690.061"], [1702468115, "2706.309"], [1702468151, "2722.557"], [1702468181, "2738.805"], [1702468208, "2755.053"], [1702468241, "2771.301"], [1702468256, "2787.549"], [1702468286, "2803.797"], [1702468322, "2820.045"], [1702468352, "2836.293"], [1702468388, "2852.541"], [1702468424, "2868.789"], [1702468457, "2885.037"], [1702468493, "2901.285"], [1702468517, "2917.533"], [1702468550, "2933.781"], [1702468586, "2950.029"], [1702468613, "2966.277"], [1702468637, "2982.525"], [1702468679, "2998.773"], [1702468721, "3015.021"], [1702468730, "3023.145"], [1702468766, "3039.393"], [1702468799, "3055.641"], [1702468835, "3071.889"], [1702468898, "3096.261"], [1702468934, "3112.509"], [1702468970, "3128.757"], [1702468994, "3145.005"], [1702469024, "3161.253"], [1702469060, "3177.501"], [1702469111, "3201.873"], [1702469144, "3218.121"], [1702469168, "3234.369"], [1702469204, "3250.617"], [1702469237, "3266.865"], [1702469273, "3283.113"], [1702469303, "3299.361"], [1702469336, "3315.609"], [1702469360, "3331.857"], [1702469387, "3348.105"], [1702469411, "3364.353"], [1702469435, "3380.601"], [1702469468, "3396.849"], [1702469504, "3413.097"], [1702469537, "3429.345"], [1702469573, "3445.593"], [1702469606, "3461.841"], [1702469633, "3478.089"], [1702469660, "3494.337"], [1702469684, "3510.585"], [1702469717, "3526.833"], [1702469753, "3543.081"], [1702469786, "3559.329"], [1702469816, "3575.577"], [1702469834, "3591.825"], [1702469864, "3608.073"], [1702469906, "3632.445"], [1702469936, "3648.693"], [1702469972, "3664.941"], [1702470005, "3681.189"], [1702470029, "3697.437"], [1702470065, "3713.685"], [1702470101, "3729.933"], [1702470131, "3746.181"], [1702470167, "3762.429"], [1702470203, "3778.677"], [1702470251, "3803.049"], [1702470278, "3819.297"], [1702470311, "3835.545"], [1702470347, "3851.793"], [1702470371, "3868.041"], [1702470404, "3884.289"], [1702470440, "3900.537"], [1702470476, "3916.785"], [1702470506, "3933.033"], [1702470542, "3949.281"], [1702470575, "3965.529"], [1702470611, "3981.777"], [1702470635, "3998.025"], [1702470662, "4014.273"], [1702470686, "4030.521"], [1702470719, "4046.769"], [1702470746, "4063.017"], [1702470812, "4095.513"], [1702470845, "4111.761"], [1702470875, "4128.009"], [1702470899, "4144.257"], [1702470953, "4168.629"], [1702470983, "4184.877"], [1702471025, "4201.125"], [1702471067, "4225.497"], [1702471169, "4266.117"], [1702471193, "4282.365"], [1702471226, "4298.613"], [1702471265, "4314.861"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0.036"], [1702462808, "0.069"], [1702462829, "0.087"], [1702462844, "0.105"], [1702462865, "0.153"], [1702462880, "0.186"], [1702462904, "0.264"], [1702462919, "0.297"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "8.463"], [1702462808, "16.926"], [1702462829, "25.389"], [1702462844, "33.513"], [1702462865, "41.637"], [1702462880, "49.761"], [1702462904, "66.009"], [1702462919, "74.133"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468730, "0.015"], [1702468766, "0.045"], [1702468799, "0.075"], [1702468835, "0.105"], [1702468898, "0.153"], [1702468934, "0.168"], [1702468970, "0.168"], [1702468994, "0.198"], [1702469024, "0.213"], [1702469060, "0.243"], [1702469111, "0.288"], [1702469144, "0.291"], [1702469168, "0.306"], [1702469204, "0.324"], [1702469237, "0.354"], [1702469273, "0.369"], [1702469303, "0.399"], [1702469336, "0.429"], [1702469360, "0.429"], [1702469387, "0.429"], [1702469411, "0.444"], [1702469435, "0.474"], [1702469468, "0.504"], [1702469504, "0.537"], [1702469537, "0.57"], [1702469573, "0.603"], [1702469606, "0.633"], [1702469633, "0.663"], [1702469660, "0.693"], [1702469684, "0.723"], [1702469717, "0.753"], [1702469753, "0.768"], [1702469786, "0.783"], [1702469816, "0.801"], [1702469834, "0.831"], [1702469864, "0.846"], [1702469906, "0.897"], [1702469936, "0.927"], [1702469972, "0.957"], [1702470005, "0.972"], [1702470029, "0.987"], [1702470065, "1.005"], [1702470101, "1.038"], [1702470131, "1.071"], [1702470167, "1.101"], [1702470203, "1.131"], [1702470251, "1.161"], [1702470278, "1.191"], [1702470311, "1.221"], [1702470347, "1.251"], [1702470371, "1.281"], [1702470404, "1.314"], [1702470440, "1.317"], [1702470476, "1.35"], [1702470506, "1.353"], [1702470542, "1.386"], [1702470575, "1.401"], [1702470611, "1.401"], [1702470635, "1.431"], [1702470662, "1.446"], [1702470686, "1.476"], [1702470719, "1.506"], [1702470746, "1.536"], [1702470812, "1.584"], [1702470845, "1.602"], [1702470875, "1.632"], [1702470899, "1.662"], [1702470953, "1.707"], [1702470983, "1.737"], [1702471025, "1.773"], [1702471067, "1.824"], [1702471169, "1.914"], [1702471193, "1.947"], [1702471226, "1.977"], [1702471265, "2.01"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468730, "8.124"], [1702468766, "24.372"], [1702468799, "40.62"], [1702468835, "56.868"], [1702468898, "81.24"], [1702468934, "97.488"], [1702468970, "113.736"], [1702468994, "129.984"], [1702469024, "146.232"], [1702469060, "162.48"], [1702469111, "186.852"], [1702469144, "203.1"], [1702469168, "219.348"], [1702469204, "235.596"], [1702469237, "251.844"], [1702469273, "268.092"], [1702469303, "284.34"], [1702469336, "300.588"], [1702469360, "316.836"], [1702469387, "333.084"], [1702469411, "349.332"], [1702469435, "365.58"], [1702469468, "381.828"], [1702469504, "398.076"], [1702469537, "414.324"], [1702469573, "430.572"], [1702469606, "446.82"], [1702469633, "463.068"], [1702469660, "479.316"], [1702469684, "495.564"], [1702469717, "511.812"], [1702469753, "528.06"], [1702469786, "544.308"], [1702469816, "560.556"], [1702469834, "576.804"], [1702469864, "593.052"], [1702469906, "617.424"], [1702469936, "633.672"], [1702469972, "649.92"], [1702470005, "666.168"], [1702470029, "682.416"], [1702470065, "698.664"], [1702470101, "714.912"], [1702470131, "731.16"], [1702470167, "747.408"], [1702470203, "763.656"], [1702470251, "788.028"], [1702470278, "804.276"], [1702470311, "820.524"], [1702470347, "836.772"], [1702470371, "853.02"], [1702470404, "869.268"], [1702470440, "885.516"], [1702470476, "901.764"], [1702470506, "918.012"], [1702470542, "934.26"], [1702470575, "950.508"], [1702470611, "966.756"], [1702470635, "983.004"], [1702470662, "999.252"], [1702470686, "1015.5"], [1702470719, "1031.748"], [1702470746, "1047.996"], [1702470812, "1080.492"], [1702470845, "1096.74"], [1702470875, "1112.988"], [1702470899, "1129.236"], [1702470953, "1153.608"], [1702470983, "1169.856"], [1702471025, "1186.104"], [1702471067, "1210.476"], [1702471169, "1251.096"], [1702471193, "1267.344"], [1702471226, "1283.592"], [1702471265, "1299.84"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0.276"], [1702462844, "0.294"], [1702462865, "0.342"], [1702462880, "0.375"], [1702462904, "0.453"], [1702462919, "0.486"], [1702462952, "0.534"], [1702462973, "0.564"], [1702462988, "0.582"], [1702463045, "0.645"], [1702463081, "0.693"], [1702463114, "0.789"], [1702463150, "0.855"], [1702463186, "0.918"], [1702463216, "0.993"], [1702463240, "1.044"], [1702463273, "1.119"], [1702463324, "1.23"], [1702463354, "1.308"], [1702463381, "1.389"], [1702463417, "1.452"], [1702463453, "1.515"], [1702463477, "1.56"], [1702463510, "1.596"], [1702463537, "1.644"], [1702463570, "1.674"], [1702463591, "1.719"], [1702463621, "1.779"], [1702463657, "1.842"], [1702463693, "1.923"], [1702463729, "1.989"], [1702463765, "2.04"], [1702463798, "2.088"], [1702463846, "2.166"], [1702463873, "2.211"], [1702463906, "2.271"], [1702463948, "2.367"], [1702463984, "2.43"], [1702464014, "2.493"], [1702464050, "2.556"], [1702464086, "2.631"], [1702464122, "2.706"], [1702464155, "2.766"], [1702464194, "2.874"], [1702464230, "2.94"], [1702464263, "3.021"], [1702464299, "3.102"], [1702464332, "3.183"], [1702464356, "3.264"], [1702464392, "3.345"], [1702464425, "3.426"], [1702464455, "3.501"], [1702464479, "3.579"], [1702464509, "3.669"], [1702464533, "3.759"], [1702464569, "3.852"], [1702464605, "3.933"], [1702464635, "4.026"], [1702464671, "4.122"], [1702464716, "4.215"], [1702464743, "4.305"], [1702464776, "4.395"], [1702464812, "4.485"], [1702464836, "4.59"], [1702464869, "4.68"], [1702464905, "4.788"], [1702464926, "4.863"], [1702464956, "4.956"], [1702464992, "5.034"], [1702465016, "5.139"], [1702465049, "5.22"], [1702465085, "5.31"], [1702465118, "5.403"], [1702465145, "5.496"], [1702465178, "5.586"], [1702465208, "5.679"], [1702465241, "5.772"], [1702465298, "5.913"], [1702465334, "6.024"], [1702465367, "6.114"], [1702465394, "6.204"], [1702465418, "6.294"], [1702465445, "6.384"], [1702465481, "6.477"], [1702465517, "6.588"], [1702465550, "6.681"], [1702465586, "6.762"], [1702465619, "6.855"], [1702465658, "6.948"], [1702465706, "7.023"], [1702465754, "7.041"], [1702465787, "7.077"], [1702465823, "7.095"], [1702465856, "7.128"], [1702465880, "7.176"], [1702465910, "7.227"], [1702465952, "7.29"], [1702465988, "7.353"], [1702466015, "7.413"], [1702466030, "7.473"], [1702466060, "7.533"], [1702466078, "7.596"], [1702466138, "7.71"], [1702466168, "7.776"], [1702466204, "7.842"], [1702466237, "7.905"], [1702466261, "7.95"], [1702466291, "8.013"], [1702466327, "8.073"], [1702466360, "8.133"], [1702466384, "8.193"], [1702466417, "8.241"], [1702466441, "8.304"], [1702466471, "8.367"], [1702466507, "8.403"], [1702466540, "8.454"], [1702466597, "8.538"], [1702466633, "8.589"], [1702466666, "8.634"], [1702466705, "8.679"], [1702466732, "8.739"], [1702466765, "8.787"], [1702466801, "8.847"], [1702466852, "8.925"], [1702466876, "8.985"], [1702466918, "9.033"], [1702466978, "9.147"], [1702467014, "9.207"], [1702467038, "9.267"], [1702467068, "9.327"], [1702467122, "9.417"], [1702467158, "9.477"], [1702467191, "9.537"], [1702467221, "9.6"], [1702467257, "9.651"], [1702467299, "9.714"], [1702467350, "9.804"], [1702467386, "9.864"], [1702467419, "9.939"], [1702467455, "9.999"], [1702467515, "10.122"], [1702467542, "10.185"], [1702467566, "10.251"], [1702467599, "10.299"], [1702467635, "10.347"], [1702467668, "10.38"], [1702467695, "10.41"], [1702467716, "10.455"], [1702467746, "10.485"], [1702467800, "10.545"], [1702467824, "10.59"], [1702467908, "10.713"], [1702467944, "10.743"], [1702467968, "10.776"], [1702468001, "10.806"], [1702468031, "10.851"], [1702468067, "10.881"], [1702468085, "10.911"], [1702468115, "10.926"], [1702468151, "10.956"], [1702468181, "10.986"], [1702468208, "11.016"], [1702468241, "11.034"], [1702468256, "11.064"], [1702468286, "11.097"], [1702468322, "11.112"], [1702468352, "11.127"], [1702468388, "11.157"], [1702468424, "11.187"], [1702468457, "11.217"], [1702468493, "11.232"], [1702468517, "11.265"], [1702468550, "11.295"], [1702468586, "11.31"], [1702468613, "11.328"], [1702468637, "11.358"], [1702468679, "11.373"], [1702468721, "11.403"], [1702468730, "11.418"], [1702468766, "11.448"], [1702468799, "11.478"], [1702468835, "11.508"], [1702468898, "11.556"], [1702468934, "11.571"], [1702468970, "11.571"], [1702468994, "11.601"], [1702469024, "11.616"], [1702469060, "11.646"], [1702469111, "11.691"], [1702469144, "11.694"], [1702469168, "11.709"], [1702469204, "11.727"], [1702469237, "11.757"], [1702469273, "11.772"], [1702469303, "11.802"], [1702469336, "11.832"], [1702469360, "11.832"], [1702469387, "11.832"], [1702469411, "11.847"], [1702469435, "11.877"], [1702469468, "11.907"], [1702469504, "11.94"], [1702469537, "11.973"], [1702469573, "12.006"], [1702469606, "12.036"], [1702469633, "12.066"], [1702469660, "12.096"], [1702469684, "12.126"], [1702469717, "12.156"], [1702469753, "12.171"], [1702469786, "12.186"], [1702469816, "12.204"], [1702469834, "12.234"], [1702469864, "12.249"], [1702469906, "12.3"], [1702469936, "12.33"], [1702469972, "12.36"], [1702470005, "12.375"], [1702470029, "12.39"], [1702470065, "12.408"], [1702470101, "12.441"], [1702470131, "12.474"], [1702470167, "12.504"], [1702470203, "12.534"], [1702470251, "12.564"], [1702470278, "12.594"], [1702470311, "12.624"], [1702470347, "12.654"], [1702470371, "12.684"], [1702470404, "12.717"], [1702470440, "12.72"], [1702470476, "12.753"], [1702470506, "12.756"], [1702470542, "12.789"], [1702470575, "12.804"], [1702470611, "12.804"], [1702470635, "12.834"], [1702470662, "12.849"], [1702470686, "12.879"], [1702470719, "12.909"], [1702470746, "12.939"], [1702470812, "12.987"], [1702470845, "13.005"], [1702470875, "13.035"], [1702470899, "13.065"], [1702470953, "13.11"], [1702470983, "13.14"], [1702471025, "13.176"], [1702471067, "13.227"], [1702471169, "13.317"], [1702471193, "13.35"], [1702471226, "13.38"], [1702471265, "13.413"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "78.198"], [1702462844, "86.322"], [1702462865, "94.446"], [1702462880, "102.57"], [1702462904, "118.818"], [1702462919, "126.942"], [1702462952, "143.19"], [1702462973, "151.314"], [1702462988, "159.438"], [1702463045, "183.81"], [1702463081, "200.058"], [1702463114, "216.306"], [1702463150, "232.554"], [1702463186, "248.802"], [1702463216, "265.05"], [1702463240, "281.298"], [1702463273, "297.546"], [1702463324, "321.918"], [1702463354, "338.166"], [1702463381, "354.414"], [1702463417, "370.662"], [1702463453, "386.91"], [1702463477, "403.158"], [1702463510, "419.406"], [1702463537, "435.654"], [1702463570, "451.902"], [1702463591, "468.15"], [1702463621, "484.398"], [1702463657, "500.646"], [1702463693, "516.894"], [1702463729, "533.142"], [1702463765, "549.39"], [1702463798, "565.638"], [1702463846, "590.01"], [1702463873, "606.258"], [1702463906, "622.506"], [1702463948, "646.878"], [1702463984, "663.126"], [1702464014, "679.374"], [1702464050, "695.622"], [1702464086, "711.87"], [1702464122, "728.118"], [1702464155, "744.366"], [1702464194, "768.738"], [1702464230, "784.986"], [1702464263, "801.234"], [1702464299, "817.482"], [1702464332, "833.73"], [1702464356, "849.978"], [1702464392, "866.226"], [1702464425, "882.474"], [1702464455, "898.722"], [1702464479, "914.97"], [1702464509, "931.218"], [1702464533, "947.466"], [1702464569, "963.714"], [1702464605, "979.962"], [1702464635, "996.21"], [1702464671, "1012.458"], [1702464716, "1028.706"], [1702464743, "1044.954"], [1702464776, "1061.202"], [1702464812, "1077.45"], [1702464836, "1093.698"], [1702464869, "1109.946"], [1702464905, "1126.194"], [1702464926, "1142.442"], [1702464956, "1158.69"], [1702464992, "1174.938"], [1702465016, "1191.186"], [1702465049, "1207.434"], [1702465085, "1223.682"], [1702465118, "1239.93"], [1702465145, "1256.178"], [1702465178, "1272.426"], [1702465208, "1288.674"], [1702465241, "1304.922"], [1702465298, "1329.294"], [1702465334, "1345.542"], [1702465367, "1361.79"], [1702465394, "1378.038"], [1702465418, "1394.286"], [1702465445, "1410.534"], [1702465481, "1426.782"], [1702465517, "1443.03"], [1702465550, "1459.278"], [1702465586, "1475.526"], [1702465619, "1491.774"], [1702465658, "1508.022"], [1702465706, "1524.27"], [1702465754, "1548.642"], [1702465787, "1564.89"], [1702465823, "1581.138"], [1702465856, "1597.386"], [1702465880, "1613.634"], [1702465910, "1629.882"], [1702465952, "1646.13"], [1702465988, "1662.378"], [1702466015, "1678.626"], [1702466030, "1694.874"], [1702466060, "1711.122"], [1702466078, "1727.37"], [1702466138, "1751.742"], [1702466168, "1767.99"], [1702466204, "1784.238"], [1702466237, "1800.486"], [1702466261, "1816.734"], [1702466291, "1832.982"], [1702466327, "1849.23"], [1702466360, "1865.478"], [1702466384, "1881.726"], [1702466417, "1897.974"], [1702466441, "1914.222"], [1702466471, "1930.47"], [1702466507, "1946.718"], [1702466540, "1962.966"], [1702466597, "1987.338"], [1702466633, "2003.586"], [1702466666, "2019.834"], [1702466705, "2036.082"], [1702466732, "2052.33"], [1702466765, "2068.578"], [1702466801, "2084.826"], [1702466852, "2109.198"], [1702466876, "2125.446"], [1702466918, "2141.694"], [1702466978, "2174.19"], [1702467014, "2190.438"], [1702467038, "2206.686"], [1702467068, "2222.934"], [1702467122, "2247.306"], [1702467158, "2263.554"], [1702467191, "2279.802"], [1702467221, "2296.05"], [1702467257, "2312.298"], [1702467299, "2328.546"], [1702467350, "2352.918"], [1702467386, "2369.166"], [1702467419, "2385.414"], [1702467455, "2401.662"], [1702467515, "2434.158"], [1702467542, "2450.406"], [1702467566, "2466.654"], [1702467599, "2482.902"], [1702467635, "2499.15"], [1702467668, "2515.398"], [1702467695, "2531.646"], [1702467716, "2547.894"], [1702467746, "2564.142"], [1702467800, "2588.514"], [1702467824, "2604.762"], [1702467908, "2645.382"], [1702467944, "2661.63"], [1702467968, "2677.878"], [1702468001, "2694.126"], [1702468031, "2710.374"], [1702468067, "2726.622"], [1702468085, "2742.87"], [1702468115, "2759.118"], [1702468151, "2775.366"], [1702468181, "2791.614"], [1702468208, "2807.862"], [1702468241, "2824.11"], [1702468256, "2840.358"], [1702468286, "2856.606"], [1702468322, "2872.854"], [1702468352, "2889.102"], [1702468388, "2905.35"], [1702468424, "2921.598"], [1702468457, "2937.846"], [1702468493, "2954.094"], [1702468517, "2970.342"], [1702468550, "2986.59"], [1702468586, "3002.838"], [1702468613, "3019.086"], [1702468637, "3035.334"], [1702468679, "3051.582"], [1702468721, "3067.83"], [1702468730, "3075.954"], [1702468766, "3092.202"], [1702468799, "3108.45"], [1702468835, "3124.698"], [1702468898, "3149.07"], [1702468934, "3165.318"], [1702468970, "3181.566"], [1702468994, "3197.814"], [1702469024, "3214.062"], [1702469060, "3230.31"], [1702469111, "3254.682"], [1702469144, "3270.93"], [1702469168, "3287.178"], [1702469204, "3303.426"], [1702469237, "3319.674"], [1702469273, "3335.922"], [1702469303, "3352.17"], [1702469336, "3368.418"], [1702469360, "3384.666"], [1702469387, "3400.914"], [1702469411, "3417.162"], [1702469435, "3433.41"], [1702469468, "3449.658"], [1702469504, "3465.906"], [1702469537, "3482.154"], [1702469573, "3498.402"], [1702469606, "3514.65"], [1702469633, "3530.898"], [1702469660, "3547.146"], [1702469684, "3563.394"], [1702469717, "3579.642"], [1702469753, "3595.89"], [1702469786, "3612.138"], [1702469816, "3628.386"], [1702469834, "3644.634"], [1702469864, "3660.882"], [1702469906, "3685.254"], [1702469936, "3701.502"], [1702469972, "3717.75"], [1702470005, "3733.998"], [1702470029, "3750.246"], [1702470065, "3766.494"], [1702470101, "3782.742"], [1702470131, "3798.99"], [1702470167, "3815.238"], [1702470203, "3831.486"], [1702470251, "3855.858"], [1702470278, "3872.106"], [1702470311, "3888.354"], [1702470347, "3904.602"], [1702470371, "3920.85"], [1702470404, "3937.098"], [1702470440, "3953.346"], [1702470476, "3969.594"], [1702470506, "3985.842"], [1702470542, "4002.09"], [1702470575, "4018.338"], [1702470611, "4034.586"], [1702470635, "4050.834"], [1702470662, "4067.082"], [1702470686, "4083.33"], [1702470719, "4099.578"], [1702470746, "4115.826"], [1702470812, "4148.322"], [1702470845, "4164.57"], [1702470875, "4180.818"], [1702470899, "4197.066"], [1702470953, "4221.438"], [1702470983, "4237.686"], [1702471025, "4253.934"], [1702471067, "4278.306"], [1702471169, "4318.926"], [1702471193, "4335.174"], [1702471226, "4351.422"], [1702471265, "4367.67"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.036"], [1702462721, "0.054"], [1702462736, "0.09"], [1702462751, "0.123"], [1702462763, "0.156"], [1702462793, "0.225"], [1702462808, "0.258"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.027"], [1702462721, "17.859"], [1702462736, "26.691"], [1702462751, "35.523"], [1702462763, "44.166"], [1702462793, "61.272"], [1702462808, "69.735"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.492"], [1702462721, "0.51"], [1702462736, "0.546"], [1702462751, "0.579"], [1702462763, "0.612"], [1702462793, "0.681"], [1702462808, "0.714"], [1702462829, "0.732"], [1702462844, "0.75"], [1702462865, "0.798"], [1702462880, "0.831"], [1702462904, "0.909"], [1702462919, "0.942"], [1702462952, "0.99"], [1702462973, "1.02"], [1702462988, "1.038"], [1702463045, "1.101"], [1702463081, "1.149"], [1702463114, "1.245"], [1702463150, "1.311"], [1702463186, "1.374"], [1702463216, "1.449"], [1702463240, "1.5"], [1702463273, "1.575"], [1702463324, "1.686"], [1702463354, "1.764"], [1702463381, "1.845"], [1702463417, "1.908"], [1702463453, "1.971"], [1702463477, "2.016"], [1702463510, "2.052"], [1702463537, "2.1"], [1702463570, "2.13"], [1702463591, "2.175"], [1702463621, "2.235"], [1702463657, "2.298"], [1702463693, "2.379"], [1702463729, "2.445"], [1702463765, "2.496"], [1702463798, "2.544"], [1702463846, "2.622"], [1702463873, "2.667"], [1702463906, "2.727"], [1702463948, "2.823"], [1702463984, "2.886"], [1702464014, "2.949"], [1702464050, "3.012"], [1702464086, "3.087"], [1702464122, "3.162"], [1702464155, "3.222"], [1702464194, "3.33"], [1702464230, "3.396"], [1702464263, "3.477"], [1702464299, "3.558"], [1702464332, "3.639"], [1702464356, "3.72"], [1702464392, "3.801"], [1702464425, "3.882"], [1702464455, "3.957"], [1702464479, "4.035"], [1702464509, "4.125"], [1702464533, "4.215"], [1702464569, "4.308"], [1702464605, "4.389"], [1702464635, "4.482"], [1702464671, "4.578"], [1702464716, "4.671"], [1702464743, "4.761"], [1702464776, "4.851"], [1702464812, "4.941"], [1702464836, "5.046"], [1702464869, "5.136"], [1702464905, "5.244"], [1702464926, "5.319"], [1702464956, "5.412"], [1702464992, "5.49"], [1702465016, "5.595"], [1702465049, "5.676"], [1702465085, "5.766"], [1702465118, "5.859"], [1702465145, "5.952"], [1702465178, "6.042"], [1702465208, "6.135"], [1702465241, "6.228"], [1702465298, "6.369"], [1702465334, "6.48"], [1702465367, "6.57"], [1702465394, "6.66"], [1702465418, "6.75"], [1702465445, "6.84"], [1702465481, "6.933"], [1702465517, "7.044"], [1702465550, "7.137"], [1702465586, "7.218"], [1702465619, "7.311"], [1702465658, "7.404"], [1702465706, "7.479"], [1702465754, "7.497"], [1702465787, "7.533"], [1702465823, "7.551"], [1702465856, "7.584"], [1702465880, "7.632"], [1702465910, "7.683"], [1702465952, "7.746"], [1702465988, "7.809"], [1702466015, "7.869"], [1702466030, "7.929"], [1702466060, "7.989"], [1702466078, "8.052"], [1702466138, "8.166"], [1702466168, "8.232"], [1702466204, "8.298"], [1702466237, "8.361"], [1702466261, "8.406"], [1702466291, "8.469"], [1702466327, "8.529"], [1702466360, "8.589"], [1702466384, "8.649"], [1702466417, "8.697"], [1702466441, "8.76"], [1702466471, "8.823"], [1702466507, "8.859"], [1702466540, "8.91"], [1702466597, "8.994"], [1702466633, "9.045"], [1702466666, "9.09"], [1702466705, "9.135"], [1702466732, "9.195"], [1702466765, "9.243"], [1702466801, "9.303"], [1702466852, "9.381"], [1702466876, "9.441"], [1702466918, "9.489"], [1702466978, "9.603"], [1702467014, "9.663"], [1702467038, "9.723"], [1702467068, "9.783"], [1702467122, "9.873"], [1702467158, "9.933"], [1702467191, "9.993"], [1702467221, "10.056"], [1702467257, "10.107"], [1702467299, "10.17"], [1702467350, "10.26"], [1702467386, "10.32"], [1702467419, "10.395"], [1702467455, "10.455"], [1702467515, "10.578"], [1702467542, "10.641"], [1702467566, "10.707"], [1702467599, "10.755"], [1702467635, "10.803"], [1702467668, "10.836"], [1702467695, "10.866"], [1702467716, "10.911"], [1702467746, "10.941"], [1702467800, "11.001"], [1702467824, "11.046"], [1702467908, "11.169"], [1702467944, "11.199"], [1702467968, "11.232"], [1702468001, "11.262"], [1702468031, "11.307"], [1702468067, "11.337"], [1702468085, "11.367"], [1702468115, "11.382"], [1702468151, "11.412"], [1702468181, "11.442"], [1702468208, "11.472"], [1702468241, "11.49"], [1702468256, "11.52"], [1702468286, "11.553"], [1702468322, "11.568"], [1702468352, "11.583"], [1702468388, "11.613"], [1702468424, "11.643"], [1702468457, "11.673"], [1702468493, "11.688"], [1702468517, "11.721"], [1702468550, "11.751"], [1702468586, "11.766"], [1702468613, "11.784"], [1702468637, "11.814"], [1702468679, "11.829"], [1702468721, "11.859"], [1702468730, "11.874"], [1702468766, "11.904"], [1702468799, "11.934"], [1702468835, "11.964"], [1702468898, "12.012"], [1702468934, "12.027"], [1702468970, "12.027"], [1702468994, "12.057"], [1702469024, "12.072"], [1702469060, "12.102"], [1702469111, "12.147"], [1702469144, "12.15"], [1702469168, "12.165"], [1702469204, "12.183"], [1702469237, "12.213"], [1702469273, "12.228"], [1702469303, "12.258"], [1702469336, "12.288"], [1702469360, "12.288"], [1702469387, "12.288"], [1702469411, "12.303"], [1702469435, "12.333"], [1702469468, "12.363"], [1702469504, "12.396"], [1702469537, "12.429"], [1702469573, "12.462"], [1702469606, "12.492"], [1702469633, "12.522"], [1702469660, "12.552"], [1702469684, "12.582"], [1702469717, "12.612"], [1702469753, "12.627"], [1702469786, "12.642"], [1702469816, "12.66"], [1702469834, "12.69"], [1702469864, "12.705"], [1702469906, "12.756"], [1702469936, "12.786"], [1702469972, "12.816"], [1702470005, "12.831"], [1702470029, "12.846"], [1702470065, "12.864"], [1702470101, "12.897"], [1702470131, "12.93"], [1702470167, "12.96"], [1702470203, "12.99"], [1702470251, "13.02"], [1702470278, "13.05"], [1702470311, "13.08"], [1702470347, "13.11"], [1702470371, "13.14"], [1702470404, "13.173"], [1702470440, "13.176"], [1702470476, "13.209"], [1702470506, "13.212"], [1702470542, "13.245"], [1702470575, "13.26"], [1702470611, "13.26"], [1702470635, "13.29"], [1702470662, "13.305"], [1702470686, "13.335"], [1702470719, "13.365"], [1702470746, "13.395"], [1702470812, "13.443"], [1702470845, "13.461"], [1702470875, "13.491"], [1702470899, "13.521"], [1702470953, "13.566"], [1702470983, "13.596"], [1702471025, "13.632"], [1702471067, "13.683"], [1702471169, "13.773"], [1702471193, "13.806"], [1702471226, "13.836"], [1702471265, "13.869"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "146.046"], [1702462721, "154.878"], [1702462736, "163.71"], [1702462751, "172.542"], [1702462763, "181.185"], [1702462793, "198.291"], [1702462808, "206.754"], [1702462829, "215.217"], [1702462844, "223.341"], [1702462865, "231.465"], [1702462880, "239.589"], [1702462904, "255.837"], [1702462919, "263.961"], [1702462952, "280.209"], [1702462973, "288.333"], [1702462988, "296.457"], [1702463045, "320.829"], [1702463081, "337.077"], [1702463114, "353.325"], [1702463150, "369.573"], [1702463186, "385.821"], [1702463216, "402.069"], [1702463240, "418.317"], [1702463273, "434.565"], [1702463324, "458.937"], [1702463354, "475.185"], [1702463381, "491.433"], [1702463417, "507.681"], [1702463453, "523.929"], [1702463477, "540.177"], [1702463510, "556.425"], [1702463537, "572.673"], [1702463570, "588.921"], [1702463591, "605.169"], [1702463621, "621.417"], [1702463657, "637.665"], [1702463693, "653.913"], [1702463729, "670.161"], [1702463765, "686.409"], [1702463798, "702.657"], [1702463846, "727.029"], [1702463873, "743.277"], [1702463906, "759.525"], [1702463948, "783.897"], [1702463984, "800.145"], [1702464014, "816.393"], [1702464050, "832.641"], [1702464086, "848.889"], [1702464122, "865.137"], [1702464155, "881.385"], [1702464194, "905.757"], [1702464230, "922.005"], [1702464263, "938.253"], [1702464299, "954.501"], [1702464332, "970.749"], [1702464356, "986.997"], [1702464392, "1003.245"], [1702464425, "1019.493"], [1702464455, "1035.741"], [1702464479, "1051.989"], [1702464509, "1068.237"], [1702464533, "1084.485"], [1702464569, "1100.733"], [1702464605, "1116.981"], [1702464635, "1133.229"], [1702464671, "1149.477"], [1702464716, "1165.725"], [1702464743, "1181.973"], [1702464776, "1198.221"], [1702464812, "1214.469"], [1702464836, "1230.717"], [1702464869, "1246.965"], [1702464905, "1263.213"], [1702464926, "1279.461"], [1702464956, "1295.709"], [1702464992, "1311.957"], [1702465016, "1328.205"], [1702465049, "1344.453"], [1702465085, "1360.701"], [1702465118, "1376.949"], [1702465145, "1393.197"], [1702465178, "1409.445"], [1702465208, "1425.693"], [1702465241, "1441.941"], [1702465298, "1466.313"], [1702465334, "1482.561"], [1702465367, "1498.809"], [1702465394, "1515.057"], [1702465418, "1531.305"], [1702465445, "1547.553"], [1702465481, "1563.801"], [1702465517, "1580.049"], [1702465550, "1596.297"], [1702465586, "1612.545"], [1702465619, "1628.793"], [1702465658, "1645.041"], [1702465706, "1661.289"], [1702465754, "1685.661"], [1702465787, "1701.909"], [1702465823, "1718.157"], [1702465856, "1734.405"], [1702465880, "1750.653"], [1702465910, "1766.901"], [1702465952, "1783.149"], [1702465988, "1799.397"], [1702466015, "1815.645"], [1702466030, "1831.893"], [1702466060, "1848.141"], [1702466078, "1864.389"], [1702466138, "1888.761"], [1702466168, "1905.009"], [1702466204, "1921.257"], [1702466237, "1937.505"], [1702466261, "1953.753"], [1702466291, "1970.001"], [1702466327, "1986.249"], [1702466360, "2002.497"], [1702466384, "2018.745"], [1702466417, "2034.993"], [1702466441, "2051.241"], [1702466471, "2067.489"], [1702466507, "2083.737"], [1702466540, "2099.985"], [1702466597, "2124.357"], [1702466633, "2140.605"], [1702466666, "2156.853"], [1702466705, "2173.101"], [1702466732, "2189.349"], [1702466765, "2205.597"], [1702466801, "2221.845"], [1702466852, "2246.217"], [1702466876, "2262.465"], [1702466918, "2278.713"], [1702466978, "2311.209"], [1702467014, "2327.457"], [1702467038, "2343.705"], [1702467068, "2359.953"], [1702467122, "2384.325"], [1702467158, "2400.573"], [1702467191, "2416.821"], [1702467221, "2433.069"], [1702467257, "2449.317"], [1702467299, "2465.565"], [1702467350, "2489.937"], [1702467386, "2506.185"], [1702467419, "2522.433"], [1702467455, "2538.681"], [1702467515, "2571.177"], [1702467542, "2587.425"], [1702467566, "2603.673"], [1702467599, "2619.921"], [1702467635, "2636.169"], [1702467668, "2652.417"], [1702467695, "2668.665"], [1702467716, "2684.913"], [1702467746, "2701.161"], [1702467800, "2725.533"], [1702467824, "2741.781"], [1702467908, "2782.401"], [1702467944, "2798.649"], [1702467968, "2814.897"], [1702468001, "2831.145"], [1702468031, "2847.393"], [1702468067, "2863.641"], [1702468085, "2879.889"], [1702468115, "2896.137"], [1702468151, "2912.385"], [1702468181, "2928.633"], [1702468208, "2944.881"], [1702468241, "2961.129"], [1702468256, "2977.377"], [1702468286, "2993.625"], [1702468322, "3009.873"], [1702468352, "3026.121"], [1702468388, "3042.369"], [1702468424, "3058.617"], [1702468457, "3074.865"], [1702468493, "3091.113"], [1702468517, "3107.361"], [1702468550, "3123.609"], [1702468586, "3139.857"], [1702468613, "3156.105"], [1702468637, "3172.353"], [1702468679, "3188.601"], [1702468721, "3204.849"], [1702468730, "3212.973"], [1702468766, "3229.221"], [1702468799, "3245.469"], [1702468835, "3261.717"], [1702468898, "3286.089"], [1702468934, "3302.337"], [1702468970, "3318.585"], [1702468994, "3334.833"], [1702469024, "3351.081"], [1702469060, "3367.329"], [1702469111, "3391.701"], [1702469144, "3407.949"], [1702469168, "3424.197"], [1702469204, "3440.445"], [1702469237, "3456.693"], [1702469273, "3472.941"], [1702469303, "3489.189"], [1702469336, "3505.437"], [1702469360, "3521.685"], [1702469387, "3537.933"], [1702469411, "3554.181"], [1702469435, "3570.429"], [1702469468, "3586.677"], [1702469504, "3602.925"], [1702469537, "3619.173"], [1702469573, "3635.421"], [1702469606, "3651.669"], [1702469633, "3667.917"], [1702469660, "3684.165"], [1702469684, "3700.413"], [1702469717, "3716.661"], [1702469753, "3732.909"], [1702469786, "3749.157"], [1702469816, "3765.405"], [1702469834, "3781.653"], [1702469864, "3797.901"], [1702469906, "3822.273"], [1702469936, "3838.521"], [1702469972, "3854.769"], [1702470005, "3871.017"], [1702470029, "3887.265"], [1702470065, "3903.513"], [1702470101, "3919.761"], [1702470131, "3936.009"], [1702470167, "3952.257"], [1702470203, "3968.505"], [1702470251, "3992.877"], [1702470278, "4009.125"], [1702470311, "4025.373"], [1702470347, "4041.621"], [1702470371, "4057.869"], [1702470404, "4074.117"], [1702470440, "4090.365"], [1702470476, "4106.613"], [1702470506, "4122.861"], [1702470542, "4139.109"], [1702470575, "4155.357"], [1702470611, "4171.605"], [1702470635, "4187.853"], [1702470662, "4204.101"], [1702470686, "4220.349"], [1702470719, "4236.597"], [1702470746, "4252.845"], [1702470812, "4285.341"], [1702470845, "4301.589"], [1702470875, "4317.837"], [1702470899, "4334.085"], [1702470953, "4358.457"], [1702470983, "4374.705"], [1702471025, "4390.953"], [1702471067, "4415.325"], [1702471169, "4455.945"], [1702471193, "4472.193"], [1702471226, "4488.441"], [1702471265, "4504.689"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.312"], [1702462793, "0.381"], [1702462808, "0.414"], [1702462829, "0.432"], [1702462844, "0.45"], [1702462865, "0.498"], [1702462880, "0.531"], [1702462904, "0.609"], [1702462919, "0.642"], [1702462952, "0.69"], [1702462973, "0.72"], [1702462988, "0.738"], [1702463045, "0.801"], [1702463081, "0.849"], [1702463114, "0.945"], [1702463150, "1.011"], [1702463186, "1.074"], [1702463216, "1.149"], [1702463240, "1.2"], [1702463273, "1.275"], [1702463324, "1.386"], [1702463354, "1.464"], [1702463381, "1.545"], [1702463417, "1.608"], [1702463453, "1.671"], [1702463477, "1.716"], [1702463510, "1.752"], [1702463537, "1.8"], [1702463570, "1.83"], [1702463591, "1.875"], [1702463621, "1.935"], [1702463657, "1.998"], [1702463693, "2.079"], [1702463729, "2.145"], [1702463765, "2.196"], [1702463798, "2.244"], [1702463846, "2.322"], [1702463873, "2.367"], [1702463906, "2.427"], [1702463948, "2.523"], [1702463984, "2.586"], [1702464014, "2.649"], [1702464050, "2.712"], [1702464086, "2.787"], [1702464122, "2.862"], [1702464155, "2.922"], [1702464194, "3.03"], [1702464230, "3.096"], [1702464263, "3.177"], [1702464299, "3.258"], [1702464332, "3.339"], [1702464356, "3.42"], [1702464392, "3.501"], [1702464425, "3.582"], [1702464455, "3.657"], [1702464479, "3.735"], [1702464509, "3.825"], [1702464533, "3.915"], [1702464569, "4.008"], [1702464605, "4.089"], [1702464635, "4.182"], [1702464671, "4.278"], [1702464716, "4.371"], [1702464743, "4.461"], [1702464776, "4.551"], [1702464812, "4.641"], [1702464836, "4.746"], [1702464869, "4.836"], [1702464905, "4.944"], [1702464926, "5.019"], [1702464956, "5.112"], [1702464992, "5.19"], [1702465016, "5.295"], [1702465049, "5.376"], [1702465085, "5.466"], [1702465118, "5.559"], [1702465145, "5.652"], [1702465178, "5.742"], [1702465208, "5.835"], [1702465241, "5.928"], [1702465298, "6.069"], [1702465334, "6.18"], [1702465367, "6.27"], [1702465394, "6.36"], [1702465418, "6.45"], [1702465445, "6.54"], [1702465481, "6.633"], [1702465517, "6.744"], [1702465550, "6.837"], [1702465586, "6.918"], [1702465619, "7.011"], [1702465658, "7.104"], [1702465706, "7.179"], [1702465754, "7.197"], [1702465787, "7.233"], [1702465823, "7.251"], [1702465856, "7.284"], [1702465880, "7.332"], [1702465910, "7.383"], [1702465952, "7.446"], [1702465988, "7.509"], [1702466015, "7.569"], [1702466030, "7.629"], [1702466060, "7.689"], [1702466078, "7.752"], [1702466138, "7.866"], [1702466168, "7.932"], [1702466204, "7.998"], [1702466237, "8.061"], [1702466261, "8.106"], [1702466291, "8.169"], [1702466327, "8.229"], [1702466360, "8.289"], [1702466384, "8.349"], [1702466417, "8.397"], [1702466441, "8.46"], [1702466471, "8.523"], [1702466507, "8.559"], [1702466540, "8.61"], [1702466597, "8.694"], [1702466633, "8.745"], [1702466666, "8.79"], [1702466705, "8.835"], [1702466732, "8.895"], [1702466765, "8.943"], [1702466801, "9.003"], [1702466852, "9.081"], [1702466876, "9.141"], [1702466918, "9.189"], [1702466978, "9.303"], [1702467014, "9.363"], [1702467038, "9.423"], [1702467068, "9.483"], [1702467122, "9.573"], [1702467158, "9.633"], [1702467191, "9.693"], [1702467221, "9.756"], [1702467257, "9.807"], [1702467299, "9.87"], [1702467350, "9.96"], [1702467386, "10.02"], [1702467419, "10.095"], [1702467455, "10.155"], [1702467515, "10.278"], [1702467542, "10.341"], [1702467566, "10.407"], [1702467599, "10.455"], [1702467635, "10.503"], [1702467668, "10.536"], [1702467695, "10.566"], [1702467716, "10.611"], [1702467746, "10.641"], [1702467800, "10.701"], [1702467824, "10.746"], [1702467908, "10.869"], [1702467944, "10.899"], [1702467968, "10.932"], [1702468001, "10.962"], [1702468031, "11.007"], [1702468067, "11.037"], [1702468085, "11.067"], [1702468115, "11.082"], [1702468151, "11.112"], [1702468181, "11.142"], [1702468208, "11.172"], [1702468241, "11.19"], [1702468256, "11.22"], [1702468286, "11.253"], [1702468322, "11.268"], [1702468352, "11.283"], [1702468388, "11.313"], [1702468424, "11.343"], [1702468457, "11.373"], [1702468493, "11.388"], [1702468517, "11.421"], [1702468550, "11.451"], [1702468586, "11.466"], [1702468613, "11.484"], [1702468637, "11.514"], [1702468679, "11.529"], [1702468721, "11.559"], [1702468730, "11.574"], [1702468766, "11.604"], [1702468799, "11.634"], [1702468835, "11.664"], [1702468898, "11.712"], [1702468934, "11.727"], [1702468970, "11.727"], [1702468994, "11.757"], [1702469024, "11.772"], [1702469060, "11.802"], [1702469111, "11.847"], [1702469144, "11.85"], [1702469168, "11.865"], [1702469204, "11.883"], [1702469237, "11.913"], [1702469273, "11.928"], [1702469303, "11.958"], [1702469336, "11.988"], [1702469360, "11.988"], [1702469387, "11.988"], [1702469411, "12.003"], [1702469435, "12.033"], [1702469468, "12.063"], [1702469504, "12.096"], [1702469537, "12.129"], [1702469573, "12.162"], [1702469606, "12.192"], [1702469633, "12.222"], [1702469660, "12.252"], [1702469684, "12.282"], [1702469717, "12.312"], [1702469753, "12.327"], [1702469786, "12.342"], [1702469816, "12.36"], [1702469834, "12.39"], [1702469864, "12.405"], [1702469906, "12.456"], [1702469936, "12.486"], [1702469972, "12.516"], [1702470005, "12.531"], [1702470029, "12.546"], [1702470065, "12.564"], [1702470101, "12.597"], [1702470131, "12.63"], [1702470167, "12.66"], [1702470203, "12.69"], [1702470251, "12.72"], [1702470278, "12.75"], [1702470311, "12.78"], [1702470347, "12.81"], [1702470371, "12.84"], [1702470404, "12.873"], [1702470440, "12.876"], [1702470476, "12.909"], [1702470506, "12.912"], [1702470542, "12.945"], [1702470575, "12.96"], [1702470611, "12.96"], [1702470635, "12.99"], [1702470662, "13.005"], [1702470686, "13.035"], [1702470719, "13.065"], [1702470746, "13.095"], [1702470812, "13.143"], [1702470845, "13.161"], [1702470875, "13.191"], [1702470899, "13.221"], [1702470953, "13.266"], [1702470983, "13.296"], [1702471025, "13.332"], [1702471067, "13.383"], [1702471169, "13.473"], [1702471193, "13.506"], [1702471226, "13.536"], [1702471265, "13.569"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "82.404"], [1702462793, "99.51"], [1702462808, "107.973"], [1702462829, "116.436"], [1702462844, "124.56"], [1702462865, "132.684"], [1702462880, "140.808"], [1702462904, "157.056"], [1702462919, "165.18"], [1702462952, "181.428"], [1702462973, "189.552"], [1702462988, "197.676"], [1702463045, "222.048"], [1702463081, "238.296"], [1702463114, "254.544"], [1702463150, "270.792"], [1702463186, "287.04"], [1702463216, "303.288"], [1702463240, "319.536"], [1702463273, "335.784"], [1702463324, "360.156"], [1702463354, "376.404"], [1702463381, "392.652"], [1702463417, "408.9"], [1702463453, "425.148"], [1702463477, "441.396"], [1702463510, "457.644"], [1702463537, "473.892"], [1702463570, "490.14"], [1702463591, "506.388"], [1702463621, "522.636"], [1702463657, "538.884"], [1702463693, "555.132"], [1702463729, "571.38"], [1702463765, "587.628"], [1702463798, "603.876"], [1702463846, "628.248"], [1702463873, "644.496"], [1702463906, "660.744"], [1702463948, "685.116"], [1702463984, "701.364"], [1702464014, "717.612"], [1702464050, "733.86"], [1702464086, "750.108"], [1702464122, "766.356"], [1702464155, "782.604"], [1702464194, "806.976"], [1702464230, "823.224"], [1702464263, "839.472"], [1702464299, "855.72"], [1702464332, "871.968"], [1702464356, "888.216"], [1702464392, "904.464"], [1702464425, "920.712"], [1702464455, "936.96"], [1702464479, "953.208"], [1702464509, "969.456"], [1702464533, "985.704"], [1702464569, "1001.952"], [1702464605, "1018.2"], [1702464635, "1034.448"], [1702464671, "1050.696"], [1702464716, "1066.944"], [1702464743, "1083.192"], [1702464776, "1099.44"], [1702464812, "1115.688"], [1702464836, "1131.936"], [1702464869, "1148.184"], [1702464905, "1164.432"], [1702464926, "1180.68"], [1702464956, "1196.928"], [1702464992, "1213.176"], [1702465016, "1229.424"], [1702465049, "1245.672"], [1702465085, "1261.92"], [1702465118, "1278.168"], [1702465145, "1294.416"], [1702465178, "1310.664"], [1702465208, "1326.912"], [1702465241, "1343.16"], [1702465298, "1367.532"], [1702465334, "1383.78"], [1702465367, "1400.028"], [1702465394, "1416.276"], [1702465418, "1432.524"], [1702465445, "1448.772"], [1702465481, "1465.02"], [1702465517, "1481.268"], [1702465550, "1497.516"], [1702465586, "1513.764"], [1702465619, "1530.012"], [1702465658, "1546.26"], [1702465706, "1562.508"], [1702465754, "1586.88"], [1702465787, "1603.128"], [1702465823, "1619.376"], [1702465856, "1635.624"], [1702465880, "1651.872"], [1702465910, "1668.12"], [1702465952, "1684.368"], [1702465988, "1700.616"], [1702466015, "1716.864"], [1702466030, "1733.112"], [1702466060, "1749.36"], [1702466078, "1765.608"], [1702466138, "1789.98"], [1702466168, "1806.228"], [1702466204, "1822.476"], [1702466237, "1838.724"], [1702466261, "1854.972"], [1702466291, "1871.22"], [1702466327, "1887.468"], [1702466360, "1903.716"], [1702466384, "1919.964"], [1702466417, "1936.212"], [1702466441, "1952.46"], [1702466471, "1968.708"], [1702466507, "1984.956"], [1702466540, "2001.204"], [1702466597, "2025.576"], [1702466633, "2041.824"], [1702466666, "2058.072"], [1702466705, "2074.32"], [1702466732, "2090.568"], [1702466765, "2106.816"], [1702466801, "2123.064"], [1702466852, "2147.436"], [1702466876, "2163.684"], [1702466918, "2179.932"], [1702466978, "2212.428"], [1702467014, "2228.676"], [1702467038, "2244.924"], [1702467068, "2261.172"], [1702467122, "2285.544"], [1702467158, "2301.792"], [1702467191, "2318.04"], [1702467221, "2334.288"], [1702467257, "2350.536"], [1702467299, "2366.784"], [1702467350, "2391.156"], [1702467386, "2407.404"], [1702467419, "2423.652"], [1702467455, "2439.9"], [1702467515, "2472.396"], [1702467542, "2488.644"], [1702467566, "2504.892"], [1702467599, "2521.14"], [1702467635, "2537.388"], [1702467668, "2553.636"], [1702467695, "2569.884"], [1702467716, "2586.132"], [1702467746, "2602.38"], [1702467800, "2626.752"], [1702467824, "2643"], [1702467908, "2683.62"], [1702467944, "2699.868"], [1702467968, "2716.116"], [1702468001, "2732.364"], [1702468031, "2748.612"], [1702468067, "2764.86"], [1702468085, "2781.108"], [1702468115, "2797.356"], [1702468151, "2813.604"], [1702468181, "2829.852"], [1702468208, "2846.1"], [1702468241, "2862.348"], [1702468256, "2878.596"], [1702468286, "2894.844"], [1702468322, "2911.092"], [1702468352, "2927.34"], [1702468388, "2943.588"], [1702468424, "2959.836"], [1702468457, "2976.084"], [1702468493, "2992.332"], [1702468517, "3008.58"], [1702468550, "3024.828"], [1702468586, "3041.076"], [1702468613, "3057.324"], [1702468637, "3073.572"], [1702468679, "3089.82"], [1702468721, "3106.068"], [1702468730, "3114.192"], [1702468766, "3130.44"], [1702468799, "3146.688"], [1702468835, "3162.936"], [1702468898, "3187.308"], [1702468934, "3203.556"], [1702468970, "3219.804"], [1702468994, "3236.052"], [1702469024, "3252.3"], [1702469060, "3268.548"], [1702469111, "3292.92"], [1702469144, "3309.168"], [1702469168, "3325.416"], [1702469204, "3341.664"], [1702469237, "3357.912"], [1702469273, "3374.16"], [1702469303, "3390.408"], [1702469336, "3406.656"], [1702469360, "3422.904"], [1702469387, "3439.152"], [1702469411, "3455.4"], [1702469435, "3471.648"], [1702469468, "3487.896"], [1702469504, "3504.144"], [1702469537, "3520.392"], [1702469573, "3536.64"], [1702469606, "3552.888"], [1702469633, "3569.136"], [1702469660, "3585.384"], [1702469684, "3601.632"], [1702469717, "3617.88"], [1702469753, "3634.128"], [1702469786, "3650.376"], [1702469816, "3666.624"], [1702469834, "3682.872"], [1702469864, "3699.12"], [1702469906, "3723.492"], [1702469936, "3739.74"], [1702469972, "3755.988"], [1702470005, "3772.236"], [1702470029, "3788.484"], [1702470065, "3804.732"], [1702470101, "3820.98"], [1702470131, "3837.228"], [1702470167, "3853.476"], [1702470203, "3869.724"], [1702470251, "3894.096"], [1702470278, "3910.344"], [1702470311, "3926.592"], [1702470347, "3942.84"], [1702470371, "3959.088"], [1702470404, "3975.336"], [1702470440, "3991.584"], [1702470476, "4007.832"], [1702470506, "4024.08"], [1702470542, "4040.328"], [1702470575, "4056.576"], [1702470611, "4072.824"], [1702470635, "4089.072"], [1702470662, "4105.32"], [1702470686, "4121.568"], [1702470719, "4137.816"], [1702470746, "4154.064"], [1702470812, "4186.56"], [1702470845, "4202.808"], [1702470875, "4219.056"], [1702470899, "4235.304"], [1702470953, "4259.676"], [1702470983, "4275.924"], [1702471025, "4292.172"], [1702471067, "4316.544"], [1702471169, "4357.164"], [1702471193, "4373.412"], [1702471226, "4389.66"], [1702471265, "4405.908"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.192"], [1702462721, "0.21"], [1702462736, "0.246"], [1702462751, "0.279"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "47.265"], [1702462721, "56.097"], [1702462736, "64.929"], [1702462751, "73.761"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}], "kepler_container_joules_total": [{"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1.113"], [1702462721, "1.1310000000000002"], [1702462736, "1.272"], [1702462751, "1.3050000000000002"], [1702462763, "1.338"], [1702462793, "1.407"], [1702462808, "1.44"], [1702462829, "1.4580000000000002"], [1702462844, "1.476"], [1702462865, "1.524"], [1702462880, "1.557"], [1702462904, "1.635"], [1702462919, "1.6680000000000001"], [1702462952, "1.716"], [1702462973, "1.746"], [1702462988, "1.764"], [1702463045, "1.827"], [1702463081, "1.875"], [1702463114, "1.971"], [1702463150, "2.037"], [1702463186, "2.1"], [1702463216, "2.175"], [1702463240, "2.226"], [1702463273, "2.301"], [1702463324, "2.412"], [1702463354, "2.49"], [1702463381, "3.456"], [1702463417, "3.519"], [1702463453, "3.582"], [1702463477, "3.6270000000000002"], [1702463510, "3.6630000000000003"], [1702463537, "3.711"], [1702463570, "3.741"], [1702463591, "3.786"], [1702463621, "3.846"], [1702463657, "3.9090000000000003"], [1702463693, "3.99"], [1702463729, "4.056"], [1702463765, "4.107"], [1702463798, "4.155"], [1702463846, "4.2330000000000005"], [1702463873, "4.2780000000000005"], [1702463906, "4.338"], [1702463948, "4.434"], [1702463984, "4.497"], [1702464014, "4.5600000000000005"], [1702464050, "4.623"], [1702464086, "4.698"], [1702464122, "4.773"], [1702464155, "4.833"], [1702464194, "4.941000000000001"], [1702464230, "5.007"], [1702464263, "5.088"], [1702464299, "5.1690000000000005"], [1702464332, "5.25"], [1702464356, "5.3309999999999995"], [1702464392, "5.412"], [1702464425, "5.493"], [1702464455, "5.568"], [1702464479, "5.646"], [1702464509, "5.736"], [1702464533, "5.826"], [1702464569, "5.9190000000000005"], [1702464605, "6"], [1702464635, "6.093"], [1702464671, "6.189"], [1702464716, "6.282"], [1702464743, "6.372"], [1702464776, "6.462"], [1702464812, "6.5520000000000005"], [1702464836, "6.657"], [1702464869, "6.747"], [1702464905, "6.855"], [1702464926, "6.93"], [1702464956, "7.023"], [1702464992, "7.101"], [1702465016, "7.206"], [1702465049, "7.287"], [1702465085, "7.377"], [1702465118, "7.47"], [1702465145, "7.563"], [1702465178, "7.6530000000000005"], [1702465208, "7.746"], [1702465241, "7.839"], [1702465298, "7.98"], [1702465334, "8.091000000000001"], [1702465367, "8.181000000000001"], [1702465394, "8.271"], [1702465418, "8.361"], [1702465445, "8.451"], [1702465481, "8.544"], [1702465517, "8.655000000000001"], [1702465550, "8.748000000000001"], [1702465586, "8.829"], [1702465619, "8.922"], [1702465658, "9.015"], [1702465706, "9.09"], [1702465754, "9.108"], [1702465787, "9.144"], [1702465823, "9.161999999999999"], [1702465856, "9.195"], [1702465880, "9.243"], [1702465910, "9.294"], [1702465952, "9.357"], [1702465988, "9.42"], [1702466015, "9.48"], [1702466030, "9.54"], [1702466060, "9.600000000000001"], [1702466078, "9.663"], [1702466138, "9.777000000000001"], [1702466168, "9.843"], [1702466204, "9.908999999999999"], [1702466237, "9.972000000000001"], [1702466261, "10.017"], [1702466291, "10.079999999999998"], [1702466327, "10.14"], [1702466360, "10.2"], [1702466384, "10.260000000000002"], [1702466417, "10.308"], [1702466441, "10.370999999999999"], [1702466471, "10.434000000000001"], [1702466507, "10.469999999999999"], [1702466540, "10.521"], [1702466597, "10.605"], [1702466633, "10.655999999999999"], [1702466666, "10.701"], [1702466705, "10.745999999999999"], [1702466732, "10.806000000000001"], [1702466765, "10.854"], [1702466801, "10.914000000000001"], [1702466852, "10.992"], [1702466876, "11.052"], [1702466918, "11.100000000000001"], [1702466978, "11.213999999999999"], [1702467014, "11.274000000000001"], [1702467038, "11.334"], [1702467068, "11.393999999999998"], [1702467122, "11.484000000000002"], [1702467158, "11.544"], [1702467191, "11.604"], [1702467221, "11.667000000000002"], [1702467257, "11.718"], [1702467299, "11.780999999999999"], [1702467350, "11.870999999999999"], [1702467386, "11.931000000000001"], [1702467419, "12.006"], [1702467455, "12.065999999999999"], [1702467515, "12.189"], [1702467542, "12.251999999999999"], [1702467566, "12.318000000000001"], [1702467599, "12.366"], [1702467635, "12.414000000000001"], [1702467668, "12.447"], [1702467695, "12.477"], [1702467716, "12.521999999999998"], [1702467746, "12.552"], [1702467800, "12.611999999999998"], [1702467824, "12.657"], [1702467908, "12.780000000000001"], [1702467944, "12.809999999999999"], [1702467968, "12.843"], [1702468001, "12.873000000000001"], [1702468031, "12.918"], [1702468067, "12.948"], [1702468085, "12.978000000000002"], [1702468115, "12.992999999999999"], [1702468151, "13.023"], [1702468181, "13.053"], [1702468208, "13.082999999999998"], [1702468241, "13.100999999999999"], [1702468256, "13.131"], [1702468286, "13.164000000000001"], [1702468322, "13.178999999999998"], [1702468352, "13.193999999999999"], [1702468388, "13.224"], [1702468424, "13.254000000000001"], [1702468457, "13.283999999999999"], [1702468493, "13.299"], [1702468517, "13.332"], [1702468550, "13.361999999999998"], [1702468586, "13.376999999999999"], [1702468613, "13.395"], [1702468637, "13.425"], [1702468679, "13.440000000000001"], [1702468721, "13.469999999999999"], [1702468730, "13.485"], [1702468766, "13.515"], [1702468799, "13.545000000000002"], [1702468835, "13.575"], [1702468898, "13.623000000000001"], [1702468934, "13.638000000000002"], [1702468970, "13.638000000000002"], [1702468994, "13.668"], [1702469024, "13.683"], [1702469060, "13.713000000000001"], [1702469111, "13.758"], [1702469144, "13.761"], [1702469168, "13.776"], [1702469204, "13.794"], [1702469237, "13.824000000000002"], [1702469273, "13.838999999999999"], [1702469303, "13.869"], [1702469336, "13.899000000000001"], [1702469360, "13.899000000000001"], [1702469387, "13.899000000000001"], [1702469411, "13.914000000000001"], [1702469435, "13.943999999999999"], [1702469468, "13.974"], [1702469504, "14.007000000000001"], [1702469537, "14.04"], [1702469573, "14.073"], [1702469606, "14.103000000000002"], [1702469633, "14.133"], [1702469660, "14.163"], [1702469684, "14.193000000000001"], [1702469717, "14.222999999999999"], [1702469753, "14.238"], [1702469786, "14.253"], [1702469816, "14.271"], [1702469834, "14.300999999999998"], [1702469864, "14.315999999999999"], [1702469906, "14.367"], [1702469936, "14.396999999999998"], [1702469972, "14.427"], [1702470005, "14.442"], [1702470029, "14.457"], [1702470065, "14.475000000000001"], [1702470101, "14.508"], [1702470131, "14.541"], [1702470167, "14.571000000000002"], [1702470203, "14.600999999999999"], [1702470251, "14.631"], [1702470278, "14.661000000000001"], [1702470311, "14.690999999999999"], [1702470347, "14.721"], [1702470371, "14.751000000000001"], [1702470404, "14.783999999999999"], [1702470440, "14.786999999999999"], [1702470476, "14.82"], [1702470506, "14.823"], [1702470542, "14.856000000000002"], [1702470575, "14.870999999999999"], [1702470611, "14.870999999999999"], [1702470635, "14.901"], [1702470662, "14.916"], [1702470686, "14.946000000000002"], [1702470719, "14.975999999999999"], [1702470746, "15.006"], [1702470812, "15.053999999999998"], [1702470845, "15.072"], [1702470875, "15.102"], [1702470899, "15.132000000000001"], [1702470953, "15.177"], [1702470983, "15.207"], [1702471025, "15.242999999999999"], [1702471067, "15.294"], [1702471169, "15.384"], [1702471193, "15.417000000000002"], [1702471226, "15.447"], [1702471265, "15.48"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "979.9170000000001"], [1702462721, "1025.856"], [1702462736, "1071.7949999999998"], [1702462751, "1117.7340000000002"], [1702462763, "1162.6950000000002"], [1702462793, "1251.681"], [1702462808, "1295.706"], [1702462829, "1339.731"], [1702462844, "1381.995"], [1702462865, "1424.259"], [1702462880, "1466.5230000000001"], [1702462904, "1551.0510000000002"], [1702462919, "1593.315"], [1702462952, "1677.843"], [1702462973, "1720.107"], [1702462988, "1762.3709999999999"], [1702463045, "1889.163"], [1702463081, "1973.6910000000003"], [1702463114, "2058.219"], [1702463150, "2142.7470000000003"], [1702463186, "2227.275"], [1702463216, "2311.803"], [1702463240, "2396.331"], [1702463273, "2480.859"], [1702463324, "2607.6510000000003"], [1702463354, "2692.179"], [1702463381, "2776.707"], [1702463417, "2861.235"], [1702463453, "2945.7630000000004"], [1702463477, "3030.291"], [1702463510, "3114.8190000000004"], [1702463537, "3199.3469999999998"], [1702463570, "3283.875"], [1702463591, "3368.4030000000002"], [1702463621, "3452.931"], [1702463657, "3537.4590000000003"], [1702463693, "3621.987"], [1702463729, "3706.515"], [1702463765, "3791.0429999999997"], [1702463798, "3875.571"], [1702463846, "4002.3630000000003"], [1702463873, "4086.891"], [1702463906, "4171.419"], [1702463948, "4298.210999999999"], [1702463984, "4382.7390000000005"], [1702464014, "4467.267"], [1702464050, "4551.795"], [1702464086, "4636.323"], [1702464122, "4720.851"], [1702464155, "4805.379"], [1702464194, "4932.171"], [1702464230, "5016.6990000000005"], [1702464263, "5101.227"], [1702464299, "5185.755"], [1702464332, "5270.282999999999"], [1702464356, "5354.811"], [1702464392, "5439.339"], [1702464425, "5523.867"], [1702464455, "5608.3949999999995"], [1702464479, "5692.923"], [1702464509, "5777.450999999999"], [1702464533, "5861.979"], [1702464569, "5946.5070000000005"], [1702464605, "6031.035"], [1702464635, "6115.563"], [1702464671, "6200.091"], [1702464716, "6284.619"], [1702464743, "6369.147"], [1702464776, "6453.675"], [1702464812, "6538.2029999999995"], [1702464836, "6622.731"], [1702464869, "6707.259"], [1702464905, "6791.787"], [1702464926, "6876.315"], [1702464956, "6960.843000000001"], [1702464992, "7045.370999999999"], [1702465016, "7129.899"], [1702465049, "7214.427000000001"], [1702465085, "7298.955"], [1702465118, "7383.483"], [1702465145, "7468.010999999999"], [1702465178, "7552.539000000001"], [1702465208, "7637.067"], [1702465241, "7721.594999999999"], [1702465298, "7848.386999999999"], [1702465334, "7932.915"], [1702465367, "8017.443"], [1702465394, "8101.971"], [1702465418, "8186.499"], [1702465445, "8271.027"], [1702465481, "8355.555"], [1702465517, "8440.083"], [1702465550, "8524.611"], [1702465586, "8609.139"], [1702465619, "8693.667"], [1702465658, "8778.195"], [1702465706, "8862.723"], [1702465754, "8989.515"], [1702465787, "9074.043"], [1702465823, "9158.571"], [1702465856, "9243.099"], [1702465880, "9327.627"], [1702465910, "9412.155"], [1702465952, "9496.683"], [1702465988, "9581.211"], [1702466015, "9665.739"], [1702466030, "9750.267000000002"], [1702466060, "9834.795"], [1702466078, "9919.322999999999"], [1702466138, "10046.115"], [1702466168, "10130.643"], [1702466204, "10215.171"], [1702466237, "10299.698999999999"], [1702466261, "10384.227"], [1702466291, "10468.755000000001"], [1702466327, "10553.283"], [1702466360, "10637.811000000002"], [1702466384, "10722.339"], [1702466417, "10806.866999999998"], [1702466441, "10891.395"], [1702466471, "10975.923"], [1702466507, "11060.451"], [1702466540, "11144.979"], [1702466597, "11271.771"], [1702466633, "11356.299"], [1702466666, "11440.827"], [1702466705, "11525.355"], [1702466732, "11609.883"], [1702466765, "11694.411"], [1702466801, "11778.938999999998"], [1702466852, "11905.731"], [1702466876, "11990.259"], [1702466918, "12074.787"], [1702466978, "12243.843"], [1702467014, "12328.371"], [1702467038, "12412.899000000001"], [1702467068, "12497.427"], [1702467122, "12624.219"], [1702467158, "12708.747000000001"], [1702467191, "12793.275000000001"], [1702467221, "12877.803"], [1702467257, "12962.331"], [1702467299, "13046.859"], [1702467350, "13173.651000000002"], [1702467386, "13258.179"], [1702467419, "13342.707"], [1702467455, "13427.234999999999"], [1702467515, "13596.291"], [1702467542, "13680.818999999998"], [1702467566, "13765.347"], [1702467599, "13849.875"], [1702467635, "13934.403"], [1702467668, "14018.931"], [1702467695, "14103.459"], [1702467716, "14187.987"], [1702467746, "14272.515000000001"], [1702467800, "14399.307"], [1702467824, "14483.835"], [1702467908, "14695.155"], [1702467944, "14779.683"], [1702467968, "14864.211"], [1702468001, "14948.739"], [1702468031, "15033.267000000002"], [1702468067, "15117.795"], [1702468085, "15202.322999999999"], [1702468115, "15286.851"], [1702468151, "15371.379"], [1702468181, "15455.907"], [1702468208, "15540.435000000001"], [1702468241, "15624.963"], [1702468256, "15709.491"], [1702468286, "15794.019"], [1702468322, "15878.547"], [1702468352, "15963.074999999999"], [1702468388, "16047.603"], [1702468424, "16132.131000000001"], [1702468457, "16216.659"], [1702468493, "16301.187000000002"], [1702468517, "16385.715"], [1702468550, "16470.243000000002"], [1702468586, "16554.771"], [1702468613, "16639.299"], [1702468637, "16723.827"], [1702468679, "16808.355"], [1702468721, "16892.882999999998"], [1702468730, "16935.147"], [1702468766, "17019.675"], [1702468799, "17104.203"], [1702468835, "17188.731"], [1702468898, "17315.523"], [1702468934, "17400.051"], [1702468970, "17484.579"], [1702468994, "17569.107"], [1702469024, "17653.635000000002"], [1702469060, "17738.163"], [1702469111, "17864.955"], [1702469144, "17949.483"], [1702469168, "18034.011"], [1702469204, "18118.539"], [1702469237, "18203.067"], [1702469273, "18287.594999999998"], [1702469303, "18372.123"], [1702469336, "18456.650999999998"], [1702469360, "18541.179"], [1702469387, "18625.707"], [1702469411, "18710.235"], [1702469435, "18794.763"], [1702469468, "18879.290999999997"], [1702469504, "18963.819"], [1702469537, "19048.346999999998"], [1702469573, "19132.875"], [1702469606, "19217.403"], [1702469633, "19301.931"], [1702469660, "19386.459"], [1702469684, "19470.987"], [1702469717, "19555.515"], [1702469753, "19640.042999999998"], [1702469786, "19724.571000000004"], [1702469816, "19809.099"], [1702469834, "19893.627"], [1702469864, "19978.155"], [1702469906, "20104.947"], [1702469936, "20189.475000000002"], [1702469972, "20274.003000000004"], [1702470005, "20358.531"], [1702470029, "20443.059"], [1702470065, "20527.587"], [1702470101, "20612.114999999998"], [1702470131, "20696.643"], [1702470167, "20781.171000000002"], [1702470203, "20865.699"], [1702470251, "20992.491"], [1702470278, "21077.018999999997"], [1702470311, "21161.547"], [1702470347, "21246.075"], [1702470371, "21330.603"], [1702470404, "21415.131"], [1702470440, "21499.659000000003"], [1702470476, "21584.186999999998"], [1702470506, "21668.714999999997"], [1702470542, "21753.243000000002"], [1702470575, "21837.770999999997"], [1702470611, "21922.299"], [1702470635, "22006.827"], [1702470662, "22091.355"], [1702470686, "22175.883"], [1702470719, "22260.411"], [1702470746, "22344.939000000002"], [1702470812, "22513.995000000003"], [1702470845, "22598.522999999997"], [1702470875, "22683.051"], [1702470899, "22767.579"], [1702470953, "22894.371"], [1702470983, "22978.898999999998"], [1702471025, "23063.427"], [1702471067, "23190.219"], [1702471169, "23401.539"], [1702471193, "23486.067000000003"], [1702471226, "23570.594999999998"], [1702471265, "23655.123"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "40.344"], [1702462721, "41.082"], [1702462736, "41.754000000000005"], [1702462751, "47.220000000000006"], [1702462763, "47.259"], [1702462793, "48.804"], [1702462808, "49.68600000000001"], [1702462829, "49.782000000000004"], [1702462844, "51.861000000000004"], [1702462865, "53.4"], [1702462880, "54.507"], [1702462904, "55.806000000000004"], [1702462919, "56.190000000000005"], [1702462952, "61.425"], [1702462973, "62.037"], [1702462988, "62.802"], [1702463045, "65.868"], [1702463081, "67.161"], [1702463114, "68.58900000000001"], [1702463150, "69.564"], [1702463186, "70.569"], [1702463216, "77.66100000000002"], [1702463240, "78.546"], [1702463273, "80.562"], [1702463324, "86.38199999999999"], [1702463354, "87.03"], [1702463381, "88.209"], [1702463417, "89.29200000000002"], [1702463453, "91.506"], [1702463477, "92.24099999999999"], [1702463510, "93.441"], [1702463537, "93.879"], [1702463570, "95.13300000000001"], [1702463591, "96.198"], [1702463621, "97.53600000000002"], [1702463657, "99.363"], [1702463693, "101.04"], [1702463729, "106.959"], [1702463765, "109.233"], [1702463798, "110.87400000000001"], [1702463846, "112.128"], [1702463873, "112.977"], [1702463906, "114.531"], [1702463948, "116.667"], [1702463984, "118.122"], [1702464014, "119.96400000000001"], [1702464050, "121.44900000000001"], [1702464086, "124.248"], [1702464122, "126.432"], [1702464155, "127.767"], [1702464194, "129.66"], [1702464230, "130.761"], [1702464263, "131.99099999999999"], [1702464299, "133.299"], [1702464332, "134.481"], [1702464356, "135.37499999999997"], [1702464392, "138.222"], [1702464425, "139.587"], [1702464455, "142.30499999999998"], [1702464479, "143.751"], [1702464509, "144.14399999999998"], [1702464533, "144.867"], [1702464569, "146.27700000000002"], [1702464605, "147.894"], [1702464635, "148.79099999999997"], [1702464671, "152.646"], [1702464716, "157.452"], [1702464743, "159.369"], [1702464776, "162.21599999999998"], [1702464812, "166.17"], [1702464836, "167.565"], [1702464869, "172.35000000000002"], [1702464905, "175.76999999999998"], [1702464926, "176.316"], [1702464956, "177.099"], [1702464992, "179.454"], [1702465016, "180.35099999999997"], [1702465049, "182.58599999999998"], [1702465085, "185.30399999999997"], [1702465118, "187.968"], [1702465145, "190.26299999999998"], [1702465178, "192.213"], [1702465208, "193.55100000000002"], [1702465241, "198.31199999999998"], [1702465298, "200.874"], [1702465334, "202.695"], [1702465367, "204.354"], [1702465394, "204.768"], [1702465418, "205.35899999999998"], [1702465445, "207.65399999999997"], [1702465481, "209.898"], [1702465517, "212.787"], [1702465550, "214.34099999999998"], [1702465586, "217.21800000000002"], [1702465619, "218.253"], [1702465658, "223.53"], [1702465706, "224.907"], [1702465754, "229.233"], [1702465787, "231.699"], [1702465823, "233.364"], [1702465856, "236.301"], [1702465880, "237.49499999999998"], [1702465910, "238.977"], [1702465952, "240.366"], [1702465988, "241.515"], [1702466015, "243.45299999999997"], [1702466030, "243.63899999999998"], [1702466060, "244.23"], [1702466078, "244.56599999999997"], [1702466138, "247.524"], [1702466168, "248.86199999999997"], [1702466204, "250.38599999999997"], [1702466237, "253.881"], [1702466261, "255.063"], [1702466291, "256.34999999999997"], [1702466327, "259.287"], [1702466360, "262.233"], [1702466384, "263.223"], [1702466417, "263.907"], [1702466441, "264.15299999999996"], [1702466471, "264.648"], [1702466507, "267.423"], [1702466540, "269.721"], [1702466597, "273.699"], [1702466633, "276.66"], [1702466666, "278.823"], [1702466705, "280.40099999999995"], [1702466732, "282.08099999999996"], [1702466765, "283.743"], [1702466801, "285.36299999999994"], [1702466852, "290.09700000000004"], [1702466876, "290.43600000000004"], [1702466918, "292.94100000000003"], [1702466978, "300.94800000000004"], [1702467014, "302.697"], [1702467038, "306.43500000000006"], [1702467068, "308.47200000000004"], [1702467122, "310.959"], [1702467158, "312.897"], [1702467191, "315.159"], [1702467221, "316.77900000000005"], [1702467257, "318.981"], [1702467299, "320.601"], [1702467350, "321.378"], [1702467386, "323.196"], [1702467419, "324.09000000000003"], [1702467455, "324.99000000000007"], [1702467515, "325.93800000000005"], [1702467542, "326.12700000000007"], [1702467566, "326.40900000000005"], [1702467599, "330.45"], [1702467635, "331.863"], [1702467668, "335.685"], [1702467695, "337.13100000000003"], [1702467716, "337.779"], [1702467746, "338.40900000000005"], [1702467800, "343.33500000000004"], [1702467824, "343.974"], [1702467908, "345.792"], [1702467944, "346.284"], [1702467968, "346.48800000000006"], [1702468001, "346.986"], [1702468031, "348.12000000000006"], [1702468067, "351.618"], [1702468085, "352.095"], [1702468115, "352.422"], [1702468151, "353.88000000000005"], [1702468181, "354.375"], [1702468208, "355.07400000000007"], [1702468241, "355.656"], [1702468256, "355.884"], [1702468286, "359.556"], [1702468322, "359.931"], [1702468352, "365.45700000000005"], [1702468388, "367.80899999999997"], [1702468424, "370.45500000000004"], [1702468457, "373.32300000000004"], [1702468493, "375.513"], [1702468517, "378.795"], [1702468550, "379.51200000000006"], [1702468586, "380.766"], [1702468613, "382.16399999999993"], [1702468637, "383.571"], [1702468679, "384.027"], [1702468721, "386.85600000000005"], [1702468730, "387.285"], [1702468766, "387.993"], [1702468799, "390.723"], [1702468835, "391.818"], [1702468898, "396.79499999999996"], [1702468934, "398.90099999999995"], [1702468970, "403.638"], [1702468994, "404.562"], [1702469024, "404.688"], [1702469060, "405.117"], [1702469111, "406.371"], [1702469144, "409.257"], [1702469168, "409.72799999999995"], [1702469204, "411.246"], [1702469237, "412.245"], [1702469273, "413.94"], [1702469303, "418.257"], [1702469336, "419.15999999999997"], [1702469360, "419.712"], [1702469387, "419.928"], [1702469411, "420.507"], [1702469435, "420.756"], [1702469468, "421.404"], [1702469504, "421.815"], [1702469537, "423.28499999999997"], [1702469573, "424.0439999999999"], [1702469606, "425.916"], [1702469633, "426.282"], [1702469660, "427.58099999999996"], [1702469684, "429.387"], [1702469717, "430.68"], [1702469753, "431.10299999999995"], [1702469786, "431.568"], [1702469816, "432.87300000000005"], [1702469834, "433.27799999999996"], [1702469864, "434.07599999999996"], [1702469906, "434.844"], [1702469936, "435.882"], [1702469972, "436.599"], [1702470005, "437.601"], [1702470029, "437.784"], [1702470065, "438.189"], [1702470101, "438.78599999999994"], [1702470131, "440.328"], [1702470167, "442.821"], [1702470203, "444.633"], [1702470251, "447.13800000000003"], [1702470278, "447.48"], [1702470311, "447.915"], [1702470347, "448.965"], [1702470371, "449.29799999999994"], [1702470404, "449.65500000000003"], [1702470440, "450.18899999999996"], [1702470476, "451.053"], [1702470506, "451.6019999999999"], [1702470542, "452.472"], [1702470575, "453.81299999999993"], [1702470611, "454.40999999999997"], [1702470635, "454.797"], [1702470662, "455.118"], [1702470686, "455.652"], [1702470719, "456.678"], [1702470746, "457.755"], [1702470812, "459.40799999999996"], [1702470845, "461.373"], [1702470875, "463.28999999999996"], [1702470899, "464.466"], [1702470953, "465.642"], [1702470983, "466.512"], [1702471025, "468.846"], [1702471067, "471.633"], [1702471169, "477.168"], [1702471193, "478.53000000000003"], [1702471226, "480.573"], [1702471265, "482.961"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "57.20099999999999"], [1702462721, "60.024"], [1702462736, "61.59"], [1702462751, "62.634"], [1702462763, "62.702999999999996"], [1702462793, "67.83"], [1702462808, "75.99"], [1702462829, "77.451"], [1702462844, "86.838"], [1702462865, "110.484"], [1702462880, "112.527"], [1702462904, "116.38499999999999"], [1702462919, "116.96399999999998"], [1702462952, "119.448"], [1702462973, "120.456"], [1702462988, "123.663"], [1702463045, "130.023"], [1702463081, "136.11599999999999"], [1702463114, "142.803"], [1702463150, "145.926"], [1702463186, "148.62300000000002"], [1702463216, "155.649"], [1702463240, "159.576"], [1702463273, "164.298"], [1702463324, "176.334"], [1702463354, "177.132"], [1702463381, "179.97899999999998"], [1702463417, "181.70700000000002"], [1702463453, "188.757"], [1702463477, "189.92700000000002"], [1702463510, "196.56300000000002"], [1702463537, "199.89600000000002"], [1702463570, "203.913"], [1702463591, "205.881"], [1702463621, "208.263"], [1702463657, "210.432"], [1702463693, "213.83400000000003"], [1702463729, "223.923"], [1702463765, "230.037"], [1702463798, "233.127"], [1702463846, "235.896"], [1702463873, "238.71299999999997"], [1702463906, "240.74400000000003"], [1702463948, "244.146"], [1702463984, "248.085"], [1702464014, "249.465"], [1702464050, "253.41"], [1702464086, "258.08399999999995"], [1702464122, "280.833"], [1702464155, "286.03200000000004"], [1702464194, "289.02899999999994"], [1702464230, "292.491"], [1702464263, "293.93399999999997"], [1702464299, "297.24899999999997"], [1702464332, "303.108"], [1702464356, "307.365"], [1702464392, "311.13899999999995"], [1702464425, "315.687"], [1702464455, "324.52799999999996"], [1702464479, "332.58000000000004"], [1702464509, "334.58099999999996"], [1702464533, "337.758"], [1702464569, "341.97599999999994"], [1702464605, "349.04999999999995"], [1702464635, "354.837"], [1702464671, "361.023"], [1702464716, "382.77"], [1702464743, "387.24"], [1702464776, "478.01399999999995"], [1702464812, "487.45199999999994"], [1702464836, "491.49299999999994"], [1702464869, "498.087"], [1702464905, "503.83799999999997"], [1702464926, "504.84299999999996"], [1702464956, "506.667"], [1702464992, "512.073"], [1702465016, "514.6020000000001"], [1702465049, "526.662"], [1702465085, "561.159"], [1702465118, "564.531"], [1702465145, "571.5329999999999"], [1702465178, "577.332"], [1702465208, "584.1419999999999"], [1702465241, "591.6750000000001"], [1702465298, "597.972"], [1702465334, "601.4789999999999"], [1702465367, "606.942"], [1702465394, "607.8779999999999"], [1702465418, "609.4889999999999"], [1702465445, "613.254"], [1702465481, "618.7349999999999"], [1702465517, "622.5149999999999"], [1702465550, "626.355"], [1702465586, "633.4469999999999"], [1702465619, "635.6759999999999"], [1702465658, "645.165"], [1702465706, "648.132"], [1702465754, "656.6579999999999"], [1702465787, "661.0319999999999"], [1702465823, "669.486"], [1702465856, "673.494"], [1702465880, "675.342"], [1702465910, "678.2009999999999"], [1702465952, "682.683"], [1702465988, "685.7789999999999"], [1702466015, "688.857"], [1702466030, "689.1599999999999"], [1702466060, "690.747"], [1702466078, "691.704"], [1702466138, "700.617"], [1702466168, "705.9989999999999"], [1702466204, "715.455"], [1702466237, "723.7769999999999"], [1702466261, "726.312"], [1702466291, "740.85"], [1702466327, "745.896"], [1702466360, "750.1020000000001"], [1702466384, "752.2739999999999"], [1702466417, "755.4029999999999"], [1702466441, "756.564"], [1702466471, "759.8639999999999"], [1702466507, "772.413"], [1702466540, "777.345"], [1702466597, "788.643"], [1702466633, "798.651"], [1702466666, "805.218"], [1702466705, "810.8969999999999"], [1702466732, "813.7950000000001"], [1702466765, "816.747"], [1702466801, "820.758"], [1702466852, "831.9599999999999"], [1702466876, "834.018"], [1702466918, "840.624"], [1702466978, "854.8050000000001"], [1702467014, "864.297"], [1702467038, "871.3140000000001"], [1702467068, "878.052"], [1702467122, "882.1110000000001"], [1702467158, "886.626"], [1702467191, "897.3630000000002"], [1702467221, "899.931"], [1702467257, "903.2850000000001"], [1702467299, "905.718"], [1702467350, "911.211"], [1702467386, "913.89"], [1702467419, "918.072"], [1702467455, "920.2470000000001"], [1702467515, "922.9469999999999"], [1702467542, "923.976"], [1702467566, "924.45"], [1702467599, "925.938"], [1702467635, "930.024"], [1702467668, "952.44"], [1702467695, "954.9090000000001"], [1702467716, "956.9040000000001"], [1702467746, "959.7360000000001"], [1702467800, "974.472"], [1702467824, "976.5600000000002"], [1702467908, "980.745"], [1702467944, "981.9420000000001"], [1702467968, "983.247"], [1702468001, "984.3120000000001"], [1702468031, "986.433"], [1702468067, "1000.371"], [1702468085, "1001.3879999999999"], [1702468115, "1003.5180000000001"], [1702468151, "1008.972"], [1702468181, "1011.0360000000001"], [1702468208, "1012.8209999999999"], [1702468241, "1015.434"], [1702468256, "1016.187"], [1702468286, "1017.3180000000001"], [1702468322, "1018.344"], [1702468352, "1029.696"], [1702468388, "1037.889"], [1702468424, "1045.8479999999997"], [1702468457, "1058.253"], [1702468493, "1063.758"], [1702468517, "1070.1390000000001"], [1702468550, "1072.353"], [1702468586, "1074.561"], [1702468613, "1077.777"], [1702468637, "1080.9389999999999"], [1702468679, "1082.8619999999999"], [1702468721, "1090.839"], [1702468730, "1092.3449999999998"], [1702468766, "1096.635"], [1702468799, "1104.9"], [1702468835, "1108.167"], [1702468898, "1118.472"], [1702468934, "1124.6519999999998"], [1702468970, "1133.2889999999998"], [1702468994, "1135.9259999999997"], [1702469024, "1136.235"], [1702469060, "1138.2599999999998"], [1702469111, "1144.155"], [1702469144, "1155.8579999999997"], [1702469168, "1156.743"], [1702469204, "1158.366"], [1702469237, "1162.062"], [1702469273, "1167.447"], [1702469303, "1175.2109999999998"], [1702469336, "1177.962"], [1702469360, "1179.873"], [1702469387, "1180.677"], [1702469411, "1182.399"], [1702469435, "1184.5679999999998"], [1702469468, "1186.26"], [1702469504, "1187.4869999999999"], [1702469537, "1189.3709999999999"], [1702469573, "1191.372"], [1702469606, "1197.5339999999999"], [1702469633, "1198.995"], [1702469660, "1203.471"], [1702469684, "1205.7299999999998"], [1702469717, "1209.1109999999999"], [1702469753, "1210.194"], [1702469786, "1211.898"], [1702469816, "1214.3189999999997"], [1702469834, "1215.0719999999997"], [1702469864, "1217.742"], [1702469906, "1220.424"], [1702469936, "1222.1459999999997"], [1702469972, "1224.5999999999997"], [1702470005, "1226.775"], [1702470029, "1227.129"], [1702470065, "1228.2119999999998"], [1702470101, "1230.105"], [1702470131, "1233.3389999999997"], [1702470167, "1241.6219999999998"], [1702470203, "1247.289"], [1702470251, "1253.6490000000001"], [1702470278, "1255.1399999999999"], [1702470311, "1256.97"], [1702470347, "1259.175"], [1702470371, "1260.4769999999999"], [1702470404, "1263.336"], [1702470440, "1265.118"], [1702470476, "1271.9699999999998"], [1702470506, "1274.3700000000001"], [1702470542, "1279.2479999999998"], [1702470575, "1285.7640000000001"], [1702470611, "1288.644"], [1702470635, "1290.3059999999998"], [1702470662, "1291.7549999999999"], [1702470686, "1293.1019999999999"], [1702470719, "1294.56"], [1702470746, "1298.5559999999998"], [1702470812, "1303.866"], [1702470845, "1309.5179999999998"], [1702470875, "1312.326"], [1702470899, "1313.817"], [1702470953, "1317.5339999999999"], [1702470983, "1321.611"], [1702471025, "1327.7879999999998"], [1702471067, "1336.1009999999999"], [1702471169, "1347.7289999999998"], [1702471193, "1350.618"], [1702471226, "1356.5249999999999"], [1702471265, "1361.0639999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "11.163"], [1702462721, "11.181"], [1702462736, "13.284"], [1702462751, "13.317000000000002"], [1702462763, "13.350000000000001"], [1702462793, "13.419"], [1702462808, "13.452000000000002"], [1702462829, "13.47"], [1702462844, "13.488000000000001"], [1702462865, "13.536000000000001"], [1702462880, "13.569"], [1702462904, "13.650000000000002"], [1702462919, "13.683000000000002"], [1702462952, "14.028"], [1702462973, "14.058"], [1702462988, "14.076"], [1702463045, "14.199000000000002"], [1702463081, "14.313000000000002"], [1702463114, "14.424"], [1702463150, "14.49"], [1702463186, "14.694"], [1702463216, "14.769"], [1702463240, "14.82"], [1702463273, "15.735"], [1702463324, "15.963000000000001"], [1702463354, "16.041"], [1702463381, "16.122"], [1702463417, "16.185000000000002"], [1702463453, "16.29"], [1702463477, "16.335"], [1702463510, "16.407"], [1702463537, "16.5"], [1702463570, "16.529999999999998"], [1702463591, "16.575"], [1702463621, "17.151"], [1702463657, "17.214"], [1702463693, "17.295"], [1702463729, "17.361"], [1702463765, "17.412"], [1702463798, "17.706"], [1702463846, "17.880000000000003"], [1702463873, "21.171"], [1702463906, "21.230999999999998"], [1702463948, "22.395000000000003"], [1702463984, "22.458000000000002"], [1702464014, "22.521"], [1702464050, "22.584000000000003"], [1702464086, "22.659000000000002"], [1702464122, "22.734"], [1702464155, "23.025000000000002"], [1702464194, "23.235"], [1702464230, "25.716"], [1702464263, "25.797"], [1702464299, "25.878"], [1702464332, "25.959"], [1702464356, "26.091"], [1702464392, "27.119999999999997"], [1702464425, "27.201"], [1702464455, "32.181"], [1702464479, "32.337"], [1702464509, "32.522999999999996"], [1702464533, "32.613"], [1702464569, "32.706"], [1702464605, "32.787"], [1702464635, "32.88"], [1702464671, "33.648"], [1702464716, "33.741"], [1702464743, "33.831"], [1702464776, "33.921"], [1702464812, "34.011"], [1702464836, "34.116"], [1702464869, "35.766"], [1702464905, "36"], [1702464926, "36.075"], [1702464956, "36.168"], [1702464992, "36.246"], [1702465016, "36.393"], [1702465049, "36.474000000000004"], [1702465085, "36.564"], [1702465118, "37.173"], [1702465145, "37.266"], [1702465178, "37.416"], [1702465208, "37.509"], [1702465241, "37.602"], [1702465298, "37.742999999999995"], [1702465334, "37.854"], [1702465367, "37.944"], [1702465394, "38.034"], [1702465418, "38.123999999999995"], [1702465445, "38.214"], [1702465481, "38.307"], [1702465517, "38.418"], [1702465550, "38.510999999999996"], [1702465586, "38.592"], [1702465619, "38.685"], [1702465658, "38.778"], [1702465706, "38.853"], [1702465754, "38.870999999999995"], [1702465787, "38.907"], [1702465823, "38.925"], [1702465856, "38.958"], [1702465880, "39.006"], [1702465910, "39.594"], [1702465952, "39.657000000000004"], [1702465988, "39.72"], [1702466015, "39.81"], [1702466030, "39.888"], [1702466060, "39.948"], [1702466078, "40.019999999999996"], [1702466138, "40.134"], [1702466168, "40.215"], [1702466204, "40.329"], [1702466237, "40.391999999999996"], [1702466261, "40.449"], [1702466291, "40.512"], [1702466327, "40.572"], [1702466360, "40.632"], [1702466384, "40.692"], [1702466417, "41.034000000000006"], [1702466441, "41.097"], [1702466471, "41.160000000000004"], [1702466507, "41.196000000000005"], [1702466540, "41.259"], [1702466597, "41.876999999999995"], [1702466633, "41.928"], [1702466666, "42.789"], [1702466705, "42.833999999999996"], [1702466732, "42.894"], [1702466765, "42.942"], [1702466801, "43.107"], [1702466852, "43.185"], [1702466876, "43.245000000000005"], [1702466918, "43.293000000000006"], [1702466978, "44.895"], [1702467014, "44.955"], [1702467038, "45.156"], [1702467068, "45.216"], [1702467122, "45.306"], [1702467158, "45.366"], [1702467191, "45.426"], [1702467221, "45.57899999999999"], [1702467257, "45.629999999999995"], [1702467299, "46.095"], [1702467350, "46.184999999999995"], [1702467386, "46.245"], [1702467419, "46.31999999999999"], [1702467455, "46.379999999999995"], [1702467515, "46.527"], [1702467542, "46.589999999999996"], [1702467566, "46.659"], [1702467599, "46.707"], [1702467635, "46.754999999999995"], [1702467668, "46.788"], [1702467695, "47.064"], [1702467716, "47.109"], [1702467746, "47.139"], [1702467800, "47.199"], [1702467824, "47.817"], [1702467908, "47.943"], [1702467944, "47.973"], [1702467968, "48.018"], [1702468001, "48.048"], [1702468031, "48.093"], [1702468067, "48.75"], [1702468085, "48.78"], [1702468115, "48.795"], [1702468151, "48.831"], [1702468181, "49.761"], [1702468208, "49.791000000000004"], [1702468241, "49.809000000000005"], [1702468256, "49.839"], [1702468286, "49.875"], [1702468322, "49.89"], [1702468352, "49.908"], [1702468388, "49.938"], [1702468424, "49.968"], [1702468457, "49.998000000000005"], [1702468493, "50.013000000000005"], [1702468517, "50.04600000000001"], [1702468550, "50.076"], [1702468586, "50.094"], [1702468613, "50.112"], [1702468637, "50.142"], [1702468679, "50.157000000000004"], [1702468721, "50.187000000000005"], [1702468730, "50.202000000000005"], [1702468766, "50.232"], [1702468799, "50.262"], [1702468835, "50.292"], [1702468898, "50.484"], [1702468934, "51.927"], [1702468970, "51.927"], [1702468994, "51.957"], [1702469024, "51.971999999999994"], [1702469060, "52.001999999999995"], [1702469111, "52.529999999999994"], [1702469144, "52.532999999999994"], [1702469168, "52.547999999999995"], [1702469204, "52.565999999999995"], [1702469237, "52.596"], [1702469273, "52.611"], [1702469303, "53.001000000000005"], [1702469336, "53.031000000000006"], [1702469360, "53.031000000000006"], [1702469387, "53.031000000000006"], [1702469411, "53.78699999999999"], [1702469435, "53.81699999999999"], [1702469468, "53.846999999999994"], [1702469504, "53.879999999999995"], [1702469537, "53.913"], [1702469573, "53.946"], [1702469606, "53.976"], [1702469633, "54.00599999999999"], [1702469660, "54.035999999999994"], [1702469684, "54.068999999999996"], [1702469717, "54.099"], [1702469753, "54.114"], [1702469786, "54.12899999999999"], [1702469816, "54.14699999999999"], [1702469834, "54.288"], [1702469864, "54.303"], [1702469906, "54.354"], [1702469936, "54.777"], [1702469972, "54.807"], [1702470005, "54.822"], [1702470029, "54.837"], [1702470065, "54.855000000000004"], [1702470101, "54.888"], [1702470131, "54.921"], [1702470167, "54.951"], [1702470203, "55.104000000000006"], [1702470251, "55.134"], [1702470278, "55.653000000000006"], [1702470311, "55.683"], [1702470347, "55.713"], [1702470371, "55.743"], [1702470404, "55.776"], [1702470440, "55.779"], [1702470476, "56.147999999999996"], [1702470506, "56.150999999999996"], [1702470542, "56.184"], [1702470575, "56.775"], [1702470611, "56.778"], [1702470635, "57.126"], [1702470662, "57.141"], [1702470686, "57.174"], [1702470719, "57.228"], [1702470746, "57.257999999999996"], [1702470812, "57.306"], [1702470845, "57.324"], [1702470875, "57.354"], [1702470899, "57.435"], [1702470953, "57.579"], [1702470983, "57.608999999999995"], [1702471025, "57.644999999999996"], [1702471067, "57.696"], [1702471169, "57.834"], [1702471193, "57.867"], [1702471226, "57.897"], [1702471265, "57.93"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "760.0830000000001"], [1702462721, "806.0219999999999"], [1702462736, "851.9610000000001"], [1702462751, "897.9"], [1702462763, "942.861"], [1702462793, "1031.847"], [1702462808, "1075.872"], [1702462829, "1119.897"], [1702462844, "1162.161"], [1702462865, "1204.425"], [1702462880, "1246.6889999999999"], [1702462904, "1331.217"], [1702462919, "1373.481"], [1702462952, "1458.009"], [1702462973, "1500.2730000000001"], [1702462988, "1542.537"], [1702463045, "1669.329"], [1702463081, "1753.857"], [1702463114, "1838.3850000000002"], [1702463150, "1922.9129999999998"], [1702463186, "2007.4410000000003"], [1702463216, "2091.969"], [1702463240, "2176.4970000000003"], [1702463273, "2261.025"], [1702463324, "2387.817"], [1702463354, "2472.3450000000003"], [1702463381, "2556.8729999999996"], [1702463417, "2641.401"], [1702463453, "2725.929"], [1702463477, "2810.457"], [1702463510, "2894.9850000000006"], [1702463537, "2979.5130000000004"], [1702463570, "3064.041"], [1702463591, "3148.569"], [1702463621, "3233.0969999999998"], [1702463657, "3317.625"], [1702463693, "3402.1530000000002"], [1702463729, "3486.681"], [1702463765, "3571.2090000000003"], [1702463798, "3655.737"], [1702463846, "3782.5289999999995"], [1702463873, "3867.0570000000002"], [1702463906, "3951.585"], [1702463948, "4078.377"], [1702463984, "4162.905"], [1702464014, "4247.433"], [1702464050, "4331.961"], [1702464086, "4416.4890000000005"], [1702464122, "4501.017"], [1702464155, "4585.545"], [1702464194, "4712.3369999999995"], [1702464230, "4796.865000000001"], [1702464263, "4881.393"], [1702464299, "4965.921"], [1702464332, "5050.4490000000005"], [1702464356, "5134.977"], [1702464392, "5219.505"], [1702464425, "5304.033000000001"], [1702464455, "5388.561"], [1702464479, "5473.089"], [1702464509, "5557.617"], [1702464533, "5642.1449999999995"], [1702464569, "5726.673000000001"], [1702464605, "5811.200999999999"], [1702464635, "5895.729"], [1702464671, "5980.257"], [1702464716, "6064.785"], [1702464743, "6149.313"], [1702464776, "6233.841"], [1702464812, "6318.369"], [1702464836, "6402.897"], [1702464869, "6487.425000000001"], [1702464905, "6571.9529999999995"], [1702464926, "6656.481"], [1702464956, "6741.009"], [1702464992, "6825.537"], [1702465016, "6910.065"], [1702465049, "6994.593000000001"], [1702465085, "7079.121"], [1702465118, "7163.649"], [1702465145, "7248.177"], [1702465178, "7332.705"], [1702465208, "7417.233"], [1702465241, "7501.761"], [1702465298, "7628.553"], [1702465334, "7713.081"], [1702465367, "7797.609"], [1702465394, "7882.136999999999"], [1702465418, "7966.665"], [1702465445, "8051.193"], [1702465481, "8135.721"], [1702465517, "8220.249"], [1702465550, "8304.777"], [1702465586, "8389.305"], [1702465619, "8473.832999999999"], [1702465658, "8558.361"], [1702465706, "8642.889"], [1702465754, "8769.681"], [1702465787, "8854.209"], [1702465823, "8938.737000000001"], [1702465856, "9023.265"], [1702465880, "9107.793"], [1702465910, "9192.321"], [1702465952, "9276.849"], [1702465988, "9361.377"], [1702466015, "9445.904999999999"], [1702466030, "9530.433"], [1702466060, "9614.961000000001"], [1702466078, "9699.489"], [1702466138, "9826.280999999999"], [1702466168, "9910.809000000001"], [1702466204, "9995.337"], [1702466237, "10079.865"], [1702466261, "10164.393000000002"], [1702466291, "10248.921"], [1702466327, "10333.448999999999"], [1702466360, "10417.977"], [1702466384, "10502.505"], [1702466417, "10587.033"], [1702466441, "10671.561"], [1702466471, "10756.089"], [1702466507, "10840.616999999998"], [1702466540, "10925.145"], [1702466597, "11051.936999999998"], [1702466633, "11136.465"], [1702466666, "11220.993"], [1702466705, "11305.521"], [1702466732, "11390.049"], [1702466765, "11474.577"], [1702466801, "11559.105"], [1702466852, "11685.897"], [1702466876, "11770.425000000001"], [1702466918, "11854.953"], [1702466978, "12024.009"], [1702467014, "12108.537"], [1702467038, "12193.064999999999"], [1702467068, "12277.592999999999"], [1702467122, "12404.385000000002"], [1702467158, "12488.913"], [1702467191, "12573.440999999999"], [1702467221, "12657.969"], [1702467257, "12742.497000000001"], [1702467299, "12827.025000000001"], [1702467350, "12953.817"], [1702467386, "13038.345"], [1702467419, "13122.873"], [1702467455, "13207.401"], [1702467515, "13376.457"], [1702467542, "13460.984999999999"], [1702467566, "13545.513"], [1702467599, "13630.041"], [1702467635, "13714.569"], [1702467668, "13799.097"], [1702467695, "13883.625"], [1702467716, "13968.153"], [1702467746, "14052.681"], [1702467800, "14179.473"], [1702467824, "14264.000999999998"], [1702467908, "14475.321"], [1702467944, "14559.849"], [1702467968, "14644.377"], [1702468001, "14728.904999999999"], [1702468031, "14813.433"], [1702468067, "14897.961"], [1702468085, "14982.489"], [1702468115, "15067.017000000002"], [1702468151, "15151.545"], [1702468181, "15236.072999999999"], [1702468208, "15320.600999999999"], [1702468241, "15405.129"], [1702468256, "15489.657"], [1702468286, "15574.185000000001"], [1702468322, "15658.713"], [1702468352, "15743.241"], [1702468388, "15827.769"], [1702468424, "15912.297"], [1702468457, "15996.824999999999"], [1702468493, "16081.353"], [1702468517, "16165.881000000001"], [1702468550, "16250.409"], [1702468586, "16334.936999999998"], [1702468613, "16419.465"], [1702468637, "16503.993000000002"], [1702468679, "16588.521"], [1702468721, "16673.049"], [1702468730, "16715.313"], [1702468766, "16799.841"], [1702468799, "16884.369"], [1702468835, "16968.897"], [1702468898, "17095.689"], [1702468934, "17180.216999999997"], [1702468970, "17264.745000000003"], [1702468994, "17349.273"], [1702469024, "17433.801"], [1702469060, "17518.329"], [1702469111, "17645.121"], [1702469144, "17729.649"], [1702469168, "17814.177"], [1702469204, "17898.704999999998"], [1702469237, "17983.233"], [1702469273, "18067.761"], [1702469303, "18152.288999999997"], [1702469336, "18236.817"], [1702469360, "18321.344999999998"], [1702469387, "18405.873"], [1702469411, "18490.401"], [1702469435, "18574.929"], [1702469468, "18659.457"], [1702469504, "18743.985"], [1702469537, "18828.513"], [1702469573, "18913.040999999997"], [1702469606, "18997.569"], [1702469633, "19082.096999999998"], [1702469660, "19166.625"], [1702469684, "19251.153000000002"], [1702469717, "19335.680999999997"], [1702469753, "19420.209"], [1702469786, "19504.737"], [1702469816, "19589.264999999996"], [1702469834, "19673.792999999998"], [1702469864, "19758.321"], [1702469906, "19885.113"], [1702469936, "19969.641"], [1702469972, "20054.169"], [1702470005, "20138.697"], [1702470029, "20223.225000000002"], [1702470065, "20307.752999999997"], [1702470101, "20392.281"], [1702470131, "20476.809"], [1702470167, "20561.337"], [1702470203, "20645.865"], [1702470251, "20772.657"], [1702470278, "20857.184999999998"], [1702470311, "20941.713"], [1702470347, "21026.241"], [1702470371, "21110.768999999997"], [1702470404, "21195.297000000002"], [1702470440, "21279.825"], [1702470476, "21364.353"], [1702470506, "21448.881"], [1702470542, "21533.409"], [1702470575, "21617.937"], [1702470611, "21702.465"], [1702470635, "21786.993000000002"], [1702470662, "21871.520999999997"], [1702470686, "21956.049"], [1702470719, "22040.576999999997"], [1702470746, "22125.105"], [1702470812, "22294.161000000004"], [1702470845, "22378.689"], [1702470875, "22463.217"], [1702470899, "22547.745000000003"], [1702470953, "22674.537"], [1702470983, "22759.065000000002"], [1702471025, "22843.593"], [1702471067, "22970.385000000002"], [1702471169, "23181.704999999998"], [1702471193, "23266.233"], [1702471226, "23350.761"], [1702471265, "23435.289"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1034.355"], [1702462721, "1265.088"], [1702462736, "1438.3799999999999"], [1702462751, "1438.902"], [1702462763, "1439.067"], [1702462793, "1452.1619999999998"], [1702462808, "1796.8709999999999"], [1702462829, "1809.441"], [1702462844, "1829.4270000000001"], [1702462865, "1836.8790000000001"], [1702462880, "1836.912"], [1702462904, "1851.4859999999999"], [1702462919, "1893.861"], [1702462952, "2084.493"], [1702462973, "2096.028"], [1702462988, "2141.199"], [1702463045, "2311.14"], [1702463081, "2340.591"], [1702463114, "2550.309"], [1702463150, "2555.1059999999998"], [1702463186, "2625.8219999999997"], [1702463216, "3003.159"], [1702463240, "3190.668"], [1702463273, "3537.9179999999997"], [1702463324, "3799.71"], [1702463354, "3860.6070000000004"], [1702463381, "3875.67"], [1702463417, "3920.3219999999997"], [1702463453, "4101.681"], [1702463477, "4123.566"], [1702463510, "4372.923"], [1702463537, "4430.178"], [1702463570, "4556.859"], [1702463591, "4619.1990000000005"], [1702463621, "4629.023999999999"], [1702463657, "4640.931"], [1702463693, "4712.877"], [1702463729, "4774.389"], [1702463765, "4981.329000000001"], [1702463798, "5003.07"], [1702463846, "5049.414"], [1702463873, "5118.929999999999"], [1702463906, "5158.121999999999"], [1702463948, "5300.964"], [1702463984, "5738.244"], [1702464014, "5842.112999999999"], [1702464050, "6047.682"], [1702464086, "6135.621"], [1702464122, "6302.607"], [1702464155, "6400.815"], [1702464194, "6481.125"], [1702464230, "6518.229"], [1702464263, "6539.799"], [1702464299, "6608.142000000001"], [1702464332, "6619.0019999999995"], [1702464356, "6759.948"], [1702464392, "7333.253999999999"], [1702464425, "7466.919"], [1702464455, "7492.509000000001"], [1702464479, "7591.29"], [1702464509, "7623.4529999999995"], [1702464533, "7711.242"], [1702464569, "7738.116"], [1702464605, "7804.656"], [1702464635, "7852.772999999999"], [1702464671, "7998.110999999999"], [1702464716, "8273.145"], [1702464743, "8511.618"], [1702464776, "9114.114"], [1702464812, "9121.425"], [1702464836, "9242.442000000001"], [1702464869, "9262.032000000001"], [1702464905, "9347.943"], [1702464926, "9381.99"], [1702464956, "9646.107"], [1702464992, "9706.991999999998"], [1702465016, "9717.042"], [1702465049, "9725.043"], [1702465085, "10797.114"], [1702465118, "10838.568000000001"], [1702465145, "11152.623"], [1702465178, "11158.482"], [1702465208, "11266.455000000002"], [1702465241, "11280.384"], [1702465298, "11353.404000000002"], [1702465334, "11395.197"], [1702465367, "11411.892"], [1702465394, "11413.299"], [1702465418, "11417.778"], [1702465445, "11506.482"], [1702465481, "11513.442000000001"], [1702465517, "11566.764"], [1702465550, "11631.513"], [1702465586, "11675.673"], [1702465619, "11695.434"], [1702465658, "11712.024000000001"], [1702465706, "11743.989000000001"], [1702465754, "11845.482"], [1702465787, "11847.048"], [1702465823, "11916.603000000001"], [1702465856, "11923.347000000002"], [1702465880, "12005.4"], [1702465910, "12013.374"], [1702465952, "12018.588"], [1702465988, "12022.599"], [1702466015, "12034.098000000002"], [1702466030, "12035.333999999999"], [1702466060, "12040.616999999998"], [1702466078, "12042.864"], [1702466138, "12390.917999999998"], [1702466168, "12396.119999999999"], [1702466204, "12595.299"], [1702466237, "12958.929"], [1702466261, "12963.464999999998"], [1702466291, "12975.551999999998"], [1702466327, "12979.275"], [1702466360, "13009.527"], [1702466384, "13046.817"], [1702466417, "13080.303"], [1702466441, "13081.932"], [1702466471, "13085.771999999999"], [1702466507, "13135.344"], [1702466540, "13192.109999999999"], [1702466597, "13358.198999999999"], [1702466633, "13512.498"], [1702466666, "13550.058"], [1702466705, "13556.64"], [1702466732, "13562.867999999999"], [1702466765, "13594.617"], [1702466801, "13644.336"], [1702466852, "13701.047999999999"], [1702466876, "13752.162"], [1702466918, "14588.771999999999"], [1702466978, "14790.536999999998"], [1702467014, "14912.049"], [1702467038, "14926.797"], [1702467068, "15008.048999999999"], [1702467122, "15026.376"], [1702467158, "15134.723999999998"], [1702467191, "15438.975"], [1702467221, "15461.604"], [1702467257, "15531.458999999999"], [1702467299, "15653.510999999999"], [1702467350, "15700.845"], [1702467386, "15975.320999999998"], [1702467419, "15982.895999999999"], [1702467455, "16085.142"], [1702467515, "16097.456999999999"], [1702467542, "16117.167"], [1702467566, "16146.441"], [1702467599, "16164.585"], [1702467635, "16175.196"], [1702467668, "16392.999000000003"], [1702467695, "16767.789"], [1702467716, "17275.518"], [1702467746, "17415.714000000004"], [1702467800, "17558.229"], [1702467824, "17615.157000000003"], [1702467908, "17671.161"], [1702467944, "17755.776"], [1702467968, "17805.858"], [1702468001, "17830.095"], [1702468031, "17846.181"], [1702468067, "17900.244"], [1702468085, "17997.822"], [1702468115, "18076.929"], [1702468151, "18081.618"], [1702468181, "18167.91"], [1702468208, "18287.448"], [1702468241, "18305.655"], [1702468256, "18348.467999999997"], [1702468286, "18358.461000000003"], [1702468322, "18384.021000000004"], [1702468352, "18440.082000000002"], [1702468388, "18490.434"], [1702468424, "18610.628999999997"], [1702468457, "19153.275"], [1702468493, "19191.654000000002"], [1702468517, "19545.546"], [1702468550, "19547.031"], [1702468586, "19650.177000000003"], [1702468613, "19659.354000000003"], [1702468637, "19752.435"], [1702468679, "19814.006999999998"], [1702468721, "19965.500999999997"], [1702468730, "19966.296000000002"], [1702468766, "20257.211999999996"], [1702468799, "20528.969999999998"], [1702468835, "20748.383999999995"], [1702468898, "21161.843999999997"], [1702468934, "21297.135"], [1702468970, "21464.612999999998"], [1702468994, "21547.940999999995"], [1702469024, "21549.723"], [1702469060, "21573.813000000002"], [1702469111, "21601.017"], [1702469144, "21694.491"], [1702469168, "21787.752"], [1702469204, "21966.687"], [1702469237, "22110.957000000006"], [1702469273, "22163.706000000006"], [1702469303, "22334.556"], [1702469336, "22378.293"], [1702469360, "22436.073"], [1702469387, "22455.591"], [1702469411, "22491.792"], [1702469435, "22575.498"], [1702469468, "22653.333000000002"], [1702469504, "22692.729000000003"], [1702469537, "22700.406"], [1702469573, "22729.551000000003"], [1702469606, "22738.875"], [1702469633, "22778.565"], [1702469660, "22781.739"], [1702469684, "22783.890000000003"], [1702469717, "22923.843"], [1702469753, "23085.066"], [1702469786, "23160.462000000003"], [1702469816, "23176.080000000005"], [1702469834, "23180.202000000005"], [1702469864, "23241.861"], [1702469906, "23254.131"], [1702469936, "23293.266"], [1702469972, "23311.797000000002"], [1702470005, "23330.427000000003"], [1702470029, "23331.603000000003"], [1702470065, "23349.510000000002"], [1702470101, "23381.190000000002"], [1702470131, "23409.78"], [1702470167, "23449.863"], [1702470203, "23486.292"], [1702470251, "23578.317"], [1702470278, "23629.350000000002"], [1702470311, "23631.480000000003"], [1702470347, "23633.918999999998"], [1702470371, "23662.776"], [1702470404, "23674.476000000002"], [1702470440, "23743.914"], [1702470476, "23820.282000000003"], [1702470506, "23829.897000000004"], [1702470542, "23866.956000000002"], [1702470575, "23897.142000000003"], [1702470611, "23979.699"], [1702470635, "23992.293"], [1702470662, "24003.75"], [1702470686, "24019.284000000003"], [1702470719, "24077.127000000004"], [1702470746, "24124.880999999998"], [1702470812, "24268.590000000004"], [1702470845, "24309.078"], [1702470875, "24319.473"], [1702470899, "24355.775999999998"], [1702470953, "24370.248"], [1702470983, "24392.484"], [1702471025, "24400.746"], [1702471067, "24684.231000000003"], [1702471169, "24742.188000000002"], [1702471193, "24758.670000000002"], [1702471226, "24798.279000000002"], [1702471265, "24853.605000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "515.6129999999999"], [1702462721, "548.4449999999999"], [1702462736, "567.612"], [1702462751, "579.432"], [1702462763, "579.5609999999999"], [1702462793, "594.0509999999999"], [1702462808, "631.029"], [1702462829, "638.286"], [1702462844, "839.334"], [1702462865, "869.5559999999999"], [1702462880, "879.948"], [1702462904, "894.3179999999999"], [1702462919, "898.8"], [1702462952, "924.5609999999999"], [1702462973, "980.3369999999999"], [1702462988, "998.268"], [1702463045, "1027.605"], [1702463081, "1040.526"], [1702463114, "1054.0710000000001"], [1702463150, "1063.2510000000002"], [1702463186, "1071.777"], [1702463216, "1184.115"], [1702463240, "1194.7140000000002"], [1702463273, "1214.658"], [1702463324, "1281.5610000000001"], [1702463354, "1306.326"], [1702463381, "1331.289"], [1702463417, "1347.9330000000002"], [1702463453, "1378.053"], [1702463477, "1382.694"], [1702463510, "1397.7060000000001"], [1702463537, "1404.369"], [1702463570, "1421.709"], [1702463591, "1436.661"], [1702463621, "1457.7150000000001"], [1702463657, "1526.0490000000002"], [1702463693, "1544.673"], [1702463729, "1610.286"], [1702463765, "1640.451"], [1702463798, "1650.7740000000001"], [1702463846, "1660.881"], [1702463873, "1670.7720000000002"], [1702463906, "1683.9360000000001"], [1702463948, "1704.9240000000002"], [1702463984, "1720.7730000000001"], [1702464014, "1739.4180000000001"], [1702464050, "1775.736"], [1702464086, "1858.104"], [1702464122, "1892.8349999999998"], [1702464155, "1923.2130000000002"], [1702464194, "1938.5580000000002"], [1702464230, "1950.8280000000002"], [1702464263, "1964.7"], [1702464299, "1985.16"], [1702464332, "2020.6380000000001"], [1702464356, "2043.303"], [1702464392, "2066.973"], [1702464425, "2086.266"], [1702464455, "2157.4199999999996"], [1702464479, "2191.7789999999995"], [1702464509, "2207.358"], [1702464533, "2222.8559999999998"], [1702464569, "2245.413"], [1702464605, "2263.266"], [1702464635, "2305.8059999999996"], [1702464671, "2344.212"], [1702464716, "2377.641"], [1702464743, "2404.5299999999997"], [1702464776, "2461.911"], [1702464812, "2477.697"], [1702464836, "2495.256"], [1702464869, "2535.459"], [1702464905, "2563.3469999999998"], [1702464926, "2568.591"], [1702464956, "2584.203"], [1702464992, "2608.0829999999996"], [1702465016, "2620.6109999999994"], [1702465049, "2643.1859999999997"], [1702465085, "2688.207"], [1702465118, "2706.639"], [1702465145, "2740.374"], [1702465178, "2759.205"], [1702465208, "2781.2909999999997"], [1702465241, "2828.013"], [1702465298, "2843.874"], [1702465334, "2855.367"], [1702465367, "2867.9669999999996"], [1702465394, "2873.1359999999995"], [1702465418, "2895.834"], [1702465445, "2920.3529999999996"], [1702465481, "2939.9579999999996"], [1702465517, "2972.784"], [1702465550, "2996.0339999999997"], [1702465586, "3044.706"], [1702465619, "3052.0319999999997"], [1702465658, "3096.123"], [1702465706, "3104.352"], [1702465754, "3133.2"], [1702465787, "3150.6150000000002"], [1702465823, "3176.109"], [1702465856, "3209.268"], [1702465880, "3222.4379999999996"], [1702465910, "3241.254"], [1702465952, "3307.647"], [1702465988, "3328.863"], [1702466015, "3343.638"], [1702466030, "3345.1769999999997"], [1702466060, "3351.516"], [1702466078, "3356.4059999999995"], [1702466138, "3392.6609999999996"], [1702466168, "3439.539"], [1702466204, "3471.384"], [1702466237, "3528.411"], [1702466261, "3542.517"], [1702466291, "3556.206"], [1702466327, "3579.84"], [1702466360, "3603.303"], [1702466384, "3613.4249999999997"], [1702466417, "3626.679"], [1702466441, "3630.6659999999997"], [1702466471, "3637.1249999999995"], [1702466507, "3667.269"], [1702466540, "3702.6299999999997"], [1702466597, "3772.2509999999997"], [1702466633, "3803.388"], [1702466666, "3836.0939999999996"], [1702466705, "3862.9410000000003"], [1702466732, "3883.9019999999996"], [1702466765, "3897.7110000000002"], [1702466801, "3910.524"], [1702466852, "3971.64"], [1702466876, "3976.638"], [1702466918, "4005.0840000000003"], [1702466978, "4081.416"], [1702467014, "4196.919"], [1702467038, "4241.025"], [1702467068, "4263.9"], [1702467122, "4298.129999999999"], [1702467158, "4312.722"], [1702467191, "4344.692999999999"], [1702467221, "4357.7699999999995"], [1702467257, "4376.949"], [1702467299, "4390.959"], [1702467350, "4430.115"], [1702467386, "4457.447999999999"], [1702467419, "4468.629"], [1702467455, "4480.941"], [1702467515, "4492.388999999999"], [1702467542, "4495.788"], [1702467566, "4498.365"], [1702467599, "4504.356"], [1702467635, "4522.188"], [1702467668, "4564.467"], [1702467695, "4582.374"], [1702467716, "4594.299"], [1702467746, "4608.473999999999"], [1702467800, "4670.97"], [1702467824, "4681.9259999999995"], [1702467908, "4704.6"], [1702467944, "4716.306"], [1702467968, "4720.812"], [1702468001, "4728.410999999999"], [1702468031, "4744.847999999999"], [1702468067, "4784.504999999999"], [1702468085, "4793.616"], [1702468115, "4807.806"], [1702468151, "4832.985"], [1702468181, "4843.101"], [1702468208, "4851.839999999999"], [1702468241, "4862.558999999999"], [1702468256, "4866.380999999999"], [1702468286, "4872.611999999999"], [1702468322, "4878.255"], [1702468352, "4929.723"], [1702468388, "4969.641"], [1702468424, "5001.495"], [1702468457, "5046.509999999999"], [1702468493, "5073.2789999999995"], [1702468517, "5110.661999999999"], [1702468550, "5123.595"], [1702468586, "5139.213"], [1702468613, "5175.9929999999995"], [1702468637, "5195.028000000001"], [1702468679, "5202.786"], [1702468721, "5233.677"], [1702468730, "5239.701"], [1702468766, "5264.559"], [1702468799, "5341.968000000001"], [1702468835, "5355.603"], [1702468898, "5409.75"], [1702468934, "5442.909000000001"], [1702468970, "5509.485000000001"], [1702468994, "5531.442000000001"], [1702469024, "5534.847"], [1702469060, "5546.102999999999"], [1702469111, "5565.6539999999995"], [1702469144, "5608.106999999999"], [1702469168, "5614.749"], [1702469204, "5636.931"], [1702469237, "5655.8099999999995"], [1702469273, "5691.366"], [1702469303, "5731.263"], [1702469336, "5746.343999999999"], [1702469360, "5754.167999999999"], [1702469387, "5757.380999999999"], [1702469411, "5773.503"], [1702469435, "5782.869"], [1702469468, "5795.424"], [1702469504, "5801.415"], [1702469537, "5810.22"], [1702469573, "5823.471"], [1702469606, "5835.693"], [1702469633, "5839.119"], [1702469660, "5857.592999999999"], [1702469684, "5867.823"], [1702469717, "5883.72"], [1702469753, "5889.561"], [1702469786, "5897.996999999999"], [1702469816, "5919.48"], [1702469834, "5923.986"], [1702469864, "5933.183999999999"], [1702469906, "5942.556"], [1702469936, "5951.718"], [1702469972, "5962.5779999999995"], [1702470005, "5973.974999999999"], [1702470029, "5976.753"], [1702470065, "5983.268999999999"], [1702470101, "5994.576"], [1702470131, "6015.189"], [1702470167, "6046.563"], [1702470203, "6069.317999999999"], [1702470251, "6098.828999999999"], [1702470278, "6104.795999999999"], [1702470311, "6110.943"], [1702470347, "6119.474999999999"], [1702470371, "6128.514"], [1702470404, "6137.786999999999"], [1702470440, "6146.795999999999"], [1702470476, "6164.664"], [1702470506, "6172.628999999999"], [1702470542, "6193.551"], [1702470575, "6216.522"], [1702470611, "6229.754999999999"], [1702470635, "6237.1410000000005"], [1702470662, "6245.118"], [1702470686, "6250.7429999999995"], [1702470719, "6256.317"], [1702470746, "6267.974999999999"], [1702470812, "6286.683"], [1702470845, "6309.798"], [1702470875, "6323.255999999999"], [1702470899, "6331.007999999999"], [1702470953, "6345.015"], [1702470983, "6353.201999999999"], [1702471025, "6378.035999999999"], [1702471067, "6402.381"], [1702471169, "6446.148"], [1702471193, "6454.8"], [1702471226, "6477.468"], [1702471265, "6495.735"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "2.6100000000000003"], [1702462721, "2.628"], [1702462736, "3.057"], [1702462751, "3.09"], [1702462763, "3.123"], [1702462793, "3.192"], [1702462808, "3.225"], [1702462829, "3.243"], [1702462844, "3.261"], [1702462865, "3.309"], [1702462880, "3.342"], [1702462904, "4.026"], [1702462919, "4.059"], [1702462952, "4.107"], [1702462973, "4.293"], [1702462988, "4.311"], [1702463045, "5.721"], [1702463081, "5.936999999999999"], [1702463114, "6.0329999999999995"], [1702463150, "6.099"], [1702463186, "6.171"], [1702463216, "6.246"], [1702463240, "6.297"], [1702463273, "6.372"], [1702463324, "6.4830000000000005"], [1702463354, "6.561"], [1702463381, "6.6419999999999995"], [1702463417, "6.705"], [1702463453, "6.777"], [1702463477, "6.822000000000001"], [1702463510, "7.386"], [1702463537, "7.446"], [1702463570, "7.545"], [1702463591, "7.605"], [1702463621, "7.665"], [1702463657, "7.728"], [1702463693, "7.815"], [1702463729, "7.881"], [1702463765, "7.932"], [1702463798, "7.98"], [1702463846, "8.058"], [1702463873, "8.103"], [1702463906, "8.163"], [1702463948, "8.259"], [1702463984, "8.322"], [1702464014, "8.385"], [1702464050, "8.448"], [1702464086, "8.529"], [1702464122, "8.604"], [1702464155, "8.664"], [1702464194, "8.841000000000001"], [1702464230, "8.907"], [1702464263, "9.114"], [1702464299, "9.195"], [1702464332, "9.276"], [1702464356, "9.357"], [1702464392, "9.975000000000001"], [1702464425, "10.056000000000001"], [1702464455, "10.844999999999999"], [1702464479, "10.922999999999998"], [1702464509, "11.012999999999998"], [1702464533, "11.102999999999998"], [1702464569, "11.196"], [1702464605, "11.277"], [1702464635, "11.37"], [1702464671, "11.472"], [1702464716, "11.565"], [1702464743, "11.655"], [1702464776, "11.745"], [1702464812, "12.177"], [1702464836, "12.282"], [1702464869, "13.353"], [1702464905, "13.479000000000001"], [1702464926, "13.554"], [1702464956, "13.647"], [1702464992, "13.725000000000001"], [1702465016, "14.271"], [1702465049, "14.394000000000002"], [1702465085, "14.484000000000002"], [1702465118, "14.577000000000002"], [1702465145, "14.670000000000002"], [1702465178, "14.760000000000002"], [1702465208, "14.868"], [1702465241, "14.961"], [1702465298, "15.102"], [1702465334, "15.213000000000001"], [1702465367, "15.303"], [1702465394, "15.393"], [1702465418, "15.483"], [1702465445, "15.573"], [1702465481, "15.909"], [1702465517, "16.02"], [1702465550, "16.269"], [1702465586, "18.108"], [1702465619, "18.201"], [1702465658, "18.294"], [1702465706, "18.369"], [1702465754, "18.387"], [1702465787, "18.423000000000002"], [1702465823, "18.441"], [1702465856, "18.474"], [1702465880, "18.522"], [1702465910, "18.813000000000002"], [1702465952, "18.876"], [1702465988, "18.939"], [1702466015, "19.020000000000003"], [1702466030, "19.086000000000002"], [1702466060, "19.146"], [1702466078, "19.212000000000003"], [1702466138, "19.326"], [1702466168, "19.392000000000003"], [1702466204, "19.458000000000002"], [1702466237, "19.521"], [1702466261, "19.566000000000003"], [1702466291, "19.629"], [1702466327, "19.689"], [1702466360, "19.749000000000002"], [1702466384, "20.180999999999997"], [1702466417, "20.229"], [1702466441, "20.292"], [1702466471, "20.354999999999997"], [1702466507, "20.391"], [1702466540, "20.739"], [1702466597, "20.835"], [1702466633, "20.886000000000003"], [1702466666, "20.931"], [1702466705, "20.976"], [1702466732, "21.036"], [1702466765, "21.084"], [1702466801, "21.537"], [1702466852, "21.615000000000002"], [1702466876, "21.674999999999997"], [1702466918, "21.723"], [1702466978, "21.837"], [1702467014, "21.897"], [1702467038, "21.957"], [1702467068, "22.017"], [1702467122, "22.107"], [1702467158, "22.167"], [1702467191, "22.226999999999997"], [1702467221, "22.29"], [1702467257, "22.341"], [1702467299, "22.407"], [1702467350, "22.497"], [1702467386, "22.634999999999998"], [1702467419, "22.71"], [1702467455, "22.770000000000003"], [1702467515, "22.914"], [1702467542, "22.977"], [1702467566, "23.043"], [1702467599, "23.094"], [1702467635, "23.142"], [1702467668, "23.174999999999997"], [1702467695, "23.208"], [1702467716, "23.253"], [1702467746, "23.283"], [1702467800, "23.343"], [1702467824, "23.406"], [1702467908, "23.529"], [1702467944, "23.559"], [1702467968, "23.592"], [1702468001, "23.622"], [1702468031, "23.667"], [1702468067, "23.697000000000003"], [1702468085, "23.886"], [1702468115, "23.901"], [1702468151, "23.933999999999997"], [1702468181, "23.964"], [1702468208, "23.994"], [1702468241, "24.012"], [1702468256, "24.054000000000002"], [1702468286, "24.108"], [1702468322, "24.123"], [1702468352, "24.138"], [1702468388, "24.168"], [1702468424, "24.198"], [1702468457, "24.228"], [1702468493, "24.249000000000002"], [1702468517, "24.282000000000004"], [1702468550, "24.312"], [1702468586, "24.345"], [1702468613, "24.363"], [1702468637, "24.393"], [1702468679, "25.125"], [1702468721, "25.155"], [1702468730, "25.17"], [1702468766, "25.236"], [1702468799, "25.266"], [1702468835, "25.296"], [1702468898, "25.355999999999998"], [1702468934, "25.371"], [1702468970, "25.371"], [1702468994, "25.448999999999998"], [1702469024, "25.464"], [1702469060, "25.494"], [1702469111, "25.668"], [1702469144, "25.671"], [1702469168, "25.686"], [1702469204, "25.704"], [1702469237, "25.734"], [1702469273, "25.749000000000002"], [1702469303, "25.779"], [1702469336, "25.809"], [1702469360, "25.809"], [1702469387, "25.893"], [1702469411, "25.923"], [1702469435, "25.953"], [1702469468, "25.982999999999997"], [1702469504, "26.016"], [1702469537, "26.049"], [1702469573, "26.082"], [1702469606, "26.112"], [1702469633, "26.142"], [1702469660, "26.171999999999997"], [1702469684, "26.201999999999998"], [1702469717, "26.232"], [1702469753, "26.247"], [1702469786, "26.262"], [1702469816, "26.28"], [1702469834, "26.31"], [1702469864, "26.325"], [1702469906, "26.375999999999998"], [1702469936, "26.436"], [1702469972, "26.466"], [1702470005, "26.481"], [1702470029, "26.496000000000002"], [1702470065, "26.514"], [1702470101, "26.547"], [1702470131, "26.58"], [1702470167, "26.61"], [1702470203, "26.64"], [1702470251, "27.588"], [1702470278, "27.618"], [1702470311, "27.648"], [1702470347, "27.677999999999997"], [1702470371, "27.708"], [1702470404, "27.741"], [1702470440, "27.744"], [1702470476, "27.819000000000003"], [1702470506, "27.822000000000003"], [1702470542, "27.855"], [1702470575, "27.87"], [1702470611, "27.981"], [1702470635, "28.014"], [1702470662, "28.029"], [1702470686, "28.098"], [1702470719, "28.149"], [1702470746, "28.179000000000002"], [1702470812, "28.227"], [1702470845, "28.244999999999997"], [1702470875, "28.275"], [1702470899, "28.305"], [1702470953, "28.35"], [1702470983, "28.380000000000003"], [1702471025, "28.416"], [1702471067, "28.467"], [1702471169, "29.223"], [1702471193, "29.256"], [1702471226, "29.286"], [1702471265, "29.319000000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "2.55"], [1702462721, "2.628"], [1702462736, "2.691"], [1702462751, "67.67699999999999"], [1702462763, "67.71"], [1702462793, "67.779"], [1702462808, "68.42699999999999"], [1702462829, "68.445"], [1702462844, "68.634"], [1702462865, "68.688"], [1702462880, "68.721"], [1702462904, "68.79899999999999"], [1702462919, "68.832"], [1702462952, "79.65299999999999"], [1702462973, "80.343"], [1702462988, "80.361"], [1702463045, "81.28500000000001"], [1702463081, "83.736"], [1702463114, "83.85900000000001"], [1702463150, "83.925"], [1702463186, "84.672"], [1702463216, "85.287"], [1702463240, "85.33800000000001"], [1702463273, "85.41300000000001"], [1702463324, "91.053"], [1702463354, "92.967"], [1702463381, "93.048"], [1702463417, "93.111"], [1702463453, "93.87"], [1702463477, "93.92699999999999"], [1702463510, "93.963"], [1702463537, "94.023"], [1702463570, "95.064"], [1702463591, "121.017"], [1702463621, "121.077"], [1702463657, "263.145"], [1702463693, "281.88"], [1702463729, "316.026"], [1702463765, "316.07700000000006"], [1702463798, "316.34400000000005"], [1702463846, "316.44"], [1702463873, "316.485"], [1702463906, "320.706"], [1702463948, "324.77700000000004"], [1702463984, "324.84000000000003"], [1702464014, "324.903"], [1702464050, "326.196"], [1702464086, "329.229"], [1702464122, "329.30400000000003"], [1702464155, "329.397"], [1702464194, "331.044"], [1702464230, "331.11"], [1702464263, "331.63500000000005"], [1702464299, "331.899"], [1702464332, "332.148"], [1702464356, "332.22900000000004"], [1702464392, "332.634"], [1702464425, "335.77500000000003"], [1702464455, "342.426"], [1702464479, "342.504"], [1702464509, "342.594"], [1702464533, "342.7710000000001"], [1702464569, "344.577"], [1702464605, "344.658"], [1702464635, "344.75100000000003"], [1702464671, "345.07800000000003"], [1702464716, "352.89899999999994"], [1702464743, "352.989"], [1702464776, "399.80400000000003"], [1702464812, "417.30600000000004"], [1702464836, "417.411"], [1702464869, "417.50100000000003"], [1702464905, "417.663"], [1702464926, "417.97200000000004"], [1702464956, "418.06500000000005"], [1702464992, "418.14300000000003"], [1702465016, "418.302"], [1702465049, "419.81399999999996"], [1702465085, "419.904"], [1702465118, "420.67500000000007"], [1702465145, "456.27599999999995"], [1702465178, "456.42"], [1702465208, "456.513"], [1702465241, "456.804"], [1702465298, "457.83000000000004"], [1702465334, "457.94100000000003"], [1702465367, "458.031"], [1702465394, "459.44100000000003"], [1702465418, "459.72299999999996"], [1702465445, "459.813"], [1702465481, "498.438"], [1702465517, "519.834"], [1702465550, "519.927"], [1702465586, "520.0079999999999"], [1702465619, "522.354"], [1702465658, "538.689"], [1702465706, "538.764"], [1702465754, "539.733"], [1702465787, "539.769"], [1702465823, "539.79"], [1702465856, "545.8950000000001"], [1702465880, "545.9430000000001"], [1702465910, "545.994"], [1702465952, "548.079"], [1702465988, "549.2669999999999"], [1702466015, "549.327"], [1702466030, "549.387"], [1702466060, "549.462"], [1702466078, "549.564"], [1702466138, "549.864"], [1702466168, "576.9119999999999"], [1702466204, "576.9929999999999"], [1702466237, "583.017"], [1702466261, "583.0620000000001"], [1702466291, "583.1250000000001"], [1702466327, "594.8249999999999"], [1702466360, "599.451"], [1702466384, "599.511"], [1702466417, "599.559"], [1702466441, "599.733"], [1702466471, "601.269"], [1702466507, "601.3050000000001"], [1702466540, "601.356"], [1702466597, "613.1700000000001"], [1702466633, "613.221"], [1702466666, "613.2750000000001"], [1702466705, "613.737"], [1702466732, "613.797"], [1702466765, "613.845"], [1702466801, "620.9340000000001"], [1702466852, "624.1410000000001"], [1702466876, "624.2010000000001"], [1702466918, "632.316"], [1702466978, "644.0400000000001"], [1702467014, "644.1"], [1702467038, "653.973"], [1702467068, "654.303"], [1702467122, "654.393"], [1702467158, "654.927"], [1702467191, "655.71"], [1702467221, "655.773"], [1702467257, "656.937"], [1702467299, "660.228"], [1702467350, "660.33"], [1702467386, "660.3900000000001"], [1702467419, "662.658"], [1702467455, "662.7180000000001"], [1702467515, "664.0500000000001"], [1702467542, "664.7489999999999"], [1702467566, "664.8149999999999"], [1702467599, "664.8629999999999"], [1702467635, "666.606"], [1702467668, "667.4100000000001"], [1702467695, "667.44"], [1702467716, "667.4850000000001"], [1702467746, "667.6170000000001"], [1702467800, "667.689"], [1702467824, "667.734"], [1702467908, "671.628"], [1702467944, "671.6580000000001"], [1702467968, "671.691"], [1702468001, "671.724"], [1702468031, "674.6519999999999"], [1702468067, "674.6819999999999"], [1702468085, "674.7149999999999"], [1702468115, "676.725"], [1702468151, "677.1150000000001"], [1702468181, "677.1450000000001"], [1702468208, "677.1750000000001"], [1702468241, "679.425"], [1702468256, "679.7130000000001"], [1702468286, "679.7460000000001"], [1702468322, "679.7610000000001"], [1702468352, "679.7760000000001"], [1702468388, "680.133"], [1702468424, "680.778"], [1702468457, "680.808"], [1702468493, "684.3"], [1702468517, "687.408"], [1702468550, "687.438"], [1702468586, "687.888"], [1702468613, "688.0889999999999"], [1702468637, "692.6129999999999"], [1702468679, "692.628"], [1702468721, "692.658"], [1702468730, "693.9449999999999"], [1702468766, "693.9749999999999"], [1702468799, "694.0049999999999"], [1702468835, "697.122"], [1702468898, "698.5319999999999"], [1702468934, "698.5469999999999"], [1702468970, "709.9649999999999"], [1702468994, "710.9309999999999"], [1702469024, "710.9459999999999"], [1702469060, "710.9759999999999"], [1702469111, "711.2729999999999"], [1702469144, "711.2759999999998"], [1702469168, "711.2909999999998"], [1702469204, "734.7419999999998"], [1702469237, "744.8819999999998"], [1702469273, "744.8969999999999"], [1702469303, "744.939"], [1702469336, "758.3879999999999"], [1702469360, "758.391"], [1702469387, "758.391"], [1702469411, "758.406"], [1702469435, "770.091"], [1702469468, "770.496"], [1702469504, "770.5289999999999"], [1702469537, "770.5619999999999"], [1702469573, "771.906"], [1702469606, "771.9359999999999"], [1702469633, "771.966"], [1702469660, "771.996"], [1702469684, "786.1229999999999"], [1702469717, "786.4259999999999"], [1702469753, "786.441"], [1702469786, "786.456"], [1702469816, "790.4939999999999"], [1702469834, "790.6139999999999"], [1702469864, "790.6289999999999"], [1702469906, "790.7729999999999"], [1702469936, "792.231"], [1702469972, "792.261"], [1702470005, "792.276"], [1702470029, "792.3"], [1702470065, "799.656"], [1702470101, "799.6949999999999"], [1702470131, "799.728"], [1702470167, "801.9689999999999"], [1702470203, "802.896"], [1702470251, "802.9259999999999"], [1702470278, "802.977"], [1702470311, "803.025"], [1702470347, "803.055"], [1702470371, "803.0849999999999"], [1702470404, "807.6719999999999"], [1702470440, "807.804"], [1702470476, "807.837"], [1702470506, "808.56"], [1702470542, "808.704"], [1702470575, "808.7189999999999"], [1702470611, "808.7189999999999"], [1702470635, "808.7489999999999"], [1702470662, "809.343"], [1702470686, "810.186"], [1702470719, "810.216"], [1702470746, "810.4559999999999"], [1702470812, "811.497"], [1702470845, "811.515"], [1702470875, "811.545"], [1702470899, "811.5809999999999"], [1702470953, "811.8299999999999"], [1702470983, "811.8599999999999"], [1702471025, "816.462"], [1702471067, "816.5159999999998"], [1702471169, "817.944"], [1702471193, "817.977"], [1702471226, "818.007"], [1702471265, "818.823"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "6.815999999999999"], [1702462721, "6.833999999999999"], [1702462736, "8.718000000000002"], [1702462751, "8.775"], [1702462763, "8.826"], [1702462793, "9.059999999999999"], [1702462808, "9.296999999999999"], [1702462829, "10.163999999999998"], [1702462844, "10.902000000000001"], [1702462865, "10.985999999999999"], [1702462880, "12.125999999999998"], [1702462904, "12.206999999999997"], [1702462919, "12.239999999999997"], [1702462952, "12.447000000000001"], [1702462973, "12.477"], [1702462988, "13.679999999999998"], [1702463045, "14.094"], [1702463081, "14.231999999999998"], [1702463114, "14.435999999999998"], [1702463150, "14.703"], [1702463186, "14.793"], [1702463216, "14.868"], [1702463240, "15.354"], [1702463273, "15.794999999999998"], [1702463324, "15.980999999999998"], [1702463354, "16.590000000000003"], [1702463381, "16.746000000000002"], [1702463417, "16.932000000000002"], [1702463453, "17.007"], [1702463477, "17.319"], [1702463510, "17.355"], [1702463537, "17.403"], [1702463570, "17.481"], [1702463591, "17.526"], [1702463621, "18.066000000000003"], [1702463657, "18.135"], [1702463693, "18.216"], [1702463729, "20.109"], [1702463765, "20.160000000000004"], [1702463798, "20.628"], [1702463846, "20.958000000000002"], [1702463873, "21.045"], [1702463906, "21.123"], [1702463948, "21.885"], [1702463984, "23.454"], [1702464014, "23.517000000000003"], [1702464050, "24.171"], [1702464086, "24.246"], [1702464122, "24.795"], [1702464155, "25.062"], [1702464194, "25.35"], [1702464230, "25.416"], [1702464263, "25.506"], [1702464299, "25.634999999999998"], [1702464332, "26.003999999999998"], [1702464356, "26.085"], [1702464392, "26.595000000000002"], [1702464425, "26.883000000000003"], [1702464455, "28.602"], [1702464479, "29.073"], [1702464509, "29.214000000000002"], [1702464533, "29.445"], [1702464569, "30.159000000000006"], [1702464605, "30.323999999999998"], [1702464635, "31.101"], [1702464671, "31.491"], [1702464716, "32.367000000000004"], [1702464743, "32.667"], [1702464776, "32.757000000000005"], [1702464812, "32.847"], [1702464836, "33.006"], [1702464869, "33.42"], [1702464905, "33.528000000000006"], [1702464926, "33.798"], [1702464956, "34.068"], [1702464992, "34.995"], [1702465016, "35.1"], [1702465049, "35.693999999999996"], [1702465085, "35.784"], [1702465118, "36.534"], [1702465145, "36.627"], [1702465178, "36.945"], [1702465208, "37.038"], [1702465241, "37.206"], [1702465298, "37.659"], [1702465334, "38.046"], [1702465367, "38.136"], [1702465394, "38.226"], [1702465418, "38.316"], [1702465445, "38.514"], [1702465481, "38.898"], [1702465517, "39.009"], [1702465550, "39.432"], [1702465586, "39.63"], [1702465619, "39.723000000000006"], [1702465658, "39.849000000000004"], [1702465706, "40.095000000000006"], [1702465754, "40.302"], [1702465787, "40.337999999999994"], [1702465823, "40.614"], [1702465856, "40.647"], [1702465880, "40.731"], [1702465910, "40.866"], [1702465952, "41.322"], [1702465988, "41.385000000000005"], [1702466015, "41.580000000000005"], [1702466030, "41.646"], [1702466060, "42.015"], [1702466078, "42.255"], [1702466138, "42.9"], [1702466168, "44.961"], [1702466204, "45.06"], [1702466237, "45.123"], [1702466261, "45.429"], [1702466291, "45.522000000000006"], [1702466327, "45.582"], [1702466360, "46.362"], [1702466384, "46.70400000000001"], [1702466417, "46.773"], [1702466441, "46.848"], [1702466471, "46.965"], [1702466507, "47.001000000000005"], [1702466540, "47.120999999999995"], [1702466597, "47.22"], [1702466633, "47.637"], [1702466666, "47.681999999999995"], [1702466705, "48.765"], [1702466732, "48.900000000000006"], [1702466765, "48.966"], [1702466801, "49.35"], [1702466852, "53.42400000000001"], [1702466876, "53.484"], [1702466918, "53.661"], [1702466978, "54.378"], [1702467014, "54.831"], [1702467038, "55.716"], [1702467068, "55.775999999999996"], [1702467122, "56.229000000000006"], [1702467158, "56.436"], [1702467191, "56.495999999999995"], [1702467221, "56.637"], [1702467257, "56.691"], [1702467299, "56.754000000000005"], [1702467350, "56.916000000000004"], [1702467386, "56.976"], [1702467419, "57.069"], [1702467455, "57.741"], [1702467515, "58.178999999999995"], [1702467542, "58.245"], [1702467566, "58.419"], [1702467599, "58.53"], [1702467635, "58.614000000000004"], [1702467668, "58.69200000000001"], [1702467695, "58.782000000000004"], [1702467716, "59.328"], [1702467746, "59.499"], [1702467800, "59.61"], [1702467824, "59.667"], [1702467908, "60.03"], [1702467944, "60.075"], [1702467968, "60.159000000000006"], [1702468001, "60.19500000000001"], [1702468031, "60.24"], [1702468067, "61.509"], [1702468085, "61.542"], [1702468115, "61.557"], [1702468151, "63.264"], [1702468181, "63.294000000000004"], [1702468208, "63.393"], [1702468241, "63.435"], [1702468256, "63.464999999999996"], [1702468286, "63.657"], [1702468322, "63.741"], [1702468352, "65.31"], [1702468388, "65.352"], [1702468424, "65.592"], [1702468457, "65.622"], [1702468493, "65.724"], [1702468517, "65.757"], [1702468550, "65.78699999999999"], [1702468586, "65.991"], [1702468613, "66.009"], [1702468637, "66.225"], [1702468679, "66.291"], [1702468721, "66.321"], [1702468730, "66.336"], [1702468766, "66.438"], [1702468799, "66.468"], [1702468835, "66.528"], [1702468898, "68.667"], [1702468934, "68.682"], [1702468970, "69.19800000000001"], [1702468994, "69.24000000000001"], [1702469024, "69.32700000000001"], [1702469060, "69.39"], [1702469111, "69.741"], [1702469144, "70.086"], [1702469168, "70.194"], [1702469204, "71.958"], [1702469237, "72.045"], [1702469273, "72.084"], [1702469303, "72.294"], [1702469336, "72.513"], [1702469360, "72.61200000000001"], [1702469387, "72.61200000000001"], [1702469411, "72.627"], [1702469435, "72.765"], [1702469468, "72.879"], [1702469504, "72.918"], [1702469537, "72.95100000000001"], [1702469573, "73.128"], [1702469606, "73.158"], [1702469633, "73.188"], [1702469660, "73.218"], [1702469684, "73.248"], [1702469717, "73.296"], [1702469753, "73.311"], [1702469786, "73.32600000000001"], [1702469816, "73.35000000000001"], [1702469834, "73.47"], [1702469864, "73.485"], [1702469906, "73.542"], [1702469936, "73.572"], [1702469972, "73.70100000000001"], [1702470005, "73.71600000000001"], [1702470029, "73.73100000000001"], [1702470065, "73.797"], [1702470101, "73.83"], [1702470131, "73.863"], [1702470167, "73.905"], [1702470203, "74.106"], [1702470251, "74.136"], [1702470278, "74.592"], [1702470311, "74.622"], [1702470347, "74.706"], [1702470371, "75.252"], [1702470404, "75.909"], [1702470440, "76.113"], [1702470476, "76.146"], [1702470506, "76.149"], [1702470542, "76.39200000000001"], [1702470575, "76.644"], [1702470611, "76.66799999999999"], [1702470635, "76.752"], [1702470662, "76.923"], [1702470686, "76.953"], [1702470719, "77.103"], [1702470746, "77.151"], [1702470812, "77.316"], [1702470845, "77.775"], [1702470875, "77.805"], [1702470899, "77.83500000000001"], [1702470953, "78.123"], [1702470983, "78.162"], [1702471025, "78.288"], [1702471067, "78.609"], [1702471169, "79.005"], [1702471193, "79.038"], [1702471226, "79.40100000000001"], [1702471265, "79.656"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "6.5520000000000005"], [1702462721, "7.148999999999999"], [1702462736, "7.185"], [1702462751, "7.218"], [1702462763, "7.268999999999999"], [1702462793, "7.769999999999999"], [1702462808, "7.935"], [1702462829, "8.979000000000001"], [1702462844, "9.663"], [1702462865, "9.954"], [1702462880, "9.987"], [1702462904, "10.329"], [1702462919, "10.362000000000002"], [1702462952, "15.339000000000002"], [1702462973, "15.408000000000001"], [1702462988, "15.45"], [1702463045, "15.519"], [1702463081, "16.725"], [1702463114, "16.830000000000002"], [1702463150, "17.739"], [1702463186, "18.384"], [1702463216, "19.197000000000003"], [1702463240, "19.496999999999996"], [1702463273, "20.136000000000003"], [1702463324, "23.304"], [1702463354, "23.79"], [1702463381, "23.94"], [1702463417, "24.041999999999998"], [1702463453, "25.737000000000002"], [1702463477, "25.788000000000004"], [1702463510, "25.824000000000005"], [1702463537, "25.881000000000004"], [1702463570, "26.583000000000002"], [1702463591, "26.649"], [1702463621, "26.778"], [1702463657, "26.847"], [1702463693, "27.537"], [1702463729, "29.294999999999998"], [1702463765, "38.858999999999995"], [1702463798, "38.94"], [1702463846, "39.018"], [1702463873, "40.895999999999994"], [1702463906, "41.013"], [1702463948, "41.367000000000004"], [1702463984, "41.547"], [1702464014, "41.802"], [1702464050, "42.75000000000001"], [1702464086, "43.032000000000004"], [1702464122, "43.71"], [1702464155, "44.462999999999994"], [1702464194, "45.17700000000001"], [1702464230, "45.24600000000001"], [1702464263, "45.348000000000006"], [1702464299, "46.104000000000006"], [1702464332, "46.866"], [1702464356, "47.13"], [1702464392, "48.275999999999996"], [1702464425, "50.708999999999996"], [1702464455, "51.513000000000005"], [1702464479, "54.632999999999996"], [1702464509, "55.173"], [1702464533, "56.481"], [1702464569, "62.037"], [1702464605, "62.294999999999995"], [1702464635, "62.745000000000005"], [1702464671, "64.72800000000001"], [1702464716, "68.445"], [1702464743, "69.21"], [1702464776, "76.49400000000001"], [1702464812, "76.89"], [1702464836, "77.33999999999999"], [1702464869, "77.907"], [1702464905, "81.70800000000001"], [1702464926, "81.819"], [1702464956, "84.042"], [1702464992, "84.543"], [1702465016, "86.48700000000001"], [1702465049, "86.97300000000001"], [1702465085, "87.89399999999999"], [1702465118, "90.162"], [1702465145, "90.55499999999999"], [1702465178, "90.687"], [1702465208, "91.971"], [1702465241, "92.535"], [1702465298, "92.757"], [1702465334, "94.74600000000001"], [1702465367, "95.109"], [1702465394, "95.508"], [1702465418, "95.736"], [1702465445, "95.85900000000001"], [1702465481, "96.11399999999999"], [1702465517, "96.696"], [1702465550, "97.473"], [1702465586, "98.352"], [1702465619, "98.496"], [1702465658, "98.79299999999999"], [1702465706, "99.144"], [1702465754, "101.148"], [1702465787, "101.43"], [1702465823, "102.59700000000001"], [1702465856, "102.68400000000001"], [1702465880, "104.40299999999999"], [1702465910, "104.526"], [1702465952, "105.102"], [1702465988, "105.165"], [1702466015, "105.336"], [1702466030, "105.40500000000002"], [1702466060, "105.47399999999999"], [1702466078, "105.56400000000001"], [1702466138, "106.302"], [1702466168, "106.644"], [1702466204, "107.51100000000001"], [1702466237, "107.57400000000001"], [1702466261, "107.94"], [1702466291, "108.603"], [1702466327, "109.227"], [1702466360, "109.638"], [1702466384, "109.887"], [1702466417, "110.046"], [1702466441, "110.11500000000001"], [1702466471, "110.334"], [1702466507, "110.979"], [1702466540, "111.435"], [1702466597, "114.174"], [1702466633, "118.458"], [1702466666, "119.09700000000001"], [1702466705, "119.244"], [1702466732, "119.46"], [1702466765, "119.85600000000001"], [1702466801, "120.39"], [1702466852, "123.096"], [1702466876, "123.168"], [1702466918, "124.356"], [1702466978, "131.94"], [1702467014, "132.486"], [1702467038, "132.834"], [1702467068, "133.94400000000002"], [1702467122, "134.865"], [1702467158, "135.393"], [1702467191, "142.395"], [1702467221, "145.116"], [1702467257, "145.398"], [1702467299, "146.325"], [1702467350, "148.509"], [1702467386, "151.51500000000001"], [1702467419, "151.806"], [1702467455, "152.19899999999998"], [1702467515, "152.439"], [1702467542, "152.931"], [1702467566, "153.00000000000003"], [1702467599, "153.09900000000002"], [1702467635, "153.45600000000002"], [1702467668, "153.825"], [1702467695, "155.37"], [1702467716, "155.541"], [1702467746, "155.616"], [1702467800, "156.243"], [1702467824, "156.40200000000002"], [1702467908, "156.70200000000003"], [1702467944, "156.93599999999998"], [1702467968, "156.98099999999997"], [1702468001, "157.17899999999997"], [1702468031, "157.572"], [1702468067, "166.584"], [1702468085, "166.743"], [1702468115, "167.1"], [1702468151, "167.286"], [1702468181, "167.361"], [1702468208, "167.613"], [1702468241, "168.345"], [1702468256, "168.435"], [1702468286, "168.54000000000002"], [1702468322, "168.795"], [1702468352, "171.40800000000002"], [1702468388, "172.182"], [1702468424, "172.88699999999997"], [1702468457, "173.09699999999998"], [1702468493, "173.62500000000003"], [1702468517, "176.571"], [1702468550, "176.757"], [1702468586, "176.904"], [1702468613, "177.27"], [1702468637, "177.30900000000003"], [1702468679, "177.765"], [1702468721, "178.12199999999999"], [1702468730, "178.137"], [1702468766, "178.17600000000002"], [1702468799, "180.72000000000003"], [1702468835, "180.76799999999997"], [1702468898, "181.14"], [1702468934, "181.347"], [1702468970, "182.211"], [1702468994, "182.541"], [1702469024, "182.574"], [1702469060, "182.895"], [1702469111, "184.323"], [1702469144, "186.15599999999998"], [1702469168, "186.171"], [1702469204, "186.543"], [1702469237, "186.70800000000003"], [1702469273, "187.089"], [1702469303, "187.99499999999998"], [1702469336, "188.55"], [1702469360, "188.57999999999998"], [1702469387, "189.108"], [1702469411, "189.98399999999998"], [1702469435, "190.221"], [1702469468, "190.40999999999997"], [1702469504, "190.449"], [1702469537, "190.698"], [1702469573, "190.96200000000002"], [1702469606, "191.517"], [1702469633, "191.964"], [1702469660, "191.994"], [1702469684, "192.19500000000002"], [1702469717, "192.276"], [1702469753, "193.233"], [1702469786, "193.40400000000002"], [1702469816, "193.62600000000003"], [1702469834, "193.66500000000002"], [1702469864, "193.76700000000002"], [1702469906, "193.881"], [1702469936, "194.25599999999997"], [1702469972, "194.34599999999998"], [1702470005, "194.481"], [1702470029, "194.51999999999998"], [1702470065, "194.53799999999998"], [1702470101, "194.64000000000001"], [1702470131, "195.05399999999997"], [1702470167, "195.642"], [1702470203, "195.723"], [1702470251, "197.106"], [1702470278, "197.16"], [1702470311, "197.259"], [1702470347, "197.289"], [1702470371, "197.32500000000002"], [1702470404, "197.418"], [1702470440, "197.61"], [1702470476, "198.195"], [1702470506, "198.288"], [1702470542, "198.432"], [1702470575, "198.681"], [1702470611, "198.99"], [1702470635, "199.032"], [1702470662, "199.149"], [1702470686, "199.275"], [1702470719, "199.65300000000002"], [1702470746, "199.713"], [1702470812, "200.18699999999998"], [1702470845, "200.20499999999998"], [1702470875, "200.274"], [1702470899, "200.70600000000002"], [1702470953, "201.174"], [1702470983, "201.687"], [1702471025, "202.665"], [1702471067, "203.63400000000001"], [1702471169, "205.54200000000003"], [1702471193, "206.016"], [1702471226, "206.268"], [1702471265, "207.273"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1.6199999999999999"], [1702462844, "1.638"], [1702462865, "1.686"], [1702462880, "1.7189999999999999"], [1702462904, "1.797"], [1702462919, "1.8299999999999998"], [1702462952, "1.878"], [1702462973, "1.908"], [1702462988, "1.926"], [1702463045, "1.9889999999999999"], [1702463081, "2.037"], [1702463114, "2.133"], [1702463150, "2.199"], [1702463186, "2.262"], [1702463216, "2.3369999999999997"], [1702463240, "2.388"], [1702463273, "2.463"], [1702463324, "2.574"], [1702463354, "2.652"], [1702463381, "2.7329999999999997"], [1702463417, "2.796"], [1702463453, "2.859"], [1702463477, "2.904"], [1702463510, "2.94"], [1702463537, "2.991"], [1702463570, "3.021"], [1702463591, "3.066"], [1702463621, "3.1260000000000003"], [1702463657, "3.189"], [1702463693, "3.27"], [1702463729, "3.3360000000000003"], [1702463765, "3.387"], [1702463798, "3.435"], [1702463846, "3.513"], [1702463873, "3.558"], [1702463906, "3.618"], [1702463948, "3.714"], [1702463984, "3.777"], [1702464014, "3.84"], [1702464050, "3.903"], [1702464086, "3.978"], [1702464122, "4.053"], [1702464155, "4.1129999999999995"], [1702464194, "4.221"], [1702464230, "4.287"], [1702464263, "4.368"], [1702464299, "4.467"], [1702464332, "4.548"], [1702464356, "4.629"], [1702464392, "4.71"], [1702464425, "4.791"], [1702464455, "4.866"], [1702464479, "4.944"], [1702464509, "5.034"], [1702464533, "5.124"], [1702464569, "5.217"], [1702464605, "5.298"], [1702464635, "5.391"], [1702464671, "5.487"], [1702464716, "5.58"], [1702464743, "5.67"], [1702464776, "5.76"], [1702464812, "5.85"], [1702464836, "5.955"], [1702464869, "6.045"], [1702464905, "6.153"], [1702464926, "6.228"], [1702464956, "6.321"], [1702464992, "6.399"], [1702465016, "6.504"], [1702465049, "6.585"], [1702465085, "6.675"], [1702465118, "6.768"], [1702465145, "6.861"], [1702465178, "6.951"], [1702465208, "7.044"], [1702465241, "7.137"], [1702465298, "7.278"], [1702465334, "7.389"], [1702465367, "7.479"], [1702465394, "7.569"], [1702465418, "7.659"], [1702465445, "7.749"], [1702465481, "7.842"], [1702465517, "7.952999999999999"], [1702465550, "8.046"], [1702465586, "8.126999999999999"], [1702465619, "8.219999999999999"], [1702465658, "8.312999999999999"], [1702465706, "8.388"], [1702465754, "8.405999999999999"], [1702465787, "8.442"], [1702465823, "8.46"], [1702465856, "8.492999999999999"], [1702465880, "8.541"], [1702465910, "8.591999999999999"], [1702465952, "8.655"], [1702465988, "8.718"], [1702466015, "8.777999999999999"], [1702466030, "8.838000000000001"], [1702466060, "8.898"], [1702466078, "8.960999999999999"], [1702466138, "9.075"], [1702466168, "9.141"], [1702466204, "9.207"], [1702466237, "9.27"], [1702466261, "9.315"], [1702466291, "9.378"], [1702466327, "9.438"], [1702466360, "9.498"], [1702466384, "9.558"], [1702466417, "9.606"], [1702466441, "9.669"], [1702466471, "9.732"], [1702466507, "9.768"], [1702466540, "9.818999999999999"], [1702466597, "9.903"], [1702466633, "9.954"], [1702466666, "9.999"], [1702466705, "10.044"], [1702466732, "10.104"], [1702466765, "10.152"], [1702466801, "10.212"], [1702466852, "10.29"], [1702466876, "10.35"], [1702466918, "10.398"], [1702466978, "10.512"], [1702467014, "10.572"], [1702467038, "10.632"], [1702467068, "10.692"], [1702467122, "10.782"], [1702467158, "10.842"], [1702467191, "10.902"], [1702467221, "10.965"], [1702467257, "11.016"], [1702467299, "11.079"], [1702467350, "11.169"], [1702467386, "11.229"], [1702467419, "11.304"], [1702467455, "11.363999999999999"], [1702467515, "11.487"], [1702467542, "11.549999999999999"], [1702467566, "11.616"], [1702467599, "11.664"], [1702467635, "11.712"], [1702467668, "11.745"], [1702467695, "11.775"], [1702467716, "11.82"], [1702467746, "11.85"], [1702467800, "11.91"], [1702467824, "11.955"], [1702467908, "12.078"], [1702467944, "12.108"], [1702467968, "12.141"], [1702468001, "12.171"], [1702468031, "12.216"], [1702468067, "12.246"], [1702468085, "12.276"], [1702468115, "12.291"], [1702468151, "12.321"], [1702468181, "12.350999999999999"], [1702468208, "12.381"], [1702468241, "12.399"], [1702468256, "12.429"], [1702468286, "12.462"], [1702468322, "12.477"], [1702468352, "12.491999999999999"], [1702468388, "12.522"], [1702468424, "12.552"], [1702468457, "12.581999999999999"], [1702468493, "12.597"], [1702468517, "12.629999999999999"], [1702468550, "12.66"], [1702468586, "12.674999999999999"], [1702468613, "12.693"], [1702468637, "12.722999999999999"], [1702468679, "12.738"], [1702468721, "12.768"], [1702468730, "12.783"], [1702468766, "12.813"], [1702468799, "12.843"], [1702468835, "12.873"], [1702468898, "12.921"], [1702468934, "12.936"], [1702468970, "12.936"], [1702468994, "12.966"], [1702469024, "12.981"], [1702469060, "13.011"], [1702469111, "13.056"], [1702469144, "13.059"], [1702469168, "13.074"], [1702469204, "13.092"], [1702469237, "13.122"], [1702469273, "13.137"], [1702469303, "13.167"], [1702469336, "13.197"], [1702469360, "13.197"], [1702469387, "13.197"], [1702469411, "13.212"], [1702469435, "13.241999999999999"], [1702469468, "13.272"], [1702469504, "13.305"], [1702469537, "13.338"], [1702469573, "13.371"], [1702469606, "13.401"], [1702469633, "13.431"], [1702469660, "13.461"], [1702469684, "13.491"], [1702469717, "13.520999999999999"], [1702469753, "13.536"], [1702469786, "13.551"], [1702469816, "13.568999999999999"], [1702469834, "13.599"], [1702469864, "13.613999999999999"], [1702469906, "13.665"], [1702469936, "13.695"], [1702469972, "13.725"], [1702470005, "13.74"], [1702470029, "13.754999999999999"], [1702470065, "13.773"], [1702470101, "13.806"], [1702470131, "13.839"], [1702470167, "13.869"], [1702470203, "13.899"], [1702470251, "13.929"], [1702470278, "13.959"], [1702470311, "13.988999999999999"], [1702470347, "14.019"], [1702470371, "14.049"], [1702470404, "14.081999999999999"], [1702470440, "14.084999999999999"], [1702470476, "14.118"], [1702470506, "14.121"], [1702470542, "14.154"], [1702470575, "14.169"], [1702470611, "14.169"], [1702470635, "14.199"], [1702470662, "14.214"], [1702470686, "14.244"], [1702470719, "14.274"], [1702470746, "14.304"], [1702470812, "14.352"], [1702470845, "14.37"], [1702470875, "14.4"], [1702470899, "14.43"], [1702470953, "14.475"], [1702470983, "14.504999999999999"], [1702471025, "14.541"], [1702471067, "14.592"], [1702471169, "14.682"], [1702471193, "14.715"], [1702471226, "14.745"], [1702471265, "14.778"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "359.814"], [1702462844, "402.078"], [1702462865, "444.342"], [1702462880, "486.606"], [1702462904, "571.134"], [1702462919, "613.398"], [1702462952, "697.926"], [1702462973, "740.19"], [1702462988, "782.4540000000001"], [1702463045, "909.246"], [1702463081, "993.7739999999999"], [1702463114, "1078.3020000000001"], [1702463150, "1162.83"], [1702463186, "1247.3580000000002"], [1702463216, "1331.886"], [1702463240, "1416.414"], [1702463273, "1500.942"], [1702463324, "1627.7340000000002"], [1702463354, "1712.262"], [1702463381, "1796.79"], [1702463417, "1881.318"], [1702463453, "1965.846"], [1702463477, "2050.374"], [1702463510, "2134.902"], [1702463537, "2219.43"], [1702463570, "2303.958"], [1702463591, "2388.486"], [1702463621, "2473.014"], [1702463657, "2557.5420000000004"], [1702463693, "2642.07"], [1702463729, "2726.598"], [1702463765, "2811.126"], [1702463798, "2895.654"], [1702463846, "3022.446"], [1702463873, "3106.974"], [1702463906, "3191.5020000000004"], [1702463948, "3318.2940000000003"], [1702463984, "3402.822"], [1702464014, "3487.3499999999995"], [1702464050, "3571.8780000000006"], [1702464086, "3656.406"], [1702464122, "3740.9339999999997"], [1702464155, "3825.4619999999995"], [1702464194, "3952.254000000001"], [1702464230, "4036.7819999999997"], [1702464263, "4121.3099999999995"], [1702464299, "4205.838"], [1702464332, "4290.366"], [1702464356, "4374.894"], [1702464392, "4459.422"], [1702464425, "4543.95"], [1702464455, "4628.478000000001"], [1702464479, "4713.006"], [1702464509, "4797.534"], [1702464533, "4882.062"], [1702464569, "4966.59"], [1702464605, "5051.1179999999995"], [1702464635, "5135.646000000001"], [1702464671, "5220.174"], [1702464716, "5304.701999999999"], [1702464743, "5389.23"], [1702464776, "5473.758"], [1702464812, "5558.286"], [1702464836, "5642.814"], [1702464869, "5727.342000000001"], [1702464905, "5811.87"], [1702464926, "5896.398"], [1702464956, "5980.9259999999995"], [1702464992, "6065.454"], [1702465016, "6149.982"], [1702465049, "6234.51"], [1702465085, "6319.038"], [1702465118, "6403.566000000001"], [1702465145, "6488.093999999999"], [1702465178, "6572.622"], [1702465208, "6657.150000000001"], [1702465241, "6741.678"], [1702465298, "6868.469999999999"], [1702465334, "6952.9980000000005"], [1702465367, "7037.526"], [1702465394, "7122.054"], [1702465418, "7206.582"], [1702465445, "7291.110000000001"], [1702465481, "7375.638"], [1702465517, "7460.166"], [1702465550, "7544.6939999999995"], [1702465586, "7629.222"], [1702465619, "7713.75"], [1702465658, "7798.278"], [1702465706, "7882.8060000000005"], [1702465754, "8009.598"], [1702465787, "8094.126"], [1702465823, "8178.654"], [1702465856, "8263.181999999999"], [1702465880, "8347.71"], [1702465910, "8432.238000000001"], [1702465952, "8516.766"], [1702465988, "8601.294"], [1702466015, "8685.822"], [1702466030, "8770.35"], [1702466060, "8854.878"], [1702466078, "8939.405999999999"], [1702466138, "9066.198"], [1702466168, "9150.725999999999"], [1702466204, "9235.254"], [1702466237, "9319.782"], [1702466261, "9404.310000000001"], [1702466291, "9488.838"], [1702466327, "9573.366"], [1702466360, "9657.893999999998"], [1702466384, "9742.422"], [1702466417, "9826.95"], [1702466441, "9911.478000000001"], [1702466471, "9996.006"], [1702466507, "10080.534000000001"], [1702466540, "10165.062"], [1702466597, "10291.854000000001"], [1702466633, "10376.382"], [1702466666, "10460.910000000002"], [1702466705, "10545.438"], [1702466732, "10629.966"], [1702466765, "10714.494"], [1702466801, "10799.022"], [1702466852, "10925.814"], [1702466876, "11010.341999999999"], [1702466918, "11094.87"], [1702466978, "11263.926"], [1702467014, "11348.454000000002"], [1702467038, "11432.982"], [1702467068, "11517.509999999998"], [1702467122, "11644.302"], [1702467158, "11728.830000000002"], [1702467191, "11813.358"], [1702467221, "11897.886"], [1702467257, "11982.414"], [1702467299, "12066.942000000001"], [1702467350, "12193.734"], [1702467386, "12278.261999999999"], [1702467419, "12362.79"], [1702467455, "12447.318000000001"], [1702467515, "12616.374"], [1702467542, "12700.902"], [1702467566, "12785.43"], [1702467599, "12869.957999999999"], [1702467635, "12954.486"], [1702467668, "13039.014"], [1702467695, "13123.542000000001"], [1702467716, "13208.07"], [1702467746, "13292.598"], [1702467800, "13419.390000000001"], [1702467824, "13503.918"], [1702467908, "13715.238"], [1702467944, "13799.766"], [1702467968, "13884.294"], [1702468001, "13968.822"], [1702468031, "14053.35"], [1702468067, "14137.877999999999"], [1702468085, "14222.406"], [1702468115, "14306.934000000001"], [1702468151, "14391.462"], [1702468181, "14475.99"], [1702468208, "14560.518"], [1702468241, "14645.046"], [1702468256, "14729.574"], [1702468286, "14814.102"], [1702468322, "14898.63"], [1702468352, "14983.158000000001"], [1702468388, "15067.686"], [1702468424, "15152.213999999998"], [1702468457, "15236.742"], [1702468493, "15321.27"], [1702468517, "15405.798"], [1702468550, "15490.326000000001"], [1702468586, "15574.854"], [1702468613, "15659.382"], [1702468637, "15743.91"], [1702468679, "15828.438"], [1702468721, "15912.965999999999"], [1702468730, "15955.23"], [1702468766, "16039.757999999998"], [1702468799, "16124.286"], [1702468835, "16208.814"], [1702468898, "16335.606"], [1702468934, "16420.134000000002"], [1702468970, "16504.662"], [1702468994, "16589.190000000002"], [1702469024, "16673.718"], [1702469060, "16758.246"], [1702469111, "16885.038"], [1702469144, "16969.566"], [1702469168, "17054.094"], [1702469204, "17138.622"], [1702469237, "17223.149999999998"], [1702469273, "17307.678"], [1702469303, "17392.206"], [1702469336, "17476.734"], [1702469360, "17561.262"], [1702469387, "17645.79"], [1702469411, "17730.318"], [1702469435, "17814.846"], [1702469468, "17899.374"], [1702469504, "17983.902"], [1702469537, "18068.43"], [1702469573, "18152.958"], [1702469606, "18237.486"], [1702469633, "18322.014"], [1702469660, "18406.542"], [1702469684, "18491.07"], [1702469717, "18575.597999999998"], [1702469753, "18660.126"], [1702469786, "18744.654"], [1702469816, "18829.182"], [1702469834, "18913.71"], [1702469864, "18998.237999999998"], [1702469906, "19125.03"], [1702469936, "19209.557999999997"], [1702469972, "19294.086"], [1702470005, "19378.614"], [1702470029, "19463.142"], [1702470065, "19547.67"], [1702470101, "19632.198"], [1702470131, "19716.726000000002"], [1702470167, "19801.253999999997"], [1702470203, "19885.782"], [1702470251, "20012.573999999997"], [1702470278, "20097.102000000003"], [1702470311, "20181.63"], [1702470347, "20266.158"], [1702470371, "20350.686"], [1702470404, "20435.214"], [1702470440, "20519.742"], [1702470476, "20604.27"], [1702470506, "20688.798000000003"], [1702470542, "20773.326"], [1702470575, "20857.854000000003"], [1702470611, "20942.382"], [1702470635, "21026.91"], [1702470662, "21111.438000000002"], [1702470686, "21195.966"], [1702470719, "21280.494"], [1702470746, "21365.022"], [1702470812, "21534.077999999998"], [1702470845, "21618.606"], [1702470875, "21703.134000000002"], [1702470899, "21787.662"], [1702470953, "21914.454"], [1702470983, "21998.981999999996"], [1702471025, "22083.51"], [1702471067, "22210.302"], [1702471169, "22421.622000000003"], [1702471193, "22506.149999999998"], [1702471226, "22590.678"], [1702471265, "22675.206"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "1.398"], [1702462736, "1.434"], [1702462751, "1.4669999999999999"], [1702462763, "1.5"], [1702462793, "1.569"], [1702462808, "1.6019999999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "45.939"], [1702462736, "91.878"], [1702462751, "137.81699999999998"], [1702462763, "182.778"], [1702462793, "271.764"], [1702462808, "315.789"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "10289.664"], [1702462988, "13940.886"], [1702463045, "20611.32"], [1702463081, "25394.622000000003"], [1702463114, "28914.477"], [1702463150, "31934.361"], [1702463186, "34414.635"], [1702463216, "36875.751"], [1702463240, "38470.218"], [1702463273, "40369.737"], [1702463324, "44421.299999999996"], [1702463354, "48069.117"], [1702463381, "52397.20799999999"], [1702463417, "57144.894"], [1702463453, "61558.524000000005"], [1702463477, "65743.635"], [1702463510, "69643.52100000001"], [1702463537, "72040.458"], [1702463570, "75777.627"], [1702463591, "77442.44099999999"], [1702463621, "80694.35399999999"], [1702463657, "82671.45300000001"], [1702463693, "87292.03199999999"], [1702463729, "90945.519"], [1702463765, "95476.143"], [1702463798, "101006.664"], [1702463846, "108139.05900000001"], [1702463873, "111562.713"], [1702463906, "115690.212"], [1702463948, "120338.088"], [1702463984, "122920.833"], [1702464014, "125384.979"], [1702464050, "128311.779"], [1702464086, "132488.358"], [1702464122, "136475.93699999998"], [1702464155, "141111.17099999997"], [1702464194, "145249.80299999999"], [1702464230, "148045.218"], [1702464263, "149683.185"], [1702464299, "152385.633"], [1702464332, "154332.483"], [1702464356, "156075.945"], [1702464392, "158426.226"], [1702464425, "161028.387"], [1702464455, "164197.347"], [1702464479, "166640.526"], [1702464509, "169406.742"], [1702464533, "172773.189"], [1702464569, "177142.746"], [1702464605, "181515.612"], [1702464635, "182714.409"], [1702464671, "185331.906"], [1702464716, "186172.728"], [1702464743, "187369.296"], [1702464776, "188997.615"], [1702464812, "191247.525"], [1702464836, "193071.567"], [1702464869, "195990.684"], [1702464905, "199351.917"], [1702464926, "201666.12600000002"], [1702464956, "202678.93199999997"], [1702464992, "207989.979"], [1702465016, "210303.54900000003"], [1702465049, "212957.538"], [1702465085, "213794.36400000003"], [1702465118, "215291.625"], [1702465145, "217694.82"], [1702465178, "221937.11999999997"], [1702465208, "226511.60099999997"], [1702465241, "228124.077"], [1702465298, "234552.52199999997"], [1702465334, "238366.08299999998"], [1702465367, "241184.78699999998"], [1702465394, "242516.53500000003"], [1702465418, "244553.391"], [1702465445, "246645.672"], [1702465481, "249733.71899999998"], [1702465517, "253799.133"], [1702465550, "258655.767"], [1702465586, "261988.299"], [1702465619, "264958.41000000003"], [1702465658, "271997.1330000001"], [1702465706, "277422.75"], [1702465754, "285678.324"], [1702465787, "289563.15900000004"], [1702465823, "291203.079"], [1702465856, "295003.767"], [1702465880, "297876.45600000006"], [1702465910, "301572.45"], [1702465952, "306662.5950000001"], [1702465988, "311824.56600000005"], [1702466015, "316619.112"], [1702466030, "317732.973"], [1702466060, "321538.215"], [1702466078, "323483.22300000006"], [1702466138, "329245.37100000004"], [1702466168, "332366.11500000005"], [1702466204, "335044.428"], [1702466237, "337282.245"], [1702466261, "339690.20100000006"], [1702466291, "342680.079"], [1702466327, "346873.407"], [1702466360, "352368.52200000006"], [1702466384, "355649.889"], [1702466417, "359051.1450000001"], [1702466441, "361146.825"], [1702466471, "362927.32500000007"], [1702466507, "365334.429"], [1702466540, "367959.65400000004"], [1702466597, "371651.598"], [1702466633, "374977.7730000001"], [1702466666, "378765.726"], [1702466705, "382217.47500000003"], [1702466732, "387712.908"], [1702466765, "392234.04000000004"], [1702466801, "396614.199"], [1702466852, "402222.82800000004"], [1702466876, "403535.409"], [1702466918, "407259.834"], [1702466978, "411860.03699999995"], [1702467014, "412898.736"], [1702467038, "416098.437"], [1702467068, "420036.141"], [1702467122, "426393.29099999997"], [1702467158, "431905.341"], [1702467191, "435008.529"], [1702467221, "439464.84"], [1702467257, "444028.086"], [1702467299, "447095.2140000001"], [1702467350, "453388.848"], [1702467386, "458624.487"], [1702467419, "464999.325"], [1702467455, "471946.425"], [1702467515, "479783.283"], [1702467542, "485042.124"], [1702467566, "487973.967"], [1702467599, "492053.019"], [1702467635, "494448.14400000003"], [1702467668, "497570.643"], [1702467695, "500385.876"], [1702467716, "502020.96"], [1702467746, "505726.04099999997"], [1702467800, "514394.19299999997"], [1702467824, "517799.2920000001"], [1702467908, "532846.53"], [1702467944, "539622.0059999999"], [1702467968, "542827.659"], [1702468001, "548189.31"], [1702468031, "549838.473"], [1702468067, "552297.564"], [1702468085, "555049.797"], [1702468115, "558731.1390000001"], [1702468151, "563607.834"], [1702468181, "570197.235"], [1702468208, "574779.3420000001"], [1702468241, "580336.398"], [1702468256, "582376.725"], [1702468286, "585688.0499999999"], [1702468322, "590148.057"], [1702468352, "595012.542"], [1702468388, "598762.7250000001"], [1702468424, "601048.674"], [1702468457, "603879.126"], [1702468493, "607721.172"], [1702468517, "612222.513"], [1702468550, "617525.079"], [1702468586, "621805.011"], [1702468613, "626018.709"], [1702468637, "629186.658"], [1702468679, "634834.218"], [1702468721, "639224.673"], [1702468730, "639582.6359999999"], [1702468766, "643051.137"], [1702468799, "645815.241"], [1702468835, "649221.7019999999"], [1702468898, "657400.641"], [1702468934, "666385.8060000001"], [1702468970, "669290.484"], [1702468994, "673008.123"], [1702469024, "674935.293"], [1702469060, "684366.15"], [1702469111, "692659.05"], [1702469144, "695509.053"], [1702469168, "697313.172"], [1702469204, "702499.194"], [1702469237, "707978.6610000001"], [1702469273, "712695.822"], [1702469303, "717985.5750000001"], [1702469336, "723384.294"], [1702469360, "726600.603"], [1702469387, "729175.596"], [1702469411, "733242.6000000001"], [1702469435, "737629.425"], [1702469468, "742921.8750000001"], [1702469504, "744562.941"], [1702469537, "745344.6810000001"], [1702469573, "746032.074"], [1702469606, "746697.228"], [1702469633, "748248.3810000002"], [1702469660, "749433.276"], [1702469684, "750412.689"], [1702469717, "753295.185"], [1702469753, "756199.4310000001"], [1702469786, "760209.2760000001"], [1702469816, "761075.3219999999"], [1702469834, "763010.4"], [1702469864, "764016.258"], [1702469906, "765446.052"], [1702469936, "766588.533"], [1702469972, "766895.439"], [1702470005, "767766.2490000001"], [1702470029, "768163.4670000001"], [1702470065, "770042.778"], [1702470101, "772696.0410000002"], [1702470131, "773142.387"], [1702470167, "775183.155"], [1702470203, "778211.175"], [1702470251, "780083.8200000001"], [1702470278, "785001.9990000001"], [1702470311, "787082.6640000001"], [1702470347, "789324.3600000001"], [1702470371, "789938.991"], [1702470404, "790888.827"], [1702470440, "791417.079"], [1702470476, "792610.176"], [1702470506, "794816.079"], [1702470542, "796839.5160000001"], [1702470575, "798102.636"], [1702470611, "800857.5240000001"], [1702470635, "803329.62"], [1702470662, "805919.274"], [1702470686, "809243.934"], [1702470719, "811212.8040000001"], [1702470746, "813202.56"], [1702470812, "815140.995"], [1702470845, "815301.4740000002"], [1702470875, "816467.082"], [1702470899, "817485.657"], [1702470953, "818308.1370000001"], [1702470983, "818386.683"], [1702471025, "819376.7790000001"], [1702471067, "821853.756"], [1702471169, "822831.045"], [1702471193, "823503.942"], [1702471226, "824990.7570000002"], [1702471265, "826139.6849999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "380.376"], [1702462988, "422.64"], [1702463045, "549.432"], [1702463081, "633.9599999999999"], [1702463114, "718.4879999999999"], [1702463150, "803.0160000000001"], [1702463186, "887.544"], [1702463216, "972.0719999999999"], [1702463240, "1056.6"], [1702463273, "1141.128"], [1702463324, "1267.9199999999998"], [1702463354, "1352.448"], [1702463381, "1436.9759999999999"], [1702463417, "1521.504"], [1702463453, "1606.0320000000002"], [1702463477, "1690.56"], [1702463510, "1775.088"], [1702463537, "1859.616"], [1702463570, "1944.1439999999998"], [1702463591, "2028.672"], [1702463621, "2113.2"], [1702463657, "2197.728"], [1702463693, "2282.256"], [1702463729, "2366.784"], [1702463765, "2451.312"], [1702463798, "2535.8399999999997"], [1702463846, "2662.6319999999996"], [1702463873, "2747.1600000000003"], [1702463906, "2831.688"], [1702463948, "2958.48"], [1702463984, "3043.008"], [1702464014, "3127.536"], [1702464050, "3212.0640000000003"], [1702464086, "3296.5919999999996"], [1702464122, "3381.12"], [1702464155, "3465.648"], [1702464194, "3592.44"], [1702464230, "3676.968"], [1702464263, "3761.496"], [1702464299, "3846.0240000000003"], [1702464332, "3930.552"], [1702464356, "4015.08"], [1702464392, "4099.608"], [1702464425, "4184.136"], [1702464455, "4268.664"], [1702464479, "4353.192"], [1702464509, "4437.72"], [1702464533, "4522.2480000000005"], [1702464569, "4606.776"], [1702464605, "4691.304"], [1702464635, "4775.832"], [1702464671, "4860.360000000001"], [1702464716, "4944.888"], [1702464743, "5029.416"], [1702464776, "5113.944"], [1702464812, "5198.472"], [1702464836, "5283"], [1702464869, "5367.528"], [1702464905, "5452.056"], [1702464926, "5536.584"], [1702464956, "5621.112"], [1702464992, "5705.639999999999"], [1702465016, "5790.168"], [1702465049, "5874.696"], [1702465085, "5959.223999999999"], [1702465118, "6043.752"], [1702465145, "6128.279999999999"], [1702465178, "6212.808"], [1702465208, "6297.335999999999"], [1702465241, "6381.864"], [1702465298, "6508.655999999999"], [1702465334, "6593.183999999999"], [1702465367, "6677.7119999999995"], [1702465394, "6762.24"], [1702465418, "6846.767999999999"], [1702465445, "6931.296"], [1702465481, "7015.8240000000005"], [1702465517, "7100.352"], [1702465550, "7184.88"], [1702465586, "7269.407999999999"], [1702465619, "7353.936"], [1702465658, "7438.464"], [1702465706, "7522.992"], [1702465754, "7649.784"], [1702465787, "7734.312"], [1702465823, "7818.84"], [1702465856, "7903.3679999999995"], [1702465880, "7987.896"], [1702465910, "8072.424000000001"], [1702465952, "8156.951999999999"], [1702465988, "8241.48"], [1702466015, "8326.008"], [1702466030, "8410.536"], [1702466060, "8495.064"], [1702466078, "8579.592"], [1702466138, "8706.384"], [1702466168, "8790.912"], [1702466204, "8875.44"], [1702466237, "8959.968"], [1702466261, "9044.496000000001"], [1702466291, "9129.024"], [1702466327, "9213.552"], [1702466360, "9298.08"], [1702466384, "9382.608"], [1702466417, "9467.136"], [1702466441, "9551.664"], [1702466471, "9636.192"], [1702466507, "9720.720000000001"], [1702466540, "9805.248"], [1702466597, "9932.039999999999"], [1702466633, "10016.568"], [1702466666, "10101.096000000001"], [1702466705, "10185.624"], [1702466732, "10270.152"], [1702466765, "10354.68"], [1702466801, "10439.208"], [1702466852, "10566"], [1702466876, "10650.527999999998"], [1702466918, "10735.056"], [1702466978, "10904.112"], [1702467014, "10988.640000000001"], [1702467038, "11073.168"], [1702467068, "11157.695999999998"], [1702467122, "11284.488"], [1702467158, "11369.016"], [1702467191, "11453.544"], [1702467221, "11538.072"], [1702467257, "11622.6"], [1702467299, "11707.128"], [1702467350, "11833.92"], [1702467386, "11918.447999999999"], [1702467419, "12002.976"], [1702467455, "12087.504"], [1702467515, "12256.559999999998"], [1702467542, "12341.088000000002"], [1702467566, "12425.616"], [1702467599, "12510.144"], [1702467635, "12594.671999999999"], [1702467668, "12679.199999999999"], [1702467695, "12763.728"], [1702467716, "12848.256000000001"], [1702467746, "12932.784"], [1702467800, "13059.576000000001"], [1702467824, "13144.104"], [1702467908, "13355.423999999999"], [1702467944, "13439.952"], [1702467968, "13524.48"], [1702468001, "13609.008"], [1702468031, "13693.535999999998"], [1702468067, "13778.063999999998"], [1702468085, "13862.592"], [1702468115, "13947.119999999999"], [1702468151, "14031.648000000001"], [1702468181, "14116.176"], [1702468208, "14200.704"], [1702468241, "14285.232"], [1702468256, "14369.76"], [1702468286, "14454.287999999999"], [1702468322, "14538.815999999999"], [1702468352, "14623.344000000001"], [1702468388, "14707.872"], [1702468424, "14792.400000000001"], [1702468457, "14876.928"], [1702468493, "14961.456"], [1702468517, "15045.984"], [1702468550, "15130.512"], [1702468586, "15215.039999999999"], [1702468613, "15299.568"], [1702468637, "15384.096000000001"], [1702468679, "15468.624"], [1702468721, "15553.151999999998"], [1702468730, "15595.416"], [1702468766, "15679.944000000001"], [1702468799, "15764.472000000002"], [1702468835, "15849"], [1702468898, "15975.792"], [1702468934, "16060.32"], [1702468970, "16144.848000000002"], [1702468994, "16229.376"], [1702469024, "16313.903999999999"], [1702469060, "16398.432"], [1702469111, "16525.224"], [1702469144, "16609.752"], [1702469168, "16694.28"], [1702469204, "16778.807999999997"], [1702469237, "16863.336000000003"], [1702469273, "16947.864"], [1702469303, "17032.392"], [1702469336, "17116.92"], [1702469360, "17201.448"], [1702469387, "17285.976"], [1702469411, "17370.504"], [1702469435, "17455.032"], [1702469468, "17539.559999999998"], [1702469504, "17624.088000000003"], [1702469537, "17708.616"], [1702469573, "17793.144"], [1702469606, "17877.672"], [1702469633, "17962.2"], [1702469660, "18046.728"], [1702469684, "18131.256"], [1702469717, "18215.784"], [1702469753, "18300.311999999998"], [1702469786, "18384.84"], [1702469816, "18469.368"], [1702469834, "18553.896"], [1702469864, "18638.424"], [1702469906, "18765.216"], [1702469936, "18849.744"], [1702469972, "18934.272"], [1702470005, "19018.8"], [1702470029, "19103.328"], [1702470065, "19187.856"], [1702470101, "19272.384"], [1702470131, "19356.912"], [1702470167, "19441.440000000002"], [1702470203, "19525.968"], [1702470251, "19652.76"], [1702470278, "19737.288"], [1702470311, "19821.816"], [1702470347, "19906.343999999997"], [1702470371, "19990.872000000003"], [1702470404, "20075.4"], [1702470440, "20159.928"], [1702470476, "20244.456"], [1702470506, "20328.983999999997"], [1702470542, "20413.512000000002"], [1702470575, "20498.04"], [1702470611, "20582.568"], [1702470635, "20667.095999999998"], [1702470662, "20751.623999999996"], [1702470686, "20836.152000000002"], [1702470719, "20920.68"], [1702470746, "21005.208"], [1702470812, "21174.264"], [1702470845, "21258.792"], [1702470875, "21343.32"], [1702470899, "21427.847999999998"], [1702470953, "21554.64"], [1702470983, "21639.168"], [1702471025, "21723.696000000004"], [1702471067, "21850.487999999998"], [1702471169, "22061.807999999997"], [1702471193, "22146.336"], [1702471226, "22230.864"], [1702471265, "22315.391999999996"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "32.706"], [1702462865, "33.054"], [1702462880, "2364.195"], [1702462904, "3809.3340000000003"], [1702462919, "4996.3859999999995"], [1702462952, "9228.405"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "42.264"], [1702462865, "84.528"], [1702462880, "126.792"], [1702462904, "211.32"], [1702462919, "253.584"], [1702462952, "338.112"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "5.352"], [1702462721, "5.496"], [1702462736, "5.7330000000000005"], [1702462751, "10.776"], [1702462763, "10.812000000000001"], [1702462793, "10.896"], [1702462808, "11.429999999999998"], [1702462829, "11.541"], [1702462844, "11.967"], [1702462865, "12.042000000000002"], [1702462880, "12.183000000000002"], [1702462904, "12.312"], [1702462919, "12.378"], [1702462952, "12.543"], [1702462973, "12.591"], [1702462988, "12.725999999999999"], [1702463045, "13.514999999999999"], [1702463081, "13.911"], [1702463114, "14.121"], [1702463150, "14.247000000000002"], [1702463186, "14.415"], [1702463216, "14.517"], [1702463240, "14.625000000000002"], [1702463273, "14.835"], [1702463324, "21.701999999999998"], [1702463354, "21.810000000000002"], [1702463381, "21.942"], [1702463417, "22.113000000000003"], [1702463453, "23.28"], [1702463477, "23.418"], [1702463510, "23.517000000000003"], [1702463537, "23.91"], [1702463570, "24.141000000000002"], [1702463591, "24.273"], [1702463621, "24.42"], [1702463657, "24.735000000000003"], [1702463693, "24.915"], [1702463729, "26.205000000000002"], [1702463765, "26.496"], [1702463798, "26.829"], [1702463846, "27.477"], [1702463873, "27.624"], [1702463906, "27.866999999999997"], [1702463948, "28.154999999999998"], [1702463984, "28.356"], [1702464014, "28.596"], [1702464050, "28.782"], [1702464086, "29.259"], [1702464122, "29.517000000000003"], [1702464155, "30.048000000000002"], [1702464194, "30.282000000000004"], [1702464230, "31.706999999999997"], [1702464263, "31.857"], [1702464299, "32.073"], [1702464332, "32.304"], [1702464356, "32.433"], [1702464392, "32.631"], [1702464425, "33.393"], [1702464455, "33.632999999999996"], [1702464479, "33.891"], [1702464509, "33.993"], [1702464533, "34.29"], [1702464569, "34.467"], [1702464605, "34.719"], [1702464635, "34.998000000000005"], [1702464671, "35.196"], [1702464716, "35.673"], [1702464743, "36.507"], [1702464776, "38.370000000000005"], [1702464812, "38.757"], [1702464836, "38.994"], [1702464869, "39.408"], [1702464905, "39.702"], [1702464926, "40.776"], [1702464956, "40.974000000000004"], [1702464992, "41.247"], [1702465016, "41.403000000000006"], [1702465049, "41.660999999999994"], [1702465085, "42.035999999999994"], [1702465118, "42.393"], [1702465145, "42.66"], [1702465178, "42.831"], [1702465208, "43.728"], [1702465241, "43.902"], [1702465298, "44.25"], [1702465334, "45.249"], [1702465367, "45.438"], [1702465394, "45.579"], [1702465418, "45.669000000000004"], [1702465445, "45.882"], [1702465481, "46.089000000000006"], [1702465517, "46.41"], [1702465550, "46.668000000000006"], [1702465586, "46.901999999999994"], [1702465619, "47.058"], [1702465658, "47.289"], [1702465706, "47.436"], [1702465754, "47.751000000000005"], [1702465787, "47.928"], [1702465823, "48.047999999999995"], [1702465856, "48.285000000000004"], [1702465880, "48.501"], [1702465910, "48.603"], [1702465952, "48.980999999999995"], [1702465988, "49.197"], [1702466015, "49.395"], [1702466030, "49.746"], [1702466060, "49.958999999999996"], [1702466078, "50.043"], [1702466138, "50.382"], [1702466168, "50.61"], [1702466204, "53.673"], [1702466237, "54.027"], [1702466261, "54.177"], [1702466291, "54.278999999999996"], [1702466327, "54.462"], [1702466360, "54.55200000000001"], [1702466384, "54.696"], [1702466417, "54.909"], [1702466441, "55.002"], [1702466471, "55.086"], [1702466507, "55.352999999999994"], [1702466540, "55.620000000000005"], [1702466597, "58.44"], [1702466633, "58.647000000000006"], [1702466666, "59.439"], [1702466705, "59.538000000000004"], [1702466732, "59.697"], [1702466765, "59.841"], [1702466801, "60.033"], [1702466852, "61.827"], [1702466876, "61.934999999999995"], [1702466918, "62.154"], [1702466978, "63.56699999999999"], [1702467014, "65.166"], [1702467038, "65.481"], [1702467068, "66.021"], [1702467122, "67.512"], [1702467158, "67.62"], [1702467191, "67.797"], [1702467221, "68.01"], [1702467257, "68.199"], [1702467299, "68.343"], [1702467350, "68.55300000000001"], [1702467386, "68.697"], [1702467419, "68.83800000000001"], [1702467455, "68.949"], [1702467515, "69.423"], [1702467542, "69.50099999999999"], [1702467566, "69.588"], [1702467599, "69.648"], [1702467635, "69.855"], [1702467668, "70.182"], [1702467695, "73.542"], [1702467716, "73.629"], [1702467746, "73.782"], [1702467800, "74.223"], [1702467824, "74.30999999999999"], [1702467908, "74.904"], [1702467944, "75.222"], [1702467968, "75.276"], [1702468001, "75.63300000000001"], [1702468031, "75.729"], [1702468067, "76.09500000000001"], [1702468085, "76.16099999999999"], [1702468115, "76.20299999999999"], [1702468151, "76.29299999999999"], [1702468181, "76.365"], [1702468208, "76.434"], [1702468241, "76.491"], [1702468256, "76.539"], [1702468286, "76.59"], [1702468322, "76.70400000000001"], [1702468352, "76.884"], [1702468388, "77.07300000000001"], [1702468424, "77.226"], [1702468457, "77.343"], [1702468493, "78.3"], [1702468517, "78.726"], [1702468550, "78.79199999999999"], [1702468586, "78.885"], [1702468613, "79.233"], [1702468637, "79.30799999999999"], [1702468679, "79.599"], [1702468721, "79.764"], [1702468730, "80.03999999999999"], [1702468766, "80.22"], [1702468799, "80.916"], [1702468835, "81.009"], [1702468898, "81.456"], [1702468934, "81.954"], [1702468970, "82.623"], [1702468994, "82.80900000000001"], [1702469024, "82.863"], [1702469060, "82.92299999999999"], [1702469111, "83.04300000000002"], [1702469144, "83.127"], [1702469168, "83.169"], [1702469204, "83.23499999999999"], [1702469237, "83.33699999999999"], [1702469273, "83.38199999999999"], [1702469303, "83.523"], [1702469336, "83.88"], [1702469360, "83.922"], [1702469387, "83.931"], [1702469411, "83.952"], [1702469435, "83.997"], [1702469468, "84.759"], [1702469504, "84.819"], [1702469537, "84.891"], [1702469573, "84.95700000000001"], [1702469606, "85.26899999999999"], [1702469633, "85.38000000000001"], [1702469660, "85.58099999999999"], [1702469684, "85.704"], [1702469717, "88.053"], [1702469753, "88.119"], [1702469786, "88.197"], [1702469816, "88.28399999999999"], [1702469834, "88.32300000000001"], [1702469864, "88.36800000000001"], [1702469906, "88.662"], [1702469936, "88.737"], [1702469972, "2806.35"], [1702470005, "2870.595"], [1702470029, "2870.652"], [1702470065, "2999.436"], [1702470101, "3109.125"], [1702470131, "3165.177"], [1702470167, "3405.5820000000003"], [1702470203, "3649.026"], [1702470251, "3849.27"], [1702470278, "3908.8349999999996"], [1702470311, "3978.909"], [1702470347, "4104.762"], [1702470371, "4109.424000000001"], [1702470404, "4122.051"], [1702470440, "4145.034"], [1702470476, "4256.628"], [1702470506, "4365.57"], [1702470542, "4463.526"], [1702470575, "4650.177000000001"], [1702470611, "4730.46"], [1702470635, "4830.426"], [1702470662, "4841.844"], [1702470686, "4929.984"], [1702470719, "4944.876"], [1702470746, "4963.401"], [1702470812, "5156.493"], [1702470845, "5333.823"], [1702470875, "5371.008000000001"], [1702470899, "5399.255999999999"], [1702470953, "5526.177000000001"], [1702470983, "5533.083"], [1702471025, "5674.098"], [1702471067, "5876.28"], [1702471169, "6065.736000000001"], [1702471193, "6139.524"], [1702471226, "6259.341"], [1702471265, "6363.309"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.35700000000000004"], [1702462919, "0.39"], [1702462952, "0.438"], [1702462973, "0.468"], [1702462988, "0.48600000000000004"], [1702463045, "0.549"], [1702463081, "0.597"], [1702463114, "0.6930000000000001"], [1702463150, "0.759"], [1702463186, "0.8220000000000001"], [1702463216, "0.897"], [1702463240, "0.9480000000000001"], [1702463273, "1.023"], [1702463324, "1.134"], [1702463354, "1.212"], [1702463381, "1.293"], [1702463417, "1.3589999999999998"], [1702463453, "1.4219999999999997"], [1702463477, "1.4669999999999999"], [1702463510, "1.503"], [1702463537, "1.5509999999999997"], [1702463570, "1.5809999999999997"], [1702463591, "1.626"], [1702463621, "1.6859999999999997"], [1702463657, "1.7489999999999999"], [1702463693, "1.8299999999999998"], [1702463729, "1.896"], [1702463765, "1.9469999999999998"], [1702463798, "1.9949999999999999"], [1702463846, "2.073"], [1702463873, "2.118"], [1702463906, "2.178"], [1702463948, "2.274"], [1702463984, "2.3369999999999997"], [1702464014, "2.4"], [1702464050, "2.4629999999999996"], [1702464086, "2.538"], [1702464122, "2.613"], [1702464155, "2.6729999999999996"], [1702464194, "2.7809999999999997"], [1702464230, "2.847"], [1702464263, "2.928"], [1702464299, "3.009"], [1702464332, "3.09"], [1702464356, "3.171"], [1702464392, "3.252"], [1702464425, "3.3329999999999997"], [1702464455, "3.408"], [1702464479, "3.4859999999999998"], [1702464509, "3.5759999999999996"], [1702464533, "3.666"], [1702464569, "3.759"], [1702464605, "3.84"], [1702464635, "3.933"], [1702464671, "4.029000000000001"], [1702464716, "4.122"], [1702464743, "4.212000000000001"], [1702464776, "4.3020000000000005"], [1702464812, "4.392"], [1702464836, "4.497"], [1702464869, "4.587000000000001"], [1702464905, "4.695"], [1702464926, "4.7700000000000005"], [1702464956, "4.863"], [1702464992, "4.941"], [1702465016, "5.046"], [1702465049, "5.127000000000001"], [1702465085, "5.2170000000000005"], [1702465118, "5.3100000000000005"], [1702465145, "5.4030000000000005"], [1702465178, "5.493"], [1702465208, "5.586"], [1702465241, "5.679"], [1702465298, "5.82"], [1702465334, "5.931"], [1702465367, "6.027"], [1702465394, "6.117000000000001"], [1702465418, "6.207000000000001"], [1702465445, "6.297000000000001"], [1702465481, "6.390000000000001"], [1702465517, "6.501"], [1702465550, "6.594"], [1702465586, "6.675000000000001"], [1702465619, "6.768000000000001"], [1702465658, "6.861000000000001"], [1702465706, "6.936000000000001"], [1702465754, "6.954000000000001"], [1702465787, "6.99"], [1702465823, "7.008000000000001"], [1702465856, "7.041"], [1702465880, "7.089"], [1702465910, "7.140000000000001"], [1702465952, "7.203"], [1702465988, "7.266000000000001"], [1702466015, "7.3260000000000005"], [1702466030, "7.386"], [1702466060, "7.446000000000001"], [1702466078, "7.509"], [1702466138, "7.623"], [1702466168, "7.689"], [1702466204, "7.755000000000001"], [1702466237, "7.8180000000000005"], [1702466261, "7.863"], [1702466291, "7.926"], [1702466327, "7.986000000000001"], [1702466360, "8.046"], [1702466384, "8.106"], [1702466417, "8.154"], [1702466441, "8.216999999999999"], [1702466471, "8.28"], [1702466507, "8.315999999999999"], [1702466540, "8.366999999999999"], [1702466597, "8.450999999999999"], [1702466633, "8.501999999999999"], [1702466666, "8.546999999999999"], [1702466705, "8.591999999999999"], [1702466732, "8.652"], [1702466765, "8.7"], [1702466801, "8.76"], [1702466852, "8.838"], [1702466876, "8.898"], [1702466918, "8.946"], [1702466978, "9.059999999999999"], [1702467014, "9.12"], [1702467038, "9.18"], [1702467068, "9.24"], [1702467122, "9.33"], [1702467158, "9.389999999999999"], [1702467191, "9.45"], [1702467221, "9.513"], [1702467257, "9.564"], [1702467299, "9.626999999999999"], [1702467350, "9.716999999999999"], [1702467386, "9.777"], [1702467419, "9.852"], [1702467455, "9.911999999999999"], [1702467515, "10.035"], [1702467542, "10.097999999999999"], [1702467566, "10.164"], [1702467599, "10.212"], [1702467635, "10.26"], [1702467668, "10.293"], [1702467695, "10.323"], [1702467716, "10.368"], [1702467746, "10.398"], [1702467800, "10.458"], [1702467824, "10.503"], [1702467908, "10.626"], [1702467944, "10.655999999999999"], [1702467968, "10.689"], [1702468001, "10.719"], [1702468031, "10.764"], [1702468067, "10.793999999999999"], [1702468085, "10.824"], [1702468115, "10.839"], [1702468151, "10.869"], [1702468181, "10.899"], [1702468208, "10.929"], [1702468241, "10.947"], [1702468256, "10.977"], [1702468286, "11.01"], [1702468322, "11.025"], [1702468352, "11.04"], [1702468388, "11.07"], [1702468424, "11.1"], [1702468457, "11.129999999999999"], [1702468493, "11.145"], [1702468517, "11.177999999999999"], [1702468550, "11.208"], [1702468586, "11.222999999999999"], [1702468613, "11.241"], [1702468637, "11.270999999999999"], [1702468679, "11.286"], [1702468721, "11.315999999999999"], [1702468730, "11.331"], [1702468766, "11.360999999999999"], [1702468799, "11.391"], [1702468835, "11.421"], [1702468898, "11.469"], [1702468934, "11.484"], [1702468970, "11.484"], [1702468994, "11.514"], [1702469024, "11.529"], [1702469060, "11.559"], [1702469111, "11.604"], [1702469144, "11.607"], [1702469168, "11.622"], [1702469204, "11.639999999999999"], [1702469237, "11.67"], [1702469273, "11.684999999999999"], [1702469303, "11.715"], [1702469336, "11.745"], [1702469360, "11.745"], [1702469387, "11.745"], [1702469411, "11.76"], [1702469435, "11.79"], [1702469468, "11.82"], [1702469504, "11.853"], [1702469537, "11.886"], [1702469573, "11.918999999999999"], [1702469606, "11.949"], [1702469633, "11.979"], [1702469660, "12.009"], [1702469684, "12.039"], [1702469717, "12.068999999999999"], [1702469753, "12.084"], [1702469786, "12.099"], [1702469816, "12.116999999999999"], [1702469834, "12.147"], [1702469864, "12.161999999999999"], [1702469906, "12.213"], [1702469936, "12.243"], [1702469972, "12.273"], [1702470005, "12.288"], [1702470029, "12.302999999999999"], [1702470065, "12.321"], [1702470101, "12.354"], [1702470131, "12.387"], [1702470167, "12.417"], [1702470203, "12.447"], [1702470251, "12.477"], [1702470278, "12.507"], [1702470311, "12.536999999999999"], [1702470347, "12.567"], [1702470371, "12.597"], [1702470404, "12.629999999999999"], [1702470440, "12.633"], [1702470476, "12.666"], [1702470506, "12.668999999999999"], [1702470542, "12.702"], [1702470575, "12.716999999999999"], [1702470611, "12.716999999999999"], [1702470635, "12.747"], [1702470662, "12.762"], [1702470686, "12.792"], [1702470719, "12.822"], [1702470746, "12.852"], [1702470812, "12.9"], [1702470845, "12.918"], [1702470875, "12.948"], [1702470899, "12.978"], [1702470953, "13.023"], [1702470983, "13.052999999999999"], [1702471025, "13.089"], [1702471067, "13.139999999999999"], [1702471169, "13.23"], [1702471193, "13.263"], [1702471226, "13.293"], [1702471265, "13.325999999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "433.317"], [1702462919, "475.581"], [1702462952, "560.109"], [1702462973, "602.3729999999999"], [1702462988, "644.637"], [1702463045, "771.429"], [1702463081, "855.9569999999999"], [1702463114, "940.485"], [1702463150, "1025.013"], [1702463186, "1109.541"], [1702463216, "1194.0690000000002"], [1702463240, "1278.597"], [1702463273, "1363.125"], [1702463324, "1489.917"], [1702463354, "1574.4450000000002"], [1702463381, "1658.973"], [1702463417, "1743.5010000000002"], [1702463453, "1828.029"], [1702463477, "1912.557"], [1702463510, "1997.0850000000003"], [1702463537, "2081.613"], [1702463570, "2166.1409999999996"], [1702463591, "2250.669"], [1702463621, "2335.197"], [1702463657, "2419.725"], [1702463693, "2504.253"], [1702463729, "2588.781"], [1702463765, "2673.3089999999997"], [1702463798, "2757.837"], [1702463846, "2884.6290000000004"], [1702463873, "2969.157"], [1702463906, "3053.685"], [1702463948, "3180.477"], [1702463984, "3265.005"], [1702464014, "3349.5330000000004"], [1702464050, "3434.061"], [1702464086, "3518.589"], [1702464122, "3603.117"], [1702464155, "3687.645"], [1702464194, "3814.4370000000004"], [1702464230, "3898.965"], [1702464263, "3983.4930000000004"], [1702464299, "4068.0209999999997"], [1702464332, "4152.549"], [1702464356, "4237.077"], [1702464392, "4321.605"], [1702464425, "4406.133"], [1702464455, "4490.661"], [1702464479, "4575.189"], [1702464509, "4659.717000000001"], [1702464533, "4744.245"], [1702464569, "4828.772999999999"], [1702464605, "4913.301"], [1702464635, "4997.829000000001"], [1702464671, "5082.356999999999"], [1702464716, "5166.885"], [1702464743, "5251.413"], [1702464776, "5335.941"], [1702464812, "5420.469"], [1702464836, "5504.997"], [1702464869, "5589.525"], [1702464905, "5674.053"], [1702464926, "5758.581"], [1702464956, "5843.1089999999995"], [1702464992, "5927.637"], [1702465016, "6012.165"], [1702465049, "6096.693"], [1702465085, "6181.221"], [1702465118, "6265.749"], [1702465145, "6350.277"], [1702465178, "6434.805"], [1702465208, "6519.3330000000005"], [1702465241, "6603.861"], [1702465298, "6730.652999999999"], [1702465334, "6815.1810000000005"], [1702465367, "6899.709000000001"], [1702465394, "6984.237"], [1702465418, "7068.765"], [1702465445, "7153.293"], [1702465481, "7237.821"], [1702465517, "7322.349"], [1702465550, "7406.877"], [1702465586, "7491.405"], [1702465619, "7575.933000000001"], [1702465658, "7660.460999999999"], [1702465706, "7744.9890000000005"], [1702465754, "7871.781"], [1702465787, "7956.309"], [1702465823, "8040.8369999999995"], [1702465856, "8125.365000000001"], [1702465880, "8209.893"], [1702465910, "8294.421"], [1702465952, "8378.949"], [1702465988, "8463.477"], [1702466015, "8548.005000000001"], [1702466030, "8632.533"], [1702466060, "8717.061"], [1702466078, "8801.589"], [1702466138, "8928.381"], [1702466168, "9012.909"], [1702466204, "9097.437"], [1702466237, "9181.965"], [1702466261, "9266.493"], [1702466291, "9351.021"], [1702466327, "9435.549"], [1702466360, "9520.077"], [1702466384, "9604.605"], [1702466417, "9689.133"], [1702466441, "9773.661"], [1702466471, "9858.189"], [1702466507, "9942.716999999999"], [1702466540, "10027.244999999999"], [1702466597, "10154.036999999998"], [1702466633, "10238.565"], [1702466666, "10323.092999999999"], [1702466705, "10407.621"], [1702466732, "10492.149000000001"], [1702466765, "10576.677"], [1702466801, "10661.205"], [1702466852, "10787.997"], [1702466876, "10872.525000000001"], [1702466918, "10957.053"], [1702466978, "11126.109"], [1702467014, "11210.637"], [1702467038, "11295.164999999999"], [1702467068, "11379.693000000001"], [1702467122, "11506.485"], [1702467158, "11591.012999999999"], [1702467191, "11675.541"], [1702467221, "11760.069000000001"], [1702467257, "11844.597"], [1702467299, "11929.124999999998"], [1702467350, "12055.917"], [1702467386, "12140.445"], [1702467419, "12224.973"], [1702467455, "12309.501"], [1702467515, "12478.557"], [1702467542, "12563.085"], [1702467566, "12647.612999999998"], [1702467599, "12732.141000000001"], [1702467635, "12816.669"], [1702467668, "12901.197"], [1702467695, "12985.725"], [1702467716, "13070.253"], [1702467746, "13154.780999999999"], [1702467800, "13281.573"], [1702467824, "13366.101"], [1702467908, "13577.421"], [1702467944, "13661.949"], [1702467968, "13746.477"], [1702468001, "13831.005000000001"], [1702468031, "13915.533"], [1702468067, "14000.061"], [1702468085, "14084.589"], [1702468115, "14169.116999999998"], [1702468151, "14253.645000000002"], [1702468181, "14338.173"], [1702468208, "14422.701000000001"], [1702468241, "14507.229"], [1702468256, "14591.756999999998"], [1702468286, "14676.285"], [1702468322, "14760.813"], [1702468352, "14845.341"], [1702468388, "14929.869000000002"], [1702468424, "15014.396999999999"], [1702468457, "15098.925"], [1702468493, "15183.453000000001"], [1702468517, "15267.981"], [1702468550, "15352.508999999998"], [1702468586, "15437.037"], [1702468613, "15521.565"], [1702468637, "15606.092999999999"], [1702468679, "15690.621000000001"], [1702468721, "15775.149"], [1702468730, "15817.413"], [1702468766, "15901.941"], [1702468799, "15986.469"], [1702468835, "16070.997"], [1702468898, "16197.789"], [1702468934, "16282.317000000001"], [1702468970, "16366.845"], [1702468994, "16451.373000000003"], [1702469024, "16535.901"], [1702469060, "16620.429"], [1702469111, "16747.220999999998"], [1702469144, "16831.749"], [1702469168, "16916.277000000002"], [1702469204, "17000.805"], [1702469237, "17085.333000000002"], [1702469273, "17169.861"], [1702469303, "17254.389000000003"], [1702469336, "17338.917"], [1702469360, "17423.445"], [1702469387, "17507.972999999998"], [1702469411, "17592.501"], [1702469435, "17677.029"], [1702469468, "17761.557"], [1702469504, "17846.085"], [1702469537, "17930.612999999998"], [1702469573, "18015.140999999996"], [1702469606, "18099.669"], [1702469633, "18184.197"], [1702469660, "18268.725"], [1702469684, "18353.253"], [1702469717, "18437.781"], [1702469753, "18522.309"], [1702469786, "18606.837"], [1702469816, "18691.364999999998"], [1702469834, "18775.892999999996"], [1702469864, "18860.421000000002"], [1702469906, "18987.213"], [1702469936, "19071.740999999998"], [1702469972, "19156.269"], [1702470005, "19240.797"], [1702470029, "19325.324999999997"], [1702470065, "19409.853"], [1702470101, "19494.381"], [1702470131, "19578.909"], [1702470167, "19663.437"], [1702470203, "19747.964999999997"], [1702470251, "19874.757"], [1702470278, "19959.285"], [1702470311, "20043.813000000002"], [1702470347, "20128.341"], [1702470371, "20212.869000000002"], [1702470404, "20297.396999999997"], [1702470440, "20381.925"], [1702470476, "20466.452999999998"], [1702470506, "20550.981"], [1702470542, "20635.509000000002"], [1702470575, "20720.037"], [1702470611, "20804.565"], [1702470635, "20889.093"], [1702470662, "20973.621000000003"], [1702470686, "21058.148999999998"], [1702470719, "21142.677"], [1702470746, "21227.205"], [1702470812, "21396.261"], [1702470845, "21480.789"], [1702470875, "21565.317"], [1702470899, "21649.845"], [1702470953, "21776.637000000002"], [1702470983, "21861.165"], [1702471025, "21945.693"], [1702471067, "22072.485"], [1702471169, "22283.805"], [1702471193, "22368.333"], [1702471226, "22452.861"], [1702471265, "22537.389000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.051000000000000004"], [1702462793, "0.129"], [1702462808, "0.16200000000000003"], [1702462829, "0.18"], [1702462844, "0.198"], [1702462865, "0.246"], [1702462880, "0.279"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "44.961"], [1702462793, "133.947"], [1702462808, "177.972"], [1702462829, "221.99699999999996"], [1702462844, "264.261"], [1702462865, "306.52500000000003"], [1702462880, "348.789"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "19.227"], [1702462721, "19.587"], [1702462736, "19.785000000000004"], [1702462751, "19.953"], [1702462763, "19.995"], [1702462793, "20.871000000000002"], [1702462808, "22.806000000000004"], [1702462829, "23.373000000000005"], [1702462844, "27.708000000000002"], [1702462865, "28.491000000000003"], [1702462880, "29.847"], [1702462904, "30.579"], [1702462919, "30.762"], [1702462952, "32.925"], [1702462973, "33.063"], [1702462988, "34.674"], [1702463045, "44.07"], [1702463081, "45.015"], [1702463114, "46.662"], [1702463150, "47.67900000000001"], [1702463186, "51.638999999999996"], [1702463216, "53.772"], [1702463240, "56.58"], [1702463273, "59.294999999999995"], [1702463324, "64.755"], [1702463354, "65.709"], [1702463381, "66.66"], [1702463417, "67.455"], [1702463453, "69.34200000000001"], [1702463477, "69.89099999999999"], [1702463510, "71.30099999999999"], [1702463537, "72.03899999999999"], [1702463570, "73.143"], [1702463591, "74.57100000000001"], [1702463621, "76.206"], [1702463657, "78.78"], [1702463693, "80.085"], [1702463729, "82.191"], [1702463765, "84.339"], [1702463798, "85.69500000000001"], [1702463846, "86.42999999999999"], [1702463873, "87.00900000000001"], [1702463906, "87.891"], [1702463948, "89.78399999999999"], [1702463984, "90.17099999999999"], [1702464014, "91.42200000000001"], [1702464050, "92.898"], [1702464086, "94.76700000000001"], [1702464122, "96.72"], [1702464155, "98.625"], [1702464194, "99.94500000000001"], [1702464230, "101.409"], [1702464263, "102.297"], [1702464299, "104.592"], [1702464332, "106.71900000000001"], [1702464356, "108.588"], [1702464392, "110.51700000000001"], [1702464425, "112.623"], [1702464455, "116.787"], [1702464479, "118.182"], [1702464509, "128.63699999999997"], [1702464533, "129.44099999999997"], [1702464569, "131.754"], [1702464605, "133.089"], [1702464635, "133.61999999999998"], [1702464671, "136.75499999999997"], [1702464716, "140.928"], [1702464743, "143.325"], [1702464776, "147.30899999999997"], [1702464812, "149.63099999999997"], [1702464836, "151.31699999999998"], [1702464869, "154.692"], [1702464905, "156.35399999999996"], [1702464926, "156.942"], [1702464956, "157.72199999999998"], [1702464992, "159.62399999999997"], [1702465016, "160.64999999999995"], [1702465049, "161.811"], [1702465085, "171.555"], [1702465118, "172.07699999999997"], [1702465145, "173.96399999999997"], [1702465178, "175.37999999999997"], [1702465208, "177.35999999999999"], [1702465241, "179.69099999999997"], [1702465298, "181.19099999999997"], [1702465334, "182.493"], [1702465367, "183.741"], [1702465394, "184.443"], [1702465418, "185.01"], [1702465445, "186.13499999999996"], [1702465481, "187.476"], [1702465517, "188.856"], [1702465550, "190.10099999999997"], [1702465586, "192.558"], [1702465619, "193.251"], [1702465658, "196.581"], [1702465706, "198.282"], [1702465754, "200.832"], [1702465787, "201.954"], [1702465823, "203.41799999999998"], [1702465856, "205.66499999999996"], [1702465880, "206.33099999999996"], [1702465910, "207.25199999999998"], [1702465952, "208.953"], [1702465988, "210.12599999999998"], [1702466015, "211.58399999999997"], [1702466030, "211.773"], [1702466060, "212.16"], [1702466078, "212.469"], [1702466138, "214.36499999999995"], [1702466168, "216.31799999999996"], [1702466204, "218.90099999999998"], [1702466237, "222.51"], [1702466261, "223.356"], [1702466291, "224.619"], [1702466327, "227.112"], [1702466360, "239.385"], [1702466384, "240.00599999999997"], [1702466417, "240.83999999999997"], [1702466441, "241.18499999999997"], [1702466471, "241.803"], [1702466507, "244.60799999999998"], [1702466540, "246.84"], [1702466597, "251.82899999999998"], [1702466633, "254.706"], [1702466666, "256.605"], [1702466705, "258.186"], [1702466732, "259.317"], [1702466765, "260.70599999999996"], [1702466801, "261.91499999999996"], [1702466852, "266.046"], [1702466876, "266.367"], [1702466918, "268.512"], [1702466978, "271.39799999999997"], [1702467014, "314.664"], [1702467038, "316.32899999999995"], [1702467068, "318.41400000000004"], [1702467122, "320.79299999999995"], [1702467158, "322.632"], [1702467191, "325.72499999999997"], [1702467221, "327.243"], [1702467257, "329.484"], [1702467299, "330.84299999999996"], [1702467350, "332.51099999999997"], [1702467386, "333.93899999999996"], [1702467419, "334.647"], [1702467455, "335.55"], [1702467515, "336.198"], [1702467542, "336.474"], [1702467566, "336.69599999999997"], [1702467599, "337.194"], [1702467635, "338.916"], [1702467668, "341.154"], [1702467695, "343.14899999999994"], [1702467716, "343.692"], [1702467746, "344.208"], [1702467800, "347.256"], [1702467824, "347.63399999999996"], [1702467908, "348.984"], [1702467944, "349.245"], [1702467968, "349.35"], [1702468001, "349.467"], [1702468031, "350.988"], [1702468067, "357.43199999999996"], [1702468085, "358.062"], [1702468115, "358.581"], [1702468151, "359.913"], [1702468181, "360.62399999999997"], [1702468208, "360.939"], [1702468241, "361.59"], [1702468256, "361.824"], [1702468286, "362.13899999999995"], [1702468322, "362.47200000000004"], [1702468352, "365.139"], [1702468388, "368.68499999999995"], [1702468424, "370.017"], [1702468457, "371.70599999999996"], [1702468493, "373.40399999999994"], [1702468517, "374.52899999999994"], [1702468550, "375.49800000000005"], [1702468586, "376.161"], [1702468613, "377.72999999999996"], [1702468637, "378.453"], [1702468679, "378.89699999999993"], [1702468721, "381.45300000000003"], [1702468730, "381.85200000000003"], [1702468766, "383.43899999999996"], [1702468799, "385.683"], [1702468835, "386.46299999999997"], [1702468898, "389.68499999999995"], [1702468934, "391.191"], [1702468970, "393.846"], [1702468994, "394.836"], [1702469024, "395.163"], [1702469060, "396.033"], [1702469111, "397.92"], [1702469144, "401.694"], [1702469168, "402.084"], [1702469204, "402.999"], [1702469237, "403.78800000000007"], [1702469273, "405.576"], [1702469303, "408.56100000000004"], [1702469336, "409.308"], [1702469360, "409.668"], [1702469387, "409.79100000000005"], [1702469411, "410.352"], [1702469435, "411.11400000000003"], [1702469468, "411.63899999999995"], [1702469504, "412.002"], [1702469537, "412.695"], [1702469573, "413.51099999999997"], [1702469606, "415.176"], [1702469633, "415.386"], [1702469660, "416.577"], [1702469684, "417.807"], [1702469717, "418.44300000000004"], [1702469753, "418.77299999999997"], [1702469786, "419.199"], [1702469816, "419.89500000000004"], [1702469834, "420.165"], [1702469864, "420.798"], [1702469906, "421.383"], [1702469936, "422.12100000000004"], [1702469972, "422.80500000000006"], [1702470005, "423.36300000000006"], [1702470029, "423.483"], [1702470065, "424.389"], [1702470101, "425.061"], [1702470131, "425.886"], [1702470167, "429.297"], [1702470203, "431.54100000000005"], [1702470251, "433.59600000000006"], [1702470278, "433.968"], [1702470311, "434.39700000000005"], [1702470347, "435.501"], [1702470371, "435.765"], [1702470404, "436.788"], [1702470440, "437.925"], [1702470476, "438.981"], [1702470506, "439.599"], [1702470542, "440.748"], [1702470575, "441.852"], [1702470611, "442.773"], [1702470635, "443.12100000000004"], [1702470662, "443.541"], [1702470686, "443.98800000000006"], [1702470719, "444.59400000000005"], [1702470746, "445.32000000000005"], [1702470812, "446.10900000000004"], [1702470845, "447.843"], [1702470875, "448.692"], [1702470899, "449.463"], [1702470953, "450.735"], [1702470983, "451.752"], [1702471025, "453.012"], [1702471067, "455.655"], [1702471169, "459.954"], [1702471193, "461.034"], [1702471226, "462.384"], [1702471265, "463.84200000000004"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "6.753"], [1702462721, "7.011000000000001"], [1702462736, "7.311"], [1702462751, "7.572000000000001"], [1702462763, "7.611"], [1702462793, "8.187"], [1702462808, "8.247"], [1702462829, "8.295"], [1702462844, "8.529000000000002"], [1702462865, "8.883000000000001"], [1702462880, "9.042"], [1702462904, "9.225"], [1702462919, "9.306000000000001"], [1702462952, "9.468"], [1702462973, "9.558000000000002"], [1702462988, "9.905999999999999"], [1702463045, "10.581000000000001"], [1702463081, "10.989"], [1702463114, "12.594000000000001"], [1702463150, "12.915000000000001"], [1702463186, "13.5"], [1702463216, "14.046000000000001"], [1702463240, "14.4"], [1702463273, "14.889000000000001"], [1702463324, "15.057"], [1702463354, "15.177000000000001"], [1702463381, "15.258000000000001"], [1702463417, "15.582"], [1702463453, "15.768"], [1702463477, "15.831000000000001"], [1702463510, "16.17"], [1702463537, "16.38"], [1702463570, "16.695"], [1702463591, "16.968"], [1702463621, "17.151000000000003"], [1702463657, "17.271"], [1702463693, "17.427"], [1702463729, "17.556"], [1702463765, "17.745"], [1702463798, "17.844"], [1702463846, "18.035999999999998"], [1702463873, "18.255"], [1702463906, "18.404999999999998"], [1702463948, "19.008"], [1702463984, "19.238999999999997"], [1702464014, "19.692"], [1702464050, "20.25"], [1702464086, "20.973"], [1702464122, "21.474"], [1702464155, "21.888"], [1702464194, "22.194"], [1702464230, "22.629"], [1702464263, "22.944"], [1702464299, "23.477999999999998"], [1702464332, "24.015"], [1702464356, "24.312"], [1702464392, "24.909000000000002"], [1702464425, "25.257"], [1702464455, "26.01"], [1702464479, "27.402"], [1702464509, "27.618"], [1702464533, "27.915"], [1702464569, "28.395000000000003"], [1702464605, "29.091"], [1702464635, "29.514000000000003"], [1702464671, "30.317999999999998"], [1702464716, "31.482"], [1702464743, "31.938000000000002"], [1702464776, "39.135"], [1702464812, "39.9"], [1702464836, "40.206"], [1702464869, "40.338"], [1702464905, "40.77"], [1702464926, "40.854"], [1702464956, "41.1"], [1702464992, "42.174"], [1702465016, "42.327"], [1702465049, "42.714"], [1702465085, "43.644"], [1702465118, "44.693999999999996"], [1702465145, "46.299"], [1702465178, "46.74000000000001"], [1702465208, "47.433"], [1702465241, "48.309"], [1702465298, "49.188"], [1702465334, "49.583999999999996"], [1702465367, "49.719"], [1702465394, "49.908"], [1702465418, "50.094"], [1702465445, "50.49"], [1702465481, "51.074999999999996"], [1702465517, "51.879"], [1702465550, "52.398"], [1702465586, "53.163000000000004"], [1702465619, "53.31"], [1702465658, "53.498999999999995"], [1702465706, "53.631"], [1702465754, "54.18600000000001"], [1702465787, "54.498000000000005"], [1702465823, "54.74399999999999"], [1702465856, "55.12199999999999"], [1702465880, "55.491"], [1702465910, "55.776"], [1702465952, "55.992000000000004"], [1702465988, "56.478"], [1702466015, "56.835"], [1702466030, "56.916"], [1702466060, "57.513"], [1702466078, "57.639"], [1702466138, "58.572"], [1702466168, "58.905"], [1702466204, "59.406000000000006"], [1702466237, "59.967000000000006"], [1702466261, "60.039"], [1702466291, "60.285"], [1702466327, "60.777"], [1702466360, "61.389"], [1702466384, "61.69800000000001"], [1702466417, "62.043"], [1702466441, "62.271"], [1702466471, "62.504999999999995"], [1702466507, "63.441"], [1702466540, "63.684"], [1702466597, "64.644"], [1702466633, "65.439"], [1702466666, "65.82900000000001"], [1702466705, "66.17399999999999"], [1702466732, "66.699"], [1702466765, "67.203"], [1702466801, "67.605"], [1702466852, "68.52900000000001"], [1702466876, "68.742"], [1702466918, "69.591"], [1702466978, "76.374"], [1702467014, "76.929"], [1702467038, "78.21300000000001"], [1702467068, "78.471"], [1702467122, "79.13700000000001"], [1702467158, "79.863"], [1702467191, "80.41199999999999"], [1702467221, "80.841"], [1702467257, "81.26400000000001"], [1702467299, "81.71700000000001"], [1702467350, "82.605"], [1702467386, "82.743"], [1702467419, "83.217"], [1702467455, "83.364"], [1702467515, "83.664"], [1702467542, "83.75699999999999"], [1702467566, "83.889"], [1702467599, "83.991"], [1702467635, "84.369"], [1702467668, "85.263"], [1702467695, "85.341"], [1702467716, "85.476"], [1702467746, "85.52100000000002"], [1702467800, "86.14800000000001"], [1702467824, "86.304"], [1702467908, "86.541"], [1702467944, "86.697"], [1702467968, "86.754"], [1702468001, "86.84700000000001"], [1702468031, "87.276"], [1702468067, "87.98700000000001"], [1702468085, "88.242"], [1702468115, "88.33200000000001"], [1702468151, "88.767"], [1702468181, "88.881"], [1702468208, "88.95899999999999"], [1702468241, "89.00699999999999"], [1702468256, "89.03999999999999"], [1702468286, "89.205"], [1702468322, "89.283"], [1702468352, "89.952"], [1702468388, "90.22800000000001"], [1702468424, "90.744"], [1702468457, "91.197"], [1702468493, "91.431"], [1702468517, "91.536"], [1702468550, "91.752"], [1702468586, "92.11200000000001"], [1702468613, "92.592"], [1702468637, "93.045"], [1702468679, "93.30299999999998"], [1702468721, "93.744"], [1702468730, "93.87"], [1702468766, "94.392"], [1702468799, "95.025"], [1702468835, "95.226"], [1702468898, "96.786"], [1702468934, "97.209"], [1702468970, "97.923"], [1702468994, "98.331"], [1702469024, "98.421"], [1702469060, "98.754"], [1702469111, "98.97600000000001"], [1702469144, "99.53399999999999"], [1702469168, "99.648"], [1702469204, "99.978"], [1702469237, "100.19399999999999"], [1702469273, "100.407"], [1702469303, "100.806"], [1702469336, "101.10000000000001"], [1702469360, "101.29199999999999"], [1702469387, "101.33399999999999"], [1702469411, "101.451"], [1702469435, "101.649"], [1702469468, "101.787"], [1702469504, "101.913"], [1702469537, "102.147"], [1702469573, "102.29700000000001"], [1702469606, "102.669"], [1702469633, "102.78000000000002"], [1702469660, "103.161"], [1702469684, "103.49699999999999"], [1702469717, "103.662"], [1702469753, "103.785"], [1702469786, "103.893"], [1702469816, "103.97999999999999"], [1702469834, "104.02799999999999"], [1702469864, "104.103"], [1702469906, "104.397"], [1702469936, "104.517"], [1702469972, "104.886"], [1702470005, "105.165"], [1702470029, "105.243"], [1702470065, "105.414"], [1702470101, "105.57600000000001"], [1702470131, "105.873"], [1702470167, "106.527"], [1702470203, "106.725"], [1702470251, "106.956"], [1702470278, "107.091"], [1702470311, "107.232"], [1702470347, "107.385"], [1702470371, "107.55300000000001"], [1702470404, "108.102"], [1702470440, "108.363"], [1702470476, "108.762"], [1702470506, "108.867"], [1702470542, "109.218"], [1702470575, "110.11800000000001"], [1702470611, "110.31600000000002"], [1702470635, "110.57399999999998"], [1702470662, "110.724"], [1702470686, "110.91"], [1702470719, "111.234"], [1702470746, "111.42299999999999"], [1702470812, "111.93900000000001"], [1702470845, "112.398"], [1702470875, "119.271"], [1702470899, "119.43"], [1702470953, "119.703"], [1702470983, "119.81700000000001"], [1702471025, "120.40499999999999"], [1702471067, "121.11"], [1702471169, "122.235"], [1702471193, "122.454"], [1702471226, "122.727"], [1702471265, "123"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "9.84"], [1702462721, "10.152000000000001"], [1702462736, "10.520999999999999"], [1702462751, "10.553999999999998"], [1702462763, "10.593"], [1702462793, "10.661999999999999"], [1702462808, "10.697999999999999"], [1702462829, "10.722"], [1702462844, "11.010000000000002"], [1702462865, "11.082"], [1702462880, "12.786"], [1702462904, "13.425"], [1702462919, "13.545000000000002"], [1702462952, "14.727"], [1702462973, "14.976"], [1702462988, "19.701"], [1702463045, "21.156"], [1702463081, "22.197"], [1702463114, "22.665"], [1702463150, "23.441999999999997"], [1702463186, "23.799000000000003"], [1702463216, "25.041"], [1702463240, "25.929"], [1702463273, "26.484"], [1702463324, "28.785"], [1702463354, "29.378999999999998"], [1702463381, "32.163000000000004"], [1702463417, "33.207"], [1702463453, "35.193"], [1702463477, "35.505"], [1702463510, "36.162"], [1702463537, "36.702"], [1702463570, "37.878"], [1702463591, "38.865"], [1702463621, "72.19200000000001"], [1702463657, "73.602"], [1702463693, "75.111"], [1702463729, "78.77099999999999"], [1702463765, "80.73"], [1702463798, "81.399"], [1702463846, "84.009"], [1702463873, "84.297"], [1702463906, "84.936"], [1702463948, "86.157"], [1702463984, "86.994"], [1702464014, "88.995"], [1702464050, "90.735"], [1702464086, "92.682"], [1702464122, "97.539"], [1702464155, "99.795"], [1702464194, "100.827"], [1702464230, "102.186"], [1702464263, "103.023"], [1702464299, "104.58"], [1702464332, "106.698"], [1702464356, "107.958"], [1702464392, "110.637"], [1702464425, "112.773"], [1702464455, "115.344"], [1702464479, "118.21199999999999"], [1702464509, "119.53800000000001"], [1702464533, "120.68100000000001"], [1702464569, "127.749"], [1702464605, "129.195"], [1702464635, "131.15699999999998"], [1702464671, "133.54799999999997"], [1702464716, "139.04399999999998"], [1702464743, "140.784"], [1702464776, "145.254"], [1702464812, "147.55199999999996"], [1702464836, "149.007"], [1702464869, "151.965"], [1702464905, "154.20599999999996"], [1702464926, "159.177"], [1702464956, "159.81599999999997"], [1702464992, "161.934"], [1702465016, "163.20299999999997"], [1702465049, "165.534"], [1702465085, "167.832"], [1702465118, "169.476"], [1702465145, "171.64199999999997"], [1702465178, "175.42799999999997"], [1702465208, "178.398"], [1702465241, "179.886"], [1702465298, "181.28999999999996"], [1702465334, "182.619"], [1702465367, "183.34199999999998"], [1702465394, "183.534"], [1702465418, "184.146"], [1702465445, "185.12099999999998"], [1702465481, "187.10699999999997"], [1702465517, "190.314"], [1702465550, "192.27599999999998"], [1702465586, "194.154"], [1702465619, "194.61599999999999"], [1702465658, "196.88400000000001"], [1702465706, "197.80499999999998"], [1702465754, "199.48499999999999"], [1702465787, "200.541"], [1702465823, "201.516"], [1702465856, "203.65499999999997"], [1702465880, "204.345"], [1702465910, "210.66899999999998"], [1702465952, "212.19299999999998"], [1702465988, "214.43999999999997"], [1702466015, "215.95799999999997"], [1702466030, "216.087"], [1702466060, "216.38699999999997"], [1702466078, "216.75"], [1702466138, "219.56999999999996"], [1702466168, "222.04799999999997"], [1702466204, "224.712"], [1702466237, "229.572"], [1702466261, "230.69699999999997"], [1702466291, "231.579"], [1702466327, "233.82600000000002"], [1702466360, "236.26199999999997"], [1702466384, "237.27899999999997"], [1702466417, "238.69499999999996"], [1702466441, "238.95299999999997"], [1702466471, "239.50799999999998"], [1702466507, "241.54199999999997"], [1702466540, "243.594"], [1702466597, "247.93199999999996"], [1702466633, "250.719"], [1702466666, "266.172"], [1702466705, "267.951"], [1702466732, "269.565"], [1702466765, "271.002"], [1702466801, "271.848"], [1702466852, "273.98400000000004"], [1702466876, "274.479"], [1702466918, "277.827"], [1702466978, "284.12699999999995"], [1702467014, "303.00899999999996"], [1702467038, "304.83299999999997"], [1702467068, "306.087"], [1702467122, "307.69499999999994"], [1702467158, "309.32699999999994"], [1702467191, "310.96799999999996"], [1702467221, "312.35999999999996"], [1702467257, "313.509"], [1702467299, "314.28"], [1702467350, "318.53099999999995"], [1702467386, "319.881"], [1702467419, "320.298"], [1702467455, "321.23999999999995"], [1702467515, "321.789"], [1702467542, "322.023"], [1702467566, "322.28399999999993"], [1702467599, "322.60499999999996"], [1702467635, "323.54999999999995"], [1702467668, "326.11499999999995"], [1702467695, "327.042"], [1702467716, "327.75899999999996"], [1702467746, "328.152"], [1702467800, "335.994"], [1702467824, "336.53099999999995"], [1702467908, "337.83"], [1702467944, "338.859"], [1702467968, "339.156"], [1702468001, "339.717"], [1702468031, "340.908"], [1702468067, "346.854"], [1702468085, "347.367"], [1702468115, "347.991"], [1702468151, "349.035"], [1702468181, "349.55400000000003"], [1702468208, "350.067"], [1702468241, "350.412"], [1702468256, "350.56500000000005"], [1702468286, "350.835"], [1702468322, "351.315"], [1702468352, "354.54900000000004"], [1702468388, "357.654"], [1702468424, "360.309"], [1702468457, "362.34"], [1702468493, "364.263"], [1702468517, "366.012"], [1702468550, "366.7950000000001"], [1702468586, "367.86"], [1702468613, "369.99"], [1702468637, "371.57700000000006"], [1702468679, "372.33"], [1702468721, "375.39300000000003"], [1702468730, "375.85200000000003"], [1702468766, "377.337"], [1702468799, "380.31"], [1702468835, "381.042"], [1702468898, "384.762"], [1702468934, "386.02799999999996"], [1702468970, "388.464"], [1702468994, "390.294"], [1702469024, "390.534"], [1702469060, "391.25100000000003"], [1702469111, "393.04499999999996"], [1702469144, "396.83400000000006"], [1702469168, "397.077"], [1702469204, "397.722"], [1702469237, "399.141"], [1702469273, "399.807"], [1702469303, "403.482"], [1702469336, "404.487"], [1702469360, "405.012"], [1702469387, "405.19199999999995"], [1702469411, "405.816"], [1702469435, "406.53000000000003"], [1702469468, "406.995"], [1702469504, "407.31600000000003"], [1702469537, "408.36300000000006"], [1702469573, "409.473"], [1702469606, "410.385"], [1702469633, "410.688"], [1702469660, "411.67199999999997"], [1702469684, "411.98999999999995"], [1702469717, "412.95000000000005"], [1702469753, "413.325"], [1702469786, "413.80499999999995"], [1702469816, "414.696"], [1702469834, "414.909"], [1702469864, "415.74600000000004"], [1702469906, "416.394"], [1702469936, "417.408"], [1702469972, "418.56"], [1702470005, "419.163"], [1702470029, "419.25600000000003"], [1702470065, "419.70300000000003"], [1702470101, "420.41999999999996"], [1702470131, "421.923"], [1702470167, "423.834"], [1702470203, "425.862"], [1702470251, "427.221"], [1702470278, "427.674"], [1702470311, "428.064"], [1702470347, "429.264"], [1702470371, "429.94199999999995"], [1702470404, "431.19"], [1702470440, "432.327"], [1702470476, "433.47"], [1702470506, "434.376"], [1702470542, "435.57300000000004"], [1702470575, "437.52"], [1702470611, "438.486"], [1702470635, "439.071"], [1702470662, "439.233"], [1702470686, "439.60200000000003"], [1702470719, "439.98"], [1702470746, "440.742"], [1702470812, "442.44"], [1702470845, "444.465"], [1702470875, "445.86899999999997"], [1702470899, "446.53499999999997"], [1702470953, "447.936"], [1702470983, "449.349"], [1702471025, "451.584"], [1702471067, "453.91499999999996"], [1702471169, "457.701"], [1702471193, "459.17400000000004"], [1702471226, "460.88100000000003"], [1702471265, "463.434"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "40.749"], [1702462721, "41.08200000000001"], [1702462736, "41.742"], [1702462751, "42.800999999999995"], [1702462763, "42.839999999999996"], [1702462793, "43.914"], [1702462808, "45.084"], [1702462829, "45.449999999999996"], [1702462844, "48.162"], [1702462865, "48.498000000000005"], [1702462880, "49.851"], [1702462904, "52.323"], [1702462919, "52.416000000000004"], [1702462952, "53.421"], [1702462973, "53.886"], [1702462988, "54.243"], [1702463045, "54.959999999999994"], [1702463081, "55.629"], [1702463114, "57.075"], [1702463150, "57.576"], [1702463186, "57.855"], [1702463216, "60.18"], [1702463240, "60.327"], [1702463273, "61.980000000000004"], [1702463324, "64.029"], [1702463354, "64.764"], [1702463381, "65.766"], [1702463417, "66.822"], [1702463453, "68.586"], [1702463477, "69.783"], [1702463510, "70.11600000000001"], [1702463537, "70.251"], [1702463570, "71.07"], [1702463591, "71.412"], [1702463621, "72.267"], [1702463657, "73.404"], [1702463693, "74.622"], [1702463729, "76.40100000000001"], [1702463765, "80.85900000000001"], [1702463798, "81.45899999999999"], [1702463846, "81.96600000000001"], [1702463873, "82.488"], [1702463906, "83.028"], [1702463948, "84.105"], [1702463984, "85.032"], [1702464014, "86.298"], [1702464050, "86.877"], [1702464086, "88.509"], [1702464122, "89.427"], [1702464155, "91.455"], [1702464194, "92.02799999999999"], [1702464230, "92.751"], [1702464263, "93.306"], [1702464299, "94.815"], [1702464332, "96.80699999999999"], [1702464356, "98.00099999999999"], [1702464392, "99.675"], [1702464425, "100.176"], [1702464455, "101.16"], [1702464479, "102.47099999999999"], [1702464509, "104.724"], [1702464533, "105.29100000000001"], [1702464569, "106.71000000000001"], [1702464605, "107.59799999999998"], [1702464635, "108.219"], [1702464671, "109.17"], [1702464716, "111.20400000000001"], [1702464743, "112.09800000000001"], [1702464776, "114.09599999999999"], [1702464812, "158.235"], [1702464836, "159.627"], [1702464869, "160.758"], [1702464905, "163.38000000000002"], [1702464926, "163.59"], [1702464956, "165.54"], [1702464992, "166.851"], [1702465016, "167.655"], [1702465049, "168.45"], [1702465085, "174.26700000000002"], [1702465118, "175.527"], [1702465145, "179.211"], [1702465178, "179.934"], [1702465208, "180.918"], [1702465241, "182.022"], [1702465298, "183.76200000000003"], [1702465334, "184.71"], [1702465367, "185.55"], [1702465394, "186.05100000000002"], [1702465418, "186.435"], [1702465445, "187.851"], [1702465481, "188.946"], [1702465517, "190.173"], [1702465550, "190.61400000000003"], [1702465586, "193.749"], [1702465619, "194.163"], [1702465658, "196.662"], [1702465706, "197.409"], [1702465754, "199.275"], [1702465787, "200.343"], [1702465823, "201.066"], [1702465856, "202.38899999999998"], [1702465880, "202.905"], [1702465910, "203.538"], [1702465952, "204.69299999999998"], [1702465988, "205.977"], [1702466015, "206.568"], [1702466030, "206.724"], [1702466060, "207.189"], [1702466078, "207.693"], [1702466138, "209.99400000000003"], [1702466168, "211.35600000000002"], [1702466204, "213.00600000000003"], [1702466237, "215.19299999999998"], [1702466261, "216.69899999999998"], [1702466291, "217.596"], [1702466327, "218.70600000000002"], [1702466360, "219.735"], [1702466384, "221.14500000000004"], [1702466417, "221.916"], [1702466441, "222.207"], [1702466471, "223.01999999999998"], [1702466507, "225.273"], [1702466540, "226.29"], [1702466597, "229.77900000000002"], [1702466633, "233.058"], [1702466666, "236.253"], [1702466705, "237.138"], [1702466732, "238.26"], [1702466765, "239.35500000000002"], [1702466801, "240.246"], [1702466852, "243.723"], [1702466876, "245.115"], [1702466918, "246.654"], [1702466978, "251.301"], [1702467014, "253.071"], [1702467038, "255.43800000000002"], [1702467068, "256.11300000000006"], [1702467122, "257.838"], [1702467158, "259.995"], [1702467191, "260.481"], [1702467221, "261.117"], [1702467257, "262.287"], [1702467299, "262.90200000000004"], [1702467350, "263.709"], [1702467386, "264.855"], [1702467419, "265.452"], [1702467455, "266.166"], [1702467515, "266.616"], [1702467542, "266.808"], [1702467566, "267.06"], [1702467599, "267.366"], [1702467635, "268.89000000000004"], [1702467668, "272.07300000000004"], [1702467695, "272.589"], [1702467716, "273.69"], [1702467746, "273.906"], [1702467800, "276.567"], [1702467824, "276.939"], [1702467908, "278.172"], [1702467944, "278.523"], [1702467968, "278.75699999999995"], [1702468001, "279.084"], [1702468031, "279.783"], [1702468067, "282.975"], [1702468085, "283.356"], [1702468115, "283.87500000000006"], [1702468151, "284.52299999999997"], [1702468181, "285.08400000000006"], [1702468208, "285.63"], [1702468241, "285.99600000000004"], [1702468256, "286.19100000000003"], [1702468286, "286.647"], [1702468322, "286.782"], [1702468352, "289.16999999999996"], [1702468388, "291.921"], [1702468424, "294.02399999999994"], [1702468457, "297.225"], [1702468493, "298.66200000000003"], [1702468517, "299.36400000000003"], [1702468550, "300.126"], [1702468586, "300.9"], [1702468613, "301.476"], [1702468637, "301.746"], [1702468679, "302.31"], [1702468721, "302.796"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "559.98"], [1702462721, "605.9190000000001"], [1702462736, "651.858"], [1702462751, "697.797"], [1702462763, "742.758"], [1702462793, "831.7439999999999"], [1702462808, "875.769"], [1702462829, "919.794"], [1702462844, "962.058"], [1702462865, "1004.3220000000001"], [1702462880, "1046.586"], [1702462904, "1131.114"], [1702462919, "1173.378"], [1702462952, "1257.906"], [1702462973, "1300.17"], [1702462988, "1342.4340000000002"], [1702463045, "1469.226"], [1702463081, "1553.754"], [1702463114, "1638.282"], [1702463150, "1722.81"], [1702463186, "1807.3379999999997"], [1702463216, "1891.866"], [1702463240, "1976.394"], [1702463273, "2060.922"], [1702463324, "2187.714"], [1702463354, "2272.2419999999997"], [1702463381, "2356.77"], [1702463417, "2441.298"], [1702463453, "2525.8259999999996"], [1702463477, "2610.3540000000003"], [1702463510, "2694.882"], [1702463537, "2779.41"], [1702463570, "2863.938"], [1702463591, "2948.466"], [1702463621, "3032.994"], [1702463657, "3117.522"], [1702463693, "3202.05"], [1702463729, "3286.578"], [1702463765, "3371.1059999999998"], [1702463798, "3455.634"], [1702463846, "3582.4260000000004"], [1702463873, "3666.954"], [1702463906, "3751.482"], [1702463948, "3878.274"], [1702463984, "3962.8020000000006"], [1702464014, "4047.3300000000004"], [1702464050, "4131.858"], [1702464086, "4216.3859999999995"], [1702464122, "4300.914"], [1702464155, "4385.442"], [1702464194, "4512.234"], [1702464230, "4596.762"], [1702464263, "4681.29"], [1702464299, "4765.818"], [1702464332, "4850.3460000000005"], [1702464356, "4934.874"], [1702464392, "5019.402"], [1702464425, "5103.93"], [1702464455, "5188.458"], [1702464479, "5272.986"], [1702464509, "5357.514"], [1702464533, "5442.0419999999995"], [1702464569, "5526.57"], [1702464605, "5611.098000000001"], [1702464635, "5695.625999999999"], [1702464671, "5780.154"], [1702464716, "5864.682000000001"], [1702464743, "5949.209999999999"], [1702464776, "6033.738"], [1702464812, "6118.266"], [1702464836, "6202.794"], [1702464869, "6287.322"], [1702464905, "6371.85"], [1702464926, "6456.378"], [1702464956, "6540.906000000001"], [1702464992, "6625.433999999999"], [1702465016, "6709.9619999999995"], [1702465049, "6794.490000000001"], [1702465085, "6879.018"], [1702465118, "6963.546"], [1702465145, "7048.0740000000005"], [1702465178, "7132.601999999999"], [1702465208, "7217.13"], [1702465241, "7301.658000000001"], [1702465298, "7428.45"], [1702465334, "7512.977999999999"], [1702465367, "7597.506"], [1702465394, "7682.034"], [1702465418, "7766.562"], [1702465445, "7851.089999999999"], [1702465481, "7935.618"], [1702465517, "8020.146"], [1702465550, "8104.674"], [1702465586, "8189.202"], [1702465619, "8273.73"], [1702465658, "8358.258"], [1702465706, "8442.786"], [1702465754, "8569.578"], [1702465787, "8654.106"], [1702465823, "8738.634"], [1702465856, "8823.162"], [1702465880, "8907.69"], [1702465910, "8992.217999999999"], [1702465952, "9076.746000000001"], [1702465988, "9161.274000000001"], [1702466015, "9245.802"], [1702466030, "9330.33"], [1702466060, "9414.858"], [1702466078, "9499.386"], [1702466138, "9626.178"], [1702466168, "9710.706"], [1702466204, "9795.234"], [1702466237, "9879.761999999999"], [1702466261, "9964.29"], [1702466291, "10048.818"], [1702466327, "10133.346"], [1702466360, "10217.874000000002"], [1702466384, "10302.402"], [1702466417, "10386.93"], [1702466441, "10471.458"], [1702466471, "10555.985999999999"], [1702466507, "10640.514"], [1702466540, "10725.042000000001"], [1702466597, "10851.834"], [1702466633, "10936.362"], [1702466666, "11020.89"], [1702466705, "11105.418000000001"], [1702466732, "11189.946"], [1702466765, "11274.473999999998"], [1702466801, "11359.002"], [1702466852, "11485.794"], [1702466876, "11570.322"], [1702466918, "11654.849999999999"], [1702466978, "11823.906"], [1702467014, "11908.434"], [1702467038, "11992.962000000001"], [1702467068, "12077.490000000002"], [1702467122, "12204.282"], [1702467158, "12288.81"], [1702467191, "12373.338"], [1702467221, "12457.866"], [1702467257, "12542.394"], [1702467299, "12626.921999999999"], [1702467350, "12753.714"], [1702467386, "12838.242000000002"], [1702467419, "12922.77"], [1702467455, "13007.297999999999"], [1702467515, "13176.354"], [1702467542, "13260.881999999998"], [1702467566, "13345.41"], [1702467599, "13429.937999999998"], [1702467635, "13514.466"], [1702467668, "13598.994000000002"], [1702467695, "13683.522"], [1702467716, "13768.05"], [1702467746, "13852.578000000001"], [1702467800, "13979.37"], [1702467824, "14063.898000000001"], [1702467908, "14275.217999999999"], [1702467944, "14359.746000000003"], [1702467968, "14444.274000000001"], [1702468001, "14528.802"], [1702468031, "14613.33"], [1702468067, "14697.857999999998"], [1702468085, "14782.385999999999"], [1702468115, "14866.914"], [1702468151, "14951.442"], [1702468181, "15035.970000000001"], [1702468208, "15120.498"], [1702468241, "15205.026"], [1702468256, "15289.554"], [1702468286, "15374.082"], [1702468322, "15458.609999999999"], [1702468352, "15543.137999999999"], [1702468388, "15627.666000000001"], [1702468424, "15712.194"], [1702468457, "15796.721999999998"], [1702468493, "15881.25"], [1702468517, "15965.778"], [1702468550, "16050.306"], [1702468586, "16134.834"], [1702468613, "16219.362"], [1702468637, "16303.89"], [1702468679, "16388.418"], [1702468721, "16472.946"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.6930000000000001"], [1702462721, "0.711"], [1702462736, "1.0979999999999999"], [1702462751, "1.1369999999999998"], [1702462763, "1.17"], [1702462793, "1.2389999999999999"], [1702462808, "1.3379999999999999"], [1702462829, "1.6289999999999998"], [1702462844, "1.6469999999999998"], [1702462865, "1.7249999999999999"], [1702462880, "1.8"], [1702462904, "1.878"], [1702462919, "1.9319999999999997"], [1702462952, "2.031"], [1702462973, "2.061"], [1702462988, "2.127"], [1702463045, "2.322"], [1702463081, "2.433"], [1702463114, "2.6130000000000004"], [1702463150, "2.6850000000000005"], [1702463186, "2.7510000000000003"], [1702463216, "2.898"], [1702463240, "2.9699999999999998"], [1702463273, "3.114"], [1702463324, "3.495"], [1702463354, "3.576"], [1702463381, "3.699"], [1702463417, "3.822"], [1702463453, "3.948"], [1702463477, "3.9930000000000003"], [1702463510, "4.059"], [1702463537, "4.188000000000001"], [1702463570, "4.263"], [1702463591, "4.343999999999999"], [1702463621, "4.416"], [1702463657, "4.668000000000001"], [1702463693, "4.863"], [1702463729, "5.037"], [1702463765, "5.112"], [1702463798, "5.175000000000001"], [1702463846, "5.289"], [1702463873, "5.337"], [1702463906, "5.418"], [1702463948, "5.523"], [1702463984, "5.592"], [1702464014, "5.697000000000001"], [1702464050, "5.8260000000000005"], [1702464086, "5.955"], [1702464122, "6.072000000000001"], [1702464155, "6.159000000000001"], [1702464194, "6.2669999999999995"], [1702464230, "6.345000000000001"], [1702464263, "6.432"], [1702464299, "6.543"], [1702464332, "6.657"], [1702464356, "6.7379999999999995"], [1702464392, "6.906000000000001"], [1702464425, "7.029"], [1702464455, "7.185"], [1702464479, "7.323"], [1702464509, "7.515"], [1702464533, "7.622999999999999"], [1702464569, "7.761000000000001"], [1702464605, "7.899"], [1702464635, "8.016"], [1702464671, "8.112"], [1702464716, "8.318999999999999"], [1702464743, "8.475"], [1702464776, "8.565"], [1702464812, "8.684999999999999"], [1702464836, "8.85"], [1702464869, "9.141"], [1702464905, "9.249"], [1702464926, "9.333"], [1702464956, "9.434999999999999"], [1702464992, "9.561"], [1702465016, "9.666"], [1702465049, "9.747"], [1702465085, "9.957"], [1702465118, "10.053"], [1702465145, "10.233"], [1702465178, "10.323"], [1702465208, "10.422"], [1702465241, "10.56"], [1702465298, "10.716000000000001"], [1702465334, "10.911000000000001"], [1702465367, "11.025"], [1702465394, "11.118"], [1702465418, "11.211"], [1702465445, "11.301"], [1702465481, "11.442"], [1702465517, "11.622"], [1702465550, "11.715"], [1702465586, "11.946"], [1702465619, "12.042"], [1702465658, "12.174"], [1702465706, "12.254999999999999"], [1702465754, "12.363"], [1702465787, "12.399000000000001"], [1702465823, "12.440999999999999"], [1702465856, "12.483"], [1702465880, "12.543"], [1702465910, "12.597000000000001"], [1702465952, "12.774000000000001"], [1702465988, "12.93"], [1702466015, "12.99"], [1702466030, "13.053"], [1702466060, "13.128"], [1702466078, "13.212"], [1702466138, "13.407"], [1702466168, "13.472999999999999"], [1702466204, "13.539000000000001"], [1702466237, "13.602"], [1702466261, "13.661999999999999"], [1702466291, "13.731"], [1702466327, "13.839"], [1702466360, "13.899"], [1702466384, "13.971"], [1702466417, "14.022"], [1702466441, "14.118"], [1702466471, "14.181"], [1702466507, "14.217"], [1702466540, "14.268"], [1702466597, "14.43"], [1702466633, "14.523"], [1702466666, "14.568000000000001"], [1702466705, "14.706"], [1702466732, "14.777999999999999"], [1702466765, "14.838"], [1702466801, "15.006"], [1702466852, "15.090000000000002"], [1702466876, "15.15"], [1702466918, "15.204"], [1702466978, "15.408000000000001"], [1702467014, "15.588000000000001"], [1702467038, "15.756"], [1702467068, "15.816"], [1702467122, "15.966000000000001"], [1702467158, "16.302"], [1702467191, "16.362"], [1702467221, "16.425"], [1702467257, "16.476"], [1702467299, "16.569000000000003"], [1702467350, "16.68"], [1702467386, "16.752"], [1702467419, "16.932000000000002"], [1702467455, "17.022"], [1702467515, "17.157"], [1702467542, "17.22"], [1702467566, "17.292"], [1702467599, "17.34"], [1702467635, "17.4"], [1702467668, "17.546999999999997"], [1702467695, "17.58"], [1702467716, "17.652"], [1702467746, "17.733"], [1702467800, "17.793"], [1702467824, "17.844"], [1702467908, "17.985"], [1702467944, "18.024"], [1702467968, "18.063"], [1702468001, "18.099"], [1702468031, "18.144"], [1702468067, "18.396"], [1702468085, "18.426000000000002"], [1702468115, "18.45"], [1702468151, "18.48"], [1702468181, "18.51"], [1702468208, "18.558"], [1702468241, "18.579"], [1702468256, "18.618000000000002"], [1702468286, "18.708"], [1702468322, "18.726"], [1702468352, "18.822000000000003"], [1702468388, "18.9"], [1702468424, "18.963"], [1702468457, "19.038"], [1702468493, "19.061999999999998"], [1702468517, "19.095"], [1702468550, "19.134"], [1702468586, "19.188000000000002"], [1702468613, "19.209"], [1702468637, "19.254"], [1702468679, "19.275"], [1702468721, "19.425"], [1702468730, "19.439999999999998"], [1702468766, "19.47"], [1702468799, "19.605"], [1702468835, "19.634999999999998"], [1702468898, "19.683"], [1702468934, "19.713"], [1702468970, "19.713"], [1702468994, "19.743"], [1702469024, "19.758"], [1702469060, "19.791"], [1702469111, "19.836000000000002"], [1702469144, "19.839"], [1702469168, "19.863"], [1702469204, "19.89"], [1702469237, "19.923000000000002"], [1702469273, "19.938000000000002"], [1702469303, "20.006999999999998"], [1702469336, "20.064"], [1702469360, "20.064"], [1702469387, "20.064"], [1702469411, "20.079"], [1702469435, "20.115000000000002"], [1702469468, "20.154"], [1702469504, "20.189999999999998"], [1702469537, "20.229"], [1702469573, "20.265"], [1702469606, "20.316000000000003"], [1702469633, "20.364"], [1702469660, "20.448"], [1702469684, "20.478"], [1702469717, "20.508000000000003"], [1702469753, "20.523"], [1702469786, "20.561999999999998"], [1702469816, "20.673000000000002"], [1702469834, "20.718"], [1702469864, "20.745"], [1702469906, "20.799"], [1702469936, "20.841"], [1702469972, "20.871"], [1702470005, "20.919"], [1702470029, "20.934"], [1702470065, "20.979"], [1702470101, "21.012"], [1702470131, "21.054000000000002"], [1702470167, "21.084"], [1702470203, "21.168"], [1702470251, "21.219"], [1702470278, "21.261"], [1702470311, "21.309"], [1702470347, "21.339"], [1702470371, "21.369"], [1702470404, "21.51"], [1702470440, "21.516000000000002"], [1702470476, "21.618000000000002"], [1702470506, "21.633000000000003"], [1702470542, "21.689999999999998"], [1702470575, "21.729"], [1702470611, "21.738"], [1702470635, "21.768"], [1702470662, "21.789"], [1702470686, "21.819"], [1702470719, "21.864"], [1702470746, "21.894"], [1702470812, "22.011000000000003"], [1702470845, "22.08"], [1702470875, "22.137"], [1702470899, "22.224"], [1702470953, "22.272"], [1702470983, "22.371000000000002"], [1702471025, "22.407"], [1702471067, "22.509"], [1702471169, "22.674"], [1702471193, "22.707"], [1702471226, "22.737000000000002"], [1702471265, "22.773000000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "875.2379999999998"], [1702462721, "902.0219999999999"], [1702462736, "929.46"], [1702462751, "942.753"], [1702462763, "943.4399999999999"], [1702462793, "979.881"], [1702462808, "1005.645"], [1702462829, "1018.4879999999999"], [1702462844, "1154.868"], [1702462865, "1178.748"], [1702462880, "1214.2679999999998"], [1702462904, "1239.603"], [1702462919, "1244.1840000000002"], [1702462952, "1280.97"], [1702462973, "1295.796"], [1702462988, "1327.4070000000002"], [1702463045, "1362.501"], [1702463081, "1382.865"], [1702463114, "1414.299"], [1702463150, "1427.481"], [1702463186, "1444.644"], [1702463216, "1496.7"], [1702463240, "1512.948"], [1702463273, "1528.8539999999998"], [1702463324, "1657.953"], [1702463354, "1690.176"], [1702463381, "1722.0929999999998"], [1702463417, "1747.7759999999998"], [1702463453, "1796.2290000000003"], [1702463477, "1808.0819999999999"], [1702463510, "1852.185"], [1702463537, "1866.0149999999999"], [1702463570, "1893.834"], [1702463591, "1915.5600000000002"], [1702463621, "1948.4370000000001"], [1702463657, "2009.124"], [1702463693, "2036.232"], [1702463729, "2118.051"], [1702463765, "2171.694"], [1702463798, "2186.4959999999996"], [1702463846, "2197.113"], [1702463873, "2211.438"], [1702463906, "2237.3759999999997"], [1702463948, "2285.133"], [1702463984, "2328.003"], [1702464014, "2362.8360000000002"], [1702464050, "2419.086"], [1702464086, "2453.6310000000003"], [1702464122, "2494.0829999999996"], [1702464155, "2524.746"], [1702464194, "2547.579"], [1702464230, "2567.8259999999996"], [1702464263, "2585.562"], [1702464299, "2624.457"], [1702464332, "2683.0110000000004"], [1702464356, "2709.228"], [1702464392, "2748.051"], [1702464425, "2795.811"], [1702464455, "2849.16"], [1702464479, "2908.308"], [1702464509, "2937.312"], [1702464533, "2955.9179999999997"], [1702464569, "2985.585"], [1702464605, "3015.42"], [1702464635, "3059.1150000000002"], [1702464671, "3116.73"], [1702464716, "3209.8109999999997"], [1702464743, "3244.6980000000003"], [1702464776, "3423.114"], [1702464812, "3465.498"], [1702464836, "3485.763"], [1702464869, "3543.0240000000003"], [1702464905, "3583.365"], [1702464926, "3590.697"], [1702464956, "3613.854"], [1702464992, "3662.5679999999998"], [1702465016, "3678.729"], [1702465049, "3723.7980000000002"], [1702465085, "3807.699"], [1702465118, "3853.1040000000003"], [1702465145, "3900.015"], [1702465178, "3925.4850000000006"], [1702465208, "3954.801"], [1702465241, "4057.458"], [1702465298, "4094.739"], [1702465334, "4116.311999999999"], [1702465367, "4129.713"], [1702465394, "4135.098"], [1702465418, "4145.559"], [1702465445, "4189.304999999999"], [1702465481, "4214.673"], [1702465517, "4254.215999999999"], [1702465550, "4285.715999999999"], [1702465586, "4435.677"], [1702465619, "4443.239999999999"], [1702465658, "4492.83"], [1702465706, "4510.869"], [1702465754, "4546.983"], [1702465787, "4569.834"], [1702465823, "4613.195999999999"], [1702465856, "4644.482999999999"], [1702465880, "4661.468999999999"], [1702465910, "4685.463"], [1702465952, "4707.918"], [1702465988, "4736.919"], [1702466015, "4756.134"], [1702466030, "4759.3859999999995"], [1702466060, "4769.918999999999"], [1702466078, "4799.097"], [1702466138, "4836.177"], [1702466168, "4886.892"], [1702466204, "4934.736"], [1702466237, "5022.669"], [1702466261, "5037.057"], [1702466291, "5057.067"], [1702466327, "5097.306"], [1702466360, "5125.374"], [1702466384, "5142.666"], [1702466417, "5164.71"], [1702466441, "5170.983"], [1702466471, "5182.803"], [1702466507, "5228.102999999999"], [1702466540, "5267.382"], [1702466597, "5356.664999999999"], [1702466633, "5397.954000000001"], [1702466666, "5428.398"], [1702466705, "5468.247"], [1702466732, "5507.445"], [1702466765, "5527.616999999999"], [1702466801, "5544.15"], [1702466852, "5689.563"], [1702466876, "5741.178"], [1702466918, "5791.724999999999"], [1702466978, "5881.554"], [1702467014, "5947.947"], [1702467038, "6000.192"], [1702467068, "6029.3369999999995"], [1702467122, "6111.684"], [1702467158, "6143.652"], [1702467191, "6266.165999999999"], [1702467221, "6283.763999999999"], [1702467257, "6311.325"], [1702467299, "6339.642000000001"], [1702467350, "6413.205000000001"], [1702467386, "6457.506"], [1702467419, "6479.244000000001"], [1702467455, "6503.061000000001"], [1702467515, "6519.255"], [1702467542, "6527.982000000001"], [1702467566, "6533.964000000001"], [1702467599, "6541.857000000001"], [1702467635, "6573.075"], [1702467668, "6630.897000000001"], [1702467695, "6661.773"], [1702467716, "6689.205000000001"], [1702467746, "6709.602000000001"], [1702467800, "6797.79"], [1702467824, "6816.6990000000005"], [1702467908, "6855.66"], [1702467944, "6879.8189999999995"], [1702467968, "6889.103999999999"], [1702468001, "6928.74"], [1702468031, "6951.333"], [1702468067, "7065.9929999999995"], [1702468085, "7087.68"], [1702468115, "7103.8949999999995"], [1702468151, "7143.8730000000005"], [1702468181, "7161.753"], [1702468208, "7181.744999999999"], [1702468241, "7200.33"], [1702468256, "7207.503"], [1702468286, "7218.9"], [1702468322, "7231.133999999999"], [1702468352, "7340.798999999999"], [1702468388, "7394.406"], [1702468424, "7450.119000000001"], [1702468457, "7536.659999999999"], [1702468493, "7590.786"], [1702468517, "7634.8049999999985"], [1702468550, "7659.852"], [1702468586, "7679.486999999999"], [1702468613, "7726.152"], [1702468637, "7757.511000000001"], [1702468679, "7772.343"], [1702468721, "7863.939"], [1702468730, "7873.4490000000005"], [1702468766, "7910.175"], [1702468799, "7957.116"], [1702468835, "7986.1230000000005"], [1702468898, "8087.7119999999995"], [1702468934, "8131.905"], [1702468970, "8235.462"], [1702468994, "8264.034"], [1702469024, "8270.55"], [1702469060, "8300.991000000002"], [1702469111, "8339.154"], [1702469144, "8399.289"], [1702469168, "8405.871"], [1702469204, "8438.001"], [1702469237, "8461.206"], [1702469273, "8508.375"], [1702469303, "8569.284"], [1702469336, "8598.981"], [1702469360, "8614.35"], [1702469387, "8620.326000000001"], [1702469411, "8639.916000000001"], [1702469435, "8653.683"], [1702469468, "8669.640000000001"], [1702469504, "8681.949"], [1702469537, "8696.154"], [1702469573, "8722.446"], [1702469606, "8760.012"], [1702469633, "8766.159"], [1702469660, "8790.915"], [1702469684, "8818.92"], [1702469717, "8844.726"], [1702469753, "8855.508000000002"], [1702469786, "8868.588"], [1702469816, "8898.804"], [1702469834, "8906.031"], [1702469864, "8921.595"], [1702469906, "8937.39"], [1702469936, "8952.591"], [1702469972, "8967.942000000001"], [1702470005, "8981.034000000001"], [1702470029, "8985.765000000001"], [1702470065, "8997.999"], [1702470101, "9015.972"], [1702470131, "9043.788"], [1702470167, "9080.484"], [1702470203, "9121.077"], [1702470251, "9180.465000000002"], [1702470278, "9197.043"], [1702470311, "9210.849"], [1702470347, "9225.915"], [1702470371, "9236.030999999999"], [1702470404, "9256.251000000002"], [1702470440, "9265.74"], [1702470476, "9289.263"], [1702470506, "9302.499"], [1702470542, "9334.767000000002"], [1702470575, "9363.729000000001"], [1702470611, "9379.644"], [1702470635, "9395.304"], [1702470662, "9407.877"], [1702470686, "9420.141"], [1702470719, "9430.428"], [1702470746, "9448.377"], [1702470812, "9484.833"], [1702470845, "9525.201000000001"], [1702470875, "9542.292"], [1702470899, "9553.941"], [1702470953, "9575.676000000001"], [1702470983, "9588.576"], [1702471025, "9609.945"], [1702471067, "9651.404999999999"], [1702471169, "9713.145"], [1702471193, "9722.649000000001"], [1702471226, "9775.593"], [1702471265, "9798.084"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "47.055"], [1702462721, "62.702999999999996"], [1702462736, "63.273"], [1702462751, "64.167"], [1702462763, "64.218"], [1702462793, "66.855"], [1702462808, "70.209"], [1702462829, "70.665"], [1702462844, "74.43900000000001"], [1702462865, "74.871"], [1702462880, "77.07000000000001"], [1702462904, "78.39899999999999"], [1702462919, "78.92699999999999"], [1702462952, "80.79599999999999"], [1702462973, "81.042"], [1702462988, "81.858"], [1702463045, "83.12100000000001"], [1702463081, "84.61500000000001"], [1702463114, "85.40700000000001"], [1702463150, "85.896"], [1702463186, "86.97"], [1702463216, "103.824"], [1702463240, "104.23200000000001"], [1702463273, "104.99100000000001"], [1702463324, "108.94800000000001"], [1702463354, "109.848"], [1702463381, "110.49"], [1702463417, "111.465"], [1702463453, "112.37100000000001"], [1702463477, "126.183"], [1702463510, "127.719"], [1702463537, "144.657"], [1702463570, "146.442"], [1702463591, "147.597"], [1702463621, "150.513"], [1702463657, "153.975"], [1702463693, "157.386"], [1702463729, "164.52"], [1702463765, "166.944"], [1702463798, "168.525"], [1702463846, "169.557"], [1702463873, "170.61599999999999"], [1702463906, "172.647"], [1702463948, "177.291"], [1702463984, "180.936"], [1702464014, "184.48499999999999"], [1702464050, "187.479"], [1702464086, "191.988"], [1702464122, "197.406"], [1702464155, "199.89600000000002"], [1702464194, "201.95100000000002"], [1702464230, "203.925"], [1702464263, "205.72199999999998"], [1702464299, "208.899"], [1702464332, "213.18300000000002"], [1702464356, "217.06799999999998"], [1702464392, "222.207"], [1702464425, "225.501"], [1702464455, "228.57300000000004"], [1702464479, "234.03600000000003"], [1702464509, "235.15499999999997"], [1702464533, "237.144"], [1702464569, "240.603"], [1702464605, "244.035"], [1702464635, "246.98399999999998"], [1702464671, "252.459"], [1702464716, "258.87299999999993"], [1702464743, "263.83799999999997"], [1702464776, "268.75499999999994"], [1702464812, "271.34999999999997"], [1702464836, "273.76499999999993"], [1702464869, "280.27799999999996"], [1702464905, "300.924"], [1702464926, "301.518"], [1702464956, "303.204"], [1702464992, "306.26699999999994"], [1702465016, "307.72499999999997"], [1702465049, "310.131"], [1702465085, "315.681"], [1702465118, "319.66499999999996"], [1702465145, "324.43499999999995"], [1702465178, "327.96299999999997"], [1702465208, "331.47599999999994"], [1702465241, "336.45"], [1702465298, "341.241"], [1702465334, "343.239"], [1702465367, "345.27599999999995"], [1702465394, "345.747"], [1702465418, "346.79999999999995"], [1702465445, "349.494"], [1702465481, "353.7389999999999"], [1702465517, "356.271"], [1702465550, "358.95"], [1702465586, "364.24499999999995"], [1702465619, "366.11699999999996"], [1702465658, "370.5659999999999"], [1702465706, "372.3179999999999"], [1702465754, "379.89599999999996"], [1702465787, "382.284"], [1702465823, "385.52099999999996"], [1702465856, "388.941"], [1702465880, "390.954"], [1702465910, "393.63599999999997"], [1702465952, "397.383"], [1702465988, "399.234"], [1702466015, "400.431"], [1702466030, "400.647"], [1702466060, "402.177"], [1702466078, "402.711"], [1702466138, "408.3419999999999"], [1702466168, "413.526"], [1702466204, "417.42599999999993"], [1702466237, "427.03799999999995"], [1702466261, "428.21099999999996"], [1702466291, "431.05799999999994"], [1702466327, "434.6909999999999"], [1702466360, "438.11699999999996"], [1702466384, "439.76699999999994"], [1702466417, "442.20899999999995"], [1702466441, "442.71299999999997"], [1702466471, "443.865"], [1702466507, "448.356"], [1702466540, "452.154"], [1702466597, "459.47999999999996"], [1702466633, "464.00100000000003"], [1702466666, "466.038"], [1702466705, "467.5229999999999"], [1702466732, "469.23599999999993"], [1702466765, "472.335"], [1702466801, "474.009"], [1702466852, "481.467"], [1702466876, "482.30400000000003"], [1702466918, "486.59700000000004"], [1702466978, "496.002"], [1702467014, "501.768"], [1702467038, "506.337"], [1702467068, "510.16799999999995"], [1702467122, "515.0160000000001"], [1702467158, "518.13"], [1702467191, "522.7560000000001"], [1702467221, "525.339"], [1702467257, "528.612"], [1702467299, "530.1"], [1702467350, "533.76"], [1702467386, "536.2020000000001"], [1702467419, "538.173"], [1702467455, "539.9340000000001"], [1702467515, "540.816"], [1702467542, "541.761"], [1702467566, "542.274"], [1702467599, "543.1830000000001"], [1702467635, "545.085"], [1702467668, "550.407"], [1702467695, "551.607"], [1702467716, "552.8610000000001"], [1702467746, "554.172"], [1702467800, "561.483"], [1702467824, "563.013"], [1702467908, "565.725"], [1702467944, "566.6519999999999"], [1702467968, "567.2099999999999"], [1702468001, "567.729"], [1702468031, "570.12"], [1702468067, "575.3309999999999"], [1702468085, "576.2429999999999"], [1702468115, "577.473"], [1702468151, "581.4929999999999"], [1702468181, "582.519"], [1702468208, "583.4669999999999"], [1702468241, "584.2139999999999"], [1702468256, "586.8149999999999"], [1702468286, "587.436"], [1702468322, "587.958"], [1702468352, "596.409"], [1702468388, "603.432"], [1702468424, "607.9859999999999"], [1702468457, "611.55"], [1702468493, "613.9019999999999"], [1702468517, "616.035"], [1702468550, "618.0149999999999"], [1702468586, "620.0039999999999"], [1702468613, "622.1790000000001"], [1702468637, "623.346"], [1702468679, "624.48"], [1702468721, "631.2060000000001"], [1702468730, "631.734"], [1702468766, "634.119"], [1702468799, "638.6519999999999"], [1702468835, "640.4010000000001"], [1702468898, "645.7620000000002"], [1702468934, "648.1440000000001"], [1702468970, "656.0160000000001"], [1702468994, "658.023"], [1702469024, "658.335"], [1702469060, "659.7179999999998"], [1702469111, "661.782"], [1702469144, "668.0699999999999"], [1702469168, "668.7629999999999"], [1702469204, "670.212"], [1702469237, "671.448"], [1702469273, "673.1070000000001"], [1702469303, "675.9509999999999"], [1702469336, "678.141"], [1702469360, "679.377"], [1702469387, "679.6529999999999"], [1702469411, "681.108"], [1702469435, "682.164"], [1702469468, "683.052"], [1702469504, "683.7389999999999"], [1702469537, "685.1099999999999"], [1702469573, "686.6549999999999"], [1702469606, "690.717"], [1702469633, "691.221"], [1702469660, "693.7829999999999"], [1702469684, "695.586"], [1702469717, "697.3199999999999"], [1702469753, "698.19"], [1702469786, "699.042"], [1702469816, "701.343"], [1702469834, "701.664"], [1702469864, "704.2439999999999"], [1702469906, "705.3509999999999"], [1702469936, "707.3670000000001"], [1702469972, "710.079"], [1702470005, "711.921"], [1702470029, "712.107"], [1702470065, "718.923"], [1702470101, "720.087"], [1702470131, "723.318"], [1702470167, "727.5"], [1702470203, "730.821"], [1702470251, "734.919"], [1702470278, "735.6389999999999"], [1702470311, "736.647"], [1702470347, "738.684"], [1702470371, "740.3399999999999"], [1702470404, "742.59"], [1702470440, "743.5740000000001"], [1702470476, "747.48"], [1702470506, "749.178"], [1702470542, "750.477"], [1702470575, "754.53"], [1702470611, "755.8919999999999"], [1702470635, "756.669"], [1702470662, "757.314"], [1702470686, "758.295"], [1702470719, "759.5699999999999"], [1702470746, "761.052"], [1702470812, "763.761"], [1702470845, "765.5099999999999"], [1702470875, "768.468"], [1702470899, "769.833"], [1702470953, "773.25"], [1702470983, "774.324"], [1702471025, "776.739"], [1702471067, "781.2629999999999"], [1702471169, "791.4359999999999"], [1702471193, "792.534"], [1702471226, "797.0669999999999"], [1702471265, "800.55"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0.123"], [1702462763, "0.156"], [1702462793, "0.225"], [1702462808, "0.258"], [1702462829, "0.276"], [1702462844, "0.294"], [1702462865, "0.342"], [1702462880, "0.375"], [1702462904, "0.453"], [1702462919, "0.489"], [1702462952, "0.537"], [1702462973, "0.567"], [1702462988, "0.585"], [1702463045, "0.648"], [1702463081, "0.696"], [1702463114, "0.792"], [1702463150, "0.858"], [1702463186, "0.921"], [1702463216, "0.996"], [1702463240, "1.047"], [1702463273, "1.1219999999999999"], [1702463324, "1.2329999999999999"], [1702463354, "1.311"], [1702463381, "1.392"], [1702463417, "1.5"], [1702463453, "1.563"], [1702463477, "1.608"], [1702463510, "1.6440000000000001"], [1702463537, "1.692"], [1702463570, "1.722"], [1702463591, "1.7670000000000001"], [1702463621, "1.827"], [1702463657, "1.8900000000000001"], [1702463693, "1.971"], [1702463729, "2.037"], [1702463765, "2.088"], [1702463798, "2.136"], [1702463846, "2.214"], [1702463873, "2.259"], [1702463906, "2.319"], [1702463948, "2.415"], [1702463984, "2.478"], [1702464014, "2.541"], [1702464050, "2.604"], [1702464086, "2.679"], [1702464122, "2.754"], [1702464155, "2.814"], [1702464194, "2.922"], [1702464230, "2.988"], [1702464263, "3.069"], [1702464299, "3.15"], [1702464332, "3.231"], [1702464356, "3.312"], [1702464392, "3.3930000000000002"], [1702464425, "3.474"], [1702464455, "3.549"], [1702464479, "3.6270000000000002"], [1702464509, "3.717"], [1702464533, "3.807"], [1702464569, "3.9"], [1702464605, "3.981"], [1702464635, "4.074"], [1702464671, "4.17"], [1702464716, "4.263"], [1702464743, "4.353"], [1702464776, "4.443"], [1702464812, "4.533"], [1702464836, "4.638"], [1702464869, "4.728"], [1702464905, "4.836"], [1702464926, "4.9110000000000005"], [1702464956, "5.0040000000000004"], [1702464992, "5.082"], [1702465016, "5.187"], [1702465049, "5.268"], [1702465085, "5.358"], [1702465118, "5.451"], [1702465145, "5.5440000000000005"], [1702465178, "5.634"], [1702465208, "5.727"], [1702465241, "5.82"], [1702465298, "5.961"], [1702465334, "6.072"], [1702465367, "6.162"], [1702465394, "6.252"], [1702465418, "6.342"], [1702465445, "6.432"], [1702465481, "6.525"], [1702465517, "6.636"], [1702465550, "6.729"], [1702465586, "6.81"], [1702465619, "6.9030000000000005"], [1702465658, "6.996"], [1702465706, "7.071"], [1702465754, "7.089"], [1702465787, "7.125"], [1702465823, "7.143"], [1702465856, "7.176"], [1702465880, "7.224"], [1702465910, "7.275"], [1702465952, "7.338"], [1702465988, "7.401"], [1702466015, "7.461"], [1702466030, "7.521"], [1702466060, "7.581"], [1702466078, "7.644"], [1702466138, "7.758"], [1702466168, "7.824"], [1702466204, "7.89"], [1702466237, "7.953"], [1702466261, "7.998"], [1702466291, "8.061"], [1702466327, "8.121"], [1702466360, "8.181"], [1702466384, "8.241"], [1702466417, "8.289"], [1702466441, "8.352"], [1702466471, "8.415000000000001"], [1702466507, "8.451"], [1702466540, "8.502"], [1702466597, "8.586"], [1702466633, "8.637"], [1702466666, "8.682"], [1702466705, "8.727"], [1702466732, "8.787"], [1702466765, "8.835"], [1702466801, "8.895"], [1702466852, "8.973"], [1702466876, "9.033"], [1702466918, "9.081"], [1702466978, "9.195"], [1702467014, "9.255"], [1702467038, "9.315"], [1702467068, "9.375"], [1702467122, "9.465"], [1702467158, "9.525"], [1702467191, "9.585"], [1702467221, "9.648"], [1702467257, "9.699"], [1702467299, "9.762"], [1702467350, "9.852"], [1702467386, "9.912"], [1702467419, "9.987"], [1702467455, "10.047"], [1702467515, "10.179"], [1702467542, "10.242"], [1702467566, "10.308"], [1702467599, "10.356"], [1702467635, "10.404"], [1702467668, "10.437000000000001"], [1702467695, "10.467"], [1702467716, "10.512"], [1702467746, "10.542"], [1702467800, "10.602"], [1702467824, "10.647"], [1702467908, "10.77"], [1702467944, "10.8"], [1702467968, "10.833"], [1702468001, "10.863"], [1702468031, "10.908000000000001"], [1702468067, "10.938"], [1702468085, "10.968"], [1702468115, "10.983"], [1702468151, "11.013"], [1702468181, "11.043000000000001"], [1702468208, "11.073"], [1702468241, "11.091000000000001"], [1702468256, "11.121"], [1702468286, "11.154"], [1702468322, "11.169"], [1702468352, "11.184000000000001"], [1702468388, "11.214"], [1702468424, "11.244"], [1702468457, "11.274000000000001"], [1702468493, "11.289"], [1702468517, "11.322000000000001"], [1702468550, "11.352"], [1702468586, "11.367"], [1702468613, "11.385"], [1702468637, "11.415000000000001"], [1702468679, "11.43"], [1702468721, "11.46"], [1702468730, "11.475"], [1702468766, "11.505"], [1702468799, "11.535"], [1702468835, "11.565"], [1702468898, "11.616"], [1702468934, "11.631"], [1702468970, "11.631"], [1702468994, "11.661000000000001"], [1702469024, "11.676"], [1702469060, "11.706000000000001"], [1702469111, "11.751000000000001"], [1702469144, "11.754000000000001"], [1702469168, "11.769"], [1702469204, "11.787"], [1702469237, "11.817"], [1702469273, "11.832"], [1702469303, "11.862"], [1702469336, "11.892000000000001"], [1702469360, "11.892000000000001"], [1702469387, "11.892000000000001"], [1702469411, "11.907"], [1702469435, "11.937000000000001"], [1702469468, "11.967"], [1702469504, "12"], [1702469537, "12.033000000000001"], [1702469573, "12.066"], [1702469606, "12.096"], [1702469633, "12.126000000000001"], [1702469660, "12.156"], [1702469684, "12.186"], [1702469717, "12.216000000000001"], [1702469753, "12.231"], [1702469786, "12.246"], [1702469816, "12.264000000000001"], [1702469834, "12.294"], [1702469864, "12.309000000000001"], [1702469906, "12.360000000000001"], [1702469936, "12.39"], [1702469972, "12.42"], [1702470005, "12.435"], [1702470029, "12.450000000000001"], [1702470065, "12.468"], [1702470101, "12.501000000000001"], [1702470131, "12.534"], [1702470167, "12.564"], [1702470203, "12.594000000000001"], [1702470251, "12.624"], [1702470278, "12.654"], [1702470311, "12.684000000000001"], [1702470347, "12.714"], [1702470371, "12.744"], [1702470404, "12.777000000000001"], [1702470440, "12.780000000000001"], [1702470476, "12.813"], [1702470506, "12.816"], [1702470542, "12.849"], [1702470575, "12.864"], [1702470611, "12.864"], [1702470635, "12.894"], [1702470662, "12.909"], [1702470686, "12.939"], [1702470719, "12.969000000000001"], [1702470746, "12.999"], [1702470812, "13.047"], [1702470845, "13.065000000000001"], [1702470875, "13.095"], [1702470899, "13.125"], [1702470953, "13.17"], [1702470983, "13.200000000000001"], [1702471025, "13.236"], [1702471067, "13.287"], [1702471169, "13.377"], [1702471193, "13.41"], [1702471226, "13.440000000000001"], [1702471265, "13.473"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "184.776"], [1702462763, "229.73700000000002"], [1702462793, "318.723"], [1702462808, "362.748"], [1702462829, "406.773"], [1702462844, "449.037"], [1702462865, "491.301"], [1702462880, "533.5649999999999"], [1702462904, "618.0930000000001"], [1702462919, "660.357"], [1702462952, "744.885"], [1702462973, "787.1489999999999"], [1702462988, "829.413"], [1702463045, "956.2050000000002"], [1702463081, "1040.733"], [1702463114, "1125.261"], [1702463150, "1209.789"], [1702463186, "1294.3169999999998"], [1702463216, "1378.845"], [1702463240, "1463.373"], [1702463273, "1547.901"], [1702463324, "1674.6930000000002"], [1702463354, "1759.221"], [1702463381, "1843.749"], [1702463417, "1928.277"], [1702463453, "2012.8050000000003"], [1702463477, "2097.333"], [1702463510, "2181.861"], [1702463537, "2266.389"], [1702463570, "2350.917"], [1702463591, "2435.445"], [1702463621, "2519.973"], [1702463657, "2604.501"], [1702463693, "2689.029"], [1702463729, "2773.557"], [1702463765, "2858.0849999999996"], [1702463798, "2942.6130000000003"], [1702463846, "3069.405"], [1702463873, "3153.933"], [1702463906, "3238.461"], [1702463948, "3365.2529999999997"], [1702463984, "3449.7810000000004"], [1702464014, "3534.309"], [1702464050, "3618.8369999999995"], [1702464086, "3703.365"], [1702464122, "3787.893"], [1702464155, "3872.421"], [1702464194, "3999.213"], [1702464230, "4083.741"], [1702464263, "4168.268999999999"], [1702464299, "4252.7970000000005"], [1702464332, "4337.325"], [1702464356, "4421.853"], [1702464392, "4506.380999999999"], [1702464425, "4590.909000000001"], [1702464455, "4675.437"], [1702464479, "4759.965"], [1702464509, "4844.4929999999995"], [1702464533, "4929.021"], [1702464569, "5013.549"], [1702464605, "5098.076999999999"], [1702464635, "5182.6050000000005"], [1702464671, "5267.132999999999"], [1702464716, "5351.661"], [1702464743, "5436.189"], [1702464776, "5520.717"], [1702464812, "5605.245"], [1702464836, "5689.773"], [1702464869, "5774.301"], [1702464905, "5858.829"], [1702464926, "5943.357000000001"], [1702464956, "6027.884999999999"], [1702464992, "6112.4130000000005"], [1702465016, "6196.941"], [1702465049, "6281.469"], [1702465085, "6365.997"], [1702465118, "6450.525000000001"], [1702465145, "6535.052999999999"], [1702465178, "6619.581"], [1702465208, "6704.109"], [1702465241, "6788.637"], [1702465298, "6915.428999999999"], [1702465334, "6999.957"], [1702465367, "7084.485000000001"], [1702465394, "7169.013"], [1702465418, "7253.541"], [1702465445, "7338.0689999999995"], [1702465481, "7422.597"], [1702465517, "7507.125"], [1702465550, "7591.653"], [1702465586, "7676.181"], [1702465619, "7760.708999999999"], [1702465658, "7845.237000000001"], [1702465706, "7929.765"], [1702465754, "8056.557"], [1702465787, "8141.085"], [1702465823, "8225.613000000001"], [1702465856, "8310.141"], [1702465880, "8394.669"], [1702465910, "8479.197"], [1702465952, "8563.725"], [1702465988, "8648.252999999999"], [1702466015, "8732.781"], [1702466030, "8817.309000000001"], [1702466060, "8901.837"], [1702466078, "8986.365"], [1702466138, "9113.157"], [1702466168, "9197.685"], [1702466204, "9282.213"], [1702466237, "9366.741"], [1702466261, "9451.269"], [1702466291, "9535.797"], [1702466327, "9620.324999999999"], [1702466360, "9704.853"], [1702466384, "9789.381000000001"], [1702466417, "9873.909"], [1702466441, "9958.436999999998"], [1702466471, "10042.965"], [1702466507, "10127.493"], [1702466540, "10212.020999999999"], [1702466597, "10338.812999999998"], [1702466633, "10423.341"], [1702466666, "10507.869"], [1702466705, "10592.396999999999"], [1702466732, "10676.925000000001"], [1702466765, "10761.453"], [1702466801, "10845.980999999998"], [1702466852, "10972.773"], [1702466876, "11057.301000000001"], [1702466918, "11141.829"], [1702466978, "11310.885"], [1702467014, "11395.413"], [1702467038, "11479.940999999999"], [1702467068, "11564.469000000001"], [1702467122, "11691.261"], [1702467158, "11775.789"], [1702467191, "11860.317"], [1702467221, "11944.845"], [1702467257, "12029.373"], [1702467299, "12113.901"], [1702467350, "12240.693"], [1702467386, "12325.221000000001"], [1702467419, "12409.749"], [1702467455, "12494.277"], [1702467515, "12663.333"], [1702467542, "12747.861"], [1702467566, "12832.389"], [1702467599, "12916.917000000001"], [1702467635, "13001.445"], [1702467668, "13085.973000000002"], [1702467695, "13170.501"], [1702467716, "13255.028999999999"], [1702467746, "13339.557"], [1702467800, "13466.348999999998"], [1702467824, "13550.877"], [1702467908, "13762.196999999998"], [1702467944, "13846.725000000002"], [1702467968, "13931.253"], [1702468001, "14015.780999999999"], [1702468031, "14100.309000000001"], [1702468067, "14184.837"], [1702468085, "14269.364999999998"], [1702468115, "14353.893"], [1702468151, "14438.421"], [1702468181, "14522.948999999999"], [1702468208, "14607.477000000003"], [1702468241, "14692.005000000001"], [1702468256, "14776.533"], [1702468286, "14861.061000000002"], [1702468322, "14945.589"], [1702468352, "15030.116999999998"], [1702468388, "15114.645"], [1702468424, "15199.173"], [1702468457, "15283.701"], [1702468493, "15368.229000000003"], [1702468517, "15452.757000000001"], [1702468550, "15537.285"], [1702468586, "15621.812999999998"], [1702468613, "15706.340999999999"], [1702468637, "15790.868999999999"], [1702468679, "15875.397"], [1702468721, "15959.925000000001"], [1702468730, "16002.188999999998"], [1702468766, "16086.717"], [1702468799, "16171.245"], [1702468835, "16255.773000000001"], [1702468898, "16382.564999999999"], [1702468934, "16467.092999999997"], [1702468970, "16551.621"], [1702468994, "16636.149"], [1702469024, "16720.677"], [1702469060, "16805.205"], [1702469111, "16931.997000000003"], [1702469144, "17016.525"], [1702469168, "17101.053"], [1702469204, "17185.581"], [1702469237, "17270.109"], [1702469273, "17354.637"], [1702469303, "17439.165"], [1702469336, "17523.693"], [1702469360, "17608.221"], [1702469387, "17692.749000000003"], [1702469411, "17777.277"], [1702469435, "17861.805"], [1702469468, "17946.333"], [1702469504, "18030.861"], [1702469537, "18115.389"], [1702469573, "18199.917"], [1702469606, "18284.445"], [1702469633, "18368.973"], [1702469660, "18453.501"], [1702469684, "18538.029"], [1702469717, "18622.557"], [1702469753, "18707.085"], [1702469786, "18791.613"], [1702469816, "18876.141"], [1702469834, "18960.668999999998"], [1702469864, "19045.197"], [1702469906, "19171.989"], [1702469936, "19256.517"], [1702469972, "19341.045"], [1702470005, "19425.573000000004"], [1702470029, "19510.101"], [1702470065, "19594.629"], [1702470101, "19679.157"], [1702470131, "19763.684999999998"], [1702470167, "19848.213"], [1702470203, "19932.741"], [1702470251, "20059.533"], [1702470278, "20144.061"], [1702470311, "20228.589"], [1702470347, "20313.117"], [1702470371, "20397.645"], [1702470404, "20482.173"], [1702470440, "20566.701"], [1702470476, "20651.229000000003"], [1702470506, "20735.756999999998"], [1702470542, "20820.285"], [1702470575, "20904.813000000002"], [1702470611, "20989.340999999997"], [1702470635, "21073.869"], [1702470662, "21158.397"], [1702470686, "21242.925"], [1702470719, "21327.453"], [1702470746, "21411.981000000003"], [1702470812, "21581.037"], [1702470845, "21665.565000000002"], [1702470875, "21750.092999999997"], [1702470899, "21834.621"], [1702470953, "21961.413"], [1702470983, "22045.941000000003"], [1702471025, "22130.469"], [1702471067, "22257.261"], [1702471169, "22468.581"], [1702471193, "22553.109"], [1702471226, "22637.637000000002"], [1702471265, "22722.165"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.036"], [1702462721, "0.054"], [1702462736, "0.09"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "46.959"], [1702462721, "92.89800000000001"], [1702462736, "138.83700000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "4.029"], [1702462988, "4.53"], [1702463045, "5.523"], [1702463081, "6.042"], [1702463114, "6.42"], [1702463150, "6.6930000000000005"], [1702463186, "6.897000000000001"], [1702463216, "7.389"], [1702463240, "7.614"], [1702463273, "7.848"], [1702463324, "8.424000000000001"], [1702463354, "8.631"], [1702463381, "9.096"], [1702463417, "9.609"], [1702463453, "10.23"], [1702463477, "10.764000000000001"], [1702463510, "11.025"], [1702463537, "11.241"], [1702463570, "11.454"], [1702463591, "11.661"], [1702463621, "11.901"], [1702463657, "12.132"], [1702463693, "12.543000000000001"], [1702463729, "13.254000000000001"], [1702463765, "13.829999999999998"], [1702463798, "14.226"], [1702463846, "14.577000000000002"], [1702463873, "14.802000000000001"], [1702463906, "15.102"], [1702463948, "16.029"], [1702463984, "16.518"], [1702464014, "17.037"], [1702464050, "17.748"], [1702464086, "18.417"], [1702464122, "19.149"], [1702464155, "19.485"], [1702464194, "20.012999999999998"], [1702464230, "20.187"], [1702464263, "20.454"], [1702464299, "21.576"], [1702464332, "22.647"], [1702464356, "23.286"], [1702464392, "23.736"], [1702464425, "24.326999999999998"], [1702464455, "24.795"], [1702464479, "25.422"], [1702464509, "26.268"], [1702464533, "26.742"], [1702464569, "27.318"], [1702464605, "27.882"], [1702464635, "28.476"], [1702464671, "29.304"], [1702464716, "30.465000000000003"], [1702464743, "30.909000000000002"], [1702464776, "32.223"], [1702464812, "32.852999999999994"], [1702464836, "33.144"], [1702464869, "33.714"], [1702464905, "34.119"], [1702464926, "34.281000000000006"], [1702464956, "34.638"], [1702464992, "35.730000000000004"], [1702465016, "36.018"], [1702465049, "36.894"], [1702465085, "37.580999999999996"], [1702465118, "37.977000000000004"], [1702465145, "38.745"], [1702465178, "39.111000000000004"], [1702465208, "39.543"], [1702465241, "40.029"], [1702465298, "40.803"], [1702465334, "41.22899999999999"], [1702465367, "41.652"], [1702465394, "41.916"], [1702465418, "42.117"], [1702465445, "42.696"], [1702465481, "43.131"], [1702465517, "43.98"], [1702465550, "44.496"], [1702465586, "45.222"], [1702465619, "45.458999999999996"], [1702465658, "46.05"], [1702465706, "46.425"], [1702465754, "47.082"], [1702465787, "47.379000000000005"], [1702465823, "47.628"], [1702465856, "48.351"], [1702465880, "48.642"], [1702465910, "49.104000000000006"], [1702465952, "49.623000000000005"], [1702465988, "50.202"], [1702466015, "50.571"], [1702466030, "50.652"], [1702466060, "50.931"], [1702466078, "51.092999999999996"], [1702466138, "51.894"], [1702466168, "52.431"], [1702466204, "52.812000000000005"], [1702466237, "53.681999999999995"], [1702466261, "53.99099999999999"], [1702466291, "54.471000000000004"], [1702466327, "55.574999999999996"], [1702466360, "55.983000000000004"], [1702466384, "56.169"], [1702466417, "56.400000000000006"], [1702466441, "56.589"], [1702466471, "56.853"], [1702466507, "57.774"], [1702466540, "58.182"], [1702466597, "59.673"], [1702466633, "60.714"], [1702466666, "61.239000000000004"], [1702466705, "61.523999999999994"], [1702466732, "61.959"], [1702466765, "62.370000000000005"], [1702466801, "62.688"], [1702466852, "63.726"], [1702466876, "63.84"], [1702466918, "64.36800000000001"], [1702466978, "66.012"], [1702467014, "66.606"], [1702467038, "67.02"], [1702467068, "67.482"], [1702467122, "68.154"], [1702467158, "68.667"], [1702467191, "69.093"], [1702467221, "69.639"], [1702467257, "69.96"], [1702467299, "70.221"], [1702467350, "70.76400000000001"], [1702467386, "71.06099999999999"], [1702467419, "71.331"], [1702467455, "71.613"], [1702467515, "71.919"], [1702467542, "72.078"], [1702467566, "72.192"], [1702467599, "72.351"], [1702467635, "72.645"], [1702467668, "73.63799999999999"], [1702467695, "73.971"], [1702467716, "74.106"], [1702467746, "74.343"], [1702467800, "75.06"], [1702467824, "75.19200000000001"], [1702467908, "75.954"], [1702467944, "76.329"], [1702467968, "76.389"], [1702468001, "76.467"], [1702468031, "76.67999999999999"], [1702468067, "77.043"], [1702468085, "77.13600000000001"], [1702468115, "77.304"], [1702468151, "77.868"], [1702468181, "77.99700000000001"], [1702468208, "78.14399999999999"], [1702468241, "79.67099999999999"], [1702468256, "79.752"], [1702468286, "79.971"], [1702468322, "80.04299999999999"], [1702468352, "80.64"], [1702468388, "81.243"], [1702468424, "81.888"], [1702468457, "82.311"], [1702468493, "82.62"], [1702468517, "83.082"], [1702468550, "83.16"], [1702468586, "83.51100000000001"], [1702468613, "83.97"], [1702468637, "84.73499999999999"], [1702468679, "84.897"], [1702468721, "85.96499999999999"], [1702468730, "86.01599999999999"], [1702468766, "86.43299999999999"], [1702468799, "87.021"], [1702468835, "87.255"], [1702468898, "88.386"], [1702468934, "88.872"], [1702468970, "89.655"], [1702468994, "89.907"], [1702469024, "89.97300000000001"], [1702469060, "90.37800000000001"], [1702469111, "90.732"], [1702469144, "91.21199999999999"], [1702469168, "91.287"], [1702469204, "91.602"], [1702469237, "91.734"], [1702469273, "91.824"], [1702469303, "92.38199999999999"], [1702469336, "92.694"], [1702469360, "92.922"], [1702469387, "92.997"], [1702469411, "93.936"], [1702469435, "94.362"], [1702469468, "94.512"], [1702469504, "94.66199999999999"], [1702469537, "94.923"], [1702469573, "95.187"], [1702469606, "95.802"], [1702469633, "95.96099999999998"], [1702469660, "96.49199999999999"], [1702469684, "96.78899999999999"], [1702469717, "97.30799999999999"], [1702469753, "97.446"], [1702469786, "97.674"], [1702469816, "98.00399999999999"], [1702469834, "98.09700000000001"], [1702469864, "98.229"], [1702469906, "98.547"], [1702469936, "98.877"], [1702469972, "99.12299999999999"], [1702470005, "99.357"], [1702470029, "99.411"], [1702470065, "99.504"], [1702470101, "99.642"], [1702470131, "100.09200000000001"], [1702470167, "100.758"], [1702470203, "101.604"], [1702470251, "102.246"], [1702470278, "102.438"], [1702470311, "102.63000000000001"], [1702470347, "102.948"], [1702470371, "103.044"], [1702470404, "103.227"], [1702470440, "103.497"], [1702470476, "104.112"], [1702470506, "104.364"], [1702470542, "104.7"], [1702470575, "105.147"], [1702470611, "105.384"], [1702470635, "105.57300000000001"], [1702470662, "105.69300000000001"], [1702470686, "105.88799999999999"], [1702470719, "106.05"], [1702470746, "106.374"], [1702470812, "106.881"], [1702470845, "107.601"], [1702470875, "108.027"], [1702470899, "108.192"], [1702470953, "108.774"], [1702470983, "109.059"], [1702471025, "109.42500000000001"], [1702471067, "110.22899999999998"], [1702471169, "110.868"], [1702471193, "111.069"], [1702471226, "111.51"], [1702471265, "111.88499999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "380.376"], [1702462988, "422.64"], [1702463045, "549.432"], [1702463081, "633.9599999999999"], [1702463114, "718.4879999999999"], [1702463150, "803.0160000000001"], [1702463186, "887.544"], [1702463216, "972.0719999999999"], [1702463240, "1056.6"], [1702463273, "1141.128"], [1702463324, "1267.9199999999998"], [1702463354, "1352.448"], [1702463381, "1436.9759999999999"], [1702463417, "1521.504"], [1702463453, "1606.0320000000002"], [1702463477, "1690.56"], [1702463510, "1775.088"], [1702463537, "1859.616"], [1702463570, "1944.1439999999998"], [1702463591, "2028.672"], [1702463621, "2113.2"], [1702463657, "2197.728"], [1702463693, "2282.256"], [1702463729, "2366.784"], [1702463765, "2451.312"], [1702463798, "2535.8399999999997"], [1702463846, "2662.6319999999996"], [1702463873, "2747.1600000000003"], [1702463906, "2831.688"], [1702463948, "2958.48"], [1702463984, "3043.008"], [1702464014, "3127.536"], [1702464050, "3212.0640000000003"], [1702464086, "3296.5919999999996"], [1702464122, "3381.12"], [1702464155, "3465.648"], [1702464194, "3592.44"], [1702464230, "3676.968"], [1702464263, "3761.496"], [1702464299, "3846.0240000000003"], [1702464332, "3930.552"], [1702464356, "4015.08"], [1702464392, "4099.608"], [1702464425, "4184.136"], [1702464455, "4268.664"], [1702464479, "4353.192"], [1702464509, "4437.72"], [1702464533, "4522.2480000000005"], [1702464569, "4606.776"], [1702464605, "4691.304"], [1702464635, "4775.832"], [1702464671, "4860.360000000001"], [1702464716, "4944.888"], [1702464743, "5029.416"], [1702464776, "5113.944"], [1702464812, "5198.472"], [1702464836, "5283"], [1702464869, "5367.528"], [1702464905, "5452.056"], [1702464926, "5536.584"], [1702464956, "5621.112"], [1702464992, "5705.639999999999"], [1702465016, "5790.168"], [1702465049, "5874.696"], [1702465085, "5959.223999999999"], [1702465118, "6043.752"], [1702465145, "6128.279999999999"], [1702465178, "6212.808"], [1702465208, "6297.335999999999"], [1702465241, "6381.864"], [1702465298, "6508.655999999999"], [1702465334, "6593.183999999999"], [1702465367, "6677.7119999999995"], [1702465394, "6762.24"], [1702465418, "6846.767999999999"], [1702465445, "6931.296"], [1702465481, "7015.8240000000005"], [1702465517, "7100.352"], [1702465550, "7184.88"], [1702465586, "7269.407999999999"], [1702465619, "7353.936"], [1702465658, "7438.464"], [1702465706, "7522.992"], [1702465754, "7649.784"], [1702465787, "7734.312"], [1702465823, "7818.84"], [1702465856, "7903.3679999999995"], [1702465880, "7987.896"], [1702465910, "8072.424000000001"], [1702465952, "8156.951999999999"], [1702465988, "8241.48"], [1702466015, "8326.008"], [1702466030, "8410.536"], [1702466060, "8495.064"], [1702466078, "8579.592"], [1702466138, "8706.384"], [1702466168, "8790.912"], [1702466204, "8875.44"], [1702466237, "8959.968"], [1702466261, "9044.496000000001"], [1702466291, "9129.024"], [1702466327, "9213.552"], [1702466360, "9298.08"], [1702466384, "9382.608"], [1702466417, "9467.136"], [1702466441, "9551.664"], [1702466471, "9636.192"], [1702466507, "9720.720000000001"], [1702466540, "9805.248"], [1702466597, "9932.039999999999"], [1702466633, "10016.568"], [1702466666, "10101.096000000001"], [1702466705, "10185.624"], [1702466732, "10270.152"], [1702466765, "10354.68"], [1702466801, "10439.208"], [1702466852, "10566"], [1702466876, "10650.527999999998"], [1702466918, "10735.056"], [1702466978, "10904.112"], [1702467014, "10988.640000000001"], [1702467038, "11073.168"], [1702467068, "11157.695999999998"], [1702467122, "11284.488"], [1702467158, "11369.016"], [1702467191, "11453.544"], [1702467221, "11538.072"], [1702467257, "11622.6"], [1702467299, "11707.128"], [1702467350, "11833.92"], [1702467386, "11918.447999999999"], [1702467419, "12002.976"], [1702467455, "12087.504"], [1702467515, "12256.559999999998"], [1702467542, "12341.088000000002"], [1702467566, "12425.616"], [1702467599, "12510.144"], [1702467635, "12594.671999999999"], [1702467668, "12679.199999999999"], [1702467695, "12763.728"], [1702467716, "12848.256000000001"], [1702467746, "12932.784"], [1702467800, "13059.576000000001"], [1702467824, "13144.104"], [1702467908, "13355.423999999999"], [1702467944, "13439.952"], [1702467968, "13524.48"], [1702468001, "13609.008"], [1702468031, "13693.535999999998"], [1702468067, "13778.063999999998"], [1702468085, "13862.592"], [1702468115, "13947.119999999999"], [1702468151, "14031.648000000001"], [1702468181, "14116.176"], [1702468208, "14200.704"], [1702468241, "14285.232"], [1702468256, "14369.76"], [1702468286, "14454.287999999999"], [1702468322, "14538.815999999999"], [1702468352, "14623.344000000001"], [1702468388, "14707.872"], [1702468424, "14792.400000000001"], [1702468457, "14876.928"], [1702468493, "14961.456"], [1702468517, "15045.984"], [1702468550, "15130.512"], [1702468586, "15215.039999999999"], [1702468613, "15299.568"], [1702468637, "15384.096000000001"], [1702468679, "15468.624"], [1702468721, "15553.151999999998"], [1702468730, "15595.416"], [1702468766, "15679.944000000001"], [1702468799, "15764.472000000002"], [1702468835, "15849"], [1702468898, "15975.792"], [1702468934, "16060.32"], [1702468970, "16144.848000000002"], [1702468994, "16229.376"], [1702469024, "16313.903999999999"], [1702469060, "16398.432"], [1702469111, "16525.224"], [1702469144, "16609.752"], [1702469168, "16694.28"], [1702469204, "16778.807999999997"], [1702469237, "16863.336000000003"], [1702469273, "16947.864"], [1702469303, "17032.392"], [1702469336, "17116.92"], [1702469360, "17201.448"], [1702469387, "17285.976"], [1702469411, "17370.504"], [1702469435, "17455.032"], [1702469468, "17539.559999999998"], [1702469504, "17624.088000000003"], [1702469537, "17708.616"], [1702469573, "17793.144"], [1702469606, "17877.672"], [1702469633, "17962.2"], [1702469660, "18046.728"], [1702469684, "18131.256"], [1702469717, "18215.784"], [1702469753, "18300.311999999998"], [1702469786, "18384.84"], [1702469816, "18469.368"], [1702469834, "18553.896"], [1702469864, "18638.424"], [1702469906, "18765.216"], [1702469936, "18849.744"], [1702469972, "18934.272"], [1702470005, "19018.8"], [1702470029, "19103.328"], [1702470065, "19187.856"], [1702470101, "19272.384"], [1702470131, "19356.912"], [1702470167, "19441.440000000002"], [1702470203, "19525.968"], [1702470251, "19652.76"], [1702470278, "19737.288"], [1702470311, "19821.816"], [1702470347, "19906.343999999997"], [1702470371, "19990.872000000003"], [1702470404, "20075.4"], [1702470440, "20159.928"], [1702470476, "20244.456"], [1702470506, "20328.983999999997"], [1702470542, "20413.512000000002"], [1702470575, "20498.04"], [1702470611, "20582.568"], [1702470635, "20667.095999999998"], [1702470662, "20751.623999999996"], [1702470686, "20836.152000000002"], [1702470719, "20920.68"], [1702470746, "21005.208"], [1702470812, "21174.264"], [1702470845, "21258.792"], [1702470875, "21343.32"], [1702470899, "21427.847999999998"], [1702470953, "21554.64"], [1702470983, "21639.168"], [1702471025, "21723.696000000004"], [1702471067, "21850.487999999998"], [1702471169, "22061.807999999997"], [1702471193, "22146.336"], [1702471226, "22230.864"], [1702471265, "22315.391999999996"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1.248"], [1702462865, "1.9350000000000003"], [1702462880, "2.5890000000000004"], [1702462904, "3.006"], [1702462919, "3.108"], [1702462952, "3.714"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "42.264"], [1702462865, "84.528"], [1702462880, "126.792"], [1702462904, "211.32"], [1702462919, "253.584"], [1702462952, "338.112"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1204.752"], [1702462721, "1258.872"], [1702462736, "1270.4819999999997"], [1702462751, "1285.359"], [1702462763, "1285.638"], [1702462793, "1378.6589999999999"], [1702462808, "1491.6960000000001"], [1702462829, "1522.332"], [1702462844, "1708.086"], [1702462865, "1740.546"], [1702462880, "1825.557"], [1702462904, "1880.106"], [1702462919, "1888.473"], [1702462952, "1963.077"], [1702462973, "1998.3600000000001"], [1702462988, "2040.6930000000002"], [1702463045, "2123.79"], [1702463081, "2206.467"], [1702463114, "2264.115"], [1702463150, "2285.178"], [1702463186, "2327.25"], [1702463216, "2429.7180000000003"], [1702463240, "2462.838"], [1702463273, "2510.5409999999997"], [1702463324, "2693.7059999999997"], [1702463354, "2710.746"], [1702463381, "2781.132"], [1702463417, "2812.554"], [1702463453, "2916.126"], [1702463477, "3003.882"], [1702463510, "3069.618"], [1702463537, "3094.839"], [1702463570, "3131.721"], [1702463591, "3172.9259999999995"], [1702463621, "3230.346"], [1702463657, "3309.9449999999997"], [1702463693, "3380.058"], [1702463729, "3496.539"], [1702463765, "3546.1530000000002"], [1702463798, "3590.988"], [1702463846, "3643.5329999999994"], [1702463873, "3693.621"], [1702463906, "3749.562"], [1702463948, "3823.314"], [1702463984, "3925.8059999999996"], [1702464014, "3965.4480000000003"], [1702464050, "4051.9739999999997"], [1702464086, "4138.473"], [1702464122, "4224.129000000001"], [1702464155, "4290.909000000001"], [1702464194, "4333.539000000001"], [1702464230, "4363.149"], [1702464263, "4397.835"], [1702464299, "4472.580000000001"], [1702464332, "4559.697000000001"], [1702464356, "4783.299000000001"], [1702464392, "4872.195"], [1702464425, "4937.928"], [1702464455, "5234.760000000001"], [1702464479, "5317.527"], [1702464509, "5348.0160000000005"], [1702464533, "5474.703"], [1702464569, "5550.492000000001"], [1702464605, "5612.304000000001"], [1702464635, "5764.800000000001"], [1702464671, "5875.098"], [1702464716, "6466.644000000001"], [1702464743, "6521.481"], [1702464776, "6717.228"], [1702464812, "6781.6230000000005"], [1702464836, "6835.929000000002"], [1702464869, "6935.4929999999995"], [1702464905, "7041.572999999999"], [1702464926, "7053.216"], [1702464956, "7223.889000000001"], [1702464992, "7281.291000000001"], [1702465016, "7310.106000000001"], [1702465049, "7450.812"], [1702465085, "7586.13"], [1702465118, "7625.129999999999"], [1702465145, "7711.782"], [1702465178, "7763.249999999999"], [1702465208, "7821.963000000001"], [1702465241, "7955.1630000000005"], [1702465298, "8025.483"], [1702465334, "8063.289"], [1702465367, "8097.150000000001"], [1702465394, "8109.756"], [1702465418, "8135.094"], [1702465445, "8213.793"], [1702465481, "8274.782999999998"], [1702465517, "8351.988"], [1702465550, "8397.615"], [1702465586, "8652.021"], [1702465619, "8676.884999999998"], [1702465658, "8806.041"], [1702465706, "8829.606"], [1702465754, "8901.779999999999"], [1702465787, "8950.926"], [1702465823, "9014.186999999998"], [1702465856, "9110.175000000001"], [1702465880, "9153.525"], [1702465910, "9204.864"], [1702465952, "9251.831999999999"], [1702465988, "9290.984999999999"], [1702466015, "9330.24"], [1702466030, "9335.157"], [1702466060, "9356.694"], [1702466078, "9373.461"], [1702466138, "9463.625999999998"], [1702466168, "9513.234"], [1702466204, "9611.397"], [1702466237, "9743.769"], [1702466261, "9784.916999999998"], [1702466291, "9828.9"], [1702466327, "9893.631"], [1702466360, "9989.798999999999"], [1702466384, "10034.526"], [1702466417, "10081.911"], [1702466441, "10095.981"], [1702466471, "10114.842"], [1702466507, "10196.406"], [1702466540, "10295.373"], [1702466597, "10484.376"], [1702466633, "10576.062"], [1702466666, "10652.021999999999"], [1702466705, "10716.744"], [1702466732, "10754.019"], [1702466765, "10789.512"], [1702466801, "10819.488"], [1702466852, "10982.259"], [1702466876, "11002.794000000002"], [1702466918, "11098.284000000001"], [1702466978, "11324.184000000001"], [1702467014, "11428.674000000003"], [1702467038, "11514.447000000002"], [1702467068, "11583.741"], [1702467122, "11671.554"], [1702467158, "11714.307"], [1702467191, "11831.007000000001"], [1702467221, "11861.511000000002"], [1702467257, "11924.322"], [1702467299, "11974.230000000001"], [1702467350, "12084.186"], [1702467386, "12155.727"], [1702467419, "12179.028000000002"], [1702467455, "12210.681"], [1702467515, "12244.959"], [1702467542, "12263.796"], [1702467566, "12275.772"], [1702467599, "12287.583"], [1702467635, "12324.804"], [1702467668, "12448.788"], [1702467695, "12493.041000000001"], [1702467716, "12535.809000000001"], [1702467746, "12579.726000000002"], [1702467800, "12723.264000000003"], [1702467824, "12777.288000000002"], [1702467908, "12845.253"], [1702467944, "12870.378"], [1702467968, "12887.607"], [1702468001, "12902.829000000002"], [1702468031, "12971.166000000001"], [1702468067, "13251.996"], [1702468085, "13280.634"], [1702468115, "13315.881"], [1702468151, "13399.893"], [1702468181, "13428.011999999999"], [1702468208, "13454.391"], [1702468241, "13485.315"], [1702468256, "13496.784000000001"], [1702468286, "13518.303"], [1702468322, "13536.336"], [1702468352, "13715.868"], [1702468388, "13800.615"], [1702468424, "13912.011"], [1702468457, "14002.713000000002"], [1702468493, "14138.448"], [1702468517, "14226.503999999999"], [1702468550, "14247.633"], [1702468586, "14284.371"], [1702468613, "14377.965"], [1702468637, "14442.354000000001"], [1702468679, "14464.164"], [1702468721, "14537.253000000002"], [1702468730, "14607.123000000001"], [1702468766, "14686.023000000001"], [1702468799, "14791.041000000001"], [1702468835, "14826.591000000002"], [1702468898, "15166.344000000001"], [1702468934, "15242.241"], [1702468970, "15402.201000000001"], [1702468994, "15454.257000000001"], [1702469024, "15461.295000000002"], [1702469060, "15498.171"], [1702469111, "15561.518999999998"], [1702469144, "15678.428999999998"], [1702469168, "15692.739"], [1702469204, "15744.411"], [1702469237, "15774.858"], [1702469273, "15840.125999999998"], [1702469303, "15936.3"], [1702469336, "15985.881000000001"], [1702469360, "16021.638"], [1702469387, "16031.91"], [1702469411, "16064.304"], [1702469435, "16094.634"], [1702469468, "16122.110999999999"], [1702469504, "16139.289"], [1702469537, "16169.829"], [1702469573, "16204.998"], [1702469606, "16265.544"], [1702469633, "16278.689999999999"], [1702469660, "16346.771999999999"], [1702469684, "16382.364"], [1702469717, "16443.699"], [1702469753, "16471.653000000002"], [1702469786, "16499.364"], [1702469816, "16553.520000000004"], [1702469834, "16567.047000000002"], [1702469864, "16590.672000000002"], [1702469906, "16624.458000000002"], [1702469936, "16657.181999999997"], [1702469972, "16687.242000000002"], [1702470005, "16713.498000000003"], [1702470029, "16721.058"], [1702470065, "16742.025"], [1702470101, "16779.261"], [1702470131, "16834.161"], [1702470167, "16890.891000000003"], [1702470203, "16977.249"], [1702470251, "17081.931"], [1702470278, "17106.468000000004"], [1702470311, "17131.116"], [1702470347, "17159.601"], [1702470371, "17176.092000000004"], [1702470404, "17206.176000000003"], [1702470440, "17234.391000000003"], [1702470476, "17307.591000000004"], [1702470506, "17333.886000000002"], [1702470542, "17366.433"], [1702470575, "17415.549000000003"], [1702470611, "17460.198"], [1702470635, "17482.167"], [1702470662, "17505.420000000002"], [1702470686, "17523.147000000004"], [1702470719, "17545.665"], [1702470746, "17575.395"], [1702470812, "17632.164000000004"], [1702470845, "17695.947000000004"], [1702470875, "17733.525"], [1702470899, "17753.481"], [1702470953, "17790.819000000003"], [1702470983, "17818.311"], [1702471025, "17887.386000000002"], [1702471067, "17933.826"], [1702471169, "18052.812"], [1702471193, "18072.888"], [1702471226, "18125.412000000004"], [1702471265, "18185.100000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.9689999999999999"], [1702462808, "1.002"], [1702462829, "1.02"], [1702462844, "1.0379999999999998"], [1702462865, "1.0859999999999999"], [1702462880, "1.119"], [1702462904, "1.197"], [1702462919, "1.23"], [1702462952, "1.278"], [1702462973, "1.3079999999999998"], [1702462988, "1.326"], [1702463045, "1.3889999999999998"], [1702463081, "1.4369999999999998"], [1702463114, "1.533"], [1702463150, "1.599"], [1702463186, "1.662"], [1702463216, "1.737"], [1702463240, "1.7879999999999998"], [1702463273, "1.863"], [1702463324, "1.9739999999999998"], [1702463354, "2.052"], [1702463381, "2.133"], [1702463417, "2.1959999999999997"], [1702463453, "2.259"], [1702463477, "2.304"], [1702463510, "2.34"], [1702463537, "2.388"], [1702463570, "2.418"], [1702463591, "2.463"], [1702463621, "2.523"], [1702463657, "2.586"], [1702463693, "2.667"], [1702463729, "2.733"], [1702463765, "2.7840000000000003"], [1702463798, "2.832"], [1702463846, "2.91"], [1702463873, "2.955"], [1702463906, "3.015"], [1702463948, "3.111"], [1702463984, "3.174"], [1702464014, "3.237"], [1702464050, "3.3"], [1702464086, "3.375"], [1702464122, "3.45"], [1702464155, "3.5100000000000002"], [1702464194, "3.618"], [1702464230, "3.684"], [1702464263, "3.765"], [1702464299, "3.846"], [1702464332, "3.927"], [1702464356, "4.008"], [1702464392, "4.0889999999999995"], [1702464425, "4.17"], [1702464455, "4.245"], [1702464479, "4.3229999999999995"], [1702464509, "4.413"], [1702464533, "4.503"], [1702464569, "4.596"], [1702464605, "4.677"], [1702464635, "4.77"], [1702464671, "4.866"], [1702464716, "4.959"], [1702464743, "5.0489999999999995"], [1702464776, "5.138999999999999"], [1702464812, "5.228999999999999"], [1702464836, "5.334"], [1702464869, "5.4239999999999995"], [1702464905, "5.532"], [1702464926, "5.606999999999999"], [1702464956, "5.699999999999999"], [1702464992, "5.778"], [1702465016, "5.883"], [1702465049, "5.9639999999999995"], [1702465085, "10.155"], [1702465118, "10.248"], [1702465145, "10.341"], [1702465178, "10.431"], [1702465208, "10.524"], [1702465241, "10.617"], [1702465298, "10.758"], [1702465334, "10.869"], [1702465367, "10.959"], [1702465394, "11.049"], [1702465418, "11.139"], [1702465445, "11.229"], [1702465481, "11.322"], [1702465517, "11.433"], [1702465550, "11.526"], [1702465586, "11.607"], [1702465619, "11.7"], [1702465658, "11.793"], [1702465706, "11.867999999999999"], [1702465754, "11.886"], [1702465787, "11.922"], [1702465823, "11.94"], [1702465856, "11.972999999999999"], [1702465880, "12.021"], [1702465910, "12.072"], [1702465952, "12.135"], [1702465988, "12.198"], [1702466015, "12.258"], [1702466030, "12.318"], [1702466060, "12.378"], [1702466078, "12.440999999999999"], [1702466138, "12.555"], [1702466168, "12.620999999999999"], [1702466204, "12.687"], [1702466237, "12.75"], [1702466261, "12.795"], [1702466291, "12.857999999999999"], [1702466327, "12.918"], [1702466360, "12.978"], [1702466384, "13.038"], [1702466417, "13.092"], [1702466441, "13.155"], [1702466471, "13.218"], [1702466507, "13.254"], [1702466540, "13.305"], [1702466597, "13.389"], [1702466633, "13.44"], [1702466666, "13.485"], [1702466705, "13.53"], [1702466732, "13.59"], [1702466765, "13.638"], [1702466801, "13.698"], [1702466852, "13.776"], [1702466876, "13.836"], [1702466918, "13.884"], [1702466978, "13.998"], [1702467014, "14.058"], [1702467038, "14.118"], [1702467068, "14.177999999999999"], [1702467122, "14.268"], [1702467158, "14.328"], [1702467191, "14.388"], [1702467221, "14.451"], [1702467257, "14.502"], [1702467299, "14.565"], [1702467350, "14.655"], [1702467386, "14.715"], [1702467419, "14.79"], [1702467455, "14.85"], [1702467515, "14.972999999999999"], [1702467542, "15.036"], [1702467566, "15.102"], [1702467599, "15.15"], [1702467635, "15.198"], [1702467668, "15.231"], [1702467695, "15.261"], [1702467716, "15.306"], [1702467746, "15.336"], [1702467800, "15.395999999999999"], [1702467824, "15.440999999999999"], [1702467908, "15.564"], [1702467944, "15.594"], [1702467968, "15.627"], [1702468001, "15.657"], [1702468031, "15.702"], [1702468067, "15.732"], [1702468085, "15.762"], [1702468115, "15.777"], [1702468151, "15.807"], [1702468181, "15.837"], [1702468208, "15.866999999999999"], [1702468241, "15.885"], [1702468256, "15.915"], [1702468286, "15.948"], [1702468322, "15.963"], [1702468352, "15.978"], [1702468388, "16.008"], [1702468424, "16.038"], [1702468457, "16.067999999999998"], [1702468493, "16.083"], [1702468517, "16.116"], [1702468550, "16.146"], [1702468586, "16.161"], [1702468613, "16.179000000000002"], [1702468637, "16.209"], [1702468679, "16.224"], [1702468721, "16.253999999999998"], [1702468730, "16.269"], [1702468766, "16.299"], [1702468799, "16.329"], [1702468835, "16.359"], [1702468898, "16.407"], [1702468934, "16.422"], [1702468970, "16.422"], [1702468994, "16.451999999999998"], [1702469024, "16.467"], [1702469060, "16.497"], [1702469111, "16.542"], [1702469144, "16.545"], [1702469168, "16.560000000000002"], [1702469204, "16.578"], [1702469237, "16.608"], [1702469273, "16.622999999999998"], [1702469303, "16.653"], [1702469336, "16.683"], [1702469360, "16.683"], [1702469387, "16.683"], [1702469411, "16.698"], [1702469435, "16.728"], [1702469468, "16.758"], [1702469504, "16.791"], [1702469537, "16.823999999999998"], [1702469573, "16.857"], [1702469606, "16.887"], [1702469633, "16.917"], [1702469660, "16.947"], [1702469684, "16.977"], [1702469717, "17.006999999999998"], [1702469753, "17.022"], [1702469786, "17.037"], [1702469816, "17.055"], [1702469834, "17.085"], [1702469864, "17.1"], [1702469906, "17.151"], [1702469936, "17.180999999999997"], [1702469972, "17.211"], [1702470005, "17.226"], [1702470029, "17.241"], [1702470065, "17.259"], [1702470101, "17.292"], [1702470131, "17.325"], [1702470167, "17.355"], [1702470203, "17.384999999999998"], [1702470251, "17.415"], [1702470278, "17.445"], [1702470311, "17.475"], [1702470347, "17.505"], [1702470371, "17.535"], [1702470404, "17.567999999999998"], [1702470440, "17.570999999999998"], [1702470476, "17.604"], [1702470506, "17.607"], [1702470542, "17.64"], [1702470575, "17.655"], [1702470611, "17.655"], [1702470635, "17.685000000000002"], [1702470662, "17.7"], [1702470686, "17.73"], [1702470719, "17.759999999999998"], [1702470746, "17.79"], [1702470812, "17.838"], [1702470845, "17.856"], [1702470875, "17.886"], [1702470899, "17.916"], [1702470953, "17.961"], [1702470983, "17.991"], [1702471025, "18.027"], [1702471067, "18.078"], [1702471169, "18.168"], [1702471193, "18.201"], [1702471226, "18.231"], [1702471265, "18.264"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "417.00899999999996"], [1702462808, "461.03400000000005"], [1702462829, "505.05899999999997"], [1702462844, "547.323"], [1702462865, "589.587"], [1702462880, "631.851"], [1702462904, "716.3789999999999"], [1702462919, "758.643"], [1702462952, "843.1709999999999"], [1702462973, "885.4350000000001"], [1702462988, "927.6990000000001"], [1702463045, "1054.491"], [1702463081, "1139.019"], [1702463114, "1223.5469999999998"], [1702463150, "1308.075"], [1702463186, "1392.603"], [1702463216, "1477.1309999999999"], [1702463240, "1561.6589999999999"], [1702463273, "1646.187"], [1702463324, "1772.9790000000003"], [1702463354, "1857.5069999999998"], [1702463381, "1942.035"], [1702463417, "2026.5629999999999"], [1702463453, "2111.091"], [1702463477, "2195.6189999999997"], [1702463510, "2280.147"], [1702463537, "2364.6749999999997"], [1702463570, "2449.203"], [1702463591, "2533.7309999999998"], [1702463621, "2618.259"], [1702463657, "2702.787"], [1702463693, "2787.3149999999996"], [1702463729, "2871.8430000000003"], [1702463765, "2956.371"], [1702463798, "3040.899"], [1702463846, "3167.691"], [1702463873, "3252.219"], [1702463906, "3336.7470000000003"], [1702463948, "3463.539"], [1702463984, "3548.067"], [1702464014, "3632.5950000000003"], [1702464050, "3717.123"], [1702464086, "3801.651"], [1702464122, "3886.179"], [1702464155, "3970.707"], [1702464194, "4097.499"], [1702464230, "4182.027"], [1702464263, "4266.555"], [1702464299, "4351.083"], [1702464332, "4435.611"], [1702464356, "4520.139"], [1702464392, "4604.6669999999995"], [1702464425, "4689.195"], [1702464455, "4773.723"], [1702464479, "4858.250999999999"], [1702464509, "4942.7789999999995"], [1702464533, "5027.307"], [1702464569, "5111.835"], [1702464605, "5196.363"], [1702464635, "5280.8910000000005"], [1702464671, "5365.419"], [1702464716, "5449.947"], [1702464743, "5534.475"], [1702464776, "5619.003"], [1702464812, "5703.531"], [1702464836, "5788.058999999999"], [1702464869, "5872.5869999999995"], [1702464905, "5957.115"], [1702464926, "6041.643"], [1702464956, "6126.171"], [1702464992, "6210.6990000000005"], [1702465016, "6295.226999999999"], [1702465049, "6379.755"], [1702465085, "6464.283"], [1702465118, "6548.811"], [1702465145, "6633.339"], [1702465178, "6717.867"], [1702465208, "6802.3949999999995"], [1702465241, "6886.923"], [1702465298, "7013.715"], [1702465334, "7098.243"], [1702465367, "7182.771"], [1702465394, "7267.299"], [1702465418, "7351.827000000001"], [1702465445, "7436.355"], [1702465481, "7520.882999999999"], [1702465517, "7605.411"], [1702465550, "7689.939"], [1702465586, "7774.467"], [1702465619, "7858.994999999999"], [1702465658, "7943.523"], [1702465706, "8028.051"], [1702465754, "8154.843"], [1702465787, "8239.371000000001"], [1702465823, "8323.899000000001"], [1702465856, "8408.427"], [1702465880, "8492.955"], [1702465910, "8577.483"], [1702465952, "8662.010999999999"], [1702465988, "8746.538999999999"], [1702466015, "8831.067000000001"], [1702466030, "8915.595"], [1702466060, "9000.123"], [1702466078, "9084.651"], [1702466138, "9211.443000000001"], [1702466168, "9295.971"], [1702466204, "9380.499"], [1702466237, "9465.027"], [1702466261, "9549.555"], [1702466291, "9634.083"], [1702466327, "9718.610999999999"], [1702466360, "9803.139"], [1702466384, "9887.667"], [1702466417, "9972.195"], [1702466441, "10056.723"], [1702466471, "10141.251"], [1702466507, "10225.779"], [1702466540, "10310.306999999999"], [1702466597, "10437.099"], [1702466633, "10521.627"], [1702466666, "10606.155"], [1702466705, "10690.682999999999"], [1702466732, "10775.211000000001"], [1702466765, "10859.739"], [1702466801, "10944.266999999998"], [1702466852, "11071.059"], [1702466876, "11155.587000000001"], [1702466918, "11240.115"], [1702466978, "11409.171"], [1702467014, "11493.699"], [1702467038, "11578.227"], [1702467068, "11662.755000000001"], [1702467122, "11789.546999999999"], [1702467158, "11874.075"], [1702467191, "11958.603"], [1702467221, "12043.131000000001"], [1702467257, "12127.659000000001"], [1702467299, "12212.187"], [1702467350, "12338.979"], [1702467386, "12423.507000000001"], [1702467419, "12508.035"], [1702467455, "12592.563"], [1702467515, "12761.619"], [1702467542, "12846.146999999999"], [1702467566, "12930.675"], [1702467599, "13015.203"], [1702467635, "13099.731"], [1702467668, "13184.259000000002"], [1702467695, "13268.787"], [1702467716, "13353.315"], [1702467746, "13437.843"], [1702467800, "13564.634999999998"], [1702467824, "13649.162999999999"], [1702467908, "13860.483"], [1702467944, "13945.010999999999"], [1702467968, "14029.539"], [1702468001, "14114.067000000001"], [1702468031, "14198.595"], [1702468067, "14283.123"], [1702468085, "14367.651"], [1702468115, "14452.179"], [1702468151, "14536.707"], [1702468181, "14621.234999999999"], [1702468208, "14705.762999999997"], [1702468241, "14790.291000000001"], [1702468256, "14874.819000000001"], [1702468286, "14959.347"], [1702468322, "15043.875"], [1702468352, "15128.403"], [1702468388, "15212.931"], [1702468424, "15297.459"], [1702468457, "15381.987"], [1702468493, "15466.514999999998"], [1702468517, "15551.043000000001"], [1702468550, "15635.571000000002"], [1702468586, "15720.099"], [1702468613, "15804.627"], [1702468637, "15889.155"], [1702468679, "15973.682999999999"], [1702468721, "16058.211"], [1702468730, "16100.475"], [1702468766, "16185.003"], [1702468799, "16269.530999999999"], [1702468835, "16354.059"], [1702468898, "16480.851"], [1702468934, "16565.379"], [1702468970, "16649.907"], [1702468994, "16734.435"], [1702469024, "16818.963"], [1702469060, "16903.491"], [1702469111, "17030.283"], [1702469144, "17114.811"], [1702469168, "17199.339"], [1702469204, "17283.867"], [1702469237, "17368.395"], [1702469273, "17452.923"], [1702469303, "17537.450999999997"], [1702469336, "17621.979"], [1702469360, "17706.506999999998"], [1702469387, "17791.035"], [1702469411, "17875.563000000002"], [1702469435, "17960.091"], [1702469468, "18044.619"], [1702469504, "18129.147"], [1702469537, "18213.675"], [1702469573, "18298.202999999998"], [1702469606, "18382.731"], [1702469633, "18467.259"], [1702469660, "18551.787"], [1702469684, "18636.315000000002"], [1702469717, "18720.843"], [1702469753, "18805.371"], [1702469786, "18889.898999999998"], [1702469816, "18974.427000000003"], [1702469834, "19058.954999999998"], [1702469864, "19143.483"], [1702469906, "19270.275"], [1702469936, "19354.803000000004"], [1702469972, "19439.331"], [1702470005, "19523.859"], [1702470029, "19608.387000000002"], [1702470065, "19692.914999999997"], [1702470101, "19777.443"], [1702470131, "19861.971"], [1702470167, "19946.499"], [1702470203, "20031.027000000002"], [1702470251, "20157.818999999996"], [1702470278, "20242.347"], [1702470311, "20326.875"], [1702470347, "20411.403"], [1702470371, "20495.931"], [1702470404, "20580.459"], [1702470440, "20664.987"], [1702470476, "20749.515"], [1702470506, "20834.043"], [1702470542, "20918.570999999996"], [1702470575, "21003.099"], [1702470611, "21087.627"], [1702470635, "21172.155"], [1702470662, "21256.683"], [1702470686, "21341.211000000003"], [1702470719, "21425.739"], [1702470746, "21510.267"], [1702470812, "21679.322999999997"], [1702470845, "21763.851"], [1702470875, "21848.379"], [1702470899, "21932.907"], [1702470953, "22059.699"], [1702470983, "22144.227"], [1702471025, "22228.754999999997"], [1702471067, "22355.547000000002"], [1702471169, "22566.867000000002"], [1702471193, "22651.395"], [1702471226, "22735.923"], [1702471265, "22820.450999999997"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.483"], [1702462721, "0.501"], [1702462736, "0.684"], [1702462751, "0.8220000000000001"], [1702462763, "0.855"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "145.245"], [1702462721, "191.18400000000003"], [1702462736, "237.123"], [1702462751, "283.062"], [1702462763, "328.023"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.8299999999999998"], [1702463381, "1.9109999999999998"], [1702463417, "1.974"], [1702463453, "2.037"], [1702463477, "2.0820000000000003"], [1702463510, "2.1180000000000003"], [1702463537, "2.166"], [1702463570, "2.196"], [1702463591, "2.2439999999999998"], [1702463621, "2.304"], [1702463657, "2.367"], [1702463693, "2.448"], [1702463729, "2.514"], [1702463765, "2.568"], [1702463798, "2.616"], [1702463846, "2.694"], [1702463873, "2.739"], [1702463906, "2.799"], [1702463948, "2.895"], [1702463984, "2.9579999999999997"], [1702464014, "3.021"], [1702464050, "3.084"], [1702464086, "3.159"], [1702464122, "3.234"], [1702464155, "3.294"], [1702464194, "3.4019999999999997"], [1702464230, "3.468"], [1702464263, "3.549"], [1702464299, "3.63"], [1702464332, "3.711"], [1702464356, "3.792"], [1702464392, "3.8729999999999998"], [1702464425, "3.9539999999999997"], [1702464455, "4.029"], [1702464479, "4.107"], [1702464509, "4.197"], [1702464533, "4.287"], [1702464569, "4.380000000000001"], [1702464605, "4.461"], [1702464635, "4.554"], [1702464671, "4.65"], [1702464716, "4.743"], [1702464743, "4.833"], [1702464776, "4.923"], [1702464812, "5.013"], [1702464836, "5.118"], [1702464869, "5.208"], [1702464905, "5.316000000000001"], [1702464926, "5.391"], [1702464956, "5.484"], [1702464992, "5.562"], [1702465016, "5.673"], [1702465049, "5.754"], [1702465085, "5.843999999999999"], [1702465118, "5.936999999999999"], [1702465145, "6.029999999999999"], [1702465178, "6.12"], [1702465208, "6.213"], [1702465241, "6.306"], [1702465298, "6.447"], [1702465334, "6.558"], [1702465367, "6.648"], [1702465394, "6.7379999999999995"], [1702465418, "6.827999999999999"], [1702465445, "6.917999999999999"], [1702465481, "7.011"], [1702465517, "7.122"], [1702465550, "7.215"], [1702465586, "7.295999999999999"], [1702465619, "7.388999999999999"], [1702465658, "7.481999999999999"], [1702465706, "7.5569999999999995"], [1702465754, "7.574999999999999"], [1702465787, "7.611"], [1702465823, "7.629"], [1702465856, "7.662"], [1702465880, "7.71"], [1702465910, "7.761"], [1702465952, "7.824"], [1702465988, "7.887"], [1702466015, "7.947"], [1702466030, "8.007"], [1702466060, "8.067"], [1702466078, "8.13"], [1702466138, "8.244"], [1702466168, "8.31"], [1702466204, "8.376000000000001"], [1702466237, "8.439"], [1702466261, "8.484"], [1702466291, "8.547"], [1702466327, "8.607000000000001"], [1702466360, "8.667"], [1702466384, "8.727"], [1702466417, "8.775"], [1702466441, "8.838000000000001"], [1702466471, "8.901"], [1702466507, "8.937000000000001"], [1702466540, "8.988000000000001"], [1702466597, "9.072000000000001"], [1702466633, "9.123000000000001"], [1702466666, "9.168000000000001"], [1702466705, "9.213000000000001"], [1702466732, "9.273"], [1702466765, "9.321"], [1702466801, "9.381"], [1702466852, "9.459000000000001"], [1702466876, "9.519"], [1702466918, "9.567"], [1702466978, "9.681000000000001"], [1702467014, "9.741000000000001"], [1702467038, "9.801"], [1702467068, "9.861"], [1702467122, "9.951"], [1702467158, "10.011000000000001"], [1702467191, "10.071"], [1702467221, "10.134"], [1702467257, "10.185"], [1702467299, "10.248000000000001"], [1702467350, "10.338000000000001"], [1702467386, "10.398"], [1702467419, "10.473"], [1702467455, "10.533000000000001"], [1702467515, "10.662"], [1702467542, "10.725000000000001"], [1702467566, "10.791"], [1702467599, "10.839"], [1702467635, "10.887"], [1702467668, "10.92"], [1702467695, "10.950000000000001"], [1702467716, "10.995000000000001"], [1702467746, "11.025"], [1702467800, "11.085"], [1702467824, "11.13"], [1702467908, "11.255999999999998"], [1702467944, "11.286"], [1702467968, "11.318999999999999"], [1702468001, "11.348999999999998"], [1702468031, "11.393999999999998"], [1702468067, "11.424"], [1702468085, "11.453999999999999"], [1702468115, "11.469"], [1702468151, "11.498999999999999"], [1702468181, "11.529"], [1702468208, "11.559"], [1702468241, "11.577"], [1702468256, "11.607"], [1702468286, "11.639999999999999"], [1702468322, "11.655"], [1702468352, "11.67"], [1702468388, "11.7"], [1702468424, "11.729999999999999"], [1702468457, "11.76"], [1702468493, "11.774999999999999"], [1702468517, "11.808"], [1702468550, "11.838"], [1702468586, "11.853"], [1702468613, "11.870999999999999"], [1702468637, "11.901"], [1702468679, "11.915999999999999"], [1702468721, "11.946"], [1702468730, "11.960999999999999"], [1702468766, "11.991"], [1702468799, "12.020999999999999"], [1702468835, "12.050999999999998"], [1702468898, "12.098999999999998"], [1702468934, "12.113999999999999"], [1702468970, "12.113999999999999"], [1702468994, "12.143999999999998"], [1702469024, "12.158999999999999"], [1702469060, "12.188999999999998"], [1702469111, "12.234"], [1702469144, "12.236999999999998"], [1702469168, "12.251999999999999"], [1702469204, "12.27"], [1702469237, "12.299999999999999"], [1702469273, "12.315"], [1702469303, "12.344999999999999"], [1702469336, "12.375"], [1702469360, "12.375"], [1702469387, "12.375"], [1702469411, "12.389999999999999"], [1702469435, "12.42"], [1702469468, "12.45"], [1702469504, "12.482999999999999"], [1702469537, "12.516"], [1702469573, "12.549"], [1702469606, "12.578999999999999"], [1702469633, "12.609"], [1702469660, "12.639"], [1702469684, "12.668999999999999"], [1702469717, "12.699"], [1702469753, "12.713999999999999"], [1702469786, "12.729"], [1702469816, "12.747"], [1702469834, "12.777"], [1702469864, "12.792"], [1702469906, "12.843"], [1702469936, "12.873"], [1702469972, "12.902999999999999"], [1702470005, "12.918"], [1702470029, "12.933"], [1702470065, "12.950999999999999"], [1702470101, "12.984"], [1702470131, "13.017"], [1702470167, "13.046999999999999"], [1702470203, "13.077"], [1702470251, "13.107"], [1702470278, "13.136999999999999"], [1702470311, "13.167"], [1702470347, "13.197"], [1702470371, "13.226999999999999"], [1702470404, "13.26"], [1702470440, "13.263"], [1702470476, "13.296"], [1702470506, "13.299"], [1702470542, "13.331999999999999"], [1702470575, "13.347"], [1702470611, "13.347"], [1702470635, "13.376999999999999"], [1702470662, "13.392"], [1702470686, "13.421999999999999"], [1702470719, "13.452"], [1702470746, "13.482"], [1702470812, "13.53"], [1702470845, "13.547999999999998"], [1702470875, "13.578"], [1702470899, "13.607999999999999"], [1702470953, "13.652999999999999"], [1702470983, "13.683"], [1702471025, "13.719"], [1702471067, "13.77"], [1702471169, "13.869"], [1702471193, "13.902"], [1702471226, "13.931999999999999"], [1702471265, "13.965"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "7.647"], [1702462721, "7.665000000000001"], [1702462736, "7.7250000000000005"], [1702462751, "7.758000000000001"], [1702462763, "7.7940000000000005"], [1702462793, "7.9590000000000005"], [1702462808, "9.828"], [1702462829, "9.858"], [1702462844, "15.471000000000002"], [1702462865, "15.519000000000002"], [1702462880, "15.837000000000002"], [1702462904, "15.915000000000001"], [1702462919, "16.035"], [1702462952, "16.185000000000002"], [1702462973, "16.236"], [1702462988, "16.254"], [1702463045, "16.635"], [1702463081, "16.695"], [1702463114, "16.878"], [1702463150, "16.95"], [1702463186, "17.031000000000002"], [1702463216, "17.148"], [1702463240, "17.199"], [1702463273, "17.322000000000003"], [1702463324, "17.805"], [1702463354, "17.913000000000004"], [1702463381, "18.051000000000002"], [1702463417, "18.195"], [1702463453, "18.33"], [1702463477, "18.450000000000003"], [1702463510, "18.555"], [1702463537, "18.606"], [1702463570, "18.663"], [1702463591, "18.768"], [1702463621, "18.881999999999998"], [1702463657, "18.948"], [1702463693, "19.074"], [1702463729, "19.707"], [1702463765, "19.851000000000003"], [1702463798, "20.112"], [1702463846, "20.201999999999998"], [1702463873, "20.268"], [1702463906, "20.352"], [1702463948, "20.679"], [1702463984, "21.039"], [1702464014, "21.474"], [1702464050, "21.558"], [1702464086, "21.695999999999998"], [1702464122, "21.819000000000003"], [1702464155, "21.912000000000003"], [1702464194, "22.05"], [1702464230, "22.176"], [1702464263, "22.674"], [1702464299, "22.782"], [1702464332, "23.046"], [1702464356, "23.133000000000003"], [1702464392, "23.304"], [1702464425, "23.490000000000002"], [1702464455, "23.733"], [1702464479, "23.886"], [1702464509, "26.157"], [1702464533, "26.367"], [1702464569, "26.511000000000003"], [1702464605, "26.592"], [1702464635, "26.862000000000002"], [1702464671, "27.054000000000002"], [1702464716, "27.147"], [1702464743, "27.246000000000002"], [1702464776, "27.414"], [1702464812, "27.639000000000003"], [1702464836, "27.813000000000002"], [1702464869, "28.182000000000002"], [1702464905, "28.311"], [1702464926, "28.398000000000003"], [1702464956, "28.515"], [1702464992, "28.737000000000002"], [1702465016, "29.238000000000003"], [1702465049, "29.424000000000003"], [1702465085, "32.655"], [1702465118, "32.799"], [1702465145, "33.279"], [1702465178, "33.387"], [1702465208, "33.504"], [1702465241, "33.744"], [1702465298, "33.96"], [1702465334, "34.086"], [1702465367, "34.224000000000004"], [1702465394, "34.335"], [1702465418, "34.44"], [1702465445, "34.593"], [1702465481, "34.851000000000006"], [1702465517, "34.962"], [1702465550, "35.247"], [1702465586, "35.517"], [1702465619, "35.634"], [1702465658, "35.733000000000004"], [1702465706, "35.895"], [1702465754, "36.378"], [1702465787, "36.474000000000004"], [1702465823, "36.537"], [1702465856, "36.57"], [1702465880, "36.633"], [1702465910, "36.747"], [1702465952, "38.838"], [1702465988, "38.964"], [1702466015, "39.102000000000004"], [1702466030, "39.183"], [1702466060, "39.254999999999995"], [1702466078, "39.324"], [1702466138, "39.486000000000004"], [1702466168, "39.588"], [1702466204, "39.693"], [1702466237, "39.81"], [1702466261, "39.924"], [1702466291, "40.173"], [1702466327, "40.308"], [1702466360, "40.400999999999996"], [1702466384, "40.476"], [1702466417, "40.53"], [1702466441, "40.611"], [1702466471, "40.67699999999999"], [1702466507, "40.751999999999995"], [1702466540, "40.986000000000004"], [1702466597, "41.337"], [1702466633, "41.513999999999996"], [1702466666, "41.559"], [1702466705, "41.625"], [1702466732, "41.78999999999999"], [1702466765, "41.882999999999996"], [1702466801, "42.045"], [1702466852, "42.156000000000006"], [1702466876, "42.224999999999994"], [1702466918, "42.272999999999996"], [1702466978, "42.465"], [1702467014, "43.179"], [1702467038, "43.239000000000004"], [1702467068, "43.31100000000001"], [1702467122, "43.62"], [1702467158, "43.68"], [1702467191, "43.748999999999995"], [1702467221, "43.842"], [1702467257, "44.178000000000004"], [1702467299, "44.298"], [1702467350, "44.493"], [1702467386, "44.831999999999994"], [1702467419, "44.952"], [1702467455, "45.042"], [1702467515, "45.189"], [1702467542, "45.255"], [1702467566, "45.333"], [1702467599, "45.405"], [1702467635, "45.456"], [1702467668, "45.6"], [1702467695, "45.648"], [1702467716, "45.714"], [1702467746, "45.912"], [1702467800, "45.978"], [1702467824, "46.035000000000004"], [1702467908, "46.506"], [1702467944, "46.557"], [1702467968, "46.605000000000004"], [1702468001, "46.635000000000005"], [1702468031, "46.686"], [1702468067, "46.929"], [1702468085, "46.986"], [1702468115, "47.01"], [1702468151, "47.415"], [1702468181, "47.445"], [1702468208, "47.477999999999994"], [1702468241, "47.507999999999996"], [1702468256, "47.553"], [1702468286, "47.634"], [1702468322, "47.652"], [1702468352, "47.81400000000001"], [1702468388, "47.853"], [1702468424, "47.967"], [1702468457, "48.138000000000005"], [1702468493, "48.873"], [1702468517, "48.906"], [1702468550, "48.975"], [1702468586, "49.014"], [1702468613, "49.167"], [1702468637, "49.614000000000004"], [1702468679, "49.635000000000005"], [1702468721, "49.665000000000006"], [1702468730, "49.689"], [1702468766, "49.722"], [1702468799, "49.755"], [1702468835, "49.788000000000004"], [1702468898, "49.905"], [1702468934, "50.05200000000001"], [1702468970, "50.19"], [1702468994, "50.244"], [1702469024, "50.265"], [1702469060, "50.31"], [1702469111, "50.634"], [1702469144, "50.703"], [1702469168, "50.727000000000004"], [1702469204, "50.745000000000005"], [1702469237, "50.79600000000001"], [1702469273, "50.81700000000001"], [1702469303, "50.937"], [1702469336, "50.991"], [1702469360, "50.994"], [1702469387, "51"], [1702469411, "51.108000000000004"], [1702469435, "51.15"], [1702469468, "51.222"], [1702469504, "51.257999999999996"], [1702469537, "51.306"], [1702469573, "51.345"], [1702469606, "51.375"], [1702469633, "51.408"], [1702469660, "51.438"], [1702469684, "51.635999999999996"], [1702469717, "51.705"], [1702469753, "51.744"], [1702469786, "51.783"], [1702469816, "51.813"], [1702469834, "51.843"], [1702469864, "51.867000000000004"], [1702469906, "51.996"], [1702469936, "52.044"], [1702469972, "52.29"], [1702470005, "52.314"], [1702470029, "52.329"], [1702470065, "52.347"], [1702470101, "52.428000000000004"], [1702470131, "52.482000000000006"], [1702470167, "52.542"], [1702470203, "52.724999999999994"], [1702470251, "52.881"], [1702470278, "52.95"], [1702470311, "52.980000000000004"], [1702470347, "53.016000000000005"], [1702470371, "53.06100000000001"], [1702470404, "53.10900000000001"], [1702470440, "53.169"], [1702470476, "53.279999999999994"], [1702470506, "53.309999999999995"], [1702470542, "53.472"], [1702470575, "53.559000000000005"], [1702470611, "53.658"], [1702470635, "53.712"], [1702470662, "53.742000000000004"], [1702470686, "54.786"], [1702470719, "54.834"], [1702470746, "54.891"], [1702470812, "55.014"], [1702470845, "55.245000000000005"], [1702470875, "55.344"], [1702470899, "55.394999999999996"], [1702470953, "55.611"], [1702470983, "55.674"], [1702471025, "55.71"], [1702471067, "56.142"], [1702471169, "56.322"], [1702471193, "56.355000000000004"], [1702471226, "56.385000000000005"], [1702471265, "56.469"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "62.091"], [1702462721, "67.782"], [1702462736, "70.191"], [1702462751, "71.43"], [1702462763, "71.499"], [1702462793, "75.693"], [1702462808, "81.57900000000001"], [1702462829, "84.31200000000001"], [1702462844, "93.76500000000001"], [1702462865, "98.418"], [1702462880, "102.171"], [1702462904, "105.549"], [1702462919, "106.857"], [1702462952, "112.239"], [1702462973, "113.841"], [1702462988, "116.44800000000001"], [1702463045, "129.492"], [1702463081, "134.66699999999997"], [1702463114, "138.41099999999997"], [1702463150, "141.26999999999998"], [1702463186, "143.844"], [1702463216, "150.027"], [1702463240, "153.045"], [1702463273, "155.772"], [1702463324, "161.50799999999998"], [1702463354, "162.82799999999997"], [1702463381, "167.01899999999998"], [1702463417, "169.29899999999998"], [1702463453, "174.10799999999998"], [1702463477, "176.28"], [1702463510, "179.67"], [1702463537, "181.002"], [1702463570, "197.799"], [1702463591, "200.442"], [1702463621, "203.259"], [1702463657, "206.62199999999996"], [1702463693, "210.03300000000002"], [1702463729, "219.546"], [1702463765, "224.24999999999997"], [1702463798, "226.78799999999998"], [1702463846, "228.177"], [1702463873, "230.39399999999998"], [1702463906, "232.833"], [1702463948, "237.84599999999998"], [1702463984, "242.34"], [1702464014, "244.971"], [1702464050, "250.46699999999998"], [1702464086, "255.135"], [1702464122, "260.034"], [1702464155, "265.854"], [1702464194, "269.22299999999996"], [1702464230, "271.245"], [1702464263, "273.093"], [1702464299, "276.16799999999995"], [1702464332, "281.77799999999996"], [1702464356, "285.393"], [1702464392, "290.721"], [1702464425, "293.403"], [1702464455, "298.31699999999995"], [1702464479, "303.363"], [1702464509, "305.868"], [1702464533, "307.833"], [1702464569, "312.38999999999993"], [1702464605, "315.816"], [1702464635, "319.842"], [1702464671, "339.261"], [1702464716, "345.41999999999996"], [1702464743, "352.125"], [1702464776, "360.98999999999995"], [1702464812, "366.47700000000003"], [1702464836, "369.726"], [1702464869, "375.39"], [1702464905, "383.139"], [1702464926, "383.919"], [1702464956, "387.59700000000004"], [1702464992, "426.531"], [1702465016, "429.243"], [1702465049, "433.86299999999994"], [1702465085, "443.616"], [1702465118, "448.761"], [1702465145, "455.955"], [1702465178, "461.148"], [1702465208, "467.28"], [1702465241, "472.413"], [1702465298, "478.902"], [1702465334, "482.25600000000003"], [1702465367, "486.306"], [1702465394, "487.041"], [1702465418, "488.01899999999995"], [1702465445, "490.947"], [1702465481, "495.657"], [1702465517, "500.139"], [1702465550, "505.017"], [1702465586, "511.89599999999996"], [1702465619, "513.4560000000001"], [1702465658, "521.364"], [1702465706, "526.2270000000001"], [1702465754, "533.619"], [1702465787, "537.552"], [1702465823, "540.9780000000001"], [1702465856, "545.2800000000001"], [1702465880, "549.2070000000001"], [1702465910, "552.7230000000001"], [1702465952, "556.923"], [1702465988, "561.993"], [1702466015, "564.9900000000001"], [1702466030, "565.332"], [1702466060, "567.2610000000001"], [1702466078, "568.2060000000001"], [1702466138, "574.047"], [1702466168, "579.447"], [1702466204, "587.187"], [1702466237, "599.163"], [1702466261, "601.1760000000002"], [1702466291, "603.1110000000001"], [1702466327, "607.3439999999999"], [1702466360, "610.26"], [1702466384, "612.903"], [1702466417, "616.1370000000001"], [1702466441, "617.055"], [1702466471, "618.75"], [1702466507, "625.5330000000001"], [1702466540, "630.627"], [1702466597, "642.1890000000001"], [1702466633, "647.7149999999999"], [1702466666, "651.9630000000001"], [1702466705, "656.0880000000001"], [1702466732, "658.488"], [1702466765, "660.816"], [1702466801, "663.558"], [1702466852, "676.479"], [1702466876, "677.469"], [1702466918, "682.7249999999999"], [1702466978, "695.73"], [1702467014, "702.693"], [1702467038, "708.3239999999998"], [1702467068, "711.564"], [1702467122, "715.812"], [1702467158, "718.1669999999999"], [1702467191, "724.3739999999999"], [1702467221, "729.342"], [1702467257, "732.3749999999999"], [1702467299, "734.814"], [1702467350, "741.8969999999999"], [1702467386, "745.8539999999999"], [1702467419, "747.3809999999999"], [1702467455, "749.9399999999999"], [1702467515, "751.3499999999999"], [1702467542, "752.199"], [1702467566, "752.928"], [1702467599, "753.6659999999999"], [1702467635, "755.967"], [1702467668, "762.03"], [1702467695, "764.718"], [1702467716, "766.797"], [1702467746, "768.48"], [1702467800, "779.6339999999999"], [1702467824, "780.84"], [1702467908, "783.2189999999999"], [1702467944, "784.0409999999998"], [1702467968, "784.7849999999999"], [1702468001, "785.775"], [1702468031, "788.2739999999999"], [1702468067, "804.3989999999999"], [1702468085, "806.2079999999999"], [1702468115, "807.816"], [1702468151, "810.9749999999999"], [1702468181, "812.721"], [1702468208, "813.6689999999999"], [1702468241, "815.1569999999999"], [1702468256, "815.5649999999998"], [1702468286, "816.723"], [1702468322, "817.3799999999999"], [1702468352, "823.0859999999999"], [1702468388, "827.9849999999999"], [1702468424, "834.0419999999999"], [1702468457, "840.3509999999999"], [1702468493, "844.4609999999999"], [1702468517, "847.425"], [1702468550, "848.223"], [1702468586, "850.6499999999999"], [1702468613, "855.4710000000001"], [1702468637, "857.823"], [1702468679, "859.35"], [1702468721, "866.988"], [1702468730, "867.9270000000001"], [1702468766, "872.742"], [1702468799, "882.306"], [1702468835, "883.908"], [1702468898, "892.7580000000002"], [1702468934, "896.229"], [1702468970, "902.691"], [1702468994, "905.499"], [1702469024, "905.6909999999999"], [1702469060, "907.188"], [1702469111, "910.422"], [1702469144, "916.3169999999999"], [1702469168, "917.0939999999999"], [1702469204, "920.1329999999999"], [1702469237, "922.6379999999999"], [1702469273, "924.528"], [1702469303, "929.634"], [1702469336, "931.707"], [1702469360, "932.304"], [1702469387, "932.619"], [1702469411, "933.9329999999999"], [1702469435, "935.1179999999999"], [1702469468, "936.1890000000001"], [1702469504, "937.0319999999999"], [1702469537, "938.2979999999999"], [1702469573, "939.5219999999999"], [1702469606, "942.8399999999999"], [1702469633, "943.6920000000001"], [1702469660, "946.254"], [1702469684, "948.327"], [1702469717, "951.069"], [1702469753, "951.7680000000001"], [1702469786, "952.6800000000001"], [1702469816, "955.794"], [1702469834, "956.385"], [1702469864, "957.5970000000001"], [1702469906, "958.9409999999999"], [1702469936, "960.315"], [1702469972, "963.213"], [1702470005, "965.9879999999999"], [1702470029, "966.309"], [1702470065, "968.502"], [1702470101, "969.882"], [1702470131, "973.3140000000001"], [1702470167, "977.241"], [1702470203, "982.806"], [1702470251, "988.716"], [1702470278, "989.67"], [1702470311, "990.5939999999999"], [1702470347, "992.184"], [1702470371, "993.639"], [1702470404, "997.947"], [1702470440, "999.936"], [1702470476, "1002.984"], [1702470506, "1004.577"], [1702470542, "1006.86"], [1702470575, "1010.394"], [1702470611, "1012.722"], [1702470635, "1014.93"], [1702470662, "1015.8960000000001"], [1702470686, "1017.171"], [1702470719, "1018.788"], [1702470746, "1020.5609999999999"], [1702470812, "1025.256"], [1702470845, "1029.972"], [1702470875, "1032.1650000000002"], [1702470899, "1033.644"], [1702470953, "1036.7220000000002"], [1702470983, "1039.053"], [1702471025, "1041.4560000000001"], [1702471067, "1045.2480000000003"], [1702471169, "1053.018"], [1702471193, "1055.3609999999999"], [1702471226, "1058.4869999999999"], [1702471265, "1061.3850000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "6.372"], [1702462973, "6.402"], [1702462988, "6.42"], [1702463045, "6.489"], [1702463081, "7.119"], [1702463114, "7.215"], [1702463150, "7.281000000000001"], [1702463186, "7.344"], [1702463216, "7.4190000000000005"], [1702463240, "8.997"], [1702463273, "9.072"], [1702463324, "9.183"], [1702463354, "9.261"], [1702463381, "9.341999999999999"], [1702463417, "9.405"], [1702463453, "9.468"], [1702463477, "9.513"], [1702463510, "9.549"], [1702463537, "9.597"], [1702463570, "9.626999999999999"], [1702463591, "9.671999999999999"], [1702463621, "9.732"], [1702463657, "9.795"], [1702463693, "9.876"], [1702463729, "9.942"], [1702463765, "9.992999999999999"], [1702463798, "10.041"], [1702463846, "10.143"], [1702463873, "10.188"], [1702463906, "10.248000000000001"], [1702463948, "10.344000000000001"], [1702463984, "10.407"], [1702464014, "10.47"], [1702464050, "10.533000000000001"], [1702464086, "10.608"], [1702464122, "10.683"], [1702464155, "10.743"], [1702464194, "10.851"], [1702464230, "11.097"], [1702464263, "11.178"], [1702464299, "11.259"], [1702464332, "11.34"], [1702464356, "11.421"], [1702464392, "11.502"], [1702464425, "11.583"], [1702464455, "11.658"], [1702464479, "11.736"], [1702464509, "11.829"], [1702464533, "11.919"], [1702464569, "12.012"], [1702464605, "12.093"], [1702464635, "12.186"], [1702464671, "12.282"], [1702464716, "12.375"], [1702464743, "12.465"], [1702464776, "12.555"], [1702464812, "12.645"], [1702464836, "12.75"], [1702464869, "12.84"], [1702464905, "12.948"], [1702464926, "13.023"], [1702464956, "13.116"], [1702464992, "13.193999999999999"], [1702465016, "13.299"], [1702465049, "13.379999999999999"], [1702465085, "13.47"], [1702465118, "13.563"], [1702465145, "13.656"], [1702465178, "13.746"], [1702465208, "13.839"], [1702465241, "13.932"], [1702465298, "14.073"], [1702465334, "14.184000000000001"], [1702465367, "14.274000000000001"], [1702465394, "14.364"], [1702465418, "14.454"], [1702465445, "14.544"], [1702465481, "14.637"], [1702465517, "14.748000000000001"], [1702465550, "14.841000000000001"], [1702465586, "14.922"], [1702465619, "15.015"], [1702465658, "15.108"], [1702465706, "15.183"], [1702465754, "15.201"], [1702465787, "15.237"], [1702465823, "15.254999999999999"], [1702465856, "15.288"], [1702465880, "15.336"], [1702465910, "15.387"], [1702465952, "15.45"], [1702465988, "15.513"], [1702466015, "15.573"], [1702466030, "15.633"], [1702466060, "15.693000000000001"], [1702466078, "15.756"], [1702466138, "15.870000000000001"], [1702466168, "15.936"], [1702466204, "16.002"], [1702466237, "16.065"], [1702466261, "16.11"], [1702466291, "16.173000000000002"], [1702466327, "16.233"], [1702466360, "16.293"], [1702466384, "16.353"], [1702466417, "16.401"], [1702466441, "16.464"], [1702466471, "16.527"], [1702466507, "16.563000000000002"], [1702466540, "16.614"], [1702466597, "16.698"], [1702466633, "16.749000000000002"], [1702466666, "16.794"], [1702466705, "16.839"], [1702466732, "16.899"], [1702466765, "16.947000000000003"], [1702466801, "17.006999999999998"], [1702466852, "17.085"], [1702466876, "17.145"], [1702466918, "17.192999999999998"], [1702466978, "17.307000000000002"], [1702467014, "17.367"], [1702467038, "17.427"], [1702467068, "17.487000000000002"], [1702467122, "17.576999999999998"], [1702467158, "17.637"], [1702467191, "17.697000000000003"], [1702467221, "17.759999999999998"], [1702467257, "17.811"], [1702467299, "17.874000000000002"], [1702467350, "17.964"], [1702467386, "18.024"], [1702467419, "18.099"], [1702467455, "18.159"], [1702467515, "18.282"], [1702467542, "18.345"], [1702467566, "18.411"], [1702467599, "18.459"], [1702467635, "18.506999999999998"], [1702467668, "18.54"], [1702467695, "18.57"], [1702467716, "18.615000000000002"], [1702467746, "18.645"], [1702467800, "18.705"], [1702467824, "18.75"], [1702467908, "18.872999999999998"], [1702467944, "18.903"], [1702467968, "18.936"], [1702468001, "18.966"], [1702468031, "19.011000000000003"], [1702468067, "19.041"], [1702468085, "19.070999999999998"], [1702468115, "19.086"], [1702468151, "19.116"], [1702468181, "19.146"], [1702468208, "19.176000000000002"], [1702468241, "19.194000000000003"], [1702468256, "19.224"], [1702468286, "19.256999999999998"], [1702468322, "19.272"], [1702468352, "19.287"], [1702468388, "19.317"], [1702468424, "19.347"], [1702468457, "19.377000000000002"], [1702468493, "19.392"], [1702468517, "19.425"], [1702468550, "19.455"], [1702468586, "19.47"], [1702468613, "19.488"], [1702468637, "19.518"], [1702468679, "19.533"], [1702468721, "19.563000000000002"], [1702468730, "19.578"], [1702468766, "19.608"], [1702468799, "19.637999999999998"], [1702468835, "19.668"], [1702468898, "19.716"], [1702468934, "19.731"], [1702468970, "19.731"], [1702468994, "19.761000000000003"], [1702469024, "19.776"], [1702469060, "19.806"], [1702469111, "19.851"], [1702469144, "19.854"], [1702469168, "19.869"], [1702469204, "19.887"], [1702469237, "19.917"], [1702469273, "19.932000000000002"], [1702469303, "19.962"], [1702469336, "19.992"], [1702469360, "19.992"], [1702469387, "19.992"], [1702469411, "20.006999999999998"], [1702469435, "20.037"], [1702469468, "20.067"], [1702469504, "20.1"], [1702469537, "20.133000000000003"], [1702469573, "20.166"], [1702469606, "20.195999999999998"], [1702469633, "20.226"], [1702469660, "20.256"], [1702469684, "20.286"], [1702469717, "20.316000000000003"], [1702469753, "20.331"], [1702469786, "20.346"], [1702469816, "20.364"], [1702469834, "20.394"], [1702469864, "20.409"], [1702469906, "20.46"], [1702469936, "20.490000000000002"], [1702469972, "20.52"], [1702470005, "20.535"], [1702470029, "20.55"], [1702470065, "20.567999999999998"], [1702470101, "20.601"], [1702470131, "20.634"], [1702470167, "20.664"], [1702470203, "20.694000000000003"], [1702470251, "20.724"], [1702470278, "20.753999999999998"], [1702470311, "20.784"], [1702470347, "20.814"], [1702470371, "20.844"], [1702470404, "20.877000000000002"], [1702470440, "20.880000000000003"], [1702470476, "20.913"], [1702470506, "20.916"], [1702470542, "20.948999999999998"], [1702470575, "20.964"], [1702470611, "20.964"], [1702470635, "20.994"], [1702470662, "21.009"], [1702470686, "21.039"], [1702470719, "21.069000000000003"], [1702470746, "21.099"], [1702470812, "21.147"], [1702470845, "21.165"], [1702470875, "21.195"], [1702470899, "21.225"], [1702470953, "21.27"], [1702470983, "21.3"], [1702471025, "21.336"], [1702471067, "21.387"], [1702471169, "21.477"], [1702471193, "21.509999999999998"], [1702471226, "21.54"], [1702471265, "21.573"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "470.18700000000007"], [1702462973, "512.451"], [1702462988, "554.715"], [1702463045, "681.5070000000001"], [1702463081, "766.0350000000001"], [1702463114, "850.5630000000001"], [1702463150, "935.091"], [1702463186, "1019.6189999999999"], [1702463216, "1104.147"], [1702463240, "1188.675"], [1702463273, "1273.203"], [1702463324, "1399.995"], [1702463354, "1484.5230000000001"], [1702463381, "1569.051"], [1702463417, "1653.5790000000002"], [1702463453, "1738.107"], [1702463477, "1822.635"], [1702463510, "1907.163"], [1702463537, "1991.6910000000003"], [1702463570, "2076.219"], [1702463591, "2160.747"], [1702463621, "2245.275"], [1702463657, "2329.803"], [1702463693, "2414.331"], [1702463729, "2498.859"], [1702463765, "2583.3869999999997"], [1702463798, "2667.9150000000004"], [1702463846, "2794.707"], [1702463873, "2879.235"], [1702463906, "2963.763"], [1702463948, "3090.555"], [1702463984, "3175.083"], [1702464014, "3259.611"], [1702464050, "3344.139"], [1702464086, "3428.6670000000004"], [1702464122, "3513.1950000000006"], [1702464155, "3597.7229999999995"], [1702464194, "3724.515"], [1702464230, "3809.0430000000006"], [1702464263, "3893.571"], [1702464299, "3978.0989999999997"], [1702464332, "4062.6269999999995"], [1702464356, "4147.155"], [1702464392, "4231.683"], [1702464425, "4316.211"], [1702464455, "4400.739"], [1702464479, "4485.267"], [1702464509, "4569.795"], [1702464533, "4654.323"], [1702464569, "4738.851"], [1702464605, "4823.379"], [1702464635, "4907.907"], [1702464671, "4992.4349999999995"], [1702464716, "5076.963000000001"], [1702464743, "5161.491000000001"], [1702464776, "5246.018999999999"], [1702464812, "5330.5470000000005"], [1702464836, "5415.075000000001"], [1702464869, "5499.603"], [1702464905, "5584.131"], [1702464926, "5668.659000000001"], [1702464956, "5753.187"], [1702464992, "5837.715"], [1702465016, "5922.243"], [1702465049, "6006.771"], [1702465085, "6091.299"], [1702465118, "6175.827"], [1702465145, "6260.355"], [1702465178, "6344.883000000001"], [1702465208, "6429.411"], [1702465241, "6513.939"], [1702465298, "6640.731"], [1702465334, "6725.259"], [1702465367, "6809.787"], [1702465394, "6894.3150000000005"], [1702465418, "6978.843"], [1702465445, "7063.370999999999"], [1702465481, "7147.899"], [1702465517, "7232.427"], [1702465550, "7316.955"], [1702465586, "7401.482999999999"], [1702465619, "7486.011"], [1702465658, "7570.539000000001"], [1702465706, "7655.067"], [1702465754, "7781.8589999999995"], [1702465787, "7866.387000000001"], [1702465823, "7950.914999999999"], [1702465856, "8035.443"], [1702465880, "8119.9710000000005"], [1702465910, "8204.499"], [1702465952, "8289.027"], [1702465988, "8373.555"], [1702466015, "8458.083"], [1702466030, "8542.611"], [1702466060, "8627.139"], [1702466078, "8711.667"], [1702466138, "8838.459"], [1702466168, "8922.987000000001"], [1702466204, "9007.515"], [1702466237, "9092.043"], [1702466261, "9176.571"], [1702466291, "9261.098999999998"], [1702466327, "9345.627"], [1702466360, "9430.154999999999"], [1702466384, "9514.683"], [1702466417, "9599.211000000001"], [1702466441, "9683.739"], [1702466471, "9768.267"], [1702466507, "9852.795"], [1702466540, "9937.322999999999"], [1702466597, "10064.115"], [1702466633, "10148.643"], [1702466666, "10233.171"], [1702466705, "10317.698999999999"], [1702466732, "10402.227"], [1702466765, "10486.755"], [1702466801, "10571.283"], [1702466852, "10698.075"], [1702466876, "10782.603000000001"], [1702466918, "10867.131"], [1702466978, "11036.187"], [1702467014, "11120.715"], [1702467038, "11205.243"], [1702467068, "11289.771"], [1702467122, "11416.563"], [1702467158, "11501.091"], [1702467191, "11585.619"], [1702467221, "11670.147"], [1702467257, "11754.675"], [1702467299, "11839.203"], [1702467350, "11965.994999999999"], [1702467386, "12050.523000000001"], [1702467419, "12135.051"], [1702467455, "12219.579"], [1702467515, "12388.635"], [1702467542, "12473.162999999999"], [1702467566, "12557.690999999999"], [1702467599, "12642.219"], [1702467635, "12726.747"], [1702467668, "12811.275000000001"], [1702467695, "12895.803"], [1702467716, "12980.330999999998"], [1702467746, "13064.859"], [1702467800, "13191.651000000002"], [1702467824, "13276.179"], [1702467908, "13487.499"], [1702467944, "13572.027000000002"], [1702467968, "13656.555"], [1702468001, "13741.082999999999"], [1702468031, "13825.611"], [1702468067, "13910.139"], [1702468085, "13994.667"], [1702468115, "14079.195"], [1702468151, "14163.723"], [1702468181, "14248.251"], [1702468208, "14332.779000000002"], [1702468241, "14417.307"], [1702468256, "14501.835"], [1702468286, "14586.363000000001"], [1702468322, "14670.891"], [1702468352, "14755.419"], [1702468388, "14839.947"], [1702468424, "14924.475"], [1702468457, "15009.003"], [1702468493, "15093.530999999999"], [1702468517, "15178.059"], [1702468550, "15262.587"], [1702468586, "15347.115000000002"], [1702468613, "15431.643"], [1702468637, "15516.171"], [1702468679, "15600.698999999999"], [1702468721, "15685.227"], [1702468730, "15727.491"], [1702468766, "15812.019"], [1702468799, "15896.547"], [1702468835, "15981.075"], [1702468898, "16107.867"], [1702468934, "16192.395"], [1702468970, "16276.922999999999"], [1702468994, "16361.451"], [1702469024, "16445.979"], [1702469060, "16530.506999999998"], [1702469111, "16657.299"], [1702469144, "16741.826999999997"], [1702469168, "16826.355"], [1702469204, "16910.883"], [1702469237, "16995.411"], [1702469273, "17079.939"], [1702469303, "17164.466999999997"], [1702469336, "17248.995"], [1702469360, "17333.523"], [1702469387, "17418.051"], [1702469411, "17502.578999999998"], [1702469435, "17587.107"], [1702469468, "17671.635000000002"], [1702469504, "17756.163"], [1702469537, "17840.691"], [1702469573, "17925.218999999997"], [1702469606, "18009.747"], [1702469633, "18094.275"], [1702469660, "18178.802999999996"], [1702469684, "18263.331"], [1702469717, "18347.859"], [1702469753, "18432.387"], [1702469786, "18516.915"], [1702469816, "18601.443"], [1702469834, "18685.970999999998"], [1702469864, "18770.499"], [1702469906, "18897.291"], [1702469936, "18981.819"], [1702469972, "19066.347"], [1702470005, "19150.875"], [1702470029, "19235.403000000002"], [1702470065, "19319.931"], [1702470101, "19404.459000000003"], [1702470131, "19488.987"], [1702470167, "19573.515"], [1702470203, "19658.042999999998"], [1702470251, "19784.835"], [1702470278, "19869.363"], [1702470311, "19953.891"], [1702470347, "20038.419"], [1702470371, "20122.947"], [1702470404, "20207.475"], [1702470440, "20292.003"], [1702470476, "20376.531000000003"], [1702470506, "20461.058999999997"], [1702470542, "20545.587"], [1702470575, "20630.114999999998"], [1702470611, "20714.642999999996"], [1702470635, "20799.171000000002"], [1702470662, "20883.699"], [1702470686, "20968.227"], [1702470719, "21052.755"], [1702470746, "21137.283"], [1702470812, "21306.339"], [1702470845, "21390.867"], [1702470875, "21475.395"], [1702470899, "21559.923"], [1702470953, "21686.715000000004"], [1702470983, "21771.243"], [1702471025, "21855.771"], [1702471067, "21982.563"], [1702471169, "22193.883"], [1702471193, "22278.411"], [1702471226, "22362.939000000002"], [1702471265, "22447.467000000004"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "5.318999999999999"], [1702462808, "5.361"], [1702462829, "5.385"], [1702462844, "5.4030000000000005"], [1702462865, "5.451"], [1702462880, "6.213"], [1702462904, "6.291"], [1702462919, "6.324"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "44.025000000000006"], [1702462808, "88.05000000000001"], [1702462829, "132.075"], [1702462844, "174.339"], [1702462865, "216.603"], [1702462880, "258.86699999999996"], [1702462904, "343.39500000000004"], [1702462919, "385.65899999999993"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0.558"], [1702468766, "3.1769999999999996"], [1702468799, "6.2490000000000006"], [1702468835, "6.678000000000001"], [1702468898, "11.166000000000002"], [1702468934, "11.607"], [1702468970, "14.19"], [1702468994, "14.565000000000001"], [1702469024, "14.918999999999999"], [1702469060, "15.777000000000001"], [1702469111, "16.527"], [1702469144, "21.03"], [1702469168, "21.165"], [1702469204, "22.074"], [1702469237, "22.587"], [1702469273, "24.759"], [1702469303, "25.599"], [1702469336, "25.982999999999997"], [1702469360, "26.166"], [1702469387, "26.420999999999996"], [1702469411, "26.736"], [1702469435, "27.048"], [1702469468, "27.432"], [1702469504, "28.509"], [1702469537, "29.1"], [1702469573, "29.532000000000004"], [1702469606, "30.773999999999997"], [1702469633, "31.068"], [1702469660, "31.803"], [1702469684, "33.546"], [1702469717, "34.772999999999996"], [1702469753, "34.998000000000005"], [1702469786, "35.295"], [1702469816, "39.384"], [1702469834, "39.591"], [1702469864, "40.50599999999999"], [1702469906, "41.229"], [1702469936, "41.781"], [1702469972, "42.363"], [1702470005, "42.816"], [1702470029, "42.927"], [1702470065, "44.088"], [1702470101, "44.613"], [1702470131, "45.57899999999999"], [1702470167, "48.531"], [1702470203, "49.269"], [1702470251, "51.608999999999995"], [1702470278, "51.903000000000006"], [1702470311, "52.221000000000004"], [1702470347, "53.061"], [1702470371, "53.196"], [1702470404, "53.541000000000004"], [1702470440, "53.76"], [1702470476, "54.123"], [1702470506, "54.73800000000001"], [1702470542, "55.761"], [1702470575, "57.27"], [1702470611, "57.687000000000005"], [1702470635, "58.047"], [1702470662, "58.358999999999995"], [1702470686, "58.919999999999995"], [1702470719, "59.06399999999999"], [1702470746, "59.904"], [1702470812, "61.323"], [1702470845, "62.684999999999995"], [1702470875, "63.37199999999999"], [1702470899, "63.888"], [1702470953, "64.371"], [1702470983, "64.857"], [1702471025, "65.907"], [1702471067, "67.908"], [1702471169, "70.884"], [1702471193, "71.421"], [1702471226, "73.074"], [1702471265, "73.82400000000001"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "42.264"], [1702468766, "126.792"], [1702468799, "211.32"], [1702468835, "295.848"], [1702468898, "422.64"], [1702468934, "507.168"], [1702468970, "591.696"], [1702468994, "676.224"], [1702469024, "760.752"], [1702469060, "845.28"], [1702469111, "972.0719999999999"], [1702469144, "1056.6"], [1702469168, "1141.128"], [1702469204, "1225.656"], [1702469237, "1310.1840000000002"], [1702469273, "1394.7119999999998"], [1702469303, "1479.24"], [1702469336, "1563.768"], [1702469360, "1648.2959999999998"], [1702469387, "1732.824"], [1702469411, "1817.3519999999999"], [1702469435, "1901.8799999999999"], [1702469468, "1986.4080000000001"], [1702469504, "2070.936"], [1702469537, "2155.464"], [1702469573, "2239.992"], [1702469606, "2324.52"], [1702469633, "2409.048"], [1702469660, "2493.576"], [1702469684, "2578.104"], [1702469717, "2662.6319999999996"], [1702469753, "2747.1600000000003"], [1702469786, "2831.688"], [1702469816, "2916.216"], [1702469834, "3000.744"], [1702469864, "3085.2720000000004"], [1702469906, "3212.0640000000003"], [1702469936, "3296.5919999999996"], [1702469972, "3381.12"], [1702470005, "3465.648"], [1702470029, "3550.176"], [1702470065, "3634.7039999999997"], [1702470101, "3719.232"], [1702470131, "3803.7599999999998"], [1702470167, "3888.2879999999996"], [1702470203, "3972.8160000000003"], [1702470251, "4099.608"], [1702470278, "4184.136"], [1702470311, "4268.664"], [1702470347, "4353.192"], [1702470371, "4437.72"], [1702470404, "4522.2480000000005"], [1702470440, "4606.776"], [1702470476, "4691.304"], [1702470506, "4775.832"], [1702470542, "4860.360000000001"], [1702470575, "4944.888"], [1702470611, "5029.416"], [1702470635, "5113.944"], [1702470662, "5198.472"], [1702470686, "5283"], [1702470719, "5367.528"], [1702470746, "5452.056"], [1702470812, "5621.112"], [1702470845, "5705.639999999999"], [1702470875, "5790.168"], [1702470899, "5874.696"], [1702470953, "6001.488"], [1702470983, "6086.016"], [1702471025, "6170.544000000001"], [1702471067, "6297.335999999999"], [1702471169, "6508.655999999999"], [1702471193, "6593.183999999999"], [1702471226, "6677.7119999999995"], [1702471265, "6762.24"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "430.926"], [1702462844, "451.56600000000003"], [1702462865, "451.61400000000003"], [1702462880, "451.64700000000005"], [1702462904, "451.728"], [1702462919, "451.77"], [1702462952, "458.45399999999995"], [1702462973, "458.484"], [1702462988, "458.50199999999995"], [1702463045, "458.568"], [1702463081, "460.2"], [1702463114, "481.524"], [1702463150, "481.59000000000003"], [1702463186, "481.677"], [1702463216, "481.752"], [1702463240, "481.803"], [1702463273, "481.87800000000004"], [1702463324, "481.98900000000003"], [1702463354, "482.067"], [1702463381, "482.148"], [1702463417, "483.624"], [1702463453, "483.687"], [1702463477, "487.698"], [1702463510, "487.734"], [1702463537, "490.542"], [1702463570, "493.722"], [1702463591, "495.606"], [1702463621, "495.708"], [1702463657, "495.771"], [1702463693, "495.85200000000003"], [1702463729, "499.356"], [1702463765, "499.40700000000004"], [1702463798, "499.45500000000004"], [1702463846, "499.809"], [1702463873, "499.872"], [1702463906, "502.58700000000005"], [1702463948, "502.69200000000006"], [1702463984, "502.75500000000005"], [1702464014, "502.81800000000004"], [1702464050, "502.88100000000003"], [1702464086, "502.956"], [1702464122, "503.052"], [1702464155, "503.112"], [1702464194, "503.22"], [1702464230, "503.286"], [1702464263, "503.367"], [1702464299, "503.448"], [1702464332, "509.169"], [1702464356, "509.25"], [1702464392, "509.34000000000003"], [1702464425, "514.803"], [1702464455, "514.878"], [1702464479, "514.956"], [1702464509, "515.046"], [1702464533, "515.136"], [1702464569, "515.229"], [1702464605, "515.316"], [1702464635, "515.424"], [1702464671, "515.52"], [1702464716, "515.613"], [1702464743, "515.703"], [1702464776, "515.793"], [1702464812, "515.883"], [1702464836, "516.0060000000001"], [1702464869, "516.096"], [1702464905, "516.216"], [1702464926, "516.291"], [1702464956, "516.384"], [1702464992, "516.462"], [1702465016, "516.567"], [1702465049, "516.648"], [1702465085, "516.7379999999999"], [1702465118, "516.831"], [1702465145, "516.924"], [1702465178, "517.014"], [1702465208, "517.107"], [1702465241, "517.2"], [1702465298, "517.341"], [1702465334, "517.452"], [1702465367, "517.542"], [1702465394, "517.632"], [1702465418, "517.722"], [1702465445, "517.812"], [1702465481, "517.905"], [1702465517, "518.016"], [1702465550, "518.109"], [1702465586, "518.1899999999999"], [1702465619, "518.283"], [1702465658, "518.376"], [1702465706, "518.451"], [1702465754, "518.469"], [1702465787, "518.505"], [1702465823, "518.523"], [1702465856, "518.556"], [1702465880, "518.604"], [1702465910, "518.655"], [1702465952, "518.718"], [1702465988, "518.781"], [1702466015, "518.841"], [1702466030, "518.901"], [1702466060, "518.961"], [1702466078, "519.024"], [1702466138, "519.138"], [1702466168, "519.204"], [1702466204, "519.27"], [1702466237, "519.333"], [1702466261, "519.378"], [1702466291, "519.441"], [1702466327, "519.501"], [1702466360, "519.561"], [1702466384, "519.621"], [1702466417, "519.669"], [1702466441, "519.732"], [1702466471, "519.795"], [1702466507, "519.831"], [1702466540, "519.882"], [1702466597, "519.966"], [1702466633, "520.017"], [1702466666, "520.062"], [1702466705, "520.107"], [1702466732, "520.167"], [1702466765, "520.215"], [1702466801, "520.275"], [1702466852, "520.353"], [1702466876, "520.413"], [1702466918, "520.461"], [1702466978, "520.575"], [1702467014, "520.635"], [1702467038, "520.695"], [1702467068, "520.755"], [1702467122, "520.8480000000001"], [1702467158, "520.908"], [1702467191, "520.9680000000001"], [1702467221, "521.0310000000001"], [1702467257, "521.082"], [1702467299, "521.1450000000001"], [1702467350, "521.235"], [1702467386, "521.2950000000001"], [1702467419, "521.37"], [1702467455, "521.4300000000001"], [1702467515, "521.553"], [1702467542, "521.616"], [1702467566, "521.682"], [1702467599, "521.73"], [1702467635, "521.778"], [1702467668, "521.811"], [1702467695, "521.841"], [1702467716, "521.8860000000001"], [1702467746, "521.916"], [1702467800, "521.976"], [1702467824, "522.0210000000001"], [1702467908, "522.144"], [1702467944, "522.177"], [1702467968, "522.21"], [1702468001, "522.24"], [1702468031, "522.2850000000001"], [1702468067, "522.315"], [1702468085, "522.345"], [1702468115, "522.36"], [1702468151, "522.39"], [1702468181, "522.4200000000001"], [1702468208, "522.45"], [1702468241, "522.4680000000001"], [1702468256, "522.498"], [1702468286, "522.5310000000001"], [1702468322, "522.546"], [1702468352, "522.561"], [1702468388, "522.591"], [1702468424, "522.621"], [1702468457, "522.6510000000001"], [1702468493, "522.666"], [1702468517, "522.6990000000001"], [1702468550, "522.729"], [1702468586, "522.744"], [1702468613, "522.7620000000001"], [1702468637, "522.795"], [1702468679, "522.8100000000001"], [1702468721, "522.84"], [1702468730, "522.855"], [1702468766, "522.885"], [1702468799, "522.915"], [1702468835, "522.945"], [1702468898, "522.993"], [1702468934, "523.008"], [1702468970, "523.008"], [1702468994, "523.038"], [1702469024, "523.053"], [1702469060, "523.083"], [1702469111, "523.128"], [1702469144, "523.131"], [1702469168, "523.146"], [1702469204, "523.164"], [1702469237, "523.194"], [1702469273, "523.2090000000001"], [1702469303, "523.239"], [1702469336, "523.269"], [1702469360, "523.269"], [1702469387, "523.269"], [1702469411, "523.284"], [1702469435, "523.314"], [1702469468, "523.344"], [1702469504, "523.3770000000001"], [1702469537, "523.41"], [1702469573, "523.443"], [1702469606, "523.473"], [1702469633, "523.503"], [1702469660, "523.533"], [1702469684, "523.563"], [1702469717, "523.593"], [1702469753, "523.6080000000001"], [1702469786, "523.623"], [1702469816, "523.641"], [1702469834, "523.671"], [1702469864, "523.686"], [1702469906, "523.737"], [1702469936, "523.767"], [1702469972, "523.797"], [1702470005, "523.812"], [1702470029, "523.827"], [1702470065, "523.845"], [1702470101, "523.878"], [1702470131, "523.9110000000001"], [1702470167, "523.941"], [1702470203, "523.971"], [1702470251, "524.001"], [1702470278, "524.0310000000001"], [1702470311, "524.061"], [1702470347, "524.091"], [1702470371, "524.121"], [1702470404, "524.154"], [1702470440, "524.157"], [1702470476, "524.19"], [1702470506, "524.193"], [1702470542, "524.226"], [1702470575, "524.241"], [1702470611, "524.241"], [1702470635, "524.271"], [1702470662, "524.2860000000001"], [1702470686, "524.316"], [1702470719, "524.346"], [1702470746, "524.376"], [1702470812, "524.424"], [1702470845, "524.442"], [1702470875, "524.472"], [1702470899, "524.5020000000001"], [1702470953, "524.547"], [1702470983, "524.577"], [1702471025, "524.613"], [1702471067, "524.664"], [1702471169, "524.754"], [1702471193, "524.787"], [1702471226, "524.817"], [1702471265, "524.85"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "406.773"], [1702462844, "449.037"], [1702462865, "491.301"], [1702462880, "533.5649999999999"], [1702462904, "618.0930000000001"], [1702462919, "660.357"], [1702462952, "744.885"], [1702462973, "787.1489999999999"], [1702462988, "829.413"], [1702463045, "956.2050000000002"], [1702463081, "1040.733"], [1702463114, "1125.261"], [1702463150, "1209.789"], [1702463186, "1294.3169999999998"], [1702463216, "1378.845"], [1702463240, "1463.373"], [1702463273, "1547.901"], [1702463324, "1674.6930000000002"], [1702463354, "1759.221"], [1702463381, "1843.749"], [1702463417, "1928.277"], [1702463453, "2012.8050000000003"], [1702463477, "2097.333"], [1702463510, "2181.861"], [1702463537, "2266.389"], [1702463570, "2350.917"], [1702463591, "2435.445"], [1702463621, "2519.973"], [1702463657, "2604.501"], [1702463693, "2689.029"], [1702463729, "2773.557"], [1702463765, "2858.0849999999996"], [1702463798, "2942.6130000000003"], [1702463846, "3069.405"], [1702463873, "3153.933"], [1702463906, "3238.461"], [1702463948, "3365.2529999999997"], [1702463984, "3449.7810000000004"], [1702464014, "3534.309"], [1702464050, "3618.8369999999995"], [1702464086, "3703.365"], [1702464122, "3787.893"], [1702464155, "3872.421"], [1702464194, "3999.213"], [1702464230, "4083.741"], [1702464263, "4168.268999999999"], [1702464299, "4252.7970000000005"], [1702464332, "4337.325"], [1702464356, "4421.853"], [1702464392, "4506.380999999999"], [1702464425, "4590.909000000001"], [1702464455, "4675.437"], [1702464479, "4759.965"], [1702464509, "4844.4929999999995"], [1702464533, "4929.021"], [1702464569, "5013.549"], [1702464605, "5098.076999999999"], [1702464635, "5182.6050000000005"], [1702464671, "5267.132999999999"], [1702464716, "5351.661"], [1702464743, "5436.189"], [1702464776, "5520.717"], [1702464812, "5605.245"], [1702464836, "5689.773"], [1702464869, "5774.301"], [1702464905, "5858.829"], [1702464926, "5943.357000000001"], [1702464956, "6027.884999999999"], [1702464992, "6112.4130000000005"], [1702465016, "6196.941"], [1702465049, "6281.469"], [1702465085, "6365.997"], [1702465118, "6450.525000000001"], [1702465145, "6535.052999999999"], [1702465178, "6619.581"], [1702465208, "6704.109"], [1702465241, "6788.637"], [1702465298, "6915.428999999999"], [1702465334, "6999.957"], [1702465367, "7084.485000000001"], [1702465394, "7169.013"], [1702465418, "7253.541"], [1702465445, "7338.0689999999995"], [1702465481, "7422.597"], [1702465517, "7507.125"], [1702465550, "7591.653"], [1702465586, "7676.181"], [1702465619, "7760.708999999999"], [1702465658, "7845.237000000001"], [1702465706, "7929.765"], [1702465754, "8056.557"], [1702465787, "8141.085"], [1702465823, "8225.613000000001"], [1702465856, "8310.141"], [1702465880, "8394.669"], [1702465910, "8479.197"], [1702465952, "8563.725"], [1702465988, "8648.252999999999"], [1702466015, "8732.781"], [1702466030, "8817.309000000001"], [1702466060, "8901.837"], [1702466078, "8986.365"], [1702466138, "9113.157"], [1702466168, "9197.685"], [1702466204, "9282.213"], [1702466237, "9366.741"], [1702466261, "9451.269"], [1702466291, "9535.797"], [1702466327, "9620.324999999999"], [1702466360, "9704.853"], [1702466384, "9789.381000000001"], [1702466417, "9873.909"], [1702466441, "9958.436999999998"], [1702466471, "10042.965"], [1702466507, "10127.493"], [1702466540, "10212.020999999999"], [1702466597, "10338.812999999998"], [1702466633, "10423.341"], [1702466666, "10507.869"], [1702466705, "10592.396999999999"], [1702466732, "10676.925000000001"], [1702466765, "10761.453"], [1702466801, "10845.980999999998"], [1702466852, "10972.773"], [1702466876, "11057.301000000001"], [1702466918, "11141.829"], [1702466978, "11310.885"], [1702467014, "11395.413"], [1702467038, "11479.940999999999"], [1702467068, "11564.469000000001"], [1702467122, "11691.261"], [1702467158, "11775.789"], [1702467191, "11860.317"], [1702467221, "11944.845"], [1702467257, "12029.373"], [1702467299, "12113.901"], [1702467350, "12240.693"], [1702467386, "12325.221000000001"], [1702467419, "12409.749"], [1702467455, "12494.277"], [1702467515, "12663.333"], [1702467542, "12747.861"], [1702467566, "12832.389"], [1702467599, "12916.917000000001"], [1702467635, "13001.445"], [1702467668, "13085.973000000002"], [1702467695, "13170.501"], [1702467716, "13255.028999999999"], [1702467746, "13339.557"], [1702467800, "13466.348999999998"], [1702467824, "13550.877"], [1702467908, "13762.196999999998"], [1702467944, "13846.725000000002"], [1702467968, "13931.253"], [1702468001, "14015.780999999999"], [1702468031, "14100.309000000001"], [1702468067, "14184.837"], [1702468085, "14269.364999999998"], [1702468115, "14353.893"], [1702468151, "14438.421"], [1702468181, "14522.948999999999"], [1702468208, "14607.477000000003"], [1702468241, "14692.005000000001"], [1702468256, "14776.533"], [1702468286, "14861.061000000002"], [1702468322, "14945.589"], [1702468352, "15030.116999999998"], [1702468388, "15114.645"], [1702468424, "15199.173"], [1702468457, "15283.701"], [1702468493, "15368.229000000003"], [1702468517, "15452.757000000001"], [1702468550, "15537.285"], [1702468586, "15621.812999999998"], [1702468613, "15706.340999999999"], [1702468637, "15790.868999999999"], [1702468679, "15875.397"], [1702468721, "15959.925000000001"], [1702468730, "16002.188999999998"], [1702468766, "16086.717"], [1702468799, "16171.245"], [1702468835, "16255.773000000001"], [1702468898, "16382.564999999999"], [1702468934, "16467.092999999997"], [1702468970, "16551.621"], [1702468994, "16636.149"], [1702469024, "16720.677"], [1702469060, "16805.205"], [1702469111, "16931.997000000003"], [1702469144, "17016.525"], [1702469168, "17101.053"], [1702469204, "17185.581"], [1702469237, "17270.109"], [1702469273, "17354.637"], [1702469303, "17439.165"], [1702469336, "17523.693"], [1702469360, "17608.221"], [1702469387, "17692.749000000003"], [1702469411, "17777.277"], [1702469435, "17861.805"], [1702469468, "17946.333"], [1702469504, "18030.861"], [1702469537, "18115.389"], [1702469573, "18199.917"], [1702469606, "18284.445"], [1702469633, "18368.973"], [1702469660, "18453.501"], [1702469684, "18538.029"], [1702469717, "18622.557"], [1702469753, "18707.085"], [1702469786, "18791.613"], [1702469816, "18876.141"], [1702469834, "18960.668999999998"], [1702469864, "19045.197"], [1702469906, "19171.989"], [1702469936, "19256.517"], [1702469972, "19341.045"], [1702470005, "19425.573000000004"], [1702470029, "19510.101"], [1702470065, "19594.629"], [1702470101, "19679.157"], [1702470131, "19763.684999999998"], [1702470167, "19848.213"], [1702470203, "19932.741"], [1702470251, "20059.533"], [1702470278, "20144.061"], [1702470311, "20228.589"], [1702470347, "20313.117"], [1702470371, "20397.645"], [1702470404, "20482.173"], [1702470440, "20566.701"], [1702470476, "20651.229000000003"], [1702470506, "20735.756999999998"], [1702470542, "20820.285"], [1702470575, "20904.813000000002"], [1702470611, "20989.340999999997"], [1702470635, "21073.869"], [1702470662, "21158.397"], [1702470686, "21242.925"], [1702470719, "21327.453"], [1702470746, "21411.981000000003"], [1702470812, "21581.037"], [1702470845, "21665.565000000002"], [1702470875, "21750.092999999997"], [1702470899, "21834.621"], [1702470953, "21961.413"], [1702470983, "22045.941000000003"], [1702471025, "22130.469"], [1702471067, "22257.261"], [1702471169, "22468.581"], [1702471193, "22553.109"], [1702471226, "22637.637000000002"], [1702471265, "22722.165"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4.085999999999999"], [1702462721, "423.94199999999995"], [1702462736, "423.97799999999995"], [1702462751, "424.014"], [1702462763, "424.053"], [1702462793, "430.866"], [1702462808, "430.902"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "46.959"], [1702462721, "92.89800000000001"], [1702462736, "138.83700000000002"], [1702462751, "184.776"], [1702462763, "229.73700000000002"], [1702462793, "318.723"], [1702462808, "362.748"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "12.258"], [1702462721, "12.621"], [1702462736, "12.708"], [1702462751, "12.957"], [1702462763, "12.996000000000002"], [1702462793, "13.311"], [1702462808, "13.344"], [1702462829, "13.368"], [1702462844, "13.686000000000002"], [1702462865, "13.755"], [1702462880, "13.788"], [1702462904, "13.886999999999999"], [1702462919, "13.919999999999998"], [1702462952, "13.989"], [1702462973, "14.019"], [1702462988, "14.036999999999999"], [1702463045, "14.319"], [1702463081, "14.718"], [1702463114, "14.940000000000001"], [1702463150, "15.006000000000002"], [1702463186, "15.116999999999999"], [1702463216, "15.192"], [1702463240, "15.243"], [1702463273, "20.442"], [1702463324, "20.628"], [1702463354, "20.706000000000003"], [1702463381, "20.82"], [1702463417, "20.883"], [1702463453, "21.021"], [1702463477, "21.066000000000003"], [1702463510, "21.102000000000004"], [1702463537, "21.177000000000003"], [1702463570, "21.240000000000002"], [1702463591, "21.405"], [1702463621, "21.480000000000004"], [1702463657, "21.576000000000004"], [1702463693, "21.726"], [1702463729, "22.452"], [1702463765, "22.503000000000004"], [1702463798, "22.584"], [1702463846, "22.668"], [1702463873, "23.087999999999997"], [1702463906, "23.147999999999996"], [1702463948, "23.261999999999997"], [1702463984, "23.4"], [1702464014, "23.463"], [1702464050, "23.660999999999998"], [1702464086, "25.052999999999997"], [1702464122, "25.182000000000002"], [1702464155, "25.251"], [1702464194, "25.410000000000004"], [1702464230, "25.509"], [1702464263, "25.692"], [1702464299, "25.773"], [1702464332, "25.92"], [1702464356, "26.061"], [1702464392, "26.796000000000003"], [1702464425, "27.015"], [1702464455, "27.36"], [1702464479, "27.552"], [1702464509, "27.651"], [1702464533, "27.813"], [1702464569, "28.092"], [1702464605, "28.173000000000002"], [1702464635, "28.287"], [1702464671, "28.383000000000003"], [1702464716, "28.770000000000003"], [1702464743, "28.964999999999996"], [1702464776, "29.1"], [1702464812, "29.22"], [1702464836, "29.343000000000004"], [1702464869, "29.472"], [1702464905, "29.634"], [1702464926, "29.711999999999996"], [1702464956, "31.143"], [1702464992, "31.257"], [1702465016, "31.512"], [1702465049, "31.593"], [1702465085, "31.875"], [1702465118, "31.968"], [1702465145, "32.406"], [1702465178, "32.496"], [1702465208, "32.949"], [1702465241, "33.042"], [1702465298, "33.276"], [1702465334, "33.393"], [1702465367, "33.483000000000004"], [1702465394, "33.573"], [1702465418, "33.753"], [1702465445, "36.024"], [1702465481, "36.435"], [1702465517, "36.621"], [1702465550, "37.161"], [1702465586, "39.38999999999999"], [1702465619, "39.504"], [1702465658, "39.599999999999994"], [1702465706, "39.675"], [1702465754, "39.699"], [1702465787, "39.753"], [1702465823, "39.836999999999996"], [1702465856, "40.374"], [1702465880, "40.422000000000004"], [1702465910, "40.518"], [1702465952, "40.854"], [1702465988, "40.956"], [1702466015, "41.283"], [1702466030, "41.342999999999996"], [1702466060, "41.538000000000004"], [1702466078, "41.601000000000006"], [1702466138, "42.168"], [1702466168, "42.339"], [1702466204, "42.59400000000001"], [1702466237, "42.657000000000004"], [1702466261, "42.9"], [1702466291, "43.31699999999999"], [1702466327, "43.407"], [1702466360, "43.665000000000006"], [1702466384, "43.884"], [1702466417, "43.961999999999996"], [1702466441, "44.049"], [1702466471, "44.123999999999995"], [1702466507, "44.193"], [1702466540, "44.634"], [1702466597, "45.222"], [1702466633, "45.687"], [1702466666, "45.966"], [1702466705, "46.12800000000001"], [1702466732, "46.197"], [1702466765, "46.28699999999999"], [1702466801, "46.974000000000004"], [1702466852, "47.166"], [1702466876, "47.22599999999999"], [1702466918, "48.483"], [1702466978, "49.077"], [1702467014, "49.137"], [1702467038, "49.206"], [1702467068, "49.29900000000001"], [1702467122, "49.758"], [1702467158, "52.008"], [1702467191, "52.068"], [1702467221, "52.224000000000004"], [1702467257, "52.311"], [1702467299, "52.748999999999995"], [1702467350, "54.381"], [1702467386, "54.45"], [1702467419, "54.528"], [1702467455, "54.597"], [1702467515, "54.788999999999994"], [1702467542, "54.852"], [1702467566, "54.92399999999999"], [1702467599, "54.971999999999994"], [1702467635, "55.019999999999996"], [1702467668, "55.14"], [1702467695, "55.188"], [1702467716, "55.236000000000004"], [1702467746, "55.269"], [1702467800, "55.332"], [1702467824, "55.38"], [1702467908, "55.503"], [1702467944, "55.578"], [1702467968, "55.629000000000005"], [1702468001, "55.68300000000001"], [1702468031, "55.728"], [1702468067, "55.779"], [1702468085, "55.971"], [1702468115, "56.001"], [1702468151, "56.031"], [1702468181, "56.067"], [1702468208, "56.123999999999995"], [1702468241, "56.157"], [1702468256, "56.205"], [1702468286, "56.241"], [1702468322, "56.268"], [1702468352, "56.283"], [1702468388, "56.478"], [1702468424, "56.583"], [1702468457, "56.652"], [1702468493, "56.778"], [1702468517, "56.979"], [1702468550, "57.015"], [1702468586, "57.039"], [1702468613, "57.057"], [1702468637, "57.087"], [1702468679, "57.102000000000004"], [1702468721, "57.19199999999999"], [1702468730, "57.357"], [1702468766, "57.453"], [1702468799, "57.555"], [1702468835, "57.585"], [1702468898, "57.702"], [1702468934, "57.717"], [1702468970, "57.762"], [1702468994, "57.978"], [1702469024, "58.002"], [1702469060, "58.071000000000005"], [1702469111, "58.221"], [1702469144, "58.248"], [1702469168, "58.305"], [1702469204, "58.353"], [1702469237, "58.382999999999996"], [1702469273, "58.400999999999996"], [1702469303, "58.44"], [1702469336, "58.596"], [1702469360, "58.683"], [1702469387, "58.695"], [1702469411, "58.797"], [1702469435, "58.842"], [1702469468, "58.884"], [1702469504, "58.92"], [1702469537, "59.004000000000005"], [1702469573, "59.076"], [1702469606, "59.238"], [1702469633, "59.268"], [1702469660, "59.415"], [1702469684, "59.616"], [1702469717, "59.78099999999999"], [1702469753, "59.80499999999999"], [1702469786, "59.876999999999995"], [1702469816, "59.897999999999996"], [1702469834, "59.928"], [1702469864, "59.949"], [1702469906, "60.027"], [1702469936, "60.084"], [1702469972, "60.114"], [1702470005, "60.129"], [1702470029, "60.144"], [1702470065, "60.165"], [1702470101, "60.219"], [1702470131, "60.300000000000004"], [1702470167, "60.357"], [1702470203, "60.681"], [1702470251, "60.804"], [1702470278, "60.894000000000005"], [1702470311, "60.945"], [1702470347, "61.011"], [1702470371, "61.044"], [1702470404, "61.30800000000001"], [1702470440, "61.33800000000001"], [1702470476, "61.371"], [1702470506, "61.425"], [1702470542, "61.521"], [1702470575, "61.716"], [1702470611, "61.803000000000004"], [1702470635, "61.86300000000001"], [1702470662, "61.87800000000001"], [1702470686, "61.974000000000004"], [1702470719, "62.06699999999999"], [1702470746, "62.096999999999994"], [1702470812, "62.259"], [1702470845, "62.304"], [1702470875, "62.52"], [1702470899, "62.586"], [1702470953, "62.733"], [1702470983, "62.835"], [1702471025, "62.871"], [1702471067, "62.964000000000006"], [1702471169, "63.294"], [1702471193, "63.357"], [1702471226, "63.471000000000004"], [1702471265, "63.543000000000006"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "63.114000000000004"], [1702462721, "67.383"], [1702462736, "71.688"], [1702462751, "75.768"], [1702462763, "75.894"], [1702462793, "85.54200000000002"], [1702462808, "90.429"], [1702462829, "90.96300000000001"], [1702462844, "106.05900000000001"], [1702462865, "107.049"], [1702462880, "110.646"], [1702462904, "113.03999999999999"], [1702462919, "113.49"], [1702462952, "115.617"], [1702462973, "116.634"], [1702462988, "118.17299999999999"], [1702463045, "119.85300000000001"], [1702463081, "120.43200000000002"], [1702463114, "122.703"], [1702463150, "124.383"], [1702463186, "125.48700000000001"], [1702463216, "129.68099999999998"], [1702463240, "131.31599999999997"], [1702463273, "135.174"], [1702463324, "140.30399999999997"], [1702463354, "141.417"], [1702463381, "144.44099999999997"], [1702463417, "145.539"], [1702463453, "148.05599999999998"], [1702463477, "148.65"], [1702463510, "149.98499999999999"], [1702463537, "151.08"], [1702463570, "152.499"], [1702463591, "153.72899999999998"], [1702463621, "156.912"], [1702463657, "159.903"], [1702463693, "163.236"], [1702463729, "166.962"], [1702463765, "169.76399999999998"], [1702463798, "171.444"], [1702463846, "173.751"], [1702463873, "178.986"], [1702463906, "180.69599999999997"], [1702463948, "183.80699999999996"], [1702463984, "187.854"], [1702464014, "190.647"], [1702464050, "193.37999999999997"], [1702464086, "196.38299999999998"], [1702464122, "201.95999999999998"], [1702464155, "205.46099999999998"], [1702464194, "206.613"], [1702464230, "208.83899999999997"], [1702464263, "210.69"], [1702464299, "214.99200000000002"], [1702464332, "220.626"], [1702464356, "224.17499999999998"], [1702464392, "227.81099999999998"], [1702464425, "230.57399999999998"], [1702464455, "243.183"], [1702464479, "245.928"], [1702464509, "247.20899999999997"], [1702464533, "248.712"], [1702464569, "252.195"], [1702464605, "255.237"], [1702464635, "257.226"], [1702464671, "261.43500000000006"], [1702464716, "268.21799999999996"], [1702464743, "271.96500000000003"], [1702464776, "278.43300000000005"], [1702464812, "281.76300000000003"], [1702464836, "284.79600000000005"], [1702464869, "288.564"], [1702464905, "292.41900000000004"], [1702464926, "293.256"], [1702464956, "295.75500000000005"], [1702464992, "299.37600000000003"], [1702465016, "300.51900000000006"], [1702465049, "303.67499999999995"], [1702465085, "333.963"], [1702465118, "335.577"], [1702465145, "339.56100000000004"], [1702465178, "342.18600000000004"], [1702465208, "346.959"], [1702465241, "349.464"], [1702465298, "353.19"], [1702465334, "355.401"], [1702465367, "358.188"], [1702465394, "358.959"], [1702465418, "360.153"], [1702465445, "363.345"], [1702465481, "384.25800000000004"], [1702465517, "387.747"], [1702465550, "390.39"], [1702465586, "395.418"], [1702465619, "396.057"], [1702465658, "402.14099999999996"], [1702465706, "404.655"], [1702465754, "411.594"], [1702465787, "414.312"], [1702465823, "418.092"], [1702465856, "421.53000000000003"], [1702465880, "423.048"], [1702465910, "425.181"], [1702465952, "428.12100000000004"], [1702465988, "432.228"], [1702466015, "434.451"], [1702466030, "434.754"], [1702466060, "435.93600000000004"], [1702466078, "436.671"], [1702466138, "440.21099999999996"], [1702466168, "444.855"], [1702466204, "449.187"], [1702466237, "475.215"], [1702466261, "478.584"], [1702466291, "480.351"], [1702466327, "483.31499999999994"], [1702466360, "485.733"], [1702466384, "487.572"], [1702466417, "489.501"], [1702466441, "490.302"], [1702466471, "491.901"], [1702466507, "496.326"], [1702466540, "499.974"], [1702466597, "509.961"], [1702466633, "514.5329999999999"], [1702466666, "520.182"], [1702466705, "522.54"], [1702466732, "526.308"], [1702466765, "528.4470000000001"], [1702466801, "530.568"], [1702466852, "540.162"], [1702466876, "540.9090000000001"], [1702466918, "546.816"], [1702466978, "558.7470000000001"], [1702467014, "564.5820000000001"], [1702467038, "570.1410000000001"], [1702467068, "574.488"], [1702467122, "578.5980000000002"], [1702467158, "580.797"], [1702467191, "584.0070000000002"], [1702467221, "585.546"], [1702467257, "587.013"], [1702467299, "588.444"], [1702467350, "591.414"], [1702467386, "592.8630000000002"], [1702467419, "594.087"], [1702467455, "595.0170000000002"], [1702467515, "595.809"], [1702467542, "596.154"], [1702467566, "596.373"], [1702467599, "596.9130000000001"], [1702467635, "599.148"], [1702467668, "601.4250000000001"], [1702467695, "603.393"], [1702467716, "605.3070000000001"], [1702467746, "606.552"], [1702467800, "611.139"], [1702467824, "612.1500000000001"], [1702467908, "614.076"], [1702467944, "614.571"], [1702467968, "615.012"], [1702468001, "615.5070000000002"], [1702468031, "616.71"], [1702468067, "625.905"], [1702468085, "627.21"], [1702468115, "627.633"], [1702468151, "630.066"], [1702468181, "631.134"], [1702468208, "631.887"], [1702468241, "633.1080000000001"], [1702468256, "633.456"], [1702468286, "633.9"], [1702468322, "634.272"], [1702468352, "640.632"], [1702468388, "643.296"], [1702468424, "645.8100000000001"], [1702468457, "651.33"], [1702468493, "654.948"], [1702468517, "656.5500000000001"], [1702468550, "657.384"], [1702468586, "658.911"], [1702468613, "661.9619999999999"], [1702468637, "664.5899999999999"], [1702468679, "665.1840000000001"], [1702468721, "668.745"], [1702468730, "669.309"], [1702468766, "673.6709999999999"], [1702468799, "680.568"], [1702468835, "682.332"], [1702468898, "689.433"], [1702468934, "692.271"], [1702468970, "698.913"], [1702468994, "700.1969999999999"], [1702469024, "700.338"], [1702469060, "711.3269999999999"], [1702469111, "713.967"], [1702469144, "718.5569999999999"], [1702469168, "719.3159999999999"], [1702469204, "721.5989999999999"], [1702469237, "723.6719999999999"], [1702469273, "727.3620000000001"], [1702469303, "731.643"], [1702469336, "732.9749999999999"], [1702469360, "734.0609999999999"], [1702469387, "734.385"], [1702469411, "735.732"], [1702469435, "736.3169999999999"], [1702469468, "737.325"], [1702469504, "737.7359999999999"], [1702469537, "738.5939999999999"], [1702469573, "739.941"], [1702469606, "742.0349999999999"], [1702469633, "742.581"], [1702469660, "744.7620000000001"], [1702469684, "746.568"], [1702469717, "749.343"], [1702469753, "750.0210000000001"], [1702469786, "750.825"], [1702469816, "753.2489999999999"], [1702469834, "753.7650000000001"], [1702469864, "755.0939999999999"], [1702469906, "756.042"], [1702469936, "757.719"], [1702469972, "759.096"], [1702470005, "760.449"], [1702470029, "760.632"], [1702470065, "761.235"], [1702470101, "762.687"], [1702470131, "763.914"], [1702470167, "767.019"], [1702470203, "768.918"], [1702470251, "771.969"], [1702470278, "772.7520000000001"], [1702470311, "773.433"], [1702470347, "774.858"], [1702470371, "775.689"], [1702470404, "776.8979999999999"], [1702470440, "777.5849999999999"], [1702470476, "781.581"], [1702470506, "783.06"], [1702470542, "784.56"], [1702470575, "786.837"], [1702470611, "788.2379999999999"], [1702470635, "789.2159999999999"], [1702470662, "789.618"], [1702470686, "790.2719999999999"], [1702470719, "791.31"], [1702470746, "792.165"], [1702470812, "793.641"], [1702470845, "795.636"], [1702470875, "797.055"], [1702470899, "797.9069999999999"], [1702470953, "799.383"], [1702470983, "800.967"], [1702471025, "866.7360000000001"], [1702471067, "870.747"], [1702471169, "880.482"], [1702471193, "881.544"], [1702471226, "884.8050000000001"], [1702471265, "888.135"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "36.21"], [1702462721, "37.461"], [1702462736, "38.637"], [1702462751, "38.976"], [1702462763, "39.01199999999999"], [1702462793, "39.504"], [1702462808, "40.095"], [1702462829, "40.458"], [1702462844, "70.95"], [1702462865, "71.34900000000002"], [1702462880, "72.456"], [1702462904, "72.93299999999999"], [1702462919, "73.44000000000001"], [1702462952, "77.865"], [1702462973, "78.798"], [1702462988, "100.33800000000001"], [1702463045, "103.434"], [1702463081, "105.83100000000002"], [1702463114, "107.83200000000002"], [1702463150, "109.14"], [1702463186, "110.48400000000001"], [1702463216, "112.626"], [1702463240, "115.17900000000002"], [1702463273, "116.48100000000001"], [1702463324, "120.897"], [1702463354, "123.15599999999999"], [1702463381, "124.653"], [1702463417, "126.414"], [1702463453, "130.12199999999999"], [1702463477, "130.785"], [1702463510, "131.904"], [1702463537, "132.729"], [1702463570, "135.696"], [1702463591, "137.874"], [1702463621, "139.73999999999998"], [1702463657, "143.35799999999998"], [1702463693, "150.351"], [1702463729, "153.597"], [1702463765, "155.97"], [1702463798, "158.487"], [1702463846, "159.62099999999998"], [1702463873, "160.40699999999998"], [1702463906, "161.826"], [1702463948, "164.709"], [1702463984, "167.199"], [1702464014, "170.08199999999997"], [1702464050, "173.15699999999998"], [1702464086, "176.71800000000002"], [1702464122, "179.745"], [1702464155, "182.53499999999997"], [1702464194, "184.764"], [1702464230, "186.70499999999998"], [1702464263, "187.815"], [1702464299, "189.46800000000002"], [1702464332, "192.744"], [1702464356, "194.97899999999998"], [1702464392, "199.55399999999997"], [1702464425, "205.884"], [1702464455, "210.171"], [1702464479, "212.673"], [1702464509, "215.46899999999997"], [1702464533, "217.21799999999996"], [1702464569, "219.618"], [1702464605, "222.306"], [1702464635, "226.11299999999997"], [1702464671, "230.277"], [1702464716, "236.133"], [1702464743, "238.392"], [1702464776, "241.87799999999996"], [1702464812, "245.94299999999998"], [1702464836, "248.21999999999997"], [1702464869, "252.09"], [1702464905, "253.97699999999998"], [1702464926, "254.56199999999998"], [1702464956, "255.77099999999996"], [1702464992, "259.098"], [1702465016, "260.14200000000005"], [1702465049, "263.823"], [1702465085, "269.82300000000004"], [1702465118, "272.2560000000001"], [1702465145, "275.262"], [1702465178, "276.708"], [1702465208, "280.26599999999996"], [1702465241, "287.15400000000005"], [1702465298, "290.01000000000005"], [1702465334, "291.52500000000003"], [1702465367, "293.65799999999996"], [1702465394, "294.12600000000003"], [1702465418, "295.203"], [1702465445, "297.05400000000003"], [1702465481, "299.331"], [1702465517, "303.39900000000006"], [1702465550, "306.708"], [1702465586, "311.916"], [1702465619, "312.71700000000004"], [1702465658, "315.678"], [1702465706, "316.674"], [1702465754, "320.271"], [1702465787, "322.59000000000003"], [1702465823, "325.173"], [1702465856, "330.012"], [1702465880, "331.14000000000004"], [1702465910, "333.939"], [1702465952, "336.26700000000005"], [1702465988, "338.454"], [1702466015, "340.90500000000003"], [1702466030, "341.17800000000005"], [1702466060, "342.59400000000005"], [1702466078, "343.04100000000005"], [1702466138, "345.69599999999997"], [1702466168, "349.15500000000003"], [1702466204, "354.363"], [1702466237, "358.43399999999997"], [1702466261, "360.28800000000007"], [1702466291, "361.71"], [1702466327, "364.55100000000004"], [1702466360, "368.04"], [1702466384, "369.639"], [1702466417, "371.39099999999996"], [1702466441, "371.898"], [1702466471, "373.45500000000004"], [1702466507, "376.74300000000005"], [1702466540, "380.469"], [1702466597, "389.56500000000005"], [1702466633, "393.192"], [1702466666, "395.88300000000004"], [1702466705, "397.26300000000003"], [1702466732, "399.38399999999996"], [1702466765, "401.373"], [1702466801, "403.587"], [1702466852, "411.468"], [1702466876, "411.975"], [1702466918, "415.572"], [1702466978, "422.60099999999994"], [1702467014, "426.144"], [1702467038, "429.609"], [1702467068, "432.453"], [1702467122, "436.041"], [1702467158, "439.19699999999995"], [1702467191, "444.378"], [1702467221, "445.77599999999995"], [1702467257, "448.10099999999994"], [1702467299, "449.496"], [1702467350, "452.33399999999995"], [1702467386, "453.50999999999993"], [1702467419, "453.987"], [1702467455, "454.99799999999993"], [1702467515, "456.31199999999995"], [1702467542, "456.741"], [1702467566, "457.125"], [1702467599, "457.722"], [1702467635, "459.91200000000003"], [1702467668, "465.933"], [1702467695, "466.356"], [1702467716, "467.328"], [1702467746, "467.95500000000004"], [1702467800, "470.787"], [1702467824, "471.417"], [1702467908, "473.6189999999999"], [1702467944, "474.618"], [1702467968, "474.954"], [1702468001, "475.743"], [1702468031, "478.005"], [1702468067, "483.91799999999995"], [1702468085, "484.38000000000005"], [1702468115, "485.589"], [1702468151, "487.27500000000003"], [1702468181, "488.013"], [1702468208, "489.24899999999997"], [1702468241, "490.03499999999997"], [1702468256, "490.29900000000004"], [1702468286, "490.797"], [1702468322, "491.307"], [1702468352, "494.96700000000004"], [1702468388, "497.862"], [1702468424, "502.641"], [1702468457, "506.886"], [1702468493, "509.994"], [1702468517, "512.3430000000001"], [1702468550, "513.684"], [1702468586, "514.9499999999999"], [1702468613, "517.3050000000001"], [1702468637, "519.234"], [1702468679, "520.1370000000001"], [1702468721, "524.4000000000001"], [1702468730, "524.8500000000001"], [1702468766, "528.48"], [1702468799, "531.057"], [1702468835, "532.2060000000001"], [1702468898, "537.2700000000001"], [1702468934, "540.6120000000001"], [1702468970, "544.4670000000001"], [1702468994, "545.964"], [1702469024, "546.2040000000001"], [1702469060, "547.203"], [1702469111, "549.7740000000001"], [1702469144, "553.155"], [1702469168, "553.6020000000001"], [1702469204, "554.589"], [1702469237, "555.279"], [1702469273, "556.7790000000001"], [1702469303, "559.5000000000001"], [1702469336, "560.886"], [1702469360, "561.3990000000001"], [1702469387, "561.537"], [1702469411, "562.08"], [1702469435, "562.5749999999999"], [1702469468, "563.364"], [1702469504, "563.967"], [1702469537, "564.474"], [1702469573, "565.368"], [1702469606, "568.068"], [1702469633, "568.5270000000002"], [1702469660, "569.7600000000001"], [1702469684, "571.6740000000001"], [1702469717, "572.961"], [1702469753, "573.5250000000002"], [1702469786, "574.2690000000001"], [1702469816, "575.679"], [1702469834, "576.0690000000001"], [1702469864, "576.9990000000001"], [1702469906, "577.812"], [1702469936, "579.171"], [1702469972, "580.5960000000001"], [1702470005, "582.432"], [1702470029, "582.6870000000001"], [1702470065, "583.248"], [1702470101, "584.1600000000001"], [1702470131, "585.4860000000001"], [1702470167, "587.6970000000001"], [1702470203, "590.3820000000001"], [1702470251, "593.829"], [1702470278, "594.525"], [1702470311, "595.1160000000001"], [1702470347, "596.115"], [1702470371, "596.9879999999999"], [1702470404, "600.033"], [1702470440, "600.639"], [1702470476, "607.086"], [1702470506, "607.9950000000001"], [1702470542, "609.2610000000001"], [1702470575, "611.82"], [1702470611, "612.624"], [1702470635, "613.4939999999999"], [1702470662, "614.0190000000001"], [1702470686, "614.4660000000001"], [1702470719, "615.027"], [1702470746, "616.212"], [1702470812, "617.907"], [1702470845, "620.952"], [1702470875, "621.8910000000001"], [1702470899, "623.259"], [1702470953, "625.2750000000001"], [1702470983, "627.654"], [1702471025, "631.5930000000001"], [1702471067, "635.181"], [1702471169, "641.928"], [1702471193, "642.8910000000001"], [1702471226, "645.4950000000001"], [1702471265, "648.219"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "82.341"], [1702462721, "86.96400000000001"], [1702462736, "90.08400000000002"], [1702462751, "90.37499999999999"], [1702462763, "90.41399999999999"], [1702462793, "96.621"], [1702462808, "101.73599999999999"], [1702462829, "111.89699999999999"], [1702462844, "119.03399999999999"], [1702462865, "119.802"], [1702462880, "124.32000000000001"], [1702462904, "144.12"], [1702462919, "144.462"], [1702462952, "146.517"], [1702462973, "148.35000000000002"], [1702462988, "150.066"], [1702463045, "162.00900000000001"], [1702463081, "166.74"], [1702463114, "170.229"], [1702463150, "171.573"], [1702463186, "173.904"], [1702463216, "177.85500000000002"], [1702463240, "197.586"], [1702463273, "200.33999999999997"], [1702463324, "207.6"], [1702463354, "210.00900000000001"], [1702463381, "217.89000000000001"], [1702463417, "220.554"], [1702463453, "223.61700000000002"], [1702463477, "225.71099999999998"], [1702463510, "228.453"], [1702463537, "230.07"], [1702463570, "231.492"], [1702463591, "233.685"], [1702463621, "237.459"], [1702463657, "250.047"], [1702463693, "253.78799999999998"], [1702463729, "262.35"], [1702463765, "265.48199999999997"], [1702463798, "267.69"], [1702463846, "268.932"], [1702463873, "270.387"], [1702463906, "271.5"], [1702463948, "274.428"], [1702463984, "277.461"], [1702464014, "280.533"], [1702464050, "287.007"], [1702464086, "291.55499999999995"], [1702464122, "298.56"], [1702464155, "301.44899999999996"], [1702464194, "303.645"], [1702464230, "306.729"], [1702464263, "310.428"], [1702464299, "314.712"], [1702464332, "320.25300000000004"], [1702464356, "326.607"], [1702464392, "330.537"], [1702464425, "334.317"], [1702464455, "339.71399999999994"], [1702464479, "346.521"], [1702464509, "348.903"], [1702464533, "351.642"], [1702464569, "356.697"], [1702464605, "361.26300000000003"], [1702464635, "372.03900000000004"], [1702464671, "377.976"], [1702464716, "384.96"], [1702464743, "392.109"], [1702464776, "397.512"], [1702464812, "401.265"], [1702464836, "404.604"], [1702464869, "410.07"], [1702464905, "412.788"], [1702464926, "413.32800000000003"], [1702464956, "414.792"], [1702464992, "421.935"], [1702465016, "424.164"], [1702465049, "427.185"], [1702465085, "451.81800000000004"], [1702465118, "459.20099999999996"], [1702465145, "461.988"], [1702465178, "463.13399999999996"], [1702465208, "468.57"], [1702465241, "474.189"], [1702465298, "478.94399999999996"], [1702465334, "483.558"], [1702465367, "486.324"], [1702465394, "489.90900000000005"], [1702465418, "491.205"], [1702465445, "494.99699999999996"], [1702465481, "499.869"], [1702465517, "503.688"], [1702465550, "506.35499999999996"], [1702465586, "512.6189999999999"], [1702465619, "513.543"], [1702465658, "517.686"], [1702465706, "518.529"], [1702465754, "521.601"], [1702465787, "523.872"], [1702465823, "527.5920000000001"], [1702465856, "535.203"], [1702465880, "538.536"], [1702465910, "543.015"], [1702465952, "548.175"], [1702465988, "552.5279999999999"], [1702466015, "557.25"], [1702466030, "557.448"], [1702466060, "558.183"], [1702466078, "558.738"], [1702466138, "563.0070000000001"], [1702466168, "566.208"], [1702466204, "576.897"], [1702466237, "584.436"], [1702466261, "585.6329999999999"], [1702466291, "587.349"], [1702466327, "592.3439999999999"], [1702466360, "594.1590000000001"], [1702466384, "596.637"], [1702466417, "598.2570000000001"], [1702466441, "599.109"], [1702466471, "601.056"], [1702466507, "603.6690000000001"], [1702466540, "608.3399999999999"], [1702466597, "613.9680000000001"], [1702466633, "618.762"], [1702466666, "625.482"], [1702466705, "627.564"], [1702466732, "630.942"], [1702466765, "632.9760000000001"], [1702466801, "636.117"], [1702466852, "642.276"], [1702466876, "642.816"], [1702466918, "647.34"], [1702466978, "664.6859999999999"], [1702467014, "671.712"], [1702467038, "677.235"], [1702467068, "680.916"], [1702467122, "684.753"], [1702467158, "686.994"], [1702467191, "695.9280000000001"], [1702467221, "697.659"], [1702467257, "700.278"], [1702467299, "703.425"], [1702467350, "709.3349999999999"], [1702467386, "714.3990000000001"], [1702467419, "715.29"], [1702467455, "717.8310000000001"], [1702467515, "720.126"], [1702467542, "720.855"], [1702467566, "721.3109999999999"], [1702467599, "722.4780000000001"], [1702467635, "724.719"], [1702467668, "732.873"], [1702467695, "738.51"], [1702467716, "740.256"], [1702467746, "742.197"], [1702467800, "745.419"], [1702467824, "746.979"], [1702467908, "749.0129999999999"], [1702467944, "751.788"], [1702467968, "752.3009999999999"], [1702468001, "752.9279999999999"], [1702468031, "814.9110000000001"], [1702468067, "829.2479999999999"], [1702468085, "831.8639999999999"], [1702468115, "833.016"], [1702468151, "836.6759999999999"], [1702468181, "837.9"], [1702468208, "838.7249999999999"], [1702468241, "839.034"], [1702468256, "839.463"], [1702468286, "840.198"], [1702468322, "841.539"], [1702468352, "856.935"], [1702468388, "863.76"], [1702468424, "868.644"], [1702468457, "872.733"], [1702468493, "877.353"], [1702468517, "880.932"], [1702468550, "882.4199999999998"], [1702468586, "887.5199999999999"], [1702468613, "890.4300000000001"], [1702468637, "893.607"], [1702468679, "895.575"], [1702468721, "902.6370000000001"], [1702468730, "903.633"], [1702468766, "908.67"], [1702468799, "915.927"], [1702468835, "918.9270000000001"], [1702468898, "931.4519999999999"], [1702468934, "935.5440000000001"], [1702468970, "943.3530000000002"], [1702468994, "945.2970000000001"], [1702469024, "945.5310000000001"], [1702469060, "947.862"], [1702469111, "952.845"], [1702469144, "957.777"], [1702469168, "958.7130000000001"], [1702469204, "962.07"], [1702469237, "966.198"], [1702469273, "971.8109999999999"], [1702469303, "974.7780000000001"], [1702469336, "977.322"], [1702469360, "978.2700000000001"], [1702469387, "978.7320000000001"], [1702469411, "980.0160000000001"], [1702469435, "981.2070000000001"], [1702469468, "983.0490000000001"], [1702469504, "983.553"], [1702469537, "986.625"], [1702469573, "987.813"], [1702469606, "989.133"], [1702469633, "989.6760000000002"], [1702469660, "990.2730000000001"], [1702469684, "991.2810000000001"], [1702469717, "993.4830000000001"], [1702469753, "994.014"], [1702469786, "995.0730000000001"], [1702469816, "1003.239"], [1702469834, "1004.3550000000001"], [1702469864, "1006.3770000000001"], [1702469906, "1007.889"], [1702469936, "1009.434"], [1702469972, "1010.427"], [1702470005, "1011.2940000000001"], [1702470029, "1011.474"], [1702470065, "1013.1510000000001"], [1702470101, "1014.522"], [1702470131, "1016.409"], [1702470167, "1020.5340000000001"], [1702470203, "1022.718"], [1702470251, "1029.378"], [1702470278, "1030.9019999999998"], [1702470311, "1031.802"], [1702470347, "1033.425"], [1702470371, "1034.0130000000001"], [1702470404, "1035.723"], [1702470440, "1036.398"], [1702470476, "1038.117"], [1702470506, "1041.7109999999998"], [1702470542, "1045.062"], [1702470575, "1050.0539999999999"], [1702470611, "1053.9959999999999"], [1702470635, "1056.0749999999998"], [1702470662, "1057.5929999999998"], [1702470686, "1059.396"], [1702470719, "1061.0549999999998"], [1702470746, "1063.1009999999999"], [1702470812, "1068.0449999999998"], [1702470845, "1073.4389999999999"], [1702470875, "1076.3249999999998"], [1702470899, "1077.3239999999998"], [1702470953, "1082.769"], [1702470983, "1084.128"], [1702471025, "1091.349"], [1702471067, "1099.8"], [1702471169, "1115.1899999999998"], [1702471193, "1118.418"], [1702471226, "1121.3159999999998"], [1702471265, "1124.8739999999998"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "760.0830000000001"], [1702462721, "806.0219999999999"], [1702462736, "851.9610000000001"], [1702462751, "897.9"], [1702462763, "942.861"], [1702462793, "1031.847"], [1702462808, "1075.872"], [1702462829, "1119.897"], [1702462844, "1162.161"], [1702462865, "1204.425"], [1702462880, "1246.6889999999999"], [1702462904, "1331.217"], [1702462919, "1373.481"], [1702462952, "1458.009"], [1702462973, "1500.2730000000001"], [1702462988, "1542.537"], [1702463045, "1669.329"], [1702463081, "1753.857"], [1702463114, "1838.3850000000002"], [1702463150, "1922.9129999999998"], [1702463186, "2007.4410000000003"], [1702463216, "2091.969"], [1702463240, "2176.4970000000003"], [1702463273, "2261.025"], [1702463324, "2387.817"], [1702463354, "2472.3450000000003"], [1702463381, "2556.8729999999996"], [1702463417, "2641.401"], [1702463453, "2725.929"], [1702463477, "2810.457"], [1702463510, "2894.9850000000006"], [1702463537, "2979.5130000000004"], [1702463570, "3064.041"], [1702463591, "3148.569"], [1702463621, "3233.0969999999998"], [1702463657, "3317.625"], [1702463693, "3402.1530000000002"], [1702463729, "3486.681"], [1702463765, "3571.2090000000003"], [1702463798, "3655.737"], [1702463846, "3782.5289999999995"], [1702463873, "3867.0570000000002"], [1702463906, "3951.585"], [1702463948, "4078.377"], [1702463984, "4162.905"], [1702464014, "4247.433"], [1702464050, "4331.961"], [1702464086, "4416.4890000000005"], [1702464122, "4501.017"], [1702464155, "4585.545"], [1702464194, "4712.3369999999995"], [1702464230, "4796.865000000001"], [1702464263, "4881.393"], [1702464299, "4965.921"], [1702464332, "5050.4490000000005"], [1702464356, "5134.977"], [1702464392, "5219.505"], [1702464425, "5304.033000000001"], [1702464455, "5388.561"], [1702464479, "5473.089"], [1702464509, "5557.617"], [1702464533, "5642.1449999999995"], [1702464569, "5726.673000000001"], [1702464605, "5811.200999999999"], [1702464635, "5895.729"], [1702464671, "5980.257"], [1702464716, "6064.785"], [1702464743, "6149.313"], [1702464776, "6233.841"], [1702464812, "6318.369"], [1702464836, "6402.897"], [1702464869, "6487.425000000001"], [1702464905, "6571.9529999999995"], [1702464926, "6656.481"], [1702464956, "6741.009"], [1702464992, "6825.537"], [1702465016, "6910.065"], [1702465049, "6994.593000000001"], [1702465085, "7079.121"], [1702465118, "7163.649"], [1702465145, "7248.177"], [1702465178, "7332.705"], [1702465208, "7417.233"], [1702465241, "7501.761"], [1702465298, "7628.553"], [1702465334, "7713.081"], [1702465367, "7797.609"], [1702465394, "7882.136999999999"], [1702465418, "7966.665"], [1702465445, "8051.193"], [1702465481, "8135.721"], [1702465517, "8220.249"], [1702465550, "8304.777"], [1702465586, "8389.305"], [1702465619, "8473.832999999999"], [1702465658, "8558.361"], [1702465706, "8642.889"], [1702465754, "8769.681"], [1702465787, "8854.209"], [1702465823, "8938.737000000001"], [1702465856, "9023.265"], [1702465880, "9107.793"], [1702465910, "9192.321"], [1702465952, "9276.849"], [1702465988, "9361.377"], [1702466015, "9445.904999999999"], [1702466030, "9530.433"], [1702466060, "9614.961000000001"], [1702466078, "9699.489"], [1702466138, "9826.280999999999"], [1702466168, "9910.809000000001"], [1702466204, "9995.337"], [1702466237, "10079.865"], [1702466261, "10164.393000000002"], [1702466291, "10248.921"], [1702466327, "10333.448999999999"], [1702466360, "10417.977"], [1702466384, "10502.505"], [1702466417, "10587.033"], [1702466441, "10671.561"], [1702466471, "10756.089"], [1702466507, "10840.616999999998"], [1702466540, "10925.145"], [1702466597, "11051.936999999998"], [1702466633, "11136.465"], [1702466666, "11220.993"], [1702466705, "11305.521"], [1702466732, "11390.049"], [1702466765, "11474.577"], [1702466801, "11559.105"], [1702466852, "11685.897"], [1702466876, "11770.425000000001"], [1702466918, "11854.953"], [1702466978, "12024.009"], [1702467014, "12108.537"], [1702467038, "12193.064999999999"], [1702467068, "12277.592999999999"], [1702467122, "12404.385000000002"], [1702467158, "12488.913"], [1702467191, "12573.440999999999"], [1702467221, "12657.969"], [1702467257, "12742.497000000001"], [1702467299, "12827.025000000001"], [1702467350, "12953.817"], [1702467386, "13038.345"], [1702467419, "13122.873"], [1702467455, "13207.401"], [1702467515, "13376.457"], [1702467542, "13460.984999999999"], [1702467566, "13545.513"], [1702467599, "13630.041"], [1702467635, "13714.569"], [1702467668, "13799.097"], [1702467695, "13883.625"], [1702467716, "13968.153"], [1702467746, "14052.681"], [1702467800, "14179.473"], [1702467824, "14264.000999999998"], [1702467908, "14475.321"], [1702467944, "14559.849"], [1702467968, "14644.377"], [1702468001, "14728.904999999999"], [1702468031, "14813.433"], [1702468067, "14897.961"], [1702468085, "14982.489"], [1702468115, "15067.017000000002"], [1702468151, "15151.545"], [1702468181, "15236.072999999999"], [1702468208, "15320.600999999999"], [1702468241, "15405.129"], [1702468256, "15489.657"], [1702468286, "15574.185000000001"], [1702468322, "15658.713"], [1702468352, "15743.241"], [1702468388, "15827.769"], [1702468424, "15912.297"], [1702468457, "15996.824999999999"], [1702468493, "16081.353"], [1702468517, "16165.881000000001"], [1702468550, "16250.409"], [1702468586, "16334.936999999998"], [1702468613, "16419.465"], [1702468637, "16503.993000000002"], [1702468679, "16588.521"], [1702468721, "16673.049"], [1702468730, "16715.313"], [1702468766, "16799.841"], [1702468799, "16884.369"], [1702468835, "16968.897"], [1702468898, "17095.689"], [1702468934, "17180.216999999997"], [1702468970, "17264.745000000003"], [1702468994, "17349.273"], [1702469024, "17433.801"], [1702469060, "17518.329"], [1702469111, "17645.121"], [1702469144, "17729.649"], [1702469168, "17814.177"], [1702469204, "17898.704999999998"], [1702469237, "17983.233"], [1702469273, "18067.761"], [1702469303, "18152.288999999997"], [1702469336, "18236.817"], [1702469360, "18321.344999999998"], [1702469387, "18405.873"], [1702469411, "18490.401"], [1702469435, "18574.929"], [1702469468, "18659.457"], [1702469504, "18743.985"], [1702469537, "18828.513"], [1702469573, "18913.040999999997"], [1702469606, "18997.569"], [1702469633, "19082.096999999998"], [1702469660, "19166.625"], [1702469684, "19251.153000000002"], [1702469717, "19335.680999999997"], [1702469753, "19420.209"], [1702469786, "19504.737"], [1702469816, "19589.264999999996"], [1702469834, "19673.792999999998"], [1702469864, "19758.321"], [1702469906, "19885.113"], [1702469936, "19969.641"], [1702469972, "20054.169"], [1702470005, "20138.697"], [1702470029, "20223.225000000002"], [1702470065, "20307.752999999997"], [1702470101, "20392.281"], [1702470131, "20476.809"], [1702470167, "20561.337"], [1702470203, "20645.865"], [1702470251, "20772.657"], [1702470278, "20857.184999999998"], [1702470311, "20941.713"], [1702470347, "21026.241"], [1702470371, "21110.768999999997"], [1702470404, "21195.297000000002"], [1702470440, "21279.825"], [1702470476, "21364.353"], [1702470506, "21448.881"], [1702470542, "21533.409"], [1702470575, "21617.937"], [1702470611, "21702.465"], [1702470635, "21786.993000000002"], [1702470662, "21871.520999999997"], [1702470686, "21956.049"], [1702470719, "22040.576999999997"], [1702470746, "22125.105"], [1702470812, "22294.161000000004"], [1702470845, "22378.689"], [1702470875, "22463.217"], [1702470899, "22547.745000000003"], [1702470953, "22674.537"], [1702470983, "22759.065000000002"], [1702471025, "22843.593"], [1702471067, "22970.385000000002"], [1702471169, "23181.704999999998"], [1702471193, "23266.233"], [1702471226, "23350.761"], [1702471265, "23435.289"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "79.959"], [1702462721, "80.75699999999999"], [1702462736, "82.128"], [1702462751, "83.631"], [1702462763, "83.673"], [1702462793, "88.512"], [1702462808, "89.82000000000001"], [1702462829, "90.327"], [1702462844, "96.71100000000001"], [1702462865, "99.072"], [1702462880, "102.372"], [1702462904, "109.713"], [1702462919, "112.362"], [1702462952, "113.724"], [1702462973, "115.76100000000001"], [1702462988, "117.94800000000001"], [1702463045, "134.00999999999996"], [1702463081, "135.80999999999997"], [1702463114, "136.49699999999999"], [1702463150, "137.505"], [1702463186, "141.123"], [1702463216, "145.659"], [1702463240, "146.41799999999998"], [1702463273, "149.217"], [1702463324, "157.69199999999998"], [1702463354, "159.321"], [1702463381, "162.82499999999996"], [1702463417, "164.70299999999997"], [1702463453, "169.37099999999998"], [1702463477, "169.974"], [1702463510, "172.437"], [1702463537, "174.372"], [1702463570, "177.27900000000002"], [1702463591, "178.878"], [1702463621, "189.759"], [1702463657, "193.55399999999997"], [1702463693, "204.81"], [1702463729, "214.119"], [1702463765, "215.98499999999999"], [1702463798, "217.593"], [1702463846, "219.108"], [1702463873, "220.79099999999997"], [1702463906, "222.77999999999997"], [1702463948, "226.69799999999998"], [1702463984, "230.382"], [1702464014, "234.22799999999998"], [1702464050, "236.97599999999997"], [1702464086, "242.385"], [1702464122, "247.62599999999998"], [1702464155, "250.70699999999997"], [1702464194, "253.81799999999998"], [1702464230, "255.12"], [1702464263, "256.869"], [1702464299, "261.03"], [1702464332, "265.86299999999994"], [1702464356, "270.534"], [1702464392, "276.381"], [1702464425, "279.228"], [1702464455, "281.073"], [1702464479, "284.916"], [1702464509, "285.91799999999995"], [1702464533, "287.706"], [1702464569, "290.388"], [1702464605, "294.219"], [1702464635, "309.414"], [1702464671, "326.268"], [1702464716, "331.85699999999997"], [1702464743, "334.245"], [1702464776, "344.0849999999999"], [1702464812, "349.698"], [1702464836, "352.61999999999995"], [1702464869, "357.285"], [1702464905, "359.58299999999997"], [1702464926, "359.955"], [1702464956, "361.266"], [1702464992, "365.73"], [1702465016, "367.185"], [1702465049, "371.703"], [1702465085, "377.63100000000003"], [1702465118, "380.259"], [1702465145, "384.48"], [1702465178, "387.53700000000003"], [1702465208, "391.7579999999999"], [1702465241, "396.81"], [1702465298, "400.233"], [1702465334, "402.41999999999996"], [1702465367, "403.998"], [1702465394, "404.367"], [1702465418, "406.524"], [1702465445, "409.95000000000005"], [1702465481, "415.24199999999996"], [1702465517, "418.52700000000004"], [1702465550, "425.229"], [1702465586, "430.64399999999995"], [1702465619, "431.523"], [1702465658, "439.557"], [1702465706, "441.282"], [1702465754, "446.433"], [1702465787, "449.499"], [1702465823, "453.066"], [1702465856, "460.26599999999996"], [1702465880, "461.42699999999996"], [1702465910, "464.298"], [1702465952, "467.70300000000003"], [1702465988, "469.689"], [1702466015, "472.257"], [1702466030, "472.497"], [1702466060, "473.81100000000004"], [1702466078, "474.05100000000004"], [1702466138, "477.993"], [1702466168, "480.63"], [1702466204, "485.712"], [1702466237, "496.62"], [1702466261, "498.19199999999995"], [1702466291, "500.4719999999999"], [1702466327, "505.00499999999994"], [1702466360, "508.965"], [1702466384, "510.558"], [1702466417, "512.277"], [1702466441, "512.835"], [1702466471, "513.345"], [1702466507, "521.823"], [1702466540, "524.5319999999999"], [1702466597, "534.252"], [1702466633, "536.3399999999999"], [1702466666, "538.842"], [1702466705, "541.362"], [1702466732, "542.967"], [1702466765, "545.028"], [1702466801, "547.0559999999999"], [1702466852, "554.706"], [1702466876, "555.552"], [1702466918, "560.007"], [1702466978, "564.207"], [1702467014, "569.886"], [1702467038, "572.2139999999999"], [1702467068, "574.848"], [1702467122, "579.312"], [1702467158, "588.621"], [1702467191, "594.3779999999999"], [1702467221, "596.6550000000001"], [1702467257, "598.4309999999999"], [1702467299, "600.7529999999999"], [1702467350, "606.444"], [1702467386, "609.492"], [1702467419, "610.611"], [1702467455, "614.8800000000001"], [1702467515, "616.074"], [1702467542, "616.674"], [1702467566, "617.064"], [1702467599, "618.0780000000001"], [1702467635, "619.776"], [1702467668, "622.164"], [1702467695, "624.207"], [1702467716, "626.4060000000002"], [1702467746, "628.479"], [1702467800, "636.567"], [1702467824, "637.8330000000001"], [1702467908, "640.851"], [1702467944, "641.661"], [1702467968, "642.063"], [1702468001, "642.7080000000001"], [1702468031, "644.4300000000001"], [1702468067, "651.5160000000001"], [1702468085, "652.617"], [1702468115, "653.6640000000001"], [1702468151, "658.4970000000001"], [1702468181, "659.5110000000001"], [1702468208, "660.7260000000001"], [1702468241, "661.878"], [1702468256, "662.3399999999999"], [1702468286, "663.1560000000001"], [1702468322, "663.825"], [1702468352, "666.543"], [1702468388, "672.8340000000001"], [1702468424, "678.354"], [1702468457, "683.964"], [1702468493, "688.4340000000001"], [1702468517, "690.738"], [1702468550, "691.425"], [1702468586, "693.582"], [1702468613, "696.4799999999999"], [1702468637, "698.1809999999999"], [1702468679, "699.1469999999999"], [1702468721, "705.4680000000001"], [1702468730, "706.1039999999999"], [1702468766, "711.3749999999999"], [1702468799, "719.7059999999999"], [1702468835, "722.1990000000001"], [1702468898, "727.7460000000001"], [1702468934, "732.0269999999999"], [1702468970, "739.551"], [1702468994, "741.264"], [1702469024, "741.7559999999999"], [1702469060, "742.9019999999999"], [1702469111, "746.16"], [1702469144, "750.4319999999999"], [1702469168, "751.2719999999999"], [1702469204, "753.399"], [1702469237, "755.2769999999999"], [1702469273, "758.85"], [1702469303, "764.013"], [1702469336, "766.0559999999999"], [1702469360, "767.6519999999999"], [1702469387, "768.1349999999999"], [1702469411, "770.172"], [1702469435, "771.501"], [1702469468, "773.274"], [1702469504, "773.7719999999999"], [1702469537, "775.6709999999999"], [1702469573, "779.007"], [1702469606, "780.8639999999999"], [1702469633, "782.229"], [1702469660, "785.5889999999999"], [1702469684, "787.8119999999999"], [1702469717, "789.6389999999999"], [1702469753, "790.11"], [1702469786, "791.2199999999999"], [1702469816, "794.406"], [1702469834, "795.2520000000001"], [1702469864, "796.971"], [1702469906, "798.3749999999999"], [1702469936, "799.5210000000001"], [1702469972, "802.2689999999999"], [1702470005, "803.5169999999999"], [1702470029, "803.91"], [1702470065, "804.918"], [1702470101, "806.409"], [1702470131, "809.337"], [1702470167, "813.9599999999999"], [1702470203, "818.2919999999999"], [1702470251, "822.5099999999999"], [1702470278, "823.557"], [1702470311, "824.271"], [1702470347, "825.9"], [1702470371, "827.4749999999999"], [1702470404, "829.377"], [1702470440, "830.391"], [1702470476, "832.236"], [1702470506, "833.5469999999999"], [1702470542, "835.7459999999999"], [1702470575, "837.39"], [1702470611, "839.2049999999999"], [1702470635, "840.66"], [1702470662, "841.563"], [1702470686, "842.58"], [1702470719, "843.8159999999999"], [1702470746, "845.3549999999999"], [1702470812, "847.473"], [1702470845, "850.8779999999999"], [1702470875, "852.4319999999999"], [1702470899, "853.6919999999999"], [1702470953, "856.164"], [1702470983, "857.6819999999999"], [1702471025, "861.702"], [1702471067, "866.28"], [1702471169, "873.597"], [1702471193, "874.602"], [1702471226, "877.242"], [1702471265, "879.156"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.9690000000000001"], [1702462793, "1.038"], [1702462808, "1.071"], [1702462829, "1.089"], [1702462844, "1.107"], [1702462865, "1.155"], [1702462880, "1.1880000000000002"], [1702462904, "1.266"], [1702462919, "1.299"], [1702462952, "1.347"], [1702462973, "1.377"], [1702462988, "1.395"], [1702463045, "1.5870000000000002"], [1702463081, "1.635"], [1702463114, "1.7309999999999999"], [1702463150, "1.797"], [1702463186, "1.86"], [1702463216, "1.935"], [1702463240, "1.986"], [1702463273, "2.061"], [1702463324, "2.1719999999999997"], [1702463354, "2.25"], [1702463381, "2.331"], [1702463417, "2.394"], [1702463453, "2.457"], [1702463477, "2.502"], [1702463510, "2.5380000000000003"], [1702463537, "2.5860000000000003"], [1702463570, "2.616"], [1702463591, "2.661"], [1702463621, "2.721"], [1702463657, "2.784"], [1702463693, "2.865"], [1702463729, "5.412"], [1702463765, "5.463"], [1702463798, "5.511"], [1702463846, "5.589"], [1702463873, "5.634"], [1702463906, "5.694"], [1702463948, "5.79"], [1702463984, "5.853"], [1702464014, "5.916"], [1702464050, "5.979"], [1702464086, "6.054"], [1702464122, "6.129"], [1702464155, "6.189"], [1702464194, "6.297"], [1702464230, "6.3629999999999995"], [1702464263, "6.444"], [1702464299, "6.525"], [1702464332, "6.606"], [1702464356, "6.686999999999999"], [1702464392, "6.768"], [1702464425, "6.849"], [1702464455, "6.9239999999999995"], [1702464479, "7.002"], [1702464509, "7.0920000000000005"], [1702464533, "7.182"], [1702464569, "7.275"], [1702464605, "7.356"], [1702464635, "7.449"], [1702464671, "7.545"], [1702464716, "7.638"], [1702464743, "7.728"], [1702464776, "7.818"], [1702464812, "7.9079999999999995"], [1702464836, "8.013"], [1702464869, "8.103"], [1702464905, "8.211"], [1702464926, "8.286"], [1702464956, "8.379"], [1702464992, "8.457"], [1702465016, "8.562"], [1702465049, "8.643"], [1702465085, "8.733"], [1702465118, "8.847000000000001"], [1702465145, "8.940000000000001"], [1702465178, "9.030000000000001"], [1702465208, "9.123000000000001"], [1702465241, "9.216000000000001"], [1702465298, "9.357"], [1702465334, "9.468"], [1702465367, "9.558"], [1702465394, "9.648"], [1702465418, "9.738"], [1702465445, "9.828"], [1702465481, "9.921"], [1702465517, "10.032"], [1702465550, "10.125"], [1702465586, "10.206"], [1702465619, "10.299"], [1702465658, "10.392"], [1702465706, "10.467"], [1702465754, "10.485"], [1702465787, "10.521"], [1702465823, "10.539000000000001"], [1702465856, "10.572"], [1702465880, "10.620000000000001"], [1702465910, "10.671"], [1702465952, "10.734"], [1702465988, "10.797"], [1702466015, "10.857"], [1702466030, "10.917"], [1702466060, "10.977"], [1702466078, "11.04"], [1702466138, "11.154"], [1702466168, "11.22"], [1702466204, "11.286000000000001"], [1702466237, "11.349"], [1702466261, "11.394"], [1702466291, "11.457"], [1702466327, "11.517"], [1702466360, "11.577"], [1702466384, "11.637"], [1702466417, "11.685"], [1702466441, "11.748000000000001"], [1702466471, "11.811"], [1702466507, "11.847"], [1702466540, "11.898"], [1702466597, "11.982000000000001"], [1702466633, "12.033"], [1702466666, "12.078"], [1702466705, "12.123000000000001"], [1702466732, "12.183"], [1702466765, "12.231"], [1702466801, "12.291"], [1702466852, "12.369"], [1702466876, "12.429"], [1702466918, "12.477"], [1702466978, "12.591000000000001"], [1702467014, "12.651"], [1702467038, "12.711"], [1702467068, "12.771"], [1702467122, "12.861"], [1702467158, "12.921"], [1702467191, "12.981"], [1702467221, "13.044"], [1702467257, "13.095"], [1702467299, "13.158"], [1702467350, "13.248000000000001"], [1702467386, "13.308"], [1702467419, "13.383000000000001"], [1702467455, "13.443"], [1702467515, "13.566"], [1702467542, "13.629"], [1702467566, "13.695"], [1702467599, "13.743"], [1702467635, "13.791"], [1702467668, "13.824"], [1702467695, "13.854000000000001"], [1702467716, "13.899000000000001"], [1702467746, "13.929"], [1702467800, "13.989"], [1702467824, "14.034"], [1702467908, "14.157"], [1702467944, "14.187"], [1702467968, "14.22"], [1702468001, "14.25"], [1702468031, "14.295"], [1702468067, "14.325000000000001"], [1702468085, "14.355"], [1702468115, "14.370000000000001"], [1702468151, "14.4"], [1702468181, "14.43"], [1702468208, "14.46"], [1702468241, "14.478"], [1702468256, "14.508000000000001"], [1702468286, "14.541"], [1702468322, "14.556000000000001"], [1702468352, "14.571"], [1702468388, "14.601"], [1702468424, "14.631"], [1702468457, "14.661"], [1702468493, "14.676"], [1702468517, "14.709"], [1702468550, "14.739"], [1702468586, "14.754"], [1702468613, "14.772"], [1702468637, "14.802"], [1702468679, "14.817"], [1702468721, "14.847"], [1702468730, "14.862"], [1702468766, "14.892"], [1702468799, "14.922"], [1702468835, "14.952"], [1702468898, "15"], [1702468934, "15.015"], [1702468970, "15.015"], [1702468994, "15.045"], [1702469024, "15.06"], [1702469060, "15.093"], [1702469111, "15.138"], [1702469144, "15.141"], [1702469168, "15.156"], [1702469204, "15.174"], [1702469237, "15.204"], [1702469273, "15.219000000000001"], [1702469303, "15.249"], [1702469336, "15.279"], [1702469360, "15.279"], [1702469387, "15.279"], [1702469411, "15.294"], [1702469435, "15.324"], [1702469468, "15.354000000000001"], [1702469504, "15.387"], [1702469537, "15.42"], [1702469573, "15.453000000000001"], [1702469606, "15.483"], [1702469633, "15.513"], [1702469660, "15.543000000000001"], [1702469684, "15.573"], [1702469717, "15.603"], [1702469753, "15.618"], [1702469786, "15.633000000000001"], [1702469816, "15.651"], [1702469834, "15.681000000000001"], [1702469864, "15.696"], [1702469906, "15.747"], [1702469936, "15.777000000000001"], [1702469972, "15.807"], [1702470005, "15.822000000000001"], [1702470029, "15.837"], [1702470065, "15.855"], [1702470101, "15.888"], [1702470131, "15.921000000000001"], [1702470167, "15.951"], [1702470203, "15.981"], [1702470251, "16.011"], [1702470278, "16.041"], [1702470311, "16.070999999999998"], [1702470347, "16.101"], [1702470371, "16.131"], [1702470404, "16.163999999999998"], [1702470440, "16.166999999999998"], [1702470476, "16.2"], [1702470506, "16.203"], [1702470542, "16.236"], [1702470575, "16.251"], [1702470611, "16.251"], [1702470635, "16.281"], [1702470662, "16.296"], [1702470686, "16.326"], [1702470719, "16.355999999999998"], [1702470746, "16.386"], [1702470812, "16.434"], [1702470845, "16.451999999999998"], [1702470875, "16.482"], [1702470899, "16.512"], [1702470953, "16.557"], [1702470983, "16.587"], [1702471025, "16.623"], [1702471067, "16.674"], [1702471169, "16.764"], [1702471193, "16.797"], [1702471226, "16.826999999999998"], [1702471265, "16.86"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "428.649"], [1702462793, "517.635"], [1702462808, "561.66"], [1702462829, "605.685"], [1702462844, "647.949"], [1702462865, "690.213"], [1702462880, "732.477"], [1702462904, "817.0050000000001"], [1702462919, "859.269"], [1702462952, "943.797"], [1702462973, "986.061"], [1702462988, "1028.3249999999998"], [1702463045, "1155.117"], [1702463081, "1239.645"], [1702463114, "1324.1730000000002"], [1702463150, "1408.7009999999998"], [1702463186, "1493.229"], [1702463216, "1577.7569999999998"], [1702463240, "1662.285"], [1702463273, "1746.8129999999999"], [1702463324, "1873.605"], [1702463354, "1958.133"], [1702463381, "2042.661"], [1702463417, "2127.189"], [1702463453, "2211.7169999999996"], [1702463477, "2296.245"], [1702463510, "2380.773"], [1702463537, "2465.3010000000004"], [1702463570, "2549.829"], [1702463591, "2634.357"], [1702463621, "2718.8849999999998"], [1702463657, "2803.413"], [1702463693, "2887.9410000000003"], [1702463729, "2972.469"], [1702463765, "3056.9970000000003"], [1702463798, "3141.525"], [1702463846, "3268.317"], [1702463873, "3352.845"], [1702463906, "3437.3730000000005"], [1702463948, "3564.165"], [1702463984, "3648.693"], [1702464014, "3733.221"], [1702464050, "3817.749"], [1702464086, "3902.2770000000005"], [1702464122, "3986.8050000000003"], [1702464155, "4071.3330000000005"], [1702464194, "4198.125"], [1702464230, "4282.653"], [1702464263, "4367.181"], [1702464299, "4451.709"], [1702464332, "4536.236999999999"], [1702464356, "4620.764999999999"], [1702464392, "4705.293000000001"], [1702464425, "4789.820999999999"], [1702464455, "4874.349"], [1702464479, "4958.8769999999995"], [1702464509, "5043.405"], [1702464533, "5127.933"], [1702464569, "5212.460999999999"], [1702464605, "5296.989"], [1702464635, "5381.517000000001"], [1702464671, "5466.045"], [1702464716, "5550.572999999999"], [1702464743, "5635.101000000001"], [1702464776, "5719.628999999999"], [1702464812, "5804.157"], [1702464836, "5888.685"], [1702464869, "5973.213"], [1702464905, "6057.741"], [1702464926, "6142.269"], [1702464956, "6226.797"], [1702464992, "6311.325"], [1702465016, "6395.853"], [1702465049, "6480.380999999999"], [1702465085, "6564.909"], [1702465118, "6649.437"], [1702465145, "6733.965"], [1702465178, "6818.4929999999995"], [1702465208, "6903.021000000001"], [1702465241, "6987.548999999999"], [1702465298, "7114.340999999999"], [1702465334, "7198.869"], [1702465367, "7283.397000000001"], [1702465394, "7367.924999999999"], [1702465418, "7452.453"], [1702465445, "7536.981"], [1702465481, "7621.509"], [1702465517, "7706.037"], [1702465550, "7790.5650000000005"], [1702465586, "7875.093"], [1702465619, "7959.621"], [1702465658, "8044.148999999999"], [1702465706, "8128.677"], [1702465754, "8255.469000000001"], [1702465787, "8339.997"], [1702465823, "8424.525"], [1702465856, "8509.053"], [1702465880, "8593.581"], [1702465910, "8678.109"], [1702465952, "8762.637"], [1702465988, "8847.164999999999"], [1702466015, "8931.693000000001"], [1702466030, "9016.221"], [1702466060, "9100.749"], [1702466078, "9185.277"], [1702466138, "9312.069"], [1702466168, "9396.597"], [1702466204, "9481.125"], [1702466237, "9565.653"], [1702466261, "9650.181"], [1702466291, "9734.708999999999"], [1702466327, "9819.237000000001"], [1702466360, "9903.765"], [1702466384, "9988.293"], [1702466417, "10072.821"], [1702466441, "10157.349"], [1702466471, "10241.876999999999"], [1702466507, "10326.405"], [1702466540, "10410.932999999999"], [1702466597, "10537.725"], [1702466633, "10622.252999999999"], [1702466666, "10706.781"], [1702466705, "10791.309"], [1702466732, "10875.837"], [1702466765, "10960.365000000002"], [1702466801, "11044.893"], [1702466852, "11171.685"], [1702466876, "11256.212999999998"], [1702466918, "11340.740999999998"], [1702466978, "11509.797"], [1702467014, "11594.325"], [1702467038, "11678.853"], [1702467068, "11763.381"], [1702467122, "11890.172999999999"], [1702467158, "11974.701000000001"], [1702467191, "12059.229000000001"], [1702467221, "12143.757"], [1702467257, "12228.285"], [1702467299, "12312.813"], [1702467350, "12439.605"], [1702467386, "12524.133"], [1702467419, "12608.661"], [1702467455, "12693.189"], [1702467515, "12862.244999999999"], [1702467542, "12946.773000000001"], [1702467566, "13031.301"], [1702467599, "13115.828999999998"], [1702467635, "13200.357"], [1702467668, "13284.885"], [1702467695, "13369.412999999999"], [1702467716, "13453.941"], [1702467746, "13538.469"], [1702467800, "13665.261"], [1702467824, "13749.788999999999"], [1702467908, "13961.109"], [1702467944, "14045.637"], [1702467968, "14130.164999999999"], [1702468001, "14214.693"], [1702468031, "14299.221"], [1702468067, "14383.749"], [1702468085, "14468.277"], [1702468115, "14552.805"], [1702468151, "14637.332999999999"], [1702468181, "14721.861"], [1702468208, "14806.389000000001"], [1702468241, "14890.917"], [1702468256, "14975.445"], [1702468286, "15059.973"], [1702468322, "15144.501"], [1702468352, "15229.029"], [1702468388, "15313.556999999999"], [1702468424, "15398.085"], [1702468457, "15482.613000000001"], [1702468493, "15567.141"], [1702468517, "15651.669"], [1702468550, "15736.197"], [1702468586, "15820.725"], [1702468613, "15905.253"], [1702468637, "15989.780999999999"], [1702468679, "16074.309"], [1702468721, "16158.837"], [1702468730, "16201.100999999999"], [1702468766, "16285.629"], [1702468799, "16370.157"], [1702468835, "16454.684999999998"], [1702468898, "16581.477"], [1702468934, "16666.005"], [1702468970, "16750.533"], [1702468994, "16835.061"], [1702469024, "16919.589"], [1702469060, "17004.117000000002"], [1702469111, "17130.909"], [1702469144, "17215.436999999998"], [1702469168, "17299.965"], [1702469204, "17384.493000000002"], [1702469237, "17469.021"], [1702469273, "17553.549000000003"], [1702469303, "17638.076999999997"], [1702469336, "17722.605"], [1702469360, "17807.133"], [1702469387, "17891.661"], [1702469411, "17976.189"], [1702469435, "18060.717"], [1702469468, "18145.245000000003"], [1702469504, "18229.773"], [1702469537, "18314.301"], [1702469573, "18398.828999999998"], [1702469606, "18483.357"], [1702469633, "18567.885"], [1702469660, "18652.413"], [1702469684, "18736.941"], [1702469717, "18821.468999999997"], [1702469753, "18905.997"], [1702469786, "18990.524999999998"], [1702469816, "19075.053"], [1702469834, "19159.581"], [1702469864, "19244.109"], [1702469906, "19370.900999999998"], [1702469936, "19455.429"], [1702469972, "19539.957000000002"], [1702470005, "19624.485"], [1702470029, "19709.013"], [1702470065, "19793.541"], [1702470101, "19878.069"], [1702470131, "19962.596999999998"], [1702470167, "20047.125"], [1702470203, "20131.653"], [1702470251, "20258.445000000003"], [1702470278, "20342.972999999998"], [1702470311, "20427.501"], [1702470347, "20512.029000000002"], [1702470371, "20596.557"], [1702470404, "20681.085"], [1702470440, "20765.613"], [1702470476, "20850.140999999996"], [1702470506, "20934.669"], [1702470542, "21019.197000000004"], [1702470575, "21103.725"], [1702470611, "21188.253"], [1702470635, "21272.781"], [1702470662, "21357.309"], [1702470686, "21441.837"], [1702470719, "21526.365"], [1702470746, "21610.893000000004"], [1702470812, "21779.949"], [1702470845, "21864.477"], [1702470875, "21949.005"], [1702470899, "22033.533"], [1702470953, "22160.324999999997"], [1702470983, "22244.853"], [1702471025, "22329.381"], [1702471067, "22456.173000000003"], [1702471169, "22667.493"], [1702471193, "22752.021"], [1702471226, "22836.549000000003"], [1702471265, "22921.076999999997"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.8460000000000001"], [1702462721, "0.864"], [1702462736, "0.9"], [1702462751, "0.936"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "245.87099999999998"], [1702462721, "291.81"], [1702462736, "337.749"], [1702462751, "383.68800000000005"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "32.382000000000005"], [1702462721, "32.4"], [1702462736, "32.436"], [1702462751, "32.649"], [1702462763, "32.681999999999995"], [1702462793, "33.384"], [1702462808, "33.417"], [1702462829, "33.435"], [1702462844, "33.453"], [1702462865, "33.501"], [1702462880, "33.534"], [1702462904, "33.612"], [1702462919, "33.645"], [1702462952, "33.693"], [1702462973, "34.583999999999996"], [1702462988, "34.602"], [1702463045, "44.034000000000006"], [1702463081, "44.08200000000001"], [1702463114, "45.092999999999996"], [1702463150, "45.159"], [1702463186, "45.221999999999994"], [1702463216, "45.297"], [1702463240, "45.348"], [1702463273, "45.422999999999995"], [1702463324, "45.945"], [1702463354, "46.022999999999996"], [1702463381, "47.793000000000006"], [1702463417, "47.85600000000001"], [1702463453, "51.102000000000004"], [1702463477, "51.147000000000006"], [1702463510, "51.18300000000001"], [1702463537, "51.231"], [1702463570, "51.261"], [1702463591, "51.306000000000004"], [1702463621, "51.36600000000001"], [1702463657, "51.429"], [1702463693, "51.510000000000005"], [1702463729, "60.939"], [1702463765, "60.989999999999995"], [1702463798, "61.038"], [1702463846, "61.125"], [1702463873, "61.169999999999995"], [1702463906, "61.23"], [1702463948, "61.326"], [1702463984, "61.388999999999996"], [1702464014, "61.452"], [1702464050, "63.59400000000001"], [1702464086, "63.669000000000004"], [1702464122, "63.74400000000001"], [1702464155, "63.813"], [1702464194, "63.92100000000001"], [1702464230, "76.077"], [1702464263, "76.158"], [1702464299, "76.23899999999999"], [1702464332, "76.32"], [1702464356, "77.91"], [1702464392, "77.991"], [1702464425, "78.07199999999999"], [1702464455, "78.14699999999999"], [1702464479, "78.225"], [1702464509, "78.315"], [1702464533, "79.851"], [1702464569, "79.94399999999999"], [1702464605, "80.02499999999999"], [1702464635, "80.118"], [1702464671, "80.214"], [1702464716, "80.30699999999999"], [1702464743, "80.39699999999999"], [1702464776, "80.487"], [1702464812, "80.577"], [1702464836, "84.17699999999999"], [1702464869, "84.267"], [1702464905, "86.769"], [1702464926, "86.85000000000001"], [1702464956, "87.348"], [1702464992, "87.426"], [1702465016, "89.73"], [1702465049, "89.811"], [1702465085, "89.901"], [1702465118, "89.994"], [1702465145, "90.087"], [1702465178, "90.177"], [1702465208, "90.27"], [1702465241, "90.363"], [1702465298, "90.504"], [1702465334, "90.61500000000001"], [1702465367, "90.705"], [1702465394, "90.813"], [1702465418, "90.984"], [1702465445, "91.074"], [1702465481, "91.16699999999999"], [1702465517, "91.27799999999999"], [1702465550, "91.371"], [1702465586, "91.452"], [1702465619, "91.66199999999999"], [1702465658, "91.755"], [1702465706, "91.83"], [1702465754, "91.848"], [1702465787, "94.242"], [1702465823, "94.26"], [1702465856, "94.293"], [1702465880, "94.341"], [1702465910, "94.392"], [1702465952, "94.455"], [1702465988, "94.518"], [1702466015, "94.608"], [1702466030, "94.668"], [1702466060, "94.728"], [1702466078, "94.791"], [1702466138, "94.905"], [1702466168, "94.971"], [1702466204, "95.037"], [1702466237, "95.10000000000001"], [1702466261, "96.43799999999999"], [1702466291, "96.50099999999999"], [1702466327, "96.56099999999999"], [1702466360, "96.621"], [1702466384, "96.681"], [1702466417, "96.729"], [1702466441, "103.152"], [1702466471, "103.21499999999999"], [1702466507, "103.25099999999999"], [1702466540, "103.30199999999999"], [1702466597, "103.386"], [1702466633, "106.37100000000001"], [1702466666, "106.41600000000001"], [1702466705, "106.461"], [1702466732, "106.521"], [1702466765, "106.851"], [1702466801, "106.911"], [1702466852, "106.989"], [1702466876, "107.049"], [1702466918, "107.097"], [1702466978, "107.211"], [1702467014, "107.271"], [1702467038, "107.331"], [1702467068, "107.391"], [1702467122, "107.48100000000001"], [1702467158, "107.544"], [1702467191, "107.67"], [1702467221, "107.733"], [1702467257, "107.784"], [1702467299, "107.84700000000001"], [1702467350, "108.3"], [1702467386, "108.36"], [1702467419, "108.435"], [1702467455, "109.34400000000001"], [1702467515, "109.46700000000001"], [1702467542, "109.53000000000002"], [1702467566, "109.608"], [1702467599, "109.656"], [1702467635, "109.70400000000001"], [1702467668, "115.37700000000001"], [1702467695, "115.40700000000001"], [1702467716, "117.10499999999999"], [1702467746, "117.13499999999999"], [1702467800, "117.19499999999998"], [1702467824, "117.23999999999998"], [1702467908, "118.497"], [1702467944, "118.527"], [1702467968, "118.56"], [1702468001, "118.59"], [1702468031, "118.635"], [1702468067, "118.73400000000001"], [1702468085, "118.764"], [1702468115, "118.77900000000001"], [1702468151, "118.809"], [1702468181, "118.839"], [1702468208, "118.869"], [1702468241, "118.887"], [1702468256, "118.917"], [1702468286, "118.95"], [1702468322, "118.965"], [1702468352, "118.98"], [1702468388, "119.58600000000001"], [1702468424, "119.61600000000001"], [1702468457, "119.64600000000002"], [1702468493, "119.66100000000002"], [1702468517, "119.69400000000002"], [1702468550, "119.724"], [1702468586, "119.73900000000002"], [1702468613, "119.757"], [1702468637, "119.787"], [1702468679, "119.802"], [1702468721, "119.83200000000001"], [1702468730, "119.84700000000001"], [1702468766, "119.87700000000001"], [1702468799, "119.90700000000001"], [1702468835, "119.93700000000001"], [1702468898, "121.05"], [1702468934, "121.065"], [1702468970, "123.89999999999999"], [1702468994, "123.92999999999999"], [1702469024, "123.987"], [1702469060, "124.02"], [1702469111, "124.06500000000001"], [1702469144, "124.068"], [1702469168, "124.08599999999998"], [1702469204, "124.10399999999998"], [1702469237, "124.13399999999999"], [1702469273, "124.22099999999999"], [1702469303, "124.25099999999999"], [1702469336, "124.28099999999999"], [1702469360, "124.28099999999999"], [1702469387, "124.28099999999999"], [1702469411, "124.29599999999999"], [1702469435, "124.326"], [1702469468, "124.356"], [1702469504, "124.389"], [1702469537, "124.42500000000001"], [1702469573, "124.527"], [1702469606, "124.557"], [1702469633, "124.587"], [1702469660, "124.61699999999999"], [1702469684, "124.64699999999999"], [1702469717, "124.67699999999999"], [1702469753, "125.145"], [1702469786, "125.16"], [1702469816, "125.178"], [1702469834, "125.208"], [1702469864, "125.223"], [1702469906, "125.277"], [1702469936, "125.307"], [1702469972, "125.337"], [1702470005, "125.352"], [1702470029, "125.367"], [1702470065, "125.385"], [1702470101, "125.421"], [1702470131, "125.454"], [1702470167, "125.484"], [1702470203, "125.514"], [1702470251, "125.544"], [1702470278, "125.574"], [1702470311, "125.604"], [1702470347, "125.634"], [1702470371, "125.67"], [1702470404, "125.703"], [1702470440, "125.706"], [1702470476, "125.739"], [1702470506, "125.742"], [1702470542, "125.77499999999999"], [1702470575, "125.79"], [1702470611, "125.79"], [1702470635, "125.82"], [1702470662, "125.835"], [1702470686, "125.865"], [1702470719, "125.895"], [1702470746, "125.925"], [1702470812, "128.16"], [1702470845, "129.45"], [1702470875, "129.48"], [1702470899, "129.51"], [1702470953, "130.04699999999997"], [1702470983, "130.07699999999997"], [1702471025, "130.11299999999997"], [1702471067, "133.863"], [1702471169, "133.953"], [1702471193, "133.986"], [1702471226, "134.016"], [1702471265, "134.04899999999998"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "25515.773999999998"], [1702462721, "26832.816000000003"], [1702462736, "28043.694"], [1702462751, "29321.061"], [1702462763, "29334.717"], [1702462793, "31238.720999999998"], [1702462808, "32809.299"], [1702462829, "33728.07899999999"], [1702462844, "37367.532"], [1702462865, "38955.876"], [1702462880, "40438.772999999994"], [1702462904, "41879.7"], [1702462919, "42279.263999999996"], [1702462952, "43733.994"], [1702462973, "44531.606999999996"], [1702462988, "45546.465"], [1702463045, "47716.022999999994"], [1702463081, "48758.19299999999"], [1702463114, "50502.18299999999"], [1702463150, "51585.012"], [1702463186, "52599.782999999996"], [1702463216, "55023.066"], [1702463240, "56184.126"], [1702463273, "57928.26599999999"], [1702463324, "62014.155"], [1702463354, "62731.547999999995"], [1702463381, "64009.46399999999"], [1702463417, "65022.647999999994"], [1702463453, "67273.05"], [1702463477, "67843.62"], [1702463510, "69111.11700000001"], [1702463537, "69768.168"], [1702463570, "71046.909"], [1702463591, "72200.706"], [1702463621, "73885.92899999999"], [1702463657, "75663.26400000001"], [1702463693, "76868.838"], [1702463729, "80730.975"], [1702463765, "82807.59"], [1702463798, "83543.19000000002"], [1702463846, "84362.028"], [1702463873, "85236.45"], [1702463906, "86307.72"], [1702463948, "88342.458"], [1702463984, "90869.76"], [1702464014, "92376.645"], [1702464050, "94345.87800000001"], [1702464086, "97281.30299999999"], [1702464122, "99493.17300000001"], [1702464155, "101007.19200000001"], [1702464194, "102225.012"], [1702464230, "103353.609"], [1702464263, "104151.609"], [1702464299, "106144.82400000001"], [1702464332, "108983.39700000001"], [1702464356, "110906.436"], [1702464392, "112987.785"], [1702464425, "114352.16700000002"], [1702464455, "116868.618"], [1702464479, "118692.924"], [1702464509, "119762.90699999999"], [1702464533, "120853.55700000002"], [1702464569, "122340.129"], [1702464605, "124181.25600000001"], [1702464635, "126954.675"], [1702464671, "129573.645"], [1702464716, "134630.196"], [1702464743, "136986.042"], [1702464776, "140566.398"], [1702464812, "142724.502"], [1702464836, "144091.224"], [1702464869, "146701.386"], [1702464905, "149351.682"], [1702464926, "149972.889"], [1702464956, "151868.193"], [1702464992, "155020.91400000002"], [1702465016, "155935.674"], [1702465049, "158215.728"], [1702465085, "161543.43600000002"], [1702465118, "163022.253"], [1702465145, "165149.17500000002"], [1702465178, "166113.86400000003"], [1702465208, "167931.597"], [1702465241, "171381.46800000002"], [1702465298, "172881.90300000002"], [1702465334, "174113.05200000003"], [1702465367, "175161.79200000002"], [1702465394, "175537.062"], [1702465418, "176173.881"], [1702465445, "177847.635"], [1702465481, "180581.24400000004"], [1702465517, "182169.993"], [1702465550, "183578.39100000003"], [1702465586, "186104.883"], [1702465619, "186610.602"], [1702465658, "188745.462"], [1702465706, "189942.71699999998"], [1702465754, "192254.17500000002"], [1702465787, "193433.508"], [1702465823, "195579.534"], [1702465856, "197681.25900000002"], [1702465880, "198579.495"], [1702465910, "199650.67500000002"], [1702465952, "200958.68100000004"], [1702465988, "202370.736"], [1702466015, "203091.678"], [1702466030, "203235.654"], [1702466060, "203820.051"], [1702466078, "204290.574"], [1702466138, "207073.929"], [1702466168, "208942.64400000003"], [1702466204, "211526.79300000003"], [1702466237, "214845.80100000004"], [1702466261, "215512.35900000003"], [1702466291, "216844.545"], [1702466327, "218359.377"], [1702466360, "219520.179"], [1702466384, "220428.11700000003"], [1702466417, "221584.404"], [1702466441, "221984.736"], [1702466471, "222759.546"], [1702466507, "225206.27099999998"], [1702466540, "227329.668"], [1702466597, "231476.034"], [1702466633, "233703.897"], [1702466666, "236444.655"], [1702466705, "238193.63400000002"], [1702466732, "239394.807"], [1702466765, "240289.30200000003"], [1702466801, "241493.058"], [1702466852, "246219.366"], [1702466876, "247090.704"], [1702466918, "249540.447"], [1702466978, "254159.421"], [1702467014, "256842.09"], [1702467038, "259017.579"], [1702467068, "260628.132"], [1702467122, "262554.828"], [1702467158, "263875.833"], [1702467191, "267025.30499999993"], [1702467221, "267968.745"], [1702467257, "269457.58799999993"], [1702467299, "270560.748"], [1702467350, "273312.627"], [1702467386, "274842.8129999999"], [1702467419, "275497.7729999999"], [1702467455, "276390.82499999995"], [1702467515, "277240.833"], [1702467542, "277644.441"], [1702467566, "277959.525"], [1702467599, "278466.192"], [1702467635, "279592.07399999996"], [1702467668, "282229.98899999994"], [1702467695, "283435.419"], [1702467716, "284385.903"], [1702467746, "285225.546"], [1702467800, "288171.462"], [1702467824, "288785.21099999995"], [1702467908, "290673.903"], [1702467944, "291464.15099999995"], [1702467968, "291822.921"], [1702468001, "292414.77300000004"], [1702468031, "293688.357"], [1702468067, "297317.93100000004"], [1702468085, "297891.876"], [1702468115, "298876.983"], [1702468151, "300383.472"], [1702468181, "301008.684"], [1702468208, "301676.028"], [1702468241, "302268.537"], [1702468256, "302540.38499999995"], [1702468286, "302985.633"], [1702468322, "303606.45"], [1702468352, "308525.127"], [1702468388, "310570.92899999995"], [1702468424, "313325.382"], [1702468457, "315708.99"], [1702468493, "317721.075"], [1702468517, "319413.174"], [1702468550, "320311.638"], [1702468586, "321333.765"], [1702468613, "323080.79099999997"], [1702468637, "324527.36699999997"], [1702468679, "325185.40499999997"], [1702468721, "328655.55"], [1702468730, "329085.57599999994"], [1702468766, "331006.32"], [1702468799, "334570.60199999996"], [1702468835, "335651.55"], [1702468898, "339091.485"], [1702468934, "340979.79"], [1702468970, "344241.99"], [1702468994, "345579.588"], [1702469024, "346395.828"], [1702469060, "347342.892"], [1702469111, "348980.922"], [1702469144, "351256.947"], [1702469168, "351645.09599999996"], [1702469204, "353296.968"], [1702469237, "354392.601"], [1702469273, "356037.99600000004"], [1702469303, "358631.751"], [1702469336, "359839.068"], [1702469360, "360491.592"], [1702469387, "360832.17000000004"], [1702469411, "361666.38599999994"], [1702469435, "362475.711"], [1702469468, "363491.511"], [1702469504, "365939.85"], [1702469537, "370421.79000000004"], [1702469573, "374895.072"], [1702469606, "381962.007"], [1702469633, "385089.28500000003"], [1702469660, "390095.67899999995"], [1702469684, "393338.571"], [1702469717, "396850.029"], [1702469753, "398733.288"], [1702469786, "401471.562"], [1702469816, "404484.86699999997"], [1702469834, "406445.283"], [1702469864, "409868.199"], [1702469906, "413270.892"], [1702469936, "417222.69299999997"], [1702469972, "420003.696"], [1702470005, "424464.186"], [1702470029, "425904.72599999997"], [1702470065, "429893.355"], [1702470101, "434452.77600000007"], [1702470131, "438234.77400000003"], [1702470167, "444254.68200000003"], [1702470203, "449618.235"], [1702470251, "454631.124"], [1702470278, "457152.114"], [1702470311, "461067.34799999994"], [1702470347, "465940.908"], [1702470371, "468477.46499999997"], [1702470404, "472568.33699999994"], [1702470440, "476322.29699999996"], [1702470476, "482924.66400000005"], [1702470506, "487815.504"], [1702470542, "493197.648"], [1702470575, "497998.17299999995"], [1702470611, "501363.546"], [1702470635, "503613.29400000005"], [1702470662, "505317.80100000004"], [1702470686, "507363.429"], [1702470719, "510011.226"], [1702470746, "513937.6319999999"], [1702470812, "519601.15799999994"], [1702470845, "524060.673"], [1702470875, "526231.251"], [1702470899, "529076.79"], [1702470953, "535165.77"], [1702470983, "537539.055"], [1702471025, "542120.373"], [1702471067, "547143.8010000001"], [1702471169, "558428.6070000001"], [1702471193, "560081.6610000001"], [1702471226, "563566.551"], [1702471265, "569031.537"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}], "kepler_container_kubelet_cpu_usage_total": [{"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "7"], [1702462721, "7"], [1702462736, "7"], [1702462751, "7"], [1702462763, "7"], [1702462793, "7"], [1702462808, "7"], [1702462829, "7"], [1702462844, "7"], [1702462865, "7"], [1702462880, "7"], [1702462904, "7"], [1702462919, "7"], [1702462952, "7"], [1702462973, "7"], [1702462988, "7"], [1702463045, "7"], [1702463081, "7"], [1702463114, "7"], [1702463150, "7"], [1702463186, "7"], [1702463216, "7"], [1702463240, "7"], [1702463273, "7"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "7"], [1702463477, "7"], [1702463510, "7"], [1702463537, "7"], [1702463570, "7"], [1702463591, "7"], [1702463621, "7"], [1702463657, "7"], [1702463693, "7"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "7"], [1702463948, "7"], [1702463984, "7"], [1702464014, "7"], [1702464050, "7"], [1702464086, "7"], [1702464122, "7"], [1702464155, "7"], [1702464194, "7"], [1702464230, "7"], [1702464263, "7"], [1702464299, "7"], [1702464332, "7"], [1702464356, "7"], [1702464392, "7"], [1702464425, "7"], [1702464455, "7"], [1702464479, "7"], [1702464509, "7"], [1702464533, "7"], [1702464569, "7"], [1702464605, "7"], [1702464635, "7"], [1702464671, "7"], [1702464716, "7"], [1702464743, "7"], [1702464776, "7"], [1702464812, "7"], [1702464836, "7"], [1702464869, "7"], [1702464905, "7"], [1702464926, "7"], [1702464956, "7"], [1702464992, "7"], [1702465016, "7"], [1702465049, "7"], [1702465085, "7"], [1702465118, "7"], [1702465145, "7"], [1702465178, "7"], [1702465208, "7"], [1702465241, "7"], [1702465298, "7"], [1702465334, "7"], [1702465367, "7"], [1702465394, "7"], [1702465418, "7"], [1702465445, "7"], [1702465481, "7"], [1702465517, "7"], [1702465550, "7"], [1702465586, "7"], [1702465619, "7"], [1702465658, "7"], [1702465706, "7"], [1702465754, "7"], [1702465787, "7"], [1702465823, "7"], [1702465856, "7"], [1702465880, "7"], [1702465910, "7"], [1702465952, "7"], [1702465988, "7"], [1702466015, "7"], [1702466030, "7"], [1702466060, "7"], [1702466078, "7"], [1702466138, "7"], [1702466168, "7"], [1702466204, "7"], [1702466237, "7"], [1702466261, "7"], [1702466291, "7"], [1702466327, "7"], [1702466360, "7"], [1702466384, "7"], [1702466417, "7"], [1702466441, "7"], [1702466471, "7"], [1702466507, "7"], [1702466540, "7"], [1702466597, "7"], [1702466633, "7"], [1702466666, "7"], [1702466705, "7"], [1702466732, "7"], [1702466765, "7"], [1702466801, "7"], [1702466852, "7"], [1702466876, "7"], [1702466918, "7"], [1702466978, "7"], [1702467014, "7"], [1702467038, "7"], [1702467068, "7"], [1702467122, "7"], [1702467158, "7"], [1702467191, "7"], [1702467221, "7"], [1702467257, "7"], [1702467299, "7"], [1702467350, "7"], [1702467386, "7"], [1702467419, "7"], [1702467455, "7"], [1702467515, "7"], [1702467542, "7"], [1702467566, "7"], [1702467599, "7"], [1702467635, "7"], [1702467668, "7"], [1702467695, "7"], [1702467716, "7"], [1702467746, "7"], [1702467800, "7"], [1702467824, "7"], [1702467908, "7"], [1702467944, "7"], [1702467968, "7"], [1702468001, "7"], [1702468031, "7"], [1702468067, "7"], [1702468085, "7"], [1702468115, "7"], [1702468151, "7"], [1702468181, "7"], [1702468208, "7"], [1702468241, "7"], [1702468256, "7"], [1702468286, "7"], [1702468322, "7"], [1702468352, "7"], [1702468388, "7"], [1702468424, "7"], [1702468457, "7"], [1702468493, "7"], [1702468517, "7"], [1702468550, "7"], [1702468586, "7"], [1702468613, "7"], [1702468637, "7"], [1702468679, "7"], [1702468721, "7"], [1702468730, "7"], [1702468766, "7"], [1702468799, "7"], [1702468835, "7"], [1702468898, "7"], [1702468934, "7"], [1702468970, "7"], [1702468994, "7"], [1702469024, "7"], [1702469060, "7"], [1702469111, "7"], [1702469144, "7"], [1702469168, "7"], [1702469204, "7"], [1702469237, "7"], [1702469273, "7"], [1702469303, "7"], [1702469336, "7"], [1702469360, "7"], [1702469387, "7"], [1702469411, "7"], [1702469435, "7"], [1702469468, "7"], [1702469504, "7"], [1702469537, "7"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "7"], [1702469753, "7"], [1702469786, "7"], [1702469816, "7"], [1702469834, "7"], [1702469864, "7"], [1702469906, "7"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "7"], [1702470506, "7"], [1702470542, "7"], [1702470575, "7"], [1702470611, "7"], [1702470635, "7"], [1702470662, "7"], [1702470686, "7"], [1702470719, "7"], [1702470746, "7"], [1702470812, "7"], [1702470845, "7"], [1702470875, "7"], [1702470899, "7"], [1702470953, "7"], [1702470983, "7"], [1702471025, "7"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "11219"], [1702462721, "11220"], [1702462736, "11220"], [1702462751, "11220"], [1702462763, "11220"], [1702462793, "11220"], [1702462808, "11220"], [1702462829, "11220"], [1702462844, "11220"], [1702462865, "11220"], [1702462880, "11220"], [1702462904, "11220"], [1702462919, "11220"], [1702462952, "11220"], [1702462973, "11220"], [1702462988, "11220"], [1702463045, "11220"], [1702463081, "11220"], [1702463114, "11220"], [1702463150, "11220"], [1702463186, "11220"], [1702463216, "11220"], [1702463240, "11221"], [1702463273, "11221"], [1702463324, "11221"], [1702463354, "11221"], [1702463381, "11221"], [1702463417, "11221"], [1702463453, "11221"], [1702463477, "11221"], [1702463510, "11221"], [1702463537, "11221"], [1702463570, "11221"], [1702463591, "11221"], [1702463621, "11221"], [1702463657, "11221"], [1702463693, "11221"], [1702463729, "11221"], [1702463765, "11221"], [1702463798, "11222"], [1702463846, "11222"], [1702463873, "11222"], [1702463906, "11222"], [1702463948, "11222"], [1702463984, "11222"], [1702464014, "11222"], [1702464050, "11222"], [1702464086, "11222"], [1702464122, "11222"], [1702464155, "11222"], [1702464194, "11222"], [1702464230, "11222"], [1702464263, "11222"], [1702464299, "11223"], [1702464332, "11223"], [1702464356, "11223"], [1702464392, "11223"], [1702464425, "11223"], [1702464455, "11223"], [1702464479, "11223"], [1702464509, "11223"], [1702464533, "11223"], [1702464569, "11223"], [1702464605, "11223"], [1702464635, "11223"], [1702464671, "11223"], [1702464716, "11223"], [1702464743, "11223"], [1702464776, "11223"], [1702464812, "11223"], [1702464836, "11224"], [1702464869, "11224"], [1702464905, "11224"], [1702464926, "11224"], [1702464956, "11224"], [1702464992, "11224"], [1702465016, "11224"], [1702465049, "11224"], [1702465085, "11224"], [1702465118, "11224"], [1702465145, "11224"], [1702465178, "11224"], [1702465208, "11224"], [1702465241, "11224"], [1702465298, "11224"], [1702465334, "11224"], [1702465367, "11225"], [1702465394, "11225"], [1702465418, "11225"], [1702465445, "11225"], [1702465481, "11225"], [1702465517, "11225"], [1702465550, "11225"], [1702465586, "11225"], [1702465619, "11225"], [1702465658, "11225"], [1702465706, "11225"], [1702465754, "11225"], [1702465787, "11225"], [1702465823, "11225"], [1702465856, "11226"], [1702465880, "11226"], [1702465910, "11226"], [1702465952, "11226"], [1702465988, "11226"], [1702466015, "11226"], [1702466030, "11226"], [1702466060, "11226"], [1702466078, "11226"], [1702466138, "11226"], [1702466168, "11226"], [1702466204, "11226"], [1702466237, "11226"], [1702466261, "11226"], [1702466291, "11226"], [1702466327, "11226"], [1702466360, "11227"], [1702466384, "11227"], [1702466417, "11227"], [1702466441, "11227"], [1702466471, "11227"], [1702466507, "11227"], [1702466540, "11227"], [1702466597, "11227"], [1702466633, "11227"], [1702466666, "11227"], [1702466705, "11227"], [1702466732, "11227"], [1702466765, "11227"], [1702466801, "11227"], [1702466852, "11227"], [1702466876, "11228"], [1702466918, "11228"], [1702466978, "11228"], [1702467014, "11228"], [1702467038, "11228"], [1702467068, "11228"], [1702467122, "11228"], [1702467158, "11228"], [1702467191, "11228"], [1702467221, "11228"], [1702467257, "11228"], [1702467299, "11228"], [1702467350, "11228"], [1702467386, "11228"], [1702467419, "11229"], [1702467455, "11229"], [1702467515, "11229"], [1702467542, "11229"], [1702467566, "11229"], [1702467599, "11229"], [1702467635, "11229"], [1702467668, "11229"], [1702467695, "11229"], [1702467716, "11229"], [1702467746, "11229"], [1702467800, "11230"], [1702467824, "11230"], [1702467908, "11230"], [1702467944, "11230"], [1702467968, "11230"], [1702468001, "11230"], [1702468031, "11230"], [1702468067, "11230"], [1702468085, "11230"], [1702468115, "11230"], [1702468151, "11230"], [1702468181, "11230"], [1702468208, "11231"], [1702468241, "11231"], [1702468256, "11231"], [1702468286, "11231"], [1702468322, "11231"], [1702468352, "11231"], [1702468388, "11231"], [1702468424, "11231"], [1702468457, "11231"], [1702468493, "11231"], [1702468517, "11231"], [1702468550, "11231"], [1702468586, "11231"], [1702468613, "11232"], [1702468637, "11232"], [1702468679, "11232"], [1702468721, "11232"], [1702468730, "11232"], [1702468766, "11232"], [1702468799, "11232"], [1702468835, "11232"], [1702468898, "11232"], [1702468934, "11232"], [1702468970, "11232"], [1702468994, "11233"], [1702469024, "11233"], [1702469060, "11233"], [1702469111, "11233"], [1702469144, "11233"], [1702469168, "11233"], [1702469204, "11233"], [1702469237, "11233"], [1702469273, "11233"], [1702469303, "11233"], [1702469336, "11233"], [1702469360, "11234"], [1702469387, "11234"], [1702469411, "11234"], [1702469435, "11234"], [1702469468, "11234"], [1702469504, "11234"], [1702469537, "11234"], [1702469573, "11234"], [1702469606, "11234"], [1702469633, "11234"], [1702469660, "11234"], [1702469684, "11234"], [1702469717, "11234"], [1702469753, "11234"], [1702469786, "11234"], [1702469816, "11235"], [1702469834, "11235"], [1702469864, "11235"], [1702469906, "11235"], [1702469936, "11235"], [1702469972, "11235"], [1702470005, "11235"], [1702470029, "11235"], [1702470065, "11235"], [1702470101, "11235"], [1702470131, "11235"], [1702470167, "11235"], [1702470203, "11235"], [1702470251, "11236"], [1702470278, "11236"], [1702470311, "11236"], [1702470347, "11236"], [1702470371, "11236"], [1702470404, "11236"], [1702470440, "11236"], [1702470476, "11236"], [1702470506, "11236"], [1702470542, "11236"], [1702470575, "11236"], [1702470611, "11236"], [1702470635, "11236"], [1702470662, "11236"], [1702470686, "11236"], [1702470719, "11237"], [1702470746, "11237"], [1702470812, "11237"], [1702470845, "11237"], [1702470875, "11237"], [1702470899, "11237"], [1702470953, "11237"], [1702470983, "11237"], [1702471025, "11237"], [1702471067, "11237"], [1702471169, "11237"], [1702471193, "11237"], [1702471226, "11237"], [1702471265, "11238"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "12385"], [1702462721, "12385"], [1702462736, "12385"], [1702462751, "12385"], [1702462763, "12385"], [1702462793, "12385"], [1702462808, "12385"], [1702462829, "12385"], [1702462844, "12386"], [1702462865, "12386"], [1702462880, "12386"], [1702462904, "12386"], [1702462919, "12386"], [1702462952, "12386"], [1702462973, "12386"], [1702462988, "12386"], [1702463045, "12387"], [1702463081, "12387"], [1702463114, "12387"], [1702463150, "12387"], [1702463186, "12387"], [1702463216, "12387"], [1702463240, "12388"], [1702463273, "12388"], [1702463324, "12388"], [1702463354, "12388"], [1702463381, "12388"], [1702463417, "12389"], [1702463453, "12389"], [1702463477, "12389"], [1702463510, "12389"], [1702463537, "12389"], [1702463570, "12389"], [1702463591, "12389"], [1702463621, "12390"], [1702463657, "12390"], [1702463693, "12390"], [1702463729, "12390"], [1702463765, "12390"], [1702463798, "12390"], [1702463846, "12391"], [1702463873, "12391"], [1702463906, "12391"], [1702463948, "12391"], [1702463984, "12391"], [1702464014, "12392"], [1702464050, "12392"], [1702464086, "12392"], [1702464122, "12392"], [1702464155, "12392"], [1702464194, "12393"], [1702464230, "12393"], [1702464263, "12393"], [1702464299, "12393"], [1702464332, "12393"], [1702464356, "12393"], [1702464392, "12393"], [1702464425, "12394"], [1702464455, "12394"], [1702464479, "12394"], [1702464509, "12394"], [1702464533, "12394"], [1702464569, "12394"], [1702464605, "12395"], [1702464635, "12395"], [1702464671, "12395"], [1702464716, "12395"], [1702464743, "12395"], [1702464776, "12395"], [1702464812, "12396"], [1702464836, "12396"], [1702464869, "12396"], [1702464905, "12396"], [1702464926, "12396"], [1702464956, "12396"], [1702464992, "12397"], [1702465016, "12397"], [1702465049, "12397"], [1702465085, "12397"], [1702465118, "12397"], [1702465145, "12397"], [1702465178, "12397"], [1702465208, "12398"], [1702465241, "12398"], [1702465298, "12398"], [1702465334, "12398"], [1702465367, "12398"], [1702465394, "12398"], [1702465418, "12399"], [1702465445, "12399"], [1702465481, "12399"], [1702465517, "12399"], [1702465550, "12399"], [1702465586, "12399"], [1702465619, "12400"], [1702465658, "12400"], [1702465706, "12400"], [1702465754, "12400"], [1702465787, "12400"], [1702465823, "12401"], [1702465856, "12401"], [1702465880, "12401"], [1702465910, "12401"], [1702465952, "12401"], [1702465988, "12401"], [1702466015, "12401"], [1702466030, "12402"], [1702466060, "12402"], [1702466078, "12402"], [1702466138, "12402"], [1702466168, "12402"], [1702466204, "12402"], [1702466237, "12403"], [1702466261, "12403"], [1702466291, "12403"], [1702466327, "12403"], [1702466360, "12403"], [1702466384, "12403"], [1702466417, "12403"], [1702466441, "12404"], [1702466471, "12404"], [1702466507, "12404"], [1702466540, "12404"], [1702466597, "12405"], [1702466633, "12405"], [1702466666, "12405"], [1702466705, "12405"], [1702466732, "12405"], [1702466765, "12405"], [1702466801, "12406"], [1702466852, "12406"], [1702466876, "12406"], [1702466918, "12406"], [1702466978, "12406"], [1702467014, "12407"], [1702467038, "12407"], [1702467068, "12407"], [1702467122, "12407"], [1702467158, "12407"], [1702467191, "12408"], [1702467221, "12408"], [1702467257, "12408"], [1702467299, "12408"], [1702467350, "12408"], [1702467386, "12409"], [1702467419, "12409"], [1702467455, "12409"], [1702467515, "12410"], [1702467542, "12410"], [1702467566, "12410"], [1702467599, "12411"], [1702467635, "12411"], [1702467668, "12411"], [1702467695, "12411"], [1702467716, "12411"], [1702467746, "12411"], [1702467800, "12412"], [1702467824, "12412"], [1702467908, "12413"], [1702467944, "12413"], [1702467968, "12413"], [1702468001, "12414"], [1702468031, "12414"], [1702468067, "12414"], [1702468085, "12414"], [1702468115, "12414"], [1702468151, "12414"], [1702468181, "12415"], [1702468208, "12415"], [1702468241, "12415"], [1702468256, "12416"], [1702468286, "12416"], [1702468322, "12416"], [1702468352, "12416"], [1702468388, "12417"], [1702468424, "12417"], [1702468457, "12417"], [1702468493, "12417"], [1702468517, "12417"], [1702468550, "12418"], [1702468586, "12418"], [1702468613, "12418"], [1702468637, "12418"], [1702468679, "12419"], [1702468721, "12419"], [1702468730, "12419"], [1702468766, "12419"], [1702468799, "12420"], [1702468835, "12420"], [1702468898, "12420"], [1702468934, "12421"], [1702468970, "12421"], [1702468994, "12421"], [1702469024, "12421"], [1702469060, "12422"], [1702469111, "12422"], [1702469144, "12422"], [1702469168, "12422"], [1702469204, "12423"], [1702469237, "12423"], [1702469273, "12423"], [1702469303, "12424"], [1702469336, "12424"], [1702469360, "12424"], [1702469387, "12424"], [1702469411, "12424"], [1702469435, "12425"], [1702469468, "12425"], [1702469504, "12425"], [1702469537, "12425"], [1702469573, "12425"], [1702469606, "12426"], [1702469633, "12426"], [1702469660, "12426"], [1702469684, "12426"], [1702469717, "12426"], [1702469753, "12427"], [1702469786, "12427"], [1702469816, "12427"], [1702469834, "12427"], [1702469864, "12428"], [1702469906, "12428"], [1702469936, "12428"], [1702469972, "12428"], [1702470005, "12428"], [1702470029, "12429"], [1702470065, "12429"], [1702470101, "12429"], [1702470131, "12429"], [1702470167, "12430"], [1702470203, "12430"], [1702470251, "12430"], [1702470278, "12430"], [1702470311, "12431"], [1702470347, "12431"], [1702470371, "12431"], [1702470404, "12431"], [1702470440, "12431"], [1702470476, "12432"], [1702470506, "12432"], [1702470542, "12432"], [1702470575, "12432"], [1702470611, "12433"], [1702470635, "12433"], [1702470662, "12433"], [1702470686, "12433"], [1702470719, "12433"], [1702470746, "12434"], [1702470812, "12434"], [1702470845, "12434"], [1702470875, "12434"], [1702470899, "12434"], [1702470953, "12435"], [1702470983, "12435"], [1702471025, "12435"], [1702471067, "12435"], [1702471169, "12436"], [1702471193, "12436"], [1702471226, "12436"], [1702471265, "12436"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "3"], [1702467257, "3"], [1702467299, "3"], [1702467350, "3"], [1702467386, "3"], [1702467419, "3"], [1702467455, "3"], [1702467515, "3"], [1702467542, "3"], [1702467566, "3"], [1702467599, "3"], [1702467635, "3"], [1702467668, "3"], [1702467695, "3"], [1702467716, "3"], [1702467746, "3"], [1702467800, "3"], [1702467824, "3"], [1702467908, "3"], [1702467944, "3"], [1702467968, "3"], [1702468001, "3"], [1702468031, "3"], [1702468067, "3"], [1702468085, "3"], [1702468115, "3"], [1702468151, "3"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "4"], [1702469060, "4"], [1702469111, "4"], [1702469144, "4"], [1702469168, "4"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "5"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "5"], [1702469435, "5"], [1702469468, "5"], [1702469504, "5"], [1702469537, "5"], [1702469573, "5"], [1702469606, "5"], [1702469633, "5"], [1702469660, "5"], [1702469684, "5"], [1702469717, "5"], [1702469753, "5"], [1702469786, "5"], [1702469816, "5"], [1702469834, "5"], [1702469864, "5"], [1702469906, "5"], [1702469936, "5"], [1702469972, "5"], [1702470005, "5"], [1702470029, "5"], [1702470065, "5"], [1702470101, "5"], [1702470131, "5"], [1702470167, "5"], [1702470203, "5"], [1702470251, "5"], [1702470278, "5"], [1702470311, "5"], [1702470347, "5"], [1702470371, "5"], [1702470404, "5"], [1702470440, "5"], [1702470476, "6"], [1702470506, "6"], [1702470542, "6"], [1702470575, "6"], [1702470611, "6"], [1702470635, "6"], [1702470662, "6"], [1702470686, "6"], [1702470719, "6"], [1702470746, "6"], [1702470812, "6"], [1702470845, "6"], [1702470875, "6"], [1702470899, "6"], [1702470953, "6"], [1702470983, "6"], [1702471025, "6"], [1702471067, "6"], [1702471169, "6"], [1702471193, "6"], [1702471226, "6"], [1702471265, "6"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "106"], [1702462721, "114"], [1702462736, "115"], [1702462751, "122"], [1702462763, "127"], [1702462793, "132"], [1702462808, "137"], [1702462829, "141"], [1702462844, "146"], [1702462865, "150"], [1702462880, "159"], [1702462904, "163"], [1702462919, "167"], [1702462952, "181"], [1702462973, "181"], [1702462988, "186"], [1702463045, "199"], [1702463081, "208"], [1702463114, "217"], [1702463150, "226"], [1702463186, "235"], [1702463216, "244"], [1702463240, "253"], [1702463273, "262"], [1702463324, "279"], [1702463354, "289"], [1702463381, "293"], [1702463417, "303"], [1702463453, "312"], [1702463477, "320"], [1702463510, "332"], [1702463537, "337"], [1702463570, "346"], [1702463591, "355"], [1702463621, "363"], [1702463657, "372"], [1702463693, "385"], [1702463729, "390"], [1702463765, "400"], [1702463798, "409"], [1702463846, "425"], [1702463873, "433"], [1702463906, "439"], [1702463948, "456"], [1702463984, "460"], [1702464014, "471"], [1702464050, "480"], [1702464086, "489"], [1702464122, "503"], [1702464155, "512"], [1702464194, "518"], [1702464230, "534"], [1702464263, "541"], [1702464299, "548"], [1702464332, "557"], [1702464356, "564"], [1702464392, "574"], [1702464425, "585"], [1702464455, "593"], [1702464479, "601"], [1702464509, "610"], [1702464533, "618"], [1702464569, "627"], [1702464605, "636"], [1702464635, "643"], [1702464671, "654"], [1702464716, "667"], [1702464743, "672"], [1702464776, "682"], [1702464812, "690"], [1702464836, "699"], [1702464869, "710"], [1702464905, "715"], [1702464926, "724"], [1702464956, "736"], [1702464992, "741"], [1702465016, "750"], [1702465049, "760"], [1702465085, "768"], [1702465118, "777"], [1702465145, "789"], [1702465178, "794"], [1702465208, "804"], [1702465241, "811"], [1702465298, "828"], [1702465334, "832"], [1702465367, "845"], [1702465394, "850"], [1702465418, "858"], [1702465445, "871"], [1702465481, "880"], [1702465517, "885"], [1702465550, "894"], [1702465586, "906"], [1702465619, "912"], [1702465658, "920"], [1702465706, "929"], [1702465754, "944"], [1702465787, "951"], [1702465823, "960"], [1702465856, "970"], [1702465880, "978"], [1702465910, "988"], [1702465952, "1001"], [1702465988, "1007"], [1702466015, "1013"], [1702466030, "1028"], [1702466060, "1033"], [1702466078, "1045"], [1702466138, "1053"], [1702466168, "1062"], [1702466204, "1071"], [1702466237, "1083"], [1702466261, "1091"], [1702466291, "1098"], [1702466327, "1107"], [1702466360, "1117"], [1702466384, "1124"], [1702466417, "1133"], [1702466441, "1141"], [1702466471, "1151"], [1702466507, "1162"], [1702466540, "1170"], [1702466597, "1183"], [1702466633, "1189"], [1702466666, "1198"], [1702466705, "1211"], [1702466732, "1216"], [1702466765, "1227"], [1702466801, "1233"], [1702466852, "1250"], [1702466876, "1254"], [1702466918, "1269"], [1702466978, "1280"], [1702467014, "1294"], [1702467038, "1301"], [1702467068, "1313"], [1702467122, "1326"], [1702467158, "1334"], [1702467191, "1339"], [1702467221, "1348"], [1702467257, "1357"], [1702467299, "1365"], [1702467350, "1379"], [1702467386, "1390"], [1702467419, "1403"], [1702467455, "1409"], [1702467515, "1424"], [1702467542, "1435"], [1702467566, "1447"], [1702467599, "1454"], [1702467635, "1461"], [1702467668, "1470"], [1702467695, "1479"], [1702467716, "1488"], [1702467746, "1497"], [1702467800, "1510"], [1702467824, "1520"], [1702467908, "1548"], [1702467944, "1553"], [1702467968, "1562"], [1702468001, "1570"], [1702468031, "1575"], [1702468067, "1589"], [1702468085, "1593"], [1702468115, "1606"], [1702468151, "1615"], [1702468181, "1624"], [1702468208, "1629"], [1702468241, "1646"], [1702468256, "1647"], [1702468286, "1663"], [1702468322, "1670"], [1702468352, "1680"], [1702468388, "1690"], [1702468424, "1701"], [1702468457, "1708"], [1702468493, "1721"], [1702468517, "1727"], [1702468550, "1735"], [1702468586, "1744"], [1702468613, "1754"], [1702468637, "1759"], [1702468679, "1772"], [1702468721, "1786"], [1702468730, "1786"], [1702468766, "1795"], [1702468799, "1804"], [1702468835, "1813"], [1702468898, "1830"], [1702468934, "1837"], [1702468970, "1847"], [1702468994, "1856"], [1702469024, "1867"], [1702469060, "1876"], [1702469111, "1889"], [1702469144, "1898"], [1702469168, "1907"], [1702469204, "1916"], [1702469237, "1925"], [1702469273, "1934"], [1702469303, "1943"], [1702469336, "1952"], [1702469360, "1962"], [1702469387, "1970"], [1702469411, "1980"], [1702469435, "1989"], [1702469468, "2002"], [1702469504, "2008"], [1702469537, "2016"], [1702469573, "2024"], [1702469606, "2033"], [1702469633, "2044"], [1702469660, "2051"], [1702469684, "2060"], [1702469717, "2068"], [1702469753, "2077"], [1702469786, "2090"], [1702469816, "2095"], [1702469834, "2107"], [1702469864, "2112"], [1702469906, "2129"], [1702469936, "2138"], [1702469972, "2145"], [1702470005, "2156"], [1702470029, "2161"], [1702470065, "2170"], [1702470101, "2180"], [1702470131, "2189"], [1702470167, "2198"], [1702470203, "2207"], [1702470251, "2221"], [1702470278, "2232"], [1702470311, "2237"], [1702470347, "2248"], [1702470371, "2254"], [1702470404, "2263"], [1702470440, "2273"], [1702470476, "2282"], [1702470506, "2291"], [1702470542, "2300"], [1702470575, "2309"], [1702470611, "2318"], [1702470635, "2326"], [1702470662, "2331"], [1702470686, "2347"], [1702470719, "2352"], [1702470746, "2365"], [1702470812, "2383"], [1702470845, "2387"], [1702470875, "2396"], [1702470899, "2404"], [1702470953, "2421"], [1702470983, "2426"], [1702471025, "2436"], [1702471067, "2451"], [1702471169, "2474"], [1702471193, "2474"], [1702471226, "2487"], [1702471265, "2501"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "73329"], [1702462721, "73330"], [1702462736, "73331"], [1702462751, "73331"], [1702462763, "73332"], [1702462793, "73332"], [1702462808, "73333"], [1702462829, "73333"], [1702462844, "73334"], [1702462865, "73334"], [1702462880, "73335"], [1702462904, "73336"], [1702462919, "73336"], [1702462952, "73337"], [1702462973, "73338"], [1702462988, "73338"], [1702463045, "73340"], [1702463081, "73341"], [1702463114, "73342"], [1702463150, "73343"], [1702463186, "73345"], [1702463216, "73345"], [1702463240, "73346"], [1702463273, "73347"], [1702463324, "73349"], [1702463354, "73350"], [1702463381, "73351"], [1702463417, "73352"], [1702463453, "73353"], [1702463477, "73354"], [1702463510, "73354"], [1702463537, "73355"], [1702463570, "73356"], [1702463591, "73357"], [1702463621, "73357"], [1702463657, "73358"], [1702463693, "73359"], [1702463729, "73361"], [1702463765, "73362"], [1702463798, "73363"], [1702463846, "73364"], [1702463873, "73365"], [1702463906, "73366"], [1702463948, "73368"], [1702463984, "73368"], [1702464014, "73369"], [1702464050, "73370"], [1702464086, "73371"], [1702464122, "73372"], [1702464155, "73373"], [1702464194, "73375"], [1702464230, "73376"], [1702464263, "73377"], [1702464299, "73378"], [1702464332, "73379"], [1702464356, "73380"], [1702464392, "73381"], [1702464425, "73382"], [1702464455, "73383"], [1702464479, "73384"], [1702464509, "73385"], [1702464533, "73385"], [1702464569, "73386"], [1702464605, "73387"], [1702464635, "73388"], [1702464671, "73389"], [1702464716, "73390"], [1702464743, "73391"], [1702464776, "73392"], [1702464812, "73393"], [1702464836, "73394"], [1702464869, "73395"], [1702464905, "73396"], [1702464926, "73396"], [1702464956, "73397"], [1702464992, "73398"], [1702465016, "73399"], [1702465049, "73400"], [1702465085, "73401"], [1702465118, "73402"], [1702465145, "73403"], [1702465178, "73404"], [1702465208, "73404"], [1702465241, "73405"], [1702465298, "73407"], [1702465334, "73408"], [1702465367, "73410"], [1702465394, "73410"], [1702465418, "73411"], [1702465445, "73412"], [1702465481, "73413"], [1702465517, "73414"], [1702465550, "73415"], [1702465586, "73416"], [1702465619, "73417"], [1702465658, "73418"], [1702465706, "73419"], [1702465754, "73421"], [1702465787, "73422"], [1702465823, "73423"], [1702465856, "73423"], [1702465880, "73424"], [1702465910, "73425"], [1702465952, "73426"], [1702465988, "73427"], [1702466015, "73428"], [1702466030, "73428"], [1702466060, "73429"], [1702466078, "73430"], [1702466138, "73431"], [1702466168, "73432"], [1702466204, "73433"], [1702466237, "73434"], [1702466261, "73435"], [1702466291, "73436"], [1702466327, "73437"], [1702466360, "73438"], [1702466384, "73439"], [1702466417, "73440"], [1702466441, "73440"], [1702466471, "73441"], [1702466507, "73443"], [1702466540, "73444"], [1702466597, "73445"], [1702466633, "73446"], [1702466666, "73447"], [1702466705, "73448"], [1702466732, "73450"], [1702466765, "73451"], [1702466801, "73452"], [1702466852, "73453"], [1702466876, "73454"], [1702466918, "73455"], [1702466978, "73457"], [1702467014, "73458"], [1702467038, "73459"], [1702467068, "73459"], [1702467122, "73461"], [1702467158, "73462"], [1702467191, "73463"], [1702467221, "73464"], [1702467257, "73465"], [1702467299, "73466"], [1702467350, "73468"], [1702467386, "73469"], [1702467419, "73470"], [1702467455, "73473"], [1702467515, "73475"], [1702467542, "73477"], [1702467566, "73478"], [1702467599, "73479"], [1702467635, "73480"], [1702467668, "73482"], [1702467695, "73483"], [1702467716, "73484"], [1702467746, "73484"], [1702467800, "73486"], [1702467824, "73488"], [1702467908, "73492"], [1702467944, "73493"], [1702467968, "73495"], [1702468001, "73496"], [1702468031, "73496"], [1702468067, "73497"], [1702468085, "73498"], [1702468115, "73499"], [1702468151, "73500"], [1702468181, "73501"], [1702468208, "73503"], [1702468241, "73504"], [1702468256, "73505"], [1702468286, "73506"], [1702468322, "73508"], [1702468352, "73509"], [1702468388, "73510"], [1702468424, "73511"], [1702468457, "73512"], [1702468493, "73513"], [1702468517, "73514"], [1702468550, "73516"], [1702468586, "73517"], [1702468613, "73519"], [1702468637, "73520"], [1702468679, "73522"], [1702468721, "73524"], [1702468730, "73525"], [1702468766, "73526"], [1702468799, "73527"], [1702468835, "73528"], [1702468898, "73529"], [1702468934, "73531"], [1702468970, "73534"], [1702468994, "73536"], [1702469024, "73537"], [1702469060, "73538"], [1702469111, "73541"], [1702469144, "73541"], [1702469168, "73542"], [1702469204, "73544"], [1702469237, "73545"], [1702469273, "73546"], [1702469303, "73547"], [1702469336, "73550"], [1702469360, "73551"], [1702469387, "73552"], [1702469411, "73553"], [1702469435, "73554"], [1702469468, "73555"], [1702469504, "73556"], [1702469537, "73557"], [1702469573, "73558"], [1702469606, "73559"], [1702469633, "73560"], [1702469660, "73561"], [1702469684, "73563"], [1702469717, "73563"], [1702469753, "73565"], [1702469786, "73566"], [1702469816, "73567"], [1702469834, "73569"], [1702469864, "73570"], [1702469906, "73572"], [1702469936, "73572"], [1702469972, "73573"], [1702470005, "73574"], [1702470029, "73575"], [1702470065, "73576"], [1702470101, "73577"], [1702470131, "73578"], [1702470167, "73580"], [1702470203, "73582"], [1702470251, "73584"], [1702470278, "73585"], [1702470311, "73586"], [1702470347, "73587"], [1702470371, "73589"], [1702470404, "73589"], [1702470440, "73590"], [1702470476, "73591"], [1702470506, "73592"], [1702470542, "73594"], [1702470575, "73595"], [1702470611, "73597"], [1702470635, "73598"], [1702470662, "73599"], [1702470686, "73600"], [1702470719, "73601"], [1702470746, "73602"], [1702470812, "73604"], [1702470845, "73605"], [1702470875, "73606"], [1702470899, "73607"], [1702470953, "73608"], [1702470983, "73609"], [1702471025, "73610"], [1702471067, "73612"], [1702471169, "73614"], [1702471193, "73616"], [1702471226, "73616"], [1702471265, "73618"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1189"], [1702462721, "1189"], [1702462736, "1189"], [1702462751, "1189"], [1702462763, "1189"], [1702462793, "1189"], [1702462808, "1189"], [1702462829, "1189"], [1702462844, "1189"], [1702462865, "1189"], [1702462880, "1189"], [1702462904, "1189"], [1702462919, "1189"], [1702462952, "1189"], [1702462973, "1189"], [1702462988, "1189"], [1702463045, "1189"], [1702463081, "1189"], [1702463114, "1189"], [1702463150, "1189"], [1702463186, "1189"], [1702463216, "1189"], [1702463240, "1189"], [1702463273, "1189"], [1702463324, "1189"], [1702463354, "1189"], [1702463381, "1189"], [1702463417, "1189"], [1702463453, "1189"], [1702463477, "1189"], [1702463510, "1189"], [1702463537, "1189"], [1702463570, "1189"], [1702463591, "1189"], [1702463621, "1189"], [1702463657, "1189"], [1702463693, "1189"], [1702463729, "1189"], [1702463765, "1189"], [1702463798, "1189"], [1702463846, "1189"], [1702463873, "1189"], [1702463906, "1189"], [1702463948, "1189"], [1702463984, "1190"], [1702464014, "1190"], [1702464050, "1190"], [1702464086, "1190"], [1702464122, "1190"], [1702464155, "1190"], [1702464194, "1190"], [1702464230, "1190"], [1702464263, "1190"], [1702464299, "1190"], [1702464332, "1190"], [1702464356, "1190"], [1702464392, "1190"], [1702464425, "1190"], [1702464455, "1190"], [1702464479, "1190"], [1702464509, "1190"], [1702464533, "1190"], [1702464569, "1190"], [1702464605, "1190"], [1702464635, "1190"], [1702464671, "1190"], [1702464716, "1190"], [1702464743, "1190"], [1702464776, "1190"], [1702464812, "1190"], [1702464836, "1190"], [1702464869, "1190"], [1702464905, "1190"], [1702464926, "1190"], [1702464956, "1190"], [1702464992, "1190"], [1702465016, "1190"], [1702465049, "1190"], [1702465085, "1190"], [1702465118, "1190"], [1702465145, "1190"], [1702465178, "1190"], [1702465208, "1190"], [1702465241, "1190"], [1702465298, "1190"], [1702465334, "1190"], [1702465367, "1190"], [1702465394, "1190"], [1702465418, "1190"], [1702465445, "1190"], [1702465481, "1190"], [1702465517, "1190"], [1702465550, "1190"], [1702465586, "1190"], [1702465619, "1190"], [1702465658, "1190"], [1702465706, "1190"], [1702465754, "1190"], [1702465787, "1190"], [1702465823, "1190"], [1702465856, "1190"], [1702465880, "1190"], [1702465910, "1190"], [1702465952, "1190"], [1702465988, "1190"], [1702466015, "1190"], [1702466030, "1190"], [1702466060, "1190"], [1702466078, "1190"], [1702466138, "1190"], [1702466168, "1190"], [1702466204, "1190"], [1702466237, "1190"], [1702466261, "1190"], [1702466291, "1190"], [1702466327, "1190"], [1702466360, "1190"], [1702466384, "1190"], [1702466417, "1190"], [1702466441, "1190"], [1702466471, "1190"], [1702466507, "1190"], [1702466540, "1190"], [1702466597, "1190"], [1702466633, "1190"], [1702466666, "1190"], [1702466705, "1190"], [1702466732, "1190"], [1702466765, "1190"], [1702466801, "1190"], [1702466852, "1190"], [1702466876, "1190"], [1702466918, "1190"], [1702466978, "1190"], [1702467014, "1190"], [1702467038, "1190"], [1702467068, "1190"], [1702467122, "1190"], [1702467158, "1190"], [1702467191, "1190"], [1702467221, "1190"], [1702467257, "1190"], [1702467299, "1190"], [1702467350, "1190"], [1702467386, "1190"], [1702467419, "1190"], [1702467455, "1190"], [1702467515, "1190"], [1702467542, "1190"], [1702467566, "1190"], [1702467599, "1190"], [1702467635, "1190"], [1702467668, "1190"], [1702467695, "1190"], [1702467716, "1190"], [1702467746, "1190"], [1702467800, "1190"], [1702467824, "1190"], [1702467908, "1190"], [1702467944, "1190"], [1702467968, "1190"], [1702468001, "1190"], [1702468031, "1190"], [1702468067, "1190"], [1702468085, "1190"], [1702468115, "1190"], [1702468151, "1190"], [1702468181, "1190"], [1702468208, "1190"], [1702468241, "1190"], [1702468256, "1190"], [1702468286, "1190"], [1702468322, "1190"], [1702468352, "1190"], [1702468388, "1191"], [1702468424, "1191"], [1702468457, "1191"], [1702468493, "1191"], [1702468517, "1191"], [1702468550, "1191"], [1702468586, "1191"], [1702468613, "1191"], [1702468637, "1191"], [1702468679, "1191"], [1702468721, "1191"], [1702468730, "1191"], [1702468766, "1191"], [1702468799, "1191"], [1702468835, "1191"], [1702468898, "1191"], [1702468934, "1191"], [1702468970, "1191"], [1702468994, "1191"], [1702469024, "1191"], [1702469060, "1191"], [1702469111, "1191"], [1702469144, "1191"], [1702469168, "1191"], [1702469204, "1191"], [1702469237, "1191"], [1702469273, "1191"], [1702469303, "1191"], [1702469336, "1191"], [1702469360, "1191"], [1702469387, "1191"], [1702469411, "1191"], [1702469435, "1191"], [1702469468, "1191"], [1702469504, "1191"], [1702469537, "1191"], [1702469573, "1191"], [1702469606, "1191"], [1702469633, "1191"], [1702469660, "1191"], [1702469684, "1191"], [1702469717, "1191"], [1702469753, "1191"], [1702469786, "1191"], [1702469816, "1191"], [1702469834, "1191"], [1702469864, "1191"], [1702469906, "1191"], [1702469936, "1191"], [1702469972, "1191"], [1702470005, "1191"], [1702470029, "1191"], [1702470065, "1191"], [1702470101, "1191"], [1702470131, "1191"], [1702470167, "1191"], [1702470203, "1191"], [1702470251, "1191"], [1702470278, "1191"], [1702470311, "1191"], [1702470347, "1191"], [1702470371, "1191"], [1702470404, "1191"], [1702470440, "1191"], [1702470476, "1191"], [1702470506, "1191"], [1702470542, "1191"], [1702470575, "1191"], [1702470611, "1191"], [1702470635, "1191"], [1702470662, "1191"], [1702470686, "1191"], [1702470719, "1191"], [1702470746, "1191"], [1702470812, "1191"], [1702470845, "1191"], [1702470875, "1191"], [1702470899, "1191"], [1702470953, "1191"], [1702470983, "1191"], [1702471025, "1191"], [1702471067, "1191"], [1702471169, "1191"], [1702471193, "1191"], [1702471226, "1191"], [1702471265, "1191"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "73180"], [1702462721, "73180"], [1702462736, "73180"], [1702462751, "73180"], [1702462763, "73180"], [1702462793, "73180"], [1702462808, "73180"], [1702462829, "73180"], [1702462844, "73181"], [1702462865, "73181"], [1702462880, "73181"], [1702462904, "73181"], [1702462919, "73181"], [1702462952, "73182"], [1702462973, "73182"], [1702462988, "73182"], [1702463045, "73182"], [1702463081, "73182"], [1702463114, "73182"], [1702463150, "73182"], [1702463186, "73182"], [1702463216, "73183"], [1702463240, "73183"], [1702463273, "73183"], [1702463324, "73185"], [1702463354, "73185"], [1702463381, "73185"], [1702463417, "73185"], [1702463453, "73186"], [1702463477, "73186"], [1702463510, "73186"], [1702463537, "73186"], [1702463570, "73186"], [1702463591, "73187"], [1702463621, "73187"], [1702463657, "73187"], [1702463693, "73188"], [1702463729, "73188"], [1702463765, "73188"], [1702463798, "73189"], [1702463846, "73189"], [1702463873, "73189"], [1702463906, "73189"], [1702463948, "73190"], [1702463984, "73190"], [1702464014, "73190"], [1702464050, "73190"], [1702464086, "73190"], [1702464122, "73190"], [1702464155, "73191"], [1702464194, "73191"], [1702464230, "73191"], [1702464263, "73191"], [1702464299, "73191"], [1702464332, "73192"], [1702464356, "73192"], [1702464392, "73192"], [1702464425, "73192"], [1702464455, "73192"], [1702464479, "73192"], [1702464509, "73192"], [1702464533, "73192"], [1702464569, "73192"], [1702464605, "73192"], [1702464635, "73192"], [1702464671, "73193"], [1702464716, "73193"], [1702464743, "73193"], [1702464776, "73194"], [1702464812, "73194"], [1702464836, "73194"], [1702464869, "73194"], [1702464905, "73195"], [1702464926, "73195"], [1702464956, "73195"], [1702464992, "73195"], [1702465016, "73195"], [1702465049, "73195"], [1702465085, "73195"], [1702465118, "73196"], [1702465145, "73197"], [1702465178, "73197"], [1702465208, "73197"], [1702465241, "73198"], [1702465298, "73198"], [1702465334, "73198"], [1702465367, "73198"], [1702465394, "73199"], [1702465418, "73199"], [1702465445, "73199"], [1702465481, "73199"], [1702465517, "73202"], [1702465550, "73202"], [1702465586, "73202"], [1702465619, "73203"], [1702465658, "73204"], [1702465706, "73204"], [1702465754, "73204"], [1702465787, "73204"], [1702465823, "73205"], [1702465856, "73206"], [1702465880, "73207"], [1702465910, "73207"], [1702465952, "73208"], [1702465988, "73208"], [1702466015, "73208"], [1702466030, "73208"], [1702466060, "73208"], [1702466078, "73208"], [1702466138, "73209"], [1702466168, "73209"], [1702466204, "73209"], [1702466237, "73210"], [1702466261, "73210"], [1702466291, "73210"], [1702466327, "73211"], [1702466360, "73211"], [1702466384, "73211"], [1702466417, "73211"], [1702466441, "73211"], [1702466471, "73212"], [1702466507, "73212"], [1702466540, "73212"], [1702466597, "73212"], [1702466633, "73212"], [1702466666, "73213"], [1702466705, "73213"], [1702466732, "73213"], [1702466765, "73213"], [1702466801, "73213"], [1702466852, "73214"], [1702466876, "73214"], [1702466918, "73214"], [1702466978, "73215"], [1702467014, "73215"], [1702467038, "73215"], [1702467068, "73215"], [1702467122, "73215"], [1702467158, "73215"], [1702467191, "73215"], [1702467221, "73215"], [1702467257, "73216"], [1702467299, "73217"], [1702467350, "73217"], [1702467386, "73218"], [1702467419, "73219"], [1702467455, "73219"], [1702467515, "73219"], [1702467542, "73220"], [1702467566, "73220"], [1702467599, "73220"], [1702467635, "73221"], [1702467668, "73221"], [1702467695, "73221"], [1702467716, "73221"], [1702467746, "73222"], [1702467800, "73222"], [1702467824, "73222"], [1702467908, "73223"], [1702467944, "73223"], [1702467968, "73223"], [1702468001, "73223"], [1702468031, "73223"], [1702468067, "73223"], [1702468085, "73224"], [1702468115, "73224"], [1702468151, "73224"], [1702468181, "73224"], [1702468208, "73224"], [1702468241, "73224"], [1702468256, "73225"], [1702468286, "73225"], [1702468322, "73225"], [1702468352, "73225"], [1702468388, "73225"], [1702468424, "73225"], [1702468457, "73225"], [1702468493, "73226"], [1702468517, "73227"], [1702468550, "73227"], [1702468586, "73227"], [1702468613, "73227"], [1702468637, "73227"], [1702468679, "73227"], [1702468721, "73228"], [1702468730, "73228"], [1702468766, "73228"], [1702468799, "73228"], [1702468835, "73228"], [1702468898, "73229"], [1702468934, "73229"], [1702468970, "73229"], [1702468994, "73229"], [1702469024, "73229"], [1702469060, "73229"], [1702469111, "73230"], [1702469144, "73230"], [1702469168, "73230"], [1702469204, "73231"], [1702469237, "73231"], [1702469273, "73231"], [1702469303, "73231"], [1702469336, "73232"], [1702469360, "73232"], [1702469387, "73232"], [1702469411, "73233"], [1702469435, "73233"], [1702469468, "73233"], [1702469504, "73233"], [1702469537, "73233"], [1702469573, "73234"], [1702469606, "73234"], [1702469633, "73234"], [1702469660, "73234"], [1702469684, "73235"], [1702469717, "73235"], [1702469753, "73235"], [1702469786, "73236"], [1702469816, "73236"], [1702469834, "73236"], [1702469864, "73236"], [1702469906, "73236"], [1702469936, "73237"], [1702469972, "73237"], [1702470005, "73237"], [1702470029, "73237"], [1702470065, "73238"], [1702470101, "73238"], [1702470131, "73238"], [1702470167, "73239"], [1702470203, "73239"], [1702470251, "73239"], [1702470278, "73239"], [1702470311, "73239"], [1702470347, "73239"], [1702470371, "73239"], [1702470404, "73240"], [1702470440, "73240"], [1702470476, "73240"], [1702470506, "73240"], [1702470542, "73241"], [1702470575, "73241"], [1702470611, "73241"], [1702470635, "73241"], [1702470662, "73242"], [1702470686, "73242"], [1702470719, "73242"], [1702470746, "73242"], [1702470812, "73242"], [1702470845, "73242"], [1702470875, "73242"], [1702470899, "73243"], [1702470953, "73243"], [1702470983, "73243"], [1702471025, "73243"], [1702471067, "73243"], [1702471169, "73244"], [1702471193, "73244"], [1702471226, "73244"], [1702471265, "73244"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "3583"], [1702462721, "3583"], [1702462736, "3583"], [1702462751, "3583"], [1702462763, "3583"], [1702462793, "3583"], [1702462808, "3583"], [1702462829, "3583"], [1702462844, "3583"], [1702462865, "3583"], [1702462880, "3583"], [1702462904, "3583"], [1702462919, "3583"], [1702462952, "3583"], [1702462973, "3583"], [1702462988, "3583"], [1702463045, "3583"], [1702463081, "3583"], [1702463114, "3583"], [1702463150, "3583"], [1702463186, "3583"], [1702463216, "3583"], [1702463240, "3583"], [1702463273, "3583"], [1702463324, "3583"], [1702463354, "3583"], [1702463381, "3583"], [1702463417, "3583"], [1702463453, "3583"], [1702463477, "3583"], [1702463510, "3583"], [1702463537, "3583"], [1702463570, "3583"], [1702463591, "3583"], [1702463621, "3583"], [1702463657, "3583"], [1702463693, "3583"], [1702463729, "3584"], [1702463765, "3584"], [1702463798, "3584"], [1702463846, "3584"], [1702463873, "3584"], [1702463906, "3584"], [1702463948, "3584"], [1702463984, "3584"], [1702464014, "3584"], [1702464050, "3584"], [1702464086, "3584"], [1702464122, "3584"], [1702464155, "3584"], [1702464194, "3584"], [1702464230, "3584"], [1702464263, "3584"], [1702464299, "3584"], [1702464332, "3584"], [1702464356, "3584"], [1702464392, "3584"], [1702464425, "3584"], [1702464455, "3584"], [1702464479, "3584"], [1702464509, "3584"], [1702464533, "3584"], [1702464569, "3584"], [1702464605, "3584"], [1702464635, "3584"], [1702464671, "3584"], [1702464716, "3584"], [1702464743, "3584"], [1702464776, "3584"], [1702464812, "3584"], [1702464836, "3584"], [1702464869, "3584"], [1702464905, "3584"], [1702464926, "3584"], [1702464956, "3584"], [1702464992, "3584"], [1702465016, "3584"], [1702465049, "3584"], [1702465085, "3584"], [1702465118, "3584"], [1702465145, "3584"], [1702465178, "3585"], [1702465208, "3585"], [1702465241, "3585"], [1702465298, "3585"], [1702465334, "3585"], [1702465367, "3585"], [1702465394, "3585"], [1702465418, "3585"], [1702465445, "3585"], [1702465481, "3585"], [1702465517, "3585"], [1702465550, "3585"], [1702465586, "3585"], [1702465619, "3585"], [1702465658, "3585"], [1702465706, "3585"], [1702465754, "3585"], [1702465787, "3585"], [1702465823, "3585"], [1702465856, "3585"], [1702465880, "3585"], [1702465910, "3585"], [1702465952, "3585"], [1702465988, "3585"], [1702466015, "3585"], [1702466030, "3585"], [1702466060, "3585"], [1702466078, "3585"], [1702466138, "3585"], [1702466168, "3585"], [1702466204, "3585"], [1702466237, "3585"], [1702466261, "3585"], [1702466291, "3585"], [1702466327, "3585"], [1702466360, "3585"], [1702466384, "3585"], [1702466417, "3585"], [1702466441, "3585"], [1702466471, "3585"], [1702466507, "3585"], [1702466540, "3585"], [1702466597, "3585"], [1702466633, "3585"], [1702466666, "3586"], [1702466705, "3586"], [1702466732, "3586"], [1702466765, "3586"], [1702466801, "3586"], [1702466852, "3586"], [1702466876, "3586"], [1702466918, "3586"], [1702466978, "3586"], [1702467014, "3586"], [1702467038, "3586"], [1702467068, "3586"], [1702467122, "3586"], [1702467158, "3586"], [1702467191, "3586"], [1702467221, "3586"], [1702467257, "3586"], [1702467299, "3586"], [1702467350, "3586"], [1702467386, "3586"], [1702467419, "3586"], [1702467455, "3586"], [1702467515, "3586"], [1702467542, "3586"], [1702467566, "3586"], [1702467599, "3586"], [1702467635, "3586"], [1702467668, "3586"], [1702467695, "3586"], [1702467716, "3586"], [1702467746, "3586"], [1702467800, "3586"], [1702467824, "3586"], [1702467908, "3587"], [1702467944, "3587"], [1702467968, "3587"], [1702468001, "3587"], [1702468031, "3587"], [1702468067, "3587"], [1702468085, "3587"], [1702468115, "3587"], [1702468151, "3587"], [1702468181, "3587"], [1702468208, "3587"], [1702468241, "3587"], [1702468256, "3587"], [1702468286, "3587"], [1702468322, "3587"], [1702468352, "3587"], [1702468388, "3587"], [1702468424, "3587"], [1702468457, "3587"], [1702468493, "3587"], [1702468517, "3587"], [1702468550, "3587"], [1702468586, "3587"], [1702468613, "3587"], [1702468637, "3587"], [1702468679, "3587"], [1702468721, "3587"], [1702468730, "3587"], [1702468766, "3587"], [1702468799, "3587"], [1702468835, "3587"], [1702468898, "3587"], [1702468934, "3587"], [1702468970, "3588"], [1702468994, "3588"], [1702469024, "3588"], [1702469060, "3588"], [1702469111, "3588"], [1702469144, "3588"], [1702469168, "3588"], [1702469204, "3588"], [1702469237, "3588"], [1702469273, "3588"], [1702469303, "3588"], [1702469336, "3588"], [1702469360, "3588"], [1702469387, "3588"], [1702469411, "3588"], [1702469435, "3588"], [1702469468, "3588"], [1702469504, "3588"], [1702469537, "3588"], [1702469573, "3588"], [1702469606, "3588"], [1702469633, "3588"], [1702469660, "3588"], [1702469684, "3588"], [1702469717, "3588"], [1702469753, "3588"], [1702469786, "3588"], [1702469816, "3588"], [1702469834, "3588"], [1702469864, "3588"], [1702469906, "3588"], [1702469936, "3588"], [1702469972, "3588"], [1702470005, "3589"], [1702470029, "3589"], [1702470065, "3589"], [1702470101, "3589"], [1702470131, "3589"], [1702470167, "3589"], [1702470203, "3589"], [1702470251, "3589"], [1702470278, "3589"], [1702470311, "3589"], [1702470347, "3589"], [1702470371, "3589"], [1702470404, "3589"], [1702470440, "3589"], [1702470476, "3589"], [1702470506, "3589"], [1702470542, "3589"], [1702470575, "3589"], [1702470611, "3589"], [1702470635, "3589"], [1702470662, "3589"], [1702470686, "3589"], [1702470719, "3589"], [1702470746, "3589"], [1702470812, "3589"], [1702470845, "3589"], [1702470875, "3589"], [1702470899, "3589"], [1702470953, "3589"], [1702470983, "3589"], [1702471025, "3589"], [1702471067, "3589"], [1702471169, "3589"], [1702471193, "3589"], [1702471226, "3589"], [1702471265, "3589"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "5750"], [1702462721, "5750"], [1702462736, "5751"], [1702462751, "5751"], [1702462763, "5751"], [1702462793, "5751"], [1702462808, "5751"], [1702462829, "5751"], [1702462844, "5751"], [1702462865, "5751"], [1702462880, "5751"], [1702462904, "5751"], [1702462919, "5751"], [1702462952, "5751"], [1702462973, "5751"], [1702462988, "5751"], [1702463045, "5751"], [1702463081, "5751"], [1702463114, "5751"], [1702463150, "5751"], [1702463186, "5751"], [1702463216, "5751"], [1702463240, "5751"], [1702463273, "5751"], [1702463324, "5751"], [1702463354, "5751"], [1702463381, "5751"], [1702463417, "5751"], [1702463453, "5751"], [1702463477, "5751"], [1702463510, "5751"], [1702463537, "5751"], [1702463570, "5751"], [1702463591, "5751"], [1702463621, "5751"], [1702463657, "5751"], [1702463693, "5751"], [1702463729, "5751"], [1702463765, "5751"], [1702463798, "5752"], [1702463846, "5752"], [1702463873, "5752"], [1702463906, "5752"], [1702463948, "5752"], [1702463984, "5752"], [1702464014, "5752"], [1702464050, "5752"], [1702464086, "5752"], [1702464122, "5752"], [1702464155, "5752"], [1702464194, "5752"], [1702464230, "5752"], [1702464263, "5752"], [1702464299, "5752"], [1702464332, "5752"], [1702464356, "5752"], [1702464392, "5752"], [1702464425, "5752"], [1702464455, "5752"], [1702464479, "5752"], [1702464509, "5752"], [1702464533, "5752"], [1702464569, "5752"], [1702464605, "5752"], [1702464635, "5752"], [1702464671, "5752"], [1702464716, "5752"], [1702464743, "5752"], [1702464776, "5752"], [1702464812, "5752"], [1702464836, "5752"], [1702464869, "5752"], [1702464905, "5753"], [1702464926, "5753"], [1702464956, "5753"], [1702464992, "5753"], [1702465016, "5753"], [1702465049, "5753"], [1702465085, "5753"], [1702465118, "5753"], [1702465145, "5753"], [1702465178, "5753"], [1702465208, "5753"], [1702465241, "5753"], [1702465298, "5753"], [1702465334, "5753"], [1702465367, "5753"], [1702465394, "5753"], [1702465418, "5753"], [1702465445, "5753"], [1702465481, "5753"], [1702465517, "5753"], [1702465550, "5753"], [1702465586, "5753"], [1702465619, "5753"], [1702465658, "5753"], [1702465706, "5753"], [1702465754, "5753"], [1702465787, "5753"], [1702465823, "5753"], [1702465856, "5753"], [1702465880, "5753"], [1702465910, "5753"], [1702465952, "5753"], [1702465988, "5753"], [1702466015, "5753"], [1702466030, "5753"], [1702466060, "5754"], [1702466078, "5754"], [1702466138, "5754"], [1702466168, "5754"], [1702466204, "5754"], [1702466237, "5754"], [1702466261, "5754"], [1702466291, "5754"], [1702466327, "5754"], [1702466360, "5754"], [1702466384, "5754"], [1702466417, "5754"], [1702466441, "5754"], [1702466471, "5754"], [1702466507, "5754"], [1702466540, "5754"], [1702466597, "5754"], [1702466633, "5754"], [1702466666, "5754"], [1702466705, "5754"], [1702466732, "5754"], [1702466765, "5754"], [1702466801, "5754"], [1702466852, "5754"], [1702466876, "5754"], [1702466918, "5754"], [1702466978, "5754"], [1702467014, "5754"], [1702467038, "5754"], [1702467068, "5755"], [1702467122, "5755"], [1702467158, "5755"], [1702467191, "5755"], [1702467221, "5755"], [1702467257, "5755"], [1702467299, "5755"], [1702467350, "5755"], [1702467386, "5755"], [1702467419, "5755"], [1702467455, "5755"], [1702467515, "5755"], [1702467542, "5755"], [1702467566, "5755"], [1702467599, "5755"], [1702467635, "5755"], [1702467668, "5755"], [1702467695, "5755"], [1702467716, "5755"], [1702467746, "5755"], [1702467800, "5755"], [1702467824, "5755"], [1702467908, "5755"], [1702467944, "5755"], [1702467968, "5755"], [1702468001, "5756"], [1702468031, "5756"], [1702468067, "5756"], [1702468085, "5756"], [1702468115, "5756"], [1702468151, "5756"], [1702468181, "5756"], [1702468208, "5756"], [1702468241, "5756"], [1702468256, "5756"], [1702468286, "5756"], [1702468322, "5756"], [1702468352, "5756"], [1702468388, "5756"], [1702468424, "5756"], [1702468457, "5756"], [1702468493, "5756"], [1702468517, "5756"], [1702468550, "5756"], [1702468586, "5756"], [1702468613, "5756"], [1702468637, "5756"], [1702468679, "5756"], [1702468721, "5756"], [1702468730, "5756"], [1702468766, "5756"], [1702468799, "5757"], [1702468835, "5757"], [1702468898, "5757"], [1702468934, "5757"], [1702468970, "5757"], [1702468994, "5757"], [1702469024, "5757"], [1702469060, "5757"], [1702469111, "5757"], [1702469144, "5757"], [1702469168, "5757"], [1702469204, "5757"], [1702469237, "5757"], [1702469273, "5757"], [1702469303, "5757"], [1702469336, "5757"], [1702469360, "5757"], [1702469387, "5757"], [1702469411, "5757"], [1702469435, "5757"], [1702469468, "5757"], [1702469504, "5757"], [1702469537, "5758"], [1702469573, "5758"], [1702469606, "5758"], [1702469633, "5758"], [1702469660, "5758"], [1702469684, "5758"], [1702469717, "5758"], [1702469753, "5758"], [1702469786, "5758"], [1702469816, "5758"], [1702469834, "5758"], [1702469864, "5758"], [1702469906, "5758"], [1702469936, "5758"], [1702469972, "5758"], [1702470005, "5758"], [1702470029, "5758"], [1702470065, "5758"], [1702470101, "5758"], [1702470131, "5758"], [1702470167, "5758"], [1702470203, "5758"], [1702470251, "5758"], [1702470278, "5758"], [1702470311, "5758"], [1702470347, "5758"], [1702470371, "5758"], [1702470404, "5758"], [1702470440, "5758"], [1702470476, "5759"], [1702470506, "5759"], [1702470542, "5759"], [1702470575, "5759"], [1702470611, "5759"], [1702470635, "5759"], [1702470662, "5759"], [1702470686, "5759"], [1702470719, "5759"], [1702470746, "5759"], [1702470812, "5759"], [1702470845, "5759"], [1702470875, "5759"], [1702470899, "5759"], [1702470953, "5759"], [1702470983, "5759"], [1702471025, "5759"], [1702471067, "5759"], [1702471169, "5759"], [1702471193, "5759"], [1702471226, "5759"], [1702471265, "5760"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "1106"], [1702463045, "2225"], [1702463081, "3691"], [1702463114, "4832"], [1702463150, "6499"], [1702463186, "7002"], [1702463216, "7154"], [1702463240, "7190"], [1702463273, "7284"], [1702463324, "7757"], [1702463354, "8234"], [1702463381, "8964"], [1702463417, "9692"], [1702463453, "11087"], [1702463477, "12365"], [1702463510, "13416"], [1702463537, "13747"], [1702463570, "14172"], [1702463591, "14198"], [1702463621, "14230"], [1702463657, "14384"], [1702463693, "14747"], [1702463729, "15302"], [1702463765, "16362"], [1702463798, "17382"], [1702463846, "19086"], [1702463873, "20323"], [1702463906, "20747"], [1702463948, "21136"], [1702463984, "21165"], [1702464014, "21236"], [1702464050, "21431"], [1702464086, "22007"], [1702464122, "22798"], [1702464155, "23751"], [1702464194, "25344"], [1702464230, "26215"], [1702464263, "26626"], [1702464299, "27334"], [1702464332, "27454"], [1702464356, "27497"], [1702464392, "27582"], [1702464425, "27799"], [1702464455, "28321"], [1702464479, "29063"], [1702464509, "29961"], [1702464533, "30575"], [1702464569, "31453"], [1702464605, "32056"], [1702464635, "32453"], [1702464671, "33054"], [1702464716, "33099"], [1702464743, "33197"], [1702464776, "33375"], [1702464812, "33710"], [1702464836, "34287"], [1702464869, "34894"], [1702464905, "35829"], [1702464926, "37455"], [1702464956, "38029"], [1702464992, "39667"], [1702465016, "40041"], [1702465049, "40393"], [1702465085, "40413"], [1702465118, "40483"], [1702465145, "40660"], [1702465178, "41025"], [1702465208, "41573"], [1702465241, "42356"], [1702465298, "44176"], [1702465334, "45309"], [1702465367, "45983"], [1702465394, "46239"], [1702465418, "46600"], [1702465445, "46626"], [1702465481, "46718"], [1702465517, "46908"], [1702465550, "47290"], [1702465586, "48016"], [1702465619, "48721"], [1702465658, "50472"], [1702465706, "51689"], [1702465754, "52997"], [1702465787, "53389"], [1702465823, "53418"], [1702465856, "53476"], [1702465880, "53597"], [1702465910, "53842"], [1702465952, "54457"], [1702465988, "55187"], [1702466015, "56136"], [1702466030, "56884"], [1702466060, "58237"], [1702466078, "58959"], [1702466138, "59871"], [1702466168, "60265"], [1702466204, "60287"], [1702466237, "60366"], [1702466261, "60554"], [1702466291, "60893"], [1702466327, "61396"], [1702466360, "62514"], [1702466384, "62972"], [1702466417, "64214"], [1702466441, "65561"], [1702466471, "66626"], [1702466507, "67135"], [1702466540, "67398"], [1702466597, "67451"], [1702466633, "67632"], [1702466666, "67894"], [1702466705, "68604"], [1702466732, "69513"], [1702466765, "70590"], [1702466801, "72273"], [1702466852, "73948"], [1702466876, "74365"], [1702466918, "74720"], [1702466978, "74830"], [1702467014, "75016"], [1702467038, "75353"], [1702467068, "75959"], [1702467122, "77333"], [1702467158, "78264"], [1702467191, "79778"], [1702467221, "81147"], [1702467257, "81831"], [1702467299, "81938"], [1702467350, "82032"], [1702467386, "82277"], [1702467419, "82912"], [1702467455, "83730"], [1702467515, "85576"], [1702467542, "86628"], [1702467566, "88032"], [1702467599, "88379"], [1702467635, "88822"], [1702467668, "88934"], [1702467695, "88986"], [1702467716, "89057"], [1702467746, "89228"], [1702467800, "90081"], [1702467824, "90893"], [1702467908, "93899"], [1702467944, "94880"], [1702467968, "95362"], [1702468001, "95703"], [1702468031, "95782"], [1702468067, "95828"], [1702468085, "95947"], [1702468115, "96032"], [1702468151, "96568"], [1702468181, "97188"], [1702468208, "98072"], [1702468241, "99079"], [1702468256, "99941"], [1702468286, "100693"], [1702468322, "101565"], [1702468352, "102085"], [1702468388, "102385"], [1702468424, "102426"], [1702468457, "102499"], [1702468493, "102678"], [1702468517, "103105"], [1702468550, "103851"], [1702468586, "104647"], [1702468613, "105934"], [1702468637, "106129"], [1702468679, "107284"], [1702468721, "107999"], [1702468730, "108187"], [1702468766, "108428"], [1702468799, "108478"], [1702468835, "108589"], [1702468898, "109047"], [1702468934, "110239"], [1702468970, "111119"], [1702468994, "112293"], [1702469024, "113225"], [1702469060, "114381"], [1702469111, "115081"], [1702469144, "115145"], [1702469168, "115167"], [1702469204, "115278"], [1702469237, "115508"], [1702469273, "116130"], [1702469303, "116943"], [1702469336, "117820"], [1702469360, "119064"], [1702469387, "119696"], [1702469411, "120518"], [1702469435, "121208"], [1702469468, "121645"], [1702469504, "121809"], [1702469537, "121847"], [1702469573, "121935"], [1702469606, "122102"], [1702469633, "122492"], [1702469660, "122949"], [1702469684, "123836"], [1702469717, "124015"], [1702469753, "125222"], [1702469786, "126263"], [1702469816, "127495"], [1702469834, "128596"], [1702469864, "128888"], [1702469906, "129505"], [1702469936, "129641"], [1702469972, "129664"], [1702470005, "129793"], [1702470029, "129860"], [1702470065, "130163"], [1702470101, "130889"], [1702470131, "131673"], [1702470167, "132765"], [1702470203, "133995"], [1702470251, "135518"], [1702470278, "137016"], [1702470311, "137252"], [1702470347, "137960"], [1702470371, "138096"], [1702470404, "138109"], [1702470440, "138200"], [1702470476, "138389"], [1702470506, "138804"], [1702470542, "139657"], [1702470575, "140107"], [1702470611, "141464"], [1702470635, "142467"], [1702470662, "143367"], [1702470686, "144856"], [1702470719, "145487"], [1702470746, "145955"], [1702470812, "146420"], [1702470845, "146569"], [1702470875, "147163"], [1702470899, "147965"], [1702470953, "148255"], [1702470983, "148276"], [1702471025, "148490"], [1702471067, "149793"], [1702471169, "150169"], [1702471193, "150382"], [1702471226, "151019"], [1702471265, "151763"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "5952300"], [1702462721, "5952313"], [1702462736, "5952328"], [1702462751, "5952341"], [1702462763, "5952354"], [1702462793, "5952373"], [1702462808, "5952388"], [1702462829, "5952388"], [1702462844, "5952413"], [1702462865, "5952425"], [1702462880, "5952438"], [1702462904, "5952464"], [1702462919, "5952464"], [1702462952, "5952489"], [1702462973, "5952504"], [1702462988, "5952515"], [1702463045, "5952554"], [1702463081, "5952577"], [1702463114, "5952609"], [1702463150, "5952647"], [1702463186, "5952666"], [1702463216, "5952693"], [1702463240, "5952705"], [1702463273, "5952732"], [1702463324, "5952772"], [1702463354, "5952792"], [1702463381, "5952812"], [1702463417, "5952840"], [1702463453, "5952870"], [1702463477, "5952882"], [1702463510, "5952907"], [1702463537, "5952926"], [1702463570, "5952946"], [1702463591, "5952961"], [1702463621, "5952985"], [1702463657, "5953009"], [1702463693, "5953037"], [1702463729, "5953063"], [1702463765, "5953089"], [1702463798, "5953120"], [1702463846, "5953148"], [1702463873, "5953172"], [1702463906, "5953195"], [1702463948, "5953227"], [1702463984, "5953246"], [1702464014, "5953267"], [1702464050, "5953295"], [1702464086, "5953327"], [1702464122, "5953359"], [1702464155, "5953384"], [1702464194, "5953409"], [1702464230, "5953435"], [1702464263, "5953459"], [1702464299, "5953479"], [1702464332, "5953514"], [1702464356, "5953530"], [1702464392, "5953552"], [1702464425, "5953578"], [1702464455, "5953597"], [1702464479, "5953629"], [1702464509, "5953640"], [1702464533, "5953656"], [1702464569, "5953681"], [1702464605, "5953706"], [1702464635, "5953736"], [1702464671, "5953753"], [1702464716, "5953787"], [1702464743, "5953815"], [1702464776, "5953835"], [1702464812, "5953868"], [1702464836, "5953884"], [1702464869, "5953907"], [1702464905, "5953926"], [1702464926, "5953942"], [1702464956, "5953964"], [1702464992, "5953991"], [1702465016, "5954023"], [1702465049, "5954038"], [1702465085, "5954060"], [1702465118, "5954091"], [1702465145, "5954113"], [1702465178, "5954122"], [1702465208, "5954148"], [1702465241, "5954173"], [1702465298, "5954222"], [1702465334, "5954246"], [1702465367, "5954277"], [1702465394, "5954286"], [1702465418, "5954314"], [1702465445, "5954322"], [1702465481, "5954346"], [1702465517, "5954380"], [1702465550, "5954409"], [1702465586, "5954440"], [1702465619, "5954462"], [1702465658, "5954487"], [1702465706, "5954522"], [1702465754, "5954563"], [1702465787, "5954586"], [1702465823, "5954613"], [1702465856, "5954634"], [1702465880, "5954652"], [1702465910, "5954684"], [1702465952, "5954696"], [1702465988, "5954735"], [1702466015, "5954755"], [1702466030, "5954775"], [1702466060, "5954787"], [1702466078, "5954796"], [1702466138, "5954840"], [1702466168, "5954853"], [1702466204, "5954891"], [1702466237, "5954911"], [1702466261, "5954928"], [1702466291, "5954954"], [1702466327, "5954979"], [1702466360, "5955002"], [1702466384, "5955017"], [1702466417, "5955044"], [1702466441, "5955058"], [1702466471, "5955081"], [1702466507, "5955115"], [1702466540, "5955136"], [1702466597, "5955177"], [1702466633, "5955205"], [1702466666, "5955229"], [1702466705, "5955250"], [1702466732, "5955281"], [1702466765, "5955305"], [1702466801, "5955328"], [1702466852, "5955376"], [1702466876, "5955388"], [1702466918, "5955404"], [1702466978, "5955460"], [1702467014, "5955478"], [1702467038, "5955505"], [1702467068, "5955531"], [1702467122, "5955569"], [1702467158, "5955582"], [1702467191, "5955617"], [1702467221, "5955642"], [1702467257, "5955670"], [1702467299, "5955699"], [1702467350, "5955731"], [1702467386, "5955765"], [1702467419, "5955790"], [1702467455, "5955824"], [1702467515, "5955860"], [1702467542, "5955885"], [1702467566, "5955899"], [1702467599, "5955922"], [1702467635, "5955943"], [1702467668, "5955965"], [1702467695, "5955985"], [1702467716, "5956008"], [1702467746, "5956019"], [1702467800, "5956070"], [1702467824, "5956091"], [1702467908, "5956147"], [1702467944, "5956172"], [1702467968, "5956197"], [1702468001, "5956213"], [1702468031, "5956228"], [1702468067, "5956252"], [1702468085, "5956275"], [1702468115, "5956289"], [1702468151, "5956311"], [1702468181, "5956343"], [1702468208, "5956361"], [1702468241, "5956381"], [1702468256, "5956394"], [1702468286, "5956412"], [1702468322, "5956435"], [1702468352, "5956463"], [1702468388, "5956487"], [1702468424, "5956516"], [1702468457, "5956540"], [1702468493, "5956559"], [1702468517, "5956583"], [1702468550, "5956608"], [1702468586, "5956631"], [1702468613, "5956656"], [1702468637, "5956670"], [1702468679, "5956698"], [1702468721, "5956727"], [1702468730, "5956741"], [1702468766, "5956760"], [1702468799, "5956792"], [1702468835, "5956816"], [1702468898, "5956852"], [1702468934, "5956894"], [1702468970, "5956922"], [1702468994, "5956949"], [1702469024, "5956961"], [1702469060, "5956982"], [1702469111, "5957017"], [1702469144, "5957050"], [1702469168, "5957067"], [1702469204, "5957089"], [1702469237, "5957110"], [1702469273, "5957142"], [1702469303, "5957161"], [1702469336, "5957189"], [1702469360, "5957214"], [1702469387, "5957220"], [1702469411, "5957239"], [1702469435, "5957258"], [1702469468, "5957277"], [1702469504, "5957307"], [1702469537, "5957334"], [1702469573, "5957357"], [1702469606, "5957384"], [1702469633, "5957395"], [1702469660, "5957415"], [1702469684, "5957447"], [1702469717, "5957455"], [1702469753, "5957480"], [1702469786, "5957504"], [1702469816, "5957529"], [1702469834, "5957548"], [1702469864, "5957569"], [1702469906, "5957604"], [1702469936, "5957617"], [1702469972, "5957631"], [1702470005, "5957671"], [1702470029, "5957686"], [1702470065, "5957710"], [1702470101, "5957730"], [1702470131, "5957759"], [1702470167, "5957786"], [1702470203, "5957807"], [1702470251, "5957844"], [1702470278, "5957866"], [1702470311, "5957889"], [1702470347, "5957922"], [1702470371, "5957939"], [1702470404, "5957961"], [1702470440, "5957975"], [1702470476, "5958005"], [1702470506, "5958028"], [1702470542, "5958067"], [1702470575, "5958079"], [1702470611, "5958106"], [1702470635, "5958141"], [1702470662, "5958151"], [1702470686, "5958171"], [1702470719, "5958191"], [1702470746, "5958215"], [1702470812, "5958259"], [1702470845, "5958278"], [1702470875, "5958299"], [1702470899, "5958322"], [1702470953, "5958357"], [1702470983, "5958384"], [1702471025, "5958408"], [1702471067, "5958447"], [1702471169, "5958515"], [1702471193, "5958531"], [1702471226, "5958562"], [1702471265, "5958593"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "151"], [1702462721, "151"], [1702462736, "151"], [1702462751, "151"], [1702462763, "151"], [1702462793, "152"], [1702462808, "152"], [1702462829, "152"], [1702462844, "152"], [1702462865, "152"], [1702462880, "152"], [1702462904, "152"], [1702462919, "152"], [1702462952, "152"], [1702462973, "152"], [1702462988, "152"], [1702463045, "152"], [1702463081, "152"], [1702463114, "152"], [1702463150, "152"], [1702463186, "152"], [1702463216, "152"], [1702463240, "152"], [1702463273, "152"], [1702463324, "152"], [1702463354, "152"], [1702463381, "152"], [1702463417, "152"], [1702463453, "153"], [1702463477, "153"], [1702463510, "153"], [1702463537, "153"], [1702463570, "153"], [1702463591, "153"], [1702463621, "153"], [1702463657, "153"], [1702463693, "153"], [1702463729, "153"], [1702463765, "153"], [1702463798, "153"], [1702463846, "153"], [1702463873, "153"], [1702463906, "153"], [1702463948, "153"], [1702463984, "153"], [1702464014, "153"], [1702464050, "153"], [1702464086, "153"], [1702464122, "154"], [1702464155, "154"], [1702464194, "154"], [1702464230, "154"], [1702464263, "154"], [1702464299, "154"], [1702464332, "154"], [1702464356, "154"], [1702464392, "154"], [1702464425, "154"], [1702464455, "154"], [1702464479, "154"], [1702464509, "154"], [1702464533, "154"], [1702464569, "154"], [1702464605, "154"], [1702464635, "154"], [1702464671, "155"], [1702464716, "155"], [1702464743, "155"], [1702464776, "155"], [1702464812, "155"], [1702464836, "155"], [1702464869, "155"], [1702464905, "155"], [1702464926, "155"], [1702464956, "155"], [1702464992, "155"], [1702465016, "155"], [1702465049, "155"], [1702465085, "155"], [1702465118, "155"], [1702465145, "155"], [1702465178, "155"], [1702465208, "155"], [1702465241, "155"], [1702465298, "156"], [1702465334, "156"], [1702465367, "156"], [1702465394, "156"], [1702465418, "156"], [1702465445, "156"], [1702465481, "156"], [1702465517, "156"], [1702465550, "156"], [1702465586, "156"], [1702465619, "156"], [1702465658, "156"], [1702465706, "156"], [1702465754, "156"], [1702465787, "156"], [1702465823, "156"], [1702465856, "156"], [1702465880, "156"], [1702465910, "156"], [1702465952, "157"], [1702465988, "157"], [1702466015, "157"], [1702466030, "157"], [1702466060, "157"], [1702466078, "157"], [1702466138, "157"], [1702466168, "157"], [1702466204, "157"], [1702466237, "157"], [1702466261, "157"], [1702466291, "157"], [1702466327, "157"], [1702466360, "157"], [1702466384, "157"], [1702466417, "157"], [1702466441, "157"], [1702466471, "157"], [1702466507, "157"], [1702466540, "158"], [1702466597, "158"], [1702466633, "158"], [1702466666, "158"], [1702466705, "158"], [1702466732, "158"], [1702466765, "158"], [1702466801, "158"], [1702466852, "158"], [1702466876, "158"], [1702466918, "158"], [1702466978, "158"], [1702467014, "158"], [1702467038, "158"], [1702467068, "158"], [1702467122, "159"], [1702467158, "159"], [1702467191, "159"], [1702467221, "159"], [1702467257, "159"], [1702467299, "159"], [1702467350, "159"], [1702467386, "159"], [1702467419, "159"], [1702467455, "159"], [1702467515, "159"], [1702467542, "159"], [1702467566, "159"], [1702467599, "160"], [1702467635, "160"], [1702467668, "160"], [1702467695, "160"], [1702467716, "160"], [1702467746, "160"], [1702467800, "160"], [1702467824, "160"], [1702467908, "160"], [1702467944, "160"], [1702467968, "160"], [1702468001, "160"], [1702468031, "161"], [1702468067, "161"], [1702468085, "161"], [1702468115, "161"], [1702468151, "161"], [1702468181, "161"], [1702468208, "161"], [1702468241, "161"], [1702468256, "161"], [1702468286, "161"], [1702468322, "161"], [1702468352, "161"], [1702468388, "161"], [1702468424, "161"], [1702468457, "161"], [1702468493, "162"], [1702468517, "162"], [1702468550, "163"], [1702468586, "163"], [1702468613, "163"], [1702468637, "163"], [1702468679, "163"], [1702468721, "163"], [1702468730, "163"], [1702468766, "163"], [1702468799, "164"], [1702468835, "164"], [1702468898, "164"], [1702468934, "164"], [1702468970, "164"], [1702468994, "164"], [1702469024, "164"], [1702469060, "164"], [1702469111, "164"], [1702469144, "164"], [1702469168, "164"], [1702469204, "164"], [1702469237, "165"], [1702469273, "165"], [1702469303, "165"], [1702469336, "165"], [1702469360, "165"], [1702469387, "165"], [1702469411, "165"], [1702469435, "165"], [1702469468, "165"], [1702469504, "165"], [1702469537, "165"], [1702469573, "165"], [1702469606, "165"], [1702469633, "165"], [1702469660, "165"], [1702469684, "166"], [1702469717, "166"], [1702469753, "166"], [1702469786, "166"], [1702469816, "166"], [1702469834, "166"], [1702469864, "166"], [1702469906, "166"], [1702469936, "166"], [1702469972, "166"], [1702470005, "166"], [1702470029, "166"], [1702470065, "166"], [1702470101, "166"], [1702470131, "166"], [1702470167, "167"], [1702470203, "167"], [1702470251, "167"], [1702470278, "167"], [1702470311, "167"], [1702470347, "167"], [1702470371, "167"], [1702470404, "167"], [1702470440, "167"], [1702470476, "167"], [1702470506, "167"], [1702470542, "167"], [1702470575, "167"], [1702470611, "167"], [1702470635, "167"], [1702470662, "167"], [1702470686, "168"], [1702470719, "168"], [1702470746, "168"], [1702470812, "168"], [1702470845, "168"], [1702470875, "168"], [1702470899, "168"], [1702470953, "168"], [1702470983, "168"], [1702471025, "168"], [1702471067, "168"], [1702471169, "168"], [1702471193, "168"], [1702471226, "168"], [1702471265, "169"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "3424"], [1702462721, "3424"], [1702462736, "3424"], [1702462751, "3424"], [1702462763, "3424"], [1702462793, "3424"], [1702462808, "3424"], [1702462829, "3424"], [1702462844, "3424"], [1702462865, "3424"], [1702462880, "3424"], [1702462904, "3424"], [1702462919, "3424"], [1702462952, "3424"], [1702462973, "3424"], [1702462988, "3424"], [1702463045, "3424"], [1702463081, "3424"], [1702463114, "3424"], [1702463150, "3424"], [1702463186, "3424"], [1702463216, "3424"], [1702463240, "3424"], [1702463273, "3424"], [1702463324, "3425"], [1702463354, "3425"], [1702463381, "3425"], [1702463417, "3425"], [1702463453, "3425"], [1702463477, "3425"], [1702463510, "3425"], [1702463537, "3425"], [1702463570, "3425"], [1702463591, "3425"], [1702463621, "3425"], [1702463657, "3425"], [1702463693, "3425"], [1702463729, "3425"], [1702463765, "3425"], [1702463798, "3425"], [1702463846, "3425"], [1702463873, "3425"], [1702463906, "3425"], [1702463948, "3425"], [1702463984, "3425"], [1702464014, "3425"], [1702464050, "3425"], [1702464086, "3425"], [1702464122, "3425"], [1702464155, "3425"], [1702464194, "3425"], [1702464230, "3425"], [1702464263, "3425"], [1702464299, "3425"], [1702464332, "3425"], [1702464356, "3425"], [1702464392, "3425"], [1702464425, "3425"], [1702464455, "3425"], [1702464479, "3425"], [1702464509, "3425"], [1702464533, "3425"], [1702464569, "3425"], [1702464605, "3425"], [1702464635, "3425"], [1702464671, "3425"], [1702464716, "3425"], [1702464743, "3425"], [1702464776, "3426"], [1702464812, "3426"], [1702464836, "3426"], [1702464869, "3426"], [1702464905, "3426"], [1702464926, "3426"], [1702464956, "3426"], [1702464992, "3426"], [1702465016, "3426"], [1702465049, "3426"], [1702465085, "3426"], [1702465118, "3426"], [1702465145, "3426"], [1702465178, "3426"], [1702465208, "3426"], [1702465241, "3426"], [1702465298, "3426"], [1702465334, "3426"], [1702465367, "3426"], [1702465394, "3426"], [1702465418, "3426"], [1702465445, "3426"], [1702465481, "3426"], [1702465517, "3426"], [1702465550, "3426"], [1702465586, "3426"], [1702465619, "3426"], [1702465658, "3426"], [1702465706, "3426"], [1702465754, "3426"], [1702465787, "3426"], [1702465823, "3426"], [1702465856, "3426"], [1702465880, "3426"], [1702465910, "3426"], [1702465952, "3426"], [1702465988, "3426"], [1702466015, "3426"], [1702466030, "3426"], [1702466060, "3426"], [1702466078, "3426"], [1702466138, "3426"], [1702466168, "3426"], [1702466204, "3426"], [1702466237, "3426"], [1702466261, "3426"], [1702466291, "3427"], [1702466327, "3427"], [1702466360, "3427"], [1702466384, "3427"], [1702466417, "3427"], [1702466441, "3427"], [1702466471, "3427"], [1702466507, "3427"], [1702466540, "3427"], [1702466597, "3427"], [1702466633, "3427"], [1702466666, "3427"], [1702466705, "3427"], [1702466732, "3427"], [1702466765, "3427"], [1702466801, "3427"], [1702466852, "3427"], [1702466876, "3427"], [1702466918, "3427"], [1702466978, "3427"], [1702467014, "3427"], [1702467038, "3427"], [1702467068, "3427"], [1702467122, "3427"], [1702467158, "3427"], [1702467191, "3427"], [1702467221, "3427"], [1702467257, "3427"], [1702467299, "3427"], [1702467350, "3427"], [1702467386, "3427"], [1702467419, "3427"], [1702467455, "3427"], [1702467515, "3427"], [1702467542, "3427"], [1702467566, "3427"], [1702467599, "3427"], [1702467635, "3428"], [1702467668, "3428"], [1702467695, "3428"], [1702467716, "3428"], [1702467746, "3428"], [1702467800, "3428"], [1702467824, "3428"], [1702467908, "3428"], [1702467944, "3428"], [1702467968, "3428"], [1702468001, "3428"], [1702468031, "3428"], [1702468067, "3428"], [1702468085, "3428"], [1702468115, "3428"], [1702468151, "3428"], [1702468181, "3428"], [1702468208, "3428"], [1702468241, "3428"], [1702468256, "3428"], [1702468286, "3428"], [1702468322, "3428"], [1702468352, "3428"], [1702468388, "3428"], [1702468424, "3428"], [1702468457, "3428"], [1702468493, "3428"], [1702468517, "3428"], [1702468550, "3428"], [1702468586, "3428"], [1702468613, "3428"], [1702468637, "3428"], [1702468679, "3428"], [1702468721, "3428"], [1702468730, "3428"], [1702468766, "3429"], [1702468799, "3429"], [1702468835, "3429"], [1702468898, "3429"], [1702468934, "3429"], [1702468970, "3429"], [1702468994, "3429"], [1702469024, "3429"], [1702469060, "3429"], [1702469111, "3429"], [1702469144, "3429"], [1702469168, "3429"], [1702469204, "3429"], [1702469237, "3429"], [1702469273, "3429"], [1702469303, "3429"], [1702469336, "3429"], [1702469360, "3429"], [1702469387, "3429"], [1702469411, "3429"], [1702469435, "3429"], [1702469468, "3429"], [1702469504, "3429"], [1702469537, "3429"], [1702469573, "3429"], [1702469606, "3429"], [1702469633, "3429"], [1702469660, "3429"], [1702469684, "3429"], [1702469717, "3429"], [1702469753, "3429"], [1702469786, "3429"], [1702469816, "3429"], [1702469834, "3430"], [1702469864, "3430"], [1702469906, "3430"], [1702469936, "3430"], [1702469972, "3430"], [1702470005, "3430"], [1702470029, "3430"], [1702470065, "3430"], [1702470101, "3430"], [1702470131, "3430"], [1702470167, "3430"], [1702470203, "3430"], [1702470251, "3430"], [1702470278, "3430"], [1702470311, "3430"], [1702470347, "3430"], [1702470371, "3430"], [1702470404, "3430"], [1702470440, "3430"], [1702470476, "3430"], [1702470506, "3430"], [1702470542, "3430"], [1702470575, "3430"], [1702470611, "3430"], [1702470635, "3430"], [1702470662, "3430"], [1702470686, "3430"], [1702470719, "3430"], [1702470746, "3430"], [1702470812, "3430"], [1702470845, "3430"], [1702470875, "3430"], [1702470899, "3430"], [1702470953, "3430"], [1702470983, "3430"], [1702471025, "3430"], [1702471067, "3430"], [1702471169, "3431"], [1702471193, "3431"], [1702471226, "3431"], [1702471265, "3431"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "10723"], [1702462721, "10723"], [1702462736, "10723"], [1702462751, "10723"], [1702462763, "10723"], [1702462793, "10723"], [1702462808, "10723"], [1702462829, "10723"], [1702462844, "10723"], [1702462865, "10723"], [1702462880, "10723"], [1702462904, "10723"], [1702462919, "10723"], [1702462952, "10723"], [1702462973, "10723"], [1702462988, "10723"], [1702463045, "10724"], [1702463081, "10724"], [1702463114, "10724"], [1702463150, "10724"], [1702463186, "10724"], [1702463216, "10724"], [1702463240, "10724"], [1702463273, "10724"], [1702463324, "10724"], [1702463354, "10724"], [1702463381, "10724"], [1702463417, "10724"], [1702463453, "10724"], [1702463477, "10724"], [1702463510, "10725"], [1702463537, "10725"], [1702463570, "10725"], [1702463591, "10725"], [1702463621, "10725"], [1702463657, "10725"], [1702463693, "10725"], [1702463729, "10725"], [1702463765, "10725"], [1702463798, "10725"], [1702463846, "10725"], [1702463873, "10725"], [1702463906, "10725"], [1702463948, "10725"], [1702463984, "10725"], [1702464014, "10725"], [1702464050, "10726"], [1702464086, "10726"], [1702464122, "10726"], [1702464155, "10726"], [1702464194, "10726"], [1702464230, "10726"], [1702464263, "10726"], [1702464299, "10726"], [1702464332, "10726"], [1702464356, "10726"], [1702464392, "10726"], [1702464425, "10726"], [1702464455, "10726"], [1702464479, "10726"], [1702464509, "10726"], [1702464533, "10726"], [1702464569, "10727"], [1702464605, "10727"], [1702464635, "10727"], [1702464671, "10727"], [1702464716, "10727"], [1702464743, "10727"], [1702464776, "10727"], [1702464812, "10727"], [1702464836, "10727"], [1702464869, "10727"], [1702464905, "10727"], [1702464926, "10727"], [1702464956, "10727"], [1702464992, "10727"], [1702465016, "10727"], [1702465049, "10727"], [1702465085, "10727"], [1702465118, "10728"], [1702465145, "10728"], [1702465178, "10728"], [1702465208, "10728"], [1702465241, "10728"], [1702465298, "10728"], [1702465334, "10728"], [1702465367, "10728"], [1702465394, "10728"], [1702465418, "10728"], [1702465445, "10728"], [1702465481, "10728"], [1702465517, "10728"], [1702465550, "10728"], [1702465586, "10728"], [1702465619, "10728"], [1702465658, "10729"], [1702465706, "10729"], [1702465754, "10729"], [1702465787, "10729"], [1702465823, "10729"], [1702465856, "10729"], [1702465880, "10729"], [1702465910, "10729"], [1702465952, "10729"], [1702465988, "10729"], [1702466015, "10729"], [1702466030, "10729"], [1702466060, "10729"], [1702466078, "10729"], [1702466138, "10729"], [1702466168, "10729"], [1702466204, "10730"], [1702466237, "10730"], [1702466261, "10730"], [1702466291, "10730"], [1702466327, "10730"], [1702466360, "10730"], [1702466384, "10730"], [1702466417, "10730"], [1702466441, "10730"], [1702466471, "10730"], [1702466507, "10730"], [1702466540, "10730"], [1702466597, "10730"], [1702466633, "10730"], [1702466666, "10730"], [1702466705, "10730"], [1702466732, "10731"], [1702466765, "10731"], [1702466801, "10731"], [1702466852, "10731"], [1702466876, "10731"], [1702466918, "10731"], [1702466978, "10731"], [1702467014, "10731"], [1702467038, "10731"], [1702467068, "10731"], [1702467122, "10731"], [1702467158, "10731"], [1702467191, "10731"], [1702467221, "10731"], [1702467257, "10732"], [1702467299, "10732"], [1702467350, "10732"], [1702467386, "10732"], [1702467419, "10732"], [1702467455, "10732"], [1702467515, "10732"], [1702467542, "10732"], [1702467566, "10732"], [1702467599, "10732"], [1702467635, "10732"], [1702467668, "10732"], [1702467695, "10733"], [1702467716, "10733"], [1702467746, "10733"], [1702467800, "10733"], [1702467824, "10733"], [1702467908, "10733"], [1702467944, "10733"], [1702467968, "10733"], [1702468001, "10733"], [1702468031, "10733"], [1702468067, "10733"], [1702468085, "10733"], [1702468115, "10733"], [1702468151, "10734"], [1702468181, "10734"], [1702468208, "10734"], [1702468241, "10734"], [1702468256, "10734"], [1702468286, "10734"], [1702468322, "10734"], [1702468352, "10734"], [1702468388, "10734"], [1702468424, "10734"], [1702468457, "10734"], [1702468493, "10734"], [1702468517, "10734"], [1702468550, "10735"], [1702468586, "10735"], [1702468613, "10735"], [1702468637, "10735"], [1702468679, "10735"], [1702468721, "10735"], [1702468730, "10735"], [1702468766, "10735"], [1702468799, "10735"], [1702468835, "10735"], [1702468898, "10735"], [1702468934, "10736"], [1702468970, "10736"], [1702468994, "10736"], [1702469024, "10736"], [1702469060, "10736"], [1702469111, "10736"], [1702469144, "10736"], [1702469168, "10736"], [1702469204, "10736"], [1702469237, "10736"], [1702469273, "10736"], [1702469303, "10737"], [1702469336, "10737"], [1702469360, "10737"], [1702469387, "10737"], [1702469411, "10737"], [1702469435, "10737"], [1702469468, "10737"], [1702469504, "10737"], [1702469537, "10737"], [1702469573, "10737"], [1702469606, "10737"], [1702469633, "10737"], [1702469660, "10737"], [1702469684, "10737"], [1702469717, "10737"], [1702469753, "10738"], [1702469786, "10738"], [1702469816, "10738"], [1702469834, "10738"], [1702469864, "10738"], [1702469906, "10738"], [1702469936, "10738"], [1702469972, "10738"], [1702470005, "10738"], [1702470029, "10738"], [1702470065, "10738"], [1702470101, "10738"], [1702470131, "10738"], [1702470167, "10738"], [1702470203, "10739"], [1702470251, "10739"], [1702470278, "10739"], [1702470311, "10739"], [1702470347, "10739"], [1702470371, "10739"], [1702470404, "10739"], [1702470440, "10739"], [1702470476, "10739"], [1702470506, "10739"], [1702470542, "10739"], [1702470575, "10739"], [1702470611, "10739"], [1702470635, "10739"], [1702470662, "10740"], [1702470686, "10740"], [1702470719, "10740"], [1702470746, "10740"], [1702470812, "10740"], [1702470845, "10740"], [1702470875, "10740"], [1702470899, "10740"], [1702470953, "10740"], [1702470983, "10740"], [1702471025, "10740"], [1702471067, "10740"], [1702471169, "10740"], [1702471193, "10741"], [1702471226, "10741"], [1702471265, "10741"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "3"], [1702463186, "3"], [1702463216, "4"], [1702463240, "4"], [1702463273, "4"], [1702463324, "4"], [1702463354, "4"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "5"], [1702463570, "6"], [1702463591, "6"], [1702463621, "6"], [1702463657, "6"], [1702463693, "6"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "8"], [1702463948, "8"], [1702463984, "8"], [1702464014, "8"], [1702464050, "8"], [1702464086, "9"], [1702464122, "9"], [1702464155, "9"], [1702464194, "9"], [1702464230, "10"], [1702464263, "10"], [1702464299, "10"], [1702464332, "10"], [1702464356, "10"], [1702464392, "11"], [1702464425, "11"], [1702464455, "11"], [1702464479, "11"], [1702464509, "11"], [1702464533, "11"], [1702464569, "12"], [1702464605, "12"], [1702464635, "12"], [1702464671, "12"], [1702464716, "13"], [1702464743, "13"], [1702464776, "13"], [1702464812, "13"], [1702464836, "13"], [1702464869, "14"], [1702464905, "14"], [1702464926, "14"], [1702464956, "14"], [1702464992, "14"], [1702465016, "14"], [1702465049, "15"], [1702465085, "15"], [1702465118, "15"], [1702465145, "15"], [1702465178, "15"], [1702465208, "15"], [1702465241, "16"], [1702465298, "16"], [1702465334, "16"], [1702465367, "17"], [1702465394, "17"], [1702465418, "17"], [1702465445, "17"], [1702465481, "17"], [1702465517, "17"], [1702465550, "18"], [1702465586, "18"], [1702465619, "18"], [1702465658, "18"], [1702465706, "18"], [1702465754, "19"], [1702465787, "19"], [1702465823, "19"], [1702465856, "19"], [1702465880, "19"], [1702465910, "20"], [1702465952, "20"], [1702465988, "20"], [1702466015, "20"], [1702466030, "20"], [1702466060, "20"], [1702466078, "21"], [1702466138, "21"], [1702466168, "21"], [1702466204, "21"], [1702466237, "21"], [1702466261, "22"], [1702466291, "22"], [1702466327, "22"], [1702466360, "22"], [1702466384, "22"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "24"], [1702466633, "24"], [1702466666, "24"], [1702466705, "24"], [1702466732, "25"], [1702466765, "25"], [1702466801, "25"], [1702466852, "25"], [1702466876, "25"], [1702466918, "26"], [1702466978, "26"], [1702467014, "26"], [1702467038, "26"], [1702467068, "27"], [1702467122, "27"], [1702467158, "27"], [1702467191, "27"], [1702467221, "27"], [1702467257, "28"], [1702467299, "28"], [1702467350, "28"], [1702467386, "28"], [1702467419, "29"], [1702467455, "29"], [1702467515, "30"], [1702467542, "30"], [1702467566, "30"], [1702467599, "30"], [1702467635, "31"], [1702467668, "31"], [1702467695, "31"], [1702467716, "31"], [1702467746, "31"], [1702467800, "32"], [1702467824, "32"], [1702467908, "33"], [1702467944, "33"], [1702467968, "33"], [1702468001, "34"], [1702468031, "34"], [1702468067, "34"], [1702468085, "34"], [1702468115, "34"], [1702468151, "35"], [1702468181, "35"], [1702468208, "35"], [1702468241, "35"], [1702468256, "36"], [1702468286, "36"], [1702468322, "36"], [1702468352, "36"], [1702468388, "37"], [1702468424, "37"], [1702468457, "37"], [1702468493, "37"], [1702468517, "38"], [1702468550, "38"], [1702468586, "38"], [1702468613, "39"], [1702468637, "39"], [1702468679, "39"], [1702468721, "39"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "351"], [1702462721, "351"], [1702462736, "351"], [1702462751, "351"], [1702462763, "351"], [1702462793, "351"], [1702462808, "351"], [1702462829, "351"], [1702462844, "351"], [1702462865, "351"], [1702462880, "351"], [1702462904, "351"], [1702462919, "351"], [1702462952, "351"], [1702462973, "351"], [1702462988, "351"], [1702463045, "351"], [1702463081, "351"], [1702463114, "351"], [1702463150, "351"], [1702463186, "351"], [1702463216, "351"], [1702463240, "351"], [1702463273, "351"], [1702463324, "351"], [1702463354, "351"], [1702463381, "351"], [1702463417, "351"], [1702463453, "351"], [1702463477, "351"], [1702463510, "351"], [1702463537, "351"], [1702463570, "351"], [1702463591, "351"], [1702463621, "351"], [1702463657, "351"], [1702463693, "351"], [1702463729, "351"], [1702463765, "351"], [1702463798, "351"], [1702463846, "351"], [1702463873, "351"], [1702463906, "351"], [1702463948, "351"], [1702463984, "351"], [1702464014, "351"], [1702464050, "351"], [1702464086, "351"], [1702464122, "351"], [1702464155, "351"], [1702464194, "351"], [1702464230, "351"], [1702464263, "351"], [1702464299, "351"], [1702464332, "351"], [1702464356, "351"], [1702464392, "351"], [1702464425, "351"], [1702464455, "351"], [1702464479, "351"], [1702464509, "351"], [1702464533, "351"], [1702464569, "351"], [1702464605, "351"], [1702464635, "351"], [1702464671, "351"], [1702464716, "351"], [1702464743, "351"], [1702464776, "351"], [1702464812, "351"], [1702464836, "351"], [1702464869, "351"], [1702464905, "351"], [1702464926, "351"], [1702464956, "351"], [1702464992, "351"], [1702465016, "351"], [1702465049, "351"], [1702465085, "351"], [1702465118, "351"], [1702465145, "351"], [1702465178, "351"], [1702465208, "351"], [1702465241, "351"], [1702465298, "351"], [1702465334, "351"], [1702465367, "351"], [1702465394, "351"], [1702465418, "351"], [1702465445, "351"], [1702465481, "351"], [1702465517, "351"], [1702465550, "351"], [1702465586, "351"], [1702465619, "351"], [1702465658, "351"], [1702465706, "351"], [1702465754, "351"], [1702465787, "351"], [1702465823, "351"], [1702465856, "351"], [1702465880, "351"], [1702465910, "351"], [1702465952, "351"], [1702465988, "351"], [1702466015, "351"], [1702466030, "351"], [1702466060, "351"], [1702466078, "351"], [1702466138, "351"], [1702466168, "351"], [1702466204, "351"], [1702466237, "351"], [1702466261, "351"], [1702466291, "351"], [1702466327, "351"], [1702466360, "351"], [1702466384, "351"], [1702466417, "351"], [1702466441, "351"], [1702466471, "351"], [1702466507, "351"], [1702466540, "351"], [1702466597, "351"], [1702466633, "351"], [1702466666, "351"], [1702466705, "351"], [1702466732, "351"], [1702466765, "351"], [1702466801, "351"], [1702466852, "351"], [1702466876, "351"], [1702466918, "351"], [1702466978, "351"], [1702467014, "351"], [1702467038, "351"], [1702467068, "351"], [1702467122, "351"], [1702467158, "351"], [1702467191, "351"], [1702467221, "351"], [1702467257, "351"], [1702467299, "351"], [1702467350, "351"], [1702467386, "351"], [1702467419, "351"], [1702467455, "351"], [1702467515, "351"], [1702467542, "351"], [1702467566, "351"], [1702467599, "351"], [1702467635, "351"], [1702467668, "351"], [1702467695, "351"], [1702467716, "351"], [1702467746, "351"], [1702467800, "351"], [1702467824, "351"], [1702467908, "351"], [1702467944, "351"], [1702467968, "351"], [1702468001, "351"], [1702468031, "351"], [1702468067, "351"], [1702468085, "351"], [1702468115, "351"], [1702468151, "351"], [1702468181, "351"], [1702468208, "351"], [1702468241, "351"], [1702468256, "351"], [1702468286, "351"], [1702468322, "351"], [1702468352, "351"], [1702468388, "351"], [1702468424, "351"], [1702468457, "351"], [1702468493, "351"], [1702468517, "351"], [1702468550, "351"], [1702468586, "351"], [1702468613, "351"], [1702468637, "351"], [1702468679, "351"], [1702468721, "351"], [1702468730, "351"], [1702468766, "351"], [1702468799, "351"], [1702468835, "351"], [1702468898, "351"], [1702468934, "351"], [1702468970, "351"], [1702468994, "351"], [1702469024, "351"], [1702469060, "351"], [1702469111, "351"], [1702469144, "351"], [1702469168, "351"], [1702469204, "351"], [1702469237, "351"], [1702469273, "351"], [1702469303, "351"], [1702469336, "351"], [1702469360, "351"], [1702469387, "351"], [1702469411, "351"], [1702469435, "351"], [1702469468, "351"], [1702469504, "352"], [1702469537, "352"], [1702469573, "352"], [1702469606, "352"], [1702469633, "352"], [1702469660, "352"], [1702469684, "352"], [1702469717, "352"], [1702469753, "352"], [1702469786, "352"], [1702469816, "352"], [1702469834, "352"], [1702469864, "352"], [1702469906, "352"], [1702469936, "352"], [1702469972, "352"], [1702470005, "352"], [1702470029, "352"], [1702470065, "352"], [1702470101, "352"], [1702470131, "352"], [1702470167, "352"], [1702470203, "352"], [1702470251, "352"], [1702470278, "352"], [1702470311, "352"], [1702470347, "352"], [1702470371, "352"], [1702470404, "352"], [1702470440, "352"], [1702470476, "352"], [1702470506, "352"], [1702470542, "352"], [1702470575, "352"], [1702470611, "352"], [1702470635, "352"], [1702470662, "352"], [1702470686, "352"], [1702470719, "352"], [1702470746, "352"], [1702470812, "352"], [1702470845, "352"], [1702470875, "352"], [1702470899, "352"], [1702470953, "352"], [1702470983, "352"], [1702471025, "352"], [1702471067, "352"], [1702471169, "352"], [1702471193, "352"], [1702471226, "352"], [1702471265, "352"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "229069"], [1702462721, "229070"], [1702462736, "229071"], [1702462751, "229072"], [1702462763, "229073"], [1702462793, "229074"], [1702462808, "229075"], [1702462829, "229076"], [1702462844, "229077"], [1702462865, "229077"], [1702462880, "229078"], [1702462904, "229080"], [1702462919, "229080"], [1702462952, "229082"], [1702462973, "229082"], [1702462988, "229083"], [1702463045, "229086"], [1702463081, "229089"], [1702463114, "229090"], [1702463150, "229093"], [1702463186, "229095"], [1702463216, "229097"], [1702463240, "229098"], [1702463273, "229100"], [1702463324, "229103"], [1702463354, "229104"], [1702463381, "229105"], [1702463417, "229107"], [1702463453, "229109"], [1702463477, "229111"], [1702463510, "229111"], [1702463537, "229114"], [1702463570, "229114"], [1702463591, "229116"], [1702463621, "229117"], [1702463657, "229119"], [1702463693, "229120"], [1702463729, "229122"], [1702463765, "229124"], [1702463798, "229127"], [1702463846, "229129"], [1702463873, "229131"], [1702463906, "229132"], [1702463948, "229135"], [1702463984, "229136"], [1702464014, "229138"], [1702464050, "229140"], [1702464086, "229141"], [1702464122, "229144"], [1702464155, "229145"], [1702464194, "229147"], [1702464230, "229149"], [1702464263, "229151"], [1702464299, "229153"], [1702464332, "229155"], [1702464356, "229156"], [1702464392, "229158"], [1702464425, "229160"], [1702464455, "229161"], [1702464479, "229163"], [1702464509, "229164"], [1702464533, "229166"], [1702464569, "229167"], [1702464605, "229169"], [1702464635, "229171"], [1702464671, "229172"], [1702464716, "229174"], [1702464743, "229176"], [1702464776, "229178"], [1702464812, "229179"], [1702464836, "229181"], [1702464869, "229183"], [1702464905, "229184"], [1702464926, "229186"], [1702464956, "229187"], [1702464992, "229189"], [1702465016, "229191"], [1702465049, "229192"], [1702465085, "229194"], [1702465118, "229195"], [1702465145, "229197"], [1702465178, "229198"], [1702465208, "229199"], [1702465241, "229201"], [1702465298, "229204"], [1702465334, "229206"], [1702465367, "229209"], [1702465394, "229209"], [1702465418, "229211"], [1702465445, "229212"], [1702465481, "229214"], [1702465517, "229216"], [1702465550, "229218"], [1702465586, "229220"], [1702465619, "229221"], [1702465658, "229223"], [1702465706, "229225"], [1702465754, "229228"], [1702465787, "229230"], [1702465823, "229231"], [1702465856, "229233"], [1702465880, "229234"], [1702465910, "229236"], [1702465952, "229237"], [1702465988, "229238"], [1702466015, "229241"], [1702466030, "229242"], [1702466060, "229242"], [1702466078, "229244"], [1702466138, "229246"], [1702466168, "229247"], [1702466204, "229250"], [1702466237, "229252"], [1702466261, "229253"], [1702466291, "229255"], [1702466327, "229256"], [1702466360, "229258"], [1702466384, "229260"], [1702466417, "229262"], [1702466441, "229263"], [1702466471, "229265"], [1702466507, "229268"], [1702466540, "229269"], [1702466597, "229272"], [1702466633, "229273"], [1702466666, "229275"], [1702466705, "229276"], [1702466732, "229278"], [1702466765, "229280"], [1702466801, "229282"], [1702466852, "229285"], [1702466876, "229286"], [1702466918, "229288"], [1702466978, "229291"], [1702467014, "229292"], [1702467038, "229294"], [1702467068, "229296"], [1702467122, "229298"], [1702467158, "229300"], [1702467191, "229302"], [1702467221, "229303"], [1702467257, "229305"], [1702467299, "229307"], [1702467350, "229310"], [1702467386, "229312"], [1702467419, "229314"], [1702467455, "229318"], [1702467515, "229323"], [1702467542, "229325"], [1702467566, "229328"], [1702467599, "229330"], [1702467635, "229333"], [1702467668, "229334"], [1702467695, "229336"], [1702467716, "229338"], [1702467746, "229338"], [1702467800, "229342"], [1702467824, "229345"], [1702467908, "229353"], [1702467944, "229355"], [1702467968, "229358"], [1702468001, "229360"], [1702468031, "229361"], [1702468067, "229363"], [1702468085, "229365"], [1702468115, "229366"], [1702468151, "229368"], [1702468181, "229370"], [1702468208, "229373"], [1702468241, "229376"], [1702468256, "229380"], [1702468286, "229381"], [1702468322, "229383"], [1702468352, "229386"], [1702468388, "229388"], [1702468424, "229390"], [1702468457, "229391"], [1702468493, "229394"], [1702468517, "229396"], [1702468550, "229399"], [1702468586, "229403"], [1702468613, "229406"], [1702468637, "229407"], [1702468679, "229412"], [1702468721, "229415"], [1702468730, "229415"], [1702468766, "229418"], [1702468799, "229419"], [1702468835, "229421"], [1702468898, "229424"], [1702468934, "229429"], [1702468970, "229433"], [1702468994, "229436"], [1702469024, "229438"], [1702469060, "229441"], [1702469111, "229446"], [1702469144, "229447"], [1702469168, "229448"], [1702469204, "229450"], [1702469237, "229452"], [1702469273, "229454"], [1702469303, "229457"], [1702469336, "229460"], [1702469360, "229464"], [1702469387, "229466"], [1702469411, "229467"], [1702469435, "229469"], [1702469468, "229471"], [1702469504, "229473"], [1702469537, "229475"], [1702469573, "229477"], [1702469606, "229478"], [1702469633, "229480"], [1702469660, "229482"], [1702469684, "229484"], [1702469717, "229486"], [1702469753, "229488"], [1702469786, "229491"], [1702469816, "229493"], [1702469834, "229495"], [1702469864, "229496"], [1702469906, "229500"], [1702469936, "229502"], [1702469972, "229503"], [1702470005, "229506"], [1702470029, "229506"], [1702470065, "229508"], [1702470101, "229511"], [1702470131, "229513"], [1702470167, "229516"], [1702470203, "229519"], [1702470251, "229522"], [1702470278, "229525"], [1702470311, "229528"], [1702470347, "229529"], [1702470371, "229531"], [1702470404, "229533"], [1702470440, "229534"], [1702470476, "229536"], [1702470506, "229538"], [1702470542, "229540"], [1702470575, "229543"], [1702470611, "229546"], [1702470635, "229548"], [1702470662, "229550"], [1702470686, "229553"], [1702470719, "229555"], [1702470746, "229556"], [1702470812, "229560"], [1702470845, "229562"], [1702470875, "229563"], [1702470899, "229565"], [1702470953, "229567"], [1702470983, "229569"], [1702471025, "229571"], [1702471067, "229573"], [1702471169, "229578"], [1702471193, "229579"], [1702471226, "229581"], [1702471265, "229583"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "331"], [1702462721, "331"], [1702462736, "332"], [1702462751, "332"], [1702462763, "332"], [1702462793, "332"], [1702462808, "332"], [1702462829, "332"], [1702462844, "332"], [1702462865, "332"], [1702462880, "332"], [1702462904, "332"], [1702462919, "332"], [1702462952, "332"], [1702462973, "332"], [1702462988, "332"], [1702463045, "333"], [1702463081, "333"], [1702463114, "333"], [1702463150, "333"], [1702463186, "333"], [1702463216, "333"], [1702463240, "333"], [1702463273, "334"], [1702463324, "334"], [1702463354, "334"], [1702463381, "334"], [1702463417, "334"], [1702463453, "334"], [1702463477, "334"], [1702463510, "334"], [1702463537, "335"], [1702463570, "335"], [1702463591, "335"], [1702463621, "335"], [1702463657, "335"], [1702463693, "335"], [1702463729, "335"], [1702463765, "335"], [1702463798, "335"], [1702463846, "336"], [1702463873, "336"], [1702463906, "336"], [1702463948, "336"], [1702463984, "336"], [1702464014, "336"], [1702464050, "336"], [1702464086, "336"], [1702464122, "337"], [1702464155, "337"], [1702464194, "337"], [1702464230, "337"], [1702464263, "337"], [1702464299, "337"], [1702464332, "337"], [1702464356, "337"], [1702464392, "338"], [1702464425, "338"], [1702464455, "338"], [1702464479, "338"], [1702464509, "338"], [1702464533, "338"], [1702464569, "338"], [1702464605, "338"], [1702464635, "339"], [1702464671, "339"], [1702464716, "339"], [1702464743, "339"], [1702464776, "339"], [1702464812, "339"], [1702464836, "339"], [1702464869, "339"], [1702464905, "339"], [1702464926, "339"], [1702464956, "340"], [1702464992, "340"], [1702465016, "340"], [1702465049, "340"], [1702465085, "340"], [1702465118, "340"], [1702465145, "340"], [1702465178, "340"], [1702465208, "340"], [1702465241, "341"], [1702465298, "341"], [1702465334, "341"], [1702465367, "341"], [1702465394, "341"], [1702465418, "341"], [1702465445, "341"], [1702465481, "341"], [1702465517, "342"], [1702465550, "342"], [1702465586, "342"], [1702465619, "342"], [1702465658, "342"], [1702465706, "342"], [1702465754, "342"], [1702465787, "342"], [1702465823, "343"], [1702465856, "343"], [1702465880, "343"], [1702465910, "343"], [1702465952, "343"], [1702465988, "343"], [1702466015, "343"], [1702466030, "343"], [1702466060, "343"], [1702466078, "343"], [1702466138, "344"], [1702466168, "344"], [1702466204, "344"], [1702466237, "344"], [1702466261, "344"], [1702466291, "344"], [1702466327, "344"], [1702466360, "344"], [1702466384, "344"], [1702466417, "345"], [1702466441, "345"], [1702466471, "345"], [1702466507, "345"], [1702466540, "345"], [1702466597, "345"], [1702466633, "345"], [1702466666, "346"], [1702466705, "346"], [1702466732, "346"], [1702466765, "346"], [1702466801, "346"], [1702466852, "346"], [1702466876, "346"], [1702466918, "346"], [1702466978, "347"], [1702467014, "347"], [1702467038, "347"], [1702467068, "347"], [1702467122, "347"], [1702467158, "347"], [1702467191, "347"], [1702467221, "347"], [1702467257, "347"], [1702467299, "348"], [1702467350, "348"], [1702467386, "348"], [1702467419, "348"], [1702467455, "348"], [1702467515, "349"], [1702467542, "349"], [1702467566, "349"], [1702467599, "349"], [1702467635, "349"], [1702467668, "349"], [1702467695, "349"], [1702467716, "350"], [1702467746, "350"], [1702467800, "350"], [1702467824, "350"], [1702467908, "351"], [1702467944, "351"], [1702467968, "351"], [1702468001, "351"], [1702468031, "351"], [1702468067, "351"], [1702468085, "351"], [1702468115, "352"], [1702468151, "352"], [1702468181, "352"], [1702468208, "352"], [1702468241, "352"], [1702468256, "352"], [1702468286, "353"], [1702468322, "353"], [1702468352, "353"], [1702468388, "353"], [1702468424, "353"], [1702468457, "353"], [1702468493, "353"], [1702468517, "354"], [1702468550, "354"], [1702468586, "354"], [1702468613, "354"], [1702468637, "354"], [1702468679, "355"], [1702468721, "355"], [1702468730, "355"], [1702468766, "355"], [1702468799, "355"], [1702468835, "355"], [1702468898, "355"], [1702468934, "356"], [1702468970, "356"], [1702468994, "356"], [1702469024, "356"], [1702469060, "356"], [1702469111, "357"], [1702469144, "357"], [1702469168, "357"], [1702469204, "357"], [1702469237, "357"], [1702469273, "357"], [1702469303, "358"], [1702469336, "358"], [1702469360, "358"], [1702469387, "358"], [1702469411, "358"], [1702469435, "358"], [1702469468, "358"], [1702469504, "359"], [1702469537, "359"], [1702469573, "359"], [1702469606, "359"], [1702469633, "359"], [1702469660, "359"], [1702469684, "359"], [1702469717, "359"], [1702469753, "360"], [1702469786, "360"], [1702469816, "360"], [1702469834, "360"], [1702469864, "360"], [1702469906, "360"], [1702469936, "360"], [1702469972, "361"], [1702470005, "361"], [1702470029, "361"], [1702470065, "361"], [1702470101, "361"], [1702470131, "361"], [1702470167, "361"], [1702470203, "362"], [1702470251, "362"], [1702470278, "362"], [1702470311, "362"], [1702470347, "362"], [1702470371, "362"], [1702470404, "363"], [1702470440, "363"], [1702470476, "363"], [1702470506, "363"], [1702470542, "363"], [1702470575, "363"], [1702470611, "363"], [1702470635, "364"], [1702470662, "364"], [1702470686, "364"], [1702470719, "364"], [1702470746, "364"], [1702470812, "364"], [1702470845, "364"], [1702470875, "365"], [1702470899, "365"], [1702470953, "365"], [1702470983, "365"], [1702471025, "365"], [1702471067, "365"], [1702471169, "366"], [1702471193, "366"], [1702471226, "366"], [1702471265, "366"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "3"], [1702468679, "3"], [1702468721, "3"], [1702468730, "3"], [1702468766, "3"], [1702468799, "3"], [1702468835, "3"], [1702468898, "3"], [1702468934, "3"], [1702468970, "3"], [1702468994, "3"], [1702469024, "3"], [1702469060, "3"], [1702469111, "3"], [1702469144, "3"], [1702469168, "3"], [1702469204, "3"], [1702469237, "3"], [1702469273, "3"], [1702469303, "3"], [1702469336, "3"], [1702469360, "3"], [1702469387, "3"], [1702469411, "3"], [1702469435, "3"], [1702469468, "3"], [1702469504, "3"], [1702469537, "3"], [1702469573, "3"], [1702469606, "3"], [1702469633, "3"], [1702469660, "3"], [1702469684, "3"], [1702469717, "3"], [1702469753, "3"], [1702469786, "3"], [1702469816, "3"], [1702469834, "3"], [1702469864, "3"], [1702469906, "3"], [1702469936, "3"], [1702469972, "3"], [1702470005, "3"], [1702470029, "3"], [1702470065, "3"], [1702470101, "3"], [1702470131, "3"], [1702470167, "3"], [1702470203, "3"], [1702470251, "3"], [1702470278, "4"], [1702470311, "4"], [1702470347, "4"], [1702470371, "4"], [1702470404, "4"], [1702470440, "4"], [1702470476, "4"], [1702470506, "4"], [1702470542, "4"], [1702470575, "4"], [1702470611, "4"], [1702470635, "4"], [1702470662, "4"], [1702470686, "4"], [1702470719, "4"], [1702470746, "4"], [1702470812, "4"], [1702470845, "4"], [1702470875, "4"], [1702470899, "4"], [1702470953, "4"], [1702470983, "4"], [1702471025, "4"], [1702471067, "4"], [1702471169, "4"], [1702471193, "4"], [1702471226, "4"], [1702471265, "4"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "408855"], [1702462721, "408855"], [1702462736, "408859"], [1702462751, "408860"], [1702462763, "408861"], [1702462793, "408864"], [1702462808, "408865"], [1702462829, "408866"], [1702462844, "408868"], [1702462865, "408870"], [1702462880, "408872"], [1702462904, "408874"], [1702462919, "408875"], [1702462952, "408879"], [1702462973, "408880"], [1702462988, "408881"], [1702463045, "408886"], [1702463081, "408889"], [1702463114, "408892"], [1702463150, "408897"], [1702463186, "408899"], [1702463216, "408902"], [1702463240, "408905"], [1702463273, "408907"], [1702463324, "408912"], [1702463354, "408915"], [1702463381, "408918"], [1702463417, "408920"], [1702463453, "408924"], [1702463477, "408926"], [1702463510, "408929"], [1702463537, "408932"], [1702463570, "408933"], [1702463591, "408935"], [1702463621, "408938"], [1702463657, "408942"], [1702463693, "408946"], [1702463729, "408949"], [1702463765, "408952"], [1702463798, "408955"], [1702463846, "408958"], [1702463873, "408961"], [1702463906, "408964"], [1702463948, "408969"], [1702463984, "408972"], [1702464014, "408974"], [1702464050, "408976"], [1702464086, "408981"], [1702464122, "408984"], [1702464155, "408988"], [1702464194, "408990"], [1702464230, "408993"], [1702464263, "408998"], [1702464299, "409001"], [1702464332, "409006"], [1702464356, "409008"], [1702464392, "409010"], [1702464425, "409013"], [1702464455, "409016"], [1702464479, "409019"], [1702464509, "409021"], [1702464533, "409025"], [1702464569, "409027"], [1702464605, "409030"], [1702464635, "409033"], [1702464671, "409036"], [1702464716, "409039"], [1702464743, "409041"], [1702464776, "409044"], [1702464812, "409048"], [1702464836, "409052"], [1702464869, "409053"], [1702464905, "409057"], [1702464926, "409059"], [1702464956, "409061"], [1702464992, "409064"], [1702465016, "409067"], [1702465049, "409069"], [1702465085, "409072"], [1702465118, "409075"], [1702465145, "409078"], [1702465178, "409080"], [1702465208, "409083"], [1702465241, "409085"], [1702465298, "409091"], [1702465334, "409093"], [1702465367, "409098"], [1702465394, "409101"], [1702465418, "409103"], [1702465445, "409108"], [1702465481, "409111"], [1702465517, "409114"], [1702465550, "409117"], [1702465586, "409120"], [1702465619, "409123"], [1702465658, "409127"], [1702465706, "409129"], [1702465754, "409135"], [1702465787, "409137"], [1702465823, "409140"], [1702465856, "409143"], [1702465880, "409145"], [1702465910, "409147"], [1702465952, "409150"], [1702465988, "409154"], [1702466015, "409156"], [1702466030, "409159"], [1702466060, "409160"], [1702466078, "409163"], [1702466138, "409167"], [1702466168, "409169"], [1702466204, "409173"], [1702466237, "409175"], [1702466261, "409178"], [1702466291, "409181"], [1702466327, "409183"], [1702466360, "409188"], [1702466384, "409189"], [1702466417, "409192"], [1702466441, "409195"], [1702466471, "409198"], [1702466507, "409202"], [1702466540, "409204"], [1702466597, "409209"], [1702466633, "409214"], [1702466666, "409216"], [1702466705, "409219"], [1702466732, "409221"], [1702466765, "409225"], [1702466801, "409228"], [1702466852, "409232"], [1702466876, "409234"], [1702466918, "409237"], [1702466978, "409243"], [1702467014, "409247"], [1702467038, "409250"], [1702467068, "409252"], [1702467122, "409257"], [1702467158, "409258"], [1702467191, "409263"], [1702467221, "409266"], [1702467257, "409269"], [1702467299, "409273"], [1702467350, "409276"], [1702467386, "409282"], [1702467419, "409285"], [1702467455, "409290"], [1702467515, "409299"], [1702467542, "409303"], [1702467566, "409307"], [1702467599, "409312"], [1702467635, "409315"], [1702467668, "409319"], [1702467695, "409320"], [1702467716, "409324"], [1702467746, "409327"], [1702467800, "409332"], [1702467824, "409339"], [1702467908, "409351"], [1702467944, "409355"], [1702467968, "409358"], [1702468001, "409360"], [1702468031, "409364"], [1702468067, "409367"], [1702468085, "409369"], [1702468115, "409372"], [1702468151, "409377"], [1702468181, "409382"], [1702468208, "409384"], [1702468241, "409392"], [1702468256, "409394"], [1702468286, "409398"], [1702468322, "409402"], [1702468352, "409406"], [1702468388, "409409"], [1702468424, "409413"], [1702468457, "409417"], [1702468493, "409422"], [1702468517, "409425"], [1702468550, "409429"], [1702468586, "409436"], [1702468613, "409439"], [1702468637, "409444"], [1702468679, "409449"], [1702468721, "409454"], [1702468730, "409458"], [1702468766, "409462"], [1702468799, "409465"], [1702468835, "409468"], [1702468898, "409473"], [1702468934, "409482"], [1702468970, "409487"], [1702468994, "409493"], [1702469024, "409496"], [1702469060, "409501"], [1702469111, "409506"], [1702469144, "409511"], [1702469168, "409512"], [1702469204, "409516"], [1702469237, "409518"], [1702469273, "409524"], [1702469303, "409528"], [1702469336, "409535"], [1702469360, "409539"], [1702469387, "409544"], [1702469411, "409546"], [1702469435, "409550"], [1702469468, "409553"], [1702469504, "409556"], [1702469537, "409558"], [1702469573, "409561"], [1702469606, "409565"], [1702469633, "409569"], [1702469660, "409573"], [1702469684, "409576"], [1702469717, "409580"], [1702469753, "409583"], [1702469786, "409587"], [1702469816, "409590"], [1702469834, "409594"], [1702469864, "409598"], [1702469906, "409603"], [1702469936, "409606"], [1702469972, "409609"], [1702470005, "409613"], [1702470029, "409614"], [1702470065, "409618"], [1702470101, "409621"], [1702470131, "409627"], [1702470167, "409632"], [1702470203, "409636"], [1702470251, "409642"], [1702470278, "409646"], [1702470311, "409650"], [1702470347, "409654"], [1702470371, "409656"], [1702470404, "409659"], [1702470440, "409662"], [1702470476, "409666"], [1702470506, "409669"], [1702470542, "409675"], [1702470575, "409678"], [1702470611, "409682"], [1702470635, "409688"], [1702470662, "409689"], [1702470686, "409694"], [1702470719, "409696"], [1702470746, "409699"], [1702470812, "409704"], [1702470845, "409708"], [1702470875, "409710"], [1702470899, "409714"], [1702470953, "409717"], [1702470983, "409720"], [1702471025, "409723"], [1702471067, "409727"], [1702471169, "409736"], [1702471193, "409739"], [1702471226, "409742"], [1702471265, "409744"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "7"], [1702462721, "7"], [1702462736, "7"], [1702462751, "7"], [1702462763, "7"], [1702462793, "7"], [1702462808, "7"], [1702462829, "7"], [1702462844, "7"], [1702462865, "7"], [1702462880, "7"], [1702462904, "7"], [1702462919, "7"], [1702462952, "7"], [1702462973, "7"], [1702462988, "7"], [1702463045, "7"], [1702463081, "7"], [1702463114, "7"], [1702463150, "7"], [1702463186, "7"], [1702463216, "7"], [1702463240, "7"], [1702463273, "7"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "7"], [1702463477, "7"], [1702463510, "7"], [1702463537, "7"], [1702463570, "7"], [1702463591, "7"], [1702463621, "7"], [1702463657, "7"], [1702463693, "7"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "7"], [1702463948, "7"], [1702463984, "7"], [1702464014, "7"], [1702464050, "7"], [1702464086, "7"], [1702464122, "7"], [1702464155, "7"], [1702464194, "7"], [1702464230, "7"], [1702464263, "7"], [1702464299, "7"], [1702464332, "7"], [1702464356, "7"], [1702464392, "7"], [1702464425, "7"], [1702464455, "7"], [1702464479, "7"], [1702464509, "7"], [1702464533, "7"], [1702464569, "7"], [1702464605, "7"], [1702464635, "7"], [1702464671, "7"], [1702464716, "7"], [1702464743, "7"], [1702464776, "7"], [1702464812, "7"], [1702464836, "7"], [1702464869, "7"], [1702464905, "7"], [1702464926, "7"], [1702464956, "7"], [1702464992, "7"], [1702465016, "7"], [1702465049, "7"], [1702465085, "7"], [1702465118, "7"], [1702465145, "7"], [1702465178, "7"], [1702465208, "7"], [1702465241, "7"], [1702465298, "7"], [1702465334, "7"], [1702465367, "7"], [1702465394, "7"], [1702465418, "7"], [1702465445, "7"], [1702465481, "7"], [1702465517, "7"], [1702465550, "7"], [1702465586, "7"], [1702465619, "7"], [1702465658, "7"], [1702465706, "7"], [1702465754, "7"], [1702465787, "7"], [1702465823, "7"], [1702465856, "7"], [1702465880, "7"], [1702465910, "7"], [1702465952, "7"], [1702465988, "7"], [1702466015, "7"], [1702466030, "7"], [1702466060, "7"], [1702466078, "7"], [1702466138, "7"], [1702466168, "7"], [1702466204, "7"], [1702466237, "7"], [1702466261, "7"], [1702466291, "7"], [1702466327, "7"], [1702466360, "7"], [1702466384, "7"], [1702466417, "7"], [1702466441, "7"], [1702466471, "7"], [1702466507, "7"], [1702466540, "7"], [1702466597, "7"], [1702466633, "7"], [1702466666, "7"], [1702466705, "7"], [1702466732, "7"], [1702466765, "7"], [1702466801, "7"], [1702466852, "7"], [1702466876, "7"], [1702466918, "7"], [1702466978, "7"], [1702467014, "7"], [1702467038, "7"], [1702467068, "7"], [1702467122, "7"], [1702467158, "7"], [1702467191, "7"], [1702467221, "7"], [1702467257, "7"], [1702467299, "7"], [1702467350, "7"], [1702467386, "7"], [1702467419, "7"], [1702467455, "7"], [1702467515, "7"], [1702467542, "7"], [1702467566, "7"], [1702467599, "7"], [1702467635, "7"], [1702467668, "7"], [1702467695, "7"], [1702467716, "7"], [1702467746, "7"], [1702467800, "7"], [1702467824, "7"], [1702467908, "7"], [1702467944, "7"], [1702467968, "7"], [1702468001, "7"], [1702468031, "7"], [1702468067, "7"], [1702468085, "7"], [1702468115, "7"], [1702468151, "7"], [1702468181, "7"], [1702468208, "7"], [1702468241, "7"], [1702468256, "7"], [1702468286, "7"], [1702468322, "7"], [1702468352, "7"], [1702468388, "7"], [1702468424, "7"], [1702468457, "7"], [1702468493, "7"], [1702468517, "7"], [1702468550, "7"], [1702468586, "7"], [1702468613, "7"], [1702468637, "7"], [1702468679, "7"], [1702468721, "7"], [1702468730, "7"], [1702468766, "7"], [1702468799, "7"], [1702468835, "7"], [1702468898, "7"], [1702468934, "7"], [1702468970, "7"], [1702468994, "7"], [1702469024, "7"], [1702469060, "7"], [1702469111, "7"], [1702469144, "7"], [1702469168, "7"], [1702469204, "7"], [1702469237, "7"], [1702469273, "7"], [1702469303, "7"], [1702469336, "7"], [1702469360, "7"], [1702469387, "7"], [1702469411, "7"], [1702469435, "7"], [1702469468, "7"], [1702469504, "7"], [1702469537, "7"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "7"], [1702469753, "7"], [1702469786, "7"], [1702469816, "7"], [1702469834, "7"], [1702469864, "7"], [1702469906, "7"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "7"], [1702470506, "7"], [1702470542, "7"], [1702470575, "7"], [1702470611, "7"], [1702470635, "7"], [1702470662, "7"], [1702470686, "7"], [1702470719, "7"], [1702470746, "7"], [1702470812, "7"], [1702470845, "7"], [1702470875, "7"], [1702470899, "7"], [1702470953, "7"], [1702470983, "7"], [1702471025, "7"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1374"], [1702462721, "1374"], [1702462736, "1374"], [1702462751, "1374"], [1702462763, "1374"], [1702462793, "1374"], [1702462808, "1374"], [1702462829, "1374"], [1702462844, "1374"], [1702462865, "1374"], [1702462880, "1374"], [1702462904, "1374"], [1702462919, "1374"], [1702462952, "1374"], [1702462973, "1374"], [1702462988, "1374"], [1702463045, "1374"], [1702463081, "1375"], [1702463114, "1375"], [1702463150, "1375"], [1702463186, "1375"], [1702463216, "1375"], [1702463240, "1375"], [1702463273, "1375"], [1702463324, "1375"], [1702463354, "1375"], [1702463381, "1375"], [1702463417, "1375"], [1702463453, "1375"], [1702463477, "1375"], [1702463510, "1375"], [1702463537, "1375"], [1702463570, "1375"], [1702463591, "1375"], [1702463621, "1375"], [1702463657, "1375"], [1702463693, "1375"], [1702463729, "1375"], [1702463765, "1375"], [1702463798, "1375"], [1702463846, "1375"], [1702463873, "1375"], [1702463906, "1375"], [1702463948, "1375"], [1702463984, "1375"], [1702464014, "1375"], [1702464050, "1375"], [1702464086, "1375"], [1702464122, "1375"], [1702464155, "1375"], [1702464194, "1375"], [1702464230, "1375"], [1702464263, "1375"], [1702464299, "1375"], [1702464332, "1375"], [1702464356, "1375"], [1702464392, "1375"], [1702464425, "1375"], [1702464455, "1375"], [1702464479, "1375"], [1702464509, "1375"], [1702464533, "1375"], [1702464569, "1375"], [1702464605, "1375"], [1702464635, "1375"], [1702464671, "1375"], [1702464716, "1375"], [1702464743, "1375"], [1702464776, "1375"], [1702464812, "1375"], [1702464836, "1375"], [1702464869, "1375"], [1702464905, "1375"], [1702464926, "1375"], [1702464956, "1375"], [1702464992, "1375"], [1702465016, "1375"], [1702465049, "1375"], [1702465085, "1375"], [1702465118, "1375"], [1702465145, "1375"], [1702465178, "1375"], [1702465208, "1375"], [1702465241, "1375"], [1702465298, "1375"], [1702465334, "1375"], [1702465367, "1375"], [1702465394, "1375"], [1702465418, "1375"], [1702465445, "1375"], [1702465481, "1375"], [1702465517, "1375"], [1702465550, "1375"], [1702465586, "1375"], [1702465619, "1375"], [1702465658, "1375"], [1702465706, "1375"], [1702465754, "1375"], [1702465787, "1375"], [1702465823, "1375"], [1702465856, "1375"], [1702465880, "1375"], [1702465910, "1375"], [1702465952, "1375"], [1702465988, "1375"], [1702466015, "1375"], [1702466030, "1375"], [1702466060, "1375"], [1702466078, "1375"], [1702466138, "1375"], [1702466168, "1375"], [1702466204, "1375"], [1702466237, "1375"], [1702466261, "1375"], [1702466291, "1375"], [1702466327, "1375"], [1702466360, "1375"], [1702466384, "1375"], [1702466417, "1375"], [1702466441, "1375"], [1702466471, "1375"], [1702466507, "1375"], [1702466540, "1375"], [1702466597, "1375"], [1702466633, "1375"], [1702466666, "1375"], [1702466705, "1375"], [1702466732, "1376"], [1702466765, "1376"], [1702466801, "1376"], [1702466852, "1376"], [1702466876, "1376"], [1702466918, "1376"], [1702466978, "1376"], [1702467014, "1376"], [1702467038, "1376"], [1702467068, "1376"], [1702467122, "1376"], [1702467158, "1376"], [1702467191, "1376"], [1702467221, "1376"], [1702467257, "1376"], [1702467299, "1376"], [1702467350, "1376"], [1702467386, "1376"], [1702467419, "1376"], [1702467455, "1376"], [1702467515, "1376"], [1702467542, "1376"], [1702467566, "1376"], [1702467599, "1376"], [1702467635, "1376"], [1702467668, "1376"], [1702467695, "1376"], [1702467716, "1376"], [1702467746, "1376"], [1702467800, "1376"], [1702467824, "1376"], [1702467908, "1376"], [1702467944, "1376"], [1702467968, "1376"], [1702468001, "1376"], [1702468031, "1376"], [1702468067, "1376"], [1702468085, "1376"], [1702468115, "1376"], [1702468151, "1376"], [1702468181, "1376"], [1702468208, "1376"], [1702468241, "1376"], [1702468256, "1376"], [1702468286, "1376"], [1702468322, "1376"], [1702468352, "1376"], [1702468388, "1376"], [1702468424, "1376"], [1702468457, "1376"], [1702468493, "1376"], [1702468517, "1376"], [1702468550, "1376"], [1702468586, "1376"], [1702468613, "1376"], [1702468637, "1376"], [1702468679, "1376"], [1702468721, "1376"], [1702468730, "1376"], [1702468766, "1376"], [1702468799, "1376"], [1702468835, "1376"], [1702468898, "1376"], [1702468934, "1376"], [1702468970, "1376"], [1702468994, "1376"], [1702469024, "1376"], [1702469060, "1376"], [1702469111, "1376"], [1702469144, "1376"], [1702469168, "1376"], [1702469204, "1376"], [1702469237, "1376"], [1702469273, "1376"], [1702469303, "1376"], [1702469336, "1376"], [1702469360, "1376"], [1702469387, "1376"], [1702469411, "1376"], [1702469435, "1376"], [1702469468, "1376"], [1702469504, "1376"], [1702469537, "1376"], [1702469573, "1376"], [1702469606, "1376"], [1702469633, "1376"], [1702469660, "1376"], [1702469684, "1376"], [1702469717, "1376"], [1702469753, "1376"], [1702469786, "1376"], [1702469816, "1377"], [1702469834, "1377"], [1702469864, "1377"], [1702469906, "1377"], [1702469936, "1377"], [1702469972, "1377"], [1702470005, "1377"], [1702470029, "1377"], [1702470065, "1377"], [1702470101, "1377"], [1702470131, "1377"], [1702470167, "1377"], [1702470203, "1377"], [1702470251, "1377"], [1702470278, "1377"], [1702470311, "1377"], [1702470347, "1377"], [1702470371, "1377"], [1702470404, "1377"], [1702470440, "1377"], [1702470476, "1377"], [1702470506, "1377"], [1702470542, "1377"], [1702470575, "1377"], [1702470611, "1377"], [1702470635, "1377"], [1702470662, "1377"], [1702470686, "1377"], [1702470719, "1377"], [1702470746, "1377"], [1702470812, "1377"], [1702470845, "1377"], [1702470875, "1377"], [1702470899, "1377"], [1702470953, "1377"], [1702470983, "1377"], [1702471025, "1377"], [1702471067, "1377"], [1702471169, "1377"], [1702471193, "1377"], [1702471226, "1377"], [1702471265, "1377"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "373"], [1702462721, "373"], [1702462736, "374"], [1702462751, "374"], [1702462763, "374"], [1702462793, "374"], [1702462808, "374"], [1702462829, "374"], [1702462844, "374"], [1702462865, "374"], [1702462880, "374"], [1702462904, "374"], [1702462919, "374"], [1702462952, "374"], [1702462973, "374"], [1702462988, "375"], [1702463045, "375"], [1702463081, "375"], [1702463114, "375"], [1702463150, "375"], [1702463186, "375"], [1702463216, "376"], [1702463240, "376"], [1702463273, "376"], [1702463324, "376"], [1702463354, "376"], [1702463381, "376"], [1702463417, "376"], [1702463453, "377"], [1702463477, "377"], [1702463510, "377"], [1702463537, "377"], [1702463570, "377"], [1702463591, "377"], [1702463621, "377"], [1702463657, "377"], [1702463693, "377"], [1702463729, "377"], [1702463765, "378"], [1702463798, "378"], [1702463846, "378"], [1702463873, "378"], [1702463906, "378"], [1702463948, "378"], [1702463984, "379"], [1702464014, "379"], [1702464050, "379"], [1702464086, "379"], [1702464122, "379"], [1702464155, "379"], [1702464194, "379"], [1702464230, "379"], [1702464263, "380"], [1702464299, "380"], [1702464332, "380"], [1702464356, "380"], [1702464392, "380"], [1702464425, "380"], [1702464455, "381"], [1702464479, "381"], [1702464509, "381"], [1702464533, "381"], [1702464569, "381"], [1702464605, "381"], [1702464635, "381"], [1702464671, "381"], [1702464716, "381"], [1702464743, "382"], [1702464776, "382"], [1702464812, "382"], [1702464836, "382"], [1702464869, "382"], [1702464905, "382"], [1702464926, "382"], [1702464956, "382"], [1702464992, "383"], [1702465016, "383"], [1702465049, "383"], [1702465085, "383"], [1702465118, "383"], [1702465145, "383"], [1702465178, "383"], [1702465208, "383"], [1702465241, "384"], [1702465298, "384"], [1702465334, "384"], [1702465367, "384"], [1702465394, "384"], [1702465418, "384"], [1702465445, "384"], [1702465481, "385"], [1702465517, "385"], [1702465550, "385"], [1702465586, "385"], [1702465619, "385"], [1702465658, "385"], [1702465706, "386"], [1702465754, "386"], [1702465787, "386"], [1702465823, "386"], [1702465856, "386"], [1702465880, "386"], [1702465910, "386"], [1702465952, "386"], [1702465988, "387"], [1702466015, "387"], [1702466030, "387"], [1702466060, "387"], [1702466078, "387"], [1702466138, "387"], [1702466168, "387"], [1702466204, "387"], [1702466237, "388"], [1702466261, "388"], [1702466291, "388"], [1702466327, "388"], [1702466360, "388"], [1702466384, "388"], [1702466417, "388"], [1702466441, "388"], [1702466471, "389"], [1702466507, "389"], [1702466540, "389"], [1702466597, "389"], [1702466633, "389"], [1702466666, "389"], [1702466705, "389"], [1702466732, "390"], [1702466765, "390"], [1702466801, "390"], [1702466852, "390"], [1702466876, "390"], [1702466918, "390"], [1702466978, "391"], [1702467014, "391"], [1702467038, "391"], [1702467068, "391"], [1702467122, "391"], [1702467158, "391"], [1702467191, "391"], [1702467221, "391"], [1702467257, "392"], [1702467299, "392"], [1702467350, "392"], [1702467386, "392"], [1702467419, "392"], [1702467455, "392"], [1702467515, "393"], [1702467542, "393"], [1702467566, "393"], [1702467599, "393"], [1702467635, "394"], [1702467668, "394"], [1702467695, "394"], [1702467716, "394"], [1702467746, "394"], [1702467800, "394"], [1702467824, "394"], [1702467908, "395"], [1702467944, "395"], [1702467968, "395"], [1702468001, "395"], [1702468031, "396"], [1702468067, "396"], [1702468085, "396"], [1702468115, "396"], [1702468151, "396"], [1702468181, "396"], [1702468208, "396"], [1702468241, "397"], [1702468256, "397"], [1702468286, "397"], [1702468322, "397"], [1702468352, "397"], [1702468388, "397"], [1702468424, "398"], [1702468457, "398"], [1702468493, "398"], [1702468517, "398"], [1702468550, "398"], [1702468586, "399"], [1702468613, "399"], [1702468637, "399"], [1702468679, "399"], [1702468721, "400"], [1702468730, "400"], [1702468766, "400"], [1702468799, "400"], [1702468835, "400"], [1702468898, "401"], [1702468934, "401"], [1702468970, "401"], [1702468994, "401"], [1702469024, "401"], [1702469060, "402"], [1702469111, "402"], [1702469144, "402"], [1702469168, "402"], [1702469204, "402"], [1702469237, "402"], [1702469273, "403"], [1702469303, "403"], [1702469336, "403"], [1702469360, "403"], [1702469387, "403"], [1702469411, "404"], [1702469435, "404"], [1702469468, "404"], [1702469504, "404"], [1702469537, "404"], [1702469573, "404"], [1702469606, "404"], [1702469633, "404"], [1702469660, "405"], [1702469684, "405"], [1702469717, "405"], [1702469753, "405"], [1702469786, "405"], [1702469816, "405"], [1702469834, "406"], [1702469864, "406"], [1702469906, "406"], [1702469936, "406"], [1702469972, "406"], [1702470005, "406"], [1702470029, "406"], [1702470065, "407"], [1702470101, "407"], [1702470131, "407"], [1702470167, "407"], [1702470203, "407"], [1702470251, "408"], [1702470278, "408"], [1702470311, "408"], [1702470347, "408"], [1702470371, "408"], [1702470404, "408"], [1702470440, "408"], [1702470476, "409"], [1702470506, "409"], [1702470542, "409"], [1702470575, "409"], [1702470611, "409"], [1702470635, "409"], [1702470662, "410"], [1702470686, "410"], [1702470719, "410"], [1702470746, "410"], [1702470812, "410"], [1702470845, "410"], [1702470875, "411"], [1702470899, "411"], [1702470953, "411"], [1702470983, "411"], [1702471025, "411"], [1702471067, "411"], [1702471169, "412"], [1702471193, "412"], [1702471226, "412"], [1702471265, "412"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "1"], [1702468934, "1"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "3"], [1702469111, "3"], [1702469144, "3"], [1702469168, "3"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "4"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "6"], [1702469435, "6"], [1702469468, "6"], [1702469504, "6"], [1702469537, "6"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "8"], [1702469753, "8"], [1702469786, "8"], [1702469816, "8"], [1702469834, "9"], [1702469864, "9"], [1702469906, "9"], [1702469936, "9"], [1702469972, "10"], [1702470005, "10"], [1702470029, "10"], [1702470065, "10"], [1702470101, "10"], [1702470131, "11"], [1702470167, "11"], [1702470203, "11"], [1702470251, "12"], [1702470278, "12"], [1702470311, "12"], [1702470347, "12"], [1702470371, "13"], [1702470404, "13"], [1702470440, "13"], [1702470476, "13"], [1702470506, "13"], [1702470542, "14"], [1702470575, "14"], [1702470611, "14"], [1702470635, "15"], [1702470662, "15"], [1702470686, "15"], [1702470719, "15"], [1702470746, "15"], [1702470812, "16"], [1702470845, "16"], [1702470875, "16"], [1702470899, "16"], [1702470953, "17"], [1702470983, "17"], [1702471025, "17"], [1702471067, "17"], [1702471169, "18"], [1702471193, "18"], [1702471226, "18"], [1702471265, "18"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "2710"], [1702462721, "2710"], [1702462736, "2710"], [1702462751, "2710"], [1702462763, "2710"], [1702462793, "2710"], [1702462808, "2710"], [1702462829, "2710"], [1702462844, "2710"], [1702462865, "2710"], [1702462880, "2710"], [1702462904, "2710"], [1702462919, "2710"], [1702462952, "2710"], [1702462973, "2710"], [1702462988, "2710"], [1702463045, "2710"], [1702463081, "2710"], [1702463114, "2710"], [1702463150, "2710"], [1702463186, "2710"], [1702463216, "2710"], [1702463240, "2710"], [1702463273, "2710"], [1702463324, "2710"], [1702463354, "2710"], [1702463381, "2710"], [1702463417, "2710"], [1702463453, "2710"], [1702463477, "2710"], [1702463510, "2710"], [1702463537, "2710"], [1702463570, "2710"], [1702463591, "2710"], [1702463621, "2710"], [1702463657, "2710"], [1702463693, "2710"], [1702463729, "2710"], [1702463765, "2710"], [1702463798, "2710"], [1702463846, "2710"], [1702463873, "2710"], [1702463906, "2710"], [1702463948, "2710"], [1702463984, "2710"], [1702464014, "2710"], [1702464050, "2710"], [1702464086, "2710"], [1702464122, "2710"], [1702464155, "2710"], [1702464194, "2710"], [1702464230, "2710"], [1702464263, "2711"], [1702464299, "2711"], [1702464332, "2711"], [1702464356, "2711"], [1702464392, "2711"], [1702464425, "2711"], [1702464455, "2711"], [1702464479, "2711"], [1702464509, "2711"], [1702464533, "2711"], [1702464569, "2711"], [1702464605, "2711"], [1702464635, "2711"], [1702464671, "2711"], [1702464716, "2711"], [1702464743, "2711"], [1702464776, "2711"], [1702464812, "2711"], [1702464836, "2711"], [1702464869, "2711"], [1702464905, "2711"], [1702464926, "2711"], [1702464956, "2711"], [1702464992, "2711"], [1702465016, "2711"], [1702465049, "2711"], [1702465085, "2711"], [1702465118, "2711"], [1702465145, "2711"], [1702465178, "2711"], [1702465208, "2711"], [1702465241, "2711"], [1702465298, "2711"], [1702465334, "2711"], [1702465367, "2711"], [1702465394, "2711"], [1702465418, "2711"], [1702465445, "2711"], [1702465481, "2711"], [1702465517, "2711"], [1702465550, "2711"], [1702465586, "2711"], [1702465619, "2711"], [1702465658, "2711"], [1702465706, "2711"], [1702465754, "2711"], [1702465787, "2711"], [1702465823, "2711"], [1702465856, "2711"], [1702465880, "2711"], [1702465910, "2711"], [1702465952, "2711"], [1702465988, "2711"], [1702466015, "2711"], [1702466030, "2711"], [1702466060, "2711"], [1702466078, "2711"], [1702466138, "2711"], [1702466168, "2711"], [1702466204, "2711"], [1702466237, "2711"], [1702466261, "2711"], [1702466291, "2711"], [1702466327, "2711"], [1702466360, "2712"], [1702466384, "2712"], [1702466417, "2712"], [1702466441, "2712"], [1702466471, "2712"], [1702466507, "2712"], [1702466540, "2712"], [1702466597, "2712"], [1702466633, "2712"], [1702466666, "2712"], [1702466705, "2712"], [1702466732, "2712"], [1702466765, "2712"], [1702466801, "2712"], [1702466852, "2712"], [1702466876, "2712"], [1702466918, "2712"], [1702466978, "2712"], [1702467014, "2712"], [1702467038, "2712"], [1702467068, "2712"], [1702467122, "2712"], [1702467158, "2712"], [1702467191, "2712"], [1702467221, "2712"], [1702467257, "2712"], [1702467299, "2712"], [1702467350, "2712"], [1702467386, "2712"], [1702467419, "2712"], [1702467455, "2712"], [1702467515, "2712"], [1702467542, "2712"], [1702467566, "2712"], [1702467599, "2712"], [1702467635, "2712"], [1702467668, "2712"], [1702467695, "2712"], [1702467716, "2712"], [1702467746, "2712"], [1702467800, "2712"], [1702467824, "2712"], [1702467908, "2712"], [1702467944, "2712"], [1702467968, "2712"], [1702468001, "2712"], [1702468031, "2712"], [1702468067, "2712"], [1702468085, "2712"], [1702468115, "2712"], [1702468151, "2712"], [1702468181, "2712"], [1702468208, "2712"], [1702468241, "2712"], [1702468256, "2712"], [1702468286, "2712"], [1702468322, "2712"], [1702468352, "2712"], [1702468388, "2713"], [1702468424, "2713"], [1702468457, "2713"], [1702468493, "2713"], [1702468517, "2713"], [1702468550, "2713"], [1702468586, "2713"], [1702468613, "2713"], [1702468637, "2713"], [1702468679, "2713"], [1702468721, "2713"], [1702468730, "2713"], [1702468766, "2713"], [1702468799, "2713"], [1702468835, "2713"], [1702468898, "2713"], [1702468934, "2713"], [1702468970, "2713"], [1702468994, "2713"], [1702469024, "2713"], [1702469060, "2714"], [1702469111, "2714"], [1702469144, "2714"], [1702469168, "2714"], [1702469204, "2714"], [1702469237, "2714"], [1702469273, "2714"], [1702469303, "2714"], [1702469336, "2714"], [1702469360, "2714"], [1702469387, "2714"], [1702469411, "2714"], [1702469435, "2714"], [1702469468, "2714"], [1702469504, "2714"], [1702469537, "2714"], [1702469573, "2714"], [1702469606, "2714"], [1702469633, "2714"], [1702469660, "2714"], [1702469684, "2714"], [1702469717, "2714"], [1702469753, "2714"], [1702469786, "2714"], [1702469816, "2714"], [1702469834, "2714"], [1702469864, "2714"], [1702469906, "2714"], [1702469936, "2714"], [1702469972, "2714"], [1702470005, "2714"], [1702470029, "2714"], [1702470065, "2714"], [1702470101, "2714"], [1702470131, "2714"], [1702470167, "2714"], [1702470203, "2714"], [1702470251, "2714"], [1702470278, "2714"], [1702470311, "2714"], [1702470347, "2714"], [1702470371, "2714"], [1702470404, "2714"], [1702470440, "2714"], [1702470476, "2714"], [1702470506, "2714"], [1702470542, "2714"], [1702470575, "2714"], [1702470611, "2714"], [1702470635, "2714"], [1702470662, "2714"], [1702470686, "2714"], [1702470719, "2714"], [1702470746, "2714"], [1702470812, "2714"], [1702470845, "2714"], [1702470875, "2714"], [1702470899, "2714"], [1702470953, "2714"], [1702470983, "2714"], [1702471025, "2715"], [1702471067, "2715"], [1702471169, "2715"], [1702471193, "2715"], [1702471226, "2715"], [1702471265, "2715"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "307"], [1702462721, "307"], [1702462736, "307"], [1702462751, "307"], [1702462763, "307"], [1702462793, "307"], [1702462808, "307"], [1702462829, "307"], [1702462844, "308"], [1702462865, "308"], [1702462880, "308"], [1702462904, "308"], [1702462919, "308"], [1702462952, "308"], [1702462973, "308"], [1702462988, "308"], [1702463045, "308"], [1702463081, "308"], [1702463114, "308"], [1702463150, "309"], [1702463186, "309"], [1702463216, "309"], [1702463240, "309"], [1702463273, "309"], [1702463324, "309"], [1702463354, "309"], [1702463381, "309"], [1702463417, "309"], [1702463453, "310"], [1702463477, "310"], [1702463510, "310"], [1702463537, "310"], [1702463570, "310"], [1702463591, "310"], [1702463621, "310"], [1702463657, "310"], [1702463693, "310"], [1702463729, "310"], [1702463765, "311"], [1702463798, "311"], [1702463846, "311"], [1702463873, "311"], [1702463906, "311"], [1702463948, "311"], [1702463984, "311"], [1702464014, "311"], [1702464050, "312"], [1702464086, "312"], [1702464122, "312"], [1702464155, "312"], [1702464194, "312"], [1702464230, "312"], [1702464263, "312"], [1702464299, "312"], [1702464332, "313"], [1702464356, "313"], [1702464392, "313"], [1702464425, "313"], [1702464455, "313"], [1702464479, "313"], [1702464509, "313"], [1702464533, "313"], [1702464569, "313"], [1702464605, "313"], [1702464635, "313"], [1702464671, "314"], [1702464716, "314"], [1702464743, "314"], [1702464776, "314"], [1702464812, "314"], [1702464836, "314"], [1702464869, "314"], [1702464905, "314"], [1702464926, "314"], [1702464956, "314"], [1702464992, "315"], [1702465016, "315"], [1702465049, "315"], [1702465085, "315"], [1702465118, "315"], [1702465145, "315"], [1702465178, "315"], [1702465208, "315"], [1702465241, "315"], [1702465298, "316"], [1702465334, "316"], [1702465367, "316"], [1702465394, "316"], [1702465418, "316"], [1702465445, "316"], [1702465481, "316"], [1702465517, "316"], [1702465550, "316"], [1702465586, "317"], [1702465619, "317"], [1702465658, "317"], [1702465706, "317"], [1702465754, "317"], [1702465787, "317"], [1702465823, "317"], [1702465856, "317"], [1702465880, "317"], [1702465910, "318"], [1702465952, "318"], [1702465988, "318"], [1702466015, "318"], [1702466030, "318"], [1702466060, "318"], [1702466078, "318"], [1702466138, "318"], [1702466168, "318"], [1702466204, "319"], [1702466237, "319"], [1702466261, "319"], [1702466291, "319"], [1702466327, "319"], [1702466360, "319"], [1702466384, "319"], [1702466417, "319"], [1702466441, "319"], [1702466471, "319"], [1702466507, "320"], [1702466540, "320"], [1702466597, "320"], [1702466633, "320"], [1702466666, "320"], [1702466705, "320"], [1702466732, "320"], [1702466765, "320"], [1702466801, "321"], [1702466852, "321"], [1702466876, "321"], [1702466918, "321"], [1702466978, "321"], [1702467014, "321"], [1702467038, "321"], [1702467068, "321"], [1702467122, "322"], [1702467158, "322"], [1702467191, "322"], [1702467221, "322"], [1702467257, "322"], [1702467299, "322"], [1702467350, "322"], [1702467386, "322"], [1702467419, "323"], [1702467455, "323"], [1702467515, "323"], [1702467542, "323"], [1702467566, "323"], [1702467599, "323"], [1702467635, "323"], [1702467668, "324"], [1702467695, "324"], [1702467716, "324"], [1702467746, "324"], [1702467800, "324"], [1702467824, "324"], [1702467908, "325"], [1702467944, "325"], [1702467968, "325"], [1702468001, "325"], [1702468031, "325"], [1702468067, "325"], [1702468085, "325"], [1702468115, "325"], [1702468151, "326"], [1702468181, "326"], [1702468208, "326"], [1702468241, "326"], [1702468256, "326"], [1702468286, "326"], [1702468322, "326"], [1702468352, "326"], [1702468388, "327"], [1702468424, "327"], [1702468457, "327"], [1702468493, "327"], [1702468517, "327"], [1702468550, "327"], [1702468586, "327"], [1702468613, "328"], [1702468637, "328"], [1702468679, "328"], [1702468721, "328"], [1702468730, "328"], [1702468766, "328"], [1702468799, "328"], [1702468835, "328"], [1702468898, "329"], [1702468934, "329"], [1702468970, "329"], [1702468994, "329"], [1702469024, "329"], [1702469060, "330"], [1702469111, "330"], [1702469144, "330"], [1702469168, "330"], [1702469204, "330"], [1702469237, "330"], [1702469273, "330"], [1702469303, "331"], [1702469336, "331"], [1702469360, "331"], [1702469387, "331"], [1702469411, "331"], [1702469435, "331"], [1702469468, "331"], [1702469504, "331"], [1702469537, "331"], [1702469573, "332"], [1702469606, "332"], [1702469633, "332"], [1702469660, "332"], [1702469684, "332"], [1702469717, "332"], [1702469753, "332"], [1702469786, "332"], [1702469816, "333"], [1702469834, "333"], [1702469864, "333"], [1702469906, "333"], [1702469936, "333"], [1702469972, "333"], [1702470005, "333"], [1702470029, "333"], [1702470065, "333"], [1702470101, "334"], [1702470131, "334"], [1702470167, "334"], [1702470203, "334"], [1702470251, "334"], [1702470278, "334"], [1702470311, "335"], [1702470347, "335"], [1702470371, "335"], [1702470404, "335"], [1702470440, "335"], [1702470476, "335"], [1702470506, "335"], [1702470542, "335"], [1702470575, "335"], [1702470611, "336"], [1702470635, "336"], [1702470662, "336"], [1702470686, "336"], [1702470719, "336"], [1702470746, "336"], [1702470812, "336"], [1702470845, "336"], [1702470875, "337"], [1702470899, "337"], [1702470953, "337"], [1702470983, "337"], [1702471025, "337"], [1702471067, "337"], [1702471169, "337"], [1702471193, "338"], [1702471226, "338"], [1702471265, "338"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "6039"], [1702462721, "6039"], [1702462736, "6039"], [1702462751, "6039"], [1702462763, "6039"], [1702462793, "6039"], [1702462808, "6039"], [1702462829, "6039"], [1702462844, "6039"], [1702462865, "6039"], [1702462880, "6039"], [1702462904, "6039"], [1702462919, "6039"], [1702462952, "6039"], [1702462973, "6039"], [1702462988, "6039"], [1702463045, "6040"], [1702463081, "6040"], [1702463114, "6040"], [1702463150, "6040"], [1702463186, "6040"], [1702463216, "6040"], [1702463240, "6040"], [1702463273, "6040"], [1702463324, "6040"], [1702463354, "6040"], [1702463381, "6040"], [1702463417, "6040"], [1702463453, "6041"], [1702463477, "6041"], [1702463510, "6041"], [1702463537, "6041"], [1702463570, "6041"], [1702463591, "6041"], [1702463621, "6041"], [1702463657, "6041"], [1702463693, "6041"], [1702463729, "6041"], [1702463765, "6041"], [1702463798, "6041"], [1702463846, "6042"], [1702463873, "6042"], [1702463906, "6042"], [1702463948, "6042"], [1702463984, "6042"], [1702464014, "6042"], [1702464050, "6042"], [1702464086, "6042"], [1702464122, "6042"], [1702464155, "6042"], [1702464194, "6042"], [1702464230, "6042"], [1702464263, "6043"], [1702464299, "6043"], [1702464332, "6043"], [1702464356, "6043"], [1702464392, "6043"], [1702464425, "6043"], [1702464455, "6043"], [1702464479, "6043"], [1702464509, "6043"], [1702464533, "6043"], [1702464569, "6043"], [1702464605, "6043"], [1702464635, "6043"], [1702464671, "6044"], [1702464716, "6044"], [1702464743, "6044"], [1702464776, "6044"], [1702464812, "6044"], [1702464836, "6044"], [1702464869, "6044"], [1702464905, "6044"], [1702464926, "6044"], [1702464956, "6044"], [1702464992, "6044"], [1702465016, "6044"], [1702465049, "6044"], [1702465085, "6045"], [1702465118, "6045"], [1702465145, "6045"], [1702465178, "6045"], [1702465208, "6045"], [1702465241, "6045"], [1702465298, "6045"], [1702465334, "6045"], [1702465367, "6045"], [1702465394, "6045"], [1702465418, "6045"], [1702465445, "6045"], [1702465481, "6046"], [1702465517, "6046"], [1702465550, "6046"], [1702465586, "6046"], [1702465619, "6046"], [1702465658, "6046"], [1702465706, "6046"], [1702465754, "6046"], [1702465787, "6046"], [1702465823, "6046"], [1702465856, "6046"], [1702465880, "6046"], [1702465910, "6047"], [1702465952, "6047"], [1702465988, "6047"], [1702466015, "6047"], [1702466030, "6047"], [1702466060, "6047"], [1702466078, "6047"], [1702466138, "6047"], [1702466168, "6047"], [1702466204, "6047"], [1702466237, "6047"], [1702466261, "6047"], [1702466291, "6047"], [1702466327, "6048"], [1702466360, "6048"], [1702466384, "6048"], [1702466417, "6048"], [1702466441, "6048"], [1702466471, "6048"], [1702466507, "6048"], [1702466540, "6048"], [1702466597, "6048"], [1702466633, "6049"], [1702466666, "6049"], [1702466705, "6049"], [1702466732, "6049"], [1702466765, "6049"], [1702466801, "6049"], [1702466852, "6049"], [1702466876, "6049"], [1702466918, "6049"], [1702466978, "6049"], [1702467014, "6049"], [1702467038, "6050"], [1702467068, "6050"], [1702467122, "6050"], [1702467158, "6050"], [1702467191, "6050"], [1702467221, "6050"], [1702467257, "6050"], [1702467299, "6050"], [1702467350, "6050"], [1702467386, "6050"], [1702467419, "6051"], [1702467455, "6051"], [1702467515, "6051"], [1702467542, "6051"], [1702467566, "6051"], [1702467599, "6051"], [1702467635, "6051"], [1702467668, "6051"], [1702467695, "6052"], [1702467716, "6052"], [1702467746, "6052"], [1702467800, "6052"], [1702467824, "6052"], [1702467908, "6052"], [1702467944, "6052"], [1702467968, "6053"], [1702468001, "6053"], [1702468031, "6053"], [1702468067, "6053"], [1702468085, "6053"], [1702468115, "6053"], [1702468151, "6053"], [1702468181, "6053"], [1702468208, "6053"], [1702468241, "6053"], [1702468256, "6054"], [1702468286, "6054"], [1702468322, "6054"], [1702468352, "6054"], [1702468388, "6054"], [1702468424, "6054"], [1702468457, "6054"], [1702468493, "6054"], [1702468517, "6054"], [1702468550, "6054"], [1702468586, "6054"], [1702468613, "6055"], [1702468637, "6055"], [1702468679, "6055"], [1702468721, "6055"], [1702468730, "6055"], [1702468766, "6055"], [1702468799, "6055"], [1702468835, "6055"], [1702468898, "6056"], [1702468934, "6056"], [1702468970, "6056"], [1702468994, "6056"], [1702469024, "6056"], [1702469060, "6056"], [1702469111, "6057"], [1702469144, "6057"], [1702469168, "6057"], [1702469204, "6057"], [1702469237, "6057"], [1702469273, "6057"], [1702469303, "6057"], [1702469336, "6057"], [1702469360, "6057"], [1702469387, "6058"], [1702469411, "6058"], [1702469435, "6058"], [1702469468, "6058"], [1702469504, "6058"], [1702469537, "6058"], [1702469573, "6058"], [1702469606, "6058"], [1702469633, "6058"], [1702469660, "6058"], [1702469684, "6058"], [1702469717, "6059"], [1702469753, "6059"], [1702469786, "6059"], [1702469816, "6059"], [1702469834, "6059"], [1702469864, "6059"], [1702469906, "6059"], [1702469936, "6059"], [1702469972, "6059"], [1702470005, "6059"], [1702470029, "6059"], [1702470065, "6060"], [1702470101, "6060"], [1702470131, "6060"], [1702470167, "6060"], [1702470203, "6060"], [1702470251, "6060"], [1702470278, "6060"], [1702470311, "6060"], [1702470347, "6060"], [1702470371, "6061"], [1702470404, "6061"], [1702470440, "6061"], [1702470476, "6061"], [1702470506, "6061"], [1702470542, "6061"], [1702470575, "6061"], [1702470611, "6061"], [1702470635, "6061"], [1702470662, "6062"], [1702470686, "6062"], [1702470719, "6062"], [1702470746, "6062"], [1702470812, "6062"], [1702470845, "6062"], [1702470875, "6062"], [1702470899, "6062"], [1702470953, "6062"], [1702470983, "6062"], [1702471025, "6062"], [1702471067, "6063"], [1702471169, "6063"], [1702471193, "6063"], [1702471226, "6063"], [1702471265, "6063"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "2"], [1702462751, "2"], [1702462763, "2"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "3"], [1702462919, "3"], [1702462952, "3"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "4"], [1702463186, "4"], [1702463216, "4"], [1702463240, "4"], [1702463273, "4"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "6"], [1702463537, "6"], [1702463570, "6"], [1702463591, "6"], [1702463621, "6"], [1702463657, "6"], [1702463693, "6"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "7"], [1702463948, "8"], [1702463984, "8"], [1702464014, "8"], [1702464050, "8"], [1702464086, "8"], [1702464122, "8"], [1702464155, "9"], [1702464194, "9"], [1702464230, "9"], [1702464263, "9"], [1702464299, "9"], [1702464332, "9"], [1702464356, "10"], [1702464392, "10"], [1702464425, "10"], [1702464455, "10"], [1702464479, "10"], [1702464509, "10"], [1702464533, "11"], [1702464569, "11"], [1702464605, "11"], [1702464635, "11"], [1702464671, "12"], [1702464716, "12"], [1702464743, "12"], [1702464776, "12"], [1702464812, "12"], [1702464836, "12"], [1702464869, "12"], [1702464905, "13"], [1702464926, "13"], [1702464956, "13"], [1702464992, "13"], [1702465016, "13"], [1702465049, "13"], [1702465085, "13"], [1702465118, "14"], [1702465145, "14"], [1702465178, "14"], [1702465208, "14"], [1702465241, "14"], [1702465298, "14"], [1702465334, "15"], [1702465367, "15"], [1702465394, "15"], [1702465418, "15"], [1702465445, "15"], [1702465481, "15"], [1702465517, "16"], [1702465550, "16"], [1702465586, "16"], [1702465619, "16"], [1702465658, "16"], [1702465706, "16"], [1702465754, "17"], [1702465787, "17"], [1702465823, "17"], [1702465856, "17"], [1702465880, "17"], [1702465910, "17"], [1702465952, "18"], [1702465988, "18"], [1702466015, "18"], [1702466030, "18"], [1702466060, "18"], [1702466078, "18"], [1702466138, "18"], [1702466168, "19"], [1702466204, "19"], [1702466237, "19"], [1702466261, "19"], [1702466291, "19"], [1702466327, "19"], [1702466360, "20"], [1702466384, "20"], [1702466417, "20"], [1702466441, "20"], [1702466471, "20"], [1702466507, "21"], [1702466540, "21"], [1702466597, "21"], [1702466633, "21"], [1702466666, "22"], [1702466705, "22"], [1702466732, "22"], [1702466765, "22"], [1702466801, "22"], [1702466852, "22"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "24"], [1702467158, "24"], [1702467191, "24"], [1702467221, "24"], [1702467257, "24"], [1702467299, "24"], [1702467350, "25"], [1702467386, "25"], [1702467419, "25"], [1702467455, "25"], [1702467515, "26"], [1702467542, "26"], [1702467566, "26"], [1702467599, "26"], [1702467635, "26"], [1702467668, "27"], [1702467695, "27"], [1702467716, "27"], [1702467746, "27"], [1702467800, "27"], [1702467824, "27"], [1702467908, "28"], [1702467944, "28"], [1702467968, "28"], [1702468001, "28"], [1702468031, "29"], [1702468067, "29"], [1702468085, "29"], [1702468115, "29"], [1702468151, "29"], [1702468181, "29"], [1702468208, "30"], [1702468241, "30"], [1702468256, "30"], [1702468286, "30"], [1702468322, "30"], [1702468352, "30"], [1702468388, "31"], [1702468424, "31"], [1702468457, "31"], [1702468493, "31"], [1702468517, "31"], [1702468550, "32"], [1702468586, "32"], [1702468613, "32"], [1702468637, "32"], [1702468679, "32"], [1702468721, "33"], [1702468730, "33"], [1702468766, "33"], [1702468799, "33"], [1702468835, "33"], [1702468898, "34"], [1702468934, "34"], [1702468970, "34"], [1702468994, "34"], [1702469024, "34"], [1702469060, "35"], [1702469111, "35"], [1702469144, "35"], [1702469168, "35"], [1702469204, "36"], [1702469237, "36"], [1702469273, "36"], [1702469303, "36"], [1702469336, "36"], [1702469360, "37"], [1702469387, "37"], [1702469411, "37"], [1702469435, "37"], [1702469468, "37"], [1702469504, "37"], [1702469537, "38"], [1702469573, "38"], [1702469606, "38"], [1702469633, "38"], [1702469660, "38"], [1702469684, "38"], [1702469717, "38"], [1702469753, "39"], [1702469786, "39"], [1702469816, "39"], [1702469834, "39"], [1702469864, "39"], [1702469906, "40"], [1702469936, "40"], [1702469972, "40"], [1702470005, "40"], [1702470029, "40"], [1702470065, "40"], [1702470101, "40"], [1702470131, "40"], [1702470167, "41"], [1702470203, "41"], [1702470251, "41"], [1702470278, "41"], [1702470311, "42"], [1702470347, "42"], [1702470371, "42"], [1702470404, "42"], [1702470440, "42"], [1702470476, "42"], [1702470506, "43"], [1702470542, "43"], [1702470575, "43"], [1702470611, "43"], [1702470635, "44"], [1702470662, "44"], [1702470686, "44"], [1702470719, "44"], [1702470746, "45"], [1702470812, "45"], [1702470845, "45"], [1702470875, "46"], [1702470899, "46"], [1702470953, "46"], [1702470983, "46"], [1702471025, "47"], [1702471067, "47"], [1702471169, "48"], [1702471193, "48"], [1702471226, "48"], [1702471265, "48"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "4828"], [1702462721, "4828"], [1702462736, "4828"], [1702462751, "4828"], [1702462763, "4828"], [1702462793, "4828"], [1702462808, "4828"], [1702462829, "4829"], [1702462844, "4829"], [1702462865, "4829"], [1702462880, "4829"], [1702462904, "4829"], [1702462919, "4829"], [1702462952, "4829"], [1702462973, "4829"], [1702462988, "4829"], [1702463045, "4829"], [1702463081, "4829"], [1702463114, "4830"], [1702463150, "4830"], [1702463186, "4830"], [1702463216, "4830"], [1702463240, "4830"], [1702463273, "4830"], [1702463324, "4830"], [1702463354, "4831"], [1702463381, "4831"], [1702463417, "4831"], [1702463453, "4831"], [1702463477, "4831"], [1702463510, "4831"], [1702463537, "4831"], [1702463570, "4831"], [1702463591, "4832"], [1702463621, "4832"], [1702463657, "4832"], [1702463693, "4832"], [1702463729, "4832"], [1702463765, "4832"], [1702463798, "4832"], [1702463846, "4832"], [1702463873, "4833"], [1702463906, "4833"], [1702463948, "4833"], [1702463984, "4833"], [1702464014, "4833"], [1702464050, "4833"], [1702464086, "4833"], [1702464122, "4833"], [1702464155, "4834"], [1702464194, "4834"], [1702464230, "4834"], [1702464263, "4834"], [1702464299, "4834"], [1702464332, "4834"], [1702464356, "4835"], [1702464392, "4835"], [1702464425, "4835"], [1702464455, "4835"], [1702464479, "4835"], [1702464509, "4835"], [1702464533, "4835"], [1702464569, "4835"], [1702464605, "4835"], [1702464635, "4836"], [1702464671, "4836"], [1702464716, "4836"], [1702464743, "4836"], [1702464776, "4836"], [1702464812, "4836"], [1702464836, "4837"], [1702464869, "4837"], [1702464905, "4837"], [1702464926, "4837"], [1702464956, "4837"], [1702464992, "4837"], [1702465016, "4837"], [1702465049, "4837"], [1702465085, "4837"], [1702465118, "4838"], [1702465145, "4838"], [1702465178, "4838"], [1702465208, "4838"], [1702465241, "4838"], [1702465298, "4838"], [1702465334, "4838"], [1702465367, "4839"], [1702465394, "4839"], [1702465418, "4839"], [1702465445, "4839"], [1702465481, "4839"], [1702465517, "4839"], [1702465550, "4839"], [1702465586, "4839"], [1702465619, "4840"], [1702465658, "4840"], [1702465706, "4840"], [1702465754, "4840"], [1702465787, "4840"], [1702465823, "4840"], [1702465856, "4841"], [1702465880, "4841"], [1702465910, "4841"], [1702465952, "4841"], [1702465988, "4841"], [1702466015, "4841"], [1702466030, "4841"], [1702466060, "4841"], [1702466078, "4841"], [1702466138, "4842"], [1702466168, "4842"], [1702466204, "4842"], [1702466237, "4842"], [1702466261, "4842"], [1702466291, "4842"], [1702466327, "4842"], [1702466360, "4842"], [1702466384, "4843"], [1702466417, "4843"], [1702466441, "4843"], [1702466471, "4843"], [1702466507, "4843"], [1702466540, "4843"], [1702466597, "4844"], [1702466633, "4844"], [1702466666, "4844"], [1702466705, "4844"], [1702466732, "4844"], [1702466765, "4844"], [1702466801, "4844"], [1702466852, "4845"], [1702466876, "4845"], [1702466918, "4845"], [1702466978, "4845"], [1702467014, "4845"], [1702467038, "4845"], [1702467068, "4845"], [1702467122, "4846"], [1702467158, "4846"], [1702467191, "4846"], [1702467221, "4846"], [1702467257, "4846"], [1702467299, "4846"], [1702467350, "4846"], [1702467386, "4847"], [1702467419, "4847"], [1702467455, "4847"], [1702467515, "4848"], [1702467542, "4848"], [1702467566, "4848"], [1702467599, "4848"], [1702467635, "4848"], [1702467668, "4848"], [1702467695, "4848"], [1702467716, "4849"], [1702467746, "4849"], [1702467800, "4849"], [1702467824, "4849"], [1702467908, "4850"], [1702467944, "4850"], [1702467968, "4850"], [1702468001, "4850"], [1702468031, "4851"], [1702468067, "4851"], [1702468085, "4851"], [1702468115, "4851"], [1702468151, "4851"], [1702468181, "4852"], [1702468208, "4852"], [1702468241, "4852"], [1702468256, "4852"], [1702468286, "4852"], [1702468322, "4853"], [1702468352, "4853"], [1702468388, "4853"], [1702468424, "4853"], [1702468457, "4853"], [1702468493, "4853"], [1702468517, "4854"], [1702468550, "4854"], [1702468586, "4854"], [1702468613, "4854"], [1702468637, "4854"], [1702468679, "4855"], [1702468721, "4855"], [1702468730, "4855"], [1702468766, "4855"], [1702468799, "4855"], [1702468835, "4856"], [1702468898, "4856"], [1702468934, "4856"], [1702468970, "4857"], [1702468994, "4857"], [1702469024, "4857"], [1702469060, "4857"], [1702469111, "4857"], [1702469144, "4858"], [1702469168, "4858"], [1702469204, "4858"], [1702469237, "4858"], [1702469273, "4858"], [1702469303, "4859"], [1702469336, "4859"], [1702469360, "4859"], [1702469387, "4859"], [1702469411, "4859"], [1702469435, "4859"], [1702469468, "4860"], [1702469504, "4860"], [1702469537, "4860"], [1702469573, "4860"], [1702469606, "4860"], [1702469633, "4860"], [1702469660, "4861"], [1702469684, "4861"], [1702469717, "4861"], [1702469753, "4861"], [1702469786, "4861"], [1702469816, "4861"], [1702469834, "4862"], [1702469864, "4862"], [1702469906, "4862"], [1702469936, "4862"], [1702469972, "4862"], [1702470005, "4862"], [1702470029, "4863"], [1702470065, "4863"], [1702470101, "4863"], [1702470131, "4863"], [1702470167, "4863"], [1702470203, "4863"], [1702470251, "4864"], [1702470278, "4864"], [1702470311, "4864"], [1702470347, "4864"], [1702470371, "4864"], [1702470404, "4865"], [1702470440, "4865"], [1702470476, "4865"], [1702470506, "4865"], [1702470542, "4865"], [1702470575, "4865"], [1702470611, "4866"], [1702470635, "4866"], [1702470662, "4866"], [1702470686, "4866"], [1702470719, "4866"], [1702470746, "4866"], [1702470812, "4867"], [1702470845, "4867"], [1702470875, "4867"], [1702470899, "4867"], [1702470953, "4867"], [1702470983, "4867"], [1702471025, "4867"], [1702471067, "4868"], [1702471169, "4868"], [1702471193, "4868"], [1702471226, "4868"], [1702471265, "4868"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "14465"], [1702462721, "14465"], [1702462736, "14465"], [1702462751, "14465"], [1702462763, "14465"], [1702462793, "14465"], [1702462808, "14465"], [1702462829, "14465"], [1702462844, "14465"], [1702462865, "14465"], [1702462880, "14465"], [1702462904, "14465"], [1702462919, "14465"], [1702462952, "14465"], [1702462973, "14466"], [1702462988, "14466"], [1702463045, "14466"], [1702463081, "14466"], [1702463114, "14466"], [1702463150, "14467"], [1702463186, "14467"], [1702463216, "14467"], [1702463240, "14467"], [1702463273, "14467"], [1702463324, "14467"], [1702463354, "14467"], [1702463381, "14467"], [1702463417, "14467"], [1702463453, "14468"], [1702463477, "14468"], [1702463510, "14468"], [1702463537, "14468"], [1702463570, "14468"], [1702463591, "14468"], [1702463621, "14468"], [1702463657, "14468"], [1702463693, "14468"], [1702463729, "14468"], [1702463765, "14468"], [1702463798, "14468"], [1702463846, "14468"], [1702463873, "14469"], [1702463906, "14469"], [1702463948, "14469"], [1702463984, "14469"], [1702464014, "14469"], [1702464050, "14469"], [1702464086, "14469"], [1702464122, "14469"], [1702464155, "14469"], [1702464194, "14469"], [1702464230, "14470"], [1702464263, "14470"], [1702464299, "14470"], [1702464332, "14470"], [1702464356, "14470"], [1702464392, "14470"], [1702464425, "14471"], [1702464455, "14471"], [1702464479, "14471"], [1702464509, "14471"], [1702464533, "14471"], [1702464569, "14471"], [1702464605, "14471"], [1702464635, "14471"], [1702464671, "14471"], [1702464716, "14471"], [1702464743, "14471"], [1702464776, "14471"], [1702464812, "14471"], [1702464836, "14472"], [1702464869, "14472"], [1702464905, "14472"], [1702464926, "14472"], [1702464956, "14472"], [1702464992, "14472"], [1702465016, "14472"], [1702465049, "14472"], [1702465085, "14472"], [1702465118, "14472"], [1702465145, "14472"], [1702465178, "14472"], [1702465208, "14472"], [1702465241, "14473"], [1702465298, "14473"], [1702465334, "14473"], [1702465367, "14473"], [1702465394, "14473"], [1702465418, "14473"], [1702465445, "14473"], [1702465481, "14473"], [1702465517, "14473"], [1702465550, "14473"], [1702465586, "14473"], [1702465619, "14474"], [1702465658, "14474"], [1702465706, "14474"], [1702465754, "14474"], [1702465787, "14474"], [1702465823, "14474"], [1702465856, "14474"], [1702465880, "14474"], [1702465910, "14474"], [1702465952, "14474"], [1702465988, "14475"], [1702466015, "14475"], [1702466030, "14475"], [1702466060, "14475"], [1702466078, "14475"], [1702466138, "14475"], [1702466168, "14475"], [1702466204, "14475"], [1702466237, "14475"], [1702466261, "14475"], [1702466291, "14475"], [1702466327, "14475"], [1702466360, "14475"], [1702466384, "14475"], [1702466417, "14476"], [1702466441, "14476"], [1702466471, "14476"], [1702466507, "14476"], [1702466540, "14476"], [1702466597, "14476"], [1702466633, "14476"], [1702466666, "14476"], [1702466705, "14477"], [1702466732, "14477"], [1702466765, "14477"], [1702466801, "14477"], [1702466852, "14477"], [1702466876, "14477"], [1702466918, "14477"], [1702466978, "14477"], [1702467014, "14477"], [1702467038, "14477"], [1702467068, "14478"], [1702467122, "14478"], [1702467158, "14478"], [1702467191, "14478"], [1702467221, "14478"], [1702467257, "14478"], [1702467299, "14478"], [1702467350, "14478"], [1702467386, "14478"], [1702467419, "14479"], [1702467455, "14479"], [1702467515, "14479"], [1702467542, "14479"], [1702467566, "14479"], [1702467599, "14479"], [1702467635, "14479"], [1702467668, "14479"], [1702467695, "14479"], [1702467716, "14479"], [1702467746, "14479"], [1702467800, "14479"], [1702467824, "14480"], [1702467908, "14480"], [1702467944, "14480"], [1702467968, "14480"], [1702468001, "14480"], [1702468031, "14480"], [1702468067, "14480"], [1702468085, "14480"], [1702468115, "14480"], [1702468151, "14481"], [1702468181, "14481"], [1702468208, "14481"], [1702468241, "14481"], [1702468256, "14481"], [1702468286, "14481"], [1702468322, "14481"], [1702468352, "14481"], [1702468388, "14481"], [1702468424, "14482"], [1702468457, "14482"], [1702468493, "14482"], [1702468517, "14482"], [1702468550, "14482"], [1702468586, "14482"], [1702468613, "14482"], [1702468637, "14482"], [1702468679, "14482"], [1702468721, "14482"], [1702468730, "14483"], [1702468766, "14483"], [1702468799, "14483"], [1702468835, "14483"], [1702468898, "14483"], [1702468934, "14483"], [1702468970, "14484"], [1702468994, "14484"], [1702469024, "14484"], [1702469060, "14484"], [1702469111, "14484"], [1702469144, "14484"], [1702469168, "14484"], [1702469204, "14484"], [1702469237, "14484"], [1702469273, "14485"], [1702469303, "14485"], [1702469336, "14485"], [1702469360, "14485"], [1702469387, "14485"], [1702469411, "14485"], [1702469435, "14485"], [1702469468, "14485"], [1702469504, "14485"], [1702469537, "14485"], [1702469573, "14486"], [1702469606, "14486"], [1702469633, "14486"], [1702469660, "14486"], [1702469684, "14486"], [1702469717, "14486"], [1702469753, "14486"], [1702469786, "14486"], [1702469816, "14486"], [1702469834, "14486"], [1702469864, "14487"], [1702469906, "14487"], [1702469936, "14487"], [1702469972, "14487"], [1702470005, "14487"], [1702470029, "14487"], [1702470065, "14488"], [1702470101, "14488"], [1702470131, "14488"], [1702470167, "14488"], [1702470203, "14488"], [1702470251, "14488"], [1702470278, "14488"], [1702470311, "14488"], [1702470347, "14489"], [1702470371, "14489"], [1702470404, "14489"], [1702470440, "14489"], [1702470476, "14489"], [1702470506, "14489"], [1702470542, "14489"], [1702470575, "14489"], [1702470611, "14489"], [1702470635, "14489"], [1702470662, "14489"], [1702470686, "14489"], [1702470719, "14490"], [1702470746, "14490"], [1702470812, "14490"], [1702470845, "14490"], [1702470875, "14490"], [1702470899, "14490"], [1702470953, "14490"], [1702470983, "14490"], [1702471025, "14491"], [1702471067, "14491"], [1702471169, "14491"], [1702471193, "14491"], [1702471226, "14491"], [1702471265, "14491"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_kubelet_memory_bytes_total": [{"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "9564160"], [1702462721, "9564160"], [1702462736, "9564160"], [1702462751, "9564160"], [1702462763, "9564160"], [1702462793, "9564160"], [1702462808, "9564160"], [1702462829, "9564160"], [1702462844, "9564160"], [1702462865, "9564160"], [1702462880, "9564160"], [1702462904, "9564160"], [1702462919, "9564160"], [1702462952, "9564160"], [1702462973, "9564160"], [1702462988, "9564160"], [1702463045, "9564160"], [1702463081, "9564160"], [1702463114, "9564160"], [1702463150, "9564160"], [1702463186, "9564160"], [1702463216, "9564160"], [1702463240, "9564160"], [1702463273, "9564160"], [1702463324, "9564160"], [1702463354, "9564160"], [1702463381, "9564160"], [1702463417, "9564160"], [1702463453, "9564160"], [1702463477, "9564160"], [1702463510, "9564160"], [1702463537, "9564160"], [1702463570, "9564160"], [1702463591, "9564160"], [1702463621, "9564160"], [1702463657, "9564160"], [1702463693, "9564160"], [1702463729, "9564160"], [1702463765, "9564160"], [1702463798, "9564160"], [1702463846, "9564160"], [1702463873, "9564160"], [1702463906, "9564160"], [1702463948, "9564160"], [1702463984, "9564160"], [1702464014, "9564160"], [1702464050, "9564160"], [1702464086, "9564160"], [1702464122, "9564160"], [1702464155, "9564160"], [1702464194, "9564160"], [1702464230, "9564160"], [1702464263, "9564160"], [1702464299, "9564160"], [1702464332, "9564160"], [1702464356, "9564160"], [1702464392, "9564160"], [1702464425, "9564160"], [1702464455, "9564160"], [1702464479, "9564160"], [1702464509, "9564160"], [1702464533, "9564160"], [1702464569, "9564160"], [1702464605, "9564160"], [1702464635, "9564160"], [1702464671, "9564160"], [1702464716, "9564160"], [1702464743, "9564160"], [1702464776, "9564160"], [1702464812, "9564160"], [1702464836, "9564160"], [1702464869, "9564160"], [1702464905, "9564160"], [1702464926, "9564160"], [1702464956, "9564160"], [1702464992, "9564160"], [1702465016, "9564160"], [1702465049, "9564160"], [1702465085, "9564160"], [1702465118, "9564160"], [1702465145, "9564160"], [1702465178, "9564160"], [1702465208, "9564160"], [1702465241, "9564160"], [1702465298, "9564160"], [1702465334, "9564160"], [1702465367, "9564160"], [1702465394, "9564160"], [1702465418, "9564160"], [1702465445, "9564160"], [1702465481, "9564160"], [1702465517, "9564160"], [1702465550, "9564160"], [1702465586, "9564160"], [1702465619, "9564160"], [1702465658, "9564160"], [1702465706, "9564160"], [1702465754, "9564160"], [1702465787, "9564160"], [1702465823, "9564160"], [1702465856, "9564160"], [1702465880, "9564160"], [1702465910, "9564160"], [1702465952, "9564160"], [1702465988, "9564160"], [1702466015, "9564160"], [1702466030, "9564160"], [1702466060, "9564160"], [1702466078, "9564160"], [1702466138, "9564160"], [1702466168, "9564160"], [1702466204, "9564160"], [1702466237, "9564160"], [1702466261, "9564160"], [1702466291, "9564160"], [1702466327, "9564160"], [1702466360, "9564160"], [1702466384, "9564160"], [1702466417, "9564160"], [1702466441, "9564160"], [1702466471, "9564160"], [1702466507, "9564160"], [1702466540, "9564160"], [1702466597, "9564160"], [1702466633, "9564160"], [1702466666, "9564160"], [1702466705, "9564160"], [1702466732, "9564160"], [1702466765, "9564160"], [1702466801, "9564160"], [1702466852, "9564160"], [1702466876, "9564160"], [1702466918, "9564160"], [1702466978, "9564160"], [1702467014, "9564160"], [1702467038, "9564160"], [1702467068, "9564160"], [1702467122, "9564160"], [1702467158, "9564160"], [1702467191, "9564160"], [1702467221, "9564160"], [1702467257, "9564160"], [1702467299, "9564160"], [1702467350, "9564160"], [1702467386, "9564160"], [1702467419, "9564160"], [1702467455, "9564160"], [1702467515, "9564160"], [1702467542, "9564160"], [1702467566, "9564160"], [1702467599, "9564160"], [1702467635, "9564160"], [1702467668, "9564160"], [1702467695, "9564160"], [1702467716, "9564160"], [1702467746, "9564160"], [1702467800, "9564160"], [1702467824, "9564160"], [1702467908, "9564160"], [1702467944, "9564160"], [1702467968, "9564160"], [1702468001, "9564160"], [1702468031, "9564160"], [1702468067, "9564160"], [1702468085, "9564160"], [1702468115, "9564160"], [1702468151, "9564160"], [1702468181, "9564160"], [1702468208, "9564160"], [1702468241, "9564160"], [1702468256, "9564160"], [1702468286, "9564160"], [1702468322, "9564160"], [1702468352, "9564160"], [1702468388, "9564160"], [1702468424, "9564160"], [1702468457, "9564160"], [1702468493, "9564160"], [1702468517, "9564160"], [1702468550, "9564160"], [1702468586, "9564160"], [1702468613, "9564160"], [1702468637, "9564160"], [1702468679, "9564160"], [1702468721, "9564160"], [1702468730, "9564160"], [1702468766, "9564160"], [1702468799, "9564160"], [1702468835, "9564160"], [1702468898, "9564160"], [1702468934, "9564160"], [1702468970, "9564160"], [1702468994, "9564160"], [1702469024, "9564160"], [1702469060, "9564160"], [1702469111, "9564160"], [1702469144, "9564160"], [1702469168, "9564160"], [1702469204, "9564160"], [1702469237, "9564160"], [1702469273, "9564160"], [1702469303, "9564160"], [1702469336, "9564160"], [1702469360, "9564160"], [1702469387, "9564160"], [1702469411, "9564160"], [1702469435, "9564160"], [1702469468, "9564160"], [1702469504, "9564160"], [1702469537, "9564160"], [1702469573, "9564160"], [1702469606, "9564160"], [1702469633, "9564160"], [1702469660, "9564160"], [1702469684, "9564160"], [1702469717, "9564160"], [1702469753, "9564160"], [1702469786, "9564160"], [1702469816, "9564160"], [1702469834, "9564160"], [1702469864, "9564160"], [1702469906, "9564160"], [1702469936, "9564160"], [1702469972, "9564160"], [1702470005, "9564160"], [1702470029, "9564160"], [1702470065, "9564160"], [1702470101, "9564160"], [1702470131, "9564160"], [1702470167, "9564160"], [1702470203, "9564160"], [1702470251, "9564160"], [1702470278, "9564160"], [1702470311, "9564160"], [1702470347, "9564160"], [1702470371, "9564160"], [1702470404, "9564160"], [1702470440, "9564160"], [1702470476, "9564160"], [1702470506, "9564160"], [1702470542, "9564160"], [1702470575, "9564160"], [1702470611, "9564160"], [1702470635, "9564160"], [1702470662, "9564160"], [1702470686, "9564160"], [1702470719, "9564160"], [1702470746, "9564160"], [1702470812, "9564160"], [1702470845, "9564160"], [1702470875, "9564160"], [1702470899, "9564160"], [1702470953, "9564160"], [1702470983, "9564160"], [1702471025, "9564160"], [1702471067, "9564160"], [1702471169, "9564160"], [1702471193, "9564160"], [1702471226, "9564160"], [1702471265, "9564160"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "52817920"], [1702462721, "52809728"], [1702462736, "52899840"], [1702462751, "52899840"], [1702462763, "52932608"], [1702462793, "52940800"], [1702462808, "52936704"], [1702462829, "52965376"], [1702462844, "53678080"], [1702462865, "52961280"], [1702462880, "52957184"], [1702462904, "53035008"], [1702462919, "53063680"], [1702462952, "53387264"], [1702462973, "52637696"], [1702462988, "52662272"], [1702463045, "52711424"], [1702463081, "52695040"], [1702463114, "52809728"], [1702463150, "52862976"], [1702463186, "52928512"], [1702463216, "52670464"], [1702463240, "52674560"], [1702463273, "52690944"], [1702463324, "52682752"], [1702463354, "52756480"], [1702463381, "52842496"], [1702463417, "52899840"], [1702463453, "52547584"], [1702463477, "52547584"], [1702463510, "52543488"], [1702463537, "52645888"], [1702463570, "52580352"], [1702463591, "52629504"], [1702463621, "52633600"], [1702463657, "52649984"], [1702463693, "52916224"], [1702463729, "53112832"], [1702463765, "53231616"], [1702463798, "52531200"], [1702463846, "52539392"], [1702463873, "52547584"], [1702463906, "52584448"], [1702463948, "52658176"], [1702463984, "52871168"], [1702464014, "52899840"], [1702464050, "52645888"], [1702464086, "52662272"], [1702464122, "52662272"], [1702464155, "52707328"], [1702464194, "52973568"], [1702464230, "53121024"], [1702464263, "53170176"], [1702464299, "52518912"], [1702464332, "52527104"], [1702464356, "52523008"], [1702464392, "52547584"], [1702464425, "52781056"], [1702464455, "52875264"], [1702464479, "52944896"], [1702464509, "52944896"], [1702464533, "52707328"], [1702464569, "52776960"], [1702464605, "52781056"], [1702464635, "52592640"], [1702464671, "52662272"], [1702464716, "52756480"], [1702464743, "52850688"], [1702464776, "52908032"], [1702464812, "52658176"], [1702464836, "52695040"], [1702464869, "52756480"], [1702464905, "53022720"], [1702464926, "52838400"], [1702464956, "52871168"], [1702464992, "52891648"], [1702465016, "52600832"], [1702465049, "52596736"], [1702465085, "52604928"], [1702465118, "52699136"], [1702465145, "52699136"], [1702465178, "52736000"], [1702465208, "52830208"], [1702465241, "52854784"], [1702465298, "53153792"], [1702465334, "52912128"], [1702465367, "52678656"], [1702465394, "52776960"], [1702465418, "52920320"], [1702465445, "52961280"], [1702465481, "52781056"], [1702465517, "52580352"], [1702465550, "53092352"], [1702465586, "52703232"], [1702465619, "52699136"], [1702465658, "52854784"], [1702465706, "52957184"], [1702465754, "52850688"], [1702465787, "52854784"], [1702465823, "52924416"], [1702465856, "52641792"], [1702465880, "52695040"], [1702465910, "52699136"], [1702465952, "52686848"], [1702465988, "52596736"], [1702466015, "52629504"], [1702466030, "52674560"], [1702466060, "52690944"], [1702466078, "52723712"], [1702466138, "52883456"], [1702466168, "53002240"], [1702466204, "52912128"], [1702466237, "52674560"], [1702466261, "52695040"], [1702466291, "52699136"], [1702466327, "52678656"], [1702466360, "52838400"], [1702466384, "52920320"], [1702466417, "53043200"], [1702466441, "52629504"], [1702466471, "52641792"], [1702466507, "52641792"], [1702466540, "52768768"], [1702466597, "52654080"], [1702466633, "52703232"], [1702466666, "52772864"], [1702466705, "52613120"], [1702466732, "52822016"], [1702466765, "52908032"], [1702466801, "52621312"], [1702466852, "52719616"], [1702466876, "52731904"], [1702466918, "52862976"], [1702466978, "52994048"], [1702467014, "53334016"], [1702467038, "53141504"], [1702467068, "52604928"], [1702467122, "52625408"], [1702467158, "52785152"], [1702467191, "52744192"], [1702467221, "52891648"], [1702467257, "53526528"], [1702467299, "52629504"], [1702467350, "52678656"], [1702467386, "52703232"], [1702467419, "52527104"], [1702467455, "52670464"], [1702467515, "52760576"], [1702467542, "53092352"], [1702467566, "53133312"], [1702467599, "53137408"], [1702467635, "53153792"], [1702467668, "52609024"], [1702467695, "52604928"], [1702467716, "52613120"], [1702467746, "52682752"], [1702467800, "52891648"], [1702467824, "52961280"], [1702467908, "52449280"], [1702467944, "52453376"], [1702467968, "52449280"], [1702468001, "52760576"], [1702468031, "52862976"], [1702468067, "53039104"], [1702468085, "53096448"], [1702468115, "53170176"], [1702468151, "52654080"], [1702468181, "52649984"], [1702468208, "52645888"], [1702468241, "52592640"], [1702468256, "52617216"], [1702468286, "52617216"], [1702468322, "52674560"], [1702468352, "52981760"], [1702468388, "52498432"], [1702468424, "52649984"], [1702468457, "52654080"], [1702468493, "52658176"], [1702468517, "52744192"], [1702468550, "52768768"], [1702468586, "52776960"], [1702468613, "52486144"], [1702468637, "52510720"], [1702468679, "52518912"], [1702468721, "52797440"], [1702468730, "52858880"], [1702468766, "52948992"], [1702468799, "53354496"], [1702468835, "53153792"], [1702468898, "53010432"], [1702468934, "52748288"], [1702468970, "52887552"], [1702468994, "53501952"], [1702469024, "52736000"], [1702469060, "52768768"], [1702469111, "52695040"], [1702469144, "53215232"], [1702469168, "52711424"], [1702469204, "52531200"], [1702469237, "52625408"], [1702469273, "52637696"], [1702469303, "52695040"], [1702469336, "52822016"], [1702469360, "52875264"], [1702469387, "52867072"], [1702469411, "52875264"], [1702469435, "52613120"], [1702469468, "52617216"], [1702469504, "52899840"], [1702469537, "52895744"], [1702469573, "52572160"], [1702469606, "52576256"], [1702469633, "52588544"], [1702469660, "52596736"], [1702469684, "52625408"], [1702469717, "52654080"], [1702469753, "52662272"], [1702469786, "52658176"], [1702469816, "52654080"], [1702469834, "52817920"], [1702469864, "52830208"], [1702469906, "52924416"], [1702469936, "53219328"], [1702469972, "53252096"], [1702470005, "53288960"], [1702470029, "53288960"], [1702470065, "52797440"], [1702470101, "52793344"], [1702470131, "52789248"], [1702470167, "52924416"], [1702470203, "53129216"], [1702470251, "53256192"], [1702470278, "53370880"], [1702470311, "52756480"], [1702470347, "52744192"], [1702470371, "52809728"], [1702470404, "52584448"], [1702470440, "52740096"], [1702470476, "52854784"], [1702470506, "52846592"], [1702470542, "52727808"], [1702470575, "52731904"], [1702470611, "52764672"], [1702470635, "52666368"], [1702470662, "52727808"], [1702470686, "52797440"], [1702470719, "52862976"], [1702470746, "52961280"], [1702470812, "52563968"], [1702470845, "52826112"], [1702470875, "52731904"], [1702470899, "52834304"], [1702470953, "52924416"], [1702470983, "53186560"], [1702471025, "52621312"], [1702471067, "52637696"], [1702471169, "52785152"], [1702471193, "53043200"], [1702471226, "52785152"], [1702471265, "52584448"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "38793216"], [1702462721, "38793216"], [1702462736, "39202816"], [1702462751, "39206912"], [1702462763, "39346176"], [1702462793, "39399424"], [1702462808, "39452672"], [1702462829, "39452672"], [1702462844, "39514112"], [1702462865, "39542784"], [1702462880, "39550976"], [1702462904, "39575552"], [1702462919, "39567360"], [1702462952, "39571456"], [1702462973, "39424000"], [1702462988, "39428096"], [1702463045, "39428096"], [1702463081, "39428096"], [1702463114, "38748160"], [1702463150, "38748160"], [1702463186, "38744064"], [1702463216, "38748160"], [1702463240, "38748160"], [1702463273, "38748160"], [1702463324, "38809600"], [1702463354, "38817792"], [1702463381, "38813696"], [1702463417, "38813696"], [1702463453, "38563840"], [1702463477, "38559744"], [1702463510, "38572032"], [1702463537, "38690816"], [1702463570, "38617088"], [1702463591, "38617088"], [1702463621, "38617088"], [1702463657, "38617088"], [1702463693, "38686720"], [1702463729, "38694912"], [1702463765, "38739968"], [1702463798, "38739968"], [1702463846, "38760448"], [1702463873, "38756352"], [1702463906, "38756352"], [1702463948, "38756352"], [1702463984, "38752256"], [1702464014, "38756352"], [1702464050, "39014400"], [1702464086, "38752256"], [1702464122, "38756352"], [1702464155, "38764544"], [1702464194, "38764544"], [1702464230, "38764544"], [1702464263, "38760448"], [1702464299, "38535168"], [1702464332, "38535168"], [1702464356, "38531072"], [1702464392, "38531072"], [1702464425, "38551552"], [1702464455, "38637568"], [1702464479, "38699008"], [1702464509, "38883328"], [1702464533, "38883328"], [1702464569, "38887424"], [1702464605, "38891520"], [1702464635, "38674432"], [1702464671, "38670336"], [1702464716, "38670336"], [1702464743, "38715392"], [1702464776, "38719488"], [1702464812, "38715392"], [1702464836, "38715392"], [1702464869, "38715392"], [1702464905, "38723584"], [1702464926, "38723584"], [1702464956, "38719488"], [1702464992, "38735872"], [1702465016, "38744064"], [1702465049, "38744064"], [1702465085, "38748160"], [1702465118, "38748160"], [1702465145, "38748160"], [1702465178, "38752256"], [1702465208, "38752256"], [1702465241, "38752256"], [1702465298, "38752256"], [1702465334, "38752256"], [1702465367, "38756352"], [1702465394, "38756352"], [1702465418, "38756352"], [1702465445, "38752256"], [1702465481, "38862848"], [1702465517, "38862848"], [1702465550, "38903808"], [1702465586, "38916096"], [1702465619, "38961152"], [1702465658, "38961152"], [1702465706, "38961152"], [1702465754, "38985728"], [1702465787, "38985728"], [1702465823, "38981632"], [1702465856, "38424576"], [1702465880, "38428672"], [1702465910, "38424576"], [1702465952, "38428672"], [1702465988, "38502400"], [1702466015, "38506496"], [1702466030, "38502400"], [1702466060, "38506496"], [1702466078, "38535168"], [1702466138, "38535168"], [1702466168, "38531072"], [1702466204, "38539264"], [1702466237, "38535168"], [1702466261, "38535168"], [1702466291, "38604800"], [1702466327, "38707200"], [1702466360, "38711296"], [1702466384, "38707200"], [1702466417, "38707200"], [1702466441, "38731776"], [1702466471, "38735872"], [1702466507, "38780928"], [1702466540, "38780928"], [1702466597, "38776832"], [1702466633, "38785024"], [1702466666, "38780928"], [1702466705, "38793216"], [1702466732, "38793216"], [1702466765, "38797312"], [1702466801, "38797312"], [1702466852, "38793216"], [1702466876, "38797312"], [1702466918, "38793216"], [1702466978, "38793216"], [1702467014, "39059456"], [1702467038, "38793216"], [1702467068, "38797312"], [1702467122, "38797312"], [1702467158, "38797312"], [1702467191, "38797312"], [1702467221, "38797312"], [1702467257, "38793216"], [1702467299, "38797312"], [1702467350, "38801408"], [1702467386, "38793216"], [1702467419, "38797312"], [1702467455, "38801408"], [1702467515, "38793216"], [1702467542, "38801408"], [1702467566, "38797312"], [1702467599, "38797312"], [1702467635, "38797312"], [1702467668, "38842368"], [1702467695, "39124992"], [1702467716, "38903808"], [1702467746, "39034880"], [1702467800, "39301120"], [1702467824, "39038976"], [1702467908, "39038976"], [1702467944, "39034880"], [1702467968, "39038976"], [1702468001, "38711296"], [1702468031, "38715392"], [1702468067, "38711296"], [1702468085, "38711296"], [1702468115, "38711296"], [1702468151, "38719488"], [1702468181, "38711296"], [1702468208, "38715392"], [1702468241, "38711296"], [1702468256, "38715392"], [1702468286, "38715392"], [1702468322, "38711296"], [1702468352, "38711296"], [1702468388, "38711296"], [1702468424, "38711296"], [1702468457, "38711296"], [1702468493, "38715392"], [1702468517, "38715392"], [1702468550, "38715392"], [1702468586, "38715392"], [1702468613, "38518784"], [1702468637, "38518784"], [1702468679, "38518784"], [1702468721, "38514688"], [1702468730, "38576128"], [1702468766, "38572032"], [1702468799, "38576128"], [1702468835, "38674432"], [1702468898, "38670336"], [1702468934, "38670336"], [1702468970, "38694912"], [1702468994, "38690816"], [1702469024, "38699008"], [1702469060, "38760448"], [1702469111, "39186432"], [1702469144, "38928384"], [1702469168, "38924288"], [1702469204, "38604800"], [1702469237, "38600704"], [1702469273, "38604800"], [1702469303, "38604800"], [1702469336, "38625280"], [1702469360, "38633472"], [1702469387, "38637568"], [1702469411, "38633472"], [1702469435, "38670336"], [1702469468, "38666240"], [1702469504, "38670336"], [1702469537, "38666240"], [1702469573, "38670336"], [1702469606, "38670336"], [1702469633, "39190528"], [1702469660, "38682624"], [1702469684, "38887424"], [1702469717, "38883328"], [1702469753, "39149568"], [1702469786, "38883328"], [1702469816, "38895616"], [1702469834, "38891520"], [1702469864, "38895616"], [1702469906, "38895616"], [1702469936, "38891520"], [1702469972, "38891520"], [1702470005, "38895616"], [1702470029, "38895616"], [1702470065, "38895616"], [1702470101, "38899712"], [1702470131, "38891520"], [1702470167, "38567936"], [1702470203, "38567936"], [1702470251, "38563840"], [1702470278, "38645760"], [1702470311, "38641664"], [1702470347, "38641664"], [1702470371, "38641664"], [1702470404, "38637568"], [1702470440, "38637568"], [1702470476, "38641664"], [1702470506, "38641664"], [1702470542, "38641664"], [1702470575, "38641664"], [1702470611, "38641664"], [1702470635, "38637568"], [1702470662, "38658048"], [1702470686, "38653952"], [1702470719, "38658048"], [1702470746, "38658048"], [1702470812, "38653952"], [1702470845, "38653952"], [1702470875, "38662144"], [1702470899, "38653952"], [1702470953, "38653952"], [1702470983, "38662144"], [1702471025, "38653952"], [1702471067, "38658048"], [1702471169, "38653952"], [1702471193, "38653952"], [1702471226, "38653952"], [1702471265, "38686720"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "12640256"], [1702462721, "12640256"], [1702462736, "12423168"], [1702462751, "12533760"], [1702462763, "12533760"], [1702462793, "12713984"], [1702462808, "12713984"], [1702462829, "13070336"], [1702462844, "13070336"], [1702462865, "12812288"], [1702462880, "12918784"], [1702462904, "12943360"], [1702462919, "12943360"], [1702462952, "12500992"], [1702462973, "12505088"], [1702462988, "12505088"], [1702463045, "12591104"], [1702463081, "13078528"], [1702463114, "14286848"], [1702463150, "14700544"], [1702463186, "14643200"], [1702463216, "16412672"], [1702463240, "16470016"], [1702463273, "16551936"], [1702463324, "16535552"], [1702463354, "16535552"], [1702463381, "16539648"], [1702463417, "15826944"], [1702463453, "16080896"], [1702463477, "15364096"], [1702463510, "15364096"], [1702463537, "15364096"], [1702463570, "15388672"], [1702463591, "15556608"], [1702463621, "14888960"], [1702463657, "14888960"], [1702463693, "15372288"], [1702463729, "15396864"], [1702463765, "15101952"], [1702463798, "14512128"], [1702463846, "14426112"], [1702463873, "14925824"], [1702463906, "14925824"], [1702463948, "15245312"], [1702463984, "15163392"], [1702464014, "15482880"], [1702464050, "17383424"], [1702464086, "17555456"], [1702464122, "17408000"], [1702464155, "17457152"], [1702464194, "17457152"], [1702464230, "16945152"], [1702464263, "16945152"], [1702464299, "16945152"], [1702464332, "17747968"], [1702464356, "17727488"], [1702464392, "17915904"], [1702464425, "17915904"], [1702464455, "15716352"], [1702464479, "15716352"], [1702464509, "15720448"], [1702464533, "15122432"], [1702464569, "15785984"], [1702464605, "15220736"], [1702464635, "15884288"], [1702464671, "14139392"], [1702464716, "15241216"], [1702464743, "15245312"], [1702464776, "15073280"], [1702464812, "15089664"], [1702464836, "15122432"], [1702464869, "15155200"], [1702464905, "15859712"], [1702464926, "15212544"], [1702464956, "15482880"], [1702464992, "15785984"], [1702465016, "15859712"], [1702465049, "15908864"], [1702465085, "15220736"], [1702465118, "15147008"], [1702465145, "15810560"], [1702465178, "15294464"], [1702465208, "15294464"], [1702465241, "15519744"], [1702465298, "13967360"], [1702465334, "14131200"], [1702465367, "15720448"], [1702465394, "15720448"], [1702465418, "15769600"], [1702465445, "16678912"], [1702465481, "16687104"], [1702465517, "16793600"], [1702465550, "15687680"], [1702465586, "16588800"], [1702465619, "15851520"], [1702465658, "16089088"], [1702465706, "16769024"], [1702465754, "16805888"], [1702465787, "17207296"], [1702465823, "16117760"], [1702465856, "16433152"], [1702465880, "14159872"], [1702465910, "15167488"], [1702465952, "15503360"], [1702465988, "16613376"], [1702466015, "16900096"], [1702466030, "16355328"], [1702466060, "16379904"], [1702466078, "16379904"], [1702466138, "16601088"], [1702466168, "16891904"], [1702466204, "15310848"], [1702466237, "15122432"], [1702466261, "15122432"], [1702466291, "15769600"], [1702466327, "16236544"], [1702466360, "16269312"], [1702466384, "16347136"], [1702466417, "16347136"], [1702466441, "15749120"], [1702466471, "17068032"], [1702466507, "17092608"], [1702466540, "17141760"], [1702466597, "17444864"], [1702466633, "17453056"], [1702466666, "18108416"], [1702466705, "18706432"], [1702466732, "16084992"], [1702466765, "16084992"], [1702466801, "16084992"], [1702466852, "14872576"], [1702466876, "14872576"], [1702466918, "16216064"], [1702466978, "16048128"], [1702467014, "16449536"], [1702467038, "16531456"], [1702467068, "16089088"], [1702467122, "16089088"], [1702467158, "16687104"], [1702467191, "15839232"], [1702467221, "16543744"], [1702467257, "16158720"], [1702467299, "15544320"], [1702467350, "16977920"], [1702467386, "17051648"], [1702467419, "17231872"], [1702467455, "18358272"], [1702467515, "17985536"], [1702467542, "17485824"], [1702467566, "17485824"], [1702467599, "17485824"], [1702467635, "15273984"], [1702467668, "15986688"], [1702467695, "13922304"], [1702467716, "15192064"], [1702467746, "15192064"], [1702467800, "16166912"], [1702467824, "16842752"], [1702467908, "16576512"], [1702467944, "16576512"], [1702467968, "18149376"], [1702468001, "17510400"], [1702468031, "17510400"], [1702468067, "18206720"], [1702468085, "18206720"], [1702468115, "18206720"], [1702468151, "18210816"], [1702468181, "15712256"], [1702468208, "15712256"], [1702468241, "16375808"], [1702468256, "16269312"], [1702468286, "16318464"], [1702468322, "16334848"], [1702468352, "16474112"], [1702468388, "16474112"], [1702468424, "16474112"], [1702468457, "16490496"], [1702468493, "15314944"], [1702468517, "15552512"], [1702468550, "14422016"], [1702468586, "15790080"], [1702468613, "15831040"], [1702468637, "15953920"], [1702468679, "16642048"], [1702468721, "17633280"], [1702468730, "17633280"], [1702468766, "17731584"], [1702468799, "16236544"], [1702468835, "16941056"], [1702468898, "16228352"], [1702468934, "16572416"], [1702468970, "15720448"], [1702468994, "16490496"], [1702469024, "16490496"], [1702469060, "17383424"], [1702469111, "17465344"], [1702469144, "17858560"], [1702469168, "18046976"], [1702469204, "17489920"], [1702469237, "18489344"], [1702469273, "18489344"], [1702469303, "16588800"], [1702469336, "16588800"], [1702469360, "17055744"], [1702469387, "17055744"], [1702469411, "17203200"], [1702469435, "16310272"], [1702469468, "16232448"], [1702469504, "16224256"], [1702469537, "16994304"], [1702469573, "15859712"], [1702469606, "16576512"], [1702469633, "16576512"], [1702469660, "18124800"], [1702469684, "18124800"], [1702469717, "18227200"], [1702469753, "18227200"], [1702469786, "18362368"], [1702469816, "18362368"], [1702469834, "18423808"], [1702469864, "15572992"], [1702469906, "16547840"], [1702469936, "17629184"], [1702469972, "17727488"], [1702470005, "17842176"], [1702470029, "18956288"], [1702470065, "17833984"], [1702470101, "17833984"], [1702470131, "18030592"], [1702470167, "17694720"], [1702470203, "17694720"], [1702470251, "17694720"], [1702470278, "17301504"], [1702470311, "17408000"], [1702470347, "17408000"], [1702470371, "16482304"], [1702470404, "16482304"], [1702470440, "17154048"], [1702470476, "15933440"], [1702470506, "16605184"], [1702470542, "16424960"], [1702470575, "15826944"], [1702470611, "15835136"], [1702470635, "15745024"], [1702470662, "16408576"], [1702470686, "16408576"], [1702470719, "16482304"], [1702470746, "16482304"], [1702470812, "16605184"], [1702470845, "15720448"], [1702470875, "15867904"], [1702470899, "15876096"], [1702470953, "17842176"], [1702470983, "17940480"], [1702471025, "17563648"], [1702471067, "17563648"], [1702471169, "16171008"], [1702471193, "16097280"], [1702471226, "17080320"], [1702471265, "17178624"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "91754496"], [1702462721, "98488320"], [1702462736, "100540416"], [1702462751, "104513536"], [1702462763, "88580096"], [1702462793, "87609344"], [1702462808, "84606976"], [1702462829, "103424000"], [1702462844, "91631616"], [1702462865, "100241408"], [1702462880, "111292416"], [1702462904, "97181696"], [1702462919, "88170496"], [1702462952, "96448512"], [1702462973, "89272320"], [1702462988, "111624192"], [1702463045, "90718208"], [1702463081, "97742848"], [1702463114, "103170048"], [1702463150, "108408832"], [1702463186, "106819584"], [1702463216, "111632384"], [1702463240, "107909120"], [1702463273, "107823104"], [1702463324, "89681920"], [1702463354, "91971584"], [1702463381, "91885568"], [1702463417, "106700800"], [1702463453, "97738752"], [1702463477, "112398336"], [1702463510, "109113344"], [1702463537, "101502976"], [1702463570, "97243136"], [1702463591, "102297600"], [1702463621, "107200512"], [1702463657, "111165440"], [1702463693, "112173056"], [1702463729, "114442240"], [1702463765, "117919744"], [1702463798, "107028480"], [1702463846, "100102144"], [1702463873, "105209856"], [1702463906, "106418176"], [1702463948, "108404736"], [1702463984, "111398912"], [1702464014, "116535296"], [1702464050, "108683264"], [1702464086, "95883264"], [1702464122, "110768128"], [1702464155, "102699008"], [1702464194, "111067136"], [1702464230, "94269440"], [1702464263, "117137408"], [1702464299, "115605504"], [1702464332, "116809728"], [1702464356, "108851200"], [1702464392, "115933184"], [1702464425, "119705600"], [1702464455, "113684480"], [1702464479, "112316416"], [1702464509, "114577408"], [1702464533, "107393024"], [1702464569, "114532352"], [1702464605, "118542336"], [1702464635, "121069568"], [1702464671, "114728960"], [1702464716, "118325248"], [1702464743, "118865920"], [1702464776, "118890496"], [1702464812, "111480832"], [1702464836, "108830720"], [1702464869, "115535872"], [1702464905, "114196480"], [1702464926, "109973504"], [1702464956, "112017408"], [1702464992, "118415360"], [1702465016, "112254976"], [1702465049, "117747712"], [1702465085, "116527104"], [1702465118, "111636480"], [1702465145, "122060800"], [1702465178, "109350912"], [1702465208, "116490240"], [1702465241, "116932608"], [1702465298, "110759936"], [1702465334, "108695552"], [1702465367, "120479744"], [1702465394, "118509568"], [1702465418, "96690176"], [1702465445, "115326976"], [1702465481, "111202304"], [1702465517, "109309952"], [1702465550, "113860608"], [1702465586, "113930240"], [1702465619, "110710784"], [1702465658, "107851776"], [1702465706, "113627136"], [1702465754, "113684480"], [1702465787, "116817920"], [1702465823, "116244480"], [1702465856, "120844288"], [1702465880, "112422912"], [1702465910, "109154304"], [1702465952, "113115136"], [1702465988, "119222272"], [1702466015, "112115712"], [1702466030, "114163712"], [1702466060, "110505984"], [1702466078, "104177664"], [1702466138, "97251328"], [1702466168, "117784576"], [1702466204, "113303552"], [1702466237, "118808576"], [1702466261, "122892288"], [1702466291, "110292992"], [1702466327, "111083520"], [1702466360, "117018624"], [1702466384, "118562816"], [1702466417, "116961280"], [1702466441, "117874688"], [1702466471, "112947200"], [1702466507, "108490752"], [1702466540, "117182464"], [1702466597, "96808960"], [1702466633, "110559232"], [1702466666, "120340480"], [1702466705, "119894016"], [1702466732, "116391936"], [1702466765, "107266048"], [1702466801, "115335168"], [1702466852, "102281216"], [1702466876, "120348672"], [1702466918, "112029696"], [1702466978, "131796992"], [1702467014, "124518400"], [1702467038, "128520192"], [1702467068, "129265664"], [1702467122, "122781696"], [1702467158, "110706688"], [1702467191, "122650624"], [1702467221, "121163776"], [1702467257, "120029184"], [1702467299, "121835520"], [1702467350, "118509568"], [1702467386, "122548224"], [1702467419, "127430656"], [1702467455, "124841984"], [1702467515, "110092288"], [1702467542, "117547008"], [1702467566, "113397760"], [1702467599, "116137984"], [1702467635, "121700352"], [1702467668, "125337600"], [1702467695, "124235776"], [1702467716, "123613184"], [1702467746, "110608384"], [1702467800, "113999872"], [1702467824, "124231680"], [1702467908, "123146240"], [1702467944, "109367296"], [1702467968, "116740096"], [1702468001, "112955392"], [1702468031, "99303424"], [1702468067, "132501504"], [1702468085, "116887552"], [1702468115, "115208192"], [1702468151, "120479744"], [1702468181, "126238720"], [1702468208, "128200704"], [1702468241, "118878208"], [1702468256, "106000384"], [1702468286, "116617216"], [1702468322, "118538240"], [1702468352, "112431104"], [1702468388, "121036800"], [1702468424, "124313600"], [1702468457, "124059648"], [1702468493, "124747776"], [1702468517, "122077184"], [1702468550, "110305280"], [1702468586, "113049600"], [1702468613, "121593856"], [1702468637, "115572736"], [1702468679, "110436352"], [1702468721, "118046720"], [1702468730, "118231040"], [1702468766, "104308736"], [1702468799, "121090048"], [1702468835, "121114624"], [1702468898, "96583680"], [1702468934, "113008640"], [1702468970, "119291904"], [1702468994, "126730240"], [1702469024, "106414080"], [1702469060, "105000960"], [1702469111, "95268864"], [1702469144, "126877696"], [1702469168, "122646528"], [1702469204, "116383744"], [1702469237, "118910976"], [1702469273, "119406592"], [1702469303, "124616704"], [1702469336, "123338752"], [1702469360, "109350912"], [1702469387, "110579712"], [1702469411, "106061824"], [1702469435, "114155520"], [1702469468, "105193472"], [1702469504, "111087616"], [1702469537, "120610816"], [1702469573, "113586176"], [1702469606, "122552320"], [1702469633, "122441728"], [1702469660, "126214144"], [1702469684, "116543488"], [1702469717, "113786880"], [1702469753, "119484416"], [1702469786, "119058432"], [1702469816, "118648832"], [1702469834, "113266688"], [1702469864, "110673920"], [1702469906, "108892160"], [1702469936, "117731328"], [1702469972, "112431104"], [1702470005, "122691584"], [1702470029, "121462784"], [1702470065, "127197184"], [1702470101, "122712064"], [1702470131, "109469696"], [1702470167, "106881024"], [1702470203, "113647616"], [1702470251, "103399424"], [1702470278, "100884480"], [1702470311, "115707904"], [1702470347, "110960640"], [1702470371, "121614336"], [1702470404, "122515456"], [1702470440, "120213504"], [1702470476, "121786368"], [1702470506, "118132736"], [1702470542, "118915072"], [1702470575, "122388480"], [1702470611, "119218176"], [1702470635, "111943680"], [1702470662, "114569216"], [1702470686, "107335680"], [1702470719, "114851840"], [1702470746, "113102848"], [1702470812, "112762880"], [1702470845, "116416512"], [1702470875, "118468608"], [1702470899, "118530048"], [1702470953, "114671616"], [1702470983, "114491392"], [1702471025, "111190016"], [1702471067, "108179456"], [1702471169, "119529472"], [1702471193, "119476224"], [1702471226, "112013312"], [1702471265, "119132160"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "100110336"], [1702462721, "100118528"], [1702462736, "99344384"], [1702462751, "99348480"], [1702462763, "99348480"], [1702462793, "99348480"], [1702462808, "96026624"], [1702462829, "96030720"], [1702462844, "96092160"], [1702462865, "96141312"], [1702462880, "96157696"], [1702462904, "96178176"], [1702462919, "96178176"], [1702462952, "96567296"], [1702462973, "96624640"], [1702462988, "96628736"], [1702463045, "95117312"], [1702463081, "95117312"], [1702463114, "95113216"], [1702463150, "96161792"], [1702463186, "96182272"], [1702463216, "96382976"], [1702463240, "96473088"], [1702463273, "96493568"], [1702463324, "96550912"], [1702463354, "97603584"], [1702463381, "97693696"], [1702463417, "97718272"], [1702463453, "97779712"], [1702463477, "97787904"], [1702463510, "97787904"], [1702463537, "97820672"], [1702463570, "97816576"], [1702463591, "97894400"], [1702463621, "97890304"], [1702463657, "98164736"], [1702463693, "97980416"], [1702463729, "97976320"], [1702463765, "97976320"], [1702463798, "97980416"], [1702463846, "97980416"], [1702463873, "98004992"], [1702463906, "97980416"], [1702463948, "97996800"], [1702463984, "98000896"], [1702464014, "98000896"], [1702464050, "98160640"], [1702464086, "98197504"], [1702464122, "98267136"], [1702464155, "98283520"], [1702464194, "98291712"], [1702464230, "98287616"], [1702464263, "97439744"], [1702464299, "97439744"], [1702464332, "97697792"], [1702464356, "97439744"], [1702464392, "97746944"], [1702464425, "97886208"], [1702464455, "97931264"], [1702464479, "97935360"], [1702464509, "97935360"], [1702464533, "97935360"], [1702464569, "97935360"], [1702464605, "97935360"], [1702464635, "97935360"], [1702464671, "97935360"], [1702464716, "96698368"], [1702464743, "96747520"], [1702464776, "96768000"], [1702464812, "96841728"], [1702464836, "96841728"], [1702464869, "96845824"], [1702464905, "95031296"], [1702464926, "95236096"], [1702464956, "95244288"], [1702464992, "95244288"], [1702465016, "97402880"], [1702465049, "97792000"], [1702465085, "98271232"], [1702465118, "98799616"], [1702465145, "99061760"], [1702465178, "99139584"], [1702465208, "99192832"], [1702465241, "97763328"], [1702465298, "97763328"], [1702465334, "97771520"], [1702465367, "97841152"], [1702465394, "98123776"], [1702465418, "97869824"], [1702465445, "97947648"], [1702465481, "98021376"], [1702465517, "98025472"], [1702465550, "98025472"], [1702465586, "98037760"], [1702465619, "98037760"], [1702465658, "98037760"], [1702465706, "98037760"], [1702465754, "98045952"], [1702465787, "98045952"], [1702465823, "98054144"], [1702465856, "98062336"], [1702465880, "98062336"], [1702465910, "98062336"], [1702465952, "98177024"], [1702465988, "98361344"], [1702466015, "98426880"], [1702466030, "98435072"], [1702466060, "98435072"], [1702466078, "98435072"], [1702466138, "98435072"], [1702466168, "98435072"], [1702466204, "98435072"], [1702466237, "98435072"], [1702466261, "98435072"], [1702466291, "98451456"], [1702466327, "98455552"], [1702466360, "98656256"], [1702466384, "98660352"], [1702466417, "98664448"], [1702466441, "98664448"], [1702466471, "98664448"], [1702466507, "98922496"], [1702466540, "98664448"], [1702466597, "98664448"], [1702466633, "98664448"], [1702466666, "97538048"], [1702466705, "97538048"], [1702466732, "97538048"], [1702466765, "97533952"], [1702466801, "97533952"], [1702466852, "97538048"], [1702466876, "97538048"], [1702466918, "97538048"], [1702466978, "97542144"], [1702467014, "97562624"], [1702467038, "97558528"], [1702467068, "97562624"], [1702467122, "97570816"], [1702467158, "97570816"], [1702467191, "97574912"], [1702467221, "97570816"], [1702467257, "97849344"], [1702467299, "97669120"], [1702467350, "97972224"], [1702467386, "97722368"], [1702467419, "97734656"], [1702467455, "97734656"], [1702467515, "97734656"], [1702467542, "97734656"], [1702467566, "97734656"], [1702467599, "97738752"], [1702467635, "97730560"], [1702467668, "97734656"], [1702467695, "97730560"], [1702467716, "97787904"], [1702467746, "97787904"], [1702467800, "97787904"], [1702467824, "97787904"], [1702467908, "97787904"], [1702467944, "97787904"], [1702467968, "97931264"], [1702468001, "97955840"], [1702468031, "98070528"], [1702468067, "97677312"], [1702468085, "97677312"], [1702468115, "97935360"], [1702468151, "97673216"], [1702468181, "97681408"], [1702468208, "97685504"], [1702468241, "97685504"], [1702468256, "97685504"], [1702468286, "97685504"], [1702468322, "97689600"], [1702468352, "97689600"], [1702468388, "97689600"], [1702468424, "97730560"], [1702468457, "97730560"], [1702468493, "97423360"], [1702468517, "97488896"], [1702468550, "97505280"], [1702468586, "97517568"], [1702468613, "97554432"], [1702468637, "97550336"], [1702468679, "97566720"], [1702468721, "95076352"], [1702468730, "98631680"], [1702468766, "98742272"], [1702468799, "97996800"], [1702468835, "98611200"], [1702468898, "98181120"], [1702468934, "97701888"], [1702468970, "97710080"], [1702468994, "94707712"], [1702469024, "94707712"], [1702469060, "94711808"], [1702469111, "95965184"], [1702469144, "96337920"], [1702469168, "96546816"], [1702469204, "96776192"], [1702469237, "96845824"], [1702469273, "97112064"], [1702469303, "96845824"], [1702469336, "97193984"], [1702469360, "97656832"], [1702469387, "97538048"], [1702469411, "97837056"], [1702469435, "97652736"], [1702469468, "97681408"], [1702469504, "97681408"], [1702469537, "97681408"], [1702469573, "97677312"], [1702469606, "97697792"], [1702469633, "97697792"], [1702469660, "97697792"], [1702469684, "97787904"], [1702469717, "97804288"], [1702469753, "97812480"], [1702469786, "98074624"], [1702469816, "97820672"], [1702469834, "97837056"], [1702469864, "97832960"], [1702469906, "97828864"], [1702469936, "97837056"], [1702469972, "97832960"], [1702470005, "97849344"], [1702470029, "97841152"], [1702470065, "97841152"], [1702470101, "97841152"], [1702470131, "97837056"], [1702470167, "97841152"], [1702470203, "97853440"], [1702470251, "97853440"], [1702470278, "97857536"], [1702470311, "97857536"], [1702470347, "97857536"], [1702470371, "97853440"], [1702470404, "98177024"], [1702470440, "97935360"], [1702470476, "97943552"], [1702470506, "97947648"], [1702470542, "97951744"], [1702470575, "97955840"], [1702470611, "97955840"], [1702470635, "97964032"], [1702470662, "97964032"], [1702470686, "97968128"], [1702470719, "97964032"], [1702470746, "98226176"], [1702470812, "97370112"], [1702470845, "97370112"], [1702470875, "97423360"], [1702470899, "97492992"], [1702470953, "97509376"], [1702470983, "97517568"], [1702471025, "97533952"], [1702471067, "97538048"], [1702471169, "97931264"], [1702471193, "97980416"], [1702471226, "97980416"], [1702471265, "97988608"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "32894976"], [1702462721, "32894976"], [1702462736, "32894976"], [1702462751, "33337344"], [1702462763, "33136640"], [1702462793, "33128448"], [1702462808, "33128448"], [1702462829, "33128448"], [1702462844, "33128448"], [1702462865, "33153024"], [1702462880, "33153024"], [1702462904, "33300480"], [1702462919, "33300480"], [1702462952, "33300480"], [1702462973, "33300480"], [1702462988, "33296384"], [1702463045, "33296384"], [1702463081, "33333248"], [1702463114, "33333248"], [1702463150, "33333248"], [1702463186, "33333248"], [1702463216, "33464320"], [1702463240, "33464320"], [1702463273, "33464320"], [1702463324, "33460224"], [1702463354, "33460224"], [1702463381, "33120256"], [1702463417, "33132544"], [1702463453, "33120256"], [1702463477, "33120256"], [1702463510, "33398784"], [1702463537, "33431552"], [1702463570, "33431552"], [1702463591, "33427456"], [1702463621, "33427456"], [1702463657, "33144832"], [1702463693, "33136640"], [1702463729, "33136640"], [1702463765, "33132544"], [1702463798, "33140736"], [1702463846, "33484800"], [1702463873, "33484800"], [1702463906, "33480704"], [1702463948, "33480704"], [1702463984, "33292288"], [1702464014, "33292288"], [1702464050, "33320960"], [1702464086, "33320960"], [1702464122, "33353728"], [1702464155, "33357824"], [1702464194, "33353728"], [1702464230, "33353728"], [1702464263, "33030144"], [1702464299, "33030144"], [1702464332, "33038336"], [1702464356, "33042432"], [1702464392, "33050624"], [1702464425, "33177600"], [1702464455, "33169408"], [1702464479, "33169408"], [1702464509, "33165312"], [1702464533, "33165312"], [1702464569, "33185792"], [1702464605, "33177600"], [1702464635, "33177600"], [1702464671, "33173504"], [1702464716, "33333248"], [1702464743, "33333248"], [1702464776, "33333248"], [1702464812, "33333248"], [1702464836, "33329152"], [1702464869, "33161216"], [1702464905, "33153024"], [1702464926, "33153024"], [1702464956, "33157120"], [1702464992, "33157120"], [1702465016, "33259520"], [1702465049, "33259520"], [1702465085, "33259520"], [1702465118, "33259520"], [1702465145, "33259520"], [1702465178, "33259520"], [1702465208, "33259520"], [1702465241, "33259520"], [1702465298, "33259520"], [1702465334, "33177600"], [1702465367, "33173504"], [1702465394, "33173504"], [1702465418, "33185792"], [1702465445, "33185792"], [1702465481, "32874496"], [1702465517, "32878592"], [1702465550, "32935936"], [1702465586, "33259520"], [1702465619, "33259520"], [1702465658, "33263616"], [1702465706, "33263616"], [1702465754, "33300480"], [1702465787, "33300480"], [1702465823, "33296384"], [1702465856, "33300480"], [1702465880, "33300480"], [1702465910, "33071104"], [1702465952, "33067008"], [1702465988, "33067008"], [1702466015, "33071104"], [1702466030, "32841728"], [1702466060, "32841728"], [1702466078, "32841728"], [1702466138, "32866304"], [1702466168, "32919552"], [1702466204, "33009664"], [1702466237, "33005568"], [1702466261, "33005568"], [1702466291, "33005568"], [1702466327, "33103872"], [1702466360, "33177600"], [1702466384, "33177600"], [1702466417, "33185792"], [1702466441, "33210368"], [1702466471, "33226752"], [1702466507, "33226752"], [1702466540, "33222656"], [1702466597, "33222656"], [1702466633, "32964608"], [1702466666, "32972800"], [1702466705, "32968704"], [1702466732, "32976896"], [1702466765, "33005568"], [1702466801, "33316864"], [1702466852, "33312768"], [1702466876, "33312768"], [1702466918, "33320960"], [1702466978, "33349632"], [1702467014, "33345536"], [1702467038, "33345536"], [1702467068, "33349632"], [1702467122, "33038336"], [1702467158, "33034240"], [1702467191, "33034240"], [1702467221, "33202176"], [1702467257, "33193984"], [1702467299, "33189888"], [1702467350, "33193984"], [1702467386, "33112064"], [1702467419, "33112064"], [1702467455, "33112064"], [1702467515, "33112064"], [1702467542, "33112064"], [1702467566, "33112064"], [1702467599, "33107968"], [1702467635, "33107968"], [1702467668, "33116160"], [1702467695, "33136640"], [1702467716, "33136640"], [1702467746, "33136640"], [1702467800, "32751616"], [1702467824, "32751616"], [1702467908, "32747520"], [1702467944, "33165312"], [1702467968, "33157120"], [1702468001, "33157120"], [1702468031, "33157120"], [1702468067, "33157120"], [1702468085, "33157120"], [1702468115, "33157120"], [1702468151, "33157120"], [1702468181, "33157120"], [1702468208, "33157120"], [1702468241, "32964608"], [1702468256, "32735232"], [1702468286, "32739328"], [1702468322, "32731136"], [1702468352, "32804864"], [1702468388, "32960512"], [1702468424, "32960512"], [1702468457, "32956416"], [1702468493, "32960512"], [1702468517, "33026048"], [1702468550, "33026048"], [1702468586, "33026048"], [1702468613, "33021952"], [1702468637, "33038336"], [1702468679, "33095680"], [1702468721, "33095680"], [1702468730, "33095680"], [1702468766, "33095680"], [1702468799, "33095680"], [1702468835, "33103872"], [1702468898, "33099776"], [1702468934, "33099776"], [1702468970, "33128448"], [1702468994, "33128448"], [1702469024, "33128448"], [1702469060, "33128448"], [1702469111, "32694272"], [1702469144, "32694272"], [1702469168, "32690176"], [1702469204, "32690176"], [1702469237, "32886784"], [1702469273, "32890880"], [1702469303, "32899072"], [1702469336, "32899072"], [1702469360, "33075200"], [1702469387, "33075200"], [1702469411, "33062912"], [1702469435, "33062912"], [1702469468, "33062912"], [1702469504, "33083392"], [1702469537, "33087488"], [1702469573, "33087488"], [1702469606, "33087488"], [1702469633, "33087488"], [1702469660, "33112064"], [1702469684, "33112064"], [1702469717, "33112064"], [1702469753, "33112064"], [1702469786, "33107968"], [1702469816, "33107968"], [1702469834, "33112064"], [1702469864, "33132544"], [1702469906, "33112064"], [1702469936, "33107968"], [1702469972, "33132544"], [1702470005, "33144832"], [1702470029, "33136640"], [1702470065, "33136640"], [1702470101, "32866304"], [1702470131, "33120256"], [1702470167, "32907264"], [1702470203, "32907264"], [1702470251, "32755712"], [1702470278, "32755712"], [1702470311, "32817152"], [1702470347, "32817152"], [1702470371, "33062912"], [1702470404, "33062912"], [1702470440, "33058816"], [1702470476, "33067008"], [1702470506, "33234944"], [1702470542, "33222656"], [1702470575, "33222656"], [1702470611, "33222656"], [1702470635, "33103872"], [1702470662, "33103872"], [1702470686, "33103872"], [1702470719, "33103872"], [1702470746, "33103872"], [1702470812, "33103872"], [1702470845, "33099776"], [1702470875, "33099776"], [1702470899, "33103872"], [1702470953, "33234944"], [1702470983, "33234944"], [1702471025, "33234944"], [1702471067, "33243136"], [1702471169, "33234944"], [1702471193, "33271808"], [1702471226, "33271808"], [1702471265, "33046528"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "57638912"], [1702462721, "57643008"], [1702462736, "57647104"], [1702462751, "57638912"], [1702462763, "57638912"], [1702462793, "57638912"], [1702462808, "57643008"], [1702462829, "57643008"], [1702462844, "57643008"], [1702462865, "57638912"], [1702462880, "57638912"], [1702462904, "57643008"], [1702462919, "57643008"], [1702462952, "57643008"], [1702462973, "57643008"], [1702462988, "57638912"], [1702463045, "57638912"], [1702463081, "57643008"], [1702463114, "57647104"], [1702463150, "57638912"], [1702463186, "57643008"], [1702463216, "57647104"], [1702463240, "57638912"], [1702463273, "57638912"], [1702463324, "57647104"], [1702463354, "57638912"], [1702463381, "57638912"], [1702463417, "57638912"], [1702463453, "57909248"], [1702463477, "57638912"], [1702463510, "57638912"], [1702463537, "57643008"], [1702463570, "57647104"], [1702463591, "57638912"], [1702463621, "57638912"], [1702463657, "57643008"], [1702463693, "57647104"], [1702463729, "57643008"], [1702463765, "57651200"], [1702463798, "57647104"], [1702463846, "57643008"], [1702463873, "57643008"], [1702463906, "57643008"], [1702463948, "57651200"], [1702463984, "57643008"], [1702464014, "57643008"], [1702464050, "57651200"], [1702464086, "57749504"], [1702464122, "57643008"], [1702464155, "57651200"], [1702464194, "57643008"], [1702464230, "57643008"], [1702464263, "57643008"], [1702464299, "57651200"], [1702464332, "57831424"], [1702464356, "57831424"], [1702464392, "57843712"], [1702464425, "57839616"], [1702464455, "57839616"], [1702464479, "57831424"], [1702464509, "57839616"], [1702464533, "57839616"], [1702464569, "57647104"], [1702464605, "57638912"], [1702464635, "57638912"], [1702464671, "57647104"], [1702464716, "57638912"], [1702464743, "57638912"], [1702464776, "57647104"], [1702464812, "57737216"], [1702464836, "57638912"], [1702464869, "57638912"], [1702464905, "57647104"], [1702464926, "57651200"], [1702464956, "57638912"], [1702464992, "57643008"], [1702465016, "57647104"], [1702465049, "57638912"], [1702465085, "57638912"], [1702465118, "57647104"], [1702465145, "57720832"], [1702465178, "57712640"], [1702465208, "57712640"], [1702465241, "57720832"], [1702465298, "57647104"], [1702465334, "57647104"], [1702465367, "57655296"], [1702465394, "57655296"], [1702465418, "57647104"], [1702465445, "57647104"], [1702465481, "57659392"], [1702465517, "57647104"], [1702465550, "57647104"], [1702465586, "57647104"], [1702465619, "57655296"], [1702465658, "57647104"], [1702465706, "57647104"], [1702465754, "58593280"], [1702465787, "58589184"], [1702465823, "58593280"], [1702465856, "58601472"], [1702465880, "58646528"], [1702465910, "58646528"], [1702465952, "57610240"], [1702465988, "57614336"], [1702466015, "57606144"], [1702466030, "57606144"], [1702466060, "57610240"], [1702466078, "57618432"], [1702466138, "57606144"], [1702466168, "57606144"], [1702466204, "57610240"], [1702466237, "57606144"], [1702466261, "57606144"], [1702466291, "57610240"], [1702466327, "57614336"], [1702466360, "57606144"], [1702466384, "57606144"], [1702466417, "57606144"], [1702466441, "57679872"], [1702466471, "57671680"], [1702466507, "57671680"], [1702466540, "57671680"], [1702466597, "57671680"], [1702466633, "57671680"], [1702466666, "57679872"], [1702466705, "57679872"], [1702466732, "57671680"], [1702466765, "57679872"], [1702466801, "57552896"], [1702466852, "57716736"], [1702466876, "57716736"], [1702466918, "57655296"], [1702466978, "57651200"], [1702467014, "57655296"], [1702467038, "57737216"], [1702467068, "57733120"], [1702467122, "57745408"], [1702467158, "57802752"], [1702467191, "57798656"], [1702467221, "57798656"], [1702467257, "57802752"], [1702467299, "57614336"], [1702467350, "57667584"], [1702467386, "57671680"], [1702467419, "57704448"], [1702467455, "57700352"], [1702467515, "57704448"], [1702467542, "57733120"], [1702467566, "57745408"], [1702467599, "57745408"], [1702467635, "57749504"], [1702467668, "57757696"], [1702467695, "57753600"], [1702467716, "57749504"], [1702467746, "57753600"], [1702467800, "57626624"], [1702467824, "57626624"], [1702467908, "57737216"], [1702467944, "57733120"], [1702467968, "57741312"], [1702468001, "57741312"], [1702468031, "57745408"], [1702468067, "57610240"], [1702468085, "57610240"], [1702468115, "57614336"], [1702468151, "57688064"], [1702468181, "57683968"], [1702468208, "57683968"], [1702468241, "57688064"], [1702468256, "57692160"], [1702468286, "57688064"], [1702468322, "57688064"], [1702468352, "57688064"], [1702468388, "57704448"], [1702468424, "57696256"], [1702468457, "57696256"], [1702468493, "57704448"], [1702468517, "57696256"], [1702468550, "57696256"], [1702468586, "57696256"], [1702468613, "57704448"], [1702468637, "57729024"], [1702468679, "57729024"], [1702468721, "57737216"], [1702468730, "57737216"], [1702468766, "57597952"], [1702468799, "57597952"], [1702468835, "57602048"], [1702468898, "57597952"], [1702468934, "57597952"], [1702468970, "57606144"], [1702468994, "57597952"], [1702469024, "57597952"], [1702469060, "57597952"], [1702469111, "57704448"], [1702469144, "57597952"], [1702469168, "57597952"], [1702469204, "57606144"], [1702469237, "57606144"], [1702469273, "57602048"], [1702469303, "57606144"], [1702469336, "57610240"], [1702469360, "57614336"], [1702469387, "57614336"], [1702469411, "57622528"], [1702469435, "57626624"], [1702469468, "58564608"], [1702469504, "58564608"], [1702469537, "58568704"], [1702469573, "58572800"], [1702469606, "57430016"], [1702469633, "57430016"], [1702469660, "57434112"], [1702469684, "57442304"], [1702469717, "57511936"], [1702469753, "57511936"], [1702469786, "57516032"], [1702469816, "57524224"], [1702469834, "58646528"], [1702469864, "58642432"], [1702469906, "58646528"], [1702469936, "58654720"], [1702469972, "57389056"], [1702470005, "57389056"], [1702470029, "57393152"], [1702470065, "57466880"], [1702470101, "57692160"], [1702470131, "57692160"], [1702470167, "57700352"], [1702470203, "57884672"], [1702470251, "57819136"], [1702470278, "57823232"], [1702470311, "57602048"], [1702470347, "57602048"], [1702470371, "57602048"], [1702470404, "57618432"], [1702470440, "57614336"], [1702470476, "57614336"], [1702470506, "57630720"], [1702470542, "57622528"], [1702470575, "57630720"], [1702470611, "57626624"], [1702470635, "57630720"], [1702470662, "57651200"], [1702470686, "57692160"], [1702470719, "57692160"], [1702470746, "57696256"], [1702470812, "57708544"], [1702470845, "57602048"], [1702470875, "57602048"], [1702470899, "57610240"], [1702470953, "57626624"], [1702470983, "57626624"], [1702471025, "57634816"], [1702471067, "58601472"], [1702471169, "56471552"], [1702471193, "57348096"], [1702471226, "57348096"], [1702471265, "57425920"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "26382336"], [1702462721, "26382336"], [1702462736, "26427392"], [1702462751, "26427392"], [1702462763, "26447872"], [1702462793, "26509312"], [1702462808, "26341376"], [1702462829, "26386432"], [1702462844, "26451968"], [1702462865, "26509312"], [1702462880, "26759168"], [1702462904, "26877952"], [1702462919, "26877952"], [1702462952, "26292224"], [1702462973, "26329088"], [1702462988, "26386432"], [1702463045, "26927104"], [1702463081, "27021312"], [1702463114, "27103232"], [1702463150, "26996736"], [1702463186, "27013120"], [1702463216, "27017216"], [1702463240, "27160576"], [1702463273, "27336704"], [1702463324, "26972160"], [1702463354, "26972160"], [1702463381, "26980352"], [1702463417, "27238400"], [1702463453, "27168768"], [1702463477, "27176960"], [1702463510, "27197440"], [1702463537, "27504640"], [1702463570, "27549696"], [1702463591, "27582464"], [1702463621, "27615232"], [1702463657, "27942912"], [1702463693, "27865088"], [1702463729, "27889664"], [1702463765, "27185152"], [1702463798, "27193344"], [1702463846, "27119616"], [1702463873, "27119616"], [1702463906, "27123712"], [1702463948, "27144192"], [1702463984, "26832896"], [1702464014, "26836992"], [1702464050, "26894336"], [1702464086, "27258880"], [1702464122, "27422720"], [1702464155, "27455488"], [1702464194, "26984448"], [1702464230, "26992640"], [1702464263, "27238400"], [1702464299, "27287552"], [1702464332, "27320320"], [1702464356, "27357184"], [1702464392, "27402240"], [1702464425, "27439104"], [1702464455, "27066368"], [1702464479, "27066368"], [1702464509, "27066368"], [1702464533, "27090944"], [1702464569, "27320320"], [1702464605, "27344896"], [1702464635, "27348992"], [1702464671, "27185152"], [1702464716, "26791936"], [1702464743, "26943488"], [1702464776, "26816512"], [1702464812, "26832896"], [1702464836, "26693632"], [1702464869, "26714112"], [1702464905, "26767360"], [1702464926, "26714112"], [1702464956, "26714112"], [1702464992, "26558464"], [1702465016, "26578944"], [1702465049, "26587136"], [1702465085, "26841088"], [1702465118, "26996736"], [1702465145, "27045888"], [1702465178, "27090944"], [1702465208, "27344896"], [1702465241, "27385856"], [1702465298, "27463680"], [1702465334, "26624000"], [1702465367, "26656768"], [1702465394, "26685440"], [1702465418, "26841088"], [1702465445, "26845184"], [1702465481, "26861568"], [1702465517, "27217920"], [1702465550, "27238400"], [1702465586, "27287552"], [1702465619, "27299840"], [1702465658, "27004928"], [1702465706, "27013120"], [1702465754, "27545600"], [1702465787, "27602944"], [1702465823, "27721728"], [1702465856, "27787264"], [1702465880, "27226112"], [1702465910, "27078656"], [1702465952, "27111424"], [1702465988, "27156480"], [1702466015, "26828800"], [1702466030, "26828800"], [1702466060, "27049984"], [1702466078, "27000832"], [1702466138, "27590656"], [1702466168, "27607040"], [1702466204, "28028928"], [1702466237, "27430912"], [1702466261, "27480064"], [1702466291, "27484160"], [1702466327, "27086848"], [1702466360, "27119616"], [1702466384, "27123712"], [1702466417, "27205632"], [1702466441, "27234304"], [1702466471, "27246592"], [1702466507, "27254784"], [1702466540, "27389952"], [1702466597, "27467776"], [1702466633, "27516928"], [1702466666, "27717632"], [1702466705, "27754496"], [1702466732, "27815936"], [1702466765, "27041792"], [1702466801, "27037696"], [1702466852, "27062272"], [1702466876, "27455488"], [1702466918, "27504640"], [1702466978, "26963968"], [1702467014, "26546176"], [1702467038, "26591232"], [1702467068, "26677248"], [1702467122, "26824704"], [1702467158, "26865664"], [1702467191, "26968064"], [1702467221, "26267648"], [1702467257, "26890240"], [1702467299, "26959872"], [1702467350, "27086848"], [1702467386, "27131904"], [1702467419, "27181056"], [1702467455, "27230208"], [1702467515, "27611136"], [1702467542, "27906048"], [1702467566, "26599424"], [1702467599, "26599424"], [1702467635, "26583040"], [1702467668, "26423296"], [1702467695, "26427392"], [1702467716, "26841088"], [1702467746, "26894336"], [1702467800, "26963968"], [1702467824, "26669056"], [1702467908, "26853376"], [1702467944, "26943488"], [1702467968, "26955776"], [1702468001, "26988544"], [1702468031, "27004928"], [1702468067, "27291648"], [1702468085, "27303936"], [1702468115, "27316224"], [1702468151, "27328512"], [1702468181, "27181056"], [1702468208, "27197440"], [1702468241, "27250688"], [1702468256, "27394048"], [1702468286, "27443200"], [1702468322, "27467776"], [1702468352, "26628096"], [1702468388, "26628096"], [1702468424, "26177536"], [1702468457, "26177536"], [1702468493, "26611712"], [1702468517, "26783744"], [1702468550, "26816512"], [1702468586, "26845184"], [1702468613, "27041792"], [1702468637, "27070464"], [1702468679, "27123712"], [1702468721, "27201536"], [1702468730, "27205632"], [1702468766, "27291648"], [1702468799, "27328512"], [1702468835, "27385856"], [1702468898, "27389952"], [1702468934, "27115520"], [1702468970, "27119616"], [1702468994, "27688960"], [1702469024, "27168768"], [1702469060, "27168768"], [1702469111, "27279360"], [1702469144, "27340800"], [1702469168, "27406336"], [1702469204, "27738112"], [1702469237, "27844608"], [1702469273, "27901952"], [1702469303, "26714112"], [1702469336, "26173440"], [1702469360, "26222592"], [1702469387, "26202112"], [1702469411, "26300416"], [1702469435, "26730496"], [1702469468, "26775552"], [1702469504, "26869760"], [1702469537, "27074560"], [1702469573, "27136000"], [1702469606, "26939392"], [1702469633, "26951680"], [1702469660, "26947584"], [1702469684, "26992640"], [1702469717, "27262976"], [1702469753, "27353088"], [1702469786, "27365376"], [1702469816, "26501120"], [1702469834, "26501120"], [1702469864, "26636288"], [1702469906, "26705920"], [1702469936, "26632192"], [1702469972, "26656768"], [1702470005, "26714112"], [1702470029, "26791936"], [1702470065, "26791936"], [1702470101, "27013120"], [1702470131, "26931200"], [1702470167, "26488832"], [1702470203, "26484736"], [1702470251, "26820608"], [1702470278, "27619328"], [1702470311, "26898432"], [1702470347, "26660864"], [1702470371, "26660864"], [1702470404, "26664960"], [1702470440, "26931200"], [1702470476, "27258880"], [1702470506, "27103232"], [1702470542, "26796032"], [1702470575, "26796032"], [1702470611, "26845184"], [1702470635, "26787840"], [1702470662, "26787840"], [1702470686, "26791936"], [1702470719, "26804224"], [1702470746, "27021312"], [1702470812, "27021312"], [1702470845, "27164672"], [1702470875, "27168768"], [1702470899, "27373568"], [1702470953, "27009024"], [1702470983, "27013120"], [1702471025, "27013120"], [1702471067, "27058176"], [1702471169, "26869760"], [1702471193, "26869760"], [1702471226, "26230784"], [1702471265, "26386432"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "82763776"], [1702462721, "82763776"], [1702462736, "78954496"], [1702462751, "79040512"], [1702462763, "79036416"], [1702462793, "79699968"], [1702462808, "79699968"], [1702462829, "78897152"], [1702462844, "78893056"], [1702462865, "78897152"], [1702462880, "78897152"], [1702462904, "79560704"], [1702462919, "79560704"], [1702462952, "80117760"], [1702462973, "80150528"], [1702462988, "80150528"], [1702463045, "80150528"], [1702463081, "78594048"], [1702463114, "78594048"], [1702463150, "78651392"], [1702463186, "79314944"], [1702463216, "79011840"], [1702463240, "79011840"], [1702463273, "79011840"], [1702463324, "77582336"], [1702463354, "77586432"], [1702463381, "78925824"], [1702463417, "78934016"], [1702463453, "78557184"], [1702463477, "78553088"], [1702463510, "78553088"], [1702463537, "78553088"], [1702463570, "78254080"], [1702463591, "78258176"], [1702463621, "78258176"], [1702463657, "79863808"], [1702463693, "79753216"], [1702463729, "79757312"], [1702463765, "79818752"], [1702463798, "79282176"], [1702463846, "79290368"], [1702463873, "79310848"], [1702463906, "79945728"], [1702463948, "79872000"], [1702463984, "79872000"], [1702464014, "79872000"], [1702464050, "79974400"], [1702464086, "80158720"], [1702464122, "81010688"], [1702464155, "82034688"], [1702464194, "83529728"], [1702464230, "83533824"], [1702464263, "83533824"], [1702464299, "84332544"], [1702464332, "84389888"], [1702464356, "84402176"], [1702464392, "84402176"], [1702464425, "76791808"], [1702464455, "77455360"], [1702464479, "78532608"], [1702464509, "78725120"], [1702464533, "80027648"], [1702464569, "80117760"], [1702464605, "80158720"], [1702464635, "80166912"], [1702464671, "79388672"], [1702464716, "79462400"], [1702464743, "80130048"], [1702464776, "80748544"], [1702464812, "80748544"], [1702464836, "80826368"], [1702464869, "80908288"], [1702464905, "79839232"], [1702464926, "79839232"], [1702464956, "80248832"], [1702464992, "80969728"], [1702465016, "81870848"], [1702465049, "82288640"], [1702465085, "82288640"], [1702465118, "82288640"], [1702465145, "78110720"], [1702465178, "78774272"], [1702465208, "79433728"], [1702465241, "79466496"], [1702465298, "79372288"], [1702465334, "79372288"], [1702465367, "79372288"], [1702465394, "77275136"], [1702465418, "77946880"], [1702465445, "78626816"], [1702465481, "79331328"], [1702465517, "79175680"], [1702465550, "79978496"], [1702465586, "79978496"], [1702465619, "80826368"], [1702465658, "80961536"], [1702465706, "80961536"], [1702465754, "81100800"], [1702465787, "81100800"], [1702465823, "81117184"], [1702465856, "81117184"], [1702465880, "81149952"], [1702465910, "81149952"], [1702465952, "81149952"], [1702465988, "81158144"], [1702466015, "81166336"], [1702466030, "81174528"], [1702466060, "81174528"], [1702466078, "81231872"], [1702466138, "81244160"], [1702466168, "81248256"], [1702466204, "81244160"], [1702466237, "80281600"], [1702466261, "80580608"], [1702466291, "80584704"], [1702466327, "81379328"], [1702466360, "82149376"], [1702466384, "82149376"], [1702466417, "82149376"], [1702466441, "82149376"], [1702466471, "77914112"], [1702466507, "78716928"], [1702466540, "78782464"], [1702466597, "80162816"], [1702466633, "80277504"], [1702466666, "81076224"], [1702466705, "81076224"], [1702466732, "81354752"], [1702466765, "81354752"], [1702466801, "81354752"], [1702466852, "80924672"], [1702466876, "81256448"], [1702466918, "81338368"], [1702466978, "78864384"], [1702467014, "79470592"], [1702467038, "80134144"], [1702467068, "80134144"], [1702467122, "80588800"], [1702467158, "80584704"], [1702467191, "80584704"], [1702467221, "79863808"], [1702467257, "79912960"], [1702467299, "80576512"], [1702467350, "80818176"], [1702467386, "80560128"], [1702467419, "80560128"], [1702467455, "81231872"], [1702467515, "81231872"], [1702467542, "81231872"], [1702467566, "81248256"], [1702467599, "81256448"], [1702467635, "81256448"], [1702467668, "81272832"], [1702467695, "81272832"], [1702467716, "77987840"], [1702467746, "78786560"], [1702467800, "79757312"], [1702467824, "79904768"], [1702467908, "80887808"], [1702467944, "80896000"], [1702467968, "80896000"], [1702468001, "80896000"], [1702468031, "80896000"], [1702468067, "76980224"], [1702468085, "77783040"], [1702468115, "77778944"], [1702468151, "78659584"], [1702468181, "79818752"], [1702468208, "79818752"], [1702468241, "79814656"], [1702468256, "80715776"], [1702468286, "80715776"], [1702468322, "78553088"], [1702468352, "78725120"], [1702468388, "78721024"], [1702468424, "78716928"], [1702468457, "79376384"], [1702468493, "79380480"], [1702468517, "79380480"], [1702468550, "81510400"], [1702468586, "81510400"], [1702468613, "81510400"], [1702468637, "81510400"], [1702468679, "82321408"], [1702468721, "82321408"], [1702468730, "82321408"], [1702468766, "82321408"], [1702468799, "79814656"], [1702468835, "80330752"], [1702468898, "81657856"], [1702468934, "81514496"], [1702468970, "81514496"], [1702468994, "81518592"], [1702469024, "81518592"], [1702469060, "81084416"], [1702469111, "81084416"], [1702469144, "81084416"], [1702469168, "79249408"], [1702469204, "79245312"], [1702469237, "79912960"], [1702469273, "80543744"], [1702469303, "80551936"], [1702469336, "80551936"], [1702469360, "80551936"], [1702469387, "80551936"], [1702469411, "77889536"], [1702469435, "78553088"], [1702469468, "79216640"], [1702469504, "79216640"], [1702469537, "80056320"], [1702469573, "80064512"], [1702469606, "80060416"], [1702469633, "80060416"], [1702469660, "80994304"], [1702469684, "81002496"], [1702469717, "81002496"], [1702469753, "80998400"], [1702469786, "78381056"], [1702469816, "79118336"], [1702469834, "79118336"], [1702469864, "79118336"], [1702469906, "79282176"], [1702469936, "79282176"], [1702469972, "79282176"], [1702470005, "79282176"], [1702470029, "79282176"], [1702470065, "79282176"], [1702470101, "79282176"], [1702470131, "79298560"], [1702470167, "79298560"], [1702470203, "79298560"], [1702470251, "79298560"], [1702470278, "79388672"], [1702470311, "79388672"], [1702470347, "79388672"], [1702470371, "79388672"], [1702470404, "79388672"], [1702470440, "79388672"], [1702470476, "83935232"], [1702470506, "83984384"], [1702470542, "83021824"], [1702470575, "83021824"], [1702470611, "83017728"], [1702470635, "83021824"], [1702470662, "80912384"], [1702470686, "80912384"], [1702470719, "81580032"], [1702470746, "82243584"], [1702470812, "82276352"], [1702470845, "82272256"], [1702470875, "82276352"], [1702470899, "81874944"], [1702470953, "81874944"], [1702470983, "82276352"], [1702471025, "82145280"], [1702471067, "82153472"], [1702471169, "80162816"], [1702471193, "80826368"], [1702471226, "81489920"], [1702471265, "81367040"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "139399168"], [1702463045, "216219648"], [1702463081, "240013312"], [1702463114, "59699200"], [1702463150, "210554880"], [1702463186, "226672640"], [1702463216, "21237760"], [1702463240, "28672000"], [1702463273, "36687872"], [1702463324, "103444480"], [1702463354, "132927488"], [1702463381, "18472960"], [1702463417, "209408000"], [1702463453, "218755072"], [1702463477, "335335424"], [1702463510, "193540096"], [1702463537, "142368768"], [1702463570, "17653760"], [1702463591, "26992640"], [1702463621, "27234304"], [1702463657, "57917440"], [1702463693, "99868672"], [1702463729, "21336064"], [1702463765, "214872064"], [1702463798, "250470400"], [1702463846, "245202944"], [1702463873, "19812352"], [1702463906, "143568896"], [1702463948, "19767296"], [1702463984, "22159360"], [1702464014, "26382336"], [1702464050, "20037632"], [1702464086, "75763712"], [1702464122, "89231360"], [1702464155, "110628864"], [1702464194, "140648448"], [1702464230, "155561984"], [1702464263, "309997568"], [1702464299, "184889344"], [1702464332, "20164608"], [1702464356, "18378752"], [1702464392, "57233408"], [1702464425, "54214656"], [1702464455, "77148160"], [1702464479, "86233088"], [1702464509, "114659328"], [1702464533, "127803392"], [1702464569, "138883072"], [1702464605, "151629824"], [1702464635, "167530496"], [1702464671, "128892928"], [1702464716, "20398080"], [1702464743, "27189248"], [1702464776, "35508224"], [1702464812, "21901312"], [1702464836, "158580736"], [1702464869, "95518720"], [1702464905, "221843456"], [1702464926, "141066240"], [1702464956, "20156416"], [1702464992, "174133248"], [1702465016, "186839040"], [1702465049, "18563072"], [1702465085, "20656128"], [1702465118, "35315712"], [1702465145, "54730752"], [1702465178, "18718720"], [1702465208, "181096448"], [1702465241, "211709952"], [1702465298, "236965888"], [1702465334, "102354944"], [1702465367, "201986048"], [1702465394, "24002560"], [1702465418, "96972800"], [1702465445, "18907136"], [1702465481, "39727104"], [1702465517, "18853888"], [1702465550, "181370880"], [1702465586, "166895616"], [1702465619, "203571200"], [1702465658, "189050880"], [1702465706, "316932096"], [1702465754, "18874368"], [1702465787, "119394304"], [1702465823, "19103744"], [1702465856, "36114432"], [1702465880, "57085952"], [1702465910, "86433792"], [1702465952, "128700416"], [1702465988, "154152960"], [1702466015, "241070080"], [1702466030, "241180672"], [1702466060, "263213056"], [1702466078, "305090560"], [1702466138, "22691840"], [1702466168, "23293952"], [1702466204, "23326720"], [1702466237, "27852800"], [1702466261, "36433920"], [1702466291, "21405696"], [1702466327, "19181568"], [1702466360, "107671552"], [1702466384, "175788032"], [1702466417, "143704064"], [1702466441, "160206848"], [1702466471, "318304256"], [1702466507, "187092992"], [1702466540, "21254144"], [1702466597, "19664896"], [1702466633, "37416960"], [1702466666, "54898688"], [1702466705, "170606592"], [1702466732, "109461504"], [1702466765, "126849024"], [1702466801, "125415424"], [1702466852, "170741760"], [1702466876, "187138048"], [1702466918, "21512192"], [1702466978, "28045312"], [1702467014, "19574784"], [1702467038, "114839552"], [1702467068, "107089920"], [1702467122, "99291136"], [1702467158, "125038592"], [1702467191, "284651520"], [1702467221, "177262592"], [1702467257, "188948480"], [1702467299, "68960256"], [1702467350, "219828224"], [1702467386, "846553088"], [1702467419, "1218301952"], [1702467455, "21925888"], [1702467515, "28590080"], [1702467542, "2712182784"], [1702467566, "36618240"], [1702467599, "825401344"], [1702467635, "946589696"], [1702467668, "69173248"], [1702467695, "229642240"], [1702467716, "217780224"], [1702467746, "140500992"], [1702467800, "304283648"], [1702467824, "2004873216"], [1702467908, "461590528"], [1702467944, "31395840"], [1702467968, "26333184"], [1702468001, "536948736"], [1702468031, "69386240"], [1702468067, "119062528"], [1702468085, "416960512"], [1702468115, "416088064"], [1702468151, "1209253888"], [1702468181, "1611042816"], [1702468208, "2001612800"], [1702468241, "2404245504"], [1702468256, "2799869952"], [1702468286, "20221952"], [1702468322, "601178112"], [1702468352, "664670208"], [1702468388, "589631488"], [1702468424, "1158963200"], [1702468457, "2298073088"], [1702468493, "21364736"], [1702468517, "13688651776"], [1702468550, "18244886528"], [1702468586, "22799908864"], [1702468613, "27354091520"], [1702468637, "72884224"], [1702468679, "5260652544"], [1702468721, "20484096"], [1702468730, "6996094976"], [1702468766, "589725696"], [1702468799, "20877312"], [1702468835, "4576919552"], [1702468898, "21319680"], [1702468934, "20676608"], [1702468970, "22777856"], [1702468994, "5244104704"], [1702469024, "28004352"], [1702469060, "3150442496"], [1702469111, "145620992"], [1702469144, "589991936"], [1702469168, "1159487488"], [1702469204, "4599332864"], [1702469237, "9134747648"], [1702469273, "13687881728"], [1702469303, "75649024"], [1702469336, "25968640"], [1702469360, "12664840192"], [1702469387, "31909400576"], [1702469411, "33050742784"], [1702469435, "9862279168"], [1702469468, "9268068352"], [1702469504, "8629915648"], [1702469537, "17238523904"], [1702469573, "34456645632"], [1702469606, "68892360704"], [1702469633, "133422526464"], [1702469660, "206637326336"], [1702469684, "39841533952"], [1702469717, "62365323264"], [1702469753, "138229465088"], [1702469786, "58467454976"], [1702469816, "21135360"], [1702469834, "266048249856"], [1702469864, "55452921856"], [1702469906, "121718722560"], [1702469936, "1498083328"], [1702469972, "21094400"], [1702470005, "21094400"], [1702470029, "68893118464"], [1702470065, "137765322752"], [1702470101, "142894583808"], [1702470131, "58397151232"], [1702470167, "50140319744"], [1702470203, "12681641984"], [1702470251, "21434368"], [1702470278, "43669467136"], [1702470311, "112012562432"], [1702470347, "150210977792"], [1702470371, "8630255616"], [1702470404, "17239171072"], [1702470440, "34457001984"], [1702470476, "68892778496"], [1702470506, "28274343936"], [1702470542, "175027884032"], [1702470575, "21344256"], [1702470611, "111869931520"], [1702470635, "18328707072"], [1702470662, "392035557376"], [1702470686, "393109688320"], [1702470719, "25194496"], [1702470746, "24670208"], [1702470812, "41779200"], [1702470845, "160903168"], [1702470875, "250032128"], [1702470899, "162836480"], [1702470953, "100433920"], [1702470983, "21684224"], [1702471025, "25219072"], [1702471067, "195383296"], [1702471169, "42434560"], [1702471193, "21942272"], [1702471226, "134144000"], [1702471265, "157257728"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "281395200"], [1702462721, "281686016"], [1702462736, "281554944"], [1702462751, "281563136"], [1702462763, "281563136"], [1702462793, "281690112"], [1702462808, "281272320"], [1702462829, "281272320"], [1702462844, "281276416"], [1702462865, "281518080"], [1702462880, "281513984"], [1702462904, "281526272"], [1702462919, "281526272"], [1702462952, "281804800"], [1702462973, "281849856"], [1702462988, "281915392"], [1702463045, "281493504"], [1702463081, "281534464"], [1702463114, "281079808"], [1702463150, "281079808"], [1702463186, "281079808"], [1702463216, "281382912"], [1702463240, "280793088"], [1702463273, "280805376"], [1702463324, "281935872"], [1702463354, "281989120"], [1702463381, "282378240"], [1702463417, "282447872"], [1702463453, "281047040"], [1702463477, "281047040"], [1702463510, "281944064"], [1702463537, "281944064"], [1702463570, "281001984"], [1702463591, "280858624"], [1702463621, "280399872"], [1702463657, "280420352"], [1702463693, "280891392"], [1702463729, "280727552"], [1702463765, "280920064"], [1702463798, "280449024"], [1702463846, "281341952"], [1702463873, "281632768"], [1702463906, "280178688"], [1702463948, "280788992"], [1702463984, "280424448"], [1702464014, "280444928"], [1702464050, "280719360"], [1702464086, "281255936"], [1702464122, "281255936"], [1702464155, "281260032"], [1702464194, "281546752"], [1702464230, "281550848"], [1702464263, "281571328"], [1702464299, "281702400"], [1702464332, "281718784"], [1702464356, "281718784"], [1702464392, "281440256"], [1702464425, "281624576"], [1702464455, "281620480"], [1702464479, "281731072"], [1702464509, "281731072"], [1702464533, "281219072"], [1702464569, "281219072"], [1702464605, "281456640"], [1702464635, "281686016"], [1702464671, "281767936"], [1702464716, "281772032"], [1702464743, "281354240"], [1702464776, "281366528"], [1702464812, "281542656"], [1702464836, "281542656"], [1702464869, "281550848"], [1702464905, "281735168"], [1702464926, "281735168"], [1702464956, "281505792"], [1702464992, "281505792"], [1702465016, "281202688"], [1702465049, "281210880"], [1702465085, "281530368"], [1702465118, "281559040"], [1702465145, "281706496"], [1702465178, "281706496"], [1702465208, "281792512"], [1702465241, "281432064"], [1702465298, "281579520"], [1702465334, "281620480"], [1702465367, "282038272"], [1702465394, "282046464"], [1702465418, "281198592"], [1702465445, "281198592"], [1702465481, "281530368"], [1702465517, "281649152"], [1702465550, "281432064"], [1702465586, "281604096"], [1702465619, "281686016"], [1702465658, "281227264"], [1702465706, "281464832"], [1702465754, "281444352"], [1702465787, "281460736"], [1702465823, "281485312"], [1702465856, "281300992"], [1702465880, "281378816"], [1702465910, "281833472"], [1702465952, "281825280"], [1702465988, "281571328"], [1702466015, "281739264"], [1702466030, "281112576"], [1702466060, "281112576"], [1702466078, "281116672"], [1702466138, "281251840"], [1702466168, "281251840"], [1702466204, "281767936"], [1702466237, "281862144"], [1702466261, "281886720"], [1702466291, "282038272"], [1702466327, "282062848"], [1702466360, "281772032"], [1702466384, "281784320"], [1702466417, "282099712"], [1702466441, "281489408"], [1702466471, "281501696"], [1702466507, "281874432"], [1702466540, "281878528"], [1702466597, "281526272"], [1702466633, "281268224"], [1702466666, "281423872"], [1702466705, "281591808"], [1702466732, "281735168"], [1702466765, "281767936"], [1702466801, "281767936"], [1702466852, "281653248"], [1702466876, "281653248"], [1702466918, "281665536"], [1702466978, "281489408"], [1702467014, "281636864"], [1702467038, "281636864"], [1702467068, "281653248"], [1702467122, "281739264"], [1702467158, "281739264"], [1702467191, "281858048"], [1702467221, "281866240"], [1702467257, "281866240"], [1702467299, "281489408"], [1702467350, "281669632"], [1702467386, "281776128"], [1702467419, "281776128"], [1702467455, "281858048"], [1702467515, "281571328"], [1702467542, "281571328"], [1702467566, "281956352"], [1702467599, "282263552"], [1702467635, "281997312"], [1702467668, "281542656"], [1702467695, "281870336"], [1702467716, "281886720"], [1702467746, "281874432"], [1702467800, "281710592"], [1702467824, "281714688"], [1702467908, "281284608"], [1702467944, "281530368"], [1702467968, "281554944"], [1702468001, "281911296"], [1702468031, "281333760"], [1702468067, "281604096"], [1702468085, "281665536"], [1702468115, "281718784"], [1702468151, "281858048"], [1702468181, "281882624"], [1702468208, "281944064"], [1702468241, "281247744"], [1702468256, "281247744"], [1702468286, "281251840"], [1702468322, "281473024"], [1702468352, "281231360"], [1702468388, "281550848"], [1702468424, "281571328"], [1702468457, "281722880"], [1702468493, "281731072"], [1702468517, "281391104"], [1702468550, "281399296"], [1702468586, "281640960"], [1702468613, "281190400"], [1702468637, "281235456"], [1702468679, "281497600"], [1702468721, "281612288"], [1702468730, "281608192"], [1702468766, "281759744"], [1702468799, "282009600"], [1702468835, "282017792"], [1702468898, "281329664"], [1702468934, "281477120"], [1702468970, "281477120"], [1702468994, "281485312"], [1702469024, "281309184"], [1702469060, "281440256"], [1702469111, "281673728"], [1702469144, "281403392"], [1702469168, "281427968"], [1702469204, "281755648"], [1702469237, "281772032"], [1702469273, "281931776"], [1702469303, "281960448"], [1702469336, "281968640"], [1702469360, "281464832"], [1702469387, "281477120"], [1702469411, "281927680"], [1702469435, "281927680"], [1702469468, "282005504"], [1702469504, "282075136"], [1702469537, "281272320"], [1702469573, "281604096"], [1702469606, "281636864"], [1702469633, "281649152"], [1702469660, "281706496"], [1702469684, "281837568"], [1702469717, "281911296"], [1702469753, "281927680"], [1702469786, "282398720"], [1702469816, "282402816"], [1702469834, "281763840"], [1702469864, "281759744"], [1702469906, "281284608"], [1702469936, "281284608"], [1702469972, "281329664"], [1702470005, "281563136"], [1702470029, "281563136"], [1702470065, "281833472"], [1702470101, "281853952"], [1702470131, "281997312"], [1702470167, "282001408"], [1702470203, "282099712"], [1702470251, "282275840"], [1702470278, "282284032"], [1702470311, "281997312"], [1702470347, "281354240"], [1702470371, "281354240"], [1702470404, "281673728"], [1702470440, "281702400"], [1702470476, "281833472"], [1702470506, "280858624"], [1702470542, "281157632"], [1702470575, "281157632"], [1702470611, "281387008"], [1702470635, "281677824"], [1702470662, "281702400"], [1702470686, "281862144"], [1702470719, "281858048"], [1702470746, "281886720"], [1702470812, "281964544"], [1702470845, "281968640"], [1702470875, "281047040"], [1702470899, "281382912"], [1702470953, "281444352"], [1702470983, "281817088"], [1702471025, "281083904"], [1702471067, "281407488"], [1702471169, "281214976"], [1702471193, "281251840"], [1702471226, "281624576"], [1702471265, "282132480"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "28889088"], [1702462721, "28889088"], [1702462736, "28889088"], [1702462751, "28893184"], [1702462763, "29192192"], [1702462793, "28946432"], [1702462808, "28954624"], [1702462829, "28958720"], [1702462844, "28962816"], [1702462865, "28962816"], [1702462880, "28971008"], [1702462904, "28852224"], [1702462919, "28852224"], [1702462952, "28860416"], [1702462973, "28856320"], [1702462988, "28856320"], [1702463045, "28860416"], [1702463081, "28860416"], [1702463114, "28860416"], [1702463150, "28733440"], [1702463186, "28729344"], [1702463216, "28729344"], [1702463240, "28733440"], [1702463273, "28831744"], [1702463324, "28860416"], [1702463354, "28872704"], [1702463381, "28868608"], [1702463417, "28872704"], [1702463453, "28872704"], [1702463477, "28712960"], [1702463510, "28717056"], [1702463537, "28717056"], [1702463570, "28721152"], [1702463591, "28721152"], [1702463621, "28848128"], [1702463657, "28864512"], [1702463693, "28876800"], [1702463729, "28610560"], [1702463765, "28610560"], [1702463798, "28610560"], [1702463846, "28610560"], [1702463873, "28622848"], [1702463906, "28672000"], [1702463948, "28672000"], [1702463984, "28770304"], [1702464014, "28794880"], [1702464050, "28884992"], [1702464086, "28897280"], [1702464122, "28901376"], [1702464155, "28897280"], [1702464194, "28901376"], [1702464230, "28659712"], [1702464263, "28663808"], [1702464299, "28659712"], [1702464332, "28663808"], [1702464356, "28659712"], [1702464392, "28733440"], [1702464425, "28741632"], [1702464455, "28839936"], [1702464479, "28848128"], [1702464509, "28852224"], [1702464533, "28868608"], [1702464569, "28864512"], [1702464605, "28901376"], [1702464635, "28905472"], [1702464671, "28913664"], [1702464716, "28913664"], [1702464743, "28913664"], [1702464776, "28917760"], [1702464812, "28594176"], [1702464836, "28598272"], [1702464869, "28598272"], [1702464905, "28864512"], [1702464926, "28606464"], [1702464956, "28663808"], [1702464992, "28663808"], [1702465016, "28667904"], [1702465049, "28758016"], [1702465085, "28782592"], [1702465118, "29659136"], [1702465145, "28958720"], [1702465178, "28770304"], [1702465208, "28790784"], [1702465241, "28794880"], [1702465298, "28790784"], [1702465334, "28831744"], [1702465367, "28966912"], [1702465394, "28979200"], [1702465418, "28667904"], [1702465445, "28688384"], [1702465481, "28688384"], [1702465517, "28688384"], [1702465550, "28884992"], [1702465586, "28962816"], [1702465619, "29093888"], [1702465658, "28737536"], [1702465706, "28737536"], [1702465754, "28737536"], [1702465787, "28798976"], [1702465823, "28807168"], [1702465856, "28815360"], [1702465880, "28930048"], [1702465910, "28749824"], [1702465952, "28753920"], [1702465988, "28753920"], [1702466015, "28753920"], [1702466030, "28626944"], [1702466060, "28626944"], [1702466078, "28626944"], [1702466138, "28672000"], [1702466168, "28733440"], [1702466204, "28774400"], [1702466237, "28786688"], [1702466261, "28893184"], [1702466291, "28950528"], [1702466327, "29057024"], [1702466360, "29061120"], [1702466384, "28631040"], [1702466417, "28631040"], [1702466441, "28626944"], [1702466471, "28631040"], [1702466507, "29085696"], [1702466540, "28975104"], [1702466597, "29065216"], [1702466633, "28958720"], [1702466666, "28966912"], [1702466705, "28966912"], [1702466732, "29032448"], [1702466765, "29077504"], [1702466801, "29081600"], [1702466852, "28712960"], [1702466876, "28717056"], [1702466918, "28712960"], [1702466978, "28712960"], [1702467014, "28717056"], [1702467038, "28712960"], [1702467068, "28712960"], [1702467122, "28725248"], [1702467158, "28721152"], [1702467191, "28721152"], [1702467221, "28721152"], [1702467257, "28790784"], [1702467299, "28798976"], [1702467350, "28921856"], [1702467386, "29093888"], [1702467419, "29147136"], [1702467455, "28766208"], [1702467515, "28766208"], [1702467542, "28770304"], [1702467566, "28766208"], [1702467599, "28798976"], [1702467635, "28807168"], [1702467668, "28897280"], [1702467695, "28913664"], [1702467716, "28524544"], [1702467746, "28520448"], [1702467800, "28524544"], [1702467824, "28766208"], [1702467908, "28966912"], [1702467944, "28737536"], [1702467968, "28737536"], [1702468001, "28733440"], [1702468031, "28733440"], [1702468067, "28737536"], [1702468085, "28766208"], [1702468115, "28770304"], [1702468151, "28815360"], [1702468181, "28880896"], [1702468208, "28811264"], [1702468241, "28815360"], [1702468256, "28823552"], [1702468286, "28815360"], [1702468322, "28950528"], [1702468352, "29007872"], [1702468388, "29077504"], [1702468424, "28860416"], [1702468457, "28868608"], [1702468493, "28876800"], [1702468517, "28872704"], [1702468550, "28995584"], [1702468586, "29147136"], [1702468613, "29249536"], [1702468637, "29270016"], [1702468679, "28921856"], [1702468721, "28921856"], [1702468730, "28921856"], [1702468766, "28930048"], [1702468799, "28884992"], [1702468835, "28889088"], [1702468898, "28930048"], [1702468934, "28823552"], [1702468970, "28831744"], [1702468994, "28839936"], [1702469024, "28753920"], [1702469060, "28753920"], [1702469111, "28835840"], [1702469144, "28839936"], [1702469168, "28733440"], [1702469204, "28733440"], [1702469237, "28733440"], [1702469273, "28860416"], [1702469303, "28958720"], [1702469336, "29065216"], [1702469360, "29200384"], [1702469387, "28790784"], [1702469411, "28794880"], [1702469435, "28790784"], [1702469468, "28790784"], [1702469504, "28794880"], [1702469537, "29020160"], [1702469573, "29208576"], [1702469606, "29241344"], [1702469633, "28782592"], [1702469660, "28811264"], [1702469684, "28815360"], [1702469717, "28823552"], [1702469753, "28868608"], [1702469786, "28872704"], [1702469816, "28872704"], [1702469834, "28876800"], [1702469864, "28684288"], [1702469906, "28950528"], [1702469936, "28684288"], [1702469972, "28684288"], [1702470005, "28778496"], [1702470029, "28979200"], [1702470065, "29122560"], [1702470101, "29126656"], [1702470131, "28884992"], [1702470167, "28909568"], [1702470203, "28917760"], [1702470251, "28758016"], [1702470278, "28823552"], [1702470311, "28925952"], [1702470347, "28975104"], [1702470371, "28913664"], [1702470404, "28905472"], [1702470440, "28950528"], [1702470476, "29028352"], [1702470506, "28880896"], [1702470542, "28893184"], [1702470575, "28897280"], [1702470611, "28762112"], [1702470635, "28803072"], [1702470662, "28889088"], [1702470686, "28893184"], [1702470719, "28745728"], [1702470746, "28749824"], [1702470812, "28753920"], [1702470845, "28897280"], [1702470875, "29007872"], [1702470899, "29143040"], [1702470953, "28798976"], [1702470983, "28798976"], [1702471025, "28803072"], [1702471067, "28884992"], [1702471169, "29048832"], [1702471193, "29052928"], [1702471226, "28835840"], [1702471265, "28831744"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "21221376"], [1702462721, "21221376"], [1702462736, "21221376"], [1702462751, "21221376"], [1702462763, "21221376"], [1702462793, "21221376"], [1702462808, "21221376"], [1702462829, "21225472"], [1702462844, "21221376"], [1702462865, "21225472"], [1702462880, "21225472"], [1702462904, "21225472"], [1702462919, "21225472"], [1702462952, "21229568"], [1702462973, "21225472"], [1702462988, "21225472"], [1702463045, "21225472"], [1702463081, "21233664"], [1702463114, "21233664"], [1702463150, "21233664"], [1702463186, "21274624"], [1702463216, "21270528"], [1702463240, "21270528"], [1702463273, "21270528"], [1702463324, "21270528"], [1702463354, "21270528"], [1702463381, "21270528"], [1702463417, "21274624"], [1702463453, "21270528"], [1702463477, "21274624"], [1702463510, "21270528"], [1702463537, "21307392"], [1702463570, "21307392"], [1702463591, "21303296"], [1702463621, "21307392"], [1702463657, "21303296"], [1702463693, "21307392"], [1702463729, "21303296"], [1702463765, "21303296"], [1702463798, "21303296"], [1702463846, "21307392"], [1702463873, "21307392"], [1702463906, "21127168"], [1702463948, "21127168"], [1702463984, "21172224"], [1702464014, "21274624"], [1702464050, "21270528"], [1702464086, "21270528"], [1702464122, "21274624"], [1702464155, "21286912"], [1702464194, "21291008"], [1702464230, "21291008"], [1702464263, "21291008"], [1702464299, "21286912"], [1702464332, "21291008"], [1702464356, "21286912"], [1702464392, "21291008"], [1702464425, "21286912"], [1702464455, "21291008"], [1702464479, "21291008"], [1702464509, "21286912"], [1702464533, "21291008"], [1702464569, "21286912"], [1702464605, "21286912"], [1702464635, "21291008"], [1702464671, "21286912"], [1702464716, "21291008"], [1702464743, "21319680"], [1702464776, "21323776"], [1702464812, "21319680"], [1702464836, "21323776"], [1702464869, "21377024"], [1702464905, "21377024"], [1702464926, "21372928"], [1702464956, "21377024"], [1702464992, "21241856"], [1702465016, "21245952"], [1702465049, "21245952"], [1702465085, "21245952"], [1702465118, "21241856"], [1702465145, "21241856"], [1702465178, "21241856"], [1702465208, "21241856"], [1702465241, "21368832"], [1702465298, "21372928"], [1702465334, "21372928"], [1702465367, "21368832"], [1702465394, "21368832"], [1702465418, "21368832"], [1702465445, "21368832"], [1702465481, "21237760"], [1702465517, "21241856"], [1702465550, "21241856"], [1702465586, "21307392"], [1702465619, "21307392"], [1702465658, "21307392"], [1702465706, "21368832"], [1702465754, "21368832"], [1702465787, "21372928"], [1702465823, "21368832"], [1702465856, "21372928"], [1702465880, "21368832"], [1702465910, "21372928"], [1702465952, "21368832"], [1702465988, "21368832"], [1702466015, "21368832"], [1702466030, "21372928"], [1702466060, "21368832"], [1702466078, "21368832"], [1702466138, "21372928"], [1702466168, "21368832"], [1702466204, "21176320"], [1702466237, "21172224"], [1702466261, "21176320"], [1702466291, "21176320"], [1702466327, "21184512"], [1702466360, "21196800"], [1702466384, "21196800"], [1702466417, "21204992"], [1702466441, "21233664"], [1702466471, "21237760"], [1702466507, "21262336"], [1702466540, "21327872"], [1702466597, "21331968"], [1702466633, "21327872"], [1702466666, "21331968"], [1702466705, "21147648"], [1702466732, "21147648"], [1702466765, "21151744"], [1702466801, "21147648"], [1702466852, "21151744"], [1702466876, "21147648"], [1702466918, "21217280"], [1702466978, "21225472"], [1702467014, "21225472"], [1702467038, "21221376"], [1702467068, "21225472"], [1702467122, "21221376"], [1702467158, "21225472"], [1702467191, "21225472"], [1702467221, "21225472"], [1702467257, "21221376"], [1702467299, "21237760"], [1702467350, "21237760"], [1702467386, "21336064"], [1702467419, "21336064"], [1702467455, "21340160"], [1702467515, "21340160"], [1702467542, "21336064"], [1702467566, "21340160"], [1702467599, "21336064"], [1702467635, "21151744"], [1702467668, "21151744"], [1702467695, "21151744"], [1702467716, "21147648"], [1702467746, "21254144"], [1702467800, "21254144"], [1702467824, "21254144"], [1702467908, "21286912"], [1702467944, "21291008"], [1702467968, "21291008"], [1702468001, "21291008"], [1702468031, "21286912"], [1702468067, "21303296"], [1702468085, "21303296"], [1702468115, "21303296"], [1702468151, "21311488"], [1702468181, "21311488"], [1702468208, "21315584"], [1702468241, "21311488"], [1702468256, "21315584"], [1702468286, "21311488"], [1702468322, "21311488"], [1702468352, "21311488"], [1702468388, "21311488"], [1702468424, "21311488"], [1702468457, "21315584"], [1702468493, "21327872"], [1702468517, "21327872"], [1702468550, "21327872"], [1702468586, "21327872"], [1702468613, "21327872"], [1702468637, "21327872"], [1702468679, "21327872"], [1702468721, "21327872"], [1702468730, "21327872"], [1702468766, "21331968"], [1702468799, "21331968"], [1702468835, "21327872"], [1702468898, "21331968"], [1702468934, "21327872"], [1702468970, "21327872"], [1702468994, "21327872"], [1702469024, "21327872"], [1702469060, "21327872"], [1702469111, "21327872"], [1702469144, "21331968"], [1702469168, "21327872"], [1702469204, "21327872"], [1702469237, "21327872"], [1702469273, "21331968"], [1702469303, "21327872"], [1702469336, "21331968"], [1702469360, "21331968"], [1702469387, "21327872"], [1702469411, "21331968"], [1702469435, "21331968"], [1702469468, "21327872"], [1702469504, "21331968"], [1702469537, "21331968"], [1702469573, "21327872"], [1702469606, "21327872"], [1702469633, "21336064"], [1702469660, "21331968"], [1702469684, "21336064"], [1702469717, "21336064"], [1702469753, "21336064"], [1702469786, "21336064"], [1702469816, "21139456"], [1702469834, "21135360"], [1702469864, "21139456"], [1702469906, "21270528"], [1702469936, "21266432"], [1702469972, "21270528"], [1702470005, "21270528"], [1702470029, "21266432"], [1702470065, "21266432"], [1702470101, "21270528"], [1702470131, "21266432"], [1702470167, "21331968"], [1702470203, "21331968"], [1702470251, "21331968"], [1702470278, "21401600"], [1702470311, "21397504"], [1702470347, "21401600"], [1702470371, "21397504"], [1702470404, "21204992"], [1702470440, "21200896"], [1702470476, "21204992"], [1702470506, "21200896"], [1702470542, "21200896"], [1702470575, "21204992"], [1702470611, "21204992"], [1702470635, "21204992"], [1702470662, "21204992"], [1702470686, "21209088"], [1702470719, "21209088"], [1702470746, "21209088"], [1702470812, "21262336"], [1702470845, "21258240"], [1702470875, "21258240"], [1702470899, "21262336"], [1702470953, "21262336"], [1702470983, "21299200"], [1702471025, "21368832"], [1702471067, "21377024"], [1702471169, "21377024"], [1702471193, "21377024"], [1702471226, "21377024"], [1702471265, "21254144"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "44142592"], [1702462721, "44146688"], [1702462736, "44150784"], [1702462751, "44150784"], [1702462763, "44384256"], [1702462793, "44400640"], [1702462808, "44376064"], [1702462829, "44380160"], [1702462844, "44392448"], [1702462865, "44384256"], [1702462880, "44400640"], [1702462904, "44351488"], [1702462919, "44085248"], [1702462952, "44085248"], [1702462973, "44085248"], [1702462988, "44097536"], [1702463045, "44720128"], [1702463081, "44597248"], [1702463114, "44695552"], [1702463150, "44081152"], [1702463186, "44343296"], [1702463216, "44085248"], [1702463240, "44081152"], [1702463273, "43999232"], [1702463324, "43995136"], [1702463354, "43999232"], [1702463381, "44068864"], [1702463417, "44154880"], [1702463453, "44187648"], [1702463477, "44056576"], [1702463510, "44072960"], [1702463537, "44068864"], [1702463570, "44072960"], [1702463591, "44060672"], [1702463621, "43941888"], [1702463657, "44204032"], [1702463693, "43954176"], [1702463729, "43978752"], [1702463765, "44032000"], [1702463798, "44027904"], [1702463846, "44158976"], [1702463873, "44236800"], [1702463906, "44298240"], [1702463948, "44486656"], [1702463984, "43851776"], [1702464014, "43847680"], [1702464050, "44122112"], [1702464086, "43925504"], [1702464122, "44212224"], [1702464155, "44281856"], [1702464194, "44294144"], [1702464230, "44003328"], [1702464263, "44019712"], [1702464299, "44281856"], [1702464332, "44183552"], [1702464356, "44187648"], [1702464392, "44191744"], [1702464425, "44199936"], [1702464455, "43941888"], [1702464479, "43941888"], [1702464509, "43937792"], [1702464533, "43925504"], [1702464569, "44081152"], [1702464605, "44236800"], [1702464635, "44249088"], [1702464671, "44302336"], [1702464716, "44474368"], [1702464743, "43958272"], [1702464776, "43950080"], [1702464812, "43859968"], [1702464836, "43925504"], [1702464869, "43958272"], [1702464905, "44220416"], [1702464926, "44007424"], [1702464956, "44011520"], [1702464992, "44003328"], [1702465016, "44003328"], [1702465049, "44130304"], [1702465085, "44208128"], [1702465118, "44531712"], [1702465145, "44281856"], [1702465178, "44032000"], [1702465208, "44032000"], [1702465241, "44048384"], [1702465298, "44077056"], [1702465334, "44085248"], [1702465367, "44077056"], [1702465394, "44593152"], [1702465418, "43794432"], [1702465445, "43831296"], [1702465481, "43864064"], [1702465517, "43868160"], [1702465550, "44011520"], [1702465586, "44830720"], [1702465619, "44052480"], [1702465658, "44089344"], [1702465706, "44093440"], [1702465754, "44113920"], [1702465787, "43986944"], [1702465823, "44240896"], [1702465856, "43978752"], [1702465880, "44527616"], [1702465910, "44179456"], [1702465952, "44216320"], [1702465988, "44310528"], [1702466015, "43843584"], [1702466030, "43937792"], [1702466060, "43966464"], [1702466078, "43954176"], [1702466138, "44167168"], [1702466168, "44560384"], [1702466204, "44326912"], [1702466237, "44343296"], [1702466261, "44134400"], [1702466291, "44232704"], [1702466327, "44335104"], [1702466360, "43909120"], [1702466384, "43974656"], [1702466417, "43970560"], [1702466441, "43986944"], [1702466471, "44138496"], [1702466507, "44036096"], [1702466540, "44113920"], [1702466597, "44150784"], [1702466633, "44113920"], [1702466666, "44113920"], [1702466705, "44105728"], [1702466732, "44187648"], [1702466765, "43950080"], [1702466801, "43950080"], [1702466852, "43995136"], [1702466876, "44064768"], [1702466918, "44191744"], [1702466978, "43708416"], [1702467014, "43765760"], [1702467038, "43761664"], [1702467068, "43827200"], [1702467122, "43921408"], [1702467158, "43950080"], [1702467191, "43950080"], [1702467221, "43839488"], [1702467257, "43974656"], [1702467299, "44003328"], [1702467350, "44019712"], [1702467386, "44048384"], [1702467419, "44056576"], [1702467455, "43925504"], [1702467515, "44003328"], [1702467542, "44007424"], [1702467566, "43896832"], [1702467599, "43970560"], [1702467635, "43974656"], [1702467668, "43974656"], [1702467695, "44302336"], [1702467716, "44351488"], [1702467746, "44351488"], [1702467800, "44371968"], [1702467824, "43888640"], [1702467908, "43991040"], [1702467944, "44036096"], [1702467968, "44085248"], [1702468001, "44355584"], [1702468031, "44093440"], [1702468067, "43950080"], [1702468085, "43945984"], [1702468115, "43970560"], [1702468151, "43974656"], [1702468181, "43876352"], [1702468208, "43880448"], [1702468241, "43888640"], [1702468256, "43888640"], [1702468286, "43921408"], [1702468322, "44244992"], [1702468352, "44298240"], [1702468388, "44294144"], [1702468424, "43913216"], [1702468457, "43925504"], [1702468493, "43921408"], [1702468517, "43929600"], [1702468550, "43995136"], [1702468586, "43978752"], [1702468613, "43991040"], [1702468637, "43986944"], [1702468679, "44105728"], [1702468721, "44105728"], [1702468730, "44883968"], [1702468766, "44109824"], [1702468799, "44482560"], [1702468835, "43970560"], [1702468898, "43974656"], [1702468934, "43790336"], [1702468970, "43839488"], [1702468994, "43839488"], [1702469024, "44085248"], [1702469060, "44154880"], [1702469111, "44167168"], [1702469144, "43884544"], [1702469168, "43954176"], [1702469204, "43958272"], [1702469237, "43958272"], [1702469273, "44183552"], [1702469303, "44220416"], [1702469336, "44212224"], [1702469360, "44216320"], [1702469387, "43859968"], [1702469411, "43872256"], [1702469435, "43872256"], [1702469468, "43872256"], [1702469504, "43855872"], [1702469537, "43872256"], [1702469573, "43868160"], [1702469606, "44044288"], [1702469633, "44068864"], [1702469660, "44113920"], [1702469684, "44122112"], [1702469717, "44118016"], [1702469753, "43810816"], [1702469786, "43810816"], [1702469816, "43823104"], [1702469834, "43814912"], [1702469864, "43831296"], [1702469906, "43876352"], [1702469936, "43872256"], [1702469972, "43925504"], [1702470005, "44154880"], [1702470029, "44154880"], [1702470065, "44146688"], [1702470101, "43925504"], [1702470131, "44183552"], [1702470167, "43925504"], [1702470203, "44158976"], [1702470251, "43909120"], [1702470278, "43913216"], [1702470311, "43909120"], [1702470347, "44204032"], [1702470371, "44208128"], [1702470404, "44273664"], [1702470440, "44285952"], [1702470476, "44113920"], [1702470506, "44142592"], [1702470542, "44134400"], [1702470575, "44060672"], [1702470611, "44068864"], [1702470635, "44064768"], [1702470662, "44064768"], [1702470686, "43945984"], [1702470719, "44232704"], [1702470746, "43991040"], [1702470812, "44175360"], [1702470845, "43913216"], [1702470875, "43909120"], [1702470899, "43900928"], [1702470953, "44023808"], [1702470983, "44019712"], [1702471025, "44032000"], [1702471067, "43745280"], [1702471169, "43749376"], [1702471193, "44228608"], [1702471226, "44048384"], [1702471265, "44097536"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "23396352"], [1702462721, "22671360"], [1702462736, "22667264"], [1702462751, "22859776"], [1702462763, "22671360"], [1702462793, "22781952"], [1702462808, "22867968"], [1702462829, "22695936"], [1702462844, "22716416"], [1702462865, "22700032"], [1702462880, "22708224"], [1702462904, "22736896"], [1702462919, "22937600"], [1702462952, "22884352"], [1702462973, "22884352"], [1702462988, "22913024"], [1702463045, "23085056"], [1702463081, "22999040"], [1702463114, "23064576"], [1702463150, "22892544"], [1702463186, "23085056"], [1702463216, "23187456"], [1702463240, "23257088"], [1702463273, "23162880"], [1702463324, "23015424"], [1702463354, "23195648"], [1702463381, "23019520"], [1702463417, "23031808"], [1702463453, "23142400"], [1702463477, "23068672"], [1702463510, "23171072"], [1702463537, "23252992"], [1702463570, "23252992"], [1702463591, "23678976"], [1702463621, "23506944"], [1702463657, "23650304"], [1702463693, "23670784"], [1702463729, "23556096"], [1702463765, "23482368"], [1702463798, "23478272"], [1702463846, "23568384"], [1702463873, "23478272"], [1702463906, "23490560"], [1702463948, "23478272"], [1702463984, "23674880"], [1702464014, "23662592"], [1702464050, "23744512"], [1702464086, "23764992"], [1702464122, "23793664"], [1702464155, "23605248"], [1702464194, "23416832"], [1702464230, "23437312"], [1702464263, "23576576"], [1702464299, "23605248"], [1702464332, "23425024"], [1702464356, "23891968"], [1702464392, "23609344"], [1702464425, "23420928"], [1702464455, "23617536"], [1702464479, "23420928"], [1702464509, "23420928"], [1702464533, "23535616"], [1702464569, "24166400"], [1702464605, "23613440"], [1702464635, "23642112"], [1702464671, "23642112"], [1702464716, "23453696"], [1702464743, "23658496"], [1702464776, "23457792"], [1702464812, "23474176"], [1702464836, "23650304"], [1702464869, "23699456"], [1702464905, "23629824"], [1702464926, "23506944"], [1702464956, "23519232"], [1702464992, "23769088"], [1702465016, "23576576"], [1702465049, "23703552"], [1702465085, "23584768"], [1702465118, "23875584"], [1702465145, "23748608"], [1702465178, "23986176"], [1702465208, "23920640"], [1702465241, "23752704"], [1702465298, "23752704"], [1702465334, "23945216"], [1702465367, "23957504"], [1702465394, "23945216"], [1702465418, "23764992"], [1702465445, "23760896"], [1702465481, "23932928"], [1702465517, "23793664"], [1702465550, "23965696"], [1702465586, "23957504"], [1702465619, "23769088"], [1702465658, "23764992"], [1702465706, "23769088"], [1702465754, "23871488"], [1702465787, "24014848"], [1702465823, "24018944"], [1702465856, "23973888"], [1702465880, "23982080"], [1702465910, "23973888"], [1702465952, "23965696"], [1702465988, "23986176"], [1702466015, "23797760"], [1702466030, "23965696"], [1702466060, "23969792"], [1702466078, "23957504"], [1702466138, "24055808"], [1702466168, "24293376"], [1702466204, "24494080"], [1702466237, "24293376"], [1702466261, "24289280"], [1702466291, "24010752"], [1702466327, "24256512"], [1702466360, "24145920"], [1702466384, "24113152"], [1702466417, "24113152"], [1702466441, "24195072"], [1702466471, "24166400"], [1702466507, "24018944"], [1702466540, "24203264"], [1702466597, "27807744"], [1702466633, "24113152"], [1702466666, "24023040"], [1702466705, "24449024"], [1702466732, "24199168"], [1702466765, "24190976"], [1702466801, "24010752"], [1702466852, "24236032"], [1702466876, "24010752"], [1702466918, "24117248"], [1702466978, "24231936"], [1702467014, "24215552"], [1702467038, "24059904"], [1702467068, "24252416"], [1702467122, "24084480"], [1702467158, "24059904"], [1702467191, "24059904"], [1702467221, "24256512"], [1702467257, "24084480"], [1702467299, "24072192"], [1702467350, "24170496"], [1702467386, "24244224"], [1702467419, "24084480"], [1702467455, "24182784"], [1702467515, "24264704"], [1702467542, "24158208"], [1702467566, "24121344"], [1702467599, "24231936"], [1702467635, "24195072"], [1702467668, "24256512"], [1702467695, "24072192"], [1702467716, "24272896"], [1702467746, "24248320"], [1702467800, "24141824"], [1702467824, "24084480"], [1702467908, "24481792"], [1702467944, "24096768"], [1702467968, "24268800"], [1702468001, "24199168"], [1702468031, "24195072"], [1702468067, "24109056"], [1702468085, "24285184"], [1702468115, "24100864"], [1702468151, "24199168"], [1702468181, "24096768"], [1702468208, "24264704"], [1702468241, "24203264"], [1702468256, "24301568"], [1702468286, "24301568"], [1702468322, "24121344"], [1702468352, "24096768"], [1702468388, "23891968"], [1702468424, "24018944"], [1702468457, "23986176"], [1702468493, "24006656"], [1702468517, "24162304"], [1702468550, "24113152"], [1702468586, "24186880"], [1702468613, "23986176"], [1702468637, "24178688"], [1702468679, "24182784"], [1702468721, "24182784"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "39215104"], [1702462721, "39215104"], [1702462736, "39215104"], [1702462751, "39215104"], [1702462763, "39215104"], [1702462793, "39215104"], [1702462808, "39215104"], [1702462829, "39215104"], [1702462844, "39215104"], [1702462865, "39215104"], [1702462880, "39215104"], [1702462904, "39215104"], [1702462919, "39215104"], [1702462952, "39215104"], [1702462973, "39215104"], [1702462988, "39215104"], [1702463045, "39215104"], [1702463081, "39215104"], [1702463114, "39215104"], [1702463150, "39215104"], [1702463186, "39215104"], [1702463216, "39215104"], [1702463240, "39215104"], [1702463273, "39215104"], [1702463324, "39215104"], [1702463354, "39215104"], [1702463381, "39215104"], [1702463417, "39215104"], [1702463453, "39215104"], [1702463477, "39215104"], [1702463510, "39215104"], [1702463537, "39260160"], [1702463570, "39260160"], [1702463591, "39260160"], [1702463621, "39260160"], [1702463657, "39260160"], [1702463693, "39260160"], [1702463729, "39260160"], [1702463765, "39260160"], [1702463798, "39149568"], [1702463846, "39149568"], [1702463873, "39149568"], [1702463906, "39182336"], [1702463948, "39182336"], [1702463984, "39182336"], [1702464014, "39182336"], [1702464050, "39247872"], [1702464086, "39247872"], [1702464122, "39247872"], [1702464155, "39247872"], [1702464194, "39247872"], [1702464230, "39247872"], [1702464263, "39247872"], [1702464299, "39247872"], [1702464332, "39247872"], [1702464356, "39247872"], [1702464392, "39247872"], [1702464425, "39247872"], [1702464455, "39247872"], [1702464479, "39247872"], [1702464509, "39247872"], [1702464533, "39247872"], [1702464569, "39247872"], [1702464605, "39247872"], [1702464635, "39247872"], [1702464671, "39247872"], [1702464716, "39247872"], [1702464743, "39247872"], [1702464776, "39247872"], [1702464812, "39247872"], [1702464836, "39247872"], [1702464869, "39182336"], [1702464905, "39182336"], [1702464926, "39182336"], [1702464956, "39182336"], [1702464992, "39182336"], [1702465016, "39182336"], [1702465049, "39182336"], [1702465085, "39182336"], [1702465118, "39182336"], [1702465145, "39182336"], [1702465178, "39182336"], [1702465208, "39182336"], [1702465241, "39215104"], [1702465298, "39215104"], [1702465334, "39215104"], [1702465367, "39313408"], [1702465394, "39313408"], [1702465418, "39313408"], [1702465445, "39313408"], [1702465481, "39182336"], [1702465517, "39182336"], [1702465550, "39182336"], [1702465586, "39215104"], [1702465619, "39215104"], [1702465658, "39215104"], [1702465706, "39215104"], [1702465754, "39215104"], [1702465787, "39215104"], [1702465823, "39215104"], [1702465856, "39280640"], [1702465880, "39280640"], [1702465910, "39280640"], [1702465952, "39280640"], [1702465988, "39149568"], [1702466015, "39149568"], [1702466030, "39149568"], [1702466060, "39149568"], [1702466078, "39182336"], [1702466138, "39182336"], [1702466168, "39182336"], [1702466204, "39215104"], [1702466237, "39215104"], [1702466261, "39215104"], [1702466291, "39215104"], [1702466327, "39215104"], [1702466360, "39215104"], [1702466384, "39215104"], [1702466417, "39215104"], [1702466441, "39215104"], [1702466471, "39215104"], [1702466507, "39215104"], [1702466540, "39215104"], [1702466597, "39215104"], [1702466633, "39215104"], [1702466666, "39215104"], [1702466705, "39215104"], [1702466732, "39215104"], [1702466765, "39215104"], [1702466801, "39215104"], [1702466852, "39215104"], [1702466876, "39215104"], [1702466918, "39215104"], [1702466978, "39215104"], [1702467014, "39215104"], [1702467038, "39215104"], [1702467068, "39215104"], [1702467122, "39215104"], [1702467158, "39215104"], [1702467191, "39215104"], [1702467221, "39215104"], [1702467257, "39215104"], [1702467299, "39215104"], [1702467350, "39215104"], [1702467386, "39215104"], [1702467419, "39215104"], [1702467455, "39215104"], [1702467515, "39215104"], [1702467542, "39215104"], [1702467566, "39215104"], [1702467599, "39215104"], [1702467635, "39215104"], [1702467668, "39215104"], [1702467695, "39215104"], [1702467716, "39215104"], [1702467746, "39215104"], [1702467800, "39215104"], [1702467824, "39215104"], [1702467908, "39215104"], [1702467944, "39215104"], [1702467968, "39215104"], [1702468001, "39215104"], [1702468031, "39215104"], [1702468067, "39215104"], [1702468085, "39215104"], [1702468115, "39215104"], [1702468151, "39215104"], [1702468181, "39215104"], [1702468208, "39215104"], [1702468241, "39215104"], [1702468256, "39215104"], [1702468286, "39215104"], [1702468322, "39215104"], [1702468352, "39215104"], [1702468388, "39215104"], [1702468424, "39215104"], [1702468457, "39215104"], [1702468493, "39280640"], [1702468517, "39280640"], [1702468550, "39280640"], [1702468586, "39280640"], [1702468613, "39149568"], [1702468637, "39149568"], [1702468679, "39149568"], [1702468721, "39182336"], [1702468730, "39182336"], [1702468766, "39182336"], [1702468799, "39182336"], [1702468835, "39182336"], [1702468898, "39182336"], [1702468934, "39182336"], [1702468970, "39182336"], [1702468994, "39182336"], [1702469024, "39182336"], [1702469060, "39182336"], [1702469111, "39182336"], [1702469144, "39182336"], [1702469168, "39182336"], [1702469204, "39215104"], [1702469237, "39215104"], [1702469273, "39215104"], [1702469303, "39215104"], [1702469336, "39215104"], [1702469360, "39215104"], [1702469387, "39215104"], [1702469411, "39215104"], [1702469435, "39215104"], [1702469468, "39215104"], [1702469504, "39215104"], [1702469537, "39215104"], [1702469573, "39215104"], [1702469606, "39215104"], [1702469633, "39215104"], [1702469660, "39215104"], [1702469684, "39215104"], [1702469717, "39215104"], [1702469753, "39215104"], [1702469786, "39215104"], [1702469816, "39215104"], [1702469834, "39215104"], [1702469864, "39215104"], [1702469906, "39215104"], [1702469936, "39215104"], [1702469972, "39215104"], [1702470005, "39215104"], [1702470029, "39215104"], [1702470065, "39215104"], [1702470101, "39215104"], [1702470131, "39215104"], [1702470167, "39215104"], [1702470203, "39215104"], [1702470251, "39215104"], [1702470278, "39215104"], [1702470311, "39215104"], [1702470347, "39215104"], [1702470371, "39215104"], [1702470404, "39215104"], [1702470440, "39215104"], [1702470476, "39215104"], [1702470506, "39215104"], [1702470542, "39215104"], [1702470575, "39215104"], [1702470611, "39215104"], [1702470635, "39215104"], [1702470662, "39215104"], [1702470686, "39215104"], [1702470719, "39215104"], [1702470746, "39477248"], [1702470812, "39227392"], [1702470845, "39227392"], [1702470875, "39227392"], [1702470899, "39227392"], [1702470953, "39227392"], [1702470983, "39227392"], [1702471025, "39227392"], [1702471067, "39227392"], [1702471169, "39227392"], [1702471193, "39227392"], [1702471226, "39227392"], [1702471265, "39182336"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "95399936"], [1702462721, "97169408"], [1702462736, "95817728"], [1702462751, "97767424"], [1702462763, "96452608"], [1702462793, "96710656"], [1702462808, "97218560"], [1702462829, "96894976"], [1702462844, "96878592"], [1702462865, "97144832"], [1702462880, "96636928"], [1702462904, "96780288"], [1702462919, "96780288"], [1702462952, "96915456"], [1702462973, "97177600"], [1702462988, "96960512"], [1702463045, "97030144"], [1702463081, "97128448"], [1702463114, "97595392"], [1702463150, "97890304"], [1702463186, "98025472"], [1702463216, "98816000"], [1702463240, "98971648"], [1702463273, "99016704"], [1702463324, "99852288"], [1702463354, "100958208"], [1702463381, "101523456"], [1702463417, "101675008"], [1702463453, "101687296"], [1702463477, "101703680"], [1702463510, "101769216"], [1702463537, "103112704"], [1702463570, "103792640"], [1702463591, "103690240"], [1702463621, "103813120"], [1702463657, "103464960"], [1702463693, "103792640"], [1702463729, "103854080"], [1702463765, "103387136"], [1702463798, "104026112"], [1702463846, "86163456"], [1702463873, "89686016"], [1702463906, "88711168"], [1702463948, "88510464"], [1702463984, "88780800"], [1702464014, "89354240"], [1702464050, "89583616"], [1702464086, "88600576"], [1702464122, "89157632"], [1702464155, "90054656"], [1702464194, "89030656"], [1702464230, "89657344"], [1702464263, "89530368"], [1702464299, "89944064"], [1702464332, "89800704"], [1702464356, "90091520"], [1702464392, "90316800"], [1702464425, "90542080"], [1702464455, "90554368"], [1702464479, "90570752"], [1702464509, "91078656"], [1702464533, "90849280"], [1702464569, "91369472"], [1702464605, "91402240"], [1702464635, "92577792"], [1702464671, "91906048"], [1702464716, "92520448"], [1702464743, "92622848"], [1702464776, "92667904"], [1702464812, "93646848"], [1702464836, "92938240"], [1702464869, "93315072"], [1702464905, "93470720"], [1702464926, "93573120"], [1702464956, "93847552"], [1702464992, "93581312"], [1702465016, "93937664"], [1702465049, "94978048"], [1702465085, "95551488"], [1702465118, "94773248"], [1702465145, "94834688"], [1702465178, "94896128"], [1702465208, "94924800"], [1702465241, "94994432"], [1702465298, "95211520"], [1702465334, "95551488"], [1702465367, "95739904"], [1702465394, "96268288"], [1702465418, "97218560"], [1702465445, "97357824"], [1702465481, "97710080"], [1702465517, "97763328"], [1702465550, "98148352"], [1702465586, "98037760"], [1702465619, "98365440"], [1702465658, "99139584"], [1702465706, "99532800"], [1702465754, "100163584"], [1702465787, "99700736"], [1702465823, "100032512"], [1702465856, "100290560"], [1702465880, "100274176"], [1702465910, "100319232"], [1702465952, "100679680"], [1702465988, "101470208"], [1702466015, "101007360"], [1702466030, "101015552"], [1702466060, "100999168"], [1702466078, "101593088"], [1702466138, "101941248"], [1702466168, "102264832"], [1702466204, "87846912"], [1702466237, "88453120"], [1702466261, "87576576"], [1702466291, "87298048"], [1702466327, "87355392"], [1702466360, "87752704"], [1702466384, "88227840"], [1702466417, "87633920"], [1702466441, "87588864"], [1702466471, "87613440"], [1702466507, "89161728"], [1702466540, "88743936"], [1702466597, "88571904"], [1702466633, "91086848"], [1702466666, "89133056"], [1702466705, "90259456"], [1702466732, "89468928"], [1702466765, "90046464"], [1702466801, "90292224"], [1702466852, "90173440"], [1702466876, "90427392"], [1702466918, "91172864"], [1702466978, "91279360"], [1702467014, "91570176"], [1702467038, "92573696"], [1702467068, "91738112"], [1702467122, "92278784"], [1702467158, "92311552"], [1702467191, "92774400"], [1702467221, "92540928"], [1702467257, "92557312"], [1702467299, "92700672"], [1702467350, "93085696"], [1702467386, "93970432"], [1702467419, "94027776"], [1702467455, "94035968"], [1702467515, "94031872"], [1702467542, "94040064"], [1702467566, "94875648"], [1702467599, "95481856"], [1702467635, "95395840"], [1702467668, "95461376"], [1702467695, "95961088"], [1702467716, "96284672"], [1702467746, "96313344"], [1702467800, "96358400"], [1702467824, "96378880"], [1702467908, "97181696"], [1702467944, "96653312"], [1702467968, "97611776"], [1702468001, "97955840"], [1702468031, "99463168"], [1702468067, "99024896"], [1702468085, "99119104"], [1702468115, "99131392"], [1702468151, "99131392"], [1702468181, "100597760"], [1702468208, "99516416"], [1702468241, "99909632"], [1702468256, "99758080"], [1702468286, "99762176"], [1702468322, "100040704"], [1702468352, "100073472"], [1702468388, "101322752"], [1702468424, "102195200"], [1702468457, "102793216"], [1702468493, "102354944"], [1702468517, "102551552"], [1702468550, "89419776"], [1702468586, "87662592"], [1702468613, "87502848"], [1702468637, "87429120"], [1702468679, "87617536"], [1702468721, "88018944"], [1702468730, "88018944"], [1702468766, "88543232"], [1702468799, "88129536"], [1702468835, "87752704"], [1702468898, "89067520"], [1702468934, "89038848"], [1702468970, "89153536"], [1702468994, "88203264"], [1702469024, "88727552"], [1702469060, "88969216"], [1702469111, "90558464"], [1702469144, "90423296"], [1702469168, "89935872"], [1702469204, "90120192"], [1702469237, "90656768"], [1702469273, "91709440"], [1702469303, "91541504"], [1702469336, "91193344"], [1702469360, "91336704"], [1702469387, "91426816"], [1702469411, "91881472"], [1702469435, "92016640"], [1702469468, "91627520"], [1702469504, "92979200"], [1702469537, "92463104"], [1702469573, "93081600"], [1702469606, "92835840"], [1702469633, "92983296"], [1702469660, "93503488"], [1702469684, "93257728"], [1702469717, "93028352"], [1702469753, "93749248"], [1702469786, "94117888"], [1702469816, "94973952"], [1702469834, "94289920"], [1702469864, "94449664"], [1702469906, "94523392"], [1702469936, "94990336"], [1702469972, "95309824"], [1702470005, "95436800"], [1702470029, "95440896"], [1702470065, "95997952"], [1702470101, "96378880"], [1702470131, "96182272"], [1702470167, "96239616"], [1702470203, "96223232"], [1702470251, "96227328"], [1702470278, "96444416"], [1702470311, "96899072"], [1702470347, "98000896"], [1702470371, "97845248"], [1702470404, "98267136"], [1702470440, "98275328"], [1702470476, "98631680"], [1702470506, "98897920"], [1702470542, "99057664"], [1702470575, "100028416"], [1702470611, "100864000"], [1702470635, "100880384"], [1702470662, "100474880"], [1702470686, "100442112"], [1702470719, "100450304"], [1702470746, "100872192"], [1702470812, "100958208"], [1702470845, "100716544"], [1702470875, "100716544"], [1702470899, "83869696"], [1702470953, "88264704"], [1702470983, "88166400"], [1702471025, "87875584"], [1702471067, "88539136"], [1702471169, "87724032"], [1702471193, "88076288"], [1702471226, "88215552"], [1702471265, "88494080"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1273856"], [1702462721, "1273856"], [1702462736, "1273856"], [1702462751, "1273856"], [1702462763, "1273856"], [1702462793, "1273856"], [1702462808, "1273856"], [1702462829, "1273856"], [1702462844, "1273856"], [1702462865, "1273856"], [1702462880, "1273856"], [1702462904, "1273856"], [1702462919, "1273856"], [1702462952, "1273856"], [1702462973, "1273856"], [1702462988, "1273856"], [1702463045, "1273856"], [1702463081, "1273856"], [1702463114, "1273856"], [1702463150, "1273856"], [1702463186, "1273856"], [1702463216, "1273856"], [1702463240, "1273856"], [1702463273, "1273856"], [1702463324, "1273856"], [1702463354, "1273856"], [1702463381, "1273856"], [1702463417, "1273856"], [1702463453, "1273856"], [1702463477, "1273856"], [1702463510, "1273856"], [1702463537, "1273856"], [1702463570, "1273856"], [1702463591, "1273856"], [1702463621, "1273856"], [1702463657, "1273856"], [1702463693, "1273856"], [1702463729, "1273856"], [1702463765, "1273856"], [1702463798, "1273856"], [1702463846, "1273856"], [1702463873, "1273856"], [1702463906, "1273856"], [1702463948, "1273856"], [1702463984, "1273856"], [1702464014, "1273856"], [1702464050, "1273856"], [1702464086, "1273856"], [1702464122, "1273856"], [1702464155, "1273856"], [1702464194, "1273856"], [1702464230, "1273856"], [1702464263, "1273856"], [1702464299, "1273856"], [1702464332, "1273856"], [1702464356, "1273856"], [1702464392, "1273856"], [1702464425, "1273856"], [1702464455, "1273856"], [1702464479, "1273856"], [1702464509, "1273856"], [1702464533, "1273856"], [1702464569, "1273856"], [1702464605, "1273856"], [1702464635, "1273856"], [1702464671, "1273856"], [1702464716, "1273856"], [1702464743, "1273856"], [1702464776, "1273856"], [1702464812, "1273856"], [1702464836, "1273856"], [1702464869, "1273856"], [1702464905, "1273856"], [1702464926, "1273856"], [1702464956, "1273856"], [1702464992, "1273856"], [1702465016, "1273856"], [1702465049, "1273856"], [1702465085, "1273856"], [1702465118, "1273856"], [1702465145, "1273856"], [1702465178, "1273856"], [1702465208, "1273856"], [1702465241, "1273856"], [1702465298, "1273856"], [1702465334, "1273856"], [1702465367, "1273856"], [1702465394, "1273856"], [1702465418, "1273856"], [1702465445, "1273856"], [1702465481, "1273856"], [1702465517, "1273856"], [1702465550, "1273856"], [1702465586, "1273856"], [1702465619, "1273856"], [1702465658, "1273856"], [1702465706, "1273856"], [1702465754, "1273856"], [1702465787, "1273856"], [1702465823, "1273856"], [1702465856, "1273856"], [1702465880, "1273856"], [1702465910, "1273856"], [1702465952, "1273856"], [1702465988, "1273856"], [1702466015, "1273856"], [1702466030, "1273856"], [1702466060, "1273856"], [1702466078, "1273856"], [1702466138, "1273856"], [1702466168, "1273856"], [1702466204, "1273856"], [1702466237, "1273856"], [1702466261, "1273856"], [1702466291, "1273856"], [1702466327, "1273856"], [1702466360, "1273856"], [1702466384, "1273856"], [1702466417, "1273856"], [1702466441, "1273856"], [1702466471, "1273856"], [1702466507, "1273856"], [1702466540, "1273856"], [1702466597, "1273856"], [1702466633, "1273856"], [1702466666, "1273856"], [1702466705, "1273856"], [1702466732, "1273856"], [1702466765, "1273856"], [1702466801, "1273856"], [1702466852, "1273856"], [1702466876, "1273856"], [1702466918, "1273856"], [1702466978, "1273856"], [1702467014, "1273856"], [1702467038, "1273856"], [1702467068, "1273856"], [1702467122, "1273856"], [1702467158, "1273856"], [1702467191, "1273856"], [1702467221, "1273856"], [1702467257, "1273856"], [1702467299, "1273856"], [1702467350, "1273856"], [1702467386, "1273856"], [1702467419, "1273856"], [1702467455, "1273856"], [1702467515, "1273856"], [1702467542, "1273856"], [1702467566, "1273856"], [1702467599, "1273856"], [1702467635, "1273856"], [1702467668, "1273856"], [1702467695, "1273856"], [1702467716, "1273856"], [1702467746, "1273856"], [1702467800, "1273856"], [1702467824, "1273856"], [1702467908, "1273856"], [1702467944, "1273856"], [1702467968, "1273856"], [1702468001, "1273856"], [1702468031, "1273856"], [1702468067, "1273856"], [1702468085, "1273856"], [1702468115, "1273856"], [1702468151, "1273856"], [1702468181, "1273856"], [1702468208, "1273856"], [1702468241, "1273856"], [1702468256, "1273856"], [1702468286, "1273856"], [1702468322, "1273856"], [1702468352, "1273856"], [1702468388, "1273856"], [1702468424, "1273856"], [1702468457, "1273856"], [1702468493, "1273856"], [1702468517, "1273856"], [1702468550, "1273856"], [1702468586, "1273856"], [1702468613, "1273856"], [1702468637, "1273856"], [1702468679, "1273856"], [1702468721, "1273856"], [1702468730, "1273856"], [1702468766, "1273856"], [1702468799, "1273856"], [1702468835, "1273856"], [1702468898, "1273856"], [1702468934, "1273856"], [1702468970, "1273856"], [1702468994, "1273856"], [1702469024, "1273856"], [1702469060, "1273856"], [1702469111, "1273856"], [1702469144, "1273856"], [1702469168, "1273856"], [1702469204, "1273856"], [1702469237, "1273856"], [1702469273, "1273856"], [1702469303, "1273856"], [1702469336, "1273856"], [1702469360, "1273856"], [1702469387, "1273856"], [1702469411, "1273856"], [1702469435, "1273856"], [1702469468, "1273856"], [1702469504, "1273856"], [1702469537, "1273856"], [1702469573, "1273856"], [1702469606, "1273856"], [1702469633, "1273856"], [1702469660, "1273856"], [1702469684, "1273856"], [1702469717, "1273856"], [1702469753, "1273856"], [1702469786, "1273856"], [1702469816, "1273856"], [1702469834, "1273856"], [1702469864, "1273856"], [1702469906, "1273856"], [1702469936, "1273856"], [1702469972, "1273856"], [1702470005, "1273856"], [1702470029, "1273856"], [1702470065, "1273856"], [1702470101, "1273856"], [1702470131, "1273856"], [1702470167, "1273856"], [1702470203, "1273856"], [1702470251, "1273856"], [1702470278, "1273856"], [1702470311, "1273856"], [1702470347, "1273856"], [1702470371, "1273856"], [1702470404, "1273856"], [1702470440, "1273856"], [1702470476, "1273856"], [1702470506, "1273856"], [1702470542, "1273856"], [1702470575, "1273856"], [1702470611, "1273856"], [1702470635, "1273856"], [1702470662, "1273856"], [1702470686, "1273856"], [1702470719, "1273856"], [1702470746, "1273856"], [1702470812, "1273856"], [1702470845, "1273856"], [1702470875, "1273856"], [1702470899, "1273856"], [1702470953, "1273856"], [1702470983, "1273856"], [1702471025, "1273856"], [1702471067, "1273856"], [1702471169, "1273856"], [1702471193, "1273856"], [1702471226, "1273856"], [1702471265, "1273856"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "34009088"], [1702462721, "34013184"], [1702462736, "33624064"], [1702462751, "33624064"], [1702462763, "33722368"], [1702462793, "33865728"], [1702462808, "33865728"], [1702462829, "33959936"], [1702462844, "33964032"], [1702462865, "33968128"], [1702462880, "33619968"], [1702462904, "33681408"], [1702462919, "33681408"], [1702462952, "33738752"], [1702462973, "33738752"], [1702462988, "33746944"], [1702463045, "33759232"], [1702463081, "33755136"], [1702463114, "33759232"], [1702463150, "33755136"], [1702463186, "33755136"], [1702463216, "33755136"], [1702463240, "33820672"], [1702463273, "33824768"], [1702463324, "34062336"], [1702463354, "34103296"], [1702463381, "33730560"], [1702463417, "33746944"], [1702463453, "33746944"], [1702463477, "33746944"], [1702463510, "33853440"], [1702463537, "33988608"], [1702463570, "33984512"], [1702463591, "33988608"], [1702463621, "33882112"], [1702463657, "33972224"], [1702463693, "33656832"], [1702463729, "33767424"], [1702463765, "33820672"], [1702463798, "33558528"], [1702463846, "33726464"], [1702463873, "33865728"], [1702463906, "33607680"], [1702463948, "33607680"], [1702463984, "33640448"], [1702464014, "33800192"], [1702464050, "33878016"], [1702464086, "33890304"], [1702464122, "33853440"], [1702464155, "34074624"], [1702464194, "33878016"], [1702464230, "33624064"], [1702464263, "34009088"], [1702464299, "33800192"], [1702464332, "33804288"], [1702464356, "33550336"], [1702464392, "33558528"], [1702464425, "33787904"], [1702464455, "33796096"], [1702464479, "34013184"], [1702464509, "34099200"], [1702464533, "33931264"], [1702464569, "34000896"], [1702464605, "34074624"], [1702464635, "34197504"], [1702464671, "34197504"], [1702464716, "33542144"], [1702464743, "33542144"], [1702464776, "33935360"], [1702464812, "33935360"], [1702464836, "34144256"], [1702464869, "33931264"], [1702464905, "33935360"], [1702464926, "33685504"], [1702464956, "33681408"], [1702464992, "33853440"], [1702465016, "33853440"], [1702465049, "34074624"], [1702465085, "34119680"], [1702465118, "34353152"], [1702465145, "33873920"], [1702465178, "33873920"], [1702465208, "34004992"], [1702465241, "34054144"], [1702465298, "33923072"], [1702465334, "33923072"], [1702465367, "33959936"], [1702465394, "33968128"], [1702465418, "34136064"], [1702465445, "34119680"], [1702465481, "34131968"], [1702465517, "33828864"], [1702465550, "33890304"], [1702465586, "33792000"], [1702465619, "33796096"], [1702465658, "33890304"], [1702465706, "33894400"], [1702465754, "34258944"], [1702465787, "34263040"], [1702465823, "34177024"], [1702465856, "33996800"], [1702465880, "33996800"], [1702465910, "34385920"], [1702465952, "33705984"], [1702465988, "33710080"], [1702466015, "34316288"], [1702466030, "34398208"], [1702466060, "33898496"], [1702466078, "34000896"], [1702466138, "33943552"], [1702466168, "34127872"], [1702466204, "33964032"], [1702466237, "34123776"], [1702466261, "34230272"], [1702466291, "34234368"], [1702466327, "34320384"], [1702466360, "33816576"], [1702466384, "33824768"], [1702466417, "33554432"], [1702466441, "33558528"], [1702466471, "33918976"], [1702466507, "33607680"], [1702466540, "33607680"], [1702466597, "33816576"], [1702466633, "33890304"], [1702466666, "33914880"], [1702466705, "34418688"], [1702466732, "34000896"], [1702466765, "34004992"], [1702466801, "33611776"], [1702466852, "33787904"], [1702466876, "33808384"], [1702466918, "33878016"], [1702466978, "33882112"], [1702467014, "33886208"], [1702467038, "33660928"], [1702467068, "33673216"], [1702467122, "33857536"], [1702467158, "33959936"], [1702467191, "33968128"], [1702467221, "34054144"], [1702467257, "34283520"], [1702467299, "34308096"], [1702467350, "33959936"], [1702467386, "34058240"], [1702467419, "33726464"], [1702467455, "33726464"], [1702467515, "33755136"], [1702467542, "33943552"], [1702467566, "33976320"], [1702467599, "33779712"], [1702467635, "33779712"], [1702467668, "33906688"], [1702467695, "33927168"], [1702467716, "34144256"], [1702467746, "34168832"], [1702467800, "33763328"], [1702467824, "33808384"], [1702467908, "34004992"], [1702467944, "33857536"], [1702467968, "33865728"], [1702468001, "33898496"], [1702468031, "33902592"], [1702468067, "33964032"], [1702468085, "33968128"], [1702468115, "34045952"], [1702468151, "34050048"], [1702468181, "34295808"], [1702468208, "33656832"], [1702468241, "33669120"], [1702468256, "33873920"], [1702468286, "33996800"], [1702468322, "34127872"], [1702468352, "34332672"], [1702468388, "33816576"], [1702468424, "33816576"], [1702468457, "33837056"], [1702468493, "33845248"], [1702468517, "33976320"], [1702468550, "33607680"], [1702468586, "33607680"], [1702468613, "33878016"], [1702468637, "34017280"], [1702468679, "34148352"], [1702468721, "34152448"], [1702468730, "34156544"], [1702468766, "34152448"], [1702468799, "34152448"], [1702468835, "34152448"], [1702468898, "34152448"], [1702468934, "34328576"], [1702468970, "33894400"], [1702468994, "33656832"], [1702469024, "33804288"], [1702469060, "33849344"], [1702469111, "34062336"], [1702469144, "33775616"], [1702469168, "34308096"], [1702469204, "34033664"], [1702469237, "34050048"], [1702469273, "34054144"], [1702469303, "34050048"], [1702469336, "34050048"], [1702469360, "34504704"], [1702469387, "34271232"], [1702469411, "34353152"], [1702469435, "34553856"], [1702469468, "33996800"], [1702469504, "34000896"], [1702469537, "34041856"], [1702469573, "34041856"], [1702469606, "33583104"], [1702469633, "33587200"], [1702469660, "33792000"], [1702469684, "33980416"], [1702469717, "34021376"], [1702469753, "34021376"], [1702469786, "33759232"], [1702469816, "33869824"], [1702469834, "33927168"], [1702469864, "33931264"], [1702469906, "33935360"], [1702469936, "33603584"], [1702469972, "33677312"], [1702470005, "33738752"], [1702470029, "33734656"], [1702470065, "33878016"], [1702470101, "33878016"], [1702470131, "33951744"], [1702470167, "33951744"], [1702470203, "33951744"], [1702470251, "33951744"], [1702470278, "33755136"], [1702470311, "33759232"], [1702470347, "33755136"], [1702470371, "34033664"], [1702470404, "34148352"], [1702470440, "34353152"], [1702470476, "34058240"], [1702470506, "34148352"], [1702470542, "34029568"], [1702470575, "34082816"], [1702470611, "33501184"], [1702470635, "33492992"], [1702470662, "33665024"], [1702470686, "33693696"], [1702470719, "33812480"], [1702470746, "33824768"], [1702470812, "33878016"], [1702470845, "33624064"], [1702470875, "33628160"], [1702470899, "33640448"], [1702470953, "34037760"], [1702470983, "34254848"], [1702471025, "34095104"], [1702471067, "33718272"], [1702471169, "33841152"], [1702471193, "33849344"], [1702471226, "33857536"], [1702471265, "33595392"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "2772992"], [1702462793, "2772992"], [1702462808, "2772992"], [1702462829, "2772992"], [1702462844, "2772992"], [1702462865, "2772992"], [1702462880, "2772992"], [1702462904, "2772992"], [1702462919, "2772992"], [1702462952, "2772992"], [1702462973, "2772992"], [1702462988, "2772992"], [1702463045, "2772992"], [1702463081, "2772992"], [1702463114, "2772992"], [1702463150, "2772992"], [1702463186, "2772992"], [1702463216, "2772992"], [1702463240, "2772992"], [1702463273, "2772992"], [1702463324, "2772992"], [1702463354, "2772992"], [1702463381, "2772992"], [1702463417, "2772992"], [1702463453, "2772992"], [1702463477, "2772992"], [1702463510, "2772992"], [1702463537, "2772992"], [1702463570, "2772992"], [1702463591, "2772992"], [1702463621, "2772992"], [1702463657, "2772992"], [1702463693, "2772992"], [1702463729, "2772992"], [1702463765, "2772992"], [1702463798, "2772992"], [1702463846, "2772992"], [1702463873, "2772992"], [1702463906, "2772992"], [1702463948, "2772992"], [1702463984, "2772992"], [1702464014, "2772992"], [1702464050, "2772992"], [1702464086, "2772992"], [1702464122, "2772992"], [1702464155, "2772992"], [1702464194, "2772992"], [1702464230, "2772992"], [1702464263, "2772992"], [1702464299, "2772992"], [1702464332, "2772992"], [1702464356, "2772992"], [1702464392, "2772992"], [1702464425, "2772992"], [1702464455, "2772992"], [1702464479, "2772992"], [1702464509, "2772992"], [1702464533, "2772992"], [1702464569, "2772992"], [1702464605, "2772992"], [1702464635, "2772992"], [1702464671, "2772992"], [1702464716, "2772992"], [1702464743, "2772992"], [1702464776, "2772992"], [1702464812, "2772992"], [1702464836, "2772992"], [1702464869, "2772992"], [1702464905, "2772992"], [1702464926, "2772992"], [1702464956, "2772992"], [1702464992, "2772992"], [1702465016, "2772992"], [1702465049, "2772992"], [1702465085, "2772992"], [1702465118, "2772992"], [1702465145, "2772992"], [1702465178, "2772992"], [1702465208, "2772992"], [1702465241, "2772992"], [1702465298, "2772992"], [1702465334, "2772992"], [1702465367, "2772992"], [1702465394, "2772992"], [1702465418, "2772992"], [1702465445, "2772992"], [1702465481, "2772992"], [1702465517, "2772992"], [1702465550, "2772992"], [1702465586, "2772992"], [1702465619, "2772992"], [1702465658, "2772992"], [1702465706, "2772992"], [1702465754, "2772992"], [1702465787, "2772992"], [1702465823, "2772992"], [1702465856, "2772992"], [1702465880, "2772992"], [1702465910, "2772992"], [1702465952, "2772992"], [1702465988, "2772992"], [1702466015, "2772992"], [1702466030, "2772992"], [1702466060, "2772992"], [1702466078, "2772992"], [1702466138, "2772992"], [1702466168, "2772992"], [1702466204, "2772992"], [1702466237, "2772992"], [1702466261, "2772992"], [1702466291, "2772992"], [1702466327, "2772992"], [1702466360, "2772992"], [1702466384, "2772992"], [1702466417, "2772992"], [1702466441, "2772992"], [1702466471, "2772992"], [1702466507, "2772992"], [1702466540, "2772992"], [1702466597, "2772992"], [1702466633, "2772992"], [1702466666, "2772992"], [1702466705, "2772992"], [1702466732, "2772992"], [1702466765, "2772992"], [1702466801, "2772992"], [1702466852, "2772992"], [1702466876, "2772992"], [1702466918, "2772992"], [1702466978, "2772992"], [1702467014, "2772992"], [1702467038, "2772992"], [1702467068, "2772992"], [1702467122, "2772992"], [1702467158, "2772992"], [1702467191, "2772992"], [1702467221, "2772992"], [1702467257, "2772992"], [1702467299, "2772992"], [1702467350, "2772992"], [1702467386, "2772992"], [1702467419, "2772992"], [1702467455, "2772992"], [1702467515, "2772992"], [1702467542, "2772992"], [1702467566, "2772992"], [1702467599, "2772992"], [1702467635, "2772992"], [1702467668, "2772992"], [1702467695, "2772992"], [1702467716, "2772992"], [1702467746, "2772992"], [1702467800, "2772992"], [1702467824, "2772992"], [1702467908, "2772992"], [1702467944, "2772992"], [1702467968, "2772992"], [1702468001, "2772992"], [1702468031, "2772992"], [1702468067, "2772992"], [1702468085, "2772992"], [1702468115, "2772992"], [1702468151, "2772992"], [1702468181, "2772992"], [1702468208, "2772992"], [1702468241, "2772992"], [1702468256, "2772992"], [1702468286, "2772992"], [1702468322, "2772992"], [1702468352, "2772992"], [1702468388, "2772992"], [1702468424, "2772992"], [1702468457, "2772992"], [1702468493, "2772992"], [1702468517, "2772992"], [1702468550, "2772992"], [1702468586, "2772992"], [1702468613, "2772992"], [1702468637, "2772992"], [1702468679, "2772992"], [1702468721, "2772992"], [1702468730, "2772992"], [1702468766, "2772992"], [1702468799, "2772992"], [1702468835, "2772992"], [1702468898, "2772992"], [1702468934, "2772992"], [1702468970, "2772992"], [1702468994, "2772992"], [1702469024, "2772992"], [1702469060, "2772992"], [1702469111, "2772992"], [1702469144, "2772992"], [1702469168, "2772992"], [1702469204, "2772992"], [1702469237, "2772992"], [1702469273, "2772992"], [1702469303, "2772992"], [1702469336, "2772992"], [1702469360, "2772992"], [1702469387, "2772992"], [1702469411, "2772992"], [1702469435, "2772992"], [1702469468, "2772992"], [1702469504, "2772992"], [1702469537, "2772992"], [1702469573, "2772992"], [1702469606, "2772992"], [1702469633, "2772992"], [1702469660, "2772992"], [1702469684, "2772992"], [1702469717, "2772992"], [1702469753, "2772992"], [1702469786, "2772992"], [1702469816, "2772992"], [1702469834, "2772992"], [1702469864, "2772992"], [1702469906, "2772992"], [1702469936, "2772992"], [1702469972, "2772992"], [1702470005, "2772992"], [1702470029, "2772992"], [1702470065, "2772992"], [1702470101, "2772992"], [1702470131, "2772992"], [1702470167, "2772992"], [1702470203, "2772992"], [1702470251, "2772992"], [1702470278, "2772992"], [1702470311, "2772992"], [1702470347, "2772992"], [1702470371, "2772992"], [1702470404, "2772992"], [1702470440, "2772992"], [1702470476, "2772992"], [1702470506, "2772992"], [1702470542, "2772992"], [1702470575, "2772992"], [1702470611, "2772992"], [1702470635, "2772992"], [1702470662, "2772992"], [1702470686, "2772992"], [1702470719, "2772992"], [1702470746, "2772992"], [1702470812, "2772992"], [1702470845, "2772992"], [1702470875, "2772992"], [1702470899, "2772992"], [1702470953, "2772992"], [1702470983, "2772992"], [1702471025, "2772992"], [1702471067, "2772992"], [1702471169, "2772992"], [1702471193, "2772992"], [1702471226, "2772992"], [1702471265, "2772992"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "12353536"], [1702463045, "12365824"], [1702463081, "12353536"], [1702463114, "12353536"], [1702463150, "12357632"], [1702463186, "12357632"], [1702463216, "12443648"], [1702463240, "12443648"], [1702463273, "12443648"], [1702463324, "12447744"], [1702463354, "12447744"], [1702463381, "12447744"], [1702463417, "12451840"], [1702463453, "12451840"], [1702463477, "12451840"], [1702463510, "12451840"], [1702463537, "12451840"], [1702463570, "12488704"], [1702463591, "12488704"], [1702463621, "12488704"], [1702463657, "12488704"], [1702463693, "12558336"], [1702463729, "12558336"], [1702463765, "12558336"], [1702463798, "12496896"], [1702463846, "12496896"], [1702463873, "12496896"], [1702463906, "12496896"], [1702463948, "12529664"], [1702463984, "12533760"], [1702464014, "12533760"], [1702464050, "12550144"], [1702464086, "12550144"], [1702464122, "12550144"], [1702464155, "12550144"], [1702464194, "12550144"], [1702464230, "12550144"], [1702464263, "12550144"], [1702464299, "12550144"], [1702464332, "12550144"], [1702464356, "12550144"], [1702464392, "12550144"], [1702464425, "12517376"], [1702464455, "12517376"], [1702464479, "12521472"], [1702464509, "12521472"], [1702464533, "12521472"], [1702464569, "12521472"], [1702464605, "12521472"], [1702464635, "12521472"], [1702464671, "12521472"], [1702464716, "12521472"], [1702464743, "12521472"], [1702464776, "12554240"], [1702464812, "12554240"], [1702464836, "12554240"], [1702464869, "12554240"], [1702464905, "12554240"], [1702464926, "12554240"], [1702464956, "12554240"], [1702464992, "12554240"], [1702465016, "12554240"], [1702465049, "12554240"], [1702465085, "12554240"], [1702465118, "12554240"], [1702465145, "12554240"], [1702465178, "12554240"], [1702465208, "12554240"], [1702465241, "12554240"], [1702465298, "12587008"], [1702465334, "12587008"], [1702465367, "12521472"], [1702465394, "12521472"], [1702465418, "12525568"], [1702465445, "12529664"], [1702465481, "12529664"], [1702465517, "12529664"], [1702465550, "12529664"], [1702465586, "12529664"], [1702465619, "12615680"], [1702465658, "12615680"], [1702465706, "12615680"], [1702465754, "12562432"], [1702465787, "12562432"], [1702465823, "12562432"], [1702465856, "12566528"], [1702465880, "12570624"], [1702465910, "12570624"], [1702465952, "12570624"], [1702465988, "12648448"], [1702466015, "12648448"], [1702466030, "12648448"], [1702466060, "12648448"], [1702466078, "12648448"], [1702466138, "12648448"], [1702466168, "12648448"], [1702466204, "12648448"], [1702466237, "12648448"], [1702466261, "12648448"], [1702466291, "12648448"], [1702466327, "12681216"], [1702466360, "12681216"], [1702466384, "12681216"], [1702466417, "12681216"], [1702466441, "12713984"], [1702466471, "12713984"], [1702466507, "12713984"], [1702466540, "12713984"], [1702466597, "12595200"], [1702466633, "12595200"], [1702466666, "12599296"], [1702466705, "12599296"], [1702466732, "12599296"], [1702466765, "12599296"], [1702466801, "12599296"], [1702466852, "12599296"], [1702466876, "12599296"], [1702466918, "12599296"], [1702466978, "12632064"], [1702467014, "12632064"], [1702467038, "12632064"], [1702467068, "12632064"], [1702467122, "12632064"], [1702467158, "12632064"], [1702467191, "12550144"], [1702467221, "12550144"], [1702467257, "12550144"], [1702467299, "12591104"], [1702467350, "12595200"], [1702467386, "12857344"], [1702467419, "12632064"], [1702467455, "12632064"], [1702467515, "12632064"], [1702467542, "12664832"], [1702467566, "12664832"], [1702467599, "12673024"], [1702467635, "12681216"], [1702467668, "12595200"], [1702467695, "12595200"], [1702467716, "12595200"], [1702467746, "12595200"], [1702467800, "12595200"], [1702467824, "12595200"], [1702467908, "12595200"], [1702467944, "12595200"], [1702467968, "12595200"], [1702468001, "12595200"], [1702468031, "12595200"], [1702468067, "12595200"], [1702468085, "12595200"], [1702468115, "12595200"], [1702468151, "12619776"], [1702468181, "12619776"], [1702468208, "12619776"], [1702468241, "12619776"], [1702468256, "12619776"], [1702468286, "12619776"], [1702468322, "12619776"], [1702468352, "12619776"], [1702468388, "12619776"], [1702468424, "12619776"], [1702468457, "12619776"], [1702468493, "12619776"], [1702468517, "12619776"], [1702468550, "12619776"], [1702468586, "12619776"], [1702468613, "12718080"], [1702468637, "12718080"], [1702468679, "12718080"], [1702468721, "12718080"], [1702468730, "12718080"], [1702468766, "12718080"], [1702468799, "12718080"], [1702468835, "12718080"], [1702468898, "12718080"], [1702468934, "12718080"], [1702468970, "12718080"], [1702468994, "12718080"], [1702469024, "12718080"], [1702469060, "12718080"], [1702469111, "12595200"], [1702469144, "12595200"], [1702469168, "12595200"], [1702469204, "12595200"], [1702469237, "12595200"], [1702469273, "12595200"], [1702469303, "12595200"], [1702469336, "12595200"], [1702469360, "12595200"], [1702469387, "12595200"], [1702469411, "12595200"], [1702469435, "12603392"], [1702469468, "12587008"], [1702469504, "12587008"], [1702469537, "12587008"], [1702469573, "12587008"], [1702469606, "12587008"], [1702469633, "12587008"], [1702469660, "12587008"], [1702469684, "12587008"], [1702469717, "12587008"], [1702469753, "12587008"], [1702469786, "12587008"], [1702469816, "12591104"], [1702469834, "12591104"], [1702469864, "12591104"], [1702469906, "12591104"], [1702469936, "12591104"], [1702469972, "12591104"], [1702470005, "12591104"], [1702470029, "12591104"], [1702470065, "12591104"], [1702470101, "12591104"], [1702470131, "12599296"], [1702470167, "12599296"], [1702470203, "12599296"], [1702470251, "12599296"], [1702470278, "12599296"], [1702470311, "12599296"], [1702470347, "12599296"], [1702470371, "12599296"], [1702470404, "12599296"], [1702470440, "12599296"], [1702470476, "12599296"], [1702470506, "12599296"], [1702470542, "12599296"], [1702470575, "12599296"], [1702470611, "12599296"], [1702470635, "12603392"], [1702470662, "12603392"], [1702470686, "12603392"], [1702470719, "12603392"], [1702470746, "12603392"], [1702470812, "12607488"], [1702470845, "12607488"], [1702470875, "12607488"], [1702470899, "12607488"], [1702470953, "12607488"], [1702470983, "12607488"], [1702471025, "12607488"], [1702471067, "12607488"], [1702471169, "12607488"], [1702471193, "12607488"], [1702471226, "12607488"], [1702471265, "12607488"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "682856448"], [1702462721, "682856448"], [1702462736, "691666944"], [1702462751, "694411264"], [1702462763, "701325312"], [1702462793, "707235840"], [1702462808, "706842624"], [1702462829, "707305472"], [1702462844, "707358720"], [1702462865, "688893952"], [1702462880, "689172480"], [1702462904, "689188864"], [1702462919, "689233920"], [1702462952, "689659904"], [1702462973, "689119232"], [1702462988, "689430528"], [1702463045, "699772928"], [1702463081, "700354560"], [1702463114, "705527808"], [1702463150, "705908736"], [1702463186, "668655616"], [1702463216, "671236096"], [1702463240, "671023104"], [1702463273, "676585472"], [1702463324, "680378368"], [1702463354, "712413184"], [1702463381, "712441856"], [1702463417, "712970240"], [1702463453, "712519680"], [1702463477, "712503296"], [1702463510, "676818944"], [1702463537, "677449728"], [1702463570, "680763392"], [1702463591, "680263680"], [1702463621, "682074112"], [1702463657, "683864064"], [1702463693, "693702656"], [1702463729, "694292480"], [1702463765, "694345728"], [1702463798, "670973952"], [1702463846, "670990336"], [1702463873, "676880384"], [1702463906, "674430976"], [1702463948, "692572160"], [1702463984, "701931520"], [1702464014, "702136320"], [1702464050, "703369216"], [1702464086, "680534016"], [1702464122, "680341504"], [1702464155, "681062400"], [1702464194, "681361408"], [1702464230, "682237952"], [1702464263, "730587136"], [1702464299, "729772032"], [1702464332, "730542080"], [1702464356, "679763968"], [1702464392, "680255488"], [1702464425, "682795008"], [1702464455, "682229760"], [1702464479, "682487808"], [1702464509, "681955328"], [1702464533, "733323264"], [1702464569, "734253056"], [1702464605, "734294016"], [1702464635, "734650368"], [1702464671, "714268672"], [1702464716, "714137600"], [1702464743, "714403840"], [1702464776, "714891264"], [1702464812, "714596352"], [1702464836, "714969088"], [1702464869, "715227136"], [1702464905, "714792960"], [1702464926, "715091968"], [1702464956, "714797056"], [1702464992, "669679616"], [1702465016, "672727040"], [1702465049, "672202752"], [1702465085, "678359040"], [1702465118, "678232064"], [1702465145, "683585536"], [1702465178, "690704384"], [1702465208, "703873024"], [1702465241, "704102400"], [1702465298, "677801984"], [1702465334, "679931904"], [1702465367, "682381312"], [1702465394, "682803200"], [1702465418, "683106304"], [1702465445, "714350592"], [1702465481, "717959168"], [1702465517, "719089664"], [1702465550, "685133824"], [1702465586, "685428736"], [1702465619, "685854720"], [1702465658, "685846528"], [1702465706, "685862912"], [1702465754, "741285888"], [1702465787, "741679104"], [1702465823, "742064128"], [1702465856, "718258176"], [1702465880, "718053376"], [1702465910, "718270464"], [1702465952, "718295040"], [1702465988, "718233600"], [1702466015, "718245888"], [1702466030, "718385152"], [1702466060, "718913536"], [1702466078, "718655488"], [1702466138, "719138816"], [1702466168, "718909440"], [1702466204, "671141888"], [1702466237, "671633408"], [1702466261, "675913728"], [1702466291, "676098048"], [1702466327, "676958208"], [1702466360, "681631744"], [1702466384, "703750144"], [1702466417, "708448256"], [1702466441, "709210112"], [1702466471, "671272960"], [1702466507, "672743424"], [1702466540, "673320960"], [1702466597, "674963456"], [1702466633, "685326336"], [1702466666, "690884608"], [1702466705, "697274368"], [1702466732, "697106432"], [1702466765, "682471424"], [1702466801, "682463232"], [1702466852, "683659264"], [1702466876, "686923776"], [1702466918, "686706688"], [1702466978, "727257088"], [1702467014, "728276992"], [1702467038, "682532864"], [1702467068, "682823680"], [1702467122, "684716032"], [1702467158, "684994560"], [1702467191, "685101056"], [1702467221, "686190592"], [1702467257, "735858688"], [1702467299, "735989760"], [1702467350, "736272384"], [1702467386, "726343680"], [1702467419, "725577728"], [1702467455, "725807104"], [1702467515, "725889024"], [1702467542, "725913600"], [1702467566, "725901312"], [1702467599, "726196224"], [1702467635, "726208512"], [1702467668, "725970944"], [1702467695, "726220800"], [1702467716, "726003712"], [1702467746, "725712896"], [1702467800, "726228992"], [1702467824, "721039360"], [1702467908, "720543744"], [1702467944, "696549376"], [1702467968, "696012800"], [1702468001, "696274944"], [1702468031, "686071808"], [1702468067, "686587904"], [1702468085, "687013888"], [1702468115, "687009792"], [1702468151, "696238080"], [1702468181, "696315904"], [1702468208, "696569856"], [1702468241, "696098816"], [1702468256, "696369152"], [1702468286, "696360960"], [1702468322, "671051776"], [1702468352, "671326208"], [1702468388, "676433920"], [1702468424, "673886208"], [1702468457, "678666240"], [1702468493, "696844288"], [1702468517, "697421824"], [1702468550, "697298944"], [1702468586, "677892096"], [1702468613, "679399424"], [1702468637, "678621184"], [1702468679, "682967040"], [1702468721, "682455040"], [1702468730, "708186112"], [1702468766, "718438400"], [1702468799, "720166912"], [1702468835, "721743872"], [1702468898, "721883136"], [1702468934, "721481728"], [1702468970, "721469440"], [1702468994, "721616896"], [1702469024, "721612800"], [1702469060, "723607552"], [1702469111, "723423232"], [1702469144, "709586944"], [1702469168, "709619712"], [1702469204, "709832704"], [1702469237, "709332992"], [1702469273, "709804032"], [1702469303, "709808128"], [1702469336, "718274560"], [1702469360, "727506944"], [1702469387, "728207360"], [1702469411, "728829952"], [1702469435, "692150272"], [1702469468, "693604352"], [1702469504, "693342208"], [1702469537, "693354496"], [1702469573, "693366784"], [1702469606, "693108736"], [1702469633, "732897280"], [1702469660, "717959168"], [1702469684, "718729216"], [1702469717, "718774272"], [1702469753, "684806144"], [1702469786, "685625344"], [1702469816, "686133248"], [1702469834, "686403584"], [1702469864, "686133248"], [1702469906, "685912064"], [1702469936, "724905984"], [1702469972, "725512192"], [1702470005, "724983808"], [1702470029, "725528576"], [1702470065, "712982528"], [1702470101, "713875456"], [1702470131, "713674752"], [1702470167, "714498048"], [1702470203, "713773056"], [1702470251, "714027008"], [1702470278, "714698752"], [1702470311, "714915840"], [1702470347, "715550720"], [1702470371, "716079104"], [1702470404, "715292672"], [1702470440, "715816960"], [1702470476, "716079104"], [1702470506, "715575296"], [1702470542, "750075904"], [1702470575, "750170112"], [1702470611, "750178304"], [1702470635, "710725632"], [1702470662, "710164480"], [1702470686, "709996544"], [1702470719, "710262784"], [1702470746, "710742016"], [1702470812, "710529024"], [1702470845, "711729152"], [1702470875, "711544832"], [1702470899, "722243584"], [1702470953, "722878464"], [1702470983, "673812480"], [1702471025, "674840576"], [1702471067, "680038400"], [1702471169, "716959744"], [1702471193, "717000704"], [1702471226, "708034560"], [1702471265, "707526656"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "11403264"], [1702462721, "11403264"], [1702462736, "11403264"], [1702462751, "11403264"], [1702462763, "11403264"], [1702462793, "11403264"], [1702462808, "11403264"], [1702462829, "11403264"], [1702462844, "11403264"], [1702462865, "11403264"], [1702462880, "11403264"], [1702462904, "11403264"], [1702462919, "11403264"], [1702462952, "11403264"], [1702462973, "11403264"], [1702462988, "11403264"], [1702463045, "11403264"], [1702463081, "11403264"], [1702463114, "11403264"], [1702463150, "11403264"], [1702463186, "11403264"], [1702463216, "11403264"], [1702463240, "11403264"], [1702463273, "11403264"], [1702463324, "11403264"], [1702463354, "11403264"], [1702463381, "11403264"], [1702463417, "11403264"], [1702463453, "11403264"], [1702463477, "11403264"], [1702463510, "11403264"], [1702463537, "11403264"], [1702463570, "11403264"], [1702463591, "11403264"], [1702463621, "11403264"], [1702463657, "11403264"], [1702463693, "11403264"], [1702463729, "11403264"], [1702463765, "11403264"], [1702463798, "11403264"], [1702463846, "11403264"], [1702463873, "11403264"], [1702463906, "11403264"], [1702463948, "11403264"], [1702463984, "11403264"], [1702464014, "11403264"], [1702464050, "11403264"], [1702464086, "11403264"], [1702464122, "11403264"], [1702464155, "11403264"], [1702464194, "11403264"], [1702464230, "11403264"], [1702464263, "11403264"], [1702464299, "11403264"], [1702464332, "11403264"], [1702464356, "11403264"], [1702464392, "11403264"], [1702464425, "11403264"], [1702464455, "11403264"], [1702464479, "11403264"], [1702464509, "11403264"], [1702464533, "11403264"], [1702464569, "11403264"], [1702464605, "11403264"], [1702464635, "11403264"], [1702464671, "11403264"], [1702464716, "11403264"], [1702464743, "11403264"], [1702464776, "11403264"], [1702464812, "11403264"], [1702464836, "11403264"], [1702464869, "11403264"], [1702464905, "11403264"], [1702464926, "11403264"], [1702464956, "11403264"], [1702464992, "11403264"], [1702465016, "11403264"], [1702465049, "11403264"], [1702465085, "11403264"], [1702465118, "11403264"], [1702465145, "11403264"], [1702465178, "11403264"], [1702465208, "11403264"], [1702465241, "11403264"], [1702465298, "11403264"], [1702465334, "11403264"], [1702465367, "11403264"], [1702465394, "11403264"], [1702465418, "11403264"], [1702465445, "11403264"], [1702465481, "11403264"], [1702465517, "11403264"], [1702465550, "11403264"], [1702465586, "11403264"], [1702465619, "11403264"], [1702465658, "11403264"], [1702465706, "11403264"], [1702465754, "11403264"], [1702465787, "11403264"], [1702465823, "11403264"], [1702465856, "11403264"], [1702465880, "11403264"], [1702465910, "11403264"], [1702465952, "11403264"], [1702465988, "11403264"], [1702466015, "11403264"], [1702466030, "11403264"], [1702466060, "11403264"], [1702466078, "11403264"], [1702466138, "11403264"], [1702466168, "11403264"], [1702466204, "11403264"], [1702466237, "11403264"], [1702466261, "11403264"], [1702466291, "11403264"], [1702466327, "11403264"], [1702466360, "11403264"], [1702466384, "11403264"], [1702466417, "11403264"], [1702466441, "11403264"], [1702466471, "11403264"], [1702466507, "11403264"], [1702466540, "11403264"], [1702466597, "11403264"], [1702466633, "11403264"], [1702466666, "11403264"], [1702466705, "11403264"], [1702466732, "11403264"], [1702466765, "11403264"], [1702466801, "11403264"], [1702466852, "11403264"], [1702466876, "11403264"], [1702466918, "11403264"], [1702466978, "11403264"], [1702467014, "11403264"], [1702467038, "11403264"], [1702467068, "11403264"], [1702467122, "11403264"], [1702467158, "11403264"], [1702467191, "11403264"], [1702467221, "11403264"], [1702467257, "11403264"], [1702467299, "11403264"], [1702467350, "11403264"], [1702467386, "11403264"], [1702467419, "11403264"], [1702467455, "11403264"], [1702467515, "11403264"], [1702467542, "11403264"], [1702467566, "11403264"], [1702467599, "11403264"], [1702467635, "11403264"], [1702467668, "11403264"], [1702467695, "11403264"], [1702467716, "11403264"], [1702467746, "11403264"], [1702467800, "11403264"], [1702467824, "11403264"], [1702467908, "11403264"], [1702467944, "11403264"], [1702467968, "11403264"], [1702468001, "11403264"], [1702468031, "11403264"], [1702468067, "11403264"], [1702468085, "11403264"], [1702468115, "11403264"], [1702468151, "11403264"], [1702468181, "11403264"], [1702468208, "11403264"], [1702468241, "11403264"], [1702468256, "11403264"], [1702468286, "11403264"], [1702468322, "11403264"], [1702468352, "11403264"], [1702468388, "11403264"], [1702468424, "11403264"], [1702468457, "11403264"], [1702468493, "11403264"], [1702468517, "11403264"], [1702468550, "11403264"], [1702468586, "11403264"], [1702468613, "11403264"], [1702468637, "11403264"], [1702468679, "11403264"], [1702468721, "11403264"], [1702468730, "11403264"], [1702468766, "11403264"], [1702468799, "11403264"], [1702468835, "11403264"], [1702468898, "11403264"], [1702468934, "11403264"], [1702468970, "11403264"], [1702468994, "11403264"], [1702469024, "11403264"], [1702469060, "11403264"], [1702469111, "11403264"], [1702469144, "11403264"], [1702469168, "11403264"], [1702469204, "11403264"], [1702469237, "11403264"], [1702469273, "11403264"], [1702469303, "11403264"], [1702469336, "11403264"], [1702469360, "11403264"], [1702469387, "11403264"], [1702469411, "11403264"], [1702469435, "11403264"], [1702469468, "11403264"], [1702469504, "11403264"], [1702469537, "11403264"], [1702469573, "11403264"], [1702469606, "11403264"], [1702469633, "11403264"], [1702469660, "11403264"], [1702469684, "11403264"], [1702469717, "11403264"], [1702469753, "11403264"], [1702469786, "11403264"], [1702469816, "11403264"], [1702469834, "11403264"], [1702469864, "11403264"], [1702469906, "11403264"], [1702469936, "11403264"], [1702469972, "11403264"], [1702470005, "11403264"], [1702470029, "11403264"], [1702470065, "11403264"], [1702470101, "11403264"], [1702470131, "11403264"], [1702470167, "11403264"], [1702470203, "11403264"], [1702470251, "11403264"], [1702470278, "11403264"], [1702470311, "11403264"], [1702470347, "11403264"], [1702470371, "11403264"], [1702470404, "11403264"], [1702470440, "11403264"], [1702470476, "11403264"], [1702470506, "11403264"], [1702470542, "11403264"], [1702470575, "11403264"], [1702470611, "11403264"], [1702470635, "11403264"], [1702470662, "11403264"], [1702470686, "11403264"], [1702470719, "11403264"], [1702470746, "11403264"], [1702470812, "11403264"], [1702470845, "11403264"], [1702470875, "11403264"], [1702470899, "11403264"], [1702470953, "11403264"], [1702470983, "11403264"], [1702471025, "11403264"], [1702471067, "11403264"], [1702471169, "11403264"], [1702471193, "11403264"], [1702471226, "11403264"], [1702471265, "11403264"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "24768512"], [1702462721, "24768512"], [1702462736, "24768512"], [1702462751, "24772608"], [1702462763, "24772608"], [1702462793, "24772608"], [1702462808, "24772608"], [1702462829, "24772608"], [1702462844, "24772608"], [1702462865, "24772608"], [1702462880, "24768512"], [1702462904, "24772608"], [1702462919, "24772608"], [1702462952, "24772608"], [1702462973, "24772608"], [1702462988, "24772608"], [1702463045, "24768512"], [1702463081, "24772608"], [1702463114, "24772608"], [1702463150, "24772608"], [1702463186, "24772608"], [1702463216, "24772608"], [1702463240, "24772608"], [1702463273, "24772608"], [1702463324, "24768512"], [1702463354, "24772608"], [1702463381, "24772608"], [1702463417, "24772608"], [1702463453, "24772608"], [1702463477, "24772608"], [1702463510, "24772608"], [1702463537, "24772608"], [1702463570, "24772608"], [1702463591, "24768512"], [1702463621, "24768512"], [1702463657, "24768512"], [1702463693, "24772608"], [1702463729, "24772608"], [1702463765, "24768512"], [1702463798, "24772608"], [1702463846, "24772608"], [1702463873, "24772608"], [1702463906, "24768512"], [1702463948, "24772608"], [1702463984, "24772608"], [1702464014, "24772608"], [1702464050, "24768512"], [1702464086, "24768512"], [1702464122, "24772608"], [1702464155, "24772608"], [1702464194, "24768512"], [1702464230, "24768512"], [1702464263, "24772608"], [1702464299, "24772608"], [1702464332, "24772608"], [1702464356, "24768512"], [1702464392, "24768512"], [1702464425, "24772608"], [1702464455, "24772608"], [1702464479, "24772608"], [1702464509, "24768512"], [1702464533, "24768512"], [1702464569, "24772608"], [1702464605, "24772608"], [1702464635, "24772608"], [1702464671, "24768512"], [1702464716, "24772608"], [1702464743, "24772608"], [1702464776, "24772608"], [1702464812, "24772608"], [1702464836, "24768512"], [1702464869, "24772608"], [1702464905, "24772608"], [1702464926, "24772608"], [1702464956, "24768512"], [1702464992, "24768512"], [1702465016, "24772608"], [1702465049, "24772608"], [1702465085, "24772608"], [1702465118, "24772608"], [1702465145, "24772608"], [1702465178, "24772608"], [1702465208, "24772608"], [1702465241, "24772608"], [1702465298, "24772608"], [1702465334, "24772608"], [1702465367, "24768512"], [1702465394, "24772608"], [1702465418, "24772608"], [1702465445, "24772608"], [1702465481, "24768512"], [1702465517, "24768512"], [1702465550, "24772608"], [1702465586, "24772608"], [1702465619, "24772608"], [1702465658, "24768512"], [1702465706, "24772608"], [1702465754, "24772608"], [1702465787, "24772608"], [1702465823, "24772608"], [1702465856, "24772608"], [1702465880, "24772608"], [1702465910, "24772608"], [1702465952, "24768512"], [1702465988, "24768512"], [1702466015, "24772608"], [1702466030, "24772608"], [1702466060, "24772608"], [1702466078, "24772608"], [1702466138, "24772608"], [1702466168, "24772608"], [1702466204, "24772608"], [1702466237, "24768512"], [1702466261, "24768512"], [1702466291, "24768512"], [1702466327, "24772608"], [1702466360, "24772608"], [1702466384, "24772608"], [1702466417, "24772608"], [1702466441, "24772608"], [1702466471, "24772608"], [1702466507, "24772608"], [1702466540, "24768512"], [1702466597, "24768512"], [1702466633, "24772608"], [1702466666, "24772608"], [1702466705, "24768512"], [1702466732, "24776704"], [1702466765, "24776704"], [1702466801, "24768512"], [1702466852, "24768512"], [1702466876, "24772608"], [1702466918, "24772608"], [1702466978, "24768512"], [1702467014, "24768512"], [1702467038, "24772608"], [1702467068, "24772608"], [1702467122, "24772608"], [1702467158, "24768512"], [1702467191, "24772608"], [1702467221, "24772608"], [1702467257, "24768512"], [1702467299, "24768512"], [1702467350, "24772608"], [1702467386, "24772608"], [1702467419, "24772608"], [1702467455, "24772608"], [1702467515, "24772608"], [1702467542, "24772608"], [1702467566, "24768512"], [1702467599, "24768512"], [1702467635, "24772608"], [1702467668, "24772608"], [1702467695, "24772608"], [1702467716, "24772608"], [1702467746, "24772608"], [1702467800, "24772608"], [1702467824, "24772608"], [1702467908, "24772608"], [1702467944, "24772608"], [1702467968, "24772608"], [1702468001, "24768512"], [1702468031, "24768512"], [1702468067, "24772608"], [1702468085, "24772608"], [1702468115, "24772608"], [1702468151, "24772608"], [1702468181, "24772608"], [1702468208, "24772608"], [1702468241, "24772608"], [1702468256, "24772608"], [1702468286, "24768512"], [1702468322, "24768512"], [1702468352, "24772608"], [1702468388, "24772608"], [1702468424, "24772608"], [1702468457, "24768512"], [1702468493, "24772608"], [1702468517, "24772608"], [1702468550, "24772608"], [1702468586, "24768512"], [1702468613, "24768512"], [1702468637, "24772608"], [1702468679, "24772608"], [1702468721, "24772608"], [1702468730, "24772608"], [1702468766, "24768512"], [1702468799, "24772608"], [1702468835, "24772608"], [1702468898, "24768512"], [1702468934, "24776704"], [1702468970, "24772608"], [1702468994, "24772608"], [1702469024, "24772608"], [1702469060, "24772608"], [1702469111, "24772608"], [1702469144, "24772608"], [1702469168, "24772608"], [1702469204, "24768512"], [1702469237, "24768512"], [1702469273, "24772608"], [1702469303, "24772608"], [1702469336, "24772608"], [1702469360, "24772608"], [1702469387, "24772608"], [1702469411, "24772608"], [1702469435, "24772608"], [1702469468, "24772608"], [1702469504, "24768512"], [1702469537, "24772608"], [1702469573, "24772608"], [1702469606, "24772608"], [1702469633, "24772608"], [1702469660, "24772608"], [1702469684, "24772608"], [1702469717, "24772608"], [1702469753, "24772608"], [1702469786, "24768512"], [1702469816, "24768512"], [1702469834, "24768512"], [1702469864, "24772608"], [1702469906, "24772608"], [1702469936, "24768512"], [1702469972, "24768512"], [1702470005, "24772608"], [1702470029, "24772608"], [1702470065, "24772608"], [1702470101, "24768512"], [1702470131, "24768512"], [1702470167, "24772608"], [1702470203, "24772608"], [1702470251, "24768512"], [1702470278, "24768512"], [1702470311, "24772608"], [1702470347, "24772608"], [1702470371, "24772608"], [1702470404, "24768512"], [1702470440, "24772608"], [1702470476, "24772608"], [1702470506, "24772608"], [1702470542, "24768512"], [1702470575, "24768512"], [1702470611, "24772608"], [1702470635, "24772608"], [1702470662, "24772608"], [1702470686, "24772608"], [1702470719, "24772608"], [1702470746, "24772608"], [1702470812, "24772608"], [1702470845, "24768512"], [1702470875, "24772608"], [1702470899, "24772608"], [1702470953, "24772608"], [1702470983, "24772608"], [1702471025, "24772608"], [1702471067, "24772608"], [1702471169, "24772608"], [1702471193, "24772608"], [1702471226, "24768512"], [1702471265, "24768512"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "55181312"], [1702462721, "55181312"], [1702462736, "55201792"], [1702462751, "55205888"], [1702462763, "55205888"], [1702462793, "55201792"], [1702462808, "55443456"], [1702462829, "55451648"], [1702462844, "55463936"], [1702462865, "55472128"], [1702462880, "55476224"], [1702462904, "55607296"], [1702462919, "55607296"], [1702462952, "55623680"], [1702462973, "55644160"], [1702462988, "55660544"], [1702463045, "55271424"], [1702463081, "55279616"], [1702463114, "55279616"], [1702463150, "54702080"], [1702463186, "54702080"], [1702463216, "54702080"], [1702463240, "54714368"], [1702463273, "54743040"], [1702463324, "54747136"], [1702463354, "54747136"], [1702463381, "54747136"], [1702463417, "54751232"], [1702463453, "54751232"], [1702463477, "54751232"], [1702463510, "54755328"], [1702463537, "54751232"], [1702463570, "54755328"], [1702463591, "54857728"], [1702463621, "54861824"], [1702463657, "54857728"], [1702463693, "54857728"], [1702463729, "54861824"], [1702463765, "54865920"], [1702463798, "54857728"], [1702463846, "54530048"], [1702463873, "54534144"], [1702463906, "54530048"], [1702463948, "54534144"], [1702463984, "54530048"], [1702464014, "54534144"], [1702464050, "54644736"], [1702464086, "54652928"], [1702464122, "54652928"], [1702464155, "54652928"], [1702464194, "54652928"], [1702464230, "54652928"], [1702464263, "54657024"], [1702464299, "54669312"], [1702464332, "54669312"], [1702464356, "54665216"], [1702464392, "54673408"], [1702464425, "54677504"], [1702464455, "54673408"], [1702464479, "54673408"], [1702464509, "54865920"], [1702464533, "54870016"], [1702464569, "54878208"], [1702464605, "54878208"], [1702464635, "54648832"], [1702464671, "54648832"], [1702464716, "54648832"], [1702464743, "54661120"], [1702464776, "54657024"], [1702464812, "54661120"], [1702464836, "54657024"], [1702464869, "54657024"], [1702464905, "54657024"], [1702464926, "54657024"], [1702464956, "54657024"], [1702464992, "54657024"], [1702465016, "54657024"], [1702465049, "54657024"], [1702465085, "54681600"], [1702465118, "54681600"], [1702465145, "54681600"], [1702465178, "54689792"], [1702465208, "54861824"], [1702465241, "54861824"], [1702465298, "54468608"], [1702465334, "54468608"], [1702465367, "54472704"], [1702465394, "54468608"], [1702465418, "54472704"], [1702465445, "54472704"], [1702465481, "54472704"], [1702465517, "54788096"], [1702465550, "54841344"], [1702465586, "54841344"], [1702465619, "54841344"], [1702465658, "54853632"], [1702465706, "54849536"], [1702465754, "54587392"], [1702465787, "54587392"], [1702465823, "54587392"], [1702465856, "54599680"], [1702465880, "54603776"], [1702465910, "54599680"], [1702465952, "54599680"], [1702465988, "54599680"], [1702466015, "54603776"], [1702466030, "54599680"], [1702466060, "54599680"], [1702466078, "54599680"], [1702466138, "54599680"], [1702466168, "54599680"], [1702466204, "54697984"], [1702466237, "54718464"], [1702466261, "54718464"], [1702466291, "54722560"], [1702466327, "54755328"], [1702466360, "54759424"], [1702466384, "54759424"], [1702466417, "54759424"], [1702466441, "54452224"], [1702466471, "54456320"], [1702466507, "54452224"], [1702466540, "54554624"], [1702466597, "54652928"], [1702466633, "54652928"], [1702466666, "54652928"], [1702466705, "54657024"], [1702466732, "54652928"], [1702466765, "54669312"], [1702466801, "54665216"], [1702466852, "54673408"], [1702466876, "54456320"], [1702466918, "54452224"], [1702466978, "54452224"], [1702467014, "54546432"], [1702467038, "54542336"], [1702467068, "54546432"], [1702467122, "54820864"], [1702467158, "54558720"], [1702467191, "54558720"], [1702467221, "54562816"], [1702467257, "54562816"], [1702467299, "54566912"], [1702467350, "54632448"], [1702467386, "54632448"], [1702467419, "54898688"], [1702467455, "54644736"], [1702467515, "54640640"], [1702467542, "54644736"], [1702467566, "54673408"], [1702467599, "54681600"], [1702467635, "54681600"], [1702467668, "54677504"], [1702467695, "54681600"], [1702467716, "54677504"], [1702467746, "54677504"], [1702467800, "54755328"], [1702467824, "54874112"], [1702467908, "54681600"], [1702467944, "54681600"], [1702467968, "54677504"], [1702468001, "54681600"], [1702468031, "54870016"], [1702468067, "54890496"], [1702468085, "54890496"], [1702468115, "54894592"], [1702468151, "54898688"], [1702468181, "54898688"], [1702468208, "54894592"], [1702468241, "54534144"], [1702468256, "54538240"], [1702468286, "54538240"], [1702468322, "54538240"], [1702468352, "54603776"], [1702468388, "54652928"], [1702468424, "54652928"], [1702468457, "54652928"], [1702468493, "54685696"], [1702468517, "54689792"], [1702468550, "54689792"], [1702468586, "54763520"], [1702468613, "54779904"], [1702468637, "54779904"], [1702468679, "54779904"], [1702468721, "54939648"], [1702468730, "54943744"], [1702468766, "54951936"], [1702468799, "54616064"], [1702468835, "54616064"], [1702468898, "54620160"], [1702468934, "54657024"], [1702468970, "54652928"], [1702468994, "54657024"], [1702469024, "54657024"], [1702469060, "54702080"], [1702469111, "54706176"], [1702469144, "54374400"], [1702469168, "54374400"], [1702469204, "54374400"], [1702469237, "54378496"], [1702469273, "54390784"], [1702469303, "54394880"], [1702469336, "54390784"], [1702469360, "54390784"], [1702469387, "54501376"], [1702469411, "54501376"], [1702469435, "54517760"], [1702469468, "54517760"], [1702469504, "54546432"], [1702469537, "54546432"], [1702469573, "54550528"], [1702469606, "54652928"], [1702469633, "54722560"], [1702469660, "54734848"], [1702469684, "54743040"], [1702469717, "54734848"], [1702469753, "54734848"], [1702469786, "54734848"], [1702469816, "54738944"], [1702469834, "54759424"], [1702469864, "54759424"], [1702469906, "54759424"], [1702469936, "54804480"], [1702469972, "54833152"], [1702470005, "54829056"], [1702470029, "54833152"], [1702470065, "54575104"], [1702470101, "54579200"], [1702470131, "54583296"], [1702470167, "54636544"], [1702470203, "54661120"], [1702470251, "54665216"], [1702470278, "54669312"], [1702470311, "54755328"], [1702470347, "54759424"], [1702470371, "54755328"], [1702470404, "54796288"], [1702470440, "54788096"], [1702470476, "54796288"], [1702470506, "54796288"], [1702470542, "54796288"], [1702470575, "54800384"], [1702470611, "54796288"], [1702470635, "54468608"], [1702470662, "54468608"], [1702470686, "54468608"], [1702470719, "54472704"], [1702470746, "54472704"], [1702470812, "54468608"], [1702470845, "54472704"], [1702470875, "54521856"], [1702470899, "54542336"], [1702470953, "54542336"], [1702470983, "54546432"], [1702471025, "54550528"], [1702471067, "54546432"], [1702471169, "54624256"], [1702471193, "54624256"], [1702471226, "54628352"], [1702471265, "54628352"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "28995584"], [1702468766, "20389888"], [1702468799, "20656128"], [1702468835, "20480000"], [1702468898, "20500480"], [1702468934, "20733952"], [1702468970, "20926464"], [1702468994, "20910080"], [1702469024, "20877312"], [1702469060, "20578304"], [1702469111, "20992000"], [1702469144, "20893696"], [1702469168, "21131264"], [1702469204, "20938752"], [1702469237, "21127168"], [1702469273, "21127168"], [1702469303, "21127168"], [1702469336, "21057536"], [1702469360, "21733376"], [1702469387, "21020672"], [1702469411, "20885504"], [1702469435, "20713472"], [1702469468, "20705280"], [1702469504, "20889600"], [1702469537, "20983808"], [1702469573, "20951040"], [1702469606, "20762624"], [1702469633, "20791296"], [1702469660, "21139456"], [1702469684, "21061632"], [1702469717, "21135360"], [1702469753, "21053440"], [1702469786, "21045248"], [1702469816, "21110784"], [1702469834, "20918272"], [1702469864, "21024768"], [1702469906, "20918272"], [1702469936, "20922368"], [1702469972, "21123072"], [1702470005, "21110784"], [1702470029, "20918272"], [1702470065, "21123072"], [1702470101, "20918272"], [1702470131, "20955136"], [1702470167, "21057536"], [1702470203, "21102592"], [1702470251, "20930560"], [1702470278, "21168128"], [1702470311, "20959232"], [1702470347, "21159936"], [1702470371, "21147648"], [1702470404, "21172224"], [1702470440, "21078016"], [1702470476, "20992000"], [1702470506, "20975616"], [1702470542, "21012480"], [1702470575, "21815296"], [1702470611, "20975616"], [1702470635, "21172224"], [1702470662, "21102592"], [1702470686, "20979712"], [1702470719, "23195648"], [1702470746, "23351296"], [1702470812, "23339008"], [1702470845, "23146496"], [1702470875, "23166976"], [1702470899, "23150592"], [1702470953, "23281664"], [1702470983, "23330816"], [1702471025, "23334912"], [1702471067, "23379968"], [1702471169, "23293952"], [1702471193, "23281664"], [1702471226, "23461888"], [1702471265, "23318528"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "61722624"], [1702462721, "61722624"], [1702462736, "61734912"], [1702462751, "61739008"], [1702462763, "60932096"], [1702462793, "60948480"], [1702462808, "61452288"], [1702462829, "60940288"], [1702462844, "60940288"], [1702462865, "60944384"], [1702462880, "60973056"], [1702462904, "60977152"], [1702462919, "61079552"], [1702462952, "61087744"], [1702462973, "61087744"], [1702462988, "61087744"], [1702463045, "61120512"], [1702463081, "61124608"], [1702463114, "61177856"], [1702463150, "60850176"], [1702463186, "60858368"], [1702463216, "60895232"], [1702463240, "60895232"], [1702463273, "60932096"], [1702463324, "60932096"], [1702463354, "60932096"], [1702463381, "60755968"], [1702463417, "60760064"], [1702463453, "60755968"], [1702463477, "60755968"], [1702463510, "60760064"], [1702463537, "60928000"], [1702463570, "60928000"], [1702463591, "60874752"], [1702463621, "60870656"], [1702463657, "60907520"], [1702463693, "60907520"], [1702463729, "60907520"], [1702463765, "60801024"], [1702463798, "60792832"], [1702463846, "60907520"], [1702463873, "60805120"], [1702463906, "60805120"], [1702463948, "60809216"], [1702463984, "60809216"], [1702464014, "60825600"], [1702464050, "60882944"], [1702464086, "60817408"], [1702464122, "60846080"], [1702464155, "60866560"], [1702464194, "60870656"], [1702464230, "60874752"], [1702464263, "60870656"], [1702464299, "60878848"], [1702464332, "60878848"], [1702464356, "60747776"], [1702464392, "60743680"], [1702464425, "60747776"], [1702464455, "60850176"], [1702464479, "60866560"], [1702464509, "60862464"], [1702464533, "60862464"], [1702464569, "60862464"], [1702464605, "60887040"], [1702464635, "60882944"], [1702464671, "60940288"], [1702464716, "60891136"], [1702464743, "60891136"], [1702464776, "60895232"], [1702464812, "60903424"], [1702464836, "60968960"], [1702464869, "60964864"], [1702464905, "60973056"], [1702464926, "60973056"], [1702464956, "60973056"], [1702464992, "60809216"], [1702465016, "60809216"], [1702465049, "60817408"], [1702465085, "60882944"], [1702465118, "60887040"], [1702465145, "60882944"], [1702465178, "60887040"], [1702465208, "60833792"], [1702465241, "60776448"], [1702465298, "60776448"], [1702465334, "60833792"], [1702465367, "60837888"], [1702465394, "60837888"], [1702465418, "60854272"], [1702465445, "60858368"], [1702465481, "61018112"], [1702465517, "60964864"], [1702465550, "61014016"], [1702465586, "61014016"], [1702465619, "61022208"], [1702465658, "61022208"], [1702465706, "61063168"], [1702465754, "61063168"], [1702465787, "61071360"], [1702465823, "60751872"], [1702465856, "60764160"], [1702465880, "60760064"], [1702465910, "60776448"], [1702465952, "60792832"], [1702465988, "60891136"], [1702466015, "60895232"], [1702466030, "60895232"], [1702466060, "60891136"], [1702466078, "60895232"], [1702466138, "62525440"], [1702466168, "60911616"], [1702466204, "60993536"], [1702466237, "60997632"], [1702466261, "60997632"], [1702466291, "61034496"], [1702466327, "61136896"], [1702466360, "61132800"], [1702466384, "61136896"], [1702466417, "61132800"], [1702466441, "60743680"], [1702466471, "60747776"], [1702466507, "60743680"], [1702466540, "60821504"], [1702466597, "60829696"], [1702466633, "60829696"], [1702466666, "60829696"], [1702466705, "60899328"], [1702466732, "60903424"], [1702466765, "60907520"], [1702466801, "60751872"], [1702466852, "60755968"], [1702466876, "60751872"], [1702466918, "60952576"], [1702466978, "60956672"], [1702467014, "60960768"], [1702467038, "60686336"], [1702467068, "60694528"], [1702467122, "60686336"], [1702467158, "60788736"], [1702467191, "60866560"], [1702467221, "60870656"], [1702467257, "60870656"], [1702467299, "60936192"], [1702467350, "60936192"], [1702467386, "60936192"], [1702467419, "60760064"], [1702467455, "60772352"], [1702467515, "60854272"], [1702467542, "60846080"], [1702467566, "60846080"], [1702467599, "60846080"], [1702467635, "60887040"], [1702467668, "60731392"], [1702467695, "60731392"], [1702467716, "60735488"], [1702467746, "60735488"], [1702467800, "60755968"], [1702467824, "60862464"], [1702467908, "60903424"], [1702467944, "60895232"], [1702467968, "61161472"], [1702468001, "60948480"], [1702468031, "60948480"], [1702468067, "60944384"], [1702468085, "60948480"], [1702468115, "61046784"], [1702468151, "61046784"], [1702468181, "60989440"], [1702468208, "60989440"], [1702468241, "60829696"], [1702468256, "60829696"], [1702468286, "60825600"], [1702468322, "60829696"], [1702468352, "60825600"], [1702468388, "60841984"], [1702468424, "60928000"], [1702468457, "60977152"], [1702468493, "60932096"], [1702468517, "60964864"], [1702468550, "60968960"], [1702468586, "60968960"], [1702468613, "60735488"], [1702468637, "60731392"], [1702468679, "60739584"], [1702468721, "60809216"], [1702468730, "60936192"], [1702468766, "60923904"], [1702468799, "60932096"], [1702468835, "60932096"], [1702468898, "60985344"], [1702468934, "60989440"], [1702468970, "60985344"], [1702468994, "60870656"], [1702469024, "60874752"], [1702469060, "60878848"], [1702469111, "61009920"], [1702469144, "61001728"], [1702469168, "60956672"], [1702469204, "60952576"], [1702469237, "60653568"], [1702469273, "60645376"], [1702469303, "60649472"], [1702469336, "60649472"], [1702469360, "60637184"], [1702469387, "60637184"], [1702469411, "60641280"], [1702469435, "60694528"], [1702469468, "60637184"], [1702469504, "60747776"], [1702469537, "60702720"], [1702469573, "60702720"], [1702469606, "60702720"], [1702469633, "60715008"], [1702469660, "60715008"], [1702469684, "60710912"], [1702469717, "60817408"], [1702469753, "60813312"], [1702469786, "60817408"], [1702469816, "60813312"], [1702469834, "60821504"], [1702469864, "60821504"], [1702469906, "60825600"], [1702469936, "60821504"], [1702469972, "60866560"], [1702470005, "60923904"], [1702470029, "60866560"], [1702470065, "60874752"], [1702470101, "60895232"], [1702470131, "60903424"], [1702470167, "60952576"], [1702470203, "60895232"], [1702470251, "60899328"], [1702470278, "61616128"], [1702470311, "60997632"], [1702470347, "60993536"], [1702470371, "60993536"], [1702470404, "61046784"], [1702470440, "61054976"], [1702470476, "60764160"], [1702470506, "60764160"], [1702470542, "60829696"], [1702470575, "60874752"], [1702470611, "60878848"], [1702470635, "60882944"], [1702470662, "60874752"], [1702470686, "60723200"], [1702470719, "60723200"], [1702470746, "60719104"], [1702470812, "60719104"], [1702470845, "60723200"], [1702470875, "60731392"], [1702470899, "60735488"], [1702470953, "60731392"], [1702470983, "60735488"], [1702471025, "60735488"], [1702471067, "60739584"], [1702471169, "60743680"], [1702471193, "60801024"], [1702471226, "60801024"], [1702471265, "60801024"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "44658688"], [1702462721, "44101632"], [1702462736, "44793856"], [1702462751, "44793856"], [1702462763, "44863488"], [1702462793, "44867584"], [1702462808, "44941312"], [1702462829, "45019136"], [1702462844, "44392448"], [1702462865, "44593152"], [1702462880, "44666880"], [1702462904, "44924928"], [1702462919, "45105152"], [1702462952, "45113344"], [1702462973, "45113344"], [1702462988, "45109248"], [1702463045, "43888640"], [1702463081, "43888640"], [1702463114, "44019712"], [1702463150, "44023808"], [1702463186, "44023808"], [1702463216, "44032000"], [1702463240, "43847680"], [1702463273, "43851776"], [1702463324, "43855872"], [1702463354, "43851776"], [1702463381, "43847680"], [1702463417, "43851776"], [1702463453, "43847680"], [1702463477, "43454464"], [1702463510, "43454464"], [1702463537, "43458560"], [1702463570, "43458560"], [1702463591, "43491328"], [1702463621, "43491328"], [1702463657, "43495424"], [1702463693, "43491328"], [1702463729, "43597824"], [1702463765, "43610112"], [1702463798, "43634688"], [1702463846, "43626496"], [1702463873, "43630592"], [1702463906, "43626496"], [1702463948, "43630592"], [1702463984, "43634688"], [1702464014, "43630592"], [1702464050, "43626496"], [1702464086, "43659264"], [1702464122, "43659264"], [1702464155, "43659264"], [1702464194, "43769856"], [1702464230, "43773952"], [1702464263, "43782144"], [1702464299, "43790336"], [1702464332, "43667456"], [1702464356, "43659264"], [1702464392, "43659264"], [1702464425, "43782144"], [1702464455, "43847680"], [1702464479, "43847680"], [1702464509, "43855872"], [1702464533, "43855872"], [1702464569, "43491328"], [1702464605, "43491328"], [1702464635, "43491328"], [1702464671, "43499520"], [1702464716, "43499520"], [1702464743, "43495424"], [1702464776, "43495424"], [1702464812, "43495424"], [1702464836, "43499520"], [1702464869, "43761664"], [1702464905, "43499520"], [1702464926, "43507712"], [1702464956, "43499520"], [1702464992, "43499520"], [1702465016, "43499520"], [1702465049, "43503616"], [1702465085, "43503616"], [1702465118, "43499520"], [1702465145, "43499520"], [1702465178, "43499520"], [1702465208, "43503616"], [1702465241, "43503616"], [1702465298, "43675648"], [1702465334, "43716608"], [1702465367, "43716608"], [1702465394, "43724800"], [1702465418, "43732992"], [1702465445, "43728896"], [1702465481, "43728896"], [1702465517, "43851776"], [1702465550, "43855872"], [1702465586, "43868160"], [1702465619, "43872256"], [1702465658, "43986944"], [1702465706, "43991040"], [1702465754, "43524096"], [1702465787, "43536384"], [1702465823, "43536384"], [1702465856, "43536384"], [1702465880, "43642880"], [1702465910, "43642880"], [1702465952, "43638784"], [1702465988, "43913216"], [1702466015, "43937792"], [1702466030, "43958272"], [1702466060, "43958272"], [1702466078, "43958272"], [1702466138, "43868160"], [1702466168, "43868160"], [1702466204, "43880448"], [1702466237, "43909120"], [1702466261, "43900928"], [1702466291, "43909120"], [1702466327, "43905024"], [1702466360, "43720704"], [1702466384, "43720704"], [1702466417, "43728896"], [1702466441, "43720704"], [1702466471, "43724800"], [1702466507, "43724800"], [1702466540, "43728896"], [1702466597, "43368448"], [1702466633, "43364352"], [1702466666, "43372544"], [1702466705, "43368448"], [1702466732, "43442176"], [1702466765, "43614208"], [1702466801, "43610112"], [1702466852, "43618304"], [1702466876, "43614208"], [1702466918, "43614208"], [1702466978, "43864064"], [1702467014, "43864064"], [1702467038, "43884544"], [1702467068, "43679744"], [1702467122, "43687936"], [1702467158, "43687936"], [1702467191, "43786240"], [1702467221, "43835392"], [1702467257, "43839488"], [1702467299, "43839488"], [1702467350, "43917312"], [1702467386, "43917312"], [1702467419, "44003328"], [1702467455, "44027904"], [1702467515, "44032000"], [1702467542, "43593728"], [1702467566, "43597824"], [1702467599, "43593728"], [1702467635, "43597824"], [1702467668, "43667456"], [1702467695, "43675648"], [1702467716, "43671552"], [1702467746, "43671552"], [1702467800, "43900928"], [1702467824, "43913216"], [1702467908, "43921408"], [1702467944, "43921408"], [1702467968, "43921408"], [1702468001, "43921408"], [1702468031, "43921408"], [1702468067, "43675648"], [1702468085, "43679744"], [1702468115, "43675648"], [1702468151, "43827200"], [1702468181, "43847680"], [1702468208, "43864064"], [1702468241, "43868160"], [1702468256, "43548672"], [1702468286, "43565056"], [1702468322, "43556864"], [1702468352, "43560960"], [1702468388, "43560960"], [1702468424, "43556864"], [1702468457, "43556864"], [1702468493, "43560960"], [1702468517, "43573248"], [1702468550, "43573248"], [1702468586, "43573248"], [1702468613, "43565056"], [1702468637, "43622400"], [1702468679, "43634688"], [1702468721, "43634688"], [1702468730, "43634688"], [1702468766, "43634688"], [1702468799, "43634688"], [1702468835, "43634688"], [1702468898, "43638784"], [1702468934, "43638784"], [1702468970, "43638784"], [1702468994, "43659264"], [1702469024, "43663360"], [1702469060, "43659264"], [1702469111, "43659264"], [1702469144, "43663360"], [1702469168, "43659264"], [1702469204, "43659264"], [1702469237, "43667456"], [1702469273, "43667456"], [1702469303, "43663360"], [1702469336, "43659264"], [1702469360, "43728896"], [1702469387, "43728896"], [1702469411, "43737088"], [1702469435, "43732992"], [1702469468, "43745280"], [1702469504, "43749376"], [1702469537, "43741184"], [1702469573, "43741184"], [1702469606, "43745280"], [1702469633, "43741184"], [1702469660, "43745280"], [1702469684, "43782144"], [1702469717, "43782144"], [1702469753, "43786240"], [1702469786, "43778048"], [1702469816, "43782144"], [1702469834, "43782144"], [1702469864, "43782144"], [1702469906, "43786240"], [1702469936, "43782144"], [1702469972, "43786240"], [1702470005, "43790336"], [1702470029, "43782144"], [1702470065, "43859968"], [1702470101, "43859968"], [1702470131, "43864064"], [1702470167, "43864064"], [1702470203, "43675648"], [1702470251, "43671552"], [1702470278, "43667456"], [1702470311, "43790336"], [1702470347, "43790336"], [1702470371, "43786240"], [1702470404, "43790336"], [1702470440, "43802624"], [1702470476, "43806720"], [1702470506, "43806720"], [1702470542, "43798528"], [1702470575, "43806720"], [1702470611, "43798528"], [1702470635, "43896832"], [1702470662, "43896832"], [1702470686, "43954176"], [1702470719, "43958272"], [1702470746, "43966464"], [1702470812, "43974656"], [1702470845, "43970560"], [1702470875, "43970560"], [1702470899, "43511808"], [1702470953, "43511808"], [1702470983, "43515904"], [1702471025, "43597824"], [1702471067, "43614208"], [1702471169, "43687936"], [1702471193, "43683840"], [1702471226, "43692032"], [1702471265, "43716608"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "49111040"], [1702462721, "49111040"], [1702462736, "49106944"], [1702462751, "49106944"], [1702462763, "49111040"], [1702462793, "49106944"], [1702462808, "49106944"], [1702462829, "49111040"], [1702462844, "49115136"], [1702462865, "49115136"], [1702462880, "49115136"], [1702462904, "49115136"], [1702462919, "49115136"], [1702462952, "49115136"], [1702462973, "49115136"], [1702462988, "49115136"], [1702463045, "49115136"], [1702463081, "49111040"], [1702463114, "49115136"], [1702463150, "49115136"], [1702463186, "49115136"], [1702463216, "49115136"], [1702463240, "49111040"], [1702463273, "49111040"], [1702463324, "49115136"], [1702463354, "49119232"], [1702463381, "49115136"], [1702463417, "49115136"], [1702463453, "49115136"], [1702463477, "49119232"], [1702463510, "49119232"], [1702463537, "49115136"], [1702463570, "49115136"], [1702463591, "49115136"], [1702463621, "49111040"], [1702463657, "49111040"], [1702463693, "49115136"], [1702463729, "49115136"], [1702463765, "49115136"], [1702463798, "49111040"], [1702463846, "49111040"], [1702463873, "49115136"], [1702463906, "49115136"], [1702463948, "49111040"], [1702463984, "49115136"], [1702464014, "49115136"], [1702464050, "49111040"], [1702464086, "49111040"], [1702464122, "49111040"], [1702464155, "49115136"], [1702464194, "49115136"], [1702464230, "49111040"], [1702464263, "49119232"], [1702464299, "49111040"], [1702464332, "49111040"], [1702464356, "49111040"], [1702464392, "49115136"], [1702464425, "49115136"], [1702464455, "49111040"], [1702464479, "49123328"], [1702464509, "49127424"], [1702464533, "49262592"], [1702464569, "49258496"], [1702464605, "49258496"], [1702464635, "49258496"], [1702464671, "49287168"], [1702464716, "49287168"], [1702464743, "49291264"], [1702464776, "49291264"], [1702464812, "49287168"], [1702464836, "49287168"], [1702464869, "48992256"], [1702464905, "48988160"], [1702464926, "48992256"], [1702464956, "48984064"], [1702464992, "48988160"], [1702465016, "48988160"], [1702465049, "48992256"], [1702465085, "48984064"], [1702465118, "48988160"], [1702465145, "48984064"], [1702465178, "48984064"], [1702465208, "48988160"], [1702465241, "49020928"], [1702465298, "49025024"], [1702465334, "49025024"], [1702465367, "49016832"], [1702465394, "49016832"], [1702465418, "49020928"], [1702465445, "49020928"], [1702465481, "49020928"], [1702465517, "49020928"], [1702465550, "49020928"], [1702465586, "49020928"], [1702465619, "49020928"], [1702465658, "49016832"], [1702465706, "49025024"], [1702465754, "49020928"], [1702465787, "49016832"], [1702465823, "49020928"], [1702465856, "49025024"], [1702465880, "49020928"], [1702465910, "49025024"], [1702465952, "49025024"], [1702465988, "49020928"], [1702466015, "49016832"], [1702466030, "49016832"], [1702466060, "49016832"], [1702466078, "49020928"], [1702466138, "49020928"], [1702466168, "49020928"], [1702466204, "49020928"], [1702466237, "49025024"], [1702466261, "49025024"], [1702466291, "49020928"], [1702466327, "49020928"], [1702466360, "49020928"], [1702466384, "49020928"], [1702466417, "49016832"], [1702466441, "49025024"], [1702466471, "49020928"], [1702466507, "49020928"], [1702466540, "49020928"], [1702466597, "49020928"], [1702466633, "49020928"], [1702466666, "49020928"], [1702466705, "49020928"], [1702466732, "49020928"], [1702466765, "49020928"], [1702466801, "49016832"], [1702466852, "49020928"], [1702466876, "49020928"], [1702466918, "49016832"], [1702466978, "49020928"], [1702467014, "49025024"], [1702467038, "49020928"], [1702467068, "49020928"], [1702467122, "49020928"], [1702467158, "49020928"], [1702467191, "49016832"], [1702467221, "49016832"], [1702467257, "49020928"], [1702467299, "49020928"], [1702467350, "49020928"], [1702467386, "49020928"], [1702467419, "49020928"], [1702467455, "49020928"], [1702467515, "49016832"], [1702467542, "49020928"], [1702467566, "49020928"], [1702467599, "49016832"], [1702467635, "49016832"], [1702467668, "49016832"], [1702467695, "49016832"], [1702467716, "49016832"], [1702467746, "49016832"], [1702467800, "49020928"], [1702467824, "49020928"], [1702467908, "49016832"], [1702467944, "49020928"], [1702467968, "49020928"], [1702468001, "49053696"], [1702468031, "49049600"], [1702468067, "49057792"], [1702468085, "49053696"], [1702468115, "49053696"], [1702468151, "49098752"], [1702468181, "49094656"], [1702468208, "49094656"], [1702468241, "49098752"], [1702468256, "49094656"], [1702468286, "49090560"], [1702468322, "49090560"], [1702468352, "49090560"], [1702468388, "49094656"], [1702468424, "49094656"], [1702468457, "49090560"], [1702468493, "49090560"], [1702468517, "49090560"], [1702468550, "49090560"], [1702468586, "49094656"], [1702468613, "49123328"], [1702468637, "49123328"], [1702468679, "49127424"], [1702468721, "49156096"], [1702468730, "49135616"], [1702468766, "49131520"], [1702468799, "49135616"], [1702468835, "49135616"], [1702468898, "49135616"], [1702468934, "49135616"], [1702468970, "49135616"], [1702468994, "49135616"], [1702469024, "49135616"], [1702469060, "49180672"], [1702469111, "49176576"], [1702469144, "49176576"], [1702469168, "49172480"], [1702469204, "49176576"], [1702469237, "49180672"], [1702469273, "49176576"], [1702469303, "49176576"], [1702469336, "49176576"], [1702469360, "49172480"], [1702469387, "49176576"], [1702469411, "49172480"], [1702469435, "49172480"], [1702469468, "49180672"], [1702469504, "49176576"], [1702469537, "49176576"], [1702469573, "49176576"], [1702469606, "49176576"], [1702469633, "49176576"], [1702469660, "49192960"], [1702469684, "49197056"], [1702469717, "49188864"], [1702469753, "49192960"], [1702469786, "49188864"], [1702469816, "49192960"], [1702469834, "49197056"], [1702469864, "49192960"], [1702469906, "49192960"], [1702469936, "49242112"], [1702469972, "49242112"], [1702470005, "49242112"], [1702470029, "49242112"], [1702470065, "49356800"], [1702470101, "49352704"], [1702470131, "49360896"], [1702470167, "49356800"], [1702470203, "49438720"], [1702470251, "49500160"], [1702470278, "49807360"], [1702470311, "49549312"], [1702470347, "49549312"], [1702470371, "49549312"], [1702470404, "49549312"], [1702470440, "49324032"], [1702470476, "50167808"], [1702470506, "50905088"], [1702470542, "51458048"], [1702470575, "51617792"], [1702470611, "51855360"], [1702470635, "51990528"], [1702470662, "50216960"], [1702470686, "50241536"], [1702470719, "50315264"], [1702470746, "50376704"], [1702470812, "49242112"], [1702470845, "49250304"], [1702470875, "49254400"], [1702470899, "49266688"], [1702470953, "49266688"], [1702470983, "49266688"], [1702471025, "49266688"], [1702471067, "49266688"], [1702471169, "49262592"], [1702471193, "49266688"], [1702471226, "49262592"], [1702471265, "49270784"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "67493888"], [1702462721, "67559424"], [1702462736, "81244160"], [1702462751, "81268736"], [1702462763, "81313792"], [1702462793, "81551360"], [1702462808, "81645568"], [1702462829, "81645568"], [1702462844, "81666048"], [1702462865, "81670144"], [1702462880, "81666048"], [1702462904, "81920000"], [1702462919, "81920000"], [1702462952, "81965056"], [1702462973, "81965056"], [1702462988, "81997824"], [1702463045, "78774272"], [1702463081, "78782464"], [1702463114, "78774272"], [1702463150, "78987264"], [1702463186, "81641472"], [1702463216, "81383424"], [1702463240, "81661952"], [1702463273, "82087936"], [1702463324, "81563648"], [1702463354, "81588224"], [1702463381, "81666048"], [1702463417, "81649664"], [1702463453, "81661952"], [1702463477, "81661952"], [1702463510, "81461248"], [1702463537, "81489920"], [1702463570, "81485824"], [1702463591, "81494016"], [1702463621, "81539072"], [1702463657, "81539072"], [1702463693, "81657856"], [1702463729, "81661952"], [1702463765, "81768448"], [1702463798, "81772544"], [1702463846, "82087936"], [1702463873, "82092032"], [1702463906, "82083840"], [1702463948, "82087936"], [1702463984, "82096128"], [1702464014, "81199104"], [1702464050, "81641472"], [1702464086, "82157568"], [1702464122, "81891328"], [1702464155, "81899520"], [1702464194, "81911808"], [1702464230, "82132992"], [1702464263, "82305024"], [1702464299, "82305024"], [1702464332, "82333696"], [1702464356, "82702336"], [1702464392, "83693568"], [1702464425, "82972672"], [1702464455, "84598784"], [1702464479, "84393984"], [1702464509, "84393984"], [1702464533, "84410368"], [1702464569, "84410368"], [1702464605, "84426752"], [1702464635, "84430848"], [1702464671, "84430848"], [1702464716, "83582976"], [1702464743, "83587072"], [1702464776, "83615744"], [1702464812, "83603456"], [1702464836, "83918848"], [1702464869, "83922944"], [1702464905, "83943424"], [1702464926, "83943424"], [1702464956, "84021248"], [1702464992, "84004864"], [1702465016, "84013056"], [1702465049, "84021248"], [1702465085, "84701184"], [1702465118, "84709376"], [1702465145, "84733952"], [1702465178, "84738048"], [1702465208, "84750336"], [1702465241, "84754432"], [1702465298, "84758528"], [1702465334, "84758528"], [1702465367, "84836352"], [1702465394, "84828160"], [1702465418, "84824064"], [1702465445, "84856832"], [1702465481, "84844544"], [1702465517, "84852736"], [1702465550, "84877312"], [1702465586, "84889600"], [1702465619, "84881408"], [1702465658, "84893696"], [1702465706, "84901888"], [1702465754, "84930560"], [1702465787, "85663744"], [1702465823, "85598208"], [1702465856, "86274048"], [1702465880, "86278144"], [1702465910, "86577152"], [1702465952, "86319104"], [1702465988, "86376448"], [1702466015, "86691840"], [1702466030, "86949888"], [1702466060, "88920064"], [1702466078, "88989696"], [1702466138, "89042944"], [1702466168, "88100864"], [1702466204, "88121344"], [1702466237, "88137728"], [1702466261, "88174592"], [1702466291, "88178688"], [1702466327, "88227840"], [1702466360, "88215552"], [1702466384, "88219648"], [1702466417, "87212032"], [1702466441, "87212032"], [1702466471, "87220224"], [1702466507, "87248896"], [1702466540, "87257088"], [1702466597, "87257088"], [1702466633, "87257088"], [1702466666, "87355392"], [1702466705, "87330816"], [1702466732, "87330816"], [1702466765, "87375872"], [1702466801, "87396352"], [1702466852, "87404544"], [1702466876, "87404544"], [1702466918, "87449600"], [1702466978, "88772608"], [1702467014, "88838144"], [1702467038, "88903680"], [1702467068, "88915968"], [1702467122, "87498752"], [1702467158, "87506944"], [1702467191, "87769088"], [1702467221, "87506944"], [1702467257, "86093824"], [1702467299, "86130688"], [1702467350, "86134784"], [1702467386, "87289856"], [1702467419, "87293952"], [1702467455, "88199168"], [1702467515, "88485888"], [1702467542, "88489984"], [1702467566, "88494080"], [1702467599, "88498176"], [1702467635, "88621056"], [1702467668, "90009600"], [1702467695, "90546176"], [1702467716, "92999680"], [1702467746, "92991488"], [1702467800, "93007872"], [1702467824, "92995584"], [1702467908, "88043520"], [1702467944, "86986752"], [1702467968, "88502272"], [1702468001, "88633344"], [1702468031, "89313280"], [1702468067, "89796608"], [1702468085, "90488832"], [1702468115, "90492928"], [1702468151, "90484736"], [1702468181, "90492928"], [1702468208, "90492928"], [1702468241, "90492928"], [1702468256, "90497024"], [1702468286, "90505216"], [1702468322, "90505216"], [1702468352, "90509312"], [1702468388, "91811840"], [1702468424, "91828224"], [1702468457, "90611712"], [1702468493, "90607616"], [1702468517, "90628096"], [1702468550, "90636288"], [1702468586, "90730496"], [1702468613, "90734592"], [1702468637, "90996736"], [1702468679, "92528640"], [1702468721, "92741632"], [1702468730, "92864512"], [1702468766, "92917760"], [1702468799, "92991488"], [1702468835, "93003776"], [1702468898, "93016064"], [1702468934, "86740992"], [1702468970, "88158208"], [1702468994, "89088000"], [1702469024, "89096192"], [1702469060, "89464832"], [1702469111, "90804224"], [1702469144, "91054080"], [1702469168, "91082752"], [1702469204, "91336704"], [1702469237, "91344896"], [1702469273, "91340800"], [1702469303, "89337856"], [1702469336, "90001408"], [1702469360, "90038272"], [1702469387, "90722304"], [1702469411, "90656768"], [1702469435, "90914816"], [1702469468, "90656768"], [1702469504, "90664960"], [1702469537, "87617536"], [1702469573, "87617536"], [1702469606, "87728128"], [1702469633, "87724032"], [1702469660, "89112576"], [1702469684, "90447872"], [1702469717, "90447872"], [1702469753, "91136000"], [1702469786, "91643904"], [1702469816, "91668480"], [1702469834, "91660288"], [1702469864, "91668480"], [1702469906, "91684864"], [1702469936, "91684864"], [1702469972, "91680768"], [1702470005, "90439680"], [1702470029, "90472448"], [1702470065, "90476544"], [1702470101, "90505216"], [1702470131, "90501120"], [1702470167, "90542080"], [1702470203, "90542080"], [1702470251, "90984448"], [1702470278, "91680768"], [1702470311, "91676672"], [1702470347, "92041216"], [1702470371, "91824128"], [1702470404, "91947008"], [1702470440, "91942912"], [1702470476, "92606464"], [1702470506, "92725248"], [1702470542, "94306304"], [1702470575, "95461376"], [1702470611, "99131392"], [1702470635, "99377152"], [1702470662, "99442688"], [1702470686, "99459072"], [1702470719, "99463168"], [1702470746, "92368896"], [1702470812, "93220864"], [1702470845, "93896704"], [1702470875, "92131328"], [1702470899, "92131328"], [1702470953, "92135424"], [1702470983, "88399872"], [1702471025, "88395776"], [1702471067, "89411584"], [1702471169, "90611712"], [1702471193, "90619904"], [1702471226, "92213248"], [1702471265, "92348416"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "48971776"], [1702462721, "48713728"], [1702462736, "48709632"], [1702462751, "48709632"], [1702462763, "47316992"], [1702462793, "47980544"], [1702462808, "48644096"], [1702462829, "48652288"], [1702462844, "48644096"], [1702462865, "47529984"], [1702462880, "47529984"], [1702462904, "48193536"], [1702462919, "48193536"], [1702462952, "48640000"], [1702462973, "48627712"], [1702462988, "48631808"], [1702463045, "48701440"], [1702463081, "49438720"], [1702463114, "49635328"], [1702463150, "49639424"], [1702463186, "49635328"], [1702463216, "47009792"], [1702463240, "47005696"], [1702463273, "47009792"], [1702463324, "47087616"], [1702463354, "47099904"], [1702463381, "47767552"], [1702463417, "48431104"], [1702463453, "47783936"], [1702463477, "47783936"], [1702463510, "48447488"], [1702463537, "47595520"], [1702463570, "47853568"], [1702463591, "48513024"], [1702463621, "48513024"], [1702463657, "47312896"], [1702463693, "47882240"], [1702463729, "48537600"], [1702463765, "48947200"], [1702463798, "48689152"], [1702463846, "49352704"], [1702463873, "50675712"], [1702463906, "50798592"], [1702463948, "51167232"], [1702463984, "49446912"], [1702464014, "49451008"], [1702464050, "50114560"], [1702464086, "49242112"], [1702464122, "49246208"], [1702464155, "49242112"], [1702464194, "49250304"], [1702464230, "46854144"], [1702464263, "47517696"], [1702464299, "48340992"], [1702464332, "48365568"], [1702464356, "48365568"], [1702464392, "49553408"], [1702464425, "49876992"], [1702464455, "49876992"], [1702464479, "49876992"], [1702464509, "49750016"], [1702464533, "49750016"], [1702464569, "49774592"], [1702464605, "49778688"], [1702464635, "47067136"], [1702464671, "48136192"], [1702464716, "48136192"], [1702464743, "48963584"], [1702464776, "49225728"], [1702464812, "49360896"], [1702464836, "46288896"], [1702464869, "46358528"], [1702464905, "46358528"], [1702464926, "46358528"], [1702464956, "47472640"], [1702464992, "47800320"], [1702465016, "47845376"], [1702465049, "48648192"], [1702465085, "47259648"], [1702465118, "47931392"], [1702465145, "47931392"], [1702465178, "47923200"], [1702465208, "47476736"], [1702465241, "48140288"], [1702465298, "48803840"], [1702465334, "48799744"], [1702465367, "48799744"], [1702465394, "49008640"], [1702465418, "47173632"], [1702465445, "47169536"], [1702465481, "48365568"], [1702465517, "48898048"], [1702465550, "49143808"], [1702465586, "49143808"], [1702465619, "49172480"], [1702465658, "46882816"], [1702465706, "47603712"], [1702465754, "48390144"], [1702465787, "49057792"], [1702465823, "49803264"], [1702465856, "49205248"], [1702465880, "49287168"], [1702465910, "49606656"], [1702465952, "49614848"], [1702465988, "47927296"], [1702466015, "47960064"], [1702466030, "48627712"], [1702466060, "48664576"], [1702466078, "47325184"], [1702466138, "48648192"], [1702466168, "47955968"], [1702466204, "48078848"], [1702466237, "48730112"], [1702466261, "47943680"], [1702466291, "48394240"], [1702466327, "48394240"], [1702466360, "49061888"], [1702466384, "49074176"], [1702466417, "49070080"], [1702466441, "49070080"], [1702466471, "49074176"], [1702466507, "47726592"], [1702466540, "48410624"], [1702466597, "47284224"], [1702466633, "47865856"], [1702466666, "48533504"], [1702466705, "49274880"], [1702466732, "49274880"], [1702466765, "49278976"], [1702466801, "45486080"], [1702466852, "45608960"], [1702466876, "46268416"], [1702466918, "47640576"], [1702466978, "48869376"], [1702467014, "49008640"], [1702467038, "49160192"], [1702467068, "49307648"], [1702467122, "49811456"], [1702467158, "49197056"], [1702467191, "49192960"], [1702467221, "49192960"], [1702467257, "49192960"], [1702467299, "49364992"], [1702467350, "50696192"], [1702467386, "49127424"], [1702467419, "49127424"], [1702467455, "49131520"], [1702467515, "46129152"], [1702467542, "46792704"], [1702467566, "47456256"], [1702467599, "47865856"], [1702467635, "48103424"], [1702467668, "48300032"], [1702467695, "49086464"], [1702467716, "48893952"], [1702467746, "48889856"], [1702467800, "48889856"], [1702467824, "46026752"], [1702467908, "46022656"], [1702467944, "47882240"], [1702467968, "47980544"], [1702468001, "47980544"], [1702468031, "48644096"], [1702468067, "48648192"], [1702468085, "48807936"], [1702468115, "48939008"], [1702468151, "49004544"], [1702468181, "47206400"], [1702468208, "46862336"], [1702468241, "46862336"], [1702468256, "47525888"], [1702468286, "48263168"], [1702468322, "48263168"], [1702468352, "48332800"], [1702468388, "49217536"], [1702468424, "49393664"], [1702468457, "50102272"], [1702468493, "49668096"], [1702468517, "49668096"], [1702468550, "49676288"], [1702468586, "49672192"], [1702468613, "49238016"], [1702468637, "49397760"], [1702468679, "49577984"], [1702468721, "49573888"], [1702468730, "49573888"], [1702468766, "49573888"], [1702468799, "49582080"], [1702468835, "49328128"], [1702468898, "49541120"], [1702468934, "50204672"], [1702468970, "47955968"], [1702468994, "47960064"], [1702469024, "47955968"], [1702469060, "45559808"], [1702469111, "45641728"], [1702469144, "45641728"], [1702469168, "46997504"], [1702469204, "47689728"], [1702469237, "48349184"], [1702469273, "48488448"], [1702469303, "48500736"], [1702469336, "49152000"], [1702469360, "49627136"], [1702469387, "49627136"], [1702469411, "49627136"], [1702469435, "49631232"], [1702469468, "49631232"], [1702469504, "47431680"], [1702469537, "48111616"], [1702469573, "48766976"], [1702469606, "48779264"], [1702469633, "48779264"], [1702469660, "48775168"], [1702469684, "48779264"], [1702469717, "48844800"], [1702469753, "48844800"], [1702469786, "48840704"], [1702469816, "48848896"], [1702469834, "46899200"], [1702469864, "46903296"], [1702469906, "46899200"], [1702469936, "46161920"], [1702469972, "46358528"], [1702470005, "47738880"], [1702470029, "47726592"], [1702470065, "47730688"], [1702470101, "48390144"], [1702470131, "49127424"], [1702470167, "49180672"], [1702470203, "49360896"], [1702470251, "49696768"], [1702470278, "49692672"], [1702470311, "49692672"], [1702470347, "47038464"], [1702470371, "47038464"], [1702470404, "47042560"], [1702470440, "47038464"], [1702470476, "47292416"], [1702470506, "47734784"], [1702470542, "49389568"], [1702470575, "49385472"], [1702470611, "49442816"], [1702470635, "49438720"], [1702470662, "49446912"], [1702470686, "49442816"], [1702470719, "48046080"], [1702470746, "48078848"], [1702470812, "48742400"], [1702470845, "46854144"], [1702470875, "46854144"], [1702470899, "46854144"], [1702470953, "46850048"], [1702470983, "47517696"], [1702471025, "48177152"], [1702471067, "48922624"], [1702471169, "47398912"], [1702471193, "47423488"], [1702471226, "47427584"], [1702471265, "47423488"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "72421376"], [1702462721, "72421376"], [1702462736, "72507392"], [1702462751, "72507392"], [1702462763, "72507392"], [1702462793, "71856128"], [1702462808, "71856128"], [1702462829, "71856128"], [1702462844, "71720960"], [1702462865, "69709824"], [1702462880, "69709824"], [1702462904, "70586368"], [1702462919, "70586368"], [1702462952, "70594560"], [1702462973, "70402048"], [1702462988, "70402048"], [1702463045, "70082560"], [1702463081, "70082560"], [1702463114, "70115328"], [1702463150, "71921664"], [1702463186, "69910528"], [1702463216, "69971968"], [1702463240, "69971968"], [1702463273, "71786496"], [1702463324, "69771264"], [1702463354, "69443584"], [1702463381, "72085504"], [1702463417, "70074368"], [1702463453, "70103040"], [1702463477, "70103040"], [1702463510, "70828032"], [1702463537, "70828032"], [1702463570, "72953856"], [1702463591, "70217728"], [1702463621, "72015872"], [1702463657, "70004736"], [1702463693, "71843840"], [1702463729, "69832704"], [1702463765, "71528448"], [1702463798, "69517312"], [1702463846, "69701632"], [1702463873, "73461760"], [1702463906, "71458816"], [1702463948, "72183808"], [1702463984, "70172672"], [1702464014, "69611520"], [1702464050, "71602176"], [1702464086, "69591040"], [1702464122, "69488640"], [1702464155, "69488640"], [1702464194, "69541888"], [1702464230, "71798784"], [1702464263, "69783552"], [1702464299, "70180864"], [1702464332, "70180864"], [1702464356, "72187904"], [1702464392, "70176768"], [1702464425, "72060928"], [1702464455, "70049792"], [1702464479, "69693440"], [1702464509, "69693440"], [1702464533, "69963776"], [1702464569, "69963776"], [1702464605, "69787648"], [1702464635, "69787648"], [1702464671, "69955584"], [1702464716, "69955584"], [1702464743, "69459968"], [1702464776, "72163328"], [1702464812, "70148096"], [1702464836, "72409088"], [1702464869, "70397952"], [1702464905, "70213632"], [1702464926, "70213632"], [1702464956, "69771264"], [1702464992, "69775360"], [1702465016, "69910528"], [1702465049, "69910528"], [1702465085, "69709824"], [1702465118, "69705728"], [1702465145, "69439488"], [1702465178, "69439488"], [1702465208, "70234112"], [1702465241, "72085504"], [1702465298, "70074368"], [1702465334, "69926912"], [1702465367, "71532544"], [1702465394, "69521408"], [1702465418, "69521408"], [1702465445, "69394432"], [1702465481, "71946240"], [1702465517, "69939200"], [1702465550, "72282112"], [1702465586, "70270976"], [1702465619, "69689344"], [1702465658, "69689344"], [1702465706, "69992448"], [1702465754, "69537792"], [1702465787, "69537792"], [1702465823, "69513216"], [1702465856, "69513216"], [1702465880, "70533120"], [1702465910, "70311936"], [1702465952, "70311936"], [1702465988, "72065024"], [1702466015, "70049792"], [1702466030, "69828608"], [1702466060, "69828608"], [1702466078, "72081408"], [1702466138, "70066176"], [1702466168, "69812224"], [1702466204, "69812224"], [1702466237, "69513216"], [1702466261, "71417856"], [1702466291, "69406720"], [1702466327, "73052160"], [1702466360, "70328320"], [1702466384, "70328320"], [1702466417, "70238208"], [1702466441, "70238208"], [1702466471, "71778304"], [1702466507, "70336512"], [1702466540, "70336512"], [1702466597, "70103040"], [1702466633, "72359936"], [1702466666, "70348800"], [1702466705, "72073216"], [1702466732, "70062080"], [1702466765, "69636096"], [1702466801, "69636096"], [1702466852, "70049792"], [1702466876, "70049792"], [1702466918, "70438912"], [1702466978, "70029312"], [1702467014, "70189056"], [1702467038, "70201344"], [1702467068, "69779456"], [1702467122, "72269824"], [1702467158, "70254592"], [1702467191, "70742016"], [1702467221, "72441856"], [1702467257, "70430720"], [1702467299, "72409088"], [1702467350, "71970816"], [1702467386, "69959680"], [1702467419, "70041600"], [1702467455, "70041600"], [1702467515, "69738496"], [1702467542, "69767168"], [1702467566, "69767168"], [1702467599, "70348800"], [1702467635, "70356992"], [1702467668, "70266880"], [1702467695, "70266880"], [1702467716, "70049792"], [1702467746, "70049792"], [1702467800, "69926912"], [1702467824, "69619712"], [1702467908, "69787648"], [1702467944, "72364032"], [1702467968, "70356992"], [1702468001, "70356992"], [1702468031, "69427200"], [1702468067, "69427200"], [1702468085, "70193152"], [1702468115, "70193152"], [1702468151, "70483968"], [1702468181, "70483968"], [1702468208, "69943296"], [1702468241, "69943296"], [1702468256, "70008832"], [1702468286, "70008832"], [1702468322, "69947392"], [1702468352, "69947392"], [1702468388, "69775360"], [1702468424, "71733248"], [1702468457, "69722112"], [1702468493, "69701632"], [1702468517, "69709824"], [1702468550, "69607424"], [1702468586, "69607424"], [1702468613, "72531968"], [1702468637, "70529024"], [1702468679, "72306688"], [1702468721, "70295552"], [1702468730, "71946240"], [1702468766, "69939200"], [1702468799, "72077312"], [1702468835, "70066176"], [1702468898, "69922816"], [1702468934, "69914624"], [1702468970, "72200192"], [1702468994, "70189056"], [1702469024, "73129984"], [1702469060, "70160384"], [1702469111, "70238208"], [1702469144, "72019968"], [1702469168, "70008832"], [1702469204, "70385664"], [1702469237, "70385664"], [1702469273, "72359936"], [1702469303, "70348800"], [1702469336, "72118272"], [1702469360, "70107136"], [1702469387, "73146368"], [1702469411, "70565888"], [1702469435, "71397376"], [1702469468, "69386240"], [1702469504, "69386240"], [1702469537, "70209536"], [1702469573, "73064448"], [1702469606, "70336512"], [1702469633, "70336512"], [1702469660, "70037504"], [1702469684, "72278016"], [1702469717, "70266880"], [1702469753, "71618560"], [1702469786, "71618560"], [1702469816, "71409664"], [1702469834, "69398528"], [1702469864, "72048640"], [1702469906, "70033408"], [1702469936, "70033408"], [1702469972, "70270976"], [1702470005, "70230016"], [1702470029, "70230016"], [1702470065, "69971968"], [1702470101, "69971968"], [1702470131, "70057984"], [1702470167, "72556544"], [1702470203, "69832704"], [1702470251, "71610368"], [1702470278, "69595136"], [1702470311, "69623808"], [1702470347, "71421952"], [1702470371, "71421952"], [1702470404, "72945664"], [1702470440, "70213632"], [1702470476, "72343552"], [1702470506, "70332416"], [1702470542, "72024064"], [1702470575, "70012928"], [1702470611, "69951488"], [1702470635, "69951488"], [1702470662, "69468160"], [1702470686, "69468160"], [1702470719, "69931008"], [1702470746, "69931008"], [1702470812, "70258688"], [1702470845, "69976064"], [1702470875, "69976064"], [1702470899, "69738496"], [1702470953, "71630848"], [1702470983, "69619712"], [1702471025, "70565888"], [1702471067, "70565888"], [1702471169, "69943296"], [1702471193, "69902336"], [1702471226, "69902336"], [1702471265, "69554176"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_other_joules_total": [{"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0.087"], [1702462721, "0.087"], [1702462736, "0.087"], [1702462751, "0.087"], [1702462763, "0.087"], [1702462793, "0.087"], [1702462808, "0.087"], [1702462829, "0.087"], [1702462844, "0.087"], [1702462865, "0.087"], [1702462880, "0.087"], [1702462904, "0.087"], [1702462919, "0.087"], [1702462952, "0.087"], [1702462973, "0.087"], [1702462988, "0.087"], [1702463045, "0.087"], [1702463081, "0.087"], [1702463114, "0.087"], [1702463150, "0.087"], [1702463186, "0.087"], [1702463216, "0.087"], [1702463240, "0.087"], [1702463273, "0.087"], [1702463324, "0.087"], [1702463354, "0.087"], [1702463381, "0.087"], [1702463417, "0.087"], [1702463453, "0.087"], [1702463477, "0.087"], [1702463510, "0.087"], [1702463537, "0.087"], [1702463570, "0.087"], [1702463591, "0.087"], [1702463621, "0.087"], [1702463657, "0.087"], [1702463693, "0.087"], [1702463729, "0.087"], [1702463765, "0.087"], [1702463798, "0.087"], [1702463846, "0.087"], [1702463873, "0.087"], [1702463906, "0.087"], [1702463948, "0.087"], [1702463984, "0.087"], [1702464014, "0.087"], [1702464050, "0.087"], [1702464086, "0.087"], [1702464122, "0.087"], [1702464155, "0.087"], [1702464194, "0.087"], [1702464230, "0.087"], [1702464263, "0.087"], [1702464299, "0.087"], [1702464332, "0.087"], [1702464356, "0.087"], [1702464392, "0.087"], [1702464425, "0.087"], [1702464455, "0.087"], [1702464479, "0.087"], [1702464509, "0.087"], [1702464533, "0.087"], [1702464569, "0.087"], [1702464605, "0.087"], [1702464635, "0.087"], [1702464671, "0.087"], [1702464716, "0.087"], [1702464743, "0.087"], [1702464776, "0.087"], [1702464812, "0.087"], [1702464836, "0.087"], [1702464869, "0.087"], [1702464905, "0.087"], [1702464926, "0.087"], [1702464956, "0.087"], [1702464992, "0.087"], [1702465016, "0.087"], [1702465049, "0.087"], [1702465085, "0.087"], [1702465118, "0.087"], [1702465145, "0.087"], [1702465178, "0.087"], [1702465208, "0.087"], [1702465241, "0.087"], [1702465298, "0.087"], [1702465334, "0.087"], [1702465367, "0.087"], [1702465394, "0.087"], [1702465418, "0.087"], [1702465445, "0.087"], [1702465481, "0.087"], [1702465517, "0.087"], [1702465550, "0.087"], [1702465586, "0.087"], [1702465619, "0.087"], [1702465658, "0.087"], [1702465706, "0.087"], [1702465754, "0.087"], [1702465787, "0.087"], [1702465823, "0.087"], [1702465856, "0.087"], [1702465880, "0.087"], [1702465910, "0.087"], [1702465952, "0.087"], [1702465988, "0.087"], [1702466015, "0.087"], [1702466030, "0.087"], [1702466060, "0.087"], [1702466078, "0.087"], [1702466138, "0.087"], [1702466168, "0.087"], [1702466204, "0.087"], [1702466237, "0.087"], [1702466261, "0.087"], [1702466291, "0.087"], [1702466327, "0.087"], [1702466360, "0.087"], [1702466384, "0.087"], [1702466417, "0.087"], [1702466441, "0.087"], [1702466471, "0.087"], [1702466507, "0.087"], [1702466540, "0.087"], [1702466597, "0.087"], [1702466633, "0.087"], [1702466666, "0.087"], [1702466705, "0.087"], [1702466732, "0.087"], [1702466765, "0.087"], [1702466801, "0.087"], [1702466852, "0.087"], [1702466876, "0.093"], [1702466918, "0.093"], [1702466978, "0.093"], [1702467014, "0.093"], [1702467038, "0.093"], [1702467068, "0.093"], [1702467122, "0.093"], [1702467158, "0.093"], [1702467191, "0.093"], [1702467221, "0.093"], [1702467257, "0.093"], [1702467299, "0.093"], [1702467350, "0.093"], [1702467386, "0.093"], [1702467419, "0.093"], [1702467455, "0.093"], [1702467515, "0.093"], [1702467542, "0.093"], [1702467566, "0.093"], [1702467599, "0.093"], [1702467635, "0.093"], [1702467668, "0.093"], [1702467695, "0.093"], [1702467716, "0.093"], [1702467746, "0.093"], [1702467800, "0.093"], [1702467824, "0.093"], [1702467908, "0.093"], [1702467944, "0.093"], [1702467968, "0.093"], [1702468001, "0.093"], [1702468031, "0.093"], [1702468067, "0.093"], [1702468085, "0.093"], [1702468115, "0.093"], [1702468151, "0.093"], [1702468181, "0.093"], [1702468208, "0.093"], [1702468241, "0.093"], [1702468256, "0.093"], [1702468286, "0.093"], [1702468322, "0.093"], [1702468352, "0.093"], [1702468388, "0.093"], [1702468424, "0.093"], [1702468457, "0.093"], [1702468493, "0.093"], [1702468517, "0.093"], [1702468550, "0.093"], [1702468586, "0.093"], [1702468613, "0.099"], [1702468637, "0.099"], [1702468679, "0.099"], [1702468721, "0.099"], [1702468730, "0.099"], [1702468766, "0.099"], [1702468799, "0.099"], [1702468835, "0.099"], [1702468898, "0.099"], [1702468934, "0.099"], [1702468970, "0.099"], [1702468994, "0.099"], [1702469024, "0.099"], [1702469060, "0.099"], [1702469111, "0.099"], [1702469144, "0.099"], [1702469168, "0.099"], [1702469204, "0.099"], [1702469237, "0.099"], [1702469273, "0.099"], [1702469303, "0.099"], [1702469336, "0.099"], [1702469360, "0.099"], [1702469387, "0.099"], [1702469411, "0.099"], [1702469435, "0.099"], [1702469468, "0.099"], [1702469504, "0.099"], [1702469537, "0.099"], [1702469573, "0.099"], [1702469606, "0.099"], [1702469633, "0.099"], [1702469660, "0.099"], [1702469684, "0.099"], [1702469717, "0.099"], [1702469753, "0.099"], [1702469786, "0.099"], [1702469816, "0.099"], [1702469834, "0.099"], [1702469864, "0.099"], [1702469906, "0.099"], [1702469936, "0.099"], [1702469972, "0.099"], [1702470005, "0.099"], [1702470029, "0.099"], [1702470065, "0.099"], [1702470101, "0.099"], [1702470131, "0.099"], [1702470167, "0.099"], [1702470203, "0.099"], [1702470251, "0.099"], [1702470278, "0.099"], [1702470311, "0.099"], [1702470347, "0.099"], [1702470371, "0.099"], [1702470404, "0.099"], [1702470440, "0.099"], [1702470476, "0.099"], [1702470506, "0.099"], [1702470542, "0.099"], [1702470575, "0.099"], [1702470611, "0.099"], [1702470635, "0.099"], [1702470662, "0.099"], [1702470686, "0.099"], [1702470719, "0.099"], [1702470746, "0.099"], [1702470812, "0.099"], [1702470845, "0.099"], [1702470875, "0.099"], [1702470899, "0.099"], [1702470953, "0.099"], [1702470983, "0.099"], [1702471025, "0.099"], [1702471067, "0.099"], [1702471169, "0.099"], [1702471193, "0.099"], [1702471226, "0.099"], [1702471265, "0.099"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.189"], [1702462721, "0.189"], [1702462736, "0.189"], [1702462751, "0.189"], [1702462763, "0.21"], [1702462793, "0.21"], [1702462808, "0.21"], [1702462829, "0.21"], [1702462844, "0.21"], [1702462865, "0.21"], [1702462880, "0.21"], [1702462904, "0.21"], [1702462919, "0.21"], [1702462952, "0.21"], [1702462973, "0.21"], [1702462988, "0.21"], [1702463045, "0.21"], [1702463081, "0.21"], [1702463114, "0.21"], [1702463150, "0.21"], [1702463186, "0.21"], [1702463216, "0.21"], [1702463240, "0.21"], [1702463273, "0.21"], [1702463324, "0.21"], [1702463354, "0.21"], [1702463381, "0.21"], [1702463417, "0.21"], [1702463453, "0.21"], [1702463477, "0.21"], [1702463510, "0.21"], [1702463537, "0.21"], [1702463570, "0.21"], [1702463591, "0.21"], [1702463621, "0.21"], [1702463657, "0.21"], [1702463693, "0.21"], [1702463729, "0.21"], [1702463765, "0.21"], [1702463798, "0.21"], [1702463846, "0.21"], [1702463873, "0.21"], [1702463906, "0.21"], [1702463948, "0.21"], [1702463984, "0.21"], [1702464014, "0.21"], [1702464050, "0.21"], [1702464086, "0.21"], [1702464122, "0.21"], [1702464155, "0.21"], [1702464194, "0.21"], [1702464230, "0.21"], [1702464263, "0.21"], [1702464299, "0.21"], [1702464332, "0.21"], [1702464356, "0.21"], [1702464392, "0.21"], [1702464425, "0.21"], [1702464455, "0.21"], [1702464479, "0.21"], [1702464509, "0.21"], [1702464533, "0.21"], [1702464569, "0.21"], [1702464605, "0.21"], [1702464635, "0.21"], [1702464671, "0.21"], [1702464716, "0.21"], [1702464743, "0.21"], [1702464776, "0.21"], [1702464812, "0.21"], [1702464836, "0.21"], [1702464869, "0.21"], [1702464905, "0.21"], [1702464926, "0.21"], [1702464956, "0.21"], [1702464992, "0.21"], [1702465016, "0.21"], [1702465049, "0.21"], [1702465085, "0.21"], [1702465118, "0.213"], [1702465145, "0.213"], [1702465178, "0.213"], [1702465208, "0.213"], [1702465241, "0.213"], [1702465298, "0.213"], [1702465334, "0.213"], [1702465367, "0.213"], [1702465394, "0.213"], [1702465418, "0.213"], [1702465445, "0.213"], [1702465481, "0.213"], [1702465517, "0.213"], [1702465550, "0.213"], [1702465586, "0.213"], [1702465619, "0.213"], [1702465658, "0.213"], [1702465706, "0.213"], [1702465754, "0.213"], [1702465787, "0.213"], [1702465823, "0.213"], [1702465856, "0.213"], [1702465880, "0.213"], [1702465910, "0.213"], [1702465952, "0.213"], [1702465988, "0.213"], [1702466015, "0.213"], [1702466030, "0.213"], [1702466060, "0.213"], [1702466078, "0.213"], [1702466138, "0.213"], [1702466168, "0.213"], [1702466204, "0.213"], [1702466237, "0.213"], [1702466261, "0.213"], [1702466291, "0.213"], [1702466327, "0.213"], [1702466360, "0.213"], [1702466384, "0.213"], [1702466417, "0.213"], [1702466441, "0.213"], [1702466471, "0.213"], [1702466507, "0.213"], [1702466540, "0.213"], [1702466597, "0.213"], [1702466633, "0.213"], [1702466666, "0.213"], [1702466705, "0.213"], [1702466732, "0.213"], [1702466765, "0.213"], [1702466801, "0.213"], [1702466852, "0.213"], [1702466876, "0.291"], [1702466918, "0.291"], [1702466978, "0.291"], [1702467014, "0.291"], [1702467038, "0.291"], [1702467068, "0.291"], [1702467122, "0.291"], [1702467158, "0.291"], [1702467191, "0.291"], [1702467221, "0.291"], [1702467257, "0.291"], [1702467299, "0.291"], [1702467350, "0.291"], [1702467386, "0.291"], [1702467419, "0.291"], [1702467455, "0.291"], [1702467515, "0.291"], [1702467542, "0.291"], [1702467566, "0.291"], [1702467599, "0.291"], [1702467635, "0.291"], [1702467668, "0.291"], [1702467695, "0.291"], [1702467716, "0.291"], [1702467746, "0.291"], [1702467800, "0.291"], [1702467824, "0.291"], [1702467908, "0.291"], [1702467944, "0.291"], [1702467968, "0.33"], [1702468001, "0.33"], [1702468031, "0.33"], [1702468067, "0.33"], [1702468085, "0.33"], [1702468115, "0.33"], [1702468151, "0.33"], [1702468181, "0.33"], [1702468208, "0.33"], [1702468241, "0.33"], [1702468256, "0.33"], [1702468286, "0.33"], [1702468322, "0.33"], [1702468352, "0.33"], [1702468388, "0.33"], [1702468424, "0.33"], [1702468457, "0.33"], [1702468493, "0.33"], [1702468517, "0.33"], [1702468550, "0.33"], [1702468586, "0.33"], [1702468613, "0.36"], [1702468637, "0.36"], [1702468679, "0.36"], [1702468721, "0.36"], [1702468730, "0.36"], [1702468766, "0.36"], [1702468799, "0.36"], [1702468835, "0.36"], [1702468898, "0.36"], [1702468934, "0.36"], [1702468970, "0.36"], [1702468994, "0.36"], [1702469024, "0.36"], [1702469060, "0.36"], [1702469111, "0.36"], [1702469144, "0.36"], [1702469168, "0.36"], [1702469204, "0.36"], [1702469237, "0.36"], [1702469273, "0.36"], [1702469303, "0.36"], [1702469336, "0.36"], [1702469360, "0.36"], [1702469387, "0.36"], [1702469411, "0.36"], [1702469435, "0.36"], [1702469468, "0.36"], [1702469504, "0.36"], [1702469537, "0.36"], [1702469573, "0.36"], [1702469606, "0.36"], [1702469633, "0.36"], [1702469660, "0.36"], [1702469684, "0.36"], [1702469717, "0.36"], [1702469753, "0.36"], [1702469786, "0.36"], [1702469816, "0.36"], [1702469834, "0.36"], [1702469864, "0.36"], [1702469906, "0.36"], [1702469936, "0.36"], [1702469972, "0.36"], [1702470005, "0.36"], [1702470029, "0.36"], [1702470065, "0.36"], [1702470101, "0.36"], [1702470131, "0.36"], [1702470167, "0.36"], [1702470203, "0.36"], [1702470251, "0.36"], [1702470278, "0.36"], [1702470311, "0.36"], [1702470347, "0.36"], [1702470371, "0.36"], [1702470404, "0.36"], [1702470440, "0.36"], [1702470476, "0.36"], [1702470506, "0.36"], [1702470542, "0.36"], [1702470575, "0.36"], [1702470611, "0.36"], [1702470635, "0.36"], [1702470662, "0.36"], [1702470686, "0.36"], [1702470719, "0.36"], [1702470746, "0.36"], [1702470812, "0.36"], [1702470845, "0.36"], [1702470875, "0.36"], [1702470899, "0.36"], [1702470953, "0.36"], [1702470983, "0.36"], [1702471025, "0.36"], [1702471067, "0.36"], [1702471169, "0.36"], [1702471193, "0.36"], [1702471226, "0.36"], [1702471265, "0.36"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.003"], [1702462721, "0.003"], [1702462736, "0.003"], [1702462751, "0.003"], [1702462763, "0.003"], [1702462793, "0.003"], [1702462808, "0.003"], [1702462829, "0.003"], [1702462844, "0.003"], [1702462865, "0.003"], [1702462880, "0.003"], [1702462904, "0.003"], [1702462919, "0.003"], [1702462952, "0.003"], [1702462973, "0.003"], [1702462988, "0.003"], [1702463045, "0.003"], [1702463081, "0.003"], [1702463114, "0.003"], [1702463150, "0.003"], [1702463186, "0.003"], [1702463216, "0.003"], [1702463240, "0.003"], [1702463273, "0.003"], [1702463324, "0.003"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.003"], [1702463621, "0.003"], [1702463657, "0.003"], [1702463693, "0.003"], [1702463729, "0.003"], [1702463765, "0.003"], [1702463798, "0.003"], [1702463846, "0.003"], [1702463873, "0.003"], [1702463906, "0.003"], [1702463948, "0.003"], [1702463984, "0.003"], [1702464014, "0.003"], [1702464050, "0.003"], [1702464086, "0.003"], [1702464122, "0.003"], [1702464155, "0.003"], [1702464194, "0.003"], [1702464230, "0.003"], [1702464263, "0.003"], [1702464299, "0.003"], [1702464332, "0.003"], [1702464356, "0.003"], [1702464392, "0.003"], [1702464425, "0.003"], [1702464455, "0.003"], [1702464479, "0.003"], [1702464509, "0.003"], [1702464533, "0.003"], [1702464569, "0.003"], [1702464605, "0.003"], [1702464635, "0.003"], [1702464671, "0.003"], [1702464716, "0.003"], [1702464743, "0.003"], [1702464776, "0.003"], [1702464812, "0.003"], [1702464836, "0.003"], [1702464869, "0.003"], [1702464905, "0.003"], [1702464926, "0.003"], [1702464956, "0.003"], [1702464992, "0.003"], [1702465016, "0.003"], [1702465049, "0.003"], [1702465085, "0.003"], [1702465118, "0.003"], [1702465145, "0.003"], [1702465178, "0.003"], [1702465208, "0.003"], [1702465241, "0.003"], [1702465298, "0.003"], [1702465334, "0.003"], [1702465367, "0.003"], [1702465394, "0.003"], [1702465418, "0.003"], [1702465445, "0.003"], [1702465481, "0.003"], [1702465517, "0.003"], [1702465550, "0.003"], [1702465586, "0.003"], [1702465619, "0.003"], [1702465658, "0.003"], [1702465706, "0.003"], [1702465754, "0.003"], [1702465787, "0.003"], [1702465823, "0.003"], [1702465856, "0.003"], [1702465880, "0.003"], [1702465910, "0.003"], [1702465952, "0.003"], [1702465988, "0.003"], [1702466015, "0.003"], [1702466030, "0.003"], [1702466060, "0.003"], [1702466078, "0.003"], [1702466138, "0.003"], [1702466168, "0.003"], [1702466204, "0.003"], [1702466237, "0.003"], [1702466261, "0.003"], [1702466291, "0.003"], [1702466327, "0.003"], [1702466360, "0.003"], [1702466384, "0.003"], [1702466417, "0.003"], [1702466441, "0.003"], [1702466471, "0.003"], [1702466507, "0.003"], [1702466540, "0.003"], [1702466597, "0.003"], [1702466633, "0.003"], [1702466666, "0.003"], [1702466705, "0.003"], [1702466732, "0.003"], [1702466765, "0.003"], [1702466801, "0.003"], [1702466852, "0.003"], [1702466876, "0.003"], [1702466918, "0.003"], [1702466978, "0.003"], [1702467014, "0.003"], [1702467038, "0.003"], [1702467068, "0.003"], [1702467122, "0.003"], [1702467158, "0.003"], [1702467191, "0.003"], [1702467221, "0.003"], [1702467257, "0.003"], [1702467299, "0.003"], [1702467350, "0.003"], [1702467386, "0.003"], [1702467419, "0.003"], [1702467455, "0.003"], [1702467515, "0.003"], [1702467542, "0.003"], [1702467566, "0.003"], [1702467599, "0.003"], [1702467635, "0.003"], [1702467668, "0.003"], [1702467695, "0.003"], [1702467716, "0.003"], [1702467746, "0.003"], [1702467800, "0.003"], [1702467824, "0.003"], [1702467908, "0.003"], [1702467944, "0.003"], [1702467968, "0.003"], [1702468001, "0.003"], [1702468031, "0.003"], [1702468067, "0.003"], [1702468085, "0.003"], [1702468115, "0.003"], [1702468151, "0.003"], [1702468181, "0.003"], [1702468208, "0.003"], [1702468241, "0.003"], [1702468256, "0.003"], [1702468286, "0.003"], [1702468322, "0.003"], [1702468352, "0.003"], [1702468388, "0.003"], [1702468424, "0.003"], [1702468457, "0.003"], [1702468493, "0.003"], [1702468517, "0.003"], [1702468550, "0.003"], [1702468586, "0.003"], [1702468613, "0.003"], [1702468637, "0.003"], [1702468679, "0.003"], [1702468721, "0.003"], [1702468730, "0.003"], [1702468766, "0.003"], [1702468799, "0.003"], [1702468835, "0.003"], [1702468898, "0.003"], [1702468934, "0.003"], [1702468970, "0.003"], [1702468994, "0.003"], [1702469024, "0.003"], [1702469060, "0.003"], [1702469111, "0.003"], [1702469144, "0.003"], [1702469168, "0.003"], [1702469204, "0.003"], [1702469237, "0.003"], [1702469273, "0.003"], [1702469303, "0.003"], [1702469336, "0.003"], [1702469360, "0.003"], [1702469387, "0.003"], [1702469411, "0.003"], [1702469435, "0.003"], [1702469468, "0.003"], [1702469504, "0.003"], [1702469537, "0.003"], [1702469573, "0.003"], [1702469606, "0.003"], [1702469633, "0.003"], [1702469660, "0.003"], [1702469684, "0.003"], [1702469717, "0.003"], [1702469753, "0.003"], [1702469786, "0.003"], [1702469816, "0.003"], [1702469834, "0.003"], [1702469864, "0.003"], [1702469906, "0.003"], [1702469936, "0.003"], [1702469972, "0.003"], [1702470005, "0.003"], [1702470029, "0.003"], [1702470065, "0.003"], [1702470101, "0.003"], [1702470131, "0.003"], [1702470167, "0.003"], [1702470203, "0.003"], [1702470251, "0.003"], [1702470278, "0.003"], [1702470311, "0.003"], [1702470347, "0.003"], [1702470371, "0.003"], [1702470404, "0.003"], [1702470440, "0.003"], [1702470476, "0.003"], [1702470506, "0.003"], [1702470542, "0.003"], [1702470575, "0.003"], [1702470611, "0.003"], [1702470635, "0.003"], [1702470662, "0.003"], [1702470686, "0.003"], [1702470719, "0.003"], [1702470746, "0.003"], [1702470812, "0.003"], [1702470845, "0.003"], [1702470875, "0.003"], [1702470899, "0.003"], [1702470953, "0.003"], [1702470983, "0.003"], [1702471025, "0.003"], [1702471067, "0.003"], [1702471169, "0.003"], [1702471193, "0.003"], [1702471226, "0.003"], [1702471265, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0.264"], [1702462721, "0.264"], [1702462736, "0.264"], [1702462751, "0.264"], [1702462763, "0.357"], [1702462793, "0.357"], [1702462808, "0.357"], [1702462829, "0.357"], [1702462844, "0.357"], [1702462865, "0.357"], [1702462880, "0.357"], [1702462904, "0.357"], [1702462919, "0.357"], [1702462952, "0.357"], [1702462973, "0.357"], [1702462988, "0.357"], [1702463045, "0.357"], [1702463081, "0.357"], [1702463114, "0.357"], [1702463150, "0.357"], [1702463186, "0.357"], [1702463216, "0.357"], [1702463240, "0.357"], [1702463273, "0.357"], [1702463324, "0.357"], [1702463354, "0.357"], [1702463381, "0.357"], [1702463417, "0.357"], [1702463453, "0.357"], [1702463477, "0.357"], [1702463510, "0.357"], [1702463537, "0.357"], [1702463570, "0.357"], [1702463591, "0.357"], [1702463621, "0.357"], [1702463657, "0.357"], [1702463693, "0.357"], [1702463729, "0.357"], [1702463765, "0.357"], [1702463798, "0.357"], [1702463846, "0.357"], [1702463873, "0.357"], [1702463906, "0.357"], [1702463948, "0.357"], [1702463984, "0.357"], [1702464014, "0.357"], [1702464050, "0.357"], [1702464086, "0.357"], [1702464122, "0.357"], [1702464155, "0.357"], [1702464194, "0.357"], [1702464230, "0.357"], [1702464263, "0.357"], [1702464299, "0.357"], [1702464332, "0.357"], [1702464356, "0.357"], [1702464392, "0.357"], [1702464425, "0.357"], [1702464455, "0.357"], [1702464479, "0.357"], [1702464509, "0.357"], [1702464533, "0.357"], [1702464569, "0.357"], [1702464605, "0.357"], [1702464635, "0.357"], [1702464671, "0.357"], [1702464716, "0.357"], [1702464743, "0.357"], [1702464776, "0.357"], [1702464812, "0.357"], [1702464836, "0.357"], [1702464869, "0.357"], [1702464905, "0.357"], [1702464926, "0.357"], [1702464956, "0.357"], [1702464992, "0.357"], [1702465016, "0.357"], [1702465049, "0.357"], [1702465085, "0.357"], [1702465118, "0.36"], [1702465145, "0.36"], [1702465178, "0.36"], [1702465208, "0.36"], [1702465241, "0.36"], [1702465298, "0.36"], [1702465334, "0.36"], [1702465367, "0.36"], [1702465394, "0.36"], [1702465418, "0.36"], [1702465445, "0.36"], [1702465481, "0.36"], [1702465517, "0.36"], [1702465550, "0.36"], [1702465586, "0.36"], [1702465619, "0.36"], [1702465658, "0.36"], [1702465706, "0.36"], [1702465754, "0.36"], [1702465787, "0.36"], [1702465823, "0.36"], [1702465856, "0.36"], [1702465880, "0.36"], [1702465910, "0.36"], [1702465952, "0.36"], [1702465988, "0.36"], [1702466015, "0.36"], [1702466030, "0.648"], [1702466060, "0.648"], [1702466078, "0.648"], [1702466138, "0.648"], [1702466168, "0.648"], [1702466204, "0.648"], [1702466237, "0.648"], [1702466261, "0.648"], [1702466291, "0.648"], [1702466327, "0.648"], [1702466360, "0.648"], [1702466384, "0.648"], [1702466417, "0.648"], [1702466441, "0.648"], [1702466471, "0.648"], [1702466507, "0.648"], [1702466540, "0.648"], [1702466597, "0.648"], [1702466633, "0.648"], [1702466666, "0.648"], [1702466705, "0.648"], [1702466732, "0.648"], [1702466765, "0.648"], [1702466801, "0.648"], [1702466852, "0.648"], [1702466876, "1.935"], [1702466918, "1.935"], [1702466978, "1.935"], [1702467014, "1.935"], [1702467038, "1.935"], [1702467068, "1.935"], [1702467122, "1.935"], [1702467158, "1.935"], [1702467191, "1.935"], [1702467221, "1.935"], [1702467257, "1.935"], [1702467299, "1.935"], [1702467350, "1.935"], [1702467386, "1.935"], [1702467419, "1.935"], [1702467455, "1.935"], [1702467515, "1.935"], [1702467542, "1.935"], [1702467566, "1.935"], [1702467599, "1.935"], [1702467635, "1.935"], [1702467668, "1.935"], [1702467695, "1.935"], [1702467716, "1.935"], [1702467746, "1.935"], [1702467800, "1.935"], [1702467824, "1.935"], [1702467908, "1.935"], [1702467944, "1.935"], [1702467968, "3.984"], [1702468001, "3.984"], [1702468031, "3.984"], [1702468067, "3.984"], [1702468085, "3.984"], [1702468115, "3.984"], [1702468151, "3.984"], [1702468181, "3.984"], [1702468208, "3.984"], [1702468241, "3.984"], [1702468256, "3.984"], [1702468286, "3.984"], [1702468322, "3.984"], [1702468352, "3.984"], [1702468388, "3.984"], [1702468424, "3.984"], [1702468457, "3.984"], [1702468493, "3.984"], [1702468517, "3.984"], [1702468550, "3.984"], [1702468586, "3.984"], [1702468613, "4.653"], [1702468637, "4.653"], [1702468679, "4.653"], [1702468721, "4.653"], [1702468730, "4.653"], [1702468766, "4.653"], [1702468799, "4.653"], [1702468835, "4.653"], [1702468898, "4.653"], [1702468934, "4.653"], [1702468970, "4.653"], [1702468994, "4.653"], [1702469024, "4.704"], [1702469060, "4.704"], [1702469111, "4.704"], [1702469144, "4.704"], [1702469168, "4.704"], [1702469204, "4.704"], [1702469237, "4.704"], [1702469273, "4.704"], [1702469303, "4.704"], [1702469336, "4.704"], [1702469360, "4.704"], [1702469387, "4.704"], [1702469411, "4.704"], [1702469435, "4.704"], [1702469468, "4.704"], [1702469504, "4.704"], [1702469537, "4.704"], [1702469573, "4.704"], [1702469606, "4.704"], [1702469633, "4.704"], [1702469660, "4.704"], [1702469684, "4.704"], [1702469717, "4.704"], [1702469753, "4.704"], [1702469786, "4.704"], [1702469816, "4.704"], [1702469834, "4.704"], [1702469864, "4.704"], [1702469906, "4.704"], [1702469936, "4.704"], [1702469972, "4.704"], [1702470005, "4.704"], [1702470029, "4.704"], [1702470065, "4.704"], [1702470101, "4.704"], [1702470131, "4.704"], [1702470167, "4.704"], [1702470203, "4.704"], [1702470251, "4.704"], [1702470278, "4.704"], [1702470311, "4.704"], [1702470347, "4.704"], [1702470371, "4.704"], [1702470404, "4.704"], [1702470440, "4.704"], [1702470476, "4.704"], [1702470506, "4.704"], [1702470542, "4.704"], [1702470575, "4.704"], [1702470611, "4.704"], [1702470635, "4.704"], [1702470662, "4.704"], [1702470686, "4.704"], [1702470719, "4.704"], [1702470746, "4.704"], [1702470812, "4.704"], [1702470845, "4.704"], [1702470875, "4.704"], [1702470899, "4.704"], [1702470953, "4.704"], [1702470983, "4.704"], [1702471025, "4.704"], [1702471067, "4.704"], [1702471169, "4.704"], [1702471193, "4.704"], [1702471226, "4.704"], [1702471265, "4.704"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.588"], [1702462721, "0.588"], [1702462736, "0.588"], [1702462751, "0.588"], [1702462763, "0.651"], [1702462793, "0.651"], [1702462808, "0.651"], [1702462829, "0.651"], [1702462844, "0.651"], [1702462865, "0.651"], [1702462880, "0.651"], [1702462904, "0.651"], [1702462919, "0.651"], [1702462952, "0.651"], [1702462973, "0.651"], [1702462988, "0.651"], [1702463045, "0.651"], [1702463081, "0.651"], [1702463114, "0.651"], [1702463150, "0.651"], [1702463186, "0.651"], [1702463216, "0.651"], [1702463240, "0.651"], [1702463273, "0.651"], [1702463324, "0.651"], [1702463354, "0.651"], [1702463381, "0.651"], [1702463417, "0.651"], [1702463453, "0.651"], [1702463477, "0.651"], [1702463510, "0.651"], [1702463537, "0.651"], [1702463570, "0.651"], [1702463591, "0.651"], [1702463621, "0.651"], [1702463657, "0.651"], [1702463693, "0.651"], [1702463729, "0.651"], [1702463765, "0.651"], [1702463798, "0.651"], [1702463846, "0.651"], [1702463873, "0.651"], [1702463906, "0.651"], [1702463948, "0.651"], [1702463984, "0.651"], [1702464014, "0.651"], [1702464050, "0.651"], [1702464086, "0.651"], [1702464122, "0.651"], [1702464155, "0.651"], [1702464194, "0.651"], [1702464230, "0.651"], [1702464263, "0.651"], [1702464299, "0.651"], [1702464332, "0.651"], [1702464356, "0.651"], [1702464392, "0.651"], [1702464425, "0.651"], [1702464455, "0.651"], [1702464479, "0.651"], [1702464509, "0.651"], [1702464533, "0.651"], [1702464569, "0.651"], [1702464605, "0.651"], [1702464635, "0.651"], [1702464671, "0.651"], [1702464716, "0.651"], [1702464743, "0.651"], [1702464776, "0.651"], [1702464812, "0.651"], [1702464836, "0.651"], [1702464869, "0.651"], [1702464905, "0.651"], [1702464926, "0.651"], [1702464956, "0.651"], [1702464992, "0.651"], [1702465016, "0.651"], [1702465049, "0.651"], [1702465085, "0.651"], [1702465118, "0.687"], [1702465145, "0.687"], [1702465178, "0.687"], [1702465208, "0.687"], [1702465241, "0.687"], [1702465298, "0.687"], [1702465334, "0.687"], [1702465367, "0.687"], [1702465394, "0.687"], [1702465418, "0.687"], [1702465445, "0.687"], [1702465481, "0.687"], [1702465517, "0.687"], [1702465550, "0.687"], [1702465586, "0.687"], [1702465619, "0.687"], [1702465658, "0.687"], [1702465706, "0.687"], [1702465754, "0.687"], [1702465787, "0.687"], [1702465823, "0.687"], [1702465856, "0.687"], [1702465880, "0.687"], [1702465910, "0.687"], [1702465952, "0.687"], [1702465988, "0.687"], [1702466015, "0.687"], [1702466030, "0.687"], [1702466060, "0.687"], [1702466078, "0.687"], [1702466138, "0.687"], [1702466168, "0.687"], [1702466204, "0.687"], [1702466237, "0.687"], [1702466261, "0.687"], [1702466291, "0.687"], [1702466327, "0.687"], [1702466360, "0.687"], [1702466384, "0.687"], [1702466417, "0.687"], [1702466441, "0.687"], [1702466471, "0.687"], [1702466507, "0.687"], [1702466540, "0.687"], [1702466597, "0.687"], [1702466633, "0.687"], [1702466666, "0.687"], [1702466705, "0.687"], [1702466732, "0.687"], [1702466765, "0.687"], [1702466801, "0.687"], [1702466852, "0.687"], [1702466876, "0.99"], [1702466918, "0.99"], [1702466978, "0.99"], [1702467014, "0.99"], [1702467038, "0.99"], [1702467068, "0.99"], [1702467122, "0.99"], [1702467158, "0.99"], [1702467191, "0.99"], [1702467221, "0.99"], [1702467257, "0.99"], [1702467299, "0.99"], [1702467350, "0.99"], [1702467386, "0.99"], [1702467419, "0.99"], [1702467455, "0.99"], [1702467515, "0.99"], [1702467542, "0.99"], [1702467566, "0.99"], [1702467599, "0.99"], [1702467635, "0.99"], [1702467668, "0.99"], [1702467695, "0.99"], [1702467716, "0.99"], [1702467746, "0.99"], [1702467800, "0.99"], [1702467824, "0.99"], [1702467908, "0.99"], [1702467944, "0.99"], [1702467968, "1.065"], [1702468001, "1.065"], [1702468031, "1.065"], [1702468067, "1.065"], [1702468085, "1.065"], [1702468115, "1.065"], [1702468151, "1.065"], [1702468181, "1.065"], [1702468208, "1.065"], [1702468241, "1.065"], [1702468256, "1.065"], [1702468286, "1.065"], [1702468322, "1.065"], [1702468352, "1.065"], [1702468388, "1.065"], [1702468424, "1.065"], [1702468457, "1.065"], [1702468493, "1.065"], [1702468517, "1.065"], [1702468550, "1.065"], [1702468586, "1.065"], [1702468613, "1.185"], [1702468637, "1.185"], [1702468679, "1.185"], [1702468721, "1.185"], [1702468730, "1.185"], [1702468766, "1.185"], [1702468799, "1.185"], [1702468835, "1.185"], [1702468898, "1.185"], [1702468934, "1.185"], [1702468970, "1.185"], [1702468994, "1.185"], [1702469024, "1.338"], [1702469060, "1.338"], [1702469111, "1.338"], [1702469144, "1.338"], [1702469168, "1.338"], [1702469204, "1.338"], [1702469237, "1.338"], [1702469273, "1.338"], [1702469303, "1.338"], [1702469336, "1.338"], [1702469360, "1.338"], [1702469387, "1.338"], [1702469411, "1.338"], [1702469435, "1.338"], [1702469468, "1.338"], [1702469504, "1.338"], [1702469537, "1.338"], [1702469573, "1.338"], [1702469606, "1.338"], [1702469633, "1.338"], [1702469660, "1.338"], [1702469684, "1.338"], [1702469717, "1.338"], [1702469753, "1.338"], [1702469786, "1.338"], [1702469816, "1.338"], [1702469834, "1.338"], [1702469864, "1.338"], [1702469906, "1.338"], [1702469936, "1.338"], [1702469972, "1.338"], [1702470005, "1.338"], [1702470029, "1.338"], [1702470065, "1.338"], [1702470101, "1.338"], [1702470131, "1.338"], [1702470167, "1.338"], [1702470203, "1.338"], [1702470251, "1.338"], [1702470278, "1.338"], [1702470311, "1.338"], [1702470347, "1.338"], [1702470371, "1.338"], [1702470404, "1.338"], [1702470440, "1.338"], [1702470476, "1.338"], [1702470506, "1.338"], [1702470542, "1.338"], [1702470575, "1.338"], [1702470611, "1.338"], [1702470635, "1.338"], [1702470662, "1.338"], [1702470686, "1.338"], [1702470719, "1.338"], [1702470746, "1.338"], [1702470812, "1.338"], [1702470845, "1.338"], [1702470875, "1.338"], [1702470899, "1.338"], [1702470953, "1.338"], [1702470983, "1.338"], [1702471025, "1.338"], [1702471067, "1.338"], [1702471169, "1.338"], [1702471193, "1.338"], [1702471226, "1.338"], [1702471265, "1.338"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.063"], [1702465145, "0.063"], [1702465178, "0.063"], [1702465208, "0.063"], [1702465241, "0.063"], [1702465298, "0.063"], [1702465334, "0.063"], [1702465367, "0.063"], [1702465394, "0.063"], [1702465418, "0.063"], [1702465445, "0.063"], [1702465481, "0.063"], [1702465517, "0.063"], [1702465550, "0.063"], [1702465586, "0.063"], [1702465619, "0.063"], [1702465658, "0.063"], [1702465706, "0.063"], [1702465754, "0.063"], [1702465787, "0.063"], [1702465823, "0.063"], [1702465856, "0.063"], [1702465880, "0.063"], [1702465910, "0.063"], [1702465952, "0.063"], [1702465988, "0.063"], [1702466015, "0.063"], [1702466030, "0.063"], [1702466060, "0.063"], [1702466078, "0.063"], [1702466138, "0.063"], [1702466168, "0.063"], [1702466204, "0.063"], [1702466237, "0.063"], [1702466261, "0.063"], [1702466291, "0.063"], [1702466327, "0.063"], [1702466360, "0.063"], [1702466384, "0.063"], [1702466417, "0.063"], [1702466441, "0.066"], [1702466471, "0.066"], [1702466507, "0.066"], [1702466540, "0.066"], [1702466597, "0.066"], [1702466633, "0.066"], [1702466666, "0.066"], [1702466705, "0.066"], [1702466732, "0.066"], [1702466765, "0.066"], [1702466801, "0.066"], [1702466852, "0.066"], [1702466876, "0.066"], [1702466918, "0.066"], [1702466978, "0.066"], [1702467014, "0.066"], [1702467038, "0.066"], [1702467068, "0.066"], [1702467122, "0.066"], [1702467158, "0.066"], [1702467191, "0.066"], [1702467221, "0.066"], [1702467257, "0.066"], [1702467299, "0.066"], [1702467350, "0.066"], [1702467386, "0.066"], [1702467419, "0.066"], [1702467455, "0.066"], [1702467515, "0.066"], [1702467542, "0.066"], [1702467566, "0.066"], [1702467599, "0.066"], [1702467635, "0.066"], [1702467668, "0.066"], [1702467695, "0.066"], [1702467716, "0.066"], [1702467746, "0.066"], [1702467800, "0.066"], [1702467824, "0.066"], [1702467908, "0.066"], [1702467944, "0.066"], [1702467968, "0.066"], [1702468001, "0.066"], [1702468031, "0.066"], [1702468067, "0.066"], [1702468085, "0.066"], [1702468115, "0.066"], [1702468151, "0.066"], [1702468181, "0.066"], [1702468208, "0.066"], [1702468241, "0.066"], [1702468256, "0.066"], [1702468286, "0.066"], [1702468322, "0.066"], [1702468352, "0.066"], [1702468388, "0.066"], [1702468424, "0.066"], [1702468457, "0.066"], [1702468493, "0.066"], [1702468517, "0.066"], [1702468550, "0.066"], [1702468586, "0.066"], [1702468613, "0.084"], [1702468637, "0.084"], [1702468679, "0.084"], [1702468721, "0.084"], [1702468730, "0.084"], [1702468766, "0.084"], [1702468799, "0.084"], [1702468835, "0.084"], [1702468898, "0.084"], [1702468934, "0.084"], [1702468970, "0.084"], [1702468994, "0.084"], [1702469024, "0.084"], [1702469060, "0.084"], [1702469111, "0.084"], [1702469144, "0.084"], [1702469168, "0.084"], [1702469204, "0.084"], [1702469237, "0.084"], [1702469273, "0.084"], [1702469303, "0.084"], [1702469336, "0.084"], [1702469360, "0.084"], [1702469387, "0.084"], [1702469411, "0.084"], [1702469435, "0.084"], [1702469468, "0.084"], [1702469504, "0.084"], [1702469537, "0.084"], [1702469573, "0.084"], [1702469606, "0.084"], [1702469633, "0.084"], [1702469660, "0.084"], [1702469684, "0.084"], [1702469717, "0.084"], [1702469753, "0.084"], [1702469786, "0.084"], [1702469816, "0.084"], [1702469834, "0.084"], [1702469864, "0.084"], [1702469906, "0.084"], [1702469936, "0.084"], [1702469972, "0.084"], [1702470005, "0.084"], [1702470029, "0.084"], [1702470065, "0.084"], [1702470101, "0.084"], [1702470131, "0.084"], [1702470167, "0.084"], [1702470203, "0.084"], [1702470251, "0.084"], [1702470278, "0.084"], [1702470311, "0.084"], [1702470347, "0.084"], [1702470371, "0.084"], [1702470404, "0.084"], [1702470440, "0.084"], [1702470476, "0.084"], [1702470506, "0.084"], [1702470542, "0.084"], [1702470575, "0.084"], [1702470611, "0.084"], [1702470635, "0.084"], [1702470662, "0.084"], [1702470686, "0.084"], [1702470719, "0.084"], [1702470746, "0.084"], [1702470812, "0.084"], [1702470845, "0.084"], [1702470875, "0.084"], [1702470899, "0.084"], [1702470953, "0.084"], [1702470983, "0.084"], [1702471025, "0.084"], [1702471067, "0.084"], [1702471169, "0.084"], [1702471193, "0.084"], [1702471226, "0.084"], [1702471265, "0.084"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0.018"], [1702462721, "0.018"], [1702462736, "0.018"], [1702462751, "0.018"], [1702462763, "0.027"], [1702462793, "0.027"], [1702462808, "0.027"], [1702462829, "0.027"], [1702462844, "0.027"], [1702462865, "0.027"], [1702462880, "0.027"], [1702462904, "0.027"], [1702462919, "0.027"], [1702462952, "0.027"], [1702462973, "0.027"], [1702462988, "0.027"], [1702463045, "0.027"], [1702463081, "0.027"], [1702463114, "0.027"], [1702463150, "0.027"], [1702463186, "0.027"], [1702463216, "0.027"], [1702463240, "0.027"], [1702463273, "0.027"], [1702463324, "0.027"], [1702463354, "0.027"], [1702463381, "0.027"], [1702463417, "0.027"], [1702463453, "0.027"], [1702463477, "0.027"], [1702463510, "0.027"], [1702463537, "0.027"], [1702463570, "0.027"], [1702463591, "0.027"], [1702463621, "0.027"], [1702463657, "0.027"], [1702463693, "0.027"], [1702463729, "0.027"], [1702463765, "0.027"], [1702463798, "0.027"], [1702463846, "0.027"], [1702463873, "0.027"], [1702463906, "0.027"], [1702463948, "0.027"], [1702463984, "0.027"], [1702464014, "0.027"], [1702464050, "0.027"], [1702464086, "0.027"], [1702464122, "0.027"], [1702464155, "0.027"], [1702464194, "0.027"], [1702464230, "0.027"], [1702464263, "0.027"], [1702464299, "0.027"], [1702464332, "0.027"], [1702464356, "0.027"], [1702464392, "0.027"], [1702464425, "0.027"], [1702464455, "0.027"], [1702464479, "0.027"], [1702464509, "0.027"], [1702464533, "0.027"], [1702464569, "0.027"], [1702464605, "0.027"], [1702464635, "0.027"], [1702464671, "0.027"], [1702464716, "0.027"], [1702464743, "0.027"], [1702464776, "0.027"], [1702464812, "0.027"], [1702464836, "0.027"], [1702464869, "0.027"], [1702464905, "0.027"], [1702464926, "0.027"], [1702464956, "0.027"], [1702464992, "0.027"], [1702465016, "0.027"], [1702465049, "0.027"], [1702465085, "0.027"], [1702465118, "0.027"], [1702465145, "0.027"], [1702465178, "0.027"], [1702465208, "0.027"], [1702465241, "0.027"], [1702465298, "0.027"], [1702465334, "0.027"], [1702465367, "0.027"], [1702465394, "0.027"], [1702465418, "0.027"], [1702465445, "0.027"], [1702465481, "0.027"], [1702465517, "0.027"], [1702465550, "0.027"], [1702465586, "0.027"], [1702465619, "0.027"], [1702465658, "0.027"], [1702465706, "0.027"], [1702465754, "0.027"], [1702465787, "0.027"], [1702465823, "0.027"], [1702465856, "0.027"], [1702465880, "0.027"], [1702465910, "0.027"], [1702465952, "0.027"], [1702465988, "0.027"], [1702466015, "0.027"], [1702466030, "0.027"], [1702466060, "0.027"], [1702466078, "0.027"], [1702466138, "0.027"], [1702466168, "0.027"], [1702466204, "0.027"], [1702466237, "0.027"], [1702466261, "0.027"], [1702466291, "0.027"], [1702466327, "0.027"], [1702466360, "0.027"], [1702466384, "0.027"], [1702466417, "0.027"], [1702466441, "0.027"], [1702466471, "0.027"], [1702466507, "0.027"], [1702466540, "0.027"], [1702466597, "0.027"], [1702466633, "0.027"], [1702466666, "0.027"], [1702466705, "0.027"], [1702466732, "0.027"], [1702466765, "0.027"], [1702466801, "0.027"], [1702466852, "0.027"], [1702466876, "0.027"], [1702466918, "0.027"], [1702466978, "0.027"], [1702467014, "0.027"], [1702467038, "0.027"], [1702467068, "0.027"], [1702467122, "0.027"], [1702467158, "0.027"], [1702467191, "0.027"], [1702467221, "0.027"], [1702467257, "0.027"], [1702467299, "0.027"], [1702467350, "0.027"], [1702467386, "0.027"], [1702467419, "0.027"], [1702467455, "0.027"], [1702467515, "0.027"], [1702467542, "0.027"], [1702467566, "0.027"], [1702467599, "0.027"], [1702467635, "0.027"], [1702467668, "0.027"], [1702467695, "0.027"], [1702467716, "0.027"], [1702467746, "0.027"], [1702467800, "0.027"], [1702467824, "0.027"], [1702467908, "0.027"], [1702467944, "0.027"], [1702467968, "0.027"], [1702468001, "0.027"], [1702468031, "0.027"], [1702468067, "0.027"], [1702468085, "0.027"], [1702468115, "0.027"], [1702468151, "0.027"], [1702468181, "0.027"], [1702468208, "0.027"], [1702468241, "0.027"], [1702468256, "0.027"], [1702468286, "0.027"], [1702468322, "0.027"], [1702468352, "0.027"], [1702468388, "0.027"], [1702468424, "0.027"], [1702468457, "0.027"], [1702468493, "0.027"], [1702468517, "0.027"], [1702468550, "0.027"], [1702468586, "0.027"], [1702468613, "0.027"], [1702468637, "0.027"], [1702468679, "0.027"], [1702468721, "0.027"], [1702468730, "0.027"], [1702468766, "0.027"], [1702468799, "0.027"], [1702468835, "0.027"], [1702468898, "0.027"], [1702468934, "0.027"], [1702468970, "0.027"], [1702468994, "0.027"], [1702469024, "0.027"], [1702469060, "0.027"], [1702469111, "0.027"], [1702469144, "0.027"], [1702469168, "0.027"], [1702469204, "0.027"], [1702469237, "0.027"], [1702469273, "0.027"], [1702469303, "0.027"], [1702469336, "0.027"], [1702469360, "0.027"], [1702469387, "0.027"], [1702469411, "0.027"], [1702469435, "0.027"], [1702469468, "0.027"], [1702469504, "0.027"], [1702469537, "0.027"], [1702469573, "0.027"], [1702469606, "0.027"], [1702469633, "0.027"], [1702469660, "0.027"], [1702469684, "0.027"], [1702469717, "0.027"], [1702469753, "0.027"], [1702469786, "0.027"], [1702469816, "0.027"], [1702469834, "0.027"], [1702469864, "0.027"], [1702469906, "0.027"], [1702469936, "0.027"], [1702469972, "0.027"], [1702470005, "0.027"], [1702470029, "0.027"], [1702470065, "0.027"], [1702470101, "0.027"], [1702470131, "0.027"], [1702470167, "0.027"], [1702470203, "0.027"], [1702470251, "0.027"], [1702470278, "0.027"], [1702470311, "0.027"], [1702470347, "0.027"], [1702470371, "0.027"], [1702470404, "0.027"], [1702470440, "0.027"], [1702470476, "0.027"], [1702470506, "0.027"], [1702470542, "0.027"], [1702470575, "0.027"], [1702470611, "0.027"], [1702470635, "0.027"], [1702470662, "0.027"], [1702470686, "0.027"], [1702470719, "0.027"], [1702470746, "0.027"], [1702470812, "0.027"], [1702470845, "0.027"], [1702470875, "0.027"], [1702470899, "0.027"], [1702470953, "0.027"], [1702470983, "0.027"], [1702471025, "0.027"], [1702471067, "0.027"], [1702471169, "0.027"], [1702471193, "0.027"], [1702471226, "0.027"], [1702471265, "0.027"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.003"], [1702462721, "0.003"], [1702462736, "0.003"], [1702462751, "0.003"], [1702462763, "0.012"], [1702462793, "0.012"], [1702462808, "0.012"], [1702462829, "0.012"], [1702462844, "0.012"], [1702462865, "0.012"], [1702462880, "0.012"], [1702462904, "0.012"], [1702462919, "0.012"], [1702462952, "0.012"], [1702462973, "0.012"], [1702462988, "0.012"], [1702463045, "0.012"], [1702463081, "0.012"], [1702463114, "0.012"], [1702463150, "0.012"], [1702463186, "0.012"], [1702463216, "0.012"], [1702463240, "0.012"], [1702463273, "0.012"], [1702463324, "0.012"], [1702463354, "0.012"], [1702463381, "0.012"], [1702463417, "0.012"], [1702463453, "0.012"], [1702463477, "0.012"], [1702463510, "0.012"], [1702463537, "0.012"], [1702463570, "0.012"], [1702463591, "0.012"], [1702463621, "0.012"], [1702463657, "0.012"], [1702463693, "0.012"], [1702463729, "0.012"], [1702463765, "0.012"], [1702463798, "0.012"], [1702463846, "0.012"], [1702463873, "0.012"], [1702463906, "0.012"], [1702463948, "0.012"], [1702463984, "0.012"], [1702464014, "0.012"], [1702464050, "0.012"], [1702464086, "0.012"], [1702464122, "0.012"], [1702464155, "0.012"], [1702464194, "0.012"], [1702464230, "0.012"], [1702464263, "0.012"], [1702464299, "0.012"], [1702464332, "0.012"], [1702464356, "0.012"], [1702464392, "0.012"], [1702464425, "0.012"], [1702464455, "0.012"], [1702464479, "0.012"], [1702464509, "0.012"], [1702464533, "0.012"], [1702464569, "0.012"], [1702464605, "0.012"], [1702464635, "0.012"], [1702464671, "0.012"], [1702464716, "0.012"], [1702464743, "0.012"], [1702464776, "0.012"], [1702464812, "0.012"], [1702464836, "0.012"], [1702464869, "0.012"], [1702464905, "0.012"], [1702464926, "0.012"], [1702464956, "0.012"], [1702464992, "0.012"], [1702465016, "0.012"], [1702465049, "0.012"], [1702465085, "0.012"], [1702465118, "0.012"], [1702465145, "0.012"], [1702465178, "0.012"], [1702465208, "0.012"], [1702465241, "0.012"], [1702465298, "0.012"], [1702465334, "0.012"], [1702465367, "0.012"], [1702465394, "0.012"], [1702465418, "0.012"], [1702465445, "0.012"], [1702465481, "0.012"], [1702465517, "0.012"], [1702465550, "0.012"], [1702465586, "0.012"], [1702465619, "0.012"], [1702465658, "0.012"], [1702465706, "0.012"], [1702465754, "0.012"], [1702465787, "0.012"], [1702465823, "0.012"], [1702465856, "0.012"], [1702465880, "0.012"], [1702465910, "0.012"], [1702465952, "0.012"], [1702465988, "0.012"], [1702466015, "0.012"], [1702466030, "0.012"], [1702466060, "0.012"], [1702466078, "0.012"], [1702466138, "0.012"], [1702466168, "0.012"], [1702466204, "0.012"], [1702466237, "0.012"], [1702466261, "0.012"], [1702466291, "0.012"], [1702466327, "0.012"], [1702466360, "0.012"], [1702466384, "0.012"], [1702466417, "0.012"], [1702466441, "0.012"], [1702466471, "0.012"], [1702466507, "0.012"], [1702466540, "0.012"], [1702466597, "0.012"], [1702466633, "0.012"], [1702466666, "0.012"], [1702466705, "0.012"], [1702466732, "0.012"], [1702466765, "0.012"], [1702466801, "0.012"], [1702466852, "0.012"], [1702466876, "0.012"], [1702466918, "0.012"], [1702466978, "0.012"], [1702467014, "0.012"], [1702467038, "0.012"], [1702467068, "0.012"], [1702467122, "0.012"], [1702467158, "0.012"], [1702467191, "0.012"], [1702467221, "0.012"], [1702467257, "0.012"], [1702467299, "0.012"], [1702467350, "0.012"], [1702467386, "0.012"], [1702467419, "0.012"], [1702467455, "0.012"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.012"], [1702471193, "0.012"], [1702471226, "0.012"], [1702471265, "0.012"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "51.081"], [1702462844, "57.084"], [1702462865, "63.087"], [1702462880, "69.09"], [1702462904, "81.096"], [1702462919, "87.099"], [1702462952, "99.105"], [1702462973, "105.108"], [1702462988, "111.111"], [1702463045, "129.12"], [1702463081, "141.126"], [1702463114, "153.132"], [1702463150, "165.138"], [1702463186, "177.144"], [1702463216, "189.15"], [1702463240, "201.156"], [1702463273, "213.162"], [1702463324, "231.171"], [1702463354, "243.177"], [1702463381, "255.183"], [1702463417, "267.189"], [1702463453, "279.195"], [1702463477, "291.201"], [1702463510, "303.207"], [1702463537, "315.213"], [1702463570, "327.219"], [1702463591, "339.225"], [1702463621, "351.231"], [1702463657, "363.237"], [1702463693, "375.243"], [1702463729, "387.249"], [1702463765, "399.255"], [1702463798, "411.261"], [1702463846, "429.27"], [1702463873, "441.276"], [1702463906, "453.282"], [1702463948, "471.291"], [1702463984, "483.297"], [1702464014, "495.303"], [1702464050, "507.309"], [1702464086, "519.315"], [1702464122, "531.321"], [1702464155, "543.327"], [1702464194, "561.336"], [1702464230, "573.342"], [1702464263, "585.348"], [1702464299, "597.354"], [1702464332, "609.36"], [1702464356, "621.366"], [1702464392, "633.372"], [1702464425, "645.378"], [1702464455, "657.384"], [1702464479, "669.39"], [1702464509, "681.396"], [1702464533, "693.402"], [1702464569, "705.408"], [1702464605, "717.414"], [1702464635, "729.42"], [1702464671, "741.426"], [1702464716, "753.432"], [1702464743, "765.438"], [1702464776, "777.444"], [1702464812, "789.45"], [1702464836, "801.456"], [1702464869, "813.462"], [1702464905, "825.468"], [1702464926, "837.474"], [1702464956, "849.48"], [1702464992, "861.486"], [1702465016, "873.492"], [1702465049, "885.498"], [1702465085, "897.504"], [1702465118, "909.51"], [1702465145, "921.516"], [1702465178, "933.522"], [1702465208, "945.528"], [1702465241, "957.534"], [1702465298, "975.543"], [1702465334, "987.549"], [1702465367, "999.555"], [1702465394, "1011.561"], [1702465418, "1023.567"], [1702465445, "1035.573"], [1702465481, "1047.579"], [1702465517, "1059.585"], [1702465550, "1071.591"], [1702465586, "1083.597"], [1702465619, "1095.603"], [1702465658, "1107.609"], [1702465706, "1119.615"], [1702465754, "1137.624"], [1702465787, "1149.63"], [1702465823, "1161.636"], [1702465856, "1173.642"], [1702465880, "1185.648"], [1702465910, "1197.654"], [1702465952, "1209.66"], [1702465988, "1221.666"], [1702466015, "1233.672"], [1702466030, "1245.678"], [1702466060, "1257.684"], [1702466078, "1269.69"], [1702466138, "1287.699"], [1702466168, "1299.705"], [1702466204, "1311.711"], [1702466237, "1323.717"], [1702466261, "1335.723"], [1702466291, "1347.729"], [1702466327, "1359.735"], [1702466360, "1371.741"], [1702466384, "1383.747"], [1702466417, "1395.753"], [1702466441, "1407.759"], [1702466471, "1419.765"], [1702466507, "1431.771"], [1702466540, "1443.777"], [1702466597, "1461.786"], [1702466633, "1473.792"], [1702466666, "1485.798"], [1702466705, "1497.804"], [1702466732, "1509.81"], [1702466765, "1521.816"], [1702466801, "1533.822"], [1702466852, "1551.831"], [1702466876, "1563.837"], [1702466918, "1575.843"], [1702466978, "1599.855"], [1702467014, "1611.861"], [1702467038, "1623.867"], [1702467068, "1635.873"], [1702467122, "1653.882"], [1702467158, "1665.888"], [1702467191, "1677.894"], [1702467221, "1689.9"], [1702467257, "1701.906"], [1702467299, "1713.912"], [1702467350, "1731.921"], [1702467386, "1743.927"], [1702467419, "1755.933"], [1702467455, "1767.939"], [1702467515, "1791.951"], [1702467542, "1803.957"], [1702467566, "1815.963"], [1702467599, "1827.969"], [1702467635, "1839.975"], [1702467668, "1851.981"], [1702467695, "1863.987"], [1702467716, "1875.993"], [1702467746, "1887.999"], [1702467800, "1906.008"], [1702467824, "1918.014"], [1702467908, "1948.029"], [1702467944, "1960.035"], [1702467968, "1972.041"], [1702468001, "1984.047"], [1702468031, "1996.053"], [1702468067, "2008.059"], [1702468085, "2020.065"], [1702468115, "2032.071"], [1702468151, "2044.077"], [1702468181, "2056.083"], [1702468208, "2068.089"], [1702468241, "2080.095"], [1702468256, "2092.101"], [1702468286, "2104.107"], [1702468322, "2116.113"], [1702468352, "2128.119"], [1702468388, "2140.125"], [1702468424, "2152.131"], [1702468457, "2164.137"], [1702468493, "2176.143"], [1702468517, "2188.149"], [1702468550, "2200.155"], [1702468586, "2212.161"], [1702468613, "2224.167"], [1702468637, "2236.173"], [1702468679, "2248.179"], [1702468721, "2260.185"], [1702468730, "2266.188"], [1702468766, "2278.194"], [1702468799, "2290.2"], [1702468835, "2302.206"], [1702468898, "2320.215"], [1702468934, "2332.221"], [1702468970, "2344.227"], [1702468994, "2356.233"], [1702469024, "2368.239"], [1702469060, "2380.245"], [1702469111, "2398.254"], [1702469144, "2410.26"], [1702469168, "2422.266"], [1702469204, "2434.272"], [1702469237, "2446.278"], [1702469273, "2458.284"], [1702469303, "2470.29"], [1702469336, "2482.296"], [1702469360, "2494.302"], [1702469387, "2506.308"], [1702469411, "2518.314"], [1702469435, "2530.32"], [1702469468, "2542.326"], [1702469504, "2554.332"], [1702469537, "2566.338"], [1702469573, "2578.344"], [1702469606, "2590.35"], [1702469633, "2602.356"], [1702469660, "2614.362"], [1702469684, "2626.368"], [1702469717, "2638.374"], [1702469753, "2650.38"], [1702469786, "2662.386"], [1702469816, "2674.392"], [1702469834, "2686.398"], [1702469864, "2698.404"], [1702469906, "2716.413"], [1702469936, "2728.419"], [1702469972, "2740.425"], [1702470005, "2752.431"], [1702470029, "2764.437"], [1702470065, "2776.443"], [1702470101, "2788.449"], [1702470131, "2800.455"], [1702470167, "2812.461"], [1702470203, "2824.467"], [1702470251, "2842.476"], [1702470278, "2854.482"], [1702470311, "2866.488"], [1702470347, "2878.494"], [1702470371, "2890.5"], [1702470404, "2902.506"], [1702470440, "2914.512"], [1702470476, "2926.518"], [1702470506, "2938.524"], [1702470542, "2950.53"], [1702470575, "2962.536"], [1702470611, "2974.542"], [1702470635, "2986.548"], [1702470662, "2998.554"], [1702470686, "3010.56"], [1702470719, "3022.566"], [1702470746, "3034.572"], [1702470812, "3058.584"], [1702470845, "3070.59"], [1702470875, "3082.596"], [1702470899, "3094.602"], [1702470953, "3112.611"], [1702470983, "3124.617"], [1702471025, "3136.623"], [1702471067, "3154.632"], [1702471169, "3184.647"], [1702471193, "3196.653"], [1702471226, "3208.659"], [1702471265, "3220.665"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "6.522"], [1702462736, "13.044"], [1702462751, "19.566"], [1702462763, "25.95"], [1702462793, "38.583"], [1702462808, "44.832"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "24.351"], [1702465145, "24.351"], [1702465178, "24.351"], [1702465208, "24.351"], [1702465241, "24.351"], [1702465298, "24.351"], [1702465334, "24.351"], [1702465367, "24.351"], [1702465394, "24.351"], [1702465418, "24.351"], [1702465445, "24.351"], [1702465481, "24.351"], [1702465517, "24.351"], [1702465550, "24.351"], [1702465586, "24.351"], [1702465619, "24.351"], [1702465658, "24.351"], [1702465706, "24.351"], [1702465754, "24.351"], [1702465787, "24.351"], [1702465823, "24.351"], [1702465856, "24.351"], [1702465880, "24.351"], [1702465910, "24.351"], [1702465952, "24.351"], [1702465988, "24.351"], [1702466015, "24.351"], [1702466030, "174.096"], [1702466060, "174.096"], [1702466078, "174.096"], [1702466138, "174.096"], [1702466168, "174.096"], [1702466204, "174.096"], [1702466237, "174.096"], [1702466261, "174.096"], [1702466291, "174.096"], [1702466327, "174.096"], [1702466360, "174.096"], [1702466384, "174.096"], [1702466417, "174.096"], [1702466441, "191.454"], [1702466471, "191.454"], [1702466507, "191.454"], [1702466540, "191.454"], [1702466597, "191.454"], [1702466633, "191.454"], [1702466666, "191.454"], [1702466705, "191.454"], [1702466732, "191.454"], [1702466765, "191.454"], [1702466801, "191.454"], [1702466852, "191.454"], [1702466876, "234.591"], [1702466918, "234.591"], [1702466978, "234.591"], [1702467014, "234.591"], [1702467038, "234.591"], [1702467068, "234.591"], [1702467122, "234.591"], [1702467158, "234.591"], [1702467191, "234.591"], [1702467221, "234.591"], [1702467257, "234.591"], [1702467299, "234.591"], [1702467350, "234.591"], [1702467386, "234.591"], [1702467419, "234.591"], [1702467455, "234.591"], [1702467515, "234.591"], [1702467542, "234.591"], [1702467566, "234.591"], [1702467599, "234.591"], [1702467635, "234.591"], [1702467668, "234.591"], [1702467695, "234.591"], [1702467716, "234.591"], [1702467746, "234.591"], [1702467800, "234.591"], [1702467824, "234.591"], [1702467908, "234.591"], [1702467944, "234.591"], [1702467968, "239.079"], [1702468001, "239.079"], [1702468031, "239.079"], [1702468067, "239.079"], [1702468085, "239.079"], [1702468115, "239.079"], [1702468151, "239.079"], [1702468181, "239.079"], [1702468208, "239.079"], [1702468241, "239.079"], [1702468256, "239.079"], [1702468286, "239.079"], [1702468322, "239.079"], [1702468352, "239.079"], [1702468388, "239.079"], [1702468424, "239.079"], [1702468457, "239.079"], [1702468493, "239.079"], [1702468517, "239.079"], [1702468550, "239.079"], [1702468586, "239.079"], [1702468613, "293.292"], [1702468637, "293.292"], [1702468679, "293.292"], [1702468721, "293.292"], [1702468730, "293.292"], [1702468766, "293.292"], [1702468799, "293.292"], [1702468835, "293.292"], [1702468898, "293.292"], [1702468934, "293.292"], [1702468970, "293.292"], [1702468994, "293.292"], [1702469024, "425.898"], [1702469060, "425.898"], [1702469111, "425.898"], [1702469144, "425.898"], [1702469168, "425.898"], [1702469204, "425.898"], [1702469237, "425.898"], [1702469273, "425.898"], [1702469303, "425.898"], [1702469336, "425.898"], [1702469360, "425.898"], [1702469387, "425.898"], [1702469411, "425.898"], [1702469435, "425.898"], [1702469468, "425.898"], [1702469504, "425.898"], [1702469537, "425.898"], [1702469573, "425.898"], [1702469606, "425.898"], [1702469633, "425.898"], [1702469660, "425.898"], [1702469684, "425.898"], [1702469717, "425.898"], [1702469753, "425.898"], [1702469786, "425.898"], [1702469816, "425.898"], [1702469834, "425.898"], [1702469864, "425.898"], [1702469906, "425.898"], [1702469936, "425.898"], [1702469972, "425.898"], [1702470005, "425.898"], [1702470029, "425.898"], [1702470065, "425.898"], [1702470101, "425.898"], [1702470131, "425.898"], [1702470167, "425.898"], [1702470203, "425.898"], [1702470251, "425.898"], [1702470278, "425.898"], [1702470311, "425.898"], [1702470347, "425.898"], [1702470371, "425.898"], [1702470404, "425.898"], [1702470440, "425.898"], [1702470476, "425.898"], [1702470506, "425.898"], [1702470542, "425.898"], [1702470575, "425.898"], [1702470611, "425.898"], [1702470635, "425.898"], [1702470662, "425.898"], [1702470686, "425.898"], [1702470719, "425.898"], [1702470746, "425.898"], [1702470812, "425.898"], [1702470845, "425.898"], [1702470875, "425.898"], [1702470899, "425.898"], [1702470953, "425.898"], [1702470983, "425.898"], [1702471025, "425.898"], [1702471067, "425.898"], [1702471169, "425.898"], [1702471193, "425.898"], [1702471226, "425.898"], [1702471265, "425.898"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "54.027"], [1702462988, "60.03"], [1702463045, "78.039"], [1702463081, "90.045"], [1702463114, "102.051"], [1702463150, "114.057"], [1702463186, "126.063"], [1702463216, "138.069"], [1702463240, "150.075"], [1702463273, "162.081"], [1702463324, "180.09"], [1702463354, "192.096"], [1702463381, "204.102"], [1702463417, "216.108"], [1702463453, "228.114"], [1702463477, "240.12"], [1702463510, "252.126"], [1702463537, "264.132"], [1702463570, "276.138"], [1702463591, "288.144"], [1702463621, "300.15"], [1702463657, "312.156"], [1702463693, "324.162"], [1702463729, "336.168"], [1702463765, "348.174"], [1702463798, "360.18"], [1702463846, "378.189"], [1702463873, "390.195"], [1702463906, "402.201"], [1702463948, "420.21"], [1702463984, "432.216"], [1702464014, "444.222"], [1702464050, "456.228"], [1702464086, "468.234"], [1702464122, "480.24"], [1702464155, "492.246"], [1702464194, "510.255"], [1702464230, "522.261"], [1702464263, "534.267"], [1702464299, "546.273"], [1702464332, "558.279"], [1702464356, "570.285"], [1702464392, "582.291"], [1702464425, "594.297"], [1702464455, "606.303"], [1702464479, "618.309"], [1702464509, "630.315"], [1702464533, "642.321"], [1702464569, "654.327"], [1702464605, "666.333"], [1702464635, "678.339"], [1702464671, "690.345"], [1702464716, "702.351"], [1702464743, "714.357"], [1702464776, "726.363"], [1702464812, "738.369"], [1702464836, "750.375"], [1702464869, "762.381"], [1702464905, "774.387"], [1702464926, "786.393"], [1702464956, "798.399"], [1702464992, "810.405"], [1702465016, "822.411"], [1702465049, "834.417"], [1702465085, "846.423"], [1702465118, "858.429"], [1702465145, "870.435"], [1702465178, "882.441"], [1702465208, "894.447"], [1702465241, "906.453"], [1702465298, "924.462"], [1702465334, "936.468"], [1702465367, "948.474"], [1702465394, "960.48"], [1702465418, "972.486"], [1702465445, "984.492"], [1702465481, "996.498"], [1702465517, "1008.504"], [1702465550, "1020.51"], [1702465586, "1032.516"], [1702465619, "1044.522"], [1702465658, "1056.528"], [1702465706, "1068.534"], [1702465754, "1086.543"], [1702465787, "1098.549"], [1702465823, "1110.555"], [1702465856, "1122.561"], [1702465880, "1134.567"], [1702465910, "1146.573"], [1702465952, "1158.579"], [1702465988, "1170.585"], [1702466015, "1182.591"], [1702466030, "1194.597"], [1702466060, "1206.603"], [1702466078, "1218.609"], [1702466138, "1236.618"], [1702466168, "1248.624"], [1702466204, "1260.63"], [1702466237, "1272.636"], [1702466261, "1284.642"], [1702466291, "1296.648"], [1702466327, "1308.654"], [1702466360, "1320.66"], [1702466384, "1332.666"], [1702466417, "1344.672"], [1702466441, "1356.678"], [1702466471, "1368.684"], [1702466507, "1380.69"], [1702466540, "1392.696"], [1702466597, "1410.705"], [1702466633, "1422.711"], [1702466666, "1434.717"], [1702466705, "1446.723"], [1702466732, "1458.729"], [1702466765, "1470.735"], [1702466801, "1482.741"], [1702466852, "1500.75"], [1702466876, "1512.756"], [1702466918, "1524.762"], [1702466978, "1548.774"], [1702467014, "1560.78"], [1702467038, "1572.786"], [1702467068, "1584.792"], [1702467122, "1602.801"], [1702467158, "1614.807"], [1702467191, "1626.813"], [1702467221, "1638.819"], [1702467257, "1650.825"], [1702467299, "1662.831"], [1702467350, "1680.84"], [1702467386, "1692.846"], [1702467419, "1704.852"], [1702467455, "1716.858"], [1702467515, "1740.87"], [1702467542, "1752.876"], [1702467566, "1764.882"], [1702467599, "1776.888"], [1702467635, "1788.894"], [1702467668, "1800.9"], [1702467695, "1812.906"], [1702467716, "1824.912"], [1702467746, "1836.918"], [1702467800, "1854.927"], [1702467824, "1866.933"], [1702467908, "1896.948"], [1702467944, "1908.954"], [1702467968, "1920.96"], [1702468001, "1932.966"], [1702468031, "1944.972"], [1702468067, "1956.978"], [1702468085, "1968.984"], [1702468115, "1980.99"], [1702468151, "1992.996"], [1702468181, "2005.002"], [1702468208, "2017.008"], [1702468241, "2029.014"], [1702468256, "2041.02"], [1702468286, "2053.026"], [1702468322, "2065.032"], [1702468352, "2077.038"], [1702468388, "2089.044"], [1702468424, "2101.05"], [1702468457, "2113.056"], [1702468493, "2125.062"], [1702468517, "2137.068"], [1702468550, "2149.074"], [1702468586, "2161.08"], [1702468613, "2173.086"], [1702468637, "2185.092"], [1702468679, "2197.098"], [1702468721, "2209.104"], [1702468730, "2215.107"], [1702468766, "2227.113"], [1702468799, "2239.119"], [1702468835, "2251.125"], [1702468898, "2269.134"], [1702468934, "2281.14"], [1702468970, "2293.146"], [1702468994, "2305.152"], [1702469024, "2317.158"], [1702469060, "2329.164"], [1702469111, "2347.173"], [1702469144, "2359.179"], [1702469168, "2371.185"], [1702469204, "2383.191"], [1702469237, "2395.197"], [1702469273, "2407.203"], [1702469303, "2419.209"], [1702469336, "2431.215"], [1702469360, "2443.221"], [1702469387, "2455.227"], [1702469411, "2467.233"], [1702469435, "2479.239"], [1702469468, "2491.245"], [1702469504, "2503.251"], [1702469537, "2515.257"], [1702469573, "2527.263"], [1702469606, "2539.269"], [1702469633, "2551.275"], [1702469660, "2563.281"], [1702469684, "2575.287"], [1702469717, "2587.293"], [1702469753, "2599.299"], [1702469786, "2611.305"], [1702469816, "2623.311"], [1702469834, "2635.317"], [1702469864, "2647.323"], [1702469906, "2665.332"], [1702469936, "2677.338"], [1702469972, "2689.344"], [1702470005, "2701.35"], [1702470029, "2713.356"], [1702470065, "2725.362"], [1702470101, "2737.368"], [1702470131, "2749.374"], [1702470167, "2761.38"], [1702470203, "2773.386"], [1702470251, "2791.395"], [1702470278, "2803.401"], [1702470311, "2815.407"], [1702470347, "2827.413"], [1702470371, "2839.419"], [1702470404, "2851.425"], [1702470440, "2863.431"], [1702470476, "2875.437"], [1702470506, "2887.443"], [1702470542, "2899.449"], [1702470575, "2911.455"], [1702470611, "2923.461"], [1702470635, "2935.467"], [1702470662, "2947.473"], [1702470686, "2959.479"], [1702470719, "2971.485"], [1702470746, "2983.491"], [1702470812, "3007.503"], [1702470845, "3019.509"], [1702470875, "3031.515"], [1702470899, "3043.521"], [1702470953, "3061.53"], [1702470983, "3073.536"], [1702471025, "3085.542"], [1702471067, "3103.551"], [1702471169, "3133.566"], [1702471193, "3145.572"], [1702471226, "3157.578"], [1702471265, "3169.584"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6.003"], [1702462865, "12.006"], [1702462880, "18.009"], [1702462904, "30.015"], [1702462919, "36.018"], [1702462952, "48.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.009"], [1702466918, "0.009"], [1702466978, "0.009"], [1702467014, "0.009"], [1702467038, "0.009"], [1702467068, "0.009"], [1702467122, "0.009"], [1702467158, "0.009"], [1702467191, "0.009"], [1702467221, "0.009"], [1702467257, "0.009"], [1702467299, "0.009"], [1702467350, "0.009"], [1702467386, "0.009"], [1702467419, "0.009"], [1702467455, "0.009"], [1702467515, "0.009"], [1702467542, "0.009"], [1702467566, "0.009"], [1702467599, "0.009"], [1702467635, "0.009"], [1702467668, "0.009"], [1702467695, "0.009"], [1702467716, "0.009"], [1702467746, "0.009"], [1702467800, "0.009"], [1702467824, "0.009"], [1702467908, "0.009"], [1702467944, "0.009"], [1702467968, "0.009"], [1702468001, "0.009"], [1702468031, "0.009"], [1702468067, "0.009"], [1702468085, "0.009"], [1702468115, "0.009"], [1702468151, "0.009"], [1702468181, "0.009"], [1702468208, "0.009"], [1702468241, "0.009"], [1702468256, "0.009"], [1702468286, "0.009"], [1702468322, "0.009"], [1702468352, "0.009"], [1702468388, "0.009"], [1702468424, "0.009"], [1702468457, "0.009"], [1702468493, "0.009"], [1702468517, "0.009"], [1702468550, "0.009"], [1702468586, "0.009"], [1702468613, "0.009"], [1702468637, "0.009"], [1702468679, "0.009"], [1702468721, "0.009"], [1702468730, "0.009"], [1702468766, "0.009"], [1702468799, "0.009"], [1702468835, "0.009"], [1702468898, "0.009"], [1702468934, "0.009"], [1702468970, "0.009"], [1702468994, "0.009"], [1702469024, "0.009"], [1702469060, "0.009"], [1702469111, "0.009"], [1702469144, "0.009"], [1702469168, "0.009"], [1702469204, "0.009"], [1702469237, "0.009"], [1702469273, "0.009"], [1702469303, "0.009"], [1702469336, "0.009"], [1702469360, "0.009"], [1702469387, "0.009"], [1702469411, "0.009"], [1702469435, "0.009"], [1702469468, "0.009"], [1702469504, "0.009"], [1702469537, "0.009"], [1702469573, "0.009"], [1702469606, "0.009"], [1702469633, "0.009"], [1702469660, "0.009"], [1702469684, "0.009"], [1702469717, "0.009"], [1702469753, "0.009"], [1702469786, "0.009"], [1702469816, "0.009"], [1702469834, "0.009"], [1702469864, "0.009"], [1702469906, "0.009"], [1702469936, "0.009"], [1702469972, "0.009"], [1702470005, "0.009"], [1702470029, "0.009"], [1702470065, "0.009"], [1702470101, "0.009"], [1702470131, "0.009"], [1702470167, "0.009"], [1702470203, "0.009"], [1702470251, "0.009"], [1702470278, "0.009"], [1702470311, "0.009"], [1702470347, "0.009"], [1702470371, "0.009"], [1702470404, "0.009"], [1702470440, "0.009"], [1702470476, "0.009"], [1702470506, "0.009"], [1702470542, "0.009"], [1702470575, "0.009"], [1702470611, "0.009"], [1702470635, "0.009"], [1702470662, "0.009"], [1702470686, "0.009"], [1702470719, "0.009"], [1702470746, "0.009"], [1702470812, "0.009"], [1702470845, "0.009"], [1702470875, "0.009"], [1702470899, "0.009"], [1702470953, "0.009"], [1702470983, "0.009"], [1702471025, "0.009"], [1702471067, "0.009"], [1702471169, "0.009"], [1702471193, "0.009"], [1702471226, "0.009"], [1702471265, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.009"], [1702466918, "0.009"], [1702466978, "0.009"], [1702467014, "0.009"], [1702467038, "0.009"], [1702467068, "0.009"], [1702467122, "0.009"], [1702467158, "0.009"], [1702467191, "0.009"], [1702467221, "0.009"], [1702467257, "0.009"], [1702467299, "0.009"], [1702467350, "0.009"], [1702467386, "0.009"], [1702467419, "0.009"], [1702467455, "0.009"], [1702467515, "0.009"], [1702467542, "0.009"], [1702467566, "0.009"], [1702467599, "0.009"], [1702467635, "0.009"], [1702467668, "0.009"], [1702467695, "0.009"], [1702467716, "0.009"], [1702467746, "0.009"], [1702467800, "0.009"], [1702467824, "0.009"], [1702467908, "0.009"], [1702467944, "0.009"], [1702467968, "0.009"], [1702468001, "0.009"], [1702468031, "0.009"], [1702468067, "0.009"], [1702468085, "0.009"], [1702468115, "0.009"], [1702468151, "0.009"], [1702468181, "0.009"], [1702468208, "0.009"], [1702468241, "0.009"], [1702468256, "0.009"], [1702468286, "0.009"], [1702468322, "0.009"], [1702468352, "0.009"], [1702468388, "0.009"], [1702468424, "0.009"], [1702468457, "0.009"], [1702468493, "0.009"], [1702468517, "0.009"], [1702468550, "0.009"], [1702468586, "0.009"], [1702468613, "0.009"], [1702468637, "0.009"], [1702468679, "0.009"], [1702468721, "0.009"], [1702468730, "0.009"], [1702468766, "0.009"], [1702468799, "0.009"], [1702468835, "0.009"], [1702468898, "0.009"], [1702468934, "0.009"], [1702468970, "0.009"], [1702468994, "0.009"], [1702469024, "0.009"], [1702469060, "0.009"], [1702469111, "0.009"], [1702469144, "0.009"], [1702469168, "0.009"], [1702469204, "0.009"], [1702469237, "0.009"], [1702469273, "0.009"], [1702469303, "0.009"], [1702469336, "0.009"], [1702469360, "0.009"], [1702469387, "0.009"], [1702469411, "0.009"], [1702469435, "0.009"], [1702469468, "0.009"], [1702469504, "0.009"], [1702469537, "0.009"], [1702469573, "0.009"], [1702469606, "0.009"], [1702469633, "0.009"], [1702469660, "0.009"], [1702469684, "0.009"], [1702469717, "0.009"], [1702469753, "0.009"], [1702469786, "0.009"], [1702469816, "0.009"], [1702469834, "0.009"], [1702469864, "0.009"], [1702469906, "0.009"], [1702469936, "0.009"], [1702469972, "0.009"], [1702470005, "0.009"], [1702470029, "0.009"], [1702470065, "0.009"], [1702470101, "0.009"], [1702470131, "0.009"], [1702470167, "0.009"], [1702470203, "0.009"], [1702470251, "0.009"], [1702470278, "0.009"], [1702470311, "0.009"], [1702470347, "0.009"], [1702470371, "0.009"], [1702470404, "0.009"], [1702470440, "0.009"], [1702470476, "0.009"], [1702470506, "0.009"], [1702470542, "0.009"], [1702470575, "0.009"], [1702470611, "0.009"], [1702470635, "0.009"], [1702470662, "0.009"], [1702470686, "0.009"], [1702470719, "0.009"], [1702470746, "0.009"], [1702470812, "0.009"], [1702470845, "0.009"], [1702470875, "0.009"], [1702470899, "0.009"], [1702470953, "0.009"], [1702470983, "0.009"], [1702471025, "0.009"], [1702471067, "0.009"], [1702471169, "0.009"], [1702471193, "0.009"], [1702471226, "0.009"], [1702471265, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "61.53"], [1702462919, "67.533"], [1702462952, "79.539"], [1702462973, "85.542"], [1702462988, "91.545"], [1702463045, "109.554"], [1702463081, "121.56"], [1702463114, "133.566"], [1702463150, "145.572"], [1702463186, "157.578"], [1702463216, "169.584"], [1702463240, "181.59"], [1702463273, "193.596"], [1702463324, "211.605"], [1702463354, "223.611"], [1702463381, "235.617"], [1702463417, "247.623"], [1702463453, "259.629"], [1702463477, "271.635"], [1702463510, "283.641"], [1702463537, "295.647"], [1702463570, "307.653"], [1702463591, "319.659"], [1702463621, "331.665"], [1702463657, "343.671"], [1702463693, "355.677"], [1702463729, "367.683"], [1702463765, "379.689"], [1702463798, "391.695"], [1702463846, "409.704"], [1702463873, "421.71"], [1702463906, "433.716"], [1702463948, "451.725"], [1702463984, "463.731"], [1702464014, "475.737"], [1702464050, "487.743"], [1702464086, "499.749"], [1702464122, "511.755"], [1702464155, "523.761"], [1702464194, "541.77"], [1702464230, "553.776"], [1702464263, "565.782"], [1702464299, "577.788"], [1702464332, "589.794"], [1702464356, "601.8"], [1702464392, "613.806"], [1702464425, "625.812"], [1702464455, "637.818"], [1702464479, "649.824"], [1702464509, "661.83"], [1702464533, "673.836"], [1702464569, "685.842"], [1702464605, "697.848"], [1702464635, "709.854"], [1702464671, "721.86"], [1702464716, "733.866"], [1702464743, "745.872"], [1702464776, "757.878"], [1702464812, "769.884"], [1702464836, "781.89"], [1702464869, "793.896"], [1702464905, "805.902"], [1702464926, "817.908"], [1702464956, "829.914"], [1702464992, "841.92"], [1702465016, "853.926"], [1702465049, "865.932"], [1702465085, "877.938"], [1702465118, "889.944"], [1702465145, "901.95"], [1702465178, "913.956"], [1702465208, "925.962"], [1702465241, "937.968"], [1702465298, "955.977"], [1702465334, "967.983"], [1702465367, "979.989"], [1702465394, "991.995"], [1702465418, "1004.001"], [1702465445, "1016.007"], [1702465481, "1028.013"], [1702465517, "1040.019"], [1702465550, "1052.025"], [1702465586, "1064.031"], [1702465619, "1076.037"], [1702465658, "1088.043"], [1702465706, "1100.049"], [1702465754, "1118.058"], [1702465787, "1130.064"], [1702465823, "1142.07"], [1702465856, "1154.076"], [1702465880, "1166.082"], [1702465910, "1178.088"], [1702465952, "1190.094"], [1702465988, "1202.1"], [1702466015, "1214.106"], [1702466030, "1226.112"], [1702466060, "1238.118"], [1702466078, "1250.124"], [1702466138, "1268.133"], [1702466168, "1280.139"], [1702466204, "1292.145"], [1702466237, "1304.151"], [1702466261, "1316.157"], [1702466291, "1328.163"], [1702466327, "1340.169"], [1702466360, "1352.175"], [1702466384, "1364.181"], [1702466417, "1376.187"], [1702466441, "1388.193"], [1702466471, "1400.199"], [1702466507, "1412.205"], [1702466540, "1424.211"], [1702466597, "1442.22"], [1702466633, "1454.226"], [1702466666, "1466.232"], [1702466705, "1478.238"], [1702466732, "1490.244"], [1702466765, "1502.25"], [1702466801, "1514.256"], [1702466852, "1532.265"], [1702466876, "1544.271"], [1702466918, "1556.277"], [1702466978, "1580.289"], [1702467014, "1592.295"], [1702467038, "1604.301"], [1702467068, "1616.307"], [1702467122, "1634.316"], [1702467158, "1646.322"], [1702467191, "1658.328"], [1702467221, "1670.334"], [1702467257, "1682.34"], [1702467299, "1694.346"], [1702467350, "1712.355"], [1702467386, "1724.361"], [1702467419, "1736.367"], [1702467455, "1748.373"], [1702467515, "1772.385"], [1702467542, "1784.391"], [1702467566, "1796.397"], [1702467599, "1808.403"], [1702467635, "1820.409"], [1702467668, "1832.415"], [1702467695, "1844.421"], [1702467716, "1856.427"], [1702467746, "1868.433"], [1702467800, "1886.442"], [1702467824, "1898.448"], [1702467908, "1928.463"], [1702467944, "1940.469"], [1702467968, "1952.475"], [1702468001, "1964.481"], [1702468031, "1976.487"], [1702468067, "1988.493"], [1702468085, "2000.499"], [1702468115, "2012.505"], [1702468151, "2024.511"], [1702468181, "2036.517"], [1702468208, "2048.523"], [1702468241, "2060.529"], [1702468256, "2072.535"], [1702468286, "2084.541"], [1702468322, "2096.547"], [1702468352, "2108.553"], [1702468388, "2120.559"], [1702468424, "2132.565"], [1702468457, "2144.571"], [1702468493, "2156.577"], [1702468517, "2168.583"], [1702468550, "2180.589"], [1702468586, "2192.595"], [1702468613, "2204.601"], [1702468637, "2216.607"], [1702468679, "2228.613"], [1702468721, "2240.619"], [1702468730, "2246.622"], [1702468766, "2258.628"], [1702468799, "2270.634"], [1702468835, "2282.64"], [1702468898, "2300.649"], [1702468934, "2312.655"], [1702468970, "2324.661"], [1702468994, "2336.667"], [1702469024, "2348.673"], [1702469060, "2360.679"], [1702469111, "2378.688"], [1702469144, "2390.694"], [1702469168, "2402.7"], [1702469204, "2414.706"], [1702469237, "2426.712"], [1702469273, "2438.718"], [1702469303, "2450.724"], [1702469336, "2462.73"], [1702469360, "2474.736"], [1702469387, "2486.742"], [1702469411, "2498.748"], [1702469435, "2510.754"], [1702469468, "2522.76"], [1702469504, "2534.766"], [1702469537, "2546.772"], [1702469573, "2558.778"], [1702469606, "2570.784"], [1702469633, "2582.79"], [1702469660, "2594.796"], [1702469684, "2606.802"], [1702469717, "2618.808"], [1702469753, "2630.814"], [1702469786, "2642.82"], [1702469816, "2654.826"], [1702469834, "2666.832"], [1702469864, "2678.838"], [1702469906, "2696.847"], [1702469936, "2708.853"], [1702469972, "2720.859"], [1702470005, "2732.865"], [1702470029, "2744.871"], [1702470065, "2756.877"], [1702470101, "2768.883"], [1702470131, "2780.889"], [1702470167, "2792.895"], [1702470203, "2804.901"], [1702470251, "2822.91"], [1702470278, "2834.916"], [1702470311, "2846.922"], [1702470347, "2858.928"], [1702470371, "2870.934"], [1702470404, "2882.94"], [1702470440, "2894.946"], [1702470476, "2906.952"], [1702470506, "2918.958"], [1702470542, "2930.964"], [1702470575, "2942.97"], [1702470611, "2954.976"], [1702470635, "2966.982"], [1702470662, "2978.988"], [1702470686, "2990.994"], [1702470719, "3003"], [1702470746, "3015.006"], [1702470812, "3039.018"], [1702470845, "3051.024"], [1702470875, "3063.03"], [1702470899, "3075.036"], [1702470953, "3093.045"], [1702470983, "3105.051"], [1702471025, "3117.057"], [1702471067, "3135.066"], [1702471169, "3165.081"], [1702471193, "3177.087"], [1702471226, "3189.093"], [1702471265, "3201.099"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "6.384"], [1702462793, "19.017"], [1702462808, "25.266"], [1702462829, "31.515"], [1702462844, "37.518"], [1702462865, "43.521"], [1702462880, "49.524"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0.024"], [1702462721, "0.024"], [1702462736, "0.024"], [1702462751, "0.024"], [1702462763, "0.027"], [1702462793, "0.027"], [1702462808, "0.027"], [1702462829, "0.027"], [1702462844, "0.027"], [1702462865, "0.027"], [1702462880, "0.027"], [1702462904, "0.027"], [1702462919, "0.027"], [1702462952, "0.027"], [1702462973, "0.027"], [1702462988, "0.027"], [1702463045, "0.027"], [1702463081, "0.027"], [1702463114, "0.027"], [1702463150, "0.027"], [1702463186, "0.027"], [1702463216, "0.027"], [1702463240, "0.027"], [1702463273, "0.027"], [1702463324, "0.027"], [1702463354, "0.027"], [1702463381, "0.027"], [1702463417, "0.027"], [1702463453, "0.027"], [1702463477, "0.027"], [1702463510, "0.027"], [1702463537, "0.027"], [1702463570, "0.027"], [1702463591, "0.027"], [1702463621, "0.027"], [1702463657, "0.027"], [1702463693, "0.027"], [1702463729, "0.027"], [1702463765, "0.027"], [1702463798, "0.027"], [1702463846, "0.027"], [1702463873, "0.027"], [1702463906, "0.027"], [1702463948, "0.027"], [1702463984, "0.027"], [1702464014, "0.027"], [1702464050, "0.027"], [1702464086, "0.027"], [1702464122, "0.027"], [1702464155, "0.027"], [1702464194, "0.027"], [1702464230, "0.027"], [1702464263, "0.027"], [1702464299, "0.027"], [1702464332, "0.027"], [1702464356, "0.027"], [1702464392, "0.027"], [1702464425, "0.027"], [1702464455, "0.027"], [1702464479, "0.027"], [1702464509, "0.027"], [1702464533, "0.027"], [1702464569, "0.027"], [1702464605, "0.027"], [1702464635, "0.027"], [1702464671, "0.027"], [1702464716, "0.027"], [1702464743, "0.027"], [1702464776, "0.027"], [1702464812, "0.027"], [1702464836, "0.027"], [1702464869, "0.027"], [1702464905, "0.027"], [1702464926, "0.027"], [1702464956, "0.027"], [1702464992, "0.027"], [1702465016, "0.027"], [1702465049, "0.027"], [1702465085, "0.027"], [1702465118, "0.027"], [1702465145, "0.027"], [1702465178, "0.027"], [1702465208, "0.027"], [1702465241, "0.027"], [1702465298, "0.027"], [1702465334, "0.027"], [1702465367, "0.027"], [1702465394, "0.027"], [1702465418, "0.027"], [1702465445, "0.027"], [1702465481, "0.027"], [1702465517, "0.027"], [1702465550, "0.027"], [1702465586, "0.027"], [1702465619, "0.027"], [1702465658, "0.027"], [1702465706, "0.027"], [1702465754, "0.027"], [1702465787, "0.027"], [1702465823, "0.027"], [1702465856, "0.027"], [1702465880, "0.027"], [1702465910, "0.027"], [1702465952, "0.027"], [1702465988, "0.027"], [1702466015, "0.027"], [1702466030, "0.027"], [1702466060, "0.027"], [1702466078, "0.027"], [1702466138, "0.027"], [1702466168, "0.027"], [1702466204, "0.027"], [1702466237, "0.027"], [1702466261, "0.027"], [1702466291, "0.027"], [1702466327, "0.027"], [1702466360, "0.027"], [1702466384, "0.027"], [1702466417, "0.027"], [1702466441, "0.027"], [1702466471, "0.027"], [1702466507, "0.027"], [1702466540, "0.027"], [1702466597, "0.027"], [1702466633, "0.027"], [1702466666, "0.027"], [1702466705, "0.027"], [1702466732, "0.027"], [1702466765, "0.027"], [1702466801, "0.027"], [1702466852, "0.027"], [1702466876, "0.027"], [1702466918, "0.027"], [1702466978, "0.027"], [1702467014, "0.027"], [1702467038, "0.027"], [1702467068, "0.027"], [1702467122, "0.027"], [1702467158, "0.027"], [1702467191, "0.027"], [1702467221, "0.027"], [1702467257, "0.027"], [1702467299, "0.027"], [1702467350, "0.027"], [1702467386, "0.027"], [1702467419, "0.027"], [1702467455, "0.027"], [1702467515, "0.027"], [1702467542, "0.027"], [1702467566, "0.027"], [1702467599, "0.027"], [1702467635, "0.027"], [1702467668, "0.027"], [1702467695, "0.027"], [1702467716, "0.027"], [1702467746, "0.027"], [1702467800, "0.027"], [1702467824, "0.027"], [1702467908, "0.027"], [1702467944, "0.027"], [1702467968, "0.027"], [1702468001, "0.027"], [1702468031, "0.027"], [1702468067, "0.027"], [1702468085, "0.027"], [1702468115, "0.027"], [1702468151, "0.027"], [1702468181, "0.027"], [1702468208, "0.027"], [1702468241, "0.027"], [1702468256, "0.027"], [1702468286, "0.027"], [1702468322, "0.027"], [1702468352, "0.027"], [1702468388, "0.027"], [1702468424, "0.027"], [1702468457, "0.027"], [1702468493, "0.027"], [1702468517, "0.027"], [1702468550, "0.027"], [1702468586, "0.027"], [1702468613, "0.027"], [1702468637, "0.027"], [1702468679, "0.027"], [1702468721, "0.027"], [1702468730, "0.027"], [1702468766, "0.027"], [1702468799, "0.027"], [1702468835, "0.027"], [1702468898, "0.027"], [1702468934, "0.027"], [1702468970, "0.027"], [1702468994, "0.027"], [1702469024, "0.033"], [1702469060, "0.033"], [1702469111, "0.033"], [1702469144, "0.033"], [1702469168, "0.033"], [1702469204, "0.033"], [1702469237, "0.033"], [1702469273, "0.033"], [1702469303, "0.033"], [1702469336, "0.033"], [1702469360, "0.033"], [1702469387, "0.033"], [1702469411, "0.033"], [1702469435, "0.033"], [1702469468, "0.033"], [1702469504, "0.033"], [1702469537, "0.033"], [1702469573, "0.033"], [1702469606, "0.033"], [1702469633, "0.033"], [1702469660, "0.033"], [1702469684, "0.033"], [1702469717, "0.033"], [1702469753, "0.033"], [1702469786, "0.033"], [1702469816, "0.033"], [1702469834, "0.033"], [1702469864, "0.033"], [1702469906, "0.033"], [1702469936, "0.033"], [1702469972, "0.033"], [1702470005, "0.033"], [1702470029, "0.033"], [1702470065, "0.033"], [1702470101, "0.033"], [1702470131, "0.033"], [1702470167, "0.033"], [1702470203, "0.033"], [1702470251, "0.033"], [1702470278, "0.033"], [1702470311, "0.033"], [1702470347, "0.033"], [1702470371, "0.033"], [1702470404, "0.033"], [1702470440, "0.033"], [1702470476, "0.033"], [1702470506, "0.033"], [1702470542, "0.033"], [1702470575, "0.033"], [1702470611, "0.033"], [1702470635, "0.033"], [1702470662, "0.033"], [1702470686, "0.033"], [1702470719, "0.033"], [1702470746, "0.033"], [1702470812, "0.033"], [1702470845, "0.033"], [1702470875, "0.033"], [1702470899, "0.033"], [1702470953, "0.033"], [1702470983, "0.033"], [1702471025, "0.033"], [1702471067, "0.033"], [1702471169, "0.033"], [1702471193, "0.033"], [1702471226, "0.033"], [1702471265, "0.033"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.015"], [1702466918, "0.015"], [1702466978, "0.015"], [1702467014, "0.015"], [1702467038, "0.015"], [1702467068, "0.015"], [1702467122, "0.015"], [1702467158, "0.015"], [1702467191, "0.015"], [1702467221, "0.015"], [1702467257, "0.015"], [1702467299, "0.015"], [1702467350, "0.015"], [1702467386, "0.015"], [1702467419, "0.015"], [1702467455, "0.015"], [1702467515, "0.015"], [1702467542, "0.015"], [1702467566, "0.015"], [1702467599, "0.015"], [1702467635, "0.015"], [1702467668, "0.015"], [1702467695, "0.015"], [1702467716, "0.015"], [1702467746, "0.015"], [1702467800, "0.015"], [1702467824, "0.015"], [1702467908, "0.015"], [1702467944, "0.015"], [1702467968, "0.015"], [1702468001, "0.015"], [1702468031, "0.015"], [1702468067, "0.015"], [1702468085, "0.015"], [1702468115, "0.015"], [1702468151, "0.015"], [1702468181, "0.015"], [1702468208, "0.015"], [1702468241, "0.015"], [1702468256, "0.015"], [1702468286, "0.015"], [1702468322, "0.015"], [1702468352, "0.015"], [1702468388, "0.015"], [1702468424, "0.015"], [1702468457, "0.015"], [1702468493, "0.015"], [1702468517, "0.015"], [1702468550, "0.015"], [1702468586, "0.015"], [1702468613, "0.015"], [1702468637, "0.015"], [1702468679, "0.015"], [1702468721, "0.015"], [1702468730, "0.015"], [1702468766, "0.015"], [1702468799, "0.015"], [1702468835, "0.015"], [1702468898, "0.015"], [1702468934, "0.015"], [1702468970, "0.015"], [1702468994, "0.015"], [1702469024, "0.015"], [1702469060, "0.015"], [1702469111, "0.015"], [1702469144, "0.015"], [1702469168, "0.015"], [1702469204, "0.015"], [1702469237, "0.015"], [1702469273, "0.015"], [1702469303, "0.015"], [1702469336, "0.015"], [1702469360, "0.015"], [1702469387, "0.015"], [1702469411, "0.015"], [1702469435, "0.015"], [1702469468, "0.015"], [1702469504, "0.015"], [1702469537, "0.015"], [1702469573, "0.015"], [1702469606, "0.015"], [1702469633, "0.015"], [1702469660, "0.015"], [1702469684, "0.015"], [1702469717, "0.015"], [1702469753, "0.015"], [1702469786, "0.015"], [1702469816, "0.015"], [1702469834, "0.015"], [1702469864, "0.015"], [1702469906, "0.015"], [1702469936, "0.015"], [1702469972, "0.015"], [1702470005, "0.015"], [1702470029, "0.015"], [1702470065, "0.015"], [1702470101, "0.015"], [1702470131, "0.015"], [1702470167, "0.015"], [1702470203, "0.015"], [1702470251, "0.015"], [1702470278, "0.015"], [1702470311, "0.015"], [1702470347, "0.015"], [1702470371, "0.015"], [1702470404, "0.015"], [1702470440, "0.015"], [1702470476, "0.015"], [1702470506, "0.015"], [1702470542, "0.015"], [1702470575, "0.015"], [1702470611, "0.015"], [1702470635, "0.015"], [1702470662, "0.015"], [1702470686, "0.015"], [1702470719, "0.015"], [1702470746, "0.015"], [1702470812, "0.015"], [1702470845, "0.015"], [1702470875, "0.015"], [1702470899, "0.015"], [1702470953, "0.015"], [1702470983, "0.015"], [1702471025, "0.015"], [1702471067, "0.015"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0.006"], [1702462721, "0.006"], [1702462736, "0.006"], [1702462751, "0.006"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.018"], [1702466918, "0.018"], [1702466978, "0.018"], [1702467014, "0.018"], [1702467038, "0.018"], [1702467068, "0.018"], [1702467122, "0.018"], [1702467158, "0.018"], [1702467191, "0.018"], [1702467221, "0.018"], [1702467257, "0.018"], [1702467299, "0.018"], [1702467350, "0.018"], [1702467386, "0.018"], [1702467419, "0.018"], [1702467455, "0.018"], [1702467515, "0.018"], [1702467542, "0.018"], [1702467566, "0.018"], [1702467599, "0.018"], [1702467635, "0.018"], [1702467668, "0.018"], [1702467695, "0.018"], [1702467716, "0.018"], [1702467746, "0.018"], [1702467800, "0.018"], [1702467824, "0.018"], [1702467908, "0.018"], [1702467944, "0.018"], [1702467968, "0.021"], [1702468001, "0.021"], [1702468031, "0.021"], [1702468067, "0.021"], [1702468085, "0.021"], [1702468115, "0.021"], [1702468151, "0.021"], [1702468181, "0.021"], [1702468208, "0.021"], [1702468241, "0.021"], [1702468256, "0.021"], [1702468286, "0.021"], [1702468322, "0.021"], [1702468352, "0.021"], [1702468388, "0.021"], [1702468424, "0.021"], [1702468457, "0.021"], [1702468493, "0.021"], [1702468517, "0.021"], [1702468550, "0.021"], [1702468586, "0.021"], [1702468613, "0.033"], [1702468637, "0.033"], [1702468679, "0.033"], [1702468721, "0.033"], [1702468730, "0.033"], [1702468766, "0.033"], [1702468799, "0.033"], [1702468835, "0.033"], [1702468898, "0.033"], [1702468934, "0.033"], [1702468970, "0.033"], [1702468994, "0.033"], [1702469024, "0.036"], [1702469060, "0.036"], [1702469111, "0.036"], [1702469144, "0.036"], [1702469168, "0.036"], [1702469204, "0.036"], [1702469237, "0.036"], [1702469273, "0.036"], [1702469303, "0.036"], [1702469336, "0.036"], [1702469360, "0.036"], [1702469387, "0.036"], [1702469411, "0.036"], [1702469435, "0.036"], [1702469468, "0.036"], [1702469504, "0.036"], [1702469537, "0.036"], [1702469573, "0.036"], [1702469606, "0.036"], [1702469633, "0.036"], [1702469660, "0.036"], [1702469684, "0.036"], [1702469717, "0.036"], [1702469753, "0.036"], [1702469786, "0.036"], [1702469816, "0.036"], [1702469834, "0.036"], [1702469864, "0.036"], [1702469906, "0.036"], [1702469936, "0.036"], [1702469972, "0.036"], [1702470005, "0.036"], [1702470029, "0.036"], [1702470065, "0.036"], [1702470101, "0.036"], [1702470131, "0.036"], [1702470167, "0.036"], [1702470203, "0.036"], [1702470251, "0.036"], [1702470278, "0.036"], [1702470311, "0.036"], [1702470347, "0.036"], [1702470371, "0.036"], [1702470404, "0.036"], [1702470440, "0.036"], [1702470476, "0.036"], [1702470506, "0.036"], [1702470542, "0.036"], [1702470575, "0.036"], [1702470611, "0.036"], [1702470635, "0.036"], [1702470662, "0.036"], [1702470686, "0.036"], [1702470719, "0.036"], [1702470746, "0.036"], [1702470812, "0.036"], [1702470845, "0.036"], [1702470875, "0.036"], [1702470899, "0.036"], [1702470953, "0.036"], [1702470983, "0.036"], [1702471025, "0.036"], [1702471067, "0.036"], [1702471169, "0.036"], [1702471193, "0.036"], [1702471226, "0.036"], [1702471265, "0.036"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "79.485"], [1702462721, "86.007"], [1702462736, "92.529"], [1702462751, "99.051"], [1702462763, "105.435"], [1702462793, "118.068"], [1702462808, "124.317"], [1702462829, "130.566"], [1702462844, "136.569"], [1702462865, "142.572"], [1702462880, "148.575"], [1702462904, "160.581"], [1702462919, "166.584"], [1702462952, "178.59"], [1702462973, "184.593"], [1702462988, "190.596"], [1702463045, "208.605"], [1702463081, "220.611"], [1702463114, "232.617"], [1702463150, "244.623"], [1702463186, "256.629"], [1702463216, "268.635"], [1702463240, "280.641"], [1702463273, "292.647"], [1702463324, "310.656"], [1702463354, "322.662"], [1702463381, "334.668"], [1702463417, "346.674"], [1702463453, "358.68"], [1702463477, "370.686"], [1702463510, "382.692"], [1702463537, "394.698"], [1702463570, "406.704"], [1702463591, "418.71"], [1702463621, "430.716"], [1702463657, "442.722"], [1702463693, "454.728"], [1702463729, "466.734"], [1702463765, "478.74"], [1702463798, "490.746"], [1702463846, "508.755"], [1702463873, "520.761"], [1702463906, "532.767"], [1702463948, "550.776"], [1702463984, "562.782"], [1702464014, "574.788"], [1702464050, "586.794"], [1702464086, "598.8"], [1702464122, "610.806"], [1702464155, "622.812"], [1702464194, "640.821"], [1702464230, "652.827"], [1702464263, "664.833"], [1702464299, "676.839"], [1702464332, "688.845"], [1702464356, "700.851"], [1702464392, "712.857"], [1702464425, "724.863"], [1702464455, "736.869"], [1702464479, "748.875"], [1702464509, "760.881"], [1702464533, "772.887"], [1702464569, "784.893"], [1702464605, "796.899"], [1702464635, "808.905"], [1702464671, "820.911"], [1702464716, "832.917"], [1702464743, "844.923"], [1702464776, "856.929"], [1702464812, "868.935"], [1702464836, "880.941"], [1702464869, "892.947"], [1702464905, "904.953"], [1702464926, "916.959"], [1702464956, "928.965"], [1702464992, "940.971"], [1702465016, "952.977"], [1702465049, "964.983"], [1702465085, "976.989"], [1702465118, "988.995"], [1702465145, "1001.001"], [1702465178, "1013.007"], [1702465208, "1025.013"], [1702465241, "1037.019"], [1702465298, "1055.028"], [1702465334, "1067.034"], [1702465367, "1079.04"], [1702465394, "1091.046"], [1702465418, "1103.052"], [1702465445, "1115.058"], [1702465481, "1127.064"], [1702465517, "1139.07"], [1702465550, "1151.076"], [1702465586, "1163.082"], [1702465619, "1175.088"], [1702465658, "1187.094"], [1702465706, "1199.1"], [1702465754, "1217.109"], [1702465787, "1229.115"], [1702465823, "1241.121"], [1702465856, "1253.127"], [1702465880, "1265.133"], [1702465910, "1277.139"], [1702465952, "1289.145"], [1702465988, "1301.151"], [1702466015, "1313.157"], [1702466030, "1325.163"], [1702466060, "1337.169"], [1702466078, "1349.175"], [1702466138, "1367.184"], [1702466168, "1379.19"], [1702466204, "1391.196"], [1702466237, "1403.202"], [1702466261, "1415.208"], [1702466291, "1427.214"], [1702466327, "1439.22"], [1702466360, "1451.226"], [1702466384, "1463.232"], [1702466417, "1475.238"], [1702466441, "1487.244"], [1702466471, "1499.25"], [1702466507, "1511.256"], [1702466540, "1523.262"], [1702466597, "1541.271"], [1702466633, "1553.277"], [1702466666, "1565.283"], [1702466705, "1577.289"], [1702466732, "1589.295"], [1702466765, "1601.301"], [1702466801, "1613.307"], [1702466852, "1631.316"], [1702466876, "1643.322"], [1702466918, "1655.328"], [1702466978, "1679.34"], [1702467014, "1691.346"], [1702467038, "1703.352"], [1702467068, "1715.358"], [1702467122, "1733.367"], [1702467158, "1745.373"], [1702467191, "1757.379"], [1702467221, "1769.385"], [1702467257, "1781.391"], [1702467299, "1793.397"], [1702467350, "1811.406"], [1702467386, "1823.412"], [1702467419, "1835.418"], [1702467455, "1847.424"], [1702467515, "1871.436"], [1702467542, "1883.442"], [1702467566, "1895.448"], [1702467599, "1907.454"], [1702467635, "1919.46"], [1702467668, "1931.466"], [1702467695, "1943.472"], [1702467716, "1955.478"], [1702467746, "1967.484"], [1702467800, "1985.493"], [1702467824, "1997.499"], [1702467908, "2027.514"], [1702467944, "2039.52"], [1702467968, "2051.526"], [1702468001, "2063.532"], [1702468031, "2075.538"], [1702468067, "2087.544"], [1702468085, "2099.55"], [1702468115, "2111.556"], [1702468151, "2123.562"], [1702468181, "2135.568"], [1702468208, "2147.574"], [1702468241, "2159.58"], [1702468256, "2171.586"], [1702468286, "2183.592"], [1702468322, "2195.598"], [1702468352, "2207.604"], [1702468388, "2219.61"], [1702468424, "2231.616"], [1702468457, "2243.622"], [1702468493, "2255.628"], [1702468517, "2267.634"], [1702468550, "2279.64"], [1702468586, "2291.646"], [1702468613, "2303.652"], [1702468637, "2315.658"], [1702468679, "2327.664"], [1702468721, "2339.67"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.003"], [1702462721, "0.003"], [1702462736, "0.003"], [1702462751, "0.003"], [1702462763, "0.003"], [1702462793, "0.003"], [1702462808, "0.003"], [1702462829, "0.003"], [1702462844, "0.003"], [1702462865, "0.003"], [1702462880, "0.003"], [1702462904, "0.003"], [1702462919, "0.003"], [1702462952, "0.003"], [1702462973, "0.003"], [1702462988, "0.003"], [1702463045, "0.003"], [1702463081, "0.003"], [1702463114, "0.003"], [1702463150, "0.003"], [1702463186, "0.003"], [1702463216, "0.003"], [1702463240, "0.003"], [1702463273, "0.003"], [1702463324, "0.003"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.003"], [1702463621, "0.003"], [1702463657, "0.003"], [1702463693, "0.003"], [1702463729, "0.003"], [1702463765, "0.003"], [1702463798, "0.003"], [1702463846, "0.003"], [1702463873, "0.003"], [1702463906, "0.003"], [1702463948, "0.003"], [1702463984, "0.003"], [1702464014, "0.003"], [1702464050, "0.003"], [1702464086, "0.003"], [1702464122, "0.003"], [1702464155, "0.003"], [1702464194, "0.003"], [1702464230, "0.003"], [1702464263, "0.003"], [1702464299, "0.003"], [1702464332, "0.003"], [1702464356, "0.003"], [1702464392, "0.003"], [1702464425, "0.003"], [1702464455, "0.003"], [1702464479, "0.003"], [1702464509, "0.003"], [1702464533, "0.003"], [1702464569, "0.003"], [1702464605, "0.003"], [1702464635, "0.003"], [1702464671, "0.003"], [1702464716, "0.003"], [1702464743, "0.003"], [1702464776, "0.003"], [1702464812, "0.003"], [1702464836, "0.003"], [1702464869, "0.003"], [1702464905, "0.003"], [1702464926, "0.003"], [1702464956, "0.003"], [1702464992, "0.003"], [1702465016, "0.003"], [1702465049, "0.003"], [1702465085, "0.003"], [1702465118, "0.003"], [1702465145, "0.003"], [1702465178, "0.003"], [1702465208, "0.003"], [1702465241, "0.003"], [1702465298, "0.003"], [1702465334, "0.003"], [1702465367, "0.003"], [1702465394, "0.003"], [1702465418, "0.003"], [1702465445, "0.003"], [1702465481, "0.003"], [1702465517, "0.003"], [1702465550, "0.003"], [1702465586, "0.003"], [1702465619, "0.003"], [1702465658, "0.003"], [1702465706, "0.003"], [1702465754, "0.003"], [1702465787, "0.003"], [1702465823, "0.003"], [1702465856, "0.003"], [1702465880, "0.003"], [1702465910, "0.003"], [1702465952, "0.003"], [1702465988, "0.003"], [1702466015, "0.003"], [1702466030, "0.003"], [1702466060, "0.003"], [1702466078, "0.003"], [1702466138, "0.003"], [1702466168, "0.003"], [1702466204, "0.003"], [1702466237, "0.003"], [1702466261, "0.003"], [1702466291, "0.003"], [1702466327, "0.003"], [1702466360, "0.003"], [1702466384, "0.003"], [1702466417, "0.003"], [1702466441, "0.003"], [1702466471, "0.003"], [1702466507, "0.003"], [1702466540, "0.003"], [1702466597, "0.003"], [1702466633, "0.003"], [1702466666, "0.003"], [1702466705, "0.003"], [1702466732, "0.003"], [1702466765, "0.003"], [1702466801, "0.003"], [1702466852, "0.003"], [1702466876, "0.003"], [1702466918, "0.003"], [1702466978, "0.003"], [1702467014, "0.003"], [1702467038, "0.003"], [1702467068, "0.003"], [1702467122, "0.003"], [1702467158, "0.003"], [1702467191, "0.003"], [1702467221, "0.003"], [1702467257, "0.003"], [1702467299, "0.003"], [1702467350, "0.003"], [1702467386, "0.003"], [1702467419, "0.003"], [1702467455, "0.003"], [1702467515, "0.003"], [1702467542, "0.003"], [1702467566, "0.003"], [1702467599, "0.003"], [1702467635, "0.003"], [1702467668, "0.003"], [1702467695, "0.003"], [1702467716, "0.003"], [1702467746, "0.003"], [1702467800, "0.003"], [1702467824, "0.003"], [1702467908, "0.003"], [1702467944, "0.003"], [1702467968, "0.003"], [1702468001, "0.003"], [1702468031, "0.003"], [1702468067, "0.003"], [1702468085, "0.003"], [1702468115, "0.003"], [1702468151, "0.003"], [1702468181, "0.003"], [1702468208, "0.003"], [1702468241, "0.003"], [1702468256, "0.003"], [1702468286, "0.003"], [1702468322, "0.003"], [1702468352, "0.003"], [1702468388, "0.003"], [1702468424, "0.003"], [1702468457, "0.003"], [1702468493, "0.003"], [1702468517, "0.003"], [1702468550, "0.003"], [1702468586, "0.003"], [1702468613, "0.003"], [1702468637, "0.003"], [1702468679, "0.003"], [1702468721, "0.003"], [1702468730, "0.003"], [1702468766, "0.003"], [1702468799, "0.003"], [1702468835, "0.003"], [1702468898, "0.003"], [1702468934, "0.003"], [1702468970, "0.003"], [1702468994, "0.003"], [1702469024, "0.003"], [1702469060, "0.003"], [1702469111, "0.003"], [1702469144, "0.003"], [1702469168, "0.003"], [1702469204, "0.003"], [1702469237, "0.003"], [1702469273, "0.003"], [1702469303, "0.003"], [1702469336, "0.003"], [1702469360, "0.003"], [1702469387, "0.003"], [1702469411, "0.003"], [1702469435, "0.003"], [1702469468, "0.003"], [1702469504, "0.003"], [1702469537, "0.003"], [1702469573, "0.003"], [1702469606, "0.003"], [1702469633, "0.003"], [1702469660, "0.003"], [1702469684, "0.003"], [1702469717, "0.003"], [1702469753, "0.003"], [1702469786, "0.003"], [1702469816, "0.003"], [1702469834, "0.003"], [1702469864, "0.003"], [1702469906, "0.003"], [1702469936, "0.003"], [1702469972, "0.003"], [1702470005, "0.003"], [1702470029, "0.003"], [1702470065, "0.003"], [1702470101, "0.003"], [1702470131, "0.003"], [1702470167, "0.003"], [1702470203, "0.003"], [1702470251, "0.003"], [1702470278, "0.003"], [1702470311, "0.003"], [1702470347, "0.003"], [1702470371, "0.003"], [1702470404, "0.003"], [1702470440, "0.003"], [1702470476, "0.003"], [1702470506, "0.003"], [1702470542, "0.003"], [1702470575, "0.003"], [1702470611, "0.003"], [1702470635, "0.003"], [1702470662, "0.003"], [1702470686, "0.003"], [1702470719, "0.003"], [1702470746, "0.003"], [1702470812, "0.003"], [1702470845, "0.003"], [1702470875, "0.003"], [1702470899, "0.003"], [1702470953, "0.003"], [1702470983, "0.003"], [1702471025, "0.003"], [1702471067, "0.003"], [1702471169, "0.003"], [1702471193, "0.003"], [1702471226, "0.003"], [1702471265, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.939"], [1702462721, "0.939"], [1702462736, "0.939"], [1702462751, "0.939"], [1702462763, "1.395"], [1702462793, "1.395"], [1702462808, "1.395"], [1702462829, "1.395"], [1702462844, "1.395"], [1702462865, "1.395"], [1702462880, "1.395"], [1702462904, "1.395"], [1702462919, "1.395"], [1702462952, "1.395"], [1702462973, "1.395"], [1702462988, "1.395"], [1702463045, "1.395"], [1702463081, "1.395"], [1702463114, "1.395"], [1702463150, "1.395"], [1702463186, "1.395"], [1702463216, "1.395"], [1702463240, "1.395"], [1702463273, "1.395"], [1702463324, "1.395"], [1702463354, "1.395"], [1702463381, "1.395"], [1702463417, "1.395"], [1702463453, "1.395"], [1702463477, "1.395"], [1702463510, "1.395"], [1702463537, "1.395"], [1702463570, "1.395"], [1702463591, "1.395"], [1702463621, "1.395"], [1702463657, "1.395"], [1702463693, "1.395"], [1702463729, "1.395"], [1702463765, "1.395"], [1702463798, "1.395"], [1702463846, "1.395"], [1702463873, "1.395"], [1702463906, "1.395"], [1702463948, "1.395"], [1702463984, "1.395"], [1702464014, "1.395"], [1702464050, "1.395"], [1702464086, "1.395"], [1702464122, "1.395"], [1702464155, "1.395"], [1702464194, "1.395"], [1702464230, "1.395"], [1702464263, "1.395"], [1702464299, "1.395"], [1702464332, "1.395"], [1702464356, "1.395"], [1702464392, "1.395"], [1702464425, "1.395"], [1702464455, "1.395"], [1702464479, "1.395"], [1702464509, "1.395"], [1702464533, "1.395"], [1702464569, "1.395"], [1702464605, "1.395"], [1702464635, "1.395"], [1702464671, "1.395"], [1702464716, "1.395"], [1702464743, "1.395"], [1702464776, "1.395"], [1702464812, "1.395"], [1702464836, "1.395"], [1702464869, "1.395"], [1702464905, "1.395"], [1702464926, "1.395"], [1702464956, "1.395"], [1702464992, "1.395"], [1702465016, "1.395"], [1702465049, "1.395"], [1702465085, "1.395"], [1702465118, "1.503"], [1702465145, "1.503"], [1702465178, "1.503"], [1702465208, "1.503"], [1702465241, "1.503"], [1702465298, "1.503"], [1702465334, "1.503"], [1702465367, "1.503"], [1702465394, "1.503"], [1702465418, "1.503"], [1702465445, "1.503"], [1702465481, "1.503"], [1702465517, "1.503"], [1702465550, "1.503"], [1702465586, "1.503"], [1702465619, "1.503"], [1702465658, "1.503"], [1702465706, "1.503"], [1702465754, "1.503"], [1702465787, "1.503"], [1702465823, "1.503"], [1702465856, "1.503"], [1702465880, "1.503"], [1702465910, "1.503"], [1702465952, "1.503"], [1702465988, "1.503"], [1702466015, "1.503"], [1702466030, "1.503"], [1702466060, "1.503"], [1702466078, "1.503"], [1702466138, "1.503"], [1702466168, "1.503"], [1702466204, "1.503"], [1702466237, "1.503"], [1702466261, "1.503"], [1702466291, "1.503"], [1702466327, "1.503"], [1702466360, "1.503"], [1702466384, "1.503"], [1702466417, "1.503"], [1702466441, "1.503"], [1702466471, "1.503"], [1702466507, "1.503"], [1702466540, "1.503"], [1702466597, "1.503"], [1702466633, "1.503"], [1702466666, "1.503"], [1702466705, "1.503"], [1702466732, "1.503"], [1702466765, "1.503"], [1702466801, "1.503"], [1702466852, "1.503"], [1702466876, "1.818"], [1702466918, "1.818"], [1702466978, "1.818"], [1702467014, "1.818"], [1702467038, "1.818"], [1702467068, "1.818"], [1702467122, "1.818"], [1702467158, "1.818"], [1702467191, "1.818"], [1702467221, "1.818"], [1702467257, "1.818"], [1702467299, "1.818"], [1702467350, "1.818"], [1702467386, "1.818"], [1702467419, "1.818"], [1702467455, "1.818"], [1702467515, "1.818"], [1702467542, "1.818"], [1702467566, "1.818"], [1702467599, "1.818"], [1702467635, "1.818"], [1702467668, "1.818"], [1702467695, "1.818"], [1702467716, "1.818"], [1702467746, "1.818"], [1702467800, "1.818"], [1702467824, "1.818"], [1702467908, "1.818"], [1702467944, "1.818"], [1702467968, "2.007"], [1702468001, "2.007"], [1702468031, "2.007"], [1702468067, "2.007"], [1702468085, "2.007"], [1702468115, "2.007"], [1702468151, "2.007"], [1702468181, "2.007"], [1702468208, "2.007"], [1702468241, "2.007"], [1702468256, "2.007"], [1702468286, "2.007"], [1702468322, "2.007"], [1702468352, "2.007"], [1702468388, "2.007"], [1702468424, "2.007"], [1702468457, "2.007"], [1702468493, "2.007"], [1702468517, "2.007"], [1702468550, "2.007"], [1702468586, "2.007"], [1702468613, "2.175"], [1702468637, "2.175"], [1702468679, "2.175"], [1702468721, "2.175"], [1702468730, "2.175"], [1702468766, "2.175"], [1702468799, "2.175"], [1702468835, "2.175"], [1702468898, "2.175"], [1702468934, "2.175"], [1702468970, "2.175"], [1702468994, "2.175"], [1702469024, "2.493"], [1702469060, "2.493"], [1702469111, "2.493"], [1702469144, "2.493"], [1702469168, "2.493"], [1702469204, "2.493"], [1702469237, "2.493"], [1702469273, "2.493"], [1702469303, "2.493"], [1702469336, "2.493"], [1702469360, "2.493"], [1702469387, "2.493"], [1702469411, "2.493"], [1702469435, "2.493"], [1702469468, "2.493"], [1702469504, "2.493"], [1702469537, "2.493"], [1702469573, "2.493"], [1702469606, "2.493"], [1702469633, "2.493"], [1702469660, "2.493"], [1702469684, "2.493"], [1702469717, "2.493"], [1702469753, "2.493"], [1702469786, "2.493"], [1702469816, "2.493"], [1702469834, "2.493"], [1702469864, "2.493"], [1702469906, "2.493"], [1702469936, "2.493"], [1702469972, "2.493"], [1702470005, "2.493"], [1702470029, "2.493"], [1702470065, "2.493"], [1702470101, "2.493"], [1702470131, "2.493"], [1702470167, "2.493"], [1702470203, "2.493"], [1702470251, "2.493"], [1702470278, "2.493"], [1702470311, "2.493"], [1702470347, "2.493"], [1702470371, "2.493"], [1702470404, "2.493"], [1702470440, "2.493"], [1702470476, "2.493"], [1702470506, "2.493"], [1702470542, "2.493"], [1702470575, "2.493"], [1702470611, "2.493"], [1702470635, "2.493"], [1702470662, "2.493"], [1702470686, "2.493"], [1702470719, "2.493"], [1702470746, "2.493"], [1702470812, "2.493"], [1702470845, "2.493"], [1702470875, "2.493"], [1702470899, "2.493"], [1702470953, "2.493"], [1702470983, "2.493"], [1702471025, "2.493"], [1702471067, "2.493"], [1702471169, "2.493"], [1702471193, "2.493"], [1702471226, "2.493"], [1702471265, "2.493"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0.045"], [1702462721, "0.045"], [1702462736, "0.045"], [1702462751, "0.045"], [1702462763, "0.054"], [1702462793, "0.054"], [1702462808, "0.054"], [1702462829, "0.054"], [1702462844, "0.054"], [1702462865, "0.054"], [1702462880, "0.054"], [1702462904, "0.054"], [1702462919, "0.054"], [1702462952, "0.054"], [1702462973, "0.054"], [1702462988, "0.054"], [1702463045, "0.054"], [1702463081, "0.054"], [1702463114, "0.054"], [1702463150, "0.054"], [1702463186, "0.054"], [1702463216, "0.054"], [1702463240, "0.054"], [1702463273, "0.054"], [1702463324, "0.054"], [1702463354, "0.054"], [1702463381, "0.054"], [1702463417, "0.054"], [1702463453, "0.054"], [1702463477, "0.054"], [1702463510, "0.054"], [1702463537, "0.054"], [1702463570, "0.054"], [1702463591, "0.054"], [1702463621, "0.054"], [1702463657, "0.054"], [1702463693, "0.054"], [1702463729, "0.054"], [1702463765, "0.054"], [1702463798, "0.054"], [1702463846, "0.054"], [1702463873, "0.054"], [1702463906, "0.054"], [1702463948, "0.054"], [1702463984, "0.054"], [1702464014, "0.054"], [1702464050, "0.054"], [1702464086, "0.054"], [1702464122, "0.054"], [1702464155, "0.054"], [1702464194, "0.054"], [1702464230, "0.054"], [1702464263, "0.054"], [1702464299, "0.054"], [1702464332, "0.054"], [1702464356, "0.054"], [1702464392, "0.054"], [1702464425, "0.054"], [1702464455, "0.054"], [1702464479, "0.054"], [1702464509, "0.054"], [1702464533, "0.054"], [1702464569, "0.054"], [1702464605, "0.054"], [1702464635, "0.054"], [1702464671, "0.054"], [1702464716, "0.054"], [1702464743, "0.054"], [1702464776, "0.054"], [1702464812, "0.054"], [1702464836, "0.054"], [1702464869, "0.054"], [1702464905, "0.054"], [1702464926, "0.054"], [1702464956, "0.054"], [1702464992, "0.054"], [1702465016, "0.054"], [1702465049, "0.054"], [1702465085, "0.054"], [1702465118, "0.054"], [1702465145, "0.054"], [1702465178, "0.054"], [1702465208, "0.054"], [1702465241, "0.054"], [1702465298, "0.054"], [1702465334, "0.054"], [1702465367, "0.054"], [1702465394, "0.054"], [1702465418, "0.054"], [1702465445, "0.054"], [1702465481, "0.054"], [1702465517, "0.054"], [1702465550, "0.054"], [1702465586, "0.054"], [1702465619, "0.054"], [1702465658, "0.054"], [1702465706, "0.054"], [1702465754, "0.054"], [1702465787, "0.054"], [1702465823, "0.054"], [1702465856, "0.054"], [1702465880, "0.054"], [1702465910, "0.054"], [1702465952, "0.054"], [1702465988, "0.054"], [1702466015, "0.054"], [1702466030, "0.054"], [1702466060, "0.054"], [1702466078, "0.054"], [1702466138, "0.054"], [1702466168, "0.054"], [1702466204, "0.054"], [1702466237, "0.054"], [1702466261, "0.054"], [1702466291, "0.054"], [1702466327, "0.054"], [1702466360, "0.054"], [1702466384, "0.054"], [1702466417, "0.054"], [1702466441, "0.054"], [1702466471, "0.054"], [1702466507, "0.054"], [1702466540, "0.054"], [1702466597, "0.054"], [1702466633, "0.054"], [1702466666, "0.054"], [1702466705, "0.054"], [1702466732, "0.054"], [1702466765, "0.054"], [1702466801, "0.054"], [1702466852, "0.054"], [1702466876, "0.09"], [1702466918, "0.09"], [1702466978, "0.09"], [1702467014, "0.09"], [1702467038, "0.09"], [1702467068, "0.09"], [1702467122, "0.09"], [1702467158, "0.09"], [1702467191, "0.09"], [1702467221, "0.09"], [1702467257, "0.09"], [1702467299, "0.09"], [1702467350, "0.09"], [1702467386, "0.09"], [1702467419, "0.09"], [1702467455, "0.09"], [1702467515, "0.09"], [1702467542, "0.09"], [1702467566, "0.09"], [1702467599, "0.09"], [1702467635, "0.09"], [1702467668, "0.09"], [1702467695, "0.09"], [1702467716, "0.09"], [1702467746, "0.09"], [1702467800, "0.09"], [1702467824, "0.09"], [1702467908, "0.09"], [1702467944, "0.09"], [1702467968, "0.093"], [1702468001, "0.093"], [1702468031, "0.093"], [1702468067, "0.093"], [1702468085, "0.093"], [1702468115, "0.093"], [1702468151, "0.093"], [1702468181, "0.093"], [1702468208, "0.093"], [1702468241, "0.093"], [1702468256, "0.093"], [1702468286, "0.093"], [1702468322, "0.093"], [1702468352, "0.093"], [1702468388, "0.093"], [1702468424, "0.093"], [1702468457, "0.093"], [1702468493, "0.093"], [1702468517, "0.093"], [1702468550, "0.093"], [1702468586, "0.093"], [1702468613, "0.105"], [1702468637, "0.105"], [1702468679, "0.105"], [1702468721, "0.105"], [1702468730, "0.105"], [1702468766, "0.105"], [1702468799, "0.105"], [1702468835, "0.105"], [1702468898, "0.105"], [1702468934, "0.105"], [1702468970, "0.105"], [1702468994, "0.105"], [1702469024, "0.126"], [1702469060, "0.126"], [1702469111, "0.126"], [1702469144, "0.126"], [1702469168, "0.126"], [1702469204, "0.126"], [1702469237, "0.126"], [1702469273, "0.126"], [1702469303, "0.126"], [1702469336, "0.126"], [1702469360, "0.126"], [1702469387, "0.126"], [1702469411, "0.126"], [1702469435, "0.126"], [1702469468, "0.126"], [1702469504, "0.126"], [1702469537, "0.126"], [1702469573, "0.126"], [1702469606, "0.126"], [1702469633, "0.126"], [1702469660, "0.126"], [1702469684, "0.126"], [1702469717, "0.126"], [1702469753, "0.126"], [1702469786, "0.126"], [1702469816, "0.126"], [1702469834, "0.126"], [1702469864, "0.126"], [1702469906, "0.126"], [1702469936, "0.126"], [1702469972, "0.126"], [1702470005, "0.126"], [1702470029, "0.126"], [1702470065, "0.126"], [1702470101, "0.126"], [1702470131, "0.126"], [1702470167, "0.126"], [1702470203, "0.126"], [1702470251, "0.126"], [1702470278, "0.126"], [1702470311, "0.126"], [1702470347, "0.126"], [1702470371, "0.126"], [1702470404, "0.126"], [1702470440, "0.126"], [1702470476, "0.126"], [1702470506, "0.126"], [1702470542, "0.126"], [1702470575, "0.126"], [1702470611, "0.126"], [1702470635, "0.126"], [1702470662, "0.126"], [1702470686, "0.126"], [1702470719, "0.126"], [1702470746, "0.126"], [1702470812, "0.126"], [1702470845, "0.126"], [1702470875, "0.126"], [1702470899, "0.126"], [1702470953, "0.126"], [1702470983, "0.126"], [1702471025, "0.126"], [1702471067, "0.126"], [1702471169, "0.126"], [1702471193, "0.126"], [1702471226, "0.126"], [1702471265, "0.126"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "26.232"], [1702462763, "32.616"], [1702462793, "45.249"], [1702462808, "51.498"], [1702462829, "57.747"], [1702462844, "63.75"], [1702462865, "69.753"], [1702462880, "75.756"], [1702462904, "87.762"], [1702462919, "93.765"], [1702462952, "105.771"], [1702462973, "111.774"], [1702462988, "117.777"], [1702463045, "135.786"], [1702463081, "147.792"], [1702463114, "159.798"], [1702463150, "171.804"], [1702463186, "183.81"], [1702463216, "195.816"], [1702463240, "207.822"], [1702463273, "219.828"], [1702463324, "237.837"], [1702463354, "249.843"], [1702463381, "261.849"], [1702463417, "273.855"], [1702463453, "285.861"], [1702463477, "297.867"], [1702463510, "309.873"], [1702463537, "321.879"], [1702463570, "333.885"], [1702463591, "345.891"], [1702463621, "357.897"], [1702463657, "369.903"], [1702463693, "381.909"], [1702463729, "393.915"], [1702463765, "405.921"], [1702463798, "417.927"], [1702463846, "435.936"], [1702463873, "447.942"], [1702463906, "459.948"], [1702463948, "477.957"], [1702463984, "489.963"], [1702464014, "501.969"], [1702464050, "513.975"], [1702464086, "525.981"], [1702464122, "537.987"], [1702464155, "549.993"], [1702464194, "568.002"], [1702464230, "580.008"], [1702464263, "592.014"], [1702464299, "604.02"], [1702464332, "616.026"], [1702464356, "628.032"], [1702464392, "640.038"], [1702464425, "652.044"], [1702464455, "664.05"], [1702464479, "676.056"], [1702464509, "688.062"], [1702464533, "700.068"], [1702464569, "712.074"], [1702464605, "724.08"], [1702464635, "736.086"], [1702464671, "748.092"], [1702464716, "760.098"], [1702464743, "772.104"], [1702464776, "784.11"], [1702464812, "796.116"], [1702464836, "808.122"], [1702464869, "820.128"], [1702464905, "832.134"], [1702464926, "844.14"], [1702464956, "856.146"], [1702464992, "868.152"], [1702465016, "880.158"], [1702465049, "892.164"], [1702465085, "904.17"], [1702465118, "916.176"], [1702465145, "928.182"], [1702465178, "940.188"], [1702465208, "952.194"], [1702465241, "964.2"], [1702465298, "982.209"], [1702465334, "994.215"], [1702465367, "1006.221"], [1702465394, "1018.227"], [1702465418, "1030.233"], [1702465445, "1042.239"], [1702465481, "1054.245"], [1702465517, "1066.251"], [1702465550, "1078.257"], [1702465586, "1090.263"], [1702465619, "1102.269"], [1702465658, "1114.275"], [1702465706, "1126.281"], [1702465754, "1144.29"], [1702465787, "1156.296"], [1702465823, "1168.302"], [1702465856, "1180.308"], [1702465880, "1192.314"], [1702465910, "1204.32"], [1702465952, "1216.326"], [1702465988, "1228.332"], [1702466015, "1240.338"], [1702466030, "1252.344"], [1702466060, "1264.35"], [1702466078, "1276.356"], [1702466138, "1294.365"], [1702466168, "1306.371"], [1702466204, "1318.377"], [1702466237, "1330.383"], [1702466261, "1342.389"], [1702466291, "1354.395"], [1702466327, "1366.401"], [1702466360, "1378.407"], [1702466384, "1390.413"], [1702466417, "1402.419"], [1702466441, "1414.425"], [1702466471, "1426.431"], [1702466507, "1438.437"], [1702466540, "1450.443"], [1702466597, "1468.452"], [1702466633, "1480.458"], [1702466666, "1492.464"], [1702466705, "1504.47"], [1702466732, "1516.476"], [1702466765, "1528.482"], [1702466801, "1540.488"], [1702466852, "1558.497"], [1702466876, "1570.503"], [1702466918, "1582.509"], [1702466978, "1606.521"], [1702467014, "1618.527"], [1702467038, "1630.533"], [1702467068, "1642.539"], [1702467122, "1660.548"], [1702467158, "1672.554"], [1702467191, "1684.56"], [1702467221, "1696.566"], [1702467257, "1708.572"], [1702467299, "1720.578"], [1702467350, "1738.587"], [1702467386, "1750.593"], [1702467419, "1762.599"], [1702467455, "1774.605"], [1702467515, "1798.617"], [1702467542, "1810.623"], [1702467566, "1822.629"], [1702467599, "1834.635"], [1702467635, "1846.641"], [1702467668, "1858.647"], [1702467695, "1870.653"], [1702467716, "1882.659"], [1702467746, "1894.665"], [1702467800, "1912.674"], [1702467824, "1924.68"], [1702467908, "1954.695"], [1702467944, "1966.701"], [1702467968, "1978.707"], [1702468001, "1990.713"], [1702468031, "2002.719"], [1702468067, "2014.725"], [1702468085, "2026.731"], [1702468115, "2038.737"], [1702468151, "2050.743"], [1702468181, "2062.749"], [1702468208, "2074.755"], [1702468241, "2086.761"], [1702468256, "2098.767"], [1702468286, "2110.773"], [1702468322, "2122.779"], [1702468352, "2134.785"], [1702468388, "2146.791"], [1702468424, "2158.797"], [1702468457, "2170.803"], [1702468493, "2182.809"], [1702468517, "2194.815"], [1702468550, "2206.821"], [1702468586, "2218.827"], [1702468613, "2230.833"], [1702468637, "2242.839"], [1702468679, "2254.845"], [1702468721, "2266.851"], [1702468730, "2272.854"], [1702468766, "2284.86"], [1702468799, "2296.866"], [1702468835, "2308.872"], [1702468898, "2326.881"], [1702468934, "2338.887"], [1702468970, "2350.893"], [1702468994, "2362.899"], [1702469024, "2374.905"], [1702469060, "2386.911"], [1702469111, "2404.92"], [1702469144, "2416.926"], [1702469168, "2428.932"], [1702469204, "2440.938"], [1702469237, "2452.944"], [1702469273, "2464.95"], [1702469303, "2476.956"], [1702469336, "2488.962"], [1702469360, "2500.968"], [1702469387, "2512.974"], [1702469411, "2524.98"], [1702469435, "2536.986"], [1702469468, "2548.992"], [1702469504, "2560.998"], [1702469537, "2573.004"], [1702469573, "2585.01"], [1702469606, "2597.016"], [1702469633, "2609.022"], [1702469660, "2621.028"], [1702469684, "2633.034"], [1702469717, "2645.04"], [1702469753, "2657.046"], [1702469786, "2669.052"], [1702469816, "2681.058"], [1702469834, "2693.064"], [1702469864, "2705.07"], [1702469906, "2723.079"], [1702469936, "2735.085"], [1702469972, "2747.091"], [1702470005, "2759.097"], [1702470029, "2771.103"], [1702470065, "2783.109"], [1702470101, "2795.115"], [1702470131, "2807.121"], [1702470167, "2819.127"], [1702470203, "2831.133"], [1702470251, "2849.142"], [1702470278, "2861.148"], [1702470311, "2873.154"], [1702470347, "2885.16"], [1702470371, "2897.166"], [1702470404, "2909.172"], [1702470440, "2921.178"], [1702470476, "2933.184"], [1702470506, "2945.19"], [1702470542, "2957.196"], [1702470575, "2969.202"], [1702470611, "2981.208"], [1702470635, "2993.214"], [1702470662, "3005.22"], [1702470686, "3017.226"], [1702470719, "3029.232"], [1702470746, "3041.238"], [1702470812, "3065.25"], [1702470845, "3077.256"], [1702470875, "3089.262"], [1702470899, "3101.268"], [1702470953, "3119.277"], [1702470983, "3131.283"], [1702471025, "3143.289"], [1702471067, "3161.298"], [1702471169, "3191.313"], [1702471193, "3203.319"], [1702471226, "3215.325"], [1702471265, "3227.331"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6.666"], [1702462721, "13.188"], [1702462736, "19.71"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "54.027"], [1702462988, "60.03"], [1702463045, "78.039"], [1702463081, "90.045"], [1702463114, "102.051"], [1702463150, "114.057"], [1702463186, "126.063"], [1702463216, "138.069"], [1702463240, "150.075"], [1702463273, "162.081"], [1702463324, "180.09"], [1702463354, "192.096"], [1702463381, "204.102"], [1702463417, "216.108"], [1702463453, "228.114"], [1702463477, "240.12"], [1702463510, "252.126"], [1702463537, "264.132"], [1702463570, "276.138"], [1702463591, "288.144"], [1702463621, "300.15"], [1702463657, "312.156"], [1702463693, "324.162"], [1702463729, "336.168"], [1702463765, "348.174"], [1702463798, "360.18"], [1702463846, "378.189"], [1702463873, "390.195"], [1702463906, "402.201"], [1702463948, "420.21"], [1702463984, "432.216"], [1702464014, "444.222"], [1702464050, "456.228"], [1702464086, "468.234"], [1702464122, "480.24"], [1702464155, "492.246"], [1702464194, "510.255"], [1702464230, "522.261"], [1702464263, "534.267"], [1702464299, "546.273"], [1702464332, "558.279"], [1702464356, "570.285"], [1702464392, "582.291"], [1702464425, "594.297"], [1702464455, "606.303"], [1702464479, "618.309"], [1702464509, "630.315"], [1702464533, "642.321"], [1702464569, "654.327"], [1702464605, "666.333"], [1702464635, "678.339"], [1702464671, "690.345"], [1702464716, "702.351"], [1702464743, "714.357"], [1702464776, "726.363"], [1702464812, "738.369"], [1702464836, "750.375"], [1702464869, "762.381"], [1702464905, "774.387"], [1702464926, "786.393"], [1702464956, "798.399"], [1702464992, "810.405"], [1702465016, "822.411"], [1702465049, "834.417"], [1702465085, "846.423"], [1702465118, "858.429"], [1702465145, "870.435"], [1702465178, "882.441"], [1702465208, "894.447"], [1702465241, "906.453"], [1702465298, "924.462"], [1702465334, "936.468"], [1702465367, "948.474"], [1702465394, "960.48"], [1702465418, "972.486"], [1702465445, "984.492"], [1702465481, "996.498"], [1702465517, "1008.504"], [1702465550, "1020.51"], [1702465586, "1032.516"], [1702465619, "1044.522"], [1702465658, "1056.528"], [1702465706, "1068.534"], [1702465754, "1086.543"], [1702465787, "1098.549"], [1702465823, "1110.555"], [1702465856, "1122.561"], [1702465880, "1134.567"], [1702465910, "1146.573"], [1702465952, "1158.579"], [1702465988, "1170.585"], [1702466015, "1182.591"], [1702466030, "1194.597"], [1702466060, "1206.603"], [1702466078, "1218.609"], [1702466138, "1236.618"], [1702466168, "1248.624"], [1702466204, "1260.63"], [1702466237, "1272.636"], [1702466261, "1284.642"], [1702466291, "1296.648"], [1702466327, "1308.654"], [1702466360, "1320.66"], [1702466384, "1332.666"], [1702466417, "1344.672"], [1702466441, "1356.678"], [1702466471, "1368.684"], [1702466507, "1380.69"], [1702466540, "1392.696"], [1702466597, "1410.705"], [1702466633, "1422.711"], [1702466666, "1434.717"], [1702466705, "1446.723"], [1702466732, "1458.729"], [1702466765, "1470.735"], [1702466801, "1482.741"], [1702466852, "1500.75"], [1702466876, "1512.756"], [1702466918, "1524.762"], [1702466978, "1548.774"], [1702467014, "1560.78"], [1702467038, "1572.786"], [1702467068, "1584.792"], [1702467122, "1602.801"], [1702467158, "1614.807"], [1702467191, "1626.813"], [1702467221, "1638.819"], [1702467257, "1650.825"], [1702467299, "1662.831"], [1702467350, "1680.84"], [1702467386, "1692.846"], [1702467419, "1704.852"], [1702467455, "1716.858"], [1702467515, "1740.87"], [1702467542, "1752.876"], [1702467566, "1764.882"], [1702467599, "1776.888"], [1702467635, "1788.894"], [1702467668, "1800.9"], [1702467695, "1812.906"], [1702467716, "1824.912"], [1702467746, "1836.918"], [1702467800, "1854.927"], [1702467824, "1866.933"], [1702467908, "1896.948"], [1702467944, "1908.954"], [1702467968, "1920.96"], [1702468001, "1932.966"], [1702468031, "1944.972"], [1702468067, "1956.978"], [1702468085, "1968.984"], [1702468115, "1980.99"], [1702468151, "1992.996"], [1702468181, "2005.002"], [1702468208, "2017.008"], [1702468241, "2029.014"], [1702468256, "2041.02"], [1702468286, "2053.026"], [1702468322, "2065.032"], [1702468352, "2077.038"], [1702468388, "2089.044"], [1702468424, "2101.05"], [1702468457, "2113.056"], [1702468493, "2125.062"], [1702468517, "2137.068"], [1702468550, "2149.074"], [1702468586, "2161.08"], [1702468613, "2173.086"], [1702468637, "2185.092"], [1702468679, "2197.098"], [1702468721, "2209.104"], [1702468730, "2215.107"], [1702468766, "2227.113"], [1702468799, "2239.119"], [1702468835, "2251.125"], [1702468898, "2269.134"], [1702468934, "2281.14"], [1702468970, "2293.146"], [1702468994, "2305.152"], [1702469024, "2317.158"], [1702469060, "2329.164"], [1702469111, "2347.173"], [1702469144, "2359.179"], [1702469168, "2371.185"], [1702469204, "2383.191"], [1702469237, "2395.197"], [1702469273, "2407.203"], [1702469303, "2419.209"], [1702469336, "2431.215"], [1702469360, "2443.221"], [1702469387, "2455.227"], [1702469411, "2467.233"], [1702469435, "2479.239"], [1702469468, "2491.245"], [1702469504, "2503.251"], [1702469537, "2515.257"], [1702469573, "2527.263"], [1702469606, "2539.269"], [1702469633, "2551.275"], [1702469660, "2563.281"], [1702469684, "2575.287"], [1702469717, "2587.293"], [1702469753, "2599.299"], [1702469786, "2611.305"], [1702469816, "2623.311"], [1702469834, "2635.317"], [1702469864, "2647.323"], [1702469906, "2665.332"], [1702469936, "2677.338"], [1702469972, "2689.344"], [1702470005, "2701.35"], [1702470029, "2713.356"], [1702470065, "2725.362"], [1702470101, "2737.368"], [1702470131, "2749.374"], [1702470167, "2761.38"], [1702470203, "2773.386"], [1702470251, "2791.395"], [1702470278, "2803.401"], [1702470311, "2815.407"], [1702470347, "2827.413"], [1702470371, "2839.419"], [1702470404, "2851.425"], [1702470440, "2863.431"], [1702470476, "2875.437"], [1702470506, "2887.443"], [1702470542, "2899.449"], [1702470575, "2911.455"], [1702470611, "2923.461"], [1702470635, "2935.467"], [1702470662, "2947.473"], [1702470686, "2959.479"], [1702470719, "2971.485"], [1702470746, "2983.491"], [1702470812, "3007.503"], [1702470845, "3019.509"], [1702470875, "3031.515"], [1702470899, "3043.521"], [1702470953, "3061.53"], [1702470983, "3073.536"], [1702471025, "3085.542"], [1702471067, "3103.551"], [1702471169, "3133.566"], [1702471193, "3145.572"], [1702471226, "3157.578"], [1702471265, "3169.584"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6.003"], [1702462865, "12.006"], [1702462880, "18.009"], [1702462904, "30.015"], [1702462919, "36.018"], [1702462952, "48.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "3.474"], [1702462721, "3.474"], [1702462736, "3.474"], [1702462751, "3.474"], [1702462763, "3.645"], [1702462793, "3.645"], [1702462808, "3.645"], [1702462829, "3.645"], [1702462844, "3.645"], [1702462865, "3.645"], [1702462880, "3.645"], [1702462904, "3.645"], [1702462919, "3.645"], [1702462952, "3.645"], [1702462973, "3.645"], [1702462988, "3.645"], [1702463045, "3.645"], [1702463081, "3.645"], [1702463114, "3.645"], [1702463150, "3.645"], [1702463186, "3.645"], [1702463216, "3.645"], [1702463240, "3.645"], [1702463273, "3.645"], [1702463324, "3.645"], [1702463354, "3.645"], [1702463381, "3.645"], [1702463417, "3.645"], [1702463453, "3.645"], [1702463477, "3.645"], [1702463510, "3.645"], [1702463537, "3.645"], [1702463570, "3.645"], [1702463591, "3.645"], [1702463621, "3.645"], [1702463657, "3.645"], [1702463693, "3.645"], [1702463729, "3.645"], [1702463765, "3.645"], [1702463798, "3.645"], [1702463846, "3.645"], [1702463873, "3.645"], [1702463906, "3.645"], [1702463948, "3.645"], [1702463984, "3.645"], [1702464014, "3.645"], [1702464050, "3.645"], [1702464086, "3.645"], [1702464122, "3.645"], [1702464155, "3.645"], [1702464194, "3.645"], [1702464230, "3.645"], [1702464263, "3.645"], [1702464299, "3.645"], [1702464332, "3.645"], [1702464356, "3.645"], [1702464392, "3.645"], [1702464425, "3.645"], [1702464455, "3.645"], [1702464479, "3.645"], [1702464509, "3.645"], [1702464533, "3.645"], [1702464569, "3.645"], [1702464605, "3.645"], [1702464635, "3.645"], [1702464671, "3.645"], [1702464716, "3.645"], [1702464743, "3.645"], [1702464776, "3.645"], [1702464812, "3.645"], [1702464836, "3.645"], [1702464869, "3.645"], [1702464905, "3.645"], [1702464926, "3.645"], [1702464956, "3.645"], [1702464992, "3.645"], [1702465016, "3.645"], [1702465049, "3.645"], [1702465085, "3.645"], [1702465118, "3.72"], [1702465145, "3.72"], [1702465178, "3.72"], [1702465208, "3.72"], [1702465241, "3.72"], [1702465298, "3.72"], [1702465334, "3.72"], [1702465367, "3.72"], [1702465394, "3.72"], [1702465418, "3.72"], [1702465445, "3.72"], [1702465481, "3.72"], [1702465517, "3.72"], [1702465550, "3.72"], [1702465586, "3.72"], [1702465619, "3.72"], [1702465658, "3.72"], [1702465706, "3.72"], [1702465754, "3.72"], [1702465787, "3.72"], [1702465823, "3.72"], [1702465856, "3.72"], [1702465880, "3.72"], [1702465910, "3.72"], [1702465952, "3.72"], [1702465988, "3.72"], [1702466015, "3.72"], [1702466030, "3.72"], [1702466060, "3.72"], [1702466078, "3.72"], [1702466138, "3.72"], [1702466168, "3.72"], [1702466204, "3.72"], [1702466237, "3.72"], [1702466261, "3.72"], [1702466291, "3.72"], [1702466327, "3.72"], [1702466360, "3.72"], [1702466384, "3.72"], [1702466417, "3.72"], [1702466441, "3.72"], [1702466471, "3.72"], [1702466507, "3.72"], [1702466540, "3.72"], [1702466597, "3.72"], [1702466633, "3.72"], [1702466666, "3.72"], [1702466705, "3.72"], [1702466732, "3.72"], [1702466765, "3.72"], [1702466801, "3.72"], [1702466852, "3.72"], [1702466876, "4.281"], [1702466918, "4.281"], [1702466978, "4.281"], [1702467014, "4.281"], [1702467038, "4.281"], [1702467068, "4.281"], [1702467122, "4.281"], [1702467158, "4.281"], [1702467191, "4.281"], [1702467221, "4.281"], [1702467257, "4.281"], [1702467299, "4.281"], [1702467350, "4.281"], [1702467386, "4.281"], [1702467419, "4.281"], [1702467455, "4.281"], [1702467515, "4.281"], [1702467542, "4.281"], [1702467566, "4.281"], [1702467599, "4.281"], [1702467635, "4.281"], [1702467668, "4.281"], [1702467695, "4.281"], [1702467716, "4.281"], [1702467746, "4.281"], [1702467800, "4.281"], [1702467824, "4.281"], [1702467908, "4.281"], [1702467944, "4.281"], [1702467968, "4.581"], [1702468001, "4.581"], [1702468031, "4.581"], [1702468067, "4.581"], [1702468085, "4.581"], [1702468115, "4.581"], [1702468151, "4.581"], [1702468181, "4.581"], [1702468208, "4.581"], [1702468241, "4.581"], [1702468256, "4.581"], [1702468286, "4.581"], [1702468322, "4.581"], [1702468352, "4.581"], [1702468388, "4.581"], [1702468424, "4.581"], [1702468457, "4.581"], [1702468493, "4.581"], [1702468517, "4.581"], [1702468550, "4.581"], [1702468586, "4.581"], [1702468613, "4.986"], [1702468637, "4.986"], [1702468679, "4.986"], [1702468721, "4.986"], [1702468730, "4.986"], [1702468766, "4.986"], [1702468799, "4.986"], [1702468835, "4.986"], [1702468898, "4.986"], [1702468934, "4.986"], [1702468970, "4.986"], [1702468994, "4.986"], [1702469024, "5.364"], [1702469060, "5.364"], [1702469111, "5.364"], [1702469144, "5.364"], [1702469168, "5.364"], [1702469204, "5.364"], [1702469237, "5.364"], [1702469273, "5.364"], [1702469303, "5.364"], [1702469336, "5.364"], [1702469360, "5.364"], [1702469387, "5.364"], [1702469411, "5.364"], [1702469435, "5.364"], [1702469468, "5.364"], [1702469504, "5.364"], [1702469537, "5.364"], [1702469573, "5.364"], [1702469606, "5.364"], [1702469633, "5.364"], [1702469660, "5.364"], [1702469684, "5.364"], [1702469717, "5.364"], [1702469753, "5.364"], [1702469786, "5.364"], [1702469816, "5.364"], [1702469834, "5.364"], [1702469864, "5.364"], [1702469906, "5.364"], [1702469936, "5.364"], [1702469972, "5.364"], [1702470005, "5.364"], [1702470029, "5.364"], [1702470065, "5.364"], [1702470101, "5.364"], [1702470131, "5.364"], [1702470167, "5.364"], [1702470203, "5.364"], [1702470251, "5.364"], [1702470278, "5.364"], [1702470311, "5.364"], [1702470347, "5.364"], [1702470371, "5.364"], [1702470404, "5.364"], [1702470440, "5.364"], [1702470476, "5.364"], [1702470506, "5.364"], [1702470542, "5.364"], [1702470575, "5.364"], [1702470611, "5.364"], [1702470635, "5.364"], [1702470662, "5.364"], [1702470686, "5.364"], [1702470719, "5.364"], [1702470746, "5.364"], [1702470812, "5.364"], [1702470845, "5.364"], [1702470875, "5.364"], [1702470899, "5.364"], [1702470953, "5.364"], [1702470983, "5.364"], [1702471025, "5.364"], [1702471067, "5.364"], [1702471169, "5.364"], [1702471193, "5.364"], [1702471226, "5.364"], [1702471265, "5.364"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "59.205"], [1702462808, "65.454"], [1702462829, "71.703"], [1702462844, "77.706"], [1702462865, "83.709"], [1702462880, "89.712"], [1702462904, "101.718"], [1702462919, "107.721"], [1702462952, "119.727"], [1702462973, "125.73"], [1702462988, "131.733"], [1702463045, "149.742"], [1702463081, "161.748"], [1702463114, "173.754"], [1702463150, "185.76"], [1702463186, "197.766"], [1702463216, "209.772"], [1702463240, "221.778"], [1702463273, "233.784"], [1702463324, "251.793"], [1702463354, "263.799"], [1702463381, "275.805"], [1702463417, "287.811"], [1702463453, "299.817"], [1702463477, "311.823"], [1702463510, "323.829"], [1702463537, "335.835"], [1702463570, "347.841"], [1702463591, "359.847"], [1702463621, "371.853"], [1702463657, "383.859"], [1702463693, "395.865"], [1702463729, "407.871"], [1702463765, "419.877"], [1702463798, "431.883"], [1702463846, "449.892"], [1702463873, "461.898"], [1702463906, "473.904"], [1702463948, "491.913"], [1702463984, "503.919"], [1702464014, "515.925"], [1702464050, "527.931"], [1702464086, "539.937"], [1702464122, "551.943"], [1702464155, "563.949"], [1702464194, "581.958"], [1702464230, "593.964"], [1702464263, "605.97"], [1702464299, "617.976"], [1702464332, "629.982"], [1702464356, "641.988"], [1702464392, "653.994"], [1702464425, "666"], [1702464455, "678.006"], [1702464479, "690.012"], [1702464509, "702.018"], [1702464533, "714.024"], [1702464569, "726.03"], [1702464605, "738.036"], [1702464635, "750.042"], [1702464671, "762.048"], [1702464716, "774.054"], [1702464743, "786.06"], [1702464776, "798.066"], [1702464812, "810.072"], [1702464836, "822.078"], [1702464869, "834.084"], [1702464905, "846.09"], [1702464926, "858.096"], [1702464956, "870.102"], [1702464992, "882.108"], [1702465016, "894.114"], [1702465049, "906.12"], [1702465085, "918.126"], [1702465118, "930.132"], [1702465145, "942.138"], [1702465178, "954.144"], [1702465208, "966.15"], [1702465241, "978.156"], [1702465298, "996.165"], [1702465334, "1008.171"], [1702465367, "1020.177"], [1702465394, "1032.183"], [1702465418, "1044.189"], [1702465445, "1056.195"], [1702465481, "1068.201"], [1702465517, "1080.207"], [1702465550, "1092.213"], [1702465586, "1104.219"], [1702465619, "1116.225"], [1702465658, "1128.231"], [1702465706, "1140.237"], [1702465754, "1158.246"], [1702465787, "1170.252"], [1702465823, "1182.258"], [1702465856, "1194.264"], [1702465880, "1206.27"], [1702465910, "1218.276"], [1702465952, "1230.282"], [1702465988, "1242.288"], [1702466015, "1254.294"], [1702466030, "1266.3"], [1702466060, "1278.306"], [1702466078, "1290.312"], [1702466138, "1308.321"], [1702466168, "1320.327"], [1702466204, "1332.333"], [1702466237, "1344.339"], [1702466261, "1356.345"], [1702466291, "1368.351"], [1702466327, "1380.357"], [1702466360, "1392.363"], [1702466384, "1404.369"], [1702466417, "1416.375"], [1702466441, "1428.381"], [1702466471, "1440.387"], [1702466507, "1452.393"], [1702466540, "1464.399"], [1702466597, "1482.408"], [1702466633, "1494.414"], [1702466666, "1506.42"], [1702466705, "1518.426"], [1702466732, "1530.432"], [1702466765, "1542.438"], [1702466801, "1554.444"], [1702466852, "1572.453"], [1702466876, "1584.459"], [1702466918, "1596.465"], [1702466978, "1620.477"], [1702467014, "1632.483"], [1702467038, "1644.489"], [1702467068, "1656.495"], [1702467122, "1674.504"], [1702467158, "1686.51"], [1702467191, "1698.516"], [1702467221, "1710.522"], [1702467257, "1722.528"], [1702467299, "1734.534"], [1702467350, "1752.543"], [1702467386, "1764.549"], [1702467419, "1776.555"], [1702467455, "1788.561"], [1702467515, "1812.573"], [1702467542, "1824.579"], [1702467566, "1836.585"], [1702467599, "1848.591"], [1702467635, "1860.597"], [1702467668, "1872.603"], [1702467695, "1884.609"], [1702467716, "1896.615"], [1702467746, "1908.621"], [1702467800, "1926.63"], [1702467824, "1938.636"], [1702467908, "1968.651"], [1702467944, "1980.657"], [1702467968, "1992.663"], [1702468001, "2004.669"], [1702468031, "2016.675"], [1702468067, "2028.681"], [1702468085, "2040.687"], [1702468115, "2052.693"], [1702468151, "2064.699"], [1702468181, "2076.705"], [1702468208, "2088.711"], [1702468241, "2100.717"], [1702468256, "2112.723"], [1702468286, "2124.729"], [1702468322, "2136.735"], [1702468352, "2148.741"], [1702468388, "2160.747"], [1702468424, "2172.753"], [1702468457, "2184.759"], [1702468493, "2196.765"], [1702468517, "2208.771"], [1702468550, "2220.777"], [1702468586, "2232.783"], [1702468613, "2244.789"], [1702468637, "2256.795"], [1702468679, "2268.801"], [1702468721, "2280.807"], [1702468730, "2286.81"], [1702468766, "2298.816"], [1702468799, "2310.822"], [1702468835, "2322.828"], [1702468898, "2340.837"], [1702468934, "2352.843"], [1702468970, "2364.849"], [1702468994, "2376.855"], [1702469024, "2388.861"], [1702469060, "2400.867"], [1702469111, "2418.876"], [1702469144, "2430.882"], [1702469168, "2442.888"], [1702469204, "2454.894"], [1702469237, "2466.9"], [1702469273, "2478.906"], [1702469303, "2490.912"], [1702469336, "2502.918"], [1702469360, "2514.924"], [1702469387, "2526.93"], [1702469411, "2538.936"], [1702469435, "2550.942"], [1702469468, "2562.948"], [1702469504, "2574.954"], [1702469537, "2586.96"], [1702469573, "2598.966"], [1702469606, "2610.972"], [1702469633, "2622.978"], [1702469660, "2634.984"], [1702469684, "2646.99"], [1702469717, "2658.996"], [1702469753, "2671.002"], [1702469786, "2683.008"], [1702469816, "2695.014"], [1702469834, "2707.02"], [1702469864, "2719.026"], [1702469906, "2737.035"], [1702469936, "2749.041"], [1702469972, "2761.047"], [1702470005, "2773.053"], [1702470029, "2785.059"], [1702470065, "2797.065"], [1702470101, "2809.071"], [1702470131, "2821.077"], [1702470167, "2833.083"], [1702470203, "2845.089"], [1702470251, "2863.098"], [1702470278, "2875.104"], [1702470311, "2887.11"], [1702470347, "2899.116"], [1702470371, "2911.122"], [1702470404, "2923.128"], [1702470440, "2935.134"], [1702470476, "2947.14"], [1702470506, "2959.146"], [1702470542, "2971.152"], [1702470575, "2983.158"], [1702470611, "2995.164"], [1702470635, "3007.17"], [1702470662, "3019.176"], [1702470686, "3031.182"], [1702470719, "3043.188"], [1702470746, "3055.194"], [1702470812, "3079.206"], [1702470845, "3091.212"], [1702470875, "3103.218"], [1702470899, "3115.224"], [1702470953, "3133.233"], [1702470983, "3145.239"], [1702471025, "3157.245"], [1702471067, "3175.254"], [1702471169, "3205.269"], [1702471193, "3217.275"], [1702471226, "3229.281"], [1702471265, "3241.287"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "20.622"], [1702462721, "27.144"], [1702462736, "33.666"], [1702462751, "40.188"], [1702462763, "46.572"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.012"], [1702466918, "0.012"], [1702466978, "0.012"], [1702467014, "0.012"], [1702467038, "0.012"], [1702467068, "0.012"], [1702467122, "0.012"], [1702467158, "0.012"], [1702467191, "0.012"], [1702467221, "0.012"], [1702467257, "0.012"], [1702467299, "0.012"], [1702467350, "0.012"], [1702467386, "0.012"], [1702467419, "0.012"], [1702467455, "0.012"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.012"], [1702471193, "0.012"], [1702471226, "0.012"], [1702471265, "0.012"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0.054"], [1702462721, "0.054"], [1702462736, "0.054"], [1702462751, "0.054"], [1702462763, "0.075"], [1702462793, "0.075"], [1702462808, "0.075"], [1702462829, "0.075"], [1702462844, "0.075"], [1702462865, "0.075"], [1702462880, "0.075"], [1702462904, "0.075"], [1702462919, "0.075"], [1702462952, "0.075"], [1702462973, "0.075"], [1702462988, "0.075"], [1702463045, "0.075"], [1702463081, "0.075"], [1702463114, "0.075"], [1702463150, "0.075"], [1702463186, "0.075"], [1702463216, "0.075"], [1702463240, "0.075"], [1702463273, "0.075"], [1702463324, "0.075"], [1702463354, "0.075"], [1702463381, "0.075"], [1702463417, "0.075"], [1702463453, "0.075"], [1702463477, "0.075"], [1702463510, "0.075"], [1702463537, "0.075"], [1702463570, "0.075"], [1702463591, "0.075"], [1702463621, "0.075"], [1702463657, "0.075"], [1702463693, "0.075"], [1702463729, "0.075"], [1702463765, "0.075"], [1702463798, "0.075"], [1702463846, "0.075"], [1702463873, "0.075"], [1702463906, "0.075"], [1702463948, "0.075"], [1702463984, "0.075"], [1702464014, "0.075"], [1702464050, "0.075"], [1702464086, "0.075"], [1702464122, "0.075"], [1702464155, "0.075"], [1702464194, "0.075"], [1702464230, "0.075"], [1702464263, "0.075"], [1702464299, "0.075"], [1702464332, "0.075"], [1702464356, "0.075"], [1702464392, "0.075"], [1702464425, "0.075"], [1702464455, "0.075"], [1702464479, "0.075"], [1702464509, "0.075"], [1702464533, "0.075"], [1702464569, "0.075"], [1702464605, "0.075"], [1702464635, "0.075"], [1702464671, "0.075"], [1702464716, "0.075"], [1702464743, "0.075"], [1702464776, "0.075"], [1702464812, "0.075"], [1702464836, "0.075"], [1702464869, "0.075"], [1702464905, "0.075"], [1702464926, "0.075"], [1702464956, "0.075"], [1702464992, "0.075"], [1702465016, "0.075"], [1702465049, "0.075"], [1702465085, "0.075"], [1702465118, "0.075"], [1702465145, "0.075"], [1702465178, "0.075"], [1702465208, "0.075"], [1702465241, "0.075"], [1702465298, "0.075"], [1702465334, "0.075"], [1702465367, "0.075"], [1702465394, "0.075"], [1702465418, "0.075"], [1702465445, "0.075"], [1702465481, "0.075"], [1702465517, "0.075"], [1702465550, "0.075"], [1702465586, "0.075"], [1702465619, "0.075"], [1702465658, "0.075"], [1702465706, "0.075"], [1702465754, "0.075"], [1702465787, "0.075"], [1702465823, "0.075"], [1702465856, "0.075"], [1702465880, "0.075"], [1702465910, "0.075"], [1702465952, "0.075"], [1702465988, "0.075"], [1702466015, "0.075"], [1702466030, "0.075"], [1702466060, "0.075"], [1702466078, "0.075"], [1702466138, "0.075"], [1702466168, "0.075"], [1702466204, "0.075"], [1702466237, "0.075"], [1702466261, "0.075"], [1702466291, "0.075"], [1702466327, "0.075"], [1702466360, "0.075"], [1702466384, "0.075"], [1702466417, "0.075"], [1702466441, "0.075"], [1702466471, "0.075"], [1702466507, "0.075"], [1702466540, "0.075"], [1702466597, "0.075"], [1702466633, "0.075"], [1702466666, "0.075"], [1702466705, "0.075"], [1702466732, "0.075"], [1702466765, "0.075"], [1702466801, "0.075"], [1702466852, "0.075"], [1702466876, "0.084"], [1702466918, "0.084"], [1702466978, "0.084"], [1702467014, "0.084"], [1702467038, "0.084"], [1702467068, "0.084"], [1702467122, "0.084"], [1702467158, "0.084"], [1702467191, "0.084"], [1702467221, "0.084"], [1702467257, "0.084"], [1702467299, "0.084"], [1702467350, "0.084"], [1702467386, "0.084"], [1702467419, "0.084"], [1702467455, "0.084"], [1702467515, "0.084"], [1702467542, "0.084"], [1702467566, "0.084"], [1702467599, "0.084"], [1702467635, "0.084"], [1702467668, "0.084"], [1702467695, "0.084"], [1702467716, "0.084"], [1702467746, "0.084"], [1702467800, "0.084"], [1702467824, "0.084"], [1702467908, "0.084"], [1702467944, "0.084"], [1702467968, "0.084"], [1702468001, "0.084"], [1702468031, "0.084"], [1702468067, "0.084"], [1702468085, "0.084"], [1702468115, "0.084"], [1702468151, "0.084"], [1702468181, "0.084"], [1702468208, "0.084"], [1702468241, "0.084"], [1702468256, "0.084"], [1702468286, "0.084"], [1702468322, "0.084"], [1702468352, "0.084"], [1702468388, "0.084"], [1702468424, "0.084"], [1702468457, "0.084"], [1702468493, "0.084"], [1702468517, "0.084"], [1702468550, "0.084"], [1702468586, "0.084"], [1702468613, "0.099"], [1702468637, "0.099"], [1702468679, "0.099"], [1702468721, "0.099"], [1702468730, "0.099"], [1702468766, "0.099"], [1702468799, "0.099"], [1702468835, "0.099"], [1702468898, "0.099"], [1702468934, "0.099"], [1702468970, "0.099"], [1702468994, "0.099"], [1702469024, "0.111"], [1702469060, "0.111"], [1702469111, "0.111"], [1702469144, "0.111"], [1702469168, "0.111"], [1702469204, "0.111"], [1702469237, "0.111"], [1702469273, "0.111"], [1702469303, "0.111"], [1702469336, "0.111"], [1702469360, "0.111"], [1702469387, "0.111"], [1702469411, "0.111"], [1702469435, "0.111"], [1702469468, "0.111"], [1702469504, "0.111"], [1702469537, "0.111"], [1702469573, "0.111"], [1702469606, "0.111"], [1702469633, "0.111"], [1702469660, "0.111"], [1702469684, "0.111"], [1702469717, "0.111"], [1702469753, "0.111"], [1702469786, "0.111"], [1702469816, "0.111"], [1702469834, "0.111"], [1702469864, "0.111"], [1702469906, "0.111"], [1702469936, "0.111"], [1702469972, "0.111"], [1702470005, "0.111"], [1702470029, "0.111"], [1702470065, "0.111"], [1702470101, "0.111"], [1702470131, "0.111"], [1702470167, "0.111"], [1702470203, "0.111"], [1702470251, "0.111"], [1702470278, "0.111"], [1702470311, "0.111"], [1702470347, "0.111"], [1702470371, "0.111"], [1702470404, "0.111"], [1702470440, "0.111"], [1702470476, "0.111"], [1702470506, "0.111"], [1702470542, "0.111"], [1702470575, "0.111"], [1702470611, "0.111"], [1702470635, "0.111"], [1702470662, "0.111"], [1702470686, "0.111"], [1702470719, "0.111"], [1702470746, "0.111"], [1702470812, "0.111"], [1702470845, "0.111"], [1702470875, "0.111"], [1702470899, "0.111"], [1702470953, "0.111"], [1702470983, "0.111"], [1702471025, "0.111"], [1702471067, "0.111"], [1702471169, "0.111"], [1702471193, "0.111"], [1702471226, "0.111"], [1702471265, "0.111"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "66.771"], [1702462973, "72.774"], [1702462988, "78.777"], [1702463045, "96.786"], [1702463081, "108.792"], [1702463114, "120.798"], [1702463150, "132.804"], [1702463186, "144.81"], [1702463216, "156.816"], [1702463240, "168.822"], [1702463273, "180.828"], [1702463324, "198.837"], [1702463354, "210.843"], [1702463381, "222.849"], [1702463417, "234.855"], [1702463453, "246.861"], [1702463477, "258.867"], [1702463510, "270.873"], [1702463537, "282.879"], [1702463570, "294.885"], [1702463591, "306.891"], [1702463621, "318.897"], [1702463657, "330.903"], [1702463693, "342.909"], [1702463729, "354.915"], [1702463765, "366.921"], [1702463798, "378.927"], [1702463846, "396.936"], [1702463873, "408.942"], [1702463906, "420.948"], [1702463948, "438.957"], [1702463984, "450.963"], [1702464014, "462.969"], [1702464050, "474.975"], [1702464086, "486.981"], [1702464122, "498.987"], [1702464155, "510.993"], [1702464194, "529.002"], [1702464230, "541.008"], [1702464263, "553.014"], [1702464299, "565.02"], [1702464332, "577.026"], [1702464356, "589.032"], [1702464392, "601.038"], [1702464425, "613.044"], [1702464455, "625.05"], [1702464479, "637.056"], [1702464509, "649.062"], [1702464533, "661.068"], [1702464569, "673.074"], [1702464605, "685.08"], [1702464635, "697.086"], [1702464671, "709.092"], [1702464716, "721.098"], [1702464743, "733.104"], [1702464776, "745.11"], [1702464812, "757.116"], [1702464836, "769.122"], [1702464869, "781.128"], [1702464905, "793.134"], [1702464926, "805.14"], [1702464956, "817.146"], [1702464992, "829.152"], [1702465016, "841.158"], [1702465049, "853.164"], [1702465085, "865.17"], [1702465118, "877.176"], [1702465145, "889.182"], [1702465178, "901.188"], [1702465208, "913.194"], [1702465241, "925.2"], [1702465298, "943.209"], [1702465334, "955.215"], [1702465367, "967.221"], [1702465394, "979.227"], [1702465418, "991.233"], [1702465445, "1003.239"], [1702465481, "1015.245"], [1702465517, "1027.251"], [1702465550, "1039.257"], [1702465586, "1051.263"], [1702465619, "1063.269"], [1702465658, "1075.275"], [1702465706, "1087.281"], [1702465754, "1105.29"], [1702465787, "1117.296"], [1702465823, "1129.302"], [1702465856, "1141.308"], [1702465880, "1153.314"], [1702465910, "1165.32"], [1702465952, "1177.326"], [1702465988, "1189.332"], [1702466015, "1201.338"], [1702466030, "1213.344"], [1702466060, "1225.35"], [1702466078, "1237.356"], [1702466138, "1255.365"], [1702466168, "1267.371"], [1702466204, "1279.377"], [1702466237, "1291.383"], [1702466261, "1303.389"], [1702466291, "1315.395"], [1702466327, "1327.401"], [1702466360, "1339.407"], [1702466384, "1351.413"], [1702466417, "1363.419"], [1702466441, "1375.425"], [1702466471, "1387.431"], [1702466507, "1399.437"], [1702466540, "1411.443"], [1702466597, "1429.452"], [1702466633, "1441.458"], [1702466666, "1453.464"], [1702466705, "1465.47"], [1702466732, "1477.476"], [1702466765, "1489.482"], [1702466801, "1501.488"], [1702466852, "1519.497"], [1702466876, "1531.503"], [1702466918, "1543.509"], [1702466978, "1567.521"], [1702467014, "1579.527"], [1702467038, "1591.533"], [1702467068, "1603.539"], [1702467122, "1621.548"], [1702467158, "1633.554"], [1702467191, "1645.56"], [1702467221, "1657.566"], [1702467257, "1669.572"], [1702467299, "1681.578"], [1702467350, "1699.587"], [1702467386, "1711.593"], [1702467419, "1723.599"], [1702467455, "1735.605"], [1702467515, "1759.617"], [1702467542, "1771.623"], [1702467566, "1783.629"], [1702467599, "1795.635"], [1702467635, "1807.641"], [1702467668, "1819.647"], [1702467695, "1831.653"], [1702467716, "1843.659"], [1702467746, "1855.665"], [1702467800, "1873.674"], [1702467824, "1885.68"], [1702467908, "1915.695"], [1702467944, "1927.701"], [1702467968, "1939.707"], [1702468001, "1951.713"], [1702468031, "1963.719"], [1702468067, "1975.725"], [1702468085, "1987.731"], [1702468115, "1999.737"], [1702468151, "2011.743"], [1702468181, "2023.749"], [1702468208, "2035.755"], [1702468241, "2047.761"], [1702468256, "2059.767"], [1702468286, "2071.773"], [1702468322, "2083.779"], [1702468352, "2095.785"], [1702468388, "2107.791"], [1702468424, "2119.797"], [1702468457, "2131.803"], [1702468493, "2143.809"], [1702468517, "2155.815"], [1702468550, "2167.821"], [1702468586, "2179.827"], [1702468613, "2191.833"], [1702468637, "2203.839"], [1702468679, "2215.845"], [1702468721, "2227.851"], [1702468730, "2233.854"], [1702468766, "2245.86"], [1702468799, "2257.866"], [1702468835, "2269.872"], [1702468898, "2287.881"], [1702468934, "2299.887"], [1702468970, "2311.893"], [1702468994, "2323.899"], [1702469024, "2335.905"], [1702469060, "2347.911"], [1702469111, "2365.92"], [1702469144, "2377.926"], [1702469168, "2389.932"], [1702469204, "2401.938"], [1702469237, "2413.944"], [1702469273, "2425.95"], [1702469303, "2437.956"], [1702469336, "2449.962"], [1702469360, "2461.968"], [1702469387, "2473.974"], [1702469411, "2485.98"], [1702469435, "2497.986"], [1702469468, "2509.992"], [1702469504, "2521.998"], [1702469537, "2534.004"], [1702469573, "2546.01"], [1702469606, "2558.016"], [1702469633, "2570.022"], [1702469660, "2582.028"], [1702469684, "2594.034"], [1702469717, "2606.04"], [1702469753, "2618.046"], [1702469786, "2630.052"], [1702469816, "2642.058"], [1702469834, "2654.064"], [1702469864, "2666.07"], [1702469906, "2684.079"], [1702469936, "2696.085"], [1702469972, "2708.091"], [1702470005, "2720.097"], [1702470029, "2732.103"], [1702470065, "2744.109"], [1702470101, "2756.115"], [1702470131, "2768.121"], [1702470167, "2780.127"], [1702470203, "2792.133"], [1702470251, "2810.142"], [1702470278, "2822.148"], [1702470311, "2834.154"], [1702470347, "2846.16"], [1702470371, "2858.166"], [1702470404, "2870.172"], [1702470440, "2882.178"], [1702470476, "2894.184"], [1702470506, "2906.19"], [1702470542, "2918.196"], [1702470575, "2930.202"], [1702470611, "2942.208"], [1702470635, "2954.214"], [1702470662, "2966.22"], [1702470686, "2978.226"], [1702470719, "2990.232"], [1702470746, "3002.238"], [1702470812, "3026.25"], [1702470845, "3038.256"], [1702470875, "3050.262"], [1702470899, "3062.268"], [1702470953, "3080.277"], [1702470983, "3092.283"], [1702471025, "3104.289"], [1702471067, "3122.298"], [1702471169, "3152.313"], [1702471193, "3164.319"], [1702471226, "3176.325"], [1702471265, "3188.331"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "6.249"], [1702462808, "12.498"], [1702462829, "18.747"], [1702462844, "24.75"], [1702462865, "30.753"], [1702462880, "36.756"], [1702462904, "48.762"], [1702462919, "54.765"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "6.003"], [1702468766, "18.009"], [1702468799, "30.015"], [1702468835, "42.021"], [1702468898, "60.03"], [1702468934, "72.036"], [1702468970, "84.042"], [1702468994, "96.048"], [1702469024, "108.054"], [1702469060, "120.06"], [1702469111, "138.069"], [1702469144, "150.075"], [1702469168, "162.081"], [1702469204, "174.087"], [1702469237, "186.093"], [1702469273, "198.099"], [1702469303, "210.105"], [1702469336, "222.111"], [1702469360, "234.117"], [1702469387, "246.123"], [1702469411, "258.129"], [1702469435, "270.135"], [1702469468, "282.141"], [1702469504, "294.147"], [1702469537, "306.153"], [1702469573, "318.159"], [1702469606, "330.165"], [1702469633, "342.171"], [1702469660, "354.177"], [1702469684, "366.183"], [1702469717, "378.189"], [1702469753, "390.195"], [1702469786, "402.201"], [1702469816, "414.207"], [1702469834, "426.213"], [1702469864, "438.219"], [1702469906, "456.228"], [1702469936, "468.234"], [1702469972, "480.24"], [1702470005, "492.246"], [1702470029, "504.252"], [1702470065, "516.258"], [1702470101, "528.264"], [1702470131, "540.27"], [1702470167, "552.276"], [1702470203, "564.282"], [1702470251, "582.291"], [1702470278, "594.297"], [1702470311, "606.303"], [1702470347, "618.309"], [1702470371, "630.315"], [1702470404, "642.321"], [1702470440, "654.327"], [1702470476, "666.333"], [1702470506, "678.339"], [1702470542, "690.345"], [1702470575, "702.351"], [1702470611, "714.357"], [1702470635, "726.363"], [1702470662, "738.369"], [1702470686, "750.375"], [1702470719, "762.381"], [1702470746, "774.387"], [1702470812, "798.399"], [1702470845, "810.405"], [1702470875, "822.411"], [1702470899, "834.417"], [1702470953, "852.426"], [1702470983, "864.432"], [1702471025, "876.438"], [1702471067, "894.447"], [1702471169, "924.462"], [1702471193, "936.468"], [1702471226, "948.474"], [1702471265, "960.48"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "57.747"], [1702462844, "63.75"], [1702462865, "69.753"], [1702462880, "75.756"], [1702462904, "87.762"], [1702462919, "93.765"], [1702462952, "105.771"], [1702462973, "111.774"], [1702462988, "117.777"], [1702463045, "135.786"], [1702463081, "147.792"], [1702463114, "159.798"], [1702463150, "171.804"], [1702463186, "183.81"], [1702463216, "195.816"], [1702463240, "207.822"], [1702463273, "219.828"], [1702463324, "237.837"], [1702463354, "249.843"], [1702463381, "261.849"], [1702463417, "273.855"], [1702463453, "285.861"], [1702463477, "297.867"], [1702463510, "309.873"], [1702463537, "321.879"], [1702463570, "333.885"], [1702463591, "345.891"], [1702463621, "357.897"], [1702463657, "369.903"], [1702463693, "381.909"], [1702463729, "393.915"], [1702463765, "405.921"], [1702463798, "417.927"], [1702463846, "435.936"], [1702463873, "447.942"], [1702463906, "459.948"], [1702463948, "477.957"], [1702463984, "489.963"], [1702464014, "501.969"], [1702464050, "513.975"], [1702464086, "525.981"], [1702464122, "537.987"], [1702464155, "549.993"], [1702464194, "568.002"], [1702464230, "580.008"], [1702464263, "592.014"], [1702464299, "604.02"], [1702464332, "616.026"], [1702464356, "628.032"], [1702464392, "640.038"], [1702464425, "652.044"], [1702464455, "664.05"], [1702464479, "676.056"], [1702464509, "688.062"], [1702464533, "700.068"], [1702464569, "712.074"], [1702464605, "724.08"], [1702464635, "736.086"], [1702464671, "748.092"], [1702464716, "760.098"], [1702464743, "772.104"], [1702464776, "784.11"], [1702464812, "796.116"], [1702464836, "808.122"], [1702464869, "820.128"], [1702464905, "832.134"], [1702464926, "844.14"], [1702464956, "856.146"], [1702464992, "868.152"], [1702465016, "880.158"], [1702465049, "892.164"], [1702465085, "904.17"], [1702465118, "916.176"], [1702465145, "928.182"], [1702465178, "940.188"], [1702465208, "952.194"], [1702465241, "964.2"], [1702465298, "982.209"], [1702465334, "994.215"], [1702465367, "1006.221"], [1702465394, "1018.227"], [1702465418, "1030.233"], [1702465445, "1042.239"], [1702465481, "1054.245"], [1702465517, "1066.251"], [1702465550, "1078.257"], [1702465586, "1090.263"], [1702465619, "1102.269"], [1702465658, "1114.275"], [1702465706, "1126.281"], [1702465754, "1144.29"], [1702465787, "1156.296"], [1702465823, "1168.302"], [1702465856, "1180.308"], [1702465880, "1192.314"], [1702465910, "1204.32"], [1702465952, "1216.326"], [1702465988, "1228.332"], [1702466015, "1240.338"], [1702466030, "1252.344"], [1702466060, "1264.35"], [1702466078, "1276.356"], [1702466138, "1294.365"], [1702466168, "1306.371"], [1702466204, "1318.377"], [1702466237, "1330.383"], [1702466261, "1342.389"], [1702466291, "1354.395"], [1702466327, "1366.401"], [1702466360, "1378.407"], [1702466384, "1390.413"], [1702466417, "1402.419"], [1702466441, "1414.425"], [1702466471, "1426.431"], [1702466507, "1438.437"], [1702466540, "1450.443"], [1702466597, "1468.452"], [1702466633, "1480.458"], [1702466666, "1492.464"], [1702466705, "1504.47"], [1702466732, "1516.476"], [1702466765, "1528.482"], [1702466801, "1540.488"], [1702466852, "1558.497"], [1702466876, "1570.503"], [1702466918, "1582.509"], [1702466978, "1606.521"], [1702467014, "1618.527"], [1702467038, "1630.533"], [1702467068, "1642.539"], [1702467122, "1660.548"], [1702467158, "1672.554"], [1702467191, "1684.56"], [1702467221, "1696.566"], [1702467257, "1708.572"], [1702467299, "1720.578"], [1702467350, "1738.587"], [1702467386, "1750.593"], [1702467419, "1762.599"], [1702467455, "1774.605"], [1702467515, "1798.617"], [1702467542, "1810.623"], [1702467566, "1822.629"], [1702467599, "1834.635"], [1702467635, "1846.641"], [1702467668, "1858.647"], [1702467695, "1870.653"], [1702467716, "1882.659"], [1702467746, "1894.665"], [1702467800, "1912.674"], [1702467824, "1924.68"], [1702467908, "1954.695"], [1702467944, "1966.701"], [1702467968, "1978.707"], [1702468001, "1990.713"], [1702468031, "2002.719"], [1702468067, "2014.725"], [1702468085, "2026.731"], [1702468115, "2038.737"], [1702468151, "2050.743"], [1702468181, "2062.749"], [1702468208, "2074.755"], [1702468241, "2086.761"], [1702468256, "2098.767"], [1702468286, "2110.773"], [1702468322, "2122.779"], [1702468352, "2134.785"], [1702468388, "2146.791"], [1702468424, "2158.797"], [1702468457, "2170.803"], [1702468493, "2182.809"], [1702468517, "2194.815"], [1702468550, "2206.821"], [1702468586, "2218.827"], [1702468613, "2230.833"], [1702468637, "2242.839"], [1702468679, "2254.845"], [1702468721, "2266.851"], [1702468730, "2272.854"], [1702468766, "2284.86"], [1702468799, "2296.866"], [1702468835, "2308.872"], [1702468898, "2326.881"], [1702468934, "2338.887"], [1702468970, "2350.893"], [1702468994, "2362.899"], [1702469024, "2374.905"], [1702469060, "2386.911"], [1702469111, "2404.92"], [1702469144, "2416.926"], [1702469168, "2428.932"], [1702469204, "2440.938"], [1702469237, "2452.944"], [1702469273, "2464.95"], [1702469303, "2476.956"], [1702469336, "2488.962"], [1702469360, "2500.968"], [1702469387, "2512.974"], [1702469411, "2524.98"], [1702469435, "2536.986"], [1702469468, "2548.992"], [1702469504, "2560.998"], [1702469537, "2573.004"], [1702469573, "2585.01"], [1702469606, "2597.016"], [1702469633, "2609.022"], [1702469660, "2621.028"], [1702469684, "2633.034"], [1702469717, "2645.04"], [1702469753, "2657.046"], [1702469786, "2669.052"], [1702469816, "2681.058"], [1702469834, "2693.064"], [1702469864, "2705.07"], [1702469906, "2723.079"], [1702469936, "2735.085"], [1702469972, "2747.091"], [1702470005, "2759.097"], [1702470029, "2771.103"], [1702470065, "2783.109"], [1702470101, "2795.115"], [1702470131, "2807.121"], [1702470167, "2819.127"], [1702470203, "2831.133"], [1702470251, "2849.142"], [1702470278, "2861.148"], [1702470311, "2873.154"], [1702470347, "2885.16"], [1702470371, "2897.166"], [1702470404, "2909.172"], [1702470440, "2921.178"], [1702470476, "2933.184"], [1702470506, "2945.19"], [1702470542, "2957.196"], [1702470575, "2969.202"], [1702470611, "2981.208"], [1702470635, "2993.214"], [1702470662, "3005.22"], [1702470686, "3017.226"], [1702470719, "3029.232"], [1702470746, "3041.238"], [1702470812, "3065.25"], [1702470845, "3077.256"], [1702470875, "3089.262"], [1702470899, "3101.268"], [1702470953, "3119.277"], [1702470983, "3131.283"], [1702471025, "3143.289"], [1702471067, "3161.298"], [1702471169, "3191.313"], [1702471193, "3203.319"], [1702471226, "3215.325"], [1702471265, "3227.331"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6.666"], [1702462721, "13.188"], [1702462736, "19.71"], [1702462751, "26.232"], [1702462763, "32.616"], [1702462793, "45.249"], [1702462808, "51.498"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0.006"], [1702462721, "0.006"], [1702462736, "0.006"], [1702462751, "0.006"], [1702462763, "0.006"], [1702462793, "0.006"], [1702462808, "0.006"], [1702462829, "0.006"], [1702462844, "0.006"], [1702462865, "0.006"], [1702462880, "0.006"], [1702462904, "0.006"], [1702462919, "0.006"], [1702462952, "0.006"], [1702462973, "0.006"], [1702462988, "0.006"], [1702463045, "0.006"], [1702463081, "0.006"], [1702463114, "0.006"], [1702463150, "0.006"], [1702463186, "0.006"], [1702463216, "0.006"], [1702463240, "0.006"], [1702463273, "0.006"], [1702463324, "0.006"], [1702463354, "0.006"], [1702463381, "0.006"], [1702463417, "0.006"], [1702463453, "0.006"], [1702463477, "0.006"], [1702463510, "0.006"], [1702463537, "0.006"], [1702463570, "0.006"], [1702463591, "0.006"], [1702463621, "0.006"], [1702463657, "0.006"], [1702463693, "0.006"], [1702463729, "0.006"], [1702463765, "0.006"], [1702463798, "0.006"], [1702463846, "0.006"], [1702463873, "0.006"], [1702463906, "0.006"], [1702463948, "0.006"], [1702463984, "0.006"], [1702464014, "0.006"], [1702464050, "0.006"], [1702464086, "0.006"], [1702464122, "0.006"], [1702464155, "0.006"], [1702464194, "0.006"], [1702464230, "0.006"], [1702464263, "0.006"], [1702464299, "0.006"], [1702464332, "0.006"], [1702464356, "0.006"], [1702464392, "0.006"], [1702464425, "0.006"], [1702464455, "0.006"], [1702464479, "0.006"], [1702464509, "0.006"], [1702464533, "0.006"], [1702464569, "0.006"], [1702464605, "0.006"], [1702464635, "0.006"], [1702464671, "0.006"], [1702464716, "0.006"], [1702464743, "0.006"], [1702464776, "0.006"], [1702464812, "0.006"], [1702464836, "0.006"], [1702464869, "0.006"], [1702464905, "0.006"], [1702464926, "0.006"], [1702464956, "0.006"], [1702464992, "0.006"], [1702465016, "0.006"], [1702465049, "0.006"], [1702465085, "0.006"], [1702465118, "0.006"], [1702465145, "0.006"], [1702465178, "0.006"], [1702465208, "0.006"], [1702465241, "0.006"], [1702465298, "0.006"], [1702465334, "0.006"], [1702465367, "0.006"], [1702465394, "0.006"], [1702465418, "0.006"], [1702465445, "0.006"], [1702465481, "0.006"], [1702465517, "0.006"], [1702465550, "0.006"], [1702465586, "0.006"], [1702465619, "0.006"], [1702465658, "0.006"], [1702465706, "0.006"], [1702465754, "0.006"], [1702465787, "0.006"], [1702465823, "0.006"], [1702465856, "0.006"], [1702465880, "0.006"], [1702465910, "0.006"], [1702465952, "0.006"], [1702465988, "0.006"], [1702466015, "0.006"], [1702466030, "0.006"], [1702466060, "0.006"], [1702466078, "0.006"], [1702466138, "0.006"], [1702466168, "0.006"], [1702466204, "0.006"], [1702466237, "0.006"], [1702466261, "0.006"], [1702466291, "0.006"], [1702466327, "0.006"], [1702466360, "0.006"], [1702466384, "0.006"], [1702466417, "0.006"], [1702466441, "0.006"], [1702466471, "0.006"], [1702466507, "0.006"], [1702466540, "0.006"], [1702466597, "0.006"], [1702466633, "0.006"], [1702466666, "0.006"], [1702466705, "0.006"], [1702466732, "0.006"], [1702466765, "0.006"], [1702466801, "0.006"], [1702466852, "0.006"], [1702466876, "0.006"], [1702466918, "0.006"], [1702466978, "0.006"], [1702467014, "0.006"], [1702467038, "0.006"], [1702467068, "0.006"], [1702467122, "0.006"], [1702467158, "0.006"], [1702467191, "0.006"], [1702467221, "0.006"], [1702467257, "0.006"], [1702467299, "0.006"], [1702467350, "0.006"], [1702467386, "0.006"], [1702467419, "0.006"], [1702467455, "0.006"], [1702467515, "0.006"], [1702467542, "0.006"], [1702467566, "0.006"], [1702467599, "0.006"], [1702467635, "0.006"], [1702467668, "0.006"], [1702467695, "0.006"], [1702467716, "0.006"], [1702467746, "0.006"], [1702467800, "0.006"], [1702467824, "0.006"], [1702467908, "0.006"], [1702467944, "0.006"], [1702467968, "0.006"], [1702468001, "0.006"], [1702468031, "0.006"], [1702468067, "0.006"], [1702468085, "0.006"], [1702468115, "0.006"], [1702468151, "0.006"], [1702468181, "0.006"], [1702468208, "0.006"], [1702468241, "0.006"], [1702468256, "0.006"], [1702468286, "0.006"], [1702468322, "0.006"], [1702468352, "0.006"], [1702468388, "0.006"], [1702468424, "0.006"], [1702468457, "0.006"], [1702468493, "0.006"], [1702468517, "0.006"], [1702468550, "0.006"], [1702468586, "0.006"], [1702468613, "0.006"], [1702468637, "0.006"], [1702468679, "0.006"], [1702468721, "0.006"], [1702468730, "0.006"], [1702468766, "0.006"], [1702468799, "0.006"], [1702468835, "0.006"], [1702468898, "0.006"], [1702468934, "0.006"], [1702468970, "0.006"], [1702468994, "0.006"], [1702469024, "0.006"], [1702469060, "0.006"], [1702469111, "0.006"], [1702469144, "0.006"], [1702469168, "0.006"], [1702469204, "0.006"], [1702469237, "0.006"], [1702469273, "0.006"], [1702469303, "0.006"], [1702469336, "0.006"], [1702469360, "0.006"], [1702469387, "0.006"], [1702469411, "0.006"], [1702469435, "0.006"], [1702469468, "0.006"], [1702469504, "0.006"], [1702469537, "0.006"], [1702469573, "0.006"], [1702469606, "0.006"], [1702469633, "0.006"], [1702469660, "0.006"], [1702469684, "0.006"], [1702469717, "0.006"], [1702469753, "0.006"], [1702469786, "0.006"], [1702469816, "0.006"], [1702469834, "0.006"], [1702469864, "0.006"], [1702469906, "0.006"], [1702469936, "0.006"], [1702469972, "0.006"], [1702470005, "0.006"], [1702470029, "0.006"], [1702470065, "0.006"], [1702470101, "0.006"], [1702470131, "0.006"], [1702470167, "0.006"], [1702470203, "0.006"], [1702470251, "0.006"], [1702470278, "0.006"], [1702470311, "0.006"], [1702470347, "0.006"], [1702470371, "0.006"], [1702470404, "0.006"], [1702470440, "0.006"], [1702470476, "0.006"], [1702470506, "0.006"], [1702470542, "0.006"], [1702470575, "0.006"], [1702470611, "0.006"], [1702470635, "0.006"], [1702470662, "0.006"], [1702470686, "0.006"], [1702470719, "0.006"], [1702470746, "0.006"], [1702470812, "0.006"], [1702470845, "0.006"], [1702470875, "0.006"], [1702470899, "0.006"], [1702470953, "0.006"], [1702470983, "0.006"], [1702471025, "0.006"], [1702471067, "0.006"], [1702471169, "0.006"], [1702471193, "0.006"], [1702471226, "0.006"], [1702471265, "0.006"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0.075"], [1702462721, "0.075"], [1702462736, "0.075"], [1702462751, "0.075"], [1702462763, "0.141"], [1702462793, "0.141"], [1702462808, "0.141"], [1702462829, "0.141"], [1702462844, "0.141"], [1702462865, "0.141"], [1702462880, "0.141"], [1702462904, "0.141"], [1702462919, "0.141"], [1702462952, "0.141"], [1702462973, "0.141"], [1702462988, "0.141"], [1702463045, "0.141"], [1702463081, "0.141"], [1702463114, "0.141"], [1702463150, "0.141"], [1702463186, "0.141"], [1702463216, "0.141"], [1702463240, "0.141"], [1702463273, "0.141"], [1702463324, "0.141"], [1702463354, "0.141"], [1702463381, "0.141"], [1702463417, "0.141"], [1702463453, "0.141"], [1702463477, "0.141"], [1702463510, "0.141"], [1702463537, "0.141"], [1702463570, "0.141"], [1702463591, "0.141"], [1702463621, "0.141"], [1702463657, "0.141"], [1702463693, "0.141"], [1702463729, "0.141"], [1702463765, "0.141"], [1702463798, "0.141"], [1702463846, "0.141"], [1702463873, "0.141"], [1702463906, "0.141"], [1702463948, "0.141"], [1702463984, "0.141"], [1702464014, "0.141"], [1702464050, "0.141"], [1702464086, "0.141"], [1702464122, "0.141"], [1702464155, "0.141"], [1702464194, "0.141"], [1702464230, "0.141"], [1702464263, "0.141"], [1702464299, "0.141"], [1702464332, "0.141"], [1702464356, "0.141"], [1702464392, "0.141"], [1702464425, "0.141"], [1702464455, "0.141"], [1702464479, "0.141"], [1702464509, "0.141"], [1702464533, "0.141"], [1702464569, "0.141"], [1702464605, "0.141"], [1702464635, "0.141"], [1702464671, "0.141"], [1702464716, "0.141"], [1702464743, "0.141"], [1702464776, "0.141"], [1702464812, "0.141"], [1702464836, "0.141"], [1702464869, "0.141"], [1702464905, "0.141"], [1702464926, "0.141"], [1702464956, "0.141"], [1702464992, "0.141"], [1702465016, "0.141"], [1702465049, "0.141"], [1702465085, "0.141"], [1702465118, "0.144"], [1702465145, "0.144"], [1702465178, "0.144"], [1702465208, "0.144"], [1702465241, "0.144"], [1702465298, "0.144"], [1702465334, "0.144"], [1702465367, "0.144"], [1702465394, "0.144"], [1702465418, "0.144"], [1702465445, "0.144"], [1702465481, "0.144"], [1702465517, "0.144"], [1702465550, "0.144"], [1702465586, "0.144"], [1702465619, "0.144"], [1702465658, "0.144"], [1702465706, "0.144"], [1702465754, "0.144"], [1702465787, "0.144"], [1702465823, "0.144"], [1702465856, "0.144"], [1702465880, "0.144"], [1702465910, "0.144"], [1702465952, "0.144"], [1702465988, "0.144"], [1702466015, "0.144"], [1702466030, "0.144"], [1702466060, "0.144"], [1702466078, "0.144"], [1702466138, "0.144"], [1702466168, "0.144"], [1702466204, "0.144"], [1702466237, "0.144"], [1702466261, "0.144"], [1702466291, "0.144"], [1702466327, "0.144"], [1702466360, "0.144"], [1702466384, "0.144"], [1702466417, "0.144"], [1702466441, "0.144"], [1702466471, "0.144"], [1702466507, "0.144"], [1702466540, "0.144"], [1702466597, "0.144"], [1702466633, "0.144"], [1702466666, "0.144"], [1702466705, "0.144"], [1702466732, "0.144"], [1702466765, "0.144"], [1702466801, "0.144"], [1702466852, "0.144"], [1702466876, "0.147"], [1702466918, "0.147"], [1702466978, "0.147"], [1702467014, "0.147"], [1702467038, "0.147"], [1702467068, "0.147"], [1702467122, "0.147"], [1702467158, "0.147"], [1702467191, "0.147"], [1702467221, "0.147"], [1702467257, "0.147"], [1702467299, "0.147"], [1702467350, "0.147"], [1702467386, "0.147"], [1702467419, "0.147"], [1702467455, "0.147"], [1702467515, "0.147"], [1702467542, "0.147"], [1702467566, "0.147"], [1702467599, "0.147"], [1702467635, "0.147"], [1702467668, "0.147"], [1702467695, "0.147"], [1702467716, "0.147"], [1702467746, "0.147"], [1702467800, "0.147"], [1702467824, "0.147"], [1702467908, "0.147"], [1702467944, "0.147"], [1702467968, "0.147"], [1702468001, "0.147"], [1702468031, "0.147"], [1702468067, "0.147"], [1702468085, "0.147"], [1702468115, "0.147"], [1702468151, "0.147"], [1702468181, "0.147"], [1702468208, "0.147"], [1702468241, "0.147"], [1702468256, "0.147"], [1702468286, "0.147"], [1702468322, "0.147"], [1702468352, "0.147"], [1702468388, "0.147"], [1702468424, "0.147"], [1702468457, "0.147"], [1702468493, "0.147"], [1702468517, "0.147"], [1702468550, "0.147"], [1702468586, "0.147"], [1702468613, "0.15"], [1702468637, "0.15"], [1702468679, "0.15"], [1702468721, "0.15"], [1702468730, "0.15"], [1702468766, "0.15"], [1702468799, "0.15"], [1702468835, "0.15"], [1702468898, "0.15"], [1702468934, "0.15"], [1702468970, "0.15"], [1702468994, "0.15"], [1702469024, "0.15"], [1702469060, "0.15"], [1702469111, "0.15"], [1702469144, "0.15"], [1702469168, "0.15"], [1702469204, "0.15"], [1702469237, "0.15"], [1702469273, "0.15"], [1702469303, "0.15"], [1702469336, "0.15"], [1702469360, "0.15"], [1702469387, "0.15"], [1702469411, "0.15"], [1702469435, "0.15"], [1702469468, "0.15"], [1702469504, "0.15"], [1702469537, "0.15"], [1702469573, "0.15"], [1702469606, "0.15"], [1702469633, "0.15"], [1702469660, "0.15"], [1702469684, "0.15"], [1702469717, "0.15"], [1702469753, "0.15"], [1702469786, "0.15"], [1702469816, "0.15"], [1702469834, "0.15"], [1702469864, "0.15"], [1702469906, "0.15"], [1702469936, "0.15"], [1702469972, "0.15"], [1702470005, "0.15"], [1702470029, "0.15"], [1702470065, "0.15"], [1702470101, "0.15"], [1702470131, "0.15"], [1702470167, "0.15"], [1702470203, "0.15"], [1702470251, "0.15"], [1702470278, "0.15"], [1702470311, "0.15"], [1702470347, "0.15"], [1702470371, "0.15"], [1702470404, "0.15"], [1702470440, "0.15"], [1702470476, "0.15"], [1702470506, "0.15"], [1702470542, "0.15"], [1702470575, "0.15"], [1702470611, "0.15"], [1702470635, "0.15"], [1702470662, "0.15"], [1702470686, "0.15"], [1702470719, "0.15"], [1702470746, "0.15"], [1702470812, "0.15"], [1702470845, "0.15"], [1702470875, "0.15"], [1702470899, "0.15"], [1702470953, "0.15"], [1702470983, "0.15"], [1702471025, "0.15"], [1702471067, "0.15"], [1702471169, "0.15"], [1702471193, "0.15"], [1702471226, "0.15"], [1702471265, "0.15"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0.129"], [1702462721, "0.129"], [1702462736, "0.129"], [1702462751, "0.129"], [1702462763, "0.129"], [1702462793, "0.129"], [1702462808, "0.129"], [1702462829, "0.129"], [1702462844, "0.129"], [1702462865, "0.129"], [1702462880, "0.129"], [1702462904, "0.129"], [1702462919, "0.129"], [1702462952, "0.129"], [1702462973, "0.129"], [1702462988, "0.129"], [1702463045, "0.129"], [1702463081, "0.129"], [1702463114, "0.129"], [1702463150, "0.129"], [1702463186, "0.129"], [1702463216, "0.129"], [1702463240, "0.129"], [1702463273, "0.129"], [1702463324, "0.129"], [1702463354, "0.129"], [1702463381, "0.129"], [1702463417, "0.129"], [1702463453, "0.129"], [1702463477, "0.129"], [1702463510, "0.129"], [1702463537, "0.129"], [1702463570, "0.129"], [1702463591, "0.129"], [1702463621, "0.129"], [1702463657, "0.129"], [1702463693, "0.129"], [1702463729, "0.129"], [1702463765, "0.129"], [1702463798, "0.129"], [1702463846, "0.129"], [1702463873, "0.129"], [1702463906, "0.129"], [1702463948, "0.129"], [1702463984, "0.129"], [1702464014, "0.129"], [1702464050, "0.129"], [1702464086, "0.129"], [1702464122, "0.129"], [1702464155, "0.129"], [1702464194, "0.129"], [1702464230, "0.129"], [1702464263, "0.129"], [1702464299, "0.129"], [1702464332, "0.129"], [1702464356, "0.129"], [1702464392, "0.129"], [1702464425, "0.129"], [1702464455, "0.129"], [1702464479, "0.129"], [1702464509, "0.129"], [1702464533, "0.129"], [1702464569, "0.129"], [1702464605, "0.129"], [1702464635, "0.129"], [1702464671, "0.129"], [1702464716, "0.129"], [1702464743, "0.129"], [1702464776, "0.129"], [1702464812, "0.129"], [1702464836, "0.129"], [1702464869, "0.129"], [1702464905, "0.129"], [1702464926, "0.129"], [1702464956, "0.129"], [1702464992, "0.129"], [1702465016, "0.129"], [1702465049, "0.129"], [1702465085, "0.129"], [1702465118, "0.129"], [1702465145, "0.129"], [1702465178, "0.129"], [1702465208, "0.129"], [1702465241, "0.129"], [1702465298, "0.129"], [1702465334, "0.129"], [1702465367, "0.129"], [1702465394, "0.129"], [1702465418, "0.129"], [1702465445, "0.129"], [1702465481, "0.129"], [1702465517, "0.129"], [1702465550, "0.129"], [1702465586, "0.129"], [1702465619, "0.129"], [1702465658, "0.129"], [1702465706, "0.129"], [1702465754, "0.129"], [1702465787, "0.129"], [1702465823, "0.129"], [1702465856, "0.129"], [1702465880, "0.129"], [1702465910, "0.129"], [1702465952, "0.129"], [1702465988, "0.129"], [1702466015, "0.129"], [1702466030, "0.129"], [1702466060, "0.129"], [1702466078, "0.129"], [1702466138, "0.129"], [1702466168, "0.129"], [1702466204, "0.129"], [1702466237, "0.129"], [1702466261, "0.129"], [1702466291, "0.129"], [1702466327, "0.129"], [1702466360, "0.129"], [1702466384, "0.129"], [1702466417, "0.129"], [1702466441, "0.129"], [1702466471, "0.129"], [1702466507, "0.129"], [1702466540, "0.129"], [1702466597, "0.129"], [1702466633, "0.129"], [1702466666, "0.129"], [1702466705, "0.129"], [1702466732, "0.129"], [1702466765, "0.129"], [1702466801, "0.129"], [1702466852, "0.129"], [1702466876, "0.135"], [1702466918, "0.135"], [1702466978, "0.135"], [1702467014, "0.135"], [1702467038, "0.135"], [1702467068, "0.135"], [1702467122, "0.135"], [1702467158, "0.135"], [1702467191, "0.135"], [1702467221, "0.135"], [1702467257, "0.135"], [1702467299, "0.135"], [1702467350, "0.135"], [1702467386, "0.135"], [1702467419, "0.135"], [1702467455, "0.135"], [1702467515, "0.135"], [1702467542, "0.135"], [1702467566, "0.135"], [1702467599, "0.135"], [1702467635, "0.135"], [1702467668, "0.135"], [1702467695, "0.135"], [1702467716, "0.135"], [1702467746, "0.135"], [1702467800, "0.135"], [1702467824, "0.135"], [1702467908, "0.135"], [1702467944, "0.135"], [1702467968, "0.144"], [1702468001, "0.144"], [1702468031, "0.144"], [1702468067, "0.144"], [1702468085, "0.144"], [1702468115, "0.144"], [1702468151, "0.144"], [1702468181, "0.144"], [1702468208, "0.144"], [1702468241, "0.144"], [1702468256, "0.144"], [1702468286, "0.144"], [1702468322, "0.144"], [1702468352, "0.144"], [1702468388, "0.144"], [1702468424, "0.144"], [1702468457, "0.144"], [1702468493, "0.144"], [1702468517, "0.144"], [1702468550, "0.144"], [1702468586, "0.144"], [1702468613, "0.147"], [1702468637, "0.147"], [1702468679, "0.147"], [1702468721, "0.147"], [1702468730, "0.147"], [1702468766, "0.147"], [1702468799, "0.147"], [1702468835, "0.147"], [1702468898, "0.147"], [1702468934, "0.147"], [1702468970, "0.147"], [1702468994, "0.147"], [1702469024, "0.147"], [1702469060, "0.147"], [1702469111, "0.147"], [1702469144, "0.147"], [1702469168, "0.147"], [1702469204, "0.147"], [1702469237, "0.147"], [1702469273, "0.147"], [1702469303, "0.147"], [1702469336, "0.147"], [1702469360, "0.147"], [1702469387, "0.147"], [1702469411, "0.147"], [1702469435, "0.147"], [1702469468, "0.147"], [1702469504, "0.147"], [1702469537, "0.147"], [1702469573, "0.147"], [1702469606, "0.147"], [1702469633, "0.147"], [1702469660, "0.147"], [1702469684, "0.147"], [1702469717, "0.147"], [1702469753, "0.147"], [1702469786, "0.147"], [1702469816, "0.147"], [1702469834, "0.147"], [1702469864, "0.147"], [1702469906, "0.147"], [1702469936, "0.147"], [1702469972, "0.147"], [1702470005, "0.147"], [1702470029, "0.147"], [1702470065, "0.147"], [1702470101, "0.147"], [1702470131, "0.147"], [1702470167, "0.147"], [1702470203, "0.147"], [1702470251, "0.147"], [1702470278, "0.147"], [1702470311, "0.147"], [1702470347, "0.147"], [1702470371, "0.147"], [1702470404, "0.147"], [1702470440, "0.147"], [1702470476, "0.147"], [1702470506, "0.147"], [1702470542, "0.147"], [1702470575, "0.147"], [1702470611, "0.147"], [1702470635, "0.147"], [1702470662, "0.147"], [1702470686, "0.147"], [1702470719, "0.147"], [1702470746, "0.147"], [1702470812, "0.147"], [1702470845, "0.147"], [1702470875, "0.147"], [1702470899, "0.147"], [1702470953, "0.147"], [1702470983, "0.147"], [1702471025, "0.147"], [1702471067, "0.147"], [1702471169, "0.147"], [1702471193, "0.147"], [1702471226, "0.147"], [1702471265, "0.147"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.024"], [1702462721, "0.024"], [1702462736, "0.024"], [1702462751, "0.024"], [1702462763, "0.024"], [1702462793, "0.024"], [1702462808, "0.024"], [1702462829, "0.024"], [1702462844, "0.024"], [1702462865, "0.024"], [1702462880, "0.024"], [1702462904, "0.024"], [1702462919, "0.024"], [1702462952, "0.024"], [1702462973, "0.024"], [1702462988, "0.024"], [1702463045, "0.024"], [1702463081, "0.024"], [1702463114, "0.024"], [1702463150, "0.024"], [1702463186, "0.024"], [1702463216, "0.024"], [1702463240, "0.024"], [1702463273, "0.024"], [1702463324, "0.024"], [1702463354, "0.024"], [1702463381, "0.024"], [1702463417, "0.024"], [1702463453, "0.024"], [1702463477, "0.024"], [1702463510, "0.024"], [1702463537, "0.024"], [1702463570, "0.024"], [1702463591, "0.024"], [1702463621, "0.024"], [1702463657, "0.024"], [1702463693, "0.024"], [1702463729, "0.024"], [1702463765, "0.024"], [1702463798, "0.024"], [1702463846, "0.024"], [1702463873, "0.024"], [1702463906, "0.024"], [1702463948, "0.024"], [1702463984, "0.024"], [1702464014, "0.024"], [1702464050, "0.024"], [1702464086, "0.024"], [1702464122, "0.024"], [1702464155, "0.024"], [1702464194, "0.024"], [1702464230, "0.024"], [1702464263, "0.024"], [1702464299, "0.024"], [1702464332, "0.024"], [1702464356, "0.024"], [1702464392, "0.024"], [1702464425, "0.024"], [1702464455, "0.024"], [1702464479, "0.024"], [1702464509, "0.024"], [1702464533, "0.024"], [1702464569, "0.024"], [1702464605, "0.024"], [1702464635, "0.024"], [1702464671, "0.024"], [1702464716, "0.024"], [1702464743, "0.024"], [1702464776, "0.024"], [1702464812, "0.024"], [1702464836, "0.024"], [1702464869, "0.024"], [1702464905, "0.024"], [1702464926, "0.024"], [1702464956, "0.024"], [1702464992, "0.024"], [1702465016, "0.024"], [1702465049, "0.024"], [1702465085, "0.024"], [1702465118, "0.024"], [1702465145, "0.024"], [1702465178, "0.024"], [1702465208, "0.024"], [1702465241, "0.024"], [1702465298, "0.024"], [1702465334, "0.024"], [1702465367, "0.024"], [1702465394, "0.024"], [1702465418, "0.024"], [1702465445, "0.024"], [1702465481, "0.024"], [1702465517, "0.024"], [1702465550, "0.024"], [1702465586, "0.024"], [1702465619, "0.024"], [1702465658, "0.024"], [1702465706, "0.024"], [1702465754, "0.024"], [1702465787, "0.024"], [1702465823, "0.024"], [1702465856, "0.024"], [1702465880, "0.024"], [1702465910, "0.024"], [1702465952, "0.024"], [1702465988, "0.024"], [1702466015, "0.024"], [1702466030, "0.024"], [1702466060, "0.024"], [1702466078, "0.024"], [1702466138, "0.024"], [1702466168, "0.024"], [1702466204, "0.024"], [1702466237, "0.024"], [1702466261, "0.024"], [1702466291, "0.024"], [1702466327, "0.024"], [1702466360, "0.024"], [1702466384, "0.024"], [1702466417, "0.024"], [1702466441, "0.024"], [1702466471, "0.024"], [1702466507, "0.024"], [1702466540, "0.024"], [1702466597, "0.024"], [1702466633, "0.024"], [1702466666, "0.024"], [1702466705, "0.024"], [1702466732, "0.024"], [1702466765, "0.024"], [1702466801, "0.024"], [1702466852, "0.024"], [1702466876, "0.033"], [1702466918, "0.033"], [1702466978, "0.033"], [1702467014, "0.033"], [1702467038, "0.033"], [1702467068, "0.033"], [1702467122, "0.033"], [1702467158, "0.033"], [1702467191, "0.033"], [1702467221, "0.033"], [1702467257, "0.033"], [1702467299, "0.033"], [1702467350, "0.033"], [1702467386, "0.033"], [1702467419, "0.033"], [1702467455, "0.033"], [1702467515, "0.033"], [1702467542, "0.033"], [1702467566, "0.033"], [1702467599, "0.033"], [1702467635, "0.033"], [1702467668, "0.033"], [1702467695, "0.033"], [1702467716, "0.033"], [1702467746, "0.033"], [1702467800, "0.033"], [1702467824, "0.033"], [1702467908, "0.033"], [1702467944, "0.033"], [1702467968, "0.069"], [1702468001, "0.069"], [1702468031, "0.069"], [1702468067, "0.069"], [1702468085, "0.069"], [1702468115, "0.069"], [1702468151, "0.069"], [1702468181, "0.069"], [1702468208, "0.069"], [1702468241, "0.069"], [1702468256, "0.069"], [1702468286, "0.069"], [1702468322, "0.069"], [1702468352, "0.069"], [1702468388, "0.069"], [1702468424, "0.069"], [1702468457, "0.069"], [1702468493, "0.069"], [1702468517, "0.069"], [1702468550, "0.069"], [1702468586, "0.069"], [1702468613, "0.099"], [1702468637, "0.099"], [1702468679, "0.099"], [1702468721, "0.099"], [1702468730, "0.099"], [1702468766, "0.099"], [1702468799, "0.099"], [1702468835, "0.099"], [1702468898, "0.099"], [1702468934, "0.099"], [1702468970, "0.099"], [1702468994, "0.099"], [1702469024, "0.099"], [1702469060, "0.099"], [1702469111, "0.099"], [1702469144, "0.099"], [1702469168, "0.099"], [1702469204, "0.099"], [1702469237, "0.099"], [1702469273, "0.099"], [1702469303, "0.099"], [1702469336, "0.099"], [1702469360, "0.099"], [1702469387, "0.099"], [1702469411, "0.099"], [1702469435, "0.099"], [1702469468, "0.099"], [1702469504, "0.099"], [1702469537, "0.099"], [1702469573, "0.099"], [1702469606, "0.099"], [1702469633, "0.099"], [1702469660, "0.099"], [1702469684, "0.099"], [1702469717, "0.099"], [1702469753, "0.099"], [1702469786, "0.099"], [1702469816, "0.099"], [1702469834, "0.099"], [1702469864, "0.099"], [1702469906, "0.099"], [1702469936, "0.099"], [1702469972, "0.099"], [1702470005, "0.099"], [1702470029, "0.099"], [1702470065, "0.099"], [1702470101, "0.099"], [1702470131, "0.099"], [1702470167, "0.099"], [1702470203, "0.099"], [1702470251, "0.099"], [1702470278, "0.099"], [1702470311, "0.099"], [1702470347, "0.099"], [1702470371, "0.099"], [1702470404, "0.099"], [1702470440, "0.099"], [1702470476, "0.099"], [1702470506, "0.099"], [1702470542, "0.099"], [1702470575, "0.099"], [1702470611, "0.099"], [1702470635, "0.099"], [1702470662, "0.099"], [1702470686, "0.099"], [1702470719, "0.099"], [1702470746, "0.099"], [1702470812, "0.099"], [1702470845, "0.099"], [1702470875, "0.099"], [1702470899, "0.099"], [1702470953, "0.099"], [1702470983, "0.099"], [1702471025, "0.099"], [1702471067, "0.099"], [1702471169, "0.099"], [1702471193, "0.099"], [1702471226, "0.099"], [1702471265, "0.099"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.06"], [1702462721, "0.06"], [1702462736, "0.06"], [1702462751, "0.06"], [1702462763, "0.063"], [1702462793, "0.063"], [1702462808, "0.063"], [1702462829, "0.063"], [1702462844, "0.063"], [1702462865, "0.063"], [1702462880, "0.063"], [1702462904, "0.063"], [1702462919, "0.063"], [1702462952, "0.063"], [1702462973, "0.063"], [1702462988, "0.063"], [1702463045, "0.063"], [1702463081, "0.063"], [1702463114, "0.063"], [1702463150, "0.063"], [1702463186, "0.063"], [1702463216, "0.063"], [1702463240, "0.063"], [1702463273, "0.063"], [1702463324, "0.063"], [1702463354, "0.063"], [1702463381, "0.063"], [1702463417, "0.063"], [1702463453, "0.063"], [1702463477, "0.063"], [1702463510, "0.063"], [1702463537, "0.063"], [1702463570, "0.063"], [1702463591, "0.063"], [1702463621, "0.063"], [1702463657, "0.063"], [1702463693, "0.063"], [1702463729, "0.063"], [1702463765, "0.063"], [1702463798, "0.063"], [1702463846, "0.063"], [1702463873, "0.063"], [1702463906, "0.063"], [1702463948, "0.063"], [1702463984, "0.063"], [1702464014, "0.063"], [1702464050, "0.063"], [1702464086, "0.063"], [1702464122, "0.063"], [1702464155, "0.063"], [1702464194, "0.063"], [1702464230, "0.063"], [1702464263, "0.063"], [1702464299, "0.063"], [1702464332, "0.063"], [1702464356, "0.063"], [1702464392, "0.063"], [1702464425, "0.063"], [1702464455, "0.063"], [1702464479, "0.063"], [1702464509, "0.063"], [1702464533, "0.063"], [1702464569, "0.063"], [1702464605, "0.063"], [1702464635, "0.063"], [1702464671, "0.063"], [1702464716, "0.063"], [1702464743, "0.063"], [1702464776, "0.063"], [1702464812, "0.063"], [1702464836, "0.063"], [1702464869, "0.063"], [1702464905, "0.063"], [1702464926, "0.063"], [1702464956, "0.063"], [1702464992, "0.063"], [1702465016, "0.063"], [1702465049, "0.063"], [1702465085, "0.063"], [1702465118, "0.063"], [1702465145, "0.063"], [1702465178, "0.063"], [1702465208, "0.063"], [1702465241, "0.063"], [1702465298, "0.063"], [1702465334, "0.063"], [1702465367, "0.063"], [1702465394, "0.063"], [1702465418, "0.063"], [1702465445, "0.063"], [1702465481, "0.063"], [1702465517, "0.063"], [1702465550, "0.063"], [1702465586, "0.063"], [1702465619, "0.063"], [1702465658, "0.063"], [1702465706, "0.063"], [1702465754, "0.063"], [1702465787, "0.063"], [1702465823, "0.063"], [1702465856, "0.063"], [1702465880, "0.063"], [1702465910, "0.063"], [1702465952, "0.063"], [1702465988, "0.063"], [1702466015, "0.063"], [1702466030, "0.063"], [1702466060, "0.063"], [1702466078, "0.063"], [1702466138, "0.063"], [1702466168, "0.063"], [1702466204, "0.063"], [1702466237, "0.063"], [1702466261, "0.063"], [1702466291, "0.063"], [1702466327, "0.063"], [1702466360, "0.063"], [1702466384, "0.063"], [1702466417, "0.063"], [1702466441, "0.063"], [1702466471, "0.063"], [1702466507, "0.063"], [1702466540, "0.063"], [1702466597, "0.063"], [1702466633, "0.063"], [1702466666, "0.063"], [1702466705, "0.063"], [1702466732, "0.063"], [1702466765, "0.063"], [1702466801, "0.063"], [1702466852, "0.063"], [1702466876, "0.087"], [1702466918, "0.087"], [1702466978, "0.087"], [1702467014, "0.087"], [1702467038, "0.087"], [1702467068, "0.087"], [1702467122, "0.087"], [1702467158, "0.087"], [1702467191, "0.087"], [1702467221, "0.087"], [1702467257, "0.087"], [1702467299, "0.087"], [1702467350, "0.087"], [1702467386, "0.087"], [1702467419, "0.087"], [1702467455, "0.087"], [1702467515, "0.087"], [1702467542, "0.087"], [1702467566, "0.087"], [1702467599, "0.099"], [1702467635, "0.099"], [1702467668, "0.099"], [1702467695, "0.099"], [1702467716, "0.099"], [1702467746, "0.099"], [1702467800, "0.099"], [1702467824, "0.099"], [1702467908, "0.099"], [1702467944, "0.099"], [1702467968, "0.099"], [1702468001, "0.099"], [1702468031, "0.099"], [1702468067, "0.099"], [1702468085, "0.099"], [1702468115, "0.099"], [1702468151, "0.099"], [1702468181, "0.099"], [1702468208, "0.099"], [1702468241, "0.099"], [1702468256, "0.099"], [1702468286, "0.099"], [1702468322, "0.099"], [1702468352, "0.099"], [1702468388, "0.099"], [1702468424, "0.099"], [1702468457, "0.099"], [1702468493, "0.099"], [1702468517, "0.099"], [1702468550, "0.099"], [1702468586, "0.099"], [1702468613, "0.108"], [1702468637, "0.108"], [1702468679, "0.108"], [1702468721, "0.108"], [1702468730, "0.108"], [1702468766, "0.108"], [1702468799, "0.108"], [1702468835, "0.108"], [1702468898, "0.108"], [1702468934, "0.108"], [1702468970, "0.108"], [1702468994, "0.108"], [1702469024, "0.108"], [1702469060, "0.108"], [1702469111, "0.108"], [1702469144, "0.108"], [1702469168, "0.108"], [1702469204, "0.108"], [1702469237, "0.108"], [1702469273, "0.108"], [1702469303, "0.108"], [1702469336, "0.108"], [1702469360, "0.108"], [1702469387, "0.108"], [1702469411, "0.108"], [1702469435, "0.108"], [1702469468, "0.108"], [1702469504, "0.108"], [1702469537, "0.108"], [1702469573, "0.108"], [1702469606, "0.108"], [1702469633, "0.108"], [1702469660, "0.108"], [1702469684, "0.108"], [1702469717, "0.108"], [1702469753, "0.108"], [1702469786, "0.108"], [1702469816, "0.108"], [1702469834, "0.108"], [1702469864, "0.108"], [1702469906, "0.108"], [1702469936, "0.108"], [1702469972, "0.108"], [1702470005, "0.108"], [1702470029, "0.108"], [1702470065, "0.108"], [1702470101, "0.108"], [1702470131, "0.108"], [1702470167, "0.108"], [1702470203, "0.108"], [1702470251, "0.108"], [1702470278, "0.108"], [1702470311, "0.108"], [1702470347, "0.108"], [1702470371, "0.108"], [1702470404, "0.108"], [1702470440, "0.108"], [1702470476, "0.108"], [1702470506, "0.108"], [1702470542, "0.108"], [1702470575, "0.108"], [1702470611, "0.108"], [1702470635, "0.108"], [1702470662, "0.108"], [1702470686, "0.108"], [1702470719, "0.108"], [1702470746, "0.108"], [1702470812, "0.108"], [1702470845, "0.108"], [1702470875, "0.108"], [1702470899, "0.108"], [1702470953, "0.108"], [1702470983, "0.108"], [1702471025, "0.108"], [1702471067, "0.108"], [1702471169, "0.108"], [1702471193, "0.108"], [1702471226, "0.108"], [1702471265, "0.108"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "60.852"], [1702462793, "73.485"], [1702462808, "79.734"], [1702462829, "85.983"], [1702462844, "91.986"], [1702462865, "97.989"], [1702462880, "103.992"], [1702462904, "115.998"], [1702462919, "122.001"], [1702462952, "134.007"], [1702462973, "140.01"], [1702462988, "146.013"], [1702463045, "164.022"], [1702463081, "176.028"], [1702463114, "188.034"], [1702463150, "200.04"], [1702463186, "212.046"], [1702463216, "224.052"], [1702463240, "236.058"], [1702463273, "248.064"], [1702463324, "266.073"], [1702463354, "278.079"], [1702463381, "290.085"], [1702463417, "302.091"], [1702463453, "314.097"], [1702463477, "326.103"], [1702463510, "338.109"], [1702463537, "350.115"], [1702463570, "362.121"], [1702463591, "374.127"], [1702463621, "386.133"], [1702463657, "398.139"], [1702463693, "410.145"], [1702463729, "422.151"], [1702463765, "434.157"], [1702463798, "446.163"], [1702463846, "464.172"], [1702463873, "476.178"], [1702463906, "488.184"], [1702463948, "506.193"], [1702463984, "518.199"], [1702464014, "530.205"], [1702464050, "542.211"], [1702464086, "554.217"], [1702464122, "566.223"], [1702464155, "578.229"], [1702464194, "596.238"], [1702464230, "608.244"], [1702464263, "620.25"], [1702464299, "632.256"], [1702464332, "644.262"], [1702464356, "656.268"], [1702464392, "668.274"], [1702464425, "680.28"], [1702464455, "692.286"], [1702464479, "704.292"], [1702464509, "716.298"], [1702464533, "728.304"], [1702464569, "740.31"], [1702464605, "752.316"], [1702464635, "764.322"], [1702464671, "776.328"], [1702464716, "788.334"], [1702464743, "800.34"], [1702464776, "812.346"], [1702464812, "824.352"], [1702464836, "836.358"], [1702464869, "848.364"], [1702464905, "860.37"], [1702464926, "872.376"], [1702464956, "884.382"], [1702464992, "896.388"], [1702465016, "908.394"], [1702465049, "920.4"], [1702465085, "932.406"], [1702465118, "944.412"], [1702465145, "956.418"], [1702465178, "968.424"], [1702465208, "980.43"], [1702465241, "992.436"], [1702465298, "1010.445"], [1702465334, "1022.451"], [1702465367, "1034.457"], [1702465394, "1046.463"], [1702465418, "1058.469"], [1702465445, "1070.475"], [1702465481, "1082.481"], [1702465517, "1094.487"], [1702465550, "1106.493"], [1702465586, "1118.499"], [1702465619, "1130.505"], [1702465658, "1142.511"], [1702465706, "1154.517"], [1702465754, "1172.526"], [1702465787, "1184.532"], [1702465823, "1196.538"], [1702465856, "1208.544"], [1702465880, "1220.55"], [1702465910, "1232.556"], [1702465952, "1244.562"], [1702465988, "1256.568"], [1702466015, "1268.574"], [1702466030, "1280.58"], [1702466060, "1292.586"], [1702466078, "1304.592"], [1702466138, "1322.601"], [1702466168, "1334.607"], [1702466204, "1346.613"], [1702466237, "1358.619"], [1702466261, "1370.625"], [1702466291, "1382.631"], [1702466327, "1394.637"], [1702466360, "1406.643"], [1702466384, "1418.649"], [1702466417, "1430.655"], [1702466441, "1442.661"], [1702466471, "1454.667"], [1702466507, "1466.673"], [1702466540, "1478.679"], [1702466597, "1496.688"], [1702466633, "1508.694"], [1702466666, "1520.7"], [1702466705, "1532.706"], [1702466732, "1544.712"], [1702466765, "1556.718"], [1702466801, "1568.724"], [1702466852, "1586.733"], [1702466876, "1598.739"], [1702466918, "1610.745"], [1702466978, "1634.757"], [1702467014, "1646.763"], [1702467038, "1658.769"], [1702467068, "1670.775"], [1702467122, "1688.784"], [1702467158, "1700.79"], [1702467191, "1712.796"], [1702467221, "1724.802"], [1702467257, "1736.808"], [1702467299, "1748.814"], [1702467350, "1766.823"], [1702467386, "1778.829"], [1702467419, "1790.835"], [1702467455, "1802.841"], [1702467515, "1826.853"], [1702467542, "1838.859"], [1702467566, "1850.865"], [1702467599, "1862.871"], [1702467635, "1874.877"], [1702467668, "1886.883"], [1702467695, "1898.889"], [1702467716, "1910.895"], [1702467746, "1922.901"], [1702467800, "1940.91"], [1702467824, "1952.916"], [1702467908, "1982.931"], [1702467944, "1994.937"], [1702467968, "2006.943"], [1702468001, "2018.949"], [1702468031, "2030.955"], [1702468067, "2042.961"], [1702468085, "2054.967"], [1702468115, "2066.973"], [1702468151, "2078.979"], [1702468181, "2090.985"], [1702468208, "2102.991"], [1702468241, "2114.997"], [1702468256, "2127.003"], [1702468286, "2139.009"], [1702468322, "2151.015"], [1702468352, "2163.021"], [1702468388, "2175.027"], [1702468424, "2187.033"], [1702468457, "2199.039"], [1702468493, "2211.045"], [1702468517, "2223.051"], [1702468550, "2235.057"], [1702468586, "2247.063"], [1702468613, "2259.069"], [1702468637, "2271.075"], [1702468679, "2283.081"], [1702468721, "2295.087"], [1702468730, "2301.09"], [1702468766, "2313.096"], [1702468799, "2325.102"], [1702468835, "2337.108"], [1702468898, "2355.117"], [1702468934, "2367.123"], [1702468970, "2379.129"], [1702468994, "2391.135"], [1702469024, "2403.141"], [1702469060, "2415.147"], [1702469111, "2433.156"], [1702469144, "2445.162"], [1702469168, "2457.168"], [1702469204, "2469.174"], [1702469237, "2481.18"], [1702469273, "2493.186"], [1702469303, "2505.192"], [1702469336, "2517.198"], [1702469360, "2529.204"], [1702469387, "2541.21"], [1702469411, "2553.216"], [1702469435, "2565.222"], [1702469468, "2577.228"], [1702469504, "2589.234"], [1702469537, "2601.24"], [1702469573, "2613.246"], [1702469606, "2625.252"], [1702469633, "2637.258"], [1702469660, "2649.264"], [1702469684, "2661.27"], [1702469717, "2673.276"], [1702469753, "2685.282"], [1702469786, "2697.288"], [1702469816, "2709.294"], [1702469834, "2721.3"], [1702469864, "2733.306"], [1702469906, "2751.315"], [1702469936, "2763.321"], [1702469972, "2775.327"], [1702470005, "2787.333"], [1702470029, "2799.339"], [1702470065, "2811.345"], [1702470101, "2823.351"], [1702470131, "2835.357"], [1702470167, "2847.363"], [1702470203, "2859.369"], [1702470251, "2877.378"], [1702470278, "2889.384"], [1702470311, "2901.39"], [1702470347, "2913.396"], [1702470371, "2925.402"], [1702470404, "2937.408"], [1702470440, "2949.414"], [1702470476, "2961.42"], [1702470506, "2973.426"], [1702470542, "2985.432"], [1702470575, "2997.438"], [1702470611, "3009.444"], [1702470635, "3021.45"], [1702470662, "3033.456"], [1702470686, "3045.462"], [1702470719, "3057.468"], [1702470746, "3069.474"], [1702470812, "3093.486"], [1702470845, "3105.492"], [1702470875, "3117.498"], [1702470899, "3129.504"], [1702470953, "3147.513"], [1702470983, "3159.519"], [1702471025, "3171.525"], [1702471067, "3189.534"], [1702471169, "3219.549"], [1702471193, "3231.555"], [1702471226, "3243.561"], [1702471265, "3255.567"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "34.902"], [1702462721, "41.424"], [1702462736, "47.946"], [1702462751, "54.468"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0.015"], [1702462721, "0.015"], [1702462736, "0.015"], [1702462751, "0.015"], [1702462763, "0.015"], [1702462793, "0.015"], [1702462808, "0.015"], [1702462829, "0.015"], [1702462844, "0.015"], [1702462865, "0.015"], [1702462880, "0.015"], [1702462904, "0.015"], [1702462919, "0.015"], [1702462952, "0.015"], [1702462973, "0.015"], [1702462988, "0.015"], [1702463045, "0.015"], [1702463081, "0.015"], [1702463114, "0.015"], [1702463150, "0.015"], [1702463186, "0.015"], [1702463216, "0.015"], [1702463240, "0.015"], [1702463273, "0.015"], [1702463324, "0.015"], [1702463354, "0.015"], [1702463381, "0.015"], [1702463417, "0.015"], [1702463453, "0.015"], [1702463477, "0.015"], [1702463510, "0.015"], [1702463537, "0.015"], [1702463570, "0.015"], [1702463591, "0.015"], [1702463621, "0.015"], [1702463657, "0.015"], [1702463693, "0.015"], [1702463729, "0.015"], [1702463765, "0.015"], [1702463798, "0.015"], [1702463846, "0.015"], [1702463873, "0.015"], [1702463906, "0.015"], [1702463948, "0.015"], [1702463984, "0.015"], [1702464014, "0.015"], [1702464050, "0.015"], [1702464086, "0.015"], [1702464122, "0.015"], [1702464155, "0.015"], [1702464194, "0.015"], [1702464230, "0.015"], [1702464263, "0.015"], [1702464299, "0.015"], [1702464332, "0.015"], [1702464356, "0.015"], [1702464392, "0.015"], [1702464425, "0.015"], [1702464455, "0.015"], [1702464479, "0.015"], [1702464509, "0.015"], [1702464533, "0.015"], [1702464569, "0.015"], [1702464605, "0.015"], [1702464635, "0.015"], [1702464671, "0.015"], [1702464716, "0.015"], [1702464743, "0.015"], [1702464776, "0.015"], [1702464812, "0.015"], [1702464836, "0.015"], [1702464869, "0.015"], [1702464905, "0.015"], [1702464926, "0.015"], [1702464956, "0.015"], [1702464992, "0.015"], [1702465016, "0.015"], [1702465049, "0.015"], [1702465085, "0.015"], [1702465118, "0.015"], [1702465145, "0.015"], [1702465178, "0.015"], [1702465208, "0.015"], [1702465241, "0.015"], [1702465298, "0.015"], [1702465334, "0.015"], [1702465367, "0.015"], [1702465394, "0.015"], [1702465418, "0.015"], [1702465445, "0.015"], [1702465481, "0.015"], [1702465517, "0.015"], [1702465550, "0.015"], [1702465586, "0.015"], [1702465619, "0.015"], [1702465658, "0.015"], [1702465706, "0.015"], [1702465754, "0.015"], [1702465787, "0.015"], [1702465823, "0.015"], [1702465856, "0.015"], [1702465880, "0.015"], [1702465910, "0.015"], [1702465952, "0.015"], [1702465988, "0.015"], [1702466015, "0.015"], [1702466030, "0.015"], [1702466060, "0.015"], [1702466078, "0.015"], [1702466138, "0.015"], [1702466168, "0.015"], [1702466204, "0.015"], [1702466237, "0.015"], [1702466261, "0.015"], [1702466291, "0.015"], [1702466327, "0.015"], [1702466360, "0.015"], [1702466384, "0.015"], [1702466417, "0.015"], [1702466441, "0.015"], [1702466471, "0.015"], [1702466507, "0.015"], [1702466540, "0.015"], [1702466597, "0.015"], [1702466633, "0.015"], [1702466666, "0.015"], [1702466705, "0.015"], [1702466732, "0.015"], [1702466765, "0.015"], [1702466801, "0.015"], [1702466852, "0.015"], [1702466876, "0.015"], [1702466918, "0.015"], [1702466978, "0.015"], [1702467014, "0.015"], [1702467038, "0.015"], [1702467068, "0.015"], [1702467122, "0.015"], [1702467158, "0.015"], [1702467191, "0.015"], [1702467221, "0.015"], [1702467257, "0.015"], [1702467299, "0.015"], [1702467350, "0.015"], [1702467386, "0.015"], [1702467419, "0.015"], [1702467455, "0.015"], [1702467515, "0.015"], [1702467542, "0.015"], [1702467566, "0.015"], [1702467599, "0.015"], [1702467635, "0.015"], [1702467668, "0.015"], [1702467695, "0.015"], [1702467716, "0.015"], [1702467746, "0.015"], [1702467800, "0.015"], [1702467824, "0.015"], [1702467908, "0.015"], [1702467944, "0.015"], [1702467968, "0.015"], [1702468001, "0.015"], [1702468031, "0.015"], [1702468067, "0.015"], [1702468085, "0.015"], [1702468115, "0.015"], [1702468151, "0.015"], [1702468181, "0.015"], [1702468208, "0.015"], [1702468241, "0.015"], [1702468256, "0.015"], [1702468286, "0.015"], [1702468322, "0.015"], [1702468352, "0.015"], [1702468388, "0.015"], [1702468424, "0.015"], [1702468457, "0.015"], [1702468493, "0.015"], [1702468517, "0.015"], [1702468550, "0.015"], [1702468586, "0.015"], [1702468613, "0.015"], [1702468637, "0.015"], [1702468679, "0.015"], [1702468721, "0.015"], [1702468730, "0.015"], [1702468766, "0.015"], [1702468799, "0.015"], [1702468835, "0.015"], [1702468898, "0.015"], [1702468934, "0.015"], [1702468970, "0.015"], [1702468994, "0.015"], [1702469024, "0.015"], [1702469060, "0.015"], [1702469111, "0.015"], [1702469144, "0.015"], [1702469168, "0.015"], [1702469204, "0.015"], [1702469237, "0.015"], [1702469273, "0.015"], [1702469303, "0.015"], [1702469336, "0.015"], [1702469360, "0.015"], [1702469387, "0.015"], [1702469411, "0.015"], [1702469435, "0.015"], [1702469468, "0.015"], [1702469504, "0.015"], [1702469537, "0.015"], [1702469573, "0.015"], [1702469606, "0.015"], [1702469633, "0.015"], [1702469660, "0.015"], [1702469684, "0.015"], [1702469717, "0.015"], [1702469753, "0.015"], [1702469786, "0.015"], [1702469816, "0.015"], [1702469834, "0.015"], [1702469864, "0.015"], [1702469906, "0.015"], [1702469936, "0.015"], [1702469972, "0.015"], [1702470005, "0.015"], [1702470029, "0.015"], [1702470065, "0.015"], [1702470101, "0.015"], [1702470131, "0.015"], [1702470167, "0.015"], [1702470203, "0.015"], [1702470251, "0.015"], [1702470278, "0.015"], [1702470311, "0.015"], [1702470347, "0.015"], [1702470371, "0.015"], [1702470404, "0.015"], [1702470440, "0.015"], [1702470476, "0.015"], [1702470506, "0.015"], [1702470542, "0.015"], [1702470575, "0.015"], [1702470611, "0.015"], [1702470635, "0.015"], [1702470662, "0.015"], [1702470686, "0.015"], [1702470719, "0.015"], [1702470746, "0.015"], [1702470812, "0.015"], [1702470845, "0.015"], [1702470875, "0.015"], [1702470899, "0.015"], [1702470953, "0.015"], [1702470983, "0.015"], [1702471025, "0.015"], [1702471067, "0.015"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "44.733"], [1702462721, "44.733"], [1702462736, "44.733"], [1702462751, "44.733"], [1702462763, "54.429"], [1702462793, "54.429"], [1702462808, "54.429"], [1702462829, "54.429"], [1702462844, "54.429"], [1702462865, "54.429"], [1702462880, "54.429"], [1702462904, "54.429"], [1702462919, "54.429"], [1702462952, "54.429"], [1702462973, "54.429"], [1702462988, "54.429"], [1702463045, "54.429"], [1702463081, "54.429"], [1702463114, "54.429"], [1702463150, "54.429"], [1702463186, "54.429"], [1702463216, "54.429"], [1702463240, "54.429"], [1702463273, "54.429"], [1702463324, "54.429"], [1702463354, "54.429"], [1702463381, "54.429"], [1702463417, "54.429"], [1702463453, "54.429"], [1702463477, "54.429"], [1702463510, "54.429"], [1702463537, "54.429"], [1702463570, "54.429"], [1702463591, "54.429"], [1702463621, "54.429"], [1702463657, "54.429"], [1702463693, "54.429"], [1702463729, "54.429"], [1702463765, "54.429"], [1702463798, "54.429"], [1702463846, "54.429"], [1702463873, "54.429"], [1702463906, "54.429"], [1702463948, "54.429"], [1702463984, "54.429"], [1702464014, "54.429"], [1702464050, "54.429"], [1702464086, "54.429"], [1702464122, "54.429"], [1702464155, "54.429"], [1702464194, "54.429"], [1702464230, "54.429"], [1702464263, "54.429"], [1702464299, "54.429"], [1702464332, "54.429"], [1702464356, "54.429"], [1702464392, "54.429"], [1702464425, "54.429"], [1702464455, "54.429"], [1702464479, "54.429"], [1702464509, "54.429"], [1702464533, "54.429"], [1702464569, "54.429"], [1702464605, "54.429"], [1702464635, "54.429"], [1702464671, "54.429"], [1702464716, "54.429"], [1702464743, "54.429"], [1702464776, "54.429"], [1702464812, "54.429"], [1702464836, "54.429"], [1702464869, "54.429"], [1702464905, "54.429"], [1702464926, "54.429"], [1702464956, "54.429"], [1702464992, "54.429"], [1702465016, "54.429"], [1702465049, "54.429"], [1702465085, "54.429"], [1702465118, "56.76"], [1702465145, "56.76"], [1702465178, "56.76"], [1702465208, "56.76"], [1702465241, "56.76"], [1702465298, "56.76"], [1702465334, "56.76"], [1702465367, "56.76"], [1702465394, "56.76"], [1702465418, "56.76"], [1702465445, "56.76"], [1702465481, "56.76"], [1702465517, "56.76"], [1702465550, "56.76"], [1702465586, "56.76"], [1702465619, "56.76"], [1702465658, "56.76"], [1702465706, "56.76"], [1702465754, "56.76"], [1702465787, "56.76"], [1702465823, "56.76"], [1702465856, "56.76"], [1702465880, "56.76"], [1702465910, "56.76"], [1702465952, "56.76"], [1702465988, "56.76"], [1702466015, "56.76"], [1702466030, "56.76"], [1702466060, "56.76"], [1702466078, "56.76"], [1702466138, "56.76"], [1702466168, "56.76"], [1702466204, "56.76"], [1702466237, "56.76"], [1702466261, "56.76"], [1702466291, "56.76"], [1702466327, "56.76"], [1702466360, "56.76"], [1702466384, "56.76"], [1702466417, "56.76"], [1702466441, "56.76"], [1702466471, "56.76"], [1702466507, "56.76"], [1702466540, "56.76"], [1702466597, "56.76"], [1702466633, "56.76"], [1702466666, "56.76"], [1702466705, "56.76"], [1702466732, "56.76"], [1702466765, "56.76"], [1702466801, "56.76"], [1702466852, "56.76"], [1702466876, "87.747"], [1702466918, "87.747"], [1702466978, "87.747"], [1702467014, "87.747"], [1702467038, "87.747"], [1702467068, "87.747"], [1702467122, "87.747"], [1702467158, "87.747"], [1702467191, "87.747"], [1702467221, "87.747"], [1702467257, "87.747"], [1702467299, "87.747"], [1702467350, "87.747"], [1702467386, "87.747"], [1702467419, "87.747"], [1702467455, "87.747"], [1702467515, "87.747"], [1702467542, "87.747"], [1702467566, "87.747"], [1702467599, "87.747"], [1702467635, "87.747"], [1702467668, "87.747"], [1702467695, "87.747"], [1702467716, "87.747"], [1702467746, "87.747"], [1702467800, "87.747"], [1702467824, "87.747"], [1702467908, "87.747"], [1702467944, "87.747"], [1702467968, "95.484"], [1702468001, "95.484"], [1702468031, "95.484"], [1702468067, "95.484"], [1702468085, "95.484"], [1702468115, "95.484"], [1702468151, "95.484"], [1702468181, "95.484"], [1702468208, "95.484"], [1702468241, "95.484"], [1702468256, "95.484"], [1702468286, "95.484"], [1702468322, "95.484"], [1702468352, "95.484"], [1702468388, "95.484"], [1702468424, "95.484"], [1702468457, "95.484"], [1702468493, "95.484"], [1702468517, "95.484"], [1702468550, "95.484"], [1702468586, "95.484"], [1702468613, "107.502"], [1702468637, "107.502"], [1702468679, "107.502"], [1702468721, "107.502"], [1702468730, "107.502"], [1702468766, "107.502"], [1702468799, "107.502"], [1702468835, "107.502"], [1702468898, "107.502"], [1702468934, "107.502"], [1702468970, "107.502"], [1702468994, "107.502"], [1702469024, "122.202"], [1702469060, "122.202"], [1702469111, "122.202"], [1702469144, "122.202"], [1702469168, "122.202"], [1702469204, "122.202"], [1702469237, "122.202"], [1702469273, "122.202"], [1702469303, "122.202"], [1702469336, "122.202"], [1702469360, "122.202"], [1702469387, "122.202"], [1702469411, "122.202"], [1702469435, "122.202"], [1702469468, "122.202"], [1702469504, "122.202"], [1702469537, "122.202"], [1702469573, "122.202"], [1702469606, "122.202"], [1702469633, "122.202"], [1702469660, "122.202"], [1702469684, "122.202"], [1702469717, "122.202"], [1702469753, "122.202"], [1702469786, "122.202"], [1702469816, "122.202"], [1702469834, "122.202"], [1702469864, "122.202"], [1702469906, "122.202"], [1702469936, "122.202"], [1702469972, "122.202"], [1702470005, "122.202"], [1702470029, "122.202"], [1702470065, "122.202"], [1702470101, "122.202"], [1702470131, "122.202"], [1702470167, "122.202"], [1702470203, "122.202"], [1702470251, "122.202"], [1702470278, "122.202"], [1702470311, "122.202"], [1702470347, "122.202"], [1702470371, "122.202"], [1702470404, "122.202"], [1702470440, "122.202"], [1702470476, "122.202"], [1702470506, "122.202"], [1702470542, "122.202"], [1702470575, "122.202"], [1702470611, "122.202"], [1702470635, "122.202"], [1702470662, "122.202"], [1702470686, "122.202"], [1702470719, "122.202"], [1702470746, "122.202"], [1702470812, "122.202"], [1702470845, "122.202"], [1702470875, "122.202"], [1702470899, "122.202"], [1702470953, "122.202"], [1702470983, "122.202"], [1702471025, "122.202"], [1702471067, "122.202"], [1702471169, "122.202"], [1702471193, "122.202"], [1702471226, "122.202"], [1702471265, "122.202"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}], "kepler_container_package_joules_total": [{"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.306"], [1702462721, "0.306"], [1702462736, "0.411"], [1702462751, "0.411"], [1702462763, "0.411"], [1702462793, "0.411"], [1702462808, "0.411"], [1702462829, "0.411"], [1702462844, "0.411"], [1702462865, "0.411"], [1702462880, "0.411"], [1702462904, "0.411"], [1702462919, "0.411"], [1702462952, "0.411"], [1702462973, "0.411"], [1702462988, "0.411"], [1702463045, "0.411"], [1702463081, "0.411"], [1702463114, "0.411"], [1702463150, "0.411"], [1702463186, "0.411"], [1702463216, "0.411"], [1702463240, "0.411"], [1702463273, "0.411"], [1702463324, "0.411"], [1702463354, "0.411"], [1702463381, "0.903"], [1702463417, "0.903"], [1702463453, "0.903"], [1702463477, "0.903"], [1702463510, "0.903"], [1702463537, "0.903"], [1702463570, "0.903"], [1702463591, "0.903"], [1702463621, "0.903"], [1702463657, "0.903"], [1702463693, "0.903"], [1702463729, "0.903"], [1702463765, "0.903"], [1702463798, "0.903"], [1702463846, "0.903"], [1702463873, "0.903"], [1702463906, "0.903"], [1702463948, "0.903"], [1702463984, "0.903"], [1702464014, "0.903"], [1702464050, "0.903"], [1702464086, "0.903"], [1702464122, "0.903"], [1702464155, "0.903"], [1702464194, "0.903"], [1702464230, "0.903"], [1702464263, "0.903"], [1702464299, "0.903"], [1702464332, "0.903"], [1702464356, "0.903"], [1702464392, "0.903"], [1702464425, "0.903"], [1702464455, "0.903"], [1702464479, "0.903"], [1702464509, "0.903"], [1702464533, "0.903"], [1702464569, "0.903"], [1702464605, "0.903"], [1702464635, "0.903"], [1702464671, "0.903"], [1702464716, "0.903"], [1702464743, "0.903"], [1702464776, "0.903"], [1702464812, "0.903"], [1702464836, "0.903"], [1702464869, "0.903"], [1702464905, "0.903"], [1702464926, "0.903"], [1702464956, "0.903"], [1702464992, "0.903"], [1702465016, "0.903"], [1702465049, "0.903"], [1702465085, "0.903"], [1702465118, "0.903"], [1702465145, "0.903"], [1702465178, "0.903"], [1702465208, "0.903"], [1702465241, "0.903"], [1702465298, "0.903"], [1702465334, "0.903"], [1702465367, "0.903"], [1702465394, "0.903"], [1702465418, "0.903"], [1702465445, "0.903"], [1702465481, "0.903"], [1702465517, "0.903"], [1702465550, "0.903"], [1702465586, "0.903"], [1702465619, "0.903"], [1702465658, "0.903"], [1702465706, "0.903"], [1702465754, "0.903"], [1702465787, "0.903"], [1702465823, "0.903"], [1702465856, "0.903"], [1702465880, "0.903"], [1702465910, "0.903"], [1702465952, "0.903"], [1702465988, "0.903"], [1702466015, "0.903"], [1702466030, "0.903"], [1702466060, "0.903"], [1702466078, "0.903"], [1702466138, "0.903"], [1702466168, "0.903"], [1702466204, "0.903"], [1702466237, "0.903"], [1702466261, "0.903"], [1702466291, "0.903"], [1702466327, "0.903"], [1702466360, "0.903"], [1702466384, "0.903"], [1702466417, "0.903"], [1702466441, "0.903"], [1702466471, "0.903"], [1702466507, "0.903"], [1702466540, "0.903"], [1702466597, "0.903"], [1702466633, "0.903"], [1702466666, "0.903"], [1702466705, "0.903"], [1702466732, "0.903"], [1702466765, "0.903"], [1702466801, "0.903"], [1702466852, "0.903"], [1702466876, "0.903"], [1702466918, "0.903"], [1702466978, "0.903"], [1702467014, "0.903"], [1702467038, "0.903"], [1702467068, "0.903"], [1702467122, "0.903"], [1702467158, "0.903"], [1702467191, "0.903"], [1702467221, "0.903"], [1702467257, "0.903"], [1702467299, "0.903"], [1702467350, "0.903"], [1702467386, "0.903"], [1702467419, "0.903"], [1702467455, "0.903"], [1702467515, "0.903"], [1702467542, "0.903"], [1702467566, "0.903"], [1702467599, "0.903"], [1702467635, "0.903"], [1702467668, "0.903"], [1702467695, "0.903"], [1702467716, "0.903"], [1702467746, "0.903"], [1702467800, "0.903"], [1702467824, "0.903"], [1702467908, "0.903"], [1702467944, "0.903"], [1702467968, "0.903"], [1702468001, "0.903"], [1702468031, "0.903"], [1702468067, "0.903"], [1702468085, "0.903"], [1702468115, "0.903"], [1702468151, "0.903"], [1702468181, "0.903"], [1702468208, "0.903"], [1702468241, "0.903"], [1702468256, "0.903"], [1702468286, "0.903"], [1702468322, "0.903"], [1702468352, "0.903"], [1702468388, "0.903"], [1702468424, "0.903"], [1702468457, "0.903"], [1702468493, "0.903"], [1702468517, "0.903"], [1702468550, "0.903"], [1702468586, "0.903"], [1702468613, "0.903"], [1702468637, "0.903"], [1702468679, "0.903"], [1702468721, "0.903"], [1702468730, "0.903"], [1702468766, "0.903"], [1702468799, "0.903"], [1702468835, "0.903"], [1702468898, "0.903"], [1702468934, "0.903"], [1702468970, "0.903"], [1702468994, "0.903"], [1702469024, "0.903"], [1702469060, "0.903"], [1702469111, "0.903"], [1702469144, "0.903"], [1702469168, "0.903"], [1702469204, "0.903"], [1702469237, "0.903"], [1702469273, "0.903"], [1702469303, "0.903"], [1702469336, "0.903"], [1702469360, "0.903"], [1702469387, "0.903"], [1702469411, "0.903"], [1702469435, "0.903"], [1702469468, "0.903"], [1702469504, "0.903"], [1702469537, "0.903"], [1702469573, "0.903"], [1702469606, "0.903"], [1702469633, "0.903"], [1702469660, "0.903"], [1702469684, "0.903"], [1702469717, "0.903"], [1702469753, "0.903"], [1702469786, "0.903"], [1702469816, "0.903"], [1702469834, "0.903"], [1702469864, "0.903"], [1702469906, "0.903"], [1702469936, "0.903"], [1702469972, "0.903"], [1702470005, "0.903"], [1702470029, "0.903"], [1702470065, "0.903"], [1702470101, "0.903"], [1702470131, "0.903"], [1702470167, "0.903"], [1702470203, "0.903"], [1702470251, "0.903"], [1702470278, "0.903"], [1702470311, "0.903"], [1702470347, "0.903"], [1702470371, "0.903"], [1702470404, "0.903"], [1702470440, "0.903"], [1702470476, "0.903"], [1702470506, "0.903"], [1702470542, "0.903"], [1702470575, "0.903"], [1702470611, "0.903"], [1702470635, "0.903"], [1702470662, "0.903"], [1702470686, "0.903"], [1702470719, "0.903"], [1702470746, "0.903"], [1702470812, "0.903"], [1702470845, "0.903"], [1702470875, "0.903"], [1702470899, "0.903"], [1702470953, "0.903"], [1702470983, "0.903"], [1702471025, "0.903"], [1702471067, "0.903"], [1702471169, "0.903"], [1702471193, "0.903"], [1702471226, "0.903"], [1702471265, "0.903"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "492.468"], [1702462721, "513.939"], [1702462736, "535.41"], [1702462751, "556.881"], [1702462763, "577.896"], [1702462793, "619.488"], [1702462808, "640.065"], [1702462829, "660.642"], [1702462844, "680.394"], [1702462865, "700.146"], [1702462880, "719.898"], [1702462904, "759.402"], [1702462919, "779.154"], [1702462952, "818.658"], [1702462973, "838.41"], [1702462988, "858.162"], [1702463045, "917.418"], [1702463081, "956.922"], [1702463114, "996.426"], [1702463150, "1035.93"], [1702463186, "1075.434"], [1702463216, "1114.938"], [1702463240, "1154.442"], [1702463273, "1193.946"], [1702463324, "1253.202"], [1702463354, "1292.706"], [1702463381, "1332.21"], [1702463417, "1371.714"], [1702463453, "1411.218"], [1702463477, "1450.722"], [1702463510, "1490.226"], [1702463537, "1529.73"], [1702463570, "1569.234"], [1702463591, "1608.738"], [1702463621, "1648.242"], [1702463657, "1687.746"], [1702463693, "1727.25"], [1702463729, "1766.754"], [1702463765, "1806.258"], [1702463798, "1845.762"], [1702463846, "1905.018"], [1702463873, "1944.522"], [1702463906, "1984.026"], [1702463948, "2043.282"], [1702463984, "2082.786"], [1702464014, "2122.29"], [1702464050, "2161.794"], [1702464086, "2201.298"], [1702464122, "2240.802"], [1702464155, "2280.306"], [1702464194, "2339.562"], [1702464230, "2379.066"], [1702464263, "2418.57"], [1702464299, "2458.074"], [1702464332, "2497.578"], [1702464356, "2537.082"], [1702464392, "2576.586"], [1702464425, "2616.09"], [1702464455, "2655.594"], [1702464479, "2695.098"], [1702464509, "2734.602"], [1702464533, "2774.106"], [1702464569, "2813.61"], [1702464605, "2853.114"], [1702464635, "2892.618"], [1702464671, "2932.122"], [1702464716, "2971.626"], [1702464743, "3011.13"], [1702464776, "3050.634"], [1702464812, "3090.138"], [1702464836, "3129.642"], [1702464869, "3169.146"], [1702464905, "3208.65"], [1702464926, "3248.154"], [1702464956, "3287.658"], [1702464992, "3327.162"], [1702465016, "3366.666"], [1702465049, "3406.17"], [1702465085, "3445.674"], [1702465118, "3485.178"], [1702465145, "3524.682"], [1702465178, "3564.186"], [1702465208, "3603.69"], [1702465241, "3643.194"], [1702465298, "3702.45"], [1702465334, "3741.954"], [1702465367, "3781.458"], [1702465394, "3820.962"], [1702465418, "3860.466"], [1702465445, "3899.97"], [1702465481, "3939.474"], [1702465517, "3978.978"], [1702465550, "4018.482"], [1702465586, "4057.986"], [1702465619, "4097.49"], [1702465658, "4136.994"], [1702465706, "4176.498"], [1702465754, "4235.754"], [1702465787, "4275.258"], [1702465823, "4314.762"], [1702465856, "4354.266"], [1702465880, "4393.77"], [1702465910, "4433.274"], [1702465952, "4472.778"], [1702465988, "4512.282"], [1702466015, "4551.786"], [1702466030, "4591.29"], [1702466060, "4630.794"], [1702466078, "4670.298"], [1702466138, "4729.554"], [1702466168, "4769.058"], [1702466204, "4808.562"], [1702466237, "4848.066"], [1702466261, "4887.57"], [1702466291, "4927.074"], [1702466327, "4966.578"], [1702466360, "5006.082"], [1702466384, "5045.586"], [1702466417, "5085.09"], [1702466441, "5124.594"], [1702466471, "5164.098"], [1702466507, "5203.602"], [1702466540, "5243.106"], [1702466597, "5302.362"], [1702466633, "5341.866"], [1702466666, "5381.37"], [1702466705, "5420.874"], [1702466732, "5460.378"], [1702466765, "5499.882"], [1702466801, "5539.386"], [1702466852, "5598.642"], [1702466876, "5638.146"], [1702466918, "5677.65"], [1702466978, "5756.658"], [1702467014, "5796.162"], [1702467038, "5835.666"], [1702467068, "5875.17"], [1702467122, "5934.426"], [1702467158, "5973.93"], [1702467191, "6013.434"], [1702467221, "6052.938"], [1702467257, "6092.442"], [1702467299, "6131.946"], [1702467350, "6191.202"], [1702467386, "6230.706"], [1702467419, "6270.21"], [1702467455, "6309.714"], [1702467515, "6388.722"], [1702467542, "6428.226"], [1702467566, "6467.73"], [1702467599, "6507.234"], [1702467635, "6546.738"], [1702467668, "6586.242"], [1702467695, "6625.746"], [1702467716, "6665.25"], [1702467746, "6704.754"], [1702467800, "6764.01"], [1702467824, "6803.514"], [1702467908, "6902.274"], [1702467944, "6941.778"], [1702467968, "6981.282"], [1702468001, "7020.786"], [1702468031, "7060.29"], [1702468067, "7099.794"], [1702468085, "7139.298"], [1702468115, "7178.802"], [1702468151, "7218.306"], [1702468181, "7257.81"], [1702468208, "7297.314"], [1702468241, "7336.818"], [1702468256, "7376.322"], [1702468286, "7415.826"], [1702468322, "7455.33"], [1702468352, "7494.834"], [1702468388, "7534.338"], [1702468424, "7573.842"], [1702468457, "7613.346"], [1702468493, "7652.85"], [1702468517, "7692.354"], [1702468550, "7731.858"], [1702468586, "7771.362"], [1702468613, "7810.866"], [1702468637, "7850.37"], [1702468679, "7889.874"], [1702468721, "7929.378"], [1702468730, "7949.13"], [1702468766, "7988.634"], [1702468799, "8028.138"], [1702468835, "8067.642"], [1702468898, "8126.898"], [1702468934, "8166.402"], [1702468970, "8205.906"], [1702468994, "8245.41"], [1702469024, "8284.914"], [1702469060, "8324.418"], [1702469111, "8383.674"], [1702469144, "8423.178"], [1702469168, "8462.682"], [1702469204, "8502.186"], [1702469237, "8541.69"], [1702469273, "8581.194"], [1702469303, "8620.698"], [1702469336, "8660.202"], [1702469360, "8699.706"], [1702469387, "8739.21"], [1702469411, "8778.714"], [1702469435, "8818.218"], [1702469468, "8857.722"], [1702469504, "8897.226"], [1702469537, "8936.73"], [1702469573, "8976.234"], [1702469606, "9015.738"], [1702469633, "9055.242"], [1702469660, "9094.746"], [1702469684, "9134.25"], [1702469717, "9173.754"], [1702469753, "9213.258"], [1702469786, "9252.762"], [1702469816, "9292.266"], [1702469834, "9331.77"], [1702469864, "9371.274"], [1702469906, "9430.53"], [1702469936, "9470.034"], [1702469972, "9509.538"], [1702470005, "9549.042"], [1702470029, "9588.546"], [1702470065, "9628.05"], [1702470101, "9667.554"], [1702470131, "9707.058"], [1702470167, "9746.562"], [1702470203, "9786.066"], [1702470251, "9845.322"], [1702470278, "9884.826"], [1702470311, "9924.33"], [1702470347, "9963.834"], [1702470371, "10003.338"], [1702470404, "10042.842"], [1702470440, "10082.346"], [1702470476, "10121.85"], [1702470506, "10161.354"], [1702470542, "10200.858"], [1702470575, "10240.362"], [1702470611, "10279.866"], [1702470635, "10319.37"], [1702470662, "10358.874"], [1702470686, "10398.378"], [1702470719, "10437.882"], [1702470746, "10477.386"], [1702470812, "10556.394"], [1702470845, "10595.898"], [1702470875, "10635.402"], [1702470899, "10674.906"], [1702470953, "10734.162"], [1702470983, "10773.666"], [1702471025, "10813.17"], [1702471067, "10872.426"], [1702471169, "10971.186"], [1702471193, "11010.69"], [1702471226, "11050.194"], [1702471265, "11089.698"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "19.188"], [1702462721, "19.8"], [1702462736, "20.259"], [1702462751, "22.248"], [1702462763, "22.251"], [1702462793, "22.938"], [1702462808, "23.16"], [1702462829, "23.16"], [1702462844, "24.636"], [1702462865, "25.92"], [1702462880, "26.247"], [1702462904, "27.054"], [1702462919, "27.204"], [1702462952, "28.269"], [1702462973, "28.677"], [1702462988, "28.845"], [1702463045, "30.159"], [1702463081, "30.447"], [1702463114, "30.777"], [1702463150, "31.071"], [1702463186, "31.368"], [1702463216, "35.484"], [1702463240, "36.066"], [1702463273, "36.903"], [1702463324, "39.417"], [1702463354, "39.534"], [1702463381, "40.017"], [1702463417, "40.335"], [1702463453, "41.256"], [1702463477, "41.364"], [1702463510, "41.628"], [1702463537, "41.856"], [1702463570, "42.267"], [1702463591, "42.492"], [1702463621, "42.972"], [1702463657, "44.208"], [1702463693, "44.478"], [1702463729, "48.249"], [1702463765, "48.783"], [1702463798, "48.9"], [1702463846, "49.029"], [1702463873, "49.23"], [1702463906, "49.632"], [1702463948, "50.796"], [1702463984, "51.537"], [1702464014, "52.668"], [1702464050, "53.37"], [1702464086, "53.667"], [1702464122, "55.089"], [1702464155, "55.488"], [1702464194, "56.25"], [1702464230, "56.754"], [1702464263, "56.988"], [1702464299, "57.372"], [1702464332, "58.062"], [1702464356, "58.566"], [1702464392, "60.261"], [1702464425, "60.996"], [1702464455, "62.55"], [1702464479, "63.399"], [1702464509, "63.522"], [1702464533, "63.582"], [1702464569, "64.2"], [1702464605, "64.926"], [1702464635, "65.46"], [1702464671, "66.429"], [1702464716, "69.609"], [1702464743, "70.836"], [1702464776, "71.796"], [1702464812, "72.888"], [1702464836, "73.41"], [1702464869, "76.899"], [1702464905, "78.111"], [1702464926, "78.444"], [1702464956, "78.924"], [1702464992, "80.001"], [1702465016, "80.142"], [1702465049, "81.522"], [1702465085, "83.115"], [1702465118, "84.777"], [1702465145, "85.101"], [1702465178, "85.437"], [1702465208, "85.893"], [1702465241, "89.328"], [1702465298, "89.808"], [1702465334, "90.195"], [1702465367, "90.747"], [1702465394, "90.84"], [1702465418, "91.131"], [1702465445, "92.286"], [1702465481, "92.778"], [1702465517, "93.396"], [1702465550, "93.654"], [1702465586, "95.379"], [1702465619, "95.61"], [1702465658, "96.93"], [1702465706, "97.197"], [1702465754, "97.686"], [1702465787, "97.983"], [1702465823, "98.571"], [1702465856, "99.222"], [1702465880, "99.393"], [1702465910, "99.654"], [1702465952, "99.801"], [1702465988, "100.026"], [1702466015, "100.143"], [1702466030, "100.248"], [1702466060, "100.263"], [1702466078, "100.479"], [1702466138, "101.511"], [1702466168, "101.946"], [1702466204, "102.432"], [1702466237, "104.574"], [1702466261, "104.733"], [1702466291, "105.222"], [1702466327, "106.566"], [1702466360, "106.968"], [1702466384, "107.172"], [1702466417, "107.436"], [1702466441, "107.52"], [1702466471, "107.712"], [1702466507, "109.239"], [1702466540, "110.127"], [1702466597, "112.059"], [1702466633, "112.668"], [1702466666, "113.478"], [1702466705, "114.126"], [1702466732, "114.51"], [1702466765, "114.789"], [1702466801, "115.059"], [1702466852, "117.525"], [1702466876, "117.615"], [1702466918, "118.572"], [1702466978, "122.289"], [1702467014, "123.546"], [1702467038, "125.382"], [1702467068, "125.898"], [1702467122, "126.501"], [1702467158, "126.936"], [1702467191, "128.19"], [1702467221, "128.499"], [1702467257, "129.381"], [1702467299, "129.924"], [1702467350, "130.266"], [1702467386, "131.757"], [1702467419, "132.501"], [1702467455, "133.176"], [1702467515, "133.827"], [1702467542, "133.917"], [1702467566, "134.055"], [1702467599, "137.616"], [1702467635, "137.691"], [1702467668, "139.821"], [1702467695, "140.889"], [1702467716, "141.159"], [1702467746, "141.663"], [1702467800, "145.056"], [1702467824, "145.587"], [1702467908, "146.952"], [1702467944, "147.327"], [1702467968, "147.45"], [1702468001, "147.858"], [1702468031, "148.383"], [1702468067, "150.18"], [1702468085, "150.519"], [1702468115, "150.777"], [1702468151, "151.68"], [1702468181, "152.082"], [1702468208, "152.61"], [1702468241, "153.081"], [1702468256, "153.261"], [1702468286, "156.294"], [1702468322, "156.579"], [1702468352, "158.502"], [1702468388, "159.471"], [1702468424, "160.413"], [1702468457, "162.369"], [1702468493, "164.094"], [1702468517, "166.785"], [1702468550, "167.34"], [1702468586, "168.435"], [1702468613, "169.17"], [1702468637, "170.388"], [1702468679, "170.727"], [1702468721, "172.125"], [1702468730, "172.455"], [1702468766, "172.536"], [1702468799, "174.756"], [1702468835, "175.515"], [1702468898, "179.673"], [1702468934, "181.455"], [1702468970, "185.232"], [1702468994, "185.853"], [1702469024, "185.934"], [1702469060, "186.186"], [1702469111, "187.065"], [1702469144, "188.376"], [1702469168, "188.754"], [1702469204, "190.074"], [1702469237, "190.914"], [1702469273, "192.471"], [1702469303, "196.242"], [1702469336, "196.926"], [1702469360, "197.328"], [1702469387, "197.478"], [1702469411, "197.772"], [1702469435, "197.91"], [1702469468, "198.318"], [1702469504, "198.648"], [1702469537, "198.969"], [1702469573, "199.083"], [1702469606, "199.368"], [1702469633, "199.596"], [1702469660, "200.136"], [1702469684, "200.388"], [1702469717, "200.637"], [1702469753, "200.808"], [1702469786, "201.099"], [1702469816, "201.918"], [1702469834, "202.146"], [1702469864, "202.455"], [1702469906, "202.611"], [1702469936, "202.872"], [1702469972, "202.977"], [1702470005, "203.151"], [1702470029, "203.268"], [1702470065, "203.457"], [1702470101, "203.799"], [1702470131, "204.21"], [1702470167, "204.645"], [1702470203, "205.164"], [1702470251, "205.968"], [1702470278, "206.145"], [1702470311, "206.415"], [1702470347, "206.847"], [1702470371, "206.91"], [1702470404, "206.991"], [1702470440, "207.129"], [1702470476, "207.258"], [1702470506, "207.51"], [1702470542, "207.876"], [1702470575, "208.089"], [1702470611, "208.506"], [1702470635, "208.671"], [1702470662, "208.893"], [1702470686, "209.286"], [1702470719, "209.547"], [1702470746, "209.91"], [1702470812, "210.708"], [1702470845, "211.05"], [1702470875, "211.245"], [1702470899, "211.389"], [1702470953, "211.749"], [1702470983, "211.836"], [1702471025, "212.307"], [1702471067, "212.703"], [1702471169, "213.354"], [1702471193, "213.474"], [1702471226, "213.732"], [1702471265, "213.99"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "30.435"], [1702462721, "32.076"], [1702462736, "32.847"], [1702462751, "33.399"], [1702462763, "33.411"], [1702462793, "36.309"], [1702462808, "38.382"], [1702462829, "39.369"], [1702462844, "46.428"], [1702462865, "66.354"], [1702462880, "67.143"], [1702462904, "70.239"], [1702462919, "70.359"], [1702462952, "70.851"], [1702462973, "71.052"], [1702462988, "72.177"], [1702463045, "75.039"], [1702463081, "76.446"], [1702463114, "80.265"], [1702463150, "80.925"], [1702463186, "82.059"], [1702463216, "85.416"], [1702463240, "88.677"], [1702463273, "90.504"], [1702463324, "98.154"], [1702463354, "98.364"], [1702463381, "99.804"], [1702463417, "100.41"], [1702463453, "106.101"], [1702463477, "106.545"], [1702463510, "110.895"], [1702463537, "112.917"], [1702463570, "114.426"], [1702463591, "115.263"], [1702463621, "116.886"], [1702463657, "117.87"], [1702463693, "118.626"], [1702463729, "124.95"], [1702463765, "127.83"], [1702463798, "128.31"], [1702463846, "128.652"], [1702463873, "129.765"], [1702463906, "130.371"], [1702463948, "132.105"], [1702463984, "134.031"], [1702464014, "134.376"], [1702464050, "137.064"], [1702464086, "138.783"], [1702464122, "150.798"], [1702464155, "153.654"], [1702464194, "154.968"], [1702464230, "157.344"], [1702464263, "158.16"], [1702464299, "159.948"], [1702464332, "164.196"], [1702464356, "167.001"], [1702464392, "169.269"], [1702464425, "171.81"], [1702464455, "177.378"], [1702464479, "182.949"], [1702464509, "183.888"], [1702464533, "185.541"], [1702464569, "187.005"], [1702464605, "191.373"], [1702464635, "195.075"], [1702464671, "197.565"], [1702464716, "215.838"], [1702464743, "218.115"], [1702464776, "286.44"], [1702464812, "292.479"], [1702464836, "295.203"], [1702464869, "298.578"], [1702464905, "300.756"], [1702464926, "301.272"], [1702464956, "302.364"], [1702464992, "304.164"], [1702465016, "305.904"], [1702465049, "316.398"], [1702465085, "340.953"], [1702465118, "342.612"], [1702465145, "346.65"], [1702465178, "347.853"], [1702465208, "350.397"], [1702465241, "356.298"], [1702465298, "357.48"], [1702465334, "359.178"], [1702465367, "360.981"], [1702465394, "361.404"], [1702465418, "362.325"], [1702465445, "364.392"], [1702465481, "367.176"], [1702465517, "368.094"], [1702465550, "369.249"], [1702465586, "373.344"], [1702465619, "373.926"], [1702465658, "377.361"], [1702465706, "377.859"], [1702465754, "380.529"], [1702465787, "382.956"], [1702465823, "388.413"], [1702465856, "389.553"], [1702465880, "389.868"], [1702465910, "390.219"], [1702465952, "391.605"], [1702465988, "392.316"], [1702466015, "392.82"], [1702466030, "393"], [1702466060, "393.168"], [1702466078, "393.609"], [1702466138, "397.359"], [1702466168, "400.665"], [1702466204, "405.519"], [1702466237, "409.734"], [1702466261, "410.799"], [1702466291, "416.472"], [1702466327, "419.064"], [1702466360, "419.862"], [1702466384, "420.411"], [1702466417, "421.506"], [1702466441, "421.956"], [1702466471, "424.239"], [1702466507, "433.323"], [1702466540, "435.636"], [1702466597, "442.182"], [1702466633, "448.869"], [1702466666, "451.5"], [1702466705, "455.937"], [1702466732, "456.3"], [1702466765, "456.9"], [1702466801, "458.346"], [1702466852, "465.066"], [1702466876, "466.524"], [1702466918, "469.164"], [1702466978, "477.342"], [1702467014, "484.839"], [1702467038, "488.685"], [1702467068, "492.411"], [1702467122, "494.007"], [1702467158, "494.598"], [1702467191, "502.875"], [1702467221, "503.268"], [1702467257, "504.702"], [1702467299, "506.088"], [1702467350, "510.768"], [1702467386, "513.084"], [1702467419, "517.026"], [1702467455, "518.823"], [1702467515, "521.055"], [1702467542, "521.889"], [1702467566, "522.168"], [1702467599, "523.533"], [1702467635, "524.364"], [1702467668, "537.765"], [1702467695, "539.844"], [1702467716, "541.302"], [1702467746, "543.651"], [1702467800, "556.602"], [1702467824, "558.384"], [1702467908, "561.768"], [1702467944, "562.548"], [1702467968, "563.694"], [1702468001, "564.642"], [1702468031, "565.704"], [1702468067, "575.352"], [1702468085, "576.06"], [1702468115, "577.71"], [1702468151, "580.704"], [1702468181, "582.408"], [1702468208, "583.842"], [1702468241, "586.101"], [1702468256, "586.764"], [1702468286, "587.643"], [1702468322, "588.501"], [1702468352, "596.25"], [1702468388, "600.171"], [1702468424, "605.853"], [1702468457, "615.249"], [1702468493, "618.957"], [1702468517, "624.513"], [1702468550, "626.364"], [1702468586, "628.257"], [1702468613, "630.225"], [1702468637, "632.988"], [1702468679, "634.506"], [1702468721, "639.006"], [1702468730, "639.882"], [1702468766, "642.042"], [1702468799, "648.729"], [1702468835, "651.447"], [1702468898, "659.748"], [1702468934, "665.325"], [1702468970, "669.897"], [1702468994, "671.196"], [1702469024, "671.385"], [1702469060, "672.858"], [1702469111, "676.995"], [1702469144, "685.404"], [1702469168, "686.115"], [1702469204, "687.348"], [1702469237, "690.357"], [1702469273, "694.998"], [1702469303, "701.118"], [1702469336, "703.272"], [1702469360, "704.682"], [1702469387, "705.381"], [1702469411, "706.575"], [1702469435, "708.264"], [1702469468, "709.614"], [1702469504, "710.709"], [1702469537, "711.774"], [1702469573, "712.23"], [1702469606, "713.232"], [1702469633, "713.904"], [1702469660, "715.803"], [1702469684, "716.562"], [1702469717, "717.81"], [1702469753, "718.398"], [1702469786, "719.37"], [1702469816, "720.687"], [1702469834, "721.074"], [1702469864, "721.89"], [1702469906, "723.291"], [1702469936, "723.894"], [1702469972, "724.347"], [1702470005, "724.974"], [1702470029, "725.151"], [1702470065, "725.76"], [1702470101, "726.894"], [1702470131, "727.827"], [1702470167, "732.171"], [1702470203, "734.181"], [1702470251, "736.998"], [1702470278, "738.018"], [1702470311, "739.407"], [1702470347, "740.427"], [1702470371, "740.844"], [1702470404, "741.831"], [1702470440, "742.542"], [1702470476, "744.663"], [1702470506, "745.638"], [1702470542, "747.828"], [1702470575, "749.565"], [1702470611, "750.801"], [1702470635, "751.722"], [1702470662, "752.889"], [1702470686, "753.702"], [1702470719, "754.371"], [1702470746, "756.54"], [1702470812, "758.7"], [1702470845, "760.863"], [1702470875, "761.736"], [1702470899, "761.943"], [1702470953, "762.714"], [1702470983, "764.856"], [1702471025, "767.112"], [1702471067, "770.619"], [1702471169, "773.211"], [1702471193, "774.12"], [1702471226, "776.103"], [1702471265, "777.618"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "8.76"], [1702462721, "8.76"], [1702462736, "10.242"], [1702462751, "10.242"], [1702462763, "10.242"], [1702462793, "10.242"], [1702462808, "10.242"], [1702462829, "10.242"], [1702462844, "10.242"], [1702462865, "10.242"], [1702462880, "10.242"], [1702462904, "10.242"], [1702462919, "10.242"], [1702462952, "10.467"], [1702462973, "10.467"], [1702462988, "10.467"], [1702463045, "10.467"], [1702463081, "10.473"], [1702463114, "10.473"], [1702463150, "10.473"], [1702463186, "10.542"], [1702463216, "10.542"], [1702463240, "10.542"], [1702463273, "11.019"], [1702463324, "11.118"], [1702463354, "11.118"], [1702463381, "11.118"], [1702463417, "11.118"], [1702463453, "11.16"], [1702463477, "11.16"], [1702463510, "11.187"], [1702463537, "11.229"], [1702463570, "11.229"], [1702463591, "11.229"], [1702463621, "11.631"], [1702463657, "11.631"], [1702463693, "11.631"], [1702463729, "11.631"], [1702463765, "11.631"], [1702463798, "11.703"], [1702463846, "11.733"], [1702463873, "13.302"], [1702463906, "13.302"], [1702463948, "14.226"], [1702463984, "14.226"], [1702464014, "14.226"], [1702464050, "14.226"], [1702464086, "14.226"], [1702464122, "14.226"], [1702464155, "14.226"], [1702464194, "14.328"], [1702464230, "16.101"], [1702464263, "16.101"], [1702464299, "16.101"], [1702464332, "16.101"], [1702464356, "16.122"], [1702464392, "16.122"], [1702464425, "16.122"], [1702464455, "20.562"], [1702464479, "20.64"], [1702464509, "20.688"], [1702464533, "20.688"], [1702464569, "20.688"], [1702464605, "20.688"], [1702464635, "20.688"], [1702464671, "21.234"], [1702464716, "21.234"], [1702464743, "21.234"], [1702464776, "21.234"], [1702464812, "21.234"], [1702464836, "21.234"], [1702464869, "22.182"], [1702464905, "22.272"], [1702464926, "22.272"], [1702464956, "22.272"], [1702464992, "22.272"], [1702465016, "22.29"], [1702465049, "22.29"], [1702465085, "22.29"], [1702465118, "22.563"], [1702465145, "22.563"], [1702465178, "22.563"], [1702465208, "22.563"], [1702465241, "22.563"], [1702465298, "22.563"], [1702465334, "22.563"], [1702465367, "22.563"], [1702465394, "22.563"], [1702465418, "22.563"], [1702465445, "22.563"], [1702465481, "22.563"], [1702465517, "22.563"], [1702465550, "22.563"], [1702465586, "22.563"], [1702465619, "22.563"], [1702465658, "22.563"], [1702465706, "22.563"], [1702465754, "22.563"], [1702465787, "22.563"], [1702465823, "22.563"], [1702465856, "22.563"], [1702465880, "22.563"], [1702465910, "22.563"], [1702465952, "22.563"], [1702465988, "22.563"], [1702466015, "22.569"], [1702466030, "22.578"], [1702466060, "22.578"], [1702466078, "22.584"], [1702466138, "22.584"], [1702466168, "22.584"], [1702466204, "22.584"], [1702466237, "22.584"], [1702466261, "22.593"], [1702466291, "22.593"], [1702466327, "22.593"], [1702466360, "22.593"], [1702466384, "22.593"], [1702466417, "22.773"], [1702466441, "22.773"], [1702466471, "22.773"], [1702466507, "22.773"], [1702466540, "22.773"], [1702466597, "23.205"], [1702466633, "23.205"], [1702466666, "23.682"], [1702466705, "23.682"], [1702466732, "23.682"], [1702466765, "23.682"], [1702466801, "23.7"], [1702466852, "23.7"], [1702466876, "23.7"], [1702466918, "23.7"], [1702466978, "24.747"], [1702467014, "24.747"], [1702467038, "24.747"], [1702467068, "24.747"], [1702467122, "24.747"], [1702467158, "24.747"], [1702467191, "24.747"], [1702467221, "24.822"], [1702467257, "24.822"], [1702467299, "25.146"], [1702467350, "25.146"], [1702467386, "25.146"], [1702467419, "25.146"], [1702467455, "25.146"], [1702467515, "25.167"], [1702467542, "25.167"], [1702467566, "25.167"], [1702467599, "25.167"], [1702467635, "25.167"], [1702467668, "25.167"], [1702467695, "25.404"], [1702467716, "25.404"], [1702467746, "25.404"], [1702467800, "25.404"], [1702467824, "25.899"], [1702467908, "25.899"], [1702467944, "25.899"], [1702467968, "25.911"], [1702468001, "25.911"], [1702468031, "25.911"], [1702468067, "25.911"], [1702468085, "25.911"], [1702468115, "25.911"], [1702468151, "25.911"], [1702468181, "26.595"], [1702468208, "26.595"], [1702468241, "26.595"], [1702468256, "26.595"], [1702468286, "26.595"], [1702468322, "26.595"], [1702468352, "26.595"], [1702468388, "26.595"], [1702468424, "26.595"], [1702468457, "26.595"], [1702468493, "26.595"], [1702468517, "26.595"], [1702468550, "26.595"], [1702468586, "26.595"], [1702468613, "26.595"], [1702468637, "26.595"], [1702468679, "26.595"], [1702468721, "26.595"], [1702468730, "26.595"], [1702468766, "26.595"], [1702468799, "26.595"], [1702468835, "26.595"], [1702468898, "26.739"], [1702468934, "28.149"], [1702468970, "28.149"], [1702468994, "28.149"], [1702469024, "28.149"], [1702469060, "28.149"], [1702469111, "28.569"], [1702469144, "28.569"], [1702469168, "28.569"], [1702469204, "28.569"], [1702469237, "28.569"], [1702469273, "28.569"], [1702469303, "28.887"], [1702469336, "28.887"], [1702469360, "28.887"], [1702469387, "28.887"], [1702469411, "29.499"], [1702469435, "29.499"], [1702469468, "29.499"], [1702469504, "29.499"], [1702469537, "29.499"], [1702469573, "29.499"], [1702469606, "29.499"], [1702469633, "29.499"], [1702469660, "29.499"], [1702469684, "29.499"], [1702469717, "29.499"], [1702469753, "29.499"], [1702469786, "29.499"], [1702469816, "29.499"], [1702469834, "29.592"], [1702469864, "29.592"], [1702469906, "29.592"], [1702469936, "29.598"], [1702469972, "29.598"], [1702470005, "29.598"], [1702470029, "29.598"], [1702470065, "29.598"], [1702470101, "29.598"], [1702470131, "29.598"], [1702470167, "29.598"], [1702470203, "29.718"], [1702470251, "29.718"], [1702470278, "30.105"], [1702470311, "30.105"], [1702470347, "30.105"], [1702470371, "30.105"], [1702470404, "30.105"], [1702470440, "30.105"], [1702470476, "30.375"], [1702470506, "30.375"], [1702470542, "30.375"], [1702470575, "30.663"], [1702470611, "30.663"], [1702470635, "30.93"], [1702470662, "30.93"], [1702470686, "30.93"], [1702470719, "30.948"], [1702470746, "30.948"], [1702470812, "30.948"], [1702470845, "30.948"], [1702470875, "30.948"], [1702470899, "30.999"], [1702470953, "30.999"], [1702470983, "30.999"], [1702471025, "30.999"], [1702471067, "30.999"], [1702471169, "30.999"], [1702471193, "30.999"], [1702471226, "30.999"], [1702471265, "30.999"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "354.912"], [1702462721, "376.383"], [1702462736, "397.854"], [1702462751, "419.325"], [1702462763, "440.34"], [1702462793, "481.932"], [1702462808, "502.509"], [1702462829, "523.086"], [1702462844, "542.838"], [1702462865, "562.59"], [1702462880, "582.342"], [1702462904, "621.846"], [1702462919, "641.598"], [1702462952, "681.102"], [1702462973, "700.854"], [1702462988, "720.606"], [1702463045, "779.862"], [1702463081, "819.366"], [1702463114, "858.87"], [1702463150, "898.374"], [1702463186, "937.878"], [1702463216, "977.382"], [1702463240, "1016.886"], [1702463273, "1056.39"], [1702463324, "1115.646"], [1702463354, "1155.15"], [1702463381, "1194.654"], [1702463417, "1234.158"], [1702463453, "1273.662"], [1702463477, "1313.166"], [1702463510, "1352.67"], [1702463537, "1392.174"], [1702463570, "1431.678"], [1702463591, "1471.182"], [1702463621, "1510.686"], [1702463657, "1550.19"], [1702463693, "1589.694"], [1702463729, "1629.198"], [1702463765, "1668.702"], [1702463798, "1708.206"], [1702463846, "1767.462"], [1702463873, "1806.966"], [1702463906, "1846.47"], [1702463948, "1905.726"], [1702463984, "1945.23"], [1702464014, "1984.734"], [1702464050, "2024.238"], [1702464086, "2063.742"], [1702464122, "2103.246"], [1702464155, "2142.75"], [1702464194, "2202.006"], [1702464230, "2241.51"], [1702464263, "2281.014"], [1702464299, "2320.518"], [1702464332, "2360.022"], [1702464356, "2399.526"], [1702464392, "2439.03"], [1702464425, "2478.534"], [1702464455, "2518.038"], [1702464479, "2557.542"], [1702464509, "2597.046"], [1702464533, "2636.55"], [1702464569, "2676.054"], [1702464605, "2715.558"], [1702464635, "2755.062"], [1702464671, "2794.566"], [1702464716, "2834.07"], [1702464743, "2873.574"], [1702464776, "2913.078"], [1702464812, "2952.582"], [1702464836, "2992.086"], [1702464869, "3031.59"], [1702464905, "3071.094"], [1702464926, "3110.598"], [1702464956, "3150.102"], [1702464992, "3189.606"], [1702465016, "3229.11"], [1702465049, "3268.614"], [1702465085, "3308.118"], [1702465118, "3347.622"], [1702465145, "3387.126"], [1702465178, "3426.63"], [1702465208, "3466.134"], [1702465241, "3505.638"], [1702465298, "3564.894"], [1702465334, "3604.398"], [1702465367, "3643.902"], [1702465394, "3683.406"], [1702465418, "3722.91"], [1702465445, "3762.414"], [1702465481, "3801.918"], [1702465517, "3841.422"], [1702465550, "3880.926"], [1702465586, "3920.43"], [1702465619, "3959.934"], [1702465658, "3999.438"], [1702465706, "4038.942"], [1702465754, "4098.198"], [1702465787, "4137.702"], [1702465823, "4177.206"], [1702465856, "4216.71"], [1702465880, "4256.214"], [1702465910, "4295.718"], [1702465952, "4335.222"], [1702465988, "4374.726"], [1702466015, "4414.23"], [1702466030, "4453.734"], [1702466060, "4493.238"], [1702466078, "4532.742"], [1702466138, "4591.998"], [1702466168, "4631.502"], [1702466204, "4671.006"], [1702466237, "4710.51"], [1702466261, "4750.014"], [1702466291, "4789.518"], [1702466327, "4829.022"], [1702466360, "4868.526"], [1702466384, "4908.03"], [1702466417, "4947.534"], [1702466441, "4987.038"], [1702466471, "5026.542"], [1702466507, "5066.046"], [1702466540, "5105.55"], [1702466597, "5164.806"], [1702466633, "5204.31"], [1702466666, "5243.814"], [1702466705, "5283.318"], [1702466732, "5322.822"], [1702466765, "5362.326"], [1702466801, "5401.83"], [1702466852, "5461.086"], [1702466876, "5500.59"], [1702466918, "5540.094"], [1702466978, "5619.102"], [1702467014, "5658.606"], [1702467038, "5698.11"], [1702467068, "5737.614"], [1702467122, "5796.87"], [1702467158, "5836.374"], [1702467191, "5875.878"], [1702467221, "5915.382"], [1702467257, "5954.886"], [1702467299, "5994.39"], [1702467350, "6053.646"], [1702467386, "6093.15"], [1702467419, "6132.654"], [1702467455, "6172.158"], [1702467515, "6251.166"], [1702467542, "6290.67"], [1702467566, "6330.174"], [1702467599, "6369.678"], [1702467635, "6409.182"], [1702467668, "6448.686"], [1702467695, "6488.19"], [1702467716, "6527.694"], [1702467746, "6567.198"], [1702467800, "6626.454"], [1702467824, "6665.958"], [1702467908, "6764.718"], [1702467944, "6804.222"], [1702467968, "6843.726"], [1702468001, "6883.23"], [1702468031, "6922.734"], [1702468067, "6962.238"], [1702468085, "7001.742"], [1702468115, "7041.246"], [1702468151, "7080.75"], [1702468181, "7120.254"], [1702468208, "7159.758"], [1702468241, "7199.262"], [1702468256, "7238.766"], [1702468286, "7278.27"], [1702468322, "7317.774"], [1702468352, "7357.278"], [1702468388, "7396.782"], [1702468424, "7436.286"], [1702468457, "7475.79"], [1702468493, "7515.294"], [1702468517, "7554.798"], [1702468550, "7594.302"], [1702468586, "7633.806"], [1702468613, "7673.31"], [1702468637, "7712.814"], [1702468679, "7752.318"], [1702468721, "7791.822"], [1702468730, "7811.574"], [1702468766, "7851.078"], [1702468799, "7890.582"], [1702468835, "7930.086"], [1702468898, "7989.342"], [1702468934, "8028.846"], [1702468970, "8068.35"], [1702468994, "8107.854"], [1702469024, "8147.358"], [1702469060, "8186.862"], [1702469111, "8246.118"], [1702469144, "8285.622"], [1702469168, "8325.126"], [1702469204, "8364.63"], [1702469237, "8404.134"], [1702469273, "8443.638"], [1702469303, "8483.142"], [1702469336, "8522.646"], [1702469360, "8562.15"], [1702469387, "8601.654"], [1702469411, "8641.158"], [1702469435, "8680.662"], [1702469468, "8720.166"], [1702469504, "8759.67"], [1702469537, "8799.174"], [1702469573, "8838.678"], [1702469606, "8878.182"], [1702469633, "8917.686"], [1702469660, "8957.19"], [1702469684, "8996.694"], [1702469717, "9036.198"], [1702469753, "9075.702"], [1702469786, "9115.206"], [1702469816, "9154.71"], [1702469834, "9194.214"], [1702469864, "9233.718"], [1702469906, "9292.974"], [1702469936, "9332.478"], [1702469972, "9371.982"], [1702470005, "9411.486"], [1702470029, "9450.99"], [1702470065, "9490.494"], [1702470101, "9529.998"], [1702470131, "9569.502"], [1702470167, "9609.006"], [1702470203, "9648.51"], [1702470251, "9707.766"], [1702470278, "9747.27"], [1702470311, "9786.774"], [1702470347, "9826.278"], [1702470371, "9865.782"], [1702470404, "9905.286"], [1702470440, "9944.79"], [1702470476, "9984.294"], [1702470506, "10023.798"], [1702470542, "10063.302"], [1702470575, "10102.806"], [1702470611, "10142.31"], [1702470635, "10181.814"], [1702470662, "10221.318"], [1702470686, "10260.822"], [1702470719, "10300.326"], [1702470746, "10339.83"], [1702470812, "10418.838"], [1702470845, "10458.342"], [1702470875, "10497.846"], [1702470899, "10537.35"], [1702470953, "10596.606"], [1702470983, "10636.11"], [1702471025, "10675.614"], [1702471067, "10734.87"], [1702471169, "10833.63"], [1702471193, "10873.134"], [1702471226, "10912.638"], [1702471265, "10952.142"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "997.275"], [1702462721, "1219.962"], [1702462736, "1390.365"], [1702462751, "1390.365"], [1702462763, "1390.401"], [1702462793, "1401.522"], [1702462808, "1741.137"], [1702462829, "1753.482"], [1702462844, "1770.759"], [1702462865, "1777.746"], [1702462880, "1777.746"], [1702462904, "1791.204"], [1702462919, "1832.673"], [1702462952, "2019.009"], [1702462973, "2028.783"], [1702462988, "2065.407"], [1702463045, "2231.229"], [1702463081, "2258.508"], [1702463114, "2465.847"], [1702463150, "2469.069"], [1702463186, "2536.803"], [1702463216, "2907.927"], [1702463240, "3094.527"], [1702463273, "3440.412"], [1702463324, "3697.842"], [1702463354, "3756.885"], [1702463381, "3768.291"], [1702463417, "3801.615"], [1702463453, "3976.518"], [1702463477, "3996.087"], [1702463510, "4235.235"], [1702463537, "4290.162"], [1702463570, "4414.26"], [1702463591, "4474.587"], [1702463621, "4482.504"], [1702463657, "4492.44"], [1702463693, "4559.76"], [1702463729, "4618.644"], [1702463765, "4823.604"], [1702463798, "4842.978"], [1702463846, "4885.248"], [1702463873, "4954.071"], [1702463906, "4991.172"], [1702463948, "5101.125"], [1702463984, "5518.035"], [1702464014, "5619.804"], [1702464050, "5820.132"], [1702464086, "5904.885"], [1702464122, "6058.239"], [1702464155, "6152.262"], [1702464194, "6228.798"], [1702464230, "6263.319"], [1702464263, "6283.545"], [1702464299, "6347.337"], [1702464332, "6354.954"], [1702464356, "6492.363"], [1702464392, "7046.034"], [1702464425, "7176.876"], [1702464455, "7198.779"], [1702464479, "7293.588"], [1702464509, "7323.834"], [1702464533, "7410.207"], [1702464569, "7432.626"], [1702464605, "7494.063"], [1702464635, "7538.364"], [1702464671, "7679.472"], [1702464716, "7951.485"], [1702464743, "8187.534"], [1702464776, "8783.865"], [1702464812, "8787.336"], [1702464836, "8907.027"], [1702464869, "8923.188"], [1702464905, "9005.442"], [1702464926, "9038.895"], [1702464956, "9301.5"], [1702464992, "9358.086"], [1702465016, "9366.306"], [1702465049, "9371.754"], [1702465085, "10422.669"], [1702465118, "10459.227"], [1702465145, "10762.92"], [1702465178, "10765.221"], [1702465208, "10870.17"], [1702465241, "10882.479"], [1702465298, "10950.804"], [1702465334, "10989.228"], [1702465367, "11002.626"], [1702465394, "11002.89"], [1702465418, "11006.889"], [1702465445, "11090.472"], [1702465481, "11094.672"], [1702465517, "11141.364"], [1702465550, "11200.929"], [1702465586, "11241.714"], [1702465619, "11260.338"], [1702465658, "11264.661"], [1702465706, "11291.397"], [1702465754, "11385.204"], [1702465787, "11385.663"], [1702465823, "11451.51"], [1702465856, "11454.753"], [1702465880, "11533.086"], [1702465910, "11536.563"], [1702465952, "11538.207"], [1702465988, "11539.629"], [1702466015, "11546.58"], [1702466030, "11547.42"], [1702466060, "11550.579"], [1702466078, "11552.592"], [1702466138, "11858.034"], [1702466168, "11861.319"], [1702466204, "12055.806"], [1702466237, "12415.776"], [1702466261, "12417.423"], [1702466291, "12427.188"], [1702466327, "12429.066"], [1702466360, "12454.92"], [1702466384, "12491.493"], [1702466417, "12522.036"], [1702466441, "12522.915"], [1702466471, "12524.508"], [1702466507, "12570.402"], [1702466540, "12622.719"], [1702466597, "12784.257"], [1702466633, "12932.073"], [1702466666, "12955.593"], [1702466705, "12960.414"], [1702466732, "12963.09"], [1702466765, "12991.77"], [1702466801, "13038.879"], [1702466852, "13089.135"], [1702466876, "13136.904"], [1702466918, "13928.283"], [1702466978, "14121.621"], [1702467014, "14240.583"], [1702467038, "14252.013"], [1702467068, "14331.936"], [1702467122, "14344.557"], [1702467158, "14450.724"], [1702467191, "14751.645"], [1702467221, "14772.09"], [1702467257, "14838.885"], [1702467299, "14958.282"], [1702467350, "15004.752"], [1702467386, "15278.721"], [1702467419, "15286.05"], [1702467455, "15387.9"], [1702467515, "15399"], [1702467542, "15418.308"], [1702467566, "15446.949"], [1702467599, "15464.754"], [1702467635, "15469.374"], [1702467668, "15678.771"], [1702467695, "16053.042"], [1702467716, "16559.388"], [1702467746, "16699.275"], [1702467800, "16837.209"], [1702467824, "16893.663"], [1702467908, "16948.695"], [1702467944, "17032.383"], [1702467968, "17080.257"], [1702468001, "17104.326"], [1702468031, "17118.963"], [1702468067, "17170.422"], [1702468085, "17267.748"], [1702468115, "17346.588"], [1702468151, "17350.086"], [1702468181, "17436.195"], [1702468208, "17555.319"], [1702468241, "17573.304"], [1702468256, "17615.511"], [1702468286, "17623.986"], [1702468322, "17649.168"], [1702468352, "17703.468"], [1702468388, "17751.213"], [1702468424, "17869.833"], [1702468457, "18409.314"], [1702468493, "18446.091"], [1702468517, "18799.125"], [1702468550, "18800.04"], [1702468586, "18902.508"], [1702468613, "18907.293"], [1702468637, "18999.705"], [1702468679, "19060.677"], [1702468721, "19206.165"], [1702468730, "19206.828"], [1702468766, "19491.099"], [1702468799, "19761.828"], [1702468835, "19980.903"], [1702468898, "20392.545"], [1702468934, "20526.864"], [1702468970, "20691.912"], [1702468994, "20773.926"], [1702469024, "20775.507"], [1702469060, "20797.983"], [1702469111, "20823.534"], [1702469144, "20907.393"], [1702469168, "21000.387"], [1702469204, "21178.122"], [1702469237, "21322.221"], [1702469273, "21373.452"], [1702469303, "21540.519"], [1702469336, "21582.822"], [1702469360, "21639.369"], [1702469387, "21658.404"], [1702469411, "21693.885"], [1702469435, "21776.442"], [1702469468, "21853.677"], [1702469504, "21892.776"], [1702469537, "21898.608"], [1702469573, "21922.767"], [1702469606, "21930.135"], [1702469633, "21969.513"], [1702469660, "21970.335"], [1702469684, "21970.914"], [1702469717, "22105.536"], [1702469753, "22263.819"], [1702469786, "22338.561"], [1702469816, "22353.219"], [1702469834, "22356.897"], [1702469864, "22417.422"], [1702469906, "22427.982"], [1702469936, "22465.215"], [1702469972, "22478.154"], [1702470005, "22495.839"], [1702470029, "22496.847"], [1702470065, "22514.061"], [1702470101, "22543.893"], [1702470131, "22569.855"], [1702470167, "22606.122"], [1702470203, "22638.588"], [1702470251, "22722.084"], [1702470278, "22771.707"], [1702470311, "22773.216"], [1702470347, "22774.779"], [1702470371, "22802.196"], [1702470404, "22812.273"], [1702470440, "22880.229"], [1702470476, "22955.487"], [1702470506, "22964.535"], [1702470542, "23000.316"], [1702470575, "23028.594"], [1702470611, "23108.355"], [1702470635, "23119.605"], [1702470662, "23130.123"], [1702470686, "23144.34"], [1702470719, "23201.241"], [1702470746, "23247.975"], [1702470812, "23384.535"], [1702470845, "23420.322"], [1702470875, "23428.893"], [1702470899, "23464.332"], [1702470953, "23474.673"], [1702470983, "23495.052"], [1702471025, "23498.994"], [1702471067, "23742.954"], [1702471169, "23794.98"], [1702471193, "23808.954"], [1702471226, "23846.067"], [1702471265, "23897.142"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "355.377"], [1702462721, "374.829"], [1702462736, "388.323"], [1702462751, "396.843"], [1702462763, "396.87"], [1702462793, "407.469"], [1702462808, "430.242"], [1702462829, "434.973"], [1702462844, "605.133"], [1702462865, "631.62"], [1702462880, "638.037"], [1702462904, "647.649"], [1702462919, "650.391"], [1702462952, "659.511"], [1702462973, "702.906"], [1702462988, "711.447"], [1702463045, "727.674"], [1702463081, "733.11"], [1702463114, "741.822"], [1702463150, "746.538"], [1702463186, "751.062"], [1702463216, "819.549"], [1702463240, "827.427"], [1702463273, "839.823"], [1702463324, "890.841"], [1702463354, "901.662"], [1702463381, "916.767"], [1702463417, "924.234"], [1702463453, "944.874"], [1702463477, "946.875"], [1702463510, "956.13"], [1702463537, "959.535"], [1702463570, "969.261"], [1702463591, "979.536"], [1702463621, "990.999"], [1702463657, "1034.865"], [1702463693, "1041.282"], [1702463729, "1089.288"], [1702463765, "1107.975"], [1702463798, "1110.675"], [1702463846, "1114.275"], [1702463873, "1119.603"], [1702463906, "1125.246"], [1702463948, "1137.324"], [1702463984, "1147.77"], [1702464014, "1158.915"], [1702464050, "1181.835"], [1702464086, "1227.831"], [1702464122, "1248.723"], [1702464155, "1268.484"], [1702464194, "1275.723"], [1702464230, "1283.103"], [1702464263, "1292.013"], [1702464299, "1303.353"], [1702464332, "1330.614"], [1702464356, "1346.097"], [1702464392, "1362.612"], [1702464425, "1375.011"], [1702464455, "1414.437"], [1702464479, "1441.539"], [1702464509, "1450.563"], [1702464533, "1461.924"], [1702464569, "1473.594"], [1702464605, "1483.749"], [1702464635, "1516.377"], [1702464671, "1540.185"], [1702464716, "1564.977"], [1702464743, "1585.899"], [1702464776, "1631.88"], [1702464812, "1640.304"], [1702464836, "1653.126"], [1702464869, "1683.399"], [1702464905, "1700.775"], [1702464926, "1704.942"], [1702464956, "1717.488"], [1702464992, "1731.027"], [1702465016, "1739.427"], [1702465049, "1755.84"], [1702465085, "1784.055"], [1702465118, "1797.162"], [1702465145, "1819.386"], [1702465178, "1823.349"], [1702465208, "1835.619"], [1702465241, "1874.415"], [1702465298, "1880.37"], [1702465334, "1885.644"], [1702465367, "1890.636"], [1702465394, "1893.273"], [1702465418, "1909.047"], [1702465445, "1926.762"], [1702465481, "1936.869"], [1702465517, "1952.169"], [1702465550, "1959.99"], [1702465586, "1989.93"], [1702465619, "1992.384"], [1702465658, "2010.543"], [1702465706, "2012.355"], [1702465754, "2021.898"], [1702465787, "2030.124"], [1702465823, "2048.271"], [1702465856, "2064.813"], [1702465880, "2070.441"], [1702465910, "2077.608"], [1702465952, "2092.836"], [1702465988, "2103.495"], [1702466015, "2106.453"], [1702466030, "2107.758"], [1702466060, "2108.676"], [1702466078, "2112.198"], [1702466138, "2129.817"], [1702466168, "2153.742"], [1702466204, "2172.837"], [1702466237, "2212.29"], [1702466261, "2219.97"], [1702466291, "2227.398"], [1702466327, "2238.744"], [1702466360, "2246.409"], [1702466384, "2250.84"], [1702466417, "2258.13"], [1702466441, "2260.119"], [1702466471, "2264.109"], [1702466507, "2282.688"], [1702466540, "2303.421"], [1702466597, "2352.168"], [1702466633, "2371.425"], [1702466666, "2391.282"], [1702466705, "2410.914"], [1702466732, "2417.874"], [1702466765, "2422.452"], [1702466801, "2426.877"], [1702466852, "2469.552"], [1702466876, "2473.308"], [1702466918, "2488.452"], [1702466978, "2537.955"], [1702467014, "2621.376"], [1702467038, "2651.616"], [1702467068, "2665.296"], [1702467122, "2683.647"], [1702467158, "2687.955"], [1702467191, "2711.964"], [1702467221, "2716.662"], [1702467257, "2726.781"], [1702467299, "2737.149"], [1702467350, "2771.943"], [1702467386, "2796.18"], [1702467419, "2806.521"], [1702467455, "2817.534"], [1702467515, "2827.056"], [1702467542, "2829.888"], [1702467566, "2831.886"], [1702467599, "2837.298"], [1702467635, "2842.182"], [1702467668, "2871.462"], [1702467695, "2887.431"], [1702467716, "2896.398"], [1702467746, "2909.565"], [1702467800, "2958.501"], [1702467824, "2967.939"], [1702467908, "2987.193"], [1702467944, "2997.177"], [1702467968, "3001.242"], [1702468001, "3008.199"], [1702468031, "3018.066"], [1702468067, "3046.47"], [1702468085, "3054.906"], [1702468115, "3067.479"], [1702468151, "3083.985"], [1702468181, "3092.928"], [1702468208, "3100.518"], [1702468241, "3109.863"], [1702468256, "3113.106"], [1702468286, "3117.609"], [1702468322, "3122.424"], [1702468352, "3160.092"], [1702468388, "3186.333"], [1702468424, "3211.626"], [1702468457, "3250.755"], [1702468493, "3275.073"], [1702468517, "3309.537"], [1702468550, "3320.697"], [1702468586, "3334.38"], [1702468613, "3363.642"], [1702468637, "3381.216"], [1702468679, "3387.651"], [1702468721, "3409.914"], [1702468730, "3414.405"], [1702468766, "3432.297"], [1702468799, "3504.786"], [1702468835, "3516.759"], [1702468898, "3565.116"], [1702468934, "3595.533"], [1702468970, "3644.319"], [1702468994, "3659.775"], [1702469024, "3662.448"], [1702469060, "3671.49"], [1702469111, "3685.827"], [1702469144, "3719.064"], [1702469168, "3724.8"], [1702469204, "3744.687"], [1702469237, "3761.943"], [1702469273, "3795.912"], [1702469303, "3828.981"], [1702469336, "3841.593"], [1702469360, "3847.785"], [1702469387, "3850.326"], [1702469411, "3864.24"], [1702469435, "3872.145"], [1702469468, "3882.879"], [1702469504, "3888.492"], [1702469537, "3892.137"], [1702469573, "3897.855"], [1702469606, "3903.054"], [1702469633, "3905.757"], [1702469660, "3913.602"], [1702469684, "3918.576"], [1702469717, "3928.344"], [1702469753, "3932.088"], [1702469786, "3938.157"], [1702469816, "3951.177"], [1702469834, "3954.513"], [1702469864, "3958.923"], [1702469906, "3963.636"], [1702469936, "3967.899"], [1702469972, "3970.371"], [1702470005, "3973.941"], [1702470029, "3975.891"], [1702470065, "3980.733"], [1702470101, "3989.076"], [1702470131, "3996.816"], [1702470167, "4008.492"], [1702470203, "4021.947"], [1702470251, "4037.997"], [1702470278, "4042.029"], [1702470311, "4046.202"], [1702470347, "4050.852"], [1702470371, "4052.892"], [1702470404, "4057.29"], [1702470440, "4060.29"], [1702470476, "4068.546"], [1702470506, "4074.648"], [1702470542, "4086.375"], [1702470575, "4095.171"], [1702470611, "4101.378"], [1702470635, "4106.265"], [1702470662, "4112.754"], [1702470686, "4117.098"], [1702470719, "4120.131"], [1702470746, "4124.637"], [1702470812, "4133.025"], [1702470845, "4143.621"], [1702470875, "4149.996"], [1702470899, "4153.11"], [1702470953, "4158.336"], [1702470983, "4162.248"], [1702471025, "4174.677"], [1702471067, "4185.372"], [1702471169, "4201.134"], [1702471193, "4204.461"], [1702471226, "4214.691"], [1702471265, "4220.841"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1.149"], [1702462721, "1.149"], [1702462736, "1.188"], [1702462751, "1.188"], [1702462763, "1.188"], [1702462793, "1.188"], [1702462808, "1.188"], [1702462829, "1.188"], [1702462844, "1.188"], [1702462865, "1.188"], [1702462880, "1.188"], [1702462904, "1.713"], [1702462919, "1.713"], [1702462952, "1.713"], [1702462973, "1.848"], [1702462988, "1.848"], [1702463045, "2.112"], [1702463081, "2.22"], [1702463114, "2.22"], [1702463150, "2.22"], [1702463186, "2.22"], [1702463216, "2.22"], [1702463240, "2.22"], [1702463273, "2.22"], [1702463324, "2.22"], [1702463354, "2.22"], [1702463381, "2.22"], [1702463417, "2.22"], [1702463453, "2.22"], [1702463477, "2.22"], [1702463510, "2.259"], [1702463537, "2.268"], [1702463570, "2.337"], [1702463591, "2.352"], [1702463621, "2.352"], [1702463657, "2.352"], [1702463693, "2.358"], [1702463729, "2.358"], [1702463765, "2.358"], [1702463798, "2.358"], [1702463846, "2.358"], [1702463873, "2.358"], [1702463906, "2.358"], [1702463948, "2.358"], [1702463984, "2.358"], [1702464014, "2.358"], [1702464050, "2.358"], [1702464086, "2.358"], [1702464122, "2.358"], [1702464155, "2.358"], [1702464194, "2.358"], [1702464230, "2.358"], [1702464263, "2.46"], [1702464299, "2.46"], [1702464332, "2.46"], [1702464356, "2.46"], [1702464392, "2.499"], [1702464425, "2.499"], [1702464455, "3.147"], [1702464479, "3.147"], [1702464509, "3.147"], [1702464533, "3.147"], [1702464569, "3.147"], [1702464605, "3.147"], [1702464635, "3.147"], [1702464671, "3.147"], [1702464716, "3.147"], [1702464743, "3.147"], [1702464776, "3.147"], [1702464812, "3.225"], [1702464836, "3.225"], [1702464869, "3.954"], [1702464905, "3.954"], [1702464926, "3.954"], [1702464956, "3.954"], [1702464992, "3.954"], [1702465016, "4.191"], [1702465049, "4.191"], [1702465085, "4.191"], [1702465118, "4.191"], [1702465145, "4.191"], [1702465178, "4.191"], [1702465208, "4.197"], [1702465241, "4.197"], [1702465298, "4.197"], [1702465334, "4.197"], [1702465367, "4.197"], [1702465394, "4.197"], [1702465418, "4.197"], [1702465445, "4.197"], [1702465481, "4.284"], [1702465517, "4.284"], [1702465550, "4.311"], [1702465586, "6.018"], [1702465619, "6.018"], [1702465658, "6.018"], [1702465706, "6.018"], [1702465754, "6.018"], [1702465787, "6.018"], [1702465823, "6.018"], [1702465856, "6.018"], [1702465880, "6.018"], [1702465910, "6.033"], [1702465952, "6.033"], [1702465988, "6.033"], [1702466015, "6.048"], [1702466030, "6.051"], [1702466060, "6.051"], [1702466078, "6.051"], [1702466138, "6.051"], [1702466168, "6.051"], [1702466204, "6.051"], [1702466237, "6.051"], [1702466261, "6.051"], [1702466291, "6.051"], [1702466327, "6.051"], [1702466360, "6.051"], [1702466384, "6.066"], [1702466417, "6.066"], [1702466441, "6.066"], [1702466471, "6.066"], [1702466507, "6.066"], [1702466540, "6.282"], [1702466597, "6.282"], [1702466633, "6.282"], [1702466666, "6.282"], [1702466705, "6.282"], [1702466732, "6.282"], [1702466765, "6.282"], [1702466801, "6.636"], [1702466852, "6.636"], [1702466876, "6.636"], [1702466918, "6.636"], [1702466978, "6.636"], [1702467014, "6.636"], [1702467038, "6.636"], [1702467068, "6.636"], [1702467122, "6.636"], [1702467158, "6.636"], [1702467191, "6.636"], [1702467221, "6.636"], [1702467257, "6.636"], [1702467299, "6.636"], [1702467350, "6.636"], [1702467386, "6.69"], [1702467419, "6.69"], [1702467455, "6.69"], [1702467515, "6.708"], [1702467542, "6.708"], [1702467566, "6.708"], [1702467599, "6.708"], [1702467635, "6.708"], [1702467668, "6.708"], [1702467695, "6.708"], [1702467716, "6.708"], [1702467746, "6.708"], [1702467800, "6.708"], [1702467824, "6.708"], [1702467908, "6.708"], [1702467944, "6.708"], [1702467968, "6.708"], [1702468001, "6.708"], [1702468031, "6.708"], [1702468067, "6.708"], [1702468085, "6.861"], [1702468115, "6.861"], [1702468151, "6.861"], [1702468181, "6.861"], [1702468208, "6.861"], [1702468241, "6.861"], [1702468256, "6.87"], [1702468286, "6.885"], [1702468322, "6.885"], [1702468352, "6.885"], [1702468388, "6.885"], [1702468424, "6.885"], [1702468457, "6.885"], [1702468493, "6.885"], [1702468517, "6.885"], [1702468550, "6.885"], [1702468586, "6.9"], [1702468613, "6.9"], [1702468637, "6.9"], [1702468679, "7.59"], [1702468721, "7.59"], [1702468730, "7.59"], [1702468766, "7.62"], [1702468799, "7.62"], [1702468835, "7.62"], [1702468898, "7.62"], [1702468934, "7.62"], [1702468970, "7.62"], [1702468994, "7.62"], [1702469024, "7.62"], [1702469060, "7.62"], [1702469111, "7.722"], [1702469144, "7.722"], [1702469168, "7.722"], [1702469204, "7.722"], [1702469237, "7.722"], [1702469273, "7.722"], [1702469303, "7.722"], [1702469336, "7.722"], [1702469360, "7.722"], [1702469387, "7.785"], [1702469411, "7.794"], [1702469435, "7.794"], [1702469468, "7.794"], [1702469504, "7.794"], [1702469537, "7.794"], [1702469573, "7.794"], [1702469606, "7.794"], [1702469633, "7.794"], [1702469660, "7.794"], [1702469684, "7.794"], [1702469717, "7.794"], [1702469753, "7.794"], [1702469786, "7.794"], [1702469816, "7.794"], [1702469834, "7.794"], [1702469864, "7.794"], [1702469906, "7.794"], [1702469936, "7.806"], [1702469972, "7.806"], [1702470005, "7.806"], [1702470029, "7.806"], [1702470065, "7.806"], [1702470101, "7.806"], [1702470131, "7.806"], [1702470167, "7.806"], [1702470203, "7.806"], [1702470251, "8.199"], [1702470278, "8.199"], [1702470311, "8.199"], [1702470347, "8.199"], [1702470371, "8.199"], [1702470404, "8.199"], [1702470440, "8.199"], [1702470476, "8.235"], [1702470506, "8.235"], [1702470542, "8.235"], [1702470575, "8.235"], [1702470611, "8.337"], [1702470635, "8.337"], [1702470662, "8.337"], [1702470686, "8.337"], [1702470719, "8.358"], [1702470746, "8.358"], [1702470812, "8.358"], [1702470845, "8.358"], [1702470875, "8.358"], [1702470899, "8.358"], [1702470953, "8.358"], [1702470983, "8.358"], [1702471025, "8.358"], [1702471067, "8.358"], [1702471169, "8.367"], [1702471193, "8.367"], [1702471226, "8.367"], [1702471265, "8.367"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1.752"], [1702462721, "1.782"], [1702462736, "1.803"], [1702462751, "66.369"], [1702462763, "66.369"], [1702462793, "66.369"], [1702462808, "66.951"], [1702462829, "66.951"], [1702462844, "67.059"], [1702462865, "67.059"], [1702462880, "67.059"], [1702462904, "67.059"], [1702462919, "67.059"], [1702462952, "75.669"], [1702462973, "76.257"], [1702462988, "76.257"], [1702463045, "77.007"], [1702463081, "79.257"], [1702463114, "79.263"], [1702463150, "79.263"], [1702463186, "79.929"], [1702463216, "80.265"], [1702463240, "80.265"], [1702463273, "80.265"], [1702463324, "85.665"], [1702463354, "87.267"], [1702463381, "87.267"], [1702463417, "87.267"], [1702463453, "87.405"], [1702463477, "87.405"], [1702463510, "87.405"], [1702463537, "87.405"], [1702463570, "88.389"], [1702463591, "114.204"], [1702463621, "114.204"], [1702463657, "254.784"], [1702463693, "273.318"], [1702463729, "307.38"], [1702463765, "307.38"], [1702463798, "307.473"], [1702463846, "307.479"], [1702463873, "307.479"], [1702463906, "311.628"], [1702463948, "314.547"], [1702463984, "314.547"], [1702464014, "314.547"], [1702464050, "315.369"], [1702464086, "318.042"], [1702464122, "318.042"], [1702464155, "318.042"], [1702464194, "319.326"], [1702464230, "319.326"], [1702464263, "319.767"], [1702464299, "319.944"], [1702464332, "319.998"], [1702464356, "319.998"], [1702464392, "320.298"], [1702464425, "323.244"], [1702464455, "328.428"], [1702464479, "328.428"], [1702464509, "328.428"], [1702464533, "328.437"], [1702464569, "329.547"], [1702464605, "329.547"], [1702464635, "329.547"], [1702464671, "329.577"], [1702464716, "337.179"], [1702464743, "337.179"], [1702464776, "383.841"], [1702464812, "401.226"], [1702464836, "401.226"], [1702464869, "401.226"], [1702464905, "401.226"], [1702464926, "401.454"], [1702464956, "401.454"], [1702464992, "401.454"], [1702465016, "401.454"], [1702465049, "402.837"], [1702465085, "402.837"], [1702465118, "403.458"], [1702465145, "438.522"], [1702465178, "438.534"], [1702465208, "438.534"], [1702465241, "438.726"], [1702465298, "439.482"], [1702465334, "439.482"], [1702465367, "439.482"], [1702465394, "440.802"], [1702465418, "440.919"], [1702465445, "440.919"], [1702465481, "479.379"], [1702465517, "500.457"], [1702465550, "500.457"], [1702465586, "500.457"], [1702465619, "502.578"], [1702465658, "517.935"], [1702465706, "517.935"], [1702465754, "518.424"], [1702465787, "518.424"], [1702465823, "518.424"], [1702465856, "524.238"], [1702465880, "524.238"], [1702465910, "524.238"], [1702465952, "526.182"], [1702465988, "526.443"], [1702466015, "526.443"], [1702466030, "526.443"], [1702466060, "526.446"], [1702466078, "526.467"], [1702466138, "526.605"], [1702466168, "553.581"], [1702466204, "553.581"], [1702466237, "559.527"], [1702466261, "559.527"], [1702466291, "559.527"], [1702466327, "570.987"], [1702466360, "575.439"], [1702466384, "575.439"], [1702466417, "575.439"], [1702466441, "575.544"], [1702466471, "576.912"], [1702466507, "576.912"], [1702466540, "576.912"], [1702466597, "588.576"], [1702466633, "588.576"], [1702466666, "588.576"], [1702466705, "588.99"], [1702466732, "588.99"], [1702466765, "588.99"], [1702466801, "595.893"], [1702466852, "598.71"], [1702466876, "598.71"], [1702466918, "606.723"], [1702466978, "618.171"], [1702467014, "618.171"], [1702467038, "627.819"], [1702467068, "627.819"], [1702467122, "627.819"], [1702467158, "627.864"], [1702467191, "628.275"], [1702467221, "628.275"], [1702467257, "629.298"], [1702467299, "632.211"], [1702467350, "632.22"], [1702467386, "632.22"], [1702467419, "634.395"], [1702467455, "634.395"], [1702467515, "635.589"], [1702467542, "636.198"], [1702467566, "636.198"], [1702467599, "636.198"], [1702467635, "637.539"], [1702467668, "637.719"], [1702467695, "637.719"], [1702467716, "637.719"], [1702467746, "637.809"], [1702467800, "637.809"], [1702467824, "637.809"], [1702467908, "641.562"], [1702467944, "641.562"], [1702467968, "641.562"], [1702468001, "641.562"], [1702468031, "644.43"], [1702468067, "644.43"], [1702468085, "644.43"], [1702468115, "646.404"], [1702468151, "646.542"], [1702468181, "646.542"], [1702468208, "646.542"], [1702468241, "648.762"], [1702468256, "649.008"], [1702468286, "649.008"], [1702468322, "649.008"], [1702468352, "649.008"], [1702468388, "649.305"], [1702468424, "649.752"], [1702468457, "649.752"], [1702468493, "653.184"], [1702468517, "655.611"], [1702468550, "655.611"], [1702468586, "656.043"], [1702468613, "656.13"], [1702468637, "660.609"], [1702468679, "660.609"], [1702468721, "660.609"], [1702468730, "661.875"], [1702468766, "661.875"], [1702468799, "661.875"], [1702468835, "664.959"], [1702468898, "666.213"], [1702468934, "666.213"], [1702468970, "677.358"], [1702468994, "678.249"], [1702469024, "678.249"], [1702469060, "678.249"], [1702469111, "678.492"], [1702469144, "678.492"], [1702469168, "678.492"], [1702469204, "701.901"], [1702469237, "711.978"], [1702469273, "711.978"], [1702469303, "711.978"], [1702469336, "725.385"], [1702469360, "725.385"], [1702469387, "725.385"], [1702469411, "725.385"], [1702469435, "737.022"], [1702469468, "737.364"], [1702469504, "737.364"], [1702469537, "737.364"], [1702469573, "738.597"], [1702469606, "738.597"], [1702469633, "738.597"], [1702469660, "738.597"], [1702469684, "752.565"], [1702469717, "752.625"], [1702469753, "752.625"], [1702469786, "752.625"], [1702469816, "756.486"], [1702469834, "756.564"], [1702469864, "756.564"], [1702469906, "756.642"], [1702469936, "758.07"], [1702469972, "758.07"], [1702470005, "758.07"], [1702470029, "758.07"], [1702470065, "765.387"], [1702470101, "765.387"], [1702470131, "765.387"], [1702470167, "767.346"], [1702470203, "768.051"], [1702470251, "768.051"], [1702470278, "768.051"], [1702470311, "768.054"], [1702470347, "768.054"], [1702470371, "768.054"], [1702470404, "772.365"], [1702470440, "772.38"], [1702470476, "772.38"], [1702470506, "773.094"], [1702470542, "773.097"], [1702470575, "773.097"], [1702470611, "773.097"], [1702470635, "773.097"], [1702470662, "773.649"], [1702470686, "774.336"], [1702470719, "774.336"], [1702470746, "774.435"], [1702470812, "775.32"], [1702470845, "775.32"], [1702470875, "775.32"], [1702470899, "775.323"], [1702470953, "775.323"], [1702470983, "775.323"], [1702471025, "779.853"], [1702471067, "779.853"], [1702471169, "780.324"], [1702471193, "780.324"], [1702471226, "780.324"], [1702471265, "781.059"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "1.962"], [1702462721, "1.962"], [1702462736, "3.369"], [1702462751, "3.384"], [1702462763, "3.39"], [1702462793, "3.531"], [1702462808, "3.591"], [1702462829, "4.356"], [1702462844, "5.046"], [1702462865, "5.079"], [1702462880, "5.754"], [1702462904, "5.754"], [1702462919, "5.754"], [1702462952, "5.856"], [1702462973, "5.856"], [1702462988, "6.633"], [1702463045, "6.69"], [1702463081, "6.696"], [1702463114, "6.696"], [1702463150, "6.696"], [1702463186, "6.714"], [1702463216, "6.714"], [1702463240, "7.143"], [1702463273, "7.5"], [1702463324, "7.56"], [1702463354, "7.761"], [1702463381, "7.788"], [1702463417, "7.905"], [1702463453, "7.911"], [1702463477, "8.043"], [1702463510, "8.043"], [1702463537, "8.043"], [1702463570, "8.061"], [1702463591, "8.061"], [1702463621, "8.268"], [1702463657, "8.271"], [1702463693, "8.271"], [1702463729, "9.303"], [1702463765, "9.303"], [1702463798, "9.345"], [1702463846, "9.48"], [1702463873, "9.48"], [1702463906, "9.48"], [1702463948, "9.852"], [1702463984, "11.328"], [1702464014, "11.328"], [1702464050, "11.565"], [1702464086, "11.565"], [1702464122, "11.667"], [1702464155, "11.667"], [1702464194, "11.676"], [1702464230, "11.676"], [1702464263, "11.676"], [1702464299, "11.697"], [1702464332, "11.865"], [1702464356, "11.865"], [1702464392, "12.192"], [1702464425, "12.297"], [1702464455, "13.083"], [1702464479, "13.182"], [1702464509, "13.185"], [1702464533, "13.185"], [1702464569, "13.326"], [1702464605, "13.326"], [1702464635, "13.878"], [1702464671, "14.154"], [1702464716, "14.826"], [1702464743, "14.976"], [1702464776, "14.976"], [1702464812, "14.976"], [1702464836, "15.015"], [1702464869, "15.252"], [1702464905, "15.252"], [1702464926, "15.447"], [1702464956, "15.495"], [1702464992, "15.909"], [1702465016, "15.909"], [1702465049, "16.371"], [1702465085, "16.371"], [1702465118, "16.944"], [1702465145, "16.944"], [1702465178, "16.95"], [1702465208, "16.95"], [1702465241, "16.956"], [1702465298, "16.962"], [1702465334, "16.995"], [1702465367, "16.995"], [1702465394, "16.995"], [1702465418, "16.995"], [1702465445, "16.995"], [1702465481, "17.064"], [1702465517, "17.064"], [1702465550, "17.064"], [1702465586, "17.148"], [1702465619, "17.148"], [1702465658, "17.175"], [1702465706, "17.181"], [1702465754, "17.31"], [1702465787, "17.31"], [1702465823, "17.538"], [1702465856, "17.538"], [1702465880, "17.547"], [1702465910, "17.592"], [1702465952, "17.844"], [1702465988, "17.844"], [1702466015, "17.847"], [1702466030, "17.85"], [1702466060, "17.85"], [1702466078, "17.853"], [1702466138, "18.165"], [1702466168, "20.049"], [1702466204, "20.073"], [1702466237, "20.073"], [1702466261, "20.079"], [1702466291, "20.094"], [1702466327, "20.094"], [1702466360, "20.196"], [1702466384, "20.478"], [1702466417, "20.484"], [1702466441, "20.49"], [1702466471, "20.532"], [1702466507, "20.532"], [1702466540, "20.592"], [1702466597, "20.607"], [1702466633, "20.709"], [1702466666, "20.709"], [1702466705, "21.453"], [1702466732, "21.498"], [1702466765, "21.498"], [1702466801, "21.537"], [1702466852, "25.518"], [1702466876, "25.518"], [1702466918, "25.518"], [1702466978, "26.1"], [1702467014, "26.16"], [1702467038, "26.211"], [1702467068, "26.211"], [1702467122, "26.361"], [1702467158, "26.472"], [1702467191, "26.472"], [1702467221, "26.472"], [1702467257, "26.472"], [1702467299, "26.472"], [1702467350, "26.511"], [1702467386, "26.511"], [1702467419, "26.511"], [1702467455, "27.114"], [1702467515, "27.423"], [1702467542, "27.423"], [1702467566, "27.504"], [1702467599, "27.564"], [1702467635, "27.597"], [1702467668, "27.597"], [1702467695, "27.597"], [1702467716, "28.089"], [1702467746, "28.212"], [1702467800, "28.212"], [1702467824, "28.212"], [1702467908, "28.449"], [1702467944, "28.449"], [1702467968, "28.497"], [1702468001, "28.497"], [1702468031, "28.497"], [1702468067, "29.235"], [1702468085, "29.235"], [1702468115, "29.235"], [1702468151, "30.288"], [1702468181, "30.288"], [1702468208, "30.327"], [1702468241, "30.336"], [1702468256, "30.336"], [1702468286, "30.402"], [1702468322, "30.435"], [1702468352, "30.462"], [1702468388, "30.471"], [1702468424, "30.618"], [1702468457, "30.618"], [1702468493, "30.651"], [1702468517, "30.651"], [1702468550, "30.651"], [1702468586, "30.828"], [1702468613, "30.828"], [1702468637, "30.945"], [1702468679, "30.978"], [1702468721, "30.978"], [1702468730, "30.978"], [1702468766, "31.035"], [1702468799, "31.035"], [1702468835, "31.047"], [1702468898, "32.622"], [1702468934, "32.622"], [1702468970, "32.805"], [1702468994, "32.814"], [1702469024, "32.877"], [1702469060, "32.889"], [1702469111, "33.165"], [1702469144, "33.27"], [1702469168, "33.36"], [1702469204, "35.004"], [1702469237, "35.031"], [1702469273, "35.043"], [1702469303, "35.22"], [1702469336, "35.397"], [1702469360, "35.454"], [1702469387, "35.454"], [1702469411, "35.454"], [1702469435, "35.529"], [1702469468, "35.61"], [1702469504, "35.613"], [1702469537, "35.613"], [1702469573, "35.646"], [1702469606, "35.646"], [1702469633, "35.646"], [1702469660, "35.646"], [1702469684, "35.646"], [1702469717, "35.646"], [1702469753, "35.646"], [1702469786, "35.646"], [1702469816, "35.649"], [1702469834, "35.721"], [1702469864, "35.721"], [1702469906, "35.727"], [1702469936, "35.727"], [1702469972, "35.73"], [1702470005, "35.73"], [1702470029, "35.73"], [1702470065, "35.73"], [1702470101, "35.73"], [1702470131, "35.73"], [1702470167, "35.742"], [1702470203, "35.742"], [1702470251, "35.742"], [1702470278, "36.159"], [1702470311, "36.159"], [1702470347, "36.174"], [1702470371, "36.69"], [1702470404, "36.975"], [1702470440, "37.14"], [1702470476, "37.14"], [1702470506, "37.14"], [1702470542, "37.344"], [1702470575, "37.566"], [1702470611, "37.578"], [1702470635, "37.578"], [1702470662, "37.662"], [1702470686, "37.662"], [1702470719, "37.668"], [1702470746, "37.671"], [1702470812, "37.698"], [1702470845, "38.112"], [1702470875, "38.112"], [1702470899, "38.112"], [1702470953, "38.112"], [1702470983, "38.121"], [1702471025, "38.19"], [1702471067, "38.262"], [1702471169, "38.298"], [1702471193, "38.298"], [1702471226, "38.34"], [1702471265, "38.361"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1.623"], [1702462721, "1.686"], [1702462736, "1.686"], [1702462751, "1.686"], [1702462763, "1.692"], [1702462793, "1.791"], [1702462808, "1.833"], [1702462829, "2.676"], [1702462844, "3.315"], [1702462865, "3.558"], [1702462880, "3.558"], [1702462904, "3.618"], [1702462919, "3.618"], [1702462952, "6.57"], [1702462973, "6.57"], [1702462988, "6.57"], [1702463045, "6.576"], [1702463081, "6.819"], [1702463114, "6.819"], [1702463150, "6.987"], [1702463186, "7.188"], [1702463216, "7.77"], [1702463240, "7.77"], [1702463273, "7.929"], [1702463324, "10.017"], [1702463354, "10.017"], [1702463381, "10.017"], [1702463417, "10.017"], [1702463453, "10.089"], [1702463477, "10.092"], [1702463510, "10.092"], [1702463537, "10.092"], [1702463570, "10.506"], [1702463591, "10.524"], [1702463621, "10.563"], [1702463657, "10.566"], [1702463693, "10.605"], [1702463729, "11.043"], [1702463765, "14.898"], [1702463798, "14.913"], [1702463846, "14.913"], [1702463873, "15.387"], [1702463906, "15.399"], [1702463948, "15.597"], [1702463984, "15.63"], [1702464014, "15.651"], [1702464050, "15.996"], [1702464086, "16.17"], [1702464122, "16.596"], [1702464155, "16.926"], [1702464194, "17.085"], [1702464230, "17.085"], [1702464263, "17.103"], [1702464299, "17.355"], [1702464332, "17.703"], [1702464356, "17.703"], [1702464392, "18.366"], [1702464425, "20.157"], [1702464455, "20.454"], [1702464479, "23.166"], [1702464509, "23.514"], [1702464533, "23.784"], [1702464569, "25.02"], [1702464605, "25.098"], [1702464635, "25.122"], [1702464671, "25.884"], [1702464716, "27.651"], [1702464743, "28.071"], [1702464776, "35.109"], [1702464812, "35.253"], [1702464836, "35.4"], [1702464869, "35.604"], [1702464905, "39.081"], [1702464926, "39.114"], [1702464956, "39.774"], [1702464992, "39.939"], [1702465016, "41.067"], [1702465049, "41.316"], [1702465085, "41.316"], [1702465118, "43.161"], [1702465145, "43.347"], [1702465178, "43.347"], [1702465208, "43.926"], [1702465241, "44.121"], [1702465298, "44.145"], [1702465334, "45.207"], [1702465367, "45.345"], [1702465394, "45.507"], [1702465418, "45.576"], [1702465445, "45.576"], [1702465481, "45.618"], [1702465517, "45.726"], [1702465550, "45.879"], [1702465586, "45.942"], [1702465619, "45.942"], [1702465658, "45.999"], [1702465706, "46.023"], [1702465754, "46.404"], [1702465787, "46.476"], [1702465823, "46.872"], [1702465856, "46.893"], [1702465880, "47.556"], [1702465910, "47.616"], [1702465952, "47.652"], [1702465988, "47.652"], [1702466015, "47.7"], [1702466030, "47.706"], [1702466060, "47.706"], [1702466078, "47.709"], [1702466138, "47.865"], [1702466168, "47.865"], [1702466204, "48.36"], [1702466237, "48.36"], [1702466261, "48.408"], [1702466291, "48.525"], [1702466327, "48.627"], [1702466360, "48.828"], [1702466384, "48.858"], [1702466417, "48.891"], [1702466441, "48.894"], [1702466471, "48.894"], [1702466507, "49.023"], [1702466540, "49.176"], [1702466597, "49.914"], [1702466633, "52.56"], [1702466666, "52.761"], [1702466705, "52.86"], [1702466732, "52.884"], [1702466765, "53.1"], [1702466801, "53.25"], [1702466852, "53.436"], [1702466876, "53.445"], [1702466918, "53.901"], [1702466978, "59.25"], [1702467014, "59.58"], [1702467038, "59.808"], [1702467068, "60.432"], [1702467122, "60.579"], [1702467158, "60.702"], [1702467191, "67.008"], [1702467221, "68.682"], [1702467257, "68.742"], [1702467299, "69.342"], [1702467350, "71.169"], [1702467386, "74.016"], [1702467419, "74.214"], [1702467455, "74.487"], [1702467515, "74.58"], [1702467542, "74.97"], [1702467566, "74.97"], [1702467599, "75.015"], [1702467635, "75.015"], [1702467668, "75.282"], [1702467695, "76.551"], [1702467716, "76.617"], [1702467746, "76.662"], [1702467800, "77.175"], [1702467824, "77.274"], [1702467908, "77.418"], [1702467944, "77.568"], [1702467968, "77.574"], [1702468001, "77.73"], [1702468031, "77.844"], [1702468067, "83.91"], [1702468085, "84.021"], [1702468115, "84.333"], [1702468151, "84.462"], [1702468181, "84.486"], [1702468208, "84.702"], [1702468241, "85.389"], [1702468256, "85.446"], [1702468286, "85.497"], [1702468322, "85.686"], [1702468352, "87.186"], [1702468388, "87.294"], [1702468424, "87.72"], [1702468457, "87.846"], [1702468493, "88.266"], [1702468517, "91.167"], [1702468550, "91.311"], [1702468586, "91.41"], [1702468613, "91.578"], [1702468637, "91.587"], [1702468679, "91.965"], [1702468721, "91.965"], [1702468730, "91.965"], [1702468766, "91.965"], [1702468799, "94.221"], [1702468835, "94.239"], [1702468898, "94.506"], [1702468934, "94.671"], [1702468970, "95.37"], [1702468994, "95.643"], [1702469024, "95.652"], [1702469060, "95.928"], [1702469111, "97.149"], [1702469144, "98.913"], [1702469168, "98.913"], [1702469204, "99.192"], [1702469237, "99.3"], [1702469273, "99.633"], [1702469303, "100.047"], [1702469336, "100.494"], [1702469360, "100.515"], [1702469387, "100.938"], [1702469411, "101.76"], [1702469435, "101.925"], [1702469468, "102.015"], [1702469504, "102.018"], [1702469537, "102.066"], [1702469573, "102.105"], [1702469606, "102.231"], [1702469633, "102.624"], [1702469660, "102.624"], [1702469684, "102.708"], [1702469717, "102.747"], [1702469753, "103.251"], [1702469786, "103.377"], [1702469816, "103.548"], [1702469834, "103.548"], [1702469864, "103.587"], [1702469906, "103.608"], [1702469936, "103.71"], [1702469972, "103.713"], [1702470005, "103.773"], [1702470029, "103.794"], [1702470065, "103.794"], [1702470101, "103.86"], [1702470131, "104.115"], [1702470167, "104.214"], [1702470203, "104.217"], [1702470251, "104.514"], [1702470278, "104.517"], [1702470311, "104.565"], [1702470347, "104.565"], [1702470371, "104.568"], [1702470404, "104.619"], [1702470440, "104.676"], [1702470476, "104.736"], [1702470506, "104.742"], [1702470542, "104.823"], [1702470575, "104.958"], [1702470611, "105.033"], [1702470635, "105.033"], [1702470662, "105.099"], [1702470686, "105.174"], [1702470719, "105.408"], [1702470746, "105.438"], [1702470812, "105.759"], [1702470845, "105.759"], [1702470875, "105.783"], [1702470899, "105.87"], [1702470953, "106.059"], [1702470983, "106.092"], [1702471025, "106.41"], [1702471067, "106.605"], [1702471169, "107.427"], [1702471193, "107.487"], [1702471226, "107.511"], [1702471265, "107.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1.263"], [1702462844, "1.263"], [1702462865, "1.263"], [1702462880, "1.263"], [1702462904, "1.263"], [1702462919, "1.263"], [1702462952, "1.263"], [1702462973, "1.263"], [1702462988, "1.263"], [1702463045, "1.263"], [1702463081, "1.263"], [1702463114, "1.263"], [1702463150, "1.263"], [1702463186, "1.263"], [1702463216, "1.263"], [1702463240, "1.263"], [1702463273, "1.263"], [1702463324, "1.263"], [1702463354, "1.263"], [1702463381, "1.263"], [1702463417, "1.263"], [1702463453, "1.263"], [1702463477, "1.263"], [1702463510, "1.263"], [1702463537, "1.263"], [1702463570, "1.263"], [1702463591, "1.263"], [1702463621, "1.263"], [1702463657, "1.263"], [1702463693, "1.263"], [1702463729, "1.263"], [1702463765, "1.263"], [1702463798, "1.263"], [1702463846, "1.263"], [1702463873, "1.263"], [1702463906, "1.263"], [1702463948, "1.263"], [1702463984, "1.263"], [1702464014, "1.263"], [1702464050, "1.263"], [1702464086, "1.263"], [1702464122, "1.263"], [1702464155, "1.263"], [1702464194, "1.263"], [1702464230, "1.263"], [1702464263, "1.263"], [1702464299, "1.263"], [1702464332, "1.263"], [1702464356, "1.263"], [1702464392, "1.263"], [1702464425, "1.263"], [1702464455, "1.263"], [1702464479, "1.263"], [1702464509, "1.263"], [1702464533, "1.263"], [1702464569, "1.263"], [1702464605, "1.263"], [1702464635, "1.263"], [1702464671, "1.263"], [1702464716, "1.263"], [1702464743, "1.263"], [1702464776, "1.263"], [1702464812, "1.263"], [1702464836, "1.263"], [1702464869, "1.263"], [1702464905, "1.263"], [1702464926, "1.263"], [1702464956, "1.263"], [1702464992, "1.263"], [1702465016, "1.263"], [1702465049, "1.263"], [1702465085, "1.263"], [1702465118, "1.263"], [1702465145, "1.263"], [1702465178, "1.263"], [1702465208, "1.263"], [1702465241, "1.263"], [1702465298, "1.263"], [1702465334, "1.263"], [1702465367, "1.263"], [1702465394, "1.263"], [1702465418, "1.263"], [1702465445, "1.263"], [1702465481, "1.263"], [1702465517, "1.263"], [1702465550, "1.263"], [1702465586, "1.263"], [1702465619, "1.263"], [1702465658, "1.263"], [1702465706, "1.263"], [1702465754, "1.263"], [1702465787, "1.263"], [1702465823, "1.263"], [1702465856, "1.263"], [1702465880, "1.263"], [1702465910, "1.263"], [1702465952, "1.263"], [1702465988, "1.263"], [1702466015, "1.263"], [1702466030, "1.263"], [1702466060, "1.263"], [1702466078, "1.263"], [1702466138, "1.263"], [1702466168, "1.263"], [1702466204, "1.263"], [1702466237, "1.263"], [1702466261, "1.263"], [1702466291, "1.263"], [1702466327, "1.263"], [1702466360, "1.263"], [1702466384, "1.263"], [1702466417, "1.263"], [1702466441, "1.263"], [1702466471, "1.263"], [1702466507, "1.263"], [1702466540, "1.263"], [1702466597, "1.263"], [1702466633, "1.263"], [1702466666, "1.263"], [1702466705, "1.263"], [1702466732, "1.263"], [1702466765, "1.263"], [1702466801, "1.263"], [1702466852, "1.263"], [1702466876, "1.263"], [1702466918, "1.263"], [1702466978, "1.263"], [1702467014, "1.263"], [1702467038, "1.263"], [1702467068, "1.263"], [1702467122, "1.263"], [1702467158, "1.263"], [1702467191, "1.263"], [1702467221, "1.263"], [1702467257, "1.263"], [1702467299, "1.263"], [1702467350, "1.263"], [1702467386, "1.263"], [1702467419, "1.263"], [1702467455, "1.263"], [1702467515, "1.263"], [1702467542, "1.263"], [1702467566, "1.263"], [1702467599, "1.263"], [1702467635, "1.263"], [1702467668, "1.263"], [1702467695, "1.263"], [1702467716, "1.263"], [1702467746, "1.263"], [1702467800, "1.263"], [1702467824, "1.263"], [1702467908, "1.263"], [1702467944, "1.263"], [1702467968, "1.263"], [1702468001, "1.263"], [1702468031, "1.263"], [1702468067, "1.263"], [1702468085, "1.263"], [1702468115, "1.263"], [1702468151, "1.263"], [1702468181, "1.263"], [1702468208, "1.263"], [1702468241, "1.263"], [1702468256, "1.263"], [1702468286, "1.263"], [1702468322, "1.263"], [1702468352, "1.263"], [1702468388, "1.263"], [1702468424, "1.263"], [1702468457, "1.263"], [1702468493, "1.263"], [1702468517, "1.263"], [1702468550, "1.263"], [1702468586, "1.263"], [1702468613, "1.263"], [1702468637, "1.263"], [1702468679, "1.263"], [1702468721, "1.263"], [1702468730, "1.263"], [1702468766, "1.263"], [1702468799, "1.263"], [1702468835, "1.263"], [1702468898, "1.263"], [1702468934, "1.263"], [1702468970, "1.263"], [1702468994, "1.263"], [1702469024, "1.263"], [1702469060, "1.263"], [1702469111, "1.263"], [1702469144, "1.263"], [1702469168, "1.263"], [1702469204, "1.263"], [1702469237, "1.263"], [1702469273, "1.263"], [1702469303, "1.263"], [1702469336, "1.263"], [1702469360, "1.263"], [1702469387, "1.263"], [1702469411, "1.263"], [1702469435, "1.263"], [1702469468, "1.263"], [1702469504, "1.263"], [1702469537, "1.263"], [1702469573, "1.263"], [1702469606, "1.263"], [1702469633, "1.263"], [1702469660, "1.263"], [1702469684, "1.263"], [1702469717, "1.263"], [1702469753, "1.263"], [1702469786, "1.263"], [1702469816, "1.263"], [1702469834, "1.263"], [1702469864, "1.263"], [1702469906, "1.263"], [1702469936, "1.263"], [1702469972, "1.263"], [1702470005, "1.263"], [1702470029, "1.263"], [1702470065, "1.263"], [1702470101, "1.263"], [1702470131, "1.263"], [1702470167, "1.263"], [1702470203, "1.263"], [1702470251, "1.263"], [1702470278, "1.263"], [1702470311, "1.263"], [1702470347, "1.263"], [1702470371, "1.263"], [1702470404, "1.263"], [1702470440, "1.263"], [1702470476, "1.263"], [1702470506, "1.263"], [1702470542, "1.263"], [1702470575, "1.263"], [1702470611, "1.263"], [1702470635, "1.263"], [1702470662, "1.263"], [1702470686, "1.263"], [1702470719, "1.263"], [1702470746, "1.263"], [1702470812, "1.263"], [1702470845, "1.263"], [1702470875, "1.263"], [1702470899, "1.263"], [1702470953, "1.263"], [1702470983, "1.263"], [1702471025, "1.263"], [1702471067, "1.263"], [1702471169, "1.263"], [1702471193, "1.263"], [1702471226, "1.263"], [1702471265, "1.263"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "168.174"], [1702462844, "187.926"], [1702462865, "207.678"], [1702462880, "227.43"], [1702462904, "266.934"], [1702462919, "286.686"], [1702462952, "326.19"], [1702462973, "345.942"], [1702462988, "365.694"], [1702463045, "424.95"], [1702463081, "464.454"], [1702463114, "503.958"], [1702463150, "543.462"], [1702463186, "582.966"], [1702463216, "622.47"], [1702463240, "661.974"], [1702463273, "701.478"], [1702463324, "760.734"], [1702463354, "800.238"], [1702463381, "839.742"], [1702463417, "879.246"], [1702463453, "918.75"], [1702463477, "958.254"], [1702463510, "997.758"], [1702463537, "1037.262"], [1702463570, "1076.766"], [1702463591, "1116.27"], [1702463621, "1155.774"], [1702463657, "1195.278"], [1702463693, "1234.782"], [1702463729, "1274.286"], [1702463765, "1313.79"], [1702463798, "1353.294"], [1702463846, "1412.55"], [1702463873, "1452.054"], [1702463906, "1491.558"], [1702463948, "1550.814"], [1702463984, "1590.318"], [1702464014, "1629.822"], [1702464050, "1669.326"], [1702464086, "1708.83"], [1702464122, "1748.334"], [1702464155, "1787.838"], [1702464194, "1847.094"], [1702464230, "1886.598"], [1702464263, "1926.102"], [1702464299, "1965.606"], [1702464332, "2005.11"], [1702464356, "2044.614"], [1702464392, "2084.118"], [1702464425, "2123.622"], [1702464455, "2163.126"], [1702464479, "2202.63"], [1702464509, "2242.134"], [1702464533, "2281.638"], [1702464569, "2321.142"], [1702464605, "2360.646"], [1702464635, "2400.15"], [1702464671, "2439.654"], [1702464716, "2479.158"], [1702464743, "2518.662"], [1702464776, "2558.166"], [1702464812, "2597.67"], [1702464836, "2637.174"], [1702464869, "2676.678"], [1702464905, "2716.182"], [1702464926, "2755.686"], [1702464956, "2795.19"], [1702464992, "2834.694"], [1702465016, "2874.198"], [1702465049, "2913.702"], [1702465085, "2953.206"], [1702465118, "2992.71"], [1702465145, "3032.214"], [1702465178, "3071.718"], [1702465208, "3111.222"], [1702465241, "3150.726"], [1702465298, "3209.982"], [1702465334, "3249.486"], [1702465367, "3288.99"], [1702465394, "3328.494"], [1702465418, "3367.998"], [1702465445, "3407.502"], [1702465481, "3447.006"], [1702465517, "3486.51"], [1702465550, "3526.014"], [1702465586, "3565.518"], [1702465619, "3605.022"], [1702465658, "3644.526"], [1702465706, "3684.03"], [1702465754, "3743.286"], [1702465787, "3782.79"], [1702465823, "3822.294"], [1702465856, "3861.798"], [1702465880, "3901.302"], [1702465910, "3940.806"], [1702465952, "3980.31"], [1702465988, "4019.814"], [1702466015, "4059.318"], [1702466030, "4098.822"], [1702466060, "4138.326"], [1702466078, "4177.83"], [1702466138, "4237.086"], [1702466168, "4276.59"], [1702466204, "4316.094"], [1702466237, "4355.598"], [1702466261, "4395.102"], [1702466291, "4434.606"], [1702466327, "4474.11"], [1702466360, "4513.614"], [1702466384, "4553.118"], [1702466417, "4592.622"], [1702466441, "4632.126"], [1702466471, "4671.63"], [1702466507, "4711.134"], [1702466540, "4750.638"], [1702466597, "4809.894"], [1702466633, "4849.398"], [1702466666, "4888.902"], [1702466705, "4928.406"], [1702466732, "4967.91"], [1702466765, "5007.414"], [1702466801, "5046.918"], [1702466852, "5106.174"], [1702466876, "5145.678"], [1702466918, "5185.182"], [1702466978, "5264.19"], [1702467014, "5303.694"], [1702467038, "5343.198"], [1702467068, "5382.702"], [1702467122, "5441.958"], [1702467158, "5481.462"], [1702467191, "5520.966"], [1702467221, "5560.47"], [1702467257, "5599.974"], [1702467299, "5639.478"], [1702467350, "5698.734"], [1702467386, "5738.238"], [1702467419, "5777.742"], [1702467455, "5817.246"], [1702467515, "5896.254"], [1702467542, "5935.758"], [1702467566, "5975.262"], [1702467599, "6014.766"], [1702467635, "6054.27"], [1702467668, "6093.774"], [1702467695, "6133.278"], [1702467716, "6172.782"], [1702467746, "6212.286"], [1702467800, "6271.542"], [1702467824, "6311.046"], [1702467908, "6409.806"], [1702467944, "6449.31"], [1702467968, "6488.814"], [1702468001, "6528.318"], [1702468031, "6567.822"], [1702468067, "6607.326"], [1702468085, "6646.83"], [1702468115, "6686.334"], [1702468151, "6725.838"], [1702468181, "6765.342"], [1702468208, "6804.846"], [1702468241, "6844.35"], [1702468256, "6883.854"], [1702468286, "6923.358"], [1702468322, "6962.862"], [1702468352, "7002.366"], [1702468388, "7041.87"], [1702468424, "7081.374"], [1702468457, "7120.878"], [1702468493, "7160.382"], [1702468517, "7199.886"], [1702468550, "7239.39"], [1702468586, "7278.894"], [1702468613, "7318.398"], [1702468637, "7357.902"], [1702468679, "7397.406"], [1702468721, "7436.91"], [1702468730, "7456.662"], [1702468766, "7496.166"], [1702468799, "7535.67"], [1702468835, "7575.174"], [1702468898, "7634.43"], [1702468934, "7673.934"], [1702468970, "7713.438"], [1702468994, "7752.942"], [1702469024, "7792.446"], [1702469060, "7831.95"], [1702469111, "7891.206"], [1702469144, "7930.71"], [1702469168, "7970.214"], [1702469204, "8009.718"], [1702469237, "8049.222"], [1702469273, "8088.726"], [1702469303, "8128.23"], [1702469336, "8167.734"], [1702469360, "8207.238"], [1702469387, "8246.742"], [1702469411, "8286.246"], [1702469435, "8325.75"], [1702469468, "8365.254"], [1702469504, "8404.758"], [1702469537, "8444.262"], [1702469573, "8483.766"], [1702469606, "8523.27"], [1702469633, "8562.774"], [1702469660, "8602.278"], [1702469684, "8641.782"], [1702469717, "8681.286"], [1702469753, "8720.79"], [1702469786, "8760.294"], [1702469816, "8799.798"], [1702469834, "8839.302"], [1702469864, "8878.806"], [1702469906, "8938.062"], [1702469936, "8977.566"], [1702469972, "9017.07"], [1702470005, "9056.574"], [1702470029, "9096.078"], [1702470065, "9135.582"], [1702470101, "9175.086"], [1702470131, "9214.59"], [1702470167, "9254.094"], [1702470203, "9293.598"], [1702470251, "9352.854"], [1702470278, "9392.358"], [1702470311, "9431.862"], [1702470347, "9471.366"], [1702470371, "9510.87"], [1702470404, "9550.374"], [1702470440, "9589.878"], [1702470476, "9629.382"], [1702470506, "9668.886"], [1702470542, "9708.39"], [1702470575, "9747.894"], [1702470611, "9787.398"], [1702470635, "9826.902"], [1702470662, "9866.406"], [1702470686, "9905.91"], [1702470719, "9945.414"], [1702470746, "9984.918"], [1702470812, "10063.926"], [1702470845, "10103.43"], [1702470875, "10142.934"], [1702470899, "10182.438"], [1702470953, "10241.694"], [1702470983, "10281.198"], [1702471025, "10320.702"], [1702471067, "10379.958"], [1702471169, "10478.718"], [1702471193, "10518.222"], [1702471226, "10557.726"], [1702471265, "10597.23"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "1.263"], [1702462736, "1.263"], [1702462751, "1.263"], [1702462763, "1.263"], [1702462793, "1.263"], [1702462808, "1.263"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "21.471"], [1702462736, "42.942"], [1702462751, "64.413"], [1702462763, "85.428"], [1702462793, "127.02"], [1702462808, "147.597"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "10070.922"], [1702462988, "13551.441"], [1702463045, "19937.595"], [1702463081, "24488.919"], [1702463114, "27773.25"], [1702463150, "30546.273"], [1702463186, "32896.602"], [1702463216, "35262.69"], [1702463240, "36827.061"], [1702463273, "38708.286"], [1702463324, "42685.29"], [1702463354, "46172.346"], [1702463381, "50353.056"], [1702463417, "54871.086"], [1702463453, "58992.309"], [1702463477, "62961.75"], [1702463510, "66645.366"], [1702463537, "68896.182"], [1702463570, "72425.208"], [1702463591, "74061.453"], [1702463621, "77243.817"], [1702463657, "79200.549"], [1702463693, "83636.757"], [1702463729, "87207.075"], [1702463765, "91537.548"], [1702463798, "96604.59"], [1702463846, "103252.986"], [1702463873, "106416.951"], [1702463906, "110320.464"], [1702463948, "114793.287"], [1702463984, "117317.871"], [1702464014, "119740.2"], [1702464050, "122614.686"], [1702464086, "126718.011"], [1702464122, "130631.673"], [1702464155, "135118.419"], [1702464194, "139139.091"], [1702464230, "141762.105"], [1702464263, "143315.862"], [1702464299, "145773.189"], [1702464332, "147680.352"], [1702464356, "149393.22"], [1702464392, "151707.249"], [1702464425, "154263.138"], [1702464455, "157379.649"], [1702464479, "159779.04"], [1702464509, "162517.221"], [1702464533, "165819.894"], [1702464569, "169948.644"], [1702464605, "174145.128"], [1702464635, "175274.907"], [1702464671, "177685.638"], [1702464716, "178504.353"], [1702464743, "179654.595"], [1702464776, "181268.631"], [1702464812, "183485.838"], [1702464836, "185269.272"], [1702464869, "188124.87"], [1702464905, "191386.617"], [1702464926, "193678.17"], [1702464956, "194653.218"], [1702464992, "199752.756"], [1702465016, "201954.477"], [1702465049, "204500.94"], [1702465085, "205312.902"], [1702465118, "206782.191"], [1702465145, "209142.627"], [1702465178, "213349.629"], [1702465208, "217830.759"], [1702465241, "219407.202"], [1702465298, "225578.865"], [1702465334, "229235.463"], [1702465367, "231878.061"], [1702465394, "233116.431"], [1702465418, "235107.411"], [1702465445, "237177.141"], [1702465481, "240232.485"], [1702465517, "244266.114"], [1702465550, "249078.564"], [1702465586, "252377.769"], [1702465619, "255278.934"], [1702465658, "262221.846"], [1702465706, "267549.831"], [1702465754, "275491.044"], [1702465787, "279241.542"], [1702465823, "280873.056"], [1702465856, "284655.888"], [1702465880, "287472.777"], [1702465910, "291117.105"], [1702465952, "296132.802"], [1702465988, "301189.227"], [1702466015, "305794.794"], [1702466030, "306756.45"], [1702466060, "310472.064"], [1702466078, "312383.943"], [1702466138, "317965.626"], [1702466168, "320870.454"], [1702466204, "323518.233"], [1702466237, "325731.66"], [1702466261, "328109.715"], [1702466291, "331071.363"], [1702466327, "335205.555"], [1702466360, "340579.617"], [1702466384, "343774.5"], [1702466417, "347097.189"], [1702466441, "349085.289"], [1702466471, "350790.924"], [1702466507, "353005.125"], [1702466540, "355534.752"], [1702466597, "359191.827"], [1702466633, "362488.617"], [1702466666, "366196.548"], [1702466705, "369617.793"], [1702466732, "374977.734"], [1702466765, "379336.842"], [1702466801, "383627.124"], [1702466852, "388937.025"], [1702466876, "390140.682"], [1702466918, "393683.415"], [1702466978, "398244.105"], [1702467014, "399274.494"], [1702467038, "402418.935"], [1702467068, "406315.473"], [1702467122, "412549.008"], [1702467158, "417951.468"], [1702467191, "420920.133"], [1702467221, "425155.752"], [1702467257, "429406.773"], [1702467299, "431644.791"], [1702467350, "436170.414"], [1702467386, "439862.739"], [1702467419, "444444.648"], [1702467455, "449332.659"], [1702467515, "454592.871"], [1702467542, "458228.106"], [1702467566, "460237.968"], [1702467599, "463044.366"], [1702467635, "465177.603"], [1702467668, "468046.605"], [1702467695, "470077.083"], [1702467716, "471508.371"], [1702467746, "474217.725"], [1702467800, "480501.453"], [1702467824, "482899.443"], [1702467908, "493655.823"], [1702467944, "498567.984"], [1702467968, "501023.475"], [1702468001, "505078.119"], [1702468031, "506722.902"], [1702468067, "509120.055"], [1702468085, "511222.482"], [1702468115, "513912.918"], [1702468151, "517690.56"], [1702468181, "522401.049"], [1702468208, "525614.028"], [1702468241, "529575.57"], [1702468256, "531013.809"], [1702468286, "533537.541"], [1702468322, "536832.525"], [1702468352, "540419.34"], [1702468388, "543923.616"], [1702468424, "545745.243"], [1702468457, "547762.581"], [1702468493, "550567.971"], [1702468517, "553659.525"], [1702468550, "557506.92"], [1702468586, "560510.067"], [1702468613, "563504.727"], [1702468637, "565500.306"], [1702468679, "569522.067"], [1702468721, "572538.303"], [1702468730, "572894.394"], [1702468766, "575878.446"], [1702468799, "577561.821"], [1702468835, "580100.826"], [1702468898, "585928.695"], [1702468934, "592223.826"], [1702468970, "594304.998"], [1702468994, "597116.01"], [1702469024, "598393.071"], [1702469060, "605401.203"], [1702469111, "611788.593"], [1702469144, "614164.887"], [1702469168, "615637.428"], [1702469204, "619416.285"], [1702469237, "623471.835"], [1702469273, "626703.681"], [1702469303, "630323.961"], [1702469336, "634163.1"], [1702469360, "636539.145"], [1702469387, "638437.305"], [1702469411, "641914.032"], [1702469435, "645256.128"], [1702469468, "649207.986"], [1702469504, "650457.189"], [1702469537, "650750.373"], [1702469573, "650922.039"], [1702469606, "651147.624"], [1702469633, "651872.415"], [1702469660, "652515.069"], [1702469684, "653133.972"], [1702469717, "655306.698"], [1702469753, "657153.231"], [1702469786, "659691.078"], [1702469816, "660295.014"], [1702469834, "661312.158"], [1702469864, "661736.385"], [1702469906, "662389.437"], [1702469936, "663115.611"], [1702469972, "663206.325"], [1702470005, "663665.664"], [1702470029, "663864.939"], [1702470065, "664377.615"], [1702470101, "665749.359"], [1702470131, "666059.379"], [1702470167, "667428.369"], [1702470203, "669258.198"], [1702470251, "670538.991"], [1702470278, "673832.25"], [1702470311, "674813.535"], [1702470347, "675985.344"], [1702470371, "676472.958"], [1702470404, "677003.505"], [1702470440, "677177.811"], [1702470476, "677877.423"], [1702470506, "678750.843"], [1702470542, "679647.816"], [1702470575, "680410.617"], [1702470611, "682249.548"], [1702470635, "683876.874"], [1702470662, "685645.407"], [1702470686, "687882.747"], [1702470719, "689258.169"], [1702470746, "690475.998"], [1702470812, "691425.303"], [1702470845, "691577.55"], [1702470875, "692655.795"], [1702470899, "693535.749"], [1702470953, "694223.22"], [1702470983, "694294.323"], [1702471025, "695236.419"], [1702471067, "697385.202"], [1702471169, "698134.707"], [1702471193, "698797.683"], [1702471226, "700163.712"], [1702471265, "701145.678"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "177.768"], [1702462988, "197.52"], [1702463045, "256.776"], [1702463081, "296.28"], [1702463114, "335.784"], [1702463150, "375.288"], [1702463186, "414.792"], [1702463216, "454.296"], [1702463240, "493.8"], [1702463273, "533.304"], [1702463324, "592.56"], [1702463354, "632.064"], [1702463381, "671.568"], [1702463417, "711.072"], [1702463453, "750.576"], [1702463477, "790.08"], [1702463510, "829.584"], [1702463537, "869.088"], [1702463570, "908.592"], [1702463591, "948.096"], [1702463621, "987.6"], [1702463657, "1027.104"], [1702463693, "1066.608"], [1702463729, "1106.112"], [1702463765, "1145.616"], [1702463798, "1185.12"], [1702463846, "1244.376"], [1702463873, "1283.88"], [1702463906, "1323.384"], [1702463948, "1382.64"], [1702463984, "1422.144"], [1702464014, "1461.648"], [1702464050, "1501.152"], [1702464086, "1540.656"], [1702464122, "1580.16"], [1702464155, "1619.664"], [1702464194, "1678.92"], [1702464230, "1718.424"], [1702464263, "1757.928"], [1702464299, "1797.432"], [1702464332, "1836.936"], [1702464356, "1876.44"], [1702464392, "1915.944"], [1702464425, "1955.448"], [1702464455, "1994.952"], [1702464479, "2034.456"], [1702464509, "2073.96"], [1702464533, "2113.464"], [1702464569, "2152.968"], [1702464605, "2192.472"], [1702464635, "2231.976"], [1702464671, "2271.48"], [1702464716, "2310.984"], [1702464743, "2350.488"], [1702464776, "2389.992"], [1702464812, "2429.496"], [1702464836, "2469"], [1702464869, "2508.504"], [1702464905, "2548.008"], [1702464926, "2587.512"], [1702464956, "2627.016"], [1702464992, "2666.52"], [1702465016, "2706.024"], [1702465049, "2745.528"], [1702465085, "2785.032"], [1702465118, "2824.536"], [1702465145, "2864.04"], [1702465178, "2903.544"], [1702465208, "2943.048"], [1702465241, "2982.552"], [1702465298, "3041.808"], [1702465334, "3081.312"], [1702465367, "3120.816"], [1702465394, "3160.32"], [1702465418, "3199.824"], [1702465445, "3239.328"], [1702465481, "3278.832"], [1702465517, "3318.336"], [1702465550, "3357.84"], [1702465586, "3397.344"], [1702465619, "3436.848"], [1702465658, "3476.352"], [1702465706, "3515.856"], [1702465754, "3575.112"], [1702465787, "3614.616"], [1702465823, "3654.12"], [1702465856, "3693.624"], [1702465880, "3733.128"], [1702465910, "3772.632"], [1702465952, "3812.136"], [1702465988, "3851.64"], [1702466015, "3891.144"], [1702466030, "3930.648"], [1702466060, "3970.152"], [1702466078, "4009.656"], [1702466138, "4068.912"], [1702466168, "4108.416"], [1702466204, "4147.92"], [1702466237, "4187.424"], [1702466261, "4226.928"], [1702466291, "4266.432"], [1702466327, "4305.936"], [1702466360, "4345.44"], [1702466384, "4384.944"], [1702466417, "4424.448"], [1702466441, "4463.952"], [1702466471, "4503.456"], [1702466507, "4542.96"], [1702466540, "4582.464"], [1702466597, "4641.72"], [1702466633, "4681.224"], [1702466666, "4720.728"], [1702466705, "4760.232"], [1702466732, "4799.736"], [1702466765, "4839.24"], [1702466801, "4878.744"], [1702466852, "4938"], [1702466876, "4977.504"], [1702466918, "5017.008"], [1702466978, "5096.016"], [1702467014, "5135.52"], [1702467038, "5175.024"], [1702467068, "5214.528"], [1702467122, "5273.784"], [1702467158, "5313.288"], [1702467191, "5352.792"], [1702467221, "5392.296"], [1702467257, "5431.8"], [1702467299, "5471.304"], [1702467350, "5530.56"], [1702467386, "5570.064"], [1702467419, "5609.568"], [1702467455, "5649.072"], [1702467515, "5728.08"], [1702467542, "5767.584"], [1702467566, "5807.088"], [1702467599, "5846.592"], [1702467635, "5886.096"], [1702467668, "5925.6"], [1702467695, "5965.104"], [1702467716, "6004.608"], [1702467746, "6044.112"], [1702467800, "6103.368"], [1702467824, "6142.872"], [1702467908, "6241.632"], [1702467944, "6281.136"], [1702467968, "6320.64"], [1702468001, "6360.144"], [1702468031, "6399.648"], [1702468067, "6439.152"], [1702468085, "6478.656"], [1702468115, "6518.16"], [1702468151, "6557.664"], [1702468181, "6597.168"], [1702468208, "6636.672"], [1702468241, "6676.176"], [1702468256, "6715.68"], [1702468286, "6755.184"], [1702468322, "6794.688"], [1702468352, "6834.192"], [1702468388, "6873.696"], [1702468424, "6913.2"], [1702468457, "6952.704"], [1702468493, "6992.208"], [1702468517, "7031.712"], [1702468550, "7071.216"], [1702468586, "7110.72"], [1702468613, "7150.224"], [1702468637, "7189.728"], [1702468679, "7229.232"], [1702468721, "7268.736"], [1702468730, "7288.488"], [1702468766, "7327.992"], [1702468799, "7367.496"], [1702468835, "7407"], [1702468898, "7466.256"], [1702468934, "7505.76"], [1702468970, "7545.264"], [1702468994, "7584.768"], [1702469024, "7624.272"], [1702469060, "7663.776"], [1702469111, "7723.032"], [1702469144, "7762.536"], [1702469168, "7802.04"], [1702469204, "7841.544"], [1702469237, "7881.048"], [1702469273, "7920.552"], [1702469303, "7960.056"], [1702469336, "7999.56"], [1702469360, "8039.064"], [1702469387, "8078.568"], [1702469411, "8118.072"], [1702469435, "8157.576"], [1702469468, "8197.08"], [1702469504, "8236.584"], [1702469537, "8276.088"], [1702469573, "8315.592"], [1702469606, "8355.096"], [1702469633, "8394.6"], [1702469660, "8434.104"], [1702469684, "8473.608"], [1702469717, "8513.112"], [1702469753, "8552.616"], [1702469786, "8592.12"], [1702469816, "8631.624"], [1702469834, "8671.128"], [1702469864, "8710.632"], [1702469906, "8769.888"], [1702469936, "8809.392"], [1702469972, "8848.896"], [1702470005, "8888.4"], [1702470029, "8927.904"], [1702470065, "8967.408"], [1702470101, "9006.912"], [1702470131, "9046.416"], [1702470167, "9085.92"], [1702470203, "9125.424"], [1702470251, "9184.68"], [1702470278, "9224.184"], [1702470311, "9263.688"], [1702470347, "9303.192"], [1702470371, "9342.696"], [1702470404, "9382.2"], [1702470440, "9421.704"], [1702470476, "9461.208"], [1702470506, "9500.712"], [1702470542, "9540.216"], [1702470575, "9579.72"], [1702470611, "9619.224"], [1702470635, "9658.728"], [1702470662, "9698.232"], [1702470686, "9737.736"], [1702470719, "9777.24"], [1702470746, "9816.744"], [1702470812, "9895.752"], [1702470845, "9935.256"], [1702470875, "9974.76"], [1702470899, "10014.264"], [1702470953, "10073.52"], [1702470983, "10113.024"], [1702471025, "10152.528"], [1702471067, "10211.784"], [1702471169, "10310.544"], [1702471193, "10350.048"], [1702471226, "10389.552"], [1702471265, "10429.056"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "30.765"], [1702462865, "31.023"], [1702462880, "2350.062"], [1702462904, "3780.159"], [1702462919, "4951.623"], [1702462952, "9013.833"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "19.752"], [1702462865, "39.504"], [1702462880, "59.256"], [1702462904, "98.76"], [1702462919, "118.512"], [1702462952, "158.016"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "2.529"], [1702462721, "2.574"], [1702462736, "2.655"], [1702462751, "6.114"], [1702462763, "6.114"], [1702462793, "6.114"], [1702462808, "6.201"], [1702462829, "6.249"], [1702462844, "6.477"], [1702462865, "6.477"], [1702462880, "6.546"], [1702462904, "6.594"], [1702462919, "6.606"], [1702462952, "6.651"], [1702462973, "6.651"], [1702462988, "6.651"], [1702463045, "7.074"], [1702463081, "7.233"], [1702463114, "7.272"], [1702463150, "7.278"], [1702463186, "7.326"], [1702463216, "7.353"], [1702463240, "7.407"], [1702463273, "7.413"], [1702463324, "11.889"], [1702463354, "11.895"], [1702463381, "11.943"], [1702463417, "11.97"], [1702463453, "12.96"], [1702463477, "12.972"], [1702463510, "12.972"], [1702463537, "13.014"], [1702463570, "13.014"], [1702463591, "13.077"], [1702463621, "13.089"], [1702463657, "13.209"], [1702463693, "13.212"], [1702463729, "13.419"], [1702463765, "13.59"], [1702463798, "13.593"], [1702463846, "13.914"], [1702463873, "13.932"], [1702463906, "13.998"], [1702463948, "14.073"], [1702463984, "14.127"], [1702464014, "14.199"], [1702464050, "14.28"], [1702464086, "14.385"], [1702464122, "14.418"], [1702464155, "14.502"], [1702464194, "14.547"], [1702464230, "15.357"], [1702464263, "15.369"], [1702464299, "15.42"], [1702464332, "15.438"], [1702464356, "15.438"], [1702464392, "15.468"], [1702464425, "15.657"], [1702464455, "15.711"], [1702464479, "15.831"], [1702464509, "15.84"], [1702464533, "15.936"], [1702464569, "15.936"], [1702464605, "15.954"], [1702464635, "16.047"], [1702464671, "16.074"], [1702464716, "16.242"], [1702464743, "16.272"], [1702464776, "17.499"], [1702464812, "17.547"], [1702464836, "17.586"], [1702464869, "17.808"], [1702464905, "17.958"], [1702464926, "18.942"], [1702464956, "18.969"], [1702464992, "19.029"], [1702465016, "19.044"], [1702465049, "19.14"], [1702465085, "19.266"], [1702465118, "19.383"], [1702465145, "19.386"], [1702465178, "19.407"], [1702465208, "19.443"], [1702465241, "19.443"], [1702465298, "19.464"], [1702465334, "20.253"], [1702465367, "20.274"], [1702465394, "20.292"], [1702465418, "20.292"], [1702465445, "20.316"], [1702465481, "20.343"], [1702465517, "20.358"], [1702465550, "20.379"], [1702465586, "20.421"], [1702465619, "20.421"], [1702465658, "20.511"], [1702465706, "20.52"], [1702465754, "20.58"], [1702465787, "20.58"], [1702465823, "20.604"], [1702465856, "20.619"], [1702465880, "20.685"], [1702465910, "20.712"], [1702465952, "20.733"], [1702465988, "20.784"], [1702466015, "20.808"], [1702466030, "21.093"], [1702466060, "21.093"], [1702466078, "21.099"], [1702466138, "21.189"], [1702466168, "21.204"], [1702466204, "22.869"], [1702466237, "22.959"], [1702466261, "22.977"], [1702466291, "23.016"], [1702466327, "23.079"], [1702466360, "23.1"], [1702466384, "23.115"], [1702466417, "23.178"], [1702466441, "23.178"], [1702466471, "23.196"], [1702466507, "23.262"], [1702466540, "23.283"], [1702466597, "24.996"], [1702466633, "25.074"], [1702466666, "25.14"], [1702466705, "25.14"], [1702466732, "25.152"], [1702466765, "25.167"], [1702466801, "25.176"], [1702466852, "25.182"], [1702466876, "25.218"], [1702466918, "25.254"], [1702466978, "25.488"], [1702467014, "25.965"], [1702467038, "26.013"], [1702467068, "26.4"], [1702467122, "26.445"], [1702467158, "26.448"], [1702467191, "26.499"], [1702467221, "26.511"], [1702467257, "26.556"], [1702467299, "26.568"], [1702467350, "26.631"], [1702467386, "26.676"], [1702467419, "26.733"], [1702467455, "26.769"], [1702467515, "27.039"], [1702467542, "27.045"], [1702467566, "27.057"], [1702467599, "27.066"], [1702467635, "27.075"], [1702467668, "27.174"], [1702467695, "30.294"], [1702467716, "30.303"], [1702467746, "30.399"], [1702467800, "30.591"], [1702467824, "30.615"], [1702467908, "31.029"], [1702467944, "31.278"], [1702467968, "31.293"], [1702468001, "31.596"], [1702468031, "31.611"], [1702468067, "31.731"], [1702468085, "31.749"], [1702468115, "31.773"], [1702468151, "31.812"], [1702468181, "31.842"], [1702468208, "31.878"], [1702468241, "31.887"], [1702468256, "31.893"], [1702468286, "31.896"], [1702468322, "31.974"], [1702468352, "32.037"], [1702468388, "32.052"], [1702468424, "32.103"], [1702468457, "32.112"], [1702468493, "32.97"], [1702468517, "33.108"], [1702468550, "33.129"], [1702468586, "33.198"], [1702468613, "33.261"], [1702468637, "33.297"], [1702468679, "33.564"], [1702468721, "33.588"], [1702468730, "33.819"], [1702468766, "33.891"], [1702468799, "34.518"], [1702468835, "34.56"], [1702468898, "34.803"], [1702468934, "35.226"], [1702468970, "35.595"], [1702468994, "35.649"], [1702469024, "35.655"], [1702469060, "35.673"], [1702469111, "35.706"], [1702469144, "35.778"], [1702469168, "35.778"], [1702469204, "35.799"], [1702469237, "35.844"], [1702469273, "35.856"], [1702469303, "35.925"], [1702469336, "36.168"], [1702469360, "36.201"], [1702469387, "36.204"], [1702469411, "36.204"], [1702469435, "36.204"], [1702469468, "36.9"], [1702469504, "36.924"], [1702469537, "36.942"], [1702469573, "36.945"], [1702469606, "36.948"], [1702469633, "37.002"], [1702469660, "37.014"], [1702469684, "37.053"], [1702469717, "38.679"], [1702469753, "38.697"], [1702469786, "38.736"], [1702469816, "38.805"], [1702469834, "38.805"], [1702469864, "38.814"], [1702469906, "38.967"], [1702469936, "38.979"], [1702469972, "2484.381"], [1702470005, "2548.104"], [1702470029, "2548.104"], [1702470065, "2676.648"], [1702470101, "2785.752"], [1702470131, "2839.554"], [1702470167, "3076.743"], [1702470203, "3318.123"], [1702470251, "3516.909"], [1702470278, "3575.571"], [1702470311, "3645.168"], [1702470347, "3769.971"], [1702470371, "3773.916"], [1702470404, "3785.244"], [1702470440, "3806.256"], [1702470476, "3908.778"], [1702470506, "4016.352"], [1702470542, "4112.121"], [1702470575, "4295.004"], [1702470611, "4373.277"], [1702470635, "4472.55"], [1702470662, "4483.539"], [1702470686, "4571.211"], [1702470719, "4585.479"], [1702470746, "4603.419"], [1702470812, "4795.245"], [1702470845, "4971.228"], [1702470875, "5007.912"], [1702470899, "5035.65"], [1702470953, "5161.671"], [1702470983, "5168.055"], [1702471025, "5307.435"], [1702471067, "5508.303"], [1702471169, "5694.903"], [1702471193, "5767.689"], [1702471226, "5886.249"], [1702471265, "5988.411"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.006"], [1702462919, "0.006"], [1702462952, "0.006"], [1702462973, "0.006"], [1702462988, "0.006"], [1702463045, "0.006"], [1702463081, "0.006"], [1702463114, "0.006"], [1702463150, "0.006"], [1702463186, "0.006"], [1702463216, "0.006"], [1702463240, "0.006"], [1702463273, "0.006"], [1702463324, "0.006"], [1702463354, "0.006"], [1702463381, "0.006"], [1702463417, "0.006"], [1702463453, "0.006"], [1702463477, "0.006"], [1702463510, "0.006"], [1702463537, "0.006"], [1702463570, "0.006"], [1702463591, "0.006"], [1702463621, "0.006"], [1702463657, "0.006"], [1702463693, "0.006"], [1702463729, "0.006"], [1702463765, "0.006"], [1702463798, "0.006"], [1702463846, "0.006"], [1702463873, "0.006"], [1702463906, "0.006"], [1702463948, "0.006"], [1702463984, "0.006"], [1702464014, "0.006"], [1702464050, "0.006"], [1702464086, "0.006"], [1702464122, "0.006"], [1702464155, "0.006"], [1702464194, "0.006"], [1702464230, "0.006"], [1702464263, "0.006"], [1702464299, "0.006"], [1702464332, "0.006"], [1702464356, "0.006"], [1702464392, "0.006"], [1702464425, "0.006"], [1702464455, "0.006"], [1702464479, "0.006"], [1702464509, "0.006"], [1702464533, "0.006"], [1702464569, "0.006"], [1702464605, "0.006"], [1702464635, "0.006"], [1702464671, "0.006"], [1702464716, "0.006"], [1702464743, "0.006"], [1702464776, "0.006"], [1702464812, "0.006"], [1702464836, "0.006"], [1702464869, "0.006"], [1702464905, "0.006"], [1702464926, "0.006"], [1702464956, "0.006"], [1702464992, "0.006"], [1702465016, "0.006"], [1702465049, "0.006"], [1702465085, "0.006"], [1702465118, "0.006"], [1702465145, "0.006"], [1702465178, "0.006"], [1702465208, "0.006"], [1702465241, "0.006"], [1702465298, "0.006"], [1702465334, "0.006"], [1702465367, "0.012"], [1702465394, "0.012"], [1702465418, "0.012"], [1702465445, "0.012"], [1702465481, "0.012"], [1702465517, "0.012"], [1702465550, "0.012"], [1702465586, "0.012"], [1702465619, "0.012"], [1702465658, "0.012"], [1702465706, "0.012"], [1702465754, "0.012"], [1702465787, "0.012"], [1702465823, "0.012"], [1702465856, "0.012"], [1702465880, "0.012"], [1702465910, "0.012"], [1702465952, "0.012"], [1702465988, "0.012"], [1702466015, "0.012"], [1702466030, "0.012"], [1702466060, "0.012"], [1702466078, "0.012"], [1702466138, "0.012"], [1702466168, "0.012"], [1702466204, "0.012"], [1702466237, "0.012"], [1702466261, "0.012"], [1702466291, "0.012"], [1702466327, "0.012"], [1702466360, "0.012"], [1702466384, "0.012"], [1702466417, "0.012"], [1702466441, "0.012"], [1702466471, "0.012"], [1702466507, "0.012"], [1702466540, "0.012"], [1702466597, "0.012"], [1702466633, "0.012"], [1702466666, "0.012"], [1702466705, "0.012"], [1702466732, "0.012"], [1702466765, "0.012"], [1702466801, "0.012"], [1702466852, "0.012"], [1702466876, "0.012"], [1702466918, "0.012"], [1702466978, "0.012"], [1702467014, "0.012"], [1702467038, "0.012"], [1702467068, "0.012"], [1702467122, "0.012"], [1702467158, "0.012"], [1702467191, "0.012"], [1702467221, "0.012"], [1702467257, "0.012"], [1702467299, "0.012"], [1702467350, "0.012"], [1702467386, "0.012"], [1702467419, "0.012"], [1702467455, "0.012"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.012"], [1702471193, "0.012"], [1702471226, "0.012"], [1702471265, "0.012"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "202.521"], [1702462919, "222.273"], [1702462952, "261.777"], [1702462973, "281.529"], [1702462988, "301.281"], [1702463045, "360.537"], [1702463081, "400.041"], [1702463114, "439.545"], [1702463150, "479.049"], [1702463186, "518.553"], [1702463216, "558.057"], [1702463240, "597.561"], [1702463273, "637.065"], [1702463324, "696.321"], [1702463354, "735.825"], [1702463381, "775.329"], [1702463417, "814.833"], [1702463453, "854.337"], [1702463477, "893.841"], [1702463510, "933.345"], [1702463537, "972.849"], [1702463570, "1012.353"], [1702463591, "1051.857"], [1702463621, "1091.361"], [1702463657, "1130.865"], [1702463693, "1170.369"], [1702463729, "1209.873"], [1702463765, "1249.377"], [1702463798, "1288.881"], [1702463846, "1348.137"], [1702463873, "1387.641"], [1702463906, "1427.145"], [1702463948, "1486.401"], [1702463984, "1525.905"], [1702464014, "1565.409"], [1702464050, "1604.913"], [1702464086, "1644.417"], [1702464122, "1683.921"], [1702464155, "1723.425"], [1702464194, "1782.681"], [1702464230, "1822.185"], [1702464263, "1861.689"], [1702464299, "1901.193"], [1702464332, "1940.697"], [1702464356, "1980.201"], [1702464392, "2019.705"], [1702464425, "2059.209"], [1702464455, "2098.713"], [1702464479, "2138.217"], [1702464509, "2177.721"], [1702464533, "2217.225"], [1702464569, "2256.729"], [1702464605, "2296.233"], [1702464635, "2335.737"], [1702464671, "2375.241"], [1702464716, "2414.745"], [1702464743, "2454.249"], [1702464776, "2493.753"], [1702464812, "2533.257"], [1702464836, "2572.761"], [1702464869, "2612.265"], [1702464905, "2651.769"], [1702464926, "2691.273"], [1702464956, "2730.777"], [1702464992, "2770.281"], [1702465016, "2809.785"], [1702465049, "2849.289"], [1702465085, "2888.793"], [1702465118, "2928.297"], [1702465145, "2967.801"], [1702465178, "3007.305"], [1702465208, "3046.809"], [1702465241, "3086.313"], [1702465298, "3145.569"], [1702465334, "3185.073"], [1702465367, "3224.577"], [1702465394, "3264.081"], [1702465418, "3303.585"], [1702465445, "3343.089"], [1702465481, "3382.593"], [1702465517, "3422.097"], [1702465550, "3461.601"], [1702465586, "3501.105"], [1702465619, "3540.609"], [1702465658, "3580.113"], [1702465706, "3619.617"], [1702465754, "3678.873"], [1702465787, "3718.377"], [1702465823, "3757.881"], [1702465856, "3797.385"], [1702465880, "3836.889"], [1702465910, "3876.393"], [1702465952, "3915.897"], [1702465988, "3955.401"], [1702466015, "3994.905"], [1702466030, "4034.409"], [1702466060, "4073.913"], [1702466078, "4113.417"], [1702466138, "4172.673"], [1702466168, "4212.177"], [1702466204, "4251.681"], [1702466237, "4291.185"], [1702466261, "4330.689"], [1702466291, "4370.193"], [1702466327, "4409.697"], [1702466360, "4449.201"], [1702466384, "4488.705"], [1702466417, "4528.209"], [1702466441, "4567.713"], [1702466471, "4607.217"], [1702466507, "4646.721"], [1702466540, "4686.225"], [1702466597, "4745.481"], [1702466633, "4784.985"], [1702466666, "4824.489"], [1702466705, "4863.993"], [1702466732, "4903.497"], [1702466765, "4943.001"], [1702466801, "4982.505"], [1702466852, "5041.761"], [1702466876, "5081.265"], [1702466918, "5120.769"], [1702466978, "5199.777"], [1702467014, "5239.281"], [1702467038, "5278.785"], [1702467068, "5318.289"], [1702467122, "5377.545"], [1702467158, "5417.049"], [1702467191, "5456.553"], [1702467221, "5496.057"], [1702467257, "5535.561"], [1702467299, "5575.065"], [1702467350, "5634.321"], [1702467386, "5673.825"], [1702467419, "5713.329"], [1702467455, "5752.833"], [1702467515, "5831.841"], [1702467542, "5871.345"], [1702467566, "5910.849"], [1702467599, "5950.353"], [1702467635, "5989.857"], [1702467668, "6029.361"], [1702467695, "6068.865"], [1702467716, "6108.369"], [1702467746, "6147.873"], [1702467800, "6207.129"], [1702467824, "6246.633"], [1702467908, "6345.393"], [1702467944, "6384.897"], [1702467968, "6424.401"], [1702468001, "6463.905"], [1702468031, "6503.409"], [1702468067, "6542.913"], [1702468085, "6582.417"], [1702468115, "6621.921"], [1702468151, "6661.425"], [1702468181, "6700.929"], [1702468208, "6740.433"], [1702468241, "6779.937"], [1702468256, "6819.441"], [1702468286, "6858.945"], [1702468322, "6898.449"], [1702468352, "6937.953"], [1702468388, "6977.457"], [1702468424, "7016.961"], [1702468457, "7056.465"], [1702468493, "7095.969"], [1702468517, "7135.473"], [1702468550, "7174.977"], [1702468586, "7214.481"], [1702468613, "7253.985"], [1702468637, "7293.489"], [1702468679, "7332.993"], [1702468721, "7372.497"], [1702468730, "7392.249"], [1702468766, "7431.753"], [1702468799, "7471.257"], [1702468835, "7510.761"], [1702468898, "7570.017"], [1702468934, "7609.521"], [1702468970, "7649.025"], [1702468994, "7688.529"], [1702469024, "7728.033"], [1702469060, "7767.537"], [1702469111, "7826.793"], [1702469144, "7866.297"], [1702469168, "7905.801"], [1702469204, "7945.305"], [1702469237, "7984.809"], [1702469273, "8024.313"], [1702469303, "8063.817"], [1702469336, "8103.321"], [1702469360, "8142.825"], [1702469387, "8182.329"], [1702469411, "8221.833"], [1702469435, "8261.337"], [1702469468, "8300.841"], [1702469504, "8340.345"], [1702469537, "8379.849"], [1702469573, "8419.353"], [1702469606, "8458.857"], [1702469633, "8498.361"], [1702469660, "8537.865"], [1702469684, "8577.369"], [1702469717, "8616.873"], [1702469753, "8656.377"], [1702469786, "8695.881"], [1702469816, "8735.385"], [1702469834, "8774.889"], [1702469864, "8814.393"], [1702469906, "8873.649"], [1702469936, "8913.153"], [1702469972, "8952.657"], [1702470005, "8992.161"], [1702470029, "9031.665"], [1702470065, "9071.169"], [1702470101, "9110.673"], [1702470131, "9150.177"], [1702470167, "9189.681"], [1702470203, "9229.185"], [1702470251, "9288.441"], [1702470278, "9327.945"], [1702470311, "9367.449"], [1702470347, "9406.953"], [1702470371, "9446.457"], [1702470404, "9485.961"], [1702470440, "9525.465"], [1702470476, "9564.969"], [1702470506, "9604.473"], [1702470542, "9643.977"], [1702470575, "9683.481"], [1702470611, "9722.985"], [1702470635, "9762.489"], [1702470662, "9801.993"], [1702470686, "9841.497"], [1702470719, "9881.001"], [1702470746, "9920.505"], [1702470812, "9999.513"], [1702470845, "10039.017"], [1702470875, "10078.521"], [1702470899, "10118.025"], [1702470953, "10177.281"], [1702470983, "10216.785"], [1702471025, "10256.289"], [1702471067, "10315.545"], [1702471169, "10414.305"], [1702471193, "10453.809"], [1702471226, "10493.313"], [1702471265, "10532.817"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.006"], [1702462793, "0.006"], [1702462808, "0.006"], [1702462829, "0.006"], [1702462844, "0.006"], [1702462865, "0.006"], [1702462880, "0.006"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "21.015"], [1702462793, "62.607"], [1702462808, "83.184"], [1702462829, "103.761"], [1702462844, "123.513"], [1702462865, "143.265"], [1702462880, "163.017"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "10.011"], [1702462721, "10.011"], [1702462736, "10.011"], [1702462751, "10.011"], [1702462763, "10.014"], [1702462793, "10.389"], [1702462808, "11.271"], [1702462829, "11.559"], [1702462844, "14.964"], [1702462865, "15.615"], [1702462880, "16.236"], [1702462904, "16.749"], [1702462919, "16.788"], [1702462952, "17.475"], [1702462973, "17.475"], [1702462988, "17.784"], [1702463045, "21.714"], [1702463081, "22.008"], [1702463114, "22.722"], [1702463150, "22.824"], [1702463186, "24.102"], [1702463216, "25.272"], [1702463240, "26.022"], [1702463273, "27.939"], [1702463324, "31.188"], [1702463354, "31.581"], [1702463381, "32.007"], [1702463417, "32.265"], [1702463453, "32.967"], [1702463477, "33.099"], [1702463510, "33.555"], [1702463537, "33.753"], [1702463570, "34.071"], [1702463591, "34.758"], [1702463621, "35.289"], [1702463657, "36.789"], [1702463693, "37.194"], [1702463729, "38.232"], [1702463765, "38.985"], [1702463798, "39.219"], [1702463846, "39.513"], [1702463873, "39.789"], [1702463906, "39.954"], [1702463948, "40.638"], [1702463984, "40.725"], [1702464014, "41.298"], [1702464050, "41.667"], [1702464086, "42.096"], [1702464122, "43.131"], [1702464155, "43.719"], [1702464194, "44.292"], [1702464230, "44.589"], [1702464263, "44.916"], [1702464299, "45.54"], [1702464332, "46.695"], [1702464356, "47.916"], [1702464392, "48.795"], [1702464425, "49.746"], [1702464455, "52.893"], [1702464479, "53.604"], [1702464509, "57.213"], [1702464533, "57.474"], [1702464569, "58.05"], [1702464605, "58.479"], [1702464635, "58.668"], [1702464671, "60.777"], [1702464716, "63.267"], [1702464743, "64.515"], [1702464776, "66.918"], [1702464812, "67.392"], [1702464836, "68.325"], [1702464869, "70.251"], [1702464905, "70.773"], [1702464926, "71.118"], [1702464956, "71.313"], [1702464992, "72.09"], [1702465016, "72.594"], [1702465049, "73.218"], [1702465085, "78.351"], [1702465118, "78.597"], [1702465145, "79.08"], [1702465178, "79.227"], [1702465208, "80.148"], [1702465241, "81.471"], [1702465298, "81.804"], [1702465334, "82.167"], [1702465367, "82.476"], [1702465394, "82.65"], [1702465418, "82.929"], [1702465445, "83.25"], [1702465481, "83.745"], [1702465517, "84.165"], [1702465550, "84.618"], [1702465586, "85.827"], [1702465619, "85.992"], [1702465658, "86.646"], [1702465706, "86.778"], [1702465754, "87.444"], [1702465787, "87.705"], [1702465823, "88.446"], [1702465856, "88.884"], [1702465880, "89.169"], [1702465910, "89.388"], [1702465952, "89.592"], [1702465988, "89.76"], [1702466015, "89.865"], [1702466030, "89.979"], [1702466060, "89.997"], [1702466078, "90.12"], [1702466138, "90.627"], [1702466168, "91.341"], [1702466204, "92.331"], [1702466237, "94.533"], [1702466261, "94.782"], [1702466291, "95.616"], [1702466327, "96.747"], [1702466360, "98.169"], [1702466384, "98.265"], [1702466417, "98.667"], [1702466441, "98.808"], [1702466471, "99.018"], [1702466507, "100.695"], [1702466540, "101.892"], [1702466597, "104.097"], [1702466633, "105.435"], [1702466666, "105.897"], [1702466705, "106.866"], [1702466732, "107.208"], [1702466765, "107.439"], [1702466801, "107.844"], [1702466852, "109.683"], [1702466876, "109.794"], [1702466918, "110.511"], [1702466978, "111.837"], [1702467014, "143.709"], [1702467038, "144.126"], [1702467068, "145.092"], [1702467122, "145.755"], [1702467158, "146.292"], [1702467191, "147.453"], [1702467221, "147.585"], [1702467257, "148.509"], [1702467299, "148.947"], [1702467350, "150.09"], [1702467386, "151.335"], [1702467419, "151.902"], [1702467455, "152.67"], [1702467515, "153.048"], [1702467542, "153.204"], [1702467566, "153.294"], [1702467599, "153.681"], [1702467635, "154.095"], [1702467668, "155.442"], [1702467695, "157.302"], [1702467716, "157.56"], [1702467746, "157.923"], [1702467800, "159.51"], [1702467824, "159.759"], [1702467908, "160.71"], [1702467944, "160.863"], [1702467968, "160.902"], [1702468001, "160.956"], [1702468031, "161.859"], [1702468067, "166.209"], [1702468085, "166.728"], [1702468115, "167.13"], [1702468151, "167.55"], [1702468181, "168.126"], [1702468208, "168.3"], [1702468241, "168.84"], [1702468256, "169.005"], [1702468286, "169.167"], [1702468322, "169.443"], [1702468352, "171.123"], [1702468388, "172.428"], [1702468424, "173.253"], [1702468457, "173.934"], [1702468493, "175.443"], [1702468517, "176.304"], [1702468550, "177.102"], [1702468586, "177.576"], [1702468613, "178.509"], [1702468637, "179.049"], [1702468679, "179.277"], [1702468721, "180.72"], [1702468730, "180.951"], [1702468766, "181.47"], [1702468799, "183.219"], [1702468835, "183.726"], [1702468898, "186.513"], [1702468934, "187.911"], [1702468970, "189.609"], [1702468994, "189.996"], [1702469024, "190.266"], [1702469060, "190.944"], [1702469111, "192.189"], [1702469144, "193.947"], [1702469168, "194.247"], [1702469204, "194.994"], [1702469237, "195.633"], [1702469273, "197.286"], [1702469303, "199.536"], [1702469336, "199.932"], [1702469360, "200.166"], [1702469387, "200.25"], [1702469411, "200.556"], [1702469435, "201.117"], [1702469468, "201.504"], [1702469504, "201.807"], [1702469537, "201.969"], [1702469573, "202.245"], [1702469606, "202.506"], [1702469633, "202.581"], [1702469660, "203.004"], [1702469684, "203.292"], [1702469717, "203.529"], [1702469753, "203.706"], [1702469786, "203.943"], [1702469816, "204.318"], [1702469834, "204.492"], [1702469864, "204.714"], [1702469906, "204.903"], [1702469936, "205.08"], [1702469972, "205.155"], [1702470005, "205.251"], [1702470029, "205.302"], [1702470065, "205.605"], [1702470101, "205.95"], [1702470131, "206.391"], [1702470167, "207.204"], [1702470203, "208.71"], [1702470251, "209.613"], [1702470278, "209.823"], [1702470311, "210.108"], [1702470347, "210.564"], [1702470371, "210.666"], [1702470404, "211.092"], [1702470440, "211.548"], [1702470476, "211.779"], [1702470506, "212.076"], [1702470542, "212.694"], [1702470575, "213.084"], [1702470611, "213.411"], [1702470635, "213.537"], [1702470662, "213.867"], [1702470686, "214.086"], [1702470719, "214.293"], [1702470746, "214.548"], [1702470812, "214.926"], [1702470845, "215.412"], [1702470875, "215.718"], [1702470899, "215.865"], [1702470953, "216.111"], [1702470983, "216.495"], [1702471025, "216.591"], [1702471067, "217.365"], [1702471169, "217.956"], [1702471193, "218.088"], [1702471226, "218.364"], [1702471265, "218.511"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1.836"], [1702462721, "1.989"], [1702462736, "2.154"], [1702462751, "2.253"], [1702462763, "2.256"], [1702462793, "2.547"], [1702462808, "2.547"], [1702462829, "2.547"], [1702462844, "2.547"], [1702462865, "2.802"], [1702462880, "2.889"], [1702462904, "2.925"], [1702462919, "2.937"], [1702462952, "3.003"], [1702462973, "3.051"], [1702462988, "3.069"], [1702463045, "3.234"], [1702463081, "3.309"], [1702463114, "3.579"], [1702463150, "3.672"], [1702463186, "3.747"], [1702463216, "3.858"], [1702463240, "4.011"], [1702463273, "4.197"], [1702463324, "4.197"], [1702463354, "4.197"], [1702463381, "4.197"], [1702463417, "4.335"], [1702463453, "4.377"], [1702463477, "4.395"], [1702463510, "4.533"], [1702463537, "4.593"], [1702463570, "4.68"], [1702463591, "4.74"], [1702463621, "4.806"], [1702463657, "4.806"], [1702463693, "4.83"], [1702463729, "4.839"], [1702463765, "4.857"], [1702463798, "4.878"], [1702463846, "4.896"], [1702463873, "4.932"], [1702463906, "4.938"], [1702463948, "5.148"], [1702463984, "5.22"], [1702464014, "5.43"], [1702464050, "5.715"], [1702464086, "6.123"], [1702464122, "6.255"], [1702464155, "6.324"], [1702464194, "6.342"], [1702464230, "6.516"], [1702464263, "6.603"], [1702464299, "6.879"], [1702464332, "7.194"], [1702464356, "7.347"], [1702464392, "7.593"], [1702464425, "7.689"], [1702464455, "8.139"], [1702464479, "8.985"], [1702464509, "9.039"], [1702464533, "9.084"], [1702464569, "9.204"], [1702464605, "9.375"], [1702464635, "9.54"], [1702464671, "9.72"], [1702464716, "10.497"], [1702464743, "10.653"], [1702464776, "15.408"], [1702464812, "15.669"], [1702464836, "15.852"], [1702464869, "15.894"], [1702464905, "15.918"], [1702464926, "15.924"], [1702464956, "16.038"], [1702464992, "16.038"], [1702465016, "16.053"], [1702465049, "16.206"], [1702465085, "16.701"], [1702465118, "16.938"], [1702465145, "17.43"], [1702465178, "17.478"], [1702465208, "17.772"], [1702465241, "18.435"], [1702465298, "18.624"], [1702465334, "18.666"], [1702465367, "18.678"], [1702465394, "18.705"], [1702465418, "18.756"], [1702465445, "18.942"], [1702465481, "19.083"], [1702465517, "19.194"], [1702465550, "19.239"], [1702465586, "19.404"], [1702465619, "19.422"], [1702465658, "19.428"], [1702465706, "19.431"], [1702465754, "19.527"], [1702465787, "19.662"], [1702465823, "19.755"], [1702465856, "19.935"], [1702465880, "20.04"], [1702465910, "20.082"], [1702465952, "20.097"], [1702465988, "20.199"], [1702466015, "20.232"], [1702466030, "20.244"], [1702466060, "20.265"], [1702466078, "20.295"], [1702466138, "20.544"], [1702466168, "20.595"], [1702466204, "20.637"], [1702466237, "21.03"], [1702466261, "21.045"], [1702466291, "21.045"], [1702466327, "21.231"], [1702466360, "21.312"], [1702466384, "21.36"], [1702466417, "21.462"], [1702466441, "21.492"], [1702466471, "21.552"], [1702466507, "22.017"], [1702466540, "22.062"], [1702466597, "22.452"], [1702466633, "22.845"], [1702466666, "22.971"], [1702466705, "23.145"], [1702466732, "23.247"], [1702466765, "23.349"], [1702466801, "23.499"], [1702466852, "23.922"], [1702466876, "24.045"], [1702466918, "24.504"], [1702466978, "26.778"], [1702467014, "27.033"], [1702467038, "27.339"], [1702467068, "27.444"], [1702467122, "27.519"], [1702467158, "27.627"], [1702467191, "27.852"], [1702467221, "27.927"], [1702467257, "28.056"], [1702467299, "28.263"], [1702467350, "28.986"], [1702467386, "29.022"], [1702467419, "29.4"], [1702467455, "29.451"], [1702467515, "29.598"], [1702467542, "29.604"], [1702467566, "29.655"], [1702467599, "29.7"], [1702467635, "29.784"], [1702467668, "30.315"], [1702467695, "30.342"], [1702467716, "30.405"], [1702467746, "30.405"], [1702467800, "30.762"], [1702467824, "30.864"], [1702467908, "30.948"], [1702467944, "31.05"], [1702467968, "31.068"], [1702468001, "31.107"], [1702468031, "31.314"], [1702468067, "31.422"], [1702468085, "31.614"], [1702468115, "31.665"], [1702468151, "31.833"], [1702468181, "31.893"], [1702468208, "31.929"], [1702468241, "31.95"], [1702468256, "31.95"], [1702468286, "32.043"], [1702468322, "32.082"], [1702468352, "32.22"], [1702468388, "32.346"], [1702468424, "32.703"], [1702468457, "32.991"], [1702468493, "33.177"], [1702468517, "33.201"], [1702468550, "33.354"], [1702468586, "33.657"], [1702468613, "34.011"], [1702468637, "34.401"], [1702468679, "34.611"], [1702468721, "34.935"], [1702468730, "35.01"], [1702468766, "35.238"], [1702468799, "35.778"], [1702468835, "35.928"], [1702468898, "37.293"], [1702468934, "37.644"], [1702468970, "38.163"], [1702468994, "38.424"], [1702469024, "38.484"], [1702469060, "38.736"], [1702469111, "38.844"], [1702469144, "39.201"], [1702469168, "39.27"], [1702469204, "39.471"], [1702469237, "39.606"], [1702469273, "39.759"], [1702469303, "39.915"], [1702469336, "40.137"], [1702469360, "40.26"], [1702469387, "40.293"], [1702469411, "40.359"], [1702469435, "40.467"], [1702469468, "40.542"], [1702469504, "40.62"], [1702469537, "40.653"], [1702469573, "40.707"], [1702469606, "40.743"], [1702469633, "40.782"], [1702469660, "40.947"], [1702469684, "41.052"], [1702469717, "41.094"], [1702469753, "41.157"], [1702469786, "41.199"], [1702469816, "41.217"], [1702469834, "41.226"], [1702469864, "41.25"], [1702469906, "41.415"], [1702469936, "41.463"], [1702469972, "41.532"], [1702470005, "41.571"], [1702470029, "41.598"], [1702470065, "41.625"], [1702470101, "41.667"], [1702470131, "41.697"], [1702470167, "42.03"], [1702470203, "42.105"], [1702470251, "42.195"], [1702470278, "42.237"], [1702470311, "42.3"], [1702470347, "42.33"], [1702470371, "42.369"], [1702470404, "42.393"], [1702470440, "42.474"], [1702470476, "42.582"], [1702470506, "42.591"], [1702470542, "42.771"], [1702470575, "42.909"], [1702470611, "42.918"], [1702470635, "43.05"], [1702470662, "43.137"], [1702470686, "43.161"], [1702470719, "43.233"], [1702470746, "43.281"], [1702470812, "43.407"], [1702470845, "43.434"], [1702470875, "45.918"], [1702470899, "45.942"], [1702470953, "46.002"], [1702470983, "46.041"], [1702471025, "46.428"], [1702471067, "46.563"], [1702471169, "46.653"], [1702471193, "46.68"], [1702471226, "46.704"], [1702471265, "46.719"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "2.826"], [1702462721, "3.093"], [1702462736, "3.213"], [1702462751, "3.213"], [1702462763, "3.216"], [1702462793, "3.216"], [1702462808, "3.216"], [1702462829, "3.216"], [1702462844, "3.336"], [1702462865, "3.336"], [1702462880, "4.986"], [1702462904, "5.496"], [1702462919, "5.496"], [1702462952, "5.541"], [1702462973, "5.595"], [1702462988, "6.447"], [1702463045, "6.879"], [1702463081, "6.966"], [1702463114, "7.119"], [1702463150, "7.362"], [1702463186, "7.428"], [1702463216, "7.911"], [1702463240, "8.16"], [1702463273, "8.247"], [1702463324, "9.516"], [1702463354, "9.594"], [1702463381, "9.993"], [1702463417, "10.104"], [1702463453, "10.629"], [1702463477, "10.716"], [1702463510, "10.872"], [1702463537, "11.034"], [1702463570, "11.244"], [1702463591, "12.009"], [1702463621, "30.999"], [1702463657, "31.659"], [1702463693, "32.253"], [1702463729, "34.824"], [1702463765, "35.517"], [1702463798, "35.601"], [1702463846, "35.991"], [1702463873, "36.075"], [1702463906, "36.354"], [1702463948, "37.167"], [1702463984, "37.509"], [1702464014, "38.076"], [1702464050, "38.916"], [1702464086, "39.816"], [1702464122, "41.355"], [1702464155, "42.228"], [1702464194, "42.579"], [1702464230, "43.317"], [1702464263, "43.68"], [1702464299, "44.445"], [1702464332, "45.717"], [1702464356, "46.233"], [1702464392, "47.574"], [1702464425, "48.456"], [1702464455, "48.81"], [1702464479, "50.085"], [1702464509, "50.319"], [1702464533, "50.757"], [1702464569, "51.795"], [1702464605, "52.383"], [1702464635, "53.811"], [1702464671, "54.555"], [1702464716, "58.134"], [1702464743, "59.04"], [1702464776, "61.902"], [1702464812, "62.58"], [1702464836, "63.621"], [1702464869, "65.238"], [1702464905, "66.348"], [1702464926, "68.085"], [1702464956, "68.433"], [1702464992, "68.868"], [1702465016, "69.51"], [1702465049, "70.287"], [1702465085, "71.445"], [1702465118, "72.651"], [1702465145, "73.716"], [1702465178, "74.073"], [1702465208, "75.285"], [1702465241, "76.152"], [1702465298, "76.551"], [1702465334, "76.95"], [1702465367, "77.1"], [1702465394, "77.157"], [1702465418, "77.538"], [1702465445, "77.886"], [1702465481, "78.597"], [1702465517, "79.302"], [1702465550, "79.683"], [1702465586, "80.253"], [1702465619, "80.394"], [1702465658, "80.751"], [1702465706, "80.886"], [1702465754, "81.456"], [1702465787, "81.765"], [1702465823, "82.167"], [1702465856, "83.16"], [1702465880, "83.274"], [1702465910, "84.066"], [1702465952, "84.393"], [1702465988, "85.101"], [1702466015, "85.245"], [1702466030, "85.299"], [1702466060, "85.35"], [1702466078, "85.617"], [1702466138, "86.112"], [1702466168, "87.276"], [1702466204, "88.245"], [1702466237, "90.12"], [1702466261, "90.255"], [1702466291, "90.75"], [1702466327, "91.587"], [1702466360, "92.001"], [1702466384, "92.28"], [1702466417, "92.835"], [1702466441, "92.955"], [1702466471, "93.36"], [1702466507, "94.731"], [1702466540, "95.529"], [1702466597, "97.722"], [1702466633, "98.763"], [1702466666, "106.725"], [1702466705, "107.757"], [1702466732, "108.102"], [1702466765, "108.288"], [1702466801, "108.453"], [1702466852, "109.533"], [1702466876, "109.845"], [1702466918, "110.733"], [1702466978, "112.617"], [1702467014, "126.396"], [1702467038, "127.146"], [1702467068, "127.602"], [1702467122, "128.256"], [1702467158, "128.478"], [1702467191, "129.174"], [1702467221, "129.543"], [1702467257, "129.819"], [1702467299, "130.254"], [1702467350, "134.25"], [1702467386, "135.42"], [1702467419, "135.72"], [1702467455, "136.506"], [1702467515, "136.809"], [1702467542, "136.947"], [1702467566, "137.052"], [1702467599, "137.286"], [1702467635, "137.406"], [1702467668, "139.233"], [1702467695, "140.037"], [1702467716, "140.601"], [1702467746, "140.874"], [1702467800, "147.666"], [1702467824, "148.041"], [1702467908, "148.98"], [1702467944, "149.829"], [1702467968, "150.069"], [1702468001, "150.549"], [1702468031, "151.197"], [1702468067, "154.473"], [1702468085, "154.833"], [1702468115, "155.286"], [1702468151, "155.739"], [1702468181, "156.171"], [1702468208, "156.588"], [1702468241, "156.819"], [1702468256, "156.912"], [1702468286, "156.987"], [1702468322, "157.371"], [1702468352, "159.768"], [1702468388, "160.959"], [1702468424, "162.171"], [1702468457, "163.416"], [1702468493, "164.451"], [1702468517, "165.669"], [1702468550, "166.341"], [1702468586, "167.226"], [1702468613, "169.077"], [1702468637, "170.406"], [1702468679, "170.961"], [1702468721, "173.094"], [1702468730, "173.418"], [1702468766, "174.237"], [1702468799, "176.217"], [1702468835, "176.694"], [1702468898, "179.697"], [1702468934, "180.777"], [1702468970, "182.535"], [1702468994, "183.765"], [1702469024, "183.975"], [1702469060, "184.458"], [1702469111, "185.667"], [1702469144, "188.145"], [1702469168, "188.292"], [1702469204, "188.763"], [1702469237, "189.906"], [1702469273, "190.416"], [1702469303, "193.107"], [1702469336, "193.869"], [1702469360, "194.25"], [1702469387, "194.397"], [1702469411, "194.823"], [1702469435, "195.411"], [1702469468, "195.726"], [1702469504, "195.978"], [1702469537, "196.137"], [1702469573, "196.506"], [1702469606, "196.92"], [1702469633, "197.13"], [1702469660, "197.553"], [1702469684, "197.697"], [1702469717, "198.024"], [1702469753, "198.183"], [1702469786, "198.558"], [1702469816, "199.239"], [1702469834, "199.332"], [1702469864, "199.797"], [1702469906, "200.07"], [1702469936, "200.223"], [1702469972, "200.346"], [1702470005, "200.565"], [1702470029, "200.607"], [1702470065, "200.829"], [1702470101, "201.246"], [1702470131, "201.822"], [1702470167, "202.272"], [1702470203, "203.43"], [1702470251, "204"], [1702470278, "204.306"], [1702470311, "204.594"], [1702470347, "204.966"], [1702470371, "205.068"], [1702470404, "205.527"], [1702470440, "205.737"], [1702470476, "205.854"], [1702470506, "206.49"], [1702470542, "207.042"], [1702470575, "207.663"], [1702470611, "208.056"], [1702470635, "208.434"], [1702470662, "208.485"], [1702470686, "208.644"], [1702470719, "208.734"], [1702470746, "208.965"], [1702470812, "209.505"], [1702470845, "210.303"], [1702470875, "210.78"], [1702470899, "210.975"], [1702470953, "211.176"], [1702470983, "211.407"], [1702471025, "211.947"], [1702471067, "212.874"], [1702471169, "213.441"], [1702471193, "213.828"], [1702471226, "214.137"], [1702471265, "214.47"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "25.788"], [1702462721, "25.818"], [1702462736, "25.926"], [1702462751, "26.241"], [1702462763, "26.244"], [1702462793, "26.835"], [1702462808, "27.249"], [1702462829, "27.363"], [1702462844, "28.323"], [1702462865, "28.449"], [1702462880, "28.977"], [1702462904, "30.279"], [1702462919, "30.309"], [1702462952, "30.627"], [1702462973, "30.831"], [1702462988, "30.855"], [1702463045, "30.912"], [1702463081, "31.113"], [1702463114, "31.644"], [1702463150, "31.749"], [1702463186, "31.848"], [1702463216, "32.979"], [1702463240, "32.979"], [1702463273, "33.843"], [1702463324, "35.037"], [1702463354, "35.361"], [1702463381, "35.505"], [1702463417, "35.646"], [1702463453, "36.585"], [1702463477, "36.948"], [1702463510, "37.02"], [1702463537, "37.098"], [1702463570, "37.254"], [1702463591, "37.398"], [1702463621, "37.704"], [1702463657, "38.016"], [1702463693, "38.079"], [1702463729, "38.61"], [1702463765, "41.301"], [1702463798, "41.37"], [1702463846, "41.508"], [1702463873, "41.571"], [1702463906, "41.631"], [1702463948, "42.024"], [1702463984, "42.156"], [1702464014, "42.849"], [1702464050, "42.954"], [1702464086, "43.479"], [1702464122, "43.773"], [1702464155, "44.499"], [1702464194, "44.631"], [1702464230, "44.871"], [1702464263, "45.06"], [1702464299, "45.48"], [1702464332, "46.269"], [1702464356, "47.085"], [1702464392, "47.979"], [1702464425, "48.102"], [1702464455, "48.54"], [1702464479, "49.263"], [1702464509, "49.77"], [1702464533, "49.878"], [1702464569, "50.415"], [1702464605, "50.601"], [1702464635, "50.928"], [1702464671, "50.976"], [1702464716, "52.401"], [1702464743, "52.629"], [1702464776, "53.994"], [1702464812, "72.846"], [1702464836, "73.542"], [1702464869, "74.292"], [1702464905, "75.759"], [1702464926, "75.84"], [1702464956, "77.343"], [1702464992, "77.784"], [1702465016, "78.033"], [1702465049, "78.462"], [1702465085, "80.811"], [1702465118, "81.387"], [1702465145, "83.004"], [1702465178, "83.142"], [1702465208, "83.697"], [1702465241, "84.069"], [1702465298, "84.381"], [1702465334, "84.63"], [1702465367, "84.834"], [1702465394, "84.855"], [1702465418, "85.065"], [1702465445, "86.277"], [1702465481, "86.55"], [1702465517, "86.913"], [1702465550, "87.021"], [1702465586, "88.023"], [1702465619, "88.167"], [1702465658, "88.551"], [1702465706, "88.62"], [1702465754, "88.653"], [1702465787, "89.082"], [1702465823, "89.559"], [1702465856, "89.802"], [1702465880, "90.075"], [1702465910, "90.192"], [1702465952, "90.597"], [1702465988, "90.651"], [1702466015, "90.711"], [1702466030, "90.795"], [1702466060, "90.846"], [1702466078, "90.945"], [1702466138, "91.878"], [1702466168, "92.307"], [1702466204, "92.712"], [1702466237, "93.417"], [1702466261, "93.78"], [1702466291, "94.179"], [1702466327, "94.443"], [1702466360, "94.713"], [1702466384, "95.028"], [1702466417, "95.256"], [1702466441, "95.358"], [1702466471, "95.694"], [1702466507, "96.666"], [1702466540, "97.131"], [1702466597, "98.847"], [1702466633, "101.115"], [1702466666, "102.756"], [1702466705, "103.431"], [1702466732, "103.587"], [1702466765, "103.779"], [1702466801, "103.929"], [1702466852, "105.804"], [1702466876, "106.827"], [1702466918, "107.337"], [1702466978, "109.779"], [1702467014, "110.907"], [1702467038, "112.377"], [1702467068, "112.623"], [1702467122, "112.932"], [1702467158, "114.129"], [1702467191, "114.309"], [1702467221, "114.498"], [1702467257, "114.882"], [1702467299, "115.173"], [1702467350, "115.71"], [1702467386, "116.736"], [1702467419, "117.237"], [1702467455, "117.783"], [1702467515, "118.05"], [1702467542, "118.152"], [1702467566, "118.287"], [1702467599, "118.518"], [1702467635, "118.653"], [1702467668, "120.738"], [1702467695, "121.143"], [1702467716, "121.836"], [1702467746, "121.992"], [1702467800, "124.191"], [1702467824, "124.455"], [1702467908, "125.34"], [1702467944, "125.583"], [1702467968, "125.751"], [1702468001, "126.012"], [1702468031, "126.3"], [1702468067, "128.091"], [1702468085, "128.361"], [1702468115, "128.805"], [1702468151, "129.042"], [1702468181, "129.507"], [1702468208, "129.975"], [1702468241, "130.269"], [1702468256, "130.401"], [1702468286, "130.743"], [1702468322, "130.827"], [1702468352, "132.021"], [1702468388, "133.767"], [1702468424, "135.45"], [1702468457, "137.334"], [1702468493, "138.519"], [1702468517, "139.041"], [1702468550, "139.653"], [1702468586, "140.313"], [1702468613, "140.598"], [1702468637, "140.709"], [1702468679, "141.189"], [1702468721, "141.525"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "261.732"], [1702462721, "283.203"], [1702462736, "304.674"], [1702462751, "326.145"], [1702462763, "347.16"], [1702462793, "388.752"], [1702462808, "409.329"], [1702462829, "429.906"], [1702462844, "449.658"], [1702462865, "469.41"], [1702462880, "489.162"], [1702462904, "528.666"], [1702462919, "548.418"], [1702462952, "587.922"], [1702462973, "607.674"], [1702462988, "627.426"], [1702463045, "686.682"], [1702463081, "726.186"], [1702463114, "765.69"], [1702463150, "805.194"], [1702463186, "844.698"], [1702463216, "884.202"], [1702463240, "923.706"], [1702463273, "963.21"], [1702463324, "1022.466"], [1702463354, "1061.97"], [1702463381, "1101.474"], [1702463417, "1140.978"], [1702463453, "1180.482"], [1702463477, "1219.986"], [1702463510, "1259.49"], [1702463537, "1298.994"], [1702463570, "1338.498"], [1702463591, "1378.002"], [1702463621, "1417.506"], [1702463657, "1457.01"], [1702463693, "1496.514"], [1702463729, "1536.018"], [1702463765, "1575.522"], [1702463798, "1615.026"], [1702463846, "1674.282"], [1702463873, "1713.786"], [1702463906, "1753.29"], [1702463948, "1812.546"], [1702463984, "1852.05"], [1702464014, "1891.554"], [1702464050, "1931.058"], [1702464086, "1970.562"], [1702464122, "2010.066"], [1702464155, "2049.57"], [1702464194, "2108.826"], [1702464230, "2148.33"], [1702464263, "2187.834"], [1702464299, "2227.338"], [1702464332, "2266.842"], [1702464356, "2306.346"], [1702464392, "2345.85"], [1702464425, "2385.354"], [1702464455, "2424.858"], [1702464479, "2464.362"], [1702464509, "2503.866"], [1702464533, "2543.37"], [1702464569, "2582.874"], [1702464605, "2622.378"], [1702464635, "2661.882"], [1702464671, "2701.386"], [1702464716, "2740.89"], [1702464743, "2780.394"], [1702464776, "2819.898"], [1702464812, "2859.402"], [1702464836, "2898.906"], [1702464869, "2938.41"], [1702464905, "2977.914"], [1702464926, "3017.418"], [1702464956, "3056.922"], [1702464992, "3096.426"], [1702465016, "3135.93"], [1702465049, "3175.434"], [1702465085, "3214.938"], [1702465118, "3254.442"], [1702465145, "3293.946"], [1702465178, "3333.45"], [1702465208, "3372.954"], [1702465241, "3412.458"], [1702465298, "3471.714"], [1702465334, "3511.218"], [1702465367, "3550.722"], [1702465394, "3590.226"], [1702465418, "3629.73"], [1702465445, "3669.234"], [1702465481, "3708.738"], [1702465517, "3748.242"], [1702465550, "3787.746"], [1702465586, "3827.25"], [1702465619, "3866.754"], [1702465658, "3906.258"], [1702465706, "3945.762"], [1702465754, "4005.018"], [1702465787, "4044.522"], [1702465823, "4084.026"], [1702465856, "4123.53"], [1702465880, "4163.034"], [1702465910, "4202.538"], [1702465952, "4242.042"], [1702465988, "4281.546"], [1702466015, "4321.05"], [1702466030, "4360.554"], [1702466060, "4400.058"], [1702466078, "4439.562"], [1702466138, "4498.818"], [1702466168, "4538.322"], [1702466204, "4577.826"], [1702466237, "4617.33"], [1702466261, "4656.834"], [1702466291, "4696.338"], [1702466327, "4735.842"], [1702466360, "4775.346"], [1702466384, "4814.85"], [1702466417, "4854.354"], [1702466441, "4893.858"], [1702466471, "4933.362"], [1702466507, "4972.866"], [1702466540, "5012.37"], [1702466597, "5071.626"], [1702466633, "5111.13"], [1702466666, "5150.634"], [1702466705, "5190.138"], [1702466732, "5229.642"], [1702466765, "5269.146"], [1702466801, "5308.65"], [1702466852, "5367.906"], [1702466876, "5407.41"], [1702466918, "5446.914"], [1702466978, "5525.922"], [1702467014, "5565.426"], [1702467038, "5604.93"], [1702467068, "5644.434"], [1702467122, "5703.69"], [1702467158, "5743.194"], [1702467191, "5782.698"], [1702467221, "5822.202"], [1702467257, "5861.706"], [1702467299, "5901.21"], [1702467350, "5960.466"], [1702467386, "5999.97"], [1702467419, "6039.474"], [1702467455, "6078.978"], [1702467515, "6157.986"], [1702467542, "6197.49"], [1702467566, "6236.994"], [1702467599, "6276.498"], [1702467635, "6316.002"], [1702467668, "6355.506"], [1702467695, "6395.01"], [1702467716, "6434.514"], [1702467746, "6474.018"], [1702467800, "6533.274"], [1702467824, "6572.778"], [1702467908, "6671.538"], [1702467944, "6711.042"], [1702467968, "6750.546"], [1702468001, "6790.05"], [1702468031, "6829.554"], [1702468067, "6869.058"], [1702468085, "6908.562"], [1702468115, "6948.066"], [1702468151, "6987.57"], [1702468181, "7027.074"], [1702468208, "7066.578"], [1702468241, "7106.082"], [1702468256, "7145.586"], [1702468286, "7185.09"], [1702468322, "7224.594"], [1702468352, "7264.098"], [1702468388, "7303.602"], [1702468424, "7343.106"], [1702468457, "7382.61"], [1702468493, "7422.114"], [1702468517, "7461.618"], [1702468550, "7501.122"], [1702468586, "7540.626"], [1702468613, "7580.13"], [1702468637, "7619.634"], [1702468679, "7659.138"], [1702468721, "7698.642"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.135"], [1702462721, "0.135"], [1702462736, "0.387"], [1702462751, "0.387"], [1702462763, "0.387"], [1702462793, "0.387"], [1702462808, "0.453"], [1702462829, "0.471"], [1702462844, "0.471"], [1702462865, "0.501"], [1702462880, "0.543"], [1702462904, "0.543"], [1702462919, "0.543"], [1702462952, "0.57"], [1702462973, "0.57"], [1702462988, "0.591"], [1702463045, "0.606"], [1702463081, "0.606"], [1702463114, "0.615"], [1702463150, "0.621"], [1702463186, "0.621"], [1702463216, "0.657"], [1702463240, "0.669"], [1702463273, "0.669"], [1702463324, "0.876"], [1702463354, "0.879"], [1702463381, "0.921"], [1702463417, "0.927"], [1702463453, "0.927"], [1702463477, "0.927"], [1702463510, "0.957"], [1702463537, "1.014"], [1702463570, "1.014"], [1702463591, "1.05"], [1702463621, "1.062"], [1702463657, "1.11"], [1702463693, "1.11"], [1702463729, "1.173"], [1702463765, "1.179"], [1702463798, "1.179"], [1702463846, "1.179"], [1702463873, "1.182"], [1702463906, "1.203"], [1702463948, "1.212"], [1702463984, "1.212"], [1702464014, "1.239"], [1702464050, "1.239"], [1702464086, "1.239"], [1702464122, "1.26"], [1702464155, "1.26"], [1702464194, "1.26"], [1702464230, "1.272"], [1702464263, "1.278"], [1702464299, "1.308"], [1702464332, "1.308"], [1702464356, "1.308"], [1702464392, "1.308"], [1702464425, "1.332"], [1702464455, "1.332"], [1702464479, "1.332"], [1702464509, "1.332"], [1702464533, "1.332"], [1702464569, "1.332"], [1702464605, "1.332"], [1702464635, "1.332"], [1702464671, "1.332"], [1702464716, "1.383"], [1702464743, "1.422"], [1702464776, "1.422"], [1702464812, "1.437"], [1702464836, "1.476"], [1702464869, "1.596"], [1702464905, "1.596"], [1702464926, "1.602"], [1702464956, "1.602"], [1702464992, "1.635"], [1702465016, "1.635"], [1702465049, "1.635"], [1702465085, "1.692"], [1702465118, "1.695"], [1702465145, "1.695"], [1702465178, "1.695"], [1702465208, "1.701"], [1702465241, "1.701"], [1702465298, "1.701"], [1702465334, "1.704"], [1702465367, "1.704"], [1702465394, "1.707"], [1702465418, "1.707"], [1702465445, "1.707"], [1702465481, "1.713"], [1702465517, "1.764"], [1702465550, "1.764"], [1702465586, "1.869"], [1702465619, "1.869"], [1702465658, "1.869"], [1702465706, "1.869"], [1702465754, "1.872"], [1702465787, "1.872"], [1702465823, "1.887"], [1702465856, "1.896"], [1702465880, "1.896"], [1702465910, "1.896"], [1702465952, "1.959"], [1702465988, "1.959"], [1702466015, "1.959"], [1702466030, "1.959"], [1702466060, "1.965"], [1702466078, "1.977"], [1702466138, "2.01"], [1702466168, "2.01"], [1702466204, "2.01"], [1702466237, "2.01"], [1702466261, "2.022"], [1702466291, "2.022"], [1702466327, "2.022"], [1702466360, "2.022"], [1702466384, "2.034"], [1702466417, "2.034"], [1702466441, "2.034"], [1702466471, "2.034"], [1702466507, "2.034"], [1702466540, "2.034"], [1702466597, "2.067"], [1702466633, "2.109"], [1702466666, "2.109"], [1702466705, "2.199"], [1702466732, "2.205"], [1702466765, "2.205"], [1702466801, "2.211"], [1702466852, "2.217"], [1702466876, "2.217"], [1702466918, "2.217"], [1702466978, "2.277"], [1702467014, "2.367"], [1702467038, "2.367"], [1702467068, "2.367"], [1702467122, "2.367"], [1702467158, "2.487"], [1702467191, "2.487"], [1702467221, "2.487"], [1702467257, "2.487"], [1702467299, "2.487"], [1702467350, "2.505"], [1702467386, "2.505"], [1702467419, "2.607"], [1702467455, "2.631"], [1702467515, "2.637"], [1702467542, "2.637"], [1702467566, "2.637"], [1702467599, "2.637"], [1702467635, "2.649"], [1702467668, "2.649"], [1702467695, "2.649"], [1702467716, "2.676"], [1702467746, "2.724"], [1702467800, "2.724"], [1702467824, "2.724"], [1702467908, "2.739"], [1702467944, "2.745"], [1702467968, "2.745"], [1702468001, "2.745"], [1702468031, "2.745"], [1702468067, "2.886"], [1702468085, "2.886"], [1702468115, "2.886"], [1702468151, "2.886"], [1702468181, "2.886"], [1702468208, "2.901"], [1702468241, "2.901"], [1702468256, "2.907"], [1702468286, "2.94"], [1702468322, "2.94"], [1702468352, "2.94"], [1702468388, "2.988"], [1702468424, "3.021"], [1702468457, "3.021"], [1702468493, "3.021"], [1702468517, "3.021"], [1702468550, "3.03"], [1702468586, "3.069"], [1702468613, "3.069"], [1702468637, "3.081"], [1702468679, "3.081"], [1702468721, "3.195"], [1702468730, "3.195"], [1702468766, "3.195"], [1702468799, "3.261"], [1702468835, "3.261"], [1702468898, "3.261"], [1702468934, "3.276"], [1702468970, "3.276"], [1702468994, "3.276"], [1702469024, "3.276"], [1702469060, "3.276"], [1702469111, "3.276"], [1702469144, "3.276"], [1702469168, "3.285"], [1702469204, "3.285"], [1702469237, "3.285"], [1702469273, "3.285"], [1702469303, "3.315"], [1702469336, "3.33"], [1702469360, "3.33"], [1702469387, "3.33"], [1702469411, "3.33"], [1702469435, "3.33"], [1702469468, "3.339"], [1702469504, "3.339"], [1702469537, "3.342"], [1702469573, "3.345"], [1702469606, "3.366"], [1702469633, "3.372"], [1702469660, "3.393"], [1702469684, "3.393"], [1702469717, "3.393"], [1702469753, "3.393"], [1702469786, "3.411"], [1702469816, "3.486"], [1702469834, "3.501"], [1702469864, "3.51"], [1702469906, "3.51"], [1702469936, "3.522"], [1702469972, "3.522"], [1702470005, "3.528"], [1702470029, "3.528"], [1702470065, "3.531"], [1702470101, "3.531"], [1702470131, "3.531"], [1702470167, "3.531"], [1702470203, "3.531"], [1702470251, "3.54"], [1702470278, "3.549"], [1702470311, "3.561"], [1702470347, "3.561"], [1702470371, "3.561"], [1702470404, "3.669"], [1702470440, "3.669"], [1702470476, "3.675"], [1702470506, "3.684"], [1702470542, "3.693"], [1702470575, "3.717"], [1702470611, "3.723"], [1702470635, "3.723"], [1702470662, "3.723"], [1702470686, "3.723"], [1702470719, "3.723"], [1702470746, "3.723"], [1702470812, "3.744"], [1702470845, "3.744"], [1702470875, "3.744"], [1702470899, "3.744"], [1702470953, "3.747"], [1702470983, "3.768"], [1702471025, "3.768"], [1702471067, "3.792"], [1702471169, "3.792"], [1702471193, "3.792"], [1702471226, "3.792"], [1702471265, "3.792"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "637.179"], [1702462721, "655.026"], [1702462736, "677.541"], [1702462751, "686.547"], [1702462763, "686.721"], [1702462793, "714.213"], [1702462808, "729.408"], [1702462829, "738.981"], [1702462844, "852.915"], [1702462865, "873.909"], [1702462880, "900.954"], [1702462904, "915.609"], [1702462919, "918.255"], [1702462952, "941.751"], [1702462973, "952.437"], [1702462988, "967.536"], [1702463045, "983.583"], [1702463081, "993.3"], [1702463114, "1017.123"], [1702463150, "1024.326"], [1702463186, "1033.977"], [1702463216, "1070.25"], [1702463240, "1083.306"], [1702463273, "1095.405"], [1702463324, "1193.289"], [1702463354, "1203.789"], [1702463381, "1221.438"], [1702463417, "1232.916"], [1702463453, "1268.4"], [1702463477, "1272.927"], [1702463510, "1296.483"], [1702463537, "1304.502"], [1702463570, "1319.733"], [1702463591, "1334.016"], [1702463621, "1350.201"], [1702463657, "1395.837"], [1702463693, "1412.067"], [1702463729, "1476.432"], [1702463765, "1511.115"], [1702463798, "1515.57"], [1702463846, "1520.469"], [1702463873, "1528.314"], [1702463906, "1542.096"], [1702463948, "1570.56"], [1702463984, "1596.846"], [1702464014, "1620.456"], [1702464050, "1657.932"], [1702464086, "1679.43"], [1702464122, "1706.193"], [1702464155, "1725.255"], [1702464194, "1737.504"], [1702464230, "1749.465"], [1702464263, "1759.179"], [1702464299, "1782.048"], [1702464332, "1824.582"], [1702464356, "1843.299"], [1702464392, "1866.774"], [1702464425, "1897.047"], [1702464455, "1934.718"], [1702464479, "1982.454"], [1702464509, "2002.089"], [1702464533, "2013.813"], [1702464569, "2028.921"], [1702464605, "2045.463"], [1702464635, "2080.062"], [1702464671, "2117.853"], [1702464716, "2192.571"], [1702464743, "2218.347"], [1702464776, "2345.91"], [1702464812, "2370.135"], [1702464836, "2384.499"], [1702464869, "2429.703"], [1702464905, "2453.73"], [1702464926, "2459.382"], [1702464956, "2478.009"], [1702464992, "2504.946"], [1702465016, "2515.035"], [1702465049, "2549.34"], [1702465085, "2606.292"], [1702465118, "2640.777"], [1702465145, "2673.723"], [1702465178, "2679.003"], [1702465208, "2697.006"], [1702465241, "2780.904"], [1702465298, "2794.365"], [1702465334, "2803.488"], [1702465367, "2810.373"], [1702465394, "2813.436"], [1702465418, "2821.227"], [1702465445, "2855.892"], [1702465481, "2869.842"], [1702465517, "2890.446"], [1702465550, "2902.743"], [1702465586, "2963.856"], [1702465619, "2966.841"], [1702465658, "2983.983"], [1702465706, "2989.515"], [1702465754, "3003.72"], [1702465787, "3015.003"], [1702465823, "3046.449"], [1702465856, "3063.999"], [1702465880, "3071.835"], [1702465910, "3080.364"], [1702465952, "3088.467"], [1702465988, "3099.654"], [1702466015, "3103.26"], [1702466030, "3106.206"], [1702466060, "3107.508"], [1702466078, "3134.628"], [1702466138, "3156.102"], [1702466168, "3193.965"], [1702466204, "3225.054"], [1702466237, "3290.421"], [1702466261, "3298.146"], [1702466291, "3312.099"], [1702466327, "3335.283"], [1702466360, "3345.024"], [1702466384, "3350.817"], [1702466417, "3361.527"], [1702466441, "3365.745"], [1702466471, "3373.098"], [1702466507, "3405.033"], [1702466540, "3430.872"], [1702466597, "3492.255"], [1702466633, "3520.068"], [1702466666, "3538.44"], [1702466705, "3570.243"], [1702466732, "3581.349"], [1702466765, "3587.97"], [1702466801, "3595.8"], [1702466852, "3708.423"], [1702466876, "3746.913"], [1702466918, "3778.083"], [1702466978, "3833.436"], [1702467014, "3883.152"], [1702467038, "3920.616"], [1702467068, "3941.196"], [1702467122, "3971.643"], [1702467158, "3981.324"], [1702467191, "4033.179"], [1702467221, "4040.238"], [1702467257, "4055.823"], [1702467299, "4074.531"], [1702467350, "4143.756"], [1702467386, "4185.585"], [1702467419, "4205.871"], [1702467455, "4226.997"], [1702467515, "4240.44"], [1702467542, "4248.042"], [1702467566, "4252.953"], [1702467599, "4260.198"], [1702467635, "4268.142"], [1702467668, "4307.946"], [1702467695, "4336.155"], [1702467716, "4360.935"], [1702467746, "4380.045"], [1702467800, "4450.848"], [1702467824, "4467.972"], [1702467908, "4501.512"], [1702467944, "4521.942"], [1702467968, "4530.3"], [1702468001, "4566.729"], [1702468031, "4581.909"], [1702468067, "4660.536"], [1702468085, "4680.399"], [1702468115, "4695.144"], [1702468151, "4720.377"], [1702468181, "4736.055"], [1702468208, "4753.539"], [1702468241, "4769.817"], [1702468256, "4776.033"], [1702468286, "4784.688"], [1702468322, "4795.218"], [1702468352, "4866.342"], [1702468388, "4894.869"], [1702468424, "4937.046"], [1702468457, "5004.735"], [1702468493, "5053.947"], [1702468517, "5092.794"], [1702468550, "5114.634"], [1702468586, "5131.59"], [1702468613, "5168.577"], [1702468637, "5197.59"], [1702468679, "5209.515"], [1702468721, "5268.747"], [1702468730, "5275.569"], [1702468766, "5297.715"], [1702468799, "5338.869"], [1702468835, "5365.218"], [1702468898, "5458.794"], [1702468934, "5499.732"], [1702468970, "5571.978"], [1702468994, "5591.835"], [1702469024, "5596.932"], [1702469060, "5622.291"], [1702469111, "5654.7"], [1702469144, "5703.033"], [1702469168, "5708.742"], [1702469204, "5738.832"], [1702469237, "5760.516"], [1702469273, "5805.12"], [1702469303, "5856.15"], [1702469336, "5881.245"], [1702469360, "5894.646"], [1702469387, "5899.32"], [1702469411, "5916.414"], [1702469435, "5928.105"], [1702469468, "5942.337"], [1702469504, "5953.818"], [1702469537, "5961.834"], [1702469573, "5974.902"], [1702469606, "5987.61"], [1702469633, "5992.8"], [1702469660, "6002.142"], [1702469684, "6012.75"], [1702469717, "6026.586"], [1702469753, "6033.393"], [1702469786, "6041.385"], [1702469816, "6059.268"], [1702469834, "6064.308"], [1702469864, "6072.459"], [1702469906, "6079.803"], [1702469936, "6086.247"], [1702469972, "6090.732"], [1702470005, "6097.566"], [1702470029, "6101.13"], [1702470065, "6109.734"], [1702470101, "6122.166"], [1702470131, "6132.852"], [1702470167, "6148.704"], [1702470203, "6172.224"], [1702470251, "6200.712"], [1702470278, "6213.585"], [1702470311, "6222.459"], [1702470347, "6231.573"], [1702470371, "6233.964"], [1702470404, "6245.424"], [1702470440, "6249.396"], [1702470476, "6260.217"], [1702470506, "6270.81"], [1702470542, "6286.254"], [1702470575, "6297.765"], [1702470611, "6306.429"], [1702470635, "6316.314"], [1702470662, "6325.746"], [1702470686, "6334.245"], [1702470719, "6340.299"], [1702470746, "6349.098"], [1702470812, "6371.487"], [1702470845, "6391.116"], [1702470875, "6399.615"], [1702470899, "6403.527"], [1702470953, "6412.314"], [1702470983, "6419.487"], [1702471025, "6429.483"], [1702471067, "6450.66"], [1702471169, "6474.765"], [1702471193, "6479.01"], [1702471226, "6497.421"], [1702471265, "6505.674"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "26.307"], [1702462721, "31.83"], [1702462736, "32.196"], [1702462751, "32.604"], [1702462763, "32.61"], [1702462793, "33.738"], [1702462808, "35.322"], [1702462829, "35.484"], [1702462844, "37.878"], [1702462865, "38.004"], [1702462880, "39.726"], [1702462904, "40.341"], [1702462919, "40.449"], [1702462952, "40.983"], [1702462973, "41.097"], [1702462988, "41.259"], [1702463045, "41.88"], [1702463081, "42.042"], [1702463114, "42.234"], [1702463150, "42.399"], [1702463186, "42.768"], [1702463216, "50.16"], [1702463240, "50.223"], [1702463273, "50.343"], [1702463324, "51.933"], [1702463354, "52.053"], [1702463381, "52.068"], [1702463417, "52.188"], [1702463453, "52.44"], [1702463477, "54.522"], [1702463510, "55.119"], [1702463537, "59.979"], [1702463570, "60.978"], [1702463591, "61.53"], [1702463621, "62.01"], [1702463657, "63.618"], [1702463693, "64.239"], [1702463729, "67.644"], [1702463765, "68.481"], [1702463798, "68.667"], [1702463846, "68.943"], [1702463873, "69.081"], [1702463906, "69.849"], [1702463948, "71.823"], [1702463984, "73.158"], [1702464014, "74.7"], [1702464050, "75.489"], [1702464086, "77.508"], [1702464122, "80.244"], [1702464155, "81.159"], [1702464194, "82.098"], [1702464230, "82.482"], [1702464263, "83.1"], [1702464299, "84.762"], [1702464332, "86.772"], [1702464356, "88.74"], [1702464392, "90.636"], [1702464425, "92.712"], [1702464455, "94.455"], [1702464479, "98.352"], [1702464509, "98.82"], [1702464533, "99.585"], [1702464569, "101.076"], [1702464605, "102.096"], [1702464635, "103.794"], [1702464671, "106.464"], [1702464716, "110.022"], [1702464743, "113.361"], [1702464776, "116.265"], [1702464812, "117.216"], [1702464836, "118.734"], [1702464869, "121.644"], [1702464905, "127.332"], [1702464926, "127.686"], [1702464956, "128.811"], [1702464992, "130.011"], [1702465016, "130.551"], [1702465049, "131.586"], [1702465085, "134.907"], [1702465118, "137.799"], [1702465145, "139.044"], [1702465178, "139.56"], [1702465208, "141.036"], [1702465241, "143.919"], [1702465298, "144.363"], [1702465334, "144.885"], [1702465367, "145.476"], [1702465394, "145.71"], [1702465418, "146.283"], [1702465445, "147.651"], [1702465481, "148.989"], [1702465517, "149.874"], [1702465550, "150.099"], [1702465586, "152.514"], [1702465619, "152.856"], [1702465658, "154.029"], [1702465706, "154.191"], [1702465754, "155.868"], [1702465787, "156.684"], [1702465823, "158.13"], [1702465856, "159.672"], [1702465880, "160.323"], [1702465910, "160.869"], [1702465952, "161.247"], [1702465988, "161.673"], [1702466015, "161.775"], [1702466030, "161.895"], [1702466060, "161.958"], [1702466078, "162.102"], [1702466138, "163.761"], [1702466168, "166.653"], [1702466204, "168.129"], [1702466237, "172.506"], [1702466261, "172.767"], [1702466291, "173.919"], [1702466327, "175.137"], [1702466360, "175.875"], [1702466384, "176.295"], [1702466417, "176.916"], [1702466441, "177.072"], [1702466471, "177.687"], [1702466507, "179.448"], [1702466540, "181.257"], [1702466597, "183.933"], [1702466633, "185.979"], [1702466666, "186.618"], [1702466705, "187.641"], [1702466732, "187.902"], [1702466765, "188.439"], [1702466801, "188.763"], [1702466852, "193.899"], [1702466876, "194.544"], [1702466918, "196.533"], [1702466978, "200.949"], [1702467014, "205.419"], [1702467038, "207.468"], [1702467068, "209.337"], [1702467122, "210.657"], [1702467158, "211.365"], [1702467191, "214.005"], [1702467221, "214.626"], [1702467257, "215.718"], [1702467299, "216.507"], [1702467350, "219.537"], [1702467386, "221.682"], [1702467419, "223.401"], [1702467455, "224.982"], [1702467515, "225.507"], [1702467542, "226.314"], [1702467566, "226.656"], [1702467599, "227.454"], [1702467635, "227.778"], [1702467668, "230.532"], [1702467695, "231.444"], [1702467716, "232.269"], [1702467746, "233.385"], [1702467800, "238.584"], [1702467824, "239.85"], [1702467908, "241.974"], [1702467944, "242.712"], [1702467968, "243.192"], [1702468001, "243.597"], [1702468031, "245.328"], [1702468067, "247.416"], [1702468085, "248.079"], [1702468115, "249.087"], [1702468151, "251.493"], [1702468181, "252.402"], [1702468208, "253.134"], [1702468241, "253.713"], [1702468256, "255.888"], [1702468286, "256.362"], [1702468322, "256.773"], [1702468352, "262.29"], [1702468388, "265.65"], [1702468424, "267.9"], [1702468457, "270.993"], [1702468493, "272.748"], [1702468517, "274.365"], [1702468550, "276.039"], [1702468586, "277.794"], [1702468613, "279.24"], [1702468637, "280.185"], [1702468679, "281.016"], [1702468721, "285.288"], [1702468730, "285.609"], [1702468766, "286.956"], [1702468799, "290.817"], [1702468835, "292.236"], [1702468898, "296.475"], [1702468934, "298.413"], [1702468970, "303.636"], [1702468994, "304.965"], [1702469024, "305.199"], [1702469060, "306.123"], [1702469111, "307.461"], [1702469144, "310.716"], [1702469168, "311.241"], [1702469204, "312.456"], [1702469237, "313.5"], [1702469273, "314.961"], [1702469303, "317.217"], [1702469336, "318.993"], [1702469360, "319.929"], [1702469387, "320.154"], [1702469411, "321.282"], [1702469435, "322.113"], [1702469468, "322.833"], [1702469504, "323.412"], [1702469537, "323.673"], [1702469573, "324.198"], [1702469606, "325.098"], [1702469633, "325.443"], [1702469660, "326.589"], [1702469684, "326.982"], [1702469717, "327.342"], [1702469753, "327.879"], [1702469786, "328.401"], [1702469816, "329.595"], [1702469834, "329.724"], [1702469864, "331.104"], [1702469906, "331.557"], [1702469936, "331.977"], [1702469972, "332.193"], [1702470005, "332.535"], [1702470029, "332.613"], [1702470065, "335.232"], [1702470101, "336.003"], [1702470131, "336.489"], [1702470167, "337.599"], [1702470203, "339.255"], [1702470251, "340.947"], [1702470278, "341.436"], [1702470311, "342.045"], [1702470347, "342.837"], [1702470371, "343.08"], [1702470404, "343.815"], [1702470440, "344.139"], [1702470476, "344.817"], [1702470506, "345.903"], [1702470542, "346.311"], [1702470575, "346.788"], [1702470611, "347.373"], [1702470635, "347.811"], [1702470662, "348.306"], [1702470686, "348.798"], [1702470719, "349.419"], [1702470746, "349.833"], [1702470812, "350.796"], [1702470845, "351.222"], [1702470875, "351.831"], [1702470899, "352.071"], [1702470953, "352.659"], [1702470983, "353.064"], [1702471025, "353.85"], [1702471067, "354.888"], [1702471169, "357.222"], [1702471193, "357.381"], [1702471226, "358.623"], [1702471265, "359.241"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0.045"], [1702463453, "0.045"], [1702463477, "0.045"], [1702463510, "0.045"], [1702463537, "0.045"], [1702463570, "0.045"], [1702463591, "0.045"], [1702463621, "0.045"], [1702463657, "0.045"], [1702463693, "0.045"], [1702463729, "0.045"], [1702463765, "0.045"], [1702463798, "0.045"], [1702463846, "0.045"], [1702463873, "0.045"], [1702463906, "0.045"], [1702463948, "0.045"], [1702463984, "0.045"], [1702464014, "0.045"], [1702464050, "0.045"], [1702464086, "0.045"], [1702464122, "0.045"], [1702464155, "0.045"], [1702464194, "0.045"], [1702464230, "0.045"], [1702464263, "0.045"], [1702464299, "0.045"], [1702464332, "0.045"], [1702464356, "0.045"], [1702464392, "0.045"], [1702464425, "0.045"], [1702464455, "0.045"], [1702464479, "0.045"], [1702464509, "0.045"], [1702464533, "0.045"], [1702464569, "0.045"], [1702464605, "0.045"], [1702464635, "0.045"], [1702464671, "0.045"], [1702464716, "0.045"], [1702464743, "0.045"], [1702464776, "0.045"], [1702464812, "0.045"], [1702464836, "0.045"], [1702464869, "0.045"], [1702464905, "0.045"], [1702464926, "0.045"], [1702464956, "0.045"], [1702464992, "0.045"], [1702465016, "0.045"], [1702465049, "0.045"], [1702465085, "0.045"], [1702465118, "0.045"], [1702465145, "0.045"], [1702465178, "0.045"], [1702465208, "0.045"], [1702465241, "0.045"], [1702465298, "0.045"], [1702465334, "0.045"], [1702465367, "0.045"], [1702465394, "0.045"], [1702465418, "0.045"], [1702465445, "0.045"], [1702465481, "0.045"], [1702465517, "0.045"], [1702465550, "0.045"], [1702465586, "0.045"], [1702465619, "0.045"], [1702465658, "0.045"], [1702465706, "0.045"], [1702465754, "0.045"], [1702465787, "0.045"], [1702465823, "0.045"], [1702465856, "0.045"], [1702465880, "0.045"], [1702465910, "0.045"], [1702465952, "0.045"], [1702465988, "0.045"], [1702466015, "0.045"], [1702466030, "0.045"], [1702466060, "0.045"], [1702466078, "0.045"], [1702466138, "0.045"], [1702466168, "0.045"], [1702466204, "0.045"], [1702466237, "0.045"], [1702466261, "0.045"], [1702466291, "0.045"], [1702466327, "0.045"], [1702466360, "0.045"], [1702466384, "0.045"], [1702466417, "0.045"], [1702466441, "0.045"], [1702466471, "0.045"], [1702466507, "0.045"], [1702466540, "0.045"], [1702466597, "0.045"], [1702466633, "0.045"], [1702466666, "0.045"], [1702466705, "0.045"], [1702466732, "0.045"], [1702466765, "0.045"], [1702466801, "0.045"], [1702466852, "0.045"], [1702466876, "0.045"], [1702466918, "0.045"], [1702466978, "0.045"], [1702467014, "0.045"], [1702467038, "0.045"], [1702467068, "0.045"], [1702467122, "0.045"], [1702467158, "0.045"], [1702467191, "0.045"], [1702467221, "0.045"], [1702467257, "0.045"], [1702467299, "0.045"], [1702467350, "0.045"], [1702467386, "0.045"], [1702467419, "0.045"], [1702467455, "0.045"], [1702467515, "0.054"], [1702467542, "0.054"], [1702467566, "0.054"], [1702467599, "0.054"], [1702467635, "0.054"], [1702467668, "0.054"], [1702467695, "0.054"], [1702467716, "0.054"], [1702467746, "0.054"], [1702467800, "0.054"], [1702467824, "0.054"], [1702467908, "0.054"], [1702467944, "0.054"], [1702467968, "0.054"], [1702468001, "0.054"], [1702468031, "0.054"], [1702468067, "0.054"], [1702468085, "0.054"], [1702468115, "0.054"], [1702468151, "0.054"], [1702468181, "0.054"], [1702468208, "0.054"], [1702468241, "0.054"], [1702468256, "0.054"], [1702468286, "0.054"], [1702468322, "0.054"], [1702468352, "0.054"], [1702468388, "0.054"], [1702468424, "0.054"], [1702468457, "0.054"], [1702468493, "0.054"], [1702468517, "0.054"], [1702468550, "0.054"], [1702468586, "0.054"], [1702468613, "0.054"], [1702468637, "0.054"], [1702468679, "0.054"], [1702468721, "0.054"], [1702468730, "0.054"], [1702468766, "0.054"], [1702468799, "0.054"], [1702468835, "0.054"], [1702468898, "0.054"], [1702468934, "0.054"], [1702468970, "0.054"], [1702468994, "0.054"], [1702469024, "0.054"], [1702469060, "0.054"], [1702469111, "0.054"], [1702469144, "0.054"], [1702469168, "0.054"], [1702469204, "0.054"], [1702469237, "0.054"], [1702469273, "0.054"], [1702469303, "0.054"], [1702469336, "0.054"], [1702469360, "0.054"], [1702469387, "0.054"], [1702469411, "0.054"], [1702469435, "0.054"], [1702469468, "0.054"], [1702469504, "0.054"], [1702469537, "0.054"], [1702469573, "0.054"], [1702469606, "0.054"], [1702469633, "0.054"], [1702469660, "0.054"], [1702469684, "0.054"], [1702469717, "0.054"], [1702469753, "0.054"], [1702469786, "0.054"], [1702469816, "0.054"], [1702469834, "0.054"], [1702469864, "0.054"], [1702469906, "0.054"], [1702469936, "0.054"], [1702469972, "0.054"], [1702470005, "0.054"], [1702470029, "0.054"], [1702470065, "0.054"], [1702470101, "0.054"], [1702470131, "0.054"], [1702470167, "0.054"], [1702470203, "0.054"], [1702470251, "0.054"], [1702470278, "0.054"], [1702470311, "0.054"], [1702470347, "0.054"], [1702470371, "0.054"], [1702470404, "0.054"], [1702470440, "0.054"], [1702470476, "0.054"], [1702470506, "0.054"], [1702470542, "0.054"], [1702470575, "0.054"], [1702470611, "0.054"], [1702470635, "0.054"], [1702470662, "0.054"], [1702470686, "0.054"], [1702470719, "0.054"], [1702470746, "0.054"], [1702470812, "0.054"], [1702470845, "0.054"], [1702470875, "0.054"], [1702470899, "0.054"], [1702470953, "0.054"], [1702470983, "0.054"], [1702471025, "0.054"], [1702471067, "0.054"], [1702471169, "0.054"], [1702471193, "0.054"], [1702471226, "0.054"], [1702471265, "0.054"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "86.361"], [1702462763, "107.376"], [1702462793, "148.968"], [1702462808, "169.545"], [1702462829, "190.122"], [1702462844, "209.874"], [1702462865, "229.626"], [1702462880, "249.378"], [1702462904, "288.882"], [1702462919, "308.634"], [1702462952, "348.138"], [1702462973, "367.89"], [1702462988, "387.642"], [1702463045, "446.898"], [1702463081, "486.402"], [1702463114, "525.906"], [1702463150, "565.41"], [1702463186, "604.914"], [1702463216, "644.418"], [1702463240, "683.922"], [1702463273, "723.426"], [1702463324, "782.682"], [1702463354, "822.186"], [1702463381, "861.69"], [1702463417, "901.194"], [1702463453, "940.698"], [1702463477, "980.202"], [1702463510, "1019.706"], [1702463537, "1059.21"], [1702463570, "1098.714"], [1702463591, "1138.218"], [1702463621, "1177.722"], [1702463657, "1217.226"], [1702463693, "1256.73"], [1702463729, "1296.234"], [1702463765, "1335.738"], [1702463798, "1375.242"], [1702463846, "1434.498"], [1702463873, "1474.002"], [1702463906, "1513.506"], [1702463948, "1572.762"], [1702463984, "1612.266"], [1702464014, "1651.77"], [1702464050, "1691.274"], [1702464086, "1730.778"], [1702464122, "1770.282"], [1702464155, "1809.786"], [1702464194, "1869.042"], [1702464230, "1908.546"], [1702464263, "1948.05"], [1702464299, "1987.554"], [1702464332, "2027.058"], [1702464356, "2066.562"], [1702464392, "2106.066"], [1702464425, "2145.57"], [1702464455, "2185.074"], [1702464479, "2224.578"], [1702464509, "2264.082"], [1702464533, "2303.586"], [1702464569, "2343.09"], [1702464605, "2382.594"], [1702464635, "2422.098"], [1702464671, "2461.602"], [1702464716, "2501.106"], [1702464743, "2540.61"], [1702464776, "2580.114"], [1702464812, "2619.618"], [1702464836, "2659.122"], [1702464869, "2698.626"], [1702464905, "2738.13"], [1702464926, "2777.634"], [1702464956, "2817.138"], [1702464992, "2856.642"], [1702465016, "2896.146"], [1702465049, "2935.65"], [1702465085, "2975.154"], [1702465118, "3014.658"], [1702465145, "3054.162"], [1702465178, "3093.666"], [1702465208, "3133.17"], [1702465241, "3172.674"], [1702465298, "3231.93"], [1702465334, "3271.434"], [1702465367, "3310.938"], [1702465394, "3350.442"], [1702465418, "3389.946"], [1702465445, "3429.45"], [1702465481, "3468.954"], [1702465517, "3508.458"], [1702465550, "3547.962"], [1702465586, "3587.466"], [1702465619, "3626.97"], [1702465658, "3666.474"], [1702465706, "3705.978"], [1702465754, "3765.234"], [1702465787, "3804.738"], [1702465823, "3844.242"], [1702465856, "3883.746"], [1702465880, "3923.25"], [1702465910, "3962.754"], [1702465952, "4002.258"], [1702465988, "4041.762"], [1702466015, "4081.266"], [1702466030, "4120.77"], [1702466060, "4160.274"], [1702466078, "4199.778"], [1702466138, "4259.034"], [1702466168, "4298.538"], [1702466204, "4338.042"], [1702466237, "4377.546"], [1702466261, "4417.05"], [1702466291, "4456.554"], [1702466327, "4496.058"], [1702466360, "4535.562"], [1702466384, "4575.066"], [1702466417, "4614.57"], [1702466441, "4654.074"], [1702466471, "4693.578"], [1702466507, "4733.082"], [1702466540, "4772.586"], [1702466597, "4831.842"], [1702466633, "4871.346"], [1702466666, "4910.85"], [1702466705, "4950.354"], [1702466732, "4989.858"], [1702466765, "5029.362"], [1702466801, "5068.866"], [1702466852, "5128.122"], [1702466876, "5167.626"], [1702466918, "5207.13"], [1702466978, "5286.138"], [1702467014, "5325.642"], [1702467038, "5365.146"], [1702467068, "5404.65"], [1702467122, "5463.906"], [1702467158, "5503.41"], [1702467191, "5542.914"], [1702467221, "5582.418"], [1702467257, "5621.922"], [1702467299, "5661.426"], [1702467350, "5720.682"], [1702467386, "5760.186"], [1702467419, "5799.69"], [1702467455, "5839.194"], [1702467515, "5918.202"], [1702467542, "5957.706"], [1702467566, "5997.21"], [1702467599, "6036.714"], [1702467635, "6076.218"], [1702467668, "6115.722"], [1702467695, "6155.226"], [1702467716, "6194.73"], [1702467746, "6234.234"], [1702467800, "6293.49"], [1702467824, "6332.994"], [1702467908, "6431.754"], [1702467944, "6471.258"], [1702467968, "6510.762"], [1702468001, "6550.266"], [1702468031, "6589.77"], [1702468067, "6629.274"], [1702468085, "6668.778"], [1702468115, "6708.282"], [1702468151, "6747.786"], [1702468181, "6787.29"], [1702468208, "6826.794"], [1702468241, "6866.298"], [1702468256, "6905.802"], [1702468286, "6945.306"], [1702468322, "6984.81"], [1702468352, "7024.314"], [1702468388, "7063.818"], [1702468424, "7103.322"], [1702468457, "7142.826"], [1702468493, "7182.33"], [1702468517, "7221.834"], [1702468550, "7261.338"], [1702468586, "7300.842"], [1702468613, "7340.346"], [1702468637, "7379.85"], [1702468679, "7419.354"], [1702468721, "7458.858"], [1702468730, "7478.61"], [1702468766, "7518.114"], [1702468799, "7557.618"], [1702468835, "7597.122"], [1702468898, "7656.378"], [1702468934, "7695.882"], [1702468970, "7735.386"], [1702468994, "7774.89"], [1702469024, "7814.394"], [1702469060, "7853.898"], [1702469111, "7913.154"], [1702469144, "7952.658"], [1702469168, "7992.162"], [1702469204, "8031.666"], [1702469237, "8071.17"], [1702469273, "8110.674"], [1702469303, "8150.178"], [1702469336, "8189.682"], [1702469360, "8229.186"], [1702469387, "8268.69"], [1702469411, "8308.194"], [1702469435, "8347.698"], [1702469468, "8387.202"], [1702469504, "8426.706"], [1702469537, "8466.21"], [1702469573, "8505.714"], [1702469606, "8545.218"], [1702469633, "8584.722"], [1702469660, "8624.226"], [1702469684, "8663.73"], [1702469717, "8703.234"], [1702469753, "8742.738"], [1702469786, "8782.242"], [1702469816, "8821.746"], [1702469834, "8861.25"], [1702469864, "8900.754"], [1702469906, "8960.01"], [1702469936, "8999.514"], [1702469972, "9039.018"], [1702470005, "9078.522"], [1702470029, "9118.026"], [1702470065, "9157.53"], [1702470101, "9197.034"], [1702470131, "9236.538"], [1702470167, "9276.042"], [1702470203, "9315.546"], [1702470251, "9374.802"], [1702470278, "9414.306"], [1702470311, "9453.81"], [1702470347, "9493.314"], [1702470371, "9532.818"], [1702470404, "9572.322"], [1702470440, "9611.826"], [1702470476, "9651.33"], [1702470506, "9690.834"], [1702470542, "9730.338"], [1702470575, "9769.842"], [1702470611, "9809.346"], [1702470635, "9848.85"], [1702470662, "9888.354"], [1702470686, "9927.858"], [1702470719, "9967.362"], [1702470746, "10006.866"], [1702470812, "10085.874"], [1702470845, "10125.378"], [1702470875, "10164.882"], [1702470899, "10204.386"], [1702470953, "10263.642"], [1702470983, "10303.146"], [1702471025, "10342.65"], [1702471067, "10401.906"], [1702471169, "10500.666"], [1702471193, "10540.17"], [1702471226, "10579.674"], [1702471265, "10619.178"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "21.948"], [1702462721, "43.419"], [1702462736, "64.89"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1.83"], [1702462988, "1.923"], [1702463045, "2.502"], [1702463081, "2.583"], [1702463114, "2.595"], [1702463150, "2.712"], [1702463186, "2.769"], [1702463216, "2.886"], [1702463240, "2.967"], [1702463273, "3.009"], [1702463324, "3.18"], [1702463354, "3.222"], [1702463381, "3.297"], [1702463417, "3.477"], [1702463453, "3.837"], [1702463477, "3.939"], [1702463510, "3.975"], [1702463537, "4.071"], [1702463570, "4.131"], [1702463591, "4.203"], [1702463621, "4.293"], [1702463657, "4.383"], [1702463693, "4.422"], [1702463729, "4.734"], [1702463765, "4.974"], [1702463798, "5.025"], [1702463846, "5.073"], [1702463873, "5.118"], [1702463906, "5.226"], [1702463948, "5.61"], [1702463984, "5.766"], [1702464014, "5.946"], [1702464050, "6.141"], [1702464086, "6.438"], [1702464122, "6.864"], [1702464155, "7.002"], [1702464194, "7.107"], [1702464230, "7.131"], [1702464263, "7.179"], [1702464299, "7.452"], [1702464332, "8.133"], [1702464356, "8.496"], [1702464392, "8.643"], [1702464425, "8.949"], [1702464455, "9.15"], [1702464479, "9.507"], [1702464509, "10.128"], [1702464533, "10.278"], [1702464569, "10.509"], [1702464605, "10.686"], [1702464635, "10.86"], [1702464671, "11.112"], [1702464716, "11.742"], [1702464743, "11.955"], [1702464776, "12.447"], [1702464812, "12.66"], [1702464836, "12.741"], [1702464869, "12.921"], [1702464905, "13.065"], [1702464926, "13.095"], [1702464956, "13.251"], [1702464992, "13.434"], [1702465016, "13.509"], [1702465049, "13.983"], [1702465085, "14.163"], [1702465118, "14.247"], [1702465145, "14.568"], [1702465178, "14.613"], [1702465208, "14.637"], [1702465241, "14.778"], [1702465298, "14.886"], [1702465334, "14.988"], [1702465367, "15.075"], [1702465394, "15.135"], [1702465418, "15.216"], [1702465445, "15.498"], [1702465481, "15.603"], [1702465517, "15.75"], [1702465550, "15.846"], [1702465586, "16.194"], [1702465619, "16.233"], [1702465658, "16.269"], [1702465706, "16.338"], [1702465754, "16.371"], [1702465787, "16.491"], [1702465823, "16.611"], [1702465856, "16.797"], [1702465880, "16.812"], [1702465910, "16.92"], [1702465952, "16.992"], [1702465988, "17.058"], [1702466015, "17.115"], [1702466030, "17.127"], [1702466060, "17.145"], [1702466078, "17.175"], [1702466138, "17.388"], [1702466168, "17.55"], [1702466204, "17.637"], [1702466237, "17.994"], [1702466261, "18.048"], [1702466291, "18.288"], [1702466327, "19.008"], [1702466360, "19.065"], [1702466384, "19.089"], [1702466417, "19.113"], [1702466441, "19.131"], [1702466471, "19.221"], [1702466507, "19.641"], [1702466540, "19.725"], [1702466597, "20.07"], [1702466633, "20.652"], [1702466666, "20.946"], [1702466705, "21.063"], [1702466732, "21.153"], [1702466765, "21.222"], [1702466801, "21.258"], [1702466852, "21.546"], [1702466876, "21.582"], [1702466918, "21.642"], [1702466978, "22.254"], [1702467014, "22.605"], [1702467038, "22.671"], [1702467068, "22.77"], [1702467122, "22.887"], [1702467158, "22.905"], [1702467191, "23.073"], [1702467221, "23.256"], [1702467257, "23.298"], [1702467299, "23.406"], [1702467350, "23.715"], [1702467386, "23.91"], [1702467419, "24.081"], [1702467455, "24.267"], [1702467515, "24.417"], [1702467542, "24.492"], [1702467566, "24.519"], [1702467599, "24.612"], [1702467635, "24.687"], [1702467668, "25.176"], [1702467695, "25.437"], [1702467716, "25.476"], [1702467746, "25.644"], [1702467800, "26.109"], [1702467824, "26.169"], [1702467908, "26.736"], [1702467944, "27.036"], [1702467968, "27.057"], [1702468001, "27.09"], [1702468031, "27.18"], [1702468067, "27.234"], [1702468085, "27.276"], [1702468115, "27.393"], [1702468151, "27.684"], [1702468181, "27.762"], [1702468208, "27.846"], [1702468241, "29.055"], [1702468256, "29.091"], [1702468286, "29.223"], [1702468322, "29.256"], [1702468352, "29.472"], [1702468388, "29.691"], [1702468424, "30.093"], [1702468457, "30.36"], [1702468493, "30.561"], [1702468517, "30.936"], [1702468550, "30.945"], [1702468586, "31.254"], [1702468613, "31.569"], [1702468637, "32.244"], [1702468679, "32.337"], [1702468721, "32.937"], [1702468730, "32.958"], [1702468766, "33.156"], [1702468799, "33.594"], [1702468835, "33.711"], [1702468898, "34.608"], [1702468934, "35.025"], [1702468970, "35.316"], [1702468994, "35.448"], [1702469024, "35.487"], [1702469060, "35.832"], [1702469111, "35.994"], [1702469144, "36.342"], [1702469168, "36.396"], [1702469204, "36.636"], [1702469237, "36.717"], [1702469273, "36.768"], [1702469303, "37.104"], [1702469336, "37.347"], [1702469360, "37.491"], [1702469387, "37.551"], [1702469411, "38.247"], [1702469435, "38.601"], [1702469468, "38.7"], [1702469504, "38.805"], [1702469537, "38.844"], [1702469573, "38.865"], [1702469606, "38.922"], [1702469633, "38.949"], [1702469660, "39.093"], [1702469684, "39.186"], [1702469717, "39.369"], [1702469753, "39.441"], [1702469786, "39.564"], [1702469816, "39.768"], [1702469834, "39.801"], [1702469864, "39.873"], [1702469906, "40.014"], [1702469936, "40.035"], [1702469972, "40.056"], [1702470005, "40.101"], [1702470029, "40.128"], [1702470065, "40.155"], [1702470101, "40.182"], [1702470131, "40.356"], [1702470167, "40.458"], [1702470203, "40.881"], [1702470251, "41.115"], [1702470278, "41.187"], [1702470311, "41.295"], [1702470347, "41.388"], [1702470371, "41.403"], [1702470404, "41.433"], [1702470440, "41.463"], [1702470476, "41.616"], [1702470506, "41.736"], [1702470542, "41.835"], [1702470575, "41.946"], [1702470611, "42.045"], [1702470635, "42.153"], [1702470662, "42.231"], [1702470686, "42.336"], [1702470719, "42.408"], [1702470746, "42.516"], [1702470812, "42.642"], [1702470845, "42.837"], [1702470875, "43.008"], [1702470899, "43.041"], [1702470953, "43.197"], [1702470983, "43.254"], [1702471025, "43.413"], [1702471067, "43.698"], [1702471169, "43.905"], [1702471193, "43.92"], [1702471226, "43.998"], [1702471265, "44.04"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "177.768"], [1702462988, "197.52"], [1702463045, "256.776"], [1702463081, "296.28"], [1702463114, "335.784"], [1702463150, "375.288"], [1702463186, "414.792"], [1702463216, "454.296"], [1702463240, "493.8"], [1702463273, "533.304"], [1702463324, "592.56"], [1702463354, "632.064"], [1702463381, "671.568"], [1702463417, "711.072"], [1702463453, "750.576"], [1702463477, "790.08"], [1702463510, "829.584"], [1702463537, "869.088"], [1702463570, "908.592"], [1702463591, "948.096"], [1702463621, "987.6"], [1702463657, "1027.104"], [1702463693, "1066.608"], [1702463729, "1106.112"], [1702463765, "1145.616"], [1702463798, "1185.12"], [1702463846, "1244.376"], [1702463873, "1283.88"], [1702463906, "1323.384"], [1702463948, "1382.64"], [1702463984, "1422.144"], [1702464014, "1461.648"], [1702464050, "1501.152"], [1702464086, "1540.656"], [1702464122, "1580.16"], [1702464155, "1619.664"], [1702464194, "1678.92"], [1702464230, "1718.424"], [1702464263, "1757.928"], [1702464299, "1797.432"], [1702464332, "1836.936"], [1702464356, "1876.44"], [1702464392, "1915.944"], [1702464425, "1955.448"], [1702464455, "1994.952"], [1702464479, "2034.456"], [1702464509, "2073.96"], [1702464533, "2113.464"], [1702464569, "2152.968"], [1702464605, "2192.472"], [1702464635, "2231.976"], [1702464671, "2271.48"], [1702464716, "2310.984"], [1702464743, "2350.488"], [1702464776, "2389.992"], [1702464812, "2429.496"], [1702464836, "2469"], [1702464869, "2508.504"], [1702464905, "2548.008"], [1702464926, "2587.512"], [1702464956, "2627.016"], [1702464992, "2666.52"], [1702465016, "2706.024"], [1702465049, "2745.528"], [1702465085, "2785.032"], [1702465118, "2824.536"], [1702465145, "2864.04"], [1702465178, "2903.544"], [1702465208, "2943.048"], [1702465241, "2982.552"], [1702465298, "3041.808"], [1702465334, "3081.312"], [1702465367, "3120.816"], [1702465394, "3160.32"], [1702465418, "3199.824"], [1702465445, "3239.328"], [1702465481, "3278.832"], [1702465517, "3318.336"], [1702465550, "3357.84"], [1702465586, "3397.344"], [1702465619, "3436.848"], [1702465658, "3476.352"], [1702465706, "3515.856"], [1702465754, "3575.112"], [1702465787, "3614.616"], [1702465823, "3654.12"], [1702465856, "3693.624"], [1702465880, "3733.128"], [1702465910, "3772.632"], [1702465952, "3812.136"], [1702465988, "3851.64"], [1702466015, "3891.144"], [1702466030, "3930.648"], [1702466060, "3970.152"], [1702466078, "4009.656"], [1702466138, "4068.912"], [1702466168, "4108.416"], [1702466204, "4147.92"], [1702466237, "4187.424"], [1702466261, "4226.928"], [1702466291, "4266.432"], [1702466327, "4305.936"], [1702466360, "4345.44"], [1702466384, "4384.944"], [1702466417, "4424.448"], [1702466441, "4463.952"], [1702466471, "4503.456"], [1702466507, "4542.96"], [1702466540, "4582.464"], [1702466597, "4641.72"], [1702466633, "4681.224"], [1702466666, "4720.728"], [1702466705, "4760.232"], [1702466732, "4799.736"], [1702466765, "4839.24"], [1702466801, "4878.744"], [1702466852, "4938"], [1702466876, "4977.504"], [1702466918, "5017.008"], [1702466978, "5096.016"], [1702467014, "5135.52"], [1702467038, "5175.024"], [1702467068, "5214.528"], [1702467122, "5273.784"], [1702467158, "5313.288"], [1702467191, "5352.792"], [1702467221, "5392.296"], [1702467257, "5431.8"], [1702467299, "5471.304"], [1702467350, "5530.56"], [1702467386, "5570.064"], [1702467419, "5609.568"], [1702467455, "5649.072"], [1702467515, "5728.08"], [1702467542, "5767.584"], [1702467566, "5807.088"], [1702467599, "5846.592"], [1702467635, "5886.096"], [1702467668, "5925.6"], [1702467695, "5965.104"], [1702467716, "6004.608"], [1702467746, "6044.112"], [1702467800, "6103.368"], [1702467824, "6142.872"], [1702467908, "6241.632"], [1702467944, "6281.136"], [1702467968, "6320.64"], [1702468001, "6360.144"], [1702468031, "6399.648"], [1702468067, "6439.152"], [1702468085, "6478.656"], [1702468115, "6518.16"], [1702468151, "6557.664"], [1702468181, "6597.168"], [1702468208, "6636.672"], [1702468241, "6676.176"], [1702468256, "6715.68"], [1702468286, "6755.184"], [1702468322, "6794.688"], [1702468352, "6834.192"], [1702468388, "6873.696"], [1702468424, "6913.2"], [1702468457, "6952.704"], [1702468493, "6992.208"], [1702468517, "7031.712"], [1702468550, "7071.216"], [1702468586, "7110.72"], [1702468613, "7150.224"], [1702468637, "7189.728"], [1702468679, "7229.232"], [1702468721, "7268.736"], [1702468730, "7288.488"], [1702468766, "7327.992"], [1702468799, "7367.496"], [1702468835, "7407"], [1702468898, "7466.256"], [1702468934, "7505.76"], [1702468970, "7545.264"], [1702468994, "7584.768"], [1702469024, "7624.272"], [1702469060, "7663.776"], [1702469111, "7723.032"], [1702469144, "7762.536"], [1702469168, "7802.04"], [1702469204, "7841.544"], [1702469237, "7881.048"], [1702469273, "7920.552"], [1702469303, "7960.056"], [1702469336, "7999.56"], [1702469360, "8039.064"], [1702469387, "8078.568"], [1702469411, "8118.072"], [1702469435, "8157.576"], [1702469468, "8197.08"], [1702469504, "8236.584"], [1702469537, "8276.088"], [1702469573, "8315.592"], [1702469606, "8355.096"], [1702469633, "8394.6"], [1702469660, "8434.104"], [1702469684, "8473.608"], [1702469717, "8513.112"], [1702469753, "8552.616"], [1702469786, "8592.12"], [1702469816, "8631.624"], [1702469834, "8671.128"], [1702469864, "8710.632"], [1702469906, "8769.888"], [1702469936, "8809.392"], [1702469972, "8848.896"], [1702470005, "8888.4"], [1702470029, "8927.904"], [1702470065, "8967.408"], [1702470101, "9006.912"], [1702470131, "9046.416"], [1702470167, "9085.92"], [1702470203, "9125.424"], [1702470251, "9184.68"], [1702470278, "9224.184"], [1702470311, "9263.688"], [1702470347, "9303.192"], [1702470371, "9342.696"], [1702470404, "9382.2"], [1702470440, "9421.704"], [1702470476, "9461.208"], [1702470506, "9500.712"], [1702470542, "9540.216"], [1702470575, "9579.72"], [1702470611, "9619.224"], [1702470635, "9658.728"], [1702470662, "9698.232"], [1702470686, "9737.736"], [1702470719, "9777.24"], [1702470746, "9816.744"], [1702470812, "9895.752"], [1702470845, "9935.256"], [1702470875, "9974.76"], [1702470899, "10014.264"], [1702470953, "10073.52"], [1702470983, "10113.024"], [1702471025, "10152.528"], [1702471067, "10211.784"], [1702471169, "10310.544"], [1702471193, "10350.048"], [1702471226, "10389.552"], [1702471265, "10429.056"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.393"], [1702462865, "0.936"], [1702462880, "1.26"], [1702462904, "1.425"], [1702462919, "1.437"], [1702462952, "1.701"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "19.752"], [1702462865, "39.504"], [1702462880, "59.256"], [1702462904, "98.76"], [1702462919, "118.512"], [1702462952, "158.016"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "806.799"], [1702462721, "837.624"], [1702462736, "846.588"], [1702462751, "855.69"], [1702462763, "855.756"], [1702462793, "922.323"], [1702462808, "994.335"], [1702462829, "1019.784"], [1702462844, "1175.82"], [1702462865, "1204.749"], [1702462880, "1268.889"], [1702462904, "1311.246"], [1702462919, "1315.566"], [1702462952, "1352.916"], [1702462973, "1381.725"], [1702462988, "1400.646"], [1702463045, "1446.858"], [1702463081, "1477.146"], [1702463114, "1513.899"], [1702463150, "1524.069"], [1702463186, "1547.229"], [1702463216, "1618.815"], [1702463240, "1645.236"], [1702463273, "1677.921"], [1702463324, "1808.472"], [1702463354, "1814.088"], [1702463381, "1850.583"], [1702463417, "1863.981"], [1702463453, "1918.056"], [1702463477, "1946.244"], [1702463510, "1975.083"], [1702463537, "1991.841"], [1702463570, "2009.004"], [1702463591, "2035.956"], [1702463621, "2067.357"], [1702463657, "2127.783"], [1702463693, "2155.554"], [1702463729, "2243.55"], [1702463765, "2276.244"], [1702463798, "2287.962"], [1702463846, "2304.441"], [1702463873, "2321.883"], [1702463906, "2348.352"], [1702463948, "2379.441"], [1702463984, "2443.122"], [1702464014, "2467.938"], [1702464050, "2522.694"], [1702464086, "2573.547"], [1702464122, "2627.304"], [1702464155, "2666.217"], [1702464194, "2685.966"], [1702464230, "2702.949"], [1702464263, "2723.442"], [1702464299, "2765.787"], [1702464332, "2828.451"], [1702464356, "2980.014"], [1702464392, "3037.698"], [1702464425, "3080.859"], [1702464455, "3282.096"], [1702464479, "3342.765"], [1702464509, "3363.843"], [1702464533, "3416.412"], [1702464569, "3455.478"], [1702464605, "3489.237"], [1702464635, "3617.463"], [1702464671, "3686.874"], [1702464716, "4122.654"], [1702464743, "4160.901"], [1702464776, "4310.625"], [1702464812, "4345.38"], [1702464836, "4384.761"], [1702464869, "4462.365"], [1702464905, "4527.516"], [1702464926, "4535.751"], [1702464956, "4675.491"], [1702464992, "4701.3"], [1702465016, "4719.537"], [1702465049, "4806.822"], [1702465085, "4898.349"], [1702465118, "4930.62"], [1702465145, "4983.195"], [1702465178, "4995.513"], [1702465208, "5022.918"], [1702465241, "5122.725"], [1702465298, "5141.223"], [1702465334, "5154.297"], [1702465367, "5171.916"], [1702465394, "5176.581"], [1702465418, "5195.007"], [1702465445, "5251.347"], [1702465481, "5286.525"], [1702465517, "5321.205"], [1702465550, "5335.164"], [1702465586, "5517.207"], [1702465619, "5529.681"], [1702465658, "5589.507"], [1702465706, "5595.549"], [1702465754, "5620.989"], [1702465787, "5643.327"], [1702465823, "5687.352"], [1702465856, "5739.741"], [1702465880, "5758.872"], [1702465910, "5779.113"], [1702465952, "5797.476"], [1702465988, "5812.686"], [1702466015, "5821.176"], [1702466030, "5825.385"], [1702466060, "5827.782"], [1702466078, "5838.948"], [1702466138, "5885.4"], [1702466168, "5913.966"], [1702466204, "5980.185"], [1702466237, "6072.297"], [1702466261, "6089.799"], [1702466291, "6119.844"], [1702466327, "6149.877"], [1702466360, "6170.847"], [1702466384, "6182.988"], [1702466417, "6210.312"], [1702466441, "6218.061"], [1702466471, "6229.47"], [1702466507, "6284.1"], [1702466540, "6355.026"], [1702466597, "6485.37"], [1702466633, "6537.015"], [1702466666, "6585.672"], [1702466705, "6632.379"], [1702466732, "6644.388"], [1702466765, "6655.698"], [1702466801, "6668.184"], [1702466852, "6784.95"], [1702466876, "6801.213"], [1702466918, "6865.818"], [1702466978, "7019.919"], [1702467014, "7102.452"], [1702467038, "7156.767"], [1702467068, "7198.749"], [1702467122, "7245.675"], [1702467158, "7259.439"], [1702467191, "7350.525"], [1702467221, "7362.969"], [1702467257, "7399.041"], [1702467299, "7430.535"], [1702467350, "7525.047"], [1702467386, "7592.319"], [1702467419, "7613.364"], [1702467455, "7642.098"], [1702467515, "7671.849"], [1702467542, "7688.433"], [1702467566, "7698.513"], [1702467599, "7709.337"], [1702467635, "7720.938"], [1702467668, "7812.453"], [1702467695, "7851.945"], [1702467716, "7888.74"], [1702467746, "7929.39"], [1702467800, "8040.399"], [1702467824, "8088.309"], [1702467908, "8146.62"], [1702467944, "8167.218"], [1702467968, "8182.647"], [1702468001, "8196.165"], [1702468031, "8243.451"], [1702468067, "8451.258"], [1702468085, "8476.173"], [1702468115, "8509.071"], [1702468151, "8562.597"], [1702468181, "8587.437"], [1702468208, "8610.507"], [1702468241, "8637.612"], [1702468256, "8647.44"], [1702468286, "8663.631"], [1702468322, "8679.21"], [1702468352, "8798.106"], [1702468388, "8844.417"], [1702468424, "8933.349"], [1702468457, "9009.507"], [1702468493, "9126.579"], [1702468517, "9207.258"], [1702468550, "9224.4"], [1702468586, "9256.728"], [1702468613, "9329.166"], [1702468637, "9388.848"], [1702468679, "9407.433"], [1702468721, "9466.191"], [1702468730, "9513.813"], [1702468766, "9566.736"], [1702468799, "9663.261"], [1702468835, "9692.61"], [1702468898, "10001.319"], [1702468934, "10072.131"], [1702468970, "10185.246"], [1702468994, "10222.497"], [1702469024, "10227.888"], [1702469060, "10257.471"], [1702469111, "10310.139"], [1702469144, "10404.978"], [1702469168, "10416.837"], [1702469204, "10464.558"], [1702469237, "10492.575"], [1702469273, "10552.926"], [1702469303, "10633.635"], [1702469336, "10676.358"], [1702469360, "10703.592"], [1702469387, "10712.262"], [1702469411, "10738.632"], [1702469435, "10765.257"], [1702469468, "10788.42"], [1702469504, "10804.284"], [1702469537, "10815.249"], [1702469573, "10826.493"], [1702469606, "10846.419"], [1702469633, "10856.49"], [1702469660, "10879.416"], [1702469684, "10896.387"], [1702469717, "10925.424"], [1702469753, "10943.115"], [1702469786, "10963.392"], [1702469816, "10987.677"], [1702469834, "10996.917"], [1702469864, "11007.405"], [1702469906, "11025.273"], [1702469936, "11039.721"], [1702469972, "11045.577"], [1702470005, "11054.049"], [1702470029, "11059.173"], [1702470065, "11071.053"], [1702470101, "11094.219"], [1702470131, "11111.43"], [1702470167, "11137.362"], [1702470203, "11191.899"], [1702470251, "11243.43"], [1702470278, "11261.832"], [1702470311, "11277.63"], [1702470347, "11294.967"], [1702470371, "11301.876"], [1702470404, "11317.767"], [1702470440, "11327.883"], [1702470476, "11354.28"], [1702470506, "11373.228"], [1702470542, "11390.262"], [1702470575, "11412.63"], [1702470611, "11431.65"], [1702470635, "11445.561"], [1702470662, "11464.62"], [1702470686, "11475.198"], [1702470719, "11486.217"], [1702470746, "11500.308"], [1702470812, "11534.685"], [1702470845, "11565.774"], [1702470875, "11583.639"], [1702470899, "11591.193"], [1702470953, "11605.02"], [1702470983, "11615.124"], [1702471025, "11649.51"], [1702471067, "11668.506"], [1702471169, "11715.438"], [1702471193, "11722.599"], [1702471226, "11745.369"], [1702471265, "11768.694"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.084"], [1702462808, "0.084"], [1702462829, "0.084"], [1702462844, "0.084"], [1702462865, "0.084"], [1702462880, "0.084"], [1702462904, "0.084"], [1702462919, "0.084"], [1702462952, "0.084"], [1702462973, "0.084"], [1702462988, "0.084"], [1702463045, "0.084"], [1702463081, "0.084"], [1702463114, "0.084"], [1702463150, "0.084"], [1702463186, "0.084"], [1702463216, "0.084"], [1702463240, "0.084"], [1702463273, "0.084"], [1702463324, "0.084"], [1702463354, "0.084"], [1702463381, "0.084"], [1702463417, "0.084"], [1702463453, "0.084"], [1702463477, "0.084"], [1702463510, "0.084"], [1702463537, "0.084"], [1702463570, "0.084"], [1702463591, "0.084"], [1702463621, "0.084"], [1702463657, "0.084"], [1702463693, "0.084"], [1702463729, "0.084"], [1702463765, "0.084"], [1702463798, "0.084"], [1702463846, "0.084"], [1702463873, "0.084"], [1702463906, "0.084"], [1702463948, "0.084"], [1702463984, "0.084"], [1702464014, "0.084"], [1702464050, "0.084"], [1702464086, "0.084"], [1702464122, "0.084"], [1702464155, "0.084"], [1702464194, "0.084"], [1702464230, "0.084"], [1702464263, "0.084"], [1702464299, "0.084"], [1702464332, "0.084"], [1702464356, "0.084"], [1702464392, "0.084"], [1702464425, "0.084"], [1702464455, "0.084"], [1702464479, "0.084"], [1702464509, "0.084"], [1702464533, "0.084"], [1702464569, "0.084"], [1702464605, "0.084"], [1702464635, "0.084"], [1702464671, "0.084"], [1702464716, "0.084"], [1702464743, "0.084"], [1702464776, "0.084"], [1702464812, "0.084"], [1702464836, "0.084"], [1702464869, "0.084"], [1702464905, "0.084"], [1702464926, "0.084"], [1702464956, "0.084"], [1702464992, "0.084"], [1702465016, "0.084"], [1702465049, "0.084"], [1702465085, "2.208"], [1702465118, "2.208"], [1702465145, "2.208"], [1702465178, "2.208"], [1702465208, "2.208"], [1702465241, "2.208"], [1702465298, "2.208"], [1702465334, "2.208"], [1702465367, "2.208"], [1702465394, "2.208"], [1702465418, "2.208"], [1702465445, "2.208"], [1702465481, "2.208"], [1702465517, "2.208"], [1702465550, "2.208"], [1702465586, "2.208"], [1702465619, "2.208"], [1702465658, "2.208"], [1702465706, "2.208"], [1702465754, "2.208"], [1702465787, "2.208"], [1702465823, "2.208"], [1702465856, "2.208"], [1702465880, "2.208"], [1702465910, "2.208"], [1702465952, "2.208"], [1702465988, "2.208"], [1702466015, "2.208"], [1702466030, "2.208"], [1702466060, "2.208"], [1702466078, "2.208"], [1702466138, "2.208"], [1702466168, "2.208"], [1702466204, "2.208"], [1702466237, "2.208"], [1702466261, "2.208"], [1702466291, "2.208"], [1702466327, "2.208"], [1702466360, "2.208"], [1702466384, "2.208"], [1702466417, "2.208"], [1702466441, "2.208"], [1702466471, "2.208"], [1702466507, "2.208"], [1702466540, "2.208"], [1702466597, "2.208"], [1702466633, "2.208"], [1702466666, "2.208"], [1702466705, "2.208"], [1702466732, "2.208"], [1702466765, "2.208"], [1702466801, "2.208"], [1702466852, "2.208"], [1702466876, "2.208"], [1702466918, "2.208"], [1702466978, "2.208"], [1702467014, "2.208"], [1702467038, "2.208"], [1702467068, "2.208"], [1702467122, "2.208"], [1702467158, "2.208"], [1702467191, "2.208"], [1702467221, "2.208"], [1702467257, "2.208"], [1702467299, "2.208"], [1702467350, "2.208"], [1702467386, "2.208"], [1702467419, "2.208"], [1702467455, "2.208"], [1702467515, "2.208"], [1702467542, "2.208"], [1702467566, "2.208"], [1702467599, "2.208"], [1702467635, "2.208"], [1702467668, "2.208"], [1702467695, "2.208"], [1702467716, "2.208"], [1702467746, "2.208"], [1702467800, "2.208"], [1702467824, "2.208"], [1702467908, "2.208"], [1702467944, "2.208"], [1702467968, "2.208"], [1702468001, "2.208"], [1702468031, "2.208"], [1702468067, "2.208"], [1702468085, "2.208"], [1702468115, "2.208"], [1702468151, "2.208"], [1702468181, "2.208"], [1702468208, "2.208"], [1702468241, "2.208"], [1702468256, "2.208"], [1702468286, "2.208"], [1702468322, "2.208"], [1702468352, "2.208"], [1702468388, "2.208"], [1702468424, "2.208"], [1702468457, "2.208"], [1702468493, "2.208"], [1702468517, "2.208"], [1702468550, "2.208"], [1702468586, "2.208"], [1702468613, "2.208"], [1702468637, "2.208"], [1702468679, "2.208"], [1702468721, "2.208"], [1702468730, "2.208"], [1702468766, "2.208"], [1702468799, "2.208"], [1702468835, "2.208"], [1702468898, "2.208"], [1702468934, "2.208"], [1702468970, "2.208"], [1702468994, "2.208"], [1702469024, "2.208"], [1702469060, "2.208"], [1702469111, "2.208"], [1702469144, "2.208"], [1702469168, "2.208"], [1702469204, "2.208"], [1702469237, "2.208"], [1702469273, "2.208"], [1702469303, "2.208"], [1702469336, "2.208"], [1702469360, "2.208"], [1702469387, "2.208"], [1702469411, "2.208"], [1702469435, "2.208"], [1702469468, "2.208"], [1702469504, "2.208"], [1702469537, "2.208"], [1702469573, "2.208"], [1702469606, "2.208"], [1702469633, "2.208"], [1702469660, "2.208"], [1702469684, "2.208"], [1702469717, "2.208"], [1702469753, "2.208"], [1702469786, "2.208"], [1702469816, "2.208"], [1702469834, "2.208"], [1702469864, "2.208"], [1702469906, "2.208"], [1702469936, "2.208"], [1702469972, "2.208"], [1702470005, "2.208"], [1702470029, "2.208"], [1702470065, "2.208"], [1702470101, "2.208"], [1702470131, "2.208"], [1702470167, "2.208"], [1702470203, "2.208"], [1702470251, "2.208"], [1702470278, "2.208"], [1702470311, "2.208"], [1702470347, "2.208"], [1702470371, "2.208"], [1702470404, "2.208"], [1702470440, "2.208"], [1702470476, "2.208"], [1702470506, "2.208"], [1702470542, "2.208"], [1702470575, "2.208"], [1702470611, "2.208"], [1702470635, "2.208"], [1702470662, "2.208"], [1702470686, "2.208"], [1702470719, "2.208"], [1702470746, "2.208"], [1702470812, "2.208"], [1702470845, "2.208"], [1702470875, "2.208"], [1702470899, "2.208"], [1702470953, "2.208"], [1702470983, "2.208"], [1702471025, "2.208"], [1702471067, "2.208"], [1702471169, "2.208"], [1702471193, "2.208"], [1702471226, "2.208"], [1702471265, "2.208"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "194.904"], [1702462808, "215.481"], [1702462829, "236.058"], [1702462844, "255.81"], [1702462865, "275.562"], [1702462880, "295.314"], [1702462904, "334.818"], [1702462919, "354.57"], [1702462952, "394.074"], [1702462973, "413.826"], [1702462988, "433.578"], [1702463045, "492.834"], [1702463081, "532.338"], [1702463114, "571.842"], [1702463150, "611.346"], [1702463186, "650.85"], [1702463216, "690.354"], [1702463240, "729.858"], [1702463273, "769.362"], [1702463324, "828.618"], [1702463354, "868.122"], [1702463381, "907.626"], [1702463417, "947.13"], [1702463453, "986.634"], [1702463477, "1026.138"], [1702463510, "1065.642"], [1702463537, "1105.146"], [1702463570, "1144.65"], [1702463591, "1184.154"], [1702463621, "1223.658"], [1702463657, "1263.162"], [1702463693, "1302.666"], [1702463729, "1342.17"], [1702463765, "1381.674"], [1702463798, "1421.178"], [1702463846, "1480.434"], [1702463873, "1519.938"], [1702463906, "1559.442"], [1702463948, "1618.698"], [1702463984, "1658.202"], [1702464014, "1697.706"], [1702464050, "1737.21"], [1702464086, "1776.714"], [1702464122, "1816.218"], [1702464155, "1855.722"], [1702464194, "1914.978"], [1702464230, "1954.482"], [1702464263, "1993.986"], [1702464299, "2033.49"], [1702464332, "2072.994"], [1702464356, "2112.498"], [1702464392, "2152.002"], [1702464425, "2191.506"], [1702464455, "2231.01"], [1702464479, "2270.514"], [1702464509, "2310.018"], [1702464533, "2349.522"], [1702464569, "2389.026"], [1702464605, "2428.53"], [1702464635, "2468.034"], [1702464671, "2507.538"], [1702464716, "2547.042"], [1702464743, "2586.546"], [1702464776, "2626.05"], [1702464812, "2665.554"], [1702464836, "2705.058"], [1702464869, "2744.562"], [1702464905, "2784.066"], [1702464926, "2823.57"], [1702464956, "2863.074"], [1702464992, "2902.578"], [1702465016, "2942.082"], [1702465049, "2981.586"], [1702465085, "3021.09"], [1702465118, "3060.594"], [1702465145, "3100.098"], [1702465178, "3139.602"], [1702465208, "3179.106"], [1702465241, "3218.61"], [1702465298, "3277.866"], [1702465334, "3317.37"], [1702465367, "3356.874"], [1702465394, "3396.378"], [1702465418, "3435.882"], [1702465445, "3475.386"], [1702465481, "3514.89"], [1702465517, "3554.394"], [1702465550, "3593.898"], [1702465586, "3633.402"], [1702465619, "3672.906"], [1702465658, "3712.41"], [1702465706, "3751.914"], [1702465754, "3811.17"], [1702465787, "3850.674"], [1702465823, "3890.178"], [1702465856, "3929.682"], [1702465880, "3969.186"], [1702465910, "4008.69"], [1702465952, "4048.194"], [1702465988, "4087.698"], [1702466015, "4127.202"], [1702466030, "4166.706"], [1702466060, "4206.21"], [1702466078, "4245.714"], [1702466138, "4304.97"], [1702466168, "4344.474"], [1702466204, "4383.978"], [1702466237, "4423.482"], [1702466261, "4462.986"], [1702466291, "4502.49"], [1702466327, "4541.994"], [1702466360, "4581.498"], [1702466384, "4621.002"], [1702466417, "4660.506"], [1702466441, "4700.01"], [1702466471, "4739.514"], [1702466507, "4779.018"], [1702466540, "4818.522"], [1702466597, "4877.778"], [1702466633, "4917.282"], [1702466666, "4956.786"], [1702466705, "4996.29"], [1702466732, "5035.794"], [1702466765, "5075.298"], [1702466801, "5114.802"], [1702466852, "5174.058"], [1702466876, "5213.562"], [1702466918, "5253.066"], [1702466978, "5332.074"], [1702467014, "5371.578"], [1702467038, "5411.082"], [1702467068, "5450.586"], [1702467122, "5509.842"], [1702467158, "5549.346"], [1702467191, "5588.85"], [1702467221, "5628.354"], [1702467257, "5667.858"], [1702467299, "5707.362"], [1702467350, "5766.618"], [1702467386, "5806.122"], [1702467419, "5845.626"], [1702467455, "5885.13"], [1702467515, "5964.138"], [1702467542, "6003.642"], [1702467566, "6043.146"], [1702467599, "6082.65"], [1702467635, "6122.154"], [1702467668, "6161.658"], [1702467695, "6201.162"], [1702467716, "6240.666"], [1702467746, "6280.17"], [1702467800, "6339.426"], [1702467824, "6378.93"], [1702467908, "6477.69"], [1702467944, "6517.194"], [1702467968, "6556.698"], [1702468001, "6596.202"], [1702468031, "6635.706"], [1702468067, "6675.21"], [1702468085, "6714.714"], [1702468115, "6754.218"], [1702468151, "6793.722"], [1702468181, "6833.226"], [1702468208, "6872.73"], [1702468241, "6912.234"], [1702468256, "6951.738"], [1702468286, "6991.242"], [1702468322, "7030.746"], [1702468352, "7070.25"], [1702468388, "7109.754"], [1702468424, "7149.258"], [1702468457, "7188.762"], [1702468493, "7228.266"], [1702468517, "7267.77"], [1702468550, "7307.274"], [1702468586, "7346.778"], [1702468613, "7386.282"], [1702468637, "7425.786"], [1702468679, "7465.29"], [1702468721, "7504.794"], [1702468730, "7524.546"], [1702468766, "7564.05"], [1702468799, "7603.554"], [1702468835, "7643.058"], [1702468898, "7702.314"], [1702468934, "7741.818"], [1702468970, "7781.322"], [1702468994, "7820.826"], [1702469024, "7860.33"], [1702469060, "7899.834"], [1702469111, "7959.09"], [1702469144, "7998.594"], [1702469168, "8038.098"], [1702469204, "8077.602"], [1702469237, "8117.106"], [1702469273, "8156.61"], [1702469303, "8196.114"], [1702469336, "8235.618"], [1702469360, "8275.122"], [1702469387, "8314.626"], [1702469411, "8354.13"], [1702469435, "8393.634"], [1702469468, "8433.138"], [1702469504, "8472.642"], [1702469537, "8512.146"], [1702469573, "8551.65"], [1702469606, "8591.154"], [1702469633, "8630.658"], [1702469660, "8670.162"], [1702469684, "8709.666"], [1702469717, "8749.17"], [1702469753, "8788.674"], [1702469786, "8828.178"], [1702469816, "8867.682"], [1702469834, "8907.186"], [1702469864, "8946.69"], [1702469906, "9005.946"], [1702469936, "9045.45"], [1702469972, "9084.954"], [1702470005, "9124.458"], [1702470029, "9163.962"], [1702470065, "9203.466"], [1702470101, "9242.97"], [1702470131, "9282.474"], [1702470167, "9321.978"], [1702470203, "9361.482"], [1702470251, "9420.738"], [1702470278, "9460.242"], [1702470311, "9499.746"], [1702470347, "9539.25"], [1702470371, "9578.754"], [1702470404, "9618.258"], [1702470440, "9657.762"], [1702470476, "9697.266"], [1702470506, "9736.77"], [1702470542, "9776.274"], [1702470575, "9815.778"], [1702470611, "9855.282"], [1702470635, "9894.786"], [1702470662, "9934.29"], [1702470686, "9973.794"], [1702470719, "10013.298"], [1702470746, "10052.802"], [1702470812, "10131.81"], [1702470845, "10171.314"], [1702470875, "10210.818"], [1702470899, "10250.322"], [1702470953, "10309.578"], [1702470983, "10349.082"], [1702471025, "10388.586"], [1702471067, "10447.842"], [1702471169, "10546.602"], [1702471193, "10586.106"], [1702471226, "10625.61"], [1702471265, "10665.114"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0.048"], [1702462763, "0.048"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "67.884"], [1702462721, "89.355"], [1702462736, "110.826"], [1702462751, "132.297"], [1702462763, "153.312"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0.006"], [1702465049, "0.006"], [1702465085, "0.006"], [1702465118, "0.006"], [1702465145, "0.006"], [1702465178, "0.006"], [1702465208, "0.006"], [1702465241, "0.006"], [1702465298, "0.006"], [1702465334, "0.006"], [1702465367, "0.006"], [1702465394, "0.006"], [1702465418, "0.006"], [1702465445, "0.006"], [1702465481, "0.006"], [1702465517, "0.006"], [1702465550, "0.006"], [1702465586, "0.006"], [1702465619, "0.006"], [1702465658, "0.006"], [1702465706, "0.006"], [1702465754, "0.006"], [1702465787, "0.006"], [1702465823, "0.006"], [1702465856, "0.006"], [1702465880, "0.006"], [1702465910, "0.006"], [1702465952, "0.006"], [1702465988, "0.006"], [1702466015, "0.006"], [1702466030, "0.006"], [1702466060, "0.006"], [1702466078, "0.006"], [1702466138, "0.006"], [1702466168, "0.006"], [1702466204, "0.006"], [1702466237, "0.006"], [1702466261, "0.006"], [1702466291, "0.006"], [1702466327, "0.006"], [1702466360, "0.006"], [1702466384, "0.006"], [1702466417, "0.006"], [1702466441, "0.006"], [1702466471, "0.006"], [1702466507, "0.006"], [1702466540, "0.006"], [1702466597, "0.006"], [1702466633, "0.006"], [1702466666, "0.006"], [1702466705, "0.006"], [1702466732, "0.006"], [1702466765, "0.006"], [1702466801, "0.006"], [1702466852, "0.006"], [1702466876, "0.006"], [1702466918, "0.006"], [1702466978, "0.006"], [1702467014, "0.006"], [1702467038, "0.006"], [1702467068, "0.006"], [1702467122, "0.006"], [1702467158, "0.006"], [1702467191, "0.006"], [1702467221, "0.006"], [1702467257, "0.006"], [1702467299, "0.006"], [1702467350, "0.006"], [1702467386, "0.006"], [1702467419, "0.006"], [1702467455, "0.006"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "6.216"], [1702462721, "6.216"], [1702462736, "6.216"], [1702462751, "6.216"], [1702462763, "6.216"], [1702462793, "6.216"], [1702462808, "7.575"], [1702462829, "7.575"], [1702462844, "12.153"], [1702462865, "12.153"], [1702462880, "12.333"], [1702462904, "12.333"], [1702462919, "12.333"], [1702462952, "12.351"], [1702462973, "12.351"], [1702462988, "12.351"], [1702463045, "12.48"], [1702463081, "12.48"], [1702463114, "12.567"], [1702463150, "12.567"], [1702463186, "12.567"], [1702463216, "12.567"], [1702463240, "12.567"], [1702463273, "12.603"], [1702463324, "12.765"], [1702463354, "12.765"], [1702463381, "12.777"], [1702463417, "12.849"], [1702463453, "12.897"], [1702463477, "12.912"], [1702463510, "12.927"], [1702463537, "12.927"], [1702463570, "12.927"], [1702463591, "12.942"], [1702463621, "12.984"], [1702463657, "12.984"], [1702463693, "12.984"], [1702463729, "13.335"], [1702463765, "13.335"], [1702463798, "13.347"], [1702463846, "13.347"], [1702463873, "13.35"], [1702463906, "13.374"], [1702463948, "13.455"], [1702463984, "13.5"], [1702464014, "13.749"], [1702464050, "13.749"], [1702464086, "13.767"], [1702464122, "13.8"], [1702464155, "13.833"], [1702464194, "13.851"], [1702464230, "13.899"], [1702464263, "14.178"], [1702464299, "14.178"], [1702464332, "14.313"], [1702464356, "14.313"], [1702464392, "14.373"], [1702464425, "14.394"], [1702464455, "14.517"], [1702464479, "14.571"], [1702464509, "15.93"], [1702464533, "15.999"], [1702464569, "16.011"], [1702464605, "16.011"], [1702464635, "16.161"], [1702464671, "16.203"], [1702464716, "16.203"], [1702464743, "16.203"], [1702464776, "16.251"], [1702464812, "16.311"], [1702464836, "16.38"], [1702464869, "16.596"], [1702464905, "16.608"], [1702464926, "16.614"], [1702464956, "16.626"], [1702464992, "16.695"], [1702465016, "16.716"], [1702465049, "16.821"], [1702465085, "18.741"], [1702465118, "18.789"], [1702465145, "18.789"], [1702465178, "18.807"], [1702465208, "18.813"], [1702465241, "18.951"], [1702465298, "18.966"], [1702465334, "18.969"], [1702465367, "18.984"], [1702465394, "18.996"], [1702465418, "19.005"], [1702465445, "19.035"], [1702465481, "19.152"], [1702465517, "19.152"], [1702465550, "19.227"], [1702465586, "19.341"], [1702465619, "19.356"], [1702465658, "19.359"], [1702465706, "19.398"], [1702465754, "19.41"], [1702465787, "19.428"], [1702465823, "19.428"], [1702465856, "19.428"], [1702465880, "19.428"], [1702465910, "19.428"], [1702465952, "19.653"], [1702465988, "19.653"], [1702466015, "19.662"], [1702466030, "19.677"], [1702466060, "19.677"], [1702466078, "19.68"], [1702466138, "19.713"], [1702466168, "19.722"], [1702466204, "19.749"], [1702466237, "19.785"], [1702466261, "19.818"], [1702466291, "19.818"], [1702466327, "19.818"], [1702466360, "19.833"], [1702466384, "19.833"], [1702466417, "19.839"], [1702466441, "19.845"], [1702466471, "19.845"], [1702466507, "19.857"], [1702466540, "19.998"], [1702466597, "20.067"], [1702466633, "20.142"], [1702466666, "20.142"], [1702466705, "20.142"], [1702466732, "20.142"], [1702466765, "20.145"], [1702466801, "20.202"], [1702466852, "20.202"], [1702466876, "20.208"], [1702466918, "20.208"], [1702466978, "20.223"], [1702467014, "20.652"], [1702467038, "20.652"], [1702467068, "20.652"], [1702467122, "20.799"], [1702467158, "20.799"], [1702467191, "20.805"], [1702467221, "20.808"], [1702467257, "21.009"], [1702467299, "21.042"], [1702467350, "21.141"], [1702467386, "21.411"], [1702467419, "21.447"], [1702467455, "21.477"], [1702467515, "21.483"], [1702467542, "21.483"], [1702467566, "21.489"], [1702467599, "21.507"], [1702467635, "21.507"], [1702467668, "21.567"], [1702467695, "21.582"], [1702467716, "21.582"], [1702467746, "21.72"], [1702467800, "21.72"], [1702467824, "21.72"], [1702467908, "22.02"], [1702467944, "22.038"], [1702467968, "22.05"], [1702468001, "22.05"], [1702468031, "22.05"], [1702468067, "22.14"], [1702468085, "22.158"], [1702468115, "22.158"], [1702468151, "22.173"], [1702468181, "22.173"], [1702468208, "22.173"], [1702468241, "22.185"], [1702468256, "22.2"], [1702468286, "22.236"], [1702468322, "22.236"], [1702468352, "22.353"], [1702468388, "22.359"], [1702468424, "22.437"], [1702468457, "22.551"], [1702468493, "23.211"], [1702468517, "23.211"], [1702468550, "23.247"], [1702468586, "23.262"], [1702468613, "23.382"], [1702468637, "23.73"], [1702468679, "23.73"], [1702468721, "23.73"], [1702468730, "23.73"], [1702468766, "23.73"], [1702468799, "23.73"], [1702468835, "23.73"], [1702468898, "23.772"], [1702468934, "23.865"], [1702468970, "23.991"], [1702468994, "24.012"], [1702469024, "24.012"], [1702469060, "24.024"], [1702469111, "24.141"], [1702469144, "24.204"], [1702469168, "24.204"], [1702469204, "24.204"], [1702469237, "24.225"], [1702469273, "24.225"], [1702469303, "24.261"], [1702469336, "24.279"], [1702469360, "24.279"], [1702469387, "24.279"], [1702469411, "24.363"], [1702469435, "24.369"], [1702469468, "24.405"], [1702469504, "24.408"], [1702469537, "24.423"], [1702469573, "24.423"], [1702469606, "24.423"], [1702469633, "24.423"], [1702469660, "24.423"], [1702469684, "24.522"], [1702469717, "24.552"], [1702469753, "24.564"], [1702469786, "24.585"], [1702469816, "24.594"], [1702469834, "24.594"], [1702469864, "24.603"], [1702469906, "24.621"], [1702469936, "24.63"], [1702469972, "24.69"], [1702470005, "24.693"], [1702470029, "24.693"], [1702470065, "24.693"], [1702470101, "24.732"], [1702470131, "24.747"], [1702470167, "24.777"], [1702470203, "24.891"], [1702470251, "24.951"], [1702470278, "24.951"], [1702470311, "24.951"], [1702470347, "24.951"], [1702470371, "24.954"], [1702470404, "24.954"], [1702470440, "24.963"], [1702470476, "24.987"], [1702470506, "25.002"], [1702470542, "25.071"], [1702470575, "25.11"], [1702470611, "25.179"], [1702470635, "25.197"], [1702470662, "25.209"], [1702470686, "26.133"], [1702470719, "26.133"], [1702470746, "26.133"], [1702470812, "26.16"], [1702470845, "26.16"], [1702470875, "26.16"], [1702470899, "26.166"], [1702470953, "26.172"], [1702470983, "26.178"], [1702471025, "26.178"], [1702471067, "26.193"], [1702471169, "26.22"], [1702471193, "26.22"], [1702471226, "26.22"], [1702471265, "26.223"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "33.021"], [1702462721, "37.194"], [1702462736, "38.475"], [1702462751, "39.024"], [1702462763, "39.036"], [1702462793, "40.965"], [1702462808, "44.301"], [1702462829, "45.363"], [1702462844, "52.002"], [1702462865, "55.821"], [1702462880, "57.672"], [1702462904, "59.241"], [1702462919, "59.67"], [1702462952, "61.389"], [1702462973, "62.331"], [1702462988, "63.462"], [1702463045, "69.906"], [1702463081, "71.16"], [1702463114, "72.699"], [1702463150, "73.809"], [1702463186, "74.685"], [1702463216, "76.854"], [1702463240, "78.177"], [1702463273, "79.095"], [1702463324, "81.081"], [1702463354, "81.318"], [1702463381, "82.833"], [1702463417, "83.511"], [1702463453, "86.067"], [1702463477, "86.997"], [1702463510, "88.791"], [1702463537, "89.151"], [1702463570, "96.978"], [1702463591, "98.385"], [1702463621, "98.934"], [1702463657, "100.725"], [1702463693, "102.09"], [1702463729, "106.824"], [1702463765, "109.287"], [1702463798, "109.677"], [1702463846, "110.046"], [1702463873, "110.901"], [1702463906, "111.873"], [1702463948, "113.745"], [1702463984, "116.145"], [1702464014, "117.534"], [1702464050, "120.396"], [1702464086, "121.977"], [1702464122, "124.326"], [1702464155, "126.651"], [1702464194, "127.557"], [1702464230, "128.523"], [1702464263, "129.066"], [1702464299, "129.963"], [1702464332, "132.927"], [1702464356, "134.754"], [1702464392, "137.982"], [1702464425, "139.215"], [1702464455, "141.465"], [1702464479, "144.864"], [1702464509, "146.388"], [1702464533, "147.132"], [1702464569, "148.212"], [1702464605, "149.214"], [1702464635, "151.887"], [1702464671, "158.871"], [1702464716, "162.456"], [1702464743, "166.542"], [1702464776, "170.955"], [1702464812, "172.389"], [1702464836, "174.273"], [1702464869, "178.074"], [1702464905, "182.1"], [1702464926, "182.484"], [1702464956, "184.935"], [1702464992, "203.241"], [1702465016, "204.345"], [1702465049, "206.943"], [1702465085, "212.088"], [1702465118, "215.109"], [1702465145, "217.443"], [1702465178, "218.085"], [1702465208, "220.023"], [1702465241, "222.678"], [1702465298, "223.881"], [1702465334, "224.517"], [1702465367, "225.465"], [1702465394, "225.573"], [1702465418, "226.146"], [1702465445, "227.937"], [1702465481, "230.181"], [1702465517, "231.21"], [1702465550, "231.957"], [1702465586, "235.326"], [1702465619, "235.686"], [1702465658, "237.408"], [1702465706, "237.777"], [1702465754, "238.662"], [1702465787, "240.003"], [1702465823, "241.47"], [1702465856, "243.651"], [1702465880, "244.512"], [1702465910, "245.262"], [1702465952, "246.03"], [1702465988, "247.239"], [1702466015, "247.686"], [1702466030, "247.929"], [1702466060, "247.968"], [1702466078, "248.469"], [1702466138, "251.286"], [1702466168, "254.529"], [1702466204, "257.94"], [1702466237, "263.385"], [1702466261, "263.811"], [1702466291, "264.702"], [1702466327, "265.974"], [1702466360, "266.472"], [1702466384, "267.003"], [1702466417, "267.93"], [1702466441, "268.272"], [1702466471, "268.95"], [1702466507, "271.761"], [1702466540, "273.999"], [1702466597, "279.576"], [1702466633, "282.786"], [1702466666, "284.94"], [1702466705, "287.388"], [1702466732, "287.97"], [1702466765, "288.198"], [1702466801, "289.086"], [1702466852, "298.167"], [1702466876, "298.833"], [1702466918, "301.806"], [1702466978, "308.568"], [1702467014, "312.759"], [1702467038, "315.114"], [1702467068, "316.419"], [1702467122, "317.721"], [1702467158, "318.024"], [1702467191, "321.9"], [1702467221, "322.755"], [1702467257, "323.679"], [1702467299, "324.846"], [1702467350, "331.092"], [1702467386, "334.683"], [1702467419, "336.06"], [1702467455, "338.367"], [1702467515, "339.423"], [1702467542, "340.074"], [1702467566, "340.56"], [1702467599, "341.115"], [1702467635, "341.655"], [1702467668, "344.919"], [1702467695, "347.295"], [1702467716, "349.014"], [1702467746, "350.433"], [1702467800, "359.166"], [1702467824, "360.153"], [1702467908, "361.947"], [1702467944, "362.517"], [1702467968, "363.15"], [1702468001, "364.011"], [1702468031, "365.625"], [1702468067, "371.307"], [1702468085, "372.741"], [1702468115, "374.046"], [1702468151, "376.26"], [1702468181, "377.85"], [1702468208, "378.624"], [1702468241, "379.839"], [1702468256, "380.109"], [1702468286, "380.997"], [1702468322, "381.465"], [1702468352, "384.813"], [1702468388, "386.787"], [1702468424, "390.708"], [1702468457, "394.5"], [1702468493, "397.359"], [1702468517, "399.291"], [1702468550, "399.822"], [1702468586, "401.847"], [1702468613, "405.069"], [1702468637, "407.091"], [1702468679, "408.342"], [1702468721, "413.541"], [1702468730, "414.096"], [1702468766, "415.191"], [1702468799, "423.693"], [1702468835, "424.911"], [1702468898, "431.658"], [1702468934, "434.685"], [1702468970, "439.116"], [1702468994, "440.91"], [1702469024, "441.009"], [1702469060, "442.044"], [1702469111, "444.588"], [1702469144, "446.553"], [1702469168, "447.102"], [1702469204, "449.859"], [1702469237, "452.112"], [1702469273, "453.783"], [1702469303, "457.869"], [1702469336, "459.483"], [1702469360, "459.768"], [1702469387, "460.035"], [1702469411, "460.818"], [1702469435, "461.724"], [1702469468, "462.555"], [1702469504, "463.278"], [1702469537, "463.704"], [1702469573, "464.199"], [1702469606, "465.117"], [1702469633, "465.54"], [1702469660, "466.278"], [1702469684, "467.043"], [1702469717, "468.132"], [1702469753, "468.528"], [1702469786, "469.08"], [1702469816, "470.343"], [1702469834, "470.772"], [1702469864, "471.312"], [1702469906, "471.822"], [1702469936, "472.194"], [1702469972, "472.335"], [1702470005, "472.836"], [1702470029, "473.04"], [1702470065, "474.015"], [1702470101, "474.84"], [1702470131, "475.761"], [1702470167, "476.982"], [1702470203, "478.962"], [1702470251, "481.689"], [1702470278, "482.388"], [1702470311, "482.871"], [1702470347, "483.774"], [1702470371, "484.107"], [1702470404, "484.779"], [1702470440, "485.472"], [1702470476, "486.003"], [1702470506, "486.639"], [1702470542, "487.62"], [1702470575, "488.676"], [1702470611, "489.321"], [1702470635, "490.938"], [1702470662, "491.733"], [1702470686, "492.213"], [1702470719, "492.774"], [1702470746, "493.365"], [1702470812, "494.664"], [1702470845, "496.662"], [1702470875, "497.442"], [1702470899, "497.679"], [1702470953, "497.994"], [1702470983, "498.504"], [1702471025, "499.422"], [1702471067, "500.661"], [1702471169, "503.139"], [1702471193, "503.424"], [1702471226, "504.03"], [1702471265, "504.771"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "4.239"], [1702462973, "4.239"], [1702462988, "4.239"], [1702463045, "4.239"], [1702463081, "4.365"], [1702463114, "4.365"], [1702463150, "4.365"], [1702463186, "4.365"], [1702463216, "4.365"], [1702463240, "5.889"], [1702463273, "5.889"], [1702463324, "5.889"], [1702463354, "5.889"], [1702463381, "5.889"], [1702463417, "5.889"], [1702463453, "5.889"], [1702463477, "5.889"], [1702463510, "5.889"], [1702463537, "5.889"], [1702463570, "5.889"], [1702463591, "5.889"], [1702463621, "5.889"], [1702463657, "5.889"], [1702463693, "5.889"], [1702463729, "5.889"], [1702463765, "5.889"], [1702463798, "5.889"], [1702463846, "5.889"], [1702463873, "5.889"], [1702463906, "5.889"], [1702463948, "5.889"], [1702463984, "5.889"], [1702464014, "5.889"], [1702464050, "5.889"], [1702464086, "5.889"], [1702464122, "5.889"], [1702464155, "5.889"], [1702464194, "5.889"], [1702464230, "5.922"], [1702464263, "5.922"], [1702464299, "5.922"], [1702464332, "5.922"], [1702464356, "5.922"], [1702464392, "5.922"], [1702464425, "5.922"], [1702464455, "5.922"], [1702464479, "5.922"], [1702464509, "5.925"], [1702464533, "5.925"], [1702464569, "5.925"], [1702464605, "5.925"], [1702464635, "5.925"], [1702464671, "5.925"], [1702464716, "5.925"], [1702464743, "5.925"], [1702464776, "5.925"], [1702464812, "5.925"], [1702464836, "5.925"], [1702464869, "5.925"], [1702464905, "5.925"], [1702464926, "5.925"], [1702464956, "5.925"], [1702464992, "5.925"], [1702465016, "5.925"], [1702465049, "5.925"], [1702465085, "5.925"], [1702465118, "5.925"], [1702465145, "5.925"], [1702465178, "5.925"], [1702465208, "5.925"], [1702465241, "5.925"], [1702465298, "5.925"], [1702465334, "5.925"], [1702465367, "5.925"], [1702465394, "5.925"], [1702465418, "5.925"], [1702465445, "5.925"], [1702465481, "5.925"], [1702465517, "5.925"], [1702465550, "5.925"], [1702465586, "5.925"], [1702465619, "5.925"], [1702465658, "5.925"], [1702465706, "5.925"], [1702465754, "5.925"], [1702465787, "5.925"], [1702465823, "5.925"], [1702465856, "5.925"], [1702465880, "5.925"], [1702465910, "5.925"], [1702465952, "5.925"], [1702465988, "5.925"], [1702466015, "5.925"], [1702466030, "5.925"], [1702466060, "5.925"], [1702466078, "5.925"], [1702466138, "5.925"], [1702466168, "5.925"], [1702466204, "5.925"], [1702466237, "5.925"], [1702466261, "5.925"], [1702466291, "5.925"], [1702466327, "5.925"], [1702466360, "5.925"], [1702466384, "5.925"], [1702466417, "5.925"], [1702466441, "5.925"], [1702466471, "5.925"], [1702466507, "5.925"], [1702466540, "5.925"], [1702466597, "5.925"], [1702466633, "5.925"], [1702466666, "5.925"], [1702466705, "5.925"], [1702466732, "5.925"], [1702466765, "5.925"], [1702466801, "5.925"], [1702466852, "5.925"], [1702466876, "5.925"], [1702466918, "5.925"], [1702466978, "5.925"], [1702467014, "5.925"], [1702467038, "5.925"], [1702467068, "5.925"], [1702467122, "5.925"], [1702467158, "5.925"], [1702467191, "5.925"], [1702467221, "5.925"], [1702467257, "5.925"], [1702467299, "5.925"], [1702467350, "5.925"], [1702467386, "5.925"], [1702467419, "5.925"], [1702467455, "5.925"], [1702467515, "5.925"], [1702467542, "5.925"], [1702467566, "5.925"], [1702467599, "5.925"], [1702467635, "5.925"], [1702467668, "5.925"], [1702467695, "5.925"], [1702467716, "5.925"], [1702467746, "5.925"], [1702467800, "5.925"], [1702467824, "5.925"], [1702467908, "5.925"], [1702467944, "5.925"], [1702467968, "5.925"], [1702468001, "5.925"], [1702468031, "5.925"], [1702468067, "5.925"], [1702468085, "5.925"], [1702468115, "5.925"], [1702468151, "5.925"], [1702468181, "5.925"], [1702468208, "5.925"], [1702468241, "5.925"], [1702468256, "5.925"], [1702468286, "5.925"], [1702468322, "5.925"], [1702468352, "5.925"], [1702468388, "5.925"], [1702468424, "5.925"], [1702468457, "5.925"], [1702468493, "5.925"], [1702468517, "5.925"], [1702468550, "5.925"], [1702468586, "5.925"], [1702468613, "5.925"], [1702468637, "5.925"], [1702468679, "5.925"], [1702468721, "5.925"], [1702468730, "5.925"], [1702468766, "5.925"], [1702468799, "5.925"], [1702468835, "5.925"], [1702468898, "5.925"], [1702468934, "5.925"], [1702468970, "5.925"], [1702468994, "5.925"], [1702469024, "5.925"], [1702469060, "5.925"], [1702469111, "5.925"], [1702469144, "5.925"], [1702469168, "5.925"], [1702469204, "5.925"], [1702469237, "5.925"], [1702469273, "5.925"], [1702469303, "5.925"], [1702469336, "5.925"], [1702469360, "5.925"], [1702469387, "5.925"], [1702469411, "5.925"], [1702469435, "5.925"], [1702469468, "5.925"], [1702469504, "5.925"], [1702469537, "5.925"], [1702469573, "5.925"], [1702469606, "5.925"], [1702469633, "5.925"], [1702469660, "5.925"], [1702469684, "5.925"], [1702469717, "5.925"], [1702469753, "5.925"], [1702469786, "5.925"], [1702469816, "5.925"], [1702469834, "5.925"], [1702469864, "5.925"], [1702469906, "5.925"], [1702469936, "5.925"], [1702469972, "5.925"], [1702470005, "5.925"], [1702470029, "5.925"], [1702470065, "5.925"], [1702470101, "5.925"], [1702470131, "5.925"], [1702470167, "5.925"], [1702470203, "5.925"], [1702470251, "5.925"], [1702470278, "5.925"], [1702470311, "5.925"], [1702470347, "5.925"], [1702470371, "5.925"], [1702470404, "5.925"], [1702470440, "5.925"], [1702470476, "5.925"], [1702470506, "5.925"], [1702470542, "5.925"], [1702470575, "5.925"], [1702470611, "5.925"], [1702470635, "5.925"], [1702470662, "5.925"], [1702470686, "5.925"], [1702470719, "5.925"], [1702470746, "5.925"], [1702470812, "5.925"], [1702470845, "5.925"], [1702470875, "5.925"], [1702470899, "5.925"], [1702470953, "5.925"], [1702470983, "5.925"], [1702471025, "5.925"], [1702471067, "5.925"], [1702471169, "5.925"], [1702471193, "5.925"], [1702471226, "5.925"], [1702471265, "5.925"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "219.747"], [1702462973, "239.499"], [1702462988, "259.251"], [1702463045, "318.507"], [1702463081, "358.011"], [1702463114, "397.515"], [1702463150, "437.019"], [1702463186, "476.523"], [1702463216, "516.027"], [1702463240, "555.531"], [1702463273, "595.035"], [1702463324, "654.291"], [1702463354, "693.795"], [1702463381, "733.299"], [1702463417, "772.803"], [1702463453, "812.307"], [1702463477, "851.811"], [1702463510, "891.315"], [1702463537, "930.819"], [1702463570, "970.323"], [1702463591, "1009.827"], [1702463621, "1049.331"], [1702463657, "1088.835"], [1702463693, "1128.339"], [1702463729, "1167.843"], [1702463765, "1207.347"], [1702463798, "1246.851"], [1702463846, "1306.107"], [1702463873, "1345.611"], [1702463906, "1385.115"], [1702463948, "1444.371"], [1702463984, "1483.875"], [1702464014, "1523.379"], [1702464050, "1562.883"], [1702464086, "1602.387"], [1702464122, "1641.891"], [1702464155, "1681.395"], [1702464194, "1740.651"], [1702464230, "1780.155"], [1702464263, "1819.659"], [1702464299, "1859.163"], [1702464332, "1898.667"], [1702464356, "1938.171"], [1702464392, "1977.675"], [1702464425, "2017.179"], [1702464455, "2056.683"], [1702464479, "2096.187"], [1702464509, "2135.691"], [1702464533, "2175.195"], [1702464569, "2214.699"], [1702464605, "2254.203"], [1702464635, "2293.707"], [1702464671, "2333.211"], [1702464716, "2372.715"], [1702464743, "2412.219"], [1702464776, "2451.723"], [1702464812, "2491.227"], [1702464836, "2530.731"], [1702464869, "2570.235"], [1702464905, "2609.739"], [1702464926, "2649.243"], [1702464956, "2688.747"], [1702464992, "2728.251"], [1702465016, "2767.755"], [1702465049, "2807.259"], [1702465085, "2846.763"], [1702465118, "2886.267"], [1702465145, "2925.771"], [1702465178, "2965.275"], [1702465208, "3004.779"], [1702465241, "3044.283"], [1702465298, "3103.539"], [1702465334, "3143.043"], [1702465367, "3182.547"], [1702465394, "3222.051"], [1702465418, "3261.555"], [1702465445, "3301.059"], [1702465481, "3340.563"], [1702465517, "3380.067"], [1702465550, "3419.571"], [1702465586, "3459.075"], [1702465619, "3498.579"], [1702465658, "3538.083"], [1702465706, "3577.587"], [1702465754, "3636.843"], [1702465787, "3676.347"], [1702465823, "3715.851"], [1702465856, "3755.355"], [1702465880, "3794.859"], [1702465910, "3834.363"], [1702465952, "3873.867"], [1702465988, "3913.371"], [1702466015, "3952.875"], [1702466030, "3992.379"], [1702466060, "4031.883"], [1702466078, "4071.387"], [1702466138, "4130.643"], [1702466168, "4170.147"], [1702466204, "4209.651"], [1702466237, "4249.155"], [1702466261, "4288.659"], [1702466291, "4328.163"], [1702466327, "4367.667"], [1702466360, "4407.171"], [1702466384, "4446.675"], [1702466417, "4486.179"], [1702466441, "4525.683"], [1702466471, "4565.187"], [1702466507, "4604.691"], [1702466540, "4644.195"], [1702466597, "4703.451"], [1702466633, "4742.955"], [1702466666, "4782.459"], [1702466705, "4821.963"], [1702466732, "4861.467"], [1702466765, "4900.971"], [1702466801, "4940.475"], [1702466852, "4999.731"], [1702466876, "5039.235"], [1702466918, "5078.739"], [1702466978, "5157.747"], [1702467014, "5197.251"], [1702467038, "5236.755"], [1702467068, "5276.259"], [1702467122, "5335.515"], [1702467158, "5375.019"], [1702467191, "5414.523"], [1702467221, "5454.027"], [1702467257, "5493.531"], [1702467299, "5533.035"], [1702467350, "5592.291"], [1702467386, "5631.795"], [1702467419, "5671.299"], [1702467455, "5710.803"], [1702467515, "5789.811"], [1702467542, "5829.315"], [1702467566, "5868.819"], [1702467599, "5908.323"], [1702467635, "5947.827"], [1702467668, "5987.331"], [1702467695, "6026.835"], [1702467716, "6066.339"], [1702467746, "6105.843"], [1702467800, "6165.099"], [1702467824, "6204.603"], [1702467908, "6303.363"], [1702467944, "6342.867"], [1702467968, "6382.371"], [1702468001, "6421.875"], [1702468031, "6461.379"], [1702468067, "6500.883"], [1702468085, "6540.387"], [1702468115, "6579.891"], [1702468151, "6619.395"], [1702468181, "6658.899"], [1702468208, "6698.403"], [1702468241, "6737.907"], [1702468256, "6777.411"], [1702468286, "6816.915"], [1702468322, "6856.419"], [1702468352, "6895.923"], [1702468388, "6935.427"], [1702468424, "6974.931"], [1702468457, "7014.435"], [1702468493, "7053.939"], [1702468517, "7093.443"], [1702468550, "7132.947"], [1702468586, "7172.451"], [1702468613, "7211.955"], [1702468637, "7251.459"], [1702468679, "7290.963"], [1702468721, "7330.467"], [1702468730, "7350.219"], [1702468766, "7389.723"], [1702468799, "7429.227"], [1702468835, "7468.731"], [1702468898, "7527.987"], [1702468934, "7567.491"], [1702468970, "7606.995"], [1702468994, "7646.499"], [1702469024, "7686.003"], [1702469060, "7725.507"], [1702469111, "7784.763"], [1702469144, "7824.267"], [1702469168, "7863.771"], [1702469204, "7903.275"], [1702469237, "7942.779"], [1702469273, "7982.283"], [1702469303, "8021.787"], [1702469336, "8061.291"], [1702469360, "8100.795"], [1702469387, "8140.299"], [1702469411, "8179.803"], [1702469435, "8219.307"], [1702469468, "8258.811"], [1702469504, "8298.315"], [1702469537, "8337.819"], [1702469573, "8377.323"], [1702469606, "8416.827"], [1702469633, "8456.331"], [1702469660, "8495.835"], [1702469684, "8535.339"], [1702469717, "8574.843"], [1702469753, "8614.347"], [1702469786, "8653.851"], [1702469816, "8693.355"], [1702469834, "8732.859"], [1702469864, "8772.363"], [1702469906, "8831.619"], [1702469936, "8871.123"], [1702469972, "8910.627"], [1702470005, "8950.131"], [1702470029, "8989.635"], [1702470065, "9029.139"], [1702470101, "9068.643"], [1702470131, "9108.147"], [1702470167, "9147.651"], [1702470203, "9187.155"], [1702470251, "9246.411"], [1702470278, "9285.915"], [1702470311, "9325.419"], [1702470347, "9364.923"], [1702470371, "9404.427"], [1702470404, "9443.931"], [1702470440, "9483.435"], [1702470476, "9522.939"], [1702470506, "9562.443"], [1702470542, "9601.947"], [1702470575, "9641.451"], [1702470611, "9680.955"], [1702470635, "9720.459"], [1702470662, "9759.963"], [1702470686, "9799.467"], [1702470719, "9838.971"], [1702470746, "9878.475"], [1702470812, "9957.483"], [1702470845, "9996.987"], [1702470875, "10036.491"], [1702470899, "10075.995"], [1702470953, "10135.251"], [1702470983, "10174.755"], [1702471025, "10214.259"], [1702471067, "10273.515"], [1702471169, "10372.275"], [1702471193, "10411.779"], [1702471226, "10451.283"], [1702471265, "10490.787"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "3.51"], [1702462808, "3.51"], [1702462829, "3.51"], [1702462844, "3.51"], [1702462865, "3.51"], [1702462880, "4.239"], [1702462904, "4.239"], [1702462919, "4.239"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "20.577"], [1702462808, "41.154"], [1702462829, "61.731"], [1702462844, "81.483"], [1702462865, "101.235"], [1702462880, "120.987"], [1702462904, "160.491"], [1702462919, "180.243"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0.405"], [1702468766, "1.65"], [1702468799, "4.272"], [1702468835, "4.566"], [1702468898, "8.601"], [1702468934, "8.916"], [1702468970, "11.079"], [1702468994, "11.25"], [1702469024, "11.559"], [1702469060, "12.297"], [1702469111, "12.807"], [1702469144, "15.462"], [1702469168, "15.543"], [1702469204, "16.353"], [1702469237, "16.767"], [1702469273, "18.864"], [1702469303, "19.305"], [1702469336, "19.578"], [1702469360, "19.716"], [1702469387, "19.938"], [1702469411, "20.169"], [1702469435, "20.298"], [1702469468, "20.592"], [1702469504, "21.576"], [1702469537, "21.786"], [1702469573, "21.855"], [1702469606, "22.113"], [1702469633, "22.221"], [1702469660, "22.506"], [1702469684, "23.157"], [1702469717, "23.412"], [1702469753, "23.55"], [1702469786, "23.688"], [1702469816, "27.057"], [1702469834, "27.156"], [1702469864, "27.429"], [1702469906, "27.729"], [1702469936, "28.086"], [1702469972, "28.2"], [1702470005, "28.347"], [1702470029, "28.401"], [1702470065, "29.223"], [1702470101, "29.523"], [1702470131, "29.712"], [1702470167, "31.233"], [1702470203, "31.557"], [1702470251, "33.333"], [1702470278, "33.558"], [1702470311, "33.759"], [1702470347, "34.203"], [1702470371, "34.254"], [1702470404, "34.395"], [1702470440, "34.497"], [1702470476, "34.668"], [1702470506, "35.079"], [1702470542, "35.469"], [1702470575, "35.994"], [1702470611, "36.177"], [1702470635, "36.354"], [1702470662, "36.567"], [1702470686, "36.861"], [1702470719, "36.867"], [1702470746, "37.344"], [1702470812, "38.028"], [1702470845, "38.208"], [1702470875, "38.361"], [1702470899, "38.454"], [1702470953, "38.649"], [1702470983, "38.721"], [1702471025, "39.204"], [1702471067, "39.555"], [1702471169, "40.062"], [1702471193, "40.152"], [1702471226, "40.659"], [1702471265, "40.929"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "19.752"], [1702468766, "59.256"], [1702468799, "98.76"], [1702468835, "138.264"], [1702468898, "197.52"], [1702468934, "237.024"], [1702468970, "276.528"], [1702468994, "316.032"], [1702469024, "355.536"], [1702469060, "395.04"], [1702469111, "454.296"], [1702469144, "493.8"], [1702469168, "533.304"], [1702469204, "572.808"], [1702469237, "612.312"], [1702469273, "651.816"], [1702469303, "691.32"], [1702469336, "730.824"], [1702469360, "770.328"], [1702469387, "809.832"], [1702469411, "849.336"], [1702469435, "888.84"], [1702469468, "928.344"], [1702469504, "967.848"], [1702469537, "1007.352"], [1702469573, "1046.856"], [1702469606, "1086.36"], [1702469633, "1125.864"], [1702469660, "1165.368"], [1702469684, "1204.872"], [1702469717, "1244.376"], [1702469753, "1283.88"], [1702469786, "1323.384"], [1702469816, "1362.888"], [1702469834, "1402.392"], [1702469864, "1441.896"], [1702469906, "1501.152"], [1702469936, "1540.656"], [1702469972, "1580.16"], [1702470005, "1619.664"], [1702470029, "1659.168"], [1702470065, "1698.672"], [1702470101, "1738.176"], [1702470131, "1777.68"], [1702470167, "1817.184"], [1702470203, "1856.688"], [1702470251, "1915.944"], [1702470278, "1955.448"], [1702470311, "1994.952"], [1702470347, "2034.456"], [1702470371, "2073.96"], [1702470404, "2113.464"], [1702470440, "2152.968"], [1702470476, "2192.472"], [1702470506, "2231.976"], [1702470542, "2271.48"], [1702470575, "2310.984"], [1702470611, "2350.488"], [1702470635, "2389.992"], [1702470662, "2429.496"], [1702470686, "2469"], [1702470719, "2508.504"], [1702470746, "2548.008"], [1702470812, "2627.016"], [1702470845, "2666.52"], [1702470875, "2706.024"], [1702470899, "2745.528"], [1702470953, "2804.784"], [1702470983, "2844.288"], [1702471025, "2883.792"], [1702471067, "2943.048"], [1702471169, "3041.808"], [1702471193, "3081.312"], [1702471226, "3120.816"], [1702471265, "3160.32"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "387.984"], [1702462844, "408.6"], [1702462865, "408.6"], [1702462880, "408.6"], [1702462904, "408.6"], [1702462919, "408.6"], [1702462952, "415.224"], [1702462973, "415.224"], [1702462988, "415.224"], [1702463045, "415.224"], [1702463081, "416.793"], [1702463114, "437.967"], [1702463150, "437.967"], [1702463186, "437.967"], [1702463216, "437.967"], [1702463240, "437.967"], [1702463273, "437.967"], [1702463324, "437.967"], [1702463354, "437.967"], [1702463381, "437.967"], [1702463417, "439.344"], [1702463453, "439.344"], [1702463477, "443.253"], [1702463510, "443.253"], [1702463537, "445.986"], [1702463570, "449.127"], [1702463591, "450.963"], [1702463621, "450.963"], [1702463657, "450.963"], [1702463693, "450.963"], [1702463729, "454.386"], [1702463765, "454.386"], [1702463798, "454.386"], [1702463846, "454.632"], [1702463873, "454.632"], [1702463906, "457.278"], [1702463948, "457.278"], [1702463984, "457.278"], [1702464014, "457.278"], [1702464050, "457.278"], [1702464086, "457.278"], [1702464122, "457.299"], [1702464155, "457.299"], [1702464194, "457.299"], [1702464230, "457.299"], [1702464263, "457.299"], [1702464299, "457.299"], [1702464332, "462.114"], [1702464356, "462.114"], [1702464392, "462.114"], [1702464425, "467.475"], [1702464455, "467.475"], [1702464479, "467.475"], [1702464509, "467.475"], [1702464533, "467.475"], [1702464569, "467.475"], [1702464605, "467.475"], [1702464635, "467.475"], [1702464671, "467.475"], [1702464716, "467.475"], [1702464743, "467.475"], [1702464776, "467.475"], [1702464812, "467.475"], [1702464836, "467.475"], [1702464869, "467.475"], [1702464905, "467.475"], [1702464926, "467.475"], [1702464956, "467.475"], [1702464992, "467.475"], [1702465016, "467.475"], [1702465049, "467.475"], [1702465085, "467.475"], [1702465118, "467.475"], [1702465145, "467.475"], [1702465178, "467.475"], [1702465208, "467.475"], [1702465241, "467.475"], [1702465298, "467.475"], [1702465334, "467.475"], [1702465367, "467.475"], [1702465394, "467.475"], [1702465418, "467.475"], [1702465445, "467.475"], [1702465481, "467.475"], [1702465517, "467.475"], [1702465550, "467.475"], [1702465586, "467.475"], [1702465619, "467.475"], [1702465658, "467.475"], [1702465706, "467.475"], [1702465754, "467.475"], [1702465787, "467.475"], [1702465823, "467.475"], [1702465856, "467.475"], [1702465880, "467.475"], [1702465910, "467.475"], [1702465952, "467.475"], [1702465988, "467.475"], [1702466015, "467.475"], [1702466030, "467.475"], [1702466060, "467.475"], [1702466078, "467.475"], [1702466138, "467.475"], [1702466168, "467.475"], [1702466204, "467.475"], [1702466237, "467.475"], [1702466261, "467.475"], [1702466291, "467.475"], [1702466327, "467.475"], [1702466360, "467.475"], [1702466384, "467.475"], [1702466417, "467.475"], [1702466441, "467.475"], [1702466471, "467.475"], [1702466507, "467.475"], [1702466540, "467.475"], [1702466597, "467.475"], [1702466633, "467.475"], [1702466666, "467.475"], [1702466705, "467.475"], [1702466732, "467.475"], [1702466765, "467.475"], [1702466801, "467.475"], [1702466852, "467.475"], [1702466876, "467.475"], [1702466918, "467.475"], [1702466978, "467.475"], [1702467014, "467.475"], [1702467038, "467.475"], [1702467068, "467.475"], [1702467122, "467.475"], [1702467158, "467.475"], [1702467191, "467.475"], [1702467221, "467.475"], [1702467257, "467.475"], [1702467299, "467.475"], [1702467350, "467.475"], [1702467386, "467.475"], [1702467419, "467.475"], [1702467455, "467.475"], [1702467515, "467.475"], [1702467542, "467.475"], [1702467566, "467.475"], [1702467599, "467.475"], [1702467635, "467.475"], [1702467668, "467.475"], [1702467695, "467.475"], [1702467716, "467.475"], [1702467746, "467.475"], [1702467800, "467.475"], [1702467824, "467.475"], [1702467908, "467.475"], [1702467944, "467.475"], [1702467968, "467.475"], [1702468001, "467.475"], [1702468031, "467.475"], [1702468067, "467.475"], [1702468085, "467.475"], [1702468115, "467.475"], [1702468151, "467.475"], [1702468181, "467.475"], [1702468208, "467.475"], [1702468241, "467.475"], [1702468256, "467.475"], [1702468286, "467.475"], [1702468322, "467.475"], [1702468352, "467.475"], [1702468388, "467.475"], [1702468424, "467.475"], [1702468457, "467.475"], [1702468493, "467.475"], [1702468517, "467.475"], [1702468550, "467.475"], [1702468586, "467.475"], [1702468613, "467.475"], [1702468637, "467.475"], [1702468679, "467.475"], [1702468721, "467.475"], [1702468730, "467.475"], [1702468766, "467.475"], [1702468799, "467.475"], [1702468835, "467.475"], [1702468898, "467.475"], [1702468934, "467.475"], [1702468970, "467.475"], [1702468994, "467.475"], [1702469024, "467.475"], [1702469060, "467.475"], [1702469111, "467.475"], [1702469144, "467.475"], [1702469168, "467.475"], [1702469204, "467.475"], [1702469237, "467.475"], [1702469273, "467.475"], [1702469303, "467.475"], [1702469336, "467.475"], [1702469360, "467.475"], [1702469387, "467.475"], [1702469411, "467.475"], [1702469435, "467.475"], [1702469468, "467.475"], [1702469504, "467.475"], [1702469537, "467.475"], [1702469573, "467.475"], [1702469606, "467.475"], [1702469633, "467.475"], [1702469660, "467.475"], [1702469684, "467.475"], [1702469717, "467.475"], [1702469753, "467.475"], [1702469786, "467.475"], [1702469816, "467.475"], [1702469834, "467.475"], [1702469864, "467.475"], [1702469906, "467.475"], [1702469936, "467.475"], [1702469972, "467.475"], [1702470005, "467.475"], [1702470029, "467.475"], [1702470065, "467.475"], [1702470101, "467.475"], [1702470131, "467.475"], [1702470167, "467.475"], [1702470203, "467.475"], [1702470251, "467.475"], [1702470278, "467.475"], [1702470311, "467.475"], [1702470347, "467.475"], [1702470371, "467.475"], [1702470404, "467.475"], [1702470440, "467.475"], [1702470476, "467.475"], [1702470506, "467.475"], [1702470542, "467.475"], [1702470575, "467.475"], [1702470611, "467.475"], [1702470635, "467.475"], [1702470662, "467.475"], [1702470686, "467.475"], [1702470719, "467.475"], [1702470746, "467.475"], [1702470812, "467.475"], [1702470845, "467.475"], [1702470875, "467.475"], [1702470899, "467.475"], [1702470953, "467.475"], [1702470983, "467.475"], [1702471025, "467.475"], [1702471067, "467.475"], [1702471169, "467.475"], [1702471193, "467.475"], [1702471226, "467.475"], [1702471265, "467.475"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "190.122"], [1702462844, "209.874"], [1702462865, "229.626"], [1702462880, "249.378"], [1702462904, "288.882"], [1702462919, "308.634"], [1702462952, "348.138"], [1702462973, "367.89"], [1702462988, "387.642"], [1702463045, "446.898"], [1702463081, "486.402"], [1702463114, "525.906"], [1702463150, "565.41"], [1702463186, "604.914"], [1702463216, "644.418"], [1702463240, "683.922"], [1702463273, "723.426"], [1702463324, "782.682"], [1702463354, "822.186"], [1702463381, "861.69"], [1702463417, "901.194"], [1702463453, "940.698"], [1702463477, "980.202"], [1702463510, "1019.706"], [1702463537, "1059.21"], [1702463570, "1098.714"], [1702463591, "1138.218"], [1702463621, "1177.722"], [1702463657, "1217.226"], [1702463693, "1256.73"], [1702463729, "1296.234"], [1702463765, "1335.738"], [1702463798, "1375.242"], [1702463846, "1434.498"], [1702463873, "1474.002"], [1702463906, "1513.506"], [1702463948, "1572.762"], [1702463984, "1612.266"], [1702464014, "1651.77"], [1702464050, "1691.274"], [1702464086, "1730.778"], [1702464122, "1770.282"], [1702464155, "1809.786"], [1702464194, "1869.042"], [1702464230, "1908.546"], [1702464263, "1948.05"], [1702464299, "1987.554"], [1702464332, "2027.058"], [1702464356, "2066.562"], [1702464392, "2106.066"], [1702464425, "2145.57"], [1702464455, "2185.074"], [1702464479, "2224.578"], [1702464509, "2264.082"], [1702464533, "2303.586"], [1702464569, "2343.09"], [1702464605, "2382.594"], [1702464635, "2422.098"], [1702464671, "2461.602"], [1702464716, "2501.106"], [1702464743, "2540.61"], [1702464776, "2580.114"], [1702464812, "2619.618"], [1702464836, "2659.122"], [1702464869, "2698.626"], [1702464905, "2738.13"], [1702464926, "2777.634"], [1702464956, "2817.138"], [1702464992, "2856.642"], [1702465016, "2896.146"], [1702465049, "2935.65"], [1702465085, "2975.154"], [1702465118, "3014.658"], [1702465145, "3054.162"], [1702465178, "3093.666"], [1702465208, "3133.17"], [1702465241, "3172.674"], [1702465298, "3231.93"], [1702465334, "3271.434"], [1702465367, "3310.938"], [1702465394, "3350.442"], [1702465418, "3389.946"], [1702465445, "3429.45"], [1702465481, "3468.954"], [1702465517, "3508.458"], [1702465550, "3547.962"], [1702465586, "3587.466"], [1702465619, "3626.97"], [1702465658, "3666.474"], [1702465706, "3705.978"], [1702465754, "3765.234"], [1702465787, "3804.738"], [1702465823, "3844.242"], [1702465856, "3883.746"], [1702465880, "3923.25"], [1702465910, "3962.754"], [1702465952, "4002.258"], [1702465988, "4041.762"], [1702466015, "4081.266"], [1702466030, "4120.77"], [1702466060, "4160.274"], [1702466078, "4199.778"], [1702466138, "4259.034"], [1702466168, "4298.538"], [1702466204, "4338.042"], [1702466237, "4377.546"], [1702466261, "4417.05"], [1702466291, "4456.554"], [1702466327, "4496.058"], [1702466360, "4535.562"], [1702466384, "4575.066"], [1702466417, "4614.57"], [1702466441, "4654.074"], [1702466471, "4693.578"], [1702466507, "4733.082"], [1702466540, "4772.586"], [1702466597, "4831.842"], [1702466633, "4871.346"], [1702466666, "4910.85"], [1702466705, "4950.354"], [1702466732, "4989.858"], [1702466765, "5029.362"], [1702466801, "5068.866"], [1702466852, "5128.122"], [1702466876, "5167.626"], [1702466918, "5207.13"], [1702466978, "5286.138"], [1702467014, "5325.642"], [1702467038, "5365.146"], [1702467068, "5404.65"], [1702467122, "5463.906"], [1702467158, "5503.41"], [1702467191, "5542.914"], [1702467221, "5582.418"], [1702467257, "5621.922"], [1702467299, "5661.426"], [1702467350, "5720.682"], [1702467386, "5760.186"], [1702467419, "5799.69"], [1702467455, "5839.194"], [1702467515, "5918.202"], [1702467542, "5957.706"], [1702467566, "5997.21"], [1702467599, "6036.714"], [1702467635, "6076.218"], [1702467668, "6115.722"], [1702467695, "6155.226"], [1702467716, "6194.73"], [1702467746, "6234.234"], [1702467800, "6293.49"], [1702467824, "6332.994"], [1702467908, "6431.754"], [1702467944, "6471.258"], [1702467968, "6510.762"], [1702468001, "6550.266"], [1702468031, "6589.77"], [1702468067, "6629.274"], [1702468085, "6668.778"], [1702468115, "6708.282"], [1702468151, "6747.786"], [1702468181, "6787.29"], [1702468208, "6826.794"], [1702468241, "6866.298"], [1702468256, "6905.802"], [1702468286, "6945.306"], [1702468322, "6984.81"], [1702468352, "7024.314"], [1702468388, "7063.818"], [1702468424, "7103.322"], [1702468457, "7142.826"], [1702468493, "7182.33"], [1702468517, "7221.834"], [1702468550, "7261.338"], [1702468586, "7300.842"], [1702468613, "7340.346"], [1702468637, "7379.85"], [1702468679, "7419.354"], [1702468721, "7458.858"], [1702468730, "7478.61"], [1702468766, "7518.114"], [1702468799, "7557.618"], [1702468835, "7597.122"], [1702468898, "7656.378"], [1702468934, "7695.882"], [1702468970, "7735.386"], [1702468994, "7774.89"], [1702469024, "7814.394"], [1702469060, "7853.898"], [1702469111, "7913.154"], [1702469144, "7952.658"], [1702469168, "7992.162"], [1702469204, "8031.666"], [1702469237, "8071.17"], [1702469273, "8110.674"], [1702469303, "8150.178"], [1702469336, "8189.682"], [1702469360, "8229.186"], [1702469387, "8268.69"], [1702469411, "8308.194"], [1702469435, "8347.698"], [1702469468, "8387.202"], [1702469504, "8426.706"], [1702469537, "8466.21"], [1702469573, "8505.714"], [1702469606, "8545.218"], [1702469633, "8584.722"], [1702469660, "8624.226"], [1702469684, "8663.73"], [1702469717, "8703.234"], [1702469753, "8742.738"], [1702469786, "8782.242"], [1702469816, "8821.746"], [1702469834, "8861.25"], [1702469864, "8900.754"], [1702469906, "8960.01"], [1702469936, "8999.514"], [1702469972, "9039.018"], [1702470005, "9078.522"], [1702470029, "9118.026"], [1702470065, "9157.53"], [1702470101, "9197.034"], [1702470131, "9236.538"], [1702470167, "9276.042"], [1702470203, "9315.546"], [1702470251, "9374.802"], [1702470278, "9414.306"], [1702470311, "9453.81"], [1702470347, "9493.314"], [1702470371, "9532.818"], [1702470404, "9572.322"], [1702470440, "9611.826"], [1702470476, "9651.33"], [1702470506, "9690.834"], [1702470542, "9730.338"], [1702470575, "9769.842"], [1702470611, "9809.346"], [1702470635, "9848.85"], [1702470662, "9888.354"], [1702470686, "9927.858"], [1702470719, "9967.362"], [1702470746, "10006.866"], [1702470812, "10085.874"], [1702470845, "10125.378"], [1702470875, "10164.882"], [1702470899, "10204.386"], [1702470953, "10263.642"], [1702470983, "10303.146"], [1702471025, "10342.65"], [1702471067, "10401.906"], [1702471169, "10500.666"], [1702471193, "10540.17"], [1702471226, "10579.674"], [1702471265, "10619.178"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "2.67"], [1702462721, "381.255"], [1702462736, "381.255"], [1702462751, "381.255"], [1702462763, "381.258"], [1702462793, "387.984"], [1702462808, "387.984"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "21.948"], [1702462721, "43.419"], [1702462736, "64.89"], [1702462751, "86.361"], [1702462763, "107.376"], [1702462793, "148.968"], [1702462808, "169.545"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "6.609"], [1702462721, "6.696"], [1702462736, "6.717"], [1702462751, "6.735"], [1702462763, "6.738"], [1702462793, "6.813"], [1702462808, "6.813"], [1702462829, "6.813"], [1702462844, "7.011"], [1702462865, "7.011"], [1702462880, "7.011"], [1702462904, "7.029"], [1702462919, "7.029"], [1702462952, "7.029"], [1702462973, "7.029"], [1702462988, "7.029"], [1702463045, "7.029"], [1702463081, "7.125"], [1702463114, "7.125"], [1702463150, "7.125"], [1702463186, "7.149"], [1702463216, "7.149"], [1702463240, "7.149"], [1702463273, "10.758"], [1702463324, "10.788"], [1702463354, "10.788"], [1702463381, "10.821"], [1702463417, "10.821"], [1702463453, "10.845"], [1702463477, "10.845"], [1702463510, "10.845"], [1702463537, "10.845"], [1702463570, "10.845"], [1702463591, "10.893"], [1702463621, "10.908"], [1702463657, "10.941"], [1702463693, "10.971"], [1702463729, "11.301"], [1702463765, "11.301"], [1702463798, "11.307"], [1702463846, "11.313"], [1702463873, "11.322"], [1702463906, "11.322"], [1702463948, "11.322"], [1702463984, "11.361"], [1702464014, "11.361"], [1702464050, "11.475"], [1702464086, "12.051"], [1702464122, "12.051"], [1702464155, "12.051"], [1702464194, "12.051"], [1702464230, "12.051"], [1702464263, "12.078"], [1702464299, "12.078"], [1702464332, "12.126"], [1702464356, "12.126"], [1702464392, "12.552"], [1702464425, "12.552"], [1702464455, "12.621"], [1702464479, "12.627"], [1702464509, "12.636"], [1702464533, "12.648"], [1702464569, "12.663"], [1702464605, "12.663"], [1702464635, "12.663"], [1702464671, "12.663"], [1702464716, "12.69"], [1702464743, "12.72"], [1702464776, "12.72"], [1702464812, "12.72"], [1702464836, "12.735"], [1702464869, "12.735"], [1702464905, "12.753"], [1702464926, "12.753"], [1702464956, "13.917"], [1702464992, "13.935"], [1702465016, "13.935"], [1702465049, "13.935"], [1702465085, "14.076"], [1702465118, "14.076"], [1702465145, "14.082"], [1702465178, "14.082"], [1702465208, "14.139"], [1702465241, "14.139"], [1702465298, "14.139"], [1702465334, "14.145"], [1702465367, "14.145"], [1702465394, "14.145"], [1702465418, "14.175"], [1702465445, "15.3"], [1702465481, "15.36"], [1702465517, "15.384"], [1702465550, "15.429"], [1702465586, "16.647"], [1702465619, "16.665"], [1702465658, "16.665"], [1702465706, "16.665"], [1702465754, "16.671"], [1702465787, "16.671"], [1702465823, "16.701"], [1702465856, "16.815"], [1702465880, "16.815"], [1702465910, "16.83"], [1702465952, "16.839"], [1702465988, "16.839"], [1702466015, "16.863"], [1702466030, "16.863"], [1702466060, "16.872"], [1702466078, "16.872"], [1702466138, "17.103"], [1702466168, "17.109"], [1702466204, "17.109"], [1702466237, "17.109"], [1702466261, "17.166"], [1702466291, "17.166"], [1702466327, "17.187"], [1702466360, "17.196"], [1702466384, "17.226"], [1702466417, "17.226"], [1702466441, "17.241"], [1702466471, "17.241"], [1702466507, "17.274"], [1702466540, "17.295"], [1702466597, "17.34"], [1702466633, "17.355"], [1702466666, "17.37"], [1702466705, "17.388"], [1702466732, "17.388"], [1702466765, "17.406"], [1702466801, "17.406"], [1702466852, "17.406"], [1702466876, "17.406"], [1702466918, "17.406"], [1702466978, "17.436"], [1702467014, "17.436"], [1702467038, "17.436"], [1702467068, "17.451"], [1702467122, "17.451"], [1702467158, "17.463"], [1702467191, "17.463"], [1702467221, "17.469"], [1702467257, "17.505"], [1702467299, "17.775"], [1702467350, "19.236"], [1702467386, "19.236"], [1702467419, "19.236"], [1702467455, "19.236"], [1702467515, "19.272"], [1702467542, "19.272"], [1702467566, "19.272"], [1702467599, "19.272"], [1702467635, "19.272"], [1702467668, "19.359"], [1702467695, "19.371"], [1702467716, "19.371"], [1702467746, "19.371"], [1702467800, "19.371"], [1702467824, "19.371"], [1702467908, "19.371"], [1702467944, "19.41"], [1702467968, "19.425"], [1702468001, "19.443"], [1702468031, "19.443"], [1702468067, "19.443"], [1702468085, "19.593"], [1702468115, "19.593"], [1702468151, "19.593"], [1702468181, "19.593"], [1702468208, "19.62"], [1702468241, "19.632"], [1702468256, "19.644"], [1702468286, "19.644"], [1702468322, "19.653"], [1702468352, "19.653"], [1702468388, "19.698"], [1702468424, "19.698"], [1702468457, "19.728"], [1702468493, "19.791"], [1702468517, "19.884"], [1702468550, "19.884"], [1702468586, "19.893"], [1702468613, "19.893"], [1702468637, "19.893"], [1702468679, "19.893"], [1702468721, "19.953"], [1702468730, "20.01"], [1702468766, "20.064"], [1702468799, "20.136"], [1702468835, "20.136"], [1702468898, "20.202"], [1702468934, "20.202"], [1702468970, "20.202"], [1702468994, "20.259"], [1702469024, "20.265"], [1702469060, "20.274"], [1702469111, "20.361"], [1702469144, "20.361"], [1702469168, "20.361"], [1702469204, "20.382"], [1702469237, "20.382"], [1702469273, "20.382"], [1702469303, "20.382"], [1702469336, "20.49"], [1702469360, "20.556"], [1702469387, "20.565"], [1702469411, "20.646"], [1702469435, "20.658"], [1702469468, "20.67"], [1702469504, "20.67"], [1702469537, "20.682"], [1702469573, "20.697"], [1702469606, "20.826"], [1702469633, "20.826"], [1702469660, "20.826"], [1702469684, "20.889"], [1702469717, "20.982"], [1702469753, "20.982"], [1702469786, "21.033"], [1702469816, "21.033"], [1702469834, "21.033"], [1702469864, "21.033"], [1702469906, "21.039"], [1702469936, "21.039"], [1702469972, "21.039"], [1702470005, "21.039"], [1702470029, "21.039"], [1702470065, "21.039"], [1702470101, "21.039"], [1702470131, "21.087"], [1702470167, "21.108"], [1702470203, "21.39"], [1702470251, "21.39"], [1702470278, "21.396"], [1702470311, "21.396"], [1702470347, "21.408"], [1702470371, "21.408"], [1702470404, "21.408"], [1702470440, "21.432"], [1702470476, "21.432"], [1702470506, "21.438"], [1702470542, "21.477"], [1702470575, "21.642"], [1702470611, "21.729"], [1702470635, "21.75"], [1702470662, "21.75"], [1702470686, "21.765"], [1702470719, "21.765"], [1702470746, "21.765"], [1702470812, "21.822"], [1702470845, "21.822"], [1702470875, "21.861"], [1702470899, "21.867"], [1702470953, "21.879"], [1702470983, "21.9"], [1702471025, "21.9"], [1702471067, "21.918"], [1702471169, "21.945"], [1702471193, "21.945"], [1702471226, "21.945"], [1702471265, "21.96"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "32.286"], [1702462721, "35.148"], [1702462736, "38.124"], [1702462751, "40.089"], [1702462763, "40.113"], [1702462793, "45.753"], [1702462808, "48.705"], [1702462829, "48.936"], [1702462844, "59.283"], [1702462865, "59.829"], [1702462880, "62.181"], [1702462904, "63.657"], [1702462919, "63.813"], [1702462952, "64.608"], [1702462973, "65.136"], [1702462988, "65.442"], [1702463045, "66.063"], [1702463081, "66.414"], [1702463114, "67.47"], [1702463150, "68.106"], [1702463186, "68.382"], [1702463216, "71.154"], [1702463240, "71.937"], [1702463273, "74.424"], [1702463324, "77.583"], [1702463354, "77.988"], [1702463381, "79.215"], [1702463417, "79.365"], [1702463453, "80.919"], [1702463477, "81.006"], [1702463510, "81.501"], [1702463537, "82.059"], [1702463570, "82.38"], [1702463591, "83.178"], [1702463621, "84.285"], [1702463657, "85.479"], [1702463693, "86.196"], [1702463729, "87.765"], [1702463765, "89.088"], [1702463798, "89.445"], [1702463846, "89.799"], [1702463873, "90.735"], [1702463906, "91.644"], [1702463948, "92.826"], [1702463984, "94.74"], [1702464014, "96.462"], [1702464050, "98.001"], [1702464086, "99.006"], [1702464122, "101.907"], [1702464155, "103.857"], [1702464194, "104.391"], [1702464230, "105.249"], [1702464263, "106.218"], [1702464299, "107.739"], [1702464332, "110.223"], [1702464356, "112.113"], [1702464392, "113.859"], [1702464425, "114.486"], [1702464455, "120.201"], [1702464479, "122.142"], [1702464509, "122.934"], [1702464533, "123.597"], [1702464569, "124.122"], [1702464605, "125.445"], [1702464635, "126.198"], [1702464671, "128.055"], [1702464716, "131.631"], [1702464743, "133.899"], [1702464776, "137.847"], [1702464812, "139.233"], [1702464836, "141.228"], [1702464869, "142.731"], [1702464905, "144.378"], [1702464926, "144.801"], [1702464956, "146.403"], [1702464992, "147.42"], [1702465016, "147.894"], [1702465049, "149.457"], [1702465085, "164.19"], [1702465118, "164.418"], [1702465145, "166.437"], [1702465178, "166.704"], [1702465208, "168.513"], [1702465241, "169.494"], [1702465298, "170.313"], [1702465334, "170.754"], [1702465367, "171.363"], [1702465394, "171.648"], [1702465418, "172.41"], [1702465445, "174.135"], [1702465481, "184.86"], [1702465517, "185.829"], [1702465550, "186.135"], [1702465586, "189.156"], [1702465619, "189.24"], [1702465658, "191.01"], [1702465706, "191.499"], [1702465754, "192.837"], [1702465787, "193.59"], [1702465823, "195.84"], [1702465856, "197.049"], [1702465880, "197.697"], [1702465910, "198.168"], [1702465952, "198.831"], [1702465988, "199.503"], [1702466015, "199.773"], [1702466030, "199.983"], [1702466060, "200.07"], [1702466078, "200.391"], [1702466138, "201.642"], [1702466168, "204.696"], [1702466204, "206.829"], [1702466237, "222.033"], [1702466261, "224.622"], [1702466291, "225.24"], [1702466327, "226.557"], [1702466360, "226.788"], [1702466384, "227.325"], [1702466417, "228.087"], [1702466441, "228.276"], [1702466471, "228.729"], [1702466507, "231.246"], [1702466540, "233.445"], [1702466597, "238.215"], [1702466633, "240.177"], [1702466666, "242.799"], [1702466705, "244.638"], [1702466732, "245.331"], [1702466765, "246.024"], [1702466801, "246.531"], [1702466852, "251.961"], [1702466876, "252.42"], [1702466918, "254.127"], [1702466978, "258.408"], [1702467014, "262.197"], [1702467038, "265.5"], [1702467068, "267.972"], [1702467122, "269.052"], [1702467158, "269.748"], [1702467191, "271.266"], [1702467221, "271.668"], [1702467257, "272.286"], [1702467299, "272.955"], [1702467350, "275.442"], [1702467386, "276.66"], [1702467419, "277.698"], [1702467455, "278.487"], [1702467515, "279.009"], [1702467542, "279.225"], [1702467566, "279.321"], [1702467599, "279.771"], [1702467635, "279.93"], [1702467668, "281.16"], [1702467695, "282.753"], [1702467716, "284.052"], [1702467746, "285.078"], [1702467800, "287.868"], [1702467824, "288.75"], [1702467908, "290.106"], [1702467944, "290.388"], [1702467968, "290.754"], [1702468001, "291.168"], [1702468031, "291.894"], [1702468067, "297.399"], [1702468085, "298.572"], [1702468115, "298.878"], [1702468151, "300.543"], [1702468181, "301.443"], [1702468208, "301.971"], [1702468241, "303.012"], [1702468256, "303.282"], [1702468286, "303.522"], [1702468322, "303.774"], [1702468352, "308.295"], [1702468388, "309.528"], [1702468424, "311.253"], [1702468457, "316.203"], [1702468493, "319.215"], [1702468517, "320.658"], [1702468550, "321.375"], [1702468586, "322.632"], [1702468613, "324.861"], [1702468637, "327.258"], [1702468679, "327.705"], [1702468721, "329.808"], [1702468730, "330.105"], [1702468766, "331.524"], [1702468799, "337.926"], [1702468835, "339.342"], [1702468898, "345.756"], [1702468934, "348.231"], [1702468970, "352.692"], [1702468994, "353.58"], [1702469024, "353.679"], [1702469060, "362.187"], [1702469111, "364.359"], [1702469144, "367.152"], [1702469168, "367.839"], [1702469204, "369.798"], [1702469237, "371.529"], [1702469273, "375"], [1702469303, "378.441"], [1702469336, "379.512"], [1702469360, "380.265"], [1702469387, "380.541"], [1702469411, "381.486"], [1702469435, "381.879"], [1702469468, "382.695"], [1702469504, "383.007"], [1702469537, "383.31"], [1702469573, "383.673"], [1702469606, "384.645"], [1702469633, "385.041"], [1702469660, "385.608"], [1702469684, "386.214"], [1702469717, "387.582"], [1702469753, "387.903"], [1702469786, "388.254"], [1702469816, "389.796"], [1702469834, "390.108"], [1702469864, "390.558"], [1702469906, "390.975"], [1702469936, "391.236"], [1702469972, "391.503"], [1702470005, "391.959"], [1702470029, "392.058"], [1702470065, "392.211"], [1702470101, "393.204"], [1702470131, "393.708"], [1702470167, "395.256"], [1702470203, "396.021"], [1702470251, "397.035"], [1702470278, "397.491"], [1702470311, "397.863"], [1702470347, "398.448"], [1702470371, "398.529"], [1702470404, "399.105"], [1702470440, "399.45"], [1702470476, "400.488"], [1702470506, "401.442"], [1702470542, "402.042"], [1702470575, "402.702"], [1702470611, "403.152"], [1702470635, "403.743"], [1702470662, "404.052"], [1702470686, "404.382"], [1702470719, "404.496"], [1702470746, "404.841"], [1702470812, "405.579"], [1702470845, "406.557"], [1702470875, "406.953"], [1702470899, "407.058"], [1702470953, "407.556"], [1702470983, "408.132"], [1702471025, "422.223"], [1702471067, "423.918"], [1702471169, "425.763"], [1702471193, "426.087"], [1702471226, "426.831"], [1702471265, "427.191"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "13.743"], [1702462721, "13.971"], [1702462736, "14.07"], [1702462751, "14.07"], [1702462763, "14.07"], [1702462793, "14.205"], [1702462808, "14.571"], [1702462829, "14.871"], [1702462844, "32.781"], [1702462865, "32.979"], [1702462880, "33.198"], [1702462904, "33.315"], [1702462919, "33.453"], [1702462952, "33.924"], [1702462973, "34.254"], [1702462988, "42.042"], [1702463045, "43.041"], [1702463081, "43.506"], [1702463114, "44.436"], [1702463150, "44.664"], [1702463186, "44.973"], [1702463216, "46.155"], [1702463240, "48.063"], [1702463273, "48.477"], [1702463324, "49.752"], [1702463354, "50.487"], [1702463381, "50.907"], [1702463417, "51.303"], [1702463453, "52.533"], [1702463477, "52.665"], [1702463510, "53.199"], [1702463537, "53.64"], [1702463570, "54.42"], [1702463591, "55.455"], [1702463621, "56.103"], [1702463657, "57.831"], [1702463693, "59.016"], [1702463729, "60.06"], [1702463765, "60.846"], [1702463798, "61.131"], [1702463846, "61.242"], [1702463873, "61.458"], [1702463906, "61.701"], [1702463948, "62.589"], [1702463984, "63.576"], [1702464014, "64.704"], [1702464050, "65.976"], [1702464086, "67.518"], [1702464122, "68.673"], [1702464155, "69.423"], [1702464194, "70.188"], [1702464230, "71.088"], [1702464263, "71.433"], [1702464299, "71.811"], [1702464332, "73.257"], [1702464356, "74.472"], [1702464392, "76.734"], [1702464425, "78.498"], [1702464455, "80.55"], [1702464479, "81.954"], [1702464509, "83.166"], [1702464533, "83.526"], [1702464569, "84.024"], [1702464605, "84.777"], [1702464635, "87.036"], [1702464671, "88.326"], [1702464716, "91.257"], [1702464743, "92.715"], [1702464776, "94.599"], [1702464812, "96.129"], [1702464836, "97.002"], [1702464869, "98.967"], [1702464905, "99.321"], [1702464926, "99.666"], [1702464956, "100.074"], [1702464992, "101.142"], [1702465016, "101.622"], [1702465049, "103.308"], [1702465085, "106.149"], [1702465118, "107.037"], [1702465145, "108.903"], [1702465178, "109.242"], [1702465208, "110.934"], [1702465241, "115.512"], [1702465298, "116.127"], [1702465334, "116.373"], [1702465367, "116.826"], [1702465394, "116.883"], [1702465418, "117.525"], [1702465445, "118.377"], [1702465481, "118.821"], [1702465517, "119.856"], [1702465550, "120.468"], [1702465586, "123.291"], [1702465619, "123.549"], [1702465658, "124.179"], [1702465706, "124.464"], [1702465754, "125.085"], [1702465787, "125.772"], [1702465823, "127.389"], [1702465856, "129.66"], [1702465880, "129.888"], [1702465910, "130.419"], [1702465952, "130.746"], [1702465988, "131.025"], [1702466015, "131.274"], [1702466030, "131.46"], [1702466060, "131.493"], [1702466078, "131.799"], [1702466138, "132.771"], [1702466168, "133.929"], [1702466204, "136.179"], [1702466237, "138.315"], [1702466261, "138.747"], [1702466291, "139.263"], [1702466327, "139.929"], [1702466360, "140.649"], [1702466384, "141.036"], [1702466417, "141.486"], [1702466441, "141.621"], [1702466471, "142.194"], [1702466507, "143.214"], [1702466540, "144.957"], [1702466597, "149.49"], [1702466633, "150.582"], [1702466666, "151.296"], [1702466705, "151.791"], [1702466732, "152.238"], [1702466765, "152.634"], [1702466801, "153.276"], [1702466852, "157.494"], [1702466876, "157.836"], [1702466918, "159.264"], [1702466978, "161.676"], [1702467014, "164.346"], [1702467038, "167.163"], [1702467068, "168.645"], [1702467122, "169.401"], [1702467158, "169.95"], [1702467191, "173.058"], [1702467221, "173.265"], [1702467257, "174.069"], [1702467299, "174.663"], [1702467350, "176.868"], [1702467386, "177.753"], [1702467419, "178.038"], [1702467455, "178.827"], [1702467515, "179.778"], [1702467542, "180.027"], [1702467566, "180.246"], [1702467599, "180.72"], [1702467635, "180.924"], [1702467668, "183.084"], [1702467695, "183.408"], [1702467716, "184.101"], [1702467746, "184.554"], [1702467800, "186.588"], [1702467824, "187.077"], [1702467908, "188.607"], [1702467944, "189.306"], [1702467968, "189.54"], [1702468001, "190.239"], [1702468031, "191.031"], [1702468067, "193.878"], [1702468085, "194.172"], [1702468115, "195.093"], [1702468151, "195.966"], [1702468181, "196.596"], [1702468208, "197.634"], [1702468241, "198.273"], [1702468256, "198.453"], [1702468286, "198.867"], [1702468322, "199.239"], [1702468352, "202.044"], [1702468388, "203.721"], [1702468424, "206.808"], [1702468457, "210.774"], [1702468493, "213.198"], [1702468517, "215.151"], [1702468550, "216.216"], [1702468586, "217.242"], [1702468613, "219.126"], [1702468637, "220.833"], [1702468679, "221.523"], [1702468721, "224.415"], [1702468730, "224.589"], [1702468766, "226.338"], [1702468799, "228.663"], [1702468835, "229.497"], [1702468898, "233.739"], [1702468934, "236.586"], [1702468970, "239.625"], [1702468994, "240.456"], [1702469024, "240.621"], [1702469060, "241.338"], [1702469111, "242.454"], [1702469144, "244.566"], [1702469168, "244.848"], [1702469204, "245.562"], [1702469237, "246.003"], [1702469273, "247.251"], [1702469303, "249.3"], [1702469336, "250.344"], [1702469360, "250.668"], [1702469387, "250.749"], [1702469411, "251.13"], [1702469435, "251.454"], [1702469468, "252.108"], [1702469504, "252.621"], [1702469537, "252.765"], [1702469573, "253.137"], [1702469606, "253.737"], [1702469633, "254.034"], [1702469660, "254.352"], [1702469684, "255.147"], [1702469717, "255.744"], [1702469753, "256.011"], [1702469786, "256.449"], [1702469816, "257.352"], [1702469834, "257.613"], [1702469864, "257.832"], [1702469906, "258.219"], [1702469936, "258.381"], [1702469972, "258.576"], [1702470005, "258.816"], [1702470029, "258.99"], [1702470065, "259.203"], [1702470101, "259.764"], [1702470131, "260.031"], [1702470167, "260.697"], [1702470203, "262.554"], [1702470251, "263.574"], [1702470278, "263.937"], [1702470311, "264.246"], [1702470347, "264.78"], [1702470371, "265.005"], [1702470404, "265.644"], [1702470440, "265.74"], [1702470476, "266.433"], [1702470506, "266.925"], [1702470542, "267.384"], [1702470575, "268.071"], [1702470611, "268.281"], [1702470635, "268.731"], [1702470662, "269.004"], [1702470686, "269.19"], [1702470719, "269.31"], [1702470746, "269.547"], [1702470812, "270.021"], [1702470845, "270.66"], [1702470875, "271.026"], [1702470899, "271.212"], [1702470953, "271.791"], [1702470983, "272.478"], [1702471025, "273.357"], [1702471067, "274.488"], [1702471169, "275.421"], [1702471193, "275.538"], [1702471226, "276.093"], [1702471265, "276.693"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "48.897"], [1702462721, "49.506"], [1702462736, "50.862"], [1702462751, "50.958"], [1702462763, "50.961"], [1702462793, "54.012"], [1702462808, "57.48"], [1702462829, "64.791"], [1702462844, "69.714"], [1702462865, "70.203"], [1702462880, "72.216"], [1702462904, "81.993"], [1702462919, "82.071"], [1702462952, "82.842"], [1702462973, "84.081"], [1702462988, "84.225"], [1702463045, "90.513"], [1702463081, "92.139"], [1702463114, "93.399"], [1702463150, "93.849"], [1702463186, "94.449"], [1702463216, "96.282"], [1702463240, "105.522"], [1702463273, "107.013"], [1702463324, "110.517"], [1702463354, "111.342"], [1702463381, "115.53"], [1702463417, "116.388"], [1702463453, "118.593"], [1702463477, "120.027"], [1702463510, "120.84"], [1702463537, "121.551"], [1702463570, "121.848"], [1702463591, "123.135"], [1702463621, "124.572"], [1702463657, "133.53"], [1702463693, "134.562"], [1702463729, "140.448"], [1702463765, "142.524"], [1702463798, "142.824"], [1702463846, "143.34"], [1702463873, "143.838"], [1702463906, "144.228"], [1702463948, "145.413"], [1702463984, "146.367"], [1702464014, "148.026"], [1702464050, "151.329"], [1702464086, "152.964"], [1702464122, "158.154"], [1702464155, "160.269"], [1702464194, "160.983"], [1702464230, "162.378"], [1702464263, "163.932"], [1702464299, "165.696"], [1702464332, "168.945"], [1702464356, "174.21"], [1702464392, "176.13"], [1702464425, "177.882"], [1702464455, "179.319"], [1702464479, "182.214"], [1702464509, "183.354"], [1702464533, "184.26"], [1702464569, "186.504"], [1702464605, "188.265"], [1702464635, "196.566"], [1702464671, "198.624"], [1702464716, "203.667"], [1702464743, "208.896"], [1702464776, "211.479"], [1702464812, "212.934"], [1702464836, "214.62"], [1702464869, "217.251"], [1702464905, "218.217"], [1702464926, "218.532"], [1702464956, "218.85"], [1702464992, "221.874"], [1702465016, "223.368"], [1702465049, "224.841"], [1702465085, "241.254"], [1702465118, "246.462"], [1702465145, "247.566"], [1702465178, "247.626"], [1702465208, "250.281"], [1702465241, "253.746"], [1702465298, "255.171"], [1702465334, "256.158"], [1702465367, "256.695"], [1702465394, "258.81"], [1702465418, "259.686"], [1702465445, "261.969"], [1702465481, "263.343"], [1702465517, "264.021"], [1702465550, "264.837"], [1702465586, "268.044"], [1702465619, "268.263"], [1702465658, "270.744"], [1702465706, "271.008"], [1702465754, "272.343"], [1702465787, "273.066"], [1702465823, "274.491"], [1702465856, "277.305"], [1702465880, "278.472"], [1702465910, "278.88"], [1702465952, "279.891"], [1702465988, "280.818"], [1702466015, "281.475"], [1702466030, "281.586"], [1702466060, "281.631"], [1702466078, "281.85"], [1702466138, "284.106"], [1702466168, "285.462"], [1702466204, "293.223"], [1702466237, "297.141"], [1702466261, "297.573"], [1702466291, "298.47"], [1702466327, "301.692"], [1702466360, "301.92"], [1702466384, "302.304"], [1702466417, "302.997"], [1702466441, "303.411"], [1702466471, "304.677"], [1702466507, "306.081"], [1702466540, "308.367"], [1702466597, "311.103"], [1702466633, "312.843"], [1702466666, "316.647"], [1702466705, "317.16"], [1702466732, "317.889"], [1702466765, "318.348"], [1702466801, "319.047"], [1702466852, "322.635"], [1702466876, "322.914"], [1702466918, "324.003"], [1702466978, "334.932"], [1702467014, "340.188"], [1702467038, "342.621"], [1702467068, "344.961"], [1702467122, "345.921"], [1702467158, "346.56"], [1702467191, "353.277"], [1702467221, "353.844"], [1702467257, "354.927"], [1702467299, "357.12"], [1702467350, "362.553"], [1702467386, "367.206"], [1702467419, "367.929"], [1702467455, "370.281"], [1702467515, "372.207"], [1702467542, "372.741"], [1702467566, "372.945"], [1702467599, "373.923"], [1702467635, "374.031"], [1702467668, "378.285"], [1702467695, "383.328"], [1702467716, "384.858"], [1702467746, "386.601"], [1702467800, "388.728"], [1702467824, "389.952"], [1702467908, "391.635"], [1702467944, "394.23"], [1702467968, "394.653"], [1702468001, "395.145"], [1702468031, "427.389"], [1702468067, "435.909"], [1702468085, "438.354"], [1702468115, "439.341"], [1702468151, "441.336"], [1702468181, "442.413"], [1702468208, "443.133"], [1702468241, "443.331"], [1702468256, "443.679"], [1702468286, "444.132"], [1702468322, "445.362"], [1702468352, "457.587"], [1702468388, "460.224"], [1702468424, "463.47"], [1702468457, "465.792"], [1702468493, "469.464"], [1702468517, "472.248"], [1702468550, "473.496"], [1702468586, "477.933"], [1702468613, "479.391"], [1702468637, "482.25"], [1702468679, "483.903"], [1702468721, "489.036"], [1702468730, "489.765"], [1702468766, "492.897"], [1702468799, "498.993"], [1702468835, "501.342"], [1702468898, "511.686"], [1702468934, "515.364"], [1702468970, "520.734"], [1702468994, "522.018"], [1702469024, "522.159"], [1702469060, "523.887"], [1702469111, "527.31"], [1702469144, "530.619"], [1702469168, "531.327"], [1702469204, "534.156"], [1702469237, "537.948"], [1702469273, "543.375"], [1702469303, "545.892"], [1702469336, "547.872"], [1702469360, "548.421"], [1702469387, "548.745"], [1702469411, "549.648"], [1702469435, "550.638"], [1702469468, "552.198"], [1702469504, "552.57"], [1702469537, "553.038"], [1702469573, "553.425"], [1702469606, "553.686"], [1702469633, "554.106"], [1702469660, "554.229"], [1702469684, "554.523"], [1702469717, "554.994"], [1702469753, "555.186"], [1702469786, "556.011"], [1702469816, "561.993"], [1702469834, "562.893"], [1702469864, "563.454"], [1702469906, "564"], [1702469936, "564.417"], [1702469972, "564.735"], [1702470005, "564.876"], [1702470029, "565.02"], [1702470065, "566.169"], [1702470101, "566.757"], [1702470131, "567.111"], [1702470167, "569.091"], [1702470203, "569.91"], [1702470251, "572.439"], [1702470278, "573.606"], [1702470311, "574.284"], [1702470347, "574.71"], [1702470371, "574.989"], [1702470404, "575.802"], [1702470440, "576.003"], [1702470476, "576.81"], [1702470506, "579.411"], [1702470542, "580.527"], [1702470575, "582.237"], [1702470611, "583.842"], [1702470635, "584.925"], [1702470662, "585.978"], [1702470686, "587.181"], [1702470719, "588.078"], [1702470746, "589.041"], [1702470812, "592.404"], [1702470845, "595.518"], [1702470875, "596.847"], [1702470899, "597.183"], [1702470953, "598.899"], [1702470983, "599.778"], [1702471025, "602.877"], [1702471067, "606.753"], [1702471169, "611.421"], [1702471193, "612.189"], [1702471226, "613.305"], [1702471265, "614.586"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "354.912"], [1702462721, "376.383"], [1702462736, "397.854"], [1702462751, "419.325"], [1702462763, "440.34"], [1702462793, "481.932"], [1702462808, "502.509"], [1702462829, "523.086"], [1702462844, "542.838"], [1702462865, "562.59"], [1702462880, "582.342"], [1702462904, "621.846"], [1702462919, "641.598"], [1702462952, "681.102"], [1702462973, "700.854"], [1702462988, "720.606"], [1702463045, "779.862"], [1702463081, "819.366"], [1702463114, "858.87"], [1702463150, "898.374"], [1702463186, "937.878"], [1702463216, "977.382"], [1702463240, "1016.886"], [1702463273, "1056.39"], [1702463324, "1115.646"], [1702463354, "1155.15"], [1702463381, "1194.654"], [1702463417, "1234.158"], [1702463453, "1273.662"], [1702463477, "1313.166"], [1702463510, "1352.67"], [1702463537, "1392.174"], [1702463570, "1431.678"], [1702463591, "1471.182"], [1702463621, "1510.686"], [1702463657, "1550.19"], [1702463693, "1589.694"], [1702463729, "1629.198"], [1702463765, "1668.702"], [1702463798, "1708.206"], [1702463846, "1767.462"], [1702463873, "1806.966"], [1702463906, "1846.47"], [1702463948, "1905.726"], [1702463984, "1945.23"], [1702464014, "1984.734"], [1702464050, "2024.238"], [1702464086, "2063.742"], [1702464122, "2103.246"], [1702464155, "2142.75"], [1702464194, "2202.006"], [1702464230, "2241.51"], [1702464263, "2281.014"], [1702464299, "2320.518"], [1702464332, "2360.022"], [1702464356, "2399.526"], [1702464392, "2439.03"], [1702464425, "2478.534"], [1702464455, "2518.038"], [1702464479, "2557.542"], [1702464509, "2597.046"], [1702464533, "2636.55"], [1702464569, "2676.054"], [1702464605, "2715.558"], [1702464635, "2755.062"], [1702464671, "2794.566"], [1702464716, "2834.07"], [1702464743, "2873.574"], [1702464776, "2913.078"], [1702464812, "2952.582"], [1702464836, "2992.086"], [1702464869, "3031.59"], [1702464905, "3071.094"], [1702464926, "3110.598"], [1702464956, "3150.102"], [1702464992, "3189.606"], [1702465016, "3229.11"], [1702465049, "3268.614"], [1702465085, "3308.118"], [1702465118, "3347.622"], [1702465145, "3387.126"], [1702465178, "3426.63"], [1702465208, "3466.134"], [1702465241, "3505.638"], [1702465298, "3564.894"], [1702465334, "3604.398"], [1702465367, "3643.902"], [1702465394, "3683.406"], [1702465418, "3722.91"], [1702465445, "3762.414"], [1702465481, "3801.918"], [1702465517, "3841.422"], [1702465550, "3880.926"], [1702465586, "3920.43"], [1702465619, "3959.934"], [1702465658, "3999.438"], [1702465706, "4038.942"], [1702465754, "4098.198"], [1702465787, "4137.702"], [1702465823, "4177.206"], [1702465856, "4216.71"], [1702465880, "4256.214"], [1702465910, "4295.718"], [1702465952, "4335.222"], [1702465988, "4374.726"], [1702466015, "4414.23"], [1702466030, "4453.734"], [1702466060, "4493.238"], [1702466078, "4532.742"], [1702466138, "4591.998"], [1702466168, "4631.502"], [1702466204, "4671.006"], [1702466237, "4710.51"], [1702466261, "4750.014"], [1702466291, "4789.518"], [1702466327, "4829.022"], [1702466360, "4868.526"], [1702466384, "4908.03"], [1702466417, "4947.534"], [1702466441, "4987.038"], [1702466471, "5026.542"], [1702466507, "5066.046"], [1702466540, "5105.55"], [1702466597, "5164.806"], [1702466633, "5204.31"], [1702466666, "5243.814"], [1702466705, "5283.318"], [1702466732, "5322.822"], [1702466765, "5362.326"], [1702466801, "5401.83"], [1702466852, "5461.086"], [1702466876, "5500.59"], [1702466918, "5540.094"], [1702466978, "5619.102"], [1702467014, "5658.606"], [1702467038, "5698.11"], [1702467068, "5737.614"], [1702467122, "5796.87"], [1702467158, "5836.374"], [1702467191, "5875.878"], [1702467221, "5915.382"], [1702467257, "5954.886"], [1702467299, "5994.39"], [1702467350, "6053.646"], [1702467386, "6093.15"], [1702467419, "6132.654"], [1702467455, "6172.158"], [1702467515, "6251.166"], [1702467542, "6290.67"], [1702467566, "6330.174"], [1702467599, "6369.678"], [1702467635, "6409.182"], [1702467668, "6448.686"], [1702467695, "6488.19"], [1702467716, "6527.694"], [1702467746, "6567.198"], [1702467800, "6626.454"], [1702467824, "6665.958"], [1702467908, "6764.718"], [1702467944, "6804.222"], [1702467968, "6843.726"], [1702468001, "6883.23"], [1702468031, "6922.734"], [1702468067, "6962.238"], [1702468085, "7001.742"], [1702468115, "7041.246"], [1702468151, "7080.75"], [1702468181, "7120.254"], [1702468208, "7159.758"], [1702468241, "7199.262"], [1702468256, "7238.766"], [1702468286, "7278.27"], [1702468322, "7317.774"], [1702468352, "7357.278"], [1702468388, "7396.782"], [1702468424, "7436.286"], [1702468457, "7475.79"], [1702468493, "7515.294"], [1702468517, "7554.798"], [1702468550, "7594.302"], [1702468586, "7633.806"], [1702468613, "7673.31"], [1702468637, "7712.814"], [1702468679, "7752.318"], [1702468721, "7791.822"], [1702468730, "7811.574"], [1702468766, "7851.078"], [1702468799, "7890.582"], [1702468835, "7930.086"], [1702468898, "7989.342"], [1702468934, "8028.846"], [1702468970, "8068.35"], [1702468994, "8107.854"], [1702469024, "8147.358"], [1702469060, "8186.862"], [1702469111, "8246.118"], [1702469144, "8285.622"], [1702469168, "8325.126"], [1702469204, "8364.63"], [1702469237, "8404.134"], [1702469273, "8443.638"], [1702469303, "8483.142"], [1702469336, "8522.646"], [1702469360, "8562.15"], [1702469387, "8601.654"], [1702469411, "8641.158"], [1702469435, "8680.662"], [1702469468, "8720.166"], [1702469504, "8759.67"], [1702469537, "8799.174"], [1702469573, "8838.678"], [1702469606, "8878.182"], [1702469633, "8917.686"], [1702469660, "8957.19"], [1702469684, "8996.694"], [1702469717, "9036.198"], [1702469753, "9075.702"], [1702469786, "9115.206"], [1702469816, "9154.71"], [1702469834, "9194.214"], [1702469864, "9233.718"], [1702469906, "9292.974"], [1702469936, "9332.478"], [1702469972, "9371.982"], [1702470005, "9411.486"], [1702470029, "9450.99"], [1702470065, "9490.494"], [1702470101, "9529.998"], [1702470131, "9569.502"], [1702470167, "9609.006"], [1702470203, "9648.51"], [1702470251, "9707.766"], [1702470278, "9747.27"], [1702470311, "9786.774"], [1702470347, "9826.278"], [1702470371, "9865.782"], [1702470404, "9905.286"], [1702470440, "9944.79"], [1702470476, "9984.294"], [1702470506, "10023.798"], [1702470542, "10063.302"], [1702470575, "10102.806"], [1702470611, "10142.31"], [1702470635, "10181.814"], [1702470662, "10221.318"], [1702470686, "10260.822"], [1702470719, "10300.326"], [1702470746, "10339.83"], [1702470812, "10418.838"], [1702470845, "10458.342"], [1702470875, "10497.846"], [1702470899, "10537.35"], [1702470953, "10596.606"], [1702470983, "10636.11"], [1702471025, "10675.614"], [1702471067, "10734.87"], [1702471169, "10833.63"], [1702471193, "10873.134"], [1702471226, "10912.638"], [1702471265, "10952.142"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "42.345"], [1702462721, "42.345"], [1702462736, "42.939"], [1702462751, "43.272"], [1702462763, "43.275"], [1702462793, "46.08"], [1702462808, "47.097"], [1702462829, "47.496"], [1702462844, "53.265"], [1702462865, "55.311"], [1702462880, "57.747"], [1702462904, "60.825"], [1702462919, "61.23"], [1702462952, "61.581"], [1702462973, "62.82"], [1702462988, "63.276"], [1702463045, "73.758"], [1702463081, "74.157"], [1702463114, "74.409"], [1702463150, "74.775"], [1702463186, "76.128"], [1702463216, "78.33"], [1702463240, "78.699"], [1702463273, "80.661"], [1702463324, "85.992"], [1702463354, "86.385"], [1702463381, "87.033"], [1702463417, "87.564"], [1702463453, "89.67"], [1702463477, "89.961"], [1702463510, "90.969"], [1702463537, "92.034"], [1702463570, "93.132"], [1702463591, "94.017"], [1702463621, "98.874"], [1702463657, "100.575"], [1702463693, "102.96"], [1702463729, "107.829"], [1702463765, "108.612"], [1702463798, "108.888"], [1702463846, "109.311"], [1702463873, "109.914"], [1702463906, "110.472"], [1702463948, "111.432"], [1702463984, "113.07"], [1702464014, "115.083"], [1702464050, "116.475"], [1702464086, "119.502"], [1702464122, "122.145"], [1702464155, "123.726"], [1702464194, "125.118"], [1702464230, "125.667"], [1702464263, "126.369"], [1702464299, "128.328"], [1702464332, "131.559"], [1702464356, "134.061"], [1702464392, "137.121"], [1702464425, "138.45"], [1702464455, "139.134"], [1702464479, "141.039"], [1702464509, "141.39"], [1702464533, "142.359"], [1702464569, "143.346"], [1702464605, "145.362"], [1702464635, "156.879"], [1702464671, "160.647"], [1702464716, "164.247"], [1702464743, "165.711"], [1702464776, "170.694"], [1702464812, "172.569"], [1702464836, "173.952"], [1702464869, "176.859"], [1702464905, "178.161"], [1702464926, "178.371"], [1702464956, "179.208"], [1702464992, "180.939"], [1702465016, "181.542"], [1702465049, "184.293"], [1702465085, "187.686"], [1702465118, "189.159"], [1702465145, "190.395"], [1702465178, "190.776"], [1702465208, "191.391"], [1702465241, "194.796"], [1702465298, "195.726"], [1702465334, "196.368"], [1702465367, "197.052"], [1702465394, "197.178"], [1702465418, "198.831"], [1702465445, "200.673"], [1702465481, "202.701"], [1702465517, "203.997"], [1702465550, "204.756"], [1702465586, "207.753"], [1702465619, "207.933"], [1702465658, "211.227"], [1702465706, "211.644"], [1702465754, "212.853"], [1702465787, "213.957"], [1702465823, "215.697"], [1702465856, "218.295"], [1702465880, "218.811"], [1702465910, "219.471"], [1702465952, "220.176"], [1702465988, "221.181"], [1702466015, "221.484"], [1702466030, "221.625"], [1702466060, "221.862"], [1702466078, "221.973"], [1702466138, "223.977"], [1702466168, "224.832"], [1702466204, "227.004"], [1702466237, "236.613"], [1702466261, "236.982"], [1702466291, "237.903"], [1702466327, "239.832"], [1702466360, "240.444"], [1702466384, "240.804"], [1702466417, "241.32"], [1702466441, "241.497"], [1702466471, "241.827"], [1702466507, "248.97"], [1702466540, "250.44"], [1702466597, "254.898"], [1702466633, "255.897"], [1702466666, "257.64"], [1702466705, "259.506"], [1702466732, "259.668"], [1702466765, "259.818"], [1702466801, "260.388"], [1702466852, "265.515"], [1702466876, "266.034"], [1702466918, "267.942"], [1702466978, "269.85"], [1702467014, "274.26"], [1702467038, "274.713"], [1702467068, "275.628"], [1702467122, "277.845"], [1702467158, "279.045"], [1702467191, "283.455"], [1702467221, "283.764"], [1702467257, "284.667"], [1702467299, "286.155"], [1702467350, "291.327"], [1702467386, "293.835"], [1702467419, "294.705"], [1702467455, "298.665"], [1702467515, "299.457"], [1702467542, "299.877"], [1702467566, "300.084"], [1702467599, "300.939"], [1702467635, "301.38"], [1702467668, "302.466"], [1702467695, "304.116"], [1702467716, "305.562"], [1702467746, "307.26"], [1702467800, "312.801"], [1702467824, "313.728"], [1702467908, "316.08"], [1702467944, "316.677"], [1702467968, "316.983"], [1702468001, "317.472"], [1702468031, "318.279"], [1702468067, "322.335"], [1702468085, "323.238"], [1702468115, "324.129"], [1702468151, "326.091"], [1702468181, "326.898"], [1702468208, "327.891"], [1702468241, "328.821"], [1702468256, "329.193"], [1702468286, "329.694"], [1702468322, "330.222"], [1702468352, "331.521"], [1702468388, "336.099"], [1702468424, "340.515"], [1702468457, "344.595"], [1702468493, "348.549"], [1702468517, "350.463"], [1702468550, "350.754"], [1702468586, "352.656"], [1702468613, "354.729"], [1702468637, "356.247"], [1702468679, "356.931"], [1702468721, "361.119"], [1702468730, "361.518"], [1702468766, "365.433"], [1702468799, "372.663"], [1702468835, "374.694"], [1702468898, "378.999"], [1702468934, "382.86"], [1702468970, "387.747"], [1702468994, "388.953"], [1702469024, "389.325"], [1702469060, "390.18"], [1702469111, "392.253"], [1702469144, "395.247"], [1702469168, "395.91"], [1702469204, "397.653"], [1702469237, "399.126"], [1702469273, "402.276"], [1702469303, "406.413"], [1702469336, "407.991"], [1702469360, "409.257"], [1702469387, "409.65"], [1702469411, "411.165"], [1702469435, "412.23"], [1702469468, "413.601"], [1702469504, "414.033"], [1702469537, "414.411"], [1702469573, "415.104"], [1702469606, "415.719"], [1702469633, "416.628"], [1702469660, "417.732"], [1702469684, "418.62"], [1702469717, "419.502"], [1702469753, "419.769"], [1702469786, "420.291"], [1702469816, "421.461"], [1702469834, "421.956"], [1702469864, "422.496"], [1702469906, "423.03"], [1702469936, "423.471"], [1702469972, "424.44"], [1702470005, "424.584"], [1702470029, "424.827"], [1702470065, "425.073"], [1702470101, "426"], [1702470131, "426.495"], [1702470167, "427.797"], [1702470203, "429.294"], [1702470251, "430.431"], [1702470278, "431.112"], [1702470311, "431.601"], [1702470347, "432.213"], [1702470371, "432.534"], [1702470404, "433.284"], [1702470440, "433.428"], [1702470476, "434.124"], [1702470506, "434.637"], [1702470542, "435.756"], [1702470575, "436.605"], [1702470611, "437.202"], [1702470635, "438.147"], [1702470662, "438.753"], [1702470686, "439.209"], [1702470719, "439.647"], [1702470746, "440.184"], [1702470812, "441.252"], [1702470845, "442.197"], [1702470875, "442.971"], [1702470899, "443.253"], [1702470953, "443.586"], [1702470983, "444.105"], [1702471025, "445.278"], [1702471067, "447.237"], [1702471169, "449.091"], [1702471193, "449.241"], [1702471226, "449.517"], [1702471265, "449.979"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.336"], [1702462793, "0.336"], [1702462808, "0.336"], [1702462829, "0.336"], [1702462844, "0.336"], [1702462865, "0.336"], [1702462880, "0.336"], [1702462904, "0.336"], [1702462919, "0.336"], [1702462952, "0.336"], [1702462973, "0.336"], [1702462988, "0.336"], [1702463045, "0.447"], [1702463081, "0.447"], [1702463114, "0.447"], [1702463150, "0.447"], [1702463186, "0.447"], [1702463216, "0.447"], [1702463240, "0.447"], [1702463273, "0.447"], [1702463324, "0.447"], [1702463354, "0.447"], [1702463381, "0.447"], [1702463417, "0.447"], [1702463453, "0.447"], [1702463477, "0.447"], [1702463510, "0.447"], [1702463537, "0.447"], [1702463570, "0.447"], [1702463591, "0.447"], [1702463621, "0.447"], [1702463657, "0.447"], [1702463693, "0.447"], [1702463729, "0.447"], [1702463765, "0.447"], [1702463798, "0.447"], [1702463846, "0.447"], [1702463873, "0.447"], [1702463906, "0.447"], [1702463948, "0.447"], [1702463984, "0.447"], [1702464014, "0.447"], [1702464050, "0.447"], [1702464086, "0.447"], [1702464122, "0.447"], [1702464155, "0.447"], [1702464194, "0.447"], [1702464230, "0.447"], [1702464263, "0.447"], [1702464299, "0.447"], [1702464332, "0.447"], [1702464356, "0.447"], [1702464392, "0.447"], [1702464425, "0.447"], [1702464455, "0.447"], [1702464479, "0.447"], [1702464509, "0.447"], [1702464533, "0.447"], [1702464569, "0.447"], [1702464605, "0.447"], [1702464635, "0.447"], [1702464671, "0.447"], [1702464716, "0.447"], [1702464743, "0.447"], [1702464776, "0.447"], [1702464812, "0.447"], [1702464836, "0.447"], [1702464869, "0.447"], [1702464905, "0.447"], [1702464926, "0.447"], [1702464956, "0.447"], [1702464992, "0.447"], [1702465016, "0.447"], [1702465049, "0.447"], [1702465085, "0.447"], [1702465118, "0.447"], [1702465145, "0.447"], [1702465178, "0.447"], [1702465208, "0.447"], [1702465241, "0.447"], [1702465298, "0.447"], [1702465334, "0.447"], [1702465367, "0.447"], [1702465394, "0.447"], [1702465418, "0.447"], [1702465445, "0.447"], [1702465481, "0.447"], [1702465517, "0.447"], [1702465550, "0.447"], [1702465586, "0.447"], [1702465619, "0.447"], [1702465658, "0.447"], [1702465706, "0.447"], [1702465754, "0.447"], [1702465787, "0.447"], [1702465823, "0.447"], [1702465856, "0.447"], [1702465880, "0.447"], [1702465910, "0.447"], [1702465952, "0.447"], [1702465988, "0.447"], [1702466015, "0.447"], [1702466030, "0.447"], [1702466060, "0.447"], [1702466078, "0.447"], [1702466138, "0.447"], [1702466168, "0.447"], [1702466204, "0.447"], [1702466237, "0.447"], [1702466261, "0.447"], [1702466291, "0.447"], [1702466327, "0.447"], [1702466360, "0.447"], [1702466384, "0.447"], [1702466417, "0.447"], [1702466441, "0.447"], [1702466471, "0.447"], [1702466507, "0.447"], [1702466540, "0.447"], [1702466597, "0.447"], [1702466633, "0.447"], [1702466666, "0.447"], [1702466705, "0.447"], [1702466732, "0.447"], [1702466765, "0.447"], [1702466801, "0.447"], [1702466852, "0.447"], [1702466876, "0.447"], [1702466918, "0.447"], [1702466978, "0.447"], [1702467014, "0.447"], [1702467038, "0.447"], [1702467068, "0.447"], [1702467122, "0.447"], [1702467158, "0.447"], [1702467191, "0.447"], [1702467221, "0.447"], [1702467257, "0.447"], [1702467299, "0.447"], [1702467350, "0.447"], [1702467386, "0.447"], [1702467419, "0.447"], [1702467455, "0.447"], [1702467515, "0.447"], [1702467542, "0.447"], [1702467566, "0.447"], [1702467599, "0.447"], [1702467635, "0.447"], [1702467668, "0.447"], [1702467695, "0.447"], [1702467716, "0.447"], [1702467746, "0.447"], [1702467800, "0.447"], [1702467824, "0.447"], [1702467908, "0.447"], [1702467944, "0.447"], [1702467968, "0.447"], [1702468001, "0.447"], [1702468031, "0.447"], [1702468067, "0.447"], [1702468085, "0.447"], [1702468115, "0.447"], [1702468151, "0.447"], [1702468181, "0.447"], [1702468208, "0.447"], [1702468241, "0.447"], [1702468256, "0.447"], [1702468286, "0.447"], [1702468322, "0.447"], [1702468352, "0.447"], [1702468388, "0.447"], [1702468424, "0.447"], [1702468457, "0.447"], [1702468493, "0.447"], [1702468517, "0.447"], [1702468550, "0.447"], [1702468586, "0.447"], [1702468613, "0.447"], [1702468637, "0.447"], [1702468679, "0.447"], [1702468721, "0.447"], [1702468730, "0.447"], [1702468766, "0.447"], [1702468799, "0.447"], [1702468835, "0.447"], [1702468898, "0.447"], [1702468934, "0.447"], [1702468970, "0.447"], [1702468994, "0.447"], [1702469024, "0.447"], [1702469060, "0.447"], [1702469111, "0.447"], [1702469144, "0.447"], [1702469168, "0.447"], [1702469204, "0.447"], [1702469237, "0.447"], [1702469273, "0.447"], [1702469303, "0.447"], [1702469336, "0.447"], [1702469360, "0.447"], [1702469387, "0.447"], [1702469411, "0.447"], [1702469435, "0.447"], [1702469468, "0.447"], [1702469504, "0.447"], [1702469537, "0.447"], [1702469573, "0.447"], [1702469606, "0.447"], [1702469633, "0.447"], [1702469660, "0.447"], [1702469684, "0.447"], [1702469717, "0.447"], [1702469753, "0.447"], [1702469786, "0.447"], [1702469816, "0.447"], [1702469834, "0.447"], [1702469864, "0.447"], [1702469906, "0.447"], [1702469936, "0.447"], [1702469972, "0.447"], [1702470005, "0.447"], [1702470029, "0.447"], [1702470065, "0.447"], [1702470101, "0.447"], [1702470131, "0.447"], [1702470167, "0.447"], [1702470203, "0.447"], [1702470251, "0.447"], [1702470278, "0.447"], [1702470311, "0.447"], [1702470347, "0.447"], [1702470371, "0.447"], [1702470404, "0.447"], [1702470440, "0.447"], [1702470476, "0.447"], [1702470506, "0.447"], [1702470542, "0.447"], [1702470575, "0.447"], [1702470611, "0.447"], [1702470635, "0.447"], [1702470662, "0.447"], [1702470686, "0.447"], [1702470719, "0.447"], [1702470746, "0.447"], [1702470812, "0.447"], [1702470845, "0.447"], [1702470875, "0.447"], [1702470899, "0.447"], [1702470953, "0.447"], [1702470983, "0.447"], [1702471025, "0.447"], [1702471067, "0.447"], [1702471169, "0.447"], [1702471193, "0.447"], [1702471226, "0.447"], [1702471265, "0.447"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "200.346"], [1702462793, "241.938"], [1702462808, "262.515"], [1702462829, "283.092"], [1702462844, "302.844"], [1702462865, "322.596"], [1702462880, "342.348"], [1702462904, "381.852"], [1702462919, "401.604"], [1702462952, "441.108"], [1702462973, "460.86"], [1702462988, "480.612"], [1702463045, "539.868"], [1702463081, "579.372"], [1702463114, "618.876"], [1702463150, "658.38"], [1702463186, "697.884"], [1702463216, "737.388"], [1702463240, "776.892"], [1702463273, "816.396"], [1702463324, "875.652"], [1702463354, "915.156"], [1702463381, "954.66"], [1702463417, "994.164"], [1702463453, "1033.668"], [1702463477, "1073.172"], [1702463510, "1112.676"], [1702463537, "1152.18"], [1702463570, "1191.684"], [1702463591, "1231.188"], [1702463621, "1270.692"], [1702463657, "1310.196"], [1702463693, "1349.7"], [1702463729, "1389.204"], [1702463765, "1428.708"], [1702463798, "1468.212"], [1702463846, "1527.468"], [1702463873, "1566.972"], [1702463906, "1606.476"], [1702463948, "1665.732"], [1702463984, "1705.236"], [1702464014, "1744.74"], [1702464050, "1784.244"], [1702464086, "1823.748"], [1702464122, "1863.252"], [1702464155, "1902.756"], [1702464194, "1962.012"], [1702464230, "2001.516"], [1702464263, "2041.02"], [1702464299, "2080.524"], [1702464332, "2120.028"], [1702464356, "2159.532"], [1702464392, "2199.036"], [1702464425, "2238.54"], [1702464455, "2278.044"], [1702464479, "2317.548"], [1702464509, "2357.052"], [1702464533, "2396.556"], [1702464569, "2436.06"], [1702464605, "2475.564"], [1702464635, "2515.068"], [1702464671, "2554.572"], [1702464716, "2594.076"], [1702464743, "2633.58"], [1702464776, "2673.084"], [1702464812, "2712.588"], [1702464836, "2752.092"], [1702464869, "2791.596"], [1702464905, "2831.1"], [1702464926, "2870.604"], [1702464956, "2910.108"], [1702464992, "2949.612"], [1702465016, "2989.116"], [1702465049, "3028.62"], [1702465085, "3068.124"], [1702465118, "3107.628"], [1702465145, "3147.132"], [1702465178, "3186.636"], [1702465208, "3226.14"], [1702465241, "3265.644"], [1702465298, "3324.9"], [1702465334, "3364.404"], [1702465367, "3403.908"], [1702465394, "3443.412"], [1702465418, "3482.916"], [1702465445, "3522.42"], [1702465481, "3561.924"], [1702465517, "3601.428"], [1702465550, "3640.932"], [1702465586, "3680.436"], [1702465619, "3719.94"], [1702465658, "3759.444"], [1702465706, "3798.948"], [1702465754, "3858.204"], [1702465787, "3897.708"], [1702465823, "3937.212"], [1702465856, "3976.716"], [1702465880, "4016.22"], [1702465910, "4055.724"], [1702465952, "4095.228"], [1702465988, "4134.732"], [1702466015, "4174.236"], [1702466030, "4213.74"], [1702466060, "4253.244"], [1702466078, "4292.748"], [1702466138, "4352.004"], [1702466168, "4391.508"], [1702466204, "4431.012"], [1702466237, "4470.516"], [1702466261, "4510.02"], [1702466291, "4549.524"], [1702466327, "4589.028"], [1702466360, "4628.532"], [1702466384, "4668.036"], [1702466417, "4707.54"], [1702466441, "4747.044"], [1702466471, "4786.548"], [1702466507, "4826.052"], [1702466540, "4865.556"], [1702466597, "4924.812"], [1702466633, "4964.316"], [1702466666, "5003.82"], [1702466705, "5043.324"], [1702466732, "5082.828"], [1702466765, "5122.332"], [1702466801, "5161.836"], [1702466852, "5221.092"], [1702466876, "5260.596"], [1702466918, "5300.1"], [1702466978, "5379.108"], [1702467014, "5418.612"], [1702467038, "5458.116"], [1702467068, "5497.62"], [1702467122, "5556.876"], [1702467158, "5596.38"], [1702467191, "5635.884"], [1702467221, "5675.388"], [1702467257, "5714.892"], [1702467299, "5754.396"], [1702467350, "5813.652"], [1702467386, "5853.156"], [1702467419, "5892.66"], [1702467455, "5932.164"], [1702467515, "6011.172"], [1702467542, "6050.676"], [1702467566, "6090.18"], [1702467599, "6129.684"], [1702467635, "6169.188"], [1702467668, "6208.692"], [1702467695, "6248.196"], [1702467716, "6287.7"], [1702467746, "6327.204"], [1702467800, "6386.46"], [1702467824, "6425.964"], [1702467908, "6524.724"], [1702467944, "6564.228"], [1702467968, "6603.732"], [1702468001, "6643.236"], [1702468031, "6682.74"], [1702468067, "6722.244"], [1702468085, "6761.748"], [1702468115, "6801.252"], [1702468151, "6840.756"], [1702468181, "6880.26"], [1702468208, "6919.764"], [1702468241, "6959.268"], [1702468256, "6998.772"], [1702468286, "7038.276"], [1702468322, "7077.78"], [1702468352, "7117.284"], [1702468388, "7156.788"], [1702468424, "7196.292"], [1702468457, "7235.796"], [1702468493, "7275.3"], [1702468517, "7314.804"], [1702468550, "7354.308"], [1702468586, "7393.812"], [1702468613, "7433.316"], [1702468637, "7472.82"], [1702468679, "7512.324"], [1702468721, "7551.828"], [1702468730, "7571.58"], [1702468766, "7611.084"], [1702468799, "7650.588"], [1702468835, "7690.092"], [1702468898, "7749.348"], [1702468934, "7788.852"], [1702468970, "7828.356"], [1702468994, "7867.86"], [1702469024, "7907.364"], [1702469060, "7946.868"], [1702469111, "8006.124"], [1702469144, "8045.628"], [1702469168, "8085.132"], [1702469204, "8124.636"], [1702469237, "8164.14"], [1702469273, "8203.644"], [1702469303, "8243.148"], [1702469336, "8282.652"], [1702469360, "8322.156"], [1702469387, "8361.66"], [1702469411, "8401.164"], [1702469435, "8440.668"], [1702469468, "8480.172"], [1702469504, "8519.676"], [1702469537, "8559.18"], [1702469573, "8598.684"], [1702469606, "8638.188"], [1702469633, "8677.692"], [1702469660, "8717.196"], [1702469684, "8756.7"], [1702469717, "8796.204"], [1702469753, "8835.708"], [1702469786, "8875.212"], [1702469816, "8914.716"], [1702469834, "8954.22"], [1702469864, "8993.724"], [1702469906, "9052.98"], [1702469936, "9092.484"], [1702469972, "9131.988"], [1702470005, "9171.492"], [1702470029, "9210.996"], [1702470065, "9250.5"], [1702470101, "9290.004"], [1702470131, "9329.508"], [1702470167, "9369.012"], [1702470203, "9408.516"], [1702470251, "9467.772"], [1702470278, "9507.276"], [1702470311, "9546.78"], [1702470347, "9586.284"], [1702470371, "9625.788"], [1702470404, "9665.292"], [1702470440, "9704.796"], [1702470476, "9744.3"], [1702470506, "9783.804"], [1702470542, "9823.308"], [1702470575, "9862.812"], [1702470611, "9902.316"], [1702470635, "9941.82"], [1702470662, "9981.324"], [1702470686, "10020.828"], [1702470719, "10060.332"], [1702470746, "10099.836"], [1702470812, "10178.844"], [1702470845, "10218.348"], [1702470875, "10257.852"], [1702470899, "10297.356"], [1702470953, "10356.612"], [1702470983, "10396.116"], [1702471025, "10435.62"], [1702471067, "10494.876"], [1702471169, "10593.636"], [1702471193, "10633.14"], [1702471226, "10672.644"], [1702471265, "10712.148"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.336"], [1702462721, "0.336"], [1702462736, "0.336"], [1702462751, "0.336"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "114.918"], [1702462721, "136.389"], [1702462736, "157.86"], [1702462751, "179.331"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "21.114"], [1702462721, "21.114"], [1702462736, "21.114"], [1702462751, "21.186"], [1702462763, "21.186"], [1702462793, "21.186"], [1702462808, "21.186"], [1702462829, "21.186"], [1702462844, "21.186"], [1702462865, "21.186"], [1702462880, "21.186"], [1702462904, "21.186"], [1702462919, "21.186"], [1702462952, "21.186"], [1702462973, "21.546"], [1702462988, "21.546"], [1702463045, "30.3"], [1702463081, "30.3"], [1702463114, "30.516"], [1702463150, "30.516"], [1702463186, "30.516"], [1702463216, "30.516"], [1702463240, "30.516"], [1702463273, "30.516"], [1702463324, "30.831"], [1702463354, "30.831"], [1702463381, "32.148"], [1702463417, "32.148"], [1702463453, "33.267"], [1702463477, "33.267"], [1702463510, "33.267"], [1702463537, "33.267"], [1702463570, "33.267"], [1702463591, "33.267"], [1702463621, "33.267"], [1702463657, "33.267"], [1702463693, "33.267"], [1702463729, "41.223"], [1702463765, "41.223"], [1702463798, "41.223"], [1702463846, "41.223"], [1702463873, "41.223"], [1702463906, "41.223"], [1702463948, "41.223"], [1702463984, "41.223"], [1702464014, "41.223"], [1702464050, "43.008"], [1702464086, "43.008"], [1702464122, "43.008"], [1702464155, "43.017"], [1702464194, "43.017"], [1702464230, "52.08"], [1702464263, "52.08"], [1702464299, "52.08"], [1702464332, "52.08"], [1702464356, "53.121"], [1702464392, "53.121"], [1702464425, "53.121"], [1702464455, "53.121"], [1702464479, "53.121"], [1702464509, "53.121"], [1702464533, "53.961"], [1702464569, "53.961"], [1702464605, "53.961"], [1702464635, "53.961"], [1702464671, "53.961"], [1702464716, "53.961"], [1702464743, "53.961"], [1702464776, "53.961"], [1702464812, "53.961"], [1702464836, "57.309"], [1702464869, "57.309"], [1702464905, "58.494"], [1702464926, "58.5"], [1702464956, "58.698"], [1702464992, "58.698"], [1702465016, "60.387"], [1702465049, "60.387"], [1702465085, "60.387"], [1702465118, "60.387"], [1702465145, "60.387"], [1702465178, "60.387"], [1702465208, "60.387"], [1702465241, "60.387"], [1702465298, "60.387"], [1702465334, "60.387"], [1702465367, "60.387"], [1702465394, "60.399"], [1702465418, "60.471"], [1702465445, "60.471"], [1702465481, "60.471"], [1702465517, "60.471"], [1702465550, "60.471"], [1702465586, "60.471"], [1702465619, "60.579"], [1702465658, "60.579"], [1702465706, "60.579"], [1702465754, "60.579"], [1702465787, "61.866"], [1702465823, "61.866"], [1702465856, "61.866"], [1702465880, "61.866"], [1702465910, "61.866"], [1702465952, "61.866"], [1702465988, "61.866"], [1702466015, "61.866"], [1702466030, "61.866"], [1702466060, "61.866"], [1702466078, "61.866"], [1702466138, "61.866"], [1702466168, "61.866"], [1702466204, "61.866"], [1702466237, "61.866"], [1702466261, "63.144"], [1702466291, "63.144"], [1702466327, "63.144"], [1702466360, "63.144"], [1702466384, "63.144"], [1702466417, "63.144"], [1702466441, "67.482"], [1702466471, "67.482"], [1702466507, "67.482"], [1702466540, "67.482"], [1702466597, "67.482"], [1702466633, "69.801"], [1702466666, "69.801"], [1702466705, "69.801"], [1702466732, "69.801"], [1702466765, "69.825"], [1702466801, "69.825"], [1702466852, "69.825"], [1702466876, "69.825"], [1702466918, "69.825"], [1702466978, "69.825"], [1702467014, "69.825"], [1702467038, "69.825"], [1702467068, "69.825"], [1702467122, "69.825"], [1702467158, "69.825"], [1702467191, "69.87"], [1702467221, "69.87"], [1702467257, "69.87"], [1702467299, "69.87"], [1702467350, "70.2"], [1702467386, "70.2"], [1702467419, "70.2"], [1702467455, "71.049"], [1702467515, "71.049"], [1702467542, "71.049"], [1702467566, "71.058"], [1702467599, "71.058"], [1702467635, "71.058"], [1702467668, "75.45"], [1702467695, "75.45"], [1702467716, "77.097"], [1702467746, "77.097"], [1702467800, "77.097"], [1702467824, "77.097"], [1702467908, "77.931"], [1702467944, "77.931"], [1702467968, "77.931"], [1702468001, "77.931"], [1702468031, "77.931"], [1702468067, "77.991"], [1702468085, "77.991"], [1702468115, "77.991"], [1702468151, "77.991"], [1702468181, "77.991"], [1702468208, "77.991"], [1702468241, "77.991"], [1702468256, "77.991"], [1702468286, "77.991"], [1702468322, "77.991"], [1702468352, "77.991"], [1702468388, "78.552"], [1702468424, "78.552"], [1702468457, "78.552"], [1702468493, "78.552"], [1702468517, "78.552"], [1702468550, "78.552"], [1702468586, "78.552"], [1702468613, "78.552"], [1702468637, "78.552"], [1702468679, "78.552"], [1702468721, "78.552"], [1702468730, "78.552"], [1702468766, "78.552"], [1702468799, "78.552"], [1702468835, "78.552"], [1702468898, "79.461"], [1702468934, "79.461"], [1702468970, "82.026"], [1702468994, "82.026"], [1702469024, "82.038"], [1702469060, "82.038"], [1702469111, "82.038"], [1702469144, "82.038"], [1702469168, "82.038"], [1702469204, "82.038"], [1702469237, "82.038"], [1702469273, "82.062"], [1702469303, "82.062"], [1702469336, "82.062"], [1702469360, "82.062"], [1702469387, "82.062"], [1702469411, "82.062"], [1702469435, "82.062"], [1702469468, "82.062"], [1702469504, "82.062"], [1702469537, "82.065"], [1702469573, "82.122"], [1702469606, "82.122"], [1702469633, "82.122"], [1702469660, "82.122"], [1702469684, "82.122"], [1702469717, "82.122"], [1702469753, "82.446"], [1702469786, "82.446"], [1702469816, "82.446"], [1702469834, "82.446"], [1702469864, "82.446"], [1702469906, "82.446"], [1702469936, "82.446"], [1702469972, "82.446"], [1702470005, "82.446"], [1702470029, "82.446"], [1702470065, "82.446"], [1702470101, "82.446"], [1702470131, "82.446"], [1702470167, "82.446"], [1702470203, "82.446"], [1702470251, "82.446"], [1702470278, "82.446"], [1702470311, "82.446"], [1702470347, "82.446"], [1702470371, "82.449"], [1702470404, "82.449"], [1702470440, "82.449"], [1702470476, "82.449"], [1702470506, "82.449"], [1702470542, "82.449"], [1702470575, "82.449"], [1702470611, "82.449"], [1702470635, "82.449"], [1702470662, "82.449"], [1702470686, "82.449"], [1702470719, "82.449"], [1702470746, "82.449"], [1702470812, "84.543"], [1702470845, "85.602"], [1702470875, "85.602"], [1702470899, "85.602"], [1702470953, "85.866"], [1702470983, "85.866"], [1702471025, "85.866"], [1702471067, "87.837"], [1702471169, "87.837"], [1702471193, "87.837"], [1702471226, "87.837"], [1702471265, "87.837"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "17799.939"], [1702462721, "18606.294"], [1702462736, "19419.363"], [1702462751, "20307.561"], [1702462763, "20311.185"], [1702462793, "21652.512"], [1702462808, "22683.276"], [1702462829, "23409.459"], [1702462844, "26321.589"], [1702462865, "27706.83"], [1702462880, "28823.157"], [1702462904, "29893.065"], [1702462919, "30104.1"], [1702462952, "30761.997"], [1702462973, "31372.056"], [1702462988, "31788.411"], [1702463045, "32835.729"], [1702463081, "33217.551"], [1702463114, "34322.325"], [1702463150, "34831.809"], [1702463186, "35380.311"], [1702463216, "36972.684"], [1702463240, "37768.263"], [1702463273, "38929.965"], [1702463324, "41730.312"], [1702463354, "42016.59"], [1702463381, "42655.215"], [1702463417, "43091.415"], [1702463453, "44650.683"], [1702463477, "44866.02"], [1702463510, "45566.001"], [1702463537, "45970.257"], [1702463570, "46669.662"], [1702463591, "47460.657"], [1702463621, "48454.494"], [1702463657, "49691.091"], [1702463693, "50119.947"], [1702463729, "52878.615"], [1702463765, "54146.595"], [1702463798, "54344.334"], [1702463846, "54617.907"], [1702463873, "55157.571"], [1702463906, "55652.406"], [1702463948, "56920.251"], [1702463984, "58549.932"], [1702464014, "59507.94"], [1702464050, "60768.879"], [1702464086, "62621.433"], [1702464122, "63949.548"], [1702464155, "64840.995"], [1702464194, "65469.369"], [1702464230, "66076.299"], [1702464263, "66571.5"], [1702464299, "67838.265"], [1702464332, "69937.071"], [1702464356, "71351.727"], [1702464392, "72712.476"], [1702464425, "73551.357"], [1702464455, "75231.006"], [1702464479, "76515.87"], [1702464509, "77221.491"], [1702464533, "77836.518"], [1702464569, "78602.232"], [1702464605, "79619.304"], [1702464635, "81879.513"], [1702464671, "83557.881"], [1702464716, "87580.179"], [1702464743, "89395.059"], [1702464776, "92094.522"], [1702464812, "93331.917"], [1702464836, "94347.822"], [1702464869, "96238.572"], [1702464905, "98040.861"], [1702464926, "98475.465"], [1702464956, "100032.675"], [1702464992, "102017.034"], [1702465016, "102642.486"], [1702465049, "104271.471"], [1702465085, "106739.553"], [1702465118, "107833.854"], [1702465145, "109252.977"], [1702465178, "109508.289"], [1702465208, "110436.705"], [1702465241, "113145.717"], [1702465298, "113659.596"], [1702465334, "114185.91"], [1702465367, "114634.542"], [1702465394, "114839.328"], [1702465418, "115323.708"], [1702465445, "116437.272"], [1702465481, "118219.548"], [1702465517, "118893.891"], [1702465550, "119383.164"], [1702465586, "121082.604"], [1702465619, "121252.185"], [1702465658, "121962.384"], [1702465706, "122253.555"], [1702465754, "123098.85"], [1702465787, "123621.504"], [1702465823, "125193.837"], [1702465856, "126356.094"], [1702465880, "126734.439"], [1702465910, "127094.052"], [1702465952, "127531.062"], [1702465988, "128056.659"], [1702466015, "128198.748"], [1702466030, "128332.464"], [1702466060, "128403.897"], [1702466078, "128699.109"], [1702466138, "130300.632"], [1702466168, "131608.287"], [1702466204, "133255.113"], [1702466237, "135657.423"], [1702466261, "135974.52"], [1702466291, "136741.134"], [1702466327, "137542.737"], [1702466360, "137909.337"], [1702466384, "138328.929"], [1702466417, "138910.329"], [1702466441, "139088.391"], [1702466471, "139508.319"], [1702466507, "141206.313"], [1702466540, "142654.959"], [1702466597, "145509.942"], [1702466633, "146804.571"], [1702466666, "148649.937"], [1702466705, "150043.233"], [1702466732, "150403.305"], [1702466765, "150673.032"], [1702466801, "151161.156"], [1702466852, "154611.336"], [1702466876, "155307.363"], [1702466918, "156798.99"], [1702466978, "159957.858"], [1702467014, "162111.555"], [1702467038, "163573.266"], [1702467068, "164435.208"], [1702467122, "165349.932"], [1702467158, "165809.616"], [1702467191, "168156.609"], [1702467221, "168517.986"], [1702467257, "169310.742"], [1702467299, "170110.062"], [1702467350, "172668.288"], [1702467386, "174095.865"], [1702467419, "174706.023"], [1702467455, "175518.72"], [1702467515, "176270.454"], [1702467542, "176628.588"], [1702467566, "176886.108"], [1702467599, "177350.019"], [1702467635, "177724.287"], [1702467668, "179530.269"], [1702467695, "180647.052"], [1702467716, "181446.285"], [1702467746, "182220.126"], [1702467800, "184490.124"], [1702467824, "185046.357"], [1702467908, "186725.244"], [1702467944, "187410.276"], [1702467968, "187735.401"], [1702468001, "188285.91"], [1702468031, "189152.457"], [1702468067, "191653.347"], [1702468085, "192165.75"], [1702468115, "193071.207"], [1702468151, "194078.967"], [1702468181, "194645.343"], [1702468208, "195247.776"], [1702468241, "195775.383"], [1702468256, "196019.082"], [1702468286, "196373.646"], [1702468322, "196932.852"], [1702468352, "200711.028"], [1702468388, "201955.335"], [1702468424, "204152.943"], [1702468457, "206140.032"], [1702468493, "207893.76"], [1702468517, "209405.625"], [1702468550, "210199.644"], [1702468586, "211121.379"], [1702468613, "212462.841"], [1702468637, "213804.144"], [1702468679, "214372.23"], [1702468721, "217017.285"], [1702468730, "217331.439"], [1702468766, "218636.979"], [1702468799, "221904.633"], [1702468835, "222868.677"], [1702468898, "225979.503"], [1702468934, "227715.483"], [1702468970, "230208.123"], [1702468994, "231230.679"], [1702469024, "231982.416"], [1702469060, "232787.529"], [1702469111, "234152.142"], [1702469144, "235956.828"], [1702469168, "236306.544"], [1702469204, "237834.108"], [1702469237, "238831.248"], [1702469273, "240375.471"], [1702469303, "242579.76"], [1702469336, "243651.153"], [1702469360, "244209.528"], [1702469387, "244514.85"], [1702469411, "245193.171"], [1702469435, "245892.84"], [1702469468, "246808.725"], [1702469504, "248972.238"], [1702469537, "253024.833"], [1702469573, "257044.326"], [1702469606, "262944.645"], [1702469633, "265939.602"], [1702469660, "270139.833"], [1702469684, "272817.06"], [1702469717, "275559.447"], [1702469753, "277292.838"], [1702469786, "279802.452"], [1702469816, "282250.611"], [1702469834, "284098.533"], [1702469864, "286934.481"], [1702469906, "290004.876"], [1702469936, "293508.837"], [1702469972, "295677.186"], [1702470005, "299536.938"], [1702470029, "300926.268"], [1702470065, "304613.394"], [1702470101, "308805.117"], [1702470131, "311815.983"], [1702470167, "316589.487"], [1702470203, "321157.647"], [1702470251, "325240.836"], [1702470278, "327617.451"], [1702470311, "331322.67"], [1702470347, "335734.473"], [1702470371, "337953.558"], [1702470404, "341552.361"], [1702470440, "344879.709"], [1702470476, "350337.96"], [1702470506, "354963.162"], [1702470542, "359732.028"], [1702470575, "363643.236"], [1702470611, "366507.837"], [1702470635, "368563.878"], [1702470662, "370162.575"], [1702470686, "372009.054"], [1702470719, "374331.552"], [1702470746, "377787.534"], [1702470812, "382707.066"], [1702470845, "386210.157"], [1702470875, "387920.286"], [1702470899, "390305.244"], [1702470953, "395543.436"], [1702470983, "397330.71"], [1702471025, "400820.238"], [1702471067, "404795.565"], [1702471169, "413969.55"], [1702471193, "415238.205"], [1702471226, "417883.947"], [1702471265, "422329.236"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}], "kepler_container_uncore_joules_total": [{"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_exporter_build_info": [{"metric": {"__name__": "kepler_exporter_build_info", "container": "kepler-exporter", "endpoint": "http", "goarch": "amd64", "goos": "linux", "goversion": "go1.18.10", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "revision": "unknown", "service": "kepler-exporter", "tags": "include_gcs,include_oss,containers_image_openpgp,gssapi,providerless,netgo,osusergo,gpu,libbpf,linux"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}], "kepler_node_core_joules_total": [{"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_node_cpu_scaling_frequency_hertz": [{"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "0", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "1", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "1444000"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "10", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "3051000"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "3033000"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "11", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "12", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "7194000"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "3042000"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "13", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "7393000"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "3041000"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "9127000"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "7021000"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "14", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "15", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "16", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "3040000"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "3043000"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "10073000"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "3112000"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "4580000"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "17", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "3049000"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "3048000"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "3058000"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "3049000"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "3042000"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "3045000"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "3044000"], [1702470611, "3047000"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "3032000"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "18", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "19", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "3044000"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "9213000"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "3043000"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "4964000"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "5304000"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "2", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "2370000"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "1008000"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "20", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "3043000"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "21", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "3045000"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "33153000"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "22", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "23", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "3042000"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "13215000"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "3047000"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "3044000"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "2176000"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "24", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "25", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "3043000"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "3045000"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "3045000"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "3037000"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "3043000"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "3044000"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "3043000"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "3044000"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "26", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "3044000"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "3042000"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "3044000"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "3041000"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "3251000"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "3045000"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "3048000"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "27", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "28", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "3045000"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "3150000"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "3035000"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "29", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "3", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "30", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "31", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "1520000"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "32", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "608000"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "33", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "4170000"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "34", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "35", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "3133000"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "3082000"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "3057000"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "3062000"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "36", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "3043000"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "3044000"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "653000"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "3042000"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "3045000"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "37", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "3043000"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "5891000"], [1702463240, "0"], [1702463273, "3042000"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "3042000"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "38", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "3043000"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "3046000"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "39", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "1070000"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "4", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "40", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "41", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "3041000"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "3047000"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "3151000"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "42", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "3052000"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "3051000"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "9564000"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "3042000"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "3049000"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "43", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "3043000"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "3046000"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "3042000"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "3046000"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "3039000"], [1702468001, "0"], [1702468031, "0"], [1702468067, "3050000"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "3044000"], [1702470311, "3045000"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "3053000"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "3045000"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "3052000"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "44", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "3045000"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "3044000"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "45", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "3053000"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "3045000"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "46", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "9080000"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "47", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "3033000"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "48", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "3042000"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "49", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "3624000"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "5", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "50", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "3048000"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "3043000"], [1702467668, "0"], [1702467695, "4559000"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "3045000"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "51", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "3050000"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "3042000"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "3042000"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "3041000"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "3039000"], [1702467716, "0"], [1702467746, "3042000"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "3041000"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "6380000"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "3058000"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "52", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "53", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "54", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "3049000"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "3046000"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "3047000"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "4560000"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "55", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "3048000"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "3041000"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "56", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "2672000"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "3044000"], [1702468031, "0"], [1702468067, "3045000"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "3374000"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "3041000"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "3046000"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "57", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "950000"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "58", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "59", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "6", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "60", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "3041000"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "3048000"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "3042000"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "61", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "62", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "63", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "3108000"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "3045000"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "64", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "65", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "66", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "1266000"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "67", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "881602000"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "68", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "69", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "7", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "10941000"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "3041000"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "3364000"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "70", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "71", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "2789000"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "8", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "437286000"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "9", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "14608000"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_node_dram_joules_total": [{"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "4301.228"], [1702462721, "4608.915"], [1702462736, "4819.04"], [1702462751, "5021.835"], [1702462763, "5021.835"], [1702462793, "5325.493"], [1702462808, "5637.45"], [1702462829, "5741.623"], [1702462844, "6163.353"], [1702462865, "6276.16"], [1702462880, "6700.031"], [1702462904, "6918.877"], [1702462919, "7029.654"], [1702462952, "7558.566"], [1702462973, "7670.059"], [1702462988, "8097.648"], [1702463045, "8857.123"], [1702463081, "9396.437"], [1702463114, "9942.58"], [1702463150, "10373.314"], [1702463186, "10698.33"], [1702463216, "11228.875"], [1702463240, "11445.095"], [1702463273, "11769.835"], [1702463324, "12521.06"], [1702463354, "12849.035"], [1702463381, "13282.674"], [1702463417, "13718.548"], [1702463453, "14260.265"], [1702463477, "14595.765"], [1702463510, "15034.362"], [1702463537, "15255.421"], [1702463570, "15688.023"], [1702463591, "15906.33"], [1702463621, "16333.335"], [1702463657, "16655.302"], [1702463693, "17189.327"], [1702463729, "17838.024"], [1702463765, "18381.725"], [1702463798, "18918.711"], [1702463846, "19474.629"], [1702463873, "19806.034"], [1702463906, "20240.324"], [1702463948, "20779.781"], [1702463984, "21309.847"], [1702464014, "21635.887"], [1702464050, "22064.823"], [1702464086, "22705.414"], [1702464122, "23240.357"], [1702464155, "23560.666"], [1702464194, "23996.403"], [1702464230, "24431.827"], [1702464263, "24651.821"], [1702464299, "25181.857"], [1702464332, "25610.908"], [1702464356, "25936.848"], [1702464392, "26369.107"], [1702464425, "26694.115"], [1702464455, "27231.826"], [1702464479, "27558.445"], [1702464509, "27781.912"], [1702464533, "28104.488"], [1702464569, "28643.288"], [1702464605, "29183.831"], [1702464635, "29508.965"], [1702464671, "30149.681"], [1702464716, "30789.13"], [1702464743, "31110.3"], [1702464776, "31645.139"], [1702464812, "32183.359"], [1702464836, "32404.672"], [1702464869, "32836.931"], [1702464905, "33365.991"], [1702464926, "33483.816"], [1702464956, "33702.781"], [1702464992, "34452.357"], [1702465016, "34674.387"], [1702465049, "35102.756"], [1702465085, "35632.918"], [1702465118, "35850.846"], [1702465145, "36278.649"], [1702465178, "36709.906"], [1702465208, "37247.896"], [1702465241, "37681.087"], [1702465298, "38430.257"], [1702465334, "38971.794"], [1702465367, "39387.854"], [1702465394, "39532.87"], [1702465418, "39751.235"], [1702465445, "40072.97"], [1702465481, "40607.425"], [1702465517, "41135.995"], [1702465550, "41672.112"], [1702465586, "42209.932"], [1702465619, "42433.554"], [1702465658, "43285.835"], [1702465706, "43821.025"], [1702465754, "44783.238"], [1702465787, "45216.696"], [1702465823, "45540.514"], [1702465856, "46073.986"], [1702465880, "46392.762"], [1702465910, "46824.693"], [1702465952, "47363.626"], [1702465988, "47900.625"], [1702466015, "48327.941"], [1702466030, "48341.349"], [1702466060, "48670.408"], [1702466078, "48784.803"], [1702466138, "49541.19"], [1702466168, "49971.577"], [1702466204, "50505.848"], [1702466237, "51041.639"], [1702466261, "51259.964"], [1702466291, "51585.832"], [1702466327, "52021.273"], [1702466360, "52556.941"], [1702466384, "52878.757"], [1702466417, "53310.565"], [1702466441, "53534.843"], [1702466471, "53775.195"], [1702466507, "54290.228"], [1702466540, "54717.451"], [1702466597, "55462.558"], [1702466633, "55995.725"], [1702466666, "56535.753"], [1702466705, "56542.189"], [1702466732, "57078.68"], [1702466765, "57512.697"], [1702466801, "57948.586"], [1702466852, "58808.789"], [1702466876, "58930.911"], [1702466918, "59573.132"], [1702466978, "60427.483"], [1702467014, "60753.537"], [1702467038, "61183.907"], [1702467068, "61613.096"], [1702467122, "62256.048"], [1702467158, "62793.856"], [1702467191, "63331.242"], [1702467221, "63766.52"], [1702467257, "64308.784"], [1702467299, "64845.367"], [1702467350, "65597.033"], [1702467386, "66137.984"], [1702467419, "66987.087"], [1702467455, "68014.018"], [1702467515, "69263.728"], [1702467542, "70045.553"], [1702467566, "70529.73"], [1702467599, "70996.864"], [1702467635, "71481.582"], [1702467668, "72019.313"], [1702467695, "72344.904"], [1702467716, "72563.87"], [1702467746, "72891.135"], [1702467800, "74306.833"], [1702467824, "74821.327"], [1702467908, "76958.859"], [1702467944, "77876.935"], [1702467968, "78236.164"], [1702468001, "78807.798"], [1702468031, "79025.049"], [1702468067, "79558.74"], [1702468085, "79778.553"], [1702468115, "80105.634"], [1702468151, "80808.435"], [1702468181, "81753.275"], [1702468208, "82445.986"], [1702468241, "83244.27"], [1702468256, "83532.527"], [1702468286, "83908.391"], [1702468322, "84457.021"], [1702468352, "85651.117"], [1702468388, "86180.08"], [1702468424, "86606.959"], [1702468457, "87040.266"], [1702468493, "87475.622"], [1702468517, "88211.134"], [1702468550, "88981.084"], [1702468586, "89652.918"], [1702468613, "90418.546"], [1702468637, "90999.626"], [1702468679, "91797.036"], [1702468721, "92778.136"], [1702468730, "92852.373"], [1702468766, "93384.449"], [1702468799, "93920.085"], [1702468835, "94249.16"], [1702468898, "95181.489"], [1702468934, "96568.197"], [1702468970, "97389.515"], [1702468994, "97965.347"], [1702469024, "98225.564"], [1702469060, "99447.521"], [1702469111, "100465.866"], [1702469144, "100896.218"], [1702469168, "101010.131"], [1702469204, "101549.586"], [1702469237, "102085.838"], [1702469273, "102836.961"], [1702469303, "103862.686"], [1702469336, "104684.342"], [1702469360, "105128.515"], [1702469387, "105472.415"], [1702469411, "105998.135"], [1702469435, "106469.138"], [1702469468, "107117.746"], [1702469504, "107438.853"], [1702469537, "107867.423"], [1702469573, "108297.528"], [1702469606, "108940.964"], [1702469633, "109281.103"], [1702469660, "109936.598"], [1702469684, "110375.153"], [1702469717, "111121.686"], [1702469753, "111698.63"], [1702469786, "112485.053"], [1702469816, "112845.273"], [1702469834, "113338.223"], [1702469864, "113856.17"], [1702469906, "114455.346"], [1702469936, "114890.956"], [1702469972, "115429.351"], [1702470005, "115859.19"], [1702470029, "115870.489"], [1702470065, "116514.078"], [1702470101, "117281.063"], [1702470131, "117723.289"], [1702470167, "118679.271"], [1702470203, "119661.289"], [1702470251, "120463.307"], [1702470278, "121297.179"], [1702470311, "121861.081"], [1702470347, "122578.914"], [1702470371, "122798.395"], [1702470404, "123228.789"], [1702470440, "123556.182"], [1702470476, "124200.194"], [1702470506, "124860.232"], [1702470542, "125696.493"], [1702470575, "126370.589"], [1702470611, "127056.009"], [1702470635, "127562.8"], [1702470662, "127965.871"], [1702470686, "128574.548"], [1702470719, "128970.836"], [1702470746, "129540.501"], [1702470812, "130450.232"], [1702470845, "130984.679"], [1702470875, "131314.166"], [1702470899, "131639.124"], [1702470953, "132065.962"], [1702470983, "132386.615"], [1702471025, "133032.952"], [1702471067, "133799.317"], [1702471169, "135094.531"], [1702471193, "135314.534"], [1702471226, "135852.234"], [1702471265, "136491.216"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "4483.216"], [1702462721, "4802.798"], [1702462736, "5016.181"], [1702462751, "5228.243"], [1702462763, "5228.588"], [1702462793, "5548.471"], [1702462808, "5864.868"], [1702462829, "5971.219"], [1702462844, "6396.78"], [1702462865, "6503.904"], [1702462880, "6503.904"], [1702462904, "6719.874"], [1702462919, "6826.965"], [1702462952, "7362.145"], [1702462973, "7472.307"], [1702462988, "7901.331"], [1702463045, "8658.195"], [1702463081, "9105.627"], [1702463114, "9484.806"], [1702463150, "9907.915"], [1702463186, "10226.214"], [1702463216, "10747.972"], [1702463240, "10958.653"], [1702463273, "11276.821"], [1702463324, "12021.86"], [1702463354, "12343.995"], [1702463381, "12777.1"], [1702463417, "13212.274"], [1702463453, "13751.972"], [1702463477, "14076.933"], [1702463510, "14508.107"], [1702463537, "14723.758"], [1702463570, "15143.256"], [1702463591, "15352.548"], [1702463621, "15774.257"], [1702463657, "16092.015"], [1702463693, "16620.866"], [1702463729, "17261.057"], [1702463765, "17799.229"], [1702463798, "18334.406"], [1702463846, "18872.7"], [1702463873, "19195.63"], [1702463906, "19623.324"], [1702463948, "20149.796"], [1702463984, "20672.878"], [1702464014, "20986.666"], [1702464050, "21405.658"], [1702464086, "22034.041"], [1702464122, "22560.345"], [1702464155, "23084.174"], [1702464194, "23414.365"], [1702464230, "23716.345"], [1702464263, "23921.366"], [1702464299, "24443.561"], [1702464332, "24865.43"], [1702464356, "25181.586"], [1702464392, "25601.143"], [1702464425, "25916.465"], [1702464455, "26443.869"], [1702464479, "26762.264"], [1702464509, "26974.791"], [1702464533, "27290.199"], [1702464569, "27811.212"], [1702464605, "28344.129"], [1702464635, "28662.959"], [1702464671, "29297.651"], [1702464716, "29926.891"], [1702464743, "30241.894"], [1702464776, "30765.415"], [1702464812, "31290.791"], [1702464836, "31498.506"], [1702464869, "31918.685"], [1702464905, "32443.078"], [1702464926, "32546.002"], [1702464956, "32750.965"], [1702464992, "33493.394"], [1702465016, "33704.057"], [1702465049, "34121.764"], [1702465085, "34644.851"], [1702465118, "34854.073"], [1702465145, "35273.675"], [1702465178, "35690.5"], [1702465208, "36217.158"], [1702465241, "36639.285"], [1702465298, "37254.513"], [1702465334, "37639.523"], [1702465367, "38050.737"], [1702465394, "38187.788"], [1702465418, "38187.788"], [1702465445, "38504.713"], [1702465481, "39035.271"], [1702465517, "39563.809"], [1702465550, "40089.277"], [1702465586, "40621.597"], [1702465619, "40833.597"], [1702465658, "41681.027"], [1702465706, "42208.026"], [1702465754, "43166.7"], [1702465787, "43591.607"], [1702465823, "43908.889"], [1702465856, "44438.497"], [1702465880, "44753.529"], [1702465910, "45173.619"], [1702465952, "45706.004"], [1702465988, "46238.819"], [1702466015, "46663.956"], [1702466030, "46664.572"], [1702466060, "46984.908"], [1702466078, "47090.597"], [1702466138, "47844.321"], [1702466168, "48268.124"], [1702466204, "48797.125"], [1702466237, "49326.914"], [1702466261, "49539.663"], [1702466291, "49854.391"], [1702466327, "50278.758"], [1702466360, "50807.417"], [1702466384, "51124.829"], [1702466417, "51399.611"], [1702466441, "51504.296"], [1702466471, "51716.608"], [1702466507, "52220.856"], [1702466540, "52643.75"], [1702466597, "53382.758"], [1702466633, "53910.957"], [1702466666, "54441.758"], [1702466705, "54865.932"], [1702466732, "55395.842"], [1702466765, "55817.209"], [1702466801, "56241.529"], [1702466852, "57094.95"], [1702466876, "57204.418"], [1702466918, "57840.26"], [1702466978, "58685.334"], [1702467014, "59000.617"], [1702467038, "59426.235"], [1702467068, "59850.425"], [1702467122, "60485.41"], [1702467158, "61012.723"], [1702467191, "61538.615"], [1702467221, "61963.914"], [1702467257, "62496.06"], [1702467299, "63135.787"], [1702467350, "64375.74"], [1702467386, "65493.563"], [1702467419, "66487.708"], [1702467455, "67608.962"], [1702467515, "69046.178"], [1702467542, "69938.385"], [1702467566, "70438.711"], [1702467599, "71290.417"], [1702467635, "71906.294"], [1702467668, "72557.28"], [1702467695, "73118.188"], [1702467716, "73271.02"], [1702467746, "74013.082"], [1702467800, "75742.433"], [1702467824, "76304.062"], [1702467908, "78690.776"], [1702467944, "79754.02"], [1702467968, "80169.422"], [1702468001, "80952.505"], [1702468031, "81220.259"], [1702468067, "82046.201"], [1702468085, "82545.853"], [1702468115, "83297.013"], [1702468151, "84261.856"], [1702468181, "85262.992"], [1702468208, "86013.197"], [1702468241, "86884.942"], [1702468256, "87231.418"], [1702468286, "87747.434"], [1702468322, "88431.905"], [1702468352, "89796.917"], [1702468388, "90421.951"], [1702468424, "91076.791"], [1702468457, "91909.623"], [1702468493, "92805.293"], [1702468517, "93682.279"], [1702468550, "94483.575"], [1702468586, "95201.451"], [1702468613, "96044.853"], [1702468637, "96752.98"], [1702468679, "97681.82"], [1702468721, "98980.641"], [1702468730, "99053.471"], [1702468766, "99693.904"], [1702468799, "100564.563"], [1702468835, "101234.33"], [1702468898, "103041.869"], [1702468934, "104513.43"], [1702468970, "105405.395"], [1702468994, "106089.521"], [1702469024, "106400.254"], [1702469060, "107764.624"], [1702469111, "108958.047"], [1702469144, "109548.975"], [1702469168, "109810.911"], [1702469204, "110815.509"], [1702469237, "111810.176"], [1702469273, "112658.738"], [1702469303, "113737.273"], [1702469336, "114630.235"], [1702469360, "115136.824"], [1702469387, "115509.882"], [1702469411, "115745.604"], [1702469435, "116439.452"], [1702469468, "117241.809"], [1702469504, "117600.671"], [1702469537, "118133.497"], [1702469573, "118733.192"], [1702469606, "119792.056"], [1702469633, "120418.121"], [1702469660, "121198.475"], [1702469684, "121741.527"], [1702469717, "122543.339"], [1702469753, "123196.688"], [1702469786, "124129.978"], [1702469816, "124660.042"], [1702469834, "125207.255"], [1702469864, "125894.086"], [1702469906, "126441.526"], [1702469936, "126914.911"], [1702469972, "127541.57"], [1702470005, "128169.061"], [1702470029, "128412.288"], [1702470065, "129461.396"], [1702470101, "130373.149"], [1702470131, "130927.434"], [1702470167, "131994.773"], [1702470203, "133089.34"], [1702470251, "133942.967"], [1702470278, "134895.148"], [1702470311, "135659.895"], [1702470347, "136505.491"], [1702470371, "136763.995"], [1702470404, "137290.46"], [1702470440, "137784.664"], [1702470476, "138882.277"], [1702470506, "139841.226"], [1702470542, "140801.835"], [1702470575, "141605.147"], [1702470611, "142392.487"], [1702470635, "142947.035"], [1702470662, "143483.077"], [1702470686, "144179.163"], [1702470719, "144728.47"], [1702470746, "145444.241"], [1702470812, "146339.1"], [1702470845, "146863.338"], [1702470875, "147136.967"], [1702470899, "147447.144"], [1702470953, "148077.417"], [1702470983, "148391.812"], [1702471025, "149024.015"], [1702471067, "149769.313"], [1702471169, "151028.201"], [1702471193, "151243.189"], [1702471226, "151770.255"], [1702471265, "152410.777"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "7417.036"], [1702462721, "7622.688"], [1702462736, "7828.34"], [1702462751, "8033.992"], [1702462763, "8239.644"], [1702462793, "8650.948"], [1702462808, "8856.6"], [1702462829, "9062.252"], [1702462844, "9267.904"], [1702462865, "9473.556"], [1702462880, "9679.208"], [1702462904, "10090.512"], [1702462919, "10296.164"], [1702462952, "10707.468"], [1702462973, "10913.12"], [1702462988, "11118.772"], [1702463045, "11735.728"], [1702463081, "12147.032"], [1702463114, "12558.336"], [1702463150, "12969.64"], [1702463186, "13380.944"], [1702463216, "13792.248"], [1702463240, "14203.552"], [1702463273, "14614.856"], [1702463324, "15231.812"], [1702463354, "15643.116"], [1702463381, "16054.42"], [1702463417, "16465.724"], [1702463453, "16877.028"], [1702463477, "17288.332"], [1702463510, "17699.636"], [1702463537, "18110.94"], [1702463570, "18522.244"], [1702463591, "18933.548"], [1702463621, "19344.852"], [1702463657, "19756.156"], [1702463693, "20167.46"], [1702463729, "20578.764"], [1702463765, "20990.068"], [1702463798, "21401.372"], [1702463846, "22018.328"], [1702463873, "22429.632"], [1702463906, "22840.936"], [1702463948, "23457.892"], [1702463984, "23869.196"], [1702464014, "24280.5"], [1702464050, "24691.804"], [1702464086, "25103.108"], [1702464122, "25514.412"], [1702464155, "25925.716"], [1702464194, "26542.672"], [1702464230, "26953.976"], [1702464263, "27365.28"], [1702464299, "27776.584"], [1702464332, "28187.888"], [1702464356, "28599.192"], [1702464392, "29010.496"], [1702464425, "29421.8"], [1702464455, "29833.104"], [1702464479, "30244.408"], [1702464509, "30655.712"], [1702464533, "31067.016"], [1702464569, "31478.32"], [1702464605, "31889.624"], [1702464635, "32300.928"], [1702464671, "32712.232"], [1702464716, "33123.536"], [1702464743, "33534.84"], [1702464776, "33946.144"], [1702464812, "34357.448"], [1702464836, "34768.752"], [1702464869, "35180.056"], [1702464905, "35591.36"], [1702464926, "36002.664"], [1702464956, "36413.968"], [1702464992, "36825.272"], [1702465016, "37236.576"], [1702465049, "37647.88"], [1702465085, "38059.184"], [1702465118, "38470.488"], [1702465145, "38881.792"], [1702465178, "39293.096"], [1702465208, "39704.4"], [1702465241, "40115.704"], [1702465298, "40732.66"], [1702465334, "41143.964"], [1702465367, "41555.268"], [1702465394, "41966.572"], [1702465418, "42377.876"], [1702465445, "42789.18"], [1702465481, "43200.484"], [1702465517, "43611.788"], [1702465550, "44023.092"], [1702465586, "44434.396"], [1702465619, "44845.7"], [1702465658, "45257.004"], [1702465706, "45668.308"], [1702465754, "46285.264"], [1702465787, "46696.568"], [1702465823, "47107.872"], [1702465856, "47519.176"], [1702465880, "47930.48"], [1702465910, "48341.784"], [1702465952, "48753.088"], [1702465988, "49164.392"], [1702466015, "49575.696"], [1702466030, "49987"], [1702466060, "50398.304"], [1702466078, "50809.608"], [1702466138, "51426.564"], [1702466168, "51837.868"], [1702466204, "52249.172"], [1702466237, "52660.476"], [1702466261, "53071.78"], [1702466291, "53483.084"], [1702466327, "53894.388"], [1702466360, "54305.692"], [1702466384, "54716.996"], [1702466417, "55128.3"], [1702466441, "55539.604"], [1702466471, "55950.908"], [1702466507, "56362.212"], [1702466540, "56773.516"], [1702466597, "57390.472"], [1702466633, "57801.776"], [1702466666, "58213.08"], [1702466705, "58624.384"], [1702466732, "59035.688"], [1702466765, "59446.992"], [1702466801, "59858.296"], [1702466852, "60475.252"], [1702466876, "60886.556"], [1702466918, "61297.86"], [1702466978, "62120.468"], [1702467014, "62531.772"], [1702467038, "62943.076"], [1702467068, "63354.38"], [1702467122, "63971.336"], [1702467158, "64382.64"], [1702467191, "64793.944"], [1702467221, "65205.248"], [1702467257, "65616.552"], [1702467299, "66027.856"], [1702467350, "66644.812"], [1702467386, "67056.116"], [1702467419, "67467.42"], [1702467455, "67878.724"], [1702467515, "68701.332"], [1702467542, "69112.636"], [1702467566, "69523.94"], [1702467599, "69935.244"], [1702467635, "70346.548"], [1702467668, "70757.852"], [1702467695, "71169.156"], [1702467716, "71580.46"], [1702467746, "71991.764"], [1702467800, "72608.72"], [1702467824, "73020.024"], [1702467908, "74048.284"], [1702467944, "74459.588"], [1702467968, "74870.892"], [1702468001, "75282.196"], [1702468031, "75693.5"], [1702468067, "76104.804"], [1702468085, "76516.108"], [1702468115, "76927.412"], [1702468151, "77338.716"], [1702468181, "77750.02"], [1702468208, "78161.324"], [1702468241, "78572.628"], [1702468256, "78983.932"], [1702468286, "79395.236"], [1702468322, "79806.54"], [1702468352, "80217.844"], [1702468388, "80629.148"], [1702468424, "81040.452"], [1702468457, "81451.756"], [1702468493, "81863.06"], [1702468517, "82274.364"], [1702468550, "82685.668"], [1702468586, "83096.972"], [1702468613, "83508.276"], [1702468637, "83919.58"], [1702468679, "84330.884"], [1702468721, "84742.188"], [1702468730, "84947.84"], [1702468766, "85359.144"], [1702468799, "85770.448"], [1702468835, "86181.752"], [1702468898, "86798.708"], [1702468934, "87210.012"], [1702468970, "87621.316"], [1702468994, "88032.62"], [1702469024, "88443.924"], [1702469060, "88855.228"], [1702469111, "89472.184"], [1702469144, "89883.488"], [1702469168, "90294.792"], [1702469204, "90706.096"], [1702469237, "91117.4"], [1702469273, "91528.704"], [1702469303, "91940.008"], [1702469336, "92351.312"], [1702469360, "92762.616"], [1702469387, "93173.92"], [1702469411, "93585.224"], [1702469435, "93996.528"], [1702469468, "94407.832"], [1702469504, "94819.136"], [1702469537, "95230.44"], [1702469573, "95641.744"], [1702469606, "96053.048"], [1702469633, "96464.352"], [1702469660, "96875.656"], [1702469684, "97286.96"], [1702469717, "97698.264"], [1702469753, "98109.568"], [1702469786, "98520.872"], [1702469816, "98932.176"], [1702469834, "99343.48"], [1702469864, "99754.784"], [1702469906, "100371.74"], [1702469936, "100783.044"], [1702469972, "101194.348"], [1702470005, "101605.652"], [1702470029, "102016.956"], [1702470065, "102428.26"], [1702470101, "102839.564"], [1702470131, "103250.868"], [1702470167, "103662.172"], [1702470203, "104073.476"], [1702470251, "104690.432"], [1702470278, "105101.736"], [1702470311, "105513.04"], [1702470347, "105924.344"], [1702470371, "106335.648"], [1702470404, "106746.952"], [1702470440, "107158.256"], [1702470476, "107569.56"], [1702470506, "107980.864"], [1702470542, "108392.168"], [1702470575, "108803.472"], [1702470611, "109214.776"], [1702470635, "109626.08"], [1702470662, "110037.384"], [1702470686, "110448.688"], [1702470719, "110859.992"], [1702470746, "111271.296"], [1702470812, "112093.904"], [1702470845, "112505.208"], [1702470875, "112916.512"], [1702470899, "113327.816"], [1702470953, "113944.772"], [1702470983, "114356.076"], [1702471025, "114767.38"], [1702471067, "115384.336"], [1702471169, "116412.596"], [1702471193, "116823.9"], [1702471226, "117235.204"], [1702471265, "117646.508"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "7639.711"], [1702462721, "7853.39"], [1702462736, "8067.069"], [1702462751, "8280.748"], [1702462763, "8494.427"], [1702462793, "8921.785"], [1702462808, "9135.464"], [1702462829, "9349.143"], [1702462844, "9562.822"], [1702462865, "9776.501"], [1702462880, "9990.18"], [1702462904, "10417.538"], [1702462919, "10631.217"], [1702462952, "11058.575"], [1702462973, "11272.254"], [1702462988, "11485.933"], [1702463045, "12126.97"], [1702463081, "12554.328"], [1702463114, "12981.686"], [1702463150, "13409.044"], [1702463186, "13836.402"], [1702463216, "14263.76"], [1702463240, "14691.118"], [1702463273, "15118.476"], [1702463324, "15759.513"], [1702463354, "16186.871"], [1702463381, "16614.229"], [1702463417, "17041.587"], [1702463453, "17468.945"], [1702463477, "17896.303"], [1702463510, "18323.661"], [1702463537, "18751.019"], [1702463570, "19178.377"], [1702463591, "19605.735"], [1702463621, "20033.093"], [1702463657, "20460.451"], [1702463693, "20887.809"], [1702463729, "21315.167"], [1702463765, "21742.525"], [1702463798, "22169.883"], [1702463846, "22810.92"], [1702463873, "23238.278"], [1702463906, "23665.636"], [1702463948, "24306.673"], [1702463984, "24734.031"], [1702464014, "25161.389"], [1702464050, "25588.747"], [1702464086, "26016.105"], [1702464122, "26443.463"], [1702464155, "26870.821"], [1702464194, "27511.858"], [1702464230, "27939.216"], [1702464263, "28366.574"], [1702464299, "28793.932"], [1702464332, "29221.29"], [1702464356, "29648.648"], [1702464392, "30076.006"], [1702464425, "30503.364"], [1702464455, "30930.722"], [1702464479, "31358.08"], [1702464509, "31785.438"], [1702464533, "32212.796"], [1702464569, "32640.154"], [1702464605, "33067.512"], [1702464635, "33494.87"], [1702464671, "33922.228"], [1702464716, "34349.586"], [1702464743, "34776.944"], [1702464776, "35204.302"], [1702464812, "35631.66"], [1702464836, "36059.018"], [1702464869, "36486.376"], [1702464905, "36913.734"], [1702464926, "37341.092"], [1702464956, "37768.45"], [1702464992, "38195.808"], [1702465016, "38623.166"], [1702465049, "39050.524"], [1702465085, "39477.882"], [1702465118, "39905.24"], [1702465145, "40332.598"], [1702465178, "40759.956"], [1702465208, "41187.314"], [1702465241, "41614.672"], [1702465298, "42255.709"], [1702465334, "42683.067"], [1702465367, "43110.425"], [1702465394, "43537.783"], [1702465418, "43965.141"], [1702465445, "44392.499"], [1702465481, "44819.857"], [1702465517, "45247.215"], [1702465550, "45674.573"], [1702465586, "46101.931"], [1702465619, "46529.289"], [1702465658, "46956.647"], [1702465706, "47384.005"], [1702465754, "48025.042"], [1702465787, "48452.4"], [1702465823, "48879.758"], [1702465856, "49307.116"], [1702465880, "49734.474"], [1702465910, "50161.832"], [1702465952, "50589.19"], [1702465988, "51016.548"], [1702466015, "51443.906"], [1702466030, "51871.264"], [1702466060, "52298.622"], [1702466078, "52725.98"], [1702466138, "53367.017"], [1702466168, "53794.375"], [1702466204, "54221.733"], [1702466237, "54649.091"], [1702466261, "55076.449"], [1702466291, "55503.807"], [1702466327, "55931.165"], [1702466360, "56358.523"], [1702466384, "56785.881"], [1702466417, "57213.239"], [1702466441, "57640.597"], [1702466471, "58067.955"], [1702466507, "58495.313"], [1702466540, "58922.671"], [1702466597, "59563.708"], [1702466633, "59991.066"], [1702466666, "60418.424"], [1702466705, "60845.782"], [1702466732, "61273.14"], [1702466765, "61700.498"], [1702466801, "62127.856"], [1702466852, "62768.893"], [1702466876, "63196.251"], [1702466918, "63623.609"], [1702466978, "64478.325"], [1702467014, "64905.683"], [1702467038, "65333.041"], [1702467068, "65760.399"], [1702467122, "66401.436"], [1702467158, "66828.794"], [1702467191, "67256.152"], [1702467221, "67683.51"], [1702467257, "68110.868"], [1702467299, "68538.226"], [1702467350, "69179.263"], [1702467386, "69606.621"], [1702467419, "70033.979"], [1702467455, "70461.337"], [1702467515, "71316.053"], [1702467542, "71743.411"], [1702467566, "72170.769"], [1702467599, "72598.127"], [1702467635, "73025.485"], [1702467668, "73452.843"], [1702467695, "73880.201"], [1702467716, "74307.559"], [1702467746, "74734.917"], [1702467800, "75375.954"], [1702467824, "75803.312"], [1702467908, "76871.707"], [1702467944, "77299.065"], [1702467968, "77726.423"], [1702468001, "78153.781"], [1702468031, "78581.139"], [1702468067, "79008.497"], [1702468085, "79435.855"], [1702468115, "79863.213"], [1702468151, "80290.571"], [1702468181, "80717.929"], [1702468208, "81145.287"], [1702468241, "81572.645"], [1702468256, "82000.003"], [1702468286, "82427.361"], [1702468322, "82854.719"], [1702468352, "83282.077"], [1702468388, "83709.435"], [1702468424, "84136.793"], [1702468457, "84564.151"], [1702468493, "84991.509"], [1702468517, "85418.867"], [1702468550, "85846.225"], [1702468586, "86273.583"], [1702468613, "86700.941"], [1702468637, "87128.299"], [1702468679, "87555.657"], [1702468721, "87983.015"], [1702468730, "88196.694"], [1702468766, "88624.052"], [1702468799, "89051.41"], [1702468835, "89478.768"], [1702468898, "90119.805"], [1702468934, "90547.163"], [1702468970, "90974.521"], [1702468994, "91401.879"], [1702469024, "91829.237"], [1702469060, "92256.595"], [1702469111, "92897.632"], [1702469144, "93324.99"], [1702469168, "93752.348"], [1702469204, "94179.706"], [1702469237, "94607.064"], [1702469273, "95034.422"], [1702469303, "95461.78"], [1702469336, "95889.138"], [1702469360, "96316.496"], [1702469387, "96743.854"], [1702469411, "97171.212"], [1702469435, "97598.57"], [1702469468, "98025.928"], [1702469504, "98453.286"], [1702469537, "98880.644"], [1702469573, "99308.002"], [1702469606, "99735.36"], [1702469633, "100162.718"], [1702469660, "100590.076"], [1702469684, "101017.434"], [1702469717, "101444.792"], [1702469753, "101872.15"], [1702469786, "102299.508"], [1702469816, "102726.866"], [1702469834, "103154.224"], [1702469864, "103581.582"], [1702469906, "104222.619"], [1702469936, "104649.977"], [1702469972, "105077.335"], [1702470005, "105504.693"], [1702470029, "105932.051"], [1702470065, "106359.409"], [1702470101, "106786.767"], [1702470131, "107214.125"], [1702470167, "107641.483"], [1702470203, "108068.841"], [1702470251, "108709.878"], [1702470278, "109137.236"], [1702470311, "109564.594"], [1702470347, "109991.952"], [1702470371, "110419.31"], [1702470404, "110846.668"], [1702470440, "111274.026"], [1702470476, "111701.384"], [1702470506, "112128.742"], [1702470542, "112556.1"], [1702470575, "112983.458"], [1702470611, "113410.816"], [1702470635, "113838.174"], [1702470662, "114265.532"], [1702470686, "114692.89"], [1702470719, "115120.248"], [1702470746, "115547.606"], [1702470812, "116402.322"], [1702470845, "116829.68"], [1702470875, "117257.038"], [1702470899, "117684.396"], [1702470953, "118325.433"], [1702470983, "118752.791"], [1702471025, "119180.149"], [1702471067, "119821.186"], [1702471169, "120889.581"], [1702471193, "121316.939"], [1702471226, "121744.297"], [1702471265, "122171.655"]]}], "kepler_node_gpu_joules_total": [{"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "6.744"], [1702462721, "6.744"], [1702462736, "6.795"], [1702462751, "6.795"], [1702462763, "6.795"], [1702462793, "6.846"], [1702462808, "6.846"], [1702462829, "6.897"], [1702462844, "6.897"], [1702462865, "7.698"], [1702462880, "7.749"], [1702462904, "8.55"], [1702462919, "8.601"], [1702462952, "8.652"], [1702462973, "8.652"], [1702462988, "8.652"], [1702463045, "9.453"], [1702463081, "9.453"], [1702463114, "11.049"], [1702463150, "11.85"], [1702463186, "11.901"], [1702463216, "11.901"], [1702463240, "12.003"], [1702463273, "12.003"], [1702463324, "12.054"], [1702463354, "12.054"], [1702463381, "12.054"], [1702463417, "12.054"], [1702463453, "12.105"], [1702463477, "12.105"], [1702463510, "12.207"], [1702463537, "12.258"], [1702463570, "12.258"], [1702463591, "12.258"], [1702463621, "12.258"], [1702463657, "12.309"], [1702463693, "12.411"], [1702463729, "12.513"], [1702463765, "12.615"], [1702463798, "12.666"], [1702463846, "12.717"], [1702463873, "12.717"], [1702463906, "12.717"], [1702463948, "12.768"], [1702463984, "12.819"], [1702464014, "12.87"], [1702464050, "12.921"], [1702464086, "12.921"], [1702464122, "12.921"], [1702464155, "12.921"], [1702464194, "12.972"], [1702464230, "13.074"], [1702464263, "13.176"], [1702464299, "14.028"], [1702464332, "14.88"], [1702464356, "14.982"], [1702464392, "15.033"], [1702464425, "15.135"], [1702464455, "15.135"], [1702464479, "15.186"], [1702464509, "15.186"], [1702464533, "15.927"], [1702464569, "15.978"], [1702464605, "16.83"], [1702464635, "17.622"], [1702464671, "17.724"], [1702464716, "17.775"], [1702464743, "17.775"], [1702464776, "17.775"], [1702464812, "17.775"], [1702464836, "18.516"], [1702464869, "19.257"], [1702464905, "20.049"], [1702464926, "20.049"], [1702464956, "20.1"], [1702464992, "20.151"], [1702465016, "20.892"], [1702465049, "20.994"], [1702465085, "20.994"], [1702465118, "21.045"], [1702465145, "21.096"], [1702465178, "21.096"], [1702465208, "21.147"], [1702465241, "21.147"], [1702465298, "21.249"], [1702465334, "22.095"], [1702465367, "22.095"], [1702465394, "22.095"], [1702465418, "22.095"], [1702465445, "22.095"], [1702465481, "22.095"], [1702465517, "22.887"], [1702465550, "22.938"], [1702465586, "23.04"], [1702465619, "23.091"], [1702465658, "23.142"], [1702465706, "23.142"], [1702465754, "23.193"], [1702465787, "23.295"], [1702465823, "23.346"], [1702465856, "23.397"], [1702465880, "23.448"], [1702465910, "23.55"], [1702465952, "23.601"], [1702465988, "23.652"], [1702466015, "23.652"], [1702466030, "23.652"], [1702466060, "23.652"], [1702466078, "23.703"], [1702466138, "24.606"], [1702466168, "24.708"], [1702466204, "24.81"], [1702466237, "24.861"], [1702466261, "24.861"], [1702466291, "24.912"], [1702466327, "24.912"], [1702466360, "24.912"], [1702466384, "24.912"], [1702466417, "24.963"], [1702466441, "25.014"], [1702466471, "25.065"], [1702466507, "25.167"], [1702466540, "25.269"], [1702466597, "25.422"], [1702466633, "25.473"], [1702466666, "25.473"], [1702466705, "25.473"], [1702466732, "25.473"], [1702466765, "25.524"], [1702466801, "25.524"], [1702466852, "25.575"], [1702466876, "25.575"], [1702466918, "25.626"], [1702466978, "25.779"], [1702467014, "25.779"], [1702467038, "25.779"], [1702467068, "25.779"], [1702467122, "25.779"], [1702467158, "25.779"], [1702467191, "25.779"], [1702467221, "25.83"], [1702467257, "25.932"], [1702467299, "25.983"], [1702467350, "25.983"], [1702467386, "25.983"], [1702467419, "26.724"], [1702467455, "26.724"], [1702467515, "26.775"], [1702467542, "26.826"], [1702467566, "26.928"], [1702467599, "26.979"], [1702467635, "27.03"], [1702467668, "27.087"], [1702467695, "27.087"], [1702467716, "27.087"], [1702467746, "27.087"], [1702467800, "27.087"], [1702467824, "27.087"], [1702467908, "27.138"], [1702467944, "27.138"], [1702467968, "27.189"], [1702468001, "27.189"], [1702468031, "27.189"], [1702468067, "27.189"], [1702468085, "27.189"], [1702468115, "27.189"], [1702468151, "27.189"], [1702468181, "27.189"], [1702468208, "27.189"], [1702468241, "27.189"], [1702468256, "27.189"], [1702468286, "27.189"], [1702468322, "27.189"], [1702468352, "27.189"], [1702468388, "27.189"], [1702468424, "27.189"], [1702468457, "27.189"], [1702468493, "27.189"], [1702468517, "27.24"], [1702468550, "27.24"], [1702468586, "27.24"], [1702468613, "27.24"], [1702468637, "27.24"], [1702468679, "27.24"], [1702468721, "27.24"], [1702468730, "27.24"], [1702468766, "27.24"], [1702468799, "27.24"], [1702468835, "27.24"], [1702468898, "27.291"], [1702468934, "27.291"], [1702468970, "27.291"], [1702468994, "27.291"], [1702469024, "27.291"], [1702469060, "27.291"], [1702469111, "27.291"], [1702469144, "27.291"], [1702469168, "27.291"], [1702469204, "27.342"], [1702469237, "27.342"], [1702469273, "27.342"], [1702469303, "27.342"], [1702469336, "27.342"], [1702469360, "27.342"], [1702469387, "27.342"], [1702469411, "27.342"], [1702469435, "27.342"], [1702469468, "27.342"], [1702469504, "27.342"], [1702469537, "27.342"], [1702469573, "27.342"], [1702469606, "27.342"], [1702469633, "27.342"], [1702469660, "27.342"], [1702469684, "27.342"], [1702469717, "27.342"], [1702469753, "27.342"], [1702469786, "27.342"], [1702469816, "27.342"], [1702469834, "27.342"], [1702469864, "27.342"], [1702469906, "27.393"], [1702469936, "27.393"], [1702469972, "27.393"], [1702470005, "27.399"], [1702470029, "27.399"], [1702470065, "27.45"], [1702470101, "27.45"], [1702470131, "27.45"], [1702470167, "27.45"], [1702470203, "27.45"], [1702470251, "27.45"], [1702470278, "27.45"], [1702470311, "27.45"], [1702470347, "27.45"], [1702470371, "27.45"], [1702470404, "27.45"], [1702470440, "27.45"], [1702470476, "27.45"], [1702470506, "27.45"], [1702470542, "27.45"], [1702470575, "27.45"], [1702470611, "27.45"], [1702470635, "27.45"], [1702470662, "27.45"], [1702470686, "27.45"], [1702470719, "27.45"], [1702470746, "27.45"], [1702470812, "27.45"], [1702470845, "27.45"], [1702470875, "27.45"], [1702470899, "27.45"], [1702470953, "27.45"], [1702470983, "27.45"], [1702471025, "27.45"], [1702471067, "27.45"], [1702471169, "27.552"], [1702471193, "27.552"], [1702471226, "27.552"], [1702471265, "27.552"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2061.825"], [1702462721, "2141.124"], [1702462736, "2220.423"], [1702462751, "2299.722"], [1702462763, "2379.021"], [1702462793, "2537.619"], [1702462808, "2616.918"], [1702462829, "2696.217"], [1702462844, "2775.516"], [1702462865, "2854.815"], [1702462880, "2934.114"], [1702462904, "3092.712"], [1702462919, "3172.011"], [1702462952, "3330.609"], [1702462973, "3409.908"], [1702462988, "3489.207"], [1702463045, "3727.104"], [1702463081, "3885.702"], [1702463114, "4044.3"], [1702463150, "4202.898"], [1702463186, "4361.496"], [1702463216, "4520.094"], [1702463240, "4678.692"], [1702463273, "4837.29"], [1702463324, "5075.187"], [1702463354, "5233.785"], [1702463381, "5392.383"], [1702463417, "5550.981"], [1702463453, "5709.579"], [1702463477, "5868.177"], [1702463510, "6026.775"], [1702463537, "6185.373"], [1702463570, "6343.971"], [1702463591, "6502.569"], [1702463621, "6661.167"], [1702463657, "6819.765"], [1702463693, "6978.363"], [1702463729, "7136.961"], [1702463765, "7295.559"], [1702463798, "7454.157"], [1702463846, "7692.054"], [1702463873, "7850.652"], [1702463906, "8009.25"], [1702463948, "8247.147"], [1702463984, "8405.745"], [1702464014, "8564.343"], [1702464050, "8722.941"], [1702464086, "8881.539"], [1702464122, "9040.137"], [1702464155, "9198.735"], [1702464194, "9436.632"], [1702464230, "9595.23"], [1702464263, "9753.828"], [1702464299, "9912.426"], [1702464332, "10071.024"], [1702464356, "10229.622"], [1702464392, "10388.22"], [1702464425, "10546.818"], [1702464455, "10705.416"], [1702464479, "10864.014"], [1702464509, "11022.612"], [1702464533, "11181.21"], [1702464569, "11339.808"], [1702464605, "11498.406"], [1702464635, "11657.004"], [1702464671, "11815.602"], [1702464716, "11974.2"], [1702464743, "12132.798"], [1702464776, "12291.396"], [1702464812, "12449.994"], [1702464836, "12608.592"], [1702464869, "12767.19"], [1702464905, "12925.788"], [1702464926, "13084.386"], [1702464956, "13242.984"], [1702464992, "13401.582"], [1702465016, "13560.18"], [1702465049, "13718.778"], [1702465085, "13877.376"], [1702465118, "14035.974"], [1702465145, "14194.572"], [1702465178, "14353.17"], [1702465208, "14511.768"], [1702465241, "14670.366"], [1702465298, "14908.263"], [1702465334, "15066.861"], [1702465367, "15225.459"], [1702465394, "15384.057"], [1702465418, "15542.655"], [1702465445, "15701.253"], [1702465481, "15859.851"], [1702465517, "16018.449"], [1702465550, "16177.047"], [1702465586, "16335.645"], [1702465619, "16494.243"], [1702465658, "16652.841"], [1702465706, "16811.439"], [1702465754, "17049.336"], [1702465787, "17207.934"], [1702465823, "17366.532"], [1702465856, "17525.13"], [1702465880, "17683.728"], [1702465910, "17842.326"], [1702465952, "18000.924"], [1702465988, "18159.522"], [1702466015, "18318.12"], [1702466030, "18476.718"], [1702466060, "18635.316"], [1702466078, "18793.914"], [1702466138, "19031.811"], [1702466168, "19190.409"], [1702466204, "19349.007"], [1702466237, "19507.605"], [1702466261, "19666.203"], [1702466291, "19824.801"], [1702466327, "19983.399"], [1702466360, "20141.997"], [1702466384, "20300.595"], [1702466417, "20459.193"], [1702466441, "20617.791"], [1702466471, "20776.389"], [1702466507, "20934.987"], [1702466540, "21093.585"], [1702466597, "21331.482"], [1702466633, "21490.08"], [1702466666, "21648.678"], [1702466705, "21807.276"], [1702466732, "21965.874"], [1702466765, "22124.472"], [1702466801, "22283.07"], [1702466852, "22520.967"], [1702466876, "22679.565"], [1702466918, "22838.163"], [1702466978, "23155.359"], [1702467014, "23313.957"], [1702467038, "23472.555"], [1702467068, "23631.153"], [1702467122, "23869.05"], [1702467158, "24027.648"], [1702467191, "24186.246"], [1702467221, "24344.844"], [1702467257, "24503.442"], [1702467299, "24662.04"], [1702467350, "24899.937"], [1702467386, "25058.535"], [1702467419, "25217.133"], [1702467455, "25375.731"], [1702467515, "25692.927"], [1702467542, "25851.525"], [1702467566, "26010.123"], [1702467599, "26168.721"], [1702467635, "26327.319"], [1702467668, "26485.917"], [1702467695, "26644.515"], [1702467716, "26803.113"], [1702467746, "26961.711"], [1702467800, "27199.608"], [1702467824, "27358.206"], [1702467908, "27754.701"], [1702467944, "27913.299"], [1702467968, "28071.897"], [1702468001, "28230.495"], [1702468031, "28389.093"], [1702468067, "28547.691"], [1702468085, "28706.289"], [1702468115, "28864.887"], [1702468151, "29023.485"], [1702468181, "29182.083"], [1702468208, "29340.681"], [1702468241, "29499.279"], [1702468256, "29657.877"], [1702468286, "29816.475"], [1702468322, "29975.073"], [1702468352, "30133.671"], [1702468388, "30292.269"], [1702468424, "30450.867"], [1702468457, "30609.465"], [1702468493, "30768.063"], [1702468517, "30926.661"], [1702468550, "31085.259"], [1702468586, "31243.857"], [1702468613, "31402.455"], [1702468637, "31561.053"], [1702468679, "31719.651"], [1702468721, "31878.249"], [1702468730, "31957.548"], [1702468766, "32116.146"], [1702468799, "32274.744"], [1702468835, "32433.342"], [1702468898, "32671.239"], [1702468934, "32829.837"], [1702468970, "32988.435"], [1702468994, "33147.033"], [1702469024, "33305.631"], [1702469060, "33464.229"], [1702469111, "33702.126"], [1702469144, "33860.724"], [1702469168, "34019.322"], [1702469204, "34177.92"], [1702469237, "34336.518"], [1702469273, "34495.116"], [1702469303, "34653.714"], [1702469336, "34812.312"], [1702469360, "34970.91"], [1702469387, "35129.508"], [1702469411, "35288.106"], [1702469435, "35446.704"], [1702469468, "35605.302"], [1702469504, "35763.9"], [1702469537, "35922.498"], [1702469573, "36081.096"], [1702469606, "36239.694"], [1702469633, "36398.292"], [1702469660, "36556.89"], [1702469684, "36715.488"], [1702469717, "36874.086"], [1702469753, "37032.684"], [1702469786, "37191.282"], [1702469816, "37349.88"], [1702469834, "37508.478"], [1702469864, "37667.076"], [1702469906, "37904.973"], [1702469936, "38063.571"], [1702469972, "38222.169"], [1702470005, "38380.767"], [1702470029, "38539.365"], [1702470065, "38697.963"], [1702470101, "38856.561"], [1702470131, "39015.159"], [1702470167, "39173.757"], [1702470203, "39332.355"], [1702470251, "39570.252"], [1702470278, "39728.85"], [1702470311, "39887.448"], [1702470347, "40046.046"], [1702470371, "40204.644"], [1702470404, "40363.242"], [1702470440, "40521.84"], [1702470476, "40680.438"], [1702470506, "40839.036"], [1702470542, "40997.634"], [1702470575, "41156.232"], [1702470611, "41314.83"], [1702470635, "41473.428"], [1702470662, "41632.026"], [1702470686, "41790.624"], [1702470719, "41949.222"], [1702470746, "42107.82"], [1702470812, "42425.016"], [1702470845, "42583.614"], [1702470875, "42742.212"], [1702470899, "42900.81"], [1702470953, "43138.707"], [1702470983, "43297.305"], [1702471025, "43455.903"], [1702471067, "43693.8"], [1702471169, "44090.295"], [1702471193, "44248.893"], [1702471226, "44407.491"], [1702471265, "44566.089"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "0.006"], [1702462721, "0.006"], [1702462736, "0.006"], [1702462751, "0.006"], [1702462763, "0.006"], [1702462793, "0.006"], [1702462808, "0.006"], [1702462829, "0.006"], [1702462844, "0.006"], [1702462865, "0.006"], [1702462880, "0.006"], [1702462904, "0.006"], [1702462919, "0.006"], [1702462952, "0.006"], [1702462973, "0.006"], [1702462988, "0.006"], [1702463045, "0.006"], [1702463081, "0.747"], [1702463114, "0.747"], [1702463150, "0.747"], [1702463186, "1.488"], [1702463216, "2.229"], [1702463240, "2.229"], [1702463273, "3.666"], [1702463324, "4.407"], [1702463354, "5.889"], [1702463381, "6.63"], [1702463417, "6.63"], [1702463453, "6.63"], [1702463477, "6.63"], [1702463510, "6.63"], [1702463537, "6.63"], [1702463570, "6.63"], [1702463591, "6.63"], [1702463621, "6.63"], [1702463657, "7.371"], [1702463693, "8.112"], [1702463729, "8.112"], [1702463765, "8.112"], [1702463798, "8.112"], [1702463846, "8.112"], [1702463873, "8.112"], [1702463906, "8.112"], [1702463948, "8.853"], [1702463984, "8.853"], [1702464014, "8.853"], [1702464050, "8.853"], [1702464086, "9.594"], [1702464122, "10.29"], [1702464155, "10.29"], [1702464194, "11.031"], [1702464230, "11.031"], [1702464263, "11.772"], [1702464299, "11.772"], [1702464332, "12.513"], [1702464356, "13.254"], [1702464392, "13.995"], [1702464425, "14.736"], [1702464455, "15.477"], [1702464479, "16.218"], [1702464509, "17.649"], [1702464533, "18.39"], [1702464569, "19.872"], [1702464605, "19.872"], [1702464635, "20.613"], [1702464671, "22.095"], [1702464716, "23.577"], [1702464743, "25.059"], [1702464776, "26.541"], [1702464812, "27.978"], [1702464836, "29.46"], [1702464869, "30.156"], [1702464905, "31.638"], [1702464926, "32.379"], [1702464956, "33.861"], [1702464992, "34.602"], [1702465016, "36.084"], [1702465049, "36.825"], [1702465085, "38.307"], [1702465118, "39.789"], [1702465145, "41.271"], [1702465178, "42.753"], [1702465208, "44.235"], [1702465241, "45.717"], [1702465298, "47.94"], [1702465334, "49.422"], [1702465367, "50.904"], [1702465394, "52.386"], [1702465418, "53.868"], [1702465445, "55.35"], [1702465481, "56.832"], [1702465517, "58.314"], [1702465550, "59.796"], [1702465586, "60.537"], [1702465619, "62.019"], [1702465658, "63.501"], [1702465706, "64.242"], [1702465754, "64.242"], [1702465787, "64.242"], [1702465823, "64.242"], [1702465856, "64.242"], [1702465880, "64.242"], [1702465910, "64.242"], [1702465952, "64.242"], [1702465988, "64.242"], [1702466015, "64.242"], [1702466030, "64.242"], [1702466060, "64.242"], [1702466078, "64.242"], [1702466138, "64.242"], [1702466168, "64.242"], [1702466204, "64.242"], [1702466237, "64.242"], [1702466261, "64.242"], [1702466291, "64.242"], [1702466327, "64.242"], [1702466360, "64.242"], [1702466384, "64.242"], [1702466417, "64.242"], [1702466441, "64.242"], [1702466471, "64.242"], [1702466507, "64.242"], [1702466540, "64.242"], [1702466597, "64.248"], [1702466633, "64.248"], [1702466666, "64.248"], [1702466705, "64.248"], [1702466732, "64.248"], [1702466765, "64.248"], [1702466801, "64.248"], [1702466852, "64.248"], [1702466876, "64.248"], [1702466918, "64.248"], [1702466978, "64.248"], [1702467014, "64.248"], [1702467038, "64.248"], [1702467068, "64.248"], [1702467122, "64.248"], [1702467158, "64.248"], [1702467191, "64.248"], [1702467221, "64.248"], [1702467257, "64.248"], [1702467299, "64.248"], [1702467350, "64.248"], [1702467386, "64.248"], [1702467419, "64.248"], [1702467455, "64.248"], [1702467515, "64.248"], [1702467542, "64.248"], [1702467566, "64.248"], [1702467599, "64.248"], [1702467635, "64.248"], [1702467668, "64.248"], [1702467695, "64.248"], [1702467716, "64.248"], [1702467746, "64.248"], [1702467800, "64.248"], [1702467824, "64.248"], [1702467908, "64.248"], [1702467944, "64.248"], [1702467968, "64.248"], [1702468001, "64.248"], [1702468031, "64.248"], [1702468067, "64.248"], [1702468085, "64.248"], [1702468115, "64.248"], [1702468151, "64.248"], [1702468181, "64.248"], [1702468208, "64.248"], [1702468241, "64.248"], [1702468256, "64.248"], [1702468286, "64.248"], [1702468322, "64.248"], [1702468352, "64.248"], [1702468388, "64.248"], [1702468424, "64.248"], [1702468457, "64.248"], [1702468493, "64.248"], [1702468517, "64.248"], [1702468550, "64.248"], [1702468586, "64.248"], [1702468613, "64.248"], [1702468637, "64.248"], [1702468679, "64.248"], [1702468721, "64.248"], [1702468730, "64.248"], [1702468766, "64.248"], [1702468799, "64.248"], [1702468835, "64.248"], [1702468898, "64.248"], [1702468934, "64.248"], [1702468970, "64.248"], [1702468994, "64.248"], [1702469024, "64.248"], [1702469060, "64.248"], [1702469111, "64.248"], [1702469144, "64.248"], [1702469168, "64.248"], [1702469204, "64.248"], [1702469237, "64.248"], [1702469273, "64.248"], [1702469303, "64.248"], [1702469336, "64.248"], [1702469360, "64.248"], [1702469387, "64.248"], [1702469411, "64.248"], [1702469435, "64.248"], [1702469468, "64.248"], [1702469504, "64.248"], [1702469537, "64.248"], [1702469573, "64.248"], [1702469606, "64.248"], [1702469633, "64.248"], [1702469660, "64.248"], [1702469684, "64.248"], [1702469717, "64.248"], [1702469753, "64.248"], [1702469786, "64.248"], [1702469816, "64.248"], [1702469834, "64.248"], [1702469864, "64.248"], [1702469906, "64.248"], [1702469936, "64.248"], [1702469972, "64.248"], [1702470005, "64.248"], [1702470029, "64.248"], [1702470065, "64.248"], [1702470101, "64.248"], [1702470131, "64.248"], [1702470167, "64.248"], [1702470203, "64.248"], [1702470251, "64.248"], [1702470278, "64.248"], [1702470311, "64.248"], [1702470347, "64.248"], [1702470371, "64.248"], [1702470404, "64.248"], [1702470440, "64.248"], [1702470476, "64.248"], [1702470506, "64.248"], [1702470542, "64.248"], [1702470575, "64.248"], [1702470611, "64.248"], [1702470635, "64.248"], [1702470662, "64.248"], [1702470686, "64.248"], [1702470719, "64.248"], [1702470746, "64.248"], [1702470812, "64.248"], [1702470845, "64.248"], [1702470875, "64.248"], [1702470899, "64.248"], [1702470953, "64.248"], [1702470983, "64.248"], [1702471025, "64.248"], [1702471067, "64.248"], [1702471169, "64.248"], [1702471193, "64.248"], [1702471226, "64.248"], [1702471265, "64.248"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2102.88"], [1702462721, "2183.76"], [1702462736, "2264.64"], [1702462751, "2345.52"], [1702462763, "2426.4"], [1702462793, "2588.16"], [1702462808, "2669.04"], [1702462829, "2749.92"], [1702462844, "2830.8"], [1702462865, "2911.68"], [1702462880, "2992.56"], [1702462904, "3154.32"], [1702462919, "3235.2"], [1702462952, "3396.96"], [1702462973, "3477.84"], [1702462988, "3558.72"], [1702463045, "3801.36"], [1702463081, "3963.12"], [1702463114, "4124.88"], [1702463150, "4286.64"], [1702463186, "4448.4"], [1702463216, "4610.16"], [1702463240, "4771.92"], [1702463273, "4933.68"], [1702463324, "5176.32"], [1702463354, "5338.08"], [1702463381, "5499.84"], [1702463417, "5661.6"], [1702463453, "5823.36"], [1702463477, "5985.12"], [1702463510, "6146.88"], [1702463537, "6308.64"], [1702463570, "6470.4"], [1702463591, "6632.16"], [1702463621, "6793.92"], [1702463657, "6955.68"], [1702463693, "7117.44"], [1702463729, "7279.2"], [1702463765, "7440.96"], [1702463798, "7602.72"], [1702463846, "7845.36"], [1702463873, "8007.12"], [1702463906, "8168.88"], [1702463948, "8411.52"], [1702463984, "8573.28"], [1702464014, "8735.04"], [1702464050, "8896.8"], [1702464086, "9058.56"], [1702464122, "9220.32"], [1702464155, "9382.08"], [1702464194, "9624.72"], [1702464230, "9786.48"], [1702464263, "9948.24"], [1702464299, "10110"], [1702464332, "10271.76"], [1702464356, "10433.52"], [1702464392, "10595.28"], [1702464425, "10757.04"], [1702464455, "10918.8"], [1702464479, "11080.56"], [1702464509, "11242.32"], [1702464533, "11404.08"], [1702464569, "11565.84"], [1702464605, "11727.6"], [1702464635, "11889.36"], [1702464671, "12051.12"], [1702464716, "12212.88"], [1702464743, "12374.64"], [1702464776, "12536.4"], [1702464812, "12698.16"], [1702464836, "12859.92"], [1702464869, "13021.68"], [1702464905, "13183.44"], [1702464926, "13345.2"], [1702464956, "13506.96"], [1702464992, "13668.72"], [1702465016, "13830.48"], [1702465049, "13992.24"], [1702465085, "14154"], [1702465118, "14315.76"], [1702465145, "14477.52"], [1702465178, "14639.28"], [1702465208, "14801.04"], [1702465241, "14962.8"], [1702465298, "15205.44"], [1702465334, "15367.2"], [1702465367, "15528.96"], [1702465394, "15690.72"], [1702465418, "15852.48"], [1702465445, "16014.24"], [1702465481, "16176"], [1702465517, "16337.76"], [1702465550, "16499.52"], [1702465586, "16661.28"], [1702465619, "16823.04"], [1702465658, "16984.8"], [1702465706, "17146.56"], [1702465754, "17389.2"], [1702465787, "17550.96"], [1702465823, "17712.72"], [1702465856, "17874.48"], [1702465880, "18036.24"], [1702465910, "18198"], [1702465952, "18359.76"], [1702465988, "18521.52"], [1702466015, "18683.28"], [1702466030, "18845.04"], [1702466060, "19006.8"], [1702466078, "19168.56"], [1702466138, "19411.2"], [1702466168, "19572.96"], [1702466204, "19734.72"], [1702466237, "19896.48"], [1702466261, "20058.24"], [1702466291, "20220"], [1702466327, "20381.76"], [1702466360, "20543.52"], [1702466384, "20705.28"], [1702466417, "20867.04"], [1702466441, "21028.8"], [1702466471, "21190.56"], [1702466507, "21352.32"], [1702466540, "21514.08"], [1702466597, "21756.72"], [1702466633, "21918.48"], [1702466666, "22080.24"], [1702466705, "22242"], [1702466732, "22403.76"], [1702466765, "22565.52"], [1702466801, "22727.28"], [1702466852, "22969.92"], [1702466876, "23131.68"], [1702466918, "23293.44"], [1702466978, "23616.96"], [1702467014, "23778.72"], [1702467038, "23940.48"], [1702467068, "24102.24"], [1702467122, "24344.88"], [1702467158, "24506.64"], [1702467191, "24668.4"], [1702467221, "24830.16"], [1702467257, "24991.92"], [1702467299, "25153.68"], [1702467350, "25396.32"], [1702467386, "25558.08"], [1702467419, "25719.84"], [1702467455, "25881.6"], [1702467515, "26205.12"], [1702467542, "26366.88"], [1702467566, "26528.64"], [1702467599, "26690.4"], [1702467635, "26852.16"], [1702467668, "27013.92"], [1702467695, "27175.68"], [1702467716, "27337.44"], [1702467746, "27499.2"], [1702467800, "27741.84"], [1702467824, "27903.6"], [1702467908, "28308"], [1702467944, "28469.76"], [1702467968, "28631.52"], [1702468001, "28793.28"], [1702468031, "28955.04"], [1702468067, "29116.8"], [1702468085, "29278.56"], [1702468115, "29440.32"], [1702468151, "29602.08"], [1702468181, "29763.84"], [1702468208, "29925.6"], [1702468241, "30087.36"], [1702468256, "30249.12"], [1702468286, "30410.88"], [1702468322, "30572.64"], [1702468352, "30734.4"], [1702468388, "30896.16"], [1702468424, "31057.92"], [1702468457, "31219.68"], [1702468493, "31381.44"], [1702468517, "31543.2"], [1702468550, "31704.96"], [1702468586, "31866.72"], [1702468613, "32028.48"], [1702468637, "32190.24"], [1702468679, "32352"], [1702468721, "32513.76"], [1702468730, "32594.64"], [1702468766, "32756.4"], [1702468799, "32918.16"], [1702468835, "33079.92"], [1702468898, "33322.56"], [1702468934, "33484.32"], [1702468970, "33646.08"], [1702468994, "33807.84"], [1702469024, "33969.6"], [1702469060, "34131.36"], [1702469111, "34374"], [1702469144, "34535.76"], [1702469168, "34697.52"], [1702469204, "34859.28"], [1702469237, "35021.04"], [1702469273, "35182.8"], [1702469303, "35344.56"], [1702469336, "35506.32"], [1702469360, "35668.08"], [1702469387, "35829.84"], [1702469411, "35991.6"], [1702469435, "36153.36"], [1702469468, "36315.12"], [1702469504, "36476.88"], [1702469537, "36638.64"], [1702469573, "36800.4"], [1702469606, "36962.16"], [1702469633, "37123.92"], [1702469660, "37285.68"], [1702469684, "37447.44"], [1702469717, "37609.2"], [1702469753, "37770.96"], [1702469786, "37932.72"], [1702469816, "38094.48"], [1702469834, "38256.24"], [1702469864, "38418"], [1702469906, "38660.64"], [1702469936, "38822.4"], [1702469972, "38984.16"], [1702470005, "39145.92"], [1702470029, "39307.68"], [1702470065, "39469.44"], [1702470101, "39631.2"], [1702470131, "39792.96"], [1702470167, "39954.72"], [1702470203, "40116.48"], [1702470251, "40359.12"], [1702470278, "40520.88"], [1702470311, "40682.64"], [1702470347, "40844.4"], [1702470371, "41006.16"], [1702470404, "41167.92"], [1702470440, "41329.68"], [1702470476, "41491.44"], [1702470506, "41653.2"], [1702470542, "41814.96"], [1702470575, "41976.72"], [1702470611, "42138.48"], [1702470635, "42300.24"], [1702470662, "42462"], [1702470686, "42623.76"], [1702470719, "42785.52"], [1702470746, "42947.28"], [1702470812, "43270.8"], [1702470845, "43432.56"], [1702470875, "43594.32"], [1702470899, "43756.08"], [1702470953, "43998.72"], [1702470983, "44160.48"], [1702471025, "44322.24"], [1702471067, "44564.88"], [1702471169, "44969.28"], [1702471193, "45131.04"], [1702471226, "45292.8"], [1702471265, "45454.56"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "6.981"], [1702462721, "7.722"], [1702462736, "8.502"], [1702462751, "9.243"], [1702462763, "9.984"], [1702462793, "11.466"], [1702462808, "12.207"], [1702462829, "12.207"], [1702462844, "12.948"], [1702462865, "13.689"], [1702462880, "14.43"], [1702462904, "15.912"], [1702462919, "16.692"], [1702462952, "18.174"], [1702462973, "18.915"], [1702462988, "19.656"], [1702463045, "21.177"], [1702463081, "22.659"], [1702463114, "25.668"], [1702463150, "27.981"], [1702463186, "30.249"], [1702463216, "33.213"], [1702463240, "35.481"], [1702463273, "37.704"], [1702463324, "42.15"], [1702463354, "44.373"], [1702463381, "47.337"], [1702463417, "50.301"], [1702463453, "53.265"], [1702463477, "55.482"], [1702463510, "56.964"], [1702463537, "59.232"], [1702463570, "60.714"], [1702463591, "62.937"], [1702463621, "65.901"], [1702463657, "68.163"], [1702463693, "71.127"], [1702463729, "74.091"], [1702463765, "76.353"], [1702463798, "78.576"], [1702463846, "82.314"], [1702463873, "84.537"], [1702463906, "87.501"], [1702463948, "91.251"], [1702463984, "94.215"], [1702464014, "97.224"], [1702464050, "100.233"], [1702464086, "103.191"], [1702464122, "106.149"], [1702464155, "109.113"], [1702464194, "113.559"], [1702464230, "116.523"], [1702464263, "119.532"], [1702464299, "122.496"], [1702464332, "124.809"], [1702464356, "127.773"], [1702464392, "130.782"], [1702464425, "133.791"], [1702464455, "136.755"], [1702464479, "139.719"], [1702464509, "142.677"], [1702464533, "145.641"], [1702464569, "148.605"], [1702464605, "151.614"], [1702464635, "154.578"], [1702464671, "157.587"], [1702464716, "160.551"], [1702464743, "163.515"], [1702464776, "166.479"], [1702464812, "169.437"], [1702464836, "172.395"], [1702464869, "175.353"], [1702464905, "178.362"], [1702464926, "181.326"], [1702464956, "184.29"], [1702464992, "187.299"], [1702465016, "190.263"], [1702465049, "193.272"], [1702465085, "196.236"], [1702465118, "199.2"], [1702465145, "202.164"], [1702465178, "205.128"], [1702465208, "208.137"], [1702465241, "211.146"], [1702465298, "215.592"], [1702465334, "218.601"], [1702465367, "221.565"], [1702465394, "224.529"], [1702465418, "227.493"], [1702465445, "230.457"], [1702465481, "233.421"], [1702465517, "236.385"], [1702465550, "239.349"], [1702465586, "242.358"], [1702465619, "245.322"], [1702465658, "248.286"], [1702465706, "251.244"], [1702465754, "251.985"], [1702465787, "253.551"], [1702465823, "254.292"], [1702465856, "255.819"], [1702465880, "258.087"], [1702465910, "260.31"], [1702465952, "263.274"], [1702465988, "266.277"], [1702466015, "269.241"], [1702466030, "272.199"], [1702466060, "275.163"], [1702466078, "278.172"], [1702466138, "282.708"], [1702466168, "285.717"], [1702466204, "288.726"], [1702466237, "291.735"], [1702466261, "293.958"], [1702466291, "296.967"], [1702466327, "299.925"], [1702466360, "302.883"], [1702466384, "305.841"], [1702466417, "308.064"], [1702466441, "311.073"], [1702466471, "314.082"], [1702466507, "315.603"], [1702466540, "317.826"], [1702466597, "321.576"], [1702466633, "323.799"], [1702466666, "326.022"], [1702466705, "328.245"], [1702466732, "331.203"], [1702466765, "333.426"], [1702466801, "336.384"], [1702466852, "340.134"], [1702466876, "343.098"], [1702466918, "345.366"], [1702466978, "350.637"], [1702467014, "353.601"], [1702467038, "356.565"], [1702467068, "359.523"], [1702467122, "363.969"], [1702467158, "366.933"], [1702467191, "369.897"], [1702467221, "372.861"], [1702467257, "375.084"], [1702467299, "378.048"], [1702467350, "382.494"], [1702467386, "385.452"], [1702467419, "388.41"], [1702467455, "391.368"], [1702467515, "397.284"], [1702467542, "400.248"], [1702467566, "403.257"], [1702467599, "405.525"], [1702467635, "407.748"], [1702467668, "409.23"], [1702467695, "410.712"], [1702467716, "412.935"], [1702467746, "414.411"], [1702467800, "417.363"], [1702467824, "419.586"], [1702467908, "425.508"], [1702467944, "426.99"], [1702467968, "428.472"], [1702468001, "429.948"], [1702468031, "432.171"], [1702468067, "433.653"], [1702468085, "435.129"], [1702468115, "435.87"], [1702468151, "437.346"], [1702468181, "438.822"], [1702468208, "440.304"], [1702468241, "441.084"], [1702468256, "442.554"], [1702468286, "444.069"], [1702468322, "444.81"], [1702468352, "445.545"], [1702468388, "447.027"], [1702468424, "448.497"], [1702468457, "449.979"], [1702468493, "450.72"], [1702468517, "452.235"], [1702468550, "453.717"], [1702468586, "454.458"], [1702468613, "455.238"], [1702468637, "456.72"], [1702468679, "457.461"], [1702468721, "458.943"], [1702468730, "459.684"], [1702468766, "461.166"], [1702468799, "462.636"], [1702468835, "464.112"], [1702468898, "466.329"], [1702468934, "467.064"], [1702468970, "467.064"], [1702468994, "468.54"], [1702469024, "469.275"], [1702469060, "470.751"], [1702469111, "472.968"], [1702469144, "473.007"], [1702469168, "473.748"], [1702469204, "474.528"], [1702469237, "476.01"], [1702469273, "476.751"], [1702469303, "478.227"], [1702469336, "479.703"], [1702469360, "479.703"], [1702469387, "479.703"], [1702469411, "480.438"], [1702469435, "481.92"], [1702469468, "483.402"], [1702469504, "484.923"], [1702469537, "486.444"], [1702469573, "487.965"], [1702469606, "489.441"], [1702469633, "490.923"], [1702469660, "492.399"], [1702469684, "493.875"], [1702469717, "495.357"], [1702469753, "496.098"], [1702469786, "496.839"], [1702469816, "497.619"], [1702469834, "499.101"], [1702469864, "499.842"], [1702469906, "502.104"], [1702469936, "503.586"], [1702469972, "505.068"], [1702470005, "505.809"], [1702470029, "506.55"], [1702470065, "507.291"], [1702470101, "508.812"], [1702470131, "510.288"], [1702470167, "511.77"], [1702470203, "513.246"], [1702470251, "514.716"], [1702470278, "516.192"], [1702470311, "517.668"], [1702470347, "519.15"], [1702470371, "520.632"], [1702470404, "522.153"], [1702470440, "522.192"], [1702470476, "523.713"], [1702470506, "523.752"], [1702470542, "525.267"], [1702470575, "526.002"], [1702470611, "526.002"], [1702470635, "527.484"], [1702470662, "528.225"], [1702470686, "529.707"], [1702470719, "531.189"], [1702470746, "532.671"], [1702470812, "534.933"], [1702470845, "535.713"], [1702470875, "537.195"], [1702470899, "538.677"], [1702470953, "540.9"], [1702470983, "542.382"], [1702471025, "543.942"], [1702471067, "546.204"], [1702471169, "549.948"], [1702471193, "551.43"], [1702471226, "552.912"], [1702471265, "554.394"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2033.46"], [1702462721, "2111.328"], [1702462736, "2189.196"], [1702462751, "2267.064"], [1702462763, "2344.932"], [1702462793, "2500.668"], [1702462808, "2578.536"], [1702462829, "2656.404"], [1702462844, "2734.272"], [1702462865, "2812.14"], [1702462880, "2890.008"], [1702462904, "3045.744"], [1702462919, "3123.612"], [1702462952, "3279.348"], [1702462973, "3357.216"], [1702462988, "3435.084"], [1702463045, "3668.688"], [1702463081, "3824.424"], [1702463114, "3980.16"], [1702463150, "4135.896"], [1702463186, "4291.632"], [1702463216, "4447.368"], [1702463240, "4603.104"], [1702463273, "4758.84"], [1702463324, "4992.444"], [1702463354, "5148.18"], [1702463381, "5303.916"], [1702463417, "5459.652"], [1702463453, "5615.388"], [1702463477, "5771.124"], [1702463510, "5926.86"], [1702463537, "6082.596"], [1702463570, "6238.332"], [1702463591, "6394.068"], [1702463621, "6549.804"], [1702463657, "6705.54"], [1702463693, "6861.276"], [1702463729, "7017.012"], [1702463765, "7172.748"], [1702463798, "7328.484"], [1702463846, "7562.088"], [1702463873, "7717.824"], [1702463906, "7873.56"], [1702463948, "8107.164"], [1702463984, "8262.9"], [1702464014, "8418.636"], [1702464050, "8574.372"], [1702464086, "8730.108"], [1702464122, "8885.844"], [1702464155, "9041.58"], [1702464194, "9275.184"], [1702464230, "9430.92"], [1702464263, "9586.656"], [1702464299, "9742.392"], [1702464332, "9898.128"], [1702464356, "10053.864"], [1702464392, "10209.6"], [1702464425, "10365.336"], [1702464455, "10521.072"], [1702464479, "10676.808"], [1702464509, "10832.544"], [1702464533, "10988.28"], [1702464569, "11144.016"], [1702464605, "11299.752"], [1702464635, "11455.488"], [1702464671, "11611.224"], [1702464716, "11766.96"], [1702464743, "11922.696"], [1702464776, "12078.432"], [1702464812, "12234.168"], [1702464836, "12389.904"], [1702464869, "12545.64"], [1702464905, "12701.376"], [1702464926, "12857.112"], [1702464956, "13012.848"], [1702464992, "13168.584"], [1702465016, "13324.32"], [1702465049, "13480.056"], [1702465085, "13635.792"], [1702465118, "13791.528"], [1702465145, "13947.264"], [1702465178, "14103"], [1702465208, "14258.736"], [1702465241, "14414.472"], [1702465298, "14648.076"], [1702465334, "14803.812"], [1702465367, "14959.548"], [1702465394, "15115.284"], [1702465418, "15271.02"], [1702465445, "15426.756"], [1702465481, "15582.492"], [1702465517, "15738.228"], [1702465550, "15893.964"], [1702465586, "16049.7"], [1702465619, "16205.436"], [1702465658, "16361.172"], [1702465706, "16516.908"], [1702465754, "16750.512"], [1702465787, "16906.248"], [1702465823, "17061.984"], [1702465856, "17217.72"], [1702465880, "17373.456"], [1702465910, "17529.192"], [1702465952, "17684.928"], [1702465988, "17840.664"], [1702466015, "17996.4"], [1702466030, "18152.136"], [1702466060, "18307.872"], [1702466078, "18463.608"], [1702466138, "18697.212"], [1702466168, "18852.948"], [1702466204, "19008.684"], [1702466237, "19164.42"], [1702466261, "19320.156"], [1702466291, "19475.892"], [1702466327, "19631.628"], [1702466360, "19787.364"], [1702466384, "19943.1"], [1702466417, "20098.836"], [1702466441, "20254.572"], [1702466471, "20410.308"], [1702466507, "20566.044"], [1702466540, "20721.78"], [1702466597, "20955.384"], [1702466633, "21111.12"], [1702466666, "21266.856"], [1702466705, "21422.592"], [1702466732, "21578.328"], [1702466765, "21734.064"], [1702466801, "21889.8"], [1702466852, "22123.404"], [1702466876, "22279.14"], [1702466918, "22434.876"], [1702466978, "22746.348"], [1702467014, "22902.084"], [1702467038, "23057.82"], [1702467068, "23213.556"], [1702467122, "23447.16"], [1702467158, "23602.896"], [1702467191, "23758.632"], [1702467221, "23914.368"], [1702467257, "24070.104"], [1702467299, "24225.84"], [1702467350, "24459.444"], [1702467386, "24615.18"], [1702467419, "24770.916"], [1702467455, "24926.652"], [1702467515, "25238.124"], [1702467542, "25393.86"], [1702467566, "25549.596"], [1702467599, "25705.332"], [1702467635, "25861.068"], [1702467668, "26016.804"], [1702467695, "26172.54"], [1702467716, "26328.276"], [1702467746, "26484.012"], [1702467800, "26717.616"], [1702467824, "26873.352"], [1702467908, "27262.692"], [1702467944, "27418.428"], [1702467968, "27574.164"], [1702468001, "27729.9"], [1702468031, "27885.636"], [1702468067, "28041.372"], [1702468085, "28197.108"], [1702468115, "28352.844"], [1702468151, "28508.58"], [1702468181, "28664.316"], [1702468208, "28820.052"], [1702468241, "28975.788"], [1702468256, "29131.524"], [1702468286, "29287.26"], [1702468322, "29442.996"], [1702468352, "29598.732"], [1702468388, "29754.468"], [1702468424, "29910.204"], [1702468457, "30065.94"], [1702468493, "30221.676"], [1702468517, "30377.412"], [1702468550, "30533.148"], [1702468586, "30688.884"], [1702468613, "30844.62"], [1702468637, "31000.356"], [1702468679, "31156.092"], [1702468721, "31311.828"], [1702468730, "31389.696"], [1702468766, "31545.432"], [1702468799, "31701.168"], [1702468835, "31856.904"], [1702468898, "32090.508"], [1702468934, "32246.244"], [1702468970, "32401.98"], [1702468994, "32557.716"], [1702469024, "32713.452"], [1702469060, "32869.188"], [1702469111, "33102.792"], [1702469144, "33258.528"], [1702469168, "33414.264"], [1702469204, "33570"], [1702469237, "33725.736"], [1702469273, "33881.472"], [1702469303, "34037.208"], [1702469336, "34192.944"], [1702469360, "34348.68"], [1702469387, "34504.416"], [1702469411, "34660.152"], [1702469435, "34815.888"], [1702469468, "34971.624"], [1702469504, "35127.36"], [1702469537, "35283.096"], [1702469573, "35438.832"], [1702469606, "35594.568"], [1702469633, "35750.304"], [1702469660, "35906.04"], [1702469684, "36061.776"], [1702469717, "36217.512"], [1702469753, "36373.248"], [1702469786, "36528.984"], [1702469816, "36684.72"], [1702469834, "36840.456"], [1702469864, "36996.192"], [1702469906, "37229.796"], [1702469936, "37385.532"], [1702469972, "37541.268"], [1702470005, "37697.004"], [1702470029, "37852.74"], [1702470065, "38008.476"], [1702470101, "38164.212"], [1702470131, "38319.948"], [1702470167, "38475.684"], [1702470203, "38631.42"], [1702470251, "38865.024"], [1702470278, "39020.76"], [1702470311, "39176.496"], [1702470347, "39332.232"], [1702470371, "39487.968"], [1702470404, "39643.704"], [1702470440, "39799.44"], [1702470476, "39955.176"], [1702470506, "40110.912"], [1702470542, "40266.648"], [1702470575, "40422.384"], [1702470611, "40578.12"], [1702470635, "40733.856"], [1702470662, "40889.592"], [1702470686, "41045.328"], [1702470719, "41201.064"], [1702470746, "41356.8"], [1702470812, "41668.272"], [1702470845, "41824.008"], [1702470875, "41979.744"], [1702470899, "42135.48"], [1702470953, "42369.084"], [1702470983, "42524.82"], [1702471025, "42680.556"], [1702471067, "42914.16"], [1702471169, "43303.5"], [1702471193, "43459.236"], [1702471226, "43614.972"], [1702471265, "43770.708"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "0.867"], [1702462721, "0.876"], [1702462736, "0.876"], [1702462751, "0.876"], [1702462763, "0.876"], [1702462793, "0.885"], [1702462808, "0.885"], [1702462829, "0.885"], [1702462844, "0.885"], [1702462865, "0.885"], [1702462880, "0.885"], [1702462904, "0.885"], [1702462919, "0.885"], [1702462952, "0.885"], [1702462973, "0.885"], [1702462988, "0.885"], [1702463045, "0.885"], [1702463081, "0.885"], [1702463114, "0.885"], [1702463150, "0.885"], [1702463186, "0.885"], [1702463216, "0.885"], [1702463240, "0.885"], [1702463273, "0.885"], [1702463324, "0.885"], [1702463354, "0.885"], [1702463381, "0.885"], [1702463417, "0.885"], [1702463453, "0.885"], [1702463477, "0.885"], [1702463510, "0.885"], [1702463537, "0.885"], [1702463570, "0.885"], [1702463591, "0.885"], [1702463621, "0.885"], [1702463657, "0.885"], [1702463693, "0.885"], [1702463729, "0.885"], [1702463765, "0.885"], [1702463798, "0.885"], [1702463846, "0.885"], [1702463873, "0.885"], [1702463906, "0.885"], [1702463948, "0.885"], [1702463984, "0.885"], [1702464014, "0.885"], [1702464050, "0.885"], [1702464086, "0.885"], [1702464122, "0.885"], [1702464155, "0.885"], [1702464194, "0.885"], [1702464230, "0.885"], [1702464263, "0.885"], [1702464299, "0.885"], [1702464332, "0.885"], [1702464356, "0.885"], [1702464392, "0.885"], [1702464425, "0.885"], [1702464455, "0.885"], [1702464479, "0.885"], [1702464509, "0.885"], [1702464533, "0.885"], [1702464569, "0.885"], [1702464605, "0.885"], [1702464635, "0.885"], [1702464671, "0.885"], [1702464716, "0.885"], [1702464743, "0.885"], [1702464776, "0.885"], [1702464812, "0.885"], [1702464836, "0.885"], [1702464869, "0.885"], [1702464905, "0.885"], [1702464926, "0.885"], [1702464956, "0.885"], [1702464992, "0.885"], [1702465016, "0.885"], [1702465049, "0.885"], [1702465085, "0.885"], [1702465118, "0.885"], [1702465145, "0.885"], [1702465178, "0.885"], [1702465208, "0.885"], [1702465241, "0.885"], [1702465298, "0.885"], [1702465334, "0.885"], [1702465367, "0.885"], [1702465394, "0.885"], [1702465418, "0.885"], [1702465445, "0.885"], [1702465481, "0.885"], [1702465517, "0.885"], [1702465550, "0.885"], [1702465586, "0.885"], [1702465619, "0.885"], [1702465658, "0.885"], [1702465706, "0.885"], [1702465754, "0.885"], [1702465787, "0.885"], [1702465823, "0.885"], [1702465856, "0.885"], [1702465880, "0.885"], [1702465910, "0.885"], [1702465952, "0.885"], [1702465988, "0.885"], [1702466015, "0.885"], [1702466030, "0.885"], [1702466060, "0.885"], [1702466078, "0.885"], [1702466138, "0.885"], [1702466168, "0.885"], [1702466204, "0.885"], [1702466237, "0.885"], [1702466261, "0.885"], [1702466291, "0.885"], [1702466327, "0.885"], [1702466360, "0.885"], [1702466384, "0.885"], [1702466417, "0.885"], [1702466441, "0.885"], [1702466471, "0.885"], [1702466507, "0.885"], [1702466540, "0.885"], [1702466597, "0.885"], [1702466633, "0.885"], [1702466666, "0.885"], [1702466705, "0.885"], [1702466732, "0.885"], [1702466765, "0.885"], [1702466801, "0.885"], [1702466852, "0.885"], [1702466876, "0.885"], [1702466918, "0.885"], [1702466978, "0.885"], [1702467014, "0.885"], [1702467038, "0.885"], [1702467068, "0.885"], [1702467122, "0.885"], [1702467158, "0.885"], [1702467191, "0.885"], [1702467221, "0.885"], [1702467257, "0.885"], [1702467299, "0.885"], [1702467350, "0.885"], [1702467386, "0.885"], [1702467419, "0.885"], [1702467455, "0.885"], [1702467515, "0.885"], [1702467542, "0.885"], [1702467566, "0.885"], [1702467599, "0.885"], [1702467635, "0.885"], [1702467668, "0.885"], [1702467695, "0.885"], [1702467716, "0.885"], [1702467746, "0.885"], [1702467800, "0.885"], [1702467824, "0.885"], [1702467908, "0.885"], [1702467944, "0.885"], [1702467968, "0.885"], [1702468001, "0.885"], [1702468031, "0.885"], [1702468067, "0.885"], [1702468085, "0.885"], [1702468115, "0.885"], [1702468151, "0.885"], [1702468181, "0.885"], [1702468208, "0.885"], [1702468241, "0.885"], [1702468256, "0.885"], [1702468286, "0.885"], [1702468322, "0.885"], [1702468352, "0.885"], [1702468388, "0.885"], [1702468424, "0.885"], [1702468457, "0.885"], [1702468493, "0.885"], [1702468517, "0.885"], [1702468550, "0.885"], [1702468586, "0.885"], [1702468613, "0.885"], [1702468637, "0.885"], [1702468679, "0.885"], [1702468721, "0.885"], [1702468730, "0.885"], [1702468766, "0.885"], [1702468799, "0.885"], [1702468835, "0.885"], [1702468898, "0.885"], [1702468934, "0.885"], [1702468970, "0.885"], [1702468994, "0.885"], [1702469024, "0.885"], [1702469060, "0.885"], [1702469111, "0.885"], [1702469144, "0.885"], [1702469168, "0.885"], [1702469204, "0.885"], [1702469237, "0.885"], [1702469273, "0.885"], [1702469303, "0.885"], [1702469336, "0.885"], [1702469360, "0.885"], [1702469387, "0.885"], [1702469411, "0.885"], [1702469435, "0.885"], [1702469468, "0.885"], [1702469504, "0.885"], [1702469537, "0.885"], [1702469573, "0.885"], [1702469606, "0.885"], [1702469633, "0.885"], [1702469660, "0.885"], [1702469684, "0.885"], [1702469717, "0.885"], [1702469753, "0.885"], [1702469786, "0.885"], [1702469816, "0.885"], [1702469834, "0.885"], [1702469864, "0.885"], [1702469906, "0.885"], [1702469936, "0.885"], [1702469972, "0.885"], [1702470005, "0.885"], [1702470029, "0.885"], [1702470065, "0.885"], [1702470101, "0.885"], [1702470131, "0.885"], [1702470167, "0.885"], [1702470203, "0.885"], [1702470251, "0.885"], [1702470278, "0.885"], [1702470311, "0.885"], [1702470347, "0.885"], [1702470371, "0.885"], [1702470404, "0.885"], [1702470440, "0.885"], [1702470476, "0.885"], [1702470506, "0.885"], [1702470542, "0.885"], [1702470575, "0.885"], [1702470611, "0.885"], [1702470635, "0.885"], [1702470662, "0.885"], [1702470686, "0.885"], [1702470719, "0.885"], [1702470746, "0.885"], [1702470812, "0.885"], [1702470845, "0.885"], [1702470875, "0.885"], [1702470899, "0.885"], [1702470953, "0.885"], [1702470983, "0.885"], [1702471025, "0.885"], [1702471067, "0.885"], [1702471169, "0.903"], [1702471193, "0.903"], [1702471226, "0.903"], [1702471265, "0.903"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2158.104"], [1702462721, "2241.108"], [1702462736, "2324.112"], [1702462751, "2407.116"], [1702462763, "2490.12"], [1702462793, "2656.128"], [1702462808, "2739.132"], [1702462829, "2822.136"], [1702462844, "2905.14"], [1702462865, "2988.144"], [1702462880, "3071.148"], [1702462904, "3237.156"], [1702462919, "3320.16"], [1702462952, "3486.168"], [1702462973, "3569.172"], [1702462988, "3652.176"], [1702463045, "3901.188"], [1702463081, "4067.196"], [1702463114, "4233.204"], [1702463150, "4399.212"], [1702463186, "4565.22"], [1702463216, "4731.228"], [1702463240, "4897.236"], [1702463273, "5063.244"], [1702463324, "5312.256"], [1702463354, "5478.264"], [1702463381, "5644.272"], [1702463417, "5810.28"], [1702463453, "5976.288"], [1702463477, "6142.296"], [1702463510, "6308.304"], [1702463537, "6474.312"], [1702463570, "6640.32"], [1702463591, "6806.328"], [1702463621, "6972.336"], [1702463657, "7138.344"], [1702463693, "7304.352"], [1702463729, "7470.36"], [1702463765, "7636.368"], [1702463798, "7802.376"], [1702463846, "8051.388"], [1702463873, "8217.396"], [1702463906, "8383.404"], [1702463948, "8632.416"], [1702463984, "8798.424"], [1702464014, "8964.432"], [1702464050, "9130.44"], [1702464086, "9296.448"], [1702464122, "9462.456"], [1702464155, "9628.464"], [1702464194, "9877.476"], [1702464230, "10043.484"], [1702464263, "10209.492"], [1702464299, "10375.5"], [1702464332, "10541.508"], [1702464356, "10707.516"], [1702464392, "10873.524"], [1702464425, "11039.532"], [1702464455, "11205.54"], [1702464479, "11371.548"], [1702464509, "11537.556"], [1702464533, "11703.564"], [1702464569, "11869.572"], [1702464605, "12035.58"], [1702464635, "12201.588"], [1702464671, "12367.596"], [1702464716, "12533.604"], [1702464743, "12699.612"], [1702464776, "12865.62"], [1702464812, "13031.628"], [1702464836, "13197.636"], [1702464869, "13363.644"], [1702464905, "13529.652"], [1702464926, "13695.66"], [1702464956, "13861.668"], [1702464992, "14027.676"], [1702465016, "14193.684"], [1702465049, "14359.692"], [1702465085, "14525.7"], [1702465118, "14691.708"], [1702465145, "14857.716"], [1702465178, "15023.724"], [1702465208, "15189.732"], [1702465241, "15355.74"], [1702465298, "15604.752"], [1702465334, "15770.76"], [1702465367, "15936.768"], [1702465394, "16102.776"], [1702465418, "16268.784"], [1702465445, "16434.792"], [1702465481, "16600.8"], [1702465517, "16766.808"], [1702465550, "16932.816"], [1702465586, "17098.824"], [1702465619, "17264.832"], [1702465658, "17430.84"], [1702465706, "17596.848"], [1702465754, "17845.86"], [1702465787, "18011.868"], [1702465823, "18177.876"], [1702465856, "18343.884"], [1702465880, "18509.892"], [1702465910, "18675.9"], [1702465952, "18841.908"], [1702465988, "19007.916"], [1702466015, "19173.924"], [1702466030, "19339.932"], [1702466060, "19505.94"], [1702466078, "19671.948"], [1702466138, "19920.96"], [1702466168, "20086.968"], [1702466204, "20252.976"], [1702466237, "20418.984"], [1702466261, "20584.992"], [1702466291, "20751"], [1702466327, "20917.008"], [1702466360, "21083.016"], [1702466384, "21249.024"], [1702466417, "21415.032"], [1702466441, "21581.04"], [1702466471, "21747.048"], [1702466507, "21913.056"], [1702466540, "22079.064"], [1702466597, "22328.076"], [1702466633, "22494.084"], [1702466666, "22660.092"], [1702466705, "22826.1"], [1702466732, "22992.108"], [1702466765, "23158.116"], [1702466801, "23324.124"], [1702466852, "23573.136"], [1702466876, "23739.144"], [1702466918, "23905.152"], [1702466978, "24237.168"], [1702467014, "24403.176"], [1702467038, "24569.184"], [1702467068, "24735.192"], [1702467122, "24984.204"], [1702467158, "25150.212"], [1702467191, "25316.22"], [1702467221, "25482.228"], [1702467257, "25648.236"], [1702467299, "25814.244"], [1702467350, "26063.256"], [1702467386, "26229.264"], [1702467419, "26395.272"], [1702467455, "26561.28"], [1702467515, "26893.296"], [1702467542, "27059.304"], [1702467566, "27225.312"], [1702467599, "27391.32"], [1702467635, "27557.328"], [1702467668, "27723.336"], [1702467695, "27889.344"], [1702467716, "28055.352"], [1702467746, "28221.36"], [1702467800, "28470.372"], [1702467824, "28636.38"], [1702467908, "29051.4"], [1702467944, "29217.408"], [1702467968, "29383.416"], [1702468001, "29549.424"], [1702468031, "29715.432"], [1702468067, "29881.44"], [1702468085, "30047.448"], [1702468115, "30213.456"], [1702468151, "30379.464"], [1702468181, "30545.472"], [1702468208, "30711.48"], [1702468241, "30877.488"], [1702468256, "31043.496"], [1702468286, "31209.504"], [1702468322, "31375.512"], [1702468352, "31541.52"], [1702468388, "31707.528"], [1702468424, "31873.536"], [1702468457, "32039.544"], [1702468493, "32205.552"], [1702468517, "32371.56"], [1702468550, "32537.568"], [1702468586, "32703.576"], [1702468613, "32869.584"], [1702468637, "33035.592"], [1702468679, "33201.6"], [1702468721, "33367.608"], [1702468730, "33450.612"], [1702468766, "33616.62"], [1702468799, "33782.628"], [1702468835, "33948.636"], [1702468898, "34197.648"], [1702468934, "34363.656"], [1702468970, "34529.664"], [1702468994, "34695.672"], [1702469024, "34861.68"], [1702469060, "35027.688"], [1702469111, "35276.7"], [1702469144, "35442.708"], [1702469168, "35608.716"], [1702469204, "35774.724"], [1702469237, "35940.732"], [1702469273, "36106.74"], [1702469303, "36272.748"], [1702469336, "36438.756"], [1702469360, "36604.764"], [1702469387, "36770.772"], [1702469411, "36936.78"], [1702469435, "37102.788"], [1702469468, "37268.796"], [1702469504, "37434.804"], [1702469537, "37600.812"], [1702469573, "37766.82"], [1702469606, "37932.828"], [1702469633, "38098.836"], [1702469660, "38264.844"], [1702469684, "38430.852"], [1702469717, "38596.86"], [1702469753, "38762.868"], [1702469786, "38928.876"], [1702469816, "39094.884"], [1702469834, "39260.892"], [1702469864, "39426.9"], [1702469906, "39675.912"], [1702469936, "39841.92"], [1702469972, "40007.928"], [1702470005, "40173.936"], [1702470029, "40339.944"], [1702470065, "40505.952"], [1702470101, "40671.96"], [1702470131, "40837.968"], [1702470167, "41003.976"], [1702470203, "41169.984"], [1702470251, "41418.996"], [1702470278, "41585.004"], [1702470311, "41751.012"], [1702470347, "41917.02"], [1702470371, "42083.028"], [1702470404, "42249.036"], [1702470440, "42415.044"], [1702470476, "42581.052"], [1702470506, "42747.06"], [1702470542, "42913.068"], [1702470575, "43079.076"], [1702470611, "43245.084"], [1702470635, "43411.092"], [1702470662, "43577.1"], [1702470686, "43743.108"], [1702470719, "43909.116"], [1702470746, "44075.124"], [1702470812, "44407.14"], [1702470845, "44573.148"], [1702470875, "44739.156"], [1702470899, "44905.164"], [1702470953, "45154.176"], [1702470983, "45320.184"], [1702471025, "45486.192"], [1702471067, "45735.204"], [1702471169, "46150.224"], [1702471193, "46316.232"], [1702471226, "46482.24"], [1702471265, "46648.248"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "9.567"], [1702462721, "9.615"], [1702462736, "10.356"], [1702462751, "11.097"], [1702462763, "11.838"], [1702462793, "13.377"], [1702462808, "14.118"], [1702462829, "14.916"], [1702462844, "14.964"], [1702462865, "15.705"], [1702462880, "16.503"], [1702462904, "18.042"], [1702462919, "18.84"], [1702462952, "19.629"], [1702462973, "20.37"], [1702462988, "20.418"], [1702463045, "21.159"], [1702463081, "21.207"], [1702463114, "21.207"], [1702463150, "21.207"], [1702463186, "21.255"], [1702463216, "21.255"], [1702463240, "21.303"], [1702463273, "21.303"], [1702463324, "21.399"], [1702463354, "21.447"], [1702463381, "21.543"], [1702463417, "21.591"], [1702463453, "21.591"], [1702463477, "21.591"], [1702463510, "21.591"], [1702463537, "21.591"], [1702463570, "21.591"], [1702463591, "21.591"], [1702463621, "21.591"], [1702463657, "21.591"], [1702463693, "21.591"], [1702463729, "21.591"], [1702463765, "21.591"], [1702463798, "21.591"], [1702463846, "21.591"], [1702463873, "21.591"], [1702463906, "21.591"], [1702463948, "21.591"], [1702463984, "21.591"], [1702464014, "21.591"], [1702464050, "21.591"], [1702464086, "21.591"], [1702464122, "21.591"], [1702464155, "21.591"], [1702464194, "21.591"], [1702464230, "21.591"], [1702464263, "21.591"], [1702464299, "21.591"], [1702464332, "21.591"], [1702464356, "21.639"], [1702464392, "21.735"], [1702464425, "21.783"], [1702464455, "21.783"], [1702464479, "21.783"], [1702464509, "21.783"], [1702464533, "21.783"], [1702464569, "21.783"], [1702464605, "21.783"], [1702464635, "21.783"], [1702464671, "21.783"], [1702464716, "21.783"], [1702464743, "21.783"], [1702464776, "21.783"], [1702464812, "21.783"], [1702464836, "21.783"], [1702464869, "21.783"], [1702464905, "21.783"], [1702464926, "21.783"], [1702464956, "21.783"], [1702464992, "21.783"], [1702465016, "21.783"], [1702465049, "21.783"], [1702465085, "21.783"], [1702465118, "21.783"], [1702465145, "21.783"], [1702465178, "21.783"], [1702465208, "21.783"], [1702465241, "21.783"], [1702465298, "21.783"], [1702465334, "21.783"], [1702465367, "21.783"], [1702465394, "21.783"], [1702465418, "21.783"], [1702465445, "21.783"], [1702465481, "21.831"], [1702465517, "21.879"], [1702465550, "21.927"], [1702465586, "22.023"], [1702465619, "22.023"], [1702465658, "22.023"], [1702465706, "22.023"], [1702465754, "22.023"], [1702465787, "22.023"], [1702465823, "22.023"], [1702465856, "22.023"], [1702465880, "22.023"], [1702465910, "22.023"], [1702465952, "22.023"], [1702465988, "22.023"], [1702466015, "22.023"], [1702466030, "22.023"], [1702466060, "22.023"], [1702466078, "22.023"], [1702466138, "22.023"], [1702466168, "22.023"], [1702466204, "22.023"], [1702466237, "22.023"], [1702466261, "22.023"], [1702466291, "22.023"], [1702466327, "22.023"], [1702466360, "22.023"], [1702466384, "22.023"], [1702466417, "22.023"], [1702466441, "22.023"], [1702466471, "22.023"], [1702466507, "22.023"], [1702466540, "22.023"], [1702466597, "22.023"], [1702466633, "22.071"], [1702466666, "22.071"], [1702466705, "22.071"], [1702466732, "22.071"], [1702466765, "22.071"], [1702466801, "22.071"], [1702466852, "22.071"], [1702466876, "22.071"], [1702466918, "22.071"], [1702466978, "22.071"], [1702467014, "22.071"], [1702467038, "22.071"], [1702467068, "22.071"], [1702467122, "22.071"], [1702467158, "22.071"], [1702467191, "22.071"], [1702467221, "22.071"], [1702467257, "22.071"], [1702467299, "22.071"], [1702467350, "22.071"], [1702467386, "22.071"], [1702467419, "22.071"], [1702467455, "22.071"], [1702467515, "22.071"], [1702467542, "22.071"], [1702467566, "22.071"], [1702467599, "22.071"], [1702467635, "22.071"], [1702467668, "22.071"], [1702467695, "22.071"], [1702467716, "22.071"], [1702467746, "22.071"], [1702467800, "22.071"], [1702467824, "22.071"], [1702467908, "22.071"], [1702467944, "22.071"], [1702467968, "22.071"], [1702468001, "22.071"], [1702468031, "22.071"], [1702468067, "22.071"], [1702468085, "22.071"], [1702468115, "22.071"], [1702468151, "22.071"], [1702468181, "22.071"], [1702468208, "22.071"], [1702468241, "22.071"], [1702468256, "22.071"], [1702468286, "22.071"], [1702468322, "22.071"], [1702468352, "22.071"], [1702468388, "22.071"], [1702468424, "22.071"], [1702468457, "22.071"], [1702468493, "22.071"], [1702468517, "22.071"], [1702468550, "22.071"], [1702468586, "22.071"], [1702468613, "22.071"], [1702468637, "22.071"], [1702468679, "22.071"], [1702468721, "22.071"], [1702468730, "22.071"], [1702468766, "22.071"], [1702468799, "22.071"], [1702468835, "22.071"], [1702468898, "22.071"], [1702468934, "22.071"], [1702468970, "22.071"], [1702468994, "22.071"], [1702469024, "22.071"], [1702469060, "22.071"], [1702469111, "22.071"], [1702469144, "22.071"], [1702469168, "22.071"], [1702469204, "22.071"], [1702469237, "22.071"], [1702469273, "22.071"], [1702469303, "22.071"], [1702469336, "22.071"], [1702469360, "22.071"], [1702469387, "22.071"], [1702469411, "22.071"], [1702469435, "22.071"], [1702469468, "22.071"], [1702469504, "22.071"], [1702469537, "22.071"], [1702469573, "22.071"], [1702469606, "22.071"], [1702469633, "22.071"], [1702469660, "22.071"], [1702469684, "22.071"], [1702469717, "22.071"], [1702469753, "22.071"], [1702469786, "22.071"], [1702469816, "22.071"], [1702469834, "22.071"], [1702469864, "22.071"], [1702469906, "22.071"], [1702469936, "22.071"], [1702469972, "22.071"], [1702470005, "22.071"], [1702470029, "22.071"], [1702470065, "22.071"], [1702470101, "22.071"], [1702470131, "22.119"], [1702470167, "22.119"], [1702470203, "22.119"], [1702470251, "22.119"], [1702470278, "22.119"], [1702470311, "22.119"], [1702470347, "22.119"], [1702470371, "22.119"], [1702470404, "22.119"], [1702470440, "22.119"], [1702470476, "22.119"], [1702470506, "22.119"], [1702470542, "22.119"], [1702470575, "22.119"], [1702470611, "22.119"], [1702470635, "22.119"], [1702470662, "22.119"], [1702470686, "22.119"], [1702470719, "22.119"], [1702470746, "22.119"], [1702470812, "22.119"], [1702470845, "22.119"], [1702470875, "22.119"], [1702470899, "22.119"], [1702470953, "22.119"], [1702470983, "22.119"], [1702471025, "22.167"], [1702471067, "22.263"], [1702471169, "22.503"], [1702471193, "22.551"], [1702471226, "22.551"], [1702471265, "22.599"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2225.592"], [1702462721, "2310.876"], [1702462736, "2396.16"], [1702462751, "2481.444"], [1702462763, "2566.728"], [1702462793, "2737.296"], [1702462808, "2822.58"], [1702462829, "2907.864"], [1702462844, "2993.148"], [1702462865, "3078.432"], [1702462880, "3163.716"], [1702462904, "3334.284"], [1702462919, "3419.568"], [1702462952, "3590.136"], [1702462973, "3675.42"], [1702462988, "3760.704"], [1702463045, "4016.556"], [1702463081, "4187.124"], [1702463114, "4357.692"], [1702463150, "4528.26"], [1702463186, "4698.828"], [1702463216, "4869.396"], [1702463240, "5039.964"], [1702463273, "5210.532"], [1702463324, "5466.384"], [1702463354, "5636.952"], [1702463381, "5807.52"], [1702463417, "5978.088"], [1702463453, "6148.656"], [1702463477, "6319.224"], [1702463510, "6489.792"], [1702463537, "6660.36"], [1702463570, "6830.928"], [1702463591, "7001.496"], [1702463621, "7172.064"], [1702463657, "7342.632"], [1702463693, "7513.2"], [1702463729, "7683.768"], [1702463765, "7854.336"], [1702463798, "8024.904"], [1702463846, "8280.756"], [1702463873, "8451.324"], [1702463906, "8621.892"], [1702463948, "8877.744"], [1702463984, "9048.312"], [1702464014, "9218.88"], [1702464050, "9389.448"], [1702464086, "9560.016"], [1702464122, "9730.584"], [1702464155, "9901.152"], [1702464194, "10157.004"], [1702464230, "10327.572"], [1702464263, "10498.14"], [1702464299, "10668.708"], [1702464332, "10839.276"], [1702464356, "11009.844"], [1702464392, "11180.412"], [1702464425, "11350.98"], [1702464455, "11521.548"], [1702464479, "11692.116"], [1702464509, "11862.684"], [1702464533, "12033.252"], [1702464569, "12203.82"], [1702464605, "12374.388"], [1702464635, "12544.956"], [1702464671, "12715.524"], [1702464716, "12886.092"], [1702464743, "13056.66"], [1702464776, "13227.228"], [1702464812, "13397.796"], [1702464836, "13568.364"], [1702464869, "13738.932"], [1702464905, "13909.5"], [1702464926, "14080.068"], [1702464956, "14250.636"], [1702464992, "14421.204"], [1702465016, "14591.772"], [1702465049, "14762.34"], [1702465085, "14932.908"], [1702465118, "15103.476"], [1702465145, "15274.044"], [1702465178, "15444.612"], [1702465208, "15615.18"], [1702465241, "15785.748"], [1702465298, "16041.6"], [1702465334, "16212.168"], [1702465367, "16382.736"], [1702465394, "16553.304"], [1702465418, "16723.872"], [1702465445, "16894.44"], [1702465481, "17065.008"], [1702465517, "17235.576"], [1702465550, "17406.144"], [1702465586, "17576.712"], [1702465619, "17747.28"], [1702465658, "17917.848"], [1702465706, "18088.416"], [1702465754, "18344.268"], [1702465787, "18514.836"], [1702465823, "18685.404"], [1702465856, "18855.972"], [1702465880, "19026.54"], [1702465910, "19197.108"], [1702465952, "19367.676"], [1702465988, "19538.244"], [1702466015, "19708.812"], [1702466030, "19879.38"], [1702466060, "20049.948"], [1702466078, "20220.516"], [1702466138, "20476.368"], [1702466168, "20646.936"], [1702466204, "20817.504"], [1702466237, "20988.072"], [1702466261, "21158.64"], [1702466291, "21329.208"], [1702466327, "21499.776"], [1702466360, "21670.344"], [1702466384, "21840.912"], [1702466417, "22011.48"], [1702466441, "22182.048"], [1702466471, "22352.616"], [1702466507, "22523.184"], [1702466540, "22693.752"], [1702466597, "22949.604"], [1702466633, "23120.172"], [1702466666, "23290.74"], [1702466705, "23461.308"], [1702466732, "23631.876"], [1702466765, "23802.444"], [1702466801, "23973.012"], [1702466852, "24228.864"], [1702466876, "24399.432"], [1702466918, "24570"], [1702466978, "24911.136"], [1702467014, "25081.704"], [1702467038, "25252.272"], [1702467068, "25422.84"], [1702467122, "25678.692"], [1702467158, "25849.26"], [1702467191, "26019.828"], [1702467221, "26190.396"], [1702467257, "26360.964"], [1702467299, "26531.532"], [1702467350, "26787.384"], [1702467386, "26957.952"], [1702467419, "27128.52"], [1702467455, "27299.088"], [1702467515, "27640.224"], [1702467542, "27810.792"], [1702467566, "27981.36"], [1702467599, "28151.928"], [1702467635, "28322.496"], [1702467668, "28493.064"], [1702467695, "28663.632"], [1702467716, "28834.2"], [1702467746, "29004.768"], [1702467800, "29260.62"], [1702467824, "29431.188"], [1702467908, "29857.608"], [1702467944, "30028.176"], [1702467968, "30198.744"], [1702468001, "30369.312"], [1702468031, "30539.88"], [1702468067, "30710.448"], [1702468085, "30881.016"], [1702468115, "31051.584"], [1702468151, "31222.152"], [1702468181, "31392.72"], [1702468208, "31563.288"], [1702468241, "31733.856"], [1702468256, "31904.424"], [1702468286, "32074.992"], [1702468322, "32245.56"], [1702468352, "32416.128"], [1702468388, "32586.696"], [1702468424, "32757.264"], [1702468457, "32927.832"], [1702468493, "33098.4"], [1702468517, "33268.968"], [1702468550, "33439.536"], [1702468586, "33610.104"], [1702468613, "33780.672"], [1702468637, "33951.24"], [1702468679, "34121.808"], [1702468721, "34292.376"], [1702468730, "34377.66"], [1702468766, "34548.228"], [1702468799, "34718.796"], [1702468835, "34889.364"], [1702468898, "35145.216"], [1702468934, "35315.784"], [1702468970, "35486.352"], [1702468994, "35656.92"], [1702469024, "35827.488"], [1702469060, "35998.056"], [1702469111, "36253.908"], [1702469144, "36424.476"], [1702469168, "36595.044"], [1702469204, "36765.612"], [1702469237, "36936.18"], [1702469273, "37106.748"], [1702469303, "37277.316"], [1702469336, "37447.884"], [1702469360, "37618.452"], [1702469387, "37789.02"], [1702469411, "37959.588"], [1702469435, "38130.156"], [1702469468, "38300.724"], [1702469504, "38471.292"], [1702469537, "38641.86"], [1702469573, "38812.428"], [1702469606, "38982.996"], [1702469633, "39153.564"], [1702469660, "39324.132"], [1702469684, "39494.7"], [1702469717, "39665.268"], [1702469753, "39835.836"], [1702469786, "40006.404"], [1702469816, "40176.972"], [1702469834, "40347.54"], [1702469864, "40518.108"], [1702469906, "40773.96"], [1702469936, "40944.528"], [1702469972, "41115.096"], [1702470005, "41285.664"], [1702470029, "41456.232"], [1702470065, "41626.8"], [1702470101, "41797.368"], [1702470131, "41967.936"], [1702470167, "42138.504"], [1702470203, "42309.072"], [1702470251, "42564.924"], [1702470278, "42735.492"], [1702470311, "42906.06"], [1702470347, "43076.628"], [1702470371, "43247.196"], [1702470404, "43417.764"], [1702470440, "43588.332"], [1702470476, "43758.9"], [1702470506, "43929.468"], [1702470542, "44100.036"], [1702470575, "44270.604"], [1702470611, "44441.172"], [1702470635, "44611.74"], [1702470662, "44782.308"], [1702470686, "44952.876"], [1702470719, "45123.444"], [1702470746, "45294.012"], [1702470812, "45635.148"], [1702470845, "45805.716"], [1702470875, "45976.284"], [1702470899, "46146.852"], [1702470953, "46402.704"], [1702470983, "46573.272"], [1702471025, "46743.84"], [1702471067, "46999.692"], [1702471169, "47426.112"], [1702471193, "47596.68"], [1702471226, "47767.248"], [1702471265, "47937.816"]]}], "kepler_node_info": [{"metric": {"__name__": "kepler_node_info", "container": "kepler-exporter", "cpu_architecture": "Broadwell", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}], "kepler_node_other_joules_total": [{"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "48.772"], [1702462721, "48.772"], [1702462736, "48.772"], [1702462751, "48.772"], [1702462763, "57.955"], [1702462793, "57.955"], [1702462808, "57.955"], [1702462829, "57.955"], [1702462844, "57.955"], [1702462865, "57.955"], [1702462880, "57.955"], [1702462904, "57.955"], [1702462919, "57.955"], [1702462952, "57.955"], [1702462973, "57.955"], [1702462988, "57.955"], [1702463045, "57.955"], [1702463081, "57.955"], [1702463114, "57.955"], [1702463150, "57.955"], [1702463186, "57.955"], [1702463216, "57.955"], [1702463240, "57.955"], [1702463273, "57.955"], [1702463324, "57.955"], [1702463354, "57.955"], [1702463381, "57.955"], [1702463417, "57.955"], [1702463453, "57.955"], [1702463477, "57.955"], [1702463510, "57.955"], [1702463537, "57.955"], [1702463570, "57.955"], [1702463591, "57.955"], [1702463621, "57.955"], [1702463657, "57.955"], [1702463693, "57.955"], [1702463729, "57.955"], [1702463765, "57.955"], [1702463798, "57.955"], [1702463846, "57.955"], [1702463873, "57.955"], [1702463906, "57.955"], [1702463948, "57.955"], [1702463984, "57.955"], [1702464014, "57.955"], [1702464050, "57.955"], [1702464086, "57.955"], [1702464122, "57.955"], [1702464155, "57.955"], [1702464194, "57.955"], [1702464230, "57.955"], [1702464263, "57.955"], [1702464299, "57.955"], [1702464332, "57.955"], [1702464356, "57.955"], [1702464392, "57.955"], [1702464425, "57.955"], [1702464455, "57.955"], [1702464479, "57.955"], [1702464509, "57.955"], [1702464533, "57.955"], [1702464569, "57.955"], [1702464605, "57.955"], [1702464635, "57.955"], [1702464671, "57.955"], [1702464716, "57.955"], [1702464743, "57.955"], [1702464776, "57.955"], [1702464812, "57.955"], [1702464836, "57.955"], [1702464869, "57.955"], [1702464905, "57.955"], [1702464926, "57.955"], [1702464956, "57.955"], [1702464992, "57.955"], [1702465016, "57.955"], [1702465049, "57.955"], [1702465085, "57.955"], [1702465118, "82.655"], [1702465145, "82.655"], [1702465178, "82.655"], [1702465208, "82.655"], [1702465241, "82.655"], [1702465298, "82.655"], [1702465334, "82.655"], [1702465367, "82.655"], [1702465394, "82.655"], [1702465418, "82.655"], [1702465445, "82.655"], [1702465481, "82.655"], [1702465517, "82.655"], [1702465550, "82.655"], [1702465586, "82.655"], [1702465619, "82.655"], [1702465658, "82.655"], [1702465706, "82.655"], [1702465754, "82.655"], [1702465787, "82.655"], [1702465823, "82.655"], [1702465856, "82.655"], [1702465880, "82.655"], [1702465910, "82.655"], [1702465952, "82.655"], [1702465988, "82.655"], [1702466015, "82.655"], [1702466030, "228.957"], [1702466060, "228.957"], [1702466078, "228.957"], [1702466138, "228.957"], [1702466168, "228.957"], [1702466204, "228.957"], [1702466237, "228.957"], [1702466261, "228.957"], [1702466291, "228.957"], [1702466327, "228.957"], [1702466360, "228.957"], [1702466384, "228.957"], [1702466417, "228.957"], [1702466441, "239.163"], [1702466471, "239.163"], [1702466507, "239.163"], [1702466540, "239.163"], [1702466597, "239.163"], [1702466633, "239.163"], [1702466666, "239.163"], [1702466705, "239.163"], [1702466732, "239.163"], [1702466765, "239.163"], [1702466801, "239.163"], [1702466852, "239.163"], [1702466876, "314.486"], [1702466918, "314.486"], [1702466978, "314.486"], [1702467014, "314.486"], [1702467038, "314.486"], [1702467068, "314.486"], [1702467122, "314.486"], [1702467158, "314.486"], [1702467191, "314.486"], [1702467221, "314.486"], [1702467257, "314.486"], [1702467299, "314.486"], [1702467350, "314.486"], [1702467386, "314.486"], [1702467419, "314.486"], [1702467455, "314.486"], [1702467515, "314.486"], [1702467542, "314.486"], [1702467566, "314.486"], [1702467599, "314.486"], [1702467635, "314.486"], [1702467668, "314.486"], [1702467695, "314.486"], [1702467716, "314.486"], [1702467746, "314.486"], [1702467800, "314.486"], [1702467824, "314.486"], [1702467908, "314.486"], [1702467944, "314.486"], [1702467968, "328.698"], [1702468001, "328.698"], [1702468031, "328.698"], [1702468067, "328.698"], [1702468085, "328.698"], [1702468115, "328.698"], [1702468151, "328.698"], [1702468181, "328.698"], [1702468208, "328.698"], [1702468241, "328.698"], [1702468256, "328.698"], [1702468286, "328.698"], [1702468322, "328.698"], [1702468352, "328.698"], [1702468388, "328.698"], [1702468424, "328.698"], [1702468457, "328.698"], [1702468493, "328.698"], [1702468517, "328.698"], [1702468550, "328.698"], [1702468586, "328.698"], [1702468613, "395.732"], [1702468637, "395.732"], [1702468679, "395.732"], [1702468721, "395.732"], [1702468730, "395.732"], [1702468766, "395.732"], [1702468799, "395.732"], [1702468835, "395.732"], [1702468898, "395.732"], [1702468934, "395.732"], [1702468970, "395.732"], [1702468994, "395.732"], [1702469024, "543.24"], [1702469060, "543.24"], [1702469111, "543.24"], [1702469144, "543.24"], [1702469168, "543.24"], [1702469204, "543.24"], [1702469237, "543.24"], [1702469273, "543.24"], [1702469303, "543.24"], [1702469336, "543.24"], [1702469360, "543.24"], [1702469387, "543.24"], [1702469411, "543.24"], [1702469435, "543.24"], [1702469468, "543.24"], [1702469504, "543.24"], [1702469537, "543.24"], [1702469573, "543.24"], [1702469606, "543.24"], [1702469633, "543.24"], [1702469660, "543.24"], [1702469684, "543.24"], [1702469717, "543.24"], [1702469753, "543.24"], [1702469786, "543.24"], [1702469816, "543.24"], [1702469834, "543.24"], [1702469864, "543.24"], [1702469906, "543.24"], [1702469936, "543.24"], [1702469972, "543.24"], [1702470005, "543.24"], [1702470029, "543.24"], [1702470065, "543.24"], [1702470101, "543.24"], [1702470131, "543.24"], [1702470167, "543.24"], [1702470203, "543.24"], [1702470251, "543.24"], [1702470278, "543.24"], [1702470311, "543.24"], [1702470347, "543.24"], [1702470371, "543.24"], [1702470404, "543.24"], [1702470440, "543.24"], [1702470476, "543.24"], [1702470506, "543.24"], [1702470542, "543.24"], [1702470575, "543.24"], [1702470611, "543.24"], [1702470635, "543.24"], [1702470662, "543.24"], [1702470686, "543.24"], [1702470719, "543.24"], [1702470746, "543.24"], [1702470812, "543.24"], [1702470845, "543.24"], [1702470875, "543.24"], [1702470899, "543.24"], [1702470953, "543.24"], [1702470983, "543.24"], [1702471025, "543.24"], [1702471067, "543.24"], [1702471169, "543.24"], [1702471193, "543.24"], [1702471226, "543.24"], [1702471265, "543.24"]]}, {"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1320.075"], [1702462721, "1320.075"], [1702462736, "1320.075"], [1702462751, "1320.075"], [1702462763, "1320.075"], [1702462793, "1320.075"], [1702462808, "1320.075"], [1702462829, "1320.075"], [1702462844, "1320.075"], [1702462865, "1320.075"], [1702462880, "1320.075"], [1702462904, "1320.075"], [1702462919, "1320.075"], [1702462952, "1320.075"], [1702462973, "1320.075"], [1702462988, "1320.075"], [1702463045, "1320.075"], [1702463081, "1320.075"], [1702463114, "1320.075"], [1702463150, "1320.075"], [1702463186, "1320.075"], [1702463216, "1320.075"], [1702463240, "1320.075"], [1702463273, "1320.075"], [1702463324, "1320.075"], [1702463354, "1320.075"], [1702463381, "1320.075"], [1702463417, "1320.075"], [1702463453, "1320.075"], [1702463477, "1320.075"], [1702463510, "1320.075"], [1702463537, "1320.075"], [1702463570, "1320.075"], [1702463591, "1320.075"], [1702463621, "1320.075"], [1702463657, "1320.075"], [1702463693, "1320.075"], [1702463729, "1320.075"], [1702463765, "1320.075"], [1702463798, "1320.075"], [1702463846, "1320.075"], [1702463873, "1320.075"], [1702463906, "1320.075"], [1702463948, "1320.075"], [1702463984, "1320.075"], [1702464014, "1320.075"], [1702464050, "1320.075"], [1702464086, "1320.075"], [1702464122, "1320.075"], [1702464155, "1320.075"], [1702464194, "1320.075"], [1702464230, "1320.075"], [1702464263, "1320.075"], [1702464299, "1320.075"], [1702464332, "1320.075"], [1702464356, "1320.075"], [1702464392, "1320.075"], [1702464425, "1320.075"], [1702464455, "1320.075"], [1702464479, "1320.075"], [1702464509, "1320.075"], [1702464533, "1320.075"], [1702464569, "1320.075"], [1702464605, "1320.075"], [1702464635, "1320.075"], [1702464671, "1320.075"], [1702464716, "1320.075"], [1702464743, "1320.075"], [1702464776, "1320.075"], [1702464812, "1320.075"], [1702464836, "1320.075"], [1702464869, "1320.075"], [1702464905, "1320.075"], [1702464926, "1320.075"], [1702464956, "1320.075"], [1702464992, "1320.075"], [1702465016, "1320.075"], [1702465049, "1320.075"], [1702465085, "1320.075"], [1702465118, "1320.075"], [1702465145, "1320.075"], [1702465178, "1320.075"], [1702465208, "1320.075"], [1702465241, "1320.075"], [1702465298, "1320.075"], [1702465334, "1320.075"], [1702465367, "1320.075"], [1702465394, "1320.075"], [1702465418, "1320.075"], [1702465445, "1320.075"], [1702465481, "1320.075"], [1702465517, "1320.075"], [1702465550, "1320.075"], [1702465586, "1320.075"], [1702465619, "1320.075"], [1702465658, "1320.075"], [1702465706, "1320.075"], [1702465754, "1320.075"], [1702465787, "1320.075"], [1702465823, "1320.075"], [1702465856, "1320.075"], [1702465880, "1320.075"], [1702465910, "1320.075"], [1702465952, "1320.075"], [1702465988, "1320.075"], [1702466015, "1320.075"], [1702466030, "1320.075"], [1702466060, "1320.075"], [1702466078, "1320.075"], [1702466138, "1320.075"], [1702466168, "1320.075"], [1702466204, "1320.075"], [1702466237, "1320.075"], [1702466261, "1320.075"], [1702466291, "1320.075"], [1702466327, "1320.075"], [1702466360, "1320.075"], [1702466384, "1320.075"], [1702466417, "1320.075"], [1702466441, "1320.075"], [1702466471, "1320.075"], [1702466507, "1320.075"], [1702466540, "1320.075"], [1702466597, "1320.075"], [1702466633, "1320.075"], [1702466666, "1320.075"], [1702466705, "1320.075"], [1702466732, "1320.075"], [1702466765, "1320.075"], [1702466801, "1320.075"], [1702466852, "1320.075"], [1702466876, "1320.075"], [1702466918, "1320.075"], [1702466978, "1320.075"], [1702467014, "1320.075"], [1702467038, "1320.075"], [1702467068, "1320.075"], [1702467122, "1320.075"], [1702467158, "1320.075"], [1702467191, "1320.075"], [1702467221, "1320.075"], [1702467257, "1320.075"], [1702467299, "1320.075"], [1702467350, "1320.075"], [1702467386, "1320.075"], [1702467419, "1320.075"], [1702467455, "1320.075"], [1702467515, "1320.075"], [1702467542, "1320.075"], [1702467566, "1320.075"], [1702467599, "1320.075"], [1702467635, "1320.075"], [1702467668, "1320.075"], [1702467695, "1320.075"], [1702467716, "1320.075"], [1702467746, "1320.075"], [1702467800, "1320.075"], [1702467824, "1320.075"], [1702467908, "1320.075"], [1702467944, "1320.075"], [1702467968, "1320.075"], [1702468001, "1320.075"], [1702468031, "1320.075"], [1702468067, "1320.075"], [1702468085, "1320.075"], [1702468115, "1320.075"], [1702468151, "1320.075"], [1702468181, "1320.075"], [1702468208, "1320.075"], [1702468241, "1320.075"], [1702468256, "1320.075"], [1702468286, "1320.075"], [1702468322, "1320.075"], [1702468352, "1320.075"], [1702468388, "1320.075"], [1702468424, "1320.075"], [1702468457, "1320.075"], [1702468493, "1320.075"], [1702468517, "1320.075"], [1702468550, "1320.075"], [1702468586, "1320.075"], [1702468613, "1320.075"], [1702468637, "1320.075"], [1702468679, "1320.075"], [1702468721, "1320.075"], [1702468730, "1320.075"], [1702468766, "1320.075"], [1702468799, "1320.075"], [1702468835, "1320.075"], [1702468898, "1320.075"], [1702468934, "1320.075"], [1702468970, "1320.075"], [1702468994, "1320.075"], [1702469024, "1320.075"], [1702469060, "1320.075"], [1702469111, "1320.075"], [1702469144, "1320.075"], [1702469168, "1320.075"], [1702469204, "1320.075"], [1702469237, "1320.075"], [1702469273, "1320.075"], [1702469303, "1320.075"], [1702469336, "1320.075"], [1702469360, "1320.075"], [1702469387, "1320.075"], [1702469411, "1320.075"], [1702469435, "1320.075"], [1702469468, "1320.075"], [1702469504, "1320.075"], [1702469537, "1320.075"], [1702469573, "1320.075"], [1702469606, "1320.075"], [1702469633, "1320.075"], [1702469660, "1320.075"], [1702469684, "1320.075"], [1702469717, "1320.075"], [1702469753, "1320.075"], [1702469786, "1320.075"], [1702469816, "1320.075"], [1702469834, "1320.075"], [1702469864, "1320.075"], [1702469906, "1320.075"], [1702469936, "1320.075"], [1702469972, "1320.075"], [1702470005, "1320.075"], [1702470029, "1320.075"], [1702470065, "1320.075"], [1702470101, "1320.075"], [1702470131, "1320.075"], [1702470167, "1320.075"], [1702470203, "1320.075"], [1702470251, "1320.075"], [1702470278, "1320.075"], [1702470311, "1320.075"], [1702470347, "1320.075"], [1702470371, "1320.075"], [1702470404, "1320.075"], [1702470440, "1320.075"], [1702470476, "1320.075"], [1702470506, "1320.075"], [1702470542, "1320.075"], [1702470575, "1320.075"], [1702470611, "1320.075"], [1702470635, "1320.075"], [1702470662, "1320.075"], [1702470686, "1320.075"], [1702470719, "1320.075"], [1702470746, "1320.075"], [1702470812, "1320.075"], [1702470845, "1320.075"], [1702470875, "1320.075"], [1702470899, "1320.075"], [1702470953, "1320.075"], [1702470983, "1320.075"], [1702471025, "1320.075"], [1702471067, "1320.075"], [1702471169, "1320.075"], [1702471193, "1320.075"], [1702471226, "1320.075"], [1702471265, "1320.075"]]}], "kepler_node_package_joules_total": [{"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "10302.287"], [1702462721, "11042.45"], [1702462736, "11571.545"], [1702462751, "12051.083"], [1702462763, "12051.083"], [1702462793, "12774.918"], [1702462808, "13533.402"], [1702462829, "13927.734"], [1702462844, "15694.003"], [1702462865, "16455.89"], [1702462880, "18246.044"], [1702462904, "19533.312"], [1702462919, "20234.64"], [1702462952, "22639.901"], [1702462973, "23491.911"], [1702462988, "25487.472"], [1702463045, "29554.717"], [1702463081, "32422.238"], [1702463114, "35089.492"], [1702463150, "36767.776"], [1702463186, "38297.538"], [1702463216, "40612.979"], [1702463240, "41939.862"], [1702463273, "43671.917"], [1702463324, "47250.17"], [1702463354, "49144.626"], [1702463381, "51618.723"], [1702463417, "54144.089"], [1702463453, "57103.825"], [1702463477, "59262.893"], [1702463510, "61619.438"], [1702463537, "62992.939"], [1702463570, "65235.445"], [1702463591, "66543.833"], [1702463621, "68688.26"], [1702463657, "70414.693"], [1702463693, "72842.316"], [1702463729, "76145.376"], [1702463765, "79120.759"], [1702463798, "81773.026"], [1702463846, "85289.947"], [1702463873, "87227.062"], [1702463906, "89486.516"], [1702463948, "92475.126"], [1702463984, "94834.453"], [1702464014, "96609.058"], [1702464050, "98775.4"], [1702464086, "101780.845"], [1702464122, "104579.215"], [1702464155, "107621.138"], [1702464194, "110501.845"], [1702464230, "112350.159"], [1702464263, "113439.109"], [1702464299, "115409.538"], [1702464332, "117539.019"], [1702464356, "119300.944"], [1702464392, "121475.817"], [1702464425, "123234.654"], [1702464455, "125767.104"], [1702464479, "127761.895"], [1702464509, "129580.085"], [1702464533, "131672.108"], [1702464569, "134160.612"], [1702464605, "136851.611"], [1702464635, "138659.611"], [1702464671, "139943.907"], [1702464716, "142833.315"], [1702464743, "144484.168"], [1702464776, "147109.783"], [1702464812, "149860.122"], [1702464836, "151380.78"], [1702464869, "153893.956"], [1702464905, "156582.161"], [1702464926, "158029.477"], [1702464956, "159560.521"], [1702464992, "163181.405"], [1702465016, "164588.366"], [1702465049, "166791.308"], [1702465085, "169118.692"], [1702465118, "170487.732"], [1702465145, "172614.612"], [1702465178, "174836.397"], [1702465208, "177653.755"], [1702465241, "180034.23"], [1702465298, "183955.7"], [1702465334, "186336.179"], [1702465367, "187920.906"], [1702465394, "188692.154"], [1702465418, "189992.139"], [1702465445, "191724.691"], [1702465481, "194231.287"], [1702465517, "196643.89"], [1702465550, "199326.264"], [1702465586, "202038.215"], [1702465619, "203635.349"], [1702465658, "207558.815"], [1702465706, "210424.815"], [1702465754, "214944.599"], [1702465787, "217152.066"], [1702465823, "218876.874"], [1702465856, "221435.736"], [1702465880, "223096.71"], [1702465910, "225109.416"], [1702465952, "227872.016"], [1702465988, "230732.329"], [1702466015, "233146.847"], [1702466030, "233717.202"], [1702466060, "235648.877"], [1702466078, "236809.145"], [1702466138, "240681.925"], [1702466168, "242895.845"], [1702466204, "245240.113"], [1702466237, "247840.19"], [1702466261, "249153.105"], [1702466291, "250976.983"], [1702466327, "253479.748"], [1702466360, "256520.862"], [1702466384, "258637.454"], [1702466417, "261045.919"], [1702466441, "262347.848"], [1702466471, "263478.786"], [1702466507, "265567.586"], [1702466540, "267693.452"], [1702466597, "271201.743"], [1702466633, "273592.464"], [1702466666, "276318.746"], [1702466705, "278791.41"], [1702466732, "281756.003"], [1702466765, "284191.964"], [1702466801, "286728.573"], [1702466852, "291358.385"], [1702466876, "292397.991"], [1702466918, "295442.316"], [1702466978, "299580.487"], [1702467014, "301325.036"], [1702467038, "303612.077"], [1702467068, "306069.993"], [1702467122, "309793.316"], [1702467158, "312937.197"], [1702467191, "315959.051"], [1702467221, "318265.408"], [1702467257, "320870.898"], [1702467299, "321575.548"], [1702467350, "325139.465"], [1702467386, "327782.449"], [1702467419, "330462.155"], [1702467455, "333480.324"], [1702467515, "337437.703"], [1702467542, "339734.76"], [1702467566, "341010.108"], [1702467599, "342573.626"], [1702467635, "343829.412"], [1702467668, "346387.559"], [1702467695, "348150.797"], [1702467716, "349478.08"], [1702467746, "351225.969"], [1702467800, "355773.478"], [1702467824, "357362.786"], [1702467908, "363849.574"], [1702467944, "366768.2"], [1702467968, "368221.704"], [1702468001, "370559.678"], [1702468031, "371893.485"], [1702468067, "374483.207"], [1702468085, "375789.532"], [1702468115, "377551.442"], [1702468151, "380003.974"], [1702468181, "382787.421"], [1702468208, "384823.05"], [1702468241, "387184.27"], [1702468256, "388113.728"], [1702468286, "389596.005"], [1702468322, "391580.996"], [1702468352, "395462.832"], [1702468388, "397914.888"], [1702468424, "400002.273"], [1702468457, "402223.275"], [1702468493, "404489.524"], [1702468517, "407113.228"], [1702468550, "409530.25"], [1702468586, "411677.937"], [1702468613, "414154.506"], [1702468637, "416180.334"], [1702468679, "418663.102"], [1702468721, "421552.679"], [1702468730, "421942.51"], [1702468766, "424275.489"], [1702468799, "426901.104"], [1702468835, "428674.057"], [1702468898, "433511.176"], [1702468934, "437747.567"], [1702468970, "440327.356"], [1702468994, "442366.42"], [1702469024, "443438.177"], [1702469060, "447426.812"], [1702469111, "451374.844"], [1702469144, "453590.293"], [1702469168, "454510.347"], [1702469204, "457129.531"], [1702469237, "459615.482"], [1702469273, "462174.506"], [1702469303, "465347.161"], [1702469336, "467939.108"], [1702469360, "469507.645"], [1702469387, "470689.575"], [1702469411, "472800.147"], [1702469435, "474854.047"], [1702469468, "477354.45"], [1702469504, "479126.267"], [1702469537, "481323.947"], [1702469573, "483413.631"], [1702469606, "486368.461"], [1702469633, "488198.874"], [1702469660, "490650.83"], [1702469684, "492335.265"], [1702469717, "494991.835"], [1702469753, "497106.333"], [1702469786, "499962.881"], [1702469816, "501623.385"], [1702469834, "502891.49"], [1702469864, "504544.86"], [1702469906, "506544.312"], [1702469936, "508740.12"], [1702469972, "511141.186"], [1702470005, "513318.513"], [1702470029, "514054.544"], [1702470065, "516929.805"], [1702470101, "519834.414"], [1702470131, "521566.727"], [1702470167, "524829.446"], [1702470203, "528272.49"], [1702470251, "531248.654"], [1702470278, "534191.327"], [1702470311, "536562.347"], [1702470347, "539462.032"], [1702470371, "540862.949"], [1702470404, "542965.304"], [1702470440, "544741.187"], [1702470476, "547784.955"], [1702470506, "550558.65"], [1702470542, "553507.459"], [1702470575, "555973.062"], [1702470611, "558442.39"], [1702470635, "560384.8"], [1702470662, "562135.887"], [1702470686, "564281.882"], [1702470719, "566163.568"], [1702470746, "568541.624"], [1702470812, "571802.071"], [1702470845, "573875.401"], [1702470875, "575454.066"], [1702470899, "577205.158"], [1702470953, "580363.715"], [1702470983, "581370.608"], [1702471025, "583783.988"], [1702471067, "587226.388"], [1702471169, "592545.863"], [1702471193, "593599.402"], [1702471226, "595779.559"], [1702471265, "598649.036"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "10642.488"], [1702462721, "11395.625"], [1702462736, "11906.646"], [1702462751, "12416.391"], [1702462763, "12420.381"], [1702462793, "13183.705"], [1702462808, "13924.048"], [1702462829, "14320.499"], [1702462844, "16042.944"], [1702462865, "16780.236"], [1702462880, "18539.636"], [1702462904, "19856.104"], [1702462919, "20590.113"], [1702462952, "23187.364"], [1702462973, "24101.655"], [1702462988, "26095.498"], [1702463045, "29751.234"], [1702463081, "31900.751"], [1702463114, "33931.755"], [1702463150, "35565.981"], [1702463186, "37047.852"], [1702463216, "39267.298"], [1702463240, "40555.042"], [1702463273, "42286.716"], [1702463324, "46068.317"], [1702463354, "48038.803"], [1702463381, "50477.57"], [1702463417, "52978.164"], [1702463453, "56005.474"], [1702463477, "58095.682"], [1702463510, "60434.286"], [1702463537, "61812.621"], [1702463570, "63983.399"], [1702463591, "65250.622"], [1702463621, "67381.183"], [1702463657, "69170.427"], [1702463693, "71753.608"], [1702463729, "75122.63"], [1702463765, "78056.769"], [1702463798, "80710.546"], [1702463846, "84186.898"], [1702463873, "86059.917"], [1702463906, "88294.132"], [1702463948, "91245.689"], [1702463984, "93572.218"], [1702464014, "95352.743"], [1702464050, "97656.968"], [1702464086, "100829.359"], [1702464122, "103561.939"], [1702464155, "106085.642"], [1702464194, "107979.785"], [1702464230, "109453.334"], [1702464263, "110480.294"], [1702464299, "112387.486"], [1702464332, "114434.098"], [1702464356, "116144.907"], [1702464392, "118319.526"], [1702464425, "120196.909"], [1702464455, "122797.981"], [1702464479, "124746.538"], [1702464509, "126465.416"], [1702464533, "128461.467"], [1702464569, "130969.545"], [1702464605, "133628.551"], [1702464635, "135484.776"], [1702464671, "138588.732"], [1702464716, "141410.5"], [1702464743, "143070.462"], [1702464776, "145834.73"], [1702464812, "146663.765"], [1702464836, "148147.851"], [1702464869, "150579.969"], [1702464905, "153170.12"], [1702464926, "154506.942"], [1702464956, "155954.357"], [1702464992, "159571.998"], [1702465016, "161048.269"], [1702465049, "163191.893"], [1702465085, "165457.771"], [1702465118, "166791.526"], [1702465145, "168908.988"], [1702465178, "171177.862"], [1702465208, "173949.488"], [1702465241, "176120.413"], [1702465298, "178999.877"], [1702465334, "180876.756"], [1702465367, "182433.21"], [1702465394, "183120.981"], [1702465418, "184349.87"], [1702465445, "186009.466"], [1702465481, "188465.877"], [1702465517, "190908.905"], [1702465550, "193628.113"], [1702465586, "196258.882"], [1702465619, "197773.992"], [1702465658, "201635.82"], [1702465706, "204432.264"], [1702465754, "208854.585"], [1702465787, "210973.289"], [1702465823, "212630.237"], [1702465856, "215128.535"], [1702465880, "216779.751"], [1702465910, "218815.752"], [1702465952, "221558.073"], [1702465988, "224325.073"], [1702466015, "226683.318"], [1702466030, "227219.458"], [1702466060, "229083.406"], [1702466078, "230176.843"], [1702466138, "233897.275"], [1702466168, "236037.122"], [1702466204, "238327.534"], [1702466237, "240958.684"], [1702466261, "242383.418"], [1702466291, "244362.239"], [1702466327, "246889.99"], [1702466360, "249664.972"], [1702466384, "251226.238"], [1702466417, "252804.582"], [1702466441, "253690.414"], [1702466471, "254718.24"], [1702466507, "256725.023"], [1702466540, "258765.317"], [1702466597, "262225.783"], [1702466633, "264702.18"], [1702466666, "267665.896"], [1702466705, "270128.276"], [1702466732, "272921.121"], [1702466765, "275169.504"], [1702466801, "277496.861"], [1702466852, "282003.615"], [1702466876, "282976.03"], [1702466918, "285894.135"], [1702466978, "289997.575"], [1702467014, "291853.991"], [1702467038, "294338.556"], [1702467068, "296812.746"], [1702467122, "300358.06"], [1702467158, "303217.796"], [1702467191, "306020.447"], [1702467221, "308362.042"], [1702467257, "310939.706"], [1702467299, "313466.748"], [1702467350, "317271.724"], [1702467386, "320181.578"], [1702467419, "322768.051"], [1702467455, "325631.66"], [1702467515, "327761.78"], [1702467542, "329509.637"], [1702467566, "330549.73"], [1702467599, "332307.902"], [1702467635, "333593.505"], [1702467668, "336121.915"], [1702467695, "337986.873"], [1702467716, "339480.026"], [1702467746, "341439.904"], [1702467800, "345869.591"], [1702467824, "347375.12"], [1702467908, "353514.274"], [1702467944, "356336.224"], [1702467968, "357743.297"], [1702468001, "360097.454"], [1702468031, "361406.511"], [1702468067, "364137.993"], [1702468085, "365606.765"], [1702468115, "367590.846"], [1702468151, "370040.362"], [1702468181, "372679.657"], [1702468208, "374634.894"], [1702468241, "376846.045"], [1702468256, "377665.189"], [1702468286, "379106.853"], [1702468322, "381037.625"], [1702468352, "384849.423"], [1702468388, "387320.729"], [1702468424, "389558.473"], [1702468457, "392102.484"], [1702468493, "394655.358"], [1702468517, "397170.47"], [1702468550, "399456.242"], [1702468586, "401417.672"], [1702468613, "403439.817"], [1702468637, "404972.956"], [1702468679, "407188.233"], [1702468721, "410280.35"], [1702468730, "410626.629"], [1702468766, "412978.532"], [1702468799, "415838.453"], [1702468835, "417872.668"], [1702468898, "422901.767"], [1702468934, "427003.76"], [1702468970, "429454.178"], [1702468994, "431415.94"], [1702469024, "432390.016"], [1702469060, "436319.325"], [1702469111, "440271.567"], [1702469144, "442533.046"], [1702469168, "443556.742"], [1702469204, "446560.958"], [1702469237, "449365.963"], [1702469273, "451800.559"], [1702469303, "454819.572"], [1702469336, "457289.033"], [1702469360, "458765.352"], [1702469387, "459825.223"], [1702469411, "461972.966"], [1702469435, "464109.513"], [1702469468, "466612.297"], [1702469504, "468331.277"], [1702469537, "470511.838"], [1702469573, "472673.011"], [1702469606, "475896.078"], [1702469633, "477847.279"], [1702469660, "480286.988"], [1702469684, "481952.019"], [1702469717, "484406.908"], [1702469753, "486063.001"], [1702469786, "488368.569"], [1702469816, "489852.958"], [1702469834, "491474.96"], [1702469864, "493171.206"], [1702469906, "494941.338"], [1702469936, "497043.265"], [1702469972, "499375.483"], [1702470005, "501620.717"], [1702470029, "502486.332"], [1702470065, "503996.782"], [1702470101, "506845.834"], [1702470131, "508555.838"], [1702470167, "511780.414"], [1702470203, "515116.457"], [1702470251, "517900.6"], [1702470278, "520778.068"], [1702470311, "523199.035"], [1702470347, "526047.092"], [1702470371, "527398.317"], [1702470404, "529489.492"], [1702470440, "531325.05"], [1702470476, "534670.207"], [1702470506, "537557.071"], [1702470542, "540459.263"], [1702470575, "542931.479"], [1702470611, "545364.649"], [1702470635, "547252.173"], [1702470662, "548931.133"], [1702470686, "551001.062"], [1702470719, "552912.898"], [1702470746, "555307.528"], [1702470812, "558325.473"], [1702470845, "560194.273"], [1702470875, "561490.894"], [1702470899, "563084.795"], [1702470953, "566022.491"], [1702470983, "566928.53"], [1702471025, "569177.088"], [1702471067, "572374.001"], [1702471169, "577323.972"], [1702471193, "578307.045"], [1702471226, "580353.709"], [1702471265, "583109.882"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "17698.281"], [1702462721, "18187.514"], [1702462736, "18676.747"], [1702462751, "19165.98"], [1702462763, "19655.213"], [1702462793, "20633.679"], [1702462808, "21122.912"], [1702462829, "21612.145"], [1702462844, "22101.378"], [1702462865, "22590.611"], [1702462880, "23079.844"], [1702462904, "24058.31"], [1702462919, "24547.543"], [1702462952, "25526.009"], [1702462973, "26015.242"], [1702462988, "26504.475"], [1702463045, "27972.174"], [1702463081, "28950.64"], [1702463114, "29929.106"], [1702463150, "30907.572"], [1702463186, "31886.038"], [1702463216, "32864.504"], [1702463240, "33842.97"], [1702463273, "34821.436"], [1702463324, "36289.135"], [1702463354, "37267.601"], [1702463381, "38246.067"], [1702463417, "39224.533"], [1702463453, "40202.999"], [1702463477, "41181.465"], [1702463510, "42159.931"], [1702463537, "43138.397"], [1702463570, "44116.863"], [1702463591, "45095.329"], [1702463621, "46073.795"], [1702463657, "47052.261"], [1702463693, "48030.727"], [1702463729, "49009.193"], [1702463765, "49987.659"], [1702463798, "50966.125"], [1702463846, "52433.824"], [1702463873, "53412.29"], [1702463906, "54390.756"], [1702463948, "55858.455"], [1702463984, "56836.921"], [1702464014, "57815.387"], [1702464050, "58793.853"], [1702464086, "59772.319"], [1702464122, "60750.785"], [1702464155, "61729.251"], [1702464194, "63196.95"], [1702464230, "64175.416"], [1702464263, "65153.882"], [1702464299, "66132.348"], [1702464332, "67110.814"], [1702464356, "68089.28"], [1702464392, "69067.746"], [1702464425, "70046.212"], [1702464455, "71024.678"], [1702464479, "72003.144"], [1702464509, "72981.61"], [1702464533, "73960.076"], [1702464569, "74938.542"], [1702464605, "75917.008"], [1702464635, "76895.474"], [1702464671, "77873.94"], [1702464716, "78852.406"], [1702464743, "79830.872"], [1702464776, "80809.338"], [1702464812, "81787.804"], [1702464836, "82766.27"], [1702464869, "83744.736"], [1702464905, "84723.202"], [1702464926, "85701.668"], [1702464956, "86680.134"], [1702464992, "87658.6"], [1702465016, "88637.066"], [1702465049, "89615.532"], [1702465085, "90593.998"], [1702465118, "91572.464"], [1702465145, "92550.93"], [1702465178, "93529.396"], [1702465208, "94507.862"], [1702465241, "95486.328"], [1702465298, "96954.027"], [1702465334, "97932.493"], [1702465367, "98910.959"], [1702465394, "99889.425"], [1702465418, "100867.891"], [1702465445, "101846.357"], [1702465481, "102824.823"], [1702465517, "103803.289"], [1702465550, "104781.755"], [1702465586, "105760.221"], [1702465619, "106738.687"], [1702465658, "107717.153"], [1702465706, "108695.619"], [1702465754, "110163.318"], [1702465787, "111141.784"], [1702465823, "112120.25"], [1702465856, "113098.716"], [1702465880, "114077.182"], [1702465910, "115055.648"], [1702465952, "116034.114"], [1702465988, "117012.58"], [1702466015, "117991.046"], [1702466030, "118969.512"], [1702466060, "119947.978"], [1702466078, "120926.444"], [1702466138, "122394.143"], [1702466168, "123372.609"], [1702466204, "124351.075"], [1702466237, "125329.541"], [1702466261, "126308.007"], [1702466291, "127286.473"], [1702466327, "128264.939"], [1702466360, "129243.405"], [1702466384, "130221.871"], [1702466417, "131200.337"], [1702466441, "132178.803"], [1702466471, "133157.269"], [1702466507, "134135.735"], [1702466540, "135114.201"], [1702466597, "136581.9"], [1702466633, "137560.366"], [1702466666, "138538.832"], [1702466705, "139517.298"], [1702466732, "140495.764"], [1702466765, "141474.23"], [1702466801, "142452.696"], [1702466852, "143920.395"], [1702466876, "144898.861"], [1702466918, "145877.327"], [1702466978, "147834.259"], [1702467014, "148812.725"], [1702467038, "149791.191"], [1702467068, "150769.657"], [1702467122, "152237.356"], [1702467158, "153215.822"], [1702467191, "154194.288"], [1702467221, "155172.754"], [1702467257, "156151.22"], [1702467299, "157129.686"], [1702467350, "158597.385"], [1702467386, "159575.851"], [1702467419, "160554.317"], [1702467455, "161532.783"], [1702467515, "163489.715"], [1702467542, "164468.181"], [1702467566, "165446.647"], [1702467599, "166425.113"], [1702467635, "167403.579"], [1702467668, "168382.045"], [1702467695, "169360.511"], [1702467716, "170338.977"], [1702467746, "171317.443"], [1702467800, "172785.142"], [1702467824, "173763.608"], [1702467908, "176209.773"], [1702467944, "177188.239"], [1702467968, "178166.705"], [1702468001, "179145.171"], [1702468031, "180123.637"], [1702468067, "181102.103"], [1702468085, "182080.569"], [1702468115, "183059.035"], [1702468151, "184037.501"], [1702468181, "185015.967"], [1702468208, "185994.433"], [1702468241, "186972.899"], [1702468256, "187951.365"], [1702468286, "188929.831"], [1702468322, "189908.297"], [1702468352, "190886.763"], [1702468388, "191865.229"], [1702468424, "192843.695"], [1702468457, "193822.161"], [1702468493, "194800.627"], [1702468517, "195779.093"], [1702468550, "196757.559"], [1702468586, "197736.025"], [1702468613, "198714.491"], [1702468637, "199692.957"], [1702468679, "200671.423"], [1702468721, "201649.889"], [1702468730, "202139.122"], [1702468766, "203117.588"], [1702468799, "204096.054"], [1702468835, "205074.52"], [1702468898, "206542.219"], [1702468934, "207520.685"], [1702468970, "208499.151"], [1702468994, "209477.617"], [1702469024, "210456.083"], [1702469060, "211434.549"], [1702469111, "212902.248"], [1702469144, "213880.714"], [1702469168, "214859.18"], [1702469204, "215837.646"], [1702469237, "216816.112"], [1702469273, "217794.578"], [1702469303, "218773.044"], [1702469336, "219751.51"], [1702469360, "220729.976"], [1702469387, "221708.442"], [1702469411, "222686.908"], [1702469435, "223665.374"], [1702469468, "224643.84"], [1702469504, "225622.306"], [1702469537, "226600.772"], [1702469573, "227579.238"], [1702469606, "228557.704"], [1702469633, "229536.17"], [1702469660, "230514.636"], [1702469684, "231493.102"], [1702469717, "232471.568"], [1702469753, "233450.034"], [1702469786, "234428.5"], [1702469816, "235406.966"], [1702469834, "236385.432"], [1702469864, "237363.898"], [1702469906, "238831.597"], [1702469936, "239810.063"], [1702469972, "240788.529"], [1702470005, "241766.995"], [1702470029, "242745.461"], [1702470065, "243723.927"], [1702470101, "244702.393"], [1702470131, "245680.859"], [1702470167, "246659.325"], [1702470203, "247637.791"], [1702470251, "249105.49"], [1702470278, "250083.956"], [1702470311, "251062.422"], [1702470347, "252040.888"], [1702470371, "253019.354"], [1702470404, "253997.82"], [1702470440, "254976.286"], [1702470476, "255954.752"], [1702470506, "256933.218"], [1702470542, "257911.684"], [1702470575, "258890.15"], [1702470611, "259868.616"], [1702470635, "260847.082"], [1702470662, "261825.548"], [1702470686, "262804.014"], [1702470719, "263782.48"], [1702470746, "264760.946"], [1702470812, "266717.878"], [1702470845, "267696.344"], [1702470875, "268674.81"], [1702470899, "269653.276"], [1702470953, "271120.975"], [1702470983, "272099.441"], [1702471025, "273077.907"], [1702471067, "274545.606"], [1702471169, "276991.771"], [1702471193, "277970.237"], [1702471226, "278948.703"], [1702471265, "279927.169"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "17801.806"], [1702462721, "18300.316"], [1702462736, "18798.826"], [1702462751, "19297.336"], [1702462763, "19795.846"], [1702462793, "20792.866"], [1702462808, "21291.376"], [1702462829, "21789.886"], [1702462844, "22288.396"], [1702462865, "22786.906"], [1702462880, "23285.416"], [1702462904, "24282.436"], [1702462919, "24780.946"], [1702462952, "25777.966"], [1702462973, "26276.476"], [1702462988, "26774.986"], [1702463045, "28270.516"], [1702463081, "29267.536"], [1702463114, "30264.556"], [1702463150, "31261.576"], [1702463186, "32258.596"], [1702463216, "33255.616"], [1702463240, "34252.636"], [1702463273, "35249.656"], [1702463324, "36745.186"], [1702463354, "37742.206"], [1702463381, "38739.226"], [1702463417, "39736.246"], [1702463453, "40733.266"], [1702463477, "41730.286"], [1702463510, "42727.306"], [1702463537, "43724.326"], [1702463570, "44721.346"], [1702463591, "45718.366"], [1702463621, "46715.386"], [1702463657, "47712.406"], [1702463693, "48709.426"], [1702463729, "49706.446"], [1702463765, "50703.466"], [1702463798, "51700.486"], [1702463846, "53196.016"], [1702463873, "54193.036"], [1702463906, "55190.056"], [1702463948, "56685.586"], [1702463984, "57682.606"], [1702464014, "58679.626"], [1702464050, "59676.646"], [1702464086, "60673.666"], [1702464122, "61670.686"], [1702464155, "62667.706"], [1702464194, "64163.236"], [1702464230, "65160.256"], [1702464263, "66157.276"], [1702464299, "67154.296"], [1702464332, "68151.316"], [1702464356, "69148.336"], [1702464392, "70145.356"], [1702464425, "71142.376"], [1702464455, "72139.396"], [1702464479, "73136.416"], [1702464509, "74133.436"], [1702464533, "75130.456"], [1702464569, "76127.476"], [1702464605, "77124.496"], [1702464635, "78121.516"], [1702464671, "79118.536"], [1702464716, "80115.556"], [1702464743, "81112.576"], [1702464776, "82109.596"], [1702464812, "83106.616"], [1702464836, "84103.636"], [1702464869, "85100.656"], [1702464905, "86097.676"], [1702464926, "87094.696"], [1702464956, "88091.716"], [1702464992, "89088.736"], [1702465016, "90085.756"], [1702465049, "91082.776"], [1702465085, "92079.796"], [1702465118, "93076.816"], [1702465145, "94073.836"], [1702465178, "95070.856"], [1702465208, "96067.876"], [1702465241, "97064.896"], [1702465298, "98560.426"], [1702465334, "99557.446"], [1702465367, "100554.466"], [1702465394, "101551.486"], [1702465418, "102548.506"], [1702465445, "103545.526"], [1702465481, "104542.546"], [1702465517, "105539.566"], [1702465550, "106536.586"], [1702465586, "107533.606"], [1702465619, "108530.626"], [1702465658, "109527.646"], [1702465706, "110524.666"], [1702465754, "112020.196"], [1702465787, "113017.216"], [1702465823, "114014.236"], [1702465856, "115011.256"], [1702465880, "116008.276"], [1702465910, "117005.296"], [1702465952, "118002.316"], [1702465988, "118999.336"], [1702466015, "119996.356"], [1702466030, "120993.376"], [1702466060, "121990.396"], [1702466078, "122987.416"], [1702466138, "124482.946"], [1702466168, "125479.966"], [1702466204, "126476.986"], [1702466237, "127474.006"], [1702466261, "128471.026"], [1702466291, "129468.046"], [1702466327, "130465.066"], [1702466360, "131462.086"], [1702466384, "132459.106"], [1702466417, "133456.126"], [1702466441, "134453.146"], [1702466471, "135450.166"], [1702466507, "136447.186"], [1702466540, "137444.206"], [1702466597, "138939.736"], [1702466633, "139936.756"], [1702466666, "140933.776"], [1702466705, "141930.796"], [1702466732, "142927.816"], [1702466765, "143924.836"], [1702466801, "144921.856"], [1702466852, "146417.386"], [1702466876, "147414.406"], [1702466918, "148411.426"], [1702466978, "150405.466"], [1702467014, "151402.486"], [1702467038, "152399.506"], [1702467068, "153396.526"], [1702467122, "154892.056"], [1702467158, "155889.076"], [1702467191, "156886.096"], [1702467221, "157883.116"], [1702467257, "158880.136"], [1702467299, "159877.156"], [1702467350, "161372.686"], [1702467386, "162369.706"], [1702467419, "163366.726"], [1702467455, "164363.746"], [1702467515, "166357.786"], [1702467542, "167354.806"], [1702467566, "168351.826"], [1702467599, "169348.846"], [1702467635, "170345.866"], [1702467668, "171342.886"], [1702467695, "172339.906"], [1702467716, "173336.926"], [1702467746, "174333.946"], [1702467800, "175829.476"], [1702467824, "176826.496"], [1702467908, "179319.046"], [1702467944, "180316.066"], [1702467968, "181313.086"], [1702468001, "182310.106"], [1702468031, "183307.126"], [1702468067, "184304.146"], [1702468085, "185301.166"], [1702468115, "186298.186"], [1702468151, "187295.206"], [1702468181, "188292.226"], [1702468208, "189289.246"], [1702468241, "190286.266"], [1702468256, "191283.286"], [1702468286, "192280.306"], [1702468322, "193277.326"], [1702468352, "194274.346"], [1702468388, "195271.366"], [1702468424, "196268.386"], [1702468457, "197265.406"], [1702468493, "198262.426"], [1702468517, "199259.446"], [1702468550, "200256.466"], [1702468586, "201253.486"], [1702468613, "202250.506"], [1702468637, "203247.526"], [1702468679, "204244.546"], [1702468721, "205241.566"], [1702468730, "205740.076"], [1702468766, "206737.096"], [1702468799, "207734.116"], [1702468835, "208731.136"], [1702468898, "210226.666"], [1702468934, "211223.686"], [1702468970, "212220.706"], [1702468994, "213217.726"], [1702469024, "214214.746"], [1702469060, "215211.766"], [1702469111, "216707.296"], [1702469144, "217704.316"], [1702469168, "218701.336"], [1702469204, "219698.356"], [1702469237, "220695.376"], [1702469273, "221692.396"], [1702469303, "222689.416"], [1702469336, "223686.436"], [1702469360, "224683.456"], [1702469387, "225680.476"], [1702469411, "226677.496"], [1702469435, "227674.516"], [1702469468, "228671.536"], [1702469504, "229668.556"], [1702469537, "230665.576"], [1702469573, "231662.596"], [1702469606, "232659.616"], [1702469633, "233656.636"], [1702469660, "234653.656"], [1702469684, "235650.676"], [1702469717, "236647.696"], [1702469753, "237644.716"], [1702469786, "238641.736"], [1702469816, "239638.756"], [1702469834, "240635.776"], [1702469864, "241632.796"], [1702469906, "243128.326"], [1702469936, "244125.346"], [1702469972, "245122.366"], [1702470005, "246119.386"], [1702470029, "247116.406"], [1702470065, "248113.426"], [1702470101, "249110.446"], [1702470131, "250107.466"], [1702470167, "251104.486"], [1702470203, "252101.506"], [1702470251, "253597.036"], [1702470278, "254594.056"], [1702470311, "255591.076"], [1702470347, "256588.096"], [1702470371, "257585.116"], [1702470404, "258582.136"], [1702470440, "259579.156"], [1702470476, "260576.176"], [1702470506, "261573.196"], [1702470542, "262570.216"], [1702470575, "263567.236"], [1702470611, "264564.256"], [1702470635, "265561.276"], [1702470662, "266558.296"], [1702470686, "267555.316"], [1702470719, "268552.336"], [1702470746, "269549.356"], [1702470812, "271543.396"], [1702470845, "272540.416"], [1702470875, "273537.436"], [1702470899, "274534.456"], [1702470953, "276029.986"], [1702470983, "277027.006"], [1702471025, "278024.026"], [1702471067, "279519.556"], [1702471169, "282012.106"], [1702471193, "283009.126"], [1702471226, "284006.146"], [1702471265, "285003.166"]]}], "kepler_node_platform_joules_total": [{"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462700, "477"], [1702462721, "495"], [1702462736, "510"], [1702462751, "534"], [1702462763, "549"], [1702462793, "582"], [1702462808, "630"], [1702462829, "942"], [1702462844, "1290"], [1702462865, "1497"], [1702462880, "1845"], [1702462904, "2520"], [1702462919, "2574"], [1702462952, "3339"], [1702462973, "3426"], [1702462988, "3852"], [1702463045, "4725"], [1702463081, "5265"], [1702463114, "5880"], [1702463150, "5919"], [1702463186, "5991"], [1702463216, "6657"], [1702463240, "7317"], [1702463273, "7974"], [1702463324, "9183"], [1702463354, "10035"], [1702463381, "10767"], [1702463417, "11457"], [1702463453, "12057"], [1702463477, "13071"], [1702463510, "13815"], [1702463537, "14601"], [1702463570, "14991"], [1702463591, "15609"], [1702463621, "15999"], [1702463657, "16416"], [1702463693, "17208"], [1702463729, "17703"], [1702463765, "18234"], [1702463798, "19005"], [1702463846, "20058"], [1702463873, "20829"], [1702463906, "21279"], [1702463948, "22260"], [1702463984, "22914"], [1702464014, "23571"], [1702464050, "23958"], [1702464086, "24774"], [1702464122, "25515"], [1702464155, "25932"], [1702464194, "26643"], [1702464230, "26955"], [1702464263, "27003"], [1702464299, "27318"], [1702464332, "27726"], [1702464356, "28368"], [1702464392, "29025"], [1702464425, "29490"], [1702464455, "30318"], [1702464479, "30936"], [1702464509, "31707"], [1702464533, "32229"], [1702464569, "32994"], [1702464605, "33723"], [1702464635, "34440"], [1702464671, "35139"], [1702464716, "35814"], [1702464743, "36543"], [1702464776, "37293"], [1702464812, "37965"], [1702464836, "38868"], [1702464869, "39585"], [1702464905, "40131"], [1702464926, "41025"], [1702464956, "41709"], [1702464992, "42123"], [1702465016, "42918"], [1702465049, "43566"], [1702465085, "44229"], [1702465118, "44925"], [1702465145, "45306"], [1702465178, "45900"], [1702465208, "46644"], [1702465241, "47088"], [1702465298, "47883"], [1702465334, "48099"], [1702465367, "48321"], [1702465394, "48645"], [1702465418, "49284"], [1702465445, "49734"], [1702465481, "50409"], [1702465517, "51045"], [1702465550, "51735"], [1702465586, "52206"], [1702465619, "52956"], [1702465658, "53721"], [1702465706, "54384"], [1702465754, "55416"], [1702465787, "56064"], [1702465823, "56559"], [1702465856, "56949"], [1702465880, "57363"], [1702465910, "57954"], [1702465952, "58707"], [1702465988, "59160"], [1702466015, "59718"], [1702466030, "60540"], [1702466060, "61308"], [1702466078, "61797"], [1702466138, "62805"], [1702466168, "63213"], [1702466204, "63867"], [1702466237, "64269"], [1702466261, "64800"], [1702466291, "65265"], [1702466327, "65907"], [1702466360, "66411"], [1702466384, "67137"], [1702466417, "67461"], [1702466441, "67998"], [1702466471, "68259"], [1702466507, "68586"], [1702466540, "69201"], [1702466597, "69888"], [1702466633, "70593"], [1702466666, "71307"], [1702466705, "71679"], [1702466732, "72222"], [1702466765, "72786"], [1702466801, "73698"], [1702466852, "74331"], [1702466876, "75093"], [1702466918, "75783"], [1702466978, "77151"], [1702467014, "77706"], [1702467038, "78528"], [1702467068, "79416"], [1702467122, "80397"], [1702467158, "80949"], [1702467191, "81615"], [1702467221, "82218"], [1702467257, "82683"], [1702467299, "83400"], [1702467350, "84678"], [1702467386, "85176"], [1702467419, "85980"], [1702467455, "86580"], [1702467515, "87711"], [1702467542, "88179"], [1702467566, "88515"], [1702467599, "89031"], [1702467635, "89583"], [1702467668, "90012"], [1702467695, "90492"], [1702467716, "91356"], [1702467746, "92100"], [1702467800, "93630"], [1702467824, "94767"], [1702467908, "97215"], [1702467944, "97863"], [1702467968, "98367"], [1702468001, "99261"], [1702468031, "99969"], [1702468067, "100065"], [1702468085, "100962"], [1702468115, "101529"], [1702468151, "102210"], [1702468181, "102834"], [1702468208, "103632"], [1702468241, "104604"], [1702468256, "105741"], [1702468286, "106350"], [1702468322, "107358"], [1702468352, "108264"], [1702468388, "108711"], [1702468424, "109575"], [1702468457, "110079"], [1702468493, "110670"], [1702468517, "111330"], [1702468550, "112005"], [1702468586, "113115"], [1702468613, "114015"], [1702468637, "114561"], [1702468679, "115377"], [1702468721, "116199"], [1702468730, "116238"], [1702468766, "116988"], [1702468799, "117462"], [1702468835, "117984"], [1702468898, "119190"], [1702468934, "120291"], [1702468970, "121377"], [1702468994, "122487"], [1702469024, "123132"], [1702469060, "124230"], [1702469111, "125697"], [1702469144, "126294"], [1702469168, "126966"], [1702469204, "127383"], [1702469237, "127917"], [1702469273, "129108"], [1702469303, "129729"], [1702469336, "130419"], [1702469360, "131286"], [1702469387, "132372"], [1702469411, "133344"], [1702469435, "133974"], [1702469468, "134913"], [1702469504, "135342"], [1702469537, "136089"], [1702469573, "136926"], [1702469606, "137430"], [1702469633, "138387"], [1702469660, "139368"], [1702469684, "140010"], [1702469717, "140640"], [1702469753, "141231"], [1702469786, "141978"], [1702469816, "142536"], [1702469834, "143460"], [1702469864, "143973"], [1702469906, "144696"], [1702469936, "145113"], [1702469972, "145710"], [1702470005, "146469"], [1702470029, "147018"], [1702470065, "147852"], [1702470101, "148995"], [1702470131, "149994"], [1702470167, "151014"], [1702470203, "151980"], [1702470251, "153531"], [1702470278, "154428"], [1702470311, "155337"], [1702470347, "156135"], [1702470371, "156525"], [1702470404, "157119"], [1702470440, "157935"], [1702470476, "158457"], [1702470506, "159291"], [1702470542, "160428"], [1702470575, "161427"], [1702470611, "162471"], [1702470635, "163332"], [1702470662, "164244"], [1702470686, "165348"], [1702470719, "166302"], [1702470746, "167244"], [1702470812, "167865"], [1702470845, "168261"], [1702470875, "168354"], [1702470899, "169038"], [1702470953, "169653"], [1702470983, "169857"], [1702471025, "170424"], [1702471067, "171249"], [1702471169, "172332"], [1702471193, "172515"], [1702471226, "173169"], [1702471265, "173847"]]}, {"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462700, "44535"], [1702462721, "46242"], [1702462736, "47949"], [1702462751, "49656"], [1702462763, "51363"], [1702462793, "54777"], [1702462808, "56484"], [1702462829, "58191"], [1702462844, "59898"], [1702462865, "61605"], [1702462880, "63312"], [1702462904, "66726"], [1702462919, "68433"], [1702462952, "71847"], [1702462973, "73554"], [1702462988, "75261"], [1702463045, "80382"], [1702463081, "83796"], [1702463114, "87210"], [1702463150, "90624"], [1702463186, "94038"], [1702463216, "97452"], [1702463240, "100866"], [1702463273, "104280"], [1702463324, "109401"], [1702463354, "112815"], [1702463381, "116229"], [1702463417, "119643"], [1702463453, "123057"], [1702463477, "126471"], [1702463510, "129885"], [1702463537, "133299"], [1702463570, "136713"], [1702463591, "140127"], [1702463621, "143541"], [1702463657, "146955"], [1702463693, "150369"], [1702463729, "153783"], [1702463765, "157197"], [1702463798, "160611"], [1702463846, "165732"], [1702463873, "169146"], [1702463906, "172560"], [1702463948, "177681"], [1702463984, "181095"], [1702464014, "184509"], [1702464050, "187923"], [1702464086, "191337"], [1702464122, "194751"], [1702464155, "198165"], [1702464194, "203286"], [1702464230, "206700"], [1702464263, "210114"], [1702464299, "213528"], [1702464332, "216942"], [1702464356, "220356"], [1702464392, "223770"], [1702464425, "227184"], [1702464455, "230598"], [1702464479, "234012"], [1702464509, "237426"], [1702464533, "240840"], [1702464569, "244254"], [1702464605, "247668"], [1702464635, "251082"], [1702464671, "254496"], [1702464716, "257910"], [1702464743, "261324"], [1702464776, "264738"], [1702464812, "268152"], [1702464836, "271566"], [1702464869, "274980"], [1702464905, "278394"], [1702464926, "281808"], [1702464956, "285222"], [1702464992, "288636"], [1702465016, "292050"], [1702465049, "295464"], [1702465085, "298878"], [1702465118, "302292"], [1702465145, "305706"], [1702465178, "309120"], [1702465208, "312534"], [1702465241, "315948"], [1702465298, "321069"], [1702465334, "324483"], [1702465367, "327897"], [1702465394, "331311"], [1702465418, "334725"], [1702465445, "338139"], [1702465481, "341553"], [1702465517, "344967"], [1702465550, "348381"], [1702465586, "351795"], [1702465619, "355209"], [1702465658, "358623"], [1702465706, "362037"], [1702465754, "367158"], [1702465787, "370572"], [1702465823, "373986"], [1702465856, "377400"], [1702465880, "380814"], [1702465910, "384228"], [1702465952, "387642"], [1702465988, "391056"], [1702466015, "394470"], [1702466030, "397884"], [1702466060, "401298"], [1702466078, "404712"], [1702466138, "409833"], [1702466168, "413247"], [1702466204, "416661"], [1702466237, "420075"], [1702466261, "423489"], [1702466291, "426903"], [1702466327, "430317"], [1702466360, "433731"], [1702466384, "437145"], [1702466417, "440559"], [1702466441, "443973"], [1702466471, "447387"], [1702466507, "450801"], [1702466540, "454215"], [1702466597, "459336"], [1702466633, "462750"], [1702466666, "466164"], [1702466705, "469578"], [1702466732, "472992"], [1702466765, "476406"], [1702466801, "479820"], [1702466852, "484941"], [1702466876, "488355"], [1702466918, "491769"], [1702466978, "498597"], [1702467014, "502011"], [1702467038, "505425"], [1702467068, "508839"], [1702467122, "513960"], [1702467158, "517374"], [1702467191, "520788"], [1702467221, "524202"], [1702467257, "527616"], [1702467299, "531030"], [1702467350, "536151"], [1702467386, "539565"], [1702467419, "542979"], [1702467455, "546393"], [1702467515, "553221"], [1702467542, "556635"], [1702467566, "560049"], [1702467599, "563463"], [1702467635, "566877"], [1702467668, "570291"], [1702467695, "573705"], [1702467716, "577119"], [1702467746, "580533"], [1702467800, "585654"], [1702467824, "589068"], [1702467908, "597603"], [1702467944, "601017"], [1702467968, "604431"], [1702468001, "607845"], [1702468031, "611259"], [1702468067, "614673"], [1702468085, "618087"], [1702468115, "621501"], [1702468151, "624915"], [1702468181, "628329"], [1702468208, "631743"], [1702468241, "635157"], [1702468256, "638571"], [1702468286, "641985"], [1702468322, "645399"], [1702468352, "648813"], [1702468388, "652227"], [1702468424, "655641"], [1702468457, "659055"], [1702468493, "662469"], [1702468517, "665883"], [1702468550, "669297"], [1702468586, "672711"], [1702468613, "676125"], [1702468637, "679539"], [1702468679, "682953"], [1702468721, "686367"], [1702468730, "688074"], [1702468766, "691488"], [1702468799, "694902"], [1702468835, "698316"], [1702468898, "703437"], [1702468934, "706851"], [1702468970, "710265"], [1702468994, "713679"], [1702469024, "717093"], [1702469060, "720507"], [1702469111, "725628"], [1702469144, "729042"], [1702469168, "732456"], [1702469204, "735870"], [1702469237, "739284"], [1702469273, "742698"], [1702469303, "746112"], [1702469336, "749526"], [1702469360, "752940"], [1702469387, "756354"], [1702469411, "759768"], [1702469435, "763182"], [1702469468, "766596"], [1702469504, "770010"], [1702469537, "773424"], [1702469573, "776838"], [1702469606, "780252"], [1702469633, "783666"], [1702469660, "787080"], [1702469684, "790494"], [1702469717, "793908"], [1702469753, "797322"], [1702469786, "800736"], [1702469816, "804150"], [1702469834, "807564"], [1702469864, "810978"], [1702469906, "816099"], [1702469936, "819513"], [1702469972, "822927"], [1702470005, "826341"], [1702470029, "829755"], [1702470065, "833169"], [1702470101, "836583"], [1702470131, "839997"], [1702470167, "843411"], [1702470203, "846825"], [1702470251, "851946"], [1702470278, "855360"], [1702470311, "858774"], [1702470347, "862188"], [1702470371, "865602"], [1702470404, "869016"], [1702470440, "872430"], [1702470476, "875844"], [1702470506, "879258"], [1702470542, "882672"], [1702470575, "886086"], [1702470611, "889500"], [1702470635, "892914"], [1702470662, "896328"], [1702470686, "899742"], [1702470719, "903156"], [1702470746, "906570"], [1702470812, "913398"], [1702470845, "916812"], [1702470875, "920226"], [1702470899, "923640"], [1702470953, "928761"], [1702470983, "932175"], [1702471025, "935589"], [1702471067, "940710"], [1702471169, "949245"], [1702471193, "952659"], [1702471226, "956073"], [1702471265, "959487"]]}], "kepler_node_uncore_joules_total": [{"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}]} \ No newline at end of file +{"kepler_container_bpf_block_irq_total": [{"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "2"], [1702463453, "2"], [1702463477, "2"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "3"], [1702463693, "3"], [1702463729, "3"], [1702463765, "3"], [1702463798, "3"], [1702463846, "3"], [1702463873, "3"], [1702463906, "3"], [1702463948, "3"], [1702463984, "4"], [1702464014, "4"], [1702464050, "4"], [1702464086, "4"], [1702464122, "4"], [1702464155, "4"], [1702464194, "4"], [1702464230, "4"], [1702464263, "4"], [1702464299, "4"], [1702464332, "4"], [1702464356, "4"], [1702464392, "4"], [1702464425, "4"], [1702464455, "4"], [1702464479, "4"], [1702464509, "4"], [1702464533, "4"], [1702464569, "4"], [1702464605, "4"], [1702464635, "4"], [1702464671, "4"], [1702464716, "4"], [1702464743, "4"], [1702464776, "4"], [1702464812, "4"], [1702464836, "4"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "4"], [1702466060, "4"], [1702466078, "4"], [1702466138, "4"], [1702466168, "4"], [1702466204, "4"], [1702466237, "4"], [1702466261, "4"], [1702466291, "4"], [1702466327, "4"], [1702466360, "4"], [1702466384, "4"], [1702466417, "4"], [1702466441, "4"], [1702466471, "4"], [1702466507, "4"], [1702466540, "4"], [1702466597, "4"], [1702466633, "4"], [1702466666, "4"], [1702466705, "4"], [1702466732, "4"], [1702466765, "4"], [1702466801, "4"], [1702466852, "4"], [1702466876, "4"], [1702466918, "4"], [1702466978, "4"], [1702467014, "4"], [1702467038, "4"], [1702467068, "4"], [1702467122, "4"], [1702467158, "4"], [1702467191, "4"], [1702467221, "4"], [1702467257, "4"], [1702467299, "4"], [1702467350, "4"], [1702467386, "4"], [1702467419, "4"], [1702467455, "4"], [1702467515, "4"], [1702467542, "4"], [1702467566, "4"], [1702467599, "4"], [1702467635, "4"], [1702467668, "4"], [1702467695, "4"], [1702467716, "4"], [1702467746, "4"], [1702467800, "4"], [1702467824, "4"], [1702467908, "4"], [1702467944, "4"], [1702467968, "4"], [1702468001, "4"], [1702468031, "4"], [1702468067, "4"], [1702468085, "4"], [1702468115, "4"], [1702468151, "4"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "4"], [1702469060, "4"], [1702469111, "4"], [1702469144, "4"], [1702469168, "4"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "4"], [1702469336, "4"], [1702469360, "4"], [1702469387, "4"], [1702469411, "4"], [1702469435, "4"], [1702469468, "4"], [1702469504, "4"], [1702469537, "4"], [1702469573, "4"], [1702469606, "4"], [1702469633, "4"], [1702469660, "4"], [1702469684, "4"], [1702469717, "4"], [1702469753, "4"], [1702469786, "4"], [1702469816, "4"], [1702469834, "4"], [1702469864, "4"], [1702469906, "4"], [1702469936, "4"], [1702469972, "4"], [1702470005, "4"], [1702470029, "4"], [1702470065, "4"], [1702470101, "4"], [1702470131, "4"], [1702470167, "4"], [1702470203, "4"], [1702470251, "4"], [1702470278, "4"], [1702470311, "4"], [1702470347, "4"], [1702470371, "4"], [1702470404, "4"], [1702470440, "4"], [1702470476, "4"], [1702470506, "4"], [1702470542, "4"], [1702470575, "4"], [1702470611, "4"], [1702470635, "4"], [1702470662, "4"], [1702470686, "4"], [1702470719, "4"], [1702470746, "4"], [1702470812, "4"], [1702470845, "4"], [1702470875, "4"], [1702470899, "4"], [1702470953, "4"], [1702470983, "4"], [1702471025, "4"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "1"], [1702463045, "4"], [1702463081, "7"], [1702463114, "12"], [1702463150, "12"], [1702463186, "15"], [1702463216, "15"], [1702463240, "15"], [1702463273, "15"], [1702463324, "15"], [1702463354, "16"], [1702463381, "17"], [1702463417, "19"], [1702463453, "23"], [1702463477, "30"], [1702463510, "32"], [1702463537, "32"], [1702463570, "33"], [1702463591, "33"], [1702463621, "33"], [1702463657, "33"], [1702463693, "33"], [1702463729, "34"], [1702463765, "34"], [1702463798, "41"], [1702463846, "47"], [1702463873, "52"], [1702463906, "53"], [1702463948, "53"], [1702463984, "53"], [1702464014, "56"], [1702464050, "56"], [1702464086, "56"], [1702464122, "59"], [1702464155, "64"], [1702464194, "74"], [1702464230, "77"], [1702464263, "77"], [1702464299, "77"], [1702464332, "78"], [1702464356, "78"], [1702464392, "78"], [1702464425, "78"], [1702464455, "79"], [1702464479, "83"], [1702464509, "86"], [1702464533, "90"], [1702464569, "94"], [1702464605, "96"], [1702464635, "97"], [1702464671, "97"], [1702464716, "97"], [1702464743, "97"], [1702464776, "97"], [1702464812, "97"], [1702464836, "98"], [1702464869, "100"], [1702464905, "103"], [1702464926, "106"], [1702464956, "109"], [1702464992, "113"], [1702465016, "113"], [1702465049, "113"], [1702465085, "113"], [1702465118, "113"], [1702465145, "113"], [1702465178, "113"], [1702465208, "115"], [1702465241, "119"], [1702465298, "125"], [1702465334, "128"], [1702465367, "130"], [1702465394, "131"], [1702465418, "131"], [1702465445, "131"], [1702465481, "132"], [1702465517, "132"], [1702465550, "132"], [1702465586, "134"], [1702465619, "139"], [1702465658, "146"], [1702465706, "150"], [1702465754, "154"], [1702465787, "154"], [1702465823, "154"], [1702465856, "154"], [1702465880, "154"], [1702465910, "154"], [1702465952, "155"], [1702465988, "161"], [1702466015, "168"], [1702466030, "170"], [1702466060, "175"], [1702466078, "177"], [1702466138, "178"], [1702466168, "178"], [1702466204, "178"], [1702466237, "178"], [1702466261, "178"], [1702466291, "178"], [1702466327, "180"], [1702466360, "183"], [1702466384, "185"], [1702466417, "185"], [1702466441, "189"], [1702466471, "191"], [1702466507, "192"], [1702466540, "193"], [1702466597, "193"], [1702466633, "193"], [1702466666, "193"], [1702466705, "194"], [1702466732, "202"], [1702466765, "208"], [1702466801, "210"], [1702466852, "215"], [1702466876, "215"], [1702466918, "216"], [1702466978, "217"], [1702467014, "217"], [1702467038, "217"], [1702467068, "218"], [1702467122, "223"], [1702467158, "228"], [1702467191, "233"], [1702467221, "236"], [1702467257, "238"], [1702467299, "238"], [1702467350, "238"], [1702467386, "238"], [1702467419, "239"], [1702467455, "243"], [1702467515, "251"], [1702467542, "255"], [1702467566, "258"], [1702467599, "258"], [1702467635, "259"], [1702467668, "259"], [1702467695, "259"], [1702467716, "259"], [1702467746, "259"], [1702467800, "259"], [1702467824, "262"], [1702467908, "273"], [1702467944, "278"], [1702467968, "280"], [1702468001, "282"], [1702468031, "283"], [1702468067, "283"], [1702468085, "283"], [1702468115, "283"], [1702468151, "283"], [1702468181, "288"], [1702468208, "292"], [1702468241, "298"], [1702468256, "301"], [1702468286, "303"], [1702468322, "304"], [1702468352, "306"], [1702468388, "309"], [1702468424, "309"], [1702468457, "309"], [1702468493, "309"], [1702468517, "310"], [1702468550, "314"], [1702468586, "319"], [1702468613, "323"], [1702468637, "324"], [1702468679, "327"], [1702468721, "327"], [1702468730, "328"], [1702468766, "328"], [1702468799, "328"], [1702468835, "328"], [1702468898, "328"], [1702468934, "333"], [1702468970, "333"], [1702468994, "334"], [1702469024, "339"], [1702469060, "343"], [1702469111, "343"], [1702469144, "343"], [1702469168, "343"], [1702469204, "343"], [1702469237, "343"], [1702469273, "344"], [1702469303, "347"], [1702469336, "353"], [1702469360, "359"], [1702469387, "364"], [1702469411, "366"], [1702469435, "367"], [1702469468, "368"], [1702469504, "369"], [1702469537, "369"], [1702469573, "369"], [1702469606, "369"], [1702469633, "369"], [1702469660, "370"], [1702469684, "375"], [1702469717, "377"], [1702469753, "383"], [1702469786, "386"], [1702469816, "387"], [1702469834, "390"], [1702469864, "391"], [1702469906, "394"], [1702469936, "394"], [1702469972, "394"], [1702470005, "394"], [1702470029, "394"], [1702470065, "394"], [1702470101, "395"], [1702470131, "397"], [1702470167, "402"], [1702470203, "407"], [1702470251, "411"], [1702470278, "416"], [1702470311, "417"], [1702470347, "417"], [1702470371, "417"], [1702470404, "417"], [1702470440, "417"], [1702470476, "417"], [1702470506, "417"], [1702470542, "418"], [1702470575, "421"], [1702470611, "426"], [1702470635, "431"], [1702470662, "433"], [1702470686, "437"], [1702470719, "438"], [1702470746, "439"], [1702470812, "439"], [1702470845, "439"], [1702470875, "442"], [1702470899, "443"], [1702470953, "443"], [1702470983, "443"], [1702471025, "444"], [1702471067, "444"], [1702471169, "444"], [1702471193, "444"], [1702471226, "448"], [1702471265, "451"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "3"], [1702470845, "3"], [1702470875, "3"], [1702470899, "3"], [1702470953, "3"], [1702470983, "3"], [1702471025, "3"], [1702471067, "3"], [1702471169, "3"], [1702471193, "3"], [1702471226, "3"], [1702471265, "3"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_block_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "17"], [1702462721, "17"], [1702462736, "18"], [1702462751, "19"], [1702462763, "20"], [1702462793, "20"], [1702462808, "20"], [1702462829, "21"], [1702462844, "21"], [1702462865, "22"], [1702462880, "22"], [1702462904, "26"], [1702462919, "26"], [1702462952, "27"], [1702462973, "27"], [1702462988, "28"], [1702463045, "29"], [1702463081, "31"], [1702463114, "31"], [1702463150, "32"], [1702463186, "32"], [1702463216, "34"], [1702463240, "35"], [1702463273, "35"], [1702463324, "38"], [1702463354, "39"], [1702463381, "39"], [1702463417, "41"], [1702463453, "42"], [1702463477, "42"], [1702463510, "42"], [1702463537, "44"], [1702463570, "45"], [1702463591, "46"], [1702463621, "46"], [1702463657, "49"], [1702463693, "52"], [1702463729, "55"], [1702463765, "55"], [1702463798, "55"], [1702463846, "55"], [1702463873, "56"], [1702463906, "58"], [1702463948, "58"], [1702463984, "60"], [1702464014, "61"], [1702464050, "63"], [1702464086, "63"], [1702464122, "63"], [1702464155, "63"], [1702464194, "63"], [1702464230, "63"], [1702464263, "64"], [1702464299, "68"], [1702464332, "70"], [1702464356, "71"], [1702464392, "72"], [1702464425, "72"], [1702464455, "74"], [1702464479, "74"], [1702464509, "74"], [1702464533, "74"], [1702464569, "75"], [1702464605, "77"], [1702464635, "78"], [1702464671, "78"], [1702464716, "79"], [1702464743, "81"], [1702464776, "83"], [1702464812, "87"], [1702464836, "88"], [1702464869, "88"], [1702464905, "89"], [1702464926, "89"], [1702464956, "89"], [1702464992, "89"], [1702465016, "90"], [1702465049, "90"], [1702465085, "93"], [1702465118, "94"], [1702465145, "96"], [1702465178, "97"], [1702465208, "97"], [1702465241, "97"], [1702465298, "98"], [1702465334, "99"], [1702465367, "103"], [1702465394, "104"], [1702465418, "106"], [1702465445, "107"], [1702465481, "108"], [1702465517, "108"], [1702465550, "109"], [1702465586, "112"], [1702465619, "113"], [1702465658, "113"], [1702465706, "113"], [1702465754, "114"], [1702465787, "114"], [1702465823, "114"], [1702465856, "115"], [1702465880, "116"], [1702465910, "117"], [1702465952, "117"], [1702465988, "117"], [1702466015, "117"], [1702466030, "117"], [1702466060, "117"], [1702466078, "118"], [1702466138, "121"], [1702466168, "121"], [1702466204, "121"], [1702466237, "124"], [1702466261, "124"], [1702466291, "125"], [1702466327, "125"], [1702466360, "125"], [1702466384, "126"], [1702466417, "126"], [1702466441, "126"], [1702466471, "127"], [1702466507, "128"], [1702466540, "130"], [1702466597, "130"], [1702466633, "132"], [1702466666, "132"], [1702466705, "135"], [1702466732, "136"], [1702466765, "136"], [1702466801, "137"], [1702466852, "138"], [1702466876, "138"], [1702466918, "139"], [1702466978, "140"], [1702467014, "143"], [1702467038, "144"], [1702467068, "146"], [1702467122, "146"], [1702467158, "146"], [1702467191, "147"], [1702467221, "148"], [1702467257, "150"], [1702467299, "150"], [1702467350, "153"], [1702467386, "155"], [1702467419, "156"], [1702467455, "156"], [1702467515, "158"], [1702467542, "158"], [1702467566, "159"], [1702467599, "159"], [1702467635, "161"], [1702467668, "163"], [1702467695, "163"], [1702467716, "163"], [1702467746, "163"], [1702467800, "166"], [1702467824, "166"], [1702467908, "166"], [1702467944, "166"], [1702467968, "168"], [1702468001, "170"], [1702468031, "170"], [1702468067, "172"], [1702468085, "173"], [1702468115, "174"], [1702468151, "176"], [1702468181, "177"], [1702468208, "177"], [1702468241, "177"], [1702468256, "177"], [1702468286, "177"], [1702468322, "178"], [1702468352, "182"], [1702468388, "184"], [1702468424, "184"], [1702468457, "189"], [1702468493, "191"], [1702468517, "192"], [1702468550, "192"], [1702468586, "192"], [1702468613, "192"], [1702468637, "192"], [1702468679, "193"], [1702468721, "194"], [1702468730, "194"], [1702468766, "195"], [1702468799, "198"], [1702468835, "199"], [1702468898, "200"], [1702468934, "201"], [1702468970, "201"], [1702468994, "201"], [1702469024, "201"], [1702469060, "201"], [1702469111, "205"], [1702469144, "206"], [1702469168, "207"], [1702469204, "210"], [1702469237, "213"], [1702469273, "216"], [1702469303, "217"], [1702469336, "217"], [1702469360, "217"], [1702469387, "217"], [1702469411, "218"], [1702469435, "219"], [1702469468, "222"], [1702469504, "1197"], [1702469537, "1205"], [1702469573, "1212"], [1702469606, "1220"], [1702469633, "1226"], [1702469660, "1232"], [1702469684, "1234"], [1702469717, "1238"], [1702469753, "1240"], [1702469786, "1241"], [1702469816, "1244"], [1702469834, "1248"], [1702469864, "1251"], [1702469906, "1259"], [1702469936, "1265"], [1702469972, "1273"], [1702470005, "1283"], [1702470029, "1287"], [1702470065, "1295"], [1702470101, "1302"], [1702470131, "1306"], [1702470167, "1308"], [1702470203, "1310"], [1702470251, "1314"], [1702470278, "1317"], [1702470311, "1324"], [1702470347, "1331"], [1702470371, "1339"], [1702470404, "1345"], [1702470440, "1352"], [1702470476, "1359"], [1702470506, "1368"], [1702470542, "1372"], [1702470575, "1373"], [1702470611, "1375"], [1702470635, "1376"], [1702470662, "1377"], [1702470686, "1379"], [1702470719, "1382"], [1702470746, "1387"], [1702470812, "1400"], [1702470845, "1404"], [1702470875, "1406"], [1702470899, "1412"], [1702470953, "1423"], [1702470983, "1432"], [1702471025, "1437"], [1702471067, "1443"], [1702471169, "1463"], [1702471193, "1468"], [1702471226, "1473"], [1702471265, "1478"]]}], "kepler_container_bpf_cpu_time_ms_total": [{"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "15"], [1702462721, "15"], [1702462736, "15"], [1702462751, "15"], [1702462763, "15"], [1702462793, "15"], [1702462808, "15"], [1702462829, "15"], [1702462844, "48"], [1702462865, "48"], [1702462880, "48"], [1702462904, "48"], [1702462919, "48"], [1702462952, "48"], [1702462973, "48"], [1702462988, "48"], [1702463045, "48"], [1702463081, "48"], [1702463114, "48"], [1702463150, "48"], [1702463186, "48"], [1702463216, "48"], [1702463240, "48"], [1702463273, "48"], [1702463324, "48"], [1702463354, "48"], [1702463381, "50"], [1702463417, "50"], [1702463453, "50"], [1702463477, "50"], [1702463510, "50"], [1702463537, "50"], [1702463570, "50"], [1702463591, "50"], [1702463621, "50"], [1702463657, "50"], [1702463693, "50"], [1702463729, "50"], [1702463765, "50"], [1702463798, "50"], [1702463846, "50"], [1702463873, "50"], [1702463906, "50"], [1702463948, "50"], [1702463984, "50"], [1702464014, "50"], [1702464050, "50"], [1702464086, "50"], [1702464122, "50"], [1702464155, "50"], [1702464194, "50"], [1702464230, "50"], [1702464263, "50"], [1702464299, "50"], [1702464332, "50"], [1702464356, "50"], [1702464392, "50"], [1702464425, "50"], [1702464455, "50"], [1702464479, "50"], [1702464509, "50"], [1702464533, "50"], [1702464569, "50"], [1702464605, "50"], [1702464635, "50"], [1702464671, "50"], [1702464716, "50"], [1702464743, "50"], [1702464776, "50"], [1702464812, "50"], [1702464836, "50"], [1702464869, "50"], [1702464905, "50"], [1702464926, "50"], [1702464956, "50"], [1702464992, "50"], [1702465016, "50"], [1702465049, "50"], [1702465085, "50"], [1702465118, "50"], [1702465145, "50"], [1702465178, "50"], [1702465208, "50"], [1702465241, "50"], [1702465298, "50"], [1702465334, "50"], [1702465367, "50"], [1702465394, "50"], [1702465418, "50"], [1702465445, "50"], [1702465481, "50"], [1702465517, "50"], [1702465550, "50"], [1702465586, "50"], [1702465619, "50"], [1702465658, "50"], [1702465706, "50"], [1702465754, "50"], [1702465787, "50"], [1702465823, "50"], [1702465856, "50"], [1702465880, "50"], [1702465910, "50"], [1702465952, "50"], [1702465988, "50"], [1702466015, "50"], [1702466030, "50"], [1702466060, "50"], [1702466078, "50"], [1702466138, "50"], [1702466168, "50"], [1702466204, "50"], [1702466237, "50"], [1702466261, "50"], [1702466291, "50"], [1702466327, "50"], [1702466360, "50"], [1702466384, "50"], [1702466417, "50"], [1702466441, "50"], [1702466471, "50"], [1702466507, "50"], [1702466540, "50"], [1702466597, "50"], [1702466633, "50"], [1702466666, "50"], [1702466705, "50"], [1702466732, "50"], [1702466765, "50"], [1702466801, "50"], [1702466852, "50"], [1702466876, "50"], [1702466918, "50"], [1702466978, "50"], [1702467014, "50"], [1702467038, "50"], [1702467068, "50"], [1702467122, "50"], [1702467158, "50"], [1702467191, "50"], [1702467221, "50"], [1702467257, "50"], [1702467299, "50"], [1702467350, "50"], [1702467386, "50"], [1702467419, "50"], [1702467455, "50"], [1702467515, "50"], [1702467542, "50"], [1702467566, "50"], [1702467599, "50"], [1702467635, "50"], [1702467668, "50"], [1702467695, "50"], [1702467716, "50"], [1702467746, "50"], [1702467800, "50"], [1702467824, "50"], [1702467908, "50"], [1702467944, "50"], [1702467968, "50"], [1702468001, "50"], [1702468031, "50"], [1702468067, "50"], [1702468085, "50"], [1702468115, "50"], [1702468151, "50"], [1702468181, "50"], [1702468208, "50"], [1702468241, "50"], [1702468256, "50"], [1702468286, "50"], [1702468322, "50"], [1702468352, "50"], [1702468388, "50"], [1702468424, "50"], [1702468457, "50"], [1702468493, "50"], [1702468517, "50"], [1702468550, "50"], [1702468586, "50"], [1702468613, "50"], [1702468637, "50"], [1702468679, "50"], [1702468721, "50"], [1702468730, "50"], [1702468766, "50"], [1702468799, "50"], [1702468835, "50"], [1702468898, "50"], [1702468934, "50"], [1702468970, "50"], [1702468994, "50"], [1702469024, "50"], [1702469060, "50"], [1702469111, "50"], [1702469144, "50"], [1702469168, "50"], [1702469204, "50"], [1702469237, "50"], [1702469273, "50"], [1702469303, "50"], [1702469336, "50"], [1702469360, "50"], [1702469387, "50"], [1702469411, "50"], [1702469435, "50"], [1702469468, "50"], [1702469504, "50"], [1702469537, "50"], [1702469573, "50"], [1702469606, "50"], [1702469633, "50"], [1702469660, "50"], [1702469684, "50"], [1702469717, "50"], [1702469753, "50"], [1702469786, "50"], [1702469816, "50"], [1702469834, "50"], [1702469864, "50"], [1702469906, "50"], [1702469936, "50"], [1702469972, "50"], [1702470005, "50"], [1702470029, "50"], [1702470065, "50"], [1702470101, "50"], [1702470131, "50"], [1702470167, "50"], [1702470203, "50"], [1702470251, "50"], [1702470278, "50"], [1702470311, "50"], [1702470347, "50"], [1702470371, "50"], [1702470404, "50"], [1702470440, "50"], [1702470476, "50"], [1702470506, "50"], [1702470542, "50"], [1702470575, "50"], [1702470611, "50"], [1702470635, "50"], [1702470662, "50"], [1702470686, "50"], [1702470719, "50"], [1702470746, "50"], [1702470812, "50"], [1702470845, "50"], [1702470875, "50"], [1702470899, "50"], [1702470953, "50"], [1702470983, "50"], [1702471025, "50"], [1702471067, "50"], [1702471169, "50"], [1702471193, "50"], [1702471226, "50"], [1702471265, "50"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "10"], [1702462721, "11"], [1702462736, "11"], [1702462751, "14"], [1702462763, "14"], [1702462793, "14"], [1702462808, "14"], [1702462829, "14"], [1702462844, "16"], [1702462865, "16"], [1702462880, "16"], [1702462904, "17"], [1702462919, "17"], [1702462952, "22"], [1702462973, "22"], [1702462988, "23"], [1702463045, "23"], [1702463081, "26"], [1702463114, "26"], [1702463150, "26"], [1702463186, "26"], [1702463216, "33"], [1702463240, "33"], [1702463273, "33"], [1702463324, "38"], [1702463354, "38"], [1702463381, "38"], [1702463417, "38"], [1702463453, "41"], [1702463477, "41"], [1702463510, "41"], [1702463537, "41"], [1702463570, "44"], [1702463591, "44"], [1702463621, "44"], [1702463657, "44"], [1702463693, "48"], [1702463729, "49"], [1702463765, "49"], [1702463798, "53"], [1702463846, "53"], [1702463873, "55"], [1702463906, "55"], [1702463948, "61"], [1702463984, "61"], [1702464014, "61"], [1702464050, "64"], [1702464086, "64"], [1702464122, "64"], [1702464155, "67"], [1702464194, "67"], [1702464230, "67"], [1702464263, "67"], [1702464299, "73"], [1702464332, "73"], [1702464356, "73"], [1702464392, "74"], [1702464425, "77"], [1702464455, "77"], [1702464479, "77"], [1702464509, "78"], [1702464533, "78"], [1702464569, "78"], [1702464605, "78"], [1702464635, "81"], [1702464671, "81"], [1702464716, "81"], [1702464743, "81"], [1702464776, "84"], [1702464812, "84"], [1702464836, "85"], [1702464869, "91"], [1702464905, "91"], [1702464926, "99"], [1702464956, "99"], [1702464992, "103"], [1702465016, "103"], [1702465049, "103"], [1702465085, "103"], [1702465118, "106"], [1702465145, "106"], [1702465178, "106"], [1702465208, "106"], [1702465241, "109"], [1702465298, "109"], [1702465334, "109"], [1702465367, "115"], [1702465394, "115"], [1702465418, "115"], [1702465445, "115"], [1702465481, "119"], [1702465517, "119"], [1702465550, "121"], [1702465586, "121"], [1702465619, "126"], [1702465658, "126"], [1702465706, "126"], [1702465754, "134"], [1702465787, "134"], [1702465823, "134"], [1702465856, "138"], [1702465880, "138"], [1702465910, "138"], [1702465952, "138"], [1702465988, "142"], [1702466015, "142"], [1702466030, "142"], [1702466060, "142"], [1702466078, "146"], [1702466138, "146"], [1702466168, "146"], [1702466204, "150"], [1702466237, "150"], [1702466261, "150"], [1702466291, "150"], [1702466327, "155"], [1702466360, "155"], [1702466384, "155"], [1702466417, "155"], [1702466441, "159"], [1702466471, "160"], [1702466507, "160"], [1702466540, "160"], [1702466597, "163"], [1702466633, "163"], [1702466666, "163"], [1702466705, "168"], [1702466732, "168"], [1702466765, "168"], [1702466801, "175"], [1702466852, "175"], [1702466876, "175"], [1702466918, "175"], [1702466978, "180"], [1702467014, "182"], [1702467038, "186"], [1702467068, "186"], [1702467122, "186"], [1702467158, "186"], [1702467191, "189"], [1702467221, "189"], [1702467257, "189"], [1702467299, "194"], [1702467350, "194"], [1702467386, "194"], [1702467419, "199"], [1702467455, "202"], [1702467515, "226"], [1702467542, "236"], [1702467566, "251"], [1702467599, "265"], [1702467635, "265"], [1702467668, "268"], [1702467695, "268"], [1702467716, "268"], [1702467746, "268"], [1702467800, "273"], [1702467824, "278"], [1702467908, "307"], [1702467944, "320"], [1702467968, "320"], [1702468001, "325"], [1702468031, "325"], [1702468067, "325"], [1702468085, "325"], [1702468115, "327"], [1702468151, "327"], [1702468181, "329"], [1702468208, "329"], [1702468241, "354"], [1702468256, "357"], [1702468286, "383"], [1702468322, "386"], [1702468352, "392"], [1702468388, "392"], [1702468424, "392"], [1702468457, "392"], [1702468493, "398"], [1702468517, "401"], [1702468550, "407"], [1702468586, "419"], [1702468613, "438"], [1702468637, "441"], [1702468679, "442"], [1702468721, "442"], [1702468730, "448"], [1702468766, "448"], [1702468799, "448"], [1702468835, "448"], [1702468898, "452"], [1702468934, "457"], [1702468970, "477"], [1702468994, "481"], [1702469024, "486"], [1702469060, "495"], [1702469111, "521"], [1702469144, "521"], [1702469168, "521"], [1702469204, "527"], [1702469237, "527"], [1702469273, "527"], [1702469303, "530"], [1702469336, "548"], [1702469360, "555"], [1702469387, "564"], [1702469411, "570"], [1702469435, "576"], [1702469468, "576"], [1702469504, "576"], [1702469537, "576"], [1702469573, "577"], [1702469606, "577"], [1702469633, "577"], [1702469660, "577"], [1702469684, "584"], [1702469717, "584"], [1702469753, "585"], [1702469786, "586"], [1702469816, "591"], [1702469834, "593"], [1702469864, "593"], [1702469906, "597"], [1702469936, "597"], [1702469972, "597"], [1702470005, "597"], [1702470029, "597"], [1702470065, "599"], [1702470101, "599"], [1702470131, "600"], [1702470167, "612"], [1702470203, "614"], [1702470251, "616"], [1702470278, "633"], [1702470311, "633"], [1702470347, "633"], [1702470371, "633"], [1702470404, "637"], [1702470440, "638"], [1702470476, "638"], [1702470506, "638"], [1702470542, "642"], [1702470575, "642"], [1702470611, "644"], [1702470635, "649"], [1702470662, "650"], [1702470686, "661"], [1702470719, "663"], [1702470746, "663"], [1702470812, "670"], [1702470845, "670"], [1702470875, "678"], [1702470899, "678"], [1702470953, "679"], [1702470983, "679"], [1702471025, "684"], [1702471067, "684"], [1702471169, "688"], [1702471193, "688"], [1702471226, "688"], [1702471265, "692"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "36"], [1702462721, "37"], [1702462736, "39"], [1702462751, "39"], [1702462763, "48"], [1702462793, "52"], [1702462808, "65"], [1702462829, "69"], [1702462844, "69"], [1702462865, "79"], [1702462880, "82"], [1702462904, "87"], [1702462919, "89"], [1702462952, "94"], [1702462973, "100"], [1702462988, "105"], [1702463045, "115"], [1702463081, "133"], [1702463114, "143"], [1702463150, "160"], [1702463186, "172"], [1702463216, "187"], [1702463240, "193"], [1702463273, "199"], [1702463324, "212"], [1702463354, "215"], [1702463381, "220"], [1702463417, "226"], [1702463453, "236"], [1702463477, "244"], [1702463510, "253"], [1702463537, "263"], [1702463570, "271"], [1702463591, "277"], [1702463621, "277"], [1702463657, "277"], [1702463693, "284"], [1702463729, "293"], [1702463765, "302"], [1702463798, "318"], [1702463846, "328"], [1702463873, "333"], [1702463906, "345"], [1702463948, "348"], [1702463984, "351"], [1702464014, "351"], [1702464050, "357"], [1702464086, "361"], [1702464122, "399"], [1702464155, "409"], [1702464194, "423"], [1702464230, "434"], [1702464263, "437"], [1702464299, "442"], [1702464332, "448"], [1702464356, "454"], [1702464392, "459"], [1702464425, "468"], [1702464455, "478"], [1702464479, "491"], [1702464509, "498"], [1702464533, "509"], [1702464569, "517"], [1702464605, "523"], [1702464635, "531"], [1702464671, "540"], [1702464716, "552"], [1702464743, "561"], [1702464776, "638"], [1702464812, "648"], [1702464836, "659"], [1702464869, "666"], [1702464905, "676"], [1702464926, "686"], [1702464956, "690"], [1702464992, "692"], [1702465016, "695"], [1702465049, "705"], [1702465085, "732"], [1702465118, "746"], [1702465145, "754"], [1702465178, "760"], [1702465208, "771"], [1702465241, "780"], [1702465298, "794"], [1702465334, "802"], [1702465367, "833"], [1702465394, "840"], [1702465418, "850"], [1702465445, "861"], [1702465481, "870"], [1702465517, "875"], [1702465550, "881"], [1702465586, "895"], [1702465619, "904"], [1702465658, "918"], [1702465706, "926"], [1702465754, "941"], [1702465787, "951"], [1702465823, "959"], [1702465856, "972"], [1702465880, "977"], [1702465910, "983"], [1702465952, "992"], [1702465988, "997"], [1702466015, "1006"], [1702466030, "1015"], [1702466060, "1021"], [1702466078, "1035"], [1702466138, "1050"], [1702466168, "1061"], [1702466204, "1074"], [1702466237, "1082"], [1702466261, "1087"], [1702466291, "1105"], [1702466327, "1117"], [1702466360, "1130"], [1702466384, "1136"], [1702466417, "1149"], [1702466441, "1161"], [1702466471, "1169"], [1702466507, "1183"], [1702466540, "1193"], [1702466597, "1209"], [1702466633, "1221"], [1702466666, "1229"], [1702466705, "1241"], [1702466732, "1244"], [1702466765, "1252"], [1702466801, "1267"], [1702466852, "1276"], [1702466876, "1281"], [1702466918, "1294"], [1702466978, "1307"], [1702467014, "1313"], [1702467038, "1318"], [1702467068, "1327"], [1702467122, "1343"], [1702467158, "1356"], [1702467191, "1366"], [1702467221, "1374"], [1702467257, "1379"], [1702467299, "1391"], [1702467350, "1400"], [1702467386, "1407"], [1702467419, "1434"], [1702467455, "1472"], [1702467515, "1542"], [1702467542, "1560"], [1702467566, "1579"], [1702467599, "1585"], [1702467635, "1595"], [1702467668, "1726"], [1702467695, "1731"], [1702467716, "1740"], [1702467746, "1751"], [1702467800, "1776"], [1702467824, "1805"], [1702467908, "1888"], [1702467944, "1921"], [1702467968, "1933"], [1702468001, "1941"], [1702468031, "1943"], [1702468067, "1952"], [1702468085, "1960"], [1702468115, "1970"], [1702468151, "1994"], [1702468181, "2033"], [1702468208, "2063"], [1702468241, "2118"], [1702468256, "2134"], [1702468286, "2150"], [1702468322, "2165"], [1702468352, "2175"], [1702468388, "2188"], [1702468424, "2197"], [1702468457, "2209"], [1702468493, "2235"], [1702468517, "2246"], [1702468550, "2276"], [1702468586, "2315"], [1702468613, "2346"], [1702468637, "2366"], [1702468679, "2384"], [1702468721, "2400"], [1702468730, "2422"], [1702468766, "2427"], [1702468799, "2439"], [1702468835, "2453"], [1702468898, "2486"], [1702468934, "2526"], [1702468970, "2582"], [1702468994, "2612"], [1702469024, "2626"], [1702469060, "2664"], [1702469111, "2690"], [1702469144, "2701"], [1702469168, "2706"], [1702469204, "2712"], [1702469237, "2723"], [1702469273, "2752"], [1702469303, "2790"], [1702469336, "2833"], [1702469360, "2872"], [1702469387, "2892"], [1702469411, "2901"], [1702469435, "2921"], [1702469468, "2928"], [1702469504, "2932"], [1702469537, "2943"], [1702469573, "2955"], [1702469606, "2965"], [1702469633, "2982"], [1702469660, "2993"], [1702469684, "3006"], [1702469717, "3021"], [1702469753, "3037"], [1702469786, "3048"], [1702469816, "3070"], [1702469834, "3088"], [1702469864, "3095"], [1702469906, "3122"], [1702469936, "3122"], [1702469972, "3130"], [1702470005, "3139"], [1702470029, "3147"], [1702470065, "3156"], [1702470101, "3172"], [1702470131, "3193"], [1702470167, "3227"], [1702470203, "3247"], [1702470251, "3268"], [1702470278, "3303"], [1702470311, "3313"], [1702470347, "3325"], [1702470371, "3334"], [1702470404, "3343"], [1702470440, "3352"], [1702470476, "3362"], [1702470506, "3381"], [1702470542, "3410"], [1702470575, "3428"], [1702470611, "3453"], [1702470635, "3477"], [1702470662, "3486"], [1702470686, "3505"], [1702470719, "3517"], [1702470746, "3530"], [1702470812, "3545"], [1702470845, "3554"], [1702470875, "3566"], [1702470899, "3572"], [1702470953, "3589"], [1702470983, "3595"], [1702471025, "3604"], [1702471067, "3618"], [1702471169, "3645"], [1702471193, "3651"], [1702471226, "3658"], [1702471265, "3669"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "17"], [1702462721, "17"], [1702462736, "24"], [1702462751, "24"], [1702462763, "24"], [1702462793, "24"], [1702462808, "24"], [1702462829, "24"], [1702462844, "24"], [1702462865, "24"], [1702462880, "24"], [1702462904, "24"], [1702462919, "24"], [1702462952, "28"], [1702462973, "28"], [1702462988, "28"], [1702463045, "31"], [1702463081, "33"], [1702463114, "34"], [1702463150, "34"], [1702463186, "35"], [1702463216, "35"], [1702463240, "35"], [1702463273, "48"], [1702463324, "51"], [1702463354, "51"], [1702463381, "51"], [1702463417, "51"], [1702463453, "51"], [1702463477, "51"], [1702463510, "51"], [1702463537, "81"], [1702463570, "81"], [1702463591, "81"], [1702463621, "83"], [1702463657, "83"], [1702463693, "83"], [1702463729, "83"], [1702463765, "83"], [1702463798, "83"], [1702463846, "85"], [1702463873, "101"], [1702463906, "101"], [1702463948, "103"], [1702463984, "103"], [1702464014, "103"], [1702464050, "103"], [1702464086, "103"], [1702464122, "103"], [1702464155, "104"], [1702464194, "104"], [1702464230, "115"], [1702464263, "115"], [1702464299, "115"], [1702464332, "115"], [1702464356, "115"], [1702464392, "117"], [1702464425, "117"], [1702464455, "118"], [1702464479, "118"], [1702464509, "119"], [1702464533, "119"], [1702464569, "119"], [1702464605, "119"], [1702464635, "119"], [1702464671, "122"], [1702464716, "122"], [1702464743, "122"], [1702464776, "122"], [1702464812, "122"], [1702464836, "122"], [1702464869, "122"], [1702464905, "122"], [1702464926, "122"], [1702464956, "122"], [1702464992, "122"], [1702465016, "122"], [1702465049, "122"], [1702465085, "122"], [1702465118, "123"], [1702465145, "123"], [1702465178, "124"], [1702465208, "124"], [1702465241, "124"], [1702465298, "124"], [1702465334, "124"], [1702465367, "124"], [1702465394, "124"], [1702465418, "124"], [1702465445, "124"], [1702465481, "127"], [1702465517, "127"], [1702465550, "127"], [1702465586, "127"], [1702465619, "127"], [1702465658, "127"], [1702465706, "127"], [1702465754, "127"], [1702465787, "127"], [1702465823, "127"], [1702465856, "127"], [1702465880, "127"], [1702465910, "128"], [1702465952, "129"], [1702465988, "129"], [1702466015, "129"], [1702466030, "129"], [1702466060, "129"], [1702466078, "129"], [1702466138, "129"], [1702466168, "129"], [1702466204, "130"], [1702466237, "130"], [1702466261, "133"], [1702466291, "133"], [1702466327, "133"], [1702466360, "133"], [1702466384, "133"], [1702466417, "136"], [1702466441, "136"], [1702466471, "136"], [1702466507, "136"], [1702466540, "136"], [1702466597, "136"], [1702466633, "136"], [1702466666, "139"], [1702466705, "139"], [1702466732, "139"], [1702466765, "139"], [1702466801, "139"], [1702466852, "139"], [1702466876, "139"], [1702466918, "139"], [1702466978, "142"], [1702467014, "142"], [1702467038, "144"], [1702467068, "144"], [1702467122, "144"], [1702467158, "144"], [1702467191, "144"], [1702467221, "145"], [1702467257, "145"], [1702467299, "146"], [1702467350, "146"], [1702467386, "146"], [1702467419, "146"], [1702467455, "146"], [1702467515, "146"], [1702467542, "146"], [1702467566, "149"], [1702467599, "149"], [1702467635, "149"], [1702467668, "149"], [1702467695, "149"], [1702467716, "149"], [1702467746, "149"], [1702467800, "149"], [1702467824, "154"], [1702467908, "157"], [1702467944, "157"], [1702467968, "157"], [1702468001, "157"], [1702468031, "157"], [1702468067, "159"], [1702468085, "159"], [1702468115, "160"], [1702468151, "160"], [1702468181, "161"], [1702468208, "161"], [1702468241, "161"], [1702468256, "161"], [1702468286, "165"], [1702468322, "165"], [1702468352, "165"], [1702468388, "165"], [1702468424, "165"], [1702468457, "165"], [1702468493, "165"], [1702468517, "165"], [1702468550, "165"], [1702468586, "170"], [1702468613, "170"], [1702468637, "170"], [1702468679, "170"], [1702468721, "170"], [1702468730, "170"], [1702468766, "170"], [1702468799, "170"], [1702468835, "170"], [1702468898, "170"], [1702468934, "176"], [1702468970, "176"], [1702468994, "176"], [1702469024, "176"], [1702469060, "176"], [1702469111, "176"], [1702469144, "176"], [1702469168, "176"], [1702469204, "176"], [1702469237, "176"], [1702469273, "176"], [1702469303, "176"], [1702469336, "176"], [1702469360, "176"], [1702469387, "180"], [1702469411, "184"], [1702469435, "184"], [1702469468, "184"], [1702469504, "184"], [1702469537, "184"], [1702469573, "184"], [1702469606, "184"], [1702469633, "184"], [1702469660, "184"], [1702469684, "184"], [1702469717, "184"], [1702469753, "184"], [1702469786, "184"], [1702469816, "184"], [1702469834, "189"], [1702469864, "189"], [1702469906, "189"], [1702469936, "189"], [1702469972, "189"], [1702470005, "189"], [1702470029, "189"], [1702470065, "189"], [1702470101, "189"], [1702470131, "189"], [1702470167, "189"], [1702470203, "194"], [1702470251, "194"], [1702470278, "200"], [1702470311, "200"], [1702470347, "200"], [1702470371, "200"], [1702470404, "200"], [1702470440, "200"], [1702470476, "201"], [1702470506, "201"], [1702470542, "201"], [1702470575, "202"], [1702470611, "202"], [1702470635, "202"], [1702470662, "202"], [1702470686, "202"], [1702470719, "208"], [1702470746, "208"], [1702470812, "208"], [1702470845, "208"], [1702470875, "208"], [1702470899, "208"], [1702470953, "208"], [1702470983, "208"], [1702471025, "208"], [1702471067, "208"], [1702471169, "211"], [1702471193, "211"], [1702471226, "211"], [1702471265, "211"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "30443"], [1702462721, "39002"], [1702462736, "47519"], [1702462751, "47539"], [1702462763, "51966"], [1702462793, "60572"], [1702462808, "69256"], [1702462829, "73469"], [1702462844, "73507"], [1702462865, "73539"], [1702462880, "73539"], [1702462904, "77910"], [1702462919, "82028"], [1702462952, "95708"], [1702462973, "99833"], [1702462988, "108758"], [1702463045, "112943"], [1702463081, "117058"], [1702463114, "125809"], [1702463150, "129961"], [1702463186, "138166"], [1702463216, "151191"], [1702463240, "159745"], [1702463273, "164302"], [1702463324, "178408"], [1702463354, "186794"], [1702463381, "190962"], [1702463417, "200015"], [1702463453, "212505"], [1702463477, "220834"], [1702463510, "242772"], [1702463537, "251256"], [1702463570, "255743"], [1702463591, "264296"], [1702463621, "268614"], [1702463657, "272833"], [1702463693, "276988"], [1702463729, "281528"], [1702463765, "286071"], [1702463798, "294546"], [1702463846, "307317"], [1702463873, "311430"], [1702463906, "319621"], [1702463948, "327851"], [1702463984, "345082"], [1702464014, "355162"], [1702464050, "364401"], [1702464086, "373939"], [1702464122, "387247"], [1702464155, "396236"], [1702464194, "405215"], [1702464230, "413402"], [1702464263, "421771"], [1702464299, "426069"], [1702464332, "426191"], [1702464356, "434429"], [1702464392, "452027"], [1702464425, "460852"], [1702464455, "466012"], [1702464479, "474293"], [1702464509, "483131"], [1702464533, "491711"], [1702464569, "499833"], [1702464605, "504176"], [1702464635, "508593"], [1702464671, "517282"], [1702464716, "525888"], [1702464743, "534539"], [1702464776, "542940"], [1702464812, "547344"], [1702464836, "551578"], [1702464869, "555866"], [1702464905, "559980"], [1702464926, "568464"], [1702464956, "576751"], [1702464992, "584977"], [1702465016, "589265"], [1702465049, "589338"], [1702465085, "622996"], [1702465118, "627311"], [1702465145, "631802"], [1702465178, "640419"], [1702465208, "648729"], [1702465241, "652991"], [1702465298, "661272"], [1702465334, "669569"], [1702465367, "673763"], [1702465394, "677892"], [1702465418, "682123"], [1702465445, "690835"], [1702465481, "699782"], [1702465517, "708449"], [1702465550, "716884"], [1702465586, "721417"], [1702465619, "729825"], [1702465658, "738383"], [1702465706, "746797"], [1702465754, "759056"], [1702465787, "763248"], [1702465823, "768222"], [1702465856, "768283"], [1702465880, "772856"], [1702465910, "781602"], [1702465952, "785853"], [1702465988, "785937"], [1702466015, "790155"], [1702466030, "798635"], [1702466060, "806760"], [1702466078, "810849"], [1702466138, "840742"], [1702466168, "844832"], [1702466204, "853645"], [1702466237, "861884"], [1702466261, "865984"], [1702466291, "870477"], [1702466327, "875126"], [1702466360, "883776"], [1702466384, "892334"], [1702466417, "896591"], [1702466441, "900721"], [1702466471, "904844"], [1702466507, "913198"], [1702466540, "921755"], [1702466597, "926262"], [1702466633, "934945"], [1702466666, "943305"], [1702466705, "947435"], [1702466732, "951741"], [1702466765, "960660"], [1702466801, "968942"], [1702466852, "981769"], [1702466876, "990255"], [1702466918, "1051127"], [1702466978, "1068604"], [1702467014, "1077222"], [1702467038, "1085697"], [1702467068, "1093970"], [1702467122, "1098313"], [1702467158, "1106418"], [1702467191, "1115002"], [1702467221, "1119120"], [1702467257, "1127315"], [1702467299, "1135680"], [1702467350, "1149313"], [1702467386, "1158043"], [1702467419, "1166525"], [1702467455, "1175116"], [1702467515, "1192669"], [1702467542, "1201163"], [1702467566, "1209937"], [1702467599, "1218159"], [1702467635, "1222463"], [1702467668, "1227179"], [1702467695, "1236279"], [1702467716, "1283606"], [1702467746, "1291914"], [1702467800, "1304846"], [1702467824, "1313263"], [1702467908, "1326448"], [1702467944, "1334972"], [1702467968, "1343215"], [1702468001, "1351748"], [1702468031, "1360290"], [1702468067, "1369435"], [1702468085, "1378124"], [1702468115, "1386590"], [1702468151, "1391256"], [1702468181, "1400193"], [1702468208, "1409483"], [1702468241, "1418377"], [1702468256, "1427138"], [1702468286, "1436565"], [1702468322, "1444892"], [1702468352, "1453225"], [1702468388, "1461811"], [1702468424, "1471643"], [1702468457, "1481501"], [1702468493, "1485870"], [1702468517, "1494666"], [1702468550, "1502962"], [1702468586, "1512116"], [1702468613, "1516621"], [1702468637, "1521990"], [1702468679, "1530526"], [1702468721, "1539738"], [1702468730, "1539814"], [1702468766, "1548330"], [1702468799, "1556801"], [1702468835, "1566178"], [1702468898, "1579247"], [1702468934, "1588897"], [1702468970, "1597953"], [1702468994, "1607046"], [1702469024, "1611295"], [1702469060, "1620308"], [1702469111, "1632808"], [1702469144, "1641820"], [1702469168, "1650807"], [1702469204, "1659217"], [1702469237, "1663305"], [1702469273, "1672501"], [1702469303, "1681525"], [1702469336, "1690668"], [1702469360, "1699852"], [1702469387, "1708630"], [1702469411, "1717326"], [1702469435, "1725906"], [1702469468, "1734364"], [1702469504, "1742991"], [1702469537, "1751732"], [1702469573, "1760037"], [1702469606, "1768298"], [1702469633, "1777033"], [1702469660, "1786132"], [1702469684, "1794634"], [1702469717, "1802998"], [1702469753, "1851218"], [1702469786, "1860239"], [1702469816, "1868865"], [1702469834, "1877713"], [1702469864, "1886156"], [1702469906, "1898703"], [1702469936, "1907124"], [1702469972, "1915665"], [1702470005, "1924863"], [1702470029, "1929638"], [1702470065, "1938085"], [1702470101, "1947970"], [1702470131, "1956212"], [1702470167, "1965183"], [1702470203, "1973345"], [1702470251, "1985822"], [1702470278, "1994344"], [1702470311, "2002543"], [1702470347, "2006884"], [1702470371, "2015046"], [1702470404, "2023915"], [1702470440, "2033814"], [1702470476, "2042887"], [1702470506, "2047834"], [1702470542, "2056278"], [1702470575, "2064590"], [1702470611, "2073582"], [1702470635, "2082485"], [1702470662, "2086978"], [1702470686, "2091267"], [1702470719, "2099512"], [1702470746, "2107850"], [1702470812, "2121072"], [1702470845, "2129552"], [1702470875, "2133730"], [1702470899, "2142055"], [1702470953, "2154517"], [1702470983, "2163260"], [1702471025, "2167510"], [1702471067, "2234836"], [1702471169, "2251552"], [1702471193, "2255811"], [1702471226, "2264392"], [1702471265, "2273749"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "137"], [1702462721, "152"], [1702462736, "167"], [1702462751, "169"], [1702462763, "176"], [1702462793, "180"], [1702462808, "202"], [1702462829, "214"], [1702462844, "249"], [1702462865, "274"], [1702462880, "277"], [1702462904, "283"], [1702462919, "286"], [1702462952, "316"], [1702462973, "380"], [1702462988, "387"], [1702463045, "417"], [1702463081, "425"], [1702463114, "437"], [1702463150, "456"], [1702463186, "467"], [1702463216, "558"], [1702463240, "565"], [1702463273, "576"], [1702463324, "638"], [1702463354, "714"], [1702463381, "727"], [1702463417, "738"], [1702463453, "765"], [1702463477, "770"], [1702463510, "773"], [1702463537, "783"], [1702463570, "807"], [1702463591, "818"], [1702463621, "824"], [1702463657, "863"], [1702463693, "880"], [1702463729, "889"], [1702463765, "902"], [1702463798, "926"], [1702463846, "960"], [1702463873, "975"], [1702463906, "988"], [1702463948, "994"], [1702463984, "996"], [1702464014, "1002"], [1702464050, "1019"], [1702464086, "1090"], [1702464122, "1104"], [1702464155, "1146"], [1702464194, "1173"], [1702464230, "1178"], [1702464263, "1238"], [1702464299, "1255"], [1702464332, "1261"], [1702464356, "1272"], [1702464392, "1288"], [1702464425, "1295"], [1702464455, "1387"], [1702464479, "1390"], [1702464509, "1405"], [1702464533, "1418"], [1702464569, "1434"], [1702464605, "1446"], [1702464635, "1483"], [1702464671, "1500"], [1702464716, "1521"], [1702464743, "1528"], [1702464776, "1536"], [1702464812, "1551"], [1702464836, "1565"], [1702464869, "1571"], [1702464905, "1599"], [1702464926, "1616"], [1702464956, "1628"], [1702464992, "1643"], [1702465016, "1678"], [1702465049, "1683"], [1702465085, "1691"], [1702465118, "1712"], [1702465145, "1721"], [1702465178, "1730"], [1702465208, "1739"], [1702465241, "1757"], [1702465298, "1774"], [1702465334, "1785"], [1702465367, "1811"], [1702465394, "1820"], [1702465418, "1899"], [1702465445, "1907"], [1702465481, "1938"], [1702465517, "1953"], [1702465550, "1961"], [1702465586, "1994"], [1702465619, "2006"], [1702465658, "2028"], [1702465706, "2055"], [1702465754, "2074"], [1702465787, "2088"], [1702465823, "2120"], [1702465856, "2133"], [1702465880, "2139"], [1702465910, "2150"], [1702465952, "2233"], [1702465988, "2244"], [1702466015, "2257"], [1702466030, "2264"], [1702466060, "2306"], [1702466078, "2320"], [1702466138, "2337"], [1702466168, "2404"], [1702466204, "2415"], [1702466237, "2430"], [1702466261, "2440"], [1702466291, "2458"], [1702466327, "2471"], [1702466360, "2485"], [1702466384, "2493"], [1702466417, "2541"], [1702466441, "2555"], [1702466471, "2562"], [1702466507, "2575"], [1702466540, "2598"], [1702466597, "2622"], [1702466633, "2631"], [1702466666, "2650"], [1702466705, "2665"], [1702466732, "2679"], [1702466765, "2718"], [1702466801, "2733"], [1702466852, "2755"], [1702466876, "2773"], [1702466918, "2784"], [1702466978, "2804"], [1702467014, "2939"], [1702467038, "2947"], [1702467068, "2960"], [1702467122, "2989"], [1702467158, "2998"], [1702467191, "3025"], [1702467221, "3037"], [1702467257, "3058"], [1702467299, "3067"], [1702467350, "3091"], [1702467386, "3109"], [1702467419, "3122"], [1702467455, "3143"], [1702467515, "3262"], [1702467542, "3277"], [1702467566, "3306"], [1702467599, "3329"], [1702467635, "3352"], [1702467668, "3364"], [1702467695, "3373"], [1702467716, "3391"], [1702467746, "3402"], [1702467800, "3433"], [1702467824, "3493"], [1702467908, "3582"], [1702467944, "3633"], [1702467968, "3649"], [1702468001, "3655"], [1702468031, "3664"], [1702468067, "3678"], [1702468085, "3686"], [1702468115, "3698"], [1702468151, "3716"], [1702468181, "3766"], [1702468208, "3789"], [1702468241, "3852"], [1702468256, "3880"], [1702468286, "3943"], [1702468322, "3966"], [1702468352, "3976"], [1702468388, "3990"], [1702468424, "4026"], [1702468457, "4038"], [1702468493, "4052"], [1702468517, "4076"], [1702468550, "4164"], [1702468586, "4260"], [1702468613, "4372"], [1702468637, "4408"], [1702468679, "4430"], [1702468721, "4440"], [1702468730, "4513"], [1702468766, "4514"], [1702468799, "4550"], [1702468835, "4558"], [1702468898, "4572"], [1702468934, "4629"], [1702468970, "4702"], [1702468994, "4765"], [1702469024, "4794"], [1702469060, "4873"], [1702469111, "4911"], [1702469144, "4923"], [1702469168, "4931"], [1702469204, "4942"], [1702469237, "4971"], [1702469273, "4994"], [1702469303, "5041"], [1702469336, "5123"], [1702469360, "5222"], [1702469387, "5279"], [1702469411, "5291"], [1702469435, "5330"], [1702469468, "5355"], [1702469504, "5369"], [1702469537, "5381"], [1702469573, "5393"], [1702469606, "5412"], [1702469633, "5418"], [1702469660, "5432"], [1702469684, "5480"], [1702469717, "5508"], [1702469753, "5528"], [1702469786, "5541"], [1702469816, "5560"], [1702469834, "5572"], [1702469864, "5582"], [1702469906, "5608"], [1702469936, "5626"], [1702469972, "5640"], [1702470005, "5652"], [1702470029, "5659"], [1702470065, "5674"], [1702470101, "5695"], [1702470131, "5706"], [1702470167, "5737"], [1702470203, "5754"], [1702470251, "5781"], [1702470278, "5802"], [1702470311, "5817"], [1702470347, "5825"], [1702470371, "5833"], [1702470404, "5852"], [1702470440, "5865"], [1702470476, "5876"], [1702470506, "5891"], [1702470542, "5923"], [1702470575, "5935"], [1702470611, "5956"], [1702470635, "5989"], [1702470662, "6000"], [1702470686, "6019"], [1702470719, "6035"], [1702470746, "6045"], [1702470812, "6070"], [1702470845, "6077"], [1702470875, "6101"], [1702470899, "6110"], [1702470953, "6129"], [1702470983, "6157"], [1702471025, "6169"], [1702471067, "6186"], [1702471169, "6235"], [1702471193, "6240"], [1702471226, "6288"], [1702471265, "6300"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "7"], [1702463114, "7"], [1702463150, "7"], [1702463186, "7"], [1702463216, "7"], [1702463240, "7"], [1702463273, "7"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "7"], [1702463477, "7"], [1702463510, "9"], [1702463537, "9"], [1702463570, "9"], [1702463591, "9"], [1702463621, "9"], [1702463657, "9"], [1702463693, "9"], [1702463729, "9"], [1702463765, "9"], [1702463798, "10"], [1702463846, "10"], [1702463873, "10"], [1702463906, "10"], [1702463948, "10"], [1702463984, "10"], [1702464014, "10"], [1702464050, "10"], [1702464086, "10"], [1702464122, "10"], [1702464155, "10"], [1702464194, "10"], [1702464230, "10"], [1702464263, "10"], [1702464299, "10"], [1702464332, "10"], [1702464356, "10"], [1702464392, "14"], [1702464425, "14"], [1702464455, "14"], [1702464479, "14"], [1702464509, "14"], [1702464533, "14"], [1702464569, "14"], [1702464605, "14"], [1702464635, "14"], [1702464671, "14"], [1702464716, "14"], [1702464743, "14"], [1702464776, "14"], [1702464812, "17"], [1702464836, "17"], [1702464869, "18"], [1702464905, "18"], [1702464926, "18"], [1702464956, "18"], [1702464992, "18"], [1702465016, "18"], [1702465049, "18"], [1702465085, "18"], [1702465118, "18"], [1702465145, "18"], [1702465178, "18"], [1702465208, "18"], [1702465241, "18"], [1702465298, "18"], [1702465334, "18"], [1702465367, "18"], [1702465394, "18"], [1702465418, "18"], [1702465445, "18"], [1702465481, "18"], [1702465517, "18"], [1702465550, "19"], [1702465586, "21"], [1702465619, "21"], [1702465658, "21"], [1702465706, "21"], [1702465754, "21"], [1702465787, "21"], [1702465823, "21"], [1702465856, "21"], [1702465880, "21"], [1702465910, "21"], [1702465952, "21"], [1702465988, "21"], [1702466015, "22"], [1702466030, "23"], [1702466060, "23"], [1702466078, "23"], [1702466138, "23"], [1702466168, "23"], [1702466204, "23"], [1702466237, "23"], [1702466261, "23"], [1702466291, "23"], [1702466327, "23"], [1702466360, "23"], [1702466384, "23"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "23"], [1702466633, "23"], [1702466666, "23"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "24"], [1702466852, "24"], [1702466876, "24"], [1702466918, "24"], [1702466978, "24"], [1702467014, "24"], [1702467038, "24"], [1702467068, "24"], [1702467122, "24"], [1702467158, "24"], [1702467191, "24"], [1702467221, "24"], [1702467257, "24"], [1702467299, "24"], [1702467350, "24"], [1702467386, "26"], [1702467419, "26"], [1702467455, "26"], [1702467515, "27"], [1702467542, "27"], [1702467566, "27"], [1702467599, "27"], [1702467635, "27"], [1702467668, "27"], [1702467695, "27"], [1702467716, "27"], [1702467746, "27"], [1702467800, "27"], [1702467824, "27"], [1702467908, "27"], [1702467944, "27"], [1702467968, "27"], [1702468001, "27"], [1702468031, "27"], [1702468067, "27"], [1702468085, "32"], [1702468115, "32"], [1702468151, "32"], [1702468181, "32"], [1702468208, "32"], [1702468241, "32"], [1702468256, "32"], [1702468286, "34"], [1702468322, "34"], [1702468352, "34"], [1702468388, "34"], [1702468424, "34"], [1702468457, "34"], [1702468493, "34"], [1702468517, "34"], [1702468550, "34"], [1702468586, "35"], [1702468613, "35"], [1702468637, "35"], [1702468679, "38"], [1702468721, "38"], [1702468730, "38"], [1702468766, "38"], [1702468799, "38"], [1702468835, "38"], [1702468898, "38"], [1702468934, "38"], [1702468970, "38"], [1702468994, "38"], [1702469024, "38"], [1702469060, "38"], [1702469111, "38"], [1702469144, "38"], [1702469168, "38"], [1702469204, "38"], [1702469237, "38"], [1702469273, "38"], [1702469303, "38"], [1702469336, "38"], [1702469360, "38"], [1702469387, "39"], [1702469411, "39"], [1702469435, "39"], [1702469468, "39"], [1702469504, "39"], [1702469537, "39"], [1702469573, "39"], [1702469606, "39"], [1702469633, "39"], [1702469660, "39"], [1702469684, "40"], [1702469717, "40"], [1702469753, "40"], [1702469786, "40"], [1702469816, "40"], [1702469834, "40"], [1702469864, "40"], [1702469906, "40"], [1702469936, "40"], [1702469972, "40"], [1702470005, "40"], [1702470029, "40"], [1702470065, "40"], [1702470101, "40"], [1702470131, "40"], [1702470167, "40"], [1702470203, "40"], [1702470251, "40"], [1702470278, "40"], [1702470311, "40"], [1702470347, "40"], [1702470371, "40"], [1702470404, "40"], [1702470440, "40"], [1702470476, "40"], [1702470506, "40"], [1702470542, "40"], [1702470575, "40"], [1702470611, "41"], [1702470635, "41"], [1702470662, "41"], [1702470686, "41"], [1702470719, "41"], [1702470746, "41"], [1702470812, "41"], [1702470845, "41"], [1702470875, "41"], [1702470899, "41"], [1702470953, "41"], [1702470983, "41"], [1702471025, "41"], [1702471067, "41"], [1702471169, "42"], [1702471193, "42"], [1702471226, "42"], [1702471265, "42"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "1411"], [1702462763, "1411"], [1702462793, "1411"], [1702462808, "1411"], [1702462829, "1411"], [1702462844, "1411"], [1702462865, "1411"], [1702462880, "1411"], [1702462904, "1411"], [1702462919, "1411"], [1702462952, "3939"], [1702462973, "4008"], [1702462988, "4008"], [1702463045, "4107"], [1702463081, "4263"], [1702463114, "4329"], [1702463150, "4329"], [1702463186, "4387"], [1702463216, "5241"], [1702463240, "5241"], [1702463273, "5241"], [1702463324, "6215"], [1702463354, "6512"], [1702463381, "6512"], [1702463417, "6512"], [1702463453, "6980"], [1702463477, "6980"], [1702463510, "6980"], [1702463537, "7123"], [1702463570, "7174"], [1702463591, "8005"], [1702463621, "8005"], [1702463657, "11057"], [1702463693, "11727"], [1702463729, "11983"], [1702463765, "11983"], [1702463798, "12072"], [1702463846, "12530"], [1702463873, "12530"], [1702463906, "12654"], [1702463948, "12967"], [1702463984, "12967"], [1702464014, "12967"], [1702464050, "13299"], [1702464086, "13370"], [1702464122, "13370"], [1702464155, "13495"], [1702464194, "13614"], [1702464230, "13614"], [1702464263, "13646"], [1702464299, "13707"], [1702464332, "14216"], [1702464356, "14216"], [1702464392, "14216"], [1702464425, "14303"], [1702464455, "14382"], [1702464479, "14382"], [1702464509, "14382"], [1702464533, "14429"], [1702464569, "14516"], [1702464605, "14516"], [1702464635, "14516"], [1702464671, "14863"], [1702464716, "14993"], [1702464743, "14993"], [1702464776, "15661"], [1702464812, "16452"], [1702464836, "16452"], [1702464869, "16452"], [1702464905, "16661"], [1702464926, "16722"], [1702464956, "16722"], [1702464992, "16722"], [1702465016, "16978"], [1702465049, "17017"], [1702465085, "17017"], [1702465118, "17586"], [1702465145, "18129"], [1702465178, "18146"], [1702465208, "18146"], [1702465241, "18317"], [1702465298, "18721"], [1702465334, "18721"], [1702465367, "18721"], [1702465394, "19352"], [1702465418, "19368"], [1702465445, "19368"], [1702465481, "20171"], [1702465517, "21412"], [1702465550, "21412"], [1702465586, "21412"], [1702465619, "21966"], [1702465658, "22327"], [1702465706, "22327"], [1702465754, "22395"], [1702465787, "22395"], [1702465823, "22522"], [1702465856, "24104"], [1702465880, "24106"], [1702465910, "24106"], [1702465952, "24445"], [1702465988, "24566"], [1702466015, "24566"], [1702466030, "24566"], [1702466060, "24628"], [1702466078, "24670"], [1702466138, "24714"], [1702466168, "24925"], [1702466204, "25259"], [1702466237, "25369"], [1702466261, "25369"], [1702466291, "25369"], [1702466327, "26190"], [1702466360, "26818"], [1702466384, "26818"], [1702466417, "26818"], [1702466441, "26857"], [1702466471, "26991"], [1702466507, "26991"], [1702466540, "26991"], [1702466597, "27473"], [1702466633, "27473"], [1702466666, "27525"], [1702466705, "27582"], [1702466732, "27596"], [1702466765, "27596"], [1702466801, "27929"], [1702466852, "28742"], [1702466876, "28742"], [1702466918, "28884"], [1702466978, "29236"], [1702467014, "29236"], [1702467038, "29575"], [1702467068, "29588"], [1702467122, "29588"], [1702467158, "29646"], [1702467191, "29747"], [1702467221, "29747"], [1702467257, "29788"], [1702467299, "30602"], [1702467350, "30619"], [1702467386, "30619"], [1702467419, "30787"], [1702467455, "30787"], [1702467515, "32457"], [1702467542, "32529"], [1702467566, "32529"], [1702467599, "32529"], [1702467635, "32611"], [1702467668, "32959"], [1702467695, "32959"], [1702467716, "32959"], [1702467746, "33014"], [1702467800, "33213"], [1702467824, "33213"], [1702467908, "33773"], [1702467944, "33773"], [1702467968, "33773"], [1702468001, "33800"], [1702468031, "34039"], [1702468067, "34039"], [1702468085, "34087"], [1702468115, "34128"], [1702468151, "34285"], [1702468181, "34285"], [1702468208, "34285"], [1702468241, "34494"], [1702468256, "34550"], [1702468286, "34550"], [1702468322, "34550"], [1702468352, "34550"], [1702468388, "34810"], [1702468424, "34829"], [1702468457, "34829"], [1702468493, "35072"], [1702468517, "35143"], [1702468550, "35143"], [1702468586, "35220"], [1702468613, "35594"], [1702468637, "35657"], [1702468679, "35657"], [1702468721, "35657"], [1702468730, "36030"], [1702468766, "36030"], [1702468799, "36030"], [1702468835, "36160"], [1702468898, "36776"], [1702468934, "36776"], [1702468970, "36961"], [1702468994, "37029"], [1702469024, "37029"], [1702469060, "37029"], [1702469111, "37075"], [1702469144, "37075"], [1702469168, "37075"], [1702469204, "37539"], [1702469237, "37871"], [1702469273, "37871"], [1702469303, "37891"], [1702469336, "38743"], [1702469360, "38749"], [1702469387, "38749"], [1702469411, "38749"], [1702469435, "39331"], [1702469468, "39353"], [1702469504, "39353"], [1702469537, "39353"], [1702469573, "39797"], [1702469606, "39813"], [1702469633, "39813"], [1702469660, "39813"], [1702469684, "40478"], [1702469717, "40499"], [1702469753, "40499"], [1702469786, "40499"], [1702469816, "40740"], [1702469834, "40751"], [1702469864, "40751"], [1702469906, "40835"], [1702469936, "41144"], [1702469972, "41158"], [1702470005, "41158"], [1702470029, "41184"], [1702470065, "41893"], [1702470101, "41902"], [1702470131, "41902"], [1702470167, "41955"], [1702470203, "42229"], [1702470251, "42229"], [1702470278, "42245"], [1702470311, "42257"], [1702470347, "42257"], [1702470371, "42257"], [1702470404, "42441"], [1702470440, "42516"], [1702470476, "42516"], [1702470506, "42532"], [1702470542, "43351"], [1702470575, "43371"], [1702470611, "43371"], [1702470635, "43371"], [1702470662, "43404"], [1702470686, "43486"], [1702470719, "43486"], [1702470746, "43511"], [1702470812, "43768"], [1702470845, "43768"], [1702470875, "43768"], [1702470899, "43837"], [1702470953, "43863"], [1702470983, "43863"], [1702471025, "44171"], [1702471067, "44178"], [1702471169, "44782"], [1702471193, "44782"], [1702471226, "44782"], [1702471265, "44879"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "30"], [1702462721, "30"], [1702462736, "31"], [1702462751, "33"], [1702462763, "34"], [1702462793, "36"], [1702462808, "37"], [1702462829, "37"], [1702462844, "38"], [1702462865, "39"], [1702462880, "40"], [1702462904, "41"], [1702462919, "41"], [1702462952, "45"], [1702462973, "45"], [1702462988, "47"], [1702463045, "55"], [1702463081, "57"], [1702463114, "61"], [1702463150, "64"], [1702463186, "65"], [1702463216, "65"], [1702463240, "66"], [1702463273, "67"], [1702463324, "75"], [1702463354, "83"], [1702463381, "87"], [1702463417, "88"], [1702463453, "90"], [1702463477, "92"], [1702463510, "93"], [1702463537, "95"], [1702463570, "97"], [1702463591, "98"], [1702463621, "103"], [1702463657, "105"], [1702463693, "105"], [1702463729, "108"], [1702463765, "108"], [1702463798, "112"], [1702463846, "122"], [1702463873, "124"], [1702463906, "126"], [1702463948, "129"], [1702463984, "132"], [1702464014, "132"], [1702464050, "136"], [1702464086, "136"], [1702464122, "140"], [1702464155, "143"], [1702464194, "147"], [1702464230, "147"], [1702464263, "149"], [1702464299, "151"], [1702464332, "154"], [1702464356, "154"], [1702464392, "157"], [1702464425, "160"], [1702464455, "164"], [1702464479, "166"], [1702464509, "169"], [1702464533, "170"], [1702464569, "174"], [1702464605, "176"], [1702464635, "178"], [1702464671, "180"], [1702464716, "182"], [1702464743, "185"], [1702464776, "185"], [1702464812, "185"], [1702464836, "186"], [1702464869, "198"], [1702464905, "198"], [1702464926, "201"], [1702464956, "204"], [1702464992, "206"], [1702465016, "206"], [1702465049, "207"], [1702465085, "209"], [1702465118, "211"], [1702465145, "211"], [1702465178, "214"], [1702465208, "214"], [1702465241, "216"], [1702465298, "218"], [1702465334, "220"], [1702465367, "220"], [1702465394, "220"], [1702465418, "220"], [1702465445, "222"], [1702465481, "226"], [1702465517, "226"], [1702465550, "229"], [1702465586, "231"], [1702465619, "231"], [1702465658, "235"], [1702465706, "237"], [1702465754, "243"], [1702465787, "243"], [1702465823, "247"], [1702465856, "247"], [1702465880, "249"], [1702465910, "251"], [1702465952, "254"], [1702465988, "254"], [1702466015, "256"], [1702466030, "258"], [1702466060, "262"], [1702466078, "263"], [1702466138, "267"], [1702466168, "271"], [1702466204, "273"], [1702466237, "273"], [1702466261, "275"], [1702466291, "277"], [1702466327, "277"], [1702466360, "279"], [1702466384, "280"], [1702466417, "282"], [1702466441, "284"], [1702466471, "286"], [1702466507, "286"], [1702466540, "288"], [1702466597, "289"], [1702466633, "291"], [1702466666, "291"], [1702466705, "295"], [1702466732, "296"], [1702466765, "299"], [1702466801, "301"], [1702466852, "303"], [1702466876, "303"], [1702466918, "305"], [1702466978, "308"], [1702467014, "311"], [1702467038, "313"], [1702467068, "313"], [1702467122, "322"], [1702467158, "324"], [1702467191, "324"], [1702467221, "325"], [1702467257, "327"], [1702467299, "327"], [1702467350, "328"], [1702467386, "328"], [1702467419, "331"], [1702467455, "357"], [1702467515, "362"], [1702467542, "364"], [1702467566, "378"], [1702467599, "381"], [1702467635, "394"], [1702467668, "396"], [1702467695, "397"], [1702467716, "400"], [1702467746, "403"], [1702467800, "406"], [1702467824, "411"], [1702467908, "415"], [1702467944, "420"], [1702467968, "422"], [1702468001, "425"], [1702468031, "426"], [1702468067, "429"], [1702468085, "430"], [1702468115, "430"], [1702468151, "432"], [1702468181, "432"], [1702468208, "435"], [1702468241, "441"], [1702468256, "441"], [1702468286, "446"], [1702468322, "448"], [1702468352, "450"], [1702468388, "452"], [1702468424, "454"], [1702468457, "454"], [1702468493, "465"], [1702468517, "465"], [1702468550, "465"], [1702468586, "475"], [1702468613, "475"], [1702468637, "477"], [1702468679, "499"], [1702468721, "499"], [1702468730, "499"], [1702468766, "502"], [1702468799, "502"], [1702468835, "504"], [1702468898, "516"], [1702468934, "516"], [1702468970, "521"], [1702468994, "528"], [1702469024, "552"], [1702469060, "556"], [1702469111, "561"], [1702469144, "563"], [1702469168, "565"], [1702469204, "573"], [1702469237, "580"], [1702469273, "593"], [1702469303, "596"], [1702469336, "609"], [1702469360, "611"], [1702469387, "611"], [1702469411, "611"], [1702469435, "616"], [1702469468, "618"], [1702469504, "620"], [1702469537, "620"], [1702469573, "622"], [1702469606, "622"], [1702469633, "624"], [1702469660, "624"], [1702469684, "624"], [1702469717, "625"], [1702469753, "625"], [1702469786, "625"], [1702469816, "632"], [1702469834, "633"], [1702469864, "633"], [1702469906, "636"], [1702469936, "636"], [1702469972, "638"], [1702470005, "638"], [1702470029, "638"], [1702470065, "640"], [1702470101, "640"], [1702470131, "640"], [1702470167, "646"], [1702470203, "647"], [1702470251, "647"], [1702470278, "653"], [1702470311, "653"], [1702470347, "656"], [1702470371, "658"], [1702470404, "661"], [1702470440, "665"], [1702470476, "665"], [1702470506, "665"], [1702470542, "669"], [1702470575, "671"], [1702470611, "675"], [1702470635, "688"], [1702470662, "693"], [1702470686, "693"], [1702470719, "697"], [1702470746, "699"], [1702470812, "701"], [1702470845, "703"], [1702470875, "703"], [1702470899, "703"], [1702470953, "703"], [1702470983, "707"], [1702471025, "709"], [1702471067, "712"], [1702471169, "715"], [1702471193, "715"], [1702471226, "717"], [1702471265, "719"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "27"], [1702462721, "27"], [1702462736, "27"], [1702462751, "27"], [1702462763, "34"], [1702462793, "34"], [1702462808, "35"], [1702462829, "39"], [1702462844, "42"], [1702462865, "42"], [1702462880, "45"], [1702462904, "45"], [1702462919, "45"], [1702462952, "63"], [1702462973, "63"], [1702462988, "66"], [1702463045, "70"], [1702463081, "77"], [1702463114, "77"], [1702463150, "83"], [1702463186, "89"], [1702463216, "93"], [1702463240, "93"], [1702463273, "96"], [1702463324, "101"], [1702463354, "103"], [1702463381, "103"], [1702463417, "103"], [1702463453, "111"], [1702463477, "111"], [1702463510, "111"], [1702463537, "112"], [1702463570, "117"], [1702463591, "119"], [1702463621, "119"], [1702463657, "121"], [1702463693, "128"], [1702463729, "131"], [1702463765, "186"], [1702463798, "191"], [1702463846, "191"], [1702463873, "194"], [1702463906, "194"], [1702463948, "194"], [1702463984, "197"], [1702464014, "197"], [1702464050, "198"], [1702464086, "198"], [1702464122, "201"], [1702464155, "204"], [1702464194, "214"], [1702464230, "214"], [1702464263, "214"], [1702464299, "222"], [1702464332, "222"], [1702464356, "222"], [1702464392, "222"], [1702464425, "225"], [1702464455, "229"], [1702464479, "233"], [1702464509, "233"], [1702464533, "240"], [1702464569, "278"], [1702464605, "280"], [1702464635, "282"], [1702464671, "290"], [1702464716, "327"], [1702464743, "327"], [1702464776, "332"], [1702464812, "332"], [1702464836, "336"], [1702464869, "340"], [1702464905, "346"], [1702464926, "350"], [1702464956, "374"], [1702464992, "378"], [1702465016, "385"], [1702465049, "385"], [1702465085, "388"], [1702465118, "391"], [1702465145, "395"], [1702465178, "395"], [1702465208, "402"], [1702465241, "405"], [1702465298, "409"], [1702465334, "431"], [1702465367, "435"], [1702465394, "439"], [1702465418, "442"], [1702465445, "442"], [1702465481, "445"], [1702465517, "449"], [1702465550, "453"], [1702465586, "453"], [1702465619, "453"], [1702465658, "458"], [1702465706, "458"], [1702465754, "466"], [1702465787, "466"], [1702465823, "469"], [1702465856, "469"], [1702465880, "471"], [1702465910, "475"], [1702465952, "478"], [1702465988, "478"], [1702466015, "481"], [1702466030, "484"], [1702466060, "484"], [1702466078, "484"], [1702466138, "489"], [1702466168, "492"], [1702466204, "495"], [1702466237, "495"], [1702466261, "495"], [1702466291, "498"], [1702466327, "501"], [1702466360, "508"], [1702466384, "508"], [1702466417, "508"], [1702466441, "508"], [1702466471, "508"], [1702466507, "512"], [1702466540, "515"], [1702466597, "517"], [1702466633, "521"], [1702466666, "524"], [1702466705, "527"], [1702466732, "529"], [1702466765, "532"], [1702466801, "539"], [1702466852, "545"], [1702466876, "545"], [1702466918, "545"], [1702466978, "558"], [1702467014, "561"], [1702467038, "564"], [1702467068, "569"], [1702467122, "573"], [1702467158, "576"], [1702467191, "585"], [1702467221, "612"], [1702467257, "612"], [1702467299, "615"], [1702467350, "627"], [1702467386, "630"], [1702467419, "633"], [1702467455, "653"], [1702467515, "653"], [1702467542, "661"], [1702467566, "662"], [1702467599, "663"], [1702467635, "665"], [1702467668, "667"], [1702467695, "668"], [1702467716, "668"], [1702467746, "671"], [1702467800, "678"], [1702467824, "690"], [1702467908, "698"], [1702467944, "726"], [1702467968, "729"], [1702468001, "732"], [1702468031, "732"], [1702468067, "741"], [1702468085, "744"], [1702468115, "744"], [1702468151, "750"], [1702468181, "764"], [1702468208, "771"], [1702468241, "789"], [1702468256, "789"], [1702468286, "796"], [1702468322, "797"], [1702468352, "797"], [1702468388, "803"], [1702468424, "807"], [1702468457, "810"], [1702468493, "813"], [1702468517, "814"], [1702468550, "817"], [1702468586, "825"], [1702468613, "841"], [1702468637, "841"], [1702468679, "853"], [1702468721, "858"], [1702468730, "858"], [1702468766, "861"], [1702468799, "870"], [1702468835, "870"], [1702468898, "873"], [1702468934, "886"], [1702468970, "891"], [1702468994, "894"], [1702469024, "900"], [1702469060, "901"], [1702469111, "907"], [1702469144, "914"], [1702469168, "914"], [1702469204, "917"], [1702469237, "917"], [1702469273, "926"], [1702469303, "934"], [1702469336, "946"], [1702469360, "953"], [1702469387, "974"], [1702469411, "979"], [1702469435, "985"], [1702469468, "990"], [1702469504, "991"], [1702469537, "997"], [1702469573, "999"], [1702469606, "1002"], [1702469633, "1005"], [1702469660, "1005"], [1702469684, "1009"], [1702469717, "1015"], [1702469753, "1025"], [1702469786, "1025"], [1702469816, "1028"], [1702469834, "1028"], [1702469864, "1032"], [1702469906, "1033"], [1702469936, "1036"], [1702469972, "1039"], [1702470005, "1042"], [1702470029, "1042"], [1702470065, "1042"], [1702470101, "1045"], [1702470131, "1050"], [1702470167, "1050"], [1702470203, "1056"], [1702470251, "1062"], [1702470278, "1062"], [1702470311, "1064"], [1702470347, "1064"], [1702470371, "1068"], [1702470404, "1068"], [1702470440, "1068"], [1702470476, "1077"], [1702470506, "1080"], [1702470542, "1080"], [1702470575, "1084"], [1702470611, "1103"], [1702470635, "1103"], [1702470662, "1103"], [1702470686, "1106"], [1702470719, "1115"], [1702470746, "1115"], [1702470812, "1125"], [1702470845, "1125"], [1702470875, "1128"], [1702470899, "1135"], [1702470953, "1139"], [1702470983, "1139"], [1702471025, "1141"], [1702471067, "1144"], [1702471169, "1152"], [1702471193, "1155"], [1702471226, "1156"], [1702471265, "1161"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "5"], [1702462844, "5"], [1702462865, "5"], [1702462880, "5"], [1702462904, "5"], [1702462919, "5"], [1702462952, "5"], [1702462973, "5"], [1702462988, "5"], [1702463045, "5"], [1702463081, "5"], [1702463114, "5"], [1702463150, "5"], [1702463186, "5"], [1702463216, "5"], [1702463240, "5"], [1702463273, "5"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "5"], [1702463570, "5"], [1702463591, "5"], [1702463621, "5"], [1702463657, "5"], [1702463693, "5"], [1702463729, "5"], [1702463765, "5"], [1702463798, "5"], [1702463846, "5"], [1702463873, "5"], [1702463906, "5"], [1702463948, "5"], [1702463984, "5"], [1702464014, "5"], [1702464050, "5"], [1702464086, "5"], [1702464122, "5"], [1702464155, "5"], [1702464194, "5"], [1702464230, "5"], [1702464263, "5"], [1702464299, "5"], [1702464332, "5"], [1702464356, "5"], [1702464392, "5"], [1702464425, "5"], [1702464455, "5"], [1702464479, "5"], [1702464509, "5"], [1702464533, "5"], [1702464569, "5"], [1702464605, "5"], [1702464635, "5"], [1702464671, "5"], [1702464716, "5"], [1702464743, "5"], [1702464776, "5"], [1702464812, "5"], [1702464836, "5"], [1702464869, "5"], [1702464905, "5"], [1702464926, "5"], [1702464956, "5"], [1702464992, "5"], [1702465016, "5"], [1702465049, "5"], [1702465085, "5"], [1702465118, "5"], [1702465145, "5"], [1702465178, "5"], [1702465208, "5"], [1702465241, "5"], [1702465298, "5"], [1702465334, "5"], [1702465367, "5"], [1702465394, "5"], [1702465418, "5"], [1702465445, "5"], [1702465481, "5"], [1702465517, "5"], [1702465550, "5"], [1702465586, "5"], [1702465619, "5"], [1702465658, "5"], [1702465706, "5"], [1702465754, "5"], [1702465787, "5"], [1702465823, "5"], [1702465856, "5"], [1702465880, "5"], [1702465910, "5"], [1702465952, "5"], [1702465988, "5"], [1702466015, "5"], [1702466030, "5"], [1702466060, "5"], [1702466078, "5"], [1702466138, "5"], [1702466168, "5"], [1702466204, "5"], [1702466237, "5"], [1702466261, "5"], [1702466291, "5"], [1702466327, "5"], [1702466360, "5"], [1702466384, "5"], [1702466417, "5"], [1702466441, "5"], [1702466471, "5"], [1702466507, "5"], [1702466540, "5"], [1702466597, "5"], [1702466633, "5"], [1702466666, "5"], [1702466705, "5"], [1702466732, "5"], [1702466765, "5"], [1702466801, "5"], [1702466852, "5"], [1702466876, "5"], [1702466918, "5"], [1702466978, "5"], [1702467014, "5"], [1702467038, "5"], [1702467068, "5"], [1702467122, "5"], [1702467158, "5"], [1702467191, "5"], [1702467221, "5"], [1702467257, "5"], [1702467299, "5"], [1702467350, "5"], [1702467386, "5"], [1702467419, "5"], [1702467455, "5"], [1702467515, "5"], [1702467542, "5"], [1702467566, "5"], [1702467599, "5"], [1702467635, "5"], [1702467668, "5"], [1702467695, "5"], [1702467716, "5"], [1702467746, "5"], [1702467800, "5"], [1702467824, "5"], [1702467908, "5"], [1702467944, "5"], [1702467968, "5"], [1702468001, "5"], [1702468031, "5"], [1702468067, "5"], [1702468085, "5"], [1702468115, "5"], [1702468151, "5"], [1702468181, "5"], [1702468208, "5"], [1702468241, "5"], [1702468256, "5"], [1702468286, "5"], [1702468322, "5"], [1702468352, "5"], [1702468388, "5"], [1702468424, "5"], [1702468457, "5"], [1702468493, "5"], [1702468517, "5"], [1702468550, "5"], [1702468586, "5"], [1702468613, "5"], [1702468637, "5"], [1702468679, "5"], [1702468721, "5"], [1702468730, "5"], [1702468766, "5"], [1702468799, "5"], [1702468835, "5"], [1702468898, "5"], [1702468934, "5"], [1702468970, "5"], [1702468994, "5"], [1702469024, "5"], [1702469060, "5"], [1702469111, "5"], [1702469144, "5"], [1702469168, "5"], [1702469204, "5"], [1702469237, "5"], [1702469273, "5"], [1702469303, "5"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "5"], [1702469435, "5"], [1702469468, "5"], [1702469504, "5"], [1702469537, "5"], [1702469573, "5"], [1702469606, "5"], [1702469633, "5"], [1702469660, "5"], [1702469684, "5"], [1702469717, "5"], [1702469753, "5"], [1702469786, "5"], [1702469816, "5"], [1702469834, "5"], [1702469864, "5"], [1702469906, "5"], [1702469936, "5"], [1702469972, "5"], [1702470005, "5"], [1702470029, "5"], [1702470065, "5"], [1702470101, "5"], [1702470131, "5"], [1702470167, "5"], [1702470203, "5"], [1702470251, "5"], [1702470278, "5"], [1702470311, "5"], [1702470347, "5"], [1702470371, "5"], [1702470404, "5"], [1702470440, "5"], [1702470476, "5"], [1702470506, "5"], [1702470542, "5"], [1702470575, "5"], [1702470611, "5"], [1702470635, "5"], [1702470662, "5"], [1702470686, "5"], [1702470719, "5"], [1702470746, "5"], [1702470812, "5"], [1702470845, "5"], [1702470875, "5"], [1702470899, "5"], [1702470953, "5"], [1702470983, "5"], [1702471025, "5"], [1702471067, "5"], [1702471169, "5"], [1702471193, "5"], [1702471226, "5"], [1702471265, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "5"], [1702462736, "5"], [1702462751, "5"], [1702462763, "5"], [1702462793, "5"], [1702462808, "5"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "310238"], [1702462988, "470758"], [1702463045, "1162879"], [1702463081, "1723692"], [1702463114, "2214205"], [1702463150, "2801647"], [1702463186, "3063200"], [1702463216, "3144583"], [1702463240, "3202563"], [1702463273, "3258124"], [1702463324, "3457796"], [1702463354, "3772735"], [1702463381, "4057704"], [1702463417, "4516631"], [1702463453, "5087677"], [1702463477, "5975857"], [1702463510, "6408189"], [1702463537, "6672377"], [1702463570, "6889138"], [1702463591, "6949981"], [1702463621, "7034137"], [1702463657, "7108115"], [1702463693, "7406613"], [1702463729, "7555795"], [1702463765, "7916596"], [1702463798, "8861442"], [1702463846, "9855520"], [1702463873, "10730722"], [1702463906, "11039544"], [1702463948, "11343877"], [1702463984, "11419170"], [1702464014, "11544156"], [1702464050, "11701889"], [1702464086, "12145058"], [1702464122, "12666093"], [1702464155, "13297162"], [1702464194, "14509408"], [1702464230, "15050370"], [1702464263, "15407575"], [1702464299, "15637880"], [1702464332, "15722893"], [1702464356, "15792106"], [1702464392, "15900113"], [1702464425, "16170222"], [1702464455, "16577210"], [1702464479, "16946134"], [1702464509, "17457432"], [1702464533, "17985108"], [1702464569, "18597579"], [1702464605, "19010536"], [1702464635, "19271287"], [1702464671, "19483758"], [1702464716, "19517596"], [1702464743, "19602329"], [1702464776, "19705864"], [1702464812, "19984340"], [1702464836, "20350676"], [1702464869, "20539694"], [1702464905, "20934728"], [1702464926, "21638325"], [1702464956, "22119441"], [1702464992, "22941431"], [1702465016, "23274644"], [1702465049, "23439125"], [1702465085, "23461996"], [1702465118, "23562253"], [1702465145, "23669073"], [1702465178, "23951614"], [1702465208, "24393929"], [1702465241, "24812324"], [1702465298, "26052267"], [1702465334, "26684366"], [1702465367, "27017112"], [1702465394, "27227048"], [1702465418, "27397299"], [1702465445, "27434534"], [1702465481, "27547169"], [1702465517, "27749465"], [1702465550, "28071761"], [1702465586, "28411544"], [1702465619, "29031325"], [1702465658, "29928075"], [1702465706, "30680358"], [1702465754, "31580393"], [1702465787, "31783275"], [1702465823, "31815520"], [1702465856, "31934973"], [1702465880, "32092645"], [1702465910, "32428713"], [1702465952, "32834691"], [1702465988, "33429534"], [1702466015, "34394698"], [1702466030, "34979944"], [1702466060, "35761715"], [1702466078, "36186011"], [1702466138, "36554687"], [1702466168, "36790239"], [1702466204, "36855132"], [1702466237, "36903065"], [1702466261, "37116258"], [1702466291, "37297481"], [1702466327, "37687862"], [1702466360, "38562030"], [1702466384, "39150039"], [1702466417, "39731719"], [1702466441, "40808997"], [1702466471, "41278444"], [1702466507, "41565442"], [1702466540, "41733769"], [1702466597, "41859320"], [1702466633, "41983523"], [1702466666, "42167489"], [1702466705, "42296902"], [1702466732, "43127370"], [1702466765, "44081120"], [1702466801, "45189722"], [1702466852, "46256249"], [1702466876, "46394404"], [1702466918, "46676917"], [1702466978, "46827184"], [1702467014, "46881977"], [1702467038, "47100136"], [1702467068, "47380620"], [1702467122, "48161688"], [1702467158, "49047664"], [1702467191, "50115174"], [1702467221, "50992962"], [1702467257, "51341598"], [1702467299, "51466472"], [1702467350, "51579955"], [1702467386, "51761361"], [1702467419, "52226167"], [1702467455, "52807903"], [1702467515, "54445096"], [1702467542, "55483106"], [1702467566, "56215820"], [1702467599, "56505511"], [1702467635, "56807139"], [1702467668, "56892300"], [1702467695, "56939959"], [1702467716, "57031168"], [1702467746, "57146112"], [1702467800, "57607366"], [1702467824, "58074306"], [1702467908, "60160852"], [1702467944, "60994864"], [1702467968, "61343021"], [1702468001, "61601389"], [1702468031, "61691535"], [1702468067, "61720132"], [1702468085, "61836624"], [1702468115, "61969315"], [1702468151, "62226833"], [1702468181, "62965854"], [1702468208, "63473087"], [1702468241, "64374059"], [1702468256, "64967002"], [1702468286, "65456297"], [1702468322, "65942280"], [1702468352, "66284780"], [1702468388, "66526346"], [1702468424, "66565745"], [1702468457, "66634220"], [1702468493, "66809356"], [1702468517, "67268772"], [1702468550, "67740060"], [1702468586, "68468545"], [1702468613, "69103784"], [1702468637, "69487372"], [1702468679, "70121901"], [1702468721, "70255190"], [1702468730, "70290184"], [1702468766, "70376251"], [1702468799, "70402612"], [1702468835, "70523074"], [1702468898, "70879855"], [1702468934, "71645719"], [1702468970, "71848430"], [1702468994, "72534867"], [1702469024, "73221417"], [1702469060, "74192531"], [1702469111, "74642960"], [1702469144, "74715362"], [1702469168, "74796706"], [1702469204, "74909843"], [1702469237, "75246137"], [1702469273, "75714699"], [1702469303, "76080258"], [1702469336, "76786181"], [1702469360, "77615920"], [1702469387, "78369954"], [1702469411, "78747164"], [1702469435, "79161623"], [1702469468, "79526210"], [1702469504, "79664137"], [1702469537, "79741835"], [1702469573, "79826845"], [1702469606, "79946108"], [1702469633, "80258841"], [1702469660, "80507376"], [1702469684, "80905223"], [1702469717, "81478415"], [1702469753, "82435405"], [1702469786, "83569189"], [1702469816, "84139855"], [1702469834, "85016573"], [1702469864, "85171504"], [1702469906, "85503247"], [1702469936, "85623549"], [1702469972, "85676476"], [1702470005, "85812939"], [1702470029, "85941908"], [1702470065, "86235516"], [1702470101, "86663295"], [1702470131, "87010568"], [1702470167, "87669755"], [1702470203, "88418967"], [1702470251, "89322644"], [1702470278, "90593092"], [1702470311, "90902155"], [1702470347, "91232882"], [1702470371, "91355438"], [1702470404, "91428850"], [1702470440, "91509304"], [1702470476, "91581720"], [1702470506, "91923978"], [1702470542, "92313047"], [1702470575, "92620062"], [1702470611, "93271846"], [1702470635, "94099190"], [1702470662, "94993139"], [1702470686, "96046220"], [1702470719, "96473271"], [1702470746, "96768834"], [1702470812, "97079091"], [1702470845, "97095138"], [1702470875, "97396939"], [1702470899, "97766983"], [1702470953, "97948361"], [1702470983, "97956884"], [1702471025, "98101817"], [1702471067, "98350566"], [1702471169, "98502093"], [1702471193, "98631608"], [1702471226, "98932175"], [1702471265, "99057536"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "32"], [1702462865, "32"], [1702462880, "25590"], [1702462904, "61911"], [1702462919, "105760"], [1702462952, "285647"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "14"], [1702462721, "17"], [1702462736, "23"], [1702462751, "36"], [1702462763, "38"], [1702462793, "38"], [1702462808, "38"], [1702462829, "38"], [1702462844, "39"], [1702462865, "42"], [1702462880, "42"], [1702462904, "45"], [1702462919, "47"], [1702462952, "47"], [1702462973, "47"], [1702462988, "48"], [1702463045, "54"], [1702463081, "57"], [1702463114, "59"], [1702463150, "59"], [1702463186, "62"], [1702463216, "64"], [1702463240, "64"], [1702463273, "68"], [1702463324, "93"], [1702463354, "96"], [1702463381, "99"], [1702463417, "99"], [1702463453, "108"], [1702463477, "108"], [1702463510, "108"], [1702463537, "109"], [1702463570, "110"], [1702463591, "113"], [1702463621, "114"], [1702463657, "117"], [1702463693, "120"], [1702463729, "125"], [1702463765, "128"], [1702463798, "134"], [1702463846, "153"], [1702463873, "154"], [1702463906, "160"], [1702463948, "165"], [1702463984, "168"], [1702464014, "172"], [1702464050, "173"], [1702464086, "173"], [1702464122, "178"], [1702464155, "181"], [1702464194, "194"], [1702464230, "219"], [1702464263, "221"], [1702464299, "225"], [1702464332, "229"], [1702464356, "231"], [1702464392, "236"], [1702464425, "272"], [1702464455, "276"], [1702464479, "282"], [1702464509, "286"], [1702464533, "290"], [1702464569, "293"], [1702464605, "295"], [1702464635, "297"], [1702464671, "300"], [1702464716, "301"], [1702464743, "303"], [1702464776, "307"], [1702464812, "309"], [1702464836, "312"], [1702464869, "316"], [1702464905, "319"], [1702464926, "325"], [1702464956, "329"], [1702464992, "331"], [1702465016, "331"], [1702465049, "333"], [1702465085, "336"], [1702465118, "339"], [1702465145, "342"], [1702465178, "345"], [1702465208, "346"], [1702465241, "349"], [1702465298, "354"], [1702465334, "355"], [1702465367, "357"], [1702465394, "360"], [1702465418, "360"], [1702465445, "361"], [1702465481, "364"], [1702465517, "366"], [1702465550, "370"], [1702465586, "377"], [1702465619, "379"], [1702465658, "384"], [1702465706, "388"], [1702465754, "392"], [1702465787, "396"], [1702465823, "399"], [1702465856, "399"], [1702465880, "400"], [1702465910, "400"], [1702465952, "406"], [1702465988, "410"], [1702466015, "414"], [1702466030, "419"], [1702466060, "419"], [1702466078, "419"], [1702466138, "425"], [1702466168, "428"], [1702466204, "433"], [1702466237, "437"], [1702466261, "440"], [1702466291, "443"], [1702466327, "447"], [1702466360, "449"], [1702466384, "453"], [1702466417, "455"], [1702466441, "458"], [1702466471, "462"], [1702466507, "466"], [1702466540, "472"], [1702466597, "480"], [1702466633, "483"], [1702466666, "487"], [1702466705, "493"], [1702466732, "497"], [1702466765, "497"], [1702466801, "501"], [1702466852, "510"], [1702466876, "510"], [1702466918, "513"], [1702466978, "522"], [1702467014, "526"], [1702467038, "530"], [1702467068, "536"], [1702467122, "542"], [1702467158, "545"], [1702467191, "546"], [1702467221, "549"], [1702467257, "553"], [1702467299, "555"], [1702467350, "559"], [1702467386, "573"], [1702467419, "580"], [1702467455, "590"], [1702467515, "624"], [1702467542, "644"], [1702467566, "669"], [1702467599, "676"], [1702467635, "681"], [1702467668, "684"], [1702467695, "687"], [1702467716, "689"], [1702467746, "692"], [1702467800, "710"], [1702467824, "719"], [1702467908, "779"], [1702467944, "820"], [1702467968, "825"], [1702468001, "829"], [1702468031, "833"], [1702468067, "833"], [1702468085, "837"], [1702468115, "842"], [1702468151, "845"], [1702468181, "848"], [1702468208, "852"], [1702468241, "861"], [1702468256, "870"], [1702468286, "870"], [1702468322, "877"], [1702468352, "879"], [1702468388, "879"], [1702468424, "879"], [1702468457, "882"], [1702468493, "887"], [1702468517, "900"], [1702468550, "900"], [1702468586, "900"], [1702468613, "907"], [1702468637, "907"], [1702468679, "910"], [1702468721, "913"], [1702468730, "916"], [1702468766, "916"], [1702468799, "923"], [1702468835, "927"], [1702468898, "951"], [1702468934, "975"], [1702468970, "996"], [1702468994, "1021"], [1702469024, "1061"], [1702469060, "1072"], [1702469111, "1077"], [1702469144, "1077"], [1702469168, "1082"], [1702469204, "1091"], [1702469237, "1091"], [1702469273, "1096"], [1702469303, "1099"], [1702469336, "1112"], [1702469360, "1117"], [1702469387, "1117"], [1702469411, "1121"], [1702469435, "1126"], [1702469468, "1135"], [1702469504, "1136"], [1702469537, "1139"], [1702469573, "1143"], [1702469606, "1146"], [1702469633, "1148"], [1702469660, "1148"], [1702469684, "1152"], [1702469717, "1154"], [1702469753, "1156"], [1702469786, "1156"], [1702469816, "1156"], [1702469834, "1156"], [1702469864, "1158"], [1702469906, "1165"], [1702469936, "1168"], [1702469972, "5753694"], [1702470005, "5781722"], [1702470029, "5789810"], [1702470065, "5809755"], [1702470101, "5836207"], [1702470131, "5856359"], [1702470167, "5880407"], [1702470203, "5906347"], [1702470251, "5932222"], [1702470278, "5952159"], [1702470311, "5972172"], [1702470347, "5996068"], [1702470371, "6016054"], [1702470404, "6028052"], [1702470440, "6048062"], [1702470476, "6072056"], [1702470506, "6096059"], [1702470542, "6125980"], [1702470575, "6142169"], [1702470611, "6162176"], [1702470635, "6186065"], [1702470662, "6194056"], [1702470686, "6214066"], [1702470719, "6225948"], [1702470746, "6247834"], [1702470812, "6281952"], [1702470845, "6303943"], [1702470875, "6323935"], [1702470899, "6341788"], [1702470953, "6371714"], [1702470983, "6393686"], [1702471025, "6415737"], [1702471067, "6453693"], [1702471169, "6513682"], [1702471193, "6533689"], [1702471226, "6557672"], [1702471265, "6581588"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "79"], [1702462919, "79"], [1702462952, "79"], [1702462973, "79"], [1702462988, "79"], [1702463045, "79"], [1702463081, "79"], [1702463114, "79"], [1702463150, "80"], [1702463186, "80"], [1702463216, "80"], [1702463240, "80"], [1702463273, "80"], [1702463324, "80"], [1702463354, "80"], [1702463381, "80"], [1702463417, "80"], [1702463453, "80"], [1702463477, "80"], [1702463510, "80"], [1702463537, "80"], [1702463570, "80"], [1702463591, "80"], [1702463621, "80"], [1702463657, "80"], [1702463693, "80"], [1702463729, "80"], [1702463765, "80"], [1702463798, "80"], [1702463846, "80"], [1702463873, "80"], [1702463906, "80"], [1702463948, "80"], [1702463984, "80"], [1702464014, "80"], [1702464050, "80"], [1702464086, "80"], [1702464122, "80"], [1702464155, "80"], [1702464194, "80"], [1702464230, "80"], [1702464263, "80"], [1702464299, "80"], [1702464332, "80"], [1702464356, "80"], [1702464392, "80"], [1702464425, "80"], [1702464455, "80"], [1702464479, "80"], [1702464509, "80"], [1702464533, "80"], [1702464569, "80"], [1702464605, "80"], [1702464635, "80"], [1702464671, "80"], [1702464716, "80"], [1702464743, "80"], [1702464776, "80"], [1702464812, "80"], [1702464836, "80"], [1702464869, "80"], [1702464905, "80"], [1702464926, "80"], [1702464956, "80"], [1702464992, "80"], [1702465016, "80"], [1702465049, "80"], [1702465085, "80"], [1702465118, "80"], [1702465145, "80"], [1702465178, "80"], [1702465208, "80"], [1702465241, "80"], [1702465298, "80"], [1702465334, "80"], [1702465367, "80"], [1702465394, "80"], [1702465418, "80"], [1702465445, "80"], [1702465481, "80"], [1702465517, "80"], [1702465550, "80"], [1702465586, "80"], [1702465619, "80"], [1702465658, "80"], [1702465706, "80"], [1702465754, "80"], [1702465787, "80"], [1702465823, "80"], [1702465856, "80"], [1702465880, "80"], [1702465910, "80"], [1702465952, "80"], [1702465988, "80"], [1702466015, "80"], [1702466030, "80"], [1702466060, "80"], [1702466078, "80"], [1702466138, "80"], [1702466168, "80"], [1702466204, "80"], [1702466237, "80"], [1702466261, "80"], [1702466291, "80"], [1702466327, "80"], [1702466360, "80"], [1702466384, "80"], [1702466417, "80"], [1702466441, "80"], [1702466471, "80"], [1702466507, "80"], [1702466540, "80"], [1702466597, "80"], [1702466633, "80"], [1702466666, "80"], [1702466705, "80"], [1702466732, "80"], [1702466765, "80"], [1702466801, "80"], [1702466852, "80"], [1702466876, "80"], [1702466918, "80"], [1702466978, "80"], [1702467014, "80"], [1702467038, "80"], [1702467068, "80"], [1702467122, "80"], [1702467158, "80"], [1702467191, "80"], [1702467221, "80"], [1702467257, "80"], [1702467299, "80"], [1702467350, "80"], [1702467386, "80"], [1702467419, "80"], [1702467455, "80"], [1702467515, "80"], [1702467542, "80"], [1702467566, "80"], [1702467599, "80"], [1702467635, "80"], [1702467668, "80"], [1702467695, "80"], [1702467716, "80"], [1702467746, "80"], [1702467800, "80"], [1702467824, "80"], [1702467908, "80"], [1702467944, "80"], [1702467968, "80"], [1702468001, "80"], [1702468031, "80"], [1702468067, "80"], [1702468085, "80"], [1702468115, "80"], [1702468151, "80"], [1702468181, "80"], [1702468208, "80"], [1702468241, "80"], [1702468256, "80"], [1702468286, "80"], [1702468322, "80"], [1702468352, "80"], [1702468388, "80"], [1702468424, "80"], [1702468457, "80"], [1702468493, "80"], [1702468517, "80"], [1702468550, "80"], [1702468586, "80"], [1702468613, "80"], [1702468637, "80"], [1702468679, "80"], [1702468721, "80"], [1702468730, "80"], [1702468766, "80"], [1702468799, "80"], [1702468835, "80"], [1702468898, "80"], [1702468934, "80"], [1702468970, "80"], [1702468994, "80"], [1702469024, "80"], [1702469060, "80"], [1702469111, "80"], [1702469144, "80"], [1702469168, "80"], [1702469204, "80"], [1702469237, "80"], [1702469273, "80"], [1702469303, "80"], [1702469336, "80"], [1702469360, "80"], [1702469387, "80"], [1702469411, "80"], [1702469435, "80"], [1702469468, "80"], [1702469504, "80"], [1702469537, "80"], [1702469573, "80"], [1702469606, "80"], [1702469633, "80"], [1702469660, "80"], [1702469684, "80"], [1702469717, "80"], [1702469753, "80"], [1702469786, "80"], [1702469816, "80"], [1702469834, "80"], [1702469864, "80"], [1702469906, "80"], [1702469936, "80"], [1702469972, "80"], [1702470005, "80"], [1702470029, "80"], [1702470065, "80"], [1702470101, "80"], [1702470131, "80"], [1702470167, "80"], [1702470203, "80"], [1702470251, "80"], [1702470278, "80"], [1702470311, "80"], [1702470347, "80"], [1702470371, "80"], [1702470404, "80"], [1702470440, "80"], [1702470476, "80"], [1702470506, "80"], [1702470542, "80"], [1702470575, "80"], [1702470611, "80"], [1702470635, "80"], [1702470662, "80"], [1702470686, "80"], [1702470719, "80"], [1702470746, "80"], [1702470812, "80"], [1702470845, "80"], [1702470875, "80"], [1702470899, "80"], [1702470953, "80"], [1702470983, "80"], [1702471025, "80"], [1702471067, "80"], [1702471169, "80"], [1702471193, "80"], [1702471226, "80"], [1702471265, "80"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "79"], [1702462793, "79"], [1702462808, "79"], [1702462829, "79"], [1702462844, "79"], [1702462865, "79"], [1702462880, "79"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "5"], [1702463186, "8"], [1702463216, "8"], [1702463240, "9"], [1702463273, "9"], [1702463324, "9"], [1702463354, "9"], [1702463381, "9"], [1702463417, "9"], [1702463453, "9"], [1702463477, "11"], [1702463510, "11"], [1702463537, "11"], [1702463570, "11"], [1702463591, "11"], [1702463621, "12"], [1702463657, "12"], [1702463693, "12"], [1702463729, "12"], [1702463765, "12"], [1702463798, "12"], [1702463846, "12"], [1702463873, "12"], [1702463906, "13"], [1702463948, "13"], [1702463984, "14"], [1702464014, "14"], [1702464050, "14"], [1702464086, "15"], [1702464122, "15"], [1702464155, "15"], [1702464194, "15"], [1702464230, "21"], [1702464263, "21"], [1702464299, "21"], [1702464332, "23"], [1702464356, "23"], [1702464392, "23"], [1702464425, "23"], [1702464455, "25"], [1702464479, "25"], [1702464509, "25"], [1702464533, "25"], [1702464569, "27"], [1702464605, "27"], [1702464635, "27"], [1702464671, "27"], [1702464716, "28"], [1702464743, "28"], [1702464776, "28"], [1702464812, "28"], [1702464836, "28"], [1702464869, "28"], [1702464905, "28"], [1702464926, "29"], [1702464956, "29"], [1702464992, "29"], [1702465016, "29"], [1702465049, "29"], [1702465085, "30"], [1702465118, "30"], [1702465145, "30"], [1702465178, "30"], [1702465208, "30"], [1702465241, "30"], [1702465298, "31"], [1702465334, "31"], [1702465367, "31"], [1702465394, "31"], [1702465418, "31"], [1702465445, "31"], [1702465481, "31"], [1702465517, "31"], [1702465550, "32"], [1702465586, "32"], [1702465619, "32"], [1702465658, "33"], [1702465706, "33"], [1702465754, "33"], [1702465787, "34"], [1702465823, "34"], [1702465856, "34"], [1702465880, "34"], [1702465910, "34"], [1702465952, "34"], [1702465988, "34"], [1702466015, "34"], [1702466030, "34"], [1702466060, "34"], [1702466078, "34"], [1702466138, "35"], [1702466168, "35"], [1702466204, "35"], [1702466237, "36"], [1702466261, "37"], [1702466291, "37"], [1702466327, "37"], [1702466360, "39"], [1702466384, "40"], [1702466417, "40"], [1702466441, "40"], [1702466471, "40"], [1702466507, "42"], [1702466540, "42"], [1702466597, "42"], [1702466633, "44"], [1702466666, "44"], [1702466705, "44"], [1702466732, "46"], [1702466765, "46"], [1702466801, "46"], [1702466852, "47"], [1702466876, "47"], [1702466918, "47"], [1702466978, "48"], [1702467014, "54"], [1702467038, "54"], [1702467068, "54"], [1702467122, "54"], [1702467158, "54"], [1702467191, "54"], [1702467221, "62"], [1702467257, "62"], [1702467299, "62"], [1702467350, "64"], [1702467386, "64"], [1702467419, "66"], [1702467455, "75"], [1702467515, "90"], [1702467542, "92"], [1702467566, "102"], [1702467599, "104"], [1702467635, "106"], [1702467668, "106"], [1702467695, "109"], [1702467716, "109"], [1702467746, "110"], [1702467800, "115"], [1702467824, "128"], [1702467908, "146"], [1702467944, "162"], [1702467968, "163"], [1702468001, "163"], [1702468031, "163"], [1702468067, "167"], [1702468085, "167"], [1702468115, "168"], [1702468151, "171"], [1702468181, "181"], [1702468208, "188"], [1702468241, "193"], [1702468256, "196"], [1702468286, "197"], [1702468322, "200"], [1702468352, "201"], [1702468388, "202"], [1702468424, "204"], [1702468457, "204"], [1702468493, "204"], [1702468517, "206"], [1702468550, "211"], [1702468586, "221"], [1702468613, "225"], [1702468637, "229"], [1702468679, "237"], [1702468721, "238"], [1702468730, "240"], [1702468766, "240"], [1702468799, "241"], [1702468835, "241"], [1702468898, "244"], [1702468934, "250"], [1702468970, "261"], [1702468994, "269"], [1702469024, "276"], [1702469060, "284"], [1702469111, "286"], [1702469144, "287"], [1702469168, "287"], [1702469204, "287"], [1702469237, "287"], [1702469273, "294"], [1702469303, "302"], [1702469336, "310"], [1702469360, "324"], [1702469387, "335"], [1702469411, "336"], [1702469435, "339"], [1702469468, "341"], [1702469504, "343"], [1702469537, "343"], [1702469573, "343"], [1702469606, "343"], [1702469633, "345"], [1702469660, "346"], [1702469684, "347"], [1702469717, "348"], [1702469753, "355"], [1702469786, "357"], [1702469816, "359"], [1702469834, "361"], [1702469864, "364"], [1702469906, "366"], [1702469936, "366"], [1702469972, "366"], [1702470005, "367"], [1702470029, "367"], [1702470065, "367"], [1702470101, "368"], [1702470131, "369"], [1702470167, "373"], [1702470203, "375"], [1702470251, "379"], [1702470278, "379"], [1702470311, "379"], [1702470347, "382"], [1702470371, "382"], [1702470404, "382"], [1702470440, "382"], [1702470476, "382"], [1702470506, "382"], [1702470542, "384"], [1702470575, "387"], [1702470611, "393"], [1702470635, "394"], [1702470662, "395"], [1702470686, "397"], [1702470719, "399"], [1702470746, "399"], [1702470812, "400"], [1702470845, "403"], [1702470875, "404"], [1702470899, "404"], [1702470953, "405"], [1702470983, "405"], [1702471025, "405"], [1702471067, "406"], [1702471169, "406"], [1702471193, "406"], [1702471226, "406"], [1702471265, "406"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "2"], [1702463150, "2"], [1702463186, "2"], [1702463216, "2"], [1702463240, "2"], [1702463273, "2"], [1702463324, "3"], [1702463354, "3"], [1702463381, "3"], [1702463417, "3"], [1702463453, "3"], [1702463477, "3"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "4"], [1702463693, "4"], [1702463729, "4"], [1702463765, "4"], [1702463798, "4"], [1702463846, "4"], [1702463873, "4"], [1702463906, "4"], [1702463948, "4"], [1702463984, "4"], [1702464014, "4"], [1702464050, "4"], [1702464086, "4"], [1702464122, "4"], [1702464155, "4"], [1702464194, "4"], [1702464230, "4"], [1702464263, "5"], [1702464299, "5"], [1702464332, "5"], [1702464356, "5"], [1702464392, "5"], [1702464425, "5"], [1702464455, "5"], [1702464479, "6"], [1702464509, "6"], [1702464533, "6"], [1702464569, "6"], [1702464605, "6"], [1702464635, "7"], [1702464671, "7"], [1702464716, "7"], [1702464743, "8"], [1702464776, "10"], [1702464812, "10"], [1702464836, "10"], [1702464869, "10"], [1702464905, "10"], [1702464926, "10"], [1702464956, "10"], [1702464992, "12"], [1702465016, "12"], [1702465049, "12"], [1702465085, "12"], [1702465118, "13"], [1702465145, "13"], [1702465178, "13"], [1702465208, "14"], [1702465241, "14"], [1702465298, "14"], [1702465334, "15"], [1702465367, "15"], [1702465394, "15"], [1702465418, "15"], [1702465445, "15"], [1702465481, "16"], [1702465517, "16"], [1702465550, "16"], [1702465586, "17"], [1702465619, "17"], [1702465658, "17"], [1702465706, "18"], [1702465754, "18"], [1702465787, "18"], [1702465823, "18"], [1702465856, "18"], [1702465880, "18"], [1702465910, "18"], [1702465952, "18"], [1702465988, "18"], [1702466015, "18"], [1702466030, "18"], [1702466060, "19"], [1702466078, "19"], [1702466138, "19"], [1702466168, "19"], [1702466204, "19"], [1702466237, "19"], [1702466261, "19"], [1702466291, "19"], [1702466327, "20"], [1702466360, "20"], [1702466384, "20"], [1702466417, "21"], [1702466441, "21"], [1702466471, "21"], [1702466507, "21"], [1702466540, "21"], [1702466597, "21"], [1702466633, "21"], [1702466666, "22"], [1702466705, "22"], [1702466732, "22"], [1702466765, "22"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "24"], [1702466978, "26"], [1702467014, "26"], [1702467038, "27"], [1702467068, "27"], [1702467122, "27"], [1702467158, "30"], [1702467191, "30"], [1702467221, "30"], [1702467257, "31"], [1702467299, "31"], [1702467350, "31"], [1702467386, "31"], [1702467419, "31"], [1702467455, "31"], [1702467515, "33"], [1702467542, "33"], [1702467566, "33"], [1702467599, "33"], [1702467635, "34"], [1702467668, "34"], [1702467695, "34"], [1702467716, "34"], [1702467746, "34"], [1702467800, "34"], [1702467824, "34"], [1702467908, "34"], [1702467944, "34"], [1702467968, "34"], [1702468001, "35"], [1702468031, "35"], [1702468067, "35"], [1702468085, "35"], [1702468115, "35"], [1702468151, "35"], [1702468181, "35"], [1702468208, "35"], [1702468241, "36"], [1702468256, "36"], [1702468286, "36"], [1702468322, "36"], [1702468352, "36"], [1702468388, "36"], [1702468424, "36"], [1702468457, "36"], [1702468493, "37"], [1702468517, "37"], [1702468550, "37"], [1702468586, "42"], [1702468613, "42"], [1702468637, "42"], [1702468679, "42"], [1702468721, "43"], [1702468730, "43"], [1702468766, "43"], [1702468799, "43"], [1702468835, "43"], [1702468898, "43"], [1702468934, "43"], [1702468970, "48"], [1702468994, "48"], [1702469024, "48"], [1702469060, "48"], [1702469111, "49"], [1702469144, "49"], [1702469168, "49"], [1702469204, "50"], [1702469237, "50"], [1702469273, "50"], [1702469303, "51"], [1702469336, "51"], [1702469360, "53"], [1702469387, "53"], [1702469411, "53"], [1702469435, "54"], [1702469468, "54"], [1702469504, "54"], [1702469537, "54"], [1702469573, "54"], [1702469606, "54"], [1702469633, "54"], [1702469660, "54"], [1702469684, "55"], [1702469717, "55"], [1702469753, "55"], [1702469786, "55"], [1702469816, "57"], [1702469834, "57"], [1702469864, "57"], [1702469906, "59"], [1702469936, "59"], [1702469972, "59"], [1702470005, "59"], [1702470029, "60"], [1702470065, "60"], [1702470101, "60"], [1702470131, "60"], [1702470167, "62"], [1702470203, "63"], [1702470251, "63"], [1702470278, "74"], [1702470311, "74"], [1702470347, "74"], [1702470371, "74"], [1702470404, "75"], [1702470440, "75"], [1702470476, "75"], [1702470506, "75"], [1702470542, "76"], [1702470575, "76"], [1702470611, "76"], [1702470635, "77"], [1702470662, "77"], [1702470686, "77"], [1702470719, "77"], [1702470746, "79"], [1702470812, "79"], [1702470845, "79"], [1702470875, "88"], [1702470899, "88"], [1702470953, "88"], [1702470983, "88"], [1702471025, "90"], [1702471067, "90"], [1702471169, "91"], [1702471193, "91"], [1702471226, "91"], [1702471265, "91"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "5"], [1702462751, "5"], [1702462763, "6"], [1702462793, "6"], [1702462808, "6"], [1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "7"], [1702462904, "9"], [1702462919, "9"], [1702462952, "9"], [1702462973, "9"], [1702462988, "12"], [1702463045, "14"], [1702463081, "14"], [1702463114, "14"], [1702463150, "16"], [1702463186, "16"], [1702463216, "16"], [1702463240, "18"], [1702463273, "18"], [1702463324, "18"], [1702463354, "18"], [1702463381, "25"], [1702463417, "25"], [1702463453, "25"], [1702463477, "32"], [1702463510, "32"], [1702463537, "32"], [1702463570, "32"], [1702463591, "32"], [1702463621, "32"], [1702463657, "32"], [1702463693, "32"], [1702463729, "35"], [1702463765, "35"], [1702463798, "35"], [1702463846, "42"], [1702463873, "42"], [1702463906, "42"], [1702463948, "42"], [1702463984, "43"], [1702464014, "43"], [1702464050, "43"], [1702464086, "45"], [1702464122, "46"], [1702464155, "46"], [1702464194, "46"], [1702464230, "49"], [1702464263, "49"], [1702464299, "49"], [1702464332, "52"], [1702464356, "52"], [1702464392, "53"], [1702464425, "53"], [1702464455, "57"], [1702464479, "57"], [1702464509, "57"], [1702464533, "57"], [1702464569, "66"], [1702464605, "66"], [1702464635, "66"], [1702464671, "66"], [1702464716, "68"], [1702464743, "68"], [1702464776, "68"], [1702464812, "73"], [1702464836, "75"], [1702464869, "75"], [1702464905, "75"], [1702464926, "85"], [1702464956, "85"], [1702464992, "85"], [1702465016, "85"], [1702465049, "89"], [1702465085, "89"], [1702465118, "89"], [1702465145, "89"], [1702465178, "96"], [1702465208, "96"], [1702465241, "96"], [1702465298, "100"], [1702465334, "100"], [1702465367, "100"], [1702465394, "100"], [1702465418, "103"], [1702465445, "103"], [1702465481, "103"], [1702465517, "103"], [1702465550, "106"], [1702465586, "106"], [1702465619, "106"], [1702465658, "107"], [1702465706, "107"], [1702465754, "107"], [1702465787, "110"], [1702465823, "110"], [1702465856, "110"], [1702465880, "110"], [1702465910, "122"], [1702465952, "122"], [1702465988, "122"], [1702466015, "126"], [1702466030, "126"], [1702466060, "126"], [1702466078, "126"], [1702466138, "129"], [1702466168, "129"], [1702466204, "129"], [1702466237, "129"], [1702466261, "134"], [1702466291, "134"], [1702466327, "134"], [1702466360, "138"], [1702466384, "138"], [1702466417, "138"], [1702466441, "138"], [1702466471, "138"], [1702466507, "142"], [1702466540, "142"], [1702466597, "142"], [1702466633, "147"], [1702466666, "163"], [1702466705, "163"], [1702466732, "169"], [1702466765, "169"], [1702466801, "169"], [1702466852, "172"], [1702466876, "172"], [1702466918, "172"], [1702466978, "177"], [1702467014, "193"], [1702467038, "193"], [1702467068, "193"], [1702467122, "198"], [1702467158, "198"], [1702467191, "198"], [1702467221, "205"], [1702467257, "205"], [1702467299, "205"], [1702467350, "208"], [1702467386, "208"], [1702467419, "208"], [1702467455, "218"], [1702467515, "220"], [1702467542, "225"], [1702467566, "264"], [1702467599, "264"], [1702467635, "264"], [1702467668, "264"], [1702467695, "267"], [1702467716, "267"], [1702467746, "267"], [1702467800, "293"], [1702467824, "295"], [1702467908, "298"], [1702467944, "318"], [1702467968, "318"], [1702468001, "318"], [1702468031, "318"], [1702468067, "321"], [1702468085, "321"], [1702468115, "321"], [1702468151, "321"], [1702468181, "325"], [1702468208, "327"], [1702468241, "336"], [1702468256, "339"], [1702468286, "341"], [1702468322, "344"], [1702468352, "344"], [1702468388, "344"], [1702468424, "348"], [1702468457, "348"], [1702468493, "348"], [1702468517, "357"], [1702468550, "363"], [1702468586, "366"], [1702468613, "384"], [1702468637, "386"], [1702468679, "397"], [1702468721, "397"], [1702468730, "397"], [1702468766, "402"], [1702468799, "402"], [1702468835, "402"], [1702468898, "409"], [1702468934, "409"], [1702468970, "415"], [1702468994, "427"], [1702469024, "429"], [1702469060, "443"], [1702469111, "443"], [1702469144, "447"], [1702469168, "447"], [1702469204, "448"], [1702469237, "448"], [1702469273, "463"], [1702469303, "473"], [1702469336, "479"], [1702469360, "487"], [1702469387, "494"], [1702469411, "496"], [1702469435, "499"], [1702469468, "499"], [1702469504, "502"], [1702469537, "502"], [1702469573, "502"], [1702469606, "506"], [1702469633, "506"], [1702469660, "506"], [1702469684, "506"], [1702469717, "510"], [1702469753, "513"], [1702469786, "513"], [1702469816, "513"], [1702469834, "519"], [1702469864, "519"], [1702469906, "519"], [1702469936, "519"], [1702469972, "523"], [1702470005, "523"], [1702470029, "523"], [1702470065, "523"], [1702470101, "526"], [1702470131, "526"], [1702470167, "526"], [1702470203, "531"], [1702470251, "531"], [1702470278, "537"], [1702470311, "538"], [1702470347, "544"], [1702470371, "544"], [1702470404, "544"], [1702470440, "544"], [1702470476, "549"], [1702470506, "549"], [1702470542, "549"], [1702470575, "552"], [1702470611, "554"], [1702470635, "555"], [1702470662, "555"], [1702470686, "578"], [1702470719, "582"], [1702470746, "582"], [1702470812, "585"], [1702470845, "585"], [1702470875, "585"], [1702470899, "585"], [1702470953, "588"], [1702470983, "588"], [1702471025, "588"], [1702471067, "592"], [1702471169, "592"], [1702471193, "597"], [1702471226, "597"], [1702471265, "597"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "68"], [1702462721, "68"], [1702462736, "68"], [1702462751, "68"], [1702462763, "68"], [1702462793, "68"], [1702462808, "68"], [1702462829, "70"], [1702462844, "73"], [1702462865, "73"], [1702462880, "73"], [1702462904, "82"], [1702462919, "82"], [1702462952, "83"], [1702462973, "88"], [1702462988, "94"], [1702463045, "102"], [1702463081, "106"], [1702463114, "108"], [1702463150, "111"], [1702463186, "125"], [1702463216, "126"], [1702463240, "126"], [1702463273, "127"], [1702463324, "130"], [1702463354, "133"], [1702463381, "142"], [1702463417, "151"], [1702463453, "152"], [1702463477, "152"], [1702463510, "152"], [1702463537, "154"], [1702463570, "155"], [1702463591, "155"], [1702463621, "158"], [1702463657, "158"], [1702463693, "166"], [1702463729, "166"], [1702463765, "188"], [1702463798, "189"], [1702463846, "191"], [1702463873, "201"], [1702463906, "208"], [1702463948, "208"], [1702463984, "216"], [1702464014, "216"], [1702464050, "218"], [1702464086, "221"], [1702464122, "222"], [1702464155, "233"], [1702464194, "235"], [1702464230, "239"], [1702464263, "244"], [1702464299, "245"], [1702464332, "245"], [1702464356, "248"], [1702464392, "249"], [1702464425, "250"], [1702464455, "252"], [1702464479, "252"], [1702464509, "255"], [1702464533, "266"], [1702464569, "292"], [1702464605, "293"], [1702464635, "295"], [1702464671, "295"], [1702464716, "296"], [1702464743, "297"], [1702464776, "297"], [1702464812, "298"], [1702464836, "299"], [1702464869, "300"], [1702464905, "300"], [1702464926, "300"], [1702464956, "303"], [1702464992, "314"], [1702465016, "318"], [1702465049, "318"], [1702465085, "325"], [1702465118, "326"], [1702465145, "333"], [1702465178, "333"], [1702465208, "333"], [1702465241, "334"], [1702465298, "343"], [1702465334, "344"], [1702465367, "346"], [1702465394, "349"], [1702465418, "350"], [1702465445, "351"], [1702465481, "353"], [1702465517, "359"], [1702465550, "365"], [1702465586, "376"], [1702465619, "385"], [1702465658, "386"], [1702465706, "386"], [1702465754, "389"], [1702465787, "390"], [1702465823, "391"], [1702465856, "393"], [1702465880, "393"], [1702465910, "393"], [1702465952, "402"], [1702465988, "402"], [1702466015, "402"], [1702466030, "402"], [1702466060, "404"], [1702466078, "407"], [1702466138, "409"], [1702466168, "412"], [1702466204, "412"], [1702466237, "419"], [1702466261, "420"], [1702466291, "424"], [1702466327, "425"], [1702466360, "425"], [1702466384, "448"], [1702466417, "451"], [1702466441, "451"], [1702466471, "464"], [1702466507, "467"], [1702466540, "469"], [1702466597, "470"], [1702466633, "470"], [1702466666, "482"], [1702466705, "487"], [1702466732, "490"], [1702466765, "493"], [1702466801, "500"], [1702466852, "510"], [1702466876, "533"], [1702466918, "533"], [1702466978, "538"], [1702467014, "540"], [1702467038, "540"], [1702467068, "540"], [1702467122, "542"], [1702467158, "544"], [1702467191, "566"], [1702467221, "568"], [1702467257, "610"], [1702467299, "610"], [1702467350, "610"], [1702467386, "611"], [1702467419, "616"], [1702467455, "618"], [1702467515, "626"], [1702467542, "643"], [1702467566, "652"], [1702467599, "652"], [1702467635, "654"], [1702467668, "654"], [1702467695, "655"], [1702467716, "665"], [1702467746, "665"], [1702467800, "686"], [1702467824, "704"], [1702467908, "768"], [1702467944, "773"], [1702467968, "780"], [1702468001, "782"], [1702468031, "783"], [1702468067, "783"], [1702468085, "791"], [1702468115, "803"], [1702468151, "803"], [1702468181, "822"], [1702468208, "825"], [1702468241, "834"], [1702468256, "859"], [1702468286, "894"], [1702468322, "896"], [1702468352, "897"], [1702468388, "900"], [1702468424, "901"], [1702468457, "906"], [1702468493, "906"], [1702468517, "906"], [1702468550, "919"], [1702468586, "938"], [1702468613, "949"], [1702468637, "954"], [1702468679, "966"], [1702468721, "969"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "2"], [1702463693, "2"], [1702463729, "2"], [1702463765, "2"], [1702463798, "2"], [1702463846, "2"], [1702463873, "2"], [1702463906, "2"], [1702463948, "2"], [1702463984, "2"], [1702464014, "2"], [1702464050, "2"], [1702464086, "2"], [1702464122, "2"], [1702464155, "2"], [1702464194, "2"], [1702464230, "2"], [1702464263, "2"], [1702464299, "2"], [1702464332, "2"], [1702464356, "2"], [1702464392, "2"], [1702464425, "2"], [1702464455, "2"], [1702464479, "2"], [1702464509, "2"], [1702464533, "2"], [1702464569, "2"], [1702464605, "2"], [1702464635, "2"], [1702464671, "2"], [1702464716, "2"], [1702464743, "2"], [1702464776, "2"], [1702464812, "2"], [1702464836, "2"], [1702464869, "2"], [1702464905, "2"], [1702464926, "2"], [1702464956, "2"], [1702464992, "2"], [1702465016, "2"], [1702465049, "2"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "262"], [1702462721, "272"], [1702462736, "283"], [1702462751, "287"], [1702462763, "342"], [1702462793, "352"], [1702462808, "352"], [1702462829, "364"], [1702462844, "379"], [1702462865, "382"], [1702462880, "397"], [1702462904, "431"], [1702462919, "445"], [1702462952, "458"], [1702462973, "476"], [1702462988, "478"], [1702463045, "516"], [1702463081, "543"], [1702463114, "567"], [1702463150, "599"], [1702463186, "637"], [1702463216, "649"], [1702463240, "668"], [1702463273, "675"], [1702463324, "807"], [1702463354, "910"], [1702463381, "927"], [1702463417, "959"], [1702463453, "978"], [1702463477, "1087"], [1702463510, "1253"], [1702463537, "1279"], [1702463570, "1295"], [1702463591, "1313"], [1702463621, "1332"], [1702463657, "1349"], [1702463693, "1370"], [1702463729, "1389"], [1702463765, "1402"], [1702463798, "1426"], [1702463846, "1455"], [1702463873, "1553"], [1702463906, "1586"], [1702463948, "1623"], [1702463984, "1658"], [1702464014, "1675"], [1702464050, "1703"], [1702464086, "1725"], [1702464122, "1742"], [1702464155, "1759"], [1702464194, "1885"], [1702464230, "1916"], [1702464263, "2005"], [1702464299, "2073"], [1702464332, "2104"], [1702464356, "2114"], [1702464392, "2128"], [1702464425, "2152"], [1702464455, "2164"], [1702464479, "2193"], [1702464509, "2221"], [1702464533, "2258"], [1702464569, "2302"], [1702464605, "2323"], [1702464635, "2358"], [1702464671, "2370"], [1702464716, "2394"], [1702464743, "2407"], [1702464776, "2479"], [1702464812, "2491"], [1702464836, "2508"], [1702464869, "2518"], [1702464905, "2539"], [1702464926, "2631"], [1702464956, "2689"], [1702464992, "3016"], [1702465016, "3032"], [1702465049, "3045"], [1702465085, "3075"], [1702465118, "3088"], [1702465145, "3101"], [1702465178, "3128"], [1702465208, "3143"], [1702465241, "3178"], [1702465298, "3260"], [1702465334, "3302"], [1702465367, "3326"], [1702465394, "3377"], [1702465418, "3383"], [1702465445, "3402"], [1702465481, "3413"], [1702465517, "3437"], [1702465550, "3455"], [1702465586, "3764"], [1702465619, "3782"], [1702465658, "3856"], [1702465706, "3904"], [1702465754, "4022"], [1702465787, "4038"], [1702465823, "4060"], [1702465856, "4073"], [1702465880, "4096"], [1702465910, "4109"], [1702465952, "4131"], [1702465988, "4148"], [1702466015, "4161"], [1702466030, "4193"], [1702466060, "4194"], [1702466078, "4540"], [1702466138, "4583"], [1702466168, "4592"], [1702466204, "4613"], [1702466237, "4626"], [1702466261, "4651"], [1702466291, "4666"], [1702466327, "4694"], [1702466360, "4723"], [1702466384, "4766"], [1702466417, "4842"], [1702466441, "4926"], [1702466471, "4998"], [1702466507, "5027"], [1702466540, "5068"], [1702466597, "5101"], [1702466633, "5113"], [1702466666, "5130"], [1702466705, "5179"], [1702466732, "5234"], [1702466765, "5271"], [1702466801, "5308"], [1702466852, "5721"], [1702466876, "5924"], [1702466918, "5963"], [1702466978, "6010"], [1702467014, "6034"], [1702467038, "6069"], [1702467068, "6080"], [1702467122, "6197"], [1702467158, "6268"], [1702467191, "6591"], [1702467221, "6715"], [1702467257, "6753"], [1702467299, "6783"], [1702467350, "6847"], [1702467386, "6887"], [1702467419, "7015"], [1702467455, "7265"], [1702467515, "7806"], [1702467542, "7979"], [1702467566, "8313"], [1702467599, "8343"], [1702467635, "8436"], [1702467668, "8450"], [1702467695, "8469"], [1702467716, "8497"], [1702467746, "8516"], [1702467800, "8724"], [1702467824, "8938"], [1702467908, "9786"], [1702467944, "10459"], [1702467968, "10506"], [1702468001, "10951"], [1702468031, "10963"], [1702468067, "10982"], [1702468085, "11028"], [1702468115, "11062"], [1702468151, "11125"], [1702468181, "11417"], [1702468208, "11703"], [1702468241, "12145"], [1702468256, "12399"], [1702468286, "12604"], [1702468322, "12786"], [1702468352, "12864"], [1702468388, "12911"], [1702468424, "12929"], [1702468457, "12959"], [1702468493, "12993"], [1702468517, "13182"], [1702468550, "13354"], [1702468586, "13730"], [1702468613, "14065"], [1702468637, "14221"], [1702468679, "14376"], [1702468721, "14484"], [1702468730, "14552"], [1702468766, "14586"], [1702468799, "14606"], [1702468835, "14654"], [1702468898, "14743"], [1702468934, "15007"], [1702468970, "15554"], [1702468994, "15908"], [1702469024, "16137"], [1702469060, "16670"], [1702469111, "16800"], [1702469144, "16841"], [1702469168, "16841"], [1702469204, "16880"], [1702469237, "16939"], [1702469273, "17080"], [1702469303, "17280"], [1702469336, "17753"], [1702469360, "17947"], [1702469387, "18246"], [1702469411, "18394"], [1702469435, "18674"], [1702469468, "18712"], [1702469504, "18768"], [1702469537, "18793"], [1702469573, "19145"], [1702469606, "19187"], [1702469633, "19205"], [1702469660, "19249"], [1702469684, "19322"], [1702469717, "19409"], [1702469753, "19610"], [1702469786, "19767"], [1702469816, "19934"], [1702469834, "20115"], [1702469864, "20170"], [1702469906, "20257"], [1702469936, "20270"], [1702469972, "20301"], [1702470005, "20341"], [1702470029, "20344"], [1702470065, "20374"], [1702470101, "20451"], [1702470131, "20526"], [1702470167, "20667"], [1702470203, "20816"], [1702470251, "21023"], [1702470278, "21509"], [1702470311, "21572"], [1702470347, "21621"], [1702470371, "21643"], [1702470404, "21658"], [1702470440, "21679"], [1702470476, "21699"], [1702470506, "21716"], [1702470542, "21790"], [1702470575, "21838"], [1702470611, "21972"], [1702470635, "22167"], [1702470662, "22257"], [1702470686, "22573"], [1702470719, "22656"], [1702470746, "22703"], [1702470812, "22735"], [1702470845, "22757"], [1702470875, "22772"], [1702470899, "22806"], [1702470953, "22876"], [1702470983, "22906"], [1702471025, "22919"], [1702471067, "22975"], [1702471169, "23050"], [1702471193, "23072"], [1702471226, "23256"], [1702471265, "23323"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "13"], [1702462721, "17"], [1702462736, "17"], [1702462751, "17"], [1702462763, "19"], [1702462793, "19"], [1702462808, "19"], [1702462829, "22"], [1702462844, "22"], [1702462865, "22"], [1702462880, "24"], [1702462904, "24"], [1702462919, "24"], [1702462952, "28"], [1702462973, "28"], [1702462988, "29"], [1702463045, "30"], [1702463081, "30"], [1702463114, "30"], [1702463150, "31"], [1702463186, "32"], [1702463216, "40"], [1702463240, "40"], [1702463273, "41"], [1702463324, "43"], [1702463354, "43"], [1702463381, "45"], [1702463417, "45"], [1702463453, "48"], [1702463477, "57"], [1702463510, "62"], [1702463537, "62"], [1702463570, "64"], [1702463591, "64"], [1702463621, "66"], [1702463657, "66"], [1702463693, "69"], [1702463729, "73"], [1702463765, "73"], [1702463798, "74"], [1702463846, "74"], [1702463873, "74"], [1702463906, "76"], [1702463948, "77"], [1702463984, "77"], [1702464014, "80"], [1702464050, "80"], [1702464086, "83"], [1702464122, "85"], [1702464155, "86"], [1702464194, "90"], [1702464230, "90"], [1702464263, "95"], [1702464299, "103"], [1702464332, "103"], [1702464356, "105"], [1702464392, "105"], [1702464425, "105"], [1702464455, "106"], [1702464479, "106"], [1702464509, "109"], [1702464533, "109"], [1702464569, "109"], [1702464605, "113"], [1702464635, "115"], [1702464671, "115"], [1702464716, "116"], [1702464743, "116"], [1702464776, "116"], [1702464812, "117"], [1702464836, "117"], [1702464869, "118"], [1702464905, "132"], [1702464926, "133"], [1702464956, "133"], [1702464992, "133"], [1702465016, "134"], [1702465049, "134"], [1702465085, "135"], [1702465118, "135"], [1702465145, "138"], [1702465178, "138"], [1702465208, "140"], [1702465241, "140"], [1702465298, "143"], [1702465334, "145"], [1702465367, "147"], [1702465394, "147"], [1702465418, "149"], [1702465445, "149"], [1702465481, "151"], [1702465517, "151"], [1702465550, "152"], [1702465586, "155"], [1702465619, "155"], [1702465658, "159"], [1702465706, "159"], [1702465754, "165"], [1702465787, "166"], [1702465823, "166"], [1702465856, "169"], [1702465880, "169"], [1702465910, "172"], [1702465952, "174"], [1702465988, "174"], [1702466015, "175"], [1702466030, "175"], [1702466060, "178"], [1702466078, "178"], [1702466138, "183"], [1702466168, "186"], [1702466204, "186"], [1702466237, "188"], [1702466261, "188"], [1702466291, "191"], [1702466327, "191"], [1702466360, "194"], [1702466384, "194"], [1702466417, "198"], [1702466441, "198"], [1702466471, "199"], [1702466507, "204"], [1702466540, "205"], [1702466597, "208"], [1702466633, "208"], [1702466666, "209"], [1702466705, "211"], [1702466732, "213"], [1702466765, "213"], [1702466801, "217"], [1702466852, "220"], [1702466876, "220"], [1702466918, "223"], [1702466978, "226"], [1702467014, "228"], [1702467038, "228"], [1702467068, "231"], [1702467122, "231"], [1702467158, "235"], [1702467191, "236"], [1702467221, "236"], [1702467257, "237"], [1702467299, "237"], [1702467350, "240"], [1702467386, "245"], [1702467419, "262"], [1702467455, "281"], [1702467515, "329"], [1702467542, "332"], [1702467566, "346"], [1702467599, "355"], [1702467635, "361"], [1702467668, "362"], [1702467695, "362"], [1702467716, "366"], [1702467746, "370"], [1702467800, "402"], [1702467824, "434"], [1702467908, "484"], [1702467944, "503"], [1702467968, "507"], [1702468001, "511"], [1702468031, "511"], [1702468067, "511"], [1702468085, "517"], [1702468115, "517"], [1702468151, "534"], [1702468181, "555"], [1702468208, "572"], [1702468241, "598"], [1702468256, "640"], [1702468286, "648"], [1702468322, "652"], [1702468352, "664"], [1702468388, "672"], [1702468424, "672"], [1702468457, "675"], [1702468493, "677"], [1702468517, "690"], [1702468550, "702"], [1702468586, "741"], [1702468613, "762"], [1702468637, "775"], [1702468679, "799"], [1702468721, "804"], [1702468730, "813"], [1702468766, "813"], [1702468799, "813"], [1702468835, "813"], [1702468898, "826"], [1702468934, "855"], [1702468970, "902"], [1702468994, "931"], [1702469024, "945"], [1702469060, "978"], [1702469111, "994"], [1702469144, "999"], [1702469168, "999"], [1702469204, "1003"], [1702469237, "1005"], [1702469273, "1017"], [1702469303, "1034"], [1702469336, "1056"], [1702469360, "1091"], [1702469387, "1095"], [1702469411, "1105"], [1702469435, "1107"], [1702469468, "1113"], [1702469504, "1114"], [1702469537, "1117"], [1702469573, "1117"], [1702469606, "1119"], [1702469633, "1123"], [1702469660, "1125"], [1702469684, "1142"], [1702469717, "1147"], [1702469753, "1161"], [1702469786, "1166"], [1702469816, "1169"], [1702469834, "1177"], [1702469864, "1187"], [1702469906, "1199"], [1702469936, "1199"], [1702469972, "1202"], [1702470005, "1202"], [1702470029, "1206"], [1702470065, "1286"], [1702470101, "1292"], [1702470131, "1300"], [1702470167, "1311"], [1702470203, "1330"], [1702470251, "1339"], [1702470278, "1352"], [1702470311, "1358"], [1702470347, "1364"], [1702470371, "1369"], [1702470404, "1369"], [1702470440, "1371"], [1702470476, "1372"], [1702470506, "1380"], [1702470542, "1391"], [1702470575, "1399"], [1702470611, "1411"], [1702470635, "1417"], [1702470662, "1429"], [1702470686, "1439"], [1702470719, "1440"], [1702470746, "1441"], [1702470812, "1449"], [1702470845, "1451"], [1702470875, "1459"], [1702470899, "1459"], [1702470953, "1460"], [1702470983, "1460"], [1702471025, "1462"], [1702471067, "1465"], [1702471169, "1471"], [1702471193, "1471"], [1702471226, "1476"], [1702471265, "1477"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "16"], [1702462988, "16"], [1702463045, "16"], [1702463081, "16"], [1702463114, "16"], [1702463150, "16"], [1702463186, "16"], [1702463216, "16"], [1702463240, "16"], [1702463273, "16"], [1702463324, "16"], [1702463354, "16"], [1702463381, "16"], [1702463417, "16"], [1702463453, "18"], [1702463477, "18"], [1702463510, "18"], [1702463537, "18"], [1702463570, "18"], [1702463591, "18"], [1702463621, "18"], [1702463657, "18"], [1702463693, "18"], [1702463729, "18"], [1702463765, "18"], [1702463798, "21"], [1702463846, "21"], [1702463873, "21"], [1702463906, "21"], [1702463948, "21"], [1702463984, "21"], [1702464014, "21"], [1702464050, "21"], [1702464086, "21"], [1702464122, "21"], [1702464155, "22"], [1702464194, "22"], [1702464230, "22"], [1702464263, "22"], [1702464299, "22"], [1702464332, "22"], [1702464356, "22"], [1702464392, "22"], [1702464425, "22"], [1702464455, "22"], [1702464479, "22"], [1702464509, "22"], [1702464533, "22"], [1702464569, "22"], [1702464605, "22"], [1702464635, "23"], [1702464671, "23"], [1702464716, "23"], [1702464743, "23"], [1702464776, "24"], [1702464812, "24"], [1702464836, "24"], [1702464869, "25"], [1702464905, "25"], [1702464926, "25"], [1702464956, "25"], [1702464992, "26"], [1702465016, "26"], [1702465049, "26"], [1702465085, "26"], [1702465118, "27"], [1702465145, "27"], [1702465178, "27"], [1702465208, "27"], [1702465241, "28"], [1702465298, "28"], [1702465334, "28"], [1702465367, "29"], [1702465394, "29"], [1702465418, "29"], [1702465445, "29"], [1702465481, "30"], [1702465517, "30"], [1702465550, "30"], [1702465586, "31"], [1702465619, "31"], [1702465658, "31"], [1702465706, "31"], [1702465754, "33"], [1702465787, "33"], [1702465823, "33"], [1702465856, "33"], [1702465880, "33"], [1702465910, "33"], [1702465952, "33"], [1702465988, "36"], [1702466015, "36"], [1702466030, "36"], [1702466060, "36"], [1702466078, "36"], [1702466138, "36"], [1702466168, "36"], [1702466204, "36"], [1702466237, "36"], [1702466261, "36"], [1702466291, "36"], [1702466327, "37"], [1702466360, "37"], [1702466384, "37"], [1702466417, "37"], [1702466441, "37"], [1702466471, "37"], [1702466507, "37"], [1702466540, "37"], [1702466597, "37"], [1702466633, "37"], [1702466666, "37"], [1702466705, "37"], [1702466732, "37"], [1702466765, "37"], [1702466801, "37"], [1702466852, "37"], [1702466876, "37"], [1702466918, "37"], [1702466978, "37"], [1702467014, "37"], [1702467038, "37"], [1702467068, "37"], [1702467122, "37"], [1702467158, "37"], [1702467191, "37"], [1702467221, "37"], [1702467257, "37"], [1702467299, "37"], [1702467350, "37"], [1702467386, "37"], [1702467419, "38"], [1702467455, "38"], [1702467515, "39"], [1702467542, "39"], [1702467566, "39"], [1702467599, "39"], [1702467635, "40"], [1702467668, "40"], [1702467695, "40"], [1702467716, "40"], [1702467746, "40"], [1702467800, "40"], [1702467824, "40"], [1702467908, "42"], [1702467944, "42"], [1702467968, "42"], [1702468001, "42"], [1702468031, "42"], [1702468067, "42"], [1702468085, "42"], [1702468115, "42"], [1702468151, "42"], [1702468181, "42"], [1702468208, "42"], [1702468241, "50"], [1702468256, "50"], [1702468286, "51"], [1702468322, "51"], [1702468352, "53"], [1702468388, "53"], [1702468424, "53"], [1702468457, "53"], [1702468493, "53"], [1702468517, "53"], [1702468550, "53"], [1702468586, "54"], [1702468613, "55"], [1702468637, "55"], [1702468679, "56"], [1702468721, "56"], [1702468730, "57"], [1702468766, "57"], [1702468799, "57"], [1702468835, "57"], [1702468898, "58"], [1702468934, "58"], [1702468970, "64"], [1702468994, "64"], [1702469024, "64"], [1702469060, "65"], [1702469111, "66"], [1702469144, "66"], [1702469168, "66"], [1702469204, "67"], [1702469237, "67"], [1702469273, "67"], [1702469303, "67"], [1702469336, "70"], [1702469360, "70"], [1702469387, "70"], [1702469411, "75"], [1702469435, "75"], [1702469468, "75"], [1702469504, "75"], [1702469537, "75"], [1702469573, "75"], [1702469606, "75"], [1702469633, "75"], [1702469660, "75"], [1702469684, "76"], [1702469717, "76"], [1702469753, "76"], [1702469786, "76"], [1702469816, "76"], [1702469834, "76"], [1702469864, "76"], [1702469906, "76"], [1702469936, "76"], [1702469972, "76"], [1702470005, "76"], [1702470029, "76"], [1702470065, "76"], [1702470101, "76"], [1702470131, "76"], [1702470167, "77"], [1702470203, "77"], [1702470251, "77"], [1702470278, "77"], [1702470311, "77"], [1702470347, "77"], [1702470371, "77"], [1702470404, "78"], [1702470440, "78"], [1702470476, "78"], [1702470506, "78"], [1702470542, "79"], [1702470575, "79"], [1702470611, "79"], [1702470635, "79"], [1702470662, "79"], [1702470686, "79"], [1702470719, "79"], [1702470746, "79"], [1702470812, "80"], [1702470845, "80"], [1702470875, "81"], [1702470899, "81"], [1702470953, "81"], [1702470983, "81"], [1702471025, "81"], [1702471067, "81"], [1702471169, "81"], [1702471193, "81"], [1702471226, "81"], [1702471265, "81"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "15"], [1702462865, "15"], [1702462880, "15"], [1702462904, "15"], [1702462919, "15"], [1702462952, "16"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "2743"], [1702462721, "2905"], [1702462736, "2905"], [1702462751, "2974"], [1702462763, "3097"], [1702462793, "3406"], [1702462808, "3655"], [1702462829, "3744"], [1702462844, "3956"], [1702462865, "3987"], [1702462880, "4165"], [1702462904, "4601"], [1702462919, "4653"], [1702462952, "5278"], [1702462973, "5499"], [1702462988, "5607"], [1702463045, "6439"], [1702463081, "7307"], [1702463114, "7584"], [1702463150, "7774"], [1702463186, "8508"], [1702463216, "8806"], [1702463240, "9191"], [1702463273, "9484"], [1702463324, "10180"], [1702463354, "10312"], [1702463381, "10882"], [1702463417, "11270"], [1702463453, "12137"], [1702463477, "12884"], [1702463510, "13628"], [1702463537, "13851"], [1702463570, "14024"], [1702463591, "14241"], [1702463621, "14439"], [1702463657, "15252"], [1702463693, "15743"], [1702463729, "15906"], [1702463765, "16123"], [1702463798, "16904"], [1702463846, "17676"], [1702463873, "18670"], [1702463906, "19290"], [1702463948, "20501"], [1702463984, "21089"], [1702464014, "21238"], [1702464050, "21644"], [1702464086, "21927"], [1702464122, "22449"], [1702464155, "22921"], [1702464194, "23354"], [1702464230, "23634"], [1702464263, "24617"], [1702464299, "25037"], [1702464332, "25271"], [1702464356, "26234"], [1702464392, "26461"], [1702464425, "26807"], [1702464455, "27831"], [1702464479, "28077"], [1702464509, "28291"], [1702464533, "30333"], [1702464569, "30670"], [1702464605, "31013"], [1702464635, "31415"], [1702464671, "31866"], [1702464716, "33202"], [1702464743, "33410"], [1702464776, "33954"], [1702464812, "34239"], [1702464836, "34900"], [1702464869, "35095"], [1702464905, "35576"], [1702464926, "35815"], [1702464956, "37030"], [1702464992, "37429"], [1702465016, "37719"], [1702465049, "38548"], [1702465085, "38903"], [1702465118, "39030"], [1702465145, "39421"], [1702465178, "39710"], [1702465208, "39994"], [1702465241, "40427"], [1702465298, "41328"], [1702465334, "41590"], [1702465367, "42073"], [1702465394, "42329"], [1702465418, "42754"], [1702465445, "43354"], [1702465481, "43819"], [1702465517, "44122"], [1702465550, "44400"], [1702465586, "45520"], [1702465619, "47560"], [1702465658, "48081"], [1702465706, "48283"], [1702465754, "49131"], [1702465787, "49418"], [1702465823, "49703"], [1702465856, "50136"], [1702465880, "50306"], [1702465910, "50585"], [1702465952, "50841"], [1702465988, "51084"], [1702466015, "51377"], [1702466030, "51914"], [1702466060, "52165"], [1702466078, "52595"], [1702466138, "52999"], [1702466168, "53217"], [1702466204, "53562"], [1702466237, "53898"], [1702466261, "54293"], [1702466291, "54530"], [1702466327, "54787"], [1702466360, "55700"], [1702466384, "56142"], [1702466417, "56479"], [1702466441, "56926"], [1702466471, "57139"], [1702466507, "57530"], [1702466540, "57849"], [1702466597, "58487"], [1702466633, "58897"], [1702466666, "59030"], [1702466705, "59458"], [1702466732, "59748"], [1702466765, "60223"], [1702466801, "60530"], [1702466852, "61033"], [1702466876, "61241"], [1702466918, "61572"], [1702466978, "62519"], [1702467014, "62815"], [1702467038, "63107"], [1702467068, "63337"], [1702467122, "63932"], [1702467158, "64276"], [1702467191, "64802"], [1702467221, "65171"], [1702467257, "65674"], [1702467299, "66177"], [1702467350, "66789"], [1702467386, "67155"], [1702467419, "67688"], [1702467455, "68406"], [1702467515, "70243"], [1702467542, "71716"], [1702467566, "72511"], [1702467599, "72902"], [1702467635, "73369"], [1702467668, "73674"], [1702467695, "73880"], [1702467716, "74266"], [1702467746, "74610"], [1702467800, "75473"], [1702467824, "78431"], [1702467908, "80847"], [1702467944, "82039"], [1702467968, "82528"], [1702468001, "82876"], [1702468031, "83121"], [1702468067, "83588"], [1702468085, "83907"], [1702468115, "84189"], [1702468151, "85257"], [1702468181, "86181"], [1702468208, "87128"], [1702468241, "88531"], [1702468256, "89306"], [1702468286, "90067"], [1702468322, "90723"], [1702468352, "91250"], [1702468388, "91683"], [1702468424, "92223"], [1702468457, "92640"], [1702468493, "93558"], [1702468517, "94344"], [1702468550, "94818"], [1702468586, "96084"], [1702468613, "97377"], [1702468637, "98042"], [1702468679, "98673"], [1702468721, "98875"], [1702468730, "102457"], [1702468766, "102791"], [1702468799, "102969"], [1702468835, "103299"], [1702468898, "106363"], [1702468934, "106896"], [1702468970, "108547"], [1702468994, "109741"], [1702469024, "110594"], [1702469060, "111846"], [1702469111, "112425"], [1702469144, "112988"], [1702469168, "113159"], [1702469204, "113387"], [1702469237, "113756"], [1702469273, "114401"], [1702469303, "115203"], [1702469336, "116702"], [1702469360, "118323"], [1702469387, "119184"], [1702469411, "119550"], [1702469435, "120215"], [1702469468, "120561"], [1702469504, "120824"], [1702469537, "121186"], [1702469573, "121837"], [1702469606, "122225"], [1702469633, "122752"], [1702469660, "123475"], [1702469684, "124160"], [1702469717, "124717"], [1702469753, "126290"], [1702469786, "126883"], [1702469816, "127199"], [1702469834, "128301"], [1702469864, "128537"], [1702469906, "129423"], [1702469936, "130157"], [1702469972, "130445"], [1702470005, "130893"], [1702470029, "131112"], [1702470065, "131547"], [1702470101, "132265"], [1702470131, "132787"], [1702470167, "133459"], [1702470203, "134236"], [1702470251, "136169"], [1702470278, "137038"], [1702470311, "137892"], [1702470347, "138346"], [1702470371, "138660"], [1702470404, "138925"], [1702470440, "139197"], [1702470476, "139705"], [1702470506, "140041"], [1702470542, "140899"], [1702470575, "141234"], [1702470611, "141793"], [1702470635, "142706"], [1702470662, "143165"], [1702470686, "144008"], [1702470719, "144375"], [1702470746, "144679"], [1702470812, "145654"], [1702470845, "146287"], [1702470875, "146730"], [1702470899, "147042"], [1702470953, "147435"], [1702470983, "147753"], [1702471025, "148071"], [1702471067, "148454"], [1702471169, "149515"], [1702471193, "149755"], [1702471226, "150138"], [1702471265, "150581"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "16"], [1702465118, "16"], [1702465145, "16"], [1702465178, "16"], [1702465208, "16"], [1702465241, "16"], [1702465298, "16"], [1702465334, "16"], [1702465367, "16"], [1702465394, "16"], [1702465418, "16"], [1702465445, "16"], [1702465481, "16"], [1702465517, "16"], [1702465550, "16"], [1702465586, "16"], [1702465619, "16"], [1702465658, "16"], [1702465706, "16"], [1702465754, "16"], [1702465787, "16"], [1702465823, "16"], [1702465856, "16"], [1702465880, "16"], [1702465910, "16"], [1702465952, "16"], [1702465988, "16"], [1702466015, "16"], [1702466030, "16"], [1702466060, "16"], [1702466078, "16"], [1702466138, "16"], [1702466168, "16"], [1702466204, "16"], [1702466237, "16"], [1702466261, "16"], [1702466291, "16"], [1702466327, "16"], [1702466360, "16"], [1702466384, "16"], [1702466417, "16"], [1702466441, "16"], [1702466471, "16"], [1702466507, "16"], [1702466540, "16"], [1702466597, "16"], [1702466633, "16"], [1702466666, "16"], [1702466705, "16"], [1702466732, "16"], [1702466765, "16"], [1702466801, "16"], [1702466852, "16"], [1702466876, "16"], [1702466918, "16"], [1702466978, "16"], [1702467014, "16"], [1702467038, "16"], [1702467068, "16"], [1702467122, "16"], [1702467158, "16"], [1702467191, "16"], [1702467221, "16"], [1702467257, "16"], [1702467299, "16"], [1702467350, "16"], [1702467386, "16"], [1702467419, "16"], [1702467455, "16"], [1702467515, "16"], [1702467542, "16"], [1702467566, "16"], [1702467599, "16"], [1702467635, "16"], [1702467668, "16"], [1702467695, "16"], [1702467716, "16"], [1702467746, "16"], [1702467800, "16"], [1702467824, "16"], [1702467908, "16"], [1702467944, "16"], [1702467968, "16"], [1702468001, "16"], [1702468031, "16"], [1702468067, "16"], [1702468085, "16"], [1702468115, "16"], [1702468151, "16"], [1702468181, "16"], [1702468208, "16"], [1702468241, "16"], [1702468256, "16"], [1702468286, "16"], [1702468322, "16"], [1702468352, "16"], [1702468388, "16"], [1702468424, "16"], [1702468457, "16"], [1702468493, "16"], [1702468517, "16"], [1702468550, "16"], [1702468586, "16"], [1702468613, "16"], [1702468637, "16"], [1702468679, "16"], [1702468721, "16"], [1702468730, "16"], [1702468766, "16"], [1702468799, "16"], [1702468835, "16"], [1702468898, "16"], [1702468934, "16"], [1702468970, "16"], [1702468994, "16"], [1702469024, "16"], [1702469060, "16"], [1702469111, "16"], [1702469144, "16"], [1702469168, "16"], [1702469204, "16"], [1702469237, "16"], [1702469273, "16"], [1702469303, "16"], [1702469336, "16"], [1702469360, "16"], [1702469387, "16"], [1702469411, "16"], [1702469435, "16"], [1702469468, "16"], [1702469504, "16"], [1702469537, "16"], [1702469573, "16"], [1702469606, "16"], [1702469633, "16"], [1702469660, "16"], [1702469684, "16"], [1702469717, "16"], [1702469753, "16"], [1702469786, "16"], [1702469816, "16"], [1702469834, "16"], [1702469864, "16"], [1702469906, "16"], [1702469936, "16"], [1702469972, "16"], [1702470005, "16"], [1702470029, "16"], [1702470065, "16"], [1702470101, "16"], [1702470131, "16"], [1702470167, "16"], [1702470203, "16"], [1702470251, "16"], [1702470278, "16"], [1702470311, "16"], [1702470347, "16"], [1702470371, "16"], [1702470404, "16"], [1702470440, "16"], [1702470476, "16"], [1702470506, "16"], [1702470542, "16"], [1702470575, "16"], [1702470611, "16"], [1702470635, "16"], [1702470662, "16"], [1702470686, "16"], [1702470719, "16"], [1702470746, "16"], [1702470812, "16"], [1702470845, "16"], [1702470875, "16"], [1702470899, "16"], [1702470953, "16"], [1702470983, "16"], [1702471025, "16"], [1702471067, "16"], [1702471169, "16"], [1702471193, "16"], [1702471226, "16"], [1702471265, "16"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "5"], [1702462751, "5"], [1702462763, "5"], [1702462793, "5"], [1702462808, "8"], [1702462829, "8"], [1702462844, "8"], [1702462865, "8"], [1702462880, "9"], [1702462904, "10"], [1702462919, "12"], [1702462952, "12"], [1702462973, "12"], [1702462988, "12"], [1702463045, "12"], [1702463081, "13"], [1702463114, "13"], [1702463150, "13"], [1702463186, "15"], [1702463216, "15"], [1702463240, "15"], [1702463273, "15"], [1702463324, "16"], [1702463354, "17"], [1702463381, "17"], [1702463417, "19"], [1702463453, "19"], [1702463477, "19"], [1702463510, "19"], [1702463537, "23"], [1702463570, "23"], [1702463591, "23"], [1702463621, "23"], [1702463657, "23"], [1702463693, "23"], [1702463729, "28"], [1702463765, "28"], [1702463798, "30"], [1702463846, "30"], [1702463873, "30"], [1702463906, "31"], [1702463948, "32"], [1702463984, "32"], [1702464014, "35"], [1702464050, "36"], [1702464086, "36"], [1702464122, "37"], [1702464155, "38"], [1702464194, "38"], [1702464230, "38"], [1702464263, "41"], [1702464299, "41"], [1702464332, "41"], [1702464356, "41"], [1702464392, "41"], [1702464425, "41"], [1702464455, "41"], [1702464479, "41"], [1702464509, "46"], [1702464533, "47"], [1702464569, "48"], [1702464605, "48"], [1702464635, "48"], [1702464671, "48"], [1702464716, "48"], [1702464743, "48"], [1702464776, "48"], [1702464812, "48"], [1702464836, "48"], [1702464869, "49"], [1702464905, "52"], [1702464926, "52"], [1702464956, "52"], [1702464992, "52"], [1702465016, "56"], [1702465049, "56"], [1702465085, "60"], [1702465118, "60"], [1702465145, "63"], [1702465178, "63"], [1702465208, "63"], [1702465241, "63"], [1702465298, "63"], [1702465334, "63"], [1702465367, "63"], [1702465394, "67"], [1702465418, "67"], [1702465445, "67"], [1702465481, "67"], [1702465517, "67"], [1702465550, "68"], [1702465586, "68"], [1702465619, "68"], [1702465658, "68"], [1702465706, "68"], [1702465754, "69"], [1702465787, "69"], [1702465823, "69"], [1702465856, "69"], [1702465880, "70"], [1702465910, "70"], [1702465952, "80"], [1702465988, "80"], [1702466015, "84"], [1702466030, "84"], [1702466060, "84"], [1702466078, "84"], [1702466138, "85"], [1702466168, "85"], [1702466204, "85"], [1702466237, "85"], [1702466261, "87"], [1702466291, "87"], [1702466327, "87"], [1702466360, "87"], [1702466384, "89"], [1702466417, "89"], [1702466441, "89"], [1702466471, "89"], [1702466507, "89"], [1702466540, "89"], [1702466597, "89"], [1702466633, "91"], [1702466666, "91"], [1702466705, "91"], [1702466732, "92"], [1702466765, "96"], [1702466801, "96"], [1702466852, "98"], [1702466876, "98"], [1702466918, "98"], [1702466978, "98"], [1702467014, "101"], [1702467038, "101"], [1702467068, "101"], [1702467122, "104"], [1702467158, "104"], [1702467191, "104"], [1702467221, "104"], [1702467257, "105"], [1702467299, "105"], [1702467350, "106"], [1702467386, "106"], [1702467419, "106"], [1702467455, "106"], [1702467515, "110"], [1702467542, "110"], [1702467566, "110"], [1702467599, "110"], [1702467635, "110"], [1702467668, "110"], [1702467695, "110"], [1702467716, "110"], [1702467746, "114"], [1702467800, "115"], [1702467824, "116"], [1702467908, "118"], [1702467944, "118"], [1702467968, "119"], [1702468001, "119"], [1702468031, "119"], [1702468067, "120"], [1702468085, "120"], [1702468115, "120"], [1702468151, "121"], [1702468181, "121"], [1702468208, "122"], [1702468241, "122"], [1702468256, "122"], [1702468286, "123"], [1702468322, "123"], [1702468352, "129"], [1702468388, "129"], [1702468424, "129"], [1702468457, "129"], [1702468493, "130"], [1702468517, "130"], [1702468550, "130"], [1702468586, "136"], [1702468613, "136"], [1702468637, "138"], [1702468679, "138"], [1702468721, "138"], [1702468730, "138"], [1702468766, "138"], [1702468799, "138"], [1702468835, "138"], [1702468898, "139"], [1702468934, "144"], [1702468970, "150"], [1702468994, "150"], [1702469024, "150"], [1702469060, "150"], [1702469111, "153"], [1702469144, "153"], [1702469168, "153"], [1702469204, "153"], [1702469237, "153"], [1702469273, "153"], [1702469303, "153"], [1702469336, "153"], [1702469360, "153"], [1702469387, "153"], [1702469411, "153"], [1702469435, "153"], [1702469468, "153"], [1702469504, "153"], [1702469537, "153"], [1702469573, "154"], [1702469606, "154"], [1702469633, "154"], [1702469660, "154"], [1702469684, "156"], [1702469717, "156"], [1702469753, "156"], [1702469786, "156"], [1702469816, "156"], [1702469834, "156"], [1702469864, "156"], [1702469906, "156"], [1702469936, "156"], [1702469972, "157"], [1702470005, "157"], [1702470029, "157"], [1702470065, "157"], [1702470101, "157"], [1702470131, "158"], [1702470167, "158"], [1702470203, "163"], [1702470251, "163"], [1702470278, "164"], [1702470311, "164"], [1702470347, "164"], [1702470371, "164"], [1702470404, "164"], [1702470440, "164"], [1702470476, "164"], [1702470506, "164"], [1702470542, "165"], [1702470575, "168"], [1702470611, "171"], [1702470635, "171"], [1702470662, "171"], [1702470686, "180"], [1702470719, "181"], [1702470746, "181"], [1702470812, "183"], [1702470845, "183"], [1702470875, "183"], [1702470899, "183"], [1702470953, "183"], [1702470983, "183"], [1702471025, "183"], [1702471067, "186"], [1702471169, "186"], [1702471193, "186"], [1702471226, "186"], [1702471265, "186"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "57"], [1702462721, "64"], [1702462736, "65"], [1702462751, "65"], [1702462763, "73"], [1702462793, "73"], [1702462808, "78"], [1702462829, "86"], [1702462844, "91"], [1702462865, "91"], [1702462880, "91"], [1702462904, "96"], [1702462919, "96"], [1702462952, "96"], [1702462973, "96"], [1702462988, "96"], [1702463045, "110"], [1702463081, "120"], [1702463114, "122"], [1702463150, "136"], [1702463186, "139"], [1702463216, "139"], [1702463240, "145"], [1702463273, "145"], [1702463324, "145"], [1702463354, "145"], [1702463381, "151"], [1702463417, "151"], [1702463453, "151"], [1702463477, "155"], [1702463510, "156"], [1702463537, "157"], [1702463570, "167"], [1702463591, "172"], [1702463621, "172"], [1702463657, "172"], [1702463693, "178"], [1702463729, "178"], [1702463765, "178"], [1702463798, "178"], [1702463846, "181"], [1702463873, "181"], [1702463906, "182"], [1702463948, "184"], [1702463984, "184"], [1702464014, "184"], [1702464050, "187"], [1702464086, "187"], [1702464122, "187"], [1702464155, "205"], [1702464194, "205"], [1702464230, "206"], [1702464263, "214"], [1702464299, "215"], [1702464332, "215"], [1702464356, "215"], [1702464392, "218"], [1702464425, "218"], [1702464455, "218"], [1702464479, "221"], [1702464509, "221"], [1702464533, "221"], [1702464569, "221"], [1702464605, "226"], [1702464635, "226"], [1702464671, "249"], [1702464716, "253"], [1702464743, "253"], [1702464776, "253"], [1702464812, "253"], [1702464836, "258"], [1702464869, "258"], [1702464905, "258"], [1702464926, "258"], [1702464956, "268"], [1702464992, "287"], [1702465016, "287"], [1702465049, "292"], [1702465085, "292"], [1702465118, "292"], [1702465145, "292"], [1702465178, "297"], [1702465208, "297"], [1702465241, "297"], [1702465298, "303"], [1702465334, "303"], [1702465367, "306"], [1702465394, "315"], [1702465418, "317"], [1702465445, "317"], [1702465481, "317"], [1702465517, "321"], [1702465550, "321"], [1702465586, "321"], [1702465619, "327"], [1702465658, "327"], [1702465706, "328"], [1702465754, "336"], [1702465787, "336"], [1702465823, "337"], [1702465856, "341"], [1702465880, "341"], [1702465910, "341"], [1702465952, "341"], [1702465988, "345"], [1702466015, "345"], [1702466030, "345"], [1702466060, "345"], [1702466078, "351"], [1702466138, "351"], [1702466168, "353"], [1702466204, "358"], [1702466237, "358"], [1702466261, "358"], [1702466291, "358"], [1702466327, "364"], [1702466360, "364"], [1702466384, "364"], [1702466417, "372"], [1702466441, "372"], [1702466471, "374"], [1702466507, "376"], [1702466540, "383"], [1702466597, "383"], [1702466633, "383"], [1702466666, "389"], [1702466705, "389"], [1702466732, "389"], [1702466765, "399"], [1702466801, "399"], [1702466852, "399"], [1702466876, "407"], [1702466918, "407"], [1702466978, "407"], [1702467014, "413"], [1702467038, "413"], [1702467068, "413"], [1702467122, "420"], [1702467158, "421"], [1702467191, "423"], [1702467221, "433"], [1702467257, "433"], [1702467299, "433"], [1702467350, "437"], [1702467386, "437"], [1702467419, "445"], [1702467455, "468"], [1702467515, "516"], [1702467542, "534"], [1702467566, "555"], [1702467599, "561"], [1702467635, "570"], [1702467668, "575"], [1702467695, "575"], [1702467716, "578"], [1702467746, "582"], [1702467800, "602"], [1702467824, "633"], [1702467908, "708"], [1702467944, "726"], [1702467968, "730"], [1702468001, "735"], [1702468031, "735"], [1702468067, "735"], [1702468085, "738"], [1702468115, "748"], [1702468151, "751"], [1702468181, "767"], [1702468208, "784"], [1702468241, "838"], [1702468256, "857"], [1702468286, "871"], [1702468322, "880"], [1702468352, "900"], [1702468388, "905"], [1702468424, "905"], [1702468457, "911"], [1702468493, "930"], [1702468517, "970"], [1702468550, "990"], [1702468586, "1063"], [1702468613, "1112"], [1702468637, "1126"], [1702468679, "1148"], [1702468721, "1157"], [1702468730, "1166"], [1702468766, "1166"], [1702468799, "1171"], [1702468835, "1171"], [1702468898, "1204"], [1702468934, "1238"], [1702468970, "1278"], [1702468994, "1325"], [1702469024, "1347"], [1702469060, "1377"], [1702469111, "1391"], [1702469144, "1396"], [1702469168, "1396"], [1702469204, "1397"], [1702469237, "1398"], [1702469273, "1429"], [1702469303, "1449"], [1702469336, "1483"], [1702469360, "1511"], [1702469387, "1521"], [1702469411, "1527"], [1702469435, "1532"], [1702469468, "1533"], [1702469504, "1543"], [1702469537, "1543"], [1702469573, "1543"], [1702469606, "1552"], [1702469633, "1559"], [1702469660, "1561"], [1702469684, "1567"], [1702469717, "1584"], [1702469753, "1592"], [1702469786, "1604"], [1702469816, "1604"], [1702469834, "1615"], [1702469864, "1616"], [1702469906, "1624"], [1702469936, "1627"], [1702469972, "1627"], [1702470005, "1627"], [1702470029, "1627"], [1702470065, "1636"], [1702470101, "1640"], [1702470131, "1653"], [1702470167, "1682"], [1702470203, "1707"], [1702470251, "1719"], [1702470278, "1732"], [1702470311, "1738"], [1702470347, "1740"], [1702470371, "1740"], [1702470404, "1744"], [1702470440, "1744"], [1702470476, "1744"], [1702470506, "1753"], [1702470542, "1758"], [1702470575, "1766"], [1702470611, "1782"], [1702470635, "1832"], [1702470662, "1835"], [1702470686, "1841"], [1702470719, "1846"], [1702470746, "1852"], [1702470812, "1855"], [1702470845, "1858"], [1702470875, "1858"], [1702470899, "1859"], [1702470953, "1859"], [1702470983, "1866"], [1702471025, "1866"], [1702471067, "1870"], [1702471169, "1870"], [1702471193, "1874"], [1702471226, "1874"], [1702471265, "1874"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "38"], [1702462973, "38"], [1702462988, "38"], [1702463045, "38"], [1702463081, "38"], [1702463114, "38"], [1702463150, "38"], [1702463186, "38"], [1702463216, "38"], [1702463240, "75"], [1702463273, "75"], [1702463324, "75"], [1702463354, "75"], [1702463381, "75"], [1702463417, "75"], [1702463453, "75"], [1702463477, "75"], [1702463510, "75"], [1702463537, "75"], [1702463570, "75"], [1702463591, "75"], [1702463621, "75"], [1702463657, "75"], [1702463693, "75"], [1702463729, "75"], [1702463765, "75"], [1702463798, "75"], [1702463846, "75"], [1702463873, "75"], [1702463906, "75"], [1702463948, "75"], [1702463984, "75"], [1702464014, "75"], [1702464050, "75"], [1702464086, "75"], [1702464122, "75"], [1702464155, "75"], [1702464194, "75"], [1702464230, "75"], [1702464263, "75"], [1702464299, "75"], [1702464332, "75"], [1702464356, "75"], [1702464392, "75"], [1702464425, "75"], [1702464455, "75"], [1702464479, "75"], [1702464509, "75"], [1702464533, "75"], [1702464569, "75"], [1702464605, "75"], [1702464635, "75"], [1702464671, "75"], [1702464716, "75"], [1702464743, "75"], [1702464776, "75"], [1702464812, "75"], [1702464836, "75"], [1702464869, "75"], [1702464905, "75"], [1702464926, "75"], [1702464956, "75"], [1702464992, "75"], [1702465016, "75"], [1702465049, "75"], [1702465085, "75"], [1702465118, "75"], [1702465145, "75"], [1702465178, "75"], [1702465208, "75"], [1702465241, "75"], [1702465298, "75"], [1702465334, "75"], [1702465367, "75"], [1702465394, "75"], [1702465418, "75"], [1702465445, "75"], [1702465481, "75"], [1702465517, "75"], [1702465550, "75"], [1702465586, "75"], [1702465619, "75"], [1702465658, "75"], [1702465706, "75"], [1702465754, "75"], [1702465787, "75"], [1702465823, "75"], [1702465856, "75"], [1702465880, "75"], [1702465910, "75"], [1702465952, "75"], [1702465988, "75"], [1702466015, "75"], [1702466030, "75"], [1702466060, "75"], [1702466078, "75"], [1702466138, "75"], [1702466168, "75"], [1702466204, "75"], [1702466237, "75"], [1702466261, "75"], [1702466291, "75"], [1702466327, "75"], [1702466360, "75"], [1702466384, "75"], [1702466417, "75"], [1702466441, "75"], [1702466471, "75"], [1702466507, "75"], [1702466540, "75"], [1702466597, "75"], [1702466633, "75"], [1702466666, "75"], [1702466705, "75"], [1702466732, "75"], [1702466765, "75"], [1702466801, "75"], [1702466852, "75"], [1702466876, "75"], [1702466918, "75"], [1702466978, "75"], [1702467014, "75"], [1702467038, "75"], [1702467068, "75"], [1702467122, "75"], [1702467158, "75"], [1702467191, "75"], [1702467221, "75"], [1702467257, "75"], [1702467299, "75"], [1702467350, "75"], [1702467386, "75"], [1702467419, "75"], [1702467455, "75"], [1702467515, "75"], [1702467542, "75"], [1702467566, "75"], [1702467599, "75"], [1702467635, "75"], [1702467668, "75"], [1702467695, "75"], [1702467716, "75"], [1702467746, "75"], [1702467800, "75"], [1702467824, "75"], [1702467908, "75"], [1702467944, "75"], [1702467968, "75"], [1702468001, "75"], [1702468031, "75"], [1702468067, "75"], [1702468085, "75"], [1702468115, "75"], [1702468151, "75"], [1702468181, "75"], [1702468208, "75"], [1702468241, "75"], [1702468256, "75"], [1702468286, "75"], [1702468322, "75"], [1702468352, "75"], [1702468388, "75"], [1702468424, "75"], [1702468457, "75"], [1702468493, "75"], [1702468517, "75"], [1702468550, "75"], [1702468586, "75"], [1702468613, "75"], [1702468637, "75"], [1702468679, "75"], [1702468721, "75"], [1702468730, "75"], [1702468766, "75"], [1702468799, "75"], [1702468835, "75"], [1702468898, "75"], [1702468934, "75"], [1702468970, "75"], [1702468994, "75"], [1702469024, "75"], [1702469060, "75"], [1702469111, "75"], [1702469144, "75"], [1702469168, "75"], [1702469204, "75"], [1702469237, "75"], [1702469273, "75"], [1702469303, "75"], [1702469336, "75"], [1702469360, "75"], [1702469387, "75"], [1702469411, "75"], [1702469435, "75"], [1702469468, "75"], [1702469504, "75"], [1702469537, "75"], [1702469573, "75"], [1702469606, "75"], [1702469633, "75"], [1702469660, "75"], [1702469684, "75"], [1702469717, "75"], [1702469753, "75"], [1702469786, "75"], [1702469816, "75"], [1702469834, "75"], [1702469864, "75"], [1702469906, "75"], [1702469936, "75"], [1702469972, "75"], [1702470005, "75"], [1702470029, "75"], [1702470065, "75"], [1702470101, "75"], [1702470131, "75"], [1702470167, "75"], [1702470203, "75"], [1702470251, "75"], [1702470278, "75"], [1702470311, "75"], [1702470347, "75"], [1702470371, "75"], [1702470404, "75"], [1702470440, "75"], [1702470476, "75"], [1702470506, "75"], [1702470542, "75"], [1702470575, "75"], [1702470611, "75"], [1702470635, "75"], [1702470662, "75"], [1702470686, "75"], [1702470719, "75"], [1702470746, "75"], [1702470812, "75"], [1702470845, "75"], [1702470875, "75"], [1702470899, "75"], [1702470953, "75"], [1702470983, "75"], [1702471025, "75"], [1702471067, "75"], [1702471169, "75"], [1702471193, "75"], [1702471226, "75"], [1702471265, "75"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "37"], [1702462808, "37"], [1702462829, "37"], [1702462844, "37"], [1702462865, "37"], [1702462880, "37"], [1702462904, "38"], [1702462919, "38"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "92"], [1702468766, "99"], [1702468799, "103"], [1702468835, "104"], [1702468898, "116"], [1702468934, "126"], [1702468970, "140"], [1702468994, "148"], [1702469024, "169"], [1702469060, "187"], [1702469111, "190"], [1702469144, "201"], [1702469168, "202"], [1702469204, "202"], [1702469237, "210"], [1702469273, "219"], [1702469303, "222"], [1702469336, "232"], [1702469360, "233"], [1702469387, "245"], [1702469411, "245"], [1702469435, "266"], [1702469468, "275"], [1702469504, "285"], [1702469537, "294"], [1702469573, "294"], [1702469606, "294"], [1702469633, "298"], [1702469660, "302"], [1702469684, "309"], [1702469717, "313"], [1702469753, "319"], [1702469786, "325"], [1702469816, "334"], [1702469834, "345"], [1702469864, "350"], [1702469906, "354"], [1702469936, "359"], [1702469972, "359"], [1702470005, "362"], [1702470029, "375"], [1702470065, "384"], [1702470101, "387"], [1702470131, "392"], [1702470167, "409"], [1702470203, "409"], [1702470251, "423"], [1702470278, "428"], [1702470311, "435"], [1702470347, "437"], [1702470371, "437"], [1702470404, "438"], [1702470440, "438"], [1702470476, "440"], [1702470506, "447"], [1702470542, "449"], [1702470575, "449"], [1702470611, "457"], [1702470635, "459"], [1702470662, "460"], [1702470686, "472"], [1702470719, "480"], [1702470746, "483"], [1702470812, "485"], [1702470845, "486"], [1702470875, "498"], [1702470899, "500"], [1702470953, "500"], [1702470983, "502"], [1702471025, "502"], [1702471067, "512"], [1702471169, "513"], [1702471193, "516"], [1702471226, "518"], [1702471265, "518"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "7125"], [1702462844, "7170"], [1702462865, "7170"], [1702462880, "7170"], [1702462904, "7178"], [1702462919, "7384"], [1702462952, "7612"], [1702462973, "7612"], [1702462988, "7612"], [1702463045, "7651"], [1702463081, "7767"], [1702463114, "7922"], [1702463150, "7922"], [1702463186, "7969"], [1702463216, "7969"], [1702463240, "7969"], [1702463273, "7969"], [1702463324, "7970"], [1702463354, "7970"], [1702463381, "7970"], [1702463417, "8174"], [1702463453, "8174"], [1702463477, "8288"], [1702463510, "8288"], [1702463537, "8513"], [1702463570, "8626"], [1702463591, "8741"], [1702463621, "8794"], [1702463657, "8794"], [1702463693, "8794"], [1702463729, "9024"], [1702463765, "9024"], [1702463798, "9024"], [1702463846, "9024"], [1702463873, "9115"], [1702463906, "9230"], [1702463948, "9346"], [1702463984, "9346"], [1702464014, "9346"], [1702464050, "9346"], [1702464086, "9346"], [1702464122, "9346"], [1702464155, "9346"], [1702464194, "9346"], [1702464230, "9346"], [1702464263, "9346"], [1702464299, "9346"], [1702464332, "9425"], [1702464356, "9425"], [1702464392, "9517"], [1702464425, "9653"], [1702464455, "9653"], [1702464479, "9653"], [1702464509, "9653"], [1702464533, "9653"], [1702464569, "9653"], [1702464605, "9769"], [1702464635, "9885"], [1702464671, "9885"], [1702464716, "9885"], [1702464743, "9885"], [1702464776, "9885"], [1702464812, "9885"], [1702464836, "10000"], [1702464869, "10000"], [1702464905, "10115"], [1702464926, "10115"], [1702464956, "10115"], [1702464992, "10115"], [1702465016, "10115"], [1702465049, "10115"], [1702465085, "10115"], [1702465118, "10115"], [1702465145, "10115"], [1702465178, "10115"], [1702465208, "10115"], [1702465241, "10115"], [1702465298, "10115"], [1702465334, "10115"], [1702465367, "10115"], [1702465394, "10115"], [1702465418, "10115"], [1702465445, "10115"], [1702465481, "10115"], [1702465517, "10115"], [1702465550, "10115"], [1702465586, "10115"], [1702465619, "10115"], [1702465658, "10115"], [1702465706, "10115"], [1702465754, "10115"], [1702465787, "10115"], [1702465823, "10115"], [1702465856, "10115"], [1702465880, "10115"], [1702465910, "10115"], [1702465952, "10115"], [1702465988, "10115"], [1702466015, "10115"], [1702466030, "10115"], [1702466060, "10115"], [1702466078, "10115"], [1702466138, "10115"], [1702466168, "10115"], [1702466204, "10115"], [1702466237, "10115"], [1702466261, "10115"], [1702466291, "10115"], [1702466327, "10115"], [1702466360, "10115"], [1702466384, "10115"], [1702466417, "10115"], [1702466441, "10115"], [1702466471, "10115"], [1702466507, "10115"], [1702466540, "10115"], [1702466597, "10115"], [1702466633, "10115"], [1702466666, "10115"], [1702466705, "10115"], [1702466732, "10115"], [1702466765, "10115"], [1702466801, "10115"], [1702466852, "10115"], [1702466876, "10115"], [1702466918, "10115"], [1702466978, "10115"], [1702467014, "10115"], [1702467038, "10115"], [1702467068, "10115"], [1702467122, "10161"], [1702467158, "10161"], [1702467191, "10161"], [1702467221, "10161"], [1702467257, "10161"], [1702467299, "10161"], [1702467350, "10161"], [1702467386, "10161"], [1702467419, "10161"], [1702467455, "10161"], [1702467515, "10161"], [1702467542, "10161"], [1702467566, "10161"], [1702467599, "10161"], [1702467635, "10161"], [1702467668, "10161"], [1702467695, "10161"], [1702467716, "10161"], [1702467746, "10161"], [1702467800, "10161"], [1702467824, "10161"], [1702467908, "10161"], [1702467944, "10201"], [1702467968, "10201"], [1702468001, "10201"], [1702468031, "10201"], [1702468067, "10201"], [1702468085, "10201"], [1702468115, "10201"], [1702468151, "10201"], [1702468181, "10201"], [1702468208, "10201"], [1702468241, "10201"], [1702468256, "10201"], [1702468286, "10201"], [1702468322, "10201"], [1702468352, "10201"], [1702468388, "10201"], [1702468424, "10201"], [1702468457, "10201"], [1702468493, "10201"], [1702468517, "10201"], [1702468550, "10201"], [1702468586, "10201"], [1702468613, "10201"], [1702468637, "10312"], [1702468679, "10312"], [1702468721, "10312"], [1702468730, "10312"], [1702468766, "10312"], [1702468799, "10312"], [1702468835, "10312"], [1702468898, "10312"], [1702468934, "10312"], [1702468970, "10312"], [1702468994, "10312"], [1702469024, "10312"], [1702469060, "10312"], [1702469111, "10312"], [1702469144, "10312"], [1702469168, "10312"], [1702469204, "10312"], [1702469237, "10312"], [1702469273, "10312"], [1702469303, "10312"], [1702469336, "10312"], [1702469360, "10312"], [1702469387, "10312"], [1702469411, "10312"], [1702469435, "10312"], [1702469468, "10312"], [1702469504, "10312"], [1702469537, "10312"], [1702469573, "10312"], [1702469606, "10312"], [1702469633, "10312"], [1702469660, "10312"], [1702469684, "10312"], [1702469717, "10312"], [1702469753, "10312"], [1702469786, "10312"], [1702469816, "10312"], [1702469834, "10312"], [1702469864, "10312"], [1702469906, "10312"], [1702469936, "10312"], [1702469972, "10312"], [1702470005, "10312"], [1702470029, "10312"], [1702470065, "10312"], [1702470101, "10312"], [1702470131, "10312"], [1702470167, "10312"], [1702470203, "10312"], [1702470251, "10312"], [1702470278, "10312"], [1702470311, "10312"], [1702470347, "10312"], [1702470371, "10312"], [1702470404, "10312"], [1702470440, "10312"], [1702470476, "10312"], [1702470506, "10312"], [1702470542, "10312"], [1702470575, "10312"], [1702470611, "10312"], [1702470635, "10312"], [1702470662, "10312"], [1702470686, "10312"], [1702470719, "10312"], [1702470746, "10312"], [1702470812, "10312"], [1702470845, "10312"], [1702470875, "10312"], [1702470899, "10312"], [1702470953, "10312"], [1702470983, "10312"], [1702471025, "10312"], [1702471067, "10312"], [1702471169, "10312"], [1702471193, "10312"], [1702471226, "10312"], [1702471265, "10312"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "6707"], [1702462736, "6707"], [1702462751, "6757"], [1702462763, "6758"], [1702462793, "6920"], [1702462808, "6970"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "20"], [1702462721, "21"], [1702462736, "23"], [1702462751, "23"], [1702462763, "23"], [1702462793, "23"], [1702462808, "23"], [1702462829, "23"], [1702462844, "23"], [1702462865, "23"], [1702462880, "24"], [1702462904, "24"], [1702462919, "26"], [1702462952, "32"], [1702462973, "32"], [1702462988, "32"], [1702463045, "33"], [1702463081, "35"], [1702463114, "35"], [1702463150, "45"], [1702463186, "45"], [1702463216, "45"], [1702463240, "45"], [1702463273, "46"], [1702463324, "46"], [1702463354, "46"], [1702463381, "47"], [1702463417, "47"], [1702463453, "47"], [1702463477, "47"], [1702463510, "48"], [1702463537, "48"], [1702463570, "48"], [1702463591, "48"], [1702463621, "48"], [1702463657, "48"], [1702463693, "48"], [1702463729, "51"], [1702463765, "52"], [1702463798, "52"], [1702463846, "52"], [1702463873, "66"], [1702463906, "66"], [1702463948, "66"], [1702463984, "66"], [1702464014, "66"], [1702464050, "66"], [1702464086, "72"], [1702464122, "73"], [1702464155, "73"], [1702464194, "73"], [1702464230, "73"], [1702464263, "73"], [1702464299, "73"], [1702464332, "73"], [1702464356, "74"], [1702464392, "74"], [1702464425, "74"], [1702464455, "77"], [1702464479, "77"], [1702464509, "77"], [1702464533, "77"], [1702464569, "77"], [1702464605, "78"], [1702464635, "78"], [1702464671, "78"], [1702464716, "79"], [1702464743, "79"], [1702464776, "79"], [1702464812, "79"], [1702464836, "81"], [1702464869, "81"], [1702464905, "81"], [1702464926, "82"], [1702464956, "83"], [1702464992, "83"], [1702465016, "86"], [1702465049, "86"], [1702465085, "86"], [1702465118, "86"], [1702465145, "86"], [1702465178, "86"], [1702465208, "89"], [1702465241, "89"], [1702465298, "89"], [1702465334, "96"], [1702465367, "96"], [1702465394, "96"], [1702465418, "96"], [1702465445, "103"], [1702465481, "103"], [1702465517, "103"], [1702465550, "103"], [1702465586, "110"], [1702465619, "110"], [1702465658, "110"], [1702465706, "110"], [1702465754, "110"], [1702465787, "110"], [1702465823, "110"], [1702465856, "110"], [1702465880, "110"], [1702465910, "110"], [1702465952, "111"], [1702465988, "111"], [1702466015, "111"], [1702466030, "111"], [1702466060, "111"], [1702466078, "111"], [1702466138, "111"], [1702466168, "112"], [1702466204, "112"], [1702466237, "112"], [1702466261, "112"], [1702466291, "112"], [1702466327, "112"], [1702466360, "112"], [1702466384, "112"], [1702466417, "112"], [1702466441, "112"], [1702466471, "112"], [1702466507, "112"], [1702466540, "115"], [1702466597, "115"], [1702466633, "115"], [1702466666, "116"], [1702466705, "116"], [1702466732, "116"], [1702466765, "116"], [1702466801, "117"], [1702466852, "117"], [1702466876, "117"], [1702466918, "118"], [1702466978, "118"], [1702467014, "118"], [1702467038, "120"], [1702467068, "120"], [1702467122, "121"], [1702467158, "124"], [1702467191, "125"], [1702467221, "125"], [1702467257, "125"], [1702467299, "126"], [1702467350, "127"], [1702467386, "129"], [1702467419, "129"], [1702467455, "129"], [1702467515, "142"], [1702467542, "142"], [1702467566, "142"], [1702467599, "142"], [1702467635, "142"], [1702467668, "142"], [1702467695, "142"], [1702467716, "142"], [1702467746, "142"], [1702467800, "144"], [1702467824, "144"], [1702467908, "144"], [1702467944, "144"], [1702467968, "144"], [1702468001, "146"], [1702468031, "146"], [1702468067, "147"], [1702468085, "147"], [1702468115, "148"], [1702468151, "148"], [1702468181, "148"], [1702468208, "150"], [1702468241, "150"], [1702468256, "150"], [1702468286, "150"], [1702468322, "150"], [1702468352, "150"], [1702468388, "153"], [1702468424, "153"], [1702468457, "153"], [1702468493, "157"], [1702468517, "157"], [1702468550, "157"], [1702468586, "158"], [1702468613, "161"], [1702468637, "161"], [1702468679, "161"], [1702468721, "161"], [1702468730, "164"], [1702468766, "164"], [1702468799, "164"], [1702468835, "164"], [1702468898, "164"], [1702468934, "164"], [1702468970, "169"], [1702468994, "181"], [1702469024, "181"], [1702469060, "182"], [1702469111, "183"], [1702469144, "183"], [1702469168, "183"], [1702469204, "183"], [1702469237, "184"], [1702469273, "184"], [1702469303, "185"], [1702469336, "185"], [1702469360, "190"], [1702469387, "190"], [1702469411, "191"], [1702469435, "191"], [1702469468, "193"], [1702469504, "193"], [1702469537, "193"], [1702469573, "194"], [1702469606, "195"], [1702469633, "195"], [1702469660, "195"], [1702469684, "195"], [1702469717, "198"], [1702469753, "199"], [1702469786, "200"], [1702469816, "200"], [1702469834, "200"], [1702469864, "200"], [1702469906, "200"], [1702469936, "200"], [1702469972, "201"], [1702470005, "201"], [1702470029, "201"], [1702470065, "201"], [1702470101, "202"], [1702470131, "203"], [1702470167, "203"], [1702470203, "212"], [1702470251, "212"], [1702470278, "214"], [1702470311, "215"], [1702470347, "215"], [1702470371, "218"], [1702470404, "218"], [1702470440, "218"], [1702470476, "218"], [1702470506, "218"], [1702470542, "218"], [1702470575, "220"], [1702470611, "220"], [1702470635, "220"], [1702470662, "220"], [1702470686, "224"], [1702470719, "224"], [1702470746, "224"], [1702470812, "225"], [1702470845, "225"], [1702470875, "226"], [1702470899, "226"], [1702470953, "228"], [1702470983, "228"], [1702471025, "228"], [1702471067, "228"], [1702471169, "228"], [1702471193, "229"], [1702471226, "229"], [1702471265, "229"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "89"], [1702462721, "98"], [1702462736, "101"], [1702462751, "116"], [1702462763, "132"], [1702462793, "158"], [1702462808, "177"], [1702462829, "177"], [1702462844, "192"], [1702462865, "193"], [1702462880, "193"], [1702462904, "193"], [1702462919, "193"], [1702462952, "193"], [1702462973, "193"], [1702462988, "195"], [1702463045, "195"], [1702463081, "195"], [1702463114, "196"], [1702463150, "196"], [1702463186, "197"], [1702463216, "197"], [1702463240, "199"], [1702463273, "199"], [1702463324, "199"], [1702463354, "203"], [1702463381, "203"], [1702463417, "203"], [1702463453, "203"], [1702463477, "215"], [1702463510, "215"], [1702463537, "215"], [1702463570, "215"], [1702463591, "216"], [1702463621, "216"], [1702463657, "216"], [1702463693, "216"], [1702463729, "218"], [1702463765, "218"], [1702463798, "219"], [1702463846, "228"], [1702463873, "254"], [1702463906, "254"], [1702463948, "258"], [1702463984, "258"], [1702464014, "258"], [1702464050, "258"], [1702464086, "261"], [1702464122, "280"], [1702464155, "280"], [1702464194, "282"], [1702464230, "282"], [1702464263, "284"], [1702464299, "288"], [1702464332, "291"], [1702464356, "291"], [1702464392, "291"], [1702464425, "294"], [1702464455, "320"], [1702464479, "320"], [1702464509, "320"], [1702464533, "320"], [1702464569, "324"], [1702464605, "325"], [1702464635, "325"], [1702464671, "327"], [1702464716, "327"], [1702464743, "327"], [1702464776, "327"], [1702464812, "330"], [1702464836, "330"], [1702464869, "330"], [1702464905, "334"], [1702464926, "334"], [1702464956, "334"], [1702464992, "334"], [1702465016, "336"], [1702465049, "336"], [1702465085, "368"], [1702465118, "368"], [1702465145, "371"], [1702465178, "371"], [1702465208, "371"], [1702465241, "371"], [1702465298, "374"], [1702465334, "374"], [1702465367, "375"], [1702465394, "377"], [1702465418, "377"], [1702465445, "377"], [1702465481, "405"], [1702465517, "409"], [1702465550, "409"], [1702465586, "409"], [1702465619, "411"], [1702465658, "411"], [1702465706, "411"], [1702465754, "414"], [1702465787, "414"], [1702465823, "414"], [1702465856, "423"], [1702465880, "423"], [1702465910, "423"], [1702465952, "423"], [1702465988, "427"], [1702466015, "427"], [1702466030, "427"], [1702466060, "427"], [1702466078, "427"], [1702466138, "429"], [1702466168, "429"], [1702466204, "430"], [1702466237, "476"], [1702466261, "509"], [1702466291, "509"], [1702466327, "509"], [1702466360, "512"], [1702466384, "513"], [1702466417, "513"], [1702466441, "514"], [1702466471, "526"], [1702466507, "526"], [1702466540, "526"], [1702466597, "531"], [1702466633, "531"], [1702466666, "531"], [1702466705, "532"], [1702466732, "532"], [1702466765, "532"], [1702466801, "532"], [1702466852, "543"], [1702466876, "543"], [1702466918, "543"], [1702466978, "549"], [1702467014, "549"], [1702467038, "549"], [1702467068, "552"], [1702467122, "554"], [1702467158, "554"], [1702467191, "557"], [1702467221, "557"], [1702467257, "557"], [1702467299, "562"], [1702467350, "562"], [1702467386, "562"], [1702467419, "569"], [1702467455, "574"], [1702467515, "583"], [1702467542, "593"], [1702467566, "599"], [1702467599, "602"], [1702467635, "604"], [1702467668, "606"], [1702467695, "606"], [1702467716, "607"], [1702467746, "608"], [1702467800, "619"], [1702467824, "632"], [1702467908, "680"], [1702467944, "693"], [1702467968, "695"], [1702468001, "696"], [1702468031, "699"], [1702468067, "699"], [1702468085, "699"], [1702468115, "699"], [1702468151, "702"], [1702468181, "716"], [1702468208, "724"], [1702468241, "749"], [1702468256, "760"], [1702468286, "765"], [1702468322, "769"], [1702468352, "773"], [1702468388, "781"], [1702468424, "781"], [1702468457, "781"], [1702468493, "788"], [1702468517, "790"], [1702468550, "793"], [1702468586, "807"], [1702468613, "825"], [1702468637, "833"], [1702468679, "839"], [1702468721, "842"], [1702468730, "852"], [1702468766, "852"], [1702468799, "852"], [1702468835, "852"], [1702468898, "859"], [1702468934, "874"], [1702468970, "897"], [1702468994, "914"], [1702469024, "917"], [1702469060, "1005"], [1702469111, "1014"], [1702469144, "1014"], [1702469168, "1014"], [1702469204, "1014"], [1702469237, "1020"], [1702469273, "1025"], [1702469303, "1039"], [1702469336, "1061"], [1702469360, "1082"], [1702469387, "1091"], [1702469411, "1092"], [1702469435, "1094"], [1702469468, "1102"], [1702469504, "1102"], [1702469537, "1102"], [1702469573, "1105"], [1702469606, "1105"], [1702469633, "1105"], [1702469660, "1105"], [1702469684, "1115"], [1702469717, "1120"], [1702469753, "1125"], [1702469786, "1132"], [1702469816, "1137"], [1702469834, "1140"], [1702469864, "1142"], [1702469906, "1146"], [1702469936, "1149"], [1702469972, "1149"], [1702470005, "1149"], [1702470029, "1149"], [1702470065, "1151"], [1702470101, "1152"], [1702470131, "1154"], [1702470167, "1160"], [1702470203, "1166"], [1702470251, "1173"], [1702470278, "1178"], [1702470311, "1181"], [1702470347, "1181"], [1702470371, "1181"], [1702470404, "1184"], [1702470440, "1184"], [1702470476, "1184"], [1702470506, "1184"], [1702470542, "1192"], [1702470575, "1199"], [1702470611, "1203"], [1702470635, "1212"], [1702470662, "1219"], [1702470686, "1227"], [1702470719, "1228"], [1702470746, "1228"], [1702470812, "1230"], [1702470845, "1230"], [1702470875, "1239"], [1702470899, "1239"], [1702470953, "1239"], [1702470983, "1239"], [1702471025, "1357"], [1702471067, "1357"], [1702471169, "1366"], [1702471193, "1367"], [1702471226, "1367"], [1702471265, "1372"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "11"], [1702462721, "13"], [1702462736, "13"], [1702462751, "13"], [1702462763, "13"], [1702462793, "13"], [1702462808, "13"], [1702462829, "13"], [1702462844, "19"], [1702462865, "19"], [1702462880, "19"], [1702462904, "19"], [1702462919, "19"], [1702462952, "23"], [1702462973, "24"], [1702462988, "25"], [1702463045, "25"], [1702463081, "27"], [1702463114, "27"], [1702463150, "27"], [1702463186, "27"], [1702463216, "30"], [1702463240, "34"], [1702463273, "34"], [1702463324, "37"], [1702463354, "40"], [1702463381, "40"], [1702463417, "40"], [1702463453, "48"], [1702463477, "48"], [1702463510, "48"], [1702463537, "48"], [1702463570, "51"], [1702463591, "51"], [1702463621, "51"], [1702463657, "51"], [1702463693, "66"], [1702463729, "66"], [1702463765, "66"], [1702463798, "70"], [1702463846, "70"], [1702463873, "70"], [1702463906, "70"], [1702463948, "73"], [1702463984, "73"], [1702464014, "73"], [1702464050, "76"], [1702464086, "76"], [1702464122, "76"], [1702464155, "80"], [1702464194, "81"], [1702464230, "81"], [1702464263, "82"], [1702464299, "85"], [1702464332, "85"], [1702464356, "85"], [1702464392, "85"], [1702464425, "96"], [1702464455, "96"], [1702464479, "96"], [1702464509, "101"], [1702464533, "101"], [1702464569, "103"], [1702464605, "103"], [1702464635, "106"], [1702464671, "106"], [1702464716, "109"], [1702464743, "109"], [1702464776, "113"], [1702464812, "113"], [1702464836, "113"], [1702464869, "125"], [1702464905, "125"], [1702464926, "125"], [1702464956, "125"], [1702464992, "129"], [1702465016, "129"], [1702465049, "129"], [1702465085, "129"], [1702465118, "132"], [1702465145, "132"], [1702465178, "132"], [1702465208, "132"], [1702465241, "133"], [1702465298, "133"], [1702465334, "133"], [1702465367, "137"], [1702465394, "138"], [1702465418, "138"], [1702465445, "138"], [1702465481, "141"], [1702465517, "141"], [1702465550, "141"], [1702465586, "144"], [1702465619, "144"], [1702465658, "144"], [1702465706, "144"], [1702465754, "152"], [1702465787, "152"], [1702465823, "152"], [1702465856, "155"], [1702465880, "155"], [1702465910, "155"], [1702465952, "155"], [1702465988, "159"], [1702466015, "159"], [1702466030, "159"], [1702466060, "159"], [1702466078, "161"], [1702466138, "161"], [1702466168, "161"], [1702466204, "166"], [1702466237, "166"], [1702466261, "166"], [1702466291, "166"], [1702466327, "170"], [1702466360, "170"], [1702466384, "170"], [1702466417, "170"], [1702466441, "173"], [1702466471, "175"], [1702466507, "178"], [1702466540, "178"], [1702466597, "182"], [1702466633, "182"], [1702466666, "182"], [1702466705, "186"], [1702466732, "186"], [1702466765, "186"], [1702466801, "200"], [1702466852, "201"], [1702466876, "202"], [1702466918, "202"], [1702466978, "205"], [1702467014, "205"], [1702467038, "209"], [1702467068, "209"], [1702467122, "209"], [1702467158, "209"], [1702467191, "218"], [1702467221, "218"], [1702467257, "219"], [1702467299, "223"], [1702467350, "223"], [1702467386, "229"], [1702467419, "247"], [1702467455, "261"], [1702467515, "306"], [1702467542, "322"], [1702467566, "345"], [1702467599, "351"], [1702467635, "357"], [1702467668, "361"], [1702467695, "361"], [1702467716, "362"], [1702467746, "362"], [1702467800, "381"], [1702467824, "403"], [1702467908, "471"], [1702467944, "489"], [1702467968, "496"], [1702468001, "500"], [1702468031, "500"], [1702468067, "500"], [1702468085, "502"], [1702468115, "511"], [1702468151, "516"], [1702468181, "528"], [1702468208, "548"], [1702468241, "584"], [1702468256, "591"], [1702468286, "595"], [1702468322, "603"], [1702468352, "605"], [1702468388, "613"], [1702468424, "613"], [1702468457, "614"], [1702468493, "618"], [1702468517, "625"], [1702468550, "635"], [1702468586, "667"], [1702468613, "687"], [1702468637, "701"], [1702468679, "710"], [1702468721, "716"], [1702468730, "723"], [1702468766, "723"], [1702468799, "723"], [1702468835, "723"], [1702468898, "731"], [1702468934, "787"], [1702468970, "820"], [1702468994, "845"], [1702469024, "860"], [1702469060, "878"], [1702469111, "898"], [1702469144, "898"], [1702469168, "898"], [1702469204, "902"], [1702469237, "907"], [1702469273, "933"], [1702469303, "940"], [1702469336, "978"], [1702469360, "989"], [1702469387, "1002"], [1702469411, "1007"], [1702469435, "1011"], [1702469468, "1017"], [1702469504, "1021"], [1702469537, "1021"], [1702469573, "1025"], [1702469606, "1025"], [1702469633, "1025"], [1702469660, "1026"], [1702469684, "1036"], [1702469717, "1041"], [1702469753, "1051"], [1702469786, "1055"], [1702469816, "1057"], [1702469834, "1063"], [1702469864, "1064"], [1702469906, "1068"], [1702469936, "1071"], [1702469972, "1071"], [1702470005, "1071"], [1702470029, "1071"], [1702470065, "1075"], [1702470101, "1080"], [1702470131, "1087"], [1702470167, "1105"], [1702470203, "1113"], [1702470251, "1124"], [1702470278, "1134"], [1702470311, "1140"], [1702470347, "1142"], [1702470371, "1142"], [1702470404, "1146"], [1702470440, "1146"], [1702470476, "1153"], [1702470506, "1153"], [1702470542, "1162"], [1702470575, "1178"], [1702470611, "1188"], [1702470635, "1207"], [1702470662, "1211"], [1702470686, "1213"], [1702470719, "1215"], [1702470746, "1219"], [1702470812, "1222"], [1702470845, "1222"], [1702470875, "1222"], [1702470899, "1230"], [1702470953, "1230"], [1702470983, "1230"], [1702471025, "1234"], [1702471067, "1235"], [1702471169, "1238"], [1702471193, "1238"], [1702471226, "1238"], [1702471265, "1244"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "246"], [1702462721, "294"], [1702462736, "319"], [1702462751, "324"], [1702462763, "326"], [1702462793, "357"], [1702462808, "362"], [1702462829, "431"], [1702462844, "462"], [1702462865, "466"], [1702462880, "489"], [1702462904, "526"], [1702462919, "526"], [1702462952, "538"], [1702462973, "553"], [1702462988, "561"], [1702463045, "616"], [1702463081, "685"], [1702463114, "738"], [1702463150, "770"], [1702463186, "819"], [1702463216, "847"], [1702463240, "919"], [1702463273, "950"], [1702463324, "976"], [1702463354, "996"], [1702463381, "1081"], [1702463417, "1103"], [1702463453, "1120"], [1702463477, "1140"], [1702463510, "1163"], [1702463537, "1181"], [1702463570, "1194"], [1702463591, "1214"], [1702463621, "1235"], [1702463657, "1250"], [1702463693, "1283"], [1702463729, "1300"], [1702463765, "1324"], [1702463798, "1348"], [1702463846, "1364"], [1702463873, "1382"], [1702463906, "1399"], [1702463948, "1427"], [1702463984, "1451"], [1702464014, "1482"], [1702464050, "1507"], [1702464086, "1529"], [1702464122, "1559"], [1702464155, "1589"], [1702464194, "1612"], [1702464230, "1639"], [1702464263, "1684"], [1702464299, "1725"], [1702464332, "1746"], [1702464356, "1774"], [1702464392, "1783"], [1702464425, "1800"], [1702464455, "1838"], [1702464479, "1888"], [1702464509, "1901"], [1702464533, "1932"], [1702464569, "1953"], [1702464605, "1972"], [1702464635, "1990"], [1702464671, "2010"], [1702464716, "2035"], [1702464743, "2055"], [1702464776, "2080"], [1702464812, "2094"], [1702464836, "2119"], [1702464869, "2137"], [1702464905, "2157"], [1702464926, "2164"], [1702464956, "2185"], [1702464992, "2204"], [1702465016, "2221"], [1702465049, "2238"], [1702465085, "2311"], [1702465118, "2328"], [1702465145, "2334"], [1702465178, "2340"], [1702465208, "2365"], [1702465241, "2389"], [1702465298, "2434"], [1702465334, "2485"], [1702465367, "2538"], [1702465394, "2567"], [1702465418, "2593"], [1702465445, "2608"], [1702465481, "2638"], [1702465517, "2668"], [1702465550, "2693"], [1702465586, "2736"], [1702465619, "2754"], [1702465658, "2776"], [1702465706, "2777"], [1702465754, "2792"], [1702465787, "2805"], [1702465823, "2832"], [1702465856, "2858"], [1702465880, "2882"], [1702465910, "2907"], [1702465952, "2931"], [1702465988, "2956"], [1702466015, "2993"], [1702466030, "3019"], [1702466060, "3040"], [1702466078, "3053"], [1702466138, "3066"], [1702466168, "3106"], [1702466204, "3137"], [1702466237, "3167"], [1702466261, "3207"], [1702466291, "3218"], [1702466327, "3239"], [1702466360, "3258"], [1702466384, "3269"], [1702466417, "3310"], [1702466441, "3325"], [1702466471, "3337"], [1702466507, "3363"], [1702466540, "3384"], [1702466597, "3407"], [1702466633, "3434"], [1702466666, "3451"], [1702466705, "3470"], [1702466732, "3496"], [1702466765, "3527"], [1702466801, "3554"], [1702466852, "3577"], [1702466876, "3604"], [1702466918, "3629"], [1702466978, "3670"], [1702467014, "3701"], [1702467038, "3727"], [1702467068, "3741"], [1702467122, "3785"], [1702467158, "3816"], [1702467191, "3869"], [1702467221, "3888"], [1702467257, "3926"], [1702467299, "3954"], [1702467350, "3995"], [1702467386, "4051"], [1702467419, "4081"], [1702467455, "4132"], [1702467515, "4250"], [1702467542, "4318"], [1702467566, "4381"], [1702467599, "4427"], [1702467635, "4451"], [1702467668, "4478"], [1702467695, "4691"], [1702467716, "4715"], [1702467746, "4734"], [1702467800, "4782"], [1702467824, "4845"], [1702467908, "4889"], [1702467944, "4926"], [1702467968, "4954"], [1702468001, "4975"], [1702468031, "5269"], [1702468067, "5302"], [1702468085, "5340"], [1702468115, "5361"], [1702468151, "5398"], [1702468181, "5460"], [1702468208, "5497"], [1702468241, "5528"], [1702468256, "5545"], [1702468286, "5565"], [1702468322, "5607"], [1702468352, "5870"], [1702468388, "5921"], [1702468424, "5945"], [1702468457, "5984"], [1702468493, "6018"], [1702468517, "6059"], [1702468550, "6107"], [1702468586, "6457"], [1702468613, "6547"], [1702468637, "6612"], [1702468679, "6677"], [1702468721, "6713"], [1702468730, "6729"], [1702468766, "6757"], [1702468799, "6801"], [1702468835, "6836"], [1702468898, "6898"], [1702468934, "6996"], [1702468970, "7090"], [1702468994, "7135"], [1702469024, "7157"], [1702469060, "7261"], [1702469111, "7296"], [1702469144, "7331"], [1702469168, "7354"], [1702469204, "7379"], [1702469237, "7407"], [1702469273, "7452"], [1702469303, "7508"], [1702469336, "7586"], [1702469360, "7667"], [1702469387, "7756"], [1702469411, "7822"], [1702469435, "7837"], [1702469468, "7877"], [1702469504, "7904"], [1702469537, "7932"], [1702469573, "7949"], [1702469606, "7974"], [1702469633, "7984"], [1702469660, "8007"], [1702469684, "8056"], [1702469717, "8100"], [1702469753, "8132"], [1702469786, "8165"], [1702469816, "8191"], [1702469834, "8232"], [1702469864, "8267"], [1702469906, "8304"], [1702469936, "8325"], [1702469972, "8335"], [1702470005, "8359"], [1702470029, "8372"], [1702470065, "8395"], [1702470101, "8428"], [1702470131, "8482"], [1702470167, "8534"], [1702470203, "8587"], [1702470251, "8665"], [1702470278, "8714"], [1702470311, "8739"], [1702470347, "8767"], [1702470371, "8803"], [1702470404, "8818"], [1702470440, "8847"], [1702470476, "8867"], [1702470506, "8906"], [1702470542, "8955"], [1702470575, "8985"], [1702470611, "9058"], [1702470635, "9098"], [1702470662, "9120"], [1702470686, "9169"], [1702470719, "9212"], [1702470746, "9241"], [1702470812, "9285"], [1702470845, "9300"], [1702470875, "9329"], [1702470899, "9347"], [1702470953, "9384"], [1702470983, "9402"], [1702471025, "9424"], [1702471067, "9471"], [1702471169, "9550"], [1702471193, "9558"], [1702471226, "9577"], [1702471265, "9589"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "24"], [1702462721, "27"], [1702462736, "27"], [1702462751, "29"], [1702462763, "29"], [1702462793, "34"], [1702462808, "34"], [1702462829, "34"], [1702462844, "34"], [1702462865, "35"], [1702462880, "39"], [1702462904, "42"], [1702462919, "44"], [1702462952, "44"], [1702462973, "46"], [1702462988, "47"], [1702463045, "64"], [1702463081, "72"], [1702463114, "72"], [1702463150, "72"], [1702463186, "87"], [1702463216, "90"], [1702463240, "91"], [1702463273, "95"], [1702463324, "102"], [1702463354, "106"], [1702463381, "110"], [1702463417, "110"], [1702463453, "120"], [1702463477, "120"], [1702463510, "123"], [1702463537, "128"], [1702463570, "132"], [1702463591, "136"], [1702463621, "148"], [1702463657, "154"], [1702463693, "186"], [1702463729, "190"], [1702463765, "193"], [1702463798, "201"], [1702463846, "201"], [1702463873, "218"], [1702463906, "222"], [1702463948, "226"], [1702463984, "229"], [1702464014, "229"], [1702464050, "233"], [1702464086, "239"], [1702464122, "239"], [1702464155, "239"], [1702464194, "248"], [1702464230, "252"], [1702464263, "252"], [1702464299, "258"], [1702464332, "261"], [1702464356, "265"], [1702464392, "270"], [1702464425, "270"], [1702464455, "270"], [1702464479, "274"], [1702464509, "274"], [1702464533, "275"], [1702464569, "275"], [1702464605, "275"], [1702464635, "285"], [1702464671, "301"], [1702464716, "307"], [1702464743, "307"], [1702464776, "311"], [1702464812, "315"], [1702464836, "324"], [1702464869, "328"], [1702464905, "328"], [1702464926, "332"], [1702464956, "333"], [1702464992, "338"], [1702465016, "342"], [1702465049, "344"], [1702465085, "346"], [1702465118, "354"], [1702465145, "358"], [1702465178, "361"], [1702465208, "367"], [1702465241, "371"], [1702465298, "384"], [1702465334, "384"], [1702465367, "384"], [1702465394, "390"], [1702465418, "397"], [1702465445, "401"], [1702465481, "407"], [1702465517, "408"], [1702465550, "411"], [1702465586, "415"], [1702465619, "419"], [1702465658, "425"], [1702465706, "429"], [1702465754, "435"], [1702465787, "439"], [1702465823, "442"], [1702465856, "446"], [1702465880, "449"], [1702465910, "453"], [1702465952, "453"], [1702465988, "457"], [1702466015, "461"], [1702466030, "464"], [1702466060, "474"], [1702466078, "479"], [1702466138, "483"], [1702466168, "490"], [1702466204, "491"], [1702466237, "495"], [1702466261, "498"], [1702466291, "501"], [1702466327, "503"], [1702466360, "509"], [1702466384, "517"], [1702466417, "522"], [1702466441, "526"], [1702466471, "528"], [1702466507, "537"], [1702466540, "541"], [1702466597, "548"], [1702466633, "549"], [1702466666, "553"], [1702466705, "554"], [1702466732, "554"], [1702466765, "558"], [1702466801, "565"], [1702466852, "569"], [1702466876, "569"], [1702466918, "573"], [1702466978, "579"], [1702467014, "582"], [1702467038, "586"], [1702467068, "586"], [1702467122, "590"], [1702467158, "604"], [1702467191, "612"], [1702467221, "612"], [1702467257, "612"], [1702467299, "619"], [1702467350, "627"], [1702467386, "642"], [1702467419, "691"], [1702467455, "752"], [1702467515, "840"], [1702467542, "879"], [1702467566, "936"], [1702467599, "955"], [1702467635, "968"], [1702467668, "975"], [1702467695, "975"], [1702467716, "985"], [1702467746, "998"], [1702467800, "1078"], [1702467824, "1136"], [1702467908, "1244"], [1702467944, "1290"], [1702467968, "1309"], [1702468001, "1320"], [1702468031, "1320"], [1702468067, "1325"], [1702468085, "1328"], [1702468115, "1330"], [1702468151, "1370"], [1702468181, "1403"], [1702468208, "1445"], [1702468241, "1514"], [1702468256, "1544"], [1702468286, "1591"], [1702468322, "1609"], [1702468352, "1624"], [1702468388, "1631"], [1702468424, "1635"], [1702468457, "1636"], [1702468493, "1658"], [1702468517, "1684"], [1702468550, "1708"], [1702468586, "1747"], [1702468613, "1765"], [1702468637, "1792"], [1702468679, "1813"], [1702468721, "1836"], [1702468730, "1848"], [1702468766, "1848"], [1702468799, "1852"], [1702468835, "1866"], [1702468898, "1888"], [1702468934, "1961"], [1702468970, "2018"], [1702468994, "2052"], [1702469024, "2079"], [1702469060, "2113"], [1702469111, "2154"], [1702469144, "2157"], [1702469168, "2164"], [1702469204, "2169"], [1702469237, "2184"], [1702469273, "2242"], [1702469303, "2270"], [1702469336, "2319"], [1702469360, "2365"], [1702469387, "2412"], [1702469411, "2433"], [1702469435, "2449"], [1702469468, "2474"], [1702469504, "2479"], [1702469537, "2479"], [1702469573, "2486"], [1702469606, "2492"], [1702469633, "2508"], [1702469660, "2527"], [1702469684, "2551"], [1702469717, "2563"], [1702469753, "2581"], [1702469786, "2593"], [1702469816, "2606"], [1702469834, "2626"], [1702469864, "2631"], [1702469906, "2637"], [1702469936, "2644"], [1702469972, "2648"], [1702470005, "2652"], [1702470029, "2655"], [1702470065, "2659"], [1702470101, "2670"], [1702470131, "2695"], [1702470167, "2729"], [1702470203, "2762"], [1702470251, "2806"], [1702470278, "2840"], [1702470311, "2844"], [1702470347, "2854"], [1702470371, "2858"], [1702470404, "2862"], [1702470440, "2866"], [1702470476, "2870"], [1702470506, "2878"], [1702470542, "2890"], [1702470575, "2900"], [1702470611, "2954"], [1702470635, "2971"], [1702470662, "2984"], [1702470686, "3008"], [1702470719, "3045"], [1702470746, "3052"], [1702470812, "3062"], [1702470845, "3069"], [1702470875, "3077"], [1702470899, "3078"], [1702470953, "3089"], [1702470983, "3089"], [1702471025, "3092"], [1702471067, "3102"], [1702471169, "3114"], [1702471193, "3117"], [1702471226, "3120"], [1702471265, "3124"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "92"], [1702463765, "92"], [1702463798, "92"], [1702463846, "92"], [1702463873, "92"], [1702463906, "92"], [1702463948, "92"], [1702463984, "92"], [1702464014, "92"], [1702464050, "92"], [1702464086, "92"], [1702464122, "92"], [1702464155, "92"], [1702464194, "92"], [1702464230, "92"], [1702464263, "92"], [1702464299, "92"], [1702464332, "92"], [1702464356, "92"], [1702464392, "92"], [1702464425, "92"], [1702464455, "92"], [1702464479, "92"], [1702464509, "92"], [1702464533, "92"], [1702464569, "92"], [1702464605, "92"], [1702464635, "92"], [1702464671, "92"], [1702464716, "92"], [1702464743, "92"], [1702464776, "92"], [1702464812, "92"], [1702464836, "92"], [1702464869, "92"], [1702464905, "92"], [1702464926, "92"], [1702464956, "92"], [1702464992, "92"], [1702465016, "92"], [1702465049, "92"], [1702465085, "92"], [1702465118, "92"], [1702465145, "92"], [1702465178, "92"], [1702465208, "92"], [1702465241, "94"], [1702465298, "94"], [1702465334, "94"], [1702465367, "94"], [1702465394, "94"], [1702465418, "94"], [1702465445, "94"], [1702465481, "94"], [1702465517, "94"], [1702465550, "94"], [1702465586, "94"], [1702465619, "94"], [1702465658, "94"], [1702465706, "94"], [1702465754, "94"], [1702465787, "94"], [1702465823, "94"], [1702465856, "94"], [1702465880, "94"], [1702465910, "94"], [1702465952, "94"], [1702465988, "94"], [1702466015, "94"], [1702466030, "94"], [1702466060, "94"], [1702466078, "94"], [1702466138, "94"], [1702466168, "94"], [1702466204, "94"], [1702466237, "94"], [1702466261, "94"], [1702466291, "94"], [1702466327, "94"], [1702466360, "94"], [1702466384, "94"], [1702466417, "94"], [1702466441, "94"], [1702466471, "94"], [1702466507, "94"], [1702466540, "94"], [1702466597, "94"], [1702466633, "94"], [1702466666, "94"], [1702466705, "94"], [1702466732, "94"], [1702466765, "94"], [1702466801, "94"], [1702466852, "94"], [1702466876, "94"], [1702466918, "94"], [1702466978, "94"], [1702467014, "94"], [1702467038, "94"], [1702467068, "94"], [1702467122, "94"], [1702467158, "94"], [1702467191, "94"], [1702467221, "94"], [1702467257, "94"], [1702467299, "94"], [1702467350, "94"], [1702467386, "94"], [1702467419, "94"], [1702467455, "94"], [1702467515, "94"], [1702467542, "94"], [1702467566, "94"], [1702467599, "94"], [1702467635, "94"], [1702467668, "94"], [1702467695, "94"], [1702467716, "94"], [1702467746, "94"], [1702467800, "94"], [1702467824, "94"], [1702467908, "94"], [1702467944, "94"], [1702467968, "94"], [1702468001, "94"], [1702468031, "94"], [1702468067, "94"], [1702468085, "94"], [1702468115, "94"], [1702468151, "94"], [1702468181, "94"], [1702468208, "94"], [1702468241, "94"], [1702468256, "94"], [1702468286, "94"], [1702468322, "94"], [1702468352, "94"], [1702468388, "94"], [1702468424, "94"], [1702468457, "94"], [1702468493, "94"], [1702468517, "94"], [1702468550, "94"], [1702468586, "94"], [1702468613, "94"], [1702468637, "94"], [1702468679, "94"], [1702468721, "94"], [1702468730, "94"], [1702468766, "94"], [1702468799, "94"], [1702468835, "94"], [1702468898, "94"], [1702468934, "94"], [1702468970, "94"], [1702468994, "94"], [1702469024, "94"], [1702469060, "94"], [1702469111, "94"], [1702469144, "94"], [1702469168, "94"], [1702469204, "94"], [1702469237, "94"], [1702469273, "94"], [1702469303, "94"], [1702469336, "94"], [1702469360, "94"], [1702469387, "94"], [1702469411, "94"], [1702469435, "94"], [1702469468, "94"], [1702469504, "94"], [1702469537, "94"], [1702469573, "94"], [1702469606, "94"], [1702469633, "94"], [1702469660, "94"], [1702469684, "94"], [1702469717, "94"], [1702469753, "94"], [1702469786, "94"], [1702469816, "94"], [1702469834, "94"], [1702469864, "94"], [1702469906, "94"], [1702469936, "94"], [1702469972, "94"], [1702470005, "94"], [1702470029, "94"], [1702470065, "94"], [1702470101, "94"], [1702470131, "94"], [1702470167, "94"], [1702470203, "94"], [1702470251, "94"], [1702470278, "94"], [1702470311, "94"], [1702470347, "94"], [1702470371, "94"], [1702470404, "94"], [1702470440, "94"], [1702470476, "94"], [1702470506, "94"], [1702470542, "94"], [1702470575, "94"], [1702470611, "94"], [1702470635, "94"], [1702470662, "94"], [1702470686, "94"], [1702470719, "94"], [1702470746, "94"], [1702470812, "94"], [1702470845, "94"], [1702470875, "94"], [1702470899, "94"], [1702470953, "94"], [1702470983, "94"], [1702471025, "94"], [1702471067, "94"], [1702471169, "94"], [1702471193, "94"], [1702471226, "94"], [1702471265, "94"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "319"], [1702462721, "319"], [1702462736, "319"], [1702462751, "319"], [1702462763, "319"], [1702462793, "345"], [1702462808, "345"], [1702462829, "345"], [1702462844, "345"], [1702462865, "345"], [1702462880, "345"], [1702462904, "345"], [1702462919, "345"], [1702462952, "345"], [1702462973, "419"], [1702462988, "419"], [1702463045, "511"], [1702463081, "511"], [1702463114, "679"], [1702463150, "679"], [1702463186, "679"], [1702463216, "679"], [1702463240, "679"], [1702463273, "679"], [1702463324, "784"], [1702463354, "784"], [1702463381, "886"], [1702463417, "886"], [1702463453, "1231"], [1702463477, "1231"], [1702463510, "1231"], [1702463537, "1231"], [1702463570, "1231"], [1702463591, "1231"], [1702463621, "1231"], [1702463657, "1231"], [1702463693, "1231"], [1702463729, "1231"], [1702463765, "1231"], [1702463798, "1231"], [1702463846, "1231"], [1702463873, "1231"], [1702463906, "1231"], [1702463948, "1231"], [1702463984, "1231"], [1702464014, "1231"], [1702464050, "1308"], [1702464086, "1308"], [1702464122, "1308"], [1702464155, "1308"], [1702464194, "1308"], [1702464230, "2075"], [1702464263, "2075"], [1702464299, "2075"], [1702464332, "2075"], [1702464356, "2166"], [1702464392, "2166"], [1702464425, "2166"], [1702464455, "2166"], [1702464479, "2166"], [1702464509, "2166"], [1702464533, "2267"], [1702464569, "2267"], [1702464605, "2267"], [1702464635, "2267"], [1702464671, "2267"], [1702464716, "2267"], [1702464743, "2267"], [1702464776, "2267"], [1702464812, "2267"], [1702464836, "2353"], [1702464869, "2353"], [1702464905, "2476"], [1702464926, "2476"], [1702464956, "2529"], [1702464992, "2529"], [1702465016, "2612"], [1702465049, "2612"], [1702465085, "2612"], [1702465118, "2612"], [1702465145, "2612"], [1702465178, "2612"], [1702465208, "2612"], [1702465241, "2612"], [1702465298, "2612"], [1702465334, "2612"], [1702465367, "2612"], [1702465394, "2612"], [1702465418, "2670"], [1702465445, "2670"], [1702465481, "2670"], [1702465517, "2670"], [1702465550, "2670"], [1702465586, "2670"], [1702465619, "2755"], [1702465658, "2755"], [1702465706, "2755"], [1702465754, "2755"], [1702465787, "2817"], [1702465823, "2817"], [1702465856, "2817"], [1702465880, "2817"], [1702465910, "2817"], [1702465952, "2817"], [1702465988, "2817"], [1702466015, "2817"], [1702466030, "2817"], [1702466060, "2817"], [1702466078, "2817"], [1702466138, "2817"], [1702466168, "2817"], [1702466204, "2817"], [1702466237, "2817"], [1702466261, "2921"], [1702466291, "2921"], [1702466327, "2921"], [1702466360, "2921"], [1702466384, "2921"], [1702466417, "2921"], [1702466441, "3343"], [1702466471, "3343"], [1702466507, "3343"], [1702466540, "3343"], [1702466597, "3343"], [1702466633, "3444"], [1702466666, "3444"], [1702466705, "3444"], [1702466732, "3444"], [1702466765, "3553"], [1702466801, "3553"], [1702466852, "3553"], [1702466876, "3553"], [1702466918, "3553"], [1702466978, "3553"], [1702467014, "3553"], [1702467038, "3553"], [1702467068, "3553"], [1702467122, "3553"], [1702467158, "3553"], [1702467191, "3626"], [1702467221, "3626"], [1702467257, "3626"], [1702467299, "3626"], [1702467350, "3711"], [1702467386, "3711"], [1702467419, "3711"], [1702467455, "3717"], [1702467515, "3717"], [1702467542, "3717"], [1702467566, "3717"], [1702467599, "3717"], [1702467635, "3717"], [1702467668, "3815"], [1702467695, "3815"], [1702467716, "3880"], [1702467746, "3880"], [1702467800, "3880"], [1702467824, "3880"], [1702467908, "4048"], [1702467944, "4048"], [1702467968, "4048"], [1702468001, "4048"], [1702468031, "4048"], [1702468067, "4048"], [1702468085, "4048"], [1702468115, "4048"], [1702468151, "4048"], [1702468181, "4048"], [1702468208, "4048"], [1702468241, "4048"], [1702468256, "4048"], [1702468286, "4048"], [1702468322, "4048"], [1702468352, "4048"], [1702468388, "4153"], [1702468424, "4153"], [1702468457, "4153"], [1702468493, "4157"], [1702468517, "4157"], [1702468550, "4157"], [1702468586, "4157"], [1702468613, "4157"], [1702468637, "4157"], [1702468679, "4157"], [1702468721, "4157"], [1702468730, "4157"], [1702468766, "4157"], [1702468799, "4157"], [1702468835, "4157"], [1702468898, "4267"], [1702468934, "4267"], [1702468970, "4458"], [1702468994, "4458"], [1702469024, "4651"], [1702469060, "4651"], [1702469111, "4651"], [1702469144, "4651"], [1702469168, "4651"], [1702469204, "4651"], [1702469237, "4651"], [1702469273, "4781"], [1702469303, "4781"], [1702469336, "4781"], [1702469360, "4781"], [1702469387, "4781"], [1702469411, "4781"], [1702469435, "4781"], [1702469468, "4781"], [1702469504, "4781"], [1702469537, "4781"], [1702469573, "4883"], [1702469606, "4883"], [1702469633, "4883"], [1702469660, "4883"], [1702469684, "4883"], [1702469717, "4883"], [1702469753, "5037"], [1702469786, "5037"], [1702469816, "5037"], [1702469834, "5037"], [1702469864, "5037"], [1702469906, "5037"], [1702469936, "5037"], [1702469972, "5037"], [1702470005, "5037"], [1702470029, "5037"], [1702470065, "5037"], [1702470101, "5037"], [1702470131, "5037"], [1702470167, "5037"], [1702470203, "5037"], [1702470251, "5037"], [1702470278, "5037"], [1702470311, "5037"], [1702470347, "5037"], [1702470371, "5037"], [1702470404, "5037"], [1702470440, "5037"], [1702470476, "5037"], [1702470506, "5037"], [1702470542, "5037"], [1702470575, "5037"], [1702470611, "5037"], [1702470635, "5037"], [1702470662, "5037"], [1702470686, "5037"], [1702470719, "5037"], [1702470746, "5037"], [1702470812, "5137"], [1702470845, "5167"], [1702470875, "5167"], [1702470899, "5167"], [1702470953, "5260"], [1702470983, "5260"], [1702471025, "5260"], [1702471067, "5352"], [1702471169, "5352"], [1702471193, "5352"], [1702471226, "5352"], [1702471265, "5352"]]}, {"metric": {"__name__": "kepler_container_bpf_cpu_time_ms_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "140999"], [1702462721, "147611"], [1702462736, "158183"], [1702462751, "175367"], [1702462763, "184927"], [1702462793, "199108"], [1702462808, "206863"], [1702462829, "222042"], [1702462844, "228854"], [1702462865, "239698"], [1702462880, "248334"], [1702462904, "268521"], [1702462919, "275361"], [1702462952, "297724"], [1702462973, "305433"], [1702462988, "315333"], [1702463045, "349289"], [1702463081, "370200"], [1702463114, "396494"], [1702463150, "430156"], [1702463186, "458406"], [1702463216, "483156"], [1702463240, "498067"], [1702463273, "520215"], [1702463324, "560004"], [1702463354, "581977"], [1702463381, "598500"], [1702463417, "633226"], [1702463453, "659242"], [1702463477, "686230"], [1702463510, "711833"], [1702463537, "734896"], [1702463570, "755005"], [1702463591, "775214"], [1702463621, "790459"], [1702463657, "812925"], [1702463693, "829679"], [1702463729, "858321"], [1702463765, "884397"], [1702463798, "907915"], [1702463846, "945750"], [1702463873, "970951"], [1702463906, "996727"], [1702463948, "1031258"], [1702463984, "1056149"], [1702464014, "1076743"], [1702464050, "1097092"], [1702464086, "1131116"], [1702464122, "1160828"], [1702464155, "1184230"], [1702464194, "1218736"], [1702464230, "1248016"], [1702464263, "1285781"], [1702464299, "1321079"], [1702464332, "1353160"], [1702464356, "1369178"], [1702464392, "1385940"], [1702464425, "1408422"], [1702464455, "1437868"], [1702464479, "1466774"], [1702464509, "1483332"], [1702464533, "1506601"], [1702464569, "1530159"], [1702464605, "1560373"], [1702464635, "1584499"], [1702464671, "1610935"], [1702464716, "1630281"], [1702464743, "1668538"], [1702464776, "1688289"], [1702464812, "1710344"], [1702464836, "1740228"], [1702464869, "1759529"], [1702464905, "1780585"], [1702464926, "1810002"], [1702464956, "1837577"], [1702464992, "1879370"], [1702465016, "1901262"], [1702465049, "1920897"], [1702465085, "1939881"], [1702465118, "1955919"], [1702465145, "1976548"], [1702465178, "1991047"], [1702465208, "2017127"], [1702465241, "2040022"], [1702465298, "2079268"], [1702465334, "2106650"], [1702465367, "2143532"], [1702465394, "2164746"], [1702465418, "2196267"], [1702465445, "2213233"], [1702465481, "2252390"], [1702465517, "2270442"], [1702465550, "2292576"], [1702465586, "2325589"], [1702465619, "2354472"], [1702465658, "2385893"], [1702465706, "2415039"], [1702465754, "2461402"], [1702465787, "2487671"], [1702465823, "2513593"], [1702465856, "2535193"], [1702465880, "2546603"], [1702465910, "2571958"], [1702465952, "2598203"], [1702465988, "2620296"], [1702466015, "2636203"], [1702466030, "2659251"], [1702466060, "2671635"], [1702466078, "2696465"], [1702466138, "2735429"], [1702466168, "2756921"], [1702466204, "2778055"], [1702466237, "2802547"], [1702466261, "2816893"], [1702466291, "2834301"], [1702466327, "2855963"], [1702466360, "2882206"], [1702466384, "2898759"], [1702466417, "2927354"], [1702466441, "2961412"], [1702466471, "2990189"], [1702466507, "3037141"], [1702466540, "3061688"], [1702466597, "3100735"], [1702466633, "3121639"], [1702466666, "3151376"], [1702466705, "3176502"], [1702466732, "3205360"], [1702466765, "3234183"], [1702466801, "3257743"], [1702466852, "3305833"], [1702466876, "3336694"], [1702466918, "3371466"], [1702466978, "3410881"], [1702467014, "3430363"], [1702467038, "3449259"], [1702467068, "3474605"], [1702467122, "3507954"], [1702467158, "3533728"], [1702467191, "3560751"], [1702467221, "3583519"], [1702467257, "3621300"], [1702467299, "3647345"], [1702467350, "3674683"], [1702467386, "3701906"], [1702467419, "3728178"], [1702467455, "3771960"], [1702467515, "3847337"], [1702467542, "3884123"], [1702467566, "3939581"], [1702467599, "3969053"], [1702467635, "4005962"], [1702467668, "4031810"], [1702467695, "4048351"], [1702467716, "4065555"], [1702467746, "4081837"], [1702467800, "4126660"], [1702467824, "4165354"], [1702467908, "4280405"], [1702467944, "4330190"], [1702467968, "4362887"], [1702468001, "4387686"], [1702468031, "4408715"], [1702468067, "4426954"], [1702468085, "4444051"], [1702468115, "4465924"], [1702468151, "4492523"], [1702468181, "4529182"], [1702468208, "4559316"], [1702468241, "4601747"], [1702468256, "4631383"], [1702468286, "4655912"], [1702468322, "4698156"], [1702468352, "4740641"], [1702468388, "4764952"], [1702468424, "4786436"], [1702468457, "4803047"], [1702468493, "4832355"], [1702468517, "4861646"], [1702468550, "4888281"], [1702468586, "4942134"], [1702468613, "4998362"], [1702468637, "5026890"], [1702468679, "5073983"], [1702468721, "5108109"], [1702468730, "5138971"], [1702468766, "5153984"], [1702468799, "5176086"], [1702468835, "5199446"], [1702468898, "5240759"], [1702468934, "5292780"], [1702468970, "5345263"], [1702468994, "5393609"], [1702469024, "5439946"], [1702469060, "5486798"], [1702469111, "5538889"], [1702469144, "5556963"], [1702469168, "5568567"], [1702469204, "5596336"], [1702469237, "5620317"], [1702469273, "5647044"], [1702469303, "5691439"], [1702469336, "5735622"], [1702469360, "5780898"], [1702469387, "5816610"], [1702469411, "5842590"], [1702469435, "5874812"], [1702469468, "5903728"], [1702469504, "6045889"], [1702469537, "6068662"], [1702469573, "6089215"], [1702469606, "6143669"], [1702469633, "6161083"], [1702469660, "6189191"], [1702469684, "6219016"], [1702469717, "6241479"], [1702469753, "6273928"], [1702469786, "6315730"], [1702469816, "6336748"], [1702469834, "6380704"], [1702469864, "6404823"], [1702469906, "6468371"], [1702469936, "6490134"], [1702469972, "6512275"], [1702470005, "6544150"], [1702470029, "6557033"], [1702470065, "6588961"], [1702470101, "6622072"], [1702470131, "6654610"], [1702470167, "6719220"], [1702470203, "6755708"], [1702470251, "6808520"], [1702470278, "6843812"], [1702470311, "6892046"], [1702470347, "6924062"], [1702470371, "6945526"], [1702470404, "6958495"], [1702470440, "6977345"], [1702470476, "6999398"], [1702470506, "7020037"], [1702470542, "7051794"], [1702470575, "7085714"], [1702470611, "7119445"], [1702470635, "7153998"], [1702470662, "7181009"], [1702470686, "7215949"], [1702470719, "7238812"], [1702470746, "7268712"], [1702470812, "7321260"], [1702470845, "7345688"], [1702470875, "7369678"], [1702470899, "7403651"], [1702470953, "7450780"], [1702470983, "7484672"], [1702471025, "7507010"], [1702471067, "7550583"], [1702471169, "7621288"], [1702471193, "7636757"], [1702471226, "7660033"], [1702471265, "7689476"]]}], "kepler_container_bpf_net_rx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "12"], [1702462721, "12"], [1702462736, "12"], [1702462751, "12"], [1702462763, "12"], [1702462793, "12"], [1702462808, "12"], [1702462829, "12"], [1702462844, "12"], [1702462865, "12"], [1702462880, "12"], [1702462904, "12"], [1702462919, "12"], [1702462952, "13"], [1702462973, "14"], [1702462988, "14"], [1702463045, "16"], [1702463081, "17"], [1702463114, "20"], [1702463150, "22"], [1702463186, "24"], [1702463216, "25"], [1702463240, "25"], [1702463273, "26"], [1702463324, "30"], [1702463354, "33"], [1702463381, "33"], [1702463417, "36"], [1702463453, "40"], [1702463477, "40"], [1702463510, "43"], [1702463537, "43"], [1702463570, "44"], [1702463591, "45"], [1702463621, "45"], [1702463657, "45"], [1702463693, "45"], [1702463729, "47"], [1702463765, "47"], [1702463798, "47"], [1702463846, "51"], [1702463873, "53"], [1702463906, "54"], [1702463948, "57"], [1702463984, "57"], [1702464014, "58"], [1702464050, "59"], [1702464086, "59"], [1702464122, "64"], [1702464155, "67"], [1702464194, "70"], [1702464230, "72"], [1702464263, "76"], [1702464299, "76"], [1702464332, "77"], [1702464356, "78"], [1702464392, "80"], [1702464425, "81"], [1702464455, "84"], [1702464479, "85"], [1702464509, "86"], [1702464533, "86"], [1702464569, "86"], [1702464605, "86"], [1702464635, "86"], [1702464671, "90"], [1702464716, "91"], [1702464743, "91"], [1702464776, "92"], [1702464812, "94"], [1702464836, "96"], [1702464869, "97"], [1702464905, "99"], [1702464926, "101"], [1702464956, "103"], [1702464992, "105"], [1702465016, "107"], [1702465049, "107"], [1702465085, "108"], [1702465118, "110"], [1702465145, "110"], [1702465178, "111"], [1702465208, "114"], [1702465241, "117"], [1702465298, "117"], [1702465334, "118"], [1702465367, "121"], [1702465394, "122"], [1702465418, "122"], [1702465445, "123"], [1702465481, "123"], [1702465517, "123"], [1702465550, "124"], [1702465586, "126"], [1702465619, "128"], [1702465658, "129"], [1702465706, "130"], [1702465754, "133"], [1702465787, "134"], [1702465823, "134"], [1702465856, "134"], [1702465880, "134"], [1702465910, "135"], [1702465952, "135"], [1702465988, "136"], [1702466015, "137"], [1702466030, "137"], [1702466060, "139"], [1702466078, "140"], [1702466138, "141"], [1702466168, "142"], [1702466204, "142"], [1702466237, "142"], [1702466261, "142"], [1702466291, "142"], [1702466327, "144"], [1702466360, "147"], [1702466384, "150"], [1702466417, "154"], [1702466441, "158"], [1702466471, "162"], [1702466507, "167"], [1702466540, "168"], [1702466597, "171"], [1702466633, "171"], [1702466666, "173"], [1702466705, "174"], [1702466732, "177"], [1702466765, "183"], [1702466801, "188"], [1702466852, "193"], [1702466876, "193"], [1702466918, "196"], [1702466978, "200"], [1702467014, "200"], [1702467038, "202"], [1702467068, "206"], [1702467122, "207"], [1702467158, "210"], [1702467191, "219"], [1702467221, "224"], [1702467257, "228"], [1702467299, "231"], [1702467350, "233"], [1702467386, "236"], [1702467419, "242"], [1702467455, "248"], [1702467515, "252"], [1702467542, "254"], [1702467566, "259"], [1702467599, "271"], [1702467635, "274"], [1702467668, "274"], [1702467695, "275"], [1702467716, "275"], [1702467746, "275"], [1702467800, "277"], [1702467824, "281"], [1702467908, "292"], [1702467944, "295"], [1702467968, "296"], [1702468001, "298"], [1702468031, "298"], [1702468067, "302"], [1702468085, "303"], [1702468115, "303"], [1702468151, "303"], [1702468181, "309"], [1702468208, "312"], [1702468241, "315"], [1702468256, "318"], [1702468286, "347"], [1702468322, "348"], [1702468352, "351"], [1702468388, "352"], [1702468424, "352"], [1702468457, "353"], [1702468493, "356"], [1702468517, "357"], [1702468550, "358"], [1702468586, "365"], [1702468613, "366"], [1702468637, "368"], [1702468679, "369"], [1702468721, "370"], [1702468730, "371"], [1702468766, "371"], [1702468799, "371"], [1702468835, "371"], [1702468898, "374"], [1702468934, "379"], [1702468970, "383"], [1702468994, "388"], [1702469024, "390"], [1702469060, "392"], [1702469111, "398"], [1702469144, "399"], [1702469168, "399"], [1702469204, "400"], [1702469237, "402"], [1702469273, "404"], [1702469303, "408"], [1702469336, "410"], [1702469360, "420"], [1702469387, "431"], [1702469411, "435"], [1702469435, "436"], [1702469468, "437"], [1702469504, "438"], [1702469537, "440"], [1702469573, "442"], [1702469606, "445"], [1702469633, "446"], [1702469660, "449"], [1702469684, "456"], [1702469717, "460"], [1702469753, "466"], [1702469786, "472"], [1702469816, "474"], [1702469834, "478"], [1702469864, "480"], [1702469906, "480"], [1702469936, "481"], [1702469972, "481"], [1702470005, "484"], [1702470029, "486"], [1702470065, "489"], [1702470101, "492"], [1702470131, "494"], [1702470167, "498"], [1702470203, "506"], [1702470251, "517"], [1702470278, "523"], [1702470311, "524"], [1702470347, "524"], [1702470371, "525"], [1702470404, "526"], [1702470440, "528"], [1702470476, "529"], [1702470506, "530"], [1702470542, "532"], [1702470575, "532"], [1702470611, "536"], [1702470635, "536"], [1702470662, "539"], [1702470686, "545"], [1702470719, "548"], [1702470746, "548"], [1702470812, "551"], [1702470845, "552"], [1702470875, "552"], [1702470899, "552"], [1702470953, "553"], [1702470983, "554"], [1702471025, "557"], [1702471067, "562"], [1702471169, "568"], [1702471193, "570"], [1702471226, "570"], [1702471265, "571"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "26"], [1702462721, "29"], [1702462736, "29"], [1702462751, "30"], [1702462763, "32"], [1702462793, "34"], [1702462808, "35"], [1702462829, "37"], [1702462844, "38"], [1702462865, "44"], [1702462880, "48"], [1702462904, "51"], [1702462919, "52"], [1702462952, "58"], [1702462973, "60"], [1702462988, "64"], [1702463045, "72"], [1702463081, "85"], [1702463114, "103"], [1702463150, "114"], [1702463186, "122"], [1702463216, "125"], [1702463240, "126"], [1702463273, "133"], [1702463324, "136"], [1702463354, "136"], [1702463381, "137"], [1702463417, "141"], [1702463453, "154"], [1702463477, "164"], [1702463510, "171"], [1702463537, "179"], [1702463570, "184"], [1702463591, "187"], [1702463621, "187"], [1702463657, "188"], [1702463693, "190"], [1702463729, "196"], [1702463765, "202"], [1702463798, "215"], [1702463846, "227"], [1702463873, "242"], [1702463906, "248"], [1702463948, "251"], [1702463984, "252"], [1702464014, "255"], [1702464050, "257"], [1702464086, "263"], [1702464122, "280"], [1702464155, "288"], [1702464194, "291"], [1702464230, "300"], [1702464263, "309"], [1702464299, "311"], [1702464332, "315"], [1702464356, "316"], [1702464392, "318"], [1702464425, "324"], [1702464455, "329"], [1702464479, "346"], [1702464509, "347"], [1702464533, "353"], [1702464569, "364"], [1702464605, "375"], [1702464635, "376"], [1702464671, "380"], [1702464716, "384"], [1702464743, "388"], [1702464776, "420"], [1702464812, "425"], [1702464836, "429"], [1702464869, "430"], [1702464905, "441"], [1702464926, "449"], [1702464956, "458"], [1702464992, "463"], [1702465016, "469"], [1702465049, "470"], [1702465085, "476"], [1702465118, "478"], [1702465145, "482"], [1702465178, "489"], [1702465208, "495"], [1702465241, "500"], [1702465298, "517"], [1702465334, "523"], [1702465367, "534"], [1702465394, "538"], [1702465418, "539"], [1702465445, "542"], [1702465481, "543"], [1702465517, "546"], [1702465550, "550"], [1702465586, "560"], [1702465619, "569"], [1702465658, "581"], [1702465706, "590"], [1702465754, "601"], [1702465787, "610"], [1702465823, "620"], [1702465856, "621"], [1702465880, "623"], [1702465910, "627"], [1702465952, "632"], [1702465988, "637"], [1702466015, "647"], [1702466030, "653"], [1702466060, "659"], [1702466078, "669"], [1702466138, "679"], [1702466168, "684"], [1702466204, "688"], [1702466237, "696"], [1702466261, "699"], [1702466291, "712"], [1702466327, "717"], [1702466360, "730"], [1702466384, "737"], [1702466417, "747"], [1702466441, "754"], [1702466471, "761"], [1702466507, "776"], [1702466540, "781"], [1702466597, "786"], [1702466633, "786"], [1702466666, "788"], [1702466705, "795"], [1702466732, "800"], [1702466765, "807"], [1702466801, "821"], [1702466852, "835"], [1702466876, "835"], [1702466918, "840"], [1702466978, "845"], [1702467014, "853"], [1702467038, "856"], [1702467068, "862"], [1702467122, "873"], [1702467158, "883"], [1702467191, "894"], [1702467221, "901"], [1702467257, "906"], [1702467299, "908"], [1702467350, "911"], [1702467386, "911"], [1702467419, "917"], [1702467455, "926"], [1702467515, "961"], [1702467542, "982"], [1702467566, "1002"], [1702467599, "1007"], [1702467635, "1010"], [1702467668, "1051"], [1702467695, "1055"], [1702467716, "1057"], [1702467746, "1059"], [1702467800, "1068"], [1702467824, "1080"], [1702467908, "1128"], [1702467944, "1144"], [1702467968, "1153"], [1702468001, "1155"], [1702468031, "1156"], [1702468067, "1157"], [1702468085, "1162"], [1702468115, "1166"], [1702468151, "1175"], [1702468181, "1195"], [1702468208, "1213"], [1702468241, "1238"], [1702468256, "1249"], [1702468286, "1261"], [1702468322, "1269"], [1702468352, "1274"], [1702468388, "1280"], [1702468424, "1283"], [1702468457, "1288"], [1702468493, "1295"], [1702468517, "1306"], [1702468550, "1312"], [1702468586, "1322"], [1702468613, "1336"], [1702468637, "1342"], [1702468679, "1356"], [1702468721, "1361"], [1702468730, "1369"], [1702468766, "1370"], [1702468799, "1375"], [1702468835, "1377"], [1702468898, "1394"], [1702468934, "1416"], [1702468970, "1435"], [1702468994, "1449"], [1702469024, "1456"], [1702469060, "1473"], [1702469111, "1491"], [1702469144, "1496"], [1702469168, "1499"], [1702469204, "1503"], [1702469237, "1515"], [1702469273, "1533"], [1702469303, "1548"], [1702469336, "1560"], [1702469360, "1584"], [1702469387, "1595"], [1702469411, "1607"], [1702469435, "1611"], [1702469468, "1618"], [1702469504, "1623"], [1702469537, "1625"], [1702469573, "1627"], [1702469606, "1630"], [1702469633, "1635"], [1702469660, "1643"], [1702469684, "1655"], [1702469717, "1666"], [1702469753, "1684"], [1702469786, "1698"], [1702469816, "1707"], [1702469834, "1721"], [1702469864, "1723"], [1702469906, "1733"], [1702469936, "1735"], [1702469972, "1740"], [1702470005, "1746"], [1702470029, "1749"], [1702470065, "1758"], [1702470101, "1771"], [1702470131, "1780"], [1702470167, "1793"], [1702470203, "1812"], [1702470251, "1835"], [1702470278, "1844"], [1702470311, "1857"], [1702470347, "1861"], [1702470371, "1866"], [1702470404, "1868"], [1702470440, "1872"], [1702470476, "1877"], [1702470506, "1884"], [1702470542, "1895"], [1702470575, "1907"], [1702470611, "1924"], [1702470635, "1940"], [1702470662, "1951"], [1702470686, "1964"], [1702470719, "1978"], [1702470746, "1987"], [1702470812, "1996"], [1702470845, "2003"], [1702470875, "2010"], [1702470899, "2020"], [1702470953, "2025"], [1702470983, "2026"], [1702471025, "2029"], [1702471067, "2043"], [1702471169, "2059"], [1702471193, "2060"], [1702471226, "2070"], [1702471265, "2073"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "8"], [1702462751, "8"], [1702462763, "8"], [1702462793, "8"], [1702462808, "8"], [1702462829, "8"], [1702462844, "8"], [1702462865, "8"], [1702462880, "8"], [1702462904, "8"], [1702462919, "8"], [1702462952, "10"], [1702462973, "10"], [1702462988, "10"], [1702463045, "11"], [1702463081, "11"], [1702463114, "12"], [1702463150, "12"], [1702463186, "12"], [1702463216, "12"], [1702463240, "12"], [1702463273, "15"], [1702463324, "16"], [1702463354, "16"], [1702463381, "16"], [1702463417, "16"], [1702463453, "16"], [1702463477, "16"], [1702463510, "16"], [1702463537, "16"], [1702463570, "16"], [1702463591, "16"], [1702463621, "16"], [1702463657, "16"], [1702463693, "16"], [1702463729, "16"], [1702463765, "16"], [1702463798, "19"], [1702463846, "21"], [1702463873, "22"], [1702463906, "22"], [1702463948, "22"], [1702463984, "22"], [1702464014, "22"], [1702464050, "22"], [1702464086, "22"], [1702464122, "22"], [1702464155, "22"], [1702464194, "22"], [1702464230, "30"], [1702464263, "30"], [1702464299, "30"], [1702464332, "30"], [1702464356, "30"], [1702464392, "30"], [1702464425, "30"], [1702464455, "32"], [1702464479, "32"], [1702464509, "32"], [1702464533, "32"], [1702464569, "32"], [1702464605, "32"], [1702464635, "32"], [1702464671, "34"], [1702464716, "34"], [1702464743, "34"], [1702464776, "34"], [1702464812, "34"], [1702464836, "34"], [1702464869, "34"], [1702464905, "34"], [1702464926, "34"], [1702464956, "34"], [1702464992, "34"], [1702465016, "34"], [1702465049, "34"], [1702465085, "34"], [1702465118, "35"], [1702465145, "35"], [1702465178, "35"], [1702465208, "35"], [1702465241, "35"], [1702465298, "35"], [1702465334, "35"], [1702465367, "35"], [1702465394, "35"], [1702465418, "35"], [1702465445, "35"], [1702465481, "35"], [1702465517, "35"], [1702465550, "35"], [1702465586, "35"], [1702465619, "35"], [1702465658, "35"], [1702465706, "35"], [1702465754, "35"], [1702465787, "35"], [1702465823, "35"], [1702465856, "35"], [1702465880, "35"], [1702465910, "36"], [1702465952, "36"], [1702465988, "36"], [1702466015, "36"], [1702466030, "39"], [1702466060, "39"], [1702466078, "39"], [1702466138, "39"], [1702466168, "39"], [1702466204, "39"], [1702466237, "39"], [1702466261, "39"], [1702466291, "39"], [1702466327, "39"], [1702466360, "39"], [1702466384, "39"], [1702466417, "39"], [1702466441, "39"], [1702466471, "39"], [1702466507, "39"], [1702466540, "39"], [1702466597, "41"], [1702466633, "41"], [1702466666, "42"], [1702466705, "42"], [1702466732, "42"], [1702466765, "42"], [1702466801, "42"], [1702466852, "42"], [1702466876, "42"], [1702466918, "42"], [1702466978, "42"], [1702467014, "42"], [1702467038, "42"], [1702467068, "42"], [1702467122, "42"], [1702467158, "42"], [1702467191, "42"], [1702467221, "42"], [1702467257, "42"], [1702467299, "42"], [1702467350, "42"], [1702467386, "42"], [1702467419, "42"], [1702467455, "42"], [1702467515, "42"], [1702467542, "42"], [1702467566, "42"], [1702467599, "42"], [1702467635, "42"], [1702467668, "42"], [1702467695, "43"], [1702467716, "43"], [1702467746, "43"], [1702467800, "43"], [1702467824, "44"], [1702467908, "44"], [1702467944, "44"], [1702467968, "44"], [1702468001, "44"], [1702468031, "44"], [1702468067, "44"], [1702468085, "44"], [1702468115, "44"], [1702468151, "44"], [1702468181, "47"], [1702468208, "47"], [1702468241, "47"], [1702468256, "47"], [1702468286, "48"], [1702468322, "48"], [1702468352, "49"], [1702468388, "49"], [1702468424, "49"], [1702468457, "49"], [1702468493, "49"], [1702468517, "49"], [1702468550, "49"], [1702468586, "50"], [1702468613, "50"], [1702468637, "50"], [1702468679, "50"], [1702468721, "50"], [1702468730, "50"], [1702468766, "50"], [1702468799, "50"], [1702468835, "50"], [1702468898, "50"], [1702468934, "52"], [1702468970, "52"], [1702468994, "52"], [1702469024, "52"], [1702469060, "52"], [1702469111, "53"], [1702469144, "53"], [1702469168, "53"], [1702469204, "53"], [1702469237, "53"], [1702469273, "53"], [1702469303, "54"], [1702469336, "54"], [1702469360, "54"], [1702469387, "56"], [1702469411, "63"], [1702469435, "63"], [1702469468, "63"], [1702469504, "63"], [1702469537, "63"], [1702469573, "63"], [1702469606, "63"], [1702469633, "63"], [1702469660, "63"], [1702469684, "64"], [1702469717, "64"], [1702469753, "64"], [1702469786, "64"], [1702469816, "64"], [1702469834, "66"], [1702469864, "66"], [1702469906, "66"], [1702469936, "66"], [1702469972, "66"], [1702470005, "66"], [1702470029, "66"], [1702470065, "66"], [1702470101, "66"], [1702470131, "66"], [1702470167, "66"], [1702470203, "66"], [1702470251, "66"], [1702470278, "70"], [1702470311, "70"], [1702470347, "70"], [1702470371, "70"], [1702470404, "70"], [1702470440, "70"], [1702470476, "71"], [1702470506, "71"], [1702470542, "71"], [1702470575, "79"], [1702470611, "79"], [1702470635, "80"], [1702470662, "80"], [1702470686, "80"], [1702470719, "81"], [1702470746, "81"], [1702470812, "81"], [1702470845, "81"], [1702470875, "81"], [1702470899, "81"], [1702470953, "81"], [1702470983, "81"], [1702471025, "81"], [1702471067, "81"], [1702471169, "81"], [1702471193, "81"], [1702471226, "81"], [1702471265, "81"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "100"], [1702462721, "142"], [1702462736, "172"], [1702462751, "174"], [1702462763, "188"], [1702462793, "200"], [1702462808, "246"], [1702462829, "260"], [1702462844, "261"], [1702462865, "262"], [1702462880, "262"], [1702462904, "278"], [1702462919, "297"], [1702462952, "348"], [1702462973, "357"], [1702462988, "396"], [1702463045, "416"], [1702463081, "440"], [1702463114, "475"], [1702463150, "494"], [1702463186, "517"], [1702463216, "569"], [1702463240, "587"], [1702463273, "603"], [1702463324, "651"], [1702463354, "692"], [1702463381, "713"], [1702463417, "751"], [1702463453, "801"], [1702463477, "863"], [1702463510, "940"], [1702463537, "962"], [1702463570, "987"], [1702463591, "1018"], [1702463621, "1034"], [1702463657, "1051"], [1702463693, "1077"], [1702463729, "1103"], [1702463765, "1141"], [1702463798, "1188"], [1702463846, "1255"], [1702463873, "1281"], [1702463906, "1311"], [1702463948, "1407"], [1702463984, "1501"], [1702464014, "1532"], [1702464050, "1572"], [1702464086, "1620"], [1702464122, "1696"], [1702464155, "1736"], [1702464194, "1805"], [1702464230, "1828"], [1702464263, "1852"], [1702464299, "1871"], [1702464332, "1877"], [1702464356, "1918"], [1702464392, "1994"], [1702464425, "2020"], [1702464455, "2041"], [1702464479, "2077"], [1702464509, "2108"], [1702464533, "2158"], [1702464569, "2176"], [1702464605, "2206"], [1702464635, "2245"], [1702464671, "2281"], [1702464716, "2316"], [1702464743, "2350"], [1702464776, "2372"], [1702464812, "2390"], [1702464836, "2401"], [1702464869, "2422"], [1702464905, "2443"], [1702464926, "2481"], [1702464956, "2508"], [1702464992, "2538"], [1702465016, "2556"], [1702465049, "2561"], [1702465085, "2704"], [1702465118, "2726"], [1702465145, "2739"], [1702465178, "2776"], [1702465208, "2822"], [1702465241, "2833"], [1702465298, "2867"], [1702465334, "2903"], [1702465367, "2922"], [1702465394, "2932"], [1702465418, "2950"], [1702465445, "2970"], [1702465481, "3001"], [1702465517, "3019"], [1702465550, "3042"], [1702465586, "3057"], [1702465619, "3086"], [1702465658, "3151"], [1702465706, "3197"], [1702465754, "3229"], [1702465787, "3246"], [1702465823, "3282"], [1702465856, "3289"], [1702465880, "3310"], [1702465910, "3338"], [1702465952, "3365"], [1702465988, "3373"], [1702466015, "3395"], [1702466030, "3426"], [1702466060, "3450"], [1702466078, "3479"], [1702466138, "3622"], [1702466168, "3637"], [1702466204, "3675"], [1702466237, "3735"], [1702466261, "3751"], [1702466291, "3766"], [1702466327, "3786"], [1702466360, "3814"], [1702466384, "3844"], [1702466417, "3879"], [1702466441, "3901"], [1702466471, "3933"], [1702466507, "3969"], [1702466540, "4019"], [1702466597, "4032"], [1702466633, "4073"], [1702466666, "4115"], [1702466705, "4135"], [1702466732, "4152"], [1702466765, "4193"], [1702466801, "4243"], [1702466852, "4318"], [1702466876, "4391"], [1702466918, "4609"], [1702466978, "4684"], [1702467014, "4717"], [1702467038, "4744"], [1702467068, "4777"], [1702467122, "4814"], [1702467158, "4851"], [1702467191, "4893"], [1702467221, "4917"], [1702467257, "4943"], [1702467299, "4988"], [1702467350, "5049"], [1702467386, "5075"], [1702467419, "5095"], [1702467455, "5128"], [1702467515, "5254"], [1702467542, "5318"], [1702467566, "5364"], [1702467599, "5383"], [1702467635, "5419"], [1702467668, "5445"], [1702467695, "5484"], [1702467716, "5713"], [1702467746, "5735"], [1702467800, "5854"], [1702467824, "5917"], [1702467908, "5990"], [1702467944, "6032"], [1702467968, "6066"], [1702468001, "6087"], [1702468031, "6115"], [1702468067, "6133"], [1702468085, "6164"], [1702468115, "6202"], [1702468151, "6238"], [1702468181, "6275"], [1702468208, "6299"], [1702468241, "6338"], [1702468256, "6396"], [1702468286, "6462"], [1702468322, "6506"], [1702468352, "6532"], [1702468388, "6563"], [1702468424, "6604"], [1702468457, "6651"], [1702468493, "6689"], [1702468517, "6724"], [1702468550, "6754"], [1702468586, "6792"], [1702468613, "6827"], [1702468637, "6892"], [1702468679, "6935"], [1702468721, "6964"], [1702468730, "6968"], [1702468766, "7005"], [1702468799, "7045"], [1702468835, "7098"], [1702468898, "7162"], [1702468934, "7218"], [1702468970, "7261"], [1702468994, "7320"], [1702469024, "7355"], [1702469060, "7405"], [1702469111, "7464"], [1702469144, "7530"], [1702469168, "7578"], [1702469204, "7605"], [1702469237, "7622"], [1702469273, "7662"], [1702469303, "7724"], [1702469336, "7776"], [1702469360, "7837"], [1702469387, "7895"], [1702469411, "7937"], [1702469435, "7984"], [1702469468, "8032"], [1702469504, "8066"], [1702469537, "8121"], [1702469573, "8143"], [1702469606, "8173"], [1702469633, "8208"], [1702469660, "8248"], [1702469684, "8285"], [1702469717, "8316"], [1702469753, "8580"], [1702469786, "8646"], [1702469816, "8670"], [1702469834, "8725"], [1702469864, "8752"], [1702469906, "8841"], [1702469936, "8869"], [1702469972, "8908"], [1702470005, "8961"], [1702470029, "8981"], [1702470065, "9008"], [1702470101, "9047"], [1702470131, "9079"], [1702470167, "9104"], [1702470203, "9150"], [1702470251, "9208"], [1702470278, "9262"], [1702470311, "9287"], [1702470347, "9313"], [1702470371, "9349"], [1702470404, "9389"], [1702470440, "9437"], [1702470476, "9456"], [1702470506, "9476"], [1702470542, "9513"], [1702470575, "9557"], [1702470611, "9607"], [1702470635, "9655"], [1702470662, "9688"], [1702470686, "9727"], [1702470719, "9765"], [1702470746, "9799"], [1702470812, "9853"], [1702470845, "9879"], [1702470875, "9914"], [1702470899, "9983"], [1702470953, "10033"], [1702470983, "10054"], [1702471025, "10075"], [1702471067, "10434"], [1702471169, "10500"], [1702471193, "10534"], [1702471226, "10577"], [1702471265, "10611"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "172"], [1702462721, "180"], [1702462736, "191"], [1702462751, "200"], [1702462763, "204"], [1702462793, "209"], [1702462808, "214"], [1702462829, "224"], [1702462844, "238"], [1702462865, "247"], [1702462880, "254"], [1702462904, "265"], [1702462919, "273"], [1702462952, "292"], [1702462973, "344"], [1702462988, "361"], [1702463045, "428"], [1702463081, "469"], [1702463114, "514"], [1702463150, "555"], [1702463186, "581"], [1702463216, "698"], [1702463240, "707"], [1702463273, "721"], [1702463324, "782"], [1702463354, "858"], [1702463381, "898"], [1702463417, "955"], [1702463453, "1006"], [1702463477, "1037"], [1702463510, "1084"], [1702463537, "1121"], [1702463570, "1143"], [1702463591, "1160"], [1702463621, "1177"], [1702463657, "1225"], [1702463693, "1254"], [1702463729, "1285"], [1702463765, "1326"], [1702463798, "1370"], [1702463846, "1468"], [1702463873, "1548"], [1702463906, "1576"], [1702463948, "1599"], [1702463984, "1610"], [1702464014, "1625"], [1702464050, "1651"], [1702464086, "1718"], [1702464122, "1760"], [1702464155, "1806"], [1702464194, "1908"], [1702464230, "1959"], [1702464263, "2013"], [1702464299, "2052"], [1702464332, "2067"], [1702464356, "2077"], [1702464392, "2090"], [1702464425, "2110"], [1702464455, "2190"], [1702464479, "2220"], [1702464509, "2260"], [1702464533, "2300"], [1702464569, "2336"], [1702464605, "2377"], [1702464635, "2421"], [1702464671, "2442"], [1702464716, "2456"], [1702464743, "2474"], [1702464776, "2493"], [1702464812, "2517"], [1702464836, "2546"], [1702464869, "2581"], [1702464905, "2615"], [1702464926, "2665"], [1702464956, "2714"], [1702464992, "2737"], [1702465016, "2771"], [1702465049, "2788"], [1702465085, "2807"], [1702465118, "2819"], [1702465145, "2842"], [1702465178, "2859"], [1702465208, "2899"], [1702465241, "2935"], [1702465298, "2993"], [1702465334, "3045"], [1702465367, "3084"], [1702465394, "3116"], [1702465418, "3216"], [1702465445, "3231"], [1702465481, "3248"], [1702465517, "3293"], [1702465550, "3317"], [1702465586, "3357"], [1702465619, "3392"], [1702465658, "3454"], [1702465706, "3513"], [1702465754, "3582"], [1702465787, "3627"], [1702465823, "3645"], [1702465856, "3671"], [1702465880, "3684"], [1702465910, "3718"], [1702465952, "3830"], [1702465988, "3863"], [1702466015, "3899"], [1702466030, "3924"], [1702466060, "3971"], [1702466078, "4022"], [1702466138, "4061"], [1702466168, "4125"], [1702466204, "4146"], [1702466237, "4185"], [1702466261, "4209"], [1702466291, "4228"], [1702466327, "4258"], [1702466360, "4312"], [1702466384, "4349"], [1702466417, "4404"], [1702466441, "4492"], [1702466471, "4537"], [1702466507, "4589"], [1702466540, "4620"], [1702466597, "4662"], [1702466633, "4686"], [1702466666, "4713"], [1702466705, "4751"], [1702466732, "4798"], [1702466765, "4845"], [1702466801, "4954"], [1702466852, "5013"], [1702466876, "5027"], [1702466918, "5057"], [1702466978, "5122"], [1702467014, "5241"], [1702467038, "5265"], [1702467068, "5290"], [1702467122, "5356"], [1702467158, "5386"], [1702467191, "5485"], [1702467221, "5549"], [1702467257, "5581"], [1702467299, "5603"], [1702467350, "5644"], [1702467386, "5702"], [1702467419, "5753"], [1702467455, "5832"], [1702467515, "5995"], [1702467542, "6062"], [1702467566, "6137"], [1702467599, "6172"], [1702467635, "6223"], [1702467668, "6247"], [1702467695, "6264"], [1702467716, "6283"], [1702467746, "6305"], [1702467800, "6381"], [1702467824, "6490"], [1702467908, "6773"], [1702467944, "6862"], [1702467968, "6914"], [1702468001, "6952"], [1702468031, "6973"], [1702468067, "6995"], [1702468085, "7032"], [1702468115, "7058"], [1702468151, "7106"], [1702468181, "7193"], [1702468208, "7263"], [1702468241, "7383"], [1702468256, "7454"], [1702468286, "7530"], [1702468322, "7596"], [1702468352, "7653"], [1702468388, "7678"], [1702468424, "7707"], [1702468457, "7738"], [1702468493, "7762"], [1702468517, "7834"], [1702468550, "7904"], [1702468586, "8050"], [1702468613, "8179"], [1702468637, "8260"], [1702468679, "8324"], [1702468721, "8353"], [1702468730, "8400"], [1702468766, "8421"], [1702468799, "8456"], [1702468835, "8489"], [1702468898, "8538"], [1702468934, "8623"], [1702468970, "8759"], [1702468994, "8863"], [1702469024, "8940"], [1702469060, "9017"], [1702469111, "9068"], [1702469144, "9092"], [1702469168, "9108"], [1702469204, "9135"], [1702469237, "9180"], [1702469273, "9224"], [1702469303, "9317"], [1702469336, "9407"], [1702469360, "9572"], [1702469387, "9664"], [1702469411, "9716"], [1702469435, "9760"], [1702469468, "9798"], [1702469504, "9833"], [1702469537, "9864"], [1702469573, "9900"], [1702469606, "9936"], [1702469633, "9970"], [1702469660, "10018"], [1702469684, "10076"], [1702469717, "10150"], [1702469753, "10247"], [1702469786, "10379"], [1702469816, "10421"], [1702469834, "10481"], [1702469864, "10514"], [1702469906, "10591"], [1702469936, "10609"], [1702469972, "10631"], [1702470005, "10656"], [1702470029, "10677"], [1702470065, "10704"], [1702470101, "10754"], [1702470131, "10802"], [1702470167, "10851"], [1702470203, "10946"], [1702470251, "11101"], [1702470278, "11196"], [1702470311, "11235"], [1702470347, "11271"], [1702470371, "11296"], [1702470404, "11307"], [1702470440, "11329"], [1702470476, "11355"], [1702470506, "11384"], [1702470542, "11439"], [1702470575, "11497"], [1702470611, "11555"], [1702470635, "11618"], [1702470662, "11703"], [1702470686, "11767"], [1702470719, "11790"], [1702470746, "11814"], [1702470812, "11868"], [1702470845, "11891"], [1702470875, "11933"], [1702470899, "11973"], [1702470953, "12014"], [1702470983, "12029"], [1702471025, "12051"], [1702471067, "12128"], [1702471169, "12199"], [1702471193, "12229"], [1702471226, "12272"], [1702471265, "12308"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "3"], [1702463477, "3"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "3"], [1702463693, "3"], [1702463729, "3"], [1702463765, "3"], [1702463798, "3"], [1702463846, "3"], [1702463873, "3"], [1702463906, "3"], [1702463948, "3"], [1702463984, "3"], [1702464014, "3"], [1702464050, "3"], [1702464086, "3"], [1702464122, "3"], [1702464155, "3"], [1702464194, "3"], [1702464230, "3"], [1702464263, "3"], [1702464299, "3"], [1702464332, "3"], [1702464356, "3"], [1702464392, "3"], [1702464425, "3"], [1702464455, "3"], [1702464479, "3"], [1702464509, "3"], [1702464533, "3"], [1702464569, "3"], [1702464605, "3"], [1702464635, "3"], [1702464671, "3"], [1702464716, "3"], [1702464743, "3"], [1702464776, "3"], [1702464812, "3"], [1702464836, "3"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "5"], [1702466060, "5"], [1702466078, "5"], [1702466138, "5"], [1702466168, "5"], [1702466204, "5"], [1702466237, "5"], [1702466261, "5"], [1702466291, "5"], [1702466327, "5"], [1702466360, "5"], [1702466384, "5"], [1702466417, "5"], [1702466441, "5"], [1702466471, "5"], [1702466507, "5"], [1702466540, "5"], [1702466597, "5"], [1702466633, "5"], [1702466666, "5"], [1702466705, "5"], [1702466732, "5"], [1702466765, "5"], [1702466801, "5"], [1702466852, "5"], [1702466876, "5"], [1702466918, "5"], [1702466978, "5"], [1702467014, "5"], [1702467038, "5"], [1702467068, "5"], [1702467122, "5"], [1702467158, "5"], [1702467191, "5"], [1702467221, "5"], [1702467257, "5"], [1702467299, "5"], [1702467350, "5"], [1702467386, "5"], [1702467419, "5"], [1702467455, "5"], [1702467515, "5"], [1702467542, "5"], [1702467566, "5"], [1702467599, "5"], [1702467635, "5"], [1702467668, "5"], [1702467695, "5"], [1702467716, "5"], [1702467746, "5"], [1702467800, "5"], [1702467824, "6"], [1702467908, "6"], [1702467944, "6"], [1702467968, "6"], [1702468001, "6"], [1702468031, "6"], [1702468067, "6"], [1702468085, "6"], [1702468115, "6"], [1702468151, "6"], [1702468181, "6"], [1702468208, "6"], [1702468241, "6"], [1702468256, "6"], [1702468286, "6"], [1702468322, "6"], [1702468352, "6"], [1702468388, "6"], [1702468424, "6"], [1702468457, "6"], [1702468493, "6"], [1702468517, "6"], [1702468550, "6"], [1702468586, "6"], [1702468613, "6"], [1702468637, "6"], [1702468679, "6"], [1702468721, "6"], [1702468730, "6"], [1702468766, "6"], [1702468799, "6"], [1702468835, "6"], [1702468898, "6"], [1702468934, "6"], [1702468970, "6"], [1702468994, "6"], [1702469024, "6"], [1702469060, "6"], [1702469111, "6"], [1702469144, "6"], [1702469168, "6"], [1702469204, "6"], [1702469237, "6"], [1702469273, "6"], [1702469303, "6"], [1702469336, "6"], [1702469360, "6"], [1702469387, "7"], [1702469411, "7"], [1702469435, "7"], [1702469468, "7"], [1702469504, "7"], [1702469537, "7"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "7"], [1702469753, "7"], [1702469786, "7"], [1702469816, "7"], [1702469834, "7"], [1702469864, "7"], [1702469906, "7"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "8"], [1702470506, "8"], [1702470542, "8"], [1702470575, "8"], [1702470611, "8"], [1702470635, "8"], [1702470662, "8"], [1702470686, "8"], [1702470719, "8"], [1702470746, "8"], [1702470812, "8"], [1702470845, "8"], [1702470875, "8"], [1702470899, "8"], [1702470953, "8"], [1702470983, "8"], [1702471025, "8"], [1702471067, "8"], [1702471169, "8"], [1702471193, "8"], [1702471226, "8"], [1702471265, "8"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "11"], [1702462763, "11"], [1702462793, "11"], [1702462808, "11"], [1702462829, "11"], [1702462844, "11"], [1702462865, "11"], [1702462880, "11"], [1702462904, "11"], [1702462919, "11"], [1702462952, "37"], [1702462973, "41"], [1702462988, "41"], [1702463045, "48"], [1702463081, "54"], [1702463114, "60"], [1702463150, "61"], [1702463186, "63"], [1702463216, "67"], [1702463240, "67"], [1702463273, "67"], [1702463324, "79"], [1702463354, "82"], [1702463381, "82"], [1702463417, "82"], [1702463453, "88"], [1702463477, "88"], [1702463510, "88"], [1702463537, "91"], [1702463570, "94"], [1702463591, "97"], [1702463621, "97"], [1702463657, "122"], [1702463693, "127"], [1702463729, "128"], [1702463765, "128"], [1702463798, "134"], [1702463846, "143"], [1702463873, "143"], [1702463906, "147"], [1702463948, "154"], [1702463984, "154"], [1702464014, "154"], [1702464050, "161"], [1702464086, "165"], [1702464122, "165"], [1702464155, "170"], [1702464194, "179"], [1702464230, "179"], [1702464263, "182"], [1702464299, "187"], [1702464332, "192"], [1702464356, "192"], [1702464392, "192"], [1702464425, "197"], [1702464455, "201"], [1702464479, "201"], [1702464509, "201"], [1702464533, "207"], [1702464569, "212"], [1702464605, "212"], [1702464635, "212"], [1702464671, "221"], [1702464716, "223"], [1702464743, "223"], [1702464776, "228"], [1702464812, "239"], [1702464836, "239"], [1702464869, "239"], [1702464905, "242"], [1702464926, "244"], [1702464956, "244"], [1702464992, "244"], [1702465016, "246"], [1702465049, "247"], [1702465085, "247"], [1702465118, "252"], [1702465145, "257"], [1702465178, "258"], [1702465208, "258"], [1702465241, "260"], [1702465298, "275"], [1702465334, "275"], [1702465367, "275"], [1702465394, "277"], [1702465418, "279"], [1702465445, "279"], [1702465481, "282"], [1702465517, "291"], [1702465550, "291"], [1702465586, "291"], [1702465619, "296"], [1702465658, "303"], [1702465706, "303"], [1702465754, "311"], [1702465787, "311"], [1702465823, "314"], [1702465856, "325"], [1702465880, "325"], [1702465910, "325"], [1702465952, "336"], [1702465988, "348"], [1702466015, "348"], [1702466030, "348"], [1702466060, "352"], [1702466078, "359"], [1702466138, "362"], [1702466168, "362"], [1702466204, "370"], [1702466237, "376"], [1702466261, "376"], [1702466291, "376"], [1702466327, "380"], [1702466360, "383"], [1702466384, "383"], [1702466417, "383"], [1702466441, "387"], [1702466471, "392"], [1702466507, "392"], [1702466540, "392"], [1702466597, "398"], [1702466633, "398"], [1702466666, "401"], [1702466705, "405"], [1702466732, "406"], [1702466765, "406"], [1702466801, "414"], [1702466852, "419"], [1702466876, "419"], [1702466918, "420"], [1702466978, "424"], [1702467014, "424"], [1702467038, "434"], [1702467068, "434"], [1702467122, "434"], [1702467158, "439"], [1702467191, "447"], [1702467221, "447"], [1702467257, "449"], [1702467299, "453"], [1702467350, "454"], [1702467386, "454"], [1702467419, "461"], [1702467455, "461"], [1702467515, "473"], [1702467542, "477"], [1702467566, "477"], [1702467599, "477"], [1702467635, "478"], [1702467668, "483"], [1702467695, "483"], [1702467716, "483"], [1702467746, "487"], [1702467800, "491"], [1702467824, "491"], [1702467908, "507"], [1702467944, "507"], [1702467968, "507"], [1702468001, "508"], [1702468031, "509"], [1702468067, "509"], [1702468085, "509"], [1702468115, "513"], [1702468151, "518"], [1702468181, "518"], [1702468208, "518"], [1702468241, "525"], [1702468256, "528"], [1702468286, "528"], [1702468322, "528"], [1702468352, "528"], [1702468388, "532"], [1702468424, "533"], [1702468457, "533"], [1702468493, "538"], [1702468517, "541"], [1702468550, "541"], [1702468586, "546"], [1702468613, "553"], [1702468637, "555"], [1702468679, "555"], [1702468721, "555"], [1702468730, "559"], [1702468766, "559"], [1702468799, "559"], [1702468835, "561"], [1702468898, "572"], [1702468934, "572"], [1702468970, "579"], [1702468994, "585"], [1702469024, "585"], [1702469060, "585"], [1702469111, "588"], [1702469144, "588"], [1702469168, "588"], [1702469204, "593"], [1702469237, "601"], [1702469273, "601"], [1702469303, "601"], [1702469336, "609"], [1702469360, "609"], [1702469387, "609"], [1702469411, "609"], [1702469435, "613"], [1702469468, "615"], [1702469504, "615"], [1702469537, "615"], [1702469573, "621"], [1702469606, "621"], [1702469633, "621"], [1702469660, "621"], [1702469684, "628"], [1702469717, "628"], [1702469753, "628"], [1702469786, "628"], [1702469816, "631"], [1702469834, "631"], [1702469864, "631"], [1702469906, "635"], [1702469936, "635"], [1702469972, "635"], [1702470005, "635"], [1702470029, "636"], [1702470065, "643"], [1702470101, "643"], [1702470131, "643"], [1702470167, "645"], [1702470203, "652"], [1702470251, "652"], [1702470278, "654"], [1702470311, "655"], [1702470347, "655"], [1702470371, "655"], [1702470404, "659"], [1702470440, "663"], [1702470476, "663"], [1702470506, "663"], [1702470542, "667"], [1702470575, "669"], [1702470611, "669"], [1702470635, "669"], [1702470662, "672"], [1702470686, "674"], [1702470719, "674"], [1702470746, "675"], [1702470812, "680"], [1702470845, "680"], [1702470875, "680"], [1702470899, "682"], [1702470953, "685"], [1702470983, "685"], [1702471025, "688"], [1702471067, "688"], [1702471169, "697"], [1702471193, "697"], [1702471226, "697"], [1702471265, "704"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "2"], [1702462721, "2"], [1702462736, "2"], [1702462751, "2"], [1702462763, "2"], [1702462793, "2"], [1702462808, "3"], [1702462829, "3"], [1702462844, "4"], [1702462865, "4"], [1702462880, "5"], [1702462904, "5"], [1702462919, "5"], [1702462952, "5"], [1702462973, "5"], [1702462988, "7"], [1702463045, "8"], [1702463081, "9"], [1702463114, "10"], [1702463150, "10"], [1702463186, "10"], [1702463216, "10"], [1702463240, "10"], [1702463273, "10"], [1702463324, "10"], [1702463354, "10"], [1702463381, "11"], [1702463417, "13"], [1702463453, "13"], [1702463477, "14"], [1702463510, "14"], [1702463537, "14"], [1702463570, "15"], [1702463591, "15"], [1702463621, "15"], [1702463657, "15"], [1702463693, "15"], [1702463729, "17"], [1702463765, "17"], [1702463798, "17"], [1702463846, "19"], [1702463873, "19"], [1702463906, "21"], [1702463948, "21"], [1702463984, "21"], [1702464014, "21"], [1702464050, "22"], [1702464086, "22"], [1702464122, "22"], [1702464155, "22"], [1702464194, "24"], [1702464230, "24"], [1702464263, "25"], [1702464299, "25"], [1702464332, "27"], [1702464356, "27"], [1702464392, "27"], [1702464425, "27"], [1702464455, "27"], [1702464479, "27"], [1702464509, "28"], [1702464533, "28"], [1702464569, "30"], [1702464605, "30"], [1702464635, "30"], [1702464671, "30"], [1702464716, "30"], [1702464743, "30"], [1702464776, "30"], [1702464812, "30"], [1702464836, "31"], [1702464869, "33"], [1702464905, "33"], [1702464926, "33"], [1702464956, "34"], [1702464992, "35"], [1702465016, "35"], [1702465049, "35"], [1702465085, "35"], [1702465118, "35"], [1702465145, "35"], [1702465178, "35"], [1702465208, "35"], [1702465241, "36"], [1702465298, "36"], [1702465334, "36"], [1702465367, "36"], [1702465394, "36"], [1702465418, "36"], [1702465445, "36"], [1702465481, "36"], [1702465517, "36"], [1702465550, "36"], [1702465586, "37"], [1702465619, "37"], [1702465658, "38"], [1702465706, "40"], [1702465754, "40"], [1702465787, "40"], [1702465823, "40"], [1702465856, "40"], [1702465880, "40"], [1702465910, "40"], [1702465952, "40"], [1702465988, "40"], [1702466015, "41"], [1702466030, "41"], [1702466060, "41"], [1702466078, "41"], [1702466138, "43"], [1702466168, "43"], [1702466204, "43"], [1702466237, "43"], [1702466261, "43"], [1702466291, "43"], [1702466327, "43"], [1702466360, "43"], [1702466384, "44"], [1702466417, "44"], [1702466441, "44"], [1702466471, "44"], [1702466507, "44"], [1702466540, "44"], [1702466597, "44"], [1702466633, "44"], [1702466666, "44"], [1702466705, "44"], [1702466732, "44"], [1702466765, "44"], [1702466801, "45"], [1702466852, "45"], [1702466876, "45"], [1702466918, "45"], [1702466978, "45"], [1702467014, "45"], [1702467038, "46"], [1702467068, "46"], [1702467122, "49"], [1702467158, "52"], [1702467191, "52"], [1702467221, "52"], [1702467257, "52"], [1702467299, "52"], [1702467350, "52"], [1702467386, "52"], [1702467419, "52"], [1702467455, "53"], [1702467515, "54"], [1702467542, "54"], [1702467566, "55"], [1702467599, "55"], [1702467635, "59"], [1702467668, "59"], [1702467695, "59"], [1702467716, "59"], [1702467746, "59"], [1702467800, "59"], [1702467824, "62"], [1702467908, "62"], [1702467944, "62"], [1702467968, "62"], [1702468001, "62"], [1702468031, "62"], [1702468067, "63"], [1702468085, "63"], [1702468115, "63"], [1702468151, "63"], [1702468181, "63"], [1702468208, "64"], [1702468241, "66"], [1702468256, "66"], [1702468286, "68"], [1702468322, "68"], [1702468352, "69"], [1702468388, "69"], [1702468424, "69"], [1702468457, "69"], [1702468493, "70"], [1702468517, "70"], [1702468550, "70"], [1702468586, "72"], [1702468613, "72"], [1702468637, "72"], [1702468679, "75"], [1702468721, "75"], [1702468730, "75"], [1702468766, "75"], [1702468799, "75"], [1702468835, "75"], [1702468898, "76"], [1702468934, "76"], [1702468970, "78"], [1702468994, "78"], [1702469024, "78"], [1702469060, "79"], [1702469111, "81"], [1702469144, "81"], [1702469168, "81"], [1702469204, "81"], [1702469237, "81"], [1702469273, "82"], [1702469303, "83"], [1702469336, "86"], [1702469360, "87"], [1702469387, "87"], [1702469411, "87"], [1702469435, "88"], [1702469468, "88"], [1702469504, "88"], [1702469537, "88"], [1702469573, "88"], [1702469606, "88"], [1702469633, "90"], [1702469660, "90"], [1702469684, "90"], [1702469717, "90"], [1702469753, "90"], [1702469786, "90"], [1702469816, "92"], [1702469834, "92"], [1702469864, "92"], [1702469906, "92"], [1702469936, "92"], [1702469972, "93"], [1702470005, "93"], [1702470029, "93"], [1702470065, "93"], [1702470101, "93"], [1702470131, "93"], [1702470167, "93"], [1702470203, "93"], [1702470251, "93"], [1702470278, "95"], [1702470311, "95"], [1702470347, "96"], [1702470371, "96"], [1702470404, "96"], [1702470440, "97"], [1702470476, "97"], [1702470506, "97"], [1702470542, "97"], [1702470575, "98"], [1702470611, "98"], [1702470635, "100"], [1702470662, "103"], [1702470686, "103"], [1702470719, "103"], [1702470746, "103"], [1702470812, "103"], [1702470845, "103"], [1702470875, "103"], [1702470899, "103"], [1702470953, "103"], [1702470983, "103"], [1702471025, "104"], [1702471067, "104"], [1702471169, "104"], [1702471193, "104"], [1702471226, "104"], [1702471265, "104"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4"], [1702462721, "4"], [1702462736, "4"], [1702462751, "4"], [1702462763, "5"], [1702462793, "6"], [1702462808, "6"], [1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "6"], [1702462904, "6"], [1702462919, "6"], [1702462952, "6"], [1702462973, "6"], [1702462988, "6"], [1702463045, "6"], [1702463081, "6"], [1702463114, "6"], [1702463150, "6"], [1702463186, "6"], [1702463216, "7"], [1702463240, "7"], [1702463273, "8"], [1702463324, "8"], [1702463354, "8"], [1702463381, "9"], [1702463417, "9"], [1702463453, "10"], [1702463477, "10"], [1702463510, "10"], [1702463537, "10"], [1702463570, "10"], [1702463591, "10"], [1702463621, "10"], [1702463657, "10"], [1702463693, "10"], [1702463729, "10"], [1702463765, "21"], [1702463798, "21"], [1702463846, "21"], [1702463873, "31"], [1702463906, "31"], [1702463948, "31"], [1702463984, "31"], [1702464014, "31"], [1702464050, "31"], [1702464086, "31"], [1702464122, "33"], [1702464155, "34"], [1702464194, "41"], [1702464230, "41"], [1702464263, "42"], [1702464299, "45"], [1702464332, "45"], [1702464356, "45"], [1702464392, "45"], [1702464425, "46"], [1702464455, "46"], [1702464479, "47"], [1702464509, "48"], [1702464533, "53"], [1702464569, "61"], [1702464605, "63"], [1702464635, "63"], [1702464671, "64"], [1702464716, "69"], [1702464743, "70"], [1702464776, "70"], [1702464812, "71"], [1702464836, "71"], [1702464869, "71"], [1702464905, "72"], [1702464926, "73"], [1702464956, "80"], [1702464992, "83"], [1702465016, "84"], [1702465049, "84"], [1702465085, "84"], [1702465118, "84"], [1702465145, "88"], [1702465178, "88"], [1702465208, "88"], [1702465241, "89"], [1702465298, "90"], [1702465334, "90"], [1702465367, "92"], [1702465394, "93"], [1702465418, "93"], [1702465445, "93"], [1702465481, "95"], [1702465517, "96"], [1702465550, "98"], [1702465586, "98"], [1702465619, "98"], [1702465658, "98"], [1702465706, "98"], [1702465754, "98"], [1702465787, "99"], [1702465823, "100"], [1702465856, "100"], [1702465880, "100"], [1702465910, "100"], [1702465952, "100"], [1702465988, "100"], [1702466015, "101"], [1702466030, "101"], [1702466060, "101"], [1702466078, "101"], [1702466138, "101"], [1702466168, "102"], [1702466204, "102"], [1702466237, "102"], [1702466261, "102"], [1702466291, "102"], [1702466327, "102"], [1702466360, "103"], [1702466384, "104"], [1702466417, "104"], [1702466441, "104"], [1702466471, "104"], [1702466507, "105"], [1702466540, "106"], [1702466597, "108"], [1702466633, "108"], [1702466666, "108"], [1702466705, "108"], [1702466732, "108"], [1702466765, "110"], [1702466801, "110"], [1702466852, "111"], [1702466876, "112"], [1702466918, "112"], [1702466978, "119"], [1702467014, "120"], [1702467038, "120"], [1702467068, "121"], [1702467122, "121"], [1702467158, "123"], [1702467191, "127"], [1702467221, "131"], [1702467257, "131"], [1702467299, "131"], [1702467350, "132"], [1702467386, "133"], [1702467419, "133"], [1702467455, "137"], [1702467515, "138"], [1702467542, "138"], [1702467566, "138"], [1702467599, "139"], [1702467635, "140"], [1702467668, "140"], [1702467695, "143"], [1702467716, "143"], [1702467746, "143"], [1702467800, "145"], [1702467824, "147"], [1702467908, "150"], [1702467944, "151"], [1702467968, "153"], [1702468001, "153"], [1702468031, "153"], [1702468067, "155"], [1702468085, "156"], [1702468115, "156"], [1702468151, "157"], [1702468181, "158"], [1702468208, "161"], [1702468241, "166"], [1702468256, "166"], [1702468286, "168"], [1702468322, "170"], [1702468352, "170"], [1702468388, "171"], [1702468424, "172"], [1702468457, "172"], [1702468493, "172"], [1702468517, "175"], [1702468550, "176"], [1702468586, "177"], [1702468613, "181"], [1702468637, "181"], [1702468679, "185"], [1702468721, "185"], [1702468730, "185"], [1702468766, "185"], [1702468799, "185"], [1702468835, "185"], [1702468898, "186"], [1702468934, "187"], [1702468970, "187"], [1702468994, "188"], [1702469024, "191"], [1702469060, "193"], [1702469111, "195"], [1702469144, "196"], [1702469168, "196"], [1702469204, "196"], [1702469237, "196"], [1702469273, "198"], [1702469303, "198"], [1702469336, "201"], [1702469360, "202"], [1702469387, "213"], [1702469411, "218"], [1702469435, "221"], [1702469468, "222"], [1702469504, "224"], [1702469537, "224"], [1702469573, "225"], [1702469606, "225"], [1702469633, "225"], [1702469660, "225"], [1702469684, "225"], [1702469717, "226"], [1702469753, "232"], [1702469786, "232"], [1702469816, "234"], [1702469834, "234"], [1702469864, "234"], [1702469906, "235"], [1702469936, "236"], [1702469972, "237"], [1702470005, "237"], [1702470029, "237"], [1702470065, "237"], [1702470101, "237"], [1702470131, "238"], [1702470167, "238"], [1702470203, "239"], [1702470251, "239"], [1702470278, "239"], [1702470311, "241"], [1702470347, "241"], [1702470371, "241"], [1702470404, "242"], [1702470440, "242"], [1702470476, "246"], [1702470506, "246"], [1702470542, "246"], [1702470575, "249"], [1702470611, "251"], [1702470635, "251"], [1702470662, "251"], [1702470686, "251"], [1702470719, "254"], [1702470746, "254"], [1702470812, "256"], [1702470845, "256"], [1702470875, "257"], [1702470899, "258"], [1702470953, "259"], [1702470983, "259"], [1702471025, "259"], [1702471067, "259"], [1702471169, "261"], [1702471193, "262"], [1702471226, "262"], [1702471265, "262"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "718"], [1702462988, "1690"], [1702463045, "5248"], [1702463081, "7249"], [1702463114, "10025"], [1702463150, "13425"], [1702463186, "15170"], [1702463216, "16046"], [1702463240, "16257"], [1702463273, "16402"], [1702463324, "17040"], [1702463354, "19442"], [1702463381, "20700"], [1702463417, "22617"], [1702463453, "24245"], [1702463477, "31487"], [1702463510, "33873"], [1702463537, "35121"], [1702463570, "36745"], [1702463591, "36991"], [1702463621, "37306"], [1702463657, "37449"], [1702463693, "38135"], [1702463729, "38906"], [1702463765, "39954"], [1702463798, "44679"], [1702463846, "49332"], [1702463873, "54778"], [1702463906, "56775"], [1702463948, "58461"], [1702463984, "58690"], [1702464014, "58993"], [1702464050, "59380"], [1702464086, "61096"], [1702464122, "62406"], [1702464155, "66621"], [1702464194, "71953"], [1702464230, "75317"], [1702464263, "77806"], [1702464299, "80120"], [1702464332, "80877"], [1702464356, "81112"], [1702464392, "81345"], [1702464425, "82402"], [1702464455, "84058"], [1702464479, "85987"], [1702464509, "88988"], [1702464533, "91169"], [1702464569, "96420"], [1702464605, "99041"], [1702464635, "100480"], [1702464671, "102058"], [1702464716, "102327"], [1702464743, "102861"], [1702464776, "103066"], [1702464812, "103803"], [1702464836, "105693"], [1702464869, "106699"], [1702464905, "108396"], [1702464926, "111205"], [1702464956, "113196"], [1702464992, "117383"], [1702465016, "120644"], [1702465049, "121846"], [1702465085, "121949"], [1702465118, "122144"], [1702465145, "122477"], [1702465178, "123412"], [1702465208, "125820"], [1702465241, "127651"], [1702465298, "134322"], [1702465334, "137955"], [1702465367, "141658"], [1702465394, "143668"], [1702465418, "145330"], [1702465445, "145473"], [1702465481, "145897"], [1702465517, "146394"], [1702465550, "147451"], [1702465586, "149066"], [1702465619, "152515"], [1702465658, "155684"], [1702465706, "158882"], [1702465754, "164124"], [1702465787, "165933"], [1702465823, "166168"], [1702465856, "166560"], [1702465880, "167030"], [1702465910, "168340"], [1702465952, "170100"], [1702465988, "173799"], [1702466015, "180010"], [1702466030, "182530"], [1702466060, "185543"], [1702466078, "187572"], [1702466138, "190160"], [1702466168, "192357"], [1702466204, "192694"], [1702466237, "192885"], [1702466261, "193552"], [1702466291, "193965"], [1702466327, "195804"], [1702466360, "199637"], [1702466384, "201637"], [1702466417, "203736"], [1702466441, "211853"], [1702466471, "214271"], [1702466507, "216860"], [1702466540, "218046"], [1702466597, "218378"], [1702466633, "218910"], [1702466666, "219386"], [1702466705, "220033"], [1702466732, "224334"], [1702466765, "229631"], [1702466801, "234198"], [1702466852, "243872"], [1702466876, "246001"], [1702466918, "248637"], [1702466978, "250066"], [1702467014, "250181"], [1702467038, "250685"], [1702467068, "251935"], [1702467122, "254939"], [1702467158, "259684"], [1702467191, "265788"], [1702467221, "271247"], [1702467257, "275715"], [1702467299, "276501"], [1702467350, "276895"], [1702467386, "277813"], [1702467419, "280156"], [1702467455, "282749"], [1702467515, "289578"], [1702467542, "296049"], [1702467566, "301134"], [1702467599, "304510"], [1702467635, "307409"], [1702467668, "308282"], [1702467695, "308398"], [1702467716, "308673"], [1702467746, "308972"], [1702467800, "310652"], [1702467824, "311799"], [1702467908, "320630"], [1702467944, "329848"], [1702467968, "334227"], [1702468001, "338617"], [1702468031, "339504"], [1702468067, "339590"], [1702468085, "339897"], [1702468115, "340277"], [1702468151, "340921"], [1702468181, "344159"], [1702468208, "346808"], [1702468241, "351084"], [1702468256, "353557"], [1702468286, "355858"], [1702468322, "359533"], [1702468352, "362906"], [1702468388, "365326"], [1702468424, "365472"], [1702468457, "365591"], [1702468493, "365957"], [1702468517, "367688"], [1702468550, "369974"], [1702468586, "373005"], [1702468613, "375442"], [1702468637, "377539"], [1702468679, "382616"], [1702468721, "383713"], [1702468730, "384849"], [1702468766, "385245"], [1702468799, "385344"], [1702468835, "385730"], [1702468898, "386625"], [1702468934, "389893"], [1702468970, "390722"], [1702468994, "393387"], [1702469024, "396352"], [1702469060, "406587"], [1702469111, "410633"], [1702469144, "411058"], [1702469168, "411349"], [1702469204, "411819"], [1702469237, "413269"], [1702469273, "415118"], [1702469303, "416489"], [1702469336, "419718"], [1702469360, "423138"], [1702469387, "427414"], [1702469411, "430975"], [1702469435, "433654"], [1702469468, "436707"], [1702469504, "438095"], [1702469537, "438371"], [1702469573, "438693"], [1702469606, "439005"], [1702469633, "440292"], [1702469660, "441651"], [1702469684, "443473"], [1702469717, "446024"], [1702469753, "451248"], [1702469786, "456668"], [1702469816, "458649"], [1702469834, "464022"], [1702469864, "464630"], [1702469906, "468114"], [1702469936, "468763"], [1702469972, "468958"], [1702470005, "469292"], [1702470029, "469849"], [1702470065, "470652"], [1702470101, "472564"], [1702470131, "474057"], [1702470167, "476693"], [1702470203, "479866"], [1702470251, "483595"], [1702470278, "495318"], [1702470311, "497916"], [1702470347, "500001"], [1702470371, "500514"], [1702470404, "500747"], [1702470440, "501112"], [1702470476, "501337"], [1702470506, "502572"], [1702470542, "504405"], [1702470575, "505840"], [1702470611, "508640"], [1702470635, "512143"], [1702470662, "515400"], [1702470686, "523199"], [1702470719, "525363"], [1702470746, "529426"], [1702470812, "532439"], [1702470845, "532536"], [1702470875, "535362"], [1702470899, "538296"], [1702470953, "540400"], [1702470983, "540515"], [1702471025, "541825"], [1702471067, "543437"], [1702471169, "545867"], [1702471193, "547962"], [1702471226, "550793"], [1702471265, "553070"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1"], [1702462865, "1"], [1702462880, "63"], [1702462904, "147"], [1702462919, "235"], [1702462952, "663"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "2"], [1702463114, "2"], [1702463150, "2"], [1702463186, "2"], [1702463216, "2"], [1702463240, "2"], [1702463273, "2"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "6"], [1702463570, "7"], [1702463591, "7"], [1702463621, "7"], [1702463657, "7"], [1702463693, "8"], [1702463729, "10"], [1702463765, "10"], [1702463798, "13"], [1702463846, "13"], [1702463873, "13"], [1702463906, "13"], [1702463948, "14"], [1702463984, "14"], [1702464014, "15"], [1702464050, "15"], [1702464086, "15"], [1702464122, "15"], [1702464155, "15"], [1702464194, "17"], [1702464230, "19"], [1702464263, "20"], [1702464299, "21"], [1702464332, "21"], [1702464356, "21"], [1702464392, "22"], [1702464425, "22"], [1702464455, "22"], [1702464479, "22"], [1702464509, "24"], [1702464533, "24"], [1702464569, "24"], [1702464605, "24"], [1702464635, "24"], [1702464671, "24"], [1702464716, "24"], [1702464743, "24"], [1702464776, "24"], [1702464812, "25"], [1702464836, "25"], [1702464869, "27"], [1702464905, "27"], [1702464926, "27"], [1702464956, "27"], [1702464992, "27"], [1702465016, "27"], [1702465049, "27"], [1702465085, "27"], [1702465118, "27"], [1702465145, "27"], [1702465178, "27"], [1702465208, "27"], [1702465241, "28"], [1702465298, "29"], [1702465334, "29"], [1702465367, "29"], [1702465394, "29"], [1702465418, "30"], [1702465445, "30"], [1702465481, "30"], [1702465517, "30"], [1702465550, "30"], [1702465586, "30"], [1702465619, "30"], [1702465658, "31"], [1702465706, "31"], [1702465754, "33"], [1702465787, "33"], [1702465823, "33"], [1702465856, "33"], [1702465880, "33"], [1702465910, "34"], [1702465952, "34"], [1702465988, "34"], [1702466015, "34"], [1702466030, "34"], [1702466060, "34"], [1702466078, "34"], [1702466138, "37"], [1702466168, "37"], [1702466204, "37"], [1702466237, "37"], [1702466261, "38"], [1702466291, "38"], [1702466327, "38"], [1702466360, "38"], [1702466384, "39"], [1702466417, "39"], [1702466441, "39"], [1702466471, "39"], [1702466507, "39"], [1702466540, "39"], [1702466597, "39"], [1702466633, "39"], [1702466666, "39"], [1702466705, "39"], [1702466732, "40"], [1702466765, "40"], [1702466801, "40"], [1702466852, "40"], [1702466876, "40"], [1702466918, "40"], [1702466978, "40"], [1702467014, "40"], [1702467038, "40"], [1702467068, "40"], [1702467122, "40"], [1702467158, "40"], [1702467191, "40"], [1702467221, "40"], [1702467257, "40"], [1702467299, "40"], [1702467350, "40"], [1702467386, "40"], [1702467419, "41"], [1702467455, "43"], [1702467515, "45"], [1702467542, "45"], [1702467566, "46"], [1702467599, "46"], [1702467635, "46"], [1702467668, "46"], [1702467695, "46"], [1702467716, "46"], [1702467746, "46"], [1702467800, "48"], [1702467824, "49"], [1702467908, "51"], [1702467944, "51"], [1702467968, "51"], [1702468001, "51"], [1702468031, "51"], [1702468067, "51"], [1702468085, "51"], [1702468115, "51"], [1702468151, "51"], [1702468181, "51"], [1702468208, "51"], [1702468241, "52"], [1702468256, "52"], [1702468286, "52"], [1702468322, "52"], [1702468352, "53"], [1702468388, "54"], [1702468424, "54"], [1702468457, "55"], [1702468493, "56"], [1702468517, "56"], [1702468550, "57"], [1702468586, "57"], [1702468613, "57"], [1702468637, "57"], [1702468679, "57"], [1702468721, "57"], [1702468730, "57"], [1702468766, "57"], [1702468799, "57"], [1702468835, "57"], [1702468898, "58"], [1702468934, "59"], [1702468970, "61"], [1702468994, "61"], [1702469024, "61"], [1702469060, "61"], [1702469111, "61"], [1702469144, "61"], [1702469168, "62"], [1702469204, "62"], [1702469237, "63"], [1702469273, "63"], [1702469303, "63"], [1702469336, "67"], [1702469360, "68"], [1702469387, "68"], [1702469411, "68"], [1702469435, "68"], [1702469468, "69"], [1702469504, "70"], [1702469537, "70"], [1702469573, "71"], [1702469606, "71"], [1702469633, "72"], [1702469660, "72"], [1702469684, "74"], [1702469717, "74"], [1702469753, "75"], [1702469786, "75"], [1702469816, "75"], [1702469834, "75"], [1702469864, "75"], [1702469906, "75"], [1702469936, "75"], [1702469972, "10866"], [1702470005, "10940"], [1702470029, "10961"], [1702470065, "11024"], [1702470101, "11080"], [1702470131, "11120"], [1702470167, "11171"], [1702470203, "11226"], [1702470251, "11295"], [1702470278, "11341"], [1702470311, "11397"], [1702470347, "11435"], [1702470371, "11476"], [1702470404, "11501"], [1702470440, "11550"], [1702470476, "11595"], [1702470506, "11628"], [1702470542, "11655"], [1702470575, "11685"], [1702470611, "11714"], [1702470635, "11750"], [1702470662, "11768"], [1702470686, "11801"], [1702470719, "11815"], [1702470746, "11850"], [1702470812, "11938"], [1702470845, "11982"], [1702470875, "12009"], [1702470899, "12039"], [1702470953, "12083"], [1702470983, "12123"], [1702471025, "12181"], [1702471067, "12258"], [1702471169, "12400"], [1702471193, "12423"], [1702471226, "12479"], [1702471265, "12544"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "2"], [1702463114, "2"], [1702463150, "2"], [1702463186, "2"], [1702463216, "2"], [1702463240, "2"], [1702463273, "2"], [1702463324, "2"], [1702463354, "2"], [1702463381, "2"], [1702463417, "2"], [1702463453, "2"], [1702463477, "2"], [1702463510, "2"], [1702463537, "2"], [1702463570, "2"], [1702463591, "2"], [1702463621, "2"], [1702463657, "2"], [1702463693, "2"], [1702463729, "2"], [1702463765, "2"], [1702463798, "2"], [1702463846, "2"], [1702463873, "2"], [1702463906, "2"], [1702463948, "2"], [1702463984, "2"], [1702464014, "2"], [1702464050, "2"], [1702464086, "2"], [1702464122, "2"], [1702464155, "2"], [1702464194, "2"], [1702464230, "2"], [1702464263, "2"], [1702464299, "2"], [1702464332, "2"], [1702464356, "2"], [1702464392, "2"], [1702464425, "2"], [1702464455, "2"], [1702464479, "2"], [1702464509, "2"], [1702464533, "2"], [1702464569, "2"], [1702464605, "2"], [1702464635, "2"], [1702464671, "2"], [1702464716, "2"], [1702464743, "2"], [1702464776, "2"], [1702464812, "2"], [1702464836, "2"], [1702464869, "2"], [1702464905, "2"], [1702464926, "2"], [1702464956, "2"], [1702464992, "2"], [1702465016, "2"], [1702465049, "2"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "2"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "6"], [1702462721, "8"], [1702462736, "8"], [1702462751, "8"], [1702462763, "8"], [1702462793, "9"], [1702462808, "9"], [1702462829, "11"], [1702462844, "11"], [1702462865, "11"], [1702462880, "12"], [1702462904, "13"], [1702462919, "14"], [1702462952, "16"], [1702462973, "16"], [1702462988, "16"], [1702463045, "24"], [1702463081, "26"], [1702463114, "28"], [1702463150, "32"], [1702463186, "43"], [1702463216, "45"], [1702463240, "46"], [1702463273, "47"], [1702463324, "49"], [1702463354, "49"], [1702463381, "51"], [1702463417, "53"], [1702463453, "57"], [1702463477, "61"], [1702463510, "64"], [1702463537, "64"], [1702463570, "64"], [1702463591, "66"], [1702463621, "67"], [1702463657, "67"], [1702463693, "67"], [1702463729, "69"], [1702463765, "72"], [1702463798, "77"], [1702463846, "81"], [1702463873, "83"], [1702463906, "84"], [1702463948, "85"], [1702463984, "85"], [1702464014, "85"], [1702464050, "85"], [1702464086, "87"], [1702464122, "89"], [1702464155, "91"], [1702464194, "92"], [1702464230, "92"], [1702464263, "97"], [1702464299, "101"], [1702464332, "101"], [1702464356, "102"], [1702464392, "103"], [1702464425, "105"], [1702464455, "109"], [1702464479, "109"], [1702464509, "117"], [1702464533, "119"], [1702464569, "126"], [1702464605, "127"], [1702464635, "129"], [1702464671, "130"], [1702464716, "131"], [1702464743, "131"], [1702464776, "131"], [1702464812, "133"], [1702464836, "136"], [1702464869, "138"], [1702464905, "141"], [1702464926, "145"], [1702464956, "148"], [1702464992, "151"], [1702465016, "154"], [1702465049, "157"], [1702465085, "162"], [1702465118, "164"], [1702465145, "164"], [1702465178, "165"], [1702465208, "168"], [1702465241, "171"], [1702465298, "174"], [1702465334, "178"], [1702465367, "183"], [1702465394, "185"], [1702465418, "186"], [1702465445, "186"], [1702465481, "186"], [1702465517, "187"], [1702465550, "187"], [1702465586, "189"], [1702465619, "192"], [1702465658, "194"], [1702465706, "201"], [1702465754, "208"], [1702465787, "208"], [1702465823, "208"], [1702465856, "211"], [1702465880, "212"], [1702465910, "212"], [1702465952, "216"], [1702465988, "220"], [1702466015, "223"], [1702466030, "224"], [1702466060, "225"], [1702466078, "230"], [1702466138, "231"], [1702466168, "231"], [1702466204, "233"], [1702466237, "233"], [1702466261, "235"], [1702466291, "235"], [1702466327, "236"], [1702466360, "243"], [1702466384, "248"], [1702466417, "250"], [1702466441, "253"], [1702466471, "255"], [1702466507, "259"], [1702466540, "261"], [1702466597, "264"], [1702466633, "265"], [1702466666, "265"], [1702466705, "272"], [1702466732, "274"], [1702466765, "280"], [1702466801, "287"], [1702466852, "292"], [1702466876, "293"], [1702466918, "298"], [1702466978, "303"], [1702467014, "319"], [1702467038, "321"], [1702467068, "322"], [1702467122, "327"], [1702467158, "329"], [1702467191, "333"], [1702467221, "337"], [1702467257, "339"], [1702467299, "344"], [1702467350, "345"], [1702467386, "350"], [1702467419, "354"], [1702467455, "357"], [1702467515, "366"], [1702467542, "372"], [1702467566, "383"], [1702467599, "383"], [1702467635, "387"], [1702467668, "387"], [1702467695, "390"], [1702467716, "391"], [1702467746, "393"], [1702467800, "397"], [1702467824, "399"], [1702467908, "415"], [1702467944, "421"], [1702467968, "421"], [1702468001, "423"], [1702468031, "424"], [1702468067, "426"], [1702468085, "427"], [1702468115, "428"], [1702468151, "431"], [1702468181, "439"], [1702468208, "439"], [1702468241, "447"], [1702468256, "452"], [1702468286, "456"], [1702468322, "459"], [1702468352, "461"], [1702468388, "464"], [1702468424, "468"], [1702468457, "469"], [1702468493, "472"], [1702468517, "478"], [1702468550, "482"], [1702468586, "485"], [1702468613, "492"], [1702468637, "493"], [1702468679, "496"], [1702468721, "499"], [1702468730, "504"], [1702468766, "505"], [1702468799, "508"], [1702468835, "509"], [1702468898, "513"], [1702468934, "518"], [1702468970, "521"], [1702468994, "531"], [1702469024, "537"], [1702469060, "543"], [1702469111, "548"], [1702469144, "552"], [1702469168, "553"], [1702469204, "557"], [1702469237, "559"], [1702469273, "560"], [1702469303, "568"], [1702469336, "578"], [1702469360, "588"], [1702469387, "596"], [1702469411, "602"], [1702469435, "603"], [1702469468, "604"], [1702469504, "608"], [1702469537, "609"], [1702469573, "617"], [1702469606, "619"], [1702469633, "622"], [1702469660, "624"], [1702469684, "627"], [1702469717, "629"], [1702469753, "634"], [1702469786, "639"], [1702469816, "641"], [1702469834, "643"], [1702469864, "644"], [1702469906, "646"], [1702469936, "646"], [1702469972, "646"], [1702470005, "646"], [1702470029, "648"], [1702470065, "656"], [1702470101, "658"], [1702470131, "662"], [1702470167, "666"], [1702470203, "669"], [1702470251, "674"], [1702470278, "679"], [1702470311, "682"], [1702470347, "683"], [1702470371, "683"], [1702470404, "683"], [1702470440, "685"], [1702470476, "689"], [1702470506, "689"], [1702470542, "691"], [1702470575, "693"], [1702470611, "697"], [1702470635, "699"], [1702470662, "701"], [1702470686, "707"], [1702470719, "709"], [1702470746, "713"], [1702470812, "719"], [1702470845, "719"], [1702470875, "723"], [1702470899, "724"], [1702470953, "725"], [1702470983, "727"], [1702471025, "730"], [1702471067, "735"], [1702471169, "744"], [1702471193, "747"], [1702471226, "753"], [1702471265, "755"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "2"], [1702462721, "2"], [1702462736, "3"], [1702462751, "4"], [1702462763, "4"], [1702462793, "5"], [1702462808, "5"], [1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "7"], [1702462904, "8"], [1702462919, "8"], [1702462952, "8"], [1702462973, "8"], [1702462988, "8"], [1702463045, "9"], [1702463081, "10"], [1702463114, "11"], [1702463150, "13"], [1702463186, "16"], [1702463216, "17"], [1702463240, "18"], [1702463273, "19"], [1702463324, "20"], [1702463354, "20"], [1702463381, "20"], [1702463417, "20"], [1702463453, "24"], [1702463477, "24"], [1702463510, "24"], [1702463537, "25"], [1702463570, "25"], [1702463591, "25"], [1702463621, "25"], [1702463657, "25"], [1702463693, "25"], [1702463729, "25"], [1702463765, "25"], [1702463798, "25"], [1702463846, "26"], [1702463873, "26"], [1702463906, "26"], [1702463948, "27"], [1702463984, "27"], [1702464014, "27"], [1702464050, "27"], [1702464086, "27"], [1702464122, "27"], [1702464155, "27"], [1702464194, "28"], [1702464230, "28"], [1702464263, "28"], [1702464299, "30"], [1702464332, "31"], [1702464356, "31"], [1702464392, "31"], [1702464425, "31"], [1702464455, "31"], [1702464479, "32"], [1702464509, "34"], [1702464533, "34"], [1702464569, "34"], [1702464605, "35"], [1702464635, "38"], [1702464671, "38"], [1702464716, "38"], [1702464743, "38"], [1702464776, "40"], [1702464812, "41"], [1702464836, "41"], [1702464869, "41"], [1702464905, "41"], [1702464926, "41"], [1702464956, "42"], [1702464992, "42"], [1702465016, "42"], [1702465049, "42"], [1702465085, "42"], [1702465118, "42"], [1702465145, "42"], [1702465178, "43"], [1702465208, "44"], [1702465241, "44"], [1702465298, "46"], [1702465334, "46"], [1702465367, "47"], [1702465394, "47"], [1702465418, "47"], [1702465445, "47"], [1702465481, "47"], [1702465517, "48"], [1702465550, "48"], [1702465586, "49"], [1702465619, "51"], [1702465658, "51"], [1702465706, "52"], [1702465754, "52"], [1702465787, "53"], [1702465823, "53"], [1702465856, "53"], [1702465880, "53"], [1702465910, "53"], [1702465952, "53"], [1702465988, "54"], [1702466015, "54"], [1702466030, "56"], [1702466060, "58"], [1702466078, "58"], [1702466138, "59"], [1702466168, "59"], [1702466204, "59"], [1702466237, "59"], [1702466261, "59"], [1702466291, "59"], [1702466327, "59"], [1702466360, "59"], [1702466384, "60"], [1702466417, "60"], [1702466441, "61"], [1702466471, "61"], [1702466507, "62"], [1702466540, "62"], [1702466597, "62"], [1702466633, "62"], [1702466666, "62"], [1702466705, "62"], [1702466732, "62"], [1702466765, "63"], [1702466801, "63"], [1702466852, "63"], [1702466876, "64"], [1702466918, "65"], [1702466978, "69"], [1702467014, "70"], [1702467038, "70"], [1702467068, "71"], [1702467122, "73"], [1702467158, "74"], [1702467191, "78"], [1702467221, "79"], [1702467257, "79"], [1702467299, "79"], [1702467350, "79"], [1702467386, "79"], [1702467419, "79"], [1702467455, "79"], [1702467515, "81"], [1702467542, "82"], [1702467566, "82"], [1702467599, "84"], [1702467635, "85"], [1702467668, "85"], [1702467695, "85"], [1702467716, "85"], [1702467746, "85"], [1702467800, "85"], [1702467824, "85"], [1702467908, "88"], [1702467944, "88"], [1702467968, "88"], [1702468001, "88"], [1702468031, "88"], [1702468067, "88"], [1702468085, "88"], [1702468115, "88"], [1702468151, "88"], [1702468181, "88"], [1702468208, "88"], [1702468241, "88"], [1702468256, "90"], [1702468286, "91"], [1702468322, "92"], [1702468352, "93"], [1702468388, "93"], [1702468424, "93"], [1702468457, "94"], [1702468493, "94"], [1702468517, "95"], [1702468550, "97"], [1702468586, "101"], [1702468613, "103"], [1702468637, "105"], [1702468679, "106"], [1702468721, "106"], [1702468730, "106"], [1702468766, "106"], [1702468799, "106"], [1702468835, "106"], [1702468898, "106"], [1702468934, "107"], [1702468970, "111"], [1702468994, "113"], [1702469024, "114"], [1702469060, "115"], [1702469111, "116"], [1702469144, "116"], [1702469168, "117"], [1702469204, "117"], [1702469237, "117"], [1702469273, "117"], [1702469303, "120"], [1702469336, "121"], [1702469360, "122"], [1702469387, "127"], [1702469411, "127"], [1702469435, "127"], [1702469468, "127"], [1702469504, "128"], [1702469537, "128"], [1702469573, "129"], [1702469606, "130"], [1702469633, "130"], [1702469660, "130"], [1702469684, "130"], [1702469717, "131"], [1702469753, "132"], [1702469786, "132"], [1702469816, "132"], [1702469834, "132"], [1702469864, "132"], [1702469906, "132"], [1702469936, "132"], [1702469972, "132"], [1702470005, "132"], [1702470029, "133"], [1702470065, "133"], [1702470101, "134"], [1702470131, "135"], [1702470167, "140"], [1702470203, "141"], [1702470251, "142"], [1702470278, "144"], [1702470311, "144"], [1702470347, "144"], [1702470371, "144"], [1702470404, "144"], [1702470440, "144"], [1702470476, "145"], [1702470506, "145"], [1702470542, "145"], [1702470575, "147"], [1702470611, "149"], [1702470635, "150"], [1702470662, "150"], [1702470686, "152"], [1702470719, "152"], [1702470746, "153"], [1702470812, "153"], [1702470845, "154"], [1702470875, "173"], [1702470899, "175"], [1702470953, "175"], [1702470983, "175"], [1702471025, "176"], [1702471067, "178"], [1702471169, "179"], [1702471193, "179"], [1702471226, "180"], [1702471265, "180"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "5"], [1702462721, "5"], [1702462736, "5"], [1702462751, "6"], [1702462763, "6"], [1702462793, "7"], [1702462808, "7"], [1702462829, "7"], [1702462844, "7"], [1702462865, "7"], [1702462880, "7"], [1702462904, "10"], [1702462919, "10"], [1702462952, "10"], [1702462973, "10"], [1702462988, "11"], [1702463045, "15"], [1702463081, "16"], [1702463114, "17"], [1702463150, "20"], [1702463186, "21"], [1702463216, "21"], [1702463240, "21"], [1702463273, "21"], [1702463324, "23"], [1702463354, "23"], [1702463381, "25"], [1702463417, "26"], [1702463453, "30"], [1702463477, "32"], [1702463510, "32"], [1702463537, "32"], [1702463570, "33"], [1702463591, "35"], [1702463621, "46"], [1702463657, "47"], [1702463693, "47"], [1702463729, "48"], [1702463765, "50"], [1702463798, "53"], [1702463846, "61"], [1702463873, "62"], [1702463906, "64"], [1702463948, "64"], [1702463984, "65"], [1702464014, "66"], [1702464050, "68"], [1702464086, "68"], [1702464122, "70"], [1702464155, "70"], [1702464194, "72"], [1702464230, "73"], [1702464263, "73"], [1702464299, "77"], [1702464332, "78"], [1702464356, "78"], [1702464392, "79"], [1702464425, "79"], [1702464455, "83"], [1702464479, "85"], [1702464509, "88"], [1702464533, "89"], [1702464569, "100"], [1702464605, "103"], [1702464635, "105"], [1702464671, "105"], [1702464716, "106"], [1702464743, "106"], [1702464776, "106"], [1702464812, "109"], [1702464836, "109"], [1702464869, "111"], [1702464905, "112"], [1702464926, "114"], [1702464956, "114"], [1702464992, "115"], [1702465016, "117"], [1702465049, "118"], [1702465085, "119"], [1702465118, "120"], [1702465145, "122"], [1702465178, "124"], [1702465208, "124"], [1702465241, "124"], [1702465298, "127"], [1702465334, "128"], [1702465367, "130"], [1702465394, "131"], [1702465418, "132"], [1702465445, "136"], [1702465481, "137"], [1702465517, "138"], [1702465550, "138"], [1702465586, "138"], [1702465619, "139"], [1702465658, "141"], [1702465706, "146"], [1702465754, "148"], [1702465787, "150"], [1702465823, "150"], [1702465856, "150"], [1702465880, "150"], [1702465910, "160"], [1702465952, "160"], [1702465988, "161"], [1702466015, "163"], [1702466030, "165"], [1702466060, "166"], [1702466078, "169"], [1702466138, "172"], [1702466168, "174"], [1702466204, "174"], [1702466237, "175"], [1702466261, "177"], [1702466291, "177"], [1702466327, "177"], [1702466360, "180"], [1702466384, "180"], [1702466417, "181"], [1702466441, "183"], [1702466471, "186"], [1702466507, "189"], [1702466540, "189"], [1702466597, "192"], [1702466633, "195"], [1702466666, "203"], [1702466705, "204"], [1702466732, "212"], [1702466765, "213"], [1702466801, "216"], [1702466852, "222"], [1702466876, "223"], [1702466918, "223"], [1702466978, "227"], [1702467014, "236"], [1702467038, "237"], [1702467068, "237"], [1702467122, "243"], [1702467158, "246"], [1702467191, "249"], [1702467221, "255"], [1702467257, "257"], [1702467299, "259"], [1702467350, "262"], [1702467386, "263"], [1702467419, "267"], [1702467455, "270"], [1702467515, "281"], [1702467542, "283"], [1702467566, "285"], [1702467599, "287"], [1702467635, "287"], [1702467668, "287"], [1702467695, "287"], [1702467716, "288"], [1702467746, "289"], [1702467800, "297"], [1702467824, "303"], [1702467908, "314"], [1702467944, "316"], [1702467968, "318"], [1702468001, "319"], [1702468031, "319"], [1702468067, "320"], [1702468085, "320"], [1702468115, "320"], [1702468151, "322"], [1702468181, "327"], [1702468208, "327"], [1702468241, "329"], [1702468256, "332"], [1702468286, "333"], [1702468322, "334"], [1702468352, "337"], [1702468388, "338"], [1702468424, "338"], [1702468457, "341"], [1702468493, "343"], [1702468517, "348"], [1702468550, "351"], [1702468586, "353"], [1702468613, "360"], [1702468637, "362"], [1702468679, "367"], [1702468721, "373"], [1702468730, "374"], [1702468766, "376"], [1702468799, "377"], [1702468835, "377"], [1702468898, "382"], [1702468934, "386"], [1702468970, "394"], [1702468994, "398"], [1702469024, "401"], [1702469060, "407"], [1702469111, "413"], [1702469144, "413"], [1702469168, "415"], [1702469204, "416"], [1702469237, "416"], [1702469273, "420"], [1702469303, "424"], [1702469336, "428"], [1702469360, "436"], [1702469387, "440"], [1702469411, "444"], [1702469435, "446"], [1702469468, "447"], [1702469504, "447"], [1702469537, "448"], [1702469573, "450"], [1702469606, "452"], [1702469633, "452"], [1702469660, "453"], [1702469684, "454"], [1702469717, "458"], [1702469753, "461"], [1702469786, "467"], [1702469816, "471"], [1702469834, "476"], [1702469864, "477"], [1702469906, "478"], [1702469936, "479"], [1702469972, "483"], [1702470005, "485"], [1702470029, "489"], [1702470065, "492"], [1702470101, "495"], [1702470131, "499"], [1702470167, "505"], [1702470203, "513"], [1702470251, "514"], [1702470278, "516"], [1702470311, "518"], [1702470347, "518"], [1702470371, "518"], [1702470404, "519"], [1702470440, "521"], [1702470476, "522"], [1702470506, "522"], [1702470542, "525"], [1702470575, "533"], [1702470611, "536"], [1702470635, "541"], [1702470662, "541"], [1702470686, "544"], [1702470719, "546"], [1702470746, "546"], [1702470812, "546"], [1702470845, "548"], [1702470875, "549"], [1702470899, "550"], [1702470953, "551"], [1702470983, "552"], [1702471025, "553"], [1702471067, "555"], [1702471169, "558"], [1702471193, "559"], [1702471226, "559"], [1702471265, "561"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "8"], [1702462721, "8"], [1702462736, "8"], [1702462751, "8"], [1702462763, "8"], [1702462793, "10"], [1702462808, "12"], [1702462829, "12"], [1702462844, "15"], [1702462865, "16"], [1702462880, "17"], [1702462904, "22"], [1702462919, "24"], [1702462952, "26"], [1702462973, "27"], [1702462988, "30"], [1702463045, "32"], [1702463081, "41"], [1702463114, "42"], [1702463150, "43"], [1702463186, "45"], [1702463216, "47"], [1702463240, "47"], [1702463273, "48"], [1702463324, "49"], [1702463354, "52"], [1702463381, "52"], [1702463417, "57"], [1702463453, "60"], [1702463477, "63"], [1702463510, "67"], [1702463537, "67"], [1702463570, "68"], [1702463591, "70"], [1702463621, "71"], [1702463657, "72"], [1702463693, "72"], [1702463729, "73"], [1702463765, "75"], [1702463798, "77"], [1702463846, "77"], [1702463873, "82"], [1702463906, "82"], [1702463948, "83"], [1702463984, "84"], [1702464014, "86"], [1702464050, "86"], [1702464086, "86"], [1702464122, "89"], [1702464155, "89"], [1702464194, "92"], [1702464230, "96"], [1702464263, "97"], [1702464299, "99"], [1702464332, "100"], [1702464356, "101"], [1702464392, "101"], [1702464425, "103"], [1702464455, "105"], [1702464479, "106"], [1702464509, "108"], [1702464533, "111"], [1702464569, "116"], [1702464605, "117"], [1702464635, "117"], [1702464671, "117"], [1702464716, "117"], [1702464743, "118"], [1702464776, "118"], [1702464812, "161"], [1702464836, "161"], [1702464869, "161"], [1702464905, "163"], [1702464926, "167"], [1702464956, "168"], [1702464992, "172"], [1702465016, "174"], [1702465049, "175"], [1702465085, "177"], [1702465118, "179"], [1702465145, "180"], [1702465178, "181"], [1702465208, "183"], [1702465241, "185"], [1702465298, "188"], [1702465334, "190"], [1702465367, "195"], [1702465394, "196"], [1702465418, "197"], [1702465445, "197"], [1702465481, "198"], [1702465517, "199"], [1702465550, "203"], [1702465586, "204"], [1702465619, "207"], [1702465658, "211"], [1702465706, "215"], [1702465754, "215"], [1702465787, "216"], [1702465823, "217"], [1702465856, "221"], [1702465880, "222"], [1702465910, "224"], [1702465952, "227"], [1702465988, "229"], [1702466015, "230"], [1702466030, "232"], [1702466060, "234"], [1702466078, "237"], [1702466138, "238"], [1702466168, "240"], [1702466204, "240"], [1702466237, "244"], [1702466261, "247"], [1702466291, "250"], [1702466327, "253"], [1702466360, "255"], [1702466384, "258"], [1702466417, "258"], [1702466441, "261"], [1702466471, "266"], [1702466507, "267"], [1702466540, "268"], [1702466597, "270"], [1702466633, "271"], [1702466666, "275"], [1702466705, "277"], [1702466732, "281"], [1702466765, "283"], [1702466801, "286"], [1702466852, "289"], [1702466876, "291"], [1702466918, "291"], [1702466978, "293"], [1702467014, "295"], [1702467038, "295"], [1702467068, "297"], [1702467122, "300"], [1702467158, "302"], [1702467191, "307"], [1702467221, "308"], [1702467257, "310"], [1702467299, "311"], [1702467350, "311"], [1702467386, "311"], [1702467419, "312"], [1702467455, "314"], [1702467515, "316"], [1702467542, "319"], [1702467566, "322"], [1702467599, "322"], [1702467635, "328"], [1702467668, "328"], [1702467695, "330"], [1702467716, "332"], [1702467746, "332"], [1702467800, "336"], [1702467824, "340"], [1702467908, "356"], [1702467944, "358"], [1702467968, "361"], [1702468001, "362"], [1702468031, "363"], [1702468067, "365"], [1702468085, "366"], [1702468115, "369"], [1702468151, "371"], [1702468181, "375"], [1702468208, "376"], [1702468241, "379"], [1702468256, "389"], [1702468286, "390"], [1702468322, "392"], [1702468352, "394"], [1702468388, "398"], [1702468424, "401"], [1702468457, "405"], [1702468493, "411"], [1702468517, "411"], [1702468550, "415"], [1702468586, "422"], [1702468613, "425"], [1702468637, "428"], [1702468679, "429"], [1702468721, "429"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "383"], [1702462721, "394"], [1702462736, "412"], [1702462751, "417"], [1702462763, "466"], [1702462793, "490"], [1702462808, "497"], [1702462829, "523"], [1702462844, "559"], [1702462865, "576"], [1702462880, "593"], [1702462904, "618"], [1702462919, "635"], [1702462952, "685"], [1702462973, "724"], [1702462988, "772"], [1702463045, "894"], [1702463081, "976"], [1702463114, "1092"], [1702463150, "1202"], [1702463186, "1259"], [1702463216, "1316"], [1702463240, "1339"], [1702463273, "1359"], [1702463324, "1513"], [1702463354, "1596"], [1702463381, "1667"], [1702463417, "1766"], [1702463453, "1833"], [1702463477, "1959"], [1702463510, "2078"], [1702463537, "2129"], [1702463570, "2173"], [1702463591, "2200"], [1702463621, "2239"], [1702463657, "2283"], [1702463693, "2333"], [1702463729, "2393"], [1702463765, "2501"], [1702463798, "2594"], [1702463846, "2696"], [1702463873, "2790"], [1702463906, "2849"], [1702463948, "2902"], [1702463984, "2952"], [1702464014, "2975"], [1702464050, "3036"], [1702464086, "3077"], [1702464122, "3140"], [1702464155, "3220"], [1702464194, "3416"], [1702464230, "3502"], [1702464263, "3584"], [1702464299, "3658"], [1702464332, "3690"], [1702464356, "3731"], [1702464392, "3772"], [1702464425, "3817"], [1702464455, "3872"], [1702464479, "3923"], [1702464509, "3988"], [1702464533, "4063"], [1702464569, "4139"], [1702464605, "4206"], [1702464635, "4253"], [1702464671, "4316"], [1702464716, "4336"], [1702464743, "4377"], [1702464776, "4452"], [1702464812, "4504"], [1702464836, "4558"], [1702464869, "4594"], [1702464905, "4656"], [1702464926, "4726"], [1702464956, "4824"], [1702464992, "4924"], [1702465016, "4973"], [1702465049, "5009"], [1702465085, "5052"], [1702465118, "5116"], [1702465145, "5153"], [1702465178, "5200"], [1702465208, "5239"], [1702465241, "5333"], [1702465298, "5498"], [1702465334, "5592"], [1702465367, "5651"], [1702465394, "5676"], [1702465418, "5717"], [1702465445, "5746"], [1702465481, "5777"], [1702465517, "5825"], [1702465550, "5884"], [1702465586, "6234"], [1702465619, "6294"], [1702465658, "6417"], [1702465706, "6518"], [1702465754, "6645"], [1702465787, "6711"], [1702465823, "6739"], [1702465856, "6761"], [1702465880, "6780"], [1702465910, "6818"], [1702465952, "6876"], [1702465988, "6933"], [1702466015, "7005"], [1702466030, "7046"], [1702466060, "7128"], [1702466078, "7412"], [1702466138, "7467"], [1702466168, "7515"], [1702466204, "7545"], [1702466237, "7596"], [1702466261, "7633"], [1702466291, "7662"], [1702466327, "7709"], [1702466360, "7789"], [1702466384, "7857"], [1702466417, "8007"], [1702466441, "8124"], [1702466471, "8220"], [1702466507, "8281"], [1702466540, "8321"], [1702466597, "8375"], [1702466633, "8404"], [1702466666, "8444"], [1702466705, "8511"], [1702466732, "8606"], [1702466765, "8700"], [1702466801, "8803"], [1702466852, "9000"], [1702466876, "9142"], [1702466918, "9183"], [1702466978, "9276"], [1702467014, "9329"], [1702467038, "9374"], [1702467068, "9428"], [1702467122, "9617"], [1702467158, "9695"], [1702467191, "10113"], [1702467221, "10216"], [1702467257, "10315"], [1702467299, "10394"], [1702467350, "10487"], [1702467386, "10556"], [1702467419, "10654"], [1702467455, "10802"], [1702467515, "11100"], [1702467542, "11232"], [1702467566, "11446"], [1702467599, "11519"], [1702467635, "11610"], [1702467668, "11654"], [1702467695, "11705"], [1702467716, "11743"], [1702467746, "11783"], [1702467800, "11945"], [1702467824, "12087"], [1702467908, "12546"], [1702467944, "12735"], [1702467968, "12844"], [1702468001, "13201"], [1702468031, "13227"], [1702468067, "13273"], [1702468085, "13337"], [1702468115, "13386"], [1702468151, "13467"], [1702468181, "13636"], [1702468208, "13765"], [1702468241, "14000"], [1702468256, "14158"], [1702468286, "14285"], [1702468322, "14416"], [1702468352, "14531"], [1702468388, "14615"], [1702468424, "14668"], [1702468457, "14721"], [1702468493, "14787"], [1702468517, "14911"], [1702468550, "15027"], [1702468586, "15220"], [1702468613, "15411"], [1702468637, "15524"], [1702468679, "15665"], [1702468721, "15751"], [1702468730, "15817"], [1702468766, "15844"], [1702468799, "15885"], [1702468835, "15941"], [1702468898, "16046"], [1702468934, "16205"], [1702468970, "16426"], [1702468994, "16621"], [1702469024, "16774"], [1702469060, "16959"], [1702469111, "17077"], [1702469144, "17139"], [1702469168, "17171"], [1702469204, "17230"], [1702469237, "17311"], [1702469273, "17419"], [1702469303, "17546"], [1702469336, "17781"], [1702469360, "17954"], [1702469387, "18148"], [1702469411, "18218"], [1702469435, "18304"], [1702469468, "18358"], [1702469504, "18421"], [1702469537, "18448"], [1702469573, "18759"], [1702469606, "18818"], [1702469633, "18857"], [1702469660, "18922"], [1702469684, "19027"], [1702469717, "19148"], [1702469753, "19290"], [1702469786, "19453"], [1702469816, "19542"], [1702469834, "19689"], [1702469864, "19746"], [1702469906, "19863"], [1702469936, "19896"], [1702469972, "19962"], [1702470005, "20056"], [1702470029, "20105"], [1702470065, "20165"], [1702470101, "20259"], [1702470131, "20354"], [1702470167, "20509"], [1702470203, "20680"], [1702470251, "20963"], [1702470278, "21173"], [1702470311, "21291"], [1702470347, "21352"], [1702470371, "21391"], [1702470404, "21423"], [1702470440, "21452"], [1702470476, "21490"], [1702470506, "21531"], [1702470542, "21640"], [1702470575, "21710"], [1702470611, "21830"], [1702470635, "22005"], [1702470662, "22148"], [1702470686, "22309"], [1702470719, "22376"], [1702470746, "22462"], [1702470812, "22575"], [1702470845, "22621"], [1702470875, "22693"], [1702470899, "22748"], [1702470953, "22808"], [1702470983, "22841"], [1702471025, "22877"], [1702471067, "22991"], [1702471169, "23087"], [1702471193, "23132"], [1702471226, "23340"], [1702471265, "23396"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "12"], [1702462721, "21"], [1702462736, "22"], [1702462751, "26"], [1702462763, "26"], [1702462793, "30"], [1702462808, "32"], [1702462829, "36"], [1702462844, "40"], [1702462865, "41"], [1702462880, "43"], [1702462904, "45"], [1702462919, "47"], [1702462952, "50"], [1702462973, "50"], [1702462988, "52"], [1702463045, "57"], [1702463081, "59"], [1702463114, "60"], [1702463150, "64"], [1702463186, "67"], [1702463216, "79"], [1702463240, "79"], [1702463273, "83"], [1702463324, "89"], [1702463354, "90"], [1702463381, "93"], [1702463417, "98"], [1702463453, "100"], [1702463477, "114"], [1702463510, "117"], [1702463537, "241"], [1702463570, "243"], [1702463591, "251"], [1702463621, "253"], [1702463657, "258"], [1702463693, "266"], [1702463729, "276"], [1702463765, "282"], [1702463798, "289"], [1702463846, "298"], [1702463873, "307"], [1702463906, "314"], [1702463948, "321"], [1702463984, "327"], [1702464014, "330"], [1702464050, "334"], [1702464086, "342"], [1702464122, "354"], [1702464155, "361"], [1702464194, "377"], [1702464230, "382"], [1702464263, "391"], [1702464299, "399"], [1702464332, "407"], [1702464356, "414"], [1702464392, "421"], [1702464425, "428"], [1702464455, "429"], [1702464479, "435"], [1702464509, "442"], [1702464533, "447"], [1702464569, "455"], [1702464605, "463"], [1702464635, "470"], [1702464671, "473"], [1702464716, "479"], [1702464743, "488"], [1702464776, "489"], [1702464812, "492"], [1702464836, "501"], [1702464869, "506"], [1702464905, "545"], [1702464926, "556"], [1702464956, "561"], [1702464992, "563"], [1702465016, "574"], [1702465049, "579"], [1702465085, "586"], [1702465118, "592"], [1702465145, "596"], [1702465178, "601"], [1702465208, "603"], [1702465241, "615"], [1702465298, "641"], [1702465334, "656"], [1702465367, "661"], [1702465394, "664"], [1702465418, "667"], [1702465445, "670"], [1702465481, "677"], [1702465517, "683"], [1702465550, "689"], [1702465586, "697"], [1702465619, "706"], [1702465658, "721"], [1702465706, "735"], [1702465754, "745"], [1702465787, "753"], [1702465823, "756"], [1702465856, "761"], [1702465880, "761"], [1702465910, "763"], [1702465952, "767"], [1702465988, "770"], [1702466015, "779"], [1702466030, "787"], [1702466060, "791"], [1702466078, "797"], [1702466138, "809"], [1702466168, "818"], [1702466204, "826"], [1702466237, "833"], [1702466261, "837"], [1702466291, "844"], [1702466327, "851"], [1702466360, "861"], [1702466384, "870"], [1702466417, "880"], [1702466441, "900"], [1702466471, "907"], [1702466507, "921"], [1702466540, "923"], [1702466597, "938"], [1702466633, "940"], [1702466666, "942"], [1702466705, "946"], [1702466732, "953"], [1702466765, "963"], [1702466801, "980"], [1702466852, "989"], [1702466876, "994"], [1702466918, "1002"], [1702466978, "1028"], [1702467014, "1036"], [1702467038, "1042"], [1702467068, "1046"], [1702467122, "1055"], [1702467158, "1062"], [1702467191, "1074"], [1702467221, "1084"], [1702467257, "1091"], [1702467299, "1096"], [1702467350, "1101"], [1702467386, "1105"], [1702467419, "1115"], [1702467455, "1127"], [1702467515, "1147"], [1702467542, "1162"], [1702467566, "1174"], [1702467599, "1184"], [1702467635, "1201"], [1702467668, "1204"], [1702467695, "1210"], [1702467716, "1213"], [1702467746, "1215"], [1702467800, "1227"], [1702467824, "1240"], [1702467908, "1277"], [1702467944, "1285"], [1702467968, "1293"], [1702468001, "1298"], [1702468031, "1302"], [1702468067, "1303"], [1702468085, "1314"], [1702468115, "1317"], [1702468151, "1324"], [1702468181, "1332"], [1702468208, "1345"], [1702468241, "1361"], [1702468256, "1409"], [1702468286, "1418"], [1702468322, "1431"], [1702468352, "1448"], [1702468388, "1456"], [1702468424, "1457"], [1702468457, "1464"], [1702468493, "1471"], [1702468517, "1481"], [1702468550, "1487"], [1702468586, "1503"], [1702468613, "1516"], [1702468637, "1527"], [1702468679, "1540"], [1702468721, "1553"], [1702468730, "1559"], [1702468766, "1562"], [1702468799, "1566"], [1702468835, "1576"], [1702468898, "1595"], [1702468934, "1617"], [1702468970, "1640"], [1702468994, "1652"], [1702469024, "1664"], [1702469060, "1684"], [1702469111, "1697"], [1702469144, "1703"], [1702469168, "1709"], [1702469204, "1716"], [1702469237, "1719"], [1702469273, "1729"], [1702469303, "1744"], [1702469336, "1763"], [1702469360, "1778"], [1702469387, "1784"], [1702469411, "1795"], [1702469435, "1802"], [1702469468, "1810"], [1702469504, "1815"], [1702469537, "1820"], [1702469573, "1824"], [1702469606, "1832"], [1702469633, "1838"], [1702469660, "1850"], [1702469684, "1859"], [1702469717, "1869"], [1702469753, "1884"], [1702469786, "1900"], [1702469816, "1910"], [1702469834, "1922"], [1702469864, "1928"], [1702469906, "1941"], [1702469936, "1944"], [1702469972, "1950"], [1702470005, "1963"], [1702470029, "1964"], [1702470065, "2060"], [1702470101, "2067"], [1702470131, "2074"], [1702470167, "2082"], [1702470203, "2103"], [1702470251, "2127"], [1702470278, "2138"], [1702470311, "2142"], [1702470347, "2159"], [1702470371, "2167"], [1702470404, "2172"], [1702470440, "2179"], [1702470476, "2190"], [1702470506, "2198"], [1702470542, "2208"], [1702470575, "2217"], [1702470611, "2228"], [1702470635, "2235"], [1702470662, "2255"], [1702470686, "2282"], [1702470719, "2291"], [1702470746, "2303"], [1702470812, "2307"], [1702470845, "2311"], [1702470875, "2318"], [1702470899, "2326"], [1702470953, "2338"], [1702470983, "2341"], [1702471025, "2351"], [1702471067, "2368"], [1702471169, "2382"], [1702471193, "2386"], [1702471226, "2390"], [1702471265, "2405"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "2"], [1702462988, "2"], [1702463045, "2"], [1702463081, "3"], [1702463114, "3"], [1702463150, "4"], [1702463186, "5"], [1702463216, "5"], [1702463240, "5"], [1702463273, "5"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "8"], [1702463477, "8"], [1702463510, "9"], [1702463537, "9"], [1702463570, "9"], [1702463591, "9"], [1702463621, "9"], [1702463657, "9"], [1702463693, "9"], [1702463729, "9"], [1702463765, "9"], [1702463798, "9"], [1702463846, "9"], [1702463873, "9"], [1702463906, "9"], [1702463948, "9"], [1702463984, "10"], [1702464014, "10"], [1702464050, "10"], [1702464086, "10"], [1702464122, "10"], [1702464155, "10"], [1702464194, "10"], [1702464230, "10"], [1702464263, "11"], [1702464299, "14"], [1702464332, "14"], [1702464356, "14"], [1702464392, "14"], [1702464425, "14"], [1702464455, "14"], [1702464479, "14"], [1702464509, "15"], [1702464533, "15"], [1702464569, "15"], [1702464605, "15"], [1702464635, "16"], [1702464671, "16"], [1702464716, "16"], [1702464743, "16"], [1702464776, "17"], [1702464812, "17"], [1702464836, "17"], [1702464869, "17"], [1702464905, "17"], [1702464926, "17"], [1702464956, "18"], [1702464992, "18"], [1702465016, "18"], [1702465049, "18"], [1702465085, "18"], [1702465118, "18"], [1702465145, "18"], [1702465178, "18"], [1702465208, "18"], [1702465241, "18"], [1702465298, "18"], [1702465334, "18"], [1702465367, "18"], [1702465394, "18"], [1702465418, "19"], [1702465445, "19"], [1702465481, "19"], [1702465517, "19"], [1702465550, "19"], [1702465586, "19"], [1702465619, "19"], [1702465658, "19"], [1702465706, "19"], [1702465754, "20"], [1702465787, "20"], [1702465823, "20"], [1702465856, "20"], [1702465880, "20"], [1702465910, "20"], [1702465952, "20"], [1702465988, "20"], [1702466015, "20"], [1702466030, "20"], [1702466060, "20"], [1702466078, "20"], [1702466138, "20"], [1702466168, "20"], [1702466204, "20"], [1702466237, "20"], [1702466261, "20"], [1702466291, "20"], [1702466327, "20"], [1702466360, "20"], [1702466384, "20"], [1702466417, "20"], [1702466441, "21"], [1702466471, "21"], [1702466507, "21"], [1702466540, "21"], [1702466597, "22"], [1702466633, "22"], [1702466666, "22"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "23"], [1702467158, "23"], [1702467191, "25"], [1702467221, "25"], [1702467257, "25"], [1702467299, "25"], [1702467350, "25"], [1702467386, "25"], [1702467419, "25"], [1702467455, "26"], [1702467515, "26"], [1702467542, "27"], [1702467566, "31"], [1702467599, "32"], [1702467635, "33"], [1702467668, "33"], [1702467695, "33"], [1702467716, "33"], [1702467746, "33"], [1702467800, "34"], [1702467824, "34"], [1702467908, "37"], [1702467944, "38"], [1702467968, "38"], [1702468001, "38"], [1702468031, "38"], [1702468067, "38"], [1702468085, "38"], [1702468115, "38"], [1702468151, "38"], [1702468181, "38"], [1702468208, "38"], [1702468241, "41"], [1702468256, "42"], [1702468286, "42"], [1702468322, "43"], [1702468352, "44"], [1702468388, "44"], [1702468424, "44"], [1702468457, "44"], [1702468493, "44"], [1702468517, "44"], [1702468550, "44"], [1702468586, "45"], [1702468613, "49"], [1702468637, "49"], [1702468679, "49"], [1702468721, "49"], [1702468730, "49"], [1702468766, "49"], [1702468799, "49"], [1702468835, "49"], [1702468898, "51"], [1702468934, "52"], [1702468970, "54"], [1702468994, "54"], [1702469024, "55"], [1702469060, "58"], [1702469111, "58"], [1702469144, "58"], [1702469168, "58"], [1702469204, "58"], [1702469237, "58"], [1702469273, "58"], [1702469303, "58"], [1702469336, "59"], [1702469360, "61"], [1702469387, "62"], [1702469411, "63"], [1702469435, "63"], [1702469468, "64"], [1702469504, "64"], [1702469537, "64"], [1702469573, "65"], [1702469606, "65"], [1702469633, "66"], [1702469660, "67"], [1702469684, "68"], [1702469717, "68"], [1702469753, "69"], [1702469786, "69"], [1702469816, "69"], [1702469834, "69"], [1702469864, "69"], [1702469906, "69"], [1702469936, "69"], [1702469972, "69"], [1702470005, "69"], [1702470029, "69"], [1702470065, "69"], [1702470101, "69"], [1702470131, "69"], [1702470167, "69"], [1702470203, "70"], [1702470251, "71"], [1702470278, "72"], [1702470311, "72"], [1702470347, "72"], [1702470371, "72"], [1702470404, "72"], [1702470440, "72"], [1702470476, "72"], [1702470506, "72"], [1702470542, "72"], [1702470575, "72"], [1702470611, "73"], [1702470635, "74"], [1702470662, "75"], [1702470686, "75"], [1702470719, "75"], [1702470746, "75"], [1702470812, "75"], [1702470845, "76"], [1702470875, "76"], [1702470899, "76"], [1702470953, "76"], [1702470983, "76"], [1702471025, "76"], [1702471067, "76"], [1702471169, "77"], [1702471193, "77"], [1702471226, "77"], [1702471265, "78"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "480"], [1702462721, "507"], [1702462736, "508"], [1702462751, "520"], [1702462763, "536"], [1702462793, "603"], [1702462808, "641"], [1702462829, "660"], [1702462844, "691"], [1702462865, "708"], [1702462880, "741"], [1702462904, "825"], [1702462919, "853"], [1702462952, "968"], [1702462973, "998"], [1702462988, "1056"], [1702463045, "1296"], [1702463081, "1489"], [1702463114, "1661"], [1702463150, "1836"], [1702463186, "1937"], [1702463216, "2041"], [1702463240, "2117"], [1702463273, "2187"], [1702463324, "2333"], [1702463354, "2387"], [1702463381, "2505"], [1702463417, "2618"], [1702463453, "2868"], [1702463477, "3098"], [1702463510, "3263"], [1702463537, "3338"], [1702463570, "3401"], [1702463591, "3463"], [1702463621, "3515"], [1702463657, "3601"], [1702463693, "3708"], [1702463729, "3779"], [1702463765, "3869"], [1702463798, "4064"], [1702463846, "4303"], [1702463873, "4589"], [1702463906, "4703"], [1702463948, "4904"], [1702463984, "4993"], [1702464014, "5038"], [1702464050, "5117"], [1702464086, "5208"], [1702464122, "5337"], [1702464155, "5489"], [1702464194, "5769"], [1702464230, "5879"], [1702464263, "6023"], [1702464299, "6161"], [1702464332, "6233"], [1702464356, "6340"], [1702464392, "6394"], [1702464425, "6473"], [1702464455, "6724"], [1702464479, "6811"], [1702464509, "6919"], [1702464533, "7218"], [1702464569, "7368"], [1702464605, "7486"], [1702464635, "7604"], [1702464671, "7702"], [1702464716, "7953"], [1702464743, "8023"], [1702464776, "8132"], [1702464812, "8251"], [1702464836, "8362"], [1702464869, "8451"], [1702464905, "8626"], [1702464926, "8762"], [1702464956, "9027"], [1702464992, "9130"], [1702465016, "9214"], [1702465049, "9331"], [1702465085, "9392"], [1702465118, "9435"], [1702465145, "9511"], [1702465178, "9579"], [1702465208, "9688"], [1702465241, "9820"], [1702465298, "10076"], [1702465334, "10216"], [1702465367, "10323"], [1702465394, "10406"], [1702465418, "10530"], [1702465445, "10588"], [1702465481, "10652"], [1702465517, "10751"], [1702465550, "10849"], [1702465586, "11055"], [1702465619, "11420"], [1702465658, "11612"], [1702465706, "11722"], [1702465754, "11888"], [1702465787, "11995"], [1702465823, "12076"], [1702465856, "12151"], [1702465880, "12200"], [1702465910, "12294"], [1702465952, "12386"], [1702465988, "12477"], [1702466015, "12621"], [1702466030, "12737"], [1702466060, "12853"], [1702466078, "13016"], [1702466138, "13175"], [1702466168, "13243"], [1702466204, "13322"], [1702466237, "13425"], [1702466261, "13523"], [1702466291, "13583"], [1702466327, "13670"], [1702466360, "13835"], [1702466384, "13924"], [1702466417, "14132"], [1702466441, "14374"], [1702466471, "14472"], [1702466507, "14583"], [1702466540, "14684"], [1702466597, "14831"], [1702466633, "14897"], [1702466666, "14953"], [1702466705, "15067"], [1702466732, "15202"], [1702466765, "15364"], [1702466801, "15581"], [1702466852, "15759"], [1702466876, "15816"], [1702466918, "15904"], [1702466978, "16047"], [1702467014, "16123"], [1702467038, "16194"], [1702467068, "16270"], [1702467122, "16494"], [1702467158, "16640"], [1702467191, "16886"], [1702467221, "17072"], [1702467257, "17200"], [1702467299, "17326"], [1702467350, "17464"], [1702467386, "17562"], [1702467419, "17671"], [1702467455, "17870"], [1702467515, "18323"], [1702467542, "18566"], [1702467566, "18852"], [1702467599, "18936"], [1702467635, "19081"], [1702467668, "19151"], [1702467695, "19200"], [1702467716, "19296"], [1702467746, "19381"], [1702467800, "19596"], [1702467824, "19929"], [1702467908, "20707"], [1702467944, "20902"], [1702467968, "21059"], [1702468001, "21139"], [1702468031, "21226"], [1702468067, "21344"], [1702468085, "21440"], [1702468115, "21513"], [1702468151, "21686"], [1702468181, "21912"], [1702468208, "22115"], [1702468241, "22491"], [1702468256, "22768"], [1702468286, "22953"], [1702468322, "23123"], [1702468352, "23304"], [1702468388, "23400"], [1702468424, "23478"], [1702468457, "23569"], [1702468493, "23722"], [1702468517, "23934"], [1702468550, "24048"], [1702468586, "24335"], [1702468613, "24696"], [1702468637, "24878"], [1702468679, "25036"], [1702468721, "25128"], [1702468730, "25564"], [1702468766, "25618"], [1702468799, "25660"], [1702468835, "25776"], [1702468898, "26377"], [1702468934, "26588"], [1702468970, "27024"], [1702468994, "27330"], [1702469024, "27506"], [1702469060, "27691"], [1702469111, "27859"], [1702469144, "27972"], [1702469168, "28035"], [1702469204, "28111"], [1702469237, "28216"], [1702469273, "28416"], [1702469303, "28641"], [1702469336, "29028"], [1702469360, "29407"], [1702469387, "29681"], [1702469411, "29834"], [1702469435, "29968"], [1702469468, "30075"], [1702469504, "30151"], [1702469537, "30272"], [1702469573, "30386"], [1702469606, "30509"], [1702469633, "30592"], [1702469660, "30774"], [1702469684, "30995"], [1702469717, "31221"], [1702469753, "31537"], [1702469786, "31813"], [1702469816, "31950"], [1702469834, "32223"], [1702469864, "32293"], [1702469906, "32478"], [1702469936, "32530"], [1702469972, "32629"], [1702470005, "32728"], [1702470029, "32781"], [1702470065, "32856"], [1702470101, "33041"], [1702470131, "33224"], [1702470167, "33397"], [1702470203, "33694"], [1702470251, "34111"], [1702470278, "34455"], [1702470311, "34590"], [1702470347, "34691"], [1702470371, "34766"], [1702470404, "34809"], [1702470440, "34889"], [1702470476, "35024"], [1702470506, "35115"], [1702470542, "35240"], [1702470575, "35367"], [1702470611, "35554"], [1702470635, "35801"], [1702470662, "36031"], [1702470686, "36239"], [1702470719, "36355"], [1702470746, "36460"], [1702470812, "36659"], [1702470845, "36751"], [1702470875, "36892"], [1702470899, "36982"], [1702470953, "37071"], [1702470983, "37145"], [1702471025, "37232"], [1702471067, "37403"], [1702471169, "37613"], [1702471193, "37677"], [1702471226, "37804"], [1702471265, "37956"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "2"], [1702462919, "2"], [1702462952, "3"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "3"], [1702463186, "3"], [1702463216, "3"], [1702463240, "3"], [1702463273, "3"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "5"], [1702463570, "5"], [1702463591, "5"], [1702463621, "5"], [1702463657, "5"], [1702463693, "5"], [1702463729, "5"], [1702463765, "5"], [1702463798, "6"], [1702463846, "6"], [1702463873, "6"], [1702463906, "6"], [1702463948, "6"], [1702463984, "6"], [1702464014, "6"], [1702464050, "6"], [1702464086, "6"], [1702464122, "7"], [1702464155, "8"], [1702464194, "8"], [1702464230, "8"], [1702464263, "11"], [1702464299, "11"], [1702464332, "11"], [1702464356, "13"], [1702464392, "13"], [1702464425, "13"], [1702464455, "13"], [1702464479, "13"], [1702464509, "14"], [1702464533, "14"], [1702464569, "14"], [1702464605, "14"], [1702464635, "14"], [1702464671, "14"], [1702464716, "14"], [1702464743, "14"], [1702464776, "14"], [1702464812, "14"], [1702464836, "14"], [1702464869, "14"], [1702464905, "14"], [1702464926, "14"], [1702464956, "14"], [1702464992, "14"], [1702465016, "15"], [1702465049, "15"], [1702465085, "17"], [1702465118, "17"], [1702465145, "17"], [1702465178, "17"], [1702465208, "17"], [1702465241, "17"], [1702465298, "17"], [1702465334, "17"], [1702465367, "17"], [1702465394, "18"], [1702465418, "18"], [1702465445, "18"], [1702465481, "18"], [1702465517, "18"], [1702465550, "18"], [1702465586, "18"], [1702465619, "18"], [1702465658, "18"], [1702465706, "18"], [1702465754, "18"], [1702465787, "18"], [1702465823, "18"], [1702465856, "18"], [1702465880, "18"], [1702465910, "20"], [1702465952, "20"], [1702465988, "20"], [1702466015, "21"], [1702466030, "21"], [1702466060, "21"], [1702466078, "21"], [1702466138, "21"], [1702466168, "21"], [1702466204, "21"], [1702466237, "21"], [1702466261, "22"], [1702466291, "22"], [1702466327, "22"], [1702466360, "22"], [1702466384, "22"], [1702466417, "22"], [1702466441, "22"], [1702466471, "22"], [1702466507, "22"], [1702466540, "22"], [1702466597, "22"], [1702466633, "24"], [1702466666, "24"], [1702466705, "24"], [1702466732, "24"], [1702466765, "25"], [1702466801, "25"], [1702466852, "25"], [1702466876, "25"], [1702466918, "25"], [1702466978, "25"], [1702467014, "25"], [1702467038, "25"], [1702467068, "25"], [1702467122, "25"], [1702467158, "25"], [1702467191, "25"], [1702467221, "25"], [1702467257, "26"], [1702467299, "26"], [1702467350, "26"], [1702467386, "26"], [1702467419, "26"], [1702467455, "26"], [1702467515, "26"], [1702467542, "26"], [1702467566, "27"], [1702467599, "27"], [1702467635, "27"], [1702467668, "27"], [1702467695, "27"], [1702467716, "27"], [1702467746, "27"], [1702467800, "27"], [1702467824, "27"], [1702467908, "29"], [1702467944, "29"], [1702467968, "29"], [1702468001, "29"], [1702468031, "29"], [1702468067, "29"], [1702468085, "29"], [1702468115, "29"], [1702468151, "31"], [1702468181, "31"], [1702468208, "31"], [1702468241, "31"], [1702468256, "31"], [1702468286, "31"], [1702468322, "32"], [1702468352, "32"], [1702468388, "32"], [1702468424, "32"], [1702468457, "32"], [1702468493, "35"], [1702468517, "35"], [1702468550, "35"], [1702468586, "36"], [1702468613, "37"], [1702468637, "38"], [1702468679, "38"], [1702468721, "38"], [1702468730, "39"], [1702468766, "39"], [1702468799, "39"], [1702468835, "39"], [1702468898, "39"], [1702468934, "39"], [1702468970, "39"], [1702468994, "39"], [1702469024, "39"], [1702469060, "39"], [1702469111, "40"], [1702469144, "40"], [1702469168, "40"], [1702469204, "40"], [1702469237, "40"], [1702469273, "40"], [1702469303, "40"], [1702469336, "40"], [1702469360, "40"], [1702469387, "40"], [1702469411, "40"], [1702469435, "40"], [1702469468, "40"], [1702469504, "40"], [1702469537, "40"], [1702469573, "40"], [1702469606, "40"], [1702469633, "40"], [1702469660, "40"], [1702469684, "40"], [1702469717, "40"], [1702469753, "40"], [1702469786, "40"], [1702469816, "40"], [1702469834, "40"], [1702469864, "40"], [1702469906, "40"], [1702469936, "40"], [1702469972, "40"], [1702470005, "40"], [1702470029, "40"], [1702470065, "40"], [1702470101, "40"], [1702470131, "42"], [1702470167, "42"], [1702470203, "42"], [1702470251, "42"], [1702470278, "42"], [1702470311, "42"], [1702470347, "42"], [1702470371, "42"], [1702470404, "42"], [1702470440, "42"], [1702470476, "42"], [1702470506, "42"], [1702470542, "42"], [1702470575, "42"], [1702470611, "42"], [1702470635, "42"], [1702470662, "42"], [1702470686, "42"], [1702470719, "42"], [1702470746, "42"], [1702470812, "42"], [1702470845, "42"], [1702470875, "42"], [1702470899, "42"], [1702470953, "42"], [1702470983, "42"], [1702471025, "42"], [1702471067, "44"], [1702471169, "44"], [1702471193, "44"], [1702471226, "44"], [1702471265, "44"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "20"], [1702462721, "21"], [1702462736, "22"], [1702462751, "22"], [1702462763, "25"], [1702462793, "26"], [1702462808, "28"], [1702462829, "29"], [1702462844, "31"], [1702462865, "32"], [1702462880, "32"], [1702462904, "36"], [1702462919, "36"], [1702462952, "42"], [1702462973, "47"], [1702462988, "49"], [1702463045, "64"], [1702463081, "78"], [1702463114, "86"], [1702463150, "101"], [1702463186, "105"], [1702463216, "108"], [1702463240, "109"], [1702463273, "112"], [1702463324, "117"], [1702463354, "117"], [1702463381, "126"], [1702463417, "133"], [1702463453, "144"], [1702463477, "159"], [1702463510, "168"], [1702463537, "171"], [1702463570, "176"], [1702463591, "176"], [1702463621, "181"], [1702463657, "183"], [1702463693, "186"], [1702463729, "191"], [1702463765, "196"], [1702463798, "205"], [1702463846, "213"], [1702463873, "224"], [1702463906, "229"], [1702463948, "232"], [1702463984, "235"], [1702464014, "238"], [1702464050, "241"], [1702464086, "246"], [1702464122, "251"], [1702464155, "258"], [1702464194, "264"], [1702464230, "275"], [1702464263, "276"], [1702464299, "281"], [1702464332, "283"], [1702464356, "284"], [1702464392, "286"], [1702464425, "286"], [1702464455, "294"], [1702464479, "300"], [1702464509, "305"], [1702464533, "309"], [1702464569, "320"], [1702464605, "324"], [1702464635, "324"], [1702464671, "348"], [1702464716, "348"], [1702464743, "353"], [1702464776, "355"], [1702464812, "361"], [1702464836, "364"], [1702464869, "366"], [1702464905, "375"], [1702464926, "388"], [1702464956, "393"], [1702464992, "430"], [1702465016, "437"], [1702465049, "441"], [1702465085, "447"], [1702465118, "448"], [1702465145, "453"], [1702465178, "456"], [1702465208, "465"], [1702465241, "471"], [1702465298, "484"], [1702465334, "492"], [1702465367, "501"], [1702465394, "506"], [1702465418, "511"], [1702465445, "513"], [1702465481, "517"], [1702465517, "519"], [1702465550, "524"], [1702465586, "533"], [1702465619, "542"], [1702465658, "556"], [1702465706, "563"], [1702465754, "576"], [1702465787, "581"], [1702465823, "586"], [1702465856, "591"], [1702465880, "594"], [1702465910, "596"], [1702465952, "600"], [1702465988, "603"], [1702466015, "607"], [1702466030, "611"], [1702466060, "618"], [1702466078, "625"], [1702466138, "637"], [1702466168, "645"], [1702466204, "654"], [1702466237, "661"], [1702466261, "666"], [1702466291, "670"], [1702466327, "672"], [1702466360, "678"], [1702466384, "680"], [1702466417, "687"], [1702466441, "693"], [1702466471, "696"], [1702466507, "704"], [1702466540, "710"], [1702466597, "717"], [1702466633, "721"], [1702466666, "721"], [1702466705, "728"], [1702466732, "733"], [1702466765, "741"], [1702466801, "754"], [1702466852, "763"], [1702466876, "766"], [1702466918, "770"], [1702466978, "779"], [1702467014, "784"], [1702467038, "788"], [1702467068, "794"], [1702467122, "807"], [1702467158, "813"], [1702467191, "832"], [1702467221, "841"], [1702467257, "843"], [1702467299, "847"], [1702467350, "853"], [1702467386, "859"], [1702467419, "866"], [1702467455, "871"], [1702467515, "885"], [1702467542, "902"], [1702467566, "917"], [1702467599, "926"], [1702467635, "930"], [1702467668, "933"], [1702467695, "935"], [1702467716, "941"], [1702467746, "943"], [1702467800, "952"], [1702467824, "959"], [1702467908, "993"], [1702467944, "1010"], [1702467968, "1014"], [1702468001, "1019"], [1702468031, "1023"], [1702468067, "1027"], [1702468085, "1032"], [1702468115, "1035"], [1702468151, "1042"], [1702468181, "1047"], [1702468208, "1054"], [1702468241, "1069"], [1702468256, "1077"], [1702468286, "1087"], [1702468322, "1101"], [1702468352, "1107"], [1702468388, "1111"], [1702468424, "1115"], [1702468457, "1118"], [1702468493, "1122"], [1702468517, "1132"], [1702468550, "1137"], [1702468586, "1169"], [1702468613, "1187"], [1702468637, "1192"], [1702468679, "1201"], [1702468721, "1204"], [1702468730, "1212"], [1702468766, "1214"], [1702468799, "1217"], [1702468835, "1218"], [1702468898, "1228"], [1702468934, "1236"], [1702468970, "1251"], [1702468994, "1267"], [1702469024, "1275"], [1702469060, "1294"], [1702469111, "1301"], [1702469144, "1308"], [1702469168, "1312"], [1702469204, "1316"], [1702469237, "1323"], [1702469273, "1335"], [1702469303, "1342"], [1702469336, "1360"], [1702469360, "1372"], [1702469387, "1378"], [1702469411, "1386"], [1702469435, "1390"], [1702469468, "1391"], [1702469504, "1395"], [1702469537, "1402"], [1702469573, "1404"], [1702469606, "1410"], [1702469633, "1413"], [1702469660, "1421"], [1702469684, "1427"], [1702469717, "1436"], [1702469753, "1447"], [1702469786, "1453"], [1702469816, "1456"], [1702469834, "1465"], [1702469864, "1470"], [1702469906, "1476"], [1702469936, "1477"], [1702469972, "1483"], [1702470005, "1489"], [1702470029, "1490"], [1702470065, "1495"], [1702470101, "1498"], [1702470131, "1506"], [1702470167, "1515"], [1702470203, "1529"], [1702470251, "1544"], [1702470278, "1557"], [1702470311, "1562"], [1702470347, "1568"], [1702470371, "1577"], [1702470404, "1579"], [1702470440, "1586"], [1702470476, "1593"], [1702470506, "1602"], [1702470542, "1613"], [1702470575, "1618"], [1702470611, "1627"], [1702470635, "1642"], [1702470662, "1654"], [1702470686, "1661"], [1702470719, "1665"], [1702470746, "1673"], [1702470812, "1681"], [1702470845, "1684"], [1702470875, "1688"], [1702470899, "1691"], [1702470953, "1697"], [1702470983, "1700"], [1702471025, "1706"], [1702471067, "1715"], [1702471169, "1725"], [1702471193, "1728"], [1702471226, "1733"], [1702471265, "1739"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "2"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "3"], [1702463186, "3"], [1702463216, "3"], [1702463240, "3"], [1702463273, "3"], [1702463324, "3"], [1702463354, "3"], [1702463381, "3"], [1702463417, "3"], [1702463453, "3"], [1702463477, "3"], [1702463510, "3"], [1702463537, "3"], [1702463570, "3"], [1702463591, "3"], [1702463621, "3"], [1702463657, "3"], [1702463693, "3"], [1702463729, "3"], [1702463765, "3"], [1702463798, "3"], [1702463846, "3"], [1702463873, "3"], [1702463906, "3"], [1702463948, "3"], [1702463984, "3"], [1702464014, "3"], [1702464050, "3"], [1702464086, "3"], [1702464122, "3"], [1702464155, "3"], [1702464194, "3"], [1702464230, "4"], [1702464263, "4"], [1702464299, "4"], [1702464332, "4"], [1702464356, "4"], [1702464392, "4"], [1702464425, "4"], [1702464455, "4"], [1702464479, "4"], [1702464509, "4"], [1702464533, "4"], [1702464569, "4"], [1702464605, "4"], [1702464635, "4"], [1702464671, "4"], [1702464716, "4"], [1702464743, "4"], [1702464776, "4"], [1702464812, "4"], [1702464836, "4"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "4"], [1702466060, "4"], [1702466078, "4"], [1702466138, "4"], [1702466168, "4"], [1702466204, "4"], [1702466237, "4"], [1702466261, "4"], [1702466291, "4"], [1702466327, "4"], [1702466360, "4"], [1702466384, "4"], [1702466417, "4"], [1702466441, "4"], [1702466471, "4"], [1702466507, "4"], [1702466540, "4"], [1702466597, "4"], [1702466633, "4"], [1702466666, "4"], [1702466705, "4"], [1702466732, "4"], [1702466765, "4"], [1702466801, "4"], [1702466852, "4"], [1702466876, "4"], [1702466918, "4"], [1702466978, "4"], [1702467014, "4"], [1702467038, "4"], [1702467068, "4"], [1702467122, "4"], [1702467158, "4"], [1702467191, "4"], [1702467221, "4"], [1702467257, "4"], [1702467299, "4"], [1702467350, "4"], [1702467386, "4"], [1702467419, "4"], [1702467455, "4"], [1702467515, "4"], [1702467542, "4"], [1702467566, "4"], [1702467599, "4"], [1702467635, "4"], [1702467668, "4"], [1702467695, "4"], [1702467716, "4"], [1702467746, "4"], [1702467800, "4"], [1702467824, "4"], [1702467908, "4"], [1702467944, "4"], [1702467968, "4"], [1702468001, "4"], [1702468031, "4"], [1702468067, "4"], [1702468085, "4"], [1702468115, "4"], [1702468151, "4"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "4"], [1702469060, "4"], [1702469111, "4"], [1702469144, "4"], [1702469168, "4"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "4"], [1702469336, "4"], [1702469360, "4"], [1702469387, "4"], [1702469411, "4"], [1702469435, "4"], [1702469468, "4"], [1702469504, "4"], [1702469537, "4"], [1702469573, "4"], [1702469606, "4"], [1702469633, "4"], [1702469660, "4"], [1702469684, "4"], [1702469717, "4"], [1702469753, "4"], [1702469786, "4"], [1702469816, "4"], [1702469834, "4"], [1702469864, "4"], [1702469906, "4"], [1702469936, "4"], [1702469972, "4"], [1702470005, "4"], [1702470029, "4"], [1702470065, "4"], [1702470101, "4"], [1702470131, "4"], [1702470167, "4"], [1702470203, "4"], [1702470251, "4"], [1702470278, "4"], [1702470311, "4"], [1702470347, "4"], [1702470371, "4"], [1702470404, "4"], [1702470440, "4"], [1702470476, "4"], [1702470506, "4"], [1702470542, "4"], [1702470575, "4"], [1702470611, "4"], [1702470635, "4"], [1702470662, "4"], [1702470686, "4"], [1702470719, "4"], [1702470746, "4"], [1702470812, "4"], [1702470845, "4"], [1702470875, "4"], [1702470899, "4"], [1702470953, "4"], [1702470983, "4"], [1702471025, "4"], [1702471067, "4"], [1702471169, "4"], [1702471193, "4"], [1702471226, "4"], [1702471265, "4"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "1"], [1702468766, "3"], [1702468799, "4"], [1702468835, "7"], [1702468898, "9"], [1702468934, "10"], [1702468970, "10"], [1702468994, "11"], [1702469024, "18"], [1702469060, "19"], [1702469111, "24"], [1702469144, "24"], [1702469168, "26"], [1702469204, "27"], [1702469237, "29"], [1702469273, "33"], [1702469303, "33"], [1702469336, "35"], [1702469360, "37"], [1702469387, "43"], [1702469411, "43"], [1702469435, "49"], [1702469468, "51"], [1702469504, "55"], [1702469537, "55"], [1702469573, "55"], [1702469606, "56"], [1702469633, "56"], [1702469660, "60"], [1702469684, "61"], [1702469717, "63"], [1702469753, "67"], [1702469786, "75"], [1702469816, "77"], [1702469834, "80"], [1702469864, "80"], [1702469906, "83"], [1702469936, "85"], [1702469972, "88"], [1702470005, "88"], [1702470029, "90"], [1702470065, "92"], [1702470101, "93"], [1702470131, "96"], [1702470167, "102"], [1702470203, "104"], [1702470251, "110"], [1702470278, "114"], [1702470311, "114"], [1702470347, "115"], [1702470371, "115"], [1702470404, "115"], [1702470440, "117"], [1702470476, "118"], [1702470506, "120"], [1702470542, "121"], [1702470575, "123"], [1702470611, "128"], [1702470635, "129"], [1702470662, "133"], [1702470686, "136"], [1702470719, "137"], [1702470746, "143"], [1702470812, "145"], [1702470845, "149"], [1702470875, "154"], [1702470899, "155"], [1702470953, "156"], [1702470983, "157"], [1702471025, "159"], [1702471067, "163"], [1702471169, "166"], [1702471193, "168"], [1702471226, "169"], [1702471265, "171"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "142"], [1702462844, "142"], [1702462865, "142"], [1702462880, "142"], [1702462904, "142"], [1702462919, "144"], [1702462952, "145"], [1702462973, "145"], [1702462988, "145"], [1702463045, "146"], [1702463081, "148"], [1702463114, "150"], [1702463150, "150"], [1702463186, "150"], [1702463216, "150"], [1702463240, "150"], [1702463273, "150"], [1702463324, "150"], [1702463354, "150"], [1702463381, "150"], [1702463417, "155"], [1702463453, "155"], [1702463477, "158"], [1702463510, "158"], [1702463537, "164"], [1702463570, "166"], [1702463591, "169"], [1702463621, "170"], [1702463657, "170"], [1702463693, "170"], [1702463729, "172"], [1702463765, "172"], [1702463798, "172"], [1702463846, "172"], [1702463873, "173"], [1702463906, "173"], [1702463948, "174"], [1702463984, "174"], [1702464014, "174"], [1702464050, "174"], [1702464086, "174"], [1702464122, "174"], [1702464155, "174"], [1702464194, "174"], [1702464230, "174"], [1702464263, "174"], [1702464299, "174"], [1702464332, "176"], [1702464356, "176"], [1702464392, "177"], [1702464425, "181"], [1702464455, "181"], [1702464479, "181"], [1702464509, "181"], [1702464533, "181"], [1702464569, "181"], [1702464605, "183"], [1702464635, "184"], [1702464671, "184"], [1702464716, "184"], [1702464743, "184"], [1702464776, "184"], [1702464812, "184"], [1702464836, "185"], [1702464869, "185"], [1702464905, "186"], [1702464926, "186"], [1702464956, "186"], [1702464992, "186"], [1702465016, "186"], [1702465049, "186"], [1702465085, "186"], [1702465118, "186"], [1702465145, "186"], [1702465178, "186"], [1702465208, "186"], [1702465241, "186"], [1702465298, "186"], [1702465334, "186"], [1702465367, "186"], [1702465394, "186"], [1702465418, "186"], [1702465445, "186"], [1702465481, "186"], [1702465517, "186"], [1702465550, "186"], [1702465586, "186"], [1702465619, "186"], [1702465658, "186"], [1702465706, "186"], [1702465754, "186"], [1702465787, "186"], [1702465823, "186"], [1702465856, "186"], [1702465880, "186"], [1702465910, "186"], [1702465952, "186"], [1702465988, "186"], [1702466015, "186"], [1702466030, "186"], [1702466060, "186"], [1702466078, "186"], [1702466138, "186"], [1702466168, "186"], [1702466204, "186"], [1702466237, "186"], [1702466261, "186"], [1702466291, "186"], [1702466327, "186"], [1702466360, "186"], [1702466384, "186"], [1702466417, "186"], [1702466441, "186"], [1702466471, "186"], [1702466507, "186"], [1702466540, "186"], [1702466597, "186"], [1702466633, "186"], [1702466666, "186"], [1702466705, "186"], [1702466732, "186"], [1702466765, "186"], [1702466801, "186"], [1702466852, "186"], [1702466876, "186"], [1702466918, "186"], [1702466978, "186"], [1702467014, "186"], [1702467038, "186"], [1702467068, "186"], [1702467122, "186"], [1702467158, "186"], [1702467191, "186"], [1702467221, "186"], [1702467257, "186"], [1702467299, "186"], [1702467350, "186"], [1702467386, "186"], [1702467419, "186"], [1702467455, "186"], [1702467515, "186"], [1702467542, "186"], [1702467566, "186"], [1702467599, "186"], [1702467635, "186"], [1702467668, "186"], [1702467695, "186"], [1702467716, "186"], [1702467746, "186"], [1702467800, "186"], [1702467824, "186"], [1702467908, "186"], [1702467944, "187"], [1702467968, "187"], [1702468001, "187"], [1702468031, "187"], [1702468067, "187"], [1702468085, "187"], [1702468115, "187"], [1702468151, "187"], [1702468181, "187"], [1702468208, "187"], [1702468241, "187"], [1702468256, "187"], [1702468286, "187"], [1702468322, "187"], [1702468352, "187"], [1702468388, "187"], [1702468424, "187"], [1702468457, "187"], [1702468493, "187"], [1702468517, "187"], [1702468550, "187"], [1702468586, "187"], [1702468613, "187"], [1702468637, "187"], [1702468679, "187"], [1702468721, "187"], [1702468730, "187"], [1702468766, "187"], [1702468799, "187"], [1702468835, "187"], [1702468898, "187"], [1702468934, "187"], [1702468970, "187"], [1702468994, "187"], [1702469024, "187"], [1702469060, "187"], [1702469111, "187"], [1702469144, "187"], [1702469168, "187"], [1702469204, "187"], [1702469237, "187"], [1702469273, "187"], [1702469303, "187"], [1702469336, "187"], [1702469360, "187"], [1702469387, "187"], [1702469411, "187"], [1702469435, "187"], [1702469468, "187"], [1702469504, "187"], [1702469537, "187"], [1702469573, "187"], [1702469606, "187"], [1702469633, "187"], [1702469660, "187"], [1702469684, "187"], [1702469717, "187"], [1702469753, "187"], [1702469786, "187"], [1702469816, "187"], [1702469834, "187"], [1702469864, "187"], [1702469906, "187"], [1702469936, "187"], [1702469972, "187"], [1702470005, "187"], [1702470029, "187"], [1702470065, "187"], [1702470101, "187"], [1702470131, "187"], [1702470167, "187"], [1702470203, "187"], [1702470251, "187"], [1702470278, "187"], [1702470311, "187"], [1702470347, "187"], [1702470371, "187"], [1702470404, "187"], [1702470440, "187"], [1702470476, "187"], [1702470506, "187"], [1702470542, "187"], [1702470575, "187"], [1702470611, "187"], [1702470635, "187"], [1702470662, "187"], [1702470686, "187"], [1702470719, "187"], [1702470746, "187"], [1702470812, "187"], [1702470845, "187"], [1702470875, "187"], [1702470899, "187"], [1702470953, "187"], [1702470983, "187"], [1702471025, "187"], [1702471067, "187"], [1702471169, "187"], [1702471193, "187"], [1702471226, "187"], [1702471265, "187"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "130"], [1702462736, "130"], [1702462751, "130"], [1702462763, "130"], [1702462793, "133"], [1702462808, "133"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "2"], [1702462721, "2"], [1702462736, "2"], [1702462751, "2"], [1702462763, "2"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "3"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "4"], [1702463114, "4"], [1702463150, "4"], [1702463186, "4"], [1702463216, "4"], [1702463240, "4"], [1702463273, "4"], [1702463324, "4"], [1702463354, "4"], [1702463381, "4"], [1702463417, "4"], [1702463453, "4"], [1702463477, "4"], [1702463510, "4"], [1702463537, "4"], [1702463570, "4"], [1702463591, "4"], [1702463621, "4"], [1702463657, "4"], [1702463693, "4"], [1702463729, "5"], [1702463765, "5"], [1702463798, "5"], [1702463846, "5"], [1702463873, "7"], [1702463906, "7"], [1702463948, "7"], [1702463984, "8"], [1702464014, "8"], [1702464050, "8"], [1702464086, "8"], [1702464122, "8"], [1702464155, "8"], [1702464194, "8"], [1702464230, "8"], [1702464263, "8"], [1702464299, "8"], [1702464332, "8"], [1702464356, "8"], [1702464392, "8"], [1702464425, "8"], [1702464455, "8"], [1702464479, "9"], [1702464509, "9"], [1702464533, "9"], [1702464569, "9"], [1702464605, "9"], [1702464635, "9"], [1702464671, "9"], [1702464716, "9"], [1702464743, "9"], [1702464776, "9"], [1702464812, "9"], [1702464836, "10"], [1702464869, "10"], [1702464905, "10"], [1702464926, "10"], [1702464956, "10"], [1702464992, "10"], [1702465016, "11"], [1702465049, "11"], [1702465085, "11"], [1702465118, "11"], [1702465145, "11"], [1702465178, "11"], [1702465208, "11"], [1702465241, "11"], [1702465298, "12"], [1702465334, "13"], [1702465367, "13"], [1702465394, "13"], [1702465418, "13"], [1702465445, "13"], [1702465481, "14"], [1702465517, "14"], [1702465550, "14"], [1702465586, "15"], [1702465619, "15"], [1702465658, "15"], [1702465706, "15"], [1702465754, "15"], [1702465787, "15"], [1702465823, "15"], [1702465856, "15"], [1702465880, "15"], [1702465910, "15"], [1702465952, "15"], [1702465988, "15"], [1702466015, "15"], [1702466030, "15"], [1702466060, "16"], [1702466078, "16"], [1702466138, "17"], [1702466168, "17"], [1702466204, "17"], [1702466237, "17"], [1702466261, "17"], [1702466291, "17"], [1702466327, "17"], [1702466360, "17"], [1702466384, "17"], [1702466417, "17"], [1702466441, "17"], [1702466471, "17"], [1702466507, "17"], [1702466540, "17"], [1702466597, "17"], [1702466633, "17"], [1702466666, "17"], [1702466705, "18"], [1702466732, "18"], [1702466765, "18"], [1702466801, "18"], [1702466852, "18"], [1702466876, "18"], [1702466918, "18"], [1702466978, "18"], [1702467014, "18"], [1702467038, "18"], [1702467068, "18"], [1702467122, "18"], [1702467158, "19"], [1702467191, "19"], [1702467221, "19"], [1702467257, "19"], [1702467299, "19"], [1702467350, "19"], [1702467386, "19"], [1702467419, "19"], [1702467455, "19"], [1702467515, "20"], [1702467542, "20"], [1702467566, "20"], [1702467599, "20"], [1702467635, "20"], [1702467668, "20"], [1702467695, "20"], [1702467716, "20"], [1702467746, "20"], [1702467800, "20"], [1702467824, "20"], [1702467908, "20"], [1702467944, "20"], [1702467968, "20"], [1702468001, "20"], [1702468031, "20"], [1702468067, "20"], [1702468085, "20"], [1702468115, "20"], [1702468151, "20"], [1702468181, "20"], [1702468208, "21"], [1702468241, "21"], [1702468256, "21"], [1702468286, "21"], [1702468322, "21"], [1702468352, "21"], [1702468388, "21"], [1702468424, "21"], [1702468457, "21"], [1702468493, "21"], [1702468517, "21"], [1702468550, "21"], [1702468586, "21"], [1702468613, "22"], [1702468637, "22"], [1702468679, "22"], [1702468721, "22"], [1702468730, "22"], [1702468766, "22"], [1702468799, "22"], [1702468835, "22"], [1702468898, "23"], [1702468934, "23"], [1702468970, "23"], [1702468994, "24"], [1702469024, "24"], [1702469060, "24"], [1702469111, "24"], [1702469144, "24"], [1702469168, "24"], [1702469204, "24"], [1702469237, "24"], [1702469273, "24"], [1702469303, "24"], [1702469336, "25"], [1702469360, "25"], [1702469387, "25"], [1702469411, "25"], [1702469435, "25"], [1702469468, "25"], [1702469504, "25"], [1702469537, "25"], [1702469573, "25"], [1702469606, "25"], [1702469633, "25"], [1702469660, "26"], [1702469684, "26"], [1702469717, "26"], [1702469753, "26"], [1702469786, "26"], [1702469816, "26"], [1702469834, "26"], [1702469864, "26"], [1702469906, "26"], [1702469936, "26"], [1702469972, "26"], [1702470005, "26"], [1702470029, "26"], [1702470065, "26"], [1702470101, "26"], [1702470131, "27"], [1702470167, "27"], [1702470203, "28"], [1702470251, "28"], [1702470278, "28"], [1702470311, "28"], [1702470347, "28"], [1702470371, "29"], [1702470404, "29"], [1702470440, "30"], [1702470476, "30"], [1702470506, "30"], [1702470542, "31"], [1702470575, "31"], [1702470611, "31"], [1702470635, "31"], [1702470662, "31"], [1702470686, "31"], [1702470719, "31"], [1702470746, "31"], [1702470812, "31"], [1702470845, "31"], [1702470875, "31"], [1702470899, "31"], [1702470953, "31"], [1702470983, "31"], [1702471025, "31"], [1702471067, "31"], [1702471169, "31"], [1702471193, "31"], [1702471226, "31"], [1702471265, "31"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "26"], [1702462721, "28"], [1702462736, "29"], [1702462751, "30"], [1702462763, "32"], [1702462793, "36"], [1702462808, "36"], [1702462829, "37"], [1702462844, "37"], [1702462865, "38"], [1702462880, "40"], [1702462904, "45"], [1702462919, "45"], [1702462952, "47"], [1702462973, "50"], [1702462988, "50"], [1702463045, "51"], [1702463081, "53"], [1702463114, "54"], [1702463150, "61"], [1702463186, "64"], [1702463216, "69"], [1702463240, "71"], [1702463273, "75"], [1702463324, "87"], [1702463354, "90"], [1702463381, "92"], [1702463417, "95"], [1702463453, "99"], [1702463477, "105"], [1702463510, "107"], [1702463537, "110"], [1702463570, "112"], [1702463591, "113"], [1702463621, "114"], [1702463657, "117"], [1702463693, "120"], [1702463729, "124"], [1702463765, "128"], [1702463798, "139"], [1702463846, "147"], [1702463873, "156"], [1702463906, "160"], [1702463948, "164"], [1702463984, "168"], [1702464014, "170"], [1702464050, "171"], [1702464086, "178"], [1702464122, "184"], [1702464155, "188"], [1702464194, "194"], [1702464230, "203"], [1702464263, "211"], [1702464299, "214"], [1702464332, "215"], [1702464356, "219"], [1702464392, "221"], [1702464425, "223"], [1702464455, "233"], [1702464479, "234"], [1702464509, "236"], [1702464533, "238"], [1702464569, "244"], [1702464605, "250"], [1702464635, "253"], [1702464671, "258"], [1702464716, "261"], [1702464743, "263"], [1702464776, "264"], [1702464812, "266"], [1702464836, "271"], [1702464869, "273"], [1702464905, "279"], [1702464926, "287"], [1702464956, "290"], [1702464992, "295"], [1702465016, "296"], [1702465049, "300"], [1702465085, "315"], [1702465118, "315"], [1702465145, "318"], [1702465178, "323"], [1702465208, "324"], [1702465241, "331"], [1702465298, "342"], [1702465334, "344"], [1702465367, "349"], [1702465394, "350"], [1702465418, "351"], [1702465445, "351"], [1702465481, "369"], [1702465517, "371"], [1702465550, "375"], [1702465586, "378"], [1702465619, "380"], [1702465658, "389"], [1702465706, "394"], [1702465754, "404"], [1702465787, "406"], [1702465823, "410"], [1702465856, "411"], [1702465880, "412"], [1702465910, "412"], [1702465952, "412"], [1702465988, "417"], [1702466015, "420"], [1702466030, "425"], [1702466060, "434"], [1702466078, "436"], [1702466138, "440"], [1702466168, "443"], [1702466204, "447"], [1702466237, "465"], [1702466261, "486"], [1702466291, "488"], [1702466327, "492"], [1702466360, "496"], [1702466384, "501"], [1702466417, "510"], [1702466441, "515"], [1702466471, "527"], [1702466507, "532"], [1702466540, "536"], [1702466597, "543"], [1702466633, "543"], [1702466666, "549"], [1702466705, "554"], [1702466732, "559"], [1702466765, "564"], [1702466801, "567"], [1702466852, "572"], [1702466876, "575"], [1702466918, "579"], [1702466978, "587"], [1702467014, "590"], [1702467038, "594"], [1702467068, "598"], [1702467122, "603"], [1702467158, "607"], [1702467191, "615"], [1702467221, "619"], [1702467257, "621"], [1702467299, "621"], [1702467350, "629"], [1702467386, "631"], [1702467419, "634"], [1702467455, "639"], [1702467515, "650"], [1702467542, "653"], [1702467566, "660"], [1702467599, "661"], [1702467635, "666"], [1702467668, "668"], [1702467695, "669"], [1702467716, "671"], [1702467746, "673"], [1702467800, "676"], [1702467824, "680"], [1702467908, "703"], [1702467944, "713"], [1702467968, "719"], [1702468001, "720"], [1702468031, "722"], [1702468067, "726"], [1702468085, "728"], [1702468115, "730"], [1702468151, "736"], [1702468181, "745"], [1702468208, "752"], [1702468241, "768"], [1702468256, "774"], [1702468286, "778"], [1702468322, "784"], [1702468352, "789"], [1702468388, "792"], [1702468424, "794"], [1702468457, "794"], [1702468493, "797"], [1702468517, "800"], [1702468550, "802"], [1702468586, "814"], [1702468613, "823"], [1702468637, "831"], [1702468679, "839"], [1702468721, "842"], [1702468730, "842"], [1702468766, "843"], [1702468799, "846"], [1702468835, "851"], [1702468898, "859"], [1702468934, "866"], [1702468970, "879"], [1702468994, "885"], [1702469024, "889"], [1702469060, "941"], [1702469111, "946"], [1702469144, "946"], [1702469168, "947"], [1702469204, "952"], [1702469237, "960"], [1702469273, "964"], [1702469303, "971"], [1702469336, "979"], [1702469360, "990"], [1702469387, "995"], [1702469411, "1000"], [1702469435, "1003"], [1702469468, "1005"], [1702469504, "1009"], [1702469537, "1014"], [1702469573, "1015"], [1702469606, "1017"], [1702469633, "1017"], [1702469660, "1025"], [1702469684, "1033"], [1702469717, "1041"], [1702469753, "1046"], [1702469786, "1055"], [1702469816, "1060"], [1702469834, "1068"], [1702469864, "1069"], [1702469906, "1073"], [1702469936, "1075"], [1702469972, "1079"], [1702470005, "1083"], [1702470029, "1083"], [1702470065, "1086"], [1702470101, "1089"], [1702470131, "1089"], [1702470167, "1090"], [1702470203, "1101"], [1702470251, "1112"], [1702470278, "1123"], [1702470311, "1129"], [1702470347, "1137"], [1702470371, "1138"], [1702470404, "1142"], [1702470440, "1142"], [1702470476, "1144"], [1702470506, "1147"], [1702470542, "1157"], [1702470575, "1163"], [1702470611, "1170"], [1702470635, "1179"], [1702470662, "1184"], [1702470686, "1195"], [1702470719, "1197"], [1702470746, "1202"], [1702470812, "1205"], [1702470845, "1208"], [1702470875, "1214"], [1702470899, "1214"], [1702470953, "1218"], [1702470983, "1220"], [1702471025, "1290"], [1702471067, "1296"], [1702471169, "1305"], [1702471193, "1309"], [1702471226, "1311"], [1702471265, "1314"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "18"], [1702462721, "18"], [1702462736, "18"], [1702462751, "19"], [1702462763, "19"], [1702462793, "20"], [1702462808, "20"], [1702462829, "20"], [1702462844, "25"], [1702462865, "25"], [1702462880, "25"], [1702462904, "25"], [1702462919, "25"], [1702462952, "30"], [1702462973, "32"], [1702462988, "47"], [1702463045, "49"], [1702463081, "54"], [1702463114, "59"], [1702463150, "63"], [1702463186, "65"], [1702463216, "66"], [1702463240, "70"], [1702463273, "71"], [1702463324, "75"], [1702463354, "77"], [1702463381, "82"], [1702463417, "83"], [1702463453, "94"], [1702463477, "102"], [1702463510, "106"], [1702463537, "110"], [1702463570, "111"], [1702463591, "115"], [1702463621, "121"], [1702463657, "122"], [1702463693, "125"], [1702463729, "128"], [1702463765, "130"], [1702463798, "134"], [1702463846, "143"], [1702463873, "145"], [1702463906, "147"], [1702463948, "149"], [1702463984, "149"], [1702464014, "149"], [1702464050, "151"], [1702464086, "153"], [1702464122, "156"], [1702464155, "163"], [1702464194, "168"], [1702464230, "171"], [1702464263, "177"], [1702464299, "181"], [1702464332, "181"], [1702464356, "183"], [1702464392, "184"], [1702464425, "192"], [1702464455, "194"], [1702464479, "200"], [1702464509, "205"], [1702464533, "206"], [1702464569, "210"], [1702464605, "211"], [1702464635, "217"], [1702464671, "218"], [1702464716, "223"], [1702464743, "225"], [1702464776, "225"], [1702464812, "230"], [1702464836, "233"], [1702464869, "235"], [1702464905, "239"], [1702464926, "241"], [1702464956, "246"], [1702464992, "252"], [1702465016, "253"], [1702465049, "253"], [1702465085, "254"], [1702465118, "254"], [1702465145, "259"], [1702465178, "260"], [1702465208, "261"], [1702465241, "264"], [1702465298, "274"], [1702465334, "280"], [1702465367, "287"], [1702465394, "288"], [1702465418, "291"], [1702465445, "294"], [1702465481, "295"], [1702465517, "296"], [1702465550, "297"], [1702465586, "300"], [1702465619, "304"], [1702465658, "309"], [1702465706, "314"], [1702465754, "324"], [1702465787, "325"], [1702465823, "328"], [1702465856, "329"], [1702465880, "330"], [1702465910, "333"], [1702465952, "338"], [1702465988, "341"], [1702466015, "345"], [1702466030, "348"], [1702466060, "350"], [1702466078, "352"], [1702466138, "354"], [1702466168, "357"], [1702466204, "361"], [1702466237, "362"], [1702466261, "363"], [1702466291, "366"], [1702466327, "370"], [1702466360, "378"], [1702466384, "380"], [1702466417, "382"], [1702466441, "390"], [1702466471, "400"], [1702466507, "404"], [1702466540, "404"], [1702466597, "406"], [1702466633, "407"], [1702466666, "408"], [1702466705, "411"], [1702466732, "412"], [1702466765, "416"], [1702466801, "418"], [1702466852, "424"], [1702466876, "428"], [1702466918, "430"], [1702466978, "435"], [1702467014, "438"], [1702467038, "440"], [1702467068, "446"], [1702467122, "450"], [1702467158, "451"], [1702467191, "456"], [1702467221, "465"], [1702467257, "468"], [1702467299, "471"], [1702467350, "473"], [1702467386, "476"], [1702467419, "480"], [1702467455, "488"], [1702467515, "506"], [1702467542, "513"], [1702467566, "522"], [1702467599, "523"], [1702467635, "526"], [1702467668, "530"], [1702467695, "530"], [1702467716, "532"], [1702467746, "534"], [1702467800, "540"], [1702467824, "552"], [1702467908, "585"], [1702467944, "592"], [1702467968, "594"], [1702468001, "598"], [1702468031, "598"], [1702468067, "606"], [1702468085, "608"], [1702468115, "609"], [1702468151, "617"], [1702468181, "626"], [1702468208, "631"], [1702468241, "641"], [1702468256, "646"], [1702468286, "651"], [1702468322, "654"], [1702468352, "659"], [1702468388, "661"], [1702468424, "662"], [1702468457, "666"], [1702468493, "671"], [1702468517, "675"], [1702468550, "678"], [1702468586, "690"], [1702468613, "694"], [1702468637, "705"], [1702468679, "710"], [1702468721, "719"], [1702468730, "724"], [1702468766, "725"], [1702468799, "727"], [1702468835, "728"], [1702468898, "733"], [1702468934, "749"], [1702468970, "761"], [1702468994, "769"], [1702469024, "774"], [1702469060, "783"], [1702469111, "793"], [1702469144, "797"], [1702469168, "800"], [1702469204, "803"], [1702469237, "803"], [1702469273, "811"], [1702469303, "819"], [1702469336, "826"], [1702469360, "836"], [1702469387, "840"], [1702469411, "842"], [1702469435, "842"], [1702469468, "845"], [1702469504, "846"], [1702469537, "849"], [1702469573, "851"], [1702469606, "856"], [1702469633, "860"], [1702469660, "863"], [1702469684, "871"], [1702469717, "876"], [1702469753, "886"], [1702469786, "894"], [1702469816, "900"], [1702469834, "902"], [1702469864, "905"], [1702469906, "911"], [1702469936, "914"], [1702469972, "916"], [1702470005, "916"], [1702470029, "918"], [1702470065, "921"], [1702470101, "924"], [1702470131, "929"], [1702470167, "936"], [1702470203, "947"], [1702470251, "965"], [1702470278, "973"], [1702470311, "980"], [1702470347, "985"], [1702470371, "988"], [1702470404, "990"], [1702470440, "992"], [1702470476, "999"], [1702470506, "1005"], [1702470542, "1009"], [1702470575, "1015"], [1702470611, "1019"], [1702470635, "1027"], [1702470662, "1029"], [1702470686, "1035"], [1702470719, "1039"], [1702470746, "1048"], [1702470812, "1051"], [1702470845, "1052"], [1702470875, "1056"], [1702470899, "1058"], [1702470953, "1063"], [1702470983, "1063"], [1702471025, "1065"], [1702471067, "1069"], [1702471169, "1077"], [1702471193, "1079"], [1702471226, "1082"], [1702471265, "1090"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "15"], [1702462721, "18"], [1702462736, "19"], [1702462751, "19"], [1702462763, "19"], [1702462793, "21"], [1702462808, "21"], [1702462829, "27"], [1702462844, "29"], [1702462865, "29"], [1702462880, "30"], [1702462904, "46"], [1702462919, "46"], [1702462952, "48"], [1702462973, "51"], [1702462988, "52"], [1702463045, "63"], [1702463081, "76"], [1702463114, "82"], [1702463150, "89"], [1702463186, "96"], [1702463216, "98"], [1702463240, "104"], [1702463273, "105"], [1702463324, "112"], [1702463354, "115"], [1702463381, "122"], [1702463417, "129"], [1702463453, "136"], [1702463477, "144"], [1702463510, "150"], [1702463537, "151"], [1702463570, "151"], [1702463591, "157"], [1702463621, "158"], [1702463657, "160"], [1702463693, "166"], [1702463729, "170"], [1702463765, "173"], [1702463798, "177"], [1702463846, "183"], [1702463873, "187"], [1702463906, "189"], [1702463948, "195"], [1702463984, "197"], [1702464014, "201"], [1702464050, "205"], [1702464086, "209"], [1702464122, "212"], [1702464155, "217"], [1702464194, "223"], [1702464230, "227"], [1702464263, "237"], [1702464299, "242"], [1702464332, "245"], [1702464356, "245"], [1702464392, "247"], [1702464425, "249"], [1702464455, "259"], [1702464479, "266"], [1702464509, "269"], [1702464533, "274"], [1702464569, "276"], [1702464605, "279"], [1702464635, "285"], [1702464671, "286"], [1702464716, "287"], [1702464743, "288"], [1702464776, "290"], [1702464812, "294"], [1702464836, "301"], [1702464869, "305"], [1702464905, "309"], [1702464926, "312"], [1702464956, "313"], [1702464992, "313"], [1702465016, "319"], [1702465049, "320"], [1702465085, "326"], [1702465118, "326"], [1702465145, "327"], [1702465178, "327"], [1702465208, "330"], [1702465241, "334"], [1702465298, "360"], [1702465334, "372"], [1702465367, "380"], [1702465394, "381"], [1702465418, "386"], [1702465445, "389"], [1702465481, "393"], [1702465517, "396"], [1702465550, "400"], [1702465586, "402"], [1702465619, "410"], [1702465658, "418"], [1702465706, "422"], [1702465754, "423"], [1702465787, "430"], [1702465823, "435"], [1702465856, "441"], [1702465880, "445"], [1702465910, "449"], [1702465952, "455"], [1702465988, "466"], [1702466015, "473"], [1702466030, "474"], [1702466060, "482"], [1702466078, "483"], [1702466138, "488"], [1702466168, "495"], [1702466204, "498"], [1702466237, "502"], [1702466261, "505"], [1702466291, "509"], [1702466327, "512"], [1702466360, "518"], [1702466384, "523"], [1702466417, "529"], [1702466441, "537"], [1702466471, "543"], [1702466507, "549"], [1702466540, "554"], [1702466597, "557"], [1702466633, "558"], [1702466666, "560"], [1702466705, "563"], [1702466732, "568"], [1702466765, "574"], [1702466801, "583"], [1702466852, "590"], [1702466876, "596"], [1702466918, "601"], [1702466978, "606"], [1702467014, "612"], [1702467038, "617"], [1702467068, "621"], [1702467122, "629"], [1702467158, "638"], [1702467191, "655"], [1702467221, "659"], [1702467257, "667"], [1702467299, "671"], [1702467350, "676"], [1702467386, "681"], [1702467419, "687"], [1702467455, "694"], [1702467515, "711"], [1702467542, "722"], [1702467566, "735"], [1702467599, "740"], [1702467635, "744"], [1702467668, "751"], [1702467695, "782"], [1702467716, "783"], [1702467746, "784"], [1702467800, "793"], [1702467824, "804"], [1702467908, "830"], [1702467944, "837"], [1702467968, "840"], [1702468001, "843"], [1702468031, "866"], [1702468067, "870"], [1702468085, "874"], [1702468115, "877"], [1702468151, "881"], [1702468181, "892"], [1702468208, "899"], [1702468241, "900"], [1702468256, "901"], [1702468286, "906"], [1702468322, "913"], [1702468352, "939"], [1702468388, "949"], [1702468424, "950"], [1702468457, "953"], [1702468493, "961"], [1702468517, "969"], [1702468550, "976"], [1702468586, "1014"], [1702468613, "1029"], [1702468637, "1041"], [1702468679, "1051"], [1702468721, "1054"], [1702468730, "1059"], [1702468766, "1064"], [1702468799, "1067"], [1702468835, "1069"], [1702468898, "1076"], [1702468934, "1090"], [1702468970, "1099"], [1702468994, "1111"], [1702469024, "1121"], [1702469060, "1141"], [1702469111, "1150"], [1702469144, "1156"], [1702469168, "1159"], [1702469204, "1162"], [1702469237, "1166"], [1702469273, "1170"], [1702469303, "1174"], [1702469336, "1194"], [1702469360, "1210"], [1702469387, "1226"], [1702469411, "1242"], [1702469435, "1249"], [1702469468, "1254"], [1702469504, "1255"], [1702469537, "1260"], [1702469573, "1263"], [1702469606, "1267"], [1702469633, "1268"], [1702469660, "1271"], [1702469684, "1284"], [1702469717, "1291"], [1702469753, "1294"], [1702469786, "1299"], [1702469816, "1304"], [1702469834, "1320"], [1702469864, "1323"], [1702469906, "1331"], [1702469936, "1336"], [1702469972, "1340"], [1702470005, "1345"], [1702470029, "1349"], [1702470065, "1355"], [1702470101, "1358"], [1702470131, "1362"], [1702470167, "1375"], [1702470203, "1382"], [1702470251, "1412"], [1702470278, "1427"], [1702470311, "1434"], [1702470347, "1438"], [1702470371, "1442"], [1702470404, "1445"], [1702470440, "1448"], [1702470476, "1450"], [1702470506, "1452"], [1702470542, "1463"], [1702470575, "1472"], [1702470611, "1492"], [1702470635, "1505"], [1702470662, "1519"], [1702470686, "1538"], [1702470719, "1555"], [1702470746, "1569"], [1702470812, "1584"], [1702470845, "1591"], [1702470875, "1599"], [1702470899, "1607"], [1702470953, "1620"], [1702470983, "1623"], [1702471025, "1628"], [1702471067, "1651"], [1702471169, "1663"], [1702471193, "1667"], [1702471226, "1674"], [1702471265, "1683"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "27"], [1702462721, "27"], [1702462736, "27"], [1702462751, "28"], [1702462763, "28"], [1702462793, "30"], [1702462808, "30"], [1702462829, "30"], [1702462844, "31"], [1702462865, "31"], [1702462880, "31"], [1702462904, "34"], [1702462919, "36"], [1702462952, "37"], [1702462973, "38"], [1702462988, "40"], [1702463045, "50"], [1702463081, "55"], [1702463114, "56"], [1702463150, "62"], [1702463186, "74"], [1702463216, "77"], [1702463240, "79"], [1702463273, "81"], [1702463324, "92"], [1702463354, "95"], [1702463381, "99"], [1702463417, "101"], [1702463453, "109"], [1702463477, "114"], [1702463510, "121"], [1702463537, "130"], [1702463570, "133"], [1702463591, "139"], [1702463621, "152"], [1702463657, "153"], [1702463693, "178"], [1702463729, "184"], [1702463765, "192"], [1702463798, "197"], [1702463846, "206"], [1702463873, "212"], [1702463906, "220"], [1702463948, "229"], [1702463984, "231"], [1702464014, "236"], [1702464050, "239"], [1702464086, "241"], [1702464122, "248"], [1702464155, "251"], [1702464194, "261"], [1702464230, "270"], [1702464263, "276"], [1702464299, "281"], [1702464332, "283"], [1702464356, "284"], [1702464392, "288"], [1702464425, "291"], [1702464455, "291"], [1702464479, "292"], [1702464509, "295"], [1702464533, "301"], [1702464569, "304"], [1702464605, "307"], [1702464635, "311"], [1702464671, "321"], [1702464716, "323"], [1702464743, "330"], [1702464776, "333"], [1702464812, "340"], [1702464836, "345"], [1702464869, "352"], [1702464905, "356"], [1702464926, "362"], [1702464956, "367"], [1702464992, "371"], [1702465016, "374"], [1702465049, "375"], [1702465085, "377"], [1702465118, "380"], [1702465145, "382"], [1702465178, "387"], [1702465208, "397"], [1702465241, "401"], [1702465298, "409"], [1702465334, "416"], [1702465367, "425"], [1702465394, "428"], [1702465418, "436"], [1702465445, "440"], [1702465481, "440"], [1702465517, "441"], [1702465550, "443"], [1702465586, "449"], [1702465619, "451"], [1702465658, "459"], [1702465706, "467"], [1702465754, "480"], [1702465787, "482"], [1702465823, "488"], [1702465856, "493"], [1702465880, "496"], [1702465910, "498"], [1702465952, "505"], [1702465988, "511"], [1702466015, "522"], [1702466030, "526"], [1702466060, "533"], [1702466078, "540"], [1702466138, "547"], [1702466168, "553"], [1702466204, "557"], [1702466237, "559"], [1702466261, "562"], [1702466291, "565"], [1702466327, "570"], [1702466360, "580"], [1702466384, "584"], [1702466417, "591"], [1702466441, "604"], [1702466471, "608"], [1702466507, "612"], [1702466540, "612"], [1702466597, "614"], [1702466633, "615"], [1702466666, "617"], [1702466705, "622"], [1702466732, "630"], [1702466765, "638"], [1702466801, "647"], [1702466852, "657"], [1702466876, "657"], [1702466918, "662"], [1702466978, "668"], [1702467014, "675"], [1702467038, "677"], [1702467068, "681"], [1702467122, "692"], [1702467158, "702"], [1702467191, "721"], [1702467221, "729"], [1702467257, "735"], [1702467299, "737"], [1702467350, "743"], [1702467386, "748"], [1702467419, "761"], [1702467455, "774"], [1702467515, "804"], [1702467542, "817"], [1702467566, "831"], [1702467599, "836"], [1702467635, "846"], [1702467668, "850"], [1702467695, "851"], [1702467716, "856"], [1702467746, "861"], [1702467800, "875"], [1702467824, "893"], [1702467908, "921"], [1702467944, "929"], [1702467968, "938"], [1702468001, "942"], [1702468031, "945"], [1702468067, "948"], [1702468085, "949"], [1702468115, "951"], [1702468151, "961"], [1702468181, "971"], [1702468208, "981"], [1702468241, "994"], [1702468256, "1004"], [1702468286, "1014"], [1702468322, "1020"], [1702468352, "1029"], [1702468388, "1036"], [1702468424, "1041"], [1702468457, "1045"], [1702468493, "1051"], [1702468517, "1060"], [1702468550, "1068"], [1702468586, "1075"], [1702468613, "1086"], [1702468637, "1092"], [1702468679, "1103"], [1702468721, "1110"], [1702468730, "1117"], [1702468766, "1122"], [1702468799, "1125"], [1702468835, "1129"], [1702468898, "1137"], [1702468934, "1157"], [1702468970, "1178"], [1702468994, "1190"], [1702469024, "1201"], [1702469060, "1214"], [1702469111, "1224"], [1702469144, "1227"], [1702469168, "1230"], [1702469204, "1235"], [1702469237, "1243"], [1702469273, "1252"], [1702469303, "1262"], [1702469336, "1277"], [1702469360, "1293"], [1702469387, "1304"], [1702469411, "1314"], [1702469435, "1322"], [1702469468, "1333"], [1702469504, "1334"], [1702469537, "1341"], [1702469573, "1352"], [1702469606, "1356"], [1702469633, "1360"], [1702469660, "1365"], [1702469684, "1377"], [1702469717, "1380"], [1702469753, "1393"], [1702469786, "1407"], [1702469816, "1420"], [1702469834, "1432"], [1702469864, "1436"], [1702469906, "1445"], [1702469936, "1447"], [1702469972, "1455"], [1702470005, "1456"], [1702470029, "1459"], [1702470065, "1463"], [1702470101, "1469"], [1702470131, "1475"], [1702470167, "1493"], [1702470203, "1497"], [1702470251, "1512"], [1702470278, "1521"], [1702470311, "1524"], [1702470347, "1530"], [1702470371, "1531"], [1702470404, "1534"], [1702470440, "1534"], [1702470476, "1540"], [1702470506, "1548"], [1702470542, "1552"], [1702470575, "1557"], [1702470611, "1577"], [1702470635, "1583"], [1702470662, "1594"], [1702470686, "1604"], [1702470719, "1618"], [1702470746, "1624"], [1702470812, "1627"], [1702470845, "1630"], [1702470875, "1633"], [1702470899, "1637"], [1702470953, "1640"], [1702470983, "1641"], [1702471025, "1645"], [1702471067, "1655"], [1702471169, "1668"], [1702471193, "1669"], [1702471226, "1679"], [1702471265, "1684"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "21"], [1702462721, "21"], [1702462736, "21"], [1702462751, "21"], [1702462763, "21"], [1702462793, "22"], [1702462808, "22"], [1702462829, "22"], [1702462844, "22"], [1702462865, "22"], [1702462880, "22"], [1702462904, "22"], [1702462919, "22"], [1702462952, "22"], [1702462973, "30"], [1702462988, "30"], [1702463045, "36"], [1702463081, "36"], [1702463114, "48"], [1702463150, "48"], [1702463186, "48"], [1702463216, "48"], [1702463240, "48"], [1702463273, "48"], [1702463324, "54"], [1702463354, "54"], [1702463381, "64"], [1702463417, "64"], [1702463453, "77"], [1702463477, "77"], [1702463510, "77"], [1702463537, "77"], [1702463570, "77"], [1702463591, "77"], [1702463621, "77"], [1702463657, "77"], [1702463693, "77"], [1702463729, "84"], [1702463765, "84"], [1702463798, "84"], [1702463846, "84"], [1702463873, "84"], [1702463906, "84"], [1702463948, "84"], [1702463984, "84"], [1702464014, "84"], [1702464050, "89"], [1702464086, "89"], [1702464122, "89"], [1702464155, "89"], [1702464194, "89"], [1702464230, "120"], [1702464263, "120"], [1702464299, "120"], [1702464332, "120"], [1702464356, "127"], [1702464392, "127"], [1702464425, "127"], [1702464455, "127"], [1702464479, "127"], [1702464509, "127"], [1702464533, "141"], [1702464569, "141"], [1702464605, "141"], [1702464635, "141"], [1702464671, "141"], [1702464716, "141"], [1702464743, "141"], [1702464776, "141"], [1702464812, "141"], [1702464836, "142"], [1702464869, "142"], [1702464905, "150"], [1702464926, "150"], [1702464956, "155"], [1702464992, "155"], [1702465016, "157"], [1702465049, "157"], [1702465085, "157"], [1702465118, "157"], [1702465145, "157"], [1702465178, "157"], [1702465208, "157"], [1702465241, "157"], [1702465298, "157"], [1702465334, "157"], [1702465367, "157"], [1702465394, "157"], [1702465418, "158"], [1702465445, "158"], [1702465481, "158"], [1702465517, "158"], [1702465550, "158"], [1702465586, "158"], [1702465619, "163"], [1702465658, "163"], [1702465706, "163"], [1702465754, "163"], [1702465787, "164"], [1702465823, "164"], [1702465856, "164"], [1702465880, "164"], [1702465910, "164"], [1702465952, "164"], [1702465988, "164"], [1702466015, "164"], [1702466030, "164"], [1702466060, "164"], [1702466078, "164"], [1702466138, "164"], [1702466168, "164"], [1702466204, "164"], [1702466237, "164"], [1702466261, "172"], [1702466291, "172"], [1702466327, "172"], [1702466360, "172"], [1702466384, "172"], [1702466417, "172"], [1702466441, "199"], [1702466471, "199"], [1702466507, "199"], [1702466540, "199"], [1702466597, "199"], [1702466633, "206"], [1702466666, "206"], [1702466705, "206"], [1702466732, "206"], [1702466765, "214"], [1702466801, "214"], [1702466852, "214"], [1702466876, "214"], [1702466918, "214"], [1702466978, "214"], [1702467014, "214"], [1702467038, "214"], [1702467068, "214"], [1702467122, "214"], [1702467158, "214"], [1702467191, "225"], [1702467221, "225"], [1702467257, "225"], [1702467299, "225"], [1702467350, "227"], [1702467386, "227"], [1702467419, "227"], [1702467455, "227"], [1702467515, "227"], [1702467542, "227"], [1702467566, "227"], [1702467599, "227"], [1702467635, "227"], [1702467668, "230"], [1702467695, "230"], [1702467716, "232"], [1702467746, "232"], [1702467800, "232"], [1702467824, "232"], [1702467908, "250"], [1702467944, "250"], [1702467968, "250"], [1702468001, "250"], [1702468031, "250"], [1702468067, "250"], [1702468085, "250"], [1702468115, "250"], [1702468151, "250"], [1702468181, "250"], [1702468208, "250"], [1702468241, "250"], [1702468256, "250"], [1702468286, "250"], [1702468322, "250"], [1702468352, "250"], [1702468388, "252"], [1702468424, "252"], [1702468457, "252"], [1702468493, "252"], [1702468517, "252"], [1702468550, "252"], [1702468586, "252"], [1702468613, "252"], [1702468637, "252"], [1702468679, "252"], [1702468721, "252"], [1702468730, "252"], [1702468766, "252"], [1702468799, "252"], [1702468835, "252"], [1702468898, "260"], [1702468934, "260"], [1702468970, "276"], [1702468994, "276"], [1702469024, "290"], [1702469060, "290"], [1702469111, "290"], [1702469144, "290"], [1702469168, "290"], [1702469204, "290"], [1702469237, "290"], [1702469273, "297"], [1702469303, "297"], [1702469336, "297"], [1702469360, "297"], [1702469387, "297"], [1702469411, "297"], [1702469435, "297"], [1702469468, "297"], [1702469504, "297"], [1702469537, "297"], [1702469573, "301"], [1702469606, "301"], [1702469633, "301"], [1702469660, "301"], [1702469684, "301"], [1702469717, "301"], [1702469753, "310"], [1702469786, "310"], [1702469816, "310"], [1702469834, "310"], [1702469864, "310"], [1702469906, "310"], [1702469936, "310"], [1702469972, "310"], [1702470005, "310"], [1702470029, "310"], [1702470065, "310"], [1702470101, "310"], [1702470131, "310"], [1702470167, "310"], [1702470203, "310"], [1702470251, "310"], [1702470278, "310"], [1702470311, "310"], [1702470347, "310"], [1702470371, "310"], [1702470404, "310"], [1702470440, "310"], [1702470476, "310"], [1702470506, "310"], [1702470542, "310"], [1702470575, "310"], [1702470611, "310"], [1702470635, "310"], [1702470662, "310"], [1702470686, "310"], [1702470719, "310"], [1702470746, "310"], [1702470812, "324"], [1702470845, "325"], [1702470875, "325"], [1702470899, "325"], [1702470953, "327"], [1702470983, "327"], [1702471025, "327"], [1702471067, "335"], [1702471169, "335"], [1702471193, "335"], [1702471226, "335"], [1702471265, "335"]]}, {"metric": {"__name__": "kepler_container_bpf_net_rx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6808"], [1702462721, "7192"], [1702462736, "7712"], [1702462751, "8299"], [1702462763, "8766"], [1702462793, "9436"], [1702462808, "9843"], [1702462829, "10411"], [1702462844, "10848"], [1702462865, "11368"], [1702462880, "11864"], [1702462904, "12936"], [1702462919, "13354"], [1702462952, "14646"], [1702462973, "15252"], [1702462988, "16067"], [1702463045, "19249"], [1702463081, "21443"], [1702463114, "24093"], [1702463150, "27069"], [1702463186, "28989"], [1702463216, "30390"], [1702463240, "31398"], [1702463273, "32590"], [1702463324, "34889"], [1702463354, "36215"], [1702463381, "37808"], [1702463417, "40049"], [1702463453, "42785"], [1702463477, "45378"], [1702463510, "47598"], [1702463537, "49416"], [1702463570, "50677"], [1702463591, "51896"], [1702463621, "52842"], [1702463657, "54184"], [1702463693, "55642"], [1702463729, "57319"], [1702463765, "59473"], [1702463798, "61998"], [1702463846, "65794"], [1702463873, "68289"], [1702463906, "70157"], [1702463948, "72041"], [1702463984, "73414"], [1702464014, "74627"], [1702464050, "75889"], [1702464086, "78002"], [1702464122, "80643"], [1702464155, "82775"], [1702464194, "86397"], [1702464230, "88729"], [1702464263, "91458"], [1702464299, "93773"], [1702464332, "95298"], [1702464356, "96161"], [1702464392, "97242"], [1702464425, "98655"], [1702464455, "100738"], [1702464479, "102548"], [1702464509, "104297"], [1702464533, "106726"], [1702464569, "109065"], [1702464605, "111458"], [1702464635, "113110"], [1702464671, "114879"], [1702464716, "116676"], [1702464743, "118214"], [1702464776, "119354"], [1702464812, "120948"], [1702464836, "123021"], [1702464869, "124722"], [1702464905, "127219"], [1702464926, "129890"], [1702464956, "132735"], [1702464992, "136097"], [1702465016, "137684"], [1702465049, "138873"], [1702465085, "139965"], [1702465118, "141120"], [1702465145, "142299"], [1702465178, "143331"], [1702465208, "145220"], [1702465241, "147394"], [1702465298, "151611"], [1702465334, "154278"], [1702465367, "156749"], [1702465394, "158379"], [1702465418, "160142"], [1702465445, "161039"], [1702465481, "162950"], [1702465517, "164208"], [1702465550, "165746"], [1702465586, "167887"], [1702465619, "169866"], [1702465658, "173106"], [1702465706, "175936"], [1702465754, "179747"], [1702465787, "181757"], [1702465823, "183311"], [1702465856, "184701"], [1702465880, "185600"], [1702465910, "187027"], [1702465952, "188834"], [1702465988, "190837"], [1702466015, "192923"], [1702466030, "194665"], [1702466060, "196659"], [1702466078, "199159"], [1702466138, "202289"], [1702466168, "203553"], [1702466204, "204839"], [1702466237, "206316"], [1702466261, "207386"], [1702466291, "208480"], [1702466327, "210199"], [1702466360, "212353"], [1702466384, "216562"], [1702466417, "219757"], [1702466441, "223250"], [1702466471, "225735"], [1702466507, "228564"], [1702466540, "229946"], [1702466597, "232114"], [1702466633, "233483"], [1702466666, "234934"], [1702466705, "236834"], [1702466732, "239364"], [1702466765, "242081"], [1702466801, "247503"], [1702466852, "251547"], [1702466876, "253315"], [1702466918, "254973"], [1702466978, "257345"], [1702467014, "258670"], [1702467038, "260164"], [1702467068, "262039"], [1702467122, "265887"], [1702467158, "268363"], [1702467191, "272348"], [1702467221, "275168"], [1702467257, "277810"], [1702467299, "279531"], [1702467350, "281369"], [1702467386, "283446"], [1702467419, "285391"], [1702467455, "288631"], [1702467515, "296505"], [1702467542, "300669"], [1702467566, "304916"], [1702467599, "306938"], [1702467635, "309578"], [1702467668, "310798"], [1702467695, "311776"], [1702467716, "313184"], [1702467746, "314210"], [1702467800, "317699"], [1702467824, "320854"], [1702467908, "333277"], [1702467944, "336436"], [1702467968, "338710"], [1702468001, "340350"], [1702468031, "341816"], [1702468067, "342965"], [1702468085, "344138"], [1702468115, "345527"], [1702468151, "347474"], [1702468181, "350572"], [1702468208, "353418"], [1702468241, "358280"], [1702468256, "361715"], [1702468286, "364318"], [1702468322, "366896"], [1702468352, "369725"], [1702468388, "371329"], [1702468424, "372664"], [1702468457, "374131"], [1702468493, "376049"], [1702468517, "378623"], [1702468550, "380888"], [1702468586, "385989"], [1702468613, "391166"], [1702468637, "394221"], [1702468679, "397589"], [1702468721, "400228"], [1702468730, "402565"], [1702468766, "403493"], [1702468799, "404797"], [1702468835, "406220"], [1702468898, "409110"], [1702468934, "413734"], [1702468970, "418858"], [1702468994, "423273"], [1702469024, "427612"], [1702469060, "431898"], [1702469111, "435166"], [1702469144, "436505"], [1702469168, "437312"], [1702469204, "438827"], [1702469237, "440997"], [1702469273, "443318"], [1702469303, "447072"], [1702469336, "451590"], [1702469360, "456693"], [1702469387, "460289"], [1702469411, "462723"], [1702469435, "465321"], [1702469468, "467455"], [1702469504, "517281"], [1702469537, "580841"], [1702469573, "641088"], [1702469606, "703396"], [1702469633, "742233"], [1702469660, "796266"], [1702469684, "847219"], [1702469717, "884499"], [1702469753, "929521"], [1702469786, "974465"], [1702469816, "1006966"], [1702469834, "1049164"], [1702469864, "1086118"], [1702469906, "1163640"], [1702469936, "1203001"], [1702469972, "1260779"], [1702470005, "1330236"], [1702470029, "1365091"], [1702470065, "1419315"], [1702470101, "1478695"], [1702470131, "1530396"], [1702470167, "1584462"], [1702470203, "1635539"], [1702470251, "1687710"], [1702470278, "1716441"], [1702470311, "1766135"], [1702470347, "1824168"], [1702470371, "1883446"], [1702470404, "1928659"], [1702470440, "1990457"], [1702470476, "2052568"], [1702470506, "2114521"], [1702470542, "2178300"], [1702470575, "2222964"], [1702470611, "2271285"], [1702470635, "2321197"], [1702470662, "2342854"], [1702470686, "2374221"], [1702470719, "2406462"], [1702470746, "2460003"], [1702470812, "2558281"], [1702470845, "2613069"], [1702470875, "2657362"], [1702470899, "2698229"], [1702470953, "2769275"], [1702470983, "2827748"], [1702471025, "2878940"], [1702471067, "2948525"], [1702471169, "3095396"], [1702471193, "3143858"], [1702471226, "3200394"], [1702471265, "3253262"]]}], "kepler_container_bpf_net_tx_irq_total": [{"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_net_tx_irq_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_bpf_page_cache_hit_total": [{"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "2"], [1702463417, "2"], [1702463453, "2"], [1702463477, "2"], [1702463510, "2"], [1702463537, "2"], [1702463570, "2"], [1702463591, "2"], [1702463621, "2"], [1702463657, "2"], [1702463693, "2"], [1702463729, "2"], [1702463765, "2"], [1702463798, "2"], [1702463846, "2"], [1702463873, "2"], [1702463906, "2"], [1702463948, "2"], [1702463984, "2"], [1702464014, "2"], [1702464050, "2"], [1702464086, "2"], [1702464122, "2"], [1702464155, "2"], [1702464194, "2"], [1702464230, "2"], [1702464263, "2"], [1702464299, "2"], [1702464332, "2"], [1702464356, "2"], [1702464392, "2"], [1702464425, "2"], [1702464455, "2"], [1702464479, "2"], [1702464509, "2"], [1702464533, "2"], [1702464569, "2"], [1702464605, "2"], [1702464635, "2"], [1702464671, "2"], [1702464716, "2"], [1702464743, "2"], [1702464776, "2"], [1702464812, "2"], [1702464836, "2"], [1702464869, "2"], [1702464905, "2"], [1702464926, "2"], [1702464956, "2"], [1702464992, "2"], [1702465016, "2"], [1702465049, "2"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "6"], [1702462844, "6"], [1702462865, "6"], [1702462880, "6"], [1702462904, "6"], [1702462919, "6"], [1702462952, "6"], [1702462973, "6"], [1702462988, "6"], [1702463045, "6"], [1702463081, "6"], [1702463114, "6"], [1702463150, "6"], [1702463186, "6"], [1702463216, "6"], [1702463240, "6"], [1702463273, "6"], [1702463324, "6"], [1702463354, "6"], [1702463381, "6"], [1702463417, "6"], [1702463453, "6"], [1702463477, "6"], [1702463510, "6"], [1702463537, "6"], [1702463570, "6"], [1702463591, "6"], [1702463621, "6"], [1702463657, "6"], [1702463693, "6"], [1702463729, "6"], [1702463765, "6"], [1702463798, "6"], [1702463846, "6"], [1702463873, "6"], [1702463906, "6"], [1702463948, "6"], [1702463984, "6"], [1702464014, "6"], [1702464050, "6"], [1702464086, "6"], [1702464122, "6"], [1702464155, "6"], [1702464194, "6"], [1702464230, "6"], [1702464263, "6"], [1702464299, "6"], [1702464332, "6"], [1702464356, "6"], [1702464392, "6"], [1702464425, "6"], [1702464455, "6"], [1702464479, "6"], [1702464509, "6"], [1702464533, "6"], [1702464569, "6"], [1702464605, "6"], [1702464635, "6"], [1702464671, "6"], [1702464716, "6"], [1702464743, "6"], [1702464776, "6"], [1702464812, "6"], [1702464836, "6"], [1702464869, "6"], [1702464905, "6"], [1702464926, "6"], [1702464956, "6"], [1702464992, "6"], [1702465016, "6"], [1702465049, "6"], [1702465085, "6"], [1702465118, "6"], [1702465145, "6"], [1702465178, "6"], [1702465208, "6"], [1702465241, "6"], [1702465298, "6"], [1702465334, "6"], [1702465367, "6"], [1702465394, "6"], [1702465418, "6"], [1702465445, "6"], [1702465481, "6"], [1702465517, "6"], [1702465550, "6"], [1702465586, "6"], [1702465619, "6"], [1702465658, "6"], [1702465706, "6"], [1702465754, "6"], [1702465787, "6"], [1702465823, "6"], [1702465856, "6"], [1702465880, "6"], [1702465910, "6"], [1702465952, "6"], [1702465988, "6"], [1702466015, "6"], [1702466030, "6"], [1702466060, "6"], [1702466078, "6"], [1702466138, "6"], [1702466168, "6"], [1702466204, "6"], [1702466237, "6"], [1702466261, "6"], [1702466291, "6"], [1702466327, "6"], [1702466360, "6"], [1702466384, "6"], [1702466417, "6"], [1702466441, "6"], [1702466471, "6"], [1702466507, "6"], [1702466540, "6"], [1702466597, "6"], [1702466633, "6"], [1702466666, "6"], [1702466705, "6"], [1702466732, "6"], [1702466765, "6"], [1702466801, "6"], [1702466852, "6"], [1702466876, "6"], [1702466918, "6"], [1702466978, "6"], [1702467014, "6"], [1702467038, "6"], [1702467068, "6"], [1702467122, "6"], [1702467158, "6"], [1702467191, "6"], [1702467221, "6"], [1702467257, "6"], [1702467299, "6"], [1702467350, "6"], [1702467386, "6"], [1702467419, "6"], [1702467455, "6"], [1702467515, "6"], [1702467542, "6"], [1702467566, "6"], [1702467599, "6"], [1702467635, "6"], [1702467668, "6"], [1702467695, "6"], [1702467716, "6"], [1702467746, "6"], [1702467800, "6"], [1702467824, "6"], [1702467908, "6"], [1702467944, "6"], [1702467968, "6"], [1702468001, "6"], [1702468031, "6"], [1702468067, "6"], [1702468085, "6"], [1702468115, "6"], [1702468151, "6"], [1702468181, "6"], [1702468208, "6"], [1702468241, "6"], [1702468256, "6"], [1702468286, "6"], [1702468322, "6"], [1702468352, "6"], [1702468388, "6"], [1702468424, "6"], [1702468457, "6"], [1702468493, "6"], [1702468517, "6"], [1702468550, "6"], [1702468586, "6"], [1702468613, "6"], [1702468637, "6"], [1702468679, "6"], [1702468721, "6"], [1702468730, "6"], [1702468766, "6"], [1702468799, "6"], [1702468835, "6"], [1702468898, "6"], [1702468934, "6"], [1702468970, "6"], [1702468994, "6"], [1702469024, "6"], [1702469060, "6"], [1702469111, "6"], [1702469144, "6"], [1702469168, "6"], [1702469204, "6"], [1702469237, "6"], [1702469273, "6"], [1702469303, "6"], [1702469336, "6"], [1702469360, "6"], [1702469387, "6"], [1702469411, "6"], [1702469435, "6"], [1702469468, "6"], [1702469504, "6"], [1702469537, "6"], [1702469573, "6"], [1702469606, "6"], [1702469633, "6"], [1702469660, "6"], [1702469684, "6"], [1702469717, "6"], [1702469753, "6"], [1702469786, "6"], [1702469816, "6"], [1702469834, "6"], [1702469864, "6"], [1702469906, "6"], [1702469936, "6"], [1702469972, "6"], [1702470005, "6"], [1702470029, "6"], [1702470065, "6"], [1702470101, "6"], [1702470131, "6"], [1702470167, "6"], [1702470203, "6"], [1702470251, "6"], [1702470278, "6"], [1702470311, "6"], [1702470347, "6"], [1702470371, "6"], [1702470404, "6"], [1702470440, "6"], [1702470476, "6"], [1702470506, "6"], [1702470542, "6"], [1702470575, "6"], [1702470611, "6"], [1702470635, "6"], [1702470662, "6"], [1702470686, "6"], [1702470719, "6"], [1702470746, "6"], [1702470812, "6"], [1702470845, "6"], [1702470875, "6"], [1702470899, "6"], [1702470953, "6"], [1702470983, "6"], [1702471025, "6"], [1702471067, "6"], [1702471169, "6"], [1702471193, "6"], [1702471226, "6"], [1702471265, "6"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "6"], [1702462736, "6"], [1702462751, "6"], [1702462763, "6"], [1702462793, "6"], [1702462808, "6"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "55"], [1702462988, "101"], [1702463045, "229"], [1702463081, "316"], [1702463114, "430"], [1702463150, "556"], [1702463186, "645"], [1702463216, "765"], [1702463240, "777"], [1702463273, "788"], [1702463324, "842"], [1702463354, "853"], [1702463381, "982"], [1702463417, "1075"], [1702463453, "1145"], [1702463477, "1251"], [1702463510, "1325"], [1702463537, "1449"], [1702463570, "1496"], [1702463591, "1510"], [1702463621, "1531"], [1702463657, "1549"], [1702463693, "1582"], [1702463729, "1673"], [1702463765, "1714"], [1702463798, "1825"], [1702463846, "2064"], [1702463873, "2162"], [1702463906, "2250"], [1702463948, "2356"], [1702463984, "2370"], [1702464014, "2387"], [1702464050, "2408"], [1702464086, "2441"], [1702464122, "2526"], [1702464155, "2599"], [1702464194, "2700"], [1702464230, "2808"], [1702464263, "2933"], [1702464299, "3005"], [1702464332, "3047"], [1702464356, "3062"], [1702464392, "3072"], [1702464425, "3093"], [1702464455, "3129"], [1702464479, "3226"], [1702464509, "3240"], [1702464533, "3315"], [1702464569, "3410"], [1702464605, "3551"], [1702464635, "3686"], [1702464671, "3815"], [1702464716, "3826"], [1702464743, "3830"], [1702464776, "3846"], [1702464812, "3880"], [1702464836, "3918"], [1702464869, "3938"], [1702464905, "4021"], [1702464926, "4105"], [1702464956, "4209"], [1702464992, "4338"], [1702465016, "4450"], [1702465049, "4481"], [1702465085, "4495"], [1702465118, "4505"], [1702465145, "4527"], [1702465178, "4561"], [1702465208, "4606"], [1702465241, "4665"], [1702465298, "4835"], [1702465334, "4935"], [1702465367, "5068"], [1702465394, "5074"], [1702465418, "5151"], [1702465445, "5162"], [1702465481, "5177"], [1702465517, "5216"], [1702465550, "5252"], [1702465586, "5292"], [1702465619, "5354"], [1702465658, "5515"], [1702465706, "5619"], [1702465754, "5853"], [1702465787, "6000"], [1702465823, "6008"], [1702465856, "6020"], [1702465880, "6038"], [1702465910, "6052"], [1702465952, "6132"], [1702465988, "6196"], [1702466015, "6273"], [1702466030, "6366"], [1702466060, "6480"], [1702466078, "6494"], [1702466138, "6717"], [1702466168, "6868"], [1702466204, "6885"], [1702466237, "6906"], [1702466261, "6929"], [1702466291, "6969"], [1702466327, "7011"], [1702466360, "7077"], [1702466384, "7147"], [1702466417, "7229"], [1702466441, "7323"], [1702466471, "7354"], [1702466507, "7405"], [1702466540, "7467"], [1702466597, "7476"], [1702466633, "7486"], [1702466666, "7541"], [1702466705, "7598"], [1702466732, "7655"], [1702466765, "7737"], [1702466801, "7859"], [1702466852, "7975"], [1702466876, "8097"], [1702466918, "8137"], [1702466978, "8155"], [1702467014, "8171"], [1702467038, "8202"], [1702467068, "8249"], [1702467122, "8340"], [1702467158, "8434"], [1702467191, "8536"], [1702467221, "8661"], [1702467257, "8803"], [1702467299, "8979"], [1702467350, "9133"], [1702467386, "9328"], [1702467419, "9705"], [1702467455, "10917"], [1702467515, "12929"], [1702467542, "14259"], [1702467566, "15810"], [1702467599, "16001"], [1702467635, "16515"], [1702467668, "16612"], [1702467695, "16666"], [1702467716, "16751"], [1702467746, "16930"], [1702467800, "17776"], [1702467824, "18507"], [1702467908, "21815"], [1702467944, "23287"], [1702467968, "23776"], [1702468001, "24055"], [1702468031, "24253"], [1702468067, "24310"], [1702468085, "24414"], [1702468115, "24639"], [1702468151, "25000"], [1702468181, "25609"], [1702468208, "26386"], [1702468241, "27290"], [1702468256, "28394"], [1702468286, "29648"], [1702468322, "30967"], [1702468352, "31443"], [1702468388, "31937"], [1702468424, "31945"], [1702468457, "31980"], [1702468493, "31996"], [1702468517, "32026"], [1702468550, "32099"], [1702468586, "32200"], [1702468613, "32364"], [1702468637, "32395"], [1702468679, "32603"], [1702468721, "32680"], [1702468730, "32685"], [1702468766, "32692"], [1702468799, "32702"], [1702468835, "32742"], [1702468898, "32823"], [1702468934, "32946"], [1702468970, "33032"], [1702468994, "33065"], [1702469024, "33176"], [1702469060, "33370"], [1702469111, "33539"], [1702469144, "33567"], [1702469168, "33600"], [1702469204, "33640"], [1702469237, "33697"], [1702469273, "33725"], [1702469303, "33854"], [1702469336, "33962"], [1702469360, "34085"], [1702469387, "34125"], [1702469411, "34191"], [1702469435, "34337"], [1702469468, "34502"], [1702469504, "34660"], [1702469537, "60506"], [1702469573, "101182"], [1702469606, "141743"], [1702469633, "222358"], [1702469660, "296060"], [1702469684, "409535"], [1702469717, "505346"], [1702469753, "623405"], [1702469786, "771375"], [1702469816, "860437"], [1702469834, "1026815"], [1702469864, "1039229"], [1702469906, "1149622"], [1702469936, "1150374"], [1702469972, "1171093"], [1702470005, "1218838"], [1702470029, "1280573"], [1702470065, "1377782"], [1702470101, "1512515"], [1702470131, "1599640"], [1702470167, "1752613"], [1702470203, "1896663"], [1702470251, "2047931"], [1702470278, "2208918"], [1702470311, "2301868"], [1702470347, "2416117"], [1702470371, "2426328"], [1702470404, "2435704"], [1702470440, "2473901"], [1702470476, "2500803"], [1702470506, "2592726"], [1702470542, "2707604"], [1702470575, "2790893"], [1702470611, "2943510"], [1702470635, "3088489"], [1702470662, "3212855"], [1702470686, "3320190"], [1702470719, "3377362"], [1702470746, "3461340"], [1702470812, "3570813"], [1702470845, "3570865"], [1702470875, "3571054"], [1702470899, "3571182"], [1702470953, "3571264"], [1702470983, "3571266"], [1702471025, "3571364"], [1702471067, "3571628"], [1702471169, "3571824"], [1702471193, "3578083"], [1702471226, "3578269"], [1702471265, "3582556"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "6"], [1702462904, "12"], [1702462919, "12"], [1702462952, "26"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "23"], [1702462919, "23"], [1702462952, "23"], [1702462973, "23"], [1702462988, "23"], [1702463045, "23"], [1702463081, "23"], [1702463114, "23"], [1702463150, "23"], [1702463186, "23"], [1702463216, "23"], [1702463240, "23"], [1702463273, "23"], [1702463324, "23"], [1702463354, "23"], [1702463381, "23"], [1702463417, "23"], [1702463453, "23"], [1702463477, "23"], [1702463510, "23"], [1702463537, "23"], [1702463570, "23"], [1702463591, "23"], [1702463621, "23"], [1702463657, "23"], [1702463693, "23"], [1702463729, "23"], [1702463765, "23"], [1702463798, "23"], [1702463846, "23"], [1702463873, "23"], [1702463906, "23"], [1702463948, "23"], [1702463984, "23"], [1702464014, "23"], [1702464050, "23"], [1702464086, "23"], [1702464122, "23"], [1702464155, "23"], [1702464194, "23"], [1702464230, "23"], [1702464263, "23"], [1702464299, "23"], [1702464332, "23"], [1702464356, "23"], [1702464392, "23"], [1702464425, "23"], [1702464455, "23"], [1702464479, "23"], [1702464509, "23"], [1702464533, "23"], [1702464569, "23"], [1702464605, "23"], [1702464635, "23"], [1702464671, "23"], [1702464716, "23"], [1702464743, "23"], [1702464776, "23"], [1702464812, "23"], [1702464836, "23"], [1702464869, "23"], [1702464905, "23"], [1702464926, "23"], [1702464956, "23"], [1702464992, "23"], [1702465016, "23"], [1702465049, "23"], [1702465085, "23"], [1702465118, "23"], [1702465145, "23"], [1702465178, "23"], [1702465208, "23"], [1702465241, "23"], [1702465298, "23"], [1702465334, "23"], [1702465367, "23"], [1702465394, "23"], [1702465418, "23"], [1702465445, "23"], [1702465481, "23"], [1702465517, "23"], [1702465550, "23"], [1702465586, "23"], [1702465619, "23"], [1702465658, "23"], [1702465706, "23"], [1702465754, "23"], [1702465787, "23"], [1702465823, "23"], [1702465856, "23"], [1702465880, "23"], [1702465910, "23"], [1702465952, "23"], [1702465988, "23"], [1702466015, "23"], [1702466030, "23"], [1702466060, "23"], [1702466078, "23"], [1702466138, "23"], [1702466168, "23"], [1702466204, "23"], [1702466237, "23"], [1702466261, "23"], [1702466291, "23"], [1702466327, "23"], [1702466360, "23"], [1702466384, "23"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "23"], [1702466633, "23"], [1702466666, "23"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "23"], [1702467158, "23"], [1702467191, "23"], [1702467221, "23"], [1702467257, "23"], [1702467299, "23"], [1702467350, "23"], [1702467386, "23"], [1702467419, "23"], [1702467455, "23"], [1702467515, "23"], [1702467542, "23"], [1702467566, "23"], [1702467599, "23"], [1702467635, "23"], [1702467668, "23"], [1702467695, "23"], [1702467716, "23"], [1702467746, "23"], [1702467800, "23"], [1702467824, "23"], [1702467908, "23"], [1702467944, "23"], [1702467968, "23"], [1702468001, "23"], [1702468031, "23"], [1702468067, "23"], [1702468085, "23"], [1702468115, "23"], [1702468151, "23"], [1702468181, "23"], [1702468208, "23"], [1702468241, "23"], [1702468256, "23"], [1702468286, "23"], [1702468322, "23"], [1702468352, "23"], [1702468388, "23"], [1702468424, "23"], [1702468457, "23"], [1702468493, "23"], [1702468517, "23"], [1702468550, "23"], [1702468586, "23"], [1702468613, "23"], [1702468637, "23"], [1702468679, "23"], [1702468721, "23"], [1702468730, "23"], [1702468766, "23"], [1702468799, "23"], [1702468835, "23"], [1702468898, "23"], [1702468934, "23"], [1702468970, "23"], [1702468994, "23"], [1702469024, "23"], [1702469060, "23"], [1702469111, "23"], [1702469144, "23"], [1702469168, "23"], [1702469204, "23"], [1702469237, "23"], [1702469273, "23"], [1702469303, "23"], [1702469336, "23"], [1702469360, "23"], [1702469387, "23"], [1702469411, "23"], [1702469435, "23"], [1702469468, "23"], [1702469504, "23"], [1702469537, "23"], [1702469573, "23"], [1702469606, "23"], [1702469633, "23"], [1702469660, "23"], [1702469684, "23"], [1702469717, "23"], [1702469753, "23"], [1702469786, "23"], [1702469816, "23"], [1702469834, "23"], [1702469864, "23"], [1702469906, "23"], [1702469936, "23"], [1702469972, "23"], [1702470005, "23"], [1702470029, "23"], [1702470065, "23"], [1702470101, "23"], [1702470131, "23"], [1702470167, "23"], [1702470203, "23"], [1702470251, "23"], [1702470278, "23"], [1702470311, "23"], [1702470347, "23"], [1702470371, "23"], [1702470404, "23"], [1702470440, "23"], [1702470476, "23"], [1702470506, "23"], [1702470542, "23"], [1702470575, "23"], [1702470611, "23"], [1702470635, "23"], [1702470662, "23"], [1702470686, "23"], [1702470719, "23"], [1702470746, "23"], [1702470812, "23"], [1702470845, "23"], [1702470875, "23"], [1702470899, "23"], [1702470953, "23"], [1702470983, "23"], [1702471025, "23"], [1702471067, "23"], [1702471169, "23"], [1702471193, "23"], [1702471226, "23"], [1702471265, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "23"], [1702462793, "23"], [1702462808, "23"], [1702462829, "23"], [1702462844, "23"], [1702462865, "23"], [1702462880, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "19"], [1702462721, "19"], [1702462736, "19"], [1702462751, "19"], [1702462763, "19"], [1702462793, "19"], [1702462808, "19"], [1702462829, "19"], [1702462844, "19"], [1702462865, "19"], [1702462880, "19"], [1702462904, "25"], [1702462919, "25"], [1702462952, "25"], [1702462973, "29"], [1702462988, "33"], [1702463045, "41"], [1702463081, "43"], [1702463114, "45"], [1702463150, "47"], [1702463186, "47"], [1702463216, "49"], [1702463240, "49"], [1702463273, "51"], [1702463324, "53"], [1702463354, "57"], [1702463381, "61"], [1702463417, "65"], [1702463453, "65"], [1702463477, "65"], [1702463510, "65"], [1702463537, "65"], [1702463570, "67"], [1702463591, "67"], [1702463621, "69"], [1702463657, "69"], [1702463693, "73"], [1702463729, "73"], [1702463765, "81"], [1702463798, "81"], [1702463846, "85"], [1702463873, "88"], [1702463906, "92"], [1702463948, "92"], [1702463984, "96"], [1702464014, "96"], [1702464050, "98"], [1702464086, "102"], [1702464122, "104"], [1702464155, "108"], [1702464194, "112"], [1702464230, "114"], [1702464263, "114"], [1702464299, "114"], [1702464332, "114"], [1702464356, "116"], [1702464392, "116"], [1702464425, "116"], [1702464455, "118"], [1702464479, "118"], [1702464509, "120"], [1702464533, "123"], [1702464569, "126"], [1702464605, "128"], [1702464635, "130"], [1702464671, "130"], [1702464716, "130"], [1702464743, "130"], [1702464776, "130"], [1702464812, "130"], [1702464836, "130"], [1702464869, "130"], [1702464905, "130"], [1702464926, "130"], [1702464956, "132"], [1702464992, "138"], [1702465016, "138"], [1702465049, "138"], [1702465085, "142"], [1702465118, "142"], [1702465145, "146"], [1702465178, "146"], [1702465208, "146"], [1702465241, "146"], [1702465298, "149"], [1702465334, "151"], [1702465367, "151"], [1702465394, "155"], [1702465418, "155"], [1702465445, "155"], [1702465481, "155"], [1702465517, "159"], [1702465550, "163"], [1702465586, "167"], [1702465619, "173"], [1702465658, "173"], [1702465706, "175"], [1702465754, "179"], [1702465787, "181"], [1702465823, "181"], [1702465856, "181"], [1702465880, "181"], [1702465910, "181"], [1702465952, "185"], [1702465988, "185"], [1702466015, "185"], [1702466030, "185"], [1702466060, "187"], [1702466078, "191"], [1702466138, "191"], [1702466168, "191"], [1702466204, "191"], [1702466237, "197"], [1702466261, "199"], [1702466291, "201"], [1702466327, "201"], [1702466360, "201"], [1702466384, "211"], [1702466417, "211"], [1702466441, "211"], [1702466471, "217"], [1702466507, "219"], [1702466540, "219"], [1702466597, "219"], [1702466633, "219"], [1702466666, "223"], [1702466705, "227"], [1702466732, "229"], [1702466765, "229"], [1702466801, "235"], [1702466852, "243"], [1702466876, "247"], [1702466918, "247"], [1702466978, "251"], [1702467014, "251"], [1702467038, "251"], [1702467068, "251"], [1702467122, "251"], [1702467158, "253"], [1702467191, "256"], [1702467221, "258"], [1702467257, "258"], [1702467299, "258"], [1702467350, "258"], [1702467386, "258"], [1702467419, "260"], [1702467455, "260"], [1702467515, "262"], [1702467542, "264"], [1702467566, "266"], [1702467599, "266"], [1702467635, "268"], [1702467668, "268"], [1702467695, "268"], [1702467716, "272"], [1702467746, "272"], [1702467800, "276"], [1702467824, "280"], [1702467908, "288"], [1702467944, "288"], [1702467968, "288"], [1702468001, "288"], [1702468031, "290"], [1702468067, "290"], [1702468085, "296"], [1702468115, "300"], [1702468151, "300"], [1702468181, "300"], [1702468208, "300"], [1702468241, "300"], [1702468256, "304"], [1702468286, "308"], [1702468322, "308"], [1702468352, "308"], [1702468388, "310"], [1702468424, "311"], [1702468457, "313"], [1702468493, "313"], [1702468517, "313"], [1702468550, "315"], [1702468586, "315"], [1702468613, "315"], [1702468637, "315"], [1702468679, "317"], [1702468721, "317"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "4"], [1702464869, "4"], [1702464905, "4"], [1702464926, "4"], [1702464956, "4"], [1702464992, "4"], [1702465016, "4"], [1702465049, "4"], [1702465085, "4"], [1702465118, "4"], [1702465145, "4"], [1702465178, "4"], [1702465208, "4"], [1702465241, "4"], [1702465298, "4"], [1702465334, "4"], [1702465367, "4"], [1702465394, "4"], [1702465418, "4"], [1702465445, "4"], [1702465481, "4"], [1702465517, "4"], [1702465550, "4"], [1702465586, "4"], [1702465619, "4"], [1702465658, "4"], [1702465706, "4"], [1702465754, "4"], [1702465787, "4"], [1702465823, "4"], [1702465856, "4"], [1702465880, "4"], [1702465910, "4"], [1702465952, "4"], [1702465988, "4"], [1702466015, "4"], [1702466030, "4"], [1702466060, "4"], [1702466078, "4"], [1702466138, "4"], [1702466168, "4"], [1702466204, "4"], [1702466237, "4"], [1702466261, "4"], [1702466291, "4"], [1702466327, "4"], [1702466360, "4"], [1702466384, "4"], [1702466417, "4"], [1702466441, "4"], [1702466471, "4"], [1702466507, "4"], [1702466540, "4"], [1702466597, "4"], [1702466633, "4"], [1702466666, "4"], [1702466705, "4"], [1702466732, "4"], [1702466765, "4"], [1702466801, "4"], [1702466852, "4"], [1702466876, "4"], [1702466918, "4"], [1702466978, "4"], [1702467014, "4"], [1702467038, "4"], [1702467068, "4"], [1702467122, "4"], [1702467158, "4"], [1702467191, "4"], [1702467221, "4"], [1702467257, "4"], [1702467299, "4"], [1702467350, "4"], [1702467386, "4"], [1702467419, "4"], [1702467455, "4"], [1702467515, "4"], [1702467542, "4"], [1702467566, "4"], [1702467599, "4"], [1702467635, "4"], [1702467668, "4"], [1702467695, "4"], [1702467716, "4"], [1702467746, "4"], [1702467800, "4"], [1702467824, "4"], [1702467908, "4"], [1702467944, "4"], [1702467968, "4"], [1702468001, "4"], [1702468031, "4"], [1702468067, "4"], [1702468085, "4"], [1702468115, "4"], [1702468151, "4"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "5"], [1702469060, "5"], [1702469111, "5"], [1702469144, "5"], [1702469168, "5"], [1702469204, "5"], [1702469237, "5"], [1702469273, "5"], [1702469303, "5"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "5"], [1702469435, "5"], [1702469468, "5"], [1702469504, "5"], [1702469537, "5"], [1702469573, "5"], [1702469606, "5"], [1702469633, "5"], [1702469660, "5"], [1702469684, "5"], [1702469717, "5"], [1702469753, "5"], [1702469786, "5"], [1702469816, "5"], [1702469834, "5"], [1702469864, "5"], [1702469906, "5"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "7"], [1702470506, "7"], [1702470542, "7"], [1702470575, "7"], [1702470611, "7"], [1702470635, "7"], [1702470662, "7"], [1702470686, "7"], [1702470719, "7"], [1702470746, "7"], [1702470812, "7"], [1702470845, "7"], [1702470875, "7"], [1702470899, "7"], [1702470953, "7"], [1702470983, "7"], [1702471025, "7"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "2"], [1702465118, "2"], [1702465145, "2"], [1702465178, "2"], [1702465208, "2"], [1702465241, "2"], [1702465298, "2"], [1702465334, "2"], [1702465367, "2"], [1702465394, "2"], [1702465418, "2"], [1702465445, "2"], [1702465481, "2"], [1702465517, "2"], [1702465550, "2"], [1702465586, "2"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "2"], [1702468679, "2"], [1702468721, "2"], [1702468730, "2"], [1702468766, "2"], [1702468799, "2"], [1702468835, "2"], [1702468898, "2"], [1702468934, "2"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "2"], [1702469111, "2"], [1702469144, "2"], [1702469168, "2"], [1702469204, "2"], [1702469237, "2"], [1702469273, "2"], [1702469303, "2"], [1702469336, "2"], [1702469360, "2"], [1702469387, "2"], [1702469411, "2"], [1702469435, "2"], [1702469468, "2"], [1702469504, "2"], [1702469537, "2"], [1702469573, "2"], [1702469606, "2"], [1702469633, "2"], [1702469660, "2"], [1702469684, "2"], [1702469717, "2"], [1702469753, "2"], [1702469786, "2"], [1702469816, "2"], [1702469834, "2"], [1702469864, "2"], [1702469906, "2"], [1702469936, "2"], [1702469972, "2"], [1702470005, "2"], [1702470029, "2"], [1702470065, "2"], [1702470101, "2"], [1702470131, "2"], [1702470167, "2"], [1702470203, "2"], [1702470251, "2"], [1702470278, "2"], [1702470311, "2"], [1702470347, "2"], [1702470371, "2"], [1702470404, "2"], [1702470440, "2"], [1702470476, "2"], [1702470506, "2"], [1702470542, "2"], [1702470575, "2"], [1702470611, "2"], [1702470635, "2"], [1702470662, "2"], [1702470686, "2"], [1702470719, "2"], [1702470746, "2"], [1702470812, "2"], [1702470845, "2"], [1702470875, "2"], [1702470899, "2"], [1702470953, "2"], [1702470983, "2"], [1702471025, "2"], [1702471067, "2"], [1702471169, "2"], [1702471193, "2"], [1702471226, "2"], [1702471265, "2"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "14"], [1702462973, "14"], [1702462988, "14"], [1702463045, "14"], [1702463081, "14"], [1702463114, "14"], [1702463150, "14"], [1702463186, "14"], [1702463216, "14"], [1702463240, "14"], [1702463273, "14"], [1702463324, "14"], [1702463354, "14"], [1702463381, "14"], [1702463417, "14"], [1702463453, "14"], [1702463477, "14"], [1702463510, "14"], [1702463537, "14"], [1702463570, "14"], [1702463591, "14"], [1702463621, "14"], [1702463657, "14"], [1702463693, "14"], [1702463729, "14"], [1702463765, "14"], [1702463798, "14"], [1702463846, "14"], [1702463873, "14"], [1702463906, "14"], [1702463948, "14"], [1702463984, "14"], [1702464014, "14"], [1702464050, "14"], [1702464086, "14"], [1702464122, "14"], [1702464155, "14"], [1702464194, "14"], [1702464230, "14"], [1702464263, "14"], [1702464299, "14"], [1702464332, "14"], [1702464356, "14"], [1702464392, "14"], [1702464425, "14"], [1702464455, "14"], [1702464479, "14"], [1702464509, "14"], [1702464533, "14"], [1702464569, "14"], [1702464605, "14"], [1702464635, "14"], [1702464671, "14"], [1702464716, "14"], [1702464743, "14"], [1702464776, "14"], [1702464812, "14"], [1702464836, "14"], [1702464869, "14"], [1702464905, "14"], [1702464926, "14"], [1702464956, "14"], [1702464992, "14"], [1702465016, "14"], [1702465049, "14"], [1702465085, "14"], [1702465118, "14"], [1702465145, "14"], [1702465178, "14"], [1702465208, "14"], [1702465241, "14"], [1702465298, "14"], [1702465334, "14"], [1702465367, "14"], [1702465394, "14"], [1702465418, "14"], [1702465445, "14"], [1702465481, "14"], [1702465517, "14"], [1702465550, "14"], [1702465586, "14"], [1702465619, "14"], [1702465658, "14"], [1702465706, "14"], [1702465754, "14"], [1702465787, "14"], [1702465823, "14"], [1702465856, "14"], [1702465880, "14"], [1702465910, "14"], [1702465952, "14"], [1702465988, "14"], [1702466015, "14"], [1702466030, "14"], [1702466060, "14"], [1702466078, "14"], [1702466138, "14"], [1702466168, "14"], [1702466204, "14"], [1702466237, "14"], [1702466261, "14"], [1702466291, "14"], [1702466327, "14"], [1702466360, "14"], [1702466384, "14"], [1702466417, "14"], [1702466441, "14"], [1702466471, "14"], [1702466507, "14"], [1702466540, "14"], [1702466597, "14"], [1702466633, "14"], [1702466666, "14"], [1702466705, "14"], [1702466732, "14"], [1702466765, "14"], [1702466801, "14"], [1702466852, "14"], [1702466876, "14"], [1702466918, "14"], [1702466978, "14"], [1702467014, "14"], [1702467038, "14"], [1702467068, "14"], [1702467122, "14"], [1702467158, "14"], [1702467191, "14"], [1702467221, "14"], [1702467257, "14"], [1702467299, "14"], [1702467350, "14"], [1702467386, "14"], [1702467419, "14"], [1702467455, "14"], [1702467515, "14"], [1702467542, "14"], [1702467566, "14"], [1702467599, "14"], [1702467635, "14"], [1702467668, "14"], [1702467695, "14"], [1702467716, "14"], [1702467746, "14"], [1702467800, "14"], [1702467824, "14"], [1702467908, "14"], [1702467944, "14"], [1702467968, "14"], [1702468001, "14"], [1702468031, "14"], [1702468067, "14"], [1702468085, "14"], [1702468115, "14"], [1702468151, "14"], [1702468181, "14"], [1702468208, "14"], [1702468241, "14"], [1702468256, "14"], [1702468286, "14"], [1702468322, "14"], [1702468352, "14"], [1702468388, "14"], [1702468424, "14"], [1702468457, "14"], [1702468493, "14"], [1702468517, "14"], [1702468550, "14"], [1702468586, "14"], [1702468613, "14"], [1702468637, "14"], [1702468679, "14"], [1702468721, "14"], [1702468730, "14"], [1702468766, "14"], [1702468799, "14"], [1702468835, "14"], [1702468898, "14"], [1702468934, "14"], [1702468970, "14"], [1702468994, "14"], [1702469024, "14"], [1702469060, "14"], [1702469111, "14"], [1702469144, "14"], [1702469168, "14"], [1702469204, "14"], [1702469237, "14"], [1702469273, "14"], [1702469303, "14"], [1702469336, "14"], [1702469360, "14"], [1702469387, "14"], [1702469411, "14"], [1702469435, "14"], [1702469468, "14"], [1702469504, "14"], [1702469537, "14"], [1702469573, "14"], [1702469606, "14"], [1702469633, "14"], [1702469660, "14"], [1702469684, "14"], [1702469717, "14"], [1702469753, "14"], [1702469786, "14"], [1702469816, "14"], [1702469834, "14"], [1702469864, "14"], [1702469906, "14"], [1702469936, "14"], [1702469972, "14"], [1702470005, "14"], [1702470029, "14"], [1702470065, "14"], [1702470101, "14"], [1702470131, "14"], [1702470167, "14"], [1702470203, "14"], [1702470251, "14"], [1702470278, "14"], [1702470311, "14"], [1702470347, "14"], [1702470371, "14"], [1702470404, "14"], [1702470440, "14"], [1702470476, "14"], [1702470506, "14"], [1702470542, "14"], [1702470575, "14"], [1702470611, "14"], [1702470635, "14"], [1702470662, "14"], [1702470686, "14"], [1702470719, "14"], [1702470746, "14"], [1702470812, "14"], [1702470845, "14"], [1702470875, "14"], [1702470899, "14"], [1702470953, "14"], [1702470983, "14"], [1702471025, "14"], [1702471067, "14"], [1702471169, "14"], [1702471193, "14"], [1702471226, "14"], [1702471265, "14"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "14"], [1702462808, "14"], [1702462829, "14"], [1702462844, "14"], [1702462865, "14"], [1702462880, "14"], [1702462904, "14"], [1702462919, "14"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "1"], [1702468766, "5"], [1702468799, "7"], [1702468835, "7"], [1702468898, "15"], [1702468934, "15"], [1702468970, "17"], [1702468994, "19"], [1702469024, "21"], [1702469060, "27"], [1702469111, "27"], [1702469144, "33"], [1702469168, "33"], [1702469204, "33"], [1702469237, "37"], [1702469273, "37"], [1702469303, "37"], [1702469336, "37"], [1702469360, "37"], [1702469387, "39"], [1702469411, "39"], [1702469435, "45"], [1702469468, "47"], [1702469504, "49"], [1702469537, "53"], [1702469573, "53"], [1702469606, "53"], [1702469633, "53"], [1702469660, "53"], [1702469684, "57"], [1702469717, "59"], [1702469753, "59"], [1702469786, "59"], [1702469816, "63"], [1702469834, "67"], [1702469864, "67"], [1702469906, "71"], [1702469936, "75"], [1702469972, "75"], [1702470005, "75"], [1702470029, "82"], [1702470065, "86"], [1702470101, "88"], [1702470131, "88"], [1702470167, "98"], [1702470203, "98"], [1702470251, "104"], [1702470278, "104"], [1702470311, "108"], [1702470347, "108"], [1702470371, "108"], [1702470404, "110"], [1702470440, "110"], [1702470476, "110"], [1702470506, "113"], [1702470542, "113"], [1702470575, "113"], [1702470611, "115"], [1702470635, "115"], [1702470662, "115"], [1702470686, "117"], [1702470719, "119"], [1702470746, "121"], [1702470812, "121"], [1702470845, "121"], [1702470875, "125"], [1702470899, "127"], [1702470953, "127"], [1702470983, "131"], [1702471025, "131"], [1702471067, "134"], [1702471169, "136"], [1702471193, "136"], [1702471226, "138"], [1702471265, "138"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "38"], [1702462844, "38"], [1702462865, "38"], [1702462880, "38"], [1702462904, "38"], [1702462919, "38"], [1702462952, "38"], [1702462973, "38"], [1702462988, "38"], [1702463045, "38"], [1702463081, "38"], [1702463114, "38"], [1702463150, "38"], [1702463186, "38"], [1702463216, "38"], [1702463240, "38"], [1702463273, "38"], [1702463324, "38"], [1702463354, "38"], [1702463381, "38"], [1702463417, "38"], [1702463453, "38"], [1702463477, "38"], [1702463510, "38"], [1702463537, "38"], [1702463570, "38"], [1702463591, "38"], [1702463621, "38"], [1702463657, "38"], [1702463693, "38"], [1702463729, "38"], [1702463765, "38"], [1702463798, "38"], [1702463846, "38"], [1702463873, "38"], [1702463906, "38"], [1702463948, "38"], [1702463984, "38"], [1702464014, "38"], [1702464050, "38"], [1702464086, "38"], [1702464122, "38"], [1702464155, "38"], [1702464194, "38"], [1702464230, "38"], [1702464263, "38"], [1702464299, "38"], [1702464332, "45"], [1702464356, "45"], [1702464392, "45"], [1702464425, "45"], [1702464455, "45"], [1702464479, "45"], [1702464509, "45"], [1702464533, "45"], [1702464569, "45"], [1702464605, "45"], [1702464635, "45"], [1702464671, "45"], [1702464716, "45"], [1702464743, "45"], [1702464776, "45"], [1702464812, "45"], [1702464836, "45"], [1702464869, "45"], [1702464905, "45"], [1702464926, "45"], [1702464956, "45"], [1702464992, "45"], [1702465016, "45"], [1702465049, "45"], [1702465085, "45"], [1702465118, "45"], [1702465145, "45"], [1702465178, "45"], [1702465208, "45"], [1702465241, "45"], [1702465298, "45"], [1702465334, "45"], [1702465367, "45"], [1702465394, "45"], [1702465418, "45"], [1702465445, "45"], [1702465481, "45"], [1702465517, "45"], [1702465550, "45"], [1702465586, "45"], [1702465619, "45"], [1702465658, "45"], [1702465706, "45"], [1702465754, "45"], [1702465787, "45"], [1702465823, "45"], [1702465856, "45"], [1702465880, "45"], [1702465910, "45"], [1702465952, "45"], [1702465988, "45"], [1702466015, "45"], [1702466030, "45"], [1702466060, "45"], [1702466078, "45"], [1702466138, "45"], [1702466168, "45"], [1702466204, "45"], [1702466237, "45"], [1702466261, "45"], [1702466291, "45"], [1702466327, "45"], [1702466360, "45"], [1702466384, "45"], [1702466417, "45"], [1702466441, "45"], [1702466471, "45"], [1702466507, "45"], [1702466540, "45"], [1702466597, "45"], [1702466633, "45"], [1702466666, "45"], [1702466705, "45"], [1702466732, "45"], [1702466765, "45"], [1702466801, "45"], [1702466852, "45"], [1702466876, "45"], [1702466918, "45"], [1702466978, "45"], [1702467014, "45"], [1702467038, "45"], [1702467068, "45"], [1702467122, "45"], [1702467158, "45"], [1702467191, "45"], [1702467221, "45"], [1702467257, "45"], [1702467299, "45"], [1702467350, "45"], [1702467386, "45"], [1702467419, "45"], [1702467455, "45"], [1702467515, "45"], [1702467542, "45"], [1702467566, "45"], [1702467599, "45"], [1702467635, "45"], [1702467668, "45"], [1702467695, "45"], [1702467716, "45"], [1702467746, "45"], [1702467800, "45"], [1702467824, "45"], [1702467908, "45"], [1702467944, "45"], [1702467968, "45"], [1702468001, "45"], [1702468031, "45"], [1702468067, "45"], [1702468085, "45"], [1702468115, "45"], [1702468151, "45"], [1702468181, "45"], [1702468208, "45"], [1702468241, "45"], [1702468256, "45"], [1702468286, "45"], [1702468322, "45"], [1702468352, "45"], [1702468388, "45"], [1702468424, "45"], [1702468457, "45"], [1702468493, "45"], [1702468517, "45"], [1702468550, "45"], [1702468586, "45"], [1702468613, "45"], [1702468637, "45"], [1702468679, "45"], [1702468721, "45"], [1702468730, "45"], [1702468766, "45"], [1702468799, "45"], [1702468835, "45"], [1702468898, "45"], [1702468934, "45"], [1702468970, "45"], [1702468994, "45"], [1702469024, "45"], [1702469060, "45"], [1702469111, "45"], [1702469144, "45"], [1702469168, "45"], [1702469204, "45"], [1702469237, "45"], [1702469273, "45"], [1702469303, "45"], [1702469336, "45"], [1702469360, "45"], [1702469387, "45"], [1702469411, "45"], [1702469435, "45"], [1702469468, "45"], [1702469504, "45"], [1702469537, "45"], [1702469573, "45"], [1702469606, "45"], [1702469633, "45"], [1702469660, "45"], [1702469684, "45"], [1702469717, "45"], [1702469753, "45"], [1702469786, "45"], [1702469816, "45"], [1702469834, "45"], [1702469864, "45"], [1702469906, "45"], [1702469936, "45"], [1702469972, "45"], [1702470005, "45"], [1702470029, "45"], [1702470065, "45"], [1702470101, "45"], [1702470131, "45"], [1702470167, "45"], [1702470203, "45"], [1702470251, "45"], [1702470278, "45"], [1702470311, "45"], [1702470347, "45"], [1702470371, "45"], [1702470404, "45"], [1702470440, "45"], [1702470476, "45"], [1702470506, "45"], [1702470542, "45"], [1702470575, "45"], [1702470611, "45"], [1702470635, "45"], [1702470662, "45"], [1702470686, "45"], [1702470719, "45"], [1702470746, "45"], [1702470812, "45"], [1702470845, "45"], [1702470875, "45"], [1702470899, "45"], [1702470953, "45"], [1702470983, "45"], [1702471025, "45"], [1702471067, "45"], [1702471169, "45"], [1702471193, "45"], [1702471226, "45"], [1702471265, "45"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "38"], [1702462736, "38"], [1702462751, "38"], [1702462763, "38"], [1702462793, "38"], [1702462808, "38"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "23"], [1702463765, "23"], [1702463798, "23"], [1702463846, "23"], [1702463873, "23"], [1702463906, "23"], [1702463948, "23"], [1702463984, "23"], [1702464014, "23"], [1702464050, "23"], [1702464086, "23"], [1702464122, "23"], [1702464155, "23"], [1702464194, "23"], [1702464230, "23"], [1702464263, "23"], [1702464299, "23"], [1702464332, "23"], [1702464356, "23"], [1702464392, "23"], [1702464425, "23"], [1702464455, "23"], [1702464479, "23"], [1702464509, "23"], [1702464533, "23"], [1702464569, "23"], [1702464605, "23"], [1702464635, "23"], [1702464671, "23"], [1702464716, "23"], [1702464743, "23"], [1702464776, "23"], [1702464812, "23"], [1702464836, "23"], [1702464869, "23"], [1702464905, "23"], [1702464926, "23"], [1702464956, "23"], [1702464992, "23"], [1702465016, "23"], [1702465049, "23"], [1702465085, "23"], [1702465118, "23"], [1702465145, "23"], [1702465178, "23"], [1702465208, "23"], [1702465241, "23"], [1702465298, "23"], [1702465334, "23"], [1702465367, "23"], [1702465394, "23"], [1702465418, "23"], [1702465445, "23"], [1702465481, "23"], [1702465517, "23"], [1702465550, "23"], [1702465586, "23"], [1702465619, "23"], [1702465658, "23"], [1702465706, "23"], [1702465754, "23"], [1702465787, "23"], [1702465823, "23"], [1702465856, "23"], [1702465880, "23"], [1702465910, "23"], [1702465952, "23"], [1702465988, "23"], [1702466015, "23"], [1702466030, "23"], [1702466060, "23"], [1702466078, "23"], [1702466138, "23"], [1702466168, "23"], [1702466204, "23"], [1702466237, "23"], [1702466261, "23"], [1702466291, "23"], [1702466327, "23"], [1702466360, "23"], [1702466384, "23"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "23"], [1702466633, "23"], [1702466666, "23"], [1702466705, "23"], [1702466732, "23"], [1702466765, "23"], [1702466801, "23"], [1702466852, "23"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "23"], [1702467158, "23"], [1702467191, "23"], [1702467221, "23"], [1702467257, "23"], [1702467299, "23"], [1702467350, "23"], [1702467386, "23"], [1702467419, "23"], [1702467455, "23"], [1702467515, "23"], [1702467542, "23"], [1702467566, "23"], [1702467599, "23"], [1702467635, "23"], [1702467668, "23"], [1702467695, "23"], [1702467716, "23"], [1702467746, "23"], [1702467800, "23"], [1702467824, "23"], [1702467908, "23"], [1702467944, "23"], [1702467968, "23"], [1702468001, "23"], [1702468031, "23"], [1702468067, "23"], [1702468085, "23"], [1702468115, "23"], [1702468151, "23"], [1702468181, "23"], [1702468208, "23"], [1702468241, "23"], [1702468256, "23"], [1702468286, "23"], [1702468322, "23"], [1702468352, "23"], [1702468388, "23"], [1702468424, "23"], [1702468457, "23"], [1702468493, "23"], [1702468517, "23"], [1702468550, "23"], [1702468586, "23"], [1702468613, "23"], [1702468637, "23"], [1702468679, "23"], [1702468721, "23"], [1702468730, "23"], [1702468766, "23"], [1702468799, "23"], [1702468835, "23"], [1702468898, "23"], [1702468934, "23"], [1702468970, "23"], [1702468994, "23"], [1702469024, "23"], [1702469060, "23"], [1702469111, "23"], [1702469144, "23"], [1702469168, "23"], [1702469204, "23"], [1702469237, "23"], [1702469273, "23"], [1702469303, "23"], [1702469336, "23"], [1702469360, "23"], [1702469387, "23"], [1702469411, "23"], [1702469435, "23"], [1702469468, "23"], [1702469504, "23"], [1702469537, "23"], [1702469573, "23"], [1702469606, "23"], [1702469633, "23"], [1702469660, "23"], [1702469684, "23"], [1702469717, "23"], [1702469753, "23"], [1702469786, "23"], [1702469816, "23"], [1702469834, "23"], [1702469864, "23"], [1702469906, "23"], [1702469936, "23"], [1702469972, "23"], [1702470005, "23"], [1702470029, "23"], [1702470065, "23"], [1702470101, "23"], [1702470131, "23"], [1702470167, "23"], [1702470203, "23"], [1702470251, "23"], [1702470278, "23"], [1702470311, "23"], [1702470347, "23"], [1702470371, "23"], [1702470404, "23"], [1702470440, "23"], [1702470476, "23"], [1702470506, "23"], [1702470542, "23"], [1702470575, "23"], [1702470611, "23"], [1702470635, "23"], [1702470662, "23"], [1702470686, "23"], [1702470719, "23"], [1702470746, "23"], [1702470812, "23"], [1702470845, "23"], [1702470875, "23"], [1702470899, "23"], [1702470953, "23"], [1702470983, "23"], [1702471025, "23"], [1702471067, "23"], [1702471169, "23"], [1702471193, "23"], [1702471226, "23"], [1702471265, "23"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_bpf_page_cache_hit_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "632"], [1702462721, "657"], [1702462736, "700"], [1702462751, "740"], [1702462763, "769"], [1702462793, "843"], [1702462808, "876"], [1702462829, "911"], [1702462844, "940"], [1702462865, "963"], [1702462880, "993"], [1702462904, "1063"], [1702462919, "1079"], [1702462952, "1136"], [1702462973, "1186"], [1702462988, "1239"], [1702463045, "1344"], [1702463081, "1389"], [1702463114, "1454"], [1702463150, "1505"], [1702463186, "1552"], [1702463216, "1639"], [1702463240, "1703"], [1702463273, "1750"], [1702463324, "1837"], [1702463354, "1865"], [1702463381, "1922"], [1702463417, "1975"], [1702463453, "2048"], [1702463477, "2085"], [1702463510, "2157"], [1702463537, "2213"], [1702463570, "2263"], [1702463591, "2358"], [1702463621, "2391"], [1702463657, "2450"], [1702463693, "2511"], [1702463729, "2552"], [1702463765, "2583"], [1702463798, "2639"], [1702463846, "2741"], [1702463873, "2778"], [1702463906, "2829"], [1702463948, "2882"], [1702463984, "2938"], [1702464014, "2995"], [1702464050, "3032"], [1702464086, "3089"], [1702464122, "3138"], [1702464155, "3173"], [1702464194, "3250"], [1702464230, "3298"], [1702464263, "3375"], [1702464299, "3414"], [1702464332, "3463"], [1702464356, "3518"], [1702464392, "3549"], [1702464425, "3601"], [1702464455, "3662"], [1702464479, "3710"], [1702464509, "3791"], [1702464533, "3845"], [1702464569, "3897"], [1702464605, "3938"], [1702464635, "4002"], [1702464671, "4053"], [1702464716, "4126"], [1702464743, "4158"], [1702464776, "4200"], [1702464812, "4294"], [1702464836, "4362"], [1702464869, "4417"], [1702464905, "4456"], [1702464926, "4512"], [1702464956, "4573"], [1702464992, "4639"], [1702465016, "4668"], [1702465049, "4715"], [1702465085, "4761"], [1702465118, "4803"], [1702465145, "4870"], [1702465178, "4932"], [1702465208, "4965"], [1702465241, "5064"], [1702465298, "5160"], [1702465334, "5192"], [1702465367, "5238"], [1702465394, "5285"], [1702465418, "5343"], [1702465445, "5392"], [1702465481, "5433"], [1702465517, "5484"], [1702465550, "5538"], [1702465586, "5590"], [1702465619, "5646"], [1702465658, "5711"], [1702465706, "5778"], [1702465754, "5865"], [1702465787, "5895"], [1702465823, "5925"], [1702465856, "5981"], [1702465880, "6027"], [1702465910, "6069"], [1702465952, "6122"], [1702465988, "6175"], [1702466015, "6225"], [1702466030, "6258"], [1702466060, "6297"], [1702466078, "6353"], [1702466138, "6441"], [1702466168, "6488"], [1702466204, "6530"], [1702466237, "6585"], [1702466261, "6628"], [1702466291, "6684"], [1702466327, "6732"], [1702466360, "6785"], [1702466384, "6826"], [1702466417, "6873"], [1702466441, "6921"], [1702466471, "6963"], [1702466507, "7009"], [1702466540, "7054"], [1702466597, "7124"], [1702466633, "7178"], [1702466666, "7220"], [1702466705, "7248"], [1702466732, "7304"], [1702466765, "7339"], [1702466801, "7393"], [1702466852, "7482"], [1702466876, "7514"], [1702466918, "7558"], [1702466978, "7649"], [1702467014, "7699"], [1702467038, "7751"], [1702467068, "7806"], [1702467122, "7876"], [1702467158, "7916"], [1702467191, "7960"], [1702467221, "7996"], [1702467257, "8052"], [1702467299, "8104"], [1702467350, "8179"], [1702467386, "8220"], [1702467419, "8271"], [1702467455, "8330"], [1702467515, "8434"], [1702467542, "8455"], [1702467566, "8499"], [1702467599, "8533"], [1702467635, "8558"], [1702467668, "8597"], [1702467695, "8633"], [1702467716, "8684"], [1702467746, "8723"], [1702467800, "8788"], [1702467824, "8816"], [1702467908, "8930"], [1702467944, "8982"], [1702467968, "9023"], [1702468001, "9050"], [1702468031, "9100"], [1702468067, "9160"], [1702468085, "9211"], [1702468115, "9256"], [1702468151, "9297"], [1702468181, "9347"], [1702468208, "9395"], [1702468241, "9448"], [1702468256, "9501"], [1702468286, "9554"], [1702468322, "9598"], [1702468352, "9643"], [1702468388, "9680"], [1702468424, "9732"], [1702468457, "9779"], [1702468493, "9837"], [1702468517, "9878"], [1702468550, "9926"], [1702468586, "9971"], [1702468613, "10025"], [1702468637, "10060"], [1702468679, "10123"], [1702468721, "10168"], [1702468730, "10194"], [1702468766, "10245"], [1702468799, "10294"], [1702468835, "10342"], [1702468898, "10407"], [1702468934, "10461"], [1702468970, "10513"], [1702468994, "10572"], [1702469024, "10608"], [1702469060, "10640"], [1702469111, "10715"], [1702469144, "10766"], [1702469168, "10790"], [1702469204, "10829"], [1702469237, "10873"], [1702469273, "10934"], [1702469303, "10986"], [1702469336, "11019"], [1702469360, "11063"], [1702469387, "11102"], [1702469411, "11138"], [1702469435, "11185"], [1702469468, "11229"], [1702469504, "11276"], [1702469537, "11316"], [1702469573, "11357"], [1702469606, "11402"], [1702469633, "11447"], [1702469660, "11483"], [1702469684, "11524"], [1702469717, "11569"], [1702469753, "11622"], [1702469786, "11678"], [1702469816, "11732"], [1702469834, "11762"], [1702469864, "11791"], [1702469906, "11857"], [1702469936, "11894"], [1702469972, "11944"], [1702470005, "11990"], [1702470029, "12029"], [1702470065, "12082"], [1702470101, "12123"], [1702470131, "12165"], [1702470167, "12213"], [1702470203, "12255"], [1702470251, "12313"], [1702470278, "12370"], [1702470311, "12422"], [1702470347, "12476"], [1702470371, "12524"], [1702470404, "12549"], [1702470440, "12582"], [1702470476, "12633"], [1702470506, "12690"], [1702470542, "12737"], [1702470575, "12796"], [1702470611, "12847"], [1702470635, "12883"], [1702470662, "12930"], [1702470686, "12966"], [1702470719, "12997"], [1702470746, "13059"], [1702470812, "13131"], [1702470845, "13187"], [1702470875, "13219"], [1702470899, "13260"], [1702470953, "13310"], [1702470983, "13359"], [1702471025, "13396"], [1702471067, "13469"], [1702471169, "13590"], [1702471193, "13641"], [1702471226, "13681"], [1702471265, "13726"]]}], "kepler_container_cache_miss_total": [{"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "8145"], [1702462721, "8145"], [1702462736, "8145"], [1702462751, "8145"], [1702462763, "8145"], [1702462793, "8145"], [1702462808, "8145"], [1702462829, "8145"], [1702462844, "8145"], [1702462865, "8145"], [1702462880, "8145"], [1702462904, "8145"], [1702462919, "8145"], [1702462952, "8145"], [1702462973, "8145"], [1702462988, "8145"], [1702463045, "8145"], [1702463081, "8145"], [1702463114, "8145"], [1702463150, "8145"], [1702463186, "8145"], [1702463216, "8145"], [1702463240, "8145"], [1702463273, "8145"], [1702463324, "8145"], [1702463354, "8145"], [1702463381, "26575"], [1702463417, "26575"], [1702463453, "26575"], [1702463477, "26575"], [1702463510, "26575"], [1702463537, "26575"], [1702463570, "26575"], [1702463591, "26575"], [1702463621, "26575"], [1702463657, "26575"], [1702463693, "26575"], [1702463729, "26575"], [1702463765, "26575"], [1702463798, "26575"], [1702463846, "26575"], [1702463873, "26575"], [1702463906, "26575"], [1702463948, "26575"], [1702463984, "26575"], [1702464014, "26575"], [1702464050, "26575"], [1702464086, "26575"], [1702464122, "26575"], [1702464155, "26575"], [1702464194, "26575"], [1702464230, "26575"], [1702464263, "26575"], [1702464299, "26575"], [1702464332, "26575"], [1702464356, "26575"], [1702464392, "26575"], [1702464425, "26575"], [1702464455, "26575"], [1702464479, "26575"], [1702464509, "26575"], [1702464533, "26575"], [1702464569, "26575"], [1702464605, "26575"], [1702464635, "26575"], [1702464671, "26575"], [1702464716, "26575"], [1702464743, "26575"], [1702464776, "26575"], [1702464812, "26575"], [1702464836, "26575"], [1702464869, "26575"], [1702464905, "26575"], [1702464926, "26575"], [1702464956, "26575"], [1702464992, "26575"], [1702465016, "26575"], [1702465049, "26575"], [1702465085, "26575"], [1702465118, "26575"], [1702465145, "26575"], [1702465178, "26575"], [1702465208, "26575"], [1702465241, "26575"], [1702465298, "26575"], [1702465334, "26575"], [1702465367, "26575"], [1702465394, "26575"], [1702465418, "26575"], [1702465445, "26575"], [1702465481, "26575"], [1702465517, "26575"], [1702465550, "26575"], [1702465586, "26575"], [1702465619, "26575"], [1702465658, "26575"], [1702465706, "26575"], [1702465754, "26575"], [1702465787, "26575"], [1702465823, "26575"], [1702465856, "26575"], [1702465880, "26575"], [1702465910, "26575"], [1702465952, "26575"], [1702465988, "26575"], [1702466015, "26575"], [1702466030, "26575"], [1702466060, "26575"], [1702466078, "26575"], [1702466138, "26575"], [1702466168, "26575"], [1702466204, "26575"], [1702466237, "26575"], [1702466261, "26575"], [1702466291, "26575"], [1702466327, "26575"], [1702466360, "26575"], [1702466384, "26575"], [1702466417, "26575"], [1702466441, "26575"], [1702466471, "26575"], [1702466507, "26575"], [1702466540, "26575"], [1702466597, "26575"], [1702466633, "26575"], [1702466666, "26575"], [1702466705, "26575"], [1702466732, "26575"], [1702466765, "26575"], [1702466801, "26575"], [1702466852, "26575"], [1702466876, "26575"], [1702466918, "26575"], [1702466978, "26575"], [1702467014, "26575"], [1702467038, "26575"], [1702467068, "26575"], [1702467122, "26575"], [1702467158, "26575"], [1702467191, "26575"], [1702467221, "26575"], [1702467257, "26575"], [1702467299, "26575"], [1702467350, "26575"], [1702467386, "26575"], [1702467419, "26575"], [1702467455, "26575"], [1702467515, "26575"], [1702467542, "26575"], [1702467566, "26575"], [1702467599, "26575"], [1702467635, "26575"], [1702467668, "26575"], [1702467695, "26575"], [1702467716, "26575"], [1702467746, "26575"], [1702467800, "26575"], [1702467824, "26575"], [1702467908, "26575"], [1702467944, "26575"], [1702467968, "26575"], [1702468001, "26575"], [1702468031, "26575"], [1702468067, "26575"], [1702468085, "26575"], [1702468115, "26575"], [1702468151, "26575"], [1702468181, "26575"], [1702468208, "26575"], [1702468241, "26575"], [1702468256, "26575"], [1702468286, "26575"], [1702468322, "26575"], [1702468352, "26575"], [1702468388, "26575"], [1702468424, "26575"], [1702468457, "26575"], [1702468493, "26575"], [1702468517, "26575"], [1702468550, "26575"], [1702468586, "26575"], [1702468613, "26575"], [1702468637, "26575"], [1702468679, "26575"], [1702468721, "26575"], [1702468730, "26575"], [1702468766, "26575"], [1702468799, "26575"], [1702468835, "26575"], [1702468898, "26575"], [1702468934, "26575"], [1702468970, "26575"], [1702468994, "26575"], [1702469024, "26575"], [1702469060, "26575"], [1702469111, "26575"], [1702469144, "26575"], [1702469168, "26575"], [1702469204, "26575"], [1702469237, "26575"], [1702469273, "26575"], [1702469303, "26575"], [1702469336, "26575"], [1702469360, "26575"], [1702469387, "26575"], [1702469411, "26575"], [1702469435, "26575"], [1702469468, "26575"], [1702469504, "26575"], [1702469537, "26575"], [1702469573, "26575"], [1702469606, "26575"], [1702469633, "26575"], [1702469660, "26575"], [1702469684, "26575"], [1702469717, "26575"], [1702469753, "26575"], [1702469786, "26575"], [1702469816, "26575"], [1702469834, "26575"], [1702469864, "26575"], [1702469906, "26575"], [1702469936, "26575"], [1702469972, "26575"], [1702470005, "26575"], [1702470029, "26575"], [1702470065, "26575"], [1702470101, "26575"], [1702470131, "26575"], [1702470167, "26575"], [1702470203, "26575"], [1702470251, "26575"], [1702470278, "26575"], [1702470311, "26575"], [1702470347, "26575"], [1702470371, "26575"], [1702470404, "26575"], [1702470440, "26575"], [1702470476, "26575"], [1702470506, "26575"], [1702470542, "26575"], [1702470575, "26575"], [1702470611, "26575"], [1702470635, "26575"], [1702470662, "26575"], [1702470686, "26575"], [1702470719, "26575"], [1702470746, "26575"], [1702470812, "26575"], [1702470845, "26575"], [1702470875, "26575"], [1702470899, "26575"], [1702470953, "26575"], [1702470983, "26575"], [1702471025, "26575"], [1702471067, "26575"], [1702471169, "26575"], [1702471193, "26575"], [1702471226, "26575"], [1702471265, "26575"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "438412"], [1702462721, "440889"], [1702462736, "446998"], [1702462751, "567785"], [1702462763, "587956"], [1702462793, "621041"], [1702462808, "634577"], [1702462829, "641278"], [1702462844, "650166"], [1702462865, "663590"], [1702462880, "685605"], [1702462904, "768486"], [1702462919, "778755"], [1702462952, "870723"], [1702462973, "881750"], [1702462988, "894130"], [1702463045, "969813"], [1702463081, "1006996"], [1702463114, "1053779"], [1702463150, "1087728"], [1702463186, "1127448"], [1702463216, "1233633"], [1702463240, "1260670"], [1702463273, "1305508"], [1702463324, "1404038"], [1702463354, "1429536"], [1702463381, "1455575"], [1702463417, "1498681"], [1702463453, "1562694"], [1702463477, "1591723"], [1702463510, "1630487"], [1702463537, "1659585"], [1702463570, "1692166"], [1702463591, "1736853"], [1702463621, "1759112"], [1702463657, "1804610"], [1702463693, "1853405"], [1702463729, "1909737"], [1702463765, "1989611"], [1702463798, "2081685"], [1702463846, "2168180"], [1702463873, "2206614"], [1702463906, "2263469"], [1702463948, "2300629"], [1702463984, "2320724"], [1702464014, "2351477"], [1702464050, "2381051"], [1702464086, "2445714"], [1702464122, "2476696"], [1702464155, "2515576"], [1702464194, "2570713"], [1702464230, "2601654"], [1702464263, "2694427"], [1702464299, "2733657"], [1702464332, "2751095"], [1702464356, "2762474"], [1702464392, "2793218"], [1702464425, "2818718"], [1702464455, "2856312"], [1702464479, "2887304"], [1702464509, "2920288"], [1702464533, "2951332"], [1702464569, "2976273"], [1702464605, "3008510"], [1702464635, "3021985"], [1702464671, "3101432"], [1702464716, "3146747"], [1702464743, "3178072"], [1702464776, "3220164"], [1702464812, "3306201"], [1702464836, "3363260"], [1702464869, "3406165"], [1702464905, "3464790"], [1702464926, "3597838"], [1702464956, "3614120"], [1702464992, "3651837"], [1702465016, "3710388"], [1702465049, "3737378"], [1702465085, "3760540"], [1702465118, "3794908"], [1702465145, "3834663"], [1702465178, "3870616"], [1702465208, "3895549"], [1702465241, "3949640"], [1702465298, "4030094"], [1702465334, "4075136"], [1702465367, "4140162"], [1702465394, "4172460"], [1702465418, "4206721"], [1702465445, "4245841"], [1702465481, "4301913"], [1702465517, "4370195"], [1702465550, "4402930"], [1702465586, "4444026"], [1702465619, "4503214"], [1702465658, "4594047"], [1702465706, "4628143"], [1702465754, "4733259"], [1702465787, "4830870"], [1702465823, "4881059"], [1702465856, "4934363"], [1702465880, "4971929"], [1702465910, "5010965"], [1702465952, "5057943"], [1702465988, "5095730"], [1702466015, "5161759"], [1702466030, "5193483"], [1702466060, "5206378"], [1702466078, "5225479"], [1702466138, "5287143"], [1702466168, "5322077"], [1702466204, "5349092"], [1702466237, "5386957"], [1702466261, "5429288"], [1702466291, "5461596"], [1702466327, "5516992"], [1702466360, "5611849"], [1702466384, "5648895"], [1702466417, "5669829"], [1702466441, "5703655"], [1702466471, "5719602"], [1702466507, "5769184"], [1702466540, "5814907"], [1702466597, "5874021"], [1702466633, "5935172"], [1702466666, "5966541"], [1702466705, "6025750"], [1702466732, "6072258"], [1702466765, "6139692"], [1702466801, "6195479"], [1702466852, "6264308"], [1702466876, "6291406"], [1702466918, "6335207"], [1702466978, "6467978"], [1702467014, "6489589"], [1702467038, "6554615"], [1702467068, "6608527"], [1702467122, "6700829"], [1702467158, "6735656"], [1702467191, "6773984"], [1702467221, "6826470"], [1702467257, "6893579"], [1702467299, "6987663"], [1702467350, "7057817"], [1702467386, "7159414"], [1702467419, "7233023"], [1702467455, "7343396"], [1702467515, "7529217"], [1702467542, "7558100"], [1702467566, "7622156"], [1702467599, "7957855"], [1702467635, "8017101"], [1702467668, "8096142"], [1702467695, "8141894"], [1702467716, "8202847"], [1702467746, "8249645"], [1702467800, "8379918"], [1702467824, "8432689"], [1702467908, "8615365"], [1702467944, "8653336"], [1702467968, "8723170"], [1702468001, "8772337"], [1702468031, "8821786"], [1702468067, "8863093"], [1702468085, "8912901"], [1702468115, "8931637"], [1702468151, "8968058"], [1702468181, "9017400"], [1702468208, "9102402"], [1702468241, "9198811"], [1702468256, "9216635"], [1702468286, "9886469"], [1702468322, "9941205"], [1702468352, "10053635"], [1702468388, "10121486"], [1702468424, "10197076"], [1702468457, "10264695"], [1702468493, "10325463"], [1702468517, "10404052"], [1702468550, "10454387"], [1702468586, "10557408"], [1702468613, "10661189"], [1702468637, "10698039"], [1702468679, "10751733"], [1702468721, "10811485"], [1702468730, "10836848"], [1702468766, "10873209"], [1702468799, "10925456"], [1702468835, "10993131"], [1702468898, "11110254"], [1702468934, "11260529"], [1702468970, "11337134"], [1702468994, "11392442"], [1702469024, "11415180"], [1702469060, "11460960"], [1702469111, "11559870"], [1702469144, "11639690"], [1702469168, "11676429"], [1702469204, "11724787"], [1702469237, "11773567"], [1702469273, "11848358"], [1702469303, "11920965"], [1702469336, "11975929"], [1702469360, "12038814"], [1702469387, "12089455"], [1702469411, "12136201"], [1702469435, "12162210"], [1702469468, "12230117"], [1702469504, "12279331"], [1702469537, "12358386"], [1702469573, "12400245"], [1702469606, "12452825"], [1702469633, "12481569"], [1702469660, "12527283"], [1702469684, "12647330"], [1702469717, "12707164"], [1702469753, "12799360"], [1702469786, "12860106"], [1702469816, "12913885"], [1702469834, "13006109"], [1702469864, "13041774"], [1702469906, "13136152"], [1702469936, "13177200"], [1702469972, "13200890"], [1702470005, "13264661"], [1702470029, "13291459"], [1702470065, "13321176"], [1702470101, "13374280"], [1702470131, "13434830"], [1702470167, "13504250"], [1702470203, "13590942"], [1702470251, "13687969"], [1702470278, "13735680"], [1702470311, "13776482"], [1702470347, "13833111"], [1702470371, "13860736"], [1702470404, "13873465"], [1702470440, "13907248"], [1702470476, "13937908"], [1702470506, "13978594"], [1702470542, "14030974"], [1702470575, "14065527"], [1702470611, "14095816"], [1702470635, "14150130"], [1702470662, "14186965"], [1702470686, "14211879"], [1702470719, "14278941"], [1702470746, "14336341"], [1702470812, "14429414"], [1702470845, "14478915"], [1702470875, "14564229"], [1702470899, "14625471"], [1702470953, "14662405"], [1702470983, "14707992"], [1702471025, "14769539"], [1702471067, "14867209"], [1702471169, "15028174"], [1702471193, "15091481"], [1702471226, "15159145"], [1702471265, "15229210"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "753938"], [1702462721, "780805"], [1702462736, "806992"], [1702462751, "823071"], [1702462763, "911997"], [1702462793, "1013344"], [1702462808, "1144379"], [1702462829, "1184270"], [1702462844, "1219476"], [1702462865, "1458315"], [1702462880, "1494395"], [1702462904, "1541837"], [1702462919, "1563689"], [1702462952, "1627548"], [1702462973, "1676682"], [1702462988, "1720889"], [1702463045, "1871248"], [1702463081, "2048732"], [1702463114, "2177088"], [1702463150, "2311826"], [1702463186, "2406036"], [1702463216, "2512334"], [1702463240, "2556235"], [1702463273, "2657527"], [1702463324, "2797299"], [1702463354, "2823151"], [1702463381, "2880422"], [1702463417, "2946110"], [1702463453, "3013037"], [1702463477, "3079338"], [1702463510, "3176319"], [1702463537, "3305329"], [1702463570, "3405982"], [1702463591, "3460049"], [1702463621, "3481471"], [1702463657, "3517546"], [1702463693, "3613404"], [1702463729, "3719280"], [1702463765, "3869553"], [1702463798, "4017243"], [1702463846, "4159994"], [1702463873, "4264409"], [1702463906, "4337546"], [1702463948, "4400612"], [1702463984, "4460823"], [1702464014, "4504166"], [1702464050, "4559713"], [1702464086, "4649097"], [1702464122, "5018059"], [1702464155, "5106802"], [1702464194, "5203930"], [1702464230, "5266140"], [1702464263, "5318973"], [1702464299, "5380406"], [1702464332, "5442771"], [1702464356, "5492811"], [1702464392, "5533608"], [1702464425, "5619745"], [1702464455, "5725256"], [1702464479, "5839635"], [1702464509, "5903002"], [1702464533, "5982217"], [1702464569, "6081254"], [1702464605, "6185536"], [1702464635, "6267469"], [1702464671, "6370132"], [1702464716, "6468683"], [1702464743, "6577309"], [1702464776, "7266592"], [1702464812, "7345974"], [1702464836, "7444632"], [1702464869, "7553365"], [1702464905, "7651450"], [1702464926, "7722330"], [1702464956, "7770455"], [1702464992, "7880184"], [1702465016, "7939708"], [1702465049, "7995206"], [1702465085, "8288108"], [1702465118, "8377713"], [1702465145, "8475178"], [1702465178, "8581183"], [1702465208, "8719631"], [1702465241, "8801537"], [1702465298, "9007245"], [1702465334, "9076318"], [1702465367, "9313253"], [1702465394, "9366025"], [1702465418, "9481852"], [1702465445, "9547925"], [1702465481, "9637285"], [1702465517, "9721280"], [1702465550, "9792043"], [1702465586, "9908351"], [1702465619, "10044044"], [1702465658, "10236896"], [1702465706, "10316846"], [1702465754, "10491629"], [1702465787, "10583063"], [1702465823, "10734481"], [1702465856, "10799156"], [1702465880, "10847689"], [1702465910, "10931139"], [1702465952, "11030222"], [1702465988, "11119899"], [1702466015, "11217000"], [1702466030, "11329499"], [1702466060, "11376484"], [1702466078, "11518896"], [1702466138, "11716097"], [1702466168, "11800628"], [1702466204, "11926109"], [1702466237, "12042056"], [1702466261, "12127762"], [1702466291, "12387327"], [1702466327, "12477579"], [1702466360, "12589845"], [1702466384, "12677875"], [1702466417, "12785118"], [1702466441, "12871031"], [1702466471, "12939188"], [1702466507, "13078968"], [1702466540, "13171466"], [1702466597, "13331076"], [1702466633, "13418395"], [1702466666, "13522852"], [1702466705, "13630421"], [1702466732, "13723483"], [1702466765, "13831694"], [1702466801, "13958348"], [1702466852, "14096973"], [1702466876, "14168642"], [1702466918, "14294413"], [1702466978, "14479840"], [1702467014, "14565003"], [1702467038, "14665258"], [1702467068, "14777023"], [1702467122, "14899066"], [1702467158, "15009174"], [1702467191, "15106897"], [1702467221, "15195903"], [1702467257, "15295338"], [1702467299, "15395381"], [1702467350, "15563499"], [1702467386, "15685527"], [1702467419, "15839073"], [1702467455, "16072554"], [1702467515, "16444846"], [1702467542, "16557734"], [1702467566, "16680489"], [1702467599, "16745812"], [1702467635, "16884378"], [1702467668, "17855319"], [1702467695, "17951478"], [1702467716, "18100040"], [1702467746, "18290572"], [1702467800, "18515416"], [1702467824, "18738660"], [1702467908, "19183243"], [1702467944, "19374882"], [1702467968, "19515326"], [1702468001, "19590243"], [1702468031, "19652813"], [1702468067, "19770149"], [1702468085, "19909430"], [1702468115, "20077431"], [1702468151, "20301178"], [1702468181, "20649274"], [1702468208, "20846204"], [1702468241, "21163583"], [1702468256, "21234086"], [1702468286, "21315618"], [1702468322, "21428075"], [1702468352, "21593802"], [1702468388, "21773005"], [1702468424, "21880439"], [1702468457, "22087329"], [1702468493, "22315929"], [1702468517, "22466369"], [1702468550, "22617565"], [1702468586, "22811846"], [1702468613, "23022148"], [1702468637, "23121727"], [1702468679, "23322453"], [1702468721, "23468725"], [1702468730, "23654958"], [1702468766, "23779536"], [1702468799, "23929982"], [1702468835, "24040943"], [1702468898, "24328121"], [1702468934, "24610585"], [1702468970, "24903238"], [1702468994, "25097508"], [1702469024, "25193839"], [1702469060, "25357214"], [1702469111, "25677657"], [1702469144, "25831261"], [1702469168, "25903842"], [1702469204, "26004643"], [1702469237, "26258929"], [1702469273, "26457955"], [1702469303, "26657197"], [1702469336, "26849091"], [1702469360, "27050507"], [1702469387, "27141576"], [1702469411, "27250745"], [1702469435, "27416770"], [1702469468, "27522113"], [1702469504, "27622204"], [1702469537, "27689871"], [1702469573, "27810435"], [1702469606, "28006111"], [1702469633, "28210003"], [1702469660, "28385514"], [1702469684, "28548977"], [1702469717, "28767795"], [1702469753, "28944604"], [1702469786, "29179824"], [1702469816, "29303764"], [1702469834, "29496613"], [1702469864, "29612936"], [1702469906, "29881478"], [1702469936, "29937090"], [1702469972, "30042786"], [1702470005, "30219040"], [1702470029, "30313744"], [1702470065, "30397566"], [1702470101, "30582503"], [1702470131, "30788094"], [1702470167, "30999846"], [1702470203, "31240630"], [1702470251, "31475227"], [1702470278, "31623475"], [1702470311, "31747535"], [1702470347, "31932385"], [1702470371, "32030437"], [1702470404, "32125379"], [1702470440, "32210289"], [1702470476, "32389775"], [1702470506, "32611141"], [1702470542, "32968461"], [1702470575, "33167585"], [1702470611, "33356581"], [1702470635, "33559545"], [1702470662, "33653557"], [1702470686, "33772676"], [1702470719, "33850413"], [1702470746, "33982540"], [1702470812, "34251563"], [1702470845, "34360926"], [1702470875, "34477972"], [1702470899, "34565713"], [1702470953, "34709666"], [1702470983, "34871535"], [1702471025, "34999885"], [1702471067, "35193249"], [1702471169, "35484360"], [1702471193, "35611849"], [1702471226, "35741648"], [1702471265, "35844381"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "48605"], [1702462721, "48605"], [1702462736, "68759"], [1702462751, "68759"], [1702462763, "68759"], [1702462793, "68759"], [1702462808, "68759"], [1702462829, "68759"], [1702462844, "68759"], [1702462865, "68759"], [1702462880, "68759"], [1702462904, "71154"], [1702462919, "71154"], [1702462952, "76292"], [1702462973, "76292"], [1702462988, "76292"], [1702463045, "78071"], [1702463081, "82297"], [1702463114, "83013"], [1702463150, "83013"], [1702463186, "88885"], [1702463216, "88885"], [1702463240, "88885"], [1702463273, "115430"], [1702463324, "117053"], [1702463354, "117053"], [1702463381, "117053"], [1702463417, "117053"], [1702463453, "117053"], [1702463477, "117053"], [1702463510, "117377"], [1702463537, "119240"], [1702463570, "119240"], [1702463591, "119240"], [1702463621, "123196"], [1702463657, "123196"], [1702463693, "123196"], [1702463729, "123196"], [1702463765, "123196"], [1702463798, "135806"], [1702463846, "138739"], [1702463873, "228789"], [1702463906, "228789"], [1702463948, "233733"], [1702463984, "233733"], [1702464014, "233733"], [1702464050, "233733"], [1702464086, "233733"], [1702464122, "233733"], [1702464155, "253160"], [1702464194, "253160"], [1702464230, "300270"], [1702464263, "300270"], [1702464299, "300270"], [1702464332, "300270"], [1702464356, "300936"], [1702464392, "326756"], [1702464425, "326756"], [1702464455, "340212"], [1702464479, "340212"], [1702464509, "341218"], [1702464533, "341218"], [1702464569, "341218"], [1702464605, "341218"], [1702464635, "341218"], [1702464671, "345006"], [1702464716, "345006"], [1702464743, "345006"], [1702464776, "345006"], [1702464812, "345006"], [1702464836, "345006"], [1702464869, "359000"], [1702464905, "360157"], [1702464926, "360157"], [1702464956, "360157"], [1702464992, "360157"], [1702465016, "361768"], [1702465049, "361768"], [1702465085, "361768"], [1702465118, "368791"], [1702465145, "368791"], [1702465178, "370145"], [1702465208, "370145"], [1702465241, "370145"], [1702465298, "370145"], [1702465334, "370145"], [1702465367, "370145"], [1702465394, "370553"], [1702465418, "370553"], [1702465445, "370553"], [1702465481, "370553"], [1702465517, "370553"], [1702465550, "370553"], [1702465586, "370553"], [1702465619, "370553"], [1702465658, "370553"], [1702465706, "370553"], [1702465754, "370553"], [1702465787, "370553"], [1702465823, "370553"], [1702465856, "370553"], [1702465880, "370553"], [1702465910, "391156"], [1702465952, "391156"], [1702465988, "391156"], [1702466015, "392059"], [1702466030, "404907"], [1702466060, "404907"], [1702466078, "404928"], [1702466138, "404928"], [1702466168, "405459"], [1702466204, "407516"], [1702466237, "407516"], [1702466261, "407842"], [1702466291, "407842"], [1702466327, "407842"], [1702466360, "407842"], [1702466384, "407842"], [1702466417, "414777"], [1702466441, "414777"], [1702466471, "414777"], [1702466507, "414777"], [1702466540, "415113"], [1702466597, "423065"], [1702466633, "423065"], [1702466666, "438339"], [1702466705, "438339"], [1702466732, "438339"], [1702466765, "438339"], [1702466801, "441233"], [1702466852, "441233"], [1702466876, "441233"], [1702466918, "441233"], [1702466978, "453980"], [1702467014, "453980"], [1702467038, "462143"], [1702467068, "462143"], [1702467122, "462143"], [1702467158, "462143"], [1702467191, "462143"], [1702467221, "462683"], [1702467257, "462683"], [1702467299, "474231"], [1702467350, "474231"], [1702467386, "474231"], [1702467419, "474231"], [1702467455, "474231"], [1702467515, "475958"], [1702467542, "475958"], [1702467566, "476127"], [1702467599, "476127"], [1702467635, "476127"], [1702467668, "476127"], [1702467695, "486001"], [1702467716, "486001"], [1702467746, "486001"], [1702467800, "486001"], [1702467824, "526585"], [1702467908, "529771"], [1702467944, "529771"], [1702467968, "529771"], [1702468001, "529771"], [1702468031, "529771"], [1702468067, "554205"], [1702468085, "554205"], [1702468115, "554205"], [1702468151, "556225"], [1702468181, "685253"], [1702468208, "685253"], [1702468241, "685253"], [1702468256, "685253"], [1702468286, "688189"], [1702468322, "688189"], [1702468352, "688896"], [1702468388, "688896"], [1702468424, "688896"], [1702468457, "688896"], [1702468493, "688896"], [1702468517, "688896"], [1702468550, "688896"], [1702468586, "690590"], [1702468613, "690590"], [1702468637, "690590"], [1702468679, "690590"], [1702468721, "690590"], [1702468730, "690590"], [1702468766, "690590"], [1702468799, "690590"], [1702468835, "690590"], [1702468898, "690590"], [1702468934, "700554"], [1702468970, "700554"], [1702468994, "700554"], [1702469024, "700554"], [1702469060, "700554"], [1702469111, "704785"], [1702469144, "704785"], [1702469168, "704785"], [1702469204, "704785"], [1702469237, "704785"], [1702469273, "704785"], [1702469303, "725570"], [1702469336, "725570"], [1702469360, "725570"], [1702469387, "725570"], [1702469411, "792689"], [1702469435, "792689"], [1702469468, "792689"], [1702469504, "792689"], [1702469537, "792689"], [1702469573, "792689"], [1702469606, "792689"], [1702469633, "792689"], [1702469660, "792689"], [1702469684, "792749"], [1702469717, "792749"], [1702469753, "792749"], [1702469786, "792749"], [1702469816, "792749"], [1702469834, "800664"], [1702469864, "800664"], [1702469906, "800664"], [1702469936, "811115"], [1702469972, "811115"], [1702470005, "811115"], [1702470029, "811115"], [1702470065, "811115"], [1702470101, "811115"], [1702470131, "811115"], [1702470167, "811115"], [1702470203, "811846"], [1702470251, "811846"], [1702470278, "851513"], [1702470311, "851513"], [1702470347, "851513"], [1702470371, "851513"], [1702470404, "851513"], [1702470440, "851513"], [1702470476, "864241"], [1702470506, "864241"], [1702470542, "864241"], [1702470575, "985266"], [1702470611, "986327"], [1702470635, "1011885"], [1702470662, "1011885"], [1702470686, "1011905"], [1702470719, "1012263"], [1702470746, "1012263"], [1702470812, "1012263"], [1702470845, "1012263"], [1702470875, "1012263"], [1702470899, "1012263"], [1702470953, "1015296"], [1702470983, "1015296"], [1702471025, "1015296"], [1702471067, "1015296"], [1702471169, "1016788"], [1702471193, "1016788"], [1702471226, "1016788"], [1702471265, "1016788"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "819451"], [1702462721, "1004701"], [1702462736, "1103160"], [1702462751, "1120246"], [1702462763, "1162513"], [1702462793, "1238440"], [1702462808, "1347951"], [1702462829, "1366047"], [1702462844, "1407060"], [1702462865, "1434056"], [1702462880, "1434056"], [1702462904, "1502351"], [1702462919, "1547077"], [1702462952, "1765186"], [1702462973, "1874852"], [1702462988, "2057513"], [1702463045, "2282047"], [1702463081, "2363318"], [1702463114, "2472182"], [1702463150, "2562656"], [1702463186, "2717419"], [1702463216, "2895220"], [1702463240, "2985879"], [1702463273, "3063445"], [1702463324, "3270001"], [1702463354, "3342963"], [1702463381, "3507414"], [1702463417, "3998504"], [1702463453, "4341503"], [1702463477, "4440581"], [1702463510, "4879056"], [1702463537, "5026936"], [1702463570, "5128336"], [1702463591, "5314524"], [1702463621, "5368943"], [1702463657, "5525138"], [1702463693, "5656926"], [1702463729, "5738998"], [1702463765, "5830203"], [1702463798, "5981989"], [1702463846, "6195648"], [1702463873, "6247038"], [1702463906, "6350701"], [1702463948, "7254887"], [1702463984, "7944309"], [1702464014, "8029246"], [1702464050, "8165275"], [1702464086, "8257228"], [1702464122, "8726111"], [1702464155, "8863031"], [1702464194, "9034207"], [1702464230, "9182755"], [1702464263, "9301167"], [1702464299, "9503056"], [1702464332, "9591652"], [1702464356, "9717870"], [1702464392, "10254264"], [1702464425, "10361063"], [1702464455, "10480412"], [1702464479, "10631358"], [1702464509, "10752809"], [1702464533, "10826854"], [1702464569, "10967692"], [1702464605, "11140486"], [1702464635, "11462950"], [1702464671, "11581570"], [1702464716, "11709556"], [1702464743, "11831885"], [1702464776, "11985197"], [1702464812, "12135400"], [1702464836, "12236116"], [1702464869, "12339132"], [1702464905, "12444789"], [1702464926, "12563158"], [1702464956, "12655693"], [1702464992, "12770697"], [1702465016, "12910309"], [1702465049, "12994663"], [1702465085, "13663593"], [1702465118, "13886440"], [1702465145, "14076187"], [1702465178, "14157537"], [1702465208, "14253946"], [1702465241, "14360974"], [1702465298, "14562258"], [1702465334, "14678401"], [1702465367, "14867509"], [1702465394, "14956093"], [1702465418, "15032005"], [1702465445, "15202002"], [1702465481, "15301036"], [1702465517, "15494716"], [1702465550, "15624448"], [1702465586, "15758002"], [1702465619, "15856235"], [1702465658, "16018271"], [1702465706, "16197542"], [1702465754, "16423168"], [1702465787, "16466073"], [1702465823, "16634458"], [1702465856, "16715231"], [1702465880, "16873618"], [1702465910, "17016151"], [1702465952, "17208605"], [1702465988, "17305597"], [1702466015, "17484784"], [1702466030, "17570081"], [1702466060, "17624128"], [1702466078, "17652244"], [1702466138, "18843171"], [1702466168, "18921941"], [1702466204, "19074138"], [1702466237, "19167931"], [1702466261, "19255052"], [1702466291, "19347479"], [1702466327, "19397756"], [1702466360, "19512990"], [1702466384, "19556063"], [1702466417, "19716887"], [1702466441, "19805247"], [1702466471, "19917587"], [1702466507, "20064540"], [1702466540, "20235909"], [1702466597, "20365793"], [1702466633, "20547973"], [1702466666, "20869905"], [1702466705, "21012752"], [1702466732, "21143146"], [1702466765, "21314240"], [1702466801, "21423253"], [1702466852, "21665111"], [1702466876, "22013110"], [1702466918, "22868160"], [1702466978, "23142689"], [1702467014, "23274620"], [1702467038, "23377872"], [1702467068, "23424856"], [1702467122, "23617632"], [1702467158, "23695771"], [1702467191, "23837445"], [1702467221, "23928444"], [1702467257, "24101587"], [1702467299, "24328258"], [1702467350, "24473467"], [1702467386, "24615536"], [1702467419, "24779668"], [1702467455, "25095795"], [1702467515, "26294319"], [1702467542, "26576116"], [1702467566, "27076104"], [1702467599, "27380394"], [1702467635, "27518670"], [1702467668, "27721180"], [1702467695, "27917421"], [1702467716, "29362960"], [1702467746, "29498779"], [1702467800, "30215198"], [1702467824, "30590922"], [1702467908, "31192909"], [1702467944, "31589792"], [1702467968, "31863486"], [1702468001, "31992158"], [1702468031, "32091711"], [1702468067, "32153067"], [1702468085, "32260295"], [1702468115, "32346927"], [1702468151, "32439625"], [1702468181, "32655387"], [1702468208, "32834914"], [1702468241, "33003475"], [1702468256, "33673846"], [1702468286, "34057701"], [1702468322, "34324389"], [1702468352, "34525986"], [1702468388, "34629699"], [1702468424, "34702999"], [1702468457, "34871063"], [1702468493, "35078793"], [1702468517, "35328197"], [1702468550, "35461716"], [1702468586, "35780692"], [1702468613, "36190819"], [1702468637, "36371621"], [1702468679, "36612755"], [1702468721, "36978102"], [1702468730, "37013501"], [1702468766, "37120971"], [1702468799, "37216288"], [1702468835, "37327272"], [1702468898, "37523902"], [1702468934, "37958012"], [1702468970, "38236737"], [1702468994, "38465823"], [1702469024, "38636604"], [1702469060, "39136560"], [1702469111, "39437566"], [1702469144, "39793962"], [1702469168, "40019316"], [1702469204, "40341352"], [1702469237, "40394457"], [1702469273, "40751912"], [1702469303, "41190925"], [1702469336, "41593910"], [1702469360, "42040029"], [1702469387, "42455202"], [1702469411, "42590336"], [1702469435, "42929288"], [1702469468, "43139280"], [1702469504, "43369350"], [1702469537, "43465098"], [1702469573, "43669742"], [1702469606, "43762449"], [1702469633, "43838085"], [1702469660, "43982682"], [1702469684, "44204864"], [1702469717, "44453911"], [1702469753, "46168949"], [1702469786, "46465894"], [1702469816, "46664430"], [1702469834, "46957873"], [1702469864, "47114907"], [1702469906, "47643173"], [1702469936, "47722203"], [1702469972, "47958048"], [1702470005, "48057396"], [1702470029, "48148445"], [1702470065, "48234723"], [1702470101, "48518690"], [1702470131, "48744449"], [1702470167, "48930725"], [1702470203, "49135316"], [1702470251, "49639713"], [1702470278, "50111574"], [1702470311, "50277097"], [1702470347, "50340110"], [1702470371, "50451715"], [1702470404, "50549961"], [1702470440, "50720333"], [1702470476, "50776496"], [1702470506, "50908717"], [1702470542, "51155532"], [1702470575, "51361798"], [1702470611, "51769688"], [1702470635, "52169205"], [1702470662, "52433428"], [1702470686, "52700206"], [1702470719, "52933409"], [1702470746, "53114854"], [1702470812, "53740024"], [1702470845, "53879129"], [1702470875, "53996316"], [1702470899, "54067984"], [1702470953, "54292213"], [1702470983, "54401207"], [1702471025, "54522470"], [1702471067, "56899951"], [1702471169, "57112805"], [1702471193, "57253218"], [1702471226, "57335415"], [1702471265, "57458155"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "3550752"], [1702462721, "3859146"], [1702462736, "4053853"], [1702462751, "4168517"], [1702462763, "4305317"], [1702462793, "4437541"], [1702462808, "4744251"], [1702462829, "4964082"], [1702462844, "5434802"], [1702462865, "5674788"], [1702462880, "5791306"], [1702462904, "6071980"], [1702462919, "6159626"], [1702462952, "6635613"], [1702462973, "7419124"], [1702462988, "7619815"], [1702463045, "8223765"], [1702463081, "8570985"], [1702463114, "8797330"], [1702463150, "9039851"], [1702463186, "9281652"], [1702463216, "10571493"], [1702463240, "10775231"], [1702463273, "11078883"], [1702463324, "11855670"], [1702463354, "12884444"], [1702463381, "13302705"], [1702463417, "13851603"], [1702463453, "14347494"], [1702463477, "14564455"], [1702463510, "14812852"], [1702463537, "15108379"], [1702463570, "15394287"], [1702463591, "15661128"], [1702463621, "15922242"], [1702463657, "16604425"], [1702463693, "17018024"], [1702463729, "17516532"], [1702463765, "18056638"], [1702463798, "18500953"], [1702463846, "18952973"], [1702463873, "19262096"], [1702463906, "19652212"], [1702463948, "20022333"], [1702463984, "20193738"], [1702464014, "20511094"], [1702464050, "20959804"], [1702464086, "21949405"], [1702464122, "22548492"], [1702464155, "22970219"], [1702464194, "23505774"], [1702464230, "23771585"], [1702464263, "24295689"], [1702464299, "24656614"], [1702464332, "24992968"], [1702464356, "25273241"], [1702464392, "25473955"], [1702464425, "25821948"], [1702464455, "27150408"], [1702464479, "27465850"], [1702464509, "27862174"], [1702464533, "28082787"], [1702464569, "28478581"], [1702464605, "28780470"], [1702464635, "29240727"], [1702464671, "29659600"], [1702464716, "29951556"], [1702464743, "30264178"], [1702464776, "30568615"], [1702464812, "30796136"], [1702464836, "31163414"], [1702464869, "31479444"], [1702464905, "31772448"], [1702464926, "32039403"], [1702464956, "32269314"], [1702464992, "32578635"], [1702465016, "32922466"], [1702465049, "33145679"], [1702465085, "33565729"], [1702465118, "33837950"], [1702465145, "34244399"], [1702465178, "34590141"], [1702465208, "34918365"], [1702465241, "35307055"], [1702465298, "35711937"], [1702465334, "35946203"], [1702465367, "36385195"], [1702465394, "36624528"], [1702465418, "37639812"], [1702465445, "37893465"], [1702465481, "38210983"], [1702465517, "38747938"], [1702465550, "39159187"], [1702465586, "39889187"], [1702465619, "40309289"], [1702465658, "40913291"], [1702465706, "41125254"], [1702465754, "41701288"], [1702465787, "42111883"], [1702465823, "42479912"], [1702465856, "42915074"], [1702465880, "43167987"], [1702465910, "43575074"], [1702465952, "44909965"], [1702465988, "45332658"], [1702466015, "45778516"], [1702466030, "46094375"], [1702466060, "46302475"], [1702466078, "46533619"], [1702466138, "47177513"], [1702466168, "48129318"], [1702466204, "48495766"], [1702466237, "48966176"], [1702466261, "49332509"], [1702466291, "49598644"], [1702466327, "49988225"], [1702466360, "50509932"], [1702466384, "50833947"], [1702466417, "51162377"], [1702466441, "51452181"], [1702466471, "51628756"], [1702466507, "52100410"], [1702466540, "52586696"], [1702466597, "53233433"], [1702466633, "53556357"], [1702466666, "53891771"], [1702466705, "54454108"], [1702466732, "54975332"], [1702466765, "55434827"], [1702466801, "55800142"], [1702466852, "56463210"], [1702466876, "56726812"], [1702466918, "57098448"], [1702466978, "57911314"], [1702467014, "59228891"], [1702467038, "59651976"], [1702467068, "59995632"], [1702467122, "60691078"], [1702467158, "60985717"], [1702467191, "61301423"], [1702467221, "61651778"], [1702467257, "62135682"], [1702467299, "62516049"], [1702467350, "63380542"], [1702467386, "64383984"], [1702467419, "65010944"], [1702467455, "66056437"], [1702467515, "68014860"], [1702467542, "68444597"], [1702467566, "68921491"], [1702467599, "69366829"], [1702467635, "70095046"], [1702467668, "70501100"], [1702467695, "70980003"], [1702467716, "71641756"], [1702467746, "72108528"], [1702467800, "73323062"], [1702467824, "74656452"], [1702467908, "76877009"], [1702467944, "77504658"], [1702467968, "78112493"], [1702468001, "78649324"], [1702468031, "79007446"], [1702468067, "79273036"], [1702468085, "79590331"], [1702468115, "80179313"], [1702468151, "80748772"], [1702468181, "81935803"], [1702468208, "82641938"], [1702468241, "83792577"], [1702468256, "84458442"], [1702468286, "84962647"], [1702468322, "85579417"], [1702468352, "86247739"], [1702468388, "86914667"], [1702468424, "87286591"], [1702468457, "87728190"], [1702468493, "88068884"], [1702468517, "88952763"], [1702468550, "89621441"], [1702468586, "90838425"], [1702468613, "91783940"], [1702468637, "92209359"], [1702468679, "92870666"], [1702468721, "93264759"], [1702468730, "93725000"], [1702468766, "94038070"], [1702468799, "94559255"], [1702468835, "94996183"], [1702468898, "95865121"], [1702468934, "97214902"], [1702468970, "98375699"], [1702468994, "99309542"], [1702469024, "99827695"], [1702469060, "100516936"], [1702469111, "101566272"], [1702469144, "102176221"], [1702469168, "102589939"], [1702469204, "103207458"], [1702469237, "103827503"], [1702469273, "104434380"], [1702469303, "105363307"], [1702469336, "106270265"], [1702469360, "107118213"], [1702469387, "107681375"], [1702469411, "108086919"], [1702469435, "108565882"], [1702469468, "109161559"], [1702469504, "109458440"], [1702469537, "109942425"], [1702469573, "110579849"], [1702469606, "111037688"], [1702469633, "111230099"], [1702469660, "111987877"], [1702469684, "112668000"], [1702469717, "113539163"], [1702469753, "114406808"], [1702469786, "115220248"], [1702469816, "115574654"], [1702469834, "116277917"], [1702469864, "116661038"], [1702469906, "117638438"], [1702469936, "117900480"], [1702469972, "118371431"], [1702470005, "118939497"], [1702470029, "119427988"], [1702470065, "119703424"], [1702470101, "120471822"], [1702470131, "121293362"], [1702470167, "122290402"], [1702470203, "123131798"], [1702470251, "124221814"], [1702470278, "124864917"], [1702470311, "125446249"], [1702470347, "125923506"], [1702470371, "126533428"], [1702470404, "126784625"], [1702470440, "127242970"], [1702470476, "127535584"], [1702470506, "127784919"], [1702470542, "128804642"], [1702470575, "129541093"], [1702470611, "130458862"], [1702470635, "131398928"], [1702470662, "131940510"], [1702470686, "132217200"], [1702470719, "132491375"], [1702470746, "133027075"], [1702470812, "133818244"], [1702470845, "134226761"], [1702470875, "134657400"], [1702470899, "134925320"], [1702470953, "135379788"], [1702470983, "135697615"], [1702471025, "136088118"], [1702471067, "136684096"], [1702471169, "137614945"], [1702471193, "137916749"], [1702471226, "138363442"], [1702471265, "138719981"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "20919"], [1702462721, "20919"], [1702462736, "33107"], [1702462751, "33107"], [1702462763, "33107"], [1702462793, "33107"], [1702462808, "33107"], [1702462829, "33107"], [1702462844, "33107"], [1702462865, "33107"], [1702462880, "33107"], [1702462904, "46936"], [1702462919, "46936"], [1702462952, "46936"], [1702462973, "48225"], [1702462988, "48225"], [1702463045, "108850"], [1702463081, "112998"], [1702463114, "112998"], [1702463150, "112998"], [1702463186, "113536"], [1702463216, "113536"], [1702463240, "113536"], [1702463273, "113536"], [1702463324, "113536"], [1702463354, "113536"], [1702463381, "113536"], [1702463417, "113536"], [1702463453, "113962"], [1702463477, "113962"], [1702463510, "134689"], [1702463537, "135783"], [1702463570, "135783"], [1702463591, "135783"], [1702463621, "135783"], [1702463657, "135783"], [1702463693, "135783"], [1702463729, "135783"], [1702463765, "135783"], [1702463798, "135783"], [1702463846, "135783"], [1702463873, "135783"], [1702463906, "135783"], [1702463948, "135783"], [1702463984, "135783"], [1702464014, "135783"], [1702464050, "135783"], [1702464086, "135949"], [1702464122, "135949"], [1702464155, "135949"], [1702464194, "138567"], [1702464230, "138567"], [1702464263, "143546"], [1702464299, "143546"], [1702464332, "143546"], [1702464356, "143546"], [1702464392, "158283"], [1702464425, "158283"], [1702464455, "160144"], [1702464479, "160144"], [1702464509, "160144"], [1702464533, "160144"], [1702464569, "160144"], [1702464605, "160144"], [1702464635, "160144"], [1702464671, "160307"], [1702464716, "160307"], [1702464743, "160307"], [1702464776, "160307"], [1702464812, "177664"], [1702464836, "177664"], [1702464869, "183371"], [1702464905, "183896"], [1702464926, "183896"], [1702464956, "183896"], [1702464992, "183896"], [1702465016, "198552"], [1702465049, "199859"], [1702465085, "199859"], [1702465118, "199859"], [1702465145, "199859"], [1702465178, "199859"], [1702465208, "200130"], [1702465241, "200130"], [1702465298, "200130"], [1702465334, "200130"], [1702465367, "200130"], [1702465394, "200130"], [1702465418, "200130"], [1702465445, "200130"], [1702465481, "206148"], [1702465517, "206148"], [1702465550, "210232"], [1702465586, "211995"], [1702465619, "211995"], [1702465658, "211995"], [1702465706, "211995"], [1702465754, "211995"], [1702465787, "211995"], [1702465823, "211995"], [1702465856, "211995"], [1702465880, "211995"], [1702465910, "220655"], [1702465952, "220655"], [1702465988, "220655"], [1702466015, "220791"], [1702466030, "223980"], [1702466060, "223980"], [1702466078, "224130"], [1702466138, "224130"], [1702466168, "224130"], [1702466204, "224130"], [1702466237, "224130"], [1702466261, "224130"], [1702466291, "224130"], [1702466327, "224130"], [1702466360, "224130"], [1702466384, "231898"], [1702466417, "231898"], [1702466441, "231898"], [1702466471, "231898"], [1702466507, "231898"], [1702466540, "234181"], [1702466597, "234973"], [1702466633, "234973"], [1702466666, "234973"], [1702466705, "234973"], [1702466732, "234973"], [1702466765, "234973"], [1702466801, "236296"], [1702466852, "236296"], [1702466876, "236296"], [1702466918, "236296"], [1702466978, "236296"], [1702467014, "236296"], [1702467038, "236296"], [1702467068, "236296"], [1702467122, "236296"], [1702467158, "236296"], [1702467191, "236296"], [1702467221, "236296"], [1702467257, "236296"], [1702467299, "236499"], [1702467350, "236499"], [1702467386, "242083"], [1702467419, "242083"], [1702467455, "242083"], [1702467515, "243711"], [1702467542, "243711"], [1702467566, "243711"], [1702467599, "243859"], [1702467635, "243859"], [1702467668, "243859"], [1702467695, "243866"], [1702467716, "243866"], [1702467746, "243866"], [1702467800, "243866"], [1702467824, "252575"], [1702467908, "252575"], [1702467944, "252575"], [1702467968, "252575"], [1702468001, "252575"], [1702468031, "252575"], [1702468067, "252575"], [1702468085, "255525"], [1702468115, "255525"], [1702468151, "255857"], [1702468181, "255857"], [1702468208, "255857"], [1702468241, "255857"], [1702468256, "258587"], [1702468286, "264006"], [1702468322, "264006"], [1702468352, "264006"], [1702468388, "264006"], [1702468424, "264006"], [1702468457, "264006"], [1702468493, "264480"], [1702468517, "264480"], [1702468550, "264480"], [1702468586, "265759"], [1702468613, "265759"], [1702468637, "265759"], [1702468679, "281486"], [1702468721, "281486"], [1702468730, "281486"], [1702468766, "282599"], [1702468799, "282599"], [1702468835, "282599"], [1702468898, "283347"], [1702468934, "283347"], [1702468970, "283347"], [1702468994, "286353"], [1702469024, "286353"], [1702469060, "286353"], [1702469111, "310147"], [1702469144, "310147"], [1702469168, "310147"], [1702469204, "310147"], [1702469237, "310147"], [1702469273, "310147"], [1702469303, "310147"], [1702469336, "310147"], [1702469360, "310147"], [1702469387, "323311"], [1702469411, "325030"], [1702469435, "325030"], [1702469468, "325030"], [1702469504, "325030"], [1702469537, "325030"], [1702469573, "325030"], [1702469606, "325030"], [1702469633, "325030"], [1702469660, "325030"], [1702469684, "325030"], [1702469717, "325030"], [1702469753, "325030"], [1702469786, "325030"], [1702469816, "325030"], [1702469834, "325030"], [1702469864, "325030"], [1702469906, "325030"], [1702469936, "325501"], [1702469972, "325501"], [1702470005, "325501"], [1702470029, "325501"], [1702470065, "325501"], [1702470101, "325501"], [1702470131, "325501"], [1702470167, "325501"], [1702470203, "325501"], [1702470251, "338322"], [1702470278, "338322"], [1702470311, "338322"], [1702470347, "338322"], [1702470371, "338322"], [1702470404, "338322"], [1702470440, "338322"], [1702470476, "339300"], [1702470506, "339300"], [1702470542, "339300"], [1702470575, "339300"], [1702470611, "346264"], [1702470635, "346425"], [1702470662, "346425"], [1702470686, "352023"], [1702470719, "352023"], [1702470746, "352023"], [1702470812, "352023"], [1702470845, "352023"], [1702470875, "352023"], [1702470899, "352023"], [1702470953, "352023"], [1702470983, "352023"], [1702471025, "352023"], [1702471067, "352023"], [1702471169, "373232"], [1702471193, "373232"], [1702471226, "373232"], [1702471265, "373232"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "7912"], [1702462721, "8539"], [1702462736, "8680"], [1702462751, "22237"], [1702462763, "22237"], [1702462793, "22237"], [1702462808, "22893"], [1702462829, "22893"], [1702462844, "23840"], [1702462865, "24152"], [1702462880, "24152"], [1702462904, "24152"], [1702462919, "24152"], [1702462952, "68273"], [1702462973, "72840"], [1702462988, "72840"], [1702463045, "80382"], [1702463081, "87577"], [1702463114, "88542"], [1702463150, "88542"], [1702463186, "89223"], [1702463216, "96001"], [1702463240, "96001"], [1702463273, "96001"], [1702463324, "101494"], [1702463354, "113256"], [1702463381, "113256"], [1702463417, "113256"], [1702463453, "141554"], [1702463477, "141857"], [1702463510, "141857"], [1702463537, "143813"], [1702463570, "144647"], [1702463591, "148070"], [1702463621, "148070"], [1702463657, "180097"], [1702463693, "184290"], [1702463729, "184648"], [1702463765, "184648"], [1702463798, "193400"], [1702463846, "195600"], [1702463873, "195600"], [1702463906, "196165"], [1702463948, "232202"], [1702463984, "232202"], [1702464014, "232202"], [1702464050, "242145"], [1702464086, "249177"], [1702464122, "249177"], [1702464155, "251729"], [1702464194, "263559"], [1702464230, "263559"], [1702464263, "263762"], [1702464299, "263891"], [1702464332, "266959"], [1702464356, "266959"], [1702464392, "267621"], [1702464425, "272567"], [1702464455, "313932"], [1702464479, "313932"], [1702464509, "313932"], [1702464533, "317729"], [1702464569, "336512"], [1702464605, "336512"], [1702464635, "336512"], [1702464671, "342335"], [1702464716, "350201"], [1702464743, "350201"], [1702464776, "351894"], [1702464812, "353572"], [1702464836, "353572"], [1702464869, "353572"], [1702464905, "355328"], [1702464926, "363758"], [1702464956, "363758"], [1702464992, "363758"], [1702465016, "367934"], [1702465049, "369393"], [1702465085, "369393"], [1702465118, "371091"], [1702465145, "385756"], [1702465178, "386726"], [1702465208, "386726"], [1702465241, "387054"], [1702465298, "392410"], [1702465334, "392410"], [1702465367, "392410"], [1702465394, "396445"], [1702465418, "405796"], [1702465445, "405796"], [1702465481, "407928"], [1702465517, "413637"], [1702465550, "413637"], [1702465586, "413637"], [1702465619, "422237"], [1702465658, "430591"], [1702465706, "430591"], [1702465754, "442840"], [1702465787, "442840"], [1702465823, "442947"], [1702465856, "454704"], [1702465880, "454704"], [1702465910, "454704"], [1702465952, "459577"], [1702465988, "498586"], [1702466015, "498586"], [1702466030, "498586"], [1702466060, "498848"], [1702466078, "500032"], [1702466138, "501269"], [1702466168, "501473"], [1702466204, "501853"], [1702466237, "502395"], [1702466261, "502395"], [1702466291, "502395"], [1702466327, "506423"], [1702466360, "509038"], [1702466384, "509038"], [1702466417, "509038"], [1702466441, "513626"], [1702466471, "517157"], [1702466507, "517157"], [1702466540, "517157"], [1702466597, "518942"], [1702466633, "518942"], [1702466666, "519217"], [1702466705, "522599"], [1702466732, "522599"], [1702466765, "522599"], [1702466801, "527298"], [1702466852, "534718"], [1702466876, "534718"], [1702466918, "536272"], [1702466978, "542455"], [1702467014, "542455"], [1702467038, "546167"], [1702467068, "555478"], [1702467122, "555478"], [1702467158, "561335"], [1702467191, "575848"], [1702467221, "575848"], [1702467257, "580010"], [1702467299, "622642"], [1702467350, "622750"], [1702467386, "622750"], [1702467419, "632699"], [1702467455, "632699"], [1702467515, "646313"], [1702467542, "664222"], [1702467566, "664222"], [1702467599, "664222"], [1702467635, "671333"], [1702467668, "682426"], [1702467695, "682426"], [1702467716, "682426"], [1702467746, "687583"], [1702467800, "690592"], [1702467824, "690592"], [1702467908, "700612"], [1702467944, "700612"], [1702467968, "700612"], [1702468001, "702994"], [1702468031, "712797"], [1702468067, "712797"], [1702468085, "712844"], [1702468115, "720025"], [1702468151, "739812"], [1702468181, "739812"], [1702468208, "739812"], [1702468241, "749034"], [1702468256, "762928"], [1702468286, "762928"], [1702468322, "762928"], [1702468352, "762928"], [1702468388, "769116"], [1702468424, "774674"], [1702468457, "774674"], [1702468493, "782541"], [1702468517, "836843"], [1702468550, "836843"], [1702468586, "836958"], [1702468613, "842448"], [1702468637, "845016"], [1702468679, "845016"], [1702468721, "845016"], [1702468730, "846406"], [1702468766, "846406"], [1702468799, "846406"], [1702468835, "846500"], [1702468898, "886427"], [1702468934, "886427"], [1702468970, "905532"], [1702468994, "932748"], [1702469024, "932748"], [1702469060, "932748"], [1702469111, "935863"], [1702469144, "935863"], [1702469168, "935863"], [1702469204, "941736"], [1702469237, "955043"], [1702469273, "955043"], [1702469303, "960437"], [1702469336, "965739"], [1702469360, "965847"], [1702469387, "965847"], [1702469411, "965847"], [1702469435, "970818"], [1702469468, "983726"], [1702469504, "983726"], [1702469537, "983726"], [1702469573, "986661"], [1702469606, "986661"], [1702469633, "986661"], [1702469660, "986661"], [1702469684, "1002959"], [1702469717, "1006460"], [1702469753, "1006460"], [1702469786, "1006460"], [1702469816, "1015079"], [1702469834, "1020900"], [1702469864, "1020900"], [1702469906, "1027665"], [1702469936, "1027665"], [1702469972, "1027665"], [1702470005, "1027665"], [1702470029, "1031155"], [1702470065, "1036153"], [1702470101, "1036532"], [1702470131, "1036532"], [1702470167, "1041172"], [1702470203, "1048419"], [1702470251, "1048419"], [1702470278, "1056584"], [1702470311, "1059743"], [1702470347, "1059743"], [1702470371, "1059743"], [1702470404, "1069896"], [1702470440, "1074557"], [1702470476, "1074557"], [1702470506, "1074892"], [1702470542, "1091887"], [1702470575, "1091887"], [1702470611, "1091887"], [1702470635, "1091887"], [1702470662, "1097020"], [1702470686, "1110127"], [1702470719, "1110127"], [1702470746, "1114765"], [1702470812, "1123869"], [1702470845, "1123869"], [1702470875, "1123869"], [1702470899, "1123913"], [1702470953, "1130135"], [1702470983, "1130135"], [1702471025, "1131158"], [1702471067, "1131193"], [1702471169, "1155636"], [1702471193, "1155636"], [1702471226, "1155636"], [1702471265, "1157733"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "94482"], [1702462721, "94482"], [1702462736, "109677"], [1702462751, "109923"], [1702462763, "124692"], [1702462793, "125301"], [1702462808, "128402"], [1702462829, "135549"], [1702462844, "136000"], [1702462865, "136008"], [1702462880, "148738"], [1702462904, "153278"], [1702462919, "153278"], [1702462952, "156375"], [1702462973, "156375"], [1702462988, "165082"], [1702463045, "179637"], [1702463081, "185539"], [1702463114, "190032"], [1702463150, "202976"], [1702463186, "203712"], [1702463216, "203712"], [1702463240, "215019"], [1702463273, "215494"], [1702463324, "215850"], [1702463354, "242634"], [1702463381, "244675"], [1702463417, "245120"], [1702463453, "245361"], [1702463477, "249105"], [1702463510, "249105"], [1702463537, "249105"], [1702463570, "250458"], [1702463591, "250458"], [1702463621, "255590"], [1702463657, "256380"], [1702463693, "256380"], [1702463729, "275230"], [1702463765, "275230"], [1702463798, "296958"], [1702463846, "302755"], [1702463873, "304996"], [1702463906, "305994"], [1702463948, "315568"], [1702463984, "316456"], [1702464014, "316456"], [1702464050, "334531"], [1702464086, "334531"], [1702464122, "349358"], [1702464155, "355174"], [1702464194, "362747"], [1702464230, "362747"], [1702464263, "364085"], [1702464299, "365465"], [1702464332, "369475"], [1702464356, "369475"], [1702464392, "372189"], [1702464425, "376016"], [1702464455, "400839"], [1702464479, "410607"], [1702464509, "424009"], [1702464533, "430935"], [1702464569, "446015"], [1702464605, "448379"], [1702464635, "452615"], [1702464671, "453075"], [1702464716, "455295"], [1702464743, "458222"], [1702464776, "458222"], [1702464812, "458222"], [1702464836, "459430"], [1702464869, "461398"], [1702464905, "461398"], [1702464926, "461398"], [1702464956, "472514"], [1702464992, "483314"], [1702465016, "483314"], [1702465049, "484869"], [1702465085, "484869"], [1702465118, "487621"], [1702465145, "487621"], [1702465178, "492912"], [1702465208, "492912"], [1702465241, "499133"], [1702465298, "512808"], [1702465334, "525546"], [1702465367, "525546"], [1702465394, "526587"], [1702465418, "526587"], [1702465445, "531581"], [1702465481, "540101"], [1702465517, "540101"], [1702465550, "547693"], [1702465586, "548772"], [1702465619, "548772"], [1702465658, "570735"], [1702465706, "576117"], [1702465754, "577708"], [1702465787, "577708"], [1702465823, "579515"], [1702465856, "579515"], [1702465880, "581055"], [1702465910, "582450"], [1702465952, "585593"], [1702465988, "585593"], [1702466015, "590966"], [1702466030, "591780"], [1702466060, "597938"], [1702466078, "606988"], [1702466138, "620794"], [1702466168, "625774"], [1702466204, "626079"], [1702466237, "626079"], [1702466261, "633404"], [1702466291, "634243"], [1702466327, "634243"], [1702466360, "648399"], [1702466384, "648399"], [1702466417, "649021"], [1702466441, "657239"], [1702466471, "658998"], [1702466507, "658998"], [1702466540, "659188"], [1702466597, "659188"], [1702466633, "666906"], [1702466666, "666906"], [1702466705, "690978"], [1702466732, "692042"], [1702466765, "693089"], [1702466801, "714586"], [1702466852, "714896"], [1702466876, "714896"], [1702466918, "717261"], [1702466978, "717699"], [1702467014, "730532"], [1702467038, "747853"], [1702467068, "747853"], [1702467122, "754553"], [1702467158, "757831"], [1702467191, "757831"], [1702467221, "761314"], [1702467257, "761390"], [1702467299, "761390"], [1702467350, "764420"], [1702467386, "764420"], [1702467419, "776457"], [1702467455, "785403"], [1702467515, "788060"], [1702467542, "788849"], [1702467566, "808471"], [1702467599, "809552"], [1702467635, "810246"], [1702467668, "821830"], [1702467695, "826991"], [1702467716, "840880"], [1702467746, "846758"], [1702467800, "848634"], [1702467824, "864852"], [1702467908, "865041"], [1702467944, "876620"], [1702467968, "876962"], [1702468001, "880580"], [1702468031, "880580"], [1702468067, "900137"], [1702468085, "900275"], [1702468115, "900275"], [1702468151, "929022"], [1702468181, "929022"], [1702468208, "940200"], [1702468241, "960371"], [1702468256, "960371"], [1702468286, "982652"], [1702468322, "1006918"], [1702468352, "1035876"], [1702468388, "1040241"], [1702468424, "1042283"], [1702468457, "1042283"], [1702468493, "1055264"], [1702468517, "1055264"], [1702468550, "1055264"], [1702468586, "1066987"], [1702468613, "1066987"], [1702468637, "1079887"], [1702468679, "1086394"], [1702468721, "1086394"], [1702468730, "1086394"], [1702468766, "1089441"], [1702468799, "1089441"], [1702468835, "1098299"], [1702468898, "1140050"], [1702468934, "1140050"], [1702468970, "1156725"], [1702468994, "1158254"], [1702469024, "1161779"], [1702469060, "1168344"], [1702469111, "1185820"], [1702469144, "1192479"], [1702469168, "1194338"], [1702469204, "1220951"], [1702469237, "1231137"], [1702469273, "1241343"], [1702469303, "1242424"], [1702469336, "1246727"], [1702469360, "1255924"], [1702469387, "1255924"], [1702469411, "1255924"], [1702469435, "1265277"], [1702469468, "1265539"], [1702469504, "1266110"], [1702469537, "1266110"], [1702469573, "1270830"], [1702469606, "1270830"], [1702469633, "1270830"], [1702469660, "1270830"], [1702469684, "1270830"], [1702469717, "1271081"], [1702469753, "1271081"], [1702469786, "1271081"], [1702469816, "1272990"], [1702469834, "1290300"], [1702469864, "1290300"], [1702469906, "1290300"], [1702469936, "1290300"], [1702469972, "1298492"], [1702470005, "1298492"], [1702470029, "1298492"], [1702470065, "1312450"], [1702470101, "1312450"], [1702470131, "1312450"], [1702470167, "1312450"], [1702470203, "1317687"], [1702470251, "1317687"], [1702470278, "1320415"], [1702470311, "1320415"], [1702470347, "1336190"], [1702470371, "1336190"], [1702470404, "1350033"], [1702470440, "1351579"], [1702470476, "1351579"], [1702470506, "1351579"], [1702470542, "1352823"], [1702470575, "1359496"], [1702470611, "1367531"], [1702470635, "1392677"], [1702470662, "1406328"], [1702470686, "1406328"], [1702470719, "1415781"], [1702470746, "1416303"], [1702470812, "1419582"], [1702470845, "1420656"], [1702470875, "1420656"], [1702470899, "1420656"], [1702470953, "1429926"], [1702470983, "1429926"], [1702471025, "1430778"], [1702471067, "1441707"], [1702471169, "1449695"], [1702471193, "1449695"], [1702471226, "1456977"], [1702471265, "1465983"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "137723"], [1702462721, "149623"], [1702462736, "149623"], [1702462751, "149623"], [1702462763, "154121"], [1702462793, "173490"], [1702462808, "175398"], [1702462829, "191207"], [1702462844, "191587"], [1702462865, "191587"], [1702462880, "191587"], [1702462904, "197991"], [1702462919, "197991"], [1702462952, "238332"], [1702462973, "240712"], [1702462988, "241178"], [1702463045, "241178"], [1702463081, "267936"], [1702463114, "268207"], [1702463150, "314636"], [1702463186, "346704"], [1702463216, "350935"], [1702463240, "356362"], [1702463273, "368771"], [1702463324, "401011"], [1702463354, "415027"], [1702463381, "417587"], [1702463417, "419105"], [1702463453, "503299"], [1702463477, "503623"], [1702463510, "503623"], [1702463537, "512775"], [1702463570, "520985"], [1702463591, "526631"], [1702463621, "527578"], [1702463657, "528026"], [1702463693, "552975"], [1702463729, "581204"], [1702463765, "848883"], [1702463798, "850120"], [1702463846, "850120"], [1702463873, "969761"], [1702463906, "971817"], [1702463948, "973461"], [1702463984, "975916"], [1702464014, "985113"], [1702464050, "996742"], [1702464086, "998048"], [1702464122, "1006228"], [1702464155, "1017238"], [1702464194, "1047067"], [1702464230, "1047176"], [1702464263, "1047664"], [1702464299, "1068555"], [1702464332, "1084642"], [1702464356, "1092763"], [1702464392, "1104274"], [1702464425, "1123942"], [1702464455, "1138706"], [1702464479, "1150871"], [1702464509, "1160239"], [1702464533, "1209730"], [1702464569, "1334012"], [1702464605, "1337222"], [1702464635, "1354740"], [1702464671, "1388340"], [1702464716, "1495892"], [1702464743, "1509041"], [1702464776, "1512724"], [1702464812, "1517947"], [1702464836, "1531506"], [1702464869, "1538506"], [1702464905, "1544107"], [1702464926, "1547744"], [1702464956, "1639139"], [1702464992, "1645709"], [1702465016, "1697503"], [1702465049, "1702400"], [1702465085, "1720653"], [1702465118, "1735831"], [1702465145, "1751074"], [1702465178, "1751988"], [1702465208, "1772735"], [1702465241, "1794502"], [1702465298, "1796632"], [1702465334, "1838825"], [1702465367, "1847331"], [1702465394, "1858902"], [1702465418, "1872725"], [1702465445, "1873694"], [1702465481, "1878324"], [1702465517, "1890046"], [1702465550, "1904896"], [1702465586, "1931672"], [1702465619, "1934304"], [1702465658, "1939670"], [1702465706, "1947881"], [1702465754, "1988963"], [1702465787, "1997841"], [1702465823, "2040448"], [1702465856, "2041022"], [1702465880, "2090532"], [1702465910, "2090886"], [1702465952, "2103552"], [1702465988, "2103552"], [1702466015, "2105900"], [1702466030, "2107732"], [1702466060, "2107901"], [1702466078, "2111332"], [1702466138, "2126915"], [1702466168, "2138200"], [1702466204, "2147466"], [1702466237, "2147466"], [1702466261, "2155244"], [1702466291, "2168006"], [1702466327, "2178752"], [1702466360, "2188277"], [1702466384, "2202765"], [1702466417, "2206734"], [1702466441, "2212152"], [1702466471, "2217429"], [1702466507, "2237076"], [1702466540, "2244432"], [1702466597, "2284052"], [1702466633, "2321862"], [1702466666, "2330625"], [1702466705, "2333307"], [1702466732, "2338155"], [1702466765, "2346687"], [1702466801, "2366340"], [1702466852, "2428692"], [1702466876, "2430673"], [1702466918, "2443318"], [1702466978, "2504664"], [1702467014, "2513136"], [1702467038, "2515807"], [1702467068, "2531925"], [1702467122, "2562169"], [1702467158, "2568311"], [1702467191, "2593877"], [1702467221, "2637004"], [1702467257, "2647420"], [1702467299, "2671910"], [1702467350, "2722002"], [1702467386, "2745270"], [1702467419, "2759978"], [1702467455, "2798815"], [1702467515, "2810832"], [1702467542, "2841008"], [1702467566, "2841475"], [1702467599, "2842511"], [1702467635, "2849287"], [1702467668, "2854493"], [1702467695, "2877311"], [1702467716, "2884454"], [1702467746, "2884454"], [1702467800, "2917115"], [1702467824, "2929534"], [1702467908, "2946413"], [1702467944, "2995036"], [1702467968, "3003521"], [1702468001, "3009579"], [1702468031, "3030932"], [1702468067, "3074407"], [1702468085, "3082363"], [1702468115, "3092409"], [1702468151, "3094063"], [1702468181, "3109563"], [1702468208, "3111573"], [1702468241, "3148436"], [1702468256, "3151124"], [1702468286, "3155345"], [1702468322, "3190921"], [1702468352, "3211704"], [1702468388, "3227646"], [1702468424, "3245248"], [1702468457, "3262867"], [1702468493, "3271723"], [1702468517, "3272692"], [1702468550, "3276209"], [1702468586, "3315814"], [1702468613, "3337249"], [1702468637, "3337249"], [1702468679, "3377194"], [1702468721, "3388005"], [1702468730, "3388005"], [1702468766, "3390197"], [1702468799, "3413090"], [1702468835, "3413090"], [1702468898, "3424623"], [1702468934, "3435050"], [1702468970, "3447621"], [1702468994, "3449365"], [1702469024, "3472469"], [1702469060, "3476303"], [1702469111, "3491345"], [1702469144, "3507495"], [1702469168, "3507495"], [1702469204, "3527027"], [1702469237, "3537321"], [1702469273, "3545368"], [1702469303, "3586008"], [1702469336, "3618185"], [1702469360, "3619981"], [1702469387, "3696255"], [1702469411, "3701048"], [1702469435, "3713663"], [1702469468, "3735964"], [1702469504, "3753817"], [1702469537, "3765853"], [1702469573, "3774369"], [1702469606, "3790922"], [1702469633, "3795611"], [1702469660, "3795611"], [1702469684, "3806861"], [1702469717, "3810171"], [1702469753, "3936741"], [1702469786, "3941687"], [1702469816, "3944794"], [1702469834, "3951392"], [1702469864, "3954122"], [1702469906, "3961852"], [1702469936, "3983683"], [1702469972, "3988537"], [1702470005, "3991075"], [1702470029, "3991844"], [1702470065, "3991844"], [1702470101, "3993208"], [1702470131, "4003435"], [1702470167, "4011885"], [1702470203, "4034149"], [1702470251, "4062519"], [1702470278, "4068983"], [1702470311, "4075705"], [1702470347, "4075705"], [1702470371, "4076264"], [1702470404, "4076803"], [1702470440, "4083909"], [1702470476, "4124455"], [1702470506, "4137440"], [1702470542, "4139910"], [1702470575, "4170086"], [1702470611, "4195450"], [1702470635, "4201101"], [1702470662, "4207875"], [1702470686, "4209819"], [1702470719, "4226998"], [1702470746, "4226998"], [1702470812, "4255950"], [1702470845, "4255950"], [1702470875, "4257125"], [1702470899, "4283433"], [1702470953, "4296266"], [1702470983, "4311535"], [1702471025, "4333190"], [1702471067, "4373191"], [1702471169, "4404682"], [1702471193, "4423731"], [1702471226, "4434286"], [1702471265, "4458501"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "2632"], [1702462844, "2632"], [1702462865, "2632"], [1702462880, "2632"], [1702462904, "2632"], [1702462919, "2632"], [1702462952, "2632"], [1702462973, "2632"], [1702462988, "2632"], [1702463045, "2632"], [1702463081, "2632"], [1702463114, "2632"], [1702463150, "2632"], [1702463186, "2632"], [1702463216, "2632"], [1702463240, "2632"], [1702463273, "2632"], [1702463324, "2632"], [1702463354, "2632"], [1702463381, "2632"], [1702463417, "2632"], [1702463453, "2632"], [1702463477, "2632"], [1702463510, "2632"], [1702463537, "2836"], [1702463570, "2836"], [1702463591, "2836"], [1702463621, "2836"], [1702463657, "2836"], [1702463693, "2836"], [1702463729, "2836"], [1702463765, "2836"], [1702463798, "2836"], [1702463846, "2836"], [1702463873, "2836"], [1702463906, "2836"], [1702463948, "2836"], [1702463984, "2836"], [1702464014, "2836"], [1702464050, "2836"], [1702464086, "2836"], [1702464122, "2836"], [1702464155, "2836"], [1702464194, "2836"], [1702464230, "2836"], [1702464263, "2836"], [1702464299, "3413"], [1702464332, "3413"], [1702464356, "3413"], [1702464392, "3413"], [1702464425, "3413"], [1702464455, "3413"], [1702464479, "3413"], [1702464509, "3413"], [1702464533, "3413"], [1702464569, "3413"], [1702464605, "3413"], [1702464635, "3413"], [1702464671, "3413"], [1702464716, "3413"], [1702464743, "3413"], [1702464776, "3413"], [1702464812, "3413"], [1702464836, "3413"], [1702464869, "3413"], [1702464905, "3413"], [1702464926, "3413"], [1702464956, "3413"], [1702464992, "3413"], [1702465016, "3413"], [1702465049, "3413"], [1702465085, "3413"], [1702465118, "3413"], [1702465145, "3413"], [1702465178, "3413"], [1702465208, "3413"], [1702465241, "3413"], [1702465298, "3413"], [1702465334, "3413"], [1702465367, "3413"], [1702465394, "3413"], [1702465418, "3413"], [1702465445, "3413"], [1702465481, "3413"], [1702465517, "3413"], [1702465550, "3413"], [1702465586, "3413"], [1702465619, "3413"], [1702465658, "3413"], [1702465706, "3413"], [1702465754, "3413"], [1702465787, "3413"], [1702465823, "3413"], [1702465856, "3413"], [1702465880, "3413"], [1702465910, "3413"], [1702465952, "3413"], [1702465988, "3413"], [1702466015, "3413"], [1702466030, "3413"], [1702466060, "3413"], [1702466078, "3413"], [1702466138, "3413"], [1702466168, "3413"], [1702466204, "3413"], [1702466237, "3413"], [1702466261, "3413"], [1702466291, "3413"], [1702466327, "3413"], [1702466360, "3413"], [1702466384, "3413"], [1702466417, "3413"], [1702466441, "3413"], [1702466471, "3413"], [1702466507, "3413"], [1702466540, "3413"], [1702466597, "3413"], [1702466633, "3413"], [1702466666, "3413"], [1702466705, "3413"], [1702466732, "3413"], [1702466765, "3413"], [1702466801, "3413"], [1702466852, "3413"], [1702466876, "3413"], [1702466918, "3413"], [1702466978, "3413"], [1702467014, "3413"], [1702467038, "3413"], [1702467068, "3413"], [1702467122, "3413"], [1702467158, "3413"], [1702467191, "3413"], [1702467221, "3413"], [1702467257, "3413"], [1702467299, "3413"], [1702467350, "3413"], [1702467386, "3413"], [1702467419, "3413"], [1702467455, "3413"], [1702467515, "3413"], [1702467542, "3413"], [1702467566, "3413"], [1702467599, "3413"], [1702467635, "3413"], [1702467668, "3413"], [1702467695, "3413"], [1702467716, "3413"], [1702467746, "3413"], [1702467800, "3413"], [1702467824, "3413"], [1702467908, "3413"], [1702467944, "3413"], [1702467968, "3413"], [1702468001, "3413"], [1702468031, "3413"], [1702468067, "3413"], [1702468085, "3413"], [1702468115, "3413"], [1702468151, "3413"], [1702468181, "3413"], [1702468208, "3413"], [1702468241, "3413"], [1702468256, "3413"], [1702468286, "3413"], [1702468322, "3413"], [1702468352, "3413"], [1702468388, "3413"], [1702468424, "3413"], [1702468457, "3413"], [1702468493, "3413"], [1702468517, "3413"], [1702468550, "3413"], [1702468586, "3413"], [1702468613, "3413"], [1702468637, "3413"], [1702468679, "3413"], [1702468721, "3413"], [1702468730, "3413"], [1702468766, "3413"], [1702468799, "3413"], [1702468835, "3413"], [1702468898, "3413"], [1702468934, "3413"], [1702468970, "3413"], [1702468994, "3413"], [1702469024, "3413"], [1702469060, "3413"], [1702469111, "3413"], [1702469144, "3413"], [1702469168, "3413"], [1702469204, "3413"], [1702469237, "3413"], [1702469273, "3413"], [1702469303, "3413"], [1702469336, "3413"], [1702469360, "3413"], [1702469387, "3413"], [1702469411, "3413"], [1702469435, "3413"], [1702469468, "3413"], [1702469504, "3413"], [1702469537, "3413"], [1702469573, "3413"], [1702469606, "3413"], [1702469633, "3413"], [1702469660, "3413"], [1702469684, "3413"], [1702469717, "3413"], [1702469753, "3413"], [1702469786, "3413"], [1702469816, "3413"], [1702469834, "3413"], [1702469864, "3413"], [1702469906, "3413"], [1702469936, "3413"], [1702469972, "3413"], [1702470005, "3413"], [1702470029, "3413"], [1702470065, "3413"], [1702470101, "3413"], [1702470131, "3413"], [1702470167, "3413"], [1702470203, "3413"], [1702470251, "3413"], [1702470278, "3413"], [1702470311, "3413"], [1702470347, "3413"], [1702470371, "3413"], [1702470404, "3413"], [1702470440, "3413"], [1702470476, "3413"], [1702470506, "3413"], [1702470542, "3413"], [1702470575, "3413"], [1702470611, "3413"], [1702470635, "3413"], [1702470662, "3413"], [1702470686, "3413"], [1702470719, "3413"], [1702470746, "3413"], [1702470812, "3413"], [1702470845, "3413"], [1702470875, "3413"], [1702470899, "3413"], [1702470953, "3413"], [1702470983, "3413"], [1702471025, "3413"], [1702471067, "3413"], [1702471169, "3413"], [1702471193, "3413"], [1702471226, "3413"], [1702471265, "3413"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "2632"], [1702462736, "2632"], [1702462751, "2632"], [1702462763, "2632"], [1702462793, "2632"], [1702462808, "2632"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "5959536"], [1702462988, "9615664"], [1702463045, "26010871"], [1702463081, "39367011"], [1702463114, "51809133"], [1702463150, "67145720"], [1702463186, "77467952"], [1702463216, "80203764"], [1702463240, "81283474"], [1702463273, "82108808"], [1702463324, "86627761"], [1702463354, "95590894"], [1702463381, "101461629"], [1702463417, "113819690"], [1702463453, "129705105"], [1702463477, "154568333"], [1702463510, "164716827"], [1702463537, "172251219"], [1702463570, "181441258"], [1702463591, "182865372"], [1702463621, "184910891"], [1702463657, "186323108"], [1702463693, "193146402"], [1702463729, "196622918"], [1702463765, "206108886"], [1702463798, "232226265"], [1702463846, "257724578"], [1702463873, "280184296"], [1702463906, "291493942"], [1702463948, "304193053"], [1702463984, "306077390"], [1702464014, "307847055"], [1702464050, "309206703"], [1702464086, "311658750"], [1702464122, "314973346"], [1702464155, "320015930"], [1702464194, "326157754"], [1702464230, "337110628"], [1702464263, "347915715"], [1702464299, "356122718"], [1702464332, "357329413"], [1702464356, "358364784"], [1702464392, "359401489"], [1702464425, "361380025"], [1702464455, "363611726"], [1702464479, "366203370"], [1702464509, "369268948"], [1702464533, "372548933"], [1702464569, "381581047"], [1702464605, "389264081"], [1702464635, "395578515"], [1702464671, "401377318"], [1702464716, "402061835"], [1702464743, "404423731"], [1702464776, "404753699"], [1702464812, "406255071"], [1702464836, "409569106"], [1702464869, "411242737"], [1702464905, "414275098"], [1702464926, "417750664"], [1702464956, "420226048"], [1702464992, "426311248"], [1702465016, "436699797"], [1702465049, "440198093"], [1702465085, "440806068"], [1702465118, "441193698"], [1702465145, "442259478"], [1702465178, "443084395"], [1702465208, "446670364"], [1702465241, "449601141"], [1702465298, "459251373"], [1702465334, "465501957"], [1702465367, "476534410"], [1702465394, "481288193"], [1702465418, "487803108"], [1702465445, "488665688"], [1702465481, "489767088"], [1702465517, "490725412"], [1702465550, "491830655"], [1702465586, "493338051"], [1702465619, "497536732"], [1702465658, "502518780"], [1702465706, "505813812"], [1702465754, "515946366"], [1702465787, "521673245"], [1702465823, "522042069"], [1702465856, "522748446"], [1702465880, "523983731"], [1702465910, "525916918"], [1702465952, "527981033"], [1702465988, "531682456"], [1702466015, "538422932"], [1702466030, "542965596"], [1702466060, "546673860"], [1702466078, "549247666"], [1702466138, "559422426"], [1702466168, "568288781"], [1702466204, "569277524"], [1702466237, "569929857"], [1702466261, "571189045"], [1702466291, "572113418"], [1702466327, "573753995"], [1702466360, "579329840"], [1702466384, "582569838"], [1702466417, "587072202"], [1702466441, "596661594"], [1702466471, "599415922"], [1702466507, "606879192"], [1702466540, "610728562"], [1702466597, "611759641"], [1702466633, "612518102"], [1702466666, "613984031"], [1702466705, "615856587"], [1702466732, "620872961"], [1702466765, "627655896"], [1702466801, "632730667"], [1702466852, "649265286"], [1702466876, "656504683"], [1702466918, "665885965"], [1702466978, "667128154"], [1702467014, "667448993"], [1702467038, "668728742"], [1702467068, "670210190"], [1702467122, "674240469"], [1702467158, "678802725"], [1702467191, "685016267"], [1702467221, "694300146"], [1702467257, "709806077"], [1702467299, "831753015"], [1702467350, "1743942293"], [1702467386, "2623929380"], [1702467419, "4158439405"], [1702467455, "5924260906"], [1702467515, "8954214842"], [1702467542, "10373679406"], [1702467566, "11290992188"], [1702467599, "12366022339"], [1702467635, "13329223854"], [1702467668, "13384858285"], [1702467695, "13759313919"], [1702467716, "14305695307"], [1702467746, "14825505602"], [1702467800, "16307242056"], [1702467824, "17626573857"], [1702467908, "21054320086"], [1702467944, "22027520107"], [1702467968, "23165649649"], [1702468001, "24264723442"], [1702468031, "24266140264"], [1702468067, "24267115780"], [1702468085, "24621511702"], [1702468115, "24980829749"], [1702468151, "25467395702"], [1702468181, "27626636927"], [1702468208, "28685200552"], [1702468241, "30287943609"], [1702468256, "31139350630"], [1702468286, "31760784060"], [1702468322, "32614326948"], [1702468352, "33454753618"], [1702468388, "34028109426"], [1702468424, "34133250425"], [1702468457, "34270138417"], [1702468493, "34486125602"], [1702468517, "35299072736"], [1702468550, "35916270605"], [1702468586, "36724341342"], [1702468613, "37241773919"], [1702468637, "37675161926"], [1702468679, "38620604516"], [1702468721, "38939169525"], [1702468730, "38939733497"], [1702468766, "39097949180"], [1702468799, "39244616855"], [1702468835, "39611511547"], [1702468898, "40100720718"], [1702468934, "41396787930"], [1702468970, "41560222752"], [1702468994, "42122597081"], [1702469024, "42552686268"], [1702469060, "43317094391"], [1702469111, "44605373906"], [1702469144, "44719219735"], [1702469168, "44888199019"], [1702469204, "45270702313"], [1702469237, "45808992871"], [1702469273, "46706541118"], [1702469303, "47182219404"], [1702469336, "47853519006"], [1702469360, "48485805498"], [1702469387, "49070646963"], [1702469411, "49315328716"], [1702469435, "49741860538"], [1702469468, "50209973195"], [1702469504, "50475517088"], [1702469537, "50553090064"], [1702469573, "50692234705"], [1702469606, "50826227555"], [1702469633, "51036216069"], [1702469660, "51219019776"], [1702469684, "51550131141"], [1702469717, "51796064777"], [1702469753, "52288799540"], [1702469786, "52777495010"], [1702469816, "53064331192"], [1702469834, "53612724603"], [1702469864, "53697775532"], [1702469906, "54188737935"], [1702469936, "54218943466"], [1702469972, "54237485332"], [1702470005, "54377376934"], [1702470029, "54503693015"], [1702470065, "54793281565"], [1702470101, "55143378388"], [1702470131, "55478982351"], [1702470167, "55969308900"], [1702470203, "56382590710"], [1702470251, "56837738498"], [1702470278, "57418463599"], [1702470311, "57823407636"], [1702470347, "58251615997"], [1702470371, "58283905155"], [1702470404, "58318725718"], [1702470440, "58488825161"], [1702470476, "58587315544"], [1702470506, "58858358678"], [1702470542, "59103435124"], [1702470575, "59377018924"], [1702470611, "59859569617"], [1702470635, "60284891424"], [1702470662, "60647090349"], [1702470686, "61002744668"], [1702470719, "61195128958"], [1702470746, "61552025030"], [1702470812, "62037238921"], [1702470845, "62037594919"], [1702470875, "62042446052"], [1702470899, "62050107386"], [1702470953, "62059101762"], [1702470983, "62059431708"], [1702471025, "62061181788"], [1702471067, "62079780557"], [1702471169, "62089236099"], [1702471193, "62098348705"], [1702471226, "62104973815"], [1702471265, "62108809938"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "29287"], [1702462865, "31837"], [1702462880, "388649"], [1702462904, "1011520"], [1702462919, "1810786"], [1702462952, "5696936"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "70335"], [1702462721, "72189"], [1702462736, "76300"], [1702462751, "130708"], [1702462763, "137557"], [1702462793, "138395"], [1702462808, "147324"], [1702462829, "151245"], [1702462844, "153955"], [1702462865, "155624"], [1702462880, "156749"], [1702462904, "157507"], [1702462919, "158480"], [1702462952, "161554"], [1702462973, "162695"], [1702462988, "165161"], [1702463045, "177306"], [1702463081, "182798"], [1702463114, "186209"], [1702463150, "189345"], [1702463186, "192365"], [1702463216, "192365"], [1702463240, "193488"], [1702463273, "198514"], [1702463324, "251397"], [1702463354, "253419"], [1702463381, "253437"], [1702463417, "260151"], [1702463453, "265967"], [1702463477, "269683"], [1702463510, "272329"], [1702463537, "287201"], [1702463570, "296188"], [1702463591, "297655"], [1702463621, "299420"], [1702463657, "304220"], [1702463693, "307896"], [1702463729, "331883"], [1702463765, "335022"], [1702463798, "349341"], [1702463846, "361182"], [1702463873, "366648"], [1702463906, "372759"], [1702463948, "378679"], [1702463984, "381289"], [1702464014, "385628"], [1702464050, "386525"], [1702464086, "395292"], [1702464122, "401695"], [1702464155, "434205"], [1702464194, "441797"], [1702464230, "481091"], [1702464263, "485498"], [1702464299, "488216"], [1702464332, "493787"], [1702464356, "495632"], [1702464392, "498035"], [1702464425, "529819"], [1702464455, "532990"], [1702464479, "536319"], [1702464509, "539962"], [1702464533, "545973"], [1702464569, "548825"], [1702464605, "554406"], [1702464635, "558538"], [1702464671, "560561"], [1702464716, "565865"], [1702464743, "601999"], [1702464776, "616909"], [1702464812, "621683"], [1702464836, "628924"], [1702464869, "633011"], [1702464905, "633899"], [1702464926, "638397"], [1702464956, "644912"], [1702464992, "648995"], [1702465016, "651655"], [1702465049, "654523"], [1702465085, "658902"], [1702465118, "664935"], [1702465145, "668706"], [1702465178, "670045"], [1702465208, "690869"], [1702465241, "696190"], [1702465298, "703295"], [1702465334, "706801"], [1702465367, "711203"], [1702465394, "722219"], [1702465418, "722219"], [1702465445, "726183"], [1702465481, "729002"], [1702465517, "734944"], [1702465550, "738398"], [1702465586, "742650"], [1702465619, "746433"], [1702465658, "749771"], [1702465706, "751699"], [1702465754, "758185"], [1702465787, "764782"], [1702465823, "769031"], [1702465856, "773525"], [1702465880, "778424"], [1702465910, "779249"], [1702465952, "797466"], [1702465988, "801602"], [1702466015, "805756"], [1702466030, "807176"], [1702466060, "810573"], [1702466078, "811288"], [1702466138, "814908"], [1702466168, "820905"], [1702466204, "847502"], [1702466237, "852915"], [1702466261, "856120"], [1702466291, "856120"], [1702466327, "858085"], [1702466360, "858800"], [1702466384, "861774"], [1702466417, "867939"], [1702466441, "872006"], [1702466471, "872351"], [1702466507, "879162"], [1702466540, "886520"], [1702466597, "912507"], [1702466633, "914410"], [1702466666, "943302"], [1702466705, "948249"], [1702466732, "951540"], [1702466765, "955254"], [1702466801, "960181"], [1702466852, "1002347"], [1702466876, "1003883"], [1702466918, "1007685"], [1702466978, "1040971"], [1702467014, "1082869"], [1702467038, "1088888"], [1702467068, "1092234"], [1702467122, "1136303"], [1702467158, "1140205"], [1702467191, "1142611"], [1702467221, "1148291"], [1702467257, "1152706"], [1702467299, "1159481"], [1702467350, "1172509"], [1702467386, "1183812"], [1702467419, "1190806"], [1702467455, "1197769"], [1702467515, "1253077"], [1702467542, "1257505"], [1702467566, "1263300"], [1702467599, "1265317"], [1702467635, "1286032"], [1702467668, "1292334"], [1702467695, "1313291"], [1702467716, "1320411"], [1702467746, "1331055"], [1702467800, "1341668"], [1702467824, "1365747"], [1702467908, "1416220"], [1702467944, "1444316"], [1702467968, "1448895"], [1702468001, "1465855"], [1702468031, "1469645"], [1702468067, "1474846"], [1702468085, "1481214"], [1702468115, "1481892"], [1702468151, "1485574"], [1702468181, "1493631"], [1702468208, "1493977"], [1702468241, "1529995"], [1702468256, "1537587"], [1702468286, "1539813"], [1702468322, "1552067"], [1702468352, "1557996"], [1702468388, "1563617"], [1702468424, "1568722"], [1702468457, "1572943"], [1702468493, "1582872"], [1702468517, "1612887"], [1702468550, "1618898"], [1702468586, "1621201"], [1702468613, "1642478"], [1702468637, "1643892"], [1702468679, "1646939"], [1702468721, "1650627"], [1702468730, "1659558"], [1702468766, "1661964"], [1702468799, "1665103"], [1702468835, "1669310"], [1702468898, "1712712"], [1702468934, "1736966"], [1702468970, "1753434"], [1702468994, "1780765"], [1702469024, "1799836"], [1702469060, "1803134"], [1702469111, "1810469"], [1702469144, "1812343"], [1702469168, "1853969"], [1702469204, "1861125"], [1702469237, "1870495"], [1702469273, "1878753"], [1702469303, "1884502"], [1702469336, "1930095"], [1702469360, "1932178"], [1702469387, "1934611"], [1702469411, "1937231"], [1702469435, "1940937"], [1702469468, "1950456"], [1702469504, "1951574"], [1702469537, "1953379"], [1702469573, "1955689"], [1702469606, "1964747"], [1702469633, "1971294"], [1702469660, "1980141"], [1702469684, "1982476"], [1702469717, "2000085"], [1702469753, "2010603"], [1702469786, "2017144"], [1702469816, "2017144"], [1702469834, "2022006"], [1702469864, "2023527"], [1702469906, "2041910"], [1702469936, "2044939"], [1702469972, "25424991"], [1702470005, "25459472"], [1702470029, "25486013"], [1702470065, "25515601"], [1702470101, "25722156"], [1702470131, "25916417"], [1702470167, "26141462"], [1702470203, "26422046"], [1702470251, "26679641"], [1702470278, "26975671"], [1702470311, "27105339"], [1702470347, "27289054"], [1702470371, "27348167"], [1702470404, "27404218"], [1702470440, "27509686"], [1702470476, "27904986"], [1702470506, "28203385"], [1702470542, "28544992"], [1702470575, "28764242"], [1702470611, "29086310"], [1702470635, "29367374"], [1702470662, "29526034"], [1702470686, "29718626"], [1702470719, "29764271"], [1702470746, "29966657"], [1702470812, "30167057"], [1702470845, "30210205"], [1702470875, "30237621"], [1702470899, "30268866"], [1702470953, "30323539"], [1702470983, "30350129"], [1702471025, "30397311"], [1702471067, "30450577"], [1702471169, "30543122"], [1702471193, "30592398"], [1702471226, "30638158"], [1702471265, "30699189"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "115311"], [1702462919, "115311"], [1702462952, "115311"], [1702462973, "115311"], [1702462988, "115311"], [1702463045, "115311"], [1702463081, "115311"], [1702463114, "115311"], [1702463150, "115311"], [1702463186, "115311"], [1702463216, "115311"], [1702463240, "115311"], [1702463273, "115311"], [1702463324, "115311"], [1702463354, "115311"], [1702463381, "115311"], [1702463417, "115382"], [1702463453, "115382"], [1702463477, "115382"], [1702463510, "115382"], [1702463537, "115382"], [1702463570, "115382"], [1702463591, "115382"], [1702463621, "115382"], [1702463657, "115382"], [1702463693, "115382"], [1702463729, "115382"], [1702463765, "115382"], [1702463798, "115382"], [1702463846, "115382"], [1702463873, "115382"], [1702463906, "115382"], [1702463948, "115382"], [1702463984, "115382"], [1702464014, "115382"], [1702464050, "115382"], [1702464086, "115382"], [1702464122, "115382"], [1702464155, "115382"], [1702464194, "115382"], [1702464230, "115382"], [1702464263, "115382"], [1702464299, "115382"], [1702464332, "115382"], [1702464356, "115382"], [1702464392, "115382"], [1702464425, "115382"], [1702464455, "115382"], [1702464479, "115382"], [1702464509, "115382"], [1702464533, "115382"], [1702464569, "115382"], [1702464605, "115382"], [1702464635, "115382"], [1702464671, "115382"], [1702464716, "115382"], [1702464743, "115382"], [1702464776, "115382"], [1702464812, "115382"], [1702464836, "115382"], [1702464869, "115382"], [1702464905, "115382"], [1702464926, "115382"], [1702464956, "115382"], [1702464992, "115382"], [1702465016, "115382"], [1702465049, "115382"], [1702465085, "115382"], [1702465118, "115382"], [1702465145, "115382"], [1702465178, "115382"], [1702465208, "115382"], [1702465241, "115382"], [1702465298, "115382"], [1702465334, "115382"], [1702465367, "115382"], [1702465394, "115382"], [1702465418, "115382"], [1702465445, "115382"], [1702465481, "115382"], [1702465517, "115382"], [1702465550, "115382"], [1702465586, "115382"], [1702465619, "115382"], [1702465658, "115382"], [1702465706, "115382"], [1702465754, "115382"], [1702465787, "115382"], [1702465823, "115382"], [1702465856, "115382"], [1702465880, "115382"], [1702465910, "115382"], [1702465952, "115382"], [1702465988, "115382"], [1702466015, "115382"], [1702466030, "115382"], [1702466060, "115382"], [1702466078, "115382"], [1702466138, "115382"], [1702466168, "115382"], [1702466204, "115382"], [1702466237, "115382"], [1702466261, "115382"], [1702466291, "115382"], [1702466327, "115382"], [1702466360, "115382"], [1702466384, "115382"], [1702466417, "115382"], [1702466441, "115382"], [1702466471, "115382"], [1702466507, "115382"], [1702466540, "115382"], [1702466597, "115382"], [1702466633, "115382"], [1702466666, "115382"], [1702466705, "115382"], [1702466732, "115382"], [1702466765, "115382"], [1702466801, "115382"], [1702466852, "115382"], [1702466876, "115382"], [1702466918, "115382"], [1702466978, "115382"], [1702467014, "115382"], [1702467038, "115382"], [1702467068, "115382"], [1702467122, "115382"], [1702467158, "115382"], [1702467191, "115382"], [1702467221, "115382"], [1702467257, "115382"], [1702467299, "115382"], [1702467350, "115382"], [1702467386, "115382"], [1702467419, "115382"], [1702467455, "115382"], [1702467515, "115382"], [1702467542, "115382"], [1702467566, "115382"], [1702467599, "115382"], [1702467635, "115382"], [1702467668, "115382"], [1702467695, "115382"], [1702467716, "115382"], [1702467746, "115382"], [1702467800, "115382"], [1702467824, "115382"], [1702467908, "115382"], [1702467944, "115382"], [1702467968, "115382"], [1702468001, "115382"], [1702468031, "115382"], [1702468067, "115382"], [1702468085, "115382"], [1702468115, "115382"], [1702468151, "115382"], [1702468181, "115382"], [1702468208, "115382"], [1702468241, "115382"], [1702468256, "115382"], [1702468286, "115382"], [1702468322, "115382"], [1702468352, "115382"], [1702468388, "115382"], [1702468424, "115382"], [1702468457, "115382"], [1702468493, "115382"], [1702468517, "115382"], [1702468550, "115382"], [1702468586, "115382"], [1702468613, "115382"], [1702468637, "115382"], [1702468679, "115382"], [1702468721, "115382"], [1702468730, "115382"], [1702468766, "115382"], [1702468799, "115382"], [1702468835, "115382"], [1702468898, "115382"], [1702468934, "115382"], [1702468970, "115382"], [1702468994, "115382"], [1702469024, "115382"], [1702469060, "115382"], [1702469111, "115382"], [1702469144, "115382"], [1702469168, "115382"], [1702469204, "115382"], [1702469237, "115382"], [1702469273, "115382"], [1702469303, "115382"], [1702469336, "115382"], [1702469360, "115382"], [1702469387, "115382"], [1702469411, "115382"], [1702469435, "115382"], [1702469468, "115382"], [1702469504, "115382"], [1702469537, "115382"], [1702469573, "115382"], [1702469606, "115382"], [1702469633, "115382"], [1702469660, "115382"], [1702469684, "115382"], [1702469717, "115382"], [1702469753, "115382"], [1702469786, "115382"], [1702469816, "115382"], [1702469834, "115382"], [1702469864, "115382"], [1702469906, "115382"], [1702469936, "115382"], [1702469972, "115382"], [1702470005, "115382"], [1702470029, "115382"], [1702470065, "115382"], [1702470101, "115382"], [1702470131, "115382"], [1702470167, "115382"], [1702470203, "115382"], [1702470251, "115382"], [1702470278, "115382"], [1702470311, "115382"], [1702470347, "115382"], [1702470371, "115382"], [1702470404, "115382"], [1702470440, "115382"], [1702470476, "115382"], [1702470506, "115382"], [1702470542, "115382"], [1702470575, "115382"], [1702470611, "115382"], [1702470635, "115382"], [1702470662, "115382"], [1702470686, "115382"], [1702470719, "115382"], [1702470746, "115382"], [1702470812, "115382"], [1702470845, "115382"], [1702470875, "115382"], [1702470899, "115382"], [1702470953, "115382"], [1702470983, "115382"], [1702471025, "115382"], [1702471067, "115382"], [1702471169, "115382"], [1702471193, "115382"], [1702471226, "115382"], [1702471265, "115382"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "114882"], [1702462793, "115311"], [1702462808, "115311"], [1702462829, "115311"], [1702462844, "115311"], [1702462865, "115311"], [1702462880, "115311"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "217310"], [1702462721, "225147"], [1702462736, "230652"], [1702462751, "235380"], [1702462763, "251736"], [1702462793, "265712"], [1702462808, "287772"], [1702462829, "310644"], [1702462844, "324540"], [1702462865, "329990"], [1702462880, "350664"], [1702462904, "364931"], [1702462919, "370560"], [1702462952, "408224"], [1702462973, "414893"], [1702462988, "442362"], [1702463045, "625333"], [1702463081, "649028"], [1702463114, "687574"], [1702463150, "740826"], [1702463186, "856860"], [1702463216, "884809"], [1702463240, "942534"], [1702463273, "970271"], [1702463324, "1035690"], [1702463354, "1061913"], [1702463381, "1080741"], [1702463417, "1112066"], [1702463453, "1171218"], [1702463477, "1186882"], [1702463510, "1227359"], [1702463537, "1275564"], [1702463570, "1305227"], [1702463591, "1341339"], [1702463621, "1366772"], [1702463657, "1411969"], [1702463693, "1439104"], [1702463729, "1467377"], [1702463765, "1530870"], [1702463798, "1596503"], [1702463846, "1638546"], [1702463873, "1656179"], [1702463906, "1690885"], [1702463948, "1756243"], [1702463984, "1763830"], [1702464014, "1791309"], [1702464050, "1823442"], [1702464086, "1861956"], [1702464122, "1899278"], [1702464155, "1957842"], [1702464194, "1996267"], [1702464230, "2045062"], [1702464263, "2090048"], [1702464299, "2157045"], [1702464332, "2195617"], [1702464356, "2220197"], [1702464392, "2247605"], [1702464425, "2296039"], [1702464455, "2329452"], [1702464479, "2357094"], [1702464509, "2525683"], [1702464533, "2550013"], [1702464569, "2607094"], [1702464605, "2640503"], [1702464635, "2652519"], [1702464671, "2679399"], [1702464716, "2716427"], [1702464743, "2771982"], [1702464776, "2807086"], [1702464812, "2849598"], [1702464836, "2908172"], [1702464869, "2954026"], [1702464905, "2981986"], [1702464926, "3023111"], [1702464956, "3056935"], [1702464992, "3086756"], [1702465016, "3124191"], [1702465049, "3141750"], [1702465085, "3282972"], [1702465118, "3303600"], [1702465145, "3344131"], [1702465178, "3371585"], [1702465208, "3403471"], [1702465241, "3448695"], [1702465298, "3488650"], [1702465334, "3518451"], [1702465367, "3568211"], [1702465394, "3597486"], [1702465418, "3637438"], [1702465445, "3666621"], [1702465481, "3693473"], [1702465517, "3720764"], [1702465550, "3739545"], [1702465586, "3784156"], [1702465619, "3813609"], [1702465658, "3848511"], [1702465706, "3898079"], [1702465754, "3950152"], [1702465787, "3986727"], [1702465823, "4019827"], [1702465856, "4066246"], [1702465880, "4080715"], [1702465910, "4104072"], [1702465952, "4149680"], [1702465988, "4185614"], [1702466015, "4234880"], [1702466030, "4258661"], [1702466060, "4275276"], [1702466078, "4300734"], [1702466138, "4346944"], [1702466168, "4396402"], [1702466204, "4448251"], [1702466237, "4485578"], [1702466261, "4518941"], [1702466291, "4534688"], [1702466327, "4584518"], [1702466360, "4837261"], [1702466384, "4868885"], [1702466417, "4890498"], [1702466441, "4927498"], [1702466471, "4954057"], [1702466507, "4999459"], [1702466540, "5033926"], [1702466597, "5104425"], [1702466633, "5143614"], [1702466666, "5181807"], [1702466705, "5235205"], [1702466732, "5262663"], [1702466765, "5315815"], [1702466801, "5353695"], [1702466852, "5422014"], [1702466876, "5444660"], [1702466918, "5486908"], [1702466978, "5527934"], [1702467014, "6319640"], [1702467038, "6353820"], [1702467068, "6393115"], [1702467122, "6468108"], [1702467158, "6511074"], [1702467191, "6588580"], [1702467221, "6644482"], [1702467257, "6712468"], [1702467299, "6800657"], [1702467350, "6892124"], [1702467386, "6942313"], [1702467419, "6999169"], [1702467455, "7063755"], [1702467515, "7204716"], [1702467542, "7248804"], [1702467566, "7306364"], [1702467599, "7358173"], [1702467635, "7400814"], [1702467668, "7440943"], [1702467695, "7464239"], [1702467716, "7512116"], [1702467746, "7561726"], [1702467800, "7712731"], [1702467824, "7779482"], [1702467908, "7955276"], [1702467944, "7992345"], [1702467968, "8057099"], [1702468001, "8085629"], [1702468031, "8110371"], [1702468067, "8157139"], [1702468085, "8202037"], [1702468115, "8240550"], [1702468151, "8319526"], [1702468181, "8416032"], [1702468208, "8481720"], [1702468241, "8551552"], [1702468256, "8598520"], [1702468286, "8630904"], [1702468322, "8659497"], [1702468352, "8742667"], [1702468388, "8808858"], [1702468424, "8855949"], [1702468457, "8908133"], [1702468493, "8931431"], [1702468517, "8986233"], [1702468550, "9022560"], [1702468586, "9125172"], [1702468613, "9184244"], [1702468637, "9225449"], [1702468679, "9321132"], [1702468721, "9371978"], [1702468730, "9418234"], [1702468766, "9453078"], [1702468799, "9506323"], [1702468835, "9570204"], [1702468898, "9633678"], [1702468934, "9676700"], [1702468970, "9742221"], [1702468994, "9804839"], [1702469024, "9845943"], [1702469060, "9896721"], [1702469111, "9997748"], [1702469144, "10070173"], [1702469168, "10105881"], [1702469204, "10145935"], [1702469237, "10191598"], [1702469273, "10238145"], [1702469303, "10332893"], [1702469336, "10428800"], [1702469360, "10496550"], [1702469387, "10530655"], [1702469411, "10570791"], [1702469435, "10629868"], [1702469468, "10666454"], [1702469504, "10687187"], [1702469537, "10732037"], [1702469573, "10783734"], [1702469606, "10833960"], [1702469633, "10857671"], [1702469660, "10899223"], [1702469684, "10987862"], [1702469717, "11014345"], [1702469753, "11075626"], [1702469786, "11133720"], [1702469816, "11169524"], [1702469834, "11209881"], [1702469864, "11240626"], [1702469906, "11301177"], [1702469936, "11324650"], [1702469972, "11355155"], [1702470005, "11391112"], [1702470029, "11423400"], [1702470065, "11496674"], [1702470101, "11548797"], [1702470131, "11611911"], [1702470167, "11719401"], [1702470203, "11783485"], [1702470251, "11859815"], [1702470278, "11901941"], [1702470311, "11935569"], [1702470347, "11999841"], [1702470371, "12027257"], [1702470404, "12054346"], [1702470440, "12129834"], [1702470476, "12154382"], [1702470506, "12202305"], [1702470542, "12254501"], [1702470575, "12298028"], [1702470611, "12350261"], [1702470635, "12412611"], [1702470662, "12437320"], [1702470686, "12476501"], [1702470719, "12521450"], [1702470746, "12568126"], [1702470812, "12615127"], [1702470845, "12659377"], [1702470875, "12692631"], [1702470899, "12728113"], [1702470953, "12785674"], [1702470983, "12830808"], [1702471025, "12868393"], [1702471067, "12942440"], [1702471169, "13061697"], [1702471193, "13107494"], [1702471226, "13139034"], [1702471265, "13187766"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "84101"], [1702462721, "86044"], [1702462736, "89456"], [1702462751, "93932"], [1702462763, "98180"], [1702462793, "106428"], [1702462808, "107001"], [1702462829, "109557"], [1702462844, "112836"], [1702462865, "116014"], [1702462880, "117123"], [1702462904, "119889"], [1702462919, "121660"], [1702462952, "123220"], [1702462973, "123834"], [1702462988, "130478"], [1702463045, "152838"], [1702463081, "167328"], [1702463114, "232287"], [1702463150, "241623"], [1702463186, "262835"], [1702463216, "274229"], [1702463240, "282422"], [1702463273, "291489"], [1702463324, "293422"], [1702463354, "297027"], [1702463381, "297027"], [1702463417, "307473"], [1702463453, "311557"], [1702463477, "311557"], [1702463510, "318632"], [1702463537, "327284"], [1702463570, "334550"], [1702463591, "344600"], [1702463621, "346059"], [1702463657, "348939"], [1702463693, "350982"], [1702463729, "352884"], [1702463765, "358366"], [1702463798, "360260"], [1702463846, "369855"], [1702463873, "379325"], [1702463906, "383683"], [1702463948, "393317"], [1702463984, "396366"], [1702464014, "404503"], [1702464050, "413001"], [1702464086, "419299"], [1702464122, "431376"], [1702464155, "443126"], [1702464194, "453640"], [1702464230, "463391"], [1702464263, "476995"], [1702464299, "483794"], [1702464332, "489461"], [1702464356, "491106"], [1702464392, "498716"], [1702464425, "508279"], [1702464455, "516010"], [1702464479, "544613"], [1702464509, "550907"], [1702464533, "559723"], [1702464569, "569491"], [1702464605, "587296"], [1702464635, "596391"], [1702464671, "611274"], [1702464716, "619740"], [1702464743, "630907"], [1702464776, "703829"], [1702464812, "716779"], [1702464836, "718067"], [1702464869, "718067"], [1702464905, "726141"], [1702464926, "726524"], [1702464956, "728903"], [1702464992, "754616"], [1702465016, "757254"], [1702465049, "762890"], [1702465085, "771771"], [1702465118, "802087"], [1702465145, "821915"], [1702465178, "828966"], [1702465208, "839569"], [1702465241, "847058"], [1702465298, "867934"], [1702465334, "874576"], [1702465367, "876264"], [1702465394, "884987"], [1702465418, "893411"], [1702465445, "897614"], [1702465481, "909379"], [1702465517, "926881"], [1702465550, "937486"], [1702465586, "959695"], [1702465619, "966667"], [1702465658, "974948"], [1702465706, "976636"], [1702465754, "990067"], [1702465787, "996801"], [1702465823, "1002872"], [1702465856, "1006083"], [1702465880, "1015291"], [1702465910, "1021987"], [1702465952, "1028472"], [1702465988, "1040112"], [1702466015, "1050185"], [1702466030, "1056942"], [1702466060, "1069453"], [1702466078, "1076632"], [1702466138, "1094237"], [1702466168, "1103324"], [1702466204, "1116405"], [1702466237, "1120883"], [1702466261, "1121994"], [1702466291, "1130274"], [1702466327, "1138612"], [1702466360, "1153434"], [1702466384, "1162596"], [1702466417, "1173322"], [1702466441, "1188657"], [1702466471, "1198654"], [1702466507, "1216435"], [1702466540, "1221183"], [1702466597, "1235066"], [1702466633, "1244325"], [1702466666, "1250400"], [1702466705, "1265010"], [1702466732, "1278498"], [1702466765, "1294511"], [1702466801, "1304098"], [1702466852, "1319565"], [1702466876, "1324232"], [1702466918, "1335915"], [1702466978, "1481680"], [1702467014, "1493363"], [1702467038, "1515395"], [1702467068, "1518847"], [1702467122, "1541140"], [1702467158, "1555360"], [1702467191, "1565180"], [1702467221, "1577205"], [1702467257, "1589570"], [1702467299, "1608168"], [1702467350, "1626711"], [1702467386, "1638624"], [1702467419, "1655200"], [1702467455, "1672128"], [1702467515, "1700156"], [1702467542, "1717773"], [1702467566, "1730823"], [1702467599, "1735027"], [1702467635, "1741527"], [1702467668, "1752172"], [1702467695, "1756497"], [1702467716, "1772077"], [1702467746, "1775706"], [1702467800, "1793537"], [1702467824, "1798277"], [1702467908, "1814608"], [1702467944, "1828299"], [1702467968, "1832379"], [1702468001, "1848751"], [1702468031, "1857056"], [1702468067, "1871554"], [1702468085, "1885463"], [1702468115, "1892388"], [1702468151, "1904573"], [1702468181, "1928440"], [1702468208, "1936299"], [1702468241, "1940477"], [1702468256, "1942802"], [1702468286, "1948215"], [1702468322, "1963877"], [1702468352, "1985723"], [1702468388, "1994822"], [1702468424, "2001347"], [1702468457, "2009385"], [1702468493, "2012424"], [1702468517, "2021797"], [1702468550, "2031181"], [1702468586, "2055845"], [1702468613, "2069326"], [1702468637, "2077942"], [1702468679, "2091307"], [1702468721, "2095894"], [1702468730, "2106304"], [1702468766, "2112237"], [1702468799, "2117591"], [1702468835, "2124847"], [1702468898, "2147959"], [1702468934, "2174903"], [1702468970, "2191247"], [1702468994, "2204527"], [1702469024, "2218776"], [1702469060, "2233761"], [1702469111, "2247967"], [1702469144, "2257867"], [1702469168, "2268112"], [1702469204, "2297438"], [1702469237, "2316541"], [1702469273, "2330637"], [1702469303, "2350423"], [1702469336, "2366160"], [1702469360, "2394440"], [1702469387, "2400254"], [1702469411, "2406322"], [1702469435, "2425068"], [1702469468, "2435981"], [1702469504, "2449272"], [1702469537, "2460716"], [1702469573, "2468551"], [1702469606, "2479358"], [1702469633, "2487999"], [1702469660, "2501026"], [1702469684, "2517452"], [1702469717, "2527045"], [1702469753, "2541408"], [1702469786, "2558367"], [1702469816, "2572520"], [1702469834, "2575484"], [1702469864, "2577965"], [1702469906, "2600631"], [1702469936, "2604526"], [1702469972, "2616046"], [1702470005, "2630041"], [1702470029, "2651898"], [1702470065, "2667342"], [1702470101, "2689255"], [1702470131, "2715713"], [1702470167, "2740035"], [1702470203, "2750037"], [1702470251, "2768882"], [1702470278, "2788629"], [1702470311, "2799881"], [1702470347, "2806798"], [1702470371, "2815401"], [1702470404, "2836607"], [1702470440, "2848338"], [1702470476, "2859396"], [1702470506, "2869049"], [1702470542, "2889898"], [1702470575, "2914116"], [1702470611, "2931651"], [1702470635, "2963146"], [1702470662, "2975748"], [1702470686, "2994713"], [1702470719, "3011568"], [1702470746, "3020784"], [1702470812, "3038480"], [1702470845, "3052375"], [1702470875, "3408385"], [1702470899, "3418821"], [1702470953, "3429817"], [1702470983, "3435541"], [1702471025, "3441014"], [1702471067, "3463615"], [1702471169, "3493601"], [1702471193, "3504414"], [1702471226, "3511324"], [1702471265, "3518554"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "214191"], [1702462721, "214792"], [1702462736, "222084"], [1702462751, "222084"], [1702462763, "222084"], [1702462793, "222084"], [1702462808, "222140"], [1702462829, "222527"], [1702462844, "224778"], [1702462865, "226239"], [1702462880, "226857"], [1702462904, "325334"], [1702462919, "329792"], [1702462952, "366865"], [1702462973, "377293"], [1702462988, "459860"], [1702463045, "499714"], [1702463081, "539074"], [1702463114, "549886"], [1702463150, "576118"], [1702463186, "592430"], [1702463216, "613571"], [1702463240, "633055"], [1702463273, "648494"], [1702463324, "683904"], [1702463354, "703084"], [1702463381, "792837"], [1702463417, "858437"], [1702463453, "932232"], [1702463477, "960684"], [1702463510, "980780"], [1702463537, "1011036"], [1702463570, "1046226"], [1702463591, "1074758"], [1702463621, "1351137"], [1702463657, "1380734"], [1702463693, "1412434"], [1702463729, "1444625"], [1702463765, "1501926"], [1702463798, "1536184"], [1702463846, "1649662"], [1702463873, "1658559"], [1702463906, "1673830"], [1702463948, "1691005"], [1702463984, "1704551"], [1702464014, "1770134"], [1702464050, "1798526"], [1702464086, "1827997"], [1702464122, "1943350"], [1702464155, "1998611"], [1702464194, "2036390"], [1702464230, "2065266"], [1702464263, "2103512"], [1702464299, "2131422"], [1702464332, "2161799"], [1702464356, "2184615"], [1702464392, "2219646"], [1702464425, "2273060"], [1702464455, "2348951"], [1702464479, "2412480"], [1702464509, "2481484"], [1702464533, "2514236"], [1702464569, "2691760"], [1702464605, "2726579"], [1702464635, "2748480"], [1702464671, "2792232"], [1702464716, "2837832"], [1702464743, "2876147"], [1702464776, "2915763"], [1702464812, "2955899"], [1702464836, "2980351"], [1702464869, "3015326"], [1702464905, "3045340"], [1702464926, "3267145"], [1702464956, "3281702"], [1702464992, "3329061"], [1702465016, "3372069"], [1702465049, "3427508"], [1702465085, "3454402"], [1702465118, "3477292"], [1702465145, "3507775"], [1702465178, "3587863"], [1702465208, "3638341"], [1702465241, "3665144"], [1702465298, "3702950"], [1702465334, "3728709"], [1702465367, "3756392"], [1702465394, "3772677"], [1702465418, "3798504"], [1702465445, "3819016"], [1702465481, "3858489"], [1702465517, "3930564"], [1702465550, "3968160"], [1702465586, "4017055"], [1702465619, "4032637"], [1702465658, "4100411"], [1702465706, "4123576"], [1702465754, "4153411"], [1702465787, "4185326"], [1702465823, "4211810"], [1702465856, "4235290"], [1702465880, "4258503"], [1702465910, "4464449"], [1702465952, "4503130"], [1702465988, "4559834"], [1702466015, "4609800"], [1702466030, "4627375"], [1702466060, "4633801"], [1702466078, "4648057"], [1702466138, "4725570"], [1702466168, "4778250"], [1702466204, "4816172"], [1702466237, "4890540"], [1702466261, "4927530"], [1702466291, "4944843"], [1702466327, "4991751"], [1702466360, "5056408"], [1702466384, "5086464"], [1702466417, "5129116"], [1702466441, "5148832"], [1702466471, "5163580"], [1702466507, "5189971"], [1702466540, "5227757"], [1702466597, "5300506"], [1702466633, "5344719"], [1702466666, "5633709"], [1702466705, "5691842"], [1702466732, "5737537"], [1702466765, "5798487"], [1702466801, "5824804"], [1702466852, "5866927"], [1702466876, "5903946"], [1702466918, "5971746"], [1702466978, "6101811"], [1702467014, "6441531"], [1702467038, "6475454"], [1702467068, "6502863"], [1702467122, "6542066"], [1702467158, "6572042"], [1702467191, "6610206"], [1702467221, "6649479"], [1702467257, "6689628"], [1702467299, "6722672"], [1702467350, "6773212"], [1702467386, "6828193"], [1702467419, "6863523"], [1702467455, "6935915"], [1702467515, "7066141"], [1702467542, "7091785"], [1702467566, "7177038"], [1702467599, "7211500"], [1702467635, "7249792"], [1702467668, "7276446"], [1702467695, "7290914"], [1702467716, "7308996"], [1702467746, "7341518"], [1702467800, "7697385"], [1702467824, "7774540"], [1702467908, "7907743"], [1702467944, "7956520"], [1702467968, "7999389"], [1702468001, "8044798"], [1702468031, "8103612"], [1702468067, "8177670"], [1702468085, "8242638"], [1702468115, "8299082"], [1702468151, "8342842"], [1702468181, "8412289"], [1702468208, "8461332"], [1702468241, "8544015"], [1702468256, "8578645"], [1702468286, "8604556"], [1702468322, "8663223"], [1702468352, "8716146"], [1702468388, "8789816"], [1702468424, "8870720"], [1702468457, "8918441"], [1702468493, "9027098"], [1702468517, "9100919"], [1702468550, "9141785"], [1702468586, "9219567"], [1702468613, "9270427"], [1702468637, "9322780"], [1702468679, "9407663"], [1702468721, "9450188"], [1702468730, "9486199"], [1702468766, "9550405"], [1702468799, "9649505"], [1702468835, "9700716"], [1702468898, "9799439"], [1702468934, "9875337"], [1702468970, "9929668"], [1702468994, "9981722"], [1702469024, "10001473"], [1702469060, "10064526"], [1702469111, "10163038"], [1702469144, "10209643"], [1702469168, "10239345"], [1702469204, "10281095"], [1702469237, "10376036"], [1702469273, "10446465"], [1702469303, "10560320"], [1702469336, "10637591"], [1702469360, "10691484"], [1702469387, "10717689"], [1702469411, "10750974"], [1702469435, "10781716"], [1702469468, "10819748"], [1702469504, "10860859"], [1702469537, "10921391"], [1702469573, "11000747"], [1702469606, "11012466"], [1702469633, "11027664"], [1702469660, "11061427"], [1702469684, "11094211"], [1702469717, "11128160"], [1702469753, "11204335"], [1702469786, "11234045"], [1702469816, "11250553"], [1702469834, "11294699"], [1702469864, "11317691"], [1702469906, "11402568"], [1702469936, "11447790"], [1702469972, "11491408"], [1702470005, "11528475"], [1702470029, "11551240"], [1702470065, "11575118"], [1702470101, "11626455"], [1702470131, "11691543"], [1702470167, "11768841"], [1702470203, "11827631"], [1702470251, "11879027"], [1702470278, "11917627"], [1702470311, "11937626"], [1702470347, "12033772"], [1702470371, "12095922"], [1702470404, "12130952"], [1702470440, "12193294"], [1702470476, "12239818"], [1702470506, "12287497"], [1702470542, "12353941"], [1702470575, "12400610"], [1702470611, "12504025"], [1702470635, "12553630"], [1702470662, "12587828"], [1702470686, "12639939"], [1702470719, "12658183"], [1702470746, "12700069"], [1702470812, "12775852"], [1702470845, "12818010"], [1702470875, "12875135"], [1702470899, "12899453"], [1702470953, "12960890"], [1702470983, "13029131"], [1702471025, "13081889"], [1702471067, "13143439"], [1702471169, "13245519"], [1702471193, "13300791"], [1702471226, "13357985"], [1702471265, "13420158"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "241738"], [1702462721, "248312"], [1702462736, "266035"], [1702462751, "290952"], [1702462763, "300356"], [1702462793, "317569"], [1702462808, "333213"], [1702462829, "353581"], [1702462844, "380001"], [1702462865, "390495"], [1702462880, "413868"], [1702462904, "453792"], [1702462919, "455309"], [1702462952, "471162"], [1702462973, "485675"], [1702462988, "492421"], [1702463045, "526528"], [1702463081, "546595"], [1702463114, "581978"], [1702463150, "600979"], [1702463186, "607515"], [1702463216, "639005"], [1702463240, "649764"], [1702463273, "682187"], [1702463324, "704595"], [1702463354, "725106"], [1702463381, "758051"], [1702463417, "808008"], [1702463453, "848100"], [1702463477, "871682"], [1702463510, "881849"], [1702463537, "891929"], [1702463570, "914915"], [1702463591, "924537"], [1702463621, "937164"], [1702463657, "972576"], [1702463693, "1010577"], [1702463729, "1037816"], [1702463765, "1118739"], [1702463798, "1150622"], [1702463846, "1174916"], [1702463873, "1209884"], [1702463906, "1230837"], [1702463948, "1256184"], [1702463984, "1278599"], [1702464014, "1299766"], [1702464050, "1310540"], [1702464086, "1347295"], [1702464122, "1370469"], [1702464155, "1432369"], [1702464194, "1446622"], [1702464230, "1466964"], [1702464263, "1495305"], [1702464299, "1534396"], [1702464332, "1568429"], [1702464356, "1582691"], [1702464392, "1602533"], [1702464425, "1614016"], [1702464455, "1631580"], [1702464479, "1658628"], [1702464509, "1724707"], [1702464533, "1745665"], [1702464569, "1775067"], [1702464605, "1795483"], [1702464635, "1809061"], [1702464671, "1832308"], [1702464716, "1846866"], [1702464743, "1876602"], [1702464776, "1892042"], [1702464812, "2387306"], [1702464836, "2432973"], [1702464869, "2441771"], [1702464905, "2472949"], [1702464926, "2498542"], [1702464956, "2525526"], [1702464992, "2550823"], [1702465016, "2591304"], [1702465049, "2601649"], [1702465085, "2692078"], [1702465118, "2713723"], [1702465145, "2750296"], [1702465178, "2761945"], [1702465208, "2772702"], [1702465241, "2818767"], [1702465298, "2872756"], [1702465334, "2891655"], [1702465367, "2920571"], [1702465394, "2945329"], [1702465418, "2963266"], [1702465445, "2967846"], [1702465481, "2994930"], [1702465517, "3017857"], [1702465550, "3023640"], [1702465586, "3108009"], [1702465619, "3144869"], [1702465658, "3173418"], [1702465706, "3193698"], [1702465754, "3244877"], [1702465787, "3270705"], [1702465823, "3282018"], [1702465856, "3306865"], [1702465880, "3311610"], [1702465910, "3326975"], [1702465952, "3357574"], [1702465988, "3400967"], [1702466015, "3419390"], [1702466030, "3438047"], [1702466060, "3453784"], [1702466078, "3487474"], [1702466138, "3535055"], [1702466168, "3572454"], [1702466204, "3617553"], [1702466237, "3666440"], [1702466261, "3709937"], [1702466291, "3724150"], [1702466327, "3743796"], [1702466360, "3767249"], [1702466384, "3825746"], [1702466417, "3853897"], [1702466441, "3878961"], [1702466471, "3922095"], [1702466507, "3971454"], [1702466540, "3988712"], [1702466597, "4044312"], [1702466633, "4069131"], [1702466666, "4110678"], [1702466705, "4132386"], [1702466732, "4165883"], [1702466765, "4202190"], [1702466801, "4236669"], [1702466852, "4291288"], [1702466876, "4329948"], [1702466918, "4366098"], [1702466978, "4432594"], [1702467014, "4470389"], [1702467038, "4492553"], [1702467068, "4505687"], [1702467122, "4562194"], [1702467158, "4595275"], [1702467191, "4605638"], [1702467221, "4621685"], [1702467257, "4658163"], [1702467299, "4682015"], [1702467350, "4716203"], [1702467386, "4738628"], [1702467419, "4753734"], [1702467455, "4815628"], [1702467515, "4866754"], [1702467542, "4887041"], [1702467566, "4929056"], [1702467599, "4950353"], [1702467635, "5000668"], [1702467668, "5032398"], [1702467695, "5055543"], [1702467716, "5111599"], [1702467746, "5122726"], [1702467800, "5191988"], [1702467824, "5261237"], [1702467908, "5398309"], [1702467944, "5429880"], [1702467968, "5489589"], [1702468001, "5527082"], [1702468031, "5558712"], [1702468067, "5594169"], [1702468085, "5632300"], [1702468115, "5654026"], [1702468151, "5681036"], [1702468181, "5745003"], [1702468208, "5776030"], [1702468241, "5819268"], [1702468256, "5852767"], [1702468286, "5875133"], [1702468322, "5899874"], [1702468352, "5953894"], [1702468388, "5997305"], [1702468424, "6014190"], [1702468457, "6079744"], [1702468493, "6114435"], [1702468517, "6139255"], [1702468550, "6167713"], [1702468586, "6218055"], [1702468613, "6247550"], [1702468637, "6284645"], [1702468679, "6317797"], [1702468721, "6321136"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1648"], [1702462721, "1648"], [1702462736, "5007"], [1702462751, "5147"], [1702462763, "5147"], [1702462793, "5147"], [1702462808, "5147"], [1702462829, "27375"], [1702462844, "27375"], [1702462865, "27375"], [1702462880, "27375"], [1702462904, "27375"], [1702462919, "28362"], [1702462952, "30030"], [1702462973, "30030"], [1702462988, "30588"], [1702463045, "35645"], [1702463081, "40008"], [1702463114, "43296"], [1702463150, "43296"], [1702463186, "43435"], [1702463216, "44363"], [1702463240, "44501"], [1702463273, "46527"], [1702463324, "49431"], [1702463354, "49431"], [1702463381, "49431"], [1702463417, "53621"], [1702463453, "56808"], [1702463477, "56808"], [1702463510, "56808"], [1702463537, "57811"], [1702463570, "59810"], [1702463591, "59810"], [1702463621, "59810"], [1702463657, "62981"], [1702463693, "66967"], [1702463729, "68299"], [1702463765, "69095"], [1702463798, "69787"], [1702463846, "71364"], [1702463873, "71364"], [1702463906, "71364"], [1702463948, "71364"], [1702463984, "71501"], [1702464014, "72217"], [1702464050, "73605"], [1702464086, "74866"], [1702464122, "76060"], [1702464155, "78206"], [1702464194, "78206"], [1702464230, "78206"], [1702464263, "78206"], [1702464299, "78206"], [1702464332, "79327"], [1702464356, "79327"], [1702464392, "81703"], [1702464425, "82861"], [1702464455, "85614"], [1702464479, "87533"], [1702464509, "89727"], [1702464533, "90759"], [1702464569, "92505"], [1702464605, "94591"], [1702464635, "96829"], [1702464671, "96829"], [1702464716, "98397"], [1702464743, "99698"], [1702464776, "99698"], [1702464812, "99955"], [1702464836, "101725"], [1702464869, "105064"], [1702464905, "105064"], [1702464926, "107054"], [1702464956, "107593"], [1702464992, "108039"], [1702465016, "108039"], [1702465049, "108039"], [1702465085, "109435"], [1702465118, "109435"], [1702465145, "112171"], [1702465178, "112171"], [1702465208, "112171"], [1702465241, "114251"], [1702465298, "114903"], [1702465334, "117003"], [1702465367, "118620"], [1702465394, "118719"], [1702465418, "118900"], [1702465445, "118900"], [1702465481, "120458"], [1702465517, "121038"], [1702465550, "121038"], [1702465586, "122644"], [1702465619, "122742"], [1702465658, "126140"], [1702465706, "126280"], [1702465754, "128503"], [1702465787, "128503"], [1702465823, "128764"], [1702465856, "128764"], [1702465880, "129399"], [1702465910, "129492"], [1702465952, "131073"], [1702465988, "134476"], [1702466015, "134476"], [1702466030, "135092"], [1702466060, "135239"], [1702466078, "136684"], [1702466138, "137950"], [1702466168, "137950"], [1702466204, "137950"], [1702466237, "137950"], [1702466261, "138640"], [1702466291, "138884"], [1702466327, "139912"], [1702466360, "139912"], [1702466384, "139912"], [1702466417, "140056"], [1702466441, "142685"], [1702466471, "142685"], [1702466507, "142685"], [1702466540, "142685"], [1702466597, "143531"], [1702466633, "143531"], [1702466666, "143531"], [1702466705, "144801"], [1702466732, "144988"], [1702466765, "145662"], [1702466801, "149081"], [1702466852, "149081"], [1702466876, "149081"], [1702466918, "149377"], [1702466978, "150047"], [1702467014, "152056"], [1702467038, "154424"], [1702467068, "154424"], [1702467122, "156171"], [1702467158, "158259"], [1702467191, "158259"], [1702467221, "158259"], [1702467257, "158259"], [1702467299, "160557"], [1702467350, "162678"], [1702467386, "166705"], [1702467419, "170671"], [1702467455, "172300"], [1702467515, "173086"], [1702467542, "173086"], [1702467566, "175709"], [1702467599, "175709"], [1702467635, "175709"], [1702467668, "179425"], [1702467695, "179525"], [1702467716, "179525"], [1702467746, "179859"], [1702467800, "179859"], [1702467824, "181757"], [1702467908, "184217"], [1702467944, "186291"], [1702467968, "190391"], [1702468001, "192980"], [1702468031, "192980"], [1702468067, "194537"], [1702468085, "194537"], [1702468115, "197134"], [1702468151, "197134"], [1702468181, "197134"], [1702468208, "199199"], [1702468241, "199561"], [1702468256, "199676"], [1702468286, "202309"], [1702468322, "202970"], [1702468352, "207022"], [1702468388, "207022"], [1702468424, "207022"], [1702468457, "208972"], [1702468493, "209674"], [1702468517, "209674"], [1702468550, "209674"], [1702468586, "209674"], [1702468613, "211560"], [1702468637, "212352"], [1702468679, "215542"], [1702468721, "215661"], [1702468730, "215661"], [1702468766, "215661"], [1702468799, "219252"], [1702468835, "219252"], [1702468898, "219252"], [1702468934, "219252"], [1702468970, "219252"], [1702468994, "219252"], [1702469024, "219252"], [1702469060, "220000"], [1702469111, "220000"], [1702469144, "220000"], [1702469168, "220000"], [1702469204, "222041"], [1702469237, "222180"], [1702469273, "222180"], [1702469303, "225656"], [1702469336, "229333"], [1702469360, "229333"], [1702469387, "229333"], [1702469411, "229333"], [1702469435, "230710"], [1702469468, "230710"], [1702469504, "232431"], [1702469537, "232534"], [1702469573, "232534"], [1702469606, "232534"], [1702469633, "235475"], [1702469660, "236714"], [1702469684, "236714"], [1702469717, "236714"], [1702469753, "236714"], [1702469786, "237291"], [1702469816, "256336"], [1702469834, "256336"], [1702469864, "256425"], [1702469906, "256989"], [1702469936, "256989"], [1702469972, "256989"], [1702470005, "258708"], [1702470029, "258708"], [1702470065, "260641"], [1702470101, "260641"], [1702470131, "261079"], [1702470167, "261079"], [1702470203, "262756"], [1702470251, "266162"], [1702470278, "266906"], [1702470311, "268962"], [1702470347, "268962"], [1702470371, "268962"], [1702470404, "268962"], [1702470440, "269117"], [1702470476, "270673"], [1702470506, "270916"], [1702470542, "275970"], [1702470575, "275970"], [1702470611, "276173"], [1702470635, "276173"], [1702470662, "276960"], [1702470686, "276960"], [1702470719, "277782"], [1702470746, "277782"], [1702470812, "279505"], [1702470845, "280805"], [1702470875, "281943"], [1702470899, "285021"], [1702470953, "285021"], [1702470983, "286556"], [1702471025, "286556"], [1702471067, "288010"], [1702471169, "290103"], [1702471193, "290103"], [1702471226, "290103"], [1702471265, "290212"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6095802"], [1702462721, "6301648"], [1702462736, "6470379"], [1702462751, "6619609"], [1702462763, "7518921"], [1702462793, "7837625"], [1702462808, "8065676"], [1702462829, "8350755"], [1702462844, "8692767"], [1702462865, "8877459"], [1702462880, "9126969"], [1702462904, "9590823"], [1702462919, "9688501"], [1702462952, "10139355"], [1702462973, "10400042"], [1702462988, "10753344"], [1702463045, "11714215"], [1702463081, "12249755"], [1702463114, "12619047"], [1702463150, "12957957"], [1702463186, "13419162"], [1702463216, "13948963"], [1702463240, "14405405"], [1702463273, "14612617"], [1702463324, "16424941"], [1702463354, "17258183"], [1702463381, "17862379"], [1702463417, "18671470"], [1702463453, "19343965"], [1702463477, "19851351"], [1702463510, "20740909"], [1702463537, "21216859"], [1702463570, "21688640"], [1702463591, "22119287"], [1702463621, "22532716"], [1702463657, "23101645"], [1702463693, "23506497"], [1702463729, "24009030"], [1702463765, "24902426"], [1702463798, "25527433"], [1702463846, "25966311"], [1702463873, "26426351"], [1702463906, "27068362"], [1702463948, "27845620"], [1702463984, "28376017"], [1702464014, "28874064"], [1702464050, "29425677"], [1702464086, "29820697"], [1702464122, "30399205"], [1702464155, "30875785"], [1702464194, "32547807"], [1702464230, "32974103"], [1702464263, "33804672"], [1702464299, "34432766"], [1702464332, "35031474"], [1702464356, "35315548"], [1702464392, "35749828"], [1702464425, "36510056"], [1702464455, "37081790"], [1702464479, "37581097"], [1702464509, "38078659"], [1702464533, "38435757"], [1702464569, "38930704"], [1702464605, "39393975"], [1702464635, "39882467"], [1702464671, "40453662"], [1702464716, "40960149"], [1702464743, "41433078"], [1702464776, "42616770"], [1702464812, "43100954"], [1702464836, "43575930"], [1702464869, "43948331"], [1702464905, "44418141"], [1702464926, "44776114"], [1702464956, "45109961"], [1702464992, "45740586"], [1702465016, "46262588"], [1702465049, "46662745"], [1702465085, "47352627"], [1702465118, "48006126"], [1702465145, "48519240"], [1702465178, "48991730"], [1702465208, "49359081"], [1702465241, "50210050"], [1702465298, "51214846"], [1702465334, "51684503"], [1702465367, "52074721"], [1702465394, "52321518"], [1702465418, "52845214"], [1702465445, "53175107"], [1702465481, "53555008"], [1702465517, "54125461"], [1702465550, "54638570"], [1702465586, "58694782"], [1702465619, "59148097"], [1702465658, "60062218"], [1702465706, "60473208"], [1702465754, "61126585"], [1702465787, "61670077"], [1702465823, "62273796"], [1702465856, "62574542"], [1702465880, "62894996"], [1702465910, "63418274"], [1702465952, "63893355"], [1702465988, "64568113"], [1702466015, "65149520"], [1702466030, "65608326"], [1702466060, "65887863"], [1702466078, "68188815"], [1702466138, "68741486"], [1702466168, "69288027"], [1702466204, "69732219"], [1702466237, "70369510"], [1702466261, "70886352"], [1702466291, "71141952"], [1702466327, "71678709"], [1702466360, "72369008"], [1702466384, "72967177"], [1702466417, "73591622"], [1702466441, "73986488"], [1702466471, "74342844"], [1702466507, "74895285"], [1702466540, "75328603"], [1702466597, "76200954"], [1702466633, "76555511"], [1702466666, "76866158"], [1702466705, "77523561"], [1702466732, "78567826"], [1702466765, "79251725"], [1702466801, "79641057"], [1702466852, "80637416"], [1702466876, "82099404"], [1702466918, "82625916"], [1702466978, "83634630"], [1702467014, "84415748"], [1702467038, "84928693"], [1702467068, "85245642"], [1702467122, "87316748"], [1702467158, "87894790"], [1702467191, "91149730"], [1702467221, "91598151"], [1702467257, "92233146"], [1702467299, "93340992"], [1702467350, "94547420"], [1702467386, "95403124"], [1702467419, "96513997"], [1702467455, "98606142"], [1702467515, "101601136"], [1702467542, "102494654"], [1702467566, "103415033"], [1702467599, "103938301"], [1702467635, "105128950"], [1702467668, "105685841"], [1702467695, "106162173"], [1702467716, "106695947"], [1702467746, "107265060"], [1702467800, "109356604"], [1702467824, "111040928"], [1702467908, "114801719"], [1702467944, "116380737"], [1702467968, "117647371"], [1702468001, "121920154"], [1702468031, "122280745"], [1702468067, "123040118"], [1702468085, "123946166"], [1702468115, "124493430"], [1702468151, "125723172"], [1702468181, "128204620"], [1702468208, "129798707"], [1702468241, "132025537"], [1702468256, "133210593"], [1702468286, "134216401"], [1702468322, "135475375"], [1702468352, "137174685"], [1702468388, "138297071"], [1702468424, "138995895"], [1702468457, "140189122"], [1702468493, "140880448"], [1702468517, "142338325"], [1702468550, "143977065"], [1702468586, "145600291"], [1702468613, "147141441"], [1702468637, "147810084"], [1702468679, "149329940"], [1702468721, "150663886"], [1702468730, "151474843"], [1702468766, "151898147"], [1702468799, "152436390"], [1702468835, "153233918"], [1702468898, "154329230"], [1702468934, "155942683"], [1702468970, "158132107"], [1702468994, "159557699"], [1702469024, "160543153"], [1702469060, "162141315"], [1702469111, "163998980"], [1702469144, "164610717"], [1702469168, "165040679"], [1702469204, "165592152"], [1702469237, "166171608"], [1702469273, "167334091"], [1702469303, "168747246"], [1702469336, "170628725"], [1702469360, "171544511"], [1702469387, "172620239"], [1702469411, "173200051"], [1702469435, "173881792"], [1702469468, "174470333"], [1702469504, "175265122"], [1702469537, "175664977"], [1702469573, "179889744"], [1702469606, "180671440"], [1702469633, "180922375"], [1702469660, "182093154"], [1702469684, "183613077"], [1702469717, "184640417"], [1702469753, "186086640"], [1702469786, "187680126"], [1702469816, "188405964"], [1702469834, "189781637"], [1702469864, "190280177"], [1702469906, "191873730"], [1702469936, "192280028"], [1702469972, "192862377"], [1702470005, "193521336"], [1702470029, "194236735"], [1702470065, "194830273"], [1702470101, "196032249"], [1702470131, "197507051"], [1702470167, "199304512"], [1702470203, "200990543"], [1702470251, "203165655"], [1702470278, "204449571"], [1702470311, "205904134"], [1702470347, "207021618"], [1702470371, "207660499"], [1702470404, "208109775"], [1702470440, "208556783"], [1702470476, "209062425"], [1702470506, "209472228"], [1702470542, "211707465"], [1702470575, "212493992"], [1702470611, "213888900"], [1702470635, "215779881"], [1702470662, "216794033"], [1702470686, "217718877"], [1702470719, "218216004"], [1702470746, "219293751"], [1702470812, "220977091"], [1702470845, "221642665"], [1702470875, "222160738"], [1702470899, "222633802"], [1702470953, "223241410"], [1702470983, "223703028"], [1702471025, "224054404"], [1702471067, "224882046"], [1702471169, "226199000"], [1702471193, "226582297"], [1702471226, "229072244"], [1702471265, "229502982"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "471030"], [1702462721, "704296"], [1702462736, "710079"], [1702462751, "725943"], [1702462763, "753005"], [1702462793, "798947"], [1702462808, "836542"], [1702462829, "860739"], [1702462844, "881501"], [1702462865, "898268"], [1702462880, "911336"], [1702462904, "954557"], [1702462919, "974400"], [1702462952, "1025564"], [1702462973, "1031862"], [1702462988, "1045451"], [1702463045, "1070140"], [1702463081, "1123631"], [1702463114, "1144662"], [1702463150, "1159738"], [1702463186, "1198215"], [1702463216, "1465903"], [1702463240, "1506773"], [1702463273, "1530829"], [1702463324, "1612914"], [1702463354, "1656292"], [1702463381, "1681082"], [1702463417, "1729156"], [1702463453, "1760362"], [1702463477, "2093741"], [1702463510, "2132615"], [1702463537, "2730212"], [1702463570, "2758604"], [1702463591, "2794151"], [1702463621, "2858051"], [1702463657, "2957701"], [1702463693, "3049891"], [1702463729, "3165626"], [1702463765, "3238018"], [1702463798, "3312173"], [1702463846, "3392048"], [1702463873, "3454794"], [1702463906, "3517979"], [1702463948, "3640365"], [1702463984, "3710803"], [1702464014, "3792296"], [1702464050, "3875808"], [1702464086, "3954204"], [1702464122, "4055369"], [1702464155, "4115470"], [1702464194, "4239369"], [1702464230, "4320562"], [1702464263, "4428833"], [1702464299, "4484623"], [1702464332, "4564149"], [1702464356, "4626484"], [1702464392, "4716145"], [1702464425, "4762834"], [1702464455, "4809709"], [1702464479, "4870087"], [1702464509, "4943121"], [1702464533, "5003752"], [1702464569, "5071730"], [1702464605, "5154752"], [1702464635, "5203213"], [1702464671, "5280348"], [1702464716, "5353171"], [1702464743, "5433456"], [1702464776, "5480981"], [1702464812, "5534903"], [1702464836, "5601343"], [1702464869, "5704331"], [1702464905, "6185564"], [1702464926, "6245002"], [1702464956, "6278890"], [1702464992, "6329824"], [1702465016, "6396332"], [1702465049, "6444369"], [1702465085, "6496491"], [1702465118, "6561612"], [1702465145, "6659714"], [1702465178, "6728595"], [1702465208, "6793165"], [1702465241, "6890815"], [1702465298, "7063507"], [1702465334, "7121590"], [1702465367, "7198594"], [1702465394, "7218035"], [1702465418, "7292349"], [1702465445, "7339427"], [1702465481, "7433980"], [1702465517, "7480047"], [1702465550, "7548175"], [1702465586, "7658995"], [1702465619, "7768396"], [1702465658, "7878957"], [1702465706, "7928824"], [1702465754, "8095698"], [1702465787, "8166602"], [1702465823, "8251031"], [1702465856, "8300351"], [1702465880, "8346055"], [1702465910, "8418235"], [1702465952, "8536405"], [1702465988, "8591109"], [1702466015, "8628366"], [1702466030, "8693063"], [1702466060, "8738908"], [1702466078, "8827380"], [1702466138, "8963629"], [1702466168, "9058342"], [1702466204, "9132782"], [1702466237, "9255548"], [1702466261, "9325155"], [1702466291, "9411707"], [1702466327, "9489378"], [1702466360, "9564219"], [1702466384, "9644544"], [1702466417, "9743988"], [1702466441, "9808086"], [1702466471, "9847722"], [1702466507, "9958847"], [1702466540, "10022742"], [1702466597, "10171881"], [1702466633, "10236376"], [1702466666, "10269437"], [1702466705, "10307382"], [1702466732, "10358911"], [1702466765, "10469525"], [1702466801, "10538355"], [1702466852, "10616352"], [1702466876, "10651931"], [1702466918, "10702017"], [1702466978, "10854730"], [1702467014, "10910775"], [1702467038, "10987370"], [1702467068, "11059708"], [1702467122, "11202934"], [1702467158, "11263592"], [1702467191, "11342514"], [1702467221, "11423021"], [1702467257, "11541989"], [1702467299, "11614521"], [1702467350, "11730892"], [1702467386, "11811352"], [1702467419, "11961426"], [1702467455, "12066875"], [1702467515, "12306433"], [1702467542, "12370170"], [1702467566, "12457497"], [1702467599, "12509464"], [1702467635, "12584605"], [1702467668, "12676652"], [1702467695, "12743718"], [1702467716, "12849276"], [1702467746, "12920548"], [1702467800, "13136935"], [1702467824, "13332978"], [1702467908, "13625505"], [1702467944, "13705289"], [1702467968, "13780880"], [1702468001, "13842317"], [1702468031, "13877586"], [1702468067, "13946843"], [1702468085, "14087126"], [1702468115, "14162499"], [1702468151, "14306100"], [1702468181, "14404171"], [1702468208, "14516470"], [1702468241, "14653508"], [1702468256, "15302615"], [1702468286, "15342113"], [1702468322, "15413242"], [1702468352, "15557151"], [1702468388, "15709494"], [1702468424, "15838409"], [1702468457, "15877998"], [1702468493, "15966911"], [1702468517, "16117185"], [1702468550, "16188595"], [1702468586, "16314811"], [1702468613, "16406403"], [1702468637, "16469980"], [1702468679, "16616463"], [1702468721, "16708104"], [1702468730, "16765840"], [1702468766, "16786421"], [1702468799, "16866202"], [1702468835, "16961779"], [1702468898, "17118833"], [1702468934, "17313208"], [1702468970, "17484045"], [1702468994, "17604083"], [1702469024, "17649505"], [1702469060, "17784531"], [1702469111, "17955522"], [1702469144, "18077277"], [1702469168, "18139463"], [1702469204, "18197182"], [1702469237, "18259587"], [1702469273, "18334596"], [1702469303, "18437231"], [1702469336, "18556549"], [1702469360, "18668132"], [1702469387, "18709305"], [1702469411, "18756457"], [1702469435, "18821771"], [1702469468, "18868517"], [1702469504, "18955899"], [1702469537, "19038743"], [1702469573, "19092631"], [1702469606, "19197512"], [1702469633, "19230075"], [1702469660, "19342353"], [1702469684, "19456534"], [1702469717, "19530879"], [1702469753, "19637918"], [1702469786, "19745714"], [1702469816, "19793269"], [1702469834, "19897556"], [1702469864, "19977536"], [1702469906, "20154041"], [1702469936, "20230315"], [1702469972, "20377374"], [1702470005, "20465844"], [1702470029, "20519620"], [1702470065, "21725834"], [1702470101, "21798978"], [1702470131, "21980247"], [1702470167, "22124068"], [1702470203, "22277648"], [1702470251, "22428496"], [1702470278, "22497254"], [1702470311, "22599410"], [1702470347, "22697720"], [1702470371, "22786897"], [1702470404, "22856405"], [1702470440, "22937293"], [1702470476, "23047160"], [1702470506, "23145458"], [1702470542, "23264303"], [1702470575, "23411728"], [1702470611, "23512131"], [1702470635, "23609782"], [1702470662, "23657580"], [1702470686, "23749740"], [1702470719, "23804022"], [1702470746, "23871446"], [1702470812, "24007978"], [1702470845, "24055670"], [1702470875, "24189869"], [1702470899, "24261024"], [1702470953, "24382877"], [1702470983, "24439257"], [1702471025, "24490185"], [1702471067, "24621877"], [1702471169, "24892302"], [1702471193, "24947520"], [1702471226, "25090882"], [1702471265, "25191030"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "139"], [1702462952, "139"], [1702462973, "139"], [1702462988, "139"], [1702463045, "139"], [1702463081, "139"], [1702463114, "139"], [1702463150, "139"], [1702463186, "139"], [1702463216, "139"], [1702463240, "139"], [1702463273, "139"], [1702463324, "139"], [1702463354, "139"], [1702463381, "139"], [1702463417, "139"], [1702463453, "139"], [1702463477, "139"], [1702463510, "139"], [1702463537, "139"], [1702463570, "139"], [1702463591, "139"], [1702463621, "139"], [1702463657, "139"], [1702463693, "139"], [1702463729, "139"], [1702463765, "139"], [1702463798, "139"], [1702463846, "139"], [1702463873, "139"], [1702463906, "139"], [1702463948, "139"], [1702463984, "139"], [1702464014, "139"], [1702464050, "139"], [1702464086, "139"], [1702464122, "139"], [1702464155, "139"], [1702464194, "139"], [1702464230, "139"], [1702464263, "139"], [1702464299, "139"], [1702464332, "139"], [1702464356, "139"], [1702464392, "139"], [1702464425, "139"], [1702464455, "139"], [1702464479, "139"], [1702464509, "139"], [1702464533, "139"], [1702464569, "139"], [1702464605, "139"], [1702464635, "139"], [1702464671, "139"], [1702464716, "139"], [1702464743, "139"], [1702464776, "139"], [1702464812, "139"], [1702464836, "139"], [1702464869, "139"], [1702464905, "139"], [1702464926, "139"], [1702464956, "139"], [1702464992, "139"], [1702465016, "139"], [1702465049, "139"], [1702465085, "139"], [1702465118, "139"], [1702465145, "139"], [1702465178, "139"], [1702465208, "139"], [1702465241, "139"], [1702465298, "139"], [1702465334, "139"], [1702465367, "139"], [1702465394, "139"], [1702465418, "139"], [1702465445, "139"], [1702465481, "139"], [1702465517, "139"], [1702465550, "139"], [1702465586, "139"], [1702465619, "139"], [1702465658, "139"], [1702465706, "139"], [1702465754, "139"], [1702465787, "139"], [1702465823, "139"], [1702465856, "139"], [1702465880, "139"], [1702465910, "139"], [1702465952, "139"], [1702465988, "139"], [1702466015, "139"], [1702466030, "139"], [1702466060, "139"], [1702466078, "139"], [1702466138, "139"], [1702466168, "139"], [1702466204, "139"], [1702466237, "139"], [1702466261, "139"], [1702466291, "139"], [1702466327, "139"], [1702466360, "139"], [1702466384, "139"], [1702466417, "139"], [1702466441, "139"], [1702466471, "139"], [1702466507, "139"], [1702466540, "139"], [1702466597, "139"], [1702466633, "139"], [1702466666, "139"], [1702466705, "139"], [1702466732, "139"], [1702466765, "139"], [1702466801, "139"], [1702466852, "139"], [1702466876, "139"], [1702466918, "139"], [1702466978, "139"], [1702467014, "139"], [1702467038, "139"], [1702467068, "139"], [1702467122, "139"], [1702467158, "139"], [1702467191, "139"], [1702467221, "139"], [1702467257, "139"], [1702467299, "139"], [1702467350, "139"], [1702467386, "139"], [1702467419, "139"], [1702467455, "139"], [1702467515, "139"], [1702467542, "139"], [1702467566, "139"], [1702467599, "139"], [1702467635, "139"], [1702467668, "139"], [1702467695, "139"], [1702467716, "139"], [1702467746, "139"], [1702467800, "139"], [1702467824, "139"], [1702467908, "139"], [1702467944, "139"], [1702467968, "139"], [1702468001, "139"], [1702468031, "139"], [1702468067, "139"], [1702468085, "139"], [1702468115, "139"], [1702468151, "139"], [1702468181, "139"], [1702468208, "139"], [1702468241, "139"], [1702468256, "139"], [1702468286, "139"], [1702468322, "139"], [1702468352, "139"], [1702468388, "139"], [1702468424, "139"], [1702468457, "139"], [1702468493, "139"], [1702468517, "139"], [1702468550, "139"], [1702468586, "139"], [1702468613, "139"], [1702468637, "139"], [1702468679, "139"], [1702468721, "139"], [1702468730, "139"], [1702468766, "139"], [1702468799, "139"], [1702468835, "139"], [1702468898, "534"], [1702468934, "534"], [1702468970, "534"], [1702468994, "534"], [1702469024, "534"], [1702469060, "534"], [1702469111, "534"], [1702469144, "534"], [1702469168, "534"], [1702469204, "534"], [1702469237, "534"], [1702469273, "534"], [1702469303, "534"], [1702469336, "534"], [1702469360, "534"], [1702469387, "534"], [1702469411, "534"], [1702469435, "534"], [1702469468, "534"], [1702469504, "534"], [1702469537, "534"], [1702469573, "534"], [1702469606, "534"], [1702469633, "534"], [1702469660, "534"], [1702469684, "534"], [1702469717, "534"], [1702469753, "534"], [1702469786, "534"], [1702469816, "534"], [1702469834, "534"], [1702469864, "534"], [1702469906, "534"], [1702469936, "534"], [1702469972, "534"], [1702470005, "534"], [1702470029, "534"], [1702470065, "534"], [1702470101, "534"], [1702470131, "534"], [1702470167, "534"], [1702470203, "534"], [1702470251, "534"], [1702470278, "534"], [1702470311, "534"], [1702470347, "534"], [1702470371, "534"], [1702470404, "534"], [1702470440, "534"], [1702470476, "534"], [1702470506, "534"], [1702470542, "534"], [1702470575, "534"], [1702470611, "534"], [1702470635, "534"], [1702470662, "534"], [1702470686, "534"], [1702470719, "534"], [1702470746, "534"], [1702470812, "534"], [1702470845, "534"], [1702470875, "534"], [1702470899, "534"], [1702470953, "534"], [1702470983, "534"], [1702471025, "534"], [1702471067, "534"], [1702471169, "534"], [1702471193, "534"], [1702471226, "534"], [1702471265, "534"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "60628"], [1702462988, "68918"], [1702463045, "84858"], [1702463081, "102146"], [1702463114, "115333"], [1702463150, "120656"], [1702463186, "126044"], [1702463216, "135504"], [1702463240, "140334"], [1702463273, "145507"], [1702463324, "157496"], [1702463354, "162342"], [1702463381, "175382"], [1702463417, "189641"], [1702463453, "199995"], [1702463477, "216968"], [1702463510, "225010"], [1702463537, "231176"], [1702463570, "235819"], [1702463591, "239997"], [1702463621, "242672"], [1702463657, "246774"], [1702463693, "256698"], [1702463729, "265236"], [1702463765, "278582"], [1702463798, "294744"], [1702463846, "308479"], [1702463873, "317248"], [1702463906, "324005"], [1702463948, "343803"], [1702463984, "352562"], [1702464014, "364305"], [1702464050, "378534"], [1702464086, "386912"], [1702464122, "396298"], [1702464155, "402231"], [1702464194, "416827"], [1702464230, "420626"], [1702464263, "431618"], [1702464299, "469549"], [1702464332, "479480"], [1702464356, "485735"], [1702464392, "491998"], [1702464425, "500506"], [1702464455, "506853"], [1702464479, "514134"], [1702464509, "524778"], [1702464533, "537164"], [1702464569, "546771"], [1702464605, "558495"], [1702464635, "579602"], [1702464671, "593328"], [1702464716, "607444"], [1702464743, "614511"], [1702464776, "635802"], [1702464812, "647827"], [1702464836, "656042"], [1702464869, "666348"], [1702464905, "670499"], [1702464926, "680660"], [1702464956, "689394"], [1702464992, "716623"], [1702465016, "725925"], [1702465049, "738537"], [1702465085, "748342"], [1702465118, "757277"], [1702465145, "767790"], [1702465178, "773080"], [1702465208, "782877"], [1702465241, "792718"], [1702465298, "814228"], [1702465334, "821681"], [1702465367, "836610"], [1702465394, "848325"], [1702465418, "854017"], [1702465445, "862312"], [1702465481, "869914"], [1702465517, "888082"], [1702465550, "897152"], [1702465586, "908869"], [1702465619, "919149"], [1702465658, "934488"], [1702465706, "941981"], [1702465754, "959338"], [1702465787, "965141"], [1702465823, "971154"], [1702465856, "983653"], [1702465880, "993505"], [1702465910, "1004047"], [1702465952, "1015410"], [1702465988, "1031887"], [1702466015, "1040855"], [1702466030, "1052692"], [1702466060, "1057150"], [1702466078, "1070443"], [1702466138, "1086463"], [1702466168, "1099292"], [1702466204, "1104630"], [1702466237, "1117659"], [1702466261, "1131318"], [1702466291, "1139020"], [1702466327, "1148224"], [1702466360, "1158247"], [1702466384, "1163626"], [1702466417, "1172316"], [1702466441, "1182658"], [1702466471, "1194483"], [1702466507, "1213171"], [1702466540, "1221900"], [1702466597, "1255719"], [1702466633, "1266063"], [1702466666, "1273468"], [1702466705, "1280500"], [1702466732, "1291065"], [1702466765, "1303987"], [1702466801, "1313489"], [1702466852, "1334842"], [1702466876, "1338840"], [1702466918, "1350638"], [1702466978, "1377842"], [1702467014, "1387165"], [1702467038, "1398398"], [1702467068, "1409759"], [1702467122, "1432465"], [1702467158, "1442944"], [1702467191, "1451431"], [1702467221, "1464527"], [1702467257, "1476067"], [1702467299, "1485169"], [1702467350, "1511227"], [1702467386, "1527094"], [1702467419, "1547945"], [1702467455, "1564967"], [1702467515, "1592449"], [1702467542, "1607404"], [1702467566, "1624373"], [1702467599, "1636698"], [1702467635, "1647921"], [1702467668, "1663084"], [1702467695, "1671306"], [1702467716, "1683689"], [1702467746, "1698208"], [1702467800, "1713931"], [1702467824, "1731861"], [1702467908, "1768657"], [1702467944, "1780665"], [1702467968, "1785848"], [1702468001, "1793904"], [1702468031, "1798524"], [1702468067, "1805079"], [1702468085, "1815376"], [1702468115, "1827688"], [1702468151, "1852720"], [1702468181, "1870349"], [1702468208, "1883613"], [1702468241, "2048247"], [1702468256, "2062145"], [1702468286, "2068762"], [1702468322, "2085142"], [1702468352, "2099255"], [1702468388, "2114437"], [1702468424, "2125846"], [1702468457, "2132831"], [1702468493, "2144843"], [1702468517, "2158378"], [1702468550, "2168852"], [1702468586, "2182388"], [1702468613, "2196179"], [1702468637, "2210814"], [1702468679, "2235778"], [1702468721, "2251699"], [1702468730, "2255954"], [1702468766, "2265710"], [1702468799, "2280642"], [1702468835, "2300213"], [1702468898, "2338047"], [1702468934, "2361924"], [1702468970, "2394236"], [1702468994, "2406490"], [1702469024, "2414419"], [1702469060, "2423033"], [1702469111, "2448111"], [1702469144, "2456842"], [1702469168, "2461347"], [1702469204, "2475970"], [1702469237, "2482943"], [1702469273, "2489585"], [1702469303, "2512658"], [1702469336, "2523097"], [1702469360, "2550369"], [1702469387, "2559775"], [1702469411, "2661376"], [1702469435, "2674115"], [1702469468, "2680928"], [1702469504, "2696574"], [1702469537, "2712122"], [1702469573, "2725556"], [1702469606, "2741740"], [1702469633, "2767598"], [1702469660, "2789291"], [1702469684, "2805966"], [1702469717, "2824243"], [1702469753, "2841132"], [1702469786, "2865805"], [1702469816, "2870127"], [1702469834, "2887426"], [1702469864, "2889707"], [1702469906, "2911558"], [1702469936, "2926071"], [1702469972, "2937233"], [1702470005, "2949327"], [1702470029, "2954477"], [1702470065, "2962035"], [1702470101, "2976892"], [1702470131, "2989731"], [1702470167, "3010405"], [1702470203, "3042277"], [1702470251, "3062552"], [1702470278, "3092306"], [1702470311, "3108327"], [1702470347, "3126469"], [1702470371, "3134542"], [1702470404, "3141790"], [1702470440, "3159732"], [1702470476, "3180292"], [1702470506, "3199983"], [1702470542, "3223922"], [1702470575, "3242908"], [1702470611, "3259358"], [1702470635, "3272700"], [1702470662, "3284310"], [1702470686, "3295598"], [1702470719, "3301398"], [1702470746, "3314208"], [1702470812, "3335364"], [1702470845, "3351939"], [1702470875, "3364231"], [1702470899, "3369489"], [1702470953, "3385709"], [1702470983, "3395745"], [1702471025, "3400569"], [1702471067, "3419725"], [1702471169, "3430053"], [1702471193, "3437816"], [1702471226, "3453289"], [1702471265, "3463764"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "12756"], [1702462865, "18963"], [1702462880, "27698"], [1702462904, "37783"], [1702462919, "40635"], [1702462952, "50743"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "9891050"], [1702462721, "10428342"], [1702462736, "10518425"], [1702462751, "10719955"], [1702462763, "10981080"], [1702462793, "12145523"], [1702462808, "13032813"], [1702462829, "13485724"], [1702462844, "13938609"], [1702462865, "14165261"], [1702462880, "14781297"], [1702462904, "16066736"], [1702462919, "16272933"], [1702462952, "17741844"], [1702462973, "18150461"], [1702462988, "18651572"], [1702463045, "20690906"], [1702463081, "22732150"], [1702463114, "23707856"], [1702463150, "24368751"], [1702463186, "25490182"], [1702463216, "26494369"], [1702463240, "27530738"], [1702463273, "28201569"], [1702463324, "30165090"], [1702463354, "30774946"], [1702463381, "32198619"], [1702463417, "33232420"], [1702463453, "35874280"], [1702463477, "38041905"], [1702463510, "39738592"], [1702463537, "40705008"], [1702463570, "41451930"], [1702463591, "42275191"], [1702463621, "42994933"], [1702463657, "44514619"], [1702463693, "45915068"], [1702463729, "46695684"], [1702463765, "47494605"], [1702463798, "49281087"], [1702463846, "51140915"], [1702463873, "53828736"], [1702463906, "55346368"], [1702463948, "57989135"], [1702463984, "59190050"], [1702464014, "59827631"], [1702464050, "60739204"], [1702464086, "61798321"], [1702464122, "63214163"], [1702464155, "64398299"], [1702464194, "65806018"], [1702464230, "66451103"], [1702464263, "67921928"], [1702464299, "69167268"], [1702464332, "70061175"], [1702464356, "72172202"], [1702464392, "73054127"], [1702464425, "74178478"], [1702464455, "77266675"], [1702464479, "78262623"], [1702464509, "79033649"], [1702464533, "82840961"], [1702464569, "84134737"], [1702464605, "85169977"], [1702464635, "86415262"], [1702464671, "87599354"], [1702464716, "91096772"], [1702464743, "91970716"], [1702464776, "93185344"], [1702464812, "94128986"], [1702464836, "95273104"], [1702464869, "95972347"], [1702464905, "97143364"], [1702464926, "98014277"], [1702464956, "100550495"], [1702464992, "101453992"], [1702465016, "102311878"], [1702465049, "104059929"], [1702465085, "105165850"], [1702465118, "105713822"], [1702465145, "106730759"], [1702465178, "107644958"], [1702465208, "108735370"], [1702465241, "110325054"], [1702465298, "112491249"], [1702465334, "113379398"], [1702465367, "114279268"], [1702465394, "114904680"], [1702465418, "116144609"], [1702465445, "116965063"], [1702465481, "117841821"], [1702465517, "119117166"], [1702465550, "119986660"], [1702465586, "122688550"], [1702465619, "126429823"], [1702465658, "128012795"], [1702465706, "128595002"], [1702465754, "130023419"], [1702465787, "131220876"], [1702465823, "132185419"], [1702465856, "133444479"], [1702465880, "134218105"], [1702465910, "135306014"], [1702465952, "136339724"], [1702465988, "137286504"], [1702466015, "138458123"], [1702466030, "139641142"], [1702466060, "140261042"], [1702466078, "141167304"], [1702466138, "142613924"], [1702466168, "143494638"], [1702466204, "144383719"], [1702466237, "145438524"], [1702466261, "146896075"], [1702466291, "147461309"], [1702466327, "148522660"], [1702466360, "150496695"], [1702466384, "151586820"], [1702466417, "152686789"], [1702466441, "153551053"], [1702466471, "154141481"], [1702466507, "155224454"], [1702466540, "156143003"], [1702466597, "157989461"], [1702466633, "159037322"], [1702466666, "159720338"], [1702466705, "161026068"], [1702466732, "161964990"], [1702466765, "163085544"], [1702466801, "163959817"], [1702466852, "165554189"], [1702466876, "166300759"], [1702466918, "167218309"], [1702466978, "169398415"], [1702467014, "170456306"], [1702467038, "171323680"], [1702467068, "172330570"], [1702467122, "174357848"], [1702467158, "175365447"], [1702467191, "176437664"], [1702467221, "177203373"], [1702467257, "178607231"], [1702467299, "180656534"], [1702467350, "183537547"], [1702467386, "184962125"], [1702467419, "186799839"], [1702467455, "189239750"], [1702467515, "193953624"], [1702467542, "195864247"], [1702467566, "197622110"], [1702467599, "198493172"], [1702467635, "200230661"], [1702467668, "201365964"], [1702467695, "202399790"], [1702467716, "203984363"], [1702467746, "205385030"], [1702467800, "208772710"], [1702467824, "213362789"], [1702467908, "219647578"], [1702467944, "221760370"], [1702467968, "224080163"], [1702468001, "225554065"], [1702468031, "226852936"], [1702468067, "228521329"], [1702468085, "230363332"], [1702468115, "231227138"], [1702468151, "233908623"], [1702468181, "237288687"], [1702468208, "239477410"], [1702468241, "242823392"], [1702468256, "244849190"], [1702468286, "246571850"], [1702468322, "248411185"], [1702468352, "251119332"], [1702468388, "252583097"], [1702468424, "254035519"], [1702468457, "255417058"], [1702468493, "257710479"], [1702468517, "260523005"], [1702468550, "262031642"], [1702468586, "264850092"], [1702468613, "267760608"], [1702468637, "269260483"], [1702468679, "270856742"], [1702468721, "272001582"], [1702468730, "278753275"], [1702468766, "279484830"], [1702468799, "280555482"], [1702468835, "282568213"], [1702468898, "289346524"], [1702468934, "291688983"], [1702468970, "295131999"], [1702468994, "297509121"], [1702469024, "298886752"], [1702469060, "301182423"], [1702469111, "303850045"], [1702469144, "305482385"], [1702469168, "306523440"], [1702469204, "307590303"], [1702469237, "308526525"], [1702469273, "310716207"], [1702469303, "312897293"], [1702469336, "315443486"], [1702469360, "318833572"], [1702469387, "320181600"], [1702469411, "321453986"], [1702469435, "322717212"], [1702469468, "324218075"], [1702469504, "325282882"], [1702469537, "326690835"], [1702469573, "328924147"], [1702469606, "330660374"], [1702469633, "331422636"], [1702469660, "334537392"], [1702469684, "337288745"], [1702469717, "339996843"], [1702469753, "343607215"], [1702469786, "346068536"], [1702469816, "347221359"], [1702469834, "350054546"], [1702469864, "350888017"], [1702469906, "353581559"], [1702469936, "354651507"], [1702469972, "355978442"], [1702470005, "357788802"], [1702470029, "359321209"], [1702470065, "360603767"], [1702470101, "363481598"], [1702470131, "366120452"], [1702470167, "368395445"], [1702470203, "371328834"], [1702470251, "375385545"], [1702470278, "377456962"], [1702470311, "380002259"], [1702470347, "381875292"], [1702470371, "383128372"], [1702470404, "383847726"], [1702470440, "385233517"], [1702470476, "386933708"], [1702470506, "387976231"], [1702470542, "390140088"], [1702470575, "391756140"], [1702470611, "394209887"], [1702470635, "396993236"], [1702470662, "398504465"], [1702470686, "400138263"], [1702470719, "401422469"], [1702470746, "402863182"], [1702470812, "405701127"], [1702470845, "406804549"], [1702470875, "407971819"], [1702470899, "408737270"], [1702470953, "409781291"], [1702470983, "410969952"], [1702471025, "412050427"], [1702471067, "413238371"], [1702471169, "415680949"], [1702471193, "416445858"], [1702471226, "417591014"], [1702471265, "418741645"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "13320"], [1702462808, "13320"], [1702462829, "13320"], [1702462844, "13320"], [1702462865, "13320"], [1702462880, "13320"], [1702462904, "13320"], [1702462919, "13320"], [1702462952, "13320"], [1702462973, "13320"], [1702462988, "13320"], [1702463045, "13320"], [1702463081, "13320"], [1702463114, "13320"], [1702463150, "13320"], [1702463186, "13320"], [1702463216, "13320"], [1702463240, "13320"], [1702463273, "13320"], [1702463324, "13320"], [1702463354, "13320"], [1702463381, "13320"], [1702463417, "13320"], [1702463453, "13320"], [1702463477, "13320"], [1702463510, "13320"], [1702463537, "13320"], [1702463570, "13320"], [1702463591, "13320"], [1702463621, "13320"], [1702463657, "13320"], [1702463693, "13320"], [1702463729, "13320"], [1702463765, "13320"], [1702463798, "13320"], [1702463846, "13320"], [1702463873, "13320"], [1702463906, "13320"], [1702463948, "13320"], [1702463984, "13320"], [1702464014, "13320"], [1702464050, "13320"], [1702464086, "13320"], [1702464122, "13320"], [1702464155, "13320"], [1702464194, "13320"], [1702464230, "13320"], [1702464263, "13320"], [1702464299, "13320"], [1702464332, "13320"], [1702464356, "13320"], [1702464392, "13320"], [1702464425, "13320"], [1702464455, "13320"], [1702464479, "13320"], [1702464509, "13320"], [1702464533, "13320"], [1702464569, "13320"], [1702464605, "13320"], [1702464635, "13320"], [1702464671, "13320"], [1702464716, "13320"], [1702464743, "13320"], [1702464776, "13320"], [1702464812, "13320"], [1702464836, "13320"], [1702464869, "13320"], [1702464905, "13320"], [1702464926, "13320"], [1702464956, "13320"], [1702464992, "13320"], [1702465016, "13320"], [1702465049, "13320"], [1702465085, "78058"], [1702465118, "78058"], [1702465145, "78058"], [1702465178, "78058"], [1702465208, "78058"], [1702465241, "78058"], [1702465298, "78058"], [1702465334, "78058"], [1702465367, "78058"], [1702465394, "78058"], [1702465418, "78058"], [1702465445, "78058"], [1702465481, "78058"], [1702465517, "78058"], [1702465550, "78058"], [1702465586, "78058"], [1702465619, "78058"], [1702465658, "78058"], [1702465706, "78058"], [1702465754, "78058"], [1702465787, "78058"], [1702465823, "78058"], [1702465856, "78058"], [1702465880, "78058"], [1702465910, "78058"], [1702465952, "78058"], [1702465988, "78058"], [1702466015, "78058"], [1702466030, "78058"], [1702466060, "78058"], [1702466078, "78058"], [1702466138, "78058"], [1702466168, "78058"], [1702466204, "78058"], [1702466237, "78058"], [1702466261, "78058"], [1702466291, "78058"], [1702466327, "78058"], [1702466360, "78058"], [1702466384, "78058"], [1702466417, "78226"], [1702466441, "78226"], [1702466471, "78226"], [1702466507, "78226"], [1702466540, "78226"], [1702466597, "78226"], [1702466633, "78226"], [1702466666, "78226"], [1702466705, "78226"], [1702466732, "78226"], [1702466765, "78226"], [1702466801, "78226"], [1702466852, "78226"], [1702466876, "78226"], [1702466918, "78226"], [1702466978, "78226"], [1702467014, "78226"], [1702467038, "78226"], [1702467068, "78226"], [1702467122, "78226"], [1702467158, "78226"], [1702467191, "78226"], [1702467221, "78226"], [1702467257, "78226"], [1702467299, "78226"], [1702467350, "78226"], [1702467386, "78226"], [1702467419, "78226"], [1702467455, "78226"], [1702467515, "78226"], [1702467542, "78226"], [1702467566, "78226"], [1702467599, "78226"], [1702467635, "78226"], [1702467668, "78226"], [1702467695, "78226"], [1702467716, "78226"], [1702467746, "78226"], [1702467800, "78226"], [1702467824, "78226"], [1702467908, "78226"], [1702467944, "78226"], [1702467968, "78226"], [1702468001, "78226"], [1702468031, "78226"], [1702468067, "78226"], [1702468085, "78226"], [1702468115, "78226"], [1702468151, "78226"], [1702468181, "78226"], [1702468208, "78226"], [1702468241, "78226"], [1702468256, "78226"], [1702468286, "78226"], [1702468322, "78226"], [1702468352, "78226"], [1702468388, "78226"], [1702468424, "78226"], [1702468457, "78226"], [1702468493, "78226"], [1702468517, "78226"], [1702468550, "78226"], [1702468586, "78226"], [1702468613, "78226"], [1702468637, "78226"], [1702468679, "78226"], [1702468721, "78226"], [1702468730, "78226"], [1702468766, "78226"], [1702468799, "78226"], [1702468835, "78226"], [1702468898, "78226"], [1702468934, "78226"], [1702468970, "78226"], [1702468994, "78226"], [1702469024, "78226"], [1702469060, "78226"], [1702469111, "78226"], [1702469144, "78226"], [1702469168, "78226"], [1702469204, "78226"], [1702469237, "78226"], [1702469273, "78226"], [1702469303, "78226"], [1702469336, "78226"], [1702469360, "78226"], [1702469387, "78226"], [1702469411, "78226"], [1702469435, "78226"], [1702469468, "78226"], [1702469504, "78226"], [1702469537, "78226"], [1702469573, "78226"], [1702469606, "78226"], [1702469633, "78226"], [1702469660, "78226"], [1702469684, "78226"], [1702469717, "78226"], [1702469753, "78226"], [1702469786, "78226"], [1702469816, "78226"], [1702469834, "78226"], [1702469864, "78226"], [1702469906, "78226"], [1702469936, "78226"], [1702469972, "78226"], [1702470005, "78226"], [1702470029, "78226"], [1702470065, "78226"], [1702470101, "78226"], [1702470131, "78226"], [1702470167, "78226"], [1702470203, "78226"], [1702470251, "78226"], [1702470278, "78226"], [1702470311, "78226"], [1702470347, "78226"], [1702470371, "78226"], [1702470404, "78226"], [1702470440, "78226"], [1702470476, "78226"], [1702470506, "78226"], [1702470542, "78226"], [1702470575, "78226"], [1702470611, "78226"], [1702470635, "78226"], [1702470662, "78226"], [1702470686, "78226"], [1702470719, "78226"], [1702470746, "78226"], [1702470812, "78226"], [1702470845, "78226"], [1702470875, "78226"], [1702470899, "78226"], [1702470953, "78226"], [1702470983, "78226"], [1702471025, "78226"], [1702471067, "78226"], [1702471169, "78226"], [1702471193, "78226"], [1702471226, "78226"], [1702471265, "78226"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6111"], [1702462721, "6111"], [1702462736, "11155"], [1702462751, "13133"], [1702462763, "13133"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "195"], [1702463381, "195"], [1702463417, "195"], [1702463453, "195"], [1702463477, "195"], [1702463510, "195"], [1702463537, "195"], [1702463570, "195"], [1702463591, "300"], [1702463621, "300"], [1702463657, "300"], [1702463693, "300"], [1702463729, "300"], [1702463765, "423"], [1702463798, "423"], [1702463846, "423"], [1702463873, "423"], [1702463906, "423"], [1702463948, "423"], [1702463984, "423"], [1702464014, "423"], [1702464050, "423"], [1702464086, "423"], [1702464122, "423"], [1702464155, "423"], [1702464194, "423"], [1702464230, "423"], [1702464263, "423"], [1702464299, "423"], [1702464332, "423"], [1702464356, "423"], [1702464392, "423"], [1702464425, "423"], [1702464455, "423"], [1702464479, "423"], [1702464509, "423"], [1702464533, "423"], [1702464569, "423"], [1702464605, "423"], [1702464635, "423"], [1702464671, "423"], [1702464716, "423"], [1702464743, "423"], [1702464776, "423"], [1702464812, "423"], [1702464836, "423"], [1702464869, "423"], [1702464905, "423"], [1702464926, "423"], [1702464956, "423"], [1702464992, "423"], [1702465016, "423"], [1702465049, "423"], [1702465085, "423"], [1702465118, "423"], [1702465145, "423"], [1702465178, "423"], [1702465208, "423"], [1702465241, "423"], [1702465298, "423"], [1702465334, "423"], [1702465367, "423"], [1702465394, "531"], [1702465418, "531"], [1702465445, "531"], [1702465481, "531"], [1702465517, "531"], [1702465550, "531"], [1702465586, "531"], [1702465619, "531"], [1702465658, "531"], [1702465706, "531"], [1702465754, "531"], [1702465787, "531"], [1702465823, "531"], [1702465856, "531"], [1702465880, "531"], [1702465910, "531"], [1702465952, "531"], [1702465988, "531"], [1702466015, "531"], [1702466030, "531"], [1702466060, "531"], [1702466078, "531"], [1702466138, "531"], [1702466168, "531"], [1702466204, "531"], [1702466237, "531"], [1702466261, "531"], [1702466291, "531"], [1702466327, "531"], [1702466360, "531"], [1702466384, "531"], [1702466417, "531"], [1702466441, "531"], [1702466471, "531"], [1702466507, "531"], [1702466540, "531"], [1702466597, "531"], [1702466633, "531"], [1702466666, "531"], [1702466705, "531"], [1702466732, "531"], [1702466765, "531"], [1702466801, "531"], [1702466852, "531"], [1702466876, "531"], [1702466918, "531"], [1702466978, "531"], [1702467014, "531"], [1702467038, "531"], [1702467068, "531"], [1702467122, "531"], [1702467158, "531"], [1702467191, "531"], [1702467221, "531"], [1702467257, "531"], [1702467299, "531"], [1702467350, "531"], [1702467386, "531"], [1702467419, "531"], [1702467455, "531"], [1702467515, "531"], [1702467542, "531"], [1702467566, "531"], [1702467599, "531"], [1702467635, "531"], [1702467668, "531"], [1702467695, "531"], [1702467716, "531"], [1702467746, "531"], [1702467800, "531"], [1702467824, "531"], [1702467908, "1375"], [1702467944, "1375"], [1702467968, "1375"], [1702468001, "1375"], [1702468031, "1375"], [1702468067, "1375"], [1702468085, "1375"], [1702468115, "1375"], [1702468151, "1375"], [1702468181, "1375"], [1702468208, "1375"], [1702468241, "1375"], [1702468256, "1375"], [1702468286, "1375"], [1702468322, "1375"], [1702468352, "1375"], [1702468388, "1375"], [1702468424, "1375"], [1702468457, "1375"], [1702468493, "1375"], [1702468517, "1375"], [1702468550, "1375"], [1702468586, "1375"], [1702468613, "1375"], [1702468637, "1375"], [1702468679, "1375"], [1702468721, "1375"], [1702468730, "1375"], [1702468766, "1375"], [1702468799, "1375"], [1702468835, "1375"], [1702468898, "1375"], [1702468934, "1375"], [1702468970, "1375"], [1702468994, "1375"], [1702469024, "1375"], [1702469060, "1375"], [1702469111, "1375"], [1702469144, "1375"], [1702469168, "1375"], [1702469204, "1375"], [1702469237, "1375"], [1702469273, "1375"], [1702469303, "1375"], [1702469336, "1375"], [1702469360, "1375"], [1702469387, "1375"], [1702469411, "1375"], [1702469435, "1375"], [1702469468, "1375"], [1702469504, "1375"], [1702469537, "1375"], [1702469573, "1375"], [1702469606, "1375"], [1702469633, "1375"], [1702469660, "1375"], [1702469684, "1375"], [1702469717, "1375"], [1702469753, "1375"], [1702469786, "1375"], [1702469816, "1375"], [1702469834, "1375"], [1702469864, "1375"], [1702469906, "1375"], [1702469936, "1375"], [1702469972, "1375"], [1702470005, "1375"], [1702470029, "1375"], [1702470065, "1375"], [1702470101, "1375"], [1702470131, "1375"], [1702470167, "1375"], [1702470203, "1375"], [1702470251, "1375"], [1702470278, "1375"], [1702470311, "1375"], [1702470347, "1375"], [1702470371, "1375"], [1702470404, "1375"], [1702470440, "1375"], [1702470476, "1375"], [1702470506, "1375"], [1702470542, "1375"], [1702470575, "1375"], [1702470611, "1375"], [1702470635, "1375"], [1702470662, "1375"], [1702470686, "1375"], [1702470719, "1375"], [1702470746, "1375"], [1702470812, "1375"], [1702470845, "1375"], [1702470875, "1375"], [1702470899, "1375"], [1702470953, "1375"], [1702470983, "1375"], [1702471025, "1375"], [1702471067, "1375"], [1702471169, "1566"], [1702471193, "1566"], [1702471226, "1566"], [1702471265, "1566"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "18031"], [1702462721, "18031"], [1702462736, "18786"], [1702462751, "18786"], [1702462763, "19930"], [1702462793, "22488"], [1702462808, "32754"], [1702462829, "33719"], [1702462844, "49183"], [1702462865, "49183"], [1702462880, "52204"], [1702462904, "52204"], [1702462919, "56522"], [1702462952, "59531"], [1702462973, "60679"], [1702462988, "60679"], [1702463045, "73690"], [1702463081, "74414"], [1702463114, "74414"], [1702463150, "74805"], [1702463186, "75430"], [1702463216, "77028"], [1702463240, "77028"], [1702463273, "77303"], [1702463324, "96678"], [1702463354, "97902"], [1702463381, "99677"], [1702463417, "100515"], [1702463453, "101619"], [1702463477, "103218"], [1702463510, "105484"], [1702463537, "107104"], [1702463570, "107951"], [1702463591, "110179"], [1702463621, "110437"], [1702463657, "110992"], [1702463693, "112226"], [1702463729, "119891"], [1702463765, "124283"], [1702463798, "138749"], [1702463846, "139351"], [1702463873, "140807"], [1702463906, "140807"], [1702463948, "151706"], [1702463984, "159285"], [1702464014, "165643"], [1702464050, "166785"], [1702464086, "168163"], [1702464122, "168913"], [1702464155, "168913"], [1702464194, "169290"], [1702464230, "169662"], [1702464263, "195429"], [1702464299, "196304"], [1702464332, "198220"], [1702464356, "198406"], [1702464392, "199203"], [1702464425, "202734"], [1702464455, "204002"], [1702464479, "204658"], [1702464509, "222845"], [1702464533, "225541"], [1702464569, "226659"], [1702464605, "226659"], [1702464635, "229197"], [1702464671, "230662"], [1702464716, "230662"], [1702464743, "231018"], [1702464776, "231823"], [1702464812, "233925"], [1702464836, "233925"], [1702464869, "235974"], [1702464905, "236244"], [1702464926, "237442"], [1702464956, "238346"], [1702464992, "240483"], [1702465016, "267624"], [1702465049, "267624"], [1702465085, "307526"], [1702465118, "309301"], [1702465145, "315646"], [1702465178, "315646"], [1702465208, "316295"], [1702465241, "316568"], [1702465298, "319280"], [1702465334, "319580"], [1702465367, "321101"], [1702465394, "324556"], [1702465418, "325175"], [1702465445, "326146"], [1702465481, "327701"], [1702465517, "327701"], [1702465550, "331373"], [1702465586, "333992"], [1702465619, "334334"], [1702465658, "335140"], [1702465706, "336639"], [1702465754, "348260"], [1702465787, "349872"], [1702465823, "352237"], [1702465856, "352237"], [1702465880, "353119"], [1702465910, "355439"], [1702465952, "397445"], [1702465988, "399507"], [1702466015, "402236"], [1702466030, "404037"], [1702466060, "407308"], [1702466078, "407796"], [1702466138, "408331"], [1702466168, "409420"], [1702466204, "409835"], [1702466237, "410379"], [1702466261, "412677"], [1702466291, "424407"], [1702466327, "427015"], [1702466360, "428249"], [1702466384, "428570"], [1702466417, "428570"], [1702466441, "429489"], [1702466471, "429689"], [1702466507, "430667"], [1702466540, "431788"], [1702466597, "436168"], [1702466633, "437343"], [1702466666, "437343"], [1702466705, "438775"], [1702466732, "442747"], [1702466765, "445306"], [1702466801, "446977"], [1702466852, "447766"], [1702466876, "447766"], [1702466918, "447766"], [1702466978, "449564"], [1702467014, "465514"], [1702467038, "465514"], [1702467068, "465909"], [1702467122, "469885"], [1702467158, "469885"], [1702467191, "469958"], [1702467221, "471039"], [1702467257, "476037"], [1702467299, "478325"], [1702467350, "480129"], [1702467386, "481787"], [1702467419, "485245"], [1702467455, "485245"], [1702467515, "495560"], [1702467542, "496656"], [1702467566, "499518"], [1702467599, "501764"], [1702467635, "503403"], [1702467668, "504308"], [1702467695, "505631"], [1702467716, "509230"], [1702467746, "531618"], [1702467800, "534435"], [1702467824, "540779"], [1702467908, "563106"], [1702467944, "563831"], [1702467968, "565635"], [1702468001, "565635"], [1702468031, "565744"], [1702468067, "570524"], [1702468085, "576692"], [1702468115, "579521"], [1702468151, "596077"], [1702468181, "596077"], [1702468208, "597300"], [1702468241, "597300"], [1702468256, "597300"], [1702468286, "600583"], [1702468322, "601416"], [1702468352, "603403"], [1702468388, "607454"], [1702468424, "608297"], [1702468457, "609424"], [1702468493, "621573"], [1702468517, "621573"], [1702468550, "621889"], [1702468586, "625875"], [1702468613, "629457"], [1702468637, "642077"], [1702468679, "644428"], [1702468721, "644428"], [1702468730, "646312"], [1702468766, "647107"], [1702468799, "647472"], [1702468835, "647912"], [1702468898, "653761"], [1702468934, "670479"], [1702468970, "670958"], [1702468994, "672044"], [1702469024, "673090"], [1702469060, "673951"], [1702469111, "686010"], [1702469144, "686336"], [1702469168, "688458"], [1702469204, "688458"], [1702469237, "688458"], [1702469273, "689058"], [1702469303, "693765"], [1702469336, "694789"], [1702469360, "695191"], [1702469387, "697393"], [1702469411, "698230"], [1702469435, "699791"], [1702469468, "701547"], [1702469504, "701547"], [1702469537, "701547"], [1702469573, "715613"], [1702469606, "715613"], [1702469633, "716128"], [1702469660, "716128"], [1702469684, "719139"], [1702469717, "720772"], [1702469753, "723027"], [1702469786, "723713"], [1702469816, "723743"], [1702469834, "723743"], [1702469864, "723743"], [1702469906, "728034"], [1702469936, "728220"], [1702469972, "734007"], [1702470005, "735804"], [1702470029, "735804"], [1702470065, "735804"], [1702470101, "736730"], [1702470131, "750763"], [1702470167, "750763"], [1702470203, "769287"], [1702470251, "773455"], [1702470278, "786813"], [1702470311, "786813"], [1702470347, "789213"], [1702470371, "790984"], [1702470404, "791541"], [1702470440, "793486"], [1702470476, "794914"], [1702470506, "795952"], [1702470542, "809376"], [1702470575, "822917"], [1702470611, "826454"], [1702470635, "828881"], [1702470662, "829640"], [1702470686, "875606"], [1702470719, "881552"], [1702470746, "882574"], [1702470812, "884246"], [1702470845, "890698"], [1702470875, "896378"], [1702470899, "897000"], [1702470953, "914893"], [1702470983, "915751"], [1702471025, "915751"], [1702471067, "925895"], [1702471169, "927649"], [1702471193, "927649"], [1702471226, "927649"], [1702471265, "929705"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "825489"], [1702462721, "860077"], [1702462736, "897755"], [1702462751, "920808"], [1702462763, "1035213"], [1702462793, "1107019"], [1702462808, "1161497"], [1702462829, "1306270"], [1702462844, "1348876"], [1702462865, "1399850"], [1702462880, "1455092"], [1702462904, "1553470"], [1702462919, "1596817"], [1702462952, "1726926"], [1702462973, "1766850"], [1702462988, "1798032"], [1702463045, "2056579"], [1702463081, "2283644"], [1702463114, "2379216"], [1702463150, "2477434"], [1702463186, "2572764"], [1702463216, "2699801"], [1702463240, "2774311"], [1702463273, "2838749"], [1702463324, "2969195"], [1702463354, "3033097"], [1702463381, "3144207"], [1702463417, "3245427"], [1702463453, "3360390"], [1702463477, "3463439"], [1702463510, "3532630"], [1702463537, "3599839"], [1702463570, "3890851"], [1702463591, "3955621"], [1702463621, "4016231"], [1702463657, "4090243"], [1702463693, "4161651"], [1702463729, "4299020"], [1702463765, "4402406"], [1702463798, "4533704"], [1702463846, "4592683"], [1702463873, "4682605"], [1702463906, "4757280"], [1702463948, "4911800"], [1702463984, "4975419"], [1702464014, "5026877"], [1702464050, "5106345"], [1702464086, "5190429"], [1702464122, "5296151"], [1702464155, "5448317"], [1702464194, "5595918"], [1702464230, "5655168"], [1702464263, "5760596"], [1702464299, "5852566"], [1702464332, "5942509"], [1702464356, "6006129"], [1702464392, "6063617"], [1702464425, "6120513"], [1702464455, "6211892"], [1702464479, "6288706"], [1702464509, "6369948"], [1702464533, "6432429"], [1702464569, "6547527"], [1702464605, "6634950"], [1702464635, "6693748"], [1702464671, "7036662"], [1702464716, "7112013"], [1702464743, "7243495"], [1702464776, "7355231"], [1702464812, "7459218"], [1702464836, "7557554"], [1702464869, "7620713"], [1702464905, "7723073"], [1702464926, "7805047"], [1702464956, "7890039"], [1702464992, "8579240"], [1702465016, "8705036"], [1702465049, "8777209"], [1702465085, "8883576"], [1702465118, "8972800"], [1702465145, "9126840"], [1702465178, "9230322"], [1702465208, "9367309"], [1702465241, "9489049"], [1702465298, "9697729"], [1702465334, "9799134"], [1702465367, "9979093"], [1702465394, "10040779"], [1702465418, "10102951"], [1702465445, "10143502"], [1702465481, "10221640"], [1702465517, "10323361"], [1702465550, "10425015"], [1702465586, "10559360"], [1702465619, "10650830"], [1702465658, "10793724"], [1702465706, "10940016"], [1702465754, "11135429"], [1702465787, "11247772"], [1702465823, "11352115"], [1702465856, "11412035"], [1702465880, "11517160"], [1702465910, "11608930"], [1702465952, "11715115"], [1702465988, "11853030"], [1702466015, "11946710"], [1702466030, "12012761"], [1702466060, "12074489"], [1702466078, "12145178"], [1702466138, "12252821"], [1702466168, "12341545"], [1702466204, "12454971"], [1702466237, "12633424"], [1702466261, "12711412"], [1702466291, "12758144"], [1702466327, "12858974"], [1702466360, "12934381"], [1702466384, "13026783"], [1702466417, "13148947"], [1702466441, "13206689"], [1702466471, "13273040"], [1702466507, "13432109"], [1702466540, "13525719"], [1702466597, "13687454"], [1702466633, "13748652"], [1702466666, "13811404"], [1702466705, "13947696"], [1702466732, "14013327"], [1702466765, "14107679"], [1702466801, "14200053"], [1702466852, "14324977"], [1702466876, "14386206"], [1702466918, "14448538"], [1702466978, "14633698"], [1702467014, "14785111"], [1702467038, "14885240"], [1702467068, "14956587"], [1702467122, "15065782"], [1702467158, "15118236"], [1702467191, "15210812"], [1702467221, "15385999"], [1702467257, "15495034"], [1702467299, "15623795"], [1702467350, "15826406"], [1702467386, "15921770"], [1702467419, "15980722"], [1702467455, "16125431"], [1702467515, "16339372"], [1702467542, "16451175"], [1702467566, "16602459"], [1702467599, "16716141"], [1702467635, "16820251"], [1702467668, "16909532"], [1702467695, "16970854"], [1702467716, "17083815"], [1702467746, "17192686"], [1702467800, "17408662"], [1702467824, "17533946"], [1702467908, "17853737"], [1702467944, "17967634"], [1702467968, "18089360"], [1702468001, "18162777"], [1702468031, "18226787"], [1702468067, "18441046"], [1702468085, "18622442"], [1702468115, "18728066"], [1702468151, "18807063"], [1702468181, "18926112"], [1702468208, "19010779"], [1702468241, "19225154"], [1702468256, "19358667"], [1702468286, "19471496"], [1702468322, "19603326"], [1702468352, "19751727"], [1702468388, "19910775"], [1702468424, "20030861"], [1702468457, "20163398"], [1702468493, "20331220"], [1702468517, "20525717"], [1702468550, "20614643"], [1702468586, "20811082"], [1702468613, "20994373"], [1702468637, "21073688"], [1702468679, "21199296"], [1702468721, "21306737"], [1702468730, "21418512"], [1702468766, "21538323"], [1702468799, "21640484"], [1702468835, "21752223"], [1702468898, "22093647"], [1702468934, "22293432"], [1702468970, "22459231"], [1702468994, "22620110"], [1702469024, "22714919"], [1702469060, "22850243"], [1702469111, "23073521"], [1702469144, "23258777"], [1702469168, "23334517"], [1702469204, "23405230"], [1702469237, "23488778"], [1702469273, "23607550"], [1702469303, "23765225"], [1702469336, "23918512"], [1702469360, "24040649"], [1702469387, "24078274"], [1702469411, "24153452"], [1702469435, "24235032"], [1702469468, "24304762"], [1702469504, "24392954"], [1702469537, "24445091"], [1702469573, "24497442"], [1702469606, "24635636"], [1702469633, "24757759"], [1702469660, "24913904"], [1702469684, "25044486"], [1702469717, "25168891"], [1702469753, "25286872"], [1702469786, "25385980"], [1702469816, "25454653"], [1702469834, "25534675"], [1702469864, "25578000"], [1702469906, "25736904"], [1702469936, "25803392"], [1702469972, "25967525"], [1702470005, "26109123"], [1702470029, "26170178"], [1702470065, "26343101"], [1702470101, "26459977"], [1702470131, "26654069"], [1702470167, "26797666"], [1702470203, "27041062"], [1702470251, "27221601"], [1702470278, "27298398"], [1702470311, "27420419"], [1702470347, "27523777"], [1702470371, "27586086"], [1702470404, "27756399"], [1702470440, "27870391"], [1702470476, "27960100"], [1702470506, "28097470"], [1702470542, "28273734"], [1702470575, "28379475"], [1702470611, "28537746"], [1702470635, "28707963"], [1702470662, "28770985"], [1702470686, "28899605"], [1702470719, "29009487"], [1702470746, "29109562"], [1702470812, "29332178"], [1702470845, "29431434"], [1702470875, "29517411"], [1702470899, "29604819"], [1702470953, "29715237"], [1702470983, "29801635"], [1702471025, "29851475"], [1702471067, "29960539"], [1702471169, "30132220"], [1702471193, "30248913"], [1702471226, "30331406"], [1702471265, "30394491"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "103826"], [1702462973, "103826"], [1702462988, "103826"], [1702463045, "104040"], [1702463081, "117283"], [1702463114, "117283"], [1702463150, "117283"], [1702463186, "117283"], [1702463216, "117283"], [1702463240, "118180"], [1702463273, "118180"], [1702463324, "118180"], [1702463354, "118180"], [1702463381, "118180"], [1702463417, "118180"], [1702463453, "118180"], [1702463477, "118180"], [1702463510, "118180"], [1702463537, "118180"], [1702463570, "118180"], [1702463591, "118180"], [1702463621, "118180"], [1702463657, "118180"], [1702463693, "118180"], [1702463729, "118180"], [1702463765, "118180"], [1702463798, "118180"], [1702463846, "119237"], [1702463873, "119237"], [1702463906, "119237"], [1702463948, "119237"], [1702463984, "119237"], [1702464014, "119237"], [1702464050, "119237"], [1702464086, "119237"], [1702464122, "119237"], [1702464155, "119237"], [1702464194, "119237"], [1702464230, "125157"], [1702464263, "125157"], [1702464299, "125157"], [1702464332, "125157"], [1702464356, "125157"], [1702464392, "125157"], [1702464425, "125157"], [1702464455, "125157"], [1702464479, "125157"], [1702464509, "125157"], [1702464533, "125157"], [1702464569, "125157"], [1702464605, "125157"], [1702464635, "125157"], [1702464671, "125157"], [1702464716, "125157"], [1702464743, "125157"], [1702464776, "125157"], [1702464812, "125157"], [1702464836, "125157"], [1702464869, "125157"], [1702464905, "125157"], [1702464926, "125157"], [1702464956, "125157"], [1702464992, "125157"], [1702465016, "125157"], [1702465049, "125157"], [1702465085, "125157"], [1702465118, "125157"], [1702465145, "125157"], [1702465178, "125157"], [1702465208, "125157"], [1702465241, "125157"], [1702465298, "125157"], [1702465334, "125157"], [1702465367, "125157"], [1702465394, "125157"], [1702465418, "125157"], [1702465445, "125157"], [1702465481, "125157"], [1702465517, "125157"], [1702465550, "125157"], [1702465586, "125157"], [1702465619, "125157"], [1702465658, "125157"], [1702465706, "125157"], [1702465754, "125157"], [1702465787, "125157"], [1702465823, "125157"], [1702465856, "125157"], [1702465880, "125157"], [1702465910, "125157"], [1702465952, "125157"], [1702465988, "125157"], [1702466015, "125157"], [1702466030, "125157"], [1702466060, "125157"], [1702466078, "125157"], [1702466138, "125157"], [1702466168, "125157"], [1702466204, "125157"], [1702466237, "125157"], [1702466261, "125157"], [1702466291, "125157"], [1702466327, "125157"], [1702466360, "125157"], [1702466384, "125157"], [1702466417, "125157"], [1702466441, "125157"], [1702466471, "125157"], [1702466507, "125157"], [1702466540, "125157"], [1702466597, "125157"], [1702466633, "125157"], [1702466666, "125157"], [1702466705, "125157"], [1702466732, "125157"], [1702466765, "125157"], [1702466801, "125157"], [1702466852, "125157"], [1702466876, "125157"], [1702466918, "125157"], [1702466978, "125157"], [1702467014, "125157"], [1702467038, "125157"], [1702467068, "125157"], [1702467122, "125157"], [1702467158, "125157"], [1702467191, "125157"], [1702467221, "125157"], [1702467257, "125157"], [1702467299, "125157"], [1702467350, "125157"], [1702467386, "125157"], [1702467419, "125157"], [1702467455, "125157"], [1702467515, "125157"], [1702467542, "125157"], [1702467566, "125157"], [1702467599, "125157"], [1702467635, "125157"], [1702467668, "125157"], [1702467695, "125157"], [1702467716, "125157"], [1702467746, "125157"], [1702467800, "125157"], [1702467824, "125157"], [1702467908, "125157"], [1702467944, "125157"], [1702467968, "125157"], [1702468001, "125157"], [1702468031, "125157"], [1702468067, "125157"], [1702468085, "125157"], [1702468115, "125157"], [1702468151, "125157"], [1702468181, "125157"], [1702468208, "125157"], [1702468241, "125157"], [1702468256, "125157"], [1702468286, "125157"], [1702468322, "125157"], [1702468352, "125157"], [1702468388, "125157"], [1702468424, "125157"], [1702468457, "125157"], [1702468493, "125157"], [1702468517, "125157"], [1702468550, "125157"], [1702468586, "125157"], [1702468613, "125157"], [1702468637, "125157"], [1702468679, "125157"], [1702468721, "125157"], [1702468730, "125157"], [1702468766, "125157"], [1702468799, "125157"], [1702468835, "125157"], [1702468898, "125157"], [1702468934, "125157"], [1702468970, "125157"], [1702468994, "125157"], [1702469024, "125157"], [1702469060, "125157"], [1702469111, "125157"], [1702469144, "125157"], [1702469168, "125157"], [1702469204, "125157"], [1702469237, "125157"], [1702469273, "125157"], [1702469303, "125157"], [1702469336, "125157"], [1702469360, "125157"], [1702469387, "125157"], [1702469411, "125157"], [1702469435, "125157"], [1702469468, "125157"], [1702469504, "125157"], [1702469537, "125157"], [1702469573, "125157"], [1702469606, "125157"], [1702469633, "125157"], [1702469660, "125157"], [1702469684, "125157"], [1702469717, "125157"], [1702469753, "125157"], [1702469786, "125157"], [1702469816, "125157"], [1702469834, "125157"], [1702469864, "125157"], [1702469906, "125157"], [1702469936, "125157"], [1702469972, "125157"], [1702470005, "125157"], [1702470029, "125157"], [1702470065, "125157"], [1702470101, "125157"], [1702470131, "125157"], [1702470167, "125157"], [1702470203, "125157"], [1702470251, "125157"], [1702470278, "125157"], [1702470311, "125157"], [1702470347, "125157"], [1702470371, "125157"], [1702470404, "125157"], [1702470440, "125157"], [1702470476, "125157"], [1702470506, "125157"], [1702470542, "125157"], [1702470575, "125157"], [1702470611, "125157"], [1702470635, "125157"], [1702470662, "125157"], [1702470686, "125157"], [1702470719, "125157"], [1702470746, "125157"], [1702470812, "125157"], [1702470845, "125157"], [1702470875, "125157"], [1702470899, "125157"], [1702470953, "125157"], [1702470983, "125157"], [1702471025, "125157"], [1702471067, "125157"], [1702471169, "125157"], [1702471193, "125157"], [1702471226, "125157"], [1702471265, "125157"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "103188"], [1702462808, "103363"], [1702462829, "103826"], [1702462844, "103826"], [1702462865, "103826"], [1702462880, "103826"], [1702462904, "103826"], [1702462919, "103826"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "41044"], [1702468766, "65435"], [1702468799, "103907"], [1702468835, "133713"], [1702468898, "207679"], [1702468934, "256299"], [1702468970, "288786"], [1702468994, "336346"], [1702469024, "359534"], [1702469060, "387465"], [1702469111, "444329"], [1702469144, "529429"], [1702469168, "554654"], [1702469204, "576213"], [1702469237, "602007"], [1702469273, "626406"], [1702469303, "673056"], [1702469336, "699873"], [1702469360, "712202"], [1702469387, "741482"], [1702469411, "752966"], [1702469435, "805526"], [1702469468, "825803"], [1702469504, "879440"], [1702469537, "913267"], [1702469573, "952757"], [1702469606, "987033"], [1702469633, "1025589"], [1702469660, "1070587"], [1702469684, "1139853"], [1702469717, "1200108"], [1702469753, "1229578"], [1702469786, "1277716"], [1702469816, "1303142"], [1702469834, "1343169"], [1702469864, "1384602"], [1702469906, "1456727"], [1702469936, "1472226"], [1702469972, "1492715"], [1702470005, "1506648"], [1702470029, "1530511"], [1702470065, "1567413"], [1702470101, "1614525"], [1702470131, "1660190"], [1702470167, "1749779"], [1702470203, "1779511"], [1702470251, "1825912"], [1702470278, "1839809"], [1702470311, "1866391"], [1702470347, "1905942"], [1702470371, "1928609"], [1702470404, "1938187"], [1702470440, "1952395"], [1702470476, "1958423"], [1702470506, "1981810"], [1702470542, "2046752"], [1702470575, "2083882"], [1702470611, "2115376"], [1702470635, "2157226"], [1702470662, "2177901"], [1702470686, "2287448"], [1702470719, "2305223"], [1702470746, "2334193"], [1702470812, "2374140"], [1702470845, "2409837"], [1702470875, "2437926"], [1702470899, "2456942"], [1702470953, "2468947"], [1702470983, "2500334"], [1702471025, "2515400"], [1702471067, "2578207"], [1702471169, "2656800"], [1702471193, "2677413"], [1702471226, "2716837"], [1702471265, "2732480"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "989213"], [1702462844, "989272"], [1702462865, "989272"], [1702462880, "989272"], [1702462904, "989679"], [1702462919, "990027"], [1702462952, "990832"], [1702462973, "990832"], [1702462988, "990832"], [1702463045, "990962"], [1702463081, "991953"], [1702463114, "994182"], [1702463150, "994182"], [1702463186, "996013"], [1702463216, "996013"], [1702463240, "996013"], [1702463273, "996013"], [1702463324, "996013"], [1702463354, "996013"], [1702463381, "996013"], [1702463417, "997584"], [1702463453, "997584"], [1702463477, "999134"], [1702463510, "999134"], [1702463537, "1000286"], [1702463570, "1000657"], [1702463591, "1001671"], [1702463621, "1002417"], [1702463657, "1002417"], [1702463693, "1002417"], [1702463729, "1003087"], [1702463765, "1003087"], [1702463798, "1003087"], [1702463846, "1004409"], [1702463873, "1005837"], [1702463906, "1006226"], [1702463948, "1006533"], [1702463984, "1006533"], [1702464014, "1006533"], [1702464050, "1006533"], [1702464086, "1006533"], [1702464122, "1006533"], [1702464155, "1006533"], [1702464194, "1006533"], [1702464230, "1006533"], [1702464263, "1006533"], [1702464299, "1006533"], [1702464332, "1029061"], [1702464356, "1029061"], [1702464392, "1029202"], [1702464425, "1029868"], [1702464455, "1029868"], [1702464479, "1029868"], [1702464509, "1029868"], [1702464533, "1029868"], [1702464569, "1029868"], [1702464605, "1030038"], [1702464635, "1031447"], [1702464671, "1031447"], [1702464716, "1031447"], [1702464743, "1031447"], [1702464776, "1031447"], [1702464812, "1031447"], [1702464836, "1033052"], [1702464869, "1033052"], [1702464905, "1033285"], [1702464926, "1033285"], [1702464956, "1033285"], [1702464992, "1033285"], [1702465016, "1033285"], [1702465049, "1033285"], [1702465085, "1033285"], [1702465118, "1033285"], [1702465145, "1033285"], [1702465178, "1033285"], [1702465208, "1033285"], [1702465241, "1033285"], [1702465298, "1033285"], [1702465334, "1033285"], [1702465367, "1033285"], [1702465394, "1033285"], [1702465418, "1033285"], [1702465445, "1033285"], [1702465481, "1033285"], [1702465517, "1033285"], [1702465550, "1033285"], [1702465586, "1033285"], [1702465619, "1033285"], [1702465658, "1033285"], [1702465706, "1033285"], [1702465754, "1033285"], [1702465787, "1033285"], [1702465823, "1033285"], [1702465856, "1033285"], [1702465880, "1033285"], [1702465910, "1033285"], [1702465952, "1033285"], [1702465988, "1033285"], [1702466015, "1033285"], [1702466030, "1033285"], [1702466060, "1033285"], [1702466078, "1033285"], [1702466138, "1033285"], [1702466168, "1033285"], [1702466204, "1033285"], [1702466237, "1033285"], [1702466261, "1033285"], [1702466291, "1033285"], [1702466327, "1033285"], [1702466360, "1033285"], [1702466384, "1033285"], [1702466417, "1033285"], [1702466441, "1033285"], [1702466471, "1033285"], [1702466507, "1033285"], [1702466540, "1033285"], [1702466597, "1033285"], [1702466633, "1033285"], [1702466666, "1033285"], [1702466705, "1033285"], [1702466732, "1033285"], [1702466765, "1033285"], [1702466801, "1033285"], [1702466852, "1033285"], [1702466876, "1033285"], [1702466918, "1033285"], [1702466978, "1033285"], [1702467014, "1033285"], [1702467038, "1033285"], [1702467068, "1033285"], [1702467122, "1033321"], [1702467158, "1033321"], [1702467191, "1033321"], [1702467221, "1033321"], [1702467257, "1033321"], [1702467299, "1033321"], [1702467350, "1033321"], [1702467386, "1033321"], [1702467419, "1033321"], [1702467455, "1033321"], [1702467515, "1033321"], [1702467542, "1033321"], [1702467566, "1033321"], [1702467599, "1033321"], [1702467635, "1033321"], [1702467668, "1033321"], [1702467695, "1033321"], [1702467716, "1033321"], [1702467746, "1033321"], [1702467800, "1033321"], [1702467824, "1033321"], [1702467908, "1033321"], [1702467944, "1033337"], [1702467968, "1033337"], [1702468001, "1033337"], [1702468031, "1033337"], [1702468067, "1033337"], [1702468085, "1033337"], [1702468115, "1033337"], [1702468151, "1033337"], [1702468181, "1033337"], [1702468208, "1033337"], [1702468241, "1033337"], [1702468256, "1033337"], [1702468286, "1033337"], [1702468322, "1033337"], [1702468352, "1033337"], [1702468388, "1033337"], [1702468424, "1033337"], [1702468457, "1033337"], [1702468493, "1033337"], [1702468517, "1033337"], [1702468550, "1033337"], [1702468586, "1033337"], [1702468613, "1033337"], [1702468637, "1033867"], [1702468679, "1033867"], [1702468721, "1033867"], [1702468730, "1033867"], [1702468766, "1033867"], [1702468799, "1033867"], [1702468835, "1033867"], [1702468898, "1033867"], [1702468934, "1033867"], [1702468970, "1033867"], [1702468994, "1033867"], [1702469024, "1033867"], [1702469060, "1033867"], [1702469111, "1033867"], [1702469144, "1033867"], [1702469168, "1033867"], [1702469204, "1033867"], [1702469237, "1033867"], [1702469273, "1033867"], [1702469303, "1033867"], [1702469336, "1033867"], [1702469360, "1033867"], [1702469387, "1033867"], [1702469411, "1033867"], [1702469435, "1033867"], [1702469468, "1033867"], [1702469504, "1033867"], [1702469537, "1033867"], [1702469573, "1033867"], [1702469606, "1033867"], [1702469633, "1033867"], [1702469660, "1033867"], [1702469684, "1033867"], [1702469717, "1033867"], [1702469753, "1033867"], [1702469786, "1033867"], [1702469816, "1033867"], [1702469834, "1033867"], [1702469864, "1033867"], [1702469906, "1033867"], [1702469936, "1033867"], [1702469972, "1033867"], [1702470005, "1033867"], [1702470029, "1033867"], [1702470065, "1033867"], [1702470101, "1033867"], [1702470131, "1033867"], [1702470167, "1033867"], [1702470203, "1033867"], [1702470251, "1033867"], [1702470278, "1033867"], [1702470311, "1033867"], [1702470347, "1033867"], [1702470371, "1033867"], [1702470404, "1033867"], [1702470440, "1033867"], [1702470476, "1033867"], [1702470506, "1033867"], [1702470542, "1033867"], [1702470575, "1033867"], [1702470611, "1033867"], [1702470635, "1033867"], [1702470662, "1033867"], [1702470686, "1033867"], [1702470719, "1033867"], [1702470746, "1033867"], [1702470812, "1033867"], [1702470845, "1033867"], [1702470875, "1033867"], [1702470899, "1033867"], [1702470953, "1033867"], [1702470983, "1033867"], [1702471025, "1033867"], [1702471067, "1033867"], [1702471169, "1033867"], [1702471193, "1033867"], [1702471226, "1033867"], [1702471265, "1033867"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "29569"], [1702462721, "981776"], [1702462736, "981776"], [1702462751, "981826"], [1702462763, "987775"], [1702462793, "988823"], [1702462808, "988856"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "100410"], [1702462721, "106319"], [1702462736, "107256"], [1702462751, "114197"], [1702462763, "114479"], [1702462793, "119446"], [1702462808, "119446"], [1702462829, "119811"], [1702462844, "121340"], [1702462865, "122603"], [1702462880, "122603"], [1702462904, "123252"], [1702462919, "123252"], [1702462952, "124617"], [1702462973, "124617"], [1702462988, "124617"], [1702463045, "136840"], [1702463081, "146604"], [1702463114, "152998"], [1702463150, "152998"], [1702463186, "154001"], [1702463216, "154001"], [1702463240, "154001"], [1702463273, "200557"], [1702463324, "203692"], [1702463354, "203692"], [1702463381, "203692"], [1702463417, "203692"], [1702463453, "206196"], [1702463477, "206196"], [1702463510, "206196"], [1702463537, "207459"], [1702463570, "208507"], [1702463591, "211193"], [1702463621, "211193"], [1702463657, "211193"], [1702463693, "212831"], [1702463729, "227669"], [1702463765, "227669"], [1702463798, "229222"], [1702463846, "229222"], [1702463873, "261004"], [1702463906, "261004"], [1702463948, "261615"], [1702463984, "262839"], [1702464014, "262839"], [1702464050, "263238"], [1702464086, "281522"], [1702464122, "283229"], [1702464155, "283672"], [1702464194, "285693"], [1702464230, "286940"], [1702464263, "292736"], [1702464299, "292736"], [1702464332, "294025"], [1702464356, "295433"], [1702464392, "302029"], [1702464425, "306515"], [1702464455, "314185"], [1702464479, "317737"], [1702464509, "317737"], [1702464533, "320879"], [1702464569, "325842"], [1702464605, "325842"], [1702464635, "326504"], [1702464671, "326504"], [1702464716, "331908"], [1702464743, "335595"], [1702464776, "336570"], [1702464812, "338416"], [1702464836, "338600"], [1702464869, "340187"], [1702464905, "341318"], [1702464926, "343175"], [1702464956, "357623"], [1702464992, "358018"], [1702465016, "372920"], [1702465049, "372920"], [1702465085, "373919"], [1702465118, "373919"], [1702465145, "384075"], [1702465178, "384075"], [1702465208, "394785"], [1702465241, "394785"], [1702465298, "397901"], [1702465334, "397901"], [1702465367, "397901"], [1702465394, "397901"], [1702465418, "405146"], [1702465445, "453698"], [1702465481, "461443"], [1702465517, "462823"], [1702465550, "472124"], [1702465586, "505347"], [1702465619, "506449"], [1702465658, "516759"], [1702465706, "516759"], [1702465754, "516759"], [1702465787, "517449"], [1702465823, "518934"], [1702465856, "525947"], [1702465880, "525947"], [1702465910, "526892"], [1702465952, "535392"], [1702465988, "537177"], [1702466015, "545401"], [1702466030, "545401"], [1702466060, "548089"], [1702466078, "548089"], [1702466138, "554067"], [1702466168, "558085"], [1702466204, "565709"], [1702466237, "565709"], [1702466261, "572845"], [1702466291, "581957"], [1702466327, "582463"], [1702466360, "587038"], [1702466384, "593361"], [1702466417, "594858"], [1702466441, "595487"], [1702466471, "596097"], [1702466507, "596097"], [1702466540, "606500"], [1702466597, "616954"], [1702466633, "626431"], [1702466666, "630206"], [1702466705, "635505"], [1702466732, "635822"], [1702466765, "636856"], [1702466801, "658088"], [1702466852, "663173"], [1702466876, "663173"], [1702466918, "686219"], [1702466978, "699436"], [1702467014, "699436"], [1702467038, "699617"], [1702467068, "700191"], [1702467122, "712033"], [1702467158, "742783"], [1702467191, "742783"], [1702467221, "746589"], [1702467257, "746589"], [1702467299, "755291"], [1702467350, "762755"], [1702467386, "765750"], [1702467419, "766511"], [1702467455, "770013"], [1702467515, "791838"], [1702467542, "791838"], [1702467566, "794825"], [1702467599, "794825"], [1702467635, "794825"], [1702467668, "794825"], [1702467695, "795923"], [1702467716, "797595"], [1702467746, "798507"], [1702467800, "799023"], [1702467824, "801228"], [1702467908, "801228"], [1702467944, "802541"], [1702467968, "803925"], [1702468001, "806099"], [1702468031, "806099"], [1702468067, "806901"], [1702468085, "810537"], [1702468115, "815702"], [1702468151, "815702"], [1702468181, "817006"], [1702468208, "817006"], [1702468241, "818396"], [1702468256, "822641"], [1702468286, "822962"], [1702468322, "824463"], [1702468352, "824463"], [1702468388, "826788"], [1702468424, "829268"], [1702468457, "831525"], [1702468493, "835886"], [1702468517, "842046"], [1702468550, "845790"], [1702468586, "845790"], [1702468613, "845790"], [1702468637, "845790"], [1702468679, "845790"], [1702468721, "845790"], [1702468730, "873856"], [1702468766, "877627"], [1702468799, "877627"], [1702468835, "877627"], [1702468898, "878836"], [1702468934, "878836"], [1702468970, "880942"], [1702468994, "893751"], [1702469024, "894210"], [1702469060, "902021"], [1702469111, "908593"], [1702469144, "914473"], [1702469168, "923757"], [1702469204, "925761"], [1702469237, "925761"], [1702469273, "926097"], [1702469303, "926668"], [1702469336, "935251"], [1702469360, "953147"], [1702469387, "955693"], [1702469411, "956288"], [1702469435, "956605"], [1702469468, "956605"], [1702469504, "958096"], [1702469537, "961530"], [1702469573, "962351"], [1702469606, "963687"], [1702469633, "963687"], [1702469660, "970205"], [1702469684, "975249"], [1702469717, "990118"], [1702469753, "992083"], [1702469786, "995834"], [1702469816, "997998"], [1702469834, "997998"], [1702469864, "998580"], [1702469906, "1000944"], [1702469936, "1003255"], [1702469972, "1003255"], [1702470005, "1003255"], [1702470029, "1003255"], [1702470065, "1003669"], [1702470101, "1014286"], [1702470131, "1014286"], [1702470167, "1017976"], [1702470203, "1023725"], [1702470251, "1025926"], [1702470278, "1044925"], [1702470311, "1049480"], [1702470347, "1059211"], [1702470371, "1059930"], [1702470404, "1070436"], [1702470440, "1071615"], [1702470476, "1071615"], [1702470506, "1075339"], [1702470542, "1082192"], [1702470575, "1090391"], [1702470611, "1090391"], [1702470635, "1091429"], [1702470662, "1091429"], [1702470686, "1096475"], [1702470719, "1100692"], [1702470746, "1100692"], [1702470812, "1108772"], [1702470845, "1109908"], [1702470875, "1121584"], [1702470899, "1123540"], [1702470953, "1127285"], [1702470983, "1129155"], [1702471025, "1129155"], [1702471067, "1130295"], [1702471169, "1137220"], [1702471193, "1138624"], [1702471226, "1143318"], [1702471265, "1144388"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "827204"], [1702462721, "859223"], [1702462736, "903794"], [1702462751, "976863"], [1702462763, "1033828"], [1702462793, "1141058"], [1702462808, "1182212"], [1702462829, "1207119"], [1702462844, "1279232"], [1702462865, "1304979"], [1702462880, "1340744"], [1702462904, "1397709"], [1702462919, "1410972"], [1702462952, "1454426"], [1702462973, "1483422"], [1702462988, "1509448"], [1702463045, "1556383"], [1702463081, "1564476"], [1702463114, "1609914"], [1702463150, "1668482"], [1702463186, "1718603"], [1702463216, "1763381"], [1702463240, "1813805"], [1702463273, "1866001"], [1702463324, "1935783"], [1702463354, "1980418"], [1702463381, "2050504"], [1702463417, "2105581"], [1702463453, "2151840"], [1702463477, "2199212"], [1702463510, "2234416"], [1702463537, "2281866"], [1702463570, "2323923"], [1702463591, "2352336"], [1702463621, "2403449"], [1702463657, "2471332"], [1702463693, "2561630"], [1702463729, "2626473"], [1702463765, "2693896"], [1702463798, "2766839"], [1702463846, "2873843"], [1702463873, "3230424"], [1702463906, "3269820"], [1702463948, "3338829"], [1702463984, "3405348"], [1702464014, "3449013"], [1702464050, "3487255"], [1702464086, "3544624"], [1702464122, "3654076"], [1702464155, "3711376"], [1702464194, "3746561"], [1702464230, "3823907"], [1702464263, "3916778"], [1702464299, "4027551"], [1702464332, "4142633"], [1702464356, "4197430"], [1702464392, "4248208"], [1702464425, "4330233"], [1702464455, "4531823"], [1702464479, "4569012"], [1702464509, "4605157"], [1702464533, "4645481"], [1702464569, "4745080"], [1702464605, "4809898"], [1702464635, "4863073"], [1702464671, "4927967"], [1702464716, "5019510"], [1702464743, "5091511"], [1702464776, "5153396"], [1702464812, "5208660"], [1702464836, "5286599"], [1702464869, "5354015"], [1702464905, "5412194"], [1702464926, "5499756"], [1702464956, "5559795"], [1702464992, "5634800"], [1702465016, "5681079"], [1702465049, "5739564"], [1702465085, "6065521"], [1702465118, "6126631"], [1702465145, "6188127"], [1702465178, "6241477"], [1702465208, "6334205"], [1702465241, "6398951"], [1702465298, "6513460"], [1702465334, "6576597"], [1702465367, "6703584"], [1702465394, "6736746"], [1702465418, "6793045"], [1702465445, "6845797"], [1702465481, "7154424"], [1702465517, "7229777"], [1702465550, "7291387"], [1702465586, "7365297"], [1702465619, "7419705"], [1702465658, "7557080"], [1702465706, "7622267"], [1702465754, "7776418"], [1702465787, "7864378"], [1702465823, "7941985"], [1702465856, "8006927"], [1702465880, "8038397"], [1702465910, "8093159"], [1702465952, "8177919"], [1702465988, "8308310"], [1702466015, "8380902"], [1702466030, "8437592"], [1702466060, "8472484"], [1702466078, "8507796"], [1702466138, "8592382"], [1702466168, "8657777"], [1702466204, "8718149"], [1702466237, "9141410"], [1702466261, "9638988"], [1702466291, "9681208"], [1702466327, "9745858"], [1702466360, "9817262"], [1702466384, "9893360"], [1702466417, "9956072"], [1702466441, "10025530"], [1702466471, "10088074"], [1702466507, "10163894"], [1702466540, "10211727"], [1702466597, "10345255"], [1702466633, "10413508"], [1702466666, "10507890"], [1702466705, "10544373"], [1702466732, "10658190"], [1702466765, "10727077"], [1702466801, "10795976"], [1702466852, "10927611"], [1702466876, "10980144"], [1702466918, "11090218"], [1702466978, "11298453"], [1702467014, "11393735"], [1702467038, "11458798"], [1702467068, "11527616"], [1702467122, "11642284"], [1702467158, "11690687"], [1702467191, "11758068"], [1702467221, "11802438"], [1702467257, "11842714"], [1702467299, "11923840"], [1702467350, "12020644"], [1702467386, "12079115"], [1702467419, "12169062"], [1702467455, "12243000"], [1702467515, "12386524"], [1702467542, "12444783"], [1702467566, "12495021"], [1702467599, "12532100"], [1702467635, "12636539"], [1702467668, "12708893"], [1702467695, "12830563"], [1702467716, "12961435"], [1702467746, "13052906"], [1702467800, "13235768"], [1702467824, "13300469"], [1702467908, "13608430"], [1702467944, "13674996"], [1702467968, "13750608"], [1702468001, "13791507"], [1702468031, "13815830"], [1702468067, "13901767"], [1702468085, "13952405"], [1702468115, "13989665"], [1702468151, "14054797"], [1702468181, "14175090"], [1702468208, "14278978"], [1702468241, "14425317"], [1702468256, "14488315"], [1702468286, "14522916"], [1702468322, "14597624"], [1702468352, "14685653"], [1702468388, "14746336"], [1702468424, "14792016"], [1702468457, "14830789"], [1702468493, "14905179"], [1702468517, "14957301"], [1702468550, "14985099"], [1702468586, "15108870"], [1702468613, "15207878"], [1702468637, "15259477"], [1702468679, "15326500"], [1702468721, "15393090"], [1702468730, "15469260"], [1702468766, "15551834"], [1702468799, "15596418"], [1702468835, "15686627"], [1702468898, "15802772"], [1702468934, "15962948"], [1702468970, "16114515"], [1702468994, "16195445"], [1702469024, "16230495"], [1702469060, "17000514"], [1702469111, "17124533"], [1702469144, "17214267"], [1702469168, "17250657"], [1702469204, "17332458"], [1702469237, "17451896"], [1702469273, "17551605"], [1702469303, "17658119"], [1702469336, "17745178"], [1702469360, "17872051"], [1702469387, "17912932"], [1702469411, "17979076"], [1702469435, "18030650"], [1702469468, "18082005"], [1702469504, "18139741"], [1702469537, "18182709"], [1702469573, "18245556"], [1702469606, "18283131"], [1702469633, "18315437"], [1702469660, "18435265"], [1702469684, "18568254"], [1702469717, "18641538"], [1702469753, "18766795"], [1702469786, "18902122"], [1702469816, "18967282"], [1702469834, "19076732"], [1702469864, "19140963"], [1702469906, "19280564"], [1702469936, "19358479"], [1702469972, "19416604"], [1702470005, "19476366"], [1702470029, "19512986"], [1702470065, "19581234"], [1702470101, "19674286"], [1702470131, "19733327"], [1702470167, "19819077"], [1702470203, "19939400"], [1702470251, "20064028"], [1702470278, "20165847"], [1702470311, "20243810"], [1702470347, "20324819"], [1702470371, "20404924"], [1702470404, "20436954"], [1702470440, "20493961"], [1702470476, "20596075"], [1702470506, "20666718"], [1702470542, "20759245"], [1702470575, "20871326"], [1702470611, "20982210"], [1702470635, "21098544"], [1702470662, "21121098"], [1702470686, "21195194"], [1702470719, "21270046"], [1702470746, "21319982"], [1702470812, "21415238"], [1702470845, "21452361"], [1702470875, "21504461"], [1702470899, "21549350"], [1702470953, "21601671"], [1702470983, "21649056"], [1702471025, "22985484"], [1702471067, "23090761"], [1702471169, "23352548"], [1702471193, "23398764"], [1702471226, "23491849"], [1702471265, "23578215"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "466855"], [1702462721, "490046"], [1702462736, "525910"], [1702462751, "536627"], [1702462763, "546141"], [1702462793, "561435"], [1702462808, "565550"], [1702462829, "569243"], [1702462844, "760818"], [1702462865, "770688"], [1702462880, "795885"], [1702462904, "813245"], [1702462919, "830369"], [1702462952, "910774"], [1702462973, "947046"], [1702462988, "1241231"], [1702463045, "1341542"], [1702463081, "1419505"], [1702463114, "1462172"], [1702463150, "1519111"], [1702463186, "1574041"], [1702463216, "1605731"], [1702463240, "1809357"], [1702463273, "1840208"], [1702463324, "1956157"], [1702463354, "2009267"], [1702463381, "2053110"], [1702463417, "2147646"], [1702463453, "2276604"], [1702463477, "2315539"], [1702463510, "2338963"], [1702463537, "2384433"], [1702463570, "2465905"], [1702463591, "2526812"], [1702463621, "2555927"], [1702463657, "2620624"], [1702463693, "2791651"], [1702463729, "2857844"], [1702463765, "2930450"], [1702463798, "3051296"], [1702463846, "3113346"], [1702463873, "3154760"], [1702463906, "3211810"], [1702463948, "3293605"], [1702463984, "3339464"], [1702464014, "3418580"], [1702464050, "3478159"], [1702464086, "3544943"], [1702464122, "3615551"], [1702464155, "3686126"], [1702464194, "3772254"], [1702464230, "3826163"], [1702464263, "3903312"], [1702464299, "3947310"], [1702464332, "4037639"], [1702464356, "4069611"], [1702464392, "4134106"], [1702464425, "4291518"], [1702464455, "4366863"], [1702464479, "4416599"], [1702464509, "4493535"], [1702464533, "4561716"], [1702464569, "4627502"], [1702464605, "4703748"], [1702464635, "4787999"], [1702464671, "4866838"], [1702464716, "4946085"], [1702464743, "4982585"], [1702464776, "5017890"], [1702464812, "5082612"], [1702464836, "5176120"], [1702464869, "5235666"], [1702464905, "5277330"], [1702464926, "5327713"], [1702464956, "5377344"], [1702464992, "5436317"], [1702465016, "5473101"], [1702465049, "5545348"], [1702465085, "5619291"], [1702465118, "5686490"], [1702465145, "5748869"], [1702465178, "5772558"], [1702465208, "5826513"], [1702465241, "5914206"], [1702465298, "5996349"], [1702465334, "6038212"], [1702465367, "6122550"], [1702465394, "6179901"], [1702465418, "6237512"], [1702465445, "6269941"], [1702465481, "6324983"], [1702465517, "6410683"], [1702465550, "6484124"], [1702465586, "6571203"], [1702465619, "6616974"], [1702465658, "6704819"], [1702465706, "6725924"], [1702465754, "6809742"], [1702465787, "6883011"], [1702465823, "6930881"], [1702465856, "7006133"], [1702465880, "7034920"], [1702465910, "7112085"], [1702465952, "7174320"], [1702465988, "7244845"], [1702466015, "7323719"], [1702466030, "7370788"], [1702466060, "7407024"], [1702466078, "7421244"], [1702466138, "7485035"], [1702466168, "7578181"], [1702466204, "7650693"], [1702466237, "7698789"], [1702466261, "7773917"], [1702466291, "7804147"], [1702466327, "7887417"], [1702466360, "7971978"], [1702466384, "8041838"], [1702466417, "8111156"], [1702466441, "8161164"], [1702466471, "8214234"], [1702466507, "8304500"], [1702466540, "8365840"], [1702466597, "8471796"], [1702466633, "8535650"], [1702466666, "8591768"], [1702466705, "8659893"], [1702466732, "8720479"], [1702466765, "8790363"], [1702466801, "8857447"], [1702466852, "8983308"], [1702466876, "9004595"], [1702466918, "9064974"], [1702466978, "9207309"], [1702467014, "9249842"], [1702467038, "9268030"], [1702467068, "9317319"], [1702467122, "9452677"], [1702467158, "9531129"], [1702467191, "9611047"], [1702467221, "9658243"], [1702467257, "9736439"], [1702467299, "9819369"], [1702467350, "9974058"], [1702467386, "10062375"], [1702467419, "10174009"], [1702467455, "10285026"], [1702467515, "10540240"], [1702467542, "10640787"], [1702467566, "10731885"], [1702467599, "10793939"], [1702467635, "10867510"], [1702467668, "10957778"], [1702467695, "10991009"], [1702467716, "11054905"], [1702467746, "11106576"], [1702467800, "11231774"], [1702467824, "11327288"], [1702467908, "11601851"], [1702467944, "11697394"], [1702467968, "11790129"], [1702468001, "11839642"], [1702468031, "11883826"], [1702468067, "11965092"], [1702468085, "12037915"], [1702468115, "12138940"], [1702468151, "12212388"], [1702468181, "12280482"], [1702468208, "12367739"], [1702468241, "12485433"], [1702468256, "12545618"], [1702468286, "12567073"], [1702468322, "12657807"], [1702468352, "12714953"], [1702468388, "12842033"], [1702468424, "12920550"], [1702468457, "12964491"], [1702468493, "13048472"], [1702468517, "13103049"], [1702468550, "13188283"], [1702468586, "13334252"], [1702468613, "13403670"], [1702468637, "13458936"], [1702468679, "13554613"], [1702468721, "13623799"], [1702468730, "13702221"], [1702468766, "13746700"], [1702468799, "13773586"], [1702468835, "13853034"], [1702468898, "13978027"], [1702468934, "14194307"], [1702468970, "14257740"], [1702468994, "14357393"], [1702469024, "14410337"], [1702469060, "14489461"], [1702469111, "14682206"], [1702469144, "14752990"], [1702469168, "14800679"], [1702469204, "14868889"], [1702469237, "14953324"], [1702469273, "15074568"], [1702469303, "15159692"], [1702469336, "15271911"], [1702469360, "15340445"], [1702469387, "15388416"], [1702469411, "15428023"], [1702469435, "15474556"], [1702469468, "15509970"], [1702469504, "15584946"], [1702469537, "15643536"], [1702469573, "15698128"], [1702469606, "15764488"], [1702469633, "15801416"], [1702469660, "15853985"], [1702469684, "15926036"], [1702469717, "15995788"], [1702469753, "16108605"], [1702469786, "16190491"], [1702469816, "16212344"], [1702469834, "16265554"], [1702469864, "16323819"], [1702469906, "16426758"], [1702469936, "16500702"], [1702469972, "16559512"], [1702470005, "16654342"], [1702470029, "16691020"], [1702470065, "16734168"], [1702470101, "16820800"], [1702470131, "16881458"], [1702470167, "16973795"], [1702470203, "17071291"], [1702470251, "17186892"], [1702470278, "17291870"], [1702470311, "17362912"], [1702470347, "17463698"], [1702470371, "17515682"], [1702470404, "17616040"], [1702470440, "17666974"], [1702470476, "17856993"], [1702470506, "17915196"], [1702470542, "18007586"], [1702470575, "18084324"], [1702470611, "18160214"], [1702470635, "18305071"], [1702470662, "18380942"], [1702470686, "18421975"], [1702470719, "18478362"], [1702470746, "18557042"], [1702470812, "18675254"], [1702470845, "18755305"], [1702470875, "18790570"], [1702470899, "18862478"], [1702470953, "18945588"], [1702470983, "19028274"], [1702471025, "19112975"], [1702471067, "19225510"], [1702471169, "19421054"], [1702471193, "19464453"], [1702471226, "19523670"], [1702471265, "19586066"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "710885"], [1702462721, "803099"], [1702462736, "862747"], [1702462751, "868403"], [1702462763, "882542"], [1702462793, "972315"], [1702462808, "1007206"], [1702462829, "1255400"], [1702462844, "1288856"], [1702462865, "1303748"], [1702462880, "1376775"], [1702462904, "1763728"], [1702462919, "1775522"], [1702462952, "1814443"], [1702462973, "1850196"], [1702462988, "1883449"], [1702463045, "2072450"], [1702463081, "2201842"], [1702463114, "2308507"], [1702463150, "2353079"], [1702463186, "2453795"], [1702463216, "2520302"], [1702463240, "2796416"], [1702463273, "2846806"], [1702463324, "2950026"], [1702463354, "3025812"], [1702463381, "3191592"], [1702463417, "3304166"], [1702463453, "3345797"], [1702463477, "3379960"], [1702463510, "3461039"], [1702463537, "3548229"], [1702463570, "3588592"], [1702463591, "3660780"], [1702463621, "3711108"], [1702463657, "3811888"], [1702463693, "3910793"], [1702463729, "3999211"], [1702463765, "4046529"], [1702463798, "4151658"], [1702463846, "4235280"], [1702463873, "4290640"], [1702463906, "4326380"], [1702463948, "4391654"], [1702463984, "4454668"], [1702464014, "4519137"], [1702464050, "4647203"], [1702464086, "4736312"], [1702464122, "4806982"], [1702464155, "4837647"], [1702464194, "4922378"], [1702464230, "5011083"], [1702464263, "5188951"], [1702464299, "5292249"], [1702464332, "5370277"], [1702464356, "5415038"], [1702464392, "5469397"], [1702464425, "5539921"], [1702464455, "5684729"], [1702464479, "5859653"], [1702464509, "5915027"], [1702464533, "6010766"], [1702464569, "6114070"], [1702464605, "6217795"], [1702464635, "6309281"], [1702464671, "6419189"], [1702464716, "6487238"], [1702464743, "6585294"], [1702464776, "6660867"], [1702464812, "6739980"], [1702464836, "6858429"], [1702464869, "6945056"], [1702464905, "6992120"], [1702464926, "7045308"], [1702464956, "7120470"], [1702464992, "7243879"], [1702465016, "7294132"], [1702465049, "7342844"], [1702465085, "7520641"], [1702465118, "7609921"], [1702465145, "7657489"], [1702465178, "7680838"], [1702465208, "7758296"], [1702465241, "7858885"], [1702465298, "7995013"], [1702465334, "8112355"], [1702465367, "8225659"], [1702465394, "8304786"], [1702465418, "8367008"], [1702465445, "8421202"], [1702465481, "8535578"], [1702465517, "8627838"], [1702465550, "8678086"], [1702465586, "8787148"], [1702465619, "8865841"], [1702465658, "8905927"], [1702465706, "8922837"], [1702465754, "8980222"], [1702465787, "9050608"], [1702465823, "9174137"], [1702465856, "9293475"], [1702465880, "9393969"], [1702465910, "9538539"], [1702465952, "9664072"], [1702465988, "9790083"], [1702466015, "9941834"], [1702466030, "9983563"], [1702466060, "10017387"], [1702466078, "10053468"], [1702466138, "10120718"], [1702466168, "10195242"], [1702466204, "10277307"], [1702466237, "10358857"], [1702466261, "10430368"], [1702466291, "10468847"], [1702466327, "10552266"], [1702466360, "10596087"], [1702466384, "10665664"], [1702466417, "10714671"], [1702466441, "10768726"], [1702466471, "10820169"], [1702466507, "10868443"], [1702466540, "10940378"], [1702466597, "11015328"], [1702466633, "11090299"], [1702466666, "11186935"], [1702466705, "11292856"], [1702466732, "11391209"], [1702466765, "11466193"], [1702466801, "11562348"], [1702466852, "11645503"], [1702466876, "11692154"], [1702466918, "11784189"], [1702466978, "11982100"], [1702467014, "12063494"], [1702467038, "12183324"], [1702467068, "12230763"], [1702467122, "12356268"], [1702467158, "12412158"], [1702467191, "12497081"], [1702467221, "12543136"], [1702467257, "12615165"], [1702467299, "12708333"], [1702467350, "12840747"], [1702467386, "12979316"], [1702467419, "13075047"], [1702467455, "13172498"], [1702467515, "13433316"], [1702467542, "13544660"], [1702467566, "13703881"], [1702467599, "13825389"], [1702467635, "13925385"], [1702467668, "14036724"], [1702467695, "14605840"], [1702467716, "14689713"], [1702467746, "14761831"], [1702467800, "14898580"], [1702467824, "15115758"], [1702467908, "15249549"], [1702467944, "15303432"], [1702467968, "15356691"], [1702468001, "15432526"], [1702468031, "16246915"], [1702468067, "16395816"], [1702468085, "16483387"], [1702468115, "16539338"], [1702468151, "16672887"], [1702468181, "16805767"], [1702468208, "16846421"], [1702468241, "16914520"], [1702468256, "16980913"], [1702468286, "17060409"], [1702468322, "17131794"], [1702468352, "17815018"], [1702468388, "17937104"], [1702468424, "18018993"], [1702468457, "18145550"], [1702468493, "18239899"], [1702468517, "18378742"], [1702468550, "18456793"], [1702468586, "19066825"], [1702468613, "19244620"], [1702468637, "19342641"], [1702468679, "19519557"], [1702468721, "19614052"], [1702468730, "19690501"], [1702468766, "19761322"], [1702468799, "19894040"], [1702468835, "20054603"], [1702468898, "20334778"], [1702468934, "20530748"], [1702468970, "20786237"], [1702468994, "20883659"], [1702469024, "21003152"], [1702469060, "21183542"], [1702469111, "21376592"], [1702469144, "21484666"], [1702469168, "21559125"], [1702469204, "21696694"], [1702469237, "21811964"], [1702469273, "21897215"], [1702469303, "21949375"], [1702469336, "22113483"], [1702469360, "22288266"], [1702469387, "22400459"], [1702469411, "22484893"], [1702469435, "22538518"], [1702469468, "22634699"], [1702469504, "22718646"], [1702469537, "22850542"], [1702469573, "22895509"], [1702469606, "22930720"], [1702469633, "22952774"], [1702469660, "23053993"], [1702469684, "23142820"], [1702469717, "23231652"], [1702469753, "23337238"], [1702469786, "23397849"], [1702469816, "23457161"], [1702469834, "23563771"], [1702469864, "23660265"], [1702469906, "23780815"], [1702469936, "23819619"], [1702469972, "23849348"], [1702470005, "23922897"], [1702470029, "23933634"], [1702470065, "23995700"], [1702470101, "24102609"], [1702470131, "24267733"], [1702470167, "24479928"], [1702470203, "24666376"], [1702470251, "24814731"], [1702470278, "24922987"], [1702470311, "24977847"], [1702470347, "25073058"], [1702470371, "25172212"], [1702470404, "25214702"], [1702470440, "25305918"], [1702470476, "25338031"], [1702470506, "25430228"], [1702470542, "25703909"], [1702470575, "25865038"], [1702470611, "26185065"], [1702470635, "26430235"], [1702470662, "26559009"], [1702470686, "26688424"], [1702470719, "26790386"], [1702470746, "26973809"], [1702470812, "27152306"], [1702470845, "27230519"], [1702470875, "27312604"], [1702470899, "27359424"], [1702470953, "27545625"], [1702470983, "27615305"], [1702471025, "27746640"], [1702471067, "27953022"], [1702471169, "28294016"], [1702471193, "28425296"], [1702471226, "28485449"], [1702471265, "28555020"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "843258"], [1702462721, "861258"], [1702462736, "886763"], [1702462751, "926604"], [1702462763, "936411"], [1702462793, "1035702"], [1702462808, "1041241"], [1702462829, "1048887"], [1702462844, "1057981"], [1702462865, "1075302"], [1702462880, "1099829"], [1702462904, "1247221"], [1702462919, "1360796"], [1702462952, "1394042"], [1702462973, "1442601"], [1702462988, "1479287"], [1702463045, "1675922"], [1702463081, "1727548"], [1702463114, "1743637"], [1702463150, "1774953"], [1702463186, "1953086"], [1702463216, "2024954"], [1702463240, "2063931"], [1702463273, "2101449"], [1702463324, "2195990"], [1702463354, "2257079"], [1702463381, "2376216"], [1702463417, "2454456"], [1702463453, "2585130"], [1702463477, "2611810"], [1702463510, "2675300"], [1702463537, "2777071"], [1702463570, "2849706"], [1702463591, "2885263"], [1702463621, "3087221"], [1702463657, "3149866"], [1702463693, "3505577"], [1702463729, "3619456"], [1702463765, "3668076"], [1702463798, "3745253"], [1702463846, "3821904"], [1702463873, "3898382"], [1702463906, "3971457"], [1702463948, "4103106"], [1702463984, "4167872"], [1702464014, "4244715"], [1702464050, "4293961"], [1702464086, "4367815"], [1702464122, "4466074"], [1702464155, "4517336"], [1702464194, "4601658"], [1702464230, "4640994"], [1702464263, "4743588"], [1702464299, "4827705"], [1702464332, "4882660"], [1702464356, "4953794"], [1702464392, "5030560"], [1702464425, "5092134"], [1702464455, "5126024"], [1702464479, "5205257"], [1702464509, "5243151"], [1702464533, "5281663"], [1702464569, "5338462"], [1702464605, "5409637"], [1702464635, "5556807"], [1702464671, "5918565"], [1702464716, "5977409"], [1702464743, "6020917"], [1702464776, "6143489"], [1702464812, "6236392"], [1702464836, "6342182"], [1702464869, "6402110"], [1702464905, "6427541"], [1702464926, "6454450"], [1702464956, "6484758"], [1702464992, "6567573"], [1702465016, "6632053"], [1702465049, "6692880"], [1702465085, "6754014"], [1702465118, "6844386"], [1702465145, "6928298"], [1702465178, "6988464"], [1702465208, "7112646"], [1702465241, "7178970"], [1702465298, "7278957"], [1702465334, "7331755"], [1702465367, "7381895"], [1702465394, "7401517"], [1702465418, "7472618"], [1702465445, "7529218"], [1702465481, "7638944"], [1702465517, "7696423"], [1702465550, "7859412"], [1702465586, "7951821"], [1702465619, "8001005"], [1702465658, "8109367"], [1702465706, "8150042"], [1702465754, "8261480"], [1702465787, "8344239"], [1702465823, "8443055"], [1702465856, "8542982"], [1702465880, "8569589"], [1702465910, "8648015"], [1702465952, "8734122"], [1702465988, "8770087"], [1702466015, "8855455"], [1702466030, "8922890"], [1702466060, "8959611"], [1702466078, "9011035"], [1702466138, "9072278"], [1702466168, "9144979"], [1702466204, "9220102"], [1702466237, "9259928"], [1702466261, "9338210"], [1702466291, "9385089"], [1702466327, "9477148"], [1702466360, "9594290"], [1702466384, "9687761"], [1702466417, "9751540"], [1702466441, "9793669"], [1702466471, "9808072"], [1702466507, "9861619"], [1702466540, "9901291"], [1702466597, "10081177"], [1702466633, "10108743"], [1702466666, "10131348"], [1702466705, "10181345"], [1702466732, "10232448"], [1702466765, "10314568"], [1702466801, "10377879"], [1702466852, "10454417"], [1702466876, "10496373"], [1702466918, "10574045"], [1702466978, "10640546"], [1702467014, "10698433"], [1702467038, "10755198"], [1702467068, "10817670"], [1702467122, "10915005"], [1702467158, "11090557"], [1702467191, "11140256"], [1702467221, "11220553"], [1702467257, "11261702"], [1702467299, "11354997"], [1702467350, "11488945"], [1702467386, "11632375"], [1702467419, "11792218"], [1702467455, "12010387"], [1702467515, "12293893"], [1702467542, "12393192"], [1702467566, "12498883"], [1702467599, "12588590"], [1702467635, "12653882"], [1702467668, "12712913"], [1702467695, "12787801"], [1702467716, "12944264"], [1702467746, "13083252"], [1702467800, "13399256"], [1702467824, "13649345"], [1702467908, "13972709"], [1702467944, "14057482"], [1702467968, "14183532"], [1702468001, "14288084"], [1702468031, "14328509"], [1702468067, "14393823"], [1702468085, "14490789"], [1702468115, "14540272"], [1702468151, "14758991"], [1702468181, "14961445"], [1702468208, "15094849"], [1702468241, "15277138"], [1702468256, "15346745"], [1702468286, "15435755"], [1702468322, "15527880"], [1702468352, "15620667"], [1702468388, "15704894"], [1702468424, "15816184"], [1702468457, "15901373"], [1702468493, "15972651"], [1702468517, "16070751"], [1702468550, "16224895"], [1702468586, "16341482"], [1702468613, "16457818"], [1702468637, "16495127"], [1702468679, "16628892"], [1702468721, "16795521"], [1702468730, "16862477"], [1702468766, "16930930"], [1702468799, "17041642"], [1702468835, "17151865"], [1702468898, "17367941"], [1702468934, "17552299"], [1702468970, "17705762"], [1702468994, "17820142"], [1702469024, "17897385"], [1702469060, "17979086"], [1702469111, "18211230"], [1702469144, "18289597"], [1702469168, "18351062"], [1702469204, "18449429"], [1702469237, "18592972"], [1702469273, "18786144"], [1702469303, "18899478"], [1702469336, "19055855"], [1702469360, "19193602"], [1702469387, "19264290"], [1702469411, "19348577"], [1702469435, "19422360"], [1702469468, "19541011"], [1702469504, "19589914"], [1702469537, "19719625"], [1702469573, "19869261"], [1702469606, "19966920"], [1702469633, "20091624"], [1702469660, "20244242"], [1702469684, "20347852"], [1702469717, "20412901"], [1702469753, "20495114"], [1702469786, "20653343"], [1702469816, "20732716"], [1702469834, "20911611"], [1702469864, "20976314"], [1702469906, "21124066"], [1702469936, "21167061"], [1702469972, "21256745"], [1702470005, "21333729"], [1702470029, "21411455"], [1702470065, "21503006"], [1702470101, "21622087"], [1702470131, "21796609"], [1702470167, "22009706"], [1702470203, "22205220"], [1702470251, "22411806"], [1702470278, "22527162"], [1702470311, "22585196"], [1702470347, "22727146"], [1702470371, "22800055"], [1702470404, "22849528"], [1702470440, "22898600"], [1702470476, "22947379"], [1702470506, "23107942"], [1702470542, "23251779"], [1702470575, "23318549"], [1702470611, "23507564"], [1702470635, "23650594"], [1702470662, "23764149"], [1702470686, "23889102"], [1702470719, "23994478"], [1702470746, "24085765"], [1702470812, "24216745"], [1702470845, "24296214"], [1702470875, "24348358"], [1702470899, "24403749"], [1702470953, "24501178"], [1702470983, "24569056"], [1702471025, "24659825"], [1702471067, "24757389"], [1702471169, "24938760"], [1702471193, "24983004"], [1702471226, "25053834"], [1702471265, "25102352"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "6169"], [1702462793, "6169"], [1702462808, "6169"], [1702462829, "6169"], [1702462844, "6169"], [1702462865, "6169"], [1702462880, "6169"], [1702462904, "6169"], [1702462919, "6169"], [1702462952, "6169"], [1702462973, "6169"], [1702462988, "6169"], [1702463045, "6672"], [1702463081, "6672"], [1702463114, "6672"], [1702463150, "6672"], [1702463186, "6672"], [1702463216, "6672"], [1702463240, "6672"], [1702463273, "6672"], [1702463324, "6672"], [1702463354, "6672"], [1702463381, "6672"], [1702463417, "6672"], [1702463453, "6672"], [1702463477, "6672"], [1702463510, "6672"], [1702463537, "6672"], [1702463570, "6672"], [1702463591, "6672"], [1702463621, "6672"], [1702463657, "6672"], [1702463693, "6672"], [1702463729, "118649"], [1702463765, "118649"], [1702463798, "118649"], [1702463846, "118649"], [1702463873, "118649"], [1702463906, "118649"], [1702463948, "118649"], [1702463984, "118649"], [1702464014, "118649"], [1702464050, "118649"], [1702464086, "118649"], [1702464122, "118649"], [1702464155, "118649"], [1702464194, "118649"], [1702464230, "118649"], [1702464263, "118649"], [1702464299, "118649"], [1702464332, "118649"], [1702464356, "118649"], [1702464392, "118649"], [1702464425, "118649"], [1702464455, "118649"], [1702464479, "118649"], [1702464509, "118649"], [1702464533, "118649"], [1702464569, "118649"], [1702464605, "118649"], [1702464635, "118649"], [1702464671, "118649"], [1702464716, "118649"], [1702464743, "118649"], [1702464776, "118649"], [1702464812, "118649"], [1702464836, "118649"], [1702464869, "118649"], [1702464905, "118649"], [1702464926, "118649"], [1702464956, "118649"], [1702464992, "118649"], [1702465016, "118649"], [1702465049, "118649"], [1702465085, "118649"], [1702465118, "119249"], [1702465145, "119249"], [1702465178, "119249"], [1702465208, "119249"], [1702465241, "119249"], [1702465298, "119249"], [1702465334, "119249"], [1702465367, "119249"], [1702465394, "119249"], [1702465418, "119249"], [1702465445, "119249"], [1702465481, "119249"], [1702465517, "119249"], [1702465550, "119249"], [1702465586, "119249"], [1702465619, "119249"], [1702465658, "119249"], [1702465706, "119249"], [1702465754, "119249"], [1702465787, "119249"], [1702465823, "119249"], [1702465856, "119249"], [1702465880, "119249"], [1702465910, "119249"], [1702465952, "119249"], [1702465988, "119249"], [1702466015, "119249"], [1702466030, "119249"], [1702466060, "119249"], [1702466078, "119249"], [1702466138, "119249"], [1702466168, "119249"], [1702466204, "119249"], [1702466237, "119249"], [1702466261, "119249"], [1702466291, "119249"], [1702466327, "119249"], [1702466360, "119249"], [1702466384, "119249"], [1702466417, "119249"], [1702466441, "119249"], [1702466471, "119249"], [1702466507, "119249"], [1702466540, "119249"], [1702466597, "119249"], [1702466633, "119249"], [1702466666, "119249"], [1702466705, "119249"], [1702466732, "119249"], [1702466765, "119249"], [1702466801, "119249"], [1702466852, "119249"], [1702466876, "119249"], [1702466918, "119249"], [1702466978, "119249"], [1702467014, "119249"], [1702467038, "119249"], [1702467068, "119249"], [1702467122, "119249"], [1702467158, "119249"], [1702467191, "119249"], [1702467221, "119249"], [1702467257, "119249"], [1702467299, "119249"], [1702467350, "119249"], [1702467386, "119249"], [1702467419, "119249"], [1702467455, "119249"], [1702467515, "119249"], [1702467542, "119249"], [1702467566, "119249"], [1702467599, "119249"], [1702467635, "119249"], [1702467668, "119249"], [1702467695, "119249"], [1702467716, "119249"], [1702467746, "119249"], [1702467800, "119249"], [1702467824, "119249"], [1702467908, "119249"], [1702467944, "119249"], [1702467968, "119249"], [1702468001, "119249"], [1702468031, "119249"], [1702468067, "119249"], [1702468085, "119249"], [1702468115, "119249"], [1702468151, "119249"], [1702468181, "119249"], [1702468208, "119249"], [1702468241, "119249"], [1702468256, "119249"], [1702468286, "119249"], [1702468322, "119249"], [1702468352, "119249"], [1702468388, "119249"], [1702468424, "119249"], [1702468457, "119249"], [1702468493, "119249"], [1702468517, "119249"], [1702468550, "119249"], [1702468586, "119249"], [1702468613, "119249"], [1702468637, "119249"], [1702468679, "119249"], [1702468721, "119249"], [1702468730, "119249"], [1702468766, "119249"], [1702468799, "119249"], [1702468835, "119249"], [1702468898, "119249"], [1702468934, "119249"], [1702468970, "119249"], [1702468994, "119249"], [1702469024, "119249"], [1702469060, "119456"], [1702469111, "119456"], [1702469144, "119456"], [1702469168, "119456"], [1702469204, "119456"], [1702469237, "119456"], [1702469273, "119456"], [1702469303, "119456"], [1702469336, "119456"], [1702469360, "119456"], [1702469387, "119456"], [1702469411, "119456"], [1702469435, "119456"], [1702469468, "119456"], [1702469504, "119456"], [1702469537, "119456"], [1702469573, "119456"], [1702469606, "119456"], [1702469633, "119456"], [1702469660, "119456"], [1702469684, "119456"], [1702469717, "119456"], [1702469753, "119456"], [1702469786, "119456"], [1702469816, "119456"], [1702469834, "119456"], [1702469864, "119456"], [1702469906, "119456"], [1702469936, "119456"], [1702469972, "119456"], [1702470005, "119456"], [1702470029, "119456"], [1702470065, "119456"], [1702470101, "119456"], [1702470131, "119456"], [1702470167, "119456"], [1702470203, "119456"], [1702470251, "119456"], [1702470278, "119456"], [1702470311, "119456"], [1702470347, "119456"], [1702470371, "119456"], [1702470404, "119456"], [1702470440, "119456"], [1702470476, "119456"], [1702470506, "119456"], [1702470542, "119456"], [1702470575, "119456"], [1702470611, "119456"], [1702470635, "119456"], [1702470662, "119456"], [1702470686, "119456"], [1702470719, "119456"], [1702470746, "119456"], [1702470812, "119456"], [1702470845, "119456"], [1702470875, "119456"], [1702470899, "119456"], [1702470953, "119456"], [1702470983, "119456"], [1702471025, "119456"], [1702471067, "119456"], [1702471169, "119456"], [1702471193, "119456"], [1702471226, "119456"], [1702471265, "119456"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6152"], [1702462721, "6152"], [1702462736, "6152"], [1702462751, "6169"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "204940"], [1702462721, "204940"], [1702462736, "204940"], [1702462751, "208714"], [1702462763, "208714"], [1702462793, "225838"], [1702462808, "225838"], [1702462829, "225838"], [1702462844, "225838"], [1702462865, "225838"], [1702462880, "225838"], [1702462904, "225838"], [1702462919, "225838"], [1702462952, "225838"], [1702462973, "257494"], [1702462988, "257494"], [1702463045, "275701"], [1702463081, "275701"], [1702463114, "312860"], [1702463150, "312860"], [1702463186, "312860"], [1702463216, "312860"], [1702463240, "312860"], [1702463273, "312860"], [1702463324, "322780"], [1702463354, "322780"], [1702463381, "336852"], [1702463417, "336852"], [1702463453, "449031"], [1702463477, "449031"], [1702463510, "449031"], [1702463537, "449031"], [1702463570, "449031"], [1702463591, "449031"], [1702463621, "449031"], [1702463657, "449031"], [1702463693, "449031"], [1702463729, "480730"], [1702463765, "480730"], [1702463798, "480730"], [1702463846, "481023"], [1702463873, "481023"], [1702463906, "481023"], [1702463948, "481023"], [1702463984, "481023"], [1702464014, "481023"], [1702464050, "499502"], [1702464086, "499502"], [1702464122, "499502"], [1702464155, "499502"], [1702464194, "499502"], [1702464230, "653950"], [1702464263, "653950"], [1702464299, "653950"], [1702464332, "653950"], [1702464356, "677275"], [1702464392, "677275"], [1702464425, "677275"], [1702464455, "677275"], [1702464479, "677275"], [1702464509, "677275"], [1702464533, "712738"], [1702464569, "712738"], [1702464605, "712738"], [1702464635, "712738"], [1702464671, "712738"], [1702464716, "712738"], [1702464743, "712738"], [1702464776, "712738"], [1702464812, "712738"], [1702464836, "722737"], [1702464869, "722737"], [1702464905, "762414"], [1702464926, "762414"], [1702464956, "775156"], [1702464992, "775156"], [1702465016, "812119"], [1702465049, "812119"], [1702465085, "812119"], [1702465118, "812119"], [1702465145, "812119"], [1702465178, "812119"], [1702465208, "812119"], [1702465241, "812119"], [1702465298, "812119"], [1702465334, "812119"], [1702465367, "812119"], [1702465394, "812316"], [1702465418, "826356"], [1702465445, "826356"], [1702465481, "826356"], [1702465517, "826356"], [1702465550, "826356"], [1702465586, "826356"], [1702465619, "843257"], [1702465658, "843257"], [1702465706, "843257"], [1702465754, "843257"], [1702465787, "884653"], [1702465823, "884653"], [1702465856, "884653"], [1702465880, "884653"], [1702465910, "884653"], [1702465952, "884653"], [1702465988, "884653"], [1702466015, "885791"], [1702466030, "885791"], [1702466060, "885791"], [1702466078, "885791"], [1702466138, "885791"], [1702466168, "885791"], [1702466204, "885791"], [1702466237, "885791"], [1702466261, "912509"], [1702466291, "912509"], [1702466327, "912509"], [1702466360, "912509"], [1702466384, "912509"], [1702466417, "912509"], [1702466441, "1084231"], [1702466471, "1084231"], [1702466507, "1084231"], [1702466540, "1084231"], [1702466597, "1084231"], [1702466633, "1098843"], [1702466666, "1098843"], [1702466705, "1098843"], [1702466732, "1098843"], [1702466765, "1115719"], [1702466801, "1115719"], [1702466852, "1115719"], [1702466876, "1115719"], [1702466918, "1115719"], [1702466978, "1115719"], [1702467014, "1115719"], [1702467038, "1115719"], [1702467068, "1115719"], [1702467122, "1115719"], [1702467158, "1115874"], [1702467191, "1116759"], [1702467221, "1116759"], [1702467257, "1116759"], [1702467299, "1116759"], [1702467350, "1144126"], [1702467386, "1144126"], [1702467419, "1144126"], [1702467455, "1144126"], [1702467515, "1144126"], [1702467542, "1144126"], [1702467566, "1144309"], [1702467599, "1144309"], [1702467635, "1144309"], [1702467668, "1167776"], [1702467695, "1167776"], [1702467716, "1183558"], [1702467746, "1183558"], [1702467800, "1183558"], [1702467824, "1183558"], [1702467908, "1275346"], [1702467944, "1275346"], [1702467968, "1275346"], [1702468001, "1275346"], [1702468031, "1275346"], [1702468067, "1275659"], [1702468085, "1275659"], [1702468115, "1275659"], [1702468151, "1275659"], [1702468181, "1275659"], [1702468208, "1275659"], [1702468241, "1275659"], [1702468256, "1275659"], [1702468286, "1275659"], [1702468322, "1275659"], [1702468352, "1275659"], [1702468388, "1313660"], [1702468424, "1313660"], [1702468457, "1313660"], [1702468493, "1313660"], [1702468517, "1313660"], [1702468550, "1313660"], [1702468586, "1313660"], [1702468613, "1313660"], [1702468637, "1313660"], [1702468679, "1313660"], [1702468721, "1313660"], [1702468730, "1313660"], [1702468766, "1313660"], [1702468799, "1313660"], [1702468835, "1313660"], [1702468898, "1361584"], [1702468934, "1361584"], [1702468970, "1415314"], [1702468994, "1415314"], [1702469024, "1502764"], [1702469060, "1503310"], [1702469111, "1503310"], [1702469144, "1503310"], [1702469168, "1503378"], [1702469204, "1503378"], [1702469237, "1503378"], [1702469273, "1555193"], [1702469303, "1555193"], [1702469336, "1555193"], [1702469360, "1555193"], [1702469387, "1555193"], [1702469411, "1555193"], [1702469435, "1555193"], [1702469468, "1555193"], [1702469504, "1555193"], [1702469537, "1555193"], [1702469573, "1595556"], [1702469606, "1595556"], [1702469633, "1595556"], [1702469660, "1595556"], [1702469684, "1595556"], [1702469717, "1595556"], [1702469753, "1632183"], [1702469786, "1632183"], [1702469816, "1632183"], [1702469834, "1632183"], [1702469864, "1632183"], [1702469906, "1632293"], [1702469936, "1632293"], [1702469972, "1632293"], [1702470005, "1632293"], [1702470029, "1632293"], [1702470065, "1632293"], [1702470101, "1632346"], [1702470131, "1632346"], [1702470167, "1632346"], [1702470203, "1632346"], [1702470251, "1632346"], [1702470278, "1632346"], [1702470311, "1632346"], [1702470347, "1632346"], [1702470371, "1632625"], [1702470404, "1632625"], [1702470440, "1632625"], [1702470476, "1632625"], [1702470506, "1632625"], [1702470542, "1632625"], [1702470575, "1632625"], [1702470611, "1632625"], [1702470635, "1632625"], [1702470662, "1632625"], [1702470686, "1632625"], [1702470719, "1632625"], [1702470746, "1632625"], [1702470812, "1681237"], [1702470845, "1686990"], [1702470875, "1686990"], [1702470899, "1686990"], [1702470953, "1718806"], [1702470983, "1718806"], [1702471025, "1718806"], [1702471067, "1764301"], [1702471169, "1764301"], [1702471193, "1764301"], [1702471226, "1764301"], [1702471265, "1764301"]]}, {"metric": {"__name__": "kepler_container_cache_miss_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "190141007"], [1702462721, "201928520"], [1702462736, "215670276"], [1702462751, "229328369"], [1702462763, "242051503"], [1702462793, "262977102"], [1702462808, "274661413"], [1702462829, "291544822"], [1702462844, "302636045"], [1702462865, "315853940"], [1702462880, "326690793"], [1702462904, "352041354"], [1702462919, "361728009"], [1702462952, "387572484"], [1702462973, "399468392"], [1702462988, "412288284"], [1702463045, "463893139"], [1702463081, "493480144"], [1702463114, "523110364"], [1702463150, "556589911"], [1702463186, "585679762"], [1702463216, "613330490"], [1702463240, "635285499"], [1702463273, "661506191"], [1702463324, "707138933"], [1702463354, "729230135"], [1702463381, "756864426"], [1702463417, "791955736"], [1702463453, "828035060"], [1702463477, "854792145"], [1702463510, "879916169"], [1702463537, "903672526"], [1702463570, "925718413"], [1702463591, "950083642"], [1702463621, "968666712"], [1702463657, "995773675"], [1702463693, "1022946408"], [1702463729, "1055356388"], [1702463765, "1093575988"], [1702463798, "1126012223"], [1702463846, "1162702284"], [1702463873, "1185687141"], [1702463906, "1215652123"], [1702463948, "1248885500"], [1702463984, "1277292867"], [1702464014, "1301540514"], [1702464050, "1324715289"], [1702464086, "1357633660"], [1702464122, "1395288282"], [1702464155, "1422685851"], [1702464194, "1461822684"], [1702464230, "1490576266"], [1702464263, "1523097312"], [1702464299, "1552233315"], [1702464332, "1581472214"], [1702464356, "1598188719"], [1702464392, "1618714322"], [1702464425, "1643426003"], [1702464455, "1673359120"], [1702464479, "1698515858"], [1702464509, "1719874195"], [1702464533, "1745226486"], [1702464569, "1770623651"], [1702464605, "1800745249"], [1702464635, "1827012292"], [1702464671, "1853833831"], [1702464716, "1882902891"], [1702464743, "1911358524"], [1702464776, "1934149032"], [1702464812, "1960213217"], [1702464836, "1989576589"], [1702464869, "2013019169"], [1702464905, "2037011829"], [1702464926, "2063269965"], [1702464956, "2088650705"], [1702464992, "2124507360"], [1702465016, "2149056604"], [1702465049, "2172992524"], [1702465085, "2194306793"], [1702465118, "2216235054"], [1702465145, "2238091017"], [1702465178, "2254731538"], [1702465208, "2283077563"], [1702465241, "2317490783"], [1702465298, "2359422040"], [1702465334, "2384785041"], [1702465367, "2419226123"], [1702465394, "2438476677"], [1702465418, "2465456767"], [1702465445, "2486215663"], [1702465481, "2517845929"], [1702465517, "2545554526"], [1702465550, "2570316151"], [1702465586, "2603738145"], [1702465619, "2633975718"], [1702465658, "2670136205"], [1702465706, "2700574124"], [1702465754, "2743921705"], [1702465787, "2773892330"], [1702465823, "2801975144"], [1702465856, "2825712682"], [1702465880, "2843843356"], [1702465910, "2868718155"], [1702465952, "2899730470"], [1702465988, "2934177839"], [1702466015, "2955961068"], [1702466030, "2974968464"], [1702466060, "2990764385"], [1702466078, "3014621790"], [1702466138, "3057061600"], [1702466168, "3080890414"], [1702466204, "3108210212"], [1702466237, "3134747299"], [1702466261, "3154734012"], [1702466291, "3176700556"], [1702466327, "3201583932"], [1702466360, "3228517666"], [1702466384, "3262803862"], [1702466417, "3295192922"], [1702466441, "3327674228"], [1702466471, "3350611089"], [1702466507, "3381423760"], [1702466540, "3404905910"], [1702466597, "3448105362"], [1702466633, "3472382229"], [1702466666, "3498877411"], [1702466705, "3532764440"], [1702466732, "3564281517"], [1702466765, "3592568933"], [1702466801, "3632040566"], [1702466852, "3674066920"], [1702466876, "3700228526"], [1702466918, "3729880833"], [1702466978, "3774775544"], [1702467014, "3801334094"], [1702467038, "3824458679"], [1702467068, "3851923086"], [1702467122, "3896658240"], [1702467158, "3920665298"], [1702467191, "3953907852"], [1702467221, "3978822377"], [1702467257, "4016330330"], [1702467299, "4048423105"], [1702467350, "4093700050"], [1702467386, "4133998648"], [1702467419, "4173995950"], [1702467455, "4233897605"], [1702467515, "4336816977"], [1702467542, "4375904581"], [1702467566, "4430113655"], [1702467599, "4467463378"], [1702467635, "4507602032"], [1702467668, "4539534478"], [1702467695, "4563461634"], [1702467716, "4597942521"], [1702467746, "4625223981"], [1702467800, "4695312536"], [1702467824, "4744962814"], [1702467908, "4888680645"], [1702467944, "4931192349"], [1702467968, "4975733604"], [1702468001, "5012144241"], [1702468031, "5039326403"], [1702468067, "5067656525"], [1702468085, "5099144338"], [1702468115, "5128241944"], [1702468151, "5169580981"], [1702468181, "5230914640"], [1702468208, "5275361552"], [1702468241, "5335014513"], [1702468256, "5370225426"], [1702468286, "5397662009"], [1702468322, "5443903896"], [1702468352, "5499086964"], [1702468388, "5537794346"], [1702468424, "5569562888"], [1702468457, "5600706866"], [1702468493, "5638084782"], [1702468517, "5680434546"], [1702468550, "5717498999"], [1702468586, "5776252899"], [1702468613, "5832425519"], [1702468637, "5862784914"], [1702468679, "5908577830"], [1702468721, "5948662144"], [1702468730, "5983848698"], [1702468766, "6004126607"], [1702468799, "6034860560"], [1702468835, "6064932502"], [1702468898, "6121269071"], [1702468934, "6192980005"], [1702468970, "6249993950"], [1702468994, "6298603484"], [1702469024, "6338957532"], [1702469060, "6383853000"], [1702469111, "6447214881"], [1702469144, "6473194325"], [1702469168, "6490335736"], [1702469204, "6524044760"], [1702469237, "6562083525"], [1702469273, "6602394987"], [1702469303, "6657946214"], [1702469336, "6708611244"], [1702469360, "6755541944"], [1702469387, "6785098112"], [1702469411, "6815901288"], [1702469435, "6854185965"], [1702469468, "6887571005"], [1702469504, "8560508121"], [1702469537, "8604011808"], [1702469573, "8648093068"], [1702469606, "8705427918"], [1702469633, "8740240248"], [1702469660, "8798766417"], [1702469684, "8863696551"], [1702469717, "8913974780"], [1702469753, "8973031931"], [1702469786, "9037652399"], [1702469816, "9065473950"], [1702469834, "9132318478"], [1702469864, "9170311378"], [1702469906, "9248426026"], [1702469936, "9272560148"], [1702469972, "9305346609"], [1702470005, "9357426751"], [1702470029, "9388600205"], [1702470065, "9434915797"], [1702470101, "9508221467"], [1702470131, "9574401293"], [1702470167, "9644515977"], [1702470203, "9711635815"], [1702470251, "9788698154"], [1702470278, "9838268371"], [1702470311, "9903670717"], [1702470347, "9970884312"], [1702470371, "10002685322"], [1702470404, "10026378883"], [1702470440, "10065994528"], [1702470476, "10112568567"], [1702470506, "10153734622"], [1702470542, "10235707888"], [1702470575, "10292453245"], [1702470611, "10354442926"], [1702470635, "10416415259"], [1702470662, "10453825703"], [1702470686, "10506584515"], [1702470719, "10540387481"], [1702470746, "10590580018"], [1702470812, "10665287093"], [1702470845, "10697850572"], [1702470875, "10724103200"], [1702470899, "10753586115"], [1702470953, "10800090684"], [1702470983, "10835595291"], [1702471025, "10872738230"], [1702471067, "10917945843"], [1702471169, "10989248953"], [1702471193, "11013173411"], [1702471226, "11044644787"], [1702471265, "11076874367"]]}], "kepler_container_cgroupfs_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467888743"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468289524"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471416433"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471878142"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472416206"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475182126"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475403054"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476087371"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249771"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467618403"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468283650"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473959625"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476480783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467888743"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468289524"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470190116"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471878142"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472416206"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475181326"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475402081"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342978"], [1702467716, "6471384979"], [1702467746, "6471420317"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476479803"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249771"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467618403"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468283650"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789232"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473959625"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475396229"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882413"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476480783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466242337"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467250416"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467619375"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472359524"], [1702468457, "6472410348"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474778358"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475883386"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476481765"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467251394"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467620348"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789232"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472360492"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472668108"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474778358"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475883386"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476481765"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469840403"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881075"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476478826"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464729623"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471875207"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472363431"], [1702468457, "6472413282"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473505012"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963549"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474781237"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465130564"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884855"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468288546"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470190116"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471877163"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472365385"], [1702468457, "6472415227"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476086388"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464727722"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467253351"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471791195"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472362444"], [1702468457, "6472412306"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473505012"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474780264"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474934711"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475885305"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467250416"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467478548"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467619375"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468283650"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475396229"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882413"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476480783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466242337"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467250416"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467619375"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472359524"], [1702468457, "6472410348"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472664377"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473960609"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474778358"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475883386"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476481765"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467251394"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467620348"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468284625"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472361468"], [1702468457, "6472411324"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473961586"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474779328"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474933732"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475398167"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475884365"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476482739"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467891642"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471417387"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471795091"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476089331"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476476132"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467890701"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471417387"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471796071"], [1702468031, "6471828366"], [1702468067, "6471880091"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476089331"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476476867"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950046"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467886786"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468289524"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471878142"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472415227"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184052"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475402081"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476087371"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471341052"], [1702467716, "6471384979"], [1702467746, "6471418364"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471796071"], [1702468031, "6471828366"], [1702468067, "6471880091"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469840403"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476478826"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464946192"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467618403"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469841379"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789232"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473959625"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475396229"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882413"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476479803"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464731565"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468287568"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471876184"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472414268"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506959"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474781237"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475400123"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476086388"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465131541"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467887762"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290501"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471794113"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472416206"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475402081"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "6463894270"], [1702462736, "6463956460"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467616436"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468122303"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470528866"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471796071"], [1702468031, "6471828366"], [1702468067, "6471881075"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476477849"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464730599"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471875207"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472363431"], [1702468457, "6472413282"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506001"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474781237"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475400123"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465129585"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467886786"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468288546"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470189139"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471877163"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472414268"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476086388"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464945242"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467477572"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467617426"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468282945"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469840403"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342978"], [1702467716, "6471384979"], [1702467746, "6471419340"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471789088"], [1702468031, "6471828366"], [1702468067, "6471881937"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473958647"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476479803"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467616436"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468122303"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471341052"], [1702467716, "6471384979"], [1702467746, "6471418364"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471797052"], [1702468031, "6471828366"], [1702468067, "6471880091"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476477849"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465130564"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467885807"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468119378"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468288546"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470190116"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471877163"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472365385"], [1702468457, "6472415227"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475181326"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476087371"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473504034"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474779328"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474933732"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475397206"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475884365"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476482739"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464944705"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467616436"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467892355"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468122303"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471342004"], [1702467716, "6471384979"], [1702467746, "6471418364"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471797052"], [1702468031, "6471828366"], [1702468067, "6471881075"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476082786"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476477849"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464728651"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467253351"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468286582"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471791195"], [1702468031, "6471828366"], [1702468067, "6471875207"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472363431"], [1702468457, "6472412306"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473505012"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474780264"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475885305"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467615457"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467890701"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468121324"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471417387"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471795091"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472409566"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475395705"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726745"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467252373"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467479531"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467620348"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468285606"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471790214"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472362444"], [1702468457, "6472411324"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473504034"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473961586"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474779328"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474933732"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475398167"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475884365"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476083460"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476482739"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464726644"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464950208"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467482476"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467889725"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468120343"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468290663"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469845000"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471416433"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471795091"], [1702468031, "6471828366"], [1702468067, "6471879111"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472358678"], [1702468457, "6472417196"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472663876"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473503219"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474777833"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475403363"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476088351"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464732537"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464949104"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884855"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468287568"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469844268"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471793136"], [1702468031, "6471828366"], [1702468067, "6471876184"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472414268"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506959"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474782212"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475401102"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464727722"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464947206"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467252373"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467480512"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467621331"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468285606"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469842362"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470531145"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471791195"], [1702468031, "6471828366"], [1702468067, "6471874246"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472362444"], [1702468457, "6472411324"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473504034"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473962566"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474780264"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474934711"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475184710"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475399143"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475885305"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476084428"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483723"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "6463846769"], [1702462721, "6463894270"], [1702462736, "6463956460"], [1702462751, "6464009751"], [1702462763, "6464048007"], [1702462793, "6464092001"], [1702462808, "6464142858"], [1702462829, "6464183734"], [1702462844, "6464213809"], [1702462865, "6464243668"], [1702462880, "6464269386"], [1702462904, "6464314866"], [1702462919, "6464332997"], [1702462952, "6464373099"], [1702462973, "6464391368"], [1702462988, "6464425014"], [1702463045, "6464507343"], [1702463081, "6464551151"], [1702463114, "6464606277"], [1702463150, "6464679392"], [1702463186, "6464730599"], [1702463216, "6464780711"], [1702463240, "6464825366"], [1702463273, "6464868439"], [1702463324, "6464948141"], [1702463354, "6464976380"], [1702463381, "6465027435"], [1702463417, "6465077009"], [1702463453, "6465132029"], [1702463477, "6465149660"], [1702463510, "6465183042"], [1702463537, "6465228106"], [1702463570, "6465259532"], [1702463591, "6465308433"], [1702463621, "6465341691"], [1702463657, "6465387347"], [1702463693, "6465439400"], [1702463729, "6465484615"], [1702463765, "6465547426"], [1702463798, "6465593836"], [1702463846, "6465656293"], [1702463873, "6465692753"], [1702463906, "6465737333"], [1702463948, "6465815883"], [1702463984, "6465851505"], [1702464014, "6465900827"], [1702464050, "6465947227"], [1702464086, "6466009973"], [1702464122, "6466076577"], [1702464155, "6466122467"], [1702464194, "6466188111"], [1702464230, "6466241579"], [1702464263, "6466306163"], [1702464299, "6466365464"], [1702464332, "6466419109"], [1702464356, "6466451331"], [1702464392, "6466501782"], [1702464425, "6466550022"], [1702464455, "6466595982"], [1702464479, "6466648305"], [1702464509, "6466687778"], [1702464533, "6466715466"], [1702464569, "6466769256"], [1702464605, "6466820512"], [1702464635, "6466863868"], [1702464671, "6466919277"], [1702464716, "6466967012"], [1702464743, "6467022094"], [1702464776, "6467064721"], [1702464812, "6467122165"], [1702464836, "6467166845"], [1702464869, "6467211119"], [1702464905, "6467249494"], [1702464926, "6467296472"], [1702464956, "6467334286"], [1702464992, "6467397174"], [1702465016, "6467439066"], [1702465049, "6467481491"], [1702465085, "6467523473"], [1702465118, "6467572281"], [1702465145, "6467614951"], [1702465178, "6467652769"], [1702465208, "6467715169"], [1702465241, "6467758011"], [1702465298, "6467835439"], [1702465334, "6467884800"], [1702465367, "6467950608"], [1702465394, "6467994990"], [1702465418, "6468038971"], [1702465445, "6468066063"], [1702465481, "6468118485"], [1702465517, "6468175714"], [1702465550, "6468220634"], [1702465586, "6468287568"], [1702465619, "6468326627"], [1702465658, "6468381141"], [1702465706, "6468434069"], [1702465754, "6468507145"], [1702465787, "6468554186"], [1702465823, "6468604951"], [1702465856, "6468653043"], [1702465880, "6468689036"], [1702465910, "6468732737"], [1702465952, "6468785055"], [1702465988, "6468837072"], [1702466015, "6468883572"], [1702466030, "6468929092"], [1702466060, "6468951998"], [1702466078, "6468980476"], [1702466138, "6469060755"], [1702466168, "6469109615"], [1702466204, "6469155788"], [1702466237, "6469204126"], [1702466261, "6469255439"], [1702466291, "6469289679"], [1702466327, "6469337522"], [1702466360, "6469391123"], [1702466384, "6469425504"], [1702466417, "6469468128"], [1702466441, "6469514193"], [1702466471, "6469555686"], [1702466507, "6469634363"], [1702466540, "6469681150"], [1702466597, "6469750027"], [1702466633, "6469795661"], [1702466666, "6469843317"], [1702466705, "6469885188"], [1702466732, "6469947072"], [1702466765, "6469995322"], [1702466801, "6470041184"], [1702466852, "6470112342"], [1702466876, "6470137711"], [1702466918, "6470191331"], [1702466978, "6470279253"], [1702467014, "6470327427"], [1702467038, "6470373609"], [1702467068, "6470419914"], [1702467122, "6470488309"], [1702467158, "6470526083"], [1702467191, "6470591609"], [1702467221, "6470627774"], [1702467257, "6470676451"], [1702467299, "6470725143"], [1702467350, "6470800916"], [1702467386, "6470856728"], [1702467419, "6470903566"], [1702467455, "6470954555"], [1702467515, "6471032423"], [1702467542, "6471081428"], [1702467566, "6471128334"], [1702467599, "6471182032"], [1702467635, "6471254377"], [1702467668, "6471300712"], [1702467695, "6471343539"], [1702467716, "6471384979"], [1702467746, "6471415941"], [1702467800, "6471491874"], [1702467824, "6471530052"], [1702467908, "6471655196"], [1702467944, "6471695813"], [1702467968, "6471748999"], [1702468001, "6471792158"], [1702468031, "6471828366"], [1702468067, "6471876184"], [1702468085, "6471922424"], [1702468115, "6471941761"], [1702468151, "6471980390"], [1702468181, "6472029462"], [1702468208, "6472063260"], [1702468241, "6472109349"], [1702468256, "6472134725"], [1702468286, "6472160394"], [1702468322, "6472203373"], [1702468352, "6472260655"], [1702468388, "6472316061"], [1702468424, "6472364409"], [1702468457, "6472413282"], [1702468493, "6472454989"], [1702468517, "6472501528"], [1702468550, "6472543713"], [1702468586, "6472591979"], [1702468613, "6472637747"], [1702468637, "6472671515"], [1702468679, "6472714363"], [1702468721, "6472789297"], [1702468730, "6472820972"], [1702468766, "6472852266"], [1702468799, "6472899260"], [1702468835, "6472948527"], [1702468898, "6473021990"], [1702468934, "6473090971"], [1702468970, "6473154092"], [1702468994, "6473205854"], [1702469024, "6473235453"], [1702469060, "6473304582"], [1702469111, "6473386218"], [1702469144, "6473432498"], [1702469168, "6473460862"], [1702469204, "6473506001"], [1702469237, "6473546806"], [1702469273, "6473593443"], [1702469303, "6473653101"], [1702469336, "6473697375"], [1702469360, "6473763496"], [1702469387, "6473788462"], [1702469411, "6473841663"], [1702469435, "6473875301"], [1702469468, "6473918666"], [1702469504, "6473963826"], [1702469537, "6474008963"], [1702469573, "6474062174"], [1702469606, "6474110875"], [1702469633, "6474142683"], [1702469660, "6474185199"], [1702469684, "6474232822"], [1702469717, "6474260962"], [1702469753, "6474304964"], [1702469786, "6474353741"], [1702469816, "6474386435"], [1702469834, "6474456488"], [1702469864, "6474493271"], [1702469906, "6474593754"], [1702469936, "6474635495"], [1702469972, "6474686288"], [1702470005, "6474755154"], [1702470029, "6474782212"], [1702470065, "6474818889"], [1702470101, "6474874848"], [1702470131, "6474932926"], [1702470167, "6474976100"], [1702470203, "6475029427"], [1702470251, "6475082323"], [1702470278, "6475131970"], [1702470311, "6475180341"], [1702470347, "6475225847"], [1702470371, "6475277730"], [1702470404, "6475312356"], [1702470440, "6475351526"], [1702470476, "6475400123"], [1702470506, "6475447384"], [1702470542, "6475509285"], [1702470575, "6475548851"], [1702470611, "6475595975"], [1702470635, "6475639041"], [1702470662, "6475678950"], [1702470686, "6475721131"], [1702470719, "6475758028"], [1702470746, "6475812304"], [1702470812, "6475882230"], [1702470845, "6475929947"], [1702470875, "6475965306"], [1702470899, "6476009404"], [1702470953, "6476085410"], [1702470983, "6476120302"], [1702471025, "6476154956"], [1702471067, "6476238580"], [1702471169, "6476349425"], [1702471193, "6476382039"], [1702471226, "6476426917"], [1702471265, "6476483961"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cgroupfs_memory_usage_bytes_total": [{"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78331904"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78336000"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78336000"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78331904"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78336000"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78069760"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78331904"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "78258176"], [1702462736, "78000128"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78069760"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78069760"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78069760"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78331904"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78331904"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78069760"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78331904"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78069760"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78073856"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78069760"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78069760"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78069760"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78069760"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78069760"], [1702467716, "78069760"], [1702467746, "78331904"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78069760"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78331904"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78069760"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78073856"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78073856"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78331904"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78069760"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78331904"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78331904"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78069760"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78331904"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78331904"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78082048"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78331904"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "78073856"], [1702462721, "78258176"], [1702462736, "78000128"], [1702462751, "78286848"], [1702462763, "77983744"], [1702462793, "77975552"], [1702462808, "78016512"], [1702462829, "78073856"], [1702462844, "78069760"], [1702462865, "78331904"], [1702462880, "78331904"], [1702462904, "78069760"], [1702462919, "78331904"], [1702462952, "78069760"], [1702462973, "78069760"], [1702462988, "78069760"], [1702463045, "78069760"], [1702463081, "78069760"], [1702463114, "78069760"], [1702463150, "78069760"], [1702463186, "78331904"], [1702463216, "78069760"], [1702463240, "78069760"], [1702463273, "78069760"], [1702463324, "78331904"], [1702463354, "78069760"], [1702463381, "78069760"], [1702463417, "78331904"], [1702463453, "78069760"], [1702463477, "78069760"], [1702463510, "78069760"], [1702463537, "78069760"], [1702463570, "78069760"], [1702463591, "78069760"], [1702463621, "78069760"], [1702463657, "78069760"], [1702463693, "78069760"], [1702463729, "78069760"], [1702463765, "78069760"], [1702463798, "78069760"], [1702463846, "78069760"], [1702463873, "78069760"], [1702463906, "78069760"], [1702463948, "78069760"], [1702463984, "78069760"], [1702464014, "78069760"], [1702464050, "78069760"], [1702464086, "78069760"], [1702464122, "78069760"], [1702464155, "78069760"], [1702464194, "78069760"], [1702464230, "78073856"], [1702464263, "78069760"], [1702464299, "78082048"], [1702464332, "78069760"], [1702464356, "78082048"], [1702464392, "78069760"], [1702464425, "78069760"], [1702464455, "78069760"], [1702464479, "78069760"], [1702464509, "78069760"], [1702464533, "78082048"], [1702464569, "78069760"], [1702464605, "78069760"], [1702464635, "78069760"], [1702464671, "78069760"], [1702464716, "78069760"], [1702464743, "78069760"], [1702464776, "78082048"], [1702464812, "78069760"], [1702464836, "78069760"], [1702464869, "78069760"], [1702464905, "78069760"], [1702464926, "78069760"], [1702464956, "78069760"], [1702464992, "78069760"], [1702465016, "78069760"], [1702465049, "78331904"], [1702465085, "78069760"], [1702465118, "78069760"], [1702465145, "78069760"], [1702465178, "78069760"], [1702465208, "78069760"], [1702465241, "78069760"], [1702465298, "78069760"], [1702465334, "78069760"], [1702465367, "78069760"], [1702465394, "78069760"], [1702465418, "78069760"], [1702465445, "78069760"], [1702465481, "78331904"], [1702465517, "78069760"], [1702465550, "78069760"], [1702465586, "78331904"], [1702465619, "78069760"], [1702465658, "78069760"], [1702465706, "78069760"], [1702465754, "78069760"], [1702465787, "78069760"], [1702465823, "78069760"], [1702465856, "78069760"], [1702465880, "78069760"], [1702465910, "78069760"], [1702465952, "78069760"], [1702465988, "78069760"], [1702466015, "78069760"], [1702466030, "78069760"], [1702466060, "78069760"], [1702466078, "78069760"], [1702466138, "78069760"], [1702466168, "78069760"], [1702466204, "78069760"], [1702466237, "78069760"], [1702466261, "78069760"], [1702466291, "78069760"], [1702466327, "78069760"], [1702466360, "78069760"], [1702466384, "78069760"], [1702466417, "78069760"], [1702466441, "78069760"], [1702466471, "78073856"], [1702466507, "78069760"], [1702466540, "78069760"], [1702466597, "78069760"], [1702466633, "78069760"], [1702466666, "78331904"], [1702466705, "78069760"], [1702466732, "78069760"], [1702466765, "78069760"], [1702466801, "78069760"], [1702466852, "78069760"], [1702466876, "78069760"], [1702466918, "78331904"], [1702466978, "78069760"], [1702467014, "78069760"], [1702467038, "78069760"], [1702467068, "78069760"], [1702467122, "78069760"], [1702467158, "78069760"], [1702467191, "78069760"], [1702467221, "78069760"], [1702467257, "78069760"], [1702467299, "78069760"], [1702467350, "78069760"], [1702467386, "78069760"], [1702467419, "78069760"], [1702467455, "78069760"], [1702467515, "78069760"], [1702467542, "78069760"], [1702467566, "78069760"], [1702467599, "78069760"], [1702467635, "78069760"], [1702467668, "78069760"], [1702467695, "78331904"], [1702467716, "78069760"], [1702467746, "78069760"], [1702467800, "78069760"], [1702467824, "78069760"], [1702467908, "78069760"], [1702467944, "78069760"], [1702467968, "78069760"], [1702468001, "78331904"], [1702468031, "78069760"], [1702468067, "78331904"], [1702468085, "78069760"], [1702468115, "78069760"], [1702468151, "78069760"], [1702468181, "78069760"], [1702468208, "78069760"], [1702468241, "78069760"], [1702468256, "78069760"], [1702468286, "78069760"], [1702468322, "78082048"], [1702468352, "78069760"], [1702468388, "78069760"], [1702468424, "78331904"], [1702468457, "78331904"], [1702468493, "78069760"], [1702468517, "78069760"], [1702468550, "78069760"], [1702468586, "78069760"], [1702468613, "78069760"], [1702468637, "78069760"], [1702468679, "78069760"], [1702468721, "78061568"], [1702468730, "78331904"], [1702468766, "78073856"], [1702468799, "78073856"], [1702468835, "78331904"], [1702468898, "78069760"], [1702468934, "78069760"], [1702468970, "78069760"], [1702468994, "78069760"], [1702469024, "78069760"], [1702469060, "78073856"], [1702469111, "78073856"], [1702469144, "78073856"], [1702469168, "78069760"], [1702469204, "78331904"], [1702469237, "78069760"], [1702469273, "78069760"], [1702469303, "78069760"], [1702469336, "78082048"], [1702469360, "78069760"], [1702469387, "78073856"], [1702469411, "78069760"], [1702469435, "78069760"], [1702469468, "78069760"], [1702469504, "78331904"], [1702469537, "78069760"], [1702469573, "78073856"], [1702469606, "78069760"], [1702469633, "78069760"], [1702469660, "78069760"], [1702469684, "78069760"], [1702469717, "78069760"], [1702469753, "78069760"], [1702469786, "78069760"], [1702469816, "78069760"], [1702469834, "78073856"], [1702469864, "78069760"], [1702469906, "78069760"], [1702469936, "78077952"], [1702469972, "78069760"], [1702470005, "78069760"], [1702470029, "78331904"], [1702470065, "78069760"], [1702470101, "78073856"], [1702470131, "78069760"], [1702470167, "78069760"], [1702470203, "78073856"], [1702470251, "78069760"], [1702470278, "78069760"], [1702470311, "78069760"], [1702470347, "78069760"], [1702470371, "78073856"], [1702470404, "78073856"], [1702470440, "78069760"], [1702470476, "78331904"], [1702470506, "78069760"], [1702470542, "78069760"], [1702470575, "78069760"], [1702470611, "78069760"], [1702470635, "78069760"], [1702470662, "78069760"], [1702470686, "78069760"], [1702470719, "78069760"], [1702470746, "78073856"], [1702470812, "78069760"], [1702470845, "78069760"], [1702470875, "78069760"], [1702470899, "78069760"], [1702470953, "78331904"], [1702470983, "78069760"], [1702471025, "78069760"], [1702471067, "78069760"], [1702471169, "78069760"], [1702471193, "78069760"], [1702471226, "78069760"], [1702471265, "78331904"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_memory_usage_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cgroupfs_system_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157383"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987430787"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687502"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687502"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077566"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984402667"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984688147"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984798855"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264619"], [1702468457, "1986277588"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689126"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799829"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077566"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360832"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986105878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632436"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889613"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632436"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021566"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987081260"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984688147"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984798855"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984402667"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984688147"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984798855"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264619"], [1702468457, "1986277588"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986780209"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689126"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799829"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278564"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781187"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987020630"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431774"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552056"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431774"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552056"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157507"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987430787"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003261"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077566"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106855"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "1983694952"], [1702462736, "1983722561"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797546"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692649"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986105878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002983"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984754387"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797884"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985016125"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986077422"], [1702468031, "1986088608"], [1702468067, "1986108121"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986779226"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797546"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061334"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984890249"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984965840"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592860"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987430787"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986631458"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987020630"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984002446"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984797546"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891439"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928447"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986107858"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987427934"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986105878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632436"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021566"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796567"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966882"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985957532"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986276806"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799829"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278564"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986631458"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781187"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987020630"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987428609"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004254"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984891227"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984966805"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017049"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490268"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986079117"], [1702468031, "1986088608"], [1702468067, "1986106878"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986263772"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986359013"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986630644"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987019792"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987431767"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004214"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889613"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106855"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984003268"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984689865"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984799836"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985489093"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985692740"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986104917"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986264721"], [1702468457, "1986278564"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986631458"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781195"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021566"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987081260"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987157709"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360823"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429576"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987552965"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "1983684963"], [1702462721, "1983694952"], [1702462736, "1983722561"], [1702462751, "1983737039"], [1702462763, "1983747544"], [1702462793, "1983761512"], [1702462808, "1983779730"], [1702462829, "1983792018"], [1702462844, "1983800483"], [1702462865, "1983808860"], [1702462880, "1983814783"], [1702462904, "1983828612"], [1702462919, "1983834344"], [1702462952, "1983848025"], [1702462973, "1983854760"], [1702462988, "1983866592"], [1702463045, "1983893423"], [1702463081, "1983907717"], [1702463114, "1983922461"], [1702463150, "1983942967"], [1702463186, "1983950299"], [1702463216, "1983965155"], [1702463240, "1983975457"], [1702463273, "1983989823"], [1702463324, "1984004203"], [1702463354, "1984010618"], [1702463381, "1984030561"], [1702463417, "1984041822"], [1702463453, "1984061477"], [1702463477, "1984066688"], [1702463510, "1984078507"], [1702463537, "1984092227"], [1702463570, "1984101067"], [1702463591, "1984116420"], [1702463621, "1984122918"], [1702463657, "1984131898"], [1702463693, "1984147323"], [1702463729, "1984163984"], [1702463765, "1984182913"], [1702463798, "1984196147"], [1702463846, "1984219901"], [1702463873, "1984229073"], [1702463906, "1984240401"], [1702463948, "1984267245"], [1702463984, "1984279134"], [1702464014, "1984297963"], [1702464050, "1984314035"], [1702464086, "1984332323"], [1702464122, "1984354841"], [1702464155, "1984366146"], [1702464194, "1984385092"], [1702464230, "1984401909"], [1702464263, "1984421550"], [1702464299, "1984441381"], [1702464332, "1984454267"], [1702464356, "1984460075"], [1702464392, "1984473560"], [1702464425, "1984485344"], [1702464455, "1984496379"], [1702464479, "1984513844"], [1702464509, "1984525393"], [1702464533, "1984533886"], [1702464569, "1984548833"], [1702464605, "1984558970"], [1702464635, "1984574725"], [1702464671, "1984591224"], [1702464716, "1984604817"], [1702464743, "1984622863"], [1702464776, "1984636721"], [1702464812, "1984649686"], [1702464836, "1984664618"], [1702464869, "1984681385"], [1702464905, "1984687225"], [1702464926, "1984698246"], [1702464956, "1984706941"], [1702464992, "1984726894"], [1702465016, "1984739871"], [1702465049, "1984755370"], [1702465085, "1984767644"], [1702465118, "1984782564"], [1702465145, "1984796061"], [1702465178, "1984807970"], [1702465208, "1984826527"], [1702465241, "1984843766"], [1702465298, "1984867880"], [1702465334, "1984889558"], [1702465367, "1984909267"], [1702465394, "1984924730"], [1702465418, "1984939444"], [1702465445, "1984949454"], [1702465481, "1984964947"], [1702465517, "1984986060"], [1702465550, "1984997046"], [1702465586, "1985017021"], [1702465619, "1985030719"], [1702465658, "1985046263"], [1702465706, "1985063496"], [1702465754, "1985085926"], [1702465787, "1985098366"], [1702465823, "1985110027"], [1702465856, "1985124688"], [1702465880, "1985135400"], [1702465910, "1985145995"], [1702465952, "1985161710"], [1702465988, "1985181339"], [1702466015, "1985190851"], [1702466030, "1985206116"], [1702466060, "1985212107"], [1702466078, "1985220977"], [1702466138, "1985247081"], [1702466168, "1985260058"], [1702466204, "1985270860"], [1702466237, "1985289574"], [1702466261, "1985306317"], [1702466291, "1985315776"], [1702466327, "1985334004"], [1702466360, "1985350220"], [1702466384, "1985359727"], [1702466417, "1985368336"], [1702466441, "1985381065"], [1702466471, "1985396537"], [1702466507, "1985418571"], [1702466540, "1985436738"], [1702466597, "1985457379"], [1702466633, "1985473232"], [1702466666, "1985490046"], [1702466705, "1985502039"], [1702466732, "1985516772"], [1702466765, "1985531270"], [1702466801, "1985546822"], [1702466852, "1985572840"], [1702466876, "1985580351"], [1702466918, "1985592924"], [1702466978, "1985620264"], [1702467014, "1985634676"], [1702467038, "1985648116"], [1702467068, "1985664504"], [1702467122, "1985679826"], [1702467158, "1985690743"], [1702467191, "1985711274"], [1702467221, "1985727296"], [1702467257, "1985739891"], [1702467299, "1985752569"], [1702467350, "1985778349"], [1702467386, "1985794645"], [1702467419, "1985809266"], [1702467455, "1985820678"], [1702467515, "1985839120"], [1702467542, "1985851825"], [1702467566, "1985865036"], [1702467599, "1985881032"], [1702467635, "1985907700"], [1702467668, "1985920231"], [1702467695, "1985928612"], [1702467716, "1985947690"], [1702467746, "1985956724"], [1702467800, "1985982402"], [1702467824, "1985995098"], [1702467908, "1986047199"], [1702467944, "1986056806"], [1702467968, "1986068599"], [1702468001, "1986078144"], [1702468031, "1986088608"], [1702468067, "1986106855"], [1702468085, "1986117294"], [1702468115, "1986125004"], [1702468151, "1986138481"], [1702468181, "1986158004"], [1702468208, "1986166551"], [1702468241, "1986179357"], [1702468256, "1986186832"], [1702468286, "1986195706"], [1702468322, "1986213027"], [1702468352, "1986233758"], [1702468388, "1986253152"], [1702468424, "1986265704"], [1702468457, "1986278704"], [1702468493, "1986291303"], [1702468517, "1986304844"], [1702468550, "1986322157"], [1702468586, "1986336387"], [1702468613, "1986351695"], [1702468637, "1986360973"], [1702468679, "1986373665"], [1702468721, "1986397952"], [1702468730, "1986407548"], [1702468766, "1986418652"], [1702468799, "1986433581"], [1702468835, "1986451342"], [1702468898, "1986473184"], [1702468934, "1986489892"], [1702468970, "1986509256"], [1702468994, "1986528542"], [1702469024, "1986541920"], [1702469060, "1986564579"], [1702469111, "1986591478"], [1702469144, "1986605653"], [1702469168, "1986617120"], [1702469204, "1986632568"], [1702469237, "1986648153"], [1702469273, "1986667721"], [1702469303, "1986687830"], [1702469336, "1986698122"], [1702469360, "1986716812"], [1702469387, "1986724405"], [1702469411, "1986740475"], [1702469435, "1986750387"], [1702469468, "1986766851"], [1702469504, "1986781276"], [1702469537, "1986794715"], [1702469573, "1986806815"], [1702469606, "1986815828"], [1702469633, "1986824254"], [1702469660, "1986837090"], [1702469684, "1986847772"], [1702469717, "1986855569"], [1702469753, "1986870460"], [1702469786, "1986888035"], [1702469816, "1986899237"], [1702469834, "1986921022"], [1702469864, "1986931935"], [1702469906, "1986964861"], [1702469936, "1986975840"], [1702469972, "1986988508"], [1702470005, "1987013819"], [1702470029, "1987021570"], [1702470065, "1987040643"], [1702470101, "1987057324"], [1702470131, "1987080331"], [1702470167, "1987094067"], [1702470203, "1987110215"], [1702470251, "1987126602"], [1702470278, "1987138797"], [1702470311, "1987156584"], [1702470347, "1987169794"], [1702470371, "1987183205"], [1702470404, "1987193740"], [1702470440, "1987206489"], [1702470476, "1987218961"], [1702470506, "1987234573"], [1702470542, "1987254099"], [1702470575, "1987268683"], [1702470611, "1987283454"], [1702470635, "1987295753"], [1702470662, "1987299924"], [1702470686, "1987315070"], [1702470719, "1987329481"], [1702470746, "1987344004"], [1702470812, "1987360084"], [1702470845, "1987375367"], [1702470875, "1987387164"], [1702470899, "1987401818"], [1702470953, "1987429804"], [1702470983, "1987445098"], [1702471025, "1987456614"], [1702471067, "1987482532"], [1702471169, "1987515271"], [1702471193, "1987525177"], [1702471226, "1987541191"], [1702471265, "1987553016"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_system_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cgroupfs_user_cpu_usage_us_total": [{"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482998494"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483272503"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459708"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485771264"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486137502"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488024742"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488184093"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488927818"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482998494"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483272503"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484597256"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485771264"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486137502"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488024742"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488183120"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414531"], [1702467716, "4485437289"], [1702467746, "4485462784"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488926837"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488177268"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522329"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488927818"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758565"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522562"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488928800"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486095770"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486307275"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758565"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522562"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488928800"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484351309"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773216"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488925861"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480779323"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097726"], [1702468457, "4486134577"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182353"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487759667"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481069229"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483271525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484597256"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485770285"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486099680"], [1702468457, "4486136523"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480777422"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482563486"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485713051"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097723"], [1702468457, "4486133601"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853451"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488524481"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488177268"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522329"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488927818"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486305363"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758565"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522562"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488928800"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483267604"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486096747"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853401"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488179206"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488523541"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488929774"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000415"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459854"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715973"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488657557"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924075"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482999474"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459854"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485716953"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488657557"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924811"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945832"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482996536"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483272503"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485771264"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486136523"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488026544"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488183120"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485412605"], [1702467716, "4485437289"], [1702467746, "4485460831"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485716953"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484351309"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488925861"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942931"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484352286"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488177268"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522329"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488926837"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480781265"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483270547"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486135563"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486874390"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487759667"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488181162"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070206"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482997512"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273480"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715969"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486137502"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488183120"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "4480199318"], [1702462736, "4480233899"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483155420"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484836216"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485716953"], [1702468031, "4485739757"], [1702468067, "4485773216"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924884"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480780299"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097726"], [1702468457, "4486134577"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486873433"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487759667"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488181162"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481068250"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482996536"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483271525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484596279"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485770285"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486135563"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482723184"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482819542"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483266820"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484351309"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414531"], [1702467716, "4485437289"], [1702467746, "4485461808"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485711666"], [1702468031, "4485739757"], [1702468067, "4485773816"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487179421"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488926837"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483155420"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485412605"], [1702467716, "4485437289"], [1702467746, "4485460831"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485717935"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924884"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481069229"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995558"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483271525"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484597256"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485770285"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486099680"], [1702468457, "4486136523"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488024742"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853401"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488178245"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488523541"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488929774"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480942259"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4483000916"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483155420"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485413557"], [1702467716, "4485437289"], [1702467746, "4485460831"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485717935"], [1702468031, "4485739757"], [1702468067, "4485773216"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488924884"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480778351"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482563486"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483269561"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485713051"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097726"], [1702468457, "4486133601"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488524481"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482999474"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483154441"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459854"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715973"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488176744"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776445"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562507"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482724160"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482820519"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483268585"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485712069"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097723"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487180399"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853401"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488179206"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488523541"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488929774"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480776344"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480945954"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482727106"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482998498"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483273614"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354732"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459708"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485715973"], [1702468031, "4485739757"], [1702468067, "4485772232"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486094905"], [1702468457, "4486138492"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486304862"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758040"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488184401"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488656584"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480782237"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480944890"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483270547"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484354221"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714991"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486135563"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486874390"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487760642"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488182141"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480777422"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562507"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482725142"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482821494"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483268585"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353268"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484838404"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485713051"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486097723"], [1702468457, "4486132760"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486872575"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487181371"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487758698"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487853451"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488027000"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488180182"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488524481"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488654851"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930758"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "4480161806"], [1702462721, "4480199318"], [1702462736, "4480233899"], [1702462751, "4480272711"], [1702462763, "4480300463"], [1702462793, "4480330488"], [1702462808, "4480363127"], [1702462829, "4480391715"], [1702462844, "4480413326"], [1702462865, "4480434807"], [1702462880, "4480454602"], [1702462904, "4480486253"], [1702462919, "4480498652"], [1702462952, "4480525074"], [1702462973, "4480536607"], [1702462988, "4480558421"], [1702463045, "4480613920"], [1702463081, "4480643433"], [1702463114, "4480683815"], [1702463150, "4480736424"], [1702463186, "4480780299"], [1702463216, "4480815556"], [1702463240, "4480849909"], [1702463273, "4480878615"], [1702463324, "4480943938"], [1702463354, "4480965762"], [1702463381, "4480996874"], [1702463417, "4481035187"], [1702463453, "4481070551"], [1702463477, "4481082971"], [1702463510, "4481104534"], [1702463537, "4481135879"], [1702463570, "4481158464"], [1702463591, "4481192013"], [1702463621, "4481218773"], [1702463657, "4481255449"], [1702463693, "4481292076"], [1702463729, "4481320631"], [1702463765, "4481364513"], [1702463798, "4481397688"], [1702463846, "4481436391"], [1702463873, "4481463679"], [1702463906, "4481496931"], [1702463948, "4481548638"], [1702463984, "4481572370"], [1702464014, "4481602864"], [1702464050, "4481633192"], [1702464086, "4481677649"], [1702464122, "4481721735"], [1702464155, "4481756320"], [1702464194, "4481803019"], [1702464230, "4481839670"], [1702464263, "4481884612"], [1702464299, "4481924082"], [1702464332, "4481964842"], [1702464356, "4481991255"], [1702464392, "4482028221"], [1702464425, "4482064677"], [1702464455, "4482099602"], [1702464479, "4482134461"], [1702464509, "4482162385"], [1702464533, "4482181579"], [1702464569, "4482220423"], [1702464605, "4482261541"], [1702464635, "4482289142"], [1702464671, "4482328052"], [1702464716, "4482362194"], [1702464743, "4482399230"], [1702464776, "4482427999"], [1702464812, "4482472478"], [1702464836, "4482502226"], [1702464869, "4482529733"], [1702464905, "4482562268"], [1702464926, "4482598226"], [1702464956, "4482627345"], [1702464992, "4482670280"], [1702465016, "4482699195"], [1702465049, "4482726121"], [1702465085, "4482755829"], [1702465118, "4482789716"], [1702465145, "4482818890"], [1702465178, "4482844799"], [1702465208, "4482888642"], [1702465241, "4482914245"], [1702465298, "4482967559"], [1702465334, "4482995242"], [1702465367, "4483041341"], [1702465394, "4483070259"], [1702465418, "4483099526"], [1702465445, "4483116608"], [1702465481, "4483153538"], [1702465517, "4483189653"], [1702465550, "4483223587"], [1702465586, "4483270547"], [1702465619, "4483295908"], [1702465658, "4483334878"], [1702465706, "4483370573"], [1702465754, "4483421218"], [1702465787, "4483455819"], [1702465823, "4483494924"], [1702465856, "4483528355"], [1702465880, "4483553636"], [1702465910, "4483586741"], [1702465952, "4483623344"], [1702465988, "4483655733"], [1702466015, "4483692721"], [1702466030, "4483722976"], [1702466060, "4483739891"], [1702466078, "4483759499"], [1702466138, "4483813673"], [1702466168, "4483849557"], [1702466204, "4483884928"], [1702466237, "4483914552"], [1702466261, "4483949121"], [1702466291, "4483973902"], [1702466327, "4484003518"], [1702466360, "4484040903"], [1702466384, "4484065776"], [1702466417, "4484099792"], [1702466441, "4484133128"], [1702466471, "4484159148"], [1702466507, "4484215791"], [1702466540, "4484244412"], [1702466597, "4484292647"], [1702466633, "4484322429"], [1702466666, "4484353270"], [1702466705, "4484383148"], [1702466732, "4484430299"], [1702466765, "4484464051"], [1702466801, "4484494362"], [1702466852, "4484539501"], [1702466876, "4484557360"], [1702466918, "4484598407"], [1702466978, "4484658988"], [1702467014, "4484692751"], [1702467038, "4484725493"], [1702467068, "4484755409"], [1702467122, "4484808483"], [1702467158, "4484835340"], [1702467191, "4484880334"], [1702467221, "4484900477"], [1702467257, "4484936560"], [1702467299, "4484972573"], [1702467350, "4485022567"], [1702467386, "4485062083"], [1702467419, "4485094299"], [1702467455, "4485133876"], [1702467515, "4485193302"], [1702467542, "4485229603"], [1702467566, "4485263298"], [1702467599, "4485301000"], [1702467635, "4485346677"], [1702467668, "4485380481"], [1702467695, "4485414926"], [1702467716, "4485437289"], [1702467746, "4485459217"], [1702467800, "4485509472"], [1702467824, "4485534954"], [1702467908, "4485607997"], [1702467944, "4485639007"], [1702467968, "4485680399"], [1702468001, "4485714013"], [1702468031, "4485739757"], [1702468067, "4485769328"], [1702468085, "4485805129"], [1702468115, "4485816757"], [1702468151, "4485841908"], [1702468181, "4485871457"], [1702468208, "4485896709"], [1702468241, "4485929992"], [1702468256, "4485947892"], [1702468286, "4485964687"], [1702468322, "4485990345"], [1702468352, "4486026896"], [1702468388, "4486062909"], [1702468424, "4486098704"], [1702468457, "4486134577"], [1702468493, "4486163686"], [1702468517, "4486196684"], [1702468550, "4486221556"], [1702468586, "4486255591"], [1702468613, "4486286051"], [1702468637, "4486310542"], [1702468679, "4486340698"], [1702468721, "4486391345"], [1702468730, "4486413424"], [1702468766, "4486433613"], [1702468799, "4486465679"], [1702468835, "4486497184"], [1702468898, "4486548805"], [1702468934, "4486601079"], [1702468970, "4486644835"], [1702468994, "4486677311"], [1702469024, "4486693533"], [1702469060, "4486740003"], [1702469111, "4486794739"], [1702469144, "4486826844"], [1702469168, "4486843741"], [1702469204, "4486873433"], [1702469237, "4486898653"], [1702469273, "4486925721"], [1702469303, "4486965270"], [1702469336, "4486999253"], [1702469360, "4487046684"], [1702469387, "4487064057"], [1702469411, "4487101187"], [1702469435, "4487124913"], [1702469468, "4487151815"], [1702469504, "4487182549"], [1702469537, "4487214248"], [1702469573, "4487255358"], [1702469606, "4487295046"], [1702469633, "4487318429"], [1702469660, "4487348109"], [1702469684, "4487385050"], [1702469717, "4487405393"], [1702469753, "4487434503"], [1702469786, "4487465705"], [1702469816, "4487487197"], [1702469834, "4487535465"], [1702469864, "4487561335"], [1702469906, "4487628893"], [1702469936, "4487659654"], [1702469972, "4487697779"], [1702470005, "4487741335"], [1702470029, "4487760642"], [1702470065, "4487778246"], [1702470101, "4487817523"], [1702470131, "4487852595"], [1702470167, "4487882032"], [1702470203, "4487919211"], [1702470251, "4487955720"], [1702470278, "4487993172"], [1702470311, "4488023757"], [1702470347, "4488056053"], [1702470371, "4488094524"], [1702470404, "4488118616"], [1702470440, "4488145037"], [1702470476, "4488181162"], [1702470506, "4488212811"], [1702470542, "4488255186"], [1702470575, "4488280167"], [1702470611, "4488312521"], [1702470635, "4488343288"], [1702470662, "4488379026"], [1702470686, "4488406061"], [1702470719, "4488428547"], [1702470746, "4488468300"], [1702470812, "4488522146"], [1702470845, "4488554579"], [1702470875, "4488578141"], [1702470899, "4488607586"], [1702470953, "4488655606"], [1702470983, "4488675203"], [1702471025, "4488698341"], [1702471067, "4488756047"], [1702471169, "4488834154"], [1702471193, "4488856862"], [1702471226, "4488885725"], [1702471265, "4488930944"]]}, {"metric": {"__name__": "kepler_container_cgroupfs_user_cpu_usage_us_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_core_joules_total": [{"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_core_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_cpu_cycles_total": [{"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "4410574"], [1702462721, "4410574"], [1702462736, "5543554"], [1702462751, "5543554"], [1702462763, "5543554"], [1702462793, "5543554"], [1702462808, "5543554"], [1702462829, "5543554"], [1702462844, "21691947"], [1702462865, "21691947"], [1702462880, "21691947"], [1702462904, "21691947"], [1702462919, "21691947"], [1702462952, "21691947"], [1702462973, "21691947"], [1702462988, "21691947"], [1702463045, "21691947"], [1702463081, "21691947"], [1702463114, "21691947"], [1702463150, "21691947"], [1702463186, "21691947"], [1702463216, "21691947"], [1702463240, "21691947"], [1702463273, "21691947"], [1702463324, "21691947"], [1702463354, "21691947"], [1702463381, "24389109"], [1702463417, "24389109"], [1702463453, "24389109"], [1702463477, "24389109"], [1702463510, "24389109"], [1702463537, "24389109"], [1702463570, "24389109"], [1702463591, "24389109"], [1702463621, "24389109"], [1702463657, "24389109"], [1702463693, "24389109"], [1702463729, "24389109"], [1702463765, "24389109"], [1702463798, "24389109"], [1702463846, "24389109"], [1702463873, "24389109"], [1702463906, "24389109"], [1702463948, "24389109"], [1702463984, "24389109"], [1702464014, "24389109"], [1702464050, "24389109"], [1702464086, "24389109"], [1702464122, "24389109"], [1702464155, "24389109"], [1702464194, "24389109"], [1702464230, "24389109"], [1702464263, "24389109"], [1702464299, "24389109"], [1702464332, "24389109"], [1702464356, "24389109"], [1702464392, "24389109"], [1702464425, "24389109"], [1702464455, "24389109"], [1702464479, "24389109"], [1702464509, "24389109"], [1702464533, "24389109"], [1702464569, "24389109"], [1702464605, "24389109"], [1702464635, "24389109"], [1702464671, "24389109"], [1702464716, "24389109"], [1702464743, "24389109"], [1702464776, "24389109"], [1702464812, "24389109"], [1702464836, "24389109"], [1702464869, "24389109"], [1702464905, "24389109"], [1702464926, "24389109"], [1702464956, "24389109"], [1702464992, "24389109"], [1702465016, "24389109"], [1702465049, "24389109"], [1702465085, "24389109"], [1702465118, "24389109"], [1702465145, "24389109"], [1702465178, "24389109"], [1702465208, "24389109"], [1702465241, "24389109"], [1702465298, "24389109"], [1702465334, "24389109"], [1702465367, "24389109"], [1702465394, "24389109"], [1702465418, "24389109"], [1702465445, "24389109"], [1702465481, "24389109"], [1702465517, "24389109"], [1702465550, "24389109"], [1702465586, "24389109"], [1702465619, "24389109"], [1702465658, "24389109"], [1702465706, "24389109"], [1702465754, "24389109"], [1702465787, "24389109"], [1702465823, "24389109"], [1702465856, "24389109"], [1702465880, "24389109"], [1702465910, "24389109"], [1702465952, "24389109"], [1702465988, "24389109"], [1702466015, "24389109"], [1702466030, "24389109"], [1702466060, "24389109"], [1702466078, "24389109"], [1702466138, "24389109"], [1702466168, "24389109"], [1702466204, "24389109"], [1702466237, "24389109"], [1702466261, "24389109"], [1702466291, "24389109"], [1702466327, "24389109"], [1702466360, "24389109"], [1702466384, "24389109"], [1702466417, "24389109"], [1702466441, "24389109"], [1702466471, "24389109"], [1702466507, "24389109"], [1702466540, "24389109"], [1702466597, "24389109"], [1702466633, "24389109"], [1702466666, "24389109"], [1702466705, "24389109"], [1702466732, "24389109"], [1702466765, "24389109"], [1702466801, "24389109"], [1702466852, "24389109"], [1702466876, "24389109"], [1702466918, "24389109"], [1702466978, "24389109"], [1702467014, "24389109"], [1702467038, "24389109"], [1702467068, "24389109"], [1702467122, "24389109"], [1702467158, "24389109"], [1702467191, "24389109"], [1702467221, "24389109"], [1702467257, "24389109"], [1702467299, "24389109"], [1702467350, "24389109"], [1702467386, "24389109"], [1702467419, "24389109"], [1702467455, "24389109"], [1702467515, "24389109"], [1702467542, "24389109"], [1702467566, "24389109"], [1702467599, "24389109"], [1702467635, "24389109"], [1702467668, "24389109"], [1702467695, "24389109"], [1702467716, "24389109"], [1702467746, "24389109"], [1702467800, "24389109"], [1702467824, "24389109"], [1702467908, "24389109"], [1702467944, "24389109"], [1702467968, "24389109"], [1702468001, "24389109"], [1702468031, "24389109"], [1702468067, "24389109"], [1702468085, "24389109"], [1702468115, "24389109"], [1702468151, "24389109"], [1702468181, "24389109"], [1702468208, "24389109"], [1702468241, "24389109"], [1702468256, "24389109"], [1702468286, "24389109"], [1702468322, "24389109"], [1702468352, "24389109"], [1702468388, "24389109"], [1702468424, "24389109"], [1702468457, "24389109"], [1702468493, "24389109"], [1702468517, "24389109"], [1702468550, "24389109"], [1702468586, "24389109"], [1702468613, "24389109"], [1702468637, "24389109"], [1702468679, "24389109"], [1702468721, "24389109"], [1702468730, "24389109"], [1702468766, "24389109"], [1702468799, "24389109"], [1702468835, "24389109"], [1702468898, "24389109"], [1702468934, "24389109"], [1702468970, "24389109"], [1702468994, "24389109"], [1702469024, "24389109"], [1702469060, "24389109"], [1702469111, "24389109"], [1702469144, "24389109"], [1702469168, "24389109"], [1702469204, "24389109"], [1702469237, "24389109"], [1702469273, "24389109"], [1702469303, "24389109"], [1702469336, "24389109"], [1702469360, "24389109"], [1702469387, "24389109"], [1702469411, "24389109"], [1702469435, "24389109"], [1702469468, "24389109"], [1702469504, "24389109"], [1702469537, "24389109"], [1702469573, "24389109"], [1702469606, "24389109"], [1702469633, "24389109"], [1702469660, "24389109"], [1702469684, "24389109"], [1702469717, "24389109"], [1702469753, "24389109"], [1702469786, "24389109"], [1702469816, "24389109"], [1702469834, "24389109"], [1702469864, "24389109"], [1702469906, "24389109"], [1702469936, "24389109"], [1702469972, "24389109"], [1702470005, "24389109"], [1702470029, "24389109"], [1702470065, "24389109"], [1702470101, "24389109"], [1702470131, "24389109"], [1702470167, "24389109"], [1702470203, "24389109"], [1702470251, "24389109"], [1702470278, "24389109"], [1702470311, "24389109"], [1702470347, "24389109"], [1702470371, "24389109"], [1702470404, "24389109"], [1702470440, "24389109"], [1702470476, "24389109"], [1702470506, "24389109"], [1702470542, "24389109"], [1702470575, "24389109"], [1702470611, "24389109"], [1702470635, "24389109"], [1702470662, "24389109"], [1702470686, "24389109"], [1702470719, "24389109"], [1702470746, "24389109"], [1702470812, "24389109"], [1702470845, "24389109"], [1702470875, "24389109"], [1702470899, "24389109"], [1702470953, "24389109"], [1702470983, "24389109"], [1702471025, "24389109"], [1702471067, "24389109"], [1702471169, "24389109"], [1702471193, "24389109"], [1702471226, "24389109"], [1702471265, "24389109"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "64597439"], [1702462721, "65593063"], [1702462736, "67401612"], [1702462751, "91887661"], [1702462763, "93229213"], [1702462793, "100793944"], [1702462808, "105289295"], [1702462829, "106558503"], [1702462844, "107764666"], [1702462865, "107764666"], [1702462880, "110726700"], [1702462904, "113882414"], [1702462919, "114472326"], [1702462952, "127321540"], [1702462973, "128764506"], [1702462988, "129088650"], [1702463045, "142288798"], [1702463081, "147641481"], [1702463114, "155734191"], [1702463150, "162379365"], [1702463186, "170607951"], [1702463216, "182376379"], [1702463240, "188542170"], [1702463273, "195380561"], [1702463324, "209889751"], [1702463354, "213700850"], [1702463381, "222498971"], [1702463417, "232495556"], [1702463453, "247730289"], [1702463477, "253157063"], [1702463510, "259043714"], [1702463537, "263730894"], [1702463570, "267586591"], [1702463591, "272662627"], [1702463621, "277836139"], [1702463657, "282712845"], [1702463693, "293827200"], [1702463729, "304562235"], [1702463765, "314215960"], [1702463798, "327352300"], [1702463846, "357656105"], [1702463873, "364724098"], [1702463906, "372354766"], [1702463948, "383074040"], [1702463984, "387356628"], [1702464014, "397182112"], [1702464050, "402230776"], [1702464086, "408605668"], [1702464122, "419752812"], [1702464155, "430564296"], [1702464194, "438808538"], [1702464230, "445095435"], [1702464263, "456385620"], [1702464299, "459437857"], [1702464332, "465421377"], [1702464356, "467703583"], [1702464392, "470703766"], [1702464425, "477377899"], [1702464455, "485695085"], [1702464479, "491204864"], [1702464509, "495997194"], [1702464533, "500626232"], [1702464569, "505899467"], [1702464605, "513162272"], [1702464635, "517285500"], [1702464671, "527042524"], [1702464716, "530158469"], [1702464743, "539140237"], [1702464776, "541500513"], [1702464812, "551186960"], [1702464836, "560611088"], [1702464869, "569860278"], [1702464905, "581087351"], [1702464926, "605993374"], [1702464956, "611813342"], [1702464992, "620300351"], [1702465016, "627622171"], [1702465049, "633904076"], [1702465085, "642753785"], [1702465118, "649357727"], [1702465145, "658003529"], [1702465178, "664276305"], [1702465208, "672883422"], [1702465241, "686257245"], [1702465298, "703316127"], [1702465334, "707284701"], [1702465367, "718403810"], [1702465394, "725217906"], [1702465418, "734920407"], [1702465445, "740599749"], [1702465481, "751529250"], [1702465517, "759094125"], [1702465550, "762552539"], [1702465586, "768287296"], [1702465619, "773331777"], [1702465658, "790794790"], [1702465706, "795403758"], [1702465754, "804063657"], [1702465787, "810794548"], [1702465823, "816538434"], [1702465856, "822885086"], [1702465880, "827486026"], [1702465910, "833147402"], [1702465952, "835065958"], [1702465988, "844660113"], [1702466015, "861182830"], [1702466030, "871208287"], [1702466060, "875182100"], [1702466078, "880714349"], [1702466138, "890632834"], [1702466168, "897239825"], [1702466204, "903025043"], [1702466237, "915215479"], [1702466261, "921840993"], [1702466291, "928716608"], [1702466327, "945286446"], [1702466360, "959140157"], [1702466384, "962415360"], [1702466417, "967548808"], [1702466441, "971360569"], [1702466471, "976543933"], [1702466507, "988311947"], [1702466540, "994058187"], [1702466597, "1008955905"], [1702466633, "1016234947"], [1702466666, "1025162110"], [1702466705, "1035293013"], [1702466732, "1053747104"], [1702466765, "1067049054"], [1702466801, "1074511037"], [1702466852, "1091668367"], [1702466876, "1098316234"], [1702466918, "1104648255"], [1702466978, "1123792397"], [1702467014, "1128260349"], [1702467038, "1143909534"], [1702467068, "1152333276"], [1702467122, "1168740148"], [1702467158, "1175754665"], [1702467191, "1191681483"], [1702467221, "1202477499"], [1702467257, "1211638230"], [1702467299, "1221388365"], [1702467350, "1226277534"], [1702467386, "1233958626"], [1702467419, "1245802367"], [1702467455, "1260281330"], [1702467515, "1276686001"], [1702467542, "1288776814"], [1702467566, "1299505779"], [1702467599, "1342371707"], [1702467635, "1348008925"], [1702467668, "1363563520"], [1702467695, "1367809180"], [1702467716, "1376139090"], [1702467746, "1381923089"], [1702467800, "1405444775"], [1702467824, "1418440514"], [1702467908, "1456489390"], [1702467944, "1466431811"], [1702467968, "1476772881"], [1702468001, "1486005592"], [1702468031, "1493501761"], [1702468067, "1503620883"], [1702468085, "1508770340"], [1702468115, "1509963911"], [1702468151, "1515907243"], [1702468181, "1528644009"], [1702468208, "1534957535"], [1702468241, "1542778869"], [1702468256, "1549521586"], [1702468286, "1652780549"], [1702468322, "1657335899"], [1702468352, "1670917527"], [1702468388, "1680621698"], [1702468424, "1687809285"], [1702468457, "1696266014"], [1702468493, "1699253242"], [1702468517, "1709824129"], [1702468550, "1718046184"], [1702468586, "1734024178"], [1702468613, "1745313900"], [1702468637, "1749695375"], [1702468679, "1767277404"], [1702468721, "1774335370"], [1702468730, "1780719911"], [1702468766, "1787719925"], [1702468799, "1791762073"], [1702468835, "1802467648"], [1702468898, "1826311908"], [1702468934, "1843661519"], [1702468970, "1863527358"], [1702468994, "1870579124"], [1702469024, "1889004222"], [1702469060, "1895339203"], [1702469111, "1909209930"], [1702469144, "1923254690"], [1702469168, "1927720227"], [1702469204, "1928612265"], [1702469237, "1933941440"], [1702469273, "1940554721"], [1702469303, "1948422758"], [1702469336, "1964469181"], [1702469360, "1984074219"], [1702469387, "1993119993"], [1702469411, "2003393398"], [1702469435, "2014087891"], [1702469468, "2019977641"], [1702469504, "2028851079"], [1702469537, "2040020879"], [1702469573, "2054397482"], [1702469606, "2063630054"], [1702469633, "2068147086"], [1702469660, "2079476317"], [1702469684, "2095157206"], [1702469717, "2104400192"], [1702469753, "2121118997"], [1702469786, "2143510793"], [1702469816, "2158117421"], [1702469834, "2171424573"], [1702469864, "2174589528"], [1702469906, "2186212936"], [1702469936, "2191570473"], [1702469972, "2201053470"], [1702470005, "2215199287"], [1702470029, "2223820033"], [1702470065, "2231878874"], [1702470101, "2251333602"], [1702470131, "2261525460"], [1702470167, "2283733940"], [1702470203, "2306902857"], [1702470251, "2324632540"], [1702470278, "2344657757"], [1702470311, "2355017453"], [1702470347, "2364715993"], [1702470371, "2375114800"], [1702470404, "2377692062"], [1702470440, "2391189789"], [1702470476, "2401286887"], [1702470506, "2409610593"], [1702470542, "2421079544"], [1702470575, "2427100304"], [1702470611, "2432129610"], [1702470635, "2446983704"], [1702470662, "2459617772"], [1702470686, "2475990495"], [1702470719, "2480201250"], [1702470746, "2496972816"], [1702470812, "2508851737"], [1702470845, "2516969903"], [1702470875, "2523016594"], [1702470899, "2535375982"], [1702470953, "2554591231"], [1702470983, "2560524206"], [1702471025, "2564576045"], [1702471067, "2574319343"], [1702471169, "2602365222"], [1702471193, "2613308802"], [1702471226, "2626205946"], [1702471265, "2638718013"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "170726601"], [1702462721, "173234140"], [1702462736, "177322396"], [1702462751, "180242701"], [1702462763, "198550982"], [1702462793, "209463681"], [1702462808, "241117881"], [1702462829, "267417542"], [1702462844, "282278490"], [1702462865, "326156184"], [1702462880, "334971320"], [1702462904, "347208144"], [1702462919, "351294108"], [1702462952, "361384616"], [1702462973, "367509684"], [1702462988, "377201646"], [1702463045, "419967943"], [1702463081, "444134512"], [1702463114, "467616242"], [1702463150, "517248278"], [1702463186, "542398013"], [1702463216, "565359857"], [1702463240, "579788262"], [1702463273, "597372180"], [1702463324, "625411476"], [1702463354, "631875233"], [1702463381, "648286403"], [1702463417, "669539352"], [1702463453, "704870823"], [1702463477, "732200463"], [1702463510, "761914961"], [1702463537, "777107960"], [1702463570, "786235997"], [1702463591, "796282063"], [1702463621, "806999708"], [1702463657, "816719511"], [1702463693, "837430403"], [1702463729, "857403644"], [1702463765, "877969952"], [1702463798, "915823088"], [1702463846, "936423127"], [1702463873, "952579753"], [1702463906, "972143666"], [1702463948, "991991651"], [1702463984, "999928879"], [1702464014, "1022059623"], [1702464050, "1042624669"], [1702464086, "1067747640"], [1702464122, "1145822953"], [1702464155, "1159499542"], [1702464194, "1187354119"], [1702464230, "1210366449"], [1702464263, "1217429779"], [1702464299, "1235999323"], [1702464332, "1245680626"], [1702464356, "1258240050"], [1702464392, "1267435300"], [1702464425, "1283622741"], [1702464455, "1297850402"], [1702464479, "1331787737"], [1702464509, "1347079415"], [1702464533, "1358190440"], [1702464569, "1381255723"], [1702464605, "1400813295"], [1702464635, "1414193260"], [1702464671, "1439106668"], [1702464716, "1477519959"], [1702464743, "1508953401"], [1702464776, "1626236843"], [1702464812, "1644338550"], [1702464836, "1664762621"], [1702464869, "1676726626"], [1702464905, "1699878125"], [1702464926, "1726389671"], [1702464956, "1750185022"], [1702464992, "1769437188"], [1702465016, "1788514781"], [1702465049, "1797913812"], [1702465085, "1844163446"], [1702465118, "1862367531"], [1702465145, "1874736184"], [1702465178, "1888375186"], [1702465208, "1922329992"], [1702465241, "1941504364"], [1702465298, "1983075152"], [1702465334, "2008796827"], [1702465367, "2055466683"], [1702465394, "2058883351"], [1702465418, "2071767593"], [1702465445, "2090138801"], [1702465481, "2104811432"], [1702465517, "2126459187"], [1702465550, "2156150328"], [1702465586, "2178464265"], [1702465619, "2207326161"], [1702465658, "2237678238"], [1702465706, "2264277479"], [1702465754, "2294108449"], [1702465787, "2322601980"], [1702465823, "2342811844"], [1702465856, "2356940269"], [1702465880, "2380443911"], [1702465910, "2394419554"], [1702465952, "2414802648"], [1702465988, "2429128271"], [1702466015, "2447866633"], [1702466030, "2467395185"], [1702466060, "2479874127"], [1702466078, "2498205233"], [1702466138, "2529068287"], [1702466168, "2565251041"], [1702466204, "2582915470"], [1702466237, "2603223167"], [1702466261, "2620182061"], [1702466291, "2659597233"], [1702466327, "2683626951"], [1702466360, "2703688420"], [1702466384, "2720697651"], [1702466417, "2748724949"], [1702466441, "2768138059"], [1702466471, "2787429677"], [1702466507, "2818408395"], [1702466540, "2827628464"], [1702466597, "2860896540"], [1702466633, "2889310649"], [1702466666, "2909105507"], [1702466705, "2941685396"], [1702466732, "2967267042"], [1702466765, "3000169622"], [1702466801, "3038084057"], [1702466852, "3073294482"], [1702466876, "3087703109"], [1702466918, "3103869817"], [1702466978, "3142041646"], [1702467014, "3169759998"], [1702467038, "3206558494"], [1702467068, "3240610416"], [1702467122, "3293325608"], [1702467158, "3320853342"], [1702467191, "3359312423"], [1702467221, "3394289111"], [1702467257, "3420837314"], [1702467299, "3435193249"], [1702467350, "3467400517"], [1702467386, "3499912510"], [1702467419, "3548838443"], [1702467455, "3585449540"], [1702467515, "3640423879"], [1702467542, "3679871649"], [1702467566, "3725613425"], [1702467599, "3735821382"], [1702467635, "3743657382"], [1702467668, "3912395488"], [1702467695, "3930167437"], [1702467716, "3960077929"], [1702467746, "3985890309"], [1702467800, "4064388316"], [1702467824, "4099882519"], [1702467908, "4200899516"], [1702467944, "4237011361"], [1702467968, "4269122601"], [1702468001, "4278375702"], [1702468031, "4288262348"], [1702468067, "4308302863"], [1702468085, "4342938440"], [1702468115, "4357609673"], [1702468151, "4402956863"], [1702468181, "4459851634"], [1702468208, "4486564997"], [1702468241, "4544958100"], [1702468256, "4578655565"], [1702468286, "4602682749"], [1702468322, "4646100704"], [1702468352, "4696692964"], [1702468388, "4729007848"], [1702468424, "4758840174"], [1702468457, "4790000593"], [1702468493, "4828348455"], [1702468517, "4884994630"], [1702468550, "4908622358"], [1702468586, "4951619726"], [1702468613, "4993510729"], [1702468637, "5015620164"], [1702468679, "5055749670"], [1702468721, "5090943245"], [1702468730, "5109813721"], [1702468766, "5125679048"], [1702468799, "5143969995"], [1702468835, "5171407602"], [1702468898, "5229690860"], [1702468934, "5328152859"], [1702468970, "5387312708"], [1702468994, "5417448587"], [1702469024, "5445182100"], [1702469060, "5498746813"], [1702469111, "5549772172"], [1702469144, "5584338797"], [1702469168, "5601996587"], [1702469204, "5622064469"], [1702469237, "5657343230"], [1702469273, "5695437209"], [1702469303, "5752346473"], [1702469336, "5781997689"], [1702469360, "5859373132"], [1702469387, "5888581305"], [1702469411, "5916393072"], [1702469435, "5967272164"], [1702469468, "6003422366"], [1702469504, "6037650941"], [1702469537, "6071846765"], [1702469573, "6109037313"], [1702469606, "6131026006"], [1702469633, "6153765685"], [1702469660, "6189121769"], [1702469684, "6224072031"], [1702469717, "6266891679"], [1702469753, "6293278128"], [1702469786, "6326230200"], [1702469816, "6348887844"], [1702469834, "6384444849"], [1702469864, "6399323420"], [1702469906, "6445084130"], [1702469936, "6457958493"], [1702469972, "6474764904"], [1702470005, "6493314827"], [1702470029, "6512532505"], [1702470065, "6543830524"], [1702470101, "6588995056"], [1702470131, "6618495699"], [1702470167, "6657251661"], [1702470203, "6736726526"], [1702470251, "6797438796"], [1702470278, "6848641209"], [1702470311, "6887702894"], [1702470347, "6917959543"], [1702470371, "6940423313"], [1702470404, "6949679201"], [1702470440, "6973424772"], [1702470476, "7002503153"], [1702470506, "7037550061"], [1702470542, "7103265362"], [1702470575, "7129309686"], [1702470611, "7171170789"], [1702470635, "7216259227"], [1702470662, "7239509733"], [1702470686, "7275294719"], [1702470719, "7301084785"], [1702470746, "7323387449"], [1702470812, "7378988966"], [1702470845, "7399914646"], [1702470875, "7415938705"], [1702470899, "7429627008"], [1702470953, "7476008402"], [1702470983, "7492789822"], [1702471025, "7508176078"], [1702471067, "7550050185"], [1702471169, "7611098435"], [1702471193, "7644854112"], [1702471226, "7670486137"], [1702471265, "7704726883"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "33530008"], [1702462721, "33530008"], [1702462736, "53529537"], [1702462751, "53529537"], [1702462763, "53529537"], [1702462793, "53529537"], [1702462808, "53529537"], [1702462829, "53529537"], [1702462844, "53529537"], [1702462865, "53529537"], [1702462880, "53529537"], [1702462904, "53529537"], [1702462919, "53529537"], [1702462952, "61373043"], [1702462973, "61373043"], [1702462988, "61373043"], [1702463045, "61373043"], [1702463081, "61685738"], [1702463114, "65401131"], [1702463150, "65401131"], [1702463186, "66998132"], [1702463216, "66998132"], [1702463240, "66998132"], [1702463273, "75714594"], [1702463324, "75714594"], [1702463354, "75714594"], [1702463381, "75714594"], [1702463417, "75714594"], [1702463453, "75714594"], [1702463477, "75714594"], [1702463510, "75714594"], [1702463537, "75916912"], [1702463570, "75916912"], [1702463591, "75916912"], [1702463621, "79316963"], [1702463657, "79316963"], [1702463693, "81133442"], [1702463729, "81133442"], [1702463765, "81133442"], [1702463798, "85052156"], [1702463846, "86484349"], [1702463873, "103990202"], [1702463906, "103990202"], [1702463948, "105519734"], [1702463984, "105519734"], [1702464014, "105519734"], [1702464050, "105519734"], [1702464086, "105519734"], [1702464122, "105519734"], [1702464155, "105519734"], [1702464194, "105519734"], [1702464230, "125256856"], [1702464263, "125256856"], [1702464299, "125256856"], [1702464332, "125256856"], [1702464356, "126179892"], [1702464392, "126179892"], [1702464425, "126179892"], [1702464455, "132514358"], [1702464479, "132514358"], [1702464509, "133423173"], [1702464533, "133423173"], [1702464569, "133423173"], [1702464605, "133423173"], [1702464635, "133423173"], [1702464671, "134626300"], [1702464716, "134626300"], [1702464743, "134626300"], [1702464776, "134626300"], [1702464812, "134626300"], [1702464836, "134626300"], [1702464869, "142781508"], [1702464905, "142781508"], [1702464926, "142781508"], [1702464956, "142781508"], [1702464992, "142781508"], [1702465016, "144760213"], [1702465049, "144760213"], [1702465085, "144760213"], [1702465118, "154985147"], [1702465145, "154985147"], [1702465178, "154985147"], [1702465208, "154985147"], [1702465241, "154985147"], [1702465298, "154985147"], [1702465334, "154985147"], [1702465367, "154985147"], [1702465394, "154985147"], [1702465418, "154985147"], [1702465445, "154985147"], [1702465481, "155948591"], [1702465517, "155948591"], [1702465550, "155948591"], [1702465586, "155948591"], [1702465619, "155948591"], [1702465658, "155948591"], [1702465706, "155948591"], [1702465754, "155948591"], [1702465787, "155948591"], [1702465823, "155948591"], [1702465856, "155948591"], [1702465880, "155948591"], [1702465910, "155948591"], [1702465952, "155948591"], [1702465988, "155948591"], [1702466015, "155948591"], [1702466030, "159590085"], [1702466060, "159590085"], [1702466078, "159590085"], [1702466138, "159590085"], [1702466168, "160978971"], [1702466204, "160978971"], [1702466237, "160978971"], [1702466261, "161297004"], [1702466291, "161297004"], [1702466327, "161297004"], [1702466360, "161297004"], [1702466384, "161297004"], [1702466417, "163526498"], [1702466441, "163526498"], [1702466471, "163526498"], [1702466507, "163526498"], [1702466540, "163526498"], [1702466597, "166273404"], [1702466633, "166273404"], [1702466666, "167451032"], [1702466705, "167451032"], [1702466732, "167451032"], [1702466765, "167451032"], [1702466801, "167451032"], [1702466852, "167451032"], [1702466876, "167451032"], [1702466918, "167451032"], [1702466978, "172189832"], [1702467014, "172189832"], [1702467038, "172189832"], [1702467068, "172189832"], [1702467122, "172189832"], [1702467158, "172189832"], [1702467191, "172189832"], [1702467221, "172189832"], [1702467257, "172189832"], [1702467299, "176698568"], [1702467350, "176698568"], [1702467386, "176698568"], [1702467419, "176698568"], [1702467455, "176698568"], [1702467515, "177081663"], [1702467542, "177081663"], [1702467566, "177413662"], [1702467599, "177413662"], [1702467635, "177413662"], [1702467668, "177413662"], [1702467695, "181311252"], [1702467716, "181311252"], [1702467746, "181311252"], [1702467800, "181311252"], [1702467824, "183430407"], [1702467908, "183430407"], [1702467944, "183430407"], [1702467968, "183430407"], [1702468001, "183430407"], [1702468031, "183430407"], [1702468067, "184879790"], [1702468085, "184879790"], [1702468115, "188286322"], [1702468151, "188286322"], [1702468181, "206175435"], [1702468208, "206175435"], [1702468241, "206175435"], [1702468256, "206175435"], [1702468286, "206905206"], [1702468322, "206905206"], [1702468352, "206982593"], [1702468388, "206982593"], [1702468424, "206982593"], [1702468457, "206982593"], [1702468493, "206982593"], [1702468517, "206982593"], [1702468550, "206982593"], [1702468586, "206982593"], [1702468613, "206982593"], [1702468637, "206982593"], [1702468679, "206982593"], [1702468721, "206982593"], [1702468730, "206982593"], [1702468766, "206982593"], [1702468799, "206982593"], [1702468835, "206982593"], [1702468898, "206982593"], [1702468934, "206982593"], [1702468970, "206982593"], [1702468994, "206982593"], [1702469024, "206982593"], [1702469060, "206982593"], [1702469111, "220473785"], [1702469144, "220473785"], [1702469168, "220473785"], [1702469204, "220473785"], [1702469237, "220473785"], [1702469273, "220473785"], [1702469303, "225047283"], [1702469336, "225047283"], [1702469360, "225047283"], [1702469387, "225047283"], [1702469411, "245368483"], [1702469435, "245368483"], [1702469468, "245368483"], [1702469504, "245368483"], [1702469537, "245503147"], [1702469573, "245503147"], [1702469606, "245503147"], [1702469633, "245503147"], [1702469660, "246096391"], [1702469684, "246096391"], [1702469717, "246096391"], [1702469753, "246096391"], [1702469786, "246096391"], [1702469816, "246096391"], [1702469834, "247844632"], [1702469864, "247844632"], [1702469906, "247844632"], [1702469936, "248020588"], [1702469972, "248020588"], [1702470005, "248020588"], [1702470029, "248020588"], [1702470065, "248020588"], [1702470101, "248020588"], [1702470131, "248020588"], [1702470167, "248020588"], [1702470203, "250344103"], [1702470251, "250344103"], [1702470278, "265230897"], [1702470311, "265230897"], [1702470347, "265230897"], [1702470371, "265230897"], [1702470404, "265230897"], [1702470440, "265230897"], [1702470476, "266789329"], [1702470506, "266789329"], [1702470542, "266789329"], [1702470575, "299331468"], [1702470611, "300988216"], [1702470635, "310905744"], [1702470662, "310905744"], [1702470686, "310905744"], [1702470719, "312558406"], [1702470746, "312558406"], [1702470812, "312558406"], [1702470845, "312558406"], [1702470875, "312558406"], [1702470899, "312558406"], [1702470953, "313808938"], [1702470983, "313808938"], [1702471025, "313808938"], [1702471067, "313808938"], [1702471169, "315118993"], [1702471193, "315118993"], [1702471226, "315118993"], [1702471265, "315118993"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "4811121312"], [1702462721, "5661426474"], [1702462736, "6476554361"], [1702462751, "6482167724"], [1702462763, "6495922855"], [1702462793, "7404186119"], [1702462808, "7802270104"], [1702462829, "8157522842"], [1702462844, "8161406089"], [1702462865, "8170062243"], [1702462880, "8170062243"], [1702462904, "8882755769"], [1702462919, "9598379905"], [1702462952, "11207450315"], [1702462973, "11233997817"], [1702462988, "12106798263"], [1702463045, "12135523549"], [1702463081, "12666126372"], [1702463114, "12931234285"], [1702463150, "12953135424"], [1702463186, "14228094744"], [1702463216, "15319706363"], [1702463240, "16136874758"], [1702463273, "17004352335"], [1702463324, "18758457413"], [1702463354, "20282214459"], [1702463381, "21700378740"], [1702463417, "22054238573"], [1702463453, "22204636225"], [1702463477, "22220079016"], [1702463510, "23924385382"], [1702463537, "24284972350"], [1702463570, "24291250701"], [1702463591, "25853448075"], [1702463621, "26433404241"], [1702463657, "26460735605"], [1702463693, "26479111288"], [1702463729, "26970881768"], [1702463765, "27123384104"], [1702463798, "28534187832"], [1702463846, "30086234526"], [1702463873, "31478164794"], [1702463906, "31524931048"], [1702463948, "31821609074"], [1702463984, "34649305442"], [1702464014, "35503818815"], [1702464050, "37079597549"], [1702464086, "37288527428"], [1702464122, "38040793088"], [1702464155, "38144870926"], [1702464194, "39099297257"], [1702464230, "39965748957"], [1702464263, "41325375871"], [1702464299, "42081498106"], [1702464332, "42106911223"], [1702464356, "42363123271"], [1702464392, "43830913680"], [1702464425, "43869355843"], [1702464455, "45481619115"], [1702464479, "46186663026"], [1702464509, "46975033803"], [1702464533, "47720505821"], [1702464569, "48825929926"], [1702464605, "48876430013"], [1702464635, "48948563838"], [1702464671, "49085424247"], [1702464716, "49677294244"], [1702464743, "50738215637"], [1702464776, "50748166078"], [1702464812, "50826953953"], [1702464836, "51310999670"], [1702464869, "51406535466"], [1702464905, "51422732709"], [1702464926, "52587060715"], [1702464956, "53287895744"], [1702464992, "54353807204"], [1702465016, "55111978532"], [1702465049, "55132230962"], [1702465085, "57240503989"], [1702465118, "57256759748"], [1702465145, "58069930311"], [1702465178, "58796557929"], [1702465208, "59552326451"], [1702465241, "59589493257"], [1702465298, "61016987867"], [1702465334, "62694967123"], [1702465367, "62720767534"], [1702465394, "62758704561"], [1702465418, "62805185549"], [1702465445, "63538907131"], [1702465481, "65132816490"], [1702465517, "66220552975"], [1702465550, "66710680693"], [1702465586, "66724788113"], [1702465619, "66864677325"], [1702465658, "67669885780"], [1702465706, "68468105019"], [1702465754, "70680911757"], [1702465787, "71060156025"], [1702465823, "71093613739"], [1702465856, "71106995738"], [1702465880, "71817512738"], [1702465910, "73116532255"], [1702465952, "73486749731"], [1702465988, "73520526262"], [1702466015, "73798868659"], [1702466030, "74503384660"], [1702466060, "76226847852"], [1702466078, "76246485845"], [1702466138, "80266169746"], [1702466168, "80512739321"], [1702466204, "81136101627"], [1702466237, "83306425866"], [1702466261, "83341137520"], [1702466291, "84131967929"], [1702466327, "84231360005"], [1702466360, "84725629930"], [1702466384, "85145850611"], [1702466417, "85802355708"], [1702466441, "85805141038"], [1702466471, "85835741110"], [1702466507, "86550503993"], [1702466540, "86657010653"], [1702466597, "87473399423"], [1702466633, "88915258564"], [1702466666, "89348639943"], [1702466705, "90065037079"], [1702466732, "90818612347"], [1702466765, "92238631852"], [1702466801, "93449939898"], [1702466852, "94290129154"], [1702466876, "94694766685"], [1702466918, "100913099654"], [1702466978, "101640613183"], [1702467014, "102076807629"], [1702467038, "103197385803"], [1702467068, "103294943320"], [1702467122, "103700655693"], [1702467158, "103760249439"], [1702467191, "103907568607"], [1702467221, "105338178438"], [1702467257, "105844981620"], [1702467299, "106276916757"], [1702467350, "106893546981"], [1702467386, "108476462283"], [1702467419, "109961036540"], [1702467455, "111181253668"], [1702467515, "113341074455"], [1702467542, "114826302642"], [1702467566, "115975813448"], [1702467599, "116509903968"], [1702467635, "116718134644"], [1702467668, "117329422348"], [1702467695, "118093256617"], [1702467716, "124098482739"], [1702467746, "124119259110"], [1702467800, "125081812532"], [1702467824, "126970386080"], [1702467908, "128047623780"], [1702467944, "128185748133"], [1702467968, "128210479521"], [1702468001, "129180186187"], [1702468031, "130629403078"], [1702468067, "131324507872"], [1702468085, "132736568299"], [1702468115, "133233084451"], [1702468151, "134009146408"], [1702468181, "135119968942"], [1702468208, "135205812106"], [1702468241, "135339908826"], [1702468256, "137029632983"], [1702468286, "138356940001"], [1702468322, "138469777385"], [1702468352, "138986631170"], [1702468388, "139800793466"], [1702468424, "141779151784"], [1702468457, "142730796144"], [1702468493, "144027517447"], [1702468517, "144091698674"], [1702468550, "144563492492"], [1702468586, "146463966084"], [1702468613, "146509703701"], [1702468637, "147269197058"], [1702468679, "148011691897"], [1702468721, "148815054496"], [1702468730, "148831880859"], [1702468766, "149485522778"], [1702468799, "150950671408"], [1702468835, "151688563995"], [1702468898, "151873899327"], [1702468934, "152660843742"], [1702468970, "153162431212"], [1702468994, "153952714194"], [1702469024, "154024851486"], [1702469060, "154238108064"], [1702469111, "155029026487"], [1702469144, "155547106521"], [1702469168, "156775387283"], [1702469204, "158788702004"], [1702469237, "158824091399"], [1702469273, "160425038009"], [1702469303, "160640241648"], [1702469336, "161221689761"], [1702469360, "161940563500"], [1702469387, "162343367385"], [1702469411, "163686884694"], [1702469435, "164053926174"], [1702469468, "164419976173"], [1702469504, "165503935258"], [1702469537, "166542017513"], [1702469573, "167968760878"], [1702469606, "169035882489"], [1702469633, "170348760054"], [1702469660, "171519626331"], [1702469684, "172242005815"], [1702469717, "172945428220"], [1702469753, "179436290396"], [1702469786, "180892109679"], [1702469816, "181459546814"], [1702469834, "183393585388"], [1702469864, "184849669807"], [1702469906, "185942734267"], [1702469936, "186750254331"], [1702469972, "188572368331"], [1702470005, "190531954546"], [1702470029, "191475299655"], [1702470065, "191933834621"], [1702470101, "192510976545"], [1702470131, "192800636223"], [1702470167, "193734682655"], [1702470203, "193762840035"], [1702470251, "195279890315"], [1702470278, "196684751814"], [1702470311, "197816913327"], [1702470347, "198420385481"], [1702470371, "198472556088"], [1702470404, "198620439013"], [1702470440, "199477265360"], [1702470476, "199638552621"], [1702470506, "200055777279"], [1702470542, "201026249929"], [1702470575, "202154313257"], [1702470611, "202931025434"], [1702470635, "204892585527"], [1702470662, "206302023351"], [1702470686, "206923934739"], [1702470719, "207629788413"], [1702470746, "209412537498"], [1702470812, "211506690517"], [1702470845, "212017137447"], [1702470875, "212527694714"], [1702470899, "212805183617"], [1702470953, "214933876413"], [1702470983, "215761106000"], [1702471025, "215781980213"], [1702471067, "221765588859"], [1702471169, "223740639211"], [1702471193, "224178816387"], [1702471226, "224785051593"], [1702471265, "225567316037"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1270836614"], [1702462721, "1370222293"], [1702462736, "1431636536"], [1702462751, "1484605591"], [1702462763, "1512597233"], [1702462793, "1550516788"], [1702462808, "1658449308"], [1702462829, "1741027919"], [1702462844, "1868036456"], [1702462865, "1933949502"], [1702462880, "1996831810"], [1702462904, "2090081427"], [1702462919, "2125172873"], [1702462952, "2237624944"], [1702462973, "2512163850"], [1702462988, "2638882723"], [1702463045, "2883030129"], [1702463081, "3042320825"], [1702463114, "3146574185"], [1702463150, "3261415133"], [1702463186, "3330584525"], [1702463216, "3764489752"], [1702463240, "3836649557"], [1702463273, "3955076577"], [1702463324, "4254923023"], [1702463354, "4593523749"], [1702463381, "4784139618"], [1702463417, "4950013023"], [1702463453, "5124761149"], [1702463477, "5204484607"], [1702463510, "5291026669"], [1702463537, "5394667653"], [1702463570, "5495423443"], [1702463591, "5589091057"], [1702463621, "5669724325"], [1702463657, "5894660877"], [1702463693, "6050189515"], [1702463729, "6183173860"], [1702463765, "6352612664"], [1702463798, "6491757253"], [1702463846, "6756681946"], [1702463873, "6868652667"], [1702463906, "7010285532"], [1702463948, "7135991567"], [1702463984, "7213115563"], [1702464014, "7297102683"], [1702464050, "7452147157"], [1702464086, "7818498727"], [1702464122, "8043263801"], [1702464155, "8198265276"], [1702464194, "8405235650"], [1702464230, "8537074212"], [1702464263, "8704525179"], [1702464299, "8838547574"], [1702464332, "8950693519"], [1702464356, "9058345847"], [1702464392, "9149689734"], [1702464425, "9251349513"], [1702464455, "9683292396"], [1702464479, "9812881691"], [1702464509, "9934718273"], [1702464533, "10047068768"], [1702464569, "10191647298"], [1702464605, "10338656059"], [1702464635, "10499220437"], [1702464671, "10677628317"], [1702464716, "10778984725"], [1702464743, "10881943188"], [1702464776, "10984425542"], [1702464812, "11071039505"], [1702464836, "11221857994"], [1702464869, "11322772753"], [1702464905, "11479413565"], [1702464926, "11585784685"], [1702464956, "11708227021"], [1702464992, "11822526368"], [1702465016, "11921335514"], [1702465049, "12001290111"], [1702465085, "12114835017"], [1702465118, "12211474989"], [1702465145, "12310529703"], [1702465178, "12404701340"], [1702465208, "12527938130"], [1702465241, "12665952136"], [1702465298, "12841650682"], [1702465334, "12936730812"], [1702465367, "13072934487"], [1702465394, "13161515028"], [1702465418, "13523977259"], [1702465445, "13598962914"], [1702465481, "13684772639"], [1702465517, "13884264113"], [1702465550, "14024668324"], [1702465586, "14226896946"], [1702465619, "14371308276"], [1702465658, "14598858430"], [1702465706, "14704876729"], [1702465754, "14918030700"], [1702465787, "15070074474"], [1702465823, "15168160895"], [1702465856, "15296990153"], [1702465880, "15379642633"], [1702465910, "15480389370"], [1702465952, "15872281254"], [1702465988, "16044546429"], [1702466015, "16223365614"], [1702466030, "16357461937"], [1702466060, "16445720308"], [1702466078, "16588525674"], [1702466138, "16771348080"], [1702466168, "17065442775"], [1702466204, "17154205712"], [1702466237, "17332549156"], [1702466261, "17502379964"], [1702466291, "17630352077"], [1702466327, "17845858359"], [1702466360, "18041503186"], [1702466384, "18178319372"], [1702466417, "18349428281"], [1702466441, "18496438787"], [1702466471, "18582818924"], [1702466507, "18753304635"], [1702466540, "18882109992"], [1702466597, "19118393905"], [1702466633, "19236764386"], [1702466666, "19323084977"], [1702466705, "19492250340"], [1702466732, "19741056968"], [1702466765, "19920209229"], [1702466801, "20077758988"], [1702466852, "20320697541"], [1702466876, "20431852817"], [1702466918, "20582167716"], [1702466978, "20843270371"], [1702467014, "21209954664"], [1702467038, "21335677927"], [1702467068, "21530376500"], [1702467122, "21768876905"], [1702467158, "21883241261"], [1702467191, "22083134556"], [1702467221, "22194747446"], [1702467257, "22353010796"], [1702467299, "22499642124"], [1702467350, "22741662326"], [1702467386, "22921476425"], [1702467419, "23150234281"], [1702467455, "23410401705"], [1702467515, "23905383921"], [1702467542, "24036875264"], [1702467566, "24209039204"], [1702467599, "24293896783"], [1702467635, "24440770440"], [1702467668, "24568452046"], [1702467695, "24716844586"], [1702467716, "24812864083"], [1702467746, "24948167607"], [1702467800, "25292826227"], [1702467824, "25577156245"], [1702467908, "26286576301"], [1702467944, "26506355140"], [1702467968, "26647498993"], [1702468001, "26772746564"], [1702468031, "26888677486"], [1702468067, "27006084098"], [1702468085, "27144928011"], [1702468115, "27292630335"], [1702468151, "27474492380"], [1702468181, "27788360940"], [1702468208, "28009945048"], [1702468241, "28313655951"], [1702468256, "28482610838"], [1702468286, "28612505778"], [1702468322, "28807047970"], [1702468352, "29028362166"], [1702468388, "29181111762"], [1702468424, "29305275237"], [1702468457, "29434887914"], [1702468493, "29595270551"], [1702468517, "29868911676"], [1702468550, "30053663898"], [1702468586, "30378244982"], [1702468613, "30693701639"], [1702468637, "30851886623"], [1702468679, "30999433084"], [1702468721, "31096839359"], [1702468730, "31182413489"], [1702468766, "31284881843"], [1702468799, "31440187561"], [1702468835, "31553921625"], [1702468898, "31829363819"], [1702468934, "32153122595"], [1702468970, "32569741494"], [1702468994, "32853154854"], [1702469024, "33012258563"], [1702469060, "33225504509"], [1702469111, "33459603705"], [1702469144, "33601473454"], [1702469168, "33700285736"], [1702469204, "33832646816"], [1702469237, "33990444436"], [1702469273, "34158354791"], [1702469303, "34414755002"], [1702469336, "34639988786"], [1702469360, "35020040129"], [1702469387, "35211075599"], [1702469411, "35348265276"], [1702469435, "35482135769"], [1702469468, "35613364843"], [1702469504, "35770447472"], [1702469537, "35963279007"], [1702469573, "36083737788"], [1702469606, "36190371420"], [1702469633, "36277105035"], [1702469660, "36441251799"], [1702469684, "36671020728"], [1702469717, "36914680165"], [1702469753, "37148256259"], [1702469786, "37394745530"], [1702469816, "37547485933"], [1702469834, "37732231016"], [1702469864, "37813664504"], [1702469906, "38060387529"], [1702469936, "38154096164"], [1702469972, "38296140834"], [1702470005, "38452674235"], [1702470029, "38551873507"], [1702470065, "38716475116"], [1702470101, "38959148765"], [1702470131, "39174866821"], [1702470167, "39423516067"], [1702470203, "39665505909"], [1702470251, "39984685411"], [1702470278, "40124315005"], [1702470311, "40303899330"], [1702470347, "40418661264"], [1702470371, "40533834654"], [1702470404, "40617482677"], [1702470440, "40725270565"], [1702470476, "40841782815"], [1702470506, "41000954399"], [1702470542, "41237107339"], [1702470575, "41452579903"], [1702470611, "41643591239"], [1702470635, "41909496191"], [1702470662, "42037409082"], [1702470686, "42199033781"], [1702470719, "42307861457"], [1702470746, "42420250402"], [1702470812, "42646237152"], [1702470845, "42763012328"], [1702470875, "42926042302"], [1702470899, "43063977781"], [1702470953, "43251604032"], [1702470983, "43381514665"], [1702471025, "43491819471"], [1702471067, "43746196064"], [1702471169, "44082710243"], [1702471193, "44181937365"], [1702471226, "44373836280"], [1702471265, "44522519095"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "9066925"], [1702462721, "9066925"], [1702462736, "9846648"], [1702462751, "9846648"], [1702462763, "9846648"], [1702462793, "9846648"], [1702462808, "9846648"], [1702462829, "9846648"], [1702462844, "9846648"], [1702462865, "9846648"], [1702462880, "9846648"], [1702462904, "9846648"], [1702462919, "9846648"], [1702462952, "9846648"], [1702462973, "9846648"], [1702462988, "9846648"], [1702463045, "14961833"], [1702463081, "16105260"], [1702463114, "16834934"], [1702463150, "16834934"], [1702463186, "16834934"], [1702463216, "16834934"], [1702463240, "16834934"], [1702463273, "16834934"], [1702463324, "16834934"], [1702463354, "16834934"], [1702463381, "16834934"], [1702463417, "16834934"], [1702463453, "17478199"], [1702463477, "17478199"], [1702463510, "18634726"], [1702463537, "18634726"], [1702463570, "19182838"], [1702463591, "19529636"], [1702463621, "19529636"], [1702463657, "19529636"], [1702463693, "19529636"], [1702463729, "19529636"], [1702463765, "19529636"], [1702463798, "19529636"], [1702463846, "19529636"], [1702463873, "19529636"], [1702463906, "19529636"], [1702463948, "19529636"], [1702463984, "19529636"], [1702464014, "19529636"], [1702464050, "19529636"], [1702464086, "19529636"], [1702464122, "19529636"], [1702464155, "19529636"], [1702464194, "19529636"], [1702464230, "19529636"], [1702464263, "23913579"], [1702464299, "23913579"], [1702464332, "23913579"], [1702464356, "23913579"], [1702464392, "25525077"], [1702464425, "25525077"], [1702464455, "25779032"], [1702464479, "27177773"], [1702464509, "27177773"], [1702464533, "27177773"], [1702464569, "27177773"], [1702464605, "27177773"], [1702464635, "28889930"], [1702464671, "29136164"], [1702464716, "29136164"], [1702464743, "29136164"], [1702464776, "29136164"], [1702464812, "30073073"], [1702464836, "30073073"], [1702464869, "39658954"], [1702464905, "40436421"], [1702464926, "40436421"], [1702464956, "40436421"], [1702464992, "40436421"], [1702465016, "42624645"], [1702465049, "42624645"], [1702465085, "42624645"], [1702465118, "42624645"], [1702465145, "42624645"], [1702465178, "42624645"], [1702465208, "42624645"], [1702465241, "42624645"], [1702465298, "42624645"], [1702465334, "42624645"], [1702465367, "42624645"], [1702465394, "42624645"], [1702465418, "42624645"], [1702465445, "42624645"], [1702465481, "42987056"], [1702465517, "42987056"], [1702465550, "43388119"], [1702465586, "44456295"], [1702465619, "44456295"], [1702465658, "44456295"], [1702465706, "44456295"], [1702465754, "44456295"], [1702465787, "44456295"], [1702465823, "44456295"], [1702465856, "44456295"], [1702465880, "44456295"], [1702465910, "44757264"], [1702465952, "44757264"], [1702465988, "44757264"], [1702466015, "46051075"], [1702466030, "48496813"], [1702466060, "48496813"], [1702466078, "48496813"], [1702466138, "48496813"], [1702466168, "48496813"], [1702466204, "48496813"], [1702466237, "48496813"], [1702466261, "48496813"], [1702466291, "48496813"], [1702466327, "48496813"], [1702466360, "48496813"], [1702466384, "49320178"], [1702466417, "49320178"], [1702466441, "49320178"], [1702466471, "49320178"], [1702466507, "49320178"], [1702466540, "50044385"], [1702466597, "50044385"], [1702466633, "50044385"], [1702466666, "50044385"], [1702466705, "50044385"], [1702466732, "50044385"], [1702466765, "50044385"], [1702466801, "53128422"], [1702466852, "53128422"], [1702466876, "53128422"], [1702466918, "53128422"], [1702466978, "53128422"], [1702467014, "53128422"], [1702467038, "53128422"], [1702467068, "53128422"], [1702467122, "53128422"], [1702467158, "53128422"], [1702467191, "53128422"], [1702467221, "53128422"], [1702467257, "53128422"], [1702467299, "54183361"], [1702467350, "54183361"], [1702467386, "60205115"], [1702467419, "60205115"], [1702467455, "60205115"], [1702467515, "60205115"], [1702467542, "60205115"], [1702467566, "60205115"], [1702467599, "61179027"], [1702467635, "61179027"], [1702467668, "61179027"], [1702467695, "61179027"], [1702467716, "61179027"], [1702467746, "61179027"], [1702467800, "61179027"], [1702467824, "61179027"], [1702467908, "61179027"], [1702467944, "61179027"], [1702467968, "61179027"], [1702468001, "61179027"], [1702468031, "61179027"], [1702468067, "61179027"], [1702468085, "61969970"], [1702468115, "61969970"], [1702468151, "62833401"], [1702468181, "62833401"], [1702468208, "62833401"], [1702468241, "62833401"], [1702468256, "63894479"], [1702468286, "63894479"], [1702468322, "63894479"], [1702468352, "63894479"], [1702468388, "63894479"], [1702468424, "63894479"], [1702468457, "63894479"], [1702468493, "63894479"], [1702468517, "63894479"], [1702468550, "63894479"], [1702468586, "63894479"], [1702468613, "63894479"], [1702468637, "63894479"], [1702468679, "66410683"], [1702468721, "66410683"], [1702468730, "66410683"], [1702468766, "66820087"], [1702468799, "66820087"], [1702468835, "66820087"], [1702468898, "66820087"], [1702468934, "66820087"], [1702468970, "66820087"], [1702468994, "66820087"], [1702469024, "66820087"], [1702469060, "66820087"], [1702469111, "70246866"], [1702469144, "70246866"], [1702469168, "70246866"], [1702469204, "70246866"], [1702469237, "70246866"], [1702469273, "70246866"], [1702469303, "70246866"], [1702469336, "70246866"], [1702469360, "70246866"], [1702469387, "70795212"], [1702469411, "70795212"], [1702469435, "70795212"], [1702469468, "70795212"], [1702469504, "70795212"], [1702469537, "70795212"], [1702469573, "70795212"], [1702469606, "70795212"], [1702469633, "70795212"], [1702469660, "70795212"], [1702469684, "70795212"], [1702469717, "70795212"], [1702469753, "70795212"], [1702469786, "70795212"], [1702469816, "70795212"], [1702469834, "70795212"], [1702469864, "70795212"], [1702469906, "70795212"], [1702469936, "71427450"], [1702469972, "71427450"], [1702470005, "71427450"], [1702470029, "71427450"], [1702470065, "71427450"], [1702470101, "71427450"], [1702470131, "71427450"], [1702470167, "71427450"], [1702470203, "71427450"], [1702470251, "73413034"], [1702470278, "73413034"], [1702470311, "73413034"], [1702470347, "73413034"], [1702470371, "73413034"], [1702470404, "73413034"], [1702470440, "73413034"], [1702470476, "73848205"], [1702470506, "73848205"], [1702470542, "73848205"], [1702470575, "73848205"], [1702470611, "74792002"], [1702470635, "74792002"], [1702470662, "74792002"], [1702470686, "75439337"], [1702470719, "75439337"], [1702470746, "75439337"], [1702470812, "75439337"], [1702470845, "75439337"], [1702470875, "75439337"], [1702470899, "75439337"], [1702470953, "75439337"], [1702470983, "75439337"], [1702471025, "75439337"], [1702471067, "75439337"], [1702471169, "75653903"], [1702471193, "75653903"], [1702471226, "75653903"], [1702471265, "75653903"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "5691548"], [1702462721, "5691548"], [1702462736, "5691548"], [1702462751, "308647227"], [1702462763, "308647227"], [1702462793, "308647227"], [1702462808, "308647227"], [1702462829, "308647227"], [1702462844, "308647227"], [1702462865, "308647227"], [1702462880, "308647227"], [1702462904, "308647227"], [1702462919, "308647227"], [1702462952, "516351752"], [1702462973, "516795718"], [1702462988, "516795718"], [1702463045, "557357645"], [1702463081, "566697957"], [1702463114, "579956112"], [1702463150, "579956112"], [1702463186, "594696942"], [1702463216, "650697085"], [1702463240, "650697085"], [1702463273, "650697085"], [1702463324, "865592978"], [1702463354, "951838342"], [1702463381, "951838342"], [1702463417, "951838342"], [1702463453, "1027436424"], [1702463477, "1027436424"], [1702463510, "1027436424"], [1702463537, "1056088553"], [1702463570, "1058488266"], [1702463591, "1072310844"], [1702463621, "1072310844"], [1702463657, "1186007960"], [1702463693, "1186007960"], [1702463729, "1267406193"], [1702463765, "1267406193"], [1702463798, "1273169473"], [1702463846, "1440869078"], [1702463873, "1440869078"], [1702463906, "1440869078"], [1702463948, "1457458266"], [1702463984, "1457458266"], [1702464014, "1457458266"], [1702464050, "1512871133"], [1702464086, "1514707002"], [1702464122, "1514707002"], [1702464155, "1514707002"], [1702464194, "1530001456"], [1702464230, "1530001456"], [1702464263, "1530001456"], [1702464299, "1533486180"], [1702464332, "1537230030"], [1702464356, "1537230030"], [1702464392, "1537230030"], [1702464425, "1543649552"], [1702464455, "1549603431"], [1702464479, "1549603431"], [1702464509, "1549603431"], [1702464533, "1557841244"], [1702464569, "1564426817"], [1702464605, "1564426817"], [1702464635, "1564426817"], [1702464671, "1598667564"], [1702464716, "1622858025"], [1702464743, "1622858025"], [1702464776, "1820588834"], [1702464812, "1870171096"], [1702464836, "1870171096"], [1702464869, "1870171096"], [1702464905, "1892856024"], [1702464926, "1898442929"], [1702464956, "1898442929"], [1702464992, "1898442929"], [1702465016, "1899391393"], [1702465049, "1899391393"], [1702465085, "1899391393"], [1702465118, "1899391393"], [1702465145, "1933883578"], [1702465178, "1933883578"], [1702465208, "1933883578"], [1702465241, "1967084862"], [1702465298, "2002138386"], [1702465334, "2002138386"], [1702465367, "2002138386"], [1702465394, "2109950041"], [1702465418, "2109950041"], [1702465445, "2109950041"], [1702465481, "2136214208"], [1702465517, "2261373777"], [1702465550, "2261373777"], [1702465586, "2261373777"], [1702465619, "2450148946"], [1702465658, "2450359553"], [1702465706, "2450359553"], [1702465754, "2468489061"], [1702465787, "2468489061"], [1702465823, "2468489061"], [1702465856, "2611564014"], [1702465880, "2611564014"], [1702465910, "2611564014"], [1702465952, "2616126123"], [1702465988, "2636551803"], [1702466015, "2636551803"], [1702466030, "2636551803"], [1702466060, "2644944726"], [1702466078, "2647298693"], [1702466138, "2660671566"], [1702466168, "2667602784"], [1702466204, "2712137119"], [1702466237, "2729612568"], [1702466261, "2729612568"], [1702466291, "2729612568"], [1702466327, "2870057913"], [1702466360, "2969822073"], [1702466384, "2969822073"], [1702466417, "2969822073"], [1702466441, "2970101956"], [1702466471, "2970101956"], [1702466507, "2970101956"], [1702466540, "2970101956"], [1702466597, "3033966091"], [1702466633, "3033966091"], [1702466666, "3033966091"], [1702466705, "3041535186"], [1702466732, "3041651473"], [1702466765, "3041651473"], [1702466801, "3053014761"], [1702466852, "3053254728"], [1702466876, "3053254728"], [1702466918, "3064399818"], [1702466978, "3067888824"], [1702467014, "3067888824"], [1702467038, "3102290688"], [1702467068, "3103658931"], [1702467122, "3103658931"], [1702467158, "3128813654"], [1702467191, "3145398369"], [1702467221, "3145398369"], [1702467257, "3145398369"], [1702467299, "3167207891"], [1702467350, "3167207891"], [1702467386, "3167207891"], [1702467419, "3198689910"], [1702467455, "3198689910"], [1702467515, "3270015232"], [1702467542, "3273661247"], [1702467566, "3273661247"], [1702467599, "3273661247"], [1702467635, "3292246648"], [1702467668, "3347230722"], [1702467695, "3347230722"], [1702467716, "3347230722"], [1702467746, "3350495957"], [1702467800, "3396739099"], [1702467824, "3396739099"], [1702467908, "3404788813"], [1702467944, "3404788813"], [1702467968, "3404788813"], [1702468001, "3404788813"], [1702468031, "3438538698"], [1702468067, "3438538698"], [1702468085, "3438538698"], [1702468115, "3452578180"], [1702468151, "3493057611"], [1702468181, "3493057611"], [1702468208, "3493057611"], [1702468241, "3519721446"], [1702468256, "3545275516"], [1702468286, "3545275516"], [1702468322, "3545275516"], [1702468352, "3545275516"], [1702468388, "3582396034"], [1702468424, "3582396034"], [1702468457, "3582396034"], [1702468493, "3665564603"], [1702468517, "3698665606"], [1702468550, "3698665606"], [1702468586, "3709412943"], [1702468613, "3730413872"], [1702468637, "3730718991"], [1702468679, "3730718991"], [1702468721, "3730718991"], [1702468730, "3775858562"], [1702468766, "3775858562"], [1702468799, "3775858562"], [1702468835, "3797994127"], [1702468898, "3836924290"], [1702468934, "3836924290"], [1702468970, "3869232977"], [1702468994, "3875114065"], [1702469024, "3875114065"], [1702469060, "3875114065"], [1702469111, "3886378652"], [1702469144, "3886378652"], [1702469168, "3886378652"], [1702469204, "3957587150"], [1702469237, "3990675149"], [1702469273, "3990675149"], [1702469303, "3990675149"], [1702469336, "4166823332"], [1702469360, "4166823332"], [1702469387, "4166823332"], [1702469411, "4166823332"], [1702469435, "4172953470"], [1702469468, "4172953470"], [1702469504, "4172953470"], [1702469537, "4172953470"], [1702469573, "4173236149"], [1702469606, "4173236149"], [1702469633, "4173236149"], [1702469660, "4173236149"], [1702469684, "4232728849"], [1702469717, "4233006287"], [1702469753, "4233006287"], [1702469786, "4233006287"], [1702469816, "4249481896"], [1702469834, "4251052311"], [1702469864, "4251052311"], [1702469906, "4269787800"], [1702469936, "4303206631"], [1702469972, "4303206631"], [1702470005, "4303206631"], [1702470029, "4303206631"], [1702470065, "4355926118"], [1702470101, "4355926118"], [1702470131, "4355926118"], [1702470167, "4380181275"], [1702470203, "4453305724"], [1702470251, "4453305724"], [1702470278, "4458644570"], [1702470311, "4458644570"], [1702470347, "4458644570"], [1702470371, "4458644570"], [1702470404, "4493375753"], [1702470440, "4508398370"], [1702470476, "4508398370"], [1702470506, "4508398370"], [1702470542, "4522119965"], [1702470575, "4522119965"], [1702470611, "4522119965"], [1702470635, "4522119965"], [1702470662, "4525190835"], [1702470686, "4525190835"], [1702470719, "4525190835"], [1702470746, "4536659819"], [1702470812, "4589571806"], [1702470845, "4589571806"], [1702470875, "4589571806"], [1702470899, "4593602448"], [1702470953, "4597450493"], [1702470983, "4597450493"], [1702471025, "4608013131"], [1702471067, "4608013131"], [1702471169, "4706570935"], [1702471193, "4706570935"], [1702471226, "4706570935"], [1702471265, "4707013524"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "10984027"], [1702462721, "10984027"], [1702462736, "25391298"], [1702462751, "26603638"], [1702462763, "26774795"], [1702462793, "28239231"], [1702462808, "29077395"], [1702462829, "31258703"], [1702462844, "31493229"], [1702462865, "31644266"], [1702462880, "31857040"], [1702462904, "31857040"], [1702462919, "31857040"], [1702462952, "32104317"], [1702462973, "32104317"], [1702462988, "33843310"], [1702463045, "35849487"], [1702463081, "35849487"], [1702463114, "38326090"], [1702463150, "41110556"], [1702463186, "42175912"], [1702463216, "42175912"], [1702463240, "42175912"], [1702463273, "42175912"], [1702463324, "51806438"], [1702463354, "55357897"], [1702463381, "59105117"], [1702463417, "59105117"], [1702463453, "61244065"], [1702463477, "61536125"], [1702463510, "61536125"], [1702463537, "66519189"], [1702463570, "66519189"], [1702463591, "66519189"], [1702463621, "68446779"], [1702463657, "68570946"], [1702463693, "68570946"], [1702463729, "70353542"], [1702463765, "70353542"], [1702463798, "73172969"], [1702463846, "74374397"], [1702463873, "74374397"], [1702463906, "80905279"], [1702463948, "81359083"], [1702463984, "81359083"], [1702464014, "81359083"], [1702464050, "81552494"], [1702464086, "81552494"], [1702464122, "81763432"], [1702464155, "81763432"], [1702464194, "81763432"], [1702464230, "81763432"], [1702464263, "81763432"], [1702464299, "82100617"], [1702464332, "83718385"], [1702464356, "83718385"], [1702464392, "84970770"], [1702464425, "84970770"], [1702464455, "86704176"], [1702464479, "87448260"], [1702464509, "88299448"], [1702464533, "88372001"], [1702464569, "91787452"], [1702464605, "93386099"], [1702464635, "94654049"], [1702464671, "94846885"], [1702464716, "94846885"], [1702464743, "95246738"], [1702464776, "95246738"], [1702464812, "95246738"], [1702464836, "95246738"], [1702464869, "95950779"], [1702464905, "95950779"], [1702464926, "98198538"], [1702464956, "98636758"], [1702464992, "99672719"], [1702465016, "99672719"], [1702465049, "105647542"], [1702465085, "105647542"], [1702465118, "106366647"], [1702465145, "106366647"], [1702465178, "106533123"], [1702465208, "106533123"], [1702465241, "108384179"], [1702465298, "109563414"], [1702465334, "109730451"], [1702465367, "109730451"], [1702465394, "109730451"], [1702465418, "109730451"], [1702465445, "109896209"], [1702465481, "110680453"], [1702465517, "110680453"], [1702465550, "116660465"], [1702465586, "118815387"], [1702465619, "118815387"], [1702465658, "118896436"], [1702465706, "119094433"], [1702465754, "131444933"], [1702465787, "131444933"], [1702465823, "131444933"], [1702465856, "131444933"], [1702465880, "133617636"], [1702465910, "134981049"], [1702465952, "136364837"], [1702465988, "136364837"], [1702466015, "136364837"], [1702466030, "137961558"], [1702466060, "138989747"], [1702466078, "139684101"], [1702466138, "140273677"], [1702466168, "140346240"], [1702466204, "140346240"], [1702466237, "140346240"], [1702466261, "140346240"], [1702466291, "141556822"], [1702466327, "141556822"], [1702466360, "145288503"], [1702466384, "149172258"], [1702466417, "149399653"], [1702466441, "151841661"], [1702466471, "153575432"], [1702466507, "153575432"], [1702466540, "153575432"], [1702466597, "153575432"], [1702466633, "153575432"], [1702466666, "153575432"], [1702466705, "155539320"], [1702466732, "155539320"], [1702466765, "159659464"], [1702466801, "160052323"], [1702466852, "160151639"], [1702466876, "160151639"], [1702466918, "160396499"], [1702466978, "165497289"], [1702467014, "167756398"], [1702467038, "167977453"], [1702467068, "167977453"], [1702467122, "167977453"], [1702467158, "168234999"], [1702467191, "168234999"], [1702467221, "172908871"], [1702467257, "172908871"], [1702467299, "172908871"], [1702467350, "172908871"], [1702467386, "172908871"], [1702467419, "174839955"], [1702467455, "177920290"], [1702467515, "178651774"], [1702467542, "178651774"], [1702467566, "180376876"], [1702467599, "180799718"], [1702467635, "183278972"], [1702467668, "183278972"], [1702467695, "183278972"], [1702467716, "185042193"], [1702467746, "185599622"], [1702467800, "189595862"], [1702467824, "190780501"], [1702467908, "191874983"], [1702467944, "193097701"], [1702467968, "195053837"], [1702468001, "196098452"], [1702468031, "196098452"], [1702468067, "196098452"], [1702468085, "196098452"], [1702468115, "196098452"], [1702468151, "196541324"], [1702468181, "196541324"], [1702468208, "198729202"], [1702468241, "200865534"], [1702468256, "200865534"], [1702468286, "201043112"], [1702468322, "202490628"], [1702468352, "204086476"], [1702468388, "204806018"], [1702468424, "204806018"], [1702468457, "204806018"], [1702468493, "204806018"], [1702468517, "204806018"], [1702468550, "204806018"], [1702468586, "205299609"], [1702468613, "205299609"], [1702468637, "205299609"], [1702468679, "209478978"], [1702468721, "209478978"], [1702468730, "209478978"], [1702468766, "214925122"], [1702468799, "214925122"], [1702468835, "215737839"], [1702468898, "224003955"], [1702468934, "224003955"], [1702468970, "228372569"], [1702468994, "230925631"], [1702469024, "247733393"], [1702469060, "249226123"], [1702469111, "250755537"], [1702469144, "250842530"], [1702469168, "250842530"], [1702469204, "252817817"], [1702469237, "253019335"], [1702469273, "254178895"], [1702469303, "255579803"], [1702469336, "258638041"], [1702469360, "261182864"], [1702469387, "261182864"], [1702469411, "261417597"], [1702469435, "263201023"], [1702469468, "263885439"], [1702469504, "264230170"], [1702469537, "264230170"], [1702469573, "270022875"], [1702469606, "270022875"], [1702469633, "270022875"], [1702469660, "270022875"], [1702469684, "270022875"], [1702469717, "270022875"], [1702469753, "270022875"], [1702469786, "270022875"], [1702469816, "274797220"], [1702469834, "274797220"], [1702469864, "274797220"], [1702469906, "274937597"], [1702469936, "274937597"], [1702469972, "276882351"], [1702470005, "276882351"], [1702470029, "276882351"], [1702470065, "280322337"], [1702470101, "280322337"], [1702470131, "280322337"], [1702470167, "292887063"], [1702470203, "295160259"], [1702470251, "295160259"], [1702470278, "295483222"], [1702470311, "295483222"], [1702470347, "298164739"], [1702470371, "298164739"], [1702470404, "299449865"], [1702470440, "302194372"], [1702470476, "302194372"], [1702470506, "302194372"], [1702470542, "302194372"], [1702470575, "302486028"], [1702470611, "307350948"], [1702470635, "319329566"], [1702470662, "320021072"], [1702470686, "320021072"], [1702470719, "320195178"], [1702470746, "320195178"], [1702470812, "321446526"], [1702470845, "321446526"], [1702470875, "321446526"], [1702470899, "321446526"], [1702470953, "323402684"], [1702470983, "323402684"], [1702471025, "323402684"], [1702471067, "323402684"], [1702471169, "323772102"], [1702471193, "323772102"], [1702471226, "324090802"], [1702471265, "324279804"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "11920143"], [1702462721, "21919564"], [1702462736, "21919564"], [1702462751, "21919564"], [1702462763, "30034415"], [1702462793, "34402094"], [1702462808, "38553547"], [1702462829, "39862650"], [1702462844, "42055192"], [1702462865, "42055192"], [1702462880, "52035658"], [1702462904, "52035658"], [1702462919, "52035658"], [1702462952, "55089972"], [1702462973, "55193009"], [1702462988, "60426787"], [1702463045, "60426787"], [1702463081, "62072391"], [1702463114, "62072391"], [1702463150, "73236990"], [1702463186, "75266179"], [1702463216, "76874127"], [1702463240, "76874127"], [1702463273, "76874127"], [1702463324, "76874127"], [1702463354, "76874127"], [1702463381, "76874127"], [1702463417, "76874127"], [1702463453, "78919631"], [1702463477, "78919631"], [1702463510, "78919631"], [1702463537, "79420258"], [1702463570, "81320798"], [1702463591, "81635439"], [1702463621, "81635439"], [1702463657, "82610533"], [1702463693, "83644261"], [1702463729, "83644261"], [1702463765, "110850963"], [1702463798, "110850963"], [1702463846, "110850963"], [1702463873, "171488487"], [1702463906, "174457339"], [1702463948, "174457339"], [1702463984, "174973229"], [1702464014, "177268791"], [1702464050, "177900891"], [1702464086, "180388970"], [1702464122, "180781721"], [1702464155, "184437833"], [1702464194, "186110970"], [1702464230, "186110970"], [1702464263, "186705277"], [1702464299, "187497980"], [1702464332, "187497980"], [1702464356, "187843330"], [1702464392, "187843330"], [1702464425, "199198624"], [1702464455, "200017355"], [1702464479, "203456629"], [1702464509, "210373703"], [1702464533, "214627239"], [1702464569, "242988834"], [1702464605, "244783348"], [1702464635, "244783348"], [1702464671, "253433251"], [1702464716, "268318872"], [1702464743, "271064298"], [1702464776, "271064298"], [1702464812, "272273267"], [1702464836, "274098944"], [1702464869, "276552274"], [1702464905, "286547352"], [1702464926, "287982613"], [1702464956, "302006928"], [1702464992, "302855120"], [1702465016, "304156665"], [1702465049, "305501159"], [1702465085, "306069387"], [1702465118, "306938314"], [1702465145, "315705432"], [1702465178, "315705432"], [1702465208, "319333109"], [1702465241, "320815035"], [1702465298, "327033252"], [1702465334, "336216014"], [1702465367, "339914849"], [1702465394, "343370533"], [1702465418, "345703931"], [1702465445, "346444130"], [1702465481, "347147172"], [1702465517, "347750489"], [1702465550, "348923377"], [1702465586, "350903917"], [1702465619, "350903917"], [1702465658, "352889118"], [1702465706, "353184126"], [1702465754, "356971172"], [1702465787, "356971172"], [1702465823, "357138644"], [1702465856, "358784331"], [1702465880, "360022888"], [1702465910, "360022888"], [1702465952, "361070868"], [1702465988, "361070868"], [1702466015, "364261415"], [1702466030, "366376878"], [1702466060, "366376878"], [1702466078, "367428944"], [1702466138, "368542344"], [1702466168, "369308026"], [1702466204, "371062555"], [1702466237, "371062555"], [1702466261, "372815782"], [1702466291, "374280080"], [1702466327, "377521638"], [1702466360, "390022967"], [1702466384, "390773391"], [1702466417, "392951482"], [1702466441, "393696369"], [1702466471, "394090171"], [1702466507, "404499548"], [1702466540, "406000144"], [1702466597, "407572729"], [1702466633, "408597224"], [1702466666, "411090674"], [1702466705, "412155397"], [1702466732, "415063784"], [1702466765, "415063784"], [1702466801, "417311112"], [1702466852, "419637933"], [1702466876, "420806064"], [1702466918, "422453728"], [1702466978, "430558212"], [1702467014, "432361292"], [1702467038, "432498325"], [1702467068, "432810595"], [1702467122, "434529602"], [1702467158, "434529602"], [1702467191, "444644909"], [1702467221, "451031842"], [1702467257, "451031842"], [1702467299, "454145769"], [1702467350, "466075571"], [1702467386, "466972308"], [1702467419, "469268545"], [1702467455, "471467728"], [1702467515, "474621823"], [1702467542, "488380698"], [1702467566, "488380698"], [1702467599, "492181210"], [1702467635, "494034056"], [1702467668, "494408552"], [1702467695, "506177895"], [1702467716, "507759203"], [1702467746, "515267261"], [1702467800, "520847800"], [1702467824, "522755221"], [1702467908, "530198467"], [1702467944, "531877893"], [1702467968, "544492325"], [1702468001, "545844071"], [1702468031, "547913054"], [1702468067, "569350023"], [1702468085, "573113361"], [1702468115, "574041302"], [1702468151, "583064590"], [1702468181, "588596049"], [1702468208, "590204954"], [1702468241, "601203632"], [1702468256, "601431639"], [1702468286, "602950429"], [1702468322, "610668840"], [1702468352, "610668840"], [1702468388, "611945481"], [1702468424, "614251702"], [1702468457, "614251702"], [1702468493, "618897165"], [1702468517, "620697715"], [1702468550, "624432319"], [1702468586, "626647485"], [1702468613, "630665993"], [1702468637, "633086155"], [1702468679, "637665422"], [1702468721, "643151670"], [1702468730, "643151670"], [1702468766, "645157148"], [1702468799, "648487383"], [1702468835, "649903715"], [1702468898, "651659235"], [1702468934, "666089103"], [1702468970, "673235218"], [1702468994, "681905177"], [1702469024, "683962961"], [1702469060, "687423522"], [1702469111, "692826375"], [1702469144, "693785354"], [1702469168, "693785354"], [1702469204, "694697544"], [1702469237, "698309119"], [1702469273, "704747201"], [1702469303, "707849710"], [1702469336, "718401947"], [1702469360, "720929903"], [1702469387, "742431656"], [1702469411, "753298626"], [1702469435, "754544828"], [1702469468, "758466201"], [1702469504, "759063796"], [1702469537, "763318836"], [1702469573, "765938532"], [1702469606, "768561529"], [1702469633, "772215480"], [1702469660, "772215480"], [1702469684, "775843811"], [1702469717, "777401458"], [1702469753, "786702945"], [1702469786, "787692912"], [1702469816, "789017573"], [1702469834, "789759089"], [1702469864, "790601747"], [1702469906, "794015559"], [1702469936, "796674135"], [1702469972, "797623299"], [1702470005, "797623299"], [1702470029, "797623299"], [1702470065, "797623299"], [1702470101, "797623299"], [1702470131, "800259679"], [1702470167, "801148033"], [1702470203, "812979332"], [1702470251, "820029890"], [1702470278, "820619739"], [1702470311, "821607980"], [1702470347, "821607980"], [1702470371, "821739023"], [1702470404, "821923670"], [1702470440, "823331618"], [1702470476, "826274106"], [1702470506, "827489646"], [1702470542, "827489646"], [1702470575, "833616034"], [1702470611, "836337787"], [1702470635, "837595712"], [1702470662, "840195241"], [1702470686, "842989759"], [1702470719, "846323435"], [1702470746, "846323435"], [1702470812, "851993573"], [1702470845, "851993573"], [1702470875, "852143979"], [1702470899, "854302489"], [1702470953, "856495713"], [1702470983, "858864514"], [1702471025, "862005959"], [1702471067, "864426540"], [1702471169, "871441072"], [1702471193, "874379168"], [1702471226, "877662801"], [1702471265, "878696112"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4714706"], [1702462844, "4714706"], [1702462865, "4714706"], [1702462880, "4714706"], [1702462904, "4714706"], [1702462919, "4714706"], [1702462952, "4714706"], [1702462973, "4714706"], [1702462988, "4714706"], [1702463045, "4714706"], [1702463081, "4714706"], [1702463114, "4714706"], [1702463150, "4714706"], [1702463186, "4714706"], [1702463216, "4714706"], [1702463240, "4714706"], [1702463273, "4714706"], [1702463324, "4714706"], [1702463354, "4714706"], [1702463381, "4714706"], [1702463417, "4714706"], [1702463453, "4714706"], [1702463477, "4714706"], [1702463510, "4714706"], [1702463537, "6221892"], [1702463570, "6221892"], [1702463591, "6221892"], [1702463621, "6221892"], [1702463657, "6221892"], [1702463693, "6221892"], [1702463729, "6221892"], [1702463765, "6221892"], [1702463798, "6221892"], [1702463846, "6221892"], [1702463873, "6221892"], [1702463906, "6221892"], [1702463948, "6221892"], [1702463984, "6221892"], [1702464014, "6221892"], [1702464050, "6221892"], [1702464086, "6221892"], [1702464122, "6221892"], [1702464155, "6221892"], [1702464194, "6221892"], [1702464230, "6221892"], [1702464263, "6221892"], [1702464299, "6221892"], [1702464332, "6221892"], [1702464356, "6221892"], [1702464392, "6221892"], [1702464425, "6221892"], [1702464455, "6221892"], [1702464479, "6221892"], [1702464509, "6221892"], [1702464533, "6221892"], [1702464569, "6221892"], [1702464605, "6221892"], [1702464635, "6221892"], [1702464671, "6221892"], [1702464716, "6221892"], [1702464743, "6221892"], [1702464776, "6221892"], [1702464812, "6221892"], [1702464836, "6221892"], [1702464869, "6221892"], [1702464905, "6221892"], [1702464926, "6221892"], [1702464956, "6221892"], [1702464992, "6221892"], [1702465016, "6221892"], [1702465049, "6221892"], [1702465085, "6221892"], [1702465118, "6221892"], [1702465145, "6221892"], [1702465178, "6221892"], [1702465208, "6221892"], [1702465241, "6221892"], [1702465298, "6221892"], [1702465334, "6221892"], [1702465367, "6221892"], [1702465394, "6221892"], [1702465418, "6221892"], [1702465445, "6221892"], [1702465481, "6221892"], [1702465517, "6221892"], [1702465550, "6221892"], [1702465586, "6221892"], [1702465619, "6221892"], [1702465658, "6221892"], [1702465706, "6221892"], [1702465754, "6221892"], [1702465787, "6221892"], [1702465823, "6221892"], [1702465856, "6221892"], [1702465880, "6221892"], [1702465910, "6221892"], [1702465952, "6221892"], [1702465988, "6221892"], [1702466015, "6221892"], [1702466030, "6221892"], [1702466060, "6221892"], [1702466078, "6221892"], [1702466138, "6221892"], [1702466168, "6221892"], [1702466204, "6221892"], [1702466237, "6221892"], [1702466261, "6221892"], [1702466291, "6221892"], [1702466327, "6221892"], [1702466360, "6221892"], [1702466384, "6221892"], [1702466417, "6221892"], [1702466441, "6221892"], [1702466471, "6221892"], [1702466507, "6221892"], [1702466540, "6221892"], [1702466597, "6221892"], [1702466633, "6221892"], [1702466666, "6221892"], [1702466705, "6221892"], [1702466732, "6221892"], [1702466765, "6221892"], [1702466801, "6221892"], [1702466852, "6221892"], [1702466876, "6221892"], [1702466918, "6221892"], [1702466978, "6221892"], [1702467014, "6221892"], [1702467038, "6221892"], [1702467068, "6221892"], [1702467122, "6221892"], [1702467158, "6221892"], [1702467191, "6221892"], [1702467221, "6221892"], [1702467257, "6221892"], [1702467299, "6221892"], [1702467350, "6221892"], [1702467386, "6221892"], [1702467419, "6221892"], [1702467455, "6221892"], [1702467515, "6221892"], [1702467542, "6221892"], [1702467566, "6221892"], [1702467599, "6221892"], [1702467635, "6221892"], [1702467668, "6221892"], [1702467695, "6221892"], [1702467716, "6221892"], [1702467746, "6221892"], [1702467800, "6221892"], [1702467824, "6221892"], [1702467908, "6221892"], [1702467944, "6221892"], [1702467968, "6221892"], [1702468001, "6221892"], [1702468031, "6221892"], [1702468067, "6221892"], [1702468085, "6221892"], [1702468115, "6221892"], [1702468151, "6221892"], [1702468181, "6221892"], [1702468208, "6221892"], [1702468241, "6221892"], [1702468256, "6221892"], [1702468286, "6221892"], [1702468322, "6221892"], [1702468352, "6221892"], [1702468388, "6221892"], [1702468424, "6221892"], [1702468457, "6221892"], [1702468493, "6221892"], [1702468517, "6221892"], [1702468550, "6221892"], [1702468586, "6221892"], [1702468613, "6221892"], [1702468637, "6221892"], [1702468679, "6221892"], [1702468721, "6221892"], [1702468730, "6221892"], [1702468766, "6221892"], [1702468799, "6221892"], [1702468835, "6221892"], [1702468898, "6221892"], [1702468934, "6221892"], [1702468970, "6221892"], [1702468994, "6221892"], [1702469024, "6221892"], [1702469060, "6221892"], [1702469111, "6221892"], [1702469144, "6221892"], [1702469168, "6221892"], [1702469204, "6221892"], [1702469237, "6221892"], [1702469273, "6221892"], [1702469303, "6221892"], [1702469336, "6221892"], [1702469360, "6221892"], [1702469387, "6221892"], [1702469411, "6221892"], [1702469435, "6221892"], [1702469468, "6221892"], [1702469504, "6221892"], [1702469537, "6221892"], [1702469573, "6221892"], [1702469606, "6221892"], [1702469633, "6221892"], [1702469660, "6221892"], [1702469684, "6221892"], [1702469717, "6221892"], [1702469753, "6221892"], [1702469786, "6221892"], [1702469816, "6221892"], [1702469834, "6221892"], [1702469864, "6221892"], [1702469906, "6221892"], [1702469936, "6221892"], [1702469972, "6221892"], [1702470005, "6221892"], [1702470029, "6221892"], [1702470065, "6221892"], [1702470101, "6221892"], [1702470131, "6221892"], [1702470167, "6221892"], [1702470203, "6221892"], [1702470251, "6221892"], [1702470278, "6221892"], [1702470311, "6221892"], [1702470347, "6221892"], [1702470371, "6221892"], [1702470404, "6221892"], [1702470440, "6221892"], [1702470476, "6221892"], [1702470506, "6221892"], [1702470542, "6221892"], [1702470575, "6221892"], [1702470611, "6221892"], [1702470635, "6221892"], [1702470662, "6221892"], [1702470686, "6221892"], [1702470719, "6221892"], [1702470746, "6221892"], [1702470812, "6221892"], [1702470845, "6221892"], [1702470875, "6221892"], [1702470899, "6221892"], [1702470953, "6221892"], [1702470983, "6221892"], [1702471025, "6221892"], [1702471067, "6221892"], [1702471169, "6221892"], [1702471193, "6221892"], [1702471226, "6221892"], [1702471265, "6221892"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "4714706"], [1702462736, "4714706"], [1702462751, "4714706"], [1702462763, "4714706"], [1702462793, "4714706"], [1702462808, "4714706"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "49357265478"], [1702462988, "73434036453"], [1702463045, "160784137733"], [1702463081, "219874142815"], [1702463114, "275481669658"], [1702463150, "328207052802"], [1702463186, "359703420293"], [1702463216, "368490027242"], [1702463240, "373947799175"], [1702463273, "382955731297"], [1702463324, "406681397682"], [1702463354, "452514336879"], [1702463381, "487781767587"], [1702463417, "549816188958"], [1702463453, "626528674219"], [1702463477, "745467122228"], [1702463510, "798926434179"], [1702463537, "836720431044"], [1702463570, "862907657109"], [1702463591, "869890083647"], [1702463621, "880966921204"], [1702463657, "890433952855"], [1702463693, "933024510188"], [1702463729, "948789895236"], [1702463765, "998433033148"], [1702463798, "1119767477842"], [1702463846, "1242276814272"], [1702463873, "1353274957564"], [1702463906, "1396773923756"], [1702463948, "1441026130382"], [1702463984, "1451800025988"], [1702464014, "1468905154985"], [1702464050, "1490132228483"], [1702464086, "1553806895405"], [1702464122, "1618861216109"], [1702464155, "1691802721041"], [1702464194, "1825748771612"], [1702464230, "1881601502671"], [1702464263, "1926711652123"], [1702464299, "1956036603741"], [1702464332, "1967622408522"], [1702464356, "1976975112095"], [1702464392, "1993329536077"], [1702464425, "2032722790399"], [1702464455, "2090967471216"], [1702464479, "2133438467525"], [1702464509, "2201247438776"], [1702464533, "2265401586803"], [1702464569, "2346905641553"], [1702464605, "2392655774283"], [1702464635, "2428322237435"], [1702464671, "2459397040880"], [1702464716, "2465763039743"], [1702464743, "2480284174489"], [1702464776, "2496450532091"], [1702464812, "2538434866385"], [1702464836, "2589813575500"], [1702464869, "2612500680388"], [1702464905, "2663740806197"], [1702464926, "2755848179838"], [1702464956, "2816751747633"], [1702464992, "2930144021700"], [1702465016, "2980963018761"], [1702465049, "2999752527357"], [1702465085, "3003263125430"], [1702465118, "3018106716223"], [1702465145, "3032068534152"], [1702465178, "3076106381992"], [1702465208, "3130439707988"], [1702465241, "3190248038140"], [1702465298, "3331792663154"], [1702465334, "3397723975393"], [1702465367, "3435469988326"], [1702465394, "3458961555585"], [1702465418, "3482192295703"], [1702465445, "3486545760674"], [1702465481, "3502610137000"], [1702465517, "3534460940017"], [1702465550, "3583792930990"], [1702465586, "3631163511902"], [1702465619, "3713538531684"], [1702465658, "3826625070681"], [1702465706, "3921870438301"], [1702465754, "4039517484388"], [1702465787, "4070599398370"], [1702465823, "4075513865178"], [1702465856, "4094024685033"], [1702465880, "4111796408973"], [1702465910, "4157877559514"], [1702465952, "4211713274144"], [1702465988, "4289954025499"], [1702466015, "4418419933974"], [1702466030, "4486053727843"], [1702466060, "4586317392647"], [1702466078, "4641196224658"], [1702466138, "4689675876761"], [1702466168, "4717586329027"], [1702466204, "4726946959729"], [1702466237, "4733640738101"], [1702466261, "4765959261974"], [1702466291, "4795866149360"], [1702466327, "4846510276559"], [1702466360, "4955767274629"], [1702466384, "5021659629472"], [1702466417, "5082532658362"], [1702466441, "5188823540084"], [1702466471, "5240783869306"], [1702466507, "5276423987729"], [1702466540, "5298021099844"], [1702466597, "5312726056843"], [1702466633, "5332111866629"], [1702466666, "5360990571324"], [1702466705, "5378206230340"], [1702466732, "5486468375910"], [1702466765, "5609269764408"], [1702466801, "5747475568336"], [1702466852, "5888062250377"], [1702466876, "5906130391348"], [1702466918, "5945471175172"], [1702466978, "5971817821069"], [1702467014, "5981962963946"], [1702467038, "6013451844313"], [1702467068, "6052155678470"], [1702467122, "6151025024281"], [1702467158, "6266958046951"], [1702467191, "6401037760134"], [1702467221, "6512895031834"], [1702467257, "6557548462918"], [1702467299, "6574769432513"], [1702467350, "6590683128575"], [1702467386, "6620489745247"], [1702467419, "6683154002786"], [1702467455, "6756335614940"], [1702467515, "6938461796740"], [1702467542, "7042171868812"], [1702467566, "7113645000793"], [1702467599, "7148959005374"], [1702467635, "7183045205569"], [1702467668, "7192497036402"], [1702467695, "7199571991221"], [1702467716, "7213333452262"], [1702467746, "7231895361545"], [1702467800, "7294955774168"], [1702467824, "7357557939040"], [1702467908, "7611119516183"], [1702467944, "7716762342232"], [1702467968, "7765910495786"], [1702468001, "7811382617517"], [1702468031, "7819537921537"], [1702468067, "7824073406219"], [1702468085, "7844620566640"], [1702468115, "7865629144124"], [1702468151, "7900551705986"], [1702468181, "8001646180349"], [1702468208, "8068934538114"], [1702468241, "8181385218139"], [1702468256, "8247974643765"], [1702468286, "8309223997122"], [1702468322, "8375248296623"], [1702468352, "8422968210251"], [1702468388, "8462894977976"], [1702468424, "8469160255727"], [1702468457, "8478728261448"], [1702468493, "8509547133573"], [1702468517, "8571118399292"], [1702468550, "8633040317108"], [1702468586, "8724467701985"], [1702468613, "8795285822500"], [1702468637, "8830987414085"], [1702468679, "8899086701318"], [1702468721, "8919797514998"], [1702468730, "8925756892828"], [1702468766, "8935859616034"], [1702468799, "8939496088614"], [1702468835, "8955781493238"], [1702468898, "9006840974012"], [1702468934, "9109044587247"], [1702468970, "9136484686724"], [1702468994, "9229722053963"], [1702469024, "9311389821141"], [1702469060, "9436240168466"], [1702469111, "9513546876275"], [1702469144, "9522208763807"], [1702469168, "9533871589845"], [1702469204, "9553192866406"], [1702469237, "9606058270487"], [1702469273, "9666047931457"], [1702469303, "9711456177410"], [1702469336, "9805669600655"], [1702469360, "9923566417316"], [1702469387, "10018077071906"], [1702469411, "10066323256488"], [1702469435, "10117715761558"], [1702469468, "10170989592061"], [1702469504, "10192800570876"], [1702469537, "10204251792879"], [1702469573, "10217091204141"], [1702469606, "10231658035933"], [1702469633, "10278639178309"], [1702469660, "10310297961582"], [1702469684, "10359672151980"], [1702469717, "10430411674019"], [1702469753, "10540746770132"], [1702469786, "10648615976255"], [1702469816, "10708048893564"], [1702469834, "10800846667701"], [1702469864, "10820439623672"], [1702469906, "10869104018492"], [1702469936, "10883342909450"], [1702469972, "10890512744709"], [1702470005, "10905795462280"], [1702470029, "10927642789325"], [1702470065, "10969328572843"], [1702470101, "11018105239183"], [1702470131, "11053733100171"], [1702470167, "11134767233031"], [1702470203, "11229157191692"], [1702470251, "11336244052301"], [1702470278, "11488975978208"], [1702470311, "11531932363183"], [1702470347, "11579935896355"], [1702470371, "11597838806191"], [1702470404, "11607149816731"], [1702470440, "11618782594377"], [1702470476, "11627090243822"], [1702470506, "11674593579678"], [1702470542, "11727930002817"], [1702470575, "11764869873703"], [1702470611, "11843711227644"], [1702470635, "11945395258378"], [1702470662, "12048939257670"], [1702470686, "12174681834322"], [1702470719, "12223682695511"], [1702470746, "12262568217591"], [1702470812, "12314029995537"], [1702470845, "12316000153503"], [1702470875, "12351545552839"], [1702470899, "12391155650482"], [1702470953, "12418417503908"], [1702470983, "12420226482097"], [1702471025, "12439556083251"], [1702471067, "12471204982381"], [1702471169, "12497166531064"], [1702471193, "12518336127204"], [1702471226, "12559114742731"], [1702471265, "12576689711845"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "19252728"], [1702462865, "19252728"], [1702462880, "3790128745"], [1702462904, "10579618729"], [1702462919, "16110167602"], [1702462952, "44928500583"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "3948847"], [1702462721, "4206317"], [1702462736, "4206317"], [1702462751, "9388973"], [1702462763, "16174589"], [1702462793, "16174589"], [1702462808, "16391617"], [1702462829, "16391617"], [1702462844, "16578703"], [1702462865, "16578703"], [1702462880, "17169812"], [1702462904, "18371430"], [1702462919, "18371430"], [1702462952, "18715206"], [1702462973, "19082966"], [1702462988, "24322813"], [1702463045, "33059414"], [1702463081, "40226211"], [1702463114, "40838848"], [1702463150, "41016689"], [1702463186, "41016689"], [1702463216, "41497273"], [1702463240, "41609521"], [1702463273, "42024752"], [1702463324, "57777877"], [1702463354, "58205313"], [1702463381, "58205313"], [1702463417, "58625334"], [1702463453, "64385356"], [1702463477, "64385356"], [1702463510, "64858531"], [1702463537, "65957010"], [1702463570, "66177431"], [1702463591, "66624696"], [1702463621, "67110092"], [1702463657, "68241612"], [1702463693, "69930104"], [1702463729, "70862224"], [1702463765, "70983891"], [1702463798, "71208385"], [1702463846, "71778911"], [1702463873, "72042321"], [1702463906, "72795340"], [1702463948, "73681669"], [1702463984, "76341519"], [1702464014, "76655138"], [1702464050, "77765125"], [1702464086, "77955375"], [1702464122, "78223288"], [1702464155, "79169193"], [1702464194, "92192395"], [1702464230, "96111003"], [1702464263, "96548040"], [1702464299, "97524682"], [1702464332, "98707476"], [1702464356, "100593038"], [1702464392, "100963173"], [1702464425, "112942286"], [1702464455, "114269477"], [1702464479, "118129174"], [1702464509, "118380599"], [1702464533, "118870342"], [1702464569, "119146042"], [1702464605, "119877979"], [1702464635, "120472156"], [1702464671, "120957237"], [1702464716, "121926491"], [1702464743, "122417242"], [1702464776, "122879137"], [1702464812, "122879137"], [1702464836, "123422071"], [1702464869, "124067664"], [1702464905, "129573933"], [1702464926, "130906639"], [1702464956, "131143182"], [1702464992, "131478968"], [1702465016, "131962008"], [1702465049, "137291849"], [1702465085, "137291849"], [1702465118, "138014721"], [1702465145, "138014721"], [1702465178, "138014721"], [1702465208, "138228632"], [1702465241, "138228632"], [1702465298, "144757563"], [1702465334, "145073187"], [1702465367, "145073187"], [1702465394, "145073187"], [1702465418, "145781460"], [1702465445, "145781460"], [1702465481, "145781460"], [1702465517, "146016824"], [1702465550, "146660702"], [1702465586, "146961524"], [1702465619, "148069703"], [1702465658, "164879404"], [1702465706, "165968404"], [1702465754, "167059752"], [1702465787, "167448173"], [1702465823, "167661583"], [1702465856, "167856479"], [1702465880, "168136305"], [1702465910, "168136305"], [1702465952, "168324934"], [1702465988, "168872448"], [1702466015, "169212504"], [1702466030, "169212504"], [1702466060, "169655962"], [1702466078, "170219737"], [1702466138, "171728064"], [1702466168, "172036977"], [1702466204, "172568038"], [1702466237, "173048052"], [1702466261, "173293556"], [1702466291, "173995964"], [1702466327, "175197915"], [1702466360, "175629834"], [1702466384, "184220804"], [1702466417, "185609842"], [1702466441, "186534074"], [1702466471, "188007773"], [1702466507, "188771913"], [1702466540, "198264081"], [1702466597, "202126598"], [1702466633, "202514383"], [1702466666, "202957596"], [1702466705, "203604824"], [1702466732, "204774233"], [1702466765, "205026759"], [1702466801, "205723000"], [1702466852, "206768880"], [1702466876, "206768880"], [1702466918, "207611896"], [1702466978, "211290814"], [1702467014, "213842483"], [1702467038, "214376782"], [1702467068, "219941428"], [1702467122, "221726000"], [1702467158, "222908460"], [1702467191, "223200047"], [1702467221, "223968055"], [1702467257, "224484177"], [1702467299, "224855210"], [1702467350, "225975130"], [1702467386, "231079342"], [1702467419, "232134648"], [1702467455, "238385106"], [1702467515, "240189788"], [1702467542, "241215901"], [1702467566, "246609183"], [1702467599, "248722404"], [1702467635, "248722404"], [1702467668, "249368734"], [1702467695, "251975096"], [1702467716, "252684222"], [1702467746, "252925968"], [1702467800, "252925968"], [1702467824, "253590302"], [1702467908, "257762941"], [1702467944, "258082250"], [1702467968, "258296625"], [1702468001, "259317846"], [1702468031, "259552376"], [1702468067, "259666815"], [1702468085, "259979542"], [1702468115, "261760761"], [1702468151, "263589786"], [1702468181, "266060222"], [1702468208, "267362117"], [1702468241, "270254607"], [1702468256, "270254607"], [1702468286, "270254607"], [1702468322, "278392252"], [1702468352, "279015264"], [1702468388, "279753567"], [1702468424, "280181417"], [1702468457, "280780334"], [1702468493, "281243214"], [1702468517, "282724599"], [1702468550, "283433600"], [1702468586, "285706286"], [1702468613, "296887353"], [1702468637, "296887353"], [1702468679, "297626640"], [1702468721, "298079266"], [1702468730, "298079266"], [1702468766, "298610458"], [1702468799, "299229386"], [1702468835, "300490578"], [1702468898, "301711096"], [1702468934, "308463904"], [1702468970, "310600610"], [1702468994, "314931092"], [1702469024, "314931092"], [1702469060, "321345176"], [1702469111, "321846470"], [1702469144, "322757236"], [1702469168, "323353949"], [1702469204, "328096917"], [1702469237, "329005348"], [1702469273, "334465669"], [1702469303, "334819505"], [1702469336, "336868928"], [1702469360, "337060699"], [1702469387, "337211628"], [1702469411, "337211628"], [1702469435, "337380820"], [1702469468, "337643937"], [1702469504, "338114555"], [1702469537, "338990744"], [1702469573, "339819311"], [1702469606, "340043352"], [1702469633, "340647450"], [1702469660, "342092359"], [1702469684, "344119332"], [1702469717, "345946267"], [1702469753, "349154116"], [1702469786, "349526425"], [1702469816, "349804678"], [1702469834, "350294315"], [1702469864, "350871705"], [1702469906, "351851050"], [1702469936, "352252457"], [1702469972, "479025569033"], [1702470005, "481483606176"], [1702470029, "482635274025"], [1702470065, "484023769515"], [1702470101, "488068303792"], [1702470131, "490017921121"], [1702470167, "494127621858"], [1702470203, "495779026113"], [1702470251, "497825389186"], [1702470278, "499538073593"], [1702470311, "501639624167"], [1702470347, "504299814432"], [1702470371, "505008298690"], [1702470404, "507579046054"], [1702470440, "509781392203"], [1702470476, "511846924583"], [1702470506, "512418562027"], [1702470542, "514487021518"], [1702470575, "515275034830"], [1702470611, "517241712302"], [1702470635, "519615823810"], [1702470662, "520326442352"], [1702470686, "521025807768"], [1702470719, "521037814850"], [1702470746, "523095283130"], [1702470812, "525641967584"], [1702470845, "528286709807"], [1702470875, "529214627035"], [1702470899, "529219166277"], [1702470953, "532543983329"], [1702470983, "534333076639"], [1702471025, "535637791313"], [1702471067, "540722132469"], [1702471169, "547085621559"], [1702471193, "548146293323"], [1702471226, "549876555615"], [1702471265, "552192829352"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "8189239"], [1702462919, "8189239"], [1702462952, "8189239"], [1702462973, "8189239"], [1702462988, "8189239"], [1702463045, "8189239"], [1702463081, "8189239"], [1702463114, "8189239"], [1702463150, "8189239"], [1702463186, "8189239"], [1702463216, "8189239"], [1702463240, "8189239"], [1702463273, "8189239"], [1702463324, "8189239"], [1702463354, "8189239"], [1702463381, "8189239"], [1702463417, "8189239"], [1702463453, "8189239"], [1702463477, "8189239"], [1702463510, "8189239"], [1702463537, "8189239"], [1702463570, "8189239"], [1702463591, "8189239"], [1702463621, "8189239"], [1702463657, "8189239"], [1702463693, "8189239"], [1702463729, "8189239"], [1702463765, "8189239"], [1702463798, "8189239"], [1702463846, "8189239"], [1702463873, "8189239"], [1702463906, "8189239"], [1702463948, "8189239"], [1702463984, "8189239"], [1702464014, "8189239"], [1702464050, "8189239"], [1702464086, "8189239"], [1702464122, "8189239"], [1702464155, "8189239"], [1702464194, "8189239"], [1702464230, "8189239"], [1702464263, "8189239"], [1702464299, "8189239"], [1702464332, "8189239"], [1702464356, "8189239"], [1702464392, "8189239"], [1702464425, "8189239"], [1702464455, "8189239"], [1702464479, "8189239"], [1702464509, "8189239"], [1702464533, "8189239"], [1702464569, "8189239"], [1702464605, "8189239"], [1702464635, "8189239"], [1702464671, "8189239"], [1702464716, "8189239"], [1702464743, "8189239"], [1702464776, "8189239"], [1702464812, "8189239"], [1702464836, "8189239"], [1702464869, "8189239"], [1702464905, "8189239"], [1702464926, "8189239"], [1702464956, "8189239"], [1702464992, "8189239"], [1702465016, "8189239"], [1702465049, "8189239"], [1702465085, "8189239"], [1702465118, "8189239"], [1702465145, "8189239"], [1702465178, "8189239"], [1702465208, "8189239"], [1702465241, "8189239"], [1702465298, "8189239"], [1702465334, "8189239"], [1702465367, "8189239"], [1702465394, "8189239"], [1702465418, "8189239"], [1702465445, "8189239"], [1702465481, "8189239"], [1702465517, "8189239"], [1702465550, "8189239"], [1702465586, "8189239"], [1702465619, "8189239"], [1702465658, "8189239"], [1702465706, "8189239"], [1702465754, "8189239"], [1702465787, "8189239"], [1702465823, "8189239"], [1702465856, "8189239"], [1702465880, "8189239"], [1702465910, "8189239"], [1702465952, "8189239"], [1702465988, "8189239"], [1702466015, "8189239"], [1702466030, "8189239"], [1702466060, "8189239"], [1702466078, "8189239"], [1702466138, "8189239"], [1702466168, "8189239"], [1702466204, "8189239"], [1702466237, "8189239"], [1702466261, "8189239"], [1702466291, "8189239"], [1702466327, "8189239"], [1702466360, "8189239"], [1702466384, "8189239"], [1702466417, "8189239"], [1702466441, "8189239"], [1702466471, "8189239"], [1702466507, "8189239"], [1702466540, "8189239"], [1702466597, "8189239"], [1702466633, "8189239"], [1702466666, "8189239"], [1702466705, "8189239"], [1702466732, "8189239"], [1702466765, "8189239"], [1702466801, "8189239"], [1702466852, "8189239"], [1702466876, "8189239"], [1702466918, "8189239"], [1702466978, "8189239"], [1702467014, "8189239"], [1702467038, "8189239"], [1702467068, "8189239"], [1702467122, "8189239"], [1702467158, "8189239"], [1702467191, "8189239"], [1702467221, "8189239"], [1702467257, "8189239"], [1702467299, "8189239"], [1702467350, "8189239"], [1702467386, "8189239"], [1702467419, "8189239"], [1702467455, "8189239"], [1702467515, "8189239"], [1702467542, "8189239"], [1702467566, "8189239"], [1702467599, "8189239"], [1702467635, "8189239"], [1702467668, "8189239"], [1702467695, "8189239"], [1702467716, "8189239"], [1702467746, "8189239"], [1702467800, "8189239"], [1702467824, "8189239"], [1702467908, "8189239"], [1702467944, "8189239"], [1702467968, "8189239"], [1702468001, "8189239"], [1702468031, "8189239"], [1702468067, "8189239"], [1702468085, "8189239"], [1702468115, "8189239"], [1702468151, "8189239"], [1702468181, "8189239"], [1702468208, "8189239"], [1702468241, "8189239"], [1702468256, "8189239"], [1702468286, "8189239"], [1702468322, "8189239"], [1702468352, "8189239"], [1702468388, "8189239"], [1702468424, "8189239"], [1702468457, "8189239"], [1702468493, "8189239"], [1702468517, "8189239"], [1702468550, "8189239"], [1702468586, "8189239"], [1702468613, "8189239"], [1702468637, "8189239"], [1702468679, "8189239"], [1702468721, "8189239"], [1702468730, "8189239"], [1702468766, "8189239"], [1702468799, "8189239"], [1702468835, "8189239"], [1702468898, "8189239"], [1702468934, "8189239"], [1702468970, "8189239"], [1702468994, "8189239"], [1702469024, "8189239"], [1702469060, "8189239"], [1702469111, "8189239"], [1702469144, "8189239"], [1702469168, "8189239"], [1702469204, "8189239"], [1702469237, "8189239"], [1702469273, "8189239"], [1702469303, "8189239"], [1702469336, "8189239"], [1702469360, "8189239"], [1702469387, "8189239"], [1702469411, "8189239"], [1702469435, "8189239"], [1702469468, "8189239"], [1702469504, "8189239"], [1702469537, "8189239"], [1702469573, "8189239"], [1702469606, "8189239"], [1702469633, "8189239"], [1702469660, "8189239"], [1702469684, "8189239"], [1702469717, "8189239"], [1702469753, "8189239"], [1702469786, "8189239"], [1702469816, "8189239"], [1702469834, "8189239"], [1702469864, "8189239"], [1702469906, "8189239"], [1702469936, "8189239"], [1702469972, "8189239"], [1702470005, "8189239"], [1702470029, "8189239"], [1702470065, "8189239"], [1702470101, "8189239"], [1702470131, "8189239"], [1702470167, "8189239"], [1702470203, "8189239"], [1702470251, "8189239"], [1702470278, "8189239"], [1702470311, "8189239"], [1702470347, "8189239"], [1702470371, "8189239"], [1702470404, "8189239"], [1702470440, "8189239"], [1702470476, "8189239"], [1702470506, "8189239"], [1702470542, "8189239"], [1702470575, "8189239"], [1702470611, "8189239"], [1702470635, "8189239"], [1702470662, "8189239"], [1702470686, "8189239"], [1702470719, "8189239"], [1702470746, "8189239"], [1702470812, "8189239"], [1702470845, "8189239"], [1702470875, "8189239"], [1702470899, "8189239"], [1702470953, "8189239"], [1702470983, "8189239"], [1702471025, "8189239"], [1702471067, "8189239"], [1702471169, "8189239"], [1702471193, "8189239"], [1702471226, "8189239"], [1702471265, "8189239"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "8189239"], [1702462793, "8189239"], [1702462808, "8189239"], [1702462829, "8189239"], [1702462844, "8189239"], [1702462865, "8189239"], [1702462880, "8189239"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "37514553"], [1702462721, "40023926"], [1702462736, "42479119"], [1702462751, "45509542"], [1702462763, "47763990"], [1702462793, "52133593"], [1702462808, "53606546"], [1702462829, "54330461"], [1702462844, "57260258"], [1702462865, "59757323"], [1702462880, "60468440"], [1702462904, "65086452"], [1702462919, "65857773"], [1702462952, "69530602"], [1702462973, "70380887"], [1702462988, "72211746"], [1702463045, "100506881"], [1702463081, "107591472"], [1702463114, "114208333"], [1702463150, "116974966"], [1702463186, "131953274"], [1702463216, "140332924"], [1702463240, "147059537"], [1702463273, "150388486"], [1702463324, "160728588"], [1702463354, "166950102"], [1702463381, "174200334"], [1702463417, "184935926"], [1702463453, "194257621"], [1702463477, "201064194"], [1702463510, "206577338"], [1702463537, "210695348"], [1702463570, "215987404"], [1702463591, "219610039"], [1702463621, "225959460"], [1702463657, "229706088"], [1702463693, "235773074"], [1702463729, "244851824"], [1702463765, "253875122"], [1702463798, "263958900"], [1702463846, "273803963"], [1702463873, "279960431"], [1702463906, "286171654"], [1702463948, "294048165"], [1702463984, "295293667"], [1702464014, "299684236"], [1702464050, "303150423"], [1702464086, "311704447"], [1702464122, "319967933"], [1702464155, "328463565"], [1702464194, "337810489"], [1702464230, "345395152"], [1702464263, "356830778"], [1702464299, "367403470"], [1702464332, "378469350"], [1702464356, "386192231"], [1702464392, "391709106"], [1702464425, "399732330"], [1702464455, "407928905"], [1702464479, "417015218"], [1702464509, "443204139"], [1702464533, "453981418"], [1702464569, "467744157"], [1702464605, "473399359"], [1702464635, "477815285"], [1702464671, "485003768"], [1702464716, "495288903"], [1702464743, "507586772"], [1702464776, "512665173"], [1702464812, "520078557"], [1702464836, "526553841"], [1702464869, "539566882"], [1702464905, "550105721"], [1702464926, "558904003"], [1702464956, "563582750"], [1702464992, "571694686"], [1702465016, "575771671"], [1702465049, "578976719"], [1702465085, "602274157"], [1702465118, "606370739"], [1702465145, "616802925"], [1702465178, "622389964"], [1702465208, "628703975"], [1702465241, "634162960"], [1702465298, "647201862"], [1702465334, "654802986"], [1702465367, "661997640"], [1702465394, "667145571"], [1702465418, "676405912"], [1702465445, "678650814"], [1702465481, "685579334"], [1702465517, "692929655"], [1702465550, "700893765"], [1702465586, "712091279"], [1702465619, "718673635"], [1702465658, "731350399"], [1702465706, "739305396"], [1702465754, "748861406"], [1702465787, "759336180"], [1702465823, "768290525"], [1702465856, "776594857"], [1702465880, "781386161"], [1702465910, "784005906"], [1702465952, "792518165"], [1702465988, "800740828"], [1702466015, "810790966"], [1702466030, "812539985"], [1702466060, "817344125"], [1702466078, "822247069"], [1702466138, "835076564"], [1702466168, "844260841"], [1702466204, "852422392"], [1702466237, "865053095"], [1702466261, "874262274"], [1702466291, "877980843"], [1702466327, "884585634"], [1702466360, "916355394"], [1702466384, "922566218"], [1702466417, "932893901"], [1702466441, "943668306"], [1702466471, "950060034"], [1702466507, "960149691"], [1702466540, "967176772"], [1702466597, "979864395"], [1702466633, "986338733"], [1702466666, "994570579"], [1702466705, "1010439781"], [1702466732, "1020503882"], [1702466765, "1029513288"], [1702466801, "1038394377"], [1702466852, "1057018938"], [1702466876, "1059450780"], [1702466918, "1067680974"], [1702466978, "1080204182"], [1702467014, "1170656629"], [1702467038, "1181113236"], [1702467068, "1190173235"], [1702467122, "1209263243"], [1702467158, "1222606392"], [1702467191, "1228739841"], [1702467221, "1241723577"], [1702467257, "1249571212"], [1702467299, "1254125609"], [1702467350, "1266020810"], [1702467386, "1272573393"], [1702467419, "1279682515"], [1702467455, "1292715100"], [1702467515, "1321681760"], [1702467542, "1333559502"], [1702467566, "1353158580"], [1702467599, "1361336899"], [1702467635, "1369807107"], [1702467668, "1372280153"], [1702467695, "1375260949"], [1702467716, "1381950638"], [1702467746, "1389100368"], [1702467800, "1407078078"], [1702467824, "1415217872"], [1702467908, "1445577624"], [1702467944, "1450633535"], [1702467968, "1457108007"], [1702468001, "1463831256"], [1702468031, "1469699647"], [1702468067, "1477496527"], [1702468085, "1486403779"], [1702468115, "1493907292"], [1702468151, "1508546370"], [1702468181, "1523236267"], [1702468208, "1529551561"], [1702468241, "1544741869"], [1702468256, "1556003275"], [1702468286, "1567140644"], [1702468322, "1577219339"], [1702468352, "1593376054"], [1702468388, "1605767820"], [1702468424, "1612425150"], [1702468457, "1620069545"], [1702468493, "1626934320"], [1702468517, "1644842525"], [1702468550, "1651375900"], [1702468586, "1669414757"], [1702468613, "1697436917"], [1702468637, "1702936547"], [1702468679, "1735947937"], [1702468721, "1742840595"], [1702468730, "1748466975"], [1702468766, "1750928050"], [1702468799, "1759988964"], [1702468835, "1768326087"], [1702468898, "1785305633"], [1702468934, "1805955853"], [1702468970, "1816960123"], [1702468994, "1826995157"], [1702469024, "1839455931"], [1702469060, "1854411603"], [1702469111, "1876051638"], [1702469144, "1881218461"], [1702469168, "1886018794"], [1702469204, "1891517796"], [1702469237, "1899187181"], [1702469273, "1913484054"], [1702469303, "1931053305"], [1702469336, "1948312426"], [1702469360, "1961154931"], [1702469387, "1966830765"], [1702469411, "1977073103"], [1702469435, "1984225270"], [1702469468, "1993793139"], [1702469504, "2001431567"], [1702469537, "2007376320"], [1702469573, "2017009283"], [1702469606, "2024393771"], [1702469633, "2031081849"], [1702469660, "2038560470"], [1702469684, "2054698045"], [1702469717, "2058957200"], [1702469753, "2084034426"], [1702469786, "2094848254"], [1702469816, "2099760866"], [1702469834, "2112551865"], [1702469864, "2114489275"], [1702469906, "2125499249"], [1702469936, "2129713270"], [1702469972, "2135212069"], [1702470005, "2143020961"], [1702470029, "2144721403"], [1702470065, "2153861987"], [1702470101, "2165016621"], [1702470131, "2186269434"], [1702470167, "2207305886"], [1702470203, "2227427886"], [1702470251, "2249218946"], [1702470278, "2252172281"], [1702470311, "2260475791"], [1702470347, "2269464251"], [1702470371, "2274824555"], [1702470404, "2283991568"], [1702470440, "2287980898"], [1702470476, "2296183135"], [1702470506, "2306658969"], [1702470542, "2318602545"], [1702470575, "2332552652"], [1702470611, "2345514772"], [1702470635, "2355396645"], [1702470662, "2364860513"], [1702470686, "2381985562"], [1702470719, "2389274483"], [1702470746, "2400582372"], [1702470812, "2417440480"], [1702470845, "2424606031"], [1702470875, "2434015679"], [1702470899, "2446097833"], [1702470953, "2454757495"], [1702470983, "2463811163"], [1702471025, "2474840206"], [1702471067, "2497814805"], [1702471169, "2514495624"], [1702471193, "2522251462"], [1702471226, "2534970973"], [1702471265, "2543570274"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "13633396"], [1702462721, "14272852"], [1702462736, "14441296"], [1702462751, "14441296"], [1702462763, "14441296"], [1702462793, "15278301"], [1702462808, "15443626"], [1702462829, "16314828"], [1702462844, "17108700"], [1702462865, "17706732"], [1702462880, "17843493"], [1702462904, "18729555"], [1702462919, "18729555"], [1702462952, "19097133"], [1702462973, "19316153"], [1702462988, "19316153"], [1702463045, "24169718"], [1702463081, "27370038"], [1702463114, "39386112"], [1702463150, "43603801"], [1702463186, "44691489"], [1702463216, "46739770"], [1702463240, "50153752"], [1702463273, "52063137"], [1702463324, "52301756"], [1702463354, "52555613"], [1702463381, "52555613"], [1702463417, "54576762"], [1702463453, "55051661"], [1702463477, "55479034"], [1702463510, "56829681"], [1702463537, "59710593"], [1702463570, "59827965"], [1702463591, "61157437"], [1702463621, "61854393"], [1702463657, "63288541"], [1702463693, "64319700"], [1702463729, "65743712"], [1702463765, "66722655"], [1702463798, "68126803"], [1702463846, "71634523"], [1702463873, "73009679"], [1702463906, "74062069"], [1702463948, "76540447"], [1702463984, "76540447"], [1702464014, "78468240"], [1702464050, "79500785"], [1702464086, "80592094"], [1702464122, "82738388"], [1702464155, "84492666"], [1702464194, "87346879"], [1702464230, "89548833"], [1702464263, "92692333"], [1702464299, "95996123"], [1702464332, "98338391"], [1702464356, "99185953"], [1702464392, "100804028"], [1702464425, "102015325"], [1702464455, "104089666"], [1702464479, "107868145"], [1702464509, "109954386"], [1702464533, "111471781"], [1702464569, "112862062"], [1702464605, "114909403"], [1702464635, "117725997"], [1702464671, "121604641"], [1702464716, "123909273"], [1702464743, "124691324"], [1702464776, "138640222"], [1702464812, "140008268"], [1702464836, "141132263"], [1702464869, "141510989"], [1702464905, "144017983"], [1702464926, "144017983"], [1702464956, "145862184"], [1702464992, "147212354"], [1702465016, "148003569"], [1702465049, "148913915"], [1702465085, "152975160"], [1702465118, "154689385"], [1702465145, "155346640"], [1702465178, "155689874"], [1702465208, "159334222"], [1702465241, "162541135"], [1702465298, "165140861"], [1702465334, "165373434"], [1702465367, "165657276"], [1702465394, "166254999"], [1702465418, "168879874"], [1702465445, "169106259"], [1702465481, "170374408"], [1702465517, "173622757"], [1702465550, "175072866"], [1702465586, "178166608"], [1702465619, "179532026"], [1702465658, "181902035"], [1702465706, "182901691"], [1702465754, "187130971"], [1702465787, "188030734"], [1702465823, "189677937"], [1702465856, "190149267"], [1702465880, "191158990"], [1702465910, "192790842"], [1702465952, "193886143"], [1702465988, "196514912"], [1702466015, "198187617"], [1702466030, "201620388"], [1702466060, "203239485"], [1702466078, "203924103"], [1702466138, "207584012"], [1702466168, "211011422"], [1702466204, "211420279"], [1702466237, "213514619"], [1702466261, "213776540"], [1702466291, "215863740"], [1702466327, "218595263"], [1702466360, "220894886"], [1702466384, "222157538"], [1702466417, "223217462"], [1702466441, "224980225"], [1702466471, "224980225"], [1702466507, "227459933"], [1702466540, "228128119"], [1702466597, "231060544"], [1702466633, "232643606"], [1702466666, "234688267"], [1702466705, "239262440"], [1702466732, "246615856"], [1702466765, "248718275"], [1702466801, "250745960"], [1702466852, "252873277"], [1702466876, "253517254"], [1702466918, "255218495"], [1702466978, "280631385"], [1702467014, "284890823"], [1702467038, "287108818"], [1702467068, "288039078"], [1702467122, "291930124"], [1702467158, "293299561"], [1702467191, "299882462"], [1702467221, "301053995"], [1702467257, "303487798"], [1702467299, "306727972"], [1702467350, "309894936"], [1702467386, "310221151"], [1702467419, "313549622"], [1702467455, "314345960"], [1702467515, "318318193"], [1702467542, "323699558"], [1702467566, "329310252"], [1702467599, "331753841"], [1702467635, "333179647"], [1702467668, "335395444"], [1702467695, "336760350"], [1702467716, "338058476"], [1702467746, "338491049"], [1702467800, "341095504"], [1702467824, "342498372"], [1702467908, "350657603"], [1702467944, "352551847"], [1702467968, "355592244"], [1702468001, "357895897"], [1702468031, "359784341"], [1702468067, "361036005"], [1702468085, "362690398"], [1702468115, "363549893"], [1702468151, "365783447"], [1702468181, "369420393"], [1702468208, "371281978"], [1702468241, "375682314"], [1702468256, "376537944"], [1702468286, "376663206"], [1702468322, "379208295"], [1702468352, "382555427"], [1702468388, "384738737"], [1702468424, "386140788"], [1702468457, "388073887"], [1702468493, "388912208"], [1702468517, "392512728"], [1702468550, "393519723"], [1702468586, "398964707"], [1702468613, "406128284"], [1702468637, "408014232"], [1702468679, "411815673"], [1702468721, "414166886"], [1702468730, "416779166"], [1702468766, "419661973"], [1702468799, "421832103"], [1702468835, "424148088"], [1702468898, "425413207"], [1702468934, "432471695"], [1702468970, "433638355"], [1702468994, "434952639"], [1702469024, "438163335"], [1702469060, "443129636"], [1702469111, "445825921"], [1702469144, "448376484"], [1702469168, "450723223"], [1702469204, "454219250"], [1702469237, "457956410"], [1702469273, "460780521"], [1702469303, "467393580"], [1702469336, "474075905"], [1702469360, "476950547"], [1702469387, "478659450"], [1702469411, "480926509"], [1702469435, "481948882"], [1702469468, "484715151"], [1702469504, "486411680"], [1702469537, "487878219"], [1702469573, "489658277"], [1702469606, "492122971"], [1702469633, "493992680"], [1702469660, "497690649"], [1702469684, "501181491"], [1702469717, "502245734"], [1702469753, "503872209"], [1702469786, "504177488"], [1702469816, "506846658"], [1702469834, "506846658"], [1702469864, "507196736"], [1702469906, "509889070"], [1702469936, "512268558"], [1702469972, "515036288"], [1702470005, "518431050"], [1702470029, "520132391"], [1702470065, "522710085"], [1702470101, "526155191"], [1702470131, "530165779"], [1702470167, "538109400"], [1702470203, "545633701"], [1702470251, "552562167"], [1702470278, "554487019"], [1702470311, "556227909"], [1702470347, "559026007"], [1702470371, "560053274"], [1702470404, "561816878"], [1702470440, "564258776"], [1702470476, "569297045"], [1702470506, "571045718"], [1702470542, "573857499"], [1702470575, "579686062"], [1702470611, "582517836"], [1702470635, "585011448"], [1702470662, "585408070"], [1702470686, "586151105"], [1702470719, "587115324"], [1702470746, "592857606"], [1702470812, "594391107"], [1702470845, "595680987"], [1702470875, "664546550"], [1702470899, "666188648"], [1702470953, "666457682"], [1702470983, "667174792"], [1702471025, "668484106"], [1702471067, "670204277"], [1702471169, "675248487"], [1702471193, "675347870"], [1702471226, "679657742"], [1702471265, "680392095"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "49837902"], [1702462721, "49837902"], [1702462736, "49837902"], [1702462751, "49945239"], [1702462763, "49945239"], [1702462793, "49945239"], [1702462808, "49945239"], [1702462829, "50923384"], [1702462844, "51449362"], [1702462865, "51449362"], [1702462880, "51449362"], [1702462904, "64925856"], [1702462919, "66523657"], [1702462952, "70291016"], [1702462973, "71267312"], [1702462988, "87066644"], [1702463045, "94246759"], [1702463081, "98629252"], [1702463114, "104886179"], [1702463150, "111849454"], [1702463186, "114184111"], [1702463216, "119682272"], [1702463240, "121907733"], [1702463273, "127348694"], [1702463324, "130302022"], [1702463354, "137874884"], [1702463381, "166285118"], [1702463417, "175969860"], [1702463453, "188529006"], [1702463477, "191739406"], [1702463510, "196814330"], [1702463537, "201516518"], [1702463570, "203176272"], [1702463591, "206993423"], [1702463621, "276665848"], [1702463657, "281921342"], [1702463693, "286470720"], [1702463729, "298063004"], [1702463765, "306026417"], [1702463798, "314892026"], [1702463846, "335847966"], [1702463873, "336327574"], [1702463906, "342568141"], [1702463948, "344565622"], [1702463984, "352448597"], [1702464014, "356030592"], [1702464050, "361462418"], [1702464086, "367901022"], [1702464122, "386848563"], [1702464155, "398322001"], [1702464194, "408985460"], [1702464230, "417257353"], [1702464263, "427718027"], [1702464299, "433829920"], [1702464332, "439815258"], [1702464356, "444567407"], [1702464392, "449119334"], [1702464425, "458084447"], [1702464455, "464185636"], [1702464479, "471542112"], [1702464509, "480679908"], [1702464533, "483326879"], [1702464569, "499067826"], [1702464605, "507644159"], [1702464635, "514458009"], [1702464671, "522810054"], [1702464716, "527928385"], [1702464743, "536879397"], [1702464776, "543125790"], [1702464812, "549135089"], [1702464836, "559126130"], [1702464869, "568889417"], [1702464905, "577259674"], [1702464926, "619261074"], [1702464956, "626259620"], [1702464992, "637034351"], [1702465016, "646016012"], [1702465049, "650945727"], [1702465085, "660571194"], [1702465118, "663907598"], [1702465145, "671594029"], [1702465178, "682013017"], [1702465208, "683901209"], [1702465241, "688497813"], [1702465298, "696440559"], [1702465334, "701655587"], [1702465367, "711080384"], [1702465394, "711601855"], [1702465418, "719889571"], [1702465445, "726478235"], [1702465481, "732629313"], [1702465517, "738511439"], [1702465550, "743915519"], [1702465586, "756169386"], [1702465619, "760563298"], [1702465658, "768565243"], [1702465706, "775512102"], [1702465754, "789810619"], [1702465787, "795380241"], [1702465823, "800882263"], [1702465856, "807529059"], [1702465880, "814758756"], [1702465910, "846143393"], [1702465952, "853608243"], [1702465988, "863531564"], [1702466015, "868444473"], [1702466030, "874483889"], [1702466060, "876453755"], [1702466078, "881527169"], [1702466138, "899004477"], [1702466168, "911877445"], [1702466204, "921676229"], [1702466237, "926698731"], [1702466261, "933197324"], [1702466291, "937373307"], [1702466327, "947389365"], [1702466360, "957146275"], [1702466384, "962409294"], [1702466417, "967939676"], [1702466441, "973954054"], [1702466471, "976399153"], [1702466507, "997350943"], [1702466540, "1005650887"], [1702466597, "1020373921"], [1702466633, "1023246830"], [1702466666, "1063574881"], [1702466705, "1076449854"], [1702466732, "1091410621"], [1702466765, "1101576717"], [1702466801, "1113308909"], [1702466852, "1124411151"], [1702466876, "1136537356"], [1702466918, "1143926762"], [1702466978, "1164184092"], [1702467014, "1198228362"], [1702467038, "1201942490"], [1702467068, "1207737638"], [1702467122, "1217982495"], [1702467158, "1222890786"], [1702467191, "1232025934"], [1702467221, "1252750256"], [1702467257, "1261934186"], [1702467299, "1271397479"], [1702467350, "1280367306"], [1702467386, "1290943627"], [1702467419, "1298909516"], [1702467455, "1310115783"], [1702467515, "1350274402"], [1702467542, "1361450157"], [1702467566, "1370887614"], [1702467599, "1377739649"], [1702467635, "1391161565"], [1702467668, "1400042548"], [1702467695, "1404782328"], [1702467716, "1411525724"], [1702467746, "1418627320"], [1702467800, "1471723234"], [1702467824, "1483861793"], [1702467908, "1510773006"], [1702467944, "1526443977"], [1702467968, "1534366396"], [1702468001, "1539037598"], [1702468031, "1545289207"], [1702468067, "1555054948"], [1702468085, "1566417410"], [1702468115, "1578748892"], [1702468151, "1584425740"], [1702468181, "1592931282"], [1702468208, "1601733274"], [1702468241, "1627974524"], [1702468256, "1637357425"], [1702468286, "1643309449"], [1702468322, "1659401953"], [1702468352, "1676692459"], [1702468388, "1689219645"], [1702468424, "1692912906"], [1702468457, "1701832169"], [1702468493, "1721683610"], [1702468517, "1737913281"], [1702468550, "1740482138"], [1702468586, "1763172643"], [1702468613, "1782600175"], [1702468637, "1789084826"], [1702468679, "1805685329"], [1702468721, "1818086578"], [1702468730, "1828339175"], [1702468766, "1833692351"], [1702468799, "1843789419"], [1702468835, "1854355904"], [1702468898, "1871129178"], [1702468934, "1897709392"], [1702468970, "1917200909"], [1702468994, "1930927116"], [1702469024, "1936771741"], [1702469060, "1942996517"], [1702469111, "1957136743"], [1702469144, "1969345944"], [1702469168, "1975892033"], [1702469204, "1989756767"], [1702469237, "1999904550"], [1702469273, "2008958525"], [1702469303, "2029990553"], [1702469336, "2043798364"], [1702469360, "2063105747"], [1702469387, "2071041491"], [1702469411, "2077682754"], [1702469435, "2087621302"], [1702469468, "2094646234"], [1702469504, "2110665811"], [1702469537, "2121925645"], [1702469573, "2126885947"], [1702469606, "2133468080"], [1702469633, "2138120398"], [1702469660, "2151103169"], [1702469684, "2158380779"], [1702469717, "2165670546"], [1702469753, "2187342398"], [1702469786, "2202569779"], [1702469816, "2208417079"], [1702469834, "2213621238"], [1702469864, "2223776104"], [1702469906, "2232879707"], [1702469936, "2243009677"], [1702469972, "2252426080"], [1702470005, "2256013033"], [1702470029, "2262603840"], [1702470065, "2272785246"], [1702470101, "2281414919"], [1702470131, "2304336473"], [1702470167, "2321202295"], [1702470203, "2338419898"], [1702470251, "2348886924"], [1702470278, "2357410744"], [1702470311, "2372854201"], [1702470347, "2380150846"], [1702470371, "2385049513"], [1702470404, "2389814315"], [1702470440, "2400563649"], [1702470476, "2411986532"], [1702470506, "2421974043"], [1702470542, "2437974325"], [1702470575, "2442384162"], [1702470611, "2460331965"], [1702470635, "2476262766"], [1702470662, "2481772305"], [1702470686, "2490503768"], [1702470719, "2493150725"], [1702470746, "2501438505"], [1702470812, "2518639931"], [1702470845, "2524125780"], [1702470875, "2529740128"], [1702470899, "2533367085"], [1702470953, "2542940328"], [1702470983, "2553225169"], [1702471025, "2557767474"], [1702471067, "2566555577"], [1702471169, "2592315824"], [1702471193, "2604553985"], [1702471226, "2614154215"], [1702471265, "2624850552"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "34255862"], [1702462721, "34645620"], [1702462736, "38596738"], [1702462751, "41044779"], [1702462763, "43688376"], [1702462793, "48128247"], [1702462808, "48473392"], [1702462829, "49393626"], [1702462844, "55870472"], [1702462865, "61293090"], [1702462880, "65147948"], [1702462904, "75539404"], [1702462919, "77554452"], [1702462952, "83351902"], [1702462973, "86332136"], [1702462988, "91558511"], [1702463045, "97792815"], [1702463081, "103359080"], [1702463114, "105330143"], [1702463150, "109114568"], [1702463186, "116415485"], [1702463216, "119655834"], [1702463240, "121677597"], [1702463273, "123202799"], [1702463324, "131944799"], [1702463354, "138189554"], [1702463381, "139630738"], [1702463417, "143436868"], [1702463453, "147087039"], [1702463477, "150880795"], [1702463510, "153993808"], [1702463537, "158948580"], [1702463570, "163500548"], [1702463591, "165748852"], [1702463621, "165748852"], [1702463657, "168558223"], [1702463693, "170666740"], [1702463729, "173716583"], [1702463765, "196731772"], [1702463798, "200267141"], [1702463846, "206475027"], [1702463873, "208853360"], [1702463906, "215499945"], [1702463948, "222733929"], [1702463984, "229131426"], [1702464014, "233101452"], [1702464050, "237070399"], [1702464086, "245778632"], [1702464122, "253155354"], [1702464155, "262969375"], [1702464194, "267277697"], [1702464230, "269415006"], [1702464263, "274544333"], [1702464299, "278834346"], [1702464332, "285134674"], [1702464356, "285770884"], [1702464392, "290407731"], [1702464425, "295005347"], [1702464455, "300530474"], [1702464479, "301733013"], [1702464509, "308881558"], [1702464533, "313947083"], [1702464569, "329961608"], [1702464605, "331876680"], [1702464635, "344701557"], [1702464671, "346379088"], [1702464716, "351785517"], [1702464743, "353638412"], [1702464776, "354889988"], [1702464812, "511844858"], [1702464836, "518921054"], [1702464869, "522542433"], [1702464905, "529056548"], [1702464926, "535141002"], [1702464956, "544527176"], [1702464992, "569298098"], [1702465016, "577905618"], [1702465049, "580227520"], [1702465085, "587546991"], [1702465118, "593313392"], [1702465145, "606559030"], [1702465178, "615016181"], [1702465208, "618720872"], [1702465241, "622496169"], [1702465298, "632313791"], [1702465334, "634887709"], [1702465367, "637771279"], [1702465394, "642940995"], [1702465418, "651730710"], [1702465445, "654867953"], [1702465481, "659941878"], [1702465517, "669023619"], [1702465550, "681212389"], [1702465586, "688386841"], [1702465619, "691882932"], [1702465658, "705436797"], [1702465706, "714912499"], [1702465754, "719014957"], [1702465787, "723173203"], [1702465823, "730329680"], [1702465856, "741656247"], [1702465880, "749298614"], [1702465910, "755905532"], [1702465952, "758504546"], [1702465988, "764166603"], [1702466015, "769663216"], [1702466030, "774177150"], [1702466060, "790782207"], [1702466078, "796203766"], [1702466138, "804441594"], [1702466168, "810623860"], [1702466204, "814538006"], [1702466237, "823163337"], [1702466261, "825521383"], [1702466291, "827675513"], [1702466327, "833333545"], [1702466360, "836339254"], [1702466384, "847002335"], [1702466417, "864407547"], [1702466441, "877524400"], [1702466471, "882491970"], [1702466507, "886334796"], [1702466540, "893943836"], [1702466597, "904264487"], [1702466633, "908980001"], [1702466666, "918466034"], [1702466705, "921414180"], [1702466732, "938017000"], [1702466765, "940784044"], [1702466801, "948954554"], [1702466852, "955716344"], [1702466876, "966563219"], [1702466918, "971307544"], [1702466978, "983156869"], [1702467014, "985463717"], [1702467038, "991467840"], [1702467068, "1001109207"], [1702467122, "1015710036"], [1702467158, "1028368214"], [1702467191, "1051987682"], [1702467221, "1060192429"], [1702467257, "1062088762"], [1702467299, "1067964144"], [1702467350, "1073227631"], [1702467386, "1079820130"], [1702467419, "1087758812"], [1702467455, "1096068990"], [1702467515, "1112049451"], [1702467542, "1125079159"], [1702467566, "1137553748"], [1702467599, "1142318163"], [1702467635, "1147962724"], [1702467668, "1150907549"], [1702467695, "1154856005"], [1702467716, "1158093364"], [1702467746, "1162164659"], [1702467800, "1200694952"], [1702467824, "1210567532"], [1702467908, "1275629299"], [1702467944, "1284035011"], [1702467968, "1292985355"], [1702468001, "1294268725"], [1702468031, "1300028361"], [1702468067, "1303999939"], [1702468085, "1308385389"], [1702468115, "1312001895"], [1702468151, "1318149811"], [1702468181, "1336309234"], [1702468208, "1344575574"], [1702468241, "1365420932"], [1702468256, "1375608169"], [1702468286, "1384513855"], [1702468322, "1389485717"], [1702468352, "1399410846"], [1702468388, "1404938953"], [1702468424, "1411610908"], [1702468457, "1426580280"], [1702468493, "1435953378"], [1702468517, "1449937686"], [1702468550, "1454486203"], [1702468586, "1462430321"], [1702468613, "1468240523"], [1702468637, "1476447093"], [1702468679, "1492821152"], [1702468721, "1499740202"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "465256"], [1702462721, "465256"], [1702462736, "1573023"], [1702462751, "1573023"], [1702462763, "1573023"], [1702462793, "1573023"], [1702462808, "1573023"], [1702462829, "2254729"], [1702462844, "2605127"], [1702462865, "2941335"], [1702462880, "2941335"], [1702462904, "2941335"], [1702462919, "2941335"], [1702462952, "3313882"], [1702462973, "3313882"], [1702462988, "3740493"], [1702463045, "3740493"], [1702463081, "4710185"], [1702463114, "4813748"], [1702463150, "4813748"], [1702463186, "4813748"], [1702463216, "4813748"], [1702463240, "4867073"], [1702463273, "4867073"], [1702463324, "5275643"], [1702463354, "5711747"], [1702463381, "5711747"], [1702463417, "6357449"], [1702463453, "6770933"], [1702463477, "6770933"], [1702463510, "7077766"], [1702463537, "10431413"], [1702463570, "10431413"], [1702463591, "10431413"], [1702463621, "10431413"], [1702463657, "11398671"], [1702463693, "11589514"], [1702463729, "12021119"], [1702463765, "12101287"], [1702463798, "12470417"], [1702463846, "12801029"], [1702463873, "13333064"], [1702463906, "13333064"], [1702463948, "13735356"], [1702463984, "13735356"], [1702464014, "14133886"], [1702464050, "14133886"], [1702464086, "14133886"], [1702464122, "14133886"], [1702464155, "14133886"], [1702464194, "14965646"], [1702464230, "14965646"], [1702464263, "15435338"], [1702464299, "15435338"], [1702464332, "15694800"], [1702464356, "15694800"], [1702464392, "15694800"], [1702464425, "15694800"], [1702464455, "16231059"], [1702464479, "16231059"], [1702464509, "16231059"], [1702464533, "16231059"], [1702464569, "16231059"], [1702464605, "16545318"], [1702464635, "16545318"], [1702464671, "16545318"], [1702464716, "16825571"], [1702464743, "16825571"], [1702464776, "16926434"], [1702464812, "17210770"], [1702464836, "17210770"], [1702464869, "17210770"], [1702464905, "17210770"], [1702464926, "17210770"], [1702464956, "17210770"], [1702464992, "17210770"], [1702465016, "17210770"], [1702465049, "17365727"], [1702465085, "17674637"], [1702465118, "17977453"], [1702465145, "17977453"], [1702465178, "17977453"], [1702465208, "17977453"], [1702465241, "17977453"], [1702465298, "18335428"], [1702465334, "18669782"], [1702465367, "18669782"], [1702465394, "18669782"], [1702465418, "18669782"], [1702465445, "19040409"], [1702465481, "19040409"], [1702465517, "19345609"], [1702465550, "19345609"], [1702465586, "19345609"], [1702465619, "19345609"], [1702465658, "19345609"], [1702465706, "19434118"], [1702465754, "19750095"], [1702465787, "19750095"], [1702465823, "20046609"], [1702465856, "20046609"], [1702465880, "20046609"], [1702465910, "20348675"], [1702465952, "20348675"], [1702465988, "20881188"], [1702466015, "20881188"], [1702466030, "20881188"], [1702466060, "21198419"], [1702466078, "21198419"], [1702466138, "21198419"], [1702466168, "21198419"], [1702466204, "21198419"], [1702466237, "21581037"], [1702466261, "21581037"], [1702466291, "21581037"], [1702466327, "21581037"], [1702466360, "21581037"], [1702466384, "21581037"], [1702466417, "21581037"], [1702466441, "21581037"], [1702466471, "21581037"], [1702466507, "21581037"], [1702466540, "21581037"], [1702466597, "21858195"], [1702466633, "21858195"], [1702466666, "21858195"], [1702466705, "21858195"], [1702466732, "22555492"], [1702466765, "22555492"], [1702466801, "22555492"], [1702466852, "22862080"], [1702466876, "22862080"], [1702466918, "23239704"], [1702466978, "23667875"], [1702467014, "23667875"], [1702467038, "23667875"], [1702467068, "23667875"], [1702467122, "23667875"], [1702467158, "23667875"], [1702467191, "23667875"], [1702467221, "23667875"], [1702467257, "24358840"], [1702467299, "24358840"], [1702467350, "24358840"], [1702467386, "24821086"], [1702467419, "24821086"], [1702467455, "25104287"], [1702467515, "25899601"], [1702467542, "26190809"], [1702467566, "26190809"], [1702467599, "26190809"], [1702467635, "26190809"], [1702467668, "26190809"], [1702467695, "26190809"], [1702467716, "26190809"], [1702467746, "26811855"], [1702467800, "26811855"], [1702467824, "26811855"], [1702467908, "26811855"], [1702467944, "26811855"], [1702467968, "27439167"], [1702468001, "27439167"], [1702468031, "27439167"], [1702468067, "27762124"], [1702468085, "27762124"], [1702468115, "27762124"], [1702468151, "28183488"], [1702468181, "29130571"], [1702468208, "29524669"], [1702468241, "29524669"], [1702468256, "29524669"], [1702468286, "29524669"], [1702468322, "29524669"], [1702468352, "29764223"], [1702468388, "30076195"], [1702468424, "30173371"], [1702468457, "30652004"], [1702468493, "31018688"], [1702468517, "31018688"], [1702468550, "31018688"], [1702468586, "31018688"], [1702468613, "31018688"], [1702468637, "31841843"], [1702468679, "31841843"], [1702468721, "31841843"], [1702468730, "31841843"], [1702468766, "31841843"], [1702468799, "31841843"], [1702468835, "31912983"], [1702468898, "32195223"], [1702468934, "32195223"], [1702468970, "32195223"], [1702468994, "32195223"], [1702469024, "32195223"], [1702469060, "32195223"], [1702469111, "32195223"], [1702469144, "32195223"], [1702469168, "32195223"], [1702469204, "32195223"], [1702469237, "34132616"], [1702469273, "34132616"], [1702469303, "34229203"], [1702469336, "34229203"], [1702469360, "34229203"], [1702469387, "34229203"], [1702469411, "34229203"], [1702469435, "34385395"], [1702469468, "34385395"], [1702469504, "34385395"], [1702469537, "34385395"], [1702469573, "34713634"], [1702469606, "34713634"], [1702469633, "34713634"], [1702469660, "34713634"], [1702469684, "34713634"], [1702469717, "34713634"], [1702469753, "34713634"], [1702469786, "34713634"], [1702469816, "35201555"], [1702469834, "35201555"], [1702469864, "35201555"], [1702469906, "35201555"], [1702469936, "35201555"], [1702469972, "35201555"], [1702470005, "35201555"], [1702470029, "35201555"], [1702470065, "35201555"], [1702470101, "35201555"], [1702470131, "35201555"], [1702470167, "36203125"], [1702470203, "36203125"], [1702470251, "36203125"], [1702470278, "36203125"], [1702470311, "36203125"], [1702470347, "36203125"], [1702470371, "36203125"], [1702470404, "36319211"], [1702470440, "36319211"], [1702470476, "36609579"], [1702470506, "36938063"], [1702470542, "36938063"], [1702470575, "37543282"], [1702470611, "37543282"], [1702470635, "37543282"], [1702470662, "37543282"], [1702470686, "37543282"], [1702470719, "37543282"], [1702470746, "37543282"], [1702470812, "38084902"], [1702470845, "38084902"], [1702470875, "38084902"], [1702470899, "38084902"], [1702470953, "38084902"], [1702470983, "38084902"], [1702471025, "38084902"], [1702471067, "38468374"], [1702471169, "38468374"], [1702471193, "38468374"], [1702471226, "38468374"], [1702471265, "38468374"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "2094537533"], [1702462721, "2200305263"], [1702462736, "2274205293"], [1702462751, "2315399849"], [1702462763, "2586287780"], [1702462793, "2636042783"], [1702462808, "2710722149"], [1702462829, "2785820236"], [1702462844, "2898280836"], [1702462865, "2970542539"], [1702462880, "3074292736"], [1702462904, "3247225217"], [1702462919, "3290919941"], [1702462952, "3555612516"], [1702462973, "3650386795"], [1702462988, "3805314349"], [1702463045, "4122448134"], [1702463081, "4358678933"], [1702463114, "4518593760"], [1702463150, "4741912355"], [1702463186, "4946284234"], [1702463216, "5147581954"], [1702463240, "5303454266"], [1702463273, "5401716610"], [1702463324, "5941225619"], [1702463354, "6183643759"], [1702463381, "6382426333"], [1702463417, "6631869895"], [1702463453, "6861202248"], [1702463477, "7092395590"], [1702463510, "7381253501"], [1702463537, "7532570703"], [1702463570, "7683469029"], [1702463591, "7843961938"], [1702463621, "7967418417"], [1702463657, "8161402559"], [1702463693, "8361080299"], [1702463729, "8585256938"], [1702463765, "8854733274"], [1702463798, "9094808083"], [1702463846, "9302303655"], [1702463873, "9514469781"], [1702463906, "9770263015"], [1702463948, "10007199470"], [1702463984, "10161700198"], [1702464014, "10329446274"], [1702464050, "10546181003"], [1702464086, "10731126356"], [1702464122, "10992269890"], [1702464155, "11165632931"], [1702464194, "11687286650"], [1702464230, "11850786129"], [1702464263, "12125016097"], [1702464299, "12364052000"], [1702464332, "12531106537"], [1702464356, "12643066178"], [1702464392, "12805175389"], [1702464425, "13061269004"], [1702464455, "13289922100"], [1702464479, "13543015656"], [1702464509, "13732342985"], [1702464533, "13905307752"], [1702464569, "14124417123"], [1702464605, "14345150021"], [1702464635, "14526681198"], [1702464671, "14760888112"], [1702464716, "14920863175"], [1702464743, "15108020074"], [1702464776, "15431211002"], [1702464812, "15580910970"], [1702464836, "15739554389"], [1702464869, "15880012165"], [1702464905, "16068042924"], [1702464926, "16203670160"], [1702464956, "16351136035"], [1702464992, "16593170693"], [1702465016, "16785013593"], [1702465049, "16903716597"], [1702465085, "17101650156"], [1702465118, "17347063646"], [1702465145, "17542107798"], [1702465178, "17706488189"], [1702465208, "17875200423"], [1702465241, "18071490213"], [1702465298, "18459631726"], [1702465334, "18699888332"], [1702465367, "18842802193"], [1702465394, "18956440239"], [1702465418, "19108794478"], [1702465445, "19276282838"], [1702465481, "19469922929"], [1702465517, "19689615197"], [1702465550, "19937425673"], [1702465586, "21011564914"], [1702465619, "21136498011"], [1702465658, "21482679204"], [1702465706, "21641624370"], [1702465754, "21958425991"], [1702465787, "22154541332"], [1702465823, "22336035978"], [1702465856, "22483301681"], [1702465880, "22574235207"], [1702465910, "22755029509"], [1702465952, "22957774424"], [1702465988, "23181946259"], [1702466015, "23417432358"], [1702466030, "23608799313"], [1702466060, "23728723903"], [1702466078, "24418425747"], [1702466138, "24662752702"], [1702466168, "24862614897"], [1702466204, "25061340749"], [1702466237, "25265010058"], [1702466261, "25472862842"], [1702466291, "25624543122"], [1702466327, "25826670206"], [1702466360, "26112935351"], [1702466384, "26337392028"], [1702466417, "26601549683"], [1702466441, "26784129091"], [1702466471, "26930959978"], [1702466507, "27117365001"], [1702466540, "27286084691"], [1702466597, "27599511597"], [1702466633, "27753384005"], [1702466666, "27877912131"], [1702466705, "28158937450"], [1702466732, "28472948815"], [1702466765, "28765284979"], [1702466801, "28968961321"], [1702466852, "29409027287"], [1702466876, "29846572823"], [1702466918, "30070130923"], [1702466978, "30388676237"], [1702467014, "30619955464"], [1702467038, "30830401758"], [1702467068, "31026862715"], [1702467122, "31645561259"], [1702467158, "31888365450"], [1702467191, "32835979208"], [1702467221, "33051062936"], [1702467257, "33294751409"], [1702467299, "33561805862"], [1702467350, "33900398156"], [1702467386, "34230283026"], [1702467419, "34585517894"], [1702467455, "35067399380"], [1702467515, "35768284205"], [1702467542, "36010145250"], [1702467566, "36385557741"], [1702467599, "36522400347"], [1702467635, "36741957845"], [1702467668, "36957247045"], [1702467695, "37114338657"], [1702467716, "37305905998"], [1702467746, "37547758497"], [1702467800, "38133166593"], [1702467824, "38614120031"], [1702467908, "39510764627"], [1702467944, "39878911746"], [1702467968, "40207595019"], [1702468001, "41236893096"], [1702468031, "41388652826"], [1702468067, "41576420243"], [1702468085, "41842227398"], [1702468115, "42009065290"], [1702468151, "42309312046"], [1702468181, "42859654260"], [1702468208, "43234115362"], [1702468241, "43910094381"], [1702468256, "44242040085"], [1702468286, "44481495704"], [1702468322, "44881854999"], [1702468352, "45363569913"], [1702468388, "45649480353"], [1702468424, "45794829318"], [1702468457, "46062101349"], [1702468493, "46362008621"], [1702468517, "46765318767"], [1702468550, "47236858047"], [1702468586, "47621954787"], [1702468613, "48063466889"], [1702468637, "48323832612"], [1702468679, "48678712554"], [1702468721, "48958094536"], [1702468730, "49083950489"], [1702468766, "49267398637"], [1702468799, "49433810426"], [1702468835, "49730937929"], [1702468898, "50171482987"], [1702468934, "50685439810"], [1702468970, "51350247202"], [1702468994, "51847222447"], [1702469024, "52112501754"], [1702469060, "52561960874"], [1702469111, "53030031679"], [1702469144, "53252017847"], [1702469168, "53426522748"], [1702469204, "53655517408"], [1702469237, "53915919601"], [1702469273, "54305922928"], [1702469303, "54768120275"], [1702469336, "55339677136"], [1702469360, "55704200150"], [1702469387, "55970977170"], [1702469411, "56240219407"], [1702469435, "56505978411"], [1702469468, "56741313735"], [1702469504, "57049060856"], [1702469537, "57258417247"], [1702469573, "58319244255"], [1702469606, "58518820655"], [1702469633, "58698065820"], [1702469660, "58940227049"], [1702469684, "59239185333"], [1702469717, "59604360302"], [1702469753, "59953699044"], [1702469786, "60281920099"], [1702469816, "60550670016"], [1702469834, "60848359146"], [1702469864, "61020673683"], [1702469906, "61428226791"], [1702469936, "61609382303"], [1702469972, "61868622314"], [1702470005, "62129371296"], [1702470029, "62318480585"], [1702470065, "62606178704"], [1702470101, "62905827645"], [1702470131, "63254606563"], [1702470167, "63683365894"], [1702470203, "64139592303"], [1702470251, "64671451151"], [1702470278, "65068403356"], [1702470311, "65364776545"], [1702470347, "65642536957"], [1702470371, "65830643796"], [1702470404, "66016105796"], [1702470440, "66205340819"], [1702470476, "66417017820"], [1702470506, "66692448564"], [1702470542, "67085842167"], [1702470575, "67334742437"], [1702470611, "67724802336"], [1702470635, "68190955032"], [1702470662, "68416948066"], [1702470686, "68670923458"], [1702470719, "68833633684"], [1702470746, "69123561946"], [1702470812, "69569989563"], [1702470845, "69826794251"], [1702470875, "70046648178"], [1702470899, "70262529204"], [1702470953, "70517328133"], [1702470983, "70709129617"], [1702471025, "70946752559"], [1702471067, "71283773659"], [1702471169, "71774160006"], [1702471193, "71934932894"], [1702471226, "72696898835"], [1702471265, "72914080308"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "48921699"], [1702462721, "74464613"], [1702462736, "74464613"], [1702462751, "77708277"], [1702462763, "77968267"], [1702462793, "79259870"], [1702462808, "80665427"], [1702462829, "84296289"], [1702462844, "88661343"], [1702462865, "92210808"], [1702462880, "97806526"], [1702462904, "103697594"], [1702462919, "108094602"], [1702462952, "118147210"], [1702462973, "118803022"], [1702462988, "123045765"], [1702463045, "133461642"], [1702463081, "136936692"], [1702463114, "141356056"], [1702463150, "148131263"], [1702463186, "156396640"], [1702463216, "184162260"], [1702463240, "185741005"], [1702463273, "187852890"], [1702463324, "195173030"], [1702463354, "200693478"], [1702463381, "202484784"], [1702463417, "211545979"], [1702463453, "223328118"], [1702463477, "257247215"], [1702463510, "263997411"], [1702463537, "441290132"], [1702463570, "451124397"], [1702463591, "464380385"], [1702463621, "471175787"], [1702463657, "485275996"], [1702463693, "500236918"], [1702463729, "517791332"], [1702463765, "530000150"], [1702463798, "538636040"], [1702463846, "546123751"], [1702463873, "554624143"], [1702463906, "567819346"], [1702463948, "591369869"], [1702463984, "604796522"], [1702464014, "617833022"], [1702464050, "631018521"], [1702464086, "643860577"], [1702464122, "666273912"], [1702464155, "677404344"], [1702464194, "698951752"], [1702464230, "707732811"], [1702464263, "720980226"], [1702464299, "730151015"], [1702464332, "739293110"], [1702464356, "741401967"], [1702464392, "751911948"], [1702464425, "761842169"], [1702464455, "768044464"], [1702464479, "780605366"], [1702464509, "793912425"], [1702464533, "806789153"], [1702464569, "825009907"], [1702464605, "837269185"], [1702464635, "848979155"], [1702464671, "863920810"], [1702464716, "877423898"], [1702464743, "891778634"], [1702464776, "899629549"], [1702464812, "909526673"], [1702464836, "926410745"], [1702464869, "947124355"], [1702464905, "1024506389"], [1702464926, "1039988490"], [1702464956, "1053598723"], [1702464992, "1063505327"], [1702465016, "1073547889"], [1702465049, "1078662654"], [1702465085, "1089540877"], [1702465118, "1099881977"], [1702465145, "1105515367"], [1702465178, "1114289868"], [1702465208, "1126642743"], [1702465241, "1144889605"], [1702465298, "1173861449"], [1702465334, "1193048858"], [1702465367, "1204813430"], [1702465394, "1209687930"], [1702465418, "1215875499"], [1702465445, "1231385637"], [1702465481, "1245625453"], [1702465517, "1256890780"], [1702465550, "1267567767"], [1702465586, "1286940032"], [1702465619, "1303669668"], [1702465658, "1321477880"], [1702465706, "1337298313"], [1702465754, "1384572658"], [1702465787, "1404755295"], [1702465823, "1421816619"], [1702465856, "1432908773"], [1702465880, "1446812791"], [1702465910, "1470727998"], [1702465952, "1483259740"], [1702465988, "1494092748"], [1702466015, "1500754943"], [1702466030, "1514985932"], [1702466060, "1530136049"], [1702466078, "1542163382"], [1702466138, "1561529318"], [1702466168, "1576372040"], [1702466204, "1585021739"], [1702466237, "1601123043"], [1702466261, "1612324638"], [1702466291, "1620058050"], [1702466327, "1637132531"], [1702466360, "1658827218"], [1702466384, "1669052044"], [1702466417, "1679967871"], [1702466441, "1692453275"], [1702466471, "1701853472"], [1702466507, "1726726615"], [1702466540, "1733540982"], [1702466597, "1761206928"], [1702466633, "1783705509"], [1702466666, "1788822326"], [1702466705, "1806337768"], [1702466732, "1817550886"], [1702466765, "1837725526"], [1702466801, "1848866330"], [1702466852, "1865506135"], [1702466876, "1878186170"], [1702466918, "1900238773"], [1702466978, "1929217815"], [1702467014, "1945531319"], [1702467038, "1965846654"], [1702467068, "1979417382"], [1702467122, "1992851060"], [1702467158, "2018459912"], [1702467191, "2035642380"], [1702467221, "2046690245"], [1702467257, "2071844880"], [1702467299, "2087041123"], [1702467350, "2104188574"], [1702467386, "2117300171"], [1702467419, "2144764183"], [1702467455, "2173614522"], [1702467515, "2216491840"], [1702467542, "2235875587"], [1702467566, "2253612050"], [1702467599, "2263936819"], [1702467635, "2277041330"], [1702467668, "2287101071"], [1702467695, "2300003385"], [1702467716, "2314133701"], [1702467746, "2326357113"], [1702467800, "2371191295"], [1702467824, "2410439597"], [1702467908, "2477169608"], [1702467944, "2507144615"], [1702467968, "2526967787"], [1702468001, "2536987005"], [1702468031, "2538294744"], [1702468067, "2548532897"], [1702468085, "2563555914"], [1702468115, "2571633171"], [1702468151, "2602623448"], [1702468181, "2647345419"], [1702468208, "2658435629"], [1702468241, "2702259231"], [1702468256, "2826965426"], [1702468286, "2849614036"], [1702468322, "2862450940"], [1702468352, "2883492745"], [1702468388, "2899886976"], [1702468424, "2911052190"], [1702468457, "2919283186"], [1702468493, "2940116693"], [1702468517, "2972723589"], [1702468550, "2985410968"], [1702468586, "3006318627"], [1702468613, "3036647615"], [1702468637, "3049534062"], [1702468679, "3080929690"], [1702468721, "3102237182"], [1702468730, "3110344828"], [1702468766, "3118069167"], [1702468799, "3126191460"], [1702468835, "3134806506"], [1702468898, "3175739215"], [1702468934, "3209651930"], [1702468970, "3246923757"], [1702468994, "3261544169"], [1702469024, "3270402412"], [1702469060, "3293666275"], [1702469111, "3315803020"], [1702469144, "3343804660"], [1702469168, "3350014036"], [1702469204, "3357698786"], [1702469237, "3367304341"], [1702469273, "3372801620"], [1702469303, "3390696312"], [1702469336, "3425928902"], [1702469360, "3458862328"], [1702469387, "3469551983"], [1702469411, "3486962402"], [1702469435, "3498010829"], [1702469468, "3514693704"], [1702469504, "3531119148"], [1702469537, "3553432438"], [1702469573, "3561196198"], [1702469606, "3576286093"], [1702469633, "3581304938"], [1702469660, "3609567799"], [1702469684, "3638506241"], [1702469717, "3654952327"], [1702469753, "3673215800"], [1702469786, "3691458920"], [1702469816, "3703916973"], [1702469834, "3722830215"], [1702469864, "3728659962"], [1702469906, "3761123704"], [1702469936, "3768077991"], [1702469972, "3784186950"], [1702470005, "3790301693"], [1702470029, "3795069170"], [1702470065, "4025339849"], [1702470101, "4051740728"], [1702470131, "4070494781"], [1702470167, "4097187943"], [1702470203, "4108913683"], [1702470251, "4136230641"], [1702470278, "4152910869"], [1702470311, "4167027840"], [1702470347, "4190474916"], [1702470371, "4206060112"], [1702470404, "4216392080"], [1702470440, "4228199500"], [1702470476, "4248452399"], [1702470506, "4261969073"], [1702470542, "4284224198"], [1702470575, "4298436031"], [1702470611, "4324670582"], [1702470635, "4351766115"], [1702470662, "4367698945"], [1702470686, "4408463999"], [1702470719, "4422726286"], [1702470746, "4437183249"], [1702470812, "4472865085"], [1702470845, "4489028373"], [1702470875, "4506814353"], [1702470899, "4521399026"], [1702470953, "4535776416"], [1702470983, "4547704578"], [1702471025, "4556125525"], [1702471067, "4575995421"], [1702471169, "4616547305"], [1702471193, "4623935798"], [1702471226, "4648449784"], [1702471265, "4668845946"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "205493"], [1702462808, "205493"], [1702462829, "205493"], [1702462844, "205493"], [1702462865, "205493"], [1702462880, "205493"], [1702462904, "205493"], [1702462919, "205493"], [1702462952, "205493"], [1702462973, "205493"], [1702462988, "205493"], [1702463045, "205493"], [1702463081, "205493"], [1702463114, "205493"], [1702463150, "205493"], [1702463186, "205493"], [1702463216, "205493"], [1702463240, "205493"], [1702463273, "205493"], [1702463324, "205493"], [1702463354, "205493"], [1702463381, "205493"], [1702463417, "205493"], [1702463453, "205493"], [1702463477, "205493"], [1702463510, "205493"], [1702463537, "205493"], [1702463570, "205493"], [1702463591, "205493"], [1702463621, "205493"], [1702463657, "205493"], [1702463693, "205493"], [1702463729, "205493"], [1702463765, "205493"], [1702463798, "205493"], [1702463846, "205493"], [1702463873, "205493"], [1702463906, "205493"], [1702463948, "205493"], [1702463984, "205493"], [1702464014, "205493"], [1702464050, "205493"], [1702464086, "205493"], [1702464122, "205493"], [1702464155, "205493"], [1702464194, "205493"], [1702464230, "205493"], [1702464263, "205493"], [1702464299, "205493"], [1702464332, "205493"], [1702464356, "205493"], [1702464392, "205493"], [1702464425, "205493"], [1702464455, "205493"], [1702464479, "205493"], [1702464509, "205493"], [1702464533, "205493"], [1702464569, "205493"], [1702464605, "205493"], [1702464635, "205493"], [1702464671, "205493"], [1702464716, "205493"], [1702464743, "205493"], [1702464776, "205493"], [1702464812, "205493"], [1702464836, "205493"], [1702464869, "205493"], [1702464905, "205493"], [1702464926, "205493"], [1702464956, "205493"], [1702464992, "205493"], [1702465016, "205493"], [1702465049, "205493"], [1702465085, "205493"], [1702465118, "205493"], [1702465145, "205493"], [1702465178, "205493"], [1702465208, "205493"], [1702465241, "205493"], [1702465298, "205493"], [1702465334, "205493"], [1702465367, "205493"], [1702465394, "205493"], [1702465418, "205493"], [1702465445, "205493"], [1702465481, "205493"], [1702465517, "205493"], [1702465550, "205493"], [1702465586, "205493"], [1702465619, "205493"], [1702465658, "205493"], [1702465706, "205493"], [1702465754, "205493"], [1702465787, "205493"], [1702465823, "205493"], [1702465856, "205493"], [1702465880, "205493"], [1702465910, "205493"], [1702465952, "205493"], [1702465988, "205493"], [1702466015, "205493"], [1702466030, "205493"], [1702466060, "205493"], [1702466078, "205493"], [1702466138, "205493"], [1702466168, "205493"], [1702466204, "205493"], [1702466237, "205493"], [1702466261, "205493"], [1702466291, "205493"], [1702466327, "205493"], [1702466360, "205493"], [1702466384, "205493"], [1702466417, "205493"], [1702466441, "205493"], [1702466471, "205493"], [1702466507, "205493"], [1702466540, "205493"], [1702466597, "205493"], [1702466633, "205493"], [1702466666, "205493"], [1702466705, "205493"], [1702466732, "205493"], [1702466765, "205493"], [1702466801, "205493"], [1702466852, "205493"], [1702466876, "205493"], [1702466918, "205493"], [1702466978, "205493"], [1702467014, "205493"], [1702467038, "205493"], [1702467068, "205493"], [1702467122, "205493"], [1702467158, "205493"], [1702467191, "438571"], [1702467221, "438571"], [1702467257, "438571"], [1702467299, "438571"], [1702467350, "438571"], [1702467386, "438571"], [1702467419, "438571"], [1702467455, "438571"], [1702467515, "785542"], [1702467542, "785542"], [1702467566, "785542"], [1702467599, "785542"], [1702467635, "785542"], [1702467668, "785542"], [1702467695, "785542"], [1702467716, "785542"], [1702467746, "785542"], [1702467800, "785542"], [1702467824, "785542"], [1702467908, "785542"], [1702467944, "785542"], [1702467968, "785542"], [1702468001, "785542"], [1702468031, "785542"], [1702468067, "785542"], [1702468085, "785542"], [1702468115, "785542"], [1702468151, "785542"], [1702468181, "785542"], [1702468208, "785542"], [1702468241, "785542"], [1702468256, "785542"], [1702468286, "785542"], [1702468322, "785542"], [1702468352, "785542"], [1702468388, "785542"], [1702468424, "785542"], [1702468457, "785542"], [1702468493, "785542"], [1702468517, "785542"], [1702468550, "785542"], [1702468586, "785542"], [1702468613, "785542"], [1702468637, "785542"], [1702468679, "785542"], [1702468721, "785542"], [1702468730, "785542"], [1702468766, "785542"], [1702468799, "785542"], [1702468835, "785542"], [1702468898, "785542"], [1702468934, "785542"], [1702468970, "785542"], [1702468994, "785542"], [1702469024, "785542"], [1702469060, "785542"], [1702469111, "785542"], [1702469144, "785542"], [1702469168, "785542"], [1702469204, "785542"], [1702469237, "785542"], [1702469273, "785542"], [1702469303, "785542"], [1702469336, "785542"], [1702469360, "785542"], [1702469387, "785542"], [1702469411, "785542"], [1702469435, "785542"], [1702469468, "785542"], [1702469504, "785542"], [1702469537, "785542"], [1702469573, "785542"], [1702469606, "785542"], [1702469633, "785542"], [1702469660, "785542"], [1702469684, "785542"], [1702469717, "785542"], [1702469753, "785542"], [1702469786, "785542"], [1702469816, "785542"], [1702469834, "785542"], [1702469864, "785542"], [1702469906, "785542"], [1702469936, "785542"], [1702469972, "785542"], [1702470005, "785542"], [1702470029, "785542"], [1702470065, "785542"], [1702470101, "785542"], [1702470131, "785542"], [1702470167, "785542"], [1702470203, "785542"], [1702470251, "785542"], [1702470278, "785542"], [1702470311, "785542"], [1702470347, "785542"], [1702470371, "785542"], [1702470404, "785542"], [1702470440, "785542"], [1702470476, "785542"], [1702470506, "785542"], [1702470542, "785542"], [1702470575, "785542"], [1702470611, "785542"], [1702470635, "785542"], [1702470662, "785542"], [1702470686, "785542"], [1702470719, "785542"], [1702470746, "785542"], [1702470812, "785542"], [1702470845, "785542"], [1702470875, "785542"], [1702470899, "785542"], [1702470953, "785542"], [1702470983, "785542"], [1702471025, "785542"], [1702471067, "785542"], [1702471169, "785542"], [1702471193, "785542"], [1702471226, "785542"], [1702471265, "785542"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "18566633"], [1702462988, "20923899"], [1702463045, "27451701"], [1702463081, "29896351"], [1702463114, "30695391"], [1702463150, "35430019"], [1702463186, "35862595"], [1702463216, "38268662"], [1702463240, "39578534"], [1702463273, "41079946"], [1702463324, "42580078"], [1702463354, "43230508"], [1702463381, "45276656"], [1702463417, "51752293"], [1702463453, "54820950"], [1702463477, "59243498"], [1702463510, "61479607"], [1702463537, "62467115"], [1702463570, "62991099"], [1702463591, "63585785"], [1702463621, "64170898"], [1702463657, "65297101"], [1702463693, "67282673"], [1702463729, "69382857"], [1702463765, "70401679"], [1702463798, "72823998"], [1702463846, "75646148"], [1702463873, "78880289"], [1702463906, "82455353"], [1702463948, "84888449"], [1702463984, "86852372"], [1702464014, "88135206"], [1702464050, "88983506"], [1702464086, "91190159"], [1702464122, "93177770"], [1702464155, "93712749"], [1702464194, "95055191"], [1702464230, "96770206"], [1702464263, "99062635"], [1702464299, "108881575"], [1702464332, "112951332"], [1702464356, "114771772"], [1702464392, "118013187"], [1702464425, "119983680"], [1702464455, "120509259"], [1702464479, "122067500"], [1702464509, "123474903"], [1702464533, "125694724"], [1702464569, "128168179"], [1702464605, "131683154"], [1702464635, "133225628"], [1702464671, "134536621"], [1702464716, "135786131"], [1702464743, "137895645"], [1702464776, "139820258"], [1702464812, "142540331"], [1702464836, "144502064"], [1702464869, "145499954"], [1702464905, "147448945"], [1702464926, "148768451"], [1702464956, "151220993"], [1702464992, "154678408"], [1702465016, "156788263"], [1702465049, "158179387"], [1702465085, "160131260"], [1702465118, "161483984"], [1702465145, "161842602"], [1702465178, "163026285"], [1702465208, "165747208"], [1702465241, "168408100"], [1702465298, "170854902"], [1702465334, "172589563"], [1702465367, "175716081"], [1702465394, "177551858"], [1702465418, "180642867"], [1702465445, "183665244"], [1702465481, "185111344"], [1702465517, "188366240"], [1702465550, "189366509"], [1702465586, "196633769"], [1702465619, "198735295"], [1702465658, "201184996"], [1702465706, "203365117"], [1702465754, "210540730"], [1702465787, "213053242"], [1702465823, "213815353"], [1702465856, "216592165"], [1702465880, "217240705"], [1702465910, "219015256"], [1702465952, "219705654"], [1702465988, "225747783"], [1702466015, "228984662"], [1702466030, "230199427"], [1702466060, "230199427"], [1702466078, "232650696"], [1702466138, "237639803"], [1702466168, "239054233"], [1702466204, "239927477"], [1702466237, "240599082"], [1702466261, "242814289"], [1702466291, "244963984"], [1702466327, "245740138"], [1702466360, "248093694"], [1702466384, "249281270"], [1702466417, "251602162"], [1702466441, "253869732"], [1702466471, "255934315"], [1702466507, "261080516"], [1702466540, "264229831"], [1702466597, "266940535"], [1702466633, "268234076"], [1702466666, "269666447"], [1702466705, "274203152"], [1702466732, "277490589"], [1702466765, "279797885"], [1702466801, "280992049"], [1702466852, "285650742"], [1702466876, "287797805"], [1702466918, "290137396"], [1702466978, "293660835"], [1702467014, "295532888"], [1702467038, "297109101"], [1702467068, "299124288"], [1702467122, "301780032"], [1702467158, "306083400"], [1702467191, "309935232"], [1702467221, "312372257"], [1702467257, "315260315"], [1702467299, "316255233"], [1702467350, "319713100"], [1702467386, "324159410"], [1702467419, "327352173"], [1702467455, "330144434"], [1702467515, "342253531"], [1702467542, "345900060"], [1702467566, "353772790"], [1702467599, "354804668"], [1702467635, "361022849"], [1702467668, "365171455"], [1702467695, "366034495"], [1702467716, "367592904"], [1702467746, "370948352"], [1702467800, "376806192"], [1702467824, "378921533"], [1702467908, "390922362"], [1702467944, "393264503"], [1702467968, "395649733"], [1702468001, "397001586"], [1702468031, "398875393"], [1702468067, "399090805"], [1702468085, "400716233"], [1702468115, "401382076"], [1702468151, "405067789"], [1702468181, "412696845"], [1702468208, "415059396"], [1702468241, "436028582"], [1702468256, "438682996"], [1702468286, "441682981"], [1702468322, "444221750"], [1702468352, "450837093"], [1702468388, "453501027"], [1702468424, "454827688"], [1702468457, "458410959"], [1702468493, "460135465"], [1702468517, "463092072"], [1702468550, "465931071"], [1702468586, "478280886"], [1702468613, "487665799"], [1702468637, "489454210"], [1702468679, "491069221"], [1702468721, "492100627"], [1702468730, "493222694"], [1702468766, "493824710"], [1702468799, "497078344"], [1702468835, "500254991"], [1702468898, "508248749"], [1702468934, "516941027"], [1702468970, "526759493"], [1702468994, "535860993"], [1702469024, "538749550"], [1702469060, "545288887"], [1702469111, "550612862"], [1702469144, "553162671"], [1702469168, "554022379"], [1702469204, "555222525"], [1702469237, "556889592"], [1702469273, "560644131"], [1702469303, "565519273"], [1702469336, "569338032"], [1702469360, "579278704"], [1702469387, "585828314"], [1702469411, "600252827"], [1702469435, "601255835"], [1702469468, "603516980"], [1702469504, "606449043"], [1702469537, "608195119"], [1702469573, "609426953"], [1702469606, "613049472"], [1702469633, "615110440"], [1702469660, "618453102"], [1702469684, "620204237"], [1702469717, "626175845"], [1702469753, "629701637"], [1702469786, "633087915"], [1702469816, "635105331"], [1702469834, "640390145"], [1702469864, "642431209"], [1702469906, "646396322"], [1702469936, "649002894"], [1702469972, "650699647"], [1702470005, "652850359"], [1702470029, "653547979"], [1702470065, "657576821"], [1702470101, "658324580"], [1702470131, "663585066"], [1702470167, "665402099"], [1702470203, "670466356"], [1702470251, "674984898"], [1702470278, "679600589"], [1702470311, "680970045"], [1702470347, "683654306"], [1702470371, "685148927"], [1702470404, "685874734"], [1702470440, "687668730"], [1702470476, "689017558"], [1702470506, "693370885"], [1702470542, "696132663"], [1702470575, "699335420"], [1702470611, "703063369"], [1702470635, "706548511"], [1702470662, "707386204"], [1702470686, "711197066"], [1702470719, "712559380"], [1702470746, "713874228"], [1702470812, "717191585"], [1702470845, "721889169"], [1702470875, "724082158"], [1702470899, "726271431"], [1702470953, "731015098"], [1702470983, "733405970"], [1702471025, "735840595"], [1702471067, "737654877"], [1702471169, "742340237"], [1702471193, "744001037"], [1702471226, "747342611"], [1702471265, "749737329"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8676132"], [1702462865, "8905566"], [1702462880, "9959593"], [1702462904, "13248449"], [1702462919, "13991844"], [1702462952, "16882072"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "3174145174"], [1702462721, "3291078960"], [1702462736, "3339273279"], [1702462751, "3408542450"], [1702462763, "3464910551"], [1702462793, "3667021089"], [1702462808, "3873482829"], [1702462829, "4003477435"], [1702462844, "4171901444"], [1702462865, "4224770817"], [1702462880, "4383962651"], [1702462904, "4774824360"], [1702462919, "4814583938"], [1702462952, "5293291031"], [1702462973, "5454224532"], [1702462988, "5614524558"], [1702463045, "6198968844"], [1702463081, "6790005601"], [1702463114, "7032260522"], [1702463150, "7324435740"], [1702463186, "7662706681"], [1702463216, "8006224076"], [1702463240, "8287952545"], [1702463273, "8502634865"], [1702463324, "8976276709"], [1702463354, "9156230182"], [1702463381, "9605517340"], [1702463417, "9973908648"], [1702463453, "10587846578"], [1702463477, "11046219928"], [1702463510, "11407974439"], [1702463537, "11673247825"], [1702463570, "11923653446"], [1702463591, "12199701224"], [1702463621, "12430325352"], [1702463657, "12783509150"], [1702463693, "13180769501"], [1702463729, "13459718275"], [1702463765, "13708409933"], [1702463798, "14182102290"], [1702463846, "14756148230"], [1702463873, "15379562863"], [1702463906, "15722598197"], [1702463948, "16313397901"], [1702463984, "16669248542"], [1702464014, "16896977728"], [1702464050, "17152414833"], [1702464086, "17498733209"], [1702464122, "17928125704"], [1702464155, "18341116845"], [1702464194, "18733577429"], [1702464230, "18987330010"], [1702464263, "19320857728"], [1702464299, "19710406044"], [1702464332, "19970076155"], [1702464356, "20422584185"], [1702464392, "20713019216"], [1702464425, "21045472387"], [1702464455, "21834946402"], [1702464479, "22134050917"], [1702464509, "22402701755"], [1702464533, "23133597543"], [1702464569, "23533212285"], [1702464605, "23877685281"], [1702464635, "24235386378"], [1702464671, "24566706483"], [1702464716, "25434327375"], [1702464743, "25742339064"], [1702464776, "26026652686"], [1702464812, "26472958394"], [1702464836, "26938202369"], [1702464869, "27203712274"], [1702464905, "27545493570"], [1702464926, "27768483020"], [1702464956, "28436944165"], [1702464992, "28737341319"], [1702465016, "29043002263"], [1702465049, "29531061464"], [1702465085, "29838804121"], [1702465118, "30030652398"], [1702465145, "30376437993"], [1702465178, "30567687937"], [1702465208, "30886673523"], [1702465241, "31319091372"], [1702465298, "31917443076"], [1702465334, "32198160457"], [1702465367, "32499346038"], [1702465394, "32693122610"], [1702465418, "33062901004"], [1702465445, "33281399066"], [1702465481, "33554477889"], [1702465517, "33869349957"], [1702465550, "34173713194"], [1702465586, "34831163729"], [1702465619, "35797559176"], [1702465658, "36258098637"], [1702465706, "36506023948"], [1702465754, "36917446608"], [1702465787, "37258181617"], [1702465823, "37512056305"], [1702465856, "37785110101"], [1702465880, "37974133358"], [1702465910, "38300686165"], [1702465952, "38610480425"], [1702465988, "38916028124"], [1702466015, "39278489614"], [1702466030, "39535722775"], [1702466060, "39758993477"], [1702466078, "40069553292"], [1702466138, "40477728052"], [1702466168, "40738661285"], [1702466204, "40998010312"], [1702466237, "41392002225"], [1702466261, "41765193024"], [1702466291, "41973311734"], [1702466327, "42294897138"], [1702466360, "42706962866"], [1702466384, "42965177794"], [1702466417, "43367317331"], [1702466441, "43713063515"], [1702466471, "43892393368"], [1702466507, "44243562451"], [1702466540, "44595677463"], [1702466597, "45136462218"], [1702466633, "45361982965"], [1702466666, "45556930563"], [1702466705, "45943013879"], [1702466732, "46346179130"], [1702466765, "46723088025"], [1702466801, "47079762186"], [1702466852, "47621355441"], [1702466876, "47899786486"], [1702466918, "48232580010"], [1702466978, "48838602884"], [1702467014, "49232886461"], [1702467038, "49581512045"], [1702467068, "49907202028"], [1702467122, "50512693851"], [1702467158, "50777515873"], [1702467191, "51196503410"], [1702467221, "51487409651"], [1702467257, "51861149849"], [1702467299, "52282960620"], [1702467350, "52877308717"], [1702467386, "53284871427"], [1702467419, "53758763056"], [1702467455, "54325824385"], [1702467515, "55332599412"], [1702467542, "55863922914"], [1702467566, "56393141153"], [1702467599, "56633541897"], [1702467635, "56999763416"], [1702467668, "57309774273"], [1702467695, "57578614470"], [1702467716, "57925628108"], [1702467746, "58338991130"], [1702467800, "59243664556"], [1702467824, "60324621771"], [1702467908, "61849588003"], [1702467944, "62237158159"], [1702467968, "62749506393"], [1702468001, "63020614619"], [1702468031, "63241371689"], [1702468067, "63654408422"], [1702468085, "64015466655"], [1702468115, "64286060053"], [1702468151, "64778445465"], [1702468181, "65463640813"], [1702468208, "65961433706"], [1702468241, "66805331130"], [1702468256, "67255924163"], [1702468286, "67689189078"], [1702468322, "68184480210"], [1702468352, "68648773890"], [1702468388, "68945245465"], [1702468424, "69293159022"], [1702468457, "69521458015"], [1702468493, "70079640801"], [1702468517, "70733426252"], [1702468550, "71117862323"], [1702468586, "71813839649"], [1702468613, "72641057299"], [1702468637, "73014547149"], [1702468679, "73445759692"], [1702468721, "73684922322"], [1702468730, "74903086061"], [1702468766, "75136588205"], [1702468799, "75434946101"], [1702468835, "75816155460"], [1702468898, "77487337110"], [1702468934, "78123208723"], [1702468970, "79083681623"], [1702468994, "79760530451"], [1702469024, "80101760629"], [1702469060, "80593847178"], [1702469111, "81196173529"], [1702469144, "81542745253"], [1702469168, "81778553205"], [1702469204, "82044527662"], [1702469237, "82383870680"], [1702469273, "82979463778"], [1702469303, "83756331659"], [1702469336, "84508810161"], [1702469360, "85229708296"], [1702469387, "85650012095"], [1702469411, "85976283786"], [1702469435, "86408101257"], [1702469468, "86758761719"], [1702469504, "87076776047"], [1702469537, "87484518837"], [1702469573, "87859390546"], [1702469606, "88259486830"], [1702469633, "88546965335"], [1702469660, "89075955099"], [1702469684, "89606705879"], [1702469717, "90193173495"], [1702469753, "90928473529"], [1702469786, "91452561693"], [1702469816, "91774147708"], [1702469834, "92355516719"], [1702469864, "92599836306"], [1702469906, "93170732251"], [1702469936, "93391203018"], [1702469972, "93683993168"], [1702470005, "94092824135"], [1702470029, "94291816110"], [1702470065, "94644967866"], [1702470101, "95174042535"], [1702470131, "95666554567"], [1702470167, "96095335547"], [1702470203, "96784828236"], [1702470251, "97690610917"], [1702470278, "98221161164"], [1702470311, "98715321442"], [1702470347, "99048294726"], [1702470371, "99307395158"], [1702470404, "99489347945"], [1702470440, "99854185519"], [1702470476, "100251093898"], [1702470506, "100759891893"], [1702470542, "101195628455"], [1702470575, "101625118033"], [1702470611, "102151507039"], [1702470635, "102805784881"], [1702470662, "103121595500"], [1702470686, "103511094657"], [1702470719, "103726295746"], [1702470746, "104067423098"], [1702470812, "104738800624"], [1702470845, "105169552481"], [1702470875, "105577981893"], [1702470899, "105859788238"], [1702470953, "106215168372"], [1702470983, "106520151067"], [1702471025, "106868267836"], [1702471067, "107385297891"], [1702471169, "108156715288"], [1702471193, "108358836311"], [1702471226, "108727761919"], [1702471265, "109141570850"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "7468991"], [1702462808, "7468991"], [1702462829, "7468991"], [1702462844, "7468991"], [1702462865, "7468991"], [1702462880, "7468991"], [1702462904, "7468991"], [1702462919, "7468991"], [1702462952, "7468991"], [1702462973, "7468991"], [1702462988, "7468991"], [1702463045, "7468991"], [1702463081, "7468991"], [1702463114, "7468991"], [1702463150, "7468991"], [1702463186, "7468991"], [1702463216, "7468991"], [1702463240, "7468991"], [1702463273, "7468991"], [1702463324, "7468991"], [1702463354, "7468991"], [1702463381, "7468991"], [1702463417, "7468991"], [1702463453, "7468991"], [1702463477, "7468991"], [1702463510, "7468991"], [1702463537, "7468991"], [1702463570, "7468991"], [1702463591, "7468991"], [1702463621, "7468991"], [1702463657, "7468991"], [1702463693, "7468991"], [1702463729, "7468991"], [1702463765, "7468991"], [1702463798, "7468991"], [1702463846, "7468991"], [1702463873, "7468991"], [1702463906, "7468991"], [1702463948, "7468991"], [1702463984, "7468991"], [1702464014, "7468991"], [1702464050, "7468991"], [1702464086, "7468991"], [1702464122, "7468991"], [1702464155, "7468991"], [1702464194, "7468991"], [1702464230, "7468991"], [1702464263, "7468991"], [1702464299, "7468991"], [1702464332, "7468991"], [1702464356, "7468991"], [1702464392, "7468991"], [1702464425, "7800114"], [1702464455, "7800114"], [1702464479, "7800114"], [1702464509, "7800114"], [1702464533, "7800114"], [1702464569, "7800114"], [1702464605, "7800114"], [1702464635, "7800114"], [1702464671, "7800114"], [1702464716, "7800114"], [1702464743, "7800114"], [1702464776, "7800114"], [1702464812, "7800114"], [1702464836, "7800114"], [1702464869, "7800114"], [1702464905, "7800114"], [1702464926, "7800114"], [1702464956, "7800114"], [1702464992, "7800114"], [1702465016, "7800114"], [1702465049, "7800114"], [1702465085, "10200767"], [1702465118, "10200767"], [1702465145, "10200767"], [1702465178, "10200767"], [1702465208, "10200767"], [1702465241, "10200767"], [1702465298, "10200767"], [1702465334, "10200767"], [1702465367, "10200767"], [1702465394, "10200767"], [1702465418, "10200767"], [1702465445, "10200767"], [1702465481, "10200767"], [1702465517, "10200767"], [1702465550, "10200767"], [1702465586, "10200767"], [1702465619, "10200767"], [1702465658, "10200767"], [1702465706, "10200767"], [1702465754, "10200767"], [1702465787, "10200767"], [1702465823, "10200767"], [1702465856, "10200767"], [1702465880, "10200767"], [1702465910, "10200767"], [1702465952, "10200767"], [1702465988, "10200767"], [1702466015, "10200767"], [1702466030, "10200767"], [1702466060, "10200767"], [1702466078, "10200767"], [1702466138, "10200767"], [1702466168, "10200767"], [1702466204, "10200767"], [1702466237, "10200767"], [1702466261, "10200767"], [1702466291, "10200767"], [1702466327, "18206599"], [1702466360, "18206599"], [1702466384, "18206599"], [1702466417, "18206599"], [1702466441, "18206599"], [1702466471, "18206599"], [1702466507, "18206599"], [1702466540, "18206599"], [1702466597, "18206599"], [1702466633, "18206599"], [1702466666, "18206599"], [1702466705, "18206599"], [1702466732, "18206599"], [1702466765, "18206599"], [1702466801, "18206599"], [1702466852, "18206599"], [1702466876, "18206599"], [1702466918, "18206599"], [1702466978, "18206599"], [1702467014, "18206599"], [1702467038, "18206599"], [1702467068, "18206599"], [1702467122, "18206599"], [1702467158, "18206599"], [1702467191, "18206599"], [1702467221, "18206599"], [1702467257, "18206599"], [1702467299, "18206599"], [1702467350, "18206599"], [1702467386, "18206599"], [1702467419, "18206599"], [1702467455, "18206599"], [1702467515, "18206599"], [1702467542, "18206599"], [1702467566, "18206599"], [1702467599, "18206599"], [1702467635, "18206599"], [1702467668, "18206599"], [1702467695, "18206599"], [1702467716, "18206599"], [1702467746, "18206599"], [1702467800, "18206599"], [1702467824, "18206599"], [1702467908, "18206599"], [1702467944, "18206599"], [1702467968, "18206599"], [1702468001, "18206599"], [1702468031, "18206599"], [1702468067, "18206599"], [1702468085, "18206599"], [1702468115, "18206599"], [1702468151, "18206599"], [1702468181, "18206599"], [1702468208, "18206599"], [1702468241, "18206599"], [1702468256, "18206599"], [1702468286, "18206599"], [1702468322, "18206599"], [1702468352, "18206599"], [1702468388, "18206599"], [1702468424, "18206599"], [1702468457, "18206599"], [1702468493, "18206599"], [1702468517, "18206599"], [1702468550, "18206599"], [1702468586, "18206599"], [1702468613, "18206599"], [1702468637, "18206599"], [1702468679, "18206599"], [1702468721, "18206599"], [1702468730, "18206599"], [1702468766, "18206599"], [1702468799, "18206599"], [1702468835, "18206599"], [1702468898, "18206599"], [1702468934, "18206599"], [1702468970, "18206599"], [1702468994, "18206599"], [1702469024, "18206599"], [1702469060, "18206599"], [1702469111, "18206599"], [1702469144, "18206599"], [1702469168, "18206599"], [1702469204, "18206599"], [1702469237, "18206599"], [1702469273, "18206599"], [1702469303, "18206599"], [1702469336, "18206599"], [1702469360, "18206599"], [1702469387, "18206599"], [1702469411, "18206599"], [1702469435, "18206599"], [1702469468, "18206599"], [1702469504, "18206599"], [1702469537, "18206599"], [1702469573, "18206599"], [1702469606, "18206599"], [1702469633, "18206599"], [1702469660, "18206599"], [1702469684, "18206599"], [1702469717, "18206599"], [1702469753, "18206599"], [1702469786, "18206599"], [1702469816, "18206599"], [1702469834, "18206599"], [1702469864, "18206599"], [1702469906, "18206599"], [1702469936, "18206599"], [1702469972, "18206599"], [1702470005, "18206599"], [1702470029, "18206599"], [1702470065, "18206599"], [1702470101, "18206599"], [1702470131, "18206599"], [1702470167, "18206599"], [1702470203, "18206599"], [1702470251, "18206599"], [1702470278, "18206599"], [1702470311, "18206599"], [1702470347, "18206599"], [1702470371, "18206599"], [1702470404, "18206599"], [1702470440, "18206599"], [1702470476, "18206599"], [1702470506, "18206599"], [1702470542, "18206599"], [1702470575, "18206599"], [1702470611, "18206599"], [1702470635, "18206599"], [1702470662, "18206599"], [1702470686, "18206599"], [1702470719, "18206599"], [1702470746, "18206599"], [1702470812, "18206599"], [1702470845, "18206599"], [1702470875, "18206599"], [1702470899, "18206599"], [1702470953, "18206599"], [1702470983, "18206599"], [1702471025, "18206599"], [1702471067, "18206599"], [1702471169, "18206599"], [1702471193, "18206599"], [1702471226, "18206599"], [1702471265, "18206599"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "5846184"], [1702462721, "5846184"], [1702462736, "7040628"], [1702462751, "7040628"], [1702462763, "7040628"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "279786"], [1702462721, "279786"], [1702462736, "279786"], [1702462751, "279786"], [1702462763, "279786"], [1702462793, "279786"], [1702462808, "279786"], [1702462829, "279786"], [1702462844, "279786"], [1702462865, "279786"], [1702462880, "279786"], [1702462904, "279786"], [1702462919, "279786"], [1702462952, "279786"], [1702462973, "279786"], [1702462988, "279786"], [1702463045, "279786"], [1702463081, "279786"], [1702463114, "279786"], [1702463150, "279786"], [1702463186, "279786"], [1702463216, "279786"], [1702463240, "279786"], [1702463273, "279786"], [1702463324, "279786"], [1702463354, "279786"], [1702463381, "279786"], [1702463417, "279786"], [1702463453, "279786"], [1702463477, "279786"], [1702463510, "279786"], [1702463537, "279786"], [1702463570, "279786"], [1702463591, "279786"], [1702463621, "279786"], [1702463657, "279786"], [1702463693, "279786"], [1702463729, "279786"], [1702463765, "279786"], [1702463798, "279786"], [1702463846, "279786"], [1702463873, "279786"], [1702463906, "279786"], [1702463948, "279786"], [1702463984, "279786"], [1702464014, "279786"], [1702464050, "279786"], [1702464086, "279786"], [1702464122, "279786"], [1702464155, "279786"], [1702464194, "279786"], [1702464230, "279786"], [1702464263, "279786"], [1702464299, "279786"], [1702464332, "279786"], [1702464356, "279786"], [1702464392, "279786"], [1702464425, "279786"], [1702464455, "279786"], [1702464479, "279786"], [1702464509, "279786"], [1702464533, "279786"], [1702464569, "279786"], [1702464605, "279786"], [1702464635, "279786"], [1702464671, "279786"], [1702464716, "279786"], [1702464743, "279786"], [1702464776, "279786"], [1702464812, "279786"], [1702464836, "279786"], [1702464869, "279786"], [1702464905, "279786"], [1702464926, "279786"], [1702464956, "279786"], [1702464992, "279786"], [1702465016, "279786"], [1702465049, "279786"], [1702465085, "279786"], [1702465118, "279786"], [1702465145, "279786"], [1702465178, "279786"], [1702465208, "279786"], [1702465241, "279786"], [1702465298, "279786"], [1702465334, "279786"], [1702465367, "279786"], [1702465394, "279786"], [1702465418, "279786"], [1702465445, "279786"], [1702465481, "279786"], [1702465517, "279786"], [1702465550, "279786"], [1702465586, "279786"], [1702465619, "279786"], [1702465658, "279786"], [1702465706, "279786"], [1702465754, "279786"], [1702465787, "279786"], [1702465823, "279786"], [1702465856, "279786"], [1702465880, "279786"], [1702465910, "279786"], [1702465952, "279786"], [1702465988, "279786"], [1702466015, "279786"], [1702466030, "279786"], [1702466060, "279786"], [1702466078, "279786"], [1702466138, "279786"], [1702466168, "279786"], [1702466204, "279786"], [1702466237, "279786"], [1702466261, "279786"], [1702466291, "279786"], [1702466327, "279786"], [1702466360, "279786"], [1702466384, "279786"], [1702466417, "279786"], [1702466441, "279786"], [1702466471, "279786"], [1702466507, "279786"], [1702466540, "279786"], [1702466597, "279786"], [1702466633, "279786"], [1702466666, "279786"], [1702466705, "279786"], [1702466732, "279786"], [1702466765, "279786"], [1702466801, "279786"], [1702466852, "279786"], [1702466876, "279786"], [1702466918, "279786"], [1702466978, "279786"], [1702467014, "279786"], [1702467038, "279786"], [1702467068, "279786"], [1702467122, "279786"], [1702467158, "279786"], [1702467191, "279786"], [1702467221, "279786"], [1702467257, "279786"], [1702467299, "279786"], [1702467350, "279786"], [1702467386, "279786"], [1702467419, "279786"], [1702467455, "279786"], [1702467515, "279786"], [1702467542, "279786"], [1702467566, "279786"], [1702467599, "279786"], [1702467635, "279786"], [1702467668, "279786"], [1702467695, "279786"], [1702467716, "279786"], [1702467746, "279786"], [1702467800, "279786"], [1702467824, "279786"], [1702467908, "279786"], [1702467944, "279786"], [1702467968, "279786"], [1702468001, "279786"], [1702468031, "279786"], [1702468067, "279786"], [1702468085, "279786"], [1702468115, "279786"], [1702468151, "279786"], [1702468181, "279786"], [1702468208, "279786"], [1702468241, "279786"], [1702468256, "279786"], [1702468286, "279786"], [1702468322, "279786"], [1702468352, "279786"], [1702468388, "279786"], [1702468424, "279786"], [1702468457, "279786"], [1702468493, "279786"], [1702468517, "279786"], [1702468550, "279786"], [1702468586, "279786"], [1702468613, "279786"], [1702468637, "279786"], [1702468679, "279786"], [1702468721, "279786"], [1702468730, "279786"], [1702468766, "279786"], [1702468799, "279786"], [1702468835, "279786"], [1702468898, "279786"], [1702468934, "279786"], [1702468970, "279786"], [1702468994, "279786"], [1702469024, "279786"], [1702469060, "279786"], [1702469111, "279786"], [1702469144, "279786"], [1702469168, "279786"], [1702469204, "279786"], [1702469237, "279786"], [1702469273, "279786"], [1702469303, "279786"], [1702469336, "279786"], [1702469360, "279786"], [1702469387, "279786"], [1702469411, "279786"], [1702469435, "279786"], [1702469468, "279786"], [1702469504, "279786"], [1702469537, "279786"], [1702469573, "279786"], [1702469606, "279786"], [1702469633, "279786"], [1702469660, "279786"], [1702469684, "279786"], [1702469717, "279786"], [1702469753, "279786"], [1702469786, "279786"], [1702469816, "279786"], [1702469834, "279786"], [1702469864, "279786"], [1702469906, "279786"], [1702469936, "279786"], [1702469972, "279786"], [1702470005, "279786"], [1702470029, "279786"], [1702470065, "279786"], [1702470101, "279786"], [1702470131, "279786"], [1702470167, "279786"], [1702470203, "279786"], [1702470251, "279786"], [1702470278, "279786"], [1702470311, "279786"], [1702470347, "279786"], [1702470371, "279786"], [1702470404, "279786"], [1702470440, "279786"], [1702470476, "279786"], [1702470506, "279786"], [1702470542, "279786"], [1702470575, "279786"], [1702470611, "279786"], [1702470635, "279786"], [1702470662, "279786"], [1702470686, "279786"], [1702470719, "279786"], [1702470746, "279786"], [1702470812, "279786"], [1702470845, "279786"], [1702470875, "279786"], [1702470899, "279786"], [1702470953, "279786"], [1702470983, "279786"], [1702471025, "279786"], [1702471067, "279786"], [1702471169, "279786"], [1702471193, "279786"], [1702471226, "279786"], [1702471265, "279786"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "13151092"], [1702462721, "13151092"], [1702462736, "13151092"], [1702462751, "13151092"], [1702462763, "13151092"], [1702462793, "13151092"], [1702462808, "14674775"], [1702462829, "14674775"], [1702462844, "17355033"], [1702462865, "17355033"], [1702462880, "17605114"], [1702462904, "17605114"], [1702462919, "17605114"], [1702462952, "17605114"], [1702462973, "17605114"], [1702462988, "17862191"], [1702463045, "19232680"], [1702463081, "19856180"], [1702463114, "20372494"], [1702463150, "20372494"], [1702463186, "20626587"], [1702463216, "20626587"], [1702463240, "20626587"], [1702463273, "20626587"], [1702463324, "28344670"], [1702463354, "28344670"], [1702463381, "28620681"], [1702463417, "30549617"], [1702463453, "30549617"], [1702463477, "30549617"], [1702463510, "30549617"], [1702463537, "30549617"], [1702463570, "31070052"], [1702463591, "31344240"], [1702463621, "31506649"], [1702463657, "31810370"], [1702463693, "32941851"], [1702463729, "34377967"], [1702463765, "34377967"], [1702463798, "34377967"], [1702463846, "34494214"], [1702463873, "34702728"], [1702463906, "34992954"], [1702463948, "34992954"], [1702463984, "35769960"], [1702464014, "40414840"], [1702464050, "40414840"], [1702464086, "40673062"], [1702464122, "40961566"], [1702464155, "40961566"], [1702464194, "40961566"], [1702464230, "41489143"], [1702464263, "43170067"], [1702464299, "43170067"], [1702464332, "43566910"], [1702464356, "43566910"], [1702464392, "43641016"], [1702464425, "44002994"], [1702464455, "44939577"], [1702464479, "45035989"], [1702464509, "56212700"], [1702464533, "56212700"], [1702464569, "56212700"], [1702464605, "56212700"], [1702464635, "57424872"], [1702464671, "57680382"], [1702464716, "57680382"], [1702464743, "57680382"], [1702464776, "57680382"], [1702464812, "57959291"], [1702464836, "58652786"], [1702464869, "59239698"], [1702464905, "59845849"], [1702464926, "60350177"], [1702464956, "60350177"], [1702464992, "61579920"], [1702465016, "62382789"], [1702465049, "62686158"], [1702465085, "67147846"], [1702465118, "68901119"], [1702465145, "68901119"], [1702465178, "68901119"], [1702465208, "68901119"], [1702465241, "69252488"], [1702465298, "70290387"], [1702465334, "70290387"], [1702465367, "70290387"], [1702465394, "76565926"], [1702465418, "77156678"], [1702465445, "79252601"], [1702465481, "80838495"], [1702465517, "80838495"], [1702465550, "80980012"], [1702465586, "81721861"], [1702465619, "81721861"], [1702465658, "82158772"], [1702465706, "82461518"], [1702465754, "83865415"], [1702465787, "83865415"], [1702465823, "84350611"], [1702465856, "84350611"], [1702465880, "85430087"], [1702465910, "86663332"], [1702465952, "93586182"], [1702465988, "94070220"], [1702466015, "94573536"], [1702466030, "94573536"], [1702466060, "94573536"], [1702466078, "94767853"], [1702466138, "95009362"], [1702466168, "95122338"], [1702466204, "95204947"], [1702466237, "95483472"], [1702466261, "97144243"], [1702466291, "97144243"], [1702466327, "97144243"], [1702466360, "97144243"], [1702466384, "100929643"], [1702466417, "100929643"], [1702466441, "101912856"], [1702466471, "102137967"], [1702466507, "102137967"], [1702466540, "102851179"], [1702466597, "104525051"], [1702466633, "104733645"], [1702466666, "104733645"], [1702466705, "104733645"], [1702466732, "105661918"], [1702466765, "107874665"], [1702466801, "108152960"], [1702466852, "112585935"], [1702466876, "112585935"], [1702466918, "112776983"], [1702466978, "113775406"], [1702467014, "114986008"], [1702467038, "114986008"], [1702467068, "114986008"], [1702467122, "116317105"], [1702467158, "116876152"], [1702467191, "118632435"], [1702467221, "118632435"], [1702467257, "118980307"], [1702467299, "118980307"], [1702467350, "122184199"], [1702467386, "122464539"], [1702467419, "122464539"], [1702467455, "123812367"], [1702467515, "124576673"], [1702467542, "125021454"], [1702467566, "125021454"], [1702467599, "125317273"], [1702467635, "125317273"], [1702467668, "125530709"], [1702467695, "125530709"], [1702467716, "126851119"], [1702467746, "127294240"], [1702467800, "127294240"], [1702467824, "127294240"], [1702467908, "128397130"], [1702467944, "128397130"], [1702467968, "128397130"], [1702468001, "128397130"], [1702468031, "128397130"], [1702468067, "129450469"], [1702468085, "130014271"], [1702468115, "130591845"], [1702468151, "130591845"], [1702468181, "130591845"], [1702468208, "130591845"], [1702468241, "131210367"], [1702468256, "131210367"], [1702468286, "131255445"], [1702468322, "133611501"], [1702468352, "133994582"], [1702468388, "133994582"], [1702468424, "133994582"], [1702468457, "133994582"], [1702468493, "137556138"], [1702468517, "137556138"], [1702468550, "137893612"], [1702468586, "141416401"], [1702468613, "142974349"], [1702468637, "146237413"], [1702468679, "146444293"], [1702468721, "146444293"], [1702468730, "146444293"], [1702468766, "146444293"], [1702468799, "146444293"], [1702468835, "146444293"], [1702468898, "147115885"], [1702468934, "147115885"], [1702468970, "151235344"], [1702468994, "151771380"], [1702469024, "151771380"], [1702469060, "151771380"], [1702469111, "155046476"], [1702469144, "155046476"], [1702469168, "155046476"], [1702469204, "155280896"], [1702469237, "155376778"], [1702469273, "155376778"], [1702469303, "156066219"], [1702469336, "156304040"], [1702469360, "156304040"], [1702469387, "156304040"], [1702469411, "157689095"], [1702469435, "157689095"], [1702469468, "157689095"], [1702469504, "157835146"], [1702469537, "158120925"], [1702469573, "160009890"], [1702469606, "160009890"], [1702469633, "160297529"], [1702469660, "160297529"], [1702469684, "161540430"], [1702469717, "162780578"], [1702469753, "163660333"], [1702469786, "163660333"], [1702469816, "164202397"], [1702469834, "164202397"], [1702469864, "164202397"], [1702469906, "164463427"], [1702469936, "164769615"], [1702469972, "164769615"], [1702470005, "164769615"], [1702470029, "164769615"], [1702470065, "164769615"], [1702470101, "166347848"], [1702470131, "167789247"], [1702470167, "168554863"], [1702470203, "169568615"], [1702470251, "170321698"], [1702470278, "173290060"], [1702470311, "173290060"], [1702470347, "173290060"], [1702470371, "173290060"], [1702470404, "173290060"], [1702470440, "173694516"], [1702470476, "173959989"], [1702470506, "173959989"], [1702470542, "175621672"], [1702470575, "175621672"], [1702470611, "176190307"], [1702470635, "176907396"], [1702470662, "176907396"], [1702470686, "177770821"], [1702470719, "179402999"], [1702470746, "179653635"], [1702470812, "180904535"], [1702470845, "182336565"], [1702470875, "183208323"], [1702470899, "184379886"], [1702470953, "184953443"], [1702470983, "186291277"], [1702471025, "186291277"], [1702471067, "192062699"], [1702471169, "193448074"], [1702471193, "193448074"], [1702471226, "193448074"], [1702471265, "193448074"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "125126058"], [1702462721, "142919672"], [1702462736, "158966134"], [1702462751, "161054179"], [1702462763, "173041317"], [1702462793, "183507973"], [1702462808, "188878497"], [1702462829, "197388383"], [1702462844, "206756366"], [1702462865, "214174140"], [1702462880, "222965982"], [1702462904, "234723239"], [1702462919, "237711240"], [1702462952, "268207782"], [1702462973, "273355834"], [1702462988, "287482468"], [1702463045, "337700835"], [1702463081, "385118427"], [1702463114, "398834335"], [1702463150, "419780603"], [1702463186, "439132689"], [1702463216, "453699067"], [1702463240, "468406311"], [1702463273, "474196234"], [1702463324, "492345091"], [1702463354, "499442373"], [1702463381, "509407758"], [1702463417, "525433915"], [1702463453, "545464826"], [1702463477, "562509384"], [1702463510, "577001936"], [1702463537, "594824194"], [1702463570, "637469323"], [1702463591, "652551957"], [1702463621, "662389970"], [1702463657, "672252086"], [1702463693, "702662044"], [1702463729, "711202528"], [1702463765, "728764995"], [1702463798, "743663582"], [1702463846, "761154206"], [1702463873, "768707104"], [1702463906, "783408169"], [1702463948, "799397578"], [1702463984, "815917734"], [1702464014, "827293458"], [1702464050, "846616423"], [1702464086, "862113600"], [1702464122, "881683222"], [1702464155, "901338616"], [1702464194, "920973173"], [1702464230, "932770824"], [1702464263, "949326960"], [1702464299, "957194912"], [1702464332, "973891092"], [1702464356, "986412347"], [1702464392, "998435576"], [1702464425, "1007253627"], [1702464455, "1023146318"], [1702464479, "1045096330"], [1702464509, "1063010613"], [1702464533, "1074161574"], [1702464569, "1098693690"], [1702464605, "1112903312"], [1702464635, "1126503957"], [1702464671, "1197915869"], [1702464716, "1210966164"], [1702464743, "1235156049"], [1702464776, "1247406268"], [1702464812, "1269251736"], [1702464836, "1287509415"], [1702464869, "1297036374"], [1702464905, "1309333477"], [1702464926, "1331024851"], [1702464956, "1343051660"], [1702464992, "1436698593"], [1702465016, "1452987914"], [1702465049, "1468768339"], [1702465085, "1482631669"], [1702465118, "1501922023"], [1702465145, "1525967777"], [1702465178, "1536506407"], [1702465208, "1557038660"], [1702465241, "1564165765"], [1702465298, "1584724127"], [1702465334, "1599115245"], [1702465367, "1612290611"], [1702465394, "1626480188"], [1702465418, "1640649771"], [1702465445, "1654742912"], [1702465481, "1671513962"], [1702465517, "1683067880"], [1702465550, "1696071002"], [1702465586, "1717644869"], [1702465619, "1740577277"], [1702465658, "1762075816"], [1702465706, "1773341930"], [1702465754, "1811437168"], [1702465787, "1823833623"], [1702465823, "1835800207"], [1702465856, "1851259550"], [1702465880, "1865590863"], [1702465910, "1880133771"], [1702465952, "1898304441"], [1702465988, "1916612141"], [1702466015, "1934850750"], [1702466030, "1947667220"], [1702466060, "1958694432"], [1702466078, "1967738575"], [1702466138, "1996389614"], [1702466168, "2011793974"], [1702466204, "2025011361"], [1702466237, "2050165835"], [1702466261, "2063684780"], [1702466291, "2076515806"], [1702466327, "2096426250"], [1702466360, "2115420171"], [1702466384, "2130381111"], [1702466417, "2146612512"], [1702466441, "2165810575"], [1702466471, "2185443257"], [1702466507, "2203240247"], [1702466540, "2212326193"], [1702466597, "2235085868"], [1702466633, "2249132656"], [1702466666, "2259742983"], [1702466705, "2275911758"], [1702466732, "2292221799"], [1702466765, "2311805891"], [1702466801, "2331034372"], [1702466852, "2373444005"], [1702466876, "2386863784"], [1702466918, "2405036977"], [1702466978, "2435101301"], [1702467014, "2448248213"], [1702467038, "2471067830"], [1702467068, "2487108818"], [1702467122, "2506968759"], [1702467158, "2516432123"], [1702467191, "2532414372"], [1702467221, "2558091016"], [1702467257, "2571148553"], [1702467299, "2587324083"], [1702467350, "2618645865"], [1702467386, "2639872563"], [1702467419, "2665028378"], [1702467455, "2690110844"], [1702467515, "2745969793"], [1702467542, "2756360913"], [1702467566, "2781329051"], [1702467599, "2809663310"], [1702467635, "2829999226"], [1702467668, "2849664101"], [1702467695, "2864467272"], [1702467716, "2886661441"], [1702467746, "2901357469"], [1702467800, "2965188357"], [1702467824, "2996769482"], [1702467908, "3082788559"], [1702467944, "3100295550"], [1702467968, "3126266069"], [1702468001, "3133535813"], [1702468031, "3144637572"], [1702468067, "3158180611"], [1702468085, "3178913267"], [1702468115, "3182410620"], [1702468151, "3207175597"], [1702468181, "3228003420"], [1702468208, "3256376583"], [1702468241, "3296026646"], [1702468256, "3312898723"], [1702468286, "3329488226"], [1702468322, "3350145593"], [1702468352, "3387898194"], [1702468388, "3405882333"], [1702468424, "3428268652"], [1702468457, "3443299273"], [1702468493, "3469429975"], [1702468517, "3501189815"], [1702468550, "3514976942"], [1702468586, "3576077204"], [1702468613, "3597261031"], [1702468637, "3618276670"], [1702468679, "3636976083"], [1702468721, "3650853269"], [1702468730, "3663475962"], [1702468766, "3679120424"], [1702468799, "3691488640"], [1702468835, "3706160445"], [1702468898, "3734495459"], [1702468934, "3796666169"], [1702468970, "3857830881"], [1702468994, "3900243347"], [1702469024, "3928042957"], [1702469060, "3967534222"], [1702469111, "4023175675"], [1702469144, "4039473315"], [1702469168, "4052630426"], [1702469204, "4072535799"], [1702469237, "4094437885"], [1702469273, "4129667027"], [1702469303, "4166621333"], [1702469336, "4205212051"], [1702469360, "4236314633"], [1702469387, "4253879915"], [1702469411, "4268773536"], [1702469435, "4280005221"], [1702469468, "4297517581"], [1702469504, "4313266029"], [1702469537, "4327170456"], [1702469573, "4340219662"], [1702469606, "4357841814"], [1702469633, "4371353263"], [1702469660, "4407286072"], [1702469684, "4429959524"], [1702469717, "4462199240"], [1702469753, "4481798817"], [1702469786, "4500217799"], [1702469816, "4518504616"], [1702469834, "4547013767"], [1702469864, "4558134882"], [1702469906, "4582815293"], [1702469936, "4594457173"], [1702469972, "4602745893"], [1702470005, "4620992644"], [1702470029, "4631995973"], [1702470065, "4646482980"], [1702470101, "4682113820"], [1702470131, "4711551801"], [1702470167, "4748040924"], [1702470203, "4781014249"], [1702470251, "4802634398"], [1702470278, "4829899041"], [1702470311, "4848101125"], [1702470347, "4870691646"], [1702470371, "4880865768"], [1702470404, "4890147453"], [1702470440, "4909607353"], [1702470476, "4920006353"], [1702470506, "4950898654"], [1702470542, "4987610761"], [1702470575, "5010119098"], [1702470611, "5056273020"], [1702470635, "5085954181"], [1702470662, "5101828567"], [1702470686, "5111856721"], [1702470719, "5131248842"], [1702470746, "5142529674"], [1702470812, "5181677603"], [1702470845, "5192407338"], [1702470875, "5216724939"], [1702470899, "5232216250"], [1702470953, "5254265135"], [1702470983, "5273812010"], [1702471025, "5285581807"], [1702471067, "5310415417"], [1702471169, "5363556065"], [1702471193, "5371850291"], [1702471226, "5397136513"], [1702471265, "5414639697"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "17754550"], [1702462973, "17754550"], [1702462988, "17754550"], [1702463045, "17754550"], [1702463081, "17754550"], [1702463114, "17754550"], [1702463150, "17754550"], [1702463186, "17754550"], [1702463216, "17754550"], [1702463240, "31867975"], [1702463273, "31867975"], [1702463324, "31867975"], [1702463354, "31867975"], [1702463381, "31867975"], [1702463417, "31867975"], [1702463453, "31867975"], [1702463477, "31867975"], [1702463510, "31867975"], [1702463537, "31867975"], [1702463570, "31867975"], [1702463591, "31867975"], [1702463621, "31867975"], [1702463657, "31867975"], [1702463693, "31867975"], [1702463729, "31867975"], [1702463765, "31867975"], [1702463798, "31867975"], [1702463846, "31867975"], [1702463873, "31867975"], [1702463906, "31867975"], [1702463948, "31867975"], [1702463984, "31867975"], [1702464014, "31867975"], [1702464050, "31867975"], [1702464086, "31867975"], [1702464122, "31867975"], [1702464155, "31867975"], [1702464194, "31867975"], [1702464230, "31867975"], [1702464263, "31867975"], [1702464299, "31867975"], [1702464332, "31867975"], [1702464356, "31867975"], [1702464392, "31867975"], [1702464425, "31867975"], [1702464455, "33344692"], [1702464479, "33344692"], [1702464509, "33344692"], [1702464533, "33344692"], [1702464569, "33344692"], [1702464605, "33344692"], [1702464635, "33344692"], [1702464671, "33344692"], [1702464716, "33344692"], [1702464743, "33344692"], [1702464776, "33344692"], [1702464812, "33344692"], [1702464836, "33344692"], [1702464869, "33344692"], [1702464905, "33344692"], [1702464926, "33344692"], [1702464956, "33344692"], [1702464992, "33344692"], [1702465016, "33344692"], [1702465049, "33344692"], [1702465085, "33344692"], [1702465118, "33344692"], [1702465145, "33344692"], [1702465178, "33344692"], [1702465208, "33344692"], [1702465241, "33344692"], [1702465298, "33344692"], [1702465334, "33344692"], [1702465367, "33344692"], [1702465394, "33344692"], [1702465418, "33344692"], [1702465445, "33344692"], [1702465481, "33344692"], [1702465517, "33344692"], [1702465550, "33344692"], [1702465586, "33344692"], [1702465619, "33344692"], [1702465658, "33344692"], [1702465706, "33344692"], [1702465754, "33344692"], [1702465787, "33344692"], [1702465823, "33344692"], [1702465856, "33344692"], [1702465880, "33344692"], [1702465910, "33344692"], [1702465952, "33344692"], [1702465988, "33344692"], [1702466015, "33344692"], [1702466030, "33344692"], [1702466060, "33344692"], [1702466078, "33344692"], [1702466138, "33344692"], [1702466168, "33344692"], [1702466204, "33344692"], [1702466237, "33344692"], [1702466261, "33344692"], [1702466291, "33344692"], [1702466327, "33344692"], [1702466360, "33344692"], [1702466384, "33344692"], [1702466417, "33344692"], [1702466441, "33344692"], [1702466471, "33344692"], [1702466507, "33344692"], [1702466540, "33344692"], [1702466597, "33344692"], [1702466633, "33344692"], [1702466666, "33344692"], [1702466705, "33344692"], [1702466732, "33344692"], [1702466765, "33344692"], [1702466801, "33344692"], [1702466852, "33344692"], [1702466876, "33344692"], [1702466918, "33344692"], [1702466978, "33344692"], [1702467014, "33344692"], [1702467038, "33344692"], [1702467068, "33344692"], [1702467122, "33344692"], [1702467158, "33344692"], [1702467191, "33344692"], [1702467221, "33344692"], [1702467257, "33344692"], [1702467299, "33344692"], [1702467350, "33344692"], [1702467386, "33344692"], [1702467419, "33344692"], [1702467455, "33344692"], [1702467515, "33344692"], [1702467542, "33344692"], [1702467566, "33344692"], [1702467599, "33344692"], [1702467635, "33344692"], [1702467668, "33344692"], [1702467695, "33344692"], [1702467716, "33344692"], [1702467746, "33344692"], [1702467800, "33344692"], [1702467824, "33344692"], [1702467908, "33344692"], [1702467944, "33344692"], [1702467968, "33344692"], [1702468001, "33344692"], [1702468031, "33344692"], [1702468067, "33344692"], [1702468085, "33344692"], [1702468115, "33344692"], [1702468151, "33344692"], [1702468181, "33344692"], [1702468208, "33344692"], [1702468241, "33344692"], [1702468256, "33344692"], [1702468286, "33344692"], [1702468322, "33344692"], [1702468352, "33344692"], [1702468388, "33344692"], [1702468424, "33344692"], [1702468457, "33344692"], [1702468493, "33344692"], [1702468517, "33344692"], [1702468550, "33344692"], [1702468586, "33344692"], [1702468613, "33344692"], [1702468637, "33344692"], [1702468679, "33344692"], [1702468721, "33344692"], [1702468730, "33344692"], [1702468766, "33344692"], [1702468799, "33344692"], [1702468835, "33344692"], [1702468898, "33344692"], [1702468934, "33344692"], [1702468970, "33344692"], [1702468994, "33344692"], [1702469024, "33344692"], [1702469060, "33344692"], [1702469111, "33344692"], [1702469144, "33344692"], [1702469168, "33344692"], [1702469204, "33344692"], [1702469237, "33344692"], [1702469273, "33344692"], [1702469303, "33344692"], [1702469336, "33344692"], [1702469360, "33344692"], [1702469387, "33344692"], [1702469411, "33344692"], [1702469435, "33344692"], [1702469468, "33344692"], [1702469504, "33344692"], [1702469537, "33344692"], [1702469573, "33344692"], [1702469606, "33344692"], [1702469633, "33344692"], [1702469660, "33344692"], [1702469684, "33344692"], [1702469717, "33344692"], [1702469753, "33344692"], [1702469786, "33344692"], [1702469816, "33344692"], [1702469834, "33344692"], [1702469864, "33344692"], [1702469906, "33344692"], [1702469936, "33344692"], [1702469972, "33344692"], [1702470005, "33344692"], [1702470029, "33344692"], [1702470065, "33344692"], [1702470101, "33344692"], [1702470131, "33344692"], [1702470167, "33344692"], [1702470203, "33344692"], [1702470251, "33344692"], [1702470278, "33344692"], [1702470311, "33344692"], [1702470347, "33344692"], [1702470371, "33344692"], [1702470404, "33344692"], [1702470440, "33344692"], [1702470476, "33344692"], [1702470506, "33344692"], [1702470542, "33344692"], [1702470575, "33344692"], [1702470611, "33344692"], [1702470635, "33344692"], [1702470662, "33344692"], [1702470686, "33344692"], [1702470719, "33344692"], [1702470746, "33344692"], [1702470812, "33344692"], [1702470845, "33344692"], [1702470875, "33344692"], [1702470899, "33344692"], [1702470953, "33344692"], [1702470983, "33344692"], [1702471025, "33344692"], [1702471067, "33344692"], [1702471169, "33344692"], [1702471193, "33344692"], [1702471226, "33344692"], [1702471265, "33344692"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "17754550"], [1702462808, "17754550"], [1702462829, "17754550"], [1702462844, "17754550"], [1702462865, "17754550"], [1702462880, "17754550"], [1702462904, "17754550"], [1702462919, "17754550"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "16821214"], [1702468766, "19002352"], [1702468799, "22120993"], [1702468835, "29890660"], [1702468898, "45255217"], [1702468934, "52303491"], [1702468970, "58544538"], [1702468994, "62682899"], [1702469024, "64682428"], [1702469060, "75094526"], [1702469111, "92968371"], [1702469144, "103128889"], [1702469168, "106359597"], [1702469204, "116200329"], [1702469237, "123265426"], [1702469273, "128715088"], [1702469303, "133521049"], [1702469336, "149905813"], [1702469360, "153330285"], [1702469387, "166189296"], [1702469411, "169518686"], [1702469435, "189475618"], [1702469468, "198043032"], [1702469504, "209790492"], [1702469537, "216971152"], [1702469573, "221753348"], [1702469606, "228769959"], [1702469633, "239322577"], [1702469660, "245461714"], [1702469684, "252589396"], [1702469717, "262670292"], [1702469753, "264645758"], [1702469786, "273864257"], [1702469816, "277577456"], [1702469834, "290481004"], [1702469864, "298846217"], [1702469906, "308429889"], [1702469936, "313724266"], [1702469972, "322566410"], [1702470005, "335162486"], [1702470029, "342978947"], [1702470065, "353147807"], [1702470101, "363398691"], [1702470131, "372715733"], [1702470167, "379609375"], [1702470203, "384446571"], [1702470251, "396780497"], [1702470278, "406338079"], [1702470311, "412701998"], [1702470347, "424337615"], [1702470371, "429047106"], [1702470404, "432802367"], [1702470440, "439909764"], [1702470476, "442669740"], [1702470506, "448453636"], [1702470542, "460549819"], [1702470575, "467558185"], [1702470611, "479096952"], [1702470635, "489581798"], [1702470662, "494857537"], [1702470686, "499130430"], [1702470719, "501660322"], [1702470746, "509513925"], [1702470812, "516760909"], [1702470845, "524686248"], [1702470875, "527748956"], [1702470899, "536548770"], [1702470953, "547229271"], [1702470983, "549028076"], [1702471025, "555666792"], [1702471067, "563215678"], [1702471169, "581190820"], [1702471193, "585656081"], [1702471226, "593867899"], [1702471265, "597211014"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1180222308"], [1702462844, "1185411323"], [1702462865, "1185411323"], [1702462880, "1185411323"], [1702462904, "1185411323"], [1702462919, "1201941984"], [1702462952, "1292793774"], [1702462973, "1292793774"], [1702462988, "1292793774"], [1702463045, "1292793774"], [1702463081, "1328019024"], [1702463114, "1336318703"], [1702463150, "1336318703"], [1702463186, "1336318703"], [1702463216, "1336318703"], [1702463240, "1336318703"], [1702463273, "1336318703"], [1702463324, "1342223220"], [1702463354, "1342223220"], [1702463381, "1342223220"], [1702463417, "1342223220"], [1702463453, "1342223220"], [1702463477, "1358822321"], [1702463510, "1358822321"], [1702463537, "1358822321"], [1702463570, "1408613353"], [1702463591, "1408613353"], [1702463621, "1408613353"], [1702463657, "1408613353"], [1702463693, "1408613353"], [1702463729, "1409575744"], [1702463765, "1409575744"], [1702463798, "1409575744"], [1702463846, "1412404578"], [1702463873, "1445465264"], [1702463906, "1456570853"], [1702463948, "1456570853"], [1702463984, "1456570853"], [1702464014, "1456570853"], [1702464050, "1456570853"], [1702464086, "1456570853"], [1702464122, "1456570853"], [1702464155, "1456570853"], [1702464194, "1456570853"], [1702464230, "1456570853"], [1702464263, "1456570853"], [1702464299, "1456570853"], [1702464332, "1456570853"], [1702464356, "1456570853"], [1702464392, "1473176846"], [1702464425, "1510105438"], [1702464455, "1510105438"], [1702464479, "1510105438"], [1702464509, "1510105438"], [1702464533, "1510105438"], [1702464569, "1510105438"], [1702464605, "1543303592"], [1702464635, "1554384861"], [1702464671, "1554384861"], [1702464716, "1554384861"], [1702464743, "1554384861"], [1702464776, "1554384861"], [1702464812, "1554384861"], [1702464836, "1554384861"], [1702464869, "1554384861"], [1702464905, "1554384861"], [1702464926, "1554384861"], [1702464956, "1554384861"], [1702464992, "1554384861"], [1702465016, "1554384861"], [1702465049, "1554384861"], [1702465085, "1554384861"], [1702465118, "1554384861"], [1702465145, "1554384861"], [1702465178, "1554384861"], [1702465208, "1554384861"], [1702465241, "1554384861"], [1702465298, "1554384861"], [1702465334, "1554384861"], [1702465367, "1554384861"], [1702465394, "1554384861"], [1702465418, "1554384861"], [1702465445, "1554384861"], [1702465481, "1554384861"], [1702465517, "1554384861"], [1702465550, "1554384861"], [1702465586, "1554384861"], [1702465619, "1554384861"], [1702465658, "1554384861"], [1702465706, "1554384861"], [1702465754, "1554384861"], [1702465787, "1554384861"], [1702465823, "1554384861"], [1702465856, "1554384861"], [1702465880, "1554384861"], [1702465910, "1554384861"], [1702465952, "1554384861"], [1702465988, "1554384861"], [1702466015, "1554384861"], [1702466030, "1554384861"], [1702466060, "1554384861"], [1702466078, "1554384861"], [1702466138, "1554384861"], [1702466168, "1554384861"], [1702466204, "1554384861"], [1702466237, "1554384861"], [1702466261, "1554384861"], [1702466291, "1554384861"], [1702466327, "1554384861"], [1702466360, "1554384861"], [1702466384, "1554384861"], [1702466417, "1554384861"], [1702466441, "1554384861"], [1702466471, "1554384861"], [1702466507, "1554384861"], [1702466540, "1554384861"], [1702466597, "1554384861"], [1702466633, "1554384861"], [1702466666, "1554384861"], [1702466705, "1554384861"], [1702466732, "1554384861"], [1702466765, "1554384861"], [1702466801, "1554384861"], [1702466852, "1554384861"], [1702466876, "1554384861"], [1702466918, "1554384861"], [1702466978, "1554384861"], [1702467014, "1554384861"], [1702467038, "1554384861"], [1702467068, "1554384861"], [1702467122, "1562683556"], [1702467158, "1562683556"], [1702467191, "1562683556"], [1702467221, "1562683556"], [1702467257, "1562683556"], [1702467299, "1562683556"], [1702467350, "1562683556"], [1702467386, "1562683556"], [1702467419, "1562683556"], [1702467455, "1562683556"], [1702467515, "1562683556"], [1702467542, "1562683556"], [1702467566, "1562683556"], [1702467599, "1562683556"], [1702467635, "1562683556"], [1702467668, "1562683556"], [1702467695, "1562683556"], [1702467716, "1562683556"], [1702467746, "1562683556"], [1702467800, "1562683556"], [1702467824, "1562683556"], [1702467908, "1562683556"], [1702467944, "1570320845"], [1702467968, "1570320845"], [1702468001, "1570320845"], [1702468031, "1570320845"], [1702468067, "1570320845"], [1702468085, "1570320845"], [1702468115, "1570320845"], [1702468151, "1570320845"], [1702468181, "1570320845"], [1702468208, "1570320845"], [1702468241, "1570320845"], [1702468256, "1570320845"], [1702468286, "1570320845"], [1702468322, "1570320845"], [1702468352, "1570320845"], [1702468388, "1570320845"], [1702468424, "1570320845"], [1702468457, "1570320845"], [1702468493, "1570320845"], [1702468517, "1570320845"], [1702468550, "1570320845"], [1702468586, "1570320845"], [1702468613, "1570320845"], [1702468637, "1620108280"], [1702468679, "1620108280"], [1702468721, "1620108280"], [1702468730, "1620108280"], [1702468766, "1620108280"], [1702468799, "1620108280"], [1702468835, "1620108280"], [1702468898, "1620108280"], [1702468934, "1620108280"], [1702468970, "1620108280"], [1702468994, "1620108280"], [1702469024, "1620108280"], [1702469060, "1620108280"], [1702469111, "1620108280"], [1702469144, "1620108280"], [1702469168, "1620108280"], [1702469204, "1620108280"], [1702469237, "1620108280"], [1702469273, "1620108280"], [1702469303, "1620108280"], [1702469336, "1620108280"], [1702469360, "1620108280"], [1702469387, "1620108280"], [1702469411, "1620108280"], [1702469435, "1620108280"], [1702469468, "1620108280"], [1702469504, "1620108280"], [1702469537, "1620108280"], [1702469573, "1620108280"], [1702469606, "1620108280"], [1702469633, "1620108280"], [1702469660, "1620108280"], [1702469684, "1620108280"], [1702469717, "1620108280"], [1702469753, "1620108280"], [1702469786, "1620108280"], [1702469816, "1620108280"], [1702469834, "1620108280"], [1702469864, "1620108280"], [1702469906, "1620108280"], [1702469936, "1620108280"], [1702469972, "1620108280"], [1702470005, "1620108280"], [1702470029, "1620108280"], [1702470065, "1620108280"], [1702470101, "1620108280"], [1702470131, "1620108280"], [1702470167, "1620108280"], [1702470203, "1620108280"], [1702470251, "1620108280"], [1702470278, "1620108280"], [1702470311, "1620108280"], [1702470347, "1620108280"], [1702470371, "1620108280"], [1702470404, "1620108280"], [1702470440, "1620108280"], [1702470476, "1620108280"], [1702470506, "1620108280"], [1702470542, "1620108280"], [1702470575, "1620108280"], [1702470611, "1620108280"], [1702470635, "1620108280"], [1702470662, "1620108280"], [1702470686, "1620108280"], [1702470719, "1620108280"], [1702470746, "1620108280"], [1702470812, "1620108280"], [1702470845, "1620108280"], [1702470875, "1620108280"], [1702470899, "1620108280"], [1702470953, "1620108280"], [1702470983, "1620108280"], [1702471025, "1620108280"], [1702471067, "1620108280"], [1702471169, "1620108280"], [1702471193, "1620108280"], [1702471226, "1620108280"], [1702471265, "1620108280"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4100066"], [1702462721, "1160376720"], [1702462736, "1160376720"], [1702462751, "1160481030"], [1702462763, "1160857114"], [1702462793, "1160857114"], [1702462808, "1174690786"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "25265831"], [1702462721, "25860964"], [1702462736, "26091715"], [1702462751, "26091715"], [1702462763, "26091715"], [1702462793, "27387036"], [1702462808, "27387036"], [1702462829, "27387036"], [1702462844, "27900880"], [1702462865, "28125511"], [1702462880, "28460871"], [1702462904, "28460871"], [1702462919, "28460871"], [1702462952, "30157376"], [1702462973, "30157376"], [1702462988, "30157376"], [1702463045, "30157376"], [1702463081, "30865326"], [1702463114, "30865326"], [1702463150, "30865326"], [1702463186, "30865326"], [1702463216, "30865326"], [1702463240, "30865326"], [1702463273, "43157987"], [1702463324, "43881394"], [1702463354, "44060618"], [1702463381, "44797350"], [1702463417, "44797350"], [1702463453, "44797350"], [1702463477, "45064247"], [1702463510, "45064247"], [1702463537, "45064247"], [1702463570, "45064247"], [1702463591, "45064247"], [1702463621, "45367272"], [1702463657, "45367272"], [1702463693, "45367272"], [1702463729, "48216998"], [1702463765, "48216998"], [1702463798, "48391983"], [1702463846, "48391983"], [1702463873, "49330437"], [1702463906, "49330437"], [1702463948, "49330437"], [1702463984, "49764277"], [1702464014, "50048529"], [1702464050, "50636751"], [1702464086, "50636751"], [1702464122, "50636751"], [1702464155, "50636751"], [1702464194, "50988493"], [1702464230, "50988493"], [1702464263, "50988493"], [1702464299, "50988493"], [1702464332, "50988493"], [1702464356, "50988493"], [1702464392, "50988493"], [1702464425, "50988493"], [1702464455, "51226648"], [1702464479, "51226648"], [1702464509, "51440926"], [1702464533, "52163647"], [1702464569, "53926449"], [1702464605, "53926449"], [1702464635, "53926449"], [1702464671, "53926449"], [1702464716, "53926449"], [1702464743, "54400788"], [1702464776, "54400788"], [1702464812, "54400788"], [1702464836, "54400788"], [1702464869, "54400788"], [1702464905, "54720789"], [1702464926, "54720789"], [1702464956, "54720789"], [1702464992, "55280710"], [1702465016, "57702347"], [1702465049, "57702347"], [1702465085, "57702347"], [1702465118, "57945538"], [1702465145, "58099877"], [1702465178, "58099877"], [1702465208, "58099877"], [1702465241, "58620457"], [1702465298, "59560304"], [1702465334, "59560304"], [1702465367, "59560304"], [1702465394, "59560304"], [1702465418, "61290965"], [1702465445, "81163107"], [1702465481, "81574542"], [1702465517, "81574542"], [1702465550, "81574542"], [1702465586, "97180781"], [1702465619, "97180781"], [1702465658, "97180781"], [1702465706, "97180781"], [1702465754, "97484930"], [1702465787, "97484930"], [1702465823, "97686853"], [1702465856, "98196562"], [1702465880, "98196562"], [1702465910, "98925868"], [1702465952, "98925868"], [1702465988, "98925868"], [1702466015, "99168256"], [1702466030, "99168256"], [1702466060, "99721188"], [1702466078, "99721188"], [1702466138, "100616911"], [1702466168, "101233465"], [1702466204, "103417524"], [1702466237, "103417524"], [1702466261, "103417524"], [1702466291, "103417524"], [1702466327, "103909787"], [1702466360, "105453429"], [1702466384, "105453429"], [1702466417, "105898142"], [1702466441, "105898142"], [1702466471, "106016501"], [1702466507, "106016501"], [1702466540, "107222450"], [1702466597, "107222450"], [1702466633, "107222450"], [1702466666, "107222450"], [1702466705, "107612229"], [1702466732, "107612229"], [1702466765, "107612229"], [1702466801, "107979905"], [1702466852, "108349456"], [1702466876, "108349456"], [1702466918, "108349456"], [1702466978, "109306618"], [1702467014, "109306618"], [1702467038, "109560500"], [1702467068, "110260283"], [1702467122, "110260283"], [1702467158, "110260283"], [1702467191, "110260283"], [1702467221, "110483903"], [1702467257, "110936052"], [1702467299, "110936052"], [1702467350, "110936052"], [1702467386, "110936052"], [1702467419, "110936052"], [1702467455, "110936052"], [1702467515, "112457216"], [1702467542, "112457216"], [1702467566, "112965974"], [1702467599, "112965974"], [1702467635, "112965974"], [1702467668, "112965974"], [1702467695, "113214659"], [1702467716, "113316419"], [1702467746, "113316419"], [1702467800, "115458153"], [1702467824, "119006793"], [1702467908, "120003224"], [1702467944, "120866292"], [1702467968, "120866292"], [1702468001, "121532536"], [1702468031, "121532536"], [1702468067, "121811188"], [1702468085, "121811188"], [1702468115, "121811188"], [1702468151, "121811188"], [1702468181, "123103853"], [1702468208, "123103853"], [1702468241, "123103853"], [1702468256, "125026679"], [1702468286, "125026679"], [1702468322, "125026679"], [1702468352, "125026679"], [1702468388, "127467234"], [1702468424, "127467234"], [1702468457, "127467234"], [1702468493, "128257536"], [1702468517, "129416094"], [1702468550, "130760602"], [1702468586, "130760602"], [1702468613, "130760602"], [1702468637, "131468663"], [1702468679, "132129169"], [1702468721, "133244006"], [1702468730, "137095278"], [1702468766, "137095278"], [1702468799, "137095278"], [1702468835, "137479939"], [1702468898, "137704458"], [1702468934, "137704458"], [1702468970, "139920467"], [1702468994, "140143203"], [1702469024, "140783692"], [1702469060, "141792189"], [1702469111, "144188002"], [1702469144, "144188002"], [1702469168, "144188002"], [1702469204, "145471819"], [1702469237, "148127220"], [1702469273, "148449460"], [1702469303, "148449460"], [1702469336, "151773601"], [1702469360, "153607607"], [1702469387, "153607607"], [1702469411, "154758306"], [1702469435, "155170012"], [1702469468, "155170012"], [1702469504, "155399237"], [1702469537, "155399237"], [1702469573, "159178167"], [1702469606, "159382885"], [1702469633, "159382885"], [1702469660, "160210391"], [1702469684, "160748740"], [1702469717, "160748740"], [1702469753, "160748740"], [1702469786, "160970422"], [1702469816, "160970422"], [1702469834, "161178262"], [1702469864, "161178262"], [1702469906, "162906950"], [1702469936, "162906950"], [1702469972, "163169451"], [1702470005, "163169451"], [1702470029, "164244165"], [1702470065, "165033192"], [1702470101, "171904018"], [1702470131, "171904018"], [1702470167, "172982073"], [1702470203, "172982073"], [1702470251, "172982073"], [1702470278, "184076043"], [1702470311, "184076043"], [1702470347, "184993365"], [1702470371, "185579020"], [1702470404, "185579020"], [1702470440, "185579020"], [1702470476, "185579020"], [1702470506, "185579020"], [1702470542, "186625236"], [1702470575, "191210781"], [1702470611, "191210781"], [1702470635, "192449904"], [1702470662, "192449904"], [1702470686, "197535882"], [1702470719, "197535882"], [1702470746, "197535882"], [1702470812, "197711588"], [1702470845, "197711588"], [1702470875, "197881449"], [1702470899, "198190833"], [1702470953, "199090447"], [1702470983, "199090447"], [1702471025, "201112026"], [1702471067, "202204849"], [1702471169, "203705240"], [1702471193, "204127338"], [1702471226, "204127338"], [1702471265, "204127338"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "185483008"], [1702462721, "203062201"], [1702462736, "218835989"], [1702462751, "224215926"], [1702462763, "227970226"], [1702462793, "242016659"], [1702462808, "259838022"], [1702462829, "261636111"], [1702462844, "273627369"], [1702462865, "275863170"], [1702462880, "283428098"], [1702462904, "297915076"], [1702462919, "298743611"], [1702462952, "310092903"], [1702462973, "317060173"], [1702462988, "324109650"], [1702463045, "340016792"], [1702463081, "347523198"], [1702463114, "353789447"], [1702463150, "368392372"], [1702463186, "380861263"], [1702463216, "391879728"], [1702463240, "396686607"], [1702463273, "410391875"], [1702463324, "437761765"], [1702463354, "446132314"], [1702463381, "456257377"], [1702463417, "475990070"], [1702463453, "484167264"], [1702463477, "488714718"], [1702463510, "497916679"], [1702463537, "505421084"], [1702463570, "514449354"], [1702463591, "523978140"], [1702463621, "535102597"], [1702463657, "546368953"], [1702463693, "560056051"], [1702463729, "580250460"], [1702463765, "594716003"], [1702463798, "618756374"], [1702463846, "644158771"], [1702463873, "687033222"], [1702463906, "710059456"], [1702463948, "726889218"], [1702463984, "735623764"], [1702464014, "750588516"], [1702464050, "758599795"], [1702464086, "769822070"], [1702464122, "790365140"], [1702464155, "794120631"], [1702464194, "808378180"], [1702464230, "822814054"], [1702464263, "835183335"], [1702464299, "851364312"], [1702464332, "866222662"], [1702464356, "874058370"], [1702464392, "885140351"], [1702464425, "899796862"], [1702464455, "933488595"], [1702464479, "946629203"], [1702464509, "958526552"], [1702464533, "966720890"], [1702464569, "984270182"], [1702464605, "1001238851"], [1702464635, "1010828469"], [1702464671, "1033697405"], [1702464716, "1048157752"], [1702464743, "1062712267"], [1702464776, "1079642118"], [1702464812, "1090965561"], [1702464836, "1109401450"], [1702464869, "1118032202"], [1702464905, "1129612904"], [1702464926, "1145872681"], [1702464956, "1156309751"], [1702464992, "1170383921"], [1702465016, "1179416838"], [1702465049, "1184155301"], [1702465085, "1221337509"], [1702465118, "1232172443"], [1702465145, "1247947826"], [1702465178, "1256660623"], [1702465208, "1278822383"], [1702465241, "1288957280"], [1702465298, "1309575685"], [1702465334, "1323370368"], [1702465367, "1342490690"], [1702465394, "1348678741"], [1702465418, "1366499753"], [1702465445, "1382079546"], [1702465481, "1426183866"], [1702465517, "1437781703"], [1702465550, "1449660075"], [1702465586, "1466119195"], [1702465619, "1474431044"], [1702465658, "1495022893"], [1702465706, "1512265744"], [1702465754, "1549915693"], [1702465787, "1559558530"], [1702465823, "1570433307"], [1702465856, "1590782252"], [1702465880, "1597232999"], [1702465910, "1608137291"], [1702465952, "1623976518"], [1702465988, "1644198247"], [1702466015, "1656931312"], [1702466030, "1669234055"], [1702466060, "1676339563"], [1702466078, "1686649308"], [1702466138, "1714122822"], [1702466168, "1727199380"], [1702466204, "1741357813"], [1702466237, "1806082754"], [1702466261, "1889087068"], [1702466291, "1896068396"], [1702466327, "1905548818"], [1702466360, "1919334686"], [1702466384, "1933279407"], [1702466417, "1949194456"], [1702466441, "1971234423"], [1702466471, "1982161611"], [1702466507, "2003796094"], [1702466540, "2015209035"], [1702466597, "2040047797"], [1702466633, "2055368608"], [1702466666, "2070912343"], [1702466705, "2085817518"], [1702466732, "2102692000"], [1702466765, "2129449814"], [1702466801, "2158682142"], [1702466852, "2187108203"], [1702466876, "2199816679"], [1702466918, "2217809309"], [1702466978, "2238392934"], [1702467014, "2249381470"], [1702467038, "2268529744"], [1702467068, "2289992867"], [1702467122, "2316985609"], [1702467158, "2330054077"], [1702467191, "2347116902"], [1702467221, "2357161456"], [1702467257, "2367352387"], [1702467299, "2386214657"], [1702467350, "2402304704"], [1702467386, "2418107014"], [1702467419, "2449079330"], [1702467455, "2466599920"], [1702467515, "2494903878"], [1702467542, "2508257188"], [1702467566, "2528073440"], [1702467599, "2537220180"], [1702467635, "2540128659"], [1702467668, "2547198113"], [1702467695, "2560446925"], [1702467716, "2580778898"], [1702467746, "2597845943"], [1702467800, "2616844643"], [1702467824, "2649428789"], [1702467908, "2691298752"], [1702467944, "2712622460"], [1702467968, "2728360036"], [1702468001, "2749015977"], [1702468031, "2761080263"], [1702468067, "2776416836"], [1702468085, "2787329850"], [1702468115, "2792180873"], [1702468151, "2811466778"], [1702468181, "2851143312"], [1702468208, "2883897798"], [1702468241, "2906802179"], [1702468256, "2933050911"], [1702468286, "2946253851"], [1702468322, "2962115583"], [1702468352, "2979053097"], [1702468388, "2998406818"], [1702468424, "3012104205"], [1702468457, "3022709055"], [1702468493, "3046109375"], [1702468517, "3053443944"], [1702468550, "3059335321"], [1702468586, "3086418021"], [1702468613, "3130256288"], [1702468637, "3144403257"], [1702468679, "3172359906"], [1702468721, "3190987733"], [1702468730, "3202015708"], [1702468766, "3210171058"], [1702468799, "3223073303"], [1702468835, "3242546123"], [1702468898, "3269056512"], [1702468934, "3310660837"], [1702468970, "3334200233"], [1702468994, "3358047805"], [1702469024, "3374340684"], [1702469060, "3518141447"], [1702469111, "3544716850"], [1702469144, "3558935439"], [1702469168, "3569253079"], [1702469204, "3583537794"], [1702469237, "3606902805"], [1702469273, "3640953455"], [1702469303, "3673763281"], [1702469336, "3705807040"], [1702469360, "3745871354"], [1702469387, "3766270301"], [1702469411, "3786375573"], [1702469435, "3793612381"], [1702469468, "3807195612"], [1702469504, "3819805730"], [1702469537, "3838072670"], [1702469573, "3848793068"], [1702469606, "3862612372"], [1702469633, "3871311451"], [1702469660, "3898376553"], [1702469684, "3918207077"], [1702469717, "3942178744"], [1702469753, "3957905417"], [1702469786, "3980211717"], [1702469816, "3990436211"], [1702469834, "3999917721"], [1702469864, "4013689165"], [1702469906, "4026827434"], [1702469936, "4036651876"], [1702469972, "4051028127"], [1702470005, "4064666955"], [1702470029, "4074854145"], [1702470065, "4091314661"], [1702470101, "4109006112"], [1702470131, "4125061448"], [1702470167, "4139604263"], [1702470203, "4160952582"], [1702470251, "4193934609"], [1702470278, "4199547518"], [1702470311, "4219496525"], [1702470347, "4239182748"], [1702470371, "4251864536"], [1702470404, "4259192490"], [1702470440, "4273936154"], [1702470476, "4287046866"], [1702470506, "4306293566"], [1702470542, "4329028540"], [1702470575, "4354124788"], [1702470611, "4383883692"], [1702470635, "4409539770"], [1702470662, "4427858008"], [1702470686, "4454868005"], [1702470719, "4466439675"], [1702470746, "4480853301"], [1702470812, "4501815378"], [1702470845, "4507918625"], [1702470875, "4532426033"], [1702470899, "4538988340"], [1702470953, "4551393929"], [1702470983, "4561895852"], [1702471025, "4745672578"], [1702471067, "4771228185"], [1702471169, "4814296985"], [1702471193, "4826780401"], [1702471226, "4846689613"], [1702471265, "4866695050"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "84345308"], [1702462721, "85146685"], [1702462736, "86051405"], [1702462751, "90168439"], [1702462763, "90513768"], [1702462793, "91928502"], [1702462808, "95237042"], [1702462829, "95237042"], [1702462844, "108066863"], [1702462865, "109494044"], [1702462880, "110876367"], [1702462904, "113604708"], [1702462919, "113604708"], [1702462952, "128392424"], [1702462973, "128899322"], [1702462988, "256253091"], [1702463045, "278222263"], [1702463081, "287670111"], [1702463114, "296183998"], [1702463150, "310034320"], [1702463186, "322387836"], [1702463216, "327373710"], [1702463240, "347706542"], [1702463273, "350147844"], [1702463324, "366211997"], [1702463354, "379379855"], [1702463381, "387347694"], [1702463417, "394288828"], [1702463453, "421048598"], [1702463477, "428261023"], [1702463510, "438302978"], [1702463537, "448675766"], [1702463570, "457421954"], [1702463591, "468327661"], [1702463621, "474631658"], [1702463657, "483076328"], [1702463693, "512122760"], [1702463729, "524826586"], [1702463765, "539453062"], [1702463798, "546701050"], [1702463846, "564220275"], [1702463873, "572873677"], [1702463906, "576320652"], [1702463948, "596494874"], [1702463984, "602686271"], [1702464014, "615936616"], [1702464050, "628398053"], [1702464086, "644542033"], [1702464122, "658190136"], [1702464155, "673182790"], [1702464194, "690195122"], [1702464230, "695446449"], [1702464263, "713092506"], [1702464299, "722758522"], [1702464332, "734631906"], [1702464356, "740194144"], [1702464392, "744233453"], [1702464425, "768310121"], [1702464455, "774529404"], [1702464479, "795256794"], [1702464509, "798062869"], [1702464533, "805896020"], [1702464569, "814180324"], [1702464605, "828363035"], [1702464635, "843694593"], [1702464671, "848926024"], [1702464716, "855049441"], [1702464743, "864257980"], [1702464776, "868574591"], [1702464812, "882083435"], [1702464836, "903354331"], [1702464869, "919658231"], [1702464905, "934973135"], [1702464926, "943319881"], [1702464956, "955239002"], [1702464992, "969090116"], [1702465016, "977779824"], [1702465049, "986635670"], [1702465085, "995283816"], [1702465118, "1002096100"], [1702465145, "1011765543"], [1702465178, "1020635359"], [1702465208, "1033596507"], [1702465241, "1045174396"], [1702465298, "1061442666"], [1702465334, "1064229317"], [1702465367, "1079269466"], [1702465394, "1087051054"], [1702465418, "1105521094"], [1702465445, "1111777975"], [1702465481, "1120900689"], [1702465517, "1131058364"], [1702465550, "1137776129"], [1702465586, "1152104391"], [1702465619, "1163790073"], [1702465658, "1188996421"], [1702465706, "1200609994"], [1702465754, "1218928591"], [1702465787, "1233521445"], [1702465823, "1240750567"], [1702465856, "1249975424"], [1702465880, "1253521027"], [1702465910, "1259367402"], [1702465952, "1270864972"], [1702465988, "1294445562"], [1702466015, "1312100090"], [1702466030, "1318437816"], [1702466060, "1323735009"], [1702466078, "1330110550"], [1702466138, "1343582394"], [1702466168, "1359759155"], [1702466204, "1365108136"], [1702466237, "1380881939"], [1702466261, "1396870082"], [1702466291, "1403221708"], [1702466327, "1408893790"], [1702466360, "1420047946"], [1702466384, "1429367324"], [1702466417, "1441232555"], [1702466441, "1452450359"], [1702466471, "1458850672"], [1702466507, "1475104468"], [1702466540, "1480700846"], [1702466597, "1491869576"], [1702466633, "1506287854"], [1702466666, "1515730406"], [1702466705, "1530490604"], [1702466732, "1539806432"], [1702466765, "1555510780"], [1702466801, "1568403565"], [1702466852, "1582520656"], [1702466876, "1588245848"], [1702466918, "1596206477"], [1702466978, "1619371839"], [1702467014, "1634981672"], [1702467038, "1650008093"], [1702467068, "1659257169"], [1702467122, "1675560756"], [1702467158, "1682480667"], [1702467191, "1697443355"], [1702467221, "1705198677"], [1702467257, "1719535757"], [1702467299, "1730926274"], [1702467350, "1751805490"], [1702467386, "1766724536"], [1702467419, "1777800407"], [1702467455, "1802817645"], [1702467515, "1845942071"], [1702467542, "1859270171"], [1702467566, "1888497397"], [1702467599, "1894451908"], [1702467635, "1906527234"], [1702467668, "1915829976"], [1702467695, "1923074455"], [1702467716, "1929855794"], [1702467746, "1939378900"], [1702467800, "1961328590"], [1702467824, "1983674634"], [1702467908, "2037430076"], [1702467944, "2055871061"], [1702467968, "2070674696"], [1702468001, "2078192351"], [1702468031, "2087234048"], [1702468067, "2102976198"], [1702468085, "2112678141"], [1702468115, "2126894907"], [1702468151, "2137244581"], [1702468181, "2163813731"], [1702468208, "2182453190"], [1702468241, "2198497960"], [1702468256, "2207645434"], [1702468286, "2215130449"], [1702468322, "2230754331"], [1702468352, "2245678139"], [1702468388, "2255539572"], [1702468424, "2262255519"], [1702468457, "2266946581"], [1702468493, "2275332466"], [1702468517, "2286238043"], [1702468550, "2303680060"], [1702468586, "2333952018"], [1702468613, "2354156984"], [1702468637, "2367759575"], [1702468679, "2379832223"], [1702468721, "2394491246"], [1702468730, "2404148029"], [1702468766, "2411999019"], [1702468799, "2424529552"], [1702468835, "2436807835"], [1702468898, "2452822285"], [1702468934, "2488981922"], [1702468970, "2505759683"], [1702468994, "2521061712"], [1702469024, "2532982877"], [1702469060, "2555570479"], [1702469111, "2576391235"], [1702469144, "2584802180"], [1702469168, "2595498819"], [1702469204, "2599260198"], [1702469237, "2613752613"], [1702469273, "2647446020"], [1702469303, "2659504586"], [1702469336, "2688708570"], [1702469360, "2706620857"], [1702469387, "2718479914"], [1702469411, "2726490524"], [1702469435, "2732245412"], [1702469468, "2742481480"], [1702469504, "2749869265"], [1702469537, "2759713619"], [1702469573, "2780294560"], [1702469606, "2789362873"], [1702469633, "2799603292"], [1702469660, "2812512614"], [1702469684, "2820072681"], [1702469717, "2838167502"], [1702469753, "2851171420"], [1702469786, "2866787515"], [1702469816, "2881576462"], [1702469834, "2899775587"], [1702469864, "2907882639"], [1702469906, "2920584124"], [1702469936, "2927940002"], [1702469972, "2935406357"], [1702470005, "2948263729"], [1702470029, "2957291363"], [1702470065, "2961687066"], [1702470101, "2976246522"], [1702470131, "2983868111"], [1702470167, "3022622413"], [1702470203, "3035210478"], [1702470251, "3059979202"], [1702470278, "3079033906"], [1702470311, "3089728286"], [1702470347, "3113570283"], [1702470371, "3122280268"], [1702470404, "3128250498"], [1702470440, "3142350147"], [1702470476, "3160092175"], [1702470506, "3174343324"], [1702470542, "3191116715"], [1702470575, "3200929660"], [1702470611, "3220246500"], [1702470635, "3243783695"], [1702470662, "3252738247"], [1702470686, "3265721917"], [1702470719, "3272132129"], [1702470746, "3280471350"], [1702470812, "3301983806"], [1702470845, "3306793999"], [1702470875, "3316773547"], [1702470899, "3333307634"], [1702470953, "3344067202"], [1702470983, "3359162627"], [1702471025, "3369665687"], [1702471067, "3402719478"], [1702471169, "3416913985"], [1702471193, "3423683888"], [1702471226, "3434993762"], [1702471265, "3449558275"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "105995339"], [1702462721, "133438549"], [1702462736, "140752700"], [1702462751, "140752700"], [1702462763, "140752700"], [1702462793, "159115298"], [1702462808, "162602682"], [1702462829, "172111753"], [1702462844, "176174495"], [1702462865, "179744319"], [1702462880, "187953298"], [1702462904, "267953708"], [1702462919, "268942147"], [1702462952, "271580682"], [1702462973, "274573800"], [1702462988, "277421759"], [1702463045, "297894663"], [1702463081, "319423096"], [1702463114, "339244831"], [1702463150, "352361639"], [1702463186, "360108823"], [1702463216, "370683600"], [1702463240, "422086970"], [1702463273, "438185094"], [1702463324, "460485708"], [1702463354, "475413617"], [1702463381, "507501867"], [1702463417, "537708888"], [1702463453, "545215317"], [1702463477, "557518269"], [1702463510, "570646408"], [1702463537, "591532448"], [1702463570, "605550054"], [1702463591, "612487578"], [1702463621, "622801292"], [1702463657, "641228093"], [1702463693, "665836440"], [1702463729, "676232874"], [1702463765, "714174239"], [1702463798, "734647537"], [1702463846, "759563603"], [1702463873, "775886624"], [1702463906, "791268234"], [1702463948, "810559831"], [1702463984, "825577645"], [1702464014, "842777384"], [1702464050, "860814244"], [1702464086, "886825191"], [1702464122, "907033411"], [1702464155, "912503384"], [1702464194, "926962077"], [1702464230, "932058115"], [1702464263, "944269450"], [1702464299, "958805169"], [1702464332, "994504234"], [1702464356, "1001650776"], [1702464392, "1011407692"], [1702464425, "1021057886"], [1702464455, "1031519964"], [1702464479, "1059413361"], [1702464509, "1080497131"], [1702464533, "1139775660"], [1702464569, "1156723139"], [1702464605, "1173040662"], [1702464635, "1185467695"], [1702464671, "1201428043"], [1702464716, "1223724184"], [1702464743, "1239583072"], [1702464776, "1246495826"], [1702464812, "1260022582"], [1702464836, "1275012757"], [1702464869, "1285878085"], [1702464905, "1299179577"], [1702464926, "1316920520"], [1702464956, "1330410907"], [1702464992, "1335853392"], [1702465016, "1343465881"], [1702465049, "1351336650"], [1702465085, "1381843500"], [1702465118, "1389725802"], [1702465145, "1398016277"], [1702465178, "1403817923"], [1702465208, "1423044415"], [1702465241, "1440396277"], [1702465298, "1479855216"], [1702465334, "1521857648"], [1702465367, "1556463489"], [1702465394, "1570884916"], [1702465418, "1588503103"], [1702465445, "1607979724"], [1702465481, "1617596664"], [1702465517, "1651603754"], [1702465550, "1654985993"], [1702465586, "1682038421"], [1702465619, "1690576473"], [1702465658, "1708236611"], [1702465706, "1711891313"], [1702465754, "1726821359"], [1702465787, "1731936188"], [1702465823, "1746309924"], [1702465856, "1759249392"], [1702465880, "1769004529"], [1702465910, "1782285449"], [1702465952, "1795101783"], [1702465988, "1822876263"], [1702466015, "1838808984"], [1702466030, "1855226589"], [1702466060, "1862267606"], [1702466078, "1876324197"], [1702466138, "1892213135"], [1702466168, "1909532728"], [1702466204, "1931026033"], [1702466237, "1949733111"], [1702466261, "1968206808"], [1702466291, "1977312131"], [1702466327, "2011483941"], [1702466360, "2027924932"], [1702466384, "2039076449"], [1702466417, "2060670964"], [1702466441, "2090753228"], [1702466471, "2097257525"], [1702466507, "2121212338"], [1702466540, "2135060875"], [1702466597, "2146218475"], [1702466633, "2154505966"], [1702466666, "2174106057"], [1702466705, "2200898955"], [1702466732, "2216838760"], [1702466765, "2226667940"], [1702466801, "2257159449"], [1702466852, "2275020803"], [1702466876, "2283639581"], [1702466918, "2296231199"], [1702466978, "2332907705"], [1702467014, "2356727877"], [1702467038, "2378080735"], [1702467068, "2402016047"], [1702467122, "2420453179"], [1702467158, "2446357857"], [1702467191, "2483409219"], [1702467221, "2496486993"], [1702467257, "2522582425"], [1702467299, "2539764240"], [1702467350, "2559735379"], [1702467386, "2607596471"], [1702467419, "2625173565"], [1702467455, "2669203020"], [1702467515, "2733413190"], [1702467542, "2753655866"], [1702467566, "2765126079"], [1702467599, "2776141506"], [1702467635, "2792321710"], [1702467668, "2810813072"], [1702467695, "2929327506"], [1702467716, "2936273924"], [1702467746, "2945519726"], [1702467800, "2982867663"], [1702467824, "3027645223"], [1702467908, "3070802533"], [1702467944, "3093850704"], [1702467968, "3113344149"], [1702468001, "3118300148"], [1702468031, "3222189907"], [1702468067, "3241101278"], [1702468085, "3263281632"], [1702468115, "3273694459"], [1702468151, "3300190548"], [1702468181, "3330747425"], [1702468208, "3348488067"], [1702468241, "3361325576"], [1702468256, "3375963390"], [1702468286, "3389907094"], [1702468322, "3409471705"], [1702468352, "3534220851"], [1702468388, "3572318199"], [1702468424, "3593511456"], [1702468457, "3608187714"], [1702468493, "3628157443"], [1702468517, "3665373216"], [1702468550, "3677235471"], [1702468586, "3765195728"], [1702468613, "3825705284"], [1702468637, "3867681015"], [1702468679, "3883786737"], [1702468721, "3909704978"], [1702468730, "3919019847"], [1702468766, "3931099606"], [1702468799, "3948420538"], [1702468835, "3963537432"], [1702468898, "3984956541"], [1702468934, "4028400153"], [1702468970, "4080734863"], [1702468994, "4117570589"], [1702469024, "4131991663"], [1702469060, "4160721277"], [1702469111, "4200376110"], [1702469144, "4232226720"], [1702469168, "4239703378"], [1702469204, "4251559055"], [1702469237, "4271174716"], [1702469273, "4318682247"], [1702469303, "4341541793"], [1702469336, "4380258062"], [1702469360, "4397596537"], [1702469387, "4426461541"], [1702469411, "4439948041"], [1702469435, "4454663709"], [1702469468, "4469061537"], [1702469504, "4489481528"], [1702469537, "4514187841"], [1702469573, "4528930941"], [1702469606, "4540477980"], [1702469633, "4551596322"], [1702469660, "4575683527"], [1702469684, "4592273955"], [1702469717, "4606620281"], [1702469753, "4625496702"], [1702469786, "4656025355"], [1702469816, "4675375713"], [1702469834, "4694967982"], [1702469864, "4704892716"], [1702469906, "4725220732"], [1702469936, "4737804021"], [1702469972, "4748190835"], [1702470005, "4760444197"], [1702470029, "4766904757"], [1702470065, "4791860325"], [1702470101, "4807652115"], [1702470131, "4820541920"], [1702470167, "4835449233"], [1702470203, "4866869266"], [1702470251, "4903180370"], [1702470278, "4921323046"], [1702470311, "4942956366"], [1702470347, "4968614513"], [1702470371, "4986725749"], [1702470404, "5009340828"], [1702470440, "5023839790"], [1702470476, "5044370235"], [1702470506, "5070467018"], [1702470542, "5130388011"], [1702470575, "5167018828"], [1702470611, "5230652493"], [1702470635, "5280924989"], [1702470662, "5319095837"], [1702470686, "5364481426"], [1702470719, "5383556409"], [1702470746, "5418275860"], [1702470812, "5465821056"], [1702470845, "5493404782"], [1702470875, "5527919475"], [1702470899, "5543401619"], [1702470953, "5577602450"], [1702470983, "5590769774"], [1702471025, "5628003640"], [1702471067, "5682225778"], [1702471169, "5769310819"], [1702471193, "5786571603"], [1702471226, "5804959731"], [1702471265, "5837565332"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "157557718"], [1702462721, "159676205"], [1702462736, "166765164"], [1702462751, "168751384"], [1702462763, "170192384"], [1702462793, "194744419"], [1702462808, "201875692"], [1702462829, "206806318"], [1702462844, "212962814"], [1702462865, "219499737"], [1702462880, "222704398"], [1702462904, "242228039"], [1702462919, "249980832"], [1702462952, "260922107"], [1702462973, "276361059"], [1702462988, "283623081"], [1702463045, "325249599"], [1702463081, "344766964"], [1702463114, "357170040"], [1702463150, "364079569"], [1702463186, "409485156"], [1702463216, "426306093"], [1702463240, "438131908"], [1702463273, "447120433"], [1702463324, "466424133"], [1702463354, "476484287"], [1702463381, "489300702"], [1702463417, "500903367"], [1702463453, "526807195"], [1702463477, "536376859"], [1702463510, "543144883"], [1702463537, "562115363"], [1702463570, "576953625"], [1702463591, "587312858"], [1702463621, "634352459"], [1702463657, "641940822"], [1702463693, "720464635"], [1702463729, "743867919"], [1702463765, "758504238"], [1702463798, "774815105"], [1702463846, "794470386"], [1702463873, "803131995"], [1702463906, "812918402"], [1702463948, "830296682"], [1702463984, "836963331"], [1702464014, "847426634"], [1702464050, "858255535"], [1702464086, "878137615"], [1702464122, "890739565"], [1702464155, "905031619"], [1702464194, "932866757"], [1702464230, "942113548"], [1702464263, "959231813"], [1702464299, "976887601"], [1702464332, "988496052"], [1702464356, "1003238589"], [1702464392, "1019494868"], [1702464425, "1029760516"], [1702464455, "1041054892"], [1702464479, "1061604437"], [1702464509, "1075758294"], [1702464533, "1082683676"], [1702464569, "1095376912"], [1702464605, "1117830476"], [1702464635, "1145458495"], [1702464671, "1203078658"], [1702464716, "1214376304"], [1702464743, "1238953916"], [1702464776, "1254040508"], [1702464812, "1272442073"], [1702464836, "1287294708"], [1702464869, "1295448157"], [1702464905, "1304528416"], [1702464926, "1320970218"], [1702464956, "1328425172"], [1702464992, "1346477526"], [1702465016, "1370641434"], [1702465049, "1380907783"], [1702465085, "1395408327"], [1702465118, "1414665865"], [1702465145, "1440844293"], [1702465178, "1454575176"], [1702465208, "1474455791"], [1702465241, "1490210823"], [1702465298, "1524307465"], [1702465334, "1538505211"], [1702465367, "1561469391"], [1702465394, "1565572954"], [1702465418, "1583530062"], [1702465445, "1591350810"], [1702465481, "1604124019"], [1702465517, "1621301068"], [1702465550, "1636240126"], [1702465586, "1650089202"], [1702465619, "1666067712"], [1702465658, "1686845274"], [1702465706, "1699474376"], [1702465754, "1718789265"], [1702465787, "1733965138"], [1702465823, "1747558462"], [1702465856, "1777125259"], [1702465880, "1782487874"], [1702465910, "1792256704"], [1702465952, "1806373819"], [1702465988, "1825658504"], [1702466015, "1835547475"], [1702466030, "1850587890"], [1702466060, "1865965923"], [1702466078, "1882988295"], [1702466138, "1898835973"], [1702466168, "1924826121"], [1702466204, "1936206211"], [1702466237, "1949482397"], [1702466261, "1957273613"], [1702466291, "1974491124"], [1702466327, "1999660191"], [1702466360, "2018393267"], [1702466384, "2023406096"], [1702466417, "2038309117"], [1702466441, "2050909950"], [1702466471, "2062513277"], [1702466507, "2080261313"], [1702466540, "2090066888"], [1702466597, "2105794781"], [1702466633, "2115426904"], [1702466666, "2126759900"], [1702466705, "2134989526"], [1702466732, "2151540555"], [1702466765, "2162420554"], [1702466801, "2169844456"], [1702466852, "2195960701"], [1702466876, "2199812858"], [1702466918, "2206330976"], [1702466978, "2229022602"], [1702467014, "2251118283"], [1702467038, "2265586345"], [1702467068, "2279715831"], [1702467122, "2314294659"], [1702467158, "2322492086"], [1702467191, "2335344910"], [1702467221, "2346046148"], [1702467257, "2358224952"], [1702467299, "2386590213"], [1702467350, "2404516125"], [1702467386, "2424579242"], [1702467419, "2457486116"], [1702467455, "2491085459"], [1702467515, "2535069117"], [1702467542, "2551124934"], [1702467566, "2585666981"], [1702467599, "2602525776"], [1702467635, "2612539898"], [1702467668, "2628088445"], [1702467695, "2638809676"], [1702467716, "2652297552"], [1702467746, "2660662680"], [1702467800, "2682264528"], [1702467824, "2718203756"], [1702467908, "2795720355"], [1702467944, "2821854505"], [1702467968, "2840492484"], [1702468001, "2858937548"], [1702468031, "2869047091"], [1702468067, "2878644727"], [1702468085, "2885272732"], [1702468115, "2896123968"], [1702468151, "2915862501"], [1702468181, "2959100278"], [1702468208, "2990064314"], [1702468241, "3032788349"], [1702468256, "3047936039"], [1702468286, "3090773889"], [1702468322, "3110181193"], [1702468352, "3131020620"], [1702468388, "3144182052"], [1702468424, "3160475983"], [1702468457, "3181278740"], [1702468493, "3211239057"], [1702468517, "3219471194"], [1702468550, "3241013395"], [1702468586, "3273974061"], [1702468613, "3305393732"], [1702468637, "3326102098"], [1702468679, "3344988830"], [1702468721, "3366951568"], [1702468730, "3394917989"], [1702468766, "3402410225"], [1702468799, "3418079148"], [1702468835, "3441823442"], [1702468898, "3477223871"], [1702468934, "3520441740"], [1702468970, "3563685617"], [1702468994, "3589712260"], [1702469024, "3605620045"], [1702469060, "3625588687"], [1702469111, "3675973699"], [1702469144, "3696109302"], [1702469168, "3711928981"], [1702469204, "3740826035"], [1702469237, "3756790598"], [1702469273, "3787793077"], [1702469303, "3804945685"], [1702469336, "3838951664"], [1702469360, "3881588694"], [1702469387, "3905035963"], [1702469411, "3939767972"], [1702469435, "3950072556"], [1702469468, "3970647642"], [1702469504, "3986658672"], [1702469537, "4005326727"], [1702469573, "4013802408"], [1702469606, "4041840518"], [1702469633, "4061949367"], [1702469660, "4090794618"], [1702469684, "4107263868"], [1702469717, "4117283461"], [1702469753, "4126990951"], [1702469786, "4153493867"], [1702469816, "4180585488"], [1702469834, "4213737730"], [1702469864, "4230640958"], [1702469906, "4262872305"], [1702469936, "4275422545"], [1702469972, "4307143359"], [1702470005, "4325500393"], [1702470029, "4338638526"], [1702470065, "4351541728"], [1702470101, "4387307097"], [1702470131, "4427183069"], [1702470167, "4459458933"], [1702470203, "4504386723"], [1702470251, "4530170728"], [1702470278, "4551763185"], [1702470311, "4575700597"], [1702470347, "4595773276"], [1702470371, "4634664148"], [1702470404, "4650075593"], [1702470440, "4665687475"], [1702470476, "4685326705"], [1702470506, "4715865091"], [1702470542, "4741164330"], [1702470575, "4756304134"], [1702470611, "4809955199"], [1702470635, "4839240435"], [1702470662, "4849432586"], [1702470686, "4869503489"], [1702470719, "4907567098"], [1702470746, "4935490614"], [1702470812, "4970577320"], [1702470845, "4980270814"], [1702470875, "5000787194"], [1702470899, "5016612944"], [1702470953, "5042177523"], [1702470983, "5060779165"], [1702471025, "5069429095"], [1702471067, "5096578073"], [1702471169, "5133302692"], [1702471193, "5143552203"], [1702471226, "5158073467"], [1702471265, "5177453403"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "174257"], [1702463045, "174257"], [1702463081, "174257"], [1702463114, "174257"], [1702463150, "300379"], [1702463186, "300379"], [1702463216, "300379"], [1702463240, "300379"], [1702463273, "300379"], [1702463324, "300379"], [1702463354, "300379"], [1702463381, "300379"], [1702463417, "300379"], [1702463453, "300379"], [1702463477, "300379"], [1702463510, "300379"], [1702463537, "300379"], [1702463570, "300379"], [1702463591, "300379"], [1702463621, "300379"], [1702463657, "300379"], [1702463693, "300379"], [1702463729, "300379"], [1702463765, "300379"], [1702463798, "300379"], [1702463846, "300379"], [1702463873, "300379"], [1702463906, "300379"], [1702463948, "300379"], [1702463984, "300379"], [1702464014, "300379"], [1702464050, "300379"], [1702464086, "300379"], [1702464122, "300379"], [1702464155, "300379"], [1702464194, "300379"], [1702464230, "300379"], [1702464263, "300379"], [1702464299, "300379"], [1702464332, "300379"], [1702464356, "300379"], [1702464392, "300379"], [1702464425, "300379"], [1702464455, "300379"], [1702464479, "300379"], [1702464509, "300379"], [1702464533, "300379"], [1702464569, "300379"], [1702464605, "300379"], [1702464635, "300379"], [1702464671, "300379"], [1702464716, "300379"], [1702464743, "300379"], [1702464776, "300379"], [1702464812, "300379"], [1702464836, "300379"], [1702464869, "300379"], [1702464905, "300379"], [1702464926, "300379"], [1702464956, "300379"], [1702464992, "300379"], [1702465016, "300379"], [1702465049, "300379"], [1702465085, "300379"], [1702465118, "300379"], [1702465145, "300379"], [1702465178, "300379"], [1702465208, "300379"], [1702465241, "6559685"], [1702465298, "6559685"], [1702465334, "6559685"], [1702465367, "6559685"], [1702465394, "6559685"], [1702465418, "6559685"], [1702465445, "6559685"], [1702465481, "6559685"], [1702465517, "6559685"], [1702465550, "6559685"], [1702465586, "6559685"], [1702465619, "6559685"], [1702465658, "6559685"], [1702465706, "6559685"], [1702465754, "6559685"], [1702465787, "6559685"], [1702465823, "6559685"], [1702465856, "6559685"], [1702465880, "6559685"], [1702465910, "6559685"], [1702465952, "6559685"], [1702465988, "6559685"], [1702466015, "6559685"], [1702466030, "6559685"], [1702466060, "6559685"], [1702466078, "6559685"], [1702466138, "6559685"], [1702466168, "6559685"], [1702466204, "6559685"], [1702466237, "6559685"], [1702466261, "6559685"], [1702466291, "6559685"], [1702466327, "6559685"], [1702466360, "6559685"], [1702466384, "6559685"], [1702466417, "6559685"], [1702466441, "6559685"], [1702466471, "6559685"], [1702466507, "6559685"], [1702466540, "6559685"], [1702466597, "6559685"], [1702466633, "6559685"], [1702466666, "6559685"], [1702466705, "6559685"], [1702466732, "6559685"], [1702466765, "6559685"], [1702466801, "6559685"], [1702466852, "6559685"], [1702466876, "6559685"], [1702466918, "6559685"], [1702466978, "6559685"], [1702467014, "6559685"], [1702467038, "6559685"], [1702467068, "6559685"], [1702467122, "6559685"], [1702467158, "6559685"], [1702467191, "6559685"], [1702467221, "6559685"], [1702467257, "6559685"], [1702467299, "6559685"], [1702467350, "6559685"], [1702467386, "6559685"], [1702467419, "6559685"], [1702467455, "6559685"], [1702467515, "6559685"], [1702467542, "6559685"], [1702467566, "6559685"], [1702467599, "6559685"], [1702467635, "6559685"], [1702467668, "6559685"], [1702467695, "6559685"], [1702467716, "6559685"], [1702467746, "6559685"], [1702467800, "6559685"], [1702467824, "6559685"], [1702467908, "6559685"], [1702467944, "6559685"], [1702467968, "6559685"], [1702468001, "6559685"], [1702468031, "6559685"], [1702468067, "6559685"], [1702468085, "6559685"], [1702468115, "6559685"], [1702468151, "6559685"], [1702468181, "6559685"], [1702468208, "6559685"], [1702468241, "6559685"], [1702468256, "6559685"], [1702468286, "6559685"], [1702468322, "6559685"], [1702468352, "6559685"], [1702468388, "6559685"], [1702468424, "6559685"], [1702468457, "6559685"], [1702468493, "6559685"], [1702468517, "6559685"], [1702468550, "6559685"], [1702468586, "6559685"], [1702468613, "6559685"], [1702468637, "6559685"], [1702468679, "6559685"], [1702468721, "6559685"], [1702468730, "6559685"], [1702468766, "6559685"], [1702468799, "6559685"], [1702468835, "6559685"], [1702468898, "6559685"], [1702468934, "6559685"], [1702468970, "6559685"], [1702468994, "6559685"], [1702469024, "6559685"], [1702469060, "6559685"], [1702469111, "6559685"], [1702469144, "6559685"], [1702469168, "6559685"], [1702469204, "6559685"], [1702469237, "6559685"], [1702469273, "6559685"], [1702469303, "6559685"], [1702469336, "6559685"], [1702469360, "6559685"], [1702469387, "6559685"], [1702469411, "6559685"], [1702469435, "6559685"], [1702469468, "6559685"], [1702469504, "6559685"], [1702469537, "6559685"], [1702469573, "6559685"], [1702469606, "6559685"], [1702469633, "6559685"], [1702469660, "6559685"], [1702469684, "6559685"], [1702469717, "6559685"], [1702469753, "6559685"], [1702469786, "6559685"], [1702469816, "6559685"], [1702469834, "6559685"], [1702469864, "6559685"], [1702469906, "6559685"], [1702469936, "6559685"], [1702469972, "6559685"], [1702470005, "6559685"], [1702470029, "6559685"], [1702470065, "6559685"], [1702470101, "6559685"], [1702470131, "6559685"], [1702470167, "6559685"], [1702470203, "6559685"], [1702470251, "6559685"], [1702470278, "6559685"], [1702470311, "6559685"], [1702470347, "6559685"], [1702470371, "6559685"], [1702470404, "6559685"], [1702470440, "6559685"], [1702470476, "6559685"], [1702470506, "6559685"], [1702470542, "6559685"], [1702470575, "6559685"], [1702470611, "6559685"], [1702470635, "6559685"], [1702470662, "6559685"], [1702470686, "6559685"], [1702470719, "6559685"], [1702470746, "6559685"], [1702470812, "6559685"], [1702470845, "6559685"], [1702470875, "6559685"], [1702470899, "6559685"], [1702470953, "6559685"], [1702470983, "6559685"], [1702471025, "6559685"], [1702471067, "6559685"], [1702471169, "6559685"], [1702471193, "6559685"], [1702471226, "6559685"], [1702471265, "6559685"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "76646164"], [1702462721, "76646164"], [1702462736, "76646164"], [1702462751, "76646164"], [1702462763, "76646164"], [1702462793, "82197419"], [1702462808, "82197419"], [1702462829, "82197419"], [1702462844, "82197419"], [1702462865, "82197419"], [1702462880, "82197419"], [1702462904, "82197419"], [1702462919, "82197419"], [1702462952, "82197419"], [1702462973, "107361005"], [1702462988, "107361005"], [1702463045, "113922960"], [1702463081, "113922960"], [1702463114, "146184284"], [1702463150, "146184284"], [1702463186, "146184284"], [1702463216, "146184284"], [1702463240, "146184284"], [1702463273, "146184284"], [1702463324, "168295433"], [1702463354, "168552930"], [1702463381, "168552930"], [1702463417, "168552930"], [1702463453, "264221904"], [1702463477, "264221904"], [1702463510, "264221904"], [1702463537, "264221904"], [1702463570, "264221904"], [1702463591, "264221904"], [1702463621, "264221904"], [1702463657, "264221904"], [1702463693, "264221904"], [1702463729, "288287449"], [1702463765, "288287449"], [1702463798, "288287449"], [1702463846, "288287449"], [1702463873, "288287449"], [1702463906, "288287449"], [1702463948, "288287449"], [1702463984, "288287449"], [1702464014, "288287449"], [1702464050, "291365364"], [1702464086, "291365364"], [1702464122, "291365364"], [1702464155, "291365364"], [1702464194, "291365364"], [1702464230, "424764256"], [1702464263, "424764256"], [1702464299, "424764256"], [1702464332, "424764256"], [1702464356, "437871397"], [1702464392, "437871397"], [1702464425, "437871397"], [1702464455, "437871397"], [1702464479, "437871397"], [1702464509, "437871397"], [1702464533, "438116455"], [1702464569, "438116455"], [1702464605, "438116455"], [1702464635, "438116455"], [1702464671, "438116455"], [1702464716, "438116455"], [1702464743, "438116455"], [1702464776, "438116455"], [1702464812, "438116455"], [1702464836, "446281205"], [1702464869, "446281205"], [1702464905, "468820858"], [1702464926, "468820858"], [1702464956, "480337024"], [1702464992, "480337024"], [1702465016, "492128645"], [1702465049, "492128645"], [1702465085, "492128645"], [1702465118, "492128645"], [1702465145, "492128645"], [1702465178, "492128645"], [1702465208, "492128645"], [1702465241, "492128645"], [1702465298, "492128645"], [1702465334, "492128645"], [1702465367, "492128645"], [1702465394, "492128645"], [1702465418, "492128645"], [1702465445, "492128645"], [1702465481, "492128645"], [1702465517, "492128645"], [1702465550, "492128645"], [1702465586, "492128645"], [1702465619, "498699476"], [1702465658, "498699476"], [1702465706, "498699476"], [1702465754, "498699476"], [1702465787, "520191179"], [1702465823, "520191179"], [1702465856, "520191179"], [1702465880, "520191179"], [1702465910, "520191179"], [1702465952, "520191179"], [1702465988, "520191179"], [1702466015, "520191179"], [1702466030, "520191179"], [1702466060, "520191179"], [1702466078, "520191179"], [1702466138, "520191179"], [1702466168, "520191179"], [1702466204, "520191179"], [1702466237, "520191179"], [1702466261, "534203180"], [1702466291, "534203180"], [1702466327, "534203180"], [1702466360, "534203180"], [1702466384, "534203180"], [1702466417, "534203180"], [1702466441, "633609072"], [1702466471, "633609072"], [1702466507, "633609072"], [1702466540, "633609072"], [1702466597, "633609072"], [1702466633, "633989155"], [1702466666, "633989155"], [1702466705, "633989155"], [1702466732, "633989155"], [1702466765, "678626551"], [1702466801, "678626551"], [1702466852, "678626551"], [1702466876, "678626551"], [1702466918, "678626551"], [1702466978, "678626551"], [1702467014, "678626551"], [1702467038, "678626551"], [1702467068, "678626551"], [1702467122, "678626551"], [1702467158, "679053312"], [1702467191, "697703681"], [1702467221, "697703681"], [1702467257, "697703681"], [1702467299, "697703681"], [1702467350, "710575028"], [1702467386, "710575028"], [1702467419, "710575028"], [1702467455, "710724555"], [1702467515, "710724555"], [1702467542, "710724555"], [1702467566, "710885431"], [1702467599, "710885431"], [1702467635, "710885431"], [1702467668, "719668267"], [1702467695, "719668267"], [1702467716, "743739402"], [1702467746, "743739402"], [1702467800, "743739402"], [1702467824, "743739402"], [1702467908, "766896153"], [1702467944, "766896153"], [1702467968, "766896153"], [1702468001, "766896153"], [1702468031, "766896153"], [1702468067, "766896153"], [1702468085, "766896153"], [1702468115, "766896153"], [1702468151, "766896153"], [1702468181, "766896153"], [1702468208, "766896153"], [1702468241, "766896153"], [1702468256, "766896153"], [1702468286, "766896153"], [1702468322, "766896153"], [1702468352, "766896153"], [1702468388, "771127042"], [1702468424, "771127042"], [1702468457, "771127042"], [1702468493, "771127042"], [1702468517, "771127042"], [1702468550, "771127042"], [1702468586, "771127042"], [1702468613, "771127042"], [1702468637, "771127042"], [1702468679, "771127042"], [1702468721, "771127042"], [1702468730, "771127042"], [1702468766, "771127042"], [1702468799, "771127042"], [1702468835, "771127042"], [1702468898, "790516825"], [1702468934, "790516825"], [1702468970, "860494656"], [1702468994, "860494656"], [1702469024, "886680321"], [1702469060, "886680321"], [1702469111, "886680321"], [1702469144, "886680321"], [1702469168, "886680321"], [1702469204, "886680321"], [1702469237, "886680321"], [1702469273, "892428545"], [1702469303, "892428545"], [1702469336, "892428545"], [1702469360, "892428545"], [1702469387, "892428545"], [1702469411, "892428545"], [1702469435, "892428545"], [1702469468, "892428545"], [1702469504, "892428545"], [1702469537, "892428545"], [1702469573, "911895679"], [1702469606, "911895679"], [1702469633, "911895679"], [1702469660, "911895679"], [1702469684, "911895679"], [1702469717, "911895679"], [1702469753, "929353140"], [1702469786, "929353140"], [1702469816, "929353140"], [1702469834, "929353140"], [1702469864, "929353140"], [1702469906, "929353140"], [1702469936, "929353140"], [1702469972, "929353140"], [1702470005, "929353140"], [1702470029, "929353140"], [1702470065, "929353140"], [1702470101, "929353140"], [1702470131, "929353140"], [1702470167, "929353140"], [1702470203, "929353140"], [1702470251, "929353140"], [1702470278, "929353140"], [1702470311, "929353140"], [1702470347, "929353140"], [1702470371, "929353140"], [1702470404, "929353140"], [1702470440, "929353140"], [1702470476, "929353140"], [1702470506, "929353140"], [1702470542, "929353140"], [1702470575, "929353140"], [1702470611, "929353140"], [1702470635, "929353140"], [1702470662, "929353140"], [1702470686, "929353140"], [1702470719, "929353140"], [1702470746, "929353140"], [1702470812, "942175635"], [1702470845, "950191170"], [1702470875, "950191170"], [1702470899, "950191170"], [1702470953, "997547158"], [1702470983, "997547158"], [1702471025, "997547158"], [1702471067, "1005387611"], [1702471169, "1005387611"], [1702471193, "1005387611"], [1702471226, "1005387611"], [1702471265, "1005387611"]]}, {"metric": {"__name__": "kepler_container_cpu_cycles_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "47292982768"], [1702462721, "50016644855"], [1702462736, "53364407418"], [1702462751, "58136642702"], [1702462763, "60685634516"], [1702462793, "64283988445"], [1702462808, "66689779952"], [1702462829, "70736149095"], [1702462844, "73138118372"], [1702462865, "76074642929"], [1702462880, "78218498149"], [1702462904, "84859606374"], [1702462919, "87039399681"], [1702462952, "93107739101"], [1702462973, "95614294343"], [1702462988, "98664098119"], [1702463045, "110010124615"], [1702463081, "117258708486"], [1702463114, "124870025237"], [1702463150, "133749893238"], [1702463186, "140150975474"], [1702463216, "146638423787"], [1702463240, "151979933132"], [1702463273, "157795496173"], [1702463324, "169243700189"], [1702463354, "175023080912"], [1702463381, "180439088827"], [1702463417, "188472839215"], [1702463453, "196737869203"], [1702463477, "204053427951"], [1702463510, "210304685067"], [1702463537, "216463805370"], [1702463570, "221865559739"], [1702463591, "227226541448"], [1702463621, "232090679355"], [1702463657, "237668500232"], [1702463693, "243789414540"], [1702463729, "252151989894"], [1702463765, "259763007693"], [1702463798, "267119658475"], [1702463846, "276914830572"], [1702463873, "282636326174"], [1702463906, "289989470863"], [1702463948, "298523890577"], [1702463984, "305186916056"], [1702464014, "311179429165"], [1702464050, "317072307215"], [1702464086, "325775749744"], [1702464122, "335621273341"], [1702464155, "342217149055"], [1702464194, "351328992587"], [1702464230, "358511386750"], [1702464263, "367121405553"], [1702464299, "374769568103"], [1702464332, "382134466448"], [1702464356, "386325501002"], [1702464392, "391419863488"], [1702464425, "396885924140"], [1702464455, "404249466674"], [1702464479, "412205305761"], [1702464509, "417499831622"], [1702464533, "424117053245"], [1702464569, "431058233110"], [1702464605, "438907799372"], [1702464635, "445272304038"], [1702464671, "452849291883"], [1702464716, "461613010572"], [1702464743, "469784020712"], [1702464776, "474838317589"], [1702464812, "481380621402"], [1702464836, "489368428102"], [1702464869, "495299399213"], [1702464905, "502453004994"], [1702464926, "509794019967"], [1702464956, "516939614781"], [1702464992, "528363967685"], [1702465016, "534613980922"], [1702465049, "539287462167"], [1702465085, "544709784781"], [1702465118, "550153073156"], [1702465145, "555610125153"], [1702465178, "560616607768"], [1702465208, "568416809337"], [1702465241, "576445800558"], [1702465298, "587500738061"], [1702465334, "594261152291"], [1702465367, "602648804975"], [1702465394, "607816684213"], [1702465418, "614891123689"], [1702465445, "619687364434"], [1702465481, "627678611084"], [1702465517, "634068309114"], [1702465550, "639988224347"], [1702465586, "649464542993"], [1702465619, "657638310133"], [1702465658, "667992259529"], [1702465706, "676017713958"], [1702465754, "688247012196"], [1702465787, "695483300417"], [1702465823, "702322393073"], [1702465856, "708291874777"], [1702465880, "712635324506"], [1702465910, "719296465924"], [1702465952, "726421708849"], [1702465988, "734696748234"], [1702466015, "740495339157"], [1702466030, "745617128902"], [1702466060, "749625722178"], [1702466078, "755882124147"], [1702466138, "767980449758"], [1702466168, "774851191833"], [1702466204, "780712458351"], [1702466237, "787021356148"], [1702466261, "791599866895"], [1702466291, "796467638221"], [1702466327, "804072542153"], [1702466360, "811892165298"], [1702466384, "829340974995"], [1702466417, "838146499887"], [1702466441, "845987450669"], [1702466471, "852685298254"], [1702466507, "862347019062"], [1702466540, "868260024257"], [1702466597, "878910772446"], [1702466633, "885882433029"], [1702466666, "892346947878"], [1702466705, "901134141807"], [1702466732, "910900334336"], [1702466765, "919011594887"], [1702466801, "934118123199"], [1702466852, "947615450433"], [1702466876, "954467408665"], [1702466918, "961718241994"], [1702466978, "973832365881"], [1702467014, "979998491776"], [1702467038, "986420911275"], [1702467068, "993862687572"], [1702467122, "1005175497709"], [1702467158, "1012917106028"], [1702467191, "1021126986112"], [1702467221, "1029484462200"], [1702467257, "1039164353017"], [1702467299, "1046495599857"], [1702467350, "1055767416493"], [1702467386, "1064530340596"], [1702467419, "1072950314596"], [1702467455, "1085227923972"], [1702467515, "1109534119247"], [1702467542, "1118668146279"], [1702467566, "1130899367904"], [1702467599, "1137250990418"], [1702467635, "1145472163225"], [1702467668, "1152527755939"], [1702467695, "1157828156025"], [1702467716, "1164432070385"], [1702467746, "1169517713413"], [1702467800, "1183693340634"], [1702467824, "1194527401390"], [1702467908, "1225895079992"], [1702467944, "1237967259325"], [1702467968, "1247690606412"], [1702468001, "1254274719479"], [1702468031, "1260404420961"], [1702468067, "1266402553592"], [1702468085, "1272303483133"], [1702468115, "1278541712426"], [1702468151, "1287043464289"], [1702468181, "1299520023570"], [1702468208, "1309028044366"], [1702468241, "1323024410288"], [1702468256, "1331776901759"], [1702468286, "1338392533871"], [1702468322, "1349202385440"], [1702468352, "1360826259781"], [1702468388, "1368400459328"], [1702468424, "1375125222968"], [1702468457, "1381787822591"], [1702468493, "1391011505773"], [1702468517, "1401227963659"], [1702468550, "1409824850192"], [1702468586, "1425552766521"], [1702468613, "1440835561692"], [1702468637, "1448695105271"], [1702468679, "1459388395769"], [1702468721, "1468293416645"], [1702468730, "1474315681004"], [1702468766, "1479017975783"], [1702468799, "1485631746713"], [1702468835, "1492159061755"], [1702468898, "1504946329595"], [1702468934, "1521061760750"], [1702468970, "1536683110200"], [1702468994, "1549470780406"], [1702469024, "1563402947268"], [1702469060, "1575979718065"], [1702469111, "1590141657789"], [1702469144, "1596146446811"], [1702469168, "1599724106265"], [1702469204, "1607046532162"], [1702469237, "1615476237362"], [1702469273, "1624866381074"], [1702469303, "1638936497950"], [1702469336, "1651492069841"], [1702469360, "1665130361474"], [1702469387, "1673980392929"], [1702469411, "1681641184939"], [1702469435, "1691272859716"], [1702469468, "1699335016289"], [1702469504, "28703566114033"], [1702469537, "28955425113249"], [1702469573, "29155303170923"], [1702469606, "29338728301728"], [1702469633, "29491482961927"], [1702469660, "29636741284697"], [1702469684, "29757449575230"], [1702469717, "29825161145131"], [1702469753, "29916590420212"], [1702469786, "30010843768227"], [1702469816, "30083884605304"], [1702469834, "30201013595073"], [1702469864, "30288423822936"], [1702469906, "30493306893387"], [1702469936, "30640946329977"], [1702469972, "30849840209641"], [1702470005, "31088862275393"], [1702470029, "31213793190315"], [1702470065, "31380573003323"], [1702470101, "31542014424918"], [1702470131, "31669270323688"], [1702470167, "31788059955465"], [1702470203, "31890575144865"], [1702470251, "31976267998705"], [1702470278, "32062940086734"], [1702470311, "32216864838664"], [1702470347, "32398551174670"], [1702470371, "32613531434114"], [1702470404, "32755373347528"], [1702470440, "32954552906464"], [1702470476, "33128207062249"], [1702470506, "33321585361196"], [1702470542, "33485293528684"], [1702470575, "33582101960074"], [1702470611, "33684421106508"], [1702470635, "33794579640495"], [1702470662, "33837736776537"], [1702470686, "33905988084943"], [1702470719, "33985994957346"], [1702470746, "34143502612851"], [1702470812, "34346620354447"], [1702470845, "34416131293405"], [1702470875, "34488495783920"], [1702470899, "34621587703628"], [1702470953, "34915721117415"], [1702470983, "34976440550971"], [1702471025, "35055941151456"], [1702471067, "35176500991265"], [1702471169, "35609904781237"], [1702471193, "35675109035269"], [1702471226, "35770805130178"], [1702471265, "35937057247940"]]}], "kepler_container_cpu_instructions_total": [{"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1966596"], [1702462721, "1966596"], [1702462736, "2407626"], [1702462751, "2407626"], [1702462763, "2407626"], [1702462793, "2407626"], [1702462808, "2407626"], [1702462829, "2407626"], [1702462844, "2407626"], [1702462865, "2407626"], [1702462880, "2407626"], [1702462904, "2407626"], [1702462919, "2407626"], [1702462952, "2407626"], [1702462973, "2407626"], [1702462988, "2407626"], [1702463045, "2407626"], [1702463081, "2407626"], [1702463114, "2407626"], [1702463150, "2407626"], [1702463186, "2407626"], [1702463216, "2407626"], [1702463240, "2407626"], [1702463273, "2407626"], [1702463324, "2407626"], [1702463354, "2407626"], [1702463381, "5346080"], [1702463417, "5346080"], [1702463453, "5346080"], [1702463477, "5346080"], [1702463510, "5346080"], [1702463537, "5346080"], [1702463570, "5346080"], [1702463591, "5346080"], [1702463621, "5346080"], [1702463657, "5346080"], [1702463693, "5346080"], [1702463729, "5346080"], [1702463765, "5346080"], [1702463798, "5346080"], [1702463846, "5346080"], [1702463873, "5346080"], [1702463906, "5346080"], [1702463948, "5346080"], [1702463984, "5346080"], [1702464014, "5346080"], [1702464050, "5346080"], [1702464086, "5346080"], [1702464122, "5346080"], [1702464155, "5346080"], [1702464194, "5346080"], [1702464230, "5346080"], [1702464263, "5346080"], [1702464299, "5346080"], [1702464332, "5346080"], [1702464356, "5346080"], [1702464392, "5346080"], [1702464425, "5346080"], [1702464455, "5346080"], [1702464479, "5346080"], [1702464509, "5346080"], [1702464533, "5346080"], [1702464569, "5346080"], [1702464605, "5346080"], [1702464635, "5346080"], [1702464671, "5346080"], [1702464716, "5346080"], [1702464743, "5346080"], [1702464776, "5346080"], [1702464812, "5346080"], [1702464836, "5346080"], [1702464869, "5346080"], [1702464905, "5346080"], [1702464926, "5346080"], [1702464956, "5346080"], [1702464992, "5346080"], [1702465016, "5346080"], [1702465049, "5346080"], [1702465085, "5346080"], [1702465118, "5346080"], [1702465145, "5346080"], [1702465178, "5346080"], [1702465208, "5346080"], [1702465241, "5346080"], [1702465298, "5346080"], [1702465334, "5346080"], [1702465367, "5346080"], [1702465394, "5346080"], [1702465418, "5346080"], [1702465445, "5346080"], [1702465481, "5346080"], [1702465517, "5346080"], [1702465550, "5346080"], [1702465586, "5346080"], [1702465619, "5346080"], [1702465658, "5346080"], [1702465706, "5346080"], [1702465754, "5346080"], [1702465787, "5346080"], [1702465823, "5346080"], [1702465856, "5346080"], [1702465880, "5346080"], [1702465910, "5346080"], [1702465952, "5346080"], [1702465988, "5346080"], [1702466015, "5346080"], [1702466030, "5346080"], [1702466060, "5346080"], [1702466078, "5346080"], [1702466138, "5346080"], [1702466168, "5346080"], [1702466204, "5346080"], [1702466237, "5346080"], [1702466261, "5346080"], [1702466291, "5346080"], [1702466327, "5346080"], [1702466360, "5346080"], [1702466384, "5346080"], [1702466417, "5346080"], [1702466441, "5346080"], [1702466471, "5346080"], [1702466507, "5346080"], [1702466540, "5346080"], [1702466597, "5346080"], [1702466633, "5346080"], [1702466666, "5346080"], [1702466705, "5346080"], [1702466732, "5346080"], [1702466765, "5346080"], [1702466801, "5346080"], [1702466852, "5346080"], [1702466876, "5346080"], [1702466918, "5346080"], [1702466978, "5346080"], [1702467014, "5346080"], [1702467038, "5346080"], [1702467068, "5346080"], [1702467122, "5346080"], [1702467158, "5346080"], [1702467191, "5346080"], [1702467221, "5346080"], [1702467257, "5346080"], [1702467299, "5346080"], [1702467350, "5346080"], [1702467386, "5346080"], [1702467419, "5346080"], [1702467455, "5346080"], [1702467515, "5346080"], [1702467542, "5346080"], [1702467566, "5346080"], [1702467599, "5346080"], [1702467635, "5346080"], [1702467668, "5346080"], [1702467695, "5346080"], [1702467716, "5346080"], [1702467746, "5346080"], [1702467800, "5346080"], [1702467824, "5346080"], [1702467908, "5346080"], [1702467944, "5346080"], [1702467968, "5346080"], [1702468001, "5346080"], [1702468031, "5346080"], [1702468067, "5346080"], [1702468085, "5346080"], [1702468115, "5346080"], [1702468151, "5346080"], [1702468181, "5346080"], [1702468208, "5346080"], [1702468241, "5346080"], [1702468256, "5346080"], [1702468286, "5346080"], [1702468322, "5346080"], [1702468352, "5346080"], [1702468388, "5346080"], [1702468424, "5346080"], [1702468457, "5346080"], [1702468493, "5346080"], [1702468517, "5346080"], [1702468550, "5346080"], [1702468586, "5346080"], [1702468613, "5346080"], [1702468637, "5346080"], [1702468679, "5346080"], [1702468721, "5346080"], [1702468730, "5346080"], [1702468766, "5346080"], [1702468799, "5346080"], [1702468835, "5346080"], [1702468898, "5346080"], [1702468934, "5346080"], [1702468970, "5346080"], [1702468994, "5346080"], [1702469024, "5346080"], [1702469060, "5346080"], [1702469111, "5346080"], [1702469144, "5346080"], [1702469168, "5346080"], [1702469204, "5346080"], [1702469237, "5346080"], [1702469273, "5346080"], [1702469303, "5346080"], [1702469336, "5346080"], [1702469360, "5346080"], [1702469387, "5346080"], [1702469411, "5346080"], [1702469435, "5346080"], [1702469468, "5346080"], [1702469504, "5346080"], [1702469537, "5346080"], [1702469573, "5346080"], [1702469606, "5346080"], [1702469633, "5346080"], [1702469660, "5346080"], [1702469684, "5346080"], [1702469717, "5346080"], [1702469753, "5346080"], [1702469786, "5346080"], [1702469816, "5346080"], [1702469834, "5346080"], [1702469864, "5346080"], [1702469906, "5346080"], [1702469936, "5346080"], [1702469972, "5346080"], [1702470005, "5346080"], [1702470029, "5346080"], [1702470065, "5346080"], [1702470101, "5346080"], [1702470131, "5346080"], [1702470167, "5346080"], [1702470203, "5346080"], [1702470251, "5346080"], [1702470278, "5346080"], [1702470311, "5346080"], [1702470347, "5346080"], [1702470371, "5346080"], [1702470404, "5346080"], [1702470440, "5346080"], [1702470476, "5346080"], [1702470506, "5346080"], [1702470542, "5346080"], [1702470575, "5346080"], [1702470611, "5346080"], [1702470635, "5346080"], [1702470662, "5346080"], [1702470686, "5346080"], [1702470719, "5346080"], [1702470746, "5346080"], [1702470812, "5346080"], [1702470845, "5346080"], [1702470875, "5346080"], [1702470899, "5346080"], [1702470953, "5346080"], [1702470983, "5346080"], [1702471025, "5346080"], [1702471067, "5346080"], [1702471169, "5346080"], [1702471193, "5346080"], [1702471226, "5346080"], [1702471265, "5346080"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "52659782"], [1702462721, "54719245"], [1702462736, "56648500"], [1702462751, "67028692"], [1702462763, "68347727"], [1702462793, "70768688"], [1702462808, "71301828"], [1702462829, "71301828"], [1702462844, "72312605"], [1702462865, "75001155"], [1702462880, "75709573"], [1702462904, "80608249"], [1702462919, "81707333"], [1702462952, "91835869"], [1702462973, "93399555"], [1702462988, "94736989"], [1702463045, "103632995"], [1702463081, "107480929"], [1702463114, "109817755"], [1702463150, "113354976"], [1702463186, "117231448"], [1702463216, "133295599"], [1702463240, "136594259"], [1702463273, "139190807"], [1702463324, "149450399"], [1702463354, "151306199"], [1702463381, "155282016"], [1702463417, "160373168"], [1702463453, "166191203"], [1702463477, "167717269"], [1702463510, "169247559"], [1702463537, "172518830"], [1702463570, "177080069"], [1702463591, "178470960"], [1702463621, "180511142"], [1702463657, "184772017"], [1702463693, "188528310"], [1702463729, "197833185"], [1702463765, "203739733"], [1702463798, "207598883"], [1702463846, "211229756"], [1702463873, "214534484"], [1702463906, "219534237"], [1702463948, "228977112"], [1702463984, "232344241"], [1702464014, "238758374"], [1702464050, "241902399"], [1702464086, "243496866"], [1702464122, "251010247"], [1702464155, "253806150"], [1702464194, "264394348"], [1702464230, "269178060"], [1702464263, "272624940"], [1702464299, "275487402"], [1702464332, "277310415"], [1702464356, "278550392"], [1702464392, "284275045"], [1702464425, "289598598"], [1702464455, "294976600"], [1702464479, "298989029"], [1702464509, "302925414"], [1702464533, "303533275"], [1702464569, "308382138"], [1702464605, "313279932"], [1702464635, "315113059"], [1702464671, "319220674"], [1702464716, "324868195"], [1702464743, "330188305"], [1702464776, "331747240"], [1702464812, "338516141"], [1702464836, "341757541"], [1702464869, "353456567"], [1702464905, "357984777"], [1702464926, "366561239"], [1702464956, "369368574"], [1702464992, "375706457"], [1702465016, "377111165"], [1702465049, "380695243"], [1702465085, "384201918"], [1702465118, "387607060"], [1702465145, "390880187"], [1702465178, "395722353"], [1702465208, "403080521"], [1702465241, "411328748"], [1702465298, "421327515"], [1702465334, "427043964"], [1702465367, "437847864"], [1702465394, "440097525"], [1702465418, "443800218"], [1702465445, "447971187"], [1702465481, "451251907"], [1702465517, "455539615"], [1702465550, "459212732"], [1702465586, "468129204"], [1702465619, "477340157"], [1702465658, "489568349"], [1702465706, "495113966"], [1702465754, "502055715"], [1702465787, "505465180"], [1702465823, "507806831"], [1702465856, "511377595"], [1702465880, "513037537"], [1702465910, "517274032"], [1702465952, "519903735"], [1702465988, "523049820"], [1702466015, "527341548"], [1702466030, "531128762"], [1702466060, "531740420"], [1702466078, "536514218"], [1702466138, "542943482"], [1702466168, "545438207"], [1702466204, "547223321"], [1702466237, "552750041"], [1702466261, "554997376"], [1702466291, "559099287"], [1702466327, "565895356"], [1702466360, "572627621"], [1702466384, "577838072"], [1702466417, "580611595"], [1702466441, "583549350"], [1702466471, "586136052"], [1702466507, "593361321"], [1702466540, "597351040"], [1702466597, "601955452"], [1702466633, "604920604"], [1702466666, "608086232"], [1702466705, "611519183"], [1702466732, "619382090"], [1702466765, "626220172"], [1702466801, "632467680"], [1702466852, "640214236"], [1702466876, "641540290"], [1702466918, "645761038"], [1702466978, "659377510"], [1702467014, "664144132"], [1702467038, "669304291"], [1702467068, "671974571"], [1702467122, "678351362"], [1702467158, "686390151"], [1702467191, "691702351"], [1702467221, "697232010"], [1702467257, "704490818"], [1702467299, "708703514"], [1702467350, "710413116"], [1702467386, "717578906"], [1702467419, "724788814"], [1702467455, "731758611"], [1702467515, "741539172"], [1702467542, "743041031"], [1702467566, "746171519"], [1702467599, "782098554"], [1702467635, "783155827"], [1702467668, "790013977"], [1702467695, "793302837"], [1702467716, "795435134"], [1702467746, "798508462"], [1702467800, "811898865"], [1702467824, "818650974"], [1702467908, "833477053"], [1702467944, "837459817"], [1702467968, "839862182"], [1702468001, "843740405"], [1702468031, "847698588"], [1702468067, "850841530"], [1702468085, "853867965"], [1702468115, "855425904"], [1702468151, "861404743"], [1702468181, "866825046"], [1702468208, "871963582"], [1702468241, "880404173"], [1702468256, "883918316"], [1702468286, "933725580"], [1702468322, "938909464"], [1702468352, "942742398"], [1702468388, "946763297"], [1702468424, "949786827"], [1702468457, "954416308"], [1702468493, "961447712"], [1702468517, "967148984"], [1702468550, "971813429"], [1702468586, "979715242"], [1702468613, "984504180"], [1702468637, "988188695"], [1702468679, "992072913"], [1702468721, "995476718"], [1702468730, "1001281164"], [1702468766, "1001504254"], [1702468799, "1005622859"], [1702468835, "1010098104"], [1702468898, "1022242403"], [1702468934, "1031071768"], [1702468970, "1045122847"], [1702468994, "1049723209"], [1702469024, "1050527902"], [1702469060, "1052425571"], [1702469111, "1061845475"], [1702469144, "1065864308"], [1702469168, "1069539094"], [1702469204, "1075801332"], [1702469237, "1080782852"], [1702469273, "1085492871"], [1702469303, "1096269475"], [1702469336, "1100407577"], [1702469360, "1105583437"], [1702469387, "1107576131"], [1702469411, "1109390903"], [1702469435, "1110578519"], [1702469468, "1113844982"], [1702469504, "1119499645"], [1702469537, "1125029822"], [1702469573, "1129769340"], [1702469606, "1134045662"], [1702469633, "1139632494"], [1702469660, "1147153210"], [1702469684, "1152041613"], [1702469717, "1154525050"], [1702469753, "1157777158"], [1702469786, "1162087699"], [1702469816, "1166026908"], [1702469834, "1171653792"], [1702469864, "1175968300"], [1702469906, "1180361421"], [1702469936, "1184471447"], [1702469972, "1188272199"], [1702470005, "1192434408"], [1702470029, "1196709216"], [1702470065, "1201906940"], [1702470101, "1207466023"], [1702470131, "1212259144"], [1702470167, "1217788763"], [1702470203, "1221102923"], [1702470251, "1226652019"], [1702470278, "1229552629"], [1702470311, "1234713184"], [1702470347, "1242513292"], [1702470371, "1244590505"], [1702470404, "1246606792"], [1702470440, "1251339488"], [1702470476, "1253027098"], [1702470506, "1257449098"], [1702470542, "1261820502"], [1702470575, "1264138709"], [1702470611, "1269171205"], [1702470635, "1272647891"], [1702470662, "1275646162"], [1702470686, "1280783157"], [1702470719, "1285128255"], [1702470746, "1290827652"], [1702470812, "1303521172"], [1702470845, "1306617138"], [1702470875, "1310728600"], [1702470899, "1314800127"], [1702470953, "1322667995"], [1702470983, "1324043540"], [1702471025, "1330041434"], [1702471067, "1335153974"], [1702471169, "1345568198"], [1702471193, "1348257548"], [1702471226, "1351559142"], [1702471265, "1356146296"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "121341663"], [1702462721, "126881738"], [1702462736, "130123085"], [1702462751, "132996135"], [1702462763, "142875069"], [1702462793, "158328043"], [1702462808, "163348807"], [1702462829, "168726296"], [1702462844, "173561196"], [1702462865, "215378335"], [1702462880, "217093001"], [1702462904, "235968757"], [1702462919, "236850342"], [1702462952, "241752213"], [1702462973, "242518933"], [1702462988, "251470663"], [1702463045, "268371913"], [1702463081, "287010912"], [1702463114, "302391720"], [1702463150, "314878767"], [1702463186, "327247771"], [1702463216, "339944062"], [1702463240, "367078607"], [1702463273, "374426725"], [1702463324, "397196247"], [1702463354, "402144098"], [1702463381, "415522810"], [1702463417, "426126207"], [1702463453, "450069567"], [1702463477, "462771931"], [1702463510, "489052022"], [1702463537, "517293290"], [1702463570, "533950822"], [1702463591, "539174898"], [1702463621, "547144803"], [1702463657, "552945363"], [1702463693, "562073022"], [1702463729, "582862076"], [1702463765, "601387952"], [1702463798, "617932985"], [1702463846, "626758424"], [1702463873, "643080781"], [1702463906, "651221521"], [1702463948, "662680115"], [1702463984, "671147178"], [1702464014, "673101797"], [1702464050, "685244495"], [1702464086, "695623694"], [1702464122, "753907297"], [1702464155, "774004911"], [1702464194, "793788090"], [1702464230, "814458211"], [1702464263, "826319067"], [1702464299, "836412690"], [1702464332, "849902087"], [1702464356, "856923509"], [1702464392, "864301572"], [1702464425, "882733345"], [1702464455, "901340699"], [1702464479, "925409562"], [1702464509, "931274480"], [1702464533, "946331016"], [1702464569, "957369489"], [1702464605, "991390760"], [1702464635, "998547551"], [1702464671, "1008628475"], [1702464716, "1037398604"], [1702464743, "1047462179"], [1702464776, "1162403723"], [1702464812, "1195184818"], [1702464836, "1214373902"], [1702464869, "1223677868"], [1702464905, "1233603716"], [1702464926, "1242440016"], [1702464956, "1247654244"], [1702464992, "1255392812"], [1702465016, "1272962620"], [1702465049, "1296931037"], [1702465085, "1357488733"], [1702465118, "1366583251"], [1702465145, "1379560982"], [1702465178, "1396740254"], [1702465208, "1414673236"], [1702465241, "1433114893"], [1702465298, "1457238014"], [1702465334, "1475037588"], [1702465367, "1507685561"], [1702465394, "1516736570"], [1702465418, "1528263200"], [1702465445, "1535359564"], [1702465481, "1550685856"], [1702465517, "1560107912"], [1702465550, "1574109878"], [1702465586, "1588751839"], [1702465619, "1618742222"], [1702465658, "1661561707"], [1702465706, "1672567694"], [1702465754, "1702459255"], [1702465787, "1728247407"], [1702465823, "1747070125"], [1702465856, "1752809596"], [1702465880, "1755864920"], [1702465910, "1763298726"], [1702465952, "1783649390"], [1702465988, "1795419249"], [1702466015, "1814992775"], [1702466030, "1822902656"], [1702466060, "1829315970"], [1702466078, "1839749175"], [1702466138, "1864679042"], [1702466168, "1878515892"], [1702466204, "1896198187"], [1702466237, "1907006049"], [1702466261, "1920872911"], [1702466291, "1958059430"], [1702466327, "1974743185"], [1702466360, "1991734953"], [1702466384, "2005014221"], [1702466417, "2019991636"], [1702466441, "2035010275"], [1702466471, "2060016376"], [1702466507, "2098376025"], [1702466540, "2105900045"], [1702466597, "2125446086"], [1702466633, "2149794295"], [1702466666, "2158865487"], [1702466705, "2183249878"], [1702466732, "2190669684"], [1702466765, "2204143719"], [1702466801, "2224616246"], [1702466852, "2251540968"], [1702466876, "2267350591"], [1702466918, "2279124182"], [1702466978, "2321972315"], [1702467014, "2341048375"], [1702467038, "2349803806"], [1702467068, "2379410007"], [1702467122, "2397971554"], [1702467158, "2411146931"], [1702467191, "2430196140"], [1702467221, "2435776213"], [1702467257, "2446968103"], [1702467299, "2457921546"], [1702467350, "2479635919"], [1702467386, "2490094832"], [1702467419, "2524528089"], [1702467455, "2545185265"], [1702467515, "2583576836"], [1702467542, "2597893452"], [1702467566, "2604660303"], [1702467599, "2621243506"], [1702467635, "2632338123"], [1702467668, "2720906667"], [1702467695, "2729542988"], [1702467716, "2741464371"], [1702467746, "2755042284"], [1702467800, "2804349956"], [1702467824, "2827127736"], [1702467908, "2864260189"], [1702467944, "2871750932"], [1702467968, "2899877061"], [1702468001, "2908358222"], [1702468031, "2914532473"], [1702468067, "2932503127"], [1702468085, "2939824433"], [1702468115, "2950282423"], [1702468151, "2969647938"], [1702468181, "2990482891"], [1702468208, "3003463729"], [1702468241, "3038495537"], [1702468256, "3051580563"], [1702468286, "3060832725"], [1702468322, "3073832320"], [1702468352, "3090925581"], [1702468388, "3108266603"], [1702468424, "3127009013"], [1702468457, "3147270041"], [1702468493, "3163018093"], [1702468517, "3183273226"], [1702468550, "3195391249"], [1702468586, "3213374732"], [1702468613, "3227679706"], [1702468637, "3236120043"], [1702468679, "3255284204"], [1702468721, "3265553018"], [1702468730, "3281045935"], [1702468766, "3287884859"], [1702468799, "3300529929"], [1702468835, "3317818689"], [1702468898, "3343379498"], [1702468934, "3370963662"], [1702468970, "3387717133"], [1702468994, "3397060380"], [1702469024, "3399919489"], [1702469060, "3411434774"], [1702469111, "3439556513"], [1702469144, "3463266651"], [1702469168, "3468988750"], [1702469204, "3474904429"], [1702469237, "3492488636"], [1702469273, "3507807381"], [1702469303, "3528741185"], [1702469336, "3543030681"], [1702469360, "3560122329"], [1702469387, "3568731158"], [1702469411, "3576641752"], [1702469435, "3592654237"], [1702469468, "3603554877"], [1702469504, "3621892182"], [1702469537, "3641662083"], [1702469573, "3649417198"], [1702469606, "3664078326"], [1702469633, "3679012203"], [1702469660, "3705503856"], [1702469684, "3718944972"], [1702469717, "3732957338"], [1702469753, "3744509787"], [1702469786, "3761210712"], [1702469816, "3772772262"], [1702469834, "3783031065"], [1702469864, "3794428509"], [1702469906, "3842650540"], [1702469936, "3852009536"], [1702469972, "3870088955"], [1702470005, "3886672856"], [1702470029, "3893602395"], [1702470065, "3907321089"], [1702470101, "3925936700"], [1702470131, "3940474152"], [1702470167, "3971329665"], [1702470203, "3988752059"], [1702470251, "4010308082"], [1702470278, "4025380497"], [1702470311, "4052749690"], [1702470347, "4071507857"], [1702470371, "4087074873"], [1702470404, "4097424615"], [1702470440, "4115088549"], [1702470476, "4138153487"], [1702470506, "4152889101"], [1702470542, "4195495887"], [1702470575, "4211563733"], [1702470611, "4224946846"], [1702470635, "4241385637"], [1702470662, "4252596446"], [1702470686, "4263253043"], [1702470719, "4273907509"], [1702470746, "4305547417"], [1702470812, "4334818342"], [1702470845, "4353159984"], [1702470875, "4370659857"], [1702470899, "4375815602"], [1702470953, "4394235688"], [1702470983, "4423973328"], [1702471025, "4448835271"], [1702471067, "4496352387"], [1702471169, "4538957468"], [1702471193, "4559602651"], [1702471226, "4582863548"], [1702471265, "4603281677"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "7125586"], [1702462721, "7125586"], [1702462736, "13359491"], [1702462751, "13359491"], [1702462763, "13359491"], [1702462793, "13359491"], [1702462808, "13359491"], [1702462829, "13359491"], [1702462844, "13359491"], [1702462865, "13359491"], [1702462880, "13359491"], [1702462904, "13359491"], [1702462919, "13359491"], [1702462952, "15727851"], [1702462973, "15727851"], [1702462988, "15727851"], [1702463045, "15727851"], [1702463081, "15877501"], [1702463114, "15877501"], [1702463150, "15877501"], [1702463186, "17189798"], [1702463216, "17189798"], [1702463240, "17189798"], [1702463273, "22151176"], [1702463324, "24805785"], [1702463354, "24805785"], [1702463381, "24805785"], [1702463417, "24805785"], [1702463453, "24951727"], [1702463477, "24951727"], [1702463510, "25097011"], [1702463537, "25604641"], [1702463570, "25604641"], [1702463591, "25604641"], [1702463621, "28207244"], [1702463657, "28207244"], [1702463693, "28207244"], [1702463729, "28207244"], [1702463765, "28207244"], [1702463798, "30637885"], [1702463846, "31371679"], [1702463873, "41148243"], [1702463906, "41148243"], [1702463948, "45250689"], [1702463984, "45250689"], [1702464014, "45250689"], [1702464050, "45250689"], [1702464086, "45250689"], [1702464122, "45250689"], [1702464155, "45250689"], [1702464194, "46864126"], [1702464230, "61983712"], [1702464263, "61983712"], [1702464299, "61983712"], [1702464332, "61983712"], [1702464356, "62030761"], [1702464392, "62030761"], [1702464425, "62030761"], [1702464455, "72142608"], [1702464479, "72344941"], [1702464509, "72445905"], [1702464533, "72445905"], [1702464569, "72445905"], [1702464605, "72445905"], [1702464635, "72445905"], [1702464671, "74000315"], [1702464716, "74000315"], [1702464743, "74000315"], [1702464776, "74000315"], [1702464812, "74000315"], [1702464836, "74000315"], [1702464869, "79120923"], [1702464905, "79870069"], [1702464926, "79870069"], [1702464956, "79870069"], [1702464992, "79870069"], [1702465016, "80036151"], [1702465049, "80036151"], [1702465085, "80036151"], [1702465118, "80578087"], [1702465145, "80578087"], [1702465178, "80578087"], [1702465208, "80578087"], [1702465241, "80578087"], [1702465298, "80578087"], [1702465334, "80578087"], [1702465367, "80578087"], [1702465394, "80578087"], [1702465418, "80578087"], [1702465445, "80578087"], [1702465481, "80578087"], [1702465517, "80578087"], [1702465550, "80578087"], [1702465586, "80578087"], [1702465619, "80578087"], [1702465658, "80578087"], [1702465706, "80578087"], [1702465754, "80578087"], [1702465787, "80578087"], [1702465823, "80578087"], [1702465856, "80578087"], [1702465880, "80578087"], [1702465910, "80578087"], [1702465952, "80578087"], [1702465988, "80578087"], [1702466015, "80833572"], [1702466030, "83609535"], [1702466060, "83609535"], [1702466078, "83831526"], [1702466138, "83831526"], [1702466168, "83831526"], [1702466204, "83831526"], [1702466237, "83831526"], [1702466261, "83937731"], [1702466291, "83937731"], [1702466327, "83937731"], [1702466360, "83937731"], [1702466384, "83937731"], [1702466417, "85388988"], [1702466441, "85388988"], [1702466471, "85388988"], [1702466507, "85388988"], [1702466540, "85388988"], [1702466597, "87749713"], [1702466633, "87749713"], [1702466666, "89109702"], [1702466705, "89109702"], [1702466732, "89109702"], [1702466765, "89109702"], [1702466801, "89295245"], [1702466852, "89295245"], [1702466876, "89295245"], [1702466918, "89295245"], [1702466978, "91540860"], [1702467014, "91540860"], [1702467038, "91540860"], [1702467068, "91540860"], [1702467122, "91540860"], [1702467158, "91540860"], [1702467191, "91540860"], [1702467221, "94052513"], [1702467257, "94052513"], [1702467299, "96420387"], [1702467350, "96420387"], [1702467386, "96420387"], [1702467419, "96420387"], [1702467455, "96420387"], [1702467515, "97437189"], [1702467542, "97437189"], [1702467566, "97437189"], [1702467599, "97437189"], [1702467635, "97437189"], [1702467668, "97437189"], [1702467695, "99455300"], [1702467716, "99455300"], [1702467746, "99455300"], [1702467800, "99455300"], [1702467824, "105271568"], [1702467908, "105271568"], [1702467944, "105271568"], [1702467968, "105434597"], [1702468001, "105434597"], [1702468031, "105434597"], [1702468067, "105434597"], [1702468085, "105434597"], [1702468115, "105434597"], [1702468151, "105434597"], [1702468181, "110951885"], [1702468208, "110951885"], [1702468241, "110951885"], [1702468256, "110951885"], [1702468286, "110951885"], [1702468322, "110951885"], [1702468352, "110951885"], [1702468388, "110951885"], [1702468424, "110951885"], [1702468457, "110951885"], [1702468493, "110951885"], [1702468517, "110951885"], [1702468550, "110951885"], [1702468586, "110951885"], [1702468613, "110951885"], [1702468637, "110951885"], [1702468679, "110951885"], [1702468721, "110951885"], [1702468730, "110951885"], [1702468766, "110951885"], [1702468799, "110951885"], [1702468835, "110951885"], [1702468898, "111780583"], [1702468934, "119032402"], [1702468970, "119032402"], [1702468994, "119032402"], [1702469024, "119032402"], [1702469060, "119032402"], [1702469111, "121879213"], [1702469144, "121879213"], [1702469168, "121879213"], [1702469204, "121879213"], [1702469237, "121879213"], [1702469273, "121879213"], [1702469303, "124269836"], [1702469336, "124269836"], [1702469360, "124269836"], [1702469387, "124269836"], [1702469411, "130944914"], [1702469435, "130944914"], [1702469468, "130944914"], [1702469504, "130944914"], [1702469537, "130944914"], [1702469573, "130944914"], [1702469606, "130944914"], [1702469633, "130944914"], [1702469660, "130944914"], [1702469684, "130944914"], [1702469717, "130944914"], [1702469753, "130944914"], [1702469786, "130944914"], [1702469816, "130944914"], [1702469834, "132997405"], [1702469864, "132997405"], [1702469906, "132997405"], [1702469936, "133044132"], [1702469972, "133044132"], [1702470005, "133044132"], [1702470029, "133044132"], [1702470065, "133044132"], [1702470101, "133044132"], [1702470131, "133044132"], [1702470167, "133044132"], [1702470203, "135312573"], [1702470251, "135312573"], [1702470278, "139918928"], [1702470311, "139918928"], [1702470347, "139918928"], [1702470371, "139918928"], [1702470404, "139918928"], [1702470440, "139918928"], [1702470476, "144290168"], [1702470506, "144290168"], [1702470542, "144290168"], [1702470575, "149882574"], [1702470611, "149882574"], [1702470635, "154125382"], [1702470662, "154125382"], [1702470686, "154125382"], [1702470719, "154412159"], [1702470746, "154412159"], [1702470812, "154412159"], [1702470845, "154412159"], [1702470875, "154412159"], [1702470899, "156418357"], [1702470953, "156418357"], [1702470983, "156418357"], [1702471025, "156418357"], [1702471067, "156418357"], [1702471169, "156418357"], [1702471193, "156418357"], [1702471226, "156418357"], [1702471265, "156418357"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "3107511906"], [1702462721, "3860337898"], [1702462736, "4577709723"], [1702462751, "4577709723"], [1702462763, "4613900395"], [1702462793, "4678313371"], [1702462808, "5501353898"], [1702462829, "5568645161"], [1702462844, "5580482128"], [1702462865, "5595139793"], [1702462880, "5595139793"], [1702462904, "5677437092"], [1702462919, "5984317524"], [1702462952, "7892780600"], [1702462973, "7930235311"], [1702462988, "8222291242"], [1702463045, "8771647057"], [1702463081, "9048844599"], [1702463114, "10014564203"], [1702463150, "10050590664"], [1702463186, "10769589900"], [1702463216, "12170965755"], [1702463240, "13022703991"], [1702463273, "13815483093"], [1702463324, "15399866716"], [1702463354, "16238249188"], [1702463381, "16306820326"], [1702463417, "16886264215"], [1702463453, "18443059489"], [1702463477, "19144155090"], [1702463510, "20536678498"], [1702463537, "21482116263"], [1702463570, "22091582982"], [1702463591, "22668773534"], [1702463621, "22714243264"], [1702463657, "23001385319"], [1702463693, "23598237467"], [1702463729, "24264699607"], [1702463765, "25022445293"], [1702463798, "25692171770"], [1702463846, "26878570045"], [1702463873, "27323131154"], [1702463906, "27662748400"], [1702463948, "28806953196"], [1702463984, "30959239995"], [1702464014, "31537749123"], [1702464050, "32430745873"], [1702464086, "32996397404"], [1702464122, "34152902751"], [1702464155, "34797078156"], [1702464194, "35710728446"], [1702464230, "36093332572"], [1702464263, "36345466985"], [1702464299, "37067968702"], [1702464332, "37087893120"], [1702464356, "37427547562"], [1702464392, "39237115822"], [1702464425, "40204530846"], [1702464455, "40378961840"], [1702464479, "40917476791"], [1702464509, "41598787035"], [1702464533, "42398837306"], [1702464569, "42597837769"], [1702464605, "42976018627"], [1702464635, "43666397436"], [1702464671, "44225982579"], [1702464716, "44822024372"], [1702464743, "45807494977"], [1702464776, "46791194356"], [1702464812, "46815715091"], [1702464836, "47472034661"], [1702464869, "47532990571"], [1702464905, "48207039171"], [1702464926, "48769408359"], [1702464956, "49431347365"], [1702464992, "49623479547"], [1702465016, "49706402621"], [1702465049, "49725410640"], [1702465085, "52257281666"], [1702465118, "52336124821"], [1702465145, "53064013131"], [1702465178, "53097550757"], [1702465208, "53471007673"], [1702465241, "54218774307"], [1702465298, "55150117587"], [1702465334, "55671456709"], [1702465367, "55983994812"], [1702465394, "55999268480"], [1702465418, "56052308647"], [1702465445, "56384945798"], [1702465481, "56423847523"], [1702465517, "56724325947"], [1702465550, "57346417563"], [1702465586, "57492589991"], [1702465619, "58168835997"], [1702465658, "58239674041"], [1702465706, "58927034753"], [1702465754, "59957033991"], [1702465787, "59962192568"], [1702465823, "60263627620"], [1702465856, "60280555237"], [1702465880, "61043630961"], [1702465910, "61091612726"], [1702465952, "61114406929"], [1702465988, "61126280276"], [1702466015, "61484295793"], [1702466030, "61688041822"], [1702466060, "61959734566"], [1702466078, "61987840353"], [1702466138, "64365748367"], [1702466168, "64396428634"], [1702466204, "65164870900"], [1702466237, "66084714259"], [1702466261, "66107745240"], [1702466291, "66211644435"], [1702466327, "66225970444"], [1702466360, "66643964555"], [1702466384, "67244091345"], [1702466417, "67862316697"], [1702466441, "67898646327"], [1702466471, "67929752387"], [1702466507, "68226801341"], [1702466540, "68767916649"], [1702466597, "69364717199"], [1702466633, "70070367042"], [1702466666, "70139572252"], [1702466705, "70184821237"], [1702466732, "70240907451"], [1702466765, "70986809011"], [1702466801, "71533245235"], [1702466852, "71974832114"], [1702466876, "72369475028"], [1702466918, "74815341419"], [1702466978, "75473604341"], [1702467014, "75903257974"], [1702467038, "75946107963"], [1702467068, "76480760864"], [1702467122, "76710292603"], [1702467158, "77564660997"], [1702467191, "78539213773"], [1702467221, "79181367314"], [1702467257, "79657668485"], [1702467299, "80574218406"], [1702467350, "80886099895"], [1702467386, "81995178699"], [1702467419, "82070317499"], [1702467455, "82726809277"], [1702467515, "82939250415"], [1702467542, "83284584941"], [1702467566, "83863229313"], [1702467599, "84056956731"], [1702467635, "84098152217"], [1702467668, "84577078116"], [1702467695, "85334863343"], [1702467716, "90396713226"], [1702467746, "91235324897"], [1702467800, "91938875142"], [1702467824, "92627190068"], [1702467908, "93263835600"], [1702467944, "93854269635"], [1702467968, "95038648322"], [1702468001, "95401707140"], [1702468031, "95540096511"], [1702468067, "95658631702"], [1702468085, "96368892420"], [1702468115, "96818308301"], [1702468151, "96842300031"], [1702468181, "97624167805"], [1702468208, "98704951387"], [1702468241, "99041108499"], [1702468256, "99966657730"], [1702468286, "100103876730"], [1702468322, "100694948720"], [1702468352, "101286285692"], [1702468388, "101931411555"], [1702468424, "102290833580"], [1702468457, "103409209482"], [1702468493, "103560492209"], [1702468517, "104556074305"], [1702468550, "104560708792"], [1702468586, "105305709811"], [1702468613, "105515258640"], [1702468637, "105751917145"], [1702468679, "106473954070"], [1702468721, "106777832852"], [1702468730, "106789574504"], [1702468766, "107636916133"], [1702468799, "108256728350"], [1702468835, "109563005712"], [1702468898, "110610380854"], [1702468934, "111298855872"], [1702468970, "111782590293"], [1702468994, "112387126938"], [1702469024, "112410962204"], [1702469060, "112563226773"], [1702469111, "112850598982"], [1702469144, "113082868787"], [1702469168, "113948235954"], [1702469204, "114827983463"], [1702469237, "115489639516"], [1702469273, "115690715711"], [1702469303, "116142120229"], [1702469336, "116481622990"], [1702469360, "117146584217"], [1702469387, "117500805869"], [1702469411, "117885322970"], [1702469435, "118668399735"], [1702469468, "119295199479"], [1702469504, "119923564060"], [1702469537, "120029879623"], [1702469573, "120281069007"], [1702469606, "120370316504"], [1702469633, "121140792380"], [1702469660, "121152135682"], [1702469684, "121165711025"], [1702469717, "121753304248"], [1702469753, "125208402407"], [1702469786, "126347958653"], [1702469816, "126941568621"], [1702469834, "127030423977"], [1702469864, "127984090534"], [1702469906, "128303499051"], [1702469936, "128858646935"], [1702469972, "129189700926"], [1702470005, "129760507625"], [1702470029, "129806531552"], [1702470065, "130412487124"], [1702470101, "131014611549"], [1702470131, "131457201990"], [1702470167, "132169838521"], [1702470203, "132724788430"], [1702470251, "133247352949"], [1702470278, "133957270858"], [1702470311, "134002477789"], [1702470347, "134028640670"], [1702470371, "134489129689"], [1702470404, "134565023570"], [1702470440, "135621551187"], [1702470476, "136464177517"], [1702470506, "136661457871"], [1702470542, "137051961804"], [1702470575, "137628034689"], [1702470611, "138636274380"], [1702470635, "138877021583"], [1702470662, "138990140318"], [1702470686, "139183084966"], [1702470719, "139912372901"], [1702470746, "140553643691"], [1702470812, "142256852079"], [1702470845, "142544511214"], [1702470875, "142753267987"], [1702470899, "143583341923"], [1702470953, "143927807648"], [1702470983, "144619299208"], [1702471025, "144649907029"], [1702471067, "147327543400"], [1702471169, "148356428502"], [1702471193, "148689432817"], [1702471226, "149000768872"], [1702471265, "149649062567"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "783965351"], [1702462721, "849716234"], [1702462736, "906512432"], [1702462751, "951008097"], [1702462763, "977613268"], [1702462793, "1010321806"], [1702462808, "1065506093"], [1702462829, "1091287689"], [1702462844, "1207881340"], [1702462865, "1263469492"], [1702462880, "1277435445"], [1702462904, "1332959931"], [1702462919, "1353245564"], [1702462952, "1441430316"], [1702462973, "1607756302"], [1702462988, "1675858567"], [1702463045, "1807737452"], [1702463081, "1896104907"], [1702463114, "1944845744"], [1702463150, "2010126648"], [1702463186, "2065383119"], [1702463216, "2316657898"], [1702463240, "2367939904"], [1702463273, "2421366074"], [1702463324, "2683276680"], [1702463354, "2911865946"], [1702463381, "3029338187"], [1702463417, "3158814959"], [1702463453, "3288223513"], [1702463477, "3345823278"], [1702463510, "3404349806"], [1702463537, "3456527256"], [1702463570, "3524755772"], [1702463591, "3594108055"], [1702463621, "3652291702"], [1702463657, "3772894537"], [1702463693, "3855236682"], [1702463729, "3972735458"], [1702463765, "4100364943"], [1702463798, "4193539002"], [1702463846, "4293269419"], [1702463873, "4361731950"], [1702463906, "4433400951"], [1702463948, "4508363665"], [1702463984, "4557266805"], [1702464014, "4620837473"], [1702464050, "4723487693"], [1702464086, "4947276412"], [1702464122, "5087382753"], [1702464155, "5225397233"], [1702464194, "5337811949"], [1702464230, "5407483537"], [1702464263, "5539909986"], [1702464299, "5605456375"], [1702464332, "5693341562"], [1702464356, "5732285023"], [1702464392, "5788350338"], [1702464425, "5877239969"], [1702464455, "6122205722"], [1702464479, "6224361599"], [1702464509, "6297452390"], [1702464533, "6392280043"], [1702464569, "6480680235"], [1702464605, "6557179426"], [1702464635, "6642021557"], [1702464671, "6740334547"], [1702464716, "6799079399"], [1702464743, "6896970399"], [1702464776, "6972214063"], [1702464812, "7033339322"], [1702464836, "7134537682"], [1702464869, "7223075348"], [1702464905, "7291114091"], [1702464926, "7372507356"], [1702464956, "7430398116"], [1702464992, "7493259109"], [1702465016, "7577832171"], [1702465049, "7624619794"], [1702465085, "7691030416"], [1702465118, "7744441124"], [1702465145, "7843045677"], [1702465178, "7900043878"], [1702465208, "8002710513"], [1702465241, "8125185462"], [1702465298, "8244288758"], [1702465334, "8301590623"], [1702465367, "8396993078"], [1702465394, "8460386508"], [1702465418, "8658589343"], [1702465445, "8720120884"], [1702465481, "8776436112"], [1702465517, "8923786699"], [1702465550, "9022878712"], [1702465586, "9140189040"], [1702465619, "9243326397"], [1702465658, "9391965755"], [1702465706, "9436948989"], [1702465754, "9560550599"], [1702465787, "9655294929"], [1702465823, "9723356152"], [1702465856, "9806763688"], [1702465880, "9861933261"], [1702465910, "9968520551"], [1702465952, "10254987312"], [1702465988, "10361346861"], [1702466015, "10490131779"], [1702466030, "10587044662"], [1702466060, "10628558394"], [1702466078, "10695656918"], [1702466138, "10828643484"], [1702466168, "11029601604"], [1702466204, "11096269227"], [1702466237, "11197440590"], [1702466261, "11299879975"], [1702466291, "11355192667"], [1702466327, "11458700845"], [1702466360, "11598418742"], [1702466384, "11721483550"], [1702466417, "11812536983"], [1702466441, "11884864922"], [1702466471, "11931280309"], [1702466507, "12032229147"], [1702466540, "12106201714"], [1702466597, "12248742463"], [1702466633, "12319309352"], [1702466666, "12400547375"], [1702466705, "12517804519"], [1702466732, "12661674798"], [1702466765, "12778236842"], [1702466801, "12853806095"], [1702466852, "12991003492"], [1702466876, "13043518488"], [1702466918, "13111646342"], [1702466978, "13292107668"], [1702467014, "13575430281"], [1702467038, "13668390993"], [1702467068, "13765037221"], [1702467122, "13958227969"], [1702467158, "14019945828"], [1702467191, "14102390320"], [1702467221, "14179978982"], [1702467257, "14276454256"], [1702467299, "14358434536"], [1702467350, "14484045268"], [1702467386, "14590362649"], [1702467419, "14699599349"], [1702467455, "14810672051"], [1702467515, "14987476444"], [1702467542, "15035789490"], [1702467566, "15082271535"], [1702467599, "15142734279"], [1702467635, "15214398407"], [1702467668, "15305984670"], [1702467695, "15369876261"], [1702467716, "15430204027"], [1702467746, "15509517116"], [1702467800, "15732530262"], [1702467824, "15853167518"], [1702467908, "16062844225"], [1702467944, "16151846559"], [1702467968, "16241518246"], [1702468001, "16297253315"], [1702468031, "16360817026"], [1702468067, "16417073125"], [1702468085, "16500587560"], [1702468115, "16579269592"], [1702468151, "16688869503"], [1702468181, "16803041538"], [1702468208, "16871697765"], [1702468241, "16990116830"], [1702468256, "17052837826"], [1702468286, "17097118472"], [1702468322, "17168083598"], [1702468352, "17260207670"], [1702468388, "17357159104"], [1702468424, "17442022197"], [1702468457, "17525813048"], [1702468493, "17633029598"], [1702468517, "17759437608"], [1702468550, "17821056198"], [1702468586, "17951390080"], [1702468613, "18063234720"], [1702468637, "18115527074"], [1702468679, "18197775620"], [1702468721, "18253883956"], [1702468730, "18333381205"], [1702468766, "18391296965"], [1702468799, "18529009678"], [1702468835, "18604538824"], [1702468898, "18758918565"], [1702468934, "18911516731"], [1702468970, "19049261785"], [1702468994, "19156740431"], [1702469024, "19203418246"], [1702469060, "19271360176"], [1702469111, "19377246906"], [1702469144, "19475395575"], [1702469168, "19522388540"], [1702469204, "19620038333"], [1702469237, "19718047258"], [1702469273, "19817460258"], [1702469303, "19944181601"], [1702469336, "20024509693"], [1702469360, "20108817192"], [1702469387, "20141663001"], [1702469411, "20223543597"], [1702469435, "20294096937"], [1702469468, "20380589948"], [1702469504, "20444463381"], [1702469537, "20529466471"], [1702469573, "20631889849"], [1702469606, "20703709796"], [1702469633, "20758275548"], [1702469660, "20869076243"], [1702469684, "20957299987"], [1702469717, "21048091060"], [1702469753, "21120904222"], [1702469786, "21217152108"], [1702469816, "21284434071"], [1702469834, "21366052231"], [1702469864, "21430188648"], [1702469906, "21577205490"], [1702469936, "21645045391"], [1702469972, "21742581069"], [1702470005, "21830993334"], [1702470029, "21902551508"], [1702470065, "22005363812"], [1702470101, "22137272795"], [1702470131, "22256935802"], [1702470167, "22361952191"], [1702470203, "22464128019"], [1702470251, "22582924193"], [1702470278, "22645495415"], [1702470311, "22738618696"], [1702470347, "22821815359"], [1702470371, "22890436120"], [1702470404, "22942176867"], [1702470440, "23016746612"], [1702470476, "23108775902"], [1702470506, "23204759775"], [1702470542, "23349887290"], [1702470575, "23440696174"], [1702470611, "23516609555"], [1702470635, "23609013695"], [1702470662, "23682040175"], [1702470686, "23739092901"], [1702470719, "23787126540"], [1702470746, "23859348488"], [1702470812, "23979752668"], [1702470845, "24074899966"], [1702470875, "24202048911"], [1702470899, "24283500616"], [1702470953, "24397279014"], [1702470983, "24460392358"], [1702471025, "24582693492"], [1702471067, "24716419724"], [1702471169, "24948959927"], [1702471193, "25025565534"], [1702471226, "25148299605"], [1702471265, "25233827558"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "3292945"], [1702462721, "3292945"], [1702462736, "3448277"], [1702462751, "3448277"], [1702462763, "3448277"], [1702462793, "3448277"], [1702462808, "3448277"], [1702462829, "3448277"], [1702462844, "3448277"], [1702462865, "3448277"], [1702462880, "3448277"], [1702462904, "6620350"], [1702462919, "6620350"], [1702462952, "6620350"], [1702462973, "7131176"], [1702462988, "7131176"], [1702463045, "15052604"], [1702463081, "18188708"], [1702463114, "18188708"], [1702463150, "18188708"], [1702463186, "18188708"], [1702463216, "18188708"], [1702463240, "18188708"], [1702463273, "18188708"], [1702463324, "18188708"], [1702463354, "18188708"], [1702463381, "18188708"], [1702463417, "18188708"], [1702463453, "18188708"], [1702463477, "18188708"], [1702463510, "18410133"], [1702463537, "18502969"], [1702463570, "18830166"], [1702463591, "18973555"], [1702463621, "18973555"], [1702463657, "18973555"], [1702463693, "19055520"], [1702463729, "19055520"], [1702463765, "19055520"], [1702463798, "19055520"], [1702463846, "19055520"], [1702463873, "19055520"], [1702463906, "19055520"], [1702463948, "19055520"], [1702463984, "19055520"], [1702464014, "19055520"], [1702464050, "19055520"], [1702464086, "19055520"], [1702464122, "19055520"], [1702464155, "19055520"], [1702464194, "19055520"], [1702464230, "19055520"], [1702464263, "20288518"], [1702464299, "20288518"], [1702464332, "20288518"], [1702464356, "20288518"], [1702464392, "20433701"], [1702464425, "20433701"], [1702464455, "21907042"], [1702464479, "21907042"], [1702464509, "21907042"], [1702464533, "21907042"], [1702464569, "21907042"], [1702464605, "21907042"], [1702464635, "21907042"], [1702464671, "21907042"], [1702464716, "21907042"], [1702464743, "21907042"], [1702464776, "21907042"], [1702464812, "22755220"], [1702464836, "22755220"], [1702464869, "26696120"], [1702464905, "26696120"], [1702464926, "26696120"], [1702464956, "26696120"], [1702464992, "26696120"], [1702465016, "28998329"], [1702465049, "28998329"], [1702465085, "28998329"], [1702465118, "28998329"], [1702465145, "28998329"], [1702465178, "28998329"], [1702465208, "29129061"], [1702465241, "29129061"], [1702465298, "29129061"], [1702465334, "29129061"], [1702465367, "29129061"], [1702465394, "29129061"], [1702465418, "29129061"], [1702465445, "29129061"], [1702465481, "29985747"], [1702465517, "29985747"], [1702465550, "30250839"], [1702465586, "35200885"], [1702465619, "35200885"], [1702465658, "35200885"], [1702465706, "35200885"], [1702465754, "35200885"], [1702465787, "35200885"], [1702465823, "35200885"], [1702465856, "35200885"], [1702465880, "35200885"], [1702465910, "35600672"], [1702465952, "35600672"], [1702465988, "35600672"], [1702466015, "36385139"], [1702466030, "37507026"], [1702466060, "37507026"], [1702466078, "37507026"], [1702466138, "37507026"], [1702466168, "37507026"], [1702466204, "37507026"], [1702466237, "37507026"], [1702466261, "37507026"], [1702466291, "37507026"], [1702466327, "37507026"], [1702466360, "37507026"], [1702466384, "37729433"], [1702466417, "37729433"], [1702466441, "37729433"], [1702466471, "37729433"], [1702466507, "37729433"], [1702466540, "38204069"], [1702466597, "38204069"], [1702466633, "38204069"], [1702466666, "38204069"], [1702466705, "38204069"], [1702466732, "38204069"], [1702466765, "38204069"], [1702466801, "42132193"], [1702466852, "42132193"], [1702466876, "42132193"], [1702466918, "42132193"], [1702466978, "42132193"], [1702467014, "42132193"], [1702467038, "42132193"], [1702467068, "42132193"], [1702467122, "42132193"], [1702467158, "42132193"], [1702467191, "42132193"], [1702467221, "42132193"], [1702467257, "42132193"], [1702467299, "42132193"], [1702467350, "42132193"], [1702467386, "42289147"], [1702467419, "42289147"], [1702467455, "42289147"], [1702467515, "43168272"], [1702467542, "43168272"], [1702467566, "43168272"], [1702467599, "43168272"], [1702467635, "43168272"], [1702467668, "43168272"], [1702467695, "43168272"], [1702467716, "43168272"], [1702467746, "43168272"], [1702467800, "43168272"], [1702467824, "43168272"], [1702467908, "43168272"], [1702467944, "43168272"], [1702467968, "43168272"], [1702468001, "43168272"], [1702468031, "43168272"], [1702468067, "43168272"], [1702468085, "44246133"], [1702468115, "44246133"], [1702468151, "44246133"], [1702468181, "44246133"], [1702468208, "44246133"], [1702468241, "44246133"], [1702468256, "44400553"], [1702468286, "44636398"], [1702468322, "44636398"], [1702468352, "44636398"], [1702468388, "44636398"], [1702468424, "44636398"], [1702468457, "44636398"], [1702468493, "44636398"], [1702468517, "44636398"], [1702468550, "44636398"], [1702468586, "44865944"], [1702468613, "44865944"], [1702468637, "44865944"], [1702468679, "52445555"], [1702468721, "52445555"], [1702468730, "52445555"], [1702468766, "52547189"], [1702468799, "52547189"], [1702468835, "52547189"], [1702468898, "52547189"], [1702468934, "52547189"], [1702468970, "52547189"], [1702468994, "52547189"], [1702469024, "52547189"], [1702469060, "52547189"], [1702469111, "54202974"], [1702469144, "54202974"], [1702469168, "54202974"], [1702469204, "54202974"], [1702469237, "54202974"], [1702469273, "54202974"], [1702469303, "54202974"], [1702469336, "54202974"], [1702469360, "54202974"], [1702469387, "54734152"], [1702469411, "54800420"], [1702469435, "54800420"], [1702469468, "54800420"], [1702469504, "54800420"], [1702469537, "54800420"], [1702469573, "54800420"], [1702469606, "54800420"], [1702469633, "54800420"], [1702469660, "54800420"], [1702469684, "54800420"], [1702469717, "54800420"], [1702469753, "54800420"], [1702469786, "54800420"], [1702469816, "54800420"], [1702469834, "54800420"], [1702469864, "54800420"], [1702469906, "54800420"], [1702469936, "54939740"], [1702469972, "54939740"], [1702470005, "54939740"], [1702470029, "54939740"], [1702470065, "54939740"], [1702470101, "54939740"], [1702470131, "54939740"], [1702470167, "54939740"], [1702470203, "54939740"], [1702470251, "56911422"], [1702470278, "56911422"], [1702470311, "56911422"], [1702470347, "56911422"], [1702470371, "56911422"], [1702470404, "56911422"], [1702470440, "56911422"], [1702470476, "57491700"], [1702470506, "57491700"], [1702470542, "57491700"], [1702470575, "57491700"], [1702470611, "59324439"], [1702470635, "59324439"], [1702470662, "59324439"], [1702470686, "59324439"], [1702470719, "59537715"], [1702470746, "59537715"], [1702470812, "59537715"], [1702470845, "59537715"], [1702470875, "59537715"], [1702470899, "59537715"], [1702470953, "59537715"], [1702470983, "59537715"], [1702471025, "59537715"], [1702471067, "59537715"], [1702471169, "59684433"], [1702471193, "59684433"], [1702471226, "59684433"], [1702471265, "59684433"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "4887816"], [1702462721, "4983892"], [1702462736, "5060209"], [1702462751, "342255162"], [1702462763, "342255162"], [1702462793, "342255162"], [1702462808, "343660378"], [1702462829, "343660378"], [1702462844, "343733089"], [1702462865, "343733089"], [1702462880, "343733089"], [1702462904, "343733089"], [1702462919, "343733089"], [1702462952, "424045958"], [1702462973, "426295390"], [1702462988, "426295390"], [1702463045, "451442938"], [1702463081, "481695101"], [1702463114, "481830583"], [1702463150, "481830583"], [1702463186, "489248047"], [1702463216, "490578023"], [1702463240, "490578023"], [1702463273, "490578023"], [1702463324, "637576639"], [1702463354, "672374749"], [1702463381, "672374749"], [1702463417, "672374749"], [1702463453, "676956968"], [1702463477, "676956968"], [1702463510, "676956968"], [1702463537, "676956968"], [1702463570, "681760269"], [1702463591, "823384548"], [1702463621, "823384548"], [1702463657, "1115740363"], [1702463693, "1280036128"], [1702463729, "1341287977"], [1702463765, "1341287977"], [1702463798, "1344452907"], [1702463846, "1344528381"], [1702463873, "1344528381"], [1702463906, "1381792677"], [1702463948, "1395247425"], [1702463984, "1395247425"], [1702464014, "1395247425"], [1702464050, "1398990303"], [1702464086, "1410976527"], [1702464122, "1410976527"], [1702464155, "1410976527"], [1702464194, "1427979030"], [1702464230, "1427979030"], [1702464263, "1433416583"], [1702464299, "1435465151"], [1702464332, "1435603403"], [1702464356, "1435603403"], [1702464392, "1436737133"], [1702464425, "1458167424"], [1702464455, "1469980175"], [1702464479, "1469980175"], [1702464509, "1469980175"], [1702464533, "1470031524"], [1702464569, "1479929532"], [1702464605, "1479929532"], [1702464635, "1479929532"], [1702464671, "1480109113"], [1702464716, "1513617601"], [1702464743, "1513617601"], [1702464776, "1592211075"], [1702464812, "1781241335"], [1702464836, "1781241335"], [1702464869, "1781241335"], [1702464905, "1781241335"], [1702464926, "1787933583"], [1702464956, "1787933583"], [1702464992, "1787933583"], [1702465016, "1787933583"], [1702465049, "1795843619"], [1702465085, "1795843619"], [1702465118, "1826079819"], [1702465145, "1930193962"], [1702465178, "1930347337"], [1702465208, "1930347337"], [1702465241, "1943384320"], [1702465298, "1978152065"], [1702465334, "1978152065"], [1702465367, "1978152065"], [1702465394, "2109679558"], [1702465418, "2111110937"], [1702465445, "2111110937"], [1702465481, "2278466329"], [1702465517, "2405239239"], [1702465550, "2405239239"], [1702465586, "2405239239"], [1702465619, "2532729778"], [1702465658, "2595737092"], [1702465706, "2595737092"], [1702465754, "2607255884"], [1702465787, "2607255884"], [1702465823, "2607255884"], [1702465856, "2628260428"], [1702465880, "2628260428"], [1702465910, "2628260428"], [1702465952, "2662359446"], [1702465988, "2664945159"], [1702466015, "2664945159"], [1702466030, "2664945159"], [1702466060, "2664983878"], [1702466078, "2666352842"], [1702466138, "2667765732"], [1702466168, "2718389010"], [1702466204, "2718389010"], [1702466237, "2733313615"], [1702466261, "2733313615"], [1702466291, "2733313615"], [1702466327, "2912211107"], [1702466360, "2973494937"], [1702466384, "2973494937"], [1702466417, "2973494937"], [1702466441, "2992942111"], [1702466471, "3028143691"], [1702466507, "3028143691"], [1702466540, "3028143691"], [1702466597, "3072641014"], [1702466633, "3072641014"], [1702466666, "3072641014"], [1702466705, "3076552059"], [1702466732, "3076552059"], [1702466765, "3076552059"], [1702466801, "3153515775"], [1702466852, "3156560835"], [1702466876, "3156560835"], [1702466918, "3181182446"], [1702466978, "3233998466"], [1702467014, "3233998466"], [1702467038, "3252390691"], [1702467068, "3252390691"], [1702467122, "3252390691"], [1702467158, "3252655492"], [1702467191, "3266675879"], [1702467221, "3266675879"], [1702467257, "3273680010"], [1702467299, "3298050714"], [1702467350, "3298086421"], [1702467386, "3298086421"], [1702467419, "3331287450"], [1702467455, "3331287450"], [1702467515, "3392133753"], [1702467542, "3403081748"], [1702467566, "3403081748"], [1702467599, "3403081748"], [1702467635, "3413305083"], [1702467668, "3413713189"], [1702467695, "3413713189"], [1702467716, "3413713189"], [1702467746, "3414205900"], [1702467800, "3414205900"], [1702467824, "3414205900"], [1702467908, "3466543698"], [1702467944, "3466543698"], [1702467968, "3466543698"], [1702468001, "3466543698"], [1702468031, "3520486175"], [1702468067, "3520486175"], [1702468085, "3520486175"], [1702468115, "3533484806"], [1702468151, "3534333933"], [1702468181, "3534333933"], [1702468208, "3534333933"], [1702468241, "3559727504"], [1702468256, "3565229538"], [1702468286, "3565229538"], [1702468322, "3565229538"], [1702468352, "3565229538"], [1702468388, "3573689546"], [1702468424, "3574889458"], [1702468457, "3574889458"], [1702468493, "3587750177"], [1702468517, "3592631136"], [1702468550, "3592631136"], [1702468586, "3599310308"], [1702468613, "3606244767"], [1702468637, "3617288385"], [1702468679, "3617288385"], [1702468721, "3617288385"], [1702468730, "3639669338"], [1702468766, "3639669338"], [1702468799, "3639669338"], [1702468835, "3663875552"], [1702468898, "3666518912"], [1702468934, "3666518912"], [1702468970, "3720606309"], [1702468994, "3728412417"], [1702469024, "3728412417"], [1702469060, "3728412417"], [1702469111, "3732146247"], [1702469144, "3732146247"], [1702469168, "3732146247"], [1702469204, "3848333930"], [1702469237, "3928212772"], [1702469273, "3928212772"], [1702469303, "3928212772"], [1702469336, "3999496367"], [1702469360, "3999496367"], [1702469387, "3999496367"], [1702469411, "3999496367"], [1702469435, "4167435168"], [1702469468, "4170147046"], [1702469504, "4170147046"], [1702469537, "4170147046"], [1702469573, "4215975072"], [1702469606, "4215975072"], [1702469633, "4215975072"], [1702469660, "4215975072"], [1702469684, "4391609459"], [1702469717, "4391865422"], [1702469753, "4391865422"], [1702469786, "4391865422"], [1702469816, "4411113851"], [1702469834, "4412821976"], [1702469864, "4412821976"], [1702469906, "4416180070"], [1702469936, "4439645839"], [1702469972, "4439645839"], [1702470005, "4439645839"], [1702470029, "4439645839"], [1702470065, "4513211416"], [1702470101, "4513211416"], [1702470131, "4513211416"], [1702470167, "4523798722"], [1702470203, "4528954634"], [1702470251, "4528954634"], [1702470278, "4528954634"], [1702470311, "4528992712"], [1702470347, "4528992712"], [1702470371, "4528992712"], [1702470404, "4553467849"], [1702470440, "4553637848"], [1702470476, "4553637848"], [1702470506, "4560700560"], [1702470542, "4560744029"], [1702470575, "4560744029"], [1702470611, "4560744029"], [1702470635, "4560744029"], [1702470662, "4571672250"], [1702470686, "4580287174"], [1702470719, "4580287174"], [1702470746, "4581557406"], [1702470812, "4597515532"], [1702470845, "4597515532"], [1702470875, "4597515532"], [1702470899, "4597529648"], [1702470953, "4597529648"], [1702470983, "4597529648"], [1702471025, "4635279384"], [1702471067, "4635279384"], [1702471169, "4644500928"], [1702471193, "4644500928"], [1702471226, "4644500928"], [1702471265, "4661374581"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "8284274"], [1702462721, "8284274"], [1702462736, "14204137"], [1702462751, "14268317"], [1702462763, "18613978"], [1702462793, "19002822"], [1702462808, "19142173"], [1702462829, "23301552"], [1702462844, "23772799"], [1702462865, "23836818"], [1702462880, "25304578"], [1702462904, "25304578"], [1702462919, "25304578"], [1702462952, "26390635"], [1702462973, "26390635"], [1702462988, "32585715"], [1702463045, "34421758"], [1702463081, "34526583"], [1702463114, "34526583"], [1702463150, "34526583"], [1702463186, "34845203"], [1702463216, "34845203"], [1702463240, "39190666"], [1702463273, "42903219"], [1702463324, "43046350"], [1702463354, "47021398"], [1702463381, "47239495"], [1702463417, "49611317"], [1702463453, "49756181"], [1702463477, "51419247"], [1702463510, "51419247"], [1702463537, "51419247"], [1702463570, "51624640"], [1702463591, "51624640"], [1702463621, "52337807"], [1702463657, "52408745"], [1702463693, "52408745"], [1702463729, "57485602"], [1702463765, "57485602"], [1702463798, "58834656"], [1702463846, "63342308"], [1702463873, "63342308"], [1702463906, "63342308"], [1702463948, "65144734"], [1702463984, "69965128"], [1702464014, "69965128"], [1702464050, "70997173"], [1702464086, "70997173"], [1702464122, "71548992"], [1702464155, "71548992"], [1702464194, "71899422"], [1702464230, "71899422"], [1702464263, "71899422"], [1702464299, "72121409"], [1702464332, "72554613"], [1702464356, "72554613"], [1702464392, "73537718"], [1702464425, "74296229"], [1702464455, "76085922"], [1702464479, "76339459"], [1702464509, "76397410"], [1702464533, "76397410"], [1702464569, "77654097"], [1702464605, "77654097"], [1702464635, "78275756"], [1702464671, "79063760"], [1702464716, "79946425"], [1702464743, "80499177"], [1702464776, "80499177"], [1702464812, "80499177"], [1702464836, "80702216"], [1702464869, "81971723"], [1702464905, "81971723"], [1702464926, "87633330"], [1702464956, "87753617"], [1702464992, "93575550"], [1702465016, "93575550"], [1702465049, "96213662"], [1702465085, "96213662"], [1702465118, "97358688"], [1702465145, "97358688"], [1702465178, "97441895"], [1702465208, "97441895"], [1702465241, "97702196"], [1702465298, "97911141"], [1702465334, "98144449"], [1702465367, "98144449"], [1702465394, "98144449"], [1702465418, "98144449"], [1702465445, "98144449"], [1702465481, "98763823"], [1702465517, "98763823"], [1702465550, "98763823"], [1702465586, "98999039"], [1702465619, "98999039"], [1702465658, "103932746"], [1702465706, "104043031"], [1702465754, "105070392"], [1702465787, "105070392"], [1702465823, "105814370"], [1702465856, "105814370"], [1702465880, "105883930"], [1702465910, "107020354"], [1702465952, "112178577"], [1702465988, "112178577"], [1702466015, "112266136"], [1702466030, "112340066"], [1702466060, "112340066"], [1702466078, "112432735"], [1702466138, "117351695"], [1702466168, "120887060"], [1702466204, "120979521"], [1702466237, "120979521"], [1702466261, "121049206"], [1702466291, "121195351"], [1702466327, "121195351"], [1702466360, "122583116"], [1702466384, "126953988"], [1702466417, "127026990"], [1702466441, "127760829"], [1702466471, "128147631"], [1702466507, "128147631"], [1702466540, "128279189"], [1702466597, "128359978"], [1702466633, "128632001"], [1702466666, "128632001"], [1702466705, "134244340"], [1702466732, "135197699"], [1702466765, "135197699"], [1702466801, "136955043"], [1702466852, "141258627"], [1702466876, "141258627"], [1702466918, "141258627"], [1702466978, "145586967"], [1702467014, "145826922"], [1702467038, "146395002"], [1702467068, "146395002"], [1702467122, "149247191"], [1702467158, "153369880"], [1702467191, "153369880"], [1702467221, "153369880"], [1702467257, "153369880"], [1702467299, "153369880"], [1702467350, "153436278"], [1702467386, "153436278"], [1702467419, "153436278"], [1702467455, "161924499"], [1702467515, "165673352"], [1702467542, "165673352"], [1702467566, "167294195"], [1702467599, "167890437"], [1702467635, "168864696"], [1702467668, "168864696"], [1702467695, "168864696"], [1702467716, "175408840"], [1702467746, "176079373"], [1702467800, "176079373"], [1702467824, "176079373"], [1702467908, "178379661"], [1702467944, "178379661"], [1702467968, "179101445"], [1702468001, "179101445"], [1702468031, "179101445"], [1702468067, "180229714"], [1702468085, "180229714"], [1702468115, "180229714"], [1702468151, "186717154"], [1702468181, "186717154"], [1702468208, "187014154"], [1702468241, "187187393"], [1702468256, "187187393"], [1702468286, "187862243"], [1702468322, "188199634"], [1702468352, "188233047"], [1702468388, "188418579"], [1702468424, "188814308"], [1702468457, "188814308"], [1702468493, "188979665"], [1702468517, "188979665"], [1702468550, "188979665"], [1702468586, "190119213"], [1702468613, "190119213"], [1702468637, "190397511"], [1702468679, "190882566"], [1702468721, "190882566"], [1702468730, "190882566"], [1702468766, "191049992"], [1702468799, "191049992"], [1702468835, "191124237"], [1702468898, "194032025"], [1702468934, "194032025"], [1702468970, "194401394"], [1702468994, "194456310"], [1702469024, "195035573"], [1702469060, "195122219"], [1702469111, "198286791"], [1702469144, "198571885"], [1702469168, "199462014"], [1702469204, "207816920"], [1702469237, "207932916"], [1702469273, "208055803"], [1702469303, "209378113"], [1702469336, "210285281"], [1702469360, "210817133"], [1702469387, "210817133"], [1702469411, "210817133"], [1702469435, "211894311"], [1702469468, "212543392"], [1702469504, "212913505"], [1702469537, "212913505"], [1702469573, "213386373"], [1702469606, "213386373"], [1702469633, "213386373"], [1702469660, "213386373"], [1702469684, "213386373"], [1702469717, "213386373"], [1702469753, "213386373"], [1702469786, "213386373"], [1702469816, "213439579"], [1702469834, "217747391"], [1702469864, "217747391"], [1702469906, "217896089"], [1702469936, "217896089"], [1702469972, "218292261"], [1702470005, "218292261"], [1702470029, "218292261"], [1702470065, "218292261"], [1702470101, "218292261"], [1702470131, "218292261"], [1702470167, "218528541"], [1702470203, "218528541"], [1702470251, "218528541"], [1702470278, "223723999"], [1702470311, "223723999"], [1702470347, "223980001"], [1702470371, "232626774"], [1702470404, "234236070"], [1702470440, "236441670"], [1702470476, "236441670"], [1702470506, "236441670"], [1702470542, "240978249"], [1702470575, "245561375"], [1702470611, "245755541"], [1702470635, "245755541"], [1702470662, "246364365"], [1702470686, "246364365"], [1702470719, "246439863"], [1702470746, "246475015"], [1702470812, "246722144"], [1702470845, "251119841"], [1702470875, "251119841"], [1702470899, "251119841"], [1702470953, "251119841"], [1702470983, "251250666"], [1702471025, "252225806"], [1702471067, "253375150"], [1702471169, "254441615"], [1702471193, "254441615"], [1702471226, "254786351"], [1702471265, "255209836"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "15285252"], [1702462721, "15494293"], [1702462736, "15494293"], [1702462751, "15494293"], [1702462763, "19732759"], [1702462793, "20347717"], [1702462808, "20443843"], [1702462829, "25039527"], [1702462844, "25475823"], [1702462865, "25985431"], [1702462880, "25985431"], [1702462904, "26305638"], [1702462919, "26305638"], [1702462952, "53814028"], [1702462973, "53814028"], [1702462988, "53814028"], [1702463045, "54007032"], [1702463081, "56370984"], [1702463114, "56370984"], [1702463150, "63945309"], [1702463186, "67803885"], [1702463216, "69897742"], [1702463240, "69897742"], [1702463273, "70256447"], [1702463324, "81343965"], [1702463354, "81343965"], [1702463381, "81343965"], [1702463417, "81343965"], [1702463453, "82858985"], [1702463477, "82936253"], [1702463510, "82936253"], [1702463537, "82936253"], [1702463570, "84958852"], [1702463591, "85125020"], [1702463621, "85366759"], [1702463657, "85452247"], [1702463693, "85992516"], [1702463729, "86778736"], [1702463765, "138023210"], [1702463798, "138480431"], [1702463846, "138480431"], [1702463873, "168622613"], [1702463906, "168719329"], [1702463948, "169592400"], [1702463984, "169726266"], [1702464014, "169836575"], [1702464050, "171380061"], [1702464086, "172556773"], [1702464122, "174713791"], [1702464155, "177018897"], [1702464194, "179260453"], [1702464230, "179260453"], [1702464263, "179472657"], [1702464299, "182428200"], [1702464332, "183848820"], [1702464356, "183848820"], [1702464392, "185967037"], [1702464425, "199365619"], [1702464455, "201610409"], [1702464479, "209490802"], [1702464509, "210503438"], [1702464533, "212419266"], [1702464569, "223373072"], [1702464605, "223912966"], [1702464635, "224421443"], [1702464671, "226903695"], [1702464716, "233888850"], [1702464743, "235586884"], [1702464776, "247420582"], [1702464812, "249042067"], [1702464836, "250277773"], [1702464869, "250845981"], [1702464905, "260108050"], [1702464926, "261076595"], [1702464956, "270811440"], [1702464992, "271327065"], [1702465016, "282384904"], [1702465049, "283049464"], [1702465085, "283049464"], [1702465118, "287081506"], [1702465145, "294965187"], [1702465178, "294965187"], [1702465208, "299131899"], [1702465241, "299790661"], [1702465298, "300785700"], [1702465334, "308872296"], [1702465367, "311081025"], [1702465394, "317208130"], [1702465418, "318039744"], [1702465445, "318039744"], [1702465481, "318212721"], [1702465517, "319708343"], [1702465550, "321246029"], [1702465586, "322736920"], [1702465619, "322736920"], [1702465658, "323173343"], [1702465706, "323626018"], [1702465754, "330784961"], [1702465787, "331501916"], [1702465823, "333136750"], [1702465856, "333199075"], [1702465880, "339725208"], [1702465910, "340746839"], [1702465952, "341358159"], [1702465988, "341358159"], [1702466015, "343414306"], [1702466030, "343493984"], [1702466060, "343493984"], [1702466078, "343553218"], [1702466138, "344671444"], [1702466168, "344671444"], [1702466204, "346156053"], [1702466237, "346156053"], [1702466261, "346719227"], [1702466291, "347403657"], [1702466327, "348982119"], [1702466360, "354981142"], [1702466384, "356043917"], [1702466417, "356745083"], [1702466441, "357015115"], [1702466471, "357015115"], [1702466507, "357706651"], [1702466540, "358360958"], [1702466597, "360180298"], [1702466633, "373513834"], [1702466666, "374332582"], [1702466705, "375246054"], [1702466732, "375680688"], [1702466765, "382060458"], [1702466801, "388195404"], [1702466852, "390635792"], [1702466876, "390808774"], [1702466918, "392206790"], [1702466978, "409746709"], [1702467014, "410438180"], [1702467038, "411921426"], [1702467068, "415230739"], [1702467122, "416379634"], [1702467158, "417248617"], [1702467191, "426081555"], [1702467221, "454678992"], [1702467257, "455549092"], [1702467299, "460093257"], [1702467350, "463910096"], [1702467386, "472332325"], [1702467419, "474092671"], [1702467455, "477916239"], [1702467515, "479486261"], [1702467542, "486393307"], [1702467566, "486393307"], [1702467599, "487819389"], [1702467635, "487819389"], [1702467668, "489738957"], [1702467695, "493761423"], [1702467716, "494616237"], [1702467746, "494862156"], [1702467800, "497136072"], [1702467824, "498345357"], [1702467908, "499685940"], [1702467944, "501814821"], [1702467968, "502057680"], [1702468001, "503106815"], [1702468031, "505233626"], [1702468067, "520842821"], [1702468085, "521719153"], [1702468115, "523702920"], [1702468151, "524598925"], [1702468181, "525262754"], [1702468208, "526919738"], [1702468241, "540374582"], [1702468256, "541389627"], [1702468286, "541797436"], [1702468322, "544032924"], [1702468352, "545905168"], [1702468388, "546348343"], [1702468424, "547785223"], [1702468457, "548583453"], [1702468493, "550150633"], [1702468517, "556198866"], [1702468550, "556719187"], [1702468586, "558213932"], [1702468613, "558971277"], [1702468637, "559009352"], [1702468679, "563542920"], [1702468721, "563542920"], [1702468730, "563542920"], [1702468766, "563542920"], [1702468799, "566908515"], [1702468835, "566998925"], [1702468898, "568073811"], [1702468934, "568866049"], [1702468970, "571624868"], [1702468994, "573412598"], [1702469024, "573839830"], [1702469060, "575656769"], [1702469111, "581715476"], [1702469144, "587190266"], [1702469168, "587190266"], [1702469204, "588601048"], [1702469237, "589445784"], [1702469273, "590764166"], [1702469303, "591854360"], [1702469336, "595098931"], [1702469360, "595287041"], [1702469387, "598889521"], [1702469411, "603209195"], [1702469435, "604582536"], [1702469468, "605292745"], [1702469504, "605462212"], [1702469537, "606428834"], [1702469573, "607993617"], [1702469606, "610203522"], [1702469633, "616472074"], [1702469660, "616472074"], [1702469684, "617488301"], [1702469717, "617804295"], [1702469753, "626355439"], [1702469786, "627628522"], [1702469816, "628645030"], [1702469834, "628645030"], [1702469864, "629158485"], [1702469906, "629855547"], [1702469936, "631486168"], [1702469972, "631814575"], [1702470005, "632851917"], [1702470029, "633764455"], [1702470065, "633764455"], [1702470101, "635115887"], [1702470131, "640040365"], [1702470167, "640561814"], [1702470203, "640591460"], [1702470251, "642706310"], [1702470278, "642745701"], [1702470311, "643798013"], [1702470347, "643798013"], [1702470371, "644206154"], [1702470404, "644488560"], [1702470440, "645338617"], [1702470476, "646072579"], [1702470506, "646111557"], [1702470542, "646922401"], [1702470575, "648106958"], [1702470611, "649193975"], [1702470635, "649193975"], [1702470662, "649681923"], [1702470686, "650639719"], [1702470719, "653388160"], [1702470746, "653752744"], [1702470812, "659143642"], [1702470845, "659143642"], [1702470875, "659499966"], [1702470899, "662685626"], [1702470953, "669054562"], [1702470983, "669512872"], [1702471025, "672468043"], [1702471067, "674604086"], [1702471169, "695241618"], [1702471193, "696481762"], [1702471226, "697009410"], [1702471265, "698230725"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "4261627"], [1702462844, "4261627"], [1702462865, "4261627"], [1702462880, "4261627"], [1702462904, "4261627"], [1702462919, "4261627"], [1702462952, "4261627"], [1702462973, "4261627"], [1702462988, "4261627"], [1702463045, "4261627"], [1702463081, "4261627"], [1702463114, "4261627"], [1702463150, "4261627"], [1702463186, "4261627"], [1702463216, "4261627"], [1702463240, "4261627"], [1702463273, "4261627"], [1702463324, "4261627"], [1702463354, "4261627"], [1702463381, "4261627"], [1702463417, "4261627"], [1702463453, "4261627"], [1702463477, "4261627"], [1702463510, "4261627"], [1702463537, "4261627"], [1702463570, "4261627"], [1702463591, "4261627"], [1702463621, "4261627"], [1702463657, "4261627"], [1702463693, "4261627"], [1702463729, "4261627"], [1702463765, "4261627"], [1702463798, "4261627"], [1702463846, "4261627"], [1702463873, "4261627"], [1702463906, "4261627"], [1702463948, "4261627"], [1702463984, "4261627"], [1702464014, "4261627"], [1702464050, "4261627"], [1702464086, "4261627"], [1702464122, "4261627"], [1702464155, "4261627"], [1702464194, "4261627"], [1702464230, "4261627"], [1702464263, "4261627"], [1702464299, "4261627"], [1702464332, "4261627"], [1702464356, "4261627"], [1702464392, "4261627"], [1702464425, "4261627"], [1702464455, "4261627"], [1702464479, "4261627"], [1702464509, "4261627"], [1702464533, "4261627"], [1702464569, "4261627"], [1702464605, "4261627"], [1702464635, "4261627"], [1702464671, "4261627"], [1702464716, "4261627"], [1702464743, "4261627"], [1702464776, "4261627"], [1702464812, "4261627"], [1702464836, "4261627"], [1702464869, "4261627"], [1702464905, "4261627"], [1702464926, "4261627"], [1702464956, "4261627"], [1702464992, "4261627"], [1702465016, "4261627"], [1702465049, "4261627"], [1702465085, "4261627"], [1702465118, "4261627"], [1702465145, "4261627"], [1702465178, "4261627"], [1702465208, "4261627"], [1702465241, "4261627"], [1702465298, "4261627"], [1702465334, "4261627"], [1702465367, "4261627"], [1702465394, "4261627"], [1702465418, "4261627"], [1702465445, "4261627"], [1702465481, "4261627"], [1702465517, "4261627"], [1702465550, "4261627"], [1702465586, "4261627"], [1702465619, "4261627"], [1702465658, "4261627"], [1702465706, "4261627"], [1702465754, "4261627"], [1702465787, "4261627"], [1702465823, "4261627"], [1702465856, "4261627"], [1702465880, "4261627"], [1702465910, "4261627"], [1702465952, "4261627"], [1702465988, "4261627"], [1702466015, "4261627"], [1702466030, "4261627"], [1702466060, "4261627"], [1702466078, "4261627"], [1702466138, "4261627"], [1702466168, "4261627"], [1702466204, "4261627"], [1702466237, "4261627"], [1702466261, "4261627"], [1702466291, "4261627"], [1702466327, "4261627"], [1702466360, "4261627"], [1702466384, "4261627"], [1702466417, "4261627"], [1702466441, "4261627"], [1702466471, "4261627"], [1702466507, "4261627"], [1702466540, "4261627"], [1702466597, "4261627"], [1702466633, "4261627"], [1702466666, "4261627"], [1702466705, "4261627"], [1702466732, "4261627"], [1702466765, "4261627"], [1702466801, "4261627"], [1702466852, "4261627"], [1702466876, "4261627"], [1702466918, "4261627"], [1702466978, "4261627"], [1702467014, "4261627"], [1702467038, "4261627"], [1702467068, "4261627"], [1702467122, "4261627"], [1702467158, "4261627"], [1702467191, "4261627"], [1702467221, "4261627"], [1702467257, "4261627"], [1702467299, "4261627"], [1702467350, "4261627"], [1702467386, "4261627"], [1702467419, "4261627"], [1702467455, "4261627"], [1702467515, "4261627"], [1702467542, "4261627"], [1702467566, "4261627"], [1702467599, "4261627"], [1702467635, "4261627"], [1702467668, "4261627"], [1702467695, "4261627"], [1702467716, "4261627"], [1702467746, "4261627"], [1702467800, "4261627"], [1702467824, "4261627"], [1702467908, "4261627"], [1702467944, "4261627"], [1702467968, "4261627"], [1702468001, "4261627"], [1702468031, "4261627"], [1702468067, "4261627"], [1702468085, "4261627"], [1702468115, "4261627"], [1702468151, "4261627"], [1702468181, "4261627"], [1702468208, "4261627"], [1702468241, "4261627"], [1702468256, "4261627"], [1702468286, "4261627"], [1702468322, "4261627"], [1702468352, "4261627"], [1702468388, "4261627"], [1702468424, "4261627"], [1702468457, "4261627"], [1702468493, "4261627"], [1702468517, "4261627"], [1702468550, "4261627"], [1702468586, "4261627"], [1702468613, "4261627"], [1702468637, "4261627"], [1702468679, "4261627"], [1702468721, "4261627"], [1702468730, "4261627"], [1702468766, "4261627"], [1702468799, "4261627"], [1702468835, "4261627"], [1702468898, "4261627"], [1702468934, "4261627"], [1702468970, "4261627"], [1702468994, "4261627"], [1702469024, "4261627"], [1702469060, "4261627"], [1702469111, "4261627"], [1702469144, "4261627"], [1702469168, "4261627"], [1702469204, "4261627"], [1702469237, "4261627"], [1702469273, "4261627"], [1702469303, "4261627"], [1702469336, "4261627"], [1702469360, "4261627"], [1702469387, "4261627"], [1702469411, "4261627"], [1702469435, "4261627"], [1702469468, "4261627"], [1702469504, "4261627"], [1702469537, "4261627"], [1702469573, "4261627"], [1702469606, "4261627"], [1702469633, "4261627"], [1702469660, "4261627"], [1702469684, "4261627"], [1702469717, "4261627"], [1702469753, "4261627"], [1702469786, "4261627"], [1702469816, "4261627"], [1702469834, "4261627"], [1702469864, "4261627"], [1702469906, "4261627"], [1702469936, "4261627"], [1702469972, "4261627"], [1702470005, "4261627"], [1702470029, "4261627"], [1702470065, "4261627"], [1702470101, "4261627"], [1702470131, "4261627"], [1702470167, "4261627"], [1702470203, "4261627"], [1702470251, "4261627"], [1702470278, "4261627"], [1702470311, "4261627"], [1702470347, "4261627"], [1702470371, "4261627"], [1702470404, "4261627"], [1702470440, "4261627"], [1702470476, "4261627"], [1702470506, "4261627"], [1702470542, "4261627"], [1702470575, "4261627"], [1702470611, "4261627"], [1702470635, "4261627"], [1702470662, "4261627"], [1702470686, "4261627"], [1702470719, "4261627"], [1702470746, "4261627"], [1702470812, "4261627"], [1702470845, "4261627"], [1702470875, "4261627"], [1702470899, "4261627"], [1702470953, "4261627"], [1702470983, "4261627"], [1702471025, "4261627"], [1702471067, "4261627"], [1702471169, "4261627"], [1702471193, "4261627"], [1702471226, "4261627"], [1702471265, "4261627"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "4261627"], [1702462736, "4261627"], [1702462751, "4261627"], [1702462763, "4261627"], [1702462793, "4261627"], [1702462808, "4261627"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "64607295659"], [1702462988, "92363901045"], [1702463045, "220235071803"], [1702463081, "308260181577"], [1702463114, "380884442211"], [1702463150, "457463090586"], [1702463186, "494014083996"], [1702463216, "502821295164"], [1702463240, "510264024423"], [1702463273, "519997531389"], [1702463324, "555998832770"], [1702463354, "616196318248"], [1702463381, "661004893533"], [1702463417, "737182572469"], [1702463453, "840321467496"], [1702463477, "980221210866"], [1702463510, "1052711394183"], [1702463537, "1094588777444"], [1702463570, "1131236640557"], [1702463591, "1141583589468"], [1702463621, "1158537851598"], [1702463657, "1171653589738"], [1702463693, "1232478481307"], [1702463729, "1261495711218"], [1702463765, "1332797810588"], [1702463798, "1507950165219"], [1702463846, "1681282947766"], [1702463873, "1822562443495"], [1702463906, "1875233139900"], [1702463948, "1931546557814"], [1702463984, "1942247407062"], [1702464014, "1956123032894"], [1702464050, "1968897356293"], [1702464086, "1990539918559"], [1702464122, "2020709646314"], [1702464155, "2052225428969"], [1702464194, "2110762408301"], [1702464230, "2136895828238"], [1702464263, "2160746339995"], [1702464299, "2177673185081"], [1702464332, "2182932651017"], [1702464356, "2187203998860"], [1702464392, "2195340400262"], [1702464425, "2214121774156"], [1702464455, "2237302832041"], [1702464479, "2255161146019"], [1702464509, "2280800406927"], [1702464533, "2314243112008"], [1702464569, "2346352686953"], [1702464605, "2375605188379"], [1702464635, "2396654304429"], [1702464671, "2407751621650"], [1702464716, "2411025680470"], [1702464743, "2416276309043"], [1702464776, "2418864844543"], [1702464812, "2438183757702"], [1702464836, "2452334344306"], [1702464869, "2464434842355"], [1702464905, "2482515748010"], [1702464926, "2520656883343"], [1702464956, "2538753627678"], [1702464992, "2585555521960"], [1702465016, "2607826486435"], [1702465049, "2618842551134"], [1702465085, "2620548061384"], [1702465118, "2636235848935"], [1702465145, "2655708615475"], [1702465178, "2717054215369"], [1702465208, "2797578156911"], [1702465241, "2875057824327"], [1702465298, "3080533146711"], [1702465334, "3173013080791"], [1702465367, "3221738266766"], [1702465394, "3241276464971"], [1702465418, "3266564869254"], [1702465445, "3274079203304"], [1702465481, "3295839591878"], [1702465517, "3333481133165"], [1702465550, "3396958290905"], [1702465586, "3467950623952"], [1702465619, "3582598691283"], [1702465658, "3754167662139"], [1702465706, "3897590355966"], [1702465754, "4065372503277"], [1702465787, "4108819514035"], [1702465823, "4115490749899"], [1702465856, "4135633146107"], [1702465880, "4163148354375"], [1702465910, "4228759268283"], [1702465952, "4322737238355"], [1702465988, "4441258122199"], [1702466015, "4625750822542"], [1702466030, "4731914645234"], [1702466060, "4889702107464"], [1702466078, "4984325780818"], [1702466138, "5036144719112"], [1702466168, "5075416312386"], [1702466204, "5083937101774"], [1702466237, "5089689124141"], [1702466261, "5120832422662"], [1702466291, "5144381446701"], [1702466327, "5195428409275"], [1702466360, "5301151242576"], [1702466384, "5370197676206"], [1702466417, "5417844209510"], [1702466441, "5499160871852"], [1702466471, "5538937310962"], [1702466507, "5573333802034"], [1702466540, "5591214100544"], [1702466597, "5602887351986"], [1702466633, "5619242185752"], [1702466666, "5640854231657"], [1702466705, "5654758425353"], [1702466732, "5765993091660"], [1702466765, "5869729151029"], [1702466801, "5983135635331"], [1702466852, "6091215950345"], [1702466876, "6101843826165"], [1702466918, "6131142160166"], [1702466978, "6152037564917"], [1702467014, "6156318509804"], [1702467038, "6186190594662"], [1702467068, "6226625957762"], [1702467122, "6328908128851"], [1702467158, "6418793164758"], [1702467191, "6518165892939"], [1702467221, "6608469882328"], [1702467257, "6651954887825"], [1702467299, "6669383445676"], [1702467350, "6691343885738"], [1702467386, "6717974791070"], [1702467419, "6760279520913"], [1702467455, "6811692270056"], [1702467515, "6915927448123"], [1702467542, "6978181180930"], [1702467566, "7028501894861"], [1702467599, "7065352369235"], [1702467635, "7101703685134"], [1702467668, "7114090924808"], [1702467695, "7124484440034"], [1702467716, "7143581235725"], [1702467746, "7160619245596"], [1702467800, "7193586771169"], [1702467824, "7226503637357"], [1702467908, "7347040441514"], [1702467944, "7397380472056"], [1702467968, "7446144532745"], [1702468001, "7479015251598"], [1702468031, "7490423586643"], [1702468067, "7496164095639"], [1702468085, "7516585553944"], [1702468115, "7532935531507"], [1702468151, "7558365873278"], [1702468181, "7624048487511"], [1702468208, "7655182540689"], [1702468241, "7712161358631"], [1702468256, "7743137532251"], [1702468286, "7773301419312"], [1702468322, "7820002895011"], [1702468352, "7862280782052"], [1702468388, "7895989786567"], [1702468424, "7902685752743"], [1702468457, "7911100421141"], [1702468493, "7925248967214"], [1702468517, "7948118808720"], [1702468550, "7972654077584"], [1702468586, "8001711830070"], [1702468613, "8027261122776"], [1702468637, "8036816821775"], [1702468679, "8086223332702"], [1702468721, "8097152770359"], [1702468730, "8103459395817"], [1702468766, "8112486797621"], [1702468799, "8115845856891"], [1702468835, "8133729622849"], [1702468898, "8155246242713"], [1702468934, "8186514796865"], [1702468970, "8198918851484"], [1702468994, "8222848148209"], [1702469024, "8251693051392"], [1702469060, "8303542662370"], [1702469111, "8350128980830"], [1702469144, "8357011688521"], [1702469168, "8368823110498"], [1702469204, "8387251490980"], [1702469237, "8411440766693"], [1702469273, "8435072428956"], [1702469303, "8453721472003"], [1702469336, "8479838946921"], [1702469360, "8513404004701"], [1702469387, "8538534161886"], [1702469411, "8564451171179"], [1702469435, "8593357506808"], [1702469468, "8625231098533"], [1702469504, "8634903842000"], [1702469537, "8640498635373"], [1702469573, "8646626238224"], [1702469606, "8652145775514"], [1702469633, "8667108720838"], [1702469660, "8676905210355"], [1702469684, "8698315785979"], [1702469717, "8720370906865"], [1702469753, "8755419880665"], [1702469786, "8789982025769"], [1702469816, "8816060120864"], [1702469834, "8847770791215"], [1702469864, "8855306393284"], [1702469906, "8874201340653"], [1702469936, "8885465063623"], [1702469972, "8889510194131"], [1702470005, "8904062587589"], [1702470029, "8912364289518"], [1702470065, "8926569466911"], [1702470101, "8949539598812"], [1702470131, "8968985681439"], [1702470167, "8992815729190"], [1702470203, "9024271644495"], [1702470251, "9054008820045"], [1702470278, "9101749460142"], [1702470311, "9119789223758"], [1702470347, "9141144149914"], [1702470371, "9153407220360"], [1702470404, "9162609872534"], [1702470440, "9169464432665"], [1702470476, "9177995332030"], [1702470506, "9195625053717"], [1702470542, "9210069131074"], [1702470575, "9225865317593"], [1702470611, "9254617863565"], [1702470635, "9281489673836"], [1702470662, "9309193272398"], [1702470686, "9339013897216"], [1702470719, "9355774064853"], [1702470746, "9378337331119"], [1702470812, "9397899865204"], [1702470845, "9399503661366"], [1702470875, "9425214461169"], [1702470899, "9454583294389"], [1702470953, "9472611950772"], [1702470983, "9473772156084"], [1702471025, "9486140952334"], [1702471067, "9515101133315"], [1702471169, "9532312514913"], [1702471193, "9545829139369"], [1702471226, "9569230638435"], [1702471265, "9578734279245"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "21078394"], [1702462865, "21615542"], [1702462880, "5069617855"], [1702462904, "12938017996"], [1702462919, "21607708887"], [1702462952, "60555433345"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "13551756"], [1702462721, "13697408"], [1702462736, "14035447"], [1702462751, "32088989"], [1702462763, "32088989"], [1702462793, "32088989"], [1702462808, "32293855"], [1702462829, "32553443"], [1702462844, "32708854"], [1702462865, "32708854"], [1702462880, "32856292"], [1702462904, "33108282"], [1702462919, "33195105"], [1702462952, "33605323"], [1702462973, "33605323"], [1702462988, "33605323"], [1702463045, "35121235"], [1702463081, "36848040"], [1702463114, "37189853"], [1702463150, "37236089"], [1702463186, "37611706"], [1702463216, "37714023"], [1702463240, "37993561"], [1702463273, "38025733"], [1702463324, "45756580"], [1702463354, "45859088"], [1702463381, "46256057"], [1702463417, "46647601"], [1702463453, "50383374"], [1702463477, "50528426"], [1702463510, "50528426"], [1702463537, "51240615"], [1702463570, "51240615"], [1702463591, "51605158"], [1702463621, "51664368"], [1702463657, "52206572"], [1702463693, "52250696"], [1702463729, "52620573"], [1702463765, "53235107"], [1702463798, "53320958"], [1702463846, "61026796"], [1702463873, "61149676"], [1702463906, "61971095"], [1702463948, "62294551"], [1702463984, "62540765"], [1702464014, "62933633"], [1702464050, "63277882"], [1702464086, "63907755"], [1702464122, "64045487"], [1702464155, "64606162"], [1702464194, "65304788"], [1702464230, "72207224"], [1702464263, "72392511"], [1702464299, "72599186"], [1702464332, "72671485"], [1702464356, "72671485"], [1702464392, "72778160"], [1702464425, "74108132"], [1702464455, "74321433"], [1702464479, "75622331"], [1702464509, "75905461"], [1702464533, "76587279"], [1702464569, "76587279"], [1702464605, "76683621"], [1702464635, "76970825"], [1702464671, "77047657"], [1702464716, "77313106"], [1702464743, "77483508"], [1702464776, "79445675"], [1702464812, "79725331"], [1702464836, "79931874"], [1702464869, "80698777"], [1702464905, "81097386"], [1702464926, "91844528"], [1702464956, "91904824"], [1702464992, "92236300"], [1702465016, "92375469"], [1702465049, "92657989"], [1702465085, "92925122"], [1702465118, "93154811"], [1702465145, "93282038"], [1702465178, "93548077"], [1702465208, "93912257"], [1702465241, "93912257"], [1702465298, "94406258"], [1702465334, "100695423"], [1702465367, "100955930"], [1702465394, "101145449"], [1702465418, "101145449"], [1702465445, "101232371"], [1702465481, "101382368"], [1702465517, "101564587"], [1702465550, "101766340"], [1702465586, "101882386"], [1702465619, "101882386"], [1702465658, "102478554"], [1702465706, "102648483"], [1702465754, "103236881"], [1702465787, "103236881"], [1702465823, "103335579"], [1702465856, "103472311"], [1702465880, "104087586"], [1702465910, "104322932"], [1702465952, "104601936"], [1702465988, "105194040"], [1702466015, "105976291"], [1702466030, "111288528"], [1702466060, "111288528"], [1702466078, "111339514"], [1702466138, "111852670"], [1702466168, "112075262"], [1702466204, "116705053"], [1702466237, "116939217"], [1702466261, "117181210"], [1702466291, "117403048"], [1702466327, "117691807"], [1702466360, "117961591"], [1702466384, "118312558"], [1702466417, "118850472"], [1702466441, "118850472"], [1702466471, "119013829"], [1702466507, "119273568"], [1702466540, "119491666"], [1702466597, "125820922"], [1702466633, "126070667"], [1702466666, "126252064"], [1702466705, "126252064"], [1702466732, "126438250"], [1702466765, "126683911"], [1702466801, "126767532"], [1702466852, "126854226"], [1702466876, "127125935"], [1702466918, "127395334"], [1702466978, "128785560"], [1702467014, "130762193"], [1702467038, "130838823"], [1702467068, "132946693"], [1702467122, "133308176"], [1702467158, "133401666"], [1702467191, "133575565"], [1702467221, "133939195"], [1702467257, "134239699"], [1702467299, "134327248"], [1702467350, "134670154"], [1702467386, "135066436"], [1702467419, "135485830"], [1702467455, "135753634"], [1702467515, "139074212"], [1702467542, "139179615"], [1702467566, "139369427"], [1702467599, "139439040"], [1702467635, "139577898"], [1702467668, "139911573"], [1702467695, "145860970"], [1702467716, "145944517"], [1702467746, "146495132"], [1702467800, "147069558"], [1702467824, "147348027"], [1702467908, "151580189"], [1702467944, "155046062"], [1702467968, "155243469"], [1702468001, "157197311"], [1702468031, "157452957"], [1702468067, "157635984"], [1702468085, "157761736"], [1702468115, "157889748"], [1702468151, "158113076"], [1702468181, "158401808"], [1702468208, "158665030"], [1702468241, "158739144"], [1702468256, "158822250"], [1702468286, "158868443"], [1702468322, "159816417"], [1702468352, "159892094"], [1702468388, "160302397"], [1702468424, "160510994"], [1702468457, "160557057"], [1702468493, "165177759"], [1702468517, "165644105"], [1702468550, "165717448"], [1702468586, "166289150"], [1702468613, "167749871"], [1702468637, "167863175"], [1702468679, "171902221"], [1702468721, "171945745"], [1702468730, "176018231"], [1702468766, "176262004"], [1702468799, "177313873"], [1702468835, "177641699"], [1702468898, "178813015"], [1702468934, "180866937"], [1702468970, "181902557"], [1702468994, "182375045"], [1702469024, "182551317"], [1702469060, "182653655"], [1702469111, "182816015"], [1702469144, "183012581"], [1702469168, "183012581"], [1702469204, "183097965"], [1702469237, "183302829"], [1702469273, "183423882"], [1702469303, "183784297"], [1702469336, "185578865"], [1702469360, "186032890"], [1702469387, "186085965"], [1702469411, "186085965"], [1702469435, "186085965"], [1702469468, "191733063"], [1702469504, "191899003"], [1702469537, "192285705"], [1702469573, "192321060"], [1702469606, "192391751"], [1702469633, "193877848"], [1702469660, "193998955"], [1702469684, "194621160"], [1702469717, "202156266"], [1702469753, "202498234"], [1702469786, "203018049"], [1702469816, "203213971"], [1702469834, "203213971"], [1702469864, "203304775"], [1702469906, "206640219"], [1702469936, "206832034"], [1702469972, "350079753082"], [1702470005, "351854619601"], [1702470029, "351854619601"], [1702470065, "353147177375"], [1702470101, "354746637245"], [1702470131, "355601631568"], [1702470167, "357608822883"], [1702470203, "359427176472"], [1702470251, "360607455105"], [1702470278, "361552131073"], [1702470311, "362932431392"], [1702470347, "365169751644"], [1702470371, "365800163602"], [1702470404, "366132322608"], [1702470440, "367368837443"], [1702470476, "368585413651"], [1702470506, "370287840907"], [1702470542, "371722511874"], [1702470575, "373593587395"], [1702470611, "374742484900"], [1702470635, "376332507506"], [1702470662, "376578415632"], [1702470686, "377702161828"], [1702470719, "377952010556"], [1702470746, "378488630857"], [1702470812, "380761956458"], [1702470845, "382317644330"], [1702470875, "383099300369"], [1702470899, "383929581860"], [1702470953, "386890841426"], [1702470983, "387192173468"], [1702471025, "388587267255"], [1702471067, "390947692191"], [1702471169, "393728760534"], [1702471193, "395453439390"], [1702471226, "396430254222"], [1702471265, "398284714885"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "4608441"], [1702462919, "4608441"], [1702462952, "4608441"], [1702462973, "4608441"], [1702462988, "4608441"], [1702463045, "4608441"], [1702463081, "4608441"], [1702463114, "4608441"], [1702463150, "4608441"], [1702463186, "4608441"], [1702463216, "4608441"], [1702463240, "4608441"], [1702463273, "4608441"], [1702463324, "4608441"], [1702463354, "4608441"], [1702463381, "4608441"], [1702463417, "4608441"], [1702463453, "4608441"], [1702463477, "4608441"], [1702463510, "4608441"], [1702463537, "4608441"], [1702463570, "4608441"], [1702463591, "4608441"], [1702463621, "4608441"], [1702463657, "4608441"], [1702463693, "4608441"], [1702463729, "4608441"], [1702463765, "4608441"], [1702463798, "4608441"], [1702463846, "4608441"], [1702463873, "4608441"], [1702463906, "4608441"], [1702463948, "4608441"], [1702463984, "4608441"], [1702464014, "4608441"], [1702464050, "4608441"], [1702464086, "4608441"], [1702464122, "4608441"], [1702464155, "4608441"], [1702464194, "4608441"], [1702464230, "4608441"], [1702464263, "4608441"], [1702464299, "4608441"], [1702464332, "4608441"], [1702464356, "4608441"], [1702464392, "4608441"], [1702464425, "4608441"], [1702464455, "4608441"], [1702464479, "4608441"], [1702464509, "4608441"], [1702464533, "4608441"], [1702464569, "4608441"], [1702464605, "4608441"], [1702464635, "4608441"], [1702464671, "4608441"], [1702464716, "4608441"], [1702464743, "4608441"], [1702464776, "4608441"], [1702464812, "4608441"], [1702464836, "4608441"], [1702464869, "4608441"], [1702464905, "4608441"], [1702464926, "4608441"], [1702464956, "4608441"], [1702464992, "4608441"], [1702465016, "4608441"], [1702465049, "4608441"], [1702465085, "4608441"], [1702465118, "4608441"], [1702465145, "4608441"], [1702465178, "4608441"], [1702465208, "4608441"], [1702465241, "4608441"], [1702465298, "4608441"], [1702465334, "4608441"], [1702465367, "4722888"], [1702465394, "4722888"], [1702465418, "4722888"], [1702465445, "4722888"], [1702465481, "4722888"], [1702465517, "4722888"], [1702465550, "4722888"], [1702465586, "4722888"], [1702465619, "4722888"], [1702465658, "4722888"], [1702465706, "4722888"], [1702465754, "4722888"], [1702465787, "4722888"], [1702465823, "4722888"], [1702465856, "4722888"], [1702465880, "4722888"], [1702465910, "4722888"], [1702465952, "4722888"], [1702465988, "4722888"], [1702466015, "4722888"], [1702466030, "4722888"], [1702466060, "4722888"], [1702466078, "4722888"], [1702466138, "4722888"], [1702466168, "4722888"], [1702466204, "4722888"], [1702466237, "4722888"], [1702466261, "4722888"], [1702466291, "4722888"], [1702466327, "4722888"], [1702466360, "4722888"], [1702466384, "4722888"], [1702466417, "4722888"], [1702466441, "4722888"], [1702466471, "4722888"], [1702466507, "4722888"], [1702466540, "4722888"], [1702466597, "4722888"], [1702466633, "4722888"], [1702466666, "4722888"], [1702466705, "4722888"], [1702466732, "4722888"], [1702466765, "4722888"], [1702466801, "4722888"], [1702466852, "4722888"], [1702466876, "4722888"], [1702466918, "4722888"], [1702466978, "4722888"], [1702467014, "4722888"], [1702467038, "4722888"], [1702467068, "4722888"], [1702467122, "4722888"], [1702467158, "4722888"], [1702467191, "4722888"], [1702467221, "4722888"], [1702467257, "4722888"], [1702467299, "4722888"], [1702467350, "4722888"], [1702467386, "4722888"], [1702467419, "4722888"], [1702467455, "4722888"], [1702467515, "4722888"], [1702467542, "4722888"], [1702467566, "4722888"], [1702467599, "4722888"], [1702467635, "4722888"], [1702467668, "4722888"], [1702467695, "4722888"], [1702467716, "4722888"], [1702467746, "4722888"], [1702467800, "4722888"], [1702467824, "4722888"], [1702467908, "4722888"], [1702467944, "4722888"], [1702467968, "4722888"], [1702468001, "4722888"], [1702468031, "4722888"], [1702468067, "4722888"], [1702468085, "4722888"], [1702468115, "4722888"], [1702468151, "4722888"], [1702468181, "4722888"], [1702468208, "4722888"], [1702468241, "4722888"], [1702468256, "4722888"], [1702468286, "4722888"], [1702468322, "4722888"], [1702468352, "4722888"], [1702468388, "4722888"], [1702468424, "4722888"], [1702468457, "4722888"], [1702468493, "4722888"], [1702468517, "4722888"], [1702468550, "4722888"], [1702468586, "4722888"], [1702468613, "4722888"], [1702468637, "4722888"], [1702468679, "4722888"], [1702468721, "4722888"], [1702468730, "4722888"], [1702468766, "4722888"], [1702468799, "4722888"], [1702468835, "4722888"], [1702468898, "4722888"], [1702468934, "4722888"], [1702468970, "4722888"], [1702468994, "4722888"], [1702469024, "4722888"], [1702469060, "4722888"], [1702469111, "4722888"], [1702469144, "4722888"], [1702469168, "4722888"], [1702469204, "4722888"], [1702469237, "4722888"], [1702469273, "4722888"], [1702469303, "4722888"], [1702469336, "4722888"], [1702469360, "4722888"], [1702469387, "4722888"], [1702469411, "4722888"], [1702469435, "4722888"], [1702469468, "4722888"], [1702469504, "4722888"], [1702469537, "4722888"], [1702469573, "4722888"], [1702469606, "4722888"], [1702469633, "4722888"], [1702469660, "4722888"], [1702469684, "4722888"], [1702469717, "4722888"], [1702469753, "4722888"], [1702469786, "4722888"], [1702469816, "4722888"], [1702469834, "4722888"], [1702469864, "4722888"], [1702469906, "4722888"], [1702469936, "4722888"], [1702469972, "4722888"], [1702470005, "4722888"], [1702470029, "4722888"], [1702470065, "4722888"], [1702470101, "4722888"], [1702470131, "4722888"], [1702470167, "4722888"], [1702470203, "4722888"], [1702470251, "4722888"], [1702470278, "4722888"], [1702470311, "4722888"], [1702470347, "4722888"], [1702470371, "4722888"], [1702470404, "4722888"], [1702470440, "4722888"], [1702470476, "4722888"], [1702470506, "4722888"], [1702470542, "4722888"], [1702470575, "4722888"], [1702470611, "4722888"], [1702470635, "4722888"], [1702470662, "4722888"], [1702470686, "4722888"], [1702470719, "4722888"], [1702470746, "4722888"], [1702470812, "4722888"], [1702470845, "4722888"], [1702470875, "4722888"], [1702470899, "4722888"], [1702470953, "4722888"], [1702470983, "4722888"], [1702471025, "4722888"], [1702471067, "4722888"], [1702471169, "4722888"], [1702471193, "4722888"], [1702471226, "4722888"], [1702471265, "4722888"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "4608441"], [1702462793, "4608441"], [1702462808, "4608441"], [1702462829, "4608441"], [1702462844, "4608441"], [1702462865, "4608441"], [1702462880, "4608441"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "36397771"], [1702462721, "36397771"], [1702462736, "36397771"], [1702462751, "36397771"], [1702462763, "38087689"], [1702462793, "39573398"], [1702462808, "41703901"], [1702462829, "43270324"], [1702462844, "45602709"], [1702462865, "46968906"], [1702462880, "48319222"], [1702462904, "51125888"], [1702462919, "51399643"], [1702462952, "57898262"], [1702462973, "57898262"], [1702462988, "60357887"], [1702463045, "78855129"], [1702463081, "81990464"], [1702463114, "85777968"], [1702463150, "87038379"], [1702463186, "98527435"], [1702463216, "102982415"], [1702463240, "106885507"], [1702463273, "112648012"], [1702463324, "121261303"], [1702463354, "125884281"], [1702463381, "128879791"], [1702463417, "133096586"], [1702463453, "141399511"], [1702463477, "143860841"], [1702463510, "146501162"], [1702463537, "149316691"], [1702463570, "151595130"], [1702463591, "156346244"], [1702463621, "158274198"], [1702463657, "161479551"], [1702463693, "165956390"], [1702463729, "167822249"], [1702463765, "170968319"], [1702463798, "178964546"], [1702463846, "186567271"], [1702463873, "189368266"], [1702463906, "191758947"], [1702463948, "196322752"], [1702463984, "196667628"], [1702464014, "199932373"], [1702464050, "201576155"], [1702464086, "203947278"], [1702464122, "211588839"], [1702464155, "215625268"], [1702464194, "221765508"], [1702464230, "224545030"], [1702464263, "229027122"], [1702464299, "233541743"], [1702464332, "237077005"], [1702464356, "240158952"], [1702464392, "242959695"], [1702464425, "249710114"], [1702464455, "260741083"], [1702464479, "264556803"], [1702464509, "275883023"], [1702464533, "278497342"], [1702464569, "283015486"], [1702464605, "286228327"], [1702464635, "286439544"], [1702464671, "293242230"], [1702464716, "297832358"], [1702464743, "303099170"], [1702464776, "306994794"], [1702464812, "310453835"], [1702464836, "316492944"], [1702464869, "322162693"], [1702464905, "324792202"], [1702464926, "329949259"], [1702464956, "332153488"], [1702464992, "335116767"], [1702465016, "340159984"], [1702465049, "342164467"], [1702465085, "354785591"], [1702465118, "355399829"], [1702465145, "359924341"], [1702465178, "362038462"], [1702465208, "366426550"], [1702465241, "370618023"], [1702465298, "377929207"], [1702465334, "382190681"], [1702465367, "386937791"], [1702465394, "389481825"], [1702465418, "393022376"], [1702465445, "394195201"], [1702465481, "397841428"], [1702465517, "401546870"], [1702465550, "407331376"], [1702465586, "413594867"], [1702465619, "419927833"], [1702465658, "424796924"], [1702465706, "427767386"], [1702465754, "435817885"], [1702465787, "438989504"], [1702465823, "441739541"], [1702465856, "443585699"], [1702465880, "446383924"], [1702465910, "449550543"], [1702465952, "452826551"], [1702465988, "456728057"], [1702466015, "460810316"], [1702466030, "464602340"], [1702466060, "465535912"], [1702466078, "467865024"], [1702466138, "472987678"], [1702466168, "477937229"], [1702466204, "481473037"], [1702466237, "487148900"], [1702466261, "490635474"], [1702466291, "496509466"], [1702466327, "502041739"], [1702466360, "521675567"], [1702466384, "525223159"], [1702466417, "529467399"], [1702466441, "533563336"], [1702466471, "535739664"], [1702466507, "541757716"], [1702466540, "545800755"], [1702466597, "552953114"], [1702466633, "557696312"], [1702466666, "559273918"], [1702466705, "566719160"], [1702466732, "573661183"], [1702466765, "579540169"], [1702466801, "585150933"], [1702466852, "590498464"], [1702466876, "591421892"], [1702466918, "596410520"], [1702466978, "600913409"], [1702467014, "652189189"], [1702467038, "655151818"], [1702467068, "662274146"], [1702467122, "668519993"], [1702467158, "679885491"], [1702467191, "684022771"], [1702467221, "685986448"], [1702467257, "694439499"], [1702467299, "697830154"], [1702467350, "703812684"], [1702467386, "709781474"], [1702467419, "715885191"], [1702467455, "721837172"], [1702467515, "728238109"], [1702467542, "730976505"], [1702467566, "733134504"], [1702467599, "738492013"], [1702467635, "744449933"], [1702467668, "748289858"], [1702467695, "753830429"], [1702467716, "755725035"], [1702467746, "757971465"], [1702467800, "763952586"], [1702467824, "766993236"], [1702467908, "777642034"], [1702467944, "779446779"], [1702467968, "781065122"], [1702468001, "781740758"], [1702468031, "785595565"], [1702468067, "793634384"], [1702468085, "798835320"], [1702468115, "801388426"], [1702468151, "804141947"], [1702468181, "812928320"], [1702468208, "814660533"], [1702468241, "822029364"], [1702468256, "825329122"], [1702468286, "826627382"], [1702468322, "831205390"], [1702468352, "835441294"], [1702468388, "840548154"], [1702468424, "843361452"], [1702468457, "844649405"], [1702468493, "851405736"], [1702468517, "854690439"], [1702468550, "858567641"], [1702468586, "862658866"], [1702468613, "865902316"], [1702468637, "867746835"], [1702468679, "870833974"], [1702468721, "874399110"], [1702468730, "878460200"], [1702468766, "880158014"], [1702468799, "883181374"], [1702468835, "886501561"], [1702468898, "896681962"], [1702468934, "903674716"], [1702468970, "907835762"], [1702468994, "910422313"], [1702469024, "914409834"], [1702469060, "919616441"], [1702469111, "927751294"], [1702469144, "932842104"], [1702469168, "935352620"], [1702469204, "938933697"], [1702469237, "943072998"], [1702469273, "947472772"], [1702469303, "955606274"], [1702469336, "958005554"], [1702469360, "961449338"], [1702469387, "962359496"], [1702469411, "964188701"], [1702469435, "968979463"], [1702469468, "972079027"], [1702469504, "975840829"], [1702469537, "980189889"], [1702469573, "984399830"], [1702469606, "988510379"], [1702469633, "990299908"], [1702469660, "995942165"], [1702469684, "1000711283"], [1702469717, "1003934456"], [1702469753, "1007158503"], [1702469786, "1010454565"], [1702469816, "1013905691"], [1702469834, "1018410743"], [1702469864, "1021693856"], [1702469906, "1027798068"], [1702469936, "1030559880"], [1702469972, "1033952128"], [1702470005, "1036134709"], [1702470029, "1037810734"], [1702470065, "1043733646"], [1702470101, "1049296827"], [1702470131, "1056135252"], [1702470167, "1063886257"], [1702470203, "1071752843"], [1702470251, "1077313583"], [1702470278, "1080177428"], [1702470311, "1086705964"], [1702470347, "1095292052"], [1702470371, "1099143305"], [1702470404, "1103224435"], [1702470440, "1112558381"], [1702470476, "1115306509"], [1702470506, "1121109051"], [1702470542, "1129171402"], [1702470575, "1133245528"], [1702470611, "1137685263"], [1702470635, "1139864319"], [1702470662, "1142794183"], [1702470686, "1145688617"], [1702470719, "1148580426"], [1702470746, "1152601689"], [1702470812, "1158892105"], [1702470845, "1163298210"], [1702470875, "1168983378"], [1702470899, "1173135529"], [1702470953, "1177928261"], [1702470983, "1184452078"], [1702471025, "1185588367"], [1702471067, "1195351011"], [1702471169, "1203389213"], [1702471193, "1206486345"], [1702471226, "1212345495"], [1702471265, "1214601641"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "4595643"], [1702462721, "5107090"], [1702462736, "5798114"], [1702462751, "6308975"], [1702462763, "6992884"], [1702462793, "7802345"], [1702462808, "7802345"], [1702462829, "7802345"], [1702462844, "7802345"], [1702462865, "8335732"], [1702462880, "8524831"], [1702462904, "8742029"], [1702462919, "8829303"], [1702462952, "9446196"], [1702462973, "9624692"], [1702462988, "9747796"], [1702463045, "11772253"], [1702463081, "12809727"], [1702463114, "19891306"], [1702463150, "21362585"], [1702463186, "22413143"], [1702463216, "22803766"], [1702463240, "23874396"], [1702463273, "24550833"], [1702463324, "24550833"], [1702463354, "24550833"], [1702463381, "24550833"], [1702463417, "26848738"], [1702463453, "27266807"], [1702463477, "27465698"], [1702463510, "28257971"], [1702463537, "29250062"], [1702463570, "29670706"], [1702463591, "30061137"], [1702463621, "30400395"], [1702463657, "30400395"], [1702463693, "30686372"], [1702463729, "30770706"], [1702463765, "30878956"], [1702463798, "31507023"], [1702463846, "31920527"], [1702463873, "32447652"], [1702463906, "32539415"], [1702463948, "33762312"], [1702463984, "34111255"], [1702464014, "35291602"], [1702464050, "36579777"], [1702464086, "38536873"], [1702464122, "39095058"], [1702464155, "39547632"], [1702464194, "39982646"], [1702464230, "41552329"], [1702464263, "42751349"], [1702464299, "44362923"], [1702464332, "45270020"], [1702464356, "45651895"], [1702464392, "46514381"], [1702464425, "47211524"], [1702464455, "48230726"], [1702464479, "51458021"], [1702464509, "51877285"], [1702464533, "52357115"], [1702464569, "53247616"], [1702464605, "54558951"], [1702464635, "54851065"], [1702464671, "55551403"], [1702464716, "56628703"], [1702464743, "57372391"], [1702464776, "65348206"], [1702464812, "67405819"], [1702464836, "68459956"], [1702464869, "68685324"], [1702464905, "68872928"], [1702464926, "68972344"], [1702464956, "69255658"], [1702464992, "69255658"], [1702465016, "69408874"], [1702465049, "69796181"], [1702465085, "70826454"], [1702465118, "71370425"], [1702465145, "72640242"], [1702465178, "73323437"], [1702465208, "75118101"], [1702465241, "76230078"], [1702465298, "79477778"], [1702465334, "80156083"], [1702465367, "80402195"], [1702465394, "81003661"], [1702465418, "81602384"], [1702465445, "82258523"], [1702465481, "83294500"], [1702465517, "84184122"], [1702465550, "84791984"], [1702465586, "86158612"], [1702465619, "86724989"], [1702465658, "87803574"], [1702465706, "87859529"], [1702465754, "88930490"], [1702465787, "90294252"], [1702465823, "90724362"], [1702465856, "91412860"], [1702465880, "92409078"], [1702465910, "93199561"], [1702465952, "93367685"], [1702465988, "95572911"], [1702466015, "96976671"], [1702466030, "97823067"], [1702466060, "98506485"], [1702466078, "99389853"], [1702466138, "100730894"], [1702466168, "100871112"], [1702466204, "100980735"], [1702466237, "101959252"], [1702466261, "102186399"], [1702466291, "102186399"], [1702466327, "103355907"], [1702466360, "104447278"], [1702466384, "105234389"], [1702466417, "106222276"], [1702466441, "107164308"], [1702466471, "107919767"], [1702466507, "110230960"], [1702466540, "110695861"], [1702466597, "112139639"], [1702466633, "113674431"], [1702466666, "114463675"], [1702466705, "116085953"], [1702466732, "118083094"], [1702466765, "120537852"], [1702466801, "123043551"], [1702466852, "125455754"], [1702466876, "126826294"], [1702466918, "128642270"], [1702466978, "143500831"], [1702467014, "144256992"], [1702467038, "145258071"], [1702467068, "146335747"], [1702467122, "147055159"], [1702467158, "148922133"], [1702467191, "149475082"], [1702467221, "150420173"], [1702467257, "151870094"], [1702467299, "153451748"], [1702467350, "155915406"], [1702467386, "156227430"], [1702467419, "159784600"], [1702467455, "160104266"], [1702467515, "165447926"], [1702467542, "165510142"], [1702467566, "166580614"], [1702467599, "167306917"], [1702467635, "168030042"], [1702467668, "169448468"], [1702467695, "169675524"], [1702467716, "170121581"], [1702467746, "170121581"], [1702467800, "171824904"], [1702467824, "173120173"], [1702467908, "174056448"], [1702467944, "175003297"], [1702467968, "175593417"], [1702468001, "175833972"], [1702468031, "177070392"], [1702468067, "177285370"], [1702468085, "179129790"], [1702468115, "179406650"], [1702468151, "180437202"], [1702468181, "181351059"], [1702468208, "181635838"], [1702468241, "182019208"], [1702468256, "182019208"], [1702468286, "182706969"], [1702468322, "183202067"], [1702468352, "183843022"], [1702468388, "184435568"], [1702468424, "185418075"], [1702468457, "185910595"], [1702468493, "186670425"], [1702468517, "187176639"], [1702468550, "188272522"], [1702468586, "190769534"], [1702468613, "192213056"], [1702468637, "193264518"], [1702468679, "195650914"], [1702468721, "196398722"], [1702468730, "197721493"], [1702468766, "198428773"], [1702468799, "199324844"], [1702468835, "200306786"], [1702468898, "203905661"], [1702468934, "205662822"], [1702468970, "206885054"], [1702468994, "208603338"], [1702469024, "209445967"], [1702469060, "211302592"], [1702469111, "212197237"], [1702469144, "213163010"], [1702469168, "213634586"], [1702469204, "214591383"], [1702469237, "215504862"], [1702469273, "216158440"], [1702469303, "217111908"], [1702469336, "218690410"], [1702469360, "220527773"], [1702469387, "220837923"], [1702469411, "221250054"], [1702469435, "222100680"], [1702469468, "222667269"], [1702469504, "223803321"], [1702469537, "224606842"], [1702469573, "225814677"], [1702469606, "226337463"], [1702469633, "227132237"], [1702469660, "229373629"], [1702469684, "230891163"], [1702469717, "231520857"], [1702469753, "232615077"], [1702469786, "233495363"], [1702469816, "234194499"], [1702469834, "234394172"], [1702469864, "234717118"], [1702469906, "238806288"], [1702469936, "239501630"], [1702469972, "241317030"], [1702470005, "242100100"], [1702470029, "243185129"], [1702470065, "244286133"], [1702470101, "244870377"], [1702470131, "245189398"], [1702470167, "249569991"], [1702470203, "250990592"], [1702470251, "251925793"], [1702470278, "252539146"], [1702470311, "253711558"], [1702470347, "254203922"], [1702470371, "254816445"], [1702470404, "255461030"], [1702470440, "257031244"], [1702470476, "258402796"], [1702470506, "258556695"], [1702470542, "261379752"], [1702470575, "262756398"], [1702470611, "262868251"], [1702470635, "265173029"], [1702470662, "265961301"], [1702470686, "266232964"], [1702470719, "267221431"], [1702470746, "267955743"], [1702470812, "269526145"], [1702470845, "269755068"], [1702470875, "310912700"], [1702470899, "311823650"], [1702470953, "313225881"], [1702470983, "314010477"], [1702471025, "317153707"], [1702471067, "318776283"], [1702471169, "319864822"], [1702471193, "320495972"], [1702471226, "321319504"], [1702471265, "321650851"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "16155073"], [1702462721, "17048522"], [1702462736, "17553250"], [1702462751, "17553250"], [1702462763, "18619374"], [1702462793, "18619374"], [1702462808, "18619374"], [1702462829, "18619374"], [1702462844, "18700899"], [1702462865, "18700899"], [1702462880, "22286091"], [1702462904, "25420956"], [1702462919, "25420956"], [1702462952, "25839487"], [1702462973, "26040407"], [1702462988, "32824939"], [1702463045, "35897506"], [1702463081, "37285808"], [1702463114, "37989513"], [1702463150, "41691932"], [1702463186, "42800829"], [1702463216, "44631734"], [1702463240, "46970253"], [1702463273, "47522880"], [1702463324, "52307287"], [1702463354, "53852640"], [1702463381, "59333359"], [1702463417, "61239525"], [1702463453, "64236569"], [1702463477, "65738243"], [1702463510, "66638389"], [1702463537, "68907199"], [1702463570, "70850428"], [1702463591, "75900069"], [1702463621, "142251838"], [1702463657, "144283053"], [1702463693, "150687949"], [1702463729, "161800400"], [1702463765, "165300185"], [1702463798, "168156556"], [1702463846, "178134698"], [1702463873, "179272760"], [1702463906, "183237264"], [1702463948, "188032450"], [1702463984, "189177162"], [1702464014, "192384352"], [1702464050, "196152195"], [1702464086, "200713195"], [1702464122, "208279405"], [1702464155, "214345242"], [1702464194, "219733765"], [1702464230, "226419459"], [1702464263, "231913822"], [1702464299, "235593812"], [1702464332, "240263381"], [1702464356, "241563452"], [1702464392, "245959026"], [1702464425, "252352377"], [1702464455, "254637792"], [1702464479, "260793316"], [1702464509, "264384189"], [1702464533, "267820408"], [1702464569, "276499511"], [1702464605, "280484856"], [1702464635, "283339368"], [1702464671, "286150970"], [1702464716, "291546551"], [1702464743, "295583281"], [1702464776, "300224314"], [1702464812, "304789399"], [1702464836, "312652011"], [1702464869, "316797270"], [1702464905, "321057358"], [1702464926, "340542581"], [1702464956, "343077729"], [1702464992, "345896800"], [1702465016, "352327488"], [1702465049, "354043503"], [1702465085, "356559001"], [1702465118, "359447425"], [1702465145, "362571923"], [1702465178, "367915485"], [1702465208, "374442256"], [1702465241, "377805857"], [1702465298, "383474215"], [1702465334, "387428913"], [1702465367, "389915025"], [1702465394, "392639560"], [1702465418, "397518436"], [1702465445, "398812243"], [1702465481, "402744541"], [1702465517, "409211023"], [1702465550, "414197193"], [1702465586, "416580315"], [1702465619, "422249021"], [1702465658, "424756685"], [1702465706, "427848531"], [1702465754, "433849794"], [1702465787, "437384891"], [1702465823, "438883458"], [1702465856, "443499756"], [1702465880, "444570299"], [1702465910, "463541295"], [1702465952, "469213660"], [1702465988, "478017316"], [1702466015, "484471829"], [1702466030, "488333187"], [1702466060, "490233839"], [1702466078, "494636676"], [1702466138, "497811883"], [1702466168, "503196806"], [1702466204, "506671143"], [1702466237, "511493020"], [1702466261, "513348012"], [1702466291, "517002751"], [1702466327, "522781743"], [1702466360, "529711584"], [1702466384, "535693763"], [1702466417, "542852271"], [1702466441, "546392025"], [1702466471, "550377917"], [1702466507, "554713964"], [1702466540, "558099534"], [1702466597, "566672123"], [1702466633, "570660078"], [1702466666, "594674649"], [1702466705, "600641159"], [1702466732, "607820388"], [1702466765, "612372759"], [1702466801, "616706615"], [1702466852, "623122293"], [1702466876, "626943863"], [1702466918, "632596172"], [1702466978, "639721332"], [1702467014, "661487516"], [1702467038, "663987383"], [1702467068, "667109854"], [1702467122, "673673211"], [1702467158, "676200010"], [1702467191, "678359562"], [1702467221, "688497498"], [1702467257, "691254601"], [1702467299, "694611471"], [1702467350, "705556887"], [1702467386, "710849532"], [1702467419, "713872346"], [1702467455, "722618701"], [1702467515, "729134073"], [1702467542, "731400249"], [1702467566, "733558933"], [1702467599, "737267096"], [1702467635, "739375402"], [1702467668, "744168218"], [1702467695, "746745100"], [1702467716, "749799597"], [1702467746, "751682660"], [1702467800, "787584851"], [1702467824, "792470364"], [1702467908, "802292270"], [1702467944, "809388056"], [1702467968, "815023614"], [1702468001, "818509349"], [1702468031, "821985779"], [1702468067, "828182988"], [1702468085, "831406793"], [1702468115, "834275758"], [1702468151, "837343754"], [1702468181, "843010304"], [1702468208, "847180316"], [1702468241, "850333971"], [1702468256, "852099662"], [1702468286, "853085162"], [1702468322, "860337306"], [1702468352, "867020873"], [1702468388, "872136930"], [1702468424, "875904342"], [1702468457, "878547208"], [1702468493, "883000527"], [1702468517, "887249168"], [1702468550, "891063295"], [1702468586, "900525719"], [1702468613, "909626458"], [1702468637, "913486946"], [1702468679, "921089881"], [1702468721, "925675322"], [1702468730, "931412180"], [1702468766, "934008696"], [1702468799, "937698974"], [1702468835, "941041419"], [1702468898, "950552324"], [1702468934, "955872203"], [1702468970, "962189062"], [1702468994, "970850667"], [1702469024, "973570981"], [1702469060, "977025356"], [1702469111, "984965787"], [1702469144, "991939676"], [1702469168, "993330356"], [1702469204, "995630407"], [1702469237, "1002151533"], [1702469273, "1003722234"], [1702469303, "1011874306"], [1702469336, "1016942024"], [1702469360, "1021840401"], [1702469387, "1023546965"], [1702469411, "1026339831"], [1702469435, "1030952489"], [1702469468, "1033481546"], [1702469504, "1037939908"], [1702469537, "1041130715"], [1702469573, "1047530353"], [1702469606, "1051674827"], [1702469633, "1055875203"], [1702469660, "1061536255"], [1702469684, "1063946829"], [1702469717, "1067537610"], [1702469753, "1070557930"], [1702469786, "1076080309"], [1702469816, "1080505133"], [1702469834, "1082835776"], [1702469864, "1089211062"], [1702469906, "1097149327"], [1702469936, "1099566300"], [1702469972, "1103133687"], [1702470005, "1107661713"], [1702470029, "1109479234"], [1702470065, "1114206271"], [1702470101, "1120760538"], [1702470131, "1129904129"], [1702470167, "1134707499"], [1702470203, "1142271853"], [1702470251, "1145976895"], [1702470278, "1150501669"], [1702470311, "1156558639"], [1702470347, "1163609570"], [1702470371, "1167443097"], [1702470404, "1172494040"], [1702470440, "1176221494"], [1702470476, "1177834728"], [1702470506, "1187317752"], [1702470542, "1195524718"], [1702470575, "1202474202"], [1702470611, "1206988245"], [1702470635, "1213661352"], [1702470662, "1214092633"], [1702470686, "1216126316"], [1702470719, "1217536953"], [1702470746, "1221240238"], [1702470812, "1228935369"], [1702470845, "1235294140"], [1702470875, "1245373826"], [1702470899, "1251412420"], [1702470953, "1255796272"], [1702470983, "1260187068"], [1702471025, "1265523552"], [1702471067, "1277255085"], [1702471169, "1285060522"], [1702471193, "1294086917"], [1702471226, "1298328847"], [1702471265, "1303129702"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "20967566"], [1702462721, "21059230"], [1702462736, "21507908"], [1702462751, "23138400"], [1702462763, "24613167"], [1702462793, "26847538"], [1702462808, "27850803"], [1702462829, "28460975"], [1702462844, "29116919"], [1702462865, "29377711"], [1702462880, "30525956"], [1702462904, "37659809"], [1702462919, "37861529"], [1702462952, "40802660"], [1702462973, "41573127"], [1702462988, "41745218"], [1702463045, "43494596"], [1702463081, "47694921"], [1702463114, "50285349"], [1702463150, "51751443"], [1702463186, "52901492"], [1702463216, "56993732"], [1702463240, "56993732"], [1702463273, "61821037"], [1702463324, "65142945"], [1702463354, "70709714"], [1702463381, "72217736"], [1702463417, "74433896"], [1702463453, "81536271"], [1702463477, "85746325"], [1702463510, "87417907"], [1702463537, "88397706"], [1702463570, "90154799"], [1702463591, "91108234"], [1702463621, "92579270"], [1702463657, "93699457"], [1702463693, "94541892"], [1702463729, "95493815"], [1702463765, "106594520"], [1702463798, "108865230"], [1702463846, "112574518"], [1702463873, "112964427"], [1702463906, "113644075"], [1702463948, "116636402"], [1702463984, "117103812"], [1702464014, "121050367"], [1702464050, "121511290"], [1702464086, "124327362"], [1702464122, "126952666"], [1702464155, "131985802"], [1702464194, "133207624"], [1702464230, "135520056"], [1702464263, "138244940"], [1702464299, "140354300"], [1702464332, "143293455"], [1702464356, "145353834"], [1702464392, "148096111"], [1702464425, "148946419"], [1702464455, "150914950"], [1702464479, "153171125"], [1702464509, "156258287"], [1702464533, "157278397"], [1702464569, "161219228"], [1702464605, "162474379"], [1702464635, "164183075"], [1702464671, "164488003"], [1702464716, "167373559"], [1702464743, "168216854"], [1702464776, "170453986"], [1702464812, "265501376"], [1702464836, "270945151"], [1702464869, "272785311"], [1702464905, "277959854"], [1702464926, "279962747"], [1702464956, "285291944"], [1702464992, "288149505"], [1702465016, "290635026"], [1702465049, "291556941"], [1702465085, "296971497"], [1702465118, "298118276"], [1702465145, "303156290"], [1702465178, "305140569"], [1702465208, "307637831"], [1702465241, "311794468"], [1702465298, "317147133"], [1702465334, "320732161"], [1702465367, "323859881"], [1702465394, "325862012"], [1702465418, "328484274"], [1702465445, "333168399"], [1702465481, "335320487"], [1702465517, "338729899"], [1702465550, "340139020"], [1702465586, "354670426"], [1702465619, "362740051"], [1702465658, "367007110"], [1702465706, "369166993"], [1702465754, "369774719"], [1702465787, "374724281"], [1702465823, "376623796"], [1702465856, "377647316"], [1702465880, "380280880"], [1702465910, "382411781"], [1702465952, "388735319"], [1702465988, "390312850"], [1702466015, "392931424"], [1702466030, "399791641"], [1702466060, "402133678"], [1702466078, "403841711"], [1702466138, "410107977"], [1702466168, "411721531"], [1702466204, "413153088"], [1702466237, "414946658"], [1702466261, "419692213"], [1702466291, "422217309"], [1702466327, "424953343"], [1702466360, "429167852"], [1702466384, "437783817"], [1702466417, "441703511"], [1702466441, "447684877"], [1702466471, "451244398"], [1702466507, "456593458"], [1702466540, "458094889"], [1702466597, "462965538"], [1702466633, "471339414"], [1702466666, "476664483"], [1702466705, "480422838"], [1702466732, "483734258"], [1702466765, "488359007"], [1702466801, "492628959"], [1702466852, "497489490"], [1702466876, "504061791"], [1702466918, "507043140"], [1702466978, "516389226"], [1702467014, "518119508"], [1702467038, "523950330"], [1702467068, "526051587"], [1702467122, "528643069"], [1702467158, "537975744"], [1702467191, "539227745"], [1702467221, "541972379"], [1702467257, "544909125"], [1702467299, "547221515"], [1702467350, "549607356"], [1702467386, "554542142"], [1702467419, "558993104"], [1702467455, "564325923"], [1702467515, "569293046"], [1702467542, "570883422"], [1702467566, "573896709"], [1702467599, "576883464"], [1702467635, "579124920"], [1702467668, "584448201"], [1702467695, "587574458"], [1702467716, "590425520"], [1702467746, "591276212"], [1702467800, "602690029"], [1702467824, "606285761"], [1702467908, "615558012"], [1702467944, "618032988"], [1702467968, "621587361"], [1702468001, "623743204"], [1702468031, "627943819"], [1702468067, "631168658"], [1702468085, "633864125"], [1702468115, "636636933"], [1702468151, "638128322"], [1702468181, "643603283"], [1702468208, "648248701"], [1702468241, "652276646"], [1702468256, "654756420"], [1702468286, "658970018"], [1702468322, "660203928"], [1702468352, "662625229"], [1702468388, "667942326"], [1702468424, "672602323"], [1702468457, "675995070"], [1702468493, "681175515"], [1702468517, "682308624"], [1702468550, "684559522"], [1702468586, "688996196"], [1702468613, "689801040"], [1702468637, "690140671"], [1702468679, "696383041"], [1702468721, "697055297"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "870009"], [1702462721, "870009"], [1702462736, "1920158"], [1702462751, "1920158"], [1702462763, "1920158"], [1702462793, "1920158"], [1702462808, "2076118"], [1702462829, "2162190"], [1702462844, "2162190"], [1702462865, "2220585"], [1702462880, "2310853"], [1702462904, "2310853"], [1702462919, "2310853"], [1702462952, "2558447"], [1702462973, "2558447"], [1702462988, "2717934"], [1702463045, "3134502"], [1702463081, "3134502"], [1702463114, "3349543"], [1702463150, "3501505"], [1702463186, "3501505"], [1702463216, "3643553"], [1702463240, "3740850"], [1702463273, "3740850"], [1702463324, "4085798"], [1702463354, "4145818"], [1702463381, "4505580"], [1702463417, "4621061"], [1702463453, "4621061"], [1702463477, "4621061"], [1702463510, "4779461"], [1702463537, "5894586"], [1702463570, "5894586"], [1702463591, "6089087"], [1702463621, "6157339"], [1702463657, "6252407"], [1702463693, "6252407"], [1702463729, "6447947"], [1702463765, "6538340"], [1702463798, "6538340"], [1702463846, "6538340"], [1702463873, "6653657"], [1702463906, "6827018"], [1702463948, "7007796"], [1702463984, "7007796"], [1702464014, "7154760"], [1702464050, "7154760"], [1702464086, "7154760"], [1702464122, "7238678"], [1702464155, "7238678"], [1702464194, "7238678"], [1702464230, "7341172"], [1702464263, "7435829"], [1702464299, "7611627"], [1702464332, "7611627"], [1702464356, "7611627"], [1702464392, "7611627"], [1702464425, "7765885"], [1702464455, "7765885"], [1702464479, "7765885"], [1702464509, "7765885"], [1702464533, "7765885"], [1702464569, "7765885"], [1702464605, "7765885"], [1702464635, "7765885"], [1702464671, "7765885"], [1702464716, "7830171"], [1702464743, "7968254"], [1702464776, "7968254"], [1702464812, "8029449"], [1702464836, "8241145"], [1702464869, "8644789"], [1702464905, "8644789"], [1702464926, "8747448"], [1702464956, "8747448"], [1702464992, "8873090"], [1702465016, "8873090"], [1702465049, "8873090"], [1702465085, "9011244"], [1702465118, "9112201"], [1702465145, "9112201"], [1702465178, "9112201"], [1702465208, "9275605"], [1702465241, "9275605"], [1702465298, "9275605"], [1702465334, "9353902"], [1702465367, "9353902"], [1702465394, "9444628"], [1702465418, "9444628"], [1702465445, "9444628"], [1702465481, "9479096"], [1702465517, "9899316"], [1702465550, "9899316"], [1702465586, "10412596"], [1702465619, "10412596"], [1702465658, "10412596"], [1702465706, "10412596"], [1702465754, "10504120"], [1702465787, "10504120"], [1702465823, "10565296"], [1702465856, "10628045"], [1702465880, "10628045"], [1702465910, "10628045"], [1702465952, "11873818"], [1702465988, "11873818"], [1702466015, "11873818"], [1702466030, "11873818"], [1702466060, "11999417"], [1702466078, "12149292"], [1702466138, "12290066"], [1702466168, "12290066"], [1702466204, "12290066"], [1702466237, "12290066"], [1702466261, "12447640"], [1702466291, "12447640"], [1702466327, "12447640"], [1702466360, "12447640"], [1702466384, "12629809"], [1702466417, "12629809"], [1702466441, "12629809"], [1702466471, "12629809"], [1702466507, "12629809"], [1702466540, "12629809"], [1702466597, "12696469"], [1702466633, "12934932"], [1702466666, "12934932"], [1702466705, "13761553"], [1702466732, "13864861"], [1702466765, "13864861"], [1702466801, "14036844"], [1702466852, "14135627"], [1702466876, "14135627"], [1702466918, "14135627"], [1702466978, "14345497"], [1702467014, "14482311"], [1702467038, "14482311"], [1702467068, "14482311"], [1702467122, "14482311"], [1702467158, "15276029"], [1702467191, "15276029"], [1702467221, "15276029"], [1702467257, "15276029"], [1702467299, "15276029"], [1702467350, "15385421"], [1702467386, "15385421"], [1702467419, "17123264"], [1702467455, "17267599"], [1702467515, "17525926"], [1702467542, "17525926"], [1702467566, "17525926"], [1702467599, "17525926"], [1702467635, "17596202"], [1702467668, "17596202"], [1702467695, "17596202"], [1702467716, "17694106"], [1702467746, "17952044"], [1702467800, "17952044"], [1702467824, "17952044"], [1702467908, "18092584"], [1702467944, "18164834"], [1702467968, "18164834"], [1702468001, "18164834"], [1702468031, "18164834"], [1702468067, "18414523"], [1702468085, "18414523"], [1702468115, "18414523"], [1702468151, "18414523"], [1702468181, "18414523"], [1702468208, "18512941"], [1702468241, "18512941"], [1702468256, "18594288"], [1702468286, "18828029"], [1702468322, "18828029"], [1702468352, "18828029"], [1702468388, "18935358"], [1702468424, "19022046"], [1702468457, "19022046"], [1702468493, "19022046"], [1702468517, "19022046"], [1702468550, "19087838"], [1702468586, "19325652"], [1702468613, "19325652"], [1702468637, "19381865"], [1702468679, "19381865"], [1702468721, "19648822"], [1702468730, "19648822"], [1702468766, "19648822"], [1702468799, "19802166"], [1702468835, "19802166"], [1702468898, "19802166"], [1702468934, "19863991"], [1702468970, "19863991"], [1702468994, "19863991"], [1702469024, "19863991"], [1702469060, "19863991"], [1702469111, "19863991"], [1702469144, "19863991"], [1702469168, "19922191"], [1702469204, "19922191"], [1702469237, "19922191"], [1702469273, "19922191"], [1702469303, "20135451"], [1702469336, "20205932"], [1702469360, "20205932"], [1702469387, "20205932"], [1702469411, "20205932"], [1702469435, "20205932"], [1702469468, "20273593"], [1702469504, "20273593"], [1702469537, "20408097"], [1702469573, "20468742"], [1702469606, "20635968"], [1702469633, "20728466"], [1702469660, "20982979"], [1702469684, "20982979"], [1702469717, "20982979"], [1702469753, "20982979"], [1702469786, "21154081"], [1702469816, "24276978"], [1702469834, "24557539"], [1702469864, "24695309"], [1702469906, "24695309"], [1702469936, "24847836"], [1702469972, "24847836"], [1702470005, "24933207"], [1702470029, "24933207"], [1702470065, "25025260"], [1702470101, "25025260"], [1702470131, "25025260"], [1702470167, "25025260"], [1702470203, "25025260"], [1702470251, "25277127"], [1702470278, "25409304"], [1702470311, "25579383"], [1702470347, "25579383"], [1702470371, "25579383"], [1702470404, "26235586"], [1702470440, "26235586"], [1702470476, "26325969"], [1702470506, "26502267"], [1702470542, "26652235"], [1702470575, "26814788"], [1702470611, "26883719"], [1702470635, "26883719"], [1702470662, "26883719"], [1702470686, "26883719"], [1702470719, "26883719"], [1702470746, "26883719"], [1702470812, "27078419"], [1702470845, "27078419"], [1702470875, "27078419"], [1702470899, "27078419"], [1702470953, "27158938"], [1702470983, "27387909"], [1702471025, "27387909"], [1702471067, "27649102"], [1702471169, "27649102"], [1702471193, "27649102"], [1702471226, "27649102"], [1702471265, "27649102"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1546021919"], [1702462721, "1606350628"], [1702462736, "1701136418"], [1702462751, "1748166358"], [1702462763, "1930404286"], [1702462793, "2035468167"], [1702462808, "2072286871"], [1702462829, "2124477104"], [1702462844, "2202544225"], [1702462865, "2246598324"], [1702462880, "2305465741"], [1702462904, "2389062411"], [1702462919, "2408627953"], [1702462952, "2639467424"], [1702462973, "2680417729"], [1702462988, "2800821042"], [1702463045, "3032315785"], [1702463081, "3171824683"], [1702463114, "3290287524"], [1702463150, "3406284916"], [1702463186, "3519775390"], [1702463216, "3658241210"], [1702463240, "3760173473"], [1702463273, "3820621332"], [1702463324, "4307067647"], [1702463354, "4450426030"], [1702463381, "4597568456"], [1702463417, "4790674888"], [1702463453, "4975006438"], [1702463477, "5096619190"], [1702463510, "5247615822"], [1702463537, "5368483702"], [1702463570, "5483461860"], [1702463591, "5579094718"], [1702463621, "5655792788"], [1702463657, "5786811476"], [1702463693, "5985404027"], [1702463729, "6164579355"], [1702463765, "6363573444"], [1702463798, "6517479671"], [1702463846, "6657033684"], [1702463873, "6775017975"], [1702463906, "6934228394"], [1702463948, "7104995425"], [1702463984, "7217076192"], [1702464014, "7351421265"], [1702464050, "7519112020"], [1702464086, "7641055273"], [1702464122, "7814409825"], [1702464155, "7947672420"], [1702464194, "8221996104"], [1702464230, "8335790086"], [1702464263, "8479472333"], [1702464299, "8614392359"], [1702464332, "8748484138"], [1702464356, "8795318253"], [1702464392, "8874206763"], [1702464425, "9094183342"], [1702464455, "9242399980"], [1702464479, "9437058459"], [1702464509, "9549370401"], [1702464533, "9651350170"], [1702464569, "9764709206"], [1702464605, "9885582712"], [1702464635, "9980649562"], [1702464671, "10116996807"], [1702464716, "10250322620"], [1702464743, "10359420761"], [1702464776, "10563999581"], [1702464812, "10720088793"], [1702464836, "10817536988"], [1702464869, "10953882156"], [1702464905, "11042964071"], [1702464926, "11154359416"], [1702464956, "11235587252"], [1702464992, "11422997738"], [1702465016, "11524791236"], [1702465049, "11628698277"], [1702465085, "11761788529"], [1702465118, "11907113113"], [1702465145, "12065975913"], [1702465178, "12142789484"], [1702465208, "12275790587"], [1702465241, "12500754588"], [1702465298, "12749110021"], [1702465334, "12854557038"], [1702465367, "12980134293"], [1702465394, "13042368775"], [1702465418, "13141271157"], [1702465445, "13261774384"], [1702465481, "13350404653"], [1702465517, "13527463720"], [1702465550, "13679136697"], [1702465586, "14331454017"], [1702465619, "14460105465"], [1702465658, "14654326878"], [1702465706, "14779589868"], [1702465754, "14956008387"], [1702465787, "15081976112"], [1702465823, "15204300645"], [1702465856, "15278109309"], [1702465880, "15355034458"], [1702465910, "15473459035"], [1702465952, "15608134542"], [1702465988, "15792492756"], [1702466015, "15947337169"], [1702466030, "16088870364"], [1702466060, "16153196765"], [1702466078, "16558552974"], [1702466138, "16706863087"], [1702466168, "16865118407"], [1702466204, "16972415196"], [1702466237, "17139960721"], [1702466261, "17251390921"], [1702466291, "17369146164"], [1702466327, "17527216726"], [1702466360, "17718403264"], [1702466384, "17872973557"], [1702466417, "17998605114"], [1702466441, "18149448453"], [1702466471, "18238507772"], [1702466507, "18372903360"], [1702466540, "18475076763"], [1702466597, "18666487333"], [1702466633, "18771127739"], [1702466666, "18844350799"], [1702466705, "19047690122"], [1702466732, "19277303462"], [1702466765, "19437906753"], [1702466801, "19560298361"], [1702466852, "19802899443"], [1702466876, "20070428545"], [1702466918, "20214219431"], [1702466978, "20414864274"], [1702467014, "20566899669"], [1702467038, "20691707995"], [1702467068, "20841440960"], [1702467122, "21181167768"], [1702467158, "21304752216"], [1702467191, "21885206667"], [1702467221, "22026824173"], [1702467257, "22171270988"], [1702467299, "22314795071"], [1702467350, "22597344254"], [1702467386, "22785854357"], [1702467419, "22984443549"], [1702467455, "23186773560"], [1702467515, "23428670384"], [1702467542, "23557721132"], [1702467566, "23671652595"], [1702467599, "23771198830"], [1702467635, "23888069345"], [1702467668, "24024414870"], [1702467695, "24133238025"], [1702467716, "24269576290"], [1702467746, "24384047599"], [1702467800, "24696713024"], [1702467824, "24925432670"], [1702467908, "25293555621"], [1702467944, "25491276088"], [1702467968, "25680718510"], [1702468001, "26170566774"], [1702468031, "26259132542"], [1702468067, "26404358870"], [1702468085, "26580766065"], [1702468115, "26672688346"], [1702468151, "26838668041"], [1702468181, "27053150017"], [1702468208, "27208641438"], [1702468241, "27434464146"], [1702468256, "27557202316"], [1702468286, "27643968384"], [1702468322, "27802576474"], [1702468352, "27985403309"], [1702468388, "28121468595"], [1702468424, "28255514689"], [1702468457, "28393188807"], [1702468493, "28606682460"], [1702468517, "28770200934"], [1702468550, "28933669274"], [1702468586, "29091744325"], [1702468613, "29239411734"], [1702468637, "29332164690"], [1702468679, "29480649924"], [1702468721, "29613828070"], [1702468730, "29734616489"], [1702468766, "29805030017"], [1702468799, "29873134123"], [1702468835, "30044816331"], [1702468898, "30337330323"], [1702468934, "30541410928"], [1702468970, "30767906894"], [1702468994, "30912771352"], [1702469024, "31003734365"], [1702469060, "31196691338"], [1702469111, "31427133859"], [1702469144, "31565555982"], [1702469168, "31613707923"], [1702469204, "31760839516"], [1702469237, "31894625745"], [1702469273, "32056695801"], [1702469303, "32233398294"], [1702469336, "32396770785"], [1702469360, "32562684736"], [1702469387, "32625104048"], [1702469411, "32749369437"], [1702469435, "32856799999"], [1702469468, "32971604836"], [1702469504, "33112416686"], [1702469537, "33272999070"], [1702469573, "33966264156"], [1702469606, "34115396225"], [1702469633, "34229845488"], [1702469660, "34358553835"], [1702469684, "34525763019"], [1702469717, "34656735334"], [1702469753, "34787078002"], [1702469786, "34900743312"], [1702469816, "35016028191"], [1702469834, "35153632336"], [1702469864, "35272315951"], [1702469906, "35497585256"], [1702469936, "35599824055"], [1702469972, "35762258638"], [1702470005, "35943845102"], [1702470029, "36083018711"], [1702470065, "36262396686"], [1702470101, "36454669598"], [1702470131, "36621620602"], [1702470167, "36831189099"], [1702470203, "37014765905"], [1702470251, "37234933627"], [1702470278, "37422934173"], [1702470311, "37614895349"], [1702470347, "37783481457"], [1702470371, "37881192642"], [1702470404, "37999292028"], [1702470440, "38105136619"], [1702470476, "38243541137"], [1702470506, "38414639256"], [1702470542, "38630593870"], [1702470575, "38740425504"], [1702470611, "38851633821"], [1702470635, "39037629271"], [1702470662, "39140076955"], [1702470686, "39250842680"], [1702470719, "39344549368"], [1702470746, "39506390869"], [1702470812, "39822981330"], [1702470845, "39995804681"], [1702470875, "40171106791"], [1702470899, "40285165765"], [1702470953, "40463216846"], [1702470983, "40595799417"], [1702471025, "40698272854"], [1702471067, "40963893614"], [1702471169, "41334064472"], [1702471193, "41429972763"], [1702471226, "41840642501"], [1702471265, "41967100964"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "43744807"], [1702462721, "62406475"], [1702462736, "63939290"], [1702462751, "66060417"], [1702462763, "70498914"], [1702462793, "74731424"], [1702462808, "78567189"], [1702462829, "79437447"], [1702462844, "81077262"], [1702462865, "81337399"], [1702462880, "85085659"], [1702462904, "88634068"], [1702462919, "89429950"], [1702462952, "95049658"], [1702462973, "95475373"], [1702462988, "96750088"], [1702463045, "101920283"], [1702463081, "105212936"], [1702463114, "107364061"], [1702463150, "109146977"], [1702463186, "113191003"], [1702463216, "140245937"], [1702463240, "140676029"], [1702463273, "141513360"], [1702463324, "145910950"], [1702463354, "148192488"], [1702463381, "148405916"], [1702463417, "150574568"], [1702463453, "157375156"], [1702463477, "183907652"], [1702463510, "188109270"], [1702463537, "284702863"], [1702463570, "291228096"], [1702463591, "294958129"], [1702463621, "297911467"], [1702463657, "305089140"], [1702463693, "315945430"], [1702463729, "327789578"], [1702463765, "333062269"], [1702463798, "339392468"], [1702463846, "346716281"], [1702463873, "353140849"], [1702463906, "361841308"], [1702463948, "375026036"], [1702463984, "380791773"], [1702464014, "389612757"], [1702464050, "393150080"], [1702464086, "405335661"], [1702464122, "423270957"], [1702464155, "429666134"], [1702464194, "441391839"], [1702464230, "444978288"], [1702464263, "454782399"], [1702464299, "464051008"], [1702464332, "470233892"], [1702464356, "475168531"], [1702464392, "481066759"], [1702464425, "495986928"], [1702464455, "502879365"], [1702464479, "517837503"], [1702464509, "523350599"], [1702464533, "529834098"], [1702464569, "541336375"], [1702464605, "548993139"], [1702464635, "553615026"], [1702464671, "563055911"], [1702464716, "569838990"], [1702464743, "583506085"], [1702464776, "588240055"], [1702464812, "596049021"], [1702464836, "605888269"], [1702464869, "615102973"], [1702464905, "655315218"], [1702464926, "663466732"], [1702464956, "669190640"], [1702464992, "673606935"], [1702465016, "678959377"], [1702465049, "682262519"], [1702465085, "690172933"], [1702465118, "696648285"], [1702465145, "700671461"], [1702465178, "708124185"], [1702465208, "720713048"], [1702465241, "733898918"], [1702465298, "744290403"], [1702465334, "749601828"], [1702465367, "758620067"], [1702465394, "763251319"], [1702465418, "770658649"], [1702465445, "775363870"], [1702465481, "783904273"], [1702465517, "790385794"], [1702465550, "792865141"], [1702465586, "809828443"], [1702465619, "823012593"], [1702465658, "836514643"], [1702465706, "840473081"], [1702465754, "858725463"], [1702465787, "868038438"], [1702465823, "873598132"], [1702465856, "883122552"], [1702465880, "889497049"], [1702465910, "897324136"], [1702465952, "902718960"], [1702465988, "909035819"], [1702466015, "913192582"], [1702466030, "919855906"], [1702466060, "923285793"], [1702466078, "925653129"], [1702466138, "936882639"], [1702466168, "947340258"], [1702466204, "952807128"], [1702466237, "964147546"], [1702466261, "967995319"], [1702466291, "977750602"], [1702466327, "986744208"], [1702466360, "999909476"], [1702466384, "1012317045"], [1702466417, "1018161727"], [1702466441, "1025439778"], [1702466471, "1031860903"], [1702466507, "1040740157"], [1702466540, "1045657265"], [1702466597, "1054255956"], [1702466633, "1060873138"], [1702466666, "1062778896"], [1702466705, "1068421659"], [1702466732, "1073825874"], [1702466765, "1086764977"], [1702466801, "1093614772"], [1702466852, "1101044991"], [1702466876, "1108783409"], [1702466918, "1117117927"], [1702466978, "1132657505"], [1702467014, "1145320025"], [1702467038, "1155286238"], [1702467068, "1167619577"], [1702467122, "1183218083"], [1702467158, "1193222446"], [1702467191, "1201119900"], [1702467221, "1210437301"], [1702467257, "1221145144"], [1702467299, "1227209647"], [1702467350, "1240067319"], [1702467386, "1249444339"], [1702467419, "1269370008"], [1702467455, "1284897518"], [1702467515, "1294330789"], [1702467542, "1308166137"], [1702467566, "1315637449"], [1702467599, "1324813551"], [1702467635, "1329585648"], [1702467668, "1339010074"], [1702467695, "1344243186"], [1702467716, "1350986627"], [1702467746, "1357866505"], [1702467800, "1380288132"], [1702467824, "1396934051"], [1702467908, "1418950303"], [1702467944, "1426422833"], [1702467968, "1436038288"], [1702468001, "1439400300"], [1702468031, "1448502874"], [1702468067, "1452863647"], [1702468085, "1459402637"], [1702468115, "1465485184"], [1702468151, "1480685599"], [1702468181, "1493200557"], [1702468208, "1500136662"], [1702468241, "1508286986"], [1702468256, "1560501200"], [1702468286, "1565831068"], [1702468322, "1571102478"], [1702468352, "1583209760"], [1702468388, "1593651875"], [1702468424, "1601666525"], [1702468457, "1607414570"], [1702468493, "1614876280"], [1702468517, "1624634922"], [1702468550, "1633498519"], [1702468586, "1647923102"], [1702468613, "1655898786"], [1702468637, "1658915457"], [1702468679, "1669583613"], [1702468721, "1679620498"], [1702468730, "1685270714"], [1702468766, "1689445460"], [1702468799, "1696141058"], [1702468835, "1705346255"], [1702468898, "1717902567"], [1702468934, "1727705980"], [1702468970, "1740573404"], [1702468994, "1750695101"], [1702469024, "1755872378"], [1702469060, "1762959866"], [1702469111, "1774470457"], [1702469144, "1783923506"], [1702469168, "1788046106"], [1702469204, "1794015655"], [1702469237, "1799985208"], [1702469273, "1805268436"], [1702469303, "1817958691"], [1702469336, "1829108763"], [1702469360, "1839425910"], [1702469387, "1842505777"], [1702469411, "1849835460"], [1702469435, "1856134955"], [1702469468, "1861919073"], [1702469504, "1869742673"], [1702469537, "1876156593"], [1702469573, "1882786135"], [1702469606, "1893307840"], [1702469633, "1900030873"], [1702469660, "1915783422"], [1702469684, "1922854383"], [1702469717, "1926987269"], [1702469753, "1937679668"], [1702469786, "1946343772"], [1702469816, "1950396291"], [1702469834, "1953599458"], [1702469864, "1972376408"], [1702469906, "1985270606"], [1702469936, "1991900014"], [1702469972, "2001411908"], [1702470005, "2009682250"], [1702470029, "2012728093"], [1702470065, "2119191407"], [1702470101, "2129519319"], [1702470131, "2137748178"], [1702470167, "2149143647"], [1702470203, "2158649053"], [1702470251, "2171868269"], [1702470278, "2178664202"], [1702470311, "2191841894"], [1702470347, "2205484653"], [1702470371, "2211387703"], [1702470404, "2219739395"], [1702470440, "2228142116"], [1702470476, "2235865906"], [1702470506, "2250268848"], [1702470542, "2255306901"], [1702470575, "2259797316"], [1702470611, "2265890849"], [1702470635, "2274111115"], [1702470662, "2280094740"], [1702470686, "2286703615"], [1702470719, "2296747533"], [1702470746, "2304502663"], [1702470812, "2317691044"], [1702470845, "2321808413"], [1702470875, "2333466160"], [1702470899, "2339592930"], [1702470953, "2353297519"], [1702470983, "2359744670"], [1702471025, "2366859492"], [1702471067, "2379366870"], [1702471169, "2409320341"], [1702471193, "2412712824"], [1702471226, "2436049900"], [1702471265, "2445639361"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "665165"], [1702463453, "665165"], [1702463477, "665165"], [1702463510, "665165"], [1702463537, "665165"], [1702463570, "665165"], [1702463591, "665165"], [1702463621, "665165"], [1702463657, "665165"], [1702463693, "665165"], [1702463729, "665165"], [1702463765, "665165"], [1702463798, "665165"], [1702463846, "665165"], [1702463873, "665165"], [1702463906, "665165"], [1702463948, "665165"], [1702463984, "665165"], [1702464014, "665165"], [1702464050, "665165"], [1702464086, "665165"], [1702464122, "665165"], [1702464155, "665165"], [1702464194, "665165"], [1702464230, "665165"], [1702464263, "665165"], [1702464299, "665165"], [1702464332, "665165"], [1702464356, "665165"], [1702464392, "665165"], [1702464425, "665165"], [1702464455, "665165"], [1702464479, "665165"], [1702464509, "665165"], [1702464533, "665165"], [1702464569, "665165"], [1702464605, "665165"], [1702464635, "665165"], [1702464671, "665165"], [1702464716, "665165"], [1702464743, "665165"], [1702464776, "665165"], [1702464812, "665165"], [1702464836, "665165"], [1702464869, "665165"], [1702464905, "665165"], [1702464926, "665165"], [1702464956, "665165"], [1702464992, "665165"], [1702465016, "665165"], [1702465049, "665165"], [1702465085, "665165"], [1702465118, "665165"], [1702465145, "665165"], [1702465178, "665165"], [1702465208, "665165"], [1702465241, "665165"], [1702465298, "665165"], [1702465334, "665165"], [1702465367, "665165"], [1702465394, "665165"], [1702465418, "665165"], [1702465445, "665165"], [1702465481, "665165"], [1702465517, "665165"], [1702465550, "665165"], [1702465586, "665165"], [1702465619, "665165"], [1702465658, "665165"], [1702465706, "665165"], [1702465754, "665165"], [1702465787, "665165"], [1702465823, "665165"], [1702465856, "665165"], [1702465880, "665165"], [1702465910, "665165"], [1702465952, "665165"], [1702465988, "665165"], [1702466015, "665165"], [1702466030, "665165"], [1702466060, "665165"], [1702466078, "665165"], [1702466138, "665165"], [1702466168, "665165"], [1702466204, "665165"], [1702466237, "665165"], [1702466261, "665165"], [1702466291, "665165"], [1702466327, "665165"], [1702466360, "665165"], [1702466384, "665165"], [1702466417, "665165"], [1702466441, "665165"], [1702466471, "665165"], [1702466507, "665165"], [1702466540, "665165"], [1702466597, "665165"], [1702466633, "665165"], [1702466666, "665165"], [1702466705, "665165"], [1702466732, "665165"], [1702466765, "665165"], [1702466801, "665165"], [1702466852, "665165"], [1702466876, "665165"], [1702466918, "665165"], [1702466978, "665165"], [1702467014, "665165"], [1702467038, "665165"], [1702467068, "665165"], [1702467122, "665165"], [1702467158, "665165"], [1702467191, "665165"], [1702467221, "665165"], [1702467257, "665165"], [1702467299, "665165"], [1702467350, "665165"], [1702467386, "665165"], [1702467419, "665165"], [1702467455, "665165"], [1702467515, "746926"], [1702467542, "746926"], [1702467566, "746926"], [1702467599, "746926"], [1702467635, "746926"], [1702467668, "746926"], [1702467695, "746926"], [1702467716, "746926"], [1702467746, "746926"], [1702467800, "746926"], [1702467824, "746926"], [1702467908, "746926"], [1702467944, "746926"], [1702467968, "746926"], [1702468001, "746926"], [1702468031, "746926"], [1702468067, "746926"], [1702468085, "746926"], [1702468115, "746926"], [1702468151, "746926"], [1702468181, "746926"], [1702468208, "746926"], [1702468241, "746926"], [1702468256, "746926"], [1702468286, "746926"], [1702468322, "746926"], [1702468352, "746926"], [1702468388, "746926"], [1702468424, "746926"], [1702468457, "746926"], [1702468493, "746926"], [1702468517, "746926"], [1702468550, "746926"], [1702468586, "746926"], [1702468613, "746926"], [1702468637, "746926"], [1702468679, "746926"], [1702468721, "746926"], [1702468730, "746926"], [1702468766, "746926"], [1702468799, "746926"], [1702468835, "746926"], [1702468898, "746926"], [1702468934, "746926"], [1702468970, "746926"], [1702468994, "746926"], [1702469024, "746926"], [1702469060, "746926"], [1702469111, "746926"], [1702469144, "746926"], [1702469168, "746926"], [1702469204, "746926"], [1702469237, "746926"], [1702469273, "746926"], [1702469303, "746926"], [1702469336, "746926"], [1702469360, "746926"], [1702469387, "746926"], [1702469411, "746926"], [1702469435, "746926"], [1702469468, "746926"], [1702469504, "746926"], [1702469537, "746926"], [1702469573, "746926"], [1702469606, "746926"], [1702469633, "746926"], [1702469660, "746926"], [1702469684, "746926"], [1702469717, "746926"], [1702469753, "746926"], [1702469786, "746926"], [1702469816, "746926"], [1702469834, "746926"], [1702469864, "746926"], [1702469906, "746926"], [1702469936, "746926"], [1702469972, "746926"], [1702470005, "746926"], [1702470029, "746926"], [1702470065, "746926"], [1702470101, "746926"], [1702470131, "746926"], [1702470167, "746926"], [1702470203, "746926"], [1702470251, "746926"], [1702470278, "746926"], [1702470311, "746926"], [1702470347, "746926"], [1702470371, "746926"], [1702470404, "746926"], [1702470440, "746926"], [1702470476, "746926"], [1702470506, "746926"], [1702470542, "746926"], [1702470575, "746926"], [1702470611, "746926"], [1702470635, "746926"], [1702470662, "746926"], [1702470686, "746926"], [1702470719, "746926"], [1702470746, "746926"], [1702470812, "746926"], [1702470845, "746926"], [1702470875, "746926"], [1702470899, "746926"], [1702470953, "746926"], [1702470983, "746926"], [1702471025, "746926"], [1702471067, "746926"], [1702471169, "746926"], [1702471193, "746926"], [1702471226, "746926"], [1702471265, "746926"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "6147245"], [1702462988, "6871901"], [1702463045, "10753082"], [1702463081, "12067359"], [1702463114, "12408247"], [1702463150, "13759153"], [1702463186, "14417923"], [1702463216, "14855684"], [1702463240, "15496631"], [1702463273, "15591080"], [1702463324, "16867794"], [1702463354, "17843412"], [1702463381, "18525780"], [1702463417, "21181424"], [1702463453, "27145406"], [1702463477, "28608533"], [1702463510, "28803874"], [1702463537, "30359086"], [1702463570, "30820000"], [1702463591, "31270781"], [1702463621, "31770817"], [1702463657, "32031122"], [1702463693, "32525042"], [1702463729, "33338980"], [1702463765, "35049411"], [1702463798, "36676823"], [1702463846, "37922531"], [1702463873, "38790112"], [1702463906, "39941656"], [1702463948, "42551582"], [1702463984, "43095152"], [1702464014, "44121186"], [1702464050, "44990361"], [1702464086, "46579922"], [1702464122, "49458209"], [1702464155, "50394854"], [1702464194, "51879725"], [1702464230, "52080396"], [1702464263, "52744525"], [1702464299, "54999737"], [1702464332, "56983968"], [1702464356, "57874568"], [1702464392, "58375526"], [1702464425, "60603361"], [1702464455, "61140630"], [1702464479, "62314030"], [1702464509, "65557207"], [1702464533, "66871771"], [1702464569, "68501607"], [1702464605, "69865507"], [1702464635, "70304003"], [1702464671, "71251289"], [1702464716, "72307475"], [1702464743, "73235544"], [1702464776, "74037825"], [1702464812, "75748783"], [1702464836, "76184882"], [1702464869, "76731724"], [1702464905, "77382873"], [1702464926, "77831562"], [1702464956, "78219487"], [1702464992, "78970099"], [1702465016, "79737611"], [1702465049, "80907155"], [1702465085, "81332778"], [1702465118, "81635601"], [1702465145, "82461444"], [1702465178, "83085744"], [1702465208, "83838268"], [1702465241, "84611614"], [1702465298, "86473091"], [1702465334, "87712187"], [1702465367, "89291189"], [1702465394, "90376796"], [1702465418, "91370644"], [1702465445, "92329419"], [1702465481, "93112908"], [1702465517, "94402897"], [1702465550, "95611068"], [1702465586, "97698253"], [1702465619, "99264282"], [1702465658, "100319392"], [1702465706, "101673911"], [1702465754, "102242688"], [1702465787, "103523792"], [1702465823, "104002697"], [1702465856, "104937568"], [1702465880, "105056716"], [1702465910, "106982439"], [1702465952, "108015440"], [1702465988, "108981043"], [1702466015, "111210604"], [1702466030, "112113406"], [1702466060, "113669508"], [1702466078, "114847922"], [1702466138, "116797944"], [1702466168, "117397582"], [1702466204, "117764703"], [1702466237, "118665651"], [1702466261, "119324928"], [1702466291, "121403447"], [1702466327, "124923379"], [1702466360, "125711119"], [1702466384, "126209105"], [1702466417, "126681248"], [1702466441, "127504302"], [1702466471, "128639096"], [1702466507, "130956867"], [1702466540, "131221301"], [1702466597, "132214184"], [1702466633, "133959774"], [1702466666, "134980171"], [1702466705, "135393579"], [1702466732, "137253390"], [1702466765, "138748931"], [1702466801, "139473788"], [1702466852, "140418836"], [1702466876, "140786270"], [1702466918, "141166309"], [1702466978, "143441539"], [1702467014, "144164946"], [1702467038, "144897455"], [1702467068, "145769450"], [1702467122, "147025844"], [1702467158, "147591897"], [1702467191, "148266158"], [1702467221, "151349278"], [1702467257, "151701886"], [1702467299, "152516735"], [1702467350, "153733238"], [1702467386, "154519432"], [1702467419, "156573587"], [1702467455, "158497342"], [1702467515, "161210723"], [1702467542, "162441608"], [1702467566, "163090843"], [1702467599, "164212251"], [1702467635, "165906025"], [1702467668, "167263914"], [1702467695, "168186482"], [1702467716, "168671328"], [1702467746, "169742481"], [1702467800, "172072349"], [1702467824, "172828489"], [1702467908, "178954673"], [1702467944, "182328469"], [1702467968, "182841619"], [1702468001, "183049147"], [1702468031, "183508606"], [1702468067, "183588040"], [1702468085, "184008946"], [1702468115, "184743751"], [1702468151, "186617492"], [1702468181, "187954629"], [1702468208, "188631291"], [1702468241, "200541911"], [1702468256, "201130930"], [1702468286, "202990164"], [1702468322, "203818801"], [1702468352, "205311523"], [1702468388, "206003377"], [1702468424, "207251288"], [1702468457, "207818347"], [1702468493, "208755424"], [1702468517, "212065116"], [1702468550, "212142703"], [1702468586, "215107275"], [1702468613, "216704191"], [1702468637, "218396819"], [1702468679, "219395745"], [1702468721, "220785749"], [1702468730, "221144557"], [1702468766, "221769515"], [1702468799, "222594009"], [1702468835, "223265045"], [1702468898, "226110703"], [1702468934, "228208353"], [1702468970, "229712916"], [1702468994, "230667793"], [1702469024, "231156136"], [1702469060, "233459768"], [1702469111, "234807394"], [1702469144, "235795298"], [1702469168, "236167496"], [1702469204, "237329801"], [1702469237, "237838884"], [1702469273, "238093390"], [1702469303, "239629378"], [1702469336, "240920939"], [1702469360, "242858106"], [1702469387, "243455961"], [1702469411, "250884340"], [1702469435, "253630176"], [1702469468, "254384310"], [1702469504, "255763981"], [1702469537, "256622938"], [1702469573, "258038532"], [1702469606, "258650835"], [1702469633, "259167068"], [1702469660, "261118489"], [1702469684, "262269733"], [1702469717, "264187936"], [1702469753, "265495760"], [1702469786, "267176811"], [1702469816, "269295019"], [1702469834, "270188583"], [1702469864, "271121762"], [1702469906, "274604364"], [1702469936, "274929326"], [1702469972, "275755652"], [1702470005, "276795412"], [1702470029, "277676652"], [1702470065, "278785596"], [1702470101, "279193210"], [1702470131, "281293927"], [1702470167, "282823002"], [1702470203, "285166432"], [1702470251, "286836316"], [1702470278, "288068807"], [1702470311, "290527522"], [1702470347, "292035015"], [1702470371, "292478133"], [1702470404, "293353761"], [1702470440, "294191689"], [1702470476, "295876292"], [1702470506, "297686003"], [1702470542, "299058476"], [1702470575, "300008956"], [1702470611, "300925327"], [1702470635, "302895719"], [1702470662, "303495226"], [1702470686, "304802184"], [1702470719, "305764236"], [1702470746, "307339269"], [1702470812, "309340451"], [1702470845, "310897798"], [1702470875, "314568176"], [1702470899, "315308138"], [1702470953, "318341351"], [1702470983, "319158836"], [1702471025, "320778180"], [1702471067, "324311297"], [1702471169, "327507681"], [1702471193, "327820022"], [1702471226, "328942804"], [1702471265, "329908518"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "268315"], [1702462865, "1407209"], [1702462880, "2109221"], [1702462904, "3097891"], [1702462919, "3180536"], [1702462952, "5654370"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "2621781119"], [1702462721, "2725987460"], [1702462736, "2763724241"], [1702462751, "2811247801"], [1702462763, "2879360226"], [1702462793, "3141706226"], [1702462808, "3316219313"], [1702462829, "3454970943"], [1702462844, "3561886199"], [1702462865, "3622593888"], [1702462880, "3762207125"], [1702462904, "4015577149"], [1702462919, "4047539712"], [1702462952, "4422538809"], [1702462973, "4532963597"], [1702462988, "4683847239"], [1702463045, "5229144484"], [1702463081, "5619996095"], [1702463114, "5832427360"], [1702463150, "6016203432"], [1702463186, "6290820593"], [1702463216, "6563163782"], [1702463240, "6775839411"], [1702463273, "6935578852"], [1702463324, "7443765682"], [1702463354, "7554204366"], [1702463381, "7946054924"], [1702463417, "8172625630"], [1702463453, "8686647264"], [1702463477, "9110946564"], [1702463510, "9429989434"], [1702463537, "9671667492"], [1702463570, "9821546973"], [1702463591, "9999481986"], [1702463621, "10156559415"], [1702463657, "10443956320"], [1702463693, "10752162845"], [1702463729, "10970075252"], [1702463765, "11239677793"], [1702463798, "11644531783"], [1702463846, "12060821303"], [1702463873, "12580051078"], [1702463906, "12907669076"], [1702463948, "13261316058"], [1702463984, "13506956415"], [1702464014, "13648455013"], [1702464050, "13893051061"], [1702464086, "14168513782"], [1702464122, "14534186266"], [1702464155, "14807549850"], [1702464194, "15080120233"], [1702464230, "15241778455"], [1702464263, "15547653890"], [1702464299, "15783346485"], [1702464332, "15985730241"], [1702464356, "16364063023"], [1702464392, "16559128324"], [1702464425, "16869110620"], [1702464455, "17494004693"], [1702464479, "17754901084"], [1702464509, "17917311832"], [1702464533, "18448175096"], [1702464569, "18747486491"], [1702464605, "19004858777"], [1702464635, "19345510905"], [1702464671, "19598045248"], [1702464716, "20247939161"], [1702464743, "20414262179"], [1702464776, "20661687747"], [1702464812, "20902651693"], [1702464836, "21209693651"], [1702464869, "21443329415"], [1702464905, "21684279267"], [1702464926, "21867653111"], [1702464956, "22275344325"], [1702464992, "22415690414"], [1702465016, "22599202204"], [1702465049, "22921855308"], [1702465085, "23132075632"], [1702465118, "23256715868"], [1702465145, "23479007329"], [1702465178, "23656072539"], [1702465208, "23929466924"], [1702465241, "24280114342"], [1702465298, "24713992999"], [1702465334, "24872685467"], [1702465367, "25169958013"], [1702465394, "25279265445"], [1702465418, "25515165673"], [1702465445, "25718012145"], [1702465481, "25951629118"], [1702465517, "26228836631"], [1702465550, "26407005578"], [1702465586, "27051375220"], [1702465619, "27759362924"], [1702465658, "28136199347"], [1702465706, "28279094506"], [1702465754, "28540358223"], [1702465787, "28795211798"], [1702465823, "28965157861"], [1702465856, "29242809973"], [1702465880, "29430609341"], [1702465910, "29745996239"], [1702465952, "30049540323"], [1702465988, "30270826365"], [1702466015, "30628899286"], [1702466030, "30827102481"], [1702466060, "30945929469"], [1702466078, "31162074206"], [1702466138, "31465852441"], [1702466168, "31650564199"], [1702466204, "31872998921"], [1702466237, "32109456632"], [1702466261, "32351206492"], [1702466291, "32582862549"], [1702466327, "32782232176"], [1702466360, "33109624475"], [1702466384, "33399498690"], [1702466417, "33701340032"], [1702466441, "33955130195"], [1702466471, "34088375137"], [1702466507, "34388478245"], [1702466540, "34638877115"], [1702466597, "35024270651"], [1702466633, "35248738160"], [1702466666, "35439561024"], [1702466705, "35696593690"], [1702466732, "35945646955"], [1702466765, "36218316398"], [1702466801, "36421254723"], [1702466852, "36745691565"], [1702466876, "36902192920"], [1702466918, "37186987777"], [1702466978, "37692374035"], [1702467014, "37928927973"], [1702467038, "38191195192"], [1702467068, "38488046657"], [1702467122, "38969334047"], [1702467158, "39197594116"], [1702467191, "39498974603"], [1702467221, "39683449357"], [1702467257, "39996953872"], [1702467299, "40240760719"], [1702467350, "40592163893"], [1702467386, "40841007609"], [1702467419, "41058564859"], [1702467455, "41346889179"], [1702467515, "41916653164"], [1702467542, "42202418861"], [1702467566, "42442635037"], [1702467599, "42599910440"], [1702467635, "42786499296"], [1702467668, "43078842871"], [1702467695, "43242890181"], [1702467716, "43498710231"], [1702467746, "43745815594"], [1702467800, "44222051718"], [1702467824, "44825224855"], [1702467908, "45441353346"], [1702467944, "45653157929"], [1702467968, "45978303251"], [1702468001, "46101362717"], [1702468031, "46374259239"], [1702468067, "46750576615"], [1702468085, "46988766311"], [1702468115, "47189669785"], [1702468151, "47542867918"], [1702468181, "47880811899"], [1702468208, "48085887679"], [1702468241, "48443676722"], [1702468256, "48636083001"], [1702468286, "48782414064"], [1702468322, "49009952449"], [1702468352, "49326628949"], [1702468388, "49506059844"], [1702468424, "49795147456"], [1702468457, "49967791551"], [1702468493, "50466982787"], [1702468517, "50788729736"], [1702468550, "50906354697"], [1702468586, "51249750200"], [1702468613, "51559716110"], [1702468637, "51749089616"], [1702468679, "51990250344"], [1702468721, "52135401256"], [1702468730, "52978818466"], [1702468766, "53144972960"], [1702468799, "53325737461"], [1702468835, "53524605191"], [1702468898, "54662178883"], [1702468934, "55012230179"], [1702468970, "55410166276"], [1702468994, "55685884781"], [1702469024, "55796454960"], [1702469060, "56018634616"], [1702469111, "56394460555"], [1702469144, "56675712021"], [1702469168, "56776548902"], [1702469204, "57010550720"], [1702469237, "57192748722"], [1702469273, "57436370902"], [1702469303, "57732690845"], [1702469336, "58012571422"], [1702469360, "58335164841"], [1702469387, "58451154084"], [1702469411, "58628646770"], [1702469435, "58854972725"], [1702469468, "59041793244"], [1702469504, "59231113118"], [1702469537, "59493372202"], [1702469573, "59785621886"], [1702469606, "60021576335"], [1702469633, "60210294501"], [1702469660, "60529225071"], [1702469684, "60805216517"], [1702469717, "61080599506"], [1702469753, "61413962508"], [1702469786, "61727868938"], [1702469816, "61904454873"], [1702469834, "62181301916"], [1702469864, "62336243271"], [1702469906, "62830842719"], [1702469936, "63062367621"], [1702469972, "63327960201"], [1702470005, "63558211430"], [1702470029, "63761477596"], [1702470065, "63997614815"], [1702470101, "64345886891"], [1702470131, "64602430340"], [1702470167, "64864231181"], [1702470203, "65267530524"], [1702470251, "65696887812"], [1702470278, "65962950853"], [1702470311, "66314537807"], [1702470347, "66636813887"], [1702470371, "66873369609"], [1702470404, "67038811855"], [1702470440, "67242323066"], [1702470476, "67563055323"], [1702470506, "67861349666"], [1702470542, "68099524588"], [1702470575, "68336040683"], [1702470611, "68564812711"], [1702470635, "68824360940"], [1702470662, "69033927435"], [1702470686, "69171115000"], [1702470719, "69341795221"], [1702470746, "69583790516"], [1702470812, "70117329984"], [1702470845, "70397113568"], [1702470875, "70743868344"], [1702470899, "70952078106"], [1702470953, "71219672272"], [1702470983, "71417823822"], [1702471025, "71745783152"], [1702471067, "71987462302"], [1702471169, "72736044924"], [1702471193, "72900893316"], [1702471226, "73197985676"], [1702471265, "73538040683"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "351062"], [1702462808, "351062"], [1702462829, "351062"], [1702462844, "351062"], [1702462865, "351062"], [1702462880, "351062"], [1702462904, "351062"], [1702462919, "351062"], [1702462952, "351062"], [1702462973, "351062"], [1702462988, "351062"], [1702463045, "351062"], [1702463081, "351062"], [1702463114, "351062"], [1702463150, "351062"], [1702463186, "351062"], [1702463216, "351062"], [1702463240, "351062"], [1702463273, "351062"], [1702463324, "351062"], [1702463354, "351062"], [1702463381, "351062"], [1702463417, "351062"], [1702463453, "351062"], [1702463477, "351062"], [1702463510, "351062"], [1702463537, "351062"], [1702463570, "351062"], [1702463591, "351062"], [1702463621, "351062"], [1702463657, "351062"], [1702463693, "351062"], [1702463729, "351062"], [1702463765, "351062"], [1702463798, "351062"], [1702463846, "351062"], [1702463873, "351062"], [1702463906, "351062"], [1702463948, "351062"], [1702463984, "351062"], [1702464014, "351062"], [1702464050, "351062"], [1702464086, "351062"], [1702464122, "351062"], [1702464155, "351062"], [1702464194, "351062"], [1702464230, "351062"], [1702464263, "351062"], [1702464299, "351062"], [1702464332, "351062"], [1702464356, "351062"], [1702464392, "351062"], [1702464425, "351062"], [1702464455, "351062"], [1702464479, "351062"], [1702464509, "351062"], [1702464533, "351062"], [1702464569, "351062"], [1702464605, "351062"], [1702464635, "351062"], [1702464671, "351062"], [1702464716, "351062"], [1702464743, "351062"], [1702464776, "351062"], [1702464812, "351062"], [1702464836, "351062"], [1702464869, "351062"], [1702464905, "351062"], [1702464926, "351062"], [1702464956, "351062"], [1702464992, "351062"], [1702465016, "351062"], [1702465049, "351062"], [1702465085, "5648734"], [1702465118, "5648734"], [1702465145, "5648734"], [1702465178, "5648734"], [1702465208, "5648734"], [1702465241, "5648734"], [1702465298, "5648734"], [1702465334, "5648734"], [1702465367, "5648734"], [1702465394, "5648734"], [1702465418, "5648734"], [1702465445, "5648734"], [1702465481, "5648734"], [1702465517, "5648734"], [1702465550, "5648734"], [1702465586, "5648734"], [1702465619, "5648734"], [1702465658, "5648734"], [1702465706, "5648734"], [1702465754, "5648734"], [1702465787, "5648734"], [1702465823, "5648734"], [1702465856, "5648734"], [1702465880, "5648734"], [1702465910, "5648734"], [1702465952, "5648734"], [1702465988, "5648734"], [1702466015, "5648734"], [1702466030, "5648734"], [1702466060, "5648734"], [1702466078, "5648734"], [1702466138, "5648734"], [1702466168, "5648734"], [1702466204, "5648734"], [1702466237, "5648734"], [1702466261, "5648734"], [1702466291, "5648734"], [1702466327, "5648734"], [1702466360, "5648734"], [1702466384, "5648734"], [1702466417, "5648734"], [1702466441, "5648734"], [1702466471, "5648734"], [1702466507, "5648734"], [1702466540, "5648734"], [1702466597, "5648734"], [1702466633, "5648734"], [1702466666, "5648734"], [1702466705, "5648734"], [1702466732, "5648734"], [1702466765, "5648734"], [1702466801, "5648734"], [1702466852, "5648734"], [1702466876, "5648734"], [1702466918, "5648734"], [1702466978, "5648734"], [1702467014, "5648734"], [1702467038, "5648734"], [1702467068, "5648734"], [1702467122, "5648734"], [1702467158, "5648734"], [1702467191, "5648734"], [1702467221, "5648734"], [1702467257, "5648734"], [1702467299, "5648734"], [1702467350, "5648734"], [1702467386, "5648734"], [1702467419, "5648734"], [1702467455, "5648734"], [1702467515, "5648734"], [1702467542, "5648734"], [1702467566, "5648734"], [1702467599, "5648734"], [1702467635, "5648734"], [1702467668, "5648734"], [1702467695, "5648734"], [1702467716, "5648734"], [1702467746, "5648734"], [1702467800, "5648734"], [1702467824, "5648734"], [1702467908, "5648734"], [1702467944, "5648734"], [1702467968, "5648734"], [1702468001, "5648734"], [1702468031, "5648734"], [1702468067, "5648734"], [1702468085, "5648734"], [1702468115, "5648734"], [1702468151, "5648734"], [1702468181, "5648734"], [1702468208, "5648734"], [1702468241, "5648734"], [1702468256, "5648734"], [1702468286, "5648734"], [1702468322, "5648734"], [1702468352, "5648734"], [1702468388, "5648734"], [1702468424, "5648734"], [1702468457, "5648734"], [1702468493, "5648734"], [1702468517, "5648734"], [1702468550, "5648734"], [1702468586, "5648734"], [1702468613, "5648734"], [1702468637, "5648734"], [1702468679, "5648734"], [1702468721, "5648734"], [1702468730, "5648734"], [1702468766, "5648734"], [1702468799, "5648734"], [1702468835, "5648734"], [1702468898, "5648734"], [1702468934, "5648734"], [1702468970, "5648734"], [1702468994, "5648734"], [1702469024, "5648734"], [1702469060, "5648734"], [1702469111, "5648734"], [1702469144, "5648734"], [1702469168, "5648734"], [1702469204, "5648734"], [1702469237, "5648734"], [1702469273, "5648734"], [1702469303, "5648734"], [1702469336, "5648734"], [1702469360, "5648734"], [1702469387, "5648734"], [1702469411, "5648734"], [1702469435, "5648734"], [1702469468, "5648734"], [1702469504, "5648734"], [1702469537, "5648734"], [1702469573, "5648734"], [1702469606, "5648734"], [1702469633, "5648734"], [1702469660, "5648734"], [1702469684, "5648734"], [1702469717, "5648734"], [1702469753, "5648734"], [1702469786, "5648734"], [1702469816, "5648734"], [1702469834, "5648734"], [1702469864, "5648734"], [1702469906, "5648734"], [1702469936, "5648734"], [1702469972, "5648734"], [1702470005, "5648734"], [1702470029, "5648734"], [1702470065, "5648734"], [1702470101, "5648734"], [1702470131, "5648734"], [1702470167, "5648734"], [1702470203, "5648734"], [1702470251, "5648734"], [1702470278, "5648734"], [1702470311, "5648734"], [1702470347, "5648734"], [1702470371, "5648734"], [1702470404, "5648734"], [1702470440, "5648734"], [1702470476, "5648734"], [1702470506, "5648734"], [1702470542, "5648734"], [1702470575, "5648734"], [1702470611, "5648734"], [1702470635, "5648734"], [1702470662, "5648734"], [1702470686, "5648734"], [1702470719, "5648734"], [1702470746, "5648734"], [1702470812, "5648734"], [1702470845, "5648734"], [1702470875, "5648734"], [1702470899, "5648734"], [1702470953, "5648734"], [1702470983, "5648734"], [1702471025, "5648734"], [1702471067, "5648734"], [1702471169, "5648734"], [1702471193, "5648734"], [1702471226, "5648734"], [1702471265, "5648734"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "250600"], [1702462763, "250600"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "59799"], [1702465049, "59799"], [1702465085, "59799"], [1702465118, "59799"], [1702465145, "59799"], [1702465178, "59799"], [1702465208, "59799"], [1702465241, "59799"], [1702465298, "59799"], [1702465334, "59799"], [1702465367, "59799"], [1702465394, "59799"], [1702465418, "59799"], [1702465445, "59799"], [1702465481, "59799"], [1702465517, "59799"], [1702465550, "59799"], [1702465586, "59799"], [1702465619, "59799"], [1702465658, "59799"], [1702465706, "59799"], [1702465754, "59799"], [1702465787, "59799"], [1702465823, "59799"], [1702465856, "59799"], [1702465880, "59799"], [1702465910, "59799"], [1702465952, "59799"], [1702465988, "59799"], [1702466015, "59799"], [1702466030, "59799"], [1702466060, "59799"], [1702466078, "59799"], [1702466138, "59799"], [1702466168, "59799"], [1702466204, "59799"], [1702466237, "59799"], [1702466261, "59799"], [1702466291, "59799"], [1702466327, "59799"], [1702466360, "59799"], [1702466384, "59799"], [1702466417, "59799"], [1702466441, "59799"], [1702466471, "59799"], [1702466507, "59799"], [1702466540, "59799"], [1702466597, "59799"], [1702466633, "59799"], [1702466666, "59799"], [1702466705, "59799"], [1702466732, "59799"], [1702466765, "59799"], [1702466801, "59799"], [1702466852, "59799"], [1702466876, "59799"], [1702466918, "59799"], [1702466978, "59799"], [1702467014, "59799"], [1702467038, "59799"], [1702467068, "59799"], [1702467122, "59799"], [1702467158, "59799"], [1702467191, "59799"], [1702467221, "59799"], [1702467257, "59799"], [1702467299, "59799"], [1702467350, "59799"], [1702467386, "59799"], [1702467419, "59799"], [1702467455, "59799"], [1702467515, "126796"], [1702467542, "126796"], [1702467566, "126796"], [1702467599, "126796"], [1702467635, "126796"], [1702467668, "126796"], [1702467695, "126796"], [1702467716, "126796"], [1702467746, "126796"], [1702467800, "126796"], [1702467824, "126796"], [1702467908, "126796"], [1702467944, "126796"], [1702467968, "126796"], [1702468001, "126796"], [1702468031, "126796"], [1702468067, "126796"], [1702468085, "126796"], [1702468115, "126796"], [1702468151, "126796"], [1702468181, "126796"], [1702468208, "126796"], [1702468241, "126796"], [1702468256, "126796"], [1702468286, "126796"], [1702468322, "126796"], [1702468352, "126796"], [1702468388, "126796"], [1702468424, "126796"], [1702468457, "126796"], [1702468493, "126796"], [1702468517, "126796"], [1702468550, "126796"], [1702468586, "126796"], [1702468613, "126796"], [1702468637, "126796"], [1702468679, "126796"], [1702468721, "126796"], [1702468730, "126796"], [1702468766, "126796"], [1702468799, "126796"], [1702468835, "126796"], [1702468898, "126796"], [1702468934, "126796"], [1702468970, "126796"], [1702468994, "126796"], [1702469024, "126796"], [1702469060, "126796"], [1702469111, "126796"], [1702469144, "126796"], [1702469168, "126796"], [1702469204, "126796"], [1702469237, "126796"], [1702469273, "126796"], [1702469303, "126796"], [1702469336, "126796"], [1702469360, "126796"], [1702469387, "126796"], [1702469411, "126796"], [1702469435, "126796"], [1702469468, "126796"], [1702469504, "126796"], [1702469537, "126796"], [1702469573, "126796"], [1702469606, "126796"], [1702469633, "126796"], [1702469660, "126796"], [1702469684, "126796"], [1702469717, "126796"], [1702469753, "126796"], [1702469786, "126796"], [1702469816, "126796"], [1702469834, "126796"], [1702469864, "126796"], [1702469906, "126796"], [1702469936, "126796"], [1702469972, "126796"], [1702470005, "126796"], [1702470029, "126796"], [1702470065, "126796"], [1702470101, "126796"], [1702470131, "126796"], [1702470167, "126796"], [1702470203, "126796"], [1702470251, "126796"], [1702470278, "126796"], [1702470311, "126796"], [1702470347, "126796"], [1702470371, "126796"], [1702470404, "126796"], [1702470440, "126796"], [1702470476, "126796"], [1702470506, "126796"], [1702470542, "126796"], [1702470575, "126796"], [1702470611, "126796"], [1702470635, "126796"], [1702470662, "126796"], [1702470686, "126796"], [1702470719, "126796"], [1702470746, "126796"], [1702470812, "126796"], [1702470845, "126796"], [1702470875, "126796"], [1702470899, "126796"], [1702470953, "126796"], [1702470983, "126796"], [1702471025, "126796"], [1702471067, "126796"], [1702471169, "193401"], [1702471193, "193401"], [1702471226, "193401"], [1702471265, "193401"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "8034327"], [1702462721, "8034327"], [1702462736, "8034327"], [1702462751, "8034327"], [1702462763, "8034327"], [1702462793, "8034327"], [1702462808, "11321882"], [1702462829, "11321882"], [1702462844, "14458101"], [1702462865, "14458101"], [1702462880, "14845814"], [1702462904, "14845814"], [1702462919, "14845814"], [1702462952, "15031031"], [1702462973, "15031031"], [1702462988, "15031031"], [1702463045, "19363124"], [1702463081, "19363124"], [1702463114, "19639370"], [1702463150, "19639370"], [1702463186, "19639370"], [1702463216, "19639370"], [1702463240, "19639370"], [1702463273, "19715942"], [1702463324, "24140917"], [1702463354, "24140917"], [1702463381, "24328261"], [1702463417, "25791823"], [1702463453, "25956751"], [1702463477, "26112412"], [1702463510, "26190703"], [1702463537, "26190703"], [1702463570, "26190703"], [1702463591, "26320630"], [1702463621, "26516104"], [1702463657, "26516104"], [1702463693, "26516104"], [1702463729, "30043886"], [1702463765, "30043886"], [1702463798, "30377305"], [1702463846, "30377305"], [1702463873, "30450442"], [1702463906, "30825938"], [1702463948, "31181868"], [1702463984, "31327503"], [1702464014, "32718859"], [1702464050, "32718859"], [1702464086, "32796561"], [1702464122, "32990589"], [1702464155, "33208339"], [1702464194, "33492143"], [1702464230, "33949749"], [1702464263, "37482260"], [1702464299, "37482260"], [1702464332, "37853709"], [1702464356, "37853709"], [1702464392, "38027161"], [1702464425, "38183418"], [1702464455, "38535287"], [1702464479, "38673157"], [1702464509, "41594075"], [1702464533, "42189345"], [1702464569, "42289698"], [1702464605, "42289698"], [1702464635, "42457512"], [1702464671, "42720428"], [1702464716, "42720428"], [1702464743, "42720428"], [1702464776, "42799893"], [1702464812, "43197233"], [1702464836, "43909161"], [1702464869, "44631075"], [1702464905, "44723908"], [1702464926, "44880070"], [1702464956, "45084283"], [1702464992, "45299213"], [1702465016, "45488061"], [1702465049, "46084636"], [1702465085, "50851339"], [1702465118, "51029780"], [1702465145, "51029780"], [1702465178, "51257231"], [1702465208, "51439925"], [1702465241, "51899348"], [1702465298, "52185550"], [1702465334, "52280229"], [1702465367, "52439831"], [1702465394, "53396333"], [1702465418, "53503493"], [1702465445, "53616214"], [1702465481, "54117514"], [1702465517, "54117514"], [1702465550, "54843747"], [1702465586, "55169439"], [1702465619, "55590891"], [1702465658, "55668672"], [1702465706, "56409823"], [1702465754, "56486797"], [1702465787, "56714785"], [1702465823, "56714785"], [1702465856, "56714785"], [1702465880, "56714785"], [1702465910, "56714785"], [1702465952, "60778802"], [1702465988, "60778802"], [1702466015, "61221966"], [1702466030, "61762223"], [1702466060, "61762223"], [1702466078, "61917854"], [1702466138, "62184442"], [1702466168, "62312504"], [1702466204, "62422759"], [1702466237, "62510313"], [1702466261, "62871823"], [1702466291, "62871823"], [1702466327, "62871823"], [1702466360, "63337594"], [1702466384, "63337594"], [1702466417, "63420403"], [1702466441, "63505875"], [1702466471, "63505875"], [1702466507, "63664718"], [1702466540, "64055720"], [1702466597, "64198261"], [1702466633, "64489171"], [1702466666, "64489171"], [1702466705, "64489171"], [1702466732, "64489171"], [1702466765, "64539154"], [1702466801, "65247331"], [1702466852, "65247331"], [1702466876, "65384354"], [1702466918, "65384354"], [1702466978, "65485603"], [1702467014, "66142481"], [1702467038, "66142481"], [1702467068, "66142481"], [1702467122, "68153323"], [1702467158, "68153323"], [1702467191, "68299416"], [1702467221, "68368123"], [1702467257, "69844497"], [1702467299, "70070907"], [1702467350, "70500021"], [1702467386, "71295170"], [1702467419, "71890440"], [1702467455, "72289781"], [1702467515, "72487628"], [1702467542, "72487628"], [1702467566, "72558882"], [1702467599, "72840819"], [1702467635, "72840819"], [1702467668, "72973410"], [1702467695, "73084248"], [1702467716, "73084248"], [1702467746, "74080080"], [1702467800, "74080080"], [1702467824, "74080080"], [1702467908, "77415246"], [1702467944, "77653196"], [1702467968, "78257826"], [1702468001, "78257826"], [1702468031, "78257826"], [1702468067, "78391376"], [1702468085, "78578331"], [1702468115, "78578331"], [1702468151, "78664820"], [1702468181, "78664820"], [1702468208, "78664820"], [1702468241, "78898906"], [1702468256, "79148207"], [1702468286, "79730935"], [1702468322, "79730935"], [1702468352, "80027233"], [1702468388, "80178065"], [1702468424, "80489941"], [1702468457, "80909560"], [1702468493, "84194472"], [1702468517, "84194472"], [1702468550, "84393160"], [1702468586, "84581955"], [1702468613, "84883087"], [1702468637, "85726250"], [1702468679, "85726250"], [1702468721, "85726250"], [1702468730, "85726250"], [1702468766, "85726250"], [1702468799, "85726250"], [1702468835, "85726250"], [1702468898, "85894676"], [1702468934, "86346486"], [1702468970, "87107138"], [1702468994, "87254249"], [1702469024, "87254249"], [1702469060, "87340271"], [1702469111, "87978651"], [1702469144, "88148137"], [1702469168, "88148137"], [1702469204, "88148137"], [1702469237, "88293588"], [1702469273, "88293588"], [1702469303, "88428756"], [1702469336, "88515615"], [1702469360, "88515615"], [1702469387, "88515615"], [1702469411, "89144321"], [1702469435, "89227086"], [1702469468, "89486209"], [1702469504, "89536169"], [1702469537, "89768960"], [1702469573, "89768960"], [1702469606, "89768960"], [1702469633, "89768960"], [1702469660, "89768960"], [1702469684, "92396821"], [1702469717, "92863838"], [1702469753, "93040816"], [1702469786, "93486312"], [1702469816, "93822089"], [1702469834, "93822089"], [1702469864, "93932317"], [1702469906, "94516079"], [1702469936, "94645573"], [1702469972, "95965126"], [1702470005, "96052760"], [1702470029, "96052760"], [1702470065, "96052760"], [1702470101, "96523251"], [1702470131, "97495998"], [1702470167, "98245112"], [1702470203, "100421188"], [1702470251, "100723411"], [1702470278, "100723411"], [1702470311, "100723411"], [1702470347, "100723411"], [1702470371, "100765856"], [1702470404, "100765856"], [1702470440, "100873253"], [1702470476, "101249417"], [1702470506, "101393209"], [1702470542, "102177656"], [1702470575, "102460892"], [1702470611, "103590225"], [1702470635, "103905503"], [1702470662, "104157367"], [1702470686, "116944017"], [1702470719, "116944017"], [1702470746, "116944017"], [1702470812, "117439544"], [1702470845, "117439544"], [1702470875, "117439544"], [1702470899, "117520455"], [1702470953, "117658594"], [1702470983, "117714516"], [1702471025, "117714516"], [1702471067, "117857107"], [1702471169, "118294325"], [1702471193, "118294325"], [1702471226, "118294325"], [1702471265, "118353404"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "106108572"], [1702462721, "120215113"], [1702462736, "125600006"], [1702462751, "128467048"], [1702462763, "138497114"], [1702462793, "145691356"], [1702462808, "153769135"], [1702462829, "159548052"], [1702462844, "164095255"], [1702462865, "172109316"], [1702462880, "176135104"], [1702462904, "185148740"], [1702462919, "188317196"], [1702462952, "205016740"], [1702462973, "208625124"], [1702462988, "217631157"], [1702463045, "256405370"], [1702463081, "285055364"], [1702463114, "291963332"], [1702463150, "313296352"], [1702463186, "324912292"], [1702463216, "333332373"], [1702463240, "341624806"], [1702463273, "344245071"], [1702463324, "358962362"], [1702463354, "363260600"], [1702463381, "376402126"], [1702463417, "388585916"], [1702463453, "403029550"], [1702463477, "418387864"], [1702463510, "429580889"], [1702463537, "434994309"], [1702463570, "475382750"], [1702463591, "484257261"], [1702463621, "486336087"], [1702463657, "492115755"], [1702463693, "508619769"], [1702463729, "524611960"], [1702463765, "542620421"], [1702463798, "555974120"], [1702463846, "566302675"], [1702463873, "575423148"], [1702463906, "586251081"], [1702463948, "599011542"], [1702463984, "608205839"], [1702464014, "616106204"], [1702464050, "628843092"], [1702464086, "637052450"], [1702464122, "649484742"], [1702464155, "665611511"], [1702464194, "679390081"], [1702464230, "688711528"], [1702464263, "697244339"], [1702464299, "704234852"], [1702464332, "713962580"], [1702464356, "718491348"], [1702464392, "729026578"], [1702464425, "737879867"], [1702464455, "748588538"], [1702464479, "760835178"], [1702464509, "771933335"], [1702464533, "778150067"], [1702464569, "787174786"], [1702464605, "794610216"], [1702464635, "800237975"], [1702464671, "839543359"], [1702464716, "847785526"], [1702464743, "865342041"], [1702464776, "872525653"], [1702464812, "883023508"], [1702464836, "898093254"], [1702464869, "909239306"], [1702464905, "922373066"], [1702464926, "931874681"], [1702464956, "940406762"], [1702464992, "1002797021"], [1702465016, "1013935617"], [1702465049, "1021226325"], [1702465085, "1032809001"], [1702465118, "1042130364"], [1702465145, "1051166250"], [1702465178, "1060482284"], [1702465208, "1075800789"], [1702465241, "1088992296"], [1702465298, "1115917927"], [1702465334, "1123820781"], [1702465367, "1141417782"], [1702465394, "1145926090"], [1702465418, "1153202863"], [1702465445, "1159754068"], [1702465481, "1172649556"], [1702465517, "1181680922"], [1702465550, "1190828863"], [1702465586, "1215225960"], [1702465619, "1231246891"], [1702465658, "1254933954"], [1702465706, "1262920601"], [1702465754, "1273166253"], [1702465787, "1288846196"], [1702465823, "1294815887"], [1702465856, "1303312656"], [1702465880, "1311767603"], [1702465910, "1326660712"], [1702465952, "1339463516"], [1702465988, "1352102824"], [1702466015, "1370793099"], [1702466030, "1379197525"], [1702466060, "1381751484"], [1702466078, "1393632141"], [1702466138, "1411953020"], [1702466168, "1422564468"], [1702466204, "1434380541"], [1702466237, "1448375721"], [1702466261, "1454598557"], [1702466291, "1462880241"], [1702466327, "1470013695"], [1702466360, "1480035931"], [1702466384, "1494082558"], [1702466417, "1504669092"], [1702466441, "1516168920"], [1702466471, "1523355214"], [1702466507, "1536151356"], [1702466540, "1545515553"], [1702466597, "1561916816"], [1702466633, "1573181008"], [1702466666, "1580751896"], [1702466705, "1596585549"], [1702466732, "1608556973"], [1702466765, "1614642769"], [1702466801, "1628408945"], [1702466852, "1651642006"], [1702466876, "1657858087"], [1702466918, "1670655666"], [1702466978, "1692931522"], [1702467014, "1703298327"], [1702467038, "1711276039"], [1702467068, "1718930588"], [1702467122, "1732538268"], [1702467158, "1740483944"], [1702467191, "1753469219"], [1702467221, "1767685946"], [1702467257, "1775939169"], [1702467299, "1785081037"], [1702467350, "1807852229"], [1702467386, "1823957379"], [1702467419, "1838365727"], [1702467455, "1859422718"], [1702467515, "1875857547"], [1702467542, "1886508843"], [1702467566, "1897389301"], [1702467599, "1905178158"], [1702467635, "1914076563"], [1702467668, "1924164052"], [1702467695, "1932239887"], [1702467716, "1943036740"], [1702467746, "1951630199"], [1702467800, "1984367256"], [1702467824, "1997493179"], [1702467908, "2017559636"], [1702467944, "2023042182"], [1702467968, "2035082008"], [1702468001, "2041483797"], [1702468031, "2050357162"], [1702468067, "2060983520"], [1702468085, "2075491538"], [1702468115, "2083775952"], [1702468151, "2098851660"], [1702468181, "2121534210"], [1702468208, "2128651829"], [1702468241, "2145167532"], [1702468256, "2150241461"], [1702468286, "2158539326"], [1702468322, "2165981256"], [1702468352, "2175746472"], [1702468388, "2183574953"], [1702468424, "2195942098"], [1702468457, "2204960579"], [1702468493, "2218466385"], [1702468517, "2230935555"], [1702468550, "2235350401"], [1702468586, "2253471374"], [1702468613, "2266971589"], [1702468637, "2272214582"], [1702468679, "2288105087"], [1702468721, "2300477920"], [1702468730, "2310272416"], [1702468766, "2313840622"], [1702468799, "2328372820"], [1702468835, "2336460204"], [1702468898, "2355690439"], [1702468934, "2370604269"], [1702468970, "2382671391"], [1702468994, "2396582212"], [1702469024, "2400795708"], [1702469060, "2408481574"], [1702469111, "2425392859"], [1702469144, "2431218583"], [1702469168, "2435821693"], [1702469204, "2449432451"], [1702469237, "2462546635"], [1702469273, "2470709188"], [1702469303, "2482679546"], [1702469336, "2493996818"], [1702469360, "2498868598"], [1702469387, "2502025693"], [1702469411, "2506531675"], [1702469435, "2514448062"], [1702469468, "2521149816"], [1702469504, "2528855563"], [1702469537, "2540159165"], [1702469573, "2548437242"], [1702469606, "2559563221"], [1702469633, "2568559225"], [1702469660, "2578667952"], [1702469684, "2590599238"], [1702469717, "2599116243"], [1702469753, "2606455004"], [1702469786, "2615724088"], [1702469816, "2624645939"], [1702469834, "2636493032"], [1702469864, "2644763346"], [1702469906, "2660190824"], [1702469936, "2666029486"], [1702469972, "2677151247"], [1702470005, "2689181374"], [1702470029, "2697473744"], [1702470065, "2716927980"], [1702470101, "2730309594"], [1702470131, "2744741429"], [1702470167, "2758727711"], [1702470203, "2772888047"], [1702470251, "2792822472"], [1702470278, "2803615803"], [1702470311, "2814012291"], [1702470347, "2830469907"], [1702470371, "2840352933"], [1702470404, "2848554058"], [1702470440, "2863783459"], [1702470476, "2870611049"], [1702470506, "2879303011"], [1702470542, "2891707251"], [1702470575, "2904102113"], [1702470611, "2912059356"], [1702470635, "2939613115"], [1702470662, "2948199136"], [1702470686, "2954420059"], [1702470719, "2963389987"], [1702470746, "2973039590"], [1702470812, "2990473155"], [1702470845, "3010401875"], [1702470875, "3024542945"], [1702470899, "3030772636"], [1702470953, "3037908065"], [1702470983, "3048257797"], [1702471025, "3059082181"], [1702471067, "3074581206"], [1702471169, "3107518942"], [1702471193, "3113783132"], [1702471226, "3121607911"], [1702471265, "3133043720"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "23892799"], [1702462973, "23892799"], [1702462988, "23892799"], [1702463045, "23892799"], [1702463081, "25118150"], [1702463114, "25118150"], [1702463150, "25118150"], [1702463186, "25118150"], [1702463216, "25118150"], [1702463240, "40535346"], [1702463273, "40535346"], [1702463324, "40535346"], [1702463354, "40535346"], [1702463381, "40535346"], [1702463417, "40535346"], [1702463453, "40535346"], [1702463477, "40535346"], [1702463510, "40535346"], [1702463537, "40535346"], [1702463570, "40535346"], [1702463591, "40535346"], [1702463621, "40535346"], [1702463657, "40535346"], [1702463693, "40535346"], [1702463729, "40535346"], [1702463765, "40535346"], [1702463798, "40535346"], [1702463846, "40535346"], [1702463873, "40535346"], [1702463906, "40535346"], [1702463948, "40535346"], [1702463984, "40535346"], [1702464014, "40535346"], [1702464050, "40535346"], [1702464086, "40535346"], [1702464122, "40535346"], [1702464155, "40535346"], [1702464194, "40535346"], [1702464230, "40877287"], [1702464263, "40877287"], [1702464299, "40877287"], [1702464332, "40877287"], [1702464356, "40877287"], [1702464392, "40877287"], [1702464425, "40877287"], [1702464455, "40877287"], [1702464479, "40877287"], [1702464509, "40958907"], [1702464533, "40958907"], [1702464569, "40958907"], [1702464605, "40958907"], [1702464635, "40958907"], [1702464671, "40958907"], [1702464716, "40958907"], [1702464743, "40958907"], [1702464776, "40958907"], [1702464812, "40958907"], [1702464836, "40958907"], [1702464869, "40958907"], [1702464905, "40958907"], [1702464926, "40958907"], [1702464956, "40958907"], [1702464992, "40958907"], [1702465016, "40958907"], [1702465049, "40958907"], [1702465085, "40958907"], [1702465118, "40958907"], [1702465145, "40958907"], [1702465178, "40958907"], [1702465208, "40958907"], [1702465241, "40958907"], [1702465298, "40958907"], [1702465334, "40958907"], [1702465367, "40958907"], [1702465394, "40958907"], [1702465418, "40958907"], [1702465445, "40958907"], [1702465481, "40958907"], [1702465517, "40958907"], [1702465550, "40958907"], [1702465586, "40958907"], [1702465619, "40958907"], [1702465658, "40958907"], [1702465706, "40958907"], [1702465754, "40958907"], [1702465787, "40958907"], [1702465823, "40958907"], [1702465856, "40958907"], [1702465880, "40958907"], [1702465910, "40958907"], [1702465952, "40958907"], [1702465988, "40958907"], [1702466015, "40958907"], [1702466030, "40958907"], [1702466060, "40958907"], [1702466078, "40958907"], [1702466138, "40958907"], [1702466168, "40958907"], [1702466204, "40958907"], [1702466237, "40958907"], [1702466261, "40958907"], [1702466291, "40958907"], [1702466327, "40958907"], [1702466360, "40958907"], [1702466384, "40958907"], [1702466417, "40958907"], [1702466441, "40958907"], [1702466471, "40958907"], [1702466507, "40958907"], [1702466540, "40958907"], [1702466597, "40958907"], [1702466633, "40958907"], [1702466666, "40958907"], [1702466705, "40958907"], [1702466732, "40958907"], [1702466765, "40958907"], [1702466801, "40958907"], [1702466852, "40958907"], [1702466876, "40958907"], [1702466918, "40958907"], [1702466978, "40958907"], [1702467014, "40958907"], [1702467038, "40958907"], [1702467068, "40958907"], [1702467122, "40958907"], [1702467158, "40958907"], [1702467191, "40958907"], [1702467221, "40958907"], [1702467257, "40958907"], [1702467299, "40958907"], [1702467350, "40958907"], [1702467386, "40958907"], [1702467419, "40958907"], [1702467455, "40958907"], [1702467515, "40958907"], [1702467542, "40958907"], [1702467566, "40958907"], [1702467599, "40958907"], [1702467635, "40958907"], [1702467668, "40958907"], [1702467695, "40958907"], [1702467716, "40958907"], [1702467746, "40958907"], [1702467800, "40958907"], [1702467824, "40958907"], [1702467908, "40958907"], [1702467944, "40958907"], [1702467968, "40958907"], [1702468001, "40958907"], [1702468031, "40958907"], [1702468067, "40958907"], [1702468085, "40958907"], [1702468115, "40958907"], [1702468151, "40958907"], [1702468181, "40958907"], [1702468208, "40958907"], [1702468241, "40958907"], [1702468256, "40958907"], [1702468286, "40958907"], [1702468322, "40958907"], [1702468352, "40958907"], [1702468388, "40958907"], [1702468424, "40958907"], [1702468457, "40958907"], [1702468493, "40958907"], [1702468517, "40958907"], [1702468550, "40958907"], [1702468586, "40958907"], [1702468613, "40958907"], [1702468637, "40958907"], [1702468679, "40958907"], [1702468721, "40958907"], [1702468730, "40958907"], [1702468766, "40958907"], [1702468799, "40958907"], [1702468835, "40958907"], [1702468898, "40958907"], [1702468934, "40958907"], [1702468970, "40958907"], [1702468994, "40958907"], [1702469024, "40958907"], [1702469060, "40958907"], [1702469111, "40958907"], [1702469144, "40958907"], [1702469168, "40958907"], [1702469204, "40958907"], [1702469237, "40958907"], [1702469273, "40958907"], [1702469303, "40958907"], [1702469336, "40958907"], [1702469360, "40958907"], [1702469387, "40958907"], [1702469411, "40958907"], [1702469435, "40958907"], [1702469468, "40958907"], [1702469504, "40958907"], [1702469537, "40958907"], [1702469573, "40958907"], [1702469606, "40958907"], [1702469633, "40958907"], [1702469660, "40958907"], [1702469684, "40958907"], [1702469717, "40958907"], [1702469753, "40958907"], [1702469786, "40958907"], [1702469816, "40958907"], [1702469834, "40958907"], [1702469864, "40958907"], [1702469906, "40958907"], [1702469936, "40958907"], [1702469972, "40958907"], [1702470005, "40958907"], [1702470029, "40958907"], [1702470065, "40958907"], [1702470101, "40958907"], [1702470131, "40958907"], [1702470167, "40958907"], [1702470203, "40958907"], [1702470251, "40958907"], [1702470278, "40958907"], [1702470311, "40958907"], [1702470347, "40958907"], [1702470371, "40958907"], [1702470404, "40958907"], [1702470440, "40958907"], [1702470476, "40958907"], [1702470506, "40958907"], [1702470542, "40958907"], [1702470575, "40958907"], [1702470611, "40958907"], [1702470635, "40958907"], [1702470662, "40958907"], [1702470686, "40958907"], [1702470719, "40958907"], [1702470746, "40958907"], [1702470812, "40958907"], [1702470845, "40958907"], [1702470875, "40958907"], [1702470899, "40958907"], [1702470953, "40958907"], [1702470983, "40958907"], [1702471025, "40958907"], [1702471067, "40958907"], [1702471169, "40958907"], [1702471193, "40958907"], [1702471226, "40958907"], [1702471265, "40958907"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "22307474"], [1702462808, "22307474"], [1702462829, "22307474"], [1702462844, "22307474"], [1702462865, "22307474"], [1702462880, "23892799"], [1702462904, "23892799"], [1702462919, "23892799"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "7170495"], [1702468766, "10930587"], [1702468799, "14943748"], [1702468835, "17115357"], [1702468898, "32189944"], [1702468934, "33748068"], [1702468970, "40085615"], [1702468994, "41400336"], [1702469024, "44552491"], [1702469060, "50262029"], [1702469111, "53672640"], [1702469144, "61509446"], [1702469168, "62154699"], [1702469204, "66019580"], [1702469237, "68254267"], [1702469273, "74425198"], [1702469303, "76488301"], [1702469336, "78229848"], [1702469360, "79527769"], [1702469387, "81988672"], [1702469411, "83354504"], [1702469435, "84321584"], [1702469468, "86672162"], [1702469504, "95578468"], [1702469537, "100558791"], [1702469573, "104246975"], [1702469606, "107860552"], [1702469633, "109874387"], [1702469660, "113660433"], [1702469684, "122458158"], [1702469717, "125703886"], [1702469753, "128409048"], [1702469786, "131169710"], [1702469816, "139782659"], [1702469834, "142146876"], [1702469864, "146359629"], [1702469906, "154884303"], [1702469936, "160673795"], [1702469972, "163604874"], [1702470005, "166590365"], [1702470029, "168967085"], [1702470065, "177577258"], [1702470101, "182157156"], [1702470131, "186126760"], [1702470167, "197129806"], [1702470203, "199420613"], [1702470251, "211151791"], [1702470278, "213978135"], [1702470311, "219080787"], [1702470347, "227359088"], [1702470371, "230710932"], [1702470404, "232227177"], [1702470440, "234770680"], [1702470476, "236636433"], [1702470506, "245873539"], [1702470542, "251229656"], [1702470575, "255716297"], [1702470611, "257743356"], [1702470635, "261152171"], [1702470662, "263812645"], [1702470686, "267738999"], [1702470719, "267821048"], [1702470746, "275288189"], [1702470812, "283670959"], [1702470845, "285238968"], [1702470875, "288535195"], [1702470899, "290324324"], [1702470953, "294419839"], [1702470983, "295985112"], [1702471025, "300619396"], [1702471067, "304930754"], [1702471169, "313853952"], [1702471193, "315982016"], [1702471226, "325115168"], [1702471265, "330216256"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1329724975"], [1702462844, "1343850933"], [1702462865, "1343850933"], [1702462880, "1343850933"], [1702462904, "1343850933"], [1702462919, "1343850933"], [1702462952, "1414421768"], [1702462973, "1414421768"], [1702462988, "1414421768"], [1702463045, "1414421768"], [1702463081, "1460645200"], [1702463114, "1510489650"], [1702463150, "1510489650"], [1702463186, "1510489650"], [1702463216, "1510489650"], [1702463240, "1510489650"], [1702463273, "1510489650"], [1702463324, "1510489650"], [1702463354, "1510489650"], [1702463381, "1510489650"], [1702463417, "1530825625"], [1702463453, "1530825625"], [1702463477, "1576244974"], [1702463510, "1576244974"], [1702463537, "1631814978"], [1702463570, "1674300416"], [1702463591, "1691881821"], [1702463621, "1691881821"], [1702463657, "1691881821"], [1702463693, "1691881821"], [1702463729, "1733280193"], [1702463765, "1733280193"], [1702463798, "1733280193"], [1702463846, "1739107914"], [1702463873, "1739107914"], [1702463906, "1762861529"], [1702463948, "1762861529"], [1702463984, "1762861529"], [1702464014, "1762861529"], [1702464050, "1762861529"], [1702464086, "1762861529"], [1702464122, "1763108692"], [1702464155, "1763108692"], [1702464194, "1763108692"], [1702464230, "1763108692"], [1702464263, "1763108692"], [1702464299, "1763108692"], [1702464332, "1775665961"], [1702464356, "1775665961"], [1702464392, "1775665961"], [1702464425, "1814246805"], [1702464455, "1814246805"], [1702464479, "1814246805"], [1702464509, "1814246805"], [1702464533, "1814246805"], [1702464569, "1814246805"], [1702464605, "1814246805"], [1702464635, "1814246805"], [1702464671, "1814246805"], [1702464716, "1814246805"], [1702464743, "1814246805"], [1702464776, "1814246805"], [1702464812, "1814246805"], [1702464836, "1814246805"], [1702464869, "1814246805"], [1702464905, "1814246805"], [1702464926, "1814246805"], [1702464956, "1814246805"], [1702464992, "1814246805"], [1702465016, "1814246805"], [1702465049, "1814246805"], [1702465085, "1814246805"], [1702465118, "1814246805"], [1702465145, "1814246805"], [1702465178, "1814246805"], [1702465208, "1814246805"], [1702465241, "1814246805"], [1702465298, "1814246805"], [1702465334, "1814246805"], [1702465367, "1814246805"], [1702465394, "1814246805"], [1702465418, "1814246805"], [1702465445, "1814246805"], [1702465481, "1814246805"], [1702465517, "1814246805"], [1702465550, "1814246805"], [1702465586, "1814246805"], [1702465619, "1814246805"], [1702465658, "1814246805"], [1702465706, "1814246805"], [1702465754, "1814246805"], [1702465787, "1814246805"], [1702465823, "1814246805"], [1702465856, "1814246805"], [1702465880, "1814246805"], [1702465910, "1814246805"], [1702465952, "1814246805"], [1702465988, "1814246805"], [1702466015, "1814246805"], [1702466030, "1814246805"], [1702466060, "1814246805"], [1702466078, "1814246805"], [1702466138, "1814246805"], [1702466168, "1814246805"], [1702466204, "1814246805"], [1702466237, "1814246805"], [1702466261, "1814246805"], [1702466291, "1814246805"], [1702466327, "1814246805"], [1702466360, "1814246805"], [1702466384, "1814246805"], [1702466417, "1814246805"], [1702466441, "1814246805"], [1702466471, "1814246805"], [1702466507, "1814246805"], [1702466540, "1814246805"], [1702466597, "1814246805"], [1702466633, "1814246805"], [1702466666, "1814246805"], [1702466705, "1814246805"], [1702466732, "1814246805"], [1702466765, "1814246805"], [1702466801, "1814246805"], [1702466852, "1814246805"], [1702466876, "1814246805"], [1702466918, "1814246805"], [1702466978, "1814246805"], [1702467014, "1814246805"], [1702467038, "1814246805"], [1702467068, "1814246805"], [1702467122, "1814246805"], [1702467158, "1814246805"], [1702467191, "1814246805"], [1702467221, "1814246805"], [1702467257, "1814246805"], [1702467299, "1814246805"], [1702467350, "1814246805"], [1702467386, "1814246805"], [1702467419, "1814246805"], [1702467455, "1814246805"], [1702467515, "1814246805"], [1702467542, "1814246805"], [1702467566, "1814246805"], [1702467599, "1814246805"], [1702467635, "1814246805"], [1702467668, "1814246805"], [1702467695, "1814246805"], [1702467716, "1814246805"], [1702467746, "1814246805"], [1702467800, "1814246805"], [1702467824, "1814246805"], [1702467908, "1814246805"], [1702467944, "1814246805"], [1702467968, "1814246805"], [1702468001, "1814246805"], [1702468031, "1814246805"], [1702468067, "1814246805"], [1702468085, "1814246805"], [1702468115, "1814246805"], [1702468151, "1814246805"], [1702468181, "1814246805"], [1702468208, "1814246805"], [1702468241, "1814246805"], [1702468256, "1814246805"], [1702468286, "1814246805"], [1702468322, "1814246805"], [1702468352, "1814246805"], [1702468388, "1814246805"], [1702468424, "1814246805"], [1702468457, "1814246805"], [1702468493, "1814246805"], [1702468517, "1814246805"], [1702468550, "1814246805"], [1702468586, "1814246805"], [1702468613, "1814246805"], [1702468637, "1814246805"], [1702468679, "1814246805"], [1702468721, "1814246805"], [1702468730, "1814246805"], [1702468766, "1814246805"], [1702468799, "1814246805"], [1702468835, "1814246805"], [1702468898, "1814246805"], [1702468934, "1814246805"], [1702468970, "1814246805"], [1702468994, "1814246805"], [1702469024, "1814246805"], [1702469060, "1814246805"], [1702469111, "1814246805"], [1702469144, "1814246805"], [1702469168, "1814246805"], [1702469204, "1814246805"], [1702469237, "1814246805"], [1702469273, "1814246805"], [1702469303, "1814246805"], [1702469336, "1814246805"], [1702469360, "1814246805"], [1702469387, "1814246805"], [1702469411, "1814246805"], [1702469435, "1814246805"], [1702469468, "1814246805"], [1702469504, "1814246805"], [1702469537, "1814246805"], [1702469573, "1814246805"], [1702469606, "1814246805"], [1702469633, "1814246805"], [1702469660, "1814246805"], [1702469684, "1814246805"], [1702469717, "1814246805"], [1702469753, "1814246805"], [1702469786, "1814246805"], [1702469816, "1814246805"], [1702469834, "1814246805"], [1702469864, "1814246805"], [1702469906, "1814246805"], [1702469936, "1814246805"], [1702469972, "1814246805"], [1702470005, "1814246805"], [1702470029, "1814246805"], [1702470065, "1814246805"], [1702470101, "1814246805"], [1702470131, "1814246805"], [1702470167, "1814246805"], [1702470203, "1814246805"], [1702470251, "1814246805"], [1702470278, "1814246805"], [1702470311, "1814246805"], [1702470347, "1814246805"], [1702470371, "1814246805"], [1702470404, "1814246805"], [1702470440, "1814246805"], [1702470476, "1814246805"], [1702470506, "1814246805"], [1702470542, "1814246805"], [1702470575, "1814246805"], [1702470611, "1814246805"], [1702470635, "1814246805"], [1702470662, "1814246805"], [1702470686, "1814246805"], [1702470719, "1814246805"], [1702470746, "1814246805"], [1702470812, "1814246805"], [1702470845, "1814246805"], [1702470875, "1814246805"], [1702470899, "1814246805"], [1702470953, "1814246805"], [1702470983, "1814246805"], [1702471025, "1814246805"], [1702471067, "1814246805"], [1702471169, "1814246805"], [1702471193, "1814246805"], [1702471226, "1814246805"], [1702471265, "1814246805"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6597709"], [1702462721, "1286468719"], [1702462736, "1286468719"], [1702462751, "1286468719"], [1702462763, "1286984772"], [1702462793, "1329724975"], [1702462808, "1329724975"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "18262154"], [1702462721, "18554680"], [1702462736, "18642084"], [1702462751, "18726467"], [1702462763, "18825948"], [1702462793, "19122017"], [1702462808, "19122017"], [1702462829, "19122017"], [1702462844, "19257219"], [1702462865, "19257219"], [1702462880, "19257219"], [1702462904, "19357229"], [1702462919, "19357229"], [1702462952, "19357229"], [1702462973, "19357229"], [1702462988, "19357229"], [1702463045, "19357229"], [1702463081, "22181455"], [1702463114, "22181455"], [1702463150, "22181455"], [1702463186, "22365591"], [1702463216, "22365591"], [1702463240, "22365591"], [1702463273, "30690928"], [1702463324, "31441208"], [1702463354, "31441208"], [1702463381, "31629355"], [1702463417, "31629355"], [1702463453, "31714815"], [1702463477, "31714815"], [1702463510, "31714815"], [1702463537, "31714815"], [1702463570, "31714815"], [1702463591, "31963106"], [1702463621, "32051148"], [1702463657, "32113587"], [1702463693, "32661940"], [1702463729, "33692940"], [1702463765, "33692940"], [1702463798, "33811515"], [1702463846, "33920453"], [1702463873, "34392989"], [1702463906, "34392989"], [1702463948, "34392989"], [1702463984, "34612637"], [1702464014, "34612637"], [1702464050, "35120783"], [1702464086, "37701399"], [1702464122, "37701399"], [1702464155, "37701399"], [1702464194, "37701399"], [1702464230, "37701399"], [1702464263, "38042055"], [1702464299, "38042055"], [1702464332, "38232106"], [1702464356, "38232106"], [1702464392, "39852478"], [1702464425, "39852478"], [1702464455, "40635683"], [1702464479, "40715245"], [1702464509, "40930830"], [1702464533, "41035746"], [1702464569, "41153027"], [1702464605, "41153027"], [1702464635, "41153027"], [1702464671, "41153027"], [1702464716, "41262488"], [1702464743, "41371299"], [1702464776, "41371299"], [1702464812, "41371299"], [1702464836, "41520499"], [1702464869, "41520499"], [1702464905, "41647473"], [1702464926, "41647473"], [1702464956, "44699663"], [1702464992, "44919882"], [1702465016, "44919882"], [1702465049, "44919882"], [1702465085, "45214239"], [1702465118, "45214239"], [1702465145, "45401969"], [1702465178, "45401969"], [1702465208, "47376892"], [1702465241, "47376892"], [1702465298, "47376892"], [1702465334, "47518409"], [1702465367, "47518409"], [1702465394, "47518409"], [1702465418, "47875397"], [1702465445, "51417639"], [1702465481, "51677156"], [1702465517, "51819035"], [1702465550, "52236474"], [1702465586, "55762925"], [1702465619, "56731599"], [1702465658, "56731599"], [1702465706, "56731599"], [1702465754, "56898362"], [1702465787, "56898362"], [1702465823, "56988870"], [1702465856, "57434644"], [1702465880, "57434644"], [1702465910, "57551052"], [1702465952, "57703445"], [1702465988, "57703445"], [1702466015, "58547204"], [1702466030, "58547204"], [1702466060, "59275079"], [1702466078, "59275079"], [1702466138, "60280643"], [1702466168, "60361338"], [1702466204, "60361338"], [1702466237, "60361338"], [1702466261, "61253439"], [1702466291, "61253439"], [1702466327, "61342496"], [1702466360, "61598962"], [1702466384, "62259517"], [1702466417, "62259517"], [1702466441, "62537567"], [1702466471, "62537567"], [1702466507, "62633261"], [1702466540, "62677195"], [1702466597, "62864618"], [1702466633, "62951711"], [1702466666, "63040813"], [1702466705, "63191544"], [1702466732, "63191544"], [1702466765, "63519035"], [1702466801, "63519035"], [1702466852, "63519035"], [1702466876, "63519035"], [1702466918, "63519035"], [1702466978, "63730301"], [1702467014, "63730301"], [1702467038, "63730301"], [1702467068, "63942376"], [1702467122, "63942376"], [1702467158, "64010775"], [1702467191, "64010775"], [1702467221, "64173931"], [1702467257, "64412556"], [1702467299, "66633033"], [1702467350, "69315124"], [1702467386, "69315124"], [1702467419, "69315124"], [1702467455, "69315124"], [1702467515, "69928513"], [1702467542, "69928513"], [1702467566, "69928513"], [1702467599, "69928513"], [1702467635, "69928513"], [1702467668, "70123371"], [1702467695, "70221333"], [1702467716, "70221333"], [1702467746, "70221333"], [1702467800, "70221333"], [1702467824, "70221333"], [1702467908, "70221333"], [1702467944, "70623404"], [1702467968, "70840039"], [1702468001, "70948400"], [1702468031, "70948400"], [1702468067, "70948400"], [1702468085, "72004519"], [1702468115, "72004519"], [1702468151, "72004519"], [1702468181, "72004519"], [1702468208, "72277171"], [1702468241, "72382148"], [1702468256, "72577224"], [1702468286, "72577224"], [1702468322, "72763677"], [1702468352, "72763677"], [1702468388, "72863214"], [1702468424, "72863214"], [1702468457, "73054421"], [1702468493, "73284777"], [1702468517, "73471273"], [1702468550, "73471273"], [1702468586, "73608373"], [1702468613, "73608373"], [1702468637, "73608373"], [1702468679, "73608373"], [1702468721, "73725571"], [1702468730, "74733012"], [1702468766, "74911473"], [1702468799, "75015118"], [1702468835, "75015118"], [1702468898, "75129782"], [1702468934, "75129782"], [1702468970, "75129782"], [1702468994, "75572204"], [1702469024, "75872517"], [1702469060, "75941977"], [1702469111, "76355305"], [1702469144, "76355305"], [1702469168, "76355305"], [1702469204, "76446192"], [1702469237, "76446192"], [1702469273, "76446192"], [1702469303, "76446192"], [1702469336, "77077414"], [1702469360, "78256318"], [1702469387, "78423100"], [1702469411, "78925882"], [1702469435, "78983785"], [1702469468, "79069153"], [1702469504, "79069153"], [1702469537, "79259290"], [1702469573, "79629408"], [1702469606, "80781133"], [1702469633, "80781133"], [1702469660, "80781133"], [1702469684, "81525312"], [1702469717, "82954493"], [1702469753, "82954493"], [1702469786, "83821062"], [1702469816, "83821062"], [1702469834, "83821062"], [1702469864, "83821062"], [1702469906, "84072400"], [1702469936, "84072400"], [1702469972, "84072400"], [1702470005, "84072400"], [1702470029, "84072400"], [1702470065, "84072400"], [1702470101, "84072400"], [1702470131, "84616226"], [1702470167, "85149770"], [1702470203, "89106428"], [1702470251, "89106428"], [1702470278, "89171371"], [1702470311, "89171371"], [1702470347, "89384791"], [1702470371, "89384791"], [1702470404, "89384791"], [1702470440, "90206955"], [1702470476, "90206955"], [1702470506, "90307739"], [1702470542, "91117316"], [1702470575, "94520364"], [1702470611, "95336250"], [1702470635, "95789827"], [1702470662, "95789827"], [1702470686, "95968730"], [1702470719, "95968730"], [1702470746, "95968730"], [1702470812, "96803624"], [1702470845, "96803624"], [1702470875, "97459103"], [1702470899, "97660693"], [1702470953, "97868737"], [1702470983, "98191947"], [1702471025, "98191947"], [1702471067, "98401255"], [1702471169, "98830206"], [1702471193, "98830206"], [1702471226, "98830206"], [1702471265, "99119516"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "110860726"], [1702462721, "120527169"], [1702462736, "133050602"], [1702462751, "143307429"], [1702462763, "168433861"], [1702462793, "190627458"], [1702462808, "197776166"], [1702462829, "199027953"], [1702462844, "206116880"], [1702462865, "207259840"], [1702462880, "212375693"], [1702462904, "221084259"], [1702462919, "222227196"], [1702462952, "229794389"], [1702462973, "231818073"], [1702462988, "234248403"], [1702463045, "245684212"], [1702463081, "251094865"], [1702463114, "254580588"], [1702463150, "263084295"], [1702463186, "266266938"], [1702463216, "276760655"], [1702463240, "283133904"], [1702463273, "292883259"], [1702463324, "306972636"], [1702463354, "315490312"], [1702463381, "325434866"], [1702463417, "327984376"], [1702463453, "336414739"], [1702463477, "338515120"], [1702463510, "341600668"], [1702463537, "349584164"], [1702463570, "351301754"], [1702463591, "357043113"], [1702463621, "361848499"], [1702463657, "368913337"], [1702463693, "377562480"], [1702463729, "384282678"], [1702463765, "396223112"], [1702463798, "408488881"], [1702463846, "419078199"], [1702463873, "442933182"], [1702463906, "452529219"], [1702463948, "460065819"], [1702463984, "467339149"], [1702464014, "477143893"], [1702464050, "484046632"], [1702464086, "489542577"], [1702464122, "520816354"], [1702464155, "534401012"], [1702464194, "543138485"], [1702464230, "550985593"], [1702464263, "564197302"], [1702464299, "573480315"], [1702464332, "582767409"], [1702464356, "587544543"], [1702464392, "593421329"], [1702464425, "598063155"], [1702464455, "617085285"], [1702464479, "625653401"], [1702464509, "631089147"], [1702464533, "636554319"], [1702464569, "640456975"], [1702464605, "649977212"], [1702464635, "653349531"], [1702464671, "659398744"], [1702464716, "667419833"], [1702464743, "677824096"], [1702464776, "684233738"], [1702464812, "692954937"], [1702464836, "709257894"], [1702464869, "715069507"], [1702464905, "721972445"], [1702464926, "728568369"], [1702464956, "735415854"], [1702464992, "742971046"], [1702465016, "747670504"], [1702465049, "752816705"], [1702465085, "784940759"], [1702465118, "788795595"], [1702465145, "797881333"], [1702465178, "801752166"], [1702465208, "815774287"], [1702465241, "821361219"], [1702465298, "839389134"], [1702465334, "844840075"], [1702465367, "855202487"], [1702465394, "859209582"], [1702465418, "869002252"], [1702465445, "874970969"], [1702465481, "923818095"], [1702465517, "931258362"], [1702465550, "935172669"], [1702465586, "951855102"], [1702465619, "954974809"], [1702465658, "970290261"], [1702465706, "980761919"], [1702465754, "995445999"], [1702465787, "1004002956"], [1702465823, "1012162708"], [1702465856, "1020648353"], [1702465880, "1026998795"], [1702465910, "1036619555"], [1702465952, "1047441649"], [1702465988, "1057560573"], [1702466015, "1068893202"], [1702466030, "1083119450"], [1702466060, "1086967593"], [1702466078, "1093559399"], [1702466138, "1104522994"], [1702466168, "1112337309"], [1702466204, "1119060316"], [1702466237, "1157402429"], [1702466261, "1198312697"], [1702466291, "1203507283"], [1702466327, "1211308090"], [1702466360, "1217536249"], [1702466384, "1230659322"], [1702466417, "1238637474"], [1702466441, "1246156128"], [1702466471, "1250751173"], [1702466507, "1263817953"], [1702466540, "1269896757"], [1702466597, "1282628751"], [1702466633, "1288938444"], [1702466666, "1298194738"], [1702466705, "1306473844"], [1702466732, "1320557947"], [1702466765, "1337591451"], [1702466801, "1345664236"], [1702466852, "1363661286"], [1702466876, "1368027408"], [1702466918, "1377587516"], [1702466978, "1394642599"], [1702467014, "1404651783"], [1702467038, "1416196459"], [1702467068, "1431019307"], [1702467122, "1443077108"], [1702467158, "1451273113"], [1702467191, "1458873437"], [1702467221, "1464137161"], [1702467257, "1468740105"], [1702467299, "1473853264"], [1702467350, "1485230245"], [1702467386, "1491739906"], [1702467419, "1503078721"], [1702467455, "1510160667"], [1702467515, "1518100563"], [1702467542, "1521862464"], [1702467566, "1524210803"], [1702467599, "1530975503"], [1702467635, "1534816907"], [1702467668, "1538729488"], [1702467695, "1545768488"], [1702467716, "1554666451"], [1702467746, "1560963221"], [1702467800, "1573175511"], [1702467824, "1585057062"], [1702467908, "1599828717"], [1702467944, "1601941937"], [1702467968, "1608815958"], [1702468001, "1612870656"], [1702468031, "1618586341"], [1702468067, "1628143487"], [1702468085, "1637280741"], [1702468115, "1639047681"], [1702468151, "1649930705"], [1702468181, "1662195947"], [1702468208, "1667048094"], [1702468241, "1681315803"], [1702468256, "1686379363"], [1702468286, "1689406729"], [1702468322, "1693665237"], [1702468352, "1704987892"], [1702468388, "1710789337"], [1702468424, "1716967002"], [1702468457, "1725981690"], [1702468493, "1738883827"], [1702468517, "1747746229"], [1702468550, "1751223409"], [1702468586, "1761082163"], [1702468613, "1767914435"], [1702468637, "1775452691"], [1702468679, "1780957702"], [1702468721, "1785801567"], [1702468730, "1791032099"], [1702468766, "1795720747"], [1702468799, "1807101109"], [1702468835, "1815522574"], [1702468898, "1839401287"], [1702468934, "1851656973"], [1702468970, "1864255591"], [1702468994, "1870766084"], [1702469024, "1872953430"], [1702469060, "1930251020"], [1702469111, "1943194480"], [1702469144, "1951330487"], [1702469168, "1956996088"], [1702469204, "1966648525"], [1702469237, "1975901974"], [1702469273, "1988052712"], [1702469303, "2001616119"], [1702469336, "2008536570"], [1702469360, "2017268300"], [1702469387, "2020390774"], [1702469411, "2026281833"], [1702469435, "2030033178"], [1702469468, "2036622422"], [1702469504, "2043213239"], [1702469537, "2050160556"], [1702469573, "2055104896"], [1702469606, "2065682578"], [1702469633, "2074439435"], [1702469660, "2082447392"], [1702469684, "2093438633"], [1702469717, "2104999832"], [1702469753, "2111405387"], [1702469786, "2116622847"], [1702469816, "2124920045"], [1702469834, "2133594586"], [1702469864, "2140001736"], [1702469906, "2152519619"], [1702469936, "2156683642"], [1702469972, "2165545766"], [1702470005, "2177668044"], [1702470029, "2182071041"], [1702470065, "2187091894"], [1702470101, "2201249423"], [1702470131, "2208799165"], [1702470167, "2221860031"], [1702470203, "2229503122"], [1702470251, "2237915538"], [1702470278, "2244156652"], [1702470311, "2252617183"], [1702470347, "2263662423"], [1702470371, "2271333136"], [1702470404, "2275163497"], [1702470440, "2285072556"], [1702470476, "2297104051"], [1702470506, "2310328161"], [1702470542, "2320381482"], [1702470575, "2328129189"], [1702470611, "2334054169"], [1702470635, "2344754670"], [1702470662, "2348464601"], [1702470686, "2352896972"], [1702470719, "2354457196"], [1702470746, "2363227334"], [1702470812, "2375665543"], [1702470845, "2383902860"], [1702470875, "2392396439"], [1702470899, "2395098553"], [1702470953, "2404678687"], [1702470983, "2412484218"], [1702471025, "2522995707"], [1702471067, "2543389633"], [1702471169, "2570321350"], [1702471193, "2577845221"], [1702471226, "2584817910"], [1702471265, "2590654643"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "43988197"], [1702462721, "44755799"], [1702462736, "45167239"], [1702462751, "45167239"], [1702462763, "45167239"], [1702462793, "46016192"], [1702462808, "46896662"], [1702462829, "48528814"], [1702462844, "60800255"], [1702462865, "61214344"], [1702462880, "61687925"], [1702462904, "62368515"], [1702462919, "63376304"], [1702462952, "67838829"], [1702462973, "69103218"], [1702462988, "131192332"], [1702463045, "139177403"], [1702463081, "146120107"], [1702463114, "150134196"], [1702463150, "153754908"], [1702463186, "158354093"], [1702463216, "162737322"], [1702463240, "181840251"], [1702463273, "185206022"], [1702463324, "193413340"], [1702463354, "203734343"], [1702463381, "207453141"], [1702463417, "213537301"], [1702463453, "226280931"], [1702463477, "230470038"], [1702463510, "233660861"], [1702463537, "240319687"], [1702463570, "247320198"], [1702463591, "254004451"], [1702463621, "257269188"], [1702463657, "263940831"], [1702463693, "274881692"], [1702463729, "279720551"], [1702463765, "285683169"], [1702463798, "295374164"], [1702463846, "298345222"], [1702463873, "301803669"], [1702463906, "304716777"], [1702463948, "310360264"], [1702463984, "315126635"], [1702464014, "321513039"], [1702464050, "327250237"], [1702464086, "334664577"], [1702464122, "341615825"], [1702464155, "346850412"], [1702464194, "359941301"], [1702464230, "368371102"], [1702464263, "373178855"], [1702464299, "375702606"], [1702464332, "380168028"], [1702464356, "383232161"], [1702464392, "390667141"], [1702464425, "403797156"], [1702464455, "410250951"], [1702464479, "416954572"], [1702464509, "424251180"], [1702464533, "427357979"], [1702464569, "431087573"], [1702464605, "437044739"], [1702464635, "444327068"], [1702464671, "450008987"], [1702464716, "455255411"], [1702464743, "461083556"], [1702464776, "464103536"], [1702464812, "473548992"], [1702464836, "479479075"], [1702464869, "485175701"], [1702464905, "486832741"], [1702464926, "492530643"], [1702464956, "496371959"], [1702464992, "502000635"], [1702465016, "506787906"], [1702465049, "511454867"], [1702465085, "517827580"], [1702465118, "521059492"], [1702465145, "526977738"], [1702465178, "531835289"], [1702465208, "539051886"], [1702465241, "549832000"], [1702465298, "563139034"], [1702465334, "566998130"], [1702465367, "574206449"], [1702465394, "575312518"], [1702465418, "583488268"], [1702465445, "586353717"], [1702465481, "590082367"], [1702465517, "597738607"], [1702465550, "604895557"], [1702465586, "614633213"], [1702465619, "625088548"], [1702465658, "634644391"], [1702465706, "640960869"], [1702465754, "647722541"], [1702465787, "655917191"], [1702465823, "661630807"], [1702465856, "670514259"], [1702465880, "672706798"], [1702465910, "680545125"], [1702465952, "686399869"], [1702465988, "692183421"], [1702466015, "702295858"], [1702466030, "713780210"], [1702466060, "714989791"], [1702466078, "720247539"], [1702466138, "728020919"], [1702466168, "733476715"], [1702466204, "740963306"], [1702466237, "746420581"], [1702466261, "752900154"], [1702466291, "757444103"], [1702466327, "761517090"], [1702466360, "772598082"], [1702466384, "781729444"], [1702466417, "787986661"], [1702466441, "795844321"], [1702466471, "802240073"], [1702466507, "807304617"], [1702466540, "811532298"], [1702466597, "823393541"], [1702466633, "827486113"], [1702466666, "830982473"], [1702466705, "834898507"], [1702466732, "843930476"], [1702466765, "853614403"], [1702466801, "864082436"], [1702466852, "874246973"], [1702466876, "877466384"], [1702466918, "885892048"], [1702466978, "894521437"], [1702467014, "901708896"], [1702467038, "909196234"], [1702467068, "919092128"], [1702467122, "928686255"], [1702467158, "934755470"], [1702467191, "941202051"], [1702467221, "944344396"], [1702467257, "952123807"], [1702467299, "956611973"], [1702467350, "963930250"], [1702467386, "967869345"], [1702467419, "970777563"], [1702467455, "979803379"], [1702467515, "996642668"], [1702467542, "1000897985"], [1702467566, "1006133139"], [1702467599, "1011670625"], [1702467635, "1014953380"], [1702467668, "1021783576"], [1702467695, "1024147599"], [1702467716, "1029280365"], [1702467746, "1031826507"], [1702467800, "1041286181"], [1702467824, "1047785886"], [1702467908, "1064990538"], [1702467944, "1070905309"], [1702467968, "1077817001"], [1702468001, "1083299976"], [1702468031, "1088622980"], [1702468067, "1093954148"], [1702468085, "1096717287"], [1702468115, "1102327024"], [1702468151, "1108184811"], [1702468181, "1116346120"], [1702468208, "1125760273"], [1702468241, "1134540336"], [1702468256, "1137909427"], [1702468286, "1141453545"], [1702468322, "1146340233"], [1702468352, "1151161076"], [1702468388, "1158897241"], [1702468424, "1167878338"], [1702468457, "1177320862"], [1702468493, "1187044524"], [1702468517, "1196095574"], [1702468550, "1202929917"], [1702468586, "1211943308"], [1702468613, "1218943556"], [1702468637, "1225800184"], [1702468679, "1234684502"], [1702468721, "1241949945"], [1702468730, "1245026409"], [1702468766, "1250811366"], [1702468799, "1255411356"], [1702468835, "1260938907"], [1702468898, "1274412955"], [1702468934, "1288617487"], [1702468970, "1296567788"], [1702468994, "1302101136"], [1702469024, "1304658980"], [1702469060, "1310067564"], [1702469111, "1318961433"], [1702469144, "1325187467"], [1702469168, "1327532178"], [1702469204, "1330952408"], [1702469237, "1333818508"], [1702469273, "1337614189"], [1702469303, "1343763253"], [1702469336, "1350779760"], [1702469360, "1355377633"], [1702469387, "1356498991"], [1702469411, "1359109769"], [1702469435, "1361915726"], [1702469468, "1367169606"], [1702469504, "1371896406"], [1702469537, "1376810656"], [1702469573, "1385855981"], [1702469606, "1391557336"], [1702469633, "1397903512"], [1702469660, "1402336644"], [1702469684, "1413266511"], [1702469717, "1417319903"], [1702469753, "1422500309"], [1702469786, "1430432329"], [1702469816, "1434060969"], [1702469834, "1441260106"], [1702469864, "1444117475"], [1702469906, "1454291826"], [1702469936, "1456846195"], [1702469972, "1465194049"], [1702470005, "1470885327"], [1702470029, "1477988728"], [1702470065, "1482915878"], [1702470101, "1490871405"], [1702470131, "1495333336"], [1702470167, "1503312165"], [1702470203, "1514605436"], [1702470251, "1522214188"], [1702470278, "1527745830"], [1702470311, "1534483362"], [1702470347, "1543959018"], [1702470371, "1549837850"], [1702470404, "1557690232"], [1702470440, "1561559399"], [1702470476, "1569629252"], [1702470506, "1575394435"], [1702470542, "1582619074"], [1702470575, "1588176542"], [1702470611, "1590638461"], [1702470635, "1599088667"], [1702470662, "1602929925"], [1702470686, "1605385826"], [1702470719, "1607250453"], [1702470746, "1611425811"], [1702470812, "1618808858"], [1702470845, "1624629045"], [1702470875, "1631128165"], [1702470899, "1637825524"], [1702470953, "1649029589"], [1702470983, "1661466113"], [1702471025, "1670179049"], [1702471067, "1683737107"], [1702471169, "1700447510"], [1702471193, "1703204990"], [1702471226, "1711136361"], [1702471265, "1718408556"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "52252383"], [1702462721, "54309270"], [1702462736, "60014754"], [1702462751, "60511014"], [1702462763, "60844902"], [1702462793, "70138926"], [1702462808, "78538680"], [1702462829, "118393654"], [1702462844, "121765701"], [1702462865, "122787819"], [1702462880, "127167359"], [1702462904, "181218085"], [1702462919, "181773705"], [1702462952, "189192476"], [1702462973, "193935008"], [1702462988, "195079711"], [1702463045, "225436511"], [1702463081, "248578949"], [1702463114, "268076395"], [1702463150, "273661651"], [1702463186, "280599552"], [1702463216, "287701203"], [1702463240, "322484318"], [1702463273, "329060171"], [1702463324, "357339502"], [1702463354, "368304045"], [1702463381, "403097290"], [1702463417, "416771334"], [1702463453, "425689894"], [1702463477, "445828277"], [1702463510, "451681157"], [1702463537, "463056532"], [1702463570, "465416642"], [1702463591, "473460956"], [1702463621, "482294225"], [1702463657, "501616634"], [1702463693, "512201735"], [1702463729, "531452081"], [1702463765, "545703276"], [1702463798, "555939735"], [1702463846, "571490319"], [1702463873, "594530036"], [1702463906, "599672949"], [1702463948, "608730793"], [1702463984, "612733385"], [1702464014, "622147089"], [1702464050, "637164552"], [1702464086, "645928662"], [1702464122, "671491562"], [1702464155, "686279134"], [1702464194, "696886073"], [1702464230, "709431220"], [1702464263, "731411137"], [1702464299, "743176976"], [1702464332, "752488925"], [1702464356, "765865723"], [1702464392, "771849758"], [1702464425, "784913413"], [1702464455, "791301521"], [1702464479, "800654038"], [1702464509, "806940081"], [1702464533, "814127086"], [1702464569, "830492199"], [1702464605, "843903188"], [1702464635, "857706978"], [1702464671, "866516852"], [1702464716, "875938769"], [1702464743, "902262693"], [1702464776, "906490496"], [1702464812, "915455756"], [1702464836, "928347417"], [1702464869, "937885827"], [1702464905, "941831635"], [1702464926, "948101450"], [1702464956, "950769388"], [1702464992, "960836895"], [1702465016, "975653099"], [1702465049, "980488506"], [1702465085, "1019531517"], [1702465118, "1031070673"], [1702465145, "1037451055"], [1702465178, "1038312094"], [1702465208, "1047752208"], [1702465241, "1065458542"], [1702465298, "1099758273"], [1702465334, "1118764751"], [1702465367, "1128330973"], [1702465394, "1151685354"], [1702465418, "1163077318"], [1702465445, "1171129215"], [1702465481, "1180072168"], [1702465517, "1187278803"], [1702465550, "1196801324"], [1702465586, "1206757285"], [1702465619, "1216079168"], [1702465658, "1237100650"], [1702465706, "1242917885"], [1702465754, "1254714437"], [1702465787, "1263093316"], [1702465823, "1267898364"], [1702465856, "1278840244"], [1702465880, "1290234424"], [1702465910, "1296559444"], [1702465952, "1312364141"], [1702465988, "1322439707"], [1702466015, "1354483084"], [1702466030, "1365535246"], [1702466060, "1367724889"], [1702466078, "1373957373"], [1702466138, "1392712016"], [1702466168, "1397411213"], [1702466204, "1426119683"], [1702466237, "1436288925"], [1702466261, "1442624941"], [1702466291, "1450207792"], [1702466327, "1472835550"], [1702466360, "1478071682"], [1702466384, "1489025834"], [1702466417, "1496917531"], [1702466441, "1508115974"], [1702466471, "1520690292"], [1702466507, "1527757585"], [1702466540, "1535944839"], [1702466597, "1542793053"], [1702466633, "1550763842"], [1702466666, "1562452386"], [1702466705, "1566064724"], [1702466732, "1581022948"], [1702466765, "1592580381"], [1702466801, "1604449320"], [1702466852, "1618570617"], [1702466876, "1622104372"], [1702466918, "1626785794"], [1702466978, "1665240354"], [1702467014, "1676892110"], [1702467038, "1682658589"], [1702467068, "1696174452"], [1702467122, "1708094272"], [1702467158, "1717645305"], [1702467191, "1736836168"], [1702467221, "1745409377"], [1702467257, "1754325340"], [1702467299, "1770950997"], [1702467350, "1790395597"], [1702467386, "1812116774"], [1702467419, "1821264888"], [1702467455, "1841024669"], [1702467515, "1870305045"], [1702467542, "1879058847"], [1702467566, "1883833867"], [1702467599, "1896447021"], [1702467635, "1899087962"], [1702467668, "1914307788"], [1702467695, "1957162804"], [1702467716, "1974981746"], [1702467746, "1985624454"], [1702467800, "1995473162"], [1702467824, "2011627993"], [1702467908, "2028630442"], [1702467944, "2049478943"], [1702467968, "2066043227"], [1702468001, "2069650413"], [1702468031, "2157562404"], [1702468067, "2175419757"], [1702468085, "2195429544"], [1702468115, "2201401209"], [1702468151, "2214368975"], [1702468181, "2225310334"], [1702468208, "2231347172"], [1702468241, "2234113635"], [1702468256, "2240748262"], [1702468286, "2246427989"], [1702468322, "2272491009"], [1702468352, "2359695751"], [1702468388, "2369286250"], [1702468424, "2379738959"], [1702468457, "2392733201"], [1702468493, "2407154938"], [1702468517, "2414740174"], [1702468550, "2422855763"], [1702468586, "2480756048"], [1702468613, "2494792389"], [1702468637, "2506145845"], [1702468679, "2525683164"], [1702468721, "2538248699"], [1702468730, "2551117788"], [1702468766, "2560968389"], [1702468799, "2571772995"], [1702468835, "2587570131"], [1702468898, "2621812921"], [1702468934, "2640003254"], [1702468970, "2659122265"], [1702468994, "2667816061"], [1702469024, "2672054832"], [1702469060, "2684866336"], [1702469111, "2710321584"], [1702469144, "2719838309"], [1702469168, "2725321671"], [1702469204, "2739465854"], [1702469237, "2757691189"], [1702469273, "2770775240"], [1702469303, "2778972355"], [1702469336, "2792589422"], [1702469360, "2799701542"], [1702469387, "2804042845"], [1702469411, "2809884800"], [1702469435, "2818501768"], [1702469468, "2831097881"], [1702469504, "2844453311"], [1702469537, "2854112972"], [1702469573, "2863673913"], [1702469606, "2867859190"], [1702469633, "2874348991"], [1702469660, "2875978205"], [1702469684, "2881613988"], [1702469717, "2887546708"], [1702469753, "2891391231"], [1702469786, "2901703032"], [1702469816, "2920615689"], [1702469834, "2942099183"], [1702469864, "2949830196"], [1702469906, "2965759493"], [1702469936, "2972333621"], [1702469972, "2983005706"], [1702470005, "2986974269"], [1702470029, "2992912474"], [1702470065, "3008793310"], [1702470101, "3017494634"], [1702470131, "3027542543"], [1702470167, "3054248709"], [1702470203, "3061328987"], [1702470251, "3080691026"], [1702470278, "3095741045"], [1702470311, "3112561318"], [1702470347, "3120841460"], [1702470371, "3131881707"], [1702470404, "3145872558"], [1702470440, "3153165776"], [1702470476, "3161896000"], [1702470506, "3188247697"], [1702470542, "3203495189"], [1702470575, "3222125326"], [1702470611, "3240754758"], [1702470635, "3262583418"], [1702470662, "3274332538"], [1702470686, "3289750281"], [1702470719, "3304280686"], [1702470746, "3322663554"], [1702470812, "3369863619"], [1702470845, "3398423329"], [1702470875, "3425756352"], [1702470899, "3435105622"], [1702470953, "3472592157"], [1702470983, "3504146116"], [1702471025, "3536920231"], [1702471067, "3584203021"], [1702471169, "3649174680"], [1702471193, "3665997931"], [1702471226, "3681451423"], [1702471265, "3702523032"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "120976044"], [1702462721, "120976044"], [1702462736, "123468305"], [1702462751, "125197732"], [1702462763, "126996568"], [1702462793, "141163302"], [1702462808, "143620968"], [1702462829, "145781016"], [1702462844, "149733358"], [1702462865, "154024538"], [1702462880, "159322782"], [1702462904, "176448939"], [1702462919, "179431342"], [1702462952, "183058089"], [1702462973, "187800242"], [1702462988, "191430347"], [1702463045, "234667728"], [1702463081, "240149236"], [1702463114, "242262302"], [1702463150, "246878084"], [1702463186, "270772446"], [1702463216, "278981141"], [1702463240, "282320210"], [1702463273, "288771200"], [1702463324, "305129309"], [1702463354, "313349592"], [1702463381, "319783884"], [1702463417, "328328947"], [1702463453, "340480152"], [1702463477, "344239458"], [1702463510, "350306883"], [1702463537, "365375626"], [1702463570, "375088878"], [1702463591, "380277464"], [1702463621, "411006173"], [1702463657, "419384230"], [1702463693, "456353654"], [1702463729, "469645473"], [1702463765, "476198501"], [1702463798, "485625694"], [1702463846, "497117768"], [1702463873, "504637606"], [1702463906, "510899262"], [1702463948, "522478734"], [1702463984, "528653255"], [1702464014, "540201805"], [1702464050, "546412194"], [1702464086, "562956293"], [1702464122, "576319105"], [1702464155, "587339974"], [1702464194, "600986726"], [1702464230, "606137954"], [1702464263, "617330024"], [1702464299, "627882709"], [1702464332, "638097458"], [1702464356, "644398459"], [1702464392, "654081399"], [1702464425, "663631268"], [1702464455, "667833486"], [1702464479, "677303835"], [1702464509, "681034704"], [1702464533, "688880352"], [1702464569, "696216188"], [1702464605, "710820181"], [1702464635, "727132830"], [1702464671, "746039608"], [1702464716, "754041240"], [1702464743, "761409266"], [1702464776, "769594541"], [1702464812, "781177227"], [1702464836, "792700979"], [1702464869, "800942467"], [1702464905, "805725581"], [1702464926, "809068343"], [1702464956, "816175574"], [1702464992, "822839677"], [1702465016, "828927647"], [1702465049, "835992904"], [1702465085, "843769904"], [1702465118, "849968574"], [1702465145, "860207565"], [1702465178, "865623392"], [1702465208, "876786547"], [1702465241, "891487175"], [1702465298, "911349045"], [1702465334, "916994127"], [1702465367, "929064402"], [1702465394, "932117408"], [1702465418, "953107754"], [1702465445, "959696185"], [1702465481, "972478705"], [1702465517, "981664180"], [1702465550, "991356685"], [1702465586, "1003239967"], [1702465619, "1010771637"], [1702465658, "1034134138"], [1702465706, "1043241030"], [1702465754, "1057315558"], [1702465787, "1070748097"], [1702465823, "1077299967"], [1702465856, "1088107024"], [1702465880, "1093132300"], [1702465910, "1105322085"], [1702465952, "1116020565"], [1702465988, "1130299750"], [1702466015, "1142637432"], [1702466030, "1152730400"], [1702466060, "1162141801"], [1702466078, "1166139537"], [1702466138, "1180760616"], [1702466168, "1186014217"], [1702466204, "1193930504"], [1702466237, "1218909045"], [1702466261, "1224181798"], [1702466291, "1231628639"], [1702466327, "1247477276"], [1702466360, "1258745766"], [1702466384, "1269330916"], [1702466417, "1275881506"], [1702466441, "1286292952"], [1702466471, "1289516304"], [1702466507, "1316577059"], [1702466540, "1323424328"], [1702466597, "1337982900"], [1702466633, "1341463790"], [1702466666, "1347298783"], [1702466705, "1355693727"], [1702466732, "1359014753"], [1702466765, "1362680780"], [1702466801, "1371760543"], [1702466852, "1382458919"], [1702466876, "1388171192"], [1702466918, "1397773880"], [1702466978, "1406799513"], [1702467014, "1417405354"], [1702467038, "1420936595"], [1702467068, "1426773257"], [1702467122, "1444973348"], [1702467158, "1455838245"], [1702467191, "1474049693"], [1702467221, "1477760933"], [1702467257, "1485742421"], [1702467299, "1497170658"], [1702467350, "1513344653"], [1702467386, "1523580973"], [1702467419, "1532577797"], [1702467455, "1570849456"], [1702467515, "1585800291"], [1702467542, "1592964604"], [1702467566, "1597474534"], [1702467599, "1617143808"], [1702467635, "1623069812"], [1702467668, "1628308795"], [1702467695, "1635814834"], [1702467716, "1644308353"], [1702467746, "1654559487"], [1702467800, "1677711839"], [1702467824, "1689466350"], [1702467908, "1714009903"], [1702467944, "1720547523"], [1702467968, "1728103989"], [1702468001, "1732250244"], [1702468031, "1738002290"], [1702468067, "1745303181"], [1702468085, "1753072433"], [1702468115, "1758464738"], [1702468151, "1770962439"], [1702468181, "1784284912"], [1702468208, "1794270468"], [1702468241, "1804179424"], [1702468256, "1811171568"], [1702468286, "1816339363"], [1702468322, "1824327977"], [1702468352, "1828487440"], [1702468388, "1841574802"], [1702468424, "1854971616"], [1702468457, "1864118555"], [1702468493, "1881563042"], [1702468517, "1887562765"], [1702468550, "1889232898"], [1702468586, "1903441886"], [1702468613, "1912338520"], [1702468637, "1917292070"], [1702468679, "1926029744"], [1702468721, "1936817725"], [1702468730, "1943873237"], [1702468766, "1956536308"], [1702468799, "1968851580"], [1702468835, "1981845456"], [1702468898, "1997043352"], [1702468934, "2016269545"], [1702468970, "2027467804"], [1702468994, "2036248546"], [1702469024, "2040375556"], [1702469060, "2046600866"], [1702469111, "2062203442"], [1702469144, "2070720070"], [1702469168, "2076861036"], [1702469204, "2085407865"], [1702469237, "2095335883"], [1702469273, "2107250607"], [1702469303, "2124182217"], [1702469336, "2134306814"], [1702469360, "2151227827"], [1702469387, "2156434129"], [1702469411, "2166695400"], [1702469435, "2176434787"], [1702469468, "2187493617"], [1702469504, "2195005876"], [1702469537, "2205221418"], [1702469573, "2217452393"], [1702469606, "2224158048"], [1702469633, "2247045218"], [1702469660, "2262687747"], [1702469684, "2275444347"], [1702469717, "2283132288"], [1702469753, "2288159971"], [1702469786, "2295125726"], [1702469816, "2301845292"], [1702469834, "2313601023"], [1702469864, "2321291389"], [1702469906, "2336844880"], [1702469936, "2343666463"], [1702469972, "2370649921"], [1702470005, "2374028520"], [1702470029, "2382185618"], [1702470065, "2388671924"], [1702470101, "2405286817"], [1702470131, "2412225950"], [1702470167, "2424535798"], [1702470203, "2434449450"], [1702470251, "2447618417"], [1702470278, "2457444106"], [1702470311, "2467198016"], [1702470347, "2478423610"], [1702470371, "2486326090"], [1702470404, "2498926630"], [1702470440, "2503261129"], [1702470476, "2512026150"], [1702470506, "2521293766"], [1702470542, "2536194907"], [1702470575, "2545386304"], [1702470611, "2553205416"], [1702470635, "2573327261"], [1702470662, "2579461954"], [1702470686, "2585371465"], [1702470719, "2591600284"], [1702470746, "2601570470"], [1702470812, "2617786931"], [1702470845, "2626520376"], [1702470875, "2641021666"], [1702470899, "2648680861"], [1702470953, "2655610168"], [1702470983, "2666056746"], [1702471025, "2679762555"], [1702471067, "2705608806"], [1702471169, "2730290821"], [1702471193, "2733714460"], [1702471226, "2737354571"], [1702471265, "2746146109"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "406049"], [1702462793, "406049"], [1702462808, "406049"], [1702462829, "406049"], [1702462844, "406049"], [1702462865, "406049"], [1702462880, "406049"], [1702462904, "406049"], [1702462919, "406049"], [1702462952, "406049"], [1702462973, "406049"], [1702462988, "406049"], [1702463045, "748480"], [1702463081, "748480"], [1702463114, "748480"], [1702463150, "748480"], [1702463186, "748480"], [1702463216, "748480"], [1702463240, "748480"], [1702463273, "748480"], [1702463324, "748480"], [1702463354, "748480"], [1702463381, "748480"], [1702463417, "748480"], [1702463453, "748480"], [1702463477, "748480"], [1702463510, "748480"], [1702463537, "748480"], [1702463570, "748480"], [1702463591, "748480"], [1702463621, "748480"], [1702463657, "748480"], [1702463693, "748480"], [1702463729, "748480"], [1702463765, "748480"], [1702463798, "748480"], [1702463846, "748480"], [1702463873, "748480"], [1702463906, "748480"], [1702463948, "748480"], [1702463984, "748480"], [1702464014, "748480"], [1702464050, "748480"], [1702464086, "748480"], [1702464122, "748480"], [1702464155, "748480"], [1702464194, "748480"], [1702464230, "748480"], [1702464263, "748480"], [1702464299, "748480"], [1702464332, "748480"], [1702464356, "748480"], [1702464392, "748480"], [1702464425, "748480"], [1702464455, "748480"], [1702464479, "748480"], [1702464509, "748480"], [1702464533, "748480"], [1702464569, "748480"], [1702464605, "748480"], [1702464635, "748480"], [1702464671, "748480"], [1702464716, "748480"], [1702464743, "748480"], [1702464776, "748480"], [1702464812, "748480"], [1702464836, "748480"], [1702464869, "748480"], [1702464905, "748480"], [1702464926, "748480"], [1702464956, "748480"], [1702464992, "748480"], [1702465016, "748480"], [1702465049, "748480"], [1702465085, "748480"], [1702465118, "748480"], [1702465145, "748480"], [1702465178, "748480"], [1702465208, "748480"], [1702465241, "748480"], [1702465298, "748480"], [1702465334, "748480"], [1702465367, "748480"], [1702465394, "748480"], [1702465418, "748480"], [1702465445, "748480"], [1702465481, "748480"], [1702465517, "748480"], [1702465550, "748480"], [1702465586, "748480"], [1702465619, "748480"], [1702465658, "748480"], [1702465706, "748480"], [1702465754, "748480"], [1702465787, "748480"], [1702465823, "748480"], [1702465856, "748480"], [1702465880, "748480"], [1702465910, "748480"], [1702465952, "748480"], [1702465988, "748480"], [1702466015, "748480"], [1702466030, "748480"], [1702466060, "748480"], [1702466078, "748480"], [1702466138, "748480"], [1702466168, "748480"], [1702466204, "748480"], [1702466237, "748480"], [1702466261, "748480"], [1702466291, "748480"], [1702466327, "748480"], [1702466360, "748480"], [1702466384, "748480"], [1702466417, "748480"], [1702466441, "748480"], [1702466471, "748480"], [1702466507, "748480"], [1702466540, "748480"], [1702466597, "748480"], [1702466633, "748480"], [1702466666, "748480"], [1702466705, "748480"], [1702466732, "748480"], [1702466765, "748480"], [1702466801, "748480"], [1702466852, "748480"], [1702466876, "748480"], [1702466918, "748480"], [1702466978, "748480"], [1702467014, "748480"], [1702467038, "748480"], [1702467068, "748480"], [1702467122, "748480"], [1702467158, "748480"], [1702467191, "748480"], [1702467221, "748480"], [1702467257, "748480"], [1702467299, "748480"], [1702467350, "748480"], [1702467386, "748480"], [1702467419, "748480"], [1702467455, "748480"], [1702467515, "748480"], [1702467542, "748480"], [1702467566, "748480"], [1702467599, "748480"], [1702467635, "748480"], [1702467668, "748480"], [1702467695, "748480"], [1702467716, "748480"], [1702467746, "748480"], [1702467800, "748480"], [1702467824, "748480"], [1702467908, "748480"], [1702467944, "748480"], [1702467968, "748480"], [1702468001, "748480"], [1702468031, "748480"], [1702468067, "748480"], [1702468085, "748480"], [1702468115, "748480"], [1702468151, "748480"], [1702468181, "748480"], [1702468208, "748480"], [1702468241, "748480"], [1702468256, "748480"], [1702468286, "748480"], [1702468322, "748480"], [1702468352, "748480"], [1702468388, "748480"], [1702468424, "748480"], [1702468457, "748480"], [1702468493, "748480"], [1702468517, "748480"], [1702468550, "748480"], [1702468586, "748480"], [1702468613, "748480"], [1702468637, "748480"], [1702468679, "748480"], [1702468721, "748480"], [1702468730, "748480"], [1702468766, "748480"], [1702468799, "748480"], [1702468835, "748480"], [1702468898, "748480"], [1702468934, "748480"], [1702468970, "748480"], [1702468994, "748480"], [1702469024, "748480"], [1702469060, "748480"], [1702469111, "748480"], [1702469144, "748480"], [1702469168, "748480"], [1702469204, "748480"], [1702469237, "748480"], [1702469273, "748480"], [1702469303, "748480"], [1702469336, "748480"], [1702469360, "748480"], [1702469387, "748480"], [1702469411, "748480"], [1702469435, "748480"], [1702469468, "748480"], [1702469504, "748480"], [1702469537, "748480"], [1702469573, "748480"], [1702469606, "748480"], [1702469633, "748480"], [1702469660, "748480"], [1702469684, "748480"], [1702469717, "748480"], [1702469753, "748480"], [1702469786, "748480"], [1702469816, "748480"], [1702469834, "748480"], [1702469864, "748480"], [1702469906, "748480"], [1702469936, "748480"], [1702469972, "748480"], [1702470005, "748480"], [1702470029, "748480"], [1702470065, "748480"], [1702470101, "748480"], [1702470131, "748480"], [1702470167, "748480"], [1702470203, "748480"], [1702470251, "748480"], [1702470278, "748480"], [1702470311, "748480"], [1702470347, "748480"], [1702470371, "748480"], [1702470404, "748480"], [1702470440, "748480"], [1702470476, "748480"], [1702470506, "748480"], [1702470542, "748480"], [1702470575, "748480"], [1702470611, "748480"], [1702470635, "748480"], [1702470662, "748480"], [1702470686, "748480"], [1702470719, "748480"], [1702470746, "748480"], [1702470812, "748480"], [1702470845, "748480"], [1702470875, "748480"], [1702470899, "748480"], [1702470953, "748480"], [1702470983, "748480"], [1702471025, "748480"], [1702471067, "748480"], [1702471169, "748480"], [1702471193, "748480"], [1702471226, "748480"], [1702471265, "748480"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "406049"], [1702462721, "406049"], [1702462736, "406049"], [1702462751, "406049"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "59802323"], [1702462721, "59802323"], [1702462736, "59802323"], [1702462751, "60173366"], [1702462763, "60173366"], [1702462793, "60173366"], [1702462808, "60173366"], [1702462829, "60173366"], [1702462844, "60173366"], [1702462865, "60173366"], [1702462880, "60173366"], [1702462904, "60173366"], [1702462919, "60173366"], [1702462952, "60173366"], [1702462973, "61543211"], [1702462988, "61543211"], [1702463045, "89181995"], [1702463081, "89181995"], [1702463114, "95458528"], [1702463150, "95458528"], [1702463186, "95458528"], [1702463216, "95458528"], [1702463240, "95458528"], [1702463273, "95458528"], [1702463324, "104052613"], [1702463354, "104052613"], [1702463381, "125336834"], [1702463417, "125336834"], [1702463453, "163022130"], [1702463477, "163022130"], [1702463510, "163022130"], [1702463537, "163022130"], [1702463570, "163022130"], [1702463591, "163022130"], [1702463621, "163022130"], [1702463657, "163022130"], [1702463693, "163022130"], [1702463729, "177324240"], [1702463765, "177324240"], [1702463798, "177324240"], [1702463846, "177324240"], [1702463873, "177324240"], [1702463906, "177324240"], [1702463948, "177324240"], [1702463984, "177324240"], [1702464014, "177324240"], [1702464050, "185468888"], [1702464086, "185468888"], [1702464122, "185468888"], [1702464155, "185526822"], [1702464194, "185526822"], [1702464230, "276377488"], [1702464263, "276377488"], [1702464299, "276377488"], [1702464332, "276377488"], [1702464356, "279018264"], [1702464392, "279018264"], [1702464425, "279018264"], [1702464455, "279018264"], [1702464479, "279018264"], [1702464509, "279018264"], [1702464533, "284964128"], [1702464569, "284964128"], [1702464605, "284964128"], [1702464635, "284964128"], [1702464671, "284964128"], [1702464716, "284964128"], [1702464743, "284964128"], [1702464776, "284964128"], [1702464812, "284964128"], [1702464836, "319976714"], [1702464869, "319976714"], [1702464905, "329858443"], [1702464926, "329956409"], [1702464956, "333637988"], [1702464992, "333637988"], [1702465016, "350214099"], [1702465049, "350214099"], [1702465085, "350214099"], [1702465118, "350214099"], [1702465145, "350214099"], [1702465178, "350214099"], [1702465208, "350214099"], [1702465241, "350214099"], [1702465298, "350214099"], [1702465334, "350214099"], [1702465367, "350214099"], [1702465394, "350307130"], [1702465418, "351259472"], [1702465445, "351259472"], [1702465481, "351259472"], [1702465517, "351259472"], [1702465550, "351259472"], [1702465586, "351259472"], [1702465619, "357980898"], [1702465658, "357980898"], [1702465706, "357980898"], [1702465754, "357980898"], [1702465787, "374914827"], [1702465823, "374914827"], [1702465856, "374914827"], [1702465880, "374914827"], [1702465910, "374914827"], [1702465952, "374914827"], [1702465988, "374914827"], [1702466015, "374914827"], [1702466030, "374914827"], [1702466060, "374914827"], [1702466078, "374914827"], [1702466138, "374914827"], [1702466168, "374914827"], [1702466204, "374914827"], [1702466237, "374914827"], [1702466261, "395296490"], [1702466291, "395296490"], [1702466327, "395296490"], [1702466360, "395296490"], [1702466384, "395296490"], [1702466417, "395296490"], [1702466441, "492368825"], [1702466471, "492368825"], [1702466507, "492368825"], [1702466540, "492368825"], [1702466597, "492368825"], [1702466633, "506193431"], [1702466666, "506193431"], [1702466705, "506193431"], [1702466732, "506193431"], [1702466765, "506897957"], [1702466801, "506897957"], [1702466852, "506897957"], [1702466876, "506897957"], [1702466918, "506897957"], [1702466978, "506897957"], [1702467014, "506897957"], [1702467038, "506897957"], [1702467068, "506897957"], [1702467122, "506897957"], [1702467158, "506897957"], [1702467191, "508343458"], [1702467221, "508343458"], [1702467257, "508343458"], [1702467299, "508343458"], [1702467350, "510642451"], [1702467386, "510642451"], [1702467419, "510642451"], [1702467455, "522573813"], [1702467515, "522573813"], [1702467542, "522573813"], [1702467566, "522728170"], [1702467599, "522728170"], [1702467635, "522728170"], [1702467668, "532722796"], [1702467695, "532722796"], [1702467716, "554696402"], [1702467746, "554696402"], [1702467800, "554696402"], [1702467824, "554696402"], [1702467908, "562934490"], [1702467944, "562934490"], [1702467968, "562934490"], [1702468001, "562934490"], [1702468031, "562934490"], [1702468067, "563022712"], [1702468085, "563022712"], [1702468115, "563022712"], [1702468151, "563022712"], [1702468181, "563022712"], [1702468208, "563022712"], [1702468241, "563022712"], [1702468256, "563022712"], [1702468286, "563022712"], [1702468322, "563022712"], [1702468352, "563022712"], [1702468388, "579029176"], [1702468424, "579029176"], [1702468457, "579029176"], [1702468493, "579029176"], [1702468517, "579029176"], [1702468550, "579029176"], [1702468586, "579029176"], [1702468613, "579029176"], [1702468637, "579029176"], [1702468679, "579029176"], [1702468721, "579029176"], [1702468730, "579029176"], [1702468766, "579029176"], [1702468799, "579029176"], [1702468835, "579029176"], [1702468898, "582895888"], [1702468934, "582895888"], [1702468970, "598510497"], [1702468994, "598510497"], [1702469024, "599115059"], [1702469060, "599115059"], [1702469111, "599115059"], [1702469144, "599115059"], [1702469168, "599115059"], [1702469204, "599115059"], [1702469237, "599115059"], [1702469273, "599337375"], [1702469303, "599337375"], [1702469336, "599337375"], [1702469360, "599337375"], [1702469387, "599337375"], [1702469411, "599337375"], [1702469435, "599337375"], [1702469468, "599337375"], [1702469504, "599337375"], [1702469537, "599405708"], [1702469573, "605949345"], [1702469606, "605949345"], [1702469633, "605949345"], [1702469660, "605949345"], [1702469684, "605949345"], [1702469717, "605949345"], [1702469753, "611453466"], [1702469786, "611453466"], [1702469816, "611453466"], [1702469834, "611453466"], [1702469864, "611453466"], [1702469906, "611453466"], [1702469936, "611453466"], [1702469972, "611453466"], [1702470005, "611453466"], [1702470029, "611453466"], [1702470065, "611453466"], [1702470101, "611453466"], [1702470131, "611453466"], [1702470167, "611453466"], [1702470203, "611453466"], [1702470251, "611453466"], [1702470278, "611453466"], [1702470311, "611453466"], [1702470347, "611453466"], [1702470371, "611530581"], [1702470404, "611530581"], [1702470440, "611530581"], [1702470476, "611530581"], [1702470506, "611530581"], [1702470542, "611530581"], [1702470575, "611530581"], [1702470611, "611530581"], [1702470635, "611530581"], [1702470662, "611530581"], [1702470686, "611530581"], [1702470719, "611530581"], [1702470746, "611530581"], [1702470812, "658488658"], [1702470845, "666869265"], [1702470875, "666869265"], [1702470899, "666869265"], [1702470953, "676988754"], [1702470983, "676988754"], [1702471025, "676988754"], [1702471067, "702673502"], [1702471169, "702673502"], [1702471193, "702673502"], [1702471226, "702673502"], [1702471265, "702673502"]]}, {"metric": {"__name__": "kepler_container_cpu_instructions_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "49892999284"], [1702462721, "52619023060"], [1702462736, "56041957670"], [1702462751, "60680632690"], [1702462763, "64479116815"], [1702462793, "69832053356"], [1702462808, "72330057394"], [1702462829, "76289348965"], [1702462844, "78284759441"], [1702462865, "81191961209"], [1702462880, "83621938922"], [1702462904, "89996629590"], [1702462919, "91558426614"], [1702462952, "98071392263"], [1702462973, "100409773514"], [1702462988, "103730139707"], [1702463045, "114849412596"], [1702463081, "120650202685"], [1702463114, "125783155167"], [1702463150, "133793735928"], [1702463186, "140784796731"], [1702463216, "146930403002"], [1702463240, "151903165908"], [1702463273, "157775635018"], [1702463324, "168812416585"], [1702463354, "173725106536"], [1702463381, "179012127110"], [1702463417, "186660271771"], [1702463453, "194591798419"], [1702463477, "200473643903"], [1702463510, "205725484845"], [1702463537, "211803773587"], [1702463570, "216858968159"], [1702463591, "222357683601"], [1702463621, "226850817230"], [1702463657, "232783750667"], [1702463693, "237827564452"], [1702463729, "245437070434"], [1702463765, "253042747796"], [1702463798, "259878489556"], [1702463846, "267379870168"], [1702463873, "273434485694"], [1702463906, "279624730481"], [1702463948, "288195917617"], [1702463984, "294845450353"], [1702464014, "300309492593"], [1702464050, "305941804723"], [1702464086, "316079766454"], [1702464122, "324881127292"], [1702464155, "331093554811"], [1702464194, "340260939940"], [1702464230, "345902247228"], [1702464263, "353051669939"], [1702464299, "360199836600"], [1702464332, "366969570679"], [1702464356, "370512265698"], [1702464392, "375209100729"], [1702464425, "381263222417"], [1702464455, "387969080780"], [1702464479, "393652643389"], [1702464509, "398268897540"], [1702464533, "404000275707"], [1702464569, "409885310266"], [1702464605, "417296440761"], [1702464635, "423332981151"], [1702464671, "430091538260"], [1702464716, "437252056917"], [1702464743, "445080574137"], [1702464776, "449508400400"], [1702464812, "457074368377"], [1702464836, "463702988301"], [1702464869, "469305591897"], [1702464905, "475945050981"], [1702464926, "483399314001"], [1702464956, "489323120302"], [1702464992, "497525616976"], [1702465016, "503837798267"], [1702465049, "508719467083"], [1702465085, "514238048459"], [1702465118, "518256997266"], [1702465145, "524354658836"], [1702465178, "528035395566"], [1702465208, "535078288851"], [1702465241, "542822955667"], [1702465298, "552963145480"], [1702465334, "559971828958"], [1702465367, "567612655203"], [1702465394, "572173264329"], [1702465418, "578315195296"], [1702465445, "582314144524"], [1702465481, "592121620704"], [1702465517, "597661781629"], [1702465550, "603921700458"], [1702465586, "612349078990"], [1702465619, "619751799049"], [1702465658, "627922406245"], [1702465706, "634836604796"], [1702465754, "645668062732"], [1702465787, "651705969983"], [1702465823, "658064744316"], [1702465856, "663379710614"], [1702465880, "667096196827"], [1702465910, "672825663805"], [1702465952, "679897168033"], [1702465988, "686782403756"], [1702466015, "692725387131"], [1702466030, "697985022245"], [1702466060, "700845626921"], [1702466078, "706674785849"], [1702466138, "717879087948"], [1702466168, "723808911692"], [1702466204, "729653233176"], [1702466237, "735785514233"], [1702466261, "740103335115"], [1702466291, "745718383392"], [1702466327, "751274770740"], [1702466360, "757961458370"], [1702466384, "772030552000"], [1702466417, "779451104908"], [1702466441, "786271090761"], [1702466471, "791827131049"], [1702466507, "800380682850"], [1702466540, "806002271935"], [1702466597, "815736226213"], [1702466633, "820852757925"], [1702466666, "827199129971"], [1702466705, "835365805216"], [1702466732, "842812039473"], [1702466765, "849312290429"], [1702466801, "862050379971"], [1702466852, "872457716703"], [1702466876, "879493056755"], [1702466918, "887591304274"], [1702466978, "899114952719"], [1702467014, "904297772625"], [1702467038, "910247784465"], [1702467068, "917385165883"], [1702467122, "927195883911"], [1702467158, "932292308620"], [1702467191, "939363584778"], [1702467221, "946354094310"], [1702467257, "953769510963"], [1702467299, "959999945282"], [1702467350, "968230553544"], [1702467386, "975187518474"], [1702467419, "981711647486"], [1702467455, "989937569759"], [1702467515, "1003134113218"], [1702467542, "1009129924513"], [1702467566, "1015302872173"], [1702467599, "1021347659301"], [1702467635, "1027348035239"], [1702467668, "1033759510228"], [1702467695, "1038716429120"], [1702467716, "1043974342810"], [1702467746, "1048512336214"], [1702467800, "1058286002954"], [1702467824, "1065470104699"], [1702467908, "1083901243854"], [1702467944, "1090186032189"], [1702467968, "1097463957891"], [1702468001, "1102065021577"], [1702468031, "1108405571622"], [1702468067, "1112998435831"], [1702468085, "1117905739985"], [1702468115, "1123505539583"], [1702468151, "1130135398808"], [1702468181, "1137195525371"], [1702468208, "1142728276276"], [1702468241, "1149674597617"], [1702468256, "1154428034148"], [1702468286, "1158038132443"], [1702468322, "1166416827308"], [1702468352, "1175698479985"], [1702468388, "1181265402004"], [1702468424, "1188131835353"], [1702468457, "1193058893554"], [1702468493, "1201053946737"], [1702468517, "1206844852553"], [1702468550, "1211503979098"], [1702468586, "1219587377214"], [1702468613, "1226661602309"], [1702468637, "1230843797734"], [1702468679, "1238001064022"], [1702468721, "1244737488637"], [1702468730, "1250301385606"], [1702468766, "1254426509744"], [1702468799, "1260136574830"], [1702468835, "1266080334202"], [1702468898, "1276666445726"], [1702468934, "1285298532880"], [1702468970, "1292972306549"], [1702468994, "1300453554011"], [1702469024, "1309382969483"], [1702469060, "1315666295854"], [1702469111, "1325973284792"], [1702469144, "1331225442024"], [1702469168, "1334356893380"], [1702469204, "1341873943455"], [1702469237, "1347698452380"], [1702469273, "1352832414779"], [1702469303, "1361077881110"], [1702469336, "1367689135300"], [1702469360, "1374616416917"], [1702469387, "1378256686490"], [1702469411, "1382738282033"], [1702469435, "1389145168643"], [1702469468, "1396526694308"], [1702469504, "11924747531501"], [1702469537, "12027022061910"], [1702469573, "12116838949525"], [1702469606, "12191752727766"], [1702469633, "12255845717464"], [1702469660, "12315446764609"], [1702469684, "12365782086393"], [1702469717, "12395074646401"], [1702469753, "12429855091326"], [1702469786, "12468656860440"], [1702469816, "12500377666082"], [1702469834, "12549508845266"], [1702469864, "12591320252136"], [1702469906, "12683958669813"], [1702469936, "12739290741534"], [1702469972, "12833464667491"], [1702470005, "12927972346244"], [1702470029, "12981866740359"], [1702470065, "13055649944507"], [1702470101, "13121609696085"], [1702470131, "13174089947793"], [1702470167, "13226150971417"], [1702470203, "13264001037187"], [1702470251, "13298133431465"], [1702470278, "13332768397897"], [1702470311, "13410536099638"], [1702470347, "13491839648458"], [1702470371, "13576975474134"], [1702470404, "13636468525239"], [1702470440, "13727028830148"], [1702470476, "13792322916312"], [1702470506, "13868848733163"], [1702470542, "13937493653773"], [1702470575, "13983868848709"], [1702470611, "14018183166248"], [1702470635, "14057476202106"], [1702470662, "14077197228127"], [1702470686, "14101084325088"], [1702470719, "14137836111956"], [1702470746, "14206159061067"], [1702470812, "14291484750902"], [1702470845, "14322872087466"], [1702470875, "14358209082884"], [1702470899, "14411795222293"], [1702470953, "14538236003852"], [1702470983, "14564580335369"], [1702471025, "14602114323939"], [1702471067, "14652544245720"], [1702471169, "14830494238758"], [1702471193, "14859471778905"], [1702471226, "14901305010394"], [1702471265, "14971817462834"]]}], "kepler_container_dram_joules_total": [{"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.276"], [1702462721, "0.276"], [1702462736, "0.276"], [1702462751, "0.276"], [1702462763, "0.276"], [1702462793, "0.276"], [1702462808, "0.276"], [1702462829, "0.276"], [1702462844, "0.276"], [1702462865, "0.276"], [1702462880, "0.276"], [1702462904, "0.276"], [1702462919, "0.276"], [1702462952, "0.276"], [1702462973, "0.276"], [1702462988, "0.276"], [1702463045, "0.276"], [1702463081, "0.276"], [1702463114, "0.276"], [1702463150, "0.276"], [1702463186, "0.276"], [1702463216, "0.276"], [1702463240, "0.276"], [1702463273, "0.276"], [1702463324, "0.276"], [1702463354, "0.276"], [1702463381, "0.669"], [1702463417, "0.669"], [1702463453, "0.669"], [1702463477, "0.669"], [1702463510, "0.669"], [1702463537, "0.669"], [1702463570, "0.669"], [1702463591, "0.669"], [1702463621, "0.669"], [1702463657, "0.669"], [1702463693, "0.669"], [1702463729, "0.669"], [1702463765, "0.669"], [1702463798, "0.669"], [1702463846, "0.669"], [1702463873, "0.669"], [1702463906, "0.669"], [1702463948, "0.669"], [1702463984, "0.669"], [1702464014, "0.669"], [1702464050, "0.669"], [1702464086, "0.669"], [1702464122, "0.669"], [1702464155, "0.669"], [1702464194, "0.669"], [1702464230, "0.669"], [1702464263, "0.669"], [1702464299, "0.669"], [1702464332, "0.669"], [1702464356, "0.669"], [1702464392, "0.669"], [1702464425, "0.669"], [1702464455, "0.669"], [1702464479, "0.669"], [1702464509, "0.669"], [1702464533, "0.669"], [1702464569, "0.669"], [1702464605, "0.669"], [1702464635, "0.669"], [1702464671, "0.669"], [1702464716, "0.669"], [1702464743, "0.669"], [1702464776, "0.669"], [1702464812, "0.669"], [1702464836, "0.669"], [1702464869, "0.669"], [1702464905, "0.669"], [1702464926, "0.669"], [1702464956, "0.669"], [1702464992, "0.669"], [1702465016, "0.669"], [1702465049, "0.669"], [1702465085, "0.669"], [1702465118, "0.669"], [1702465145, "0.669"], [1702465178, "0.669"], [1702465208, "0.669"], [1702465241, "0.669"], [1702465298, "0.669"], [1702465334, "0.669"], [1702465367, "0.669"], [1702465394, "0.669"], [1702465418, "0.669"], [1702465445, "0.669"], [1702465481, "0.669"], [1702465517, "0.669"], [1702465550, "0.669"], [1702465586, "0.669"], [1702465619, "0.669"], [1702465658, "0.669"], [1702465706, "0.669"], [1702465754, "0.669"], [1702465787, "0.669"], [1702465823, "0.669"], [1702465856, "0.669"], [1702465880, "0.669"], [1702465910, "0.669"], [1702465952, "0.669"], [1702465988, "0.669"], [1702466015, "0.669"], [1702466030, "0.669"], [1702466060, "0.669"], [1702466078, "0.669"], [1702466138, "0.669"], [1702466168, "0.669"], [1702466204, "0.669"], [1702466237, "0.669"], [1702466261, "0.669"], [1702466291, "0.669"], [1702466327, "0.669"], [1702466360, "0.669"], [1702466384, "0.669"], [1702466417, "0.669"], [1702466441, "0.669"], [1702466471, "0.669"], [1702466507, "0.669"], [1702466540, "0.669"], [1702466597, "0.669"], [1702466633, "0.669"], [1702466666, "0.669"], [1702466705, "0.669"], [1702466732, "0.669"], [1702466765, "0.669"], [1702466801, "0.669"], [1702466852, "0.669"], [1702466876, "0.669"], [1702466918, "0.669"], [1702466978, "0.669"], [1702467014, "0.669"], [1702467038, "0.669"], [1702467068, "0.669"], [1702467122, "0.669"], [1702467158, "0.669"], [1702467191, "0.669"], [1702467221, "0.669"], [1702467257, "0.669"], [1702467299, "0.669"], [1702467350, "0.669"], [1702467386, "0.669"], [1702467419, "0.669"], [1702467455, "0.669"], [1702467515, "0.669"], [1702467542, "0.669"], [1702467566, "0.669"], [1702467599, "0.669"], [1702467635, "0.669"], [1702467668, "0.669"], [1702467695, "0.669"], [1702467716, "0.669"], [1702467746, "0.669"], [1702467800, "0.669"], [1702467824, "0.669"], [1702467908, "0.669"], [1702467944, "0.669"], [1702467968, "0.669"], [1702468001, "0.669"], [1702468031, "0.669"], [1702468067, "0.669"], [1702468085, "0.669"], [1702468115, "0.669"], [1702468151, "0.669"], [1702468181, "0.669"], [1702468208, "0.669"], [1702468241, "0.669"], [1702468256, "0.669"], [1702468286, "0.669"], [1702468322, "0.669"], [1702468352, "0.669"], [1702468388, "0.669"], [1702468424, "0.669"], [1702468457, "0.669"], [1702468493, "0.669"], [1702468517, "0.669"], [1702468550, "0.669"], [1702468586, "0.669"], [1702468613, "0.669"], [1702468637, "0.669"], [1702468679, "0.669"], [1702468721, "0.669"], [1702468730, "0.669"], [1702468766, "0.669"], [1702468799, "0.669"], [1702468835, "0.669"], [1702468898, "0.669"], [1702468934, "0.669"], [1702468970, "0.669"], [1702468994, "0.669"], [1702469024, "0.669"], [1702469060, "0.669"], [1702469111, "0.669"], [1702469144, "0.669"], [1702469168, "0.669"], [1702469204, "0.669"], [1702469237, "0.669"], [1702469273, "0.669"], [1702469303, "0.669"], [1702469336, "0.669"], [1702469360, "0.669"], [1702469387, "0.669"], [1702469411, "0.669"], [1702469435, "0.669"], [1702469468, "0.669"], [1702469504, "0.669"], [1702469537, "0.669"], [1702469573, "0.669"], [1702469606, "0.669"], [1702469633, "0.669"], [1702469660, "0.669"], [1702469684, "0.669"], [1702469717, "0.669"], [1702469753, "0.669"], [1702469786, "0.669"], [1702469816, "0.669"], [1702469834, "0.669"], [1702469864, "0.669"], [1702469906, "0.669"], [1702469936, "0.669"], [1702469972, "0.669"], [1702470005, "0.669"], [1702470029, "0.669"], [1702470065, "0.669"], [1702470101, "0.669"], [1702470131, "0.669"], [1702470167, "0.669"], [1702470203, "0.669"], [1702470251, "0.669"], [1702470278, "0.669"], [1702470311, "0.669"], [1702470347, "0.669"], [1702470371, "0.669"], [1702470404, "0.669"], [1702470440, "0.669"], [1702470476, "0.669"], [1702470506, "0.669"], [1702470542, "0.669"], [1702470575, "0.669"], [1702470611, "0.669"], [1702470635, "0.669"], [1702470662, "0.669"], [1702470686, "0.669"], [1702470719, "0.669"], [1702470746, "0.669"], [1702470812, "0.669"], [1702470845, "0.669"], [1702470875, "0.669"], [1702470899, "0.669"], [1702470953, "0.669"], [1702470983, "0.669"], [1702471025, "0.669"], [1702471067, "0.669"], [1702471169, "0.669"], [1702471193, "0.669"], [1702471226, "0.669"], [1702471265, "0.669"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "208.959"], [1702462721, "218.073"], [1702462736, "227.187"], [1702462751, "236.301"], [1702462763, "245.22"], [1702462793, "262.875"], [1702462808, "271.611"], [1702462829, "280.347"], [1702462844, "288.732"], [1702462865, "297.117"], [1702462880, "305.502"], [1702462904, "322.272"], [1702462919, "330.657"], [1702462952, "347.427"], [1702462973, "355.812"], [1702462988, "364.197"], [1702463045, "389.352"], [1702463081, "406.122"], [1702463114, "422.892"], [1702463150, "439.662"], [1702463186, "456.432"], [1702463216, "473.202"], [1702463240, "489.972"], [1702463273, "506.742"], [1702463324, "531.897"], [1702463354, "548.667"], [1702463381, "565.437"], [1702463417, "582.207"], [1702463453, "598.977"], [1702463477, "615.747"], [1702463510, "632.517"], [1702463537, "649.287"], [1702463570, "666.057"], [1702463591, "682.827"], [1702463621, "699.597"], [1702463657, "716.367"], [1702463693, "733.137"], [1702463729, "749.907"], [1702463765, "766.677"], [1702463798, "783.447"], [1702463846, "808.602"], [1702463873, "825.372"], [1702463906, "842.142"], [1702463948, "867.297"], [1702463984, "884.067"], [1702464014, "900.837"], [1702464050, "917.607"], [1702464086, "934.377"], [1702464122, "951.147"], [1702464155, "967.917"], [1702464194, "993.072"], [1702464230, "1009.842"], [1702464263, "1026.612"], [1702464299, "1043.382"], [1702464332, "1060.152"], [1702464356, "1076.922"], [1702464392, "1093.692"], [1702464425, "1110.462"], [1702464455, "1127.232"], [1702464479, "1144.002"], [1702464509, "1160.772"], [1702464533, "1177.542"], [1702464569, "1194.312"], [1702464605, "1211.082"], [1702464635, "1227.852"], [1702464671, "1244.622"], [1702464716, "1261.392"], [1702464743, "1278.162"], [1702464776, "1294.932"], [1702464812, "1311.702"], [1702464836, "1328.472"], [1702464869, "1345.242"], [1702464905, "1362.012"], [1702464926, "1378.782"], [1702464956, "1395.552"], [1702464992, "1412.322"], [1702465016, "1429.092"], [1702465049, "1445.862"], [1702465085, "1462.632"], [1702465118, "1479.402"], [1702465145, "1496.172"], [1702465178, "1512.942"], [1702465208, "1529.712"], [1702465241, "1546.482"], [1702465298, "1571.637"], [1702465334, "1588.407"], [1702465367, "1605.177"], [1702465394, "1621.947"], [1702465418, "1638.717"], [1702465445, "1655.487"], [1702465481, "1672.257"], [1702465517, "1689.027"], [1702465550, "1705.797"], [1702465586, "1722.567"], [1702465619, "1739.337"], [1702465658, "1756.107"], [1702465706, "1772.877"], [1702465754, "1798.032"], [1702465787, "1814.802"], [1702465823, "1831.572"], [1702465856, "1848.342"], [1702465880, "1865.112"], [1702465910, "1881.882"], [1702465952, "1898.652"], [1702465988, "1915.422"], [1702466015, "1932.192"], [1702466030, "1948.962"], [1702466060, "1965.732"], [1702466078, "1982.502"], [1702466138, "2007.657"], [1702466168, "2024.427"], [1702466204, "2041.197"], [1702466237, "2057.967"], [1702466261, "2074.737"], [1702466291, "2091.507"], [1702466327, "2108.277"], [1702466360, "2125.047"], [1702466384, "2141.817"], [1702466417, "2158.587"], [1702466441, "2175.357"], [1702466471, "2192.127"], [1702466507, "2208.897"], [1702466540, "2225.667"], [1702466597, "2250.822"], [1702466633, "2267.592"], [1702466666, "2284.362"], [1702466705, "2301.132"], [1702466732, "2317.902"], [1702466765, "2334.672"], [1702466801, "2351.442"], [1702466852, "2376.597"], [1702466876, "2393.367"], [1702466918, "2410.137"], [1702466978, "2443.677"], [1702467014, "2460.447"], [1702467038, "2477.217"], [1702467068, "2493.987"], [1702467122, "2519.142"], [1702467158, "2535.912"], [1702467191, "2552.682"], [1702467221, "2569.452"], [1702467257, "2586.222"], [1702467299, "2602.992"], [1702467350, "2628.147"], [1702467386, "2644.917"], [1702467419, "2661.687"], [1702467455, "2678.457"], [1702467515, "2711.997"], [1702467542, "2728.767"], [1702467566, "2745.537"], [1702467599, "2762.307"], [1702467635, "2779.077"], [1702467668, "2795.847"], [1702467695, "2812.617"], [1702467716, "2829.387"], [1702467746, "2846.157"], [1702467800, "2871.312"], [1702467824, "2888.082"], [1702467908, "2930.007"], [1702467944, "2946.777"], [1702467968, "2963.547"], [1702468001, "2980.317"], [1702468031, "2997.087"], [1702468067, "3013.857"], [1702468085, "3030.627"], [1702468115, "3047.397"], [1702468151, "3064.167"], [1702468181, "3080.937"], [1702468208, "3097.707"], [1702468241, "3114.477"], [1702468256, "3131.247"], [1702468286, "3148.017"], [1702468322, "3164.787"], [1702468352, "3181.557"], [1702468388, "3198.327"], [1702468424, "3215.097"], [1702468457, "3231.867"], [1702468493, "3248.637"], [1702468517, "3265.407"], [1702468550, "3282.177"], [1702468586, "3298.947"], [1702468613, "3315.717"], [1702468637, "3332.487"], [1702468679, "3349.257"], [1702468721, "3366.027"], [1702468730, "3374.412"], [1702468766, "3391.182"], [1702468799, "3407.952"], [1702468835, "3424.722"], [1702468898, "3449.877"], [1702468934, "3466.647"], [1702468970, "3483.417"], [1702468994, "3500.187"], [1702469024, "3516.957"], [1702469060, "3533.727"], [1702469111, "3558.882"], [1702469144, "3575.652"], [1702469168, "3592.422"], [1702469204, "3609.192"], [1702469237, "3625.962"], [1702469273, "3642.732"], [1702469303, "3659.502"], [1702469336, "3676.272"], [1702469360, "3693.042"], [1702469387, "3709.812"], [1702469411, "3726.582"], [1702469435, "3743.352"], [1702469468, "3760.122"], [1702469504, "3776.892"], [1702469537, "3793.662"], [1702469573, "3810.432"], [1702469606, "3827.202"], [1702469633, "3843.972"], [1702469660, "3860.742"], [1702469684, "3877.512"], [1702469717, "3894.282"], [1702469753, "3911.052"], [1702469786, "3927.822"], [1702469816, "3944.592"], [1702469834, "3961.362"], [1702469864, "3978.132"], [1702469906, "4003.287"], [1702469936, "4020.057"], [1702469972, "4036.827"], [1702470005, "4053.597"], [1702470029, "4070.367"], [1702470065, "4087.137"], [1702470101, "4103.907"], [1702470131, "4120.677"], [1702470167, "4137.447"], [1702470203, "4154.217"], [1702470251, "4179.372"], [1702470278, "4196.142"], [1702470311, "4212.912"], [1702470347, "4229.682"], [1702470371, "4246.452"], [1702470404, "4263.222"], [1702470440, "4279.992"], [1702470476, "4296.762"], [1702470506, "4313.532"], [1702470542, "4330.302"], [1702470575, "4347.072"], [1702470611, "4363.842"], [1702470635, "4380.612"], [1702470662, "4397.382"], [1702470686, "4414.152"], [1702470719, "4430.922"], [1702470746, "4447.692"], [1702470812, "4481.232"], [1702470845, "4498.002"], [1702470875, "4514.772"], [1702470899, "4531.542"], [1702470953, "4556.697"], [1702470983, "4573.467"], [1702471025, "4590.237"], [1702471067, "4615.392"], [1702471169, "4657.317"], [1702471193, "4674.087"], [1702471226, "4690.857"], [1702471265, "4707.627"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "20.514"], [1702462721, "20.622"], [1702462736, "20.799"], [1702462751, "24.243"], [1702462763, "24.246"], [1702462793, "25.035"], [1702462808, "25.662"], [1702462829, "25.74"], [1702462844, "26.325"], [1702462865, "26.532"], [1702462880, "27.279"], [1702462904, "27.693"], [1702462919, "27.894"], [1702462952, "32.016"], [1702462973, "32.19"], [1702462988, "32.769"], [1702463045, "34.458"], [1702463081, "35.415"], [1702463114, "36.417"], [1702463150, "37.032"], [1702463186, "37.677"], [1702463216, "40.578"], [1702463240, "40.83"], [1702463273, "41.934"], [1702463324, "45.129"], [1702463354, "45.582"], [1702463381, "46.197"], [1702463417, "46.899"], [1702463453, "48.129"], [1702463477, "48.711"], [1702463510, "49.611"], [1702463537, "49.773"], [1702463570, "50.586"], [1702463591, "51.381"], [1702463621, "52.179"], [1702463657, "52.707"], [1702463693, "54.033"], [1702463729, "56.115"], [1702463765, "57.804"], [1702463798, "59.28"], [1702463846, "60.327"], [1702463873, "60.93"], [1702463906, "62.022"], [1702463948, "62.898"], [1702463984, "63.549"], [1702464014, "64.197"], [1702464050, "64.917"], [1702464086, "67.344"], [1702464122, "68.031"], [1702464155, "68.907"], [1702464194, "69.93"], [1702464230, "70.461"], [1702464263, "71.376"], [1702464299, "72.219"], [1702464332, "72.63"], [1702464356, "72.939"], [1702464392, "74.01"], [1702464425, "74.559"], [1702464455, "75.648"], [1702464479, "76.167"], [1702464509, "76.347"], [1702464533, "76.92"], [1702464569, "77.619"], [1702464605, "78.429"], [1702464635, "78.699"], [1702464671, "81.489"], [1702464716, "83.022"], [1702464743, "83.622"], [1702464776, "85.419"], [1702464812, "88.191"], [1702464836, "88.959"], [1702464869, "90.165"], [1702464905, "92.265"], [1702464926, "92.403"], [1702464956, "92.613"], [1702464992, "93.813"], [1702465016, "94.464"], [1702465049, "95.238"], [1702465085, "96.273"], [1702465118, "97.182"], [1702465145, "99.06"], [1702465178, "100.584"], [1702465208, "101.373"], [1702465241, "102.606"], [1702465298, "104.547"], [1702465334, "105.87"], [1702465367, "106.887"], [1702465394, "107.118"], [1702465418, "107.328"], [1702465445, "108.378"], [1702465481, "110.037"], [1702465517, "112.197"], [1702465550, "113.4"], [1702465586, "114.471"], [1702465619, "115.182"], [1702465658, "119.046"], [1702465706, "120.081"], [1702465754, "123.9"], [1702465787, "126.033"], [1702465823, "127.092"], [1702465856, "129.345"], [1702465880, "130.32"], [1702465910, "131.49"], [1702465952, "132.669"], [1702465988, "133.53"], [1702466015, "135.291"], [1702466030, "135.312"], [1702466060, "135.828"], [1702466078, "135.885"], [1702466138, "137.697"], [1702466168, "138.534"], [1702466204, "139.506"], [1702466237, "140.796"], [1702466261, "141.774"], [1702466291, "142.509"], [1702466327, "144.042"], [1702466360, "146.526"], [1702466384, "147.252"], [1702466417, "147.624"], [1702466441, "147.723"], [1702466471, "147.963"], [1702466507, "149.175"], [1702466540, "150.534"], [1702466597, "152.496"], [1702466633, "154.797"], [1702466666, "156.105"], [1702466705, "156.99"], [1702466732, "158.226"], [1702466765, "159.561"], [1702466801, "160.851"], [1702466852, "163.041"], [1702466876, "163.224"], [1702466918, "164.724"], [1702466978, "168.9"], [1702467014, "169.332"], [1702467038, "171.174"], [1702467068, "172.635"], [1702467122, "174.429"], [1702467158, "175.872"], [1702467191, "176.82"], [1702467221, "178.068"], [1702467257, "179.337"], [1702467299, "180.351"], [1702467350, "180.696"], [1702467386, "180.963"], [1702467419, "181.038"], [1702467455, "181.203"], [1702467515, "181.377"], [1702467542, "181.413"], [1702467566, "181.491"], [1702467599, "181.923"], [1702467635, "183.213"], [1702467668, "184.872"], [1702467695, "185.22"], [1702467716, "185.553"], [1702467746, "185.649"], [1702467800, "187.122"], [1702467824, "187.185"], [1702467908, "187.515"], [1702467944, "187.602"], [1702467968, "187.65"], [1702468001, "187.71"], [1702468031, "188.274"], [1702468067, "189.945"], [1702468085, "190.053"], [1702468115, "190.107"], [1702468151, "190.632"], [1702468181, "190.695"], [1702468208, "190.836"], [1702468241, "190.929"], [1702468256, "190.947"], [1702468286, "191.553"], [1702468322, "191.628"], [1702468352, "195.216"], [1702468388, "196.569"], [1702468424, "198.243"], [1702468457, "199.125"], [1702468493, "199.575"], [1702468517, "200.133"], [1702468550, "200.265"], [1702468586, "200.409"], [1702468613, "201.048"], [1702468637, "201.207"], [1702468679, "201.309"], [1702468721, "202.71"], [1702468730, "202.794"], [1702468766, "203.391"], [1702468799, "203.871"], [1702468835, "204.177"], [1702468898, "204.948"], [1702468934, "205.257"], [1702468970, "206.217"], [1702468994, "206.49"], [1702469024, "206.52"], [1702469060, "206.667"], [1702469111, "206.997"], [1702469144, "208.569"], [1702469168, "208.647"], [1702469204, "208.827"], [1702469237, "208.956"], [1702469273, "209.079"], [1702469303, "209.595"], [1702469336, "209.784"], [1702469360, "209.934"], [1702469387, "210"], [1702469411, "210.27"], [1702469435, "210.351"], [1702469468, "210.561"], [1702469504, "210.609"], [1702469537, "211.725"], [1702469573, "212.337"], [1702469606, "213.894"], [1702469633, "214.002"], [1702469660, "214.731"], [1702469684, "216.255"], [1702469717, "217.269"], [1702469753, "217.506"], [1702469786, "217.665"], [1702469816, "218.133"], [1702469834, "218.28"], [1702469864, "218.754"], [1702469906, "219.315"], [1702469936, "220.062"], [1702469972, "220.644"], [1702470005, "221.457"], [1702470029, "221.508"], [1702470065, "221.706"], [1702470101, "221.928"], [1702470131, "223.026"], [1702470167, "225.054"], [1702470203, "226.317"], [1702470251, "227.988"], [1702470278, "228.123"], [1702470311, "228.258"], [1702470347, "228.846"], [1702470371, "229.086"], [1702470404, "229.329"], [1702470440, "229.722"], [1702470476, "230.424"], [1702470506, "230.718"], [1702470542, "231.189"], [1702470575, "232.302"], [1702470611, "232.482"], [1702470635, "232.674"], [1702470662, "232.758"], [1702470686, "232.869"], [1702470719, "233.604"], [1702470746, "234.288"], [1702470812, "235.095"], [1702470845, "236.7"], [1702470875, "238.392"], [1702470899, "239.394"], [1702470953, "240.165"], [1702470983, "240.918"], [1702471025, "242.745"], [1702471067, "245.085"], [1702471169, "249.879"], [1702471193, "251.088"], [1702471226, "252.843"], [1702471265, "254.94"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "26.022"], [1702462721, "27.186"], [1702462736, "27.945"], [1702462751, "28.404"], [1702462763, "28.407"], [1702462793, "30.567"], [1702462808, "36.621"], [1702462829, "37.077"], [1702462844, "39.387"], [1702462865, "43.059"], [1702462880, "44.28"], [1702462904, "44.964"], [1702462919, "45.39"], [1702462952, "47.334"], [1702462973, "48.111"], [1702462988, "50.175"], [1702463045, "53.61"], [1702463081, "58.248"], [1702463114, "61.02"], [1702463150, "63.417"], [1702463186, "64.917"], [1702463216, "68.511"], [1702463240, "69.126"], [1702463273, "71.946"], [1702463324, "76.221"], [1702463354, "76.731"], [1702463381, "78.057"], [1702463417, "79.116"], [1702463453, "80.412"], [1702463477, "81.093"], [1702463510, "83.343"], [1702463537, "84.606"], [1702463570, "87.084"], [1702463591, "88.17"], [1702463621, "88.869"], [1702463657, "89.991"], [1702463693, "92.556"], [1702463729, "96.255"], [1702463765, "99.438"], [1702463798, "102"], [1702463846, "104.349"], [1702463873, "106.008"], [1702463906, "107.373"], [1702463948, "108.945"], [1702463984, "110.895"], [1702464014, "111.867"], [1702464050, "113.061"], [1702464086, "115.941"], [1702464122, "126.6"], [1702464155, "128.883"], [1702464194, "130.458"], [1702464230, "131.478"], [1702464263, "132.024"], [1702464299, "133.47"], [1702464332, "135"], [1702464356, "136.371"], [1702464392, "137.796"], [1702464425, "139.722"], [1702464455, "142.92"], [1702464479, "145.323"], [1702464509, "146.295"], [1702464533, "147.729"], [1702464569, "150.39"], [1702464605, "153.015"], [1702464635, "155.007"], [1702464671, "158.607"], [1702464716, "161.988"], [1702464743, "164.091"], [1702464776, "186.45"], [1702464812, "189.759"], [1702464836, "190.971"], [1702464869, "194.1"], [1702464905, "197.565"], [1702464926, "197.979"], [1702464956, "198.618"], [1702464992, "202.146"], [1702465016, "202.83"], [1702465049, "204.315"], [1702465085, "214.167"], [1702465118, "215.784"], [1702465145, "218.655"], [1702465178, "223.161"], [1702465208, "227.334"], [1702465241, "228.873"], [1702465298, "233.847"], [1702465334, "235.545"], [1702465367, "239.115"], [1702465394, "239.538"], [1702465418, "240.138"], [1702465445, "241.746"], [1702465481, "244.35"], [1702465517, "247.101"], [1702465550, "249.693"], [1702465586, "252.609"], [1702465619, "254.163"], [1702465658, "260.124"], [1702465706, "262.518"], [1702465754, "268.356"], [1702465787, "270.267"], [1702465823, "273.246"], [1702465856, "276.081"], [1702465880, "277.566"], [1702465910, "280.023"], [1702465952, "283.056"], [1702465988, "285.378"], [1702466015, "287.892"], [1702466030, "287.955"], [1702466060, "289.314"], [1702466078, "289.767"], [1702466138, "294.816"], [1702466168, "296.826"], [1702466204, "301.362"], [1702466237, "305.406"], [1702466261, "306.831"], [1702466291, "315.633"], [1702466327, "318.027"], [1702466360, "321.375"], [1702466384, "322.938"], [1702466417, "324.924"], [1702466441, "325.572"], [1702466471, "326.526"], [1702466507, "329.955"], [1702466540, "332.523"], [1702466597, "337.191"], [1702466633, "340.461"], [1702466666, "344.352"], [1702466705, "345.549"], [1702466732, "348.024"], [1702466765, "350.328"], [1702466801, "352.833"], [1702466852, "357.237"], [1702466876, "357.699"], [1702466918, "361.617"], [1702466978, "367.506"], [1702467014, "369.441"], [1702467038, "372.552"], [1702467068, "375.504"], [1702467122, "377.877"], [1702467158, "381.741"], [1702467191, "384.141"], [1702467221, "386.253"], [1702467257, "388.122"], [1702467299, "389.106"], [1702467350, "389.829"], [1702467386, "390.132"], [1702467419, "390.297"], [1702467455, "390.615"], [1702467515, "390.96"], [1702467542, "391.092"], [1702467566, "391.221"], [1702467599, "391.296"], [1702467635, "394.503"], [1702467668, "403.485"], [1702467695, "403.845"], [1702467716, "404.337"], [1702467746, "404.79"], [1702467800, "406.515"], [1702467824, "406.776"], [1702467908, "407.454"], [1702467944, "407.841"], [1702467968, "407.928"], [1702468001, "408.015"], [1702468031, "409.029"], [1702468067, "413.289"], [1702468085, "413.568"], [1702468115, "414.033"], [1702468151, "416.463"], [1702468181, "416.793"], [1702468208, "417.114"], [1702468241, "417.45"], [1702468256, "417.51"], [1702468286, "417.729"], [1702468322, "417.882"], [1702468352, "421.47"], [1702468388, "425.712"], [1702468424, "427.959"], [1702468457, "430.938"], [1702468493, "432.72"], [1702468517, "433.512"], [1702468550, "433.845"], [1702468586, "434.145"], [1702468613, "435.345"], [1702468637, "435.714"], [1702468679, "436.104"], [1702468721, "439.551"], [1702468730, "440.166"], [1702468766, "442.266"], [1702468799, "443.814"], [1702468835, "444.333"], [1702468898, "446.289"], [1702468934, "446.877"], [1702468970, "450.942"], [1702468994, "452.25"], [1702469024, "452.355"], [1702469060, "452.877"], [1702469111, "454.59"], [1702469144, "457.881"], [1702469168, "458.04"], [1702469204, "458.412"], [1702469237, "459.069"], [1702469273, "459.798"], [1702469303, "461.412"], [1702469336, "461.979"], [1702469360, "462.48"], [1702469387, "462.585"], [1702469411, "463.098"], [1702469435, "463.548"], [1702469468, "463.86"], [1702469504, "463.959"], [1702469537, "464.745"], [1702469573, "466.257"], [1702469606, "471.387"], [1702469633, "472.146"], [1702469660, "474.693"], [1702469684, "476.163"], [1702469717, "478.266"], [1702469753, "478.746"], [1702469786, "479.463"], [1702469816, "480.549"], [1702469834, "480.885"], [1702469864, "482.724"], [1702469906, "483.954"], [1702469936, "485.043"], [1702469972, "487.014"], [1702470005, "488.547"], [1702470029, "488.709"], [1702470065, "489.165"], [1702470101, "489.891"], [1702470131, "492.159"], [1702470167, "496.068"], [1702470203, "499.695"], [1702470251, "503.208"], [1702470278, "503.649"], [1702470311, "504.06"], [1702470347, "505.215"], [1702470371, "506.07"], [1702470404, "507.909"], [1702470440, "508.977"], [1702470476, "513.675"], [1702470506, "515.097"], [1702470542, "517.752"], [1702470575, "522.516"], [1702470611, "524.16"], [1702470635, "524.871"], [1702470662, "525.138"], [1702470686, "525.642"], [1702470719, "526.401"], [1702470746, "528.198"], [1702470812, "531.3"], [1702470845, "534.771"], [1702470875, "536.676"], [1702470899, "537.93"], [1702470953, "540.831"], [1702470983, "542.736"], [1702471025, "546.621"], [1702471067, "551.376"], [1702471169, "560.322"], [1702471193, "562.269"], [1702471226, "566.163"], [1702471265, "569.154"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1.908"], [1702462721, "1.908"], [1702462736, "2.493"], [1702462751, "2.493"], [1702462763, "2.493"], [1702462793, "2.493"], [1702462808, "2.493"], [1702462829, "2.493"], [1702462844, "2.493"], [1702462865, "2.493"], [1702462880, "2.493"], [1702462904, "2.496"], [1702462919, "2.496"], [1702462952, "2.568"], [1702462973, "2.568"], [1702462988, "2.568"], [1702463045, "2.628"], [1702463081, "2.688"], [1702463114, "2.703"], [1702463150, "2.703"], [1702463186, "2.775"], [1702463216, "2.775"], [1702463240, "2.775"], [1702463273, "3.138"], [1702463324, "3.156"], [1702463354, "3.156"], [1702463381, "3.156"], [1702463417, "3.156"], [1702463453, "3.156"], [1702463477, "3.156"], [1702463510, "3.165"], [1702463537, "3.168"], [1702463570, "3.168"], [1702463591, "3.168"], [1702463621, "3.282"], [1702463657, "3.282"], [1702463693, "3.282"], [1702463729, "3.282"], [1702463765, "3.282"], [1702463798, "3.456"], [1702463846, "3.522"], [1702463873, "5.199"], [1702463906, "5.199"], [1702463948, "5.343"], [1702463984, "5.343"], [1702464014, "5.343"], [1702464050, "5.343"], [1702464086, "5.343"], [1702464122, "5.343"], [1702464155, "5.574"], [1702464194, "5.574"], [1702464230, "6.216"], [1702464263, "6.216"], [1702464299, "6.216"], [1702464332, "6.216"], [1702464356, "6.246"], [1702464392, "7.194"], [1702464425, "7.194"], [1702464455, "7.659"], [1702464479, "7.659"], [1702464509, "7.707"], [1702464533, "7.707"], [1702464569, "7.707"], [1702464605, "7.707"], [1702464635, "7.707"], [1702464671, "7.833"], [1702464716, "7.833"], [1702464743, "7.833"], [1702464776, "7.833"], [1702464812, "7.833"], [1702464836, "7.833"], [1702464869, "8.445"], [1702464905, "8.481"], [1702464926, "8.481"], [1702464956, "8.481"], [1702464992, "8.481"], [1702465016, "8.505"], [1702465049, "8.505"], [1702465085, "8.505"], [1702465118, "8.748"], [1702465145, "8.748"], [1702465178, "8.808"], [1702465208, "8.808"], [1702465241, "8.808"], [1702465298, "8.808"], [1702465334, "8.808"], [1702465367, "8.808"], [1702465394, "8.808"], [1702465418, "8.808"], [1702465445, "8.808"], [1702465481, "8.808"], [1702465517, "8.808"], [1702465550, "8.808"], [1702465586, "8.808"], [1702465619, "8.808"], [1702465658, "8.808"], [1702465706, "8.808"], [1702465754, "8.808"], [1702465787, "8.808"], [1702465823, "8.808"], [1702465856, "8.808"], [1702465880, "8.808"], [1702465910, "9.345"], [1702465952, "9.345"], [1702465988, "9.345"], [1702466015, "9.369"], [1702466030, "9.378"], [1702466060, "9.378"], [1702466078, "9.381"], [1702466138, "9.381"], [1702466168, "9.396"], [1702466204, "9.444"], [1702466237, "9.444"], [1702466261, "9.447"], [1702466291, "9.447"], [1702466327, "9.447"], [1702466360, "9.447"], [1702466384, "9.447"], [1702466417, "9.561"], [1702466441, "9.561"], [1702466471, "9.561"], [1702466507, "9.561"], [1702466540, "9.573"], [1702466597, "9.675"], [1702466633, "9.675"], [1702466666, "10.014"], [1702466705, "10.014"], [1702466732, "10.014"], [1702466765, "10.014"], [1702466801, "10.101"], [1702466852, "10.101"], [1702466876, "10.101"], [1702466918, "10.101"], [1702466978, "10.542"], [1702467014, "10.542"], [1702467038, "10.683"], [1702467068, "10.683"], [1702467122, "10.683"], [1702467158, "10.683"], [1702467191, "10.683"], [1702467221, "10.698"], [1702467257, "10.698"], [1702467299, "10.776"], [1702467350, "10.776"], [1702467386, "10.776"], [1702467419, "10.776"], [1702467455, "10.776"], [1702467515, "10.779"], [1702467542, "10.779"], [1702467566, "10.782"], [1702467599, "10.782"], [1702467635, "10.782"], [1702467668, "10.782"], [1702467695, "10.791"], [1702467716, "10.791"], [1702467746, "10.791"], [1702467800, "10.791"], [1702467824, "10.869"], [1702467908, "10.872"], [1702467944, "10.872"], [1702467968, "10.872"], [1702468001, "10.872"], [1702468031, "10.872"], [1702468067, "11.499"], [1702468085, "11.499"], [1702468115, "11.499"], [1702468151, "11.505"], [1702468181, "11.721"], [1702468208, "11.721"], [1702468241, "11.721"], [1702468256, "11.721"], [1702468286, "11.724"], [1702468322, "11.724"], [1702468352, "11.727"], [1702468388, "11.727"], [1702468424, "11.727"], [1702468457, "11.727"], [1702468493, "11.727"], [1702468517, "11.727"], [1702468550, "11.727"], [1702468586, "11.73"], [1702468613, "11.73"], [1702468637, "11.73"], [1702468679, "11.73"], [1702468721, "11.73"], [1702468730, "11.73"], [1702468766, "11.73"], [1702468799, "11.73"], [1702468835, "11.73"], [1702468898, "11.73"], [1702468934, "11.748"], [1702468970, "11.748"], [1702468994, "11.748"], [1702469024, "11.748"], [1702469060, "11.748"], [1702469111, "11.811"], [1702469144, "11.811"], [1702469168, "11.811"], [1702469204, "11.811"], [1702469237, "11.811"], [1702469273, "11.811"], [1702469303, "11.853"], [1702469336, "11.853"], [1702469360, "11.853"], [1702469387, "11.853"], [1702469411, "11.982"], [1702469435, "11.982"], [1702469468, "11.982"], [1702469504, "11.982"], [1702469537, "11.982"], [1702469573, "11.982"], [1702469606, "11.982"], [1702469633, "11.982"], [1702469660, "11.982"], [1702469684, "11.985"], [1702469717, "11.985"], [1702469753, "11.985"], [1702469786, "11.985"], [1702469816, "11.985"], [1702469834, "12.003"], [1702469864, "12.003"], [1702469906, "12.003"], [1702469936, "12.39"], [1702469972, "12.39"], [1702470005, "12.39"], [1702470029, "12.39"], [1702470065, "12.39"], [1702470101, "12.39"], [1702470131, "12.39"], [1702470167, "12.39"], [1702470203, "12.393"], [1702470251, "12.393"], [1702470278, "12.495"], [1702470311, "12.495"], [1702470347, "12.495"], [1702470371, "12.495"], [1702470404, "12.495"], [1702470440, "12.495"], [1702470476, "12.561"], [1702470506, "12.561"], [1702470542, "12.561"], [1702470575, "12.849"], [1702470611, "12.852"], [1702470635, "12.903"], [1702470662, "12.903"], [1702470686, "12.906"], [1702470719, "12.912"], [1702470746, "12.912"], [1702470812, "12.912"], [1702470845, "12.912"], [1702470875, "12.912"], [1702470899, "12.912"], [1702470953, "13.011"], [1702470983, "13.011"], [1702471025, "13.011"], [1702471067, "13.011"], [1702471169, "13.059"], [1702471193, "13.059"], [1702471226, "13.059"], [1702471265, "13.059"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "150.666"], [1702462721, "159.78"], [1702462736, "168.894"], [1702462751, "178.008"], [1702462763, "186.927"], [1702462793, "204.582"], [1702462808, "213.318"], [1702462829, "222.054"], [1702462844, "230.439"], [1702462865, "238.824"], [1702462880, "247.209"], [1702462904, "263.979"], [1702462919, "272.364"], [1702462952, "289.134"], [1702462973, "297.519"], [1702462988, "305.904"], [1702463045, "331.059"], [1702463081, "347.829"], [1702463114, "364.599"], [1702463150, "381.369"], [1702463186, "398.139"], [1702463216, "414.909"], [1702463240, "431.679"], [1702463273, "448.449"], [1702463324, "473.604"], [1702463354, "490.374"], [1702463381, "507.144"], [1702463417, "523.914"], [1702463453, "540.684"], [1702463477, "557.454"], [1702463510, "574.224"], [1702463537, "590.994"], [1702463570, "607.764"], [1702463591, "624.534"], [1702463621, "641.304"], [1702463657, "658.074"], [1702463693, "674.844"], [1702463729, "691.614"], [1702463765, "708.384"], [1702463798, "725.154"], [1702463846, "750.309"], [1702463873, "767.079"], [1702463906, "783.849"], [1702463948, "809.004"], [1702463984, "825.774"], [1702464014, "842.544"], [1702464050, "859.314"], [1702464086, "876.084"], [1702464122, "892.854"], [1702464155, "909.624"], [1702464194, "934.779"], [1702464230, "951.549"], [1702464263, "968.319"], [1702464299, "985.089"], [1702464332, "1001.859"], [1702464356, "1018.629"], [1702464392, "1035.399"], [1702464425, "1052.169"], [1702464455, "1068.939"], [1702464479, "1085.709"], [1702464509, "1102.479"], [1702464533, "1119.249"], [1702464569, "1136.019"], [1702464605, "1152.789"], [1702464635, "1169.559"], [1702464671, "1186.329"], [1702464716, "1203.099"], [1702464743, "1219.869"], [1702464776, "1236.639"], [1702464812, "1253.409"], [1702464836, "1270.179"], [1702464869, "1286.949"], [1702464905, "1303.719"], [1702464926, "1320.489"], [1702464956, "1337.259"], [1702464992, "1354.029"], [1702465016, "1370.799"], [1702465049, "1387.569"], [1702465085, "1404.339"], [1702465118, "1421.109"], [1702465145, "1437.879"], [1702465178, "1454.649"], [1702465208, "1471.419"], [1702465241, "1488.189"], [1702465298, "1513.344"], [1702465334, "1530.114"], [1702465367, "1546.884"], [1702465394, "1563.654"], [1702465418, "1580.424"], [1702465445, "1597.194"], [1702465481, "1613.964"], [1702465517, "1630.734"], [1702465550, "1647.504"], [1702465586, "1664.274"], [1702465619, "1681.044"], [1702465658, "1697.814"], [1702465706, "1714.584"], [1702465754, "1739.739"], [1702465787, "1756.509"], [1702465823, "1773.279"], [1702465856, "1790.049"], [1702465880, "1806.819"], [1702465910, "1823.589"], [1702465952, "1840.359"], [1702465988, "1857.129"], [1702466015, "1873.899"], [1702466030, "1890.669"], [1702466060, "1907.439"], [1702466078, "1924.209"], [1702466138, "1949.364"], [1702466168, "1966.134"], [1702466204, "1982.904"], [1702466237, "1999.674"], [1702466261, "2016.444"], [1702466291, "2033.214"], [1702466327, "2049.984"], [1702466360, "2066.754"], [1702466384, "2083.524"], [1702466417, "2100.294"], [1702466441, "2117.064"], [1702466471, "2133.834"], [1702466507, "2150.604"], [1702466540, "2167.374"], [1702466597, "2192.529"], [1702466633, "2209.299"], [1702466666, "2226.069"], [1702466705, "2242.839"], [1702466732, "2259.609"], [1702466765, "2276.379"], [1702466801, "2293.149"], [1702466852, "2318.304"], [1702466876, "2335.074"], [1702466918, "2351.844"], [1702466978, "2385.384"], [1702467014, "2402.154"], [1702467038, "2418.924"], [1702467068, "2435.694"], [1702467122, "2460.849"], [1702467158, "2477.619"], [1702467191, "2494.389"], [1702467221, "2511.159"], [1702467257, "2527.929"], [1702467299, "2544.699"], [1702467350, "2569.854"], [1702467386, "2586.624"], [1702467419, "2603.394"], [1702467455, "2620.164"], [1702467515, "2653.704"], [1702467542, "2670.474"], [1702467566, "2687.244"], [1702467599, "2704.014"], [1702467635, "2720.784"], [1702467668, "2737.554"], [1702467695, "2754.324"], [1702467716, "2771.094"], [1702467746, "2787.864"], [1702467800, "2813.019"], [1702467824, "2829.789"], [1702467908, "2871.714"], [1702467944, "2888.484"], [1702467968, "2905.254"], [1702468001, "2922.024"], [1702468031, "2938.794"], [1702468067, "2955.564"], [1702468085, "2972.334"], [1702468115, "2989.104"], [1702468151, "3005.874"], [1702468181, "3022.644"], [1702468208, "3039.414"], [1702468241, "3056.184"], [1702468256, "3072.954"], [1702468286, "3089.724"], [1702468322, "3106.494"], [1702468352, "3123.264"], [1702468388, "3140.034"], [1702468424, "3156.804"], [1702468457, "3173.574"], [1702468493, "3190.344"], [1702468517, "3207.114"], [1702468550, "3223.884"], [1702468586, "3240.654"], [1702468613, "3257.424"], [1702468637, "3274.194"], [1702468679, "3290.964"], [1702468721, "3307.734"], [1702468730, "3316.119"], [1702468766, "3332.889"], [1702468799, "3349.659"], [1702468835, "3366.429"], [1702468898, "3391.584"], [1702468934, "3408.354"], [1702468970, "3425.124"], [1702468994, "3441.894"], [1702469024, "3458.664"], [1702469060, "3475.434"], [1702469111, "3500.589"], [1702469144, "3517.359"], [1702469168, "3534.129"], [1702469204, "3550.899"], [1702469237, "3567.669"], [1702469273, "3584.439"], [1702469303, "3601.209"], [1702469336, "3617.979"], [1702469360, "3634.749"], [1702469387, "3651.519"], [1702469411, "3668.289"], [1702469435, "3685.059"], [1702469468, "3701.829"], [1702469504, "3718.599"], [1702469537, "3735.369"], [1702469573, "3752.139"], [1702469606, "3768.909"], [1702469633, "3785.679"], [1702469660, "3802.449"], [1702469684, "3819.219"], [1702469717, "3835.989"], [1702469753, "3852.759"], [1702469786, "3869.529"], [1702469816, "3886.299"], [1702469834, "3903.069"], [1702469864, "3919.839"], [1702469906, "3944.994"], [1702469936, "3961.764"], [1702469972, "3978.534"], [1702470005, "3995.304"], [1702470029, "4012.074"], [1702470065, "4028.844"], [1702470101, "4045.614"], [1702470131, "4062.384"], [1702470167, "4079.154"], [1702470203, "4095.924"], [1702470251, "4121.079"], [1702470278, "4137.849"], [1702470311, "4154.619"], [1702470347, "4171.389"], [1702470371, "4188.159"], [1702470404, "4204.929"], [1702470440, "4221.699"], [1702470476, "4238.469"], [1702470506, "4255.239"], [1702470542, "4272.009"], [1702470575, "4288.779"], [1702470611, "4305.549"], [1702470635, "4322.319"], [1702470662, "4339.089"], [1702470686, "4355.859"], [1702470719, "4372.629"], [1702470746, "4389.399"], [1702470812, "4422.939"], [1702470845, "4439.709"], [1702470875, "4456.479"], [1702470899, "4473.249"], [1702470953, "4498.404"], [1702470983, "4515.174"], [1702471025, "4531.944"], [1702471067, "4557.099"], [1702471169, "4599.024"], [1702471193, "4615.794"], [1702471226, "4632.564"], [1702471265, "4649.334"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "36.261"], [1702462721, "44.289"], [1702462736, "47.142"], [1702462751, "47.631"], [1702462763, "47.634"], [1702462793, "49.539"], [1702462808, "54.6"], [1702462829, "54.807"], [1702462844, "57.498"], [1702462865, "57.915"], [1702462880, "57.915"], [1702462904, "58.953"], [1702462919, "59.826"], [1702462952, "64.074"], [1702462973, "65.805"], [1702462988, "74.334"], [1702463045, "78.39"], [1702463081, "80.514"], [1702463114, "82.797"], [1702463150, "84.306"], [1702463186, "87.225"], [1702463216, "93.363"], [1702463240, "94.221"], [1702463273, "95.511"], [1702463324, "99.762"], [1702463354, "101.538"], [1702463381, "105.114"], [1702463417, "116.379"], [1702463453, "122.772"], [1702463477, "125.043"], [1702463510, "135.216"], [1702463537, "137.496"], [1702463570, "140.049"], [1702463591, "142.017"], [1702463621, "143.865"], [1702463657, "145.773"], [1702463693, "150.318"], [1702463729, "152.88"], [1702463765, "154.809"], [1702463798, "157.128"], [1702463846, "161.124"], [1702463873, "161.772"], [1702463906, "163.803"], [1702463948, "196.596"], [1702463984, "216.903"], [1702464014, "218.94"], [1702464050, "224.118"], [1702464086, "227.229"], [1702464122, "240.786"], [1702464155, "244.911"], [1702464194, "248.577"], [1702464230, "251.094"], [1702464263, "252.357"], [1702464299, "256.827"], [1702464332, "259.989"], [1702464356, "263.445"], [1702464392, "282.999"], [1702464425, "285.741"], [1702464455, "289.353"], [1702464479, "293.247"], [1702464509, "295.074"], [1702464533, "296.4"], [1702464569, "300.762"], [1702464605, "305.784"], [1702464635, "309.507"], [1702464671, "313.641"], [1702464716, "316.569"], [1702464743, "318.903"], [1702464776, "324.978"], [1702464812, "328.728"], [1702464836, "329.949"], [1702464869, "333.288"], [1702464905, "336.837"], [1702464926, "337.356"], [1702464956, "338.775"], [1702464992, "342.996"], [1702465016, "344.721"], [1702465049, "347.193"], [1702465085, "368.259"], [1702465118, "373.059"], [1702465145, "383.328"], [1702465178, "386.796"], [1702465208, "389.727"], [1702465241, "391.254"], [1702465298, "395.808"], [1702465334, "399.066"], [1702465367, "402.273"], [1702465394, "403.326"], [1702465418, "403.716"], [1702465445, "408.747"], [1702465481, "411.414"], [1702465517, "417.933"], [1702465550, "423.024"], [1702465586, "426.318"], [1702465619, "427.362"], [1702465658, "439.536"], [1702465706, "444.69"], [1702465754, "452.358"], [1702465787, "453.429"], [1702465823, "457.119"], [1702465856, "460.587"], [1702465880, "464.259"], [1702465910, "468.705"], [1702465952, "472.212"], [1702465988, "474.738"], [1702466015, "479.226"], [1702466030, "479.274"], [1702466060, "481.338"], [1702466078, "481.509"], [1702466138, "524.007"], [1702466168, "525.858"], [1702466204, "530.484"], [1702466237, "534.081"], [1702466261, "536.925"], [1702466291, "539.184"], [1702466327, "540.969"], [1702466360, "545.307"], [1702466384, "545.964"], [1702466417, "548.859"], [1702466441, "549.546"], [1702466471, "551.73"], [1702466507, "555.372"], [1702466540, "559.77"], [1702466597, "564.237"], [1702466633, "570.669"], [1702466666, "584.664"], [1702466705, "586.38"], [1702466732, "589.872"], [1702466765, "592.893"], [1702466801, "595.443"], [1702466852, "601.821"], [1702466876, "603.819"], [1702466918, "649.002"], [1702466978, "657.315"], [1702467014, "659.805"], [1702467038, "663.063"], [1702467068, "664.332"], [1702467122, "669.948"], [1702467158, "672.069"], [1702467191, "675.339"], [1702467221, "677.46"], [1702467257, "680.469"], [1702467299, "683.061"], [1702467350, "683.835"], [1702467386, "684.282"], [1702467419, "684.453"], [1702467455, "684.789"], [1702467515, "685.881"], [1702467542, "686.22"], [1702467566, "686.787"], [1702467599, "687.078"], [1702467635, "693.021"], [1702467668, "701.394"], [1702467695, "701.883"], [1702467716, "703.221"], [1702467746, "703.5"], [1702467800, "708.021"], [1702467824, "708.45"], [1702467908, "709.299"], [1702467944, "710.196"], [1702467968, "710.322"], [1702468001, "710.46"], [1702468031, "711.864"], [1702468067, "714.438"], [1702468085, "714.66"], [1702468115, "714.912"], [1702468151, "716.073"], [1702468181, "716.226"], [1702468208, "716.61"], [1702468241, "716.814"], [1702468256, "717.39"], [1702468286, "718.875"], [1702468322, "719.238"], [1702468352, "720.984"], [1702468388, "723.561"], [1702468424, "725.106"], [1702468457, "728.241"], [1702468493, "729.828"], [1702468517, "730.653"], [1702468550, "731.193"], [1702468586, "731.856"], [1702468613, "735.561"], [1702468637, "736.2"], [1702468679, "736.785"], [1702468721, "742.761"], [1702468730, "742.878"], [1702468766, "749.493"], [1702468799, "750.492"], [1702468835, "750.801"], [1702468898, "752.571"], [1702468934, "753.528"], [1702468970, "755.958"], [1702468994, "757.242"], [1702469024, "757.377"], [1702469060, "758.961"], [1702469111, "760.569"], [1702469144, "770.181"], [1702469168, "770.433"], [1702469204, "771.615"], [1702469237, "771.756"], [1702469273, "773.259"], [1702469303, "777.012"], [1702469336, "778.416"], [1702469360, "779.649"], [1702469387, "780.132"], [1702469411, "780.837"], [1702469435, "781.956"], [1702469468, "782.526"], [1702469504, "782.79"], [1702469537, "784.602"], [1702469573, "789.555"], [1702469606, "791.481"], [1702469633, "791.763"], [1702469660, "794.085"], [1702469684, "795.627"], [1702469717, "800.928"], [1702469753, "803.853"], [1702469786, "804.492"], [1702469816, "805.434"], [1702469834, "805.848"], [1702469864, "806.967"], [1702469906, "808.626"], [1702469936, "810.498"], [1702469972, "816.06"], [1702470005, "816.99"], [1702470029, "817.143"], [1702470065, "817.818"], [1702470101, "819.633"], [1702470131, "822.228"], [1702470167, "826.014"], [1702470203, "829.947"], [1702470251, "838.446"], [1702470278, "839.826"], [1702470311, "840.417"], [1702470347, "841.263"], [1702470371, "842.673"], [1702470404, "844.263"], [1702470440, "845.742"], [1702470476, "846.819"], [1702470506, "847.383"], [1702470542, "848.628"], [1702470575, "850.521"], [1702470611, "853.317"], [1702470635, "854.631"], [1702470662, "855.555"], [1702470686, "856.842"], [1702470719, "857.754"], [1702470746, "858.744"], [1702470812, "865.845"], [1702470845, "870.528"], [1702470875, "872.322"], [1702470899, "873.156"], [1702470953, "877.242"], [1702470983, "879.069"], [1702471025, "883.353"], [1702471067, "922.827"], [1702471169, "928.668"], [1702471193, "931.143"], [1702471226, "933.609"], [1702471265, "937.827"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "159.093"], [1702462721, "172.455"], [1702462736, "178.092"], [1702462751, "181.359"], [1702462763, "181.365"], [1702462793, "185.187"], [1702462808, "199.359"], [1702462829, "201.867"], [1702462844, "232.737"], [1702462865, "236.424"], [1702462880, "240.366"], [1702462904, "245.046"], [1702462919, "246.753"], [1702462952, "263.346"], [1702462973, "275.697"], [1702462988, "285.069"], [1702463045, "298.116"], [1702463081, "305.553"], [1702463114, "310.29"], [1702463150, "314.688"], [1702463186, "318.627"], [1702463216, "362.403"], [1702463240, "365.073"], [1702463273, "372.546"], [1702463324, "388.32"], [1702463354, "402.186"], [1702463381, "411.963"], [1702463417, "421.077"], [1702463453, "430.494"], [1702463477, "433.089"], [1702463510, "438.81"], [1702463537, "442.02"], [1702463570, "449.604"], [1702463591, "454.236"], [1702463621, "463.767"], [1702463657, "488.172"], [1702463693, "500.298"], [1702463729, "517.839"], [1702463765, "529.266"], [1702463798, "536.841"], [1702463846, "543.27"], [1702463873, "547.788"], [1702463906, "555.249"], [1702463948, "564.063"], [1702463984, "569.403"], [1702464014, "576.84"], [1702464050, "590.175"], [1702464086, "626.472"], [1702464122, "640.236"], [1702464155, "650.793"], [1702464194, "658.791"], [1702464230, "663.615"], [1702464263, "668.496"], [1702464299, "677.535"], [1702464332, "685.671"], [1702464356, "692.772"], [1702464392, "699.846"], [1702464425, "706.659"], [1702464455, "738.312"], [1702464479, "745.491"], [1702464509, "751.956"], [1702464533, "756.003"], [1702464569, "766.797"], [1702464605, "774.414"], [1702464635, "784.233"], [1702464671, "798.735"], [1702464716, "807.279"], [1702464743, "813.156"], [1702464776, "824.466"], [1702464812, "831.738"], [1702464836, "836.37"], [1702464869, "846.21"], [1702464905, "856.614"], [1702464926, "857.616"], [1702464956, "860.589"], [1702464992, "870.852"], [1702465016, "874.875"], [1702465049, "880.956"], [1702465085, "897.672"], [1702465118, "902.868"], [1702465145, "914.286"], [1702465178, "929.064"], [1702465208, "938.787"], [1702465241, "946.62"], [1702465298, "956.385"], [1702465334, "962.493"], [1702465367, "970.011"], [1702465394, "972.453"], [1702465418, "979.287"], [1702465445, "986.001"], [1702465481, "995.406"], [1702465517, "1012.821"], [1702465550, "1028.157"], [1702465586, "1046.808"], [1702465619, "1051.587"], [1702465658, "1077.426"], [1702465706, "1083.768"], [1702465754, "1103.055"], [1702465787, "1112.208"], [1702465823, "1119.537"], [1702465856, "1136.121"], [1702465880, "1143.615"], [1702465910, "1155.213"], [1702465952, "1206.315"], [1702465988, "1216.809"], [1702466015, "1228.566"], [1702466030, "1228.74"], [1702466060, "1234.101"], [1702466078, "1235.406"], [1702466138, "1253.928"], [1702466168, "1276.815"], [1702466204, "1289.499"], [1702466237, "1307.01"], [1702466261, "1313.391"], [1702466291, "1319.589"], [1702466327, "1331.817"], [1702466360, "1347.555"], [1702466384, "1353.186"], [1702466417, "1359.102"], [1702466441, "1361.037"], [1702466471, "1363.443"], [1702466507, "1374.972"], [1702466540, "1389.549"], [1702466597, "1410.339"], [1702466633, "1422.168"], [1702466666, "1434.972"], [1702466705, "1442.142"], [1702466732, "1456.083"], [1702466765, "1465.266"], [1702466801, "1473.594"], [1702466852, "1491.957"], [1702466876, "1492.836"], [1702466918, "1506.09"], [1702466978, "1532.805"], [1702467014, "1564.827"], [1702467038, "1578.633"], [1702467068, "1587.768"], [1702467122, "1603.557"], [1702467158, "1613.781"], [1702467191, "1621.683"], [1702467221, "1629.999"], [1702467257, "1639.008"], [1702467299, "1642.587"], [1702467350, "1646.859"], [1702467386, "1649.895"], [1702467419, "1650.66"], [1702467455, "1651.899"], [1702467515, "1653.702"], [1702467542, "1654.206"], [1702467566, "1654.719"], [1702467599, "1655.25"], [1702467635, "1668.15"], [1702467668, "1681.116"], [1702467695, "1683.024"], [1702467716, "1685.937"], [1702467746, "1686.915"], [1702467800, "1700.415"], [1702467824, "1701.888"], [1702467908, "1705.185"], [1702467944, "1706.877"], [1702467968, "1707.21"], [1702468001, "1707.822"], [1702468031, "1714.347"], [1702468067, "1725.57"], [1702468085, "1726.215"], [1702468115, "1727.817"], [1702468151, "1736.46"], [1702468181, "1737.603"], [1702468208, "1738.722"], [1702468241, "1740.078"], [1702468256, "1740.627"], [1702468286, "1742.322"], [1702468322, "1743.135"], [1702468352, "1756.92"], [1702468388, "1770.567"], [1702468424, "1777.098"], [1702468457, "1782.954"], [1702468493, "1785.39"], [1702468517, "1788.276"], [1702468550, "1790.019"], [1702468586, "1791.939"], [1702468613, "1799.319"], [1702468637, "1800.75"], [1702468679, "1802.058"], [1702468721, "1810.656"], [1702468730, "1812.174"], [1702468766, "1819.11"], [1702468799, "1824"], [1702468835, "1825.632"], [1702468898, "1831.374"], [1702468934, "1834.101"], [1702468970, "1851.891"], [1702468994, "1858.362"], [1702469024, "1858.926"], [1702469060, "1861.11"], [1702469111, "1866.279"], [1702469144, "1875.492"], [1702469168, "1876.383"], [1702469204, "1878.66"], [1702469237, "1880.253"], [1702469273, "1881.825"], [1702469303, "1888.623"], [1702469336, "1891.062"], [1702469360, "1892.694"], [1702469387, "1893.366"], [1702469411, "1895.559"], [1702469435, "1896.99"], [1702469468, "1898.781"], [1702469504, "1899.126"], [1702469537, "1904.253"], [1702469573, "1911.753"], [1702469606, "1918.746"], [1702469633, "1919.439"], [1702469660, "1930.038"], [1702469684, "1935.264"], [1702469717, "1941.363"], [1702469753, "1943.445"], [1702469786, "1945.797"], [1702469816, "1954.242"], [1702469834, "1955.382"], [1702469864, "1960.155"], [1702469906, "1964.763"], [1702469936, "1969.632"], [1702469972, "1977.99"], [1702470005, "1985.802"], [1702470029, "1986.615"], [1702470065, "1988.271"], [1702470101, "1991.202"], [1702470131, "2004.042"], [1702470167, "2023.71"], [1702470203, "2032.98"], [1702470251, "2046.411"], [1702470278, "2048.316"], [1702470311, "2050.26"], [1702470347, "2054.112"], [1702470371, "2061.081"], [1702470404, "2065.923"], [1702470440, "2071.929"], [1702470476, "2081.508"], [1702470506, "2083.368"], [1702470542, "2092.53"], [1702470575, "2106.69"], [1702470611, "2113.716"], [1702470635, "2116.185"], [1702470662, "2117.658"], [1702470686, "2118.909"], [1702470719, "2121.42"], [1702470746, "2128.542"], [1702470812, "2138.814"], [1702470845, "2151.315"], [1702470875, "2158.368"], [1702470899, "2162.976"], [1702470953, "2171.712"], [1702470983, "2175.957"], [1702471025, "2188.326"], [1702471067, "2201.925"], [1702471169, "2229.84"], [1702471193, "2235.132"], [1702471226, "2247.54"], [1702471265, "2259.624"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.906"], [1702462721, "0.906"], [1702462736, "1.26"], [1702462751, "1.26"], [1702462763, "1.26"], [1702462793, "1.26"], [1702462808, "1.26"], [1702462829, "1.26"], [1702462844, "1.26"], [1702462865, "1.26"], [1702462880, "1.26"], [1702462904, "1.341"], [1702462919, "1.341"], [1702462952, "1.341"], [1702462973, "1.362"], [1702462988, "1.362"], [1702463045, "2.445"], [1702463081, "2.505"], [1702463114, "2.505"], [1702463150, "2.505"], [1702463186, "2.514"], [1702463216, "2.514"], [1702463240, "2.514"], [1702463273, "2.514"], [1702463324, "2.514"], [1702463354, "2.514"], [1702463381, "2.514"], [1702463417, "2.514"], [1702463453, "2.523"], [1702463477, "2.523"], [1702463510, "3.012"], [1702463537, "3.015"], [1702463570, "3.015"], [1702463591, "3.015"], [1702463621, "3.015"], [1702463657, "3.015"], [1702463693, "3.015"], [1702463729, "3.015"], [1702463765, "3.015"], [1702463798, "3.015"], [1702463846, "3.015"], [1702463873, "3.015"], [1702463906, "3.015"], [1702463948, "3.015"], [1702463984, "3.015"], [1702464014, "3.015"], [1702464050, "3.015"], [1702464086, "3.021"], [1702464122, "3.021"], [1702464155, "3.021"], [1702464194, "3.09"], [1702464230, "3.09"], [1702464263, "3.114"], [1702464299, "3.114"], [1702464332, "3.114"], [1702464356, "3.114"], [1702464392, "3.612"], [1702464425, "3.612"], [1702464455, "3.678"], [1702464479, "3.678"], [1702464509, "3.678"], [1702464533, "3.678"], [1702464569, "3.678"], [1702464605, "3.678"], [1702464635, "3.678"], [1702464671, "3.684"], [1702464716, "3.684"], [1702464743, "3.684"], [1702464776, "3.684"], [1702464812, "3.948"], [1702464836, "3.948"], [1702464869, "4.2"], [1702464905, "4.218"], [1702464926, "4.218"], [1702464956, "4.218"], [1702464992, "4.218"], [1702465016, "4.422"], [1702465049, "4.464"], [1702465085, "4.464"], [1702465118, "4.464"], [1702465145, "4.464"], [1702465178, "4.464"], [1702465208, "4.473"], [1702465241, "4.473"], [1702465298, "4.473"], [1702465334, "4.473"], [1702465367, "4.473"], [1702465394, "4.473"], [1702465418, "4.473"], [1702465445, "4.473"], [1702465481, "4.629"], [1702465517, "4.629"], [1702465550, "4.758"], [1702465586, "4.809"], [1702465619, "4.809"], [1702465658, "4.809"], [1702465706, "4.809"], [1702465754, "4.809"], [1702465787, "4.809"], [1702465823, "4.809"], [1702465856, "4.809"], [1702465880, "4.809"], [1702465910, "5.034"], [1702465952, "5.034"], [1702465988, "5.034"], [1702466015, "5.04"], [1702466030, "5.043"], [1702466060, "5.043"], [1702466078, "5.046"], [1702466138, "5.046"], [1702466168, "5.046"], [1702466204, "5.046"], [1702466237, "5.046"], [1702466261, "5.046"], [1702466291, "5.046"], [1702466327, "5.046"], [1702466360, "5.046"], [1702466384, "5.403"], [1702466417, "5.403"], [1702466441, "5.403"], [1702466471, "5.403"], [1702466507, "5.403"], [1702466540, "5.484"], [1702466597, "5.496"], [1702466633, "5.496"], [1702466666, "5.496"], [1702466705, "5.496"], [1702466732, "5.496"], [1702466765, "5.496"], [1702466801, "5.535"], [1702466852, "5.535"], [1702466876, "5.535"], [1702466918, "5.535"], [1702466978, "5.535"], [1702467014, "5.535"], [1702467038, "5.535"], [1702467068, "5.535"], [1702467122, "5.535"], [1702467158, "5.535"], [1702467191, "5.535"], [1702467221, "5.535"], [1702467257, "5.535"], [1702467299, "5.538"], [1702467350, "5.538"], [1702467386, "5.562"], [1702467419, "5.562"], [1702467455, "5.562"], [1702467515, "5.565"], [1702467542, "5.565"], [1702467566, "5.565"], [1702467599, "5.568"], [1702467635, "5.568"], [1702467668, "5.568"], [1702467695, "5.571"], [1702467716, "5.571"], [1702467746, "5.571"], [1702467800, "5.571"], [1702467824, "5.589"], [1702467908, "5.589"], [1702467944, "5.589"], [1702467968, "5.589"], [1702468001, "5.589"], [1702468031, "5.589"], [1702468067, "5.589"], [1702468085, "5.595"], [1702468115, "5.595"], [1702468151, "5.598"], [1702468181, "5.598"], [1702468208, "5.598"], [1702468241, "5.598"], [1702468256, "5.601"], [1702468286, "5.607"], [1702468322, "5.607"], [1702468352, "5.607"], [1702468388, "5.607"], [1702468424, "5.607"], [1702468457, "5.607"], [1702468493, "5.613"], [1702468517, "5.613"], [1702468550, "5.613"], [1702468586, "5.616"], [1702468613, "5.616"], [1702468637, "5.616"], [1702468679, "5.643"], [1702468721, "5.643"], [1702468730, "5.643"], [1702468766, "5.649"], [1702468799, "5.649"], [1702468835, "5.649"], [1702468898, "5.661"], [1702468934, "5.661"], [1702468970, "5.661"], [1702468994, "5.709"], [1702469024, "5.709"], [1702469060, "5.709"], [1702469111, "5.736"], [1702469144, "5.736"], [1702469168, "5.736"], [1702469204, "5.736"], [1702469237, "5.736"], [1702469273, "5.736"], [1702469303, "5.736"], [1702469336, "5.736"], [1702469360, "5.736"], [1702469387, "5.757"], [1702469411, "5.763"], [1702469435, "5.763"], [1702469468, "5.763"], [1702469504, "5.763"], [1702469537, "5.763"], [1702469573, "5.763"], [1702469606, "5.763"], [1702469633, "5.763"], [1702469660, "5.763"], [1702469684, "5.763"], [1702469717, "5.763"], [1702469753, "5.763"], [1702469786, "5.763"], [1702469816, "5.763"], [1702469834, "5.763"], [1702469864, "5.763"], [1702469906, "5.763"], [1702469936, "5.781"], [1702469972, "5.781"], [1702470005, "5.781"], [1702470029, "5.781"], [1702470065, "5.781"], [1702470101, "5.781"], [1702470131, "5.781"], [1702470167, "5.781"], [1702470203, "5.781"], [1702470251, "6.306"], [1702470278, "6.306"], [1702470311, "6.306"], [1702470347, "6.306"], [1702470371, "6.306"], [1702470404, "6.306"], [1702470440, "6.306"], [1702470476, "6.312"], [1702470506, "6.312"], [1702470542, "6.312"], [1702470575, "6.312"], [1702470611, "6.321"], [1702470635, "6.324"], [1702470662, "6.324"], [1702470686, "6.363"], [1702470719, "6.363"], [1702470746, "6.363"], [1702470812, "6.363"], [1702470845, "6.363"], [1702470875, "6.363"], [1702470899, "6.363"], [1702470953, "6.363"], [1702470983, "6.363"], [1702471025, "6.363"], [1702471067, "6.363"], [1702471169, "7.02"], [1702471193, "7.02"], [1702471226, "7.02"], [1702471265, "7.02"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.234"], [1702462721, "0.264"], [1702462736, "0.27"], [1702462751, "0.657"], [1702462763, "0.657"], [1702462793, "0.657"], [1702462808, "0.69"], [1702462829, "0.69"], [1702462844, "0.753"], [1702462865, "0.759"], [1702462880, "0.759"], [1702462904, "0.759"], [1702462919, "0.759"], [1702462952, "2.922"], [1702462973, "2.994"], [1702462988, "2.994"], [1702463045, "3.105"], [1702463081, "3.258"], [1702463114, "3.279"], [1702463150, "3.279"], [1702463186, "3.297"], [1702463216, "3.501"], [1702463240, "3.501"], [1702463273, "3.501"], [1702463324, "3.63"], [1702463354, "3.864"], [1702463381, "3.864"], [1702463417, "3.864"], [1702463453, "4.422"], [1702463477, "4.434"], [1702463510, "4.434"], [1702463537, "4.446"], [1702463570, "4.473"], [1702463591, "4.566"], [1702463621, "4.566"], [1702463657, "5.991"], [1702463693, "6.111"], [1702463729, "6.129"], [1702463765, "6.129"], [1702463798, "6.255"], [1702463846, "6.267"], [1702463873, "6.267"], [1702463906, "6.279"], [1702463948, "7.335"], [1702463984, "7.335"], [1702464014, "7.335"], [1702464050, "7.743"], [1702464086, "8.028"], [1702464122, "8.028"], [1702464155, "8.061"], [1702464194, "8.316"], [1702464230, "8.316"], [1702464263, "8.319"], [1702464299, "8.325"], [1702464332, "8.439"], [1702464356, "8.439"], [1702464392, "8.463"], [1702464425, "8.577"], [1702464455, "9.969"], [1702464479, "9.969"], [1702464509, "9.969"], [1702464533, "10.047"], [1702464569, "10.65"], [1702464605, "10.65"], [1702464635, "10.65"], [1702464671, "10.851"], [1702464716, "10.977"], [1702464743, "10.977"], [1702464776, "11.04"], [1702464812, "11.067"], [1702464836, "11.067"], [1702464869, "11.067"], [1702464905, "11.121"], [1702464926, "11.127"], [1702464956, "11.127"], [1702464992, "11.127"], [1702465016, "11.181"], [1702465049, "11.229"], [1702465085, "11.229"], [1702465118, "11.232"], [1702465145, "11.676"], [1702465178, "11.718"], [1702465208, "11.718"], [1702465241, "11.724"], [1702465298, "11.853"], [1702465334, "11.853"], [1702465367, "11.853"], [1702465394, "11.853"], [1702465418, "11.928"], [1702465445, "11.928"], [1702465481, "12"], [1702465517, "12.207"], [1702465550, "12.207"], [1702465586, "12.207"], [1702465619, "12.339"], [1702465658, "13.224"], [1702465706, "13.224"], [1702465754, "13.686"], [1702465787, "13.686"], [1702465823, "13.689"], [1702465856, "13.947"], [1702465880, "13.947"], [1702465910, "13.947"], [1702465952, "14.025"], [1702465988, "14.889"], [1702466015, "14.889"], [1702466030, "14.889"], [1702466060, "14.901"], [1702466078, "14.919"], [1702466138, "14.967"], [1702466168, "14.973"], [1702466204, "14.988"], [1702466237, "15.003"], [1702466261, "15.003"], [1702466291, "15.003"], [1702466327, "15.183"], [1702466360, "15.297"], [1702466384, "15.297"], [1702466417, "15.297"], [1702466441, "15.3"], [1702466471, "15.405"], [1702466507, "15.405"], [1702466540, "15.405"], [1702466597, "15.471"], [1702466633, "15.471"], [1702466666, "15.48"], [1702466705, "15.483"], [1702466732, "15.483"], [1702466765, "15.483"], [1702466801, "15.609"], [1702466852, "15.921"], [1702466876, "15.921"], [1702466918, "15.975"], [1702466978, "16.137"], [1702467014, "16.137"], [1702467038, "16.302"], [1702467068, "16.572"], [1702467122, "16.572"], [1702467158, "17.001"], [1702467191, "17.313"], [1702467221, "17.313"], [1702467257, "17.403"], [1702467299, "17.718"], [1702467350, "17.721"], [1702467386, "17.721"], [1702467419, "17.739"], [1702467455, "17.739"], [1702467515, "17.754"], [1702467542, "17.781"], [1702467566, "17.781"], [1702467599, "17.781"], [1702467635, "18.135"], [1702467668, "18.726"], [1702467695, "18.726"], [1702467716, "18.726"], [1702467746, "18.738"], [1702467800, "18.75"], [1702467824, "18.75"], [1702467908, "18.768"], [1702467944, "18.768"], [1702467968, "18.768"], [1702468001, "18.771"], [1702468031, "18.786"], [1702468067, "18.786"], [1702468085, "18.789"], [1702468115, "18.81"], [1702468151, "19.032"], [1702468181, "19.032"], [1702468208, "19.032"], [1702468241, "19.044"], [1702468256, "19.056"], [1702468286, "19.056"], [1702468322, "19.056"], [1702468352, "19.056"], [1702468388, "19.086"], [1702468424, "19.254"], [1702468457, "19.254"], [1702468493, "19.299"], [1702468517, "19.947"], [1702468550, "19.947"], [1702468586, "19.95"], [1702468613, "20.028"], [1702468637, "20.043"], [1702468679, "20.043"], [1702468721, "20.043"], [1702468730, "20.049"], [1702468766, "20.049"], [1702468799, "20.049"], [1702468835, "20.052"], [1702468898, "20.16"], [1702468934, "20.16"], [1702468970, "20.433"], [1702468994, "20.478"], [1702469024, "20.478"], [1702469060, "20.478"], [1702469111, "20.487"], [1702469144, "20.487"], [1702469168, "20.487"], [1702469204, "20.511"], [1702469237, "20.544"], [1702469273, "20.544"], [1702469303, "20.556"], [1702469336, "20.568"], [1702469360, "20.571"], [1702469387, "20.571"], [1702469411, "20.571"], [1702469435, "20.589"], [1702469468, "20.622"], [1702469504, "20.622"], [1702469537, "20.622"], [1702469573, "20.7"], [1702469606, "20.7"], [1702469633, "20.7"], [1702469660, "20.7"], [1702469684, "20.829"], [1702469717, "21.042"], [1702469753, "21.042"], [1702469786, "21.042"], [1702469816, "21.201"], [1702469834, "21.213"], [1702469864, "21.213"], [1702469906, "21.228"], [1702469936, "21.228"], [1702469972, "21.228"], [1702470005, "21.228"], [1702470029, "21.237"], [1702470065, "21.258"], [1702470101, "21.264"], [1702470131, "21.264"], [1702470167, "21.516"], [1702470203, "21.708"], [1702470251, "21.708"], [1702470278, "21.729"], [1702470311, "21.744"], [1702470347, "21.744"], [1702470371, "21.744"], [1702470404, "21.987"], [1702470440, "22.101"], [1702470476, "22.101"], [1702470506, "22.107"], [1702470542, "22.215"], [1702470575, "22.215"], [1702470611, "22.215"], [1702470635, "22.215"], [1702470662, "22.242"], [1702470686, "22.368"], [1702470719, "22.368"], [1702470746, "22.479"], [1702470812, "22.587"], [1702470845, "22.587"], [1702470875, "22.587"], [1702470899, "22.59"], [1702470953, "22.794"], [1702470983, "22.794"], [1702471025, "22.83"], [1702471067, "22.833"], [1702471169, "23.7"], [1702471193, "23.7"], [1702471226, "23.7"], [1702471265, "23.748"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "4.281"], [1702462721, "4.281"], [1702462736, "4.722"], [1702462751, "4.731"], [1702462763, "4.734"], [1702462793, "4.758"], [1702462808, "4.902"], [1702462829, "4.986"], [1702462844, "5.016"], [1702462865, "5.019"], [1702462880, "5.451"], [1702462904, "5.454"], [1702462919, "5.454"], [1702462952, "5.511"], [1702462973, "5.511"], [1702462988, "5.919"], [1702463045, "6.213"], [1702463081, "6.297"], [1702463114, "6.405"], [1702463150, "6.606"], [1702463186, "6.615"], [1702463216, "6.615"], [1702463240, "6.621"], [1702463273, "6.63"], [1702463324, "6.645"], [1702463354, "6.975"], [1702463381, "7.023"], [1702463417, "7.029"], [1702463453, "7.035"], [1702463477, "7.17"], [1702463510, "7.17"], [1702463537, "7.17"], [1702463570, "7.2"], [1702463591, "7.2"], [1702463621, "7.473"], [1702463657, "7.476"], [1702463693, "7.476"], [1702463729, "8.271"], [1702463765, "8.271"], [1702463798, "8.649"], [1702463846, "8.766"], [1702463873, "8.808"], [1702463906, "8.826"], [1702463948, "9.12"], [1702463984, "9.15"], [1702464014, "9.15"], [1702464050, "9.504"], [1702464086, "9.504"], [1702464122, "9.876"], [1702464155, "10.083"], [1702464194, "10.254"], [1702464230, "10.254"], [1702464263, "10.263"], [1702464299, "10.29"], [1702464332, "10.41"], [1702464356, "10.41"], [1702464392, "10.512"], [1702464425, "10.614"], [1702464455, "11.472"], [1702464479, "11.766"], [1702464509, "11.814"], [1702464533, "11.955"], [1702464569, "12.435"], [1702464605, "12.519"], [1702464635, "12.651"], [1702464671, "12.669"], [1702464716, "12.78"], [1702464743, "12.84"], [1702464776, "12.84"], [1702464812, "12.84"], [1702464836, "12.855"], [1702464869, "12.942"], [1702464905, "12.942"], [1702464926, "12.942"], [1702464956, "13.071"], [1702464992, "13.506"], [1702465016, "13.506"], [1702465049, "13.557"], [1702465085, "13.557"], [1702465118, "13.641"], [1702465145, "13.641"], [1702465178, "13.863"], [1702465208, "13.863"], [1702465241, "13.932"], [1702465298, "14.238"], [1702465334, "14.481"], [1702465367, "14.481"], [1702465394, "14.481"], [1702465418, "14.481"], [1702465445, "14.589"], [1702465481, "14.811"], [1702465517, "14.811"], [1702465550, "15.141"], [1702465586, "15.174"], [1702465619, "15.174"], [1702465658, "15.18"], [1702465706, "15.345"], [1702465754, "15.405"], [1702465787, "15.405"], [1702465823, "15.435"], [1702465856, "15.435"], [1702465880, "15.462"], [1702465910, "15.501"], [1702465952, "15.642"], [1702465988, "15.642"], [1702466015, "15.774"], [1702466030, "15.777"], [1702466060, "16.086"], [1702466078, "16.26"], [1702466138, "16.479"], [1702466168, "16.59"], [1702466204, "16.599"], [1702466237, "16.599"], [1702466261, "16.854"], [1702466291, "16.869"], [1702466327, "16.869"], [1702466360, "17.487"], [1702466384, "17.487"], [1702466417, "17.502"], [1702466441, "17.508"], [1702466471, "17.52"], [1702466507, "17.52"], [1702466540, "17.529"], [1702466597, "17.529"], [1702466633, "17.793"], [1702466666, "17.793"], [1702466705, "18.087"], [1702466732, "18.117"], [1702466765, "18.135"], [1702466801, "18.42"], [1702466852, "18.435"], [1702466876, "18.435"], [1702466918, "18.564"], [1702466978, "18.585"], [1702467014, "18.918"], [1702467038, "19.692"], [1702467068, "19.692"], [1702467122, "19.905"], [1702467158, "19.941"], [1702467191, "19.941"], [1702467221, "20.019"], [1702467257, "20.022"], [1702467299, "20.022"], [1702467350, "20.055"], [1702467386, "20.055"], [1702467419, "20.073"], [1702467455, "20.082"], [1702467515, "20.088"], [1702467542, "20.091"], [1702467566, "20.118"], [1702467599, "20.121"], [1702467635, "20.124"], [1702467668, "20.169"], [1702467695, "20.229"], [1702467716, "20.238"], [1702467746, "20.256"], [1702467800, "20.307"], [1702467824, "20.319"], [1702467908, "20.322"], [1702467944, "20.337"], [1702467968, "20.34"], [1702468001, "20.346"], [1702468031, "20.346"], [1702468067, "20.847"], [1702468085, "20.85"], [1702468115, "20.85"], [1702468151, "21.474"], [1702468181, "21.474"], [1702468208, "21.504"], [1702468241, "21.519"], [1702468256, "21.519"], [1702468286, "21.612"], [1702468322, "21.648"], [1702468352, "23.175"], [1702468388, "23.178"], [1702468424, "23.241"], [1702468457, "23.241"], [1702468493, "23.295"], [1702468517, "23.295"], [1702468550, "23.295"], [1702468586, "23.307"], [1702468613, "23.307"], [1702468637, "23.376"], [1702468679, "23.394"], [1702468721, "23.394"], [1702468730, "23.394"], [1702468766, "23.409"], [1702468799, "23.409"], [1702468835, "23.427"], [1702468898, "23.943"], [1702468934, "23.943"], [1702468970, "24.276"], [1702468994, "24.279"], [1702469024, "24.288"], [1702469060, "24.309"], [1702469111, "24.339"], [1702469144, "24.576"], [1702469168, "24.579"], [1702469204, "24.681"], [1702469237, "24.711"], [1702469273, "24.723"], [1702469303, "24.726"], [1702469336, "24.738"], [1702469360, "24.78"], [1702469387, "24.78"], [1702469411, "24.78"], [1702469435, "24.813"], [1702469468, "24.816"], [1702469504, "24.819"], [1702469537, "24.819"], [1702469573, "24.93"], [1702469606, "24.93"], [1702469633, "24.93"], [1702469660, "24.93"], [1702469684, "24.93"], [1702469717, "24.948"], [1702469753, "24.948"], [1702469786, "24.948"], [1702469816, "24.951"], [1702469834, "24.969"], [1702469864, "24.969"], [1702469906, "24.969"], [1702469936, "24.969"], [1702469972, "25.065"], [1702470005, "25.065"], [1702470029, "25.065"], [1702470065, "25.113"], [1702470101, "25.113"], [1702470131, "25.113"], [1702470167, "25.113"], [1702470203, "25.284"], [1702470251, "25.284"], [1702470278, "25.293"], [1702470311, "25.293"], [1702470347, "25.332"], [1702470371, "25.332"], [1702470404, "25.671"], [1702470440, "25.707"], [1702470476, "25.707"], [1702470506, "25.707"], [1702470542, "25.713"], [1702470575, "25.728"], [1702470611, "25.74"], [1702470635, "25.794"], [1702470662, "25.866"], [1702470686, "25.866"], [1702470719, "25.98"], [1702470746, "25.995"], [1702470812, "26.085"], [1702470845, "26.112"], [1702470875, "26.112"], [1702470899, "26.112"], [1702470953, "26.355"], [1702470983, "26.355"], [1702471025, "26.376"], [1702471067, "26.574"], [1702471169, "26.844"], [1702471193, "26.844"], [1702471226, "27.135"], [1702471265, "27.336"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "4.371"], [1702462721, "4.887"], [1702462736, "4.887"], [1702462751, "4.887"], [1702462763, "4.89"], [1702462793, "5.223"], [1702462808, "5.313"], [1702462829, "5.496"], [1702462844, "5.523"], [1702462865, "5.523"], [1702462880, "5.523"], [1702462904, "5.727"], [1702462919, "5.727"], [1702462952, "7.704"], [1702462973, "7.743"], [1702462988, "7.767"], [1702463045, "7.767"], [1702463081, "8.682"], [1702463114, "8.691"], [1702463150, "9.366"], [1702463186, "9.747"], [1702463216, "9.903"], [1702463240, "10.152"], [1702463273, "10.557"], [1702463324, "11.526"], [1702463354, "11.934"], [1702463381, "12.003"], [1702463417, "12.042"], [1702463453, "13.602"], [1702463477, "13.605"], [1702463510, "13.605"], [1702463537, "13.614"], [1702463570, "13.872"], [1702463591, "13.875"], [1702463621, "13.905"], [1702463657, "13.908"], [1702463693, "14.478"], [1702463729, "15.732"], [1702463765, "21.39"], [1702463798, "21.408"], [1702463846, "21.408"], [1702463873, "22.767"], [1702463906, "22.812"], [1702463948, "22.872"], [1702463984, "22.956"], [1702464014, "23.127"], [1702464050, "23.667"], [1702464086, "23.7"], [1702464122, "23.877"], [1702464155, "24.24"], [1702464194, "24.687"], [1702464230, "24.69"], [1702464263, "24.693"], [1702464299, "25.116"], [1702464332, "25.449"], [1702464356, "25.632"], [1702464392, "26.034"], [1702464425, "26.595"], [1702464455, "27.027"], [1702464479, "27.357"], [1702464509, "27.459"], [1702464533, "28.407"], [1702464569, "32.634"], [1702464605, "32.733"], [1702464635, "33.066"], [1702464671, "34.191"], [1702464716, "36.048"], [1702464743, "36.303"], [1702464776, "36.459"], [1702464812, "36.621"], [1702464836, "36.819"], [1702464869, "37.092"], [1702464905, "37.308"], [1702464926, "37.311"], [1702464956, "38.781"], [1702464992, "39.039"], [1702465016, "39.75"], [1702465049, "39.906"], [1702465085, "40.737"], [1702465118, "41.067"], [1702465145, "41.181"], [1702465178, "41.223"], [1702465208, "41.835"], [1702465241, "42.111"], [1702465298, "42.168"], [1702465334, "42.984"], [1702465367, "43.119"], [1702465394, "43.266"], [1702465418, "43.335"], [1702465445, "43.368"], [1702465481, "43.488"], [1702465517, "43.851"], [1702465550, "44.382"], [1702465586, "45.117"], [1702465619, "45.168"], [1702465658, "45.315"], [1702465706, "45.567"], [1702465754, "47.172"], [1702465787, "47.346"], [1702465823, "48.099"], [1702465856, "48.132"], [1702465880, "49.14"], [1702465910, "49.152"], [1702465952, "49.629"], [1702465988, "49.629"], [1702466015, "49.692"], [1702466030, "49.695"], [1702466060, "49.704"], [1702466078, "49.728"], [1702466138, "50.196"], [1702466168, "50.472"], [1702466204, "50.778"], [1702466237, "50.778"], [1702466261, "51.051"], [1702466291, "51.534"], [1702466327, "51.996"], [1702466360, "52.146"], [1702466384, "52.305"], [1702466417, "52.383"], [1702466441, "52.386"], [1702466471, "52.542"], [1702466507, "53.022"], [1702466540, "53.274"], [1702466597, "55.191"], [1702466633, "56.778"], [1702466666, "57.171"], [1702466705, "57.174"], [1702466732, "57.306"], [1702466765, "57.438"], [1702466801, "57.762"], [1702466852, "60.204"], [1702466876, "60.207"], [1702466918, "60.891"], [1702466978, "63.012"], [1702467014, "63.168"], [1702467038, "63.228"], [1702467068, "63.654"], [1702467122, "64.338"], [1702467158, "64.683"], [1702467191, "65.319"], [1702467221, "66.303"], [1702467257, "66.474"], [1702467299, "66.738"], [1702467350, "67.005"], [1702467386, "67.104"], [1702467419, "67.122"], [1702467455, "67.182"], [1702467515, "67.206"], [1702467542, "67.245"], [1702467566, "67.248"], [1702467599, "67.254"], [1702467635, "67.563"], [1702467668, "67.632"], [1702467695, "67.878"], [1702467716, "67.938"], [1702467746, "67.938"], [1702467800, "67.992"], [1702467824, "68.007"], [1702467908, "68.04"], [1702467944, "68.094"], [1702467968, "68.1"], [1702468001, "68.112"], [1702468031, "68.346"], [1702468067, "71.262"], [1702468085, "71.28"], [1702468115, "71.31"], [1702468151, "71.337"], [1702468181, "71.358"], [1702468208, "71.364"], [1702468241, "71.391"], [1702468256, "71.394"], [1702468286, "71.415"], [1702468322, "71.466"], [1702468352, "72.564"], [1702468388, "73.2"], [1702468424, "73.449"], [1702468457, "73.503"], [1702468493, "73.596"], [1702468517, "73.608"], [1702468550, "73.62"], [1702468586, "73.653"], [1702468613, "73.833"], [1702468637, "73.833"], [1702468679, "73.896"], [1702468721, "74.223"], [1702468730, "74.223"], [1702468766, "74.232"], [1702468799, "74.49"], [1702468835, "74.49"], [1702468898, "74.547"], [1702468934, "74.574"], [1702468970, "74.739"], [1702468994, "74.766"], [1702469024, "74.775"], [1702469060, "74.79"], [1702469111, "74.952"], [1702469144, "75.018"], [1702469168, "75.018"], [1702469204, "75.093"], [1702469237, "75.12"], [1702469273, "75.153"], [1702469303, "75.615"], [1702469336, "75.693"], [1702469360, "75.702"], [1702469387, "75.807"], [1702469411, "75.846"], [1702469435, "75.888"], [1702469468, "75.957"], [1702469504, "75.96"], [1702469537, "76.128"], [1702469573, "76.32"], [1702469606, "76.719"], [1702469633, "76.743"], [1702469660, "76.743"], [1702469684, "76.83"], [1702469717, "76.842"], [1702469753, "77.28"], [1702469786, "77.31"], [1702469816, "77.343"], [1702469834, "77.352"], [1702469864, "77.4"], [1702469906, "77.442"], [1702469936, "77.685"], [1702469972, "77.742"], [1702470005, "77.802"], [1702470029, "77.805"], [1702470065, "77.805"], [1702470101, "77.808"], [1702470131, "77.934"], [1702470167, "78.393"], [1702470203, "78.441"], [1702470251, "79.497"], [1702470278, "79.518"], [1702470311, "79.539"], [1702470347, "79.539"], [1702470371, "79.542"], [1702470404, "79.551"], [1702470440, "79.683"], [1702470476, "80.175"], [1702470506, "80.259"], [1702470542, "80.289"], [1702470575, "80.388"], [1702470611, "80.622"], [1702470635, "80.634"], [1702470662, "80.67"], [1702470686, "80.691"], [1702470719, "80.805"], [1702470746, "80.805"], [1702470812, "80.91"], [1702470845, "80.91"], [1702470875, "80.925"], [1702470899, "81.24"], [1702470953, "81.474"], [1702470983, "81.924"], [1702471025, "82.548"], [1702471067, "83.271"], [1702471169, "84.267"], [1702471193, "84.648"], [1702471226, "84.846"], [1702471265, "85.728"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0.117"], [1702462844, "0.117"], [1702462865, "0.117"], [1702462880, "0.117"], [1702462904, "0.117"], [1702462919, "0.117"], [1702462952, "0.117"], [1702462973, "0.117"], [1702462988, "0.117"], [1702463045, "0.117"], [1702463081, "0.117"], [1702463114, "0.117"], [1702463150, "0.117"], [1702463186, "0.117"], [1702463216, "0.117"], [1702463240, "0.117"], [1702463273, "0.117"], [1702463324, "0.117"], [1702463354, "0.117"], [1702463381, "0.117"], [1702463417, "0.117"], [1702463453, "0.117"], [1702463477, "0.117"], [1702463510, "0.117"], [1702463537, "0.12"], [1702463570, "0.12"], [1702463591, "0.12"], [1702463621, "0.12"], [1702463657, "0.12"], [1702463693, "0.12"], [1702463729, "0.12"], [1702463765, "0.12"], [1702463798, "0.12"], [1702463846, "0.12"], [1702463873, "0.12"], [1702463906, "0.12"], [1702463948, "0.12"], [1702463984, "0.12"], [1702464014, "0.12"], [1702464050, "0.12"], [1702464086, "0.12"], [1702464122, "0.12"], [1702464155, "0.12"], [1702464194, "0.12"], [1702464230, "0.12"], [1702464263, "0.12"], [1702464299, "0.138"], [1702464332, "0.138"], [1702464356, "0.138"], [1702464392, "0.138"], [1702464425, "0.138"], [1702464455, "0.138"], [1702464479, "0.138"], [1702464509, "0.138"], [1702464533, "0.138"], [1702464569, "0.138"], [1702464605, "0.138"], [1702464635, "0.138"], [1702464671, "0.138"], [1702464716, "0.138"], [1702464743, "0.138"], [1702464776, "0.138"], [1702464812, "0.138"], [1702464836, "0.138"], [1702464869, "0.138"], [1702464905, "0.138"], [1702464926, "0.138"], [1702464956, "0.138"], [1702464992, "0.138"], [1702465016, "0.138"], [1702465049, "0.138"], [1702465085, "0.138"], [1702465118, "0.138"], [1702465145, "0.138"], [1702465178, "0.138"], [1702465208, "0.138"], [1702465241, "0.138"], [1702465298, "0.138"], [1702465334, "0.138"], [1702465367, "0.138"], [1702465394, "0.138"], [1702465418, "0.138"], [1702465445, "0.138"], [1702465481, "0.138"], [1702465517, "0.138"], [1702465550, "0.138"], [1702465586, "0.138"], [1702465619, "0.138"], [1702465658, "0.138"], [1702465706, "0.138"], [1702465754, "0.138"], [1702465787, "0.138"], [1702465823, "0.138"], [1702465856, "0.138"], [1702465880, "0.138"], [1702465910, "0.138"], [1702465952, "0.138"], [1702465988, "0.138"], [1702466015, "0.138"], [1702466030, "0.138"], [1702466060, "0.138"], [1702466078, "0.138"], [1702466138, "0.138"], [1702466168, "0.138"], [1702466204, "0.138"], [1702466237, "0.138"], [1702466261, "0.138"], [1702466291, "0.138"], [1702466327, "0.138"], [1702466360, "0.138"], [1702466384, "0.138"], [1702466417, "0.138"], [1702466441, "0.138"], [1702466471, "0.138"], [1702466507, "0.138"], [1702466540, "0.138"], [1702466597, "0.138"], [1702466633, "0.138"], [1702466666, "0.138"], [1702466705, "0.138"], [1702466732, "0.138"], [1702466765, "0.138"], [1702466801, "0.138"], [1702466852, "0.138"], [1702466876, "0.138"], [1702466918, "0.138"], [1702466978, "0.138"], [1702467014, "0.138"], [1702467038, "0.138"], [1702467068, "0.138"], [1702467122, "0.138"], [1702467158, "0.138"], [1702467191, "0.138"], [1702467221, "0.138"], [1702467257, "0.138"], [1702467299, "0.138"], [1702467350, "0.138"], [1702467386, "0.138"], [1702467419, "0.138"], [1702467455, "0.138"], [1702467515, "0.138"], [1702467542, "0.138"], [1702467566, "0.138"], [1702467599, "0.138"], [1702467635, "0.138"], [1702467668, "0.138"], [1702467695, "0.138"], [1702467716, "0.138"], [1702467746, "0.138"], [1702467800, "0.138"], [1702467824, "0.138"], [1702467908, "0.138"], [1702467944, "0.138"], [1702467968, "0.138"], [1702468001, "0.138"], [1702468031, "0.138"], [1702468067, "0.138"], [1702468085, "0.138"], [1702468115, "0.138"], [1702468151, "0.138"], [1702468181, "0.138"], [1702468208, "0.138"], [1702468241, "0.138"], [1702468256, "0.138"], [1702468286, "0.138"], [1702468322, "0.138"], [1702468352, "0.138"], [1702468388, "0.138"], [1702468424, "0.138"], [1702468457, "0.138"], [1702468493, "0.138"], [1702468517, "0.138"], [1702468550, "0.138"], [1702468586, "0.138"], [1702468613, "0.138"], [1702468637, "0.138"], [1702468679, "0.138"], [1702468721, "0.138"], [1702468730, "0.138"], [1702468766, "0.138"], [1702468799, "0.138"], [1702468835, "0.138"], [1702468898, "0.138"], [1702468934, "0.138"], [1702468970, "0.138"], [1702468994, "0.138"], [1702469024, "0.138"], [1702469060, "0.138"], [1702469111, "0.138"], [1702469144, "0.138"], [1702469168, "0.138"], [1702469204, "0.138"], [1702469237, "0.138"], [1702469273, "0.138"], [1702469303, "0.138"], [1702469336, "0.138"], [1702469360, "0.138"], [1702469387, "0.138"], [1702469411, "0.138"], [1702469435, "0.138"], [1702469468, "0.138"], [1702469504, "0.138"], [1702469537, "0.138"], [1702469573, "0.138"], [1702469606, "0.138"], [1702469633, "0.138"], [1702469660, "0.138"], [1702469684, "0.138"], [1702469717, "0.138"], [1702469753, "0.138"], [1702469786, "0.138"], [1702469816, "0.138"], [1702469834, "0.138"], [1702469864, "0.138"], [1702469906, "0.138"], [1702469936, "0.138"], [1702469972, "0.138"], [1702470005, "0.138"], [1702470029, "0.138"], [1702470065, "0.138"], [1702470101, "0.138"], [1702470131, "0.138"], [1702470167, "0.138"], [1702470203, "0.138"], [1702470251, "0.138"], [1702470278, "0.138"], [1702470311, "0.138"], [1702470347, "0.138"], [1702470371, "0.138"], [1702470404, "0.138"], [1702470440, "0.138"], [1702470476, "0.138"], [1702470506, "0.138"], [1702470542, "0.138"], [1702470575, "0.138"], [1702470611, "0.138"], [1702470635, "0.138"], [1702470662, "0.138"], [1702470686, "0.138"], [1702470719, "0.138"], [1702470746, "0.138"], [1702470812, "0.138"], [1702470845, "0.138"], [1702470875, "0.138"], [1702470899, "0.138"], [1702470953, "0.138"], [1702470983, "0.138"], [1702471025, "0.138"], [1702471067, "0.138"], [1702471169, "0.138"], [1702471193, "0.138"], [1702471226, "0.138"], [1702471265, "0.138"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "71.388"], [1702462844, "79.773"], [1702462865, "88.158"], [1702462880, "96.543"], [1702462904, "113.313"], [1702462919, "121.698"], [1702462952, "138.468"], [1702462973, "146.853"], [1702462988, "155.238"], [1702463045, "180.393"], [1702463081, "197.163"], [1702463114, "213.933"], [1702463150, "230.703"], [1702463186, "247.473"], [1702463216, "264.243"], [1702463240, "281.013"], [1702463273, "297.783"], [1702463324, "322.938"], [1702463354, "339.708"], [1702463381, "356.478"], [1702463417, "373.248"], [1702463453, "390.018"], [1702463477, "406.788"], [1702463510, "423.558"], [1702463537, "440.328"], [1702463570, "457.098"], [1702463591, "473.868"], [1702463621, "490.638"], [1702463657, "507.408"], [1702463693, "524.178"], [1702463729, "540.948"], [1702463765, "557.718"], [1702463798, "574.488"], [1702463846, "599.643"], [1702463873, "616.413"], [1702463906, "633.183"], [1702463948, "658.338"], [1702463984, "675.108"], [1702464014, "691.878"], [1702464050, "708.648"], [1702464086, "725.418"], [1702464122, "742.188"], [1702464155, "758.958"], [1702464194, "784.113"], [1702464230, "800.883"], [1702464263, "817.653"], [1702464299, "834.423"], [1702464332, "851.193"], [1702464356, "867.963"], [1702464392, "884.733"], [1702464425, "901.503"], [1702464455, "918.273"], [1702464479, "935.043"], [1702464509, "951.813"], [1702464533, "968.583"], [1702464569, "985.353"], [1702464605, "1002.123"], [1702464635, "1018.893"], [1702464671, "1035.663"], [1702464716, "1052.433"], [1702464743, "1069.203"], [1702464776, "1085.973"], [1702464812, "1102.743"], [1702464836, "1119.513"], [1702464869, "1136.283"], [1702464905, "1153.053"], [1702464926, "1169.823"], [1702464956, "1186.593"], [1702464992, "1203.363"], [1702465016, "1220.133"], [1702465049, "1236.903"], [1702465085, "1253.673"], [1702465118, "1270.443"], [1702465145, "1287.213"], [1702465178, "1303.983"], [1702465208, "1320.753"], [1702465241, "1337.523"], [1702465298, "1362.678"], [1702465334, "1379.448"], [1702465367, "1396.218"], [1702465394, "1412.988"], [1702465418, "1429.758"], [1702465445, "1446.528"], [1702465481, "1463.298"], [1702465517, "1480.068"], [1702465550, "1496.838"], [1702465586, "1513.608"], [1702465619, "1530.378"], [1702465658, "1547.148"], [1702465706, "1563.918"], [1702465754, "1589.073"], [1702465787, "1605.843"], [1702465823, "1622.613"], [1702465856, "1639.383"], [1702465880, "1656.153"], [1702465910, "1672.923"], [1702465952, "1689.693"], [1702465988, "1706.463"], [1702466015, "1723.233"], [1702466030, "1740.003"], [1702466060, "1756.773"], [1702466078, "1773.543"], [1702466138, "1798.698"], [1702466168, "1815.468"], [1702466204, "1832.238"], [1702466237, "1849.008"], [1702466261, "1865.778"], [1702466291, "1882.548"], [1702466327, "1899.318"], [1702466360, "1916.088"], [1702466384, "1932.858"], [1702466417, "1949.628"], [1702466441, "1966.398"], [1702466471, "1983.168"], [1702466507, "1999.938"], [1702466540, "2016.708"], [1702466597, "2041.863"], [1702466633, "2058.633"], [1702466666, "2075.403"], [1702466705, "2092.173"], [1702466732, "2108.943"], [1702466765, "2125.713"], [1702466801, "2142.483"], [1702466852, "2167.638"], [1702466876, "2184.408"], [1702466918, "2201.178"], [1702466978, "2234.718"], [1702467014, "2251.488"], [1702467038, "2268.258"], [1702467068, "2285.028"], [1702467122, "2310.183"], [1702467158, "2326.953"], [1702467191, "2343.723"], [1702467221, "2360.493"], [1702467257, "2377.263"], [1702467299, "2394.033"], [1702467350, "2419.188"], [1702467386, "2435.958"], [1702467419, "2452.728"], [1702467455, "2469.498"], [1702467515, "2503.038"], [1702467542, "2519.808"], [1702467566, "2536.578"], [1702467599, "2553.348"], [1702467635, "2570.118"], [1702467668, "2586.888"], [1702467695, "2603.658"], [1702467716, "2620.428"], [1702467746, "2637.198"], [1702467800, "2662.353"], [1702467824, "2679.123"], [1702467908, "2721.048"], [1702467944, "2737.818"], [1702467968, "2754.588"], [1702468001, "2771.358"], [1702468031, "2788.128"], [1702468067, "2804.898"], [1702468085, "2821.668"], [1702468115, "2838.438"], [1702468151, "2855.208"], [1702468181, "2871.978"], [1702468208, "2888.748"], [1702468241, "2905.518"], [1702468256, "2922.288"], [1702468286, "2939.058"], [1702468322, "2955.828"], [1702468352, "2972.598"], [1702468388, "2989.368"], [1702468424, "3006.138"], [1702468457, "3022.908"], [1702468493, "3039.678"], [1702468517, "3056.448"], [1702468550, "3073.218"], [1702468586, "3089.988"], [1702468613, "3106.758"], [1702468637, "3123.528"], [1702468679, "3140.298"], [1702468721, "3157.068"], [1702468730, "3165.453"], [1702468766, "3182.223"], [1702468799, "3198.993"], [1702468835, "3215.763"], [1702468898, "3240.918"], [1702468934, "3257.688"], [1702468970, "3274.458"], [1702468994, "3291.228"], [1702469024, "3307.998"], [1702469060, "3324.768"], [1702469111, "3349.923"], [1702469144, "3366.693"], [1702469168, "3383.463"], [1702469204, "3400.233"], [1702469237, "3417.003"], [1702469273, "3433.773"], [1702469303, "3450.543"], [1702469336, "3467.313"], [1702469360, "3484.083"], [1702469387, "3500.853"], [1702469411, "3517.623"], [1702469435, "3534.393"], [1702469468, "3551.163"], [1702469504, "3567.933"], [1702469537, "3584.703"], [1702469573, "3601.473"], [1702469606, "3618.243"], [1702469633, "3635.013"], [1702469660, "3651.783"], [1702469684, "3668.553"], [1702469717, "3685.323"], [1702469753, "3702.093"], [1702469786, "3718.863"], [1702469816, "3735.633"], [1702469834, "3752.403"], [1702469864, "3769.173"], [1702469906, "3794.328"], [1702469936, "3811.098"], [1702469972, "3827.868"], [1702470005, "3844.638"], [1702470029, "3861.408"], [1702470065, "3878.178"], [1702470101, "3894.948"], [1702470131, "3911.718"], [1702470167, "3928.488"], [1702470203, "3945.258"], [1702470251, "3970.413"], [1702470278, "3987.183"], [1702470311, "4003.953"], [1702470347, "4020.723"], [1702470371, "4037.493"], [1702470404, "4054.263"], [1702470440, "4071.033"], [1702470476, "4087.803"], [1702470506, "4104.573"], [1702470542, "4121.343"], [1702470575, "4138.113"], [1702470611, "4154.883"], [1702470635, "4171.653"], [1702470662, "4188.423"], [1702470686, "4205.193"], [1702470719, "4221.963"], [1702470746, "4238.733"], [1702470812, "4272.273"], [1702470845, "4289.043"], [1702470875, "4305.813"], [1702470899, "4322.583"], [1702470953, "4347.738"], [1702470983, "4364.508"], [1702471025, "4381.278"], [1702471067, "4406.433"], [1702471169, "4448.358"], [1702471193, "4465.128"], [1702471226, "4481.898"], [1702471265, "4498.668"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0.117"], [1702462736, "0.117"], [1702462751, "0.117"], [1702462763, "0.117"], [1702462793, "0.117"], [1702462808, "0.117"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "9.114"], [1702462736, "18.228"], [1702462751, "27.342"], [1702462763, "36.261"], [1702462793, "53.916"], [1702462808, "62.652"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "218.454"], [1702462988, "389.139"], [1702463045, "673.356"], [1702463081, "905.286"], [1702463114, "1140.714"], [1702463150, "1387.509"], [1702463186, "1517.391"], [1702463216, "1612.344"], [1702463240, "1642.389"], [1702463273, "1660.608"], [1702463324, "1735.056"], [1702463354, "1895.739"], [1702463381, "2043.039"], [1702463417, "2272.632"], [1702463453, "2564.976"], [1702463477, "2780.601"], [1702463510, "2996.835"], [1702463537, "3142.908"], [1702463570, "3351.021"], [1702463591, "3379.545"], [1702463621, "3449.034"], [1702463657, "3469.338"], [1702463693, "3653.628"], [1702463729, "3736.731"], [1702463765, "3936.831"], [1702463798, "4400.262"], [1702463846, "4884.183"], [1702463873, "5143.827"], [1702463906, "5367.753"], [1702463948, "5542.71"], [1702463984, "5600.808"], [1702464014, "5642.562"], [1702464050, "5694.813"], [1702464086, "5767.992"], [1702464122, "5841.834"], [1702464155, "5990.262"], [1702464194, "6108.114"], [1702464230, "6280.449"], [1702464263, "6364.578"], [1702464299, "6609.618"], [1702464332, "6649.224"], [1702464356, "6679.737"], [1702464392, "6715.908"], [1702464425, "6762.099"], [1702464455, "6814.473"], [1702464479, "6858.183"], [1702464509, "6886.128"], [1702464533, "6949.812"], [1702464569, "7190.526"], [1702464605, "7366.827"], [1702464635, "7435.752"], [1702464671, "7642.422"], [1702464716, "7664.436"], [1702464743, "7710.672"], [1702464776, "7724.865"], [1702464812, "7757.478"], [1702464836, "7797.981"], [1702464869, "7861.41"], [1702464905, "7960.788"], [1702464926, "7983.369"], [1702464956, "8021.034"], [1702464992, "8232.465"], [1702465016, "8344.209"], [1702465049, "8451.654"], [1702465085, "8476.428"], [1702465118, "8479.956"], [1702465145, "8522.622"], [1702465178, "8557.83"], [1702465208, "8651.088"], [1702465241, "8687.028"], [1702465298, "8943.669"], [1702465334, "9100.521"], [1702465367, "9276.537"], [1702465394, "9369.825"], [1702465418, "9415.611"], [1702465445, "9438.072"], [1702465481, "9470.682"], [1702465517, "9502.356"], [1702465550, "9546.447"], [1702465586, "9579.693"], [1702465619, "9648.546"], [1702465658, "9744.264"], [1702465706, "9841.821"], [1702465754, "10156.164"], [1702465787, "10290.465"], [1702465823, "10298.853"], [1702465856, "10316.676"], [1702465880, "10372.428"], [1702465910, "10424.043"], [1702465952, "10498.428"], [1702465988, "10603.911"], [1702466015, "10792.83"], [1702466030, "10795.23"], [1702466060, "10884.798"], [1702466078, "10917.864"], [1702466138, "11098.215"], [1702466168, "11314.065"], [1702466204, "11344.533"], [1702466237, "11368.86"], [1702466261, "11398.716"], [1702466291, "11426.883"], [1702466327, "11485.959"], [1702466360, "11606.952"], [1702466384, "11693.376"], [1702466417, "11771.895"], [1702466441, "11862.054"], [1702466471, "11936.856"], [1702466507, "12129.723"], [1702466540, "12225.27"], [1702466597, "12260.055"], [1702466633, "12289.389"], [1702466666, "12369.366"], [1702466705, "12399.825"], [1702466732, "12535.257"], [1702466765, "12697.233"], [1702466801, "12787.05"], [1702466852, "13085.7"], [1702466876, "13151.427"], [1702466918, "13333.071"], [1702466978, "13372.47"], [1702467014, "13380.72"], [1702467038, "13435.92"], [1702467068, "13477.026"], [1702467122, "13600.551"], [1702467158, "13710.081"], [1702467191, "13844.544"], [1702467221, "14065.173"], [1702467257, "14377.347"], [1702467299, "15206.394"], [1702467350, "16974.315"], [1702467386, "18517.569"], [1702467419, "20310.423"], [1702467455, "22369.452"], [1702467515, "24945.975"], [1702467542, "26569.518"], [1702467566, "27491.433"], [1702467599, "28764.039"], [1702467635, "29025.879"], [1702467668, "29279.343"], [1702467695, "30064.068"], [1702467716, "30267.819"], [1702467746, "31263.516"], [1702467800, "33647.88"], [1702467824, "34654.944"], [1702467908, "38945.679"], [1702467944, "40808.964"], [1702467968, "41554.605"], [1702468001, "42861.582"], [1702468031, "42865.917"], [1702468067, "42927.825"], [1702468085, "43577.601"], [1702468115, "44568.492"], [1702468151, "45667.515"], [1702468181, "47546.397"], [1702468208, "48915.495"], [1702468241, "50510.991"], [1702468256, "51113.049"], [1702468286, "51900.609"], [1702468322, "53065.617"], [1702468352, "54343.272"], [1702468388, "54589.149"], [1702468424, "55053.441"], [1702468457, "55866.525"], [1702468493, "56903.166"], [1702468517, "58312.92"], [1702468550, "59768.061"], [1702468586, "61044.831"], [1702468613, "62209.638"], [1702468637, "63381.978"], [1702468679, "65007.762"], [1702468721, "66381.951"], [1702468730, "66383.808"], [1702468766, "66868.227"], [1702468799, "67948.926"], [1702468835, "68816.352"], [1702468898, "71167.374"], [1702468934, "73857.393"], [1702468970, "74680.899"], [1702468994, "75587.496"], [1702469024, "76104.984"], [1702469060, "78527.679"], [1702469111, "80433.144"], [1702469144, "80906.85"], [1702469168, "81238.413"], [1702469204, "82645.56"], [1702469237, "84069.447"], [1702469273, "85554.747"], [1702469303, "87224.19"], [1702469336, "88783.74"], [1702469360, "89624.004"], [1702469387, "90300.837"], [1702469411, "90891.099"], [1702469435, "91935.798"], [1702469468, "93276.36"], [1702469504, "93668.19"], [1702469537, "94156.713"], [1702469573, "94672.407"], [1702469606, "95111.946"], [1702469633, "95938.278"], [1702469660, "96480.489"], [1702469684, "96840.969"], [1702469717, "97550.709"], [1702469753, "98608.407"], [1702469786, "100080.39"], [1702469816, "100342.482"], [1702469834, "101260.386"], [1702469864, "101842.002"], [1702469906, "102618.693"], [1702469936, "103034.97"], [1702469972, "103251.132"], [1702470005, "103662.588"], [1702470029, "103860.516"], [1702470065, "105227.133"], [1702470101, "106508.619"], [1702470131, "106644.912"], [1702470167, "107316.66"], [1702470203, "108514.821"], [1702470251, "109106.643"], [1702470278, "110731.533"], [1702470311, "111830.883"], [1702470347, "112900.74"], [1702470371, "113027.727"], [1702470404, "113446.983"], [1702470440, "113800.926"], [1702470476, "114294.378"], [1702470506, "115626.858"], [1702470542, "116753.289"], [1702470575, "117253.593"], [1702470611, "118169.55"], [1702470635, "119014.29"], [1702470662, "119835.396"], [1702470686, "120922.686"], [1702470719, "121516.104"], [1702470746, "122288.001"], [1702470812, "123277.083"], [1702470845, "123285.297"], [1702470875, "123372.63"], [1702470899, "123511.221"], [1702470953, "123646.185"], [1702470983, "123653.598"], [1702471025, "123701.562"], [1702471067, "124029.705"], [1702471169, "124257.399"], [1702471193, "124267.287"], [1702471226, "124388.043"], [1702471265, "124554.972"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "75.465"], [1702462988, "83.85"], [1702463045, "109.005"], [1702463081, "125.775"], [1702463114, "142.545"], [1702463150, "159.315"], [1702463186, "176.085"], [1702463216, "192.855"], [1702463240, "209.625"], [1702463273, "226.395"], [1702463324, "251.55"], [1702463354, "268.32"], [1702463381, "285.09"], [1702463417, "301.86"], [1702463453, "318.63"], [1702463477, "335.4"], [1702463510, "352.17"], [1702463537, "368.94"], [1702463570, "385.71"], [1702463591, "402.48"], [1702463621, "419.25"], [1702463657, "436.02"], [1702463693, "452.79"], [1702463729, "469.56"], [1702463765, "486.33"], [1702463798, "503.1"], [1702463846, "528.255"], [1702463873, "545.025"], [1702463906, "561.795"], [1702463948, "586.95"], [1702463984, "603.72"], [1702464014, "620.49"], [1702464050, "637.26"], [1702464086, "654.03"], [1702464122, "670.8"], [1702464155, "687.57"], [1702464194, "712.725"], [1702464230, "729.495"], [1702464263, "746.265"], [1702464299, "763.035"], [1702464332, "779.805"], [1702464356, "796.575"], [1702464392, "813.345"], [1702464425, "830.115"], [1702464455, "846.885"], [1702464479, "863.655"], [1702464509, "880.425"], [1702464533, "897.195"], [1702464569, "913.965"], [1702464605, "930.735"], [1702464635, "947.505"], [1702464671, "964.275"], [1702464716, "981.045"], [1702464743, "997.815"], [1702464776, "1014.585"], [1702464812, "1031.355"], [1702464836, "1048.125"], [1702464869, "1064.895"], [1702464905, "1081.665"], [1702464926, "1098.435"], [1702464956, "1115.205"], [1702464992, "1131.975"], [1702465016, "1148.745"], [1702465049, "1165.515"], [1702465085, "1182.285"], [1702465118, "1199.055"], [1702465145, "1215.825"], [1702465178, "1232.595"], [1702465208, "1249.365"], [1702465241, "1266.135"], [1702465298, "1291.29"], [1702465334, "1308.06"], [1702465367, "1324.83"], [1702465394, "1341.6"], [1702465418, "1358.37"], [1702465445, "1375.14"], [1702465481, "1391.91"], [1702465517, "1408.68"], [1702465550, "1425.45"], [1702465586, "1442.22"], [1702465619, "1458.99"], [1702465658, "1475.76"], [1702465706, "1492.53"], [1702465754, "1517.685"], [1702465787, "1534.455"], [1702465823, "1551.225"], [1702465856, "1567.995"], [1702465880, "1584.765"], [1702465910, "1601.535"], [1702465952, "1618.305"], [1702465988, "1635.075"], [1702466015, "1651.845"], [1702466030, "1668.615"], [1702466060, "1685.385"], [1702466078, "1702.155"], [1702466138, "1727.31"], [1702466168, "1744.08"], [1702466204, "1760.85"], [1702466237, "1777.62"], [1702466261, "1794.39"], [1702466291, "1811.16"], [1702466327, "1827.93"], [1702466360, "1844.7"], [1702466384, "1861.47"], [1702466417, "1878.24"], [1702466441, "1895.01"], [1702466471, "1911.78"], [1702466507, "1928.55"], [1702466540, "1945.32"], [1702466597, "1970.475"], [1702466633, "1987.245"], [1702466666, "2004.015"], [1702466705, "2020.785"], [1702466732, "2037.555"], [1702466765, "2054.325"], [1702466801, "2071.095"], [1702466852, "2096.25"], [1702466876, "2113.02"], [1702466918, "2129.79"], [1702466978, "2163.33"], [1702467014, "2180.1"], [1702467038, "2196.87"], [1702467068, "2213.64"], [1702467122, "2238.795"], [1702467158, "2255.565"], [1702467191, "2272.335"], [1702467221, "2289.105"], [1702467257, "2305.875"], [1702467299, "2322.645"], [1702467350, "2347.8"], [1702467386, "2364.57"], [1702467419, "2381.34"], [1702467455, "2398.11"], [1702467515, "2431.65"], [1702467542, "2448.42"], [1702467566, "2465.19"], [1702467599, "2481.96"], [1702467635, "2498.73"], [1702467668, "2515.5"], [1702467695, "2532.27"], [1702467716, "2549.04"], [1702467746, "2565.81"], [1702467800, "2590.965"], [1702467824, "2607.735"], [1702467908, "2649.66"], [1702467944, "2666.43"], [1702467968, "2683.2"], [1702468001, "2699.97"], [1702468031, "2716.74"], [1702468067, "2733.51"], [1702468085, "2750.28"], [1702468115, "2767.05"], [1702468151, "2783.82"], [1702468181, "2800.59"], [1702468208, "2817.36"], [1702468241, "2834.13"], [1702468256, "2850.9"], [1702468286, "2867.67"], [1702468322, "2884.44"], [1702468352, "2901.21"], [1702468388, "2917.98"], [1702468424, "2934.75"], [1702468457, "2951.52"], [1702468493, "2968.29"], [1702468517, "2985.06"], [1702468550, "3001.83"], [1702468586, "3018.6"], [1702468613, "3035.37"], [1702468637, "3052.14"], [1702468679, "3068.91"], [1702468721, "3085.68"], [1702468730, "3094.065"], [1702468766, "3110.835"], [1702468799, "3127.605"], [1702468835, "3144.375"], [1702468898, "3169.53"], [1702468934, "3186.3"], [1702468970, "3203.07"], [1702468994, "3219.84"], [1702469024, "3236.61"], [1702469060, "3253.38"], [1702469111, "3278.535"], [1702469144, "3295.305"], [1702469168, "3312.075"], [1702469204, "3328.845"], [1702469237, "3345.615"], [1702469273, "3362.385"], [1702469303, "3379.155"], [1702469336, "3395.925"], [1702469360, "3412.695"], [1702469387, "3429.465"], [1702469411, "3446.235"], [1702469435, "3463.005"], [1702469468, "3479.775"], [1702469504, "3496.545"], [1702469537, "3513.315"], [1702469573, "3530.085"], [1702469606, "3546.855"], [1702469633, "3563.625"], [1702469660, "3580.395"], [1702469684, "3597.165"], [1702469717, "3613.935"], [1702469753, "3630.705"], [1702469786, "3647.475"], [1702469816, "3664.245"], [1702469834, "3681.015"], [1702469864, "3697.785"], [1702469906, "3722.94"], [1702469936, "3739.71"], [1702469972, "3756.48"], [1702470005, "3773.25"], [1702470029, "3790.02"], [1702470065, "3806.79"], [1702470101, "3823.56"], [1702470131, "3840.33"], [1702470167, "3857.1"], [1702470203, "3873.87"], [1702470251, "3899.025"], [1702470278, "3915.795"], [1702470311, "3932.565"], [1702470347, "3949.335"], [1702470371, "3966.105"], [1702470404, "3982.875"], [1702470440, "3999.645"], [1702470476, "4016.415"], [1702470506, "4033.185"], [1702470542, "4049.955"], [1702470575, "4066.725"], [1702470611, "4083.495"], [1702470635, "4100.265"], [1702470662, "4117.035"], [1702470686, "4133.805"], [1702470719, "4150.575"], [1702470746, "4167.345"], [1702470812, "4200.885"], [1702470845, "4217.655"], [1702470875, "4234.425"], [1702470899, "4251.195"], [1702470953, "4276.35"], [1702470983, "4293.12"], [1702471025, "4309.89"], [1702471067, "4335.045"], [1702471169, "4376.97"], [1702471193, "4393.74"], [1702471226, "4410.51"], [1702471265, "4427.28"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1.923"], [1702462865, "1.965"], [1702462880, "14.034"], [1702462904, "28.998"], [1702462919, "44.553"], [1702462952, "214.314"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.385"], [1702462865, "16.77"], [1702462880, "25.155"], [1702462904, "41.925"], [1702462919, "50.31"], [1702462952, "67.08"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "2.259"], [1702462721, "2.34"], [1702462736, "2.46"], [1702462751, "4.011"], [1702462763, "4.014"], [1702462793, "4.029"], [1702462808, "4.443"], [1702462829, "4.488"], [1702462844, "4.668"], [1702462865, "4.695"], [1702462880, "4.734"], [1702462904, "4.737"], [1702462919, "4.758"], [1702462952, "4.83"], [1702462973, "4.848"], [1702462988, "4.965"], [1702463045, "5.268"], [1702463081, "5.457"], [1702463114, "5.532"], [1702463150, "5.586"], [1702463186, "5.643"], [1702463216, "5.643"], [1702463240, "5.646"], [1702463273, "5.775"], [1702463324, "8.055"], [1702463354, "8.079"], [1702463381, "8.082"], [1702463417, "8.163"], [1702463453, "8.277"], [1702463477, "8.358"], [1702463510, "8.421"], [1702463537, "8.724"], [1702463570, "8.925"], [1702463591, "8.949"], [1702463621, "9.024"], [1702463657, "9.156"], [1702463693, "9.252"], [1702463729, "10.269"], [1702463765, "10.338"], [1702463798, "10.62"], [1702463846, "10.869"], [1702463873, "10.953"], [1702463906, "11.07"], [1702463948, "11.187"], [1702463984, "11.271"], [1702464014, "11.376"], [1702464050, "11.418"], [1702464086, "11.715"], [1702464122, "11.865"], [1702464155, "12.252"], [1702464194, "12.333"], [1702464230, "12.882"], [1702464263, "12.939"], [1702464299, "13.023"], [1702464332, "13.155"], [1702464356, "13.203"], [1702464392, "13.29"], [1702464425, "13.782"], [1702464455, "13.893"], [1702464479, "13.953"], [1702464509, "13.956"], [1702464533, "14.067"], [1702464569, "14.151"], [1702464605, "14.304"], [1702464635, "14.397"], [1702464671, "14.472"], [1702464716, "14.688"], [1702464743, "15.402"], [1702464776, "15.948"], [1702464812, "16.197"], [1702464836, "16.29"], [1702464869, "16.392"], [1702464905, "16.428"], [1702464926, "16.443"], [1702464956, "16.521"], [1702464992, "16.656"], [1702465016, "16.692"], [1702465049, "16.773"], [1702465085, "16.932"], [1702465118, "17.079"], [1702465145, "17.25"], [1702465178, "17.31"], [1702465208, "18.078"], [1702465241, "18.159"], [1702465298, "18.345"], [1702465334, "18.444"], [1702465367, "18.522"], [1702465394, "18.555"], [1702465418, "18.555"], [1702465445, "18.654"], [1702465481, "18.741"], [1702465517, "18.936"], [1702465550, "19.08"], [1702465586, "19.191"], [1702465619, "19.254"], [1702465658, "19.302"], [1702465706, "19.365"], [1702465754, "19.602"], [1702465787, "19.743"], [1702465823, "19.821"], [1702465856, "20.01"], [1702465880, "20.112"], [1702465910, "20.136"], [1702465952, "20.43"], [1702465988, "20.532"], [1702466015, "20.646"], [1702466030, "20.652"], [1702466060, "20.805"], [1702466078, "20.82"], [1702466138, "20.955"], [1702466168, "21.102"], [1702466204, "22.434"], [1702466237, "22.635"], [1702466261, "22.722"], [1702466291, "22.722"], [1702466327, "22.782"], [1702466360, "22.791"], [1702466384, "22.86"], [1702466417, "22.962"], [1702466441, "22.992"], [1702466471, "22.995"], [1702466507, "23.16"], [1702466540, "23.355"], [1702466597, "24.378"], [1702466633, "24.456"], [1702466666, "25.137"], [1702466705, "25.191"], [1702466732, "25.278"], [1702466765, "25.359"], [1702466801, "25.482"], [1702466852, "27.192"], [1702466876, "27.204"], [1702466918, "27.339"], [1702466978, "28.404"], [1702467014, "29.466"], [1702467038, "29.673"], [1702467068, "29.766"], [1702467122, "31.122"], [1702467158, "31.167"], [1702467191, "31.233"], [1702467221, "31.371"], [1702467257, "31.464"], [1702467299, "31.533"], [1702467350, "31.59"], [1702467386, "31.629"], [1702467419, "31.638"], [1702467455, "31.653"], [1702467515, "31.734"], [1702467542, "31.743"], [1702467566, "31.752"], [1702467599, "31.755"], [1702467635, "31.905"], [1702467668, "32.1"], [1702467695, "32.31"], [1702467716, "32.343"], [1702467746, "32.37"], [1702467800, "32.559"], [1702467824, "32.577"], [1702467908, "32.634"], [1702467944, "32.673"], [1702467968, "32.679"], [1702468001, "32.703"], [1702468031, "32.739"], [1702468067, "32.955"], [1702468085, "32.973"], [1702468115, "32.976"], [1702468151, "32.997"], [1702468181, "33.009"], [1702468208, "33.012"], [1702468241, "33.042"], [1702468256, "33.054"], [1702468286, "33.069"], [1702468322, "33.09"], [1702468352, "33.192"], [1702468388, "33.336"], [1702468424, "33.408"], [1702468457, "33.486"], [1702468493, "33.57"], [1702468517, "33.825"], [1702468550, "33.84"], [1702468586, "33.849"], [1702468613, "34.116"], [1702468637, "34.125"], [1702468679, "34.134"], [1702468721, "34.245"], [1702468730, "34.275"], [1702468766, "34.353"], [1702468799, "34.392"], [1702468835, "34.413"], [1702468898, "34.569"], [1702468934, "34.629"], [1702468970, "34.929"], [1702468994, "35.031"], [1702469024, "35.064"], [1702469060, "35.076"], [1702469111, "35.118"], [1702469144, "35.127"], [1702469168, "35.154"], [1702469204, "35.181"], [1702469237, "35.208"], [1702469273, "35.226"], [1702469303, "35.268"], [1702469336, "35.352"], [1702469360, "35.361"], [1702469387, "35.367"], [1702469411, "35.373"], [1702469435, "35.388"], [1702469468, "35.424"], [1702469504, "35.427"], [1702469537, "35.448"], [1702469573, "35.478"], [1702469606, "35.757"], [1702469633, "35.784"], [1702469660, "35.943"], [1702469684, "35.997"], [1702469717, "36.69"], [1702469753, "36.723"], [1702469786, "36.747"], [1702469816, "36.747"], [1702469834, "36.756"], [1702469864, "36.777"], [1702469906, "36.867"], [1702469936, "36.9"], [1702469972, "309.081"], [1702470005, "309.588"], [1702470029, "309.63"], [1702470065, "309.852"], [1702470101, "310.404"], [1702470131, "312.621"], [1702470167, "315.807"], [1702470203, "317.841"], [1702470251, "319.269"], [1702470278, "320.142"], [1702470311, "320.589"], [1702470347, "321.609"], [1702470371, "322.296"], [1702470404, "323.562"], [1702470440, "325.53"], [1702470476, "334.569"], [1702470506, "335.934"], [1702470542, "338.088"], [1702470575, "341.841"], [1702470611, "343.851"], [1702470635, "344.514"], [1702470662, "344.928"], [1702470686, "345.366"], [1702470719, "345.96"], [1702470746, "346.515"], [1702470812, "347.733"], [1702470845, "349.062"], [1702470875, "349.533"], [1702470899, "350.013"], [1702470953, "350.868"], [1702470983, "351.36"], [1702471025, "352.959"], [1702471067, "354.222"], [1702471169, "356.988"], [1702471193, "357.957"], [1702471226, "359.184"], [1702471265, "360.957"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.012"], [1702462919, "0.012"], [1702462952, "0.012"], [1702462973, "0.012"], [1702462988, "0.012"], [1702463045, "0.012"], [1702463081, "0.012"], [1702463114, "0.012"], [1702463150, "0.012"], [1702463186, "0.012"], [1702463216, "0.012"], [1702463240, "0.012"], [1702463273, "0.012"], [1702463324, "0.012"], [1702463354, "0.012"], [1702463381, "0.012"], [1702463417, "0.015"], [1702463453, "0.015"], [1702463477, "0.015"], [1702463510, "0.015"], [1702463537, "0.015"], [1702463570, "0.015"], [1702463591, "0.015"], [1702463621, "0.015"], [1702463657, "0.015"], [1702463693, "0.015"], [1702463729, "0.015"], [1702463765, "0.015"], [1702463798, "0.015"], [1702463846, "0.015"], [1702463873, "0.015"], [1702463906, "0.015"], [1702463948, "0.015"], [1702463984, "0.015"], [1702464014, "0.015"], [1702464050, "0.015"], [1702464086, "0.015"], [1702464122, "0.015"], [1702464155, "0.015"], [1702464194, "0.015"], [1702464230, "0.015"], [1702464263, "0.015"], [1702464299, "0.015"], [1702464332, "0.015"], [1702464356, "0.015"], [1702464392, "0.015"], [1702464425, "0.015"], [1702464455, "0.015"], [1702464479, "0.015"], [1702464509, "0.015"], [1702464533, "0.015"], [1702464569, "0.015"], [1702464605, "0.015"], [1702464635, "0.015"], [1702464671, "0.015"], [1702464716, "0.015"], [1702464743, "0.015"], [1702464776, "0.015"], [1702464812, "0.015"], [1702464836, "0.015"], [1702464869, "0.015"], [1702464905, "0.015"], [1702464926, "0.015"], [1702464956, "0.015"], [1702464992, "0.015"], [1702465016, "0.015"], [1702465049, "0.015"], [1702465085, "0.015"], [1702465118, "0.015"], [1702465145, "0.015"], [1702465178, "0.015"], [1702465208, "0.015"], [1702465241, "0.015"], [1702465298, "0.015"], [1702465334, "0.015"], [1702465367, "0.015"], [1702465394, "0.015"], [1702465418, "0.015"], [1702465445, "0.015"], [1702465481, "0.015"], [1702465517, "0.015"], [1702465550, "0.015"], [1702465586, "0.015"], [1702465619, "0.015"], [1702465658, "0.015"], [1702465706, "0.015"], [1702465754, "0.015"], [1702465787, "0.015"], [1702465823, "0.015"], [1702465856, "0.015"], [1702465880, "0.015"], [1702465910, "0.015"], [1702465952, "0.015"], [1702465988, "0.015"], [1702466015, "0.015"], [1702466030, "0.015"], [1702466060, "0.015"], [1702466078, "0.015"], [1702466138, "0.015"], [1702466168, "0.015"], [1702466204, "0.015"], [1702466237, "0.015"], [1702466261, "0.015"], [1702466291, "0.015"], [1702466327, "0.015"], [1702466360, "0.015"], [1702466384, "0.015"], [1702466417, "0.015"], [1702466441, "0.015"], [1702466471, "0.015"], [1702466507, "0.015"], [1702466540, "0.015"], [1702466597, "0.015"], [1702466633, "0.015"], [1702466666, "0.015"], [1702466705, "0.015"], [1702466732, "0.015"], [1702466765, "0.015"], [1702466801, "0.015"], [1702466852, "0.015"], [1702466876, "0.015"], [1702466918, "0.015"], [1702466978, "0.015"], [1702467014, "0.015"], [1702467038, "0.015"], [1702467068, "0.015"], [1702467122, "0.015"], [1702467158, "0.015"], [1702467191, "0.015"], [1702467221, "0.015"], [1702467257, "0.015"], [1702467299, "0.015"], [1702467350, "0.015"], [1702467386, "0.015"], [1702467419, "0.015"], [1702467455, "0.015"], [1702467515, "0.015"], [1702467542, "0.015"], [1702467566, "0.015"], [1702467599, "0.015"], [1702467635, "0.015"], [1702467668, "0.015"], [1702467695, "0.015"], [1702467716, "0.015"], [1702467746, "0.015"], [1702467800, "0.015"], [1702467824, "0.015"], [1702467908, "0.015"], [1702467944, "0.015"], [1702467968, "0.015"], [1702468001, "0.015"], [1702468031, "0.015"], [1702468067, "0.015"], [1702468085, "0.015"], [1702468115, "0.015"], [1702468151, "0.015"], [1702468181, "0.015"], [1702468208, "0.015"], [1702468241, "0.015"], [1702468256, "0.015"], [1702468286, "0.015"], [1702468322, "0.015"], [1702468352, "0.015"], [1702468388, "0.015"], [1702468424, "0.015"], [1702468457, "0.015"], [1702468493, "0.015"], [1702468517, "0.015"], [1702468550, "0.015"], [1702468586, "0.015"], [1702468613, "0.015"], [1702468637, "0.015"], [1702468679, "0.015"], [1702468721, "0.015"], [1702468730, "0.015"], [1702468766, "0.015"], [1702468799, "0.015"], [1702468835, "0.015"], [1702468898, "0.015"], [1702468934, "0.015"], [1702468970, "0.015"], [1702468994, "0.015"], [1702469024, "0.015"], [1702469060, "0.015"], [1702469111, "0.015"], [1702469144, "0.015"], [1702469168, "0.015"], [1702469204, "0.015"], [1702469237, "0.015"], [1702469273, "0.015"], [1702469303, "0.015"], [1702469336, "0.015"], [1702469360, "0.015"], [1702469387, "0.015"], [1702469411, "0.015"], [1702469435, "0.015"], [1702469468, "0.015"], [1702469504, "0.015"], [1702469537, "0.015"], [1702469573, "0.015"], [1702469606, "0.015"], [1702469633, "0.015"], [1702469660, "0.015"], [1702469684, "0.015"], [1702469717, "0.015"], [1702469753, "0.015"], [1702469786, "0.015"], [1702469816, "0.015"], [1702469834, "0.015"], [1702469864, "0.015"], [1702469906, "0.015"], [1702469936, "0.015"], [1702469972, "0.015"], [1702470005, "0.015"], [1702470029, "0.015"], [1702470065, "0.015"], [1702470101, "0.015"], [1702470131, "0.015"], [1702470167, "0.015"], [1702470203, "0.015"], [1702470251, "0.015"], [1702470278, "0.015"], [1702470311, "0.015"], [1702470347, "0.015"], [1702470371, "0.015"], [1702470404, "0.015"], [1702470440, "0.015"], [1702470476, "0.015"], [1702470506, "0.015"], [1702470542, "0.015"], [1702470575, "0.015"], [1702470611, "0.015"], [1702470635, "0.015"], [1702470662, "0.015"], [1702470686, "0.015"], [1702470719, "0.015"], [1702470746, "0.015"], [1702470812, "0.015"], [1702470845, "0.015"], [1702470875, "0.015"], [1702470899, "0.015"], [1702470953, "0.015"], [1702470983, "0.015"], [1702471025, "0.015"], [1702471067, "0.015"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "85.971"], [1702462919, "94.356"], [1702462952, "111.126"], [1702462973, "119.511"], [1702462988, "127.896"], [1702463045, "153.051"], [1702463081, "169.821"], [1702463114, "186.591"], [1702463150, "203.361"], [1702463186, "220.131"], [1702463216, "236.901"], [1702463240, "253.671"], [1702463273, "270.441"], [1702463324, "295.596"], [1702463354, "312.366"], [1702463381, "329.136"], [1702463417, "345.906"], [1702463453, "362.676"], [1702463477, "379.446"], [1702463510, "396.216"], [1702463537, "412.986"], [1702463570, "429.756"], [1702463591, "446.526"], [1702463621, "463.296"], [1702463657, "480.066"], [1702463693, "496.836"], [1702463729, "513.606"], [1702463765, "530.376"], [1702463798, "547.146"], [1702463846, "572.301"], [1702463873, "589.071"], [1702463906, "605.841"], [1702463948, "630.996"], [1702463984, "647.766"], [1702464014, "664.536"], [1702464050, "681.306"], [1702464086, "698.076"], [1702464122, "714.846"], [1702464155, "731.616"], [1702464194, "756.771"], [1702464230, "773.541"], [1702464263, "790.311"], [1702464299, "807.081"], [1702464332, "823.851"], [1702464356, "840.621"], [1702464392, "857.391"], [1702464425, "874.161"], [1702464455, "890.931"], [1702464479, "907.701"], [1702464509, "924.471"], [1702464533, "941.241"], [1702464569, "958.011"], [1702464605, "974.781"], [1702464635, "991.551"], [1702464671, "1008.321"], [1702464716, "1025.091"], [1702464743, "1041.861"], [1702464776, "1058.631"], [1702464812, "1075.401"], [1702464836, "1092.171"], [1702464869, "1108.941"], [1702464905, "1125.711"], [1702464926, "1142.481"], [1702464956, "1159.251"], [1702464992, "1176.021"], [1702465016, "1192.791"], [1702465049, "1209.561"], [1702465085, "1226.331"], [1702465118, "1243.101"], [1702465145, "1259.871"], [1702465178, "1276.641"], [1702465208, "1293.411"], [1702465241, "1310.181"], [1702465298, "1335.336"], [1702465334, "1352.106"], [1702465367, "1368.876"], [1702465394, "1385.646"], [1702465418, "1402.416"], [1702465445, "1419.186"], [1702465481, "1435.956"], [1702465517, "1452.726"], [1702465550, "1469.496"], [1702465586, "1486.266"], [1702465619, "1503.036"], [1702465658, "1519.806"], [1702465706, "1536.576"], [1702465754, "1561.731"], [1702465787, "1578.501"], [1702465823, "1595.271"], [1702465856, "1612.041"], [1702465880, "1628.811"], [1702465910, "1645.581"], [1702465952, "1662.351"], [1702465988, "1679.121"], [1702466015, "1695.891"], [1702466030, "1712.661"], [1702466060, "1729.431"], [1702466078, "1746.201"], [1702466138, "1771.356"], [1702466168, "1788.126"], [1702466204, "1804.896"], [1702466237, "1821.666"], [1702466261, "1838.436"], [1702466291, "1855.206"], [1702466327, "1871.976"], [1702466360, "1888.746"], [1702466384, "1905.516"], [1702466417, "1922.286"], [1702466441, "1939.056"], [1702466471, "1955.826"], [1702466507, "1972.596"], [1702466540, "1989.366"], [1702466597, "2014.521"], [1702466633, "2031.291"], [1702466666, "2048.061"], [1702466705, "2064.831"], [1702466732, "2081.601"], [1702466765, "2098.371"], [1702466801, "2115.141"], [1702466852, "2140.296"], [1702466876, "2157.066"], [1702466918, "2173.836"], [1702466978, "2207.376"], [1702467014, "2224.146"], [1702467038, "2240.916"], [1702467068, "2257.686"], [1702467122, "2282.841"], [1702467158, "2299.611"], [1702467191, "2316.381"], [1702467221, "2333.151"], [1702467257, "2349.921"], [1702467299, "2366.691"], [1702467350, "2391.846"], [1702467386, "2408.616"], [1702467419, "2425.386"], [1702467455, "2442.156"], [1702467515, "2475.696"], [1702467542, "2492.466"], [1702467566, "2509.236"], [1702467599, "2526.006"], [1702467635, "2542.776"], [1702467668, "2559.546"], [1702467695, "2576.316"], [1702467716, "2593.086"], [1702467746, "2609.856"], [1702467800, "2635.011"], [1702467824, "2651.781"], [1702467908, "2693.706"], [1702467944, "2710.476"], [1702467968, "2727.246"], [1702468001, "2744.016"], [1702468031, "2760.786"], [1702468067, "2777.556"], [1702468085, "2794.326"], [1702468115, "2811.096"], [1702468151, "2827.866"], [1702468181, "2844.636"], [1702468208, "2861.406"], [1702468241, "2878.176"], [1702468256, "2894.946"], [1702468286, "2911.716"], [1702468322, "2928.486"], [1702468352, "2945.256"], [1702468388, "2962.026"], [1702468424, "2978.796"], [1702468457, "2995.566"], [1702468493, "3012.336"], [1702468517, "3029.106"], [1702468550, "3045.876"], [1702468586, "3062.646"], [1702468613, "3079.416"], [1702468637, "3096.186"], [1702468679, "3112.956"], [1702468721, "3129.726"], [1702468730, "3138.111"], [1702468766, "3154.881"], [1702468799, "3171.651"], [1702468835, "3188.421"], [1702468898, "3213.576"], [1702468934, "3230.346"], [1702468970, "3247.116"], [1702468994, "3263.886"], [1702469024, "3280.656"], [1702469060, "3297.426"], [1702469111, "3322.581"], [1702469144, "3339.351"], [1702469168, "3356.121"], [1702469204, "3372.891"], [1702469237, "3389.661"], [1702469273, "3406.431"], [1702469303, "3423.201"], [1702469336, "3439.971"], [1702469360, "3456.741"], [1702469387, "3473.511"], [1702469411, "3490.281"], [1702469435, "3507.051"], [1702469468, "3523.821"], [1702469504, "3540.591"], [1702469537, "3557.361"], [1702469573, "3574.131"], [1702469606, "3590.901"], [1702469633, "3607.671"], [1702469660, "3624.441"], [1702469684, "3641.211"], [1702469717, "3657.981"], [1702469753, "3674.751"], [1702469786, "3691.521"], [1702469816, "3708.291"], [1702469834, "3725.061"], [1702469864, "3741.831"], [1702469906, "3766.986"], [1702469936, "3783.756"], [1702469972, "3800.526"], [1702470005, "3817.296"], [1702470029, "3834.066"], [1702470065, "3850.836"], [1702470101, "3867.606"], [1702470131, "3884.376"], [1702470167, "3901.146"], [1702470203, "3917.916"], [1702470251, "3943.071"], [1702470278, "3959.841"], [1702470311, "3976.611"], [1702470347, "3993.381"], [1702470371, "4010.151"], [1702470404, "4026.921"], [1702470440, "4043.691"], [1702470476, "4060.461"], [1702470506, "4077.231"], [1702470542, "4094.001"], [1702470575, "4110.771"], [1702470611, "4127.541"], [1702470635, "4144.311"], [1702470662, "4161.081"], [1702470686, "4177.851"], [1702470719, "4194.621"], [1702470746, "4211.391"], [1702470812, "4244.931"], [1702470845, "4261.701"], [1702470875, "4278.471"], [1702470899, "4295.241"], [1702470953, "4320.396"], [1702470983, "4337.166"], [1702471025, "4353.936"], [1702471067, "4379.091"], [1702471169, "4421.016"], [1702471193, "4437.786"], [1702471226, "4454.556"], [1702471265, "4471.326"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.003"], [1702462793, "0.012"], [1702462808, "0.012"], [1702462829, "0.012"], [1702462844, "0.012"], [1702462865, "0.012"], [1702462880, "0.012"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "8.919"], [1702462793, "26.574"], [1702462808, "35.31"], [1702462829, "44.046"], [1702462844, "52.431"], [1702462865, "60.816"], [1702462880, "69.201"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "8.637"], [1702462721, "8.979"], [1702462736, "9.141"], [1702462751, "9.276"], [1702462763, "9.279"], [1702462793, "9.711"], [1702462808, "10.731"], [1702462829, "10.992"], [1702462844, "11.904"], [1702462865, "11.988"], [1702462880, "12.69"], [1702462904, "12.831"], [1702462919, "12.942"], [1702462952, "14.37"], [1702462973, "14.478"], [1702462988, "15.762"], [1702463045, "21.165"], [1702463081, "21.768"], [1702463114, "22.605"], [1702463150, "23.454"], [1702463186, "26.073"], [1702463216, "26.961"], [1702463240, "28.968"], [1702463273, "29.691"], [1702463324, "31.791"], [1702463354, "32.274"], [1702463381, "32.718"], [1702463417, "33.192"], [1702463453, "34.314"], [1702463477, "34.686"], [1702463510, "35.604"], [1702463537, "36.096"], [1702463570, "36.852"], [1702463591, "37.548"], [1702463621, "38.592"], [1702463657, "39.603"], [1702463693, "40.422"], [1702463729, "41.424"], [1702463765, "42.768"], [1702463798, "43.842"], [1702463846, "44.205"], [1702463873, "44.463"], [1702463906, "45.12"], [1702463948, "46.233"], [1702463984, "46.47"], [1702464014, "47.085"], [1702464050, "48.129"], [1702464086, "49.494"], [1702464122, "50.337"], [1702464155, "51.594"], [1702464194, "52.233"], [1702464230, "53.334"], [1702464263, "53.814"], [1702464299, "55.404"], [1702464332, "56.295"], [1702464356, "56.862"], [1702464392, "57.831"], [1702464425, "58.905"], [1702464455, "59.847"], [1702464479, "60.453"], [1702464509, "67.209"], [1702464533, "67.662"], [1702464569, "69.306"], [1702464605, "70.131"], [1702464635, "70.38"], [1702464671, "71.31"], [1702464716, "72.9"], [1702464743, "73.959"], [1702464776, "75.45"], [1702464812, "77.208"], [1702464836, "77.856"], [1702464869, "79.215"], [1702464905, "80.247"], [1702464926, "80.415"], [1702464956, "80.907"], [1702464992, "81.954"], [1702465016, "82.371"], [1702465049, "82.827"], [1702465085, "87.348"], [1702465118, "87.531"], [1702465145, "88.842"], [1702465178, "90.021"], [1702465208, "90.987"], [1702465241, "91.902"], [1702465298, "92.928"], [1702465334, "93.756"], [1702465367, "94.605"], [1702465394, "95.043"], [1702465418, "95.241"], [1702465445, "95.955"], [1702465481, "96.708"], [1702465517, "97.557"], [1702465550, "98.256"], [1702465586, "99.423"], [1702465619, "99.858"], [1702465658, "102.441"], [1702465706, "103.935"], [1702465754, "105.801"], [1702465787, "106.626"], [1702465823, "107.331"], [1702465856, "109.107"], [1702465880, "109.44"], [1702465910, "110.091"], [1702465952, "111.525"], [1702465988, "112.467"], [1702466015, "113.76"], [1702466030, "113.775"], [1702466060, "114.084"], [1702466078, "114.207"], [1702466138, "115.482"], [1702466168, "116.655"], [1702466204, "118.182"], [1702466237, "119.526"], [1702466261, "120.078"], [1702466291, "120.444"], [1702466327, "121.746"], [1702466360, "132.537"], [1702466384, "133.002"], [1702466417, "133.386"], [1702466441, "133.527"], [1702466471, "133.872"], [1702466507, "134.964"], [1702466540, "135.948"], [1702466597, "138.648"], [1702466633, "140.136"], [1702466666, "141.528"], [1702466705, "142.095"], [1702466732, "142.824"], [1702466765, "143.934"], [1702466801, "144.678"], [1702466852, "146.892"], [1702466876, "147.042"], [1702466918, "148.422"], [1702466978, "149.868"], [1702467014, "161.202"], [1702467038, "162.39"], [1702467068, "163.449"], [1702467122, "165.075"], [1702467158, "166.317"], [1702467191, "168.189"], [1702467221, "169.512"], [1702467257, "170.778"], [1702467299, "171.636"], [1702467350, "172.071"], [1702467386, "172.194"], [1702467419, "172.26"], [1702467455, "172.335"], [1702467515, "172.482"], [1702467542, "172.539"], [1702467566, "172.605"], [1702467599, "172.668"], [1702467635, "173.928"], [1702467668, "174.786"], [1702467695, "174.891"], [1702467716, "175.131"], [1702467746, "175.254"], [1702467800, "176.655"], [1702467824, "176.739"], [1702467908, "177.015"], [1702467944, "177.093"], [1702467968, "177.126"], [1702468001, "177.159"], [1702468031, "177.732"], [1702468067, "179.796"], [1702468085, "179.877"], [1702468115, "179.979"], [1702468151, "180.861"], [1702468181, "180.966"], [1702468208, "181.077"], [1702468241, "181.17"], [1702468256, "181.209"], [1702468286, "181.329"], [1702468322, "181.371"], [1702468352, "182.343"], [1702468388, "184.554"], [1702468424, "185.031"], [1702468457, "186.009"], [1702468493, "186.183"], [1702468517, "186.414"], [1702468550, "186.555"], [1702468586, "186.729"], [1702468613, "187.347"], [1702468637, "187.5"], [1702468679, "187.701"], [1702468721, "188.784"], [1702468730, "188.937"], [1702468766, "189.975"], [1702468799, "190.44"], [1702468835, "190.683"], [1702468898, "191.07"], [1702468934, "191.163"], [1702468970, "192.12"], [1702468994, "192.693"], [1702469024, "192.729"], [1702469060, "192.891"], [1702469111, "193.488"], [1702469144, "195.501"], [1702469168, "195.576"], [1702469204, "195.726"], [1702469237, "195.846"], [1702469273, "195.966"], [1702469303, "196.671"], [1702469336, "196.992"], [1702469360, "197.118"], [1702469387, "197.157"], [1702469411, "197.397"], [1702469435, "197.568"], [1702469468, "197.676"], [1702469504, "197.703"], [1702469537, "198.201"], [1702469573, "198.708"], [1702469606, "200.082"], [1702469633, "200.187"], [1702469660, "200.925"], [1702469684, "201.837"], [1702469717, "202.206"], [1702469753, "202.344"], [1702469786, "202.518"], [1702469816, "202.821"], [1702469834, "202.887"], [1702469864, "203.283"], [1702469906, "203.628"], [1702469936, "204.159"], [1702469972, "204.738"], [1702470005, "205.185"], [1702470029, "205.239"], [1702470065, "205.824"], [1702470101, "206.118"], [1702470131, "206.469"], [1702470167, "209.037"], [1702470203, "209.745"], [1702470251, "210.867"], [1702470278, "210.999"], [1702470311, "211.113"], [1702470347, "211.731"], [1702470371, "211.863"], [1702470404, "212.427"], [1702470440, "213.105"], [1702470476, "213.897"], [1702470506, "214.215"], [1702470542, "214.713"], [1702470575, "215.412"], [1702470611, "216.006"], [1702470635, "216.198"], [1702470662, "216.273"], [1702470686, "216.471"], [1702470719, "216.84"], [1702470746, "217.281"], [1702470812, "217.644"], [1702470845, "218.874"], [1702470875, "219.387"], [1702470899, "219.981"], [1702470953, "220.962"], [1702470983, "221.565"], [1702471025, "222.693"], [1702471067, "224.511"], [1702471169, "228.129"], [1702471193, "229.044"], [1702471226, "230.088"], [1702471265, "231.366"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "4.353"], [1702462721, "4.44"], [1702462736, "4.539"], [1702462751, "4.668"], [1702462763, "4.671"], [1702462793, "4.887"], [1702462808, "4.914"], [1702462829, "4.944"], [1702462844, "5.16"], [1702462865, "5.211"], [1702462880, "5.25"], [1702462904, "5.319"], [1702462919, "5.355"], [1702462952, "5.403"], [1702462973, "5.415"], [1702462988, "5.727"], [1702463045, "6.174"], [1702463081, "6.459"], [1702463114, "7.698"], [1702463150, "7.86"], [1702463186, "8.307"], [1702463216, "8.667"], [1702463240, "8.817"], [1702463273, "9.045"], [1702463324, "9.102"], [1702463354, "9.144"], [1702463381, "9.144"], [1702463417, "9.267"], [1702463453, "9.348"], [1702463477, "9.348"], [1702463510, "9.513"], [1702463537, "9.615"], [1702463570, "9.813"], [1702463591, "9.981"], [1702463621, "10.038"], [1702463657, "10.095"], [1702463693, "10.146"], [1702463729, "10.2"], [1702463765, "10.32"], [1702463798, "10.35"], [1702463846, "10.446"], [1702463873, "10.584"], [1702463906, "10.668"], [1702463948, "10.965"], [1702463984, "11.061"], [1702464014, "11.241"], [1702464050, "11.451"], [1702464086, "11.691"], [1702464122, "11.985"], [1702464155, "12.27"], [1702464194, "12.45"], [1702464230, "12.645"], [1702464263, "12.792"], [1702464299, "12.969"], [1702464332, "13.11"], [1702464356, "13.173"], [1702464392, "13.443"], [1702464425, "13.614"], [1702464455, "13.842"], [1702464479, "14.31"], [1702464509, "14.382"], [1702464533, "14.544"], [1702464569, "14.811"], [1702464605, "15.255"], [1702464635, "15.42"], [1702464671, "15.948"], [1702464716, "16.242"], [1702464743, "16.452"], [1702464776, "18.804"], [1702464812, "19.218"], [1702464836, "19.236"], [1702464869, "19.236"], [1702464905, "19.536"], [1702464926, "19.539"], [1702464956, "19.578"], [1702464992, "20.574"], [1702465016, "20.607"], [1702465049, "20.76"], [1702465085, "21.105"], [1702465118, "21.825"], [1702465145, "22.845"], [1702465178, "23.148"], [1702465208, "23.454"], [1702465241, "23.574"], [1702465298, "24.123"], [1702465334, "24.366"], [1702465367, "24.399"], [1702465394, "24.471"], [1702465418, "24.516"], [1702465445, "24.636"], [1702465481, "24.987"], [1702465517, "25.569"], [1702465550, "25.95"], [1702465586, "26.469"], [1702465619, "26.505"], [1702465658, "26.595"], [1702465706, "26.649"], [1702465754, "27.09"], [1702465787, "27.231"], [1702465823, "27.366"], [1702465856, "27.531"], [1702465880, "27.747"], [1702465910, "27.939"], [1702465952, "28.077"], [1702465988, "28.398"], [1702466015, "28.662"], [1702466030, "28.671"], [1702466060, "29.187"], [1702466078, "29.22"], [1702466138, "29.79"], [1702466168, "30.006"], [1702466204, "30.399"], [1702466237, "30.504"], [1702466261, "30.516"], [1702466291, "30.699"], [1702466327, "30.945"], [1702466360, "31.416"], [1702466384, "31.617"], [1702466417, "31.812"], [1702466441, "31.947"], [1702466471, "32.058"], [1702466507, "32.493"], [1702466540, "32.64"], [1702466597, "33.126"], [1702466633, "33.477"], [1702466666, "33.696"], [1702466705, "33.822"], [1702466732, "34.185"], [1702466765, "34.539"], [1702466801, "34.731"], [1702466852, "35.154"], [1702466876, "35.178"], [1702466918, "35.52"], [1702466978, "39.915"], [1702467014, "40.155"], [1702467038, "41.073"], [1702467068, "41.166"], [1702467122, "41.667"], [1702467158, "42.225"], [1702467191, "42.489"], [1702467221, "42.78"], [1702467257, "43.023"], [1702467299, "43.206"], [1702467350, "43.281"], [1702467386, "43.323"], [1702467419, "43.344"], [1702467455, "43.38"], [1702467515, "43.41"], [1702467542, "43.434"], [1702467566, "43.449"], [1702467599, "43.458"], [1702467635, "43.704"], [1702467668, "44.034"], [1702467695, "44.055"], [1702467716, "44.082"], [1702467746, "44.097"], [1702467800, "44.307"], [1702467824, "44.316"], [1702467908, "44.346"], [1702467944, "44.37"], [1702467968, "44.376"], [1702468001, "44.4"], [1702468031, "44.577"], [1702468067, "45.15"], [1702468085, "45.183"], [1702468115, "45.207"], [1702468151, "45.444"], [1702468181, "45.468"], [1702468208, "45.48"], [1702468241, "45.489"], [1702468256, "45.492"], [1702468286, "45.531"], [1702468322, "45.555"], [1702468352, "46.071"], [1702468388, "46.191"], [1702468424, "46.32"], [1702468457, "46.455"], [1702468493, "46.488"], [1702468517, "46.536"], [1702468550, "46.569"], [1702468586, "46.611"], [1702468613, "46.719"], [1702468637, "46.752"], [1702468679, "46.785"], [1702468721, "46.872"], [1702468730, "46.908"], [1702468766, "47.172"], [1702468799, "47.235"], [1702468835, "47.256"], [1702468898, "47.403"], [1702468934, "47.46"], [1702468970, "47.655"], [1702468994, "47.772"], [1702469024, "47.787"], [1702469060, "47.838"], [1702469111, "47.907"], [1702469144, "48.105"], [1702469168, "48.135"], [1702469204, "48.246"], [1702469237, "48.297"], [1702469273, "48.342"], [1702469303, "48.555"], [1702469336, "48.597"], [1702469360, "48.666"], [1702469387, "48.675"], [1702469411, "48.711"], [1702469435, "48.771"], [1702469468, "48.804"], [1702469504, "48.819"], [1702469537, "48.987"], [1702469573, "49.05"], [1702469606, "49.356"], [1702469633, "49.398"], [1702469660, "49.584"], [1702469684, "49.785"], [1702469717, "49.878"], [1702469753, "49.923"], [1702469786, "49.974"], [1702469816, "50.025"], [1702469834, "50.034"], [1702469864, "50.07"], [1702469906, "50.148"], [1702469936, "50.19"], [1702469972, "50.46"], [1702470005, "50.685"], [1702470029, "50.721"], [1702470065, "50.847"], [1702470101, "50.934"], [1702470131, "51.168"], [1702470167, "51.459"], [1702470203, "51.552"], [1702470251, "51.663"], [1702470278, "51.726"], [1702470311, "51.774"], [1702470347, "51.867"], [1702470371, "51.966"], [1702470404, "52.458"], [1702470440, "52.635"], [1702470476, "52.893"], [1702470506, "52.986"], [1702470542, "53.124"], [1702470575, "53.871"], [1702470611, "54.06"], [1702470635, "54.156"], [1702470662, "54.204"], [1702470686, "54.336"], [1702470719, "54.558"], [1702470746, "54.669"], [1702470812, "55.011"], [1702470845, "55.425"], [1702470875, "59.784"], [1702470899, "59.889"], [1702470953, "60.057"], [1702470983, "60.102"], [1702471025, "60.267"], [1702471067, "60.786"], [1702471169, "61.731"], [1702471193, "61.89"], [1702471226, "62.109"], [1702471265, "62.334"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "6.453"], [1702462721, "6.48"], [1702462736, "6.693"], [1702462751, "6.693"], [1702462763, "6.693"], [1702462793, "6.693"], [1702462808, "6.696"], [1702462829, "6.702"], [1702462844, "6.852"], [1702462865, "6.876"], [1702462880, "6.897"], [1702462904, "6.948"], [1702462919, "7.035"], [1702462952, "8.124"], [1702462973, "8.289"], [1702462988, "12.144"], [1702463045, "13.104"], [1702463081, "14.01"], [1702463114, "14.229"], [1702463150, "14.697"], [1702463186, "14.925"], [1702463216, "15.609"], [1702463240, "16.197"], [1702463273, "16.59"], [1702463324, "17.511"], [1702463354, "17.949"], [1702463381, "20.253"], [1702463417, "21.123"], [1702463453, "22.521"], [1702463477, "22.701"], [1702463510, "23.166"], [1702463537, "23.496"], [1702463570, "24.432"], [1702463591, "24.609"], [1702463621, "38.886"], [1702463657, "39.573"], [1702463693, "40.407"], [1702463729, "41.43"], [1702463765, "42.645"], [1702463798, "43.182"], [1702463846, "45.324"], [1702463873, "45.483"], [1702463906, "45.783"], [1702463948, "46.095"], [1702463984, "46.527"], [1702464014, "47.898"], [1702464050, "48.735"], [1702464086, "49.707"], [1702464122, "52.95"], [1702464155, "54.273"], [1702464194, "54.846"], [1702464230, "55.401"], [1702464263, "55.794"], [1702464299, "56.505"], [1702464332, "57.27"], [1702464356, "57.933"], [1702464392, "59.19"], [1702464425, "60.363"], [1702464455, "62.505"], [1702464479, "64.02"], [1702464509, "65.022"], [1702464533, "65.637"], [1702464569, "71.574"], [1702464605, "72.351"], [1702464635, "72.792"], [1702464671, "74.343"], [1702464716, "76.167"], [1702464743, "76.911"], [1702464776, "78.429"], [1702464812, "79.959"], [1702464836, "80.268"], [1702464869, "81.519"], [1702464905, "82.542"], [1702464926, "85.701"], [1702464956, "85.899"], [1702464992, "87.504"], [1702465016, "88.026"], [1702465049, "89.499"], [1702465085, "90.549"], [1702465118, "90.894"], [1702465145, "91.902"], [1702465178, "95.241"], [1702465208, "96.906"], [1702465241, "97.434"], [1702465298, "98.298"], [1702465334, "99.117"], [1702465367, "99.6"], [1702465394, "99.645"], [1702465418, "99.786"], [1702465445, "100.323"], [1702465481, "101.505"], [1702465517, "103.896"], [1702465550, "105.384"], [1702465586, "106.611"], [1702465619, "106.839"], [1702465658, "108.657"], [1702465706, "109.368"], [1702465754, "110.46"], [1702465787, "111.171"], [1702465823, "111.726"], [1702465856, "112.839"], [1702465880, "113.367"], [1702465910, "118.848"], [1702465952, "119.982"], [1702465988, "121.458"], [1702466015, "122.772"], [1702466030, "122.787"], [1702466060, "122.976"], [1702466078, "123.009"], [1702466138, "125.22"], [1702466168, "126.468"], [1702466204, "128.097"], [1702466237, "131.019"], [1702466261, "131.964"], [1702466291, "132.288"], [1702466327, "133.638"], [1702466360, "135.6"], [1702466384, "136.278"], [1702466417, "137.091"], [1702466441, "137.166"], [1702466471, "137.253"], [1702466507, "137.88"], [1702466540, "139.083"], [1702466597, "141.144"], [1702466633, "142.839"], [1702466666, "150.285"], [1702466705, "150.987"], [1702466732, "152.196"], [1702466765, "153.399"], [1702466801, "154.02"], [1702466852, "154.998"], [1702466876, "155.112"], [1702466918, "157.524"], [1702466978, "161.826"], [1702467014, "166.869"], [1702467038, "167.883"], [1702467068, "168.621"], [1702467122, "169.485"], [1702467158, "170.835"], [1702467191, "171.72"], [1702467221, "172.68"], [1702467257, "173.502"], [1702467299, "173.775"], [1702467350, "173.94"], [1702467386, "174.06"], [1702467419, "174.102"], [1702467455, "174.198"], [1702467515, "174.321"], [1702467542, "174.354"], [1702467566, "174.444"], [1702467599, "174.483"], [1702467635, "175.26"], [1702467668, "175.965"], [1702467695, "176.058"], [1702467716, "176.166"], [1702467746, "176.256"], [1702467800, "177.246"], [1702467824, "177.363"], [1702467908, "177.6"], [1702467944, "177.75"], [1702467968, "177.771"], [1702468001, "177.822"], [1702468031, "178.32"], [1702468067, "180.96"], [1702468085, "181.083"], [1702468115, "181.239"], [1702468151, "181.8"], [1702468181, "181.857"], [1702468208, "181.923"], [1702468241, "182.019"], [1702468256, "182.049"], [1702468286, "182.211"], [1702468322, "182.292"], [1702468352, "183.114"], [1702468388, "184.998"], [1702468424, "186.411"], [1702468457, "187.167"], [1702468493, "188.04"], [1702468517, "188.538"], [1702468550, "188.619"], [1702468586, "188.784"], [1702468613, "189.033"], [1702468637, "189.261"], [1702468679, "189.444"], [1702468721, "190.344"], [1702468730, "190.464"], [1702468766, "191.1"], [1702468799, "192.063"], [1702468835, "192.288"], [1702468898, "192.957"], [1702468934, "193.128"], [1702468970, "193.806"], [1702468994, "194.376"], [1702469024, "194.388"], [1702469060, "194.592"], [1702469111, "195.132"], [1702469144, "196.44"], [1702469168, "196.521"], [1702469204, "196.677"], [1702469237, "196.923"], [1702469273, "197.064"], [1702469303, "198.018"], [1702469336, "198.231"], [1702469360, "198.375"], [1702469387, "198.408"], [1702469411, "198.591"], [1702469435, "198.687"], [1702469468, "198.807"], [1702469504, "198.843"], [1702469537, "199.698"], [1702469573, "200.406"], [1702469606, "200.874"], [1702469633, "200.937"], [1702469660, "201.468"], [1702469684, "201.612"], [1702469717, "202.215"], [1702469753, "202.416"], [1702469786, "202.506"], [1702469816, "202.698"], [1702469834, "202.788"], [1702469864, "203.145"], [1702469906, "203.469"], [1702469936, "204.3"], [1702469972, "205.299"], [1702470005, "205.668"], [1702470029, "205.704"], [1702470065, "205.911"], [1702470101, "206.178"], [1702470131, "207.072"], [1702470167, "208.503"], [1702470203, "209.343"], [1702470251, "210.102"], [1702470278, "210.219"], [1702470311, "210.291"], [1702470347, "211.089"], [1702470371, "211.635"], [1702470404, "212.391"], [1702470440, "213.315"], [1702470476, "214.308"], [1702470506, "214.575"], [1702470542, "215.187"], [1702470575, "216.498"], [1702470611, "217.071"], [1702470635, "217.248"], [1702470662, "217.344"], [1702470686, "217.524"], [1702470719, "217.782"], [1702470746, "218.283"], [1702470812, "219.393"], [1702470845, "220.602"], [1702470875, "221.499"], [1702470899, "221.94"], [1702470953, "223.095"], [1702470983, "224.247"], [1702471025, "225.906"], [1702471067, "227.259"], [1702471169, "230.388"], [1702471193, "231.441"], [1702471226, "232.809"], [1702471265, "234.996"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "14.532"], [1702462721, "14.817"], [1702462736, "15.333"], [1702462751, "16.044"], [1702462763, "16.047"], [1702462793, "16.461"], [1702462808, "17.184"], [1702462829, "17.418"], [1702462844, "19.152"], [1702462865, "19.314"], [1702462880, "20.106"], [1702462904, "21.198"], [1702462919, "21.228"], [1702462952, "21.867"], [1702462973, "22.098"], [1702462988, "22.413"], [1702463045, "23.01"], [1702463081, "23.43"], [1702463114, "24.249"], [1702463150, "24.579"], [1702463186, "24.696"], [1702463216, "25.815"], [1702463240, "25.911"], [1702463273, "26.625"], [1702463324, "27.369"], [1702463354, "27.702"], [1702463381, "28.479"], [1702463417, "29.331"], [1702463453, "30.093"], [1702463477, "30.882"], [1702463510, "31.107"], [1702463537, "31.116"], [1702463570, "31.749"], [1702463591, "31.902"], [1702463621, "32.391"], [1702463657, "33.153"], [1702463693, "34.227"], [1702463729, "35.409"], [1702463765, "37.125"], [1702463798, "37.608"], [1702463846, "37.899"], [1702463873, "38.313"], [1702463906, "38.733"], [1702463948, "39.321"], [1702463984, "40.053"], [1702464014, "40.563"], [1702464050, "40.974"], [1702464086, "42.006"], [1702464122, "42.555"], [1702464155, "43.797"], [1702464194, "44.13"], [1702464230, "44.547"], [1702464263, "44.832"], [1702464299, "45.84"], [1702464332, "46.962"], [1702464356, "47.259"], [1702464392, "47.958"], [1702464425, "48.255"], [1702464455, "48.726"], [1702464479, "49.236"], [1702464509, "50.892"], [1702464533, "51.261"], [1702464569, "52.05"], [1702464605, "52.671"], [1702464635, "52.872"], [1702464671, "53.679"], [1702464716, "54.195"], [1702464743, "54.771"], [1702464776, "55.314"], [1702464812, "80.511"], [1702464836, "81.102"], [1702464869, "81.393"], [1702464905, "82.44"], [1702464926, "82.494"], [1702464956, "82.848"], [1702464992, "83.64"], [1702465016, "84.09"], [1702465049, "84.375"], [1702465085, "87.753"], [1702465118, "88.344"], [1702465145, "90.318"], [1702465178, "90.813"], [1702465208, "91.149"], [1702465241, "91.788"], [1702465298, "93.075"], [1702465334, "93.663"], [1702465367, "94.209"], [1702465394, "94.599"], [1702465418, "94.683"], [1702465445, "94.797"], [1702465481, "95.526"], [1702465517, "96.279"], [1702465550, "96.519"], [1702465586, "98.571"], [1702465619, "98.748"], [1702465658, "100.77"], [1702465706, "101.373"], [1702465754, "103.188"], [1702465787, "103.791"], [1702465823, "104.019"], [1702465856, "105.066"], [1702465880, "105.261"], [1702465910, "105.726"], [1702465952, "106.413"], [1702465988, "107.58"], [1702466015, "108.051"], [1702466030, "108.063"], [1702466060, "108.417"], [1702466078, "108.759"], [1702466138, "110.013"], [1702466168, "110.88"], [1702466204, "112.059"], [1702466237, "113.478"], [1702466261, "114.576"], [1702466291, "115.011"], [1702466327, "115.797"], [1702466360, "116.496"], [1702466384, "117.531"], [1702466417, "118.026"], [1702466441, "118.152"], [1702466471, "118.566"], [1702466507, "119.811"], [1702466540, "120.312"], [1702466597, "122.001"], [1702466633, "122.961"], [1702466666, "124.47"], [1702466705, "124.635"], [1702466732, "125.541"], [1702466765, "126.396"], [1702466801, "127.077"], [1702466852, "128.601"], [1702466876, "128.91"], [1702466918, "129.891"], [1702466978, "131.982"], [1702467014, "132.564"], [1702467038, "133.401"], [1702467068, "133.77"], [1702467122, "135.096"], [1702467158, "135.996"], [1702467191, "136.242"], [1702467221, "136.626"], [1702467257, "137.361"], [1702467299, "137.622"], [1702467350, "137.802"], [1702467386, "137.862"], [1702467419, "137.883"], [1702467455, "137.991"], [1702467515, "138.051"], [1702467542, "138.078"], [1702467566, "138.129"], [1702467599, "138.156"], [1702467635, "139.497"], [1702467668, "140.562"], [1702467695, "140.643"], [1702467716, "141.006"], [1702467746, "141.036"], [1702467800, "141.438"], [1702467824, "141.501"], [1702467908, "141.726"], [1702467944, "141.804"], [1702467968, "141.837"], [1702468001, "141.873"], [1702468031, "142.239"], [1702468067, "143.61"], [1702468085, "143.691"], [1702468115, "143.751"], [1702468151, "144.132"], [1702468181, "144.198"], [1702468208, "144.246"], [1702468241, "144.3"], [1702468256, "144.333"], [1702468286, "144.414"], [1702468322, "144.45"], [1702468352, "145.629"], [1702468388, "146.604"], [1702468424, "146.994"], [1702468457, "148.281"], [1702468493, "148.518"], [1702468517, "148.665"], [1702468550, "148.785"], [1702468586, "148.884"], [1702468613, "149.157"], [1702468637, "149.286"], [1702468679, "149.355"], [1702468721, "149.475"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "111.111"], [1702462721, "120.225"], [1702462736, "129.339"], [1702462751, "138.453"], [1702462763, "147.372"], [1702462793, "165.027"], [1702462808, "173.763"], [1702462829, "182.499"], [1702462844, "190.884"], [1702462865, "199.269"], [1702462880, "207.654"], [1702462904, "224.424"], [1702462919, "232.809"], [1702462952, "249.579"], [1702462973, "257.964"], [1702462988, "266.349"], [1702463045, "291.504"], [1702463081, "308.274"], [1702463114, "325.044"], [1702463150, "341.814"], [1702463186, "358.584"], [1702463216, "375.354"], [1702463240, "392.124"], [1702463273, "408.894"], [1702463324, "434.049"], [1702463354, "450.819"], [1702463381, "467.589"], [1702463417, "484.359"], [1702463453, "501.129"], [1702463477, "517.899"], [1702463510, "534.669"], [1702463537, "551.439"], [1702463570, "568.209"], [1702463591, "584.979"], [1702463621, "601.749"], [1702463657, "618.519"], [1702463693, "635.289"], [1702463729, "652.059"], [1702463765, "668.829"], [1702463798, "685.599"], [1702463846, "710.754"], [1702463873, "727.524"], [1702463906, "744.294"], [1702463948, "769.449"], [1702463984, "786.219"], [1702464014, "802.989"], [1702464050, "819.759"], [1702464086, "836.529"], [1702464122, "853.299"], [1702464155, "870.069"], [1702464194, "895.224"], [1702464230, "911.994"], [1702464263, "928.764"], [1702464299, "945.534"], [1702464332, "962.304"], [1702464356, "979.074"], [1702464392, "995.844"], [1702464425, "1012.614"], [1702464455, "1029.384"], [1702464479, "1046.154"], [1702464509, "1062.924"], [1702464533, "1079.694"], [1702464569, "1096.464"], [1702464605, "1113.234"], [1702464635, "1130.004"], [1702464671, "1146.774"], [1702464716, "1163.544"], [1702464743, "1180.314"], [1702464776, "1197.084"], [1702464812, "1213.854"], [1702464836, "1230.624"], [1702464869, "1247.394"], [1702464905, "1264.164"], [1702464926, "1280.934"], [1702464956, "1297.704"], [1702464992, "1314.474"], [1702465016, "1331.244"], [1702465049, "1348.014"], [1702465085, "1364.784"], [1702465118, "1381.554"], [1702465145, "1398.324"], [1702465178, "1415.094"], [1702465208, "1431.864"], [1702465241, "1448.634"], [1702465298, "1473.789"], [1702465334, "1490.559"], [1702465367, "1507.329"], [1702465394, "1524.099"], [1702465418, "1540.869"], [1702465445, "1557.639"], [1702465481, "1574.409"], [1702465517, "1591.179"], [1702465550, "1607.949"], [1702465586, "1624.719"], [1702465619, "1641.489"], [1702465658, "1658.259"], [1702465706, "1675.029"], [1702465754, "1700.184"], [1702465787, "1716.954"], [1702465823, "1733.724"], [1702465856, "1750.494"], [1702465880, "1767.264"], [1702465910, "1784.034"], [1702465952, "1800.804"], [1702465988, "1817.574"], [1702466015, "1834.344"], [1702466030, "1851.114"], [1702466060, "1867.884"], [1702466078, "1884.654"], [1702466138, "1909.809"], [1702466168, "1926.579"], [1702466204, "1943.349"], [1702466237, "1960.119"], [1702466261, "1976.889"], [1702466291, "1993.659"], [1702466327, "2010.429"], [1702466360, "2027.199"], [1702466384, "2043.969"], [1702466417, "2060.739"], [1702466441, "2077.509"], [1702466471, "2094.279"], [1702466507, "2111.049"], [1702466540, "2127.819"], [1702466597, "2152.974"], [1702466633, "2169.744"], [1702466666, "2186.514"], [1702466705, "2203.284"], [1702466732, "2220.054"], [1702466765, "2236.824"], [1702466801, "2253.594"], [1702466852, "2278.749"], [1702466876, "2295.519"], [1702466918, "2312.289"], [1702466978, "2345.829"], [1702467014, "2362.599"], [1702467038, "2379.369"], [1702467068, "2396.139"], [1702467122, "2421.294"], [1702467158, "2438.064"], [1702467191, "2454.834"], [1702467221, "2471.604"], [1702467257, "2488.374"], [1702467299, "2505.144"], [1702467350, "2530.299"], [1702467386, "2547.069"], [1702467419, "2563.839"], [1702467455, "2580.609"], [1702467515, "2614.149"], [1702467542, "2630.919"], [1702467566, "2647.689"], [1702467599, "2664.459"], [1702467635, "2681.229"], [1702467668, "2697.999"], [1702467695, "2714.769"], [1702467716, "2731.539"], [1702467746, "2748.309"], [1702467800, "2773.464"], [1702467824, "2790.234"], [1702467908, "2832.159"], [1702467944, "2848.929"], [1702467968, "2865.699"], [1702468001, "2882.469"], [1702468031, "2899.239"], [1702468067, "2916.009"], [1702468085, "2932.779"], [1702468115, "2949.549"], [1702468151, "2966.319"], [1702468181, "2983.089"], [1702468208, "2999.859"], [1702468241, "3016.629"], [1702468256, "3033.399"], [1702468286, "3050.169"], [1702468322, "3066.939"], [1702468352, "3083.709"], [1702468388, "3100.479"], [1702468424, "3117.249"], [1702468457, "3134.019"], [1702468493, "3150.789"], [1702468517, "3167.559"], [1702468550, "3184.329"], [1702468586, "3201.099"], [1702468613, "3217.869"], [1702468637, "3234.639"], [1702468679, "3251.409"], [1702468721, "3268.179"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0.099"], [1702462751, "0.105"], [1702462763, "0.105"], [1702462793, "0.105"], [1702462808, "0.105"], [1702462829, "0.36"], [1702462844, "0.36"], [1702462865, "0.36"], [1702462880, "0.36"], [1702462904, "0.36"], [1702462919, "0.381"], [1702462952, "0.405"], [1702462973, "0.405"], [1702462988, "0.432"], [1702463045, "0.549"], [1702463081, "0.612"], [1702463114, "0.687"], [1702463150, "0.687"], [1702463186, "0.69"], [1702463216, "0.726"], [1702463240, "0.735"], [1702463273, "0.804"], [1702463324, "0.867"], [1702463354, "0.867"], [1702463381, "0.867"], [1702463417, "0.921"], [1702463453, "0.984"], [1702463477, "0.984"], [1702463510, "0.984"], [1702463537, "1.008"], [1702463570, "1.053"], [1702463591, "1.053"], [1702463621, "1.053"], [1702463657, "1.194"], [1702463693, "1.308"], [1702463729, "1.353"], [1702463765, "1.371"], [1702463798, "1.386"], [1702463846, "1.422"], [1702463873, "1.422"], [1702463906, "1.422"], [1702463948, "1.422"], [1702463984, "1.428"], [1702464014, "1.443"], [1702464050, "1.509"], [1702464086, "1.563"], [1702464122, "1.584"], [1702464155, "1.611"], [1702464194, "1.611"], [1702464230, "1.611"], [1702464263, "1.611"], [1702464299, "1.611"], [1702464332, "1.644"], [1702464356, "1.644"], [1702464392, "1.731"], [1702464425, "1.749"], [1702464455, "1.83"], [1702464479, "1.89"], [1702464509, "1.992"], [1702464533, "2.01"], [1702464569, "2.055"], [1702464605, "2.112"], [1702464635, "2.136"], [1702464671, "2.136"], [1702464716, "2.199"], [1702464743, "2.226"], [1702464776, "2.226"], [1702464812, "2.241"], [1702464836, "2.262"], [1702464869, "2.343"], [1702464905, "2.343"], [1702464926, "2.346"], [1702464956, "2.355"], [1702464992, "2.37"], [1702465016, "2.37"], [1702465049, "2.37"], [1702465085, "2.433"], [1702465118, "2.433"], [1702465145, "2.52"], [1702465178, "2.52"], [1702465208, "2.52"], [1702465241, "2.565"], [1702465298, "2.58"], [1702465334, "2.661"], [1702465367, "2.685"], [1702465394, "2.685"], [1702465418, "2.688"], [1702465445, "2.688"], [1702465481, "2.73"], [1702465517, "2.748"], [1702465550, "2.748"], [1702465586, "2.793"], [1702465619, "2.796"], [1702465658, "2.835"], [1702465706, "2.841"], [1702465754, "2.928"], [1702465787, "2.928"], [1702465823, "2.937"], [1702465856, "2.937"], [1702465880, "2.949"], [1702465910, "2.952"], [1702465952, "3.003"], [1702465988, "3.096"], [1702466015, "3.096"], [1702466030, "3.099"], [1702466060, "3.108"], [1702466078, "3.117"], [1702466138, "3.165"], [1702466168, "3.165"], [1702466204, "3.165"], [1702466237, "3.165"], [1702466261, "3.168"], [1702466291, "3.174"], [1702466327, "3.222"], [1702466360, "3.222"], [1702466384, "3.222"], [1702466417, "3.225"], [1702466441, "3.258"], [1702466471, "3.258"], [1702466507, "3.258"], [1702466540, "3.258"], [1702466597, "3.303"], [1702466633, "3.303"], [1702466666, "3.303"], [1702466705, "3.306"], [1702466732, "3.312"], [1702466765, "3.324"], [1702466801, "3.426"], [1702466852, "3.426"], [1702466876, "3.426"], [1702466918, "3.432"], [1702466978, "3.462"], [1702467014, "3.492"], [1702467038, "3.6"], [1702467068, "3.6"], [1702467122, "3.66"], [1702467158, "3.816"], [1702467191, "3.816"], [1702467221, "3.816"], [1702467257, "3.816"], [1702467299, "3.846"], [1702467350, "3.849"], [1702467386, "3.861"], [1702467419, "3.864"], [1702467455, "3.87"], [1702467515, "3.876"], [1702467542, "3.876"], [1702467566, "3.882"], [1702467599, "3.882"], [1702467635, "3.882"], [1702467668, "3.996"], [1702467695, "3.999"], [1702467716, "3.999"], [1702467746, "4.002"], [1702467800, "4.002"], [1702467824, "4.008"], [1702467908, "4.011"], [1702467944, "4.014"], [1702467968, "4.02"], [1702468001, "4.026"], [1702468031, "4.026"], [1702468067, "4.107"], [1702468085, "4.107"], [1702468115, "4.116"], [1702468151, "4.116"], [1702468181, "4.116"], [1702468208, "4.119"], [1702468241, "4.122"], [1702468256, "4.125"], [1702468286, "4.149"], [1702468322, "4.152"], [1702468352, "4.233"], [1702468388, "4.233"], [1702468424, "4.233"], [1702468457, "4.278"], [1702468493, "4.287"], [1702468517, "4.287"], [1702468550, "4.287"], [1702468586, "4.287"], [1702468613, "4.29"], [1702468637, "4.293"], [1702468679, "4.299"], [1702468721, "4.305"], [1702468730, "4.305"], [1702468766, "4.305"], [1702468799, "4.344"], [1702468835, "4.344"], [1702468898, "4.344"], [1702468934, "4.344"], [1702468970, "4.344"], [1702468994, "4.344"], [1702469024, "4.344"], [1702469060, "4.347"], [1702469111, "4.347"], [1702469144, "4.347"], [1702469168, "4.347"], [1702469204, "4.356"], [1702469237, "4.359"], [1702469273, "4.359"], [1702469303, "4.368"], [1702469336, "4.38"], [1702469360, "4.38"], [1702469387, "4.38"], [1702469411, "4.38"], [1702469435, "4.386"], [1702469468, "4.386"], [1702469504, "4.389"], [1702469537, "4.392"], [1702469573, "4.392"], [1702469606, "4.392"], [1702469633, "4.404"], [1702469660, "4.437"], [1702469684, "4.437"], [1702469717, "4.437"], [1702469753, "4.437"], [1702469786, "4.443"], [1702469816, "4.461"], [1702469834, "4.461"], [1702469864, "4.464"], [1702469906, "4.467"], [1702469936, "4.467"], [1702469972, "4.467"], [1702470005, "4.494"], [1702470029, "4.494"], [1702470065, "4.518"], [1702470101, "4.518"], [1702470131, "4.527"], [1702470167, "4.527"], [1702470203, "4.581"], [1702470251, "4.593"], [1702470278, "4.596"], [1702470311, "4.602"], [1702470347, "4.602"], [1702470371, "4.602"], [1702470404, "4.602"], [1702470440, "4.605"], [1702470476, "4.668"], [1702470506, "4.671"], [1702470542, "4.686"], [1702470575, "4.686"], [1702470611, "4.689"], [1702470635, "4.689"], [1702470662, "4.695"], [1702470686, "4.695"], [1702470719, "4.71"], [1702470746, "4.71"], [1702470812, "4.758"], [1702470845, "4.809"], [1702470875, "4.836"], [1702470899, "4.893"], [1702470953, "4.893"], [1702470983, "4.941"], [1702471025, "4.941"], [1702471067, "4.968"], [1702471169, "5.043"], [1702471193, "5.043"], [1702471226, "5.043"], [1702471265, "5.046"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "236.565"], [1702462721, "245.484"], [1702462736, "250.371"], [1702462751, "254.625"], [1702462763, "254.649"], [1702462793, "263.529"], [1702462808, "274.065"], [1702462829, "277.317"], [1702462844, "299.745"], [1702462865, "302.583"], [1702462880, "311.025"], [1702462904, "321.627"], [1702462919, "323.529"], [1702462952, "336.771"], [1702462973, "340.881"], [1702462988, "357.375"], [1702463045, "376.359"], [1702463081, "386.958"], [1702463114, "394.473"], [1702463150, "400.386"], [1702463186, "407.835"], [1702463216, "423.543"], [1702463240, "426.684"], [1702463273, "430.416"], [1702463324, "461.52"], [1702463354, "483.165"], [1702463381, "497.352"], [1702463417, "511.494"], [1702463453, "524.4"], [1702463477, "531.681"], [1702463510, "552.192"], [1702463537, "557.955"], [1702463570, "570.513"], [1702463591, "577.911"], [1702463621, "594.543"], [1702463657, "609.531"], [1702463693, "620.328"], [1702463729, "637.716"], [1702463765, "656.625"], [1702463798, "666.924"], [1702463846, "672.564"], [1702463873, "678.999"], [1702463906, "691.095"], [1702463948, "710.292"], [1702463984, "726.813"], [1702464014, "737.973"], [1702464050, "756.684"], [1702464086, "769.656"], [1702464122, "783.27"], [1702464155, "794.811"], [1702464194, "805.287"], [1702464230, "813.507"], [1702464263, "821.448"], [1702464299, "837.393"], [1702464332, "853.332"], [1702464356, "860.751"], [1702464392, "876.018"], [1702464425, "893.424"], [1702464455, "909.027"], [1702464479, "920.361"], [1702464509, "929.64"], [1702464533, "936.432"], [1702464569, "950.898"], [1702464605, "964.11"], [1702464635, "973.113"], [1702464671, "992.841"], [1702464716, "1011.111"], [1702464743, "1020.132"], [1702464776, "1070.895"], [1702464812, "1088.964"], [1702464836, "1094.76"], [1702464869, "1106.727"], [1702464905, "1122.933"], [1702464926, "1124.538"], [1702464956, "1128.975"], [1702464992, "1150.674"], [1702465016, "1156.641"], [1702465049, "1167.324"], [1702465085, "1194.183"], [1702465118, "1204.902"], [1702465145, "1218.774"], [1702465178, "1238.874"], [1702465208, "1250.094"], [1702465241, "1268.76"], [1702465298, "1292.439"], [1702465334, "1304.778"], [1702465367, "1311.204"], [1702465394, "1313.436"], [1702465418, "1316.016"], [1702465445, "1325.007"], [1702465481, "1336.332"], [1702465517, "1355.16"], [1702465550, "1374.27"], [1702465586, "1463.037"], [1702465619, "1467.522"], [1702465658, "1499.877"], [1702465706, "1512.309"], [1702465754, "1534.2"], [1702465787, "1545.732"], [1702465823, "1557.63"], [1702465856, "1571.334"], [1702465880, "1580.436"], [1702465910, "1595.85"], [1702465952, "1610.139"], [1702465988, "1627.89"], [1702466015, "1643.439"], [1702466030, "1643.685"], [1702466060, "1652.856"], [1702466078, "1654.851"], [1702466138, "1670.343"], [1702466168, "1683.129"], [1702466204, "1699.818"], [1702466237, "1722.321"], [1702466261, "1728.939"], [1702466291, "1734.933"], [1702466327, "1751.928"], [1702466360, "1770.195"], [1702466384, "1781.634"], [1702466417, "1792.92"], [1702466441, "1794.912"], [1702466471, "1799.316"], [1702466507, "1812.645"], [1702466540, "1826.034"], [1702466597, "1853.85"], [1702466633, "1867.275"], [1702466666, "1879.302"], [1702466705, "1887.303"], [1702466732, "1915.335"], [1702466765, "1928.838"], [1702466801, "1937.481"], [1702466852, "1970.193"], [1702466876, "1982.943"], [1702466918, "2002.272"], [1702466978, "2036.634"], [1702467014, "2053.251"], [1702467038, "2067.972"], [1702467068, "2076.477"], [1702467122, "2128.287"], [1702467158, "2150.514"], [1702467191, "2221.113"], [1702467221, "2231.589"], [1702467257, "2243.514"], [1702467299, "2253.06"], [1702467350, "2257.308"], [1702467386, "2259.72"], [1702467419, "2261.097"], [1702467455, "2263.728"], [1702467515, "2266.356"], [1702467542, "2267.418"], [1702467566, "2268.423"], [1702467599, "2269.023"], [1702467635, "2292.249"], [1702467668, "2310.234"], [1702467695, "2312.871"], [1702467716, "2315.478"], [1702467746, "2316.735"], [1702467800, "2334.06"], [1702467824, "2335.8"], [1702467908, "2341.098"], [1702467944, "2344.797"], [1702467968, "2345.502"], [1702468001, "2348.679"], [1702468031, "2356.047"], [1702468067, "2392.05"], [1702468085, "2393.844"], [1702468115, "2395.299"], [1702468151, "2410.014"], [1702468181, "2412.186"], [1702468208, "2414.664"], [1702468241, "2416.953"], [1702468256, "2417.88"], [1702468286, "2420.589"], [1702468322, "2422.278"], [1702468352, "2460.804"], [1702468388, "2485.854"], [1702468424, "2499.36"], [1702468457, "2518.182"], [1702468493, "2523.081"], [1702468517, "2528.22"], [1702468550, "2531.397"], [1702468586, "2534.061"], [1702468613, "2543.553"], [1702468637, "2545.869"], [1702468679, "2548.761"], [1702468721, "2581.095"], [1702468730, "2583.768"], [1702468766, "2598.318"], [1702468799, "2604.075"], [1702468835, "2606.703"], [1702468898, "2614.668"], [1702468934, "2617.908"], [1702468970, "2649.219"], [1702468994, "2657.904"], [1702469024, "2658.99"], [1702469060, "2664.042"], [1702469111, "2669.751"], [1702469144, "2681.55"], [1702469168, "2682.408"], [1702469204, "2684.43"], [1702469237, "2685.921"], [1702469273, "2688.471"], [1702469303, "2698.32"], [1702469336, "2702.892"], [1702469360, "2704.86"], [1702469387, "2706.162"], [1702469411, "2708.643"], [1702469435, "2710.689"], [1702469468, "2712.384"], [1702469504, "2713.179"], [1702469537, "2719.335"], [1702469573, "2732.526"], [1702469606, "2757.354"], [1702469633, "2758.281"], [1702469660, "2773.665"], [1702469684, "2791.032"], [1702469717, "2802.972"], [1702469753, "2806.932"], [1702469786, "2812.005"], [1702469816, "2824.32"], [1702469834, "2826.477"], [1702469864, "2833.875"], [1702469906, "2842.275"], [1702469936, "2851.002"], [1702469972, "2861.838"], [1702470005, "2868.081"], [1702470029, "2869.233"], [1702470065, "2872.845"], [1702470101, "2878.353"], [1702470131, "2895.45"], [1702470167, "2916.264"], [1702470203, "2933.307"], [1702470251, "2964.177"], [1702470278, "2967.852"], [1702470311, "2972.754"], [1702470347, "2978.676"], [1702470371, "2986.371"], [1702470404, "2995.098"], [1702470440, "3000.612"], [1702470476, "3013.281"], [1702470506, "3015.921"], [1702470542, "3032.712"], [1702470575, "3050.148"], [1702470611, "3057.399"], [1702470635, "3063.144"], [1702470662, "3066.27"], [1702470686, "3070.005"], [1702470719, "3074.208"], [1702470746, "3083.328"], [1702470812, "3097.347"], [1702470845, "3118.068"], [1702470875, "3126.63"], [1702470899, "3134.337"], [1702470953, "3147.24"], [1702470983, "3152.937"], [1702471025, "3164.274"], [1702471067, "3184.506"], [1702471169, "3222.051"], [1702471193, "3227.277"], [1702471226, "3261.78"], [1702471265, "3275.985"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "20.148"], [1702462721, "30.255"], [1702462736, "30.423"], [1702462751, "30.876"], [1702462763, "30.879"], [1702462793, "32.319"], [1702462808, "34.056"], [1702462829, "34.332"], [1702462844, "35.694"], [1702462865, "35.952"], [1702462880, "36.396"], [1702462904, "37.032"], [1702462919, "37.419"], [1702462952, "38.706"], [1702462973, "38.808"], [1702462988, "39.444"], [1702463045, "40.023"], [1702463081, "41.307"], [1702463114, "41.811"], [1702463150, "42.069"], [1702463186, "42.711"], [1702463216, "52.098"], [1702463240, "52.392"], [1702463273, "52.956"], [1702463324, "55.212"], [1702463354, "55.914"], [1702463381, "56.46"], [1702463417, "57.252"], [1702463453, "57.843"], [1702463477, "69.528"], [1702463510, "70.431"], [1702463537, "82.461"], [1702463570, "83.217"], [1702463591, "83.775"], [1702463621, "86.151"], [1702463657, "87.942"], [1702463693, "90.651"], [1702463729, "94.314"], [1702463765, "95.85"], [1702463798, "97.197"], [1702463846, "97.875"], [1702463873, "98.751"], [1702463906, "99.954"], [1702463948, "102.528"], [1702463984, "104.775"], [1702464014, "106.719"], [1702464050, "108.861"], [1702464086, "111.276"], [1702464122, "113.883"], [1702464155, "115.398"], [1702464194, "116.406"], [1702464230, "117.93"], [1702464263, "119.028"], [1702464299, "120.462"], [1702464332, "122.655"], [1702464356, "124.491"], [1702464392, "127.653"], [1702464425, "128.79"], [1702464455, "130.044"], [1702464479, "131.532"], [1702464509, "132.093"], [1702464533, "133.227"], [1702464569, "135.102"], [1702464605, "137.433"], [1702464635, "138.591"], [1702464671, "141.3"], [1702464716, "144.063"], [1702464743, "145.599"], [1702464776, "147.522"], [1702464812, "149.076"], [1702464836, "149.868"], [1702464869, "153.381"], [1702464905, "168.231"], [1702464926, "168.396"], [1702464956, "168.864"], [1702464992, "170.649"], [1702465016, "171.462"], [1702465049, "172.752"], [1702465085, "174.891"], [1702465118, "175.89"], [1702465145, "179.322"], [1702465178, "182.244"], [1702465208, "184.188"], [1702465241, "186.186"], [1702465298, "190.392"], [1702465334, "191.757"], [1702465367, "193.113"], [1702465394, "193.26"], [1702465418, "193.65"], [1702465445, "194.886"], [1702465481, "197.7"], [1702465517, "199.236"], [1702465550, "201.597"], [1702465586, "204.396"], [1702465619, "205.833"], [1702465658, "209.016"], [1702465706, "210.531"], [1702465754, "216.414"], [1702465787, "217.95"], [1702465823, "219.723"], [1702465856, "221.568"], [1702465880, "222.882"], [1702465910, "224.967"], [1702465952, "228.273"], [1702465988, "229.635"], [1702466015, "230.67"], [1702466030, "230.706"], [1702466060, "232.113"], [1702466078, "232.44"], [1702466138, "236.298"], [1702466168, "238.524"], [1702466204, "240.882"], [1702466237, "246.054"], [1702466261, "246.921"], [1702466291, "248.553"], [1702466327, "250.908"], [1702466360, "253.536"], [1702466384, "254.706"], [1702466417, "256.479"], [1702466441, "256.764"], [1702466471, "257.238"], [1702466507, "259.932"], [1702466540, "261.87"], [1702466597, "266.436"], [1702466633, "268.86"], [1702466666, "270.213"], [1702466705, "270.63"], [1702466732, "272.022"], [1702466765, "274.536"], [1702466801, "275.826"], [1702466852, "278.07"], [1702466876, "278.166"], [1702466918, "280.422"], [1702466978, "285.297"], [1702467014, "286.533"], [1702467038, "288.993"], [1702467068, "290.895"], [1702467122, "294.333"], [1702467158, "296.679"], [1702467191, "298.605"], [1702467221, "300.504"], [1702467257, "302.634"], [1702467299, "303.27"], [1702467350, "303.81"], [1702467386, "304.047"], [1702467419, "304.224"], [1702467455, "304.344"], [1702467515, "304.578"], [1702467542, "304.653"], [1702467566, "304.758"], [1702467599, "304.821"], [1702467635, "306.351"], [1702467668, "308.886"], [1702467695, "309.144"], [1702467716, "309.528"], [1702467746, "309.693"], [1702467800, "311.745"], [1702467824, "311.964"], [1702467908, "312.429"], [1702467944, "312.588"], [1702467968, "312.63"], [1702468001, "312.714"], [1702468031, "313.329"], [1702468067, "316.422"], [1702468085, "316.641"], [1702468115, "316.848"], [1702468151, "318.432"], [1702468181, "318.519"], [1702468208, "318.705"], [1702468241, "318.855"], [1702468256, "319.251"], [1702468286, "319.365"], [1702468322, "319.461"], [1702468352, "322.38"], [1702468388, "326.013"], [1702468424, "328.287"], [1702468457, "328.728"], [1702468493, "329.31"], [1702468517, "329.793"], [1702468550, "330.069"], [1702468586, "330.288"], [1702468613, "330.987"], [1702468637, "331.179"], [1702468679, "331.467"], [1702468721, "333.891"], [1702468730, "334.083"], [1702468766, "335.091"], [1702468799, "335.733"], [1702468835, "336.033"], [1702468898, "337.107"], [1702468934, "337.536"], [1702468970, "340.185"], [1702468994, "340.833"], [1702469024, "340.875"], [1702469060, "341.304"], [1702469111, "341.985"], [1702469144, "345.015"], [1702469168, "345.168"], [1702469204, "345.384"], [1702469237, "345.546"], [1702469273, "345.729"], [1702469303, "346.287"], [1702469336, "346.671"], [1702469360, "346.971"], [1702469387, "347.022"], [1702469411, "347.334"], [1702469435, "347.529"], [1702469468, "347.667"], [1702469504, "347.742"], [1702469537, "348.819"], [1702469573, "349.806"], [1702469606, "352.938"], [1702469633, "353.067"], [1702469660, "354.453"], [1702469684, "355.833"], [1702469717, "357.177"], [1702469753, "357.495"], [1702469786, "357.81"], [1702469816, "358.899"], [1702469834, "359.061"], [1702469864, "360.246"], [1702469906, "360.849"], [1702469936, "362.415"], [1702469972, "364.881"], [1702470005, "366.366"], [1702470029, "366.459"], [1702470065, "370.638"], [1702470101, "370.998"], [1702470131, "373.71"], [1702470167, "376.752"], [1702470203, "378.387"], [1702470251, "380.763"], [1702470278, "380.964"], [1702470311, "381.333"], [1702470347, "382.548"], [1702470371, "383.931"], [1702470404, "385.413"], [1702470440, "386.07"], [1702470476, "389.265"], [1702470506, "389.874"], [1702470542, "390.732"], [1702470575, "394.293"], [1702470611, "395.07"], [1702470635, "395.379"], [1702470662, "395.514"], [1702470686, "395.973"], [1702470719, "396.597"], [1702470746, "397.635"], [1702470812, "399.333"], [1702470845, "400.638"], [1702470875, "402.957"], [1702470899, "404.052"], [1702470953, "406.836"], [1702470983, "407.475"], [1702471025, "409.068"], [1702471067, "412.503"], [1702471169, "420.252"], [1702471193, "421.158"], [1702471226, "424.419"], [1702471265, "427.251"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0.003"], [1702462952, "0.003"], [1702462973, "0.003"], [1702462988, "0.003"], [1702463045, "0.003"], [1702463081, "0.003"], [1702463114, "0.003"], [1702463150, "0.003"], [1702463186, "0.003"], [1702463216, "0.003"], [1702463240, "0.003"], [1702463273, "0.003"], [1702463324, "0.003"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.003"], [1702463621, "0.003"], [1702463657, "0.003"], [1702463693, "0.003"], [1702463729, "0.003"], [1702463765, "0.003"], [1702463798, "0.003"], [1702463846, "0.003"], [1702463873, "0.003"], [1702463906, "0.003"], [1702463948, "0.003"], [1702463984, "0.003"], [1702464014, "0.003"], [1702464050, "0.003"], [1702464086, "0.003"], [1702464122, "0.003"], [1702464155, "0.003"], [1702464194, "0.003"], [1702464230, "0.003"], [1702464263, "0.003"], [1702464299, "0.003"], [1702464332, "0.003"], [1702464356, "0.003"], [1702464392, "0.003"], [1702464425, "0.003"], [1702464455, "0.003"], [1702464479, "0.003"], [1702464509, "0.003"], [1702464533, "0.003"], [1702464569, "0.003"], [1702464605, "0.003"], [1702464635, "0.003"], [1702464671, "0.003"], [1702464716, "0.003"], [1702464743, "0.003"], [1702464776, "0.003"], [1702464812, "0.003"], [1702464836, "0.003"], [1702464869, "0.003"], [1702464905, "0.003"], [1702464926, "0.003"], [1702464956, "0.003"], [1702464992, "0.003"], [1702465016, "0.003"], [1702465049, "0.003"], [1702465085, "0.003"], [1702465118, "0.003"], [1702465145, "0.003"], [1702465178, "0.003"], [1702465208, "0.003"], [1702465241, "0.003"], [1702465298, "0.003"], [1702465334, "0.003"], [1702465367, "0.003"], [1702465394, "0.003"], [1702465418, "0.003"], [1702465445, "0.003"], [1702465481, "0.003"], [1702465517, "0.003"], [1702465550, "0.003"], [1702465586, "0.003"], [1702465619, "0.003"], [1702465658, "0.003"], [1702465706, "0.003"], [1702465754, "0.003"], [1702465787, "0.003"], [1702465823, "0.003"], [1702465856, "0.003"], [1702465880, "0.003"], [1702465910, "0.003"], [1702465952, "0.003"], [1702465988, "0.003"], [1702466015, "0.003"], [1702466030, "0.003"], [1702466060, "0.003"], [1702466078, "0.003"], [1702466138, "0.003"], [1702466168, "0.003"], [1702466204, "0.003"], [1702466237, "0.003"], [1702466261, "0.003"], [1702466291, "0.003"], [1702466327, "0.003"], [1702466360, "0.003"], [1702466384, "0.003"], [1702466417, "0.003"], [1702466441, "0.003"], [1702466471, "0.003"], [1702466507, "0.003"], [1702466540, "0.003"], [1702466597, "0.003"], [1702466633, "0.003"], [1702466666, "0.003"], [1702466705, "0.003"], [1702466732, "0.003"], [1702466765, "0.003"], [1702466801, "0.003"], [1702466852, "0.003"], [1702466876, "0.003"], [1702466918, "0.003"], [1702466978, "0.003"], [1702467014, "0.003"], [1702467038, "0.003"], [1702467068, "0.003"], [1702467122, "0.003"], [1702467158, "0.003"], [1702467191, "0.003"], [1702467221, "0.003"], [1702467257, "0.003"], [1702467299, "0.003"], [1702467350, "0.003"], [1702467386, "0.003"], [1702467419, "0.003"], [1702467455, "0.003"], [1702467515, "0.003"], [1702467542, "0.003"], [1702467566, "0.003"], [1702467599, "0.003"], [1702467635, "0.003"], [1702467668, "0.003"], [1702467695, "0.003"], [1702467716, "0.003"], [1702467746, "0.003"], [1702467800, "0.003"], [1702467824, "0.003"], [1702467908, "0.003"], [1702467944, "0.003"], [1702467968, "0.003"], [1702468001, "0.003"], [1702468031, "0.003"], [1702468067, "0.003"], [1702468085, "0.003"], [1702468115, "0.003"], [1702468151, "0.003"], [1702468181, "0.003"], [1702468208, "0.003"], [1702468241, "0.003"], [1702468256, "0.003"], [1702468286, "0.003"], [1702468322, "0.003"], [1702468352, "0.003"], [1702468388, "0.003"], [1702468424, "0.003"], [1702468457, "0.003"], [1702468493, "0.003"], [1702468517, "0.003"], [1702468550, "0.003"], [1702468586, "0.003"], [1702468613, "0.003"], [1702468637, "0.003"], [1702468679, "0.003"], [1702468721, "0.003"], [1702468730, "0.003"], [1702468766, "0.003"], [1702468799, "0.003"], [1702468835, "0.003"], [1702468898, "0.006"], [1702468934, "0.006"], [1702468970, "0.006"], [1702468994, "0.006"], [1702469024, "0.006"], [1702469060, "0.006"], [1702469111, "0.006"], [1702469144, "0.006"], [1702469168, "0.006"], [1702469204, "0.006"], [1702469237, "0.006"], [1702469273, "0.006"], [1702469303, "0.006"], [1702469336, "0.006"], [1702469360, "0.006"], [1702469387, "0.006"], [1702469411, "0.006"], [1702469435, "0.006"], [1702469468, "0.006"], [1702469504, "0.006"], [1702469537, "0.006"], [1702469573, "0.006"], [1702469606, "0.006"], [1702469633, "0.006"], [1702469660, "0.006"], [1702469684, "0.006"], [1702469717, "0.006"], [1702469753, "0.006"], [1702469786, "0.006"], [1702469816, "0.006"], [1702469834, "0.006"], [1702469864, "0.006"], [1702469906, "0.006"], [1702469936, "0.006"], [1702469972, "0.006"], [1702470005, "0.006"], [1702470029, "0.006"], [1702470065, "0.006"], [1702470101, "0.006"], [1702470131, "0.006"], [1702470167, "0.006"], [1702470203, "0.006"], [1702470251, "0.006"], [1702470278, "0.006"], [1702470311, "0.006"], [1702470347, "0.006"], [1702470371, "0.006"], [1702470404, "0.006"], [1702470440, "0.006"], [1702470476, "0.006"], [1702470506, "0.006"], [1702470542, "0.006"], [1702470575, "0.006"], [1702470611, "0.006"], [1702470635, "0.006"], [1702470662, "0.006"], [1702470686, "0.006"], [1702470719, "0.006"], [1702470746, "0.006"], [1702470812, "0.006"], [1702470845, "0.006"], [1702470875, "0.006"], [1702470899, "0.006"], [1702470953, "0.006"], [1702470983, "0.006"], [1702471025, "0.006"], [1702471067, "0.006"], [1702471169, "0.006"], [1702471193, "0.006"], [1702471226, "0.006"], [1702471265, "0.006"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "36.66"], [1702462763, "45.579"], [1702462793, "63.234"], [1702462808, "71.97"], [1702462829, "80.706"], [1702462844, "89.091"], [1702462865, "97.476"], [1702462880, "105.861"], [1702462904, "122.631"], [1702462919, "131.016"], [1702462952, "147.786"], [1702462973, "156.171"], [1702462988, "164.556"], [1702463045, "189.711"], [1702463081, "206.481"], [1702463114, "223.251"], [1702463150, "240.021"], [1702463186, "256.791"], [1702463216, "273.561"], [1702463240, "290.331"], [1702463273, "307.101"], [1702463324, "332.256"], [1702463354, "349.026"], [1702463381, "365.796"], [1702463417, "382.566"], [1702463453, "399.336"], [1702463477, "416.106"], [1702463510, "432.876"], [1702463537, "449.646"], [1702463570, "466.416"], [1702463591, "483.186"], [1702463621, "499.956"], [1702463657, "516.726"], [1702463693, "533.496"], [1702463729, "550.266"], [1702463765, "567.036"], [1702463798, "583.806"], [1702463846, "608.961"], [1702463873, "625.731"], [1702463906, "642.501"], [1702463948, "667.656"], [1702463984, "684.426"], [1702464014, "701.196"], [1702464050, "717.966"], [1702464086, "734.736"], [1702464122, "751.506"], [1702464155, "768.276"], [1702464194, "793.431"], [1702464230, "810.201"], [1702464263, "826.971"], [1702464299, "843.741"], [1702464332, "860.511"], [1702464356, "877.281"], [1702464392, "894.051"], [1702464425, "910.821"], [1702464455, "927.591"], [1702464479, "944.361"], [1702464509, "961.131"], [1702464533, "977.901"], [1702464569, "994.671"], [1702464605, "1011.441"], [1702464635, "1028.211"], [1702464671, "1044.981"], [1702464716, "1061.751"], [1702464743, "1078.521"], [1702464776, "1095.291"], [1702464812, "1112.061"], [1702464836, "1128.831"], [1702464869, "1145.601"], [1702464905, "1162.371"], [1702464926, "1179.141"], [1702464956, "1195.911"], [1702464992, "1212.681"], [1702465016, "1229.451"], [1702465049, "1246.221"], [1702465085, "1262.991"], [1702465118, "1279.761"], [1702465145, "1296.531"], [1702465178, "1313.301"], [1702465208, "1330.071"], [1702465241, "1346.841"], [1702465298, "1371.996"], [1702465334, "1388.766"], [1702465367, "1405.536"], [1702465394, "1422.306"], [1702465418, "1439.076"], [1702465445, "1455.846"], [1702465481, "1472.616"], [1702465517, "1489.386"], [1702465550, "1506.156"], [1702465586, "1522.926"], [1702465619, "1539.696"], [1702465658, "1556.466"], [1702465706, "1573.236"], [1702465754, "1598.391"], [1702465787, "1615.161"], [1702465823, "1631.931"], [1702465856, "1648.701"], [1702465880, "1665.471"], [1702465910, "1682.241"], [1702465952, "1699.011"], [1702465988, "1715.781"], [1702466015, "1732.551"], [1702466030, "1749.321"], [1702466060, "1766.091"], [1702466078, "1782.861"], [1702466138, "1808.016"], [1702466168, "1824.786"], [1702466204, "1841.556"], [1702466237, "1858.326"], [1702466261, "1875.096"], [1702466291, "1891.866"], [1702466327, "1908.636"], [1702466360, "1925.406"], [1702466384, "1942.176"], [1702466417, "1958.946"], [1702466441, "1975.716"], [1702466471, "1992.486"], [1702466507, "2009.256"], [1702466540, "2026.026"], [1702466597, "2051.181"], [1702466633, "2067.951"], [1702466666, "2084.721"], [1702466705, "2101.491"], [1702466732, "2118.261"], [1702466765, "2135.031"], [1702466801, "2151.801"], [1702466852, "2176.956"], [1702466876, "2193.726"], [1702466918, "2210.496"], [1702466978, "2244.036"], [1702467014, "2260.806"], [1702467038, "2277.576"], [1702467068, "2294.346"], [1702467122, "2319.501"], [1702467158, "2336.271"], [1702467191, "2353.041"], [1702467221, "2369.811"], [1702467257, "2386.581"], [1702467299, "2403.351"], [1702467350, "2428.506"], [1702467386, "2445.276"], [1702467419, "2462.046"], [1702467455, "2478.816"], [1702467515, "2512.356"], [1702467542, "2529.126"], [1702467566, "2545.896"], [1702467599, "2562.666"], [1702467635, "2579.436"], [1702467668, "2596.206"], [1702467695, "2612.976"], [1702467716, "2629.746"], [1702467746, "2646.516"], [1702467800, "2671.671"], [1702467824, "2688.441"], [1702467908, "2730.366"], [1702467944, "2747.136"], [1702467968, "2763.906"], [1702468001, "2780.676"], [1702468031, "2797.446"], [1702468067, "2814.216"], [1702468085, "2830.986"], [1702468115, "2847.756"], [1702468151, "2864.526"], [1702468181, "2881.296"], [1702468208, "2898.066"], [1702468241, "2914.836"], [1702468256, "2931.606"], [1702468286, "2948.376"], [1702468322, "2965.146"], [1702468352, "2981.916"], [1702468388, "2998.686"], [1702468424, "3015.456"], [1702468457, "3032.226"], [1702468493, "3048.996"], [1702468517, "3065.766"], [1702468550, "3082.536"], [1702468586, "3099.306"], [1702468613, "3116.076"], [1702468637, "3132.846"], [1702468679, "3149.616"], [1702468721, "3166.386"], [1702468730, "3174.771"], [1702468766, "3191.541"], [1702468799, "3208.311"], [1702468835, "3225.081"], [1702468898, "3250.236"], [1702468934, "3267.006"], [1702468970, "3283.776"], [1702468994, "3300.546"], [1702469024, "3317.316"], [1702469060, "3334.086"], [1702469111, "3359.241"], [1702469144, "3376.011"], [1702469168, "3392.781"], [1702469204, "3409.551"], [1702469237, "3426.321"], [1702469273, "3443.091"], [1702469303, "3459.861"], [1702469336, "3476.631"], [1702469360, "3493.401"], [1702469387, "3510.171"], [1702469411, "3526.941"], [1702469435, "3543.711"], [1702469468, "3560.481"], [1702469504, "3577.251"], [1702469537, "3594.021"], [1702469573, "3610.791"], [1702469606, "3627.561"], [1702469633, "3644.331"], [1702469660, "3661.101"], [1702469684, "3677.871"], [1702469717, "3694.641"], [1702469753, "3711.411"], [1702469786, "3728.181"], [1702469816, "3744.951"], [1702469834, "3761.721"], [1702469864, "3778.491"], [1702469906, "3803.646"], [1702469936, "3820.416"], [1702469972, "3837.186"], [1702470005, "3853.956"], [1702470029, "3870.726"], [1702470065, "3887.496"], [1702470101, "3904.266"], [1702470131, "3921.036"], [1702470167, "3937.806"], [1702470203, "3954.576"], [1702470251, "3979.731"], [1702470278, "3996.501"], [1702470311, "4013.271"], [1702470347, "4030.041"], [1702470371, "4046.811"], [1702470404, "4063.581"], [1702470440, "4080.351"], [1702470476, "4097.121"], [1702470506, "4113.891"], [1702470542, "4130.661"], [1702470575, "4147.431"], [1702470611, "4164.201"], [1702470635, "4180.971"], [1702470662, "4197.741"], [1702470686, "4214.511"], [1702470719, "4231.281"], [1702470746, "4248.051"], [1702470812, "4281.591"], [1702470845, "4298.361"], [1702470875, "4315.131"], [1702470899, "4331.901"], [1702470953, "4357.056"], [1702470983, "4373.826"], [1702471025, "4390.596"], [1702471067, "4415.751"], [1702471169, "4457.676"], [1702471193, "4474.446"], [1702471226, "4491.216"], [1702471265, "4507.986"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.318"], [1702462721, "18.432"], [1702462736, "27.546"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1.911"], [1702462988, "2.301"], [1702463045, "2.652"], [1702463081, "3.042"], [1702463114, "3.312"], [1702463150, "3.402"], [1702463186, "3.486"], [1702463216, "3.786"], [1702463240, "3.879"], [1702463273, "3.996"], [1702463324, "4.29"], [1702463354, "4.377"], [1702463381, "4.686"], [1702463417, "4.956"], [1702463453, "5.154"], [1702463477, "5.541"], [1702463510, "5.73"], [1702463537, "5.802"], [1702463570, "5.925"], [1702463591, "6.015"], [1702463621, "6.105"], [1702463657, "6.183"], [1702463693, "6.474"], [1702463729, "6.807"], [1702463765, "7.092"], [1702463798, "7.389"], [1702463846, "7.614"], [1702463873, "7.749"], [1702463906, "7.881"], [1702463948, "8.328"], [1702463984, "8.598"], [1702464014, "8.874"], [1702464050, "9.327"], [1702464086, "9.624"], [1702464122, "9.855"], [1702464155, "9.993"], [1702464194, "10.308"], [1702464230, "10.392"], [1702464263, "10.53"], [1702464299, "11.298"], [1702464332, "11.607"], [1702464356, "11.802"], [1702464392, "12.024"], [1702464425, "12.228"], [1702464455, "12.42"], [1702464479, "12.612"], [1702464509, "12.747"], [1702464533, "12.981"], [1702464569, "13.233"], [1702464605, "13.539"], [1702464635, "13.866"], [1702464671, "14.346"], [1702464716, "14.784"], [1702464743, "14.925"], [1702464776, "15.657"], [1702464812, "15.984"], [1702464836, "16.089"], [1702464869, "16.389"], [1702464905, "16.542"], [1702464926, "16.599"], [1702464956, "16.707"], [1702464992, "17.538"], [1702465016, "17.646"], [1702465049, "17.967"], [1702465085, "18.384"], [1702465118, "18.603"], [1702465145, "18.957"], [1702465178, "19.188"], [1702465208, "19.503"], [1702465241, "19.755"], [1702465298, "20.28"], [1702465334, "20.493"], [1702465367, "20.739"], [1702465394, "20.853"], [1702465418, "20.883"], [1702465445, "21.09"], [1702465481, "21.327"], [1702465517, "21.918"], [1702465550, "22.245"], [1702465586, "22.542"], [1702465619, "22.647"], [1702465658, "23.109"], [1702465706, "23.34"], [1702465754, "23.946"], [1702465787, "24.087"], [1702465823, "24.198"], [1702465856, "24.702"], [1702465880, "24.93"], [1702465910, "25.233"], [1702465952, "25.617"], [1702465988, "26.067"], [1702466015, "26.319"], [1702466030, "26.328"], [1702466060, "26.529"], [1702466078, "26.598"], [1702466138, "27.072"], [1702466168, "27.381"], [1702466204, "27.609"], [1702466237, "28.059"], [1702466261, "28.269"], [1702466291, "28.446"], [1702466327, "28.77"], [1702466360, "29.061"], [1702466384, "29.163"], [1702466417, "29.322"], [1702466441, "29.43"], [1702466471, "29.541"], [1702466507, "30.006"], [1702466540, "30.279"], [1702466597, "31.341"], [1702466633, "31.749"], [1702466666, "31.935"], [1702466705, "32.058"], [1702466732, "32.343"], [1702466765, "32.637"], [1702466801, "32.859"], [1702466852, "33.531"], [1702466876, "33.549"], [1702466918, "33.969"], [1702466978, "34.887"], [1702467014, "35.07"], [1702467038, "35.358"], [1702467068, "35.661"], [1702467122, "36.126"], [1702467158, "36.561"], [1702467191, "36.759"], [1702467221, "37.059"], [1702467257, "37.287"], [1702467299, "37.377"], [1702467350, "37.521"], [1702467386, "37.563"], [1702467419, "37.587"], [1702467455, "37.623"], [1702467515, "37.656"], [1702467542, "37.677"], [1702467566, "37.698"], [1702467599, "37.716"], [1702467635, "37.887"], [1702467668, "38.358"], [1702467695, "38.4"], [1702467716, "38.451"], [1702467746, "38.49"], [1702467800, "38.682"], [1702467824, "38.709"], [1702467908, "38.781"], [1702467944, "38.826"], [1702467968, "38.832"], [1702468001, "38.847"], [1702468031, "38.925"], [1702468067, "39.204"], [1702468085, "39.225"], [1702468115, "39.261"], [1702468151, "39.504"], [1702468181, "39.525"], [1702468208, "39.558"], [1702468241, "39.858"], [1702468256, "39.873"], [1702468286, "39.927"], [1702468322, "39.951"], [1702468352, "40.317"], [1702468388, "40.671"], [1702468424, "40.884"], [1702468457, "41.01"], [1702468493, "41.103"], [1702468517, "41.157"], [1702468550, "41.196"], [1702468586, "41.223"], [1702468613, "41.349"], [1702468637, "41.409"], [1702468679, "41.463"], [1702468721, "41.901"], [1702468730, "41.916"], [1702468766, "42.105"], [1702468799, "42.225"], [1702468835, "42.312"], [1702468898, "42.498"], [1702468934, "42.552"], [1702468970, "43.044"], [1702468994, "43.134"], [1702469024, "43.146"], [1702469060, "43.176"], [1702469111, "43.323"], [1702469144, "43.452"], [1702469168, "43.458"], [1702469204, "43.515"], [1702469237, "43.536"], [1702469273, "43.56"], [1702469303, "43.752"], [1702469336, "43.791"], [1702469360, "43.875"], [1702469387, "43.89"], [1702469411, "44.118"], [1702469435, "44.16"], [1702469468, "44.181"], [1702469504, "44.193"], [1702469537, "44.382"], [1702469573, "44.592"], [1702469606, "45.12"], [1702469633, "45.222"], [1702469660, "45.579"], [1702469684, "45.753"], [1702469717, "46.059"], [1702469753, "46.11"], [1702469786, "46.2"], [1702469816, "46.308"], [1702469834, "46.338"], [1702469864, "46.383"], [1702469906, "46.509"], [1702469936, "46.788"], [1702469972, "46.983"], [1702470005, "47.157"], [1702470029, "47.169"], [1702470065, "47.217"], [1702470101, "47.295"], [1702470131, "47.538"], [1702470167, "48.072"], [1702470203, "48.465"], [1702470251, "48.843"], [1702470278, "48.933"], [1702470311, "48.987"], [1702470347, "49.182"], [1702470371, "49.233"], [1702470404, "49.353"], [1702470440, "49.59"], [1702470476, "50.019"], [1702470506, "50.148"], [1702470542, "50.352"], [1702470575, "50.673"], [1702470611, "50.811"], [1702470635, "50.862"], [1702470662, "50.889"], [1702470686, "50.949"], [1702470719, "51.009"], [1702470746, "51.195"], [1702470812, "51.528"], [1702470845, "52.035"], [1702470875, "52.26"], [1702470899, "52.362"], [1702470953, "52.743"], [1702470983, "52.941"], [1702471025, "53.112"], [1702471067, "53.58"], [1702471169, "53.922"], [1702471193, "54.075"], [1702471226, "54.408"], [1702471265, "54.708"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "75.465"], [1702462988, "83.85"], [1702463045, "109.005"], [1702463081, "125.775"], [1702463114, "142.545"], [1702463150, "159.315"], [1702463186, "176.085"], [1702463216, "192.855"], [1702463240, "209.625"], [1702463273, "226.395"], [1702463324, "251.55"], [1702463354, "268.32"], [1702463381, "285.09"], [1702463417, "301.86"], [1702463453, "318.63"], [1702463477, "335.4"], [1702463510, "352.17"], [1702463537, "368.94"], [1702463570, "385.71"], [1702463591, "402.48"], [1702463621, "419.25"], [1702463657, "436.02"], [1702463693, "452.79"], [1702463729, "469.56"], [1702463765, "486.33"], [1702463798, "503.1"], [1702463846, "528.255"], [1702463873, "545.025"], [1702463906, "561.795"], [1702463948, "586.95"], [1702463984, "603.72"], [1702464014, "620.49"], [1702464050, "637.26"], [1702464086, "654.03"], [1702464122, "670.8"], [1702464155, "687.57"], [1702464194, "712.725"], [1702464230, "729.495"], [1702464263, "746.265"], [1702464299, "763.035"], [1702464332, "779.805"], [1702464356, "796.575"], [1702464392, "813.345"], [1702464425, "830.115"], [1702464455, "846.885"], [1702464479, "863.655"], [1702464509, "880.425"], [1702464533, "897.195"], [1702464569, "913.965"], [1702464605, "930.735"], [1702464635, "947.505"], [1702464671, "964.275"], [1702464716, "981.045"], [1702464743, "997.815"], [1702464776, "1014.585"], [1702464812, "1031.355"], [1702464836, "1048.125"], [1702464869, "1064.895"], [1702464905, "1081.665"], [1702464926, "1098.435"], [1702464956, "1115.205"], [1702464992, "1131.975"], [1702465016, "1148.745"], [1702465049, "1165.515"], [1702465085, "1182.285"], [1702465118, "1199.055"], [1702465145, "1215.825"], [1702465178, "1232.595"], [1702465208, "1249.365"], [1702465241, "1266.135"], [1702465298, "1291.29"], [1702465334, "1308.06"], [1702465367, "1324.83"], [1702465394, "1341.6"], [1702465418, "1358.37"], [1702465445, "1375.14"], [1702465481, "1391.91"], [1702465517, "1408.68"], [1702465550, "1425.45"], [1702465586, "1442.22"], [1702465619, "1458.99"], [1702465658, "1475.76"], [1702465706, "1492.53"], [1702465754, "1517.685"], [1702465787, "1534.455"], [1702465823, "1551.225"], [1702465856, "1567.995"], [1702465880, "1584.765"], [1702465910, "1601.535"], [1702465952, "1618.305"], [1702465988, "1635.075"], [1702466015, "1651.845"], [1702466030, "1668.615"], [1702466060, "1685.385"], [1702466078, "1702.155"], [1702466138, "1727.31"], [1702466168, "1744.08"], [1702466204, "1760.85"], [1702466237, "1777.62"], [1702466261, "1794.39"], [1702466291, "1811.16"], [1702466327, "1827.93"], [1702466360, "1844.7"], [1702466384, "1861.47"], [1702466417, "1878.24"], [1702466441, "1895.01"], [1702466471, "1911.78"], [1702466507, "1928.55"], [1702466540, "1945.32"], [1702466597, "1970.475"], [1702466633, "1987.245"], [1702466666, "2004.015"], [1702466705, "2020.785"], [1702466732, "2037.555"], [1702466765, "2054.325"], [1702466801, "2071.095"], [1702466852, "2096.25"], [1702466876, "2113.02"], [1702466918, "2129.79"], [1702466978, "2163.33"], [1702467014, "2180.1"], [1702467038, "2196.87"], [1702467068, "2213.64"], [1702467122, "2238.795"], [1702467158, "2255.565"], [1702467191, "2272.335"], [1702467221, "2289.105"], [1702467257, "2305.875"], [1702467299, "2322.645"], [1702467350, "2347.8"], [1702467386, "2364.57"], [1702467419, "2381.34"], [1702467455, "2398.11"], [1702467515, "2431.65"], [1702467542, "2448.42"], [1702467566, "2465.19"], [1702467599, "2481.96"], [1702467635, "2498.73"], [1702467668, "2515.5"], [1702467695, "2532.27"], [1702467716, "2549.04"], [1702467746, "2565.81"], [1702467800, "2590.965"], [1702467824, "2607.735"], [1702467908, "2649.66"], [1702467944, "2666.43"], [1702467968, "2683.2"], [1702468001, "2699.97"], [1702468031, "2716.74"], [1702468067, "2733.51"], [1702468085, "2750.28"], [1702468115, "2767.05"], [1702468151, "2783.82"], [1702468181, "2800.59"], [1702468208, "2817.36"], [1702468241, "2834.13"], [1702468256, "2850.9"], [1702468286, "2867.67"], [1702468322, "2884.44"], [1702468352, "2901.21"], [1702468388, "2917.98"], [1702468424, "2934.75"], [1702468457, "2951.52"], [1702468493, "2968.29"], [1702468517, "2985.06"], [1702468550, "3001.83"], [1702468586, "3018.6"], [1702468613, "3035.37"], [1702468637, "3052.14"], [1702468679, "3068.91"], [1702468721, "3085.68"], [1702468730, "3094.065"], [1702468766, "3110.835"], [1702468799, "3127.605"], [1702468835, "3144.375"], [1702468898, "3169.53"], [1702468934, "3186.3"], [1702468970, "3203.07"], [1702468994, "3219.84"], [1702469024, "3236.61"], [1702469060, "3253.38"], [1702469111, "3278.535"], [1702469144, "3295.305"], [1702469168, "3312.075"], [1702469204, "3328.845"], [1702469237, "3345.615"], [1702469273, "3362.385"], [1702469303, "3379.155"], [1702469336, "3395.925"], [1702469360, "3412.695"], [1702469387, "3429.465"], [1702469411, "3446.235"], [1702469435, "3463.005"], [1702469468, "3479.775"], [1702469504, "3496.545"], [1702469537, "3513.315"], [1702469573, "3530.085"], [1702469606, "3546.855"], [1702469633, "3563.625"], [1702469660, "3580.395"], [1702469684, "3597.165"], [1702469717, "3613.935"], [1702469753, "3630.705"], [1702469786, "3647.475"], [1702469816, "3664.245"], [1702469834, "3681.015"], [1702469864, "3697.785"], [1702469906, "3722.94"], [1702469936, "3739.71"], [1702469972, "3756.48"], [1702470005, "3773.25"], [1702470029, "3790.02"], [1702470065, "3806.79"], [1702470101, "3823.56"], [1702470131, "3840.33"], [1702470167, "3857.1"], [1702470203, "3873.87"], [1702470251, "3899.025"], [1702470278, "3915.795"], [1702470311, "3932.565"], [1702470347, "3949.335"], [1702470371, "3966.105"], [1702470404, "3982.875"], [1702470440, "3999.645"], [1702470476, "4016.415"], [1702470506, "4033.185"], [1702470542, "4049.955"], [1702470575, "4066.725"], [1702470611, "4083.495"], [1702470635, "4100.265"], [1702470662, "4117.035"], [1702470686, "4133.805"], [1702470719, "4150.575"], [1702470746, "4167.345"], [1702470812, "4200.885"], [1702470845, "4217.655"], [1702470875, "4234.425"], [1702470899, "4251.195"], [1702470953, "4276.35"], [1702470983, "4293.12"], [1702471025, "4309.89"], [1702471067, "4335.045"], [1702471169, "4376.97"], [1702471193, "4393.74"], [1702471226, "4410.51"], [1702471265, "4427.28"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.837"], [1702462865, "0.933"], [1702462880, "1.23"], [1702462904, "1.404"], [1702462919, "1.461"], [1702462952, "1.755"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.385"], [1702462865, "16.77"], [1702462880, "25.155"], [1702462904, "41.925"], [1702462919, "50.31"], [1702462952, "67.08"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "393.924"], [1702462721, "417.201"], [1702462736, "419.811"], [1702462751, "425.553"], [1702462763, "425.562"], [1702462793, "451.947"], [1702462808, "492.939"], [1702462829, "498.108"], [1702462844, "527.808"], [1702462865, "531.291"], [1702462880, "552.129"], [1702462904, "564.243"], [1702462919, "568.257"], [1702462952, "605.463"], [1702462973, "611.907"], [1702462988, "635.301"], [1702463045, "672.123"], [1702463081, "724.464"], [1702463114, "745.263"], [1702463150, "756.09"], [1702463186, "774.939"], [1702463216, "805.746"], [1702463240, "812.394"], [1702463273, "827.337"], [1702463324, "879.84"], [1702463354, "891.186"], [1702463381, "924.996"], [1702463417, "942.957"], [1702463453, "992.391"], [1702463477, "1051.914"], [1702463510, "1088.775"], [1702463537, "1097.19"], [1702463570, "1116.879"], [1702463591, "1131.087"], [1702463621, "1157.046"], [1702463657, "1176.156"], [1702463693, "1218.417"], [1702463729, "1246.836"], [1702463765, "1263.705"], [1702463798, "1296.774"], [1702463846, "1332.762"], [1702463873, "1365.363"], [1702463906, "1394.775"], [1702463948, "1437.342"], [1702463984, "1476.09"], [1702464014, "1490.853"], [1702464050, "1522.56"], [1702464086, "1558.131"], [1702464122, "1589.955"], [1702464155, "1617.762"], [1702464194, "1640.535"], [1702464230, "1653.096"], [1702464263, "1667.208"], [1702464299, "1699.527"], [1702464332, "1723.899"], [1702464356, "1795.857"], [1702464392, "1826.988"], [1702464425, "1849.479"], [1702464455, "1944.999"], [1702464479, "1967.019"], [1702464509, "1976.34"], [1702464533, "2050.368"], [1702464569, "2086.998"], [1702464605, "2114.97"], [1702464635, "2139.147"], [1702464671, "2179.938"], [1702464716, "2335.611"], [1702464743, "2352.111"], [1702464776, "2398.044"], [1702464812, "2427.594"], [1702464836, "2442.414"], [1702464869, "2464.284"], [1702464905, "2505.105"], [1702464926, "2508.438"], [1702464956, "2539.278"], [1702464992, "2570.793"], [1702465016, "2581.266"], [1702465049, "2634.606"], [1702465085, "2678.307"], [1702465118, "2684.868"], [1702465145, "2718.852"], [1702465178, "2757.912"], [1702465208, "2789.127"], [1702465241, "2822.427"], [1702465298, "2874.108"], [1702465334, "2898.729"], [1702465367, "2914.881"], [1702465394, "2922.732"], [1702465418, "2929.554"], [1702465445, "2951.823"], [1702465481, "2977.542"], [1702465517, "3019.956"], [1702465550, "3051.531"], [1702465586, "3123.813"], [1702465619, "3136.11"], [1702465658, "3205.347"], [1702465706, "3222.795"], [1702465754, "3269.511"], [1702465787, "3296.283"], [1702465823, "3315.501"], [1702465856, "3359.067"], [1702465880, "3383.238"], [1702465910, "3414.285"], [1702465952, "3442.827"], [1702465988, "3466.707"], [1702466015, "3497.412"], [1702466030, "3498.06"], [1702466060, "3517.14"], [1702466078, "3522.678"], [1702466138, "3566.277"], [1702466168, "3587.253"], [1702466204, "3619.131"], [1702466237, "3659.328"], [1702466261, "3682.929"], [1702466291, "3696.804"], [1702466327, "3731.442"], [1702466360, "3806.58"], [1702466384, "3839.106"], [1702466417, "3859.119"], [1702466441, "3865.377"], [1702466471, "3872.766"], [1702466507, "3899.664"], [1702466540, "3927.654"], [1702466597, "3986.229"], [1702466633, "4026.219"], [1702466666, "4053.477"], [1702466705, "4071.447"], [1702466732, "4096.653"], [1702466765, "4120.788"], [1702466801, "4138.218"], [1702466852, "4184.145"], [1702466876, "4187.796"], [1702466918, "4218.633"], [1702466978, "4290.318"], [1702467014, "4312.215"], [1702467038, "4343.613"], [1702467068, "4370.865"], [1702467122, "4411.662"], [1702467158, "4440.591"], [1702467191, "4466.145"], [1702467221, "4484.142"], [1702467257, "4510.83"], [1702467299, "4529.181"], [1702467350, "4544.535"], [1702467386, "4548.744"], [1702467419, "4550.925"], [1702467455, "4553.784"], [1702467515, "4558.188"], [1702467542, "4560.378"], [1702467566, "4562.208"], [1702467599, "4563.147"], [1702467635, "4588.719"], [1702467668, "4621.155"], [1702467695, "4625.886"], [1702467716, "4631.814"], [1702467746, "4635.051"], [1702467800, "4667.52"], [1702467824, "4673.589"], [1702467908, "4683.12"], [1702467944, "4687.617"], [1702467968, "4689.084"], [1702468001, "4690.758"], [1702468031, "4711.764"], [1702468067, "4784.757"], [1702468085, "4788.45"], [1702468115, "4790.784"], [1702468151, "4821.24"], [1702468181, "4824.489"], [1702468208, "4827.768"], [1702468241, "4831.569"], [1702468256, "4833.18"], [1702468286, "4838.475"], [1702468322, "4840.914"], [1702468352, "4901.535"], [1702468388, "4939.941"], [1702468424, "4962.375"], [1702468457, "4976.889"], [1702468493, "4995.537"], [1702468517, "5002.881"], [1702468550, "5006.838"], [1702468586, "5011.233"], [1702468613, "5031.966"], [1702468637, "5036.643"], [1702468679, "5039.853"], [1702468721, "5054.154"], [1702468730, "5076.387"], [1702468766, "5102.334"], [1702468799, "5110.797"], [1702468835, "5116.968"], [1702468898, "5147.964"], [1702468934, "5153.034"], [1702468970, "5199.879"], [1702468994, "5214.654"], [1702469024, "5215.908"], [1702469060, "5223.171"], [1702469111, "5233.806"], [1702469144, "5255.874"], [1702469168, "5258.31"], [1702469204, "5262.243"], [1702469237, "5264.643"], [1702469273, "5269.545"], [1702469303, "5284.98"], [1702469336, "5291.808"], [1702469360, "5300.331"], [1702469387, "5301.933"], [1702469411, "5307.942"], [1702469435, "5311.617"], [1702469468, "5315.901"], [1702469504, "5317.182"], [1702469537, "5336.724"], [1702469573, "5360.616"], [1702469606, "5401.206"], [1702469633, "5404.251"], [1702469660, "5449.377"], [1702469684, "5467.968"], [1702469717, "5500.236"], [1702469753, "5510.484"], [1702469786, "5517.903"], [1702469816, "5547.756"], [1702469834, "5552.013"], [1702469864, "5565.135"], [1702469906, "5581.002"], [1702469936, "5599.248"], [1702469972, "5623.422"], [1702470005, "5641.191"], [1702470029, "5643.612"], [1702470065, "5652.681"], [1702470101, "5666.718"], [1702470131, "5704.374"], [1702470167, "5735.142"], [1702470203, "5766.933"], [1702470251, "5820.054"], [1702470278, "5826.159"], [1702470311, "5834.979"], [1702470347, "5846.097"], [1702470371, "5855.649"], [1702470404, "5869.809"], [1702470440, "5887.905"], [1702470476, "5934.675"], [1702470506, "5942.019"], [1702470542, "5957.499"], [1702470575, "5984.232"], [1702470611, "6009.861"], [1702470635, "6017.889"], [1702470662, "6022.068"], [1702470686, "6029.187"], [1702470719, "6040.656"], [1702470746, "6056.265"], [1702470812, "6078.609"], [1702470845, "6111.285"], [1702470875, "6130.968"], [1702470899, "6143.34"], [1702470953, "6166.806"], [1702470983, "6184.164"], [1702471025, "6218.817"], [1702471067, "6246.21"], [1702471169, "6318.174"], [1702471193, "6331.056"], [1702471226, "6360.78"], [1702471265, "6397.11"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.585"], [1702462808, "0.585"], [1702462829, "0.585"], [1702462844, "0.585"], [1702462865, "0.585"], [1702462880, "0.585"], [1702462904, "0.585"], [1702462919, "0.585"], [1702462952, "0.585"], [1702462973, "0.585"], [1702462988, "0.585"], [1702463045, "0.585"], [1702463081, "0.585"], [1702463114, "0.585"], [1702463150, "0.585"], [1702463186, "0.585"], [1702463216, "0.585"], [1702463240, "0.585"], [1702463273, "0.585"], [1702463324, "0.585"], [1702463354, "0.585"], [1702463381, "0.585"], [1702463417, "0.585"], [1702463453, "0.585"], [1702463477, "0.585"], [1702463510, "0.585"], [1702463537, "0.585"], [1702463570, "0.585"], [1702463591, "0.585"], [1702463621, "0.585"], [1702463657, "0.585"], [1702463693, "0.585"], [1702463729, "0.585"], [1702463765, "0.585"], [1702463798, "0.585"], [1702463846, "0.585"], [1702463873, "0.585"], [1702463906, "0.585"], [1702463948, "0.585"], [1702463984, "0.585"], [1702464014, "0.585"], [1702464050, "0.585"], [1702464086, "0.585"], [1702464122, "0.585"], [1702464155, "0.585"], [1702464194, "0.585"], [1702464230, "0.585"], [1702464263, "0.585"], [1702464299, "0.585"], [1702464332, "0.585"], [1702464356, "0.585"], [1702464392, "0.585"], [1702464425, "0.585"], [1702464455, "0.585"], [1702464479, "0.585"], [1702464509, "0.585"], [1702464533, "0.585"], [1702464569, "0.585"], [1702464605, "0.585"], [1702464635, "0.585"], [1702464671, "0.585"], [1702464716, "0.585"], [1702464743, "0.585"], [1702464776, "0.585"], [1702464812, "0.585"], [1702464836, "0.585"], [1702464869, "0.585"], [1702464905, "0.585"], [1702464926, "0.585"], [1702464956, "0.585"], [1702464992, "0.585"], [1702465016, "0.585"], [1702465049, "0.585"], [1702465085, "2.562"], [1702465118, "2.562"], [1702465145, "2.562"], [1702465178, "2.562"], [1702465208, "2.562"], [1702465241, "2.562"], [1702465298, "2.562"], [1702465334, "2.562"], [1702465367, "2.562"], [1702465394, "2.562"], [1702465418, "2.562"], [1702465445, "2.562"], [1702465481, "2.562"], [1702465517, "2.562"], [1702465550, "2.562"], [1702465586, "2.562"], [1702465619, "2.562"], [1702465658, "2.562"], [1702465706, "2.562"], [1702465754, "2.562"], [1702465787, "2.562"], [1702465823, "2.562"], [1702465856, "2.562"], [1702465880, "2.562"], [1702465910, "2.562"], [1702465952, "2.562"], [1702465988, "2.562"], [1702466015, "2.562"], [1702466030, "2.562"], [1702466060, "2.562"], [1702466078, "2.562"], [1702466138, "2.562"], [1702466168, "2.562"], [1702466204, "2.562"], [1702466237, "2.562"], [1702466261, "2.562"], [1702466291, "2.562"], [1702466327, "2.562"], [1702466360, "2.562"], [1702466384, "2.562"], [1702466417, "2.568"], [1702466441, "2.568"], [1702466471, "2.568"], [1702466507, "2.568"], [1702466540, "2.568"], [1702466597, "2.568"], [1702466633, "2.568"], [1702466666, "2.568"], [1702466705, "2.568"], [1702466732, "2.568"], [1702466765, "2.568"], [1702466801, "2.568"], [1702466852, "2.568"], [1702466876, "2.568"], [1702466918, "2.568"], [1702466978, "2.568"], [1702467014, "2.568"], [1702467038, "2.568"], [1702467068, "2.568"], [1702467122, "2.568"], [1702467158, "2.568"], [1702467191, "2.568"], [1702467221, "2.568"], [1702467257, "2.568"], [1702467299, "2.568"], [1702467350, "2.568"], [1702467386, "2.568"], [1702467419, "2.568"], [1702467455, "2.568"], [1702467515, "2.568"], [1702467542, "2.568"], [1702467566, "2.568"], [1702467599, "2.568"], [1702467635, "2.568"], [1702467668, "2.568"], [1702467695, "2.568"], [1702467716, "2.568"], [1702467746, "2.568"], [1702467800, "2.568"], [1702467824, "2.568"], [1702467908, "2.568"], [1702467944, "2.568"], [1702467968, "2.568"], [1702468001, "2.568"], [1702468031, "2.568"], [1702468067, "2.568"], [1702468085, "2.568"], [1702468115, "2.568"], [1702468151, "2.568"], [1702468181, "2.568"], [1702468208, "2.568"], [1702468241, "2.568"], [1702468256, "2.568"], [1702468286, "2.568"], [1702468322, "2.568"], [1702468352, "2.568"], [1702468388, "2.568"], [1702468424, "2.568"], [1702468457, "2.568"], [1702468493, "2.568"], [1702468517, "2.568"], [1702468550, "2.568"], [1702468586, "2.568"], [1702468613, "2.568"], [1702468637, "2.568"], [1702468679, "2.568"], [1702468721, "2.568"], [1702468730, "2.568"], [1702468766, "2.568"], [1702468799, "2.568"], [1702468835, "2.568"], [1702468898, "2.568"], [1702468934, "2.568"], [1702468970, "2.568"], [1702468994, "2.568"], [1702469024, "2.568"], [1702469060, "2.568"], [1702469111, "2.568"], [1702469144, "2.568"], [1702469168, "2.568"], [1702469204, "2.568"], [1702469237, "2.568"], [1702469273, "2.568"], [1702469303, "2.568"], [1702469336, "2.568"], [1702469360, "2.568"], [1702469387, "2.568"], [1702469411, "2.568"], [1702469435, "2.568"], [1702469468, "2.568"], [1702469504, "2.568"], [1702469537, "2.568"], [1702469573, "2.568"], [1702469606, "2.568"], [1702469633, "2.568"], [1702469660, "2.568"], [1702469684, "2.568"], [1702469717, "2.568"], [1702469753, "2.568"], [1702469786, "2.568"], [1702469816, "2.568"], [1702469834, "2.568"], [1702469864, "2.568"], [1702469906, "2.568"], [1702469936, "2.568"], [1702469972, "2.568"], [1702470005, "2.568"], [1702470029, "2.568"], [1702470065, "2.568"], [1702470101, "2.568"], [1702470131, "2.568"], [1702470167, "2.568"], [1702470203, "2.568"], [1702470251, "2.568"], [1702470278, "2.568"], [1702470311, "2.568"], [1702470347, "2.568"], [1702470371, "2.568"], [1702470404, "2.568"], [1702470440, "2.568"], [1702470476, "2.568"], [1702470506, "2.568"], [1702470542, "2.568"], [1702470575, "2.568"], [1702470611, "2.568"], [1702470635, "2.568"], [1702470662, "2.568"], [1702470686, "2.568"], [1702470719, "2.568"], [1702470746, "2.568"], [1702470812, "2.568"], [1702470845, "2.568"], [1702470875, "2.568"], [1702470899, "2.568"], [1702470953, "2.568"], [1702470983, "2.568"], [1702471025, "2.568"], [1702471067, "2.568"], [1702471169, "2.568"], [1702471193, "2.568"], [1702471226, "2.568"], [1702471265, "2.568"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "82.734"], [1702462808, "91.47"], [1702462829, "100.206"], [1702462844, "108.591"], [1702462865, "116.976"], [1702462880, "125.361"], [1702462904, "142.131"], [1702462919, "150.516"], [1702462952, "167.286"], [1702462973, "175.671"], [1702462988, "184.056"], [1702463045, "209.211"], [1702463081, "225.981"], [1702463114, "242.751"], [1702463150, "259.521"], [1702463186, "276.291"], [1702463216, "293.061"], [1702463240, "309.831"], [1702463273, "326.601"], [1702463324, "351.756"], [1702463354, "368.526"], [1702463381, "385.296"], [1702463417, "402.066"], [1702463453, "418.836"], [1702463477, "435.606"], [1702463510, "452.376"], [1702463537, "469.146"], [1702463570, "485.916"], [1702463591, "502.686"], [1702463621, "519.456"], [1702463657, "536.226"], [1702463693, "552.996"], [1702463729, "569.766"], [1702463765, "586.536"], [1702463798, "603.306"], [1702463846, "628.461"], [1702463873, "645.231"], [1702463906, "662.001"], [1702463948, "687.156"], [1702463984, "703.926"], [1702464014, "720.696"], [1702464050, "737.466"], [1702464086, "754.236"], [1702464122, "771.006"], [1702464155, "787.776"], [1702464194, "812.931"], [1702464230, "829.701"], [1702464263, "846.471"], [1702464299, "863.241"], [1702464332, "880.011"], [1702464356, "896.781"], [1702464392, "913.551"], [1702464425, "930.321"], [1702464455, "947.091"], [1702464479, "963.861"], [1702464509, "980.631"], [1702464533, "997.401"], [1702464569, "1014.171"], [1702464605, "1030.941"], [1702464635, "1047.711"], [1702464671, "1064.481"], [1702464716, "1081.251"], [1702464743, "1098.021"], [1702464776, "1114.791"], [1702464812, "1131.561"], [1702464836, "1148.331"], [1702464869, "1165.101"], [1702464905, "1181.871"], [1702464926, "1198.641"], [1702464956, "1215.411"], [1702464992, "1232.181"], [1702465016, "1248.951"], [1702465049, "1265.721"], [1702465085, "1282.491"], [1702465118, "1299.261"], [1702465145, "1316.031"], [1702465178, "1332.801"], [1702465208, "1349.571"], [1702465241, "1366.341"], [1702465298, "1391.496"], [1702465334, "1408.266"], [1702465367, "1425.036"], [1702465394, "1441.806"], [1702465418, "1458.576"], [1702465445, "1475.346"], [1702465481, "1492.116"], [1702465517, "1508.886"], [1702465550, "1525.656"], [1702465586, "1542.426"], [1702465619, "1559.196"], [1702465658, "1575.966"], [1702465706, "1592.736"], [1702465754, "1617.891"], [1702465787, "1634.661"], [1702465823, "1651.431"], [1702465856, "1668.201"], [1702465880, "1684.971"], [1702465910, "1701.741"], [1702465952, "1718.511"], [1702465988, "1735.281"], [1702466015, "1752.051"], [1702466030, "1768.821"], [1702466060, "1785.591"], [1702466078, "1802.361"], [1702466138, "1827.516"], [1702466168, "1844.286"], [1702466204, "1861.056"], [1702466237, "1877.826"], [1702466261, "1894.596"], [1702466291, "1911.366"], [1702466327, "1928.136"], [1702466360, "1944.906"], [1702466384, "1961.676"], [1702466417, "1978.446"], [1702466441, "1995.216"], [1702466471, "2011.986"], [1702466507, "2028.756"], [1702466540, "2045.526"], [1702466597, "2070.681"], [1702466633, "2087.451"], [1702466666, "2104.221"], [1702466705, "2120.991"], [1702466732, "2137.761"], [1702466765, "2154.531"], [1702466801, "2171.301"], [1702466852, "2196.456"], [1702466876, "2213.226"], [1702466918, "2229.996"], [1702466978, "2263.536"], [1702467014, "2280.306"], [1702467038, "2297.076"], [1702467068, "2313.846"], [1702467122, "2339.001"], [1702467158, "2355.771"], [1702467191, "2372.541"], [1702467221, "2389.311"], [1702467257, "2406.081"], [1702467299, "2422.851"], [1702467350, "2448.006"], [1702467386, "2464.776"], [1702467419, "2481.546"], [1702467455, "2498.316"], [1702467515, "2531.856"], [1702467542, "2548.626"], [1702467566, "2565.396"], [1702467599, "2582.166"], [1702467635, "2598.936"], [1702467668, "2615.706"], [1702467695, "2632.476"], [1702467716, "2649.246"], [1702467746, "2666.016"], [1702467800, "2691.171"], [1702467824, "2707.941"], [1702467908, "2749.866"], [1702467944, "2766.636"], [1702467968, "2783.406"], [1702468001, "2800.176"], [1702468031, "2816.946"], [1702468067, "2833.716"], [1702468085, "2850.486"], [1702468115, "2867.256"], [1702468151, "2884.026"], [1702468181, "2900.796"], [1702468208, "2917.566"], [1702468241, "2934.336"], [1702468256, "2951.106"], [1702468286, "2967.876"], [1702468322, "2984.646"], [1702468352, "3001.416"], [1702468388, "3018.186"], [1702468424, "3034.956"], [1702468457, "3051.726"], [1702468493, "3068.496"], [1702468517, "3085.266"], [1702468550, "3102.036"], [1702468586, "3118.806"], [1702468613, "3135.576"], [1702468637, "3152.346"], [1702468679, "3169.116"], [1702468721, "3185.886"], [1702468730, "3194.271"], [1702468766, "3211.041"], [1702468799, "3227.811"], [1702468835, "3244.581"], [1702468898, "3269.736"], [1702468934, "3286.506"], [1702468970, "3303.276"], [1702468994, "3320.046"], [1702469024, "3336.816"], [1702469060, "3353.586"], [1702469111, "3378.741"], [1702469144, "3395.511"], [1702469168, "3412.281"], [1702469204, "3429.051"], [1702469237, "3445.821"], [1702469273, "3462.591"], [1702469303, "3479.361"], [1702469336, "3496.131"], [1702469360, "3512.901"], [1702469387, "3529.671"], [1702469411, "3546.441"], [1702469435, "3563.211"], [1702469468, "3579.981"], [1702469504, "3596.751"], [1702469537, "3613.521"], [1702469573, "3630.291"], [1702469606, "3647.061"], [1702469633, "3663.831"], [1702469660, "3680.601"], [1702469684, "3697.371"], [1702469717, "3714.141"], [1702469753, "3730.911"], [1702469786, "3747.681"], [1702469816, "3764.451"], [1702469834, "3781.221"], [1702469864, "3797.991"], [1702469906, "3823.146"], [1702469936, "3839.916"], [1702469972, "3856.686"], [1702470005, "3873.456"], [1702470029, "3890.226"], [1702470065, "3906.996"], [1702470101, "3923.766"], [1702470131, "3940.536"], [1702470167, "3957.306"], [1702470203, "3974.076"], [1702470251, "3999.231"], [1702470278, "4016.001"], [1702470311, "4032.771"], [1702470347, "4049.541"], [1702470371, "4066.311"], [1702470404, "4083.081"], [1702470440, "4099.851"], [1702470476, "4116.621"], [1702470506, "4133.391"], [1702470542, "4150.161"], [1702470575, "4166.931"], [1702470611, "4183.701"], [1702470635, "4200.471"], [1702470662, "4217.241"], [1702470686, "4234.011"], [1702470719, "4250.781"], [1702470746, "4267.551"], [1702470812, "4301.091"], [1702470845, "4317.861"], [1702470875, "4334.631"], [1702470899, "4351.401"], [1702470953, "4376.556"], [1702470983, "4393.326"], [1702471025, "4410.096"], [1702471067, "4435.251"], [1702471169, "4477.176"], [1702471193, "4493.946"], [1702471226, "4510.716"], [1702471265, "4527.486"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.372"], [1702462721, "0.372"], [1702462736, "0.519"], [1702462751, "0.576"], [1702462763, "0.576"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "28.818"], [1702462721, "37.932"], [1702462736, "47.046"], [1702462751, "56.16"], [1702462763, "65.079"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.006"], [1702463621, "0.006"], [1702463657, "0.006"], [1702463693, "0.006"], [1702463729, "0.006"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.009"], [1702466918, "0.009"], [1702466978, "0.009"], [1702467014, "0.009"], [1702467038, "0.009"], [1702467068, "0.009"], [1702467122, "0.009"], [1702467158, "0.009"], [1702467191, "0.009"], [1702467221, "0.009"], [1702467257, "0.009"], [1702467299, "0.009"], [1702467350, "0.009"], [1702467386, "0.009"], [1702467419, "0.009"], [1702467455, "0.009"], [1702467515, "0.009"], [1702467542, "0.009"], [1702467566, "0.009"], [1702467599, "0.009"], [1702467635, "0.009"], [1702467668, "0.009"], [1702467695, "0.009"], [1702467716, "0.009"], [1702467746, "0.009"], [1702467800, "0.009"], [1702467824, "0.009"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.018"], [1702471193, "0.018"], [1702471226, "0.018"], [1702471265, "0.018"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.867"], [1702462721, "0.867"], [1702462736, "0.891"], [1702462751, "0.891"], [1702462763, "0.894"], [1702462793, "0.99"], [1702462808, "1.467"], [1702462829, "1.479"], [1702462844, "2.496"], [1702462865, "2.496"], [1702462880, "2.601"], [1702462904, "2.601"], [1702462919, "2.688"], [1702462952, "2.772"], [1702462973, "2.793"], [1702462988, "2.793"], [1702463045, "2.982"], [1702463081, "2.994"], [1702463114, "2.994"], [1702463150, "3"], [1702463186, "3.018"], [1702463216, "3.06"], [1702463240, "3.06"], [1702463273, "3.072"], [1702463324, "3.282"], [1702463354, "3.312"], [1702463381, "3.357"], [1702463417, "3.366"], [1702463453, "3.39"], [1702463477, "3.45"], [1702463510, "3.504"], [1702463537, "3.507"], [1702463570, "3.534"], [1702463591, "3.579"], [1702463621, "3.591"], [1702463657, "3.594"], [1702463693, "3.639"], [1702463729, "3.855"], [1702463765, "3.948"], [1702463798, "4.149"], [1702463846, "4.161"], [1702463873, "4.179"], [1702463906, "4.179"], [1702463948, "4.329"], [1702463984, "4.581"], [1702464014, "4.704"], [1702464050, "4.725"], [1702464086, "4.77"], [1702464122, "4.785"], [1702464155, "4.785"], [1702464194, "4.797"], [1702464230, "4.809"], [1702464263, "4.947"], [1702464299, "4.974"], [1702464332, "5.022"], [1702464356, "5.028"], [1702464392, "5.058"], [1702464425, "5.142"], [1702464455, "5.187"], [1702464479, "5.208"], [1702464509, "6.03"], [1702464533, "6.081"], [1702464569, "6.12"], [1702464605, "6.12"], [1702464635, "6.147"], [1702464671, "6.201"], [1702464716, "6.201"], [1702464743, "6.21"], [1702464776, "6.24"], [1702464812, "6.315"], [1702464836, "6.315"], [1702464869, "6.378"], [1702464905, "6.387"], [1702464926, "6.393"], [1702464956, "6.405"], [1702464992, "6.48"], [1702465016, "6.855"], [1702465049, "6.855"], [1702465085, "8.076"], [1702465118, "8.079"], [1702465145, "8.466"], [1702465178, "8.466"], [1702465208, "8.484"], [1702465241, "8.493"], [1702465298, "8.553"], [1702465334, "8.565"], [1702465367, "8.598"], [1702465394, "8.607"], [1702465418, "8.613"], [1702465445, "8.646"], [1702465481, "8.694"], [1702465517, "8.694"], [1702465550, "8.811"], [1702465586, "8.886"], [1702465619, "8.895"], [1702465658, "8.898"], [1702465706, "8.946"], [1702465754, "9.399"], [1702465787, "9.441"], [1702465823, "9.486"], [1702465856, "9.486"], [1702465880, "9.501"], [1702465910, "9.564"], [1702465952, "11.367"], [1702465988, "11.43"], [1702466015, "11.499"], [1702466030, "11.505"], [1702466060, "11.517"], [1702466078, "11.52"], [1702466138, "11.535"], [1702466168, "11.562"], [1702466204, "11.574"], [1702466237, "11.592"], [1702466261, "11.628"], [1702466291, "11.814"], [1702466327, "11.889"], [1702466360, "11.907"], [1702466384, "11.922"], [1702466417, "11.922"], [1702466441, "11.934"], [1702466471, "11.937"], [1702466507, "11.964"], [1702466540, "12.006"], [1702466597, "12.204"], [1702466633, "12.255"], [1702466666, "12.255"], [1702466705, "12.276"], [1702466732, "12.381"], [1702466765, "12.423"], [1702466801, "12.468"], [1702466852, "12.501"], [1702466876, "12.501"], [1702466918, "12.501"], [1702466978, "12.564"], [1702467014, "12.789"], [1702467038, "12.789"], [1702467068, "12.801"], [1702467122, "12.873"], [1702467158, "12.873"], [1702467191, "12.876"], [1702467221, "12.903"], [1702467257, "12.987"], [1702467299, "13.011"], [1702467350, "13.017"], [1702467386, "13.026"], [1702467419, "13.035"], [1702467455, "13.035"], [1702467515, "13.053"], [1702467542, "13.056"], [1702467566, "13.062"], [1702467599, "13.068"], [1702467635, "13.071"], [1702467668, "13.122"], [1702467695, "13.125"], [1702467716, "13.146"], [1702467746, "13.176"], [1702467800, "13.182"], [1702467824, "13.194"], [1702467908, "13.242"], [1702467944, "13.245"], [1702467968, "13.248"], [1702468001, "13.248"], [1702468031, "13.254"], [1702468067, "13.377"], [1702468085, "13.386"], [1702468115, "13.395"], [1702468151, "13.755"], [1702468181, "13.755"], [1702468208, "13.758"], [1702468241, "13.758"], [1702468256, "13.758"], [1702468286, "13.77"], [1702468322, "13.773"], [1702468352, "13.803"], [1702468388, "13.806"], [1702468424, "13.812"], [1702468457, "13.839"], [1702468493, "13.899"], [1702468517, "13.899"], [1702468550, "13.902"], [1702468586, "13.911"], [1702468613, "13.926"], [1702468637, "13.995"], [1702468679, "14.001"], [1702468721, "14.001"], [1702468730, "14.01"], [1702468766, "14.013"], [1702468799, "14.016"], [1702468835, "14.019"], [1702468898, "14.046"], [1702468934, "14.085"], [1702468970, "14.097"], [1702468994, "14.1"], [1702469024, "14.106"], [1702469060, "14.109"], [1702469111, "14.271"], [1702469144, "14.274"], [1702469168, "14.283"], [1702469204, "14.283"], [1702469237, "14.283"], [1702469273, "14.289"], [1702469303, "14.343"], [1702469336, "14.349"], [1702469360, "14.352"], [1702469387, "14.358"], [1702469411, "14.367"], [1702469435, "14.373"], [1702469468, "14.379"], [1702469504, "14.379"], [1702469537, "14.379"], [1702469573, "14.385"], [1702469606, "14.385"], [1702469633, "14.388"], [1702469660, "14.388"], [1702469684, "14.457"], [1702469717, "14.466"], [1702469753, "14.478"], [1702469786, "14.481"], [1702469816, "14.484"], [1702469834, "14.484"], [1702469864, "14.484"], [1702469906, "14.544"], [1702469936, "14.553"], [1702469972, "14.709"], [1702470005, "14.715"], [1702470029, "14.715"], [1702470065, "14.715"], [1702470101, "14.724"], [1702470131, "14.73"], [1702470167, "14.73"], [1702470203, "14.769"], [1702470251, "14.835"], [1702470278, "14.874"], [1702470311, "14.874"], [1702470347, "14.88"], [1702470371, "14.892"], [1702470404, "14.907"], [1702470440, "14.955"], [1702470476, "15.009"], [1702470506, "15.021"], [1702470542, "15.081"], [1702470575, "15.114"], [1702470611, "15.144"], [1702470635, "15.15"], [1702470662, "15.153"], [1702470686, "15.243"], [1702470719, "15.261"], [1702470746, "15.288"], [1702470812, "15.336"], [1702470845, "15.549"], [1702470875, "15.618"], [1702470899, "15.633"], [1702470953, "15.798"], [1702470983, "15.825"], [1702471025, "15.825"], [1702471067, "16.191"], [1702471169, "16.254"], [1702471193, "16.254"], [1702471226, "16.254"], [1702471265, "16.302"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "28.461"], [1702462721, "29.961"], [1702462736, "31.053"], [1702462751, "31.71"], [1702462763, "31.713"], [1702462793, "33.909"], [1702462808, "36.426"], [1702462829, "38.079"], [1702462844, "40.875"], [1702462865, "41.661"], [1702462880, "43.53"], [1702462904, "45.261"], [1702462919, "46.107"], [1702462952, "49.722"], [1702462973, "50.352"], [1702462988, "51.81"], [1702463045, "58.347"], [1702463081, "62.22"], [1702463114, "64.329"], [1702463150, "66.012"], [1702463186, "67.647"], [1702463216, "71.586"], [1702463240, "73.23"], [1702463273, "74.964"], [1702463324, "78.603"], [1702463354, "79.608"], [1702463381, "82.203"], [1702463417, "83.742"], [1702463453, "85.932"], [1702463477, "87.129"], [1702463510, "88.689"], [1702463537, "89.613"], [1702463570, "98.553"], [1702463591, "99.744"], [1702463621, "101.952"], [1702463657, "103.461"], [1702463693, "105.426"], [1702463729, "110.139"], [1702463765, "112.329"], [1702463798, "114.429"], [1702463846, "115.371"], [1702463873, "116.688"], [1702463906, "118.095"], [1702463948, "121.14"], [1702463984, "123.171"], [1702464014, "124.35"], [1702464050, "126.921"], [1702464086, "129.933"], [1702464122, "132.408"], [1702464155, "135.843"], [1702464194, "138.198"], [1702464230, "139.188"], [1702464263, "140.412"], [1702464299, "142.509"], [1702464332, "145.074"], [1702464356, "146.781"], [1702464392, "148.8"], [1702464425, "150.168"], [1702464455, "152.757"], [1702464479, "154.326"], [1702464509, "155.217"], [1702464533, "156.348"], [1702464569, "159.732"], [1702464605, "162.075"], [1702464635, "163.335"], [1702464671, "175.674"], [1702464716, "178.155"], [1702464743, "180.684"], [1702464776, "185.046"], [1702464812, "189.009"], [1702464836, "190.269"], [1702464869, "192.042"], [1702464905, "195.657"], [1702464926, "195.978"], [1702464956, "197.112"], [1702464992, "217.662"], [1702465016, "219.165"], [1702465049, "221.106"], [1702465085, "225.624"], [1702465118, "227.655"], [1702465145, "232.422"], [1702465178, "236.883"], [1702465208, "240.984"], [1702465241, "243.369"], [1702465298, "248.514"], [1702465334, "251.121"], [1702465367, "254.133"], [1702465394, "254.67"], [1702465418, "254.985"], [1702465445, "256.032"], [1702465481, "258.405"], [1702465517, "261.747"], [1702465550, "265.785"], [1702465586, "269.214"], [1702465619, "270.321"], [1702465658, "276.414"], [1702465706, "280.833"], [1702465754, "287.322"], [1702465787, "289.878"], [1702465823, "291.819"], [1702465856, "293.907"], [1702465880, "296.925"], [1702465910, "299.64"], [1702465952, "303.009"], [1702465988, "306.807"], [1702466015, "309.297"], [1702466030, "309.336"], [1702466060, "311.166"], [1702466078, "311.547"], [1702466138, "314.457"], [1702466168, "316.548"], [1702466204, "320.811"], [1702466237, "327.279"], [1702466261, "328.821"], [1702466291, "329.802"], [1702466327, "332.703"], [1702466360, "335.061"], [1702466384, "337.113"], [1702466417, "339.372"], [1702466441, "339.885"], [1702466471, "340.839"], [1702466507, "344.775"], [1702466540, "347.58"], [1702466597, "353.481"], [1702466633, "355.746"], [1702466666, "357.795"], [1702466705, "359.427"], [1702466732, "361.185"], [1702466765, "363.237"], [1702466801, "365.031"], [1702466852, "368.793"], [1702466876, "369.048"], [1702466918, "371.283"], [1702466978, "377.412"], [1702467014, "380.124"], [1702467038, "383.34"], [1702467068, "385.215"], [1702467122, "388.071"], [1702467158, "390.063"], [1702467191, "392.334"], [1702467221, "396.384"], [1702467257, "398.442"], [1702467299, "399.651"], [1702467350, "400.398"], [1702467386, "400.704"], [1702467419, "400.779"], [1702467455, "400.971"], [1702467515, "401.202"], [1702467542, "401.337"], [1702467566, "401.514"], [1702467599, "401.649"], [1702467635, "403.362"], [1702467668, "406.128"], [1702467695, "406.41"], [1702467716, "406.725"], [1702467746, "406.959"], [1702467800, "409.32"], [1702467824, "409.494"], [1702467908, "409.956"], [1702467944, "410.178"], [1702467968, "410.256"], [1702468001, "410.355"], [1702468031, "411.195"], [1702468067, "421.608"], [1702468085, "421.953"], [1702468115, "422.241"], [1702468151, "423.156"], [1702468181, "423.282"], [1702468208, "423.426"], [1702468241, "423.681"], [1702468256, "423.789"], [1702468286, "424.026"], [1702468322, "424.2"], [1702468352, "426.543"], [1702468388, "429.438"], [1702468424, "431.544"], [1702468457, "434.031"], [1702468493, "435.267"], [1702468517, "436.266"], [1702468550, "436.503"], [1702468586, "436.89"], [1702468613, "438.456"], [1702468637, "438.756"], [1702468679, "439.017"], [1702468721, "441.426"], [1702468730, "441.795"], [1702468766, "445.485"], [1702468799, "446.517"], [1702468835, "446.871"], [1702468898, "448.926"], [1702468934, "449.355"], [1702468970, "451.386"], [1702468994, "452.37"], [1702469024, "452.436"], [1702469060, "452.868"], [1702469111, "453.513"], [1702469144, "457.44"], [1702469168, "457.653"], [1702469204, "457.917"], [1702469237, "458.139"], [1702469273, "458.343"], [1702469303, "459.333"], [1702469336, "459.762"], [1702469360, "460.074"], [1702469387, "460.122"], [1702469411, "460.638"], [1702469435, "460.887"], [1702469468, "461.097"], [1702469504, "461.184"], [1702469537, "461.991"], [1702469573, "462.687"], [1702469606, "465.057"], [1702469633, "465.456"], [1702469660, "467.25"], [1702469684, "468.528"], [1702469717, "470.151"], [1702469753, "470.439"], [1702469786, "470.784"], [1702469816, "472.617"], [1702469834, "472.749"], [1702469864, "473.406"], [1702469906, "474.189"], [1702469936, "475.161"], [1702469972, "477.888"], [1702470005, "480.147"], [1702470029, "480.249"], [1702470065, "481.449"], [1702470101, "481.971"], [1702470131, "484.449"], [1702470167, "487.125"], [1702470203, "490.68"], [1702470251, "493.833"], [1702470278, "494.058"], [1702470311, "494.469"], [1702470347, "495.126"], [1702470371, "496.218"], [1702470404, "499.821"], [1702470440, "501.114"], [1702470476, "503.598"], [1702470506, "504.552"], [1702470542, "505.821"], [1702470575, "508.284"], [1702470611, "509.967"], [1702470635, "510.528"], [1702470662, "510.684"], [1702470686, "511.449"], [1702470719, "512.475"], [1702470746, "513.627"], [1702470812, "516.975"], [1702470845, "519.675"], [1702470875, "521.058"], [1702470899, "522.27"], [1702470953, "524.988"], [1702470983, "526.779"], [1702471025, "528.228"], [1702471067, "530.73"], [1702471169, "535.932"], [1702471193, "537.957"], [1702471226, "540.447"], [1702471265, "542.571"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "1.788"], [1702462973, "1.788"], [1702462988, "1.788"], [1702463045, "1.794"], [1702463081, "2.25"], [1702463114, "2.25"], [1702463150, "2.25"], [1702463186, "2.25"], [1702463216, "2.25"], [1702463240, "2.253"], [1702463273, "2.253"], [1702463324, "2.253"], [1702463354, "2.253"], [1702463381, "2.253"], [1702463417, "2.253"], [1702463453, "2.253"], [1702463477, "2.253"], [1702463510, "2.253"], [1702463537, "2.253"], [1702463570, "2.253"], [1702463591, "2.253"], [1702463621, "2.253"], [1702463657, "2.253"], [1702463693, "2.253"], [1702463729, "2.253"], [1702463765, "2.253"], [1702463798, "2.253"], [1702463846, "2.277"], [1702463873, "2.277"], [1702463906, "2.277"], [1702463948, "2.277"], [1702463984, "2.277"], [1702464014, "2.277"], [1702464050, "2.277"], [1702464086, "2.277"], [1702464122, "2.277"], [1702464155, "2.277"], [1702464194, "2.277"], [1702464230, "2.424"], [1702464263, "2.424"], [1702464299, "2.424"], [1702464332, "2.424"], [1702464356, "2.424"], [1702464392, "2.424"], [1702464425, "2.424"], [1702464455, "2.424"], [1702464479, "2.424"], [1702464509, "2.424"], [1702464533, "2.424"], [1702464569, "2.424"], [1702464605, "2.424"], [1702464635, "2.424"], [1702464671, "2.424"], [1702464716, "2.424"], [1702464743, "2.424"], [1702464776, "2.424"], [1702464812, "2.424"], [1702464836, "2.424"], [1702464869, "2.424"], [1702464905, "2.424"], [1702464926, "2.424"], [1702464956, "2.424"], [1702464992, "2.424"], [1702465016, "2.424"], [1702465049, "2.424"], [1702465085, "2.424"], [1702465118, "2.424"], [1702465145, "2.424"], [1702465178, "2.424"], [1702465208, "2.424"], [1702465241, "2.424"], [1702465298, "2.424"], [1702465334, "2.424"], [1702465367, "2.424"], [1702465394, "2.424"], [1702465418, "2.424"], [1702465445, "2.424"], [1702465481, "2.424"], [1702465517, "2.424"], [1702465550, "2.424"], [1702465586, "2.424"], [1702465619, "2.424"], [1702465658, "2.424"], [1702465706, "2.424"], [1702465754, "2.424"], [1702465787, "2.424"], [1702465823, "2.424"], [1702465856, "2.424"], [1702465880, "2.424"], [1702465910, "2.424"], [1702465952, "2.424"], [1702465988, "2.424"], [1702466015, "2.424"], [1702466030, "2.424"], [1702466060, "2.424"], [1702466078, "2.424"], [1702466138, "2.424"], [1702466168, "2.424"], [1702466204, "2.424"], [1702466237, "2.424"], [1702466261, "2.424"], [1702466291, "2.424"], [1702466327, "2.424"], [1702466360, "2.424"], [1702466384, "2.424"], [1702466417, "2.424"], [1702466441, "2.424"], [1702466471, "2.424"], [1702466507, "2.424"], [1702466540, "2.424"], [1702466597, "2.424"], [1702466633, "2.424"], [1702466666, "2.424"], [1702466705, "2.424"], [1702466732, "2.424"], [1702466765, "2.424"], [1702466801, "2.424"], [1702466852, "2.424"], [1702466876, "2.424"], [1702466918, "2.424"], [1702466978, "2.424"], [1702467014, "2.424"], [1702467038, "2.424"], [1702467068, "2.424"], [1702467122, "2.424"], [1702467158, "2.424"], [1702467191, "2.424"], [1702467221, "2.424"], [1702467257, "2.424"], [1702467299, "2.424"], [1702467350, "2.424"], [1702467386, "2.424"], [1702467419, "2.424"], [1702467455, "2.424"], [1702467515, "2.424"], [1702467542, "2.424"], [1702467566, "2.424"], [1702467599, "2.424"], [1702467635, "2.424"], [1702467668, "2.424"], [1702467695, "2.424"], [1702467716, "2.424"], [1702467746, "2.424"], [1702467800, "2.424"], [1702467824, "2.424"], [1702467908, "2.424"], [1702467944, "2.424"], [1702467968, "2.424"], [1702468001, "2.424"], [1702468031, "2.424"], [1702468067, "2.424"], [1702468085, "2.424"], [1702468115, "2.424"], [1702468151, "2.424"], [1702468181, "2.424"], [1702468208, "2.424"], [1702468241, "2.424"], [1702468256, "2.424"], [1702468286, "2.424"], [1702468322, "2.424"], [1702468352, "2.424"], [1702468388, "2.424"], [1702468424, "2.424"], [1702468457, "2.424"], [1702468493, "2.424"], [1702468517, "2.424"], [1702468550, "2.424"], [1702468586, "2.424"], [1702468613, "2.424"], [1702468637, "2.424"], [1702468679, "2.424"], [1702468721, "2.424"], [1702468730, "2.424"], [1702468766, "2.424"], [1702468799, "2.424"], [1702468835, "2.424"], [1702468898, "2.424"], [1702468934, "2.424"], [1702468970, "2.424"], [1702468994, "2.424"], [1702469024, "2.424"], [1702469060, "2.424"], [1702469111, "2.424"], [1702469144, "2.424"], [1702469168, "2.424"], [1702469204, "2.424"], [1702469237, "2.424"], [1702469273, "2.424"], [1702469303, "2.424"], [1702469336, "2.424"], [1702469360, "2.424"], [1702469387, "2.424"], [1702469411, "2.424"], [1702469435, "2.424"], [1702469468, "2.424"], [1702469504, "2.424"], [1702469537, "2.424"], [1702469573, "2.424"], [1702469606, "2.424"], [1702469633, "2.424"], [1702469660, "2.424"], [1702469684, "2.424"], [1702469717, "2.424"], [1702469753, "2.424"], [1702469786, "2.424"], [1702469816, "2.424"], [1702469834, "2.424"], [1702469864, "2.424"], [1702469906, "2.424"], [1702469936, "2.424"], [1702469972, "2.424"], [1702470005, "2.424"], [1702470029, "2.424"], [1702470065, "2.424"], [1702470101, "2.424"], [1702470131, "2.424"], [1702470167, "2.424"], [1702470203, "2.424"], [1702470251, "2.424"], [1702470278, "2.424"], [1702470311, "2.424"], [1702470347, "2.424"], [1702470371, "2.424"], [1702470404, "2.424"], [1702470440, "2.424"], [1702470476, "2.424"], [1702470506, "2.424"], [1702470542, "2.424"], [1702470575, "2.424"], [1702470611, "2.424"], [1702470635, "2.424"], [1702470662, "2.424"], [1702470686, "2.424"], [1702470719, "2.424"], [1702470746, "2.424"], [1702470812, "2.424"], [1702470845, "2.424"], [1702470875, "2.424"], [1702470899, "2.424"], [1702470953, "2.424"], [1702470983, "2.424"], [1702471025, "2.424"], [1702471067, "2.424"], [1702471169, "2.424"], [1702471193, "2.424"], [1702471226, "2.424"], [1702471265, "2.424"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "93.288"], [1702462973, "101.673"], [1702462988, "110.058"], [1702463045, "135.213"], [1702463081, "151.983"], [1702463114, "168.753"], [1702463150, "185.523"], [1702463186, "202.293"], [1702463216, "219.063"], [1702463240, "235.833"], [1702463273, "252.603"], [1702463324, "277.758"], [1702463354, "294.528"], [1702463381, "311.298"], [1702463417, "328.068"], [1702463453, "344.838"], [1702463477, "361.608"], [1702463510, "378.378"], [1702463537, "395.148"], [1702463570, "411.918"], [1702463591, "428.688"], [1702463621, "445.458"], [1702463657, "462.228"], [1702463693, "478.998"], [1702463729, "495.768"], [1702463765, "512.538"], [1702463798, "529.308"], [1702463846, "554.463"], [1702463873, "571.233"], [1702463906, "588.003"], [1702463948, "613.158"], [1702463984, "629.928"], [1702464014, "646.698"], [1702464050, "663.468"], [1702464086, "680.238"], [1702464122, "697.008"], [1702464155, "713.778"], [1702464194, "738.933"], [1702464230, "755.703"], [1702464263, "772.473"], [1702464299, "789.243"], [1702464332, "806.013"], [1702464356, "822.783"], [1702464392, "839.553"], [1702464425, "856.323"], [1702464455, "873.093"], [1702464479, "889.863"], [1702464509, "906.633"], [1702464533, "923.403"], [1702464569, "940.173"], [1702464605, "956.943"], [1702464635, "973.713"], [1702464671, "990.483"], [1702464716, "1007.253"], [1702464743, "1024.023"], [1702464776, "1040.793"], [1702464812, "1057.563"], [1702464836, "1074.333"], [1702464869, "1091.103"], [1702464905, "1107.873"], [1702464926, "1124.643"], [1702464956, "1141.413"], [1702464992, "1158.183"], [1702465016, "1174.953"], [1702465049, "1191.723"], [1702465085, "1208.493"], [1702465118, "1225.263"], [1702465145, "1242.033"], [1702465178, "1258.803"], [1702465208, "1275.573"], [1702465241, "1292.343"], [1702465298, "1317.498"], [1702465334, "1334.268"], [1702465367, "1351.038"], [1702465394, "1367.808"], [1702465418, "1384.578"], [1702465445, "1401.348"], [1702465481, "1418.118"], [1702465517, "1434.888"], [1702465550, "1451.658"], [1702465586, "1468.428"], [1702465619, "1485.198"], [1702465658, "1501.968"], [1702465706, "1518.738"], [1702465754, "1543.893"], [1702465787, "1560.663"], [1702465823, "1577.433"], [1702465856, "1594.203"], [1702465880, "1610.973"], [1702465910, "1627.743"], [1702465952, "1644.513"], [1702465988, "1661.283"], [1702466015, "1678.053"], [1702466030, "1694.823"], [1702466060, "1711.593"], [1702466078, "1728.363"], [1702466138, "1753.518"], [1702466168, "1770.288"], [1702466204, "1787.058"], [1702466237, "1803.828"], [1702466261, "1820.598"], [1702466291, "1837.368"], [1702466327, "1854.138"], [1702466360, "1870.908"], [1702466384, "1887.678"], [1702466417, "1904.448"], [1702466441, "1921.218"], [1702466471, "1937.988"], [1702466507, "1954.758"], [1702466540, "1971.528"], [1702466597, "1996.683"], [1702466633, "2013.453"], [1702466666, "2030.223"], [1702466705, "2046.993"], [1702466732, "2063.763"], [1702466765, "2080.533"], [1702466801, "2097.303"], [1702466852, "2122.458"], [1702466876, "2139.228"], [1702466918, "2155.998"], [1702466978, "2189.538"], [1702467014, "2206.308"], [1702467038, "2223.078"], [1702467068, "2239.848"], [1702467122, "2265.003"], [1702467158, "2281.773"], [1702467191, "2298.543"], [1702467221, "2315.313"], [1702467257, "2332.083"], [1702467299, "2348.853"], [1702467350, "2374.008"], [1702467386, "2390.778"], [1702467419, "2407.548"], [1702467455, "2424.318"], [1702467515, "2457.858"], [1702467542, "2474.628"], [1702467566, "2491.398"], [1702467599, "2508.168"], [1702467635, "2524.938"], [1702467668, "2541.708"], [1702467695, "2558.478"], [1702467716, "2575.248"], [1702467746, "2592.018"], [1702467800, "2617.173"], [1702467824, "2633.943"], [1702467908, "2675.868"], [1702467944, "2692.638"], [1702467968, "2709.408"], [1702468001, "2726.178"], [1702468031, "2742.948"], [1702468067, "2759.718"], [1702468085, "2776.488"], [1702468115, "2793.258"], [1702468151, "2810.028"], [1702468181, "2826.798"], [1702468208, "2843.568"], [1702468241, "2860.338"], [1702468256, "2877.108"], [1702468286, "2893.878"], [1702468322, "2910.648"], [1702468352, "2927.418"], [1702468388, "2944.188"], [1702468424, "2960.958"], [1702468457, "2977.728"], [1702468493, "2994.498"], [1702468517, "3011.268"], [1702468550, "3028.038"], [1702468586, "3044.808"], [1702468613, "3061.578"], [1702468637, "3078.348"], [1702468679, "3095.118"], [1702468721, "3111.888"], [1702468730, "3120.273"], [1702468766, "3137.043"], [1702468799, "3153.813"], [1702468835, "3170.583"], [1702468898, "3195.738"], [1702468934, "3212.508"], [1702468970, "3229.278"], [1702468994, "3246.048"], [1702469024, "3262.818"], [1702469060, "3279.588"], [1702469111, "3304.743"], [1702469144, "3321.513"], [1702469168, "3338.283"], [1702469204, "3355.053"], [1702469237, "3371.823"], [1702469273, "3388.593"], [1702469303, "3405.363"], [1702469336, "3422.133"], [1702469360, "3438.903"], [1702469387, "3455.673"], [1702469411, "3472.443"], [1702469435, "3489.213"], [1702469468, "3505.983"], [1702469504, "3522.753"], [1702469537, "3539.523"], [1702469573, "3556.293"], [1702469606, "3573.063"], [1702469633, "3589.833"], [1702469660, "3606.603"], [1702469684, "3623.373"], [1702469717, "3640.143"], [1702469753, "3656.913"], [1702469786, "3673.683"], [1702469816, "3690.453"], [1702469834, "3707.223"], [1702469864, "3723.993"], [1702469906, "3749.148"], [1702469936, "3765.918"], [1702469972, "3782.688"], [1702470005, "3799.458"], [1702470029, "3816.228"], [1702470065, "3832.998"], [1702470101, "3849.768"], [1702470131, "3866.538"], [1702470167, "3883.308"], [1702470203, "3900.078"], [1702470251, "3925.233"], [1702470278, "3942.003"], [1702470311, "3958.773"], [1702470347, "3975.543"], [1702470371, "3992.313"], [1702470404, "4009.083"], [1702470440, "4025.853"], [1702470476, "4042.623"], [1702470506, "4059.393"], [1702470542, "4076.163"], [1702470575, "4092.933"], [1702470611, "4109.703"], [1702470635, "4126.473"], [1702470662, "4143.243"], [1702470686, "4160.013"], [1702470719, "4176.783"], [1702470746, "4193.553"], [1702470812, "4227.093"], [1702470845, "4243.863"], [1702470875, "4260.633"], [1702470899, "4277.403"], [1702470953, "4302.558"], [1702470983, "4319.328"], [1702471025, "4336.098"], [1702471067, "4361.253"], [1702471169, "4403.178"], [1702471193, "4419.948"], [1702471226, "4436.718"], [1702471265, "4453.488"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "1.773"], [1702462808, "1.782"], [1702462829, "1.788"], [1702462844, "1.788"], [1702462865, "1.788"], [1702462880, "1.788"], [1702462904, "1.788"], [1702462919, "1.788"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "8.736"], [1702462808, "17.472"], [1702462829, "26.208"], [1702462844, "34.593"], [1702462865, "42.978"], [1702462880, "51.363"], [1702462904, "68.133"], [1702462919, "76.518"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0.138"], [1702468766, "1.482"], [1702468799, "1.902"], [1702468835, "2.007"], [1702468898, "2.412"], [1702468934, "2.523"], [1702468970, "2.943"], [1702468994, "3.117"], [1702469024, "3.147"], [1702469060, "3.237"], [1702469111, "3.432"], [1702469144, "5.277"], [1702469168, "5.316"], [1702469204, "5.397"], [1702469237, "5.466"], [1702469273, "5.526"], [1702469303, "5.895"], [1702469336, "5.976"], [1702469360, "6.021"], [1702469387, "6.054"], [1702469411, "6.123"], [1702469435, "6.276"], [1702469468, "6.336"], [1702469504, "6.396"], [1702469537, "6.744"], [1702469573, "7.074"], [1702469606, "8.028"], [1702469633, "8.184"], [1702469660, "8.604"], [1702469684, "9.666"], [1702469717, "10.608"], [1702469753, "10.68"], [1702469786, "10.824"], [1702469816, "11.526"], [1702469834, "11.604"], [1702469864, "12.231"], [1702469906, "12.603"], [1702469936, "12.768"], [1702469972, "13.206"], [1702470005, "13.497"], [1702470029, "13.539"], [1702470065, "13.86"], [1702470101, "14.052"], [1702470131, "14.796"], [1702470167, "16.197"], [1702470203, "16.581"], [1702470251, "17.115"], [1702470278, "17.154"], [1702470311, "17.241"], [1702470347, "17.607"], [1702470371, "17.661"], [1702470404, "17.832"], [1702470440, "17.946"], [1702470476, "18.105"], [1702470506, "18.306"], [1702470542, "18.906"], [1702470575, "19.875"], [1702470611, "20.109"], [1702470635, "20.262"], [1702470662, "20.346"], [1702470686, "20.583"], [1702470719, "20.691"], [1702470746, "21.024"], [1702470812, "21.711"], [1702470845, "22.875"], [1702470875, "23.379"], [1702470899, "23.772"], [1702470953, "24.015"], [1702470983, "24.399"], [1702471025, "24.93"], [1702471067, "26.529"], [1702471169, "28.908"], [1702471193, "29.322"], [1702471226, "30.438"], [1702471265, "30.885"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "8.385"], [1702468766, "25.155"], [1702468799, "41.925"], [1702468835, "58.695"], [1702468898, "83.85"], [1702468934, "100.62"], [1702468970, "117.39"], [1702468994, "134.16"], [1702469024, "150.93"], [1702469060, "167.7"], [1702469111, "192.855"], [1702469144, "209.625"], [1702469168, "226.395"], [1702469204, "243.165"], [1702469237, "259.935"], [1702469273, "276.705"], [1702469303, "293.475"], [1702469336, "310.245"], [1702469360, "327.015"], [1702469387, "343.785"], [1702469411, "360.555"], [1702469435, "377.325"], [1702469468, "394.095"], [1702469504, "410.865"], [1702469537, "427.635"], [1702469573, "444.405"], [1702469606, "461.175"], [1702469633, "477.945"], [1702469660, "494.715"], [1702469684, "511.485"], [1702469717, "528.255"], [1702469753, "545.025"], [1702469786, "561.795"], [1702469816, "578.565"], [1702469834, "595.335"], [1702469864, "612.105"], [1702469906, "637.26"], [1702469936, "654.03"], [1702469972, "670.8"], [1702470005, "687.57"], [1702470029, "704.34"], [1702470065, "721.11"], [1702470101, "737.88"], [1702470131, "754.65"], [1702470167, "771.42"], [1702470203, "788.19"], [1702470251, "813.345"], [1702470278, "830.115"], [1702470311, "846.885"], [1702470347, "863.655"], [1702470371, "880.425"], [1702470404, "897.195"], [1702470440, "913.965"], [1702470476, "930.735"], [1702470506, "947.505"], [1702470542, "964.275"], [1702470575, "981.045"], [1702470611, "997.815"], [1702470635, "1014.585"], [1702470662, "1031.355"], [1702470686, "1048.125"], [1702470719, "1064.895"], [1702470746, "1081.665"], [1702470812, "1115.205"], [1702470845, "1131.975"], [1702470875, "1148.745"], [1702470899, "1165.515"], [1702470953, "1190.67"], [1702470983, "1207.44"], [1702471025, "1224.21"], [1702471067, "1249.365"], [1702471169, "1291.29"], [1702471193, "1308.06"], [1702471226, "1324.83"], [1702471265, "1341.6"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "42.666"], [1702462844, "42.672"], [1702462865, "42.672"], [1702462880, "42.672"], [1702462904, "42.675"], [1702462919, "42.684"], [1702462952, "42.696"], [1702462973, "42.696"], [1702462988, "42.696"], [1702463045, "42.699"], [1702463081, "42.714"], [1702463114, "42.768"], [1702463150, "42.768"], [1702463186, "42.792"], [1702463216, "42.792"], [1702463240, "42.792"], [1702463273, "42.792"], [1702463324, "42.792"], [1702463354, "42.792"], [1702463381, "42.792"], [1702463417, "42.828"], [1702463453, "42.828"], [1702463477, "42.885"], [1702463510, "42.885"], [1702463537, "42.912"], [1702463570, "42.921"], [1702463591, "42.924"], [1702463621, "42.966"], [1702463657, "42.966"], [1702463693, "42.966"], [1702463729, "42.981"], [1702463765, "42.981"], [1702463798, "42.981"], [1702463846, "43.011"], [1702463873, "43.029"], [1702463906, "43.038"], [1702463948, "43.047"], [1702463984, "43.047"], [1702464014, "43.047"], [1702464050, "43.047"], [1702464086, "43.047"], [1702464122, "43.047"], [1702464155, "43.047"], [1702464194, "43.047"], [1702464230, "43.047"], [1702464263, "43.047"], [1702464299, "43.047"], [1702464332, "43.872"], [1702464356, "43.872"], [1702464392, "43.881"], [1702464425, "43.902"], [1702464455, "43.902"], [1702464479, "43.902"], [1702464509, "43.902"], [1702464533, "43.902"], [1702464569, "43.902"], [1702464605, "43.908"], [1702464635, "43.923"], [1702464671, "43.923"], [1702464716, "43.923"], [1702464743, "43.923"], [1702464776, "43.923"], [1702464812, "43.923"], [1702464836, "43.941"], [1702464869, "43.941"], [1702464905, "43.953"], [1702464926, "43.953"], [1702464956, "43.953"], [1702464992, "43.953"], [1702465016, "43.953"], [1702465049, "43.953"], [1702465085, "43.953"], [1702465118, "43.953"], [1702465145, "43.953"], [1702465178, "43.953"], [1702465208, "43.953"], [1702465241, "43.953"], [1702465298, "43.953"], [1702465334, "43.953"], [1702465367, "43.953"], [1702465394, "43.953"], [1702465418, "43.953"], [1702465445, "43.953"], [1702465481, "43.953"], [1702465517, "43.953"], [1702465550, "43.953"], [1702465586, "43.953"], [1702465619, "43.953"], [1702465658, "43.953"], [1702465706, "43.953"], [1702465754, "43.953"], [1702465787, "43.953"], [1702465823, "43.953"], [1702465856, "43.953"], [1702465880, "43.953"], [1702465910, "43.953"], [1702465952, "43.953"], [1702465988, "43.953"], [1702466015, "43.953"], [1702466030, "43.953"], [1702466060, "43.953"], [1702466078, "43.953"], [1702466138, "43.953"], [1702466168, "43.953"], [1702466204, "43.953"], [1702466237, "43.953"], [1702466261, "43.953"], [1702466291, "43.953"], [1702466327, "43.953"], [1702466360, "43.953"], [1702466384, "43.953"], [1702466417, "43.953"], [1702466441, "43.953"], [1702466471, "43.953"], [1702466507, "43.953"], [1702466540, "43.953"], [1702466597, "43.953"], [1702466633, "43.953"], [1702466666, "43.953"], [1702466705, "43.953"], [1702466732, "43.953"], [1702466765, "43.953"], [1702466801, "43.953"], [1702466852, "43.953"], [1702466876, "43.953"], [1702466918, "43.953"], [1702466978, "43.953"], [1702467014, "43.953"], [1702467038, "43.953"], [1702467068, "43.953"], [1702467122, "43.956"], [1702467158, "43.956"], [1702467191, "43.956"], [1702467221, "43.956"], [1702467257, "43.956"], [1702467299, "43.956"], [1702467350, "43.956"], [1702467386, "43.956"], [1702467419, "43.956"], [1702467455, "43.956"], [1702467515, "43.956"], [1702467542, "43.956"], [1702467566, "43.956"], [1702467599, "43.956"], [1702467635, "43.956"], [1702467668, "43.956"], [1702467695, "43.956"], [1702467716, "43.956"], [1702467746, "43.956"], [1702467800, "43.956"], [1702467824, "43.956"], [1702467908, "43.956"], [1702467944, "43.959"], [1702467968, "43.959"], [1702468001, "43.959"], [1702468031, "43.959"], [1702468067, "43.959"], [1702468085, "43.959"], [1702468115, "43.959"], [1702468151, "43.959"], [1702468181, "43.959"], [1702468208, "43.959"], [1702468241, "43.959"], [1702468256, "43.959"], [1702468286, "43.959"], [1702468322, "43.959"], [1702468352, "43.959"], [1702468388, "43.959"], [1702468424, "43.959"], [1702468457, "43.959"], [1702468493, "43.959"], [1702468517, "43.959"], [1702468550, "43.959"], [1702468586, "43.959"], [1702468613, "43.959"], [1702468637, "43.962"], [1702468679, "43.962"], [1702468721, "43.962"], [1702468730, "43.962"], [1702468766, "43.962"], [1702468799, "43.962"], [1702468835, "43.962"], [1702468898, "43.962"], [1702468934, "43.962"], [1702468970, "43.962"], [1702468994, "43.962"], [1702469024, "43.962"], [1702469060, "43.962"], [1702469111, "43.962"], [1702469144, "43.962"], [1702469168, "43.962"], [1702469204, "43.962"], [1702469237, "43.962"], [1702469273, "43.962"], [1702469303, "43.962"], [1702469336, "43.962"], [1702469360, "43.962"], [1702469387, "43.962"], [1702469411, "43.962"], [1702469435, "43.962"], [1702469468, "43.962"], [1702469504, "43.962"], [1702469537, "43.962"], [1702469573, "43.962"], [1702469606, "43.962"], [1702469633, "43.962"], [1702469660, "43.962"], [1702469684, "43.962"], [1702469717, "43.962"], [1702469753, "43.962"], [1702469786, "43.962"], [1702469816, "43.962"], [1702469834, "43.962"], [1702469864, "43.962"], [1702469906, "43.962"], [1702469936, "43.962"], [1702469972, "43.962"], [1702470005, "43.962"], [1702470029, "43.962"], [1702470065, "43.962"], [1702470101, "43.962"], [1702470131, "43.962"], [1702470167, "43.962"], [1702470203, "43.962"], [1702470251, "43.962"], [1702470278, "43.962"], [1702470311, "43.962"], [1702470347, "43.962"], [1702470371, "43.962"], [1702470404, "43.962"], [1702470440, "43.962"], [1702470476, "43.962"], [1702470506, "43.962"], [1702470542, "43.962"], [1702470575, "43.962"], [1702470611, "43.962"], [1702470635, "43.962"], [1702470662, "43.962"], [1702470686, "43.962"], [1702470719, "43.962"], [1702470746, "43.962"], [1702470812, "43.962"], [1702470845, "43.962"], [1702470875, "43.962"], [1702470899, "43.962"], [1702470953, "43.962"], [1702470983, "43.962"], [1702471025, "43.962"], [1702471067, "43.962"], [1702471169, "43.962"], [1702471193, "43.962"], [1702471226, "43.962"], [1702471265, "43.962"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "80.706"], [1702462844, "89.091"], [1702462865, "97.476"], [1702462880, "105.861"], [1702462904, "122.631"], [1702462919, "131.016"], [1702462952, "147.786"], [1702462973, "156.171"], [1702462988, "164.556"], [1702463045, "189.711"], [1702463081, "206.481"], [1702463114, "223.251"], [1702463150, "240.021"], [1702463186, "256.791"], [1702463216, "273.561"], [1702463240, "290.331"], [1702463273, "307.101"], [1702463324, "332.256"], [1702463354, "349.026"], [1702463381, "365.796"], [1702463417, "382.566"], [1702463453, "399.336"], [1702463477, "416.106"], [1702463510, "432.876"], [1702463537, "449.646"], [1702463570, "466.416"], [1702463591, "483.186"], [1702463621, "499.956"], [1702463657, "516.726"], [1702463693, "533.496"], [1702463729, "550.266"], [1702463765, "567.036"], [1702463798, "583.806"], [1702463846, "608.961"], [1702463873, "625.731"], [1702463906, "642.501"], [1702463948, "667.656"], [1702463984, "684.426"], [1702464014, "701.196"], [1702464050, "717.966"], [1702464086, "734.736"], [1702464122, "751.506"], [1702464155, "768.276"], [1702464194, "793.431"], [1702464230, "810.201"], [1702464263, "826.971"], [1702464299, "843.741"], [1702464332, "860.511"], [1702464356, "877.281"], [1702464392, "894.051"], [1702464425, "910.821"], [1702464455, "927.591"], [1702464479, "944.361"], [1702464509, "961.131"], [1702464533, "977.901"], [1702464569, "994.671"], [1702464605, "1011.441"], [1702464635, "1028.211"], [1702464671, "1044.981"], [1702464716, "1061.751"], [1702464743, "1078.521"], [1702464776, "1095.291"], [1702464812, "1112.061"], [1702464836, "1128.831"], [1702464869, "1145.601"], [1702464905, "1162.371"], [1702464926, "1179.141"], [1702464956, "1195.911"], [1702464992, "1212.681"], [1702465016, "1229.451"], [1702465049, "1246.221"], [1702465085, "1262.991"], [1702465118, "1279.761"], [1702465145, "1296.531"], [1702465178, "1313.301"], [1702465208, "1330.071"], [1702465241, "1346.841"], [1702465298, "1371.996"], [1702465334, "1388.766"], [1702465367, "1405.536"], [1702465394, "1422.306"], [1702465418, "1439.076"], [1702465445, "1455.846"], [1702465481, "1472.616"], [1702465517, "1489.386"], [1702465550, "1506.156"], [1702465586, "1522.926"], [1702465619, "1539.696"], [1702465658, "1556.466"], [1702465706, "1573.236"], [1702465754, "1598.391"], [1702465787, "1615.161"], [1702465823, "1631.931"], [1702465856, "1648.701"], [1702465880, "1665.471"], [1702465910, "1682.241"], [1702465952, "1699.011"], [1702465988, "1715.781"], [1702466015, "1732.551"], [1702466030, "1749.321"], [1702466060, "1766.091"], [1702466078, "1782.861"], [1702466138, "1808.016"], [1702466168, "1824.786"], [1702466204, "1841.556"], [1702466237, "1858.326"], [1702466261, "1875.096"], [1702466291, "1891.866"], [1702466327, "1908.636"], [1702466360, "1925.406"], [1702466384, "1942.176"], [1702466417, "1958.946"], [1702466441, "1975.716"], [1702466471, "1992.486"], [1702466507, "2009.256"], [1702466540, "2026.026"], [1702466597, "2051.181"], [1702466633, "2067.951"], [1702466666, "2084.721"], [1702466705, "2101.491"], [1702466732, "2118.261"], [1702466765, "2135.031"], [1702466801, "2151.801"], [1702466852, "2176.956"], [1702466876, "2193.726"], [1702466918, "2210.496"], [1702466978, "2244.036"], [1702467014, "2260.806"], [1702467038, "2277.576"], [1702467068, "2294.346"], [1702467122, "2319.501"], [1702467158, "2336.271"], [1702467191, "2353.041"], [1702467221, "2369.811"], [1702467257, "2386.581"], [1702467299, "2403.351"], [1702467350, "2428.506"], [1702467386, "2445.276"], [1702467419, "2462.046"], [1702467455, "2478.816"], [1702467515, "2512.356"], [1702467542, "2529.126"], [1702467566, "2545.896"], [1702467599, "2562.666"], [1702467635, "2579.436"], [1702467668, "2596.206"], [1702467695, "2612.976"], [1702467716, "2629.746"], [1702467746, "2646.516"], [1702467800, "2671.671"], [1702467824, "2688.441"], [1702467908, "2730.366"], [1702467944, "2747.136"], [1702467968, "2763.906"], [1702468001, "2780.676"], [1702468031, "2797.446"], [1702468067, "2814.216"], [1702468085, "2830.986"], [1702468115, "2847.756"], [1702468151, "2864.526"], [1702468181, "2881.296"], [1702468208, "2898.066"], [1702468241, "2914.836"], [1702468256, "2931.606"], [1702468286, "2948.376"], [1702468322, "2965.146"], [1702468352, "2981.916"], [1702468388, "2998.686"], [1702468424, "3015.456"], [1702468457, "3032.226"], [1702468493, "3048.996"], [1702468517, "3065.766"], [1702468550, "3082.536"], [1702468586, "3099.306"], [1702468613, "3116.076"], [1702468637, "3132.846"], [1702468679, "3149.616"], [1702468721, "3166.386"], [1702468730, "3174.771"], [1702468766, "3191.541"], [1702468799, "3208.311"], [1702468835, "3225.081"], [1702468898, "3250.236"], [1702468934, "3267.006"], [1702468970, "3283.776"], [1702468994, "3300.546"], [1702469024, "3317.316"], [1702469060, "3334.086"], [1702469111, "3359.241"], [1702469144, "3376.011"], [1702469168, "3392.781"], [1702469204, "3409.551"], [1702469237, "3426.321"], [1702469273, "3443.091"], [1702469303, "3459.861"], [1702469336, "3476.631"], [1702469360, "3493.401"], [1702469387, "3510.171"], [1702469411, "3526.941"], [1702469435, "3543.711"], [1702469468, "3560.481"], [1702469504, "3577.251"], [1702469537, "3594.021"], [1702469573, "3610.791"], [1702469606, "3627.561"], [1702469633, "3644.331"], [1702469660, "3661.101"], [1702469684, "3677.871"], [1702469717, "3694.641"], [1702469753, "3711.411"], [1702469786, "3728.181"], [1702469816, "3744.951"], [1702469834, "3761.721"], [1702469864, "3778.491"], [1702469906, "3803.646"], [1702469936, "3820.416"], [1702469972, "3837.186"], [1702470005, "3853.956"], [1702470029, "3870.726"], [1702470065, "3887.496"], [1702470101, "3904.266"], [1702470131, "3921.036"], [1702470167, "3937.806"], [1702470203, "3954.576"], [1702470251, "3979.731"], [1702470278, "3996.501"], [1702470311, "4013.271"], [1702470347, "4030.041"], [1702470371, "4046.811"], [1702470404, "4063.581"], [1702470440, "4080.351"], [1702470476, "4097.121"], [1702470506, "4113.891"], [1702470542, "4130.661"], [1702470575, "4147.431"], [1702470611, "4164.201"], [1702470635, "4180.971"], [1702470662, "4197.741"], [1702470686, "4214.511"], [1702470719, "4231.281"], [1702470746, "4248.051"], [1702470812, "4281.591"], [1702470845, "4298.361"], [1702470875, "4315.131"], [1702470899, "4331.901"], [1702470953, "4357.056"], [1702470983, "4373.826"], [1702471025, "4390.596"], [1702471067, "4415.751"], [1702471169, "4457.676"], [1702471193, "4474.446"], [1702471226, "4491.216"], [1702471265, "4507.986"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1.38"], [1702462721, "42.633"], [1702462736, "42.633"], [1702462751, "42.636"], [1702462763, "42.639"], [1702462793, "42.657"], [1702462808, "42.66"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.318"], [1702462721, "18.432"], [1702462736, "27.546"], [1702462751, "36.66"], [1702462763, "45.579"], [1702462793, "63.234"], [1702462808, "71.97"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "5.088"], [1702462721, "5.346"], [1702462736, "5.376"], [1702462751, "5.574"], [1702462763, "5.577"], [1702462793, "5.748"], [1702462808, "5.748"], [1702462829, "5.754"], [1702462844, "5.856"], [1702462865, "5.877"], [1702462880, "5.877"], [1702462904, "5.88"], [1702462919, "5.88"], [1702462952, "5.901"], [1702462973, "5.901"], [1702462988, "5.901"], [1702463045, "6.12"], [1702463081, "6.375"], [1702463114, "6.501"], [1702463150, "6.501"], [1702463186, "6.525"], [1702463216, "6.525"], [1702463240, "6.525"], [1702463273, "8.04"], [1702463324, "8.085"], [1702463354, "8.085"], [1702463381, "8.085"], [1702463417, "8.085"], [1702463453, "8.136"], [1702463477, "8.136"], [1702463510, "8.136"], [1702463537, "8.163"], [1702463570, "8.196"], [1702463591, "8.268"], [1702463621, "8.268"], [1702463657, "8.268"], [1702463693, "8.307"], [1702463729, "8.637"], [1702463765, "8.637"], [1702463798, "8.664"], [1702463846, "8.664"], [1702463873, "9.03"], [1702463906, "9.03"], [1702463948, "9.048"], [1702463984, "9.084"], [1702464014, "9.084"], [1702464050, "9.105"], [1702464086, "9.846"], [1702464122, "9.9"], [1702464155, "9.909"], [1702464194, "9.96"], [1702464230, "9.993"], [1702464263, "10.068"], [1702464299, "10.068"], [1702464332, "10.086"], [1702464356, "10.146"], [1702464392, "10.374"], [1702464425, "10.512"], [1702464455, "10.713"], [1702464479, "10.821"], [1702464509, "10.821"], [1702464533, "10.881"], [1702464569, "11.052"], [1702464605, "11.052"], [1702464635, "11.073"], [1702464671, "11.073"], [1702464716, "11.34"], [1702464743, "11.415"], [1702464776, "11.46"], [1702464812, "11.49"], [1702464836, "11.493"], [1702464869, "11.532"], [1702464905, "11.568"], [1702464926, "11.571"], [1702464956, "11.745"], [1702464992, "11.763"], [1702465016, "11.913"], [1702465049, "11.913"], [1702465085, "11.964"], [1702465118, "11.964"], [1702465145, "12.303"], [1702465178, "12.303"], [1702465208, "12.606"], [1702465241, "12.606"], [1702465298, "12.699"], [1702465334, "12.699"], [1702465367, "12.699"], [1702465394, "12.699"], [1702465418, "12.759"], [1702465445, "13.815"], [1702465481, "14.073"], [1702465517, "14.124"], [1702465550, "14.526"], [1702465586, "15.456"], [1702465619, "15.459"], [1702465658, "15.462"], [1702465706, "15.462"], [1702465754, "15.462"], [1702465787, "15.48"], [1702465823, "15.516"], [1702465856, "15.906"], [1702465880, "15.906"], [1702465910, "15.936"], [1702465952, "16.2"], [1702465988, "16.239"], [1702466015, "16.482"], [1702466030, "16.482"], [1702466060, "16.608"], [1702466078, "16.608"], [1702466138, "16.83"], [1702466168, "16.929"], [1702466204, "17.118"], [1702466237, "17.118"], [1702466261, "17.259"], [1702466291, "17.613"], [1702466327, "17.622"], [1702466360, "17.811"], [1702466384, "17.94"], [1702466417, "17.97"], [1702466441, "17.979"], [1702466471, "17.991"], [1702466507, "17.991"], [1702466540, "18.36"], [1702466597, "18.819"], [1702466633, "19.218"], [1702466666, "19.437"], [1702466705, "19.536"], [1702466732, "19.545"], [1702466765, "19.569"], [1702466801, "20.196"], [1702466852, "20.31"], [1702466876, "20.31"], [1702466918, "21.519"], [1702466978, "21.969"], [1702467014, "21.969"], [1702467038, "21.978"], [1702467068, "21.996"], [1702467122, "22.365"], [1702467158, "24.543"], [1702467191, "24.543"], [1702467221, "24.63"], [1702467257, "24.63"], [1702467299, "24.735"], [1702467350, "24.816"], [1702467386, "24.825"], [1702467419, "24.828"], [1702467455, "24.837"], [1702467515, "24.87"], [1702467542, "24.87"], [1702467566, "24.876"], [1702467599, "24.876"], [1702467635, "24.876"], [1702467668, "24.876"], [1702467695, "24.882"], [1702467716, "24.885"], [1702467746, "24.888"], [1702467800, "24.891"], [1702467824, "24.894"], [1702467908, "24.894"], [1702467944, "24.9"], [1702467968, "24.903"], [1702468001, "24.909"], [1702468031, "24.909"], [1702468067, "24.93"], [1702468085, "24.942"], [1702468115, "24.957"], [1702468151, "24.957"], [1702468181, "24.963"], [1702468208, "24.963"], [1702468241, "24.966"], [1702468256, "24.972"], [1702468286, "24.975"], [1702468322, "24.978"], [1702468352, "24.978"], [1702468388, "25.098"], [1702468424, "25.173"], [1702468457, "25.182"], [1702468493, "25.23"], [1702468517, "25.305"], [1702468550, "25.311"], [1702468586, "25.311"], [1702468613, "25.311"], [1702468637, "25.311"], [1702468679, "25.311"], [1702468721, "25.311"], [1702468730, "25.404"], [1702468766, "25.416"], [1702468799, "25.416"], [1702468835, "25.416"], [1702468898, "25.419"], [1702468934, "25.419"], [1702468970, "25.464"], [1702468994, "25.593"], [1702469024, "25.596"], [1702469060, "25.626"], [1702469111, "25.644"], [1702469144, "25.668"], [1702469168, "25.71"], [1702469204, "25.719"], [1702469237, "25.719"], [1702469273, "25.722"], [1702469303, "25.731"], [1702469336, "25.749"], [1702469360, "25.77"], [1702469387, "25.773"], [1702469411, "25.779"], [1702469435, "25.782"], [1702469468, "25.782"], [1702469504, "25.785"], [1702469537, "25.824"], [1702469573, "25.848"], [1702469606, "25.851"], [1702469633, "25.851"], [1702469660, "25.968"], [1702469684, "26.076"], [1702469717, "26.118"], [1702469753, "26.127"], [1702469786, "26.133"], [1702469816, "26.136"], [1702469834, "26.136"], [1702469864, "26.142"], [1702469906, "26.163"], [1702469936, "26.19"], [1702469972, "26.19"], [1702470005, "26.19"], [1702470029, "26.19"], [1702470065, "26.193"], [1702470101, "26.214"], [1702470131, "26.214"], [1702470167, "26.22"], [1702470203, "26.232"], [1702470251, "26.325"], [1702470278, "26.379"], [1702470311, "26.4"], [1702470347, "26.424"], [1702470371, "26.427"], [1702470404, "26.658"], [1702470440, "26.661"], [1702470476, "26.661"], [1702470506, "26.706"], [1702470542, "26.73"], [1702470575, "26.745"], [1702470611, "26.745"], [1702470635, "26.754"], [1702470662, "26.754"], [1702470686, "26.805"], [1702470719, "26.868"], [1702470746, "26.868"], [1702470812, "26.925"], [1702470845, "26.952"], [1702470875, "27.099"], [1702470899, "27.129"], [1702470953, "27.219"], [1702470983, "27.27"], [1702471025, "27.27"], [1702471067, "27.294"], [1702471169, "27.507"], [1702471193, "27.537"], [1702471226, "27.621"], [1702471265, "27.645"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "30.198"], [1702462721, "31.587"], [1702462736, "32.88"], [1702462751, "34.962"], [1702462763, "34.965"], [1702462793, "38.904"], [1702462808, "40.806"], [1702462829, "41.091"], [1702462844, "45.822"], [1702462865, "46.218"], [1702462880, "47.43"], [1702462904, "48.27"], [1702462919, "48.531"], [1702462952, "49.815"], [1702462973, "50.274"], [1702462988, "51.489"], [1702463045, "52.485"], [1702463081, "52.665"], [1702463114, "53.784"], [1702463150, "54.762"], [1702463186, "55.527"], [1702463216, "56.874"], [1702463240, "57.675"], [1702463273, "58.971"], [1702463324, "60.831"], [1702463354, "61.461"], [1702463381, "63.177"], [1702463417, "64.062"], [1702463453, "64.962"], [1702463477, "65.424"], [1702463510, "66.228"], [1702463537, "66.717"], [1702463570, "67.785"], [1702463591, "68.172"], [1702463621, "70.188"], [1702463657, "71.922"], [1702463693, "74.457"], [1702463729, "76.548"], [1702463765, "77.976"], [1702463798, "79.251"], [1702463846, "81.126"], [1702463873, "85.38"], [1702463906, "86.121"], [1702463948, "87.954"], [1702463984, "90.024"], [1702464014, "91.032"], [1702464050, "92.163"], [1702464086, "94.086"], [1702464122, "96.687"], [1702464155, "98.178"], [1702464194, "98.688"], [1702464230, "99.99"], [1702464263, "100.791"], [1702464299, "103.491"], [1702464332, "106.56"], [1702464356, "108.138"], [1702464392, "109.947"], [1702464425, "112.002"], [1702464455, "118.821"], [1702464479, "119.547"], [1702464509, "119.946"], [1702464533, "120.696"], [1702464569, "123.561"], [1702464605, "125.199"], [1702464635, "126.342"], [1702464671, "128.598"], [1702464716, "131.712"], [1702464743, "133.101"], [1702464776, "135.531"], [1702464812, "137.385"], [1702464836, "138.318"], [1702464869, "140.493"], [1702464905, "142.593"], [1702464926, "142.932"], [1702464956, "143.736"], [1702464992, "146.262"], [1702465016, "146.826"], [1702465049, "148.338"], [1702465085, "163.803"], [1702465118, "165.093"], [1702465145, "166.965"], [1702465178, "169.233"], [1702465208, "172.104"], [1702465241, "173.535"], [1702465298, "176.301"], [1702465334, "177.96"], [1702465367, "180.048"], [1702465394, "180.444"], [1702465418, "180.786"], [1702465445, "182.163"], [1702465481, "192.258"], [1702465517, "194.667"], [1702465550, "196.911"], [1702465586, "198.837"], [1702465619, "199.299"], [1702465658, "203.52"], [1702465706, "205.47"], [1702465754, "211.053"], [1702465787, "212.982"], [1702465823, "214.494"], [1702465856, "216.69"], [1702465880, "217.512"], [1702465910, "219.123"], [1702465952, "221.337"], [1702465988, "224.709"], [1702466015, "226.602"], [1702466030, "226.635"], [1702466060, "227.67"], [1702466078, "228.021"], [1702466138, "230.196"], [1702466168, "231.72"], [1702466204, "233.853"], [1702466237, "244.614"], [1702466261, "245.349"], [1702466291, "246.435"], [1702466327, "248.022"], [1702466360, "250.149"], [1702466384, "251.391"], [1702466417, "252.51"], [1702466441, "253.059"], [1702466471, "254.142"], [1702466507, "256.014"], [1702466540, "257.412"], [1702466597, "262.545"], [1702466633, "265.104"], [1702466666, "268.086"], [1702466705, "268.56"], [1702466732, "271.575"], [1702466765, "272.973"], [1702466801, "274.527"], [1702466852, "278.613"], [1702466876, "278.838"], [1702466918, "282.99"], [1702466978, "290.526"], [1702467014, "292.512"], [1702467038, "294.708"], [1702467068, "296.523"], [1702467122, "299.463"], [1702467158, "300.906"], [1702467191, "302.538"], [1702467221, "303.612"], [1702467257, "304.41"], [1702467299, "305.109"], [1702467350, "305.502"], [1702467386, "305.673"], [1702467419, "305.784"], [1702467455, "305.865"], [1702467515, "306.012"], [1702467542, "306.078"], [1702467566, "306.135"], [1702467599, "306.177"], [1702467635, "308.205"], [1702467668, "309.219"], [1702467695, "309.564"], [1702467716, "310.134"], [1702467746, "310.323"], [1702467800, "312.06"], [1702467824, "312.144"], [1702467908, "312.591"], [1702467944, "312.774"], [1702467968, "312.816"], [1702468001, "312.867"], [1702468031, "313.299"], [1702468067, "316.959"], [1702468085, "317.061"], [1702468115, "317.163"], [1702468151, "317.901"], [1702468181, "318.039"], [1702468208, "318.234"], [1702468241, "318.396"], [1702468256, "318.444"], [1702468286, "318.615"], [1702468322, "318.72"], [1702468352, "320.544"], [1702468388, "321.945"], [1702468424, "322.704"], [1702468457, "323.244"], [1702468493, "323.835"], [1702468517, "323.961"], [1702468550, "324.048"], [1702468586, "324.303"], [1702468613, "325.104"], [1702468637, "325.305"], [1702468679, "325.437"], [1702468721, "326.865"], [1702468730, "327.117"], [1702468766, "330.03"], [1702468799, "330.495"], [1702468835, "330.813"], [1702468898, "331.452"], [1702468934, "331.8"], [1702468970, "333.981"], [1702468994, "334.347"], [1702469024, "334.374"], [1702469060, "336.825"], [1702469111, "337.248"], [1702469144, "339.042"], [1702469168, "339.099"], [1702469204, "339.405"], [1702469237, "339.717"], [1702469273, "339.921"], [1702469303, "340.731"], [1702469336, "340.962"], [1702469360, "341.295"], [1702469387, "341.343"], [1702469411, "341.73"], [1702469435, "341.892"], [1702469468, "342.054"], [1702469504, "342.12"], [1702469537, "342.642"], [1702469573, "343.593"], [1702469606, "344.685"], [1702469633, "344.805"], [1702469660, "346.389"], [1702469684, "347.559"], [1702469717, "348.936"], [1702469753, "349.278"], [1702469786, "349.716"], [1702469816, "350.58"], [1702469834, "350.754"], [1702469864, "351.618"], [1702469906, "352.098"], [1702469936, "353.484"], [1702469972, "354.564"], [1702470005, "355.446"], [1702470029, "355.515"], [1702470065, "355.947"], [1702470101, "356.373"], [1702470131, "357.063"], [1702470167, "358.59"], [1702470203, "359.694"], [1702470251, "361.701"], [1702470278, "361.998"], [1702470311, "362.277"], [1702470347, "363.087"], [1702470371, "363.807"], [1702470404, "364.407"], [1702470440, "364.746"], [1702470476, "367.671"], [1702470506, "368.193"], [1702470542, "369.06"], [1702470575, "370.662"], [1702470611, "371.613"], [1702470635, "371.97"], [1702470662, "372.048"], [1702470686, "372.342"], [1702470719, "373.236"], [1702470746, "373.716"], [1702470812, "374.406"], [1702470845, "375.405"], [1702470875, "376.398"], [1702470899, "377.115"], [1702470953, "378.048"], [1702470983, "379.026"], [1702471025, "430.668"], [1702471067, "432.933"], [1702471169, "440.733"], [1702471193, "441.438"], [1702471226, "443.925"], [1702471265, "446.862"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "21.783"], [1702462721, "22.788"], [1702462736, "23.829"], [1702462751, "24.135"], [1702462763, "24.138"], [1702462793, "24.426"], [1702462808, "24.618"], [1702462829, "24.663"], [1702462844, "37.227"], [1702462865, "37.38"], [1702462880, "38.235"], [1702462904, "38.517"], [1702462919, "38.853"], [1702462952, "42.759"], [1702462973, "43.332"], [1702462988, "57.066"], [1702463045, "59.1"], [1702463081, "60.984"], [1702463114, "61.959"], [1702463150, "62.973"], [1702463186, "63.945"], [1702463216, "64.83"], [1702463240, "65.424"], [1702463273, "66.237"], [1702463324, "69.267"], [1702463354, "70.713"], [1702463381, "71.709"], [1702463417, "73.011"], [1702463453, "75.426"], [1702463477, "75.912"], [1702463510, "76.461"], [1702463537, "76.797"], [1702463570, "78.954"], [1702463591, "80.052"], [1702463621, "81.21"], [1702463657, "83.037"], [1702463693, "88.764"], [1702463729, "90.9"], [1702463765, "92.436"], [1702463798, "94.62"], [1702463846, "95.565"], [1702463873, "96.09"], [1702463906, "97.206"], [1702463948, "99.105"], [1702463984, "100.545"], [1702464014, "102.237"], [1702464050, "103.977"], [1702464086, "105.921"], [1702464122, "107.718"], [1702464155, "109.698"], [1702464194, "111.054"], [1702464230, "112.029"], [1702464263, "112.713"], [1702464299, "113.907"], [1702464332, "115.656"], [1702464356, "116.595"], [1702464392, "118.827"], [1702464425, "123.312"], [1702464455, "125.472"], [1702464479, "126.492"], [1702464509, "127.986"], [1702464533, "129.285"], [1702464569, "131.094"], [1702464605, "132.948"], [1702464635, "134.403"], [1702464671, "137.181"], [1702464716, "140.013"], [1702464743, "140.724"], [1702464776, "142.236"], [1702464812, "144.681"], [1702464836, "145.98"], [1702464869, "147.795"], [1702464905, "149.22"], [1702464926, "149.385"], [1702464956, "150.093"], [1702464992, "152.274"], [1702465016, "152.733"], [1702465049, "154.647"], [1702465085, "157.716"], [1702465118, "159.168"], [1702465145, "160.215"], [1702465178, "161.232"], [1702465208, "163.005"], [1702465241, "165.222"], [1702465298, "167.322"], [1702465334, "168.48"], [1702465367, "170.07"], [1702465394, "170.391"], [1702465418, "170.736"], [1702465445, "171.645"], [1702465481, "173.385"], [1702465517, "176.307"], [1702465550, "178.911"], [1702465586, "181.215"], [1702465619, "181.665"], [1702465658, "183.903"], [1702465706, "184.539"], [1702465754, "187.497"], [1702465787, "189.093"], [1702465823, "190.041"], [1702465856, "192.576"], [1702465880, "193.428"], [1702465910, "195.645"], [1702465952, "197.583"], [1702465988, "199.428"], [1702466015, "201.57"], [1702466030, "201.597"], [1702466060, "202.92"], [1702466078, "202.998"], [1702466138, "204.567"], [1702466168, "206.802"], [1702466204, "209.694"], [1702466237, "211.566"], [1702466261, "212.943"], [1702466291, "213.786"], [1702466327, "215.901"], [1702466360, "218.61"], [1702466384, "219.762"], [1702466417, "221.016"], [1702466441, "221.325"], [1702466471, "222.246"], [1702466507, "224.478"], [1702466540, "226.41"], [1702466597, "230.889"], [1702466633, "233.373"], [1702466666, "235.305"], [1702466705, "236.145"], [1702466732, "237.759"], [1702466765, "239.304"], [1702466801, "240.816"], [1702466852, "244.401"], [1702466876, "244.5"], [1702466918, "246.621"], [1702466978, "251.124"], [1702467014, "251.937"], [1702467038, "252.525"], [1702467068, "253.827"], [1702467122, "256.569"], [1702467158, "259.116"], [1702467191, "261.129"], [1702467221, "262.257"], [1702467257, "263.727"], [1702467299, "264.465"], [1702467350, "265.008"], [1702467386, "265.239"], [1702467419, "265.356"], [1702467455, "265.518"], [1702467515, "265.758"], [1702467542, "265.875"], [1702467566, "265.974"], [1702467599, "266.049"], [1702467635, "267.987"], [1702467668, "271.815"], [1702467695, "271.884"], [1702467716, "272.118"], [1702467746, "272.262"], [1702467800, "273"], [1702467824, "273.096"], [1702467908, "273.645"], [1702467944, "273.915"], [1702467968, "273.975"], [1702468001, "274.035"], [1702468031, "275.46"], [1702468067, "278.496"], [1702468085, "278.634"], [1702468115, "278.907"], [1702468151, "279.69"], [1702468181, "279.768"], [1702468208, "279.936"], [1702468241, "280.065"], [1702468256, "280.119"], [1702468286, "280.17"], [1702468322, "280.293"], [1702468352, "281.133"], [1702468388, "282.321"], [1702468424, "283.983"], [1702468457, "284.232"], [1702468493, "284.901"], [1702468517, "285.264"], [1702468550, "285.51"], [1702468586, "285.735"], [1702468613, "286.185"], [1702468637, "286.377"], [1702468679, "286.575"], [1702468721, "287.916"], [1702468730, "288.177"], [1702468766, "290.028"], [1702468799, "290.25"], [1702468835, "290.535"], [1702468898, "291.309"], [1702468934, "291.789"], [1702468970, "292.605"], [1702468994, "293.241"], [1702469024, "293.301"], [1702469060, "293.553"], [1702469111, "294.963"], [1702469144, "296.229"], [1702469168, "296.379"], [1702469204, "296.634"], [1702469237, "296.853"], [1702469273, "297.09"], [1702469303, "297.732"], [1702469336, "298.044"], [1702469360, "298.233"], [1702469387, "298.29"], [1702469411, "298.437"], [1702469435, "298.578"], [1702469468, "298.683"], [1702469504, "298.74"], [1702469537, "299.07"], [1702469573, "299.559"], [1702469606, "301.629"], [1702469633, "301.761"], [1702469660, "302.646"], [1702469684, "303.735"], [1702469717, "304.395"], [1702469753, "304.677"], [1702469786, "304.968"], [1702469816, "305.457"], [1702469834, "305.556"], [1702469864, "306.252"], [1702469906, "306.627"], [1702469936, "307.794"], [1702469972, "308.994"], [1702470005, "310.575"], [1702470029, "310.641"], [1702470065, "310.971"], [1702470101, "311.289"], [1702470131, "312.315"], [1702470167, "313.83"], [1702470203, "314.628"], [1702470251, "317.025"], [1702470278, "317.328"], [1702470311, "317.58"], [1702470347, "318.015"], [1702470371, "318.633"], [1702470404, "321.006"], [1702470440, "321.513"], [1702470476, "327.234"], [1702470506, "327.648"], [1702470542, "328.422"], [1702470575, "330.279"], [1702470611, "330.873"], [1702470635, "331.263"], [1702470662, "331.5"], [1702470686, "331.731"], [1702470719, "332.142"], [1702470746, "333.06"], [1702470812, "334.233"], [1702470845, "336.621"], [1702470875, "337.164"], [1702470899, "338.316"], [1702470953, "339.708"], [1702470983, "341.37"], [1702471025, "344.394"], [1702471067, "346.8"], [1702471169, "352.524"], [1702471193, "353.337"], [1702471226, "355.356"], [1702471265, "357.447"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "32.928"], [1702462721, "36.924"], [1702462736, "38.652"], [1702462751, "38.814"], [1702462763, "38.817"], [1702462793, "41.904"], [1702462808, "43.518"], [1702462829, "46.35"], [1702462844, "48.546"], [1702462865, "48.777"], [1702462880, "51.249"], [1702462904, "61.194"], [1702462919, "61.425"], [1702462952, "62.661"], [1702462973, "63.225"], [1702462988, "64.779"], [1702463045, "70.371"], [1702463081, "73.428"], [1702463114, "75.561"], [1702463150, "76.389"], [1702463186, "78.057"], [1702463216, "80.1"], [1702463240, "90.54"], [1702463273, "91.728"], [1702463324, "95.373"], [1702463354, "96.879"], [1702463381, "100.491"], [1702463417, "102.234"], [1702463453, "103.029"], [1702463477, "103.644"], [1702463510, "105.537"], [1702463537, "106.395"], [1702463570, "107.49"], [1702463591, "108.351"], [1702463621, "110.628"], [1702463657, "114.195"], [1702463693, "116.823"], [1702463729, "119.433"], [1702463765, "120.438"], [1702463798, "122.298"], [1702463846, "122.946"], [1702463873, "123.858"], [1702463906, "124.521"], [1702463948, "126.168"], [1702463984, "128.184"], [1702464014, "129.534"], [1702464050, "132.642"], [1702464086, "135.48"], [1702464122, "137.22"], [1702464155, "137.934"], [1702464194, "139.308"], [1702464230, "140.931"], [1702464263, "142.995"], [1702464299, "145.434"], [1702464332, "147.645"], [1702464356, "148.653"], [1702464392, "150.582"], [1702464425, "152.529"], [1702464455, "156.414"], [1702464479, "160.248"], [1702464509, "161.4"], [1702464533, "163.143"], [1702464569, "165.861"], [1702464605, "168.585"], [1702464635, "170.967"], [1702464671, "174.75"], [1702464716, "176.598"], [1702464743, "178.428"], [1702464776, "181.158"], [1702464812, "183.366"], [1702464836, "184.914"], [1702464869, "187.659"], [1702464905, "189.303"], [1702464926, "189.453"], [1702464956, "190.506"], [1702464992, "194.547"], [1702465016, "195.177"], [1702465049, "196.644"], [1702465085, "204.774"], [1702465118, "206.856"], [1702465145, "208.446"], [1702465178, "209.442"], [1702465208, "212.13"], [1702465241, "214.191"], [1702465298, "217.38"], [1702465334, "220.896"], [1702465367, "223.035"], [1702465394, "224.415"], [1702465418, "224.745"], [1702465445, "226.164"], [1702465481, "229.569"], [1702465517, "232.599"], [1702465550, "234.357"], [1702465586, "237.333"], [1702465619, "237.945"], [1702465658, "239.514"], [1702465706, "240.018"], [1702465754, "241.737"], [1702465787, "243.249"], [1702465823, "245.526"], [1702465856, "250.29"], [1702465880, "252.408"], [1702465910, "256.428"], [1702465952, "260.514"], [1702465988, "263.877"], [1702466015, "267.882"], [1702466030, "267.909"], [1702466060, "268.539"], [1702466078, "268.812"], [1702466138, "270.711"], [1702466168, "272.49"], [1702466204, "275.352"], [1702466237, "278.91"], [1702466261, "279.63"], [1702466291, "280.386"], [1702466327, "282.099"], [1702466360, "283.626"], [1702466384, "285.66"], [1702466417, "286.539"], [1702466441, "286.914"], [1702466471, "287.532"], [1702466507, "288.705"], [1702466540, "291.039"], [1702466597, "293.847"], [1702466633, "296.85"], [1702466666, "299.721"], [1702466705, "301.245"], [1702466732, "303.834"], [1702466765, "305.361"], [1702466801, "307.743"], [1702466852, "310.236"], [1702466876, "310.428"], [1702466918, "313.815"], [1702466978, "320.118"], [1702467014, "321.828"], [1702467038, "324.858"], [1702467068, "326.139"], [1702467122, "328.926"], [1702467158, "330.468"], [1702467191, "332.625"], [1702467221, "333.726"], [1702467257, "335.211"], [1702467299, "336.102"], [1702467350, "336.489"], [1702467386, "336.84"], [1702467419, "336.933"], [1702467455, "337.062"], [1702467515, "337.308"], [1702467542, "337.44"], [1702467566, "337.626"], [1702467599, "337.767"], [1702467635, "339.852"], [1702467668, "343.719"], [1702467695, "344.283"], [1702467716, "344.454"], [1702467746, "344.622"], [1702467800, "345.657"], [1702467824, "345.948"], [1702467908, "346.176"], [1702467944, "346.326"], [1702467968, "346.347"], [1702468001, "346.452"], [1702468031, "376.146"], [1702468067, "381.933"], [1702468085, "382.074"], [1702468115, "382.224"], [1702468151, "383.859"], [1702468181, "383.976"], [1702468208, "384.051"], [1702468241, "384.144"], [1702468256, "384.195"], [1702468286, "384.444"], [1702468322, "384.54"], [1702468352, "387.696"], [1702468388, "391.854"], [1702468424, "393.462"], [1702468457, "395.199"], [1702468493, "396.132"], [1702468517, "396.894"], [1702468550, "397.104"], [1702468586, "397.752"], [1702468613, "399.156"], [1702468637, "399.444"], [1702468679, "399.744"], [1702468721, "401.643"], [1702468730, "401.895"], [1702468766, "403.77"], [1702468799, "404.901"], [1702468835, "405.522"], [1702468898, "407.655"], [1702468934, "408.054"], [1702468970, "410.493"], [1702468994, "411.123"], [1702469024, "411.201"], [1702469060, "411.774"], [1702469111, "413.289"], [1702469144, "414.909"], [1702469168, "415.122"], [1702469204, "415.632"], [1702469237, "415.938"], [1702469273, "416.109"], [1702469303, "416.529"], [1702469336, "417.063"], [1702469360, "417.462"], [1702469387, "417.6"], [1702469411, "417.966"], [1702469435, "418.137"], [1702469468, "418.389"], [1702469504, "418.488"], [1702469537, "421.059"], [1702469573, "421.827"], [1702469606, "422.856"], [1702469633, "422.949"], [1702469660, "423.393"], [1702469684, "424.077"], [1702469717, "425.778"], [1702469753, "426.102"], [1702469786, "426.321"], [1702469816, "428.487"], [1702469834, "428.673"], [1702469864, "430.119"], [1702469906, "431.034"], [1702469936, "432.132"], [1702469972, "432.777"], [1702470005, "433.488"], [1702470029, "433.509"], [1702470065, "434.019"], [1702470101, "434.769"], [1702470131, "436.269"], [1702470167, "438.384"], [1702470203, "439.719"], [1702470251, "443.82"], [1702470278, "444.147"], [1702470311, "444.339"], [1702470347, "445.506"], [1702470371, "445.785"], [1702470404, "446.649"], [1702470440, "447.12"], [1702470476, "447.999"], [1702470506, "448.989"], [1702470542, "451.191"], [1702470575, "454.458"], [1702470611, "456.795"], [1702470635, "457.761"], [1702470662, "458.211"], [1702470686, "458.781"], [1702470719, "459.513"], [1702470746, "460.566"], [1702470812, "462.099"], [1702470845, "464.361"], [1702470875, "465.888"], [1702470899, "466.521"], [1702470953, "470.205"], [1702470983, "470.655"], [1702471025, "474.741"], [1702471067, "479.265"], [1702471169, "489.897"], [1702471193, "492.324"], [1702471226, "494.076"], [1702471265, "496.32"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "150.666"], [1702462721, "159.78"], [1702462736, "168.894"], [1702462751, "178.008"], [1702462763, "186.927"], [1702462793, "204.582"], [1702462808, "213.318"], [1702462829, "222.054"], [1702462844, "230.439"], [1702462865, "238.824"], [1702462880, "247.209"], [1702462904, "263.979"], [1702462919, "272.364"], [1702462952, "289.134"], [1702462973, "297.519"], [1702462988, "305.904"], [1702463045, "331.059"], [1702463081, "347.829"], [1702463114, "364.599"], [1702463150, "381.369"], [1702463186, "398.139"], [1702463216, "414.909"], [1702463240, "431.679"], [1702463273, "448.449"], [1702463324, "473.604"], [1702463354, "490.374"], [1702463381, "507.144"], [1702463417, "523.914"], [1702463453, "540.684"], [1702463477, "557.454"], [1702463510, "574.224"], [1702463537, "590.994"], [1702463570, "607.764"], [1702463591, "624.534"], [1702463621, "641.304"], [1702463657, "658.074"], [1702463693, "674.844"], [1702463729, "691.614"], [1702463765, "708.384"], [1702463798, "725.154"], [1702463846, "750.309"], [1702463873, "767.079"], [1702463906, "783.849"], [1702463948, "809.004"], [1702463984, "825.774"], [1702464014, "842.544"], [1702464050, "859.314"], [1702464086, "876.084"], [1702464122, "892.854"], [1702464155, "909.624"], [1702464194, "934.779"], [1702464230, "951.549"], [1702464263, "968.319"], [1702464299, "985.089"], [1702464332, "1001.859"], [1702464356, "1018.629"], [1702464392, "1035.399"], [1702464425, "1052.169"], [1702464455, "1068.939"], [1702464479, "1085.709"], [1702464509, "1102.479"], [1702464533, "1119.249"], [1702464569, "1136.019"], [1702464605, "1152.789"], [1702464635, "1169.559"], [1702464671, "1186.329"], [1702464716, "1203.099"], [1702464743, "1219.869"], [1702464776, "1236.639"], [1702464812, "1253.409"], [1702464836, "1270.179"], [1702464869, "1286.949"], [1702464905, "1303.719"], [1702464926, "1320.489"], [1702464956, "1337.259"], [1702464992, "1354.029"], [1702465016, "1370.799"], [1702465049, "1387.569"], [1702465085, "1404.339"], [1702465118, "1421.109"], [1702465145, "1437.879"], [1702465178, "1454.649"], [1702465208, "1471.419"], [1702465241, "1488.189"], [1702465298, "1513.344"], [1702465334, "1530.114"], [1702465367, "1546.884"], [1702465394, "1563.654"], [1702465418, "1580.424"], [1702465445, "1597.194"], [1702465481, "1613.964"], [1702465517, "1630.734"], [1702465550, "1647.504"], [1702465586, "1664.274"], [1702465619, "1681.044"], [1702465658, "1697.814"], [1702465706, "1714.584"], [1702465754, "1739.739"], [1702465787, "1756.509"], [1702465823, "1773.279"], [1702465856, "1790.049"], [1702465880, "1806.819"], [1702465910, "1823.589"], [1702465952, "1840.359"], [1702465988, "1857.129"], [1702466015, "1873.899"], [1702466030, "1890.669"], [1702466060, "1907.439"], [1702466078, "1924.209"], [1702466138, "1949.364"], [1702466168, "1966.134"], [1702466204, "1982.904"], [1702466237, "1999.674"], [1702466261, "2016.444"], [1702466291, "2033.214"], [1702466327, "2049.984"], [1702466360, "2066.754"], [1702466384, "2083.524"], [1702466417, "2100.294"], [1702466441, "2117.064"], [1702466471, "2133.834"], [1702466507, "2150.604"], [1702466540, "2167.374"], [1702466597, "2192.529"], [1702466633, "2209.299"], [1702466666, "2226.069"], [1702466705, "2242.839"], [1702466732, "2259.609"], [1702466765, "2276.379"], [1702466801, "2293.149"], [1702466852, "2318.304"], [1702466876, "2335.074"], [1702466918, "2351.844"], [1702466978, "2385.384"], [1702467014, "2402.154"], [1702467038, "2418.924"], [1702467068, "2435.694"], [1702467122, "2460.849"], [1702467158, "2477.619"], [1702467191, "2494.389"], [1702467221, "2511.159"], [1702467257, "2527.929"], [1702467299, "2544.699"], [1702467350, "2569.854"], [1702467386, "2586.624"], [1702467419, "2603.394"], [1702467455, "2620.164"], [1702467515, "2653.704"], [1702467542, "2670.474"], [1702467566, "2687.244"], [1702467599, "2704.014"], [1702467635, "2720.784"], [1702467668, "2737.554"], [1702467695, "2754.324"], [1702467716, "2771.094"], [1702467746, "2787.864"], [1702467800, "2813.019"], [1702467824, "2829.789"], [1702467908, "2871.714"], [1702467944, "2888.484"], [1702467968, "2905.254"], [1702468001, "2922.024"], [1702468031, "2938.794"], [1702468067, "2955.564"], [1702468085, "2972.334"], [1702468115, "2989.104"], [1702468151, "3005.874"], [1702468181, "3022.644"], [1702468208, "3039.414"], [1702468241, "3056.184"], [1702468256, "3072.954"], [1702468286, "3089.724"], [1702468322, "3106.494"], [1702468352, "3123.264"], [1702468388, "3140.034"], [1702468424, "3156.804"], [1702468457, "3173.574"], [1702468493, "3190.344"], [1702468517, "3207.114"], [1702468550, "3223.884"], [1702468586, "3240.654"], [1702468613, "3257.424"], [1702468637, "3274.194"], [1702468679, "3290.964"], [1702468721, "3307.734"], [1702468730, "3316.119"], [1702468766, "3332.889"], [1702468799, "3349.659"], [1702468835, "3366.429"], [1702468898, "3391.584"], [1702468934, "3408.354"], [1702468970, "3425.124"], [1702468994, "3441.894"], [1702469024, "3458.664"], [1702469060, "3475.434"], [1702469111, "3500.589"], [1702469144, "3517.359"], [1702469168, "3534.129"], [1702469204, "3550.899"], [1702469237, "3567.669"], [1702469273, "3584.439"], [1702469303, "3601.209"], [1702469336, "3617.979"], [1702469360, "3634.749"], [1702469387, "3651.519"], [1702469411, "3668.289"], [1702469435, "3685.059"], [1702469468, "3701.829"], [1702469504, "3718.599"], [1702469537, "3735.369"], [1702469573, "3752.139"], [1702469606, "3768.909"], [1702469633, "3785.679"], [1702469660, "3802.449"], [1702469684, "3819.219"], [1702469717, "3835.989"], [1702469753, "3852.759"], [1702469786, "3869.529"], [1702469816, "3886.299"], [1702469834, "3903.069"], [1702469864, "3919.839"], [1702469906, "3944.994"], [1702469936, "3961.764"], [1702469972, "3978.534"], [1702470005, "3995.304"], [1702470029, "4012.074"], [1702470065, "4028.844"], [1702470101, "4045.614"], [1702470131, "4062.384"], [1702470167, "4079.154"], [1702470203, "4095.924"], [1702470251, "4121.079"], [1702470278, "4137.849"], [1702470311, "4154.619"], [1702470347, "4171.389"], [1702470371, "4188.159"], [1702470404, "4204.929"], [1702470440, "4221.699"], [1702470476, "4238.469"], [1702470506, "4255.239"], [1702470542, "4272.009"], [1702470575, "4288.779"], [1702470611, "4305.549"], [1702470635, "4322.319"], [1702470662, "4339.089"], [1702470686, "4355.859"], [1702470719, "4372.629"], [1702470746, "4389.399"], [1702470812, "4422.939"], [1702470845, "4439.709"], [1702470875, "4456.479"], [1702470899, "4473.249"], [1702470953, "4498.404"], [1702470983, "4515.174"], [1702471025, "4531.944"], [1702471067, "4557.099"], [1702471169, "4599.024"], [1702471193, "4615.794"], [1702471226, "4632.564"], [1702471265, "4649.334"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "36.999"], [1702462721, "37.779"], [1702462736, "38.52"], [1702462751, "39.657"], [1702462763, "39.66"], [1702462793, "41.625"], [1702462808, "41.883"], [1702462829, "41.973"], [1702462844, "42.57"], [1702462865, "42.837"], [1702462880, "43.668"], [1702462904, "47.853"], [1702462919, "50.064"], [1702462952, "51.027"], [1702462973, "51.795"], [1702462988, "53.508"], [1702463045, "59.025"], [1702463081, "60.378"], [1702463114, "60.717"], [1702463150, "61.293"], [1702463186, "63.495"], [1702463216, "65.754"], [1702463240, "66.093"], [1702463273, "66.855"], [1702463324, "69.888"], [1702463354, "71.046"], [1702463381, "73.821"], [1702463417, "75.105"], [1702463453, "77.604"], [1702463477, "77.871"], [1702463510, "79.29"], [1702463537, "80.112"], [1702463570, "81.891"], [1702463591, "82.56"], [1702463621, "88.524"], [1702463657, "90.555"], [1702463693, "99.345"], [1702463729, "103.719"], [1702463765, "104.751"], [1702463798, "106.035"], [1702463846, "107.049"], [1702463873, "108.084"], [1702463906, "109.455"], [1702463948, "112.317"], [1702463984, "114.3"], [1702464014, "116.07"], [1702464050, "117.363"], [1702464086, "119.67"], [1702464122, "122.193"], [1702464155, "123.633"], [1702464194, "125.244"], [1702464230, "125.931"], [1702464263, "126.897"], [1702464299, "129.018"], [1702464332, "130.539"], [1702464356, "132.627"], [1702464392, "135.333"], [1702464425, "136.77"], [1702464455, "137.856"], [1702464479, "139.716"], [1702464509, "140.277"], [1702464533, "141.006"], [1702464569, "142.608"], [1702464605, "144.342"], [1702464635, "147.927"], [1702464671, "160.917"], [1702464716, "162.813"], [1702464743, "163.647"], [1702464776, "168.414"], [1702464812, "172.062"], [1702464836, "173.496"], [1702464869, "175.164"], [1702464905, "176.052"], [1702464926, "176.139"], [1702464956, "176.52"], [1702464992, "179.175"], [1702465016, "179.922"], [1702465049, "181.608"], [1702465085, "184.053"], [1702465118, "185.115"], [1702465145, "188.007"], [1702465178, "190.593"], [1702465208, "194.106"], [1702465241, "195.66"], [1702465298, "198.012"], [1702465334, "199.446"], [1702465367, "200.25"], [1702465394, "200.403"], [1702465418, "200.817"], [1702465445, "202.311"], [1702465481, "205.482"], [1702465517, "207.36"], [1702465550, "213.21"], [1702465586, "215.547"], [1702465619, "216.153"], [1702465658, "220.8"], [1702465706, "222.033"], [1702465754, "225.957"], [1702465787, "227.883"], [1702465823, "229.692"], [1702465856, "234.261"], [1702465880, "234.858"], [1702465910, "237.018"], [1702465952, "239.655"], [1702465988, "240.573"], [1702466015, "242.778"], [1702466030, "242.817"], [1702466060, "243.834"], [1702466078, "243.9"], [1702466138, "245.724"], [1702466168, "247.44"], [1702466204, "250.284"], [1702466237, "251.52"], [1702466261, "252.678"], [1702466291, "253.974"], [1702466327, "256.518"], [1702466360, "259.806"], [1702466384, "260.979"], [1702466417, "262.134"], [1702466441, "262.452"], [1702466471, "262.569"], [1702466507, "263.868"], [1702466540, "265.056"], [1702466597, "270.234"], [1702466633, "271.272"], [1702466666, "271.986"], [1702466705, "272.595"], [1702466732, "273.978"], [1702466765, "275.841"], [1702466801, "277.239"], [1702466852, "279.684"], [1702466876, "279.927"], [1702466918, "282.426"], [1702466978, "284.604"], [1702467014, "285.813"], [1702467038, "287.628"], [1702467068, "289.287"], [1702467122, "291.444"], [1702467158, "299.493"], [1702467191, "300.78"], [1702467221, "302.685"], [1702467257, "303.507"], [1702467299, "304.278"], [1702467350, "304.707"], [1702467386, "305.187"], [1702467419, "305.361"], [1702467455, "305.61"], [1702467515, "305.889"], [1702467542, "306.006"], [1702467566, "306.123"], [1702467599, "306.222"], [1702467635, "307.431"], [1702467668, "308.7"], [1702467695, "309.063"], [1702467716, "309.771"], [1702467746, "310.116"], [1702467800, "312.603"], [1702467824, "312.897"], [1702467908, "313.44"], [1702467944, "313.623"], [1702467968, "313.686"], [1702468001, "313.812"], [1702468031, "314.682"], [1702468067, "317.682"], [1702468085, "317.85"], [1702468115, "317.991"], [1702468151, "320.832"], [1702468181, "321.009"], [1702468208, "321.201"], [1702468241, "321.405"], [1702468256, "321.465"], [1702468286, "321.747"], [1702468322, "321.873"], [1702468352, "323.277"], [1702468388, "324.96"], [1702468424, "326.034"], [1702468457, "327.534"], [1702468493, "328.035"], [1702468517, "328.392"], [1702468550, "328.758"], [1702468586, "328.998"], [1702468613, "329.796"], [1702468637, "329.949"], [1702468679, "330.216"], [1702468721, "332.319"], [1702468730, "332.541"], [1702468766, "333.867"], [1702468799, "334.938"], [1702468835, "335.37"], [1702468898, "336.564"], [1702468934, "336.969"], [1702468970, "339.606"], [1702468994, "340.083"], [1702469024, "340.188"], [1702469060, "340.449"], [1702469111, "341.589"], [1702469144, "342.864"], [1702469168, "343.026"], [1702469204, "343.392"], [1702469237, "343.767"], [1702469273, "344.175"], [1702469303, "345.171"], [1702469336, "345.606"], [1702469360, "345.936"], [1702469387, "346.026"], [1702469411, "346.533"], [1702469435, "346.767"], [1702469468, "347.139"], [1702469504, "347.172"], [1702469537, "348.66"], [1702469573, "351.27"], [1702469606, "352.482"], [1702469633, "352.908"], [1702469660, "355.134"], [1702469684, "356.439"], [1702469717, "357.354"], [1702469753, "357.543"], [1702469786, "358.116"], [1702469816, "360.114"], [1702469834, "360.435"], [1702469864, "361.599"], [1702469906, "362.418"], [1702469936, "363.093"], [1702469972, "364.842"], [1702470005, "365.931"], [1702470029, "366.066"], [1702470065, "366.81"], [1702470101, "367.341"], [1702470131, "369.741"], [1702470167, "373.032"], [1702470203, "375.837"], [1702470251, "378.888"], [1702470278, "379.224"], [1702470311, "379.419"], [1702470347, "380.406"], [1702470371, "381.63"], [1702470404, "382.749"], [1702470440, "383.616"], [1702470476, "384.732"], [1702470506, "385.527"], [1702470542, "386.574"], [1702470575, "387.354"], [1702470611, "388.572"], [1702470635, "389.052"], [1702470662, "389.334"], [1702470686, "389.865"], [1702470719, "390.633"], [1702470746, "391.605"], [1702470812, "392.607"], [1702470845, "395.049"], [1702470875, "395.799"], [1702470899, "396.747"], [1702470953, "398.841"], [1702470983, "399.81"], [1702471025, "402.621"], [1702471067, "405.189"], [1702471169, "410.562"], [1702471193, "411.384"], [1702471226, "413.718"], [1702471265, "415.137"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.321"], [1702462793, "0.321"], [1702462808, "0.321"], [1702462829, "0.321"], [1702462844, "0.321"], [1702462865, "0.321"], [1702462880, "0.321"], [1702462904, "0.321"], [1702462919, "0.321"], [1702462952, "0.321"], [1702462973, "0.321"], [1702462988, "0.321"], [1702463045, "0.339"], [1702463081, "0.339"], [1702463114, "0.339"], [1702463150, "0.339"], [1702463186, "0.339"], [1702463216, "0.339"], [1702463240, "0.339"], [1702463273, "0.339"], [1702463324, "0.339"], [1702463354, "0.339"], [1702463381, "0.339"], [1702463417, "0.339"], [1702463453, "0.339"], [1702463477, "0.339"], [1702463510, "0.339"], [1702463537, "0.339"], [1702463570, "0.339"], [1702463591, "0.339"], [1702463621, "0.339"], [1702463657, "0.339"], [1702463693, "0.339"], [1702463729, "2.82"], [1702463765, "2.82"], [1702463798, "2.82"], [1702463846, "2.82"], [1702463873, "2.82"], [1702463906, "2.82"], [1702463948, "2.82"], [1702463984, "2.82"], [1702464014, "2.82"], [1702464050, "2.82"], [1702464086, "2.82"], [1702464122, "2.82"], [1702464155, "2.82"], [1702464194, "2.82"], [1702464230, "2.82"], [1702464263, "2.82"], [1702464299, "2.82"], [1702464332, "2.82"], [1702464356, "2.82"], [1702464392, "2.82"], [1702464425, "2.82"], [1702464455, "2.82"], [1702464479, "2.82"], [1702464509, "2.82"], [1702464533, "2.82"], [1702464569, "2.82"], [1702464605, "2.82"], [1702464635, "2.82"], [1702464671, "2.82"], [1702464716, "2.82"], [1702464743, "2.82"], [1702464776, "2.82"], [1702464812, "2.82"], [1702464836, "2.82"], [1702464869, "2.82"], [1702464905, "2.82"], [1702464926, "2.82"], [1702464956, "2.82"], [1702464992, "2.82"], [1702465016, "2.82"], [1702465049, "2.82"], [1702465085, "2.82"], [1702465118, "2.841"], [1702465145, "2.841"], [1702465178, "2.841"], [1702465208, "2.841"], [1702465241, "2.841"], [1702465298, "2.841"], [1702465334, "2.841"], [1702465367, "2.841"], [1702465394, "2.841"], [1702465418, "2.841"], [1702465445, "2.841"], [1702465481, "2.841"], [1702465517, "2.841"], [1702465550, "2.841"], [1702465586, "2.841"], [1702465619, "2.841"], [1702465658, "2.841"], [1702465706, "2.841"], [1702465754, "2.841"], [1702465787, "2.841"], [1702465823, "2.841"], [1702465856, "2.841"], [1702465880, "2.841"], [1702465910, "2.841"], [1702465952, "2.841"], [1702465988, "2.841"], [1702466015, "2.841"], [1702466030, "2.841"], [1702466060, "2.841"], [1702466078, "2.841"], [1702466138, "2.841"], [1702466168, "2.841"], [1702466204, "2.841"], [1702466237, "2.841"], [1702466261, "2.841"], [1702466291, "2.841"], [1702466327, "2.841"], [1702466360, "2.841"], [1702466384, "2.841"], [1702466417, "2.841"], [1702466441, "2.841"], [1702466471, "2.841"], [1702466507, "2.841"], [1702466540, "2.841"], [1702466597, "2.841"], [1702466633, "2.841"], [1702466666, "2.841"], [1702466705, "2.841"], [1702466732, "2.841"], [1702466765, "2.841"], [1702466801, "2.841"], [1702466852, "2.841"], [1702466876, "2.841"], [1702466918, "2.841"], [1702466978, "2.841"], [1702467014, "2.841"], [1702467038, "2.841"], [1702467068, "2.841"], [1702467122, "2.841"], [1702467158, "2.841"], [1702467191, "2.841"], [1702467221, "2.841"], [1702467257, "2.841"], [1702467299, "2.841"], [1702467350, "2.841"], [1702467386, "2.841"], [1702467419, "2.841"], [1702467455, "2.841"], [1702467515, "2.841"], [1702467542, "2.841"], [1702467566, "2.841"], [1702467599, "2.841"], [1702467635, "2.841"], [1702467668, "2.841"], [1702467695, "2.841"], [1702467716, "2.841"], [1702467746, "2.841"], [1702467800, "2.841"], [1702467824, "2.841"], [1702467908, "2.841"], [1702467944, "2.841"], [1702467968, "2.841"], [1702468001, "2.841"], [1702468031, "2.841"], [1702468067, "2.841"], [1702468085, "2.841"], [1702468115, "2.841"], [1702468151, "2.841"], [1702468181, "2.841"], [1702468208, "2.841"], [1702468241, "2.841"], [1702468256, "2.841"], [1702468286, "2.841"], [1702468322, "2.841"], [1702468352, "2.841"], [1702468388, "2.841"], [1702468424, "2.841"], [1702468457, "2.841"], [1702468493, "2.841"], [1702468517, "2.841"], [1702468550, "2.841"], [1702468586, "2.841"], [1702468613, "2.841"], [1702468637, "2.841"], [1702468679, "2.841"], [1702468721, "2.841"], [1702468730, "2.841"], [1702468766, "2.841"], [1702468799, "2.841"], [1702468835, "2.841"], [1702468898, "2.841"], [1702468934, "2.841"], [1702468970, "2.841"], [1702468994, "2.841"], [1702469024, "2.841"], [1702469060, "2.844"], [1702469111, "2.844"], [1702469144, "2.844"], [1702469168, "2.844"], [1702469204, "2.844"], [1702469237, "2.844"], [1702469273, "2.844"], [1702469303, "2.844"], [1702469336, "2.844"], [1702469360, "2.844"], [1702469387, "2.844"], [1702469411, "2.844"], [1702469435, "2.844"], [1702469468, "2.844"], [1702469504, "2.844"], [1702469537, "2.844"], [1702469573, "2.844"], [1702469606, "2.844"], [1702469633, "2.844"], [1702469660, "2.844"], [1702469684, "2.844"], [1702469717, "2.844"], [1702469753, "2.844"], [1702469786, "2.844"], [1702469816, "2.844"], [1702469834, "2.844"], [1702469864, "2.844"], [1702469906, "2.844"], [1702469936, "2.844"], [1702469972, "2.844"], [1702470005, "2.844"], [1702470029, "2.844"], [1702470065, "2.844"], [1702470101, "2.844"], [1702470131, "2.844"], [1702470167, "2.844"], [1702470203, "2.844"], [1702470251, "2.844"], [1702470278, "2.844"], [1702470311, "2.844"], [1702470347, "2.844"], [1702470371, "2.844"], [1702470404, "2.844"], [1702470440, "2.844"], [1702470476, "2.844"], [1702470506, "2.844"], [1702470542, "2.844"], [1702470575, "2.844"], [1702470611, "2.844"], [1702470635, "2.844"], [1702470662, "2.844"], [1702470686, "2.844"], [1702470719, "2.844"], [1702470746, "2.844"], [1702470812, "2.844"], [1702470845, "2.844"], [1702470875, "2.844"], [1702470899, "2.844"], [1702470953, "2.844"], [1702470983, "2.844"], [1702471025, "2.844"], [1702471067, "2.844"], [1702471169, "2.844"], [1702471193, "2.844"], [1702471226, "2.844"], [1702471265, "2.844"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "85.047"], [1702462793, "102.702"], [1702462808, "111.438"], [1702462829, "120.174"], [1702462844, "128.559"], [1702462865, "136.944"], [1702462880, "145.329"], [1702462904, "162.099"], [1702462919, "170.484"], [1702462952, "187.254"], [1702462973, "195.639"], [1702462988, "204.024"], [1702463045, "229.179"], [1702463081, "245.949"], [1702463114, "262.719"], [1702463150, "279.489"], [1702463186, "296.259"], [1702463216, "313.029"], [1702463240, "329.799"], [1702463273, "346.569"], [1702463324, "371.724"], [1702463354, "388.494"], [1702463381, "405.264"], [1702463417, "422.034"], [1702463453, "438.804"], [1702463477, "455.574"], [1702463510, "472.344"], [1702463537, "489.114"], [1702463570, "505.884"], [1702463591, "522.654"], [1702463621, "539.424"], [1702463657, "556.194"], [1702463693, "572.964"], [1702463729, "589.734"], [1702463765, "606.504"], [1702463798, "623.274"], [1702463846, "648.429"], [1702463873, "665.199"], [1702463906, "681.969"], [1702463948, "707.124"], [1702463984, "723.894"], [1702464014, "740.664"], [1702464050, "757.434"], [1702464086, "774.204"], [1702464122, "790.974"], [1702464155, "807.744"], [1702464194, "832.899"], [1702464230, "849.669"], [1702464263, "866.439"], [1702464299, "883.209"], [1702464332, "899.979"], [1702464356, "916.749"], [1702464392, "933.519"], [1702464425, "950.289"], [1702464455, "967.059"], [1702464479, "983.829"], [1702464509, "1000.599"], [1702464533, "1017.369"], [1702464569, "1034.139"], [1702464605, "1050.909"], [1702464635, "1067.679"], [1702464671, "1084.449"], [1702464716, "1101.219"], [1702464743, "1117.989"], [1702464776, "1134.759"], [1702464812, "1151.529"], [1702464836, "1168.299"], [1702464869, "1185.069"], [1702464905, "1201.839"], [1702464926, "1218.609"], [1702464956, "1235.379"], [1702464992, "1252.149"], [1702465016, "1268.919"], [1702465049, "1285.689"], [1702465085, "1302.459"], [1702465118, "1319.229"], [1702465145, "1335.999"], [1702465178, "1352.769"], [1702465208, "1369.539"], [1702465241, "1386.309"], [1702465298, "1411.464"], [1702465334, "1428.234"], [1702465367, "1445.004"], [1702465394, "1461.774"], [1702465418, "1478.544"], [1702465445, "1495.314"], [1702465481, "1512.084"], [1702465517, "1528.854"], [1702465550, "1545.624"], [1702465586, "1562.394"], [1702465619, "1579.164"], [1702465658, "1595.934"], [1702465706, "1612.704"], [1702465754, "1637.859"], [1702465787, "1654.629"], [1702465823, "1671.399"], [1702465856, "1688.169"], [1702465880, "1704.939"], [1702465910, "1721.709"], [1702465952, "1738.479"], [1702465988, "1755.249"], [1702466015, "1772.019"], [1702466030, "1788.789"], [1702466060, "1805.559"], [1702466078, "1822.329"], [1702466138, "1847.484"], [1702466168, "1864.254"], [1702466204, "1881.024"], [1702466237, "1897.794"], [1702466261, "1914.564"], [1702466291, "1931.334"], [1702466327, "1948.104"], [1702466360, "1964.874"], [1702466384, "1981.644"], [1702466417, "1998.414"], [1702466441, "2015.184"], [1702466471, "2031.954"], [1702466507, "2048.724"], [1702466540, "2065.494"], [1702466597, "2090.649"], [1702466633, "2107.419"], [1702466666, "2124.189"], [1702466705, "2140.959"], [1702466732, "2157.729"], [1702466765, "2174.499"], [1702466801, "2191.269"], [1702466852, "2216.424"], [1702466876, "2233.194"], [1702466918, "2249.964"], [1702466978, "2283.504"], [1702467014, "2300.274"], [1702467038, "2317.044"], [1702467068, "2333.814"], [1702467122, "2358.969"], [1702467158, "2375.739"], [1702467191, "2392.509"], [1702467221, "2409.279"], [1702467257, "2426.049"], [1702467299, "2442.819"], [1702467350, "2467.974"], [1702467386, "2484.744"], [1702467419, "2501.514"], [1702467455, "2518.284"], [1702467515, "2551.824"], [1702467542, "2568.594"], [1702467566, "2585.364"], [1702467599, "2602.134"], [1702467635, "2618.904"], [1702467668, "2635.674"], [1702467695, "2652.444"], [1702467716, "2669.214"], [1702467746, "2685.984"], [1702467800, "2711.139"], [1702467824, "2727.909"], [1702467908, "2769.834"], [1702467944, "2786.604"], [1702467968, "2803.374"], [1702468001, "2820.144"], [1702468031, "2836.914"], [1702468067, "2853.684"], [1702468085, "2870.454"], [1702468115, "2887.224"], [1702468151, "2903.994"], [1702468181, "2920.764"], [1702468208, "2937.534"], [1702468241, "2954.304"], [1702468256, "2971.074"], [1702468286, "2987.844"], [1702468322, "3004.614"], [1702468352, "3021.384"], [1702468388, "3038.154"], [1702468424, "3054.924"], [1702468457, "3071.694"], [1702468493, "3088.464"], [1702468517, "3105.234"], [1702468550, "3122.004"], [1702468586, "3138.774"], [1702468613, "3155.544"], [1702468637, "3172.314"], [1702468679, "3189.084"], [1702468721, "3205.854"], [1702468730, "3214.239"], [1702468766, "3231.009"], [1702468799, "3247.779"], [1702468835, "3264.549"], [1702468898, "3289.704"], [1702468934, "3306.474"], [1702468970, "3323.244"], [1702468994, "3340.014"], [1702469024, "3356.784"], [1702469060, "3373.554"], [1702469111, "3398.709"], [1702469144, "3415.479"], [1702469168, "3432.249"], [1702469204, "3449.019"], [1702469237, "3465.789"], [1702469273, "3482.559"], [1702469303, "3499.329"], [1702469336, "3516.099"], [1702469360, "3532.869"], [1702469387, "3549.639"], [1702469411, "3566.409"], [1702469435, "3583.179"], [1702469468, "3599.949"], [1702469504, "3616.719"], [1702469537, "3633.489"], [1702469573, "3650.259"], [1702469606, "3667.029"], [1702469633, "3683.799"], [1702469660, "3700.569"], [1702469684, "3717.339"], [1702469717, "3734.109"], [1702469753, "3750.879"], [1702469786, "3767.649"], [1702469816, "3784.419"], [1702469834, "3801.189"], [1702469864, "3817.959"], [1702469906, "3843.114"], [1702469936, "3859.884"], [1702469972, "3876.654"], [1702470005, "3893.424"], [1702470029, "3910.194"], [1702470065, "3926.964"], [1702470101, "3943.734"], [1702470131, "3960.504"], [1702470167, "3977.274"], [1702470203, "3994.044"], [1702470251, "4019.199"], [1702470278, "4035.969"], [1702470311, "4052.739"], [1702470347, "4069.509"], [1702470371, "4086.279"], [1702470404, "4103.049"], [1702470440, "4119.819"], [1702470476, "4136.589"], [1702470506, "4153.359"], [1702470542, "4170.129"], [1702470575, "4186.899"], [1702470611, "4203.669"], [1702470635, "4220.439"], [1702470662, "4237.209"], [1702470686, "4253.979"], [1702470719, "4270.749"], [1702470746, "4287.519"], [1702470812, "4321.059"], [1702470845, "4337.829"], [1702470875, "4354.599"], [1702470899, "4371.369"], [1702470953, "4396.524"], [1702470983, "4413.294"], [1702471025, "4430.064"], [1702471067, "4455.219"], [1702471169, "4497.144"], [1702471193, "4513.914"], [1702471226, "4530.684"], [1702471265, "4547.454"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.318"], [1702462721, "0.318"], [1702462736, "0.318"], [1702462751, "0.321"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "48.786"], [1702462721, "57.9"], [1702462736, "67.014"], [1702462751, "76.128"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "10.698"], [1702462721, "10.698"], [1702462736, "10.698"], [1702462751, "10.806"], [1702462763, "10.806"], [1702462793, "11.439"], [1702462808, "11.439"], [1702462829, "11.439"], [1702462844, "11.439"], [1702462865, "11.439"], [1702462880, "11.439"], [1702462904, "11.439"], [1702462919, "11.439"], [1702462952, "11.439"], [1702462973, "11.94"], [1702462988, "11.94"], [1702463045, "12.555"], [1702463081, "12.555"], [1702463114, "13.254"], [1702463150, "13.254"], [1702463186, "13.254"], [1702463216, "13.254"], [1702463240, "13.254"], [1702463273, "13.254"], [1702463324, "13.35"], [1702463354, "13.35"], [1702463381, "13.722"], [1702463417, "13.722"], [1702463453, "15.786"], [1702463477, "15.786"], [1702463510, "15.786"], [1702463537, "15.786"], [1702463570, "15.786"], [1702463591, "15.786"], [1702463621, "15.786"], [1702463657, "15.786"], [1702463693, "15.786"], [1702463729, "17.193"], [1702463765, "17.193"], [1702463798, "17.193"], [1702463846, "17.202"], [1702463873, "17.202"], [1702463906, "17.202"], [1702463948, "17.202"], [1702463984, "17.202"], [1702464014, "17.202"], [1702464050, "17.496"], [1702464086, "17.496"], [1702464122, "17.496"], [1702464155, "17.496"], [1702464194, "17.496"], [1702464230, "20.523"], [1702464263, "20.523"], [1702464299, "20.523"], [1702464332, "20.523"], [1702464356, "20.991"], [1702464392, "20.991"], [1702464425, "20.991"], [1702464455, "20.991"], [1702464479, "20.991"], [1702464509, "20.991"], [1702464533, "21.597"], [1702464569, "21.597"], [1702464605, "21.597"], [1702464635, "21.597"], [1702464671, "21.597"], [1702464716, "21.597"], [1702464743, "21.597"], [1702464776, "21.597"], [1702464812, "21.597"], [1702464836, "21.744"], [1702464869, "21.744"], [1702464905, "22.953"], [1702464926, "22.953"], [1702464956, "23.16"], [1702464992, "23.16"], [1702465016, "23.67"], [1702465049, "23.67"], [1702465085, "23.67"], [1702465118, "23.67"], [1702465145, "23.67"], [1702465178, "23.67"], [1702465208, "23.67"], [1702465241, "23.67"], [1702465298, "23.67"], [1702465334, "23.67"], [1702465367, "23.67"], [1702465394, "23.676"], [1702465418, "23.685"], [1702465445, "23.685"], [1702465481, "23.685"], [1702465517, "23.685"], [1702465550, "23.685"], [1702465586, "23.685"], [1702465619, "23.694"], [1702465658, "23.694"], [1702465706, "23.694"], [1702465754, "23.694"], [1702465787, "24.765"], [1702465823, "24.765"], [1702465856, "24.765"], [1702465880, "24.765"], [1702465910, "24.765"], [1702465952, "24.765"], [1702465988, "24.765"], [1702466015, "24.795"], [1702466030, "24.795"], [1702466060, "24.795"], [1702466078, "24.795"], [1702466138, "24.795"], [1702466168, "24.795"], [1702466204, "24.795"], [1702466237, "24.795"], [1702466261, "24.81"], [1702466291, "24.81"], [1702466327, "24.81"], [1702466360, "24.81"], [1702466384, "24.81"], [1702466417, "24.81"], [1702466441, "26.832"], [1702466471, "26.832"], [1702466507, "26.832"], [1702466540, "26.832"], [1702466597, "26.832"], [1702466633, "27.447"], [1702466666, "27.447"], [1702466705, "27.447"], [1702466732, "27.447"], [1702466765, "27.705"], [1702466801, "27.705"], [1702466852, "27.705"], [1702466876, "27.705"], [1702466918, "27.705"], [1702466978, "27.705"], [1702467014, "27.705"], [1702467038, "27.705"], [1702467068, "27.705"], [1702467122, "27.705"], [1702467158, "27.708"], [1702467191, "27.729"], [1702467221, "27.729"], [1702467257, "27.729"], [1702467299, "27.729"], [1702467350, "27.762"], [1702467386, "27.762"], [1702467419, "27.762"], [1702467455, "27.762"], [1702467515, "27.762"], [1702467542, "27.762"], [1702467566, "27.765"], [1702467599, "27.765"], [1702467635, "27.765"], [1702467668, "29.013"], [1702467695, "29.013"], [1702467716, "29.019"], [1702467746, "29.019"], [1702467800, "29.019"], [1702467824, "29.019"], [1702467908, "29.319"], [1702467944, "29.319"], [1702467968, "29.319"], [1702468001, "29.319"], [1702468031, "29.319"], [1702468067, "29.328"], [1702468085, "29.328"], [1702468115, "29.328"], [1702468151, "29.328"], [1702468181, "29.328"], [1702468208, "29.328"], [1702468241, "29.328"], [1702468256, "29.328"], [1702468286, "29.328"], [1702468322, "29.328"], [1702468352, "29.328"], [1702468388, "29.343"], [1702468424, "29.343"], [1702468457, "29.343"], [1702468493, "29.343"], [1702468517, "29.343"], [1702468550, "29.343"], [1702468586, "29.343"], [1702468613, "29.343"], [1702468637, "29.343"], [1702468679, "29.343"], [1702468721, "29.343"], [1702468730, "29.343"], [1702468766, "29.343"], [1702468799, "29.343"], [1702468835, "29.343"], [1702468898, "29.499"], [1702468934, "29.499"], [1702468970, "29.769"], [1702468994, "29.769"], [1702469024, "29.799"], [1702469060, "29.802"], [1702469111, "29.802"], [1702469144, "29.802"], [1702469168, "29.805"], [1702469204, "29.805"], [1702469237, "29.805"], [1702469273, "29.853"], [1702469303, "29.853"], [1702469336, "29.853"], [1702469360, "29.853"], [1702469387, "29.853"], [1702469411, "29.853"], [1702469435, "29.853"], [1702469468, "29.853"], [1702469504, "29.853"], [1702469537, "29.853"], [1702469573, "29.865"], [1702469606, "29.865"], [1702469633, "29.865"], [1702469660, "29.865"], [1702469684, "29.865"], [1702469717, "29.865"], [1702469753, "29.994"], [1702469786, "29.994"], [1702469816, "29.994"], [1702469834, "29.994"], [1702469864, "29.994"], [1702469906, "29.997"], [1702469936, "29.997"], [1702469972, "29.997"], [1702470005, "29.997"], [1702470029, "29.997"], [1702470065, "29.997"], [1702470101, "30"], [1702470131, "30"], [1702470167, "30"], [1702470203, "30"], [1702470251, "30"], [1702470278, "30"], [1702470311, "30"], [1702470347, "30"], [1702470371, "30.003"], [1702470404, "30.003"], [1702470440, "30.003"], [1702470476, "30.003"], [1702470506, "30.003"], [1702470542, "30.003"], [1702470575, "30.003"], [1702470611, "30.003"], [1702470635, "30.003"], [1702470662, "30.003"], [1702470686, "30.003"], [1702470719, "30.003"], [1702470746, "30.003"], [1702470812, "30.096"], [1702470845, "30.309"], [1702470875, "30.309"], [1702470899, "30.309"], [1702470953, "30.537"], [1702470983, "30.537"], [1702471025, "30.537"], [1702471067, "32.265"], [1702471169, "32.265"], [1702471193, "32.265"], [1702471226, "32.265"], [1702471265, "32.265"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "7670.547"], [1702462721, "8181.216"], [1702462736, "8578.989"], [1702462751, "8968.125"], [1702462763, "8968.428"], [1702462793, "9531.036"], [1702462808, "10070.817"], [1702462829, "10263.396"], [1702462844, "10990.701"], [1702462865, "11193.756"], [1702462880, "11560.293"], [1702462904, "11931.234"], [1702462919, "12119.73"], [1702462952, "12916.515"], [1702462973, "13104.039"], [1702462988, "13702.524"], [1702463045, "14824.701"], [1702463081, "15485.001"], [1702463114, "16124.121"], [1702463150, "16697.4"], [1702463186, "17163.606"], [1702463216, "17994.441"], [1702463240, "18359.871"], [1702463273, "18942.234"], [1702463324, "20227.665"], [1702463354, "20658.702"], [1702463381, "21297.912"], [1702463417, "21874.833"], [1702463453, "22565.904"], [1702463477, "22921.092"], [1702463510, "23488.572"], [1702463537, "23741.319"], [1702463570, "24320.625"], [1702463591, "24683.382"], [1702463621, "25374.708"], [1702463657, "25915.383"], [1702463693, "26692.02"], [1702463729, "27795.423"], [1702463765, "28604.007"], [1702463798, "29141.82"], [1702463846, "29687.007"], [1702463873, "30021.72"], [1702463906, "30598.095"], [1702463948, "31364.892"], [1702463984, "32262.45"], [1702464014, "32811.264"], [1702464050, "33519.495"], [1702464086, "34602.291"], [1702464122, "35485.971"], [1702464155, "36108.483"], [1702464194, "36697.821"], [1702464230, "37219.422"], [1702464263, "37522.14"], [1702464299, "38248.509"], [1702464332, "38988.195"], [1702464356, "39496.497"], [1702464392, "40217.016"], [1702464425, "40742.436"], [1702464455, "41579.163"], [1702464479, "42118.527"], [1702464509, "42482.799"], [1702464533, "42958.332"], [1702464569, "43679.097"], [1702464605, "44503.071"], [1702464635, "45016.188"], [1702464671, "45956.694"], [1702464716, "46990.854"], [1702464743, "47531.73"], [1702464776, "48412.533"], [1702464812, "49333.152"], [1702464836, "49683.864"], [1702464869, "50403.186"], [1702464905, "51251.085"], [1702464926, "51437.613"], [1702464956, "51775.614"], [1702464992, "52943.898"], [1702465016, "53233.101"], [1702465049, "53884.089"], [1702465085, "54743.625"], [1702465118, "55125.717"], [1702465145, "55833.423"], [1702465178, "56542.71"], [1702465208, "57431.934"], [1702465241, "58172.7"], [1702465298, "59159.115"], [1702465334, "59863.839"], [1702465367, "60463.857"], [1702465394, "60634.251"], [1702465418, "60786.6"], [1702465445, "61346.7"], [1702465481, "62297.94"], [1702465517, "63212.235"], [1702465550, "64131.267"], [1702465586, "64958.238"], [1702465619, "65294.283"], [1702465658, "66718.851"], [1702465706, "67624.86"], [1702465754, "69091.005"], [1702465787, "69747.648"], [1702465823, "70321.323"], [1702465856, "71260.758"], [1702465880, "71780.601"], [1702465910, "72492.117"], [1702465952, "73363.05"], [1702465988, "74249.445"], [1702466015, "74828.238"], [1702466030, "74838.438"], [1702466060, "75351.342"], [1702466078, "75526.59"], [1702466138, "76708.308"], [1702466168, "77269.302"], [1702466204, "78206.559"], [1702466237, "79123.194"], [1702466261, "79472.61"], [1702466291, "80038.119"], [1702466327, "80751.288"], [1702466360, "81545.43"], [1702466384, "82033.716"], [1702466417, "82608.555"], [1702466441, "82830.762"], [1702466471, "83185.581"], [1702466507, "83934.276"], [1702466540, "84608.976"], [1702466597, "85900.275"], [1702466633, "86833.458"], [1702466666, "87728.805"], [1702466705, "88084.443"], [1702466732, "88925.484"], [1702466765, "89550.204"], [1702466801, "90265.776"], [1702466852, "91541.826"], [1702466876, "91686.09"], [1702466918, "92644.158"], [1702466978, "94104.15"], [1702467014, "94633.062"], [1702467038, "95346.78"], [1702467068, "96095.331"], [1702467122, "97107.213"], [1702467158, "97968.474"], [1702467191, "98770.893"], [1702467221, "99352.893"], [1702467257, "100048.929"], [1702467299, "100352.706"], [1702467350, "100546.269"], [1702467386, "100648.818"], [1702467419, "100693.545"], [1702467455, "100773.84"], [1702467515, "100871.991"], [1702467542, "100917.402"], [1702467566, "100974.9"], [1702467599, "101017.608"], [1702467635, "101769.174"], [1702467668, "102601.074"], [1702467695, "102689.691"], [1702467716, "102840.897"], [1702467746, "102906.669"], [1702467800, "103582.527"], [1702467824, "103639.998"], [1702467908, "103849.68"], [1702467944, "103954.866"], [1702467968, "103980.741"], [1702468001, "104022.054"], [1702468031, "104429.046"], [1702468067, "105557.7"], [1702468085, "105619.212"], [1702468115, "105698.847"], [1702468151, "106197.546"], [1702468181, "106256.352"], [1702468208, "106321.233"], [1702468241, "106386.117"], [1702468256, "106414.236"], [1702468286, "106504.887"], [1702468322, "106566.483"], [1702468352, "107706.969"], [1702468388, "108508.434"], [1702468424, "109065.249"], [1702468457, "109461.738"], [1702468493, "109720.08"], [1702468517, "109900.281"], [1702468550, "110004.696"], [1702468586, "110105.073"], [1702468613, "110498.601"], [1702468637, "110603.844"], [1702468679, "110693.781"], [1702468721, "111518.841"], [1702468730, "111634.698"], [1702468766, "112249.872"], [1702468799, "112546.47"], [1702468835, "112663.344"], [1702468898, "112992.405"], [1702468934, "113144.715"], [1702468970, "113914.275"], [1702468994, "114229.287"], [1702469024, "114279.075"], [1702469060, "114420.996"], [1702469111, "114694.368"], [1702469144, "115165.704"], [1702469168, "115204.122"], [1702469204, "115328.412"], [1702469237, "115426.875"], [1702469273, "115528.032"], [1702469303, "115917.468"], [1702469336, "116053.362"], [1702469360, "116147.511"], [1702469387, "116182.767"], [1702469411, "116338.647"], [1702469435, "116448.273"], [1702469468, "116548.158"], [1702469504, "116832.951"], [1702469537, "117262.263"], [1702469573, "117716.019"], [1702469606, "118882.605"], [1702469633, "119014.896"], [1702469660, "119821.029"], [1702469684, "120386.664"], [1702469717, "121155.705"], [1702469753, "121305.558"], [1702469786, "121534.203"], [1702469816, "122099.331"], [1702469834, "122211.795"], [1702469864, "122798.748"], [1702469906, "123130.995"], [1702469936, "123578.805"], [1702469972, "124191.429"], [1702470005, "124792.152"], [1702470029, "124843.347"], [1702470065, "125144.832"], [1702470101, "125512.497"], [1702470131, "126283.596"], [1702470167, "127529.97"], [1702470203, "128325.333"], [1702470251, "129255.003"], [1702470278, "129399.348"], [1702470311, "129609.333"], [1702470347, "130071.06"], [1702470371, "130388.502"], [1702470404, "130880.538"], [1702470440, "131307.147"], [1702470476, "132451.23"], [1702470506, "132716.865"], [1702470542, "133330.11"], [1702470575, "134219.412"], [1702470611, "134720.184"], [1702470635, "134913.861"], [1702470662, "135019.656"], [1702470686, "135218.775"], [1702470719, "135544.044"], [1702470746, "136014.438"], [1702470812, "136758.384"], [1702470845, "137714.79"], [1702470875, "138175.209"], [1702470899, "138635.76"], [1702470953, "139486.503"], [1702470983, "140072.484"], [1702471025, "141164.238"], [1702471067, "142212.288"], [1702471169, "144323.019"], [1702471193, "144707.385"], [1702471226, "145546.503"], [1702471265, "146566.167"]]}, {"metric": {"__name__": "kepler_container_dram_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "304.683"], [1702462721, "313.797"], [1702462736, "322.911"], [1702462751, "332.025"], [1702462763, "340.944"], [1702462793, "358.599"], [1702462808, "367.335"], [1702462829, "376.071"], [1702462844, "384.456"], [1702462865, "392.841"], [1702462880, "401.226"], [1702462904, "417.996"], [1702462919, "426.381"], [1702462952, "443.151"], [1702462973, "451.536"], [1702462988, "459.921"], [1702463045, "485.076"], [1702463081, "501.846"], [1702463114, "518.616"], [1702463150, "535.386"], [1702463186, "552.156"], [1702463216, "568.926"], [1702463240, "585.696"], [1702463273, "602.466"], [1702463324, "627.621"], [1702463354, "644.391"], [1702463381, "661.161"], [1702463417, "677.931"], [1702463453, "694.701"], [1702463477, "711.471"], [1702463510, "728.241"], [1702463537, "745.011"], [1702463570, "761.781"], [1702463591, "778.551"], [1702463621, "795.321"], [1702463657, "812.091"], [1702463693, "828.861"], [1702463729, "845.631"], [1702463765, "862.401"], [1702463798, "879.171"], [1702463846, "904.326"], [1702463873, "921.096"], [1702463906, "937.866"], [1702463948, "963.021"], [1702463984, "979.791"], [1702464014, "996.561"], [1702464050, "1013.331"], [1702464086, "1030.101"], [1702464122, "1046.871"], [1702464155, "1063.641"], [1702464194, "1088.796"], [1702464230, "1105.566"], [1702464263, "1122.336"], [1702464299, "1139.106"], [1702464332, "1155.876"], [1702464356, "1172.646"], [1702464392, "1189.416"], [1702464425, "1206.186"], [1702464455, "1222.956"], [1702464479, "1239.726"], [1702464509, "1256.496"], [1702464533, "1273.266"], [1702464569, "1290.036"], [1702464605, "1306.806"], [1702464635, "1323.576"], [1702464671, "1340.346"], [1702464716, "1357.116"], [1702464743, "1373.886"], [1702464776, "1390.656"], [1702464812, "1407.426"], [1702464836, "1424.196"], [1702464869, "1440.966"], [1702464905, "1457.736"], [1702464926, "1474.506"], [1702464956, "1491.276"], [1702464992, "1508.046"], [1702465016, "1524.816"], [1702465049, "1541.586"], [1702465085, "1558.356"], [1702465118, "1575.126"], [1702465145, "1591.896"], [1702465178, "1608.666"], [1702465208, "1625.436"], [1702465241, "1642.206"], [1702465298, "1667.361"], [1702465334, "1684.131"], [1702465367, "1700.901"], [1702465394, "1717.671"], [1702465418, "1734.441"], [1702465445, "1751.211"], [1702465481, "1767.981"], [1702465517, "1784.751"], [1702465550, "1801.521"], [1702465586, "1818.291"], [1702465619, "1835.061"], [1702465658, "1851.831"], [1702465706, "1868.601"], [1702465754, "1893.756"], [1702465787, "1910.526"], [1702465823, "1927.296"], [1702465856, "1944.066"], [1702465880, "1960.836"], [1702465910, "1977.606"], [1702465952, "1994.376"], [1702465988, "2011.146"], [1702466015, "2027.916"], [1702466030, "2044.686"], [1702466060, "2061.456"], [1702466078, "2078.226"], [1702466138, "2103.381"], [1702466168, "2120.151"], [1702466204, "2136.921"], [1702466237, "2153.691"], [1702466261, "2170.461"], [1702466291, "2187.231"], [1702466327, "2204.001"], [1702466360, "2220.771"], [1702466384, "2237.541"], [1702466417, "2254.311"], [1702466441, "2271.081"], [1702466471, "2287.851"], [1702466507, "2304.621"], [1702466540, "2321.391"], [1702466597, "2346.546"], [1702466633, "2363.316"], [1702466666, "2380.086"], [1702466705, "2396.856"], [1702466732, "2413.626"], [1702466765, "2430.396"], [1702466801, "2447.166"], [1702466852, "2472.321"], [1702466876, "2489.091"], [1702466918, "2505.861"], [1702466978, "2539.401"], [1702467014, "2556.171"], [1702467038, "2572.941"], [1702467068, "2589.711"], [1702467122, "2614.866"], [1702467158, "2631.636"], [1702467191, "2648.406"], [1702467221, "2665.176"], [1702467257, "2681.946"], [1702467299, "2698.716"], [1702467350, "2723.871"], [1702467386, "2740.641"], [1702467419, "2757.411"], [1702467455, "2774.181"], [1702467515, "2807.721"], [1702467542, "2824.491"], [1702467566, "2841.261"], [1702467599, "2858.031"], [1702467635, "2874.801"], [1702467668, "2891.571"], [1702467695, "2908.341"], [1702467716, "2925.111"], [1702467746, "2941.881"], [1702467800, "2967.036"], [1702467824, "2983.806"], [1702467908, "3025.731"], [1702467944, "3042.501"], [1702467968, "3059.271"], [1702468001, "3076.041"], [1702468031, "3092.811"], [1702468067, "3109.581"], [1702468085, "3126.351"], [1702468115, "3143.121"], [1702468151, "3159.891"], [1702468181, "3176.661"], [1702468208, "3193.431"], [1702468241, "3210.201"], [1702468256, "3226.971"], [1702468286, "3243.741"], [1702468322, "3260.511"], [1702468352, "3277.281"], [1702468388, "3294.051"], [1702468424, "3310.821"], [1702468457, "3327.591"], [1702468493, "3344.361"], [1702468517, "3361.131"], [1702468550, "3377.901"], [1702468586, "3394.671"], [1702468613, "3411.441"], [1702468637, "3428.211"], [1702468679, "3444.981"], [1702468721, "3461.751"], [1702468730, "3470.136"], [1702468766, "3486.906"], [1702468799, "3503.676"], [1702468835, "3520.446"], [1702468898, "3545.601"], [1702468934, "3562.371"], [1702468970, "3579.141"], [1702468994, "3595.911"], [1702469024, "3612.681"], [1702469060, "3629.451"], [1702469111, "3654.606"], [1702469144, "3671.376"], [1702469168, "3688.146"], [1702469204, "3704.916"], [1702469237, "3721.686"], [1702469273, "3738.456"], [1702469303, "3755.226"], [1702469336, "3771.996"], [1702469360, "3788.766"], [1702469387, "3805.536"], [1702469411, "3822.306"], [1702469435, "3839.076"], [1702469468, "3855.846"], [1702469504, "3872.616"], [1702469537, "3889.386"], [1702469573, "3906.156"], [1702469606, "3922.926"], [1702469633, "3939.696"], [1702469660, "3956.466"], [1702469684, "3973.236"], [1702469717, "3990.006"], [1702469753, "4006.776"], [1702469786, "4023.546"], [1702469816, "4040.316"], [1702469834, "4057.086"], [1702469864, "4073.856"], [1702469906, "4099.011"], [1702469936, "4115.781"], [1702469972, "4132.551"], [1702470005, "4149.321"], [1702470029, "4166.091"], [1702470065, "4182.861"], [1702470101, "4199.631"], [1702470131, "4216.401"], [1702470167, "4233.171"], [1702470203, "4249.941"], [1702470251, "4275.096"], [1702470278, "4291.866"], [1702470311, "4308.636"], [1702470347, "4325.406"], [1702470371, "4342.176"], [1702470404, "4358.946"], [1702470440, "4375.716"], [1702470476, "4392.486"], [1702470506, "4409.256"], [1702470542, "4426.026"], [1702470575, "4442.796"], [1702470611, "4459.566"], [1702470635, "4476.336"], [1702470662, "4493.106"], [1702470686, "4509.876"], [1702470719, "4526.646"], [1702470746, "4543.416"], [1702470812, "4576.956"], [1702470845, "4593.726"], [1702470875, "4610.496"], [1702470899, "4627.266"], [1702470953, "4652.421"], [1702470983, "4669.191"], [1702471025, "4685.961"], [1702471067, "4711.116"], [1702471169, "4753.041"], [1702471193, "4769.811"], [1702471226, "4786.581"], [1702471265, "4803.351"]]}], "kepler_container_gpu_joules_total": [{"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.531"], [1702462721, "0.549"], [1702462736, "0.585"], [1702462751, "0.618"], [1702462763, "0.651"], [1702462793, "0.72"], [1702462808, "0.753"], [1702462829, "0.771"], [1702462844, "0.789"], [1702462865, "0.837"], [1702462880, "0.87"], [1702462904, "0.948"], [1702462919, "0.981"], [1702462952, "1.029"], [1702462973, "1.059"], [1702462988, "1.077"], [1702463045, "1.14"], [1702463081, "1.188"], [1702463114, "1.284"], [1702463150, "1.35"], [1702463186, "1.413"], [1702463216, "1.488"], [1702463240, "1.539"], [1702463273, "1.614"], [1702463324, "1.725"], [1702463354, "1.803"], [1702463381, "1.884"], [1702463417, "1.947"], [1702463453, "2.01"], [1702463477, "2.055"], [1702463510, "2.091"], [1702463537, "2.139"], [1702463570, "2.169"], [1702463591, "2.214"], [1702463621, "2.274"], [1702463657, "2.337"], [1702463693, "2.418"], [1702463729, "2.484"], [1702463765, "2.535"], [1702463798, "2.583"], [1702463846, "2.661"], [1702463873, "2.706"], [1702463906, "2.766"], [1702463948, "2.862"], [1702463984, "2.925"], [1702464014, "2.988"], [1702464050, "3.051"], [1702464086, "3.126"], [1702464122, "3.201"], [1702464155, "3.261"], [1702464194, "3.369"], [1702464230, "3.435"], [1702464263, "3.516"], [1702464299, "3.597"], [1702464332, "3.678"], [1702464356, "3.759"], [1702464392, "3.84"], [1702464425, "3.921"], [1702464455, "3.996"], [1702464479, "4.074"], [1702464509, "4.164"], [1702464533, "4.254"], [1702464569, "4.347"], [1702464605, "4.428"], [1702464635, "4.521"], [1702464671, "4.617"], [1702464716, "4.71"], [1702464743, "4.8"], [1702464776, "4.89"], [1702464812, "4.98"], [1702464836, "5.085"], [1702464869, "5.175"], [1702464905, "5.283"], [1702464926, "5.358"], [1702464956, "5.451"], [1702464992, "5.529"], [1702465016, "5.634"], [1702465049, "5.715"], [1702465085, "5.805"], [1702465118, "5.898"], [1702465145, "5.991"], [1702465178, "6.081"], [1702465208, "6.174"], [1702465241, "6.267"], [1702465298, "6.408"], [1702465334, "6.519"], [1702465367, "6.609"], [1702465394, "6.699"], [1702465418, "6.789"], [1702465445, "6.879"], [1702465481, "6.972"], [1702465517, "7.083"], [1702465550, "7.176"], [1702465586, "7.257"], [1702465619, "7.35"], [1702465658, "7.443"], [1702465706, "7.518"], [1702465754, "7.536"], [1702465787, "7.572"], [1702465823, "7.59"], [1702465856, "7.623"], [1702465880, "7.671"], [1702465910, "7.722"], [1702465952, "7.785"], [1702465988, "7.848"], [1702466015, "7.908"], [1702466030, "7.968"], [1702466060, "8.028"], [1702466078, "8.091"], [1702466138, "8.205"], [1702466168, "8.271"], [1702466204, "8.337"], [1702466237, "8.4"], [1702466261, "8.445"], [1702466291, "8.508"], [1702466327, "8.568"], [1702466360, "8.628"], [1702466384, "8.688"], [1702466417, "8.736"], [1702466441, "8.799"], [1702466471, "8.862"], [1702466507, "8.898"], [1702466540, "8.949"], [1702466597, "9.033"], [1702466633, "9.084"], [1702466666, "9.129"], [1702466705, "9.174"], [1702466732, "9.234"], [1702466765, "9.282"], [1702466801, "9.342"], [1702466852, "9.42"], [1702466876, "9.48"], [1702466918, "9.528"], [1702466978, "9.642"], [1702467014, "9.702"], [1702467038, "9.762"], [1702467068, "9.822"], [1702467122, "9.912"], [1702467158, "9.972"], [1702467191, "10.032"], [1702467221, "10.095"], [1702467257, "10.146"], [1702467299, "10.209"], [1702467350, "10.299"], [1702467386, "10.359"], [1702467419, "10.434"], [1702467455, "10.494"], [1702467515, "10.617"], [1702467542, "10.68"], [1702467566, "10.746"], [1702467599, "10.794"], [1702467635, "10.842"], [1702467668, "10.875"], [1702467695, "10.905"], [1702467716, "10.95"], [1702467746, "10.98"], [1702467800, "11.04"], [1702467824, "11.085"], [1702467908, "11.208"], [1702467944, "11.238"], [1702467968, "11.271"], [1702468001, "11.301"], [1702468031, "11.346"], [1702468067, "11.376"], [1702468085, "11.406"], [1702468115, "11.421"], [1702468151, "11.451"], [1702468181, "11.481"], [1702468208, "11.511"], [1702468241, "11.529"], [1702468256, "11.559"], [1702468286, "11.592"], [1702468322, "11.607"], [1702468352, "11.622"], [1702468388, "11.652"], [1702468424, "11.682"], [1702468457, "11.712"], [1702468493, "11.727"], [1702468517, "11.76"], [1702468550, "11.79"], [1702468586, "11.805"], [1702468613, "11.823"], [1702468637, "11.853"], [1702468679, "11.868"], [1702468721, "11.898"], [1702468730, "11.913"], [1702468766, "11.943"], [1702468799, "11.973"], [1702468835, "12.003"], [1702468898, "12.051"], [1702468934, "12.066"], [1702468970, "12.066"], [1702468994, "12.096"], [1702469024, "12.111"], [1702469060, "12.141"], [1702469111, "12.186"], [1702469144, "12.189"], [1702469168, "12.204"], [1702469204, "12.222"], [1702469237, "12.252"], [1702469273, "12.267"], [1702469303, "12.297"], [1702469336, "12.327"], [1702469360, "12.327"], [1702469387, "12.327"], [1702469411, "12.342"], [1702469435, "12.372"], [1702469468, "12.402"], [1702469504, "12.435"], [1702469537, "12.468"], [1702469573, "12.501"], [1702469606, "12.531"], [1702469633, "12.561"], [1702469660, "12.591"], [1702469684, "12.621"], [1702469717, "12.651"], [1702469753, "12.666"], [1702469786, "12.681"], [1702469816, "12.699"], [1702469834, "12.729"], [1702469864, "12.744"], [1702469906, "12.795"], [1702469936, "12.825"], [1702469972, "12.855"], [1702470005, "12.87"], [1702470029, "12.885"], [1702470065, "12.903"], [1702470101, "12.936"], [1702470131, "12.969"], [1702470167, "12.999"], [1702470203, "13.029"], [1702470251, "13.059"], [1702470278, "13.089"], [1702470311, "13.119"], [1702470347, "13.149"], [1702470371, "13.179"], [1702470404, "13.212"], [1702470440, "13.215"], [1702470476, "13.248"], [1702470506, "13.251"], [1702470542, "13.284"], [1702470575, "13.299"], [1702470611, "13.299"], [1702470635, "13.329"], [1702470662, "13.344"], [1702470686, "13.374"], [1702470719, "13.404"], [1702470746, "13.434"], [1702470812, "13.482"], [1702470845, "13.5"], [1702470875, "13.53"], [1702470899, "13.56"], [1702470953, "13.605"], [1702470983, "13.635"], [1702471025, "13.671"], [1702471067, "13.722"], [1702471169, "13.812"], [1702471193, "13.845"], [1702471226, "13.875"], [1702471265, "13.908"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "170.031"], [1702462721, "178.863"], [1702462736, "187.695"], [1702462751, "196.527"], [1702462763, "205.17"], [1702462793, "222.276"], [1702462808, "230.739"], [1702462829, "239.202"], [1702462844, "247.326"], [1702462865, "255.45"], [1702462880, "263.574"], [1702462904, "279.822"], [1702462919, "287.946"], [1702462952, "304.194"], [1702462973, "312.318"], [1702462988, "320.442"], [1702463045, "344.814"], [1702463081, "361.062"], [1702463114, "377.31"], [1702463150, "393.558"], [1702463186, "409.806"], [1702463216, "426.054"], [1702463240, "442.302"], [1702463273, "458.55"], [1702463324, "482.922"], [1702463354, "499.17"], [1702463381, "515.418"], [1702463417, "531.666"], [1702463453, "547.914"], [1702463477, "564.162"], [1702463510, "580.41"], [1702463537, "596.658"], [1702463570, "612.906"], [1702463591, "629.154"], [1702463621, "645.402"], [1702463657, "661.65"], [1702463693, "677.898"], [1702463729, "694.146"], [1702463765, "710.394"], [1702463798, "726.642"], [1702463846, "751.014"], [1702463873, "767.262"], [1702463906, "783.51"], [1702463948, "807.882"], [1702463984, "824.13"], [1702464014, "840.378"], [1702464050, "856.626"], [1702464086, "872.874"], [1702464122, "889.122"], [1702464155, "905.37"], [1702464194, "929.742"], [1702464230, "945.99"], [1702464263, "962.238"], [1702464299, "978.486"], [1702464332, "994.734"], [1702464356, "1010.982"], [1702464392, "1027.23"], [1702464425, "1043.478"], [1702464455, "1059.726"], [1702464479, "1075.974"], [1702464509, "1092.222"], [1702464533, "1108.47"], [1702464569, "1124.718"], [1702464605, "1140.966"], [1702464635, "1157.214"], [1702464671, "1173.462"], [1702464716, "1189.71"], [1702464743, "1205.958"], [1702464776, "1222.206"], [1702464812, "1238.454"], [1702464836, "1254.702"], [1702464869, "1270.95"], [1702464905, "1287.198"], [1702464926, "1303.446"], [1702464956, "1319.694"], [1702464992, "1335.942"], [1702465016, "1352.19"], [1702465049, "1368.438"], [1702465085, "1384.686"], [1702465118, "1400.934"], [1702465145, "1417.182"], [1702465178, "1433.43"], [1702465208, "1449.678"], [1702465241, "1465.926"], [1702465298, "1490.298"], [1702465334, "1506.546"], [1702465367, "1522.794"], [1702465394, "1539.042"], [1702465418, "1555.29"], [1702465445, "1571.538"], [1702465481, "1587.786"], [1702465517, "1604.034"], [1702465550, "1620.282"], [1702465586, "1636.53"], [1702465619, "1652.778"], [1702465658, "1669.026"], [1702465706, "1685.274"], [1702465754, "1709.646"], [1702465787, "1725.894"], [1702465823, "1742.142"], [1702465856, "1758.39"], [1702465880, "1774.638"], [1702465910, "1790.886"], [1702465952, "1807.134"], [1702465988, "1823.382"], [1702466015, "1839.63"], [1702466030, "1855.878"], [1702466060, "1872.126"], [1702466078, "1888.374"], [1702466138, "1912.746"], [1702466168, "1928.994"], [1702466204, "1945.242"], [1702466237, "1961.49"], [1702466261, "1977.738"], [1702466291, "1993.986"], [1702466327, "2010.234"], [1702466360, "2026.482"], [1702466384, "2042.73"], [1702466417, "2058.978"], [1702466441, "2075.226"], [1702466471, "2091.474"], [1702466507, "2107.722"], [1702466540, "2123.97"], [1702466597, "2148.342"], [1702466633, "2164.59"], [1702466666, "2180.838"], [1702466705, "2197.086"], [1702466732, "2213.334"], [1702466765, "2229.582"], [1702466801, "2245.83"], [1702466852, "2270.202"], [1702466876, "2286.45"], [1702466918, "2302.698"], [1702466978, "2335.194"], [1702467014, "2351.442"], [1702467038, "2367.69"], [1702467068, "2383.938"], [1702467122, "2408.31"], [1702467158, "2424.558"], [1702467191, "2440.806"], [1702467221, "2457.054"], [1702467257, "2473.302"], [1702467299, "2489.55"], [1702467350, "2513.922"], [1702467386, "2530.17"], [1702467419, "2546.418"], [1702467455, "2562.666"], [1702467515, "2595.162"], [1702467542, "2611.41"], [1702467566, "2627.658"], [1702467599, "2643.906"], [1702467635, "2660.154"], [1702467668, "2676.402"], [1702467695, "2692.65"], [1702467716, "2708.898"], [1702467746, "2725.146"], [1702467800, "2749.518"], [1702467824, "2765.766"], [1702467908, "2806.386"], [1702467944, "2822.634"], [1702467968, "2838.882"], [1702468001, "2855.13"], [1702468031, "2871.378"], [1702468067, "2887.626"], [1702468085, "2903.874"], [1702468115, "2920.122"], [1702468151, "2936.37"], [1702468181, "2952.618"], [1702468208, "2968.866"], [1702468241, "2985.114"], [1702468256, "3001.362"], [1702468286, "3017.61"], [1702468322, "3033.858"], [1702468352, "3050.106"], [1702468388, "3066.354"], [1702468424, "3082.602"], [1702468457, "3098.85"], [1702468493, "3115.098"], [1702468517, "3131.346"], [1702468550, "3147.594"], [1702468586, "3163.842"], [1702468613, "3180.09"], [1702468637, "3196.338"], [1702468679, "3212.586"], [1702468721, "3228.834"], [1702468730, "3236.958"], [1702468766, "3253.206"], [1702468799, "3269.454"], [1702468835, "3285.702"], [1702468898, "3310.074"], [1702468934, "3326.322"], [1702468970, "3342.57"], [1702468994, "3358.818"], [1702469024, "3375.066"], [1702469060, "3391.314"], [1702469111, "3415.686"], [1702469144, "3431.934"], [1702469168, "3448.182"], [1702469204, "3464.43"], [1702469237, "3480.678"], [1702469273, "3496.926"], [1702469303, "3513.174"], [1702469336, "3529.422"], [1702469360, "3545.67"], [1702469387, "3561.918"], [1702469411, "3578.166"], [1702469435, "3594.414"], [1702469468, "3610.662"], [1702469504, "3626.91"], [1702469537, "3643.158"], [1702469573, "3659.406"], [1702469606, "3675.654"], [1702469633, "3691.902"], [1702469660, "3708.15"], [1702469684, "3724.398"], [1702469717, "3740.646"], [1702469753, "3756.894"], [1702469786, "3773.142"], [1702469816, "3789.39"], [1702469834, "3805.638"], [1702469864, "3821.886"], [1702469906, "3846.258"], [1702469936, "3862.506"], [1702469972, "3878.754"], [1702470005, "3895.002"], [1702470029, "3911.25"], [1702470065, "3927.498"], [1702470101, "3943.746"], [1702470131, "3959.994"], [1702470167, "3976.242"], [1702470203, "3992.49"], [1702470251, "4016.862"], [1702470278, "4033.11"], [1702470311, "4049.358"], [1702470347, "4065.606"], [1702470371, "4081.854"], [1702470404, "4098.102"], [1702470440, "4114.35"], [1702470476, "4130.598"], [1702470506, "4146.846"], [1702470542, "4163.094"], [1702470575, "4179.342"], [1702470611, "4195.59"], [1702470635, "4211.838"], [1702470662, "4228.086"], [1702470686, "4244.334"], [1702470719, "4260.582"], [1702470746, "4276.83"], [1702470812, "4309.326"], [1702470845, "4325.574"], [1702470875, "4341.822"], [1702470899, "4358.07"], [1702470953, "4382.442"], [1702470983, "4398.69"], [1702471025, "4414.938"], [1702471067, "4439.31"], [1702471169, "4479.93"], [1702471193, "4496.178"], [1702471226, "4512.426"], [1702471265, "4528.674"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.492"], [1702462721, "0.51"], [1702462736, "0.546"], [1702462751, "0.579"], [1702462763, "0.612"], [1702462793, "0.681"], [1702462808, "0.714"], [1702462829, "0.732"], [1702462844, "0.75"], [1702462865, "0.798"], [1702462880, "0.831"], [1702462904, "0.909"], [1702462919, "0.942"], [1702462952, "0.99"], [1702462973, "1.02"], [1702462988, "1.038"], [1702463045, "1.101"], [1702463081, "1.149"], [1702463114, "1.245"], [1702463150, "1.311"], [1702463186, "1.374"], [1702463216, "1.449"], [1702463240, "1.5"], [1702463273, "1.575"], [1702463324, "1.686"], [1702463354, "1.764"], [1702463381, "1.845"], [1702463417, "1.908"], [1702463453, "1.971"], [1702463477, "2.016"], [1702463510, "2.052"], [1702463537, "2.1"], [1702463570, "2.13"], [1702463591, "2.175"], [1702463621, "2.235"], [1702463657, "2.298"], [1702463693, "2.379"], [1702463729, "2.445"], [1702463765, "2.496"], [1702463798, "2.544"], [1702463846, "2.622"], [1702463873, "2.667"], [1702463906, "2.727"], [1702463948, "2.823"], [1702463984, "2.886"], [1702464014, "2.949"], [1702464050, "3.012"], [1702464086, "3.087"], [1702464122, "3.162"], [1702464155, "3.222"], [1702464194, "3.33"], [1702464230, "3.396"], [1702464263, "3.477"], [1702464299, "3.558"], [1702464332, "3.639"], [1702464356, "3.72"], [1702464392, "3.801"], [1702464425, "3.882"], [1702464455, "3.957"], [1702464479, "4.035"], [1702464509, "4.125"], [1702464533, "4.215"], [1702464569, "4.308"], [1702464605, "4.389"], [1702464635, "4.482"], [1702464671, "4.578"], [1702464716, "4.671"], [1702464743, "4.761"], [1702464776, "4.851"], [1702464812, "4.941"], [1702464836, "5.046"], [1702464869, "5.136"], [1702464905, "5.244"], [1702464926, "5.319"], [1702464956, "5.412"], [1702464992, "5.49"], [1702465016, "5.595"], [1702465049, "5.676"], [1702465085, "5.766"], [1702465118, "5.859"], [1702465145, "5.952"], [1702465178, "6.042"], [1702465208, "6.135"], [1702465241, "6.228"], [1702465298, "6.369"], [1702465334, "6.48"], [1702465367, "6.57"], [1702465394, "6.66"], [1702465418, "6.75"], [1702465445, "6.84"], [1702465481, "6.933"], [1702465517, "7.044"], [1702465550, "7.137"], [1702465586, "7.218"], [1702465619, "7.311"], [1702465658, "7.404"], [1702465706, "7.479"], [1702465754, "7.497"], [1702465787, "7.533"], [1702465823, "7.551"], [1702465856, "7.584"], [1702465880, "7.632"], [1702465910, "7.683"], [1702465952, "7.746"], [1702465988, "7.809"], [1702466015, "7.869"], [1702466030, "7.929"], [1702466060, "7.989"], [1702466078, "8.052"], [1702466138, "8.166"], [1702466168, "8.232"], [1702466204, "8.298"], [1702466237, "8.361"], [1702466261, "8.406"], [1702466291, "8.469"], [1702466327, "8.529"], [1702466360, "8.589"], [1702466384, "8.649"], [1702466417, "8.697"], [1702466441, "8.76"], [1702466471, "8.823"], [1702466507, "8.859"], [1702466540, "8.91"], [1702466597, "8.994"], [1702466633, "9.045"], [1702466666, "9.09"], [1702466705, "9.135"], [1702466732, "9.195"], [1702466765, "9.243"], [1702466801, "9.303"], [1702466852, "9.381"], [1702466876, "9.441"], [1702466918, "9.489"], [1702466978, "9.603"], [1702467014, "9.663"], [1702467038, "9.723"], [1702467068, "9.783"], [1702467122, "9.873"], [1702467158, "9.933"], [1702467191, "9.993"], [1702467221, "10.056"], [1702467257, "10.107"], [1702467299, "10.17"], [1702467350, "10.26"], [1702467386, "10.32"], [1702467419, "10.395"], [1702467455, "10.455"], [1702467515, "10.578"], [1702467542, "10.641"], [1702467566, "10.707"], [1702467599, "10.755"], [1702467635, "10.803"], [1702467668, "10.836"], [1702467695, "10.866"], [1702467716, "10.911"], [1702467746, "10.941"], [1702467800, "11.001"], [1702467824, "11.046"], [1702467908, "11.169"], [1702467944, "11.199"], [1702467968, "11.232"], [1702468001, "11.262"], [1702468031, "11.307"], [1702468067, "11.337"], [1702468085, "11.367"], [1702468115, "11.382"], [1702468151, "11.412"], [1702468181, "11.442"], [1702468208, "11.472"], [1702468241, "11.49"], [1702468256, "11.52"], [1702468286, "11.553"], [1702468322, "11.568"], [1702468352, "11.583"], [1702468388, "11.613"], [1702468424, "11.643"], [1702468457, "11.673"], [1702468493, "11.688"], [1702468517, "11.721"], [1702468550, "11.751"], [1702468586, "11.766"], [1702468613, "11.784"], [1702468637, "11.814"], [1702468679, "11.829"], [1702468721, "11.859"], [1702468730, "11.874"], [1702468766, "11.904"], [1702468799, "11.934"], [1702468835, "11.964"], [1702468898, "12.012"], [1702468934, "12.027"], [1702468970, "12.027"], [1702468994, "12.057"], [1702469024, "12.072"], [1702469060, "12.102"], [1702469111, "12.147"], [1702469144, "12.15"], [1702469168, "12.165"], [1702469204, "12.183"], [1702469237, "12.213"], [1702469273, "12.228"], [1702469303, "12.258"], [1702469336, "12.288"], [1702469360, "12.288"], [1702469387, "12.288"], [1702469411, "12.303"], [1702469435, "12.333"], [1702469468, "12.363"], [1702469504, "12.396"], [1702469537, "12.429"], [1702469573, "12.462"], [1702469606, "12.492"], [1702469633, "12.522"], [1702469660, "12.552"], [1702469684, "12.582"], [1702469717, "12.612"], [1702469753, "12.627"], [1702469786, "12.642"], [1702469816, "12.66"], [1702469834, "12.69"], [1702469864, "12.705"], [1702469906, "12.756"], [1702469936, "12.786"], [1702469972, "12.816"], [1702470005, "12.831"], [1702470029, "12.846"], [1702470065, "12.864"], [1702470101, "12.897"], [1702470131, "12.93"], [1702470167, "12.96"], [1702470203, "12.99"], [1702470251, "13.02"], [1702470278, "13.05"], [1702470311, "13.08"], [1702470347, "13.11"], [1702470371, "13.14"], [1702470404, "13.173"], [1702470440, "13.176"], [1702470476, "13.209"], [1702470506, "13.212"], [1702470542, "13.245"], [1702470575, "13.26"], [1702470611, "13.26"], [1702470635, "13.29"], [1702470662, "13.305"], [1702470686, "13.335"], [1702470719, "13.365"], [1702470746, "13.395"], [1702470812, "13.443"], [1702470845, "13.461"], [1702470875, "13.491"], [1702470899, "13.521"], [1702470953, "13.566"], [1702470983, "13.596"], [1702471025, "13.632"], [1702471067, "13.683"], [1702471169, "13.773"], [1702471193, "13.806"], [1702471226, "13.836"], [1702471265, "13.869"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "146.046"], [1702462721, "154.878"], [1702462736, "163.71"], [1702462751, "172.542"], [1702462763, "181.185"], [1702462793, "198.291"], [1702462808, "206.754"], [1702462829, "215.217"], [1702462844, "223.341"], [1702462865, "231.465"], [1702462880, "239.589"], [1702462904, "255.837"], [1702462919, "263.961"], [1702462952, "280.209"], [1702462973, "288.333"], [1702462988, "296.457"], [1702463045, "320.829"], [1702463081, "337.077"], [1702463114, "353.325"], [1702463150, "369.573"], [1702463186, "385.821"], [1702463216, "402.069"], [1702463240, "418.317"], [1702463273, "434.565"], [1702463324, "458.937"], [1702463354, "475.185"], [1702463381, "491.433"], [1702463417, "507.681"], [1702463453, "523.929"], [1702463477, "540.177"], [1702463510, "556.425"], [1702463537, "572.673"], [1702463570, "588.921"], [1702463591, "605.169"], [1702463621, "621.417"], [1702463657, "637.665"], [1702463693, "653.913"], [1702463729, "670.161"], [1702463765, "686.409"], [1702463798, "702.657"], [1702463846, "727.029"], [1702463873, "743.277"], [1702463906, "759.525"], [1702463948, "783.897"], [1702463984, "800.145"], [1702464014, "816.393"], [1702464050, "832.641"], [1702464086, "848.889"], [1702464122, "865.137"], [1702464155, "881.385"], [1702464194, "905.757"], [1702464230, "922.005"], [1702464263, "938.253"], [1702464299, "954.501"], [1702464332, "970.749"], [1702464356, "986.997"], [1702464392, "1003.245"], [1702464425, "1019.493"], [1702464455, "1035.741"], [1702464479, "1051.989"], [1702464509, "1068.237"], [1702464533, "1084.485"], [1702464569, "1100.733"], [1702464605, "1116.981"], [1702464635, "1133.229"], [1702464671, "1149.477"], [1702464716, "1165.725"], [1702464743, "1181.973"], [1702464776, "1198.221"], [1702464812, "1214.469"], [1702464836, "1230.717"], [1702464869, "1246.965"], [1702464905, "1263.213"], [1702464926, "1279.461"], [1702464956, "1295.709"], [1702464992, "1311.957"], [1702465016, "1328.205"], [1702465049, "1344.453"], [1702465085, "1360.701"], [1702465118, "1376.949"], [1702465145, "1393.197"], [1702465178, "1409.445"], [1702465208, "1425.693"], [1702465241, "1441.941"], [1702465298, "1466.313"], [1702465334, "1482.561"], [1702465367, "1498.809"], [1702465394, "1515.057"], [1702465418, "1531.305"], [1702465445, "1547.553"], [1702465481, "1563.801"], [1702465517, "1580.049"], [1702465550, "1596.297"], [1702465586, "1612.545"], [1702465619, "1628.793"], [1702465658, "1645.041"], [1702465706, "1661.289"], [1702465754, "1685.661"], [1702465787, "1701.909"], [1702465823, "1718.157"], [1702465856, "1734.405"], [1702465880, "1750.653"], [1702465910, "1766.901"], [1702465952, "1783.149"], [1702465988, "1799.397"], [1702466015, "1815.645"], [1702466030, "1831.893"], [1702466060, "1848.141"], [1702466078, "1864.389"], [1702466138, "1888.761"], [1702466168, "1905.009"], [1702466204, "1921.257"], [1702466237, "1937.505"], [1702466261, "1953.753"], [1702466291, "1970.001"], [1702466327, "1986.249"], [1702466360, "2002.497"], [1702466384, "2018.745"], [1702466417, "2034.993"], [1702466441, "2051.241"], [1702466471, "2067.489"], [1702466507, "2083.737"], [1702466540, "2099.985"], [1702466597, "2124.357"], [1702466633, "2140.605"], [1702466666, "2156.853"], [1702466705, "2173.101"], [1702466732, "2189.349"], [1702466765, "2205.597"], [1702466801, "2221.845"], [1702466852, "2246.217"], [1702466876, "2262.465"], [1702466918, "2278.713"], [1702466978, "2311.209"], [1702467014, "2327.457"], [1702467038, "2343.705"], [1702467068, "2359.953"], [1702467122, "2384.325"], [1702467158, "2400.573"], [1702467191, "2416.821"], [1702467221, "2433.069"], [1702467257, "2449.317"], [1702467299, "2465.565"], [1702467350, "2489.937"], [1702467386, "2506.185"], [1702467419, "2522.433"], [1702467455, "2538.681"], [1702467515, "2571.177"], [1702467542, "2587.425"], [1702467566, "2603.673"], [1702467599, "2619.921"], [1702467635, "2636.169"], [1702467668, "2652.417"], [1702467695, "2668.665"], [1702467716, "2684.913"], [1702467746, "2701.161"], [1702467800, "2725.533"], [1702467824, "2741.781"], [1702467908, "2782.401"], [1702467944, "2798.649"], [1702467968, "2814.897"], [1702468001, "2831.145"], [1702468031, "2847.393"], [1702468067, "2863.641"], [1702468085, "2879.889"], [1702468115, "2896.137"], [1702468151, "2912.385"], [1702468181, "2928.633"], [1702468208, "2944.881"], [1702468241, "2961.129"], [1702468256, "2977.377"], [1702468286, "2993.625"], [1702468322, "3009.873"], [1702468352, "3026.121"], [1702468388, "3042.369"], [1702468424, "3058.617"], [1702468457, "3074.865"], [1702468493, "3091.113"], [1702468517, "3107.361"], [1702468550, "3123.609"], [1702468586, "3139.857"], [1702468613, "3156.105"], [1702468637, "3172.353"], [1702468679, "3188.601"], [1702468721, "3204.849"], [1702468730, "3212.973"], [1702468766, "3229.221"], [1702468799, "3245.469"], [1702468835, "3261.717"], [1702468898, "3286.089"], [1702468934, "3302.337"], [1702468970, "3318.585"], [1702468994, "3334.833"], [1702469024, "3351.081"], [1702469060, "3367.329"], [1702469111, "3391.701"], [1702469144, "3407.949"], [1702469168, "3424.197"], [1702469204, "3440.445"], [1702469237, "3456.693"], [1702469273, "3472.941"], [1702469303, "3489.189"], [1702469336, "3505.437"], [1702469360, "3521.685"], [1702469387, "3537.933"], [1702469411, "3554.181"], [1702469435, "3570.429"], [1702469468, "3586.677"], [1702469504, "3602.925"], [1702469537, "3619.173"], [1702469573, "3635.421"], [1702469606, "3651.669"], [1702469633, "3667.917"], [1702469660, "3684.165"], [1702469684, "3700.413"], [1702469717, "3716.661"], [1702469753, "3732.909"], [1702469786, "3749.157"], [1702469816, "3765.405"], [1702469834, "3781.653"], [1702469864, "3797.901"], [1702469906, "3822.273"], [1702469936, "3838.521"], [1702469972, "3854.769"], [1702470005, "3871.017"], [1702470029, "3887.265"], [1702470065, "3903.513"], [1702470101, "3919.761"], [1702470131, "3936.009"], [1702470167, "3952.257"], [1702470203, "3968.505"], [1702470251, "3992.877"], [1702470278, "4009.125"], [1702470311, "4025.373"], [1702470347, "4041.621"], [1702470371, "4057.869"], [1702470404, "4074.117"], [1702470440, "4090.365"], [1702470476, "4106.613"], [1702470506, "4122.861"], [1702470542, "4139.109"], [1702470575, "4155.357"], [1702470611, "4171.605"], [1702470635, "4187.853"], [1702470662, "4204.101"], [1702470686, "4220.349"], [1702470719, "4236.597"], [1702470746, "4252.845"], [1702470812, "4285.341"], [1702470845, "4301.589"], [1702470875, "4317.837"], [1702470899, "4334.085"], [1702470953, "4358.457"], [1702470983, "4374.705"], [1702471025, "4390.953"], [1702471067, "4415.325"], [1702471169, "4455.945"], [1702471193, "4472.193"], [1702471226, "4488.441"], [1702471265, "4504.689"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0.24"], [1702462844, "0.258"], [1702462865, "0.306"], [1702462880, "0.339"], [1702462904, "0.417"], [1702462919, "0.45"], [1702462952, "0.498"], [1702462973, "0.528"], [1702462988, "0.546"], [1702463045, "0.609"], [1702463081, "0.657"], [1702463114, "0.753"], [1702463150, "0.819"], [1702463186, "0.882"], [1702463216, "0.957"], [1702463240, "1.008"], [1702463273, "1.083"], [1702463324, "1.194"], [1702463354, "1.272"], [1702463381, "1.353"], [1702463417, "1.416"], [1702463453, "1.479"], [1702463477, "1.524"], [1702463510, "1.56"], [1702463537, "1.608"], [1702463570, "1.638"], [1702463591, "1.683"], [1702463621, "1.743"], [1702463657, "1.806"], [1702463693, "1.887"], [1702463729, "1.953"], [1702463765, "2.004"], [1702463798, "2.052"], [1702463846, "2.13"], [1702463873, "2.175"], [1702463906, "2.235"], [1702463948, "2.331"], [1702463984, "2.394"], [1702464014, "2.457"], [1702464050, "2.52"], [1702464086, "2.595"], [1702464122, "2.67"], [1702464155, "2.73"], [1702464194, "2.838"], [1702464230, "2.904"], [1702464263, "2.985"], [1702464299, "3.066"], [1702464332, "3.147"], [1702464356, "3.228"], [1702464392, "3.309"], [1702464425, "3.39"], [1702464455, "3.465"], [1702464479, "3.543"], [1702464509, "3.633"], [1702464533, "3.723"], [1702464569, "3.816"], [1702464605, "3.897"], [1702464635, "3.99"], [1702464671, "4.086"], [1702464716, "4.179"], [1702464743, "4.269"], [1702464776, "4.359"], [1702464812, "4.449"], [1702464836, "4.554"], [1702464869, "4.644"], [1702464905, "4.752"], [1702464926, "4.827"], [1702464956, "4.92"], [1702464992, "4.998"], [1702465016, "5.103"], [1702465049, "5.184"], [1702465085, "5.274"], [1702465118, "5.367"], [1702465145, "5.46"], [1702465178, "5.55"], [1702465208, "5.643"], [1702465241, "5.736"], [1702465298, "5.877"], [1702465334, "5.988"], [1702465367, "6.078"], [1702465394, "6.168"], [1702465418, "6.258"], [1702465445, "6.348"], [1702465481, "6.441"], [1702465517, "6.552"], [1702465550, "6.645"], [1702465586, "6.726"], [1702465619, "6.819"], [1702465658, "6.912"], [1702465706, "6.987"], [1702465754, "7.005"], [1702465787, "7.041"], [1702465823, "7.059"], [1702465856, "7.092"], [1702465880, "7.14"], [1702465910, "7.191"], [1702465952, "7.254"], [1702465988, "7.317"], [1702466015, "7.377"], [1702466030, "7.437"], [1702466060, "7.497"], [1702466078, "7.56"], [1702466138, "7.674"], [1702466168, "7.74"], [1702466204, "7.806"], [1702466237, "7.869"], [1702466261, "7.914"], [1702466291, "7.977"], [1702466327, "8.037"], [1702466360, "8.097"], [1702466384, "8.157"], [1702466417, "8.205"], [1702466441, "8.268"], [1702466471, "8.331"], [1702466507, "8.367"], [1702466540, "8.418"], [1702466597, "8.502"], [1702466633, "8.553"], [1702466666, "8.598"], [1702466705, "8.643"], [1702466732, "8.703"], [1702466765, "8.751"], [1702466801, "8.811"], [1702466852, "8.889"], [1702466876, "8.949"], [1702466918, "8.997"], [1702466978, "9.111"], [1702467014, "9.171"], [1702467038, "9.231"], [1702467068, "9.291"], [1702467122, "9.381"], [1702467158, "9.441"], [1702467191, "9.501"], [1702467221, "9.564"], [1702467257, "9.615"], [1702467299, "9.678"], [1702467350, "9.768"], [1702467386, "9.828"], [1702467419, "9.903"], [1702467455, "9.963"], [1702467515, "10.086"], [1702467542, "10.149"], [1702467566, "10.215"], [1702467599, "10.263"], [1702467635, "10.311"], [1702467668, "10.344"], [1702467695, "10.374"], [1702467716, "10.419"], [1702467746, "10.449"], [1702467800, "10.509"], [1702467824, "10.554"], [1702467908, "10.677"], [1702467944, "10.707"], [1702467968, "10.74"], [1702468001, "10.77"], [1702468031, "10.815"], [1702468067, "10.845"], [1702468085, "10.875"], [1702468115, "10.89"], [1702468151, "10.92"], [1702468181, "10.95"], [1702468208, "10.98"], [1702468241, "10.998"], [1702468256, "11.028"], [1702468286, "11.061"], [1702468322, "11.076"], [1702468352, "11.091"], [1702468388, "11.121"], [1702468424, "11.151"], [1702468457, "11.181"], [1702468493, "11.196"], [1702468517, "11.229"], [1702468550, "11.259"], [1702468586, "11.274"], [1702468613, "11.292"], [1702468637, "11.322"], [1702468679, "11.337"], [1702468721, "11.367"], [1702468730, "11.382"], [1702468766, "11.412"], [1702468799, "11.442"], [1702468835, "11.472"], [1702468898, "11.52"], [1702468934, "11.535"], [1702468970, "11.535"], [1702468994, "11.565"], [1702469024, "11.58"], [1702469060, "11.61"], [1702469111, "11.655"], [1702469144, "11.658"], [1702469168, "11.673"], [1702469204, "11.691"], [1702469237, "11.721"], [1702469273, "11.736"], [1702469303, "11.766"], [1702469336, "11.796"], [1702469360, "11.796"], [1702469387, "11.796"], [1702469411, "11.811"], [1702469435, "11.841"], [1702469468, "11.871"], [1702469504, "11.904"], [1702469537, "11.937"], [1702469573, "11.97"], [1702469606, "12"], [1702469633, "12.03"], [1702469660, "12.06"], [1702469684, "12.09"], [1702469717, "12.12"], [1702469753, "12.135"], [1702469786, "12.15"], [1702469816, "12.168"], [1702469834, "12.198"], [1702469864, "12.213"], [1702469906, "12.264"], [1702469936, "12.294"], [1702469972, "12.324"], [1702470005, "12.339"], [1702470029, "12.354"], [1702470065, "12.372"], [1702470101, "12.405"], [1702470131, "12.438"], [1702470167, "12.468"], [1702470203, "12.498"], [1702470251, "12.528"], [1702470278, "12.558"], [1702470311, "12.588"], [1702470347, "12.618"], [1702470371, "12.648"], [1702470404, "12.681"], [1702470440, "12.684"], [1702470476, "12.717"], [1702470506, "12.72"], [1702470542, "12.753"], [1702470575, "12.768"], [1702470611, "12.768"], [1702470635, "12.798"], [1702470662, "12.813"], [1702470686, "12.843"], [1702470719, "12.873"], [1702470746, "12.903"], [1702470812, "12.951"], [1702470845, "12.969"], [1702470875, "12.999"], [1702470899, "13.029"], [1702470953, "13.074"], [1702470983, "13.104"], [1702471025, "13.14"], [1702471067, "13.191"], [1702471169, "13.281"], [1702471193, "13.314"], [1702471226, "13.344"], [1702471265, "13.377"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "69.171"], [1702462844, "77.295"], [1702462865, "85.419"], [1702462880, "93.543"], [1702462904, "109.791"], [1702462919, "117.915"], [1702462952, "134.163"], [1702462973, "142.287"], [1702462988, "150.411"], [1702463045, "174.783"], [1702463081, "191.031"], [1702463114, "207.279"], [1702463150, "223.527"], [1702463186, "239.775"], [1702463216, "256.023"], [1702463240, "272.271"], [1702463273, "288.519"], [1702463324, "312.891"], [1702463354, "329.139"], [1702463381, "345.387"], [1702463417, "361.635"], [1702463453, "377.883"], [1702463477, "394.131"], [1702463510, "410.379"], [1702463537, "426.627"], [1702463570, "442.875"], [1702463591, "459.123"], [1702463621, "475.371"], [1702463657, "491.619"], [1702463693, "507.867"], [1702463729, "524.115"], [1702463765, "540.363"], [1702463798, "556.611"], [1702463846, "580.983"], [1702463873, "597.231"], [1702463906, "613.479"], [1702463948, "637.851"], [1702463984, "654.099"], [1702464014, "670.347"], [1702464050, "686.595"], [1702464086, "702.843"], [1702464122, "719.091"], [1702464155, "735.339"], [1702464194, "759.711"], [1702464230, "775.959"], [1702464263, "792.207"], [1702464299, "808.455"], [1702464332, "824.703"], [1702464356, "840.951"], [1702464392, "857.199"], [1702464425, "873.447"], [1702464455, "889.695"], [1702464479, "905.943"], [1702464509, "922.191"], [1702464533, "938.439"], [1702464569, "954.687"], [1702464605, "970.935"], [1702464635, "987.183"], [1702464671, "1003.431"], [1702464716, "1019.679"], [1702464743, "1035.927"], [1702464776, "1052.175"], [1702464812, "1068.423"], [1702464836, "1084.671"], [1702464869, "1100.919"], [1702464905, "1117.167"], [1702464926, "1133.415"], [1702464956, "1149.663"], [1702464992, "1165.911"], [1702465016, "1182.159"], [1702465049, "1198.407"], [1702465085, "1214.655"], [1702465118, "1230.903"], [1702465145, "1247.151"], [1702465178, "1263.399"], [1702465208, "1279.647"], [1702465241, "1295.895"], [1702465298, "1320.267"], [1702465334, "1336.515"], [1702465367, "1352.763"], [1702465394, "1369.011"], [1702465418, "1385.259"], [1702465445, "1401.507"], [1702465481, "1417.755"], [1702465517, "1434.003"], [1702465550, "1450.251"], [1702465586, "1466.499"], [1702465619, "1482.747"], [1702465658, "1498.995"], [1702465706, "1515.243"], [1702465754, "1539.615"], [1702465787, "1555.863"], [1702465823, "1572.111"], [1702465856, "1588.359"], [1702465880, "1604.607"], [1702465910, "1620.855"], [1702465952, "1637.103"], [1702465988, "1653.351"], [1702466015, "1669.599"], [1702466030, "1685.847"], [1702466060, "1702.095"], [1702466078, "1718.343"], [1702466138, "1742.715"], [1702466168, "1758.963"], [1702466204, "1775.211"], [1702466237, "1791.459"], [1702466261, "1807.707"], [1702466291, "1823.955"], [1702466327, "1840.203"], [1702466360, "1856.451"], [1702466384, "1872.699"], [1702466417, "1888.947"], [1702466441, "1905.195"], [1702466471, "1921.443"], [1702466507, "1937.691"], [1702466540, "1953.939"], [1702466597, "1978.311"], [1702466633, "1994.559"], [1702466666, "2010.807"], [1702466705, "2027.055"], [1702466732, "2043.303"], [1702466765, "2059.551"], [1702466801, "2075.799"], [1702466852, "2100.171"], [1702466876, "2116.419"], [1702466918, "2132.667"], [1702466978, "2165.163"], [1702467014, "2181.411"], [1702467038, "2197.659"], [1702467068, "2213.907"], [1702467122, "2238.279"], [1702467158, "2254.527"], [1702467191, "2270.775"], [1702467221, "2287.023"], [1702467257, "2303.271"], [1702467299, "2319.519"], [1702467350, "2343.891"], [1702467386, "2360.139"], [1702467419, "2376.387"], [1702467455, "2392.635"], [1702467515, "2425.131"], [1702467542, "2441.379"], [1702467566, "2457.627"], [1702467599, "2473.875"], [1702467635, "2490.123"], [1702467668, "2506.371"], [1702467695, "2522.619"], [1702467716, "2538.867"], [1702467746, "2555.115"], [1702467800, "2579.487"], [1702467824, "2595.735"], [1702467908, "2636.355"], [1702467944, "2652.603"], [1702467968, "2668.851"], [1702468001, "2685.099"], [1702468031, "2701.347"], [1702468067, "2717.595"], [1702468085, "2733.843"], [1702468115, "2750.091"], [1702468151, "2766.339"], [1702468181, "2782.587"], [1702468208, "2798.835"], [1702468241, "2815.083"], [1702468256, "2831.331"], [1702468286, "2847.579"], [1702468322, "2863.827"], [1702468352, "2880.075"], [1702468388, "2896.323"], [1702468424, "2912.571"], [1702468457, "2928.819"], [1702468493, "2945.067"], [1702468517, "2961.315"], [1702468550, "2977.563"], [1702468586, "2993.811"], [1702468613, "3010.059"], [1702468637, "3026.307"], [1702468679, "3042.555"], [1702468721, "3058.803"], [1702468730, "3066.927"], [1702468766, "3083.175"], [1702468799, "3099.423"], [1702468835, "3115.671"], [1702468898, "3140.043"], [1702468934, "3156.291"], [1702468970, "3172.539"], [1702468994, "3188.787"], [1702469024, "3205.035"], [1702469060, "3221.283"], [1702469111, "3245.655"], [1702469144, "3261.903"], [1702469168, "3278.151"], [1702469204, "3294.399"], [1702469237, "3310.647"], [1702469273, "3326.895"], [1702469303, "3343.143"], [1702469336, "3359.391"], [1702469360, "3375.639"], [1702469387, "3391.887"], [1702469411, "3408.135"], [1702469435, "3424.383"], [1702469468, "3440.631"], [1702469504, "3456.879"], [1702469537, "3473.127"], [1702469573, "3489.375"], [1702469606, "3505.623"], [1702469633, "3521.871"], [1702469660, "3538.119"], [1702469684, "3554.367"], [1702469717, "3570.615"], [1702469753, "3586.863"], [1702469786, "3603.111"], [1702469816, "3619.359"], [1702469834, "3635.607"], [1702469864, "3651.855"], [1702469906, "3676.227"], [1702469936, "3692.475"], [1702469972, "3708.723"], [1702470005, "3724.971"], [1702470029, "3741.219"], [1702470065, "3757.467"], [1702470101, "3773.715"], [1702470131, "3789.963"], [1702470167, "3806.211"], [1702470203, "3822.459"], [1702470251, "3846.831"], [1702470278, "3863.079"], [1702470311, "3879.327"], [1702470347, "3895.575"], [1702470371, "3911.823"], [1702470404, "3928.071"], [1702470440, "3944.319"], [1702470476, "3960.567"], [1702470506, "3976.815"], [1702470542, "3993.063"], [1702470575, "4009.311"], [1702470611, "4025.559"], [1702470635, "4041.807"], [1702470662, "4058.055"], [1702470686, "4074.303"], [1702470719, "4090.551"], [1702470746, "4106.799"], [1702470812, "4139.295"], [1702470845, "4155.543"], [1702470875, "4171.791"], [1702470899, "4188.039"], [1702470953, "4212.411"], [1702470983, "4228.659"], [1702471025, "4244.907"], [1702471067, "4269.279"], [1702471169, "4309.899"], [1702471193, "4326.147"], [1702471226, "4342.395"], [1702471265, "4358.643"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0.018"], [1702462736, "0.054"], [1702462751, "0.087"], [1702462763, "0.12"], [1702462793, "0.189"], [1702462808, "0.222"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "8.832"], [1702462736, "17.664"], [1702462751, "26.496"], [1702462763, "35.139"], [1702462793, "52.245"], [1702462808, "60.708"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0.288"], [1702462988, "0.306"], [1702463045, "0.369"], [1702463081, "0.417"], [1702463114, "0.513"], [1702463150, "0.579"], [1702463186, "0.642"], [1702463216, "0.717"], [1702463240, "0.768"], [1702463273, "0.843"], [1702463324, "0.954"], [1702463354, "1.032"], [1702463381, "1.113"], [1702463417, "1.176"], [1702463453, "1.239"], [1702463477, "1.284"], [1702463510, "1.32"], [1702463537, "1.368"], [1702463570, "1.398"], [1702463591, "1.443"], [1702463621, "1.503"], [1702463657, "1.566"], [1702463693, "1.647"], [1702463729, "1.713"], [1702463765, "1.764"], [1702463798, "1.812"], [1702463846, "1.89"], [1702463873, "1.935"], [1702463906, "1.995"], [1702463948, "2.091"], [1702463984, "2.154"], [1702464014, "2.217"], [1702464050, "2.28"], [1702464086, "2.355"], [1702464122, "2.43"], [1702464155, "2.49"], [1702464194, "2.598"], [1702464230, "2.664"], [1702464263, "2.745"], [1702464299, "2.826"], [1702464332, "2.907"], [1702464356, "2.988"], [1702464392, "3.069"], [1702464425, "3.15"], [1702464455, "3.225"], [1702464479, "3.303"], [1702464509, "3.393"], [1702464533, "3.483"], [1702464569, "3.576"], [1702464605, "3.657"], [1702464635, "3.75"], [1702464671, "3.846"], [1702464716, "3.939"], [1702464743, "4.029"], [1702464776, "4.119"], [1702464812, "4.209"], [1702464836, "4.314"], [1702464869, "4.404"], [1702464905, "4.512"], [1702464926, "4.587"], [1702464956, "4.68"], [1702464992, "4.758"], [1702465016, "4.863"], [1702465049, "4.944"], [1702465085, "5.034"], [1702465118, "5.127"], [1702465145, "5.22"], [1702465178, "5.31"], [1702465208, "5.403"], [1702465241, "5.496"], [1702465298, "5.637"], [1702465334, "5.748"], [1702465367, "5.838"], [1702465394, "5.928"], [1702465418, "6.018"], [1702465445, "6.108"], [1702465481, "6.201"], [1702465517, "6.312"], [1702465550, "6.405"], [1702465586, "6.486"], [1702465619, "6.579"], [1702465658, "6.672"], [1702465706, "6.747"], [1702465754, "6.765"], [1702465787, "6.801"], [1702465823, "6.819"], [1702465856, "6.852"], [1702465880, "6.9"], [1702465910, "6.951"], [1702465952, "7.014"], [1702465988, "7.077"], [1702466015, "7.137"], [1702466030, "7.197"], [1702466060, "7.257"], [1702466078, "7.32"], [1702466138, "7.434"], [1702466168, "7.5"], [1702466204, "7.566"], [1702466237, "7.629"], [1702466261, "7.674"], [1702466291, "7.737"], [1702466327, "7.797"], [1702466360, "7.857"], [1702466384, "7.917"], [1702466417, "7.965"], [1702466441, "8.028"], [1702466471, "8.091"], [1702466507, "8.127"], [1702466540, "8.178"], [1702466597, "8.262"], [1702466633, "8.313"], [1702466666, "8.358"], [1702466705, "8.403"], [1702466732, "8.463"], [1702466765, "8.511"], [1702466801, "8.571"], [1702466852, "8.649"], [1702466876, "8.709"], [1702466918, "8.757"], [1702466978, "8.871"], [1702467014, "8.931"], [1702467038, "8.991"], [1702467068, "9.051"], [1702467122, "9.141"], [1702467158, "9.201"], [1702467191, "9.261"], [1702467221, "9.324"], [1702467257, "9.375"], [1702467299, "9.438"], [1702467350, "9.528"], [1702467386, "9.588"], [1702467419, "9.663"], [1702467455, "9.723"], [1702467515, "9.846"], [1702467542, "9.909"], [1702467566, "9.975"], [1702467599, "10.023"], [1702467635, "10.071"], [1702467668, "10.104"], [1702467695, "10.134"], [1702467716, "10.179"], [1702467746, "10.209"], [1702467800, "10.269"], [1702467824, "10.314"], [1702467908, "10.437"], [1702467944, "10.467"], [1702467968, "10.5"], [1702468001, "10.53"], [1702468031, "10.575"], [1702468067, "10.605"], [1702468085, "10.635"], [1702468115, "10.65"], [1702468151, "10.68"], [1702468181, "10.71"], [1702468208, "10.74"], [1702468241, "10.758"], [1702468256, "10.788"], [1702468286, "10.821"], [1702468322, "10.836"], [1702468352, "10.851"], [1702468388, "10.881"], [1702468424, "10.911"], [1702468457, "10.941"], [1702468493, "10.956"], [1702468517, "10.989"], [1702468550, "11.019"], [1702468586, "11.034"], [1702468613, "11.052"], [1702468637, "11.082"], [1702468679, "11.097"], [1702468721, "11.127"], [1702468730, "11.142"], [1702468766, "11.172"], [1702468799, "11.202"], [1702468835, "11.232"], [1702468898, "11.28"], [1702468934, "11.295"], [1702468970, "11.295"], [1702468994, "11.325"], [1702469024, "11.34"], [1702469060, "11.37"], [1702469111, "11.415"], [1702469144, "11.418"], [1702469168, "11.433"], [1702469204, "11.451"], [1702469237, "11.481"], [1702469273, "11.496"], [1702469303, "11.526"], [1702469336, "11.556"], [1702469360, "11.556"], [1702469387, "11.556"], [1702469411, "11.571"], [1702469435, "11.601"], [1702469468, "11.631"], [1702469504, "11.664"], [1702469537, "11.697"], [1702469573, "11.73"], [1702469606, "11.76"], [1702469633, "11.79"], [1702469660, "11.82"], [1702469684, "11.85"], [1702469717, "11.88"], [1702469753, "11.895"], [1702469786, "11.91"], [1702469816, "11.928"], [1702469834, "11.958"], [1702469864, "11.973"], [1702469906, "12.024"], [1702469936, "12.054"], [1702469972, "12.084"], [1702470005, "12.099"], [1702470029, "12.114"], [1702470065, "12.132"], [1702470101, "12.165"], [1702470131, "12.198"], [1702470167, "12.228"], [1702470203, "12.258"], [1702470251, "12.288"], [1702470278, "12.318"], [1702470311, "12.348"], [1702470347, "12.378"], [1702470371, "12.408"], [1702470404, "12.441"], [1702470440, "12.444"], [1702470476, "12.477"], [1702470506, "12.48"], [1702470542, "12.513"], [1702470575, "12.528"], [1702470611, "12.528"], [1702470635, "12.558"], [1702470662, "12.573"], [1702470686, "12.603"], [1702470719, "12.633"], [1702470746, "12.663"], [1702470812, "12.711"], [1702470845, "12.729"], [1702470875, "12.759"], [1702470899, "12.789"], [1702470953, "12.834"], [1702470983, "12.864"], [1702471025, "12.9"], [1702471067, "12.951"], [1702471169, "13.041"], [1702471193, "13.074"], [1702471226, "13.104"], [1702471265, "13.137"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "73.116"], [1702462988, "81.24"], [1702463045, "105.612"], [1702463081, "121.86"], [1702463114, "138.108"], [1702463150, "154.356"], [1702463186, "170.604"], [1702463216, "186.852"], [1702463240, "203.1"], [1702463273, "219.348"], [1702463324, "243.72"], [1702463354, "259.968"], [1702463381, "276.216"], [1702463417, "292.464"], [1702463453, "308.712"], [1702463477, "324.96"], [1702463510, "341.208"], [1702463537, "357.456"], [1702463570, "373.704"], [1702463591, "389.952"], [1702463621, "406.2"], [1702463657, "422.448"], [1702463693, "438.696"], [1702463729, "454.944"], [1702463765, "471.192"], [1702463798, "487.44"], [1702463846, "511.812"], [1702463873, "528.06"], [1702463906, "544.308"], [1702463948, "568.68"], [1702463984, "584.928"], [1702464014, "601.176"], [1702464050, "617.424"], [1702464086, "633.672"], [1702464122, "649.92"], [1702464155, "666.168"], [1702464194, "690.54"], [1702464230, "706.788"], [1702464263, "723.036"], [1702464299, "739.284"], [1702464332, "755.532"], [1702464356, "771.78"], [1702464392, "788.028"], [1702464425, "804.276"], [1702464455, "820.524"], [1702464479, "836.772"], [1702464509, "853.02"], [1702464533, "869.268"], [1702464569, "885.516"], [1702464605, "901.764"], [1702464635, "918.012"], [1702464671, "934.26"], [1702464716, "950.508"], [1702464743, "966.756"], [1702464776, "983.004"], [1702464812, "999.252"], [1702464836, "1015.5"], [1702464869, "1031.748"], [1702464905, "1047.996"], [1702464926, "1064.244"], [1702464956, "1080.492"], [1702464992, "1096.74"], [1702465016, "1112.988"], [1702465049, "1129.236"], [1702465085, "1145.484"], [1702465118, "1161.732"], [1702465145, "1177.98"], [1702465178, "1194.228"], [1702465208, "1210.476"], [1702465241, "1226.724"], [1702465298, "1251.096"], [1702465334, "1267.344"], [1702465367, "1283.592"], [1702465394, "1299.84"], [1702465418, "1316.088"], [1702465445, "1332.336"], [1702465481, "1348.584"], [1702465517, "1364.832"], [1702465550, "1381.08"], [1702465586, "1397.328"], [1702465619, "1413.576"], [1702465658, "1429.824"], [1702465706, "1446.072"], [1702465754, "1470.444"], [1702465787, "1486.692"], [1702465823, "1502.94"], [1702465856, "1519.188"], [1702465880, "1535.436"], [1702465910, "1551.684"], [1702465952, "1567.932"], [1702465988, "1584.18"], [1702466015, "1600.428"], [1702466030, "1616.676"], [1702466060, "1632.924"], [1702466078, "1649.172"], [1702466138, "1673.544"], [1702466168, "1689.792"], [1702466204, "1706.04"], [1702466237, "1722.288"], [1702466261, "1738.536"], [1702466291, "1754.784"], [1702466327, "1771.032"], [1702466360, "1787.28"], [1702466384, "1803.528"], [1702466417, "1819.776"], [1702466441, "1836.024"], [1702466471, "1852.272"], [1702466507, "1868.52"], [1702466540, "1884.768"], [1702466597, "1909.14"], [1702466633, "1925.388"], [1702466666, "1941.636"], [1702466705, "1957.884"], [1702466732, "1974.132"], [1702466765, "1990.38"], [1702466801, "2006.628"], [1702466852, "2031"], [1702466876, "2047.248"], [1702466918, "2063.496"], [1702466978, "2095.992"], [1702467014, "2112.24"], [1702467038, "2128.488"], [1702467068, "2144.736"], [1702467122, "2169.108"], [1702467158, "2185.356"], [1702467191, "2201.604"], [1702467221, "2217.852"], [1702467257, "2234.1"], [1702467299, "2250.348"], [1702467350, "2274.72"], [1702467386, "2290.968"], [1702467419, "2307.216"], [1702467455, "2323.464"], [1702467515, "2355.96"], [1702467542, "2372.208"], [1702467566, "2388.456"], [1702467599, "2404.704"], [1702467635, "2420.952"], [1702467668, "2437.2"], [1702467695, "2453.448"], [1702467716, "2469.696"], [1702467746, "2485.944"], [1702467800, "2510.316"], [1702467824, "2526.564"], [1702467908, "2567.184"], [1702467944, "2583.432"], [1702467968, "2599.68"], [1702468001, "2615.928"], [1702468031, "2632.176"], [1702468067, "2648.424"], [1702468085, "2664.672"], [1702468115, "2680.92"], [1702468151, "2697.168"], [1702468181, "2713.416"], [1702468208, "2729.664"], [1702468241, "2745.912"], [1702468256, "2762.16"], [1702468286, "2778.408"], [1702468322, "2794.656"], [1702468352, "2810.904"], [1702468388, "2827.152"], [1702468424, "2843.4"], [1702468457, "2859.648"], [1702468493, "2875.896"], [1702468517, "2892.144"], [1702468550, "2908.392"], [1702468586, "2924.64"], [1702468613, "2940.888"], [1702468637, "2957.136"], [1702468679, "2973.384"], [1702468721, "2989.632"], [1702468730, "2997.756"], [1702468766, "3014.004"], [1702468799, "3030.252"], [1702468835, "3046.5"], [1702468898, "3070.872"], [1702468934, "3087.12"], [1702468970, "3103.368"], [1702468994, "3119.616"], [1702469024, "3135.864"], [1702469060, "3152.112"], [1702469111, "3176.484"], [1702469144, "3192.732"], [1702469168, "3208.98"], [1702469204, "3225.228"], [1702469237, "3241.476"], [1702469273, "3257.724"], [1702469303, "3273.972"], [1702469336, "3290.22"], [1702469360, "3306.468"], [1702469387, "3322.716"], [1702469411, "3338.964"], [1702469435, "3355.212"], [1702469468, "3371.46"], [1702469504, "3387.708"], [1702469537, "3403.956"], [1702469573, "3420.204"], [1702469606, "3436.452"], [1702469633, "3452.7"], [1702469660, "3468.948"], [1702469684, "3485.196"], [1702469717, "3501.444"], [1702469753, "3517.692"], [1702469786, "3533.94"], [1702469816, "3550.188"], [1702469834, "3566.436"], [1702469864, "3582.684"], [1702469906, "3607.056"], [1702469936, "3623.304"], [1702469972, "3639.552"], [1702470005, "3655.8"], [1702470029, "3672.048"], [1702470065, "3688.296"], [1702470101, "3704.544"], [1702470131, "3720.792"], [1702470167, "3737.04"], [1702470203, "3753.288"], [1702470251, "3777.66"], [1702470278, "3793.908"], [1702470311, "3810.156"], [1702470347, "3826.404"], [1702470371, "3842.652"], [1702470404, "3858.9"], [1702470440, "3875.148"], [1702470476, "3891.396"], [1702470506, "3907.644"], [1702470542, "3923.892"], [1702470575, "3940.14"], [1702470611, "3956.388"], [1702470635, "3972.636"], [1702470662, "3988.884"], [1702470686, "4005.132"], [1702470719, "4021.38"], [1702470746, "4037.628"], [1702470812, "4070.124"], [1702470845, "4086.372"], [1702470875, "4102.62"], [1702470899, "4118.868"], [1702470953, "4143.24"], [1702470983, "4159.488"], [1702471025, "4175.736"], [1702471067, "4200.108"], [1702471169, "4240.728"], [1702471193, "4256.976"], [1702471226, "4273.224"], [1702471265, "4289.472"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.018"], [1702462865, "0.066"], [1702462880, "0.099"], [1702462904, "0.177"], [1702462919, "0.21"], [1702462952, "0.258"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.124"], [1702462865, "16.248"], [1702462880, "24.372"], [1702462904, "40.62"], [1702462919, "48.744"], [1702462952, "64.992"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.33"], [1702462919, "0.363"], [1702462952, "0.411"], [1702462973, "0.441"], [1702462988, "0.459"], [1702463045, "0.522"], [1702463081, "0.57"], [1702463114, "0.666"], [1702463150, "0.732"], [1702463186, "0.795"], [1702463216, "0.87"], [1702463240, "0.921"], [1702463273, "0.996"], [1702463324, "1.107"], [1702463354, "1.185"], [1702463381, "1.266"], [1702463417, "1.329"], [1702463453, "1.392"], [1702463477, "1.437"], [1702463510, "1.473"], [1702463537, "1.521"], [1702463570, "1.551"], [1702463591, "1.596"], [1702463621, "1.656"], [1702463657, "1.719"], [1702463693, "1.8"], [1702463729, "1.866"], [1702463765, "1.917"], [1702463798, "1.965"], [1702463846, "2.043"], [1702463873, "2.088"], [1702463906, "2.148"], [1702463948, "2.244"], [1702463984, "2.307"], [1702464014, "2.37"], [1702464050, "2.433"], [1702464086, "2.508"], [1702464122, "2.583"], [1702464155, "2.643"], [1702464194, "2.751"], [1702464230, "2.817"], [1702464263, "2.898"], [1702464299, "2.979"], [1702464332, "3.06"], [1702464356, "3.141"], [1702464392, "3.222"], [1702464425, "3.303"], [1702464455, "3.378"], [1702464479, "3.456"], [1702464509, "3.546"], [1702464533, "3.636"], [1702464569, "3.729"], [1702464605, "3.81"], [1702464635, "3.903"], [1702464671, "3.999"], [1702464716, "4.092"], [1702464743, "4.182"], [1702464776, "4.272"], [1702464812, "4.362"], [1702464836, "4.467"], [1702464869, "4.557"], [1702464905, "4.665"], [1702464926, "4.74"], [1702464956, "4.833"], [1702464992, "4.911"], [1702465016, "5.016"], [1702465049, "5.097"], [1702465085, "5.187"], [1702465118, "5.28"], [1702465145, "5.373"], [1702465178, "5.463"], [1702465208, "5.556"], [1702465241, "5.649"], [1702465298, "5.79"], [1702465334, "5.901"], [1702465367, "5.991"], [1702465394, "6.081"], [1702465418, "6.171"], [1702465445, "6.261"], [1702465481, "6.354"], [1702465517, "6.465"], [1702465550, "6.558"], [1702465586, "6.639"], [1702465619, "6.732"], [1702465658, "6.825"], [1702465706, "6.9"], [1702465754, "6.918"], [1702465787, "6.954"], [1702465823, "6.972"], [1702465856, "7.005"], [1702465880, "7.053"], [1702465910, "7.104"], [1702465952, "7.167"], [1702465988, "7.23"], [1702466015, "7.29"], [1702466030, "7.35"], [1702466060, "7.41"], [1702466078, "7.473"], [1702466138, "7.587"], [1702466168, "7.653"], [1702466204, "7.719"], [1702466237, "7.782"], [1702466261, "7.827"], [1702466291, "7.89"], [1702466327, "7.95"], [1702466360, "8.01"], [1702466384, "8.07"], [1702466417, "8.118"], [1702466441, "8.181"], [1702466471, "8.244"], [1702466507, "8.28"], [1702466540, "8.331"], [1702466597, "8.415"], [1702466633, "8.466"], [1702466666, "8.511"], [1702466705, "8.556"], [1702466732, "8.616"], [1702466765, "8.664"], [1702466801, "8.724"], [1702466852, "8.802"], [1702466876, "8.862"], [1702466918, "8.91"], [1702466978, "9.024"], [1702467014, "9.084"], [1702467038, "9.144"], [1702467068, "9.204"], [1702467122, "9.294"], [1702467158, "9.354"], [1702467191, "9.414"], [1702467221, "9.477"], [1702467257, "9.528"], [1702467299, "9.591"], [1702467350, "9.681"], [1702467386, "9.741"], [1702467419, "9.816"], [1702467455, "9.876"], [1702467515, "9.999"], [1702467542, "10.062"], [1702467566, "10.128"], [1702467599, "10.176"], [1702467635, "10.224"], [1702467668, "10.257"], [1702467695, "10.287"], [1702467716, "10.332"], [1702467746, "10.362"], [1702467800, "10.422"], [1702467824, "10.467"], [1702467908, "10.59"], [1702467944, "10.62"], [1702467968, "10.653"], [1702468001, "10.683"], [1702468031, "10.728"], [1702468067, "10.758"], [1702468085, "10.788"], [1702468115, "10.803"], [1702468151, "10.833"], [1702468181, "10.863"], [1702468208, "10.893"], [1702468241, "10.911"], [1702468256, "10.941"], [1702468286, "10.974"], [1702468322, "10.989"], [1702468352, "11.004"], [1702468388, "11.034"], [1702468424, "11.064"], [1702468457, "11.094"], [1702468493, "11.109"], [1702468517, "11.142"], [1702468550, "11.172"], [1702468586, "11.187"], [1702468613, "11.205"], [1702468637, "11.235"], [1702468679, "11.25"], [1702468721, "11.28"], [1702468730, "11.295"], [1702468766, "11.325"], [1702468799, "11.355"], [1702468835, "11.385"], [1702468898, "11.433"], [1702468934, "11.448"], [1702468970, "11.448"], [1702468994, "11.478"], [1702469024, "11.493"], [1702469060, "11.523"], [1702469111, "11.568"], [1702469144, "11.571"], [1702469168, "11.586"], [1702469204, "11.604"], [1702469237, "11.634"], [1702469273, "11.649"], [1702469303, "11.679"], [1702469336, "11.709"], [1702469360, "11.709"], [1702469387, "11.709"], [1702469411, "11.724"], [1702469435, "11.754"], [1702469468, "11.784"], [1702469504, "11.817"], [1702469537, "11.85"], [1702469573, "11.883"], [1702469606, "11.913"], [1702469633, "11.943"], [1702469660, "11.973"], [1702469684, "12.003"], [1702469717, "12.033"], [1702469753, "12.048"], [1702469786, "12.063"], [1702469816, "12.081"], [1702469834, "12.111"], [1702469864, "12.126"], [1702469906, "12.177"], [1702469936, "12.207"], [1702469972, "12.237"], [1702470005, "12.252"], [1702470029, "12.267"], [1702470065, "12.285"], [1702470101, "12.318"], [1702470131, "12.351"], [1702470167, "12.381"], [1702470203, "12.411"], [1702470251, "12.441"], [1702470278, "12.471"], [1702470311, "12.501"], [1702470347, "12.531"], [1702470371, "12.561"], [1702470404, "12.594"], [1702470440, "12.597"], [1702470476, "12.63"], [1702470506, "12.633"], [1702470542, "12.666"], [1702470575, "12.681"], [1702470611, "12.681"], [1702470635, "12.711"], [1702470662, "12.726"], [1702470686, "12.756"], [1702470719, "12.786"], [1702470746, "12.816"], [1702470812, "12.864"], [1702470845, "12.882"], [1702470875, "12.912"], [1702470899, "12.942"], [1702470953, "12.987"], [1702470983, "13.017"], [1702471025, "13.053"], [1702471067, "13.104"], [1702471169, "13.194"], [1702471193, "13.227"], [1702471226, "13.257"], [1702471265, "13.29"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "83.295"], [1702462919, "91.419"], [1702462952, "107.667"], [1702462973, "115.791"], [1702462988, "123.915"], [1702463045, "148.287"], [1702463081, "164.535"], [1702463114, "180.783"], [1702463150, "197.031"], [1702463186, "213.279"], [1702463216, "229.527"], [1702463240, "245.775"], [1702463273, "262.023"], [1702463324, "286.395"], [1702463354, "302.643"], [1702463381, "318.891"], [1702463417, "335.139"], [1702463453, "351.387"], [1702463477, "367.635"], [1702463510, "383.883"], [1702463537, "400.131"], [1702463570, "416.379"], [1702463591, "432.627"], [1702463621, "448.875"], [1702463657, "465.123"], [1702463693, "481.371"], [1702463729, "497.619"], [1702463765, "513.867"], [1702463798, "530.115"], [1702463846, "554.487"], [1702463873, "570.735"], [1702463906, "586.983"], [1702463948, "611.355"], [1702463984, "627.603"], [1702464014, "643.851"], [1702464050, "660.099"], [1702464086, "676.347"], [1702464122, "692.595"], [1702464155, "708.843"], [1702464194, "733.215"], [1702464230, "749.463"], [1702464263, "765.711"], [1702464299, "781.959"], [1702464332, "798.207"], [1702464356, "814.455"], [1702464392, "830.703"], [1702464425, "846.951"], [1702464455, "863.199"], [1702464479, "879.447"], [1702464509, "895.695"], [1702464533, "911.943"], [1702464569, "928.191"], [1702464605, "944.439"], [1702464635, "960.687"], [1702464671, "976.935"], [1702464716, "993.183"], [1702464743, "1009.431"], [1702464776, "1025.679"], [1702464812, "1041.927"], [1702464836, "1058.175"], [1702464869, "1074.423"], [1702464905, "1090.671"], [1702464926, "1106.919"], [1702464956, "1123.167"], [1702464992, "1139.415"], [1702465016, "1155.663"], [1702465049, "1171.911"], [1702465085, "1188.159"], [1702465118, "1204.407"], [1702465145, "1220.655"], [1702465178, "1236.903"], [1702465208, "1253.151"], [1702465241, "1269.399"], [1702465298, "1293.771"], [1702465334, "1310.019"], [1702465367, "1326.267"], [1702465394, "1342.515"], [1702465418, "1358.763"], [1702465445, "1375.011"], [1702465481, "1391.259"], [1702465517, "1407.507"], [1702465550, "1423.755"], [1702465586, "1440.003"], [1702465619, "1456.251"], [1702465658, "1472.499"], [1702465706, "1488.747"], [1702465754, "1513.119"], [1702465787, "1529.367"], [1702465823, "1545.615"], [1702465856, "1561.863"], [1702465880, "1578.111"], [1702465910, "1594.359"], [1702465952, "1610.607"], [1702465988, "1626.855"], [1702466015, "1643.103"], [1702466030, "1659.351"], [1702466060, "1675.599"], [1702466078, "1691.847"], [1702466138, "1716.219"], [1702466168, "1732.467"], [1702466204, "1748.715"], [1702466237, "1764.963"], [1702466261, "1781.211"], [1702466291, "1797.459"], [1702466327, "1813.707"], [1702466360, "1829.955"], [1702466384, "1846.203"], [1702466417, "1862.451"], [1702466441, "1878.699"], [1702466471, "1894.947"], [1702466507, "1911.195"], [1702466540, "1927.443"], [1702466597, "1951.815"], [1702466633, "1968.063"], [1702466666, "1984.311"], [1702466705, "2000.559"], [1702466732, "2016.807"], [1702466765, "2033.055"], [1702466801, "2049.303"], [1702466852, "2073.675"], [1702466876, "2089.923"], [1702466918, "2106.171"], [1702466978, "2138.667"], [1702467014, "2154.915"], [1702467038, "2171.163"], [1702467068, "2187.411"], [1702467122, "2211.783"], [1702467158, "2228.031"], [1702467191, "2244.279"], [1702467221, "2260.527"], [1702467257, "2276.775"], [1702467299, "2293.023"], [1702467350, "2317.395"], [1702467386, "2333.643"], [1702467419, "2349.891"], [1702467455, "2366.139"], [1702467515, "2398.635"], [1702467542, "2414.883"], [1702467566, "2431.131"], [1702467599, "2447.379"], [1702467635, "2463.627"], [1702467668, "2479.875"], [1702467695, "2496.123"], [1702467716, "2512.371"], [1702467746, "2528.619"], [1702467800, "2552.991"], [1702467824, "2569.239"], [1702467908, "2609.859"], [1702467944, "2626.107"], [1702467968, "2642.355"], [1702468001, "2658.603"], [1702468031, "2674.851"], [1702468067, "2691.099"], [1702468085, "2707.347"], [1702468115, "2723.595"], [1702468151, "2739.843"], [1702468181, "2756.091"], [1702468208, "2772.339"], [1702468241, "2788.587"], [1702468256, "2804.835"], [1702468286, "2821.083"], [1702468322, "2837.331"], [1702468352, "2853.579"], [1702468388, "2869.827"], [1702468424, "2886.075"], [1702468457, "2902.323"], [1702468493, "2918.571"], [1702468517, "2934.819"], [1702468550, "2951.067"], [1702468586, "2967.315"], [1702468613, "2983.563"], [1702468637, "2999.811"], [1702468679, "3016.059"], [1702468721, "3032.307"], [1702468730, "3040.431"], [1702468766, "3056.679"], [1702468799, "3072.927"], [1702468835, "3089.175"], [1702468898, "3113.547"], [1702468934, "3129.795"], [1702468970, "3146.043"], [1702468994, "3162.291"], [1702469024, "3178.539"], [1702469060, "3194.787"], [1702469111, "3219.159"], [1702469144, "3235.407"], [1702469168, "3251.655"], [1702469204, "3267.903"], [1702469237, "3284.151"], [1702469273, "3300.399"], [1702469303, "3316.647"], [1702469336, "3332.895"], [1702469360, "3349.143"], [1702469387, "3365.391"], [1702469411, "3381.639"], [1702469435, "3397.887"], [1702469468, "3414.135"], [1702469504, "3430.383"], [1702469537, "3446.631"], [1702469573, "3462.879"], [1702469606, "3479.127"], [1702469633, "3495.375"], [1702469660, "3511.623"], [1702469684, "3527.871"], [1702469717, "3544.119"], [1702469753, "3560.367"], [1702469786, "3576.615"], [1702469816, "3592.863"], [1702469834, "3609.111"], [1702469864, "3625.359"], [1702469906, "3649.731"], [1702469936, "3665.979"], [1702469972, "3682.227"], [1702470005, "3698.475"], [1702470029, "3714.723"], [1702470065, "3730.971"], [1702470101, "3747.219"], [1702470131, "3763.467"], [1702470167, "3779.715"], [1702470203, "3795.963"], [1702470251, "3820.335"], [1702470278, "3836.583"], [1702470311, "3852.831"], [1702470347, "3869.079"], [1702470371, "3885.327"], [1702470404, "3901.575"], [1702470440, "3917.823"], [1702470476, "3934.071"], [1702470506, "3950.319"], [1702470542, "3966.567"], [1702470575, "3982.815"], [1702470611, "3999.063"], [1702470635, "4015.311"], [1702470662, "4031.559"], [1702470686, "4047.807"], [1702470719, "4064.055"], [1702470746, "4080.303"], [1702470812, "4112.799"], [1702470845, "4129.047"], [1702470875, "4145.295"], [1702470899, "4161.543"], [1702470953, "4185.915"], [1702470983, "4202.163"], [1702471025, "4218.411"], [1702471067, "4242.783"], [1702471169, "4283.403"], [1702471193, "4299.651"], [1702471226, "4315.899"], [1702471265, "4332.147"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.033"], [1702462793, "0.102"], [1702462808, "0.135"], [1702462829, "0.153"], [1702462844, "0.171"], [1702462865, "0.219"], [1702462880, "0.252"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "8.643"], [1702462793, "25.749"], [1702462808, "34.212"], [1702462829, "42.675"], [1702462844, "50.799"], [1702462865, "58.923"], [1702462880, "67.047"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0.429"], [1702462721, "0.447"], [1702462736, "0.483"], [1702462751, "0.516"], [1702462763, "0.549"], [1702462793, "0.618"], [1702462808, "0.651"], [1702462829, "0.669"], [1702462844, "0.687"], [1702462865, "0.735"], [1702462880, "0.768"], [1702462904, "0.846"], [1702462919, "0.879"], [1702462952, "0.927"], [1702462973, "0.957"], [1702462988, "0.975"], [1702463045, "1.038"], [1702463081, "1.086"], [1702463114, "1.182"], [1702463150, "1.248"], [1702463186, "1.311"], [1702463216, "1.386"], [1702463240, "1.437"], [1702463273, "1.512"], [1702463324, "1.623"], [1702463354, "1.701"], [1702463381, "1.782"], [1702463417, "1.845"], [1702463453, "1.908"], [1702463477, "1.953"], [1702463510, "1.989"], [1702463537, "2.037"], [1702463570, "2.067"], [1702463591, "2.112"], [1702463621, "2.172"], [1702463657, "2.235"], [1702463693, "2.316"], [1702463729, "2.382"], [1702463765, "2.433"], [1702463798, "2.481"], [1702463846, "2.559"], [1702463873, "2.604"], [1702463906, "2.664"], [1702463948, "2.76"], [1702463984, "2.823"], [1702464014, "2.886"], [1702464050, "2.949"], [1702464086, "3.024"], [1702464122, "3.099"], [1702464155, "3.159"], [1702464194, "3.267"], [1702464230, "3.333"], [1702464263, "3.414"], [1702464299, "3.495"], [1702464332, "3.576"], [1702464356, "3.657"], [1702464392, "3.738"], [1702464425, "3.819"], [1702464455, "3.894"], [1702464479, "3.972"], [1702464509, "4.062"], [1702464533, "4.152"], [1702464569, "4.245"], [1702464605, "4.326"], [1702464635, "4.419"], [1702464671, "4.515"], [1702464716, "4.608"], [1702464743, "4.698"], [1702464776, "4.788"], [1702464812, "4.878"], [1702464836, "4.983"], [1702464869, "5.073"], [1702464905, "5.181"], [1702464926, "5.256"], [1702464956, "5.349"], [1702464992, "5.427"], [1702465016, "5.532"], [1702465049, "5.613"], [1702465085, "5.703"], [1702465118, "5.796"], [1702465145, "5.889"], [1702465178, "5.979"], [1702465208, "6.072"], [1702465241, "6.165"], [1702465298, "6.306"], [1702465334, "6.417"], [1702465367, "6.507"], [1702465394, "6.597"], [1702465418, "6.687"], [1702465445, "6.777"], [1702465481, "6.87"], [1702465517, "6.981"], [1702465550, "7.074"], [1702465586, "7.155"], [1702465619, "7.248"], [1702465658, "7.341"], [1702465706, "7.416"], [1702465754, "7.434"], [1702465787, "7.47"], [1702465823, "7.488"], [1702465856, "7.521"], [1702465880, "7.569"], [1702465910, "7.62"], [1702465952, "7.683"], [1702465988, "7.746"], [1702466015, "7.806"], [1702466030, "7.866"], [1702466060, "7.926"], [1702466078, "7.989"], [1702466138, "8.103"], [1702466168, "8.169"], [1702466204, "8.235"], [1702466237, "8.298"], [1702466261, "8.343"], [1702466291, "8.406"], [1702466327, "8.466"], [1702466360, "8.526"], [1702466384, "8.586"], [1702466417, "8.634"], [1702466441, "8.697"], [1702466471, "8.76"], [1702466507, "8.796"], [1702466540, "8.847"], [1702466597, "8.931"], [1702466633, "8.982"], [1702466666, "9.027"], [1702466705, "9.072"], [1702466732, "9.132"], [1702466765, "9.18"], [1702466801, "9.24"], [1702466852, "9.318"], [1702466876, "9.378"], [1702466918, "9.426"], [1702466978, "9.54"], [1702467014, "9.6"], [1702467038, "9.66"], [1702467068, "9.72"], [1702467122, "9.81"], [1702467158, "9.87"], [1702467191, "9.93"], [1702467221, "9.993"], [1702467257, "10.044"], [1702467299, "10.107"], [1702467350, "10.197"], [1702467386, "10.257"], [1702467419, "10.332"], [1702467455, "10.392"], [1702467515, "10.515"], [1702467542, "10.578"], [1702467566, "10.644"], [1702467599, "10.692"], [1702467635, "10.74"], [1702467668, "10.773"], [1702467695, "10.803"], [1702467716, "10.848"], [1702467746, "10.878"], [1702467800, "10.938"], [1702467824, "10.983"], [1702467908, "11.106"], [1702467944, "11.136"], [1702467968, "11.169"], [1702468001, "11.199"], [1702468031, "11.244"], [1702468067, "11.274"], [1702468085, "11.304"], [1702468115, "11.319"], [1702468151, "11.349"], [1702468181, "11.379"], [1702468208, "11.409"], [1702468241, "11.427"], [1702468256, "11.457"], [1702468286, "11.49"], [1702468322, "11.505"], [1702468352, "11.52"], [1702468388, "11.55"], [1702468424, "11.58"], [1702468457, "11.61"], [1702468493, "11.625"], [1702468517, "11.658"], [1702468550, "11.688"], [1702468586, "11.703"], [1702468613, "11.721"], [1702468637, "11.751"], [1702468679, "11.766"], [1702468721, "11.796"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "107.652"], [1702462721, "116.484"], [1702462736, "125.316"], [1702462751, "134.148"], [1702462763, "142.791"], [1702462793, "159.897"], [1702462808, "168.36"], [1702462829, "176.823"], [1702462844, "184.947"], [1702462865, "193.071"], [1702462880, "201.195"], [1702462904, "217.443"], [1702462919, "225.567"], [1702462952, "241.815"], [1702462973, "249.939"], [1702462988, "258.063"], [1702463045, "282.435"], [1702463081, "298.683"], [1702463114, "314.931"], [1702463150, "331.179"], [1702463186, "347.427"], [1702463216, "363.675"], [1702463240, "379.923"], [1702463273, "396.171"], [1702463324, "420.543"], [1702463354, "436.791"], [1702463381, "453.039"], [1702463417, "469.287"], [1702463453, "485.535"], [1702463477, "501.783"], [1702463510, "518.031"], [1702463537, "534.279"], [1702463570, "550.527"], [1702463591, "566.775"], [1702463621, "583.023"], [1702463657, "599.271"], [1702463693, "615.519"], [1702463729, "631.767"], [1702463765, "648.015"], [1702463798, "664.263"], [1702463846, "688.635"], [1702463873, "704.883"], [1702463906, "721.131"], [1702463948, "745.503"], [1702463984, "761.751"], [1702464014, "777.999"], [1702464050, "794.247"], [1702464086, "810.495"], [1702464122, "826.743"], [1702464155, "842.991"], [1702464194, "867.363"], [1702464230, "883.611"], [1702464263, "899.859"], [1702464299, "916.107"], [1702464332, "932.355"], [1702464356, "948.603"], [1702464392, "964.851"], [1702464425, "981.099"], [1702464455, "997.347"], [1702464479, "1013.595"], [1702464509, "1029.843"], [1702464533, "1046.091"], [1702464569, "1062.339"], [1702464605, "1078.587"], [1702464635, "1094.835"], [1702464671, "1111.083"], [1702464716, "1127.331"], [1702464743, "1143.579"], [1702464776, "1159.827"], [1702464812, "1176.075"], [1702464836, "1192.323"], [1702464869, "1208.571"], [1702464905, "1224.819"], [1702464926, "1241.067"], [1702464956, "1257.315"], [1702464992, "1273.563"], [1702465016, "1289.811"], [1702465049, "1306.059"], [1702465085, "1322.307"], [1702465118, "1338.555"], [1702465145, "1354.803"], [1702465178, "1371.051"], [1702465208, "1387.299"], [1702465241, "1403.547"], [1702465298, "1427.919"], [1702465334, "1444.167"], [1702465367, "1460.415"], [1702465394, "1476.663"], [1702465418, "1492.911"], [1702465445, "1509.159"], [1702465481, "1525.407"], [1702465517, "1541.655"], [1702465550, "1557.903"], [1702465586, "1574.151"], [1702465619, "1590.399"], [1702465658, "1606.647"], [1702465706, "1622.895"], [1702465754, "1647.267"], [1702465787, "1663.515"], [1702465823, "1679.763"], [1702465856, "1696.011"], [1702465880, "1712.259"], [1702465910, "1728.507"], [1702465952, "1744.755"], [1702465988, "1761.003"], [1702466015, "1777.251"], [1702466030, "1793.499"], [1702466060, "1809.747"], [1702466078, "1825.995"], [1702466138, "1850.367"], [1702466168, "1866.615"], [1702466204, "1882.863"], [1702466237, "1899.111"], [1702466261, "1915.359"], [1702466291, "1931.607"], [1702466327, "1947.855"], [1702466360, "1964.103"], [1702466384, "1980.351"], [1702466417, "1996.599"], [1702466441, "2012.847"], [1702466471, "2029.095"], [1702466507, "2045.343"], [1702466540, "2061.591"], [1702466597, "2085.963"], [1702466633, "2102.211"], [1702466666, "2118.459"], [1702466705, "2134.707"], [1702466732, "2150.955"], [1702466765, "2167.203"], [1702466801, "2183.451"], [1702466852, "2207.823"], [1702466876, "2224.071"], [1702466918, "2240.319"], [1702466978, "2272.815"], [1702467014, "2289.063"], [1702467038, "2305.311"], [1702467068, "2321.559"], [1702467122, "2345.931"], [1702467158, "2362.179"], [1702467191, "2378.427"], [1702467221, "2394.675"], [1702467257, "2410.923"], [1702467299, "2427.171"], [1702467350, "2451.543"], [1702467386, "2467.791"], [1702467419, "2484.039"], [1702467455, "2500.287"], [1702467515, "2532.783"], [1702467542, "2549.031"], [1702467566, "2565.279"], [1702467599, "2581.527"], [1702467635, "2597.775"], [1702467668, "2614.023"], [1702467695, "2630.271"], [1702467716, "2646.519"], [1702467746, "2662.767"], [1702467800, "2687.139"], [1702467824, "2703.387"], [1702467908, "2744.007"], [1702467944, "2760.255"], [1702467968, "2776.503"], [1702468001, "2792.751"], [1702468031, "2808.999"], [1702468067, "2825.247"], [1702468085, "2841.495"], [1702468115, "2857.743"], [1702468151, "2873.991"], [1702468181, "2890.239"], [1702468208, "2906.487"], [1702468241, "2922.735"], [1702468256, "2938.983"], [1702468286, "2955.231"], [1702468322, "2971.479"], [1702468352, "2987.727"], [1702468388, "3003.975"], [1702468424, "3020.223"], [1702468457, "3036.471"], [1702468493, "3052.719"], [1702468517, "3068.967"], [1702468550, "3085.215"], [1702468586, "3101.463"], [1702468613, "3117.711"], [1702468637, "3133.959"], [1702468679, "3150.207"], [1702468721, "3166.455"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0.123"], [1702462763, "0.156"], [1702462793, "0.225"], [1702462808, "0.258"], [1702462829, "0.276"], [1702462844, "0.294"], [1702462865, "0.342"], [1702462880, "0.375"], [1702462904, "0.453"], [1702462919, "0.486"], [1702462952, "0.534"], [1702462973, "0.564"], [1702462988, "0.582"], [1702463045, "0.645"], [1702463081, "0.693"], [1702463114, "0.789"], [1702463150, "0.855"], [1702463186, "0.918"], [1702463216, "0.993"], [1702463240, "1.044"], [1702463273, "1.119"], [1702463324, "1.23"], [1702463354, "1.308"], [1702463381, "1.389"], [1702463417, "1.452"], [1702463453, "1.515"], [1702463477, "1.56"], [1702463510, "1.596"], [1702463537, "1.644"], [1702463570, "1.674"], [1702463591, "1.719"], [1702463621, "1.779"], [1702463657, "1.842"], [1702463693, "1.923"], [1702463729, "1.989"], [1702463765, "2.04"], [1702463798, "2.088"], [1702463846, "2.166"], [1702463873, "2.211"], [1702463906, "2.271"], [1702463948, "2.367"], [1702463984, "2.43"], [1702464014, "2.493"], [1702464050, "2.556"], [1702464086, "2.631"], [1702464122, "2.706"], [1702464155, "2.766"], [1702464194, "2.874"], [1702464230, "2.94"], [1702464263, "3.021"], [1702464299, "3.102"], [1702464332, "3.183"], [1702464356, "3.264"], [1702464392, "3.345"], [1702464425, "3.426"], [1702464455, "3.501"], [1702464479, "3.579"], [1702464509, "3.669"], [1702464533, "3.759"], [1702464569, "3.852"], [1702464605, "3.933"], [1702464635, "4.026"], [1702464671, "4.122"], [1702464716, "4.215"], [1702464743, "4.305"], [1702464776, "4.395"], [1702464812, "4.485"], [1702464836, "4.59"], [1702464869, "4.68"], [1702464905, "4.788"], [1702464926, "4.863"], [1702464956, "4.956"], [1702464992, "5.034"], [1702465016, "5.139"], [1702465049, "5.22"], [1702465085, "5.31"], [1702465118, "5.403"], [1702465145, "5.496"], [1702465178, "5.586"], [1702465208, "5.679"], [1702465241, "5.772"], [1702465298, "5.913"], [1702465334, "6.024"], [1702465367, "6.114"], [1702465394, "6.204"], [1702465418, "6.294"], [1702465445, "6.384"], [1702465481, "6.477"], [1702465517, "6.588"], [1702465550, "6.681"], [1702465586, "6.762"], [1702465619, "6.855"], [1702465658, "6.948"], [1702465706, "7.023"], [1702465754, "7.041"], [1702465787, "7.077"], [1702465823, "7.095"], [1702465856, "7.128"], [1702465880, "7.176"], [1702465910, "7.227"], [1702465952, "7.29"], [1702465988, "7.353"], [1702466015, "7.413"], [1702466030, "7.473"], [1702466060, "7.533"], [1702466078, "7.596"], [1702466138, "7.71"], [1702466168, "7.776"], [1702466204, "7.842"], [1702466237, "7.905"], [1702466261, "7.95"], [1702466291, "8.013"], [1702466327, "8.073"], [1702466360, "8.133"], [1702466384, "8.193"], [1702466417, "8.241"], [1702466441, "8.304"], [1702466471, "8.367"], [1702466507, "8.403"], [1702466540, "8.454"], [1702466597, "8.538"], [1702466633, "8.589"], [1702466666, "8.634"], [1702466705, "8.679"], [1702466732, "8.739"], [1702466765, "8.787"], [1702466801, "8.847"], [1702466852, "8.925"], [1702466876, "8.985"], [1702466918, "9.033"], [1702466978, "9.147"], [1702467014, "9.207"], [1702467038, "9.267"], [1702467068, "9.327"], [1702467122, "9.417"], [1702467158, "9.477"], [1702467191, "9.537"], [1702467221, "9.6"], [1702467257, "9.651"], [1702467299, "9.714"], [1702467350, "9.804"], [1702467386, "9.864"], [1702467419, "9.939"], [1702467455, "9.999"], [1702467515, "10.122"], [1702467542, "10.185"], [1702467566, "10.251"], [1702467599, "10.299"], [1702467635, "10.347"], [1702467668, "10.38"], [1702467695, "10.41"], [1702467716, "10.455"], [1702467746, "10.485"], [1702467800, "10.545"], [1702467824, "10.59"], [1702467908, "10.713"], [1702467944, "10.743"], [1702467968, "10.776"], [1702468001, "10.806"], [1702468031, "10.851"], [1702468067, "10.881"], [1702468085, "10.911"], [1702468115, "10.926"], [1702468151, "10.956"], [1702468181, "10.986"], [1702468208, "11.016"], [1702468241, "11.034"], [1702468256, "11.064"], [1702468286, "11.097"], [1702468322, "11.112"], [1702468352, "11.127"], [1702468388, "11.157"], [1702468424, "11.187"], [1702468457, "11.217"], [1702468493, "11.232"], [1702468517, "11.265"], [1702468550, "11.295"], [1702468586, "11.31"], [1702468613, "11.328"], [1702468637, "11.358"], [1702468679, "11.373"], [1702468721, "11.403"], [1702468730, "11.418"], [1702468766, "11.448"], [1702468799, "11.478"], [1702468835, "11.508"], [1702468898, "11.556"], [1702468934, "11.571"], [1702468970, "11.571"], [1702468994, "11.601"], [1702469024, "11.616"], [1702469060, "11.646"], [1702469111, "11.691"], [1702469144, "11.694"], [1702469168, "11.709"], [1702469204, "11.727"], [1702469237, "11.757"], [1702469273, "11.772"], [1702469303, "11.802"], [1702469336, "11.832"], [1702469360, "11.832"], [1702469387, "11.832"], [1702469411, "11.847"], [1702469435, "11.877"], [1702469468, "11.907"], [1702469504, "11.94"], [1702469537, "11.973"], [1702469573, "12.006"], [1702469606, "12.036"], [1702469633, "12.066"], [1702469660, "12.096"], [1702469684, "12.126"], [1702469717, "12.156"], [1702469753, "12.171"], [1702469786, "12.186"], [1702469816, "12.204"], [1702469834, "12.234"], [1702469864, "12.249"], [1702469906, "12.3"], [1702469936, "12.33"], [1702469972, "12.36"], [1702470005, "12.375"], [1702470029, "12.39"], [1702470065, "12.408"], [1702470101, "12.441"], [1702470131, "12.474"], [1702470167, "12.504"], [1702470203, "12.534"], [1702470251, "12.564"], [1702470278, "12.594"], [1702470311, "12.624"], [1702470347, "12.654"], [1702470371, "12.684"], [1702470404, "12.717"], [1702470440, "12.72"], [1702470476, "12.753"], [1702470506, "12.756"], [1702470542, "12.789"], [1702470575, "12.804"], [1702470611, "12.804"], [1702470635, "12.834"], [1702470662, "12.849"], [1702470686, "12.879"], [1702470719, "12.909"], [1702470746, "12.939"], [1702470812, "12.987"], [1702470845, "13.005"], [1702470875, "13.035"], [1702470899, "13.065"], [1702470953, "13.11"], [1702470983, "13.14"], [1702471025, "13.176"], [1702471067, "13.227"], [1702471169, "13.317"], [1702471193, "13.35"], [1702471226, "13.38"], [1702471265, "13.413"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "35.523"], [1702462763, "44.166"], [1702462793, "61.272"], [1702462808, "69.735"], [1702462829, "78.198"], [1702462844, "86.322"], [1702462865, "94.446"], [1702462880, "102.57"], [1702462904, "118.818"], [1702462919, "126.942"], [1702462952, "143.19"], [1702462973, "151.314"], [1702462988, "159.438"], [1702463045, "183.81"], [1702463081, "200.058"], [1702463114, "216.306"], [1702463150, "232.554"], [1702463186, "248.802"], [1702463216, "265.05"], [1702463240, "281.298"], [1702463273, "297.546"], [1702463324, "321.918"], [1702463354, "338.166"], [1702463381, "354.414"], [1702463417, "370.662"], [1702463453, "386.91"], [1702463477, "403.158"], [1702463510, "419.406"], [1702463537, "435.654"], [1702463570, "451.902"], [1702463591, "468.15"], [1702463621, "484.398"], [1702463657, "500.646"], [1702463693, "516.894"], [1702463729, "533.142"], [1702463765, "549.39"], [1702463798, "565.638"], [1702463846, "590.01"], [1702463873, "606.258"], [1702463906, "622.506"], [1702463948, "646.878"], [1702463984, "663.126"], [1702464014, "679.374"], [1702464050, "695.622"], [1702464086, "711.87"], [1702464122, "728.118"], [1702464155, "744.366"], [1702464194, "768.738"], [1702464230, "784.986"], [1702464263, "801.234"], [1702464299, "817.482"], [1702464332, "833.73"], [1702464356, "849.978"], [1702464392, "866.226"], [1702464425, "882.474"], [1702464455, "898.722"], [1702464479, "914.97"], [1702464509, "931.218"], [1702464533, "947.466"], [1702464569, "963.714"], [1702464605, "979.962"], [1702464635, "996.21"], [1702464671, "1012.458"], [1702464716, "1028.706"], [1702464743, "1044.954"], [1702464776, "1061.202"], [1702464812, "1077.45"], [1702464836, "1093.698"], [1702464869, "1109.946"], [1702464905, "1126.194"], [1702464926, "1142.442"], [1702464956, "1158.69"], [1702464992, "1174.938"], [1702465016, "1191.186"], [1702465049, "1207.434"], [1702465085, "1223.682"], [1702465118, "1239.93"], [1702465145, "1256.178"], [1702465178, "1272.426"], [1702465208, "1288.674"], [1702465241, "1304.922"], [1702465298, "1329.294"], [1702465334, "1345.542"], [1702465367, "1361.79"], [1702465394, "1378.038"], [1702465418, "1394.286"], [1702465445, "1410.534"], [1702465481, "1426.782"], [1702465517, "1443.03"], [1702465550, "1459.278"], [1702465586, "1475.526"], [1702465619, "1491.774"], [1702465658, "1508.022"], [1702465706, "1524.27"], [1702465754, "1548.642"], [1702465787, "1564.89"], [1702465823, "1581.138"], [1702465856, "1597.386"], [1702465880, "1613.634"], [1702465910, "1629.882"], [1702465952, "1646.13"], [1702465988, "1662.378"], [1702466015, "1678.626"], [1702466030, "1694.874"], [1702466060, "1711.122"], [1702466078, "1727.37"], [1702466138, "1751.742"], [1702466168, "1767.99"], [1702466204, "1784.238"], [1702466237, "1800.486"], [1702466261, "1816.734"], [1702466291, "1832.982"], [1702466327, "1849.23"], [1702466360, "1865.478"], [1702466384, "1881.726"], [1702466417, "1897.974"], [1702466441, "1914.222"], [1702466471, "1930.47"], [1702466507, "1946.718"], [1702466540, "1962.966"], [1702466597, "1987.338"], [1702466633, "2003.586"], [1702466666, "2019.834"], [1702466705, "2036.082"], [1702466732, "2052.33"], [1702466765, "2068.578"], [1702466801, "2084.826"], [1702466852, "2109.198"], [1702466876, "2125.446"], [1702466918, "2141.694"], [1702466978, "2174.19"], [1702467014, "2190.438"], [1702467038, "2206.686"], [1702467068, "2222.934"], [1702467122, "2247.306"], [1702467158, "2263.554"], [1702467191, "2279.802"], [1702467221, "2296.05"], [1702467257, "2312.298"], [1702467299, "2328.546"], [1702467350, "2352.918"], [1702467386, "2369.166"], [1702467419, "2385.414"], [1702467455, "2401.662"], [1702467515, "2434.158"], [1702467542, "2450.406"], [1702467566, "2466.654"], [1702467599, "2482.902"], [1702467635, "2499.15"], [1702467668, "2515.398"], [1702467695, "2531.646"], [1702467716, "2547.894"], [1702467746, "2564.142"], [1702467800, "2588.514"], [1702467824, "2604.762"], [1702467908, "2645.382"], [1702467944, "2661.63"], [1702467968, "2677.878"], [1702468001, "2694.126"], [1702468031, "2710.374"], [1702468067, "2726.622"], [1702468085, "2742.87"], [1702468115, "2759.118"], [1702468151, "2775.366"], [1702468181, "2791.614"], [1702468208, "2807.862"], [1702468241, "2824.11"], [1702468256, "2840.358"], [1702468286, "2856.606"], [1702468322, "2872.854"], [1702468352, "2889.102"], [1702468388, "2905.35"], [1702468424, "2921.598"], [1702468457, "2937.846"], [1702468493, "2954.094"], [1702468517, "2970.342"], [1702468550, "2986.59"], [1702468586, "3002.838"], [1702468613, "3019.086"], [1702468637, "3035.334"], [1702468679, "3051.582"], [1702468721, "3067.83"], [1702468730, "3075.954"], [1702468766, "3092.202"], [1702468799, "3108.45"], [1702468835, "3124.698"], [1702468898, "3149.07"], [1702468934, "3165.318"], [1702468970, "3181.566"], [1702468994, "3197.814"], [1702469024, "3214.062"], [1702469060, "3230.31"], [1702469111, "3254.682"], [1702469144, "3270.93"], [1702469168, "3287.178"], [1702469204, "3303.426"], [1702469237, "3319.674"], [1702469273, "3335.922"], [1702469303, "3352.17"], [1702469336, "3368.418"], [1702469360, "3384.666"], [1702469387, "3400.914"], [1702469411, "3417.162"], [1702469435, "3433.41"], [1702469468, "3449.658"], [1702469504, "3465.906"], [1702469537, "3482.154"], [1702469573, "3498.402"], [1702469606, "3514.65"], [1702469633, "3530.898"], [1702469660, "3547.146"], [1702469684, "3563.394"], [1702469717, "3579.642"], [1702469753, "3595.89"], [1702469786, "3612.138"], [1702469816, "3628.386"], [1702469834, "3644.634"], [1702469864, "3660.882"], [1702469906, "3685.254"], [1702469936, "3701.502"], [1702469972, "3717.75"], [1702470005, "3733.998"], [1702470029, "3750.246"], [1702470065, "3766.494"], [1702470101, "3782.742"], [1702470131, "3798.99"], [1702470167, "3815.238"], [1702470203, "3831.486"], [1702470251, "3855.858"], [1702470278, "3872.106"], [1702470311, "3888.354"], [1702470347, "3904.602"], [1702470371, "3920.85"], [1702470404, "3937.098"], [1702470440, "3953.346"], [1702470476, "3969.594"], [1702470506, "3985.842"], [1702470542, "4002.09"], [1702470575, "4018.338"], [1702470611, "4034.586"], [1702470635, "4050.834"], [1702470662, "4067.082"], [1702470686, "4083.33"], [1702470719, "4099.578"], [1702470746, "4115.826"], [1702470812, "4148.322"], [1702470845, "4164.57"], [1702470875, "4180.818"], [1702470899, "4197.066"], [1702470953, "4221.438"], [1702470983, "4237.686"], [1702471025, "4253.934"], [1702471067, "4278.306"], [1702471169, "4318.926"], [1702471193, "4335.174"], [1702471226, "4351.422"], [1702471265, "4367.67"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.036"], [1702462721, "0.054"], [1702462736, "0.09"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.027"], [1702462721, "17.859"], [1702462736, "26.691"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0.288"], [1702462988, "0.306"], [1702463045, "0.369"], [1702463081, "0.417"], [1702463114, "0.513"], [1702463150, "0.579"], [1702463186, "0.642"], [1702463216, "0.717"], [1702463240, "0.768"], [1702463273, "0.843"], [1702463324, "0.954"], [1702463354, "1.032"], [1702463381, "1.113"], [1702463417, "1.176"], [1702463453, "1.239"], [1702463477, "1.284"], [1702463510, "1.32"], [1702463537, "1.368"], [1702463570, "1.398"], [1702463591, "1.443"], [1702463621, "1.503"], [1702463657, "1.566"], [1702463693, "1.647"], [1702463729, "1.713"], [1702463765, "1.764"], [1702463798, "1.812"], [1702463846, "1.89"], [1702463873, "1.935"], [1702463906, "1.995"], [1702463948, "2.091"], [1702463984, "2.154"], [1702464014, "2.217"], [1702464050, "2.28"], [1702464086, "2.355"], [1702464122, "2.43"], [1702464155, "2.49"], [1702464194, "2.598"], [1702464230, "2.664"], [1702464263, "2.745"], [1702464299, "2.826"], [1702464332, "2.907"], [1702464356, "2.988"], [1702464392, "3.069"], [1702464425, "3.15"], [1702464455, "3.225"], [1702464479, "3.303"], [1702464509, "3.393"], [1702464533, "3.483"], [1702464569, "3.576"], [1702464605, "3.657"], [1702464635, "3.75"], [1702464671, "3.846"], [1702464716, "3.939"], [1702464743, "4.029"], [1702464776, "4.119"], [1702464812, "4.209"], [1702464836, "4.314"], [1702464869, "4.404"], [1702464905, "4.512"], [1702464926, "4.587"], [1702464956, "4.68"], [1702464992, "4.758"], [1702465016, "4.863"], [1702465049, "4.944"], [1702465085, "5.034"], [1702465118, "5.127"], [1702465145, "5.22"], [1702465178, "5.31"], [1702465208, "5.403"], [1702465241, "5.496"], [1702465298, "5.637"], [1702465334, "5.748"], [1702465367, "5.838"], [1702465394, "5.928"], [1702465418, "6.018"], [1702465445, "6.108"], [1702465481, "6.201"], [1702465517, "6.312"], [1702465550, "6.405"], [1702465586, "6.486"], [1702465619, "6.579"], [1702465658, "6.672"], [1702465706, "6.747"], [1702465754, "6.765"], [1702465787, "6.801"], [1702465823, "6.819"], [1702465856, "6.852"], [1702465880, "6.9"], [1702465910, "6.951"], [1702465952, "7.014"], [1702465988, "7.077"], [1702466015, "7.137"], [1702466030, "7.197"], [1702466060, "7.257"], [1702466078, "7.32"], [1702466138, "7.434"], [1702466168, "7.5"], [1702466204, "7.566"], [1702466237, "7.629"], [1702466261, "7.674"], [1702466291, "7.737"], [1702466327, "7.797"], [1702466360, "7.857"], [1702466384, "7.917"], [1702466417, "7.965"], [1702466441, "8.028"], [1702466471, "8.091"], [1702466507, "8.127"], [1702466540, "8.178"], [1702466597, "8.262"], [1702466633, "8.313"], [1702466666, "8.358"], [1702466705, "8.403"], [1702466732, "8.463"], [1702466765, "8.511"], [1702466801, "8.571"], [1702466852, "8.649"], [1702466876, "8.709"], [1702466918, "8.757"], [1702466978, "8.871"], [1702467014, "8.931"], [1702467038, "8.991"], [1702467068, "9.051"], [1702467122, "9.141"], [1702467158, "9.201"], [1702467191, "9.261"], [1702467221, "9.324"], [1702467257, "9.375"], [1702467299, "9.438"], [1702467350, "9.528"], [1702467386, "9.588"], [1702467419, "9.663"], [1702467455, "9.723"], [1702467515, "9.846"], [1702467542, "9.909"], [1702467566, "9.975"], [1702467599, "10.023"], [1702467635, "10.071"], [1702467668, "10.104"], [1702467695, "10.134"], [1702467716, "10.179"], [1702467746, "10.209"], [1702467800, "10.269"], [1702467824, "10.314"], [1702467908, "10.437"], [1702467944, "10.467"], [1702467968, "10.5"], [1702468001, "10.53"], [1702468031, "10.575"], [1702468067, "10.605"], [1702468085, "10.635"], [1702468115, "10.65"], [1702468151, "10.68"], [1702468181, "10.71"], [1702468208, "10.74"], [1702468241, "10.758"], [1702468256, "10.788"], [1702468286, "10.821"], [1702468322, "10.836"], [1702468352, "10.851"], [1702468388, "10.881"], [1702468424, "10.911"], [1702468457, "10.941"], [1702468493, "10.956"], [1702468517, "10.989"], [1702468550, "11.019"], [1702468586, "11.034"], [1702468613, "11.052"], [1702468637, "11.082"], [1702468679, "11.097"], [1702468721, "11.127"], [1702468730, "11.142"], [1702468766, "11.172"], [1702468799, "11.202"], [1702468835, "11.232"], [1702468898, "11.28"], [1702468934, "11.295"], [1702468970, "11.295"], [1702468994, "11.325"], [1702469024, "11.34"], [1702469060, "11.37"], [1702469111, "11.415"], [1702469144, "11.418"], [1702469168, "11.433"], [1702469204, "11.451"], [1702469237, "11.481"], [1702469273, "11.496"], [1702469303, "11.526"], [1702469336, "11.556"], [1702469360, "11.556"], [1702469387, "11.556"], [1702469411, "11.571"], [1702469435, "11.601"], [1702469468, "11.631"], [1702469504, "11.664"], [1702469537, "11.697"], [1702469573, "11.73"], [1702469606, "11.76"], [1702469633, "11.79"], [1702469660, "11.82"], [1702469684, "11.85"], [1702469717, "11.88"], [1702469753, "11.895"], [1702469786, "11.91"], [1702469816, "11.928"], [1702469834, "11.958"], [1702469864, "11.973"], [1702469906, "12.024"], [1702469936, "12.054"], [1702469972, "12.084"], [1702470005, "12.099"], [1702470029, "12.114"], [1702470065, "12.132"], [1702470101, "12.165"], [1702470131, "12.198"], [1702470167, "12.228"], [1702470203, "12.258"], [1702470251, "12.288"], [1702470278, "12.318"], [1702470311, "12.348"], [1702470347, "12.378"], [1702470371, "12.408"], [1702470404, "12.441"], [1702470440, "12.444"], [1702470476, "12.477"], [1702470506, "12.48"], [1702470542, "12.513"], [1702470575, "12.528"], [1702470611, "12.528"], [1702470635, "12.558"], [1702470662, "12.573"], [1702470686, "12.603"], [1702470719, "12.633"], [1702470746, "12.663"], [1702470812, "12.711"], [1702470845, "12.729"], [1702470875, "12.759"], [1702470899, "12.789"], [1702470953, "12.834"], [1702470983, "12.864"], [1702471025, "12.9"], [1702471067, "12.951"], [1702471169, "13.041"], [1702471193, "13.074"], [1702471226, "13.104"], [1702471265, "13.137"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "73.116"], [1702462988, "81.24"], [1702463045, "105.612"], [1702463081, "121.86"], [1702463114, "138.108"], [1702463150, "154.356"], [1702463186, "170.604"], [1702463216, "186.852"], [1702463240, "203.1"], [1702463273, "219.348"], [1702463324, "243.72"], [1702463354, "259.968"], [1702463381, "276.216"], [1702463417, "292.464"], [1702463453, "308.712"], [1702463477, "324.96"], [1702463510, "341.208"], [1702463537, "357.456"], [1702463570, "373.704"], [1702463591, "389.952"], [1702463621, "406.2"], [1702463657, "422.448"], [1702463693, "438.696"], [1702463729, "454.944"], [1702463765, "471.192"], [1702463798, "487.44"], [1702463846, "511.812"], [1702463873, "528.06"], [1702463906, "544.308"], [1702463948, "568.68"], [1702463984, "584.928"], [1702464014, "601.176"], [1702464050, "617.424"], [1702464086, "633.672"], [1702464122, "649.92"], [1702464155, "666.168"], [1702464194, "690.54"], [1702464230, "706.788"], [1702464263, "723.036"], [1702464299, "739.284"], [1702464332, "755.532"], [1702464356, "771.78"], [1702464392, "788.028"], [1702464425, "804.276"], [1702464455, "820.524"], [1702464479, "836.772"], [1702464509, "853.02"], [1702464533, "869.268"], [1702464569, "885.516"], [1702464605, "901.764"], [1702464635, "918.012"], [1702464671, "934.26"], [1702464716, "950.508"], [1702464743, "966.756"], [1702464776, "983.004"], [1702464812, "999.252"], [1702464836, "1015.5"], [1702464869, "1031.748"], [1702464905, "1047.996"], [1702464926, "1064.244"], [1702464956, "1080.492"], [1702464992, "1096.74"], [1702465016, "1112.988"], [1702465049, "1129.236"], [1702465085, "1145.484"], [1702465118, "1161.732"], [1702465145, "1177.98"], [1702465178, "1194.228"], [1702465208, "1210.476"], [1702465241, "1226.724"], [1702465298, "1251.096"], [1702465334, "1267.344"], [1702465367, "1283.592"], [1702465394, "1299.84"], [1702465418, "1316.088"], [1702465445, "1332.336"], [1702465481, "1348.584"], [1702465517, "1364.832"], [1702465550, "1381.08"], [1702465586, "1397.328"], [1702465619, "1413.576"], [1702465658, "1429.824"], [1702465706, "1446.072"], [1702465754, "1470.444"], [1702465787, "1486.692"], [1702465823, "1502.94"], [1702465856, "1519.188"], [1702465880, "1535.436"], [1702465910, "1551.684"], [1702465952, "1567.932"], [1702465988, "1584.18"], [1702466015, "1600.428"], [1702466030, "1616.676"], [1702466060, "1632.924"], [1702466078, "1649.172"], [1702466138, "1673.544"], [1702466168, "1689.792"], [1702466204, "1706.04"], [1702466237, "1722.288"], [1702466261, "1738.536"], [1702466291, "1754.784"], [1702466327, "1771.032"], [1702466360, "1787.28"], [1702466384, "1803.528"], [1702466417, "1819.776"], [1702466441, "1836.024"], [1702466471, "1852.272"], [1702466507, "1868.52"], [1702466540, "1884.768"], [1702466597, "1909.14"], [1702466633, "1925.388"], [1702466666, "1941.636"], [1702466705, "1957.884"], [1702466732, "1974.132"], [1702466765, "1990.38"], [1702466801, "2006.628"], [1702466852, "2031"], [1702466876, "2047.248"], [1702466918, "2063.496"], [1702466978, "2095.992"], [1702467014, "2112.24"], [1702467038, "2128.488"], [1702467068, "2144.736"], [1702467122, "2169.108"], [1702467158, "2185.356"], [1702467191, "2201.604"], [1702467221, "2217.852"], [1702467257, "2234.1"], [1702467299, "2250.348"], [1702467350, "2274.72"], [1702467386, "2290.968"], [1702467419, "2307.216"], [1702467455, "2323.464"], [1702467515, "2355.96"], [1702467542, "2372.208"], [1702467566, "2388.456"], [1702467599, "2404.704"], [1702467635, "2420.952"], [1702467668, "2437.2"], [1702467695, "2453.448"], [1702467716, "2469.696"], [1702467746, "2485.944"], [1702467800, "2510.316"], [1702467824, "2526.564"], [1702467908, "2567.184"], [1702467944, "2583.432"], [1702467968, "2599.68"], [1702468001, "2615.928"], [1702468031, "2632.176"], [1702468067, "2648.424"], [1702468085, "2664.672"], [1702468115, "2680.92"], [1702468151, "2697.168"], [1702468181, "2713.416"], [1702468208, "2729.664"], [1702468241, "2745.912"], [1702468256, "2762.16"], [1702468286, "2778.408"], [1702468322, "2794.656"], [1702468352, "2810.904"], [1702468388, "2827.152"], [1702468424, "2843.4"], [1702468457, "2859.648"], [1702468493, "2875.896"], [1702468517, "2892.144"], [1702468550, "2908.392"], [1702468586, "2924.64"], [1702468613, "2940.888"], [1702468637, "2957.136"], [1702468679, "2973.384"], [1702468721, "2989.632"], [1702468730, "2997.756"], [1702468766, "3014.004"], [1702468799, "3030.252"], [1702468835, "3046.5"], [1702468898, "3070.872"], [1702468934, "3087.12"], [1702468970, "3103.368"], [1702468994, "3119.616"], [1702469024, "3135.864"], [1702469060, "3152.112"], [1702469111, "3176.484"], [1702469144, "3192.732"], [1702469168, "3208.98"], [1702469204, "3225.228"], [1702469237, "3241.476"], [1702469273, "3257.724"], [1702469303, "3273.972"], [1702469336, "3290.22"], [1702469360, "3306.468"], [1702469387, "3322.716"], [1702469411, "3338.964"], [1702469435, "3355.212"], [1702469468, "3371.46"], [1702469504, "3387.708"], [1702469537, "3403.956"], [1702469573, "3420.204"], [1702469606, "3436.452"], [1702469633, "3452.7"], [1702469660, "3468.948"], [1702469684, "3485.196"], [1702469717, "3501.444"], [1702469753, "3517.692"], [1702469786, "3533.94"], [1702469816, "3550.188"], [1702469834, "3566.436"], [1702469864, "3582.684"], [1702469906, "3607.056"], [1702469936, "3623.304"], [1702469972, "3639.552"], [1702470005, "3655.8"], [1702470029, "3672.048"], [1702470065, "3688.296"], [1702470101, "3704.544"], [1702470131, "3720.792"], [1702470167, "3737.04"], [1702470203, "3753.288"], [1702470251, "3777.66"], [1702470278, "3793.908"], [1702470311, "3810.156"], [1702470347, "3826.404"], [1702470371, "3842.652"], [1702470404, "3858.9"], [1702470440, "3875.148"], [1702470476, "3891.396"], [1702470506, "3907.644"], [1702470542, "3923.892"], [1702470575, "3940.14"], [1702470611, "3956.388"], [1702470635, "3972.636"], [1702470662, "3988.884"], [1702470686, "4005.132"], [1702470719, "4021.38"], [1702470746, "4037.628"], [1702470812, "4070.124"], [1702470845, "4086.372"], [1702470875, "4102.62"], [1702470899, "4118.868"], [1702470953, "4143.24"], [1702470983, "4159.488"], [1702471025, "4175.736"], [1702471067, "4200.108"], [1702471169, "4240.728"], [1702471193, "4256.976"], [1702471226, "4273.224"], [1702471265, "4289.472"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.018"], [1702462865, "0.066"], [1702462880, "0.099"], [1702462904, "0.177"], [1702462919, "0.21"], [1702462952, "0.258"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "8.124"], [1702462865, "16.248"], [1702462880, "24.372"], [1702462904, "40.62"], [1702462919, "48.744"], [1702462952, "64.992"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.3"], [1702462808, "0.333"], [1702462829, "0.351"], [1702462844, "0.369"], [1702462865, "0.417"], [1702462880, "0.45"], [1702462904, "0.528"], [1702462919, "0.561"], [1702462952, "0.609"], [1702462973, "0.639"], [1702462988, "0.657"], [1702463045, "0.72"], [1702463081, "0.768"], [1702463114, "0.864"], [1702463150, "0.93"], [1702463186, "0.993"], [1702463216, "1.068"], [1702463240, "1.119"], [1702463273, "1.194"], [1702463324, "1.305"], [1702463354, "1.383"], [1702463381, "1.464"], [1702463417, "1.527"], [1702463453, "1.59"], [1702463477, "1.635"], [1702463510, "1.671"], [1702463537, "1.719"], [1702463570, "1.749"], [1702463591, "1.794"], [1702463621, "1.854"], [1702463657, "1.917"], [1702463693, "1.998"], [1702463729, "2.064"], [1702463765, "2.115"], [1702463798, "2.163"], [1702463846, "2.241"], [1702463873, "2.286"], [1702463906, "2.346"], [1702463948, "2.442"], [1702463984, "2.505"], [1702464014, "2.568"], [1702464050, "2.631"], [1702464086, "2.706"], [1702464122, "2.781"], [1702464155, "2.841"], [1702464194, "2.949"], [1702464230, "3.015"], [1702464263, "3.096"], [1702464299, "3.177"], [1702464332, "3.258"], [1702464356, "3.339"], [1702464392, "3.42"], [1702464425, "3.501"], [1702464455, "3.576"], [1702464479, "3.654"], [1702464509, "3.744"], [1702464533, "3.834"], [1702464569, "3.927"], [1702464605, "4.008"], [1702464635, "4.101"], [1702464671, "4.197"], [1702464716, "4.29"], [1702464743, "4.38"], [1702464776, "4.47"], [1702464812, "4.56"], [1702464836, "4.665"], [1702464869, "4.755"], [1702464905, "4.863"], [1702464926, "4.938"], [1702464956, "5.031"], [1702464992, "5.109"], [1702465016, "5.214"], [1702465049, "5.295"], [1702465085, "5.385"], [1702465118, "5.478"], [1702465145, "5.571"], [1702465178, "5.661"], [1702465208, "5.754"], [1702465241, "5.847"], [1702465298, "5.988"], [1702465334, "6.099"], [1702465367, "6.189"], [1702465394, "6.279"], [1702465418, "6.369"], [1702465445, "6.459"], [1702465481, "6.552"], [1702465517, "6.663"], [1702465550, "6.756"], [1702465586, "6.837"], [1702465619, "6.93"], [1702465658, "7.023"], [1702465706, "7.098"], [1702465754, "7.116"], [1702465787, "7.152"], [1702465823, "7.17"], [1702465856, "7.203"], [1702465880, "7.251"], [1702465910, "7.302"], [1702465952, "7.365"], [1702465988, "7.428"], [1702466015, "7.488"], [1702466030, "7.548"], [1702466060, "7.608"], [1702466078, "7.671"], [1702466138, "7.785"], [1702466168, "7.851"], [1702466204, "7.917"], [1702466237, "7.98"], [1702466261, "8.025"], [1702466291, "8.088"], [1702466327, "8.148"], [1702466360, "8.208"], [1702466384, "8.268"], [1702466417, "8.316"], [1702466441, "8.379"], [1702466471, "8.442"], [1702466507, "8.478"], [1702466540, "8.529"], [1702466597, "8.613"], [1702466633, "8.664"], [1702466666, "8.709"], [1702466705, "8.754"], [1702466732, "8.814"], [1702466765, "8.862"], [1702466801, "8.922"], [1702466852, "9"], [1702466876, "9.06"], [1702466918, "9.108"], [1702466978, "9.222"], [1702467014, "9.282"], [1702467038, "9.342"], [1702467068, "9.402"], [1702467122, "9.492"], [1702467158, "9.552"], [1702467191, "9.612"], [1702467221, "9.675"], [1702467257, "9.726"], [1702467299, "9.789"], [1702467350, "9.879"], [1702467386, "9.939"], [1702467419, "10.014"], [1702467455, "10.074"], [1702467515, "10.197"], [1702467542, "10.26"], [1702467566, "10.326"], [1702467599, "10.374"], [1702467635, "10.422"], [1702467668, "10.455"], [1702467695, "10.485"], [1702467716, "10.53"], [1702467746, "10.56"], [1702467800, "10.62"], [1702467824, "10.665"], [1702467908, "10.788"], [1702467944, "10.818"], [1702467968, "10.851"], [1702468001, "10.881"], [1702468031, "10.926"], [1702468067, "10.956"], [1702468085, "10.986"], [1702468115, "11.001"], [1702468151, "11.031"], [1702468181, "11.061"], [1702468208, "11.091"], [1702468241, "11.109"], [1702468256, "11.139"], [1702468286, "11.172"], [1702468322, "11.187"], [1702468352, "11.202"], [1702468388, "11.232"], [1702468424, "11.262"], [1702468457, "11.292"], [1702468493, "11.307"], [1702468517, "11.34"], [1702468550, "11.37"], [1702468586, "11.385"], [1702468613, "11.403"], [1702468637, "11.433"], [1702468679, "11.448"], [1702468721, "11.478"], [1702468730, "11.493"], [1702468766, "11.523"], [1702468799, "11.553"], [1702468835, "11.583"], [1702468898, "11.631"], [1702468934, "11.646"], [1702468970, "11.646"], [1702468994, "11.676"], [1702469024, "11.691"], [1702469060, "11.721"], [1702469111, "11.766"], [1702469144, "11.769"], [1702469168, "11.784"], [1702469204, "11.802"], [1702469237, "11.832"], [1702469273, "11.847"], [1702469303, "11.877"], [1702469336, "11.907"], [1702469360, "11.907"], [1702469387, "11.907"], [1702469411, "11.922"], [1702469435, "11.952"], [1702469468, "11.982"], [1702469504, "12.015"], [1702469537, "12.048"], [1702469573, "12.081"], [1702469606, "12.111"], [1702469633, "12.141"], [1702469660, "12.171"], [1702469684, "12.201"], [1702469717, "12.231"], [1702469753, "12.246"], [1702469786, "12.261"], [1702469816, "12.279"], [1702469834, "12.309"], [1702469864, "12.324"], [1702469906, "12.375"], [1702469936, "12.405"], [1702469972, "12.435"], [1702470005, "12.45"], [1702470029, "12.465"], [1702470065, "12.483"], [1702470101, "12.516"], [1702470131, "12.549"], [1702470167, "12.579"], [1702470203, "12.609"], [1702470251, "12.639"], [1702470278, "12.669"], [1702470311, "12.699"], [1702470347, "12.729"], [1702470371, "12.759"], [1702470404, "12.792"], [1702470440, "12.795"], [1702470476, "12.828"], [1702470506, "12.831"], [1702470542, "12.864"], [1702470575, "12.879"], [1702470611, "12.879"], [1702470635, "12.909"], [1702470662, "12.924"], [1702470686, "12.954"], [1702470719, "12.984"], [1702470746, "13.014"], [1702470812, "13.062"], [1702470845, "13.08"], [1702470875, "13.11"], [1702470899, "13.14"], [1702470953, "13.185"], [1702470983, "13.215"], [1702471025, "13.251"], [1702471067, "13.302"], [1702471169, "13.392"], [1702471193, "13.425"], [1702471226, "13.455"], [1702471265, "13.488"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "80.166"], [1702462808, "88.629"], [1702462829, "97.092"], [1702462844, "105.216"], [1702462865, "113.34"], [1702462880, "121.464"], [1702462904, "137.712"], [1702462919, "145.836"], [1702462952, "162.084"], [1702462973, "170.208"], [1702462988, "178.332"], [1702463045, "202.704"], [1702463081, "218.952"], [1702463114, "235.2"], [1702463150, "251.448"], [1702463186, "267.696"], [1702463216, "283.944"], [1702463240, "300.192"], [1702463273, "316.44"], [1702463324, "340.812"], [1702463354, "357.06"], [1702463381, "373.308"], [1702463417, "389.556"], [1702463453, "405.804"], [1702463477, "422.052"], [1702463510, "438.3"], [1702463537, "454.548"], [1702463570, "470.796"], [1702463591, "487.044"], [1702463621, "503.292"], [1702463657, "519.54"], [1702463693, "535.788"], [1702463729, "552.036"], [1702463765, "568.284"], [1702463798, "584.532"], [1702463846, "608.904"], [1702463873, "625.152"], [1702463906, "641.4"], [1702463948, "665.772"], [1702463984, "682.02"], [1702464014, "698.268"], [1702464050, "714.516"], [1702464086, "730.764"], [1702464122, "747.012"], [1702464155, "763.26"], [1702464194, "787.632"], [1702464230, "803.88"], [1702464263, "820.128"], [1702464299, "836.376"], [1702464332, "852.624"], [1702464356, "868.872"], [1702464392, "885.12"], [1702464425, "901.368"], [1702464455, "917.616"], [1702464479, "933.864"], [1702464509, "950.112"], [1702464533, "966.36"], [1702464569, "982.608"], [1702464605, "998.856"], [1702464635, "1015.104"], [1702464671, "1031.352"], [1702464716, "1047.6"], [1702464743, "1063.848"], [1702464776, "1080.096"], [1702464812, "1096.344"], [1702464836, "1112.592"], [1702464869, "1128.84"], [1702464905, "1145.088"], [1702464926, "1161.336"], [1702464956, "1177.584"], [1702464992, "1193.832"], [1702465016, "1210.08"], [1702465049, "1226.328"], [1702465085, "1242.576"], [1702465118, "1258.824"], [1702465145, "1275.072"], [1702465178, "1291.32"], [1702465208, "1307.568"], [1702465241, "1323.816"], [1702465298, "1348.188"], [1702465334, "1364.436"], [1702465367, "1380.684"], [1702465394, "1396.932"], [1702465418, "1413.18"], [1702465445, "1429.428"], [1702465481, "1445.676"], [1702465517, "1461.924"], [1702465550, "1478.172"], [1702465586, "1494.42"], [1702465619, "1510.668"], [1702465658, "1526.916"], [1702465706, "1543.164"], [1702465754, "1567.536"], [1702465787, "1583.784"], [1702465823, "1600.032"], [1702465856, "1616.28"], [1702465880, "1632.528"], [1702465910, "1648.776"], [1702465952, "1665.024"], [1702465988, "1681.272"], [1702466015, "1697.52"], [1702466030, "1713.768"], [1702466060, "1730.016"], [1702466078, "1746.264"], [1702466138, "1770.636"], [1702466168, "1786.884"], [1702466204, "1803.132"], [1702466237, "1819.38"], [1702466261, "1835.628"], [1702466291, "1851.876"], [1702466327, "1868.124"], [1702466360, "1884.372"], [1702466384, "1900.62"], [1702466417, "1916.868"], [1702466441, "1933.116"], [1702466471, "1949.364"], [1702466507, "1965.612"], [1702466540, "1981.86"], [1702466597, "2006.232"], [1702466633, "2022.48"], [1702466666, "2038.728"], [1702466705, "2054.976"], [1702466732, "2071.224"], [1702466765, "2087.472"], [1702466801, "2103.72"], [1702466852, "2128.092"], [1702466876, "2144.34"], [1702466918, "2160.588"], [1702466978, "2193.084"], [1702467014, "2209.332"], [1702467038, "2225.58"], [1702467068, "2241.828"], [1702467122, "2266.2"], [1702467158, "2282.448"], [1702467191, "2298.696"], [1702467221, "2314.944"], [1702467257, "2331.192"], [1702467299, "2347.44"], [1702467350, "2371.812"], [1702467386, "2388.06"], [1702467419, "2404.308"], [1702467455, "2420.556"], [1702467515, "2453.052"], [1702467542, "2469.3"], [1702467566, "2485.548"], [1702467599, "2501.796"], [1702467635, "2518.044"], [1702467668, "2534.292"], [1702467695, "2550.54"], [1702467716, "2566.788"], [1702467746, "2583.036"], [1702467800, "2607.408"], [1702467824, "2623.656"], [1702467908, "2664.276"], [1702467944, "2680.524"], [1702467968, "2696.772"], [1702468001, "2713.02"], [1702468031, "2729.268"], [1702468067, "2745.516"], [1702468085, "2761.764"], [1702468115, "2778.012"], [1702468151, "2794.26"], [1702468181, "2810.508"], [1702468208, "2826.756"], [1702468241, "2843.004"], [1702468256, "2859.252"], [1702468286, "2875.5"], [1702468322, "2891.748"], [1702468352, "2907.996"], [1702468388, "2924.244"], [1702468424, "2940.492"], [1702468457, "2956.74"], [1702468493, "2972.988"], [1702468517, "2989.236"], [1702468550, "3005.484"], [1702468586, "3021.732"], [1702468613, "3037.98"], [1702468637, "3054.228"], [1702468679, "3070.476"], [1702468721, "3086.724"], [1702468730, "3094.848"], [1702468766, "3111.096"], [1702468799, "3127.344"], [1702468835, "3143.592"], [1702468898, "3167.964"], [1702468934, "3184.212"], [1702468970, "3200.46"], [1702468994, "3216.708"], [1702469024, "3232.956"], [1702469060, "3249.204"], [1702469111, "3273.576"], [1702469144, "3289.824"], [1702469168, "3306.072"], [1702469204, "3322.32"], [1702469237, "3338.568"], [1702469273, "3354.816"], [1702469303, "3371.064"], [1702469336, "3387.312"], [1702469360, "3403.56"], [1702469387, "3419.808"], [1702469411, "3436.056"], [1702469435, "3452.304"], [1702469468, "3468.552"], [1702469504, "3484.8"], [1702469537, "3501.048"], [1702469573, "3517.296"], [1702469606, "3533.544"], [1702469633, "3549.792"], [1702469660, "3566.04"], [1702469684, "3582.288"], [1702469717, "3598.536"], [1702469753, "3614.784"], [1702469786, "3631.032"], [1702469816, "3647.28"], [1702469834, "3663.528"], [1702469864, "3679.776"], [1702469906, "3704.148"], [1702469936, "3720.396"], [1702469972, "3736.644"], [1702470005, "3752.892"], [1702470029, "3769.14"], [1702470065, "3785.388"], [1702470101, "3801.636"], [1702470131, "3817.884"], [1702470167, "3834.132"], [1702470203, "3850.38"], [1702470251, "3874.752"], [1702470278, "3891"], [1702470311, "3907.248"], [1702470347, "3923.496"], [1702470371, "3939.744"], [1702470404, "3955.992"], [1702470440, "3972.24"], [1702470476, "3988.488"], [1702470506, "4004.736"], [1702470542, "4020.984"], [1702470575, "4037.232"], [1702470611, "4053.48"], [1702470635, "4069.728"], [1702470662, "4085.976"], [1702470686, "4102.224"], [1702470719, "4118.472"], [1702470746, "4134.72"], [1702470812, "4167.216"], [1702470845, "4183.464"], [1702470875, "4199.712"], [1702470899, "4215.96"], [1702470953, "4240.332"], [1702470983, "4256.58"], [1702471025, "4272.828"], [1702471067, "4297.2"], [1702471169, "4337.82"], [1702471193, "4354.068"], [1702471226, "4370.316"], [1702471265, "4386.564"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.111"], [1702462721, "0.129"], [1702462736, "0.165"], [1702462751, "0.198"], [1702462763, "0.231"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "27.921"], [1702462721, "36.753"], [1702462736, "45.585"], [1702462751, "54.417"], [1702462763, "63.06"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0.345"], [1702462973, "0.375"], [1702462988, "0.393"], [1702463045, "0.456"], [1702463081, "0.504"], [1702463114, "0.6"], [1702463150, "0.666"], [1702463186, "0.729"], [1702463216, "0.804"], [1702463240, "0.855"], [1702463273, "0.93"], [1702463324, "1.041"], [1702463354, "1.119"], [1702463381, "1.2"], [1702463417, "1.263"], [1702463453, "1.326"], [1702463477, "1.371"], [1702463510, "1.407"], [1702463537, "1.455"], [1702463570, "1.485"], [1702463591, "1.53"], [1702463621, "1.59"], [1702463657, "1.653"], [1702463693, "1.734"], [1702463729, "1.8"], [1702463765, "1.851"], [1702463798, "1.899"], [1702463846, "1.977"], [1702463873, "2.022"], [1702463906, "2.082"], [1702463948, "2.178"], [1702463984, "2.241"], [1702464014, "2.304"], [1702464050, "2.367"], [1702464086, "2.442"], [1702464122, "2.517"], [1702464155, "2.577"], [1702464194, "2.685"], [1702464230, "2.751"], [1702464263, "2.832"], [1702464299, "2.913"], [1702464332, "2.994"], [1702464356, "3.075"], [1702464392, "3.156"], [1702464425, "3.237"], [1702464455, "3.312"], [1702464479, "3.39"], [1702464509, "3.48"], [1702464533, "3.57"], [1702464569, "3.663"], [1702464605, "3.744"], [1702464635, "3.837"], [1702464671, "3.933"], [1702464716, "4.026"], [1702464743, "4.116"], [1702464776, "4.206"], [1702464812, "4.296"], [1702464836, "4.401"], [1702464869, "4.491"], [1702464905, "4.599"], [1702464926, "4.674"], [1702464956, "4.767"], [1702464992, "4.845"], [1702465016, "4.95"], [1702465049, "5.031"], [1702465085, "5.121"], [1702465118, "5.214"], [1702465145, "5.307"], [1702465178, "5.397"], [1702465208, "5.49"], [1702465241, "5.583"], [1702465298, "5.724"], [1702465334, "5.835"], [1702465367, "5.925"], [1702465394, "6.015"], [1702465418, "6.105"], [1702465445, "6.195"], [1702465481, "6.288"], [1702465517, "6.399"], [1702465550, "6.492"], [1702465586, "6.573"], [1702465619, "6.666"], [1702465658, "6.759"], [1702465706, "6.834"], [1702465754, "6.852"], [1702465787, "6.888"], [1702465823, "6.906"], [1702465856, "6.939"], [1702465880, "6.987"], [1702465910, "7.038"], [1702465952, "7.101"], [1702465988, "7.164"], [1702466015, "7.224"], [1702466030, "7.284"], [1702466060, "7.344"], [1702466078, "7.407"], [1702466138, "7.521"], [1702466168, "7.587"], [1702466204, "7.653"], [1702466237, "7.716"], [1702466261, "7.761"], [1702466291, "7.824"], [1702466327, "7.884"], [1702466360, "7.944"], [1702466384, "8.004"], [1702466417, "8.052"], [1702466441, "8.115"], [1702466471, "8.178"], [1702466507, "8.214"], [1702466540, "8.265"], [1702466597, "8.349"], [1702466633, "8.4"], [1702466666, "8.445"], [1702466705, "8.49"], [1702466732, "8.55"], [1702466765, "8.598"], [1702466801, "8.658"], [1702466852, "8.736"], [1702466876, "8.796"], [1702466918, "8.844"], [1702466978, "8.958"], [1702467014, "9.018"], [1702467038, "9.078"], [1702467068, "9.138"], [1702467122, "9.228"], [1702467158, "9.288"], [1702467191, "9.348"], [1702467221, "9.411"], [1702467257, "9.462"], [1702467299, "9.525"], [1702467350, "9.615"], [1702467386, "9.675"], [1702467419, "9.75"], [1702467455, "9.81"], [1702467515, "9.933"], [1702467542, "9.996"], [1702467566, "10.062"], [1702467599, "10.11"], [1702467635, "10.158"], [1702467668, "10.191"], [1702467695, "10.221"], [1702467716, "10.266"], [1702467746, "10.296"], [1702467800, "10.356"], [1702467824, "10.401"], [1702467908, "10.524"], [1702467944, "10.554"], [1702467968, "10.587"], [1702468001, "10.617"], [1702468031, "10.662"], [1702468067, "10.692"], [1702468085, "10.722"], [1702468115, "10.737"], [1702468151, "10.767"], [1702468181, "10.797"], [1702468208, "10.827"], [1702468241, "10.845"], [1702468256, "10.875"], [1702468286, "10.908"], [1702468322, "10.923"], [1702468352, "10.938"], [1702468388, "10.968"], [1702468424, "10.998"], [1702468457, "11.028"], [1702468493, "11.043"], [1702468517, "11.076"], [1702468550, "11.106"], [1702468586, "11.121"], [1702468613, "11.139"], [1702468637, "11.169"], [1702468679, "11.184"], [1702468721, "11.214"], [1702468730, "11.229"], [1702468766, "11.259"], [1702468799, "11.289"], [1702468835, "11.319"], [1702468898, "11.367"], [1702468934, "11.382"], [1702468970, "11.382"], [1702468994, "11.412"], [1702469024, "11.427"], [1702469060, "11.457"], [1702469111, "11.502"], [1702469144, "11.505"], [1702469168, "11.52"], [1702469204, "11.538"], [1702469237, "11.568"], [1702469273, "11.583"], [1702469303, "11.613"], [1702469336, "11.643"], [1702469360, "11.643"], [1702469387, "11.643"], [1702469411, "11.658"], [1702469435, "11.688"], [1702469468, "11.718"], [1702469504, "11.751"], [1702469537, "11.784"], [1702469573, "11.817"], [1702469606, "11.847"], [1702469633, "11.877"], [1702469660, "11.907"], [1702469684, "11.937"], [1702469717, "11.967"], [1702469753, "11.982"], [1702469786, "11.997"], [1702469816, "12.015"], [1702469834, "12.045"], [1702469864, "12.06"], [1702469906, "12.111"], [1702469936, "12.141"], [1702469972, "12.171"], [1702470005, "12.186"], [1702470029, "12.201"], [1702470065, "12.219"], [1702470101, "12.252"], [1702470131, "12.285"], [1702470167, "12.315"], [1702470203, "12.345"], [1702470251, "12.375"], [1702470278, "12.405"], [1702470311, "12.435"], [1702470347, "12.465"], [1702470371, "12.495"], [1702470404, "12.528"], [1702470440, "12.531"], [1702470476, "12.564"], [1702470506, "12.567"], [1702470542, "12.6"], [1702470575, "12.615"], [1702470611, "12.615"], [1702470635, "12.645"], [1702470662, "12.66"], [1702470686, "12.69"], [1702470719, "12.72"], [1702470746, "12.75"], [1702470812, "12.798"], [1702470845, "12.816"], [1702470875, "12.846"], [1702470899, "12.876"], [1702470953, "12.921"], [1702470983, "12.951"], [1702471025, "12.987"], [1702471067, "13.038"], [1702471169, "13.128"], [1702471193, "13.161"], [1702471226, "13.191"], [1702471265, "13.224"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "90.381"], [1702462973, "98.505"], [1702462988, "106.629"], [1702463045, "131.001"], [1702463081, "147.249"], [1702463114, "163.497"], [1702463150, "179.745"], [1702463186, "195.993"], [1702463216, "212.241"], [1702463240, "228.489"], [1702463273, "244.737"], [1702463324, "269.109"], [1702463354, "285.357"], [1702463381, "301.605"], [1702463417, "317.853"], [1702463453, "334.101"], [1702463477, "350.349"], [1702463510, "366.597"], [1702463537, "382.845"], [1702463570, "399.093"], [1702463591, "415.341"], [1702463621, "431.589"], [1702463657, "447.837"], [1702463693, "464.085"], [1702463729, "480.333"], [1702463765, "496.581"], [1702463798, "512.829"], [1702463846, "537.201"], [1702463873, "553.449"], [1702463906, "569.697"], [1702463948, "594.069"], [1702463984, "610.317"], [1702464014, "626.565"], [1702464050, "642.813"], [1702464086, "659.061"], [1702464122, "675.309"], [1702464155, "691.557"], [1702464194, "715.929"], [1702464230, "732.177"], [1702464263, "748.425"], [1702464299, "764.673"], [1702464332, "780.921"], [1702464356, "797.169"], [1702464392, "813.417"], [1702464425, "829.665"], [1702464455, "845.913"], [1702464479, "862.161"], [1702464509, "878.409"], [1702464533, "894.657"], [1702464569, "910.905"], [1702464605, "927.153"], [1702464635, "943.401"], [1702464671, "959.649"], [1702464716, "975.897"], [1702464743, "992.145"], [1702464776, "1008.393"], [1702464812, "1024.641"], [1702464836, "1040.889"], [1702464869, "1057.137"], [1702464905, "1073.385"], [1702464926, "1089.633"], [1702464956, "1105.881"], [1702464992, "1122.129"], [1702465016, "1138.377"], [1702465049, "1154.625"], [1702465085, "1170.873"], [1702465118, "1187.121"], [1702465145, "1203.369"], [1702465178, "1219.617"], [1702465208, "1235.865"], [1702465241, "1252.113"], [1702465298, "1276.485"], [1702465334, "1292.733"], [1702465367, "1308.981"], [1702465394, "1325.229"], [1702465418, "1341.477"], [1702465445, "1357.725"], [1702465481, "1373.973"], [1702465517, "1390.221"], [1702465550, "1406.469"], [1702465586, "1422.717"], [1702465619, "1438.965"], [1702465658, "1455.213"], [1702465706, "1471.461"], [1702465754, "1495.833"], [1702465787, "1512.081"], [1702465823, "1528.329"], [1702465856, "1544.577"], [1702465880, "1560.825"], [1702465910, "1577.073"], [1702465952, "1593.321"], [1702465988, "1609.569"], [1702466015, "1625.817"], [1702466030, "1642.065"], [1702466060, "1658.313"], [1702466078, "1674.561"], [1702466138, "1698.933"], [1702466168, "1715.181"], [1702466204, "1731.429"], [1702466237, "1747.677"], [1702466261, "1763.925"], [1702466291, "1780.173"], [1702466327, "1796.421"], [1702466360, "1812.669"], [1702466384, "1828.917"], [1702466417, "1845.165"], [1702466441, "1861.413"], [1702466471, "1877.661"], [1702466507, "1893.909"], [1702466540, "1910.157"], [1702466597, "1934.529"], [1702466633, "1950.777"], [1702466666, "1967.025"], [1702466705, "1983.273"], [1702466732, "1999.521"], [1702466765, "2015.769"], [1702466801, "2032.017"], [1702466852, "2056.389"], [1702466876, "2072.637"], [1702466918, "2088.885"], [1702466978, "2121.381"], [1702467014, "2137.629"], [1702467038, "2153.877"], [1702467068, "2170.125"], [1702467122, "2194.497"], [1702467158, "2210.745"], [1702467191, "2226.993"], [1702467221, "2243.241"], [1702467257, "2259.489"], [1702467299, "2275.737"], [1702467350, "2300.109"], [1702467386, "2316.357"], [1702467419, "2332.605"], [1702467455, "2348.853"], [1702467515, "2381.349"], [1702467542, "2397.597"], [1702467566, "2413.845"], [1702467599, "2430.093"], [1702467635, "2446.341"], [1702467668, "2462.589"], [1702467695, "2478.837"], [1702467716, "2495.085"], [1702467746, "2511.333"], [1702467800, "2535.705"], [1702467824, "2551.953"], [1702467908, "2592.573"], [1702467944, "2608.821"], [1702467968, "2625.069"], [1702468001, "2641.317"], [1702468031, "2657.565"], [1702468067, "2673.813"], [1702468085, "2690.061"], [1702468115, "2706.309"], [1702468151, "2722.557"], [1702468181, "2738.805"], [1702468208, "2755.053"], [1702468241, "2771.301"], [1702468256, "2787.549"], [1702468286, "2803.797"], [1702468322, "2820.045"], [1702468352, "2836.293"], [1702468388, "2852.541"], [1702468424, "2868.789"], [1702468457, "2885.037"], [1702468493, "2901.285"], [1702468517, "2917.533"], [1702468550, "2933.781"], [1702468586, "2950.029"], [1702468613, "2966.277"], [1702468637, "2982.525"], [1702468679, "2998.773"], [1702468721, "3015.021"], [1702468730, "3023.145"], [1702468766, "3039.393"], [1702468799, "3055.641"], [1702468835, "3071.889"], [1702468898, "3096.261"], [1702468934, "3112.509"], [1702468970, "3128.757"], [1702468994, "3145.005"], [1702469024, "3161.253"], [1702469060, "3177.501"], [1702469111, "3201.873"], [1702469144, "3218.121"], [1702469168, "3234.369"], [1702469204, "3250.617"], [1702469237, "3266.865"], [1702469273, "3283.113"], [1702469303, "3299.361"], [1702469336, "3315.609"], [1702469360, "3331.857"], [1702469387, "3348.105"], [1702469411, "3364.353"], [1702469435, "3380.601"], [1702469468, "3396.849"], [1702469504, "3413.097"], [1702469537, "3429.345"], [1702469573, "3445.593"], [1702469606, "3461.841"], [1702469633, "3478.089"], [1702469660, "3494.337"], [1702469684, "3510.585"], [1702469717, "3526.833"], [1702469753, "3543.081"], [1702469786, "3559.329"], [1702469816, "3575.577"], [1702469834, "3591.825"], [1702469864, "3608.073"], [1702469906, "3632.445"], [1702469936, "3648.693"], [1702469972, "3664.941"], [1702470005, "3681.189"], [1702470029, "3697.437"], [1702470065, "3713.685"], [1702470101, "3729.933"], [1702470131, "3746.181"], [1702470167, "3762.429"], [1702470203, "3778.677"], [1702470251, "3803.049"], [1702470278, "3819.297"], [1702470311, "3835.545"], [1702470347, "3851.793"], [1702470371, "3868.041"], [1702470404, "3884.289"], [1702470440, "3900.537"], [1702470476, "3916.785"], [1702470506, "3933.033"], [1702470542, "3949.281"], [1702470575, "3965.529"], [1702470611, "3981.777"], [1702470635, "3998.025"], [1702470662, "4014.273"], [1702470686, "4030.521"], [1702470719, "4046.769"], [1702470746, "4063.017"], [1702470812, "4095.513"], [1702470845, "4111.761"], [1702470875, "4128.009"], [1702470899, "4144.257"], [1702470953, "4168.629"], [1702470983, "4184.877"], [1702471025, "4201.125"], [1702471067, "4225.497"], [1702471169, "4266.117"], [1702471193, "4282.365"], [1702471226, "4298.613"], [1702471265, "4314.861"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0.036"], [1702462808, "0.069"], [1702462829, "0.087"], [1702462844, "0.105"], [1702462865, "0.153"], [1702462880, "0.186"], [1702462904, "0.264"], [1702462919, "0.297"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "8.463"], [1702462808, "16.926"], [1702462829, "25.389"], [1702462844, "33.513"], [1702462865, "41.637"], [1702462880, "49.761"], [1702462904, "66.009"], [1702462919, "74.133"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468730, "0.015"], [1702468766, "0.045"], [1702468799, "0.075"], [1702468835, "0.105"], [1702468898, "0.153"], [1702468934, "0.168"], [1702468970, "0.168"], [1702468994, "0.198"], [1702469024, "0.213"], [1702469060, "0.243"], [1702469111, "0.288"], [1702469144, "0.291"], [1702469168, "0.306"], [1702469204, "0.324"], [1702469237, "0.354"], [1702469273, "0.369"], [1702469303, "0.399"], [1702469336, "0.429"], [1702469360, "0.429"], [1702469387, "0.429"], [1702469411, "0.444"], [1702469435, "0.474"], [1702469468, "0.504"], [1702469504, "0.537"], [1702469537, "0.57"], [1702469573, "0.603"], [1702469606, "0.633"], [1702469633, "0.663"], [1702469660, "0.693"], [1702469684, "0.723"], [1702469717, "0.753"], [1702469753, "0.768"], [1702469786, "0.783"], [1702469816, "0.801"], [1702469834, "0.831"], [1702469864, "0.846"], [1702469906, "0.897"], [1702469936, "0.927"], [1702469972, "0.957"], [1702470005, "0.972"], [1702470029, "0.987"], [1702470065, "1.005"], [1702470101, "1.038"], [1702470131, "1.071"], [1702470167, "1.101"], [1702470203, "1.131"], [1702470251, "1.161"], [1702470278, "1.191"], [1702470311, "1.221"], [1702470347, "1.251"], [1702470371, "1.281"], [1702470404, "1.314"], [1702470440, "1.317"], [1702470476, "1.35"], [1702470506, "1.353"], [1702470542, "1.386"], [1702470575, "1.401"], [1702470611, "1.401"], [1702470635, "1.431"], [1702470662, "1.446"], [1702470686, "1.476"], [1702470719, "1.506"], [1702470746, "1.536"], [1702470812, "1.584"], [1702470845, "1.602"], [1702470875, "1.632"], [1702470899, "1.662"], [1702470953, "1.707"], [1702470983, "1.737"], [1702471025, "1.773"], [1702471067, "1.824"], [1702471169, "1.914"], [1702471193, "1.947"], [1702471226, "1.977"], [1702471265, "2.01"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468730, "8.124"], [1702468766, "24.372"], [1702468799, "40.62"], [1702468835, "56.868"], [1702468898, "81.24"], [1702468934, "97.488"], [1702468970, "113.736"], [1702468994, "129.984"], [1702469024, "146.232"], [1702469060, "162.48"], [1702469111, "186.852"], [1702469144, "203.1"], [1702469168, "219.348"], [1702469204, "235.596"], [1702469237, "251.844"], [1702469273, "268.092"], [1702469303, "284.34"], [1702469336, "300.588"], [1702469360, "316.836"], [1702469387, "333.084"], [1702469411, "349.332"], [1702469435, "365.58"], [1702469468, "381.828"], [1702469504, "398.076"], [1702469537, "414.324"], [1702469573, "430.572"], [1702469606, "446.82"], [1702469633, "463.068"], [1702469660, "479.316"], [1702469684, "495.564"], [1702469717, "511.812"], [1702469753, "528.06"], [1702469786, "544.308"], [1702469816, "560.556"], [1702469834, "576.804"], [1702469864, "593.052"], [1702469906, "617.424"], [1702469936, "633.672"], [1702469972, "649.92"], [1702470005, "666.168"], [1702470029, "682.416"], [1702470065, "698.664"], [1702470101, "714.912"], [1702470131, "731.16"], [1702470167, "747.408"], [1702470203, "763.656"], [1702470251, "788.028"], [1702470278, "804.276"], [1702470311, "820.524"], [1702470347, "836.772"], [1702470371, "853.02"], [1702470404, "869.268"], [1702470440, "885.516"], [1702470476, "901.764"], [1702470506, "918.012"], [1702470542, "934.26"], [1702470575, "950.508"], [1702470611, "966.756"], [1702470635, "983.004"], [1702470662, "999.252"], [1702470686, "1015.5"], [1702470719, "1031.748"], [1702470746, "1047.996"], [1702470812, "1080.492"], [1702470845, "1096.74"], [1702470875, "1112.988"], [1702470899, "1129.236"], [1702470953, "1153.608"], [1702470983, "1169.856"], [1702471025, "1186.104"], [1702471067, "1210.476"], [1702471169, "1251.096"], [1702471193, "1267.344"], [1702471226, "1283.592"], [1702471265, "1299.84"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0.276"], [1702462844, "0.294"], [1702462865, "0.342"], [1702462880, "0.375"], [1702462904, "0.453"], [1702462919, "0.486"], [1702462952, "0.534"], [1702462973, "0.564"], [1702462988, "0.582"], [1702463045, "0.645"], [1702463081, "0.693"], [1702463114, "0.789"], [1702463150, "0.855"], [1702463186, "0.918"], [1702463216, "0.993"], [1702463240, "1.044"], [1702463273, "1.119"], [1702463324, "1.23"], [1702463354, "1.308"], [1702463381, "1.389"], [1702463417, "1.452"], [1702463453, "1.515"], [1702463477, "1.56"], [1702463510, "1.596"], [1702463537, "1.644"], [1702463570, "1.674"], [1702463591, "1.719"], [1702463621, "1.779"], [1702463657, "1.842"], [1702463693, "1.923"], [1702463729, "1.989"], [1702463765, "2.04"], [1702463798, "2.088"], [1702463846, "2.166"], [1702463873, "2.211"], [1702463906, "2.271"], [1702463948, "2.367"], [1702463984, "2.43"], [1702464014, "2.493"], [1702464050, "2.556"], [1702464086, "2.631"], [1702464122, "2.706"], [1702464155, "2.766"], [1702464194, "2.874"], [1702464230, "2.94"], [1702464263, "3.021"], [1702464299, "3.102"], [1702464332, "3.183"], [1702464356, "3.264"], [1702464392, "3.345"], [1702464425, "3.426"], [1702464455, "3.501"], [1702464479, "3.579"], [1702464509, "3.669"], [1702464533, "3.759"], [1702464569, "3.852"], [1702464605, "3.933"], [1702464635, "4.026"], [1702464671, "4.122"], [1702464716, "4.215"], [1702464743, "4.305"], [1702464776, "4.395"], [1702464812, "4.485"], [1702464836, "4.59"], [1702464869, "4.68"], [1702464905, "4.788"], [1702464926, "4.863"], [1702464956, "4.956"], [1702464992, "5.034"], [1702465016, "5.139"], [1702465049, "5.22"], [1702465085, "5.31"], [1702465118, "5.403"], [1702465145, "5.496"], [1702465178, "5.586"], [1702465208, "5.679"], [1702465241, "5.772"], [1702465298, "5.913"], [1702465334, "6.024"], [1702465367, "6.114"], [1702465394, "6.204"], [1702465418, "6.294"], [1702465445, "6.384"], [1702465481, "6.477"], [1702465517, "6.588"], [1702465550, "6.681"], [1702465586, "6.762"], [1702465619, "6.855"], [1702465658, "6.948"], [1702465706, "7.023"], [1702465754, "7.041"], [1702465787, "7.077"], [1702465823, "7.095"], [1702465856, "7.128"], [1702465880, "7.176"], [1702465910, "7.227"], [1702465952, "7.29"], [1702465988, "7.353"], [1702466015, "7.413"], [1702466030, "7.473"], [1702466060, "7.533"], [1702466078, "7.596"], [1702466138, "7.71"], [1702466168, "7.776"], [1702466204, "7.842"], [1702466237, "7.905"], [1702466261, "7.95"], [1702466291, "8.013"], [1702466327, "8.073"], [1702466360, "8.133"], [1702466384, "8.193"], [1702466417, "8.241"], [1702466441, "8.304"], [1702466471, "8.367"], [1702466507, "8.403"], [1702466540, "8.454"], [1702466597, "8.538"], [1702466633, "8.589"], [1702466666, "8.634"], [1702466705, "8.679"], [1702466732, "8.739"], [1702466765, "8.787"], [1702466801, "8.847"], [1702466852, "8.925"], [1702466876, "8.985"], [1702466918, "9.033"], [1702466978, "9.147"], [1702467014, "9.207"], [1702467038, "9.267"], [1702467068, "9.327"], [1702467122, "9.417"], [1702467158, "9.477"], [1702467191, "9.537"], [1702467221, "9.6"], [1702467257, "9.651"], [1702467299, "9.714"], [1702467350, "9.804"], [1702467386, "9.864"], [1702467419, "9.939"], [1702467455, "9.999"], [1702467515, "10.122"], [1702467542, "10.185"], [1702467566, "10.251"], [1702467599, "10.299"], [1702467635, "10.347"], [1702467668, "10.38"], [1702467695, "10.41"], [1702467716, "10.455"], [1702467746, "10.485"], [1702467800, "10.545"], [1702467824, "10.59"], [1702467908, "10.713"], [1702467944, "10.743"], [1702467968, "10.776"], [1702468001, "10.806"], [1702468031, "10.851"], [1702468067, "10.881"], [1702468085, "10.911"], [1702468115, "10.926"], [1702468151, "10.956"], [1702468181, "10.986"], [1702468208, "11.016"], [1702468241, "11.034"], [1702468256, "11.064"], [1702468286, "11.097"], [1702468322, "11.112"], [1702468352, "11.127"], [1702468388, "11.157"], [1702468424, "11.187"], [1702468457, "11.217"], [1702468493, "11.232"], [1702468517, "11.265"], [1702468550, "11.295"], [1702468586, "11.31"], [1702468613, "11.328"], [1702468637, "11.358"], [1702468679, "11.373"], [1702468721, "11.403"], [1702468730, "11.418"], [1702468766, "11.448"], [1702468799, "11.478"], [1702468835, "11.508"], [1702468898, "11.556"], [1702468934, "11.571"], [1702468970, "11.571"], [1702468994, "11.601"], [1702469024, "11.616"], [1702469060, "11.646"], [1702469111, "11.691"], [1702469144, "11.694"], [1702469168, "11.709"], [1702469204, "11.727"], [1702469237, "11.757"], [1702469273, "11.772"], [1702469303, "11.802"], [1702469336, "11.832"], [1702469360, "11.832"], [1702469387, "11.832"], [1702469411, "11.847"], [1702469435, "11.877"], [1702469468, "11.907"], [1702469504, "11.94"], [1702469537, "11.973"], [1702469573, "12.006"], [1702469606, "12.036"], [1702469633, "12.066"], [1702469660, "12.096"], [1702469684, "12.126"], [1702469717, "12.156"], [1702469753, "12.171"], [1702469786, "12.186"], [1702469816, "12.204"], [1702469834, "12.234"], [1702469864, "12.249"], [1702469906, "12.3"], [1702469936, "12.33"], [1702469972, "12.36"], [1702470005, "12.375"], [1702470029, "12.39"], [1702470065, "12.408"], [1702470101, "12.441"], [1702470131, "12.474"], [1702470167, "12.504"], [1702470203, "12.534"], [1702470251, "12.564"], [1702470278, "12.594"], [1702470311, "12.624"], [1702470347, "12.654"], [1702470371, "12.684"], [1702470404, "12.717"], [1702470440, "12.72"], [1702470476, "12.753"], [1702470506, "12.756"], [1702470542, "12.789"], [1702470575, "12.804"], [1702470611, "12.804"], [1702470635, "12.834"], [1702470662, "12.849"], [1702470686, "12.879"], [1702470719, "12.909"], [1702470746, "12.939"], [1702470812, "12.987"], [1702470845, "13.005"], [1702470875, "13.035"], [1702470899, "13.065"], [1702470953, "13.11"], [1702470983, "13.14"], [1702471025, "13.176"], [1702471067, "13.227"], [1702471169, "13.317"], [1702471193, "13.35"], [1702471226, "13.38"], [1702471265, "13.413"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "78.198"], [1702462844, "86.322"], [1702462865, "94.446"], [1702462880, "102.57"], [1702462904, "118.818"], [1702462919, "126.942"], [1702462952, "143.19"], [1702462973, "151.314"], [1702462988, "159.438"], [1702463045, "183.81"], [1702463081, "200.058"], [1702463114, "216.306"], [1702463150, "232.554"], [1702463186, "248.802"], [1702463216, "265.05"], [1702463240, "281.298"], [1702463273, "297.546"], [1702463324, "321.918"], [1702463354, "338.166"], [1702463381, "354.414"], [1702463417, "370.662"], [1702463453, "386.91"], [1702463477, "403.158"], [1702463510, "419.406"], [1702463537, "435.654"], [1702463570, "451.902"], [1702463591, "468.15"], [1702463621, "484.398"], [1702463657, "500.646"], [1702463693, "516.894"], [1702463729, "533.142"], [1702463765, "549.39"], [1702463798, "565.638"], [1702463846, "590.01"], [1702463873, "606.258"], [1702463906, "622.506"], [1702463948, "646.878"], [1702463984, "663.126"], [1702464014, "679.374"], [1702464050, "695.622"], [1702464086, "711.87"], [1702464122, "728.118"], [1702464155, "744.366"], [1702464194, "768.738"], [1702464230, "784.986"], [1702464263, "801.234"], [1702464299, "817.482"], [1702464332, "833.73"], [1702464356, "849.978"], [1702464392, "866.226"], [1702464425, "882.474"], [1702464455, "898.722"], [1702464479, "914.97"], [1702464509, "931.218"], [1702464533, "947.466"], [1702464569, "963.714"], [1702464605, "979.962"], [1702464635, "996.21"], [1702464671, "1012.458"], [1702464716, "1028.706"], [1702464743, "1044.954"], [1702464776, "1061.202"], [1702464812, "1077.45"], [1702464836, "1093.698"], [1702464869, "1109.946"], [1702464905, "1126.194"], [1702464926, "1142.442"], [1702464956, "1158.69"], [1702464992, "1174.938"], [1702465016, "1191.186"], [1702465049, "1207.434"], [1702465085, "1223.682"], [1702465118, "1239.93"], [1702465145, "1256.178"], [1702465178, "1272.426"], [1702465208, "1288.674"], [1702465241, "1304.922"], [1702465298, "1329.294"], [1702465334, "1345.542"], [1702465367, "1361.79"], [1702465394, "1378.038"], [1702465418, "1394.286"], [1702465445, "1410.534"], [1702465481, "1426.782"], [1702465517, "1443.03"], [1702465550, "1459.278"], [1702465586, "1475.526"], [1702465619, "1491.774"], [1702465658, "1508.022"], [1702465706, "1524.27"], [1702465754, "1548.642"], [1702465787, "1564.89"], [1702465823, "1581.138"], [1702465856, "1597.386"], [1702465880, "1613.634"], [1702465910, "1629.882"], [1702465952, "1646.13"], [1702465988, "1662.378"], [1702466015, "1678.626"], [1702466030, "1694.874"], [1702466060, "1711.122"], [1702466078, "1727.37"], [1702466138, "1751.742"], [1702466168, "1767.99"], [1702466204, "1784.238"], [1702466237, "1800.486"], [1702466261, "1816.734"], [1702466291, "1832.982"], [1702466327, "1849.23"], [1702466360, "1865.478"], [1702466384, "1881.726"], [1702466417, "1897.974"], [1702466441, "1914.222"], [1702466471, "1930.47"], [1702466507, "1946.718"], [1702466540, "1962.966"], [1702466597, "1987.338"], [1702466633, "2003.586"], [1702466666, "2019.834"], [1702466705, "2036.082"], [1702466732, "2052.33"], [1702466765, "2068.578"], [1702466801, "2084.826"], [1702466852, "2109.198"], [1702466876, "2125.446"], [1702466918, "2141.694"], [1702466978, "2174.19"], [1702467014, "2190.438"], [1702467038, "2206.686"], [1702467068, "2222.934"], [1702467122, "2247.306"], [1702467158, "2263.554"], [1702467191, "2279.802"], [1702467221, "2296.05"], [1702467257, "2312.298"], [1702467299, "2328.546"], [1702467350, "2352.918"], [1702467386, "2369.166"], [1702467419, "2385.414"], [1702467455, "2401.662"], [1702467515, "2434.158"], [1702467542, "2450.406"], [1702467566, "2466.654"], [1702467599, "2482.902"], [1702467635, "2499.15"], [1702467668, "2515.398"], [1702467695, "2531.646"], [1702467716, "2547.894"], [1702467746, "2564.142"], [1702467800, "2588.514"], [1702467824, "2604.762"], [1702467908, "2645.382"], [1702467944, "2661.63"], [1702467968, "2677.878"], [1702468001, "2694.126"], [1702468031, "2710.374"], [1702468067, "2726.622"], [1702468085, "2742.87"], [1702468115, "2759.118"], [1702468151, "2775.366"], [1702468181, "2791.614"], [1702468208, "2807.862"], [1702468241, "2824.11"], [1702468256, "2840.358"], [1702468286, "2856.606"], [1702468322, "2872.854"], [1702468352, "2889.102"], [1702468388, "2905.35"], [1702468424, "2921.598"], [1702468457, "2937.846"], [1702468493, "2954.094"], [1702468517, "2970.342"], [1702468550, "2986.59"], [1702468586, "3002.838"], [1702468613, "3019.086"], [1702468637, "3035.334"], [1702468679, "3051.582"], [1702468721, "3067.83"], [1702468730, "3075.954"], [1702468766, "3092.202"], [1702468799, "3108.45"], [1702468835, "3124.698"], [1702468898, "3149.07"], [1702468934, "3165.318"], [1702468970, "3181.566"], [1702468994, "3197.814"], [1702469024, "3214.062"], [1702469060, "3230.31"], [1702469111, "3254.682"], [1702469144, "3270.93"], [1702469168, "3287.178"], [1702469204, "3303.426"], [1702469237, "3319.674"], [1702469273, "3335.922"], [1702469303, "3352.17"], [1702469336, "3368.418"], [1702469360, "3384.666"], [1702469387, "3400.914"], [1702469411, "3417.162"], [1702469435, "3433.41"], [1702469468, "3449.658"], [1702469504, "3465.906"], [1702469537, "3482.154"], [1702469573, "3498.402"], [1702469606, "3514.65"], [1702469633, "3530.898"], [1702469660, "3547.146"], [1702469684, "3563.394"], [1702469717, "3579.642"], [1702469753, "3595.89"], [1702469786, "3612.138"], [1702469816, "3628.386"], [1702469834, "3644.634"], [1702469864, "3660.882"], [1702469906, "3685.254"], [1702469936, "3701.502"], [1702469972, "3717.75"], [1702470005, "3733.998"], [1702470029, "3750.246"], [1702470065, "3766.494"], [1702470101, "3782.742"], [1702470131, "3798.99"], [1702470167, "3815.238"], [1702470203, "3831.486"], [1702470251, "3855.858"], [1702470278, "3872.106"], [1702470311, "3888.354"], [1702470347, "3904.602"], [1702470371, "3920.85"], [1702470404, "3937.098"], [1702470440, "3953.346"], [1702470476, "3969.594"], [1702470506, "3985.842"], [1702470542, "4002.09"], [1702470575, "4018.338"], [1702470611, "4034.586"], [1702470635, "4050.834"], [1702470662, "4067.082"], [1702470686, "4083.33"], [1702470719, "4099.578"], [1702470746, "4115.826"], [1702470812, "4148.322"], [1702470845, "4164.57"], [1702470875, "4180.818"], [1702470899, "4197.066"], [1702470953, "4221.438"], [1702470983, "4237.686"], [1702471025, "4253.934"], [1702471067, "4278.306"], [1702471169, "4318.926"], [1702471193, "4335.174"], [1702471226, "4351.422"], [1702471265, "4367.67"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.036"], [1702462721, "0.054"], [1702462736, "0.09"], [1702462751, "0.123"], [1702462763, "0.156"], [1702462793, "0.225"], [1702462808, "0.258"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "9.027"], [1702462721, "17.859"], [1702462736, "26.691"], [1702462751, "35.523"], [1702462763, "44.166"], [1702462793, "61.272"], [1702462808, "69.735"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.492"], [1702462721, "0.51"], [1702462736, "0.546"], [1702462751, "0.579"], [1702462763, "0.612"], [1702462793, "0.681"], [1702462808, "0.714"], [1702462829, "0.732"], [1702462844, "0.75"], [1702462865, "0.798"], [1702462880, "0.831"], [1702462904, "0.909"], [1702462919, "0.942"], [1702462952, "0.99"], [1702462973, "1.02"], [1702462988, "1.038"], [1702463045, "1.101"], [1702463081, "1.149"], [1702463114, "1.245"], [1702463150, "1.311"], [1702463186, "1.374"], [1702463216, "1.449"], [1702463240, "1.5"], [1702463273, "1.575"], [1702463324, "1.686"], [1702463354, "1.764"], [1702463381, "1.845"], [1702463417, "1.908"], [1702463453, "1.971"], [1702463477, "2.016"], [1702463510, "2.052"], [1702463537, "2.1"], [1702463570, "2.13"], [1702463591, "2.175"], [1702463621, "2.235"], [1702463657, "2.298"], [1702463693, "2.379"], [1702463729, "2.445"], [1702463765, "2.496"], [1702463798, "2.544"], [1702463846, "2.622"], [1702463873, "2.667"], [1702463906, "2.727"], [1702463948, "2.823"], [1702463984, "2.886"], [1702464014, "2.949"], [1702464050, "3.012"], [1702464086, "3.087"], [1702464122, "3.162"], [1702464155, "3.222"], [1702464194, "3.33"], [1702464230, "3.396"], [1702464263, "3.477"], [1702464299, "3.558"], [1702464332, "3.639"], [1702464356, "3.72"], [1702464392, "3.801"], [1702464425, "3.882"], [1702464455, "3.957"], [1702464479, "4.035"], [1702464509, "4.125"], [1702464533, "4.215"], [1702464569, "4.308"], [1702464605, "4.389"], [1702464635, "4.482"], [1702464671, "4.578"], [1702464716, "4.671"], [1702464743, "4.761"], [1702464776, "4.851"], [1702464812, "4.941"], [1702464836, "5.046"], [1702464869, "5.136"], [1702464905, "5.244"], [1702464926, "5.319"], [1702464956, "5.412"], [1702464992, "5.49"], [1702465016, "5.595"], [1702465049, "5.676"], [1702465085, "5.766"], [1702465118, "5.859"], [1702465145, "5.952"], [1702465178, "6.042"], [1702465208, "6.135"], [1702465241, "6.228"], [1702465298, "6.369"], [1702465334, "6.48"], [1702465367, "6.57"], [1702465394, "6.66"], [1702465418, "6.75"], [1702465445, "6.84"], [1702465481, "6.933"], [1702465517, "7.044"], [1702465550, "7.137"], [1702465586, "7.218"], [1702465619, "7.311"], [1702465658, "7.404"], [1702465706, "7.479"], [1702465754, "7.497"], [1702465787, "7.533"], [1702465823, "7.551"], [1702465856, "7.584"], [1702465880, "7.632"], [1702465910, "7.683"], [1702465952, "7.746"], [1702465988, "7.809"], [1702466015, "7.869"], [1702466030, "7.929"], [1702466060, "7.989"], [1702466078, "8.052"], [1702466138, "8.166"], [1702466168, "8.232"], [1702466204, "8.298"], [1702466237, "8.361"], [1702466261, "8.406"], [1702466291, "8.469"], [1702466327, "8.529"], [1702466360, "8.589"], [1702466384, "8.649"], [1702466417, "8.697"], [1702466441, "8.76"], [1702466471, "8.823"], [1702466507, "8.859"], [1702466540, "8.91"], [1702466597, "8.994"], [1702466633, "9.045"], [1702466666, "9.09"], [1702466705, "9.135"], [1702466732, "9.195"], [1702466765, "9.243"], [1702466801, "9.303"], [1702466852, "9.381"], [1702466876, "9.441"], [1702466918, "9.489"], [1702466978, "9.603"], [1702467014, "9.663"], [1702467038, "9.723"], [1702467068, "9.783"], [1702467122, "9.873"], [1702467158, "9.933"], [1702467191, "9.993"], [1702467221, "10.056"], [1702467257, "10.107"], [1702467299, "10.17"], [1702467350, "10.26"], [1702467386, "10.32"], [1702467419, "10.395"], [1702467455, "10.455"], [1702467515, "10.578"], [1702467542, "10.641"], [1702467566, "10.707"], [1702467599, "10.755"], [1702467635, "10.803"], [1702467668, "10.836"], [1702467695, "10.866"], [1702467716, "10.911"], [1702467746, "10.941"], [1702467800, "11.001"], [1702467824, "11.046"], [1702467908, "11.169"], [1702467944, "11.199"], [1702467968, "11.232"], [1702468001, "11.262"], [1702468031, "11.307"], [1702468067, "11.337"], [1702468085, "11.367"], [1702468115, "11.382"], [1702468151, "11.412"], [1702468181, "11.442"], [1702468208, "11.472"], [1702468241, "11.49"], [1702468256, "11.52"], [1702468286, "11.553"], [1702468322, "11.568"], [1702468352, "11.583"], [1702468388, "11.613"], [1702468424, "11.643"], [1702468457, "11.673"], [1702468493, "11.688"], [1702468517, "11.721"], [1702468550, "11.751"], [1702468586, "11.766"], [1702468613, "11.784"], [1702468637, "11.814"], [1702468679, "11.829"], [1702468721, "11.859"], [1702468730, "11.874"], [1702468766, "11.904"], [1702468799, "11.934"], [1702468835, "11.964"], [1702468898, "12.012"], [1702468934, "12.027"], [1702468970, "12.027"], [1702468994, "12.057"], [1702469024, "12.072"], [1702469060, "12.102"], [1702469111, "12.147"], [1702469144, "12.15"], [1702469168, "12.165"], [1702469204, "12.183"], [1702469237, "12.213"], [1702469273, "12.228"], [1702469303, "12.258"], [1702469336, "12.288"], [1702469360, "12.288"], [1702469387, "12.288"], [1702469411, "12.303"], [1702469435, "12.333"], [1702469468, "12.363"], [1702469504, "12.396"], [1702469537, "12.429"], [1702469573, "12.462"], [1702469606, "12.492"], [1702469633, "12.522"], [1702469660, "12.552"], [1702469684, "12.582"], [1702469717, "12.612"], [1702469753, "12.627"], [1702469786, "12.642"], [1702469816, "12.66"], [1702469834, "12.69"], [1702469864, "12.705"], [1702469906, "12.756"], [1702469936, "12.786"], [1702469972, "12.816"], [1702470005, "12.831"], [1702470029, "12.846"], [1702470065, "12.864"], [1702470101, "12.897"], [1702470131, "12.93"], [1702470167, "12.96"], [1702470203, "12.99"], [1702470251, "13.02"], [1702470278, "13.05"], [1702470311, "13.08"], [1702470347, "13.11"], [1702470371, "13.14"], [1702470404, "13.173"], [1702470440, "13.176"], [1702470476, "13.209"], [1702470506, "13.212"], [1702470542, "13.245"], [1702470575, "13.26"], [1702470611, "13.26"], [1702470635, "13.29"], [1702470662, "13.305"], [1702470686, "13.335"], [1702470719, "13.365"], [1702470746, "13.395"], [1702470812, "13.443"], [1702470845, "13.461"], [1702470875, "13.491"], [1702470899, "13.521"], [1702470953, "13.566"], [1702470983, "13.596"], [1702471025, "13.632"], [1702471067, "13.683"], [1702471169, "13.773"], [1702471193, "13.806"], [1702471226, "13.836"], [1702471265, "13.869"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "146.046"], [1702462721, "154.878"], [1702462736, "163.71"], [1702462751, "172.542"], [1702462763, "181.185"], [1702462793, "198.291"], [1702462808, "206.754"], [1702462829, "215.217"], [1702462844, "223.341"], [1702462865, "231.465"], [1702462880, "239.589"], [1702462904, "255.837"], [1702462919, "263.961"], [1702462952, "280.209"], [1702462973, "288.333"], [1702462988, "296.457"], [1702463045, "320.829"], [1702463081, "337.077"], [1702463114, "353.325"], [1702463150, "369.573"], [1702463186, "385.821"], [1702463216, "402.069"], [1702463240, "418.317"], [1702463273, "434.565"], [1702463324, "458.937"], [1702463354, "475.185"], [1702463381, "491.433"], [1702463417, "507.681"], [1702463453, "523.929"], [1702463477, "540.177"], [1702463510, "556.425"], [1702463537, "572.673"], [1702463570, "588.921"], [1702463591, "605.169"], [1702463621, "621.417"], [1702463657, "637.665"], [1702463693, "653.913"], [1702463729, "670.161"], [1702463765, "686.409"], [1702463798, "702.657"], [1702463846, "727.029"], [1702463873, "743.277"], [1702463906, "759.525"], [1702463948, "783.897"], [1702463984, "800.145"], [1702464014, "816.393"], [1702464050, "832.641"], [1702464086, "848.889"], [1702464122, "865.137"], [1702464155, "881.385"], [1702464194, "905.757"], [1702464230, "922.005"], [1702464263, "938.253"], [1702464299, "954.501"], [1702464332, "970.749"], [1702464356, "986.997"], [1702464392, "1003.245"], [1702464425, "1019.493"], [1702464455, "1035.741"], [1702464479, "1051.989"], [1702464509, "1068.237"], [1702464533, "1084.485"], [1702464569, "1100.733"], [1702464605, "1116.981"], [1702464635, "1133.229"], [1702464671, "1149.477"], [1702464716, "1165.725"], [1702464743, "1181.973"], [1702464776, "1198.221"], [1702464812, "1214.469"], [1702464836, "1230.717"], [1702464869, "1246.965"], [1702464905, "1263.213"], [1702464926, "1279.461"], [1702464956, "1295.709"], [1702464992, "1311.957"], [1702465016, "1328.205"], [1702465049, "1344.453"], [1702465085, "1360.701"], [1702465118, "1376.949"], [1702465145, "1393.197"], [1702465178, "1409.445"], [1702465208, "1425.693"], [1702465241, "1441.941"], [1702465298, "1466.313"], [1702465334, "1482.561"], [1702465367, "1498.809"], [1702465394, "1515.057"], [1702465418, "1531.305"], [1702465445, "1547.553"], [1702465481, "1563.801"], [1702465517, "1580.049"], [1702465550, "1596.297"], [1702465586, "1612.545"], [1702465619, "1628.793"], [1702465658, "1645.041"], [1702465706, "1661.289"], [1702465754, "1685.661"], [1702465787, "1701.909"], [1702465823, "1718.157"], [1702465856, "1734.405"], [1702465880, "1750.653"], [1702465910, "1766.901"], [1702465952, "1783.149"], [1702465988, "1799.397"], [1702466015, "1815.645"], [1702466030, "1831.893"], [1702466060, "1848.141"], [1702466078, "1864.389"], [1702466138, "1888.761"], [1702466168, "1905.009"], [1702466204, "1921.257"], [1702466237, "1937.505"], [1702466261, "1953.753"], [1702466291, "1970.001"], [1702466327, "1986.249"], [1702466360, "2002.497"], [1702466384, "2018.745"], [1702466417, "2034.993"], [1702466441, "2051.241"], [1702466471, "2067.489"], [1702466507, "2083.737"], [1702466540, "2099.985"], [1702466597, "2124.357"], [1702466633, "2140.605"], [1702466666, "2156.853"], [1702466705, "2173.101"], [1702466732, "2189.349"], [1702466765, "2205.597"], [1702466801, "2221.845"], [1702466852, "2246.217"], [1702466876, "2262.465"], [1702466918, "2278.713"], [1702466978, "2311.209"], [1702467014, "2327.457"], [1702467038, "2343.705"], [1702467068, "2359.953"], [1702467122, "2384.325"], [1702467158, "2400.573"], [1702467191, "2416.821"], [1702467221, "2433.069"], [1702467257, "2449.317"], [1702467299, "2465.565"], [1702467350, "2489.937"], [1702467386, "2506.185"], [1702467419, "2522.433"], [1702467455, "2538.681"], [1702467515, "2571.177"], [1702467542, "2587.425"], [1702467566, "2603.673"], [1702467599, "2619.921"], [1702467635, "2636.169"], [1702467668, "2652.417"], [1702467695, "2668.665"], [1702467716, "2684.913"], [1702467746, "2701.161"], [1702467800, "2725.533"], [1702467824, "2741.781"], [1702467908, "2782.401"], [1702467944, "2798.649"], [1702467968, "2814.897"], [1702468001, "2831.145"], [1702468031, "2847.393"], [1702468067, "2863.641"], [1702468085, "2879.889"], [1702468115, "2896.137"], [1702468151, "2912.385"], [1702468181, "2928.633"], [1702468208, "2944.881"], [1702468241, "2961.129"], [1702468256, "2977.377"], [1702468286, "2993.625"], [1702468322, "3009.873"], [1702468352, "3026.121"], [1702468388, "3042.369"], [1702468424, "3058.617"], [1702468457, "3074.865"], [1702468493, "3091.113"], [1702468517, "3107.361"], [1702468550, "3123.609"], [1702468586, "3139.857"], [1702468613, "3156.105"], [1702468637, "3172.353"], [1702468679, "3188.601"], [1702468721, "3204.849"], [1702468730, "3212.973"], [1702468766, "3229.221"], [1702468799, "3245.469"], [1702468835, "3261.717"], [1702468898, "3286.089"], [1702468934, "3302.337"], [1702468970, "3318.585"], [1702468994, "3334.833"], [1702469024, "3351.081"], [1702469060, "3367.329"], [1702469111, "3391.701"], [1702469144, "3407.949"], [1702469168, "3424.197"], [1702469204, "3440.445"], [1702469237, "3456.693"], [1702469273, "3472.941"], [1702469303, "3489.189"], [1702469336, "3505.437"], [1702469360, "3521.685"], [1702469387, "3537.933"], [1702469411, "3554.181"], [1702469435, "3570.429"], [1702469468, "3586.677"], [1702469504, "3602.925"], [1702469537, "3619.173"], [1702469573, "3635.421"], [1702469606, "3651.669"], [1702469633, "3667.917"], [1702469660, "3684.165"], [1702469684, "3700.413"], [1702469717, "3716.661"], [1702469753, "3732.909"], [1702469786, "3749.157"], [1702469816, "3765.405"], [1702469834, "3781.653"], [1702469864, "3797.901"], [1702469906, "3822.273"], [1702469936, "3838.521"], [1702469972, "3854.769"], [1702470005, "3871.017"], [1702470029, "3887.265"], [1702470065, "3903.513"], [1702470101, "3919.761"], [1702470131, "3936.009"], [1702470167, "3952.257"], [1702470203, "3968.505"], [1702470251, "3992.877"], [1702470278, "4009.125"], [1702470311, "4025.373"], [1702470347, "4041.621"], [1702470371, "4057.869"], [1702470404, "4074.117"], [1702470440, "4090.365"], [1702470476, "4106.613"], [1702470506, "4122.861"], [1702470542, "4139.109"], [1702470575, "4155.357"], [1702470611, "4171.605"], [1702470635, "4187.853"], [1702470662, "4204.101"], [1702470686, "4220.349"], [1702470719, "4236.597"], [1702470746, "4252.845"], [1702470812, "4285.341"], [1702470845, "4301.589"], [1702470875, "4317.837"], [1702470899, "4334.085"], [1702470953, "4358.457"], [1702470983, "4374.705"], [1702471025, "4390.953"], [1702471067, "4415.325"], [1702471169, "4455.945"], [1702471193, "4472.193"], [1702471226, "4488.441"], [1702471265, "4504.689"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.312"], [1702462793, "0.381"], [1702462808, "0.414"], [1702462829, "0.432"], [1702462844, "0.45"], [1702462865, "0.498"], [1702462880, "0.531"], [1702462904, "0.609"], [1702462919, "0.642"], [1702462952, "0.69"], [1702462973, "0.72"], [1702462988, "0.738"], [1702463045, "0.801"], [1702463081, "0.849"], [1702463114, "0.945"], [1702463150, "1.011"], [1702463186, "1.074"], [1702463216, "1.149"], [1702463240, "1.2"], [1702463273, "1.275"], [1702463324, "1.386"], [1702463354, "1.464"], [1702463381, "1.545"], [1702463417, "1.608"], [1702463453, "1.671"], [1702463477, "1.716"], [1702463510, "1.752"], [1702463537, "1.8"], [1702463570, "1.83"], [1702463591, "1.875"], [1702463621, "1.935"], [1702463657, "1.998"], [1702463693, "2.079"], [1702463729, "2.145"], [1702463765, "2.196"], [1702463798, "2.244"], [1702463846, "2.322"], [1702463873, "2.367"], [1702463906, "2.427"], [1702463948, "2.523"], [1702463984, "2.586"], [1702464014, "2.649"], [1702464050, "2.712"], [1702464086, "2.787"], [1702464122, "2.862"], [1702464155, "2.922"], [1702464194, "3.03"], [1702464230, "3.096"], [1702464263, "3.177"], [1702464299, "3.258"], [1702464332, "3.339"], [1702464356, "3.42"], [1702464392, "3.501"], [1702464425, "3.582"], [1702464455, "3.657"], [1702464479, "3.735"], [1702464509, "3.825"], [1702464533, "3.915"], [1702464569, "4.008"], [1702464605, "4.089"], [1702464635, "4.182"], [1702464671, "4.278"], [1702464716, "4.371"], [1702464743, "4.461"], [1702464776, "4.551"], [1702464812, "4.641"], [1702464836, "4.746"], [1702464869, "4.836"], [1702464905, "4.944"], [1702464926, "5.019"], [1702464956, "5.112"], [1702464992, "5.19"], [1702465016, "5.295"], [1702465049, "5.376"], [1702465085, "5.466"], [1702465118, "5.559"], [1702465145, "5.652"], [1702465178, "5.742"], [1702465208, "5.835"], [1702465241, "5.928"], [1702465298, "6.069"], [1702465334, "6.18"], [1702465367, "6.27"], [1702465394, "6.36"], [1702465418, "6.45"], [1702465445, "6.54"], [1702465481, "6.633"], [1702465517, "6.744"], [1702465550, "6.837"], [1702465586, "6.918"], [1702465619, "7.011"], [1702465658, "7.104"], [1702465706, "7.179"], [1702465754, "7.197"], [1702465787, "7.233"], [1702465823, "7.251"], [1702465856, "7.284"], [1702465880, "7.332"], [1702465910, "7.383"], [1702465952, "7.446"], [1702465988, "7.509"], [1702466015, "7.569"], [1702466030, "7.629"], [1702466060, "7.689"], [1702466078, "7.752"], [1702466138, "7.866"], [1702466168, "7.932"], [1702466204, "7.998"], [1702466237, "8.061"], [1702466261, "8.106"], [1702466291, "8.169"], [1702466327, "8.229"], [1702466360, "8.289"], [1702466384, "8.349"], [1702466417, "8.397"], [1702466441, "8.46"], [1702466471, "8.523"], [1702466507, "8.559"], [1702466540, "8.61"], [1702466597, "8.694"], [1702466633, "8.745"], [1702466666, "8.79"], [1702466705, "8.835"], [1702466732, "8.895"], [1702466765, "8.943"], [1702466801, "9.003"], [1702466852, "9.081"], [1702466876, "9.141"], [1702466918, "9.189"], [1702466978, "9.303"], [1702467014, "9.363"], [1702467038, "9.423"], [1702467068, "9.483"], [1702467122, "9.573"], [1702467158, "9.633"], [1702467191, "9.693"], [1702467221, "9.756"], [1702467257, "9.807"], [1702467299, "9.87"], [1702467350, "9.96"], [1702467386, "10.02"], [1702467419, "10.095"], [1702467455, "10.155"], [1702467515, "10.278"], [1702467542, "10.341"], [1702467566, "10.407"], [1702467599, "10.455"], [1702467635, "10.503"], [1702467668, "10.536"], [1702467695, "10.566"], [1702467716, "10.611"], [1702467746, "10.641"], [1702467800, "10.701"], [1702467824, "10.746"], [1702467908, "10.869"], [1702467944, "10.899"], [1702467968, "10.932"], [1702468001, "10.962"], [1702468031, "11.007"], [1702468067, "11.037"], [1702468085, "11.067"], [1702468115, "11.082"], [1702468151, "11.112"], [1702468181, "11.142"], [1702468208, "11.172"], [1702468241, "11.19"], [1702468256, "11.22"], [1702468286, "11.253"], [1702468322, "11.268"], [1702468352, "11.283"], [1702468388, "11.313"], [1702468424, "11.343"], [1702468457, "11.373"], [1702468493, "11.388"], [1702468517, "11.421"], [1702468550, "11.451"], [1702468586, "11.466"], [1702468613, "11.484"], [1702468637, "11.514"], [1702468679, "11.529"], [1702468721, "11.559"], [1702468730, "11.574"], [1702468766, "11.604"], [1702468799, "11.634"], [1702468835, "11.664"], [1702468898, "11.712"], [1702468934, "11.727"], [1702468970, "11.727"], [1702468994, "11.757"], [1702469024, "11.772"], [1702469060, "11.802"], [1702469111, "11.847"], [1702469144, "11.85"], [1702469168, "11.865"], [1702469204, "11.883"], [1702469237, "11.913"], [1702469273, "11.928"], [1702469303, "11.958"], [1702469336, "11.988"], [1702469360, "11.988"], [1702469387, "11.988"], [1702469411, "12.003"], [1702469435, "12.033"], [1702469468, "12.063"], [1702469504, "12.096"], [1702469537, "12.129"], [1702469573, "12.162"], [1702469606, "12.192"], [1702469633, "12.222"], [1702469660, "12.252"], [1702469684, "12.282"], [1702469717, "12.312"], [1702469753, "12.327"], [1702469786, "12.342"], [1702469816, "12.36"], [1702469834, "12.39"], [1702469864, "12.405"], [1702469906, "12.456"], [1702469936, "12.486"], [1702469972, "12.516"], [1702470005, "12.531"], [1702470029, "12.546"], [1702470065, "12.564"], [1702470101, "12.597"], [1702470131, "12.63"], [1702470167, "12.66"], [1702470203, "12.69"], [1702470251, "12.72"], [1702470278, "12.75"], [1702470311, "12.78"], [1702470347, "12.81"], [1702470371, "12.84"], [1702470404, "12.873"], [1702470440, "12.876"], [1702470476, "12.909"], [1702470506, "12.912"], [1702470542, "12.945"], [1702470575, "12.96"], [1702470611, "12.96"], [1702470635, "12.99"], [1702470662, "13.005"], [1702470686, "13.035"], [1702470719, "13.065"], [1702470746, "13.095"], [1702470812, "13.143"], [1702470845, "13.161"], [1702470875, "13.191"], [1702470899, "13.221"], [1702470953, "13.266"], [1702470983, "13.296"], [1702471025, "13.332"], [1702471067, "13.383"], [1702471169, "13.473"], [1702471193, "13.506"], [1702471226, "13.536"], [1702471265, "13.569"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "82.404"], [1702462793, "99.51"], [1702462808, "107.973"], [1702462829, "116.436"], [1702462844, "124.56"], [1702462865, "132.684"], [1702462880, "140.808"], [1702462904, "157.056"], [1702462919, "165.18"], [1702462952, "181.428"], [1702462973, "189.552"], [1702462988, "197.676"], [1702463045, "222.048"], [1702463081, "238.296"], [1702463114, "254.544"], [1702463150, "270.792"], [1702463186, "287.04"], [1702463216, "303.288"], [1702463240, "319.536"], [1702463273, "335.784"], [1702463324, "360.156"], [1702463354, "376.404"], [1702463381, "392.652"], [1702463417, "408.9"], [1702463453, "425.148"], [1702463477, "441.396"], [1702463510, "457.644"], [1702463537, "473.892"], [1702463570, "490.14"], [1702463591, "506.388"], [1702463621, "522.636"], [1702463657, "538.884"], [1702463693, "555.132"], [1702463729, "571.38"], [1702463765, "587.628"], [1702463798, "603.876"], [1702463846, "628.248"], [1702463873, "644.496"], [1702463906, "660.744"], [1702463948, "685.116"], [1702463984, "701.364"], [1702464014, "717.612"], [1702464050, "733.86"], [1702464086, "750.108"], [1702464122, "766.356"], [1702464155, "782.604"], [1702464194, "806.976"], [1702464230, "823.224"], [1702464263, "839.472"], [1702464299, "855.72"], [1702464332, "871.968"], [1702464356, "888.216"], [1702464392, "904.464"], [1702464425, "920.712"], [1702464455, "936.96"], [1702464479, "953.208"], [1702464509, "969.456"], [1702464533, "985.704"], [1702464569, "1001.952"], [1702464605, "1018.2"], [1702464635, "1034.448"], [1702464671, "1050.696"], [1702464716, "1066.944"], [1702464743, "1083.192"], [1702464776, "1099.44"], [1702464812, "1115.688"], [1702464836, "1131.936"], [1702464869, "1148.184"], [1702464905, "1164.432"], [1702464926, "1180.68"], [1702464956, "1196.928"], [1702464992, "1213.176"], [1702465016, "1229.424"], [1702465049, "1245.672"], [1702465085, "1261.92"], [1702465118, "1278.168"], [1702465145, "1294.416"], [1702465178, "1310.664"], [1702465208, "1326.912"], [1702465241, "1343.16"], [1702465298, "1367.532"], [1702465334, "1383.78"], [1702465367, "1400.028"], [1702465394, "1416.276"], [1702465418, "1432.524"], [1702465445, "1448.772"], [1702465481, "1465.02"], [1702465517, "1481.268"], [1702465550, "1497.516"], [1702465586, "1513.764"], [1702465619, "1530.012"], [1702465658, "1546.26"], [1702465706, "1562.508"], [1702465754, "1586.88"], [1702465787, "1603.128"], [1702465823, "1619.376"], [1702465856, "1635.624"], [1702465880, "1651.872"], [1702465910, "1668.12"], [1702465952, "1684.368"], [1702465988, "1700.616"], [1702466015, "1716.864"], [1702466030, "1733.112"], [1702466060, "1749.36"], [1702466078, "1765.608"], [1702466138, "1789.98"], [1702466168, "1806.228"], [1702466204, "1822.476"], [1702466237, "1838.724"], [1702466261, "1854.972"], [1702466291, "1871.22"], [1702466327, "1887.468"], [1702466360, "1903.716"], [1702466384, "1919.964"], [1702466417, "1936.212"], [1702466441, "1952.46"], [1702466471, "1968.708"], [1702466507, "1984.956"], [1702466540, "2001.204"], [1702466597, "2025.576"], [1702466633, "2041.824"], [1702466666, "2058.072"], [1702466705, "2074.32"], [1702466732, "2090.568"], [1702466765, "2106.816"], [1702466801, "2123.064"], [1702466852, "2147.436"], [1702466876, "2163.684"], [1702466918, "2179.932"], [1702466978, "2212.428"], [1702467014, "2228.676"], [1702467038, "2244.924"], [1702467068, "2261.172"], [1702467122, "2285.544"], [1702467158, "2301.792"], [1702467191, "2318.04"], [1702467221, "2334.288"], [1702467257, "2350.536"], [1702467299, "2366.784"], [1702467350, "2391.156"], [1702467386, "2407.404"], [1702467419, "2423.652"], [1702467455, "2439.9"], [1702467515, "2472.396"], [1702467542, "2488.644"], [1702467566, "2504.892"], [1702467599, "2521.14"], [1702467635, "2537.388"], [1702467668, "2553.636"], [1702467695, "2569.884"], [1702467716, "2586.132"], [1702467746, "2602.38"], [1702467800, "2626.752"], [1702467824, "2643"], [1702467908, "2683.62"], [1702467944, "2699.868"], [1702467968, "2716.116"], [1702468001, "2732.364"], [1702468031, "2748.612"], [1702468067, "2764.86"], [1702468085, "2781.108"], [1702468115, "2797.356"], [1702468151, "2813.604"], [1702468181, "2829.852"], [1702468208, "2846.1"], [1702468241, "2862.348"], [1702468256, "2878.596"], [1702468286, "2894.844"], [1702468322, "2911.092"], [1702468352, "2927.34"], [1702468388, "2943.588"], [1702468424, "2959.836"], [1702468457, "2976.084"], [1702468493, "2992.332"], [1702468517, "3008.58"], [1702468550, "3024.828"], [1702468586, "3041.076"], [1702468613, "3057.324"], [1702468637, "3073.572"], [1702468679, "3089.82"], [1702468721, "3106.068"], [1702468730, "3114.192"], [1702468766, "3130.44"], [1702468799, "3146.688"], [1702468835, "3162.936"], [1702468898, "3187.308"], [1702468934, "3203.556"], [1702468970, "3219.804"], [1702468994, "3236.052"], [1702469024, "3252.3"], [1702469060, "3268.548"], [1702469111, "3292.92"], [1702469144, "3309.168"], [1702469168, "3325.416"], [1702469204, "3341.664"], [1702469237, "3357.912"], [1702469273, "3374.16"], [1702469303, "3390.408"], [1702469336, "3406.656"], [1702469360, "3422.904"], [1702469387, "3439.152"], [1702469411, "3455.4"], [1702469435, "3471.648"], [1702469468, "3487.896"], [1702469504, "3504.144"], [1702469537, "3520.392"], [1702469573, "3536.64"], [1702469606, "3552.888"], [1702469633, "3569.136"], [1702469660, "3585.384"], [1702469684, "3601.632"], [1702469717, "3617.88"], [1702469753, "3634.128"], [1702469786, "3650.376"], [1702469816, "3666.624"], [1702469834, "3682.872"], [1702469864, "3699.12"], [1702469906, "3723.492"], [1702469936, "3739.74"], [1702469972, "3755.988"], [1702470005, "3772.236"], [1702470029, "3788.484"], [1702470065, "3804.732"], [1702470101, "3820.98"], [1702470131, "3837.228"], [1702470167, "3853.476"], [1702470203, "3869.724"], [1702470251, "3894.096"], [1702470278, "3910.344"], [1702470311, "3926.592"], [1702470347, "3942.84"], [1702470371, "3959.088"], [1702470404, "3975.336"], [1702470440, "3991.584"], [1702470476, "4007.832"], [1702470506, "4024.08"], [1702470542, "4040.328"], [1702470575, "4056.576"], [1702470611, "4072.824"], [1702470635, "4089.072"], [1702470662, "4105.32"], [1702470686, "4121.568"], [1702470719, "4137.816"], [1702470746, "4154.064"], [1702470812, "4186.56"], [1702470845, "4202.808"], [1702470875, "4219.056"], [1702470899, "4235.304"], [1702470953, "4259.676"], [1702470983, "4275.924"], [1702471025, "4292.172"], [1702471067, "4316.544"], [1702471169, "4357.164"], [1702471193, "4373.412"], [1702471226, "4389.66"], [1702471265, "4405.908"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.192"], [1702462721, "0.21"], [1702462736, "0.246"], [1702462751, "0.279"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "47.265"], [1702462721, "56.097"], [1702462736, "64.929"], [1702462751, "73.761"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_gpu_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "209.415"], [1702462721, "218.247"], [1702462736, "227.079"], [1702462751, "235.911"], [1702462763, "244.554"], [1702462793, "261.66"], [1702462808, "270.123"], [1702462829, "278.586"], [1702462844, "286.71"], [1702462865, "294.834"], [1702462880, "302.958"], [1702462904, "319.206"], [1702462919, "327.33"], [1702462952, "343.578"], [1702462973, "351.702"], [1702462988, "359.826"], [1702463045, "384.198"], [1702463081, "400.446"], [1702463114, "416.694"], [1702463150, "432.942"], [1702463186, "449.19"], [1702463216, "465.438"], [1702463240, "481.686"], [1702463273, "497.934"], [1702463324, "522.306"], [1702463354, "538.554"], [1702463381, "554.802"], [1702463417, "571.05"], [1702463453, "587.298"], [1702463477, "603.546"], [1702463510, "619.794"], [1702463537, "636.042"], [1702463570, "652.29"], [1702463591, "668.538"], [1702463621, "684.786"], [1702463657, "701.034"], [1702463693, "717.282"], [1702463729, "733.53"], [1702463765, "749.778"], [1702463798, "766.026"], [1702463846, "790.398"], [1702463873, "806.646"], [1702463906, "822.894"], [1702463948, "847.266"], [1702463984, "863.514"], [1702464014, "879.762"], [1702464050, "896.01"], [1702464086, "912.258"], [1702464122, "928.506"], [1702464155, "944.754"], [1702464194, "969.126"], [1702464230, "985.374"], [1702464263, "1001.622"], [1702464299, "1017.87"], [1702464332, "1034.118"], [1702464356, "1050.366"], [1702464392, "1066.614"], [1702464425, "1082.862"], [1702464455, "1099.11"], [1702464479, "1115.358"], [1702464509, "1131.606"], [1702464533, "1147.854"], [1702464569, "1164.102"], [1702464605, "1180.35"], [1702464635, "1196.598"], [1702464671, "1212.846"], [1702464716, "1229.094"], [1702464743, "1245.342"], [1702464776, "1261.59"], [1702464812, "1277.838"], [1702464836, "1294.086"], [1702464869, "1310.334"], [1702464905, "1326.582"], [1702464926, "1342.83"], [1702464956, "1359.078"], [1702464992, "1375.326"], [1702465016, "1391.574"], [1702465049, "1407.822"], [1702465085, "1424.07"], [1702465118, "1440.318"], [1702465145, "1456.566"], [1702465178, "1472.814"], [1702465208, "1489.062"], [1702465241, "1505.31"], [1702465298, "1529.682"], [1702465334, "1545.93"], [1702465367, "1562.178"], [1702465394, "1578.426"], [1702465418, "1594.674"], [1702465445, "1610.922"], [1702465481, "1627.17"], [1702465517, "1643.418"], [1702465550, "1659.666"], [1702465586, "1675.914"], [1702465619, "1692.162"], [1702465658, "1708.41"], [1702465706, "1724.658"], [1702465754, "1749.03"], [1702465787, "1765.278"], [1702465823, "1781.526"], [1702465856, "1797.774"], [1702465880, "1814.022"], [1702465910, "1830.27"], [1702465952, "1846.518"], [1702465988, "1862.766"], [1702466015, "1879.014"], [1702466030, "1895.262"], [1702466060, "1911.51"], [1702466078, "1927.758"], [1702466138, "1952.13"], [1702466168, "1968.378"], [1702466204, "1984.626"], [1702466237, "2000.874"], [1702466261, "2017.122"], [1702466291, "2033.37"], [1702466327, "2049.618"], [1702466360, "2065.866"], [1702466384, "2082.114"], [1702466417, "2098.362"], [1702466441, "2114.61"], [1702466471, "2130.858"], [1702466507, "2147.106"], [1702466540, "2163.354"], [1702466597, "2187.726"], [1702466633, "2203.974"], [1702466666, "2220.222"], [1702466705, "2236.47"], [1702466732, "2252.718"], [1702466765, "2268.966"], [1702466801, "2285.214"], [1702466852, "2309.586"], [1702466876, "2325.834"], [1702466918, "2342.082"], [1702466978, "2374.578"], [1702467014, "2390.826"], [1702467038, "2407.074"], [1702467068, "2423.322"], [1702467122, "2447.694"], [1702467158, "2463.942"], [1702467191, "2480.19"], [1702467221, "2496.438"], [1702467257, "2512.686"], [1702467299, "2528.934"], [1702467350, "2553.306"], [1702467386, "2569.554"], [1702467419, "2585.802"], [1702467455, "2602.05"], [1702467515, "2634.546"], [1702467542, "2650.794"], [1702467566, "2667.042"], [1702467599, "2683.29"], [1702467635, "2699.538"], [1702467668, "2715.786"], [1702467695, "2732.034"], [1702467716, "2748.282"], [1702467746, "2764.53"], [1702467800, "2788.902"], [1702467824, "2805.15"], [1702467908, "2845.77"], [1702467944, "2862.018"], [1702467968, "2878.266"], [1702468001, "2894.514"], [1702468031, "2910.762"], [1702468067, "2927.01"], [1702468085, "2943.258"], [1702468115, "2959.506"], [1702468151, "2975.754"], [1702468181, "2992.002"], [1702468208, "3008.25"], [1702468241, "3024.498"], [1702468256, "3040.746"], [1702468286, "3056.994"], [1702468322, "3073.242"], [1702468352, "3089.49"], [1702468388, "3105.738"], [1702468424, "3121.986"], [1702468457, "3138.234"], [1702468493, "3154.482"], [1702468517, "3170.73"], [1702468550, "3186.978"], [1702468586, "3203.226"], [1702468613, "3219.474"], [1702468637, "3235.722"], [1702468679, "3251.97"], [1702468721, "3268.218"], [1702468730, "3276.342"], [1702468766, "3292.59"], [1702468799, "3308.838"], [1702468835, "3325.086"], [1702468898, "3349.458"], [1702468934, "3365.706"], [1702468970, "3381.954"], [1702468994, "3398.202"], [1702469024, "3414.45"], [1702469060, "3430.698"], [1702469111, "3455.07"], [1702469144, "3471.318"], [1702469168, "3487.566"], [1702469204, "3503.814"], [1702469237, "3520.062"], [1702469273, "3536.31"], [1702469303, "3552.558"], [1702469336, "3568.806"], [1702469360, "3585.054"], [1702469387, "3601.302"], [1702469411, "3617.55"], [1702469435, "3633.798"], [1702469468, "3650.046"], [1702469504, "3666.294"], [1702469537, "3682.542"], [1702469573, "3698.79"], [1702469606, "3715.038"], [1702469633, "3731.286"], [1702469660, "3747.534"], [1702469684, "3763.782"], [1702469717, "3780.03"], [1702469753, "3796.278"], [1702469786, "3812.526"], [1702469816, "3828.774"], [1702469834, "3845.022"], [1702469864, "3861.27"], [1702469906, "3885.642"], [1702469936, "3901.89"], [1702469972, "3918.138"], [1702470005, "3934.386"], [1702470029, "3950.634"], [1702470065, "3966.882"], [1702470101, "3983.13"], [1702470131, "3999.378"], [1702470167, "4015.626"], [1702470203, "4031.874"], [1702470251, "4056.246"], [1702470278, "4072.494"], [1702470311, "4088.742"], [1702470347, "4104.99"], [1702470371, "4121.238"], [1702470404, "4137.486"], [1702470440, "4153.734"], [1702470476, "4169.982"], [1702470506, "4186.23"], [1702470542, "4202.478"], [1702470575, "4218.726"], [1702470611, "4234.974"], [1702470635, "4251.222"], [1702470662, "4267.47"], [1702470686, "4283.718"], [1702470719, "4299.966"], [1702470746, "4316.214"], [1702470812, "4348.71"], [1702470845, "4364.958"], [1702470875, "4381.206"], [1702470899, "4397.454"], [1702470953, "4421.826"], [1702470983, "4438.074"], [1702471025, "4454.322"], [1702471067, "4478.694"], [1702471169, "4519.314"], [1702471193, "4535.562"], [1702471226, "4551.81"], [1702471265, "4568.058"]]}], "kepler_container_joules_total": [{"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1.113"], [1702462721, "1.1310000000000002"], [1702462736, "1.272"], [1702462751, "1.3050000000000002"], [1702462763, "1.338"], [1702462793, "1.407"], [1702462808, "1.44"], [1702462829, "1.4580000000000002"], [1702462844, "1.476"], [1702462865, "1.524"], [1702462880, "1.557"], [1702462904, "1.635"], [1702462919, "1.6680000000000001"], [1702462952, "1.716"], [1702462973, "1.746"], [1702462988, "1.764"], [1702463045, "1.827"], [1702463081, "1.875"], [1702463114, "1.971"], [1702463150, "2.037"], [1702463186, "2.1"], [1702463216, "2.175"], [1702463240, "2.226"], [1702463273, "2.301"], [1702463324, "2.412"], [1702463354, "2.49"], [1702463381, "3.456"], [1702463417, "3.519"], [1702463453, "3.582"], [1702463477, "3.6270000000000002"], [1702463510, "3.6630000000000003"], [1702463537, "3.711"], [1702463570, "3.741"], [1702463591, "3.786"], [1702463621, "3.846"], [1702463657, "3.9090000000000003"], [1702463693, "3.99"], [1702463729, "4.056"], [1702463765, "4.107"], [1702463798, "4.155"], [1702463846, "4.2330000000000005"], [1702463873, "4.2780000000000005"], [1702463906, "4.338"], [1702463948, "4.434"], [1702463984, "4.497"], [1702464014, "4.5600000000000005"], [1702464050, "4.623"], [1702464086, "4.698"], [1702464122, "4.773"], [1702464155, "4.833"], [1702464194, "4.941000000000001"], [1702464230, "5.007"], [1702464263, "5.088"], [1702464299, "5.1690000000000005"], [1702464332, "5.25"], [1702464356, "5.3309999999999995"], [1702464392, "5.412"], [1702464425, "5.493"], [1702464455, "5.568"], [1702464479, "5.646"], [1702464509, "5.736"], [1702464533, "5.826"], [1702464569, "5.9190000000000005"], [1702464605, "6"], [1702464635, "6.093"], [1702464671, "6.189"], [1702464716, "6.282"], [1702464743, "6.372"], [1702464776, "6.462"], [1702464812, "6.5520000000000005"], [1702464836, "6.657"], [1702464869, "6.747"], [1702464905, "6.855"], [1702464926, "6.93"], [1702464956, "7.023"], [1702464992, "7.101"], [1702465016, "7.206"], [1702465049, "7.287"], [1702465085, "7.377"], [1702465118, "7.47"], [1702465145, "7.563"], [1702465178, "7.6530000000000005"], [1702465208, "7.746"], [1702465241, "7.839"], [1702465298, "7.98"], [1702465334, "8.091000000000001"], [1702465367, "8.181000000000001"], [1702465394, "8.271"], [1702465418, "8.361"], [1702465445, "8.451"], [1702465481, "8.544"], [1702465517, "8.655000000000001"], [1702465550, "8.748000000000001"], [1702465586, "8.829"], [1702465619, "8.922"], [1702465658, "9.015"], [1702465706, "9.09"], [1702465754, "9.108"], [1702465787, "9.144"], [1702465823, "9.161999999999999"], [1702465856, "9.195"], [1702465880, "9.243"], [1702465910, "9.294"], [1702465952, "9.357"], [1702465988, "9.42"], [1702466015, "9.48"], [1702466030, "9.54"], [1702466060, "9.600000000000001"], [1702466078, "9.663"], [1702466138, "9.777000000000001"], [1702466168, "9.843"], [1702466204, "9.908999999999999"], [1702466237, "9.972000000000001"], [1702466261, "10.017"], [1702466291, "10.079999999999998"], [1702466327, "10.14"], [1702466360, "10.2"], [1702466384, "10.260000000000002"], [1702466417, "10.308"], [1702466441, "10.370999999999999"], [1702466471, "10.434000000000001"], [1702466507, "10.469999999999999"], [1702466540, "10.521"], [1702466597, "10.605"], [1702466633, "10.655999999999999"], [1702466666, "10.701"], [1702466705, "10.745999999999999"], [1702466732, "10.806000000000001"], [1702466765, "10.854"], [1702466801, "10.914000000000001"], [1702466852, "10.992"], [1702466876, "11.052"], [1702466918, "11.100000000000001"], [1702466978, "11.213999999999999"], [1702467014, "11.274000000000001"], [1702467038, "11.334"], [1702467068, "11.393999999999998"], [1702467122, "11.484000000000002"], [1702467158, "11.544"], [1702467191, "11.604"], [1702467221, "11.667000000000002"], [1702467257, "11.718"], [1702467299, "11.780999999999999"], [1702467350, "11.870999999999999"], [1702467386, "11.931000000000001"], [1702467419, "12.006"], [1702467455, "12.065999999999999"], [1702467515, "12.189"], [1702467542, "12.251999999999999"], [1702467566, "12.318000000000001"], [1702467599, "12.366"], [1702467635, "12.414000000000001"], [1702467668, "12.447"], [1702467695, "12.477"], [1702467716, "12.521999999999998"], [1702467746, "12.552"], [1702467800, "12.611999999999998"], [1702467824, "12.657"], [1702467908, "12.780000000000001"], [1702467944, "12.809999999999999"], [1702467968, "12.843"], [1702468001, "12.873000000000001"], [1702468031, "12.918"], [1702468067, "12.948"], [1702468085, "12.978000000000002"], [1702468115, "12.992999999999999"], [1702468151, "13.023"], [1702468181, "13.053"], [1702468208, "13.082999999999998"], [1702468241, "13.100999999999999"], [1702468256, "13.131"], [1702468286, "13.164000000000001"], [1702468322, "13.178999999999998"], [1702468352, "13.193999999999999"], [1702468388, "13.224"], [1702468424, "13.254000000000001"], [1702468457, "13.283999999999999"], [1702468493, "13.299"], [1702468517, "13.332"], [1702468550, "13.361999999999998"], [1702468586, "13.376999999999999"], [1702468613, "13.395"], [1702468637, "13.425"], [1702468679, "13.440000000000001"], [1702468721, "13.469999999999999"], [1702468730, "13.485"], [1702468766, "13.515"], [1702468799, "13.545000000000002"], [1702468835, "13.575"], [1702468898, "13.623000000000001"], [1702468934, "13.638000000000002"], [1702468970, "13.638000000000002"], [1702468994, "13.668"], [1702469024, "13.683"], [1702469060, "13.713000000000001"], [1702469111, "13.758"], [1702469144, "13.761"], [1702469168, "13.776"], [1702469204, "13.794"], [1702469237, "13.824000000000002"], [1702469273, "13.838999999999999"], [1702469303, "13.869"], [1702469336, "13.899000000000001"], [1702469360, "13.899000000000001"], [1702469387, "13.899000000000001"], [1702469411, "13.914000000000001"], [1702469435, "13.943999999999999"], [1702469468, "13.974"], [1702469504, "14.007000000000001"], [1702469537, "14.04"], [1702469573, "14.073"], [1702469606, "14.103000000000002"], [1702469633, "14.133"], [1702469660, "14.163"], [1702469684, "14.193000000000001"], [1702469717, "14.222999999999999"], [1702469753, "14.238"], [1702469786, "14.253"], [1702469816, "14.271"], [1702469834, "14.300999999999998"], [1702469864, "14.315999999999999"], [1702469906, "14.367"], [1702469936, "14.396999999999998"], [1702469972, "14.427"], [1702470005, "14.442"], [1702470029, "14.457"], [1702470065, "14.475000000000001"], [1702470101, "14.508"], [1702470131, "14.541"], [1702470167, "14.571000000000002"], [1702470203, "14.600999999999999"], [1702470251, "14.631"], [1702470278, "14.661000000000001"], [1702470311, "14.690999999999999"], [1702470347, "14.721"], [1702470371, "14.751000000000001"], [1702470404, "14.783999999999999"], [1702470440, "14.786999999999999"], [1702470476, "14.82"], [1702470506, "14.823"], [1702470542, "14.856000000000002"], [1702470575, "14.870999999999999"], [1702470611, "14.870999999999999"], [1702470635, "14.901"], [1702470662, "14.916"], [1702470686, "14.946000000000002"], [1702470719, "14.975999999999999"], [1702470746, "15.006"], [1702470812, "15.053999999999998"], [1702470845, "15.072"], [1702470875, "15.102"], [1702470899, "15.132000000000001"], [1702470953, "15.177"], [1702470983, "15.207"], [1702471025, "15.242999999999999"], [1702471067, "15.294"], [1702471169, "15.384"], [1702471193, "15.417000000000002"], [1702471226, "15.447"], [1702471265, "15.48"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "979.9170000000001"], [1702462721, "1025.856"], [1702462736, "1071.7949999999998"], [1702462751, "1117.7340000000002"], [1702462763, "1162.6950000000002"], [1702462793, "1251.681"], [1702462808, "1295.706"], [1702462829, "1339.731"], [1702462844, "1381.995"], [1702462865, "1424.259"], [1702462880, "1466.5230000000001"], [1702462904, "1551.0510000000002"], [1702462919, "1593.315"], [1702462952, "1677.843"], [1702462973, "1720.107"], [1702462988, "1762.3709999999999"], [1702463045, "1889.163"], [1702463081, "1973.6910000000003"], [1702463114, "2058.219"], [1702463150, "2142.7470000000003"], [1702463186, "2227.275"], [1702463216, "2311.803"], [1702463240, "2396.331"], [1702463273, "2480.859"], [1702463324, "2607.6510000000003"], [1702463354, "2692.179"], [1702463381, "2776.707"], [1702463417, "2861.235"], [1702463453, "2945.7630000000004"], [1702463477, "3030.291"], [1702463510, "3114.8190000000004"], [1702463537, "3199.3469999999998"], [1702463570, "3283.875"], [1702463591, "3368.4030000000002"], [1702463621, "3452.931"], [1702463657, "3537.4590000000003"], [1702463693, "3621.987"], [1702463729, "3706.515"], [1702463765, "3791.0429999999997"], [1702463798, "3875.571"], [1702463846, "4002.3630000000003"], [1702463873, "4086.891"], [1702463906, "4171.419"], [1702463948, "4298.210999999999"], [1702463984, "4382.7390000000005"], [1702464014, "4467.267"], [1702464050, "4551.795"], [1702464086, "4636.323"], [1702464122, "4720.851"], [1702464155, "4805.379"], [1702464194, "4932.171"], [1702464230, "5016.6990000000005"], [1702464263, "5101.227"], [1702464299, "5185.755"], [1702464332, "5270.282999999999"], [1702464356, "5354.811"], [1702464392, "5439.339"], [1702464425, "5523.867"], [1702464455, "5608.3949999999995"], [1702464479, "5692.923"], [1702464509, "5777.450999999999"], [1702464533, "5861.979"], [1702464569, "5946.5070000000005"], [1702464605, "6031.035"], [1702464635, "6115.563"], [1702464671, "6200.091"], [1702464716, "6284.619"], [1702464743, "6369.147"], [1702464776, "6453.675"], [1702464812, "6538.2029999999995"], [1702464836, "6622.731"], [1702464869, "6707.259"], [1702464905, "6791.787"], [1702464926, "6876.315"], [1702464956, "6960.843000000001"], [1702464992, "7045.370999999999"], [1702465016, "7129.899"], [1702465049, "7214.427000000001"], [1702465085, "7298.955"], [1702465118, "7383.483"], [1702465145, "7468.010999999999"], [1702465178, "7552.539000000001"], [1702465208, "7637.067"], [1702465241, "7721.594999999999"], [1702465298, "7848.386999999999"], [1702465334, "7932.915"], [1702465367, "8017.443"], [1702465394, "8101.971"], [1702465418, "8186.499"], [1702465445, "8271.027"], [1702465481, "8355.555"], [1702465517, "8440.083"], [1702465550, "8524.611"], [1702465586, "8609.139"], [1702465619, "8693.667"], [1702465658, "8778.195"], [1702465706, "8862.723"], [1702465754, "8989.515"], [1702465787, "9074.043"], [1702465823, "9158.571"], [1702465856, "9243.099"], [1702465880, "9327.627"], [1702465910, "9412.155"], [1702465952, "9496.683"], [1702465988, "9581.211"], [1702466015, "9665.739"], [1702466030, "9750.267000000002"], [1702466060, "9834.795"], [1702466078, "9919.322999999999"], [1702466138, "10046.115"], [1702466168, "10130.643"], [1702466204, "10215.171"], [1702466237, "10299.698999999999"], [1702466261, "10384.227"], [1702466291, "10468.755000000001"], [1702466327, "10553.283"], [1702466360, "10637.811000000002"], [1702466384, "10722.339"], [1702466417, "10806.866999999998"], [1702466441, "10891.395"], [1702466471, "10975.923"], [1702466507, "11060.451"], [1702466540, "11144.979"], [1702466597, "11271.771"], [1702466633, "11356.299"], [1702466666, "11440.827"], [1702466705, "11525.355"], [1702466732, "11609.883"], [1702466765, "11694.411"], [1702466801, "11778.938999999998"], [1702466852, "11905.731"], [1702466876, "11990.259"], [1702466918, "12074.787"], [1702466978, "12243.843"], [1702467014, "12328.371"], [1702467038, "12412.899000000001"], [1702467068, "12497.427"], [1702467122, "12624.219"], [1702467158, "12708.747000000001"], [1702467191, "12793.275000000001"], [1702467221, "12877.803"], [1702467257, "12962.331"], [1702467299, "13046.859"], [1702467350, "13173.651000000002"], [1702467386, "13258.179"], [1702467419, "13342.707"], [1702467455, "13427.234999999999"], [1702467515, "13596.291"], [1702467542, "13680.818999999998"], [1702467566, "13765.347"], [1702467599, "13849.875"], [1702467635, "13934.403"], [1702467668, "14018.931"], [1702467695, "14103.459"], [1702467716, "14187.987"], [1702467746, "14272.515000000001"], [1702467800, "14399.307"], [1702467824, "14483.835"], [1702467908, "14695.155"], [1702467944, "14779.683"], [1702467968, "14864.211"], [1702468001, "14948.739"], [1702468031, "15033.267000000002"], [1702468067, "15117.795"], [1702468085, "15202.322999999999"], [1702468115, "15286.851"], [1702468151, "15371.379"], [1702468181, "15455.907"], [1702468208, "15540.435000000001"], [1702468241, "15624.963"], [1702468256, "15709.491"], [1702468286, "15794.019"], [1702468322, "15878.547"], [1702468352, "15963.074999999999"], [1702468388, "16047.603"], [1702468424, "16132.131000000001"], [1702468457, "16216.659"], [1702468493, "16301.187000000002"], [1702468517, "16385.715"], [1702468550, "16470.243000000002"], [1702468586, "16554.771"], [1702468613, "16639.299"], [1702468637, "16723.827"], [1702468679, "16808.355"], [1702468721, "16892.882999999998"], [1702468730, "16935.147"], [1702468766, "17019.675"], [1702468799, "17104.203"], [1702468835, "17188.731"], [1702468898, "17315.523"], [1702468934, "17400.051"], [1702468970, "17484.579"], [1702468994, "17569.107"], [1702469024, "17653.635000000002"], [1702469060, "17738.163"], [1702469111, "17864.955"], [1702469144, "17949.483"], [1702469168, "18034.011"], [1702469204, "18118.539"], [1702469237, "18203.067"], [1702469273, "18287.594999999998"], [1702469303, "18372.123"], [1702469336, "18456.650999999998"], [1702469360, "18541.179"], [1702469387, "18625.707"], [1702469411, "18710.235"], [1702469435, "18794.763"], [1702469468, "18879.290999999997"], [1702469504, "18963.819"], [1702469537, "19048.346999999998"], [1702469573, "19132.875"], [1702469606, "19217.403"], [1702469633, "19301.931"], [1702469660, "19386.459"], [1702469684, "19470.987"], [1702469717, "19555.515"], [1702469753, "19640.042999999998"], [1702469786, "19724.571000000004"], [1702469816, "19809.099"], [1702469834, "19893.627"], [1702469864, "19978.155"], [1702469906, "20104.947"], [1702469936, "20189.475000000002"], [1702469972, "20274.003000000004"], [1702470005, "20358.531"], [1702470029, "20443.059"], [1702470065, "20527.587"], [1702470101, "20612.114999999998"], [1702470131, "20696.643"], [1702470167, "20781.171000000002"], [1702470203, "20865.699"], [1702470251, "20992.491"], [1702470278, "21077.018999999997"], [1702470311, "21161.547"], [1702470347, "21246.075"], [1702470371, "21330.603"], [1702470404, "21415.131"], [1702470440, "21499.659000000003"], [1702470476, "21584.186999999998"], [1702470506, "21668.714999999997"], [1702470542, "21753.243000000002"], [1702470575, "21837.770999999997"], [1702470611, "21922.299"], [1702470635, "22006.827"], [1702470662, "22091.355"], [1702470686, "22175.883"], [1702470719, "22260.411"], [1702470746, "22344.939000000002"], [1702470812, "22513.995000000003"], [1702470845, "22598.522999999997"], [1702470875, "22683.051"], [1702470899, "22767.579"], [1702470953, "22894.371"], [1702470983, "22978.898999999998"], [1702471025, "23063.427"], [1702471067, "23190.219"], [1702471169, "23401.539"], [1702471193, "23486.067000000003"], [1702471226, "23570.594999999998"], [1702471265, "23655.123"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "40.344"], [1702462721, "41.082"], [1702462736, "41.754000000000005"], [1702462751, "47.220000000000006"], [1702462763, "47.259"], [1702462793, "48.804"], [1702462808, "49.68600000000001"], [1702462829, "49.782000000000004"], [1702462844, "51.861000000000004"], [1702462865, "53.4"], [1702462880, "54.507"], [1702462904, "55.806000000000004"], [1702462919, "56.190000000000005"], [1702462952, "61.425"], [1702462973, "62.037"], [1702462988, "62.802"], [1702463045, "65.868"], [1702463081, "67.161"], [1702463114, "68.58900000000001"], [1702463150, "69.564"], [1702463186, "70.569"], [1702463216, "77.66100000000002"], [1702463240, "78.546"], [1702463273, "80.562"], [1702463324, "86.38199999999999"], [1702463354, "87.03"], [1702463381, "88.209"], [1702463417, "89.29200000000002"], [1702463453, "91.506"], [1702463477, "92.24099999999999"], [1702463510, "93.441"], [1702463537, "93.879"], [1702463570, "95.13300000000001"], [1702463591, "96.198"], [1702463621, "97.53600000000002"], [1702463657, "99.363"], [1702463693, "101.04"], [1702463729, "106.959"], [1702463765, "109.233"], [1702463798, "110.87400000000001"], [1702463846, "112.128"], [1702463873, "112.977"], [1702463906, "114.531"], [1702463948, "116.667"], [1702463984, "118.122"], [1702464014, "119.96400000000001"], [1702464050, "121.44900000000001"], [1702464086, "124.248"], [1702464122, "126.432"], [1702464155, "127.767"], [1702464194, "129.66"], [1702464230, "130.761"], [1702464263, "131.99099999999999"], [1702464299, "133.299"], [1702464332, "134.481"], [1702464356, "135.37499999999997"], [1702464392, "138.222"], [1702464425, "139.587"], [1702464455, "142.30499999999998"], [1702464479, "143.751"], [1702464509, "144.14399999999998"], [1702464533, "144.867"], [1702464569, "146.27700000000002"], [1702464605, "147.894"], [1702464635, "148.79099999999997"], [1702464671, "152.646"], [1702464716, "157.452"], [1702464743, "159.369"], [1702464776, "162.21599999999998"], [1702464812, "166.17"], [1702464836, "167.565"], [1702464869, "172.35000000000002"], [1702464905, "175.76999999999998"], [1702464926, "176.316"], [1702464956, "177.099"], [1702464992, "179.454"], [1702465016, "180.35099999999997"], [1702465049, "182.58599999999998"], [1702465085, "185.30399999999997"], [1702465118, "187.968"], [1702465145, "190.26299999999998"], [1702465178, "192.213"], [1702465208, "193.55100000000002"], [1702465241, "198.31199999999998"], [1702465298, "200.874"], [1702465334, "202.695"], [1702465367, "204.354"], [1702465394, "204.768"], [1702465418, "205.35899999999998"], [1702465445, "207.65399999999997"], [1702465481, "209.898"], [1702465517, "212.787"], [1702465550, "214.34099999999998"], [1702465586, "217.21800000000002"], [1702465619, "218.253"], [1702465658, "223.53"], [1702465706, "224.907"], [1702465754, "229.233"], [1702465787, "231.699"], [1702465823, "233.364"], [1702465856, "236.301"], [1702465880, "237.49499999999998"], [1702465910, "238.977"], [1702465952, "240.366"], [1702465988, "241.515"], [1702466015, "243.45299999999997"], [1702466030, "243.63899999999998"], [1702466060, "244.23"], [1702466078, "244.56599999999997"], [1702466138, "247.524"], [1702466168, "248.86199999999997"], [1702466204, "250.38599999999997"], [1702466237, "253.881"], [1702466261, "255.063"], [1702466291, "256.34999999999997"], [1702466327, "259.287"], [1702466360, "262.233"], [1702466384, "263.223"], [1702466417, "263.907"], [1702466441, "264.15299999999996"], [1702466471, "264.648"], [1702466507, "267.423"], [1702466540, "269.721"], [1702466597, "273.699"], [1702466633, "276.66"], [1702466666, "278.823"], [1702466705, "280.40099999999995"], [1702466732, "282.08099999999996"], [1702466765, "283.743"], [1702466801, "285.36299999999994"], [1702466852, "290.09700000000004"], [1702466876, "290.43600000000004"], [1702466918, "292.94100000000003"], [1702466978, "300.94800000000004"], [1702467014, "302.697"], [1702467038, "306.43500000000006"], [1702467068, "308.47200000000004"], [1702467122, "310.959"], [1702467158, "312.897"], [1702467191, "315.159"], [1702467221, "316.77900000000005"], [1702467257, "318.981"], [1702467299, "320.601"], [1702467350, "321.378"], [1702467386, "323.196"], [1702467419, "324.09000000000003"], [1702467455, "324.99000000000007"], [1702467515, "325.93800000000005"], [1702467542, "326.12700000000007"], [1702467566, "326.40900000000005"], [1702467599, "330.45"], [1702467635, "331.863"], [1702467668, "335.685"], [1702467695, "337.13100000000003"], [1702467716, "337.779"], [1702467746, "338.40900000000005"], [1702467800, "343.33500000000004"], [1702467824, "343.974"], [1702467908, "345.792"], [1702467944, "346.284"], [1702467968, "346.48800000000006"], [1702468001, "346.986"], [1702468031, "348.12000000000006"], [1702468067, "351.618"], [1702468085, "352.095"], [1702468115, "352.422"], [1702468151, "353.88000000000005"], [1702468181, "354.375"], [1702468208, "355.07400000000007"], [1702468241, "355.656"], [1702468256, "355.884"], [1702468286, "359.556"], [1702468322, "359.931"], [1702468352, "365.45700000000005"], [1702468388, "367.80899999999997"], [1702468424, "370.45500000000004"], [1702468457, "373.32300000000004"], [1702468493, "375.513"], [1702468517, "378.795"], [1702468550, "379.51200000000006"], [1702468586, "380.766"], [1702468613, "382.16399999999993"], [1702468637, "383.571"], [1702468679, "384.027"], [1702468721, "386.85600000000005"], [1702468730, "387.285"], [1702468766, "387.993"], [1702468799, "390.723"], [1702468835, "391.818"], [1702468898, "396.79499999999996"], [1702468934, "398.90099999999995"], [1702468970, "403.638"], [1702468994, "404.562"], [1702469024, "404.688"], [1702469060, "405.117"], [1702469111, "406.371"], [1702469144, "409.257"], [1702469168, "409.72799999999995"], [1702469204, "411.246"], [1702469237, "412.245"], [1702469273, "413.94"], [1702469303, "418.257"], [1702469336, "419.15999999999997"], [1702469360, "419.712"], [1702469387, "419.928"], [1702469411, "420.507"], [1702469435, "420.756"], [1702469468, "421.404"], [1702469504, "421.815"], [1702469537, "423.28499999999997"], [1702469573, "424.0439999999999"], [1702469606, "425.916"], [1702469633, "426.282"], [1702469660, "427.58099999999996"], [1702469684, "429.387"], [1702469717, "430.68"], [1702469753, "431.10299999999995"], [1702469786, "431.568"], [1702469816, "432.87300000000005"], [1702469834, "433.27799999999996"], [1702469864, "434.07599999999996"], [1702469906, "434.844"], [1702469936, "435.882"], [1702469972, "436.599"], [1702470005, "437.601"], [1702470029, "437.784"], [1702470065, "438.189"], [1702470101, "438.78599999999994"], [1702470131, "440.328"], [1702470167, "442.821"], [1702470203, "444.633"], [1702470251, "447.13800000000003"], [1702470278, "447.48"], [1702470311, "447.915"], [1702470347, "448.965"], [1702470371, "449.29799999999994"], [1702470404, "449.65500000000003"], [1702470440, "450.18899999999996"], [1702470476, "451.053"], [1702470506, "451.6019999999999"], [1702470542, "452.472"], [1702470575, "453.81299999999993"], [1702470611, "454.40999999999997"], [1702470635, "454.797"], [1702470662, "455.118"], [1702470686, "455.652"], [1702470719, "456.678"], [1702470746, "457.755"], [1702470812, "459.40799999999996"], [1702470845, "461.373"], [1702470875, "463.28999999999996"], [1702470899, "464.466"], [1702470953, "465.642"], [1702470983, "466.512"], [1702471025, "468.846"], [1702471067, "471.633"], [1702471169, "477.168"], [1702471193, "478.53000000000003"], [1702471226, "480.573"], [1702471265, "482.961"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "57.20099999999999"], [1702462721, "60.024"], [1702462736, "61.59"], [1702462751, "62.634"], [1702462763, "62.702999999999996"], [1702462793, "67.83"], [1702462808, "75.99"], [1702462829, "77.451"], [1702462844, "86.838"], [1702462865, "110.484"], [1702462880, "112.527"], [1702462904, "116.38499999999999"], [1702462919, "116.96399999999998"], [1702462952, "119.448"], [1702462973, "120.456"], [1702462988, "123.663"], [1702463045, "130.023"], [1702463081, "136.11599999999999"], [1702463114, "142.803"], [1702463150, "145.926"], [1702463186, "148.62300000000002"], [1702463216, "155.649"], [1702463240, "159.576"], [1702463273, "164.298"], [1702463324, "176.334"], [1702463354, "177.132"], [1702463381, "179.97899999999998"], [1702463417, "181.70700000000002"], [1702463453, "188.757"], [1702463477, "189.92700000000002"], [1702463510, "196.56300000000002"], [1702463537, "199.89600000000002"], [1702463570, "203.913"], [1702463591, "205.881"], [1702463621, "208.263"], [1702463657, "210.432"], [1702463693, "213.83400000000003"], [1702463729, "223.923"], [1702463765, "230.037"], [1702463798, "233.127"], [1702463846, "235.896"], [1702463873, "238.71299999999997"], [1702463906, "240.74400000000003"], [1702463948, "244.146"], [1702463984, "248.085"], [1702464014, "249.465"], [1702464050, "253.41"], [1702464086, "258.08399999999995"], [1702464122, "280.833"], [1702464155, "286.03200000000004"], [1702464194, "289.02899999999994"], [1702464230, "292.491"], [1702464263, "293.93399999999997"], [1702464299, "297.24899999999997"], [1702464332, "303.108"], [1702464356, "307.365"], [1702464392, "311.13899999999995"], [1702464425, "315.687"], [1702464455, "324.52799999999996"], [1702464479, "332.58000000000004"], [1702464509, "334.58099999999996"], [1702464533, "337.758"], [1702464569, "341.97599999999994"], [1702464605, "349.04999999999995"], [1702464635, "354.837"], [1702464671, "361.023"], [1702464716, "382.77"], [1702464743, "387.24"], [1702464776, "478.01399999999995"], [1702464812, "487.45199999999994"], [1702464836, "491.49299999999994"], [1702464869, "498.087"], [1702464905, "503.83799999999997"], [1702464926, "504.84299999999996"], [1702464956, "506.667"], [1702464992, "512.073"], [1702465016, "514.6020000000001"], [1702465049, "526.662"], [1702465085, "561.159"], [1702465118, "564.531"], [1702465145, "571.5329999999999"], [1702465178, "577.332"], [1702465208, "584.1419999999999"], [1702465241, "591.6750000000001"], [1702465298, "597.972"], [1702465334, "601.4789999999999"], [1702465367, "606.942"], [1702465394, "607.8779999999999"], [1702465418, "609.4889999999999"], [1702465445, "613.254"], [1702465481, "618.7349999999999"], [1702465517, "622.5149999999999"], [1702465550, "626.355"], [1702465586, "633.4469999999999"], [1702465619, "635.6759999999999"], [1702465658, "645.165"], [1702465706, "648.132"], [1702465754, "656.6579999999999"], [1702465787, "661.0319999999999"], [1702465823, "669.486"], [1702465856, "673.494"], [1702465880, "675.342"], [1702465910, "678.2009999999999"], [1702465952, "682.683"], [1702465988, "685.7789999999999"], [1702466015, "688.857"], [1702466030, "689.1599999999999"], [1702466060, "690.747"], [1702466078, "691.704"], [1702466138, "700.617"], [1702466168, "705.9989999999999"], [1702466204, "715.455"], [1702466237, "723.7769999999999"], [1702466261, "726.312"], [1702466291, "740.85"], [1702466327, "745.896"], [1702466360, "750.1020000000001"], [1702466384, "752.2739999999999"], [1702466417, "755.4029999999999"], [1702466441, "756.564"], [1702466471, "759.8639999999999"], [1702466507, "772.413"], [1702466540, "777.345"], [1702466597, "788.643"], [1702466633, "798.651"], [1702466666, "805.218"], [1702466705, "810.8969999999999"], [1702466732, "813.7950000000001"], [1702466765, "816.747"], [1702466801, "820.758"], [1702466852, "831.9599999999999"], [1702466876, "834.018"], [1702466918, "840.624"], [1702466978, "854.8050000000001"], [1702467014, "864.297"], [1702467038, "871.3140000000001"], [1702467068, "878.052"], [1702467122, "882.1110000000001"], [1702467158, "886.626"], [1702467191, "897.3630000000002"], [1702467221, "899.931"], [1702467257, "903.2850000000001"], [1702467299, "905.718"], [1702467350, "911.211"], [1702467386, "913.89"], [1702467419, "918.072"], [1702467455, "920.2470000000001"], [1702467515, "922.9469999999999"], [1702467542, "923.976"], [1702467566, "924.45"], [1702467599, "925.938"], [1702467635, "930.024"], [1702467668, "952.44"], [1702467695, "954.9090000000001"], [1702467716, "956.9040000000001"], [1702467746, "959.7360000000001"], [1702467800, "974.472"], [1702467824, "976.5600000000002"], [1702467908, "980.745"], [1702467944, "981.9420000000001"], [1702467968, "983.247"], [1702468001, "984.3120000000001"], [1702468031, "986.433"], [1702468067, "1000.371"], [1702468085, "1001.3879999999999"], [1702468115, "1003.5180000000001"], [1702468151, "1008.972"], [1702468181, "1011.0360000000001"], [1702468208, "1012.8209999999999"], [1702468241, "1015.434"], [1702468256, "1016.187"], [1702468286, "1017.3180000000001"], [1702468322, "1018.344"], [1702468352, "1029.696"], [1702468388, "1037.889"], [1702468424, "1045.8479999999997"], [1702468457, "1058.253"], [1702468493, "1063.758"], [1702468517, "1070.1390000000001"], [1702468550, "1072.353"], [1702468586, "1074.561"], [1702468613, "1077.777"], [1702468637, "1080.9389999999999"], [1702468679, "1082.8619999999999"], [1702468721, "1090.839"], [1702468730, "1092.3449999999998"], [1702468766, "1096.635"], [1702468799, "1104.9"], [1702468835, "1108.167"], [1702468898, "1118.472"], [1702468934, "1124.6519999999998"], [1702468970, "1133.2889999999998"], [1702468994, "1135.9259999999997"], [1702469024, "1136.235"], [1702469060, "1138.2599999999998"], [1702469111, "1144.155"], [1702469144, "1155.8579999999997"], [1702469168, "1156.743"], [1702469204, "1158.366"], [1702469237, "1162.062"], [1702469273, "1167.447"], [1702469303, "1175.2109999999998"], [1702469336, "1177.962"], [1702469360, "1179.873"], [1702469387, "1180.677"], [1702469411, "1182.399"], [1702469435, "1184.5679999999998"], [1702469468, "1186.26"], [1702469504, "1187.4869999999999"], [1702469537, "1189.3709999999999"], [1702469573, "1191.372"], [1702469606, "1197.5339999999999"], [1702469633, "1198.995"], [1702469660, "1203.471"], [1702469684, "1205.7299999999998"], [1702469717, "1209.1109999999999"], [1702469753, "1210.194"], [1702469786, "1211.898"], [1702469816, "1214.3189999999997"], [1702469834, "1215.0719999999997"], [1702469864, "1217.742"], [1702469906, "1220.424"], [1702469936, "1222.1459999999997"], [1702469972, "1224.5999999999997"], [1702470005, "1226.775"], [1702470029, "1227.129"], [1702470065, "1228.2119999999998"], [1702470101, "1230.105"], [1702470131, "1233.3389999999997"], [1702470167, "1241.6219999999998"], [1702470203, "1247.289"], [1702470251, "1253.6490000000001"], [1702470278, "1255.1399999999999"], [1702470311, "1256.97"], [1702470347, "1259.175"], [1702470371, "1260.4769999999999"], [1702470404, "1263.336"], [1702470440, "1265.118"], [1702470476, "1271.9699999999998"], [1702470506, "1274.3700000000001"], [1702470542, "1279.2479999999998"], [1702470575, "1285.7640000000001"], [1702470611, "1288.644"], [1702470635, "1290.3059999999998"], [1702470662, "1291.7549999999999"], [1702470686, "1293.1019999999999"], [1702470719, "1294.56"], [1702470746, "1298.5559999999998"], [1702470812, "1303.866"], [1702470845, "1309.5179999999998"], [1702470875, "1312.326"], [1702470899, "1313.817"], [1702470953, "1317.5339999999999"], [1702470983, "1321.611"], [1702471025, "1327.7879999999998"], [1702471067, "1336.1009999999999"], [1702471169, "1347.7289999999998"], [1702471193, "1350.618"], [1702471226, "1356.5249999999999"], [1702471265, "1361.0639999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "11.163"], [1702462721, "11.181"], [1702462736, "13.284"], [1702462751, "13.317000000000002"], [1702462763, "13.350000000000001"], [1702462793, "13.419"], [1702462808, "13.452000000000002"], [1702462829, "13.47"], [1702462844, "13.488000000000001"], [1702462865, "13.536000000000001"], [1702462880, "13.569"], [1702462904, "13.650000000000002"], [1702462919, "13.683000000000002"], [1702462952, "14.028"], [1702462973, "14.058"], [1702462988, "14.076"], [1702463045, "14.199000000000002"], [1702463081, "14.313000000000002"], [1702463114, "14.424"], [1702463150, "14.49"], [1702463186, "14.694"], [1702463216, "14.769"], [1702463240, "14.82"], [1702463273, "15.735"], [1702463324, "15.963000000000001"], [1702463354, "16.041"], [1702463381, "16.122"], [1702463417, "16.185000000000002"], [1702463453, "16.29"], [1702463477, "16.335"], [1702463510, "16.407"], [1702463537, "16.5"], [1702463570, "16.529999999999998"], [1702463591, "16.575"], [1702463621, "17.151"], [1702463657, "17.214"], [1702463693, "17.295"], [1702463729, "17.361"], [1702463765, "17.412"], [1702463798, "17.706"], [1702463846, "17.880000000000003"], [1702463873, "21.171"], [1702463906, "21.230999999999998"], [1702463948, "22.395000000000003"], [1702463984, "22.458000000000002"], [1702464014, "22.521"], [1702464050, "22.584000000000003"], [1702464086, "22.659000000000002"], [1702464122, "22.734"], [1702464155, "23.025000000000002"], [1702464194, "23.235"], [1702464230, "25.716"], [1702464263, "25.797"], [1702464299, "25.878"], [1702464332, "25.959"], [1702464356, "26.091"], [1702464392, "27.119999999999997"], [1702464425, "27.201"], [1702464455, "32.181"], [1702464479, "32.337"], [1702464509, "32.522999999999996"], [1702464533, "32.613"], [1702464569, "32.706"], [1702464605, "32.787"], [1702464635, "32.88"], [1702464671, "33.648"], [1702464716, "33.741"], [1702464743, "33.831"], [1702464776, "33.921"], [1702464812, "34.011"], [1702464836, "34.116"], [1702464869, "35.766"], [1702464905, "36"], [1702464926, "36.075"], [1702464956, "36.168"], [1702464992, "36.246"], [1702465016, "36.393"], [1702465049, "36.474000000000004"], [1702465085, "36.564"], [1702465118, "37.173"], [1702465145, "37.266"], [1702465178, "37.416"], [1702465208, "37.509"], [1702465241, "37.602"], [1702465298, "37.742999999999995"], [1702465334, "37.854"], [1702465367, "37.944"], [1702465394, "38.034"], [1702465418, "38.123999999999995"], [1702465445, "38.214"], [1702465481, "38.307"], [1702465517, "38.418"], [1702465550, "38.510999999999996"], [1702465586, "38.592"], [1702465619, "38.685"], [1702465658, "38.778"], [1702465706, "38.853"], [1702465754, "38.870999999999995"], [1702465787, "38.907"], [1702465823, "38.925"], [1702465856, "38.958"], [1702465880, "39.006"], [1702465910, "39.594"], [1702465952, "39.657000000000004"], [1702465988, "39.72"], [1702466015, "39.81"], [1702466030, "39.888"], [1702466060, "39.948"], [1702466078, "40.019999999999996"], [1702466138, "40.134"], [1702466168, "40.215"], [1702466204, "40.329"], [1702466237, "40.391999999999996"], [1702466261, "40.449"], [1702466291, "40.512"], [1702466327, "40.572"], [1702466360, "40.632"], [1702466384, "40.692"], [1702466417, "41.034000000000006"], [1702466441, "41.097"], [1702466471, "41.160000000000004"], [1702466507, "41.196000000000005"], [1702466540, "41.259"], [1702466597, "41.876999999999995"], [1702466633, "41.928"], [1702466666, "42.789"], [1702466705, "42.833999999999996"], [1702466732, "42.894"], [1702466765, "42.942"], [1702466801, "43.107"], [1702466852, "43.185"], [1702466876, "43.245000000000005"], [1702466918, "43.293000000000006"], [1702466978, "44.895"], [1702467014, "44.955"], [1702467038, "45.156"], [1702467068, "45.216"], [1702467122, "45.306"], [1702467158, "45.366"], [1702467191, "45.426"], [1702467221, "45.57899999999999"], [1702467257, "45.629999999999995"], [1702467299, "46.095"], [1702467350, "46.184999999999995"], [1702467386, "46.245"], [1702467419, "46.31999999999999"], [1702467455, "46.379999999999995"], [1702467515, "46.527"], [1702467542, "46.589999999999996"], [1702467566, "46.659"], [1702467599, "46.707"], [1702467635, "46.754999999999995"], [1702467668, "46.788"], [1702467695, "47.064"], [1702467716, "47.109"], [1702467746, "47.139"], [1702467800, "47.199"], [1702467824, "47.817"], [1702467908, "47.943"], [1702467944, "47.973"], [1702467968, "48.018"], [1702468001, "48.048"], [1702468031, "48.093"], [1702468067, "48.75"], [1702468085, "48.78"], [1702468115, "48.795"], [1702468151, "48.831"], [1702468181, "49.761"], [1702468208, "49.791000000000004"], [1702468241, "49.809000000000005"], [1702468256, "49.839"], [1702468286, "49.875"], [1702468322, "49.89"], [1702468352, "49.908"], [1702468388, "49.938"], [1702468424, "49.968"], [1702468457, "49.998000000000005"], [1702468493, "50.013000000000005"], [1702468517, "50.04600000000001"], [1702468550, "50.076"], [1702468586, "50.094"], [1702468613, "50.112"], [1702468637, "50.142"], [1702468679, "50.157000000000004"], [1702468721, "50.187000000000005"], [1702468730, "50.202000000000005"], [1702468766, "50.232"], [1702468799, "50.262"], [1702468835, "50.292"], [1702468898, "50.484"], [1702468934, "51.927"], [1702468970, "51.927"], [1702468994, "51.957"], [1702469024, "51.971999999999994"], [1702469060, "52.001999999999995"], [1702469111, "52.529999999999994"], [1702469144, "52.532999999999994"], [1702469168, "52.547999999999995"], [1702469204, "52.565999999999995"], [1702469237, "52.596"], [1702469273, "52.611"], [1702469303, "53.001000000000005"], [1702469336, "53.031000000000006"], [1702469360, "53.031000000000006"], [1702469387, "53.031000000000006"], [1702469411, "53.78699999999999"], [1702469435, "53.81699999999999"], [1702469468, "53.846999999999994"], [1702469504, "53.879999999999995"], [1702469537, "53.913"], [1702469573, "53.946"], [1702469606, "53.976"], [1702469633, "54.00599999999999"], [1702469660, "54.035999999999994"], [1702469684, "54.068999999999996"], [1702469717, "54.099"], [1702469753, "54.114"], [1702469786, "54.12899999999999"], [1702469816, "54.14699999999999"], [1702469834, "54.288"], [1702469864, "54.303"], [1702469906, "54.354"], [1702469936, "54.777"], [1702469972, "54.807"], [1702470005, "54.822"], [1702470029, "54.837"], [1702470065, "54.855000000000004"], [1702470101, "54.888"], [1702470131, "54.921"], [1702470167, "54.951"], [1702470203, "55.104000000000006"], [1702470251, "55.134"], [1702470278, "55.653000000000006"], [1702470311, "55.683"], [1702470347, "55.713"], [1702470371, "55.743"], [1702470404, "55.776"], [1702470440, "55.779"], [1702470476, "56.147999999999996"], [1702470506, "56.150999999999996"], [1702470542, "56.184"], [1702470575, "56.775"], [1702470611, "56.778"], [1702470635, "57.126"], [1702470662, "57.141"], [1702470686, "57.174"], [1702470719, "57.228"], [1702470746, "57.257999999999996"], [1702470812, "57.306"], [1702470845, "57.324"], [1702470875, "57.354"], [1702470899, "57.435"], [1702470953, "57.579"], [1702470983, "57.608999999999995"], [1702471025, "57.644999999999996"], [1702471067, "57.696"], [1702471169, "57.834"], [1702471193, "57.867"], [1702471226, "57.897"], [1702471265, "57.93"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "760.0830000000001"], [1702462721, "806.0219999999999"], [1702462736, "851.9610000000001"], [1702462751, "897.9"], [1702462763, "942.861"], [1702462793, "1031.847"], [1702462808, "1075.872"], [1702462829, "1119.897"], [1702462844, "1162.161"], [1702462865, "1204.425"], [1702462880, "1246.6889999999999"], [1702462904, "1331.217"], [1702462919, "1373.481"], [1702462952, "1458.009"], [1702462973, "1500.2730000000001"], [1702462988, "1542.537"], [1702463045, "1669.329"], [1702463081, "1753.857"], [1702463114, "1838.3850000000002"], [1702463150, "1922.9129999999998"], [1702463186, "2007.4410000000003"], [1702463216, "2091.969"], [1702463240, "2176.4970000000003"], [1702463273, "2261.025"], [1702463324, "2387.817"], [1702463354, "2472.3450000000003"], [1702463381, "2556.8729999999996"], [1702463417, "2641.401"], [1702463453, "2725.929"], [1702463477, "2810.457"], [1702463510, "2894.9850000000006"], [1702463537, "2979.5130000000004"], [1702463570, "3064.041"], [1702463591, "3148.569"], [1702463621, "3233.0969999999998"], [1702463657, "3317.625"], [1702463693, "3402.1530000000002"], [1702463729, "3486.681"], [1702463765, "3571.2090000000003"], [1702463798, "3655.737"], [1702463846, "3782.5289999999995"], [1702463873, "3867.0570000000002"], [1702463906, "3951.585"], [1702463948, "4078.377"], [1702463984, "4162.905"], [1702464014, "4247.433"], [1702464050, "4331.961"], [1702464086, "4416.4890000000005"], [1702464122, "4501.017"], [1702464155, "4585.545"], [1702464194, "4712.3369999999995"], [1702464230, "4796.865000000001"], [1702464263, "4881.393"], [1702464299, "4965.921"], [1702464332, "5050.4490000000005"], [1702464356, "5134.977"], [1702464392, "5219.505"], [1702464425, "5304.033000000001"], [1702464455, "5388.561"], [1702464479, "5473.089"], [1702464509, "5557.617"], [1702464533, "5642.1449999999995"], [1702464569, "5726.673000000001"], [1702464605, "5811.200999999999"], [1702464635, "5895.729"], [1702464671, "5980.257"], [1702464716, "6064.785"], [1702464743, "6149.313"], [1702464776, "6233.841"], [1702464812, "6318.369"], [1702464836, "6402.897"], [1702464869, "6487.425000000001"], [1702464905, "6571.9529999999995"], [1702464926, "6656.481"], [1702464956, "6741.009"], [1702464992, "6825.537"], [1702465016, "6910.065"], [1702465049, "6994.593000000001"], [1702465085, "7079.121"], [1702465118, "7163.649"], [1702465145, "7248.177"], [1702465178, "7332.705"], [1702465208, "7417.233"], [1702465241, "7501.761"], [1702465298, "7628.553"], [1702465334, "7713.081"], [1702465367, "7797.609"], [1702465394, "7882.136999999999"], [1702465418, "7966.665"], [1702465445, "8051.193"], [1702465481, "8135.721"], [1702465517, "8220.249"], [1702465550, "8304.777"], [1702465586, "8389.305"], [1702465619, "8473.832999999999"], [1702465658, "8558.361"], [1702465706, "8642.889"], [1702465754, "8769.681"], [1702465787, "8854.209"], [1702465823, "8938.737000000001"], [1702465856, "9023.265"], [1702465880, "9107.793"], [1702465910, "9192.321"], [1702465952, "9276.849"], [1702465988, "9361.377"], [1702466015, "9445.904999999999"], [1702466030, "9530.433"], [1702466060, "9614.961000000001"], [1702466078, "9699.489"], [1702466138, "9826.280999999999"], [1702466168, "9910.809000000001"], [1702466204, "9995.337"], [1702466237, "10079.865"], [1702466261, "10164.393000000002"], [1702466291, "10248.921"], [1702466327, "10333.448999999999"], [1702466360, "10417.977"], [1702466384, "10502.505"], [1702466417, "10587.033"], [1702466441, "10671.561"], [1702466471, "10756.089"], [1702466507, "10840.616999999998"], [1702466540, "10925.145"], [1702466597, "11051.936999999998"], [1702466633, "11136.465"], [1702466666, "11220.993"], [1702466705, "11305.521"], [1702466732, "11390.049"], [1702466765, "11474.577"], [1702466801, "11559.105"], [1702466852, "11685.897"], [1702466876, "11770.425000000001"], [1702466918, "11854.953"], [1702466978, "12024.009"], [1702467014, "12108.537"], [1702467038, "12193.064999999999"], [1702467068, "12277.592999999999"], [1702467122, "12404.385000000002"], [1702467158, "12488.913"], [1702467191, "12573.440999999999"], [1702467221, "12657.969"], [1702467257, "12742.497000000001"], [1702467299, "12827.025000000001"], [1702467350, "12953.817"], [1702467386, "13038.345"], [1702467419, "13122.873"], [1702467455, "13207.401"], [1702467515, "13376.457"], [1702467542, "13460.984999999999"], [1702467566, "13545.513"], [1702467599, "13630.041"], [1702467635, "13714.569"], [1702467668, "13799.097"], [1702467695, "13883.625"], [1702467716, "13968.153"], [1702467746, "14052.681"], [1702467800, "14179.473"], [1702467824, "14264.000999999998"], [1702467908, "14475.321"], [1702467944, "14559.849"], [1702467968, "14644.377"], [1702468001, "14728.904999999999"], [1702468031, "14813.433"], [1702468067, "14897.961"], [1702468085, "14982.489"], [1702468115, "15067.017000000002"], [1702468151, "15151.545"], [1702468181, "15236.072999999999"], [1702468208, "15320.600999999999"], [1702468241, "15405.129"], [1702468256, "15489.657"], [1702468286, "15574.185000000001"], [1702468322, "15658.713"], [1702468352, "15743.241"], [1702468388, "15827.769"], [1702468424, "15912.297"], [1702468457, "15996.824999999999"], [1702468493, "16081.353"], [1702468517, "16165.881000000001"], [1702468550, "16250.409"], [1702468586, "16334.936999999998"], [1702468613, "16419.465"], [1702468637, "16503.993000000002"], [1702468679, "16588.521"], [1702468721, "16673.049"], [1702468730, "16715.313"], [1702468766, "16799.841"], [1702468799, "16884.369"], [1702468835, "16968.897"], [1702468898, "17095.689"], [1702468934, "17180.216999999997"], [1702468970, "17264.745000000003"], [1702468994, "17349.273"], [1702469024, "17433.801"], [1702469060, "17518.329"], [1702469111, "17645.121"], [1702469144, "17729.649"], [1702469168, "17814.177"], [1702469204, "17898.704999999998"], [1702469237, "17983.233"], [1702469273, "18067.761"], [1702469303, "18152.288999999997"], [1702469336, "18236.817"], [1702469360, "18321.344999999998"], [1702469387, "18405.873"], [1702469411, "18490.401"], [1702469435, "18574.929"], [1702469468, "18659.457"], [1702469504, "18743.985"], [1702469537, "18828.513"], [1702469573, "18913.040999999997"], [1702469606, "18997.569"], [1702469633, "19082.096999999998"], [1702469660, "19166.625"], [1702469684, "19251.153000000002"], [1702469717, "19335.680999999997"], [1702469753, "19420.209"], [1702469786, "19504.737"], [1702469816, "19589.264999999996"], [1702469834, "19673.792999999998"], [1702469864, "19758.321"], [1702469906, "19885.113"], [1702469936, "19969.641"], [1702469972, "20054.169"], [1702470005, "20138.697"], [1702470029, "20223.225000000002"], [1702470065, "20307.752999999997"], [1702470101, "20392.281"], [1702470131, "20476.809"], [1702470167, "20561.337"], [1702470203, "20645.865"], [1702470251, "20772.657"], [1702470278, "20857.184999999998"], [1702470311, "20941.713"], [1702470347, "21026.241"], [1702470371, "21110.768999999997"], [1702470404, "21195.297000000002"], [1702470440, "21279.825"], [1702470476, "21364.353"], [1702470506, "21448.881"], [1702470542, "21533.409"], [1702470575, "21617.937"], [1702470611, "21702.465"], [1702470635, "21786.993000000002"], [1702470662, "21871.520999999997"], [1702470686, "21956.049"], [1702470719, "22040.576999999997"], [1702470746, "22125.105"], [1702470812, "22294.161000000004"], [1702470845, "22378.689"], [1702470875, "22463.217"], [1702470899, "22547.745000000003"], [1702470953, "22674.537"], [1702470983, "22759.065000000002"], [1702471025, "22843.593"], [1702471067, "22970.385000000002"], [1702471169, "23181.704999999998"], [1702471193, "23266.233"], [1702471226, "23350.761"], [1702471265, "23435.289"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1034.355"], [1702462721, "1265.088"], [1702462736, "1438.3799999999999"], [1702462751, "1438.902"], [1702462763, "1439.067"], [1702462793, "1452.1619999999998"], [1702462808, "1796.8709999999999"], [1702462829, "1809.441"], [1702462844, "1829.4270000000001"], [1702462865, "1836.8790000000001"], [1702462880, "1836.912"], [1702462904, "1851.4859999999999"], [1702462919, "1893.861"], [1702462952, "2084.493"], [1702462973, "2096.028"], [1702462988, "2141.199"], [1702463045, "2311.14"], [1702463081, "2340.591"], [1702463114, "2550.309"], [1702463150, "2555.1059999999998"], [1702463186, "2625.8219999999997"], [1702463216, "3003.159"], [1702463240, "3190.668"], [1702463273, "3537.9179999999997"], [1702463324, "3799.71"], [1702463354, "3860.6070000000004"], [1702463381, "3875.67"], [1702463417, "3920.3219999999997"], [1702463453, "4101.681"], [1702463477, "4123.566"], [1702463510, "4372.923"], [1702463537, "4430.178"], [1702463570, "4556.859"], [1702463591, "4619.1990000000005"], [1702463621, "4629.023999999999"], [1702463657, "4640.931"], [1702463693, "4712.877"], [1702463729, "4774.389"], [1702463765, "4981.329000000001"], [1702463798, "5003.07"], [1702463846, "5049.414"], [1702463873, "5118.929999999999"], [1702463906, "5158.121999999999"], [1702463948, "5300.964"], [1702463984, "5738.244"], [1702464014, "5842.112999999999"], [1702464050, "6047.682"], [1702464086, "6135.621"], [1702464122, "6302.607"], [1702464155, "6400.815"], [1702464194, "6481.125"], [1702464230, "6518.229"], [1702464263, "6539.799"], [1702464299, "6608.142000000001"], [1702464332, "6619.0019999999995"], [1702464356, "6759.948"], [1702464392, "7333.253999999999"], [1702464425, "7466.919"], [1702464455, "7492.509000000001"], [1702464479, "7591.29"], [1702464509, "7623.4529999999995"], [1702464533, "7711.242"], [1702464569, "7738.116"], [1702464605, "7804.656"], [1702464635, "7852.772999999999"], [1702464671, "7998.110999999999"], [1702464716, "8273.145"], [1702464743, "8511.618"], [1702464776, "9114.114"], [1702464812, "9121.425"], [1702464836, "9242.442000000001"], [1702464869, "9262.032000000001"], [1702464905, "9347.943"], [1702464926, "9381.99"], [1702464956, "9646.107"], [1702464992, "9706.991999999998"], [1702465016, "9717.042"], [1702465049, "9725.043"], [1702465085, "10797.114"], [1702465118, "10838.568000000001"], [1702465145, "11152.623"], [1702465178, "11158.482"], [1702465208, "11266.455000000002"], [1702465241, "11280.384"], [1702465298, "11353.404000000002"], [1702465334, "11395.197"], [1702465367, "11411.892"], [1702465394, "11413.299"], [1702465418, "11417.778"], [1702465445, "11506.482"], [1702465481, "11513.442000000001"], [1702465517, "11566.764"], [1702465550, "11631.513"], [1702465586, "11675.673"], [1702465619, "11695.434"], [1702465658, "11712.024000000001"], [1702465706, "11743.989000000001"], [1702465754, "11845.482"], [1702465787, "11847.048"], [1702465823, "11916.603000000001"], [1702465856, "11923.347000000002"], [1702465880, "12005.4"], [1702465910, "12013.374"], [1702465952, "12018.588"], [1702465988, "12022.599"], [1702466015, "12034.098000000002"], [1702466030, "12035.333999999999"], [1702466060, "12040.616999999998"], [1702466078, "12042.864"], [1702466138, "12390.917999999998"], [1702466168, "12396.119999999999"], [1702466204, "12595.299"], [1702466237, "12958.929"], [1702466261, "12963.464999999998"], [1702466291, "12975.551999999998"], [1702466327, "12979.275"], [1702466360, "13009.527"], [1702466384, "13046.817"], [1702466417, "13080.303"], [1702466441, "13081.932"], [1702466471, "13085.771999999999"], [1702466507, "13135.344"], [1702466540, "13192.109999999999"], [1702466597, "13358.198999999999"], [1702466633, "13512.498"], [1702466666, "13550.058"], [1702466705, "13556.64"], [1702466732, "13562.867999999999"], [1702466765, "13594.617"], [1702466801, "13644.336"], [1702466852, "13701.047999999999"], [1702466876, "13752.162"], [1702466918, "14588.771999999999"], [1702466978, "14790.536999999998"], [1702467014, "14912.049"], [1702467038, "14926.797"], [1702467068, "15008.048999999999"], [1702467122, "15026.376"], [1702467158, "15134.723999999998"], [1702467191, "15438.975"], [1702467221, "15461.604"], [1702467257, "15531.458999999999"], [1702467299, "15653.510999999999"], [1702467350, "15700.845"], [1702467386, "15975.320999999998"], [1702467419, "15982.895999999999"], [1702467455, "16085.142"], [1702467515, "16097.456999999999"], [1702467542, "16117.167"], [1702467566, "16146.441"], [1702467599, "16164.585"], [1702467635, "16175.196"], [1702467668, "16392.999000000003"], [1702467695, "16767.789"], [1702467716, "17275.518"], [1702467746, "17415.714000000004"], [1702467800, "17558.229"], [1702467824, "17615.157000000003"], [1702467908, "17671.161"], [1702467944, "17755.776"], [1702467968, "17805.858"], [1702468001, "17830.095"], [1702468031, "17846.181"], [1702468067, "17900.244"], [1702468085, "17997.822"], [1702468115, "18076.929"], [1702468151, "18081.618"], [1702468181, "18167.91"], [1702468208, "18287.448"], [1702468241, "18305.655"], [1702468256, "18348.467999999997"], [1702468286, "18358.461000000003"], [1702468322, "18384.021000000004"], [1702468352, "18440.082000000002"], [1702468388, "18490.434"], [1702468424, "18610.628999999997"], [1702468457, "19153.275"], [1702468493, "19191.654000000002"], [1702468517, "19545.546"], [1702468550, "19547.031"], [1702468586, "19650.177000000003"], [1702468613, "19659.354000000003"], [1702468637, "19752.435"], [1702468679, "19814.006999999998"], [1702468721, "19965.500999999997"], [1702468730, "19966.296000000002"], [1702468766, "20257.211999999996"], [1702468799, "20528.969999999998"], [1702468835, "20748.383999999995"], [1702468898, "21161.843999999997"], [1702468934, "21297.135"], [1702468970, "21464.612999999998"], [1702468994, "21547.940999999995"], [1702469024, "21549.723"], [1702469060, "21573.813000000002"], [1702469111, "21601.017"], [1702469144, "21694.491"], [1702469168, "21787.752"], [1702469204, "21966.687"], [1702469237, "22110.957000000006"], [1702469273, "22163.706000000006"], [1702469303, "22334.556"], [1702469336, "22378.293"], [1702469360, "22436.073"], [1702469387, "22455.591"], [1702469411, "22491.792"], [1702469435, "22575.498"], [1702469468, "22653.333000000002"], [1702469504, "22692.729000000003"], [1702469537, "22700.406"], [1702469573, "22729.551000000003"], [1702469606, "22738.875"], [1702469633, "22778.565"], [1702469660, "22781.739"], [1702469684, "22783.890000000003"], [1702469717, "22923.843"], [1702469753, "23085.066"], [1702469786, "23160.462000000003"], [1702469816, "23176.080000000005"], [1702469834, "23180.202000000005"], [1702469864, "23241.861"], [1702469906, "23254.131"], [1702469936, "23293.266"], [1702469972, "23311.797000000002"], [1702470005, "23330.427000000003"], [1702470029, "23331.603000000003"], [1702470065, "23349.510000000002"], [1702470101, "23381.190000000002"], [1702470131, "23409.78"], [1702470167, "23449.863"], [1702470203, "23486.292"], [1702470251, "23578.317"], [1702470278, "23629.350000000002"], [1702470311, "23631.480000000003"], [1702470347, "23633.918999999998"], [1702470371, "23662.776"], [1702470404, "23674.476000000002"], [1702470440, "23743.914"], [1702470476, "23820.282000000003"], [1702470506, "23829.897000000004"], [1702470542, "23866.956000000002"], [1702470575, "23897.142000000003"], [1702470611, "23979.699"], [1702470635, "23992.293"], [1702470662, "24003.75"], [1702470686, "24019.284000000003"], [1702470719, "24077.127000000004"], [1702470746, "24124.880999999998"], [1702470812, "24268.590000000004"], [1702470845, "24309.078"], [1702470875, "24319.473"], [1702470899, "24355.775999999998"], [1702470953, "24370.248"], [1702470983, "24392.484"], [1702471025, "24400.746"], [1702471067, "24684.231000000003"], [1702471169, "24742.188000000002"], [1702471193, "24758.670000000002"], [1702471226, "24798.279000000002"], [1702471265, "24853.605000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "515.6129999999999"], [1702462721, "548.4449999999999"], [1702462736, "567.612"], [1702462751, "579.432"], [1702462763, "579.5609999999999"], [1702462793, "594.0509999999999"], [1702462808, "631.029"], [1702462829, "638.286"], [1702462844, "839.334"], [1702462865, "869.5559999999999"], [1702462880, "879.948"], [1702462904, "894.3179999999999"], [1702462919, "898.8"], [1702462952, "924.5609999999999"], [1702462973, "980.3369999999999"], [1702462988, "998.268"], [1702463045, "1027.605"], [1702463081, "1040.526"], [1702463114, "1054.0710000000001"], [1702463150, "1063.2510000000002"], [1702463186, "1071.777"], [1702463216, "1184.115"], [1702463240, "1194.7140000000002"], [1702463273, "1214.658"], [1702463324, "1281.5610000000001"], [1702463354, "1306.326"], [1702463381, "1331.289"], [1702463417, "1347.9330000000002"], [1702463453, "1378.053"], [1702463477, "1382.694"], [1702463510, "1397.7060000000001"], [1702463537, "1404.369"], [1702463570, "1421.709"], [1702463591, "1436.661"], [1702463621, "1457.7150000000001"], [1702463657, "1526.0490000000002"], [1702463693, "1544.673"], [1702463729, "1610.286"], [1702463765, "1640.451"], [1702463798, "1650.7740000000001"], [1702463846, "1660.881"], [1702463873, "1670.7720000000002"], [1702463906, "1683.9360000000001"], [1702463948, "1704.9240000000002"], [1702463984, "1720.7730000000001"], [1702464014, "1739.4180000000001"], [1702464050, "1775.736"], [1702464086, "1858.104"], [1702464122, "1892.8349999999998"], [1702464155, "1923.2130000000002"], [1702464194, "1938.5580000000002"], [1702464230, "1950.8280000000002"], [1702464263, "1964.7"], [1702464299, "1985.16"], [1702464332, "2020.6380000000001"], [1702464356, "2043.303"], [1702464392, "2066.973"], [1702464425, "2086.266"], [1702464455, "2157.4199999999996"], [1702464479, "2191.7789999999995"], [1702464509, "2207.358"], [1702464533, "2222.8559999999998"], [1702464569, "2245.413"], [1702464605, "2263.266"], [1702464635, "2305.8059999999996"], [1702464671, "2344.212"], [1702464716, "2377.641"], [1702464743, "2404.5299999999997"], [1702464776, "2461.911"], [1702464812, "2477.697"], [1702464836, "2495.256"], [1702464869, "2535.459"], [1702464905, "2563.3469999999998"], [1702464926, "2568.591"], [1702464956, "2584.203"], [1702464992, "2608.0829999999996"], [1702465016, "2620.6109999999994"], [1702465049, "2643.1859999999997"], [1702465085, "2688.207"], [1702465118, "2706.639"], [1702465145, "2740.374"], [1702465178, "2759.205"], [1702465208, "2781.2909999999997"], [1702465241, "2828.013"], [1702465298, "2843.874"], [1702465334, "2855.367"], [1702465367, "2867.9669999999996"], [1702465394, "2873.1359999999995"], [1702465418, "2895.834"], [1702465445, "2920.3529999999996"], [1702465481, "2939.9579999999996"], [1702465517, "2972.784"], [1702465550, "2996.0339999999997"], [1702465586, "3044.706"], [1702465619, "3052.0319999999997"], [1702465658, "3096.123"], [1702465706, "3104.352"], [1702465754, "3133.2"], [1702465787, "3150.6150000000002"], [1702465823, "3176.109"], [1702465856, "3209.268"], [1702465880, "3222.4379999999996"], [1702465910, "3241.254"], [1702465952, "3307.647"], [1702465988, "3328.863"], [1702466015, "3343.638"], [1702466030, "3345.1769999999997"], [1702466060, "3351.516"], [1702466078, "3356.4059999999995"], [1702466138, "3392.6609999999996"], [1702466168, "3439.539"], [1702466204, "3471.384"], [1702466237, "3528.411"], [1702466261, "3542.517"], [1702466291, "3556.206"], [1702466327, "3579.84"], [1702466360, "3603.303"], [1702466384, "3613.4249999999997"], [1702466417, "3626.679"], [1702466441, "3630.6659999999997"], [1702466471, "3637.1249999999995"], [1702466507, "3667.269"], [1702466540, "3702.6299999999997"], [1702466597, "3772.2509999999997"], [1702466633, "3803.388"], [1702466666, "3836.0939999999996"], [1702466705, "3862.9410000000003"], [1702466732, "3883.9019999999996"], [1702466765, "3897.7110000000002"], [1702466801, "3910.524"], [1702466852, "3971.64"], [1702466876, "3976.638"], [1702466918, "4005.0840000000003"], [1702466978, "4081.416"], [1702467014, "4196.919"], [1702467038, "4241.025"], [1702467068, "4263.9"], [1702467122, "4298.129999999999"], [1702467158, "4312.722"], [1702467191, "4344.692999999999"], [1702467221, "4357.7699999999995"], [1702467257, "4376.949"], [1702467299, "4390.959"], [1702467350, "4430.115"], [1702467386, "4457.447999999999"], [1702467419, "4468.629"], [1702467455, "4480.941"], [1702467515, "4492.388999999999"], [1702467542, "4495.788"], [1702467566, "4498.365"], [1702467599, "4504.356"], [1702467635, "4522.188"], [1702467668, "4564.467"], [1702467695, "4582.374"], [1702467716, "4594.299"], [1702467746, "4608.473999999999"], [1702467800, "4670.97"], [1702467824, "4681.9259999999995"], [1702467908, "4704.6"], [1702467944, "4716.306"], [1702467968, "4720.812"], [1702468001, "4728.410999999999"], [1702468031, "4744.847999999999"], [1702468067, "4784.504999999999"], [1702468085, "4793.616"], [1702468115, "4807.806"], [1702468151, "4832.985"], [1702468181, "4843.101"], [1702468208, "4851.839999999999"], [1702468241, "4862.558999999999"], [1702468256, "4866.380999999999"], [1702468286, "4872.611999999999"], [1702468322, "4878.255"], [1702468352, "4929.723"], [1702468388, "4969.641"], [1702468424, "5001.495"], [1702468457, "5046.509999999999"], [1702468493, "5073.2789999999995"], [1702468517, "5110.661999999999"], [1702468550, "5123.595"], [1702468586, "5139.213"], [1702468613, "5175.9929999999995"], [1702468637, "5195.028000000001"], [1702468679, "5202.786"], [1702468721, "5233.677"], [1702468730, "5239.701"], [1702468766, "5264.559"], [1702468799, "5341.968000000001"], [1702468835, "5355.603"], [1702468898, "5409.75"], [1702468934, "5442.909000000001"], [1702468970, "5509.485000000001"], [1702468994, "5531.442000000001"], [1702469024, "5534.847"], [1702469060, "5546.102999999999"], [1702469111, "5565.6539999999995"], [1702469144, "5608.106999999999"], [1702469168, "5614.749"], [1702469204, "5636.931"], [1702469237, "5655.8099999999995"], [1702469273, "5691.366"], [1702469303, "5731.263"], [1702469336, "5746.343999999999"], [1702469360, "5754.167999999999"], [1702469387, "5757.380999999999"], [1702469411, "5773.503"], [1702469435, "5782.869"], [1702469468, "5795.424"], [1702469504, "5801.415"], [1702469537, "5810.22"], [1702469573, "5823.471"], [1702469606, "5835.693"], [1702469633, "5839.119"], [1702469660, "5857.592999999999"], [1702469684, "5867.823"], [1702469717, "5883.72"], [1702469753, "5889.561"], [1702469786, "5897.996999999999"], [1702469816, "5919.48"], [1702469834, "5923.986"], [1702469864, "5933.183999999999"], [1702469906, "5942.556"], [1702469936, "5951.718"], [1702469972, "5962.5779999999995"], [1702470005, "5973.974999999999"], [1702470029, "5976.753"], [1702470065, "5983.268999999999"], [1702470101, "5994.576"], [1702470131, "6015.189"], [1702470167, "6046.563"], [1702470203, "6069.317999999999"], [1702470251, "6098.828999999999"], [1702470278, "6104.795999999999"], [1702470311, "6110.943"], [1702470347, "6119.474999999999"], [1702470371, "6128.514"], [1702470404, "6137.786999999999"], [1702470440, "6146.795999999999"], [1702470476, "6164.664"], [1702470506, "6172.628999999999"], [1702470542, "6193.551"], [1702470575, "6216.522"], [1702470611, "6229.754999999999"], [1702470635, "6237.1410000000005"], [1702470662, "6245.118"], [1702470686, "6250.7429999999995"], [1702470719, "6256.317"], [1702470746, "6267.974999999999"], [1702470812, "6286.683"], [1702470845, "6309.798"], [1702470875, "6323.255999999999"], [1702470899, "6331.007999999999"], [1702470953, "6345.015"], [1702470983, "6353.201999999999"], [1702471025, "6378.035999999999"], [1702471067, "6402.381"], [1702471169, "6446.148"], [1702471193, "6454.8"], [1702471226, "6477.468"], [1702471265, "6495.735"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "2.6100000000000003"], [1702462721, "2.628"], [1702462736, "3.057"], [1702462751, "3.09"], [1702462763, "3.123"], [1702462793, "3.192"], [1702462808, "3.225"], [1702462829, "3.243"], [1702462844, "3.261"], [1702462865, "3.309"], [1702462880, "3.342"], [1702462904, "4.026"], [1702462919, "4.059"], [1702462952, "4.107"], [1702462973, "4.293"], [1702462988, "4.311"], [1702463045, "5.721"], [1702463081, "5.936999999999999"], [1702463114, "6.0329999999999995"], [1702463150, "6.099"], [1702463186, "6.171"], [1702463216, "6.246"], [1702463240, "6.297"], [1702463273, "6.372"], [1702463324, "6.4830000000000005"], [1702463354, "6.561"], [1702463381, "6.6419999999999995"], [1702463417, "6.705"], [1702463453, "6.777"], [1702463477, "6.822000000000001"], [1702463510, "7.386"], [1702463537, "7.446"], [1702463570, "7.545"], [1702463591, "7.605"], [1702463621, "7.665"], [1702463657, "7.728"], [1702463693, "7.815"], [1702463729, "7.881"], [1702463765, "7.932"], [1702463798, "7.98"], [1702463846, "8.058"], [1702463873, "8.103"], [1702463906, "8.163"], [1702463948, "8.259"], [1702463984, "8.322"], [1702464014, "8.385"], [1702464050, "8.448"], [1702464086, "8.529"], [1702464122, "8.604"], [1702464155, "8.664"], [1702464194, "8.841000000000001"], [1702464230, "8.907"], [1702464263, "9.114"], [1702464299, "9.195"], [1702464332, "9.276"], [1702464356, "9.357"], [1702464392, "9.975000000000001"], [1702464425, "10.056000000000001"], [1702464455, "10.844999999999999"], [1702464479, "10.922999999999998"], [1702464509, "11.012999999999998"], [1702464533, "11.102999999999998"], [1702464569, "11.196"], [1702464605, "11.277"], [1702464635, "11.37"], [1702464671, "11.472"], [1702464716, "11.565"], [1702464743, "11.655"], [1702464776, "11.745"], [1702464812, "12.177"], [1702464836, "12.282"], [1702464869, "13.353"], [1702464905, "13.479000000000001"], [1702464926, "13.554"], [1702464956, "13.647"], [1702464992, "13.725000000000001"], [1702465016, "14.271"], [1702465049, "14.394000000000002"], [1702465085, "14.484000000000002"], [1702465118, "14.577000000000002"], [1702465145, "14.670000000000002"], [1702465178, "14.760000000000002"], [1702465208, "14.868"], [1702465241, "14.961"], [1702465298, "15.102"], [1702465334, "15.213000000000001"], [1702465367, "15.303"], [1702465394, "15.393"], [1702465418, "15.483"], [1702465445, "15.573"], [1702465481, "15.909"], [1702465517, "16.02"], [1702465550, "16.269"], [1702465586, "18.108"], [1702465619, "18.201"], [1702465658, "18.294"], [1702465706, "18.369"], [1702465754, "18.387"], [1702465787, "18.423000000000002"], [1702465823, "18.441"], [1702465856, "18.474"], [1702465880, "18.522"], [1702465910, "18.813000000000002"], [1702465952, "18.876"], [1702465988, "18.939"], [1702466015, "19.020000000000003"], [1702466030, "19.086000000000002"], [1702466060, "19.146"], [1702466078, "19.212000000000003"], [1702466138, "19.326"], [1702466168, "19.392000000000003"], [1702466204, "19.458000000000002"], [1702466237, "19.521"], [1702466261, "19.566000000000003"], [1702466291, "19.629"], [1702466327, "19.689"], [1702466360, "19.749000000000002"], [1702466384, "20.180999999999997"], [1702466417, "20.229"], [1702466441, "20.292"], [1702466471, "20.354999999999997"], [1702466507, "20.391"], [1702466540, "20.739"], [1702466597, "20.835"], [1702466633, "20.886000000000003"], [1702466666, "20.931"], [1702466705, "20.976"], [1702466732, "21.036"], [1702466765, "21.084"], [1702466801, "21.537"], [1702466852, "21.615000000000002"], [1702466876, "21.674999999999997"], [1702466918, "21.723"], [1702466978, "21.837"], [1702467014, "21.897"], [1702467038, "21.957"], [1702467068, "22.017"], [1702467122, "22.107"], [1702467158, "22.167"], [1702467191, "22.226999999999997"], [1702467221, "22.29"], [1702467257, "22.341"], [1702467299, "22.407"], [1702467350, "22.497"], [1702467386, "22.634999999999998"], [1702467419, "22.71"], [1702467455, "22.770000000000003"], [1702467515, "22.914"], [1702467542, "22.977"], [1702467566, "23.043"], [1702467599, "23.094"], [1702467635, "23.142"], [1702467668, "23.174999999999997"], [1702467695, "23.208"], [1702467716, "23.253"], [1702467746, "23.283"], [1702467800, "23.343"], [1702467824, "23.406"], [1702467908, "23.529"], [1702467944, "23.559"], [1702467968, "23.592"], [1702468001, "23.622"], [1702468031, "23.667"], [1702468067, "23.697000000000003"], [1702468085, "23.886"], [1702468115, "23.901"], [1702468151, "23.933999999999997"], [1702468181, "23.964"], [1702468208, "23.994"], [1702468241, "24.012"], [1702468256, "24.054000000000002"], [1702468286, "24.108"], [1702468322, "24.123"], [1702468352, "24.138"], [1702468388, "24.168"], [1702468424, "24.198"], [1702468457, "24.228"], [1702468493, "24.249000000000002"], [1702468517, "24.282000000000004"], [1702468550, "24.312"], [1702468586, "24.345"], [1702468613, "24.363"], [1702468637, "24.393"], [1702468679, "25.125"], [1702468721, "25.155"], [1702468730, "25.17"], [1702468766, "25.236"], [1702468799, "25.266"], [1702468835, "25.296"], [1702468898, "25.355999999999998"], [1702468934, "25.371"], [1702468970, "25.371"], [1702468994, "25.448999999999998"], [1702469024, "25.464"], [1702469060, "25.494"], [1702469111, "25.668"], [1702469144, "25.671"], [1702469168, "25.686"], [1702469204, "25.704"], [1702469237, "25.734"], [1702469273, "25.749000000000002"], [1702469303, "25.779"], [1702469336, "25.809"], [1702469360, "25.809"], [1702469387, "25.893"], [1702469411, "25.923"], [1702469435, "25.953"], [1702469468, "25.982999999999997"], [1702469504, "26.016"], [1702469537, "26.049"], [1702469573, "26.082"], [1702469606, "26.112"], [1702469633, "26.142"], [1702469660, "26.171999999999997"], [1702469684, "26.201999999999998"], [1702469717, "26.232"], [1702469753, "26.247"], [1702469786, "26.262"], [1702469816, "26.28"], [1702469834, "26.31"], [1702469864, "26.325"], [1702469906, "26.375999999999998"], [1702469936, "26.436"], [1702469972, "26.466"], [1702470005, "26.481"], [1702470029, "26.496000000000002"], [1702470065, "26.514"], [1702470101, "26.547"], [1702470131, "26.58"], [1702470167, "26.61"], [1702470203, "26.64"], [1702470251, "27.588"], [1702470278, "27.618"], [1702470311, "27.648"], [1702470347, "27.677999999999997"], [1702470371, "27.708"], [1702470404, "27.741"], [1702470440, "27.744"], [1702470476, "27.819000000000003"], [1702470506, "27.822000000000003"], [1702470542, "27.855"], [1702470575, "27.87"], [1702470611, "27.981"], [1702470635, "28.014"], [1702470662, "28.029"], [1702470686, "28.098"], [1702470719, "28.149"], [1702470746, "28.179000000000002"], [1702470812, "28.227"], [1702470845, "28.244999999999997"], [1702470875, "28.275"], [1702470899, "28.305"], [1702470953, "28.35"], [1702470983, "28.380000000000003"], [1702471025, "28.416"], [1702471067, "28.467"], [1702471169, "29.223"], [1702471193, "29.256"], [1702471226, "29.286"], [1702471265, "29.319000000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "2.55"], [1702462721, "2.628"], [1702462736, "2.691"], [1702462751, "67.67699999999999"], [1702462763, "67.71"], [1702462793, "67.779"], [1702462808, "68.42699999999999"], [1702462829, "68.445"], [1702462844, "68.634"], [1702462865, "68.688"], [1702462880, "68.721"], [1702462904, "68.79899999999999"], [1702462919, "68.832"], [1702462952, "79.65299999999999"], [1702462973, "80.343"], [1702462988, "80.361"], [1702463045, "81.28500000000001"], [1702463081, "83.736"], [1702463114, "83.85900000000001"], [1702463150, "83.925"], [1702463186, "84.672"], [1702463216, "85.287"], [1702463240, "85.33800000000001"], [1702463273, "85.41300000000001"], [1702463324, "91.053"], [1702463354, "92.967"], [1702463381, "93.048"], [1702463417, "93.111"], [1702463453, "93.87"], [1702463477, "93.92699999999999"], [1702463510, "93.963"], [1702463537, "94.023"], [1702463570, "95.064"], [1702463591, "121.017"], [1702463621, "121.077"], [1702463657, "263.145"], [1702463693, "281.88"], [1702463729, "316.026"], [1702463765, "316.07700000000006"], [1702463798, "316.34400000000005"], [1702463846, "316.44"], [1702463873, "316.485"], [1702463906, "320.706"], [1702463948, "324.77700000000004"], [1702463984, "324.84000000000003"], [1702464014, "324.903"], [1702464050, "326.196"], [1702464086, "329.229"], [1702464122, "329.30400000000003"], [1702464155, "329.397"], [1702464194, "331.044"], [1702464230, "331.11"], [1702464263, "331.63500000000005"], [1702464299, "331.899"], [1702464332, "332.148"], [1702464356, "332.22900000000004"], [1702464392, "332.634"], [1702464425, "335.77500000000003"], [1702464455, "342.426"], [1702464479, "342.504"], [1702464509, "342.594"], [1702464533, "342.7710000000001"], [1702464569, "344.577"], [1702464605, "344.658"], [1702464635, "344.75100000000003"], [1702464671, "345.07800000000003"], [1702464716, "352.89899999999994"], [1702464743, "352.989"], [1702464776, "399.80400000000003"], [1702464812, "417.30600000000004"], [1702464836, "417.411"], [1702464869, "417.50100000000003"], [1702464905, "417.663"], [1702464926, "417.97200000000004"], [1702464956, "418.06500000000005"], [1702464992, "418.14300000000003"], [1702465016, "418.302"], [1702465049, "419.81399999999996"], [1702465085, "419.904"], [1702465118, "420.67500000000007"], [1702465145, "456.27599999999995"], [1702465178, "456.42"], [1702465208, "456.513"], [1702465241, "456.804"], [1702465298, "457.83000000000004"], [1702465334, "457.94100000000003"], [1702465367, "458.031"], [1702465394, "459.44100000000003"], [1702465418, "459.72299999999996"], [1702465445, "459.813"], [1702465481, "498.438"], [1702465517, "519.834"], [1702465550, "519.927"], [1702465586, "520.0079999999999"], [1702465619, "522.354"], [1702465658, "538.689"], [1702465706, "538.764"], [1702465754, "539.733"], [1702465787, "539.769"], [1702465823, "539.79"], [1702465856, "545.8950000000001"], [1702465880, "545.9430000000001"], [1702465910, "545.994"], [1702465952, "548.079"], [1702465988, "549.2669999999999"], [1702466015, "549.327"], [1702466030, "549.387"], [1702466060, "549.462"], [1702466078, "549.564"], [1702466138, "549.864"], [1702466168, "576.9119999999999"], [1702466204, "576.9929999999999"], [1702466237, "583.017"], [1702466261, "583.0620000000001"], [1702466291, "583.1250000000001"], [1702466327, "594.8249999999999"], [1702466360, "599.451"], [1702466384, "599.511"], [1702466417, "599.559"], [1702466441, "599.733"], [1702466471, "601.269"], [1702466507, "601.3050000000001"], [1702466540, "601.356"], [1702466597, "613.1700000000001"], [1702466633, "613.221"], [1702466666, "613.2750000000001"], [1702466705, "613.737"], [1702466732, "613.797"], [1702466765, "613.845"], [1702466801, "620.9340000000001"], [1702466852, "624.1410000000001"], [1702466876, "624.2010000000001"], [1702466918, "632.316"], [1702466978, "644.0400000000001"], [1702467014, "644.1"], [1702467038, "653.973"], [1702467068, "654.303"], [1702467122, "654.393"], [1702467158, "654.927"], [1702467191, "655.71"], [1702467221, "655.773"], [1702467257, "656.937"], [1702467299, "660.228"], [1702467350, "660.33"], [1702467386, "660.3900000000001"], [1702467419, "662.658"], [1702467455, "662.7180000000001"], [1702467515, "664.0500000000001"], [1702467542, "664.7489999999999"], [1702467566, "664.8149999999999"], [1702467599, "664.8629999999999"], [1702467635, "666.606"], [1702467668, "667.4100000000001"], [1702467695, "667.44"], [1702467716, "667.4850000000001"], [1702467746, "667.6170000000001"], [1702467800, "667.689"], [1702467824, "667.734"], [1702467908, "671.628"], [1702467944, "671.6580000000001"], [1702467968, "671.691"], [1702468001, "671.724"], [1702468031, "674.6519999999999"], [1702468067, "674.6819999999999"], [1702468085, "674.7149999999999"], [1702468115, "676.725"], [1702468151, "677.1150000000001"], [1702468181, "677.1450000000001"], [1702468208, "677.1750000000001"], [1702468241, "679.425"], [1702468256, "679.7130000000001"], [1702468286, "679.7460000000001"], [1702468322, "679.7610000000001"], [1702468352, "679.7760000000001"], [1702468388, "680.133"], [1702468424, "680.778"], [1702468457, "680.808"], [1702468493, "684.3"], [1702468517, "687.408"], [1702468550, "687.438"], [1702468586, "687.888"], [1702468613, "688.0889999999999"], [1702468637, "692.6129999999999"], [1702468679, "692.628"], [1702468721, "692.658"], [1702468730, "693.9449999999999"], [1702468766, "693.9749999999999"], [1702468799, "694.0049999999999"], [1702468835, "697.122"], [1702468898, "698.5319999999999"], [1702468934, "698.5469999999999"], [1702468970, "709.9649999999999"], [1702468994, "710.9309999999999"], [1702469024, "710.9459999999999"], [1702469060, "710.9759999999999"], [1702469111, "711.2729999999999"], [1702469144, "711.2759999999998"], [1702469168, "711.2909999999998"], [1702469204, "734.7419999999998"], [1702469237, "744.8819999999998"], [1702469273, "744.8969999999999"], [1702469303, "744.939"], [1702469336, "758.3879999999999"], [1702469360, "758.391"], [1702469387, "758.391"], [1702469411, "758.406"], [1702469435, "770.091"], [1702469468, "770.496"], [1702469504, "770.5289999999999"], [1702469537, "770.5619999999999"], [1702469573, "771.906"], [1702469606, "771.9359999999999"], [1702469633, "771.966"], [1702469660, "771.996"], [1702469684, "786.1229999999999"], [1702469717, "786.4259999999999"], [1702469753, "786.441"], [1702469786, "786.456"], [1702469816, "790.4939999999999"], [1702469834, "790.6139999999999"], [1702469864, "790.6289999999999"], [1702469906, "790.7729999999999"], [1702469936, "792.231"], [1702469972, "792.261"], [1702470005, "792.276"], [1702470029, "792.3"], [1702470065, "799.656"], [1702470101, "799.6949999999999"], [1702470131, "799.728"], [1702470167, "801.9689999999999"], [1702470203, "802.896"], [1702470251, "802.9259999999999"], [1702470278, "802.977"], [1702470311, "803.025"], [1702470347, "803.055"], [1702470371, "803.0849999999999"], [1702470404, "807.6719999999999"], [1702470440, "807.804"], [1702470476, "807.837"], [1702470506, "808.56"], [1702470542, "808.704"], [1702470575, "808.7189999999999"], [1702470611, "808.7189999999999"], [1702470635, "808.7489999999999"], [1702470662, "809.343"], [1702470686, "810.186"], [1702470719, "810.216"], [1702470746, "810.4559999999999"], [1702470812, "811.497"], [1702470845, "811.515"], [1702470875, "811.545"], [1702470899, "811.5809999999999"], [1702470953, "811.8299999999999"], [1702470983, "811.8599999999999"], [1702471025, "816.462"], [1702471067, "816.5159999999998"], [1702471169, "817.944"], [1702471193, "817.977"], [1702471226, "818.007"], [1702471265, "818.823"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "6.815999999999999"], [1702462721, "6.833999999999999"], [1702462736, "8.718000000000002"], [1702462751, "8.775"], [1702462763, "8.826"], [1702462793, "9.059999999999999"], [1702462808, "9.296999999999999"], [1702462829, "10.163999999999998"], [1702462844, "10.902000000000001"], [1702462865, "10.985999999999999"], [1702462880, "12.125999999999998"], [1702462904, "12.206999999999997"], [1702462919, "12.239999999999997"], [1702462952, "12.447000000000001"], [1702462973, "12.477"], [1702462988, "13.679999999999998"], [1702463045, "14.094"], [1702463081, "14.231999999999998"], [1702463114, "14.435999999999998"], [1702463150, "14.703"], [1702463186, "14.793"], [1702463216, "14.868"], [1702463240, "15.354"], [1702463273, "15.794999999999998"], [1702463324, "15.980999999999998"], [1702463354, "16.590000000000003"], [1702463381, "16.746000000000002"], [1702463417, "16.932000000000002"], [1702463453, "17.007"], [1702463477, "17.319"], [1702463510, "17.355"], [1702463537, "17.403"], [1702463570, "17.481"], [1702463591, "17.526"], [1702463621, "18.066000000000003"], [1702463657, "18.135"], [1702463693, "18.216"], [1702463729, "20.109"], [1702463765, "20.160000000000004"], [1702463798, "20.628"], [1702463846, "20.958000000000002"], [1702463873, "21.045"], [1702463906, "21.123"], [1702463948, "21.885"], [1702463984, "23.454"], [1702464014, "23.517000000000003"], [1702464050, "24.171"], [1702464086, "24.246"], [1702464122, "24.795"], [1702464155, "25.062"], [1702464194, "25.35"], [1702464230, "25.416"], [1702464263, "25.506"], [1702464299, "25.634999999999998"], [1702464332, "26.003999999999998"], [1702464356, "26.085"], [1702464392, "26.595000000000002"], [1702464425, "26.883000000000003"], [1702464455, "28.602"], [1702464479, "29.073"], [1702464509, "29.214000000000002"], [1702464533, "29.445"], [1702464569, "30.159000000000006"], [1702464605, "30.323999999999998"], [1702464635, "31.101"], [1702464671, "31.491"], [1702464716, "32.367000000000004"], [1702464743, "32.667"], [1702464776, "32.757000000000005"], [1702464812, "32.847"], [1702464836, "33.006"], [1702464869, "33.42"], [1702464905, "33.528000000000006"], [1702464926, "33.798"], [1702464956, "34.068"], [1702464992, "34.995"], [1702465016, "35.1"], [1702465049, "35.693999999999996"], [1702465085, "35.784"], [1702465118, "36.534"], [1702465145, "36.627"], [1702465178, "36.945"], [1702465208, "37.038"], [1702465241, "37.206"], [1702465298, "37.659"], [1702465334, "38.046"], [1702465367, "38.136"], [1702465394, "38.226"], [1702465418, "38.316"], [1702465445, "38.514"], [1702465481, "38.898"], [1702465517, "39.009"], [1702465550, "39.432"], [1702465586, "39.63"], [1702465619, "39.723000000000006"], [1702465658, "39.849000000000004"], [1702465706, "40.095000000000006"], [1702465754, "40.302"], [1702465787, "40.337999999999994"], [1702465823, "40.614"], [1702465856, "40.647"], [1702465880, "40.731"], [1702465910, "40.866"], [1702465952, "41.322"], [1702465988, "41.385000000000005"], [1702466015, "41.580000000000005"], [1702466030, "41.646"], [1702466060, "42.015"], [1702466078, "42.255"], [1702466138, "42.9"], [1702466168, "44.961"], [1702466204, "45.06"], [1702466237, "45.123"], [1702466261, "45.429"], [1702466291, "45.522000000000006"], [1702466327, "45.582"], [1702466360, "46.362"], [1702466384, "46.70400000000001"], [1702466417, "46.773"], [1702466441, "46.848"], [1702466471, "46.965"], [1702466507, "47.001000000000005"], [1702466540, "47.120999999999995"], [1702466597, "47.22"], [1702466633, "47.637"], [1702466666, "47.681999999999995"], [1702466705, "48.765"], [1702466732, "48.900000000000006"], [1702466765, "48.966"], [1702466801, "49.35"], [1702466852, "53.42400000000001"], [1702466876, "53.484"], [1702466918, "53.661"], [1702466978, "54.378"], [1702467014, "54.831"], [1702467038, "55.716"], [1702467068, "55.775999999999996"], [1702467122, "56.229000000000006"], [1702467158, "56.436"], [1702467191, "56.495999999999995"], [1702467221, "56.637"], [1702467257, "56.691"], [1702467299, "56.754000000000005"], [1702467350, "56.916000000000004"], [1702467386, "56.976"], [1702467419, "57.069"], [1702467455, "57.741"], [1702467515, "58.178999999999995"], [1702467542, "58.245"], [1702467566, "58.419"], [1702467599, "58.53"], [1702467635, "58.614000000000004"], [1702467668, "58.69200000000001"], [1702467695, "58.782000000000004"], [1702467716, "59.328"], [1702467746, "59.499"], [1702467800, "59.61"], [1702467824, "59.667"], [1702467908, "60.03"], [1702467944, "60.075"], [1702467968, "60.159000000000006"], [1702468001, "60.19500000000001"], [1702468031, "60.24"], [1702468067, "61.509"], [1702468085, "61.542"], [1702468115, "61.557"], [1702468151, "63.264"], [1702468181, "63.294000000000004"], [1702468208, "63.393"], [1702468241, "63.435"], [1702468256, "63.464999999999996"], [1702468286, "63.657"], [1702468322, "63.741"], [1702468352, "65.31"], [1702468388, "65.352"], [1702468424, "65.592"], [1702468457, "65.622"], [1702468493, "65.724"], [1702468517, "65.757"], [1702468550, "65.78699999999999"], [1702468586, "65.991"], [1702468613, "66.009"], [1702468637, "66.225"], [1702468679, "66.291"], [1702468721, "66.321"], [1702468730, "66.336"], [1702468766, "66.438"], [1702468799, "66.468"], [1702468835, "66.528"], [1702468898, "68.667"], [1702468934, "68.682"], [1702468970, "69.19800000000001"], [1702468994, "69.24000000000001"], [1702469024, "69.32700000000001"], [1702469060, "69.39"], [1702469111, "69.741"], [1702469144, "70.086"], [1702469168, "70.194"], [1702469204, "71.958"], [1702469237, "72.045"], [1702469273, "72.084"], [1702469303, "72.294"], [1702469336, "72.513"], [1702469360, "72.61200000000001"], [1702469387, "72.61200000000001"], [1702469411, "72.627"], [1702469435, "72.765"], [1702469468, "72.879"], [1702469504, "72.918"], [1702469537, "72.95100000000001"], [1702469573, "73.128"], [1702469606, "73.158"], [1702469633, "73.188"], [1702469660, "73.218"], [1702469684, "73.248"], [1702469717, "73.296"], [1702469753, "73.311"], [1702469786, "73.32600000000001"], [1702469816, "73.35000000000001"], [1702469834, "73.47"], [1702469864, "73.485"], [1702469906, "73.542"], [1702469936, "73.572"], [1702469972, "73.70100000000001"], [1702470005, "73.71600000000001"], [1702470029, "73.73100000000001"], [1702470065, "73.797"], [1702470101, "73.83"], [1702470131, "73.863"], [1702470167, "73.905"], [1702470203, "74.106"], [1702470251, "74.136"], [1702470278, "74.592"], [1702470311, "74.622"], [1702470347, "74.706"], [1702470371, "75.252"], [1702470404, "75.909"], [1702470440, "76.113"], [1702470476, "76.146"], [1702470506, "76.149"], [1702470542, "76.39200000000001"], [1702470575, "76.644"], [1702470611, "76.66799999999999"], [1702470635, "76.752"], [1702470662, "76.923"], [1702470686, "76.953"], [1702470719, "77.103"], [1702470746, "77.151"], [1702470812, "77.316"], [1702470845, "77.775"], [1702470875, "77.805"], [1702470899, "77.83500000000001"], [1702470953, "78.123"], [1702470983, "78.162"], [1702471025, "78.288"], [1702471067, "78.609"], [1702471169, "79.005"], [1702471193, "79.038"], [1702471226, "79.40100000000001"], [1702471265, "79.656"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "6.5520000000000005"], [1702462721, "7.148999999999999"], [1702462736, "7.185"], [1702462751, "7.218"], [1702462763, "7.268999999999999"], [1702462793, "7.769999999999999"], [1702462808, "7.935"], [1702462829, "8.979000000000001"], [1702462844, "9.663"], [1702462865, "9.954"], [1702462880, "9.987"], [1702462904, "10.329"], [1702462919, "10.362000000000002"], [1702462952, "15.339000000000002"], [1702462973, "15.408000000000001"], [1702462988, "15.45"], [1702463045, "15.519"], [1702463081, "16.725"], [1702463114, "16.830000000000002"], [1702463150, "17.739"], [1702463186, "18.384"], [1702463216, "19.197000000000003"], [1702463240, "19.496999999999996"], [1702463273, "20.136000000000003"], [1702463324, "23.304"], [1702463354, "23.79"], [1702463381, "23.94"], [1702463417, "24.041999999999998"], [1702463453, "25.737000000000002"], [1702463477, "25.788000000000004"], [1702463510, "25.824000000000005"], [1702463537, "25.881000000000004"], [1702463570, "26.583000000000002"], [1702463591, "26.649"], [1702463621, "26.778"], [1702463657, "26.847"], [1702463693, "27.537"], [1702463729, "29.294999999999998"], [1702463765, "38.858999999999995"], [1702463798, "38.94"], [1702463846, "39.018"], [1702463873, "40.895999999999994"], [1702463906, "41.013"], [1702463948, "41.367000000000004"], [1702463984, "41.547"], [1702464014, "41.802"], [1702464050, "42.75000000000001"], [1702464086, "43.032000000000004"], [1702464122, "43.71"], [1702464155, "44.462999999999994"], [1702464194, "45.17700000000001"], [1702464230, "45.24600000000001"], [1702464263, "45.348000000000006"], [1702464299, "46.104000000000006"], [1702464332, "46.866"], [1702464356, "47.13"], [1702464392, "48.275999999999996"], [1702464425, "50.708999999999996"], [1702464455, "51.513000000000005"], [1702464479, "54.632999999999996"], [1702464509, "55.173"], [1702464533, "56.481"], [1702464569, "62.037"], [1702464605, "62.294999999999995"], [1702464635, "62.745000000000005"], [1702464671, "64.72800000000001"], [1702464716, "68.445"], [1702464743, "69.21"], [1702464776, "76.49400000000001"], [1702464812, "76.89"], [1702464836, "77.33999999999999"], [1702464869, "77.907"], [1702464905, "81.70800000000001"], [1702464926, "81.819"], [1702464956, "84.042"], [1702464992, "84.543"], [1702465016, "86.48700000000001"], [1702465049, "86.97300000000001"], [1702465085, "87.89399999999999"], [1702465118, "90.162"], [1702465145, "90.55499999999999"], [1702465178, "90.687"], [1702465208, "91.971"], [1702465241, "92.535"], [1702465298, "92.757"], [1702465334, "94.74600000000001"], [1702465367, "95.109"], [1702465394, "95.508"], [1702465418, "95.736"], [1702465445, "95.85900000000001"], [1702465481, "96.11399999999999"], [1702465517, "96.696"], [1702465550, "97.473"], [1702465586, "98.352"], [1702465619, "98.496"], [1702465658, "98.79299999999999"], [1702465706, "99.144"], [1702465754, "101.148"], [1702465787, "101.43"], [1702465823, "102.59700000000001"], [1702465856, "102.68400000000001"], [1702465880, "104.40299999999999"], [1702465910, "104.526"], [1702465952, "105.102"], [1702465988, "105.165"], [1702466015, "105.336"], [1702466030, "105.40500000000002"], [1702466060, "105.47399999999999"], [1702466078, "105.56400000000001"], [1702466138, "106.302"], [1702466168, "106.644"], [1702466204, "107.51100000000001"], [1702466237, "107.57400000000001"], [1702466261, "107.94"], [1702466291, "108.603"], [1702466327, "109.227"], [1702466360, "109.638"], [1702466384, "109.887"], [1702466417, "110.046"], [1702466441, "110.11500000000001"], [1702466471, "110.334"], [1702466507, "110.979"], [1702466540, "111.435"], [1702466597, "114.174"], [1702466633, "118.458"], [1702466666, "119.09700000000001"], [1702466705, "119.244"], [1702466732, "119.46"], [1702466765, "119.85600000000001"], [1702466801, "120.39"], [1702466852, "123.096"], [1702466876, "123.168"], [1702466918, "124.356"], [1702466978, "131.94"], [1702467014, "132.486"], [1702467038, "132.834"], [1702467068, "133.94400000000002"], [1702467122, "134.865"], [1702467158, "135.393"], [1702467191, "142.395"], [1702467221, "145.116"], [1702467257, "145.398"], [1702467299, "146.325"], [1702467350, "148.509"], [1702467386, "151.51500000000001"], [1702467419, "151.806"], [1702467455, "152.19899999999998"], [1702467515, "152.439"], [1702467542, "152.931"], [1702467566, "153.00000000000003"], [1702467599, "153.09900000000002"], [1702467635, "153.45600000000002"], [1702467668, "153.825"], [1702467695, "155.37"], [1702467716, "155.541"], [1702467746, "155.616"], [1702467800, "156.243"], [1702467824, "156.40200000000002"], [1702467908, "156.70200000000003"], [1702467944, "156.93599999999998"], [1702467968, "156.98099999999997"], [1702468001, "157.17899999999997"], [1702468031, "157.572"], [1702468067, "166.584"], [1702468085, "166.743"], [1702468115, "167.1"], [1702468151, "167.286"], [1702468181, "167.361"], [1702468208, "167.613"], [1702468241, "168.345"], [1702468256, "168.435"], [1702468286, "168.54000000000002"], [1702468322, "168.795"], [1702468352, "171.40800000000002"], [1702468388, "172.182"], [1702468424, "172.88699999999997"], [1702468457, "173.09699999999998"], [1702468493, "173.62500000000003"], [1702468517, "176.571"], [1702468550, "176.757"], [1702468586, "176.904"], [1702468613, "177.27"], [1702468637, "177.30900000000003"], [1702468679, "177.765"], [1702468721, "178.12199999999999"], [1702468730, "178.137"], [1702468766, "178.17600000000002"], [1702468799, "180.72000000000003"], [1702468835, "180.76799999999997"], [1702468898, "181.14"], [1702468934, "181.347"], [1702468970, "182.211"], [1702468994, "182.541"], [1702469024, "182.574"], [1702469060, "182.895"], [1702469111, "184.323"], [1702469144, "186.15599999999998"], [1702469168, "186.171"], [1702469204, "186.543"], [1702469237, "186.70800000000003"], [1702469273, "187.089"], [1702469303, "187.99499999999998"], [1702469336, "188.55"], [1702469360, "188.57999999999998"], [1702469387, "189.108"], [1702469411, "189.98399999999998"], [1702469435, "190.221"], [1702469468, "190.40999999999997"], [1702469504, "190.449"], [1702469537, "190.698"], [1702469573, "190.96200000000002"], [1702469606, "191.517"], [1702469633, "191.964"], [1702469660, "191.994"], [1702469684, "192.19500000000002"], [1702469717, "192.276"], [1702469753, "193.233"], [1702469786, "193.40400000000002"], [1702469816, "193.62600000000003"], [1702469834, "193.66500000000002"], [1702469864, "193.76700000000002"], [1702469906, "193.881"], [1702469936, "194.25599999999997"], [1702469972, "194.34599999999998"], [1702470005, "194.481"], [1702470029, "194.51999999999998"], [1702470065, "194.53799999999998"], [1702470101, "194.64000000000001"], [1702470131, "195.05399999999997"], [1702470167, "195.642"], [1702470203, "195.723"], [1702470251, "197.106"], [1702470278, "197.16"], [1702470311, "197.259"], [1702470347, "197.289"], [1702470371, "197.32500000000002"], [1702470404, "197.418"], [1702470440, "197.61"], [1702470476, "198.195"], [1702470506, "198.288"], [1702470542, "198.432"], [1702470575, "198.681"], [1702470611, "198.99"], [1702470635, "199.032"], [1702470662, "199.149"], [1702470686, "199.275"], [1702470719, "199.65300000000002"], [1702470746, "199.713"], [1702470812, "200.18699999999998"], [1702470845, "200.20499999999998"], [1702470875, "200.274"], [1702470899, "200.70600000000002"], [1702470953, "201.174"], [1702470983, "201.687"], [1702471025, "202.665"], [1702471067, "203.63400000000001"], [1702471169, "205.54200000000003"], [1702471193, "206.016"], [1702471226, "206.268"], [1702471265, "207.273"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1.6199999999999999"], [1702462844, "1.638"], [1702462865, "1.686"], [1702462880, "1.7189999999999999"], [1702462904, "1.797"], [1702462919, "1.8299999999999998"], [1702462952, "1.878"], [1702462973, "1.908"], [1702462988, "1.926"], [1702463045, "1.9889999999999999"], [1702463081, "2.037"], [1702463114, "2.133"], [1702463150, "2.199"], [1702463186, "2.262"], [1702463216, "2.3369999999999997"], [1702463240, "2.388"], [1702463273, "2.463"], [1702463324, "2.574"], [1702463354, "2.652"], [1702463381, "2.7329999999999997"], [1702463417, "2.796"], [1702463453, "2.859"], [1702463477, "2.904"], [1702463510, "2.94"], [1702463537, "2.991"], [1702463570, "3.021"], [1702463591, "3.066"], [1702463621, "3.1260000000000003"], [1702463657, "3.189"], [1702463693, "3.27"], [1702463729, "3.3360000000000003"], [1702463765, "3.387"], [1702463798, "3.435"], [1702463846, "3.513"], [1702463873, "3.558"], [1702463906, "3.618"], [1702463948, "3.714"], [1702463984, "3.777"], [1702464014, "3.84"], [1702464050, "3.903"], [1702464086, "3.978"], [1702464122, "4.053"], [1702464155, "4.1129999999999995"], [1702464194, "4.221"], [1702464230, "4.287"], [1702464263, "4.368"], [1702464299, "4.467"], [1702464332, "4.548"], [1702464356, "4.629"], [1702464392, "4.71"], [1702464425, "4.791"], [1702464455, "4.866"], [1702464479, "4.944"], [1702464509, "5.034"], [1702464533, "5.124"], [1702464569, "5.217"], [1702464605, "5.298"], [1702464635, "5.391"], [1702464671, "5.487"], [1702464716, "5.58"], [1702464743, "5.67"], [1702464776, "5.76"], [1702464812, "5.85"], [1702464836, "5.955"], [1702464869, "6.045"], [1702464905, "6.153"], [1702464926, "6.228"], [1702464956, "6.321"], [1702464992, "6.399"], [1702465016, "6.504"], [1702465049, "6.585"], [1702465085, "6.675"], [1702465118, "6.768"], [1702465145, "6.861"], [1702465178, "6.951"], [1702465208, "7.044"], [1702465241, "7.137"], [1702465298, "7.278"], [1702465334, "7.389"], [1702465367, "7.479"], [1702465394, "7.569"], [1702465418, "7.659"], [1702465445, "7.749"], [1702465481, "7.842"], [1702465517, "7.952999999999999"], [1702465550, "8.046"], [1702465586, "8.126999999999999"], [1702465619, "8.219999999999999"], [1702465658, "8.312999999999999"], [1702465706, "8.388"], [1702465754, "8.405999999999999"], [1702465787, "8.442"], [1702465823, "8.46"], [1702465856, "8.492999999999999"], [1702465880, "8.541"], [1702465910, "8.591999999999999"], [1702465952, "8.655"], [1702465988, "8.718"], [1702466015, "8.777999999999999"], [1702466030, "8.838000000000001"], [1702466060, "8.898"], [1702466078, "8.960999999999999"], [1702466138, "9.075"], [1702466168, "9.141"], [1702466204, "9.207"], [1702466237, "9.27"], [1702466261, "9.315"], [1702466291, "9.378"], [1702466327, "9.438"], [1702466360, "9.498"], [1702466384, "9.558"], [1702466417, "9.606"], [1702466441, "9.669"], [1702466471, "9.732"], [1702466507, "9.768"], [1702466540, "9.818999999999999"], [1702466597, "9.903"], [1702466633, "9.954"], [1702466666, "9.999"], [1702466705, "10.044"], [1702466732, "10.104"], [1702466765, "10.152"], [1702466801, "10.212"], [1702466852, "10.29"], [1702466876, "10.35"], [1702466918, "10.398"], [1702466978, "10.512"], [1702467014, "10.572"], [1702467038, "10.632"], [1702467068, "10.692"], [1702467122, "10.782"], [1702467158, "10.842"], [1702467191, "10.902"], [1702467221, "10.965"], [1702467257, "11.016"], [1702467299, "11.079"], [1702467350, "11.169"], [1702467386, "11.229"], [1702467419, "11.304"], [1702467455, "11.363999999999999"], [1702467515, "11.487"], [1702467542, "11.549999999999999"], [1702467566, "11.616"], [1702467599, "11.664"], [1702467635, "11.712"], [1702467668, "11.745"], [1702467695, "11.775"], [1702467716, "11.82"], [1702467746, "11.85"], [1702467800, "11.91"], [1702467824, "11.955"], [1702467908, "12.078"], [1702467944, "12.108"], [1702467968, "12.141"], [1702468001, "12.171"], [1702468031, "12.216"], [1702468067, "12.246"], [1702468085, "12.276"], [1702468115, "12.291"], [1702468151, "12.321"], [1702468181, "12.350999999999999"], [1702468208, "12.381"], [1702468241, "12.399"], [1702468256, "12.429"], [1702468286, "12.462"], [1702468322, "12.477"], [1702468352, "12.491999999999999"], [1702468388, "12.522"], [1702468424, "12.552"], [1702468457, "12.581999999999999"], [1702468493, "12.597"], [1702468517, "12.629999999999999"], [1702468550, "12.66"], [1702468586, "12.674999999999999"], [1702468613, "12.693"], [1702468637, "12.722999999999999"], [1702468679, "12.738"], [1702468721, "12.768"], [1702468730, "12.783"], [1702468766, "12.813"], [1702468799, "12.843"], [1702468835, "12.873"], [1702468898, "12.921"], [1702468934, "12.936"], [1702468970, "12.936"], [1702468994, "12.966"], [1702469024, "12.981"], [1702469060, "13.011"], [1702469111, "13.056"], [1702469144, "13.059"], [1702469168, "13.074"], [1702469204, "13.092"], [1702469237, "13.122"], [1702469273, "13.137"], [1702469303, "13.167"], [1702469336, "13.197"], [1702469360, "13.197"], [1702469387, "13.197"], [1702469411, "13.212"], [1702469435, "13.241999999999999"], [1702469468, "13.272"], [1702469504, "13.305"], [1702469537, "13.338"], [1702469573, "13.371"], [1702469606, "13.401"], [1702469633, "13.431"], [1702469660, "13.461"], [1702469684, "13.491"], [1702469717, "13.520999999999999"], [1702469753, "13.536"], [1702469786, "13.551"], [1702469816, "13.568999999999999"], [1702469834, "13.599"], [1702469864, "13.613999999999999"], [1702469906, "13.665"], [1702469936, "13.695"], [1702469972, "13.725"], [1702470005, "13.74"], [1702470029, "13.754999999999999"], [1702470065, "13.773"], [1702470101, "13.806"], [1702470131, "13.839"], [1702470167, "13.869"], [1702470203, "13.899"], [1702470251, "13.929"], [1702470278, "13.959"], [1702470311, "13.988999999999999"], [1702470347, "14.019"], [1702470371, "14.049"], [1702470404, "14.081999999999999"], [1702470440, "14.084999999999999"], [1702470476, "14.118"], [1702470506, "14.121"], [1702470542, "14.154"], [1702470575, "14.169"], [1702470611, "14.169"], [1702470635, "14.199"], [1702470662, "14.214"], [1702470686, "14.244"], [1702470719, "14.274"], [1702470746, "14.304"], [1702470812, "14.352"], [1702470845, "14.37"], [1702470875, "14.4"], [1702470899, "14.43"], [1702470953, "14.475"], [1702470983, "14.504999999999999"], [1702471025, "14.541"], [1702471067, "14.592"], [1702471169, "14.682"], [1702471193, "14.715"], [1702471226, "14.745"], [1702471265, "14.778"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "359.814"], [1702462844, "402.078"], [1702462865, "444.342"], [1702462880, "486.606"], [1702462904, "571.134"], [1702462919, "613.398"], [1702462952, "697.926"], [1702462973, "740.19"], [1702462988, "782.4540000000001"], [1702463045, "909.246"], [1702463081, "993.7739999999999"], [1702463114, "1078.3020000000001"], [1702463150, "1162.83"], [1702463186, "1247.3580000000002"], [1702463216, "1331.886"], [1702463240, "1416.414"], [1702463273, "1500.942"], [1702463324, "1627.7340000000002"], [1702463354, "1712.262"], [1702463381, "1796.79"], [1702463417, "1881.318"], [1702463453, "1965.846"], [1702463477, "2050.374"], [1702463510, "2134.902"], [1702463537, "2219.43"], [1702463570, "2303.958"], [1702463591, "2388.486"], [1702463621, "2473.014"], [1702463657, "2557.5420000000004"], [1702463693, "2642.07"], [1702463729, "2726.598"], [1702463765, "2811.126"], [1702463798, "2895.654"], [1702463846, "3022.446"], [1702463873, "3106.974"], [1702463906, "3191.5020000000004"], [1702463948, "3318.2940000000003"], [1702463984, "3402.822"], [1702464014, "3487.3499999999995"], [1702464050, "3571.8780000000006"], [1702464086, "3656.406"], [1702464122, "3740.9339999999997"], [1702464155, "3825.4619999999995"], [1702464194, "3952.254000000001"], [1702464230, "4036.7819999999997"], [1702464263, "4121.3099999999995"], [1702464299, "4205.838"], [1702464332, "4290.366"], [1702464356, "4374.894"], [1702464392, "4459.422"], [1702464425, "4543.95"], [1702464455, "4628.478000000001"], [1702464479, "4713.006"], [1702464509, "4797.534"], [1702464533, "4882.062"], [1702464569, "4966.59"], [1702464605, "5051.1179999999995"], [1702464635, "5135.646000000001"], [1702464671, "5220.174"], [1702464716, "5304.701999999999"], [1702464743, "5389.23"], [1702464776, "5473.758"], [1702464812, "5558.286"], [1702464836, "5642.814"], [1702464869, "5727.342000000001"], [1702464905, "5811.87"], [1702464926, "5896.398"], [1702464956, "5980.9259999999995"], [1702464992, "6065.454"], [1702465016, "6149.982"], [1702465049, "6234.51"], [1702465085, "6319.038"], [1702465118, "6403.566000000001"], [1702465145, "6488.093999999999"], [1702465178, "6572.622"], [1702465208, "6657.150000000001"], [1702465241, "6741.678"], [1702465298, "6868.469999999999"], [1702465334, "6952.9980000000005"], [1702465367, "7037.526"], [1702465394, "7122.054"], [1702465418, "7206.582"], [1702465445, "7291.110000000001"], [1702465481, "7375.638"], [1702465517, "7460.166"], [1702465550, "7544.6939999999995"], [1702465586, "7629.222"], [1702465619, "7713.75"], [1702465658, "7798.278"], [1702465706, "7882.8060000000005"], [1702465754, "8009.598"], [1702465787, "8094.126"], [1702465823, "8178.654"], [1702465856, "8263.181999999999"], [1702465880, "8347.71"], [1702465910, "8432.238000000001"], [1702465952, "8516.766"], [1702465988, "8601.294"], [1702466015, "8685.822"], [1702466030, "8770.35"], [1702466060, "8854.878"], [1702466078, "8939.405999999999"], [1702466138, "9066.198"], [1702466168, "9150.725999999999"], [1702466204, "9235.254"], [1702466237, "9319.782"], [1702466261, "9404.310000000001"], [1702466291, "9488.838"], [1702466327, "9573.366"], [1702466360, "9657.893999999998"], [1702466384, "9742.422"], [1702466417, "9826.95"], [1702466441, "9911.478000000001"], [1702466471, "9996.006"], [1702466507, "10080.534000000001"], [1702466540, "10165.062"], [1702466597, "10291.854000000001"], [1702466633, "10376.382"], [1702466666, "10460.910000000002"], [1702466705, "10545.438"], [1702466732, "10629.966"], [1702466765, "10714.494"], [1702466801, "10799.022"], [1702466852, "10925.814"], [1702466876, "11010.341999999999"], [1702466918, "11094.87"], [1702466978, "11263.926"], [1702467014, "11348.454000000002"], [1702467038, "11432.982"], [1702467068, "11517.509999999998"], [1702467122, "11644.302"], [1702467158, "11728.830000000002"], [1702467191, "11813.358"], [1702467221, "11897.886"], [1702467257, "11982.414"], [1702467299, "12066.942000000001"], [1702467350, "12193.734"], [1702467386, "12278.261999999999"], [1702467419, "12362.79"], [1702467455, "12447.318000000001"], [1702467515, "12616.374"], [1702467542, "12700.902"], [1702467566, "12785.43"], [1702467599, "12869.957999999999"], [1702467635, "12954.486"], [1702467668, "13039.014"], [1702467695, "13123.542000000001"], [1702467716, "13208.07"], [1702467746, "13292.598"], [1702467800, "13419.390000000001"], [1702467824, "13503.918"], [1702467908, "13715.238"], [1702467944, "13799.766"], [1702467968, "13884.294"], [1702468001, "13968.822"], [1702468031, "14053.35"], [1702468067, "14137.877999999999"], [1702468085, "14222.406"], [1702468115, "14306.934000000001"], [1702468151, "14391.462"], [1702468181, "14475.99"], [1702468208, "14560.518"], [1702468241, "14645.046"], [1702468256, "14729.574"], [1702468286, "14814.102"], [1702468322, "14898.63"], [1702468352, "14983.158000000001"], [1702468388, "15067.686"], [1702468424, "15152.213999999998"], [1702468457, "15236.742"], [1702468493, "15321.27"], [1702468517, "15405.798"], [1702468550, "15490.326000000001"], [1702468586, "15574.854"], [1702468613, "15659.382"], [1702468637, "15743.91"], [1702468679, "15828.438"], [1702468721, "15912.965999999999"], [1702468730, "15955.23"], [1702468766, "16039.757999999998"], [1702468799, "16124.286"], [1702468835, "16208.814"], [1702468898, "16335.606"], [1702468934, "16420.134000000002"], [1702468970, "16504.662"], [1702468994, "16589.190000000002"], [1702469024, "16673.718"], [1702469060, "16758.246"], [1702469111, "16885.038"], [1702469144, "16969.566"], [1702469168, "17054.094"], [1702469204, "17138.622"], [1702469237, "17223.149999999998"], [1702469273, "17307.678"], [1702469303, "17392.206"], [1702469336, "17476.734"], [1702469360, "17561.262"], [1702469387, "17645.79"], [1702469411, "17730.318"], [1702469435, "17814.846"], [1702469468, "17899.374"], [1702469504, "17983.902"], [1702469537, "18068.43"], [1702469573, "18152.958"], [1702469606, "18237.486"], [1702469633, "18322.014"], [1702469660, "18406.542"], [1702469684, "18491.07"], [1702469717, "18575.597999999998"], [1702469753, "18660.126"], [1702469786, "18744.654"], [1702469816, "18829.182"], [1702469834, "18913.71"], [1702469864, "18998.237999999998"], [1702469906, "19125.03"], [1702469936, "19209.557999999997"], [1702469972, "19294.086"], [1702470005, "19378.614"], [1702470029, "19463.142"], [1702470065, "19547.67"], [1702470101, "19632.198"], [1702470131, "19716.726000000002"], [1702470167, "19801.253999999997"], [1702470203, "19885.782"], [1702470251, "20012.573999999997"], [1702470278, "20097.102000000003"], [1702470311, "20181.63"], [1702470347, "20266.158"], [1702470371, "20350.686"], [1702470404, "20435.214"], [1702470440, "20519.742"], [1702470476, "20604.27"], [1702470506, "20688.798000000003"], [1702470542, "20773.326"], [1702470575, "20857.854000000003"], [1702470611, "20942.382"], [1702470635, "21026.91"], [1702470662, "21111.438000000002"], [1702470686, "21195.966"], [1702470719, "21280.494"], [1702470746, "21365.022"], [1702470812, "21534.077999999998"], [1702470845, "21618.606"], [1702470875, "21703.134000000002"], [1702470899, "21787.662"], [1702470953, "21914.454"], [1702470983, "21998.981999999996"], [1702471025, "22083.51"], [1702471067, "22210.302"], [1702471169, "22421.622000000003"], [1702471193, "22506.149999999998"], [1702471226, "22590.678"], [1702471265, "22675.206"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "1.398"], [1702462736, "1.434"], [1702462751, "1.4669999999999999"], [1702462763, "1.5"], [1702462793, "1.569"], [1702462808, "1.6019999999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "45.939"], [1702462736, "91.878"], [1702462751, "137.81699999999998"], [1702462763, "182.778"], [1702462793, "271.764"], [1702462808, "315.789"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "10289.664"], [1702462988, "13940.886"], [1702463045, "20611.32"], [1702463081, "25394.622000000003"], [1702463114, "28914.477"], [1702463150, "31934.361"], [1702463186, "34414.635"], [1702463216, "36875.751"], [1702463240, "38470.218"], [1702463273, "40369.737"], [1702463324, "44421.299999999996"], [1702463354, "48069.117"], [1702463381, "52397.20799999999"], [1702463417, "57144.894"], [1702463453, "61558.524000000005"], [1702463477, "65743.635"], [1702463510, "69643.52100000001"], [1702463537, "72040.458"], [1702463570, "75777.627"], [1702463591, "77442.44099999999"], [1702463621, "80694.35399999999"], [1702463657, "82671.45300000001"], [1702463693, "87292.03199999999"], [1702463729, "90945.519"], [1702463765, "95476.143"], [1702463798, "101006.664"], [1702463846, "108139.05900000001"], [1702463873, "111562.713"], [1702463906, "115690.212"], [1702463948, "120338.088"], [1702463984, "122920.833"], [1702464014, "125384.979"], [1702464050, "128311.779"], [1702464086, "132488.358"], [1702464122, "136475.93699999998"], [1702464155, "141111.17099999997"], [1702464194, "145249.80299999999"], [1702464230, "148045.218"], [1702464263, "149683.185"], [1702464299, "152385.633"], [1702464332, "154332.483"], [1702464356, "156075.945"], [1702464392, "158426.226"], [1702464425, "161028.387"], [1702464455, "164197.347"], [1702464479, "166640.526"], [1702464509, "169406.742"], [1702464533, "172773.189"], [1702464569, "177142.746"], [1702464605, "181515.612"], [1702464635, "182714.409"], [1702464671, "185331.906"], [1702464716, "186172.728"], [1702464743, "187369.296"], [1702464776, "188997.615"], [1702464812, "191247.525"], [1702464836, "193071.567"], [1702464869, "195990.684"], [1702464905, "199351.917"], [1702464926, "201666.12600000002"], [1702464956, "202678.93199999997"], [1702464992, "207989.979"], [1702465016, "210303.54900000003"], [1702465049, "212957.538"], [1702465085, "213794.36400000003"], [1702465118, "215291.625"], [1702465145, "217694.82"], [1702465178, "221937.11999999997"], [1702465208, "226511.60099999997"], [1702465241, "228124.077"], [1702465298, "234552.52199999997"], [1702465334, "238366.08299999998"], [1702465367, "241184.78699999998"], [1702465394, "242516.53500000003"], [1702465418, "244553.391"], [1702465445, "246645.672"], [1702465481, "249733.71899999998"], [1702465517, "253799.133"], [1702465550, "258655.767"], [1702465586, "261988.299"], [1702465619, "264958.41000000003"], [1702465658, "271997.1330000001"], [1702465706, "277422.75"], [1702465754, "285678.324"], [1702465787, "289563.15900000004"], [1702465823, "291203.079"], [1702465856, "295003.767"], [1702465880, "297876.45600000006"], [1702465910, "301572.45"], [1702465952, "306662.5950000001"], [1702465988, "311824.56600000005"], [1702466015, "316619.112"], [1702466030, "317732.973"], [1702466060, "321538.215"], [1702466078, "323483.22300000006"], [1702466138, "329245.37100000004"], [1702466168, "332366.11500000005"], [1702466204, "335044.428"], [1702466237, "337282.245"], [1702466261, "339690.20100000006"], [1702466291, "342680.079"], [1702466327, "346873.407"], [1702466360, "352368.52200000006"], [1702466384, "355649.889"], [1702466417, "359051.1450000001"], [1702466441, "361146.825"], [1702466471, "362927.32500000007"], [1702466507, "365334.429"], [1702466540, "367959.65400000004"], [1702466597, "371651.598"], [1702466633, "374977.7730000001"], [1702466666, "378765.726"], [1702466705, "382217.47500000003"], [1702466732, "387712.908"], [1702466765, "392234.04000000004"], [1702466801, "396614.199"], [1702466852, "402222.82800000004"], [1702466876, "403535.409"], [1702466918, "407259.834"], [1702466978, "411860.03699999995"], [1702467014, "412898.736"], [1702467038, "416098.437"], [1702467068, "420036.141"], [1702467122, "426393.29099999997"], [1702467158, "431905.341"], [1702467191, "435008.529"], [1702467221, "439464.84"], [1702467257, "444028.086"], [1702467299, "447095.2140000001"], [1702467350, "453388.848"], [1702467386, "458624.487"], [1702467419, "464999.325"], [1702467455, "471946.425"], [1702467515, "479783.283"], [1702467542, "485042.124"], [1702467566, "487973.967"], [1702467599, "492053.019"], [1702467635, "494448.14400000003"], [1702467668, "497570.643"], [1702467695, "500385.876"], [1702467716, "502020.96"], [1702467746, "505726.04099999997"], [1702467800, "514394.19299999997"], [1702467824, "517799.2920000001"], [1702467908, "532846.53"], [1702467944, "539622.0059999999"], [1702467968, "542827.659"], [1702468001, "548189.31"], [1702468031, "549838.473"], [1702468067, "552297.564"], [1702468085, "555049.797"], [1702468115, "558731.1390000001"], [1702468151, "563607.834"], [1702468181, "570197.235"], [1702468208, "574779.3420000001"], [1702468241, "580336.398"], [1702468256, "582376.725"], [1702468286, "585688.0499999999"], [1702468322, "590148.057"], [1702468352, "595012.542"], [1702468388, "598762.7250000001"], [1702468424, "601048.674"], [1702468457, "603879.126"], [1702468493, "607721.172"], [1702468517, "612222.513"], [1702468550, "617525.079"], [1702468586, "621805.011"], [1702468613, "626018.709"], [1702468637, "629186.658"], [1702468679, "634834.218"], [1702468721, "639224.673"], [1702468730, "639582.6359999999"], [1702468766, "643051.137"], [1702468799, "645815.241"], [1702468835, "649221.7019999999"], [1702468898, "657400.641"], [1702468934, "666385.8060000001"], [1702468970, "669290.484"], [1702468994, "673008.123"], [1702469024, "674935.293"], [1702469060, "684366.15"], [1702469111, "692659.05"], [1702469144, "695509.053"], [1702469168, "697313.172"], [1702469204, "702499.194"], [1702469237, "707978.6610000001"], [1702469273, "712695.822"], [1702469303, "717985.5750000001"], [1702469336, "723384.294"], [1702469360, "726600.603"], [1702469387, "729175.596"], [1702469411, "733242.6000000001"], [1702469435, "737629.425"], [1702469468, "742921.8750000001"], [1702469504, "744562.941"], [1702469537, "745344.6810000001"], [1702469573, "746032.074"], [1702469606, "746697.228"], [1702469633, "748248.3810000002"], [1702469660, "749433.276"], [1702469684, "750412.689"], [1702469717, "753295.185"], [1702469753, "756199.4310000001"], [1702469786, "760209.2760000001"], [1702469816, "761075.3219999999"], [1702469834, "763010.4"], [1702469864, "764016.258"], [1702469906, "765446.052"], [1702469936, "766588.533"], [1702469972, "766895.439"], [1702470005, "767766.2490000001"], [1702470029, "768163.4670000001"], [1702470065, "770042.778"], [1702470101, "772696.0410000002"], [1702470131, "773142.387"], [1702470167, "775183.155"], [1702470203, "778211.175"], [1702470251, "780083.8200000001"], [1702470278, "785001.9990000001"], [1702470311, "787082.6640000001"], [1702470347, "789324.3600000001"], [1702470371, "789938.991"], [1702470404, "790888.827"], [1702470440, "791417.079"], [1702470476, "792610.176"], [1702470506, "794816.079"], [1702470542, "796839.5160000001"], [1702470575, "798102.636"], [1702470611, "800857.5240000001"], [1702470635, "803329.62"], [1702470662, "805919.274"], [1702470686, "809243.934"], [1702470719, "811212.8040000001"], [1702470746, "813202.56"], [1702470812, "815140.995"], [1702470845, "815301.4740000002"], [1702470875, "816467.082"], [1702470899, "817485.657"], [1702470953, "818308.1370000001"], [1702470983, "818386.683"], [1702471025, "819376.7790000001"], [1702471067, "821853.756"], [1702471169, "822831.045"], [1702471193, "823503.942"], [1702471226, "824990.7570000002"], [1702471265, "826139.6849999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "380.376"], [1702462988, "422.64"], [1702463045, "549.432"], [1702463081, "633.9599999999999"], [1702463114, "718.4879999999999"], [1702463150, "803.0160000000001"], [1702463186, "887.544"], [1702463216, "972.0719999999999"], [1702463240, "1056.6"], [1702463273, "1141.128"], [1702463324, "1267.9199999999998"], [1702463354, "1352.448"], [1702463381, "1436.9759999999999"], [1702463417, "1521.504"], [1702463453, "1606.0320000000002"], [1702463477, "1690.56"], [1702463510, "1775.088"], [1702463537, "1859.616"], [1702463570, "1944.1439999999998"], [1702463591, "2028.672"], [1702463621, "2113.2"], [1702463657, "2197.728"], [1702463693, "2282.256"], [1702463729, "2366.784"], [1702463765, "2451.312"], [1702463798, "2535.8399999999997"], [1702463846, "2662.6319999999996"], [1702463873, "2747.1600000000003"], [1702463906, "2831.688"], [1702463948, "2958.48"], [1702463984, "3043.008"], [1702464014, "3127.536"], [1702464050, "3212.0640000000003"], [1702464086, "3296.5919999999996"], [1702464122, "3381.12"], [1702464155, "3465.648"], [1702464194, "3592.44"], [1702464230, "3676.968"], [1702464263, "3761.496"], [1702464299, "3846.0240000000003"], [1702464332, "3930.552"], [1702464356, "4015.08"], [1702464392, "4099.608"], [1702464425, "4184.136"], [1702464455, "4268.664"], [1702464479, "4353.192"], [1702464509, "4437.72"], [1702464533, "4522.2480000000005"], [1702464569, "4606.776"], [1702464605, "4691.304"], [1702464635, "4775.832"], [1702464671, "4860.360000000001"], [1702464716, "4944.888"], [1702464743, "5029.416"], [1702464776, "5113.944"], [1702464812, "5198.472"], [1702464836, "5283"], [1702464869, "5367.528"], [1702464905, "5452.056"], [1702464926, "5536.584"], [1702464956, "5621.112"], [1702464992, "5705.639999999999"], [1702465016, "5790.168"], [1702465049, "5874.696"], [1702465085, "5959.223999999999"], [1702465118, "6043.752"], [1702465145, "6128.279999999999"], [1702465178, "6212.808"], [1702465208, "6297.335999999999"], [1702465241, "6381.864"], [1702465298, "6508.655999999999"], [1702465334, "6593.183999999999"], [1702465367, "6677.7119999999995"], [1702465394, "6762.24"], [1702465418, "6846.767999999999"], [1702465445, "6931.296"], [1702465481, "7015.8240000000005"], [1702465517, "7100.352"], [1702465550, "7184.88"], [1702465586, "7269.407999999999"], [1702465619, "7353.936"], [1702465658, "7438.464"], [1702465706, "7522.992"], [1702465754, "7649.784"], [1702465787, "7734.312"], [1702465823, "7818.84"], [1702465856, "7903.3679999999995"], [1702465880, "7987.896"], [1702465910, "8072.424000000001"], [1702465952, "8156.951999999999"], [1702465988, "8241.48"], [1702466015, "8326.008"], [1702466030, "8410.536"], [1702466060, "8495.064"], [1702466078, "8579.592"], [1702466138, "8706.384"], [1702466168, "8790.912"], [1702466204, "8875.44"], [1702466237, "8959.968"], [1702466261, "9044.496000000001"], [1702466291, "9129.024"], [1702466327, "9213.552"], [1702466360, "9298.08"], [1702466384, "9382.608"], [1702466417, "9467.136"], [1702466441, "9551.664"], [1702466471, "9636.192"], [1702466507, "9720.720000000001"], [1702466540, "9805.248"], [1702466597, "9932.039999999999"], [1702466633, "10016.568"], [1702466666, "10101.096000000001"], [1702466705, "10185.624"], [1702466732, "10270.152"], [1702466765, "10354.68"], [1702466801, "10439.208"], [1702466852, "10566"], [1702466876, "10650.527999999998"], [1702466918, "10735.056"], [1702466978, "10904.112"], [1702467014, "10988.640000000001"], [1702467038, "11073.168"], [1702467068, "11157.695999999998"], [1702467122, "11284.488"], [1702467158, "11369.016"], [1702467191, "11453.544"], [1702467221, "11538.072"], [1702467257, "11622.6"], [1702467299, "11707.128"], [1702467350, "11833.92"], [1702467386, "11918.447999999999"], [1702467419, "12002.976"], [1702467455, "12087.504"], [1702467515, "12256.559999999998"], [1702467542, "12341.088000000002"], [1702467566, "12425.616"], [1702467599, "12510.144"], [1702467635, "12594.671999999999"], [1702467668, "12679.199999999999"], [1702467695, "12763.728"], [1702467716, "12848.256000000001"], [1702467746, "12932.784"], [1702467800, "13059.576000000001"], [1702467824, "13144.104"], [1702467908, "13355.423999999999"], [1702467944, "13439.952"], [1702467968, "13524.48"], [1702468001, "13609.008"], [1702468031, "13693.535999999998"], [1702468067, "13778.063999999998"], [1702468085, "13862.592"], [1702468115, "13947.119999999999"], [1702468151, "14031.648000000001"], [1702468181, "14116.176"], [1702468208, "14200.704"], [1702468241, "14285.232"], [1702468256, "14369.76"], [1702468286, "14454.287999999999"], [1702468322, "14538.815999999999"], [1702468352, "14623.344000000001"], [1702468388, "14707.872"], [1702468424, "14792.400000000001"], [1702468457, "14876.928"], [1702468493, "14961.456"], [1702468517, "15045.984"], [1702468550, "15130.512"], [1702468586, "15215.039999999999"], [1702468613, "15299.568"], [1702468637, "15384.096000000001"], [1702468679, "15468.624"], [1702468721, "15553.151999999998"], [1702468730, "15595.416"], [1702468766, "15679.944000000001"], [1702468799, "15764.472000000002"], [1702468835, "15849"], [1702468898, "15975.792"], [1702468934, "16060.32"], [1702468970, "16144.848000000002"], [1702468994, "16229.376"], [1702469024, "16313.903999999999"], [1702469060, "16398.432"], [1702469111, "16525.224"], [1702469144, "16609.752"], [1702469168, "16694.28"], [1702469204, "16778.807999999997"], [1702469237, "16863.336000000003"], [1702469273, "16947.864"], [1702469303, "17032.392"], [1702469336, "17116.92"], [1702469360, "17201.448"], [1702469387, "17285.976"], [1702469411, "17370.504"], [1702469435, "17455.032"], [1702469468, "17539.559999999998"], [1702469504, "17624.088000000003"], [1702469537, "17708.616"], [1702469573, "17793.144"], [1702469606, "17877.672"], [1702469633, "17962.2"], [1702469660, "18046.728"], [1702469684, "18131.256"], [1702469717, "18215.784"], [1702469753, "18300.311999999998"], [1702469786, "18384.84"], [1702469816, "18469.368"], [1702469834, "18553.896"], [1702469864, "18638.424"], [1702469906, "18765.216"], [1702469936, "18849.744"], [1702469972, "18934.272"], [1702470005, "19018.8"], [1702470029, "19103.328"], [1702470065, "19187.856"], [1702470101, "19272.384"], [1702470131, "19356.912"], [1702470167, "19441.440000000002"], [1702470203, "19525.968"], [1702470251, "19652.76"], [1702470278, "19737.288"], [1702470311, "19821.816"], [1702470347, "19906.343999999997"], [1702470371, "19990.872000000003"], [1702470404, "20075.4"], [1702470440, "20159.928"], [1702470476, "20244.456"], [1702470506, "20328.983999999997"], [1702470542, "20413.512000000002"], [1702470575, "20498.04"], [1702470611, "20582.568"], [1702470635, "20667.095999999998"], [1702470662, "20751.623999999996"], [1702470686, "20836.152000000002"], [1702470719, "20920.68"], [1702470746, "21005.208"], [1702470812, "21174.264"], [1702470845, "21258.792"], [1702470875, "21343.32"], [1702470899, "21427.847999999998"], [1702470953, "21554.64"], [1702470983, "21639.168"], [1702471025, "21723.696000000004"], [1702471067, "21850.487999999998"], [1702471169, "22061.807999999997"], [1702471193, "22146.336"], [1702471226, "22230.864"], [1702471265, "22315.391999999996"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "32.706"], [1702462865, "33.054"], [1702462880, "2364.195"], [1702462904, "3809.3340000000003"], [1702462919, "4996.3859999999995"], [1702462952, "9228.405"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "42.264"], [1702462865, "84.528"], [1702462880, "126.792"], [1702462904, "211.32"], [1702462919, "253.584"], [1702462952, "338.112"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "5.352"], [1702462721, "5.496"], [1702462736, "5.7330000000000005"], [1702462751, "10.776"], [1702462763, "10.812000000000001"], [1702462793, "10.896"], [1702462808, "11.429999999999998"], [1702462829, "11.541"], [1702462844, "11.967"], [1702462865, "12.042000000000002"], [1702462880, "12.183000000000002"], [1702462904, "12.312"], [1702462919, "12.378"], [1702462952, "12.543"], [1702462973, "12.591"], [1702462988, "12.725999999999999"], [1702463045, "13.514999999999999"], [1702463081, "13.911"], [1702463114, "14.121"], [1702463150, "14.247000000000002"], [1702463186, "14.415"], [1702463216, "14.517"], [1702463240, "14.625000000000002"], [1702463273, "14.835"], [1702463324, "21.701999999999998"], [1702463354, "21.810000000000002"], [1702463381, "21.942"], [1702463417, "22.113000000000003"], [1702463453, "23.28"], [1702463477, "23.418"], [1702463510, "23.517000000000003"], [1702463537, "23.91"], [1702463570, "24.141000000000002"], [1702463591, "24.273"], [1702463621, "24.42"], [1702463657, "24.735000000000003"], [1702463693, "24.915"], [1702463729, "26.205000000000002"], [1702463765, "26.496"], [1702463798, "26.829"], [1702463846, "27.477"], [1702463873, "27.624"], [1702463906, "27.866999999999997"], [1702463948, "28.154999999999998"], [1702463984, "28.356"], [1702464014, "28.596"], [1702464050, "28.782"], [1702464086, "29.259"], [1702464122, "29.517000000000003"], [1702464155, "30.048000000000002"], [1702464194, "30.282000000000004"], [1702464230, "31.706999999999997"], [1702464263, "31.857"], [1702464299, "32.073"], [1702464332, "32.304"], [1702464356, "32.433"], [1702464392, "32.631"], [1702464425, "33.393"], [1702464455, "33.632999999999996"], [1702464479, "33.891"], [1702464509, "33.993"], [1702464533, "34.29"], [1702464569, "34.467"], [1702464605, "34.719"], [1702464635, "34.998000000000005"], [1702464671, "35.196"], [1702464716, "35.673"], [1702464743, "36.507"], [1702464776, "38.370000000000005"], [1702464812, "38.757"], [1702464836, "38.994"], [1702464869, "39.408"], [1702464905, "39.702"], [1702464926, "40.776"], [1702464956, "40.974000000000004"], [1702464992, "41.247"], [1702465016, "41.403000000000006"], [1702465049, "41.660999999999994"], [1702465085, "42.035999999999994"], [1702465118, "42.393"], [1702465145, "42.66"], [1702465178, "42.831"], [1702465208, "43.728"], [1702465241, "43.902"], [1702465298, "44.25"], [1702465334, "45.249"], [1702465367, "45.438"], [1702465394, "45.579"], [1702465418, "45.669000000000004"], [1702465445, "45.882"], [1702465481, "46.089000000000006"], [1702465517, "46.41"], [1702465550, "46.668000000000006"], [1702465586, "46.901999999999994"], [1702465619, "47.058"], [1702465658, "47.289"], [1702465706, "47.436"], [1702465754, "47.751000000000005"], [1702465787, "47.928"], [1702465823, "48.047999999999995"], [1702465856, "48.285000000000004"], [1702465880, "48.501"], [1702465910, "48.603"], [1702465952, "48.980999999999995"], [1702465988, "49.197"], [1702466015, "49.395"], [1702466030, "49.746"], [1702466060, "49.958999999999996"], [1702466078, "50.043"], [1702466138, "50.382"], [1702466168, "50.61"], [1702466204, "53.673"], [1702466237, "54.027"], [1702466261, "54.177"], [1702466291, "54.278999999999996"], [1702466327, "54.462"], [1702466360, "54.55200000000001"], [1702466384, "54.696"], [1702466417, "54.909"], [1702466441, "55.002"], [1702466471, "55.086"], [1702466507, "55.352999999999994"], [1702466540, "55.620000000000005"], [1702466597, "58.44"], [1702466633, "58.647000000000006"], [1702466666, "59.439"], [1702466705, "59.538000000000004"], [1702466732, "59.697"], [1702466765, "59.841"], [1702466801, "60.033"], [1702466852, "61.827"], [1702466876, "61.934999999999995"], [1702466918, "62.154"], [1702466978, "63.56699999999999"], [1702467014, "65.166"], [1702467038, "65.481"], [1702467068, "66.021"], [1702467122, "67.512"], [1702467158, "67.62"], [1702467191, "67.797"], [1702467221, "68.01"], [1702467257, "68.199"], [1702467299, "68.343"], [1702467350, "68.55300000000001"], [1702467386, "68.697"], [1702467419, "68.83800000000001"], [1702467455, "68.949"], [1702467515, "69.423"], [1702467542, "69.50099999999999"], [1702467566, "69.588"], [1702467599, "69.648"], [1702467635, "69.855"], [1702467668, "70.182"], [1702467695, "73.542"], [1702467716, "73.629"], [1702467746, "73.782"], [1702467800, "74.223"], [1702467824, "74.30999999999999"], [1702467908, "74.904"], [1702467944, "75.222"], [1702467968, "75.276"], [1702468001, "75.63300000000001"], [1702468031, "75.729"], [1702468067, "76.09500000000001"], [1702468085, "76.16099999999999"], [1702468115, "76.20299999999999"], [1702468151, "76.29299999999999"], [1702468181, "76.365"], [1702468208, "76.434"], [1702468241, "76.491"], [1702468256, "76.539"], [1702468286, "76.59"], [1702468322, "76.70400000000001"], [1702468352, "76.884"], [1702468388, "77.07300000000001"], [1702468424, "77.226"], [1702468457, "77.343"], [1702468493, "78.3"], [1702468517, "78.726"], [1702468550, "78.79199999999999"], [1702468586, "78.885"], [1702468613, "79.233"], [1702468637, "79.30799999999999"], [1702468679, "79.599"], [1702468721, "79.764"], [1702468730, "80.03999999999999"], [1702468766, "80.22"], [1702468799, "80.916"], [1702468835, "81.009"], [1702468898, "81.456"], [1702468934, "81.954"], [1702468970, "82.623"], [1702468994, "82.80900000000001"], [1702469024, "82.863"], [1702469060, "82.92299999999999"], [1702469111, "83.04300000000002"], [1702469144, "83.127"], [1702469168, "83.169"], [1702469204, "83.23499999999999"], [1702469237, "83.33699999999999"], [1702469273, "83.38199999999999"], [1702469303, "83.523"], [1702469336, "83.88"], [1702469360, "83.922"], [1702469387, "83.931"], [1702469411, "83.952"], [1702469435, "83.997"], [1702469468, "84.759"], [1702469504, "84.819"], [1702469537, "84.891"], [1702469573, "84.95700000000001"], [1702469606, "85.26899999999999"], [1702469633, "85.38000000000001"], [1702469660, "85.58099999999999"], [1702469684, "85.704"], [1702469717, "88.053"], [1702469753, "88.119"], [1702469786, "88.197"], [1702469816, "88.28399999999999"], [1702469834, "88.32300000000001"], [1702469864, "88.36800000000001"], [1702469906, "88.662"], [1702469936, "88.737"], [1702469972, "2806.35"], [1702470005, "2870.595"], [1702470029, "2870.652"], [1702470065, "2999.436"], [1702470101, "3109.125"], [1702470131, "3165.177"], [1702470167, "3405.5820000000003"], [1702470203, "3649.026"], [1702470251, "3849.27"], [1702470278, "3908.8349999999996"], [1702470311, "3978.909"], [1702470347, "4104.762"], [1702470371, "4109.424000000001"], [1702470404, "4122.051"], [1702470440, "4145.034"], [1702470476, "4256.628"], [1702470506, "4365.57"], [1702470542, "4463.526"], [1702470575, "4650.177000000001"], [1702470611, "4730.46"], [1702470635, "4830.426"], [1702470662, "4841.844"], [1702470686, "4929.984"], [1702470719, "4944.876"], [1702470746, "4963.401"], [1702470812, "5156.493"], [1702470845, "5333.823"], [1702470875, "5371.008000000001"], [1702470899, "5399.255999999999"], [1702470953, "5526.177000000001"], [1702470983, "5533.083"], [1702471025, "5674.098"], [1702471067, "5876.28"], [1702471169, "6065.736000000001"], [1702471193, "6139.524"], [1702471226, "6259.341"], [1702471265, "6363.309"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.35700000000000004"], [1702462919, "0.39"], [1702462952, "0.438"], [1702462973, "0.468"], [1702462988, "0.48600000000000004"], [1702463045, "0.549"], [1702463081, "0.597"], [1702463114, "0.6930000000000001"], [1702463150, "0.759"], [1702463186, "0.8220000000000001"], [1702463216, "0.897"], [1702463240, "0.9480000000000001"], [1702463273, "1.023"], [1702463324, "1.134"], [1702463354, "1.212"], [1702463381, "1.293"], [1702463417, "1.3589999999999998"], [1702463453, "1.4219999999999997"], [1702463477, "1.4669999999999999"], [1702463510, "1.503"], [1702463537, "1.5509999999999997"], [1702463570, "1.5809999999999997"], [1702463591, "1.626"], [1702463621, "1.6859999999999997"], [1702463657, "1.7489999999999999"], [1702463693, "1.8299999999999998"], [1702463729, "1.896"], [1702463765, "1.9469999999999998"], [1702463798, "1.9949999999999999"], [1702463846, "2.073"], [1702463873, "2.118"], [1702463906, "2.178"], [1702463948, "2.274"], [1702463984, "2.3369999999999997"], [1702464014, "2.4"], [1702464050, "2.4629999999999996"], [1702464086, "2.538"], [1702464122, "2.613"], [1702464155, "2.6729999999999996"], [1702464194, "2.7809999999999997"], [1702464230, "2.847"], [1702464263, "2.928"], [1702464299, "3.009"], [1702464332, "3.09"], [1702464356, "3.171"], [1702464392, "3.252"], [1702464425, "3.3329999999999997"], [1702464455, "3.408"], [1702464479, "3.4859999999999998"], [1702464509, "3.5759999999999996"], [1702464533, "3.666"], [1702464569, "3.759"], [1702464605, "3.84"], [1702464635, "3.933"], [1702464671, "4.029000000000001"], [1702464716, "4.122"], [1702464743, "4.212000000000001"], [1702464776, "4.3020000000000005"], [1702464812, "4.392"], [1702464836, "4.497"], [1702464869, "4.587000000000001"], [1702464905, "4.695"], [1702464926, "4.7700000000000005"], [1702464956, "4.863"], [1702464992, "4.941"], [1702465016, "5.046"], [1702465049, "5.127000000000001"], [1702465085, "5.2170000000000005"], [1702465118, "5.3100000000000005"], [1702465145, "5.4030000000000005"], [1702465178, "5.493"], [1702465208, "5.586"], [1702465241, "5.679"], [1702465298, "5.82"], [1702465334, "5.931"], [1702465367, "6.027"], [1702465394, "6.117000000000001"], [1702465418, "6.207000000000001"], [1702465445, "6.297000000000001"], [1702465481, "6.390000000000001"], [1702465517, "6.501"], [1702465550, "6.594"], [1702465586, "6.675000000000001"], [1702465619, "6.768000000000001"], [1702465658, "6.861000000000001"], [1702465706, "6.936000000000001"], [1702465754, "6.954000000000001"], [1702465787, "6.99"], [1702465823, "7.008000000000001"], [1702465856, "7.041"], [1702465880, "7.089"], [1702465910, "7.140000000000001"], [1702465952, "7.203"], [1702465988, "7.266000000000001"], [1702466015, "7.3260000000000005"], [1702466030, "7.386"], [1702466060, "7.446000000000001"], [1702466078, "7.509"], [1702466138, "7.623"], [1702466168, "7.689"], [1702466204, "7.755000000000001"], [1702466237, "7.8180000000000005"], [1702466261, "7.863"], [1702466291, "7.926"], [1702466327, "7.986000000000001"], [1702466360, "8.046"], [1702466384, "8.106"], [1702466417, "8.154"], [1702466441, "8.216999999999999"], [1702466471, "8.28"], [1702466507, "8.315999999999999"], [1702466540, "8.366999999999999"], [1702466597, "8.450999999999999"], [1702466633, "8.501999999999999"], [1702466666, "8.546999999999999"], [1702466705, "8.591999999999999"], [1702466732, "8.652"], [1702466765, "8.7"], [1702466801, "8.76"], [1702466852, "8.838"], [1702466876, "8.898"], [1702466918, "8.946"], [1702466978, "9.059999999999999"], [1702467014, "9.12"], [1702467038, "9.18"], [1702467068, "9.24"], [1702467122, "9.33"], [1702467158, "9.389999999999999"], [1702467191, "9.45"], [1702467221, "9.513"], [1702467257, "9.564"], [1702467299, "9.626999999999999"], [1702467350, "9.716999999999999"], [1702467386, "9.777"], [1702467419, "9.852"], [1702467455, "9.911999999999999"], [1702467515, "10.035"], [1702467542, "10.097999999999999"], [1702467566, "10.164"], [1702467599, "10.212"], [1702467635, "10.26"], [1702467668, "10.293"], [1702467695, "10.323"], [1702467716, "10.368"], [1702467746, "10.398"], [1702467800, "10.458"], [1702467824, "10.503"], [1702467908, "10.626"], [1702467944, "10.655999999999999"], [1702467968, "10.689"], [1702468001, "10.719"], [1702468031, "10.764"], [1702468067, "10.793999999999999"], [1702468085, "10.824"], [1702468115, "10.839"], [1702468151, "10.869"], [1702468181, "10.899"], [1702468208, "10.929"], [1702468241, "10.947"], [1702468256, "10.977"], [1702468286, "11.01"], [1702468322, "11.025"], [1702468352, "11.04"], [1702468388, "11.07"], [1702468424, "11.1"], [1702468457, "11.129999999999999"], [1702468493, "11.145"], [1702468517, "11.177999999999999"], [1702468550, "11.208"], [1702468586, "11.222999999999999"], [1702468613, "11.241"], [1702468637, "11.270999999999999"], [1702468679, "11.286"], [1702468721, "11.315999999999999"], [1702468730, "11.331"], [1702468766, "11.360999999999999"], [1702468799, "11.391"], [1702468835, "11.421"], [1702468898, "11.469"], [1702468934, "11.484"], [1702468970, "11.484"], [1702468994, "11.514"], [1702469024, "11.529"], [1702469060, "11.559"], [1702469111, "11.604"], [1702469144, "11.607"], [1702469168, "11.622"], [1702469204, "11.639999999999999"], [1702469237, "11.67"], [1702469273, "11.684999999999999"], [1702469303, "11.715"], [1702469336, "11.745"], [1702469360, "11.745"], [1702469387, "11.745"], [1702469411, "11.76"], [1702469435, "11.79"], [1702469468, "11.82"], [1702469504, "11.853"], [1702469537, "11.886"], [1702469573, "11.918999999999999"], [1702469606, "11.949"], [1702469633, "11.979"], [1702469660, "12.009"], [1702469684, "12.039"], [1702469717, "12.068999999999999"], [1702469753, "12.084"], [1702469786, "12.099"], [1702469816, "12.116999999999999"], [1702469834, "12.147"], [1702469864, "12.161999999999999"], [1702469906, "12.213"], [1702469936, "12.243"], [1702469972, "12.273"], [1702470005, "12.288"], [1702470029, "12.302999999999999"], [1702470065, "12.321"], [1702470101, "12.354"], [1702470131, "12.387"], [1702470167, "12.417"], [1702470203, "12.447"], [1702470251, "12.477"], [1702470278, "12.507"], [1702470311, "12.536999999999999"], [1702470347, "12.567"], [1702470371, "12.597"], [1702470404, "12.629999999999999"], [1702470440, "12.633"], [1702470476, "12.666"], [1702470506, "12.668999999999999"], [1702470542, "12.702"], [1702470575, "12.716999999999999"], [1702470611, "12.716999999999999"], [1702470635, "12.747"], [1702470662, "12.762"], [1702470686, "12.792"], [1702470719, "12.822"], [1702470746, "12.852"], [1702470812, "12.9"], [1702470845, "12.918"], [1702470875, "12.948"], [1702470899, "12.978"], [1702470953, "13.023"], [1702470983, "13.052999999999999"], [1702471025, "13.089"], [1702471067, "13.139999999999999"], [1702471169, "13.23"], [1702471193, "13.263"], [1702471226, "13.293"], [1702471265, "13.325999999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "433.317"], [1702462919, "475.581"], [1702462952, "560.109"], [1702462973, "602.3729999999999"], [1702462988, "644.637"], [1702463045, "771.429"], [1702463081, "855.9569999999999"], [1702463114, "940.485"], [1702463150, "1025.013"], [1702463186, "1109.541"], [1702463216, "1194.0690000000002"], [1702463240, "1278.597"], [1702463273, "1363.125"], [1702463324, "1489.917"], [1702463354, "1574.4450000000002"], [1702463381, "1658.973"], [1702463417, "1743.5010000000002"], [1702463453, "1828.029"], [1702463477, "1912.557"], [1702463510, "1997.0850000000003"], [1702463537, "2081.613"], [1702463570, "2166.1409999999996"], [1702463591, "2250.669"], [1702463621, "2335.197"], [1702463657, "2419.725"], [1702463693, "2504.253"], [1702463729, "2588.781"], [1702463765, "2673.3089999999997"], [1702463798, "2757.837"], [1702463846, "2884.6290000000004"], [1702463873, "2969.157"], [1702463906, "3053.685"], [1702463948, "3180.477"], [1702463984, "3265.005"], [1702464014, "3349.5330000000004"], [1702464050, "3434.061"], [1702464086, "3518.589"], [1702464122, "3603.117"], [1702464155, "3687.645"], [1702464194, "3814.4370000000004"], [1702464230, "3898.965"], [1702464263, "3983.4930000000004"], [1702464299, "4068.0209999999997"], [1702464332, "4152.549"], [1702464356, "4237.077"], [1702464392, "4321.605"], [1702464425, "4406.133"], [1702464455, "4490.661"], [1702464479, "4575.189"], [1702464509, "4659.717000000001"], [1702464533, "4744.245"], [1702464569, "4828.772999999999"], [1702464605, "4913.301"], [1702464635, "4997.829000000001"], [1702464671, "5082.356999999999"], [1702464716, "5166.885"], [1702464743, "5251.413"], [1702464776, "5335.941"], [1702464812, "5420.469"], [1702464836, "5504.997"], [1702464869, "5589.525"], [1702464905, "5674.053"], [1702464926, "5758.581"], [1702464956, "5843.1089999999995"], [1702464992, "5927.637"], [1702465016, "6012.165"], [1702465049, "6096.693"], [1702465085, "6181.221"], [1702465118, "6265.749"], [1702465145, "6350.277"], [1702465178, "6434.805"], [1702465208, "6519.3330000000005"], [1702465241, "6603.861"], [1702465298, "6730.652999999999"], [1702465334, "6815.1810000000005"], [1702465367, "6899.709000000001"], [1702465394, "6984.237"], [1702465418, "7068.765"], [1702465445, "7153.293"], [1702465481, "7237.821"], [1702465517, "7322.349"], [1702465550, "7406.877"], [1702465586, "7491.405"], [1702465619, "7575.933000000001"], [1702465658, "7660.460999999999"], [1702465706, "7744.9890000000005"], [1702465754, "7871.781"], [1702465787, "7956.309"], [1702465823, "8040.8369999999995"], [1702465856, "8125.365000000001"], [1702465880, "8209.893"], [1702465910, "8294.421"], [1702465952, "8378.949"], [1702465988, "8463.477"], [1702466015, "8548.005000000001"], [1702466030, "8632.533"], [1702466060, "8717.061"], [1702466078, "8801.589"], [1702466138, "8928.381"], [1702466168, "9012.909"], [1702466204, "9097.437"], [1702466237, "9181.965"], [1702466261, "9266.493"], [1702466291, "9351.021"], [1702466327, "9435.549"], [1702466360, "9520.077"], [1702466384, "9604.605"], [1702466417, "9689.133"], [1702466441, "9773.661"], [1702466471, "9858.189"], [1702466507, "9942.716999999999"], [1702466540, "10027.244999999999"], [1702466597, "10154.036999999998"], [1702466633, "10238.565"], [1702466666, "10323.092999999999"], [1702466705, "10407.621"], [1702466732, "10492.149000000001"], [1702466765, "10576.677"], [1702466801, "10661.205"], [1702466852, "10787.997"], [1702466876, "10872.525000000001"], [1702466918, "10957.053"], [1702466978, "11126.109"], [1702467014, "11210.637"], [1702467038, "11295.164999999999"], [1702467068, "11379.693000000001"], [1702467122, "11506.485"], [1702467158, "11591.012999999999"], [1702467191, "11675.541"], [1702467221, "11760.069000000001"], [1702467257, "11844.597"], [1702467299, "11929.124999999998"], [1702467350, "12055.917"], [1702467386, "12140.445"], [1702467419, "12224.973"], [1702467455, "12309.501"], [1702467515, "12478.557"], [1702467542, "12563.085"], [1702467566, "12647.612999999998"], [1702467599, "12732.141000000001"], [1702467635, "12816.669"], [1702467668, "12901.197"], [1702467695, "12985.725"], [1702467716, "13070.253"], [1702467746, "13154.780999999999"], [1702467800, "13281.573"], [1702467824, "13366.101"], [1702467908, "13577.421"], [1702467944, "13661.949"], [1702467968, "13746.477"], [1702468001, "13831.005000000001"], [1702468031, "13915.533"], [1702468067, "14000.061"], [1702468085, "14084.589"], [1702468115, "14169.116999999998"], [1702468151, "14253.645000000002"], [1702468181, "14338.173"], [1702468208, "14422.701000000001"], [1702468241, "14507.229"], [1702468256, "14591.756999999998"], [1702468286, "14676.285"], [1702468322, "14760.813"], [1702468352, "14845.341"], [1702468388, "14929.869000000002"], [1702468424, "15014.396999999999"], [1702468457, "15098.925"], [1702468493, "15183.453000000001"], [1702468517, "15267.981"], [1702468550, "15352.508999999998"], [1702468586, "15437.037"], [1702468613, "15521.565"], [1702468637, "15606.092999999999"], [1702468679, "15690.621000000001"], [1702468721, "15775.149"], [1702468730, "15817.413"], [1702468766, "15901.941"], [1702468799, "15986.469"], [1702468835, "16070.997"], [1702468898, "16197.789"], [1702468934, "16282.317000000001"], [1702468970, "16366.845"], [1702468994, "16451.373000000003"], [1702469024, "16535.901"], [1702469060, "16620.429"], [1702469111, "16747.220999999998"], [1702469144, "16831.749"], [1702469168, "16916.277000000002"], [1702469204, "17000.805"], [1702469237, "17085.333000000002"], [1702469273, "17169.861"], [1702469303, "17254.389000000003"], [1702469336, "17338.917"], [1702469360, "17423.445"], [1702469387, "17507.972999999998"], [1702469411, "17592.501"], [1702469435, "17677.029"], [1702469468, "17761.557"], [1702469504, "17846.085"], [1702469537, "17930.612999999998"], [1702469573, "18015.140999999996"], [1702469606, "18099.669"], [1702469633, "18184.197"], [1702469660, "18268.725"], [1702469684, "18353.253"], [1702469717, "18437.781"], [1702469753, "18522.309"], [1702469786, "18606.837"], [1702469816, "18691.364999999998"], [1702469834, "18775.892999999996"], [1702469864, "18860.421000000002"], [1702469906, "18987.213"], [1702469936, "19071.740999999998"], [1702469972, "19156.269"], [1702470005, "19240.797"], [1702470029, "19325.324999999997"], [1702470065, "19409.853"], [1702470101, "19494.381"], [1702470131, "19578.909"], [1702470167, "19663.437"], [1702470203, "19747.964999999997"], [1702470251, "19874.757"], [1702470278, "19959.285"], [1702470311, "20043.813000000002"], [1702470347, "20128.341"], [1702470371, "20212.869000000002"], [1702470404, "20297.396999999997"], [1702470440, "20381.925"], [1702470476, "20466.452999999998"], [1702470506, "20550.981"], [1702470542, "20635.509000000002"], [1702470575, "20720.037"], [1702470611, "20804.565"], [1702470635, "20889.093"], [1702470662, "20973.621000000003"], [1702470686, "21058.148999999998"], [1702470719, "21142.677"], [1702470746, "21227.205"], [1702470812, "21396.261"], [1702470845, "21480.789"], [1702470875, "21565.317"], [1702470899, "21649.845"], [1702470953, "21776.637000000002"], [1702470983, "21861.165"], [1702471025, "21945.693"], [1702471067, "22072.485"], [1702471169, "22283.805"], [1702471193, "22368.333"], [1702471226, "22452.861"], [1702471265, "22537.389000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.051000000000000004"], [1702462793, "0.129"], [1702462808, "0.16200000000000003"], [1702462829, "0.18"], [1702462844, "0.198"], [1702462865, "0.246"], [1702462880, "0.279"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "44.961"], [1702462793, "133.947"], [1702462808, "177.972"], [1702462829, "221.99699999999996"], [1702462844, "264.261"], [1702462865, "306.52500000000003"], [1702462880, "348.789"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "19.227"], [1702462721, "19.587"], [1702462736, "19.785000000000004"], [1702462751, "19.953"], [1702462763, "19.995"], [1702462793, "20.871000000000002"], [1702462808, "22.806000000000004"], [1702462829, "23.373000000000005"], [1702462844, "27.708000000000002"], [1702462865, "28.491000000000003"], [1702462880, "29.847"], [1702462904, "30.579"], [1702462919, "30.762"], [1702462952, "32.925"], [1702462973, "33.063"], [1702462988, "34.674"], [1702463045, "44.07"], [1702463081, "45.015"], [1702463114, "46.662"], [1702463150, "47.67900000000001"], [1702463186, "51.638999999999996"], [1702463216, "53.772"], [1702463240, "56.58"], [1702463273, "59.294999999999995"], [1702463324, "64.755"], [1702463354, "65.709"], [1702463381, "66.66"], [1702463417, "67.455"], [1702463453, "69.34200000000001"], [1702463477, "69.89099999999999"], [1702463510, "71.30099999999999"], [1702463537, "72.03899999999999"], [1702463570, "73.143"], [1702463591, "74.57100000000001"], [1702463621, "76.206"], [1702463657, "78.78"], [1702463693, "80.085"], [1702463729, "82.191"], [1702463765, "84.339"], [1702463798, "85.69500000000001"], [1702463846, "86.42999999999999"], [1702463873, "87.00900000000001"], [1702463906, "87.891"], [1702463948, "89.78399999999999"], [1702463984, "90.17099999999999"], [1702464014, "91.42200000000001"], [1702464050, "92.898"], [1702464086, "94.76700000000001"], [1702464122, "96.72"], [1702464155, "98.625"], [1702464194, "99.94500000000001"], [1702464230, "101.409"], [1702464263, "102.297"], [1702464299, "104.592"], [1702464332, "106.71900000000001"], [1702464356, "108.588"], [1702464392, "110.51700000000001"], [1702464425, "112.623"], [1702464455, "116.787"], [1702464479, "118.182"], [1702464509, "128.63699999999997"], [1702464533, "129.44099999999997"], [1702464569, "131.754"], [1702464605, "133.089"], [1702464635, "133.61999999999998"], [1702464671, "136.75499999999997"], [1702464716, "140.928"], [1702464743, "143.325"], [1702464776, "147.30899999999997"], [1702464812, "149.63099999999997"], [1702464836, "151.31699999999998"], [1702464869, "154.692"], [1702464905, "156.35399999999996"], [1702464926, "156.942"], [1702464956, "157.72199999999998"], [1702464992, "159.62399999999997"], [1702465016, "160.64999999999995"], [1702465049, "161.811"], [1702465085, "171.555"], [1702465118, "172.07699999999997"], [1702465145, "173.96399999999997"], [1702465178, "175.37999999999997"], [1702465208, "177.35999999999999"], [1702465241, "179.69099999999997"], [1702465298, "181.19099999999997"], [1702465334, "182.493"], [1702465367, "183.741"], [1702465394, "184.443"], [1702465418, "185.01"], [1702465445, "186.13499999999996"], [1702465481, "187.476"], [1702465517, "188.856"], [1702465550, "190.10099999999997"], [1702465586, "192.558"], [1702465619, "193.251"], [1702465658, "196.581"], [1702465706, "198.282"], [1702465754, "200.832"], [1702465787, "201.954"], [1702465823, "203.41799999999998"], [1702465856, "205.66499999999996"], [1702465880, "206.33099999999996"], [1702465910, "207.25199999999998"], [1702465952, "208.953"], [1702465988, "210.12599999999998"], [1702466015, "211.58399999999997"], [1702466030, "211.773"], [1702466060, "212.16"], [1702466078, "212.469"], [1702466138, "214.36499999999995"], [1702466168, "216.31799999999996"], [1702466204, "218.90099999999998"], [1702466237, "222.51"], [1702466261, "223.356"], [1702466291, "224.619"], [1702466327, "227.112"], [1702466360, "239.385"], [1702466384, "240.00599999999997"], [1702466417, "240.83999999999997"], [1702466441, "241.18499999999997"], [1702466471, "241.803"], [1702466507, "244.60799999999998"], [1702466540, "246.84"], [1702466597, "251.82899999999998"], [1702466633, "254.706"], [1702466666, "256.605"], [1702466705, "258.186"], [1702466732, "259.317"], [1702466765, "260.70599999999996"], [1702466801, "261.91499999999996"], [1702466852, "266.046"], [1702466876, "266.367"], [1702466918, "268.512"], [1702466978, "271.39799999999997"], [1702467014, "314.664"], [1702467038, "316.32899999999995"], [1702467068, "318.41400000000004"], [1702467122, "320.79299999999995"], [1702467158, "322.632"], [1702467191, "325.72499999999997"], [1702467221, "327.243"], [1702467257, "329.484"], [1702467299, "330.84299999999996"], [1702467350, "332.51099999999997"], [1702467386, "333.93899999999996"], [1702467419, "334.647"], [1702467455, "335.55"], [1702467515, "336.198"], [1702467542, "336.474"], [1702467566, "336.69599999999997"], [1702467599, "337.194"], [1702467635, "338.916"], [1702467668, "341.154"], [1702467695, "343.14899999999994"], [1702467716, "343.692"], [1702467746, "344.208"], [1702467800, "347.256"], [1702467824, "347.63399999999996"], [1702467908, "348.984"], [1702467944, "349.245"], [1702467968, "349.35"], [1702468001, "349.467"], [1702468031, "350.988"], [1702468067, "357.43199999999996"], [1702468085, "358.062"], [1702468115, "358.581"], [1702468151, "359.913"], [1702468181, "360.62399999999997"], [1702468208, "360.939"], [1702468241, "361.59"], [1702468256, "361.824"], [1702468286, "362.13899999999995"], [1702468322, "362.47200000000004"], [1702468352, "365.139"], [1702468388, "368.68499999999995"], [1702468424, "370.017"], [1702468457, "371.70599999999996"], [1702468493, "373.40399999999994"], [1702468517, "374.52899999999994"], [1702468550, "375.49800000000005"], [1702468586, "376.161"], [1702468613, "377.72999999999996"], [1702468637, "378.453"], [1702468679, "378.89699999999993"], [1702468721, "381.45300000000003"], [1702468730, "381.85200000000003"], [1702468766, "383.43899999999996"], [1702468799, "385.683"], [1702468835, "386.46299999999997"], [1702468898, "389.68499999999995"], [1702468934, "391.191"], [1702468970, "393.846"], [1702468994, "394.836"], [1702469024, "395.163"], [1702469060, "396.033"], [1702469111, "397.92"], [1702469144, "401.694"], [1702469168, "402.084"], [1702469204, "402.999"], [1702469237, "403.78800000000007"], [1702469273, "405.576"], [1702469303, "408.56100000000004"], [1702469336, "409.308"], [1702469360, "409.668"], [1702469387, "409.79100000000005"], [1702469411, "410.352"], [1702469435, "411.11400000000003"], [1702469468, "411.63899999999995"], [1702469504, "412.002"], [1702469537, "412.695"], [1702469573, "413.51099999999997"], [1702469606, "415.176"], [1702469633, "415.386"], [1702469660, "416.577"], [1702469684, "417.807"], [1702469717, "418.44300000000004"], [1702469753, "418.77299999999997"], [1702469786, "419.199"], [1702469816, "419.89500000000004"], [1702469834, "420.165"], [1702469864, "420.798"], [1702469906, "421.383"], [1702469936, "422.12100000000004"], [1702469972, "422.80500000000006"], [1702470005, "423.36300000000006"], [1702470029, "423.483"], [1702470065, "424.389"], [1702470101, "425.061"], [1702470131, "425.886"], [1702470167, "429.297"], [1702470203, "431.54100000000005"], [1702470251, "433.59600000000006"], [1702470278, "433.968"], [1702470311, "434.39700000000005"], [1702470347, "435.501"], [1702470371, "435.765"], [1702470404, "436.788"], [1702470440, "437.925"], [1702470476, "438.981"], [1702470506, "439.599"], [1702470542, "440.748"], [1702470575, "441.852"], [1702470611, "442.773"], [1702470635, "443.12100000000004"], [1702470662, "443.541"], [1702470686, "443.98800000000006"], [1702470719, "444.59400000000005"], [1702470746, "445.32000000000005"], [1702470812, "446.10900000000004"], [1702470845, "447.843"], [1702470875, "448.692"], [1702470899, "449.463"], [1702470953, "450.735"], [1702470983, "451.752"], [1702471025, "453.012"], [1702471067, "455.655"], [1702471169, "459.954"], [1702471193, "461.034"], [1702471226, "462.384"], [1702471265, "463.84200000000004"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "6.753"], [1702462721, "7.011000000000001"], [1702462736, "7.311"], [1702462751, "7.572000000000001"], [1702462763, "7.611"], [1702462793, "8.187"], [1702462808, "8.247"], [1702462829, "8.295"], [1702462844, "8.529000000000002"], [1702462865, "8.883000000000001"], [1702462880, "9.042"], [1702462904, "9.225"], [1702462919, "9.306000000000001"], [1702462952, "9.468"], [1702462973, "9.558000000000002"], [1702462988, "9.905999999999999"], [1702463045, "10.581000000000001"], [1702463081, "10.989"], [1702463114, "12.594000000000001"], [1702463150, "12.915000000000001"], [1702463186, "13.5"], [1702463216, "14.046000000000001"], [1702463240, "14.4"], [1702463273, "14.889000000000001"], [1702463324, "15.057"], [1702463354, "15.177000000000001"], [1702463381, "15.258000000000001"], [1702463417, "15.582"], [1702463453, "15.768"], [1702463477, "15.831000000000001"], [1702463510, "16.17"], [1702463537, "16.38"], [1702463570, "16.695"], [1702463591, "16.968"], [1702463621, "17.151000000000003"], [1702463657, "17.271"], [1702463693, "17.427"], [1702463729, "17.556"], [1702463765, "17.745"], [1702463798, "17.844"], [1702463846, "18.035999999999998"], [1702463873, "18.255"], [1702463906, "18.404999999999998"], [1702463948, "19.008"], [1702463984, "19.238999999999997"], [1702464014, "19.692"], [1702464050, "20.25"], [1702464086, "20.973"], [1702464122, "21.474"], [1702464155, "21.888"], [1702464194, "22.194"], [1702464230, "22.629"], [1702464263, "22.944"], [1702464299, "23.477999999999998"], [1702464332, "24.015"], [1702464356, "24.312"], [1702464392, "24.909000000000002"], [1702464425, "25.257"], [1702464455, "26.01"], [1702464479, "27.402"], [1702464509, "27.618"], [1702464533, "27.915"], [1702464569, "28.395000000000003"], [1702464605, "29.091"], [1702464635, "29.514000000000003"], [1702464671, "30.317999999999998"], [1702464716, "31.482"], [1702464743, "31.938000000000002"], [1702464776, "39.135"], [1702464812, "39.9"], [1702464836, "40.206"], [1702464869, "40.338"], [1702464905, "40.77"], [1702464926, "40.854"], [1702464956, "41.1"], [1702464992, "42.174"], [1702465016, "42.327"], [1702465049, "42.714"], [1702465085, "43.644"], [1702465118, "44.693999999999996"], [1702465145, "46.299"], [1702465178, "46.74000000000001"], [1702465208, "47.433"], [1702465241, "48.309"], [1702465298, "49.188"], [1702465334, "49.583999999999996"], [1702465367, "49.719"], [1702465394, "49.908"], [1702465418, "50.094"], [1702465445, "50.49"], [1702465481, "51.074999999999996"], [1702465517, "51.879"], [1702465550, "52.398"], [1702465586, "53.163000000000004"], [1702465619, "53.31"], [1702465658, "53.498999999999995"], [1702465706, "53.631"], [1702465754, "54.18600000000001"], [1702465787, "54.498000000000005"], [1702465823, "54.74399999999999"], [1702465856, "55.12199999999999"], [1702465880, "55.491"], [1702465910, "55.776"], [1702465952, "55.992000000000004"], [1702465988, "56.478"], [1702466015, "56.835"], [1702466030, "56.916"], [1702466060, "57.513"], [1702466078, "57.639"], [1702466138, "58.572"], [1702466168, "58.905"], [1702466204, "59.406000000000006"], [1702466237, "59.967000000000006"], [1702466261, "60.039"], [1702466291, "60.285"], [1702466327, "60.777"], [1702466360, "61.389"], [1702466384, "61.69800000000001"], [1702466417, "62.043"], [1702466441, "62.271"], [1702466471, "62.504999999999995"], [1702466507, "63.441"], [1702466540, "63.684"], [1702466597, "64.644"], [1702466633, "65.439"], [1702466666, "65.82900000000001"], [1702466705, "66.17399999999999"], [1702466732, "66.699"], [1702466765, "67.203"], [1702466801, "67.605"], [1702466852, "68.52900000000001"], [1702466876, "68.742"], [1702466918, "69.591"], [1702466978, "76.374"], [1702467014, "76.929"], [1702467038, "78.21300000000001"], [1702467068, "78.471"], [1702467122, "79.13700000000001"], [1702467158, "79.863"], [1702467191, "80.41199999999999"], [1702467221, "80.841"], [1702467257, "81.26400000000001"], [1702467299, "81.71700000000001"], [1702467350, "82.605"], [1702467386, "82.743"], [1702467419, "83.217"], [1702467455, "83.364"], [1702467515, "83.664"], [1702467542, "83.75699999999999"], [1702467566, "83.889"], [1702467599, "83.991"], [1702467635, "84.369"], [1702467668, "85.263"], [1702467695, "85.341"], [1702467716, "85.476"], [1702467746, "85.52100000000002"], [1702467800, "86.14800000000001"], [1702467824, "86.304"], [1702467908, "86.541"], [1702467944, "86.697"], [1702467968, "86.754"], [1702468001, "86.84700000000001"], [1702468031, "87.276"], [1702468067, "87.98700000000001"], [1702468085, "88.242"], [1702468115, "88.33200000000001"], [1702468151, "88.767"], [1702468181, "88.881"], [1702468208, "88.95899999999999"], [1702468241, "89.00699999999999"], [1702468256, "89.03999999999999"], [1702468286, "89.205"], [1702468322, "89.283"], [1702468352, "89.952"], [1702468388, "90.22800000000001"], [1702468424, "90.744"], [1702468457, "91.197"], [1702468493, "91.431"], [1702468517, "91.536"], [1702468550, "91.752"], [1702468586, "92.11200000000001"], [1702468613, "92.592"], [1702468637, "93.045"], [1702468679, "93.30299999999998"], [1702468721, "93.744"], [1702468730, "93.87"], [1702468766, "94.392"], [1702468799, "95.025"], [1702468835, "95.226"], [1702468898, "96.786"], [1702468934, "97.209"], [1702468970, "97.923"], [1702468994, "98.331"], [1702469024, "98.421"], [1702469060, "98.754"], [1702469111, "98.97600000000001"], [1702469144, "99.53399999999999"], [1702469168, "99.648"], [1702469204, "99.978"], [1702469237, "100.19399999999999"], [1702469273, "100.407"], [1702469303, "100.806"], [1702469336, "101.10000000000001"], [1702469360, "101.29199999999999"], [1702469387, "101.33399999999999"], [1702469411, "101.451"], [1702469435, "101.649"], [1702469468, "101.787"], [1702469504, "101.913"], [1702469537, "102.147"], [1702469573, "102.29700000000001"], [1702469606, "102.669"], [1702469633, "102.78000000000002"], [1702469660, "103.161"], [1702469684, "103.49699999999999"], [1702469717, "103.662"], [1702469753, "103.785"], [1702469786, "103.893"], [1702469816, "103.97999999999999"], [1702469834, "104.02799999999999"], [1702469864, "104.103"], [1702469906, "104.397"], [1702469936, "104.517"], [1702469972, "104.886"], [1702470005, "105.165"], [1702470029, "105.243"], [1702470065, "105.414"], [1702470101, "105.57600000000001"], [1702470131, "105.873"], [1702470167, "106.527"], [1702470203, "106.725"], [1702470251, "106.956"], [1702470278, "107.091"], [1702470311, "107.232"], [1702470347, "107.385"], [1702470371, "107.55300000000001"], [1702470404, "108.102"], [1702470440, "108.363"], [1702470476, "108.762"], [1702470506, "108.867"], [1702470542, "109.218"], [1702470575, "110.11800000000001"], [1702470611, "110.31600000000002"], [1702470635, "110.57399999999998"], [1702470662, "110.724"], [1702470686, "110.91"], [1702470719, "111.234"], [1702470746, "111.42299999999999"], [1702470812, "111.93900000000001"], [1702470845, "112.398"], [1702470875, "119.271"], [1702470899, "119.43"], [1702470953, "119.703"], [1702470983, "119.81700000000001"], [1702471025, "120.40499999999999"], [1702471067, "121.11"], [1702471169, "122.235"], [1702471193, "122.454"], [1702471226, "122.727"], [1702471265, "123"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "9.84"], [1702462721, "10.152000000000001"], [1702462736, "10.520999999999999"], [1702462751, "10.553999999999998"], [1702462763, "10.593"], [1702462793, "10.661999999999999"], [1702462808, "10.697999999999999"], [1702462829, "10.722"], [1702462844, "11.010000000000002"], [1702462865, "11.082"], [1702462880, "12.786"], [1702462904, "13.425"], [1702462919, "13.545000000000002"], [1702462952, "14.727"], [1702462973, "14.976"], [1702462988, "19.701"], [1702463045, "21.156"], [1702463081, "22.197"], [1702463114, "22.665"], [1702463150, "23.441999999999997"], [1702463186, "23.799000000000003"], [1702463216, "25.041"], [1702463240, "25.929"], [1702463273, "26.484"], [1702463324, "28.785"], [1702463354, "29.378999999999998"], [1702463381, "32.163000000000004"], [1702463417, "33.207"], [1702463453, "35.193"], [1702463477, "35.505"], [1702463510, "36.162"], [1702463537, "36.702"], [1702463570, "37.878"], [1702463591, "38.865"], [1702463621, "72.19200000000001"], [1702463657, "73.602"], [1702463693, "75.111"], [1702463729, "78.77099999999999"], [1702463765, "80.73"], [1702463798, "81.399"], [1702463846, "84.009"], [1702463873, "84.297"], [1702463906, "84.936"], [1702463948, "86.157"], [1702463984, "86.994"], [1702464014, "88.995"], [1702464050, "90.735"], [1702464086, "92.682"], [1702464122, "97.539"], [1702464155, "99.795"], [1702464194, "100.827"], [1702464230, "102.186"], [1702464263, "103.023"], [1702464299, "104.58"], [1702464332, "106.698"], [1702464356, "107.958"], [1702464392, "110.637"], [1702464425, "112.773"], [1702464455, "115.344"], [1702464479, "118.21199999999999"], [1702464509, "119.53800000000001"], [1702464533, "120.68100000000001"], [1702464569, "127.749"], [1702464605, "129.195"], [1702464635, "131.15699999999998"], [1702464671, "133.54799999999997"], [1702464716, "139.04399999999998"], [1702464743, "140.784"], [1702464776, "145.254"], [1702464812, "147.55199999999996"], [1702464836, "149.007"], [1702464869, "151.965"], [1702464905, "154.20599999999996"], [1702464926, "159.177"], [1702464956, "159.81599999999997"], [1702464992, "161.934"], [1702465016, "163.20299999999997"], [1702465049, "165.534"], [1702465085, "167.832"], [1702465118, "169.476"], [1702465145, "171.64199999999997"], [1702465178, "175.42799999999997"], [1702465208, "178.398"], [1702465241, "179.886"], [1702465298, "181.28999999999996"], [1702465334, "182.619"], [1702465367, "183.34199999999998"], [1702465394, "183.534"], [1702465418, "184.146"], [1702465445, "185.12099999999998"], [1702465481, "187.10699999999997"], [1702465517, "190.314"], [1702465550, "192.27599999999998"], [1702465586, "194.154"], [1702465619, "194.61599999999999"], [1702465658, "196.88400000000001"], [1702465706, "197.80499999999998"], [1702465754, "199.48499999999999"], [1702465787, "200.541"], [1702465823, "201.516"], [1702465856, "203.65499999999997"], [1702465880, "204.345"], [1702465910, "210.66899999999998"], [1702465952, "212.19299999999998"], [1702465988, "214.43999999999997"], [1702466015, "215.95799999999997"], [1702466030, "216.087"], [1702466060, "216.38699999999997"], [1702466078, "216.75"], [1702466138, "219.56999999999996"], [1702466168, "222.04799999999997"], [1702466204, "224.712"], [1702466237, "229.572"], [1702466261, "230.69699999999997"], [1702466291, "231.579"], [1702466327, "233.82600000000002"], [1702466360, "236.26199999999997"], [1702466384, "237.27899999999997"], [1702466417, "238.69499999999996"], [1702466441, "238.95299999999997"], [1702466471, "239.50799999999998"], [1702466507, "241.54199999999997"], [1702466540, "243.594"], [1702466597, "247.93199999999996"], [1702466633, "250.719"], [1702466666, "266.172"], [1702466705, "267.951"], [1702466732, "269.565"], [1702466765, "271.002"], [1702466801, "271.848"], [1702466852, "273.98400000000004"], [1702466876, "274.479"], [1702466918, "277.827"], [1702466978, "284.12699999999995"], [1702467014, "303.00899999999996"], [1702467038, "304.83299999999997"], [1702467068, "306.087"], [1702467122, "307.69499999999994"], [1702467158, "309.32699999999994"], [1702467191, "310.96799999999996"], [1702467221, "312.35999999999996"], [1702467257, "313.509"], [1702467299, "314.28"], [1702467350, "318.53099999999995"], [1702467386, "319.881"], [1702467419, "320.298"], [1702467455, "321.23999999999995"], [1702467515, "321.789"], [1702467542, "322.023"], [1702467566, "322.28399999999993"], [1702467599, "322.60499999999996"], [1702467635, "323.54999999999995"], [1702467668, "326.11499999999995"], [1702467695, "327.042"], [1702467716, "327.75899999999996"], [1702467746, "328.152"], [1702467800, "335.994"], [1702467824, "336.53099999999995"], [1702467908, "337.83"], [1702467944, "338.859"], [1702467968, "339.156"], [1702468001, "339.717"], [1702468031, "340.908"], [1702468067, "346.854"], [1702468085, "347.367"], [1702468115, "347.991"], [1702468151, "349.035"], [1702468181, "349.55400000000003"], [1702468208, "350.067"], [1702468241, "350.412"], [1702468256, "350.56500000000005"], [1702468286, "350.835"], [1702468322, "351.315"], [1702468352, "354.54900000000004"], [1702468388, "357.654"], [1702468424, "360.309"], [1702468457, "362.34"], [1702468493, "364.263"], [1702468517, "366.012"], [1702468550, "366.7950000000001"], [1702468586, "367.86"], [1702468613, "369.99"], [1702468637, "371.57700000000006"], [1702468679, "372.33"], [1702468721, "375.39300000000003"], [1702468730, "375.85200000000003"], [1702468766, "377.337"], [1702468799, "380.31"], [1702468835, "381.042"], [1702468898, "384.762"], [1702468934, "386.02799999999996"], [1702468970, "388.464"], [1702468994, "390.294"], [1702469024, "390.534"], [1702469060, "391.25100000000003"], [1702469111, "393.04499999999996"], [1702469144, "396.83400000000006"], [1702469168, "397.077"], [1702469204, "397.722"], [1702469237, "399.141"], [1702469273, "399.807"], [1702469303, "403.482"], [1702469336, "404.487"], [1702469360, "405.012"], [1702469387, "405.19199999999995"], [1702469411, "405.816"], [1702469435, "406.53000000000003"], [1702469468, "406.995"], [1702469504, "407.31600000000003"], [1702469537, "408.36300000000006"], [1702469573, "409.473"], [1702469606, "410.385"], [1702469633, "410.688"], [1702469660, "411.67199999999997"], [1702469684, "411.98999999999995"], [1702469717, "412.95000000000005"], [1702469753, "413.325"], [1702469786, "413.80499999999995"], [1702469816, "414.696"], [1702469834, "414.909"], [1702469864, "415.74600000000004"], [1702469906, "416.394"], [1702469936, "417.408"], [1702469972, "418.56"], [1702470005, "419.163"], [1702470029, "419.25600000000003"], [1702470065, "419.70300000000003"], [1702470101, "420.41999999999996"], [1702470131, "421.923"], [1702470167, "423.834"], [1702470203, "425.862"], [1702470251, "427.221"], [1702470278, "427.674"], [1702470311, "428.064"], [1702470347, "429.264"], [1702470371, "429.94199999999995"], [1702470404, "431.19"], [1702470440, "432.327"], [1702470476, "433.47"], [1702470506, "434.376"], [1702470542, "435.57300000000004"], [1702470575, "437.52"], [1702470611, "438.486"], [1702470635, "439.071"], [1702470662, "439.233"], [1702470686, "439.60200000000003"], [1702470719, "439.98"], [1702470746, "440.742"], [1702470812, "442.44"], [1702470845, "444.465"], [1702470875, "445.86899999999997"], [1702470899, "446.53499999999997"], [1702470953, "447.936"], [1702470983, "449.349"], [1702471025, "451.584"], [1702471067, "453.91499999999996"], [1702471169, "457.701"], [1702471193, "459.17400000000004"], [1702471226, "460.88100000000003"], [1702471265, "463.434"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "40.749"], [1702462721, "41.08200000000001"], [1702462736, "41.742"], [1702462751, "42.800999999999995"], [1702462763, "42.839999999999996"], [1702462793, "43.914"], [1702462808, "45.084"], [1702462829, "45.449999999999996"], [1702462844, "48.162"], [1702462865, "48.498000000000005"], [1702462880, "49.851"], [1702462904, "52.323"], [1702462919, "52.416000000000004"], [1702462952, "53.421"], [1702462973, "53.886"], [1702462988, "54.243"], [1702463045, "54.959999999999994"], [1702463081, "55.629"], [1702463114, "57.075"], [1702463150, "57.576"], [1702463186, "57.855"], [1702463216, "60.18"], [1702463240, "60.327"], [1702463273, "61.980000000000004"], [1702463324, "64.029"], [1702463354, "64.764"], [1702463381, "65.766"], [1702463417, "66.822"], [1702463453, "68.586"], [1702463477, "69.783"], [1702463510, "70.11600000000001"], [1702463537, "70.251"], [1702463570, "71.07"], [1702463591, "71.412"], [1702463621, "72.267"], [1702463657, "73.404"], [1702463693, "74.622"], [1702463729, "76.40100000000001"], [1702463765, "80.85900000000001"], [1702463798, "81.45899999999999"], [1702463846, "81.96600000000001"], [1702463873, "82.488"], [1702463906, "83.028"], [1702463948, "84.105"], [1702463984, "85.032"], [1702464014, "86.298"], [1702464050, "86.877"], [1702464086, "88.509"], [1702464122, "89.427"], [1702464155, "91.455"], [1702464194, "92.02799999999999"], [1702464230, "92.751"], [1702464263, "93.306"], [1702464299, "94.815"], [1702464332, "96.80699999999999"], [1702464356, "98.00099999999999"], [1702464392, "99.675"], [1702464425, "100.176"], [1702464455, "101.16"], [1702464479, "102.47099999999999"], [1702464509, "104.724"], [1702464533, "105.29100000000001"], [1702464569, "106.71000000000001"], [1702464605, "107.59799999999998"], [1702464635, "108.219"], [1702464671, "109.17"], [1702464716, "111.20400000000001"], [1702464743, "112.09800000000001"], [1702464776, "114.09599999999999"], [1702464812, "158.235"], [1702464836, "159.627"], [1702464869, "160.758"], [1702464905, "163.38000000000002"], [1702464926, "163.59"], [1702464956, "165.54"], [1702464992, "166.851"], [1702465016, "167.655"], [1702465049, "168.45"], [1702465085, "174.26700000000002"], [1702465118, "175.527"], [1702465145, "179.211"], [1702465178, "179.934"], [1702465208, "180.918"], [1702465241, "182.022"], [1702465298, "183.76200000000003"], [1702465334, "184.71"], [1702465367, "185.55"], [1702465394, "186.05100000000002"], [1702465418, "186.435"], [1702465445, "187.851"], [1702465481, "188.946"], [1702465517, "190.173"], [1702465550, "190.61400000000003"], [1702465586, "193.749"], [1702465619, "194.163"], [1702465658, "196.662"], [1702465706, "197.409"], [1702465754, "199.275"], [1702465787, "200.343"], [1702465823, "201.066"], [1702465856, "202.38899999999998"], [1702465880, "202.905"], [1702465910, "203.538"], [1702465952, "204.69299999999998"], [1702465988, "205.977"], [1702466015, "206.568"], [1702466030, "206.724"], [1702466060, "207.189"], [1702466078, "207.693"], [1702466138, "209.99400000000003"], [1702466168, "211.35600000000002"], [1702466204, "213.00600000000003"], [1702466237, "215.19299999999998"], [1702466261, "216.69899999999998"], [1702466291, "217.596"], [1702466327, "218.70600000000002"], [1702466360, "219.735"], [1702466384, "221.14500000000004"], [1702466417, "221.916"], [1702466441, "222.207"], [1702466471, "223.01999999999998"], [1702466507, "225.273"], [1702466540, "226.29"], [1702466597, "229.77900000000002"], [1702466633, "233.058"], [1702466666, "236.253"], [1702466705, "237.138"], [1702466732, "238.26"], [1702466765, "239.35500000000002"], [1702466801, "240.246"], [1702466852, "243.723"], [1702466876, "245.115"], [1702466918, "246.654"], [1702466978, "251.301"], [1702467014, "253.071"], [1702467038, "255.43800000000002"], [1702467068, "256.11300000000006"], [1702467122, "257.838"], [1702467158, "259.995"], [1702467191, "260.481"], [1702467221, "261.117"], [1702467257, "262.287"], [1702467299, "262.90200000000004"], [1702467350, "263.709"], [1702467386, "264.855"], [1702467419, "265.452"], [1702467455, "266.166"], [1702467515, "266.616"], [1702467542, "266.808"], [1702467566, "267.06"], [1702467599, "267.366"], [1702467635, "268.89000000000004"], [1702467668, "272.07300000000004"], [1702467695, "272.589"], [1702467716, "273.69"], [1702467746, "273.906"], [1702467800, "276.567"], [1702467824, "276.939"], [1702467908, "278.172"], [1702467944, "278.523"], [1702467968, "278.75699999999995"], [1702468001, "279.084"], [1702468031, "279.783"], [1702468067, "282.975"], [1702468085, "283.356"], [1702468115, "283.87500000000006"], [1702468151, "284.52299999999997"], [1702468181, "285.08400000000006"], [1702468208, "285.63"], [1702468241, "285.99600000000004"], [1702468256, "286.19100000000003"], [1702468286, "286.647"], [1702468322, "286.782"], [1702468352, "289.16999999999996"], [1702468388, "291.921"], [1702468424, "294.02399999999994"], [1702468457, "297.225"], [1702468493, "298.66200000000003"], [1702468517, "299.36400000000003"], [1702468550, "300.126"], [1702468586, "300.9"], [1702468613, "301.476"], [1702468637, "301.746"], [1702468679, "302.31"], [1702468721, "302.796"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "559.98"], [1702462721, "605.9190000000001"], [1702462736, "651.858"], [1702462751, "697.797"], [1702462763, "742.758"], [1702462793, "831.7439999999999"], [1702462808, "875.769"], [1702462829, "919.794"], [1702462844, "962.058"], [1702462865, "1004.3220000000001"], [1702462880, "1046.586"], [1702462904, "1131.114"], [1702462919, "1173.378"], [1702462952, "1257.906"], [1702462973, "1300.17"], [1702462988, "1342.4340000000002"], [1702463045, "1469.226"], [1702463081, "1553.754"], [1702463114, "1638.282"], [1702463150, "1722.81"], [1702463186, "1807.3379999999997"], [1702463216, "1891.866"], [1702463240, "1976.394"], [1702463273, "2060.922"], [1702463324, "2187.714"], [1702463354, "2272.2419999999997"], [1702463381, "2356.77"], [1702463417, "2441.298"], [1702463453, "2525.8259999999996"], [1702463477, "2610.3540000000003"], [1702463510, "2694.882"], [1702463537, "2779.41"], [1702463570, "2863.938"], [1702463591, "2948.466"], [1702463621, "3032.994"], [1702463657, "3117.522"], [1702463693, "3202.05"], [1702463729, "3286.578"], [1702463765, "3371.1059999999998"], [1702463798, "3455.634"], [1702463846, "3582.4260000000004"], [1702463873, "3666.954"], [1702463906, "3751.482"], [1702463948, "3878.274"], [1702463984, "3962.8020000000006"], [1702464014, "4047.3300000000004"], [1702464050, "4131.858"], [1702464086, "4216.3859999999995"], [1702464122, "4300.914"], [1702464155, "4385.442"], [1702464194, "4512.234"], [1702464230, "4596.762"], [1702464263, "4681.29"], [1702464299, "4765.818"], [1702464332, "4850.3460000000005"], [1702464356, "4934.874"], [1702464392, "5019.402"], [1702464425, "5103.93"], [1702464455, "5188.458"], [1702464479, "5272.986"], [1702464509, "5357.514"], [1702464533, "5442.0419999999995"], [1702464569, "5526.57"], [1702464605, "5611.098000000001"], [1702464635, "5695.625999999999"], [1702464671, "5780.154"], [1702464716, "5864.682000000001"], [1702464743, "5949.209999999999"], [1702464776, "6033.738"], [1702464812, "6118.266"], [1702464836, "6202.794"], [1702464869, "6287.322"], [1702464905, "6371.85"], [1702464926, "6456.378"], [1702464956, "6540.906000000001"], [1702464992, "6625.433999999999"], [1702465016, "6709.9619999999995"], [1702465049, "6794.490000000001"], [1702465085, "6879.018"], [1702465118, "6963.546"], [1702465145, "7048.0740000000005"], [1702465178, "7132.601999999999"], [1702465208, "7217.13"], [1702465241, "7301.658000000001"], [1702465298, "7428.45"], [1702465334, "7512.977999999999"], [1702465367, "7597.506"], [1702465394, "7682.034"], [1702465418, "7766.562"], [1702465445, "7851.089999999999"], [1702465481, "7935.618"], [1702465517, "8020.146"], [1702465550, "8104.674"], [1702465586, "8189.202"], [1702465619, "8273.73"], [1702465658, "8358.258"], [1702465706, "8442.786"], [1702465754, "8569.578"], [1702465787, "8654.106"], [1702465823, "8738.634"], [1702465856, "8823.162"], [1702465880, "8907.69"], [1702465910, "8992.217999999999"], [1702465952, "9076.746000000001"], [1702465988, "9161.274000000001"], [1702466015, "9245.802"], [1702466030, "9330.33"], [1702466060, "9414.858"], [1702466078, "9499.386"], [1702466138, "9626.178"], [1702466168, "9710.706"], [1702466204, "9795.234"], [1702466237, "9879.761999999999"], [1702466261, "9964.29"], [1702466291, "10048.818"], [1702466327, "10133.346"], [1702466360, "10217.874000000002"], [1702466384, "10302.402"], [1702466417, "10386.93"], [1702466441, "10471.458"], [1702466471, "10555.985999999999"], [1702466507, "10640.514"], [1702466540, "10725.042000000001"], [1702466597, "10851.834"], [1702466633, "10936.362"], [1702466666, "11020.89"], [1702466705, "11105.418000000001"], [1702466732, "11189.946"], [1702466765, "11274.473999999998"], [1702466801, "11359.002"], [1702466852, "11485.794"], [1702466876, "11570.322"], [1702466918, "11654.849999999999"], [1702466978, "11823.906"], [1702467014, "11908.434"], [1702467038, "11992.962000000001"], [1702467068, "12077.490000000002"], [1702467122, "12204.282"], [1702467158, "12288.81"], [1702467191, "12373.338"], [1702467221, "12457.866"], [1702467257, "12542.394"], [1702467299, "12626.921999999999"], [1702467350, "12753.714"], [1702467386, "12838.242000000002"], [1702467419, "12922.77"], [1702467455, "13007.297999999999"], [1702467515, "13176.354"], [1702467542, "13260.881999999998"], [1702467566, "13345.41"], [1702467599, "13429.937999999998"], [1702467635, "13514.466"], [1702467668, "13598.994000000002"], [1702467695, "13683.522"], [1702467716, "13768.05"], [1702467746, "13852.578000000001"], [1702467800, "13979.37"], [1702467824, "14063.898000000001"], [1702467908, "14275.217999999999"], [1702467944, "14359.746000000003"], [1702467968, "14444.274000000001"], [1702468001, "14528.802"], [1702468031, "14613.33"], [1702468067, "14697.857999999998"], [1702468085, "14782.385999999999"], [1702468115, "14866.914"], [1702468151, "14951.442"], [1702468181, "15035.970000000001"], [1702468208, "15120.498"], [1702468241, "15205.026"], [1702468256, "15289.554"], [1702468286, "15374.082"], [1702468322, "15458.609999999999"], [1702468352, "15543.137999999999"], [1702468388, "15627.666000000001"], [1702468424, "15712.194"], [1702468457, "15796.721999999998"], [1702468493, "15881.25"], [1702468517, "15965.778"], [1702468550, "16050.306"], [1702468586, "16134.834"], [1702468613, "16219.362"], [1702468637, "16303.89"], [1702468679, "16388.418"], [1702468721, "16472.946"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.6930000000000001"], [1702462721, "0.711"], [1702462736, "1.0979999999999999"], [1702462751, "1.1369999999999998"], [1702462763, "1.17"], [1702462793, "1.2389999999999999"], [1702462808, "1.3379999999999999"], [1702462829, "1.6289999999999998"], [1702462844, "1.6469999999999998"], [1702462865, "1.7249999999999999"], [1702462880, "1.8"], [1702462904, "1.878"], [1702462919, "1.9319999999999997"], [1702462952, "2.031"], [1702462973, "2.061"], [1702462988, "2.127"], [1702463045, "2.322"], [1702463081, "2.433"], [1702463114, "2.6130000000000004"], [1702463150, "2.6850000000000005"], [1702463186, "2.7510000000000003"], [1702463216, "2.898"], [1702463240, "2.9699999999999998"], [1702463273, "3.114"], [1702463324, "3.495"], [1702463354, "3.576"], [1702463381, "3.699"], [1702463417, "3.822"], [1702463453, "3.948"], [1702463477, "3.9930000000000003"], [1702463510, "4.059"], [1702463537, "4.188000000000001"], [1702463570, "4.263"], [1702463591, "4.343999999999999"], [1702463621, "4.416"], [1702463657, "4.668000000000001"], [1702463693, "4.863"], [1702463729, "5.037"], [1702463765, "5.112"], [1702463798, "5.175000000000001"], [1702463846, "5.289"], [1702463873, "5.337"], [1702463906, "5.418"], [1702463948, "5.523"], [1702463984, "5.592"], [1702464014, "5.697000000000001"], [1702464050, "5.8260000000000005"], [1702464086, "5.955"], [1702464122, "6.072000000000001"], [1702464155, "6.159000000000001"], [1702464194, "6.2669999999999995"], [1702464230, "6.345000000000001"], [1702464263, "6.432"], [1702464299, "6.543"], [1702464332, "6.657"], [1702464356, "6.7379999999999995"], [1702464392, "6.906000000000001"], [1702464425, "7.029"], [1702464455, "7.185"], [1702464479, "7.323"], [1702464509, "7.515"], [1702464533, "7.622999999999999"], [1702464569, "7.761000000000001"], [1702464605, "7.899"], [1702464635, "8.016"], [1702464671, "8.112"], [1702464716, "8.318999999999999"], [1702464743, "8.475"], [1702464776, "8.565"], [1702464812, "8.684999999999999"], [1702464836, "8.85"], [1702464869, "9.141"], [1702464905, "9.249"], [1702464926, "9.333"], [1702464956, "9.434999999999999"], [1702464992, "9.561"], [1702465016, "9.666"], [1702465049, "9.747"], [1702465085, "9.957"], [1702465118, "10.053"], [1702465145, "10.233"], [1702465178, "10.323"], [1702465208, "10.422"], [1702465241, "10.56"], [1702465298, "10.716000000000001"], [1702465334, "10.911000000000001"], [1702465367, "11.025"], [1702465394, "11.118"], [1702465418, "11.211"], [1702465445, "11.301"], [1702465481, "11.442"], [1702465517, "11.622"], [1702465550, "11.715"], [1702465586, "11.946"], [1702465619, "12.042"], [1702465658, "12.174"], [1702465706, "12.254999999999999"], [1702465754, "12.363"], [1702465787, "12.399000000000001"], [1702465823, "12.440999999999999"], [1702465856, "12.483"], [1702465880, "12.543"], [1702465910, "12.597000000000001"], [1702465952, "12.774000000000001"], [1702465988, "12.93"], [1702466015, "12.99"], [1702466030, "13.053"], [1702466060, "13.128"], [1702466078, "13.212"], [1702466138, "13.407"], [1702466168, "13.472999999999999"], [1702466204, "13.539000000000001"], [1702466237, "13.602"], [1702466261, "13.661999999999999"], [1702466291, "13.731"], [1702466327, "13.839"], [1702466360, "13.899"], [1702466384, "13.971"], [1702466417, "14.022"], [1702466441, "14.118"], [1702466471, "14.181"], [1702466507, "14.217"], [1702466540, "14.268"], [1702466597, "14.43"], [1702466633, "14.523"], [1702466666, "14.568000000000001"], [1702466705, "14.706"], [1702466732, "14.777999999999999"], [1702466765, "14.838"], [1702466801, "15.006"], [1702466852, "15.090000000000002"], [1702466876, "15.15"], [1702466918, "15.204"], [1702466978, "15.408000000000001"], [1702467014, "15.588000000000001"], [1702467038, "15.756"], [1702467068, "15.816"], [1702467122, "15.966000000000001"], [1702467158, "16.302"], [1702467191, "16.362"], [1702467221, "16.425"], [1702467257, "16.476"], [1702467299, "16.569000000000003"], [1702467350, "16.68"], [1702467386, "16.752"], [1702467419, "16.932000000000002"], [1702467455, "17.022"], [1702467515, "17.157"], [1702467542, "17.22"], [1702467566, "17.292"], [1702467599, "17.34"], [1702467635, "17.4"], [1702467668, "17.546999999999997"], [1702467695, "17.58"], [1702467716, "17.652"], [1702467746, "17.733"], [1702467800, "17.793"], [1702467824, "17.844"], [1702467908, "17.985"], [1702467944, "18.024"], [1702467968, "18.063"], [1702468001, "18.099"], [1702468031, "18.144"], [1702468067, "18.396"], [1702468085, "18.426000000000002"], [1702468115, "18.45"], [1702468151, "18.48"], [1702468181, "18.51"], [1702468208, "18.558"], [1702468241, "18.579"], [1702468256, "18.618000000000002"], [1702468286, "18.708"], [1702468322, "18.726"], [1702468352, "18.822000000000003"], [1702468388, "18.9"], [1702468424, "18.963"], [1702468457, "19.038"], [1702468493, "19.061999999999998"], [1702468517, "19.095"], [1702468550, "19.134"], [1702468586, "19.188000000000002"], [1702468613, "19.209"], [1702468637, "19.254"], [1702468679, "19.275"], [1702468721, "19.425"], [1702468730, "19.439999999999998"], [1702468766, "19.47"], [1702468799, "19.605"], [1702468835, "19.634999999999998"], [1702468898, "19.683"], [1702468934, "19.713"], [1702468970, "19.713"], [1702468994, "19.743"], [1702469024, "19.758"], [1702469060, "19.791"], [1702469111, "19.836000000000002"], [1702469144, "19.839"], [1702469168, "19.863"], [1702469204, "19.89"], [1702469237, "19.923000000000002"], [1702469273, "19.938000000000002"], [1702469303, "20.006999999999998"], [1702469336, "20.064"], [1702469360, "20.064"], [1702469387, "20.064"], [1702469411, "20.079"], [1702469435, "20.115000000000002"], [1702469468, "20.154"], [1702469504, "20.189999999999998"], [1702469537, "20.229"], [1702469573, "20.265"], [1702469606, "20.316000000000003"], [1702469633, "20.364"], [1702469660, "20.448"], [1702469684, "20.478"], [1702469717, "20.508000000000003"], [1702469753, "20.523"], [1702469786, "20.561999999999998"], [1702469816, "20.673000000000002"], [1702469834, "20.718"], [1702469864, "20.745"], [1702469906, "20.799"], [1702469936, "20.841"], [1702469972, "20.871"], [1702470005, "20.919"], [1702470029, "20.934"], [1702470065, "20.979"], [1702470101, "21.012"], [1702470131, "21.054000000000002"], [1702470167, "21.084"], [1702470203, "21.168"], [1702470251, "21.219"], [1702470278, "21.261"], [1702470311, "21.309"], [1702470347, "21.339"], [1702470371, "21.369"], [1702470404, "21.51"], [1702470440, "21.516000000000002"], [1702470476, "21.618000000000002"], [1702470506, "21.633000000000003"], [1702470542, "21.689999999999998"], [1702470575, "21.729"], [1702470611, "21.738"], [1702470635, "21.768"], [1702470662, "21.789"], [1702470686, "21.819"], [1702470719, "21.864"], [1702470746, "21.894"], [1702470812, "22.011000000000003"], [1702470845, "22.08"], [1702470875, "22.137"], [1702470899, "22.224"], [1702470953, "22.272"], [1702470983, "22.371000000000002"], [1702471025, "22.407"], [1702471067, "22.509"], [1702471169, "22.674"], [1702471193, "22.707"], [1702471226, "22.737000000000002"], [1702471265, "22.773000000000003"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "875.2379999999998"], [1702462721, "902.0219999999999"], [1702462736, "929.46"], [1702462751, "942.753"], [1702462763, "943.4399999999999"], [1702462793, "979.881"], [1702462808, "1005.645"], [1702462829, "1018.4879999999999"], [1702462844, "1154.868"], [1702462865, "1178.748"], [1702462880, "1214.2679999999998"], [1702462904, "1239.603"], [1702462919, "1244.1840000000002"], [1702462952, "1280.97"], [1702462973, "1295.796"], [1702462988, "1327.4070000000002"], [1702463045, "1362.501"], [1702463081, "1382.865"], [1702463114, "1414.299"], [1702463150, "1427.481"], [1702463186, "1444.644"], [1702463216, "1496.7"], [1702463240, "1512.948"], [1702463273, "1528.8539999999998"], [1702463324, "1657.953"], [1702463354, "1690.176"], [1702463381, "1722.0929999999998"], [1702463417, "1747.7759999999998"], [1702463453, "1796.2290000000003"], [1702463477, "1808.0819999999999"], [1702463510, "1852.185"], [1702463537, "1866.0149999999999"], [1702463570, "1893.834"], [1702463591, "1915.5600000000002"], [1702463621, "1948.4370000000001"], [1702463657, "2009.124"], [1702463693, "2036.232"], [1702463729, "2118.051"], [1702463765, "2171.694"], [1702463798, "2186.4959999999996"], [1702463846, "2197.113"], [1702463873, "2211.438"], [1702463906, "2237.3759999999997"], [1702463948, "2285.133"], [1702463984, "2328.003"], [1702464014, "2362.8360000000002"], [1702464050, "2419.086"], [1702464086, "2453.6310000000003"], [1702464122, "2494.0829999999996"], [1702464155, "2524.746"], [1702464194, "2547.579"], [1702464230, "2567.8259999999996"], [1702464263, "2585.562"], [1702464299, "2624.457"], [1702464332, "2683.0110000000004"], [1702464356, "2709.228"], [1702464392, "2748.051"], [1702464425, "2795.811"], [1702464455, "2849.16"], [1702464479, "2908.308"], [1702464509, "2937.312"], [1702464533, "2955.9179999999997"], [1702464569, "2985.585"], [1702464605, "3015.42"], [1702464635, "3059.1150000000002"], [1702464671, "3116.73"], [1702464716, "3209.8109999999997"], [1702464743, "3244.6980000000003"], [1702464776, "3423.114"], [1702464812, "3465.498"], [1702464836, "3485.763"], [1702464869, "3543.0240000000003"], [1702464905, "3583.365"], [1702464926, "3590.697"], [1702464956, "3613.854"], [1702464992, "3662.5679999999998"], [1702465016, "3678.729"], [1702465049, "3723.7980000000002"], [1702465085, "3807.699"], [1702465118, "3853.1040000000003"], [1702465145, "3900.015"], [1702465178, "3925.4850000000006"], [1702465208, "3954.801"], [1702465241, "4057.458"], [1702465298, "4094.739"], [1702465334, "4116.311999999999"], [1702465367, "4129.713"], [1702465394, "4135.098"], [1702465418, "4145.559"], [1702465445, "4189.304999999999"], [1702465481, "4214.673"], [1702465517, "4254.215999999999"], [1702465550, "4285.715999999999"], [1702465586, "4435.677"], [1702465619, "4443.239999999999"], [1702465658, "4492.83"], [1702465706, "4510.869"], [1702465754, "4546.983"], [1702465787, "4569.834"], [1702465823, "4613.195999999999"], [1702465856, "4644.482999999999"], [1702465880, "4661.468999999999"], [1702465910, "4685.463"], [1702465952, "4707.918"], [1702465988, "4736.919"], [1702466015, "4756.134"], [1702466030, "4759.3859999999995"], [1702466060, "4769.918999999999"], [1702466078, "4799.097"], [1702466138, "4836.177"], [1702466168, "4886.892"], [1702466204, "4934.736"], [1702466237, "5022.669"], [1702466261, "5037.057"], [1702466291, "5057.067"], [1702466327, "5097.306"], [1702466360, "5125.374"], [1702466384, "5142.666"], [1702466417, "5164.71"], [1702466441, "5170.983"], [1702466471, "5182.803"], [1702466507, "5228.102999999999"], [1702466540, "5267.382"], [1702466597, "5356.664999999999"], [1702466633, "5397.954000000001"], [1702466666, "5428.398"], [1702466705, "5468.247"], [1702466732, "5507.445"], [1702466765, "5527.616999999999"], [1702466801, "5544.15"], [1702466852, "5689.563"], [1702466876, "5741.178"], [1702466918, "5791.724999999999"], [1702466978, "5881.554"], [1702467014, "5947.947"], [1702467038, "6000.192"], [1702467068, "6029.3369999999995"], [1702467122, "6111.684"], [1702467158, "6143.652"], [1702467191, "6266.165999999999"], [1702467221, "6283.763999999999"], [1702467257, "6311.325"], [1702467299, "6339.642000000001"], [1702467350, "6413.205000000001"], [1702467386, "6457.506"], [1702467419, "6479.244000000001"], [1702467455, "6503.061000000001"], [1702467515, "6519.255"], [1702467542, "6527.982000000001"], [1702467566, "6533.964000000001"], [1702467599, "6541.857000000001"], [1702467635, "6573.075"], [1702467668, "6630.897000000001"], [1702467695, "6661.773"], [1702467716, "6689.205000000001"], [1702467746, "6709.602000000001"], [1702467800, "6797.79"], [1702467824, "6816.6990000000005"], [1702467908, "6855.66"], [1702467944, "6879.8189999999995"], [1702467968, "6889.103999999999"], [1702468001, "6928.74"], [1702468031, "6951.333"], [1702468067, "7065.9929999999995"], [1702468085, "7087.68"], [1702468115, "7103.8949999999995"], [1702468151, "7143.8730000000005"], [1702468181, "7161.753"], [1702468208, "7181.744999999999"], [1702468241, "7200.33"], [1702468256, "7207.503"], [1702468286, "7218.9"], [1702468322, "7231.133999999999"], [1702468352, "7340.798999999999"], [1702468388, "7394.406"], [1702468424, "7450.119000000001"], [1702468457, "7536.659999999999"], [1702468493, "7590.786"], [1702468517, "7634.8049999999985"], [1702468550, "7659.852"], [1702468586, "7679.486999999999"], [1702468613, "7726.152"], [1702468637, "7757.511000000001"], [1702468679, "7772.343"], [1702468721, "7863.939"], [1702468730, "7873.4490000000005"], [1702468766, "7910.175"], [1702468799, "7957.116"], [1702468835, "7986.1230000000005"], [1702468898, "8087.7119999999995"], [1702468934, "8131.905"], [1702468970, "8235.462"], [1702468994, "8264.034"], [1702469024, "8270.55"], [1702469060, "8300.991000000002"], [1702469111, "8339.154"], [1702469144, "8399.289"], [1702469168, "8405.871"], [1702469204, "8438.001"], [1702469237, "8461.206"], [1702469273, "8508.375"], [1702469303, "8569.284"], [1702469336, "8598.981"], [1702469360, "8614.35"], [1702469387, "8620.326000000001"], [1702469411, "8639.916000000001"], [1702469435, "8653.683"], [1702469468, "8669.640000000001"], [1702469504, "8681.949"], [1702469537, "8696.154"], [1702469573, "8722.446"], [1702469606, "8760.012"], [1702469633, "8766.159"], [1702469660, "8790.915"], [1702469684, "8818.92"], [1702469717, "8844.726"], [1702469753, "8855.508000000002"], [1702469786, "8868.588"], [1702469816, "8898.804"], [1702469834, "8906.031"], [1702469864, "8921.595"], [1702469906, "8937.39"], [1702469936, "8952.591"], [1702469972, "8967.942000000001"], [1702470005, "8981.034000000001"], [1702470029, "8985.765000000001"], [1702470065, "8997.999"], [1702470101, "9015.972"], [1702470131, "9043.788"], [1702470167, "9080.484"], [1702470203, "9121.077"], [1702470251, "9180.465000000002"], [1702470278, "9197.043"], [1702470311, "9210.849"], [1702470347, "9225.915"], [1702470371, "9236.030999999999"], [1702470404, "9256.251000000002"], [1702470440, "9265.74"], [1702470476, "9289.263"], [1702470506, "9302.499"], [1702470542, "9334.767000000002"], [1702470575, "9363.729000000001"], [1702470611, "9379.644"], [1702470635, "9395.304"], [1702470662, "9407.877"], [1702470686, "9420.141"], [1702470719, "9430.428"], [1702470746, "9448.377"], [1702470812, "9484.833"], [1702470845, "9525.201000000001"], [1702470875, "9542.292"], [1702470899, "9553.941"], [1702470953, "9575.676000000001"], [1702470983, "9588.576"], [1702471025, "9609.945"], [1702471067, "9651.404999999999"], [1702471169, "9713.145"], [1702471193, "9722.649000000001"], [1702471226, "9775.593"], [1702471265, "9798.084"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "47.055"], [1702462721, "62.702999999999996"], [1702462736, "63.273"], [1702462751, "64.167"], [1702462763, "64.218"], [1702462793, "66.855"], [1702462808, "70.209"], [1702462829, "70.665"], [1702462844, "74.43900000000001"], [1702462865, "74.871"], [1702462880, "77.07000000000001"], [1702462904, "78.39899999999999"], [1702462919, "78.92699999999999"], [1702462952, "80.79599999999999"], [1702462973, "81.042"], [1702462988, "81.858"], [1702463045, "83.12100000000001"], [1702463081, "84.61500000000001"], [1702463114, "85.40700000000001"], [1702463150, "85.896"], [1702463186, "86.97"], [1702463216, "103.824"], [1702463240, "104.23200000000001"], [1702463273, "104.99100000000001"], [1702463324, "108.94800000000001"], [1702463354, "109.848"], [1702463381, "110.49"], [1702463417, "111.465"], [1702463453, "112.37100000000001"], [1702463477, "126.183"], [1702463510, "127.719"], [1702463537, "144.657"], [1702463570, "146.442"], [1702463591, "147.597"], [1702463621, "150.513"], [1702463657, "153.975"], [1702463693, "157.386"], [1702463729, "164.52"], [1702463765, "166.944"], [1702463798, "168.525"], [1702463846, "169.557"], [1702463873, "170.61599999999999"], [1702463906, "172.647"], [1702463948, "177.291"], [1702463984, "180.936"], [1702464014, "184.48499999999999"], [1702464050, "187.479"], [1702464086, "191.988"], [1702464122, "197.406"], [1702464155, "199.89600000000002"], [1702464194, "201.95100000000002"], [1702464230, "203.925"], [1702464263, "205.72199999999998"], [1702464299, "208.899"], [1702464332, "213.18300000000002"], [1702464356, "217.06799999999998"], [1702464392, "222.207"], [1702464425, "225.501"], [1702464455, "228.57300000000004"], [1702464479, "234.03600000000003"], [1702464509, "235.15499999999997"], [1702464533, "237.144"], [1702464569, "240.603"], [1702464605, "244.035"], [1702464635, "246.98399999999998"], [1702464671, "252.459"], [1702464716, "258.87299999999993"], [1702464743, "263.83799999999997"], [1702464776, "268.75499999999994"], [1702464812, "271.34999999999997"], [1702464836, "273.76499999999993"], [1702464869, "280.27799999999996"], [1702464905, "300.924"], [1702464926, "301.518"], [1702464956, "303.204"], [1702464992, "306.26699999999994"], [1702465016, "307.72499999999997"], [1702465049, "310.131"], [1702465085, "315.681"], [1702465118, "319.66499999999996"], [1702465145, "324.43499999999995"], [1702465178, "327.96299999999997"], [1702465208, "331.47599999999994"], [1702465241, "336.45"], [1702465298, "341.241"], [1702465334, "343.239"], [1702465367, "345.27599999999995"], [1702465394, "345.747"], [1702465418, "346.79999999999995"], [1702465445, "349.494"], [1702465481, "353.7389999999999"], [1702465517, "356.271"], [1702465550, "358.95"], [1702465586, "364.24499999999995"], [1702465619, "366.11699999999996"], [1702465658, "370.5659999999999"], [1702465706, "372.3179999999999"], [1702465754, "379.89599999999996"], [1702465787, "382.284"], [1702465823, "385.52099999999996"], [1702465856, "388.941"], [1702465880, "390.954"], [1702465910, "393.63599999999997"], [1702465952, "397.383"], [1702465988, "399.234"], [1702466015, "400.431"], [1702466030, "400.647"], [1702466060, "402.177"], [1702466078, "402.711"], [1702466138, "408.3419999999999"], [1702466168, "413.526"], [1702466204, "417.42599999999993"], [1702466237, "427.03799999999995"], [1702466261, "428.21099999999996"], [1702466291, "431.05799999999994"], [1702466327, "434.6909999999999"], [1702466360, "438.11699999999996"], [1702466384, "439.76699999999994"], [1702466417, "442.20899999999995"], [1702466441, "442.71299999999997"], [1702466471, "443.865"], [1702466507, "448.356"], [1702466540, "452.154"], [1702466597, "459.47999999999996"], [1702466633, "464.00100000000003"], [1702466666, "466.038"], [1702466705, "467.5229999999999"], [1702466732, "469.23599999999993"], [1702466765, "472.335"], [1702466801, "474.009"], [1702466852, "481.467"], [1702466876, "482.30400000000003"], [1702466918, "486.59700000000004"], [1702466978, "496.002"], [1702467014, "501.768"], [1702467038, "506.337"], [1702467068, "510.16799999999995"], [1702467122, "515.0160000000001"], [1702467158, "518.13"], [1702467191, "522.7560000000001"], [1702467221, "525.339"], [1702467257, "528.612"], [1702467299, "530.1"], [1702467350, "533.76"], [1702467386, "536.2020000000001"], [1702467419, "538.173"], [1702467455, "539.9340000000001"], [1702467515, "540.816"], [1702467542, "541.761"], [1702467566, "542.274"], [1702467599, "543.1830000000001"], [1702467635, "545.085"], [1702467668, "550.407"], [1702467695, "551.607"], [1702467716, "552.8610000000001"], [1702467746, "554.172"], [1702467800, "561.483"], [1702467824, "563.013"], [1702467908, "565.725"], [1702467944, "566.6519999999999"], [1702467968, "567.2099999999999"], [1702468001, "567.729"], [1702468031, "570.12"], [1702468067, "575.3309999999999"], [1702468085, "576.2429999999999"], [1702468115, "577.473"], [1702468151, "581.4929999999999"], [1702468181, "582.519"], [1702468208, "583.4669999999999"], [1702468241, "584.2139999999999"], [1702468256, "586.8149999999999"], [1702468286, "587.436"], [1702468322, "587.958"], [1702468352, "596.409"], [1702468388, "603.432"], [1702468424, "607.9859999999999"], [1702468457, "611.55"], [1702468493, "613.9019999999999"], [1702468517, "616.035"], [1702468550, "618.0149999999999"], [1702468586, "620.0039999999999"], [1702468613, "622.1790000000001"], [1702468637, "623.346"], [1702468679, "624.48"], [1702468721, "631.2060000000001"], [1702468730, "631.734"], [1702468766, "634.119"], [1702468799, "638.6519999999999"], [1702468835, "640.4010000000001"], [1702468898, "645.7620000000002"], [1702468934, "648.1440000000001"], [1702468970, "656.0160000000001"], [1702468994, "658.023"], [1702469024, "658.335"], [1702469060, "659.7179999999998"], [1702469111, "661.782"], [1702469144, "668.0699999999999"], [1702469168, "668.7629999999999"], [1702469204, "670.212"], [1702469237, "671.448"], [1702469273, "673.1070000000001"], [1702469303, "675.9509999999999"], [1702469336, "678.141"], [1702469360, "679.377"], [1702469387, "679.6529999999999"], [1702469411, "681.108"], [1702469435, "682.164"], [1702469468, "683.052"], [1702469504, "683.7389999999999"], [1702469537, "685.1099999999999"], [1702469573, "686.6549999999999"], [1702469606, "690.717"], [1702469633, "691.221"], [1702469660, "693.7829999999999"], [1702469684, "695.586"], [1702469717, "697.3199999999999"], [1702469753, "698.19"], [1702469786, "699.042"], [1702469816, "701.343"], [1702469834, "701.664"], [1702469864, "704.2439999999999"], [1702469906, "705.3509999999999"], [1702469936, "707.3670000000001"], [1702469972, "710.079"], [1702470005, "711.921"], [1702470029, "712.107"], [1702470065, "718.923"], [1702470101, "720.087"], [1702470131, "723.318"], [1702470167, "727.5"], [1702470203, "730.821"], [1702470251, "734.919"], [1702470278, "735.6389999999999"], [1702470311, "736.647"], [1702470347, "738.684"], [1702470371, "740.3399999999999"], [1702470404, "742.59"], [1702470440, "743.5740000000001"], [1702470476, "747.48"], [1702470506, "749.178"], [1702470542, "750.477"], [1702470575, "754.53"], [1702470611, "755.8919999999999"], [1702470635, "756.669"], [1702470662, "757.314"], [1702470686, "758.295"], [1702470719, "759.5699999999999"], [1702470746, "761.052"], [1702470812, "763.761"], [1702470845, "765.5099999999999"], [1702470875, "768.468"], [1702470899, "769.833"], [1702470953, "773.25"], [1702470983, "774.324"], [1702471025, "776.739"], [1702471067, "781.2629999999999"], [1702471169, "791.4359999999999"], [1702471193, "792.534"], [1702471226, "797.0669999999999"], [1702471265, "800.55"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0.123"], [1702462763, "0.156"], [1702462793, "0.225"], [1702462808, "0.258"], [1702462829, "0.276"], [1702462844, "0.294"], [1702462865, "0.342"], [1702462880, "0.375"], [1702462904, "0.453"], [1702462919, "0.489"], [1702462952, "0.537"], [1702462973, "0.567"], [1702462988, "0.585"], [1702463045, "0.648"], [1702463081, "0.696"], [1702463114, "0.792"], [1702463150, "0.858"], [1702463186, "0.921"], [1702463216, "0.996"], [1702463240, "1.047"], [1702463273, "1.1219999999999999"], [1702463324, "1.2329999999999999"], [1702463354, "1.311"], [1702463381, "1.392"], [1702463417, "1.5"], [1702463453, "1.563"], [1702463477, "1.608"], [1702463510, "1.6440000000000001"], [1702463537, "1.692"], [1702463570, "1.722"], [1702463591, "1.7670000000000001"], [1702463621, "1.827"], [1702463657, "1.8900000000000001"], [1702463693, "1.971"], [1702463729, "2.037"], [1702463765, "2.088"], [1702463798, "2.136"], [1702463846, "2.214"], [1702463873, "2.259"], [1702463906, "2.319"], [1702463948, "2.415"], [1702463984, "2.478"], [1702464014, "2.541"], [1702464050, "2.604"], [1702464086, "2.679"], [1702464122, "2.754"], [1702464155, "2.814"], [1702464194, "2.922"], [1702464230, "2.988"], [1702464263, "3.069"], [1702464299, "3.15"], [1702464332, "3.231"], [1702464356, "3.312"], [1702464392, "3.3930000000000002"], [1702464425, "3.474"], [1702464455, "3.549"], [1702464479, "3.6270000000000002"], [1702464509, "3.717"], [1702464533, "3.807"], [1702464569, "3.9"], [1702464605, "3.981"], [1702464635, "4.074"], [1702464671, "4.17"], [1702464716, "4.263"], [1702464743, "4.353"], [1702464776, "4.443"], [1702464812, "4.533"], [1702464836, "4.638"], [1702464869, "4.728"], [1702464905, "4.836"], [1702464926, "4.9110000000000005"], [1702464956, "5.0040000000000004"], [1702464992, "5.082"], [1702465016, "5.187"], [1702465049, "5.268"], [1702465085, "5.358"], [1702465118, "5.451"], [1702465145, "5.5440000000000005"], [1702465178, "5.634"], [1702465208, "5.727"], [1702465241, "5.82"], [1702465298, "5.961"], [1702465334, "6.072"], [1702465367, "6.162"], [1702465394, "6.252"], [1702465418, "6.342"], [1702465445, "6.432"], [1702465481, "6.525"], [1702465517, "6.636"], [1702465550, "6.729"], [1702465586, "6.81"], [1702465619, "6.9030000000000005"], [1702465658, "6.996"], [1702465706, "7.071"], [1702465754, "7.089"], [1702465787, "7.125"], [1702465823, "7.143"], [1702465856, "7.176"], [1702465880, "7.224"], [1702465910, "7.275"], [1702465952, "7.338"], [1702465988, "7.401"], [1702466015, "7.461"], [1702466030, "7.521"], [1702466060, "7.581"], [1702466078, "7.644"], [1702466138, "7.758"], [1702466168, "7.824"], [1702466204, "7.89"], [1702466237, "7.953"], [1702466261, "7.998"], [1702466291, "8.061"], [1702466327, "8.121"], [1702466360, "8.181"], [1702466384, "8.241"], [1702466417, "8.289"], [1702466441, "8.352"], [1702466471, "8.415000000000001"], [1702466507, "8.451"], [1702466540, "8.502"], [1702466597, "8.586"], [1702466633, "8.637"], [1702466666, "8.682"], [1702466705, "8.727"], [1702466732, "8.787"], [1702466765, "8.835"], [1702466801, "8.895"], [1702466852, "8.973"], [1702466876, "9.033"], [1702466918, "9.081"], [1702466978, "9.195"], [1702467014, "9.255"], [1702467038, "9.315"], [1702467068, "9.375"], [1702467122, "9.465"], [1702467158, "9.525"], [1702467191, "9.585"], [1702467221, "9.648"], [1702467257, "9.699"], [1702467299, "9.762"], [1702467350, "9.852"], [1702467386, "9.912"], [1702467419, "9.987"], [1702467455, "10.047"], [1702467515, "10.179"], [1702467542, "10.242"], [1702467566, "10.308"], [1702467599, "10.356"], [1702467635, "10.404"], [1702467668, "10.437000000000001"], [1702467695, "10.467"], [1702467716, "10.512"], [1702467746, "10.542"], [1702467800, "10.602"], [1702467824, "10.647"], [1702467908, "10.77"], [1702467944, "10.8"], [1702467968, "10.833"], [1702468001, "10.863"], [1702468031, "10.908000000000001"], [1702468067, "10.938"], [1702468085, "10.968"], [1702468115, "10.983"], [1702468151, "11.013"], [1702468181, "11.043000000000001"], [1702468208, "11.073"], [1702468241, "11.091000000000001"], [1702468256, "11.121"], [1702468286, "11.154"], [1702468322, "11.169"], [1702468352, "11.184000000000001"], [1702468388, "11.214"], [1702468424, "11.244"], [1702468457, "11.274000000000001"], [1702468493, "11.289"], [1702468517, "11.322000000000001"], [1702468550, "11.352"], [1702468586, "11.367"], [1702468613, "11.385"], [1702468637, "11.415000000000001"], [1702468679, "11.43"], [1702468721, "11.46"], [1702468730, "11.475"], [1702468766, "11.505"], [1702468799, "11.535"], [1702468835, "11.565"], [1702468898, "11.616"], [1702468934, "11.631"], [1702468970, "11.631"], [1702468994, "11.661000000000001"], [1702469024, "11.676"], [1702469060, "11.706000000000001"], [1702469111, "11.751000000000001"], [1702469144, "11.754000000000001"], [1702469168, "11.769"], [1702469204, "11.787"], [1702469237, "11.817"], [1702469273, "11.832"], [1702469303, "11.862"], [1702469336, "11.892000000000001"], [1702469360, "11.892000000000001"], [1702469387, "11.892000000000001"], [1702469411, "11.907"], [1702469435, "11.937000000000001"], [1702469468, "11.967"], [1702469504, "12"], [1702469537, "12.033000000000001"], [1702469573, "12.066"], [1702469606, "12.096"], [1702469633, "12.126000000000001"], [1702469660, "12.156"], [1702469684, "12.186"], [1702469717, "12.216000000000001"], [1702469753, "12.231"], [1702469786, "12.246"], [1702469816, "12.264000000000001"], [1702469834, "12.294"], [1702469864, "12.309000000000001"], [1702469906, "12.360000000000001"], [1702469936, "12.39"], [1702469972, "12.42"], [1702470005, "12.435"], [1702470029, "12.450000000000001"], [1702470065, "12.468"], [1702470101, "12.501000000000001"], [1702470131, "12.534"], [1702470167, "12.564"], [1702470203, "12.594000000000001"], [1702470251, "12.624"], [1702470278, "12.654"], [1702470311, "12.684000000000001"], [1702470347, "12.714"], [1702470371, "12.744"], [1702470404, "12.777000000000001"], [1702470440, "12.780000000000001"], [1702470476, "12.813"], [1702470506, "12.816"], [1702470542, "12.849"], [1702470575, "12.864"], [1702470611, "12.864"], [1702470635, "12.894"], [1702470662, "12.909"], [1702470686, "12.939"], [1702470719, "12.969000000000001"], [1702470746, "12.999"], [1702470812, "13.047"], [1702470845, "13.065000000000001"], [1702470875, "13.095"], [1702470899, "13.125"], [1702470953, "13.17"], [1702470983, "13.200000000000001"], [1702471025, "13.236"], [1702471067, "13.287"], [1702471169, "13.377"], [1702471193, "13.41"], [1702471226, "13.440000000000001"], [1702471265, "13.473"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "184.776"], [1702462763, "229.73700000000002"], [1702462793, "318.723"], [1702462808, "362.748"], [1702462829, "406.773"], [1702462844, "449.037"], [1702462865, "491.301"], [1702462880, "533.5649999999999"], [1702462904, "618.0930000000001"], [1702462919, "660.357"], [1702462952, "744.885"], [1702462973, "787.1489999999999"], [1702462988, "829.413"], [1702463045, "956.2050000000002"], [1702463081, "1040.733"], [1702463114, "1125.261"], [1702463150, "1209.789"], [1702463186, "1294.3169999999998"], [1702463216, "1378.845"], [1702463240, "1463.373"], [1702463273, "1547.901"], [1702463324, "1674.6930000000002"], [1702463354, "1759.221"], [1702463381, "1843.749"], [1702463417, "1928.277"], [1702463453, "2012.8050000000003"], [1702463477, "2097.333"], [1702463510, "2181.861"], [1702463537, "2266.389"], [1702463570, "2350.917"], [1702463591, "2435.445"], [1702463621, "2519.973"], [1702463657, "2604.501"], [1702463693, "2689.029"], [1702463729, "2773.557"], [1702463765, "2858.0849999999996"], [1702463798, "2942.6130000000003"], [1702463846, "3069.405"], [1702463873, "3153.933"], [1702463906, "3238.461"], [1702463948, "3365.2529999999997"], [1702463984, "3449.7810000000004"], [1702464014, "3534.309"], [1702464050, "3618.8369999999995"], [1702464086, "3703.365"], [1702464122, "3787.893"], [1702464155, "3872.421"], [1702464194, "3999.213"], [1702464230, "4083.741"], [1702464263, "4168.268999999999"], [1702464299, "4252.7970000000005"], [1702464332, "4337.325"], [1702464356, "4421.853"], [1702464392, "4506.380999999999"], [1702464425, "4590.909000000001"], [1702464455, "4675.437"], [1702464479, "4759.965"], [1702464509, "4844.4929999999995"], [1702464533, "4929.021"], [1702464569, "5013.549"], [1702464605, "5098.076999999999"], [1702464635, "5182.6050000000005"], [1702464671, "5267.132999999999"], [1702464716, "5351.661"], [1702464743, "5436.189"], [1702464776, "5520.717"], [1702464812, "5605.245"], [1702464836, "5689.773"], [1702464869, "5774.301"], [1702464905, "5858.829"], [1702464926, "5943.357000000001"], [1702464956, "6027.884999999999"], [1702464992, "6112.4130000000005"], [1702465016, "6196.941"], [1702465049, "6281.469"], [1702465085, "6365.997"], [1702465118, "6450.525000000001"], [1702465145, "6535.052999999999"], [1702465178, "6619.581"], [1702465208, "6704.109"], [1702465241, "6788.637"], [1702465298, "6915.428999999999"], [1702465334, "6999.957"], [1702465367, "7084.485000000001"], [1702465394, "7169.013"], [1702465418, "7253.541"], [1702465445, "7338.0689999999995"], [1702465481, "7422.597"], [1702465517, "7507.125"], [1702465550, "7591.653"], [1702465586, "7676.181"], [1702465619, "7760.708999999999"], [1702465658, "7845.237000000001"], [1702465706, "7929.765"], [1702465754, "8056.557"], [1702465787, "8141.085"], [1702465823, "8225.613000000001"], [1702465856, "8310.141"], [1702465880, "8394.669"], [1702465910, "8479.197"], [1702465952, "8563.725"], [1702465988, "8648.252999999999"], [1702466015, "8732.781"], [1702466030, "8817.309000000001"], [1702466060, "8901.837"], [1702466078, "8986.365"], [1702466138, "9113.157"], [1702466168, "9197.685"], [1702466204, "9282.213"], [1702466237, "9366.741"], [1702466261, "9451.269"], [1702466291, "9535.797"], [1702466327, "9620.324999999999"], [1702466360, "9704.853"], [1702466384, "9789.381000000001"], [1702466417, "9873.909"], [1702466441, "9958.436999999998"], [1702466471, "10042.965"], [1702466507, "10127.493"], [1702466540, "10212.020999999999"], [1702466597, "10338.812999999998"], [1702466633, "10423.341"], [1702466666, "10507.869"], [1702466705, "10592.396999999999"], [1702466732, "10676.925000000001"], [1702466765, "10761.453"], [1702466801, "10845.980999999998"], [1702466852, "10972.773"], [1702466876, "11057.301000000001"], [1702466918, "11141.829"], [1702466978, "11310.885"], [1702467014, "11395.413"], [1702467038, "11479.940999999999"], [1702467068, "11564.469000000001"], [1702467122, "11691.261"], [1702467158, "11775.789"], [1702467191, "11860.317"], [1702467221, "11944.845"], [1702467257, "12029.373"], [1702467299, "12113.901"], [1702467350, "12240.693"], [1702467386, "12325.221000000001"], [1702467419, "12409.749"], [1702467455, "12494.277"], [1702467515, "12663.333"], [1702467542, "12747.861"], [1702467566, "12832.389"], [1702467599, "12916.917000000001"], [1702467635, "13001.445"], [1702467668, "13085.973000000002"], [1702467695, "13170.501"], [1702467716, "13255.028999999999"], [1702467746, "13339.557"], [1702467800, "13466.348999999998"], [1702467824, "13550.877"], [1702467908, "13762.196999999998"], [1702467944, "13846.725000000002"], [1702467968, "13931.253"], [1702468001, "14015.780999999999"], [1702468031, "14100.309000000001"], [1702468067, "14184.837"], [1702468085, "14269.364999999998"], [1702468115, "14353.893"], [1702468151, "14438.421"], [1702468181, "14522.948999999999"], [1702468208, "14607.477000000003"], [1702468241, "14692.005000000001"], [1702468256, "14776.533"], [1702468286, "14861.061000000002"], [1702468322, "14945.589"], [1702468352, "15030.116999999998"], [1702468388, "15114.645"], [1702468424, "15199.173"], [1702468457, "15283.701"], [1702468493, "15368.229000000003"], [1702468517, "15452.757000000001"], [1702468550, "15537.285"], [1702468586, "15621.812999999998"], [1702468613, "15706.340999999999"], [1702468637, "15790.868999999999"], [1702468679, "15875.397"], [1702468721, "15959.925000000001"], [1702468730, "16002.188999999998"], [1702468766, "16086.717"], [1702468799, "16171.245"], [1702468835, "16255.773000000001"], [1702468898, "16382.564999999999"], [1702468934, "16467.092999999997"], [1702468970, "16551.621"], [1702468994, "16636.149"], [1702469024, "16720.677"], [1702469060, "16805.205"], [1702469111, "16931.997000000003"], [1702469144, "17016.525"], [1702469168, "17101.053"], [1702469204, "17185.581"], [1702469237, "17270.109"], [1702469273, "17354.637"], [1702469303, "17439.165"], [1702469336, "17523.693"], [1702469360, "17608.221"], [1702469387, "17692.749000000003"], [1702469411, "17777.277"], [1702469435, "17861.805"], [1702469468, "17946.333"], [1702469504, "18030.861"], [1702469537, "18115.389"], [1702469573, "18199.917"], [1702469606, "18284.445"], [1702469633, "18368.973"], [1702469660, "18453.501"], [1702469684, "18538.029"], [1702469717, "18622.557"], [1702469753, "18707.085"], [1702469786, "18791.613"], [1702469816, "18876.141"], [1702469834, "18960.668999999998"], [1702469864, "19045.197"], [1702469906, "19171.989"], [1702469936, "19256.517"], [1702469972, "19341.045"], [1702470005, "19425.573000000004"], [1702470029, "19510.101"], [1702470065, "19594.629"], [1702470101, "19679.157"], [1702470131, "19763.684999999998"], [1702470167, "19848.213"], [1702470203, "19932.741"], [1702470251, "20059.533"], [1702470278, "20144.061"], [1702470311, "20228.589"], [1702470347, "20313.117"], [1702470371, "20397.645"], [1702470404, "20482.173"], [1702470440, "20566.701"], [1702470476, "20651.229000000003"], [1702470506, "20735.756999999998"], [1702470542, "20820.285"], [1702470575, "20904.813000000002"], [1702470611, "20989.340999999997"], [1702470635, "21073.869"], [1702470662, "21158.397"], [1702470686, "21242.925"], [1702470719, "21327.453"], [1702470746, "21411.981000000003"], [1702470812, "21581.037"], [1702470845, "21665.565000000002"], [1702470875, "21750.092999999997"], [1702470899, "21834.621"], [1702470953, "21961.413"], [1702470983, "22045.941000000003"], [1702471025, "22130.469"], [1702471067, "22257.261"], [1702471169, "22468.581"], [1702471193, "22553.109"], [1702471226, "22637.637000000002"], [1702471265, "22722.165"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.036"], [1702462721, "0.054"], [1702462736, "0.09"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "46.959"], [1702462721, "92.89800000000001"], [1702462736, "138.83700000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "4.029"], [1702462988, "4.53"], [1702463045, "5.523"], [1702463081, "6.042"], [1702463114, "6.42"], [1702463150, "6.6930000000000005"], [1702463186, "6.897000000000001"], [1702463216, "7.389"], [1702463240, "7.614"], [1702463273, "7.848"], [1702463324, "8.424000000000001"], [1702463354, "8.631"], [1702463381, "9.096"], [1702463417, "9.609"], [1702463453, "10.23"], [1702463477, "10.764000000000001"], [1702463510, "11.025"], [1702463537, "11.241"], [1702463570, "11.454"], [1702463591, "11.661"], [1702463621, "11.901"], [1702463657, "12.132"], [1702463693, "12.543000000000001"], [1702463729, "13.254000000000001"], [1702463765, "13.829999999999998"], [1702463798, "14.226"], [1702463846, "14.577000000000002"], [1702463873, "14.802000000000001"], [1702463906, "15.102"], [1702463948, "16.029"], [1702463984, "16.518"], [1702464014, "17.037"], [1702464050, "17.748"], [1702464086, "18.417"], [1702464122, "19.149"], [1702464155, "19.485"], [1702464194, "20.012999999999998"], [1702464230, "20.187"], [1702464263, "20.454"], [1702464299, "21.576"], [1702464332, "22.647"], [1702464356, "23.286"], [1702464392, "23.736"], [1702464425, "24.326999999999998"], [1702464455, "24.795"], [1702464479, "25.422"], [1702464509, "26.268"], [1702464533, "26.742"], [1702464569, "27.318"], [1702464605, "27.882"], [1702464635, "28.476"], [1702464671, "29.304"], [1702464716, "30.465000000000003"], [1702464743, "30.909000000000002"], [1702464776, "32.223"], [1702464812, "32.852999999999994"], [1702464836, "33.144"], [1702464869, "33.714"], [1702464905, "34.119"], [1702464926, "34.281000000000006"], [1702464956, "34.638"], [1702464992, "35.730000000000004"], [1702465016, "36.018"], [1702465049, "36.894"], [1702465085, "37.580999999999996"], [1702465118, "37.977000000000004"], [1702465145, "38.745"], [1702465178, "39.111000000000004"], [1702465208, "39.543"], [1702465241, "40.029"], [1702465298, "40.803"], [1702465334, "41.22899999999999"], [1702465367, "41.652"], [1702465394, "41.916"], [1702465418, "42.117"], [1702465445, "42.696"], [1702465481, "43.131"], [1702465517, "43.98"], [1702465550, "44.496"], [1702465586, "45.222"], [1702465619, "45.458999999999996"], [1702465658, "46.05"], [1702465706, "46.425"], [1702465754, "47.082"], [1702465787, "47.379000000000005"], [1702465823, "47.628"], [1702465856, "48.351"], [1702465880, "48.642"], [1702465910, "49.104000000000006"], [1702465952, "49.623000000000005"], [1702465988, "50.202"], [1702466015, "50.571"], [1702466030, "50.652"], [1702466060, "50.931"], [1702466078, "51.092999999999996"], [1702466138, "51.894"], [1702466168, "52.431"], [1702466204, "52.812000000000005"], [1702466237, "53.681999999999995"], [1702466261, "53.99099999999999"], [1702466291, "54.471000000000004"], [1702466327, "55.574999999999996"], [1702466360, "55.983000000000004"], [1702466384, "56.169"], [1702466417, "56.400000000000006"], [1702466441, "56.589"], [1702466471, "56.853"], [1702466507, "57.774"], [1702466540, "58.182"], [1702466597, "59.673"], [1702466633, "60.714"], [1702466666, "61.239000000000004"], [1702466705, "61.523999999999994"], [1702466732, "61.959"], [1702466765, "62.370000000000005"], [1702466801, "62.688"], [1702466852, "63.726"], [1702466876, "63.84"], [1702466918, "64.36800000000001"], [1702466978, "66.012"], [1702467014, "66.606"], [1702467038, "67.02"], [1702467068, "67.482"], [1702467122, "68.154"], [1702467158, "68.667"], [1702467191, "69.093"], [1702467221, "69.639"], [1702467257, "69.96"], [1702467299, "70.221"], [1702467350, "70.76400000000001"], [1702467386, "71.06099999999999"], [1702467419, "71.331"], [1702467455, "71.613"], [1702467515, "71.919"], [1702467542, "72.078"], [1702467566, "72.192"], [1702467599, "72.351"], [1702467635, "72.645"], [1702467668, "73.63799999999999"], [1702467695, "73.971"], [1702467716, "74.106"], [1702467746, "74.343"], [1702467800, "75.06"], [1702467824, "75.19200000000001"], [1702467908, "75.954"], [1702467944, "76.329"], [1702467968, "76.389"], [1702468001, "76.467"], [1702468031, "76.67999999999999"], [1702468067, "77.043"], [1702468085, "77.13600000000001"], [1702468115, "77.304"], [1702468151, "77.868"], [1702468181, "77.99700000000001"], [1702468208, "78.14399999999999"], [1702468241, "79.67099999999999"], [1702468256, "79.752"], [1702468286, "79.971"], [1702468322, "80.04299999999999"], [1702468352, "80.64"], [1702468388, "81.243"], [1702468424, "81.888"], [1702468457, "82.311"], [1702468493, "82.62"], [1702468517, "83.082"], [1702468550, "83.16"], [1702468586, "83.51100000000001"], [1702468613, "83.97"], [1702468637, "84.73499999999999"], [1702468679, "84.897"], [1702468721, "85.96499999999999"], [1702468730, "86.01599999999999"], [1702468766, "86.43299999999999"], [1702468799, "87.021"], [1702468835, "87.255"], [1702468898, "88.386"], [1702468934, "88.872"], [1702468970, "89.655"], [1702468994, "89.907"], [1702469024, "89.97300000000001"], [1702469060, "90.37800000000001"], [1702469111, "90.732"], [1702469144, "91.21199999999999"], [1702469168, "91.287"], [1702469204, "91.602"], [1702469237, "91.734"], [1702469273, "91.824"], [1702469303, "92.38199999999999"], [1702469336, "92.694"], [1702469360, "92.922"], [1702469387, "92.997"], [1702469411, "93.936"], [1702469435, "94.362"], [1702469468, "94.512"], [1702469504, "94.66199999999999"], [1702469537, "94.923"], [1702469573, "95.187"], [1702469606, "95.802"], [1702469633, "95.96099999999998"], [1702469660, "96.49199999999999"], [1702469684, "96.78899999999999"], [1702469717, "97.30799999999999"], [1702469753, "97.446"], [1702469786, "97.674"], [1702469816, "98.00399999999999"], [1702469834, "98.09700000000001"], [1702469864, "98.229"], [1702469906, "98.547"], [1702469936, "98.877"], [1702469972, "99.12299999999999"], [1702470005, "99.357"], [1702470029, "99.411"], [1702470065, "99.504"], [1702470101, "99.642"], [1702470131, "100.09200000000001"], [1702470167, "100.758"], [1702470203, "101.604"], [1702470251, "102.246"], [1702470278, "102.438"], [1702470311, "102.63000000000001"], [1702470347, "102.948"], [1702470371, "103.044"], [1702470404, "103.227"], [1702470440, "103.497"], [1702470476, "104.112"], [1702470506, "104.364"], [1702470542, "104.7"], [1702470575, "105.147"], [1702470611, "105.384"], [1702470635, "105.57300000000001"], [1702470662, "105.69300000000001"], [1702470686, "105.88799999999999"], [1702470719, "106.05"], [1702470746, "106.374"], [1702470812, "106.881"], [1702470845, "107.601"], [1702470875, "108.027"], [1702470899, "108.192"], [1702470953, "108.774"], [1702470983, "109.059"], [1702471025, "109.42500000000001"], [1702471067, "110.22899999999998"], [1702471169, "110.868"], [1702471193, "111.069"], [1702471226, "111.51"], [1702471265, "111.88499999999999"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "380.376"], [1702462988, "422.64"], [1702463045, "549.432"], [1702463081, "633.9599999999999"], [1702463114, "718.4879999999999"], [1702463150, "803.0160000000001"], [1702463186, "887.544"], [1702463216, "972.0719999999999"], [1702463240, "1056.6"], [1702463273, "1141.128"], [1702463324, "1267.9199999999998"], [1702463354, "1352.448"], [1702463381, "1436.9759999999999"], [1702463417, "1521.504"], [1702463453, "1606.0320000000002"], [1702463477, "1690.56"], [1702463510, "1775.088"], [1702463537, "1859.616"], [1702463570, "1944.1439999999998"], [1702463591, "2028.672"], [1702463621, "2113.2"], [1702463657, "2197.728"], [1702463693, "2282.256"], [1702463729, "2366.784"], [1702463765, "2451.312"], [1702463798, "2535.8399999999997"], [1702463846, "2662.6319999999996"], [1702463873, "2747.1600000000003"], [1702463906, "2831.688"], [1702463948, "2958.48"], [1702463984, "3043.008"], [1702464014, "3127.536"], [1702464050, "3212.0640000000003"], [1702464086, "3296.5919999999996"], [1702464122, "3381.12"], [1702464155, "3465.648"], [1702464194, "3592.44"], [1702464230, "3676.968"], [1702464263, "3761.496"], [1702464299, "3846.0240000000003"], [1702464332, "3930.552"], [1702464356, "4015.08"], [1702464392, "4099.608"], [1702464425, "4184.136"], [1702464455, "4268.664"], [1702464479, "4353.192"], [1702464509, "4437.72"], [1702464533, "4522.2480000000005"], [1702464569, "4606.776"], [1702464605, "4691.304"], [1702464635, "4775.832"], [1702464671, "4860.360000000001"], [1702464716, "4944.888"], [1702464743, "5029.416"], [1702464776, "5113.944"], [1702464812, "5198.472"], [1702464836, "5283"], [1702464869, "5367.528"], [1702464905, "5452.056"], [1702464926, "5536.584"], [1702464956, "5621.112"], [1702464992, "5705.639999999999"], [1702465016, "5790.168"], [1702465049, "5874.696"], [1702465085, "5959.223999999999"], [1702465118, "6043.752"], [1702465145, "6128.279999999999"], [1702465178, "6212.808"], [1702465208, "6297.335999999999"], [1702465241, "6381.864"], [1702465298, "6508.655999999999"], [1702465334, "6593.183999999999"], [1702465367, "6677.7119999999995"], [1702465394, "6762.24"], [1702465418, "6846.767999999999"], [1702465445, "6931.296"], [1702465481, "7015.8240000000005"], [1702465517, "7100.352"], [1702465550, "7184.88"], [1702465586, "7269.407999999999"], [1702465619, "7353.936"], [1702465658, "7438.464"], [1702465706, "7522.992"], [1702465754, "7649.784"], [1702465787, "7734.312"], [1702465823, "7818.84"], [1702465856, "7903.3679999999995"], [1702465880, "7987.896"], [1702465910, "8072.424000000001"], [1702465952, "8156.951999999999"], [1702465988, "8241.48"], [1702466015, "8326.008"], [1702466030, "8410.536"], [1702466060, "8495.064"], [1702466078, "8579.592"], [1702466138, "8706.384"], [1702466168, "8790.912"], [1702466204, "8875.44"], [1702466237, "8959.968"], [1702466261, "9044.496000000001"], [1702466291, "9129.024"], [1702466327, "9213.552"], [1702466360, "9298.08"], [1702466384, "9382.608"], [1702466417, "9467.136"], [1702466441, "9551.664"], [1702466471, "9636.192"], [1702466507, "9720.720000000001"], [1702466540, "9805.248"], [1702466597, "9932.039999999999"], [1702466633, "10016.568"], [1702466666, "10101.096000000001"], [1702466705, "10185.624"], [1702466732, "10270.152"], [1702466765, "10354.68"], [1702466801, "10439.208"], [1702466852, "10566"], [1702466876, "10650.527999999998"], [1702466918, "10735.056"], [1702466978, "10904.112"], [1702467014, "10988.640000000001"], [1702467038, "11073.168"], [1702467068, "11157.695999999998"], [1702467122, "11284.488"], [1702467158, "11369.016"], [1702467191, "11453.544"], [1702467221, "11538.072"], [1702467257, "11622.6"], [1702467299, "11707.128"], [1702467350, "11833.92"], [1702467386, "11918.447999999999"], [1702467419, "12002.976"], [1702467455, "12087.504"], [1702467515, "12256.559999999998"], [1702467542, "12341.088000000002"], [1702467566, "12425.616"], [1702467599, "12510.144"], [1702467635, "12594.671999999999"], [1702467668, "12679.199999999999"], [1702467695, "12763.728"], [1702467716, "12848.256000000001"], [1702467746, "12932.784"], [1702467800, "13059.576000000001"], [1702467824, "13144.104"], [1702467908, "13355.423999999999"], [1702467944, "13439.952"], [1702467968, "13524.48"], [1702468001, "13609.008"], [1702468031, "13693.535999999998"], [1702468067, "13778.063999999998"], [1702468085, "13862.592"], [1702468115, "13947.119999999999"], [1702468151, "14031.648000000001"], [1702468181, "14116.176"], [1702468208, "14200.704"], [1702468241, "14285.232"], [1702468256, "14369.76"], [1702468286, "14454.287999999999"], [1702468322, "14538.815999999999"], [1702468352, "14623.344000000001"], [1702468388, "14707.872"], [1702468424, "14792.400000000001"], [1702468457, "14876.928"], [1702468493, "14961.456"], [1702468517, "15045.984"], [1702468550, "15130.512"], [1702468586, "15215.039999999999"], [1702468613, "15299.568"], [1702468637, "15384.096000000001"], [1702468679, "15468.624"], [1702468721, "15553.151999999998"], [1702468730, "15595.416"], [1702468766, "15679.944000000001"], [1702468799, "15764.472000000002"], [1702468835, "15849"], [1702468898, "15975.792"], [1702468934, "16060.32"], [1702468970, "16144.848000000002"], [1702468994, "16229.376"], [1702469024, "16313.903999999999"], [1702469060, "16398.432"], [1702469111, "16525.224"], [1702469144, "16609.752"], [1702469168, "16694.28"], [1702469204, "16778.807999999997"], [1702469237, "16863.336000000003"], [1702469273, "16947.864"], [1702469303, "17032.392"], [1702469336, "17116.92"], [1702469360, "17201.448"], [1702469387, "17285.976"], [1702469411, "17370.504"], [1702469435, "17455.032"], [1702469468, "17539.559999999998"], [1702469504, "17624.088000000003"], [1702469537, "17708.616"], [1702469573, "17793.144"], [1702469606, "17877.672"], [1702469633, "17962.2"], [1702469660, "18046.728"], [1702469684, "18131.256"], [1702469717, "18215.784"], [1702469753, "18300.311999999998"], [1702469786, "18384.84"], [1702469816, "18469.368"], [1702469834, "18553.896"], [1702469864, "18638.424"], [1702469906, "18765.216"], [1702469936, "18849.744"], [1702469972, "18934.272"], [1702470005, "19018.8"], [1702470029, "19103.328"], [1702470065, "19187.856"], [1702470101, "19272.384"], [1702470131, "19356.912"], [1702470167, "19441.440000000002"], [1702470203, "19525.968"], [1702470251, "19652.76"], [1702470278, "19737.288"], [1702470311, "19821.816"], [1702470347, "19906.343999999997"], [1702470371, "19990.872000000003"], [1702470404, "20075.4"], [1702470440, "20159.928"], [1702470476, "20244.456"], [1702470506, "20328.983999999997"], [1702470542, "20413.512000000002"], [1702470575, "20498.04"], [1702470611, "20582.568"], [1702470635, "20667.095999999998"], [1702470662, "20751.623999999996"], [1702470686, "20836.152000000002"], [1702470719, "20920.68"], [1702470746, "21005.208"], [1702470812, "21174.264"], [1702470845, "21258.792"], [1702470875, "21343.32"], [1702470899, "21427.847999999998"], [1702470953, "21554.64"], [1702470983, "21639.168"], [1702471025, "21723.696000000004"], [1702471067, "21850.487999999998"], [1702471169, "22061.807999999997"], [1702471193, "22146.336"], [1702471226, "22230.864"], [1702471265, "22315.391999999996"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "1.248"], [1702462865, "1.9350000000000003"], [1702462880, "2.5890000000000004"], [1702462904, "3.006"], [1702462919, "3.108"], [1702462952, "3.714"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "42.264"], [1702462865, "84.528"], [1702462880, "126.792"], [1702462904, "211.32"], [1702462919, "253.584"], [1702462952, "338.112"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1204.752"], [1702462721, "1258.872"], [1702462736, "1270.4819999999997"], [1702462751, "1285.359"], [1702462763, "1285.638"], [1702462793, "1378.6589999999999"], [1702462808, "1491.6960000000001"], [1702462829, "1522.332"], [1702462844, "1708.086"], [1702462865, "1740.546"], [1702462880, "1825.557"], [1702462904, "1880.106"], [1702462919, "1888.473"], [1702462952, "1963.077"], [1702462973, "1998.3600000000001"], [1702462988, "2040.6930000000002"], [1702463045, "2123.79"], [1702463081, "2206.467"], [1702463114, "2264.115"], [1702463150, "2285.178"], [1702463186, "2327.25"], [1702463216, "2429.7180000000003"], [1702463240, "2462.838"], [1702463273, "2510.5409999999997"], [1702463324, "2693.7059999999997"], [1702463354, "2710.746"], [1702463381, "2781.132"], [1702463417, "2812.554"], [1702463453, "2916.126"], [1702463477, "3003.882"], [1702463510, "3069.618"], [1702463537, "3094.839"], [1702463570, "3131.721"], [1702463591, "3172.9259999999995"], [1702463621, "3230.346"], [1702463657, "3309.9449999999997"], [1702463693, "3380.058"], [1702463729, "3496.539"], [1702463765, "3546.1530000000002"], [1702463798, "3590.988"], [1702463846, "3643.5329999999994"], [1702463873, "3693.621"], [1702463906, "3749.562"], [1702463948, "3823.314"], [1702463984, "3925.8059999999996"], [1702464014, "3965.4480000000003"], [1702464050, "4051.9739999999997"], [1702464086, "4138.473"], [1702464122, "4224.129000000001"], [1702464155, "4290.909000000001"], [1702464194, "4333.539000000001"], [1702464230, "4363.149"], [1702464263, "4397.835"], [1702464299, "4472.580000000001"], [1702464332, "4559.697000000001"], [1702464356, "4783.299000000001"], [1702464392, "4872.195"], [1702464425, "4937.928"], [1702464455, "5234.760000000001"], [1702464479, "5317.527"], [1702464509, "5348.0160000000005"], [1702464533, "5474.703"], [1702464569, "5550.492000000001"], [1702464605, "5612.304000000001"], [1702464635, "5764.800000000001"], [1702464671, "5875.098"], [1702464716, "6466.644000000001"], [1702464743, "6521.481"], [1702464776, "6717.228"], [1702464812, "6781.6230000000005"], [1702464836, "6835.929000000002"], [1702464869, "6935.4929999999995"], [1702464905, "7041.572999999999"], [1702464926, "7053.216"], [1702464956, "7223.889000000001"], [1702464992, "7281.291000000001"], [1702465016, "7310.106000000001"], [1702465049, "7450.812"], [1702465085, "7586.13"], [1702465118, "7625.129999999999"], [1702465145, "7711.782"], [1702465178, "7763.249999999999"], [1702465208, "7821.963000000001"], [1702465241, "7955.1630000000005"], [1702465298, "8025.483"], [1702465334, "8063.289"], [1702465367, "8097.150000000001"], [1702465394, "8109.756"], [1702465418, "8135.094"], [1702465445, "8213.793"], [1702465481, "8274.782999999998"], [1702465517, "8351.988"], [1702465550, "8397.615"], [1702465586, "8652.021"], [1702465619, "8676.884999999998"], [1702465658, "8806.041"], [1702465706, "8829.606"], [1702465754, "8901.779999999999"], [1702465787, "8950.926"], [1702465823, "9014.186999999998"], [1702465856, "9110.175000000001"], [1702465880, "9153.525"], [1702465910, "9204.864"], [1702465952, "9251.831999999999"], [1702465988, "9290.984999999999"], [1702466015, "9330.24"], [1702466030, "9335.157"], [1702466060, "9356.694"], [1702466078, "9373.461"], [1702466138, "9463.625999999998"], [1702466168, "9513.234"], [1702466204, "9611.397"], [1702466237, "9743.769"], [1702466261, "9784.916999999998"], [1702466291, "9828.9"], [1702466327, "9893.631"], [1702466360, "9989.798999999999"], [1702466384, "10034.526"], [1702466417, "10081.911"], [1702466441, "10095.981"], [1702466471, "10114.842"], [1702466507, "10196.406"], [1702466540, "10295.373"], [1702466597, "10484.376"], [1702466633, "10576.062"], [1702466666, "10652.021999999999"], [1702466705, "10716.744"], [1702466732, "10754.019"], [1702466765, "10789.512"], [1702466801, "10819.488"], [1702466852, "10982.259"], [1702466876, "11002.794000000002"], [1702466918, "11098.284000000001"], [1702466978, "11324.184000000001"], [1702467014, "11428.674000000003"], [1702467038, "11514.447000000002"], [1702467068, "11583.741"], [1702467122, "11671.554"], [1702467158, "11714.307"], [1702467191, "11831.007000000001"], [1702467221, "11861.511000000002"], [1702467257, "11924.322"], [1702467299, "11974.230000000001"], [1702467350, "12084.186"], [1702467386, "12155.727"], [1702467419, "12179.028000000002"], [1702467455, "12210.681"], [1702467515, "12244.959"], [1702467542, "12263.796"], [1702467566, "12275.772"], [1702467599, "12287.583"], [1702467635, "12324.804"], [1702467668, "12448.788"], [1702467695, "12493.041000000001"], [1702467716, "12535.809000000001"], [1702467746, "12579.726000000002"], [1702467800, "12723.264000000003"], [1702467824, "12777.288000000002"], [1702467908, "12845.253"], [1702467944, "12870.378"], [1702467968, "12887.607"], [1702468001, "12902.829000000002"], [1702468031, "12971.166000000001"], [1702468067, "13251.996"], [1702468085, "13280.634"], [1702468115, "13315.881"], [1702468151, "13399.893"], [1702468181, "13428.011999999999"], [1702468208, "13454.391"], [1702468241, "13485.315"], [1702468256, "13496.784000000001"], [1702468286, "13518.303"], [1702468322, "13536.336"], [1702468352, "13715.868"], [1702468388, "13800.615"], [1702468424, "13912.011"], [1702468457, "14002.713000000002"], [1702468493, "14138.448"], [1702468517, "14226.503999999999"], [1702468550, "14247.633"], [1702468586, "14284.371"], [1702468613, "14377.965"], [1702468637, "14442.354000000001"], [1702468679, "14464.164"], [1702468721, "14537.253000000002"], [1702468730, "14607.123000000001"], [1702468766, "14686.023000000001"], [1702468799, "14791.041000000001"], [1702468835, "14826.591000000002"], [1702468898, "15166.344000000001"], [1702468934, "15242.241"], [1702468970, "15402.201000000001"], [1702468994, "15454.257000000001"], [1702469024, "15461.295000000002"], [1702469060, "15498.171"], [1702469111, "15561.518999999998"], [1702469144, "15678.428999999998"], [1702469168, "15692.739"], [1702469204, "15744.411"], [1702469237, "15774.858"], [1702469273, "15840.125999999998"], [1702469303, "15936.3"], [1702469336, "15985.881000000001"], [1702469360, "16021.638"], [1702469387, "16031.91"], [1702469411, "16064.304"], [1702469435, "16094.634"], [1702469468, "16122.110999999999"], [1702469504, "16139.289"], [1702469537, "16169.829"], [1702469573, "16204.998"], [1702469606, "16265.544"], [1702469633, "16278.689999999999"], [1702469660, "16346.771999999999"], [1702469684, "16382.364"], [1702469717, "16443.699"], [1702469753, "16471.653000000002"], [1702469786, "16499.364"], [1702469816, "16553.520000000004"], [1702469834, "16567.047000000002"], [1702469864, "16590.672000000002"], [1702469906, "16624.458000000002"], [1702469936, "16657.181999999997"], [1702469972, "16687.242000000002"], [1702470005, "16713.498000000003"], [1702470029, "16721.058"], [1702470065, "16742.025"], [1702470101, "16779.261"], [1702470131, "16834.161"], [1702470167, "16890.891000000003"], [1702470203, "16977.249"], [1702470251, "17081.931"], [1702470278, "17106.468000000004"], [1702470311, "17131.116"], [1702470347, "17159.601"], [1702470371, "17176.092000000004"], [1702470404, "17206.176000000003"], [1702470440, "17234.391000000003"], [1702470476, "17307.591000000004"], [1702470506, "17333.886000000002"], [1702470542, "17366.433"], [1702470575, "17415.549000000003"], [1702470611, "17460.198"], [1702470635, "17482.167"], [1702470662, "17505.420000000002"], [1702470686, "17523.147000000004"], [1702470719, "17545.665"], [1702470746, "17575.395"], [1702470812, "17632.164000000004"], [1702470845, "17695.947000000004"], [1702470875, "17733.525"], [1702470899, "17753.481"], [1702470953, "17790.819000000003"], [1702470983, "17818.311"], [1702471025, "17887.386000000002"], [1702471067, "17933.826"], [1702471169, "18052.812"], [1702471193, "18072.888"], [1702471226, "18125.412000000004"], [1702471265, "18185.100000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.9689999999999999"], [1702462808, "1.002"], [1702462829, "1.02"], [1702462844, "1.0379999999999998"], [1702462865, "1.0859999999999999"], [1702462880, "1.119"], [1702462904, "1.197"], [1702462919, "1.23"], [1702462952, "1.278"], [1702462973, "1.3079999999999998"], [1702462988, "1.326"], [1702463045, "1.3889999999999998"], [1702463081, "1.4369999999999998"], [1702463114, "1.533"], [1702463150, "1.599"], [1702463186, "1.662"], [1702463216, "1.737"], [1702463240, "1.7879999999999998"], [1702463273, "1.863"], [1702463324, "1.9739999999999998"], [1702463354, "2.052"], [1702463381, "2.133"], [1702463417, "2.1959999999999997"], [1702463453, "2.259"], [1702463477, "2.304"], [1702463510, "2.34"], [1702463537, "2.388"], [1702463570, "2.418"], [1702463591, "2.463"], [1702463621, "2.523"], [1702463657, "2.586"], [1702463693, "2.667"], [1702463729, "2.733"], [1702463765, "2.7840000000000003"], [1702463798, "2.832"], [1702463846, "2.91"], [1702463873, "2.955"], [1702463906, "3.015"], [1702463948, "3.111"], [1702463984, "3.174"], [1702464014, "3.237"], [1702464050, "3.3"], [1702464086, "3.375"], [1702464122, "3.45"], [1702464155, "3.5100000000000002"], [1702464194, "3.618"], [1702464230, "3.684"], [1702464263, "3.765"], [1702464299, "3.846"], [1702464332, "3.927"], [1702464356, "4.008"], [1702464392, "4.0889999999999995"], [1702464425, "4.17"], [1702464455, "4.245"], [1702464479, "4.3229999999999995"], [1702464509, "4.413"], [1702464533, "4.503"], [1702464569, "4.596"], [1702464605, "4.677"], [1702464635, "4.77"], [1702464671, "4.866"], [1702464716, "4.959"], [1702464743, "5.0489999999999995"], [1702464776, "5.138999999999999"], [1702464812, "5.228999999999999"], [1702464836, "5.334"], [1702464869, "5.4239999999999995"], [1702464905, "5.532"], [1702464926, "5.606999999999999"], [1702464956, "5.699999999999999"], [1702464992, "5.778"], [1702465016, "5.883"], [1702465049, "5.9639999999999995"], [1702465085, "10.155"], [1702465118, "10.248"], [1702465145, "10.341"], [1702465178, "10.431"], [1702465208, "10.524"], [1702465241, "10.617"], [1702465298, "10.758"], [1702465334, "10.869"], [1702465367, "10.959"], [1702465394, "11.049"], [1702465418, "11.139"], [1702465445, "11.229"], [1702465481, "11.322"], [1702465517, "11.433"], [1702465550, "11.526"], [1702465586, "11.607"], [1702465619, "11.7"], [1702465658, "11.793"], [1702465706, "11.867999999999999"], [1702465754, "11.886"], [1702465787, "11.922"], [1702465823, "11.94"], [1702465856, "11.972999999999999"], [1702465880, "12.021"], [1702465910, "12.072"], [1702465952, "12.135"], [1702465988, "12.198"], [1702466015, "12.258"], [1702466030, "12.318"], [1702466060, "12.378"], [1702466078, "12.440999999999999"], [1702466138, "12.555"], [1702466168, "12.620999999999999"], [1702466204, "12.687"], [1702466237, "12.75"], [1702466261, "12.795"], [1702466291, "12.857999999999999"], [1702466327, "12.918"], [1702466360, "12.978"], [1702466384, "13.038"], [1702466417, "13.092"], [1702466441, "13.155"], [1702466471, "13.218"], [1702466507, "13.254"], [1702466540, "13.305"], [1702466597, "13.389"], [1702466633, "13.44"], [1702466666, "13.485"], [1702466705, "13.53"], [1702466732, "13.59"], [1702466765, "13.638"], [1702466801, "13.698"], [1702466852, "13.776"], [1702466876, "13.836"], [1702466918, "13.884"], [1702466978, "13.998"], [1702467014, "14.058"], [1702467038, "14.118"], [1702467068, "14.177999999999999"], [1702467122, "14.268"], [1702467158, "14.328"], [1702467191, "14.388"], [1702467221, "14.451"], [1702467257, "14.502"], [1702467299, "14.565"], [1702467350, "14.655"], [1702467386, "14.715"], [1702467419, "14.79"], [1702467455, "14.85"], [1702467515, "14.972999999999999"], [1702467542, "15.036"], [1702467566, "15.102"], [1702467599, "15.15"], [1702467635, "15.198"], [1702467668, "15.231"], [1702467695, "15.261"], [1702467716, "15.306"], [1702467746, "15.336"], [1702467800, "15.395999999999999"], [1702467824, "15.440999999999999"], [1702467908, "15.564"], [1702467944, "15.594"], [1702467968, "15.627"], [1702468001, "15.657"], [1702468031, "15.702"], [1702468067, "15.732"], [1702468085, "15.762"], [1702468115, "15.777"], [1702468151, "15.807"], [1702468181, "15.837"], [1702468208, "15.866999999999999"], [1702468241, "15.885"], [1702468256, "15.915"], [1702468286, "15.948"], [1702468322, "15.963"], [1702468352, "15.978"], [1702468388, "16.008"], [1702468424, "16.038"], [1702468457, "16.067999999999998"], [1702468493, "16.083"], [1702468517, "16.116"], [1702468550, "16.146"], [1702468586, "16.161"], [1702468613, "16.179000000000002"], [1702468637, "16.209"], [1702468679, "16.224"], [1702468721, "16.253999999999998"], [1702468730, "16.269"], [1702468766, "16.299"], [1702468799, "16.329"], [1702468835, "16.359"], [1702468898, "16.407"], [1702468934, "16.422"], [1702468970, "16.422"], [1702468994, "16.451999999999998"], [1702469024, "16.467"], [1702469060, "16.497"], [1702469111, "16.542"], [1702469144, "16.545"], [1702469168, "16.560000000000002"], [1702469204, "16.578"], [1702469237, "16.608"], [1702469273, "16.622999999999998"], [1702469303, "16.653"], [1702469336, "16.683"], [1702469360, "16.683"], [1702469387, "16.683"], [1702469411, "16.698"], [1702469435, "16.728"], [1702469468, "16.758"], [1702469504, "16.791"], [1702469537, "16.823999999999998"], [1702469573, "16.857"], [1702469606, "16.887"], [1702469633, "16.917"], [1702469660, "16.947"], [1702469684, "16.977"], [1702469717, "17.006999999999998"], [1702469753, "17.022"], [1702469786, "17.037"], [1702469816, "17.055"], [1702469834, "17.085"], [1702469864, "17.1"], [1702469906, "17.151"], [1702469936, "17.180999999999997"], [1702469972, "17.211"], [1702470005, "17.226"], [1702470029, "17.241"], [1702470065, "17.259"], [1702470101, "17.292"], [1702470131, "17.325"], [1702470167, "17.355"], [1702470203, "17.384999999999998"], [1702470251, "17.415"], [1702470278, "17.445"], [1702470311, "17.475"], [1702470347, "17.505"], [1702470371, "17.535"], [1702470404, "17.567999999999998"], [1702470440, "17.570999999999998"], [1702470476, "17.604"], [1702470506, "17.607"], [1702470542, "17.64"], [1702470575, "17.655"], [1702470611, "17.655"], [1702470635, "17.685000000000002"], [1702470662, "17.7"], [1702470686, "17.73"], [1702470719, "17.759999999999998"], [1702470746, "17.79"], [1702470812, "17.838"], [1702470845, "17.856"], [1702470875, "17.886"], [1702470899, "17.916"], [1702470953, "17.961"], [1702470983, "17.991"], [1702471025, "18.027"], [1702471067, "18.078"], [1702471169, "18.168"], [1702471193, "18.201"], [1702471226, "18.231"], [1702471265, "18.264"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "417.00899999999996"], [1702462808, "461.03400000000005"], [1702462829, "505.05899999999997"], [1702462844, "547.323"], [1702462865, "589.587"], [1702462880, "631.851"], [1702462904, "716.3789999999999"], [1702462919, "758.643"], [1702462952, "843.1709999999999"], [1702462973, "885.4350000000001"], [1702462988, "927.6990000000001"], [1702463045, "1054.491"], [1702463081, "1139.019"], [1702463114, "1223.5469999999998"], [1702463150, "1308.075"], [1702463186, "1392.603"], [1702463216, "1477.1309999999999"], [1702463240, "1561.6589999999999"], [1702463273, "1646.187"], [1702463324, "1772.9790000000003"], [1702463354, "1857.5069999999998"], [1702463381, "1942.035"], [1702463417, "2026.5629999999999"], [1702463453, "2111.091"], [1702463477, "2195.6189999999997"], [1702463510, "2280.147"], [1702463537, "2364.6749999999997"], [1702463570, "2449.203"], [1702463591, "2533.7309999999998"], [1702463621, "2618.259"], [1702463657, "2702.787"], [1702463693, "2787.3149999999996"], [1702463729, "2871.8430000000003"], [1702463765, "2956.371"], [1702463798, "3040.899"], [1702463846, "3167.691"], [1702463873, "3252.219"], [1702463906, "3336.7470000000003"], [1702463948, "3463.539"], [1702463984, "3548.067"], [1702464014, "3632.5950000000003"], [1702464050, "3717.123"], [1702464086, "3801.651"], [1702464122, "3886.179"], [1702464155, "3970.707"], [1702464194, "4097.499"], [1702464230, "4182.027"], [1702464263, "4266.555"], [1702464299, "4351.083"], [1702464332, "4435.611"], [1702464356, "4520.139"], [1702464392, "4604.6669999999995"], [1702464425, "4689.195"], [1702464455, "4773.723"], [1702464479, "4858.250999999999"], [1702464509, "4942.7789999999995"], [1702464533, "5027.307"], [1702464569, "5111.835"], [1702464605, "5196.363"], [1702464635, "5280.8910000000005"], [1702464671, "5365.419"], [1702464716, "5449.947"], [1702464743, "5534.475"], [1702464776, "5619.003"], [1702464812, "5703.531"], [1702464836, "5788.058999999999"], [1702464869, "5872.5869999999995"], [1702464905, "5957.115"], [1702464926, "6041.643"], [1702464956, "6126.171"], [1702464992, "6210.6990000000005"], [1702465016, "6295.226999999999"], [1702465049, "6379.755"], [1702465085, "6464.283"], [1702465118, "6548.811"], [1702465145, "6633.339"], [1702465178, "6717.867"], [1702465208, "6802.3949999999995"], [1702465241, "6886.923"], [1702465298, "7013.715"], [1702465334, "7098.243"], [1702465367, "7182.771"], [1702465394, "7267.299"], [1702465418, "7351.827000000001"], [1702465445, "7436.355"], [1702465481, "7520.882999999999"], [1702465517, "7605.411"], [1702465550, "7689.939"], [1702465586, "7774.467"], [1702465619, "7858.994999999999"], [1702465658, "7943.523"], [1702465706, "8028.051"], [1702465754, "8154.843"], [1702465787, "8239.371000000001"], [1702465823, "8323.899000000001"], [1702465856, "8408.427"], [1702465880, "8492.955"], [1702465910, "8577.483"], [1702465952, "8662.010999999999"], [1702465988, "8746.538999999999"], [1702466015, "8831.067000000001"], [1702466030, "8915.595"], [1702466060, "9000.123"], [1702466078, "9084.651"], [1702466138, "9211.443000000001"], [1702466168, "9295.971"], [1702466204, "9380.499"], [1702466237, "9465.027"], [1702466261, "9549.555"], [1702466291, "9634.083"], [1702466327, "9718.610999999999"], [1702466360, "9803.139"], [1702466384, "9887.667"], [1702466417, "9972.195"], [1702466441, "10056.723"], [1702466471, "10141.251"], [1702466507, "10225.779"], [1702466540, "10310.306999999999"], [1702466597, "10437.099"], [1702466633, "10521.627"], [1702466666, "10606.155"], [1702466705, "10690.682999999999"], [1702466732, "10775.211000000001"], [1702466765, "10859.739"], [1702466801, "10944.266999999998"], [1702466852, "11071.059"], [1702466876, "11155.587000000001"], [1702466918, "11240.115"], [1702466978, "11409.171"], [1702467014, "11493.699"], [1702467038, "11578.227"], [1702467068, "11662.755000000001"], [1702467122, "11789.546999999999"], [1702467158, "11874.075"], [1702467191, "11958.603"], [1702467221, "12043.131000000001"], [1702467257, "12127.659000000001"], [1702467299, "12212.187"], [1702467350, "12338.979"], [1702467386, "12423.507000000001"], [1702467419, "12508.035"], [1702467455, "12592.563"], [1702467515, "12761.619"], [1702467542, "12846.146999999999"], [1702467566, "12930.675"], [1702467599, "13015.203"], [1702467635, "13099.731"], [1702467668, "13184.259000000002"], [1702467695, "13268.787"], [1702467716, "13353.315"], [1702467746, "13437.843"], [1702467800, "13564.634999999998"], [1702467824, "13649.162999999999"], [1702467908, "13860.483"], [1702467944, "13945.010999999999"], [1702467968, "14029.539"], [1702468001, "14114.067000000001"], [1702468031, "14198.595"], [1702468067, "14283.123"], [1702468085, "14367.651"], [1702468115, "14452.179"], [1702468151, "14536.707"], [1702468181, "14621.234999999999"], [1702468208, "14705.762999999997"], [1702468241, "14790.291000000001"], [1702468256, "14874.819000000001"], [1702468286, "14959.347"], [1702468322, "15043.875"], [1702468352, "15128.403"], [1702468388, "15212.931"], [1702468424, "15297.459"], [1702468457, "15381.987"], [1702468493, "15466.514999999998"], [1702468517, "15551.043000000001"], [1702468550, "15635.571000000002"], [1702468586, "15720.099"], [1702468613, "15804.627"], [1702468637, "15889.155"], [1702468679, "15973.682999999999"], [1702468721, "16058.211"], [1702468730, "16100.475"], [1702468766, "16185.003"], [1702468799, "16269.530999999999"], [1702468835, "16354.059"], [1702468898, "16480.851"], [1702468934, "16565.379"], [1702468970, "16649.907"], [1702468994, "16734.435"], [1702469024, "16818.963"], [1702469060, "16903.491"], [1702469111, "17030.283"], [1702469144, "17114.811"], [1702469168, "17199.339"], [1702469204, "17283.867"], [1702469237, "17368.395"], [1702469273, "17452.923"], [1702469303, "17537.450999999997"], [1702469336, "17621.979"], [1702469360, "17706.506999999998"], [1702469387, "17791.035"], [1702469411, "17875.563000000002"], [1702469435, "17960.091"], [1702469468, "18044.619"], [1702469504, "18129.147"], [1702469537, "18213.675"], [1702469573, "18298.202999999998"], [1702469606, "18382.731"], [1702469633, "18467.259"], [1702469660, "18551.787"], [1702469684, "18636.315000000002"], [1702469717, "18720.843"], [1702469753, "18805.371"], [1702469786, "18889.898999999998"], [1702469816, "18974.427000000003"], [1702469834, "19058.954999999998"], [1702469864, "19143.483"], [1702469906, "19270.275"], [1702469936, "19354.803000000004"], [1702469972, "19439.331"], [1702470005, "19523.859"], [1702470029, "19608.387000000002"], [1702470065, "19692.914999999997"], [1702470101, "19777.443"], [1702470131, "19861.971"], [1702470167, "19946.499"], [1702470203, "20031.027000000002"], [1702470251, "20157.818999999996"], [1702470278, "20242.347"], [1702470311, "20326.875"], [1702470347, "20411.403"], [1702470371, "20495.931"], [1702470404, "20580.459"], [1702470440, "20664.987"], [1702470476, "20749.515"], [1702470506, "20834.043"], [1702470542, "20918.570999999996"], [1702470575, "21003.099"], [1702470611, "21087.627"], [1702470635, "21172.155"], [1702470662, "21256.683"], [1702470686, "21341.211000000003"], [1702470719, "21425.739"], [1702470746, "21510.267"], [1702470812, "21679.322999999997"], [1702470845, "21763.851"], [1702470875, "21848.379"], [1702470899, "21932.907"], [1702470953, "22059.699"], [1702470983, "22144.227"], [1702471025, "22228.754999999997"], [1702471067, "22355.547000000002"], [1702471169, "22566.867000000002"], [1702471193, "22651.395"], [1702471226, "22735.923"], [1702471265, "22820.450999999997"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.483"], [1702462721, "0.501"], [1702462736, "0.684"], [1702462751, "0.8220000000000001"], [1702462763, "0.855"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "145.245"], [1702462721, "191.18400000000003"], [1702462736, "237.123"], [1702462751, "283.062"], [1702462763, "328.023"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.8299999999999998"], [1702463381, "1.9109999999999998"], [1702463417, "1.974"], [1702463453, "2.037"], [1702463477, "2.0820000000000003"], [1702463510, "2.1180000000000003"], [1702463537, "2.166"], [1702463570, "2.196"], [1702463591, "2.2439999999999998"], [1702463621, "2.304"], [1702463657, "2.367"], [1702463693, "2.448"], [1702463729, "2.514"], [1702463765, "2.568"], [1702463798, "2.616"], [1702463846, "2.694"], [1702463873, "2.739"], [1702463906, "2.799"], [1702463948, "2.895"], [1702463984, "2.9579999999999997"], [1702464014, "3.021"], [1702464050, "3.084"], [1702464086, "3.159"], [1702464122, "3.234"], [1702464155, "3.294"], [1702464194, "3.4019999999999997"], [1702464230, "3.468"], [1702464263, "3.549"], [1702464299, "3.63"], [1702464332, "3.711"], [1702464356, "3.792"], [1702464392, "3.8729999999999998"], [1702464425, "3.9539999999999997"], [1702464455, "4.029"], [1702464479, "4.107"], [1702464509, "4.197"], [1702464533, "4.287"], [1702464569, "4.380000000000001"], [1702464605, "4.461"], [1702464635, "4.554"], [1702464671, "4.65"], [1702464716, "4.743"], [1702464743, "4.833"], [1702464776, "4.923"], [1702464812, "5.013"], [1702464836, "5.118"], [1702464869, "5.208"], [1702464905, "5.316000000000001"], [1702464926, "5.391"], [1702464956, "5.484"], [1702464992, "5.562"], [1702465016, "5.673"], [1702465049, "5.754"], [1702465085, "5.843999999999999"], [1702465118, "5.936999999999999"], [1702465145, "6.029999999999999"], [1702465178, "6.12"], [1702465208, "6.213"], [1702465241, "6.306"], [1702465298, "6.447"], [1702465334, "6.558"], [1702465367, "6.648"], [1702465394, "6.7379999999999995"], [1702465418, "6.827999999999999"], [1702465445, "6.917999999999999"], [1702465481, "7.011"], [1702465517, "7.122"], [1702465550, "7.215"], [1702465586, "7.295999999999999"], [1702465619, "7.388999999999999"], [1702465658, "7.481999999999999"], [1702465706, "7.5569999999999995"], [1702465754, "7.574999999999999"], [1702465787, "7.611"], [1702465823, "7.629"], [1702465856, "7.662"], [1702465880, "7.71"], [1702465910, "7.761"], [1702465952, "7.824"], [1702465988, "7.887"], [1702466015, "7.947"], [1702466030, "8.007"], [1702466060, "8.067"], [1702466078, "8.13"], [1702466138, "8.244"], [1702466168, "8.31"], [1702466204, "8.376000000000001"], [1702466237, "8.439"], [1702466261, "8.484"], [1702466291, "8.547"], [1702466327, "8.607000000000001"], [1702466360, "8.667"], [1702466384, "8.727"], [1702466417, "8.775"], [1702466441, "8.838000000000001"], [1702466471, "8.901"], [1702466507, "8.937000000000001"], [1702466540, "8.988000000000001"], [1702466597, "9.072000000000001"], [1702466633, "9.123000000000001"], [1702466666, "9.168000000000001"], [1702466705, "9.213000000000001"], [1702466732, "9.273"], [1702466765, "9.321"], [1702466801, "9.381"], [1702466852, "9.459000000000001"], [1702466876, "9.519"], [1702466918, "9.567"], [1702466978, "9.681000000000001"], [1702467014, "9.741000000000001"], [1702467038, "9.801"], [1702467068, "9.861"], [1702467122, "9.951"], [1702467158, "10.011000000000001"], [1702467191, "10.071"], [1702467221, "10.134"], [1702467257, "10.185"], [1702467299, "10.248000000000001"], [1702467350, "10.338000000000001"], [1702467386, "10.398"], [1702467419, "10.473"], [1702467455, "10.533000000000001"], [1702467515, "10.662"], [1702467542, "10.725000000000001"], [1702467566, "10.791"], [1702467599, "10.839"], [1702467635, "10.887"], [1702467668, "10.92"], [1702467695, "10.950000000000001"], [1702467716, "10.995000000000001"], [1702467746, "11.025"], [1702467800, "11.085"], [1702467824, "11.13"], [1702467908, "11.255999999999998"], [1702467944, "11.286"], [1702467968, "11.318999999999999"], [1702468001, "11.348999999999998"], [1702468031, "11.393999999999998"], [1702468067, "11.424"], [1702468085, "11.453999999999999"], [1702468115, "11.469"], [1702468151, "11.498999999999999"], [1702468181, "11.529"], [1702468208, "11.559"], [1702468241, "11.577"], [1702468256, "11.607"], [1702468286, "11.639999999999999"], [1702468322, "11.655"], [1702468352, "11.67"], [1702468388, "11.7"], [1702468424, "11.729999999999999"], [1702468457, "11.76"], [1702468493, "11.774999999999999"], [1702468517, "11.808"], [1702468550, "11.838"], [1702468586, "11.853"], [1702468613, "11.870999999999999"], [1702468637, "11.901"], [1702468679, "11.915999999999999"], [1702468721, "11.946"], [1702468730, "11.960999999999999"], [1702468766, "11.991"], [1702468799, "12.020999999999999"], [1702468835, "12.050999999999998"], [1702468898, "12.098999999999998"], [1702468934, "12.113999999999999"], [1702468970, "12.113999999999999"], [1702468994, "12.143999999999998"], [1702469024, "12.158999999999999"], [1702469060, "12.188999999999998"], [1702469111, "12.234"], [1702469144, "12.236999999999998"], [1702469168, "12.251999999999999"], [1702469204, "12.27"], [1702469237, "12.299999999999999"], [1702469273, "12.315"], [1702469303, "12.344999999999999"], [1702469336, "12.375"], [1702469360, "12.375"], [1702469387, "12.375"], [1702469411, "12.389999999999999"], [1702469435, "12.42"], [1702469468, "12.45"], [1702469504, "12.482999999999999"], [1702469537, "12.516"], [1702469573, "12.549"], [1702469606, "12.578999999999999"], [1702469633, "12.609"], [1702469660, "12.639"], [1702469684, "12.668999999999999"], [1702469717, "12.699"], [1702469753, "12.713999999999999"], [1702469786, "12.729"], [1702469816, "12.747"], [1702469834, "12.777"], [1702469864, "12.792"], [1702469906, "12.843"], [1702469936, "12.873"], [1702469972, "12.902999999999999"], [1702470005, "12.918"], [1702470029, "12.933"], [1702470065, "12.950999999999999"], [1702470101, "12.984"], [1702470131, "13.017"], [1702470167, "13.046999999999999"], [1702470203, "13.077"], [1702470251, "13.107"], [1702470278, "13.136999999999999"], [1702470311, "13.167"], [1702470347, "13.197"], [1702470371, "13.226999999999999"], [1702470404, "13.26"], [1702470440, "13.263"], [1702470476, "13.296"], [1702470506, "13.299"], [1702470542, "13.331999999999999"], [1702470575, "13.347"], [1702470611, "13.347"], [1702470635, "13.376999999999999"], [1702470662, "13.392"], [1702470686, "13.421999999999999"], [1702470719, "13.452"], [1702470746, "13.482"], [1702470812, "13.53"], [1702470845, "13.547999999999998"], [1702470875, "13.578"], [1702470899, "13.607999999999999"], [1702470953, "13.652999999999999"], [1702470983, "13.683"], [1702471025, "13.719"], [1702471067, "13.77"], [1702471169, "13.869"], [1702471193, "13.902"], [1702471226, "13.931999999999999"], [1702471265, "13.965"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "7.647"], [1702462721, "7.665000000000001"], [1702462736, "7.7250000000000005"], [1702462751, "7.758000000000001"], [1702462763, "7.7940000000000005"], [1702462793, "7.9590000000000005"], [1702462808, "9.828"], [1702462829, "9.858"], [1702462844, "15.471000000000002"], [1702462865, "15.519000000000002"], [1702462880, "15.837000000000002"], [1702462904, "15.915000000000001"], [1702462919, "16.035"], [1702462952, "16.185000000000002"], [1702462973, "16.236"], [1702462988, "16.254"], [1702463045, "16.635"], [1702463081, "16.695"], [1702463114, "16.878"], [1702463150, "16.95"], [1702463186, "17.031000000000002"], [1702463216, "17.148"], [1702463240, "17.199"], [1702463273, "17.322000000000003"], [1702463324, "17.805"], [1702463354, "17.913000000000004"], [1702463381, "18.051000000000002"], [1702463417, "18.195"], [1702463453, "18.33"], [1702463477, "18.450000000000003"], [1702463510, "18.555"], [1702463537, "18.606"], [1702463570, "18.663"], [1702463591, "18.768"], [1702463621, "18.881999999999998"], [1702463657, "18.948"], [1702463693, "19.074"], [1702463729, "19.707"], [1702463765, "19.851000000000003"], [1702463798, "20.112"], [1702463846, "20.201999999999998"], [1702463873, "20.268"], [1702463906, "20.352"], [1702463948, "20.679"], [1702463984, "21.039"], [1702464014, "21.474"], [1702464050, "21.558"], [1702464086, "21.695999999999998"], [1702464122, "21.819000000000003"], [1702464155, "21.912000000000003"], [1702464194, "22.05"], [1702464230, "22.176"], [1702464263, "22.674"], [1702464299, "22.782"], [1702464332, "23.046"], [1702464356, "23.133000000000003"], [1702464392, "23.304"], [1702464425, "23.490000000000002"], [1702464455, "23.733"], [1702464479, "23.886"], [1702464509, "26.157"], [1702464533, "26.367"], [1702464569, "26.511000000000003"], [1702464605, "26.592"], [1702464635, "26.862000000000002"], [1702464671, "27.054000000000002"], [1702464716, "27.147"], [1702464743, "27.246000000000002"], [1702464776, "27.414"], [1702464812, "27.639000000000003"], [1702464836, "27.813000000000002"], [1702464869, "28.182000000000002"], [1702464905, "28.311"], [1702464926, "28.398000000000003"], [1702464956, "28.515"], [1702464992, "28.737000000000002"], [1702465016, "29.238000000000003"], [1702465049, "29.424000000000003"], [1702465085, "32.655"], [1702465118, "32.799"], [1702465145, "33.279"], [1702465178, "33.387"], [1702465208, "33.504"], [1702465241, "33.744"], [1702465298, "33.96"], [1702465334, "34.086"], [1702465367, "34.224000000000004"], [1702465394, "34.335"], [1702465418, "34.44"], [1702465445, "34.593"], [1702465481, "34.851000000000006"], [1702465517, "34.962"], [1702465550, "35.247"], [1702465586, "35.517"], [1702465619, "35.634"], [1702465658, "35.733000000000004"], [1702465706, "35.895"], [1702465754, "36.378"], [1702465787, "36.474000000000004"], [1702465823, "36.537"], [1702465856, "36.57"], [1702465880, "36.633"], [1702465910, "36.747"], [1702465952, "38.838"], [1702465988, "38.964"], [1702466015, "39.102000000000004"], [1702466030, "39.183"], [1702466060, "39.254999999999995"], [1702466078, "39.324"], [1702466138, "39.486000000000004"], [1702466168, "39.588"], [1702466204, "39.693"], [1702466237, "39.81"], [1702466261, "39.924"], [1702466291, "40.173"], [1702466327, "40.308"], [1702466360, "40.400999999999996"], [1702466384, "40.476"], [1702466417, "40.53"], [1702466441, "40.611"], [1702466471, "40.67699999999999"], [1702466507, "40.751999999999995"], [1702466540, "40.986000000000004"], [1702466597, "41.337"], [1702466633, "41.513999999999996"], [1702466666, "41.559"], [1702466705, "41.625"], [1702466732, "41.78999999999999"], [1702466765, "41.882999999999996"], [1702466801, "42.045"], [1702466852, "42.156000000000006"], [1702466876, "42.224999999999994"], [1702466918, "42.272999999999996"], [1702466978, "42.465"], [1702467014, "43.179"], [1702467038, "43.239000000000004"], [1702467068, "43.31100000000001"], [1702467122, "43.62"], [1702467158, "43.68"], [1702467191, "43.748999999999995"], [1702467221, "43.842"], [1702467257, "44.178000000000004"], [1702467299, "44.298"], [1702467350, "44.493"], [1702467386, "44.831999999999994"], [1702467419, "44.952"], [1702467455, "45.042"], [1702467515, "45.189"], [1702467542, "45.255"], [1702467566, "45.333"], [1702467599, "45.405"], [1702467635, "45.456"], [1702467668, "45.6"], [1702467695, "45.648"], [1702467716, "45.714"], [1702467746, "45.912"], [1702467800, "45.978"], [1702467824, "46.035000000000004"], [1702467908, "46.506"], [1702467944, "46.557"], [1702467968, "46.605000000000004"], [1702468001, "46.635000000000005"], [1702468031, "46.686"], [1702468067, "46.929"], [1702468085, "46.986"], [1702468115, "47.01"], [1702468151, "47.415"], [1702468181, "47.445"], [1702468208, "47.477999999999994"], [1702468241, "47.507999999999996"], [1702468256, "47.553"], [1702468286, "47.634"], [1702468322, "47.652"], [1702468352, "47.81400000000001"], [1702468388, "47.853"], [1702468424, "47.967"], [1702468457, "48.138000000000005"], [1702468493, "48.873"], [1702468517, "48.906"], [1702468550, "48.975"], [1702468586, "49.014"], [1702468613, "49.167"], [1702468637, "49.614000000000004"], [1702468679, "49.635000000000005"], [1702468721, "49.665000000000006"], [1702468730, "49.689"], [1702468766, "49.722"], [1702468799, "49.755"], [1702468835, "49.788000000000004"], [1702468898, "49.905"], [1702468934, "50.05200000000001"], [1702468970, "50.19"], [1702468994, "50.244"], [1702469024, "50.265"], [1702469060, "50.31"], [1702469111, "50.634"], [1702469144, "50.703"], [1702469168, "50.727000000000004"], [1702469204, "50.745000000000005"], [1702469237, "50.79600000000001"], [1702469273, "50.81700000000001"], [1702469303, "50.937"], [1702469336, "50.991"], [1702469360, "50.994"], [1702469387, "51"], [1702469411, "51.108000000000004"], [1702469435, "51.15"], [1702469468, "51.222"], [1702469504, "51.257999999999996"], [1702469537, "51.306"], [1702469573, "51.345"], [1702469606, "51.375"], [1702469633, "51.408"], [1702469660, "51.438"], [1702469684, "51.635999999999996"], [1702469717, "51.705"], [1702469753, "51.744"], [1702469786, "51.783"], [1702469816, "51.813"], [1702469834, "51.843"], [1702469864, "51.867000000000004"], [1702469906, "51.996"], [1702469936, "52.044"], [1702469972, "52.29"], [1702470005, "52.314"], [1702470029, "52.329"], [1702470065, "52.347"], [1702470101, "52.428000000000004"], [1702470131, "52.482000000000006"], [1702470167, "52.542"], [1702470203, "52.724999999999994"], [1702470251, "52.881"], [1702470278, "52.95"], [1702470311, "52.980000000000004"], [1702470347, "53.016000000000005"], [1702470371, "53.06100000000001"], [1702470404, "53.10900000000001"], [1702470440, "53.169"], [1702470476, "53.279999999999994"], [1702470506, "53.309999999999995"], [1702470542, "53.472"], [1702470575, "53.559000000000005"], [1702470611, "53.658"], [1702470635, "53.712"], [1702470662, "53.742000000000004"], [1702470686, "54.786"], [1702470719, "54.834"], [1702470746, "54.891"], [1702470812, "55.014"], [1702470845, "55.245000000000005"], [1702470875, "55.344"], [1702470899, "55.394999999999996"], [1702470953, "55.611"], [1702470983, "55.674"], [1702471025, "55.71"], [1702471067, "56.142"], [1702471169, "56.322"], [1702471193, "56.355000000000004"], [1702471226, "56.385000000000005"], [1702471265, "56.469"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "62.091"], [1702462721, "67.782"], [1702462736, "70.191"], [1702462751, "71.43"], [1702462763, "71.499"], [1702462793, "75.693"], [1702462808, "81.57900000000001"], [1702462829, "84.31200000000001"], [1702462844, "93.76500000000001"], [1702462865, "98.418"], [1702462880, "102.171"], [1702462904, "105.549"], [1702462919, "106.857"], [1702462952, "112.239"], [1702462973, "113.841"], [1702462988, "116.44800000000001"], [1702463045, "129.492"], [1702463081, "134.66699999999997"], [1702463114, "138.41099999999997"], [1702463150, "141.26999999999998"], [1702463186, "143.844"], [1702463216, "150.027"], [1702463240, "153.045"], [1702463273, "155.772"], [1702463324, "161.50799999999998"], [1702463354, "162.82799999999997"], [1702463381, "167.01899999999998"], [1702463417, "169.29899999999998"], [1702463453, "174.10799999999998"], [1702463477, "176.28"], [1702463510, "179.67"], [1702463537, "181.002"], [1702463570, "197.799"], [1702463591, "200.442"], [1702463621, "203.259"], [1702463657, "206.62199999999996"], [1702463693, "210.03300000000002"], [1702463729, "219.546"], [1702463765, "224.24999999999997"], [1702463798, "226.78799999999998"], [1702463846, "228.177"], [1702463873, "230.39399999999998"], [1702463906, "232.833"], [1702463948, "237.84599999999998"], [1702463984, "242.34"], [1702464014, "244.971"], [1702464050, "250.46699999999998"], [1702464086, "255.135"], [1702464122, "260.034"], [1702464155, "265.854"], [1702464194, "269.22299999999996"], [1702464230, "271.245"], [1702464263, "273.093"], [1702464299, "276.16799999999995"], [1702464332, "281.77799999999996"], [1702464356, "285.393"], [1702464392, "290.721"], [1702464425, "293.403"], [1702464455, "298.31699999999995"], [1702464479, "303.363"], [1702464509, "305.868"], [1702464533, "307.833"], [1702464569, "312.38999999999993"], [1702464605, "315.816"], [1702464635, "319.842"], [1702464671, "339.261"], [1702464716, "345.41999999999996"], [1702464743, "352.125"], [1702464776, "360.98999999999995"], [1702464812, "366.47700000000003"], [1702464836, "369.726"], [1702464869, "375.39"], [1702464905, "383.139"], [1702464926, "383.919"], [1702464956, "387.59700000000004"], [1702464992, "426.531"], [1702465016, "429.243"], [1702465049, "433.86299999999994"], [1702465085, "443.616"], [1702465118, "448.761"], [1702465145, "455.955"], [1702465178, "461.148"], [1702465208, "467.28"], [1702465241, "472.413"], [1702465298, "478.902"], [1702465334, "482.25600000000003"], [1702465367, "486.306"], [1702465394, "487.041"], [1702465418, "488.01899999999995"], [1702465445, "490.947"], [1702465481, "495.657"], [1702465517, "500.139"], [1702465550, "505.017"], [1702465586, "511.89599999999996"], [1702465619, "513.4560000000001"], [1702465658, "521.364"], [1702465706, "526.2270000000001"], [1702465754, "533.619"], [1702465787, "537.552"], [1702465823, "540.9780000000001"], [1702465856, "545.2800000000001"], [1702465880, "549.2070000000001"], [1702465910, "552.7230000000001"], [1702465952, "556.923"], [1702465988, "561.993"], [1702466015, "564.9900000000001"], [1702466030, "565.332"], [1702466060, "567.2610000000001"], [1702466078, "568.2060000000001"], [1702466138, "574.047"], [1702466168, "579.447"], [1702466204, "587.187"], [1702466237, "599.163"], [1702466261, "601.1760000000002"], [1702466291, "603.1110000000001"], [1702466327, "607.3439999999999"], [1702466360, "610.26"], [1702466384, "612.903"], [1702466417, "616.1370000000001"], [1702466441, "617.055"], [1702466471, "618.75"], [1702466507, "625.5330000000001"], [1702466540, "630.627"], [1702466597, "642.1890000000001"], [1702466633, "647.7149999999999"], [1702466666, "651.9630000000001"], [1702466705, "656.0880000000001"], [1702466732, "658.488"], [1702466765, "660.816"], [1702466801, "663.558"], [1702466852, "676.479"], [1702466876, "677.469"], [1702466918, "682.7249999999999"], [1702466978, "695.73"], [1702467014, "702.693"], [1702467038, "708.3239999999998"], [1702467068, "711.564"], [1702467122, "715.812"], [1702467158, "718.1669999999999"], [1702467191, "724.3739999999999"], [1702467221, "729.342"], [1702467257, "732.3749999999999"], [1702467299, "734.814"], [1702467350, "741.8969999999999"], [1702467386, "745.8539999999999"], [1702467419, "747.3809999999999"], [1702467455, "749.9399999999999"], [1702467515, "751.3499999999999"], [1702467542, "752.199"], [1702467566, "752.928"], [1702467599, "753.6659999999999"], [1702467635, "755.967"], [1702467668, "762.03"], [1702467695, "764.718"], [1702467716, "766.797"], [1702467746, "768.48"], [1702467800, "779.6339999999999"], [1702467824, "780.84"], [1702467908, "783.2189999999999"], [1702467944, "784.0409999999998"], [1702467968, "784.7849999999999"], [1702468001, "785.775"], [1702468031, "788.2739999999999"], [1702468067, "804.3989999999999"], [1702468085, "806.2079999999999"], [1702468115, "807.816"], [1702468151, "810.9749999999999"], [1702468181, "812.721"], [1702468208, "813.6689999999999"], [1702468241, "815.1569999999999"], [1702468256, "815.5649999999998"], [1702468286, "816.723"], [1702468322, "817.3799999999999"], [1702468352, "823.0859999999999"], [1702468388, "827.9849999999999"], [1702468424, "834.0419999999999"], [1702468457, "840.3509999999999"], [1702468493, "844.4609999999999"], [1702468517, "847.425"], [1702468550, "848.223"], [1702468586, "850.6499999999999"], [1702468613, "855.4710000000001"], [1702468637, "857.823"], [1702468679, "859.35"], [1702468721, "866.988"], [1702468730, "867.9270000000001"], [1702468766, "872.742"], [1702468799, "882.306"], [1702468835, "883.908"], [1702468898, "892.7580000000002"], [1702468934, "896.229"], [1702468970, "902.691"], [1702468994, "905.499"], [1702469024, "905.6909999999999"], [1702469060, "907.188"], [1702469111, "910.422"], [1702469144, "916.3169999999999"], [1702469168, "917.0939999999999"], [1702469204, "920.1329999999999"], [1702469237, "922.6379999999999"], [1702469273, "924.528"], [1702469303, "929.634"], [1702469336, "931.707"], [1702469360, "932.304"], [1702469387, "932.619"], [1702469411, "933.9329999999999"], [1702469435, "935.1179999999999"], [1702469468, "936.1890000000001"], [1702469504, "937.0319999999999"], [1702469537, "938.2979999999999"], [1702469573, "939.5219999999999"], [1702469606, "942.8399999999999"], [1702469633, "943.6920000000001"], [1702469660, "946.254"], [1702469684, "948.327"], [1702469717, "951.069"], [1702469753, "951.7680000000001"], [1702469786, "952.6800000000001"], [1702469816, "955.794"], [1702469834, "956.385"], [1702469864, "957.5970000000001"], [1702469906, "958.9409999999999"], [1702469936, "960.315"], [1702469972, "963.213"], [1702470005, "965.9879999999999"], [1702470029, "966.309"], [1702470065, "968.502"], [1702470101, "969.882"], [1702470131, "973.3140000000001"], [1702470167, "977.241"], [1702470203, "982.806"], [1702470251, "988.716"], [1702470278, "989.67"], [1702470311, "990.5939999999999"], [1702470347, "992.184"], [1702470371, "993.639"], [1702470404, "997.947"], [1702470440, "999.936"], [1702470476, "1002.984"], [1702470506, "1004.577"], [1702470542, "1006.86"], [1702470575, "1010.394"], [1702470611, "1012.722"], [1702470635, "1014.93"], [1702470662, "1015.8960000000001"], [1702470686, "1017.171"], [1702470719, "1018.788"], [1702470746, "1020.5609999999999"], [1702470812, "1025.256"], [1702470845, "1029.972"], [1702470875, "1032.1650000000002"], [1702470899, "1033.644"], [1702470953, "1036.7220000000002"], [1702470983, "1039.053"], [1702471025, "1041.4560000000001"], [1702471067, "1045.2480000000003"], [1702471169, "1053.018"], [1702471193, "1055.3609999999999"], [1702471226, "1058.4869999999999"], [1702471265, "1061.3850000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "6.372"], [1702462973, "6.402"], [1702462988, "6.42"], [1702463045, "6.489"], [1702463081, "7.119"], [1702463114, "7.215"], [1702463150, "7.281000000000001"], [1702463186, "7.344"], [1702463216, "7.4190000000000005"], [1702463240, "8.997"], [1702463273, "9.072"], [1702463324, "9.183"], [1702463354, "9.261"], [1702463381, "9.341999999999999"], [1702463417, "9.405"], [1702463453, "9.468"], [1702463477, "9.513"], [1702463510, "9.549"], [1702463537, "9.597"], [1702463570, "9.626999999999999"], [1702463591, "9.671999999999999"], [1702463621, "9.732"], [1702463657, "9.795"], [1702463693, "9.876"], [1702463729, "9.942"], [1702463765, "9.992999999999999"], [1702463798, "10.041"], [1702463846, "10.143"], [1702463873, "10.188"], [1702463906, "10.248000000000001"], [1702463948, "10.344000000000001"], [1702463984, "10.407"], [1702464014, "10.47"], [1702464050, "10.533000000000001"], [1702464086, "10.608"], [1702464122, "10.683"], [1702464155, "10.743"], [1702464194, "10.851"], [1702464230, "11.097"], [1702464263, "11.178"], [1702464299, "11.259"], [1702464332, "11.34"], [1702464356, "11.421"], [1702464392, "11.502"], [1702464425, "11.583"], [1702464455, "11.658"], [1702464479, "11.736"], [1702464509, "11.829"], [1702464533, "11.919"], [1702464569, "12.012"], [1702464605, "12.093"], [1702464635, "12.186"], [1702464671, "12.282"], [1702464716, "12.375"], [1702464743, "12.465"], [1702464776, "12.555"], [1702464812, "12.645"], [1702464836, "12.75"], [1702464869, "12.84"], [1702464905, "12.948"], [1702464926, "13.023"], [1702464956, "13.116"], [1702464992, "13.193999999999999"], [1702465016, "13.299"], [1702465049, "13.379999999999999"], [1702465085, "13.47"], [1702465118, "13.563"], [1702465145, "13.656"], [1702465178, "13.746"], [1702465208, "13.839"], [1702465241, "13.932"], [1702465298, "14.073"], [1702465334, "14.184000000000001"], [1702465367, "14.274000000000001"], [1702465394, "14.364"], [1702465418, "14.454"], [1702465445, "14.544"], [1702465481, "14.637"], [1702465517, "14.748000000000001"], [1702465550, "14.841000000000001"], [1702465586, "14.922"], [1702465619, "15.015"], [1702465658, "15.108"], [1702465706, "15.183"], [1702465754, "15.201"], [1702465787, "15.237"], [1702465823, "15.254999999999999"], [1702465856, "15.288"], [1702465880, "15.336"], [1702465910, "15.387"], [1702465952, "15.45"], [1702465988, "15.513"], [1702466015, "15.573"], [1702466030, "15.633"], [1702466060, "15.693000000000001"], [1702466078, "15.756"], [1702466138, "15.870000000000001"], [1702466168, "15.936"], [1702466204, "16.002"], [1702466237, "16.065"], [1702466261, "16.11"], [1702466291, "16.173000000000002"], [1702466327, "16.233"], [1702466360, "16.293"], [1702466384, "16.353"], [1702466417, "16.401"], [1702466441, "16.464"], [1702466471, "16.527"], [1702466507, "16.563000000000002"], [1702466540, "16.614"], [1702466597, "16.698"], [1702466633, "16.749000000000002"], [1702466666, "16.794"], [1702466705, "16.839"], [1702466732, "16.899"], [1702466765, "16.947000000000003"], [1702466801, "17.006999999999998"], [1702466852, "17.085"], [1702466876, "17.145"], [1702466918, "17.192999999999998"], [1702466978, "17.307000000000002"], [1702467014, "17.367"], [1702467038, "17.427"], [1702467068, "17.487000000000002"], [1702467122, "17.576999999999998"], [1702467158, "17.637"], [1702467191, "17.697000000000003"], [1702467221, "17.759999999999998"], [1702467257, "17.811"], [1702467299, "17.874000000000002"], [1702467350, "17.964"], [1702467386, "18.024"], [1702467419, "18.099"], [1702467455, "18.159"], [1702467515, "18.282"], [1702467542, "18.345"], [1702467566, "18.411"], [1702467599, "18.459"], [1702467635, "18.506999999999998"], [1702467668, "18.54"], [1702467695, "18.57"], [1702467716, "18.615000000000002"], [1702467746, "18.645"], [1702467800, "18.705"], [1702467824, "18.75"], [1702467908, "18.872999999999998"], [1702467944, "18.903"], [1702467968, "18.936"], [1702468001, "18.966"], [1702468031, "19.011000000000003"], [1702468067, "19.041"], [1702468085, "19.070999999999998"], [1702468115, "19.086"], [1702468151, "19.116"], [1702468181, "19.146"], [1702468208, "19.176000000000002"], [1702468241, "19.194000000000003"], [1702468256, "19.224"], [1702468286, "19.256999999999998"], [1702468322, "19.272"], [1702468352, "19.287"], [1702468388, "19.317"], [1702468424, "19.347"], [1702468457, "19.377000000000002"], [1702468493, "19.392"], [1702468517, "19.425"], [1702468550, "19.455"], [1702468586, "19.47"], [1702468613, "19.488"], [1702468637, "19.518"], [1702468679, "19.533"], [1702468721, "19.563000000000002"], [1702468730, "19.578"], [1702468766, "19.608"], [1702468799, "19.637999999999998"], [1702468835, "19.668"], [1702468898, "19.716"], [1702468934, "19.731"], [1702468970, "19.731"], [1702468994, "19.761000000000003"], [1702469024, "19.776"], [1702469060, "19.806"], [1702469111, "19.851"], [1702469144, "19.854"], [1702469168, "19.869"], [1702469204, "19.887"], [1702469237, "19.917"], [1702469273, "19.932000000000002"], [1702469303, "19.962"], [1702469336, "19.992"], [1702469360, "19.992"], [1702469387, "19.992"], [1702469411, "20.006999999999998"], [1702469435, "20.037"], [1702469468, "20.067"], [1702469504, "20.1"], [1702469537, "20.133000000000003"], [1702469573, "20.166"], [1702469606, "20.195999999999998"], [1702469633, "20.226"], [1702469660, "20.256"], [1702469684, "20.286"], [1702469717, "20.316000000000003"], [1702469753, "20.331"], [1702469786, "20.346"], [1702469816, "20.364"], [1702469834, "20.394"], [1702469864, "20.409"], [1702469906, "20.46"], [1702469936, "20.490000000000002"], [1702469972, "20.52"], [1702470005, "20.535"], [1702470029, "20.55"], [1702470065, "20.567999999999998"], [1702470101, "20.601"], [1702470131, "20.634"], [1702470167, "20.664"], [1702470203, "20.694000000000003"], [1702470251, "20.724"], [1702470278, "20.753999999999998"], [1702470311, "20.784"], [1702470347, "20.814"], [1702470371, "20.844"], [1702470404, "20.877000000000002"], [1702470440, "20.880000000000003"], [1702470476, "20.913"], [1702470506, "20.916"], [1702470542, "20.948999999999998"], [1702470575, "20.964"], [1702470611, "20.964"], [1702470635, "20.994"], [1702470662, "21.009"], [1702470686, "21.039"], [1702470719, "21.069000000000003"], [1702470746, "21.099"], [1702470812, "21.147"], [1702470845, "21.165"], [1702470875, "21.195"], [1702470899, "21.225"], [1702470953, "21.27"], [1702470983, "21.3"], [1702471025, "21.336"], [1702471067, "21.387"], [1702471169, "21.477"], [1702471193, "21.509999999999998"], [1702471226, "21.54"], [1702471265, "21.573"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "470.18700000000007"], [1702462973, "512.451"], [1702462988, "554.715"], [1702463045, "681.5070000000001"], [1702463081, "766.0350000000001"], [1702463114, "850.5630000000001"], [1702463150, "935.091"], [1702463186, "1019.6189999999999"], [1702463216, "1104.147"], [1702463240, "1188.675"], [1702463273, "1273.203"], [1702463324, "1399.995"], [1702463354, "1484.5230000000001"], [1702463381, "1569.051"], [1702463417, "1653.5790000000002"], [1702463453, "1738.107"], [1702463477, "1822.635"], [1702463510, "1907.163"], [1702463537, "1991.6910000000003"], [1702463570, "2076.219"], [1702463591, "2160.747"], [1702463621, "2245.275"], [1702463657, "2329.803"], [1702463693, "2414.331"], [1702463729, "2498.859"], [1702463765, "2583.3869999999997"], [1702463798, "2667.9150000000004"], [1702463846, "2794.707"], [1702463873, "2879.235"], [1702463906, "2963.763"], [1702463948, "3090.555"], [1702463984, "3175.083"], [1702464014, "3259.611"], [1702464050, "3344.139"], [1702464086, "3428.6670000000004"], [1702464122, "3513.1950000000006"], [1702464155, "3597.7229999999995"], [1702464194, "3724.515"], [1702464230, "3809.0430000000006"], [1702464263, "3893.571"], [1702464299, "3978.0989999999997"], [1702464332, "4062.6269999999995"], [1702464356, "4147.155"], [1702464392, "4231.683"], [1702464425, "4316.211"], [1702464455, "4400.739"], [1702464479, "4485.267"], [1702464509, "4569.795"], [1702464533, "4654.323"], [1702464569, "4738.851"], [1702464605, "4823.379"], [1702464635, "4907.907"], [1702464671, "4992.4349999999995"], [1702464716, "5076.963000000001"], [1702464743, "5161.491000000001"], [1702464776, "5246.018999999999"], [1702464812, "5330.5470000000005"], [1702464836, "5415.075000000001"], [1702464869, "5499.603"], [1702464905, "5584.131"], [1702464926, "5668.659000000001"], [1702464956, "5753.187"], [1702464992, "5837.715"], [1702465016, "5922.243"], [1702465049, "6006.771"], [1702465085, "6091.299"], [1702465118, "6175.827"], [1702465145, "6260.355"], [1702465178, "6344.883000000001"], [1702465208, "6429.411"], [1702465241, "6513.939"], [1702465298, "6640.731"], [1702465334, "6725.259"], [1702465367, "6809.787"], [1702465394, "6894.3150000000005"], [1702465418, "6978.843"], [1702465445, "7063.370999999999"], [1702465481, "7147.899"], [1702465517, "7232.427"], [1702465550, "7316.955"], [1702465586, "7401.482999999999"], [1702465619, "7486.011"], [1702465658, "7570.539000000001"], [1702465706, "7655.067"], [1702465754, "7781.8589999999995"], [1702465787, "7866.387000000001"], [1702465823, "7950.914999999999"], [1702465856, "8035.443"], [1702465880, "8119.9710000000005"], [1702465910, "8204.499"], [1702465952, "8289.027"], [1702465988, "8373.555"], [1702466015, "8458.083"], [1702466030, "8542.611"], [1702466060, "8627.139"], [1702466078, "8711.667"], [1702466138, "8838.459"], [1702466168, "8922.987000000001"], [1702466204, "9007.515"], [1702466237, "9092.043"], [1702466261, "9176.571"], [1702466291, "9261.098999999998"], [1702466327, "9345.627"], [1702466360, "9430.154999999999"], [1702466384, "9514.683"], [1702466417, "9599.211000000001"], [1702466441, "9683.739"], [1702466471, "9768.267"], [1702466507, "9852.795"], [1702466540, "9937.322999999999"], [1702466597, "10064.115"], [1702466633, "10148.643"], [1702466666, "10233.171"], [1702466705, "10317.698999999999"], [1702466732, "10402.227"], [1702466765, "10486.755"], [1702466801, "10571.283"], [1702466852, "10698.075"], [1702466876, "10782.603000000001"], [1702466918, "10867.131"], [1702466978, "11036.187"], [1702467014, "11120.715"], [1702467038, "11205.243"], [1702467068, "11289.771"], [1702467122, "11416.563"], [1702467158, "11501.091"], [1702467191, "11585.619"], [1702467221, "11670.147"], [1702467257, "11754.675"], [1702467299, "11839.203"], [1702467350, "11965.994999999999"], [1702467386, "12050.523000000001"], [1702467419, "12135.051"], [1702467455, "12219.579"], [1702467515, "12388.635"], [1702467542, "12473.162999999999"], [1702467566, "12557.690999999999"], [1702467599, "12642.219"], [1702467635, "12726.747"], [1702467668, "12811.275000000001"], [1702467695, "12895.803"], [1702467716, "12980.330999999998"], [1702467746, "13064.859"], [1702467800, "13191.651000000002"], [1702467824, "13276.179"], [1702467908, "13487.499"], [1702467944, "13572.027000000002"], [1702467968, "13656.555"], [1702468001, "13741.082999999999"], [1702468031, "13825.611"], [1702468067, "13910.139"], [1702468085, "13994.667"], [1702468115, "14079.195"], [1702468151, "14163.723"], [1702468181, "14248.251"], [1702468208, "14332.779000000002"], [1702468241, "14417.307"], [1702468256, "14501.835"], [1702468286, "14586.363000000001"], [1702468322, "14670.891"], [1702468352, "14755.419"], [1702468388, "14839.947"], [1702468424, "14924.475"], [1702468457, "15009.003"], [1702468493, "15093.530999999999"], [1702468517, "15178.059"], [1702468550, "15262.587"], [1702468586, "15347.115000000002"], [1702468613, "15431.643"], [1702468637, "15516.171"], [1702468679, "15600.698999999999"], [1702468721, "15685.227"], [1702468730, "15727.491"], [1702468766, "15812.019"], [1702468799, "15896.547"], [1702468835, "15981.075"], [1702468898, "16107.867"], [1702468934, "16192.395"], [1702468970, "16276.922999999999"], [1702468994, "16361.451"], [1702469024, "16445.979"], [1702469060, "16530.506999999998"], [1702469111, "16657.299"], [1702469144, "16741.826999999997"], [1702469168, "16826.355"], [1702469204, "16910.883"], [1702469237, "16995.411"], [1702469273, "17079.939"], [1702469303, "17164.466999999997"], [1702469336, "17248.995"], [1702469360, "17333.523"], [1702469387, "17418.051"], [1702469411, "17502.578999999998"], [1702469435, "17587.107"], [1702469468, "17671.635000000002"], [1702469504, "17756.163"], [1702469537, "17840.691"], [1702469573, "17925.218999999997"], [1702469606, "18009.747"], [1702469633, "18094.275"], [1702469660, "18178.802999999996"], [1702469684, "18263.331"], [1702469717, "18347.859"], [1702469753, "18432.387"], [1702469786, "18516.915"], [1702469816, "18601.443"], [1702469834, "18685.970999999998"], [1702469864, "18770.499"], [1702469906, "18897.291"], [1702469936, "18981.819"], [1702469972, "19066.347"], [1702470005, "19150.875"], [1702470029, "19235.403000000002"], [1702470065, "19319.931"], [1702470101, "19404.459000000003"], [1702470131, "19488.987"], [1702470167, "19573.515"], [1702470203, "19658.042999999998"], [1702470251, "19784.835"], [1702470278, "19869.363"], [1702470311, "19953.891"], [1702470347, "20038.419"], [1702470371, "20122.947"], [1702470404, "20207.475"], [1702470440, "20292.003"], [1702470476, "20376.531000000003"], [1702470506, "20461.058999999997"], [1702470542, "20545.587"], [1702470575, "20630.114999999998"], [1702470611, "20714.642999999996"], [1702470635, "20799.171000000002"], [1702470662, "20883.699"], [1702470686, "20968.227"], [1702470719, "21052.755"], [1702470746, "21137.283"], [1702470812, "21306.339"], [1702470845, "21390.867"], [1702470875, "21475.395"], [1702470899, "21559.923"], [1702470953, "21686.715000000004"], [1702470983, "21771.243"], [1702471025, "21855.771"], [1702471067, "21982.563"], [1702471169, "22193.883"], [1702471193, "22278.411"], [1702471226, "22362.939000000002"], [1702471265, "22447.467000000004"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "5.318999999999999"], [1702462808, "5.361"], [1702462829, "5.385"], [1702462844, "5.4030000000000005"], [1702462865, "5.451"], [1702462880, "6.213"], [1702462904, "6.291"], [1702462919, "6.324"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "44.025000000000006"], [1702462808, "88.05000000000001"], [1702462829, "132.075"], [1702462844, "174.339"], [1702462865, "216.603"], [1702462880, "258.86699999999996"], [1702462904, "343.39500000000004"], [1702462919, "385.65899999999993"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0.558"], [1702468766, "3.1769999999999996"], [1702468799, "6.2490000000000006"], [1702468835, "6.678000000000001"], [1702468898, "11.166000000000002"], [1702468934, "11.607"], [1702468970, "14.19"], [1702468994, "14.565000000000001"], [1702469024, "14.918999999999999"], [1702469060, "15.777000000000001"], [1702469111, "16.527"], [1702469144, "21.03"], [1702469168, "21.165"], [1702469204, "22.074"], [1702469237, "22.587"], [1702469273, "24.759"], [1702469303, "25.599"], [1702469336, "25.982999999999997"], [1702469360, "26.166"], [1702469387, "26.420999999999996"], [1702469411, "26.736"], [1702469435, "27.048"], [1702469468, "27.432"], [1702469504, "28.509"], [1702469537, "29.1"], [1702469573, "29.532000000000004"], [1702469606, "30.773999999999997"], [1702469633, "31.068"], [1702469660, "31.803"], [1702469684, "33.546"], [1702469717, "34.772999999999996"], [1702469753, "34.998000000000005"], [1702469786, "35.295"], [1702469816, "39.384"], [1702469834, "39.591"], [1702469864, "40.50599999999999"], [1702469906, "41.229"], [1702469936, "41.781"], [1702469972, "42.363"], [1702470005, "42.816"], [1702470029, "42.927"], [1702470065, "44.088"], [1702470101, "44.613"], [1702470131, "45.57899999999999"], [1702470167, "48.531"], [1702470203, "49.269"], [1702470251, "51.608999999999995"], [1702470278, "51.903000000000006"], [1702470311, "52.221000000000004"], [1702470347, "53.061"], [1702470371, "53.196"], [1702470404, "53.541000000000004"], [1702470440, "53.76"], [1702470476, "54.123"], [1702470506, "54.73800000000001"], [1702470542, "55.761"], [1702470575, "57.27"], [1702470611, "57.687000000000005"], [1702470635, "58.047"], [1702470662, "58.358999999999995"], [1702470686, "58.919999999999995"], [1702470719, "59.06399999999999"], [1702470746, "59.904"], [1702470812, "61.323"], [1702470845, "62.684999999999995"], [1702470875, "63.37199999999999"], [1702470899, "63.888"], [1702470953, "64.371"], [1702470983, "64.857"], [1702471025, "65.907"], [1702471067, "67.908"], [1702471169, "70.884"], [1702471193, "71.421"], [1702471226, "73.074"], [1702471265, "73.82400000000001"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "42.264"], [1702468766, "126.792"], [1702468799, "211.32"], [1702468835, "295.848"], [1702468898, "422.64"], [1702468934, "507.168"], [1702468970, "591.696"], [1702468994, "676.224"], [1702469024, "760.752"], [1702469060, "845.28"], [1702469111, "972.0719999999999"], [1702469144, "1056.6"], [1702469168, "1141.128"], [1702469204, "1225.656"], [1702469237, "1310.1840000000002"], [1702469273, "1394.7119999999998"], [1702469303, "1479.24"], [1702469336, "1563.768"], [1702469360, "1648.2959999999998"], [1702469387, "1732.824"], [1702469411, "1817.3519999999999"], [1702469435, "1901.8799999999999"], [1702469468, "1986.4080000000001"], [1702469504, "2070.936"], [1702469537, "2155.464"], [1702469573, "2239.992"], [1702469606, "2324.52"], [1702469633, "2409.048"], [1702469660, "2493.576"], [1702469684, "2578.104"], [1702469717, "2662.6319999999996"], [1702469753, "2747.1600000000003"], [1702469786, "2831.688"], [1702469816, "2916.216"], [1702469834, "3000.744"], [1702469864, "3085.2720000000004"], [1702469906, "3212.0640000000003"], [1702469936, "3296.5919999999996"], [1702469972, "3381.12"], [1702470005, "3465.648"], [1702470029, "3550.176"], [1702470065, "3634.7039999999997"], [1702470101, "3719.232"], [1702470131, "3803.7599999999998"], [1702470167, "3888.2879999999996"], [1702470203, "3972.8160000000003"], [1702470251, "4099.608"], [1702470278, "4184.136"], [1702470311, "4268.664"], [1702470347, "4353.192"], [1702470371, "4437.72"], [1702470404, "4522.2480000000005"], [1702470440, "4606.776"], [1702470476, "4691.304"], [1702470506, "4775.832"], [1702470542, "4860.360000000001"], [1702470575, "4944.888"], [1702470611, "5029.416"], [1702470635, "5113.944"], [1702470662, "5198.472"], [1702470686, "5283"], [1702470719, "5367.528"], [1702470746, "5452.056"], [1702470812, "5621.112"], [1702470845, "5705.639999999999"], [1702470875, "5790.168"], [1702470899, "5874.696"], [1702470953, "6001.488"], [1702470983, "6086.016"], [1702471025, "6170.544000000001"], [1702471067, "6297.335999999999"], [1702471169, "6508.655999999999"], [1702471193, "6593.183999999999"], [1702471226, "6677.7119999999995"], [1702471265, "6762.24"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0.555"], [1702462721, "0.573"], [1702462736, "0.609"], [1702462751, "0.642"], [1702462763, "0.675"], [1702462793, "0.744"], [1702462808, "0.777"], [1702462829, "0.795"], [1702462844, "0.813"], [1702462865, "0.861"], [1702462880, "0.894"], [1702462904, "0.972"], [1702462919, "1.005"], [1702462952, "1.053"], [1702462973, "1.083"], [1702462988, "1.101"], [1702463045, "1.164"], [1702463081, "1.212"], [1702463114, "1.308"], [1702463150, "1.374"], [1702463186, "1.437"], [1702463216, "1.512"], [1702463240, "1.563"], [1702463273, "1.638"], [1702463324, "1.749"], [1702463354, "1.827"], [1702463381, "1.908"], [1702463417, "1.971"], [1702463453, "2.034"], [1702463477, "2.079"], [1702463510, "2.115"], [1702463537, "2.163"], [1702463570, "2.193"], [1702463591, "2.238"], [1702463621, "2.298"], [1702463657, "2.361"], [1702463693, "2.442"], [1702463729, "2.508"], [1702463765, "2.559"], [1702463798, "2.607"], [1702463846, "2.685"], [1702463873, "2.73"], [1702463906, "2.79"], [1702463948, "2.886"], [1702463984, "2.949"], [1702464014, "3.012"], [1702464050, "3.075"], [1702464086, "3.15"], [1702464122, "3.225"], [1702464155, "3.285"], [1702464194, "3.393"], [1702464230, "3.459"], [1702464263, "3.54"], [1702464299, "3.621"], [1702464332, "3.702"], [1702464356, "3.783"], [1702464392, "3.864"], [1702464425, "3.945"], [1702464455, "4.02"], [1702464479, "4.098"], [1702464509, "4.188"], [1702464533, "4.278"], [1702464569, "4.371"], [1702464605, "4.452"], [1702464635, "4.545"], [1702464671, "4.641"], [1702464716, "4.734"], [1702464743, "4.824"], [1702464776, "4.914"], [1702464812, "5.004"], [1702464836, "5.109"], [1702464869, "5.199"], [1702464905, "5.307"], [1702464926, "5.382"], [1702464956, "5.475"], [1702464992, "5.553"], [1702465016, "5.658"], [1702465049, "5.739"], [1702465085, "5.829"], [1702465118, "5.922"], [1702465145, "6.015"], [1702465178, "6.105"], [1702465208, "6.198"], [1702465241, "6.291"], [1702465298, "6.432"], [1702465334, "6.543"], [1702465367, "6.633"], [1702465394, "6.723"], [1702465418, "6.813"], [1702465445, "6.903"], [1702465481, "6.996"], [1702465517, "7.107"], [1702465550, "7.2"], [1702465586, "7.281"], [1702465619, "7.374"], [1702465658, "7.467"], [1702465706, "7.542"], [1702465754, "7.56"], [1702465787, "7.596"], [1702465823, "7.614"], [1702465856, "7.647"], [1702465880, "7.695"], [1702465910, "7.746"], [1702465952, "7.809"], [1702465988, "7.872"], [1702466015, "7.932"], [1702466030, "7.992"], [1702466060, "8.052"], [1702466078, "8.115"], [1702466138, "8.229"], [1702466168, "8.295"], [1702466204, "8.361"], [1702466237, "8.424"], [1702466261, "8.469"], [1702466291, "8.532"], [1702466327, "8.592"], [1702466360, "8.652"], [1702466384, "8.712"], [1702466417, "8.76"], [1702466441, "8.823"], [1702466471, "8.886"], [1702466507, "8.922"], [1702466540, "8.973"], [1702466597, "9.057"], [1702466633, "9.108"], [1702466666, "9.153"], [1702466705, "9.198"], [1702466732, "9.258"], [1702466765, "9.306"], [1702466801, "9.366"], [1702466852, "9.444"], [1702466876, "9.504"], [1702466918, "9.552"], [1702466978, "9.666"], [1702467014, "9.726"], [1702467038, "9.786"], [1702467068, "9.846"], [1702467122, "9.936"], [1702467158, "9.996"], [1702467191, "10.056"], [1702467221, "10.119"], [1702467257, "10.17"], [1702467299, "10.233"], [1702467350, "10.323"], [1702467386, "10.383"], [1702467419, "10.458"], [1702467455, "10.518"], [1702467515, "10.641"], [1702467542, "10.704"], [1702467566, "10.77"], [1702467599, "10.818"], [1702467635, "10.866"], [1702467668, "10.899"], [1702467695, "10.929"], [1702467716, "10.974"], [1702467746, "11.004"], [1702467800, "11.064"], [1702467824, "11.109"], [1702467908, "11.232"], [1702467944, "11.262"], [1702467968, "11.295"], [1702468001, "11.325"], [1702468031, "11.37"], [1702468067, "11.4"], [1702468085, "11.43"], [1702468115, "11.445"], [1702468151, "11.475"], [1702468181, "11.505"], [1702468208, "11.535"], [1702468241, "11.553"], [1702468256, "11.583"], [1702468286, "11.616"], [1702468322, "11.631"], [1702468352, "11.646"], [1702468388, "11.676"], [1702468424, "11.706"], [1702468457, "11.736"], [1702468493, "11.751"], [1702468517, "11.784"], [1702468550, "11.814"], [1702468586, "11.829"], [1702468613, "11.847"], [1702468637, "11.877"], [1702468679, "11.892"], [1702468721, "11.922"], [1702468730, "11.937"], [1702468766, "11.967"], [1702468799, "11.997"], [1702468835, "12.027"], [1702468898, "12.075"], [1702468934, "12.09"], [1702468970, "12.09"], [1702468994, "12.12"], [1702469024, "12.135"], [1702469060, "12.165"], [1702469111, "12.21"], [1702469144, "12.213"], [1702469168, "12.228"], [1702469204, "12.246"], [1702469237, "12.276"], [1702469273, "12.291"], [1702469303, "12.321"], [1702469336, "12.351"], [1702469360, "12.351"], [1702469387, "12.351"], [1702469411, "12.366"], [1702469435, "12.396"], [1702469468, "12.426"], [1702469504, "12.459"], [1702469537, "12.492"], [1702469573, "12.525"], [1702469606, "12.555"], [1702469633, "12.585"], [1702469660, "12.615"], [1702469684, "12.645"], [1702469717, "12.675"], [1702469753, "12.69"], [1702469786, "12.705"], [1702469816, "12.723"], [1702469834, "12.753"], [1702469864, "12.768"], [1702469906, "12.819"], [1702469936, "12.849"], [1702469972, "12.879"], [1702470005, "12.894"], [1702470029, "12.909"], [1702470065, "12.927"], [1702470101, "12.96"], [1702470131, "12.993"], [1702470167, "13.023"], [1702470203, "13.053"], [1702470251, "13.083"], [1702470278, "13.113"], [1702470311, "13.143"], [1702470347, "13.173"], [1702470371, "13.203"], [1702470404, "13.236"], [1702470440, "13.239"], [1702470476, "13.272"], [1702470506, "13.275"], [1702470542, "13.308"], [1702470575, "13.323"], [1702470611, "13.323"], [1702470635, "13.353"], [1702470662, "13.368"], [1702470686, "13.398"], [1702470719, "13.428"], [1702470746, "13.458"], [1702470812, "13.506"], [1702470845, "13.524"], [1702470875, "13.554"], [1702470899, "13.584"], [1702470953, "13.629"], [1702470983, "13.659"], [1702471025, "13.695"], [1702471067, "13.746"], [1702471169, "13.836"], [1702471193, "13.869"], [1702471226, "13.899"], [1702471265, "13.932"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "430.926"], [1702462844, "451.56600000000003"], [1702462865, "451.61400000000003"], [1702462880, "451.64700000000005"], [1702462904, "451.728"], [1702462919, "451.77"], [1702462952, "458.45399999999995"], [1702462973, "458.484"], [1702462988, "458.50199999999995"], [1702463045, "458.568"], [1702463081, "460.2"], [1702463114, "481.524"], [1702463150, "481.59000000000003"], [1702463186, "481.677"], [1702463216, "481.752"], [1702463240, "481.803"], [1702463273, "481.87800000000004"], [1702463324, "481.98900000000003"], [1702463354, "482.067"], [1702463381, "482.148"], [1702463417, "483.624"], [1702463453, "483.687"], [1702463477, "487.698"], [1702463510, "487.734"], [1702463537, "490.542"], [1702463570, "493.722"], [1702463591, "495.606"], [1702463621, "495.708"], [1702463657, "495.771"], [1702463693, "495.85200000000003"], [1702463729, "499.356"], [1702463765, "499.40700000000004"], [1702463798, "499.45500000000004"], [1702463846, "499.809"], [1702463873, "499.872"], [1702463906, "502.58700000000005"], [1702463948, "502.69200000000006"], [1702463984, "502.75500000000005"], [1702464014, "502.81800000000004"], [1702464050, "502.88100000000003"], [1702464086, "502.956"], [1702464122, "503.052"], [1702464155, "503.112"], [1702464194, "503.22"], [1702464230, "503.286"], [1702464263, "503.367"], [1702464299, "503.448"], [1702464332, "509.169"], [1702464356, "509.25"], [1702464392, "509.34000000000003"], [1702464425, "514.803"], [1702464455, "514.878"], [1702464479, "514.956"], [1702464509, "515.046"], [1702464533, "515.136"], [1702464569, "515.229"], [1702464605, "515.316"], [1702464635, "515.424"], [1702464671, "515.52"], [1702464716, "515.613"], [1702464743, "515.703"], [1702464776, "515.793"], [1702464812, "515.883"], [1702464836, "516.0060000000001"], [1702464869, "516.096"], [1702464905, "516.216"], [1702464926, "516.291"], [1702464956, "516.384"], [1702464992, "516.462"], [1702465016, "516.567"], [1702465049, "516.648"], [1702465085, "516.7379999999999"], [1702465118, "516.831"], [1702465145, "516.924"], [1702465178, "517.014"], [1702465208, "517.107"], [1702465241, "517.2"], [1702465298, "517.341"], [1702465334, "517.452"], [1702465367, "517.542"], [1702465394, "517.632"], [1702465418, "517.722"], [1702465445, "517.812"], [1702465481, "517.905"], [1702465517, "518.016"], [1702465550, "518.109"], [1702465586, "518.1899999999999"], [1702465619, "518.283"], [1702465658, "518.376"], [1702465706, "518.451"], [1702465754, "518.469"], [1702465787, "518.505"], [1702465823, "518.523"], [1702465856, "518.556"], [1702465880, "518.604"], [1702465910, "518.655"], [1702465952, "518.718"], [1702465988, "518.781"], [1702466015, "518.841"], [1702466030, "518.901"], [1702466060, "518.961"], [1702466078, "519.024"], [1702466138, "519.138"], [1702466168, "519.204"], [1702466204, "519.27"], [1702466237, "519.333"], [1702466261, "519.378"], [1702466291, "519.441"], [1702466327, "519.501"], [1702466360, "519.561"], [1702466384, "519.621"], [1702466417, "519.669"], [1702466441, "519.732"], [1702466471, "519.795"], [1702466507, "519.831"], [1702466540, "519.882"], [1702466597, "519.966"], [1702466633, "520.017"], [1702466666, "520.062"], [1702466705, "520.107"], [1702466732, "520.167"], [1702466765, "520.215"], [1702466801, "520.275"], [1702466852, "520.353"], [1702466876, "520.413"], [1702466918, "520.461"], [1702466978, "520.575"], [1702467014, "520.635"], [1702467038, "520.695"], [1702467068, "520.755"], [1702467122, "520.8480000000001"], [1702467158, "520.908"], [1702467191, "520.9680000000001"], [1702467221, "521.0310000000001"], [1702467257, "521.082"], [1702467299, "521.1450000000001"], [1702467350, "521.235"], [1702467386, "521.2950000000001"], [1702467419, "521.37"], [1702467455, "521.4300000000001"], [1702467515, "521.553"], [1702467542, "521.616"], [1702467566, "521.682"], [1702467599, "521.73"], [1702467635, "521.778"], [1702467668, "521.811"], [1702467695, "521.841"], [1702467716, "521.8860000000001"], [1702467746, "521.916"], [1702467800, "521.976"], [1702467824, "522.0210000000001"], [1702467908, "522.144"], [1702467944, "522.177"], [1702467968, "522.21"], [1702468001, "522.24"], [1702468031, "522.2850000000001"], [1702468067, "522.315"], [1702468085, "522.345"], [1702468115, "522.36"], [1702468151, "522.39"], [1702468181, "522.4200000000001"], [1702468208, "522.45"], [1702468241, "522.4680000000001"], [1702468256, "522.498"], [1702468286, "522.5310000000001"], [1702468322, "522.546"], [1702468352, "522.561"], [1702468388, "522.591"], [1702468424, "522.621"], [1702468457, "522.6510000000001"], [1702468493, "522.666"], [1702468517, "522.6990000000001"], [1702468550, "522.729"], [1702468586, "522.744"], [1702468613, "522.7620000000001"], [1702468637, "522.795"], [1702468679, "522.8100000000001"], [1702468721, "522.84"], [1702468730, "522.855"], [1702468766, "522.885"], [1702468799, "522.915"], [1702468835, "522.945"], [1702468898, "522.993"], [1702468934, "523.008"], [1702468970, "523.008"], [1702468994, "523.038"], [1702469024, "523.053"], [1702469060, "523.083"], [1702469111, "523.128"], [1702469144, "523.131"], [1702469168, "523.146"], [1702469204, "523.164"], [1702469237, "523.194"], [1702469273, "523.2090000000001"], [1702469303, "523.239"], [1702469336, "523.269"], [1702469360, "523.269"], [1702469387, "523.269"], [1702469411, "523.284"], [1702469435, "523.314"], [1702469468, "523.344"], [1702469504, "523.3770000000001"], [1702469537, "523.41"], [1702469573, "523.443"], [1702469606, "523.473"], [1702469633, "523.503"], [1702469660, "523.533"], [1702469684, "523.563"], [1702469717, "523.593"], [1702469753, "523.6080000000001"], [1702469786, "523.623"], [1702469816, "523.641"], [1702469834, "523.671"], [1702469864, "523.686"], [1702469906, "523.737"], [1702469936, "523.767"], [1702469972, "523.797"], [1702470005, "523.812"], [1702470029, "523.827"], [1702470065, "523.845"], [1702470101, "523.878"], [1702470131, "523.9110000000001"], [1702470167, "523.941"], [1702470203, "523.971"], [1702470251, "524.001"], [1702470278, "524.0310000000001"], [1702470311, "524.061"], [1702470347, "524.091"], [1702470371, "524.121"], [1702470404, "524.154"], [1702470440, "524.157"], [1702470476, "524.19"], [1702470506, "524.193"], [1702470542, "524.226"], [1702470575, "524.241"], [1702470611, "524.241"], [1702470635, "524.271"], [1702470662, "524.2860000000001"], [1702470686, "524.316"], [1702470719, "524.346"], [1702470746, "524.376"], [1702470812, "524.424"], [1702470845, "524.442"], [1702470875, "524.472"], [1702470899, "524.5020000000001"], [1702470953, "524.547"], [1702470983, "524.577"], [1702471025, "524.613"], [1702471067, "524.664"], [1702471169, "524.754"], [1702471193, "524.787"], [1702471226, "524.817"], [1702471265, "524.85"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "406.773"], [1702462844, "449.037"], [1702462865, "491.301"], [1702462880, "533.5649999999999"], [1702462904, "618.0930000000001"], [1702462919, "660.357"], [1702462952, "744.885"], [1702462973, "787.1489999999999"], [1702462988, "829.413"], [1702463045, "956.2050000000002"], [1702463081, "1040.733"], [1702463114, "1125.261"], [1702463150, "1209.789"], [1702463186, "1294.3169999999998"], [1702463216, "1378.845"], [1702463240, "1463.373"], [1702463273, "1547.901"], [1702463324, "1674.6930000000002"], [1702463354, "1759.221"], [1702463381, "1843.749"], [1702463417, "1928.277"], [1702463453, "2012.8050000000003"], [1702463477, "2097.333"], [1702463510, "2181.861"], [1702463537, "2266.389"], [1702463570, "2350.917"], [1702463591, "2435.445"], [1702463621, "2519.973"], [1702463657, "2604.501"], [1702463693, "2689.029"], [1702463729, "2773.557"], [1702463765, "2858.0849999999996"], [1702463798, "2942.6130000000003"], [1702463846, "3069.405"], [1702463873, "3153.933"], [1702463906, "3238.461"], [1702463948, "3365.2529999999997"], [1702463984, "3449.7810000000004"], [1702464014, "3534.309"], [1702464050, "3618.8369999999995"], [1702464086, "3703.365"], [1702464122, "3787.893"], [1702464155, "3872.421"], [1702464194, "3999.213"], [1702464230, "4083.741"], [1702464263, "4168.268999999999"], [1702464299, "4252.7970000000005"], [1702464332, "4337.325"], [1702464356, "4421.853"], [1702464392, "4506.380999999999"], [1702464425, "4590.909000000001"], [1702464455, "4675.437"], [1702464479, "4759.965"], [1702464509, "4844.4929999999995"], [1702464533, "4929.021"], [1702464569, "5013.549"], [1702464605, "5098.076999999999"], [1702464635, "5182.6050000000005"], [1702464671, "5267.132999999999"], [1702464716, "5351.661"], [1702464743, "5436.189"], [1702464776, "5520.717"], [1702464812, "5605.245"], [1702464836, "5689.773"], [1702464869, "5774.301"], [1702464905, "5858.829"], [1702464926, "5943.357000000001"], [1702464956, "6027.884999999999"], [1702464992, "6112.4130000000005"], [1702465016, "6196.941"], [1702465049, "6281.469"], [1702465085, "6365.997"], [1702465118, "6450.525000000001"], [1702465145, "6535.052999999999"], [1702465178, "6619.581"], [1702465208, "6704.109"], [1702465241, "6788.637"], [1702465298, "6915.428999999999"], [1702465334, "6999.957"], [1702465367, "7084.485000000001"], [1702465394, "7169.013"], [1702465418, "7253.541"], [1702465445, "7338.0689999999995"], [1702465481, "7422.597"], [1702465517, "7507.125"], [1702465550, "7591.653"], [1702465586, "7676.181"], [1702465619, "7760.708999999999"], [1702465658, "7845.237000000001"], [1702465706, "7929.765"], [1702465754, "8056.557"], [1702465787, "8141.085"], [1702465823, "8225.613000000001"], [1702465856, "8310.141"], [1702465880, "8394.669"], [1702465910, "8479.197"], [1702465952, "8563.725"], [1702465988, "8648.252999999999"], [1702466015, "8732.781"], [1702466030, "8817.309000000001"], [1702466060, "8901.837"], [1702466078, "8986.365"], [1702466138, "9113.157"], [1702466168, "9197.685"], [1702466204, "9282.213"], [1702466237, "9366.741"], [1702466261, "9451.269"], [1702466291, "9535.797"], [1702466327, "9620.324999999999"], [1702466360, "9704.853"], [1702466384, "9789.381000000001"], [1702466417, "9873.909"], [1702466441, "9958.436999999998"], [1702466471, "10042.965"], [1702466507, "10127.493"], [1702466540, "10212.020999999999"], [1702466597, "10338.812999999998"], [1702466633, "10423.341"], [1702466666, "10507.869"], [1702466705, "10592.396999999999"], [1702466732, "10676.925000000001"], [1702466765, "10761.453"], [1702466801, "10845.980999999998"], [1702466852, "10972.773"], [1702466876, "11057.301000000001"], [1702466918, "11141.829"], [1702466978, "11310.885"], [1702467014, "11395.413"], [1702467038, "11479.940999999999"], [1702467068, "11564.469000000001"], [1702467122, "11691.261"], [1702467158, "11775.789"], [1702467191, "11860.317"], [1702467221, "11944.845"], [1702467257, "12029.373"], [1702467299, "12113.901"], [1702467350, "12240.693"], [1702467386, "12325.221000000001"], [1702467419, "12409.749"], [1702467455, "12494.277"], [1702467515, "12663.333"], [1702467542, "12747.861"], [1702467566, "12832.389"], [1702467599, "12916.917000000001"], [1702467635, "13001.445"], [1702467668, "13085.973000000002"], [1702467695, "13170.501"], [1702467716, "13255.028999999999"], [1702467746, "13339.557"], [1702467800, "13466.348999999998"], [1702467824, "13550.877"], [1702467908, "13762.196999999998"], [1702467944, "13846.725000000002"], [1702467968, "13931.253"], [1702468001, "14015.780999999999"], [1702468031, "14100.309000000001"], [1702468067, "14184.837"], [1702468085, "14269.364999999998"], [1702468115, "14353.893"], [1702468151, "14438.421"], [1702468181, "14522.948999999999"], [1702468208, "14607.477000000003"], [1702468241, "14692.005000000001"], [1702468256, "14776.533"], [1702468286, "14861.061000000002"], [1702468322, "14945.589"], [1702468352, "15030.116999999998"], [1702468388, "15114.645"], [1702468424, "15199.173"], [1702468457, "15283.701"], [1702468493, "15368.229000000003"], [1702468517, "15452.757000000001"], [1702468550, "15537.285"], [1702468586, "15621.812999999998"], [1702468613, "15706.340999999999"], [1702468637, "15790.868999999999"], [1702468679, "15875.397"], [1702468721, "15959.925000000001"], [1702468730, "16002.188999999998"], [1702468766, "16086.717"], [1702468799, "16171.245"], [1702468835, "16255.773000000001"], [1702468898, "16382.564999999999"], [1702468934, "16467.092999999997"], [1702468970, "16551.621"], [1702468994, "16636.149"], [1702469024, "16720.677"], [1702469060, "16805.205"], [1702469111, "16931.997000000003"], [1702469144, "17016.525"], [1702469168, "17101.053"], [1702469204, "17185.581"], [1702469237, "17270.109"], [1702469273, "17354.637"], [1702469303, "17439.165"], [1702469336, "17523.693"], [1702469360, "17608.221"], [1702469387, "17692.749000000003"], [1702469411, "17777.277"], [1702469435, "17861.805"], [1702469468, "17946.333"], [1702469504, "18030.861"], [1702469537, "18115.389"], [1702469573, "18199.917"], [1702469606, "18284.445"], [1702469633, "18368.973"], [1702469660, "18453.501"], [1702469684, "18538.029"], [1702469717, "18622.557"], [1702469753, "18707.085"], [1702469786, "18791.613"], [1702469816, "18876.141"], [1702469834, "18960.668999999998"], [1702469864, "19045.197"], [1702469906, "19171.989"], [1702469936, "19256.517"], [1702469972, "19341.045"], [1702470005, "19425.573000000004"], [1702470029, "19510.101"], [1702470065, "19594.629"], [1702470101, "19679.157"], [1702470131, "19763.684999999998"], [1702470167, "19848.213"], [1702470203, "19932.741"], [1702470251, "20059.533"], [1702470278, "20144.061"], [1702470311, "20228.589"], [1702470347, "20313.117"], [1702470371, "20397.645"], [1702470404, "20482.173"], [1702470440, "20566.701"], [1702470476, "20651.229000000003"], [1702470506, "20735.756999999998"], [1702470542, "20820.285"], [1702470575, "20904.813000000002"], [1702470611, "20989.340999999997"], [1702470635, "21073.869"], [1702470662, "21158.397"], [1702470686, "21242.925"], [1702470719, "21327.453"], [1702470746, "21411.981000000003"], [1702470812, "21581.037"], [1702470845, "21665.565000000002"], [1702470875, "21750.092999999997"], [1702470899, "21834.621"], [1702470953, "21961.413"], [1702470983, "22045.941000000003"], [1702471025, "22130.469"], [1702471067, "22257.261"], [1702471169, "22468.581"], [1702471193, "22553.109"], [1702471226, "22637.637000000002"], [1702471265, "22722.165"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "4.085999999999999"], [1702462721, "423.94199999999995"], [1702462736, "423.97799999999995"], [1702462751, "424.014"], [1702462763, "424.053"], [1702462793, "430.866"], [1702462808, "430.902"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "46.959"], [1702462721, "92.89800000000001"], [1702462736, "138.83700000000002"], [1702462751, "184.776"], [1702462763, "229.73700000000002"], [1702462793, "318.723"], [1702462808, "362.748"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "12.258"], [1702462721, "12.621"], [1702462736, "12.708"], [1702462751, "12.957"], [1702462763, "12.996000000000002"], [1702462793, "13.311"], [1702462808, "13.344"], [1702462829, "13.368"], [1702462844, "13.686000000000002"], [1702462865, "13.755"], [1702462880, "13.788"], [1702462904, "13.886999999999999"], [1702462919, "13.919999999999998"], [1702462952, "13.989"], [1702462973, "14.019"], [1702462988, "14.036999999999999"], [1702463045, "14.319"], [1702463081, "14.718"], [1702463114, "14.940000000000001"], [1702463150, "15.006000000000002"], [1702463186, "15.116999999999999"], [1702463216, "15.192"], [1702463240, "15.243"], [1702463273, "20.442"], [1702463324, "20.628"], [1702463354, "20.706000000000003"], [1702463381, "20.82"], [1702463417, "20.883"], [1702463453, "21.021"], [1702463477, "21.066000000000003"], [1702463510, "21.102000000000004"], [1702463537, "21.177000000000003"], [1702463570, "21.240000000000002"], [1702463591, "21.405"], [1702463621, "21.480000000000004"], [1702463657, "21.576000000000004"], [1702463693, "21.726"], [1702463729, "22.452"], [1702463765, "22.503000000000004"], [1702463798, "22.584"], [1702463846, "22.668"], [1702463873, "23.087999999999997"], [1702463906, "23.147999999999996"], [1702463948, "23.261999999999997"], [1702463984, "23.4"], [1702464014, "23.463"], [1702464050, "23.660999999999998"], [1702464086, "25.052999999999997"], [1702464122, "25.182000000000002"], [1702464155, "25.251"], [1702464194, "25.410000000000004"], [1702464230, "25.509"], [1702464263, "25.692"], [1702464299, "25.773"], [1702464332, "25.92"], [1702464356, "26.061"], [1702464392, "26.796000000000003"], [1702464425, "27.015"], [1702464455, "27.36"], [1702464479, "27.552"], [1702464509, "27.651"], [1702464533, "27.813"], [1702464569, "28.092"], [1702464605, "28.173000000000002"], [1702464635, "28.287"], [1702464671, "28.383000000000003"], [1702464716, "28.770000000000003"], [1702464743, "28.964999999999996"], [1702464776, "29.1"], [1702464812, "29.22"], [1702464836, "29.343000000000004"], [1702464869, "29.472"], [1702464905, "29.634"], [1702464926, "29.711999999999996"], [1702464956, "31.143"], [1702464992, "31.257"], [1702465016, "31.512"], [1702465049, "31.593"], [1702465085, "31.875"], [1702465118, "31.968"], [1702465145, "32.406"], [1702465178, "32.496"], [1702465208, "32.949"], [1702465241, "33.042"], [1702465298, "33.276"], [1702465334, "33.393"], [1702465367, "33.483000000000004"], [1702465394, "33.573"], [1702465418, "33.753"], [1702465445, "36.024"], [1702465481, "36.435"], [1702465517, "36.621"], [1702465550, "37.161"], [1702465586, "39.38999999999999"], [1702465619, "39.504"], [1702465658, "39.599999999999994"], [1702465706, "39.675"], [1702465754, "39.699"], [1702465787, "39.753"], [1702465823, "39.836999999999996"], [1702465856, "40.374"], [1702465880, "40.422000000000004"], [1702465910, "40.518"], [1702465952, "40.854"], [1702465988, "40.956"], [1702466015, "41.283"], [1702466030, "41.342999999999996"], [1702466060, "41.538000000000004"], [1702466078, "41.601000000000006"], [1702466138, "42.168"], [1702466168, "42.339"], [1702466204, "42.59400000000001"], [1702466237, "42.657000000000004"], [1702466261, "42.9"], [1702466291, "43.31699999999999"], [1702466327, "43.407"], [1702466360, "43.665000000000006"], [1702466384, "43.884"], [1702466417, "43.961999999999996"], [1702466441, "44.049"], [1702466471, "44.123999999999995"], [1702466507, "44.193"], [1702466540, "44.634"], [1702466597, "45.222"], [1702466633, "45.687"], [1702466666, "45.966"], [1702466705, "46.12800000000001"], [1702466732, "46.197"], [1702466765, "46.28699999999999"], [1702466801, "46.974000000000004"], [1702466852, "47.166"], [1702466876, "47.22599999999999"], [1702466918, "48.483"], [1702466978, "49.077"], [1702467014, "49.137"], [1702467038, "49.206"], [1702467068, "49.29900000000001"], [1702467122, "49.758"], [1702467158, "52.008"], [1702467191, "52.068"], [1702467221, "52.224000000000004"], [1702467257, "52.311"], [1702467299, "52.748999999999995"], [1702467350, "54.381"], [1702467386, "54.45"], [1702467419, "54.528"], [1702467455, "54.597"], [1702467515, "54.788999999999994"], [1702467542, "54.852"], [1702467566, "54.92399999999999"], [1702467599, "54.971999999999994"], [1702467635, "55.019999999999996"], [1702467668, "55.14"], [1702467695, "55.188"], [1702467716, "55.236000000000004"], [1702467746, "55.269"], [1702467800, "55.332"], [1702467824, "55.38"], [1702467908, "55.503"], [1702467944, "55.578"], [1702467968, "55.629000000000005"], [1702468001, "55.68300000000001"], [1702468031, "55.728"], [1702468067, "55.779"], [1702468085, "55.971"], [1702468115, "56.001"], [1702468151, "56.031"], [1702468181, "56.067"], [1702468208, "56.123999999999995"], [1702468241, "56.157"], [1702468256, "56.205"], [1702468286, "56.241"], [1702468322, "56.268"], [1702468352, "56.283"], [1702468388, "56.478"], [1702468424, "56.583"], [1702468457, "56.652"], [1702468493, "56.778"], [1702468517, "56.979"], [1702468550, "57.015"], [1702468586, "57.039"], [1702468613, "57.057"], [1702468637, "57.087"], [1702468679, "57.102000000000004"], [1702468721, "57.19199999999999"], [1702468730, "57.357"], [1702468766, "57.453"], [1702468799, "57.555"], [1702468835, "57.585"], [1702468898, "57.702"], [1702468934, "57.717"], [1702468970, "57.762"], [1702468994, "57.978"], [1702469024, "58.002"], [1702469060, "58.071000000000005"], [1702469111, "58.221"], [1702469144, "58.248"], [1702469168, "58.305"], [1702469204, "58.353"], [1702469237, "58.382999999999996"], [1702469273, "58.400999999999996"], [1702469303, "58.44"], [1702469336, "58.596"], [1702469360, "58.683"], [1702469387, "58.695"], [1702469411, "58.797"], [1702469435, "58.842"], [1702469468, "58.884"], [1702469504, "58.92"], [1702469537, "59.004000000000005"], [1702469573, "59.076"], [1702469606, "59.238"], [1702469633, "59.268"], [1702469660, "59.415"], [1702469684, "59.616"], [1702469717, "59.78099999999999"], [1702469753, "59.80499999999999"], [1702469786, "59.876999999999995"], [1702469816, "59.897999999999996"], [1702469834, "59.928"], [1702469864, "59.949"], [1702469906, "60.027"], [1702469936, "60.084"], [1702469972, "60.114"], [1702470005, "60.129"], [1702470029, "60.144"], [1702470065, "60.165"], [1702470101, "60.219"], [1702470131, "60.300000000000004"], [1702470167, "60.357"], [1702470203, "60.681"], [1702470251, "60.804"], [1702470278, "60.894000000000005"], [1702470311, "60.945"], [1702470347, "61.011"], [1702470371, "61.044"], [1702470404, "61.30800000000001"], [1702470440, "61.33800000000001"], [1702470476, "61.371"], [1702470506, "61.425"], [1702470542, "61.521"], [1702470575, "61.716"], [1702470611, "61.803000000000004"], [1702470635, "61.86300000000001"], [1702470662, "61.87800000000001"], [1702470686, "61.974000000000004"], [1702470719, "62.06699999999999"], [1702470746, "62.096999999999994"], [1702470812, "62.259"], [1702470845, "62.304"], [1702470875, "62.52"], [1702470899, "62.586"], [1702470953, "62.733"], [1702470983, "62.835"], [1702471025, "62.871"], [1702471067, "62.964000000000006"], [1702471169, "63.294"], [1702471193, "63.357"], [1702471226, "63.471000000000004"], [1702471265, "63.543000000000006"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "63.114000000000004"], [1702462721, "67.383"], [1702462736, "71.688"], [1702462751, "75.768"], [1702462763, "75.894"], [1702462793, "85.54200000000002"], [1702462808, "90.429"], [1702462829, "90.96300000000001"], [1702462844, "106.05900000000001"], [1702462865, "107.049"], [1702462880, "110.646"], [1702462904, "113.03999999999999"], [1702462919, "113.49"], [1702462952, "115.617"], [1702462973, "116.634"], [1702462988, "118.17299999999999"], [1702463045, "119.85300000000001"], [1702463081, "120.43200000000002"], [1702463114, "122.703"], [1702463150, "124.383"], [1702463186, "125.48700000000001"], [1702463216, "129.68099999999998"], [1702463240, "131.31599999999997"], [1702463273, "135.174"], [1702463324, "140.30399999999997"], [1702463354, "141.417"], [1702463381, "144.44099999999997"], [1702463417, "145.539"], [1702463453, "148.05599999999998"], [1702463477, "148.65"], [1702463510, "149.98499999999999"], [1702463537, "151.08"], [1702463570, "152.499"], [1702463591, "153.72899999999998"], [1702463621, "156.912"], [1702463657, "159.903"], [1702463693, "163.236"], [1702463729, "166.962"], [1702463765, "169.76399999999998"], [1702463798, "171.444"], [1702463846, "173.751"], [1702463873, "178.986"], [1702463906, "180.69599999999997"], [1702463948, "183.80699999999996"], [1702463984, "187.854"], [1702464014, "190.647"], [1702464050, "193.37999999999997"], [1702464086, "196.38299999999998"], [1702464122, "201.95999999999998"], [1702464155, "205.46099999999998"], [1702464194, "206.613"], [1702464230, "208.83899999999997"], [1702464263, "210.69"], [1702464299, "214.99200000000002"], [1702464332, "220.626"], [1702464356, "224.17499999999998"], [1702464392, "227.81099999999998"], [1702464425, "230.57399999999998"], [1702464455, "243.183"], [1702464479, "245.928"], [1702464509, "247.20899999999997"], [1702464533, "248.712"], [1702464569, "252.195"], [1702464605, "255.237"], [1702464635, "257.226"], [1702464671, "261.43500000000006"], [1702464716, "268.21799999999996"], [1702464743, "271.96500000000003"], [1702464776, "278.43300000000005"], [1702464812, "281.76300000000003"], [1702464836, "284.79600000000005"], [1702464869, "288.564"], [1702464905, "292.41900000000004"], [1702464926, "293.256"], [1702464956, "295.75500000000005"], [1702464992, "299.37600000000003"], [1702465016, "300.51900000000006"], [1702465049, "303.67499999999995"], [1702465085, "333.963"], [1702465118, "335.577"], [1702465145, "339.56100000000004"], [1702465178, "342.18600000000004"], [1702465208, "346.959"], [1702465241, "349.464"], [1702465298, "353.19"], [1702465334, "355.401"], [1702465367, "358.188"], [1702465394, "358.959"], [1702465418, "360.153"], [1702465445, "363.345"], [1702465481, "384.25800000000004"], [1702465517, "387.747"], [1702465550, "390.39"], [1702465586, "395.418"], [1702465619, "396.057"], [1702465658, "402.14099999999996"], [1702465706, "404.655"], [1702465754, "411.594"], [1702465787, "414.312"], [1702465823, "418.092"], [1702465856, "421.53000000000003"], [1702465880, "423.048"], [1702465910, "425.181"], [1702465952, "428.12100000000004"], [1702465988, "432.228"], [1702466015, "434.451"], [1702466030, "434.754"], [1702466060, "435.93600000000004"], [1702466078, "436.671"], [1702466138, "440.21099999999996"], [1702466168, "444.855"], [1702466204, "449.187"], [1702466237, "475.215"], [1702466261, "478.584"], [1702466291, "480.351"], [1702466327, "483.31499999999994"], [1702466360, "485.733"], [1702466384, "487.572"], [1702466417, "489.501"], [1702466441, "490.302"], [1702466471, "491.901"], [1702466507, "496.326"], [1702466540, "499.974"], [1702466597, "509.961"], [1702466633, "514.5329999999999"], [1702466666, "520.182"], [1702466705, "522.54"], [1702466732, "526.308"], [1702466765, "528.4470000000001"], [1702466801, "530.568"], [1702466852, "540.162"], [1702466876, "540.9090000000001"], [1702466918, "546.816"], [1702466978, "558.7470000000001"], [1702467014, "564.5820000000001"], [1702467038, "570.1410000000001"], [1702467068, "574.488"], [1702467122, "578.5980000000002"], [1702467158, "580.797"], [1702467191, "584.0070000000002"], [1702467221, "585.546"], [1702467257, "587.013"], [1702467299, "588.444"], [1702467350, "591.414"], [1702467386, "592.8630000000002"], [1702467419, "594.087"], [1702467455, "595.0170000000002"], [1702467515, "595.809"], [1702467542, "596.154"], [1702467566, "596.373"], [1702467599, "596.9130000000001"], [1702467635, "599.148"], [1702467668, "601.4250000000001"], [1702467695, "603.393"], [1702467716, "605.3070000000001"], [1702467746, "606.552"], [1702467800, "611.139"], [1702467824, "612.1500000000001"], [1702467908, "614.076"], [1702467944, "614.571"], [1702467968, "615.012"], [1702468001, "615.5070000000002"], [1702468031, "616.71"], [1702468067, "625.905"], [1702468085, "627.21"], [1702468115, "627.633"], [1702468151, "630.066"], [1702468181, "631.134"], [1702468208, "631.887"], [1702468241, "633.1080000000001"], [1702468256, "633.456"], [1702468286, "633.9"], [1702468322, "634.272"], [1702468352, "640.632"], [1702468388, "643.296"], [1702468424, "645.8100000000001"], [1702468457, "651.33"], [1702468493, "654.948"], [1702468517, "656.5500000000001"], [1702468550, "657.384"], [1702468586, "658.911"], [1702468613, "661.9619999999999"], [1702468637, "664.5899999999999"], [1702468679, "665.1840000000001"], [1702468721, "668.745"], [1702468730, "669.309"], [1702468766, "673.6709999999999"], [1702468799, "680.568"], [1702468835, "682.332"], [1702468898, "689.433"], [1702468934, "692.271"], [1702468970, "698.913"], [1702468994, "700.1969999999999"], [1702469024, "700.338"], [1702469060, "711.3269999999999"], [1702469111, "713.967"], [1702469144, "718.5569999999999"], [1702469168, "719.3159999999999"], [1702469204, "721.5989999999999"], [1702469237, "723.6719999999999"], [1702469273, "727.3620000000001"], [1702469303, "731.643"], [1702469336, "732.9749999999999"], [1702469360, "734.0609999999999"], [1702469387, "734.385"], [1702469411, "735.732"], [1702469435, "736.3169999999999"], [1702469468, "737.325"], [1702469504, "737.7359999999999"], [1702469537, "738.5939999999999"], [1702469573, "739.941"], [1702469606, "742.0349999999999"], [1702469633, "742.581"], [1702469660, "744.7620000000001"], [1702469684, "746.568"], [1702469717, "749.343"], [1702469753, "750.0210000000001"], [1702469786, "750.825"], [1702469816, "753.2489999999999"], [1702469834, "753.7650000000001"], [1702469864, "755.0939999999999"], [1702469906, "756.042"], [1702469936, "757.719"], [1702469972, "759.096"], [1702470005, "760.449"], [1702470029, "760.632"], [1702470065, "761.235"], [1702470101, "762.687"], [1702470131, "763.914"], [1702470167, "767.019"], [1702470203, "768.918"], [1702470251, "771.969"], [1702470278, "772.7520000000001"], [1702470311, "773.433"], [1702470347, "774.858"], [1702470371, "775.689"], [1702470404, "776.8979999999999"], [1702470440, "777.5849999999999"], [1702470476, "781.581"], [1702470506, "783.06"], [1702470542, "784.56"], [1702470575, "786.837"], [1702470611, "788.2379999999999"], [1702470635, "789.2159999999999"], [1702470662, "789.618"], [1702470686, "790.2719999999999"], [1702470719, "791.31"], [1702470746, "792.165"], [1702470812, "793.641"], [1702470845, "795.636"], [1702470875, "797.055"], [1702470899, "797.9069999999999"], [1702470953, "799.383"], [1702470983, "800.967"], [1702471025, "866.7360000000001"], [1702471067, "870.747"], [1702471169, "880.482"], [1702471193, "881.544"], [1702471226, "884.8050000000001"], [1702471265, "888.135"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "36.21"], [1702462721, "37.461"], [1702462736, "38.637"], [1702462751, "38.976"], [1702462763, "39.01199999999999"], [1702462793, "39.504"], [1702462808, "40.095"], [1702462829, "40.458"], [1702462844, "70.95"], [1702462865, "71.34900000000002"], [1702462880, "72.456"], [1702462904, "72.93299999999999"], [1702462919, "73.44000000000001"], [1702462952, "77.865"], [1702462973, "78.798"], [1702462988, "100.33800000000001"], [1702463045, "103.434"], [1702463081, "105.83100000000002"], [1702463114, "107.83200000000002"], [1702463150, "109.14"], [1702463186, "110.48400000000001"], [1702463216, "112.626"], [1702463240, "115.17900000000002"], [1702463273, "116.48100000000001"], [1702463324, "120.897"], [1702463354, "123.15599999999999"], [1702463381, "124.653"], [1702463417, "126.414"], [1702463453, "130.12199999999999"], [1702463477, "130.785"], [1702463510, "131.904"], [1702463537, "132.729"], [1702463570, "135.696"], [1702463591, "137.874"], [1702463621, "139.73999999999998"], [1702463657, "143.35799999999998"], [1702463693, "150.351"], [1702463729, "153.597"], [1702463765, "155.97"], [1702463798, "158.487"], [1702463846, "159.62099999999998"], [1702463873, "160.40699999999998"], [1702463906, "161.826"], [1702463948, "164.709"], [1702463984, "167.199"], [1702464014, "170.08199999999997"], [1702464050, "173.15699999999998"], [1702464086, "176.71800000000002"], [1702464122, "179.745"], [1702464155, "182.53499999999997"], [1702464194, "184.764"], [1702464230, "186.70499999999998"], [1702464263, "187.815"], [1702464299, "189.46800000000002"], [1702464332, "192.744"], [1702464356, "194.97899999999998"], [1702464392, "199.55399999999997"], [1702464425, "205.884"], [1702464455, "210.171"], [1702464479, "212.673"], [1702464509, "215.46899999999997"], [1702464533, "217.21799999999996"], [1702464569, "219.618"], [1702464605, "222.306"], [1702464635, "226.11299999999997"], [1702464671, "230.277"], [1702464716, "236.133"], [1702464743, "238.392"], [1702464776, "241.87799999999996"], [1702464812, "245.94299999999998"], [1702464836, "248.21999999999997"], [1702464869, "252.09"], [1702464905, "253.97699999999998"], [1702464926, "254.56199999999998"], [1702464956, "255.77099999999996"], [1702464992, "259.098"], [1702465016, "260.14200000000005"], [1702465049, "263.823"], [1702465085, "269.82300000000004"], [1702465118, "272.2560000000001"], [1702465145, "275.262"], [1702465178, "276.708"], [1702465208, "280.26599999999996"], [1702465241, "287.15400000000005"], [1702465298, "290.01000000000005"], [1702465334, "291.52500000000003"], [1702465367, "293.65799999999996"], [1702465394, "294.12600000000003"], [1702465418, "295.203"], [1702465445, "297.05400000000003"], [1702465481, "299.331"], [1702465517, "303.39900000000006"], [1702465550, "306.708"], [1702465586, "311.916"], [1702465619, "312.71700000000004"], [1702465658, "315.678"], [1702465706, "316.674"], [1702465754, "320.271"], [1702465787, "322.59000000000003"], [1702465823, "325.173"], [1702465856, "330.012"], [1702465880, "331.14000000000004"], [1702465910, "333.939"], [1702465952, "336.26700000000005"], [1702465988, "338.454"], [1702466015, "340.90500000000003"], [1702466030, "341.17800000000005"], [1702466060, "342.59400000000005"], [1702466078, "343.04100000000005"], [1702466138, "345.69599999999997"], [1702466168, "349.15500000000003"], [1702466204, "354.363"], [1702466237, "358.43399999999997"], [1702466261, "360.28800000000007"], [1702466291, "361.71"], [1702466327, "364.55100000000004"], [1702466360, "368.04"], [1702466384, "369.639"], [1702466417, "371.39099999999996"], [1702466441, "371.898"], [1702466471, "373.45500000000004"], [1702466507, "376.74300000000005"], [1702466540, "380.469"], [1702466597, "389.56500000000005"], [1702466633, "393.192"], [1702466666, "395.88300000000004"], [1702466705, "397.26300000000003"], [1702466732, "399.38399999999996"], [1702466765, "401.373"], [1702466801, "403.587"], [1702466852, "411.468"], [1702466876, "411.975"], [1702466918, "415.572"], [1702466978, "422.60099999999994"], [1702467014, "426.144"], [1702467038, "429.609"], [1702467068, "432.453"], [1702467122, "436.041"], [1702467158, "439.19699999999995"], [1702467191, "444.378"], [1702467221, "445.77599999999995"], [1702467257, "448.10099999999994"], [1702467299, "449.496"], [1702467350, "452.33399999999995"], [1702467386, "453.50999999999993"], [1702467419, "453.987"], [1702467455, "454.99799999999993"], [1702467515, "456.31199999999995"], [1702467542, "456.741"], [1702467566, "457.125"], [1702467599, "457.722"], [1702467635, "459.91200000000003"], [1702467668, "465.933"], [1702467695, "466.356"], [1702467716, "467.328"], [1702467746, "467.95500000000004"], [1702467800, "470.787"], [1702467824, "471.417"], [1702467908, "473.6189999999999"], [1702467944, "474.618"], [1702467968, "474.954"], [1702468001, "475.743"], [1702468031, "478.005"], [1702468067, "483.91799999999995"], [1702468085, "484.38000000000005"], [1702468115, "485.589"], [1702468151, "487.27500000000003"], [1702468181, "488.013"], [1702468208, "489.24899999999997"], [1702468241, "490.03499999999997"], [1702468256, "490.29900000000004"], [1702468286, "490.797"], [1702468322, "491.307"], [1702468352, "494.96700000000004"], [1702468388, "497.862"], [1702468424, "502.641"], [1702468457, "506.886"], [1702468493, "509.994"], [1702468517, "512.3430000000001"], [1702468550, "513.684"], [1702468586, "514.9499999999999"], [1702468613, "517.3050000000001"], [1702468637, "519.234"], [1702468679, "520.1370000000001"], [1702468721, "524.4000000000001"], [1702468730, "524.8500000000001"], [1702468766, "528.48"], [1702468799, "531.057"], [1702468835, "532.2060000000001"], [1702468898, "537.2700000000001"], [1702468934, "540.6120000000001"], [1702468970, "544.4670000000001"], [1702468994, "545.964"], [1702469024, "546.2040000000001"], [1702469060, "547.203"], [1702469111, "549.7740000000001"], [1702469144, "553.155"], [1702469168, "553.6020000000001"], [1702469204, "554.589"], [1702469237, "555.279"], [1702469273, "556.7790000000001"], [1702469303, "559.5000000000001"], [1702469336, "560.886"], [1702469360, "561.3990000000001"], [1702469387, "561.537"], [1702469411, "562.08"], [1702469435, "562.5749999999999"], [1702469468, "563.364"], [1702469504, "563.967"], [1702469537, "564.474"], [1702469573, "565.368"], [1702469606, "568.068"], [1702469633, "568.5270000000002"], [1702469660, "569.7600000000001"], [1702469684, "571.6740000000001"], [1702469717, "572.961"], [1702469753, "573.5250000000002"], [1702469786, "574.2690000000001"], [1702469816, "575.679"], [1702469834, "576.0690000000001"], [1702469864, "576.9990000000001"], [1702469906, "577.812"], [1702469936, "579.171"], [1702469972, "580.5960000000001"], [1702470005, "582.432"], [1702470029, "582.6870000000001"], [1702470065, "583.248"], [1702470101, "584.1600000000001"], [1702470131, "585.4860000000001"], [1702470167, "587.6970000000001"], [1702470203, "590.3820000000001"], [1702470251, "593.829"], [1702470278, "594.525"], [1702470311, "595.1160000000001"], [1702470347, "596.115"], [1702470371, "596.9879999999999"], [1702470404, "600.033"], [1702470440, "600.639"], [1702470476, "607.086"], [1702470506, "607.9950000000001"], [1702470542, "609.2610000000001"], [1702470575, "611.82"], [1702470611, "612.624"], [1702470635, "613.4939999999999"], [1702470662, "614.0190000000001"], [1702470686, "614.4660000000001"], [1702470719, "615.027"], [1702470746, "616.212"], [1702470812, "617.907"], [1702470845, "620.952"], [1702470875, "621.8910000000001"], [1702470899, "623.259"], [1702470953, "625.2750000000001"], [1702470983, "627.654"], [1702471025, "631.5930000000001"], [1702471067, "635.181"], [1702471169, "641.928"], [1702471193, "642.8910000000001"], [1702471226, "645.4950000000001"], [1702471265, "648.219"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "82.341"], [1702462721, "86.96400000000001"], [1702462736, "90.08400000000002"], [1702462751, "90.37499999999999"], [1702462763, "90.41399999999999"], [1702462793, "96.621"], [1702462808, "101.73599999999999"], [1702462829, "111.89699999999999"], [1702462844, "119.03399999999999"], [1702462865, "119.802"], [1702462880, "124.32000000000001"], [1702462904, "144.12"], [1702462919, "144.462"], [1702462952, "146.517"], [1702462973, "148.35000000000002"], [1702462988, "150.066"], [1702463045, "162.00900000000001"], [1702463081, "166.74"], [1702463114, "170.229"], [1702463150, "171.573"], [1702463186, "173.904"], [1702463216, "177.85500000000002"], [1702463240, "197.586"], [1702463273, "200.33999999999997"], [1702463324, "207.6"], [1702463354, "210.00900000000001"], [1702463381, "217.89000000000001"], [1702463417, "220.554"], [1702463453, "223.61700000000002"], [1702463477, "225.71099999999998"], [1702463510, "228.453"], [1702463537, "230.07"], [1702463570, "231.492"], [1702463591, "233.685"], [1702463621, "237.459"], [1702463657, "250.047"], [1702463693, "253.78799999999998"], [1702463729, "262.35"], [1702463765, "265.48199999999997"], [1702463798, "267.69"], [1702463846, "268.932"], [1702463873, "270.387"], [1702463906, "271.5"], [1702463948, "274.428"], [1702463984, "277.461"], [1702464014, "280.533"], [1702464050, "287.007"], [1702464086, "291.55499999999995"], [1702464122, "298.56"], [1702464155, "301.44899999999996"], [1702464194, "303.645"], [1702464230, "306.729"], [1702464263, "310.428"], [1702464299, "314.712"], [1702464332, "320.25300000000004"], [1702464356, "326.607"], [1702464392, "330.537"], [1702464425, "334.317"], [1702464455, "339.71399999999994"], [1702464479, "346.521"], [1702464509, "348.903"], [1702464533, "351.642"], [1702464569, "356.697"], [1702464605, "361.26300000000003"], [1702464635, "372.03900000000004"], [1702464671, "377.976"], [1702464716, "384.96"], [1702464743, "392.109"], [1702464776, "397.512"], [1702464812, "401.265"], [1702464836, "404.604"], [1702464869, "410.07"], [1702464905, "412.788"], [1702464926, "413.32800000000003"], [1702464956, "414.792"], [1702464992, "421.935"], [1702465016, "424.164"], [1702465049, "427.185"], [1702465085, "451.81800000000004"], [1702465118, "459.20099999999996"], [1702465145, "461.988"], [1702465178, "463.13399999999996"], [1702465208, "468.57"], [1702465241, "474.189"], [1702465298, "478.94399999999996"], [1702465334, "483.558"], [1702465367, "486.324"], [1702465394, "489.90900000000005"], [1702465418, "491.205"], [1702465445, "494.99699999999996"], [1702465481, "499.869"], [1702465517, "503.688"], [1702465550, "506.35499999999996"], [1702465586, "512.6189999999999"], [1702465619, "513.543"], [1702465658, "517.686"], [1702465706, "518.529"], [1702465754, "521.601"], [1702465787, "523.872"], [1702465823, "527.5920000000001"], [1702465856, "535.203"], [1702465880, "538.536"], [1702465910, "543.015"], [1702465952, "548.175"], [1702465988, "552.5279999999999"], [1702466015, "557.25"], [1702466030, "557.448"], [1702466060, "558.183"], [1702466078, "558.738"], [1702466138, "563.0070000000001"], [1702466168, "566.208"], [1702466204, "576.897"], [1702466237, "584.436"], [1702466261, "585.6329999999999"], [1702466291, "587.349"], [1702466327, "592.3439999999999"], [1702466360, "594.1590000000001"], [1702466384, "596.637"], [1702466417, "598.2570000000001"], [1702466441, "599.109"], [1702466471, "601.056"], [1702466507, "603.6690000000001"], [1702466540, "608.3399999999999"], [1702466597, "613.9680000000001"], [1702466633, "618.762"], [1702466666, "625.482"], [1702466705, "627.564"], [1702466732, "630.942"], [1702466765, "632.9760000000001"], [1702466801, "636.117"], [1702466852, "642.276"], [1702466876, "642.816"], [1702466918, "647.34"], [1702466978, "664.6859999999999"], [1702467014, "671.712"], [1702467038, "677.235"], [1702467068, "680.916"], [1702467122, "684.753"], [1702467158, "686.994"], [1702467191, "695.9280000000001"], [1702467221, "697.659"], [1702467257, "700.278"], [1702467299, "703.425"], [1702467350, "709.3349999999999"], [1702467386, "714.3990000000001"], [1702467419, "715.29"], [1702467455, "717.8310000000001"], [1702467515, "720.126"], [1702467542, "720.855"], [1702467566, "721.3109999999999"], [1702467599, "722.4780000000001"], [1702467635, "724.719"], [1702467668, "732.873"], [1702467695, "738.51"], [1702467716, "740.256"], [1702467746, "742.197"], [1702467800, "745.419"], [1702467824, "746.979"], [1702467908, "749.0129999999999"], [1702467944, "751.788"], [1702467968, "752.3009999999999"], [1702468001, "752.9279999999999"], [1702468031, "814.9110000000001"], [1702468067, "829.2479999999999"], [1702468085, "831.8639999999999"], [1702468115, "833.016"], [1702468151, "836.6759999999999"], [1702468181, "837.9"], [1702468208, "838.7249999999999"], [1702468241, "839.034"], [1702468256, "839.463"], [1702468286, "840.198"], [1702468322, "841.539"], [1702468352, "856.935"], [1702468388, "863.76"], [1702468424, "868.644"], [1702468457, "872.733"], [1702468493, "877.353"], [1702468517, "880.932"], [1702468550, "882.4199999999998"], [1702468586, "887.5199999999999"], [1702468613, "890.4300000000001"], [1702468637, "893.607"], [1702468679, "895.575"], [1702468721, "902.6370000000001"], [1702468730, "903.633"], [1702468766, "908.67"], [1702468799, "915.927"], [1702468835, "918.9270000000001"], [1702468898, "931.4519999999999"], [1702468934, "935.5440000000001"], [1702468970, "943.3530000000002"], [1702468994, "945.2970000000001"], [1702469024, "945.5310000000001"], [1702469060, "947.862"], [1702469111, "952.845"], [1702469144, "957.777"], [1702469168, "958.7130000000001"], [1702469204, "962.07"], [1702469237, "966.198"], [1702469273, "971.8109999999999"], [1702469303, "974.7780000000001"], [1702469336, "977.322"], [1702469360, "978.2700000000001"], [1702469387, "978.7320000000001"], [1702469411, "980.0160000000001"], [1702469435, "981.2070000000001"], [1702469468, "983.0490000000001"], [1702469504, "983.553"], [1702469537, "986.625"], [1702469573, "987.813"], [1702469606, "989.133"], [1702469633, "989.6760000000002"], [1702469660, "990.2730000000001"], [1702469684, "991.2810000000001"], [1702469717, "993.4830000000001"], [1702469753, "994.014"], [1702469786, "995.0730000000001"], [1702469816, "1003.239"], [1702469834, "1004.3550000000001"], [1702469864, "1006.3770000000001"], [1702469906, "1007.889"], [1702469936, "1009.434"], [1702469972, "1010.427"], [1702470005, "1011.2940000000001"], [1702470029, "1011.474"], [1702470065, "1013.1510000000001"], [1702470101, "1014.522"], [1702470131, "1016.409"], [1702470167, "1020.5340000000001"], [1702470203, "1022.718"], [1702470251, "1029.378"], [1702470278, "1030.9019999999998"], [1702470311, "1031.802"], [1702470347, "1033.425"], [1702470371, "1034.0130000000001"], [1702470404, "1035.723"], [1702470440, "1036.398"], [1702470476, "1038.117"], [1702470506, "1041.7109999999998"], [1702470542, "1045.062"], [1702470575, "1050.0539999999999"], [1702470611, "1053.9959999999999"], [1702470635, "1056.0749999999998"], [1702470662, "1057.5929999999998"], [1702470686, "1059.396"], [1702470719, "1061.0549999999998"], [1702470746, "1063.1009999999999"], [1702470812, "1068.0449999999998"], [1702470845, "1073.4389999999999"], [1702470875, "1076.3249999999998"], [1702470899, "1077.3239999999998"], [1702470953, "1082.769"], [1702470983, "1084.128"], [1702471025, "1091.349"], [1702471067, "1099.8"], [1702471169, "1115.1899999999998"], [1702471193, "1118.418"], [1702471226, "1121.3159999999998"], [1702471265, "1124.8739999999998"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "760.0830000000001"], [1702462721, "806.0219999999999"], [1702462736, "851.9610000000001"], [1702462751, "897.9"], [1702462763, "942.861"], [1702462793, "1031.847"], [1702462808, "1075.872"], [1702462829, "1119.897"], [1702462844, "1162.161"], [1702462865, "1204.425"], [1702462880, "1246.6889999999999"], [1702462904, "1331.217"], [1702462919, "1373.481"], [1702462952, "1458.009"], [1702462973, "1500.2730000000001"], [1702462988, "1542.537"], [1702463045, "1669.329"], [1702463081, "1753.857"], [1702463114, "1838.3850000000002"], [1702463150, "1922.9129999999998"], [1702463186, "2007.4410000000003"], [1702463216, "2091.969"], [1702463240, "2176.4970000000003"], [1702463273, "2261.025"], [1702463324, "2387.817"], [1702463354, "2472.3450000000003"], [1702463381, "2556.8729999999996"], [1702463417, "2641.401"], [1702463453, "2725.929"], [1702463477, "2810.457"], [1702463510, "2894.9850000000006"], [1702463537, "2979.5130000000004"], [1702463570, "3064.041"], [1702463591, "3148.569"], [1702463621, "3233.0969999999998"], [1702463657, "3317.625"], [1702463693, "3402.1530000000002"], [1702463729, "3486.681"], [1702463765, "3571.2090000000003"], [1702463798, "3655.737"], [1702463846, "3782.5289999999995"], [1702463873, "3867.0570000000002"], [1702463906, "3951.585"], [1702463948, "4078.377"], [1702463984, "4162.905"], [1702464014, "4247.433"], [1702464050, "4331.961"], [1702464086, "4416.4890000000005"], [1702464122, "4501.017"], [1702464155, "4585.545"], [1702464194, "4712.3369999999995"], [1702464230, "4796.865000000001"], [1702464263, "4881.393"], [1702464299, "4965.921"], [1702464332, "5050.4490000000005"], [1702464356, "5134.977"], [1702464392, "5219.505"], [1702464425, "5304.033000000001"], [1702464455, "5388.561"], [1702464479, "5473.089"], [1702464509, "5557.617"], [1702464533, "5642.1449999999995"], [1702464569, "5726.673000000001"], [1702464605, "5811.200999999999"], [1702464635, "5895.729"], [1702464671, "5980.257"], [1702464716, "6064.785"], [1702464743, "6149.313"], [1702464776, "6233.841"], [1702464812, "6318.369"], [1702464836, "6402.897"], [1702464869, "6487.425000000001"], [1702464905, "6571.9529999999995"], [1702464926, "6656.481"], [1702464956, "6741.009"], [1702464992, "6825.537"], [1702465016, "6910.065"], [1702465049, "6994.593000000001"], [1702465085, "7079.121"], [1702465118, "7163.649"], [1702465145, "7248.177"], [1702465178, "7332.705"], [1702465208, "7417.233"], [1702465241, "7501.761"], [1702465298, "7628.553"], [1702465334, "7713.081"], [1702465367, "7797.609"], [1702465394, "7882.136999999999"], [1702465418, "7966.665"], [1702465445, "8051.193"], [1702465481, "8135.721"], [1702465517, "8220.249"], [1702465550, "8304.777"], [1702465586, "8389.305"], [1702465619, "8473.832999999999"], [1702465658, "8558.361"], [1702465706, "8642.889"], [1702465754, "8769.681"], [1702465787, "8854.209"], [1702465823, "8938.737000000001"], [1702465856, "9023.265"], [1702465880, "9107.793"], [1702465910, "9192.321"], [1702465952, "9276.849"], [1702465988, "9361.377"], [1702466015, "9445.904999999999"], [1702466030, "9530.433"], [1702466060, "9614.961000000001"], [1702466078, "9699.489"], [1702466138, "9826.280999999999"], [1702466168, "9910.809000000001"], [1702466204, "9995.337"], [1702466237, "10079.865"], [1702466261, "10164.393000000002"], [1702466291, "10248.921"], [1702466327, "10333.448999999999"], [1702466360, "10417.977"], [1702466384, "10502.505"], [1702466417, "10587.033"], [1702466441, "10671.561"], [1702466471, "10756.089"], [1702466507, "10840.616999999998"], [1702466540, "10925.145"], [1702466597, "11051.936999999998"], [1702466633, "11136.465"], [1702466666, "11220.993"], [1702466705, "11305.521"], [1702466732, "11390.049"], [1702466765, "11474.577"], [1702466801, "11559.105"], [1702466852, "11685.897"], [1702466876, "11770.425000000001"], [1702466918, "11854.953"], [1702466978, "12024.009"], [1702467014, "12108.537"], [1702467038, "12193.064999999999"], [1702467068, "12277.592999999999"], [1702467122, "12404.385000000002"], [1702467158, "12488.913"], [1702467191, "12573.440999999999"], [1702467221, "12657.969"], [1702467257, "12742.497000000001"], [1702467299, "12827.025000000001"], [1702467350, "12953.817"], [1702467386, "13038.345"], [1702467419, "13122.873"], [1702467455, "13207.401"], [1702467515, "13376.457"], [1702467542, "13460.984999999999"], [1702467566, "13545.513"], [1702467599, "13630.041"], [1702467635, "13714.569"], [1702467668, "13799.097"], [1702467695, "13883.625"], [1702467716, "13968.153"], [1702467746, "14052.681"], [1702467800, "14179.473"], [1702467824, "14264.000999999998"], [1702467908, "14475.321"], [1702467944, "14559.849"], [1702467968, "14644.377"], [1702468001, "14728.904999999999"], [1702468031, "14813.433"], [1702468067, "14897.961"], [1702468085, "14982.489"], [1702468115, "15067.017000000002"], [1702468151, "15151.545"], [1702468181, "15236.072999999999"], [1702468208, "15320.600999999999"], [1702468241, "15405.129"], [1702468256, "15489.657"], [1702468286, "15574.185000000001"], [1702468322, "15658.713"], [1702468352, "15743.241"], [1702468388, "15827.769"], [1702468424, "15912.297"], [1702468457, "15996.824999999999"], [1702468493, "16081.353"], [1702468517, "16165.881000000001"], [1702468550, "16250.409"], [1702468586, "16334.936999999998"], [1702468613, "16419.465"], [1702468637, "16503.993000000002"], [1702468679, "16588.521"], [1702468721, "16673.049"], [1702468730, "16715.313"], [1702468766, "16799.841"], [1702468799, "16884.369"], [1702468835, "16968.897"], [1702468898, "17095.689"], [1702468934, "17180.216999999997"], [1702468970, "17264.745000000003"], [1702468994, "17349.273"], [1702469024, "17433.801"], [1702469060, "17518.329"], [1702469111, "17645.121"], [1702469144, "17729.649"], [1702469168, "17814.177"], [1702469204, "17898.704999999998"], [1702469237, "17983.233"], [1702469273, "18067.761"], [1702469303, "18152.288999999997"], [1702469336, "18236.817"], [1702469360, "18321.344999999998"], [1702469387, "18405.873"], [1702469411, "18490.401"], [1702469435, "18574.929"], [1702469468, "18659.457"], [1702469504, "18743.985"], [1702469537, "18828.513"], [1702469573, "18913.040999999997"], [1702469606, "18997.569"], [1702469633, "19082.096999999998"], [1702469660, "19166.625"], [1702469684, "19251.153000000002"], [1702469717, "19335.680999999997"], [1702469753, "19420.209"], [1702469786, "19504.737"], [1702469816, "19589.264999999996"], [1702469834, "19673.792999999998"], [1702469864, "19758.321"], [1702469906, "19885.113"], [1702469936, "19969.641"], [1702469972, "20054.169"], [1702470005, "20138.697"], [1702470029, "20223.225000000002"], [1702470065, "20307.752999999997"], [1702470101, "20392.281"], [1702470131, "20476.809"], [1702470167, "20561.337"], [1702470203, "20645.865"], [1702470251, "20772.657"], [1702470278, "20857.184999999998"], [1702470311, "20941.713"], [1702470347, "21026.241"], [1702470371, "21110.768999999997"], [1702470404, "21195.297000000002"], [1702470440, "21279.825"], [1702470476, "21364.353"], [1702470506, "21448.881"], [1702470542, "21533.409"], [1702470575, "21617.937"], [1702470611, "21702.465"], [1702470635, "21786.993000000002"], [1702470662, "21871.520999999997"], [1702470686, "21956.049"], [1702470719, "22040.576999999997"], [1702470746, "22125.105"], [1702470812, "22294.161000000004"], [1702470845, "22378.689"], [1702470875, "22463.217"], [1702470899, "22547.745000000003"], [1702470953, "22674.537"], [1702470983, "22759.065000000002"], [1702471025, "22843.593"], [1702471067, "22970.385000000002"], [1702471169, "23181.704999999998"], [1702471193, "23266.233"], [1702471226, "23350.761"], [1702471265, "23435.289"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "79.959"], [1702462721, "80.75699999999999"], [1702462736, "82.128"], [1702462751, "83.631"], [1702462763, "83.673"], [1702462793, "88.512"], [1702462808, "89.82000000000001"], [1702462829, "90.327"], [1702462844, "96.71100000000001"], [1702462865, "99.072"], [1702462880, "102.372"], [1702462904, "109.713"], [1702462919, "112.362"], [1702462952, "113.724"], [1702462973, "115.76100000000001"], [1702462988, "117.94800000000001"], [1702463045, "134.00999999999996"], [1702463081, "135.80999999999997"], [1702463114, "136.49699999999999"], [1702463150, "137.505"], [1702463186, "141.123"], [1702463216, "145.659"], [1702463240, "146.41799999999998"], [1702463273, "149.217"], [1702463324, "157.69199999999998"], [1702463354, "159.321"], [1702463381, "162.82499999999996"], [1702463417, "164.70299999999997"], [1702463453, "169.37099999999998"], [1702463477, "169.974"], [1702463510, "172.437"], [1702463537, "174.372"], [1702463570, "177.27900000000002"], [1702463591, "178.878"], [1702463621, "189.759"], [1702463657, "193.55399999999997"], [1702463693, "204.81"], [1702463729, "214.119"], [1702463765, "215.98499999999999"], [1702463798, "217.593"], [1702463846, "219.108"], [1702463873, "220.79099999999997"], [1702463906, "222.77999999999997"], [1702463948, "226.69799999999998"], [1702463984, "230.382"], [1702464014, "234.22799999999998"], [1702464050, "236.97599999999997"], [1702464086, "242.385"], [1702464122, "247.62599999999998"], [1702464155, "250.70699999999997"], [1702464194, "253.81799999999998"], [1702464230, "255.12"], [1702464263, "256.869"], [1702464299, "261.03"], [1702464332, "265.86299999999994"], [1702464356, "270.534"], [1702464392, "276.381"], [1702464425, "279.228"], [1702464455, "281.073"], [1702464479, "284.916"], [1702464509, "285.91799999999995"], [1702464533, "287.706"], [1702464569, "290.388"], [1702464605, "294.219"], [1702464635, "309.414"], [1702464671, "326.268"], [1702464716, "331.85699999999997"], [1702464743, "334.245"], [1702464776, "344.0849999999999"], [1702464812, "349.698"], [1702464836, "352.61999999999995"], [1702464869, "357.285"], [1702464905, "359.58299999999997"], [1702464926, "359.955"], [1702464956, "361.266"], [1702464992, "365.73"], [1702465016, "367.185"], [1702465049, "371.703"], [1702465085, "377.63100000000003"], [1702465118, "380.259"], [1702465145, "384.48"], [1702465178, "387.53700000000003"], [1702465208, "391.7579999999999"], [1702465241, "396.81"], [1702465298, "400.233"], [1702465334, "402.41999999999996"], [1702465367, "403.998"], [1702465394, "404.367"], [1702465418, "406.524"], [1702465445, "409.95000000000005"], [1702465481, "415.24199999999996"], [1702465517, "418.52700000000004"], [1702465550, "425.229"], [1702465586, "430.64399999999995"], [1702465619, "431.523"], [1702465658, "439.557"], [1702465706, "441.282"], [1702465754, "446.433"], [1702465787, "449.499"], [1702465823, "453.066"], [1702465856, "460.26599999999996"], [1702465880, "461.42699999999996"], [1702465910, "464.298"], [1702465952, "467.70300000000003"], [1702465988, "469.689"], [1702466015, "472.257"], [1702466030, "472.497"], [1702466060, "473.81100000000004"], [1702466078, "474.05100000000004"], [1702466138, "477.993"], [1702466168, "480.63"], [1702466204, "485.712"], [1702466237, "496.62"], [1702466261, "498.19199999999995"], [1702466291, "500.4719999999999"], [1702466327, "505.00499999999994"], [1702466360, "508.965"], [1702466384, "510.558"], [1702466417, "512.277"], [1702466441, "512.835"], [1702466471, "513.345"], [1702466507, "521.823"], [1702466540, "524.5319999999999"], [1702466597, "534.252"], [1702466633, "536.3399999999999"], [1702466666, "538.842"], [1702466705, "541.362"], [1702466732, "542.967"], [1702466765, "545.028"], [1702466801, "547.0559999999999"], [1702466852, "554.706"], [1702466876, "555.552"], [1702466918, "560.007"], [1702466978, "564.207"], [1702467014, "569.886"], [1702467038, "572.2139999999999"], [1702467068, "574.848"], [1702467122, "579.312"], [1702467158, "588.621"], [1702467191, "594.3779999999999"], [1702467221, "596.6550000000001"], [1702467257, "598.4309999999999"], [1702467299, "600.7529999999999"], [1702467350, "606.444"], [1702467386, "609.492"], [1702467419, "610.611"], [1702467455, "614.8800000000001"], [1702467515, "616.074"], [1702467542, "616.674"], [1702467566, "617.064"], [1702467599, "618.0780000000001"], [1702467635, "619.776"], [1702467668, "622.164"], [1702467695, "624.207"], [1702467716, "626.4060000000002"], [1702467746, "628.479"], [1702467800, "636.567"], [1702467824, "637.8330000000001"], [1702467908, "640.851"], [1702467944, "641.661"], [1702467968, "642.063"], [1702468001, "642.7080000000001"], [1702468031, "644.4300000000001"], [1702468067, "651.5160000000001"], [1702468085, "652.617"], [1702468115, "653.6640000000001"], [1702468151, "658.4970000000001"], [1702468181, "659.5110000000001"], [1702468208, "660.7260000000001"], [1702468241, "661.878"], [1702468256, "662.3399999999999"], [1702468286, "663.1560000000001"], [1702468322, "663.825"], [1702468352, "666.543"], [1702468388, "672.8340000000001"], [1702468424, "678.354"], [1702468457, "683.964"], [1702468493, "688.4340000000001"], [1702468517, "690.738"], [1702468550, "691.425"], [1702468586, "693.582"], [1702468613, "696.4799999999999"], [1702468637, "698.1809999999999"], [1702468679, "699.1469999999999"], [1702468721, "705.4680000000001"], [1702468730, "706.1039999999999"], [1702468766, "711.3749999999999"], [1702468799, "719.7059999999999"], [1702468835, "722.1990000000001"], [1702468898, "727.7460000000001"], [1702468934, "732.0269999999999"], [1702468970, "739.551"], [1702468994, "741.264"], [1702469024, "741.7559999999999"], [1702469060, "742.9019999999999"], [1702469111, "746.16"], [1702469144, "750.4319999999999"], [1702469168, "751.2719999999999"], [1702469204, "753.399"], [1702469237, "755.2769999999999"], [1702469273, "758.85"], [1702469303, "764.013"], [1702469336, "766.0559999999999"], [1702469360, "767.6519999999999"], [1702469387, "768.1349999999999"], [1702469411, "770.172"], [1702469435, "771.501"], [1702469468, "773.274"], [1702469504, "773.7719999999999"], [1702469537, "775.6709999999999"], [1702469573, "779.007"], [1702469606, "780.8639999999999"], [1702469633, "782.229"], [1702469660, "785.5889999999999"], [1702469684, "787.8119999999999"], [1702469717, "789.6389999999999"], [1702469753, "790.11"], [1702469786, "791.2199999999999"], [1702469816, "794.406"], [1702469834, "795.2520000000001"], [1702469864, "796.971"], [1702469906, "798.3749999999999"], [1702469936, "799.5210000000001"], [1702469972, "802.2689999999999"], [1702470005, "803.5169999999999"], [1702470029, "803.91"], [1702470065, "804.918"], [1702470101, "806.409"], [1702470131, "809.337"], [1702470167, "813.9599999999999"], [1702470203, "818.2919999999999"], [1702470251, "822.5099999999999"], [1702470278, "823.557"], [1702470311, "824.271"], [1702470347, "825.9"], [1702470371, "827.4749999999999"], [1702470404, "829.377"], [1702470440, "830.391"], [1702470476, "832.236"], [1702470506, "833.5469999999999"], [1702470542, "835.7459999999999"], [1702470575, "837.39"], [1702470611, "839.2049999999999"], [1702470635, "840.66"], [1702470662, "841.563"], [1702470686, "842.58"], [1702470719, "843.8159999999999"], [1702470746, "845.3549999999999"], [1702470812, "847.473"], [1702470845, "850.8779999999999"], [1702470875, "852.4319999999999"], [1702470899, "853.6919999999999"], [1702470953, "856.164"], [1702470983, "857.6819999999999"], [1702471025, "861.702"], [1702471067, "866.28"], [1702471169, "873.597"], [1702471193, "874.602"], [1702471226, "877.242"], [1702471265, "879.156"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.9690000000000001"], [1702462793, "1.038"], [1702462808, "1.071"], [1702462829, "1.089"], [1702462844, "1.107"], [1702462865, "1.155"], [1702462880, "1.1880000000000002"], [1702462904, "1.266"], [1702462919, "1.299"], [1702462952, "1.347"], [1702462973, "1.377"], [1702462988, "1.395"], [1702463045, "1.5870000000000002"], [1702463081, "1.635"], [1702463114, "1.7309999999999999"], [1702463150, "1.797"], [1702463186, "1.86"], [1702463216, "1.935"], [1702463240, "1.986"], [1702463273, "2.061"], [1702463324, "2.1719999999999997"], [1702463354, "2.25"], [1702463381, "2.331"], [1702463417, "2.394"], [1702463453, "2.457"], [1702463477, "2.502"], [1702463510, "2.5380000000000003"], [1702463537, "2.5860000000000003"], [1702463570, "2.616"], [1702463591, "2.661"], [1702463621, "2.721"], [1702463657, "2.784"], [1702463693, "2.865"], [1702463729, "5.412"], [1702463765, "5.463"], [1702463798, "5.511"], [1702463846, "5.589"], [1702463873, "5.634"], [1702463906, "5.694"], [1702463948, "5.79"], [1702463984, "5.853"], [1702464014, "5.916"], [1702464050, "5.979"], [1702464086, "6.054"], [1702464122, "6.129"], [1702464155, "6.189"], [1702464194, "6.297"], [1702464230, "6.3629999999999995"], [1702464263, "6.444"], [1702464299, "6.525"], [1702464332, "6.606"], [1702464356, "6.686999999999999"], [1702464392, "6.768"], [1702464425, "6.849"], [1702464455, "6.9239999999999995"], [1702464479, "7.002"], [1702464509, "7.0920000000000005"], [1702464533, "7.182"], [1702464569, "7.275"], [1702464605, "7.356"], [1702464635, "7.449"], [1702464671, "7.545"], [1702464716, "7.638"], [1702464743, "7.728"], [1702464776, "7.818"], [1702464812, "7.9079999999999995"], [1702464836, "8.013"], [1702464869, "8.103"], [1702464905, "8.211"], [1702464926, "8.286"], [1702464956, "8.379"], [1702464992, "8.457"], [1702465016, "8.562"], [1702465049, "8.643"], [1702465085, "8.733"], [1702465118, "8.847000000000001"], [1702465145, "8.940000000000001"], [1702465178, "9.030000000000001"], [1702465208, "9.123000000000001"], [1702465241, "9.216000000000001"], [1702465298, "9.357"], [1702465334, "9.468"], [1702465367, "9.558"], [1702465394, "9.648"], [1702465418, "9.738"], [1702465445, "9.828"], [1702465481, "9.921"], [1702465517, "10.032"], [1702465550, "10.125"], [1702465586, "10.206"], [1702465619, "10.299"], [1702465658, "10.392"], [1702465706, "10.467"], [1702465754, "10.485"], [1702465787, "10.521"], [1702465823, "10.539000000000001"], [1702465856, "10.572"], [1702465880, "10.620000000000001"], [1702465910, "10.671"], [1702465952, "10.734"], [1702465988, "10.797"], [1702466015, "10.857"], [1702466030, "10.917"], [1702466060, "10.977"], [1702466078, "11.04"], [1702466138, "11.154"], [1702466168, "11.22"], [1702466204, "11.286000000000001"], [1702466237, "11.349"], [1702466261, "11.394"], [1702466291, "11.457"], [1702466327, "11.517"], [1702466360, "11.577"], [1702466384, "11.637"], [1702466417, "11.685"], [1702466441, "11.748000000000001"], [1702466471, "11.811"], [1702466507, "11.847"], [1702466540, "11.898"], [1702466597, "11.982000000000001"], [1702466633, "12.033"], [1702466666, "12.078"], [1702466705, "12.123000000000001"], [1702466732, "12.183"], [1702466765, "12.231"], [1702466801, "12.291"], [1702466852, "12.369"], [1702466876, "12.429"], [1702466918, "12.477"], [1702466978, "12.591000000000001"], [1702467014, "12.651"], [1702467038, "12.711"], [1702467068, "12.771"], [1702467122, "12.861"], [1702467158, "12.921"], [1702467191, "12.981"], [1702467221, "13.044"], [1702467257, "13.095"], [1702467299, "13.158"], [1702467350, "13.248000000000001"], [1702467386, "13.308"], [1702467419, "13.383000000000001"], [1702467455, "13.443"], [1702467515, "13.566"], [1702467542, "13.629"], [1702467566, "13.695"], [1702467599, "13.743"], [1702467635, "13.791"], [1702467668, "13.824"], [1702467695, "13.854000000000001"], [1702467716, "13.899000000000001"], [1702467746, "13.929"], [1702467800, "13.989"], [1702467824, "14.034"], [1702467908, "14.157"], [1702467944, "14.187"], [1702467968, "14.22"], [1702468001, "14.25"], [1702468031, "14.295"], [1702468067, "14.325000000000001"], [1702468085, "14.355"], [1702468115, "14.370000000000001"], [1702468151, "14.4"], [1702468181, "14.43"], [1702468208, "14.46"], [1702468241, "14.478"], [1702468256, "14.508000000000001"], [1702468286, "14.541"], [1702468322, "14.556000000000001"], [1702468352, "14.571"], [1702468388, "14.601"], [1702468424, "14.631"], [1702468457, "14.661"], [1702468493, "14.676"], [1702468517, "14.709"], [1702468550, "14.739"], [1702468586, "14.754"], [1702468613, "14.772"], [1702468637, "14.802"], [1702468679, "14.817"], [1702468721, "14.847"], [1702468730, "14.862"], [1702468766, "14.892"], [1702468799, "14.922"], [1702468835, "14.952"], [1702468898, "15"], [1702468934, "15.015"], [1702468970, "15.015"], [1702468994, "15.045"], [1702469024, "15.06"], [1702469060, "15.093"], [1702469111, "15.138"], [1702469144, "15.141"], [1702469168, "15.156"], [1702469204, "15.174"], [1702469237, "15.204"], [1702469273, "15.219000000000001"], [1702469303, "15.249"], [1702469336, "15.279"], [1702469360, "15.279"], [1702469387, "15.279"], [1702469411, "15.294"], [1702469435, "15.324"], [1702469468, "15.354000000000001"], [1702469504, "15.387"], [1702469537, "15.42"], [1702469573, "15.453000000000001"], [1702469606, "15.483"], [1702469633, "15.513"], [1702469660, "15.543000000000001"], [1702469684, "15.573"], [1702469717, "15.603"], [1702469753, "15.618"], [1702469786, "15.633000000000001"], [1702469816, "15.651"], [1702469834, "15.681000000000001"], [1702469864, "15.696"], [1702469906, "15.747"], [1702469936, "15.777000000000001"], [1702469972, "15.807"], [1702470005, "15.822000000000001"], [1702470029, "15.837"], [1702470065, "15.855"], [1702470101, "15.888"], [1702470131, "15.921000000000001"], [1702470167, "15.951"], [1702470203, "15.981"], [1702470251, "16.011"], [1702470278, "16.041"], [1702470311, "16.070999999999998"], [1702470347, "16.101"], [1702470371, "16.131"], [1702470404, "16.163999999999998"], [1702470440, "16.166999999999998"], [1702470476, "16.2"], [1702470506, "16.203"], [1702470542, "16.236"], [1702470575, "16.251"], [1702470611, "16.251"], [1702470635, "16.281"], [1702470662, "16.296"], [1702470686, "16.326"], [1702470719, "16.355999999999998"], [1702470746, "16.386"], [1702470812, "16.434"], [1702470845, "16.451999999999998"], [1702470875, "16.482"], [1702470899, "16.512"], [1702470953, "16.557"], [1702470983, "16.587"], [1702471025, "16.623"], [1702471067, "16.674"], [1702471169, "16.764"], [1702471193, "16.797"], [1702471226, "16.826999999999998"], [1702471265, "16.86"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "428.649"], [1702462793, "517.635"], [1702462808, "561.66"], [1702462829, "605.685"], [1702462844, "647.949"], [1702462865, "690.213"], [1702462880, "732.477"], [1702462904, "817.0050000000001"], [1702462919, "859.269"], [1702462952, "943.797"], [1702462973, "986.061"], [1702462988, "1028.3249999999998"], [1702463045, "1155.117"], [1702463081, "1239.645"], [1702463114, "1324.1730000000002"], [1702463150, "1408.7009999999998"], [1702463186, "1493.229"], [1702463216, "1577.7569999999998"], [1702463240, "1662.285"], [1702463273, "1746.8129999999999"], [1702463324, "1873.605"], [1702463354, "1958.133"], [1702463381, "2042.661"], [1702463417, "2127.189"], [1702463453, "2211.7169999999996"], [1702463477, "2296.245"], [1702463510, "2380.773"], [1702463537, "2465.3010000000004"], [1702463570, "2549.829"], [1702463591, "2634.357"], [1702463621, "2718.8849999999998"], [1702463657, "2803.413"], [1702463693, "2887.9410000000003"], [1702463729, "2972.469"], [1702463765, "3056.9970000000003"], [1702463798, "3141.525"], [1702463846, "3268.317"], [1702463873, "3352.845"], [1702463906, "3437.3730000000005"], [1702463948, "3564.165"], [1702463984, "3648.693"], [1702464014, "3733.221"], [1702464050, "3817.749"], [1702464086, "3902.2770000000005"], [1702464122, "3986.8050000000003"], [1702464155, "4071.3330000000005"], [1702464194, "4198.125"], [1702464230, "4282.653"], [1702464263, "4367.181"], [1702464299, "4451.709"], [1702464332, "4536.236999999999"], [1702464356, "4620.764999999999"], [1702464392, "4705.293000000001"], [1702464425, "4789.820999999999"], [1702464455, "4874.349"], [1702464479, "4958.8769999999995"], [1702464509, "5043.405"], [1702464533, "5127.933"], [1702464569, "5212.460999999999"], [1702464605, "5296.989"], [1702464635, "5381.517000000001"], [1702464671, "5466.045"], [1702464716, "5550.572999999999"], [1702464743, "5635.101000000001"], [1702464776, "5719.628999999999"], [1702464812, "5804.157"], [1702464836, "5888.685"], [1702464869, "5973.213"], [1702464905, "6057.741"], [1702464926, "6142.269"], [1702464956, "6226.797"], [1702464992, "6311.325"], [1702465016, "6395.853"], [1702465049, "6480.380999999999"], [1702465085, "6564.909"], [1702465118, "6649.437"], [1702465145, "6733.965"], [1702465178, "6818.4929999999995"], [1702465208, "6903.021000000001"], [1702465241, "6987.548999999999"], [1702465298, "7114.340999999999"], [1702465334, "7198.869"], [1702465367, "7283.397000000001"], [1702465394, "7367.924999999999"], [1702465418, "7452.453"], [1702465445, "7536.981"], [1702465481, "7621.509"], [1702465517, "7706.037"], [1702465550, "7790.5650000000005"], [1702465586, "7875.093"], [1702465619, "7959.621"], [1702465658, "8044.148999999999"], [1702465706, "8128.677"], [1702465754, "8255.469000000001"], [1702465787, "8339.997"], [1702465823, "8424.525"], [1702465856, "8509.053"], [1702465880, "8593.581"], [1702465910, "8678.109"], [1702465952, "8762.637"], [1702465988, "8847.164999999999"], [1702466015, "8931.693000000001"], [1702466030, "9016.221"], [1702466060, "9100.749"], [1702466078, "9185.277"], [1702466138, "9312.069"], [1702466168, "9396.597"], [1702466204, "9481.125"], [1702466237, "9565.653"], [1702466261, "9650.181"], [1702466291, "9734.708999999999"], [1702466327, "9819.237000000001"], [1702466360, "9903.765"], [1702466384, "9988.293"], [1702466417, "10072.821"], [1702466441, "10157.349"], [1702466471, "10241.876999999999"], [1702466507, "10326.405"], [1702466540, "10410.932999999999"], [1702466597, "10537.725"], [1702466633, "10622.252999999999"], [1702466666, "10706.781"], [1702466705, "10791.309"], [1702466732, "10875.837"], [1702466765, "10960.365000000002"], [1702466801, "11044.893"], [1702466852, "11171.685"], [1702466876, "11256.212999999998"], [1702466918, "11340.740999999998"], [1702466978, "11509.797"], [1702467014, "11594.325"], [1702467038, "11678.853"], [1702467068, "11763.381"], [1702467122, "11890.172999999999"], [1702467158, "11974.701000000001"], [1702467191, "12059.229000000001"], [1702467221, "12143.757"], [1702467257, "12228.285"], [1702467299, "12312.813"], [1702467350, "12439.605"], [1702467386, "12524.133"], [1702467419, "12608.661"], [1702467455, "12693.189"], [1702467515, "12862.244999999999"], [1702467542, "12946.773000000001"], [1702467566, "13031.301"], [1702467599, "13115.828999999998"], [1702467635, "13200.357"], [1702467668, "13284.885"], [1702467695, "13369.412999999999"], [1702467716, "13453.941"], [1702467746, "13538.469"], [1702467800, "13665.261"], [1702467824, "13749.788999999999"], [1702467908, "13961.109"], [1702467944, "14045.637"], [1702467968, "14130.164999999999"], [1702468001, "14214.693"], [1702468031, "14299.221"], [1702468067, "14383.749"], [1702468085, "14468.277"], [1702468115, "14552.805"], [1702468151, "14637.332999999999"], [1702468181, "14721.861"], [1702468208, "14806.389000000001"], [1702468241, "14890.917"], [1702468256, "14975.445"], [1702468286, "15059.973"], [1702468322, "15144.501"], [1702468352, "15229.029"], [1702468388, "15313.556999999999"], [1702468424, "15398.085"], [1702468457, "15482.613000000001"], [1702468493, "15567.141"], [1702468517, "15651.669"], [1702468550, "15736.197"], [1702468586, "15820.725"], [1702468613, "15905.253"], [1702468637, "15989.780999999999"], [1702468679, "16074.309"], [1702468721, "16158.837"], [1702468730, "16201.100999999999"], [1702468766, "16285.629"], [1702468799, "16370.157"], [1702468835, "16454.684999999998"], [1702468898, "16581.477"], [1702468934, "16666.005"], [1702468970, "16750.533"], [1702468994, "16835.061"], [1702469024, "16919.589"], [1702469060, "17004.117000000002"], [1702469111, "17130.909"], [1702469144, "17215.436999999998"], [1702469168, "17299.965"], [1702469204, "17384.493000000002"], [1702469237, "17469.021"], [1702469273, "17553.549000000003"], [1702469303, "17638.076999999997"], [1702469336, "17722.605"], [1702469360, "17807.133"], [1702469387, "17891.661"], [1702469411, "17976.189"], [1702469435, "18060.717"], [1702469468, "18145.245000000003"], [1702469504, "18229.773"], [1702469537, "18314.301"], [1702469573, "18398.828999999998"], [1702469606, "18483.357"], [1702469633, "18567.885"], [1702469660, "18652.413"], [1702469684, "18736.941"], [1702469717, "18821.468999999997"], [1702469753, "18905.997"], [1702469786, "18990.524999999998"], [1702469816, "19075.053"], [1702469834, "19159.581"], [1702469864, "19244.109"], [1702469906, "19370.900999999998"], [1702469936, "19455.429"], [1702469972, "19539.957000000002"], [1702470005, "19624.485"], [1702470029, "19709.013"], [1702470065, "19793.541"], [1702470101, "19878.069"], [1702470131, "19962.596999999998"], [1702470167, "20047.125"], [1702470203, "20131.653"], [1702470251, "20258.445000000003"], [1702470278, "20342.972999999998"], [1702470311, "20427.501"], [1702470347, "20512.029000000002"], [1702470371, "20596.557"], [1702470404, "20681.085"], [1702470440, "20765.613"], [1702470476, "20850.140999999996"], [1702470506, "20934.669"], [1702470542, "21019.197000000004"], [1702470575, "21103.725"], [1702470611, "21188.253"], [1702470635, "21272.781"], [1702470662, "21357.309"], [1702470686, "21441.837"], [1702470719, "21526.365"], [1702470746, "21610.893000000004"], [1702470812, "21779.949"], [1702470845, "21864.477"], [1702470875, "21949.005"], [1702470899, "22033.533"], [1702470953, "22160.324999999997"], [1702470983, "22244.853"], [1702471025, "22329.381"], [1702471067, "22456.173000000003"], [1702471169, "22667.493"], [1702471193, "22752.021"], [1702471226, "22836.549000000003"], [1702471265, "22921.076999999997"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.8460000000000001"], [1702462721, "0.864"], [1702462736, "0.9"], [1702462751, "0.936"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "245.87099999999998"], [1702462721, "291.81"], [1702462736, "337.749"], [1702462751, "383.68800000000005"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "32.382000000000005"], [1702462721, "32.4"], [1702462736, "32.436"], [1702462751, "32.649"], [1702462763, "32.681999999999995"], [1702462793, "33.384"], [1702462808, "33.417"], [1702462829, "33.435"], [1702462844, "33.453"], [1702462865, "33.501"], [1702462880, "33.534"], [1702462904, "33.612"], [1702462919, "33.645"], [1702462952, "33.693"], [1702462973, "34.583999999999996"], [1702462988, "34.602"], [1702463045, "44.034000000000006"], [1702463081, "44.08200000000001"], [1702463114, "45.092999999999996"], [1702463150, "45.159"], [1702463186, "45.221999999999994"], [1702463216, "45.297"], [1702463240, "45.348"], [1702463273, "45.422999999999995"], [1702463324, "45.945"], [1702463354, "46.022999999999996"], [1702463381, "47.793000000000006"], [1702463417, "47.85600000000001"], [1702463453, "51.102000000000004"], [1702463477, "51.147000000000006"], [1702463510, "51.18300000000001"], [1702463537, "51.231"], [1702463570, "51.261"], [1702463591, "51.306000000000004"], [1702463621, "51.36600000000001"], [1702463657, "51.429"], [1702463693, "51.510000000000005"], [1702463729, "60.939"], [1702463765, "60.989999999999995"], [1702463798, "61.038"], [1702463846, "61.125"], [1702463873, "61.169999999999995"], [1702463906, "61.23"], [1702463948, "61.326"], [1702463984, "61.388999999999996"], [1702464014, "61.452"], [1702464050, "63.59400000000001"], [1702464086, "63.669000000000004"], [1702464122, "63.74400000000001"], [1702464155, "63.813"], [1702464194, "63.92100000000001"], [1702464230, "76.077"], [1702464263, "76.158"], [1702464299, "76.23899999999999"], [1702464332, "76.32"], [1702464356, "77.91"], [1702464392, "77.991"], [1702464425, "78.07199999999999"], [1702464455, "78.14699999999999"], [1702464479, "78.225"], [1702464509, "78.315"], [1702464533, "79.851"], [1702464569, "79.94399999999999"], [1702464605, "80.02499999999999"], [1702464635, "80.118"], [1702464671, "80.214"], [1702464716, "80.30699999999999"], [1702464743, "80.39699999999999"], [1702464776, "80.487"], [1702464812, "80.577"], [1702464836, "84.17699999999999"], [1702464869, "84.267"], [1702464905, "86.769"], [1702464926, "86.85000000000001"], [1702464956, "87.348"], [1702464992, "87.426"], [1702465016, "89.73"], [1702465049, "89.811"], [1702465085, "89.901"], [1702465118, "89.994"], [1702465145, "90.087"], [1702465178, "90.177"], [1702465208, "90.27"], [1702465241, "90.363"], [1702465298, "90.504"], [1702465334, "90.61500000000001"], [1702465367, "90.705"], [1702465394, "90.813"], [1702465418, "90.984"], [1702465445, "91.074"], [1702465481, "91.16699999999999"], [1702465517, "91.27799999999999"], [1702465550, "91.371"], [1702465586, "91.452"], [1702465619, "91.66199999999999"], [1702465658, "91.755"], [1702465706, "91.83"], [1702465754, "91.848"], [1702465787, "94.242"], [1702465823, "94.26"], [1702465856, "94.293"], [1702465880, "94.341"], [1702465910, "94.392"], [1702465952, "94.455"], [1702465988, "94.518"], [1702466015, "94.608"], [1702466030, "94.668"], [1702466060, "94.728"], [1702466078, "94.791"], [1702466138, "94.905"], [1702466168, "94.971"], [1702466204, "95.037"], [1702466237, "95.10000000000001"], [1702466261, "96.43799999999999"], [1702466291, "96.50099999999999"], [1702466327, "96.56099999999999"], [1702466360, "96.621"], [1702466384, "96.681"], [1702466417, "96.729"], [1702466441, "103.152"], [1702466471, "103.21499999999999"], [1702466507, "103.25099999999999"], [1702466540, "103.30199999999999"], [1702466597, "103.386"], [1702466633, "106.37100000000001"], [1702466666, "106.41600000000001"], [1702466705, "106.461"], [1702466732, "106.521"], [1702466765, "106.851"], [1702466801, "106.911"], [1702466852, "106.989"], [1702466876, "107.049"], [1702466918, "107.097"], [1702466978, "107.211"], [1702467014, "107.271"], [1702467038, "107.331"], [1702467068, "107.391"], [1702467122, "107.48100000000001"], [1702467158, "107.544"], [1702467191, "107.67"], [1702467221, "107.733"], [1702467257, "107.784"], [1702467299, "107.84700000000001"], [1702467350, "108.3"], [1702467386, "108.36"], [1702467419, "108.435"], [1702467455, "109.34400000000001"], [1702467515, "109.46700000000001"], [1702467542, "109.53000000000002"], [1702467566, "109.608"], [1702467599, "109.656"], [1702467635, "109.70400000000001"], [1702467668, "115.37700000000001"], [1702467695, "115.40700000000001"], [1702467716, "117.10499999999999"], [1702467746, "117.13499999999999"], [1702467800, "117.19499999999998"], [1702467824, "117.23999999999998"], [1702467908, "118.497"], [1702467944, "118.527"], [1702467968, "118.56"], [1702468001, "118.59"], [1702468031, "118.635"], [1702468067, "118.73400000000001"], [1702468085, "118.764"], [1702468115, "118.77900000000001"], [1702468151, "118.809"], [1702468181, "118.839"], [1702468208, "118.869"], [1702468241, "118.887"], [1702468256, "118.917"], [1702468286, "118.95"], [1702468322, "118.965"], [1702468352, "118.98"], [1702468388, "119.58600000000001"], [1702468424, "119.61600000000001"], [1702468457, "119.64600000000002"], [1702468493, "119.66100000000002"], [1702468517, "119.69400000000002"], [1702468550, "119.724"], [1702468586, "119.73900000000002"], [1702468613, "119.757"], [1702468637, "119.787"], [1702468679, "119.802"], [1702468721, "119.83200000000001"], [1702468730, "119.84700000000001"], [1702468766, "119.87700000000001"], [1702468799, "119.90700000000001"], [1702468835, "119.93700000000001"], [1702468898, "121.05"], [1702468934, "121.065"], [1702468970, "123.89999999999999"], [1702468994, "123.92999999999999"], [1702469024, "123.987"], [1702469060, "124.02"], [1702469111, "124.06500000000001"], [1702469144, "124.068"], [1702469168, "124.08599999999998"], [1702469204, "124.10399999999998"], [1702469237, "124.13399999999999"], [1702469273, "124.22099999999999"], [1702469303, "124.25099999999999"], [1702469336, "124.28099999999999"], [1702469360, "124.28099999999999"], [1702469387, "124.28099999999999"], [1702469411, "124.29599999999999"], [1702469435, "124.326"], [1702469468, "124.356"], [1702469504, "124.389"], [1702469537, "124.42500000000001"], [1702469573, "124.527"], [1702469606, "124.557"], [1702469633, "124.587"], [1702469660, "124.61699999999999"], [1702469684, "124.64699999999999"], [1702469717, "124.67699999999999"], [1702469753, "125.145"], [1702469786, "125.16"], [1702469816, "125.178"], [1702469834, "125.208"], [1702469864, "125.223"], [1702469906, "125.277"], [1702469936, "125.307"], [1702469972, "125.337"], [1702470005, "125.352"], [1702470029, "125.367"], [1702470065, "125.385"], [1702470101, "125.421"], [1702470131, "125.454"], [1702470167, "125.484"], [1702470203, "125.514"], [1702470251, "125.544"], [1702470278, "125.574"], [1702470311, "125.604"], [1702470347, "125.634"], [1702470371, "125.67"], [1702470404, "125.703"], [1702470440, "125.706"], [1702470476, "125.739"], [1702470506, "125.742"], [1702470542, "125.77499999999999"], [1702470575, "125.79"], [1702470611, "125.79"], [1702470635, "125.82"], [1702470662, "125.835"], [1702470686, "125.865"], [1702470719, "125.895"], [1702470746, "125.925"], [1702470812, "128.16"], [1702470845, "129.45"], [1702470875, "129.48"], [1702470899, "129.51"], [1702470953, "130.04699999999997"], [1702470983, "130.07699999999997"], [1702471025, "130.11299999999997"], [1702471067, "133.863"], [1702471169, "133.953"], [1702471193, "133.986"], [1702471226, "134.016"], [1702471265, "134.04899999999998"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "25515.773999999998"], [1702462721, "26832.816000000003"], [1702462736, "28043.694"], [1702462751, "29321.061"], [1702462763, "29334.717"], [1702462793, "31238.720999999998"], [1702462808, "32809.299"], [1702462829, "33728.07899999999"], [1702462844, "37367.532"], [1702462865, "38955.876"], [1702462880, "40438.772999999994"], [1702462904, "41879.7"], [1702462919, "42279.263999999996"], [1702462952, "43733.994"], [1702462973, "44531.606999999996"], [1702462988, "45546.465"], [1702463045, "47716.022999999994"], [1702463081, "48758.19299999999"], [1702463114, "50502.18299999999"], [1702463150, "51585.012"], [1702463186, "52599.782999999996"], [1702463216, "55023.066"], [1702463240, "56184.126"], [1702463273, "57928.26599999999"], [1702463324, "62014.155"], [1702463354, "62731.547999999995"], [1702463381, "64009.46399999999"], [1702463417, "65022.647999999994"], [1702463453, "67273.05"], [1702463477, "67843.62"], [1702463510, "69111.11700000001"], [1702463537, "69768.168"], [1702463570, "71046.909"], [1702463591, "72200.706"], [1702463621, "73885.92899999999"], [1702463657, "75663.26400000001"], [1702463693, "76868.838"], [1702463729, "80730.975"], [1702463765, "82807.59"], [1702463798, "83543.19000000002"], [1702463846, "84362.028"], [1702463873, "85236.45"], [1702463906, "86307.72"], [1702463948, "88342.458"], [1702463984, "90869.76"], [1702464014, "92376.645"], [1702464050, "94345.87800000001"], [1702464086, "97281.30299999999"], [1702464122, "99493.17300000001"], [1702464155, "101007.19200000001"], [1702464194, "102225.012"], [1702464230, "103353.609"], [1702464263, "104151.609"], [1702464299, "106144.82400000001"], [1702464332, "108983.39700000001"], [1702464356, "110906.436"], [1702464392, "112987.785"], [1702464425, "114352.16700000002"], [1702464455, "116868.618"], [1702464479, "118692.924"], [1702464509, "119762.90699999999"], [1702464533, "120853.55700000002"], [1702464569, "122340.129"], [1702464605, "124181.25600000001"], [1702464635, "126954.675"], [1702464671, "129573.645"], [1702464716, "134630.196"], [1702464743, "136986.042"], [1702464776, "140566.398"], [1702464812, "142724.502"], [1702464836, "144091.224"], [1702464869, "146701.386"], [1702464905, "149351.682"], [1702464926, "149972.889"], [1702464956, "151868.193"], [1702464992, "155020.91400000002"], [1702465016, "155935.674"], [1702465049, "158215.728"], [1702465085, "161543.43600000002"], [1702465118, "163022.253"], [1702465145, "165149.17500000002"], [1702465178, "166113.86400000003"], [1702465208, "167931.597"], [1702465241, "171381.46800000002"], [1702465298, "172881.90300000002"], [1702465334, "174113.05200000003"], [1702465367, "175161.79200000002"], [1702465394, "175537.062"], [1702465418, "176173.881"], [1702465445, "177847.635"], [1702465481, "180581.24400000004"], [1702465517, "182169.993"], [1702465550, "183578.39100000003"], [1702465586, "186104.883"], [1702465619, "186610.602"], [1702465658, "188745.462"], [1702465706, "189942.71699999998"], [1702465754, "192254.17500000002"], [1702465787, "193433.508"], [1702465823, "195579.534"], [1702465856, "197681.25900000002"], [1702465880, "198579.495"], [1702465910, "199650.67500000002"], [1702465952, "200958.68100000004"], [1702465988, "202370.736"], [1702466015, "203091.678"], [1702466030, "203235.654"], [1702466060, "203820.051"], [1702466078, "204290.574"], [1702466138, "207073.929"], [1702466168, "208942.64400000003"], [1702466204, "211526.79300000003"], [1702466237, "214845.80100000004"], [1702466261, "215512.35900000003"], [1702466291, "216844.545"], [1702466327, "218359.377"], [1702466360, "219520.179"], [1702466384, "220428.11700000003"], [1702466417, "221584.404"], [1702466441, "221984.736"], [1702466471, "222759.546"], [1702466507, "225206.27099999998"], [1702466540, "227329.668"], [1702466597, "231476.034"], [1702466633, "233703.897"], [1702466666, "236444.655"], [1702466705, "238193.63400000002"], [1702466732, "239394.807"], [1702466765, "240289.30200000003"], [1702466801, "241493.058"], [1702466852, "246219.366"], [1702466876, "247090.704"], [1702466918, "249540.447"], [1702466978, "254159.421"], [1702467014, "256842.09"], [1702467038, "259017.579"], [1702467068, "260628.132"], [1702467122, "262554.828"], [1702467158, "263875.833"], [1702467191, "267025.30499999993"], [1702467221, "267968.745"], [1702467257, "269457.58799999993"], [1702467299, "270560.748"], [1702467350, "273312.627"], [1702467386, "274842.8129999999"], [1702467419, "275497.7729999999"], [1702467455, "276390.82499999995"], [1702467515, "277240.833"], [1702467542, "277644.441"], [1702467566, "277959.525"], [1702467599, "278466.192"], [1702467635, "279592.07399999996"], [1702467668, "282229.98899999994"], [1702467695, "283435.419"], [1702467716, "284385.903"], [1702467746, "285225.546"], [1702467800, "288171.462"], [1702467824, "288785.21099999995"], [1702467908, "290673.903"], [1702467944, "291464.15099999995"], [1702467968, "291822.921"], [1702468001, "292414.77300000004"], [1702468031, "293688.357"], [1702468067, "297317.93100000004"], [1702468085, "297891.876"], [1702468115, "298876.983"], [1702468151, "300383.472"], [1702468181, "301008.684"], [1702468208, "301676.028"], [1702468241, "302268.537"], [1702468256, "302540.38499999995"], [1702468286, "302985.633"], [1702468322, "303606.45"], [1702468352, "308525.127"], [1702468388, "310570.92899999995"], [1702468424, "313325.382"], [1702468457, "315708.99"], [1702468493, "317721.075"], [1702468517, "319413.174"], [1702468550, "320311.638"], [1702468586, "321333.765"], [1702468613, "323080.79099999997"], [1702468637, "324527.36699999997"], [1702468679, "325185.40499999997"], [1702468721, "328655.55"], [1702468730, "329085.57599999994"], [1702468766, "331006.32"], [1702468799, "334570.60199999996"], [1702468835, "335651.55"], [1702468898, "339091.485"], [1702468934, "340979.79"], [1702468970, "344241.99"], [1702468994, "345579.588"], [1702469024, "346395.828"], [1702469060, "347342.892"], [1702469111, "348980.922"], [1702469144, "351256.947"], [1702469168, "351645.09599999996"], [1702469204, "353296.968"], [1702469237, "354392.601"], [1702469273, "356037.99600000004"], [1702469303, "358631.751"], [1702469336, "359839.068"], [1702469360, "360491.592"], [1702469387, "360832.17000000004"], [1702469411, "361666.38599999994"], [1702469435, "362475.711"], [1702469468, "363491.511"], [1702469504, "365939.85"], [1702469537, "370421.79000000004"], [1702469573, "374895.072"], [1702469606, "381962.007"], [1702469633, "385089.28500000003"], [1702469660, "390095.67899999995"], [1702469684, "393338.571"], [1702469717, "396850.029"], [1702469753, "398733.288"], [1702469786, "401471.562"], [1702469816, "404484.86699999997"], [1702469834, "406445.283"], [1702469864, "409868.199"], [1702469906, "413270.892"], [1702469936, "417222.69299999997"], [1702469972, "420003.696"], [1702470005, "424464.186"], [1702470029, "425904.72599999997"], [1702470065, "429893.355"], [1702470101, "434452.77600000007"], [1702470131, "438234.77400000003"], [1702470167, "444254.68200000003"], [1702470203, "449618.235"], [1702470251, "454631.124"], [1702470278, "457152.114"], [1702470311, "461067.34799999994"], [1702470347, "465940.908"], [1702470371, "468477.46499999997"], [1702470404, "472568.33699999994"], [1702470440, "476322.29699999996"], [1702470476, "482924.66400000005"], [1702470506, "487815.504"], [1702470542, "493197.648"], [1702470575, "497998.17299999995"], [1702470611, "501363.546"], [1702470635, "503613.29400000005"], [1702470662, "505317.80100000004"], [1702470686, "507363.429"], [1702470719, "510011.226"], [1702470746, "513937.6319999999"], [1702470812, "519601.15799999994"], [1702470845, "524060.673"], [1702470875, "526231.251"], [1702470899, "529076.79"], [1702470953, "535165.77"], [1702470983, "537539.055"], [1702471025, "542120.373"], [1702471067, "547143.8010000001"], [1702471169, "558428.6070000001"], [1702471193, "560081.6610000001"], [1702471226, "563566.551"], [1702471265, "569031.537"]]}, {"metric": {"__name__": "kepler_container_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "1340.928"], [1702462721, "1386.8670000000002"], [1702462736, "1432.8059999999998"], [1702462751, "1478.7450000000001"], [1702462763, "1523.7060000000001"], [1702462793, "1612.692"], [1702462808, "1656.7169999999999"], [1702462829, "1700.742"], [1702462844, "1743.0060000000003"], [1702462865, "1785.27"], [1702462880, "1827.534"], [1702462904, "1912.0620000000001"], [1702462919, "1954.326"], [1702462952, "2038.854"], [1702462973, "2081.1180000000004"], [1702462988, "2123.382"], [1702463045, "2250.174"], [1702463081, "2334.702"], [1702463114, "2419.23"], [1702463150, "2503.758"], [1702463186, "2588.286"], [1702463216, "2672.814"], [1702463240, "2757.3420000000006"], [1702463273, "2841.8700000000003"], [1702463324, "2968.6620000000003"], [1702463354, "3053.19"], [1702463381, "3137.718"], [1702463417, "3222.246"], [1702463453, "3306.774"], [1702463477, "3391.3019999999997"], [1702463510, "3475.83"], [1702463537, "3560.358"], [1702463570, "3644.8859999999995"], [1702463591, "3729.414"], [1702463621, "3813.942"], [1702463657, "3898.47"], [1702463693, "3982.9980000000005"], [1702463729, "4067.5260000000003"], [1702463765, "4152.054"], [1702463798, "4236.582"], [1702463846, "4363.374"], [1702463873, "4447.902"], [1702463906, "4532.43"], [1702463948, "4659.222"], [1702463984, "4743.75"], [1702464014, "4828.278"], [1702464050, "4912.8060000000005"], [1702464086, "4997.334000000001"], [1702464122, "5081.862"], [1702464155, "5166.39"], [1702464194, "5293.182000000001"], [1702464230, "5377.71"], [1702464263, "5462.238"], [1702464299, "5546.766"], [1702464332, "5631.294"], [1702464356, "5715.822"], [1702464392, "5800.35"], [1702464425, "5884.878000000001"], [1702464455, "5969.405999999999"], [1702464479, "6053.934000000001"], [1702464509, "6138.4619999999995"], [1702464533, "6222.99"], [1702464569, "6307.518"], [1702464605, "6392.046"], [1702464635, "6476.574"], [1702464671, "6561.102000000001"], [1702464716, "6645.63"], [1702464743, "6730.158"], [1702464776, "6814.686"], [1702464812, "6899.214"], [1702464836, "6983.742"], [1702464869, "7068.2699999999995"], [1702464905, "7152.798"], [1702464926, "7237.326"], [1702464956, "7321.854000000001"], [1702464992, "7406.382"], [1702465016, "7490.910000000001"], [1702465049, "7575.438"], [1702465085, "7659.965999999999"], [1702465118, "7744.494000000001"], [1702465145, "7829.021999999999"], [1702465178, "7913.55"], [1702465208, "7998.0779999999995"], [1702465241, "8082.606"], [1702465298, "8209.398"], [1702465334, "8293.926000000001"], [1702465367, "8378.454"], [1702465394, "8462.982"], [1702465418, "8547.51"], [1702465445, "8632.037999999999"], [1702465481, "8716.566"], [1702465517, "8801.094000000001"], [1702465550, "8885.622"], [1702465586, "8970.15"], [1702465619, "9054.678"], [1702465658, "9139.206"], [1702465706, "9223.734"], [1702465754, "9350.526"], [1702465787, "9435.054"], [1702465823, "9519.582"], [1702465856, "9604.11"], [1702465880, "9688.637999999999"], [1702465910, "9773.166"], [1702465952, "9857.694000000001"], [1702465988, "9942.222"], [1702466015, "10026.75"], [1702466030, "10111.278"], [1702466060, "10195.806"], [1702466078, "10280.333999999999"], [1702466138, "10407.126"], [1702466168, "10491.654"], [1702466204, "10576.182"], [1702466237, "10660.71"], [1702466261, "10745.238"], [1702466291, "10829.766000000001"], [1702466327, "10914.294"], [1702466360, "10998.822"], [1702466384, "11083.35"], [1702466417, "11167.878"], [1702466441, "11252.406"], [1702466471, "11336.934000000001"], [1702466507, "11421.462"], [1702466540, "11505.99"], [1702466597, "11632.782"], [1702466633, "11717.310000000001"], [1702466666, "11801.838"], [1702466705, "11886.365999999998"], [1702466732, "11970.894"], [1702466765, "12055.422"], [1702466801, "12139.95"], [1702466852, "12266.741999999998"], [1702466876, "12351.269999999999"], [1702466918, "12435.798"], [1702466978, "12604.854"], [1702467014, "12689.381999999998"], [1702467038, "12773.91"], [1702467068, "12858.438"], [1702467122, "12985.23"], [1702467158, "13069.758"], [1702467191, "13154.286"], [1702467221, "13238.814"], [1702467257, "13323.342"], [1702467299, "13407.869999999999"], [1702467350, "13534.662"], [1702467386, "13619.19"], [1702467419, "13703.718"], [1702467455, "13788.246000000001"], [1702467515, "13957.302"], [1702467542, "14041.829999999998"], [1702467566, "14126.358"], [1702467599, "14210.885999999999"], [1702467635, "14295.413999999999"], [1702467668, "14379.942000000001"], [1702467695, "14464.47"], [1702467716, "14548.997999999998"], [1702467746, "14633.526000000002"], [1702467800, "14760.318000000001"], [1702467824, "14844.846"], [1702467908, "15056.166"], [1702467944, "15140.694000000001"], [1702467968, "15225.222"], [1702468001, "15309.749999999998"], [1702468031, "15394.278000000002"], [1702468067, "15478.806"], [1702468085, "15563.333999999999"], [1702468115, "15647.862000000001"], [1702468151, "15732.39"], [1702468181, "15816.918"], [1702468208, "15901.446"], [1702468241, "15985.973999999998"], [1702468256, "16070.501999999999"], [1702468286, "16155.030000000002"], [1702468322, "16239.558"], [1702468352, "16324.086"], [1702468388, "16408.613999999998"], [1702468424, "16493.142"], [1702468457, "16577.670000000002"], [1702468493, "16662.198"], [1702468517, "16746.726"], [1702468550, "16831.254"], [1702468586, "16915.782"], [1702468613, "17000.309999999998"], [1702468637, "17084.838"], [1702468679, "17169.365999999998"], [1702468721, "17253.894"], [1702468730, "17296.158"], [1702468766, "17380.685999999998"], [1702468799, "17465.214"], [1702468835, "17549.742"], [1702468898, "17676.534"], [1702468934, "17761.061999999998"], [1702468970, "17845.59"], [1702468994, "17930.118"], [1702469024, "18014.646"], [1702469060, "18099.174000000003"], [1702469111, "18225.966"], [1702469144, "18310.494000000002"], [1702469168, "18395.021999999997"], [1702469204, "18479.550000000003"], [1702469237, "18564.078"], [1702469273, "18648.606"], [1702469303, "18733.134000000002"], [1702469336, "18817.662"], [1702469360, "18902.19"], [1702469387, "18986.718"], [1702469411, "19071.246000000003"], [1702469435, "19155.773999999998"], [1702469468, "19240.302"], [1702469504, "19324.83"], [1702469537, "19409.358"], [1702469573, "19493.886000000002"], [1702469606, "19578.414"], [1702469633, "19662.942"], [1702469660, "19747.47"], [1702469684, "19831.998"], [1702469717, "19916.525999999998"], [1702469753, "20001.054"], [1702469786, "20085.582000000002"], [1702469816, "20170.11"], [1702469834, "20254.638"], [1702469864, "20339.166"], [1702469906, "20465.958000000002"], [1702469936, "20550.486"], [1702469972, "20635.014000000003"], [1702470005, "20719.541999999998"], [1702470029, "20804.07"], [1702470065, "20888.597999999998"], [1702470101, "20973.126"], [1702470131, "21057.654"], [1702470167, "21142.182"], [1702470203, "21226.71"], [1702470251, "21353.502"], [1702470278, "21438.03"], [1702470311, "21522.558"], [1702470347, "21607.086000000003"], [1702470371, "21691.614"], [1702470404, "21776.142"], [1702470440, "21860.670000000002"], [1702470476, "21945.198"], [1702470506, "22029.726"], [1702470542, "22114.254"], [1702470575, "22198.782"], [1702470611, "22283.31"], [1702470635, "22367.838"], [1702470662, "22452.365999999998"], [1702470686, "22536.894"], [1702470719, "22621.422000000002"], [1702470746, "22705.95"], [1702470812, "22875.006"], [1702470845, "22959.533999999996"], [1702470875, "23044.061999999998"], [1702470899, "23128.59"], [1702470953, "23255.382"], [1702470983, "23339.91"], [1702471025, "23424.438"], [1702471067, "23551.23"], [1702471169, "23762.550000000003"], [1702471193, "23847.078"], [1702471226, "23931.606"], [1702471265, "24016.134000000002"]]}], "kepler_container_kubelet_cpu_usage_total": [{"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "7"], [1702462721, "7"], [1702462736, "7"], [1702462751, "7"], [1702462763, "7"], [1702462793, "7"], [1702462808, "7"], [1702462829, "7"], [1702462844, "7"], [1702462865, "7"], [1702462880, "7"], [1702462904, "7"], [1702462919, "7"], [1702462952, "7"], [1702462973, "7"], [1702462988, "7"], [1702463045, "7"], [1702463081, "7"], [1702463114, "7"], [1702463150, "7"], [1702463186, "7"], [1702463216, "7"], [1702463240, "7"], [1702463273, "7"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "7"], [1702463477, "7"], [1702463510, "7"], [1702463537, "7"], [1702463570, "7"], [1702463591, "7"], [1702463621, "7"], [1702463657, "7"], [1702463693, "7"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "7"], [1702463948, "7"], [1702463984, "7"], [1702464014, "7"], [1702464050, "7"], [1702464086, "7"], [1702464122, "7"], [1702464155, "7"], [1702464194, "7"], [1702464230, "7"], [1702464263, "7"], [1702464299, "7"], [1702464332, "7"], [1702464356, "7"], [1702464392, "7"], [1702464425, "7"], [1702464455, "7"], [1702464479, "7"], [1702464509, "7"], [1702464533, "7"], [1702464569, "7"], [1702464605, "7"], [1702464635, "7"], [1702464671, "7"], [1702464716, "7"], [1702464743, "7"], [1702464776, "7"], [1702464812, "7"], [1702464836, "7"], [1702464869, "7"], [1702464905, "7"], [1702464926, "7"], [1702464956, "7"], [1702464992, "7"], [1702465016, "7"], [1702465049, "7"], [1702465085, "7"], [1702465118, "7"], [1702465145, "7"], [1702465178, "7"], [1702465208, "7"], [1702465241, "7"], [1702465298, "7"], [1702465334, "7"], [1702465367, "7"], [1702465394, "7"], [1702465418, "7"], [1702465445, "7"], [1702465481, "7"], [1702465517, "7"], [1702465550, "7"], [1702465586, "7"], [1702465619, "7"], [1702465658, "7"], [1702465706, "7"], [1702465754, "7"], [1702465787, "7"], [1702465823, "7"], [1702465856, "7"], [1702465880, "7"], [1702465910, "7"], [1702465952, "7"], [1702465988, "7"], [1702466015, "7"], [1702466030, "7"], [1702466060, "7"], [1702466078, "7"], [1702466138, "7"], [1702466168, "7"], [1702466204, "7"], [1702466237, "7"], [1702466261, "7"], [1702466291, "7"], [1702466327, "7"], [1702466360, "7"], [1702466384, "7"], [1702466417, "7"], [1702466441, "7"], [1702466471, "7"], [1702466507, "7"], [1702466540, "7"], [1702466597, "7"], [1702466633, "7"], [1702466666, "7"], [1702466705, "7"], [1702466732, "7"], [1702466765, "7"], [1702466801, "7"], [1702466852, "7"], [1702466876, "7"], [1702466918, "7"], [1702466978, "7"], [1702467014, "7"], [1702467038, "7"], [1702467068, "7"], [1702467122, "7"], [1702467158, "7"], [1702467191, "7"], [1702467221, "7"], [1702467257, "7"], [1702467299, "7"], [1702467350, "7"], [1702467386, "7"], [1702467419, "7"], [1702467455, "7"], [1702467515, "7"], [1702467542, "7"], [1702467566, "7"], [1702467599, "7"], [1702467635, "7"], [1702467668, "7"], [1702467695, "7"], [1702467716, "7"], [1702467746, "7"], [1702467800, "7"], [1702467824, "7"], [1702467908, "7"], [1702467944, "7"], [1702467968, "7"], [1702468001, "7"], [1702468031, "7"], [1702468067, "7"], [1702468085, "7"], [1702468115, "7"], [1702468151, "7"], [1702468181, "7"], [1702468208, "7"], [1702468241, "7"], [1702468256, "7"], [1702468286, "7"], [1702468322, "7"], [1702468352, "7"], [1702468388, "7"], [1702468424, "7"], [1702468457, "7"], [1702468493, "7"], [1702468517, "7"], [1702468550, "7"], [1702468586, "7"], [1702468613, "7"], [1702468637, "7"], [1702468679, "7"], [1702468721, "7"], [1702468730, "7"], [1702468766, "7"], [1702468799, "7"], [1702468835, "7"], [1702468898, "7"], [1702468934, "7"], [1702468970, "7"], [1702468994, "7"], [1702469024, "7"], [1702469060, "7"], [1702469111, "7"], [1702469144, "7"], [1702469168, "7"], [1702469204, "7"], [1702469237, "7"], [1702469273, "7"], [1702469303, "7"], [1702469336, "7"], [1702469360, "7"], [1702469387, "7"], [1702469411, "7"], [1702469435, "7"], [1702469468, "7"], [1702469504, "7"], [1702469537, "7"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "7"], [1702469753, "7"], [1702469786, "7"], [1702469816, "7"], [1702469834, "7"], [1702469864, "7"], [1702469906, "7"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "7"], [1702470506, "7"], [1702470542, "7"], [1702470575, "7"], [1702470611, "7"], [1702470635, "7"], [1702470662, "7"], [1702470686, "7"], [1702470719, "7"], [1702470746, "7"], [1702470812, "7"], [1702470845, "7"], [1702470875, "7"], [1702470899, "7"], [1702470953, "7"], [1702470983, "7"], [1702471025, "7"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "11219"], [1702462721, "11220"], [1702462736, "11220"], [1702462751, "11220"], [1702462763, "11220"], [1702462793, "11220"], [1702462808, "11220"], [1702462829, "11220"], [1702462844, "11220"], [1702462865, "11220"], [1702462880, "11220"], [1702462904, "11220"], [1702462919, "11220"], [1702462952, "11220"], [1702462973, "11220"], [1702462988, "11220"], [1702463045, "11220"], [1702463081, "11220"], [1702463114, "11220"], [1702463150, "11220"], [1702463186, "11220"], [1702463216, "11220"], [1702463240, "11221"], [1702463273, "11221"], [1702463324, "11221"], [1702463354, "11221"], [1702463381, "11221"], [1702463417, "11221"], [1702463453, "11221"], [1702463477, "11221"], [1702463510, "11221"], [1702463537, "11221"], [1702463570, "11221"], [1702463591, "11221"], [1702463621, "11221"], [1702463657, "11221"], [1702463693, "11221"], [1702463729, "11221"], [1702463765, "11221"], [1702463798, "11222"], [1702463846, "11222"], [1702463873, "11222"], [1702463906, "11222"], [1702463948, "11222"], [1702463984, "11222"], [1702464014, "11222"], [1702464050, "11222"], [1702464086, "11222"], [1702464122, "11222"], [1702464155, "11222"], [1702464194, "11222"], [1702464230, "11222"], [1702464263, "11222"], [1702464299, "11223"], [1702464332, "11223"], [1702464356, "11223"], [1702464392, "11223"], [1702464425, "11223"], [1702464455, "11223"], [1702464479, "11223"], [1702464509, "11223"], [1702464533, "11223"], [1702464569, "11223"], [1702464605, "11223"], [1702464635, "11223"], [1702464671, "11223"], [1702464716, "11223"], [1702464743, "11223"], [1702464776, "11223"], [1702464812, "11223"], [1702464836, "11224"], [1702464869, "11224"], [1702464905, "11224"], [1702464926, "11224"], [1702464956, "11224"], [1702464992, "11224"], [1702465016, "11224"], [1702465049, "11224"], [1702465085, "11224"], [1702465118, "11224"], [1702465145, "11224"], [1702465178, "11224"], [1702465208, "11224"], [1702465241, "11224"], [1702465298, "11224"], [1702465334, "11224"], [1702465367, "11225"], [1702465394, "11225"], [1702465418, "11225"], [1702465445, "11225"], [1702465481, "11225"], [1702465517, "11225"], [1702465550, "11225"], [1702465586, "11225"], [1702465619, "11225"], [1702465658, "11225"], [1702465706, "11225"], [1702465754, "11225"], [1702465787, "11225"], [1702465823, "11225"], [1702465856, "11226"], [1702465880, "11226"], [1702465910, "11226"], [1702465952, "11226"], [1702465988, "11226"], [1702466015, "11226"], [1702466030, "11226"], [1702466060, "11226"], [1702466078, "11226"], [1702466138, "11226"], [1702466168, "11226"], [1702466204, "11226"], [1702466237, "11226"], [1702466261, "11226"], [1702466291, "11226"], [1702466327, "11226"], [1702466360, "11227"], [1702466384, "11227"], [1702466417, "11227"], [1702466441, "11227"], [1702466471, "11227"], [1702466507, "11227"], [1702466540, "11227"], [1702466597, "11227"], [1702466633, "11227"], [1702466666, "11227"], [1702466705, "11227"], [1702466732, "11227"], [1702466765, "11227"], [1702466801, "11227"], [1702466852, "11227"], [1702466876, "11228"], [1702466918, "11228"], [1702466978, "11228"], [1702467014, "11228"], [1702467038, "11228"], [1702467068, "11228"], [1702467122, "11228"], [1702467158, "11228"], [1702467191, "11228"], [1702467221, "11228"], [1702467257, "11228"], [1702467299, "11228"], [1702467350, "11228"], [1702467386, "11228"], [1702467419, "11229"], [1702467455, "11229"], [1702467515, "11229"], [1702467542, "11229"], [1702467566, "11229"], [1702467599, "11229"], [1702467635, "11229"], [1702467668, "11229"], [1702467695, "11229"], [1702467716, "11229"], [1702467746, "11229"], [1702467800, "11230"], [1702467824, "11230"], [1702467908, "11230"], [1702467944, "11230"], [1702467968, "11230"], [1702468001, "11230"], [1702468031, "11230"], [1702468067, "11230"], [1702468085, "11230"], [1702468115, "11230"], [1702468151, "11230"], [1702468181, "11230"], [1702468208, "11231"], [1702468241, "11231"], [1702468256, "11231"], [1702468286, "11231"], [1702468322, "11231"], [1702468352, "11231"], [1702468388, "11231"], [1702468424, "11231"], [1702468457, "11231"], [1702468493, "11231"], [1702468517, "11231"], [1702468550, "11231"], [1702468586, "11231"], [1702468613, "11232"], [1702468637, "11232"], [1702468679, "11232"], [1702468721, "11232"], [1702468730, "11232"], [1702468766, "11232"], [1702468799, "11232"], [1702468835, "11232"], [1702468898, "11232"], [1702468934, "11232"], [1702468970, "11232"], [1702468994, "11233"], [1702469024, "11233"], [1702469060, "11233"], [1702469111, "11233"], [1702469144, "11233"], [1702469168, "11233"], [1702469204, "11233"], [1702469237, "11233"], [1702469273, "11233"], [1702469303, "11233"], [1702469336, "11233"], [1702469360, "11234"], [1702469387, "11234"], [1702469411, "11234"], [1702469435, "11234"], [1702469468, "11234"], [1702469504, "11234"], [1702469537, "11234"], [1702469573, "11234"], [1702469606, "11234"], [1702469633, "11234"], [1702469660, "11234"], [1702469684, "11234"], [1702469717, "11234"], [1702469753, "11234"], [1702469786, "11234"], [1702469816, "11235"], [1702469834, "11235"], [1702469864, "11235"], [1702469906, "11235"], [1702469936, "11235"], [1702469972, "11235"], [1702470005, "11235"], [1702470029, "11235"], [1702470065, "11235"], [1702470101, "11235"], [1702470131, "11235"], [1702470167, "11235"], [1702470203, "11235"], [1702470251, "11236"], [1702470278, "11236"], [1702470311, "11236"], [1702470347, "11236"], [1702470371, "11236"], [1702470404, "11236"], [1702470440, "11236"], [1702470476, "11236"], [1702470506, "11236"], [1702470542, "11236"], [1702470575, "11236"], [1702470611, "11236"], [1702470635, "11236"], [1702470662, "11236"], [1702470686, "11236"], [1702470719, "11237"], [1702470746, "11237"], [1702470812, "11237"], [1702470845, "11237"], [1702470875, "11237"], [1702470899, "11237"], [1702470953, "11237"], [1702470983, "11237"], [1702471025, "11237"], [1702471067, "11237"], [1702471169, "11237"], [1702471193, "11237"], [1702471226, "11237"], [1702471265, "11238"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "12385"], [1702462721, "12385"], [1702462736, "12385"], [1702462751, "12385"], [1702462763, "12385"], [1702462793, "12385"], [1702462808, "12385"], [1702462829, "12385"], [1702462844, "12386"], [1702462865, "12386"], [1702462880, "12386"], [1702462904, "12386"], [1702462919, "12386"], [1702462952, "12386"], [1702462973, "12386"], [1702462988, "12386"], [1702463045, "12387"], [1702463081, "12387"], [1702463114, "12387"], [1702463150, "12387"], [1702463186, "12387"], [1702463216, "12387"], [1702463240, "12388"], [1702463273, "12388"], [1702463324, "12388"], [1702463354, "12388"], [1702463381, "12388"], [1702463417, "12389"], [1702463453, "12389"], [1702463477, "12389"], [1702463510, "12389"], [1702463537, "12389"], [1702463570, "12389"], [1702463591, "12389"], [1702463621, "12390"], [1702463657, "12390"], [1702463693, "12390"], [1702463729, "12390"], [1702463765, "12390"], [1702463798, "12390"], [1702463846, "12391"], [1702463873, "12391"], [1702463906, "12391"], [1702463948, "12391"], [1702463984, "12391"], [1702464014, "12392"], [1702464050, "12392"], [1702464086, "12392"], [1702464122, "12392"], [1702464155, "12392"], [1702464194, "12393"], [1702464230, "12393"], [1702464263, "12393"], [1702464299, "12393"], [1702464332, "12393"], [1702464356, "12393"], [1702464392, "12393"], [1702464425, "12394"], [1702464455, "12394"], [1702464479, "12394"], [1702464509, "12394"], [1702464533, "12394"], [1702464569, "12394"], [1702464605, "12395"], [1702464635, "12395"], [1702464671, "12395"], [1702464716, "12395"], [1702464743, "12395"], [1702464776, "12395"], [1702464812, "12396"], [1702464836, "12396"], [1702464869, "12396"], [1702464905, "12396"], [1702464926, "12396"], [1702464956, "12396"], [1702464992, "12397"], [1702465016, "12397"], [1702465049, "12397"], [1702465085, "12397"], [1702465118, "12397"], [1702465145, "12397"], [1702465178, "12397"], [1702465208, "12398"], [1702465241, "12398"], [1702465298, "12398"], [1702465334, "12398"], [1702465367, "12398"], [1702465394, "12398"], [1702465418, "12399"], [1702465445, "12399"], [1702465481, "12399"], [1702465517, "12399"], [1702465550, "12399"], [1702465586, "12399"], [1702465619, "12400"], [1702465658, "12400"], [1702465706, "12400"], [1702465754, "12400"], [1702465787, "12400"], [1702465823, "12401"], [1702465856, "12401"], [1702465880, "12401"], [1702465910, "12401"], [1702465952, "12401"], [1702465988, "12401"], [1702466015, "12401"], [1702466030, "12402"], [1702466060, "12402"], [1702466078, "12402"], [1702466138, "12402"], [1702466168, "12402"], [1702466204, "12402"], [1702466237, "12403"], [1702466261, "12403"], [1702466291, "12403"], [1702466327, "12403"], [1702466360, "12403"], [1702466384, "12403"], [1702466417, "12403"], [1702466441, "12404"], [1702466471, "12404"], [1702466507, "12404"], [1702466540, "12404"], [1702466597, "12405"], [1702466633, "12405"], [1702466666, "12405"], [1702466705, "12405"], [1702466732, "12405"], [1702466765, "12405"], [1702466801, "12406"], [1702466852, "12406"], [1702466876, "12406"], [1702466918, "12406"], [1702466978, "12406"], [1702467014, "12407"], [1702467038, "12407"], [1702467068, "12407"], [1702467122, "12407"], [1702467158, "12407"], [1702467191, "12408"], [1702467221, "12408"], [1702467257, "12408"], [1702467299, "12408"], [1702467350, "12408"], [1702467386, "12409"], [1702467419, "12409"], [1702467455, "12409"], [1702467515, "12410"], [1702467542, "12410"], [1702467566, "12410"], [1702467599, "12411"], [1702467635, "12411"], [1702467668, "12411"], [1702467695, "12411"], [1702467716, "12411"], [1702467746, "12411"], [1702467800, "12412"], [1702467824, "12412"], [1702467908, "12413"], [1702467944, "12413"], [1702467968, "12413"], [1702468001, "12414"], [1702468031, "12414"], [1702468067, "12414"], [1702468085, "12414"], [1702468115, "12414"], [1702468151, "12414"], [1702468181, "12415"], [1702468208, "12415"], [1702468241, "12415"], [1702468256, "12416"], [1702468286, "12416"], [1702468322, "12416"], [1702468352, "12416"], [1702468388, "12417"], [1702468424, "12417"], [1702468457, "12417"], [1702468493, "12417"], [1702468517, "12417"], [1702468550, "12418"], [1702468586, "12418"], [1702468613, "12418"], [1702468637, "12418"], [1702468679, "12419"], [1702468721, "12419"], [1702468730, "12419"], [1702468766, "12419"], [1702468799, "12420"], [1702468835, "12420"], [1702468898, "12420"], [1702468934, "12421"], [1702468970, "12421"], [1702468994, "12421"], [1702469024, "12421"], [1702469060, "12422"], [1702469111, "12422"], [1702469144, "12422"], [1702469168, "12422"], [1702469204, "12423"], [1702469237, "12423"], [1702469273, "12423"], [1702469303, "12424"], [1702469336, "12424"], [1702469360, "12424"], [1702469387, "12424"], [1702469411, "12424"], [1702469435, "12425"], [1702469468, "12425"], [1702469504, "12425"], [1702469537, "12425"], [1702469573, "12425"], [1702469606, "12426"], [1702469633, "12426"], [1702469660, "12426"], [1702469684, "12426"], [1702469717, "12426"], [1702469753, "12427"], [1702469786, "12427"], [1702469816, "12427"], [1702469834, "12427"], [1702469864, "12428"], [1702469906, "12428"], [1702469936, "12428"], [1702469972, "12428"], [1702470005, "12428"], [1702470029, "12429"], [1702470065, "12429"], [1702470101, "12429"], [1702470131, "12429"], [1702470167, "12430"], [1702470203, "12430"], [1702470251, "12430"], [1702470278, "12430"], [1702470311, "12431"], [1702470347, "12431"], [1702470371, "12431"], [1702470404, "12431"], [1702470440, "12431"], [1702470476, "12432"], [1702470506, "12432"], [1702470542, "12432"], [1702470575, "12432"], [1702470611, "12433"], [1702470635, "12433"], [1702470662, "12433"], [1702470686, "12433"], [1702470719, "12433"], [1702470746, "12434"], [1702470812, "12434"], [1702470845, "12434"], [1702470875, "12434"], [1702470899, "12434"], [1702470953, "12435"], [1702470983, "12435"], [1702471025, "12435"], [1702471067, "12435"], [1702471169, "12436"], [1702471193, "12436"], [1702471226, "12436"], [1702471265, "12436"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "2"], [1702465658, "2"], [1702465706, "2"], [1702465754, "2"], [1702465787, "2"], [1702465823, "2"], [1702465856, "2"], [1702465880, "2"], [1702465910, "2"], [1702465952, "2"], [1702465988, "2"], [1702466015, "2"], [1702466030, "2"], [1702466060, "2"], [1702466078, "2"], [1702466138, "2"], [1702466168, "2"], [1702466204, "2"], [1702466237, "2"], [1702466261, "2"], [1702466291, "2"], [1702466327, "2"], [1702466360, "2"], [1702466384, "2"], [1702466417, "2"], [1702466441, "2"], [1702466471, "2"], [1702466507, "2"], [1702466540, "2"], [1702466597, "2"], [1702466633, "2"], [1702466666, "2"], [1702466705, "2"], [1702466732, "2"], [1702466765, "2"], [1702466801, "2"], [1702466852, "2"], [1702466876, "2"], [1702466918, "2"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "3"], [1702467257, "3"], [1702467299, "3"], [1702467350, "3"], [1702467386, "3"], [1702467419, "3"], [1702467455, "3"], [1702467515, "3"], [1702467542, "3"], [1702467566, "3"], [1702467599, "3"], [1702467635, "3"], [1702467668, "3"], [1702467695, "3"], [1702467716, "3"], [1702467746, "3"], [1702467800, "3"], [1702467824, "3"], [1702467908, "3"], [1702467944, "3"], [1702467968, "3"], [1702468001, "3"], [1702468031, "3"], [1702468067, "3"], [1702468085, "3"], [1702468115, "3"], [1702468151, "3"], [1702468181, "4"], [1702468208, "4"], [1702468241, "4"], [1702468256, "4"], [1702468286, "4"], [1702468322, "4"], [1702468352, "4"], [1702468388, "4"], [1702468424, "4"], [1702468457, "4"], [1702468493, "4"], [1702468517, "4"], [1702468550, "4"], [1702468586, "4"], [1702468613, "4"], [1702468637, "4"], [1702468679, "4"], [1702468721, "4"], [1702468730, "4"], [1702468766, "4"], [1702468799, "4"], [1702468835, "4"], [1702468898, "4"], [1702468934, "4"], [1702468970, "4"], [1702468994, "4"], [1702469024, "4"], [1702469060, "4"], [1702469111, "4"], [1702469144, "4"], [1702469168, "4"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "5"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "5"], [1702469435, "5"], [1702469468, "5"], [1702469504, "5"], [1702469537, "5"], [1702469573, "5"], [1702469606, "5"], [1702469633, "5"], [1702469660, "5"], [1702469684, "5"], [1702469717, "5"], [1702469753, "5"], [1702469786, "5"], [1702469816, "5"], [1702469834, "5"], [1702469864, "5"], [1702469906, "5"], [1702469936, "5"], [1702469972, "5"], [1702470005, "5"], [1702470029, "5"], [1702470065, "5"], [1702470101, "5"], [1702470131, "5"], [1702470167, "5"], [1702470203, "5"], [1702470251, "5"], [1702470278, "5"], [1702470311, "5"], [1702470347, "5"], [1702470371, "5"], [1702470404, "5"], [1702470440, "5"], [1702470476, "6"], [1702470506, "6"], [1702470542, "6"], [1702470575, "6"], [1702470611, "6"], [1702470635, "6"], [1702470662, "6"], [1702470686, "6"], [1702470719, "6"], [1702470746, "6"], [1702470812, "6"], [1702470845, "6"], [1702470875, "6"], [1702470899, "6"], [1702470953, "6"], [1702470983, "6"], [1702471025, "6"], [1702471067, "6"], [1702471169, "6"], [1702471193, "6"], [1702471226, "6"], [1702471265, "6"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "106"], [1702462721, "114"], [1702462736, "115"], [1702462751, "122"], [1702462763, "127"], [1702462793, "132"], [1702462808, "137"], [1702462829, "141"], [1702462844, "146"], [1702462865, "150"], [1702462880, "159"], [1702462904, "163"], [1702462919, "167"], [1702462952, "181"], [1702462973, "181"], [1702462988, "186"], [1702463045, "199"], [1702463081, "208"], [1702463114, "217"], [1702463150, "226"], [1702463186, "235"], [1702463216, "244"], [1702463240, "253"], [1702463273, "262"], [1702463324, "279"], [1702463354, "289"], [1702463381, "293"], [1702463417, "303"], [1702463453, "312"], [1702463477, "320"], [1702463510, "332"], [1702463537, "337"], [1702463570, "346"], [1702463591, "355"], [1702463621, "363"], [1702463657, "372"], [1702463693, "385"], [1702463729, "390"], [1702463765, "400"], [1702463798, "409"], [1702463846, "425"], [1702463873, "433"], [1702463906, "439"], [1702463948, "456"], [1702463984, "460"], [1702464014, "471"], [1702464050, "480"], [1702464086, "489"], [1702464122, "503"], [1702464155, "512"], [1702464194, "518"], [1702464230, "534"], [1702464263, "541"], [1702464299, "548"], [1702464332, "557"], [1702464356, "564"], [1702464392, "574"], [1702464425, "585"], [1702464455, "593"], [1702464479, "601"], [1702464509, "610"], [1702464533, "618"], [1702464569, "627"], [1702464605, "636"], [1702464635, "643"], [1702464671, "654"], [1702464716, "667"], [1702464743, "672"], [1702464776, "682"], [1702464812, "690"], [1702464836, "699"], [1702464869, "710"], [1702464905, "715"], [1702464926, "724"], [1702464956, "736"], [1702464992, "741"], [1702465016, "750"], [1702465049, "760"], [1702465085, "768"], [1702465118, "777"], [1702465145, "789"], [1702465178, "794"], [1702465208, "804"], [1702465241, "811"], [1702465298, "828"], [1702465334, "832"], [1702465367, "845"], [1702465394, "850"], [1702465418, "858"], [1702465445, "871"], [1702465481, "880"], [1702465517, "885"], [1702465550, "894"], [1702465586, "906"], [1702465619, "912"], [1702465658, "920"], [1702465706, "929"], [1702465754, "944"], [1702465787, "951"], [1702465823, "960"], [1702465856, "970"], [1702465880, "978"], [1702465910, "988"], [1702465952, "1001"], [1702465988, "1007"], [1702466015, "1013"], [1702466030, "1028"], [1702466060, "1033"], [1702466078, "1045"], [1702466138, "1053"], [1702466168, "1062"], [1702466204, "1071"], [1702466237, "1083"], [1702466261, "1091"], [1702466291, "1098"], [1702466327, "1107"], [1702466360, "1117"], [1702466384, "1124"], [1702466417, "1133"], [1702466441, "1141"], [1702466471, "1151"], [1702466507, "1162"], [1702466540, "1170"], [1702466597, "1183"], [1702466633, "1189"], [1702466666, "1198"], [1702466705, "1211"], [1702466732, "1216"], [1702466765, "1227"], [1702466801, "1233"], [1702466852, "1250"], [1702466876, "1254"], [1702466918, "1269"], [1702466978, "1280"], [1702467014, "1294"], [1702467038, "1301"], [1702467068, "1313"], [1702467122, "1326"], [1702467158, "1334"], [1702467191, "1339"], [1702467221, "1348"], [1702467257, "1357"], [1702467299, "1365"], [1702467350, "1379"], [1702467386, "1390"], [1702467419, "1403"], [1702467455, "1409"], [1702467515, "1424"], [1702467542, "1435"], [1702467566, "1447"], [1702467599, "1454"], [1702467635, "1461"], [1702467668, "1470"], [1702467695, "1479"], [1702467716, "1488"], [1702467746, "1497"], [1702467800, "1510"], [1702467824, "1520"], [1702467908, "1548"], [1702467944, "1553"], [1702467968, "1562"], [1702468001, "1570"], [1702468031, "1575"], [1702468067, "1589"], [1702468085, "1593"], [1702468115, "1606"], [1702468151, "1615"], [1702468181, "1624"], [1702468208, "1629"], [1702468241, "1646"], [1702468256, "1647"], [1702468286, "1663"], [1702468322, "1670"], [1702468352, "1680"], [1702468388, "1690"], [1702468424, "1701"], [1702468457, "1708"], [1702468493, "1721"], [1702468517, "1727"], [1702468550, "1735"], [1702468586, "1744"], [1702468613, "1754"], [1702468637, "1759"], [1702468679, "1772"], [1702468721, "1786"], [1702468730, "1786"], [1702468766, "1795"], [1702468799, "1804"], [1702468835, "1813"], [1702468898, "1830"], [1702468934, "1837"], [1702468970, "1847"], [1702468994, "1856"], [1702469024, "1867"], [1702469060, "1876"], [1702469111, "1889"], [1702469144, "1898"], [1702469168, "1907"], [1702469204, "1916"], [1702469237, "1925"], [1702469273, "1934"], [1702469303, "1943"], [1702469336, "1952"], [1702469360, "1962"], [1702469387, "1970"], [1702469411, "1980"], [1702469435, "1989"], [1702469468, "2002"], [1702469504, "2008"], [1702469537, "2016"], [1702469573, "2024"], [1702469606, "2033"], [1702469633, "2044"], [1702469660, "2051"], [1702469684, "2060"], [1702469717, "2068"], [1702469753, "2077"], [1702469786, "2090"], [1702469816, "2095"], [1702469834, "2107"], [1702469864, "2112"], [1702469906, "2129"], [1702469936, "2138"], [1702469972, "2145"], [1702470005, "2156"], [1702470029, "2161"], [1702470065, "2170"], [1702470101, "2180"], [1702470131, "2189"], [1702470167, "2198"], [1702470203, "2207"], [1702470251, "2221"], [1702470278, "2232"], [1702470311, "2237"], [1702470347, "2248"], [1702470371, "2254"], [1702470404, "2263"], [1702470440, "2273"], [1702470476, "2282"], [1702470506, "2291"], [1702470542, "2300"], [1702470575, "2309"], [1702470611, "2318"], [1702470635, "2326"], [1702470662, "2331"], [1702470686, "2347"], [1702470719, "2352"], [1702470746, "2365"], [1702470812, "2383"], [1702470845, "2387"], [1702470875, "2396"], [1702470899, "2404"], [1702470953, "2421"], [1702470983, "2426"], [1702471025, "2436"], [1702471067, "2451"], [1702471169, "2474"], [1702471193, "2474"], [1702471226, "2487"], [1702471265, "2501"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "73329"], [1702462721, "73330"], [1702462736, "73331"], [1702462751, "73331"], [1702462763, "73332"], [1702462793, "73332"], [1702462808, "73333"], [1702462829, "73333"], [1702462844, "73334"], [1702462865, "73334"], [1702462880, "73335"], [1702462904, "73336"], [1702462919, "73336"], [1702462952, "73337"], [1702462973, "73338"], [1702462988, "73338"], [1702463045, "73340"], [1702463081, "73341"], [1702463114, "73342"], [1702463150, "73343"], [1702463186, "73345"], [1702463216, "73345"], [1702463240, "73346"], [1702463273, "73347"], [1702463324, "73349"], [1702463354, "73350"], [1702463381, "73351"], [1702463417, "73352"], [1702463453, "73353"], [1702463477, "73354"], [1702463510, "73354"], [1702463537, "73355"], [1702463570, "73356"], [1702463591, "73357"], [1702463621, "73357"], [1702463657, "73358"], [1702463693, "73359"], [1702463729, "73361"], [1702463765, "73362"], [1702463798, "73363"], [1702463846, "73364"], [1702463873, "73365"], [1702463906, "73366"], [1702463948, "73368"], [1702463984, "73368"], [1702464014, "73369"], [1702464050, "73370"], [1702464086, "73371"], [1702464122, "73372"], [1702464155, "73373"], [1702464194, "73375"], [1702464230, "73376"], [1702464263, "73377"], [1702464299, "73378"], [1702464332, "73379"], [1702464356, "73380"], [1702464392, "73381"], [1702464425, "73382"], [1702464455, "73383"], [1702464479, "73384"], [1702464509, "73385"], [1702464533, "73385"], [1702464569, "73386"], [1702464605, "73387"], [1702464635, "73388"], [1702464671, "73389"], [1702464716, "73390"], [1702464743, "73391"], [1702464776, "73392"], [1702464812, "73393"], [1702464836, "73394"], [1702464869, "73395"], [1702464905, "73396"], [1702464926, "73396"], [1702464956, "73397"], [1702464992, "73398"], [1702465016, "73399"], [1702465049, "73400"], [1702465085, "73401"], [1702465118, "73402"], [1702465145, "73403"], [1702465178, "73404"], [1702465208, "73404"], [1702465241, "73405"], [1702465298, "73407"], [1702465334, "73408"], [1702465367, "73410"], [1702465394, "73410"], [1702465418, "73411"], [1702465445, "73412"], [1702465481, "73413"], [1702465517, "73414"], [1702465550, "73415"], [1702465586, "73416"], [1702465619, "73417"], [1702465658, "73418"], [1702465706, "73419"], [1702465754, "73421"], [1702465787, "73422"], [1702465823, "73423"], [1702465856, "73423"], [1702465880, "73424"], [1702465910, "73425"], [1702465952, "73426"], [1702465988, "73427"], [1702466015, "73428"], [1702466030, "73428"], [1702466060, "73429"], [1702466078, "73430"], [1702466138, "73431"], [1702466168, "73432"], [1702466204, "73433"], [1702466237, "73434"], [1702466261, "73435"], [1702466291, "73436"], [1702466327, "73437"], [1702466360, "73438"], [1702466384, "73439"], [1702466417, "73440"], [1702466441, "73440"], [1702466471, "73441"], [1702466507, "73443"], [1702466540, "73444"], [1702466597, "73445"], [1702466633, "73446"], [1702466666, "73447"], [1702466705, "73448"], [1702466732, "73450"], [1702466765, "73451"], [1702466801, "73452"], [1702466852, "73453"], [1702466876, "73454"], [1702466918, "73455"], [1702466978, "73457"], [1702467014, "73458"], [1702467038, "73459"], [1702467068, "73459"], [1702467122, "73461"], [1702467158, "73462"], [1702467191, "73463"], [1702467221, "73464"], [1702467257, "73465"], [1702467299, "73466"], [1702467350, "73468"], [1702467386, "73469"], [1702467419, "73470"], [1702467455, "73473"], [1702467515, "73475"], [1702467542, "73477"], [1702467566, "73478"], [1702467599, "73479"], [1702467635, "73480"], [1702467668, "73482"], [1702467695, "73483"], [1702467716, "73484"], [1702467746, "73484"], [1702467800, "73486"], [1702467824, "73488"], [1702467908, "73492"], [1702467944, "73493"], [1702467968, "73495"], [1702468001, "73496"], [1702468031, "73496"], [1702468067, "73497"], [1702468085, "73498"], [1702468115, "73499"], [1702468151, "73500"], [1702468181, "73501"], [1702468208, "73503"], [1702468241, "73504"], [1702468256, "73505"], [1702468286, "73506"], [1702468322, "73508"], [1702468352, "73509"], [1702468388, "73510"], [1702468424, "73511"], [1702468457, "73512"], [1702468493, "73513"], [1702468517, "73514"], [1702468550, "73516"], [1702468586, "73517"], [1702468613, "73519"], [1702468637, "73520"], [1702468679, "73522"], [1702468721, "73524"], [1702468730, "73525"], [1702468766, "73526"], [1702468799, "73527"], [1702468835, "73528"], [1702468898, "73529"], [1702468934, "73531"], [1702468970, "73534"], [1702468994, "73536"], [1702469024, "73537"], [1702469060, "73538"], [1702469111, "73541"], [1702469144, "73541"], [1702469168, "73542"], [1702469204, "73544"], [1702469237, "73545"], [1702469273, "73546"], [1702469303, "73547"], [1702469336, "73550"], [1702469360, "73551"], [1702469387, "73552"], [1702469411, "73553"], [1702469435, "73554"], [1702469468, "73555"], [1702469504, "73556"], [1702469537, "73557"], [1702469573, "73558"], [1702469606, "73559"], [1702469633, "73560"], [1702469660, "73561"], [1702469684, "73563"], [1702469717, "73563"], [1702469753, "73565"], [1702469786, "73566"], [1702469816, "73567"], [1702469834, "73569"], [1702469864, "73570"], [1702469906, "73572"], [1702469936, "73572"], [1702469972, "73573"], [1702470005, "73574"], [1702470029, "73575"], [1702470065, "73576"], [1702470101, "73577"], [1702470131, "73578"], [1702470167, "73580"], [1702470203, "73582"], [1702470251, "73584"], [1702470278, "73585"], [1702470311, "73586"], [1702470347, "73587"], [1702470371, "73589"], [1702470404, "73589"], [1702470440, "73590"], [1702470476, "73591"], [1702470506, "73592"], [1702470542, "73594"], [1702470575, "73595"], [1702470611, "73597"], [1702470635, "73598"], [1702470662, "73599"], [1702470686, "73600"], [1702470719, "73601"], [1702470746, "73602"], [1702470812, "73604"], [1702470845, "73605"], [1702470875, "73606"], [1702470899, "73607"], [1702470953, "73608"], [1702470983, "73609"], [1702471025, "73610"], [1702471067, "73612"], [1702471169, "73614"], [1702471193, "73616"], [1702471226, "73616"], [1702471265, "73618"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1189"], [1702462721, "1189"], [1702462736, "1189"], [1702462751, "1189"], [1702462763, "1189"], [1702462793, "1189"], [1702462808, "1189"], [1702462829, "1189"], [1702462844, "1189"], [1702462865, "1189"], [1702462880, "1189"], [1702462904, "1189"], [1702462919, "1189"], [1702462952, "1189"], [1702462973, "1189"], [1702462988, "1189"], [1702463045, "1189"], [1702463081, "1189"], [1702463114, "1189"], [1702463150, "1189"], [1702463186, "1189"], [1702463216, "1189"], [1702463240, "1189"], [1702463273, "1189"], [1702463324, "1189"], [1702463354, "1189"], [1702463381, "1189"], [1702463417, "1189"], [1702463453, "1189"], [1702463477, "1189"], [1702463510, "1189"], [1702463537, "1189"], [1702463570, "1189"], [1702463591, "1189"], [1702463621, "1189"], [1702463657, "1189"], [1702463693, "1189"], [1702463729, "1189"], [1702463765, "1189"], [1702463798, "1189"], [1702463846, "1189"], [1702463873, "1189"], [1702463906, "1189"], [1702463948, "1189"], [1702463984, "1190"], [1702464014, "1190"], [1702464050, "1190"], [1702464086, "1190"], [1702464122, "1190"], [1702464155, "1190"], [1702464194, "1190"], [1702464230, "1190"], [1702464263, "1190"], [1702464299, "1190"], [1702464332, "1190"], [1702464356, "1190"], [1702464392, "1190"], [1702464425, "1190"], [1702464455, "1190"], [1702464479, "1190"], [1702464509, "1190"], [1702464533, "1190"], [1702464569, "1190"], [1702464605, "1190"], [1702464635, "1190"], [1702464671, "1190"], [1702464716, "1190"], [1702464743, "1190"], [1702464776, "1190"], [1702464812, "1190"], [1702464836, "1190"], [1702464869, "1190"], [1702464905, "1190"], [1702464926, "1190"], [1702464956, "1190"], [1702464992, "1190"], [1702465016, "1190"], [1702465049, "1190"], [1702465085, "1190"], [1702465118, "1190"], [1702465145, "1190"], [1702465178, "1190"], [1702465208, "1190"], [1702465241, "1190"], [1702465298, "1190"], [1702465334, "1190"], [1702465367, "1190"], [1702465394, "1190"], [1702465418, "1190"], [1702465445, "1190"], [1702465481, "1190"], [1702465517, "1190"], [1702465550, "1190"], [1702465586, "1190"], [1702465619, "1190"], [1702465658, "1190"], [1702465706, "1190"], [1702465754, "1190"], [1702465787, "1190"], [1702465823, "1190"], [1702465856, "1190"], [1702465880, "1190"], [1702465910, "1190"], [1702465952, "1190"], [1702465988, "1190"], [1702466015, "1190"], [1702466030, "1190"], [1702466060, "1190"], [1702466078, "1190"], [1702466138, "1190"], [1702466168, "1190"], [1702466204, "1190"], [1702466237, "1190"], [1702466261, "1190"], [1702466291, "1190"], [1702466327, "1190"], [1702466360, "1190"], [1702466384, "1190"], [1702466417, "1190"], [1702466441, "1190"], [1702466471, "1190"], [1702466507, "1190"], [1702466540, "1190"], [1702466597, "1190"], [1702466633, "1190"], [1702466666, "1190"], [1702466705, "1190"], [1702466732, "1190"], [1702466765, "1190"], [1702466801, "1190"], [1702466852, "1190"], [1702466876, "1190"], [1702466918, "1190"], [1702466978, "1190"], [1702467014, "1190"], [1702467038, "1190"], [1702467068, "1190"], [1702467122, "1190"], [1702467158, "1190"], [1702467191, "1190"], [1702467221, "1190"], [1702467257, "1190"], [1702467299, "1190"], [1702467350, "1190"], [1702467386, "1190"], [1702467419, "1190"], [1702467455, "1190"], [1702467515, "1190"], [1702467542, "1190"], [1702467566, "1190"], [1702467599, "1190"], [1702467635, "1190"], [1702467668, "1190"], [1702467695, "1190"], [1702467716, "1190"], [1702467746, "1190"], [1702467800, "1190"], [1702467824, "1190"], [1702467908, "1190"], [1702467944, "1190"], [1702467968, "1190"], [1702468001, "1190"], [1702468031, "1190"], [1702468067, "1190"], [1702468085, "1190"], [1702468115, "1190"], [1702468151, "1190"], [1702468181, "1190"], [1702468208, "1190"], [1702468241, "1190"], [1702468256, "1190"], [1702468286, "1190"], [1702468322, "1190"], [1702468352, "1190"], [1702468388, "1191"], [1702468424, "1191"], [1702468457, "1191"], [1702468493, "1191"], [1702468517, "1191"], [1702468550, "1191"], [1702468586, "1191"], [1702468613, "1191"], [1702468637, "1191"], [1702468679, "1191"], [1702468721, "1191"], [1702468730, "1191"], [1702468766, "1191"], [1702468799, "1191"], [1702468835, "1191"], [1702468898, "1191"], [1702468934, "1191"], [1702468970, "1191"], [1702468994, "1191"], [1702469024, "1191"], [1702469060, "1191"], [1702469111, "1191"], [1702469144, "1191"], [1702469168, "1191"], [1702469204, "1191"], [1702469237, "1191"], [1702469273, "1191"], [1702469303, "1191"], [1702469336, "1191"], [1702469360, "1191"], [1702469387, "1191"], [1702469411, "1191"], [1702469435, "1191"], [1702469468, "1191"], [1702469504, "1191"], [1702469537, "1191"], [1702469573, "1191"], [1702469606, "1191"], [1702469633, "1191"], [1702469660, "1191"], [1702469684, "1191"], [1702469717, "1191"], [1702469753, "1191"], [1702469786, "1191"], [1702469816, "1191"], [1702469834, "1191"], [1702469864, "1191"], [1702469906, "1191"], [1702469936, "1191"], [1702469972, "1191"], [1702470005, "1191"], [1702470029, "1191"], [1702470065, "1191"], [1702470101, "1191"], [1702470131, "1191"], [1702470167, "1191"], [1702470203, "1191"], [1702470251, "1191"], [1702470278, "1191"], [1702470311, "1191"], [1702470347, "1191"], [1702470371, "1191"], [1702470404, "1191"], [1702470440, "1191"], [1702470476, "1191"], [1702470506, "1191"], [1702470542, "1191"], [1702470575, "1191"], [1702470611, "1191"], [1702470635, "1191"], [1702470662, "1191"], [1702470686, "1191"], [1702470719, "1191"], [1702470746, "1191"], [1702470812, "1191"], [1702470845, "1191"], [1702470875, "1191"], [1702470899, "1191"], [1702470953, "1191"], [1702470983, "1191"], [1702471025, "1191"], [1702471067, "1191"], [1702471169, "1191"], [1702471193, "1191"], [1702471226, "1191"], [1702471265, "1191"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "73180"], [1702462721, "73180"], [1702462736, "73180"], [1702462751, "73180"], [1702462763, "73180"], [1702462793, "73180"], [1702462808, "73180"], [1702462829, "73180"], [1702462844, "73181"], [1702462865, "73181"], [1702462880, "73181"], [1702462904, "73181"], [1702462919, "73181"], [1702462952, "73182"], [1702462973, "73182"], [1702462988, "73182"], [1702463045, "73182"], [1702463081, "73182"], [1702463114, "73182"], [1702463150, "73182"], [1702463186, "73182"], [1702463216, "73183"], [1702463240, "73183"], [1702463273, "73183"], [1702463324, "73185"], [1702463354, "73185"], [1702463381, "73185"], [1702463417, "73185"], [1702463453, "73186"], [1702463477, "73186"], [1702463510, "73186"], [1702463537, "73186"], [1702463570, "73186"], [1702463591, "73187"], [1702463621, "73187"], [1702463657, "73187"], [1702463693, "73188"], [1702463729, "73188"], [1702463765, "73188"], [1702463798, "73189"], [1702463846, "73189"], [1702463873, "73189"], [1702463906, "73189"], [1702463948, "73190"], [1702463984, "73190"], [1702464014, "73190"], [1702464050, "73190"], [1702464086, "73190"], [1702464122, "73190"], [1702464155, "73191"], [1702464194, "73191"], [1702464230, "73191"], [1702464263, "73191"], [1702464299, "73191"], [1702464332, "73192"], [1702464356, "73192"], [1702464392, "73192"], [1702464425, "73192"], [1702464455, "73192"], [1702464479, "73192"], [1702464509, "73192"], [1702464533, "73192"], [1702464569, "73192"], [1702464605, "73192"], [1702464635, "73192"], [1702464671, "73193"], [1702464716, "73193"], [1702464743, "73193"], [1702464776, "73194"], [1702464812, "73194"], [1702464836, "73194"], [1702464869, "73194"], [1702464905, "73195"], [1702464926, "73195"], [1702464956, "73195"], [1702464992, "73195"], [1702465016, "73195"], [1702465049, "73195"], [1702465085, "73195"], [1702465118, "73196"], [1702465145, "73197"], [1702465178, "73197"], [1702465208, "73197"], [1702465241, "73198"], [1702465298, "73198"], [1702465334, "73198"], [1702465367, "73198"], [1702465394, "73199"], [1702465418, "73199"], [1702465445, "73199"], [1702465481, "73199"], [1702465517, "73202"], [1702465550, "73202"], [1702465586, "73202"], [1702465619, "73203"], [1702465658, "73204"], [1702465706, "73204"], [1702465754, "73204"], [1702465787, "73204"], [1702465823, "73205"], [1702465856, "73206"], [1702465880, "73207"], [1702465910, "73207"], [1702465952, "73208"], [1702465988, "73208"], [1702466015, "73208"], [1702466030, "73208"], [1702466060, "73208"], [1702466078, "73208"], [1702466138, "73209"], [1702466168, "73209"], [1702466204, "73209"], [1702466237, "73210"], [1702466261, "73210"], [1702466291, "73210"], [1702466327, "73211"], [1702466360, "73211"], [1702466384, "73211"], [1702466417, "73211"], [1702466441, "73211"], [1702466471, "73212"], [1702466507, "73212"], [1702466540, "73212"], [1702466597, "73212"], [1702466633, "73212"], [1702466666, "73213"], [1702466705, "73213"], [1702466732, "73213"], [1702466765, "73213"], [1702466801, "73213"], [1702466852, "73214"], [1702466876, "73214"], [1702466918, "73214"], [1702466978, "73215"], [1702467014, "73215"], [1702467038, "73215"], [1702467068, "73215"], [1702467122, "73215"], [1702467158, "73215"], [1702467191, "73215"], [1702467221, "73215"], [1702467257, "73216"], [1702467299, "73217"], [1702467350, "73217"], [1702467386, "73218"], [1702467419, "73219"], [1702467455, "73219"], [1702467515, "73219"], [1702467542, "73220"], [1702467566, "73220"], [1702467599, "73220"], [1702467635, "73221"], [1702467668, "73221"], [1702467695, "73221"], [1702467716, "73221"], [1702467746, "73222"], [1702467800, "73222"], [1702467824, "73222"], [1702467908, "73223"], [1702467944, "73223"], [1702467968, "73223"], [1702468001, "73223"], [1702468031, "73223"], [1702468067, "73223"], [1702468085, "73224"], [1702468115, "73224"], [1702468151, "73224"], [1702468181, "73224"], [1702468208, "73224"], [1702468241, "73224"], [1702468256, "73225"], [1702468286, "73225"], [1702468322, "73225"], [1702468352, "73225"], [1702468388, "73225"], [1702468424, "73225"], [1702468457, "73225"], [1702468493, "73226"], [1702468517, "73227"], [1702468550, "73227"], [1702468586, "73227"], [1702468613, "73227"], [1702468637, "73227"], [1702468679, "73227"], [1702468721, "73228"], [1702468730, "73228"], [1702468766, "73228"], [1702468799, "73228"], [1702468835, "73228"], [1702468898, "73229"], [1702468934, "73229"], [1702468970, "73229"], [1702468994, "73229"], [1702469024, "73229"], [1702469060, "73229"], [1702469111, "73230"], [1702469144, "73230"], [1702469168, "73230"], [1702469204, "73231"], [1702469237, "73231"], [1702469273, "73231"], [1702469303, "73231"], [1702469336, "73232"], [1702469360, "73232"], [1702469387, "73232"], [1702469411, "73233"], [1702469435, "73233"], [1702469468, "73233"], [1702469504, "73233"], [1702469537, "73233"], [1702469573, "73234"], [1702469606, "73234"], [1702469633, "73234"], [1702469660, "73234"], [1702469684, "73235"], [1702469717, "73235"], [1702469753, "73235"], [1702469786, "73236"], [1702469816, "73236"], [1702469834, "73236"], [1702469864, "73236"], [1702469906, "73236"], [1702469936, "73237"], [1702469972, "73237"], [1702470005, "73237"], [1702470029, "73237"], [1702470065, "73238"], [1702470101, "73238"], [1702470131, "73238"], [1702470167, "73239"], [1702470203, "73239"], [1702470251, "73239"], [1702470278, "73239"], [1702470311, "73239"], [1702470347, "73239"], [1702470371, "73239"], [1702470404, "73240"], [1702470440, "73240"], [1702470476, "73240"], [1702470506, "73240"], [1702470542, "73241"], [1702470575, "73241"], [1702470611, "73241"], [1702470635, "73241"], [1702470662, "73242"], [1702470686, "73242"], [1702470719, "73242"], [1702470746, "73242"], [1702470812, "73242"], [1702470845, "73242"], [1702470875, "73242"], [1702470899, "73243"], [1702470953, "73243"], [1702470983, "73243"], [1702471025, "73243"], [1702471067, "73243"], [1702471169, "73244"], [1702471193, "73244"], [1702471226, "73244"], [1702471265, "73244"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "3583"], [1702462721, "3583"], [1702462736, "3583"], [1702462751, "3583"], [1702462763, "3583"], [1702462793, "3583"], [1702462808, "3583"], [1702462829, "3583"], [1702462844, "3583"], [1702462865, "3583"], [1702462880, "3583"], [1702462904, "3583"], [1702462919, "3583"], [1702462952, "3583"], [1702462973, "3583"], [1702462988, "3583"], [1702463045, "3583"], [1702463081, "3583"], [1702463114, "3583"], [1702463150, "3583"], [1702463186, "3583"], [1702463216, "3583"], [1702463240, "3583"], [1702463273, "3583"], [1702463324, "3583"], [1702463354, "3583"], [1702463381, "3583"], [1702463417, "3583"], [1702463453, "3583"], [1702463477, "3583"], [1702463510, "3583"], [1702463537, "3583"], [1702463570, "3583"], [1702463591, "3583"], [1702463621, "3583"], [1702463657, "3583"], [1702463693, "3583"], [1702463729, "3584"], [1702463765, "3584"], [1702463798, "3584"], [1702463846, "3584"], [1702463873, "3584"], [1702463906, "3584"], [1702463948, "3584"], [1702463984, "3584"], [1702464014, "3584"], [1702464050, "3584"], [1702464086, "3584"], [1702464122, "3584"], [1702464155, "3584"], [1702464194, "3584"], [1702464230, "3584"], [1702464263, "3584"], [1702464299, "3584"], [1702464332, "3584"], [1702464356, "3584"], [1702464392, "3584"], [1702464425, "3584"], [1702464455, "3584"], [1702464479, "3584"], [1702464509, "3584"], [1702464533, "3584"], [1702464569, "3584"], [1702464605, "3584"], [1702464635, "3584"], [1702464671, "3584"], [1702464716, "3584"], [1702464743, "3584"], [1702464776, "3584"], [1702464812, "3584"], [1702464836, "3584"], [1702464869, "3584"], [1702464905, "3584"], [1702464926, "3584"], [1702464956, "3584"], [1702464992, "3584"], [1702465016, "3584"], [1702465049, "3584"], [1702465085, "3584"], [1702465118, "3584"], [1702465145, "3584"], [1702465178, "3585"], [1702465208, "3585"], [1702465241, "3585"], [1702465298, "3585"], [1702465334, "3585"], [1702465367, "3585"], [1702465394, "3585"], [1702465418, "3585"], [1702465445, "3585"], [1702465481, "3585"], [1702465517, "3585"], [1702465550, "3585"], [1702465586, "3585"], [1702465619, "3585"], [1702465658, "3585"], [1702465706, "3585"], [1702465754, "3585"], [1702465787, "3585"], [1702465823, "3585"], [1702465856, "3585"], [1702465880, "3585"], [1702465910, "3585"], [1702465952, "3585"], [1702465988, "3585"], [1702466015, "3585"], [1702466030, "3585"], [1702466060, "3585"], [1702466078, "3585"], [1702466138, "3585"], [1702466168, "3585"], [1702466204, "3585"], [1702466237, "3585"], [1702466261, "3585"], [1702466291, "3585"], [1702466327, "3585"], [1702466360, "3585"], [1702466384, "3585"], [1702466417, "3585"], [1702466441, "3585"], [1702466471, "3585"], [1702466507, "3585"], [1702466540, "3585"], [1702466597, "3585"], [1702466633, "3585"], [1702466666, "3586"], [1702466705, "3586"], [1702466732, "3586"], [1702466765, "3586"], [1702466801, "3586"], [1702466852, "3586"], [1702466876, "3586"], [1702466918, "3586"], [1702466978, "3586"], [1702467014, "3586"], [1702467038, "3586"], [1702467068, "3586"], [1702467122, "3586"], [1702467158, "3586"], [1702467191, "3586"], [1702467221, "3586"], [1702467257, "3586"], [1702467299, "3586"], [1702467350, "3586"], [1702467386, "3586"], [1702467419, "3586"], [1702467455, "3586"], [1702467515, "3586"], [1702467542, "3586"], [1702467566, "3586"], [1702467599, "3586"], [1702467635, "3586"], [1702467668, "3586"], [1702467695, "3586"], [1702467716, "3586"], [1702467746, "3586"], [1702467800, "3586"], [1702467824, "3586"], [1702467908, "3587"], [1702467944, "3587"], [1702467968, "3587"], [1702468001, "3587"], [1702468031, "3587"], [1702468067, "3587"], [1702468085, "3587"], [1702468115, "3587"], [1702468151, "3587"], [1702468181, "3587"], [1702468208, "3587"], [1702468241, "3587"], [1702468256, "3587"], [1702468286, "3587"], [1702468322, "3587"], [1702468352, "3587"], [1702468388, "3587"], [1702468424, "3587"], [1702468457, "3587"], [1702468493, "3587"], [1702468517, "3587"], [1702468550, "3587"], [1702468586, "3587"], [1702468613, "3587"], [1702468637, "3587"], [1702468679, "3587"], [1702468721, "3587"], [1702468730, "3587"], [1702468766, "3587"], [1702468799, "3587"], [1702468835, "3587"], [1702468898, "3587"], [1702468934, "3587"], [1702468970, "3588"], [1702468994, "3588"], [1702469024, "3588"], [1702469060, "3588"], [1702469111, "3588"], [1702469144, "3588"], [1702469168, "3588"], [1702469204, "3588"], [1702469237, "3588"], [1702469273, "3588"], [1702469303, "3588"], [1702469336, "3588"], [1702469360, "3588"], [1702469387, "3588"], [1702469411, "3588"], [1702469435, "3588"], [1702469468, "3588"], [1702469504, "3588"], [1702469537, "3588"], [1702469573, "3588"], [1702469606, "3588"], [1702469633, "3588"], [1702469660, "3588"], [1702469684, "3588"], [1702469717, "3588"], [1702469753, "3588"], [1702469786, "3588"], [1702469816, "3588"], [1702469834, "3588"], [1702469864, "3588"], [1702469906, "3588"], [1702469936, "3588"], [1702469972, "3588"], [1702470005, "3589"], [1702470029, "3589"], [1702470065, "3589"], [1702470101, "3589"], [1702470131, "3589"], [1702470167, "3589"], [1702470203, "3589"], [1702470251, "3589"], [1702470278, "3589"], [1702470311, "3589"], [1702470347, "3589"], [1702470371, "3589"], [1702470404, "3589"], [1702470440, "3589"], [1702470476, "3589"], [1702470506, "3589"], [1702470542, "3589"], [1702470575, "3589"], [1702470611, "3589"], [1702470635, "3589"], [1702470662, "3589"], [1702470686, "3589"], [1702470719, "3589"], [1702470746, "3589"], [1702470812, "3589"], [1702470845, "3589"], [1702470875, "3589"], [1702470899, "3589"], [1702470953, "3589"], [1702470983, "3589"], [1702471025, "3589"], [1702471067, "3589"], [1702471169, "3589"], [1702471193, "3589"], [1702471226, "3589"], [1702471265, "3589"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "5750"], [1702462721, "5750"], [1702462736, "5751"], [1702462751, "5751"], [1702462763, "5751"], [1702462793, "5751"], [1702462808, "5751"], [1702462829, "5751"], [1702462844, "5751"], [1702462865, "5751"], [1702462880, "5751"], [1702462904, "5751"], [1702462919, "5751"], [1702462952, "5751"], [1702462973, "5751"], [1702462988, "5751"], [1702463045, "5751"], [1702463081, "5751"], [1702463114, "5751"], [1702463150, "5751"], [1702463186, "5751"], [1702463216, "5751"], [1702463240, "5751"], [1702463273, "5751"], [1702463324, "5751"], [1702463354, "5751"], [1702463381, "5751"], [1702463417, "5751"], [1702463453, "5751"], [1702463477, "5751"], [1702463510, "5751"], [1702463537, "5751"], [1702463570, "5751"], [1702463591, "5751"], [1702463621, "5751"], [1702463657, "5751"], [1702463693, "5751"], [1702463729, "5751"], [1702463765, "5751"], [1702463798, "5752"], [1702463846, "5752"], [1702463873, "5752"], [1702463906, "5752"], [1702463948, "5752"], [1702463984, "5752"], [1702464014, "5752"], [1702464050, "5752"], [1702464086, "5752"], [1702464122, "5752"], [1702464155, "5752"], [1702464194, "5752"], [1702464230, "5752"], [1702464263, "5752"], [1702464299, "5752"], [1702464332, "5752"], [1702464356, "5752"], [1702464392, "5752"], [1702464425, "5752"], [1702464455, "5752"], [1702464479, "5752"], [1702464509, "5752"], [1702464533, "5752"], [1702464569, "5752"], [1702464605, "5752"], [1702464635, "5752"], [1702464671, "5752"], [1702464716, "5752"], [1702464743, "5752"], [1702464776, "5752"], [1702464812, "5752"], [1702464836, "5752"], [1702464869, "5752"], [1702464905, "5753"], [1702464926, "5753"], [1702464956, "5753"], [1702464992, "5753"], [1702465016, "5753"], [1702465049, "5753"], [1702465085, "5753"], [1702465118, "5753"], [1702465145, "5753"], [1702465178, "5753"], [1702465208, "5753"], [1702465241, "5753"], [1702465298, "5753"], [1702465334, "5753"], [1702465367, "5753"], [1702465394, "5753"], [1702465418, "5753"], [1702465445, "5753"], [1702465481, "5753"], [1702465517, "5753"], [1702465550, "5753"], [1702465586, "5753"], [1702465619, "5753"], [1702465658, "5753"], [1702465706, "5753"], [1702465754, "5753"], [1702465787, "5753"], [1702465823, "5753"], [1702465856, "5753"], [1702465880, "5753"], [1702465910, "5753"], [1702465952, "5753"], [1702465988, "5753"], [1702466015, "5753"], [1702466030, "5753"], [1702466060, "5754"], [1702466078, "5754"], [1702466138, "5754"], [1702466168, "5754"], [1702466204, "5754"], [1702466237, "5754"], [1702466261, "5754"], [1702466291, "5754"], [1702466327, "5754"], [1702466360, "5754"], [1702466384, "5754"], [1702466417, "5754"], [1702466441, "5754"], [1702466471, "5754"], [1702466507, "5754"], [1702466540, "5754"], [1702466597, "5754"], [1702466633, "5754"], [1702466666, "5754"], [1702466705, "5754"], [1702466732, "5754"], [1702466765, "5754"], [1702466801, "5754"], [1702466852, "5754"], [1702466876, "5754"], [1702466918, "5754"], [1702466978, "5754"], [1702467014, "5754"], [1702467038, "5754"], [1702467068, "5755"], [1702467122, "5755"], [1702467158, "5755"], [1702467191, "5755"], [1702467221, "5755"], [1702467257, "5755"], [1702467299, "5755"], [1702467350, "5755"], [1702467386, "5755"], [1702467419, "5755"], [1702467455, "5755"], [1702467515, "5755"], [1702467542, "5755"], [1702467566, "5755"], [1702467599, "5755"], [1702467635, "5755"], [1702467668, "5755"], [1702467695, "5755"], [1702467716, "5755"], [1702467746, "5755"], [1702467800, "5755"], [1702467824, "5755"], [1702467908, "5755"], [1702467944, "5755"], [1702467968, "5755"], [1702468001, "5756"], [1702468031, "5756"], [1702468067, "5756"], [1702468085, "5756"], [1702468115, "5756"], [1702468151, "5756"], [1702468181, "5756"], [1702468208, "5756"], [1702468241, "5756"], [1702468256, "5756"], [1702468286, "5756"], [1702468322, "5756"], [1702468352, "5756"], [1702468388, "5756"], [1702468424, "5756"], [1702468457, "5756"], [1702468493, "5756"], [1702468517, "5756"], [1702468550, "5756"], [1702468586, "5756"], [1702468613, "5756"], [1702468637, "5756"], [1702468679, "5756"], [1702468721, "5756"], [1702468730, "5756"], [1702468766, "5756"], [1702468799, "5757"], [1702468835, "5757"], [1702468898, "5757"], [1702468934, "5757"], [1702468970, "5757"], [1702468994, "5757"], [1702469024, "5757"], [1702469060, "5757"], [1702469111, "5757"], [1702469144, "5757"], [1702469168, "5757"], [1702469204, "5757"], [1702469237, "5757"], [1702469273, "5757"], [1702469303, "5757"], [1702469336, "5757"], [1702469360, "5757"], [1702469387, "5757"], [1702469411, "5757"], [1702469435, "5757"], [1702469468, "5757"], [1702469504, "5757"], [1702469537, "5758"], [1702469573, "5758"], [1702469606, "5758"], [1702469633, "5758"], [1702469660, "5758"], [1702469684, "5758"], [1702469717, "5758"], [1702469753, "5758"], [1702469786, "5758"], [1702469816, "5758"], [1702469834, "5758"], [1702469864, "5758"], [1702469906, "5758"], [1702469936, "5758"], [1702469972, "5758"], [1702470005, "5758"], [1702470029, "5758"], [1702470065, "5758"], [1702470101, "5758"], [1702470131, "5758"], [1702470167, "5758"], [1702470203, "5758"], [1702470251, "5758"], [1702470278, "5758"], [1702470311, "5758"], [1702470347, "5758"], [1702470371, "5758"], [1702470404, "5758"], [1702470440, "5758"], [1702470476, "5759"], [1702470506, "5759"], [1702470542, "5759"], [1702470575, "5759"], [1702470611, "5759"], [1702470635, "5759"], [1702470662, "5759"], [1702470686, "5759"], [1702470719, "5759"], [1702470746, "5759"], [1702470812, "5759"], [1702470845, "5759"], [1702470875, "5759"], [1702470899, "5759"], [1702470953, "5759"], [1702470983, "5759"], [1702471025, "5759"], [1702471067, "5759"], [1702471169, "5759"], [1702471193, "5759"], [1702471226, "5759"], [1702471265, "5760"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "1106"], [1702463045, "2225"], [1702463081, "3691"], [1702463114, "4832"], [1702463150, "6499"], [1702463186, "7002"], [1702463216, "7154"], [1702463240, "7190"], [1702463273, "7284"], [1702463324, "7757"], [1702463354, "8234"], [1702463381, "8964"], [1702463417, "9692"], [1702463453, "11087"], [1702463477, "12365"], [1702463510, "13416"], [1702463537, "13747"], [1702463570, "14172"], [1702463591, "14198"], [1702463621, "14230"], [1702463657, "14384"], [1702463693, "14747"], [1702463729, "15302"], [1702463765, "16362"], [1702463798, "17382"], [1702463846, "19086"], [1702463873, "20323"], [1702463906, "20747"], [1702463948, "21136"], [1702463984, "21165"], [1702464014, "21236"], [1702464050, "21431"], [1702464086, "22007"], [1702464122, "22798"], [1702464155, "23751"], [1702464194, "25344"], [1702464230, "26215"], [1702464263, "26626"], [1702464299, "27334"], [1702464332, "27454"], [1702464356, "27497"], [1702464392, "27582"], [1702464425, "27799"], [1702464455, "28321"], [1702464479, "29063"], [1702464509, "29961"], [1702464533, "30575"], [1702464569, "31453"], [1702464605, "32056"], [1702464635, "32453"], [1702464671, "33054"], [1702464716, "33099"], [1702464743, "33197"], [1702464776, "33375"], [1702464812, "33710"], [1702464836, "34287"], [1702464869, "34894"], [1702464905, "35829"], [1702464926, "37455"], [1702464956, "38029"], [1702464992, "39667"], [1702465016, "40041"], [1702465049, "40393"], [1702465085, "40413"], [1702465118, "40483"], [1702465145, "40660"], [1702465178, "41025"], [1702465208, "41573"], [1702465241, "42356"], [1702465298, "44176"], [1702465334, "45309"], [1702465367, "45983"], [1702465394, "46239"], [1702465418, "46600"], [1702465445, "46626"], [1702465481, "46718"], [1702465517, "46908"], [1702465550, "47290"], [1702465586, "48016"], [1702465619, "48721"], [1702465658, "50472"], [1702465706, "51689"], [1702465754, "52997"], [1702465787, "53389"], [1702465823, "53418"], [1702465856, "53476"], [1702465880, "53597"], [1702465910, "53842"], [1702465952, "54457"], [1702465988, "55187"], [1702466015, "56136"], [1702466030, "56884"], [1702466060, "58237"], [1702466078, "58959"], [1702466138, "59871"], [1702466168, "60265"], [1702466204, "60287"], [1702466237, "60366"], [1702466261, "60554"], [1702466291, "60893"], [1702466327, "61396"], [1702466360, "62514"], [1702466384, "62972"], [1702466417, "64214"], [1702466441, "65561"], [1702466471, "66626"], [1702466507, "67135"], [1702466540, "67398"], [1702466597, "67451"], [1702466633, "67632"], [1702466666, "67894"], [1702466705, "68604"], [1702466732, "69513"], [1702466765, "70590"], [1702466801, "72273"], [1702466852, "73948"], [1702466876, "74365"], [1702466918, "74720"], [1702466978, "74830"], [1702467014, "75016"], [1702467038, "75353"], [1702467068, "75959"], [1702467122, "77333"], [1702467158, "78264"], [1702467191, "79778"], [1702467221, "81147"], [1702467257, "81831"], [1702467299, "81938"], [1702467350, "82032"], [1702467386, "82277"], [1702467419, "82912"], [1702467455, "83730"], [1702467515, "85576"], [1702467542, "86628"], [1702467566, "88032"], [1702467599, "88379"], [1702467635, "88822"], [1702467668, "88934"], [1702467695, "88986"], [1702467716, "89057"], [1702467746, "89228"], [1702467800, "90081"], [1702467824, "90893"], [1702467908, "93899"], [1702467944, "94880"], [1702467968, "95362"], [1702468001, "95703"], [1702468031, "95782"], [1702468067, "95828"], [1702468085, "95947"], [1702468115, "96032"], [1702468151, "96568"], [1702468181, "97188"], [1702468208, "98072"], [1702468241, "99079"], [1702468256, "99941"], [1702468286, "100693"], [1702468322, "101565"], [1702468352, "102085"], [1702468388, "102385"], [1702468424, "102426"], [1702468457, "102499"], [1702468493, "102678"], [1702468517, "103105"], [1702468550, "103851"], [1702468586, "104647"], [1702468613, "105934"], [1702468637, "106129"], [1702468679, "107284"], [1702468721, "107999"], [1702468730, "108187"], [1702468766, "108428"], [1702468799, "108478"], [1702468835, "108589"], [1702468898, "109047"], [1702468934, "110239"], [1702468970, "111119"], [1702468994, "112293"], [1702469024, "113225"], [1702469060, "114381"], [1702469111, "115081"], [1702469144, "115145"], [1702469168, "115167"], [1702469204, "115278"], [1702469237, "115508"], [1702469273, "116130"], [1702469303, "116943"], [1702469336, "117820"], [1702469360, "119064"], [1702469387, "119696"], [1702469411, "120518"], [1702469435, "121208"], [1702469468, "121645"], [1702469504, "121809"], [1702469537, "121847"], [1702469573, "121935"], [1702469606, "122102"], [1702469633, "122492"], [1702469660, "122949"], [1702469684, "123836"], [1702469717, "124015"], [1702469753, "125222"], [1702469786, "126263"], [1702469816, "127495"], [1702469834, "128596"], [1702469864, "128888"], [1702469906, "129505"], [1702469936, "129641"], [1702469972, "129664"], [1702470005, "129793"], [1702470029, "129860"], [1702470065, "130163"], [1702470101, "130889"], [1702470131, "131673"], [1702470167, "132765"], [1702470203, "133995"], [1702470251, "135518"], [1702470278, "137016"], [1702470311, "137252"], [1702470347, "137960"], [1702470371, "138096"], [1702470404, "138109"], [1702470440, "138200"], [1702470476, "138389"], [1702470506, "138804"], [1702470542, "139657"], [1702470575, "140107"], [1702470611, "141464"], [1702470635, "142467"], [1702470662, "143367"], [1702470686, "144856"], [1702470719, "145487"], [1702470746, "145955"], [1702470812, "146420"], [1702470845, "146569"], [1702470875, "147163"], [1702470899, "147965"], [1702470953, "148255"], [1702470983, "148276"], [1702471025, "148490"], [1702471067, "149793"], [1702471169, "150169"], [1702471193, "150382"], [1702471226, "151019"], [1702471265, "151763"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "5952300"], [1702462721, "5952313"], [1702462736, "5952328"], [1702462751, "5952341"], [1702462763, "5952354"], [1702462793, "5952373"], [1702462808, "5952388"], [1702462829, "5952388"], [1702462844, "5952413"], [1702462865, "5952425"], [1702462880, "5952438"], [1702462904, "5952464"], [1702462919, "5952464"], [1702462952, "5952489"], [1702462973, "5952504"], [1702462988, "5952515"], [1702463045, "5952554"], [1702463081, "5952577"], [1702463114, "5952609"], [1702463150, "5952647"], [1702463186, "5952666"], [1702463216, "5952693"], [1702463240, "5952705"], [1702463273, "5952732"], [1702463324, "5952772"], [1702463354, "5952792"], [1702463381, "5952812"], [1702463417, "5952840"], [1702463453, "5952870"], [1702463477, "5952882"], [1702463510, "5952907"], [1702463537, "5952926"], [1702463570, "5952946"], [1702463591, "5952961"], [1702463621, "5952985"], [1702463657, "5953009"], [1702463693, "5953037"], [1702463729, "5953063"], [1702463765, "5953089"], [1702463798, "5953120"], [1702463846, "5953148"], [1702463873, "5953172"], [1702463906, "5953195"], [1702463948, "5953227"], [1702463984, "5953246"], [1702464014, "5953267"], [1702464050, "5953295"], [1702464086, "5953327"], [1702464122, "5953359"], [1702464155, "5953384"], [1702464194, "5953409"], [1702464230, "5953435"], [1702464263, "5953459"], [1702464299, "5953479"], [1702464332, "5953514"], [1702464356, "5953530"], [1702464392, "5953552"], [1702464425, "5953578"], [1702464455, "5953597"], [1702464479, "5953629"], [1702464509, "5953640"], [1702464533, "5953656"], [1702464569, "5953681"], [1702464605, "5953706"], [1702464635, "5953736"], [1702464671, "5953753"], [1702464716, "5953787"], [1702464743, "5953815"], [1702464776, "5953835"], [1702464812, "5953868"], [1702464836, "5953884"], [1702464869, "5953907"], [1702464905, "5953926"], [1702464926, "5953942"], [1702464956, "5953964"], [1702464992, "5953991"], [1702465016, "5954023"], [1702465049, "5954038"], [1702465085, "5954060"], [1702465118, "5954091"], [1702465145, "5954113"], [1702465178, "5954122"], [1702465208, "5954148"], [1702465241, "5954173"], [1702465298, "5954222"], [1702465334, "5954246"], [1702465367, "5954277"], [1702465394, "5954286"], [1702465418, "5954314"], [1702465445, "5954322"], [1702465481, "5954346"], [1702465517, "5954380"], [1702465550, "5954409"], [1702465586, "5954440"], [1702465619, "5954462"], [1702465658, "5954487"], [1702465706, "5954522"], [1702465754, "5954563"], [1702465787, "5954586"], [1702465823, "5954613"], [1702465856, "5954634"], [1702465880, "5954652"], [1702465910, "5954684"], [1702465952, "5954696"], [1702465988, "5954735"], [1702466015, "5954755"], [1702466030, "5954775"], [1702466060, "5954787"], [1702466078, "5954796"], [1702466138, "5954840"], [1702466168, "5954853"], [1702466204, "5954891"], [1702466237, "5954911"], [1702466261, "5954928"], [1702466291, "5954954"], [1702466327, "5954979"], [1702466360, "5955002"], [1702466384, "5955017"], [1702466417, "5955044"], [1702466441, "5955058"], [1702466471, "5955081"], [1702466507, "5955115"], [1702466540, "5955136"], [1702466597, "5955177"], [1702466633, "5955205"], [1702466666, "5955229"], [1702466705, "5955250"], [1702466732, "5955281"], [1702466765, "5955305"], [1702466801, "5955328"], [1702466852, "5955376"], [1702466876, "5955388"], [1702466918, "5955404"], [1702466978, "5955460"], [1702467014, "5955478"], [1702467038, "5955505"], [1702467068, "5955531"], [1702467122, "5955569"], [1702467158, "5955582"], [1702467191, "5955617"], [1702467221, "5955642"], [1702467257, "5955670"], [1702467299, "5955699"], [1702467350, "5955731"], [1702467386, "5955765"], [1702467419, "5955790"], [1702467455, "5955824"], [1702467515, "5955860"], [1702467542, "5955885"], [1702467566, "5955899"], [1702467599, "5955922"], [1702467635, "5955943"], [1702467668, "5955965"], [1702467695, "5955985"], [1702467716, "5956008"], [1702467746, "5956019"], [1702467800, "5956070"], [1702467824, "5956091"], [1702467908, "5956147"], [1702467944, "5956172"], [1702467968, "5956197"], [1702468001, "5956213"], [1702468031, "5956228"], [1702468067, "5956252"], [1702468085, "5956275"], [1702468115, "5956289"], [1702468151, "5956311"], [1702468181, "5956343"], [1702468208, "5956361"], [1702468241, "5956381"], [1702468256, "5956394"], [1702468286, "5956412"], [1702468322, "5956435"], [1702468352, "5956463"], [1702468388, "5956487"], [1702468424, "5956516"], [1702468457, "5956540"], [1702468493, "5956559"], [1702468517, "5956583"], [1702468550, "5956608"], [1702468586, "5956631"], [1702468613, "5956656"], [1702468637, "5956670"], [1702468679, "5956698"], [1702468721, "5956727"], [1702468730, "5956741"], [1702468766, "5956760"], [1702468799, "5956792"], [1702468835, "5956816"], [1702468898, "5956852"], [1702468934, "5956894"], [1702468970, "5956922"], [1702468994, "5956949"], [1702469024, "5956961"], [1702469060, "5956982"], [1702469111, "5957017"], [1702469144, "5957050"], [1702469168, "5957067"], [1702469204, "5957089"], [1702469237, "5957110"], [1702469273, "5957142"], [1702469303, "5957161"], [1702469336, "5957189"], [1702469360, "5957214"], [1702469387, "5957220"], [1702469411, "5957239"], [1702469435, "5957258"], [1702469468, "5957277"], [1702469504, "5957307"], [1702469537, "5957334"], [1702469573, "5957357"], [1702469606, "5957384"], [1702469633, "5957395"], [1702469660, "5957415"], [1702469684, "5957447"], [1702469717, "5957455"], [1702469753, "5957480"], [1702469786, "5957504"], [1702469816, "5957529"], [1702469834, "5957548"], [1702469864, "5957569"], [1702469906, "5957604"], [1702469936, "5957617"], [1702469972, "5957631"], [1702470005, "5957671"], [1702470029, "5957686"], [1702470065, "5957710"], [1702470101, "5957730"], [1702470131, "5957759"], [1702470167, "5957786"], [1702470203, "5957807"], [1702470251, "5957844"], [1702470278, "5957866"], [1702470311, "5957889"], [1702470347, "5957922"], [1702470371, "5957939"], [1702470404, "5957961"], [1702470440, "5957975"], [1702470476, "5958005"], [1702470506, "5958028"], [1702470542, "5958067"], [1702470575, "5958079"], [1702470611, "5958106"], [1702470635, "5958141"], [1702470662, "5958151"], [1702470686, "5958171"], [1702470719, "5958191"], [1702470746, "5958215"], [1702470812, "5958259"], [1702470845, "5958278"], [1702470875, "5958299"], [1702470899, "5958322"], [1702470953, "5958357"], [1702470983, "5958384"], [1702471025, "5958408"], [1702471067, "5958447"], [1702471169, "5958515"], [1702471193, "5958531"], [1702471226, "5958562"], [1702471265, "5958593"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "151"], [1702462721, "151"], [1702462736, "151"], [1702462751, "151"], [1702462763, "151"], [1702462793, "152"], [1702462808, "152"], [1702462829, "152"], [1702462844, "152"], [1702462865, "152"], [1702462880, "152"], [1702462904, "152"], [1702462919, "152"], [1702462952, "152"], [1702462973, "152"], [1702462988, "152"], [1702463045, "152"], [1702463081, "152"], [1702463114, "152"], [1702463150, "152"], [1702463186, "152"], [1702463216, "152"], [1702463240, "152"], [1702463273, "152"], [1702463324, "152"], [1702463354, "152"], [1702463381, "152"], [1702463417, "152"], [1702463453, "153"], [1702463477, "153"], [1702463510, "153"], [1702463537, "153"], [1702463570, "153"], [1702463591, "153"], [1702463621, "153"], [1702463657, "153"], [1702463693, "153"], [1702463729, "153"], [1702463765, "153"], [1702463798, "153"], [1702463846, "153"], [1702463873, "153"], [1702463906, "153"], [1702463948, "153"], [1702463984, "153"], [1702464014, "153"], [1702464050, "153"], [1702464086, "153"], [1702464122, "154"], [1702464155, "154"], [1702464194, "154"], [1702464230, "154"], [1702464263, "154"], [1702464299, "154"], [1702464332, "154"], [1702464356, "154"], [1702464392, "154"], [1702464425, "154"], [1702464455, "154"], [1702464479, "154"], [1702464509, "154"], [1702464533, "154"], [1702464569, "154"], [1702464605, "154"], [1702464635, "154"], [1702464671, "155"], [1702464716, "155"], [1702464743, "155"], [1702464776, "155"], [1702464812, "155"], [1702464836, "155"], [1702464869, "155"], [1702464905, "155"], [1702464926, "155"], [1702464956, "155"], [1702464992, "155"], [1702465016, "155"], [1702465049, "155"], [1702465085, "155"], [1702465118, "155"], [1702465145, "155"], [1702465178, "155"], [1702465208, "155"], [1702465241, "155"], [1702465298, "156"], [1702465334, "156"], [1702465367, "156"], [1702465394, "156"], [1702465418, "156"], [1702465445, "156"], [1702465481, "156"], [1702465517, "156"], [1702465550, "156"], [1702465586, "156"], [1702465619, "156"], [1702465658, "156"], [1702465706, "156"], [1702465754, "156"], [1702465787, "156"], [1702465823, "156"], [1702465856, "156"], [1702465880, "156"], [1702465910, "156"], [1702465952, "157"], [1702465988, "157"], [1702466015, "157"], [1702466030, "157"], [1702466060, "157"], [1702466078, "157"], [1702466138, "157"], [1702466168, "157"], [1702466204, "157"], [1702466237, "157"], [1702466261, "157"], [1702466291, "157"], [1702466327, "157"], [1702466360, "157"], [1702466384, "157"], [1702466417, "157"], [1702466441, "157"], [1702466471, "157"], [1702466507, "157"], [1702466540, "158"], [1702466597, "158"], [1702466633, "158"], [1702466666, "158"], [1702466705, "158"], [1702466732, "158"], [1702466765, "158"], [1702466801, "158"], [1702466852, "158"], [1702466876, "158"], [1702466918, "158"], [1702466978, "158"], [1702467014, "158"], [1702467038, "158"], [1702467068, "158"], [1702467122, "159"], [1702467158, "159"], [1702467191, "159"], [1702467221, "159"], [1702467257, "159"], [1702467299, "159"], [1702467350, "159"], [1702467386, "159"], [1702467419, "159"], [1702467455, "159"], [1702467515, "159"], [1702467542, "159"], [1702467566, "159"], [1702467599, "160"], [1702467635, "160"], [1702467668, "160"], [1702467695, "160"], [1702467716, "160"], [1702467746, "160"], [1702467800, "160"], [1702467824, "160"], [1702467908, "160"], [1702467944, "160"], [1702467968, "160"], [1702468001, "160"], [1702468031, "161"], [1702468067, "161"], [1702468085, "161"], [1702468115, "161"], [1702468151, "161"], [1702468181, "161"], [1702468208, "161"], [1702468241, "161"], [1702468256, "161"], [1702468286, "161"], [1702468322, "161"], [1702468352, "161"], [1702468388, "161"], [1702468424, "161"], [1702468457, "161"], [1702468493, "162"], [1702468517, "162"], [1702468550, "163"], [1702468586, "163"], [1702468613, "163"], [1702468637, "163"], [1702468679, "163"], [1702468721, "163"], [1702468730, "163"], [1702468766, "163"], [1702468799, "164"], [1702468835, "164"], [1702468898, "164"], [1702468934, "164"], [1702468970, "164"], [1702468994, "164"], [1702469024, "164"], [1702469060, "164"], [1702469111, "164"], [1702469144, "164"], [1702469168, "164"], [1702469204, "164"], [1702469237, "165"], [1702469273, "165"], [1702469303, "165"], [1702469336, "165"], [1702469360, "165"], [1702469387, "165"], [1702469411, "165"], [1702469435, "165"], [1702469468, "165"], [1702469504, "165"], [1702469537, "165"], [1702469573, "165"], [1702469606, "165"], [1702469633, "165"], [1702469660, "165"], [1702469684, "166"], [1702469717, "166"], [1702469753, "166"], [1702469786, "166"], [1702469816, "166"], [1702469834, "166"], [1702469864, "166"], [1702469906, "166"], [1702469936, "166"], [1702469972, "166"], [1702470005, "166"], [1702470029, "166"], [1702470065, "166"], [1702470101, "166"], [1702470131, "166"], [1702470167, "167"], [1702470203, "167"], [1702470251, "167"], [1702470278, "167"], [1702470311, "167"], [1702470347, "167"], [1702470371, "167"], [1702470404, "167"], [1702470440, "167"], [1702470476, "167"], [1702470506, "167"], [1702470542, "167"], [1702470575, "167"], [1702470611, "167"], [1702470635, "167"], [1702470662, "167"], [1702470686, "168"], [1702470719, "168"], [1702470746, "168"], [1702470812, "168"], [1702470845, "168"], [1702470875, "168"], [1702470899, "168"], [1702470953, "168"], [1702470983, "168"], [1702471025, "168"], [1702471067, "168"], [1702471169, "168"], [1702471193, "168"], [1702471226, "168"], [1702471265, "169"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "3424"], [1702462721, "3424"], [1702462736, "3424"], [1702462751, "3424"], [1702462763, "3424"], [1702462793, "3424"], [1702462808, "3424"], [1702462829, "3424"], [1702462844, "3424"], [1702462865, "3424"], [1702462880, "3424"], [1702462904, "3424"], [1702462919, "3424"], [1702462952, "3424"], [1702462973, "3424"], [1702462988, "3424"], [1702463045, "3424"], [1702463081, "3424"], [1702463114, "3424"], [1702463150, "3424"], [1702463186, "3424"], [1702463216, "3424"], [1702463240, "3424"], [1702463273, "3424"], [1702463324, "3425"], [1702463354, "3425"], [1702463381, "3425"], [1702463417, "3425"], [1702463453, "3425"], [1702463477, "3425"], [1702463510, "3425"], [1702463537, "3425"], [1702463570, "3425"], [1702463591, "3425"], [1702463621, "3425"], [1702463657, "3425"], [1702463693, "3425"], [1702463729, "3425"], [1702463765, "3425"], [1702463798, "3425"], [1702463846, "3425"], [1702463873, "3425"], [1702463906, "3425"], [1702463948, "3425"], [1702463984, "3425"], [1702464014, "3425"], [1702464050, "3425"], [1702464086, "3425"], [1702464122, "3425"], [1702464155, "3425"], [1702464194, "3425"], [1702464230, "3425"], [1702464263, "3425"], [1702464299, "3425"], [1702464332, "3425"], [1702464356, "3425"], [1702464392, "3425"], [1702464425, "3425"], [1702464455, "3425"], [1702464479, "3425"], [1702464509, "3425"], [1702464533, "3425"], [1702464569, "3425"], [1702464605, "3425"], [1702464635, "3425"], [1702464671, "3425"], [1702464716, "3425"], [1702464743, "3425"], [1702464776, "3426"], [1702464812, "3426"], [1702464836, "3426"], [1702464869, "3426"], [1702464905, "3426"], [1702464926, "3426"], [1702464956, "3426"], [1702464992, "3426"], [1702465016, "3426"], [1702465049, "3426"], [1702465085, "3426"], [1702465118, "3426"], [1702465145, "3426"], [1702465178, "3426"], [1702465208, "3426"], [1702465241, "3426"], [1702465298, "3426"], [1702465334, "3426"], [1702465367, "3426"], [1702465394, "3426"], [1702465418, "3426"], [1702465445, "3426"], [1702465481, "3426"], [1702465517, "3426"], [1702465550, "3426"], [1702465586, "3426"], [1702465619, "3426"], [1702465658, "3426"], [1702465706, "3426"], [1702465754, "3426"], [1702465787, "3426"], [1702465823, "3426"], [1702465856, "3426"], [1702465880, "3426"], [1702465910, "3426"], [1702465952, "3426"], [1702465988, "3426"], [1702466015, "3426"], [1702466030, "3426"], [1702466060, "3426"], [1702466078, "3426"], [1702466138, "3426"], [1702466168, "3426"], [1702466204, "3426"], [1702466237, "3426"], [1702466261, "3426"], [1702466291, "3427"], [1702466327, "3427"], [1702466360, "3427"], [1702466384, "3427"], [1702466417, "3427"], [1702466441, "3427"], [1702466471, "3427"], [1702466507, "3427"], [1702466540, "3427"], [1702466597, "3427"], [1702466633, "3427"], [1702466666, "3427"], [1702466705, "3427"], [1702466732, "3427"], [1702466765, "3427"], [1702466801, "3427"], [1702466852, "3427"], [1702466876, "3427"], [1702466918, "3427"], [1702466978, "3427"], [1702467014, "3427"], [1702467038, "3427"], [1702467068, "3427"], [1702467122, "3427"], [1702467158, "3427"], [1702467191, "3427"], [1702467221, "3427"], [1702467257, "3427"], [1702467299, "3427"], [1702467350, "3427"], [1702467386, "3427"], [1702467419, "3427"], [1702467455, "3427"], [1702467515, "3427"], [1702467542, "3427"], [1702467566, "3427"], [1702467599, "3427"], [1702467635, "3428"], [1702467668, "3428"], [1702467695, "3428"], [1702467716, "3428"], [1702467746, "3428"], [1702467800, "3428"], [1702467824, "3428"], [1702467908, "3428"], [1702467944, "3428"], [1702467968, "3428"], [1702468001, "3428"], [1702468031, "3428"], [1702468067, "3428"], [1702468085, "3428"], [1702468115, "3428"], [1702468151, "3428"], [1702468181, "3428"], [1702468208, "3428"], [1702468241, "3428"], [1702468256, "3428"], [1702468286, "3428"], [1702468322, "3428"], [1702468352, "3428"], [1702468388, "3428"], [1702468424, "3428"], [1702468457, "3428"], [1702468493, "3428"], [1702468517, "3428"], [1702468550, "3428"], [1702468586, "3428"], [1702468613, "3428"], [1702468637, "3428"], [1702468679, "3428"], [1702468721, "3428"], [1702468730, "3428"], [1702468766, "3429"], [1702468799, "3429"], [1702468835, "3429"], [1702468898, "3429"], [1702468934, "3429"], [1702468970, "3429"], [1702468994, "3429"], [1702469024, "3429"], [1702469060, "3429"], [1702469111, "3429"], [1702469144, "3429"], [1702469168, "3429"], [1702469204, "3429"], [1702469237, "3429"], [1702469273, "3429"], [1702469303, "3429"], [1702469336, "3429"], [1702469360, "3429"], [1702469387, "3429"], [1702469411, "3429"], [1702469435, "3429"], [1702469468, "3429"], [1702469504, "3429"], [1702469537, "3429"], [1702469573, "3429"], [1702469606, "3429"], [1702469633, "3429"], [1702469660, "3429"], [1702469684, "3429"], [1702469717, "3429"], [1702469753, "3429"], [1702469786, "3429"], [1702469816, "3429"], [1702469834, "3430"], [1702469864, "3430"], [1702469906, "3430"], [1702469936, "3430"], [1702469972, "3430"], [1702470005, "3430"], [1702470029, "3430"], [1702470065, "3430"], [1702470101, "3430"], [1702470131, "3430"], [1702470167, "3430"], [1702470203, "3430"], [1702470251, "3430"], [1702470278, "3430"], [1702470311, "3430"], [1702470347, "3430"], [1702470371, "3430"], [1702470404, "3430"], [1702470440, "3430"], [1702470476, "3430"], [1702470506, "3430"], [1702470542, "3430"], [1702470575, "3430"], [1702470611, "3430"], [1702470635, "3430"], [1702470662, "3430"], [1702470686, "3430"], [1702470719, "3430"], [1702470746, "3430"], [1702470812, "3430"], [1702470845, "3430"], [1702470875, "3430"], [1702470899, "3430"], [1702470953, "3430"], [1702470983, "3430"], [1702471025, "3430"], [1702471067, "3430"], [1702471169, "3431"], [1702471193, "3431"], [1702471226, "3431"], [1702471265, "3431"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "10723"], [1702462721, "10723"], [1702462736, "10723"], [1702462751, "10723"], [1702462763, "10723"], [1702462793, "10723"], [1702462808, "10723"], [1702462829, "10723"], [1702462844, "10723"], [1702462865, "10723"], [1702462880, "10723"], [1702462904, "10723"], [1702462919, "10723"], [1702462952, "10723"], [1702462973, "10723"], [1702462988, "10723"], [1702463045, "10724"], [1702463081, "10724"], [1702463114, "10724"], [1702463150, "10724"], [1702463186, "10724"], [1702463216, "10724"], [1702463240, "10724"], [1702463273, "10724"], [1702463324, "10724"], [1702463354, "10724"], [1702463381, "10724"], [1702463417, "10724"], [1702463453, "10724"], [1702463477, "10724"], [1702463510, "10725"], [1702463537, "10725"], [1702463570, "10725"], [1702463591, "10725"], [1702463621, "10725"], [1702463657, "10725"], [1702463693, "10725"], [1702463729, "10725"], [1702463765, "10725"], [1702463798, "10725"], [1702463846, "10725"], [1702463873, "10725"], [1702463906, "10725"], [1702463948, "10725"], [1702463984, "10725"], [1702464014, "10725"], [1702464050, "10726"], [1702464086, "10726"], [1702464122, "10726"], [1702464155, "10726"], [1702464194, "10726"], [1702464230, "10726"], [1702464263, "10726"], [1702464299, "10726"], [1702464332, "10726"], [1702464356, "10726"], [1702464392, "10726"], [1702464425, "10726"], [1702464455, "10726"], [1702464479, "10726"], [1702464509, "10726"], [1702464533, "10726"], [1702464569, "10727"], [1702464605, "10727"], [1702464635, "10727"], [1702464671, "10727"], [1702464716, "10727"], [1702464743, "10727"], [1702464776, "10727"], [1702464812, "10727"], [1702464836, "10727"], [1702464869, "10727"], [1702464905, "10727"], [1702464926, "10727"], [1702464956, "10727"], [1702464992, "10727"], [1702465016, "10727"], [1702465049, "10727"], [1702465085, "10727"], [1702465118, "10728"], [1702465145, "10728"], [1702465178, "10728"], [1702465208, "10728"], [1702465241, "10728"], [1702465298, "10728"], [1702465334, "10728"], [1702465367, "10728"], [1702465394, "10728"], [1702465418, "10728"], [1702465445, "10728"], [1702465481, "10728"], [1702465517, "10728"], [1702465550, "10728"], [1702465586, "10728"], [1702465619, "10728"], [1702465658, "10729"], [1702465706, "10729"], [1702465754, "10729"], [1702465787, "10729"], [1702465823, "10729"], [1702465856, "10729"], [1702465880, "10729"], [1702465910, "10729"], [1702465952, "10729"], [1702465988, "10729"], [1702466015, "10729"], [1702466030, "10729"], [1702466060, "10729"], [1702466078, "10729"], [1702466138, "10729"], [1702466168, "10729"], [1702466204, "10730"], [1702466237, "10730"], [1702466261, "10730"], [1702466291, "10730"], [1702466327, "10730"], [1702466360, "10730"], [1702466384, "10730"], [1702466417, "10730"], [1702466441, "10730"], [1702466471, "10730"], [1702466507, "10730"], [1702466540, "10730"], [1702466597, "10730"], [1702466633, "10730"], [1702466666, "10730"], [1702466705, "10730"], [1702466732, "10731"], [1702466765, "10731"], [1702466801, "10731"], [1702466852, "10731"], [1702466876, "10731"], [1702466918, "10731"], [1702466978, "10731"], [1702467014, "10731"], [1702467038, "10731"], [1702467068, "10731"], [1702467122, "10731"], [1702467158, "10731"], [1702467191, "10731"], [1702467221, "10731"], [1702467257, "10732"], [1702467299, "10732"], [1702467350, "10732"], [1702467386, "10732"], [1702467419, "10732"], [1702467455, "10732"], [1702467515, "10732"], [1702467542, "10732"], [1702467566, "10732"], [1702467599, "10732"], [1702467635, "10732"], [1702467668, "10732"], [1702467695, "10733"], [1702467716, "10733"], [1702467746, "10733"], [1702467800, "10733"], [1702467824, "10733"], [1702467908, "10733"], [1702467944, "10733"], [1702467968, "10733"], [1702468001, "10733"], [1702468031, "10733"], [1702468067, "10733"], [1702468085, "10733"], [1702468115, "10733"], [1702468151, "10734"], [1702468181, "10734"], [1702468208, "10734"], [1702468241, "10734"], [1702468256, "10734"], [1702468286, "10734"], [1702468322, "10734"], [1702468352, "10734"], [1702468388, "10734"], [1702468424, "10734"], [1702468457, "10734"], [1702468493, "10734"], [1702468517, "10734"], [1702468550, "10735"], [1702468586, "10735"], [1702468613, "10735"], [1702468637, "10735"], [1702468679, "10735"], [1702468721, "10735"], [1702468730, "10735"], [1702468766, "10735"], [1702468799, "10735"], [1702468835, "10735"], [1702468898, "10735"], [1702468934, "10736"], [1702468970, "10736"], [1702468994, "10736"], [1702469024, "10736"], [1702469060, "10736"], [1702469111, "10736"], [1702469144, "10736"], [1702469168, "10736"], [1702469204, "10736"], [1702469237, "10736"], [1702469273, "10736"], [1702469303, "10737"], [1702469336, "10737"], [1702469360, "10737"], [1702469387, "10737"], [1702469411, "10737"], [1702469435, "10737"], [1702469468, "10737"], [1702469504, "10737"], [1702469537, "10737"], [1702469573, "10737"], [1702469606, "10737"], [1702469633, "10737"], [1702469660, "10737"], [1702469684, "10737"], [1702469717, "10737"], [1702469753, "10738"], [1702469786, "10738"], [1702469816, "10738"], [1702469834, "10738"], [1702469864, "10738"], [1702469906, "10738"], [1702469936, "10738"], [1702469972, "10738"], [1702470005, "10738"], [1702470029, "10738"], [1702470065, "10738"], [1702470101, "10738"], [1702470131, "10738"], [1702470167, "10738"], [1702470203, "10739"], [1702470251, "10739"], [1702470278, "10739"], [1702470311, "10739"], [1702470347, "10739"], [1702470371, "10739"], [1702470404, "10739"], [1702470440, "10739"], [1702470476, "10739"], [1702470506, "10739"], [1702470542, "10739"], [1702470575, "10739"], [1702470611, "10739"], [1702470635, "10739"], [1702470662, "10740"], [1702470686, "10740"], [1702470719, "10740"], [1702470746, "10740"], [1702470812, "10740"], [1702470845, "10740"], [1702470875, "10740"], [1702470899, "10740"], [1702470953, "10740"], [1702470983, "10740"], [1702471025, "10740"], [1702471067, "10740"], [1702471169, "10740"], [1702471193, "10741"], [1702471226, "10741"], [1702471265, "10741"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "2"], [1702462880, "2"], [1702462904, "2"], [1702462919, "2"], [1702462952, "2"], [1702462973, "2"], [1702462988, "2"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "3"], [1702463186, "3"], [1702463216, "4"], [1702463240, "4"], [1702463273, "4"], [1702463324, "4"], [1702463354, "4"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "5"], [1702463537, "5"], [1702463570, "6"], [1702463591, "6"], [1702463621, "6"], [1702463657, "6"], [1702463693, "6"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "8"], [1702463948, "8"], [1702463984, "8"], [1702464014, "8"], [1702464050, "8"], [1702464086, "9"], [1702464122, "9"], [1702464155, "9"], [1702464194, "9"], [1702464230, "10"], [1702464263, "10"], [1702464299, "10"], [1702464332, "10"], [1702464356, "10"], [1702464392, "11"], [1702464425, "11"], [1702464455, "11"], [1702464479, "11"], [1702464509, "11"], [1702464533, "11"], [1702464569, "12"], [1702464605, "12"], [1702464635, "12"], [1702464671, "12"], [1702464716, "13"], [1702464743, "13"], [1702464776, "13"], [1702464812, "13"], [1702464836, "13"], [1702464869, "14"], [1702464905, "14"], [1702464926, "14"], [1702464956, "14"], [1702464992, "14"], [1702465016, "14"], [1702465049, "15"], [1702465085, "15"], [1702465118, "15"], [1702465145, "15"], [1702465178, "15"], [1702465208, "15"], [1702465241, "16"], [1702465298, "16"], [1702465334, "16"], [1702465367, "17"], [1702465394, "17"], [1702465418, "17"], [1702465445, "17"], [1702465481, "17"], [1702465517, "17"], [1702465550, "18"], [1702465586, "18"], [1702465619, "18"], [1702465658, "18"], [1702465706, "18"], [1702465754, "19"], [1702465787, "19"], [1702465823, "19"], [1702465856, "19"], [1702465880, "19"], [1702465910, "20"], [1702465952, "20"], [1702465988, "20"], [1702466015, "20"], [1702466030, "20"], [1702466060, "20"], [1702466078, "21"], [1702466138, "21"], [1702466168, "21"], [1702466204, "21"], [1702466237, "21"], [1702466261, "22"], [1702466291, "22"], [1702466327, "22"], [1702466360, "22"], [1702466384, "22"], [1702466417, "23"], [1702466441, "23"], [1702466471, "23"], [1702466507, "23"], [1702466540, "23"], [1702466597, "24"], [1702466633, "24"], [1702466666, "24"], [1702466705, "24"], [1702466732, "25"], [1702466765, "25"], [1702466801, "25"], [1702466852, "25"], [1702466876, "25"], [1702466918, "26"], [1702466978, "26"], [1702467014, "26"], [1702467038, "26"], [1702467068, "27"], [1702467122, "27"], [1702467158, "27"], [1702467191, "27"], [1702467221, "27"], [1702467257, "28"], [1702467299, "28"], [1702467350, "28"], [1702467386, "28"], [1702467419, "29"], [1702467455, "29"], [1702467515, "30"], [1702467542, "30"], [1702467566, "30"], [1702467599, "30"], [1702467635, "31"], [1702467668, "31"], [1702467695, "31"], [1702467716, "31"], [1702467746, "31"], [1702467800, "32"], [1702467824, "32"], [1702467908, "33"], [1702467944, "33"], [1702467968, "33"], [1702468001, "34"], [1702468031, "34"], [1702468067, "34"], [1702468085, "34"], [1702468115, "34"], [1702468151, "35"], [1702468181, "35"], [1702468208, "35"], [1702468241, "35"], [1702468256, "36"], [1702468286, "36"], [1702468322, "36"], [1702468352, "36"], [1702468388, "37"], [1702468424, "37"], [1702468457, "37"], [1702468493, "37"], [1702468517, "38"], [1702468550, "38"], [1702468586, "38"], [1702468613, "39"], [1702468637, "39"], [1702468679, "39"], [1702468721, "39"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "351"], [1702462721, "351"], [1702462736, "351"], [1702462751, "351"], [1702462763, "351"], [1702462793, "351"], [1702462808, "351"], [1702462829, "351"], [1702462844, "351"], [1702462865, "351"], [1702462880, "351"], [1702462904, "351"], [1702462919, "351"], [1702462952, "351"], [1702462973, "351"], [1702462988, "351"], [1702463045, "351"], [1702463081, "351"], [1702463114, "351"], [1702463150, "351"], [1702463186, "351"], [1702463216, "351"], [1702463240, "351"], [1702463273, "351"], [1702463324, "351"], [1702463354, "351"], [1702463381, "351"], [1702463417, "351"], [1702463453, "351"], [1702463477, "351"], [1702463510, "351"], [1702463537, "351"], [1702463570, "351"], [1702463591, "351"], [1702463621, "351"], [1702463657, "351"], [1702463693, "351"], [1702463729, "351"], [1702463765, "351"], [1702463798, "351"], [1702463846, "351"], [1702463873, "351"], [1702463906, "351"], [1702463948, "351"], [1702463984, "351"], [1702464014, "351"], [1702464050, "351"], [1702464086, "351"], [1702464122, "351"], [1702464155, "351"], [1702464194, "351"], [1702464230, "351"], [1702464263, "351"], [1702464299, "351"], [1702464332, "351"], [1702464356, "351"], [1702464392, "351"], [1702464425, "351"], [1702464455, "351"], [1702464479, "351"], [1702464509, "351"], [1702464533, "351"], [1702464569, "351"], [1702464605, "351"], [1702464635, "351"], [1702464671, "351"], [1702464716, "351"], [1702464743, "351"], [1702464776, "351"], [1702464812, "351"], [1702464836, "351"], [1702464869, "351"], [1702464905, "351"], [1702464926, "351"], [1702464956, "351"], [1702464992, "351"], [1702465016, "351"], [1702465049, "351"], [1702465085, "351"], [1702465118, "351"], [1702465145, "351"], [1702465178, "351"], [1702465208, "351"], [1702465241, "351"], [1702465298, "351"], [1702465334, "351"], [1702465367, "351"], [1702465394, "351"], [1702465418, "351"], [1702465445, "351"], [1702465481, "351"], [1702465517, "351"], [1702465550, "351"], [1702465586, "351"], [1702465619, "351"], [1702465658, "351"], [1702465706, "351"], [1702465754, "351"], [1702465787, "351"], [1702465823, "351"], [1702465856, "351"], [1702465880, "351"], [1702465910, "351"], [1702465952, "351"], [1702465988, "351"], [1702466015, "351"], [1702466030, "351"], [1702466060, "351"], [1702466078, "351"], [1702466138, "351"], [1702466168, "351"], [1702466204, "351"], [1702466237, "351"], [1702466261, "351"], [1702466291, "351"], [1702466327, "351"], [1702466360, "351"], [1702466384, "351"], [1702466417, "351"], [1702466441, "351"], [1702466471, "351"], [1702466507, "351"], [1702466540, "351"], [1702466597, "351"], [1702466633, "351"], [1702466666, "351"], [1702466705, "351"], [1702466732, "351"], [1702466765, "351"], [1702466801, "351"], [1702466852, "351"], [1702466876, "351"], [1702466918, "351"], [1702466978, "351"], [1702467014, "351"], [1702467038, "351"], [1702467068, "351"], [1702467122, "351"], [1702467158, "351"], [1702467191, "351"], [1702467221, "351"], [1702467257, "351"], [1702467299, "351"], [1702467350, "351"], [1702467386, "351"], [1702467419, "351"], [1702467455, "351"], [1702467515, "351"], [1702467542, "351"], [1702467566, "351"], [1702467599, "351"], [1702467635, "351"], [1702467668, "351"], [1702467695, "351"], [1702467716, "351"], [1702467746, "351"], [1702467800, "351"], [1702467824, "351"], [1702467908, "351"], [1702467944, "351"], [1702467968, "351"], [1702468001, "351"], [1702468031, "351"], [1702468067, "351"], [1702468085, "351"], [1702468115, "351"], [1702468151, "351"], [1702468181, "351"], [1702468208, "351"], [1702468241, "351"], [1702468256, "351"], [1702468286, "351"], [1702468322, "351"], [1702468352, "351"], [1702468388, "351"], [1702468424, "351"], [1702468457, "351"], [1702468493, "351"], [1702468517, "351"], [1702468550, "351"], [1702468586, "351"], [1702468613, "351"], [1702468637, "351"], [1702468679, "351"], [1702468721, "351"], [1702468730, "351"], [1702468766, "351"], [1702468799, "351"], [1702468835, "351"], [1702468898, "351"], [1702468934, "351"], [1702468970, "351"], [1702468994, "351"], [1702469024, "351"], [1702469060, "351"], [1702469111, "351"], [1702469144, "351"], [1702469168, "351"], [1702469204, "351"], [1702469237, "351"], [1702469273, "351"], [1702469303, "351"], [1702469336, "351"], [1702469360, "351"], [1702469387, "351"], [1702469411, "351"], [1702469435, "351"], [1702469468, "351"], [1702469504, "352"], [1702469537, "352"], [1702469573, "352"], [1702469606, "352"], [1702469633, "352"], [1702469660, "352"], [1702469684, "352"], [1702469717, "352"], [1702469753, "352"], [1702469786, "352"], [1702469816, "352"], [1702469834, "352"], [1702469864, "352"], [1702469906, "352"], [1702469936, "352"], [1702469972, "352"], [1702470005, "352"], [1702470029, "352"], [1702470065, "352"], [1702470101, "352"], [1702470131, "352"], [1702470167, "352"], [1702470203, "352"], [1702470251, "352"], [1702470278, "352"], [1702470311, "352"], [1702470347, "352"], [1702470371, "352"], [1702470404, "352"], [1702470440, "352"], [1702470476, "352"], [1702470506, "352"], [1702470542, "352"], [1702470575, "352"], [1702470611, "352"], [1702470635, "352"], [1702470662, "352"], [1702470686, "352"], [1702470719, "352"], [1702470746, "352"], [1702470812, "352"], [1702470845, "352"], [1702470875, "352"], [1702470899, "352"], [1702470953, "352"], [1702470983, "352"], [1702471025, "352"], [1702471067, "352"], [1702471169, "352"], [1702471193, "352"], [1702471226, "352"], [1702471265, "352"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "229069"], [1702462721, "229070"], [1702462736, "229071"], [1702462751, "229072"], [1702462763, "229073"], [1702462793, "229074"], [1702462808, "229075"], [1702462829, "229076"], [1702462844, "229077"], [1702462865, "229077"], [1702462880, "229078"], [1702462904, "229080"], [1702462919, "229080"], [1702462952, "229082"], [1702462973, "229082"], [1702462988, "229083"], [1702463045, "229086"], [1702463081, "229089"], [1702463114, "229090"], [1702463150, "229093"], [1702463186, "229095"], [1702463216, "229097"], [1702463240, "229098"], [1702463273, "229100"], [1702463324, "229103"], [1702463354, "229104"], [1702463381, "229105"], [1702463417, "229107"], [1702463453, "229109"], [1702463477, "229111"], [1702463510, "229111"], [1702463537, "229114"], [1702463570, "229114"], [1702463591, "229116"], [1702463621, "229117"], [1702463657, "229119"], [1702463693, "229120"], [1702463729, "229122"], [1702463765, "229124"], [1702463798, "229127"], [1702463846, "229129"], [1702463873, "229131"], [1702463906, "229132"], [1702463948, "229135"], [1702463984, "229136"], [1702464014, "229138"], [1702464050, "229140"], [1702464086, "229141"], [1702464122, "229144"], [1702464155, "229145"], [1702464194, "229147"], [1702464230, "229149"], [1702464263, "229151"], [1702464299, "229153"], [1702464332, "229155"], [1702464356, "229156"], [1702464392, "229158"], [1702464425, "229160"], [1702464455, "229161"], [1702464479, "229163"], [1702464509, "229164"], [1702464533, "229166"], [1702464569, "229167"], [1702464605, "229169"], [1702464635, "229171"], [1702464671, "229172"], [1702464716, "229174"], [1702464743, "229176"], [1702464776, "229178"], [1702464812, "229179"], [1702464836, "229181"], [1702464869, "229183"], [1702464905, "229184"], [1702464926, "229186"], [1702464956, "229187"], [1702464992, "229189"], [1702465016, "229191"], [1702465049, "229192"], [1702465085, "229194"], [1702465118, "229195"], [1702465145, "229197"], [1702465178, "229198"], [1702465208, "229199"], [1702465241, "229201"], [1702465298, "229204"], [1702465334, "229206"], [1702465367, "229209"], [1702465394, "229209"], [1702465418, "229211"], [1702465445, "229212"], [1702465481, "229214"], [1702465517, "229216"], [1702465550, "229218"], [1702465586, "229220"], [1702465619, "229221"], [1702465658, "229223"], [1702465706, "229225"], [1702465754, "229228"], [1702465787, "229230"], [1702465823, "229231"], [1702465856, "229233"], [1702465880, "229234"], [1702465910, "229236"], [1702465952, "229237"], [1702465988, "229238"], [1702466015, "229241"], [1702466030, "229242"], [1702466060, "229242"], [1702466078, "229244"], [1702466138, "229246"], [1702466168, "229247"], [1702466204, "229250"], [1702466237, "229252"], [1702466261, "229253"], [1702466291, "229255"], [1702466327, "229256"], [1702466360, "229258"], [1702466384, "229260"], [1702466417, "229262"], [1702466441, "229263"], [1702466471, "229265"], [1702466507, "229268"], [1702466540, "229269"], [1702466597, "229272"], [1702466633, "229273"], [1702466666, "229275"], [1702466705, "229276"], [1702466732, "229278"], [1702466765, "229280"], [1702466801, "229282"], [1702466852, "229285"], [1702466876, "229286"], [1702466918, "229288"], [1702466978, "229291"], [1702467014, "229292"], [1702467038, "229294"], [1702467068, "229296"], [1702467122, "229298"], [1702467158, "229300"], [1702467191, "229302"], [1702467221, "229303"], [1702467257, "229305"], [1702467299, "229307"], [1702467350, "229310"], [1702467386, "229312"], [1702467419, "229314"], [1702467455, "229318"], [1702467515, "229323"], [1702467542, "229325"], [1702467566, "229328"], [1702467599, "229330"], [1702467635, "229333"], [1702467668, "229334"], [1702467695, "229336"], [1702467716, "229338"], [1702467746, "229338"], [1702467800, "229342"], [1702467824, "229345"], [1702467908, "229353"], [1702467944, "229355"], [1702467968, "229358"], [1702468001, "229360"], [1702468031, "229361"], [1702468067, "229363"], [1702468085, "229365"], [1702468115, "229366"], [1702468151, "229368"], [1702468181, "229370"], [1702468208, "229373"], [1702468241, "229376"], [1702468256, "229380"], [1702468286, "229381"], [1702468322, "229383"], [1702468352, "229386"], [1702468388, "229388"], [1702468424, "229390"], [1702468457, "229391"], [1702468493, "229394"], [1702468517, "229396"], [1702468550, "229399"], [1702468586, "229403"], [1702468613, "229406"], [1702468637, "229407"], [1702468679, "229412"], [1702468721, "229415"], [1702468730, "229415"], [1702468766, "229418"], [1702468799, "229419"], [1702468835, "229421"], [1702468898, "229424"], [1702468934, "229429"], [1702468970, "229433"], [1702468994, "229436"], [1702469024, "229438"], [1702469060, "229441"], [1702469111, "229446"], [1702469144, "229447"], [1702469168, "229448"], [1702469204, "229450"], [1702469237, "229452"], [1702469273, "229454"], [1702469303, "229457"], [1702469336, "229460"], [1702469360, "229464"], [1702469387, "229466"], [1702469411, "229467"], [1702469435, "229469"], [1702469468, "229471"], [1702469504, "229473"], [1702469537, "229475"], [1702469573, "229477"], [1702469606, "229478"], [1702469633, "229480"], [1702469660, "229482"], [1702469684, "229484"], [1702469717, "229486"], [1702469753, "229488"], [1702469786, "229491"], [1702469816, "229493"], [1702469834, "229495"], [1702469864, "229496"], [1702469906, "229500"], [1702469936, "229502"], [1702469972, "229503"], [1702470005, "229506"], [1702470029, "229506"], [1702470065, "229508"], [1702470101, "229511"], [1702470131, "229513"], [1702470167, "229516"], [1702470203, "229519"], [1702470251, "229522"], [1702470278, "229525"], [1702470311, "229528"], [1702470347, "229529"], [1702470371, "229531"], [1702470404, "229533"], [1702470440, "229534"], [1702470476, "229536"], [1702470506, "229538"], [1702470542, "229540"], [1702470575, "229543"], [1702470611, "229546"], [1702470635, "229548"], [1702470662, "229550"], [1702470686, "229553"], [1702470719, "229555"], [1702470746, "229556"], [1702470812, "229560"], [1702470845, "229562"], [1702470875, "229563"], [1702470899, "229565"], [1702470953, "229567"], [1702470983, "229569"], [1702471025, "229571"], [1702471067, "229573"], [1702471169, "229578"], [1702471193, "229579"], [1702471226, "229581"], [1702471265, "229583"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "331"], [1702462721, "331"], [1702462736, "332"], [1702462751, "332"], [1702462763, "332"], [1702462793, "332"], [1702462808, "332"], [1702462829, "332"], [1702462844, "332"], [1702462865, "332"], [1702462880, "332"], [1702462904, "332"], [1702462919, "332"], [1702462952, "332"], [1702462973, "332"], [1702462988, "332"], [1702463045, "333"], [1702463081, "333"], [1702463114, "333"], [1702463150, "333"], [1702463186, "333"], [1702463216, "333"], [1702463240, "333"], [1702463273, "334"], [1702463324, "334"], [1702463354, "334"], [1702463381, "334"], [1702463417, "334"], [1702463453, "334"], [1702463477, "334"], [1702463510, "334"], [1702463537, "335"], [1702463570, "335"], [1702463591, "335"], [1702463621, "335"], [1702463657, "335"], [1702463693, "335"], [1702463729, "335"], [1702463765, "335"], [1702463798, "335"], [1702463846, "336"], [1702463873, "336"], [1702463906, "336"], [1702463948, "336"], [1702463984, "336"], [1702464014, "336"], [1702464050, "336"], [1702464086, "336"], [1702464122, "337"], [1702464155, "337"], [1702464194, "337"], [1702464230, "337"], [1702464263, "337"], [1702464299, "337"], [1702464332, "337"], [1702464356, "337"], [1702464392, "338"], [1702464425, "338"], [1702464455, "338"], [1702464479, "338"], [1702464509, "338"], [1702464533, "338"], [1702464569, "338"], [1702464605, "338"], [1702464635, "339"], [1702464671, "339"], [1702464716, "339"], [1702464743, "339"], [1702464776, "339"], [1702464812, "339"], [1702464836, "339"], [1702464869, "339"], [1702464905, "339"], [1702464926, "339"], [1702464956, "340"], [1702464992, "340"], [1702465016, "340"], [1702465049, "340"], [1702465085, "340"], [1702465118, "340"], [1702465145, "340"], [1702465178, "340"], [1702465208, "340"], [1702465241, "341"], [1702465298, "341"], [1702465334, "341"], [1702465367, "341"], [1702465394, "341"], [1702465418, "341"], [1702465445, "341"], [1702465481, "341"], [1702465517, "342"], [1702465550, "342"], [1702465586, "342"], [1702465619, "342"], [1702465658, "342"], [1702465706, "342"], [1702465754, "342"], [1702465787, "342"], [1702465823, "343"], [1702465856, "343"], [1702465880, "343"], [1702465910, "343"], [1702465952, "343"], [1702465988, "343"], [1702466015, "343"], [1702466030, "343"], [1702466060, "343"], [1702466078, "343"], [1702466138, "344"], [1702466168, "344"], [1702466204, "344"], [1702466237, "344"], [1702466261, "344"], [1702466291, "344"], [1702466327, "344"], [1702466360, "344"], [1702466384, "344"], [1702466417, "345"], [1702466441, "345"], [1702466471, "345"], [1702466507, "345"], [1702466540, "345"], [1702466597, "345"], [1702466633, "345"], [1702466666, "346"], [1702466705, "346"], [1702466732, "346"], [1702466765, "346"], [1702466801, "346"], [1702466852, "346"], [1702466876, "346"], [1702466918, "346"], [1702466978, "347"], [1702467014, "347"], [1702467038, "347"], [1702467068, "347"], [1702467122, "347"], [1702467158, "347"], [1702467191, "347"], [1702467221, "347"], [1702467257, "347"], [1702467299, "348"], [1702467350, "348"], [1702467386, "348"], [1702467419, "348"], [1702467455, "348"], [1702467515, "349"], [1702467542, "349"], [1702467566, "349"], [1702467599, "349"], [1702467635, "349"], [1702467668, "349"], [1702467695, "349"], [1702467716, "350"], [1702467746, "350"], [1702467800, "350"], [1702467824, "350"], [1702467908, "351"], [1702467944, "351"], [1702467968, "351"], [1702468001, "351"], [1702468031, "351"], [1702468067, "351"], [1702468085, "351"], [1702468115, "352"], [1702468151, "352"], [1702468181, "352"], [1702468208, "352"], [1702468241, "352"], [1702468256, "352"], [1702468286, "353"], [1702468322, "353"], [1702468352, "353"], [1702468388, "353"], [1702468424, "353"], [1702468457, "353"], [1702468493, "353"], [1702468517, "354"], [1702468550, "354"], [1702468586, "354"], [1702468613, "354"], [1702468637, "354"], [1702468679, "355"], [1702468721, "355"], [1702468730, "355"], [1702468766, "355"], [1702468799, "355"], [1702468835, "355"], [1702468898, "355"], [1702468934, "356"], [1702468970, "356"], [1702468994, "356"], [1702469024, "356"], [1702469060, "356"], [1702469111, "357"], [1702469144, "357"], [1702469168, "357"], [1702469204, "357"], [1702469237, "357"], [1702469273, "357"], [1702469303, "358"], [1702469336, "358"], [1702469360, "358"], [1702469387, "358"], [1702469411, "358"], [1702469435, "358"], [1702469468, "358"], [1702469504, "359"], [1702469537, "359"], [1702469573, "359"], [1702469606, "359"], [1702469633, "359"], [1702469660, "359"], [1702469684, "359"], [1702469717, "359"], [1702469753, "360"], [1702469786, "360"], [1702469816, "360"], [1702469834, "360"], [1702469864, "360"], [1702469906, "360"], [1702469936, "360"], [1702469972, "361"], [1702470005, "361"], [1702470029, "361"], [1702470065, "361"], [1702470101, "361"], [1702470131, "361"], [1702470167, "361"], [1702470203, "362"], [1702470251, "362"], [1702470278, "362"], [1702470311, "362"], [1702470347, "362"], [1702470371, "362"], [1702470404, "363"], [1702470440, "363"], [1702470476, "363"], [1702470506, "363"], [1702470542, "363"], [1702470575, "363"], [1702470611, "363"], [1702470635, "364"], [1702470662, "364"], [1702470686, "364"], [1702470719, "364"], [1702470746, "364"], [1702470812, "364"], [1702470845, "364"], [1702470875, "365"], [1702470899, "365"], [1702470953, "365"], [1702470983, "365"], [1702471025, "365"], [1702471067, "365"], [1702471169, "366"], [1702471193, "366"], [1702471226, "366"], [1702471265, "366"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "2"], [1702467014, "2"], [1702467038, "2"], [1702467068, "2"], [1702467122, "2"], [1702467158, "2"], [1702467191, "2"], [1702467221, "2"], [1702467257, "2"], [1702467299, "2"], [1702467350, "2"], [1702467386, "2"], [1702467419, "2"], [1702467455, "2"], [1702467515, "2"], [1702467542, "2"], [1702467566, "2"], [1702467599, "2"], [1702467635, "2"], [1702467668, "2"], [1702467695, "2"], [1702467716, "2"], [1702467746, "2"], [1702467800, "2"], [1702467824, "2"], [1702467908, "2"], [1702467944, "2"], [1702467968, "2"], [1702468001, "2"], [1702468031, "2"], [1702468067, "2"], [1702468085, "2"], [1702468115, "2"], [1702468151, "2"], [1702468181, "2"], [1702468208, "2"], [1702468241, "2"], [1702468256, "2"], [1702468286, "2"], [1702468322, "2"], [1702468352, "2"], [1702468388, "2"], [1702468424, "2"], [1702468457, "2"], [1702468493, "2"], [1702468517, "2"], [1702468550, "2"], [1702468586, "2"], [1702468613, "2"], [1702468637, "3"], [1702468679, "3"], [1702468721, "3"], [1702468730, "3"], [1702468766, "3"], [1702468799, "3"], [1702468835, "3"], [1702468898, "3"], [1702468934, "3"], [1702468970, "3"], [1702468994, "3"], [1702469024, "3"], [1702469060, "3"], [1702469111, "3"], [1702469144, "3"], [1702469168, "3"], [1702469204, "3"], [1702469237, "3"], [1702469273, "3"], [1702469303, "3"], [1702469336, "3"], [1702469360, "3"], [1702469387, "3"], [1702469411, "3"], [1702469435, "3"], [1702469468, "3"], [1702469504, "3"], [1702469537, "3"], [1702469573, "3"], [1702469606, "3"], [1702469633, "3"], [1702469660, "3"], [1702469684, "3"], [1702469717, "3"], [1702469753, "3"], [1702469786, "3"], [1702469816, "3"], [1702469834, "3"], [1702469864, "3"], [1702469906, "3"], [1702469936, "3"], [1702469972, "3"], [1702470005, "3"], [1702470029, "3"], [1702470065, "3"], [1702470101, "3"], [1702470131, "3"], [1702470167, "3"], [1702470203, "3"], [1702470251, "3"], [1702470278, "4"], [1702470311, "4"], [1702470347, "4"], [1702470371, "4"], [1702470404, "4"], [1702470440, "4"], [1702470476, "4"], [1702470506, "4"], [1702470542, "4"], [1702470575, "4"], [1702470611, "4"], [1702470635, "4"], [1702470662, "4"], [1702470686, "4"], [1702470719, "4"], [1702470746, "4"], [1702470812, "4"], [1702470845, "4"], [1702470875, "4"], [1702470899, "4"], [1702470953, "4"], [1702470983, "4"], [1702471025, "4"], [1702471067, "4"], [1702471169, "4"], [1702471193, "4"], [1702471226, "4"], [1702471265, "4"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "408855"], [1702462721, "408855"], [1702462736, "408859"], [1702462751, "408860"], [1702462763, "408861"], [1702462793, "408864"], [1702462808, "408865"], [1702462829, "408866"], [1702462844, "408868"], [1702462865, "408870"], [1702462880, "408872"], [1702462904, "408874"], [1702462919, "408875"], [1702462952, "408879"], [1702462973, "408880"], [1702462988, "408881"], [1702463045, "408886"], [1702463081, "408889"], [1702463114, "408892"], [1702463150, "408897"], [1702463186, "408899"], [1702463216, "408902"], [1702463240, "408905"], [1702463273, "408907"], [1702463324, "408912"], [1702463354, "408915"], [1702463381, "408918"], [1702463417, "408920"], [1702463453, "408924"], [1702463477, "408926"], [1702463510, "408929"], [1702463537, "408932"], [1702463570, "408933"], [1702463591, "408935"], [1702463621, "408938"], [1702463657, "408942"], [1702463693, "408946"], [1702463729, "408949"], [1702463765, "408952"], [1702463798, "408955"], [1702463846, "408958"], [1702463873, "408961"], [1702463906, "408964"], [1702463948, "408969"], [1702463984, "408972"], [1702464014, "408974"], [1702464050, "408976"], [1702464086, "408981"], [1702464122, "408984"], [1702464155, "408988"], [1702464194, "408990"], [1702464230, "408993"], [1702464263, "408998"], [1702464299, "409001"], [1702464332, "409006"], [1702464356, "409008"], [1702464392, "409010"], [1702464425, "409013"], [1702464455, "409016"], [1702464479, "409019"], [1702464509, "409021"], [1702464533, "409025"], [1702464569, "409027"], [1702464605, "409030"], [1702464635, "409033"], [1702464671, "409036"], [1702464716, "409039"], [1702464743, "409041"], [1702464776, "409044"], [1702464812, "409048"], [1702464836, "409052"], [1702464869, "409053"], [1702464905, "409057"], [1702464926, "409059"], [1702464956, "409061"], [1702464992, "409064"], [1702465016, "409067"], [1702465049, "409069"], [1702465085, "409072"], [1702465118, "409075"], [1702465145, "409078"], [1702465178, "409080"], [1702465208, "409083"], [1702465241, "409085"], [1702465298, "409091"], [1702465334, "409093"], [1702465367, "409098"], [1702465394, "409101"], [1702465418, "409103"], [1702465445, "409108"], [1702465481, "409111"], [1702465517, "409114"], [1702465550, "409117"], [1702465586, "409120"], [1702465619, "409123"], [1702465658, "409127"], [1702465706, "409129"], [1702465754, "409135"], [1702465787, "409137"], [1702465823, "409140"], [1702465856, "409143"], [1702465880, "409145"], [1702465910, "409147"], [1702465952, "409150"], [1702465988, "409154"], [1702466015, "409156"], [1702466030, "409159"], [1702466060, "409160"], [1702466078, "409163"], [1702466138, "409167"], [1702466168, "409169"], [1702466204, "409173"], [1702466237, "409175"], [1702466261, "409178"], [1702466291, "409181"], [1702466327, "409183"], [1702466360, "409188"], [1702466384, "409189"], [1702466417, "409192"], [1702466441, "409195"], [1702466471, "409198"], [1702466507, "409202"], [1702466540, "409204"], [1702466597, "409209"], [1702466633, "409214"], [1702466666, "409216"], [1702466705, "409219"], [1702466732, "409221"], [1702466765, "409225"], [1702466801, "409228"], [1702466852, "409232"], [1702466876, "409234"], [1702466918, "409237"], [1702466978, "409243"], [1702467014, "409247"], [1702467038, "409250"], [1702467068, "409252"], [1702467122, "409257"], [1702467158, "409258"], [1702467191, "409263"], [1702467221, "409266"], [1702467257, "409269"], [1702467299, "409273"], [1702467350, "409276"], [1702467386, "409282"], [1702467419, "409285"], [1702467455, "409290"], [1702467515, "409299"], [1702467542, "409303"], [1702467566, "409307"], [1702467599, "409312"], [1702467635, "409315"], [1702467668, "409319"], [1702467695, "409320"], [1702467716, "409324"], [1702467746, "409327"], [1702467800, "409332"], [1702467824, "409339"], [1702467908, "409351"], [1702467944, "409355"], [1702467968, "409358"], [1702468001, "409360"], [1702468031, "409364"], [1702468067, "409367"], [1702468085, "409369"], [1702468115, "409372"], [1702468151, "409377"], [1702468181, "409382"], [1702468208, "409384"], [1702468241, "409392"], [1702468256, "409394"], [1702468286, "409398"], [1702468322, "409402"], [1702468352, "409406"], [1702468388, "409409"], [1702468424, "409413"], [1702468457, "409417"], [1702468493, "409422"], [1702468517, "409425"], [1702468550, "409429"], [1702468586, "409436"], [1702468613, "409439"], [1702468637, "409444"], [1702468679, "409449"], [1702468721, "409454"], [1702468730, "409458"], [1702468766, "409462"], [1702468799, "409465"], [1702468835, "409468"], [1702468898, "409473"], [1702468934, "409482"], [1702468970, "409487"], [1702468994, "409493"], [1702469024, "409496"], [1702469060, "409501"], [1702469111, "409506"], [1702469144, "409511"], [1702469168, "409512"], [1702469204, "409516"], [1702469237, "409518"], [1702469273, "409524"], [1702469303, "409528"], [1702469336, "409535"], [1702469360, "409539"], [1702469387, "409544"], [1702469411, "409546"], [1702469435, "409550"], [1702469468, "409553"], [1702469504, "409556"], [1702469537, "409558"], [1702469573, "409561"], [1702469606, "409565"], [1702469633, "409569"], [1702469660, "409573"], [1702469684, "409576"], [1702469717, "409580"], [1702469753, "409583"], [1702469786, "409587"], [1702469816, "409590"], [1702469834, "409594"], [1702469864, "409598"], [1702469906, "409603"], [1702469936, "409606"], [1702469972, "409609"], [1702470005, "409613"], [1702470029, "409614"], [1702470065, "409618"], [1702470101, "409621"], [1702470131, "409627"], [1702470167, "409632"], [1702470203, "409636"], [1702470251, "409642"], [1702470278, "409646"], [1702470311, "409650"], [1702470347, "409654"], [1702470371, "409656"], [1702470404, "409659"], [1702470440, "409662"], [1702470476, "409666"], [1702470506, "409669"], [1702470542, "409675"], [1702470575, "409678"], [1702470611, "409682"], [1702470635, "409688"], [1702470662, "409689"], [1702470686, "409694"], [1702470719, "409696"], [1702470746, "409699"], [1702470812, "409704"], [1702470845, "409708"], [1702470875, "409710"], [1702470899, "409714"], [1702470953, "409717"], [1702470983, "409720"], [1702471025, "409723"], [1702471067, "409727"], [1702471169, "409736"], [1702471193, "409739"], [1702471226, "409742"], [1702471265, "409744"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "7"], [1702462721, "7"], [1702462736, "7"], [1702462751, "7"], [1702462763, "7"], [1702462793, "7"], [1702462808, "7"], [1702462829, "7"], [1702462844, "7"], [1702462865, "7"], [1702462880, "7"], [1702462904, "7"], [1702462919, "7"], [1702462952, "7"], [1702462973, "7"], [1702462988, "7"], [1702463045, "7"], [1702463081, "7"], [1702463114, "7"], [1702463150, "7"], [1702463186, "7"], [1702463216, "7"], [1702463240, "7"], [1702463273, "7"], [1702463324, "7"], [1702463354, "7"], [1702463381, "7"], [1702463417, "7"], [1702463453, "7"], [1702463477, "7"], [1702463510, "7"], [1702463537, "7"], [1702463570, "7"], [1702463591, "7"], [1702463621, "7"], [1702463657, "7"], [1702463693, "7"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "7"], [1702463948, "7"], [1702463984, "7"], [1702464014, "7"], [1702464050, "7"], [1702464086, "7"], [1702464122, "7"], [1702464155, "7"], [1702464194, "7"], [1702464230, "7"], [1702464263, "7"], [1702464299, "7"], [1702464332, "7"], [1702464356, "7"], [1702464392, "7"], [1702464425, "7"], [1702464455, "7"], [1702464479, "7"], [1702464509, "7"], [1702464533, "7"], [1702464569, "7"], [1702464605, "7"], [1702464635, "7"], [1702464671, "7"], [1702464716, "7"], [1702464743, "7"], [1702464776, "7"], [1702464812, "7"], [1702464836, "7"], [1702464869, "7"], [1702464905, "7"], [1702464926, "7"], [1702464956, "7"], [1702464992, "7"], [1702465016, "7"], [1702465049, "7"], [1702465085, "7"], [1702465118, "7"], [1702465145, "7"], [1702465178, "7"], [1702465208, "7"], [1702465241, "7"], [1702465298, "7"], [1702465334, "7"], [1702465367, "7"], [1702465394, "7"], [1702465418, "7"], [1702465445, "7"], [1702465481, "7"], [1702465517, "7"], [1702465550, "7"], [1702465586, "7"], [1702465619, "7"], [1702465658, "7"], [1702465706, "7"], [1702465754, "7"], [1702465787, "7"], [1702465823, "7"], [1702465856, "7"], [1702465880, "7"], [1702465910, "7"], [1702465952, "7"], [1702465988, "7"], [1702466015, "7"], [1702466030, "7"], [1702466060, "7"], [1702466078, "7"], [1702466138, "7"], [1702466168, "7"], [1702466204, "7"], [1702466237, "7"], [1702466261, "7"], [1702466291, "7"], [1702466327, "7"], [1702466360, "7"], [1702466384, "7"], [1702466417, "7"], [1702466441, "7"], [1702466471, "7"], [1702466507, "7"], [1702466540, "7"], [1702466597, "7"], [1702466633, "7"], [1702466666, "7"], [1702466705, "7"], [1702466732, "7"], [1702466765, "7"], [1702466801, "7"], [1702466852, "7"], [1702466876, "7"], [1702466918, "7"], [1702466978, "7"], [1702467014, "7"], [1702467038, "7"], [1702467068, "7"], [1702467122, "7"], [1702467158, "7"], [1702467191, "7"], [1702467221, "7"], [1702467257, "7"], [1702467299, "7"], [1702467350, "7"], [1702467386, "7"], [1702467419, "7"], [1702467455, "7"], [1702467515, "7"], [1702467542, "7"], [1702467566, "7"], [1702467599, "7"], [1702467635, "7"], [1702467668, "7"], [1702467695, "7"], [1702467716, "7"], [1702467746, "7"], [1702467800, "7"], [1702467824, "7"], [1702467908, "7"], [1702467944, "7"], [1702467968, "7"], [1702468001, "7"], [1702468031, "7"], [1702468067, "7"], [1702468085, "7"], [1702468115, "7"], [1702468151, "7"], [1702468181, "7"], [1702468208, "7"], [1702468241, "7"], [1702468256, "7"], [1702468286, "7"], [1702468322, "7"], [1702468352, "7"], [1702468388, "7"], [1702468424, "7"], [1702468457, "7"], [1702468493, "7"], [1702468517, "7"], [1702468550, "7"], [1702468586, "7"], [1702468613, "7"], [1702468637, "7"], [1702468679, "7"], [1702468721, "7"], [1702468730, "7"], [1702468766, "7"], [1702468799, "7"], [1702468835, "7"], [1702468898, "7"], [1702468934, "7"], [1702468970, "7"], [1702468994, "7"], [1702469024, "7"], [1702469060, "7"], [1702469111, "7"], [1702469144, "7"], [1702469168, "7"], [1702469204, "7"], [1702469237, "7"], [1702469273, "7"], [1702469303, "7"], [1702469336, "7"], [1702469360, "7"], [1702469387, "7"], [1702469411, "7"], [1702469435, "7"], [1702469468, "7"], [1702469504, "7"], [1702469537, "7"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "7"], [1702469753, "7"], [1702469786, "7"], [1702469816, "7"], [1702469834, "7"], [1702469864, "7"], [1702469906, "7"], [1702469936, "7"], [1702469972, "7"], [1702470005, "7"], [1702470029, "7"], [1702470065, "7"], [1702470101, "7"], [1702470131, "7"], [1702470167, "7"], [1702470203, "7"], [1702470251, "7"], [1702470278, "7"], [1702470311, "7"], [1702470347, "7"], [1702470371, "7"], [1702470404, "7"], [1702470440, "7"], [1702470476, "7"], [1702470506, "7"], [1702470542, "7"], [1702470575, "7"], [1702470611, "7"], [1702470635, "7"], [1702470662, "7"], [1702470686, "7"], [1702470719, "7"], [1702470746, "7"], [1702470812, "7"], [1702470845, "7"], [1702470875, "7"], [1702470899, "7"], [1702470953, "7"], [1702470983, "7"], [1702471025, "7"], [1702471067, "7"], [1702471169, "7"], [1702471193, "7"], [1702471226, "7"], [1702471265, "7"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "1374"], [1702462721, "1374"], [1702462736, "1374"], [1702462751, "1374"], [1702462763, "1374"], [1702462793, "1374"], [1702462808, "1374"], [1702462829, "1374"], [1702462844, "1374"], [1702462865, "1374"], [1702462880, "1374"], [1702462904, "1374"], [1702462919, "1374"], [1702462952, "1374"], [1702462973, "1374"], [1702462988, "1374"], [1702463045, "1374"], [1702463081, "1375"], [1702463114, "1375"], [1702463150, "1375"], [1702463186, "1375"], [1702463216, "1375"], [1702463240, "1375"], [1702463273, "1375"], [1702463324, "1375"], [1702463354, "1375"], [1702463381, "1375"], [1702463417, "1375"], [1702463453, "1375"], [1702463477, "1375"], [1702463510, "1375"], [1702463537, "1375"], [1702463570, "1375"], [1702463591, "1375"], [1702463621, "1375"], [1702463657, "1375"], [1702463693, "1375"], [1702463729, "1375"], [1702463765, "1375"], [1702463798, "1375"], [1702463846, "1375"], [1702463873, "1375"], [1702463906, "1375"], [1702463948, "1375"], [1702463984, "1375"], [1702464014, "1375"], [1702464050, "1375"], [1702464086, "1375"], [1702464122, "1375"], [1702464155, "1375"], [1702464194, "1375"], [1702464230, "1375"], [1702464263, "1375"], [1702464299, "1375"], [1702464332, "1375"], [1702464356, "1375"], [1702464392, "1375"], [1702464425, "1375"], [1702464455, "1375"], [1702464479, "1375"], [1702464509, "1375"], [1702464533, "1375"], [1702464569, "1375"], [1702464605, "1375"], [1702464635, "1375"], [1702464671, "1375"], [1702464716, "1375"], [1702464743, "1375"], [1702464776, "1375"], [1702464812, "1375"], [1702464836, "1375"], [1702464869, "1375"], [1702464905, "1375"], [1702464926, "1375"], [1702464956, "1375"], [1702464992, "1375"], [1702465016, "1375"], [1702465049, "1375"], [1702465085, "1375"], [1702465118, "1375"], [1702465145, "1375"], [1702465178, "1375"], [1702465208, "1375"], [1702465241, "1375"], [1702465298, "1375"], [1702465334, "1375"], [1702465367, "1375"], [1702465394, "1375"], [1702465418, "1375"], [1702465445, "1375"], [1702465481, "1375"], [1702465517, "1375"], [1702465550, "1375"], [1702465586, "1375"], [1702465619, "1375"], [1702465658, "1375"], [1702465706, "1375"], [1702465754, "1375"], [1702465787, "1375"], [1702465823, "1375"], [1702465856, "1375"], [1702465880, "1375"], [1702465910, "1375"], [1702465952, "1375"], [1702465988, "1375"], [1702466015, "1375"], [1702466030, "1375"], [1702466060, "1375"], [1702466078, "1375"], [1702466138, "1375"], [1702466168, "1375"], [1702466204, "1375"], [1702466237, "1375"], [1702466261, "1375"], [1702466291, "1375"], [1702466327, "1375"], [1702466360, "1375"], [1702466384, "1375"], [1702466417, "1375"], [1702466441, "1375"], [1702466471, "1375"], [1702466507, "1375"], [1702466540, "1375"], [1702466597, "1375"], [1702466633, "1375"], [1702466666, "1375"], [1702466705, "1375"], [1702466732, "1376"], [1702466765, "1376"], [1702466801, "1376"], [1702466852, "1376"], [1702466876, "1376"], [1702466918, "1376"], [1702466978, "1376"], [1702467014, "1376"], [1702467038, "1376"], [1702467068, "1376"], [1702467122, "1376"], [1702467158, "1376"], [1702467191, "1376"], [1702467221, "1376"], [1702467257, "1376"], [1702467299, "1376"], [1702467350, "1376"], [1702467386, "1376"], [1702467419, "1376"], [1702467455, "1376"], [1702467515, "1376"], [1702467542, "1376"], [1702467566, "1376"], [1702467599, "1376"], [1702467635, "1376"], [1702467668, "1376"], [1702467695, "1376"], [1702467716, "1376"], [1702467746, "1376"], [1702467800, "1376"], [1702467824, "1376"], [1702467908, "1376"], [1702467944, "1376"], [1702467968, "1376"], [1702468001, "1376"], [1702468031, "1376"], [1702468067, "1376"], [1702468085, "1376"], [1702468115, "1376"], [1702468151, "1376"], [1702468181, "1376"], [1702468208, "1376"], [1702468241, "1376"], [1702468256, "1376"], [1702468286, "1376"], [1702468322, "1376"], [1702468352, "1376"], [1702468388, "1376"], [1702468424, "1376"], [1702468457, "1376"], [1702468493, "1376"], [1702468517, "1376"], [1702468550, "1376"], [1702468586, "1376"], [1702468613, "1376"], [1702468637, "1376"], [1702468679, "1376"], [1702468721, "1376"], [1702468730, "1376"], [1702468766, "1376"], [1702468799, "1376"], [1702468835, "1376"], [1702468898, "1376"], [1702468934, "1376"], [1702468970, "1376"], [1702468994, "1376"], [1702469024, "1376"], [1702469060, "1376"], [1702469111, "1376"], [1702469144, "1376"], [1702469168, "1376"], [1702469204, "1376"], [1702469237, "1376"], [1702469273, "1376"], [1702469303, "1376"], [1702469336, "1376"], [1702469360, "1376"], [1702469387, "1376"], [1702469411, "1376"], [1702469435, "1376"], [1702469468, "1376"], [1702469504, "1376"], [1702469537, "1376"], [1702469573, "1376"], [1702469606, "1376"], [1702469633, "1376"], [1702469660, "1376"], [1702469684, "1376"], [1702469717, "1376"], [1702469753, "1376"], [1702469786, "1376"], [1702469816, "1377"], [1702469834, "1377"], [1702469864, "1377"], [1702469906, "1377"], [1702469936, "1377"], [1702469972, "1377"], [1702470005, "1377"], [1702470029, "1377"], [1702470065, "1377"], [1702470101, "1377"], [1702470131, "1377"], [1702470167, "1377"], [1702470203, "1377"], [1702470251, "1377"], [1702470278, "1377"], [1702470311, "1377"], [1702470347, "1377"], [1702470371, "1377"], [1702470404, "1377"], [1702470440, "1377"], [1702470476, "1377"], [1702470506, "1377"], [1702470542, "1377"], [1702470575, "1377"], [1702470611, "1377"], [1702470635, "1377"], [1702470662, "1377"], [1702470686, "1377"], [1702470719, "1377"], [1702470746, "1377"], [1702470812, "1377"], [1702470845, "1377"], [1702470875, "1377"], [1702470899, "1377"], [1702470953, "1377"], [1702470983, "1377"], [1702471025, "1377"], [1702471067, "1377"], [1702471169, "1377"], [1702471193, "1377"], [1702471226, "1377"], [1702471265, "1377"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "373"], [1702462721, "373"], [1702462736, "374"], [1702462751, "374"], [1702462763, "374"], [1702462793, "374"], [1702462808, "374"], [1702462829, "374"], [1702462844, "374"], [1702462865, "374"], [1702462880, "374"], [1702462904, "374"], [1702462919, "374"], [1702462952, "374"], [1702462973, "374"], [1702462988, "375"], [1702463045, "375"], [1702463081, "375"], [1702463114, "375"], [1702463150, "375"], [1702463186, "375"], [1702463216, "376"], [1702463240, "376"], [1702463273, "376"], [1702463324, "376"], [1702463354, "376"], [1702463381, "376"], [1702463417, "376"], [1702463453, "377"], [1702463477, "377"], [1702463510, "377"], [1702463537, "377"], [1702463570, "377"], [1702463591, "377"], [1702463621, "377"], [1702463657, "377"], [1702463693, "377"], [1702463729, "377"], [1702463765, "378"], [1702463798, "378"], [1702463846, "378"], [1702463873, "378"], [1702463906, "378"], [1702463948, "378"], [1702463984, "379"], [1702464014, "379"], [1702464050, "379"], [1702464086, "379"], [1702464122, "379"], [1702464155, "379"], [1702464194, "379"], [1702464230, "379"], [1702464263, "380"], [1702464299, "380"], [1702464332, "380"], [1702464356, "380"], [1702464392, "380"], [1702464425, "380"], [1702464455, "381"], [1702464479, "381"], [1702464509, "381"], [1702464533, "381"], [1702464569, "381"], [1702464605, "381"], [1702464635, "381"], [1702464671, "381"], [1702464716, "381"], [1702464743, "382"], [1702464776, "382"], [1702464812, "382"], [1702464836, "382"], [1702464869, "382"], [1702464905, "382"], [1702464926, "382"], [1702464956, "382"], [1702464992, "383"], [1702465016, "383"], [1702465049, "383"], [1702465085, "383"], [1702465118, "383"], [1702465145, "383"], [1702465178, "383"], [1702465208, "383"], [1702465241, "384"], [1702465298, "384"], [1702465334, "384"], [1702465367, "384"], [1702465394, "384"], [1702465418, "384"], [1702465445, "384"], [1702465481, "385"], [1702465517, "385"], [1702465550, "385"], [1702465586, "385"], [1702465619, "385"], [1702465658, "385"], [1702465706, "386"], [1702465754, "386"], [1702465787, "386"], [1702465823, "386"], [1702465856, "386"], [1702465880, "386"], [1702465910, "386"], [1702465952, "386"], [1702465988, "387"], [1702466015, "387"], [1702466030, "387"], [1702466060, "387"], [1702466078, "387"], [1702466138, "387"], [1702466168, "387"], [1702466204, "387"], [1702466237, "388"], [1702466261, "388"], [1702466291, "388"], [1702466327, "388"], [1702466360, "388"], [1702466384, "388"], [1702466417, "388"], [1702466441, "388"], [1702466471, "389"], [1702466507, "389"], [1702466540, "389"], [1702466597, "389"], [1702466633, "389"], [1702466666, "389"], [1702466705, "389"], [1702466732, "390"], [1702466765, "390"], [1702466801, "390"], [1702466852, "390"], [1702466876, "390"], [1702466918, "390"], [1702466978, "391"], [1702467014, "391"], [1702467038, "391"], [1702467068, "391"], [1702467122, "391"], [1702467158, "391"], [1702467191, "391"], [1702467221, "391"], [1702467257, "392"], [1702467299, "392"], [1702467350, "392"], [1702467386, "392"], [1702467419, "392"], [1702467455, "392"], [1702467515, "393"], [1702467542, "393"], [1702467566, "393"], [1702467599, "393"], [1702467635, "394"], [1702467668, "394"], [1702467695, "394"], [1702467716, "394"], [1702467746, "394"], [1702467800, "394"], [1702467824, "394"], [1702467908, "395"], [1702467944, "395"], [1702467968, "395"], [1702468001, "395"], [1702468031, "396"], [1702468067, "396"], [1702468085, "396"], [1702468115, "396"], [1702468151, "396"], [1702468181, "396"], [1702468208, "396"], [1702468241, "397"], [1702468256, "397"], [1702468286, "397"], [1702468322, "397"], [1702468352, "397"], [1702468388, "397"], [1702468424, "398"], [1702468457, "398"], [1702468493, "398"], [1702468517, "398"], [1702468550, "398"], [1702468586, "399"], [1702468613, "399"], [1702468637, "399"], [1702468679, "399"], [1702468721, "400"], [1702468730, "400"], [1702468766, "400"], [1702468799, "400"], [1702468835, "400"], [1702468898, "401"], [1702468934, "401"], [1702468970, "401"], [1702468994, "401"], [1702469024, "401"], [1702469060, "402"], [1702469111, "402"], [1702469144, "402"], [1702469168, "402"], [1702469204, "402"], [1702469237, "402"], [1702469273, "403"], [1702469303, "403"], [1702469336, "403"], [1702469360, "403"], [1702469387, "403"], [1702469411, "404"], [1702469435, "404"], [1702469468, "404"], [1702469504, "404"], [1702469537, "404"], [1702469573, "404"], [1702469606, "404"], [1702469633, "404"], [1702469660, "405"], [1702469684, "405"], [1702469717, "405"], [1702469753, "405"], [1702469786, "405"], [1702469816, "405"], [1702469834, "406"], [1702469864, "406"], [1702469906, "406"], [1702469936, "406"], [1702469972, "406"], [1702470005, "406"], [1702470029, "406"], [1702470065, "407"], [1702470101, "407"], [1702470131, "407"], [1702470167, "407"], [1702470203, "407"], [1702470251, "408"], [1702470278, "408"], [1702470311, "408"], [1702470347, "408"], [1702470371, "408"], [1702470404, "408"], [1702470440, "408"], [1702470476, "409"], [1702470506, "409"], [1702470542, "409"], [1702470575, "409"], [1702470611, "409"], [1702470635, "409"], [1702470662, "410"], [1702470686, "410"], [1702470719, "410"], [1702470746, "410"], [1702470812, "410"], [1702470845, "410"], [1702470875, "411"], [1702470899, "411"], [1702470953, "411"], [1702470983, "411"], [1702471025, "411"], [1702471067, "411"], [1702471169, "412"], [1702471193, "412"], [1702471226, "412"], [1702471265, "412"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "1"], [1702468934, "1"], [1702468970, "2"], [1702468994, "2"], [1702469024, "2"], [1702469060, "3"], [1702469111, "3"], [1702469144, "3"], [1702469168, "3"], [1702469204, "4"], [1702469237, "4"], [1702469273, "4"], [1702469303, "4"], [1702469336, "5"], [1702469360, "5"], [1702469387, "5"], [1702469411, "6"], [1702469435, "6"], [1702469468, "6"], [1702469504, "6"], [1702469537, "6"], [1702469573, "7"], [1702469606, "7"], [1702469633, "7"], [1702469660, "7"], [1702469684, "7"], [1702469717, "8"], [1702469753, "8"], [1702469786, "8"], [1702469816, "8"], [1702469834, "9"], [1702469864, "9"], [1702469906, "9"], [1702469936, "9"], [1702469972, "10"], [1702470005, "10"], [1702470029, "10"], [1702470065, "10"], [1702470101, "10"], [1702470131, "11"], [1702470167, "11"], [1702470203, "11"], [1702470251, "12"], [1702470278, "12"], [1702470311, "12"], [1702470347, "12"], [1702470371, "13"], [1702470404, "13"], [1702470440, "13"], [1702470476, "13"], [1702470506, "13"], [1702470542, "14"], [1702470575, "14"], [1702470611, "14"], [1702470635, "15"], [1702470662, "15"], [1702470686, "15"], [1702470719, "15"], [1702470746, "15"], [1702470812, "16"], [1702470845, "16"], [1702470875, "16"], [1702470899, "16"], [1702470953, "17"], [1702470983, "17"], [1702471025, "17"], [1702471067, "17"], [1702471169, "18"], [1702471193, "18"], [1702471226, "18"], [1702471265, "18"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "2710"], [1702462721, "2710"], [1702462736, "2710"], [1702462751, "2710"], [1702462763, "2710"], [1702462793, "2710"], [1702462808, "2710"], [1702462829, "2710"], [1702462844, "2710"], [1702462865, "2710"], [1702462880, "2710"], [1702462904, "2710"], [1702462919, "2710"], [1702462952, "2710"], [1702462973, "2710"], [1702462988, "2710"], [1702463045, "2710"], [1702463081, "2710"], [1702463114, "2710"], [1702463150, "2710"], [1702463186, "2710"], [1702463216, "2710"], [1702463240, "2710"], [1702463273, "2710"], [1702463324, "2710"], [1702463354, "2710"], [1702463381, "2710"], [1702463417, "2710"], [1702463453, "2710"], [1702463477, "2710"], [1702463510, "2710"], [1702463537, "2710"], [1702463570, "2710"], [1702463591, "2710"], [1702463621, "2710"], [1702463657, "2710"], [1702463693, "2710"], [1702463729, "2710"], [1702463765, "2710"], [1702463798, "2710"], [1702463846, "2710"], [1702463873, "2710"], [1702463906, "2710"], [1702463948, "2710"], [1702463984, "2710"], [1702464014, "2710"], [1702464050, "2710"], [1702464086, "2710"], [1702464122, "2710"], [1702464155, "2710"], [1702464194, "2710"], [1702464230, "2710"], [1702464263, "2711"], [1702464299, "2711"], [1702464332, "2711"], [1702464356, "2711"], [1702464392, "2711"], [1702464425, "2711"], [1702464455, "2711"], [1702464479, "2711"], [1702464509, "2711"], [1702464533, "2711"], [1702464569, "2711"], [1702464605, "2711"], [1702464635, "2711"], [1702464671, "2711"], [1702464716, "2711"], [1702464743, "2711"], [1702464776, "2711"], [1702464812, "2711"], [1702464836, "2711"], [1702464869, "2711"], [1702464905, "2711"], [1702464926, "2711"], [1702464956, "2711"], [1702464992, "2711"], [1702465016, "2711"], [1702465049, "2711"], [1702465085, "2711"], [1702465118, "2711"], [1702465145, "2711"], [1702465178, "2711"], [1702465208, "2711"], [1702465241, "2711"], [1702465298, "2711"], [1702465334, "2711"], [1702465367, "2711"], [1702465394, "2711"], [1702465418, "2711"], [1702465445, "2711"], [1702465481, "2711"], [1702465517, "2711"], [1702465550, "2711"], [1702465586, "2711"], [1702465619, "2711"], [1702465658, "2711"], [1702465706, "2711"], [1702465754, "2711"], [1702465787, "2711"], [1702465823, "2711"], [1702465856, "2711"], [1702465880, "2711"], [1702465910, "2711"], [1702465952, "2711"], [1702465988, "2711"], [1702466015, "2711"], [1702466030, "2711"], [1702466060, "2711"], [1702466078, "2711"], [1702466138, "2711"], [1702466168, "2711"], [1702466204, "2711"], [1702466237, "2711"], [1702466261, "2711"], [1702466291, "2711"], [1702466327, "2711"], [1702466360, "2712"], [1702466384, "2712"], [1702466417, "2712"], [1702466441, "2712"], [1702466471, "2712"], [1702466507, "2712"], [1702466540, "2712"], [1702466597, "2712"], [1702466633, "2712"], [1702466666, "2712"], [1702466705, "2712"], [1702466732, "2712"], [1702466765, "2712"], [1702466801, "2712"], [1702466852, "2712"], [1702466876, "2712"], [1702466918, "2712"], [1702466978, "2712"], [1702467014, "2712"], [1702467038, "2712"], [1702467068, "2712"], [1702467122, "2712"], [1702467158, "2712"], [1702467191, "2712"], [1702467221, "2712"], [1702467257, "2712"], [1702467299, "2712"], [1702467350, "2712"], [1702467386, "2712"], [1702467419, "2712"], [1702467455, "2712"], [1702467515, "2712"], [1702467542, "2712"], [1702467566, "2712"], [1702467599, "2712"], [1702467635, "2712"], [1702467668, "2712"], [1702467695, "2712"], [1702467716, "2712"], [1702467746, "2712"], [1702467800, "2712"], [1702467824, "2712"], [1702467908, "2712"], [1702467944, "2712"], [1702467968, "2712"], [1702468001, "2712"], [1702468031, "2712"], [1702468067, "2712"], [1702468085, "2712"], [1702468115, "2712"], [1702468151, "2712"], [1702468181, "2712"], [1702468208, "2712"], [1702468241, "2712"], [1702468256, "2712"], [1702468286, "2712"], [1702468322, "2712"], [1702468352, "2712"], [1702468388, "2713"], [1702468424, "2713"], [1702468457, "2713"], [1702468493, "2713"], [1702468517, "2713"], [1702468550, "2713"], [1702468586, "2713"], [1702468613, "2713"], [1702468637, "2713"], [1702468679, "2713"], [1702468721, "2713"], [1702468730, "2713"], [1702468766, "2713"], [1702468799, "2713"], [1702468835, "2713"], [1702468898, "2713"], [1702468934, "2713"], [1702468970, "2713"], [1702468994, "2713"], [1702469024, "2713"], [1702469060, "2714"], [1702469111, "2714"], [1702469144, "2714"], [1702469168, "2714"], [1702469204, "2714"], [1702469237, "2714"], [1702469273, "2714"], [1702469303, "2714"], [1702469336, "2714"], [1702469360, "2714"], [1702469387, "2714"], [1702469411, "2714"], [1702469435, "2714"], [1702469468, "2714"], [1702469504, "2714"], [1702469537, "2714"], [1702469573, "2714"], [1702469606, "2714"], [1702469633, "2714"], [1702469660, "2714"], [1702469684, "2714"], [1702469717, "2714"], [1702469753, "2714"], [1702469786, "2714"], [1702469816, "2714"], [1702469834, "2714"], [1702469864, "2714"], [1702469906, "2714"], [1702469936, "2714"], [1702469972, "2714"], [1702470005, "2714"], [1702470029, "2714"], [1702470065, "2714"], [1702470101, "2714"], [1702470131, "2714"], [1702470167, "2714"], [1702470203, "2714"], [1702470251, "2714"], [1702470278, "2714"], [1702470311, "2714"], [1702470347, "2714"], [1702470371, "2714"], [1702470404, "2714"], [1702470440, "2714"], [1702470476, "2714"], [1702470506, "2714"], [1702470542, "2714"], [1702470575, "2714"], [1702470611, "2714"], [1702470635, "2714"], [1702470662, "2714"], [1702470686, "2714"], [1702470719, "2714"], [1702470746, "2714"], [1702470812, "2714"], [1702470845, "2714"], [1702470875, "2714"], [1702470899, "2714"], [1702470953, "2714"], [1702470983, "2714"], [1702471025, "2715"], [1702471067, "2715"], [1702471169, "2715"], [1702471193, "2715"], [1702471226, "2715"], [1702471265, "2715"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "307"], [1702462721, "307"], [1702462736, "307"], [1702462751, "307"], [1702462763, "307"], [1702462793, "307"], [1702462808, "307"], [1702462829, "307"], [1702462844, "308"], [1702462865, "308"], [1702462880, "308"], [1702462904, "308"], [1702462919, "308"], [1702462952, "308"], [1702462973, "308"], [1702462988, "308"], [1702463045, "308"], [1702463081, "308"], [1702463114, "308"], [1702463150, "309"], [1702463186, "309"], [1702463216, "309"], [1702463240, "309"], [1702463273, "309"], [1702463324, "309"], [1702463354, "309"], [1702463381, "309"], [1702463417, "309"], [1702463453, "310"], [1702463477, "310"], [1702463510, "310"], [1702463537, "310"], [1702463570, "310"], [1702463591, "310"], [1702463621, "310"], [1702463657, "310"], [1702463693, "310"], [1702463729, "310"], [1702463765, "311"], [1702463798, "311"], [1702463846, "311"], [1702463873, "311"], [1702463906, "311"], [1702463948, "311"], [1702463984, "311"], [1702464014, "311"], [1702464050, "312"], [1702464086, "312"], [1702464122, "312"], [1702464155, "312"], [1702464194, "312"], [1702464230, "312"], [1702464263, "312"], [1702464299, "312"], [1702464332, "313"], [1702464356, "313"], [1702464392, "313"], [1702464425, "313"], [1702464455, "313"], [1702464479, "313"], [1702464509, "313"], [1702464533, "313"], [1702464569, "313"], [1702464605, "313"], [1702464635, "313"], [1702464671, "314"], [1702464716, "314"], [1702464743, "314"], [1702464776, "314"], [1702464812, "314"], [1702464836, "314"], [1702464869, "314"], [1702464905, "314"], [1702464926, "314"], [1702464956, "314"], [1702464992, "315"], [1702465016, "315"], [1702465049, "315"], [1702465085, "315"], [1702465118, "315"], [1702465145, "315"], [1702465178, "315"], [1702465208, "315"], [1702465241, "315"], [1702465298, "316"], [1702465334, "316"], [1702465367, "316"], [1702465394, "316"], [1702465418, "316"], [1702465445, "316"], [1702465481, "316"], [1702465517, "316"], [1702465550, "316"], [1702465586, "317"], [1702465619, "317"], [1702465658, "317"], [1702465706, "317"], [1702465754, "317"], [1702465787, "317"], [1702465823, "317"], [1702465856, "317"], [1702465880, "317"], [1702465910, "318"], [1702465952, "318"], [1702465988, "318"], [1702466015, "318"], [1702466030, "318"], [1702466060, "318"], [1702466078, "318"], [1702466138, "318"], [1702466168, "318"], [1702466204, "319"], [1702466237, "319"], [1702466261, "319"], [1702466291, "319"], [1702466327, "319"], [1702466360, "319"], [1702466384, "319"], [1702466417, "319"], [1702466441, "319"], [1702466471, "319"], [1702466507, "320"], [1702466540, "320"], [1702466597, "320"], [1702466633, "320"], [1702466666, "320"], [1702466705, "320"], [1702466732, "320"], [1702466765, "320"], [1702466801, "321"], [1702466852, "321"], [1702466876, "321"], [1702466918, "321"], [1702466978, "321"], [1702467014, "321"], [1702467038, "321"], [1702467068, "321"], [1702467122, "322"], [1702467158, "322"], [1702467191, "322"], [1702467221, "322"], [1702467257, "322"], [1702467299, "322"], [1702467350, "322"], [1702467386, "322"], [1702467419, "323"], [1702467455, "323"], [1702467515, "323"], [1702467542, "323"], [1702467566, "323"], [1702467599, "323"], [1702467635, "323"], [1702467668, "324"], [1702467695, "324"], [1702467716, "324"], [1702467746, "324"], [1702467800, "324"], [1702467824, "324"], [1702467908, "325"], [1702467944, "325"], [1702467968, "325"], [1702468001, "325"], [1702468031, "325"], [1702468067, "325"], [1702468085, "325"], [1702468115, "325"], [1702468151, "326"], [1702468181, "326"], [1702468208, "326"], [1702468241, "326"], [1702468256, "326"], [1702468286, "326"], [1702468322, "326"], [1702468352, "326"], [1702468388, "327"], [1702468424, "327"], [1702468457, "327"], [1702468493, "327"], [1702468517, "327"], [1702468550, "327"], [1702468586, "327"], [1702468613, "328"], [1702468637, "328"], [1702468679, "328"], [1702468721, "328"], [1702468730, "328"], [1702468766, "328"], [1702468799, "328"], [1702468835, "328"], [1702468898, "329"], [1702468934, "329"], [1702468970, "329"], [1702468994, "329"], [1702469024, "329"], [1702469060, "330"], [1702469111, "330"], [1702469144, "330"], [1702469168, "330"], [1702469204, "330"], [1702469237, "330"], [1702469273, "330"], [1702469303, "331"], [1702469336, "331"], [1702469360, "331"], [1702469387, "331"], [1702469411, "331"], [1702469435, "331"], [1702469468, "331"], [1702469504, "331"], [1702469537, "331"], [1702469573, "332"], [1702469606, "332"], [1702469633, "332"], [1702469660, "332"], [1702469684, "332"], [1702469717, "332"], [1702469753, "332"], [1702469786, "332"], [1702469816, "333"], [1702469834, "333"], [1702469864, "333"], [1702469906, "333"], [1702469936, "333"], [1702469972, "333"], [1702470005, "333"], [1702470029, "333"], [1702470065, "333"], [1702470101, "334"], [1702470131, "334"], [1702470167, "334"], [1702470203, "334"], [1702470251, "334"], [1702470278, "334"], [1702470311, "335"], [1702470347, "335"], [1702470371, "335"], [1702470404, "335"], [1702470440, "335"], [1702470476, "335"], [1702470506, "335"], [1702470542, "335"], [1702470575, "335"], [1702470611, "336"], [1702470635, "336"], [1702470662, "336"], [1702470686, "336"], [1702470719, "336"], [1702470746, "336"], [1702470812, "336"], [1702470845, "336"], [1702470875, "337"], [1702470899, "337"], [1702470953, "337"], [1702470983, "337"], [1702471025, "337"], [1702471067, "337"], [1702471169, "337"], [1702471193, "338"], [1702471226, "338"], [1702471265, "338"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "6039"], [1702462721, "6039"], [1702462736, "6039"], [1702462751, "6039"], [1702462763, "6039"], [1702462793, "6039"], [1702462808, "6039"], [1702462829, "6039"], [1702462844, "6039"], [1702462865, "6039"], [1702462880, "6039"], [1702462904, "6039"], [1702462919, "6039"], [1702462952, "6039"], [1702462973, "6039"], [1702462988, "6039"], [1702463045, "6040"], [1702463081, "6040"], [1702463114, "6040"], [1702463150, "6040"], [1702463186, "6040"], [1702463216, "6040"], [1702463240, "6040"], [1702463273, "6040"], [1702463324, "6040"], [1702463354, "6040"], [1702463381, "6040"], [1702463417, "6040"], [1702463453, "6041"], [1702463477, "6041"], [1702463510, "6041"], [1702463537, "6041"], [1702463570, "6041"], [1702463591, "6041"], [1702463621, "6041"], [1702463657, "6041"], [1702463693, "6041"], [1702463729, "6041"], [1702463765, "6041"], [1702463798, "6041"], [1702463846, "6042"], [1702463873, "6042"], [1702463906, "6042"], [1702463948, "6042"], [1702463984, "6042"], [1702464014, "6042"], [1702464050, "6042"], [1702464086, "6042"], [1702464122, "6042"], [1702464155, "6042"], [1702464194, "6042"], [1702464230, "6042"], [1702464263, "6043"], [1702464299, "6043"], [1702464332, "6043"], [1702464356, "6043"], [1702464392, "6043"], [1702464425, "6043"], [1702464455, "6043"], [1702464479, "6043"], [1702464509, "6043"], [1702464533, "6043"], [1702464569, "6043"], [1702464605, "6043"], [1702464635, "6043"], [1702464671, "6044"], [1702464716, "6044"], [1702464743, "6044"], [1702464776, "6044"], [1702464812, "6044"], [1702464836, "6044"], [1702464869, "6044"], [1702464905, "6044"], [1702464926, "6044"], [1702464956, "6044"], [1702464992, "6044"], [1702465016, "6044"], [1702465049, "6044"], [1702465085, "6045"], [1702465118, "6045"], [1702465145, "6045"], [1702465178, "6045"], [1702465208, "6045"], [1702465241, "6045"], [1702465298, "6045"], [1702465334, "6045"], [1702465367, "6045"], [1702465394, "6045"], [1702465418, "6045"], [1702465445, "6045"], [1702465481, "6046"], [1702465517, "6046"], [1702465550, "6046"], [1702465586, "6046"], [1702465619, "6046"], [1702465658, "6046"], [1702465706, "6046"], [1702465754, "6046"], [1702465787, "6046"], [1702465823, "6046"], [1702465856, "6046"], [1702465880, "6046"], [1702465910, "6047"], [1702465952, "6047"], [1702465988, "6047"], [1702466015, "6047"], [1702466030, "6047"], [1702466060, "6047"], [1702466078, "6047"], [1702466138, "6047"], [1702466168, "6047"], [1702466204, "6047"], [1702466237, "6047"], [1702466261, "6047"], [1702466291, "6047"], [1702466327, "6048"], [1702466360, "6048"], [1702466384, "6048"], [1702466417, "6048"], [1702466441, "6048"], [1702466471, "6048"], [1702466507, "6048"], [1702466540, "6048"], [1702466597, "6048"], [1702466633, "6049"], [1702466666, "6049"], [1702466705, "6049"], [1702466732, "6049"], [1702466765, "6049"], [1702466801, "6049"], [1702466852, "6049"], [1702466876, "6049"], [1702466918, "6049"], [1702466978, "6049"], [1702467014, "6049"], [1702467038, "6050"], [1702467068, "6050"], [1702467122, "6050"], [1702467158, "6050"], [1702467191, "6050"], [1702467221, "6050"], [1702467257, "6050"], [1702467299, "6050"], [1702467350, "6050"], [1702467386, "6050"], [1702467419, "6051"], [1702467455, "6051"], [1702467515, "6051"], [1702467542, "6051"], [1702467566, "6051"], [1702467599, "6051"], [1702467635, "6051"], [1702467668, "6051"], [1702467695, "6052"], [1702467716, "6052"], [1702467746, "6052"], [1702467800, "6052"], [1702467824, "6052"], [1702467908, "6052"], [1702467944, "6052"], [1702467968, "6053"], [1702468001, "6053"], [1702468031, "6053"], [1702468067, "6053"], [1702468085, "6053"], [1702468115, "6053"], [1702468151, "6053"], [1702468181, "6053"], [1702468208, "6053"], [1702468241, "6053"], [1702468256, "6054"], [1702468286, "6054"], [1702468322, "6054"], [1702468352, "6054"], [1702468388, "6054"], [1702468424, "6054"], [1702468457, "6054"], [1702468493, "6054"], [1702468517, "6054"], [1702468550, "6054"], [1702468586, "6054"], [1702468613, "6055"], [1702468637, "6055"], [1702468679, "6055"], [1702468721, "6055"], [1702468730, "6055"], [1702468766, "6055"], [1702468799, "6055"], [1702468835, "6055"], [1702468898, "6056"], [1702468934, "6056"], [1702468970, "6056"], [1702468994, "6056"], [1702469024, "6056"], [1702469060, "6056"], [1702469111, "6057"], [1702469144, "6057"], [1702469168, "6057"], [1702469204, "6057"], [1702469237, "6057"], [1702469273, "6057"], [1702469303, "6057"], [1702469336, "6057"], [1702469360, "6057"], [1702469387, "6058"], [1702469411, "6058"], [1702469435, "6058"], [1702469468, "6058"], [1702469504, "6058"], [1702469537, "6058"], [1702469573, "6058"], [1702469606, "6058"], [1702469633, "6058"], [1702469660, "6058"], [1702469684, "6058"], [1702469717, "6059"], [1702469753, "6059"], [1702469786, "6059"], [1702469816, "6059"], [1702469834, "6059"], [1702469864, "6059"], [1702469906, "6059"], [1702469936, "6059"], [1702469972, "6059"], [1702470005, "6059"], [1702470029, "6059"], [1702470065, "6060"], [1702470101, "6060"], [1702470131, "6060"], [1702470167, "6060"], [1702470203, "6060"], [1702470251, "6060"], [1702470278, "6060"], [1702470311, "6060"], [1702470347, "6060"], [1702470371, "6061"], [1702470404, "6061"], [1702470440, "6061"], [1702470476, "6061"], [1702470506, "6061"], [1702470542, "6061"], [1702470575, "6061"], [1702470611, "6061"], [1702470635, "6061"], [1702470662, "6062"], [1702470686, "6062"], [1702470719, "6062"], [1702470746, "6062"], [1702470812, "6062"], [1702470845, "6062"], [1702470875, "6062"], [1702470899, "6062"], [1702470953, "6062"], [1702470983, "6062"], [1702471025, "6062"], [1702471067, "6063"], [1702471169, "6063"], [1702471193, "6063"], [1702471226, "6063"], [1702471265, "6063"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "2"], [1702462751, "2"], [1702462763, "2"], [1702462793, "2"], [1702462808, "2"], [1702462829, "2"], [1702462844, "2"], [1702462865, "2"], [1702462880, "2"], [1702462904, "3"], [1702462919, "3"], [1702462952, "3"], [1702462973, "3"], [1702462988, "3"], [1702463045, "3"], [1702463081, "3"], [1702463114, "3"], [1702463150, "4"], [1702463186, "4"], [1702463216, "4"], [1702463240, "4"], [1702463273, "4"], [1702463324, "5"], [1702463354, "5"], [1702463381, "5"], [1702463417, "5"], [1702463453, "5"], [1702463477, "5"], [1702463510, "6"], [1702463537, "6"], [1702463570, "6"], [1702463591, "6"], [1702463621, "6"], [1702463657, "6"], [1702463693, "6"], [1702463729, "7"], [1702463765, "7"], [1702463798, "7"], [1702463846, "7"], [1702463873, "7"], [1702463906, "7"], [1702463948, "8"], [1702463984, "8"], [1702464014, "8"], [1702464050, "8"], [1702464086, "8"], [1702464122, "8"], [1702464155, "9"], [1702464194, "9"], [1702464230, "9"], [1702464263, "9"], [1702464299, "9"], [1702464332, "9"], [1702464356, "10"], [1702464392, "10"], [1702464425, "10"], [1702464455, "10"], [1702464479, "10"], [1702464509, "10"], [1702464533, "11"], [1702464569, "11"], [1702464605, "11"], [1702464635, "11"], [1702464671, "12"], [1702464716, "12"], [1702464743, "12"], [1702464776, "12"], [1702464812, "12"], [1702464836, "12"], [1702464869, "12"], [1702464905, "13"], [1702464926, "13"], [1702464956, "13"], [1702464992, "13"], [1702465016, "13"], [1702465049, "13"], [1702465085, "13"], [1702465118, "14"], [1702465145, "14"], [1702465178, "14"], [1702465208, "14"], [1702465241, "14"], [1702465298, "14"], [1702465334, "15"], [1702465367, "15"], [1702465394, "15"], [1702465418, "15"], [1702465445, "15"], [1702465481, "15"], [1702465517, "16"], [1702465550, "16"], [1702465586, "16"], [1702465619, "16"], [1702465658, "16"], [1702465706, "16"], [1702465754, "17"], [1702465787, "17"], [1702465823, "17"], [1702465856, "17"], [1702465880, "17"], [1702465910, "17"], [1702465952, "18"], [1702465988, "18"], [1702466015, "18"], [1702466030, "18"], [1702466060, "18"], [1702466078, "18"], [1702466138, "18"], [1702466168, "19"], [1702466204, "19"], [1702466237, "19"], [1702466261, "19"], [1702466291, "19"], [1702466327, "19"], [1702466360, "20"], [1702466384, "20"], [1702466417, "20"], [1702466441, "20"], [1702466471, "20"], [1702466507, "21"], [1702466540, "21"], [1702466597, "21"], [1702466633, "21"], [1702466666, "22"], [1702466705, "22"], [1702466732, "22"], [1702466765, "22"], [1702466801, "22"], [1702466852, "22"], [1702466876, "23"], [1702466918, "23"], [1702466978, "23"], [1702467014, "23"], [1702467038, "23"], [1702467068, "23"], [1702467122, "24"], [1702467158, "24"], [1702467191, "24"], [1702467221, "24"], [1702467257, "24"], [1702467299, "24"], [1702467350, "25"], [1702467386, "25"], [1702467419, "25"], [1702467455, "25"], [1702467515, "26"], [1702467542, "26"], [1702467566, "26"], [1702467599, "26"], [1702467635, "26"], [1702467668, "27"], [1702467695, "27"], [1702467716, "27"], [1702467746, "27"], [1702467800, "27"], [1702467824, "27"], [1702467908, "28"], [1702467944, "28"], [1702467968, "28"], [1702468001, "28"], [1702468031, "29"], [1702468067, "29"], [1702468085, "29"], [1702468115, "29"], [1702468151, "29"], [1702468181, "29"], [1702468208, "30"], [1702468241, "30"], [1702468256, "30"], [1702468286, "30"], [1702468322, "30"], [1702468352, "30"], [1702468388, "31"], [1702468424, "31"], [1702468457, "31"], [1702468493, "31"], [1702468517, "31"], [1702468550, "32"], [1702468586, "32"], [1702468613, "32"], [1702468637, "32"], [1702468679, "32"], [1702468721, "33"], [1702468730, "33"], [1702468766, "33"], [1702468799, "33"], [1702468835, "33"], [1702468898, "34"], [1702468934, "34"], [1702468970, "34"], [1702468994, "34"], [1702469024, "34"], [1702469060, "35"], [1702469111, "35"], [1702469144, "35"], [1702469168, "35"], [1702469204, "36"], [1702469237, "36"], [1702469273, "36"], [1702469303, "36"], [1702469336, "36"], [1702469360, "37"], [1702469387, "37"], [1702469411, "37"], [1702469435, "37"], [1702469468, "37"], [1702469504, "37"], [1702469537, "38"], [1702469573, "38"], [1702469606, "38"], [1702469633, "38"], [1702469660, "38"], [1702469684, "38"], [1702469717, "38"], [1702469753, "39"], [1702469786, "39"], [1702469816, "39"], [1702469834, "39"], [1702469864, "39"], [1702469906, "40"], [1702469936, "40"], [1702469972, "40"], [1702470005, "40"], [1702470029, "40"], [1702470065, "40"], [1702470101, "40"], [1702470131, "40"], [1702470167, "41"], [1702470203, "41"], [1702470251, "41"], [1702470278, "41"], [1702470311, "42"], [1702470347, "42"], [1702470371, "42"], [1702470404, "42"], [1702470440, "42"], [1702470476, "42"], [1702470506, "43"], [1702470542, "43"], [1702470575, "43"], [1702470611, "43"], [1702470635, "44"], [1702470662, "44"], [1702470686, "44"], [1702470719, "44"], [1702470746, "45"], [1702470812, "45"], [1702470845, "45"], [1702470875, "46"], [1702470899, "46"], [1702470953, "46"], [1702470983, "46"], [1702471025, "47"], [1702471067, "47"], [1702471169, "48"], [1702471193, "48"], [1702471226, "48"], [1702471265, "48"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "4828"], [1702462721, "4828"], [1702462736, "4828"], [1702462751, "4828"], [1702462763, "4828"], [1702462793, "4828"], [1702462808, "4828"], [1702462829, "4829"], [1702462844, "4829"], [1702462865, "4829"], [1702462880, "4829"], [1702462904, "4829"], [1702462919, "4829"], [1702462952, "4829"], [1702462973, "4829"], [1702462988, "4829"], [1702463045, "4829"], [1702463081, "4829"], [1702463114, "4830"], [1702463150, "4830"], [1702463186, "4830"], [1702463216, "4830"], [1702463240, "4830"], [1702463273, "4830"], [1702463324, "4830"], [1702463354, "4831"], [1702463381, "4831"], [1702463417, "4831"], [1702463453, "4831"], [1702463477, "4831"], [1702463510, "4831"], [1702463537, "4831"], [1702463570, "4831"], [1702463591, "4832"], [1702463621, "4832"], [1702463657, "4832"], [1702463693, "4832"], [1702463729, "4832"], [1702463765, "4832"], [1702463798, "4832"], [1702463846, "4832"], [1702463873, "4833"], [1702463906, "4833"], [1702463948, "4833"], [1702463984, "4833"], [1702464014, "4833"], [1702464050, "4833"], [1702464086, "4833"], [1702464122, "4833"], [1702464155, "4834"], [1702464194, "4834"], [1702464230, "4834"], [1702464263, "4834"], [1702464299, "4834"], [1702464332, "4834"], [1702464356, "4835"], [1702464392, "4835"], [1702464425, "4835"], [1702464455, "4835"], [1702464479, "4835"], [1702464509, "4835"], [1702464533, "4835"], [1702464569, "4835"], [1702464605, "4835"], [1702464635, "4836"], [1702464671, "4836"], [1702464716, "4836"], [1702464743, "4836"], [1702464776, "4836"], [1702464812, "4836"], [1702464836, "4837"], [1702464869, "4837"], [1702464905, "4837"], [1702464926, "4837"], [1702464956, "4837"], [1702464992, "4837"], [1702465016, "4837"], [1702465049, "4837"], [1702465085, "4837"], [1702465118, "4838"], [1702465145, "4838"], [1702465178, "4838"], [1702465208, "4838"], [1702465241, "4838"], [1702465298, "4838"], [1702465334, "4838"], [1702465367, "4839"], [1702465394, "4839"], [1702465418, "4839"], [1702465445, "4839"], [1702465481, "4839"], [1702465517, "4839"], [1702465550, "4839"], [1702465586, "4839"], [1702465619, "4840"], [1702465658, "4840"], [1702465706, "4840"], [1702465754, "4840"], [1702465787, "4840"], [1702465823, "4840"], [1702465856, "4841"], [1702465880, "4841"], [1702465910, "4841"], [1702465952, "4841"], [1702465988, "4841"], [1702466015, "4841"], [1702466030, "4841"], [1702466060, "4841"], [1702466078, "4841"], [1702466138, "4842"], [1702466168, "4842"], [1702466204, "4842"], [1702466237, "4842"], [1702466261, "4842"], [1702466291, "4842"], [1702466327, "4842"], [1702466360, "4842"], [1702466384, "4843"], [1702466417, "4843"], [1702466441, "4843"], [1702466471, "4843"], [1702466507, "4843"], [1702466540, "4843"], [1702466597, "4844"], [1702466633, "4844"], [1702466666, "4844"], [1702466705, "4844"], [1702466732, "4844"], [1702466765, "4844"], [1702466801, "4844"], [1702466852, "4845"], [1702466876, "4845"], [1702466918, "4845"], [1702466978, "4845"], [1702467014, "4845"], [1702467038, "4845"], [1702467068, "4845"], [1702467122, "4846"], [1702467158, "4846"], [1702467191, "4846"], [1702467221, "4846"], [1702467257, "4846"], [1702467299, "4846"], [1702467350, "4846"], [1702467386, "4847"], [1702467419, "4847"], [1702467455, "4847"], [1702467515, "4848"], [1702467542, "4848"], [1702467566, "4848"], [1702467599, "4848"], [1702467635, "4848"], [1702467668, "4848"], [1702467695, "4848"], [1702467716, "4849"], [1702467746, "4849"], [1702467800, "4849"], [1702467824, "4849"], [1702467908, "4850"], [1702467944, "4850"], [1702467968, "4850"], [1702468001, "4850"], [1702468031, "4851"], [1702468067, "4851"], [1702468085, "4851"], [1702468115, "4851"], [1702468151, "4851"], [1702468181, "4852"], [1702468208, "4852"], [1702468241, "4852"], [1702468256, "4852"], [1702468286, "4852"], [1702468322, "4853"], [1702468352, "4853"], [1702468388, "4853"], [1702468424, "4853"], [1702468457, "4853"], [1702468493, "4853"], [1702468517, "4854"], [1702468550, "4854"], [1702468586, "4854"], [1702468613, "4854"], [1702468637, "4854"], [1702468679, "4855"], [1702468721, "4855"], [1702468730, "4855"], [1702468766, "4855"], [1702468799, "4855"], [1702468835, "4856"], [1702468898, "4856"], [1702468934, "4856"], [1702468970, "4857"], [1702468994, "4857"], [1702469024, "4857"], [1702469060, "4857"], [1702469111, "4857"], [1702469144, "4858"], [1702469168, "4858"], [1702469204, "4858"], [1702469237, "4858"], [1702469273, "4858"], [1702469303, "4859"], [1702469336, "4859"], [1702469360, "4859"], [1702469387, "4859"], [1702469411, "4859"], [1702469435, "4859"], [1702469468, "4860"], [1702469504, "4860"], [1702469537, "4860"], [1702469573, "4860"], [1702469606, "4860"], [1702469633, "4860"], [1702469660, "4861"], [1702469684, "4861"], [1702469717, "4861"], [1702469753, "4861"], [1702469786, "4861"], [1702469816, "4861"], [1702469834, "4862"], [1702469864, "4862"], [1702469906, "4862"], [1702469936, "4862"], [1702469972, "4862"], [1702470005, "4862"], [1702470029, "4863"], [1702470065, "4863"], [1702470101, "4863"], [1702470131, "4863"], [1702470167, "4863"], [1702470203, "4863"], [1702470251, "4864"], [1702470278, "4864"], [1702470311, "4864"], [1702470347, "4864"], [1702470371, "4864"], [1702470404, "4865"], [1702470440, "4865"], [1702470476, "4865"], [1702470506, "4865"], [1702470542, "4865"], [1702470575, "4865"], [1702470611, "4866"], [1702470635, "4866"], [1702470662, "4866"], [1702470686, "4866"], [1702470719, "4866"], [1702470746, "4866"], [1702470812, "4867"], [1702470845, "4867"], [1702470875, "4867"], [1702470899, "4867"], [1702470953, "4867"], [1702470983, "4867"], [1702471025, "4867"], [1702471067, "4868"], [1702471169, "4868"], [1702471193, "4868"], [1702471226, "4868"], [1702471265, "4868"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "14465"], [1702462721, "14465"], [1702462736, "14465"], [1702462751, "14465"], [1702462763, "14465"], [1702462793, "14465"], [1702462808, "14465"], [1702462829, "14465"], [1702462844, "14465"], [1702462865, "14465"], [1702462880, "14465"], [1702462904, "14465"], [1702462919, "14465"], [1702462952, "14465"], [1702462973, "14466"], [1702462988, "14466"], [1702463045, "14466"], [1702463081, "14466"], [1702463114, "14466"], [1702463150, "14467"], [1702463186, "14467"], [1702463216, "14467"], [1702463240, "14467"], [1702463273, "14467"], [1702463324, "14467"], [1702463354, "14467"], [1702463381, "14467"], [1702463417, "14467"], [1702463453, "14468"], [1702463477, "14468"], [1702463510, "14468"], [1702463537, "14468"], [1702463570, "14468"], [1702463591, "14468"], [1702463621, "14468"], [1702463657, "14468"], [1702463693, "14468"], [1702463729, "14468"], [1702463765, "14468"], [1702463798, "14468"], [1702463846, "14468"], [1702463873, "14469"], [1702463906, "14469"], [1702463948, "14469"], [1702463984, "14469"], [1702464014, "14469"], [1702464050, "14469"], [1702464086, "14469"], [1702464122, "14469"], [1702464155, "14469"], [1702464194, "14469"], [1702464230, "14470"], [1702464263, "14470"], [1702464299, "14470"], [1702464332, "14470"], [1702464356, "14470"], [1702464392, "14470"], [1702464425, "14471"], [1702464455, "14471"], [1702464479, "14471"], [1702464509, "14471"], [1702464533, "14471"], [1702464569, "14471"], [1702464605, "14471"], [1702464635, "14471"], [1702464671, "14471"], [1702464716, "14471"], [1702464743, "14471"], [1702464776, "14471"], [1702464812, "14471"], [1702464836, "14472"], [1702464869, "14472"], [1702464905, "14472"], [1702464926, "14472"], [1702464956, "14472"], [1702464992, "14472"], [1702465016, "14472"], [1702465049, "14472"], [1702465085, "14472"], [1702465118, "14472"], [1702465145, "14472"], [1702465178, "14472"], [1702465208, "14472"], [1702465241, "14473"], [1702465298, "14473"], [1702465334, "14473"], [1702465367, "14473"], [1702465394, "14473"], [1702465418, "14473"], [1702465445, "14473"], [1702465481, "14473"], [1702465517, "14473"], [1702465550, "14473"], [1702465586, "14473"], [1702465619, "14474"], [1702465658, "14474"], [1702465706, "14474"], [1702465754, "14474"], [1702465787, "14474"], [1702465823, "14474"], [1702465856, "14474"], [1702465880, "14474"], [1702465910, "14474"], [1702465952, "14474"], [1702465988, "14475"], [1702466015, "14475"], [1702466030, "14475"], [1702466060, "14475"], [1702466078, "14475"], [1702466138, "14475"], [1702466168, "14475"], [1702466204, "14475"], [1702466237, "14475"], [1702466261, "14475"], [1702466291, "14475"], [1702466327, "14475"], [1702466360, "14475"], [1702466384, "14475"], [1702466417, "14476"], [1702466441, "14476"], [1702466471, "14476"], [1702466507, "14476"], [1702466540, "14476"], [1702466597, "14476"], [1702466633, "14476"], [1702466666, "14476"], [1702466705, "14477"], [1702466732, "14477"], [1702466765, "14477"], [1702466801, "14477"], [1702466852, "14477"], [1702466876, "14477"], [1702466918, "14477"], [1702466978, "14477"], [1702467014, "14477"], [1702467038, "14477"], [1702467068, "14478"], [1702467122, "14478"], [1702467158, "14478"], [1702467191, "14478"], [1702467221, "14478"], [1702467257, "14478"], [1702467299, "14478"], [1702467350, "14478"], [1702467386, "14478"], [1702467419, "14479"], [1702467455, "14479"], [1702467515, "14479"], [1702467542, "14479"], [1702467566, "14479"], [1702467599, "14479"], [1702467635, "14479"], [1702467668, "14479"], [1702467695, "14479"], [1702467716, "14479"], [1702467746, "14479"], [1702467800, "14479"], [1702467824, "14480"], [1702467908, "14480"], [1702467944, "14480"], [1702467968, "14480"], [1702468001, "14480"], [1702468031, "14480"], [1702468067, "14480"], [1702468085, "14480"], [1702468115, "14480"], [1702468151, "14481"], [1702468181, "14481"], [1702468208, "14481"], [1702468241, "14481"], [1702468256, "14481"], [1702468286, "14481"], [1702468322, "14481"], [1702468352, "14481"], [1702468388, "14481"], [1702468424, "14482"], [1702468457, "14482"], [1702468493, "14482"], [1702468517, "14482"], [1702468550, "14482"], [1702468586, "14482"], [1702468613, "14482"], [1702468637, "14482"], [1702468679, "14482"], [1702468721, "14482"], [1702468730, "14483"], [1702468766, "14483"], [1702468799, "14483"], [1702468835, "14483"], [1702468898, "14483"], [1702468934, "14483"], [1702468970, "14484"], [1702468994, "14484"], [1702469024, "14484"], [1702469060, "14484"], [1702469111, "14484"], [1702469144, "14484"], [1702469168, "14484"], [1702469204, "14484"], [1702469237, "14484"], [1702469273, "14485"], [1702469303, "14485"], [1702469336, "14485"], [1702469360, "14485"], [1702469387, "14485"], [1702469411, "14485"], [1702469435, "14485"], [1702469468, "14485"], [1702469504, "14485"], [1702469537, "14485"], [1702469573, "14486"], [1702469606, "14486"], [1702469633, "14486"], [1702469660, "14486"], [1702469684, "14486"], [1702469717, "14486"], [1702469753, "14486"], [1702469786, "14486"], [1702469816, "14486"], [1702469834, "14486"], [1702469864, "14487"], [1702469906, "14487"], [1702469936, "14487"], [1702469972, "14487"], [1702470005, "14487"], [1702470029, "14487"], [1702470065, "14488"], [1702470101, "14488"], [1702470131, "14488"], [1702470167, "14488"], [1702470203, "14488"], [1702470251, "14488"], [1702470278, "14488"], [1702470311, "14488"], [1702470347, "14489"], [1702470371, "14489"], [1702470404, "14489"], [1702470440, "14489"], [1702470476, "14489"], [1702470506, "14489"], [1702470542, "14489"], [1702470575, "14489"], [1702470611, "14489"], [1702470635, "14489"], [1702470662, "14489"], [1702470686, "14489"], [1702470719, "14490"], [1702470746, "14490"], [1702470812, "14490"], [1702470845, "14490"], [1702470875, "14490"], [1702470899, "14490"], [1702470953, "14490"], [1702470983, "14490"], [1702471025, "14491"], [1702471067, "14491"], [1702471169, "14491"], [1702471193, "14491"], [1702471226, "14491"], [1702471265, "14491"]]}, {"metric": {"__name__": "kepler_container_kubelet_cpu_usage_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_kubelet_memory_bytes_total": [{"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "9564160"], [1702462721, "9564160"], [1702462736, "9564160"], [1702462751, "9564160"], [1702462763, "9564160"], [1702462793, "9564160"], [1702462808, "9564160"], [1702462829, "9564160"], [1702462844, "9564160"], [1702462865, "9564160"], [1702462880, "9564160"], [1702462904, "9564160"], [1702462919, "9564160"], [1702462952, "9564160"], [1702462973, "9564160"], [1702462988, "9564160"], [1702463045, "9564160"], [1702463081, "9564160"], [1702463114, "9564160"], [1702463150, "9564160"], [1702463186, "9564160"], [1702463216, "9564160"], [1702463240, "9564160"], [1702463273, "9564160"], [1702463324, "9564160"], [1702463354, "9564160"], [1702463381, "9564160"], [1702463417, "9564160"], [1702463453, "9564160"], [1702463477, "9564160"], [1702463510, "9564160"], [1702463537, "9564160"], [1702463570, "9564160"], [1702463591, "9564160"], [1702463621, "9564160"], [1702463657, "9564160"], [1702463693, "9564160"], [1702463729, "9564160"], [1702463765, "9564160"], [1702463798, "9564160"], [1702463846, "9564160"], [1702463873, "9564160"], [1702463906, "9564160"], [1702463948, "9564160"], [1702463984, "9564160"], [1702464014, "9564160"], [1702464050, "9564160"], [1702464086, "9564160"], [1702464122, "9564160"], [1702464155, "9564160"], [1702464194, "9564160"], [1702464230, "9564160"], [1702464263, "9564160"], [1702464299, "9564160"], [1702464332, "9564160"], [1702464356, "9564160"], [1702464392, "9564160"], [1702464425, "9564160"], [1702464455, "9564160"], [1702464479, "9564160"], [1702464509, "9564160"], [1702464533, "9564160"], [1702464569, "9564160"], [1702464605, "9564160"], [1702464635, "9564160"], [1702464671, "9564160"], [1702464716, "9564160"], [1702464743, "9564160"], [1702464776, "9564160"], [1702464812, "9564160"], [1702464836, "9564160"], [1702464869, "9564160"], [1702464905, "9564160"], [1702464926, "9564160"], [1702464956, "9564160"], [1702464992, "9564160"], [1702465016, "9564160"], [1702465049, "9564160"], [1702465085, "9564160"], [1702465118, "9564160"], [1702465145, "9564160"], [1702465178, "9564160"], [1702465208, "9564160"], [1702465241, "9564160"], [1702465298, "9564160"], [1702465334, "9564160"], [1702465367, "9564160"], [1702465394, "9564160"], [1702465418, "9564160"], [1702465445, "9564160"], [1702465481, "9564160"], [1702465517, "9564160"], [1702465550, "9564160"], [1702465586, "9564160"], [1702465619, "9564160"], [1702465658, "9564160"], [1702465706, "9564160"], [1702465754, "9564160"], [1702465787, "9564160"], [1702465823, "9564160"], [1702465856, "9564160"], [1702465880, "9564160"], [1702465910, "9564160"], [1702465952, "9564160"], [1702465988, "9564160"], [1702466015, "9564160"], [1702466030, "9564160"], [1702466060, "9564160"], [1702466078, "9564160"], [1702466138, "9564160"], [1702466168, "9564160"], [1702466204, "9564160"], [1702466237, "9564160"], [1702466261, "9564160"], [1702466291, "9564160"], [1702466327, "9564160"], [1702466360, "9564160"], [1702466384, "9564160"], [1702466417, "9564160"], [1702466441, "9564160"], [1702466471, "9564160"], [1702466507, "9564160"], [1702466540, "9564160"], [1702466597, "9564160"], [1702466633, "9564160"], [1702466666, "9564160"], [1702466705, "9564160"], [1702466732, "9564160"], [1702466765, "9564160"], [1702466801, "9564160"], [1702466852, "9564160"], [1702466876, "9564160"], [1702466918, "9564160"], [1702466978, "9564160"], [1702467014, "9564160"], [1702467038, "9564160"], [1702467068, "9564160"], [1702467122, "9564160"], [1702467158, "9564160"], [1702467191, "9564160"], [1702467221, "9564160"], [1702467257, "9564160"], [1702467299, "9564160"], [1702467350, "9564160"], [1702467386, "9564160"], [1702467419, "9564160"], [1702467455, "9564160"], [1702467515, "9564160"], [1702467542, "9564160"], [1702467566, "9564160"], [1702467599, "9564160"], [1702467635, "9564160"], [1702467668, "9564160"], [1702467695, "9564160"], [1702467716, "9564160"], [1702467746, "9564160"], [1702467800, "9564160"], [1702467824, "9564160"], [1702467908, "9564160"], [1702467944, "9564160"], [1702467968, "9564160"], [1702468001, "9564160"], [1702468031, "9564160"], [1702468067, "9564160"], [1702468085, "9564160"], [1702468115, "9564160"], [1702468151, "9564160"], [1702468181, "9564160"], [1702468208, "9564160"], [1702468241, "9564160"], [1702468256, "9564160"], [1702468286, "9564160"], [1702468322, "9564160"], [1702468352, "9564160"], [1702468388, "9564160"], [1702468424, "9564160"], [1702468457, "9564160"], [1702468493, "9564160"], [1702468517, "9564160"], [1702468550, "9564160"], [1702468586, "9564160"], [1702468613, "9564160"], [1702468637, "9564160"], [1702468679, "9564160"], [1702468721, "9564160"], [1702468730, "9564160"], [1702468766, "9564160"], [1702468799, "9564160"], [1702468835, "9564160"], [1702468898, "9564160"], [1702468934, "9564160"], [1702468970, "9564160"], [1702468994, "9564160"], [1702469024, "9564160"], [1702469060, "9564160"], [1702469111, "9564160"], [1702469144, "9564160"], [1702469168, "9564160"], [1702469204, "9564160"], [1702469237, "9564160"], [1702469273, "9564160"], [1702469303, "9564160"], [1702469336, "9564160"], [1702469360, "9564160"], [1702469387, "9564160"], [1702469411, "9564160"], [1702469435, "9564160"], [1702469468, "9564160"], [1702469504, "9564160"], [1702469537, "9564160"], [1702469573, "9564160"], [1702469606, "9564160"], [1702469633, "9564160"], [1702469660, "9564160"], [1702469684, "9564160"], [1702469717, "9564160"], [1702469753, "9564160"], [1702469786, "9564160"], [1702469816, "9564160"], [1702469834, "9564160"], [1702469864, "9564160"], [1702469906, "9564160"], [1702469936, "9564160"], [1702469972, "9564160"], [1702470005, "9564160"], [1702470029, "9564160"], [1702470065, "9564160"], [1702470101, "9564160"], [1702470131, "9564160"], [1702470167, "9564160"], [1702470203, "9564160"], [1702470251, "9564160"], [1702470278, "9564160"], [1702470311, "9564160"], [1702470347, "9564160"], [1702470371, "9564160"], [1702470404, "9564160"], [1702470440, "9564160"], [1702470476, "9564160"], [1702470506, "9564160"], [1702470542, "9564160"], [1702470575, "9564160"], [1702470611, "9564160"], [1702470635, "9564160"], [1702470662, "9564160"], [1702470686, "9564160"], [1702470719, "9564160"], [1702470746, "9564160"], [1702470812, "9564160"], [1702470845, "9564160"], [1702470875, "9564160"], [1702470899, "9564160"], [1702470953, "9564160"], [1702470983, "9564160"], [1702471025, "9564160"], [1702471067, "9564160"], [1702471169, "9564160"], [1702471193, "9564160"], [1702471226, "9564160"], [1702471265, "9564160"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "52817920"], [1702462721, "52809728"], [1702462736, "52899840"], [1702462751, "52899840"], [1702462763, "52932608"], [1702462793, "52940800"], [1702462808, "52936704"], [1702462829, "52965376"], [1702462844, "53678080"], [1702462865, "52961280"], [1702462880, "52957184"], [1702462904, "53035008"], [1702462919, "53063680"], [1702462952, "53387264"], [1702462973, "52637696"], [1702462988, "52662272"], [1702463045, "52711424"], [1702463081, "52695040"], [1702463114, "52809728"], [1702463150, "52862976"], [1702463186, "52928512"], [1702463216, "52670464"], [1702463240, "52674560"], [1702463273, "52690944"], [1702463324, "52682752"], [1702463354, "52756480"], [1702463381, "52842496"], [1702463417, "52899840"], [1702463453, "52547584"], [1702463477, "52547584"], [1702463510, "52543488"], [1702463537, "52645888"], [1702463570, "52580352"], [1702463591, "52629504"], [1702463621, "52633600"], [1702463657, "52649984"], [1702463693, "52916224"], [1702463729, "53112832"], [1702463765, "53231616"], [1702463798, "52531200"], [1702463846, "52539392"], [1702463873, "52547584"], [1702463906, "52584448"], [1702463948, "52658176"], [1702463984, "52871168"], [1702464014, "52899840"], [1702464050, "52645888"], [1702464086, "52662272"], [1702464122, "52662272"], [1702464155, "52707328"], [1702464194, "52973568"], [1702464230, "53121024"], [1702464263, "53170176"], [1702464299, "52518912"], [1702464332, "52527104"], [1702464356, "52523008"], [1702464392, "52547584"], [1702464425, "52781056"], [1702464455, "52875264"], [1702464479, "52944896"], [1702464509, "52944896"], [1702464533, "52707328"], [1702464569, "52776960"], [1702464605, "52781056"], [1702464635, "52592640"], [1702464671, "52662272"], [1702464716, "52756480"], [1702464743, "52850688"], [1702464776, "52908032"], [1702464812, "52658176"], [1702464836, "52695040"], [1702464869, "52756480"], [1702464905, "53022720"], [1702464926, "52838400"], [1702464956, "52871168"], [1702464992, "52891648"], [1702465016, "52600832"], [1702465049, "52596736"], [1702465085, "52604928"], [1702465118, "52699136"], [1702465145, "52699136"], [1702465178, "52736000"], [1702465208, "52830208"], [1702465241, "52854784"], [1702465298, "53153792"], [1702465334, "52912128"], [1702465367, "52678656"], [1702465394, "52776960"], [1702465418, "52920320"], [1702465445, "52961280"], [1702465481, "52781056"], [1702465517, "52580352"], [1702465550, "53092352"], [1702465586, "52703232"], [1702465619, "52699136"], [1702465658, "52854784"], [1702465706, "52957184"], [1702465754, "52850688"], [1702465787, "52854784"], [1702465823, "52924416"], [1702465856, "52641792"], [1702465880, "52695040"], [1702465910, "52699136"], [1702465952, "52686848"], [1702465988, "52596736"], [1702466015, "52629504"], [1702466030, "52674560"], [1702466060, "52690944"], [1702466078, "52723712"], [1702466138, "52883456"], [1702466168, "53002240"], [1702466204, "52912128"], [1702466237, "52674560"], [1702466261, "52695040"], [1702466291, "52699136"], [1702466327, "52678656"], [1702466360, "52838400"], [1702466384, "52920320"], [1702466417, "53043200"], [1702466441, "52629504"], [1702466471, "52641792"], [1702466507, "52641792"], [1702466540, "52768768"], [1702466597, "52654080"], [1702466633, "52703232"], [1702466666, "52772864"], [1702466705, "52613120"], [1702466732, "52822016"], [1702466765, "52908032"], [1702466801, "52621312"], [1702466852, "52719616"], [1702466876, "52731904"], [1702466918, "52862976"], [1702466978, "52994048"], [1702467014, "53334016"], [1702467038, "53141504"], [1702467068, "52604928"], [1702467122, "52625408"], [1702467158, "52785152"], [1702467191, "52744192"], [1702467221, "52891648"], [1702467257, "53526528"], [1702467299, "52629504"], [1702467350, "52678656"], [1702467386, "52703232"], [1702467419, "52527104"], [1702467455, "52670464"], [1702467515, "52760576"], [1702467542, "53092352"], [1702467566, "53133312"], [1702467599, "53137408"], [1702467635, "53153792"], [1702467668, "52609024"], [1702467695, "52604928"], [1702467716, "52613120"], [1702467746, "52682752"], [1702467800, "52891648"], [1702467824, "52961280"], [1702467908, "52449280"], [1702467944, "52453376"], [1702467968, "52449280"], [1702468001, "52760576"], [1702468031, "52862976"], [1702468067, "53039104"], [1702468085, "53096448"], [1702468115, "53170176"], [1702468151, "52654080"], [1702468181, "52649984"], [1702468208, "52645888"], [1702468241, "52592640"], [1702468256, "52617216"], [1702468286, "52617216"], [1702468322, "52674560"], [1702468352, "52981760"], [1702468388, "52498432"], [1702468424, "52649984"], [1702468457, "52654080"], [1702468493, "52658176"], [1702468517, "52744192"], [1702468550, "52768768"], [1702468586, "52776960"], [1702468613, "52486144"], [1702468637, "52510720"], [1702468679, "52518912"], [1702468721, "52797440"], [1702468730, "52858880"], [1702468766, "52948992"], [1702468799, "53354496"], [1702468835, "53153792"], [1702468898, "53010432"], [1702468934, "52748288"], [1702468970, "52887552"], [1702468994, "53501952"], [1702469024, "52736000"], [1702469060, "52768768"], [1702469111, "52695040"], [1702469144, "53215232"], [1702469168, "52711424"], [1702469204, "52531200"], [1702469237, "52625408"], [1702469273, "52637696"], [1702469303, "52695040"], [1702469336, "52822016"], [1702469360, "52875264"], [1702469387, "52867072"], [1702469411, "52875264"], [1702469435, "52613120"], [1702469468, "52617216"], [1702469504, "52899840"], [1702469537, "52895744"], [1702469573, "52572160"], [1702469606, "52576256"], [1702469633, "52588544"], [1702469660, "52596736"], [1702469684, "52625408"], [1702469717, "52654080"], [1702469753, "52662272"], [1702469786, "52658176"], [1702469816, "52654080"], [1702469834, "52817920"], [1702469864, "52830208"], [1702469906, "52924416"], [1702469936, "53219328"], [1702469972, "53252096"], [1702470005, "53288960"], [1702470029, "53288960"], [1702470065, "52797440"], [1702470101, "52793344"], [1702470131, "52789248"], [1702470167, "52924416"], [1702470203, "53129216"], [1702470251, "53256192"], [1702470278, "53370880"], [1702470311, "52756480"], [1702470347, "52744192"], [1702470371, "52809728"], [1702470404, "52584448"], [1702470440, "52740096"], [1702470476, "52854784"], [1702470506, "52846592"], [1702470542, "52727808"], [1702470575, "52731904"], [1702470611, "52764672"], [1702470635, "52666368"], [1702470662, "52727808"], [1702470686, "52797440"], [1702470719, "52862976"], [1702470746, "52961280"], [1702470812, "52563968"], [1702470845, "52826112"], [1702470875, "52731904"], [1702470899, "52834304"], [1702470953, "52924416"], [1702470983, "53186560"], [1702471025, "52621312"], [1702471067, "52637696"], [1702471169, "52785152"], [1702471193, "53043200"], [1702471226, "52785152"], [1702471265, "52584448"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "38793216"], [1702462721, "38793216"], [1702462736, "39202816"], [1702462751, "39206912"], [1702462763, "39346176"], [1702462793, "39399424"], [1702462808, "39452672"], [1702462829, "39452672"], [1702462844, "39514112"], [1702462865, "39542784"], [1702462880, "39550976"], [1702462904, "39575552"], [1702462919, "39567360"], [1702462952, "39571456"], [1702462973, "39424000"], [1702462988, "39428096"], [1702463045, "39428096"], [1702463081, "39428096"], [1702463114, "38748160"], [1702463150, "38748160"], [1702463186, "38744064"], [1702463216, "38748160"], [1702463240, "38748160"], [1702463273, "38748160"], [1702463324, "38809600"], [1702463354, "38817792"], [1702463381, "38813696"], [1702463417, "38813696"], [1702463453, "38563840"], [1702463477, "38559744"], [1702463510, "38572032"], [1702463537, "38690816"], [1702463570, "38617088"], [1702463591, "38617088"], [1702463621, "38617088"], [1702463657, "38617088"], [1702463693, "38686720"], [1702463729, "38694912"], [1702463765, "38739968"], [1702463798, "38739968"], [1702463846, "38760448"], [1702463873, "38756352"], [1702463906, "38756352"], [1702463948, "38756352"], [1702463984, "38752256"], [1702464014, "38756352"], [1702464050, "39014400"], [1702464086, "38752256"], [1702464122, "38756352"], [1702464155, "38764544"], [1702464194, "38764544"], [1702464230, "38764544"], [1702464263, "38760448"], [1702464299, "38535168"], [1702464332, "38535168"], [1702464356, "38531072"], [1702464392, "38531072"], [1702464425, "38551552"], [1702464455, "38637568"], [1702464479, "38699008"], [1702464509, "38883328"], [1702464533, "38883328"], [1702464569, "38887424"], [1702464605, "38891520"], [1702464635, "38674432"], [1702464671, "38670336"], [1702464716, "38670336"], [1702464743, "38715392"], [1702464776, "38719488"], [1702464812, "38715392"], [1702464836, "38715392"], [1702464869, "38715392"], [1702464905, "38723584"], [1702464926, "38723584"], [1702464956, "38719488"], [1702464992, "38735872"], [1702465016, "38744064"], [1702465049, "38744064"], [1702465085, "38748160"], [1702465118, "38748160"], [1702465145, "38748160"], [1702465178, "38752256"], [1702465208, "38752256"], [1702465241, "38752256"], [1702465298, "38752256"], [1702465334, "38752256"], [1702465367, "38756352"], [1702465394, "38756352"], [1702465418, "38756352"], [1702465445, "38752256"], [1702465481, "38862848"], [1702465517, "38862848"], [1702465550, "38903808"], [1702465586, "38916096"], [1702465619, "38961152"], [1702465658, "38961152"], [1702465706, "38961152"], [1702465754, "38985728"], [1702465787, "38985728"], [1702465823, "38981632"], [1702465856, "38424576"], [1702465880, "38428672"], [1702465910, "38424576"], [1702465952, "38428672"], [1702465988, "38502400"], [1702466015, "38506496"], [1702466030, "38502400"], [1702466060, "38506496"], [1702466078, "38535168"], [1702466138, "38535168"], [1702466168, "38531072"], [1702466204, "38539264"], [1702466237, "38535168"], [1702466261, "38535168"], [1702466291, "38604800"], [1702466327, "38707200"], [1702466360, "38711296"], [1702466384, "38707200"], [1702466417, "38707200"], [1702466441, "38731776"], [1702466471, "38735872"], [1702466507, "38780928"], [1702466540, "38780928"], [1702466597, "38776832"], [1702466633, "38785024"], [1702466666, "38780928"], [1702466705, "38793216"], [1702466732, "38793216"], [1702466765, "38797312"], [1702466801, "38797312"], [1702466852, "38793216"], [1702466876, "38797312"], [1702466918, "38793216"], [1702466978, "38793216"], [1702467014, "39059456"], [1702467038, "38793216"], [1702467068, "38797312"], [1702467122, "38797312"], [1702467158, "38797312"], [1702467191, "38797312"], [1702467221, "38797312"], [1702467257, "38793216"], [1702467299, "38797312"], [1702467350, "38801408"], [1702467386, "38793216"], [1702467419, "38797312"], [1702467455, "38801408"], [1702467515, "38793216"], [1702467542, "38801408"], [1702467566, "38797312"], [1702467599, "38797312"], [1702467635, "38797312"], [1702467668, "38842368"], [1702467695, "39124992"], [1702467716, "38903808"], [1702467746, "39034880"], [1702467800, "39301120"], [1702467824, "39038976"], [1702467908, "39038976"], [1702467944, "39034880"], [1702467968, "39038976"], [1702468001, "38711296"], [1702468031, "38715392"], [1702468067, "38711296"], [1702468085, "38711296"], [1702468115, "38711296"], [1702468151, "38719488"], [1702468181, "38711296"], [1702468208, "38715392"], [1702468241, "38711296"], [1702468256, "38715392"], [1702468286, "38715392"], [1702468322, "38711296"], [1702468352, "38711296"], [1702468388, "38711296"], [1702468424, "38711296"], [1702468457, "38711296"], [1702468493, "38715392"], [1702468517, "38715392"], [1702468550, "38715392"], [1702468586, "38715392"], [1702468613, "38518784"], [1702468637, "38518784"], [1702468679, "38518784"], [1702468721, "38514688"], [1702468730, "38576128"], [1702468766, "38572032"], [1702468799, "38576128"], [1702468835, "38674432"], [1702468898, "38670336"], [1702468934, "38670336"], [1702468970, "38694912"], [1702468994, "38690816"], [1702469024, "38699008"], [1702469060, "38760448"], [1702469111, "39186432"], [1702469144, "38928384"], [1702469168, "38924288"], [1702469204, "38604800"], [1702469237, "38600704"], [1702469273, "38604800"], [1702469303, "38604800"], [1702469336, "38625280"], [1702469360, "38633472"], [1702469387, "38637568"], [1702469411, "38633472"], [1702469435, "38670336"], [1702469468, "38666240"], [1702469504, "38670336"], [1702469537, "38666240"], [1702469573, "38670336"], [1702469606, "38670336"], [1702469633, "39190528"], [1702469660, "38682624"], [1702469684, "38887424"], [1702469717, "38883328"], [1702469753, "39149568"], [1702469786, "38883328"], [1702469816, "38895616"], [1702469834, "38891520"], [1702469864, "38895616"], [1702469906, "38895616"], [1702469936, "38891520"], [1702469972, "38891520"], [1702470005, "38895616"], [1702470029, "38895616"], [1702470065, "38895616"], [1702470101, "38899712"], [1702470131, "38891520"], [1702470167, "38567936"], [1702470203, "38567936"], [1702470251, "38563840"], [1702470278, "38645760"], [1702470311, "38641664"], [1702470347, "38641664"], [1702470371, "38641664"], [1702470404, "38637568"], [1702470440, "38637568"], [1702470476, "38641664"], [1702470506, "38641664"], [1702470542, "38641664"], [1702470575, "38641664"], [1702470611, "38641664"], [1702470635, "38637568"], [1702470662, "38658048"], [1702470686, "38653952"], [1702470719, "38658048"], [1702470746, "38658048"], [1702470812, "38653952"], [1702470845, "38653952"], [1702470875, "38662144"], [1702470899, "38653952"], [1702470953, "38653952"], [1702470983, "38662144"], [1702471025, "38653952"], [1702471067, "38658048"], [1702471169, "38653952"], [1702471193, "38653952"], [1702471226, "38653952"], [1702471265, "38686720"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "12640256"], [1702462721, "12640256"], [1702462736, "12423168"], [1702462751, "12533760"], [1702462763, "12533760"], [1702462793, "12713984"], [1702462808, "12713984"], [1702462829, "13070336"], [1702462844, "13070336"], [1702462865, "12812288"], [1702462880, "12918784"], [1702462904, "12943360"], [1702462919, "12943360"], [1702462952, "12500992"], [1702462973, "12505088"], [1702462988, "12505088"], [1702463045, "12591104"], [1702463081, "13078528"], [1702463114, "14286848"], [1702463150, "14700544"], [1702463186, "14643200"], [1702463216, "16412672"], [1702463240, "16470016"], [1702463273, "16551936"], [1702463324, "16535552"], [1702463354, "16535552"], [1702463381, "16539648"], [1702463417, "15826944"], [1702463453, "16080896"], [1702463477, "15364096"], [1702463510, "15364096"], [1702463537, "15364096"], [1702463570, "15388672"], [1702463591, "15556608"], [1702463621, "14888960"], [1702463657, "14888960"], [1702463693, "15372288"], [1702463729, "15396864"], [1702463765, "15101952"], [1702463798, "14512128"], [1702463846, "14426112"], [1702463873, "14925824"], [1702463906, "14925824"], [1702463948, "15245312"], [1702463984, "15163392"], [1702464014, "15482880"], [1702464050, "17383424"], [1702464086, "17555456"], [1702464122, "17408000"], [1702464155, "17457152"], [1702464194, "17457152"], [1702464230, "16945152"], [1702464263, "16945152"], [1702464299, "16945152"], [1702464332, "17747968"], [1702464356, "17727488"], [1702464392, "17915904"], [1702464425, "17915904"], [1702464455, "15716352"], [1702464479, "15716352"], [1702464509, "15720448"], [1702464533, "15122432"], [1702464569, "15785984"], [1702464605, "15220736"], [1702464635, "15884288"], [1702464671, "14139392"], [1702464716, "15241216"], [1702464743, "15245312"], [1702464776, "15073280"], [1702464812, "15089664"], [1702464836, "15122432"], [1702464869, "15155200"], [1702464905, "15859712"], [1702464926, "15212544"], [1702464956, "15482880"], [1702464992, "15785984"], [1702465016, "15859712"], [1702465049, "15908864"], [1702465085, "15220736"], [1702465118, "15147008"], [1702465145, "15810560"], [1702465178, "15294464"], [1702465208, "15294464"], [1702465241, "15519744"], [1702465298, "13967360"], [1702465334, "14131200"], [1702465367, "15720448"], [1702465394, "15720448"], [1702465418, "15769600"], [1702465445, "16678912"], [1702465481, "16687104"], [1702465517, "16793600"], [1702465550, "15687680"], [1702465586, "16588800"], [1702465619, "15851520"], [1702465658, "16089088"], [1702465706, "16769024"], [1702465754, "16805888"], [1702465787, "17207296"], [1702465823, "16117760"], [1702465856, "16433152"], [1702465880, "14159872"], [1702465910, "15167488"], [1702465952, "15503360"], [1702465988, "16613376"], [1702466015, "16900096"], [1702466030, "16355328"], [1702466060, "16379904"], [1702466078, "16379904"], [1702466138, "16601088"], [1702466168, "16891904"], [1702466204, "15310848"], [1702466237, "15122432"], [1702466261, "15122432"], [1702466291, "15769600"], [1702466327, "16236544"], [1702466360, "16269312"], [1702466384, "16347136"], [1702466417, "16347136"], [1702466441, "15749120"], [1702466471, "17068032"], [1702466507, "17092608"], [1702466540, "17141760"], [1702466597, "17444864"], [1702466633, "17453056"], [1702466666, "18108416"], [1702466705, "18706432"], [1702466732, "16084992"], [1702466765, "16084992"], [1702466801, "16084992"], [1702466852, "14872576"], [1702466876, "14872576"], [1702466918, "16216064"], [1702466978, "16048128"], [1702467014, "16449536"], [1702467038, "16531456"], [1702467068, "16089088"], [1702467122, "16089088"], [1702467158, "16687104"], [1702467191, "15839232"], [1702467221, "16543744"], [1702467257, "16158720"], [1702467299, "15544320"], [1702467350, "16977920"], [1702467386, "17051648"], [1702467419, "17231872"], [1702467455, "18358272"], [1702467515, "17985536"], [1702467542, "17485824"], [1702467566, "17485824"], [1702467599, "17485824"], [1702467635, "15273984"], [1702467668, "15986688"], [1702467695, "13922304"], [1702467716, "15192064"], [1702467746, "15192064"], [1702467800, "16166912"], [1702467824, "16842752"], [1702467908, "16576512"], [1702467944, "16576512"], [1702467968, "18149376"], [1702468001, "17510400"], [1702468031, "17510400"], [1702468067, "18206720"], [1702468085, "18206720"], [1702468115, "18206720"], [1702468151, "18210816"], [1702468181, "15712256"], [1702468208, "15712256"], [1702468241, "16375808"], [1702468256, "16269312"], [1702468286, "16318464"], [1702468322, "16334848"], [1702468352, "16474112"], [1702468388, "16474112"], [1702468424, "16474112"], [1702468457, "16490496"], [1702468493, "15314944"], [1702468517, "15552512"], [1702468550, "14422016"], [1702468586, "15790080"], [1702468613, "15831040"], [1702468637, "15953920"], [1702468679, "16642048"], [1702468721, "17633280"], [1702468730, "17633280"], [1702468766, "17731584"], [1702468799, "16236544"], [1702468835, "16941056"], [1702468898, "16228352"], [1702468934, "16572416"], [1702468970, "15720448"], [1702468994, "16490496"], [1702469024, "16490496"], [1702469060, "17383424"], [1702469111, "17465344"], [1702469144, "17858560"], [1702469168, "18046976"], [1702469204, "17489920"], [1702469237, "18489344"], [1702469273, "18489344"], [1702469303, "16588800"], [1702469336, "16588800"], [1702469360, "17055744"], [1702469387, "17055744"], [1702469411, "17203200"], [1702469435, "16310272"], [1702469468, "16232448"], [1702469504, "16224256"], [1702469537, "16994304"], [1702469573, "15859712"], [1702469606, "16576512"], [1702469633, "16576512"], [1702469660, "18124800"], [1702469684, "18124800"], [1702469717, "18227200"], [1702469753, "18227200"], [1702469786, "18362368"], [1702469816, "18362368"], [1702469834, "18423808"], [1702469864, "15572992"], [1702469906, "16547840"], [1702469936, "17629184"], [1702469972, "17727488"], [1702470005, "17842176"], [1702470029, "18956288"], [1702470065, "17833984"], [1702470101, "17833984"], [1702470131, "18030592"], [1702470167, "17694720"], [1702470203, "17694720"], [1702470251, "17694720"], [1702470278, "17301504"], [1702470311, "17408000"], [1702470347, "17408000"], [1702470371, "16482304"], [1702470404, "16482304"], [1702470440, "17154048"], [1702470476, "15933440"], [1702470506, "16605184"], [1702470542, "16424960"], [1702470575, "15826944"], [1702470611, "15835136"], [1702470635, "15745024"], [1702470662, "16408576"], [1702470686, "16408576"], [1702470719, "16482304"], [1702470746, "16482304"], [1702470812, "16605184"], [1702470845, "15720448"], [1702470875, "15867904"], [1702470899, "15876096"], [1702470953, "17842176"], [1702470983, "17940480"], [1702471025, "17563648"], [1702471067, "17563648"], [1702471169, "16171008"], [1702471193, "16097280"], [1702471226, "17080320"], [1702471265, "17178624"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "91754496"], [1702462721, "98488320"], [1702462736, "100540416"], [1702462751, "104513536"], [1702462763, "88580096"], [1702462793, "87609344"], [1702462808, "84606976"], [1702462829, "103424000"], [1702462844, "91631616"], [1702462865, "100241408"], [1702462880, "111292416"], [1702462904, "97181696"], [1702462919, "88170496"], [1702462952, "96448512"], [1702462973, "89272320"], [1702462988, "111624192"], [1702463045, "90718208"], [1702463081, "97742848"], [1702463114, "103170048"], [1702463150, "108408832"], [1702463186, "106819584"], [1702463216, "111632384"], [1702463240, "107909120"], [1702463273, "107823104"], [1702463324, "89681920"], [1702463354, "91971584"], [1702463381, "91885568"], [1702463417, "106700800"], [1702463453, "97738752"], [1702463477, "112398336"], [1702463510, "109113344"], [1702463537, "101502976"], [1702463570, "97243136"], [1702463591, "102297600"], [1702463621, "107200512"], [1702463657, "111165440"], [1702463693, "112173056"], [1702463729, "114442240"], [1702463765, "117919744"], [1702463798, "107028480"], [1702463846, "100102144"], [1702463873, "105209856"], [1702463906, "106418176"], [1702463948, "108404736"], [1702463984, "111398912"], [1702464014, "116535296"], [1702464050, "108683264"], [1702464086, "95883264"], [1702464122, "110768128"], [1702464155, "102699008"], [1702464194, "111067136"], [1702464230, "94269440"], [1702464263, "117137408"], [1702464299, "115605504"], [1702464332, "116809728"], [1702464356, "108851200"], [1702464392, "115933184"], [1702464425, "119705600"], [1702464455, "113684480"], [1702464479, "112316416"], [1702464509, "114577408"], [1702464533, "107393024"], [1702464569, "114532352"], [1702464605, "118542336"], [1702464635, "121069568"], [1702464671, "114728960"], [1702464716, "118325248"], [1702464743, "118865920"], [1702464776, "118890496"], [1702464812, "111480832"], [1702464836, "108830720"], [1702464869, "115535872"], [1702464905, "114196480"], [1702464926, "109973504"], [1702464956, "112017408"], [1702464992, "118415360"], [1702465016, "112254976"], [1702465049, "117747712"], [1702465085, "116527104"], [1702465118, "111636480"], [1702465145, "122060800"], [1702465178, "109350912"], [1702465208, "116490240"], [1702465241, "116932608"], [1702465298, "110759936"], [1702465334, "108695552"], [1702465367, "120479744"], [1702465394, "118509568"], [1702465418, "96690176"], [1702465445, "115326976"], [1702465481, "111202304"], [1702465517, "109309952"], [1702465550, "113860608"], [1702465586, "113930240"], [1702465619, "110710784"], [1702465658, "107851776"], [1702465706, "113627136"], [1702465754, "113684480"], [1702465787, "116817920"], [1702465823, "116244480"], [1702465856, "120844288"], [1702465880, "112422912"], [1702465910, "109154304"], [1702465952, "113115136"], [1702465988, "119222272"], [1702466015, "112115712"], [1702466030, "114163712"], [1702466060, "110505984"], [1702466078, "104177664"], [1702466138, "97251328"], [1702466168, "117784576"], [1702466204, "113303552"], [1702466237, "118808576"], [1702466261, "122892288"], [1702466291, "110292992"], [1702466327, "111083520"], [1702466360, "117018624"], [1702466384, "118562816"], [1702466417, "116961280"], [1702466441, "117874688"], [1702466471, "112947200"], [1702466507, "108490752"], [1702466540, "117182464"], [1702466597, "96808960"], [1702466633, "110559232"], [1702466666, "120340480"], [1702466705, "119894016"], [1702466732, "116391936"], [1702466765, "107266048"], [1702466801, "115335168"], [1702466852, "102281216"], [1702466876, "120348672"], [1702466918, "112029696"], [1702466978, "131796992"], [1702467014, "124518400"], [1702467038, "128520192"], [1702467068, "129265664"], [1702467122, "122781696"], [1702467158, "110706688"], [1702467191, "122650624"], [1702467221, "121163776"], [1702467257, "120029184"], [1702467299, "121835520"], [1702467350, "118509568"], [1702467386, "122548224"], [1702467419, "127430656"], [1702467455, "124841984"], [1702467515, "110092288"], [1702467542, "117547008"], [1702467566, "113397760"], [1702467599, "116137984"], [1702467635, "121700352"], [1702467668, "125337600"], [1702467695, "124235776"], [1702467716, "123613184"], [1702467746, "110608384"], [1702467800, "113999872"], [1702467824, "124231680"], [1702467908, "123146240"], [1702467944, "109367296"], [1702467968, "116740096"], [1702468001, "112955392"], [1702468031, "99303424"], [1702468067, "132501504"], [1702468085, "116887552"], [1702468115, "115208192"], [1702468151, "120479744"], [1702468181, "126238720"], [1702468208, "128200704"], [1702468241, "118878208"], [1702468256, "106000384"], [1702468286, "116617216"], [1702468322, "118538240"], [1702468352, "112431104"], [1702468388, "121036800"], [1702468424, "124313600"], [1702468457, "124059648"], [1702468493, "124747776"], [1702468517, "122077184"], [1702468550, "110305280"], [1702468586, "113049600"], [1702468613, "121593856"], [1702468637, "115572736"], [1702468679, "110436352"], [1702468721, "118046720"], [1702468730, "118231040"], [1702468766, "104308736"], [1702468799, "121090048"], [1702468835, "121114624"], [1702468898, "96583680"], [1702468934, "113008640"], [1702468970, "119291904"], [1702468994, "126730240"], [1702469024, "106414080"], [1702469060, "105000960"], [1702469111, "95268864"], [1702469144, "126877696"], [1702469168, "122646528"], [1702469204, "116383744"], [1702469237, "118910976"], [1702469273, "119406592"], [1702469303, "124616704"], [1702469336, "123338752"], [1702469360, "109350912"], [1702469387, "110579712"], [1702469411, "106061824"], [1702469435, "114155520"], [1702469468, "105193472"], [1702469504, "111087616"], [1702469537, "120610816"], [1702469573, "113586176"], [1702469606, "122552320"], [1702469633, "122441728"], [1702469660, "126214144"], [1702469684, "116543488"], [1702469717, "113786880"], [1702469753, "119484416"], [1702469786, "119058432"], [1702469816, "118648832"], [1702469834, "113266688"], [1702469864, "110673920"], [1702469906, "108892160"], [1702469936, "117731328"], [1702469972, "112431104"], [1702470005, "122691584"], [1702470029, "121462784"], [1702470065, "127197184"], [1702470101, "122712064"], [1702470131, "109469696"], [1702470167, "106881024"], [1702470203, "113647616"], [1702470251, "103399424"], [1702470278, "100884480"], [1702470311, "115707904"], [1702470347, "110960640"], [1702470371, "121614336"], [1702470404, "122515456"], [1702470440, "120213504"], [1702470476, "121786368"], [1702470506, "118132736"], [1702470542, "118915072"], [1702470575, "122388480"], [1702470611, "119218176"], [1702470635, "111943680"], [1702470662, "114569216"], [1702470686, "107335680"], [1702470719, "114851840"], [1702470746, "113102848"], [1702470812, "112762880"], [1702470845, "116416512"], [1702470875, "118468608"], [1702470899, "118530048"], [1702470953, "114671616"], [1702470983, "114491392"], [1702471025, "111190016"], [1702471067, "108179456"], [1702471169, "119529472"], [1702471193, "119476224"], [1702471226, "112013312"], [1702471265, "119132160"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "100110336"], [1702462721, "100118528"], [1702462736, "99344384"], [1702462751, "99348480"], [1702462763, "99348480"], [1702462793, "99348480"], [1702462808, "96026624"], [1702462829, "96030720"], [1702462844, "96092160"], [1702462865, "96141312"], [1702462880, "96157696"], [1702462904, "96178176"], [1702462919, "96178176"], [1702462952, "96567296"], [1702462973, "96624640"], [1702462988, "96628736"], [1702463045, "95117312"], [1702463081, "95117312"], [1702463114, "95113216"], [1702463150, "96161792"], [1702463186, "96182272"], [1702463216, "96382976"], [1702463240, "96473088"], [1702463273, "96493568"], [1702463324, "96550912"], [1702463354, "97603584"], [1702463381, "97693696"], [1702463417, "97718272"], [1702463453, "97779712"], [1702463477, "97787904"], [1702463510, "97787904"], [1702463537, "97820672"], [1702463570, "97816576"], [1702463591, "97894400"], [1702463621, "97890304"], [1702463657, "98164736"], [1702463693, "97980416"], [1702463729, "97976320"], [1702463765, "97976320"], [1702463798, "97980416"], [1702463846, "97980416"], [1702463873, "98004992"], [1702463906, "97980416"], [1702463948, "97996800"], [1702463984, "98000896"], [1702464014, "98000896"], [1702464050, "98160640"], [1702464086, "98197504"], [1702464122, "98267136"], [1702464155, "98283520"], [1702464194, "98291712"], [1702464230, "98287616"], [1702464263, "97439744"], [1702464299, "97439744"], [1702464332, "97697792"], [1702464356, "97439744"], [1702464392, "97746944"], [1702464425, "97886208"], [1702464455, "97931264"], [1702464479, "97935360"], [1702464509, "97935360"], [1702464533, "97935360"], [1702464569, "97935360"], [1702464605, "97935360"], [1702464635, "97935360"], [1702464671, "97935360"], [1702464716, "96698368"], [1702464743, "96747520"], [1702464776, "96768000"], [1702464812, "96841728"], [1702464836, "96841728"], [1702464869, "96845824"], [1702464905, "95031296"], [1702464926, "95236096"], [1702464956, "95244288"], [1702464992, "95244288"], [1702465016, "97402880"], [1702465049, "97792000"], [1702465085, "98271232"], [1702465118, "98799616"], [1702465145, "99061760"], [1702465178, "99139584"], [1702465208, "99192832"], [1702465241, "97763328"], [1702465298, "97763328"], [1702465334, "97771520"], [1702465367, "97841152"], [1702465394, "98123776"], [1702465418, "97869824"], [1702465445, "97947648"], [1702465481, "98021376"], [1702465517, "98025472"], [1702465550, "98025472"], [1702465586, "98037760"], [1702465619, "98037760"], [1702465658, "98037760"], [1702465706, "98037760"], [1702465754, "98045952"], [1702465787, "98045952"], [1702465823, "98054144"], [1702465856, "98062336"], [1702465880, "98062336"], [1702465910, "98062336"], [1702465952, "98177024"], [1702465988, "98361344"], [1702466015, "98426880"], [1702466030, "98435072"], [1702466060, "98435072"], [1702466078, "98435072"], [1702466138, "98435072"], [1702466168, "98435072"], [1702466204, "98435072"], [1702466237, "98435072"], [1702466261, "98435072"], [1702466291, "98451456"], [1702466327, "98455552"], [1702466360, "98656256"], [1702466384, "98660352"], [1702466417, "98664448"], [1702466441, "98664448"], [1702466471, "98664448"], [1702466507, "98922496"], [1702466540, "98664448"], [1702466597, "98664448"], [1702466633, "98664448"], [1702466666, "97538048"], [1702466705, "97538048"], [1702466732, "97538048"], [1702466765, "97533952"], [1702466801, "97533952"], [1702466852, "97538048"], [1702466876, "97538048"], [1702466918, "97538048"], [1702466978, "97542144"], [1702467014, "97562624"], [1702467038, "97558528"], [1702467068, "97562624"], [1702467122, "97570816"], [1702467158, "97570816"], [1702467191, "97574912"], [1702467221, "97570816"], [1702467257, "97849344"], [1702467299, "97669120"], [1702467350, "97972224"], [1702467386, "97722368"], [1702467419, "97734656"], [1702467455, "97734656"], [1702467515, "97734656"], [1702467542, "97734656"], [1702467566, "97734656"], [1702467599, "97738752"], [1702467635, "97730560"], [1702467668, "97734656"], [1702467695, "97730560"], [1702467716, "97787904"], [1702467746, "97787904"], [1702467800, "97787904"], [1702467824, "97787904"], [1702467908, "97787904"], [1702467944, "97787904"], [1702467968, "97931264"], [1702468001, "97955840"], [1702468031, "98070528"], [1702468067, "97677312"], [1702468085, "97677312"], [1702468115, "97935360"], [1702468151, "97673216"], [1702468181, "97681408"], [1702468208, "97685504"], [1702468241, "97685504"], [1702468256, "97685504"], [1702468286, "97685504"], [1702468322, "97689600"], [1702468352, "97689600"], [1702468388, "97689600"], [1702468424, "97730560"], [1702468457, "97730560"], [1702468493, "97423360"], [1702468517, "97488896"], [1702468550, "97505280"], [1702468586, "97517568"], [1702468613, "97554432"], [1702468637, "97550336"], [1702468679, "97566720"], [1702468721, "95076352"], [1702468730, "98631680"], [1702468766, "98742272"], [1702468799, "97996800"], [1702468835, "98611200"], [1702468898, "98181120"], [1702468934, "97701888"], [1702468970, "97710080"], [1702468994, "94707712"], [1702469024, "94707712"], [1702469060, "94711808"], [1702469111, "95965184"], [1702469144, "96337920"], [1702469168, "96546816"], [1702469204, "96776192"], [1702469237, "96845824"], [1702469273, "97112064"], [1702469303, "96845824"], [1702469336, "97193984"], [1702469360, "97656832"], [1702469387, "97538048"], [1702469411, "97837056"], [1702469435, "97652736"], [1702469468, "97681408"], [1702469504, "97681408"], [1702469537, "97681408"], [1702469573, "97677312"], [1702469606, "97697792"], [1702469633, "97697792"], [1702469660, "97697792"], [1702469684, "97787904"], [1702469717, "97804288"], [1702469753, "97812480"], [1702469786, "98074624"], [1702469816, "97820672"], [1702469834, "97837056"], [1702469864, "97832960"], [1702469906, "97828864"], [1702469936, "97837056"], [1702469972, "97832960"], [1702470005, "97849344"], [1702470029, "97841152"], [1702470065, "97841152"], [1702470101, "97841152"], [1702470131, "97837056"], [1702470167, "97841152"], [1702470203, "97853440"], [1702470251, "97853440"], [1702470278, "97857536"], [1702470311, "97857536"], [1702470347, "97857536"], [1702470371, "97853440"], [1702470404, "98177024"], [1702470440, "97935360"], [1702470476, "97943552"], [1702470506, "97947648"], [1702470542, "97951744"], [1702470575, "97955840"], [1702470611, "97955840"], [1702470635, "97964032"], [1702470662, "97964032"], [1702470686, "97968128"], [1702470719, "97964032"], [1702470746, "98226176"], [1702470812, "97370112"], [1702470845, "97370112"], [1702470875, "97423360"], [1702470899, "97492992"], [1702470953, "97509376"], [1702470983, "97517568"], [1702471025, "97533952"], [1702471067, "97538048"], [1702471169, "97931264"], [1702471193, "97980416"], [1702471226, "97980416"], [1702471265, "97988608"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "32894976"], [1702462721, "32894976"], [1702462736, "32894976"], [1702462751, "33337344"], [1702462763, "33136640"], [1702462793, "33128448"], [1702462808, "33128448"], [1702462829, "33128448"], [1702462844, "33128448"], [1702462865, "33153024"], [1702462880, "33153024"], [1702462904, "33300480"], [1702462919, "33300480"], [1702462952, "33300480"], [1702462973, "33300480"], [1702462988, "33296384"], [1702463045, "33296384"], [1702463081, "33333248"], [1702463114, "33333248"], [1702463150, "33333248"], [1702463186, "33333248"], [1702463216, "33464320"], [1702463240, "33464320"], [1702463273, "33464320"], [1702463324, "33460224"], [1702463354, "33460224"], [1702463381, "33120256"], [1702463417, "33132544"], [1702463453, "33120256"], [1702463477, "33120256"], [1702463510, "33398784"], [1702463537, "33431552"], [1702463570, "33431552"], [1702463591, "33427456"], [1702463621, "33427456"], [1702463657, "33144832"], [1702463693, "33136640"], [1702463729, "33136640"], [1702463765, "33132544"], [1702463798, "33140736"], [1702463846, "33484800"], [1702463873, "33484800"], [1702463906, "33480704"], [1702463948, "33480704"], [1702463984, "33292288"], [1702464014, "33292288"], [1702464050, "33320960"], [1702464086, "33320960"], [1702464122, "33353728"], [1702464155, "33357824"], [1702464194, "33353728"], [1702464230, "33353728"], [1702464263, "33030144"], [1702464299, "33030144"], [1702464332, "33038336"], [1702464356, "33042432"], [1702464392, "33050624"], [1702464425, "33177600"], [1702464455, "33169408"], [1702464479, "33169408"], [1702464509, "33165312"], [1702464533, "33165312"], [1702464569, "33185792"], [1702464605, "33177600"], [1702464635, "33177600"], [1702464671, "33173504"], [1702464716, "33333248"], [1702464743, "33333248"], [1702464776, "33333248"], [1702464812, "33333248"], [1702464836, "33329152"], [1702464869, "33161216"], [1702464905, "33153024"], [1702464926, "33153024"], [1702464956, "33157120"], [1702464992, "33157120"], [1702465016, "33259520"], [1702465049, "33259520"], [1702465085, "33259520"], [1702465118, "33259520"], [1702465145, "33259520"], [1702465178, "33259520"], [1702465208, "33259520"], [1702465241, "33259520"], [1702465298, "33259520"], [1702465334, "33177600"], [1702465367, "33173504"], [1702465394, "33173504"], [1702465418, "33185792"], [1702465445, "33185792"], [1702465481, "32874496"], [1702465517, "32878592"], [1702465550, "32935936"], [1702465586, "33259520"], [1702465619, "33259520"], [1702465658, "33263616"], [1702465706, "33263616"], [1702465754, "33300480"], [1702465787, "33300480"], [1702465823, "33296384"], [1702465856, "33300480"], [1702465880, "33300480"], [1702465910, "33071104"], [1702465952, "33067008"], [1702465988, "33067008"], [1702466015, "33071104"], [1702466030, "32841728"], [1702466060, "32841728"], [1702466078, "32841728"], [1702466138, "32866304"], [1702466168, "32919552"], [1702466204, "33009664"], [1702466237, "33005568"], [1702466261, "33005568"], [1702466291, "33005568"], [1702466327, "33103872"], [1702466360, "33177600"], [1702466384, "33177600"], [1702466417, "33185792"], [1702466441, "33210368"], [1702466471, "33226752"], [1702466507, "33226752"], [1702466540, "33222656"], [1702466597, "33222656"], [1702466633, "32964608"], [1702466666, "32972800"], [1702466705, "32968704"], [1702466732, "32976896"], [1702466765, "33005568"], [1702466801, "33316864"], [1702466852, "33312768"], [1702466876, "33312768"], [1702466918, "33320960"], [1702466978, "33349632"], [1702467014, "33345536"], [1702467038, "33345536"], [1702467068, "33349632"], [1702467122, "33038336"], [1702467158, "33034240"], [1702467191, "33034240"], [1702467221, "33202176"], [1702467257, "33193984"], [1702467299, "33189888"], [1702467350, "33193984"], [1702467386, "33112064"], [1702467419, "33112064"], [1702467455, "33112064"], [1702467515, "33112064"], [1702467542, "33112064"], [1702467566, "33112064"], [1702467599, "33107968"], [1702467635, "33107968"], [1702467668, "33116160"], [1702467695, "33136640"], [1702467716, "33136640"], [1702467746, "33136640"], [1702467800, "32751616"], [1702467824, "32751616"], [1702467908, "32747520"], [1702467944, "33165312"], [1702467968, "33157120"], [1702468001, "33157120"], [1702468031, "33157120"], [1702468067, "33157120"], [1702468085, "33157120"], [1702468115, "33157120"], [1702468151, "33157120"], [1702468181, "33157120"], [1702468208, "33157120"], [1702468241, "32964608"], [1702468256, "32735232"], [1702468286, "32739328"], [1702468322, "32731136"], [1702468352, "32804864"], [1702468388, "32960512"], [1702468424, "32960512"], [1702468457, "32956416"], [1702468493, "32960512"], [1702468517, "33026048"], [1702468550, "33026048"], [1702468586, "33026048"], [1702468613, "33021952"], [1702468637, "33038336"], [1702468679, "33095680"], [1702468721, "33095680"], [1702468730, "33095680"], [1702468766, "33095680"], [1702468799, "33095680"], [1702468835, "33103872"], [1702468898, "33099776"], [1702468934, "33099776"], [1702468970, "33128448"], [1702468994, "33128448"], [1702469024, "33128448"], [1702469060, "33128448"], [1702469111, "32694272"], [1702469144, "32694272"], [1702469168, "32690176"], [1702469204, "32690176"], [1702469237, "32886784"], [1702469273, "32890880"], [1702469303, "32899072"], [1702469336, "32899072"], [1702469360, "33075200"], [1702469387, "33075200"], [1702469411, "33062912"], [1702469435, "33062912"], [1702469468, "33062912"], [1702469504, "33083392"], [1702469537, "33087488"], [1702469573, "33087488"], [1702469606, "33087488"], [1702469633, "33087488"], [1702469660, "33112064"], [1702469684, "33112064"], [1702469717, "33112064"], [1702469753, "33112064"], [1702469786, "33107968"], [1702469816, "33107968"], [1702469834, "33112064"], [1702469864, "33132544"], [1702469906, "33112064"], [1702469936, "33107968"], [1702469972, "33132544"], [1702470005, "33144832"], [1702470029, "33136640"], [1702470065, "33136640"], [1702470101, "32866304"], [1702470131, "33120256"], [1702470167, "32907264"], [1702470203, "32907264"], [1702470251, "32755712"], [1702470278, "32755712"], [1702470311, "32817152"], [1702470347, "32817152"], [1702470371, "33062912"], [1702470404, "33062912"], [1702470440, "33058816"], [1702470476, "33067008"], [1702470506, "33234944"], [1702470542, "33222656"], [1702470575, "33222656"], [1702470611, "33222656"], [1702470635, "33103872"], [1702470662, "33103872"], [1702470686, "33103872"], [1702470719, "33103872"], [1702470746, "33103872"], [1702470812, "33103872"], [1702470845, "33099776"], [1702470875, "33099776"], [1702470899, "33103872"], [1702470953, "33234944"], [1702470983, "33234944"], [1702471025, "33234944"], [1702471067, "33243136"], [1702471169, "33234944"], [1702471193, "33271808"], [1702471226, "33271808"], [1702471265, "33046528"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "57638912"], [1702462721, "57643008"], [1702462736, "57647104"], [1702462751, "57638912"], [1702462763, "57638912"], [1702462793, "57638912"], [1702462808, "57643008"], [1702462829, "57643008"], [1702462844, "57643008"], [1702462865, "57638912"], [1702462880, "57638912"], [1702462904, "57643008"], [1702462919, "57643008"], [1702462952, "57643008"], [1702462973, "57643008"], [1702462988, "57638912"], [1702463045, "57638912"], [1702463081, "57643008"], [1702463114, "57647104"], [1702463150, "57638912"], [1702463186, "57643008"], [1702463216, "57647104"], [1702463240, "57638912"], [1702463273, "57638912"], [1702463324, "57647104"], [1702463354, "57638912"], [1702463381, "57638912"], [1702463417, "57638912"], [1702463453, "57909248"], [1702463477, "57638912"], [1702463510, "57638912"], [1702463537, "57643008"], [1702463570, "57647104"], [1702463591, "57638912"], [1702463621, "57638912"], [1702463657, "57643008"], [1702463693, "57647104"], [1702463729, "57643008"], [1702463765, "57651200"], [1702463798, "57647104"], [1702463846, "57643008"], [1702463873, "57643008"], [1702463906, "57643008"], [1702463948, "57651200"], [1702463984, "57643008"], [1702464014, "57643008"], [1702464050, "57651200"], [1702464086, "57749504"], [1702464122, "57643008"], [1702464155, "57651200"], [1702464194, "57643008"], [1702464230, "57643008"], [1702464263, "57643008"], [1702464299, "57651200"], [1702464332, "57831424"], [1702464356, "57831424"], [1702464392, "57843712"], [1702464425, "57839616"], [1702464455, "57839616"], [1702464479, "57831424"], [1702464509, "57839616"], [1702464533, "57839616"], [1702464569, "57647104"], [1702464605, "57638912"], [1702464635, "57638912"], [1702464671, "57647104"], [1702464716, "57638912"], [1702464743, "57638912"], [1702464776, "57647104"], [1702464812, "57737216"], [1702464836, "57638912"], [1702464869, "57638912"], [1702464905, "57647104"], [1702464926, "57651200"], [1702464956, "57638912"], [1702464992, "57643008"], [1702465016, "57647104"], [1702465049, "57638912"], [1702465085, "57638912"], [1702465118, "57647104"], [1702465145, "57720832"], [1702465178, "57712640"], [1702465208, "57712640"], [1702465241, "57720832"], [1702465298, "57647104"], [1702465334, "57647104"], [1702465367, "57655296"], [1702465394, "57655296"], [1702465418, "57647104"], [1702465445, "57647104"], [1702465481, "57659392"], [1702465517, "57647104"], [1702465550, "57647104"], [1702465586, "57647104"], [1702465619, "57655296"], [1702465658, "57647104"], [1702465706, "57647104"], [1702465754, "58593280"], [1702465787, "58589184"], [1702465823, "58593280"], [1702465856, "58601472"], [1702465880, "58646528"], [1702465910, "58646528"], [1702465952, "57610240"], [1702465988, "57614336"], [1702466015, "57606144"], [1702466030, "57606144"], [1702466060, "57610240"], [1702466078, "57618432"], [1702466138, "57606144"], [1702466168, "57606144"], [1702466204, "57610240"], [1702466237, "57606144"], [1702466261, "57606144"], [1702466291, "57610240"], [1702466327, "57614336"], [1702466360, "57606144"], [1702466384, "57606144"], [1702466417, "57606144"], [1702466441, "57679872"], [1702466471, "57671680"], [1702466507, "57671680"], [1702466540, "57671680"], [1702466597, "57671680"], [1702466633, "57671680"], [1702466666, "57679872"], [1702466705, "57679872"], [1702466732, "57671680"], [1702466765, "57679872"], [1702466801, "57552896"], [1702466852, "57716736"], [1702466876, "57716736"], [1702466918, "57655296"], [1702466978, "57651200"], [1702467014, "57655296"], [1702467038, "57737216"], [1702467068, "57733120"], [1702467122, "57745408"], [1702467158, "57802752"], [1702467191, "57798656"], [1702467221, "57798656"], [1702467257, "57802752"], [1702467299, "57614336"], [1702467350, "57667584"], [1702467386, "57671680"], [1702467419, "57704448"], [1702467455, "57700352"], [1702467515, "57704448"], [1702467542, "57733120"], [1702467566, "57745408"], [1702467599, "57745408"], [1702467635, "57749504"], [1702467668, "57757696"], [1702467695, "57753600"], [1702467716, "57749504"], [1702467746, "57753600"], [1702467800, "57626624"], [1702467824, "57626624"], [1702467908, "57737216"], [1702467944, "57733120"], [1702467968, "57741312"], [1702468001, "57741312"], [1702468031, "57745408"], [1702468067, "57610240"], [1702468085, "57610240"], [1702468115, "57614336"], [1702468151, "57688064"], [1702468181, "57683968"], [1702468208, "57683968"], [1702468241, "57688064"], [1702468256, "57692160"], [1702468286, "57688064"], [1702468322, "57688064"], [1702468352, "57688064"], [1702468388, "57704448"], [1702468424, "57696256"], [1702468457, "57696256"], [1702468493, "57704448"], [1702468517, "57696256"], [1702468550, "57696256"], [1702468586, "57696256"], [1702468613, "57704448"], [1702468637, "57729024"], [1702468679, "57729024"], [1702468721, "57737216"], [1702468730, "57737216"], [1702468766, "57597952"], [1702468799, "57597952"], [1702468835, "57602048"], [1702468898, "57597952"], [1702468934, "57597952"], [1702468970, "57606144"], [1702468994, "57597952"], [1702469024, "57597952"], [1702469060, "57597952"], [1702469111, "57704448"], [1702469144, "57597952"], [1702469168, "57597952"], [1702469204, "57606144"], [1702469237, "57606144"], [1702469273, "57602048"], [1702469303, "57606144"], [1702469336, "57610240"], [1702469360, "57614336"], [1702469387, "57614336"], [1702469411, "57622528"], [1702469435, "57626624"], [1702469468, "58564608"], [1702469504, "58564608"], [1702469537, "58568704"], [1702469573, "58572800"], [1702469606, "57430016"], [1702469633, "57430016"], [1702469660, "57434112"], [1702469684, "57442304"], [1702469717, "57511936"], [1702469753, "57511936"], [1702469786, "57516032"], [1702469816, "57524224"], [1702469834, "58646528"], [1702469864, "58642432"], [1702469906, "58646528"], [1702469936, "58654720"], [1702469972, "57389056"], [1702470005, "57389056"], [1702470029, "57393152"], [1702470065, "57466880"], [1702470101, "57692160"], [1702470131, "57692160"], [1702470167, "57700352"], [1702470203, "57884672"], [1702470251, "57819136"], [1702470278, "57823232"], [1702470311, "57602048"], [1702470347, "57602048"], [1702470371, "57602048"], [1702470404, "57618432"], [1702470440, "57614336"], [1702470476, "57614336"], [1702470506, "57630720"], [1702470542, "57622528"], [1702470575, "57630720"], [1702470611, "57626624"], [1702470635, "57630720"], [1702470662, "57651200"], [1702470686, "57692160"], [1702470719, "57692160"], [1702470746, "57696256"], [1702470812, "57708544"], [1702470845, "57602048"], [1702470875, "57602048"], [1702470899, "57610240"], [1702470953, "57626624"], [1702470983, "57626624"], [1702471025, "57634816"], [1702471067, "58601472"], [1702471169, "56471552"], [1702471193, "57348096"], [1702471226, "57348096"], [1702471265, "57425920"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "26382336"], [1702462721, "26382336"], [1702462736, "26427392"], [1702462751, "26427392"], [1702462763, "26447872"], [1702462793, "26509312"], [1702462808, "26341376"], [1702462829, "26386432"], [1702462844, "26451968"], [1702462865, "26509312"], [1702462880, "26759168"], [1702462904, "26877952"], [1702462919, "26877952"], [1702462952, "26292224"], [1702462973, "26329088"], [1702462988, "26386432"], [1702463045, "26927104"], [1702463081, "27021312"], [1702463114, "27103232"], [1702463150, "26996736"], [1702463186, "27013120"], [1702463216, "27017216"], [1702463240, "27160576"], [1702463273, "27336704"], [1702463324, "26972160"], [1702463354, "26972160"], [1702463381, "26980352"], [1702463417, "27238400"], [1702463453, "27168768"], [1702463477, "27176960"], [1702463510, "27197440"], [1702463537, "27504640"], [1702463570, "27549696"], [1702463591, "27582464"], [1702463621, "27615232"], [1702463657, "27942912"], [1702463693, "27865088"], [1702463729, "27889664"], [1702463765, "27185152"], [1702463798, "27193344"], [1702463846, "27119616"], [1702463873, "27119616"], [1702463906, "27123712"], [1702463948, "27144192"], [1702463984, "26832896"], [1702464014, "26836992"], [1702464050, "26894336"], [1702464086, "27258880"], [1702464122, "27422720"], [1702464155, "27455488"], [1702464194, "26984448"], [1702464230, "26992640"], [1702464263, "27238400"], [1702464299, "27287552"], [1702464332, "27320320"], [1702464356, "27357184"], [1702464392, "27402240"], [1702464425, "27439104"], [1702464455, "27066368"], [1702464479, "27066368"], [1702464509, "27066368"], [1702464533, "27090944"], [1702464569, "27320320"], [1702464605, "27344896"], [1702464635, "27348992"], [1702464671, "27185152"], [1702464716, "26791936"], [1702464743, "26943488"], [1702464776, "26816512"], [1702464812, "26832896"], [1702464836, "26693632"], [1702464869, "26714112"], [1702464905, "26767360"], [1702464926, "26714112"], [1702464956, "26714112"], [1702464992, "26558464"], [1702465016, "26578944"], [1702465049, "26587136"], [1702465085, "26841088"], [1702465118, "26996736"], [1702465145, "27045888"], [1702465178, "27090944"], [1702465208, "27344896"], [1702465241, "27385856"], [1702465298, "27463680"], [1702465334, "26624000"], [1702465367, "26656768"], [1702465394, "26685440"], [1702465418, "26841088"], [1702465445, "26845184"], [1702465481, "26861568"], [1702465517, "27217920"], [1702465550, "27238400"], [1702465586, "27287552"], [1702465619, "27299840"], [1702465658, "27004928"], [1702465706, "27013120"], [1702465754, "27545600"], [1702465787, "27602944"], [1702465823, "27721728"], [1702465856, "27787264"], [1702465880, "27226112"], [1702465910, "27078656"], [1702465952, "27111424"], [1702465988, "27156480"], [1702466015, "26828800"], [1702466030, "26828800"], [1702466060, "27049984"], [1702466078, "27000832"], [1702466138, "27590656"], [1702466168, "27607040"], [1702466204, "28028928"], [1702466237, "27430912"], [1702466261, "27480064"], [1702466291, "27484160"], [1702466327, "27086848"], [1702466360, "27119616"], [1702466384, "27123712"], [1702466417, "27205632"], [1702466441, "27234304"], [1702466471, "27246592"], [1702466507, "27254784"], [1702466540, "27389952"], [1702466597, "27467776"], [1702466633, "27516928"], [1702466666, "27717632"], [1702466705, "27754496"], [1702466732, "27815936"], [1702466765, "27041792"], [1702466801, "27037696"], [1702466852, "27062272"], [1702466876, "27455488"], [1702466918, "27504640"], [1702466978, "26963968"], [1702467014, "26546176"], [1702467038, "26591232"], [1702467068, "26677248"], [1702467122, "26824704"], [1702467158, "26865664"], [1702467191, "26968064"], [1702467221, "26267648"], [1702467257, "26890240"], [1702467299, "26959872"], [1702467350, "27086848"], [1702467386, "27131904"], [1702467419, "27181056"], [1702467455, "27230208"], [1702467515, "27611136"], [1702467542, "27906048"], [1702467566, "26599424"], [1702467599, "26599424"], [1702467635, "26583040"], [1702467668, "26423296"], [1702467695, "26427392"], [1702467716, "26841088"], [1702467746, "26894336"], [1702467800, "26963968"], [1702467824, "26669056"], [1702467908, "26853376"], [1702467944, "26943488"], [1702467968, "26955776"], [1702468001, "26988544"], [1702468031, "27004928"], [1702468067, "27291648"], [1702468085, "27303936"], [1702468115, "27316224"], [1702468151, "27328512"], [1702468181, "27181056"], [1702468208, "27197440"], [1702468241, "27250688"], [1702468256, "27394048"], [1702468286, "27443200"], [1702468322, "27467776"], [1702468352, "26628096"], [1702468388, "26628096"], [1702468424, "26177536"], [1702468457, "26177536"], [1702468493, "26611712"], [1702468517, "26783744"], [1702468550, "26816512"], [1702468586, "26845184"], [1702468613, "27041792"], [1702468637, "27070464"], [1702468679, "27123712"], [1702468721, "27201536"], [1702468730, "27205632"], [1702468766, "27291648"], [1702468799, "27328512"], [1702468835, "27385856"], [1702468898, "27389952"], [1702468934, "27115520"], [1702468970, "27119616"], [1702468994, "27688960"], [1702469024, "27168768"], [1702469060, "27168768"], [1702469111, "27279360"], [1702469144, "27340800"], [1702469168, "27406336"], [1702469204, "27738112"], [1702469237, "27844608"], [1702469273, "27901952"], [1702469303, "26714112"], [1702469336, "26173440"], [1702469360, "26222592"], [1702469387, "26202112"], [1702469411, "26300416"], [1702469435, "26730496"], [1702469468, "26775552"], [1702469504, "26869760"], [1702469537, "27074560"], [1702469573, "27136000"], [1702469606, "26939392"], [1702469633, "26951680"], [1702469660, "26947584"], [1702469684, "26992640"], [1702469717, "27262976"], [1702469753, "27353088"], [1702469786, "27365376"], [1702469816, "26501120"], [1702469834, "26501120"], [1702469864, "26636288"], [1702469906, "26705920"], [1702469936, "26632192"], [1702469972, "26656768"], [1702470005, "26714112"], [1702470029, "26791936"], [1702470065, "26791936"], [1702470101, "27013120"], [1702470131, "26931200"], [1702470167, "26488832"], [1702470203, "26484736"], [1702470251, "26820608"], [1702470278, "27619328"], [1702470311, "26898432"], [1702470347, "26660864"], [1702470371, "26660864"], [1702470404, "26664960"], [1702470440, "26931200"], [1702470476, "27258880"], [1702470506, "27103232"], [1702470542, "26796032"], [1702470575, "26796032"], [1702470611, "26845184"], [1702470635, "26787840"], [1702470662, "26787840"], [1702470686, "26791936"], [1702470719, "26804224"], [1702470746, "27021312"], [1702470812, "27021312"], [1702470845, "27164672"], [1702470875, "27168768"], [1702470899, "27373568"], [1702470953, "27009024"], [1702470983, "27013120"], [1702471025, "27013120"], [1702471067, "27058176"], [1702471169, "26869760"], [1702471193, "26869760"], [1702471226, "26230784"], [1702471265, "26386432"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "82763776"], [1702462721, "82763776"], [1702462736, "78954496"], [1702462751, "79040512"], [1702462763, "79036416"], [1702462793, "79699968"], [1702462808, "79699968"], [1702462829, "78897152"], [1702462844, "78893056"], [1702462865, "78897152"], [1702462880, "78897152"], [1702462904, "79560704"], [1702462919, "79560704"], [1702462952, "80117760"], [1702462973, "80150528"], [1702462988, "80150528"], [1702463045, "80150528"], [1702463081, "78594048"], [1702463114, "78594048"], [1702463150, "78651392"], [1702463186, "79314944"], [1702463216, "79011840"], [1702463240, "79011840"], [1702463273, "79011840"], [1702463324, "77582336"], [1702463354, "77586432"], [1702463381, "78925824"], [1702463417, "78934016"], [1702463453, "78557184"], [1702463477, "78553088"], [1702463510, "78553088"], [1702463537, "78553088"], [1702463570, "78254080"], [1702463591, "78258176"], [1702463621, "78258176"], [1702463657, "79863808"], [1702463693, "79753216"], [1702463729, "79757312"], [1702463765, "79818752"], [1702463798, "79282176"], [1702463846, "79290368"], [1702463873, "79310848"], [1702463906, "79945728"], [1702463948, "79872000"], [1702463984, "79872000"], [1702464014, "79872000"], [1702464050, "79974400"], [1702464086, "80158720"], [1702464122, "81010688"], [1702464155, "82034688"], [1702464194, "83529728"], [1702464230, "83533824"], [1702464263, "83533824"], [1702464299, "84332544"], [1702464332, "84389888"], [1702464356, "84402176"], [1702464392, "84402176"], [1702464425, "76791808"], [1702464455, "77455360"], [1702464479, "78532608"], [1702464509, "78725120"], [1702464533, "80027648"], [1702464569, "80117760"], [1702464605, "80158720"], [1702464635, "80166912"], [1702464671, "79388672"], [1702464716, "79462400"], [1702464743, "80130048"], [1702464776, "80748544"], [1702464812, "80748544"], [1702464836, "80826368"], [1702464869, "80908288"], [1702464905, "79839232"], [1702464926, "79839232"], [1702464956, "80248832"], [1702464992, "80969728"], [1702465016, "81870848"], [1702465049, "82288640"], [1702465085, "82288640"], [1702465118, "82288640"], [1702465145, "78110720"], [1702465178, "78774272"], [1702465208, "79433728"], [1702465241, "79466496"], [1702465298, "79372288"], [1702465334, "79372288"], [1702465367, "79372288"], [1702465394, "77275136"], [1702465418, "77946880"], [1702465445, "78626816"], [1702465481, "79331328"], [1702465517, "79175680"], [1702465550, "79978496"], [1702465586, "79978496"], [1702465619, "80826368"], [1702465658, "80961536"], [1702465706, "80961536"], [1702465754, "81100800"], [1702465787, "81100800"], [1702465823, "81117184"], [1702465856, "81117184"], [1702465880, "81149952"], [1702465910, "81149952"], [1702465952, "81149952"], [1702465988, "81158144"], [1702466015, "81166336"], [1702466030, "81174528"], [1702466060, "81174528"], [1702466078, "81231872"], [1702466138, "81244160"], [1702466168, "81248256"], [1702466204, "81244160"], [1702466237, "80281600"], [1702466261, "80580608"], [1702466291, "80584704"], [1702466327, "81379328"], [1702466360, "82149376"], [1702466384, "82149376"], [1702466417, "82149376"], [1702466441, "82149376"], [1702466471, "77914112"], [1702466507, "78716928"], [1702466540, "78782464"], [1702466597, "80162816"], [1702466633, "80277504"], [1702466666, "81076224"], [1702466705, "81076224"], [1702466732, "81354752"], [1702466765, "81354752"], [1702466801, "81354752"], [1702466852, "80924672"], [1702466876, "81256448"], [1702466918, "81338368"], [1702466978, "78864384"], [1702467014, "79470592"], [1702467038, "80134144"], [1702467068, "80134144"], [1702467122, "80588800"], [1702467158, "80584704"], [1702467191, "80584704"], [1702467221, "79863808"], [1702467257, "79912960"], [1702467299, "80576512"], [1702467350, "80818176"], [1702467386, "80560128"], [1702467419, "80560128"], [1702467455, "81231872"], [1702467515, "81231872"], [1702467542, "81231872"], [1702467566, "81248256"], [1702467599, "81256448"], [1702467635, "81256448"], [1702467668, "81272832"], [1702467695, "81272832"], [1702467716, "77987840"], [1702467746, "78786560"], [1702467800, "79757312"], [1702467824, "79904768"], [1702467908, "80887808"], [1702467944, "80896000"], [1702467968, "80896000"], [1702468001, "80896000"], [1702468031, "80896000"], [1702468067, "76980224"], [1702468085, "77783040"], [1702468115, "77778944"], [1702468151, "78659584"], [1702468181, "79818752"], [1702468208, "79818752"], [1702468241, "79814656"], [1702468256, "80715776"], [1702468286, "80715776"], [1702468322, "78553088"], [1702468352, "78725120"], [1702468388, "78721024"], [1702468424, "78716928"], [1702468457, "79376384"], [1702468493, "79380480"], [1702468517, "79380480"], [1702468550, "81510400"], [1702468586, "81510400"], [1702468613, "81510400"], [1702468637, "81510400"], [1702468679, "82321408"], [1702468721, "82321408"], [1702468730, "82321408"], [1702468766, "82321408"], [1702468799, "79814656"], [1702468835, "80330752"], [1702468898, "81657856"], [1702468934, "81514496"], [1702468970, "81514496"], [1702468994, "81518592"], [1702469024, "81518592"], [1702469060, "81084416"], [1702469111, "81084416"], [1702469144, "81084416"], [1702469168, "79249408"], [1702469204, "79245312"], [1702469237, "79912960"], [1702469273, "80543744"], [1702469303, "80551936"], [1702469336, "80551936"], [1702469360, "80551936"], [1702469387, "80551936"], [1702469411, "77889536"], [1702469435, "78553088"], [1702469468, "79216640"], [1702469504, "79216640"], [1702469537, "80056320"], [1702469573, "80064512"], [1702469606, "80060416"], [1702469633, "80060416"], [1702469660, "80994304"], [1702469684, "81002496"], [1702469717, "81002496"], [1702469753, "80998400"], [1702469786, "78381056"], [1702469816, "79118336"], [1702469834, "79118336"], [1702469864, "79118336"], [1702469906, "79282176"], [1702469936, "79282176"], [1702469972, "79282176"], [1702470005, "79282176"], [1702470029, "79282176"], [1702470065, "79282176"], [1702470101, "79282176"], [1702470131, "79298560"], [1702470167, "79298560"], [1702470203, "79298560"], [1702470251, "79298560"], [1702470278, "79388672"], [1702470311, "79388672"], [1702470347, "79388672"], [1702470371, "79388672"], [1702470404, "79388672"], [1702470440, "79388672"], [1702470476, "83935232"], [1702470506, "83984384"], [1702470542, "83021824"], [1702470575, "83021824"], [1702470611, "83017728"], [1702470635, "83021824"], [1702470662, "80912384"], [1702470686, "80912384"], [1702470719, "81580032"], [1702470746, "82243584"], [1702470812, "82276352"], [1702470845, "82272256"], [1702470875, "82276352"], [1702470899, "81874944"], [1702470953, "81874944"], [1702470983, "82276352"], [1702471025, "82145280"], [1702471067, "82153472"], [1702471169, "80162816"], [1702471193, "80826368"], [1702471226, "81489920"], [1702471265, "81367040"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "139399168"], [1702463045, "216219648"], [1702463081, "240013312"], [1702463114, "59699200"], [1702463150, "210554880"], [1702463186, "226672640"], [1702463216, "21237760"], [1702463240, "28672000"], [1702463273, "36687872"], [1702463324, "103444480"], [1702463354, "132927488"], [1702463381, "18472960"], [1702463417, "209408000"], [1702463453, "218755072"], [1702463477, "335335424"], [1702463510, "193540096"], [1702463537, "142368768"], [1702463570, "17653760"], [1702463591, "26992640"], [1702463621, "27234304"], [1702463657, "57917440"], [1702463693, "99868672"], [1702463729, "21336064"], [1702463765, "214872064"], [1702463798, "250470400"], [1702463846, "245202944"], [1702463873, "19812352"], [1702463906, "143568896"], [1702463948, "19767296"], [1702463984, "22159360"], [1702464014, "26382336"], [1702464050, "20037632"], [1702464086, "75763712"], [1702464122, "89231360"], [1702464155, "110628864"], [1702464194, "140648448"], [1702464230, "155561984"], [1702464263, "309997568"], [1702464299, "184889344"], [1702464332, "20164608"], [1702464356, "18378752"], [1702464392, "57233408"], [1702464425, "54214656"], [1702464455, "77148160"], [1702464479, "86233088"], [1702464509, "114659328"], [1702464533, "127803392"], [1702464569, "138883072"], [1702464605, "151629824"], [1702464635, "167530496"], [1702464671, "128892928"], [1702464716, "20398080"], [1702464743, "27189248"], [1702464776, "35508224"], [1702464812, "21901312"], [1702464836, "158580736"], [1702464869, "95518720"], [1702464905, "221843456"], [1702464926, "141066240"], [1702464956, "20156416"], [1702464992, "174133248"], [1702465016, "186839040"], [1702465049, "18563072"], [1702465085, "20656128"], [1702465118, "35315712"], [1702465145, "54730752"], [1702465178, "18718720"], [1702465208, "181096448"], [1702465241, "211709952"], [1702465298, "236965888"], [1702465334, "102354944"], [1702465367, "201986048"], [1702465394, "24002560"], [1702465418, "96972800"], [1702465445, "18907136"], [1702465481, "39727104"], [1702465517, "18853888"], [1702465550, "181370880"], [1702465586, "166895616"], [1702465619, "203571200"], [1702465658, "189050880"], [1702465706, "316932096"], [1702465754, "18874368"], [1702465787, "119394304"], [1702465823, "19103744"], [1702465856, "36114432"], [1702465880, "57085952"], [1702465910, "86433792"], [1702465952, "128700416"], [1702465988, "154152960"], [1702466015, "241070080"], [1702466030, "241180672"], [1702466060, "263213056"], [1702466078, "305090560"], [1702466138, "22691840"], [1702466168, "23293952"], [1702466204, "23326720"], [1702466237, "27852800"], [1702466261, "36433920"], [1702466291, "21405696"], [1702466327, "19181568"], [1702466360, "107671552"], [1702466384, "175788032"], [1702466417, "143704064"], [1702466441, "160206848"], [1702466471, "318304256"], [1702466507, "187092992"], [1702466540, "21254144"], [1702466597, "19664896"], [1702466633, "37416960"], [1702466666, "54898688"], [1702466705, "170606592"], [1702466732, "109461504"], [1702466765, "126849024"], [1702466801, "125415424"], [1702466852, "170741760"], [1702466876, "187138048"], [1702466918, "21512192"], [1702466978, "28045312"], [1702467014, "19574784"], [1702467038, "114839552"], [1702467068, "107089920"], [1702467122, "99291136"], [1702467158, "125038592"], [1702467191, "284651520"], [1702467221, "177262592"], [1702467257, "188948480"], [1702467299, "68960256"], [1702467350, "219828224"], [1702467386, "846553088"], [1702467419, "1218301952"], [1702467455, "21925888"], [1702467515, "28590080"], [1702467542, "2712182784"], [1702467566, "36618240"], [1702467599, "825401344"], [1702467635, "946589696"], [1702467668, "69173248"], [1702467695, "229642240"], [1702467716, "217780224"], [1702467746, "140500992"], [1702467800, "304283648"], [1702467824, "2004873216"], [1702467908, "461590528"], [1702467944, "31395840"], [1702467968, "26333184"], [1702468001, "536948736"], [1702468031, "69386240"], [1702468067, "119062528"], [1702468085, "416960512"], [1702468115, "416088064"], [1702468151, "1209253888"], [1702468181, "1611042816"], [1702468208, "2001612800"], [1702468241, "2404245504"], [1702468256, "2799869952"], [1702468286, "20221952"], [1702468322, "601178112"], [1702468352, "664670208"], [1702468388, "589631488"], [1702468424, "1158963200"], [1702468457, "2298073088"], [1702468493, "21364736"], [1702468517, "13688651776"], [1702468550, "18244886528"], [1702468586, "22799908864"], [1702468613, "27354091520"], [1702468637, "72884224"], [1702468679, "5260652544"], [1702468721, "20484096"], [1702468730, "6996094976"], [1702468766, "589725696"], [1702468799, "20877312"], [1702468835, "4576919552"], [1702468898, "21319680"], [1702468934, "20676608"], [1702468970, "22777856"], [1702468994, "5244104704"], [1702469024, "28004352"], [1702469060, "3150442496"], [1702469111, "145620992"], [1702469144, "589991936"], [1702469168, "1159487488"], [1702469204, "4599332864"], [1702469237, "9134747648"], [1702469273, "13687881728"], [1702469303, "75649024"], [1702469336, "25968640"], [1702469360, "12664840192"], [1702469387, "31909400576"], [1702469411, "33050742784"], [1702469435, "9862279168"], [1702469468, "9268068352"], [1702469504, "8629915648"], [1702469537, "17238523904"], [1702469573, "34456645632"], [1702469606, "68892360704"], [1702469633, "133422526464"], [1702469660, "206637326336"], [1702469684, "39841533952"], [1702469717, "62365323264"], [1702469753, "138229465088"], [1702469786, "58467454976"], [1702469816, "21135360"], [1702469834, "266048249856"], [1702469864, "55452921856"], [1702469906, "121718722560"], [1702469936, "1498083328"], [1702469972, "21094400"], [1702470005, "21094400"], [1702470029, "68893118464"], [1702470065, "137765322752"], [1702470101, "142894583808"], [1702470131, "58397151232"], [1702470167, "50140319744"], [1702470203, "12681641984"], [1702470251, "21434368"], [1702470278, "43669467136"], [1702470311, "112012562432"], [1702470347, "150210977792"], [1702470371, "8630255616"], [1702470404, "17239171072"], [1702470440, "34457001984"], [1702470476, "68892778496"], [1702470506, "28274343936"], [1702470542, "175027884032"], [1702470575, "21344256"], [1702470611, "111869931520"], [1702470635, "18328707072"], [1702470662, "392035557376"], [1702470686, "393109688320"], [1702470719, "25194496"], [1702470746, "24670208"], [1702470812, "41779200"], [1702470845, "160903168"], [1702470875, "250032128"], [1702470899, "162836480"], [1702470953, "100433920"], [1702470983, "21684224"], [1702471025, "25219072"], [1702471067, "195383296"], [1702471169, "42434560"], [1702471193, "21942272"], [1702471226, "134144000"], [1702471265, "157257728"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "281395200"], [1702462721, "281686016"], [1702462736, "281554944"], [1702462751, "281563136"], [1702462763, "281563136"], [1702462793, "281690112"], [1702462808, "281272320"], [1702462829, "281272320"], [1702462844, "281276416"], [1702462865, "281518080"], [1702462880, "281513984"], [1702462904, "281526272"], [1702462919, "281526272"], [1702462952, "281804800"], [1702462973, "281849856"], [1702462988, "281915392"], [1702463045, "281493504"], [1702463081, "281534464"], [1702463114, "281079808"], [1702463150, "281079808"], [1702463186, "281079808"], [1702463216, "281382912"], [1702463240, "280793088"], [1702463273, "280805376"], [1702463324, "281935872"], [1702463354, "281989120"], [1702463381, "282378240"], [1702463417, "282447872"], [1702463453, "281047040"], [1702463477, "281047040"], [1702463510, "281944064"], [1702463537, "281944064"], [1702463570, "281001984"], [1702463591, "280858624"], [1702463621, "280399872"], [1702463657, "280420352"], [1702463693, "280891392"], [1702463729, "280727552"], [1702463765, "280920064"], [1702463798, "280449024"], [1702463846, "281341952"], [1702463873, "281632768"], [1702463906, "280178688"], [1702463948, "280788992"], [1702463984, "280424448"], [1702464014, "280444928"], [1702464050, "280719360"], [1702464086, "281255936"], [1702464122, "281255936"], [1702464155, "281260032"], [1702464194, "281546752"], [1702464230, "281550848"], [1702464263, "281571328"], [1702464299, "281702400"], [1702464332, "281718784"], [1702464356, "281718784"], [1702464392, "281440256"], [1702464425, "281624576"], [1702464455, "281620480"], [1702464479, "281731072"], [1702464509, "281731072"], [1702464533, "281219072"], [1702464569, "281219072"], [1702464605, "281456640"], [1702464635, "281686016"], [1702464671, "281767936"], [1702464716, "281772032"], [1702464743, "281354240"], [1702464776, "281366528"], [1702464812, "281542656"], [1702464836, "281542656"], [1702464869, "281550848"], [1702464905, "281735168"], [1702464926, "281735168"], [1702464956, "281505792"], [1702464992, "281505792"], [1702465016, "281202688"], [1702465049, "281210880"], [1702465085, "281530368"], [1702465118, "281559040"], [1702465145, "281706496"], [1702465178, "281706496"], [1702465208, "281792512"], [1702465241, "281432064"], [1702465298, "281579520"], [1702465334, "281620480"], [1702465367, "282038272"], [1702465394, "282046464"], [1702465418, "281198592"], [1702465445, "281198592"], [1702465481, "281530368"], [1702465517, "281649152"], [1702465550, "281432064"], [1702465586, "281604096"], [1702465619, "281686016"], [1702465658, "281227264"], [1702465706, "281464832"], [1702465754, "281444352"], [1702465787, "281460736"], [1702465823, "281485312"], [1702465856, "281300992"], [1702465880, "281378816"], [1702465910, "281833472"], [1702465952, "281825280"], [1702465988, "281571328"], [1702466015, "281739264"], [1702466030, "281112576"], [1702466060, "281112576"], [1702466078, "281116672"], [1702466138, "281251840"], [1702466168, "281251840"], [1702466204, "281767936"], [1702466237, "281862144"], [1702466261, "281886720"], [1702466291, "282038272"], [1702466327, "282062848"], [1702466360, "281772032"], [1702466384, "281784320"], [1702466417, "282099712"], [1702466441, "281489408"], [1702466471, "281501696"], [1702466507, "281874432"], [1702466540, "281878528"], [1702466597, "281526272"], [1702466633, "281268224"], [1702466666, "281423872"], [1702466705, "281591808"], [1702466732, "281735168"], [1702466765, "281767936"], [1702466801, "281767936"], [1702466852, "281653248"], [1702466876, "281653248"], [1702466918, "281665536"], [1702466978, "281489408"], [1702467014, "281636864"], [1702467038, "281636864"], [1702467068, "281653248"], [1702467122, "281739264"], [1702467158, "281739264"], [1702467191, "281858048"], [1702467221, "281866240"], [1702467257, "281866240"], [1702467299, "281489408"], [1702467350, "281669632"], [1702467386, "281776128"], [1702467419, "281776128"], [1702467455, "281858048"], [1702467515, "281571328"], [1702467542, "281571328"], [1702467566, "281956352"], [1702467599, "282263552"], [1702467635, "281997312"], [1702467668, "281542656"], [1702467695, "281870336"], [1702467716, "281886720"], [1702467746, "281874432"], [1702467800, "281710592"], [1702467824, "281714688"], [1702467908, "281284608"], [1702467944, "281530368"], [1702467968, "281554944"], [1702468001, "281911296"], [1702468031, "281333760"], [1702468067, "281604096"], [1702468085, "281665536"], [1702468115, "281718784"], [1702468151, "281858048"], [1702468181, "281882624"], [1702468208, "281944064"], [1702468241, "281247744"], [1702468256, "281247744"], [1702468286, "281251840"], [1702468322, "281473024"], [1702468352, "281231360"], [1702468388, "281550848"], [1702468424, "281571328"], [1702468457, "281722880"], [1702468493, "281731072"], [1702468517, "281391104"], [1702468550, "281399296"], [1702468586, "281640960"], [1702468613, "281190400"], [1702468637, "281235456"], [1702468679, "281497600"], [1702468721, "281612288"], [1702468730, "281608192"], [1702468766, "281759744"], [1702468799, "282009600"], [1702468835, "282017792"], [1702468898, "281329664"], [1702468934, "281477120"], [1702468970, "281477120"], [1702468994, "281485312"], [1702469024, "281309184"], [1702469060, "281440256"], [1702469111, "281673728"], [1702469144, "281403392"], [1702469168, "281427968"], [1702469204, "281755648"], [1702469237, "281772032"], [1702469273, "281931776"], [1702469303, "281960448"], [1702469336, "281968640"], [1702469360, "281464832"], [1702469387, "281477120"], [1702469411, "281927680"], [1702469435, "281927680"], [1702469468, "282005504"], [1702469504, "282075136"], [1702469537, "281272320"], [1702469573, "281604096"], [1702469606, "281636864"], [1702469633, "281649152"], [1702469660, "281706496"], [1702469684, "281837568"], [1702469717, "281911296"], [1702469753, "281927680"], [1702469786, "282398720"], [1702469816, "282402816"], [1702469834, "281763840"], [1702469864, "281759744"], [1702469906, "281284608"], [1702469936, "281284608"], [1702469972, "281329664"], [1702470005, "281563136"], [1702470029, "281563136"], [1702470065, "281833472"], [1702470101, "281853952"], [1702470131, "281997312"], [1702470167, "282001408"], [1702470203, "282099712"], [1702470251, "282275840"], [1702470278, "282284032"], [1702470311, "281997312"], [1702470347, "281354240"], [1702470371, "281354240"], [1702470404, "281673728"], [1702470440, "281702400"], [1702470476, "281833472"], [1702470506, "280858624"], [1702470542, "281157632"], [1702470575, "281157632"], [1702470611, "281387008"], [1702470635, "281677824"], [1702470662, "281702400"], [1702470686, "281862144"], [1702470719, "281858048"], [1702470746, "281886720"], [1702470812, "281964544"], [1702470845, "281968640"], [1702470875, "281047040"], [1702470899, "281382912"], [1702470953, "281444352"], [1702470983, "281817088"], [1702471025, "281083904"], [1702471067, "281407488"], [1702471169, "281214976"], [1702471193, "281251840"], [1702471226, "281624576"], [1702471265, "282132480"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "28889088"], [1702462721, "28889088"], [1702462736, "28889088"], [1702462751, "28893184"], [1702462763, "29192192"], [1702462793, "28946432"], [1702462808, "28954624"], [1702462829, "28958720"], [1702462844, "28962816"], [1702462865, "28962816"], [1702462880, "28971008"], [1702462904, "28852224"], [1702462919, "28852224"], [1702462952, "28860416"], [1702462973, "28856320"], [1702462988, "28856320"], [1702463045, "28860416"], [1702463081, "28860416"], [1702463114, "28860416"], [1702463150, "28733440"], [1702463186, "28729344"], [1702463216, "28729344"], [1702463240, "28733440"], [1702463273, "28831744"], [1702463324, "28860416"], [1702463354, "28872704"], [1702463381, "28868608"], [1702463417, "28872704"], [1702463453, "28872704"], [1702463477, "28712960"], [1702463510, "28717056"], [1702463537, "28717056"], [1702463570, "28721152"], [1702463591, "28721152"], [1702463621, "28848128"], [1702463657, "28864512"], [1702463693, "28876800"], [1702463729, "28610560"], [1702463765, "28610560"], [1702463798, "28610560"], [1702463846, "28610560"], [1702463873, "28622848"], [1702463906, "28672000"], [1702463948, "28672000"], [1702463984, "28770304"], [1702464014, "28794880"], [1702464050, "28884992"], [1702464086, "28897280"], [1702464122, "28901376"], [1702464155, "28897280"], [1702464194, "28901376"], [1702464230, "28659712"], [1702464263, "28663808"], [1702464299, "28659712"], [1702464332, "28663808"], [1702464356, "28659712"], [1702464392, "28733440"], [1702464425, "28741632"], [1702464455, "28839936"], [1702464479, "28848128"], [1702464509, "28852224"], [1702464533, "28868608"], [1702464569, "28864512"], [1702464605, "28901376"], [1702464635, "28905472"], [1702464671, "28913664"], [1702464716, "28913664"], [1702464743, "28913664"], [1702464776, "28917760"], [1702464812, "28594176"], [1702464836, "28598272"], [1702464869, "28598272"], [1702464905, "28864512"], [1702464926, "28606464"], [1702464956, "28663808"], [1702464992, "28663808"], [1702465016, "28667904"], [1702465049, "28758016"], [1702465085, "28782592"], [1702465118, "29659136"], [1702465145, "28958720"], [1702465178, "28770304"], [1702465208, "28790784"], [1702465241, "28794880"], [1702465298, "28790784"], [1702465334, "28831744"], [1702465367, "28966912"], [1702465394, "28979200"], [1702465418, "28667904"], [1702465445, "28688384"], [1702465481, "28688384"], [1702465517, "28688384"], [1702465550, "28884992"], [1702465586, "28962816"], [1702465619, "29093888"], [1702465658, "28737536"], [1702465706, "28737536"], [1702465754, "28737536"], [1702465787, "28798976"], [1702465823, "28807168"], [1702465856, "28815360"], [1702465880, "28930048"], [1702465910, "28749824"], [1702465952, "28753920"], [1702465988, "28753920"], [1702466015, "28753920"], [1702466030, "28626944"], [1702466060, "28626944"], [1702466078, "28626944"], [1702466138, "28672000"], [1702466168, "28733440"], [1702466204, "28774400"], [1702466237, "28786688"], [1702466261, "28893184"], [1702466291, "28950528"], [1702466327, "29057024"], [1702466360, "29061120"], [1702466384, "28631040"], [1702466417, "28631040"], [1702466441, "28626944"], [1702466471, "28631040"], [1702466507, "29085696"], [1702466540, "28975104"], [1702466597, "29065216"], [1702466633, "28958720"], [1702466666, "28966912"], [1702466705, "28966912"], [1702466732, "29032448"], [1702466765, "29077504"], [1702466801, "29081600"], [1702466852, "28712960"], [1702466876, "28717056"], [1702466918, "28712960"], [1702466978, "28712960"], [1702467014, "28717056"], [1702467038, "28712960"], [1702467068, "28712960"], [1702467122, "28725248"], [1702467158, "28721152"], [1702467191, "28721152"], [1702467221, "28721152"], [1702467257, "28790784"], [1702467299, "28798976"], [1702467350, "28921856"], [1702467386, "29093888"], [1702467419, "29147136"], [1702467455, "28766208"], [1702467515, "28766208"], [1702467542, "28770304"], [1702467566, "28766208"], [1702467599, "28798976"], [1702467635, "28807168"], [1702467668, "28897280"], [1702467695, "28913664"], [1702467716, "28524544"], [1702467746, "28520448"], [1702467800, "28524544"], [1702467824, "28766208"], [1702467908, "28966912"], [1702467944, "28737536"], [1702467968, "28737536"], [1702468001, "28733440"], [1702468031, "28733440"], [1702468067, "28737536"], [1702468085, "28766208"], [1702468115, "28770304"], [1702468151, "28815360"], [1702468181, "28880896"], [1702468208, "28811264"], [1702468241, "28815360"], [1702468256, "28823552"], [1702468286, "28815360"], [1702468322, "28950528"], [1702468352, "29007872"], [1702468388, "29077504"], [1702468424, "28860416"], [1702468457, "28868608"], [1702468493, "28876800"], [1702468517, "28872704"], [1702468550, "28995584"], [1702468586, "29147136"], [1702468613, "29249536"], [1702468637, "29270016"], [1702468679, "28921856"], [1702468721, "28921856"], [1702468730, "28921856"], [1702468766, "28930048"], [1702468799, "28884992"], [1702468835, "28889088"], [1702468898, "28930048"], [1702468934, "28823552"], [1702468970, "28831744"], [1702468994, "28839936"], [1702469024, "28753920"], [1702469060, "28753920"], [1702469111, "28835840"], [1702469144, "28839936"], [1702469168, "28733440"], [1702469204, "28733440"], [1702469237, "28733440"], [1702469273, "28860416"], [1702469303, "28958720"], [1702469336, "29065216"], [1702469360, "29200384"], [1702469387, "28790784"], [1702469411, "28794880"], [1702469435, "28790784"], [1702469468, "28790784"], [1702469504, "28794880"], [1702469537, "29020160"], [1702469573, "29208576"], [1702469606, "29241344"], [1702469633, "28782592"], [1702469660, "28811264"], [1702469684, "28815360"], [1702469717, "28823552"], [1702469753, "28868608"], [1702469786, "28872704"], [1702469816, "28872704"], [1702469834, "28876800"], [1702469864, "28684288"], [1702469906, "28950528"], [1702469936, "28684288"], [1702469972, "28684288"], [1702470005, "28778496"], [1702470029, "28979200"], [1702470065, "29122560"], [1702470101, "29126656"], [1702470131, "28884992"], [1702470167, "28909568"], [1702470203, "28917760"], [1702470251, "28758016"], [1702470278, "28823552"], [1702470311, "28925952"], [1702470347, "28975104"], [1702470371, "28913664"], [1702470404, "28905472"], [1702470440, "28950528"], [1702470476, "29028352"], [1702470506, "28880896"], [1702470542, "28893184"], [1702470575, "28897280"], [1702470611, "28762112"], [1702470635, "28803072"], [1702470662, "28889088"], [1702470686, "28893184"], [1702470719, "28745728"], [1702470746, "28749824"], [1702470812, "28753920"], [1702470845, "28897280"], [1702470875, "29007872"], [1702470899, "29143040"], [1702470953, "28798976"], [1702470983, "28798976"], [1702471025, "28803072"], [1702471067, "28884992"], [1702471169, "29048832"], [1702471193, "29052928"], [1702471226, "28835840"], [1702471265, "28831744"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "21221376"], [1702462721, "21221376"], [1702462736, "21221376"], [1702462751, "21221376"], [1702462763, "21221376"], [1702462793, "21221376"], [1702462808, "21221376"], [1702462829, "21225472"], [1702462844, "21221376"], [1702462865, "21225472"], [1702462880, "21225472"], [1702462904, "21225472"], [1702462919, "21225472"], [1702462952, "21229568"], [1702462973, "21225472"], [1702462988, "21225472"], [1702463045, "21225472"], [1702463081, "21233664"], [1702463114, "21233664"], [1702463150, "21233664"], [1702463186, "21274624"], [1702463216, "21270528"], [1702463240, "21270528"], [1702463273, "21270528"], [1702463324, "21270528"], [1702463354, "21270528"], [1702463381, "21270528"], [1702463417, "21274624"], [1702463453, "21270528"], [1702463477, "21274624"], [1702463510, "21270528"], [1702463537, "21307392"], [1702463570, "21307392"], [1702463591, "21303296"], [1702463621, "21307392"], [1702463657, "21303296"], [1702463693, "21307392"], [1702463729, "21303296"], [1702463765, "21303296"], [1702463798, "21303296"], [1702463846, "21307392"], [1702463873, "21307392"], [1702463906, "21127168"], [1702463948, "21127168"], [1702463984, "21172224"], [1702464014, "21274624"], [1702464050, "21270528"], [1702464086, "21270528"], [1702464122, "21274624"], [1702464155, "21286912"], [1702464194, "21291008"], [1702464230, "21291008"], [1702464263, "21291008"], [1702464299, "21286912"], [1702464332, "21291008"], [1702464356, "21286912"], [1702464392, "21291008"], [1702464425, "21286912"], [1702464455, "21291008"], [1702464479, "21291008"], [1702464509, "21286912"], [1702464533, "21291008"], [1702464569, "21286912"], [1702464605, "21286912"], [1702464635, "21291008"], [1702464671, "21286912"], [1702464716, "21291008"], [1702464743, "21319680"], [1702464776, "21323776"], [1702464812, "21319680"], [1702464836, "21323776"], [1702464869, "21377024"], [1702464905, "21377024"], [1702464926, "21372928"], [1702464956, "21377024"], [1702464992, "21241856"], [1702465016, "21245952"], [1702465049, "21245952"], [1702465085, "21245952"], [1702465118, "21241856"], [1702465145, "21241856"], [1702465178, "21241856"], [1702465208, "21241856"], [1702465241, "21368832"], [1702465298, "21372928"], [1702465334, "21372928"], [1702465367, "21368832"], [1702465394, "21368832"], [1702465418, "21368832"], [1702465445, "21368832"], [1702465481, "21237760"], [1702465517, "21241856"], [1702465550, "21241856"], [1702465586, "21307392"], [1702465619, "21307392"], [1702465658, "21307392"], [1702465706, "21368832"], [1702465754, "21368832"], [1702465787, "21372928"], [1702465823, "21368832"], [1702465856, "21372928"], [1702465880, "21368832"], [1702465910, "21372928"], [1702465952, "21368832"], [1702465988, "21368832"], [1702466015, "21368832"], [1702466030, "21372928"], [1702466060, "21368832"], [1702466078, "21368832"], [1702466138, "21372928"], [1702466168, "21368832"], [1702466204, "21176320"], [1702466237, "21172224"], [1702466261, "21176320"], [1702466291, "21176320"], [1702466327, "21184512"], [1702466360, "21196800"], [1702466384, "21196800"], [1702466417, "21204992"], [1702466441, "21233664"], [1702466471, "21237760"], [1702466507, "21262336"], [1702466540, "21327872"], [1702466597, "21331968"], [1702466633, "21327872"], [1702466666, "21331968"], [1702466705, "21147648"], [1702466732, "21147648"], [1702466765, "21151744"], [1702466801, "21147648"], [1702466852, "21151744"], [1702466876, "21147648"], [1702466918, "21217280"], [1702466978, "21225472"], [1702467014, "21225472"], [1702467038, "21221376"], [1702467068, "21225472"], [1702467122, "21221376"], [1702467158, "21225472"], [1702467191, "21225472"], [1702467221, "21225472"], [1702467257, "21221376"], [1702467299, "21237760"], [1702467350, "21237760"], [1702467386, "21336064"], [1702467419, "21336064"], [1702467455, "21340160"], [1702467515, "21340160"], [1702467542, "21336064"], [1702467566, "21340160"], [1702467599, "21336064"], [1702467635, "21151744"], [1702467668, "21151744"], [1702467695, "21151744"], [1702467716, "21147648"], [1702467746, "21254144"], [1702467800, "21254144"], [1702467824, "21254144"], [1702467908, "21286912"], [1702467944, "21291008"], [1702467968, "21291008"], [1702468001, "21291008"], [1702468031, "21286912"], [1702468067, "21303296"], [1702468085, "21303296"], [1702468115, "21303296"], [1702468151, "21311488"], [1702468181, "21311488"], [1702468208, "21315584"], [1702468241, "21311488"], [1702468256, "21315584"], [1702468286, "21311488"], [1702468322, "21311488"], [1702468352, "21311488"], [1702468388, "21311488"], [1702468424, "21311488"], [1702468457, "21315584"], [1702468493, "21327872"], [1702468517, "21327872"], [1702468550, "21327872"], [1702468586, "21327872"], [1702468613, "21327872"], [1702468637, "21327872"], [1702468679, "21327872"], [1702468721, "21327872"], [1702468730, "21327872"], [1702468766, "21331968"], [1702468799, "21331968"], [1702468835, "21327872"], [1702468898, "21331968"], [1702468934, "21327872"], [1702468970, "21327872"], [1702468994, "21327872"], [1702469024, "21327872"], [1702469060, "21327872"], [1702469111, "21327872"], [1702469144, "21331968"], [1702469168, "21327872"], [1702469204, "21327872"], [1702469237, "21327872"], [1702469273, "21331968"], [1702469303, "21327872"], [1702469336, "21331968"], [1702469360, "21331968"], [1702469387, "21327872"], [1702469411, "21331968"], [1702469435, "21331968"], [1702469468, "21327872"], [1702469504, "21331968"], [1702469537, "21331968"], [1702469573, "21327872"], [1702469606, "21327872"], [1702469633, "21336064"], [1702469660, "21331968"], [1702469684, "21336064"], [1702469717, "21336064"], [1702469753, "21336064"], [1702469786, "21336064"], [1702469816, "21139456"], [1702469834, "21135360"], [1702469864, "21139456"], [1702469906, "21270528"], [1702469936, "21266432"], [1702469972, "21270528"], [1702470005, "21270528"], [1702470029, "21266432"], [1702470065, "21266432"], [1702470101, "21270528"], [1702470131, "21266432"], [1702470167, "21331968"], [1702470203, "21331968"], [1702470251, "21331968"], [1702470278, "21401600"], [1702470311, "21397504"], [1702470347, "21401600"], [1702470371, "21397504"], [1702470404, "21204992"], [1702470440, "21200896"], [1702470476, "21204992"], [1702470506, "21200896"], [1702470542, "21200896"], [1702470575, "21204992"], [1702470611, "21204992"], [1702470635, "21204992"], [1702470662, "21204992"], [1702470686, "21209088"], [1702470719, "21209088"], [1702470746, "21209088"], [1702470812, "21262336"], [1702470845, "21258240"], [1702470875, "21258240"], [1702470899, "21262336"], [1702470953, "21262336"], [1702470983, "21299200"], [1702471025, "21368832"], [1702471067, "21377024"], [1702471169, "21377024"], [1702471193, "21377024"], [1702471226, "21377024"], [1702471265, "21254144"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "44142592"], [1702462721, "44146688"], [1702462736, "44150784"], [1702462751, "44150784"], [1702462763, "44384256"], [1702462793, "44400640"], [1702462808, "44376064"], [1702462829, "44380160"], [1702462844, "44392448"], [1702462865, "44384256"], [1702462880, "44400640"], [1702462904, "44351488"], [1702462919, "44085248"], [1702462952, "44085248"], [1702462973, "44085248"], [1702462988, "44097536"], [1702463045, "44720128"], [1702463081, "44597248"], [1702463114, "44695552"], [1702463150, "44081152"], [1702463186, "44343296"], [1702463216, "44085248"], [1702463240, "44081152"], [1702463273, "43999232"], [1702463324, "43995136"], [1702463354, "43999232"], [1702463381, "44068864"], [1702463417, "44154880"], [1702463453, "44187648"], [1702463477, "44056576"], [1702463510, "44072960"], [1702463537, "44068864"], [1702463570, "44072960"], [1702463591, "44060672"], [1702463621, "43941888"], [1702463657, "44204032"], [1702463693, "43954176"], [1702463729, "43978752"], [1702463765, "44032000"], [1702463798, "44027904"], [1702463846, "44158976"], [1702463873, "44236800"], [1702463906, "44298240"], [1702463948, "44486656"], [1702463984, "43851776"], [1702464014, "43847680"], [1702464050, "44122112"], [1702464086, "43925504"], [1702464122, "44212224"], [1702464155, "44281856"], [1702464194, "44294144"], [1702464230, "44003328"], [1702464263, "44019712"], [1702464299, "44281856"], [1702464332, "44183552"], [1702464356, "44187648"], [1702464392, "44191744"], [1702464425, "44199936"], [1702464455, "43941888"], [1702464479, "43941888"], [1702464509, "43937792"], [1702464533, "43925504"], [1702464569, "44081152"], [1702464605, "44236800"], [1702464635, "44249088"], [1702464671, "44302336"], [1702464716, "44474368"], [1702464743, "43958272"], [1702464776, "43950080"], [1702464812, "43859968"], [1702464836, "43925504"], [1702464869, "43958272"], [1702464905, "44220416"], [1702464926, "44007424"], [1702464956, "44011520"], [1702464992, "44003328"], [1702465016, "44003328"], [1702465049, "44130304"], [1702465085, "44208128"], [1702465118, "44531712"], [1702465145, "44281856"], [1702465178, "44032000"], [1702465208, "44032000"], [1702465241, "44048384"], [1702465298, "44077056"], [1702465334, "44085248"], [1702465367, "44077056"], [1702465394, "44593152"], [1702465418, "43794432"], [1702465445, "43831296"], [1702465481, "43864064"], [1702465517, "43868160"], [1702465550, "44011520"], [1702465586, "44830720"], [1702465619, "44052480"], [1702465658, "44089344"], [1702465706, "44093440"], [1702465754, "44113920"], [1702465787, "43986944"], [1702465823, "44240896"], [1702465856, "43978752"], [1702465880, "44527616"], [1702465910, "44179456"], [1702465952, "44216320"], [1702465988, "44310528"], [1702466015, "43843584"], [1702466030, "43937792"], [1702466060, "43966464"], [1702466078, "43954176"], [1702466138, "44167168"], [1702466168, "44560384"], [1702466204, "44326912"], [1702466237, "44343296"], [1702466261, "44134400"], [1702466291, "44232704"], [1702466327, "44335104"], [1702466360, "43909120"], [1702466384, "43974656"], [1702466417, "43970560"], [1702466441, "43986944"], [1702466471, "44138496"], [1702466507, "44036096"], [1702466540, "44113920"], [1702466597, "44150784"], [1702466633, "44113920"], [1702466666, "44113920"], [1702466705, "44105728"], [1702466732, "44187648"], [1702466765, "43950080"], [1702466801, "43950080"], [1702466852, "43995136"], [1702466876, "44064768"], [1702466918, "44191744"], [1702466978, "43708416"], [1702467014, "43765760"], [1702467038, "43761664"], [1702467068, "43827200"], [1702467122, "43921408"], [1702467158, "43950080"], [1702467191, "43950080"], [1702467221, "43839488"], [1702467257, "43974656"], [1702467299, "44003328"], [1702467350, "44019712"], [1702467386, "44048384"], [1702467419, "44056576"], [1702467455, "43925504"], [1702467515, "44003328"], [1702467542, "44007424"], [1702467566, "43896832"], [1702467599, "43970560"], [1702467635, "43974656"], [1702467668, "43974656"], [1702467695, "44302336"], [1702467716, "44351488"], [1702467746, "44351488"], [1702467800, "44371968"], [1702467824, "43888640"], [1702467908, "43991040"], [1702467944, "44036096"], [1702467968, "44085248"], [1702468001, "44355584"], [1702468031, "44093440"], [1702468067, "43950080"], [1702468085, "43945984"], [1702468115, "43970560"], [1702468151, "43974656"], [1702468181, "43876352"], [1702468208, "43880448"], [1702468241, "43888640"], [1702468256, "43888640"], [1702468286, "43921408"], [1702468322, "44244992"], [1702468352, "44298240"], [1702468388, "44294144"], [1702468424, "43913216"], [1702468457, "43925504"], [1702468493, "43921408"], [1702468517, "43929600"], [1702468550, "43995136"], [1702468586, "43978752"], [1702468613, "43991040"], [1702468637, "43986944"], [1702468679, "44105728"], [1702468721, "44105728"], [1702468730, "44883968"], [1702468766, "44109824"], [1702468799, "44482560"], [1702468835, "43970560"], [1702468898, "43974656"], [1702468934, "43790336"], [1702468970, "43839488"], [1702468994, "43839488"], [1702469024, "44085248"], [1702469060, "44154880"], [1702469111, "44167168"], [1702469144, "43884544"], [1702469168, "43954176"], [1702469204, "43958272"], [1702469237, "43958272"], [1702469273, "44183552"], [1702469303, "44220416"], [1702469336, "44212224"], [1702469360, "44216320"], [1702469387, "43859968"], [1702469411, "43872256"], [1702469435, "43872256"], [1702469468, "43872256"], [1702469504, "43855872"], [1702469537, "43872256"], [1702469573, "43868160"], [1702469606, "44044288"], [1702469633, "44068864"], [1702469660, "44113920"], [1702469684, "44122112"], [1702469717, "44118016"], [1702469753, "43810816"], [1702469786, "43810816"], [1702469816, "43823104"], [1702469834, "43814912"], [1702469864, "43831296"], [1702469906, "43876352"], [1702469936, "43872256"], [1702469972, "43925504"], [1702470005, "44154880"], [1702470029, "44154880"], [1702470065, "44146688"], [1702470101, "43925504"], [1702470131, "44183552"], [1702470167, "43925504"], [1702470203, "44158976"], [1702470251, "43909120"], [1702470278, "43913216"], [1702470311, "43909120"], [1702470347, "44204032"], [1702470371, "44208128"], [1702470404, "44273664"], [1702470440, "44285952"], [1702470476, "44113920"], [1702470506, "44142592"], [1702470542, "44134400"], [1702470575, "44060672"], [1702470611, "44068864"], [1702470635, "44064768"], [1702470662, "44064768"], [1702470686, "43945984"], [1702470719, "44232704"], [1702470746, "43991040"], [1702470812, "44175360"], [1702470845, "43913216"], [1702470875, "43909120"], [1702470899, "43900928"], [1702470953, "44023808"], [1702470983, "44019712"], [1702471025, "44032000"], [1702471067, "43745280"], [1702471169, "43749376"], [1702471193, "44228608"], [1702471226, "44048384"], [1702471265, "44097536"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "23396352"], [1702462721, "22671360"], [1702462736, "22667264"], [1702462751, "22859776"], [1702462763, "22671360"], [1702462793, "22781952"], [1702462808, "22867968"], [1702462829, "22695936"], [1702462844, "22716416"], [1702462865, "22700032"], [1702462880, "22708224"], [1702462904, "22736896"], [1702462919, "22937600"], [1702462952, "22884352"], [1702462973, "22884352"], [1702462988, "22913024"], [1702463045, "23085056"], [1702463081, "22999040"], [1702463114, "23064576"], [1702463150, "22892544"], [1702463186, "23085056"], [1702463216, "23187456"], [1702463240, "23257088"], [1702463273, "23162880"], [1702463324, "23015424"], [1702463354, "23195648"], [1702463381, "23019520"], [1702463417, "23031808"], [1702463453, "23142400"], [1702463477, "23068672"], [1702463510, "23171072"], [1702463537, "23252992"], [1702463570, "23252992"], [1702463591, "23678976"], [1702463621, "23506944"], [1702463657, "23650304"], [1702463693, "23670784"], [1702463729, "23556096"], [1702463765, "23482368"], [1702463798, "23478272"], [1702463846, "23568384"], [1702463873, "23478272"], [1702463906, "23490560"], [1702463948, "23478272"], [1702463984, "23674880"], [1702464014, "23662592"], [1702464050, "23744512"], [1702464086, "23764992"], [1702464122, "23793664"], [1702464155, "23605248"], [1702464194, "23416832"], [1702464230, "23437312"], [1702464263, "23576576"], [1702464299, "23605248"], [1702464332, "23425024"], [1702464356, "23891968"], [1702464392, "23609344"], [1702464425, "23420928"], [1702464455, "23617536"], [1702464479, "23420928"], [1702464509, "23420928"], [1702464533, "23535616"], [1702464569, "24166400"], [1702464605, "23613440"], [1702464635, "23642112"], [1702464671, "23642112"], [1702464716, "23453696"], [1702464743, "23658496"], [1702464776, "23457792"], [1702464812, "23474176"], [1702464836, "23650304"], [1702464869, "23699456"], [1702464905, "23629824"], [1702464926, "23506944"], [1702464956, "23519232"], [1702464992, "23769088"], [1702465016, "23576576"], [1702465049, "23703552"], [1702465085, "23584768"], [1702465118, "23875584"], [1702465145, "23748608"], [1702465178, "23986176"], [1702465208, "23920640"], [1702465241, "23752704"], [1702465298, "23752704"], [1702465334, "23945216"], [1702465367, "23957504"], [1702465394, "23945216"], [1702465418, "23764992"], [1702465445, "23760896"], [1702465481, "23932928"], [1702465517, "23793664"], [1702465550, "23965696"], [1702465586, "23957504"], [1702465619, "23769088"], [1702465658, "23764992"], [1702465706, "23769088"], [1702465754, "23871488"], [1702465787, "24014848"], [1702465823, "24018944"], [1702465856, "23973888"], [1702465880, "23982080"], [1702465910, "23973888"], [1702465952, "23965696"], [1702465988, "23986176"], [1702466015, "23797760"], [1702466030, "23965696"], [1702466060, "23969792"], [1702466078, "23957504"], [1702466138, "24055808"], [1702466168, "24293376"], [1702466204, "24494080"], [1702466237, "24293376"], [1702466261, "24289280"], [1702466291, "24010752"], [1702466327, "24256512"], [1702466360, "24145920"], [1702466384, "24113152"], [1702466417, "24113152"], [1702466441, "24195072"], [1702466471, "24166400"], [1702466507, "24018944"], [1702466540, "24203264"], [1702466597, "27807744"], [1702466633, "24113152"], [1702466666, "24023040"], [1702466705, "24449024"], [1702466732, "24199168"], [1702466765, "24190976"], [1702466801, "24010752"], [1702466852, "24236032"], [1702466876, "24010752"], [1702466918, "24117248"], [1702466978, "24231936"], [1702467014, "24215552"], [1702467038, "24059904"], [1702467068, "24252416"], [1702467122, "24084480"], [1702467158, "24059904"], [1702467191, "24059904"], [1702467221, "24256512"], [1702467257, "24084480"], [1702467299, "24072192"], [1702467350, "24170496"], [1702467386, "24244224"], [1702467419, "24084480"], [1702467455, "24182784"], [1702467515, "24264704"], [1702467542, "24158208"], [1702467566, "24121344"], [1702467599, "24231936"], [1702467635, "24195072"], [1702467668, "24256512"], [1702467695, "24072192"], [1702467716, "24272896"], [1702467746, "24248320"], [1702467800, "24141824"], [1702467824, "24084480"], [1702467908, "24481792"], [1702467944, "24096768"], [1702467968, "24268800"], [1702468001, "24199168"], [1702468031, "24195072"], [1702468067, "24109056"], [1702468085, "24285184"], [1702468115, "24100864"], [1702468151, "24199168"], [1702468181, "24096768"], [1702468208, "24264704"], [1702468241, "24203264"], [1702468256, "24301568"], [1702468286, "24301568"], [1702468322, "24121344"], [1702468352, "24096768"], [1702468388, "23891968"], [1702468424, "24018944"], [1702468457, "23986176"], [1702468493, "24006656"], [1702468517, "24162304"], [1702468550, "24113152"], [1702468586, "24186880"], [1702468613, "23986176"], [1702468637, "24178688"], [1702468679, "24182784"], [1702468721, "24182784"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "39215104"], [1702462721, "39215104"], [1702462736, "39215104"], [1702462751, "39215104"], [1702462763, "39215104"], [1702462793, "39215104"], [1702462808, "39215104"], [1702462829, "39215104"], [1702462844, "39215104"], [1702462865, "39215104"], [1702462880, "39215104"], [1702462904, "39215104"], [1702462919, "39215104"], [1702462952, "39215104"], [1702462973, "39215104"], [1702462988, "39215104"], [1702463045, "39215104"], [1702463081, "39215104"], [1702463114, "39215104"], [1702463150, "39215104"], [1702463186, "39215104"], [1702463216, "39215104"], [1702463240, "39215104"], [1702463273, "39215104"], [1702463324, "39215104"], [1702463354, "39215104"], [1702463381, "39215104"], [1702463417, "39215104"], [1702463453, "39215104"], [1702463477, "39215104"], [1702463510, "39215104"], [1702463537, "39260160"], [1702463570, "39260160"], [1702463591, "39260160"], [1702463621, "39260160"], [1702463657, "39260160"], [1702463693, "39260160"], [1702463729, "39260160"], [1702463765, "39260160"], [1702463798, "39149568"], [1702463846, "39149568"], [1702463873, "39149568"], [1702463906, "39182336"], [1702463948, "39182336"], [1702463984, "39182336"], [1702464014, "39182336"], [1702464050, "39247872"], [1702464086, "39247872"], [1702464122, "39247872"], [1702464155, "39247872"], [1702464194, "39247872"], [1702464230, "39247872"], [1702464263, "39247872"], [1702464299, "39247872"], [1702464332, "39247872"], [1702464356, "39247872"], [1702464392, "39247872"], [1702464425, "39247872"], [1702464455, "39247872"], [1702464479, "39247872"], [1702464509, "39247872"], [1702464533, "39247872"], [1702464569, "39247872"], [1702464605, "39247872"], [1702464635, "39247872"], [1702464671, "39247872"], [1702464716, "39247872"], [1702464743, "39247872"], [1702464776, "39247872"], [1702464812, "39247872"], [1702464836, "39247872"], [1702464869, "39182336"], [1702464905, "39182336"], [1702464926, "39182336"], [1702464956, "39182336"], [1702464992, "39182336"], [1702465016, "39182336"], [1702465049, "39182336"], [1702465085, "39182336"], [1702465118, "39182336"], [1702465145, "39182336"], [1702465178, "39182336"], [1702465208, "39182336"], [1702465241, "39215104"], [1702465298, "39215104"], [1702465334, "39215104"], [1702465367, "39313408"], [1702465394, "39313408"], [1702465418, "39313408"], [1702465445, "39313408"], [1702465481, "39182336"], [1702465517, "39182336"], [1702465550, "39182336"], [1702465586, "39215104"], [1702465619, "39215104"], [1702465658, "39215104"], [1702465706, "39215104"], [1702465754, "39215104"], [1702465787, "39215104"], [1702465823, "39215104"], [1702465856, "39280640"], [1702465880, "39280640"], [1702465910, "39280640"], [1702465952, "39280640"], [1702465988, "39149568"], [1702466015, "39149568"], [1702466030, "39149568"], [1702466060, "39149568"], [1702466078, "39182336"], [1702466138, "39182336"], [1702466168, "39182336"], [1702466204, "39215104"], [1702466237, "39215104"], [1702466261, "39215104"], [1702466291, "39215104"], [1702466327, "39215104"], [1702466360, "39215104"], [1702466384, "39215104"], [1702466417, "39215104"], [1702466441, "39215104"], [1702466471, "39215104"], [1702466507, "39215104"], [1702466540, "39215104"], [1702466597, "39215104"], [1702466633, "39215104"], [1702466666, "39215104"], [1702466705, "39215104"], [1702466732, "39215104"], [1702466765, "39215104"], [1702466801, "39215104"], [1702466852, "39215104"], [1702466876, "39215104"], [1702466918, "39215104"], [1702466978, "39215104"], [1702467014, "39215104"], [1702467038, "39215104"], [1702467068, "39215104"], [1702467122, "39215104"], [1702467158, "39215104"], [1702467191, "39215104"], [1702467221, "39215104"], [1702467257, "39215104"], [1702467299, "39215104"], [1702467350, "39215104"], [1702467386, "39215104"], [1702467419, "39215104"], [1702467455, "39215104"], [1702467515, "39215104"], [1702467542, "39215104"], [1702467566, "39215104"], [1702467599, "39215104"], [1702467635, "39215104"], [1702467668, "39215104"], [1702467695, "39215104"], [1702467716, "39215104"], [1702467746, "39215104"], [1702467800, "39215104"], [1702467824, "39215104"], [1702467908, "39215104"], [1702467944, "39215104"], [1702467968, "39215104"], [1702468001, "39215104"], [1702468031, "39215104"], [1702468067, "39215104"], [1702468085, "39215104"], [1702468115, "39215104"], [1702468151, "39215104"], [1702468181, "39215104"], [1702468208, "39215104"], [1702468241, "39215104"], [1702468256, "39215104"], [1702468286, "39215104"], [1702468322, "39215104"], [1702468352, "39215104"], [1702468388, "39215104"], [1702468424, "39215104"], [1702468457, "39215104"], [1702468493, "39280640"], [1702468517, "39280640"], [1702468550, "39280640"], [1702468586, "39280640"], [1702468613, "39149568"], [1702468637, "39149568"], [1702468679, "39149568"], [1702468721, "39182336"], [1702468730, "39182336"], [1702468766, "39182336"], [1702468799, "39182336"], [1702468835, "39182336"], [1702468898, "39182336"], [1702468934, "39182336"], [1702468970, "39182336"], [1702468994, "39182336"], [1702469024, "39182336"], [1702469060, "39182336"], [1702469111, "39182336"], [1702469144, "39182336"], [1702469168, "39182336"], [1702469204, "39215104"], [1702469237, "39215104"], [1702469273, "39215104"], [1702469303, "39215104"], [1702469336, "39215104"], [1702469360, "39215104"], [1702469387, "39215104"], [1702469411, "39215104"], [1702469435, "39215104"], [1702469468, "39215104"], [1702469504, "39215104"], [1702469537, "39215104"], [1702469573, "39215104"], [1702469606, "39215104"], [1702469633, "39215104"], [1702469660, "39215104"], [1702469684, "39215104"], [1702469717, "39215104"], [1702469753, "39215104"], [1702469786, "39215104"], [1702469816, "39215104"], [1702469834, "39215104"], [1702469864, "39215104"], [1702469906, "39215104"], [1702469936, "39215104"], [1702469972, "39215104"], [1702470005, "39215104"], [1702470029, "39215104"], [1702470065, "39215104"], [1702470101, "39215104"], [1702470131, "39215104"], [1702470167, "39215104"], [1702470203, "39215104"], [1702470251, "39215104"], [1702470278, "39215104"], [1702470311, "39215104"], [1702470347, "39215104"], [1702470371, "39215104"], [1702470404, "39215104"], [1702470440, "39215104"], [1702470476, "39215104"], [1702470506, "39215104"], [1702470542, "39215104"], [1702470575, "39215104"], [1702470611, "39215104"], [1702470635, "39215104"], [1702470662, "39215104"], [1702470686, "39215104"], [1702470719, "39215104"], [1702470746, "39477248"], [1702470812, "39227392"], [1702470845, "39227392"], [1702470875, "39227392"], [1702470899, "39227392"], [1702470953, "39227392"], [1702470983, "39227392"], [1702471025, "39227392"], [1702471067, "39227392"], [1702471169, "39227392"], [1702471193, "39227392"], [1702471226, "39227392"], [1702471265, "39182336"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "95399936"], [1702462721, "97169408"], [1702462736, "95817728"], [1702462751, "97767424"], [1702462763, "96452608"], [1702462793, "96710656"], [1702462808, "97218560"], [1702462829, "96894976"], [1702462844, "96878592"], [1702462865, "97144832"], [1702462880, "96636928"], [1702462904, "96780288"], [1702462919, "96780288"], [1702462952, "96915456"], [1702462973, "97177600"], [1702462988, "96960512"], [1702463045, "97030144"], [1702463081, "97128448"], [1702463114, "97595392"], [1702463150, "97890304"], [1702463186, "98025472"], [1702463216, "98816000"], [1702463240, "98971648"], [1702463273, "99016704"], [1702463324, "99852288"], [1702463354, "100958208"], [1702463381, "101523456"], [1702463417, "101675008"], [1702463453, "101687296"], [1702463477, "101703680"], [1702463510, "101769216"], [1702463537, "103112704"], [1702463570, "103792640"], [1702463591, "103690240"], [1702463621, "103813120"], [1702463657, "103464960"], [1702463693, "103792640"], [1702463729, "103854080"], [1702463765, "103387136"], [1702463798, "104026112"], [1702463846, "86163456"], [1702463873, "89686016"], [1702463906, "88711168"], [1702463948, "88510464"], [1702463984, "88780800"], [1702464014, "89354240"], [1702464050, "89583616"], [1702464086, "88600576"], [1702464122, "89157632"], [1702464155, "90054656"], [1702464194, "89030656"], [1702464230, "89657344"], [1702464263, "89530368"], [1702464299, "89944064"], [1702464332, "89800704"], [1702464356, "90091520"], [1702464392, "90316800"], [1702464425, "90542080"], [1702464455, "90554368"], [1702464479, "90570752"], [1702464509, "91078656"], [1702464533, "90849280"], [1702464569, "91369472"], [1702464605, "91402240"], [1702464635, "92577792"], [1702464671, "91906048"], [1702464716, "92520448"], [1702464743, "92622848"], [1702464776, "92667904"], [1702464812, "93646848"], [1702464836, "92938240"], [1702464869, "93315072"], [1702464905, "93470720"], [1702464926, "93573120"], [1702464956, "93847552"], [1702464992, "93581312"], [1702465016, "93937664"], [1702465049, "94978048"], [1702465085, "95551488"], [1702465118, "94773248"], [1702465145, "94834688"], [1702465178, "94896128"], [1702465208, "94924800"], [1702465241, "94994432"], [1702465298, "95211520"], [1702465334, "95551488"], [1702465367, "95739904"], [1702465394, "96268288"], [1702465418, "97218560"], [1702465445, "97357824"], [1702465481, "97710080"], [1702465517, "97763328"], [1702465550, "98148352"], [1702465586, "98037760"], [1702465619, "98365440"], [1702465658, "99139584"], [1702465706, "99532800"], [1702465754, "100163584"], [1702465787, "99700736"], [1702465823, "100032512"], [1702465856, "100290560"], [1702465880, "100274176"], [1702465910, "100319232"], [1702465952, "100679680"], [1702465988, "101470208"], [1702466015, "101007360"], [1702466030, "101015552"], [1702466060, "100999168"], [1702466078, "101593088"], [1702466138, "101941248"], [1702466168, "102264832"], [1702466204, "87846912"], [1702466237, "88453120"], [1702466261, "87576576"], [1702466291, "87298048"], [1702466327, "87355392"], [1702466360, "87752704"], [1702466384, "88227840"], [1702466417, "87633920"], [1702466441, "87588864"], [1702466471, "87613440"], [1702466507, "89161728"], [1702466540, "88743936"], [1702466597, "88571904"], [1702466633, "91086848"], [1702466666, "89133056"], [1702466705, "90259456"], [1702466732, "89468928"], [1702466765, "90046464"], [1702466801, "90292224"], [1702466852, "90173440"], [1702466876, "90427392"], [1702466918, "91172864"], [1702466978, "91279360"], [1702467014, "91570176"], [1702467038, "92573696"], [1702467068, "91738112"], [1702467122, "92278784"], [1702467158, "92311552"], [1702467191, "92774400"], [1702467221, "92540928"], [1702467257, "92557312"], [1702467299, "92700672"], [1702467350, "93085696"], [1702467386, "93970432"], [1702467419, "94027776"], [1702467455, "94035968"], [1702467515, "94031872"], [1702467542, "94040064"], [1702467566, "94875648"], [1702467599, "95481856"], [1702467635, "95395840"], [1702467668, "95461376"], [1702467695, "95961088"], [1702467716, "96284672"], [1702467746, "96313344"], [1702467800, "96358400"], [1702467824, "96378880"], [1702467908, "97181696"], [1702467944, "96653312"], [1702467968, "97611776"], [1702468001, "97955840"], [1702468031, "99463168"], [1702468067, "99024896"], [1702468085, "99119104"], [1702468115, "99131392"], [1702468151, "99131392"], [1702468181, "100597760"], [1702468208, "99516416"], [1702468241, "99909632"], [1702468256, "99758080"], [1702468286, "99762176"], [1702468322, "100040704"], [1702468352, "100073472"], [1702468388, "101322752"], [1702468424, "102195200"], [1702468457, "102793216"], [1702468493, "102354944"], [1702468517, "102551552"], [1702468550, "89419776"], [1702468586, "87662592"], [1702468613, "87502848"], [1702468637, "87429120"], [1702468679, "87617536"], [1702468721, "88018944"], [1702468730, "88018944"], [1702468766, "88543232"], [1702468799, "88129536"], [1702468835, "87752704"], [1702468898, "89067520"], [1702468934, "89038848"], [1702468970, "89153536"], [1702468994, "88203264"], [1702469024, "88727552"], [1702469060, "88969216"], [1702469111, "90558464"], [1702469144, "90423296"], [1702469168, "89935872"], [1702469204, "90120192"], [1702469237, "90656768"], [1702469273, "91709440"], [1702469303, "91541504"], [1702469336, "91193344"], [1702469360, "91336704"], [1702469387, "91426816"], [1702469411, "91881472"], [1702469435, "92016640"], [1702469468, "91627520"], [1702469504, "92979200"], [1702469537, "92463104"], [1702469573, "93081600"], [1702469606, "92835840"], [1702469633, "92983296"], [1702469660, "93503488"], [1702469684, "93257728"], [1702469717, "93028352"], [1702469753, "93749248"], [1702469786, "94117888"], [1702469816, "94973952"], [1702469834, "94289920"], [1702469864, "94449664"], [1702469906, "94523392"], [1702469936, "94990336"], [1702469972, "95309824"], [1702470005, "95436800"], [1702470029, "95440896"], [1702470065, "95997952"], [1702470101, "96378880"], [1702470131, "96182272"], [1702470167, "96239616"], [1702470203, "96223232"], [1702470251, "96227328"], [1702470278, "96444416"], [1702470311, "96899072"], [1702470347, "98000896"], [1702470371, "97845248"], [1702470404, "98267136"], [1702470440, "98275328"], [1702470476, "98631680"], [1702470506, "98897920"], [1702470542, "99057664"], [1702470575, "100028416"], [1702470611, "100864000"], [1702470635, "100880384"], [1702470662, "100474880"], [1702470686, "100442112"], [1702470719, "100450304"], [1702470746, "100872192"], [1702470812, "100958208"], [1702470845, "100716544"], [1702470875, "100716544"], [1702470899, "83869696"], [1702470953, "88264704"], [1702470983, "88166400"], [1702471025, "87875584"], [1702471067, "88539136"], [1702471169, "87724032"], [1702471193, "88076288"], [1702471226, "88215552"], [1702471265, "88494080"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "1273856"], [1702462721, "1273856"], [1702462736, "1273856"], [1702462751, "1273856"], [1702462763, "1273856"], [1702462793, "1273856"], [1702462808, "1273856"], [1702462829, "1273856"], [1702462844, "1273856"], [1702462865, "1273856"], [1702462880, "1273856"], [1702462904, "1273856"], [1702462919, "1273856"], [1702462952, "1273856"], [1702462973, "1273856"], [1702462988, "1273856"], [1702463045, "1273856"], [1702463081, "1273856"], [1702463114, "1273856"], [1702463150, "1273856"], [1702463186, "1273856"], [1702463216, "1273856"], [1702463240, "1273856"], [1702463273, "1273856"], [1702463324, "1273856"], [1702463354, "1273856"], [1702463381, "1273856"], [1702463417, "1273856"], [1702463453, "1273856"], [1702463477, "1273856"], [1702463510, "1273856"], [1702463537, "1273856"], [1702463570, "1273856"], [1702463591, "1273856"], [1702463621, "1273856"], [1702463657, "1273856"], [1702463693, "1273856"], [1702463729, "1273856"], [1702463765, "1273856"], [1702463798, "1273856"], [1702463846, "1273856"], [1702463873, "1273856"], [1702463906, "1273856"], [1702463948, "1273856"], [1702463984, "1273856"], [1702464014, "1273856"], [1702464050, "1273856"], [1702464086, "1273856"], [1702464122, "1273856"], [1702464155, "1273856"], [1702464194, "1273856"], [1702464230, "1273856"], [1702464263, "1273856"], [1702464299, "1273856"], [1702464332, "1273856"], [1702464356, "1273856"], [1702464392, "1273856"], [1702464425, "1273856"], [1702464455, "1273856"], [1702464479, "1273856"], [1702464509, "1273856"], [1702464533, "1273856"], [1702464569, "1273856"], [1702464605, "1273856"], [1702464635, "1273856"], [1702464671, "1273856"], [1702464716, "1273856"], [1702464743, "1273856"], [1702464776, "1273856"], [1702464812, "1273856"], [1702464836, "1273856"], [1702464869, "1273856"], [1702464905, "1273856"], [1702464926, "1273856"], [1702464956, "1273856"], [1702464992, "1273856"], [1702465016, "1273856"], [1702465049, "1273856"], [1702465085, "1273856"], [1702465118, "1273856"], [1702465145, "1273856"], [1702465178, "1273856"], [1702465208, "1273856"], [1702465241, "1273856"], [1702465298, "1273856"], [1702465334, "1273856"], [1702465367, "1273856"], [1702465394, "1273856"], [1702465418, "1273856"], [1702465445, "1273856"], [1702465481, "1273856"], [1702465517, "1273856"], [1702465550, "1273856"], [1702465586, "1273856"], [1702465619, "1273856"], [1702465658, "1273856"], [1702465706, "1273856"], [1702465754, "1273856"], [1702465787, "1273856"], [1702465823, "1273856"], [1702465856, "1273856"], [1702465880, "1273856"], [1702465910, "1273856"], [1702465952, "1273856"], [1702465988, "1273856"], [1702466015, "1273856"], [1702466030, "1273856"], [1702466060, "1273856"], [1702466078, "1273856"], [1702466138, "1273856"], [1702466168, "1273856"], [1702466204, "1273856"], [1702466237, "1273856"], [1702466261, "1273856"], [1702466291, "1273856"], [1702466327, "1273856"], [1702466360, "1273856"], [1702466384, "1273856"], [1702466417, "1273856"], [1702466441, "1273856"], [1702466471, "1273856"], [1702466507, "1273856"], [1702466540, "1273856"], [1702466597, "1273856"], [1702466633, "1273856"], [1702466666, "1273856"], [1702466705, "1273856"], [1702466732, "1273856"], [1702466765, "1273856"], [1702466801, "1273856"], [1702466852, "1273856"], [1702466876, "1273856"], [1702466918, "1273856"], [1702466978, "1273856"], [1702467014, "1273856"], [1702467038, "1273856"], [1702467068, "1273856"], [1702467122, "1273856"], [1702467158, "1273856"], [1702467191, "1273856"], [1702467221, "1273856"], [1702467257, "1273856"], [1702467299, "1273856"], [1702467350, "1273856"], [1702467386, "1273856"], [1702467419, "1273856"], [1702467455, "1273856"], [1702467515, "1273856"], [1702467542, "1273856"], [1702467566, "1273856"], [1702467599, "1273856"], [1702467635, "1273856"], [1702467668, "1273856"], [1702467695, "1273856"], [1702467716, "1273856"], [1702467746, "1273856"], [1702467800, "1273856"], [1702467824, "1273856"], [1702467908, "1273856"], [1702467944, "1273856"], [1702467968, "1273856"], [1702468001, "1273856"], [1702468031, "1273856"], [1702468067, "1273856"], [1702468085, "1273856"], [1702468115, "1273856"], [1702468151, "1273856"], [1702468181, "1273856"], [1702468208, "1273856"], [1702468241, "1273856"], [1702468256, "1273856"], [1702468286, "1273856"], [1702468322, "1273856"], [1702468352, "1273856"], [1702468388, "1273856"], [1702468424, "1273856"], [1702468457, "1273856"], [1702468493, "1273856"], [1702468517, "1273856"], [1702468550, "1273856"], [1702468586, "1273856"], [1702468613, "1273856"], [1702468637, "1273856"], [1702468679, "1273856"], [1702468721, "1273856"], [1702468730, "1273856"], [1702468766, "1273856"], [1702468799, "1273856"], [1702468835, "1273856"], [1702468898, "1273856"], [1702468934, "1273856"], [1702468970, "1273856"], [1702468994, "1273856"], [1702469024, "1273856"], [1702469060, "1273856"], [1702469111, "1273856"], [1702469144, "1273856"], [1702469168, "1273856"], [1702469204, "1273856"], [1702469237, "1273856"], [1702469273, "1273856"], [1702469303, "1273856"], [1702469336, "1273856"], [1702469360, "1273856"], [1702469387, "1273856"], [1702469411, "1273856"], [1702469435, "1273856"], [1702469468, "1273856"], [1702469504, "1273856"], [1702469537, "1273856"], [1702469573, "1273856"], [1702469606, "1273856"], [1702469633, "1273856"], [1702469660, "1273856"], [1702469684, "1273856"], [1702469717, "1273856"], [1702469753, "1273856"], [1702469786, "1273856"], [1702469816, "1273856"], [1702469834, "1273856"], [1702469864, "1273856"], [1702469906, "1273856"], [1702469936, "1273856"], [1702469972, "1273856"], [1702470005, "1273856"], [1702470029, "1273856"], [1702470065, "1273856"], [1702470101, "1273856"], [1702470131, "1273856"], [1702470167, "1273856"], [1702470203, "1273856"], [1702470251, "1273856"], [1702470278, "1273856"], [1702470311, "1273856"], [1702470347, "1273856"], [1702470371, "1273856"], [1702470404, "1273856"], [1702470440, "1273856"], [1702470476, "1273856"], [1702470506, "1273856"], [1702470542, "1273856"], [1702470575, "1273856"], [1702470611, "1273856"], [1702470635, "1273856"], [1702470662, "1273856"], [1702470686, "1273856"], [1702470719, "1273856"], [1702470746, "1273856"], [1702470812, "1273856"], [1702470845, "1273856"], [1702470875, "1273856"], [1702470899, "1273856"], [1702470953, "1273856"], [1702470983, "1273856"], [1702471025, "1273856"], [1702471067, "1273856"], [1702471169, "1273856"], [1702471193, "1273856"], [1702471226, "1273856"], [1702471265, "1273856"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "34009088"], [1702462721, "34013184"], [1702462736, "33624064"], [1702462751, "33624064"], [1702462763, "33722368"], [1702462793, "33865728"], [1702462808, "33865728"], [1702462829, "33959936"], [1702462844, "33964032"], [1702462865, "33968128"], [1702462880, "33619968"], [1702462904, "33681408"], [1702462919, "33681408"], [1702462952, "33738752"], [1702462973, "33738752"], [1702462988, "33746944"], [1702463045, "33759232"], [1702463081, "33755136"], [1702463114, "33759232"], [1702463150, "33755136"], [1702463186, "33755136"], [1702463216, "33755136"], [1702463240, "33820672"], [1702463273, "33824768"], [1702463324, "34062336"], [1702463354, "34103296"], [1702463381, "33730560"], [1702463417, "33746944"], [1702463453, "33746944"], [1702463477, "33746944"], [1702463510, "33853440"], [1702463537, "33988608"], [1702463570, "33984512"], [1702463591, "33988608"], [1702463621, "33882112"], [1702463657, "33972224"], [1702463693, "33656832"], [1702463729, "33767424"], [1702463765, "33820672"], [1702463798, "33558528"], [1702463846, "33726464"], [1702463873, "33865728"], [1702463906, "33607680"], [1702463948, "33607680"], [1702463984, "33640448"], [1702464014, "33800192"], [1702464050, "33878016"], [1702464086, "33890304"], [1702464122, "33853440"], [1702464155, "34074624"], [1702464194, "33878016"], [1702464230, "33624064"], [1702464263, "34009088"], [1702464299, "33800192"], [1702464332, "33804288"], [1702464356, "33550336"], [1702464392, "33558528"], [1702464425, "33787904"], [1702464455, "33796096"], [1702464479, "34013184"], [1702464509, "34099200"], [1702464533, "33931264"], [1702464569, "34000896"], [1702464605, "34074624"], [1702464635, "34197504"], [1702464671, "34197504"], [1702464716, "33542144"], [1702464743, "33542144"], [1702464776, "33935360"], [1702464812, "33935360"], [1702464836, "34144256"], [1702464869, "33931264"], [1702464905, "33935360"], [1702464926, "33685504"], [1702464956, "33681408"], [1702464992, "33853440"], [1702465016, "33853440"], [1702465049, "34074624"], [1702465085, "34119680"], [1702465118, "34353152"], [1702465145, "33873920"], [1702465178, "33873920"], [1702465208, "34004992"], [1702465241, "34054144"], [1702465298, "33923072"], [1702465334, "33923072"], [1702465367, "33959936"], [1702465394, "33968128"], [1702465418, "34136064"], [1702465445, "34119680"], [1702465481, "34131968"], [1702465517, "33828864"], [1702465550, "33890304"], [1702465586, "33792000"], [1702465619, "33796096"], [1702465658, "33890304"], [1702465706, "33894400"], [1702465754, "34258944"], [1702465787, "34263040"], [1702465823, "34177024"], [1702465856, "33996800"], [1702465880, "33996800"], [1702465910, "34385920"], [1702465952, "33705984"], [1702465988, "33710080"], [1702466015, "34316288"], [1702466030, "34398208"], [1702466060, "33898496"], [1702466078, "34000896"], [1702466138, "33943552"], [1702466168, "34127872"], [1702466204, "33964032"], [1702466237, "34123776"], [1702466261, "34230272"], [1702466291, "34234368"], [1702466327, "34320384"], [1702466360, "33816576"], [1702466384, "33824768"], [1702466417, "33554432"], [1702466441, "33558528"], [1702466471, "33918976"], [1702466507, "33607680"], [1702466540, "33607680"], [1702466597, "33816576"], [1702466633, "33890304"], [1702466666, "33914880"], [1702466705, "34418688"], [1702466732, "34000896"], [1702466765, "34004992"], [1702466801, "33611776"], [1702466852, "33787904"], [1702466876, "33808384"], [1702466918, "33878016"], [1702466978, "33882112"], [1702467014, "33886208"], [1702467038, "33660928"], [1702467068, "33673216"], [1702467122, "33857536"], [1702467158, "33959936"], [1702467191, "33968128"], [1702467221, "34054144"], [1702467257, "34283520"], [1702467299, "34308096"], [1702467350, "33959936"], [1702467386, "34058240"], [1702467419, "33726464"], [1702467455, "33726464"], [1702467515, "33755136"], [1702467542, "33943552"], [1702467566, "33976320"], [1702467599, "33779712"], [1702467635, "33779712"], [1702467668, "33906688"], [1702467695, "33927168"], [1702467716, "34144256"], [1702467746, "34168832"], [1702467800, "33763328"], [1702467824, "33808384"], [1702467908, "34004992"], [1702467944, "33857536"], [1702467968, "33865728"], [1702468001, "33898496"], [1702468031, "33902592"], [1702468067, "33964032"], [1702468085, "33968128"], [1702468115, "34045952"], [1702468151, "34050048"], [1702468181, "34295808"], [1702468208, "33656832"], [1702468241, "33669120"], [1702468256, "33873920"], [1702468286, "33996800"], [1702468322, "34127872"], [1702468352, "34332672"], [1702468388, "33816576"], [1702468424, "33816576"], [1702468457, "33837056"], [1702468493, "33845248"], [1702468517, "33976320"], [1702468550, "33607680"], [1702468586, "33607680"], [1702468613, "33878016"], [1702468637, "34017280"], [1702468679, "34148352"], [1702468721, "34152448"], [1702468730, "34156544"], [1702468766, "34152448"], [1702468799, "34152448"], [1702468835, "34152448"], [1702468898, "34152448"], [1702468934, "34328576"], [1702468970, "33894400"], [1702468994, "33656832"], [1702469024, "33804288"], [1702469060, "33849344"], [1702469111, "34062336"], [1702469144, "33775616"], [1702469168, "34308096"], [1702469204, "34033664"], [1702469237, "34050048"], [1702469273, "34054144"], [1702469303, "34050048"], [1702469336, "34050048"], [1702469360, "34504704"], [1702469387, "34271232"], [1702469411, "34353152"], [1702469435, "34553856"], [1702469468, "33996800"], [1702469504, "34000896"], [1702469537, "34041856"], [1702469573, "34041856"], [1702469606, "33583104"], [1702469633, "33587200"], [1702469660, "33792000"], [1702469684, "33980416"], [1702469717, "34021376"], [1702469753, "34021376"], [1702469786, "33759232"], [1702469816, "33869824"], [1702469834, "33927168"], [1702469864, "33931264"], [1702469906, "33935360"], [1702469936, "33603584"], [1702469972, "33677312"], [1702470005, "33738752"], [1702470029, "33734656"], [1702470065, "33878016"], [1702470101, "33878016"], [1702470131, "33951744"], [1702470167, "33951744"], [1702470203, "33951744"], [1702470251, "33951744"], [1702470278, "33755136"], [1702470311, "33759232"], [1702470347, "33755136"], [1702470371, "34033664"], [1702470404, "34148352"], [1702470440, "34353152"], [1702470476, "34058240"], [1702470506, "34148352"], [1702470542, "34029568"], [1702470575, "34082816"], [1702470611, "33501184"], [1702470635, "33492992"], [1702470662, "33665024"], [1702470686, "33693696"], [1702470719, "33812480"], [1702470746, "33824768"], [1702470812, "33878016"], [1702470845, "33624064"], [1702470875, "33628160"], [1702470899, "33640448"], [1702470953, "34037760"], [1702470983, "34254848"], [1702471025, "34095104"], [1702471067, "33718272"], [1702471169, "33841152"], [1702471193, "33849344"], [1702471226, "33857536"], [1702471265, "33595392"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "2772992"], [1702462793, "2772992"], [1702462808, "2772992"], [1702462829, "2772992"], [1702462844, "2772992"], [1702462865, "2772992"], [1702462880, "2772992"], [1702462904, "2772992"], [1702462919, "2772992"], [1702462952, "2772992"], [1702462973, "2772992"], [1702462988, "2772992"], [1702463045, "2772992"], [1702463081, "2772992"], [1702463114, "2772992"], [1702463150, "2772992"], [1702463186, "2772992"], [1702463216, "2772992"], [1702463240, "2772992"], [1702463273, "2772992"], [1702463324, "2772992"], [1702463354, "2772992"], [1702463381, "2772992"], [1702463417, "2772992"], [1702463453, "2772992"], [1702463477, "2772992"], [1702463510, "2772992"], [1702463537, "2772992"], [1702463570, "2772992"], [1702463591, "2772992"], [1702463621, "2772992"], [1702463657, "2772992"], [1702463693, "2772992"], [1702463729, "2772992"], [1702463765, "2772992"], [1702463798, "2772992"], [1702463846, "2772992"], [1702463873, "2772992"], [1702463906, "2772992"], [1702463948, "2772992"], [1702463984, "2772992"], [1702464014, "2772992"], [1702464050, "2772992"], [1702464086, "2772992"], [1702464122, "2772992"], [1702464155, "2772992"], [1702464194, "2772992"], [1702464230, "2772992"], [1702464263, "2772992"], [1702464299, "2772992"], [1702464332, "2772992"], [1702464356, "2772992"], [1702464392, "2772992"], [1702464425, "2772992"], [1702464455, "2772992"], [1702464479, "2772992"], [1702464509, "2772992"], [1702464533, "2772992"], [1702464569, "2772992"], [1702464605, "2772992"], [1702464635, "2772992"], [1702464671, "2772992"], [1702464716, "2772992"], [1702464743, "2772992"], [1702464776, "2772992"], [1702464812, "2772992"], [1702464836, "2772992"], [1702464869, "2772992"], [1702464905, "2772992"], [1702464926, "2772992"], [1702464956, "2772992"], [1702464992, "2772992"], [1702465016, "2772992"], [1702465049, "2772992"], [1702465085, "2772992"], [1702465118, "2772992"], [1702465145, "2772992"], [1702465178, "2772992"], [1702465208, "2772992"], [1702465241, "2772992"], [1702465298, "2772992"], [1702465334, "2772992"], [1702465367, "2772992"], [1702465394, "2772992"], [1702465418, "2772992"], [1702465445, "2772992"], [1702465481, "2772992"], [1702465517, "2772992"], [1702465550, "2772992"], [1702465586, "2772992"], [1702465619, "2772992"], [1702465658, "2772992"], [1702465706, "2772992"], [1702465754, "2772992"], [1702465787, "2772992"], [1702465823, "2772992"], [1702465856, "2772992"], [1702465880, "2772992"], [1702465910, "2772992"], [1702465952, "2772992"], [1702465988, "2772992"], [1702466015, "2772992"], [1702466030, "2772992"], [1702466060, "2772992"], [1702466078, "2772992"], [1702466138, "2772992"], [1702466168, "2772992"], [1702466204, "2772992"], [1702466237, "2772992"], [1702466261, "2772992"], [1702466291, "2772992"], [1702466327, "2772992"], [1702466360, "2772992"], [1702466384, "2772992"], [1702466417, "2772992"], [1702466441, "2772992"], [1702466471, "2772992"], [1702466507, "2772992"], [1702466540, "2772992"], [1702466597, "2772992"], [1702466633, "2772992"], [1702466666, "2772992"], [1702466705, "2772992"], [1702466732, "2772992"], [1702466765, "2772992"], [1702466801, "2772992"], [1702466852, "2772992"], [1702466876, "2772992"], [1702466918, "2772992"], [1702466978, "2772992"], [1702467014, "2772992"], [1702467038, "2772992"], [1702467068, "2772992"], [1702467122, "2772992"], [1702467158, "2772992"], [1702467191, "2772992"], [1702467221, "2772992"], [1702467257, "2772992"], [1702467299, "2772992"], [1702467350, "2772992"], [1702467386, "2772992"], [1702467419, "2772992"], [1702467455, "2772992"], [1702467515, "2772992"], [1702467542, "2772992"], [1702467566, "2772992"], [1702467599, "2772992"], [1702467635, "2772992"], [1702467668, "2772992"], [1702467695, "2772992"], [1702467716, "2772992"], [1702467746, "2772992"], [1702467800, "2772992"], [1702467824, "2772992"], [1702467908, "2772992"], [1702467944, "2772992"], [1702467968, "2772992"], [1702468001, "2772992"], [1702468031, "2772992"], [1702468067, "2772992"], [1702468085, "2772992"], [1702468115, "2772992"], [1702468151, "2772992"], [1702468181, "2772992"], [1702468208, "2772992"], [1702468241, "2772992"], [1702468256, "2772992"], [1702468286, "2772992"], [1702468322, "2772992"], [1702468352, "2772992"], [1702468388, "2772992"], [1702468424, "2772992"], [1702468457, "2772992"], [1702468493, "2772992"], [1702468517, "2772992"], [1702468550, "2772992"], [1702468586, "2772992"], [1702468613, "2772992"], [1702468637, "2772992"], [1702468679, "2772992"], [1702468721, "2772992"], [1702468730, "2772992"], [1702468766, "2772992"], [1702468799, "2772992"], [1702468835, "2772992"], [1702468898, "2772992"], [1702468934, "2772992"], [1702468970, "2772992"], [1702468994, "2772992"], [1702469024, "2772992"], [1702469060, "2772992"], [1702469111, "2772992"], [1702469144, "2772992"], [1702469168, "2772992"], [1702469204, "2772992"], [1702469237, "2772992"], [1702469273, "2772992"], [1702469303, "2772992"], [1702469336, "2772992"], [1702469360, "2772992"], [1702469387, "2772992"], [1702469411, "2772992"], [1702469435, "2772992"], [1702469468, "2772992"], [1702469504, "2772992"], [1702469537, "2772992"], [1702469573, "2772992"], [1702469606, "2772992"], [1702469633, "2772992"], [1702469660, "2772992"], [1702469684, "2772992"], [1702469717, "2772992"], [1702469753, "2772992"], [1702469786, "2772992"], [1702469816, "2772992"], [1702469834, "2772992"], [1702469864, "2772992"], [1702469906, "2772992"], [1702469936, "2772992"], [1702469972, "2772992"], [1702470005, "2772992"], [1702470029, "2772992"], [1702470065, "2772992"], [1702470101, "2772992"], [1702470131, "2772992"], [1702470167, "2772992"], [1702470203, "2772992"], [1702470251, "2772992"], [1702470278, "2772992"], [1702470311, "2772992"], [1702470347, "2772992"], [1702470371, "2772992"], [1702470404, "2772992"], [1702470440, "2772992"], [1702470476, "2772992"], [1702470506, "2772992"], [1702470542, "2772992"], [1702470575, "2772992"], [1702470611, "2772992"], [1702470635, "2772992"], [1702470662, "2772992"], [1702470686, "2772992"], [1702470719, "2772992"], [1702470746, "2772992"], [1702470812, "2772992"], [1702470845, "2772992"], [1702470875, "2772992"], [1702470899, "2772992"], [1702470953, "2772992"], [1702470983, "2772992"], [1702471025, "2772992"], [1702471067, "2772992"], [1702471169, "2772992"], [1702471193, "2772992"], [1702471226, "2772992"], [1702471265, "2772992"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "12353536"], [1702463045, "12365824"], [1702463081, "12353536"], [1702463114, "12353536"], [1702463150, "12357632"], [1702463186, "12357632"], [1702463216, "12443648"], [1702463240, "12443648"], [1702463273, "12443648"], [1702463324, "12447744"], [1702463354, "12447744"], [1702463381, "12447744"], [1702463417, "12451840"], [1702463453, "12451840"], [1702463477, "12451840"], [1702463510, "12451840"], [1702463537, "12451840"], [1702463570, "12488704"], [1702463591, "12488704"], [1702463621, "12488704"], [1702463657, "12488704"], [1702463693, "12558336"], [1702463729, "12558336"], [1702463765, "12558336"], [1702463798, "12496896"], [1702463846, "12496896"], [1702463873, "12496896"], [1702463906, "12496896"], [1702463948, "12529664"], [1702463984, "12533760"], [1702464014, "12533760"], [1702464050, "12550144"], [1702464086, "12550144"], [1702464122, "12550144"], [1702464155, "12550144"], [1702464194, "12550144"], [1702464230, "12550144"], [1702464263, "12550144"], [1702464299, "12550144"], [1702464332, "12550144"], [1702464356, "12550144"], [1702464392, "12550144"], [1702464425, "12517376"], [1702464455, "12517376"], [1702464479, "12521472"], [1702464509, "12521472"], [1702464533, "12521472"], [1702464569, "12521472"], [1702464605, "12521472"], [1702464635, "12521472"], [1702464671, "12521472"], [1702464716, "12521472"], [1702464743, "12521472"], [1702464776, "12554240"], [1702464812, "12554240"], [1702464836, "12554240"], [1702464869, "12554240"], [1702464905, "12554240"], [1702464926, "12554240"], [1702464956, "12554240"], [1702464992, "12554240"], [1702465016, "12554240"], [1702465049, "12554240"], [1702465085, "12554240"], [1702465118, "12554240"], [1702465145, "12554240"], [1702465178, "12554240"], [1702465208, "12554240"], [1702465241, "12554240"], [1702465298, "12587008"], [1702465334, "12587008"], [1702465367, "12521472"], [1702465394, "12521472"], [1702465418, "12525568"], [1702465445, "12529664"], [1702465481, "12529664"], [1702465517, "12529664"], [1702465550, "12529664"], [1702465586, "12529664"], [1702465619, "12615680"], [1702465658, "12615680"], [1702465706, "12615680"], [1702465754, "12562432"], [1702465787, "12562432"], [1702465823, "12562432"], [1702465856, "12566528"], [1702465880, "12570624"], [1702465910, "12570624"], [1702465952, "12570624"], [1702465988, "12648448"], [1702466015, "12648448"], [1702466030, "12648448"], [1702466060, "12648448"], [1702466078, "12648448"], [1702466138, "12648448"], [1702466168, "12648448"], [1702466204, "12648448"], [1702466237, "12648448"], [1702466261, "12648448"], [1702466291, "12648448"], [1702466327, "12681216"], [1702466360, "12681216"], [1702466384, "12681216"], [1702466417, "12681216"], [1702466441, "12713984"], [1702466471, "12713984"], [1702466507, "12713984"], [1702466540, "12713984"], [1702466597, "12595200"], [1702466633, "12595200"], [1702466666, "12599296"], [1702466705, "12599296"], [1702466732, "12599296"], [1702466765, "12599296"], [1702466801, "12599296"], [1702466852, "12599296"], [1702466876, "12599296"], [1702466918, "12599296"], [1702466978, "12632064"], [1702467014, "12632064"], [1702467038, "12632064"], [1702467068, "12632064"], [1702467122, "12632064"], [1702467158, "12632064"], [1702467191, "12550144"], [1702467221, "12550144"], [1702467257, "12550144"], [1702467299, "12591104"], [1702467350, "12595200"], [1702467386, "12857344"], [1702467419, "12632064"], [1702467455, "12632064"], [1702467515, "12632064"], [1702467542, "12664832"], [1702467566, "12664832"], [1702467599, "12673024"], [1702467635, "12681216"], [1702467668, "12595200"], [1702467695, "12595200"], [1702467716, "12595200"], [1702467746, "12595200"], [1702467800, "12595200"], [1702467824, "12595200"], [1702467908, "12595200"], [1702467944, "12595200"], [1702467968, "12595200"], [1702468001, "12595200"], [1702468031, "12595200"], [1702468067, "12595200"], [1702468085, "12595200"], [1702468115, "12595200"], [1702468151, "12619776"], [1702468181, "12619776"], [1702468208, "12619776"], [1702468241, "12619776"], [1702468256, "12619776"], [1702468286, "12619776"], [1702468322, "12619776"], [1702468352, "12619776"], [1702468388, "12619776"], [1702468424, "12619776"], [1702468457, "12619776"], [1702468493, "12619776"], [1702468517, "12619776"], [1702468550, "12619776"], [1702468586, "12619776"], [1702468613, "12718080"], [1702468637, "12718080"], [1702468679, "12718080"], [1702468721, "12718080"], [1702468730, "12718080"], [1702468766, "12718080"], [1702468799, "12718080"], [1702468835, "12718080"], [1702468898, "12718080"], [1702468934, "12718080"], [1702468970, "12718080"], [1702468994, "12718080"], [1702469024, "12718080"], [1702469060, "12718080"], [1702469111, "12595200"], [1702469144, "12595200"], [1702469168, "12595200"], [1702469204, "12595200"], [1702469237, "12595200"], [1702469273, "12595200"], [1702469303, "12595200"], [1702469336, "12595200"], [1702469360, "12595200"], [1702469387, "12595200"], [1702469411, "12595200"], [1702469435, "12603392"], [1702469468, "12587008"], [1702469504, "12587008"], [1702469537, "12587008"], [1702469573, "12587008"], [1702469606, "12587008"], [1702469633, "12587008"], [1702469660, "12587008"], [1702469684, "12587008"], [1702469717, "12587008"], [1702469753, "12587008"], [1702469786, "12587008"], [1702469816, "12591104"], [1702469834, "12591104"], [1702469864, "12591104"], [1702469906, "12591104"], [1702469936, "12591104"], [1702469972, "12591104"], [1702470005, "12591104"], [1702470029, "12591104"], [1702470065, "12591104"], [1702470101, "12591104"], [1702470131, "12599296"], [1702470167, "12599296"], [1702470203, "12599296"], [1702470251, "12599296"], [1702470278, "12599296"], [1702470311, "12599296"], [1702470347, "12599296"], [1702470371, "12599296"], [1702470404, "12599296"], [1702470440, "12599296"], [1702470476, "12599296"], [1702470506, "12599296"], [1702470542, "12599296"], [1702470575, "12599296"], [1702470611, "12599296"], [1702470635, "12603392"], [1702470662, "12603392"], [1702470686, "12603392"], [1702470719, "12603392"], [1702470746, "12603392"], [1702470812, "12607488"], [1702470845, "12607488"], [1702470875, "12607488"], [1702470899, "12607488"], [1702470953, "12607488"], [1702470983, "12607488"], [1702471025, "12607488"], [1702471067, "12607488"], [1702471169, "12607488"], [1702471193, "12607488"], [1702471226, "12607488"], [1702471265, "12607488"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "682856448"], [1702462721, "682856448"], [1702462736, "691666944"], [1702462751, "694411264"], [1702462763, "701325312"], [1702462793, "707235840"], [1702462808, "706842624"], [1702462829, "707305472"], [1702462844, "707358720"], [1702462865, "688893952"], [1702462880, "689172480"], [1702462904, "689188864"], [1702462919, "689233920"], [1702462952, "689659904"], [1702462973, "689119232"], [1702462988, "689430528"], [1702463045, "699772928"], [1702463081, "700354560"], [1702463114, "705527808"], [1702463150, "705908736"], [1702463186, "668655616"], [1702463216, "671236096"], [1702463240, "671023104"], [1702463273, "676585472"], [1702463324, "680378368"], [1702463354, "712413184"], [1702463381, "712441856"], [1702463417, "712970240"], [1702463453, "712519680"], [1702463477, "712503296"], [1702463510, "676818944"], [1702463537, "677449728"], [1702463570, "680763392"], [1702463591, "680263680"], [1702463621, "682074112"], [1702463657, "683864064"], [1702463693, "693702656"], [1702463729, "694292480"], [1702463765, "694345728"], [1702463798, "670973952"], [1702463846, "670990336"], [1702463873, "676880384"], [1702463906, "674430976"], [1702463948, "692572160"], [1702463984, "701931520"], [1702464014, "702136320"], [1702464050, "703369216"], [1702464086, "680534016"], [1702464122, "680341504"], [1702464155, "681062400"], [1702464194, "681361408"], [1702464230, "682237952"], [1702464263, "730587136"], [1702464299, "729772032"], [1702464332, "730542080"], [1702464356, "679763968"], [1702464392, "680255488"], [1702464425, "682795008"], [1702464455, "682229760"], [1702464479, "682487808"], [1702464509, "681955328"], [1702464533, "733323264"], [1702464569, "734253056"], [1702464605, "734294016"], [1702464635, "734650368"], [1702464671, "714268672"], [1702464716, "714137600"], [1702464743, "714403840"], [1702464776, "714891264"], [1702464812, "714596352"], [1702464836, "714969088"], [1702464869, "715227136"], [1702464905, "714792960"], [1702464926, "715091968"], [1702464956, "714797056"], [1702464992, "669679616"], [1702465016, "672727040"], [1702465049, "672202752"], [1702465085, "678359040"], [1702465118, "678232064"], [1702465145, "683585536"], [1702465178, "690704384"], [1702465208, "703873024"], [1702465241, "704102400"], [1702465298, "677801984"], [1702465334, "679931904"], [1702465367, "682381312"], [1702465394, "682803200"], [1702465418, "683106304"], [1702465445, "714350592"], [1702465481, "717959168"], [1702465517, "719089664"], [1702465550, "685133824"], [1702465586, "685428736"], [1702465619, "685854720"], [1702465658, "685846528"], [1702465706, "685862912"], [1702465754, "741285888"], [1702465787, "741679104"], [1702465823, "742064128"], [1702465856, "718258176"], [1702465880, "718053376"], [1702465910, "718270464"], [1702465952, "718295040"], [1702465988, "718233600"], [1702466015, "718245888"], [1702466030, "718385152"], [1702466060, "718913536"], [1702466078, "718655488"], [1702466138, "719138816"], [1702466168, "718909440"], [1702466204, "671141888"], [1702466237, "671633408"], [1702466261, "675913728"], [1702466291, "676098048"], [1702466327, "676958208"], [1702466360, "681631744"], [1702466384, "703750144"], [1702466417, "708448256"], [1702466441, "709210112"], [1702466471, "671272960"], [1702466507, "672743424"], [1702466540, "673320960"], [1702466597, "674963456"], [1702466633, "685326336"], [1702466666, "690884608"], [1702466705, "697274368"], [1702466732, "697106432"], [1702466765, "682471424"], [1702466801, "682463232"], [1702466852, "683659264"], [1702466876, "686923776"], [1702466918, "686706688"], [1702466978, "727257088"], [1702467014, "728276992"], [1702467038, "682532864"], [1702467068, "682823680"], [1702467122, "684716032"], [1702467158, "684994560"], [1702467191, "685101056"], [1702467221, "686190592"], [1702467257, "735858688"], [1702467299, "735989760"], [1702467350, "736272384"], [1702467386, "726343680"], [1702467419, "725577728"], [1702467455, "725807104"], [1702467515, "725889024"], [1702467542, "725913600"], [1702467566, "725901312"], [1702467599, "726196224"], [1702467635, "726208512"], [1702467668, "725970944"], [1702467695, "726220800"], [1702467716, "726003712"], [1702467746, "725712896"], [1702467800, "726228992"], [1702467824, "721039360"], [1702467908, "720543744"], [1702467944, "696549376"], [1702467968, "696012800"], [1702468001, "696274944"], [1702468031, "686071808"], [1702468067, "686587904"], [1702468085, "687013888"], [1702468115, "687009792"], [1702468151, "696238080"], [1702468181, "696315904"], [1702468208, "696569856"], [1702468241, "696098816"], [1702468256, "696369152"], [1702468286, "696360960"], [1702468322, "671051776"], [1702468352, "671326208"], [1702468388, "676433920"], [1702468424, "673886208"], [1702468457, "678666240"], [1702468493, "696844288"], [1702468517, "697421824"], [1702468550, "697298944"], [1702468586, "677892096"], [1702468613, "679399424"], [1702468637, "678621184"], [1702468679, "682967040"], [1702468721, "682455040"], [1702468730, "708186112"], [1702468766, "718438400"], [1702468799, "720166912"], [1702468835, "721743872"], [1702468898, "721883136"], [1702468934, "721481728"], [1702468970, "721469440"], [1702468994, "721616896"], [1702469024, "721612800"], [1702469060, "723607552"], [1702469111, "723423232"], [1702469144, "709586944"], [1702469168, "709619712"], [1702469204, "709832704"], [1702469237, "709332992"], [1702469273, "709804032"], [1702469303, "709808128"], [1702469336, "718274560"], [1702469360, "727506944"], [1702469387, "728207360"], [1702469411, "728829952"], [1702469435, "692150272"], [1702469468, "693604352"], [1702469504, "693342208"], [1702469537, "693354496"], [1702469573, "693366784"], [1702469606, "693108736"], [1702469633, "732897280"], [1702469660, "717959168"], [1702469684, "718729216"], [1702469717, "718774272"], [1702469753, "684806144"], [1702469786, "685625344"], [1702469816, "686133248"], [1702469834, "686403584"], [1702469864, "686133248"], [1702469906, "685912064"], [1702469936, "724905984"], [1702469972, "725512192"], [1702470005, "724983808"], [1702470029, "725528576"], [1702470065, "712982528"], [1702470101, "713875456"], [1702470131, "713674752"], [1702470167, "714498048"], [1702470203, "713773056"], [1702470251, "714027008"], [1702470278, "714698752"], [1702470311, "714915840"], [1702470347, "715550720"], [1702470371, "716079104"], [1702470404, "715292672"], [1702470440, "715816960"], [1702470476, "716079104"], [1702470506, "715575296"], [1702470542, "750075904"], [1702470575, "750170112"], [1702470611, "750178304"], [1702470635, "710725632"], [1702470662, "710164480"], [1702470686, "709996544"], [1702470719, "710262784"], [1702470746, "710742016"], [1702470812, "710529024"], [1702470845, "711729152"], [1702470875, "711544832"], [1702470899, "722243584"], [1702470953, "722878464"], [1702470983, "673812480"], [1702471025, "674840576"], [1702471067, "680038400"], [1702471169, "716959744"], [1702471193, "717000704"], [1702471226, "708034560"], [1702471265, "707526656"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "11403264"], [1702462721, "11403264"], [1702462736, "11403264"], [1702462751, "11403264"], [1702462763, "11403264"], [1702462793, "11403264"], [1702462808, "11403264"], [1702462829, "11403264"], [1702462844, "11403264"], [1702462865, "11403264"], [1702462880, "11403264"], [1702462904, "11403264"], [1702462919, "11403264"], [1702462952, "11403264"], [1702462973, "11403264"], [1702462988, "11403264"], [1702463045, "11403264"], [1702463081, "11403264"], [1702463114, "11403264"], [1702463150, "11403264"], [1702463186, "11403264"], [1702463216, "11403264"], [1702463240, "11403264"], [1702463273, "11403264"], [1702463324, "11403264"], [1702463354, "11403264"], [1702463381, "11403264"], [1702463417, "11403264"], [1702463453, "11403264"], [1702463477, "11403264"], [1702463510, "11403264"], [1702463537, "11403264"], [1702463570, "11403264"], [1702463591, "11403264"], [1702463621, "11403264"], [1702463657, "11403264"], [1702463693, "11403264"], [1702463729, "11403264"], [1702463765, "11403264"], [1702463798, "11403264"], [1702463846, "11403264"], [1702463873, "11403264"], [1702463906, "11403264"], [1702463948, "11403264"], [1702463984, "11403264"], [1702464014, "11403264"], [1702464050, "11403264"], [1702464086, "11403264"], [1702464122, "11403264"], [1702464155, "11403264"], [1702464194, "11403264"], [1702464230, "11403264"], [1702464263, "11403264"], [1702464299, "11403264"], [1702464332, "11403264"], [1702464356, "11403264"], [1702464392, "11403264"], [1702464425, "11403264"], [1702464455, "11403264"], [1702464479, "11403264"], [1702464509, "11403264"], [1702464533, "11403264"], [1702464569, "11403264"], [1702464605, "11403264"], [1702464635, "11403264"], [1702464671, "11403264"], [1702464716, "11403264"], [1702464743, "11403264"], [1702464776, "11403264"], [1702464812, "11403264"], [1702464836, "11403264"], [1702464869, "11403264"], [1702464905, "11403264"], [1702464926, "11403264"], [1702464956, "11403264"], [1702464992, "11403264"], [1702465016, "11403264"], [1702465049, "11403264"], [1702465085, "11403264"], [1702465118, "11403264"], [1702465145, "11403264"], [1702465178, "11403264"], [1702465208, "11403264"], [1702465241, "11403264"], [1702465298, "11403264"], [1702465334, "11403264"], [1702465367, "11403264"], [1702465394, "11403264"], [1702465418, "11403264"], [1702465445, "11403264"], [1702465481, "11403264"], [1702465517, "11403264"], [1702465550, "11403264"], [1702465586, "11403264"], [1702465619, "11403264"], [1702465658, "11403264"], [1702465706, "11403264"], [1702465754, "11403264"], [1702465787, "11403264"], [1702465823, "11403264"], [1702465856, "11403264"], [1702465880, "11403264"], [1702465910, "11403264"], [1702465952, "11403264"], [1702465988, "11403264"], [1702466015, "11403264"], [1702466030, "11403264"], [1702466060, "11403264"], [1702466078, "11403264"], [1702466138, "11403264"], [1702466168, "11403264"], [1702466204, "11403264"], [1702466237, "11403264"], [1702466261, "11403264"], [1702466291, "11403264"], [1702466327, "11403264"], [1702466360, "11403264"], [1702466384, "11403264"], [1702466417, "11403264"], [1702466441, "11403264"], [1702466471, "11403264"], [1702466507, "11403264"], [1702466540, "11403264"], [1702466597, "11403264"], [1702466633, "11403264"], [1702466666, "11403264"], [1702466705, "11403264"], [1702466732, "11403264"], [1702466765, "11403264"], [1702466801, "11403264"], [1702466852, "11403264"], [1702466876, "11403264"], [1702466918, "11403264"], [1702466978, "11403264"], [1702467014, "11403264"], [1702467038, "11403264"], [1702467068, "11403264"], [1702467122, "11403264"], [1702467158, "11403264"], [1702467191, "11403264"], [1702467221, "11403264"], [1702467257, "11403264"], [1702467299, "11403264"], [1702467350, "11403264"], [1702467386, "11403264"], [1702467419, "11403264"], [1702467455, "11403264"], [1702467515, "11403264"], [1702467542, "11403264"], [1702467566, "11403264"], [1702467599, "11403264"], [1702467635, "11403264"], [1702467668, "11403264"], [1702467695, "11403264"], [1702467716, "11403264"], [1702467746, "11403264"], [1702467800, "11403264"], [1702467824, "11403264"], [1702467908, "11403264"], [1702467944, "11403264"], [1702467968, "11403264"], [1702468001, "11403264"], [1702468031, "11403264"], [1702468067, "11403264"], [1702468085, "11403264"], [1702468115, "11403264"], [1702468151, "11403264"], [1702468181, "11403264"], [1702468208, "11403264"], [1702468241, "11403264"], [1702468256, "11403264"], [1702468286, "11403264"], [1702468322, "11403264"], [1702468352, "11403264"], [1702468388, "11403264"], [1702468424, "11403264"], [1702468457, "11403264"], [1702468493, "11403264"], [1702468517, "11403264"], [1702468550, "11403264"], [1702468586, "11403264"], [1702468613, "11403264"], [1702468637, "11403264"], [1702468679, "11403264"], [1702468721, "11403264"], [1702468730, "11403264"], [1702468766, "11403264"], [1702468799, "11403264"], [1702468835, "11403264"], [1702468898, "11403264"], [1702468934, "11403264"], [1702468970, "11403264"], [1702468994, "11403264"], [1702469024, "11403264"], [1702469060, "11403264"], [1702469111, "11403264"], [1702469144, "11403264"], [1702469168, "11403264"], [1702469204, "11403264"], [1702469237, "11403264"], [1702469273, "11403264"], [1702469303, "11403264"], [1702469336, "11403264"], [1702469360, "11403264"], [1702469387, "11403264"], [1702469411, "11403264"], [1702469435, "11403264"], [1702469468, "11403264"], [1702469504, "11403264"], [1702469537, "11403264"], [1702469573, "11403264"], [1702469606, "11403264"], [1702469633, "11403264"], [1702469660, "11403264"], [1702469684, "11403264"], [1702469717, "11403264"], [1702469753, "11403264"], [1702469786, "11403264"], [1702469816, "11403264"], [1702469834, "11403264"], [1702469864, "11403264"], [1702469906, "11403264"], [1702469936, "11403264"], [1702469972, "11403264"], [1702470005, "11403264"], [1702470029, "11403264"], [1702470065, "11403264"], [1702470101, "11403264"], [1702470131, "11403264"], [1702470167, "11403264"], [1702470203, "11403264"], [1702470251, "11403264"], [1702470278, "11403264"], [1702470311, "11403264"], [1702470347, "11403264"], [1702470371, "11403264"], [1702470404, "11403264"], [1702470440, "11403264"], [1702470476, "11403264"], [1702470506, "11403264"], [1702470542, "11403264"], [1702470575, "11403264"], [1702470611, "11403264"], [1702470635, "11403264"], [1702470662, "11403264"], [1702470686, "11403264"], [1702470719, "11403264"], [1702470746, "11403264"], [1702470812, "11403264"], [1702470845, "11403264"], [1702470875, "11403264"], [1702470899, "11403264"], [1702470953, "11403264"], [1702470983, "11403264"], [1702471025, "11403264"], [1702471067, "11403264"], [1702471169, "11403264"], [1702471193, "11403264"], [1702471226, "11403264"], [1702471265, "11403264"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "24768512"], [1702462721, "24768512"], [1702462736, "24768512"], [1702462751, "24772608"], [1702462763, "24772608"], [1702462793, "24772608"], [1702462808, "24772608"], [1702462829, "24772608"], [1702462844, "24772608"], [1702462865, "24772608"], [1702462880, "24768512"], [1702462904, "24772608"], [1702462919, "24772608"], [1702462952, "24772608"], [1702462973, "24772608"], [1702462988, "24772608"], [1702463045, "24768512"], [1702463081, "24772608"], [1702463114, "24772608"], [1702463150, "24772608"], [1702463186, "24772608"], [1702463216, "24772608"], [1702463240, "24772608"], [1702463273, "24772608"], [1702463324, "24768512"], [1702463354, "24772608"], [1702463381, "24772608"], [1702463417, "24772608"], [1702463453, "24772608"], [1702463477, "24772608"], [1702463510, "24772608"], [1702463537, "24772608"], [1702463570, "24772608"], [1702463591, "24768512"], [1702463621, "24768512"], [1702463657, "24768512"], [1702463693, "24772608"], [1702463729, "24772608"], [1702463765, "24768512"], [1702463798, "24772608"], [1702463846, "24772608"], [1702463873, "24772608"], [1702463906, "24768512"], [1702463948, "24772608"], [1702463984, "24772608"], [1702464014, "24772608"], [1702464050, "24768512"], [1702464086, "24768512"], [1702464122, "24772608"], [1702464155, "24772608"], [1702464194, "24768512"], [1702464230, "24768512"], [1702464263, "24772608"], [1702464299, "24772608"], [1702464332, "24772608"], [1702464356, "24768512"], [1702464392, "24768512"], [1702464425, "24772608"], [1702464455, "24772608"], [1702464479, "24772608"], [1702464509, "24768512"], [1702464533, "24768512"], [1702464569, "24772608"], [1702464605, "24772608"], [1702464635, "24772608"], [1702464671, "24768512"], [1702464716, "24772608"], [1702464743, "24772608"], [1702464776, "24772608"], [1702464812, "24772608"], [1702464836, "24768512"], [1702464869, "24772608"], [1702464905, "24772608"], [1702464926, "24772608"], [1702464956, "24768512"], [1702464992, "24768512"], [1702465016, "24772608"], [1702465049, "24772608"], [1702465085, "24772608"], [1702465118, "24772608"], [1702465145, "24772608"], [1702465178, "24772608"], [1702465208, "24772608"], [1702465241, "24772608"], [1702465298, "24772608"], [1702465334, "24772608"], [1702465367, "24768512"], [1702465394, "24772608"], [1702465418, "24772608"], [1702465445, "24772608"], [1702465481, "24768512"], [1702465517, "24768512"], [1702465550, "24772608"], [1702465586, "24772608"], [1702465619, "24772608"], [1702465658, "24768512"], [1702465706, "24772608"], [1702465754, "24772608"], [1702465787, "24772608"], [1702465823, "24772608"], [1702465856, "24772608"], [1702465880, "24772608"], [1702465910, "24772608"], [1702465952, "24768512"], [1702465988, "24768512"], [1702466015, "24772608"], [1702466030, "24772608"], [1702466060, "24772608"], [1702466078, "24772608"], [1702466138, "24772608"], [1702466168, "24772608"], [1702466204, "24772608"], [1702466237, "24768512"], [1702466261, "24768512"], [1702466291, "24768512"], [1702466327, "24772608"], [1702466360, "24772608"], [1702466384, "24772608"], [1702466417, "24772608"], [1702466441, "24772608"], [1702466471, "24772608"], [1702466507, "24772608"], [1702466540, "24768512"], [1702466597, "24768512"], [1702466633, "24772608"], [1702466666, "24772608"], [1702466705, "24768512"], [1702466732, "24776704"], [1702466765, "24776704"], [1702466801, "24768512"], [1702466852, "24768512"], [1702466876, "24772608"], [1702466918, "24772608"], [1702466978, "24768512"], [1702467014, "24768512"], [1702467038, "24772608"], [1702467068, "24772608"], [1702467122, "24772608"], [1702467158, "24768512"], [1702467191, "24772608"], [1702467221, "24772608"], [1702467257, "24768512"], [1702467299, "24768512"], [1702467350, "24772608"], [1702467386, "24772608"], [1702467419, "24772608"], [1702467455, "24772608"], [1702467515, "24772608"], [1702467542, "24772608"], [1702467566, "24768512"], [1702467599, "24768512"], [1702467635, "24772608"], [1702467668, "24772608"], [1702467695, "24772608"], [1702467716, "24772608"], [1702467746, "24772608"], [1702467800, "24772608"], [1702467824, "24772608"], [1702467908, "24772608"], [1702467944, "24772608"], [1702467968, "24772608"], [1702468001, "24768512"], [1702468031, "24768512"], [1702468067, "24772608"], [1702468085, "24772608"], [1702468115, "24772608"], [1702468151, "24772608"], [1702468181, "24772608"], [1702468208, "24772608"], [1702468241, "24772608"], [1702468256, "24772608"], [1702468286, "24768512"], [1702468322, "24768512"], [1702468352, "24772608"], [1702468388, "24772608"], [1702468424, "24772608"], [1702468457, "24768512"], [1702468493, "24772608"], [1702468517, "24772608"], [1702468550, "24772608"], [1702468586, "24768512"], [1702468613, "24768512"], [1702468637, "24772608"], [1702468679, "24772608"], [1702468721, "24772608"], [1702468730, "24772608"], [1702468766, "24768512"], [1702468799, "24772608"], [1702468835, "24772608"], [1702468898, "24768512"], [1702468934, "24776704"], [1702468970, "24772608"], [1702468994, "24772608"], [1702469024, "24772608"], [1702469060, "24772608"], [1702469111, "24772608"], [1702469144, "24772608"], [1702469168, "24772608"], [1702469204, "24768512"], [1702469237, "24768512"], [1702469273, "24772608"], [1702469303, "24772608"], [1702469336, "24772608"], [1702469360, "24772608"], [1702469387, "24772608"], [1702469411, "24772608"], [1702469435, "24772608"], [1702469468, "24772608"], [1702469504, "24768512"], [1702469537, "24772608"], [1702469573, "24772608"], [1702469606, "24772608"], [1702469633, "24772608"], [1702469660, "24772608"], [1702469684, "24772608"], [1702469717, "24772608"], [1702469753, "24772608"], [1702469786, "24768512"], [1702469816, "24768512"], [1702469834, "24768512"], [1702469864, "24772608"], [1702469906, "24772608"], [1702469936, "24768512"], [1702469972, "24768512"], [1702470005, "24772608"], [1702470029, "24772608"], [1702470065, "24772608"], [1702470101, "24768512"], [1702470131, "24768512"], [1702470167, "24772608"], [1702470203, "24772608"], [1702470251, "24768512"], [1702470278, "24768512"], [1702470311, "24772608"], [1702470347, "24772608"], [1702470371, "24772608"], [1702470404, "24768512"], [1702470440, "24772608"], [1702470476, "24772608"], [1702470506, "24772608"], [1702470542, "24768512"], [1702470575, "24768512"], [1702470611, "24772608"], [1702470635, "24772608"], [1702470662, "24772608"], [1702470686, "24772608"], [1702470719, "24772608"], [1702470746, "24772608"], [1702470812, "24772608"], [1702470845, "24768512"], [1702470875, "24772608"], [1702470899, "24772608"], [1702470953, "24772608"], [1702470983, "24772608"], [1702471025, "24772608"], [1702471067, "24772608"], [1702471169, "24772608"], [1702471193, "24772608"], [1702471226, "24768512"], [1702471265, "24768512"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "55181312"], [1702462721, "55181312"], [1702462736, "55201792"], [1702462751, "55205888"], [1702462763, "55205888"], [1702462793, "55201792"], [1702462808, "55443456"], [1702462829, "55451648"], [1702462844, "55463936"], [1702462865, "55472128"], [1702462880, "55476224"], [1702462904, "55607296"], [1702462919, "55607296"], [1702462952, "55623680"], [1702462973, "55644160"], [1702462988, "55660544"], [1702463045, "55271424"], [1702463081, "55279616"], [1702463114, "55279616"], [1702463150, "54702080"], [1702463186, "54702080"], [1702463216, "54702080"], [1702463240, "54714368"], [1702463273, "54743040"], [1702463324, "54747136"], [1702463354, "54747136"], [1702463381, "54747136"], [1702463417, "54751232"], [1702463453, "54751232"], [1702463477, "54751232"], [1702463510, "54755328"], [1702463537, "54751232"], [1702463570, "54755328"], [1702463591, "54857728"], [1702463621, "54861824"], [1702463657, "54857728"], [1702463693, "54857728"], [1702463729, "54861824"], [1702463765, "54865920"], [1702463798, "54857728"], [1702463846, "54530048"], [1702463873, "54534144"], [1702463906, "54530048"], [1702463948, "54534144"], [1702463984, "54530048"], [1702464014, "54534144"], [1702464050, "54644736"], [1702464086, "54652928"], [1702464122, "54652928"], [1702464155, "54652928"], [1702464194, "54652928"], [1702464230, "54652928"], [1702464263, "54657024"], [1702464299, "54669312"], [1702464332, "54669312"], [1702464356, "54665216"], [1702464392, "54673408"], [1702464425, "54677504"], [1702464455, "54673408"], [1702464479, "54673408"], [1702464509, "54865920"], [1702464533, "54870016"], [1702464569, "54878208"], [1702464605, "54878208"], [1702464635, "54648832"], [1702464671, "54648832"], [1702464716, "54648832"], [1702464743, "54661120"], [1702464776, "54657024"], [1702464812, "54661120"], [1702464836, "54657024"], [1702464869, "54657024"], [1702464905, "54657024"], [1702464926, "54657024"], [1702464956, "54657024"], [1702464992, "54657024"], [1702465016, "54657024"], [1702465049, "54657024"], [1702465085, "54681600"], [1702465118, "54681600"], [1702465145, "54681600"], [1702465178, "54689792"], [1702465208, "54861824"], [1702465241, "54861824"], [1702465298, "54468608"], [1702465334, "54468608"], [1702465367, "54472704"], [1702465394, "54468608"], [1702465418, "54472704"], [1702465445, "54472704"], [1702465481, "54472704"], [1702465517, "54788096"], [1702465550, "54841344"], [1702465586, "54841344"], [1702465619, "54841344"], [1702465658, "54853632"], [1702465706, "54849536"], [1702465754, "54587392"], [1702465787, "54587392"], [1702465823, "54587392"], [1702465856, "54599680"], [1702465880, "54603776"], [1702465910, "54599680"], [1702465952, "54599680"], [1702465988, "54599680"], [1702466015, "54603776"], [1702466030, "54599680"], [1702466060, "54599680"], [1702466078, "54599680"], [1702466138, "54599680"], [1702466168, "54599680"], [1702466204, "54697984"], [1702466237, "54718464"], [1702466261, "54718464"], [1702466291, "54722560"], [1702466327, "54755328"], [1702466360, "54759424"], [1702466384, "54759424"], [1702466417, "54759424"], [1702466441, "54452224"], [1702466471, "54456320"], [1702466507, "54452224"], [1702466540, "54554624"], [1702466597, "54652928"], [1702466633, "54652928"], [1702466666, "54652928"], [1702466705, "54657024"], [1702466732, "54652928"], [1702466765, "54669312"], [1702466801, "54665216"], [1702466852, "54673408"], [1702466876, "54456320"], [1702466918, "54452224"], [1702466978, "54452224"], [1702467014, "54546432"], [1702467038, "54542336"], [1702467068, "54546432"], [1702467122, "54820864"], [1702467158, "54558720"], [1702467191, "54558720"], [1702467221, "54562816"], [1702467257, "54562816"], [1702467299, "54566912"], [1702467350, "54632448"], [1702467386, "54632448"], [1702467419, "54898688"], [1702467455, "54644736"], [1702467515, "54640640"], [1702467542, "54644736"], [1702467566, "54673408"], [1702467599, "54681600"], [1702467635, "54681600"], [1702467668, "54677504"], [1702467695, "54681600"], [1702467716, "54677504"], [1702467746, "54677504"], [1702467800, "54755328"], [1702467824, "54874112"], [1702467908, "54681600"], [1702467944, "54681600"], [1702467968, "54677504"], [1702468001, "54681600"], [1702468031, "54870016"], [1702468067, "54890496"], [1702468085, "54890496"], [1702468115, "54894592"], [1702468151, "54898688"], [1702468181, "54898688"], [1702468208, "54894592"], [1702468241, "54534144"], [1702468256, "54538240"], [1702468286, "54538240"], [1702468322, "54538240"], [1702468352, "54603776"], [1702468388, "54652928"], [1702468424, "54652928"], [1702468457, "54652928"], [1702468493, "54685696"], [1702468517, "54689792"], [1702468550, "54689792"], [1702468586, "54763520"], [1702468613, "54779904"], [1702468637, "54779904"], [1702468679, "54779904"], [1702468721, "54939648"], [1702468730, "54943744"], [1702468766, "54951936"], [1702468799, "54616064"], [1702468835, "54616064"], [1702468898, "54620160"], [1702468934, "54657024"], [1702468970, "54652928"], [1702468994, "54657024"], [1702469024, "54657024"], [1702469060, "54702080"], [1702469111, "54706176"], [1702469144, "54374400"], [1702469168, "54374400"], [1702469204, "54374400"], [1702469237, "54378496"], [1702469273, "54390784"], [1702469303, "54394880"], [1702469336, "54390784"], [1702469360, "54390784"], [1702469387, "54501376"], [1702469411, "54501376"], [1702469435, "54517760"], [1702469468, "54517760"], [1702469504, "54546432"], [1702469537, "54546432"], [1702469573, "54550528"], [1702469606, "54652928"], [1702469633, "54722560"], [1702469660, "54734848"], [1702469684, "54743040"], [1702469717, "54734848"], [1702469753, "54734848"], [1702469786, "54734848"], [1702469816, "54738944"], [1702469834, "54759424"], [1702469864, "54759424"], [1702469906, "54759424"], [1702469936, "54804480"], [1702469972, "54833152"], [1702470005, "54829056"], [1702470029, "54833152"], [1702470065, "54575104"], [1702470101, "54579200"], [1702470131, "54583296"], [1702470167, "54636544"], [1702470203, "54661120"], [1702470251, "54665216"], [1702470278, "54669312"], [1702470311, "54755328"], [1702470347, "54759424"], [1702470371, "54755328"], [1702470404, "54796288"], [1702470440, "54788096"], [1702470476, "54796288"], [1702470506, "54796288"], [1702470542, "54796288"], [1702470575, "54800384"], [1702470611, "54796288"], [1702470635, "54468608"], [1702470662, "54468608"], [1702470686, "54468608"], [1702470719, "54472704"], [1702470746, "54472704"], [1702470812, "54468608"], [1702470845, "54472704"], [1702470875, "54521856"], [1702470899, "54542336"], [1702470953, "54542336"], [1702470983, "54546432"], [1702471025, "54550528"], [1702471067, "54546432"], [1702471169, "54624256"], [1702471193, "54624256"], [1702471226, "54628352"], [1702471265, "54628352"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "28995584"], [1702468766, "20389888"], [1702468799, "20656128"], [1702468835, "20480000"], [1702468898, "20500480"], [1702468934, "20733952"], [1702468970, "20926464"], [1702468994, "20910080"], [1702469024, "20877312"], [1702469060, "20578304"], [1702469111, "20992000"], [1702469144, "20893696"], [1702469168, "21131264"], [1702469204, "20938752"], [1702469237, "21127168"], [1702469273, "21127168"], [1702469303, "21127168"], [1702469336, "21057536"], [1702469360, "21733376"], [1702469387, "21020672"], [1702469411, "20885504"], [1702469435, "20713472"], [1702469468, "20705280"], [1702469504, "20889600"], [1702469537, "20983808"], [1702469573, "20951040"], [1702469606, "20762624"], [1702469633, "20791296"], [1702469660, "21139456"], [1702469684, "21061632"], [1702469717, "21135360"], [1702469753, "21053440"], [1702469786, "21045248"], [1702469816, "21110784"], [1702469834, "20918272"], [1702469864, "21024768"], [1702469906, "20918272"], [1702469936, "20922368"], [1702469972, "21123072"], [1702470005, "21110784"], [1702470029, "20918272"], [1702470065, "21123072"], [1702470101, "20918272"], [1702470131, "20955136"], [1702470167, "21057536"], [1702470203, "21102592"], [1702470251, "20930560"], [1702470278, "21168128"], [1702470311, "20959232"], [1702470347, "21159936"], [1702470371, "21147648"], [1702470404, "21172224"], [1702470440, "21078016"], [1702470476, "20992000"], [1702470506, "20975616"], [1702470542, "21012480"], [1702470575, "21815296"], [1702470611, "20975616"], [1702470635, "21172224"], [1702470662, "21102592"], [1702470686, "20979712"], [1702470719, "23195648"], [1702470746, "23351296"], [1702470812, "23339008"], [1702470845, "23146496"], [1702470875, "23166976"], [1702470899, "23150592"], [1702470953, "23281664"], [1702470983, "23330816"], [1702471025, "23334912"], [1702471067, "23379968"], [1702471169, "23293952"], [1702471193, "23281664"], [1702471226, "23461888"], [1702471265, "23318528"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "61722624"], [1702462721, "61722624"], [1702462736, "61734912"], [1702462751, "61739008"], [1702462763, "60932096"], [1702462793, "60948480"], [1702462808, "61452288"], [1702462829, "60940288"], [1702462844, "60940288"], [1702462865, "60944384"], [1702462880, "60973056"], [1702462904, "60977152"], [1702462919, "61079552"], [1702462952, "61087744"], [1702462973, "61087744"], [1702462988, "61087744"], [1702463045, "61120512"], [1702463081, "61124608"], [1702463114, "61177856"], [1702463150, "60850176"], [1702463186, "60858368"], [1702463216, "60895232"], [1702463240, "60895232"], [1702463273, "60932096"], [1702463324, "60932096"], [1702463354, "60932096"], [1702463381, "60755968"], [1702463417, "60760064"], [1702463453, "60755968"], [1702463477, "60755968"], [1702463510, "60760064"], [1702463537, "60928000"], [1702463570, "60928000"], [1702463591, "60874752"], [1702463621, "60870656"], [1702463657, "60907520"], [1702463693, "60907520"], [1702463729, "60907520"], [1702463765, "60801024"], [1702463798, "60792832"], [1702463846, "60907520"], [1702463873, "60805120"], [1702463906, "60805120"], [1702463948, "60809216"], [1702463984, "60809216"], [1702464014, "60825600"], [1702464050, "60882944"], [1702464086, "60817408"], [1702464122, "60846080"], [1702464155, "60866560"], [1702464194, "60870656"], [1702464230, "60874752"], [1702464263, "60870656"], [1702464299, "60878848"], [1702464332, "60878848"], [1702464356, "60747776"], [1702464392, "60743680"], [1702464425, "60747776"], [1702464455, "60850176"], [1702464479, "60866560"], [1702464509, "60862464"], [1702464533, "60862464"], [1702464569, "60862464"], [1702464605, "60887040"], [1702464635, "60882944"], [1702464671, "60940288"], [1702464716, "60891136"], [1702464743, "60891136"], [1702464776, "60895232"], [1702464812, "60903424"], [1702464836, "60968960"], [1702464869, "60964864"], [1702464905, "60973056"], [1702464926, "60973056"], [1702464956, "60973056"], [1702464992, "60809216"], [1702465016, "60809216"], [1702465049, "60817408"], [1702465085, "60882944"], [1702465118, "60887040"], [1702465145, "60882944"], [1702465178, "60887040"], [1702465208, "60833792"], [1702465241, "60776448"], [1702465298, "60776448"], [1702465334, "60833792"], [1702465367, "60837888"], [1702465394, "60837888"], [1702465418, "60854272"], [1702465445, "60858368"], [1702465481, "61018112"], [1702465517, "60964864"], [1702465550, "61014016"], [1702465586, "61014016"], [1702465619, "61022208"], [1702465658, "61022208"], [1702465706, "61063168"], [1702465754, "61063168"], [1702465787, "61071360"], [1702465823, "60751872"], [1702465856, "60764160"], [1702465880, "60760064"], [1702465910, "60776448"], [1702465952, "60792832"], [1702465988, "60891136"], [1702466015, "60895232"], [1702466030, "60895232"], [1702466060, "60891136"], [1702466078, "60895232"], [1702466138, "62525440"], [1702466168, "60911616"], [1702466204, "60993536"], [1702466237, "60997632"], [1702466261, "60997632"], [1702466291, "61034496"], [1702466327, "61136896"], [1702466360, "61132800"], [1702466384, "61136896"], [1702466417, "61132800"], [1702466441, "60743680"], [1702466471, "60747776"], [1702466507, "60743680"], [1702466540, "60821504"], [1702466597, "60829696"], [1702466633, "60829696"], [1702466666, "60829696"], [1702466705, "60899328"], [1702466732, "60903424"], [1702466765, "60907520"], [1702466801, "60751872"], [1702466852, "60755968"], [1702466876, "60751872"], [1702466918, "60952576"], [1702466978, "60956672"], [1702467014, "60960768"], [1702467038, "60686336"], [1702467068, "60694528"], [1702467122, "60686336"], [1702467158, "60788736"], [1702467191, "60866560"], [1702467221, "60870656"], [1702467257, "60870656"], [1702467299, "60936192"], [1702467350, "60936192"], [1702467386, "60936192"], [1702467419, "60760064"], [1702467455, "60772352"], [1702467515, "60854272"], [1702467542, "60846080"], [1702467566, "60846080"], [1702467599, "60846080"], [1702467635, "60887040"], [1702467668, "60731392"], [1702467695, "60731392"], [1702467716, "60735488"], [1702467746, "60735488"], [1702467800, "60755968"], [1702467824, "60862464"], [1702467908, "60903424"], [1702467944, "60895232"], [1702467968, "61161472"], [1702468001, "60948480"], [1702468031, "60948480"], [1702468067, "60944384"], [1702468085, "60948480"], [1702468115, "61046784"], [1702468151, "61046784"], [1702468181, "60989440"], [1702468208, "60989440"], [1702468241, "60829696"], [1702468256, "60829696"], [1702468286, "60825600"], [1702468322, "60829696"], [1702468352, "60825600"], [1702468388, "60841984"], [1702468424, "60928000"], [1702468457, "60977152"], [1702468493, "60932096"], [1702468517, "60964864"], [1702468550, "60968960"], [1702468586, "60968960"], [1702468613, "60735488"], [1702468637, "60731392"], [1702468679, "60739584"], [1702468721, "60809216"], [1702468730, "60936192"], [1702468766, "60923904"], [1702468799, "60932096"], [1702468835, "60932096"], [1702468898, "60985344"], [1702468934, "60989440"], [1702468970, "60985344"], [1702468994, "60870656"], [1702469024, "60874752"], [1702469060, "60878848"], [1702469111, "61009920"], [1702469144, "61001728"], [1702469168, "60956672"], [1702469204, "60952576"], [1702469237, "60653568"], [1702469273, "60645376"], [1702469303, "60649472"], [1702469336, "60649472"], [1702469360, "60637184"], [1702469387, "60637184"], [1702469411, "60641280"], [1702469435, "60694528"], [1702469468, "60637184"], [1702469504, "60747776"], [1702469537, "60702720"], [1702469573, "60702720"], [1702469606, "60702720"], [1702469633, "60715008"], [1702469660, "60715008"], [1702469684, "60710912"], [1702469717, "60817408"], [1702469753, "60813312"], [1702469786, "60817408"], [1702469816, "60813312"], [1702469834, "60821504"], [1702469864, "60821504"], [1702469906, "60825600"], [1702469936, "60821504"], [1702469972, "60866560"], [1702470005, "60923904"], [1702470029, "60866560"], [1702470065, "60874752"], [1702470101, "60895232"], [1702470131, "60903424"], [1702470167, "60952576"], [1702470203, "60895232"], [1702470251, "60899328"], [1702470278, "61616128"], [1702470311, "60997632"], [1702470347, "60993536"], [1702470371, "60993536"], [1702470404, "61046784"], [1702470440, "61054976"], [1702470476, "60764160"], [1702470506, "60764160"], [1702470542, "60829696"], [1702470575, "60874752"], [1702470611, "60878848"], [1702470635, "60882944"], [1702470662, "60874752"], [1702470686, "60723200"], [1702470719, "60723200"], [1702470746, "60719104"], [1702470812, "60719104"], [1702470845, "60723200"], [1702470875, "60731392"], [1702470899, "60735488"], [1702470953, "60731392"], [1702470983, "60735488"], [1702471025, "60735488"], [1702471067, "60739584"], [1702471169, "60743680"], [1702471193, "60801024"], [1702471226, "60801024"], [1702471265, "60801024"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "44658688"], [1702462721, "44101632"], [1702462736, "44793856"], [1702462751, "44793856"], [1702462763, "44863488"], [1702462793, "44867584"], [1702462808, "44941312"], [1702462829, "45019136"], [1702462844, "44392448"], [1702462865, "44593152"], [1702462880, "44666880"], [1702462904, "44924928"], [1702462919, "45105152"], [1702462952, "45113344"], [1702462973, "45113344"], [1702462988, "45109248"], [1702463045, "43888640"], [1702463081, "43888640"], [1702463114, "44019712"], [1702463150, "44023808"], [1702463186, "44023808"], [1702463216, "44032000"], [1702463240, "43847680"], [1702463273, "43851776"], [1702463324, "43855872"], [1702463354, "43851776"], [1702463381, "43847680"], [1702463417, "43851776"], [1702463453, "43847680"], [1702463477, "43454464"], [1702463510, "43454464"], [1702463537, "43458560"], [1702463570, "43458560"], [1702463591, "43491328"], [1702463621, "43491328"], [1702463657, "43495424"], [1702463693, "43491328"], [1702463729, "43597824"], [1702463765, "43610112"], [1702463798, "43634688"], [1702463846, "43626496"], [1702463873, "43630592"], [1702463906, "43626496"], [1702463948, "43630592"], [1702463984, "43634688"], [1702464014, "43630592"], [1702464050, "43626496"], [1702464086, "43659264"], [1702464122, "43659264"], [1702464155, "43659264"], [1702464194, "43769856"], [1702464230, "43773952"], [1702464263, "43782144"], [1702464299, "43790336"], [1702464332, "43667456"], [1702464356, "43659264"], [1702464392, "43659264"], [1702464425, "43782144"], [1702464455, "43847680"], [1702464479, "43847680"], [1702464509, "43855872"], [1702464533, "43855872"], [1702464569, "43491328"], [1702464605, "43491328"], [1702464635, "43491328"], [1702464671, "43499520"], [1702464716, "43499520"], [1702464743, "43495424"], [1702464776, "43495424"], [1702464812, "43495424"], [1702464836, "43499520"], [1702464869, "43761664"], [1702464905, "43499520"], [1702464926, "43507712"], [1702464956, "43499520"], [1702464992, "43499520"], [1702465016, "43499520"], [1702465049, "43503616"], [1702465085, "43503616"], [1702465118, "43499520"], [1702465145, "43499520"], [1702465178, "43499520"], [1702465208, "43503616"], [1702465241, "43503616"], [1702465298, "43675648"], [1702465334, "43716608"], [1702465367, "43716608"], [1702465394, "43724800"], [1702465418, "43732992"], [1702465445, "43728896"], [1702465481, "43728896"], [1702465517, "43851776"], [1702465550, "43855872"], [1702465586, "43868160"], [1702465619, "43872256"], [1702465658, "43986944"], [1702465706, "43991040"], [1702465754, "43524096"], [1702465787, "43536384"], [1702465823, "43536384"], [1702465856, "43536384"], [1702465880, "43642880"], [1702465910, "43642880"], [1702465952, "43638784"], [1702465988, "43913216"], [1702466015, "43937792"], [1702466030, "43958272"], [1702466060, "43958272"], [1702466078, "43958272"], [1702466138, "43868160"], [1702466168, "43868160"], [1702466204, "43880448"], [1702466237, "43909120"], [1702466261, "43900928"], [1702466291, "43909120"], [1702466327, "43905024"], [1702466360, "43720704"], [1702466384, "43720704"], [1702466417, "43728896"], [1702466441, "43720704"], [1702466471, "43724800"], [1702466507, "43724800"], [1702466540, "43728896"], [1702466597, "43368448"], [1702466633, "43364352"], [1702466666, "43372544"], [1702466705, "43368448"], [1702466732, "43442176"], [1702466765, "43614208"], [1702466801, "43610112"], [1702466852, "43618304"], [1702466876, "43614208"], [1702466918, "43614208"], [1702466978, "43864064"], [1702467014, "43864064"], [1702467038, "43884544"], [1702467068, "43679744"], [1702467122, "43687936"], [1702467158, "43687936"], [1702467191, "43786240"], [1702467221, "43835392"], [1702467257, "43839488"], [1702467299, "43839488"], [1702467350, "43917312"], [1702467386, "43917312"], [1702467419, "44003328"], [1702467455, "44027904"], [1702467515, "44032000"], [1702467542, "43593728"], [1702467566, "43597824"], [1702467599, "43593728"], [1702467635, "43597824"], [1702467668, "43667456"], [1702467695, "43675648"], [1702467716, "43671552"], [1702467746, "43671552"], [1702467800, "43900928"], [1702467824, "43913216"], [1702467908, "43921408"], [1702467944, "43921408"], [1702467968, "43921408"], [1702468001, "43921408"], [1702468031, "43921408"], [1702468067, "43675648"], [1702468085, "43679744"], [1702468115, "43675648"], [1702468151, "43827200"], [1702468181, "43847680"], [1702468208, "43864064"], [1702468241, "43868160"], [1702468256, "43548672"], [1702468286, "43565056"], [1702468322, "43556864"], [1702468352, "43560960"], [1702468388, "43560960"], [1702468424, "43556864"], [1702468457, "43556864"], [1702468493, "43560960"], [1702468517, "43573248"], [1702468550, "43573248"], [1702468586, "43573248"], [1702468613, "43565056"], [1702468637, "43622400"], [1702468679, "43634688"], [1702468721, "43634688"], [1702468730, "43634688"], [1702468766, "43634688"], [1702468799, "43634688"], [1702468835, "43634688"], [1702468898, "43638784"], [1702468934, "43638784"], [1702468970, "43638784"], [1702468994, "43659264"], [1702469024, "43663360"], [1702469060, "43659264"], [1702469111, "43659264"], [1702469144, "43663360"], [1702469168, "43659264"], [1702469204, "43659264"], [1702469237, "43667456"], [1702469273, "43667456"], [1702469303, "43663360"], [1702469336, "43659264"], [1702469360, "43728896"], [1702469387, "43728896"], [1702469411, "43737088"], [1702469435, "43732992"], [1702469468, "43745280"], [1702469504, "43749376"], [1702469537, "43741184"], [1702469573, "43741184"], [1702469606, "43745280"], [1702469633, "43741184"], [1702469660, "43745280"], [1702469684, "43782144"], [1702469717, "43782144"], [1702469753, "43786240"], [1702469786, "43778048"], [1702469816, "43782144"], [1702469834, "43782144"], [1702469864, "43782144"], [1702469906, "43786240"], [1702469936, "43782144"], [1702469972, "43786240"], [1702470005, "43790336"], [1702470029, "43782144"], [1702470065, "43859968"], [1702470101, "43859968"], [1702470131, "43864064"], [1702470167, "43864064"], [1702470203, "43675648"], [1702470251, "43671552"], [1702470278, "43667456"], [1702470311, "43790336"], [1702470347, "43790336"], [1702470371, "43786240"], [1702470404, "43790336"], [1702470440, "43802624"], [1702470476, "43806720"], [1702470506, "43806720"], [1702470542, "43798528"], [1702470575, "43806720"], [1702470611, "43798528"], [1702470635, "43896832"], [1702470662, "43896832"], [1702470686, "43954176"], [1702470719, "43958272"], [1702470746, "43966464"], [1702470812, "43974656"], [1702470845, "43970560"], [1702470875, "43970560"], [1702470899, "43511808"], [1702470953, "43511808"], [1702470983, "43515904"], [1702471025, "43597824"], [1702471067, "43614208"], [1702471169, "43687936"], [1702471193, "43683840"], [1702471226, "43692032"], [1702471265, "43716608"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "49111040"], [1702462721, "49111040"], [1702462736, "49106944"], [1702462751, "49106944"], [1702462763, "49111040"], [1702462793, "49106944"], [1702462808, "49106944"], [1702462829, "49111040"], [1702462844, "49115136"], [1702462865, "49115136"], [1702462880, "49115136"], [1702462904, "49115136"], [1702462919, "49115136"], [1702462952, "49115136"], [1702462973, "49115136"], [1702462988, "49115136"], [1702463045, "49115136"], [1702463081, "49111040"], [1702463114, "49115136"], [1702463150, "49115136"], [1702463186, "49115136"], [1702463216, "49115136"], [1702463240, "49111040"], [1702463273, "49111040"], [1702463324, "49115136"], [1702463354, "49119232"], [1702463381, "49115136"], [1702463417, "49115136"], [1702463453, "49115136"], [1702463477, "49119232"], [1702463510, "49119232"], [1702463537, "49115136"], [1702463570, "49115136"], [1702463591, "49115136"], [1702463621, "49111040"], [1702463657, "49111040"], [1702463693, "49115136"], [1702463729, "49115136"], [1702463765, "49115136"], [1702463798, "49111040"], [1702463846, "49111040"], [1702463873, "49115136"], [1702463906, "49115136"], [1702463948, "49111040"], [1702463984, "49115136"], [1702464014, "49115136"], [1702464050, "49111040"], [1702464086, "49111040"], [1702464122, "49111040"], [1702464155, "49115136"], [1702464194, "49115136"], [1702464230, "49111040"], [1702464263, "49119232"], [1702464299, "49111040"], [1702464332, "49111040"], [1702464356, "49111040"], [1702464392, "49115136"], [1702464425, "49115136"], [1702464455, "49111040"], [1702464479, "49123328"], [1702464509, "49127424"], [1702464533, "49262592"], [1702464569, "49258496"], [1702464605, "49258496"], [1702464635, "49258496"], [1702464671, "49287168"], [1702464716, "49287168"], [1702464743, "49291264"], [1702464776, "49291264"], [1702464812, "49287168"], [1702464836, "49287168"], [1702464869, "48992256"], [1702464905, "48988160"], [1702464926, "48992256"], [1702464956, "48984064"], [1702464992, "48988160"], [1702465016, "48988160"], [1702465049, "48992256"], [1702465085, "48984064"], [1702465118, "48988160"], [1702465145, "48984064"], [1702465178, "48984064"], [1702465208, "48988160"], [1702465241, "49020928"], [1702465298, "49025024"], [1702465334, "49025024"], [1702465367, "49016832"], [1702465394, "49016832"], [1702465418, "49020928"], [1702465445, "49020928"], [1702465481, "49020928"], [1702465517, "49020928"], [1702465550, "49020928"], [1702465586, "49020928"], [1702465619, "49020928"], [1702465658, "49016832"], [1702465706, "49025024"], [1702465754, "49020928"], [1702465787, "49016832"], [1702465823, "49020928"], [1702465856, "49025024"], [1702465880, "49020928"], [1702465910, "49025024"], [1702465952, "49025024"], [1702465988, "49020928"], [1702466015, "49016832"], [1702466030, "49016832"], [1702466060, "49016832"], [1702466078, "49020928"], [1702466138, "49020928"], [1702466168, "49020928"], [1702466204, "49020928"], [1702466237, "49025024"], [1702466261, "49025024"], [1702466291, "49020928"], [1702466327, "49020928"], [1702466360, "49020928"], [1702466384, "49020928"], [1702466417, "49016832"], [1702466441, "49025024"], [1702466471, "49020928"], [1702466507, "49020928"], [1702466540, "49020928"], [1702466597, "49020928"], [1702466633, "49020928"], [1702466666, "49020928"], [1702466705, "49020928"], [1702466732, "49020928"], [1702466765, "49020928"], [1702466801, "49016832"], [1702466852, "49020928"], [1702466876, "49020928"], [1702466918, "49016832"], [1702466978, "49020928"], [1702467014, "49025024"], [1702467038, "49020928"], [1702467068, "49020928"], [1702467122, "49020928"], [1702467158, "49020928"], [1702467191, "49016832"], [1702467221, "49016832"], [1702467257, "49020928"], [1702467299, "49020928"], [1702467350, "49020928"], [1702467386, "49020928"], [1702467419, "49020928"], [1702467455, "49020928"], [1702467515, "49016832"], [1702467542, "49020928"], [1702467566, "49020928"], [1702467599, "49016832"], [1702467635, "49016832"], [1702467668, "49016832"], [1702467695, "49016832"], [1702467716, "49016832"], [1702467746, "49016832"], [1702467800, "49020928"], [1702467824, "49020928"], [1702467908, "49016832"], [1702467944, "49020928"], [1702467968, "49020928"], [1702468001, "49053696"], [1702468031, "49049600"], [1702468067, "49057792"], [1702468085, "49053696"], [1702468115, "49053696"], [1702468151, "49098752"], [1702468181, "49094656"], [1702468208, "49094656"], [1702468241, "49098752"], [1702468256, "49094656"], [1702468286, "49090560"], [1702468322, "49090560"], [1702468352, "49090560"], [1702468388, "49094656"], [1702468424, "49094656"], [1702468457, "49090560"], [1702468493, "49090560"], [1702468517, "49090560"], [1702468550, "49090560"], [1702468586, "49094656"], [1702468613, "49123328"], [1702468637, "49123328"], [1702468679, "49127424"], [1702468721, "49156096"], [1702468730, "49135616"], [1702468766, "49131520"], [1702468799, "49135616"], [1702468835, "49135616"], [1702468898, "49135616"], [1702468934, "49135616"], [1702468970, "49135616"], [1702468994, "49135616"], [1702469024, "49135616"], [1702469060, "49180672"], [1702469111, "49176576"], [1702469144, "49176576"], [1702469168, "49172480"], [1702469204, "49176576"], [1702469237, "49180672"], [1702469273, "49176576"], [1702469303, "49176576"], [1702469336, "49176576"], [1702469360, "49172480"], [1702469387, "49176576"], [1702469411, "49172480"], [1702469435, "49172480"], [1702469468, "49180672"], [1702469504, "49176576"], [1702469537, "49176576"], [1702469573, "49176576"], [1702469606, "49176576"], [1702469633, "49176576"], [1702469660, "49192960"], [1702469684, "49197056"], [1702469717, "49188864"], [1702469753, "49192960"], [1702469786, "49188864"], [1702469816, "49192960"], [1702469834, "49197056"], [1702469864, "49192960"], [1702469906, "49192960"], [1702469936, "49242112"], [1702469972, "49242112"], [1702470005, "49242112"], [1702470029, "49242112"], [1702470065, "49356800"], [1702470101, "49352704"], [1702470131, "49360896"], [1702470167, "49356800"], [1702470203, "49438720"], [1702470251, "49500160"], [1702470278, "49807360"], [1702470311, "49549312"], [1702470347, "49549312"], [1702470371, "49549312"], [1702470404, "49549312"], [1702470440, "49324032"], [1702470476, "50167808"], [1702470506, "50905088"], [1702470542, "51458048"], [1702470575, "51617792"], [1702470611, "51855360"], [1702470635, "51990528"], [1702470662, "50216960"], [1702470686, "50241536"], [1702470719, "50315264"], [1702470746, "50376704"], [1702470812, "49242112"], [1702470845, "49250304"], [1702470875, "49254400"], [1702470899, "49266688"], [1702470953, "49266688"], [1702470983, "49266688"], [1702471025, "49266688"], [1702471067, "49266688"], [1702471169, "49262592"], [1702471193, "49266688"], [1702471226, "49262592"], [1702471265, "49270784"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "67493888"], [1702462721, "67559424"], [1702462736, "81244160"], [1702462751, "81268736"], [1702462763, "81313792"], [1702462793, "81551360"], [1702462808, "81645568"], [1702462829, "81645568"], [1702462844, "81666048"], [1702462865, "81670144"], [1702462880, "81666048"], [1702462904, "81920000"], [1702462919, "81920000"], [1702462952, "81965056"], [1702462973, "81965056"], [1702462988, "81997824"], [1702463045, "78774272"], [1702463081, "78782464"], [1702463114, "78774272"], [1702463150, "78987264"], [1702463186, "81641472"], [1702463216, "81383424"], [1702463240, "81661952"], [1702463273, "82087936"], [1702463324, "81563648"], [1702463354, "81588224"], [1702463381, "81666048"], [1702463417, "81649664"], [1702463453, "81661952"], [1702463477, "81661952"], [1702463510, "81461248"], [1702463537, "81489920"], [1702463570, "81485824"], [1702463591, "81494016"], [1702463621, "81539072"], [1702463657, "81539072"], [1702463693, "81657856"], [1702463729, "81661952"], [1702463765, "81768448"], [1702463798, "81772544"], [1702463846, "82087936"], [1702463873, "82092032"], [1702463906, "82083840"], [1702463948, "82087936"], [1702463984, "82096128"], [1702464014, "81199104"], [1702464050, "81641472"], [1702464086, "82157568"], [1702464122, "81891328"], [1702464155, "81899520"], [1702464194, "81911808"], [1702464230, "82132992"], [1702464263, "82305024"], [1702464299, "82305024"], [1702464332, "82333696"], [1702464356, "82702336"], [1702464392, "83693568"], [1702464425, "82972672"], [1702464455, "84598784"], [1702464479, "84393984"], [1702464509, "84393984"], [1702464533, "84410368"], [1702464569, "84410368"], [1702464605, "84426752"], [1702464635, "84430848"], [1702464671, "84430848"], [1702464716, "83582976"], [1702464743, "83587072"], [1702464776, "83615744"], [1702464812, "83603456"], [1702464836, "83918848"], [1702464869, "83922944"], [1702464905, "83943424"], [1702464926, "83943424"], [1702464956, "84021248"], [1702464992, "84004864"], [1702465016, "84013056"], [1702465049, "84021248"], [1702465085, "84701184"], [1702465118, "84709376"], [1702465145, "84733952"], [1702465178, "84738048"], [1702465208, "84750336"], [1702465241, "84754432"], [1702465298, "84758528"], [1702465334, "84758528"], [1702465367, "84836352"], [1702465394, "84828160"], [1702465418, "84824064"], [1702465445, "84856832"], [1702465481, "84844544"], [1702465517, "84852736"], [1702465550, "84877312"], [1702465586, "84889600"], [1702465619, "84881408"], [1702465658, "84893696"], [1702465706, "84901888"], [1702465754, "84930560"], [1702465787, "85663744"], [1702465823, "85598208"], [1702465856, "86274048"], [1702465880, "86278144"], [1702465910, "86577152"], [1702465952, "86319104"], [1702465988, "86376448"], [1702466015, "86691840"], [1702466030, "86949888"], [1702466060, "88920064"], [1702466078, "88989696"], [1702466138, "89042944"], [1702466168, "88100864"], [1702466204, "88121344"], [1702466237, "88137728"], [1702466261, "88174592"], [1702466291, "88178688"], [1702466327, "88227840"], [1702466360, "88215552"], [1702466384, "88219648"], [1702466417, "87212032"], [1702466441, "87212032"], [1702466471, "87220224"], [1702466507, "87248896"], [1702466540, "87257088"], [1702466597, "87257088"], [1702466633, "87257088"], [1702466666, "87355392"], [1702466705, "87330816"], [1702466732, "87330816"], [1702466765, "87375872"], [1702466801, "87396352"], [1702466852, "87404544"], [1702466876, "87404544"], [1702466918, "87449600"], [1702466978, "88772608"], [1702467014, "88838144"], [1702467038, "88903680"], [1702467068, "88915968"], [1702467122, "87498752"], [1702467158, "87506944"], [1702467191, "87769088"], [1702467221, "87506944"], [1702467257, "86093824"], [1702467299, "86130688"], [1702467350, "86134784"], [1702467386, "87289856"], [1702467419, "87293952"], [1702467455, "88199168"], [1702467515, "88485888"], [1702467542, "88489984"], [1702467566, "88494080"], [1702467599, "88498176"], [1702467635, "88621056"], [1702467668, "90009600"], [1702467695, "90546176"], [1702467716, "92999680"], [1702467746, "92991488"], [1702467800, "93007872"], [1702467824, "92995584"], [1702467908, "88043520"], [1702467944, "86986752"], [1702467968, "88502272"], [1702468001, "88633344"], [1702468031, "89313280"], [1702468067, "89796608"], [1702468085, "90488832"], [1702468115, "90492928"], [1702468151, "90484736"], [1702468181, "90492928"], [1702468208, "90492928"], [1702468241, "90492928"], [1702468256, "90497024"], [1702468286, "90505216"], [1702468322, "90505216"], [1702468352, "90509312"], [1702468388, "91811840"], [1702468424, "91828224"], [1702468457, "90611712"], [1702468493, "90607616"], [1702468517, "90628096"], [1702468550, "90636288"], [1702468586, "90730496"], [1702468613, "90734592"], [1702468637, "90996736"], [1702468679, "92528640"], [1702468721, "92741632"], [1702468730, "92864512"], [1702468766, "92917760"], [1702468799, "92991488"], [1702468835, "93003776"], [1702468898, "93016064"], [1702468934, "86740992"], [1702468970, "88158208"], [1702468994, "89088000"], [1702469024, "89096192"], [1702469060, "89464832"], [1702469111, "90804224"], [1702469144, "91054080"], [1702469168, "91082752"], [1702469204, "91336704"], [1702469237, "91344896"], [1702469273, "91340800"], [1702469303, "89337856"], [1702469336, "90001408"], [1702469360, "90038272"], [1702469387, "90722304"], [1702469411, "90656768"], [1702469435, "90914816"], [1702469468, "90656768"], [1702469504, "90664960"], [1702469537, "87617536"], [1702469573, "87617536"], [1702469606, "87728128"], [1702469633, "87724032"], [1702469660, "89112576"], [1702469684, "90447872"], [1702469717, "90447872"], [1702469753, "91136000"], [1702469786, "91643904"], [1702469816, "91668480"], [1702469834, "91660288"], [1702469864, "91668480"], [1702469906, "91684864"], [1702469936, "91684864"], [1702469972, "91680768"], [1702470005, "90439680"], [1702470029, "90472448"], [1702470065, "90476544"], [1702470101, "90505216"], [1702470131, "90501120"], [1702470167, "90542080"], [1702470203, "90542080"], [1702470251, "90984448"], [1702470278, "91680768"], [1702470311, "91676672"], [1702470347, "92041216"], [1702470371, "91824128"], [1702470404, "91947008"], [1702470440, "91942912"], [1702470476, "92606464"], [1702470506, "92725248"], [1702470542, "94306304"], [1702470575, "95461376"], [1702470611, "99131392"], [1702470635, "99377152"], [1702470662, "99442688"], [1702470686, "99459072"], [1702470719, "99463168"], [1702470746, "92368896"], [1702470812, "93220864"], [1702470845, "93896704"], [1702470875, "92131328"], [1702470899, "92131328"], [1702470953, "92135424"], [1702470983, "88399872"], [1702471025, "88395776"], [1702471067, "89411584"], [1702471169, "90611712"], [1702471193, "90619904"], [1702471226, "92213248"], [1702471265, "92348416"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "48971776"], [1702462721, "48713728"], [1702462736, "48709632"], [1702462751, "48709632"], [1702462763, "47316992"], [1702462793, "47980544"], [1702462808, "48644096"], [1702462829, "48652288"], [1702462844, "48644096"], [1702462865, "47529984"], [1702462880, "47529984"], [1702462904, "48193536"], [1702462919, "48193536"], [1702462952, "48640000"], [1702462973, "48627712"], [1702462988, "48631808"], [1702463045, "48701440"], [1702463081, "49438720"], [1702463114, "49635328"], [1702463150, "49639424"], [1702463186, "49635328"], [1702463216, "47009792"], [1702463240, "47005696"], [1702463273, "47009792"], [1702463324, "47087616"], [1702463354, "47099904"], [1702463381, "47767552"], [1702463417, "48431104"], [1702463453, "47783936"], [1702463477, "47783936"], [1702463510, "48447488"], [1702463537, "47595520"], [1702463570, "47853568"], [1702463591, "48513024"], [1702463621, "48513024"], [1702463657, "47312896"], [1702463693, "47882240"], [1702463729, "48537600"], [1702463765, "48947200"], [1702463798, "48689152"], [1702463846, "49352704"], [1702463873, "50675712"], [1702463906, "50798592"], [1702463948, "51167232"], [1702463984, "49446912"], [1702464014, "49451008"], [1702464050, "50114560"], [1702464086, "49242112"], [1702464122, "49246208"], [1702464155, "49242112"], [1702464194, "49250304"], [1702464230, "46854144"], [1702464263, "47517696"], [1702464299, "48340992"], [1702464332, "48365568"], [1702464356, "48365568"], [1702464392, "49553408"], [1702464425, "49876992"], [1702464455, "49876992"], [1702464479, "49876992"], [1702464509, "49750016"], [1702464533, "49750016"], [1702464569, "49774592"], [1702464605, "49778688"], [1702464635, "47067136"], [1702464671, "48136192"], [1702464716, "48136192"], [1702464743, "48963584"], [1702464776, "49225728"], [1702464812, "49360896"], [1702464836, "46288896"], [1702464869, "46358528"], [1702464905, "46358528"], [1702464926, "46358528"], [1702464956, "47472640"], [1702464992, "47800320"], [1702465016, "47845376"], [1702465049, "48648192"], [1702465085, "47259648"], [1702465118, "47931392"], [1702465145, "47931392"], [1702465178, "47923200"], [1702465208, "47476736"], [1702465241, "48140288"], [1702465298, "48803840"], [1702465334, "48799744"], [1702465367, "48799744"], [1702465394, "49008640"], [1702465418, "47173632"], [1702465445, "47169536"], [1702465481, "48365568"], [1702465517, "48898048"], [1702465550, "49143808"], [1702465586, "49143808"], [1702465619, "49172480"], [1702465658, "46882816"], [1702465706, "47603712"], [1702465754, "48390144"], [1702465787, "49057792"], [1702465823, "49803264"], [1702465856, "49205248"], [1702465880, "49287168"], [1702465910, "49606656"], [1702465952, "49614848"], [1702465988, "47927296"], [1702466015, "47960064"], [1702466030, "48627712"], [1702466060, "48664576"], [1702466078, "47325184"], [1702466138, "48648192"], [1702466168, "47955968"], [1702466204, "48078848"], [1702466237, "48730112"], [1702466261, "47943680"], [1702466291, "48394240"], [1702466327, "48394240"], [1702466360, "49061888"], [1702466384, "49074176"], [1702466417, "49070080"], [1702466441, "49070080"], [1702466471, "49074176"], [1702466507, "47726592"], [1702466540, "48410624"], [1702466597, "47284224"], [1702466633, "47865856"], [1702466666, "48533504"], [1702466705, "49274880"], [1702466732, "49274880"], [1702466765, "49278976"], [1702466801, "45486080"], [1702466852, "45608960"], [1702466876, "46268416"], [1702466918, "47640576"], [1702466978, "48869376"], [1702467014, "49008640"], [1702467038, "49160192"], [1702467068, "49307648"], [1702467122, "49811456"], [1702467158, "49197056"], [1702467191, "49192960"], [1702467221, "49192960"], [1702467257, "49192960"], [1702467299, "49364992"], [1702467350, "50696192"], [1702467386, "49127424"], [1702467419, "49127424"], [1702467455, "49131520"], [1702467515, "46129152"], [1702467542, "46792704"], [1702467566, "47456256"], [1702467599, "47865856"], [1702467635, "48103424"], [1702467668, "48300032"], [1702467695, "49086464"], [1702467716, "48893952"], [1702467746, "48889856"], [1702467800, "48889856"], [1702467824, "46026752"], [1702467908, "46022656"], [1702467944, "47882240"], [1702467968, "47980544"], [1702468001, "47980544"], [1702468031, "48644096"], [1702468067, "48648192"], [1702468085, "48807936"], [1702468115, "48939008"], [1702468151, "49004544"], [1702468181, "47206400"], [1702468208, "46862336"], [1702468241, "46862336"], [1702468256, "47525888"], [1702468286, "48263168"], [1702468322, "48263168"], [1702468352, "48332800"], [1702468388, "49217536"], [1702468424, "49393664"], [1702468457, "50102272"], [1702468493, "49668096"], [1702468517, "49668096"], [1702468550, "49676288"], [1702468586, "49672192"], [1702468613, "49238016"], [1702468637, "49397760"], [1702468679, "49577984"], [1702468721, "49573888"], [1702468730, "49573888"], [1702468766, "49573888"], [1702468799, "49582080"], [1702468835, "49328128"], [1702468898, "49541120"], [1702468934, "50204672"], [1702468970, "47955968"], [1702468994, "47960064"], [1702469024, "47955968"], [1702469060, "45559808"], [1702469111, "45641728"], [1702469144, "45641728"], [1702469168, "46997504"], [1702469204, "47689728"], [1702469237, "48349184"], [1702469273, "48488448"], [1702469303, "48500736"], [1702469336, "49152000"], [1702469360, "49627136"], [1702469387, "49627136"], [1702469411, "49627136"], [1702469435, "49631232"], [1702469468, "49631232"], [1702469504, "47431680"], [1702469537, "48111616"], [1702469573, "48766976"], [1702469606, "48779264"], [1702469633, "48779264"], [1702469660, "48775168"], [1702469684, "48779264"], [1702469717, "48844800"], [1702469753, "48844800"], [1702469786, "48840704"], [1702469816, "48848896"], [1702469834, "46899200"], [1702469864, "46903296"], [1702469906, "46899200"], [1702469936, "46161920"], [1702469972, "46358528"], [1702470005, "47738880"], [1702470029, "47726592"], [1702470065, "47730688"], [1702470101, "48390144"], [1702470131, "49127424"], [1702470167, "49180672"], [1702470203, "49360896"], [1702470251, "49696768"], [1702470278, "49692672"], [1702470311, "49692672"], [1702470347, "47038464"], [1702470371, "47038464"], [1702470404, "47042560"], [1702470440, "47038464"], [1702470476, "47292416"], [1702470506, "47734784"], [1702470542, "49389568"], [1702470575, "49385472"], [1702470611, "49442816"], [1702470635, "49438720"], [1702470662, "49446912"], [1702470686, "49442816"], [1702470719, "48046080"], [1702470746, "48078848"], [1702470812, "48742400"], [1702470845, "46854144"], [1702470875, "46854144"], [1702470899, "46854144"], [1702470953, "46850048"], [1702470983, "47517696"], [1702471025, "48177152"], [1702471067, "48922624"], [1702471169, "47398912"], [1702471193, "47423488"], [1702471226, "47427584"], [1702471265, "47423488"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "72421376"], [1702462721, "72421376"], [1702462736, "72507392"], [1702462751, "72507392"], [1702462763, "72507392"], [1702462793, "71856128"], [1702462808, "71856128"], [1702462829, "71856128"], [1702462844, "71720960"], [1702462865, "69709824"], [1702462880, "69709824"], [1702462904, "70586368"], [1702462919, "70586368"], [1702462952, "70594560"], [1702462973, "70402048"], [1702462988, "70402048"], [1702463045, "70082560"], [1702463081, "70082560"], [1702463114, "70115328"], [1702463150, "71921664"], [1702463186, "69910528"], [1702463216, "69971968"], [1702463240, "69971968"], [1702463273, "71786496"], [1702463324, "69771264"], [1702463354, "69443584"], [1702463381, "72085504"], [1702463417, "70074368"], [1702463453, "70103040"], [1702463477, "70103040"], [1702463510, "70828032"], [1702463537, "70828032"], [1702463570, "72953856"], [1702463591, "70217728"], [1702463621, "72015872"], [1702463657, "70004736"], [1702463693, "71843840"], [1702463729, "69832704"], [1702463765, "71528448"], [1702463798, "69517312"], [1702463846, "69701632"], [1702463873, "73461760"], [1702463906, "71458816"], [1702463948, "72183808"], [1702463984, "70172672"], [1702464014, "69611520"], [1702464050, "71602176"], [1702464086, "69591040"], [1702464122, "69488640"], [1702464155, "69488640"], [1702464194, "69541888"], [1702464230, "71798784"], [1702464263, "69783552"], [1702464299, "70180864"], [1702464332, "70180864"], [1702464356, "72187904"], [1702464392, "70176768"], [1702464425, "72060928"], [1702464455, "70049792"], [1702464479, "69693440"], [1702464509, "69693440"], [1702464533, "69963776"], [1702464569, "69963776"], [1702464605, "69787648"], [1702464635, "69787648"], [1702464671, "69955584"], [1702464716, "69955584"], [1702464743, "69459968"], [1702464776, "72163328"], [1702464812, "70148096"], [1702464836, "72409088"], [1702464869, "70397952"], [1702464905, "70213632"], [1702464926, "70213632"], [1702464956, "69771264"], [1702464992, "69775360"], [1702465016, "69910528"], [1702465049, "69910528"], [1702465085, "69709824"], [1702465118, "69705728"], [1702465145, "69439488"], [1702465178, "69439488"], [1702465208, "70234112"], [1702465241, "72085504"], [1702465298, "70074368"], [1702465334, "69926912"], [1702465367, "71532544"], [1702465394, "69521408"], [1702465418, "69521408"], [1702465445, "69394432"], [1702465481, "71946240"], [1702465517, "69939200"], [1702465550, "72282112"], [1702465586, "70270976"], [1702465619, "69689344"], [1702465658, "69689344"], [1702465706, "69992448"], [1702465754, "69537792"], [1702465787, "69537792"], [1702465823, "69513216"], [1702465856, "69513216"], [1702465880, "70533120"], [1702465910, "70311936"], [1702465952, "70311936"], [1702465988, "72065024"], [1702466015, "70049792"], [1702466030, "69828608"], [1702466060, "69828608"], [1702466078, "72081408"], [1702466138, "70066176"], [1702466168, "69812224"], [1702466204, "69812224"], [1702466237, "69513216"], [1702466261, "71417856"], [1702466291, "69406720"], [1702466327, "73052160"], [1702466360, "70328320"], [1702466384, "70328320"], [1702466417, "70238208"], [1702466441, "70238208"], [1702466471, "71778304"], [1702466507, "70336512"], [1702466540, "70336512"], [1702466597, "70103040"], [1702466633, "72359936"], [1702466666, "70348800"], [1702466705, "72073216"], [1702466732, "70062080"], [1702466765, "69636096"], [1702466801, "69636096"], [1702466852, "70049792"], [1702466876, "70049792"], [1702466918, "70438912"], [1702466978, "70029312"], [1702467014, "70189056"], [1702467038, "70201344"], [1702467068, "69779456"], [1702467122, "72269824"], [1702467158, "70254592"], [1702467191, "70742016"], [1702467221, "72441856"], [1702467257, "70430720"], [1702467299, "72409088"], [1702467350, "71970816"], [1702467386, "69959680"], [1702467419, "70041600"], [1702467455, "70041600"], [1702467515, "69738496"], [1702467542, "69767168"], [1702467566, "69767168"], [1702467599, "70348800"], [1702467635, "70356992"], [1702467668, "70266880"], [1702467695, "70266880"], [1702467716, "70049792"], [1702467746, "70049792"], [1702467800, "69926912"], [1702467824, "69619712"], [1702467908, "69787648"], [1702467944, "72364032"], [1702467968, "70356992"], [1702468001, "70356992"], [1702468031, "69427200"], [1702468067, "69427200"], [1702468085, "70193152"], [1702468115, "70193152"], [1702468151, "70483968"], [1702468181, "70483968"], [1702468208, "69943296"], [1702468241, "69943296"], [1702468256, "70008832"], [1702468286, "70008832"], [1702468322, "69947392"], [1702468352, "69947392"], [1702468388, "69775360"], [1702468424, "71733248"], [1702468457, "69722112"], [1702468493, "69701632"], [1702468517, "69709824"], [1702468550, "69607424"], [1702468586, "69607424"], [1702468613, "72531968"], [1702468637, "70529024"], [1702468679, "72306688"], [1702468721, "70295552"], [1702468730, "71946240"], [1702468766, "69939200"], [1702468799, "72077312"], [1702468835, "70066176"], [1702468898, "69922816"], [1702468934, "69914624"], [1702468970, "72200192"], [1702468994, "70189056"], [1702469024, "73129984"], [1702469060, "70160384"], [1702469111, "70238208"], [1702469144, "72019968"], [1702469168, "70008832"], [1702469204, "70385664"], [1702469237, "70385664"], [1702469273, "72359936"], [1702469303, "70348800"], [1702469336, "72118272"], [1702469360, "70107136"], [1702469387, "73146368"], [1702469411, "70565888"], [1702469435, "71397376"], [1702469468, "69386240"], [1702469504, "69386240"], [1702469537, "70209536"], [1702469573, "73064448"], [1702469606, "70336512"], [1702469633, "70336512"], [1702469660, "70037504"], [1702469684, "72278016"], [1702469717, "70266880"], [1702469753, "71618560"], [1702469786, "71618560"], [1702469816, "71409664"], [1702469834, "69398528"], [1702469864, "72048640"], [1702469906, "70033408"], [1702469936, "70033408"], [1702469972, "70270976"], [1702470005, "70230016"], [1702470029, "70230016"], [1702470065, "69971968"], [1702470101, "69971968"], [1702470131, "70057984"], [1702470167, "72556544"], [1702470203, "69832704"], [1702470251, "71610368"], [1702470278, "69595136"], [1702470311, "69623808"], [1702470347, "71421952"], [1702470371, "71421952"], [1702470404, "72945664"], [1702470440, "70213632"], [1702470476, "72343552"], [1702470506, "70332416"], [1702470542, "72024064"], [1702470575, "70012928"], [1702470611, "69951488"], [1702470635, "69951488"], [1702470662, "69468160"], [1702470686, "69468160"], [1702470719, "69931008"], [1702470746, "69931008"], [1702470812, "70258688"], [1702470845, "69976064"], [1702470875, "69976064"], [1702470899, "69738496"], [1702470953, "71630848"], [1702470983, "69619712"], [1702471025, "70565888"], [1702471067, "70565888"], [1702471169, "69943296"], [1702471193, "69902336"], [1702471226, "69902336"], [1702471265, "69554176"]]}, {"metric": {"__name__": "kepler_container_kubelet_memory_bytes_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_container_other_joules_total": [{"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0.087"], [1702462721, "0.087"], [1702462736, "0.087"], [1702462751, "0.087"], [1702462763, "0.087"], [1702462793, "0.087"], [1702462808, "0.087"], [1702462829, "0.087"], [1702462844, "0.087"], [1702462865, "0.087"], [1702462880, "0.087"], [1702462904, "0.087"], [1702462919, "0.087"], [1702462952, "0.087"], [1702462973, "0.087"], [1702462988, "0.087"], [1702463045, "0.087"], [1702463081, "0.087"], [1702463114, "0.087"], [1702463150, "0.087"], [1702463186, "0.087"], [1702463216, "0.087"], [1702463240, "0.087"], [1702463273, "0.087"], [1702463324, "0.087"], [1702463354, "0.087"], [1702463381, "0.087"], [1702463417, "0.087"], [1702463453, "0.087"], [1702463477, "0.087"], [1702463510, "0.087"], [1702463537, "0.087"], [1702463570, "0.087"], [1702463591, "0.087"], [1702463621, "0.087"], [1702463657, "0.087"], [1702463693, "0.087"], [1702463729, "0.087"], [1702463765, "0.087"], [1702463798, "0.087"], [1702463846, "0.087"], [1702463873, "0.087"], [1702463906, "0.087"], [1702463948, "0.087"], [1702463984, "0.087"], [1702464014, "0.087"], [1702464050, "0.087"], [1702464086, "0.087"], [1702464122, "0.087"], [1702464155, "0.087"], [1702464194, "0.087"], [1702464230, "0.087"], [1702464263, "0.087"], [1702464299, "0.087"], [1702464332, "0.087"], [1702464356, "0.087"], [1702464392, "0.087"], [1702464425, "0.087"], [1702464455, "0.087"], [1702464479, "0.087"], [1702464509, "0.087"], [1702464533, "0.087"], [1702464569, "0.087"], [1702464605, "0.087"], [1702464635, "0.087"], [1702464671, "0.087"], [1702464716, "0.087"], [1702464743, "0.087"], [1702464776, "0.087"], [1702464812, "0.087"], [1702464836, "0.087"], [1702464869, "0.087"], [1702464905, "0.087"], [1702464926, "0.087"], [1702464956, "0.087"], [1702464992, "0.087"], [1702465016, "0.087"], [1702465049, "0.087"], [1702465085, "0.087"], [1702465118, "0.087"], [1702465145, "0.087"], [1702465178, "0.087"], [1702465208, "0.087"], [1702465241, "0.087"], [1702465298, "0.087"], [1702465334, "0.087"], [1702465367, "0.087"], [1702465394, "0.087"], [1702465418, "0.087"], [1702465445, "0.087"], [1702465481, "0.087"], [1702465517, "0.087"], [1702465550, "0.087"], [1702465586, "0.087"], [1702465619, "0.087"], [1702465658, "0.087"], [1702465706, "0.087"], [1702465754, "0.087"], [1702465787, "0.087"], [1702465823, "0.087"], [1702465856, "0.087"], [1702465880, "0.087"], [1702465910, "0.087"], [1702465952, "0.087"], [1702465988, "0.087"], [1702466015, "0.087"], [1702466030, "0.087"], [1702466060, "0.087"], [1702466078, "0.087"], [1702466138, "0.087"], [1702466168, "0.087"], [1702466204, "0.087"], [1702466237, "0.087"], [1702466261, "0.087"], [1702466291, "0.087"], [1702466327, "0.087"], [1702466360, "0.087"], [1702466384, "0.087"], [1702466417, "0.087"], [1702466441, "0.087"], [1702466471, "0.087"], [1702466507, "0.087"], [1702466540, "0.087"], [1702466597, "0.087"], [1702466633, "0.087"], [1702466666, "0.087"], [1702466705, "0.087"], [1702466732, "0.087"], [1702466765, "0.087"], [1702466801, "0.087"], [1702466852, "0.087"], [1702466876, "0.093"], [1702466918, "0.093"], [1702466978, "0.093"], [1702467014, "0.093"], [1702467038, "0.093"], [1702467068, "0.093"], [1702467122, "0.093"], [1702467158, "0.093"], [1702467191, "0.093"], [1702467221, "0.093"], [1702467257, "0.093"], [1702467299, "0.093"], [1702467350, "0.093"], [1702467386, "0.093"], [1702467419, "0.093"], [1702467455, "0.093"], [1702467515, "0.093"], [1702467542, "0.093"], [1702467566, "0.093"], [1702467599, "0.093"], [1702467635, "0.093"], [1702467668, "0.093"], [1702467695, "0.093"], [1702467716, "0.093"], [1702467746, "0.093"], [1702467800, "0.093"], [1702467824, "0.093"], [1702467908, "0.093"], [1702467944, "0.093"], [1702467968, "0.093"], [1702468001, "0.093"], [1702468031, "0.093"], [1702468067, "0.093"], [1702468085, "0.093"], [1702468115, "0.093"], [1702468151, "0.093"], [1702468181, "0.093"], [1702468208, "0.093"], [1702468241, "0.093"], [1702468256, "0.093"], [1702468286, "0.093"], [1702468322, "0.093"], [1702468352, "0.093"], [1702468388, "0.093"], [1702468424, "0.093"], [1702468457, "0.093"], [1702468493, "0.093"], [1702468517, "0.093"], [1702468550, "0.093"], [1702468586, "0.093"], [1702468613, "0.099"], [1702468637, "0.099"], [1702468679, "0.099"], [1702468721, "0.099"], [1702468730, "0.099"], [1702468766, "0.099"], [1702468799, "0.099"], [1702468835, "0.099"], [1702468898, "0.099"], [1702468934, "0.099"], [1702468970, "0.099"], [1702468994, "0.099"], [1702469024, "0.099"], [1702469060, "0.099"], [1702469111, "0.099"], [1702469144, "0.099"], [1702469168, "0.099"], [1702469204, "0.099"], [1702469237, "0.099"], [1702469273, "0.099"], [1702469303, "0.099"], [1702469336, "0.099"], [1702469360, "0.099"], [1702469387, "0.099"], [1702469411, "0.099"], [1702469435, "0.099"], [1702469468, "0.099"], [1702469504, "0.099"], [1702469537, "0.099"], [1702469573, "0.099"], [1702469606, "0.099"], [1702469633, "0.099"], [1702469660, "0.099"], [1702469684, "0.099"], [1702469717, "0.099"], [1702469753, "0.099"], [1702469786, "0.099"], [1702469816, "0.099"], [1702469834, "0.099"], [1702469864, "0.099"], [1702469906, "0.099"], [1702469936, "0.099"], [1702469972, "0.099"], [1702470005, "0.099"], [1702470029, "0.099"], [1702470065, "0.099"], [1702470101, "0.099"], [1702470131, "0.099"], [1702470167, "0.099"], [1702470203, "0.099"], [1702470251, "0.099"], [1702470278, "0.099"], [1702470311, "0.099"], [1702470347, "0.099"], [1702470371, "0.099"], [1702470404, "0.099"], [1702470440, "0.099"], [1702470476, "0.099"], [1702470506, "0.099"], [1702470542, "0.099"], [1702470575, "0.099"], [1702470611, "0.099"], [1702470635, "0.099"], [1702470662, "0.099"], [1702470686, "0.099"], [1702470719, "0.099"], [1702470746, "0.099"], [1702470812, "0.099"], [1702470845, "0.099"], [1702470875, "0.099"], [1702470899, "0.099"], [1702470953, "0.099"], [1702470983, "0.099"], [1702471025, "0.099"], [1702471067, "0.099"], [1702471169, "0.099"], [1702471193, "0.099"], [1702471226, "0.099"], [1702471265, "0.099"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.189"], [1702462721, "0.189"], [1702462736, "0.189"], [1702462751, "0.189"], [1702462763, "0.21"], [1702462793, "0.21"], [1702462808, "0.21"], [1702462829, "0.21"], [1702462844, "0.21"], [1702462865, "0.21"], [1702462880, "0.21"], [1702462904, "0.21"], [1702462919, "0.21"], [1702462952, "0.21"], [1702462973, "0.21"], [1702462988, "0.21"], [1702463045, "0.21"], [1702463081, "0.21"], [1702463114, "0.21"], [1702463150, "0.21"], [1702463186, "0.21"], [1702463216, "0.21"], [1702463240, "0.21"], [1702463273, "0.21"], [1702463324, "0.21"], [1702463354, "0.21"], [1702463381, "0.21"], [1702463417, "0.21"], [1702463453, "0.21"], [1702463477, "0.21"], [1702463510, "0.21"], [1702463537, "0.21"], [1702463570, "0.21"], [1702463591, "0.21"], [1702463621, "0.21"], [1702463657, "0.21"], [1702463693, "0.21"], [1702463729, "0.21"], [1702463765, "0.21"], [1702463798, "0.21"], [1702463846, "0.21"], [1702463873, "0.21"], [1702463906, "0.21"], [1702463948, "0.21"], [1702463984, "0.21"], [1702464014, "0.21"], [1702464050, "0.21"], [1702464086, "0.21"], [1702464122, "0.21"], [1702464155, "0.21"], [1702464194, "0.21"], [1702464230, "0.21"], [1702464263, "0.21"], [1702464299, "0.21"], [1702464332, "0.21"], [1702464356, "0.21"], [1702464392, "0.21"], [1702464425, "0.21"], [1702464455, "0.21"], [1702464479, "0.21"], [1702464509, "0.21"], [1702464533, "0.21"], [1702464569, "0.21"], [1702464605, "0.21"], [1702464635, "0.21"], [1702464671, "0.21"], [1702464716, "0.21"], [1702464743, "0.21"], [1702464776, "0.21"], [1702464812, "0.21"], [1702464836, "0.21"], [1702464869, "0.21"], [1702464905, "0.21"], [1702464926, "0.21"], [1702464956, "0.21"], [1702464992, "0.21"], [1702465016, "0.21"], [1702465049, "0.21"], [1702465085, "0.21"], [1702465118, "0.213"], [1702465145, "0.213"], [1702465178, "0.213"], [1702465208, "0.213"], [1702465241, "0.213"], [1702465298, "0.213"], [1702465334, "0.213"], [1702465367, "0.213"], [1702465394, "0.213"], [1702465418, "0.213"], [1702465445, "0.213"], [1702465481, "0.213"], [1702465517, "0.213"], [1702465550, "0.213"], [1702465586, "0.213"], [1702465619, "0.213"], [1702465658, "0.213"], [1702465706, "0.213"], [1702465754, "0.213"], [1702465787, "0.213"], [1702465823, "0.213"], [1702465856, "0.213"], [1702465880, "0.213"], [1702465910, "0.213"], [1702465952, "0.213"], [1702465988, "0.213"], [1702466015, "0.213"], [1702466030, "0.213"], [1702466060, "0.213"], [1702466078, "0.213"], [1702466138, "0.213"], [1702466168, "0.213"], [1702466204, "0.213"], [1702466237, "0.213"], [1702466261, "0.213"], [1702466291, "0.213"], [1702466327, "0.213"], [1702466360, "0.213"], [1702466384, "0.213"], [1702466417, "0.213"], [1702466441, "0.213"], [1702466471, "0.213"], [1702466507, "0.213"], [1702466540, "0.213"], [1702466597, "0.213"], [1702466633, "0.213"], [1702466666, "0.213"], [1702466705, "0.213"], [1702466732, "0.213"], [1702466765, "0.213"], [1702466801, "0.213"], [1702466852, "0.213"], [1702466876, "0.291"], [1702466918, "0.291"], [1702466978, "0.291"], [1702467014, "0.291"], [1702467038, "0.291"], [1702467068, "0.291"], [1702467122, "0.291"], [1702467158, "0.291"], [1702467191, "0.291"], [1702467221, "0.291"], [1702467257, "0.291"], [1702467299, "0.291"], [1702467350, "0.291"], [1702467386, "0.291"], [1702467419, "0.291"], [1702467455, "0.291"], [1702467515, "0.291"], [1702467542, "0.291"], [1702467566, "0.291"], [1702467599, "0.291"], [1702467635, "0.291"], [1702467668, "0.291"], [1702467695, "0.291"], [1702467716, "0.291"], [1702467746, "0.291"], [1702467800, "0.291"], [1702467824, "0.291"], [1702467908, "0.291"], [1702467944, "0.291"], [1702467968, "0.33"], [1702468001, "0.33"], [1702468031, "0.33"], [1702468067, "0.33"], [1702468085, "0.33"], [1702468115, "0.33"], [1702468151, "0.33"], [1702468181, "0.33"], [1702468208, "0.33"], [1702468241, "0.33"], [1702468256, "0.33"], [1702468286, "0.33"], [1702468322, "0.33"], [1702468352, "0.33"], [1702468388, "0.33"], [1702468424, "0.33"], [1702468457, "0.33"], [1702468493, "0.33"], [1702468517, "0.33"], [1702468550, "0.33"], [1702468586, "0.33"], [1702468613, "0.36"], [1702468637, "0.36"], [1702468679, "0.36"], [1702468721, "0.36"], [1702468730, "0.36"], [1702468766, "0.36"], [1702468799, "0.36"], [1702468835, "0.36"], [1702468898, "0.36"], [1702468934, "0.36"], [1702468970, "0.36"], [1702468994, "0.36"], [1702469024, "0.36"], [1702469060, "0.36"], [1702469111, "0.36"], [1702469144, "0.36"], [1702469168, "0.36"], [1702469204, "0.36"], [1702469237, "0.36"], [1702469273, "0.36"], [1702469303, "0.36"], [1702469336, "0.36"], [1702469360, "0.36"], [1702469387, "0.36"], [1702469411, "0.36"], [1702469435, "0.36"], [1702469468, "0.36"], [1702469504, "0.36"], [1702469537, "0.36"], [1702469573, "0.36"], [1702469606, "0.36"], [1702469633, "0.36"], [1702469660, "0.36"], [1702469684, "0.36"], [1702469717, "0.36"], [1702469753, "0.36"], [1702469786, "0.36"], [1702469816, "0.36"], [1702469834, "0.36"], [1702469864, "0.36"], [1702469906, "0.36"], [1702469936, "0.36"], [1702469972, "0.36"], [1702470005, "0.36"], [1702470029, "0.36"], [1702470065, "0.36"], [1702470101, "0.36"], [1702470131, "0.36"], [1702470167, "0.36"], [1702470203, "0.36"], [1702470251, "0.36"], [1702470278, "0.36"], [1702470311, "0.36"], [1702470347, "0.36"], [1702470371, "0.36"], [1702470404, "0.36"], [1702470440, "0.36"], [1702470476, "0.36"], [1702470506, "0.36"], [1702470542, "0.36"], [1702470575, "0.36"], [1702470611, "0.36"], [1702470635, "0.36"], [1702470662, "0.36"], [1702470686, "0.36"], [1702470719, "0.36"], [1702470746, "0.36"], [1702470812, "0.36"], [1702470845, "0.36"], [1702470875, "0.36"], [1702470899, "0.36"], [1702470953, "0.36"], [1702470983, "0.36"], [1702471025, "0.36"], [1702471067, "0.36"], [1702471169, "0.36"], [1702471193, "0.36"], [1702471226, "0.36"], [1702471265, "0.36"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.003"], [1702462721, "0.003"], [1702462736, "0.003"], [1702462751, "0.003"], [1702462763, "0.003"], [1702462793, "0.003"], [1702462808, "0.003"], [1702462829, "0.003"], [1702462844, "0.003"], [1702462865, "0.003"], [1702462880, "0.003"], [1702462904, "0.003"], [1702462919, "0.003"], [1702462952, "0.003"], [1702462973, "0.003"], [1702462988, "0.003"], [1702463045, "0.003"], [1702463081, "0.003"], [1702463114, "0.003"], [1702463150, "0.003"], [1702463186, "0.003"], [1702463216, "0.003"], [1702463240, "0.003"], [1702463273, "0.003"], [1702463324, "0.003"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.003"], [1702463621, "0.003"], [1702463657, "0.003"], [1702463693, "0.003"], [1702463729, "0.003"], [1702463765, "0.003"], [1702463798, "0.003"], [1702463846, "0.003"], [1702463873, "0.003"], [1702463906, "0.003"], [1702463948, "0.003"], [1702463984, "0.003"], [1702464014, "0.003"], [1702464050, "0.003"], [1702464086, "0.003"], [1702464122, "0.003"], [1702464155, "0.003"], [1702464194, "0.003"], [1702464230, "0.003"], [1702464263, "0.003"], [1702464299, "0.003"], [1702464332, "0.003"], [1702464356, "0.003"], [1702464392, "0.003"], [1702464425, "0.003"], [1702464455, "0.003"], [1702464479, "0.003"], [1702464509, "0.003"], [1702464533, "0.003"], [1702464569, "0.003"], [1702464605, "0.003"], [1702464635, "0.003"], [1702464671, "0.003"], [1702464716, "0.003"], [1702464743, "0.003"], [1702464776, "0.003"], [1702464812, "0.003"], [1702464836, "0.003"], [1702464869, "0.003"], [1702464905, "0.003"], [1702464926, "0.003"], [1702464956, "0.003"], [1702464992, "0.003"], [1702465016, "0.003"], [1702465049, "0.003"], [1702465085, "0.003"], [1702465118, "0.003"], [1702465145, "0.003"], [1702465178, "0.003"], [1702465208, "0.003"], [1702465241, "0.003"], [1702465298, "0.003"], [1702465334, "0.003"], [1702465367, "0.003"], [1702465394, "0.003"], [1702465418, "0.003"], [1702465445, "0.003"], [1702465481, "0.003"], [1702465517, "0.003"], [1702465550, "0.003"], [1702465586, "0.003"], [1702465619, "0.003"], [1702465658, "0.003"], [1702465706, "0.003"], [1702465754, "0.003"], [1702465787, "0.003"], [1702465823, "0.003"], [1702465856, "0.003"], [1702465880, "0.003"], [1702465910, "0.003"], [1702465952, "0.003"], [1702465988, "0.003"], [1702466015, "0.003"], [1702466030, "0.003"], [1702466060, "0.003"], [1702466078, "0.003"], [1702466138, "0.003"], [1702466168, "0.003"], [1702466204, "0.003"], [1702466237, "0.003"], [1702466261, "0.003"], [1702466291, "0.003"], [1702466327, "0.003"], [1702466360, "0.003"], [1702466384, "0.003"], [1702466417, "0.003"], [1702466441, "0.003"], [1702466471, "0.003"], [1702466507, "0.003"], [1702466540, "0.003"], [1702466597, "0.003"], [1702466633, "0.003"], [1702466666, "0.003"], [1702466705, "0.003"], [1702466732, "0.003"], [1702466765, "0.003"], [1702466801, "0.003"], [1702466852, "0.003"], [1702466876, "0.003"], [1702466918, "0.003"], [1702466978, "0.003"], [1702467014, "0.003"], [1702467038, "0.003"], [1702467068, "0.003"], [1702467122, "0.003"], [1702467158, "0.003"], [1702467191, "0.003"], [1702467221, "0.003"], [1702467257, "0.003"], [1702467299, "0.003"], [1702467350, "0.003"], [1702467386, "0.003"], [1702467419, "0.003"], [1702467455, "0.003"], [1702467515, "0.003"], [1702467542, "0.003"], [1702467566, "0.003"], [1702467599, "0.003"], [1702467635, "0.003"], [1702467668, "0.003"], [1702467695, "0.003"], [1702467716, "0.003"], [1702467746, "0.003"], [1702467800, "0.003"], [1702467824, "0.003"], [1702467908, "0.003"], [1702467944, "0.003"], [1702467968, "0.003"], [1702468001, "0.003"], [1702468031, "0.003"], [1702468067, "0.003"], [1702468085, "0.003"], [1702468115, "0.003"], [1702468151, "0.003"], [1702468181, "0.003"], [1702468208, "0.003"], [1702468241, "0.003"], [1702468256, "0.003"], [1702468286, "0.003"], [1702468322, "0.003"], [1702468352, "0.003"], [1702468388, "0.003"], [1702468424, "0.003"], [1702468457, "0.003"], [1702468493, "0.003"], [1702468517, "0.003"], [1702468550, "0.003"], [1702468586, "0.003"], [1702468613, "0.003"], [1702468637, "0.003"], [1702468679, "0.003"], [1702468721, "0.003"], [1702468730, "0.003"], [1702468766, "0.003"], [1702468799, "0.003"], [1702468835, "0.003"], [1702468898, "0.003"], [1702468934, "0.003"], [1702468970, "0.003"], [1702468994, "0.003"], [1702469024, "0.003"], [1702469060, "0.003"], [1702469111, "0.003"], [1702469144, "0.003"], [1702469168, "0.003"], [1702469204, "0.003"], [1702469237, "0.003"], [1702469273, "0.003"], [1702469303, "0.003"], [1702469336, "0.003"], [1702469360, "0.003"], [1702469387, "0.003"], [1702469411, "0.003"], [1702469435, "0.003"], [1702469468, "0.003"], [1702469504, "0.003"], [1702469537, "0.003"], [1702469573, "0.003"], [1702469606, "0.003"], [1702469633, "0.003"], [1702469660, "0.003"], [1702469684, "0.003"], [1702469717, "0.003"], [1702469753, "0.003"], [1702469786, "0.003"], [1702469816, "0.003"], [1702469834, "0.003"], [1702469864, "0.003"], [1702469906, "0.003"], [1702469936, "0.003"], [1702469972, "0.003"], [1702470005, "0.003"], [1702470029, "0.003"], [1702470065, "0.003"], [1702470101, "0.003"], [1702470131, "0.003"], [1702470167, "0.003"], [1702470203, "0.003"], [1702470251, "0.003"], [1702470278, "0.003"], [1702470311, "0.003"], [1702470347, "0.003"], [1702470371, "0.003"], [1702470404, "0.003"], [1702470440, "0.003"], [1702470476, "0.003"], [1702470506, "0.003"], [1702470542, "0.003"], [1702470575, "0.003"], [1702470611, "0.003"], [1702470635, "0.003"], [1702470662, "0.003"], [1702470686, "0.003"], [1702470719, "0.003"], [1702470746, "0.003"], [1702470812, "0.003"], [1702470845, "0.003"], [1702470875, "0.003"], [1702470899, "0.003"], [1702470953, "0.003"], [1702470983, "0.003"], [1702471025, "0.003"], [1702471067, "0.003"], [1702471169, "0.003"], [1702471193, "0.003"], [1702471226, "0.003"], [1702471265, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0.264"], [1702462721, "0.264"], [1702462736, "0.264"], [1702462751, "0.264"], [1702462763, "0.357"], [1702462793, "0.357"], [1702462808, "0.357"], [1702462829, "0.357"], [1702462844, "0.357"], [1702462865, "0.357"], [1702462880, "0.357"], [1702462904, "0.357"], [1702462919, "0.357"], [1702462952, "0.357"], [1702462973, "0.357"], [1702462988, "0.357"], [1702463045, "0.357"], [1702463081, "0.357"], [1702463114, "0.357"], [1702463150, "0.357"], [1702463186, "0.357"], [1702463216, "0.357"], [1702463240, "0.357"], [1702463273, "0.357"], [1702463324, "0.357"], [1702463354, "0.357"], [1702463381, "0.357"], [1702463417, "0.357"], [1702463453, "0.357"], [1702463477, "0.357"], [1702463510, "0.357"], [1702463537, "0.357"], [1702463570, "0.357"], [1702463591, "0.357"], [1702463621, "0.357"], [1702463657, "0.357"], [1702463693, "0.357"], [1702463729, "0.357"], [1702463765, "0.357"], [1702463798, "0.357"], [1702463846, "0.357"], [1702463873, "0.357"], [1702463906, "0.357"], [1702463948, "0.357"], [1702463984, "0.357"], [1702464014, "0.357"], [1702464050, "0.357"], [1702464086, "0.357"], [1702464122, "0.357"], [1702464155, "0.357"], [1702464194, "0.357"], [1702464230, "0.357"], [1702464263, "0.357"], [1702464299, "0.357"], [1702464332, "0.357"], [1702464356, "0.357"], [1702464392, "0.357"], [1702464425, "0.357"], [1702464455, "0.357"], [1702464479, "0.357"], [1702464509, "0.357"], [1702464533, "0.357"], [1702464569, "0.357"], [1702464605, "0.357"], [1702464635, "0.357"], [1702464671, "0.357"], [1702464716, "0.357"], [1702464743, "0.357"], [1702464776, "0.357"], [1702464812, "0.357"], [1702464836, "0.357"], [1702464869, "0.357"], [1702464905, "0.357"], [1702464926, "0.357"], [1702464956, "0.357"], [1702464992, "0.357"], [1702465016, "0.357"], [1702465049, "0.357"], [1702465085, "0.357"], [1702465118, "0.36"], [1702465145, "0.36"], [1702465178, "0.36"], [1702465208, "0.36"], [1702465241, "0.36"], [1702465298, "0.36"], [1702465334, "0.36"], [1702465367, "0.36"], [1702465394, "0.36"], [1702465418, "0.36"], [1702465445, "0.36"], [1702465481, "0.36"], [1702465517, "0.36"], [1702465550, "0.36"], [1702465586, "0.36"], [1702465619, "0.36"], [1702465658, "0.36"], [1702465706, "0.36"], [1702465754, "0.36"], [1702465787, "0.36"], [1702465823, "0.36"], [1702465856, "0.36"], [1702465880, "0.36"], [1702465910, "0.36"], [1702465952, "0.36"], [1702465988, "0.36"], [1702466015, "0.36"], [1702466030, "0.648"], [1702466060, "0.648"], [1702466078, "0.648"], [1702466138, "0.648"], [1702466168, "0.648"], [1702466204, "0.648"], [1702466237, "0.648"], [1702466261, "0.648"], [1702466291, "0.648"], [1702466327, "0.648"], [1702466360, "0.648"], [1702466384, "0.648"], [1702466417, "0.648"], [1702466441, "0.648"], [1702466471, "0.648"], [1702466507, "0.648"], [1702466540, "0.648"], [1702466597, "0.648"], [1702466633, "0.648"], [1702466666, "0.648"], [1702466705, "0.648"], [1702466732, "0.648"], [1702466765, "0.648"], [1702466801, "0.648"], [1702466852, "0.648"], [1702466876, "1.935"], [1702466918, "1.935"], [1702466978, "1.935"], [1702467014, "1.935"], [1702467038, "1.935"], [1702467068, "1.935"], [1702467122, "1.935"], [1702467158, "1.935"], [1702467191, "1.935"], [1702467221, "1.935"], [1702467257, "1.935"], [1702467299, "1.935"], [1702467350, "1.935"], [1702467386, "1.935"], [1702467419, "1.935"], [1702467455, "1.935"], [1702467515, "1.935"], [1702467542, "1.935"], [1702467566, "1.935"], [1702467599, "1.935"], [1702467635, "1.935"], [1702467668, "1.935"], [1702467695, "1.935"], [1702467716, "1.935"], [1702467746, "1.935"], [1702467800, "1.935"], [1702467824, "1.935"], [1702467908, "1.935"], [1702467944, "1.935"], [1702467968, "3.984"], [1702468001, "3.984"], [1702468031, "3.984"], [1702468067, "3.984"], [1702468085, "3.984"], [1702468115, "3.984"], [1702468151, "3.984"], [1702468181, "3.984"], [1702468208, "3.984"], [1702468241, "3.984"], [1702468256, "3.984"], [1702468286, "3.984"], [1702468322, "3.984"], [1702468352, "3.984"], [1702468388, "3.984"], [1702468424, "3.984"], [1702468457, "3.984"], [1702468493, "3.984"], [1702468517, "3.984"], [1702468550, "3.984"], [1702468586, "3.984"], [1702468613, "4.653"], [1702468637, "4.653"], [1702468679, "4.653"], [1702468721, "4.653"], [1702468730, "4.653"], [1702468766, "4.653"], [1702468799, "4.653"], [1702468835, "4.653"], [1702468898, "4.653"], [1702468934, "4.653"], [1702468970, "4.653"], [1702468994, "4.653"], [1702469024, "4.704"], [1702469060, "4.704"], [1702469111, "4.704"], [1702469144, "4.704"], [1702469168, "4.704"], [1702469204, "4.704"], [1702469237, "4.704"], [1702469273, "4.704"], [1702469303, "4.704"], [1702469336, "4.704"], [1702469360, "4.704"], [1702469387, "4.704"], [1702469411, "4.704"], [1702469435, "4.704"], [1702469468, "4.704"], [1702469504, "4.704"], [1702469537, "4.704"], [1702469573, "4.704"], [1702469606, "4.704"], [1702469633, "4.704"], [1702469660, "4.704"], [1702469684, "4.704"], [1702469717, "4.704"], [1702469753, "4.704"], [1702469786, "4.704"], [1702469816, "4.704"], [1702469834, "4.704"], [1702469864, "4.704"], [1702469906, "4.704"], [1702469936, "4.704"], [1702469972, "4.704"], [1702470005, "4.704"], [1702470029, "4.704"], [1702470065, "4.704"], [1702470101, "4.704"], [1702470131, "4.704"], [1702470167, "4.704"], [1702470203, "4.704"], [1702470251, "4.704"], [1702470278, "4.704"], [1702470311, "4.704"], [1702470347, "4.704"], [1702470371, "4.704"], [1702470404, "4.704"], [1702470440, "4.704"], [1702470476, "4.704"], [1702470506, "4.704"], [1702470542, "4.704"], [1702470575, "4.704"], [1702470611, "4.704"], [1702470635, "4.704"], [1702470662, "4.704"], [1702470686, "4.704"], [1702470719, "4.704"], [1702470746, "4.704"], [1702470812, "4.704"], [1702470845, "4.704"], [1702470875, "4.704"], [1702470899, "4.704"], [1702470953, "4.704"], [1702470983, "4.704"], [1702471025, "4.704"], [1702471067, "4.704"], [1702471169, "4.704"], [1702471193, "4.704"], [1702471226, "4.704"], [1702471265, "4.704"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.588"], [1702462721, "0.588"], [1702462736, "0.588"], [1702462751, "0.588"], [1702462763, "0.651"], [1702462793, "0.651"], [1702462808, "0.651"], [1702462829, "0.651"], [1702462844, "0.651"], [1702462865, "0.651"], [1702462880, "0.651"], [1702462904, "0.651"], [1702462919, "0.651"], [1702462952, "0.651"], [1702462973, "0.651"], [1702462988, "0.651"], [1702463045, "0.651"], [1702463081, "0.651"], [1702463114, "0.651"], [1702463150, "0.651"], [1702463186, "0.651"], [1702463216, "0.651"], [1702463240, "0.651"], [1702463273, "0.651"], [1702463324, "0.651"], [1702463354, "0.651"], [1702463381, "0.651"], [1702463417, "0.651"], [1702463453, "0.651"], [1702463477, "0.651"], [1702463510, "0.651"], [1702463537, "0.651"], [1702463570, "0.651"], [1702463591, "0.651"], [1702463621, "0.651"], [1702463657, "0.651"], [1702463693, "0.651"], [1702463729, "0.651"], [1702463765, "0.651"], [1702463798, "0.651"], [1702463846, "0.651"], [1702463873, "0.651"], [1702463906, "0.651"], [1702463948, "0.651"], [1702463984, "0.651"], [1702464014, "0.651"], [1702464050, "0.651"], [1702464086, "0.651"], [1702464122, "0.651"], [1702464155, "0.651"], [1702464194, "0.651"], [1702464230, "0.651"], [1702464263, "0.651"], [1702464299, "0.651"], [1702464332, "0.651"], [1702464356, "0.651"], [1702464392, "0.651"], [1702464425, "0.651"], [1702464455, "0.651"], [1702464479, "0.651"], [1702464509, "0.651"], [1702464533, "0.651"], [1702464569, "0.651"], [1702464605, "0.651"], [1702464635, "0.651"], [1702464671, "0.651"], [1702464716, "0.651"], [1702464743, "0.651"], [1702464776, "0.651"], [1702464812, "0.651"], [1702464836, "0.651"], [1702464869, "0.651"], [1702464905, "0.651"], [1702464926, "0.651"], [1702464956, "0.651"], [1702464992, "0.651"], [1702465016, "0.651"], [1702465049, "0.651"], [1702465085, "0.651"], [1702465118, "0.687"], [1702465145, "0.687"], [1702465178, "0.687"], [1702465208, "0.687"], [1702465241, "0.687"], [1702465298, "0.687"], [1702465334, "0.687"], [1702465367, "0.687"], [1702465394, "0.687"], [1702465418, "0.687"], [1702465445, "0.687"], [1702465481, "0.687"], [1702465517, "0.687"], [1702465550, "0.687"], [1702465586, "0.687"], [1702465619, "0.687"], [1702465658, "0.687"], [1702465706, "0.687"], [1702465754, "0.687"], [1702465787, "0.687"], [1702465823, "0.687"], [1702465856, "0.687"], [1702465880, "0.687"], [1702465910, "0.687"], [1702465952, "0.687"], [1702465988, "0.687"], [1702466015, "0.687"], [1702466030, "0.687"], [1702466060, "0.687"], [1702466078, "0.687"], [1702466138, "0.687"], [1702466168, "0.687"], [1702466204, "0.687"], [1702466237, "0.687"], [1702466261, "0.687"], [1702466291, "0.687"], [1702466327, "0.687"], [1702466360, "0.687"], [1702466384, "0.687"], [1702466417, "0.687"], [1702466441, "0.687"], [1702466471, "0.687"], [1702466507, "0.687"], [1702466540, "0.687"], [1702466597, "0.687"], [1702466633, "0.687"], [1702466666, "0.687"], [1702466705, "0.687"], [1702466732, "0.687"], [1702466765, "0.687"], [1702466801, "0.687"], [1702466852, "0.687"], [1702466876, "0.99"], [1702466918, "0.99"], [1702466978, "0.99"], [1702467014, "0.99"], [1702467038, "0.99"], [1702467068, "0.99"], [1702467122, "0.99"], [1702467158, "0.99"], [1702467191, "0.99"], [1702467221, "0.99"], [1702467257, "0.99"], [1702467299, "0.99"], [1702467350, "0.99"], [1702467386, "0.99"], [1702467419, "0.99"], [1702467455, "0.99"], [1702467515, "0.99"], [1702467542, "0.99"], [1702467566, "0.99"], [1702467599, "0.99"], [1702467635, "0.99"], [1702467668, "0.99"], [1702467695, "0.99"], [1702467716, "0.99"], [1702467746, "0.99"], [1702467800, "0.99"], [1702467824, "0.99"], [1702467908, "0.99"], [1702467944, "0.99"], [1702467968, "1.065"], [1702468001, "1.065"], [1702468031, "1.065"], [1702468067, "1.065"], [1702468085, "1.065"], [1702468115, "1.065"], [1702468151, "1.065"], [1702468181, "1.065"], [1702468208, "1.065"], [1702468241, "1.065"], [1702468256, "1.065"], [1702468286, "1.065"], [1702468322, "1.065"], [1702468352, "1.065"], [1702468388, "1.065"], [1702468424, "1.065"], [1702468457, "1.065"], [1702468493, "1.065"], [1702468517, "1.065"], [1702468550, "1.065"], [1702468586, "1.065"], [1702468613, "1.185"], [1702468637, "1.185"], [1702468679, "1.185"], [1702468721, "1.185"], [1702468730, "1.185"], [1702468766, "1.185"], [1702468799, "1.185"], [1702468835, "1.185"], [1702468898, "1.185"], [1702468934, "1.185"], [1702468970, "1.185"], [1702468994, "1.185"], [1702469024, "1.338"], [1702469060, "1.338"], [1702469111, "1.338"], [1702469144, "1.338"], [1702469168, "1.338"], [1702469204, "1.338"], [1702469237, "1.338"], [1702469273, "1.338"], [1702469303, "1.338"], [1702469336, "1.338"], [1702469360, "1.338"], [1702469387, "1.338"], [1702469411, "1.338"], [1702469435, "1.338"], [1702469468, "1.338"], [1702469504, "1.338"], [1702469537, "1.338"], [1702469573, "1.338"], [1702469606, "1.338"], [1702469633, "1.338"], [1702469660, "1.338"], [1702469684, "1.338"], [1702469717, "1.338"], [1702469753, "1.338"], [1702469786, "1.338"], [1702469816, "1.338"], [1702469834, "1.338"], [1702469864, "1.338"], [1702469906, "1.338"], [1702469936, "1.338"], [1702469972, "1.338"], [1702470005, "1.338"], [1702470029, "1.338"], [1702470065, "1.338"], [1702470101, "1.338"], [1702470131, "1.338"], [1702470167, "1.338"], [1702470203, "1.338"], [1702470251, "1.338"], [1702470278, "1.338"], [1702470311, "1.338"], [1702470347, "1.338"], [1702470371, "1.338"], [1702470404, "1.338"], [1702470440, "1.338"], [1702470476, "1.338"], [1702470506, "1.338"], [1702470542, "1.338"], [1702470575, "1.338"], [1702470611, "1.338"], [1702470635, "1.338"], [1702470662, "1.338"], [1702470686, "1.338"], [1702470719, "1.338"], [1702470746, "1.338"], [1702470812, "1.338"], [1702470845, "1.338"], [1702470875, "1.338"], [1702470899, "1.338"], [1702470953, "1.338"], [1702470983, "1.338"], [1702471025, "1.338"], [1702471067, "1.338"], [1702471169, "1.338"], [1702471193, "1.338"], [1702471226, "1.338"], [1702471265, "1.338"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.063"], [1702465145, "0.063"], [1702465178, "0.063"], [1702465208, "0.063"], [1702465241, "0.063"], [1702465298, "0.063"], [1702465334, "0.063"], [1702465367, "0.063"], [1702465394, "0.063"], [1702465418, "0.063"], [1702465445, "0.063"], [1702465481, "0.063"], [1702465517, "0.063"], [1702465550, "0.063"], [1702465586, "0.063"], [1702465619, "0.063"], [1702465658, "0.063"], [1702465706, "0.063"], [1702465754, "0.063"], [1702465787, "0.063"], [1702465823, "0.063"], [1702465856, "0.063"], [1702465880, "0.063"], [1702465910, "0.063"], [1702465952, "0.063"], [1702465988, "0.063"], [1702466015, "0.063"], [1702466030, "0.063"], [1702466060, "0.063"], [1702466078, "0.063"], [1702466138, "0.063"], [1702466168, "0.063"], [1702466204, "0.063"], [1702466237, "0.063"], [1702466261, "0.063"], [1702466291, "0.063"], [1702466327, "0.063"], [1702466360, "0.063"], [1702466384, "0.063"], [1702466417, "0.063"], [1702466441, "0.066"], [1702466471, "0.066"], [1702466507, "0.066"], [1702466540, "0.066"], [1702466597, "0.066"], [1702466633, "0.066"], [1702466666, "0.066"], [1702466705, "0.066"], [1702466732, "0.066"], [1702466765, "0.066"], [1702466801, "0.066"], [1702466852, "0.066"], [1702466876, "0.066"], [1702466918, "0.066"], [1702466978, "0.066"], [1702467014, "0.066"], [1702467038, "0.066"], [1702467068, "0.066"], [1702467122, "0.066"], [1702467158, "0.066"], [1702467191, "0.066"], [1702467221, "0.066"], [1702467257, "0.066"], [1702467299, "0.066"], [1702467350, "0.066"], [1702467386, "0.066"], [1702467419, "0.066"], [1702467455, "0.066"], [1702467515, "0.066"], [1702467542, "0.066"], [1702467566, "0.066"], [1702467599, "0.066"], [1702467635, "0.066"], [1702467668, "0.066"], [1702467695, "0.066"], [1702467716, "0.066"], [1702467746, "0.066"], [1702467800, "0.066"], [1702467824, "0.066"], [1702467908, "0.066"], [1702467944, "0.066"], [1702467968, "0.066"], [1702468001, "0.066"], [1702468031, "0.066"], [1702468067, "0.066"], [1702468085, "0.066"], [1702468115, "0.066"], [1702468151, "0.066"], [1702468181, "0.066"], [1702468208, "0.066"], [1702468241, "0.066"], [1702468256, "0.066"], [1702468286, "0.066"], [1702468322, "0.066"], [1702468352, "0.066"], [1702468388, "0.066"], [1702468424, "0.066"], [1702468457, "0.066"], [1702468493, "0.066"], [1702468517, "0.066"], [1702468550, "0.066"], [1702468586, "0.066"], [1702468613, "0.084"], [1702468637, "0.084"], [1702468679, "0.084"], [1702468721, "0.084"], [1702468730, "0.084"], [1702468766, "0.084"], [1702468799, "0.084"], [1702468835, "0.084"], [1702468898, "0.084"], [1702468934, "0.084"], [1702468970, "0.084"], [1702468994, "0.084"], [1702469024, "0.084"], [1702469060, "0.084"], [1702469111, "0.084"], [1702469144, "0.084"], [1702469168, "0.084"], [1702469204, "0.084"], [1702469237, "0.084"], [1702469273, "0.084"], [1702469303, "0.084"], [1702469336, "0.084"], [1702469360, "0.084"], [1702469387, "0.084"], [1702469411, "0.084"], [1702469435, "0.084"], [1702469468, "0.084"], [1702469504, "0.084"], [1702469537, "0.084"], [1702469573, "0.084"], [1702469606, "0.084"], [1702469633, "0.084"], [1702469660, "0.084"], [1702469684, "0.084"], [1702469717, "0.084"], [1702469753, "0.084"], [1702469786, "0.084"], [1702469816, "0.084"], [1702469834, "0.084"], [1702469864, "0.084"], [1702469906, "0.084"], [1702469936, "0.084"], [1702469972, "0.084"], [1702470005, "0.084"], [1702470029, "0.084"], [1702470065, "0.084"], [1702470101, "0.084"], [1702470131, "0.084"], [1702470167, "0.084"], [1702470203, "0.084"], [1702470251, "0.084"], [1702470278, "0.084"], [1702470311, "0.084"], [1702470347, "0.084"], [1702470371, "0.084"], [1702470404, "0.084"], [1702470440, "0.084"], [1702470476, "0.084"], [1702470506, "0.084"], [1702470542, "0.084"], [1702470575, "0.084"], [1702470611, "0.084"], [1702470635, "0.084"], [1702470662, "0.084"], [1702470686, "0.084"], [1702470719, "0.084"], [1702470746, "0.084"], [1702470812, "0.084"], [1702470845, "0.084"], [1702470875, "0.084"], [1702470899, "0.084"], [1702470953, "0.084"], [1702470983, "0.084"], [1702471025, "0.084"], [1702471067, "0.084"], [1702471169, "0.084"], [1702471193, "0.084"], [1702471226, "0.084"], [1702471265, "0.084"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0.018"], [1702462721, "0.018"], [1702462736, "0.018"], [1702462751, "0.018"], [1702462763, "0.027"], [1702462793, "0.027"], [1702462808, "0.027"], [1702462829, "0.027"], [1702462844, "0.027"], [1702462865, "0.027"], [1702462880, "0.027"], [1702462904, "0.027"], [1702462919, "0.027"], [1702462952, "0.027"], [1702462973, "0.027"], [1702462988, "0.027"], [1702463045, "0.027"], [1702463081, "0.027"], [1702463114, "0.027"], [1702463150, "0.027"], [1702463186, "0.027"], [1702463216, "0.027"], [1702463240, "0.027"], [1702463273, "0.027"], [1702463324, "0.027"], [1702463354, "0.027"], [1702463381, "0.027"], [1702463417, "0.027"], [1702463453, "0.027"], [1702463477, "0.027"], [1702463510, "0.027"], [1702463537, "0.027"], [1702463570, "0.027"], [1702463591, "0.027"], [1702463621, "0.027"], [1702463657, "0.027"], [1702463693, "0.027"], [1702463729, "0.027"], [1702463765, "0.027"], [1702463798, "0.027"], [1702463846, "0.027"], [1702463873, "0.027"], [1702463906, "0.027"], [1702463948, "0.027"], [1702463984, "0.027"], [1702464014, "0.027"], [1702464050, "0.027"], [1702464086, "0.027"], [1702464122, "0.027"], [1702464155, "0.027"], [1702464194, "0.027"], [1702464230, "0.027"], [1702464263, "0.027"], [1702464299, "0.027"], [1702464332, "0.027"], [1702464356, "0.027"], [1702464392, "0.027"], [1702464425, "0.027"], [1702464455, "0.027"], [1702464479, "0.027"], [1702464509, "0.027"], [1702464533, "0.027"], [1702464569, "0.027"], [1702464605, "0.027"], [1702464635, "0.027"], [1702464671, "0.027"], [1702464716, "0.027"], [1702464743, "0.027"], [1702464776, "0.027"], [1702464812, "0.027"], [1702464836, "0.027"], [1702464869, "0.027"], [1702464905, "0.027"], [1702464926, "0.027"], [1702464956, "0.027"], [1702464992, "0.027"], [1702465016, "0.027"], [1702465049, "0.027"], [1702465085, "0.027"], [1702465118, "0.027"], [1702465145, "0.027"], [1702465178, "0.027"], [1702465208, "0.027"], [1702465241, "0.027"], [1702465298, "0.027"], [1702465334, "0.027"], [1702465367, "0.027"], [1702465394, "0.027"], [1702465418, "0.027"], [1702465445, "0.027"], [1702465481, "0.027"], [1702465517, "0.027"], [1702465550, "0.027"], [1702465586, "0.027"], [1702465619, "0.027"], [1702465658, "0.027"], [1702465706, "0.027"], [1702465754, "0.027"], [1702465787, "0.027"], [1702465823, "0.027"], [1702465856, "0.027"], [1702465880, "0.027"], [1702465910, "0.027"], [1702465952, "0.027"], [1702465988, "0.027"], [1702466015, "0.027"], [1702466030, "0.027"], [1702466060, "0.027"], [1702466078, "0.027"], [1702466138, "0.027"], [1702466168, "0.027"], [1702466204, "0.027"], [1702466237, "0.027"], [1702466261, "0.027"], [1702466291, "0.027"], [1702466327, "0.027"], [1702466360, "0.027"], [1702466384, "0.027"], [1702466417, "0.027"], [1702466441, "0.027"], [1702466471, "0.027"], [1702466507, "0.027"], [1702466540, "0.027"], [1702466597, "0.027"], [1702466633, "0.027"], [1702466666, "0.027"], [1702466705, "0.027"], [1702466732, "0.027"], [1702466765, "0.027"], [1702466801, "0.027"], [1702466852, "0.027"], [1702466876, "0.027"], [1702466918, "0.027"], [1702466978, "0.027"], [1702467014, "0.027"], [1702467038, "0.027"], [1702467068, "0.027"], [1702467122, "0.027"], [1702467158, "0.027"], [1702467191, "0.027"], [1702467221, "0.027"], [1702467257, "0.027"], [1702467299, "0.027"], [1702467350, "0.027"], [1702467386, "0.027"], [1702467419, "0.027"], [1702467455, "0.027"], [1702467515, "0.027"], [1702467542, "0.027"], [1702467566, "0.027"], [1702467599, "0.027"], [1702467635, "0.027"], [1702467668, "0.027"], [1702467695, "0.027"], [1702467716, "0.027"], [1702467746, "0.027"], [1702467800, "0.027"], [1702467824, "0.027"], [1702467908, "0.027"], [1702467944, "0.027"], [1702467968, "0.027"], [1702468001, "0.027"], [1702468031, "0.027"], [1702468067, "0.027"], [1702468085, "0.027"], [1702468115, "0.027"], [1702468151, "0.027"], [1702468181, "0.027"], [1702468208, "0.027"], [1702468241, "0.027"], [1702468256, "0.027"], [1702468286, "0.027"], [1702468322, "0.027"], [1702468352, "0.027"], [1702468388, "0.027"], [1702468424, "0.027"], [1702468457, "0.027"], [1702468493, "0.027"], [1702468517, "0.027"], [1702468550, "0.027"], [1702468586, "0.027"], [1702468613, "0.027"], [1702468637, "0.027"], [1702468679, "0.027"], [1702468721, "0.027"], [1702468730, "0.027"], [1702468766, "0.027"], [1702468799, "0.027"], [1702468835, "0.027"], [1702468898, "0.027"], [1702468934, "0.027"], [1702468970, "0.027"], [1702468994, "0.027"], [1702469024, "0.027"], [1702469060, "0.027"], [1702469111, "0.027"], [1702469144, "0.027"], [1702469168, "0.027"], [1702469204, "0.027"], [1702469237, "0.027"], [1702469273, "0.027"], [1702469303, "0.027"], [1702469336, "0.027"], [1702469360, "0.027"], [1702469387, "0.027"], [1702469411, "0.027"], [1702469435, "0.027"], [1702469468, "0.027"], [1702469504, "0.027"], [1702469537, "0.027"], [1702469573, "0.027"], [1702469606, "0.027"], [1702469633, "0.027"], [1702469660, "0.027"], [1702469684, "0.027"], [1702469717, "0.027"], [1702469753, "0.027"], [1702469786, "0.027"], [1702469816, "0.027"], [1702469834, "0.027"], [1702469864, "0.027"], [1702469906, "0.027"], [1702469936, "0.027"], [1702469972, "0.027"], [1702470005, "0.027"], [1702470029, "0.027"], [1702470065, "0.027"], [1702470101, "0.027"], [1702470131, "0.027"], [1702470167, "0.027"], [1702470203, "0.027"], [1702470251, "0.027"], [1702470278, "0.027"], [1702470311, "0.027"], [1702470347, "0.027"], [1702470371, "0.027"], [1702470404, "0.027"], [1702470440, "0.027"], [1702470476, "0.027"], [1702470506, "0.027"], [1702470542, "0.027"], [1702470575, "0.027"], [1702470611, "0.027"], [1702470635, "0.027"], [1702470662, "0.027"], [1702470686, "0.027"], [1702470719, "0.027"], [1702470746, "0.027"], [1702470812, "0.027"], [1702470845, "0.027"], [1702470875, "0.027"], [1702470899, "0.027"], [1702470953, "0.027"], [1702470983, "0.027"], [1702471025, "0.027"], [1702471067, "0.027"], [1702471169, "0.027"], [1702471193, "0.027"], [1702471226, "0.027"], [1702471265, "0.027"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0.003"], [1702462721, "0.003"], [1702462736, "0.003"], [1702462751, "0.003"], [1702462763, "0.012"], [1702462793, "0.012"], [1702462808, "0.012"], [1702462829, "0.012"], [1702462844, "0.012"], [1702462865, "0.012"], [1702462880, "0.012"], [1702462904, "0.012"], [1702462919, "0.012"], [1702462952, "0.012"], [1702462973, "0.012"], [1702462988, "0.012"], [1702463045, "0.012"], [1702463081, "0.012"], [1702463114, "0.012"], [1702463150, "0.012"], [1702463186, "0.012"], [1702463216, "0.012"], [1702463240, "0.012"], [1702463273, "0.012"], [1702463324, "0.012"], [1702463354, "0.012"], [1702463381, "0.012"], [1702463417, "0.012"], [1702463453, "0.012"], [1702463477, "0.012"], [1702463510, "0.012"], [1702463537, "0.012"], [1702463570, "0.012"], [1702463591, "0.012"], [1702463621, "0.012"], [1702463657, "0.012"], [1702463693, "0.012"], [1702463729, "0.012"], [1702463765, "0.012"], [1702463798, "0.012"], [1702463846, "0.012"], [1702463873, "0.012"], [1702463906, "0.012"], [1702463948, "0.012"], [1702463984, "0.012"], [1702464014, "0.012"], [1702464050, "0.012"], [1702464086, "0.012"], [1702464122, "0.012"], [1702464155, "0.012"], [1702464194, "0.012"], [1702464230, "0.012"], [1702464263, "0.012"], [1702464299, "0.012"], [1702464332, "0.012"], [1702464356, "0.012"], [1702464392, "0.012"], [1702464425, "0.012"], [1702464455, "0.012"], [1702464479, "0.012"], [1702464509, "0.012"], [1702464533, "0.012"], [1702464569, "0.012"], [1702464605, "0.012"], [1702464635, "0.012"], [1702464671, "0.012"], [1702464716, "0.012"], [1702464743, "0.012"], [1702464776, "0.012"], [1702464812, "0.012"], [1702464836, "0.012"], [1702464869, "0.012"], [1702464905, "0.012"], [1702464926, "0.012"], [1702464956, "0.012"], [1702464992, "0.012"], [1702465016, "0.012"], [1702465049, "0.012"], [1702465085, "0.012"], [1702465118, "0.012"], [1702465145, "0.012"], [1702465178, "0.012"], [1702465208, "0.012"], [1702465241, "0.012"], [1702465298, "0.012"], [1702465334, "0.012"], [1702465367, "0.012"], [1702465394, "0.012"], [1702465418, "0.012"], [1702465445, "0.012"], [1702465481, "0.012"], [1702465517, "0.012"], [1702465550, "0.012"], [1702465586, "0.012"], [1702465619, "0.012"], [1702465658, "0.012"], [1702465706, "0.012"], [1702465754, "0.012"], [1702465787, "0.012"], [1702465823, "0.012"], [1702465856, "0.012"], [1702465880, "0.012"], [1702465910, "0.012"], [1702465952, "0.012"], [1702465988, "0.012"], [1702466015, "0.012"], [1702466030, "0.012"], [1702466060, "0.012"], [1702466078, "0.012"], [1702466138, "0.012"], [1702466168, "0.012"], [1702466204, "0.012"], [1702466237, "0.012"], [1702466261, "0.012"], [1702466291, "0.012"], [1702466327, "0.012"], [1702466360, "0.012"], [1702466384, "0.012"], [1702466417, "0.012"], [1702466441, "0.012"], [1702466471, "0.012"], [1702466507, "0.012"], [1702466540, "0.012"], [1702466597, "0.012"], [1702466633, "0.012"], [1702466666, "0.012"], [1702466705, "0.012"], [1702466732, "0.012"], [1702466765, "0.012"], [1702466801, "0.012"], [1702466852, "0.012"], [1702466876, "0.012"], [1702466918, "0.012"], [1702466978, "0.012"], [1702467014, "0.012"], [1702467038, "0.012"], [1702467068, "0.012"], [1702467122, "0.012"], [1702467158, "0.012"], [1702467191, "0.012"], [1702467221, "0.012"], [1702467257, "0.012"], [1702467299, "0.012"], [1702467350, "0.012"], [1702467386, "0.012"], [1702467419, "0.012"], [1702467455, "0.012"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.012"], [1702471193, "0.012"], [1702471226, "0.012"], [1702471265, "0.012"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "51.081"], [1702462844, "57.084"], [1702462865, "63.087"], [1702462880, "69.09"], [1702462904, "81.096"], [1702462919, "87.099"], [1702462952, "99.105"], [1702462973, "105.108"], [1702462988, "111.111"], [1702463045, "129.12"], [1702463081, "141.126"], [1702463114, "153.132"], [1702463150, "165.138"], [1702463186, "177.144"], [1702463216, "189.15"], [1702463240, "201.156"], [1702463273, "213.162"], [1702463324, "231.171"], [1702463354, "243.177"], [1702463381, "255.183"], [1702463417, "267.189"], [1702463453, "279.195"], [1702463477, "291.201"], [1702463510, "303.207"], [1702463537, "315.213"], [1702463570, "327.219"], [1702463591, "339.225"], [1702463621, "351.231"], [1702463657, "363.237"], [1702463693, "375.243"], [1702463729, "387.249"], [1702463765, "399.255"], [1702463798, "411.261"], [1702463846, "429.27"], [1702463873, "441.276"], [1702463906, "453.282"], [1702463948, "471.291"], [1702463984, "483.297"], [1702464014, "495.303"], [1702464050, "507.309"], [1702464086, "519.315"], [1702464122, "531.321"], [1702464155, "543.327"], [1702464194, "561.336"], [1702464230, "573.342"], [1702464263, "585.348"], [1702464299, "597.354"], [1702464332, "609.36"], [1702464356, "621.366"], [1702464392, "633.372"], [1702464425, "645.378"], [1702464455, "657.384"], [1702464479, "669.39"], [1702464509, "681.396"], [1702464533, "693.402"], [1702464569, "705.408"], [1702464605, "717.414"], [1702464635, "729.42"], [1702464671, "741.426"], [1702464716, "753.432"], [1702464743, "765.438"], [1702464776, "777.444"], [1702464812, "789.45"], [1702464836, "801.456"], [1702464869, "813.462"], [1702464905, "825.468"], [1702464926, "837.474"], [1702464956, "849.48"], [1702464992, "861.486"], [1702465016, "873.492"], [1702465049, "885.498"], [1702465085, "897.504"], [1702465118, "909.51"], [1702465145, "921.516"], [1702465178, "933.522"], [1702465208, "945.528"], [1702465241, "957.534"], [1702465298, "975.543"], [1702465334, "987.549"], [1702465367, "999.555"], [1702465394, "1011.561"], [1702465418, "1023.567"], [1702465445, "1035.573"], [1702465481, "1047.579"], [1702465517, "1059.585"], [1702465550, "1071.591"], [1702465586, "1083.597"], [1702465619, "1095.603"], [1702465658, "1107.609"], [1702465706, "1119.615"], [1702465754, "1137.624"], [1702465787, "1149.63"], [1702465823, "1161.636"], [1702465856, "1173.642"], [1702465880, "1185.648"], [1702465910, "1197.654"], [1702465952, "1209.66"], [1702465988, "1221.666"], [1702466015, "1233.672"], [1702466030, "1245.678"], [1702466060, "1257.684"], [1702466078, "1269.69"], [1702466138, "1287.699"], [1702466168, "1299.705"], [1702466204, "1311.711"], [1702466237, "1323.717"], [1702466261, "1335.723"], [1702466291, "1347.729"], [1702466327, "1359.735"], [1702466360, "1371.741"], [1702466384, "1383.747"], [1702466417, "1395.753"], [1702466441, "1407.759"], [1702466471, "1419.765"], [1702466507, "1431.771"], [1702466540, "1443.777"], [1702466597, "1461.786"], [1702466633, "1473.792"], [1702466666, "1485.798"], [1702466705, "1497.804"], [1702466732, "1509.81"], [1702466765, "1521.816"], [1702466801, "1533.822"], [1702466852, "1551.831"], [1702466876, "1563.837"], [1702466918, "1575.843"], [1702466978, "1599.855"], [1702467014, "1611.861"], [1702467038, "1623.867"], [1702467068, "1635.873"], [1702467122, "1653.882"], [1702467158, "1665.888"], [1702467191, "1677.894"], [1702467221, "1689.9"], [1702467257, "1701.906"], [1702467299, "1713.912"], [1702467350, "1731.921"], [1702467386, "1743.927"], [1702467419, "1755.933"], [1702467455, "1767.939"], [1702467515, "1791.951"], [1702467542, "1803.957"], [1702467566, "1815.963"], [1702467599, "1827.969"], [1702467635, "1839.975"], [1702467668, "1851.981"], [1702467695, "1863.987"], [1702467716, "1875.993"], [1702467746, "1887.999"], [1702467800, "1906.008"], [1702467824, "1918.014"], [1702467908, "1948.029"], [1702467944, "1960.035"], [1702467968, "1972.041"], [1702468001, "1984.047"], [1702468031, "1996.053"], [1702468067, "2008.059"], [1702468085, "2020.065"], [1702468115, "2032.071"], [1702468151, "2044.077"], [1702468181, "2056.083"], [1702468208, "2068.089"], [1702468241, "2080.095"], [1702468256, "2092.101"], [1702468286, "2104.107"], [1702468322, "2116.113"], [1702468352, "2128.119"], [1702468388, "2140.125"], [1702468424, "2152.131"], [1702468457, "2164.137"], [1702468493, "2176.143"], [1702468517, "2188.149"], [1702468550, "2200.155"], [1702468586, "2212.161"], [1702468613, "2224.167"], [1702468637, "2236.173"], [1702468679, "2248.179"], [1702468721, "2260.185"], [1702468730, "2266.188"], [1702468766, "2278.194"], [1702468799, "2290.2"], [1702468835, "2302.206"], [1702468898, "2320.215"], [1702468934, "2332.221"], [1702468970, "2344.227"], [1702468994, "2356.233"], [1702469024, "2368.239"], [1702469060, "2380.245"], [1702469111, "2398.254"], [1702469144, "2410.26"], [1702469168, "2422.266"], [1702469204, "2434.272"], [1702469237, "2446.278"], [1702469273, "2458.284"], [1702469303, "2470.29"], [1702469336, "2482.296"], [1702469360, "2494.302"], [1702469387, "2506.308"], [1702469411, "2518.314"], [1702469435, "2530.32"], [1702469468, "2542.326"], [1702469504, "2554.332"], [1702469537, "2566.338"], [1702469573, "2578.344"], [1702469606, "2590.35"], [1702469633, "2602.356"], [1702469660, "2614.362"], [1702469684, "2626.368"], [1702469717, "2638.374"], [1702469753, "2650.38"], [1702469786, "2662.386"], [1702469816, "2674.392"], [1702469834, "2686.398"], [1702469864, "2698.404"], [1702469906, "2716.413"], [1702469936, "2728.419"], [1702469972, "2740.425"], [1702470005, "2752.431"], [1702470029, "2764.437"], [1702470065, "2776.443"], [1702470101, "2788.449"], [1702470131, "2800.455"], [1702470167, "2812.461"], [1702470203, "2824.467"], [1702470251, "2842.476"], [1702470278, "2854.482"], [1702470311, "2866.488"], [1702470347, "2878.494"], [1702470371, "2890.5"], [1702470404, "2902.506"], [1702470440, "2914.512"], [1702470476, "2926.518"], [1702470506, "2938.524"], [1702470542, "2950.53"], [1702470575, "2962.536"], [1702470611, "2974.542"], [1702470635, "2986.548"], [1702470662, "2998.554"], [1702470686, "3010.56"], [1702470719, "3022.566"], [1702470746, "3034.572"], [1702470812, "3058.584"], [1702470845, "3070.59"], [1702470875, "3082.596"], [1702470899, "3094.602"], [1702470953, "3112.611"], [1702470983, "3124.617"], [1702471025, "3136.623"], [1702471067, "3154.632"], [1702471169, "3184.647"], [1702471193, "3196.653"], [1702471226, "3208.659"], [1702471265, "3220.665"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "6.522"], [1702462736, "13.044"], [1702462751, "19.566"], [1702462763, "25.95"], [1702462793, "38.583"], [1702462808, "44.832"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "24.351"], [1702465145, "24.351"], [1702465178, "24.351"], [1702465208, "24.351"], [1702465241, "24.351"], [1702465298, "24.351"], [1702465334, "24.351"], [1702465367, "24.351"], [1702465394, "24.351"], [1702465418, "24.351"], [1702465445, "24.351"], [1702465481, "24.351"], [1702465517, "24.351"], [1702465550, "24.351"], [1702465586, "24.351"], [1702465619, "24.351"], [1702465658, "24.351"], [1702465706, "24.351"], [1702465754, "24.351"], [1702465787, "24.351"], [1702465823, "24.351"], [1702465856, "24.351"], [1702465880, "24.351"], [1702465910, "24.351"], [1702465952, "24.351"], [1702465988, "24.351"], [1702466015, "24.351"], [1702466030, "174.096"], [1702466060, "174.096"], [1702466078, "174.096"], [1702466138, "174.096"], [1702466168, "174.096"], [1702466204, "174.096"], [1702466237, "174.096"], [1702466261, "174.096"], [1702466291, "174.096"], [1702466327, "174.096"], [1702466360, "174.096"], [1702466384, "174.096"], [1702466417, "174.096"], [1702466441, "191.454"], [1702466471, "191.454"], [1702466507, "191.454"], [1702466540, "191.454"], [1702466597, "191.454"], [1702466633, "191.454"], [1702466666, "191.454"], [1702466705, "191.454"], [1702466732, "191.454"], [1702466765, "191.454"], [1702466801, "191.454"], [1702466852, "191.454"], [1702466876, "234.591"], [1702466918, "234.591"], [1702466978, "234.591"], [1702467014, "234.591"], [1702467038, "234.591"], [1702467068, "234.591"], [1702467122, "234.591"], [1702467158, "234.591"], [1702467191, "234.591"], [1702467221, "234.591"], [1702467257, "234.591"], [1702467299, "234.591"], [1702467350, "234.591"], [1702467386, "234.591"], [1702467419, "234.591"], [1702467455, "234.591"], [1702467515, "234.591"], [1702467542, "234.591"], [1702467566, "234.591"], [1702467599, "234.591"], [1702467635, "234.591"], [1702467668, "234.591"], [1702467695, "234.591"], [1702467716, "234.591"], [1702467746, "234.591"], [1702467800, "234.591"], [1702467824, "234.591"], [1702467908, "234.591"], [1702467944, "234.591"], [1702467968, "239.079"], [1702468001, "239.079"], [1702468031, "239.079"], [1702468067, "239.079"], [1702468085, "239.079"], [1702468115, "239.079"], [1702468151, "239.079"], [1702468181, "239.079"], [1702468208, "239.079"], [1702468241, "239.079"], [1702468256, "239.079"], [1702468286, "239.079"], [1702468322, "239.079"], [1702468352, "239.079"], [1702468388, "239.079"], [1702468424, "239.079"], [1702468457, "239.079"], [1702468493, "239.079"], [1702468517, "239.079"], [1702468550, "239.079"], [1702468586, "239.079"], [1702468613, "293.292"], [1702468637, "293.292"], [1702468679, "293.292"], [1702468721, "293.292"], [1702468730, "293.292"], [1702468766, "293.292"], [1702468799, "293.292"], [1702468835, "293.292"], [1702468898, "293.292"], [1702468934, "293.292"], [1702468970, "293.292"], [1702468994, "293.292"], [1702469024, "425.898"], [1702469060, "425.898"], [1702469111, "425.898"], [1702469144, "425.898"], [1702469168, "425.898"], [1702469204, "425.898"], [1702469237, "425.898"], [1702469273, "425.898"], [1702469303, "425.898"], [1702469336, "425.898"], [1702469360, "425.898"], [1702469387, "425.898"], [1702469411, "425.898"], [1702469435, "425.898"], [1702469468, "425.898"], [1702469504, "425.898"], [1702469537, "425.898"], [1702469573, "425.898"], [1702469606, "425.898"], [1702469633, "425.898"], [1702469660, "425.898"], [1702469684, "425.898"], [1702469717, "425.898"], [1702469753, "425.898"], [1702469786, "425.898"], [1702469816, "425.898"], [1702469834, "425.898"], [1702469864, "425.898"], [1702469906, "425.898"], [1702469936, "425.898"], [1702469972, "425.898"], [1702470005, "425.898"], [1702470029, "425.898"], [1702470065, "425.898"], [1702470101, "425.898"], [1702470131, "425.898"], [1702470167, "425.898"], [1702470203, "425.898"], [1702470251, "425.898"], [1702470278, "425.898"], [1702470311, "425.898"], [1702470347, "425.898"], [1702470371, "425.898"], [1702470404, "425.898"], [1702470440, "425.898"], [1702470476, "425.898"], [1702470506, "425.898"], [1702470542, "425.898"], [1702470575, "425.898"], [1702470611, "425.898"], [1702470635, "425.898"], [1702470662, "425.898"], [1702470686, "425.898"], [1702470719, "425.898"], [1702470746, "425.898"], [1702470812, "425.898"], [1702470845, "425.898"], [1702470875, "425.898"], [1702470899, "425.898"], [1702470953, "425.898"], [1702470983, "425.898"], [1702471025, "425.898"], [1702471067, "425.898"], [1702471169, "425.898"], [1702471193, "425.898"], [1702471226, "425.898"], [1702471265, "425.898"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "54.027"], [1702462988, "60.03"], [1702463045, "78.039"], [1702463081, "90.045"], [1702463114, "102.051"], [1702463150, "114.057"], [1702463186, "126.063"], [1702463216, "138.069"], [1702463240, "150.075"], [1702463273, "162.081"], [1702463324, "180.09"], [1702463354, "192.096"], [1702463381, "204.102"], [1702463417, "216.108"], [1702463453, "228.114"], [1702463477, "240.12"], [1702463510, "252.126"], [1702463537, "264.132"], [1702463570, "276.138"], [1702463591, "288.144"], [1702463621, "300.15"], [1702463657, "312.156"], [1702463693, "324.162"], [1702463729, "336.168"], [1702463765, "348.174"], [1702463798, "360.18"], [1702463846, "378.189"], [1702463873, "390.195"], [1702463906, "402.201"], [1702463948, "420.21"], [1702463984, "432.216"], [1702464014, "444.222"], [1702464050, "456.228"], [1702464086, "468.234"], [1702464122, "480.24"], [1702464155, "492.246"], [1702464194, "510.255"], [1702464230, "522.261"], [1702464263, "534.267"], [1702464299, "546.273"], [1702464332, "558.279"], [1702464356, "570.285"], [1702464392, "582.291"], [1702464425, "594.297"], [1702464455, "606.303"], [1702464479, "618.309"], [1702464509, "630.315"], [1702464533, "642.321"], [1702464569, "654.327"], [1702464605, "666.333"], [1702464635, "678.339"], [1702464671, "690.345"], [1702464716, "702.351"], [1702464743, "714.357"], [1702464776, "726.363"], [1702464812, "738.369"], [1702464836, "750.375"], [1702464869, "762.381"], [1702464905, "774.387"], [1702464926, "786.393"], [1702464956, "798.399"], [1702464992, "810.405"], [1702465016, "822.411"], [1702465049, "834.417"], [1702465085, "846.423"], [1702465118, "858.429"], [1702465145, "870.435"], [1702465178, "882.441"], [1702465208, "894.447"], [1702465241, "906.453"], [1702465298, "924.462"], [1702465334, "936.468"], [1702465367, "948.474"], [1702465394, "960.48"], [1702465418, "972.486"], [1702465445, "984.492"], [1702465481, "996.498"], [1702465517, "1008.504"], [1702465550, "1020.51"], [1702465586, "1032.516"], [1702465619, "1044.522"], [1702465658, "1056.528"], [1702465706, "1068.534"], [1702465754, "1086.543"], [1702465787, "1098.549"], [1702465823, "1110.555"], [1702465856, "1122.561"], [1702465880, "1134.567"], [1702465910, "1146.573"], [1702465952, "1158.579"], [1702465988, "1170.585"], [1702466015, "1182.591"], [1702466030, "1194.597"], [1702466060, "1206.603"], [1702466078, "1218.609"], [1702466138, "1236.618"], [1702466168, "1248.624"], [1702466204, "1260.63"], [1702466237, "1272.636"], [1702466261, "1284.642"], [1702466291, "1296.648"], [1702466327, "1308.654"], [1702466360, "1320.66"], [1702466384, "1332.666"], [1702466417, "1344.672"], [1702466441, "1356.678"], [1702466471, "1368.684"], [1702466507, "1380.69"], [1702466540, "1392.696"], [1702466597, "1410.705"], [1702466633, "1422.711"], [1702466666, "1434.717"], [1702466705, "1446.723"], [1702466732, "1458.729"], [1702466765, "1470.735"], [1702466801, "1482.741"], [1702466852, "1500.75"], [1702466876, "1512.756"], [1702466918, "1524.762"], [1702466978, "1548.774"], [1702467014, "1560.78"], [1702467038, "1572.786"], [1702467068, "1584.792"], [1702467122, "1602.801"], [1702467158, "1614.807"], [1702467191, "1626.813"], [1702467221, "1638.819"], [1702467257, "1650.825"], [1702467299, "1662.831"], [1702467350, "1680.84"], [1702467386, "1692.846"], [1702467419, "1704.852"], [1702467455, "1716.858"], [1702467515, "1740.87"], [1702467542, "1752.876"], [1702467566, "1764.882"], [1702467599, "1776.888"], [1702467635, "1788.894"], [1702467668, "1800.9"], [1702467695, "1812.906"], [1702467716, "1824.912"], [1702467746, "1836.918"], [1702467800, "1854.927"], [1702467824, "1866.933"], [1702467908, "1896.948"], [1702467944, "1908.954"], [1702467968, "1920.96"], [1702468001, "1932.966"], [1702468031, "1944.972"], [1702468067, "1956.978"], [1702468085, "1968.984"], [1702468115, "1980.99"], [1702468151, "1992.996"], [1702468181, "2005.002"], [1702468208, "2017.008"], [1702468241, "2029.014"], [1702468256, "2041.02"], [1702468286, "2053.026"], [1702468322, "2065.032"], [1702468352, "2077.038"], [1702468388, "2089.044"], [1702468424, "2101.05"], [1702468457, "2113.056"], [1702468493, "2125.062"], [1702468517, "2137.068"], [1702468550, "2149.074"], [1702468586, "2161.08"], [1702468613, "2173.086"], [1702468637, "2185.092"], [1702468679, "2197.098"], [1702468721, "2209.104"], [1702468730, "2215.107"], [1702468766, "2227.113"], [1702468799, "2239.119"], [1702468835, "2251.125"], [1702468898, "2269.134"], [1702468934, "2281.14"], [1702468970, "2293.146"], [1702468994, "2305.152"], [1702469024, "2317.158"], [1702469060, "2329.164"], [1702469111, "2347.173"], [1702469144, "2359.179"], [1702469168, "2371.185"], [1702469204, "2383.191"], [1702469237, "2395.197"], [1702469273, "2407.203"], [1702469303, "2419.209"], [1702469336, "2431.215"], [1702469360, "2443.221"], [1702469387, "2455.227"], [1702469411, "2467.233"], [1702469435, "2479.239"], [1702469468, "2491.245"], [1702469504, "2503.251"], [1702469537, "2515.257"], [1702469573, "2527.263"], [1702469606, "2539.269"], [1702469633, "2551.275"], [1702469660, "2563.281"], [1702469684, "2575.287"], [1702469717, "2587.293"], [1702469753, "2599.299"], [1702469786, "2611.305"], [1702469816, "2623.311"], [1702469834, "2635.317"], [1702469864, "2647.323"], [1702469906, "2665.332"], [1702469936, "2677.338"], [1702469972, "2689.344"], [1702470005, "2701.35"], [1702470029, "2713.356"], [1702470065, "2725.362"], [1702470101, "2737.368"], [1702470131, "2749.374"], [1702470167, "2761.38"], [1702470203, "2773.386"], [1702470251, "2791.395"], [1702470278, "2803.401"], [1702470311, "2815.407"], [1702470347, "2827.413"], [1702470371, "2839.419"], [1702470404, "2851.425"], [1702470440, "2863.431"], [1702470476, "2875.437"], [1702470506, "2887.443"], [1702470542, "2899.449"], [1702470575, "2911.455"], [1702470611, "2923.461"], [1702470635, "2935.467"], [1702470662, "2947.473"], [1702470686, "2959.479"], [1702470719, "2971.485"], [1702470746, "2983.491"], [1702470812, "3007.503"], [1702470845, "3019.509"], [1702470875, "3031.515"], [1702470899, "3043.521"], [1702470953, "3061.53"], [1702470983, "3073.536"], [1702471025, "3085.542"], [1702471067, "3103.551"], [1702471169, "3133.566"], [1702471193, "3145.572"], [1702471226, "3157.578"], [1702471265, "3169.584"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6.003"], [1702462865, "12.006"], [1702462880, "18.009"], [1702462904, "30.015"], [1702462919, "36.018"], [1702462952, "48.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.009"], [1702466918, "0.009"], [1702466978, "0.009"], [1702467014, "0.009"], [1702467038, "0.009"], [1702467068, "0.009"], [1702467122, "0.009"], [1702467158, "0.009"], [1702467191, "0.009"], [1702467221, "0.009"], [1702467257, "0.009"], [1702467299, "0.009"], [1702467350, "0.009"], [1702467386, "0.009"], [1702467419, "0.009"], [1702467455, "0.009"], [1702467515, "0.009"], [1702467542, "0.009"], [1702467566, "0.009"], [1702467599, "0.009"], [1702467635, "0.009"], [1702467668, "0.009"], [1702467695, "0.009"], [1702467716, "0.009"], [1702467746, "0.009"], [1702467800, "0.009"], [1702467824, "0.009"], [1702467908, "0.009"], [1702467944, "0.009"], [1702467968, "0.009"], [1702468001, "0.009"], [1702468031, "0.009"], [1702468067, "0.009"], [1702468085, "0.009"], [1702468115, "0.009"], [1702468151, "0.009"], [1702468181, "0.009"], [1702468208, "0.009"], [1702468241, "0.009"], [1702468256, "0.009"], [1702468286, "0.009"], [1702468322, "0.009"], [1702468352, "0.009"], [1702468388, "0.009"], [1702468424, "0.009"], [1702468457, "0.009"], [1702468493, "0.009"], [1702468517, "0.009"], [1702468550, "0.009"], [1702468586, "0.009"], [1702468613, "0.009"], [1702468637, "0.009"], [1702468679, "0.009"], [1702468721, "0.009"], [1702468730, "0.009"], [1702468766, "0.009"], [1702468799, "0.009"], [1702468835, "0.009"], [1702468898, "0.009"], [1702468934, "0.009"], [1702468970, "0.009"], [1702468994, "0.009"], [1702469024, "0.009"], [1702469060, "0.009"], [1702469111, "0.009"], [1702469144, "0.009"], [1702469168, "0.009"], [1702469204, "0.009"], [1702469237, "0.009"], [1702469273, "0.009"], [1702469303, "0.009"], [1702469336, "0.009"], [1702469360, "0.009"], [1702469387, "0.009"], [1702469411, "0.009"], [1702469435, "0.009"], [1702469468, "0.009"], [1702469504, "0.009"], [1702469537, "0.009"], [1702469573, "0.009"], [1702469606, "0.009"], [1702469633, "0.009"], [1702469660, "0.009"], [1702469684, "0.009"], [1702469717, "0.009"], [1702469753, "0.009"], [1702469786, "0.009"], [1702469816, "0.009"], [1702469834, "0.009"], [1702469864, "0.009"], [1702469906, "0.009"], [1702469936, "0.009"], [1702469972, "0.009"], [1702470005, "0.009"], [1702470029, "0.009"], [1702470065, "0.009"], [1702470101, "0.009"], [1702470131, "0.009"], [1702470167, "0.009"], [1702470203, "0.009"], [1702470251, "0.009"], [1702470278, "0.009"], [1702470311, "0.009"], [1702470347, "0.009"], [1702470371, "0.009"], [1702470404, "0.009"], [1702470440, "0.009"], [1702470476, "0.009"], [1702470506, "0.009"], [1702470542, "0.009"], [1702470575, "0.009"], [1702470611, "0.009"], [1702470635, "0.009"], [1702470662, "0.009"], [1702470686, "0.009"], [1702470719, "0.009"], [1702470746, "0.009"], [1702470812, "0.009"], [1702470845, "0.009"], [1702470875, "0.009"], [1702470899, "0.009"], [1702470953, "0.009"], [1702470983, "0.009"], [1702471025, "0.009"], [1702471067, "0.009"], [1702471169, "0.009"], [1702471193, "0.009"], [1702471226, "0.009"], [1702471265, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.009"], [1702466918, "0.009"], [1702466978, "0.009"], [1702467014, "0.009"], [1702467038, "0.009"], [1702467068, "0.009"], [1702467122, "0.009"], [1702467158, "0.009"], [1702467191, "0.009"], [1702467221, "0.009"], [1702467257, "0.009"], [1702467299, "0.009"], [1702467350, "0.009"], [1702467386, "0.009"], [1702467419, "0.009"], [1702467455, "0.009"], [1702467515, "0.009"], [1702467542, "0.009"], [1702467566, "0.009"], [1702467599, "0.009"], [1702467635, "0.009"], [1702467668, "0.009"], [1702467695, "0.009"], [1702467716, "0.009"], [1702467746, "0.009"], [1702467800, "0.009"], [1702467824, "0.009"], [1702467908, "0.009"], [1702467944, "0.009"], [1702467968, "0.009"], [1702468001, "0.009"], [1702468031, "0.009"], [1702468067, "0.009"], [1702468085, "0.009"], [1702468115, "0.009"], [1702468151, "0.009"], [1702468181, "0.009"], [1702468208, "0.009"], [1702468241, "0.009"], [1702468256, "0.009"], [1702468286, "0.009"], [1702468322, "0.009"], [1702468352, "0.009"], [1702468388, "0.009"], [1702468424, "0.009"], [1702468457, "0.009"], [1702468493, "0.009"], [1702468517, "0.009"], [1702468550, "0.009"], [1702468586, "0.009"], [1702468613, "0.009"], [1702468637, "0.009"], [1702468679, "0.009"], [1702468721, "0.009"], [1702468730, "0.009"], [1702468766, "0.009"], [1702468799, "0.009"], [1702468835, "0.009"], [1702468898, "0.009"], [1702468934, "0.009"], [1702468970, "0.009"], [1702468994, "0.009"], [1702469024, "0.009"], [1702469060, "0.009"], [1702469111, "0.009"], [1702469144, "0.009"], [1702469168, "0.009"], [1702469204, "0.009"], [1702469237, "0.009"], [1702469273, "0.009"], [1702469303, "0.009"], [1702469336, "0.009"], [1702469360, "0.009"], [1702469387, "0.009"], [1702469411, "0.009"], [1702469435, "0.009"], [1702469468, "0.009"], [1702469504, "0.009"], [1702469537, "0.009"], [1702469573, "0.009"], [1702469606, "0.009"], [1702469633, "0.009"], [1702469660, "0.009"], [1702469684, "0.009"], [1702469717, "0.009"], [1702469753, "0.009"], [1702469786, "0.009"], [1702469816, "0.009"], [1702469834, "0.009"], [1702469864, "0.009"], [1702469906, "0.009"], [1702469936, "0.009"], [1702469972, "0.009"], [1702470005, "0.009"], [1702470029, "0.009"], [1702470065, "0.009"], [1702470101, "0.009"], [1702470131, "0.009"], [1702470167, "0.009"], [1702470203, "0.009"], [1702470251, "0.009"], [1702470278, "0.009"], [1702470311, "0.009"], [1702470347, "0.009"], [1702470371, "0.009"], [1702470404, "0.009"], [1702470440, "0.009"], [1702470476, "0.009"], [1702470506, "0.009"], [1702470542, "0.009"], [1702470575, "0.009"], [1702470611, "0.009"], [1702470635, "0.009"], [1702470662, "0.009"], [1702470686, "0.009"], [1702470719, "0.009"], [1702470746, "0.009"], [1702470812, "0.009"], [1702470845, "0.009"], [1702470875, "0.009"], [1702470899, "0.009"], [1702470953, "0.009"], [1702470983, "0.009"], [1702471025, "0.009"], [1702471067, "0.009"], [1702471169, "0.009"], [1702471193, "0.009"], [1702471226, "0.009"], [1702471265, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "61.53"], [1702462919, "67.533"], [1702462952, "79.539"], [1702462973, "85.542"], [1702462988, "91.545"], [1702463045, "109.554"], [1702463081, "121.56"], [1702463114, "133.566"], [1702463150, "145.572"], [1702463186, "157.578"], [1702463216, "169.584"], [1702463240, "181.59"], [1702463273, "193.596"], [1702463324, "211.605"], [1702463354, "223.611"], [1702463381, "235.617"], [1702463417, "247.623"], [1702463453, "259.629"], [1702463477, "271.635"], [1702463510, "283.641"], [1702463537, "295.647"], [1702463570, "307.653"], [1702463591, "319.659"], [1702463621, "331.665"], [1702463657, "343.671"], [1702463693, "355.677"], [1702463729, "367.683"], [1702463765, "379.689"], [1702463798, "391.695"], [1702463846, "409.704"], [1702463873, "421.71"], [1702463906, "433.716"], [1702463948, "451.725"], [1702463984, "463.731"], [1702464014, "475.737"], [1702464050, "487.743"], [1702464086, "499.749"], [1702464122, "511.755"], [1702464155, "523.761"], [1702464194, "541.77"], [1702464230, "553.776"], [1702464263, "565.782"], [1702464299, "577.788"], [1702464332, "589.794"], [1702464356, "601.8"], [1702464392, "613.806"], [1702464425, "625.812"], [1702464455, "637.818"], [1702464479, "649.824"], [1702464509, "661.83"], [1702464533, "673.836"], [1702464569, "685.842"], [1702464605, "697.848"], [1702464635, "709.854"], [1702464671, "721.86"], [1702464716, "733.866"], [1702464743, "745.872"], [1702464776, "757.878"], [1702464812, "769.884"], [1702464836, "781.89"], [1702464869, "793.896"], [1702464905, "805.902"], [1702464926, "817.908"], [1702464956, "829.914"], [1702464992, "841.92"], [1702465016, "853.926"], [1702465049, "865.932"], [1702465085, "877.938"], [1702465118, "889.944"], [1702465145, "901.95"], [1702465178, "913.956"], [1702465208, "925.962"], [1702465241, "937.968"], [1702465298, "955.977"], [1702465334, "967.983"], [1702465367, "979.989"], [1702465394, "991.995"], [1702465418, "1004.001"], [1702465445, "1016.007"], [1702465481, "1028.013"], [1702465517, "1040.019"], [1702465550, "1052.025"], [1702465586, "1064.031"], [1702465619, "1076.037"], [1702465658, "1088.043"], [1702465706, "1100.049"], [1702465754, "1118.058"], [1702465787, "1130.064"], [1702465823, "1142.07"], [1702465856, "1154.076"], [1702465880, "1166.082"], [1702465910, "1178.088"], [1702465952, "1190.094"], [1702465988, "1202.1"], [1702466015, "1214.106"], [1702466030, "1226.112"], [1702466060, "1238.118"], [1702466078, "1250.124"], [1702466138, "1268.133"], [1702466168, "1280.139"], [1702466204, "1292.145"], [1702466237, "1304.151"], [1702466261, "1316.157"], [1702466291, "1328.163"], [1702466327, "1340.169"], [1702466360, "1352.175"], [1702466384, "1364.181"], [1702466417, "1376.187"], [1702466441, "1388.193"], [1702466471, "1400.199"], [1702466507, "1412.205"], [1702466540, "1424.211"], [1702466597, "1442.22"], [1702466633, "1454.226"], [1702466666, "1466.232"], [1702466705, "1478.238"], [1702466732, "1490.244"], [1702466765, "1502.25"], [1702466801, "1514.256"], [1702466852, "1532.265"], [1702466876, "1544.271"], [1702466918, "1556.277"], [1702466978, "1580.289"], [1702467014, "1592.295"], [1702467038, "1604.301"], [1702467068, "1616.307"], [1702467122, "1634.316"], [1702467158, "1646.322"], [1702467191, "1658.328"], [1702467221, "1670.334"], [1702467257, "1682.34"], [1702467299, "1694.346"], [1702467350, "1712.355"], [1702467386, "1724.361"], [1702467419, "1736.367"], [1702467455, "1748.373"], [1702467515, "1772.385"], [1702467542, "1784.391"], [1702467566, "1796.397"], [1702467599, "1808.403"], [1702467635, "1820.409"], [1702467668, "1832.415"], [1702467695, "1844.421"], [1702467716, "1856.427"], [1702467746, "1868.433"], [1702467800, "1886.442"], [1702467824, "1898.448"], [1702467908, "1928.463"], [1702467944, "1940.469"], [1702467968, "1952.475"], [1702468001, "1964.481"], [1702468031, "1976.487"], [1702468067, "1988.493"], [1702468085, "2000.499"], [1702468115, "2012.505"], [1702468151, "2024.511"], [1702468181, "2036.517"], [1702468208, "2048.523"], [1702468241, "2060.529"], [1702468256, "2072.535"], [1702468286, "2084.541"], [1702468322, "2096.547"], [1702468352, "2108.553"], [1702468388, "2120.559"], [1702468424, "2132.565"], [1702468457, "2144.571"], [1702468493, "2156.577"], [1702468517, "2168.583"], [1702468550, "2180.589"], [1702468586, "2192.595"], [1702468613, "2204.601"], [1702468637, "2216.607"], [1702468679, "2228.613"], [1702468721, "2240.619"], [1702468730, "2246.622"], [1702468766, "2258.628"], [1702468799, "2270.634"], [1702468835, "2282.64"], [1702468898, "2300.649"], [1702468934, "2312.655"], [1702468970, "2324.661"], [1702468994, "2336.667"], [1702469024, "2348.673"], [1702469060, "2360.679"], [1702469111, "2378.688"], [1702469144, "2390.694"], [1702469168, "2402.7"], [1702469204, "2414.706"], [1702469237, "2426.712"], [1702469273, "2438.718"], [1702469303, "2450.724"], [1702469336, "2462.73"], [1702469360, "2474.736"], [1702469387, "2486.742"], [1702469411, "2498.748"], [1702469435, "2510.754"], [1702469468, "2522.76"], [1702469504, "2534.766"], [1702469537, "2546.772"], [1702469573, "2558.778"], [1702469606, "2570.784"], [1702469633, "2582.79"], [1702469660, "2594.796"], [1702469684, "2606.802"], [1702469717, "2618.808"], [1702469753, "2630.814"], [1702469786, "2642.82"], [1702469816, "2654.826"], [1702469834, "2666.832"], [1702469864, "2678.838"], [1702469906, "2696.847"], [1702469936, "2708.853"], [1702469972, "2720.859"], [1702470005, "2732.865"], [1702470029, "2744.871"], [1702470065, "2756.877"], [1702470101, "2768.883"], [1702470131, "2780.889"], [1702470167, "2792.895"], [1702470203, "2804.901"], [1702470251, "2822.91"], [1702470278, "2834.916"], [1702470311, "2846.922"], [1702470347, "2858.928"], [1702470371, "2870.934"], [1702470404, "2882.94"], [1702470440, "2894.946"], [1702470476, "2906.952"], [1702470506, "2918.958"], [1702470542, "2930.964"], [1702470575, "2942.97"], [1702470611, "2954.976"], [1702470635, "2966.982"], [1702470662, "2978.988"], [1702470686, "2990.994"], [1702470719, "3003"], [1702470746, "3015.006"], [1702470812, "3039.018"], [1702470845, "3051.024"], [1702470875, "3063.03"], [1702470899, "3075.036"], [1702470953, "3093.045"], [1702470983, "3105.051"], [1702471025, "3117.057"], [1702471067, "3135.066"], [1702471169, "3165.081"], [1702471193, "3177.087"], [1702471226, "3189.093"], [1702471265, "3201.099"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "6.384"], [1702462793, "19.017"], [1702462808, "25.266"], [1702462829, "31.515"], [1702462844, "37.518"], [1702462865, "43.521"], [1702462880, "49.524"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0.024"], [1702462721, "0.024"], [1702462736, "0.024"], [1702462751, "0.024"], [1702462763, "0.027"], [1702462793, "0.027"], [1702462808, "0.027"], [1702462829, "0.027"], [1702462844, "0.027"], [1702462865, "0.027"], [1702462880, "0.027"], [1702462904, "0.027"], [1702462919, "0.027"], [1702462952, "0.027"], [1702462973, "0.027"], [1702462988, "0.027"], [1702463045, "0.027"], [1702463081, "0.027"], [1702463114, "0.027"], [1702463150, "0.027"], [1702463186, "0.027"], [1702463216, "0.027"], [1702463240, "0.027"], [1702463273, "0.027"], [1702463324, "0.027"], [1702463354, "0.027"], [1702463381, "0.027"], [1702463417, "0.027"], [1702463453, "0.027"], [1702463477, "0.027"], [1702463510, "0.027"], [1702463537, "0.027"], [1702463570, "0.027"], [1702463591, "0.027"], [1702463621, "0.027"], [1702463657, "0.027"], [1702463693, "0.027"], [1702463729, "0.027"], [1702463765, "0.027"], [1702463798, "0.027"], [1702463846, "0.027"], [1702463873, "0.027"], [1702463906, "0.027"], [1702463948, "0.027"], [1702463984, "0.027"], [1702464014, "0.027"], [1702464050, "0.027"], [1702464086, "0.027"], [1702464122, "0.027"], [1702464155, "0.027"], [1702464194, "0.027"], [1702464230, "0.027"], [1702464263, "0.027"], [1702464299, "0.027"], [1702464332, "0.027"], [1702464356, "0.027"], [1702464392, "0.027"], [1702464425, "0.027"], [1702464455, "0.027"], [1702464479, "0.027"], [1702464509, "0.027"], [1702464533, "0.027"], [1702464569, "0.027"], [1702464605, "0.027"], [1702464635, "0.027"], [1702464671, "0.027"], [1702464716, "0.027"], [1702464743, "0.027"], [1702464776, "0.027"], [1702464812, "0.027"], [1702464836, "0.027"], [1702464869, "0.027"], [1702464905, "0.027"], [1702464926, "0.027"], [1702464956, "0.027"], [1702464992, "0.027"], [1702465016, "0.027"], [1702465049, "0.027"], [1702465085, "0.027"], [1702465118, "0.027"], [1702465145, "0.027"], [1702465178, "0.027"], [1702465208, "0.027"], [1702465241, "0.027"], [1702465298, "0.027"], [1702465334, "0.027"], [1702465367, "0.027"], [1702465394, "0.027"], [1702465418, "0.027"], [1702465445, "0.027"], [1702465481, "0.027"], [1702465517, "0.027"], [1702465550, "0.027"], [1702465586, "0.027"], [1702465619, "0.027"], [1702465658, "0.027"], [1702465706, "0.027"], [1702465754, "0.027"], [1702465787, "0.027"], [1702465823, "0.027"], [1702465856, "0.027"], [1702465880, "0.027"], [1702465910, "0.027"], [1702465952, "0.027"], [1702465988, "0.027"], [1702466015, "0.027"], [1702466030, "0.027"], [1702466060, "0.027"], [1702466078, "0.027"], [1702466138, "0.027"], [1702466168, "0.027"], [1702466204, "0.027"], [1702466237, "0.027"], [1702466261, "0.027"], [1702466291, "0.027"], [1702466327, "0.027"], [1702466360, "0.027"], [1702466384, "0.027"], [1702466417, "0.027"], [1702466441, "0.027"], [1702466471, "0.027"], [1702466507, "0.027"], [1702466540, "0.027"], [1702466597, "0.027"], [1702466633, "0.027"], [1702466666, "0.027"], [1702466705, "0.027"], [1702466732, "0.027"], [1702466765, "0.027"], [1702466801, "0.027"], [1702466852, "0.027"], [1702466876, "0.027"], [1702466918, "0.027"], [1702466978, "0.027"], [1702467014, "0.027"], [1702467038, "0.027"], [1702467068, "0.027"], [1702467122, "0.027"], [1702467158, "0.027"], [1702467191, "0.027"], [1702467221, "0.027"], [1702467257, "0.027"], [1702467299, "0.027"], [1702467350, "0.027"], [1702467386, "0.027"], [1702467419, "0.027"], [1702467455, "0.027"], [1702467515, "0.027"], [1702467542, "0.027"], [1702467566, "0.027"], [1702467599, "0.027"], [1702467635, "0.027"], [1702467668, "0.027"], [1702467695, "0.027"], [1702467716, "0.027"], [1702467746, "0.027"], [1702467800, "0.027"], [1702467824, "0.027"], [1702467908, "0.027"], [1702467944, "0.027"], [1702467968, "0.027"], [1702468001, "0.027"], [1702468031, "0.027"], [1702468067, "0.027"], [1702468085, "0.027"], [1702468115, "0.027"], [1702468151, "0.027"], [1702468181, "0.027"], [1702468208, "0.027"], [1702468241, "0.027"], [1702468256, "0.027"], [1702468286, "0.027"], [1702468322, "0.027"], [1702468352, "0.027"], [1702468388, "0.027"], [1702468424, "0.027"], [1702468457, "0.027"], [1702468493, "0.027"], [1702468517, "0.027"], [1702468550, "0.027"], [1702468586, "0.027"], [1702468613, "0.027"], [1702468637, "0.027"], [1702468679, "0.027"], [1702468721, "0.027"], [1702468730, "0.027"], [1702468766, "0.027"], [1702468799, "0.027"], [1702468835, "0.027"], [1702468898, "0.027"], [1702468934, "0.027"], [1702468970, "0.027"], [1702468994, "0.027"], [1702469024, "0.033"], [1702469060, "0.033"], [1702469111, "0.033"], [1702469144, "0.033"], [1702469168, "0.033"], [1702469204, "0.033"], [1702469237, "0.033"], [1702469273, "0.033"], [1702469303, "0.033"], [1702469336, "0.033"], [1702469360, "0.033"], [1702469387, "0.033"], [1702469411, "0.033"], [1702469435, "0.033"], [1702469468, "0.033"], [1702469504, "0.033"], [1702469537, "0.033"], [1702469573, "0.033"], [1702469606, "0.033"], [1702469633, "0.033"], [1702469660, "0.033"], [1702469684, "0.033"], [1702469717, "0.033"], [1702469753, "0.033"], [1702469786, "0.033"], [1702469816, "0.033"], [1702469834, "0.033"], [1702469864, "0.033"], [1702469906, "0.033"], [1702469936, "0.033"], [1702469972, "0.033"], [1702470005, "0.033"], [1702470029, "0.033"], [1702470065, "0.033"], [1702470101, "0.033"], [1702470131, "0.033"], [1702470167, "0.033"], [1702470203, "0.033"], [1702470251, "0.033"], [1702470278, "0.033"], [1702470311, "0.033"], [1702470347, "0.033"], [1702470371, "0.033"], [1702470404, "0.033"], [1702470440, "0.033"], [1702470476, "0.033"], [1702470506, "0.033"], [1702470542, "0.033"], [1702470575, "0.033"], [1702470611, "0.033"], [1702470635, "0.033"], [1702470662, "0.033"], [1702470686, "0.033"], [1702470719, "0.033"], [1702470746, "0.033"], [1702470812, "0.033"], [1702470845, "0.033"], [1702470875, "0.033"], [1702470899, "0.033"], [1702470953, "0.033"], [1702470983, "0.033"], [1702471025, "0.033"], [1702471067, "0.033"], [1702471169, "0.033"], [1702471193, "0.033"], [1702471226, "0.033"], [1702471265, "0.033"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.015"], [1702466918, "0.015"], [1702466978, "0.015"], [1702467014, "0.015"], [1702467038, "0.015"], [1702467068, "0.015"], [1702467122, "0.015"], [1702467158, "0.015"], [1702467191, "0.015"], [1702467221, "0.015"], [1702467257, "0.015"], [1702467299, "0.015"], [1702467350, "0.015"], [1702467386, "0.015"], [1702467419, "0.015"], [1702467455, "0.015"], [1702467515, "0.015"], [1702467542, "0.015"], [1702467566, "0.015"], [1702467599, "0.015"], [1702467635, "0.015"], [1702467668, "0.015"], [1702467695, "0.015"], [1702467716, "0.015"], [1702467746, "0.015"], [1702467800, "0.015"], [1702467824, "0.015"], [1702467908, "0.015"], [1702467944, "0.015"], [1702467968, "0.015"], [1702468001, "0.015"], [1702468031, "0.015"], [1702468067, "0.015"], [1702468085, "0.015"], [1702468115, "0.015"], [1702468151, "0.015"], [1702468181, "0.015"], [1702468208, "0.015"], [1702468241, "0.015"], [1702468256, "0.015"], [1702468286, "0.015"], [1702468322, "0.015"], [1702468352, "0.015"], [1702468388, "0.015"], [1702468424, "0.015"], [1702468457, "0.015"], [1702468493, "0.015"], [1702468517, "0.015"], [1702468550, "0.015"], [1702468586, "0.015"], [1702468613, "0.015"], [1702468637, "0.015"], [1702468679, "0.015"], [1702468721, "0.015"], [1702468730, "0.015"], [1702468766, "0.015"], [1702468799, "0.015"], [1702468835, "0.015"], [1702468898, "0.015"], [1702468934, "0.015"], [1702468970, "0.015"], [1702468994, "0.015"], [1702469024, "0.015"], [1702469060, "0.015"], [1702469111, "0.015"], [1702469144, "0.015"], [1702469168, "0.015"], [1702469204, "0.015"], [1702469237, "0.015"], [1702469273, "0.015"], [1702469303, "0.015"], [1702469336, "0.015"], [1702469360, "0.015"], [1702469387, "0.015"], [1702469411, "0.015"], [1702469435, "0.015"], [1702469468, "0.015"], [1702469504, "0.015"], [1702469537, "0.015"], [1702469573, "0.015"], [1702469606, "0.015"], [1702469633, "0.015"], [1702469660, "0.015"], [1702469684, "0.015"], [1702469717, "0.015"], [1702469753, "0.015"], [1702469786, "0.015"], [1702469816, "0.015"], [1702469834, "0.015"], [1702469864, "0.015"], [1702469906, "0.015"], [1702469936, "0.015"], [1702469972, "0.015"], [1702470005, "0.015"], [1702470029, "0.015"], [1702470065, "0.015"], [1702470101, "0.015"], [1702470131, "0.015"], [1702470167, "0.015"], [1702470203, "0.015"], [1702470251, "0.015"], [1702470278, "0.015"], [1702470311, "0.015"], [1702470347, "0.015"], [1702470371, "0.015"], [1702470404, "0.015"], [1702470440, "0.015"], [1702470476, "0.015"], [1702470506, "0.015"], [1702470542, "0.015"], [1702470575, "0.015"], [1702470611, "0.015"], [1702470635, "0.015"], [1702470662, "0.015"], [1702470686, "0.015"], [1702470719, "0.015"], [1702470746, "0.015"], [1702470812, "0.015"], [1702470845, "0.015"], [1702470875, "0.015"], [1702470899, "0.015"], [1702470953, "0.015"], [1702470983, "0.015"], [1702471025, "0.015"], [1702471067, "0.015"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0.006"], [1702462721, "0.006"], [1702462736, "0.006"], [1702462751, "0.006"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.018"], [1702466918, "0.018"], [1702466978, "0.018"], [1702467014, "0.018"], [1702467038, "0.018"], [1702467068, "0.018"], [1702467122, "0.018"], [1702467158, "0.018"], [1702467191, "0.018"], [1702467221, "0.018"], [1702467257, "0.018"], [1702467299, "0.018"], [1702467350, "0.018"], [1702467386, "0.018"], [1702467419, "0.018"], [1702467455, "0.018"], [1702467515, "0.018"], [1702467542, "0.018"], [1702467566, "0.018"], [1702467599, "0.018"], [1702467635, "0.018"], [1702467668, "0.018"], [1702467695, "0.018"], [1702467716, "0.018"], [1702467746, "0.018"], [1702467800, "0.018"], [1702467824, "0.018"], [1702467908, "0.018"], [1702467944, "0.018"], [1702467968, "0.021"], [1702468001, "0.021"], [1702468031, "0.021"], [1702468067, "0.021"], [1702468085, "0.021"], [1702468115, "0.021"], [1702468151, "0.021"], [1702468181, "0.021"], [1702468208, "0.021"], [1702468241, "0.021"], [1702468256, "0.021"], [1702468286, "0.021"], [1702468322, "0.021"], [1702468352, "0.021"], [1702468388, "0.021"], [1702468424, "0.021"], [1702468457, "0.021"], [1702468493, "0.021"], [1702468517, "0.021"], [1702468550, "0.021"], [1702468586, "0.021"], [1702468613, "0.033"], [1702468637, "0.033"], [1702468679, "0.033"], [1702468721, "0.033"], [1702468730, "0.033"], [1702468766, "0.033"], [1702468799, "0.033"], [1702468835, "0.033"], [1702468898, "0.033"], [1702468934, "0.033"], [1702468970, "0.033"], [1702468994, "0.033"], [1702469024, "0.036"], [1702469060, "0.036"], [1702469111, "0.036"], [1702469144, "0.036"], [1702469168, "0.036"], [1702469204, "0.036"], [1702469237, "0.036"], [1702469273, "0.036"], [1702469303, "0.036"], [1702469336, "0.036"], [1702469360, "0.036"], [1702469387, "0.036"], [1702469411, "0.036"], [1702469435, "0.036"], [1702469468, "0.036"], [1702469504, "0.036"], [1702469537, "0.036"], [1702469573, "0.036"], [1702469606, "0.036"], [1702469633, "0.036"], [1702469660, "0.036"], [1702469684, "0.036"], [1702469717, "0.036"], [1702469753, "0.036"], [1702469786, "0.036"], [1702469816, "0.036"], [1702469834, "0.036"], [1702469864, "0.036"], [1702469906, "0.036"], [1702469936, "0.036"], [1702469972, "0.036"], [1702470005, "0.036"], [1702470029, "0.036"], [1702470065, "0.036"], [1702470101, "0.036"], [1702470131, "0.036"], [1702470167, "0.036"], [1702470203, "0.036"], [1702470251, "0.036"], [1702470278, "0.036"], [1702470311, "0.036"], [1702470347, "0.036"], [1702470371, "0.036"], [1702470404, "0.036"], [1702470440, "0.036"], [1702470476, "0.036"], [1702470506, "0.036"], [1702470542, "0.036"], [1702470575, "0.036"], [1702470611, "0.036"], [1702470635, "0.036"], [1702470662, "0.036"], [1702470686, "0.036"], [1702470719, "0.036"], [1702470746, "0.036"], [1702470812, "0.036"], [1702470845, "0.036"], [1702470875, "0.036"], [1702470899, "0.036"], [1702470953, "0.036"], [1702470983, "0.036"], [1702471025, "0.036"], [1702471067, "0.036"], [1702471169, "0.036"], [1702471193, "0.036"], [1702471226, "0.036"], [1702471265, "0.036"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "79.485"], [1702462721, "86.007"], [1702462736, "92.529"], [1702462751, "99.051"], [1702462763, "105.435"], [1702462793, "118.068"], [1702462808, "124.317"], [1702462829, "130.566"], [1702462844, "136.569"], [1702462865, "142.572"], [1702462880, "148.575"], [1702462904, "160.581"], [1702462919, "166.584"], [1702462952, "178.59"], [1702462973, "184.593"], [1702462988, "190.596"], [1702463045, "208.605"], [1702463081, "220.611"], [1702463114, "232.617"], [1702463150, "244.623"], [1702463186, "256.629"], [1702463216, "268.635"], [1702463240, "280.641"], [1702463273, "292.647"], [1702463324, "310.656"], [1702463354, "322.662"], [1702463381, "334.668"], [1702463417, "346.674"], [1702463453, "358.68"], [1702463477, "370.686"], [1702463510, "382.692"], [1702463537, "394.698"], [1702463570, "406.704"], [1702463591, "418.71"], [1702463621, "430.716"], [1702463657, "442.722"], [1702463693, "454.728"], [1702463729, "466.734"], [1702463765, "478.74"], [1702463798, "490.746"], [1702463846, "508.755"], [1702463873, "520.761"], [1702463906, "532.767"], [1702463948, "550.776"], [1702463984, "562.782"], [1702464014, "574.788"], [1702464050, "586.794"], [1702464086, "598.8"], [1702464122, "610.806"], [1702464155, "622.812"], [1702464194, "640.821"], [1702464230, "652.827"], [1702464263, "664.833"], [1702464299, "676.839"], [1702464332, "688.845"], [1702464356, "700.851"], [1702464392, "712.857"], [1702464425, "724.863"], [1702464455, "736.869"], [1702464479, "748.875"], [1702464509, "760.881"], [1702464533, "772.887"], [1702464569, "784.893"], [1702464605, "796.899"], [1702464635, "808.905"], [1702464671, "820.911"], [1702464716, "832.917"], [1702464743, "844.923"], [1702464776, "856.929"], [1702464812, "868.935"], [1702464836, "880.941"], [1702464869, "892.947"], [1702464905, "904.953"], [1702464926, "916.959"], [1702464956, "928.965"], [1702464992, "940.971"], [1702465016, "952.977"], [1702465049, "964.983"], [1702465085, "976.989"], [1702465118, "988.995"], [1702465145, "1001.001"], [1702465178, "1013.007"], [1702465208, "1025.013"], [1702465241, "1037.019"], [1702465298, "1055.028"], [1702465334, "1067.034"], [1702465367, "1079.04"], [1702465394, "1091.046"], [1702465418, "1103.052"], [1702465445, "1115.058"], [1702465481, "1127.064"], [1702465517, "1139.07"], [1702465550, "1151.076"], [1702465586, "1163.082"], [1702465619, "1175.088"], [1702465658, "1187.094"], [1702465706, "1199.1"], [1702465754, "1217.109"], [1702465787, "1229.115"], [1702465823, "1241.121"], [1702465856, "1253.127"], [1702465880, "1265.133"], [1702465910, "1277.139"], [1702465952, "1289.145"], [1702465988, "1301.151"], [1702466015, "1313.157"], [1702466030, "1325.163"], [1702466060, "1337.169"], [1702466078, "1349.175"], [1702466138, "1367.184"], [1702466168, "1379.19"], [1702466204, "1391.196"], [1702466237, "1403.202"], [1702466261, "1415.208"], [1702466291, "1427.214"], [1702466327, "1439.22"], [1702466360, "1451.226"], [1702466384, "1463.232"], [1702466417, "1475.238"], [1702466441, "1487.244"], [1702466471, "1499.25"], [1702466507, "1511.256"], [1702466540, "1523.262"], [1702466597, "1541.271"], [1702466633, "1553.277"], [1702466666, "1565.283"], [1702466705, "1577.289"], [1702466732, "1589.295"], [1702466765, "1601.301"], [1702466801, "1613.307"], [1702466852, "1631.316"], [1702466876, "1643.322"], [1702466918, "1655.328"], [1702466978, "1679.34"], [1702467014, "1691.346"], [1702467038, "1703.352"], [1702467068, "1715.358"], [1702467122, "1733.367"], [1702467158, "1745.373"], [1702467191, "1757.379"], [1702467221, "1769.385"], [1702467257, "1781.391"], [1702467299, "1793.397"], [1702467350, "1811.406"], [1702467386, "1823.412"], [1702467419, "1835.418"], [1702467455, "1847.424"], [1702467515, "1871.436"], [1702467542, "1883.442"], [1702467566, "1895.448"], [1702467599, "1907.454"], [1702467635, "1919.46"], [1702467668, "1931.466"], [1702467695, "1943.472"], [1702467716, "1955.478"], [1702467746, "1967.484"], [1702467800, "1985.493"], [1702467824, "1997.499"], [1702467908, "2027.514"], [1702467944, "2039.52"], [1702467968, "2051.526"], [1702468001, "2063.532"], [1702468031, "2075.538"], [1702468067, "2087.544"], [1702468085, "2099.55"], [1702468115, "2111.556"], [1702468151, "2123.562"], [1702468181, "2135.568"], [1702468208, "2147.574"], [1702468241, "2159.58"], [1702468256, "2171.586"], [1702468286, "2183.592"], [1702468322, "2195.598"], [1702468352, "2207.604"], [1702468388, "2219.61"], [1702468424, "2231.616"], [1702468457, "2243.622"], [1702468493, "2255.628"], [1702468517, "2267.634"], [1702468550, "2279.64"], [1702468586, "2291.646"], [1702468613, "2303.652"], [1702468637, "2315.658"], [1702468679, "2327.664"], [1702468721, "2339.67"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.003"], [1702462721, "0.003"], [1702462736, "0.003"], [1702462751, "0.003"], [1702462763, "0.003"], [1702462793, "0.003"], [1702462808, "0.003"], [1702462829, "0.003"], [1702462844, "0.003"], [1702462865, "0.003"], [1702462880, "0.003"], [1702462904, "0.003"], [1702462919, "0.003"], [1702462952, "0.003"], [1702462973, "0.003"], [1702462988, "0.003"], [1702463045, "0.003"], [1702463081, "0.003"], [1702463114, "0.003"], [1702463150, "0.003"], [1702463186, "0.003"], [1702463216, "0.003"], [1702463240, "0.003"], [1702463273, "0.003"], [1702463324, "0.003"], [1702463354, "0.003"], [1702463381, "0.003"], [1702463417, "0.003"], [1702463453, "0.003"], [1702463477, "0.003"], [1702463510, "0.003"], [1702463537, "0.003"], [1702463570, "0.003"], [1702463591, "0.003"], [1702463621, "0.003"], [1702463657, "0.003"], [1702463693, "0.003"], [1702463729, "0.003"], [1702463765, "0.003"], [1702463798, "0.003"], [1702463846, "0.003"], [1702463873, "0.003"], [1702463906, "0.003"], [1702463948, "0.003"], [1702463984, "0.003"], [1702464014, "0.003"], [1702464050, "0.003"], [1702464086, "0.003"], [1702464122, "0.003"], [1702464155, "0.003"], [1702464194, "0.003"], [1702464230, "0.003"], [1702464263, "0.003"], [1702464299, "0.003"], [1702464332, "0.003"], [1702464356, "0.003"], [1702464392, "0.003"], [1702464425, "0.003"], [1702464455, "0.003"], [1702464479, "0.003"], [1702464509, "0.003"], [1702464533, "0.003"], [1702464569, "0.003"], [1702464605, "0.003"], [1702464635, "0.003"], [1702464671, "0.003"], [1702464716, "0.003"], [1702464743, "0.003"], [1702464776, "0.003"], [1702464812, "0.003"], [1702464836, "0.003"], [1702464869, "0.003"], [1702464905, "0.003"], [1702464926, "0.003"], [1702464956, "0.003"], [1702464992, "0.003"], [1702465016, "0.003"], [1702465049, "0.003"], [1702465085, "0.003"], [1702465118, "0.003"], [1702465145, "0.003"], [1702465178, "0.003"], [1702465208, "0.003"], [1702465241, "0.003"], [1702465298, "0.003"], [1702465334, "0.003"], [1702465367, "0.003"], [1702465394, "0.003"], [1702465418, "0.003"], [1702465445, "0.003"], [1702465481, "0.003"], [1702465517, "0.003"], [1702465550, "0.003"], [1702465586, "0.003"], [1702465619, "0.003"], [1702465658, "0.003"], [1702465706, "0.003"], [1702465754, "0.003"], [1702465787, "0.003"], [1702465823, "0.003"], [1702465856, "0.003"], [1702465880, "0.003"], [1702465910, "0.003"], [1702465952, "0.003"], [1702465988, "0.003"], [1702466015, "0.003"], [1702466030, "0.003"], [1702466060, "0.003"], [1702466078, "0.003"], [1702466138, "0.003"], [1702466168, "0.003"], [1702466204, "0.003"], [1702466237, "0.003"], [1702466261, "0.003"], [1702466291, "0.003"], [1702466327, "0.003"], [1702466360, "0.003"], [1702466384, "0.003"], [1702466417, "0.003"], [1702466441, "0.003"], [1702466471, "0.003"], [1702466507, "0.003"], [1702466540, "0.003"], [1702466597, "0.003"], [1702466633, "0.003"], [1702466666, "0.003"], [1702466705, "0.003"], [1702466732, "0.003"], [1702466765, "0.003"], [1702466801, "0.003"], [1702466852, "0.003"], [1702466876, "0.003"], [1702466918, "0.003"], [1702466978, "0.003"], [1702467014, "0.003"], [1702467038, "0.003"], [1702467068, "0.003"], [1702467122, "0.003"], [1702467158, "0.003"], [1702467191, "0.003"], [1702467221, "0.003"], [1702467257, "0.003"], [1702467299, "0.003"], [1702467350, "0.003"], [1702467386, "0.003"], [1702467419, "0.003"], [1702467455, "0.003"], [1702467515, "0.003"], [1702467542, "0.003"], [1702467566, "0.003"], [1702467599, "0.003"], [1702467635, "0.003"], [1702467668, "0.003"], [1702467695, "0.003"], [1702467716, "0.003"], [1702467746, "0.003"], [1702467800, "0.003"], [1702467824, "0.003"], [1702467908, "0.003"], [1702467944, "0.003"], [1702467968, "0.003"], [1702468001, "0.003"], [1702468031, "0.003"], [1702468067, "0.003"], [1702468085, "0.003"], [1702468115, "0.003"], [1702468151, "0.003"], [1702468181, "0.003"], [1702468208, "0.003"], [1702468241, "0.003"], [1702468256, "0.003"], [1702468286, "0.003"], [1702468322, "0.003"], [1702468352, "0.003"], [1702468388, "0.003"], [1702468424, "0.003"], [1702468457, "0.003"], [1702468493, "0.003"], [1702468517, "0.003"], [1702468550, "0.003"], [1702468586, "0.003"], [1702468613, "0.003"], [1702468637, "0.003"], [1702468679, "0.003"], [1702468721, "0.003"], [1702468730, "0.003"], [1702468766, "0.003"], [1702468799, "0.003"], [1702468835, "0.003"], [1702468898, "0.003"], [1702468934, "0.003"], [1702468970, "0.003"], [1702468994, "0.003"], [1702469024, "0.003"], [1702469060, "0.003"], [1702469111, "0.003"], [1702469144, "0.003"], [1702469168, "0.003"], [1702469204, "0.003"], [1702469237, "0.003"], [1702469273, "0.003"], [1702469303, "0.003"], [1702469336, "0.003"], [1702469360, "0.003"], [1702469387, "0.003"], [1702469411, "0.003"], [1702469435, "0.003"], [1702469468, "0.003"], [1702469504, "0.003"], [1702469537, "0.003"], [1702469573, "0.003"], [1702469606, "0.003"], [1702469633, "0.003"], [1702469660, "0.003"], [1702469684, "0.003"], [1702469717, "0.003"], [1702469753, "0.003"], [1702469786, "0.003"], [1702469816, "0.003"], [1702469834, "0.003"], [1702469864, "0.003"], [1702469906, "0.003"], [1702469936, "0.003"], [1702469972, "0.003"], [1702470005, "0.003"], [1702470029, "0.003"], [1702470065, "0.003"], [1702470101, "0.003"], [1702470131, "0.003"], [1702470167, "0.003"], [1702470203, "0.003"], [1702470251, "0.003"], [1702470278, "0.003"], [1702470311, "0.003"], [1702470347, "0.003"], [1702470371, "0.003"], [1702470404, "0.003"], [1702470440, "0.003"], [1702470476, "0.003"], [1702470506, "0.003"], [1702470542, "0.003"], [1702470575, "0.003"], [1702470611, "0.003"], [1702470635, "0.003"], [1702470662, "0.003"], [1702470686, "0.003"], [1702470719, "0.003"], [1702470746, "0.003"], [1702470812, "0.003"], [1702470845, "0.003"], [1702470875, "0.003"], [1702470899, "0.003"], [1702470953, "0.003"], [1702470983, "0.003"], [1702471025, "0.003"], [1702471067, "0.003"], [1702471169, "0.003"], [1702471193, "0.003"], [1702471226, "0.003"], [1702471265, "0.003"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0.939"], [1702462721, "0.939"], [1702462736, "0.939"], [1702462751, "0.939"], [1702462763, "1.395"], [1702462793, "1.395"], [1702462808, "1.395"], [1702462829, "1.395"], [1702462844, "1.395"], [1702462865, "1.395"], [1702462880, "1.395"], [1702462904, "1.395"], [1702462919, "1.395"], [1702462952, "1.395"], [1702462973, "1.395"], [1702462988, "1.395"], [1702463045, "1.395"], [1702463081, "1.395"], [1702463114, "1.395"], [1702463150, "1.395"], [1702463186, "1.395"], [1702463216, "1.395"], [1702463240, "1.395"], [1702463273, "1.395"], [1702463324, "1.395"], [1702463354, "1.395"], [1702463381, "1.395"], [1702463417, "1.395"], [1702463453, "1.395"], [1702463477, "1.395"], [1702463510, "1.395"], [1702463537, "1.395"], [1702463570, "1.395"], [1702463591, "1.395"], [1702463621, "1.395"], [1702463657, "1.395"], [1702463693, "1.395"], [1702463729, "1.395"], [1702463765, "1.395"], [1702463798, "1.395"], [1702463846, "1.395"], [1702463873, "1.395"], [1702463906, "1.395"], [1702463948, "1.395"], [1702463984, "1.395"], [1702464014, "1.395"], [1702464050, "1.395"], [1702464086, "1.395"], [1702464122, "1.395"], [1702464155, "1.395"], [1702464194, "1.395"], [1702464230, "1.395"], [1702464263, "1.395"], [1702464299, "1.395"], [1702464332, "1.395"], [1702464356, "1.395"], [1702464392, "1.395"], [1702464425, "1.395"], [1702464455, "1.395"], [1702464479, "1.395"], [1702464509, "1.395"], [1702464533, "1.395"], [1702464569, "1.395"], [1702464605, "1.395"], [1702464635, "1.395"], [1702464671, "1.395"], [1702464716, "1.395"], [1702464743, "1.395"], [1702464776, "1.395"], [1702464812, "1.395"], [1702464836, "1.395"], [1702464869, "1.395"], [1702464905, "1.395"], [1702464926, "1.395"], [1702464956, "1.395"], [1702464992, "1.395"], [1702465016, "1.395"], [1702465049, "1.395"], [1702465085, "1.395"], [1702465118, "1.503"], [1702465145, "1.503"], [1702465178, "1.503"], [1702465208, "1.503"], [1702465241, "1.503"], [1702465298, "1.503"], [1702465334, "1.503"], [1702465367, "1.503"], [1702465394, "1.503"], [1702465418, "1.503"], [1702465445, "1.503"], [1702465481, "1.503"], [1702465517, "1.503"], [1702465550, "1.503"], [1702465586, "1.503"], [1702465619, "1.503"], [1702465658, "1.503"], [1702465706, "1.503"], [1702465754, "1.503"], [1702465787, "1.503"], [1702465823, "1.503"], [1702465856, "1.503"], [1702465880, "1.503"], [1702465910, "1.503"], [1702465952, "1.503"], [1702465988, "1.503"], [1702466015, "1.503"], [1702466030, "1.503"], [1702466060, "1.503"], [1702466078, "1.503"], [1702466138, "1.503"], [1702466168, "1.503"], [1702466204, "1.503"], [1702466237, "1.503"], [1702466261, "1.503"], [1702466291, "1.503"], [1702466327, "1.503"], [1702466360, "1.503"], [1702466384, "1.503"], [1702466417, "1.503"], [1702466441, "1.503"], [1702466471, "1.503"], [1702466507, "1.503"], [1702466540, "1.503"], [1702466597, "1.503"], [1702466633, "1.503"], [1702466666, "1.503"], [1702466705, "1.503"], [1702466732, "1.503"], [1702466765, "1.503"], [1702466801, "1.503"], [1702466852, "1.503"], [1702466876, "1.818"], [1702466918, "1.818"], [1702466978, "1.818"], [1702467014, "1.818"], [1702467038, "1.818"], [1702467068, "1.818"], [1702467122, "1.818"], [1702467158, "1.818"], [1702467191, "1.818"], [1702467221, "1.818"], [1702467257, "1.818"], [1702467299, "1.818"], [1702467350, "1.818"], [1702467386, "1.818"], [1702467419, "1.818"], [1702467455, "1.818"], [1702467515, "1.818"], [1702467542, "1.818"], [1702467566, "1.818"], [1702467599, "1.818"], [1702467635, "1.818"], [1702467668, "1.818"], [1702467695, "1.818"], [1702467716, "1.818"], [1702467746, "1.818"], [1702467800, "1.818"], [1702467824, "1.818"], [1702467908, "1.818"], [1702467944, "1.818"], [1702467968, "2.007"], [1702468001, "2.007"], [1702468031, "2.007"], [1702468067, "2.007"], [1702468085, "2.007"], [1702468115, "2.007"], [1702468151, "2.007"], [1702468181, "2.007"], [1702468208, "2.007"], [1702468241, "2.007"], [1702468256, "2.007"], [1702468286, "2.007"], [1702468322, "2.007"], [1702468352, "2.007"], [1702468388, "2.007"], [1702468424, "2.007"], [1702468457, "2.007"], [1702468493, "2.007"], [1702468517, "2.007"], [1702468550, "2.007"], [1702468586, "2.007"], [1702468613, "2.175"], [1702468637, "2.175"], [1702468679, "2.175"], [1702468721, "2.175"], [1702468730, "2.175"], [1702468766, "2.175"], [1702468799, "2.175"], [1702468835, "2.175"], [1702468898, "2.175"], [1702468934, "2.175"], [1702468970, "2.175"], [1702468994, "2.175"], [1702469024, "2.493"], [1702469060, "2.493"], [1702469111, "2.493"], [1702469144, "2.493"], [1702469168, "2.493"], [1702469204, "2.493"], [1702469237, "2.493"], [1702469273, "2.493"], [1702469303, "2.493"], [1702469336, "2.493"], [1702469360, "2.493"], [1702469387, "2.493"], [1702469411, "2.493"], [1702469435, "2.493"], [1702469468, "2.493"], [1702469504, "2.493"], [1702469537, "2.493"], [1702469573, "2.493"], [1702469606, "2.493"], [1702469633, "2.493"], [1702469660, "2.493"], [1702469684, "2.493"], [1702469717, "2.493"], [1702469753, "2.493"], [1702469786, "2.493"], [1702469816, "2.493"], [1702469834, "2.493"], [1702469864, "2.493"], [1702469906, "2.493"], [1702469936, "2.493"], [1702469972, "2.493"], [1702470005, "2.493"], [1702470029, "2.493"], [1702470065, "2.493"], [1702470101, "2.493"], [1702470131, "2.493"], [1702470167, "2.493"], [1702470203, "2.493"], [1702470251, "2.493"], [1702470278, "2.493"], [1702470311, "2.493"], [1702470347, "2.493"], [1702470371, "2.493"], [1702470404, "2.493"], [1702470440, "2.493"], [1702470476, "2.493"], [1702470506, "2.493"], [1702470542, "2.493"], [1702470575, "2.493"], [1702470611, "2.493"], [1702470635, "2.493"], [1702470662, "2.493"], [1702470686, "2.493"], [1702470719, "2.493"], [1702470746, "2.493"], [1702470812, "2.493"], [1702470845, "2.493"], [1702470875, "2.493"], [1702470899, "2.493"], [1702470953, "2.493"], [1702470983, "2.493"], [1702471025, "2.493"], [1702471067, "2.493"], [1702471169, "2.493"], [1702471193, "2.493"], [1702471226, "2.493"], [1702471265, "2.493"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0.045"], [1702462721, "0.045"], [1702462736, "0.045"], [1702462751, "0.045"], [1702462763, "0.054"], [1702462793, "0.054"], [1702462808, "0.054"], [1702462829, "0.054"], [1702462844, "0.054"], [1702462865, "0.054"], [1702462880, "0.054"], [1702462904, "0.054"], [1702462919, "0.054"], [1702462952, "0.054"], [1702462973, "0.054"], [1702462988, "0.054"], [1702463045, "0.054"], [1702463081, "0.054"], [1702463114, "0.054"], [1702463150, "0.054"], [1702463186, "0.054"], [1702463216, "0.054"], [1702463240, "0.054"], [1702463273, "0.054"], [1702463324, "0.054"], [1702463354, "0.054"], [1702463381, "0.054"], [1702463417, "0.054"], [1702463453, "0.054"], [1702463477, "0.054"], [1702463510, "0.054"], [1702463537, "0.054"], [1702463570, "0.054"], [1702463591, "0.054"], [1702463621, "0.054"], [1702463657, "0.054"], [1702463693, "0.054"], [1702463729, "0.054"], [1702463765, "0.054"], [1702463798, "0.054"], [1702463846, "0.054"], [1702463873, "0.054"], [1702463906, "0.054"], [1702463948, "0.054"], [1702463984, "0.054"], [1702464014, "0.054"], [1702464050, "0.054"], [1702464086, "0.054"], [1702464122, "0.054"], [1702464155, "0.054"], [1702464194, "0.054"], [1702464230, "0.054"], [1702464263, "0.054"], [1702464299, "0.054"], [1702464332, "0.054"], [1702464356, "0.054"], [1702464392, "0.054"], [1702464425, "0.054"], [1702464455, "0.054"], [1702464479, "0.054"], [1702464509, "0.054"], [1702464533, "0.054"], [1702464569, "0.054"], [1702464605, "0.054"], [1702464635, "0.054"], [1702464671, "0.054"], [1702464716, "0.054"], [1702464743, "0.054"], [1702464776, "0.054"], [1702464812, "0.054"], [1702464836, "0.054"], [1702464869, "0.054"], [1702464905, "0.054"], [1702464926, "0.054"], [1702464956, "0.054"], [1702464992, "0.054"], [1702465016, "0.054"], [1702465049, "0.054"], [1702465085, "0.054"], [1702465118, "0.054"], [1702465145, "0.054"], [1702465178, "0.054"], [1702465208, "0.054"], [1702465241, "0.054"], [1702465298, "0.054"], [1702465334, "0.054"], [1702465367, "0.054"], [1702465394, "0.054"], [1702465418, "0.054"], [1702465445, "0.054"], [1702465481, "0.054"], [1702465517, "0.054"], [1702465550, "0.054"], [1702465586, "0.054"], [1702465619, "0.054"], [1702465658, "0.054"], [1702465706, "0.054"], [1702465754, "0.054"], [1702465787, "0.054"], [1702465823, "0.054"], [1702465856, "0.054"], [1702465880, "0.054"], [1702465910, "0.054"], [1702465952, "0.054"], [1702465988, "0.054"], [1702466015, "0.054"], [1702466030, "0.054"], [1702466060, "0.054"], [1702466078, "0.054"], [1702466138, "0.054"], [1702466168, "0.054"], [1702466204, "0.054"], [1702466237, "0.054"], [1702466261, "0.054"], [1702466291, "0.054"], [1702466327, "0.054"], [1702466360, "0.054"], [1702466384, "0.054"], [1702466417, "0.054"], [1702466441, "0.054"], [1702466471, "0.054"], [1702466507, "0.054"], [1702466540, "0.054"], [1702466597, "0.054"], [1702466633, "0.054"], [1702466666, "0.054"], [1702466705, "0.054"], [1702466732, "0.054"], [1702466765, "0.054"], [1702466801, "0.054"], [1702466852, "0.054"], [1702466876, "0.09"], [1702466918, "0.09"], [1702466978, "0.09"], [1702467014, "0.09"], [1702467038, "0.09"], [1702467068, "0.09"], [1702467122, "0.09"], [1702467158, "0.09"], [1702467191, "0.09"], [1702467221, "0.09"], [1702467257, "0.09"], [1702467299, "0.09"], [1702467350, "0.09"], [1702467386, "0.09"], [1702467419, "0.09"], [1702467455, "0.09"], [1702467515, "0.09"], [1702467542, "0.09"], [1702467566, "0.09"], [1702467599, "0.09"], [1702467635, "0.09"], [1702467668, "0.09"], [1702467695, "0.09"], [1702467716, "0.09"], [1702467746, "0.09"], [1702467800, "0.09"], [1702467824, "0.09"], [1702467908, "0.09"], [1702467944, "0.09"], [1702467968, "0.093"], [1702468001, "0.093"], [1702468031, "0.093"], [1702468067, "0.093"], [1702468085, "0.093"], [1702468115, "0.093"], [1702468151, "0.093"], [1702468181, "0.093"], [1702468208, "0.093"], [1702468241, "0.093"], [1702468256, "0.093"], [1702468286, "0.093"], [1702468322, "0.093"], [1702468352, "0.093"], [1702468388, "0.093"], [1702468424, "0.093"], [1702468457, "0.093"], [1702468493, "0.093"], [1702468517, "0.093"], [1702468550, "0.093"], [1702468586, "0.093"], [1702468613, "0.105"], [1702468637, "0.105"], [1702468679, "0.105"], [1702468721, "0.105"], [1702468730, "0.105"], [1702468766, "0.105"], [1702468799, "0.105"], [1702468835, "0.105"], [1702468898, "0.105"], [1702468934, "0.105"], [1702468970, "0.105"], [1702468994, "0.105"], [1702469024, "0.126"], [1702469060, "0.126"], [1702469111, "0.126"], [1702469144, "0.126"], [1702469168, "0.126"], [1702469204, "0.126"], [1702469237, "0.126"], [1702469273, "0.126"], [1702469303, "0.126"], [1702469336, "0.126"], [1702469360, "0.126"], [1702469387, "0.126"], [1702469411, "0.126"], [1702469435, "0.126"], [1702469468, "0.126"], [1702469504, "0.126"], [1702469537, "0.126"], [1702469573, "0.126"], [1702469606, "0.126"], [1702469633, "0.126"], [1702469660, "0.126"], [1702469684, "0.126"], [1702469717, "0.126"], [1702469753, "0.126"], [1702469786, "0.126"], [1702469816, "0.126"], [1702469834, "0.126"], [1702469864, "0.126"], [1702469906, "0.126"], [1702469936, "0.126"], [1702469972, "0.126"], [1702470005, "0.126"], [1702470029, "0.126"], [1702470065, "0.126"], [1702470101, "0.126"], [1702470131, "0.126"], [1702470167, "0.126"], [1702470203, "0.126"], [1702470251, "0.126"], [1702470278, "0.126"], [1702470311, "0.126"], [1702470347, "0.126"], [1702470371, "0.126"], [1702470404, "0.126"], [1702470440, "0.126"], [1702470476, "0.126"], [1702470506, "0.126"], [1702470542, "0.126"], [1702470575, "0.126"], [1702470611, "0.126"], [1702470635, "0.126"], [1702470662, "0.126"], [1702470686, "0.126"], [1702470719, "0.126"], [1702470746, "0.126"], [1702470812, "0.126"], [1702470845, "0.126"], [1702470875, "0.126"], [1702470899, "0.126"], [1702470953, "0.126"], [1702470983, "0.126"], [1702471025, "0.126"], [1702471067, "0.126"], [1702471169, "0.126"], [1702471193, "0.126"], [1702471226, "0.126"], [1702471265, "0.126"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "26.232"], [1702462763, "32.616"], [1702462793, "45.249"], [1702462808, "51.498"], [1702462829, "57.747"], [1702462844, "63.75"], [1702462865, "69.753"], [1702462880, "75.756"], [1702462904, "87.762"], [1702462919, "93.765"], [1702462952, "105.771"], [1702462973, "111.774"], [1702462988, "117.777"], [1702463045, "135.786"], [1702463081, "147.792"], [1702463114, "159.798"], [1702463150, "171.804"], [1702463186, "183.81"], [1702463216, "195.816"], [1702463240, "207.822"], [1702463273, "219.828"], [1702463324, "237.837"], [1702463354, "249.843"], [1702463381, "261.849"], [1702463417, "273.855"], [1702463453, "285.861"], [1702463477, "297.867"], [1702463510, "309.873"], [1702463537, "321.879"], [1702463570, "333.885"], [1702463591, "345.891"], [1702463621, "357.897"], [1702463657, "369.903"], [1702463693, "381.909"], [1702463729, "393.915"], [1702463765, "405.921"], [1702463798, "417.927"], [1702463846, "435.936"], [1702463873, "447.942"], [1702463906, "459.948"], [1702463948, "477.957"], [1702463984, "489.963"], [1702464014, "501.969"], [1702464050, "513.975"], [1702464086, "525.981"], [1702464122, "537.987"], [1702464155, "549.993"], [1702464194, "568.002"], [1702464230, "580.008"], [1702464263, "592.014"], [1702464299, "604.02"], [1702464332, "616.026"], [1702464356, "628.032"], [1702464392, "640.038"], [1702464425, "652.044"], [1702464455, "664.05"], [1702464479, "676.056"], [1702464509, "688.062"], [1702464533, "700.068"], [1702464569, "712.074"], [1702464605, "724.08"], [1702464635, "736.086"], [1702464671, "748.092"], [1702464716, "760.098"], [1702464743, "772.104"], [1702464776, "784.11"], [1702464812, "796.116"], [1702464836, "808.122"], [1702464869, "820.128"], [1702464905, "832.134"], [1702464926, "844.14"], [1702464956, "856.146"], [1702464992, "868.152"], [1702465016, "880.158"], [1702465049, "892.164"], [1702465085, "904.17"], [1702465118, "916.176"], [1702465145, "928.182"], [1702465178, "940.188"], [1702465208, "952.194"], [1702465241, "964.2"], [1702465298, "982.209"], [1702465334, "994.215"], [1702465367, "1006.221"], [1702465394, "1018.227"], [1702465418, "1030.233"], [1702465445, "1042.239"], [1702465481, "1054.245"], [1702465517, "1066.251"], [1702465550, "1078.257"], [1702465586, "1090.263"], [1702465619, "1102.269"], [1702465658, "1114.275"], [1702465706, "1126.281"], [1702465754, "1144.29"], [1702465787, "1156.296"], [1702465823, "1168.302"], [1702465856, "1180.308"], [1702465880, "1192.314"], [1702465910, "1204.32"], [1702465952, "1216.326"], [1702465988, "1228.332"], [1702466015, "1240.338"], [1702466030, "1252.344"], [1702466060, "1264.35"], [1702466078, "1276.356"], [1702466138, "1294.365"], [1702466168, "1306.371"], [1702466204, "1318.377"], [1702466237, "1330.383"], [1702466261, "1342.389"], [1702466291, "1354.395"], [1702466327, "1366.401"], [1702466360, "1378.407"], [1702466384, "1390.413"], [1702466417, "1402.419"], [1702466441, "1414.425"], [1702466471, "1426.431"], [1702466507, "1438.437"], [1702466540, "1450.443"], [1702466597, "1468.452"], [1702466633, "1480.458"], [1702466666, "1492.464"], [1702466705, "1504.47"], [1702466732, "1516.476"], [1702466765, "1528.482"], [1702466801, "1540.488"], [1702466852, "1558.497"], [1702466876, "1570.503"], [1702466918, "1582.509"], [1702466978, "1606.521"], [1702467014, "1618.527"], [1702467038, "1630.533"], [1702467068, "1642.539"], [1702467122, "1660.548"], [1702467158, "1672.554"], [1702467191, "1684.56"], [1702467221, "1696.566"], [1702467257, "1708.572"], [1702467299, "1720.578"], [1702467350, "1738.587"], [1702467386, "1750.593"], [1702467419, "1762.599"], [1702467455, "1774.605"], [1702467515, "1798.617"], [1702467542, "1810.623"], [1702467566, "1822.629"], [1702467599, "1834.635"], [1702467635, "1846.641"], [1702467668, "1858.647"], [1702467695, "1870.653"], [1702467716, "1882.659"], [1702467746, "1894.665"], [1702467800, "1912.674"], [1702467824, "1924.68"], [1702467908, "1954.695"], [1702467944, "1966.701"], [1702467968, "1978.707"], [1702468001, "1990.713"], [1702468031, "2002.719"], [1702468067, "2014.725"], [1702468085, "2026.731"], [1702468115, "2038.737"], [1702468151, "2050.743"], [1702468181, "2062.749"], [1702468208, "2074.755"], [1702468241, "2086.761"], [1702468256, "2098.767"], [1702468286, "2110.773"], [1702468322, "2122.779"], [1702468352, "2134.785"], [1702468388, "2146.791"], [1702468424, "2158.797"], [1702468457, "2170.803"], [1702468493, "2182.809"], [1702468517, "2194.815"], [1702468550, "2206.821"], [1702468586, "2218.827"], [1702468613, "2230.833"], [1702468637, "2242.839"], [1702468679, "2254.845"], [1702468721, "2266.851"], [1702468730, "2272.854"], [1702468766, "2284.86"], [1702468799, "2296.866"], [1702468835, "2308.872"], [1702468898, "2326.881"], [1702468934, "2338.887"], [1702468970, "2350.893"], [1702468994, "2362.899"], [1702469024, "2374.905"], [1702469060, "2386.911"], [1702469111, "2404.92"], [1702469144, "2416.926"], [1702469168, "2428.932"], [1702469204, "2440.938"], [1702469237, "2452.944"], [1702469273, "2464.95"], [1702469303, "2476.956"], [1702469336, "2488.962"], [1702469360, "2500.968"], [1702469387, "2512.974"], [1702469411, "2524.98"], [1702469435, "2536.986"], [1702469468, "2548.992"], [1702469504, "2560.998"], [1702469537, "2573.004"], [1702469573, "2585.01"], [1702469606, "2597.016"], [1702469633, "2609.022"], [1702469660, "2621.028"], [1702469684, "2633.034"], [1702469717, "2645.04"], [1702469753, "2657.046"], [1702469786, "2669.052"], [1702469816, "2681.058"], [1702469834, "2693.064"], [1702469864, "2705.07"], [1702469906, "2723.079"], [1702469936, "2735.085"], [1702469972, "2747.091"], [1702470005, "2759.097"], [1702470029, "2771.103"], [1702470065, "2783.109"], [1702470101, "2795.115"], [1702470131, "2807.121"], [1702470167, "2819.127"], [1702470203, "2831.133"], [1702470251, "2849.142"], [1702470278, "2861.148"], [1702470311, "2873.154"], [1702470347, "2885.16"], [1702470371, "2897.166"], [1702470404, "2909.172"], [1702470440, "2921.178"], [1702470476, "2933.184"], [1702470506, "2945.19"], [1702470542, "2957.196"], [1702470575, "2969.202"], [1702470611, "2981.208"], [1702470635, "2993.214"], [1702470662, "3005.22"], [1702470686, "3017.226"], [1702470719, "3029.232"], [1702470746, "3041.238"], [1702470812, "3065.25"], [1702470845, "3077.256"], [1702470875, "3089.262"], [1702470899, "3101.268"], [1702470953, "3119.277"], [1702470983, "3131.283"], [1702471025, "3143.289"], [1702471067, "3161.298"], [1702471169, "3191.313"], [1702471193, "3203.319"], [1702471226, "3215.325"], [1702471265, "3227.331"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6.666"], [1702462721, "13.188"], [1702462736, "19.71"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "54.027"], [1702462988, "60.03"], [1702463045, "78.039"], [1702463081, "90.045"], [1702463114, "102.051"], [1702463150, "114.057"], [1702463186, "126.063"], [1702463216, "138.069"], [1702463240, "150.075"], [1702463273, "162.081"], [1702463324, "180.09"], [1702463354, "192.096"], [1702463381, "204.102"], [1702463417, "216.108"], [1702463453, "228.114"], [1702463477, "240.12"], [1702463510, "252.126"], [1702463537, "264.132"], [1702463570, "276.138"], [1702463591, "288.144"], [1702463621, "300.15"], [1702463657, "312.156"], [1702463693, "324.162"], [1702463729, "336.168"], [1702463765, "348.174"], [1702463798, "360.18"], [1702463846, "378.189"], [1702463873, "390.195"], [1702463906, "402.201"], [1702463948, "420.21"], [1702463984, "432.216"], [1702464014, "444.222"], [1702464050, "456.228"], [1702464086, "468.234"], [1702464122, "480.24"], [1702464155, "492.246"], [1702464194, "510.255"], [1702464230, "522.261"], [1702464263, "534.267"], [1702464299, "546.273"], [1702464332, "558.279"], [1702464356, "570.285"], [1702464392, "582.291"], [1702464425, "594.297"], [1702464455, "606.303"], [1702464479, "618.309"], [1702464509, "630.315"], [1702464533, "642.321"], [1702464569, "654.327"], [1702464605, "666.333"], [1702464635, "678.339"], [1702464671, "690.345"], [1702464716, "702.351"], [1702464743, "714.357"], [1702464776, "726.363"], [1702464812, "738.369"], [1702464836, "750.375"], [1702464869, "762.381"], [1702464905, "774.387"], [1702464926, "786.393"], [1702464956, "798.399"], [1702464992, "810.405"], [1702465016, "822.411"], [1702465049, "834.417"], [1702465085, "846.423"], [1702465118, "858.429"], [1702465145, "870.435"], [1702465178, "882.441"], [1702465208, "894.447"], [1702465241, "906.453"], [1702465298, "924.462"], [1702465334, "936.468"], [1702465367, "948.474"], [1702465394, "960.48"], [1702465418, "972.486"], [1702465445, "984.492"], [1702465481, "996.498"], [1702465517, "1008.504"], [1702465550, "1020.51"], [1702465586, "1032.516"], [1702465619, "1044.522"], [1702465658, "1056.528"], [1702465706, "1068.534"], [1702465754, "1086.543"], [1702465787, "1098.549"], [1702465823, "1110.555"], [1702465856, "1122.561"], [1702465880, "1134.567"], [1702465910, "1146.573"], [1702465952, "1158.579"], [1702465988, "1170.585"], [1702466015, "1182.591"], [1702466030, "1194.597"], [1702466060, "1206.603"], [1702466078, "1218.609"], [1702466138, "1236.618"], [1702466168, "1248.624"], [1702466204, "1260.63"], [1702466237, "1272.636"], [1702466261, "1284.642"], [1702466291, "1296.648"], [1702466327, "1308.654"], [1702466360, "1320.66"], [1702466384, "1332.666"], [1702466417, "1344.672"], [1702466441, "1356.678"], [1702466471, "1368.684"], [1702466507, "1380.69"], [1702466540, "1392.696"], [1702466597, "1410.705"], [1702466633, "1422.711"], [1702466666, "1434.717"], [1702466705, "1446.723"], [1702466732, "1458.729"], [1702466765, "1470.735"], [1702466801, "1482.741"], [1702466852, "1500.75"], [1702466876, "1512.756"], [1702466918, "1524.762"], [1702466978, "1548.774"], [1702467014, "1560.78"], [1702467038, "1572.786"], [1702467068, "1584.792"], [1702467122, "1602.801"], [1702467158, "1614.807"], [1702467191, "1626.813"], [1702467221, "1638.819"], [1702467257, "1650.825"], [1702467299, "1662.831"], [1702467350, "1680.84"], [1702467386, "1692.846"], [1702467419, "1704.852"], [1702467455, "1716.858"], [1702467515, "1740.87"], [1702467542, "1752.876"], [1702467566, "1764.882"], [1702467599, "1776.888"], [1702467635, "1788.894"], [1702467668, "1800.9"], [1702467695, "1812.906"], [1702467716, "1824.912"], [1702467746, "1836.918"], [1702467800, "1854.927"], [1702467824, "1866.933"], [1702467908, "1896.948"], [1702467944, "1908.954"], [1702467968, "1920.96"], [1702468001, "1932.966"], [1702468031, "1944.972"], [1702468067, "1956.978"], [1702468085, "1968.984"], [1702468115, "1980.99"], [1702468151, "1992.996"], [1702468181, "2005.002"], [1702468208, "2017.008"], [1702468241, "2029.014"], [1702468256, "2041.02"], [1702468286, "2053.026"], [1702468322, "2065.032"], [1702468352, "2077.038"], [1702468388, "2089.044"], [1702468424, "2101.05"], [1702468457, "2113.056"], [1702468493, "2125.062"], [1702468517, "2137.068"], [1702468550, "2149.074"], [1702468586, "2161.08"], [1702468613, "2173.086"], [1702468637, "2185.092"], [1702468679, "2197.098"], [1702468721, "2209.104"], [1702468730, "2215.107"], [1702468766, "2227.113"], [1702468799, "2239.119"], [1702468835, "2251.125"], [1702468898, "2269.134"], [1702468934, "2281.14"], [1702468970, "2293.146"], [1702468994, "2305.152"], [1702469024, "2317.158"], [1702469060, "2329.164"], [1702469111, "2347.173"], [1702469144, "2359.179"], [1702469168, "2371.185"], [1702469204, "2383.191"], [1702469237, "2395.197"], [1702469273, "2407.203"], [1702469303, "2419.209"], [1702469336, "2431.215"], [1702469360, "2443.221"], [1702469387, "2455.227"], [1702469411, "2467.233"], [1702469435, "2479.239"], [1702469468, "2491.245"], [1702469504, "2503.251"], [1702469537, "2515.257"], [1702469573, "2527.263"], [1702469606, "2539.269"], [1702469633, "2551.275"], [1702469660, "2563.281"], [1702469684, "2575.287"], [1702469717, "2587.293"], [1702469753, "2599.299"], [1702469786, "2611.305"], [1702469816, "2623.311"], [1702469834, "2635.317"], [1702469864, "2647.323"], [1702469906, "2665.332"], [1702469936, "2677.338"], [1702469972, "2689.344"], [1702470005, "2701.35"], [1702470029, "2713.356"], [1702470065, "2725.362"], [1702470101, "2737.368"], [1702470131, "2749.374"], [1702470167, "2761.38"], [1702470203, "2773.386"], [1702470251, "2791.395"], [1702470278, "2803.401"], [1702470311, "2815.407"], [1702470347, "2827.413"], [1702470371, "2839.419"], [1702470404, "2851.425"], [1702470440, "2863.431"], [1702470476, "2875.437"], [1702470506, "2887.443"], [1702470542, "2899.449"], [1702470575, "2911.455"], [1702470611, "2923.461"], [1702470635, "2935.467"], [1702470662, "2947.473"], [1702470686, "2959.479"], [1702470719, "2971.485"], [1702470746, "2983.491"], [1702470812, "3007.503"], [1702470845, "3019.509"], [1702470875, "3031.515"], [1702470899, "3043.521"], [1702470953, "3061.53"], [1702470983, "3073.536"], [1702471025, "3085.542"], [1702471067, "3103.551"], [1702471169, "3133.566"], [1702471193, "3145.572"], [1702471226, "3157.578"], [1702471265, "3169.584"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "6.003"], [1702462865, "12.006"], [1702462880, "18.009"], [1702462904, "30.015"], [1702462919, "36.018"], [1702462952, "48.024"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "3.474"], [1702462721, "3.474"], [1702462736, "3.474"], [1702462751, "3.474"], [1702462763, "3.645"], [1702462793, "3.645"], [1702462808, "3.645"], [1702462829, "3.645"], [1702462844, "3.645"], [1702462865, "3.645"], [1702462880, "3.645"], [1702462904, "3.645"], [1702462919, "3.645"], [1702462952, "3.645"], [1702462973, "3.645"], [1702462988, "3.645"], [1702463045, "3.645"], [1702463081, "3.645"], [1702463114, "3.645"], [1702463150, "3.645"], [1702463186, "3.645"], [1702463216, "3.645"], [1702463240, "3.645"], [1702463273, "3.645"], [1702463324, "3.645"], [1702463354, "3.645"], [1702463381, "3.645"], [1702463417, "3.645"], [1702463453, "3.645"], [1702463477, "3.645"], [1702463510, "3.645"], [1702463537, "3.645"], [1702463570, "3.645"], [1702463591, "3.645"], [1702463621, "3.645"], [1702463657, "3.645"], [1702463693, "3.645"], [1702463729, "3.645"], [1702463765, "3.645"], [1702463798, "3.645"], [1702463846, "3.645"], [1702463873, "3.645"], [1702463906, "3.645"], [1702463948, "3.645"], [1702463984, "3.645"], [1702464014, "3.645"], [1702464050, "3.645"], [1702464086, "3.645"], [1702464122, "3.645"], [1702464155, "3.645"], [1702464194, "3.645"], [1702464230, "3.645"], [1702464263, "3.645"], [1702464299, "3.645"], [1702464332, "3.645"], [1702464356, "3.645"], [1702464392, "3.645"], [1702464425, "3.645"], [1702464455, "3.645"], [1702464479, "3.645"], [1702464509, "3.645"], [1702464533, "3.645"], [1702464569, "3.645"], [1702464605, "3.645"], [1702464635, "3.645"], [1702464671, "3.645"], [1702464716, "3.645"], [1702464743, "3.645"], [1702464776, "3.645"], [1702464812, "3.645"], [1702464836, "3.645"], [1702464869, "3.645"], [1702464905, "3.645"], [1702464926, "3.645"], [1702464956, "3.645"], [1702464992, "3.645"], [1702465016, "3.645"], [1702465049, "3.645"], [1702465085, "3.645"], [1702465118, "3.72"], [1702465145, "3.72"], [1702465178, "3.72"], [1702465208, "3.72"], [1702465241, "3.72"], [1702465298, "3.72"], [1702465334, "3.72"], [1702465367, "3.72"], [1702465394, "3.72"], [1702465418, "3.72"], [1702465445, "3.72"], [1702465481, "3.72"], [1702465517, "3.72"], [1702465550, "3.72"], [1702465586, "3.72"], [1702465619, "3.72"], [1702465658, "3.72"], [1702465706, "3.72"], [1702465754, "3.72"], [1702465787, "3.72"], [1702465823, "3.72"], [1702465856, "3.72"], [1702465880, "3.72"], [1702465910, "3.72"], [1702465952, "3.72"], [1702465988, "3.72"], [1702466015, "3.72"], [1702466030, "3.72"], [1702466060, "3.72"], [1702466078, "3.72"], [1702466138, "3.72"], [1702466168, "3.72"], [1702466204, "3.72"], [1702466237, "3.72"], [1702466261, "3.72"], [1702466291, "3.72"], [1702466327, "3.72"], [1702466360, "3.72"], [1702466384, "3.72"], [1702466417, "3.72"], [1702466441, "3.72"], [1702466471, "3.72"], [1702466507, "3.72"], [1702466540, "3.72"], [1702466597, "3.72"], [1702466633, "3.72"], [1702466666, "3.72"], [1702466705, "3.72"], [1702466732, "3.72"], [1702466765, "3.72"], [1702466801, "3.72"], [1702466852, "3.72"], [1702466876, "4.281"], [1702466918, "4.281"], [1702466978, "4.281"], [1702467014, "4.281"], [1702467038, "4.281"], [1702467068, "4.281"], [1702467122, "4.281"], [1702467158, "4.281"], [1702467191, "4.281"], [1702467221, "4.281"], [1702467257, "4.281"], [1702467299, "4.281"], [1702467350, "4.281"], [1702467386, "4.281"], [1702467419, "4.281"], [1702467455, "4.281"], [1702467515, "4.281"], [1702467542, "4.281"], [1702467566, "4.281"], [1702467599, "4.281"], [1702467635, "4.281"], [1702467668, "4.281"], [1702467695, "4.281"], [1702467716, "4.281"], [1702467746, "4.281"], [1702467800, "4.281"], [1702467824, "4.281"], [1702467908, "4.281"], [1702467944, "4.281"], [1702467968, "4.581"], [1702468001, "4.581"], [1702468031, "4.581"], [1702468067, "4.581"], [1702468085, "4.581"], [1702468115, "4.581"], [1702468151, "4.581"], [1702468181, "4.581"], [1702468208, "4.581"], [1702468241, "4.581"], [1702468256, "4.581"], [1702468286, "4.581"], [1702468322, "4.581"], [1702468352, "4.581"], [1702468388, "4.581"], [1702468424, "4.581"], [1702468457, "4.581"], [1702468493, "4.581"], [1702468517, "4.581"], [1702468550, "4.581"], [1702468586, "4.581"], [1702468613, "4.986"], [1702468637, "4.986"], [1702468679, "4.986"], [1702468721, "4.986"], [1702468730, "4.986"], [1702468766, "4.986"], [1702468799, "4.986"], [1702468835, "4.986"], [1702468898, "4.986"], [1702468934, "4.986"], [1702468970, "4.986"], [1702468994, "4.986"], [1702469024, "5.364"], [1702469060, "5.364"], [1702469111, "5.364"], [1702469144, "5.364"], [1702469168, "5.364"], [1702469204, "5.364"], [1702469237, "5.364"], [1702469273, "5.364"], [1702469303, "5.364"], [1702469336, "5.364"], [1702469360, "5.364"], [1702469387, "5.364"], [1702469411, "5.364"], [1702469435, "5.364"], [1702469468, "5.364"], [1702469504, "5.364"], [1702469537, "5.364"], [1702469573, "5.364"], [1702469606, "5.364"], [1702469633, "5.364"], [1702469660, "5.364"], [1702469684, "5.364"], [1702469717, "5.364"], [1702469753, "5.364"], [1702469786, "5.364"], [1702469816, "5.364"], [1702469834, "5.364"], [1702469864, "5.364"], [1702469906, "5.364"], [1702469936, "5.364"], [1702469972, "5.364"], [1702470005, "5.364"], [1702470029, "5.364"], [1702470065, "5.364"], [1702470101, "5.364"], [1702470131, "5.364"], [1702470167, "5.364"], [1702470203, "5.364"], [1702470251, "5.364"], [1702470278, "5.364"], [1702470311, "5.364"], [1702470347, "5.364"], [1702470371, "5.364"], [1702470404, "5.364"], [1702470440, "5.364"], [1702470476, "5.364"], [1702470506, "5.364"], [1702470542, "5.364"], [1702470575, "5.364"], [1702470611, "5.364"], [1702470635, "5.364"], [1702470662, "5.364"], [1702470686, "5.364"], [1702470719, "5.364"], [1702470746, "5.364"], [1702470812, "5.364"], [1702470845, "5.364"], [1702470875, "5.364"], [1702470899, "5.364"], [1702470953, "5.364"], [1702470983, "5.364"], [1702471025, "5.364"], [1702471067, "5.364"], [1702471169, "5.364"], [1702471193, "5.364"], [1702471226, "5.364"], [1702471265, "5.364"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "59.205"], [1702462808, "65.454"], [1702462829, "71.703"], [1702462844, "77.706"], [1702462865, "83.709"], [1702462880, "89.712"], [1702462904, "101.718"], [1702462919, "107.721"], [1702462952, "119.727"], [1702462973, "125.73"], [1702462988, "131.733"], [1702463045, "149.742"], [1702463081, "161.748"], [1702463114, "173.754"], [1702463150, "185.76"], [1702463186, "197.766"], [1702463216, "209.772"], [1702463240, "221.778"], [1702463273, "233.784"], [1702463324, "251.793"], [1702463354, "263.799"], [1702463381, "275.805"], [1702463417, "287.811"], [1702463453, "299.817"], [1702463477, "311.823"], [1702463510, "323.829"], [1702463537, "335.835"], [1702463570, "347.841"], [1702463591, "359.847"], [1702463621, "371.853"], [1702463657, "383.859"], [1702463693, "395.865"], [1702463729, "407.871"], [1702463765, "419.877"], [1702463798, "431.883"], [1702463846, "449.892"], [1702463873, "461.898"], [1702463906, "473.904"], [1702463948, "491.913"], [1702463984, "503.919"], [1702464014, "515.925"], [1702464050, "527.931"], [1702464086, "539.937"], [1702464122, "551.943"], [1702464155, "563.949"], [1702464194, "581.958"], [1702464230, "593.964"], [1702464263, "605.97"], [1702464299, "617.976"], [1702464332, "629.982"], [1702464356, "641.988"], [1702464392, "653.994"], [1702464425, "666"], [1702464455, "678.006"], [1702464479, "690.012"], [1702464509, "702.018"], [1702464533, "714.024"], [1702464569, "726.03"], [1702464605, "738.036"], [1702464635, "750.042"], [1702464671, "762.048"], [1702464716, "774.054"], [1702464743, "786.06"], [1702464776, "798.066"], [1702464812, "810.072"], [1702464836, "822.078"], [1702464869, "834.084"], [1702464905, "846.09"], [1702464926, "858.096"], [1702464956, "870.102"], [1702464992, "882.108"], [1702465016, "894.114"], [1702465049, "906.12"], [1702465085, "918.126"], [1702465118, "930.132"], [1702465145, "942.138"], [1702465178, "954.144"], [1702465208, "966.15"], [1702465241, "978.156"], [1702465298, "996.165"], [1702465334, "1008.171"], [1702465367, "1020.177"], [1702465394, "1032.183"], [1702465418, "1044.189"], [1702465445, "1056.195"], [1702465481, "1068.201"], [1702465517, "1080.207"], [1702465550, "1092.213"], [1702465586, "1104.219"], [1702465619, "1116.225"], [1702465658, "1128.231"], [1702465706, "1140.237"], [1702465754, "1158.246"], [1702465787, "1170.252"], [1702465823, "1182.258"], [1702465856, "1194.264"], [1702465880, "1206.27"], [1702465910, "1218.276"], [1702465952, "1230.282"], [1702465988, "1242.288"], [1702466015, "1254.294"], [1702466030, "1266.3"], [1702466060, "1278.306"], [1702466078, "1290.312"], [1702466138, "1308.321"], [1702466168, "1320.327"], [1702466204, "1332.333"], [1702466237, "1344.339"], [1702466261, "1356.345"], [1702466291, "1368.351"], [1702466327, "1380.357"], [1702466360, "1392.363"], [1702466384, "1404.369"], [1702466417, "1416.375"], [1702466441, "1428.381"], [1702466471, "1440.387"], [1702466507, "1452.393"], [1702466540, "1464.399"], [1702466597, "1482.408"], [1702466633, "1494.414"], [1702466666, "1506.42"], [1702466705, "1518.426"], [1702466732, "1530.432"], [1702466765, "1542.438"], [1702466801, "1554.444"], [1702466852, "1572.453"], [1702466876, "1584.459"], [1702466918, "1596.465"], [1702466978, "1620.477"], [1702467014, "1632.483"], [1702467038, "1644.489"], [1702467068, "1656.495"], [1702467122, "1674.504"], [1702467158, "1686.51"], [1702467191, "1698.516"], [1702467221, "1710.522"], [1702467257, "1722.528"], [1702467299, "1734.534"], [1702467350, "1752.543"], [1702467386, "1764.549"], [1702467419, "1776.555"], [1702467455, "1788.561"], [1702467515, "1812.573"], [1702467542, "1824.579"], [1702467566, "1836.585"], [1702467599, "1848.591"], [1702467635, "1860.597"], [1702467668, "1872.603"], [1702467695, "1884.609"], [1702467716, "1896.615"], [1702467746, "1908.621"], [1702467800, "1926.63"], [1702467824, "1938.636"], [1702467908, "1968.651"], [1702467944, "1980.657"], [1702467968, "1992.663"], [1702468001, "2004.669"], [1702468031, "2016.675"], [1702468067, "2028.681"], [1702468085, "2040.687"], [1702468115, "2052.693"], [1702468151, "2064.699"], [1702468181, "2076.705"], [1702468208, "2088.711"], [1702468241, "2100.717"], [1702468256, "2112.723"], [1702468286, "2124.729"], [1702468322, "2136.735"], [1702468352, "2148.741"], [1702468388, "2160.747"], [1702468424, "2172.753"], [1702468457, "2184.759"], [1702468493, "2196.765"], [1702468517, "2208.771"], [1702468550, "2220.777"], [1702468586, "2232.783"], [1702468613, "2244.789"], [1702468637, "2256.795"], [1702468679, "2268.801"], [1702468721, "2280.807"], [1702468730, "2286.81"], [1702468766, "2298.816"], [1702468799, "2310.822"], [1702468835, "2322.828"], [1702468898, "2340.837"], [1702468934, "2352.843"], [1702468970, "2364.849"], [1702468994, "2376.855"], [1702469024, "2388.861"], [1702469060, "2400.867"], [1702469111, "2418.876"], [1702469144, "2430.882"], [1702469168, "2442.888"], [1702469204, "2454.894"], [1702469237, "2466.9"], [1702469273, "2478.906"], [1702469303, "2490.912"], [1702469336, "2502.918"], [1702469360, "2514.924"], [1702469387, "2526.93"], [1702469411, "2538.936"], [1702469435, "2550.942"], [1702469468, "2562.948"], [1702469504, "2574.954"], [1702469537, "2586.96"], [1702469573, "2598.966"], [1702469606, "2610.972"], [1702469633, "2622.978"], [1702469660, "2634.984"], [1702469684, "2646.99"], [1702469717, "2658.996"], [1702469753, "2671.002"], [1702469786, "2683.008"], [1702469816, "2695.014"], [1702469834, "2707.02"], [1702469864, "2719.026"], [1702469906, "2737.035"], [1702469936, "2749.041"], [1702469972, "2761.047"], [1702470005, "2773.053"], [1702470029, "2785.059"], [1702470065, "2797.065"], [1702470101, "2809.071"], [1702470131, "2821.077"], [1702470167, "2833.083"], [1702470203, "2845.089"], [1702470251, "2863.098"], [1702470278, "2875.104"], [1702470311, "2887.11"], [1702470347, "2899.116"], [1702470371, "2911.122"], [1702470404, "2923.128"], [1702470440, "2935.134"], [1702470476, "2947.14"], [1702470506, "2959.146"], [1702470542, "2971.152"], [1702470575, "2983.158"], [1702470611, "2995.164"], [1702470635, "3007.17"], [1702470662, "3019.176"], [1702470686, "3031.182"], [1702470719, "3043.188"], [1702470746, "3055.194"], [1702470812, "3079.206"], [1702470845, "3091.212"], [1702470875, "3103.218"], [1702470899, "3115.224"], [1702470953, "3133.233"], [1702470983, "3145.239"], [1702471025, "3157.245"], [1702471067, "3175.254"], [1702471169, "3205.269"], [1702471193, "3217.275"], [1702471226, "3229.281"], [1702471265, "3241.287"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "20.622"], [1702462721, "27.144"], [1702462736, "33.666"], [1702462751, "40.188"], [1702462763, "46.572"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.009"], [1702462721, "0.009"], [1702462736, "0.009"], [1702462751, "0.009"], [1702462763, "0.009"], [1702462793, "0.009"], [1702462808, "0.009"], [1702462829, "0.009"], [1702462844, "0.009"], [1702462865, "0.009"], [1702462880, "0.009"], [1702462904, "0.009"], [1702462919, "0.009"], [1702462952, "0.009"], [1702462973, "0.009"], [1702462988, "0.009"], [1702463045, "0.009"], [1702463081, "0.009"], [1702463114, "0.009"], [1702463150, "0.009"], [1702463186, "0.009"], [1702463216, "0.009"], [1702463240, "0.009"], [1702463273, "0.009"], [1702463324, "0.009"], [1702463354, "0.009"], [1702463381, "0.009"], [1702463417, "0.009"], [1702463453, "0.009"], [1702463477, "0.009"], [1702463510, "0.009"], [1702463537, "0.009"], [1702463570, "0.009"], [1702463591, "0.009"], [1702463621, "0.009"], [1702463657, "0.009"], [1702463693, "0.009"], [1702463729, "0.009"], [1702463765, "0.009"], [1702463798, "0.009"], [1702463846, "0.009"], [1702463873, "0.009"], [1702463906, "0.009"], [1702463948, "0.009"], [1702463984, "0.009"], [1702464014, "0.009"], [1702464050, "0.009"], [1702464086, "0.009"], [1702464122, "0.009"], [1702464155, "0.009"], [1702464194, "0.009"], [1702464230, "0.009"], [1702464263, "0.009"], [1702464299, "0.009"], [1702464332, "0.009"], [1702464356, "0.009"], [1702464392, "0.009"], [1702464425, "0.009"], [1702464455, "0.009"], [1702464479, "0.009"], [1702464509, "0.009"], [1702464533, "0.009"], [1702464569, "0.009"], [1702464605, "0.009"], [1702464635, "0.009"], [1702464671, "0.009"], [1702464716, "0.009"], [1702464743, "0.009"], [1702464776, "0.009"], [1702464812, "0.009"], [1702464836, "0.009"], [1702464869, "0.009"], [1702464905, "0.009"], [1702464926, "0.009"], [1702464956, "0.009"], [1702464992, "0.009"], [1702465016, "0.009"], [1702465049, "0.009"], [1702465085, "0.009"], [1702465118, "0.009"], [1702465145, "0.009"], [1702465178, "0.009"], [1702465208, "0.009"], [1702465241, "0.009"], [1702465298, "0.009"], [1702465334, "0.009"], [1702465367, "0.009"], [1702465394, "0.009"], [1702465418, "0.009"], [1702465445, "0.009"], [1702465481, "0.009"], [1702465517, "0.009"], [1702465550, "0.009"], [1702465586, "0.009"], [1702465619, "0.009"], [1702465658, "0.009"], [1702465706, "0.009"], [1702465754, "0.009"], [1702465787, "0.009"], [1702465823, "0.009"], [1702465856, "0.009"], [1702465880, "0.009"], [1702465910, "0.009"], [1702465952, "0.009"], [1702465988, "0.009"], [1702466015, "0.009"], [1702466030, "0.009"], [1702466060, "0.009"], [1702466078, "0.009"], [1702466138, "0.009"], [1702466168, "0.009"], [1702466204, "0.009"], [1702466237, "0.009"], [1702466261, "0.009"], [1702466291, "0.009"], [1702466327, "0.009"], [1702466360, "0.009"], [1702466384, "0.009"], [1702466417, "0.009"], [1702466441, "0.009"], [1702466471, "0.009"], [1702466507, "0.009"], [1702466540, "0.009"], [1702466597, "0.009"], [1702466633, "0.009"], [1702466666, "0.009"], [1702466705, "0.009"], [1702466732, "0.009"], [1702466765, "0.009"], [1702466801, "0.009"], [1702466852, "0.009"], [1702466876, "0.012"], [1702466918, "0.012"], [1702466978, "0.012"], [1702467014, "0.012"], [1702467038, "0.012"], [1702467068, "0.012"], [1702467122, "0.012"], [1702467158, "0.012"], [1702467191, "0.012"], [1702467221, "0.012"], [1702467257, "0.012"], [1702467299, "0.012"], [1702467350, "0.012"], [1702467386, "0.012"], [1702467419, "0.012"], [1702467455, "0.012"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.012"], [1702471193, "0.012"], [1702471226, "0.012"], [1702471265, "0.012"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0.054"], [1702462721, "0.054"], [1702462736, "0.054"], [1702462751, "0.054"], [1702462763, "0.075"], [1702462793, "0.075"], [1702462808, "0.075"], [1702462829, "0.075"], [1702462844, "0.075"], [1702462865, "0.075"], [1702462880, "0.075"], [1702462904, "0.075"], [1702462919, "0.075"], [1702462952, "0.075"], [1702462973, "0.075"], [1702462988, "0.075"], [1702463045, "0.075"], [1702463081, "0.075"], [1702463114, "0.075"], [1702463150, "0.075"], [1702463186, "0.075"], [1702463216, "0.075"], [1702463240, "0.075"], [1702463273, "0.075"], [1702463324, "0.075"], [1702463354, "0.075"], [1702463381, "0.075"], [1702463417, "0.075"], [1702463453, "0.075"], [1702463477, "0.075"], [1702463510, "0.075"], [1702463537, "0.075"], [1702463570, "0.075"], [1702463591, "0.075"], [1702463621, "0.075"], [1702463657, "0.075"], [1702463693, "0.075"], [1702463729, "0.075"], [1702463765, "0.075"], [1702463798, "0.075"], [1702463846, "0.075"], [1702463873, "0.075"], [1702463906, "0.075"], [1702463948, "0.075"], [1702463984, "0.075"], [1702464014, "0.075"], [1702464050, "0.075"], [1702464086, "0.075"], [1702464122, "0.075"], [1702464155, "0.075"], [1702464194, "0.075"], [1702464230, "0.075"], [1702464263, "0.075"], [1702464299, "0.075"], [1702464332, "0.075"], [1702464356, "0.075"], [1702464392, "0.075"], [1702464425, "0.075"], [1702464455, "0.075"], [1702464479, "0.075"], [1702464509, "0.075"], [1702464533, "0.075"], [1702464569, "0.075"], [1702464605, "0.075"], [1702464635, "0.075"], [1702464671, "0.075"], [1702464716, "0.075"], [1702464743, "0.075"], [1702464776, "0.075"], [1702464812, "0.075"], [1702464836, "0.075"], [1702464869, "0.075"], [1702464905, "0.075"], [1702464926, "0.075"], [1702464956, "0.075"], [1702464992, "0.075"], [1702465016, "0.075"], [1702465049, "0.075"], [1702465085, "0.075"], [1702465118, "0.075"], [1702465145, "0.075"], [1702465178, "0.075"], [1702465208, "0.075"], [1702465241, "0.075"], [1702465298, "0.075"], [1702465334, "0.075"], [1702465367, "0.075"], [1702465394, "0.075"], [1702465418, "0.075"], [1702465445, "0.075"], [1702465481, "0.075"], [1702465517, "0.075"], [1702465550, "0.075"], [1702465586, "0.075"], [1702465619, "0.075"], [1702465658, "0.075"], [1702465706, "0.075"], [1702465754, "0.075"], [1702465787, "0.075"], [1702465823, "0.075"], [1702465856, "0.075"], [1702465880, "0.075"], [1702465910, "0.075"], [1702465952, "0.075"], [1702465988, "0.075"], [1702466015, "0.075"], [1702466030, "0.075"], [1702466060, "0.075"], [1702466078, "0.075"], [1702466138, "0.075"], [1702466168, "0.075"], [1702466204, "0.075"], [1702466237, "0.075"], [1702466261, "0.075"], [1702466291, "0.075"], [1702466327, "0.075"], [1702466360, "0.075"], [1702466384, "0.075"], [1702466417, "0.075"], [1702466441, "0.075"], [1702466471, "0.075"], [1702466507, "0.075"], [1702466540, "0.075"], [1702466597, "0.075"], [1702466633, "0.075"], [1702466666, "0.075"], [1702466705, "0.075"], [1702466732, "0.075"], [1702466765, "0.075"], [1702466801, "0.075"], [1702466852, "0.075"], [1702466876, "0.084"], [1702466918, "0.084"], [1702466978, "0.084"], [1702467014, "0.084"], [1702467038, "0.084"], [1702467068, "0.084"], [1702467122, "0.084"], [1702467158, "0.084"], [1702467191, "0.084"], [1702467221, "0.084"], [1702467257, "0.084"], [1702467299, "0.084"], [1702467350, "0.084"], [1702467386, "0.084"], [1702467419, "0.084"], [1702467455, "0.084"], [1702467515, "0.084"], [1702467542, "0.084"], [1702467566, "0.084"], [1702467599, "0.084"], [1702467635, "0.084"], [1702467668, "0.084"], [1702467695, "0.084"], [1702467716, "0.084"], [1702467746, "0.084"], [1702467800, "0.084"], [1702467824, "0.084"], [1702467908, "0.084"], [1702467944, "0.084"], [1702467968, "0.084"], [1702468001, "0.084"], [1702468031, "0.084"], [1702468067, "0.084"], [1702468085, "0.084"], [1702468115, "0.084"], [1702468151, "0.084"], [1702468181, "0.084"], [1702468208, "0.084"], [1702468241, "0.084"], [1702468256, "0.084"], [1702468286, "0.084"], [1702468322, "0.084"], [1702468352, "0.084"], [1702468388, "0.084"], [1702468424, "0.084"], [1702468457, "0.084"], [1702468493, "0.084"], [1702468517, "0.084"], [1702468550, "0.084"], [1702468586, "0.084"], [1702468613, "0.099"], [1702468637, "0.099"], [1702468679, "0.099"], [1702468721, "0.099"], [1702468730, "0.099"], [1702468766, "0.099"], [1702468799, "0.099"], [1702468835, "0.099"], [1702468898, "0.099"], [1702468934, "0.099"], [1702468970, "0.099"], [1702468994, "0.099"], [1702469024, "0.111"], [1702469060, "0.111"], [1702469111, "0.111"], [1702469144, "0.111"], [1702469168, "0.111"], [1702469204, "0.111"], [1702469237, "0.111"], [1702469273, "0.111"], [1702469303, "0.111"], [1702469336, "0.111"], [1702469360, "0.111"], [1702469387, "0.111"], [1702469411, "0.111"], [1702469435, "0.111"], [1702469468, "0.111"], [1702469504, "0.111"], [1702469537, "0.111"], [1702469573, "0.111"], [1702469606, "0.111"], [1702469633, "0.111"], [1702469660, "0.111"], [1702469684, "0.111"], [1702469717, "0.111"], [1702469753, "0.111"], [1702469786, "0.111"], [1702469816, "0.111"], [1702469834, "0.111"], [1702469864, "0.111"], [1702469906, "0.111"], [1702469936, "0.111"], [1702469972, "0.111"], [1702470005, "0.111"], [1702470029, "0.111"], [1702470065, "0.111"], [1702470101, "0.111"], [1702470131, "0.111"], [1702470167, "0.111"], [1702470203, "0.111"], [1702470251, "0.111"], [1702470278, "0.111"], [1702470311, "0.111"], [1702470347, "0.111"], [1702470371, "0.111"], [1702470404, "0.111"], [1702470440, "0.111"], [1702470476, "0.111"], [1702470506, "0.111"], [1702470542, "0.111"], [1702470575, "0.111"], [1702470611, "0.111"], [1702470635, "0.111"], [1702470662, "0.111"], [1702470686, "0.111"], [1702470719, "0.111"], [1702470746, "0.111"], [1702470812, "0.111"], [1702470845, "0.111"], [1702470875, "0.111"], [1702470899, "0.111"], [1702470953, "0.111"], [1702470983, "0.111"], [1702471025, "0.111"], [1702471067, "0.111"], [1702471169, "0.111"], [1702471193, "0.111"], [1702471226, "0.111"], [1702471265, "0.111"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "66.771"], [1702462973, "72.774"], [1702462988, "78.777"], [1702463045, "96.786"], [1702463081, "108.792"], [1702463114, "120.798"], [1702463150, "132.804"], [1702463186, "144.81"], [1702463216, "156.816"], [1702463240, "168.822"], [1702463273, "180.828"], [1702463324, "198.837"], [1702463354, "210.843"], [1702463381, "222.849"], [1702463417, "234.855"], [1702463453, "246.861"], [1702463477, "258.867"], [1702463510, "270.873"], [1702463537, "282.879"], [1702463570, "294.885"], [1702463591, "306.891"], [1702463621, "318.897"], [1702463657, "330.903"], [1702463693, "342.909"], [1702463729, "354.915"], [1702463765, "366.921"], [1702463798, "378.927"], [1702463846, "396.936"], [1702463873, "408.942"], [1702463906, "420.948"], [1702463948, "438.957"], [1702463984, "450.963"], [1702464014, "462.969"], [1702464050, "474.975"], [1702464086, "486.981"], [1702464122, "498.987"], [1702464155, "510.993"], [1702464194, "529.002"], [1702464230, "541.008"], [1702464263, "553.014"], [1702464299, "565.02"], [1702464332, "577.026"], [1702464356, "589.032"], [1702464392, "601.038"], [1702464425, "613.044"], [1702464455, "625.05"], [1702464479, "637.056"], [1702464509, "649.062"], [1702464533, "661.068"], [1702464569, "673.074"], [1702464605, "685.08"], [1702464635, "697.086"], [1702464671, "709.092"], [1702464716, "721.098"], [1702464743, "733.104"], [1702464776, "745.11"], [1702464812, "757.116"], [1702464836, "769.122"], [1702464869, "781.128"], [1702464905, "793.134"], [1702464926, "805.14"], [1702464956, "817.146"], [1702464992, "829.152"], [1702465016, "841.158"], [1702465049, "853.164"], [1702465085, "865.17"], [1702465118, "877.176"], [1702465145, "889.182"], [1702465178, "901.188"], [1702465208, "913.194"], [1702465241, "925.2"], [1702465298, "943.209"], [1702465334, "955.215"], [1702465367, "967.221"], [1702465394, "979.227"], [1702465418, "991.233"], [1702465445, "1003.239"], [1702465481, "1015.245"], [1702465517, "1027.251"], [1702465550, "1039.257"], [1702465586, "1051.263"], [1702465619, "1063.269"], [1702465658, "1075.275"], [1702465706, "1087.281"], [1702465754, "1105.29"], [1702465787, "1117.296"], [1702465823, "1129.302"], [1702465856, "1141.308"], [1702465880, "1153.314"], [1702465910, "1165.32"], [1702465952, "1177.326"], [1702465988, "1189.332"], [1702466015, "1201.338"], [1702466030, "1213.344"], [1702466060, "1225.35"], [1702466078, "1237.356"], [1702466138, "1255.365"], [1702466168, "1267.371"], [1702466204, "1279.377"], [1702466237, "1291.383"], [1702466261, "1303.389"], [1702466291, "1315.395"], [1702466327, "1327.401"], [1702466360, "1339.407"], [1702466384, "1351.413"], [1702466417, "1363.419"], [1702466441, "1375.425"], [1702466471, "1387.431"], [1702466507, "1399.437"], [1702466540, "1411.443"], [1702466597, "1429.452"], [1702466633, "1441.458"], [1702466666, "1453.464"], [1702466705, "1465.47"], [1702466732, "1477.476"], [1702466765, "1489.482"], [1702466801, "1501.488"], [1702466852, "1519.497"], [1702466876, "1531.503"], [1702466918, "1543.509"], [1702466978, "1567.521"], [1702467014, "1579.527"], [1702467038, "1591.533"], [1702467068, "1603.539"], [1702467122, "1621.548"], [1702467158, "1633.554"], [1702467191, "1645.56"], [1702467221, "1657.566"], [1702467257, "1669.572"], [1702467299, "1681.578"], [1702467350, "1699.587"], [1702467386, "1711.593"], [1702467419, "1723.599"], [1702467455, "1735.605"], [1702467515, "1759.617"], [1702467542, "1771.623"], [1702467566, "1783.629"], [1702467599, "1795.635"], [1702467635, "1807.641"], [1702467668, "1819.647"], [1702467695, "1831.653"], [1702467716, "1843.659"], [1702467746, "1855.665"], [1702467800, "1873.674"], [1702467824, "1885.68"], [1702467908, "1915.695"], [1702467944, "1927.701"], [1702467968, "1939.707"], [1702468001, "1951.713"], [1702468031, "1963.719"], [1702468067, "1975.725"], [1702468085, "1987.731"], [1702468115, "1999.737"], [1702468151, "2011.743"], [1702468181, "2023.749"], [1702468208, "2035.755"], [1702468241, "2047.761"], [1702468256, "2059.767"], [1702468286, "2071.773"], [1702468322, "2083.779"], [1702468352, "2095.785"], [1702468388, "2107.791"], [1702468424, "2119.797"], [1702468457, "2131.803"], [1702468493, "2143.809"], [1702468517, "2155.815"], [1702468550, "2167.821"], [1702468586, "2179.827"], [1702468613, "2191.833"], [1702468637, "2203.839"], [1702468679, "2215.845"], [1702468721, "2227.851"], [1702468730, "2233.854"], [1702468766, "2245.86"], [1702468799, "2257.866"], [1702468835, "2269.872"], [1702468898, "2287.881"], [1702468934, "2299.887"], [1702468970, "2311.893"], [1702468994, "2323.899"], [1702469024, "2335.905"], [1702469060, "2347.911"], [1702469111, "2365.92"], [1702469144, "2377.926"], [1702469168, "2389.932"], [1702469204, "2401.938"], [1702469237, "2413.944"], [1702469273, "2425.95"], [1702469303, "2437.956"], [1702469336, "2449.962"], [1702469360, "2461.968"], [1702469387, "2473.974"], [1702469411, "2485.98"], [1702469435, "2497.986"], [1702469468, "2509.992"], [1702469504, "2521.998"], [1702469537, "2534.004"], [1702469573, "2546.01"], [1702469606, "2558.016"], [1702469633, "2570.022"], [1702469660, "2582.028"], [1702469684, "2594.034"], [1702469717, "2606.04"], [1702469753, "2618.046"], [1702469786, "2630.052"], [1702469816, "2642.058"], [1702469834, "2654.064"], [1702469864, "2666.07"], [1702469906, "2684.079"], [1702469936, "2696.085"], [1702469972, "2708.091"], [1702470005, "2720.097"], [1702470029, "2732.103"], [1702470065, "2744.109"], [1702470101, "2756.115"], [1702470131, "2768.121"], [1702470167, "2780.127"], [1702470203, "2792.133"], [1702470251, "2810.142"], [1702470278, "2822.148"], [1702470311, "2834.154"], [1702470347, "2846.16"], [1702470371, "2858.166"], [1702470404, "2870.172"], [1702470440, "2882.178"], [1702470476, "2894.184"], [1702470506, "2906.19"], [1702470542, "2918.196"], [1702470575, "2930.202"], [1702470611, "2942.208"], [1702470635, "2954.214"], [1702470662, "2966.22"], [1702470686, "2978.226"], [1702470719, "2990.232"], [1702470746, "3002.238"], [1702470812, "3026.25"], [1702470845, "3038.256"], [1702470875, "3050.262"], [1702470899, "3062.268"], [1702470953, "3080.277"], [1702470983, "3092.283"], [1702471025, "3104.289"], [1702471067, "3122.298"], [1702471169, "3152.313"], [1702471193, "3164.319"], [1702471226, "3176.325"], [1702471265, "3188.331"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "6.249"], [1702462808, "12.498"], [1702462829, "18.747"], [1702462844, "24.75"], [1702462865, "30.753"], [1702462880, "36.756"], [1702462904, "48.762"], [1702462919, "54.765"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "6.003"], [1702468766, "18.009"], [1702468799, "30.015"], [1702468835, "42.021"], [1702468898, "60.03"], [1702468934, "72.036"], [1702468970, "84.042"], [1702468994, "96.048"], [1702469024, "108.054"], [1702469060, "120.06"], [1702469111, "138.069"], [1702469144, "150.075"], [1702469168, "162.081"], [1702469204, "174.087"], [1702469237, "186.093"], [1702469273, "198.099"], [1702469303, "210.105"], [1702469336, "222.111"], [1702469360, "234.117"], [1702469387, "246.123"], [1702469411, "258.129"], [1702469435, "270.135"], [1702469468, "282.141"], [1702469504, "294.147"], [1702469537, "306.153"], [1702469573, "318.159"], [1702469606, "330.165"], [1702469633, "342.171"], [1702469660, "354.177"], [1702469684, "366.183"], [1702469717, "378.189"], [1702469753, "390.195"], [1702469786, "402.201"], [1702469816, "414.207"], [1702469834, "426.213"], [1702469864, "438.219"], [1702469906, "456.228"], [1702469936, "468.234"], [1702469972, "480.24"], [1702470005, "492.246"], [1702470029, "504.252"], [1702470065, "516.258"], [1702470101, "528.264"], [1702470131, "540.27"], [1702470167, "552.276"], [1702470203, "564.282"], [1702470251, "582.291"], [1702470278, "594.297"], [1702470311, "606.303"], [1702470347, "618.309"], [1702470371, "630.315"], [1702470404, "642.321"], [1702470440, "654.327"], [1702470476, "666.333"], [1702470506, "678.339"], [1702470542, "690.345"], [1702470575, "702.351"], [1702470611, "714.357"], [1702470635, "726.363"], [1702470662, "738.369"], [1702470686, "750.375"], [1702470719, "762.381"], [1702470746, "774.387"], [1702470812, "798.399"], [1702470845, "810.405"], [1702470875, "822.411"], [1702470899, "834.417"], [1702470953, "852.426"], [1702470983, "864.432"], [1702471025, "876.438"], [1702471067, "894.447"], [1702471169, "924.462"], [1702471193, "936.468"], [1702471226, "948.474"], [1702471265, "960.48"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "57.747"], [1702462844, "63.75"], [1702462865, "69.753"], [1702462880, "75.756"], [1702462904, "87.762"], [1702462919, "93.765"], [1702462952, "105.771"], [1702462973, "111.774"], [1702462988, "117.777"], [1702463045, "135.786"], [1702463081, "147.792"], [1702463114, "159.798"], [1702463150, "171.804"], [1702463186, "183.81"], [1702463216, "195.816"], [1702463240, "207.822"], [1702463273, "219.828"], [1702463324, "237.837"], [1702463354, "249.843"], [1702463381, "261.849"], [1702463417, "273.855"], [1702463453, "285.861"], [1702463477, "297.867"], [1702463510, "309.873"], [1702463537, "321.879"], [1702463570, "333.885"], [1702463591, "345.891"], [1702463621, "357.897"], [1702463657, "369.903"], [1702463693, "381.909"], [1702463729, "393.915"], [1702463765, "405.921"], [1702463798, "417.927"], [1702463846, "435.936"], [1702463873, "447.942"], [1702463906, "459.948"], [1702463948, "477.957"], [1702463984, "489.963"], [1702464014, "501.969"], [1702464050, "513.975"], [1702464086, "525.981"], [1702464122, "537.987"], [1702464155, "549.993"], [1702464194, "568.002"], [1702464230, "580.008"], [1702464263, "592.014"], [1702464299, "604.02"], [1702464332, "616.026"], [1702464356, "628.032"], [1702464392, "640.038"], [1702464425, "652.044"], [1702464455, "664.05"], [1702464479, "676.056"], [1702464509, "688.062"], [1702464533, "700.068"], [1702464569, "712.074"], [1702464605, "724.08"], [1702464635, "736.086"], [1702464671, "748.092"], [1702464716, "760.098"], [1702464743, "772.104"], [1702464776, "784.11"], [1702464812, "796.116"], [1702464836, "808.122"], [1702464869, "820.128"], [1702464905, "832.134"], [1702464926, "844.14"], [1702464956, "856.146"], [1702464992, "868.152"], [1702465016, "880.158"], [1702465049, "892.164"], [1702465085, "904.17"], [1702465118, "916.176"], [1702465145, "928.182"], [1702465178, "940.188"], [1702465208, "952.194"], [1702465241, "964.2"], [1702465298, "982.209"], [1702465334, "994.215"], [1702465367, "1006.221"], [1702465394, "1018.227"], [1702465418, "1030.233"], [1702465445, "1042.239"], [1702465481, "1054.245"], [1702465517, "1066.251"], [1702465550, "1078.257"], [1702465586, "1090.263"], [1702465619, "1102.269"], [1702465658, "1114.275"], [1702465706, "1126.281"], [1702465754, "1144.29"], [1702465787, "1156.296"], [1702465823, "1168.302"], [1702465856, "1180.308"], [1702465880, "1192.314"], [1702465910, "1204.32"], [1702465952, "1216.326"], [1702465988, "1228.332"], [1702466015, "1240.338"], [1702466030, "1252.344"], [1702466060, "1264.35"], [1702466078, "1276.356"], [1702466138, "1294.365"], [1702466168, "1306.371"], [1702466204, "1318.377"], [1702466237, "1330.383"], [1702466261, "1342.389"], [1702466291, "1354.395"], [1702466327, "1366.401"], [1702466360, "1378.407"], [1702466384, "1390.413"], [1702466417, "1402.419"], [1702466441, "1414.425"], [1702466471, "1426.431"], [1702466507, "1438.437"], [1702466540, "1450.443"], [1702466597, "1468.452"], [1702466633, "1480.458"], [1702466666, "1492.464"], [1702466705, "1504.47"], [1702466732, "1516.476"], [1702466765, "1528.482"], [1702466801, "1540.488"], [1702466852, "1558.497"], [1702466876, "1570.503"], [1702466918, "1582.509"], [1702466978, "1606.521"], [1702467014, "1618.527"], [1702467038, "1630.533"], [1702467068, "1642.539"], [1702467122, "1660.548"], [1702467158, "1672.554"], [1702467191, "1684.56"], [1702467221, "1696.566"], [1702467257, "1708.572"], [1702467299, "1720.578"], [1702467350, "1738.587"], [1702467386, "1750.593"], [1702467419, "1762.599"], [1702467455, "1774.605"], [1702467515, "1798.617"], [1702467542, "1810.623"], [1702467566, "1822.629"], [1702467599, "1834.635"], [1702467635, "1846.641"], [1702467668, "1858.647"], [1702467695, "1870.653"], [1702467716, "1882.659"], [1702467746, "1894.665"], [1702467800, "1912.674"], [1702467824, "1924.68"], [1702467908, "1954.695"], [1702467944, "1966.701"], [1702467968, "1978.707"], [1702468001, "1990.713"], [1702468031, "2002.719"], [1702468067, "2014.725"], [1702468085, "2026.731"], [1702468115, "2038.737"], [1702468151, "2050.743"], [1702468181, "2062.749"], [1702468208, "2074.755"], [1702468241, "2086.761"], [1702468256, "2098.767"], [1702468286, "2110.773"], [1702468322, "2122.779"], [1702468352, "2134.785"], [1702468388, "2146.791"], [1702468424, "2158.797"], [1702468457, "2170.803"], [1702468493, "2182.809"], [1702468517, "2194.815"], [1702468550, "2206.821"], [1702468586, "2218.827"], [1702468613, "2230.833"], [1702468637, "2242.839"], [1702468679, "2254.845"], [1702468721, "2266.851"], [1702468730, "2272.854"], [1702468766, "2284.86"], [1702468799, "2296.866"], [1702468835, "2308.872"], [1702468898, "2326.881"], [1702468934, "2338.887"], [1702468970, "2350.893"], [1702468994, "2362.899"], [1702469024, "2374.905"], [1702469060, "2386.911"], [1702469111, "2404.92"], [1702469144, "2416.926"], [1702469168, "2428.932"], [1702469204, "2440.938"], [1702469237, "2452.944"], [1702469273, "2464.95"], [1702469303, "2476.956"], [1702469336, "2488.962"], [1702469360, "2500.968"], [1702469387, "2512.974"], [1702469411, "2524.98"], [1702469435, "2536.986"], [1702469468, "2548.992"], [1702469504, "2560.998"], [1702469537, "2573.004"], [1702469573, "2585.01"], [1702469606, "2597.016"], [1702469633, "2609.022"], [1702469660, "2621.028"], [1702469684, "2633.034"], [1702469717, "2645.04"], [1702469753, "2657.046"], [1702469786, "2669.052"], [1702469816, "2681.058"], [1702469834, "2693.064"], [1702469864, "2705.07"], [1702469906, "2723.079"], [1702469936, "2735.085"], [1702469972, "2747.091"], [1702470005, "2759.097"], [1702470029, "2771.103"], [1702470065, "2783.109"], [1702470101, "2795.115"], [1702470131, "2807.121"], [1702470167, "2819.127"], [1702470203, "2831.133"], [1702470251, "2849.142"], [1702470278, "2861.148"], [1702470311, "2873.154"], [1702470347, "2885.16"], [1702470371, "2897.166"], [1702470404, "2909.172"], [1702470440, "2921.178"], [1702470476, "2933.184"], [1702470506, "2945.19"], [1702470542, "2957.196"], [1702470575, "2969.202"], [1702470611, "2981.208"], [1702470635, "2993.214"], [1702470662, "3005.22"], [1702470686, "3017.226"], [1702470719, "3029.232"], [1702470746, "3041.238"], [1702470812, "3065.25"], [1702470845, "3077.256"], [1702470875, "3089.262"], [1702470899, "3101.268"], [1702470953, "3119.277"], [1702470983, "3131.283"], [1702471025, "3143.289"], [1702471067, "3161.298"], [1702471169, "3191.313"], [1702471193, "3203.319"], [1702471226, "3215.325"], [1702471265, "3227.331"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "6.666"], [1702462721, "13.188"], [1702462736, "19.71"], [1702462751, "26.232"], [1702462763, "32.616"], [1702462793, "45.249"], [1702462808, "51.498"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0.006"], [1702462721, "0.006"], [1702462736, "0.006"], [1702462751, "0.006"], [1702462763, "0.006"], [1702462793, "0.006"], [1702462808, "0.006"], [1702462829, "0.006"], [1702462844, "0.006"], [1702462865, "0.006"], [1702462880, "0.006"], [1702462904, "0.006"], [1702462919, "0.006"], [1702462952, "0.006"], [1702462973, "0.006"], [1702462988, "0.006"], [1702463045, "0.006"], [1702463081, "0.006"], [1702463114, "0.006"], [1702463150, "0.006"], [1702463186, "0.006"], [1702463216, "0.006"], [1702463240, "0.006"], [1702463273, "0.006"], [1702463324, "0.006"], [1702463354, "0.006"], [1702463381, "0.006"], [1702463417, "0.006"], [1702463453, "0.006"], [1702463477, "0.006"], [1702463510, "0.006"], [1702463537, "0.006"], [1702463570, "0.006"], [1702463591, "0.006"], [1702463621, "0.006"], [1702463657, "0.006"], [1702463693, "0.006"], [1702463729, "0.006"], [1702463765, "0.006"], [1702463798, "0.006"], [1702463846, "0.006"], [1702463873, "0.006"], [1702463906, "0.006"], [1702463948, "0.006"], [1702463984, "0.006"], [1702464014, "0.006"], [1702464050, "0.006"], [1702464086, "0.006"], [1702464122, "0.006"], [1702464155, "0.006"], [1702464194, "0.006"], [1702464230, "0.006"], [1702464263, "0.006"], [1702464299, "0.006"], [1702464332, "0.006"], [1702464356, "0.006"], [1702464392, "0.006"], [1702464425, "0.006"], [1702464455, "0.006"], [1702464479, "0.006"], [1702464509, "0.006"], [1702464533, "0.006"], [1702464569, "0.006"], [1702464605, "0.006"], [1702464635, "0.006"], [1702464671, "0.006"], [1702464716, "0.006"], [1702464743, "0.006"], [1702464776, "0.006"], [1702464812, "0.006"], [1702464836, "0.006"], [1702464869, "0.006"], [1702464905, "0.006"], [1702464926, "0.006"], [1702464956, "0.006"], [1702464992, "0.006"], [1702465016, "0.006"], [1702465049, "0.006"], [1702465085, "0.006"], [1702465118, "0.006"], [1702465145, "0.006"], [1702465178, "0.006"], [1702465208, "0.006"], [1702465241, "0.006"], [1702465298, "0.006"], [1702465334, "0.006"], [1702465367, "0.006"], [1702465394, "0.006"], [1702465418, "0.006"], [1702465445, "0.006"], [1702465481, "0.006"], [1702465517, "0.006"], [1702465550, "0.006"], [1702465586, "0.006"], [1702465619, "0.006"], [1702465658, "0.006"], [1702465706, "0.006"], [1702465754, "0.006"], [1702465787, "0.006"], [1702465823, "0.006"], [1702465856, "0.006"], [1702465880, "0.006"], [1702465910, "0.006"], [1702465952, "0.006"], [1702465988, "0.006"], [1702466015, "0.006"], [1702466030, "0.006"], [1702466060, "0.006"], [1702466078, "0.006"], [1702466138, "0.006"], [1702466168, "0.006"], [1702466204, "0.006"], [1702466237, "0.006"], [1702466261, "0.006"], [1702466291, "0.006"], [1702466327, "0.006"], [1702466360, "0.006"], [1702466384, "0.006"], [1702466417, "0.006"], [1702466441, "0.006"], [1702466471, "0.006"], [1702466507, "0.006"], [1702466540, "0.006"], [1702466597, "0.006"], [1702466633, "0.006"], [1702466666, "0.006"], [1702466705, "0.006"], [1702466732, "0.006"], [1702466765, "0.006"], [1702466801, "0.006"], [1702466852, "0.006"], [1702466876, "0.006"], [1702466918, "0.006"], [1702466978, "0.006"], [1702467014, "0.006"], [1702467038, "0.006"], [1702467068, "0.006"], [1702467122, "0.006"], [1702467158, "0.006"], [1702467191, "0.006"], [1702467221, "0.006"], [1702467257, "0.006"], [1702467299, "0.006"], [1702467350, "0.006"], [1702467386, "0.006"], [1702467419, "0.006"], [1702467455, "0.006"], [1702467515, "0.006"], [1702467542, "0.006"], [1702467566, "0.006"], [1702467599, "0.006"], [1702467635, "0.006"], [1702467668, "0.006"], [1702467695, "0.006"], [1702467716, "0.006"], [1702467746, "0.006"], [1702467800, "0.006"], [1702467824, "0.006"], [1702467908, "0.006"], [1702467944, "0.006"], [1702467968, "0.006"], [1702468001, "0.006"], [1702468031, "0.006"], [1702468067, "0.006"], [1702468085, "0.006"], [1702468115, "0.006"], [1702468151, "0.006"], [1702468181, "0.006"], [1702468208, "0.006"], [1702468241, "0.006"], [1702468256, "0.006"], [1702468286, "0.006"], [1702468322, "0.006"], [1702468352, "0.006"], [1702468388, "0.006"], [1702468424, "0.006"], [1702468457, "0.006"], [1702468493, "0.006"], [1702468517, "0.006"], [1702468550, "0.006"], [1702468586, "0.006"], [1702468613, "0.006"], [1702468637, "0.006"], [1702468679, "0.006"], [1702468721, "0.006"], [1702468730, "0.006"], [1702468766, "0.006"], [1702468799, "0.006"], [1702468835, "0.006"], [1702468898, "0.006"], [1702468934, "0.006"], [1702468970, "0.006"], [1702468994, "0.006"], [1702469024, "0.006"], [1702469060, "0.006"], [1702469111, "0.006"], [1702469144, "0.006"], [1702469168, "0.006"], [1702469204, "0.006"], [1702469237, "0.006"], [1702469273, "0.006"], [1702469303, "0.006"], [1702469336, "0.006"], [1702469360, "0.006"], [1702469387, "0.006"], [1702469411, "0.006"], [1702469435, "0.006"], [1702469468, "0.006"], [1702469504, "0.006"], [1702469537, "0.006"], [1702469573, "0.006"], [1702469606, "0.006"], [1702469633, "0.006"], [1702469660, "0.006"], [1702469684, "0.006"], [1702469717, "0.006"], [1702469753, "0.006"], [1702469786, "0.006"], [1702469816, "0.006"], [1702469834, "0.006"], [1702469864, "0.006"], [1702469906, "0.006"], [1702469936, "0.006"], [1702469972, "0.006"], [1702470005, "0.006"], [1702470029, "0.006"], [1702470065, "0.006"], [1702470101, "0.006"], [1702470131, "0.006"], [1702470167, "0.006"], [1702470203, "0.006"], [1702470251, "0.006"], [1702470278, "0.006"], [1702470311, "0.006"], [1702470347, "0.006"], [1702470371, "0.006"], [1702470404, "0.006"], [1702470440, "0.006"], [1702470476, "0.006"], [1702470506, "0.006"], [1702470542, "0.006"], [1702470575, "0.006"], [1702470611, "0.006"], [1702470635, "0.006"], [1702470662, "0.006"], [1702470686, "0.006"], [1702470719, "0.006"], [1702470746, "0.006"], [1702470812, "0.006"], [1702470845, "0.006"], [1702470875, "0.006"], [1702470899, "0.006"], [1702470953, "0.006"], [1702470983, "0.006"], [1702471025, "0.006"], [1702471067, "0.006"], [1702471169, "0.006"], [1702471193, "0.006"], [1702471226, "0.006"], [1702471265, "0.006"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0.075"], [1702462721, "0.075"], [1702462736, "0.075"], [1702462751, "0.075"], [1702462763, "0.141"], [1702462793, "0.141"], [1702462808, "0.141"], [1702462829, "0.141"], [1702462844, "0.141"], [1702462865, "0.141"], [1702462880, "0.141"], [1702462904, "0.141"], [1702462919, "0.141"], [1702462952, "0.141"], [1702462973, "0.141"], [1702462988, "0.141"], [1702463045, "0.141"], [1702463081, "0.141"], [1702463114, "0.141"], [1702463150, "0.141"], [1702463186, "0.141"], [1702463216, "0.141"], [1702463240, "0.141"], [1702463273, "0.141"], [1702463324, "0.141"], [1702463354, "0.141"], [1702463381, "0.141"], [1702463417, "0.141"], [1702463453, "0.141"], [1702463477, "0.141"], [1702463510, "0.141"], [1702463537, "0.141"], [1702463570, "0.141"], [1702463591, "0.141"], [1702463621, "0.141"], [1702463657, "0.141"], [1702463693, "0.141"], [1702463729, "0.141"], [1702463765, "0.141"], [1702463798, "0.141"], [1702463846, "0.141"], [1702463873, "0.141"], [1702463906, "0.141"], [1702463948, "0.141"], [1702463984, "0.141"], [1702464014, "0.141"], [1702464050, "0.141"], [1702464086, "0.141"], [1702464122, "0.141"], [1702464155, "0.141"], [1702464194, "0.141"], [1702464230, "0.141"], [1702464263, "0.141"], [1702464299, "0.141"], [1702464332, "0.141"], [1702464356, "0.141"], [1702464392, "0.141"], [1702464425, "0.141"], [1702464455, "0.141"], [1702464479, "0.141"], [1702464509, "0.141"], [1702464533, "0.141"], [1702464569, "0.141"], [1702464605, "0.141"], [1702464635, "0.141"], [1702464671, "0.141"], [1702464716, "0.141"], [1702464743, "0.141"], [1702464776, "0.141"], [1702464812, "0.141"], [1702464836, "0.141"], [1702464869, "0.141"], [1702464905, "0.141"], [1702464926, "0.141"], [1702464956, "0.141"], [1702464992, "0.141"], [1702465016, "0.141"], [1702465049, "0.141"], [1702465085, "0.141"], [1702465118, "0.144"], [1702465145, "0.144"], [1702465178, "0.144"], [1702465208, "0.144"], [1702465241, "0.144"], [1702465298, "0.144"], [1702465334, "0.144"], [1702465367, "0.144"], [1702465394, "0.144"], [1702465418, "0.144"], [1702465445, "0.144"], [1702465481, "0.144"], [1702465517, "0.144"], [1702465550, "0.144"], [1702465586, "0.144"], [1702465619, "0.144"], [1702465658, "0.144"], [1702465706, "0.144"], [1702465754, "0.144"], [1702465787, "0.144"], [1702465823, "0.144"], [1702465856, "0.144"], [1702465880, "0.144"], [1702465910, "0.144"], [1702465952, "0.144"], [1702465988, "0.144"], [1702466015, "0.144"], [1702466030, "0.144"], [1702466060, "0.144"], [1702466078, "0.144"], [1702466138, "0.144"], [1702466168, "0.144"], [1702466204, "0.144"], [1702466237, "0.144"], [1702466261, "0.144"], [1702466291, "0.144"], [1702466327, "0.144"], [1702466360, "0.144"], [1702466384, "0.144"], [1702466417, "0.144"], [1702466441, "0.144"], [1702466471, "0.144"], [1702466507, "0.144"], [1702466540, "0.144"], [1702466597, "0.144"], [1702466633, "0.144"], [1702466666, "0.144"], [1702466705, "0.144"], [1702466732, "0.144"], [1702466765, "0.144"], [1702466801, "0.144"], [1702466852, "0.144"], [1702466876, "0.147"], [1702466918, "0.147"], [1702466978, "0.147"], [1702467014, "0.147"], [1702467038, "0.147"], [1702467068, "0.147"], [1702467122, "0.147"], [1702467158, "0.147"], [1702467191, "0.147"], [1702467221, "0.147"], [1702467257, "0.147"], [1702467299, "0.147"], [1702467350, "0.147"], [1702467386, "0.147"], [1702467419, "0.147"], [1702467455, "0.147"], [1702467515, "0.147"], [1702467542, "0.147"], [1702467566, "0.147"], [1702467599, "0.147"], [1702467635, "0.147"], [1702467668, "0.147"], [1702467695, "0.147"], [1702467716, "0.147"], [1702467746, "0.147"], [1702467800, "0.147"], [1702467824, "0.147"], [1702467908, "0.147"], [1702467944, "0.147"], [1702467968, "0.147"], [1702468001, "0.147"], [1702468031, "0.147"], [1702468067, "0.147"], [1702468085, "0.147"], [1702468115, "0.147"], [1702468151, "0.147"], [1702468181, "0.147"], [1702468208, "0.147"], [1702468241, "0.147"], [1702468256, "0.147"], [1702468286, "0.147"], [1702468322, "0.147"], [1702468352, "0.147"], [1702468388, "0.147"], [1702468424, "0.147"], [1702468457, "0.147"], [1702468493, "0.147"], [1702468517, "0.147"], [1702468550, "0.147"], [1702468586, "0.147"], [1702468613, "0.15"], [1702468637, "0.15"], [1702468679, "0.15"], [1702468721, "0.15"], [1702468730, "0.15"], [1702468766, "0.15"], [1702468799, "0.15"], [1702468835, "0.15"], [1702468898, "0.15"], [1702468934, "0.15"], [1702468970, "0.15"], [1702468994, "0.15"], [1702469024, "0.15"], [1702469060, "0.15"], [1702469111, "0.15"], [1702469144, "0.15"], [1702469168, "0.15"], [1702469204, "0.15"], [1702469237, "0.15"], [1702469273, "0.15"], [1702469303, "0.15"], [1702469336, "0.15"], [1702469360, "0.15"], [1702469387, "0.15"], [1702469411, "0.15"], [1702469435, "0.15"], [1702469468, "0.15"], [1702469504, "0.15"], [1702469537, "0.15"], [1702469573, "0.15"], [1702469606, "0.15"], [1702469633, "0.15"], [1702469660, "0.15"], [1702469684, "0.15"], [1702469717, "0.15"], [1702469753, "0.15"], [1702469786, "0.15"], [1702469816, "0.15"], [1702469834, "0.15"], [1702469864, "0.15"], [1702469906, "0.15"], [1702469936, "0.15"], [1702469972, "0.15"], [1702470005, "0.15"], [1702470029, "0.15"], [1702470065, "0.15"], [1702470101, "0.15"], [1702470131, "0.15"], [1702470167, "0.15"], [1702470203, "0.15"], [1702470251, "0.15"], [1702470278, "0.15"], [1702470311, "0.15"], [1702470347, "0.15"], [1702470371, "0.15"], [1702470404, "0.15"], [1702470440, "0.15"], [1702470476, "0.15"], [1702470506, "0.15"], [1702470542, "0.15"], [1702470575, "0.15"], [1702470611, "0.15"], [1702470635, "0.15"], [1702470662, "0.15"], [1702470686, "0.15"], [1702470719, "0.15"], [1702470746, "0.15"], [1702470812, "0.15"], [1702470845, "0.15"], [1702470875, "0.15"], [1702470899, "0.15"], [1702470953, "0.15"], [1702470983, "0.15"], [1702471025, "0.15"], [1702471067, "0.15"], [1702471169, "0.15"], [1702471193, "0.15"], [1702471226, "0.15"], [1702471265, "0.15"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0.129"], [1702462721, "0.129"], [1702462736, "0.129"], [1702462751, "0.129"], [1702462763, "0.129"], [1702462793, "0.129"], [1702462808, "0.129"], [1702462829, "0.129"], [1702462844, "0.129"], [1702462865, "0.129"], [1702462880, "0.129"], [1702462904, "0.129"], [1702462919, "0.129"], [1702462952, "0.129"], [1702462973, "0.129"], [1702462988, "0.129"], [1702463045, "0.129"], [1702463081, "0.129"], [1702463114, "0.129"], [1702463150, "0.129"], [1702463186, "0.129"], [1702463216, "0.129"], [1702463240, "0.129"], [1702463273, "0.129"], [1702463324, "0.129"], [1702463354, "0.129"], [1702463381, "0.129"], [1702463417, "0.129"], [1702463453, "0.129"], [1702463477, "0.129"], [1702463510, "0.129"], [1702463537, "0.129"], [1702463570, "0.129"], [1702463591, "0.129"], [1702463621, "0.129"], [1702463657, "0.129"], [1702463693, "0.129"], [1702463729, "0.129"], [1702463765, "0.129"], [1702463798, "0.129"], [1702463846, "0.129"], [1702463873, "0.129"], [1702463906, "0.129"], [1702463948, "0.129"], [1702463984, "0.129"], [1702464014, "0.129"], [1702464050, "0.129"], [1702464086, "0.129"], [1702464122, "0.129"], [1702464155, "0.129"], [1702464194, "0.129"], [1702464230, "0.129"], [1702464263, "0.129"], [1702464299, "0.129"], [1702464332, "0.129"], [1702464356, "0.129"], [1702464392, "0.129"], [1702464425, "0.129"], [1702464455, "0.129"], [1702464479, "0.129"], [1702464509, "0.129"], [1702464533, "0.129"], [1702464569, "0.129"], [1702464605, "0.129"], [1702464635, "0.129"], [1702464671, "0.129"], [1702464716, "0.129"], [1702464743, "0.129"], [1702464776, "0.129"], [1702464812, "0.129"], [1702464836, "0.129"], [1702464869, "0.129"], [1702464905, "0.129"], [1702464926, "0.129"], [1702464956, "0.129"], [1702464992, "0.129"], [1702465016, "0.129"], [1702465049, "0.129"], [1702465085, "0.129"], [1702465118, "0.129"], [1702465145, "0.129"], [1702465178, "0.129"], [1702465208, "0.129"], [1702465241, "0.129"], [1702465298, "0.129"], [1702465334, "0.129"], [1702465367, "0.129"], [1702465394, "0.129"], [1702465418, "0.129"], [1702465445, "0.129"], [1702465481, "0.129"], [1702465517, "0.129"], [1702465550, "0.129"], [1702465586, "0.129"], [1702465619, "0.129"], [1702465658, "0.129"], [1702465706, "0.129"], [1702465754, "0.129"], [1702465787, "0.129"], [1702465823, "0.129"], [1702465856, "0.129"], [1702465880, "0.129"], [1702465910, "0.129"], [1702465952, "0.129"], [1702465988, "0.129"], [1702466015, "0.129"], [1702466030, "0.129"], [1702466060, "0.129"], [1702466078, "0.129"], [1702466138, "0.129"], [1702466168, "0.129"], [1702466204, "0.129"], [1702466237, "0.129"], [1702466261, "0.129"], [1702466291, "0.129"], [1702466327, "0.129"], [1702466360, "0.129"], [1702466384, "0.129"], [1702466417, "0.129"], [1702466441, "0.129"], [1702466471, "0.129"], [1702466507, "0.129"], [1702466540, "0.129"], [1702466597, "0.129"], [1702466633, "0.129"], [1702466666, "0.129"], [1702466705, "0.129"], [1702466732, "0.129"], [1702466765, "0.129"], [1702466801, "0.129"], [1702466852, "0.129"], [1702466876, "0.135"], [1702466918, "0.135"], [1702466978, "0.135"], [1702467014, "0.135"], [1702467038, "0.135"], [1702467068, "0.135"], [1702467122, "0.135"], [1702467158, "0.135"], [1702467191, "0.135"], [1702467221, "0.135"], [1702467257, "0.135"], [1702467299, "0.135"], [1702467350, "0.135"], [1702467386, "0.135"], [1702467419, "0.135"], [1702467455, "0.135"], [1702467515, "0.135"], [1702467542, "0.135"], [1702467566, "0.135"], [1702467599, "0.135"], [1702467635, "0.135"], [1702467668, "0.135"], [1702467695, "0.135"], [1702467716, "0.135"], [1702467746, "0.135"], [1702467800, "0.135"], [1702467824, "0.135"], [1702467908, "0.135"], [1702467944, "0.135"], [1702467968, "0.144"], [1702468001, "0.144"], [1702468031, "0.144"], [1702468067, "0.144"], [1702468085, "0.144"], [1702468115, "0.144"], [1702468151, "0.144"], [1702468181, "0.144"], [1702468208, "0.144"], [1702468241, "0.144"], [1702468256, "0.144"], [1702468286, "0.144"], [1702468322, "0.144"], [1702468352, "0.144"], [1702468388, "0.144"], [1702468424, "0.144"], [1702468457, "0.144"], [1702468493, "0.144"], [1702468517, "0.144"], [1702468550, "0.144"], [1702468586, "0.144"], [1702468613, "0.147"], [1702468637, "0.147"], [1702468679, "0.147"], [1702468721, "0.147"], [1702468730, "0.147"], [1702468766, "0.147"], [1702468799, "0.147"], [1702468835, "0.147"], [1702468898, "0.147"], [1702468934, "0.147"], [1702468970, "0.147"], [1702468994, "0.147"], [1702469024, "0.147"], [1702469060, "0.147"], [1702469111, "0.147"], [1702469144, "0.147"], [1702469168, "0.147"], [1702469204, "0.147"], [1702469237, "0.147"], [1702469273, "0.147"], [1702469303, "0.147"], [1702469336, "0.147"], [1702469360, "0.147"], [1702469387, "0.147"], [1702469411, "0.147"], [1702469435, "0.147"], [1702469468, "0.147"], [1702469504, "0.147"], [1702469537, "0.147"], [1702469573, "0.147"], [1702469606, "0.147"], [1702469633, "0.147"], [1702469660, "0.147"], [1702469684, "0.147"], [1702469717, "0.147"], [1702469753, "0.147"], [1702469786, "0.147"], [1702469816, "0.147"], [1702469834, "0.147"], [1702469864, "0.147"], [1702469906, "0.147"], [1702469936, "0.147"], [1702469972, "0.147"], [1702470005, "0.147"], [1702470029, "0.147"], [1702470065, "0.147"], [1702470101, "0.147"], [1702470131, "0.147"], [1702470167, "0.147"], [1702470203, "0.147"], [1702470251, "0.147"], [1702470278, "0.147"], [1702470311, "0.147"], [1702470347, "0.147"], [1702470371, "0.147"], [1702470404, "0.147"], [1702470440, "0.147"], [1702470476, "0.147"], [1702470506, "0.147"], [1702470542, "0.147"], [1702470575, "0.147"], [1702470611, "0.147"], [1702470635, "0.147"], [1702470662, "0.147"], [1702470686, "0.147"], [1702470719, "0.147"], [1702470746, "0.147"], [1702470812, "0.147"], [1702470845, "0.147"], [1702470875, "0.147"], [1702470899, "0.147"], [1702470953, "0.147"], [1702470983, "0.147"], [1702471025, "0.147"], [1702471067, "0.147"], [1702471169, "0.147"], [1702471193, "0.147"], [1702471226, "0.147"], [1702471265, "0.147"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.024"], [1702462721, "0.024"], [1702462736, "0.024"], [1702462751, "0.024"], [1702462763, "0.024"], [1702462793, "0.024"], [1702462808, "0.024"], [1702462829, "0.024"], [1702462844, "0.024"], [1702462865, "0.024"], [1702462880, "0.024"], [1702462904, "0.024"], [1702462919, "0.024"], [1702462952, "0.024"], [1702462973, "0.024"], [1702462988, "0.024"], [1702463045, "0.024"], [1702463081, "0.024"], [1702463114, "0.024"], [1702463150, "0.024"], [1702463186, "0.024"], [1702463216, "0.024"], [1702463240, "0.024"], [1702463273, "0.024"], [1702463324, "0.024"], [1702463354, "0.024"], [1702463381, "0.024"], [1702463417, "0.024"], [1702463453, "0.024"], [1702463477, "0.024"], [1702463510, "0.024"], [1702463537, "0.024"], [1702463570, "0.024"], [1702463591, "0.024"], [1702463621, "0.024"], [1702463657, "0.024"], [1702463693, "0.024"], [1702463729, "0.024"], [1702463765, "0.024"], [1702463798, "0.024"], [1702463846, "0.024"], [1702463873, "0.024"], [1702463906, "0.024"], [1702463948, "0.024"], [1702463984, "0.024"], [1702464014, "0.024"], [1702464050, "0.024"], [1702464086, "0.024"], [1702464122, "0.024"], [1702464155, "0.024"], [1702464194, "0.024"], [1702464230, "0.024"], [1702464263, "0.024"], [1702464299, "0.024"], [1702464332, "0.024"], [1702464356, "0.024"], [1702464392, "0.024"], [1702464425, "0.024"], [1702464455, "0.024"], [1702464479, "0.024"], [1702464509, "0.024"], [1702464533, "0.024"], [1702464569, "0.024"], [1702464605, "0.024"], [1702464635, "0.024"], [1702464671, "0.024"], [1702464716, "0.024"], [1702464743, "0.024"], [1702464776, "0.024"], [1702464812, "0.024"], [1702464836, "0.024"], [1702464869, "0.024"], [1702464905, "0.024"], [1702464926, "0.024"], [1702464956, "0.024"], [1702464992, "0.024"], [1702465016, "0.024"], [1702465049, "0.024"], [1702465085, "0.024"], [1702465118, "0.024"], [1702465145, "0.024"], [1702465178, "0.024"], [1702465208, "0.024"], [1702465241, "0.024"], [1702465298, "0.024"], [1702465334, "0.024"], [1702465367, "0.024"], [1702465394, "0.024"], [1702465418, "0.024"], [1702465445, "0.024"], [1702465481, "0.024"], [1702465517, "0.024"], [1702465550, "0.024"], [1702465586, "0.024"], [1702465619, "0.024"], [1702465658, "0.024"], [1702465706, "0.024"], [1702465754, "0.024"], [1702465787, "0.024"], [1702465823, "0.024"], [1702465856, "0.024"], [1702465880, "0.024"], [1702465910, "0.024"], [1702465952, "0.024"], [1702465988, "0.024"], [1702466015, "0.024"], [1702466030, "0.024"], [1702466060, "0.024"], [1702466078, "0.024"], [1702466138, "0.024"], [1702466168, "0.024"], [1702466204, "0.024"], [1702466237, "0.024"], [1702466261, "0.024"], [1702466291, "0.024"], [1702466327, "0.024"], [1702466360, "0.024"], [1702466384, "0.024"], [1702466417, "0.024"], [1702466441, "0.024"], [1702466471, "0.024"], [1702466507, "0.024"], [1702466540, "0.024"], [1702466597, "0.024"], [1702466633, "0.024"], [1702466666, "0.024"], [1702466705, "0.024"], [1702466732, "0.024"], [1702466765, "0.024"], [1702466801, "0.024"], [1702466852, "0.024"], [1702466876, "0.033"], [1702466918, "0.033"], [1702466978, "0.033"], [1702467014, "0.033"], [1702467038, "0.033"], [1702467068, "0.033"], [1702467122, "0.033"], [1702467158, "0.033"], [1702467191, "0.033"], [1702467221, "0.033"], [1702467257, "0.033"], [1702467299, "0.033"], [1702467350, "0.033"], [1702467386, "0.033"], [1702467419, "0.033"], [1702467455, "0.033"], [1702467515, "0.033"], [1702467542, "0.033"], [1702467566, "0.033"], [1702467599, "0.033"], [1702467635, "0.033"], [1702467668, "0.033"], [1702467695, "0.033"], [1702467716, "0.033"], [1702467746, "0.033"], [1702467800, "0.033"], [1702467824, "0.033"], [1702467908, "0.033"], [1702467944, "0.033"], [1702467968, "0.069"], [1702468001, "0.069"], [1702468031, "0.069"], [1702468067, "0.069"], [1702468085, "0.069"], [1702468115, "0.069"], [1702468151, "0.069"], [1702468181, "0.069"], [1702468208, "0.069"], [1702468241, "0.069"], [1702468256, "0.069"], [1702468286, "0.069"], [1702468322, "0.069"], [1702468352, "0.069"], [1702468388, "0.069"], [1702468424, "0.069"], [1702468457, "0.069"], [1702468493, "0.069"], [1702468517, "0.069"], [1702468550, "0.069"], [1702468586, "0.069"], [1702468613, "0.099"], [1702468637, "0.099"], [1702468679, "0.099"], [1702468721, "0.099"], [1702468730, "0.099"], [1702468766, "0.099"], [1702468799, "0.099"], [1702468835, "0.099"], [1702468898, "0.099"], [1702468934, "0.099"], [1702468970, "0.099"], [1702468994, "0.099"], [1702469024, "0.099"], [1702469060, "0.099"], [1702469111, "0.099"], [1702469144, "0.099"], [1702469168, "0.099"], [1702469204, "0.099"], [1702469237, "0.099"], [1702469273, "0.099"], [1702469303, "0.099"], [1702469336, "0.099"], [1702469360, "0.099"], [1702469387, "0.099"], [1702469411, "0.099"], [1702469435, "0.099"], [1702469468, "0.099"], [1702469504, "0.099"], [1702469537, "0.099"], [1702469573, "0.099"], [1702469606, "0.099"], [1702469633, "0.099"], [1702469660, "0.099"], [1702469684, "0.099"], [1702469717, "0.099"], [1702469753, "0.099"], [1702469786, "0.099"], [1702469816, "0.099"], [1702469834, "0.099"], [1702469864, "0.099"], [1702469906, "0.099"], [1702469936, "0.099"], [1702469972, "0.099"], [1702470005, "0.099"], [1702470029, "0.099"], [1702470065, "0.099"], [1702470101, "0.099"], [1702470131, "0.099"], [1702470167, "0.099"], [1702470203, "0.099"], [1702470251, "0.099"], [1702470278, "0.099"], [1702470311, "0.099"], [1702470347, "0.099"], [1702470371, "0.099"], [1702470404, "0.099"], [1702470440, "0.099"], [1702470476, "0.099"], [1702470506, "0.099"], [1702470542, "0.099"], [1702470575, "0.099"], [1702470611, "0.099"], [1702470635, "0.099"], [1702470662, "0.099"], [1702470686, "0.099"], [1702470719, "0.099"], [1702470746, "0.099"], [1702470812, "0.099"], [1702470845, "0.099"], [1702470875, "0.099"], [1702470899, "0.099"], [1702470953, "0.099"], [1702470983, "0.099"], [1702471025, "0.099"], [1702471067, "0.099"], [1702471169, "0.099"], [1702471193, "0.099"], [1702471226, "0.099"], [1702471265, "0.099"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0.06"], [1702462721, "0.06"], [1702462736, "0.06"], [1702462751, "0.06"], [1702462763, "0.063"], [1702462793, "0.063"], [1702462808, "0.063"], [1702462829, "0.063"], [1702462844, "0.063"], [1702462865, "0.063"], [1702462880, "0.063"], [1702462904, "0.063"], [1702462919, "0.063"], [1702462952, "0.063"], [1702462973, "0.063"], [1702462988, "0.063"], [1702463045, "0.063"], [1702463081, "0.063"], [1702463114, "0.063"], [1702463150, "0.063"], [1702463186, "0.063"], [1702463216, "0.063"], [1702463240, "0.063"], [1702463273, "0.063"], [1702463324, "0.063"], [1702463354, "0.063"], [1702463381, "0.063"], [1702463417, "0.063"], [1702463453, "0.063"], [1702463477, "0.063"], [1702463510, "0.063"], [1702463537, "0.063"], [1702463570, "0.063"], [1702463591, "0.063"], [1702463621, "0.063"], [1702463657, "0.063"], [1702463693, "0.063"], [1702463729, "0.063"], [1702463765, "0.063"], [1702463798, "0.063"], [1702463846, "0.063"], [1702463873, "0.063"], [1702463906, "0.063"], [1702463948, "0.063"], [1702463984, "0.063"], [1702464014, "0.063"], [1702464050, "0.063"], [1702464086, "0.063"], [1702464122, "0.063"], [1702464155, "0.063"], [1702464194, "0.063"], [1702464230, "0.063"], [1702464263, "0.063"], [1702464299, "0.063"], [1702464332, "0.063"], [1702464356, "0.063"], [1702464392, "0.063"], [1702464425, "0.063"], [1702464455, "0.063"], [1702464479, "0.063"], [1702464509, "0.063"], [1702464533, "0.063"], [1702464569, "0.063"], [1702464605, "0.063"], [1702464635, "0.063"], [1702464671, "0.063"], [1702464716, "0.063"], [1702464743, "0.063"], [1702464776, "0.063"], [1702464812, "0.063"], [1702464836, "0.063"], [1702464869, "0.063"], [1702464905, "0.063"], [1702464926, "0.063"], [1702464956, "0.063"], [1702464992, "0.063"], [1702465016, "0.063"], [1702465049, "0.063"], [1702465085, "0.063"], [1702465118, "0.063"], [1702465145, "0.063"], [1702465178, "0.063"], [1702465208, "0.063"], [1702465241, "0.063"], [1702465298, "0.063"], [1702465334, "0.063"], [1702465367, "0.063"], [1702465394, "0.063"], [1702465418, "0.063"], [1702465445, "0.063"], [1702465481, "0.063"], [1702465517, "0.063"], [1702465550, "0.063"], [1702465586, "0.063"], [1702465619, "0.063"], [1702465658, "0.063"], [1702465706, "0.063"], [1702465754, "0.063"], [1702465787, "0.063"], [1702465823, "0.063"], [1702465856, "0.063"], [1702465880, "0.063"], [1702465910, "0.063"], [1702465952, "0.063"], [1702465988, "0.063"], [1702466015, "0.063"], [1702466030, "0.063"], [1702466060, "0.063"], [1702466078, "0.063"], [1702466138, "0.063"], [1702466168, "0.063"], [1702466204, "0.063"], [1702466237, "0.063"], [1702466261, "0.063"], [1702466291, "0.063"], [1702466327, "0.063"], [1702466360, "0.063"], [1702466384, "0.063"], [1702466417, "0.063"], [1702466441, "0.063"], [1702466471, "0.063"], [1702466507, "0.063"], [1702466540, "0.063"], [1702466597, "0.063"], [1702466633, "0.063"], [1702466666, "0.063"], [1702466705, "0.063"], [1702466732, "0.063"], [1702466765, "0.063"], [1702466801, "0.063"], [1702466852, "0.063"], [1702466876, "0.087"], [1702466918, "0.087"], [1702466978, "0.087"], [1702467014, "0.087"], [1702467038, "0.087"], [1702467068, "0.087"], [1702467122, "0.087"], [1702467158, "0.087"], [1702467191, "0.087"], [1702467221, "0.087"], [1702467257, "0.087"], [1702467299, "0.087"], [1702467350, "0.087"], [1702467386, "0.087"], [1702467419, "0.087"], [1702467455, "0.087"], [1702467515, "0.087"], [1702467542, "0.087"], [1702467566, "0.087"], [1702467599, "0.099"], [1702467635, "0.099"], [1702467668, "0.099"], [1702467695, "0.099"], [1702467716, "0.099"], [1702467746, "0.099"], [1702467800, "0.099"], [1702467824, "0.099"], [1702467908, "0.099"], [1702467944, "0.099"], [1702467968, "0.099"], [1702468001, "0.099"], [1702468031, "0.099"], [1702468067, "0.099"], [1702468085, "0.099"], [1702468115, "0.099"], [1702468151, "0.099"], [1702468181, "0.099"], [1702468208, "0.099"], [1702468241, "0.099"], [1702468256, "0.099"], [1702468286, "0.099"], [1702468322, "0.099"], [1702468352, "0.099"], [1702468388, "0.099"], [1702468424, "0.099"], [1702468457, "0.099"], [1702468493, "0.099"], [1702468517, "0.099"], [1702468550, "0.099"], [1702468586, "0.099"], [1702468613, "0.108"], [1702468637, "0.108"], [1702468679, "0.108"], [1702468721, "0.108"], [1702468730, "0.108"], [1702468766, "0.108"], [1702468799, "0.108"], [1702468835, "0.108"], [1702468898, "0.108"], [1702468934, "0.108"], [1702468970, "0.108"], [1702468994, "0.108"], [1702469024, "0.108"], [1702469060, "0.108"], [1702469111, "0.108"], [1702469144, "0.108"], [1702469168, "0.108"], [1702469204, "0.108"], [1702469237, "0.108"], [1702469273, "0.108"], [1702469303, "0.108"], [1702469336, "0.108"], [1702469360, "0.108"], [1702469387, "0.108"], [1702469411, "0.108"], [1702469435, "0.108"], [1702469468, "0.108"], [1702469504, "0.108"], [1702469537, "0.108"], [1702469573, "0.108"], [1702469606, "0.108"], [1702469633, "0.108"], [1702469660, "0.108"], [1702469684, "0.108"], [1702469717, "0.108"], [1702469753, "0.108"], [1702469786, "0.108"], [1702469816, "0.108"], [1702469834, "0.108"], [1702469864, "0.108"], [1702469906, "0.108"], [1702469936, "0.108"], [1702469972, "0.108"], [1702470005, "0.108"], [1702470029, "0.108"], [1702470065, "0.108"], [1702470101, "0.108"], [1702470131, "0.108"], [1702470167, "0.108"], [1702470203, "0.108"], [1702470251, "0.108"], [1702470278, "0.108"], [1702470311, "0.108"], [1702470347, "0.108"], [1702470371, "0.108"], [1702470404, "0.108"], [1702470440, "0.108"], [1702470476, "0.108"], [1702470506, "0.108"], [1702470542, "0.108"], [1702470575, "0.108"], [1702470611, "0.108"], [1702470635, "0.108"], [1702470662, "0.108"], [1702470686, "0.108"], [1702470719, "0.108"], [1702470746, "0.108"], [1702470812, "0.108"], [1702470845, "0.108"], [1702470875, "0.108"], [1702470899, "0.108"], [1702470953, "0.108"], [1702470983, "0.108"], [1702471025, "0.108"], [1702471067, "0.108"], [1702471169, "0.108"], [1702471193, "0.108"], [1702471226, "0.108"], [1702471265, "0.108"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "60.852"], [1702462793, "73.485"], [1702462808, "79.734"], [1702462829, "85.983"], [1702462844, "91.986"], [1702462865, "97.989"], [1702462880, "103.992"], [1702462904, "115.998"], [1702462919, "122.001"], [1702462952, "134.007"], [1702462973, "140.01"], [1702462988, "146.013"], [1702463045, "164.022"], [1702463081, "176.028"], [1702463114, "188.034"], [1702463150, "200.04"], [1702463186, "212.046"], [1702463216, "224.052"], [1702463240, "236.058"], [1702463273, "248.064"], [1702463324, "266.073"], [1702463354, "278.079"], [1702463381, "290.085"], [1702463417, "302.091"], [1702463453, "314.097"], [1702463477, "326.103"], [1702463510, "338.109"], [1702463537, "350.115"], [1702463570, "362.121"], [1702463591, "374.127"], [1702463621, "386.133"], [1702463657, "398.139"], [1702463693, "410.145"], [1702463729, "422.151"], [1702463765, "434.157"], [1702463798, "446.163"], [1702463846, "464.172"], [1702463873, "476.178"], [1702463906, "488.184"], [1702463948, "506.193"], [1702463984, "518.199"], [1702464014, "530.205"], [1702464050, "542.211"], [1702464086, "554.217"], [1702464122, "566.223"], [1702464155, "578.229"], [1702464194, "596.238"], [1702464230, "608.244"], [1702464263, "620.25"], [1702464299, "632.256"], [1702464332, "644.262"], [1702464356, "656.268"], [1702464392, "668.274"], [1702464425, "680.28"], [1702464455, "692.286"], [1702464479, "704.292"], [1702464509, "716.298"], [1702464533, "728.304"], [1702464569, "740.31"], [1702464605, "752.316"], [1702464635, "764.322"], [1702464671, "776.328"], [1702464716, "788.334"], [1702464743, "800.34"], [1702464776, "812.346"], [1702464812, "824.352"], [1702464836, "836.358"], [1702464869, "848.364"], [1702464905, "860.37"], [1702464926, "872.376"], [1702464956, "884.382"], [1702464992, "896.388"], [1702465016, "908.394"], [1702465049, "920.4"], [1702465085, "932.406"], [1702465118, "944.412"], [1702465145, "956.418"], [1702465178, "968.424"], [1702465208, "980.43"], [1702465241, "992.436"], [1702465298, "1010.445"], [1702465334, "1022.451"], [1702465367, "1034.457"], [1702465394, "1046.463"], [1702465418, "1058.469"], [1702465445, "1070.475"], [1702465481, "1082.481"], [1702465517, "1094.487"], [1702465550, "1106.493"], [1702465586, "1118.499"], [1702465619, "1130.505"], [1702465658, "1142.511"], [1702465706, "1154.517"], [1702465754, "1172.526"], [1702465787, "1184.532"], [1702465823, "1196.538"], [1702465856, "1208.544"], [1702465880, "1220.55"], [1702465910, "1232.556"], [1702465952, "1244.562"], [1702465988, "1256.568"], [1702466015, "1268.574"], [1702466030, "1280.58"], [1702466060, "1292.586"], [1702466078, "1304.592"], [1702466138, "1322.601"], [1702466168, "1334.607"], [1702466204, "1346.613"], [1702466237, "1358.619"], [1702466261, "1370.625"], [1702466291, "1382.631"], [1702466327, "1394.637"], [1702466360, "1406.643"], [1702466384, "1418.649"], [1702466417, "1430.655"], [1702466441, "1442.661"], [1702466471, "1454.667"], [1702466507, "1466.673"], [1702466540, "1478.679"], [1702466597, "1496.688"], [1702466633, "1508.694"], [1702466666, "1520.7"], [1702466705, "1532.706"], [1702466732, "1544.712"], [1702466765, "1556.718"], [1702466801, "1568.724"], [1702466852, "1586.733"], [1702466876, "1598.739"], [1702466918, "1610.745"], [1702466978, "1634.757"], [1702467014, "1646.763"], [1702467038, "1658.769"], [1702467068, "1670.775"], [1702467122, "1688.784"], [1702467158, "1700.79"], [1702467191, "1712.796"], [1702467221, "1724.802"], [1702467257, "1736.808"], [1702467299, "1748.814"], [1702467350, "1766.823"], [1702467386, "1778.829"], [1702467419, "1790.835"], [1702467455, "1802.841"], [1702467515, "1826.853"], [1702467542, "1838.859"], [1702467566, "1850.865"], [1702467599, "1862.871"], [1702467635, "1874.877"], [1702467668, "1886.883"], [1702467695, "1898.889"], [1702467716, "1910.895"], [1702467746, "1922.901"], [1702467800, "1940.91"], [1702467824, "1952.916"], [1702467908, "1982.931"], [1702467944, "1994.937"], [1702467968, "2006.943"], [1702468001, "2018.949"], [1702468031, "2030.955"], [1702468067, "2042.961"], [1702468085, "2054.967"], [1702468115, "2066.973"], [1702468151, "2078.979"], [1702468181, "2090.985"], [1702468208, "2102.991"], [1702468241, "2114.997"], [1702468256, "2127.003"], [1702468286, "2139.009"], [1702468322, "2151.015"], [1702468352, "2163.021"], [1702468388, "2175.027"], [1702468424, "2187.033"], [1702468457, "2199.039"], [1702468493, "2211.045"], [1702468517, "2223.051"], [1702468550, "2235.057"], [1702468586, "2247.063"], [1702468613, "2259.069"], [1702468637, "2271.075"], [1702468679, "2283.081"], [1702468721, "2295.087"], [1702468730, "2301.09"], [1702468766, "2313.096"], [1702468799, "2325.102"], [1702468835, "2337.108"], [1702468898, "2355.117"], [1702468934, "2367.123"], [1702468970, "2379.129"], [1702468994, "2391.135"], [1702469024, "2403.141"], [1702469060, "2415.147"], [1702469111, "2433.156"], [1702469144, "2445.162"], [1702469168, "2457.168"], [1702469204, "2469.174"], [1702469237, "2481.18"], [1702469273, "2493.186"], [1702469303, "2505.192"], [1702469336, "2517.198"], [1702469360, "2529.204"], [1702469387, "2541.21"], [1702469411, "2553.216"], [1702469435, "2565.222"], [1702469468, "2577.228"], [1702469504, "2589.234"], [1702469537, "2601.24"], [1702469573, "2613.246"], [1702469606, "2625.252"], [1702469633, "2637.258"], [1702469660, "2649.264"], [1702469684, "2661.27"], [1702469717, "2673.276"], [1702469753, "2685.282"], [1702469786, "2697.288"], [1702469816, "2709.294"], [1702469834, "2721.3"], [1702469864, "2733.306"], [1702469906, "2751.315"], [1702469936, "2763.321"], [1702469972, "2775.327"], [1702470005, "2787.333"], [1702470029, "2799.339"], [1702470065, "2811.345"], [1702470101, "2823.351"], [1702470131, "2835.357"], [1702470167, "2847.363"], [1702470203, "2859.369"], [1702470251, "2877.378"], [1702470278, "2889.384"], [1702470311, "2901.39"], [1702470347, "2913.396"], [1702470371, "2925.402"], [1702470404, "2937.408"], [1702470440, "2949.414"], [1702470476, "2961.42"], [1702470506, "2973.426"], [1702470542, "2985.432"], [1702470575, "2997.438"], [1702470611, "3009.444"], [1702470635, "3021.45"], [1702470662, "3033.456"], [1702470686, "3045.462"], [1702470719, "3057.468"], [1702470746, "3069.474"], [1702470812, "3093.486"], [1702470845, "3105.492"], [1702470875, "3117.498"], [1702470899, "3129.504"], [1702470953, "3147.513"], [1702470983, "3159.519"], [1702471025, "3171.525"], [1702471067, "3189.534"], [1702471169, "3219.549"], [1702471193, "3231.555"], [1702471226, "3243.561"], [1702471265, "3255.567"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "34.902"], [1702462721, "41.424"], [1702462736, "47.946"], [1702462751, "54.468"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0.015"], [1702462721, "0.015"], [1702462736, "0.015"], [1702462751, "0.015"], [1702462763, "0.015"], [1702462793, "0.015"], [1702462808, "0.015"], [1702462829, "0.015"], [1702462844, "0.015"], [1702462865, "0.015"], [1702462880, "0.015"], [1702462904, "0.015"], [1702462919, "0.015"], [1702462952, "0.015"], [1702462973, "0.015"], [1702462988, "0.015"], [1702463045, "0.015"], [1702463081, "0.015"], [1702463114, "0.015"], [1702463150, "0.015"], [1702463186, "0.015"], [1702463216, "0.015"], [1702463240, "0.015"], [1702463273, "0.015"], [1702463324, "0.015"], [1702463354, "0.015"], [1702463381, "0.015"], [1702463417, "0.015"], [1702463453, "0.015"], [1702463477, "0.015"], [1702463510, "0.015"], [1702463537, "0.015"], [1702463570, "0.015"], [1702463591, "0.015"], [1702463621, "0.015"], [1702463657, "0.015"], [1702463693, "0.015"], [1702463729, "0.015"], [1702463765, "0.015"], [1702463798, "0.015"], [1702463846, "0.015"], [1702463873, "0.015"], [1702463906, "0.015"], [1702463948, "0.015"], [1702463984, "0.015"], [1702464014, "0.015"], [1702464050, "0.015"], [1702464086, "0.015"], [1702464122, "0.015"], [1702464155, "0.015"], [1702464194, "0.015"], [1702464230, "0.015"], [1702464263, "0.015"], [1702464299, "0.015"], [1702464332, "0.015"], [1702464356, "0.015"], [1702464392, "0.015"], [1702464425, "0.015"], [1702464455, "0.015"], [1702464479, "0.015"], [1702464509, "0.015"], [1702464533, "0.015"], [1702464569, "0.015"], [1702464605, "0.015"], [1702464635, "0.015"], [1702464671, "0.015"], [1702464716, "0.015"], [1702464743, "0.015"], [1702464776, "0.015"], [1702464812, "0.015"], [1702464836, "0.015"], [1702464869, "0.015"], [1702464905, "0.015"], [1702464926, "0.015"], [1702464956, "0.015"], [1702464992, "0.015"], [1702465016, "0.015"], [1702465049, "0.015"], [1702465085, "0.015"], [1702465118, "0.015"], [1702465145, "0.015"], [1702465178, "0.015"], [1702465208, "0.015"], [1702465241, "0.015"], [1702465298, "0.015"], [1702465334, "0.015"], [1702465367, "0.015"], [1702465394, "0.015"], [1702465418, "0.015"], [1702465445, "0.015"], [1702465481, "0.015"], [1702465517, "0.015"], [1702465550, "0.015"], [1702465586, "0.015"], [1702465619, "0.015"], [1702465658, "0.015"], [1702465706, "0.015"], [1702465754, "0.015"], [1702465787, "0.015"], [1702465823, "0.015"], [1702465856, "0.015"], [1702465880, "0.015"], [1702465910, "0.015"], [1702465952, "0.015"], [1702465988, "0.015"], [1702466015, "0.015"], [1702466030, "0.015"], [1702466060, "0.015"], [1702466078, "0.015"], [1702466138, "0.015"], [1702466168, "0.015"], [1702466204, "0.015"], [1702466237, "0.015"], [1702466261, "0.015"], [1702466291, "0.015"], [1702466327, "0.015"], [1702466360, "0.015"], [1702466384, "0.015"], [1702466417, "0.015"], [1702466441, "0.015"], [1702466471, "0.015"], [1702466507, "0.015"], [1702466540, "0.015"], [1702466597, "0.015"], [1702466633, "0.015"], [1702466666, "0.015"], [1702466705, "0.015"], [1702466732, "0.015"], [1702466765, "0.015"], [1702466801, "0.015"], [1702466852, "0.015"], [1702466876, "0.015"], [1702466918, "0.015"], [1702466978, "0.015"], [1702467014, "0.015"], [1702467038, "0.015"], [1702467068, "0.015"], [1702467122, "0.015"], [1702467158, "0.015"], [1702467191, "0.015"], [1702467221, "0.015"], [1702467257, "0.015"], [1702467299, "0.015"], [1702467350, "0.015"], [1702467386, "0.015"], [1702467419, "0.015"], [1702467455, "0.015"], [1702467515, "0.015"], [1702467542, "0.015"], [1702467566, "0.015"], [1702467599, "0.015"], [1702467635, "0.015"], [1702467668, "0.015"], [1702467695, "0.015"], [1702467716, "0.015"], [1702467746, "0.015"], [1702467800, "0.015"], [1702467824, "0.015"], [1702467908, "0.015"], [1702467944, "0.015"], [1702467968, "0.015"], [1702468001, "0.015"], [1702468031, "0.015"], [1702468067, "0.015"], [1702468085, "0.015"], [1702468115, "0.015"], [1702468151, "0.015"], [1702468181, "0.015"], [1702468208, "0.015"], [1702468241, "0.015"], [1702468256, "0.015"], [1702468286, "0.015"], [1702468322, "0.015"], [1702468352, "0.015"], [1702468388, "0.015"], [1702468424, "0.015"], [1702468457, "0.015"], [1702468493, "0.015"], [1702468517, "0.015"], [1702468550, "0.015"], [1702468586, "0.015"], [1702468613, "0.015"], [1702468637, "0.015"], [1702468679, "0.015"], [1702468721, "0.015"], [1702468730, "0.015"], [1702468766, "0.015"], [1702468799, "0.015"], [1702468835, "0.015"], [1702468898, "0.015"], [1702468934, "0.015"], [1702468970, "0.015"], [1702468994, "0.015"], [1702469024, "0.015"], [1702469060, "0.015"], [1702469111, "0.015"], [1702469144, "0.015"], [1702469168, "0.015"], [1702469204, "0.015"], [1702469237, "0.015"], [1702469273, "0.015"], [1702469303, "0.015"], [1702469336, "0.015"], [1702469360, "0.015"], [1702469387, "0.015"], [1702469411, "0.015"], [1702469435, "0.015"], [1702469468, "0.015"], [1702469504, "0.015"], [1702469537, "0.015"], [1702469573, "0.015"], [1702469606, "0.015"], [1702469633, "0.015"], [1702469660, "0.015"], [1702469684, "0.015"], [1702469717, "0.015"], [1702469753, "0.015"], [1702469786, "0.015"], [1702469816, "0.015"], [1702469834, "0.015"], [1702469864, "0.015"], [1702469906, "0.015"], [1702469936, "0.015"], [1702469972, "0.015"], [1702470005, "0.015"], [1702470029, "0.015"], [1702470065, "0.015"], [1702470101, "0.015"], [1702470131, "0.015"], [1702470167, "0.015"], [1702470203, "0.015"], [1702470251, "0.015"], [1702470278, "0.015"], [1702470311, "0.015"], [1702470347, "0.015"], [1702470371, "0.015"], [1702470404, "0.015"], [1702470440, "0.015"], [1702470476, "0.015"], [1702470506, "0.015"], [1702470542, "0.015"], [1702470575, "0.015"], [1702470611, "0.015"], [1702470635, "0.015"], [1702470662, "0.015"], [1702470686, "0.015"], [1702470719, "0.015"], [1702470746, "0.015"], [1702470812, "0.015"], [1702470845, "0.015"], [1702470875, "0.015"], [1702470899, "0.015"], [1702470953, "0.015"], [1702470983, "0.015"], [1702471025, "0.015"], [1702471067, "0.015"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "44.733"], [1702462721, "44.733"], [1702462736, "44.733"], [1702462751, "44.733"], [1702462763, "54.429"], [1702462793, "54.429"], [1702462808, "54.429"], [1702462829, "54.429"], [1702462844, "54.429"], [1702462865, "54.429"], [1702462880, "54.429"], [1702462904, "54.429"], [1702462919, "54.429"], [1702462952, "54.429"], [1702462973, "54.429"], [1702462988, "54.429"], [1702463045, "54.429"], [1702463081, "54.429"], [1702463114, "54.429"], [1702463150, "54.429"], [1702463186, "54.429"], [1702463216, "54.429"], [1702463240, "54.429"], [1702463273, "54.429"], [1702463324, "54.429"], [1702463354, "54.429"], [1702463381, "54.429"], [1702463417, "54.429"], [1702463453, "54.429"], [1702463477, "54.429"], [1702463510, "54.429"], [1702463537, "54.429"], [1702463570, "54.429"], [1702463591, "54.429"], [1702463621, "54.429"], [1702463657, "54.429"], [1702463693, "54.429"], [1702463729, "54.429"], [1702463765, "54.429"], [1702463798, "54.429"], [1702463846, "54.429"], [1702463873, "54.429"], [1702463906, "54.429"], [1702463948, "54.429"], [1702463984, "54.429"], [1702464014, "54.429"], [1702464050, "54.429"], [1702464086, "54.429"], [1702464122, "54.429"], [1702464155, "54.429"], [1702464194, "54.429"], [1702464230, "54.429"], [1702464263, "54.429"], [1702464299, "54.429"], [1702464332, "54.429"], [1702464356, "54.429"], [1702464392, "54.429"], [1702464425, "54.429"], [1702464455, "54.429"], [1702464479, "54.429"], [1702464509, "54.429"], [1702464533, "54.429"], [1702464569, "54.429"], [1702464605, "54.429"], [1702464635, "54.429"], [1702464671, "54.429"], [1702464716, "54.429"], [1702464743, "54.429"], [1702464776, "54.429"], [1702464812, "54.429"], [1702464836, "54.429"], [1702464869, "54.429"], [1702464905, "54.429"], [1702464926, "54.429"], [1702464956, "54.429"], [1702464992, "54.429"], [1702465016, "54.429"], [1702465049, "54.429"], [1702465085, "54.429"], [1702465118, "56.76"], [1702465145, "56.76"], [1702465178, "56.76"], [1702465208, "56.76"], [1702465241, "56.76"], [1702465298, "56.76"], [1702465334, "56.76"], [1702465367, "56.76"], [1702465394, "56.76"], [1702465418, "56.76"], [1702465445, "56.76"], [1702465481, "56.76"], [1702465517, "56.76"], [1702465550, "56.76"], [1702465586, "56.76"], [1702465619, "56.76"], [1702465658, "56.76"], [1702465706, "56.76"], [1702465754, "56.76"], [1702465787, "56.76"], [1702465823, "56.76"], [1702465856, "56.76"], [1702465880, "56.76"], [1702465910, "56.76"], [1702465952, "56.76"], [1702465988, "56.76"], [1702466015, "56.76"], [1702466030, "56.76"], [1702466060, "56.76"], [1702466078, "56.76"], [1702466138, "56.76"], [1702466168, "56.76"], [1702466204, "56.76"], [1702466237, "56.76"], [1702466261, "56.76"], [1702466291, "56.76"], [1702466327, "56.76"], [1702466360, "56.76"], [1702466384, "56.76"], [1702466417, "56.76"], [1702466441, "56.76"], [1702466471, "56.76"], [1702466507, "56.76"], [1702466540, "56.76"], [1702466597, "56.76"], [1702466633, "56.76"], [1702466666, "56.76"], [1702466705, "56.76"], [1702466732, "56.76"], [1702466765, "56.76"], [1702466801, "56.76"], [1702466852, "56.76"], [1702466876, "87.747"], [1702466918, "87.747"], [1702466978, "87.747"], [1702467014, "87.747"], [1702467038, "87.747"], [1702467068, "87.747"], [1702467122, "87.747"], [1702467158, "87.747"], [1702467191, "87.747"], [1702467221, "87.747"], [1702467257, "87.747"], [1702467299, "87.747"], [1702467350, "87.747"], [1702467386, "87.747"], [1702467419, "87.747"], [1702467455, "87.747"], [1702467515, "87.747"], [1702467542, "87.747"], [1702467566, "87.747"], [1702467599, "87.747"], [1702467635, "87.747"], [1702467668, "87.747"], [1702467695, "87.747"], [1702467716, "87.747"], [1702467746, "87.747"], [1702467800, "87.747"], [1702467824, "87.747"], [1702467908, "87.747"], [1702467944, "87.747"], [1702467968, "95.484"], [1702468001, "95.484"], [1702468031, "95.484"], [1702468067, "95.484"], [1702468085, "95.484"], [1702468115, "95.484"], [1702468151, "95.484"], [1702468181, "95.484"], [1702468208, "95.484"], [1702468241, "95.484"], [1702468256, "95.484"], [1702468286, "95.484"], [1702468322, "95.484"], [1702468352, "95.484"], [1702468388, "95.484"], [1702468424, "95.484"], [1702468457, "95.484"], [1702468493, "95.484"], [1702468517, "95.484"], [1702468550, "95.484"], [1702468586, "95.484"], [1702468613, "107.502"], [1702468637, "107.502"], [1702468679, "107.502"], [1702468721, "107.502"], [1702468730, "107.502"], [1702468766, "107.502"], [1702468799, "107.502"], [1702468835, "107.502"], [1702468898, "107.502"], [1702468934, "107.502"], [1702468970, "107.502"], [1702468994, "107.502"], [1702469024, "122.202"], [1702469060, "122.202"], [1702469111, "122.202"], [1702469144, "122.202"], [1702469168, "122.202"], [1702469204, "122.202"], [1702469237, "122.202"], [1702469273, "122.202"], [1702469303, "122.202"], [1702469336, "122.202"], [1702469360, "122.202"], [1702469387, "122.202"], [1702469411, "122.202"], [1702469435, "122.202"], [1702469468, "122.202"], [1702469504, "122.202"], [1702469537, "122.202"], [1702469573, "122.202"], [1702469606, "122.202"], [1702469633, "122.202"], [1702469660, "122.202"], [1702469684, "122.202"], [1702469717, "122.202"], [1702469753, "122.202"], [1702469786, "122.202"], [1702469816, "122.202"], [1702469834, "122.202"], [1702469864, "122.202"], [1702469906, "122.202"], [1702469936, "122.202"], [1702469972, "122.202"], [1702470005, "122.202"], [1702470029, "122.202"], [1702470065, "122.202"], [1702470101, "122.202"], [1702470131, "122.202"], [1702470167, "122.202"], [1702470203, "122.202"], [1702470251, "122.202"], [1702470278, "122.202"], [1702470311, "122.202"], [1702470347, "122.202"], [1702470371, "122.202"], [1702470404, "122.202"], [1702470440, "122.202"], [1702470476, "122.202"], [1702470506, "122.202"], [1702470542, "122.202"], [1702470575, "122.202"], [1702470611, "122.202"], [1702470635, "122.202"], [1702470662, "122.202"], [1702470686, "122.202"], [1702470719, "122.202"], [1702470746, "122.202"], [1702470812, "122.202"], [1702470845, "122.202"], [1702470875, "122.202"], [1702470899, "122.202"], [1702470953, "122.202"], [1702470983, "122.202"], [1702471025, "122.202"], [1702471067, "122.202"], [1702471169, "122.202"], [1702471193, "122.202"], [1702471226, "122.202"], [1702471265, "122.202"]]}, {"metric": {"__name__": "kepler_container_other_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "108.459"], [1702462721, "114.981"], [1702462736, "121.503"], [1702462751, "128.025"], [1702462763, "134.409"], [1702462793, "147.042"], [1702462808, "153.291"], [1702462829, "159.54"], [1702462844, "165.543"], [1702462865, "171.546"], [1702462880, "177.549"], [1702462904, "189.555"], [1702462919, "195.558"], [1702462952, "207.564"], [1702462973, "213.567"], [1702462988, "219.57"], [1702463045, "237.579"], [1702463081, "249.585"], [1702463114, "261.591"], [1702463150, "273.597"], [1702463186, "285.603"], [1702463216, "297.609"], [1702463240, "309.615"], [1702463273, "321.621"], [1702463324, "339.63"], [1702463354, "351.636"], [1702463381, "363.642"], [1702463417, "375.648"], [1702463453, "387.654"], [1702463477, "399.66"], [1702463510, "411.666"], [1702463537, "423.672"], [1702463570, "435.678"], [1702463591, "447.684"], [1702463621, "459.69"], [1702463657, "471.696"], [1702463693, "483.702"], [1702463729, "495.708"], [1702463765, "507.714"], [1702463798, "519.72"], [1702463846, "537.729"], [1702463873, "549.735"], [1702463906, "561.741"], [1702463948, "579.75"], [1702463984, "591.756"], [1702464014, "603.762"], [1702464050, "615.768"], [1702464086, "627.774"], [1702464122, "639.78"], [1702464155, "651.786"], [1702464194, "669.795"], [1702464230, "681.801"], [1702464263, "693.807"], [1702464299, "705.813"], [1702464332, "717.819"], [1702464356, "729.825"], [1702464392, "741.831"], [1702464425, "753.837"], [1702464455, "765.843"], [1702464479, "777.849"], [1702464509, "789.855"], [1702464533, "801.861"], [1702464569, "813.867"], [1702464605, "825.873"], [1702464635, "837.879"], [1702464671, "849.885"], [1702464716, "861.891"], [1702464743, "873.897"], [1702464776, "885.903"], [1702464812, "897.909"], [1702464836, "909.915"], [1702464869, "921.921"], [1702464905, "933.927"], [1702464926, "945.933"], [1702464956, "957.939"], [1702464992, "969.945"], [1702465016, "981.951"], [1702465049, "993.957"], [1702465085, "1005.963"], [1702465118, "1017.969"], [1702465145, "1029.975"], [1702465178, "1041.981"], [1702465208, "1053.987"], [1702465241, "1065.993"], [1702465298, "1084.002"], [1702465334, "1096.008"], [1702465367, "1108.014"], [1702465394, "1120.02"], [1702465418, "1132.026"], [1702465445, "1144.032"], [1702465481, "1156.038"], [1702465517, "1168.044"], [1702465550, "1180.05"], [1702465586, "1192.056"], [1702465619, "1204.062"], [1702465658, "1216.068"], [1702465706, "1228.074"], [1702465754, "1246.083"], [1702465787, "1258.089"], [1702465823, "1270.095"], [1702465856, "1282.101"], [1702465880, "1294.107"], [1702465910, "1306.113"], [1702465952, "1318.119"], [1702465988, "1330.125"], [1702466015, "1342.131"], [1702466030, "1354.137"], [1702466060, "1366.143"], [1702466078, "1378.149"], [1702466138, "1396.158"], [1702466168, "1408.164"], [1702466204, "1420.17"], [1702466237, "1432.176"], [1702466261, "1444.182"], [1702466291, "1456.188"], [1702466327, "1468.194"], [1702466360, "1480.2"], [1702466384, "1492.206"], [1702466417, "1504.212"], [1702466441, "1516.218"], [1702466471, "1528.224"], [1702466507, "1540.23"], [1702466540, "1552.236"], [1702466597, "1570.245"], [1702466633, "1582.251"], [1702466666, "1594.257"], [1702466705, "1606.263"], [1702466732, "1618.269"], [1702466765, "1630.275"], [1702466801, "1642.281"], [1702466852, "1660.29"], [1702466876, "1672.296"], [1702466918, "1684.302"], [1702466978, "1708.314"], [1702467014, "1720.32"], [1702467038, "1732.326"], [1702467068, "1744.332"], [1702467122, "1762.341"], [1702467158, "1774.347"], [1702467191, "1786.353"], [1702467221, "1798.359"], [1702467257, "1810.365"], [1702467299, "1822.371"], [1702467350, "1840.38"], [1702467386, "1852.386"], [1702467419, "1864.392"], [1702467455, "1876.398"], [1702467515, "1900.41"], [1702467542, "1912.416"], [1702467566, "1924.422"], [1702467599, "1936.428"], [1702467635, "1948.434"], [1702467668, "1960.44"], [1702467695, "1972.446"], [1702467716, "1984.452"], [1702467746, "1996.458"], [1702467800, "2014.467"], [1702467824, "2026.473"], [1702467908, "2056.488"], [1702467944, "2068.494"], [1702467968, "2080.5"], [1702468001, "2092.506"], [1702468031, "2104.512"], [1702468067, "2116.518"], [1702468085, "2128.524"], [1702468115, "2140.53"], [1702468151, "2152.536"], [1702468181, "2164.542"], [1702468208, "2176.548"], [1702468241, "2188.554"], [1702468256, "2200.56"], [1702468286, "2212.566"], [1702468322, "2224.572"], [1702468352, "2236.578"], [1702468388, "2248.584"], [1702468424, "2260.59"], [1702468457, "2272.596"], [1702468493, "2284.602"], [1702468517, "2296.608"], [1702468550, "2308.614"], [1702468586, "2320.62"], [1702468613, "2332.626"], [1702468637, "2344.632"], [1702468679, "2356.638"], [1702468721, "2368.644"], [1702468730, "2374.647"], [1702468766, "2386.653"], [1702468799, "2398.659"], [1702468835, "2410.665"], [1702468898, "2428.674"], [1702468934, "2440.68"], [1702468970, "2452.686"], [1702468994, "2464.692"], [1702469024, "2476.698"], [1702469060, "2488.704"], [1702469111, "2506.713"], [1702469144, "2518.719"], [1702469168, "2530.725"], [1702469204, "2542.731"], [1702469237, "2554.737"], [1702469273, "2566.743"], [1702469303, "2578.749"], [1702469336, "2590.755"], [1702469360, "2602.761"], [1702469387, "2614.767"], [1702469411, "2626.773"], [1702469435, "2638.779"], [1702469468, "2650.785"], [1702469504, "2662.791"], [1702469537, "2674.797"], [1702469573, "2686.803"], [1702469606, "2698.809"], [1702469633, "2710.815"], [1702469660, "2722.821"], [1702469684, "2734.827"], [1702469717, "2746.833"], [1702469753, "2758.839"], [1702469786, "2770.845"], [1702469816, "2782.851"], [1702469834, "2794.857"], [1702469864, "2806.863"], [1702469906, "2824.872"], [1702469936, "2836.878"], [1702469972, "2848.884"], [1702470005, "2860.89"], [1702470029, "2872.896"], [1702470065, "2884.902"], [1702470101, "2896.908"], [1702470131, "2908.914"], [1702470167, "2920.92"], [1702470203, "2932.926"], [1702470251, "2950.935"], [1702470278, "2962.941"], [1702470311, "2974.947"], [1702470347, "2986.953"], [1702470371, "2998.959"], [1702470404, "3010.965"], [1702470440, "3022.971"], [1702470476, "3034.977"], [1702470506, "3046.983"], [1702470542, "3058.989"], [1702470575, "3070.995"], [1702470611, "3083.001"], [1702470635, "3095.007"], [1702470662, "3107.013"], [1702470686, "3119.019"], [1702470719, "3131.025"], [1702470746, "3143.031"], [1702470812, "3167.043"], [1702470845, "3179.049"], [1702470875, "3191.055"], [1702470899, "3203.061"], [1702470953, "3221.07"], [1702470983, "3233.076"], [1702471025, "3245.082"], [1702471067, "3263.091"], [1702471169, "3293.106"], [1702471193, "3305.112"], [1702471226, "3317.118"], [1702471265, "3329.124"]]}], "kepler_container_package_joules_total": [{"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0.306"], [1702462721, "0.306"], [1702462736, "0.411"], [1702462751, "0.411"], [1702462763, "0.411"], [1702462793, "0.411"], [1702462808, "0.411"], [1702462829, "0.411"], [1702462844, "0.411"], [1702462865, "0.411"], [1702462880, "0.411"], [1702462904, "0.411"], [1702462919, "0.411"], [1702462952, "0.411"], [1702462973, "0.411"], [1702462988, "0.411"], [1702463045, "0.411"], [1702463081, "0.411"], [1702463114, "0.411"], [1702463150, "0.411"], [1702463186, "0.411"], [1702463216, "0.411"], [1702463240, "0.411"], [1702463273, "0.411"], [1702463324, "0.411"], [1702463354, "0.411"], [1702463381, "0.903"], [1702463417, "0.903"], [1702463453, "0.903"], [1702463477, "0.903"], [1702463510, "0.903"], [1702463537, "0.903"], [1702463570, "0.903"], [1702463591, "0.903"], [1702463621, "0.903"], [1702463657, "0.903"], [1702463693, "0.903"], [1702463729, "0.903"], [1702463765, "0.903"], [1702463798, "0.903"], [1702463846, "0.903"], [1702463873, "0.903"], [1702463906, "0.903"], [1702463948, "0.903"], [1702463984, "0.903"], [1702464014, "0.903"], [1702464050, "0.903"], [1702464086, "0.903"], [1702464122, "0.903"], [1702464155, "0.903"], [1702464194, "0.903"], [1702464230, "0.903"], [1702464263, "0.903"], [1702464299, "0.903"], [1702464332, "0.903"], [1702464356, "0.903"], [1702464392, "0.903"], [1702464425, "0.903"], [1702464455, "0.903"], [1702464479, "0.903"], [1702464509, "0.903"], [1702464533, "0.903"], [1702464569, "0.903"], [1702464605, "0.903"], [1702464635, "0.903"], [1702464671, "0.903"], [1702464716, "0.903"], [1702464743, "0.903"], [1702464776, "0.903"], [1702464812, "0.903"], [1702464836, "0.903"], [1702464869, "0.903"], [1702464905, "0.903"], [1702464926, "0.903"], [1702464956, "0.903"], [1702464992, "0.903"], [1702465016, "0.903"], [1702465049, "0.903"], [1702465085, "0.903"], [1702465118, "0.903"], [1702465145, "0.903"], [1702465178, "0.903"], [1702465208, "0.903"], [1702465241, "0.903"], [1702465298, "0.903"], [1702465334, "0.903"], [1702465367, "0.903"], [1702465394, "0.903"], [1702465418, "0.903"], [1702465445, "0.903"], [1702465481, "0.903"], [1702465517, "0.903"], [1702465550, "0.903"], [1702465586, "0.903"], [1702465619, "0.903"], [1702465658, "0.903"], [1702465706, "0.903"], [1702465754, "0.903"], [1702465787, "0.903"], [1702465823, "0.903"], [1702465856, "0.903"], [1702465880, "0.903"], [1702465910, "0.903"], [1702465952, "0.903"], [1702465988, "0.903"], [1702466015, "0.903"], [1702466030, "0.903"], [1702466060, "0.903"], [1702466078, "0.903"], [1702466138, "0.903"], [1702466168, "0.903"], [1702466204, "0.903"], [1702466237, "0.903"], [1702466261, "0.903"], [1702466291, "0.903"], [1702466327, "0.903"], [1702466360, "0.903"], [1702466384, "0.903"], [1702466417, "0.903"], [1702466441, "0.903"], [1702466471, "0.903"], [1702466507, "0.903"], [1702466540, "0.903"], [1702466597, "0.903"], [1702466633, "0.903"], [1702466666, "0.903"], [1702466705, "0.903"], [1702466732, "0.903"], [1702466765, "0.903"], [1702466801, "0.903"], [1702466852, "0.903"], [1702466876, "0.903"], [1702466918, "0.903"], [1702466978, "0.903"], [1702467014, "0.903"], [1702467038, "0.903"], [1702467068, "0.903"], [1702467122, "0.903"], [1702467158, "0.903"], [1702467191, "0.903"], [1702467221, "0.903"], [1702467257, "0.903"], [1702467299, "0.903"], [1702467350, "0.903"], [1702467386, "0.903"], [1702467419, "0.903"], [1702467455, "0.903"], [1702467515, "0.903"], [1702467542, "0.903"], [1702467566, "0.903"], [1702467599, "0.903"], [1702467635, "0.903"], [1702467668, "0.903"], [1702467695, "0.903"], [1702467716, "0.903"], [1702467746, "0.903"], [1702467800, "0.903"], [1702467824, "0.903"], [1702467908, "0.903"], [1702467944, "0.903"], [1702467968, "0.903"], [1702468001, "0.903"], [1702468031, "0.903"], [1702468067, "0.903"], [1702468085, "0.903"], [1702468115, "0.903"], [1702468151, "0.903"], [1702468181, "0.903"], [1702468208, "0.903"], [1702468241, "0.903"], [1702468256, "0.903"], [1702468286, "0.903"], [1702468322, "0.903"], [1702468352, "0.903"], [1702468388, "0.903"], [1702468424, "0.903"], [1702468457, "0.903"], [1702468493, "0.903"], [1702468517, "0.903"], [1702468550, "0.903"], [1702468586, "0.903"], [1702468613, "0.903"], [1702468637, "0.903"], [1702468679, "0.903"], [1702468721, "0.903"], [1702468730, "0.903"], [1702468766, "0.903"], [1702468799, "0.903"], [1702468835, "0.903"], [1702468898, "0.903"], [1702468934, "0.903"], [1702468970, "0.903"], [1702468994, "0.903"], [1702469024, "0.903"], [1702469060, "0.903"], [1702469111, "0.903"], [1702469144, "0.903"], [1702469168, "0.903"], [1702469204, "0.903"], [1702469237, "0.903"], [1702469273, "0.903"], [1702469303, "0.903"], [1702469336, "0.903"], [1702469360, "0.903"], [1702469387, "0.903"], [1702469411, "0.903"], [1702469435, "0.903"], [1702469468, "0.903"], [1702469504, "0.903"], [1702469537, "0.903"], [1702469573, "0.903"], [1702469606, "0.903"], [1702469633, "0.903"], [1702469660, "0.903"], [1702469684, "0.903"], [1702469717, "0.903"], [1702469753, "0.903"], [1702469786, "0.903"], [1702469816, "0.903"], [1702469834, "0.903"], [1702469864, "0.903"], [1702469906, "0.903"], [1702469936, "0.903"], [1702469972, "0.903"], [1702470005, "0.903"], [1702470029, "0.903"], [1702470065, "0.903"], [1702470101, "0.903"], [1702470131, "0.903"], [1702470167, "0.903"], [1702470203, "0.903"], [1702470251, "0.903"], [1702470278, "0.903"], [1702470311, "0.903"], [1702470347, "0.903"], [1702470371, "0.903"], [1702470404, "0.903"], [1702470440, "0.903"], [1702470476, "0.903"], [1702470506, "0.903"], [1702470542, "0.903"], [1702470575, "0.903"], [1702470611, "0.903"], [1702470635, "0.903"], [1702470662, "0.903"], [1702470686, "0.903"], [1702470719, "0.903"], [1702470746, "0.903"], [1702470812, "0.903"], [1702470845, "0.903"], [1702470875, "0.903"], [1702470899, "0.903"], [1702470953, "0.903"], [1702470983, "0.903"], [1702471025, "0.903"], [1702471067, "0.903"], [1702471169, "0.903"], [1702471193, "0.903"], [1702471226, "0.903"], [1702471265, "0.903"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "492.468"], [1702462721, "513.939"], [1702462736, "535.41"], [1702462751, "556.881"], [1702462763, "577.896"], [1702462793, "619.488"], [1702462808, "640.065"], [1702462829, "660.642"], [1702462844, "680.394"], [1702462865, "700.146"], [1702462880, "719.898"], [1702462904, "759.402"], [1702462919, "779.154"], [1702462952, "818.658"], [1702462973, "838.41"], [1702462988, "858.162"], [1702463045, "917.418"], [1702463081, "956.922"], [1702463114, "996.426"], [1702463150, "1035.93"], [1702463186, "1075.434"], [1702463216, "1114.938"], [1702463240, "1154.442"], [1702463273, "1193.946"], [1702463324, "1253.202"], [1702463354, "1292.706"], [1702463381, "1332.21"], [1702463417, "1371.714"], [1702463453, "1411.218"], [1702463477, "1450.722"], [1702463510, "1490.226"], [1702463537, "1529.73"], [1702463570, "1569.234"], [1702463591, "1608.738"], [1702463621, "1648.242"], [1702463657, "1687.746"], [1702463693, "1727.25"], [1702463729, "1766.754"], [1702463765, "1806.258"], [1702463798, "1845.762"], [1702463846, "1905.018"], [1702463873, "1944.522"], [1702463906, "1984.026"], [1702463948, "2043.282"], [1702463984, "2082.786"], [1702464014, "2122.29"], [1702464050, "2161.794"], [1702464086, "2201.298"], [1702464122, "2240.802"], [1702464155, "2280.306"], [1702464194, "2339.562"], [1702464230, "2379.066"], [1702464263, "2418.57"], [1702464299, "2458.074"], [1702464332, "2497.578"], [1702464356, "2537.082"], [1702464392, "2576.586"], [1702464425, "2616.09"], [1702464455, "2655.594"], [1702464479, "2695.098"], [1702464509, "2734.602"], [1702464533, "2774.106"], [1702464569, "2813.61"], [1702464605, "2853.114"], [1702464635, "2892.618"], [1702464671, "2932.122"], [1702464716, "2971.626"], [1702464743, "3011.13"], [1702464776, "3050.634"], [1702464812, "3090.138"], [1702464836, "3129.642"], [1702464869, "3169.146"], [1702464905, "3208.65"], [1702464926, "3248.154"], [1702464956, "3287.658"], [1702464992, "3327.162"], [1702465016, "3366.666"], [1702465049, "3406.17"], [1702465085, "3445.674"], [1702465118, "3485.178"], [1702465145, "3524.682"], [1702465178, "3564.186"], [1702465208, "3603.69"], [1702465241, "3643.194"], [1702465298, "3702.45"], [1702465334, "3741.954"], [1702465367, "3781.458"], [1702465394, "3820.962"], [1702465418, "3860.466"], [1702465445, "3899.97"], [1702465481, "3939.474"], [1702465517, "3978.978"], [1702465550, "4018.482"], [1702465586, "4057.986"], [1702465619, "4097.49"], [1702465658, "4136.994"], [1702465706, "4176.498"], [1702465754, "4235.754"], [1702465787, "4275.258"], [1702465823, "4314.762"], [1702465856, "4354.266"], [1702465880, "4393.77"], [1702465910, "4433.274"], [1702465952, "4472.778"], [1702465988, "4512.282"], [1702466015, "4551.786"], [1702466030, "4591.29"], [1702466060, "4630.794"], [1702466078, "4670.298"], [1702466138, "4729.554"], [1702466168, "4769.058"], [1702466204, "4808.562"], [1702466237, "4848.066"], [1702466261, "4887.57"], [1702466291, "4927.074"], [1702466327, "4966.578"], [1702466360, "5006.082"], [1702466384, "5045.586"], [1702466417, "5085.09"], [1702466441, "5124.594"], [1702466471, "5164.098"], [1702466507, "5203.602"], [1702466540, "5243.106"], [1702466597, "5302.362"], [1702466633, "5341.866"], [1702466666, "5381.37"], [1702466705, "5420.874"], [1702466732, "5460.378"], [1702466765, "5499.882"], [1702466801, "5539.386"], [1702466852, "5598.642"], [1702466876, "5638.146"], [1702466918, "5677.65"], [1702466978, "5756.658"], [1702467014, "5796.162"], [1702467038, "5835.666"], [1702467068, "5875.17"], [1702467122, "5934.426"], [1702467158, "5973.93"], [1702467191, "6013.434"], [1702467221, "6052.938"], [1702467257, "6092.442"], [1702467299, "6131.946"], [1702467350, "6191.202"], [1702467386, "6230.706"], [1702467419, "6270.21"], [1702467455, "6309.714"], [1702467515, "6388.722"], [1702467542, "6428.226"], [1702467566, "6467.73"], [1702467599, "6507.234"], [1702467635, "6546.738"], [1702467668, "6586.242"], [1702467695, "6625.746"], [1702467716, "6665.25"], [1702467746, "6704.754"], [1702467800, "6764.01"], [1702467824, "6803.514"], [1702467908, "6902.274"], [1702467944, "6941.778"], [1702467968, "6981.282"], [1702468001, "7020.786"], [1702468031, "7060.29"], [1702468067, "7099.794"], [1702468085, "7139.298"], [1702468115, "7178.802"], [1702468151, "7218.306"], [1702468181, "7257.81"], [1702468208, "7297.314"], [1702468241, "7336.818"], [1702468256, "7376.322"], [1702468286, "7415.826"], [1702468322, "7455.33"], [1702468352, "7494.834"], [1702468388, "7534.338"], [1702468424, "7573.842"], [1702468457, "7613.346"], [1702468493, "7652.85"], [1702468517, "7692.354"], [1702468550, "7731.858"], [1702468586, "7771.362"], [1702468613, "7810.866"], [1702468637, "7850.37"], [1702468679, "7889.874"], [1702468721, "7929.378"], [1702468730, "7949.13"], [1702468766, "7988.634"], [1702468799, "8028.138"], [1702468835, "8067.642"], [1702468898, "8126.898"], [1702468934, "8166.402"], [1702468970, "8205.906"], [1702468994, "8245.41"], [1702469024, "8284.914"], [1702469060, "8324.418"], [1702469111, "8383.674"], [1702469144, "8423.178"], [1702469168, "8462.682"], [1702469204, "8502.186"], [1702469237, "8541.69"], [1702469273, "8581.194"], [1702469303, "8620.698"], [1702469336, "8660.202"], [1702469360, "8699.706"], [1702469387, "8739.21"], [1702469411, "8778.714"], [1702469435, "8818.218"], [1702469468, "8857.722"], [1702469504, "8897.226"], [1702469537, "8936.73"], [1702469573, "8976.234"], [1702469606, "9015.738"], [1702469633, "9055.242"], [1702469660, "9094.746"], [1702469684, "9134.25"], [1702469717, "9173.754"], [1702469753, "9213.258"], [1702469786, "9252.762"], [1702469816, "9292.266"], [1702469834, "9331.77"], [1702469864, "9371.274"], [1702469906, "9430.53"], [1702469936, "9470.034"], [1702469972, "9509.538"], [1702470005, "9549.042"], [1702470029, "9588.546"], [1702470065, "9628.05"], [1702470101, "9667.554"], [1702470131, "9707.058"], [1702470167, "9746.562"], [1702470203, "9786.066"], [1702470251, "9845.322"], [1702470278, "9884.826"], [1702470311, "9924.33"], [1702470347, "9963.834"], [1702470371, "10003.338"], [1702470404, "10042.842"], [1702470440, "10082.346"], [1702470476, "10121.85"], [1702470506, "10161.354"], [1702470542, "10200.858"], [1702470575, "10240.362"], [1702470611, "10279.866"], [1702470635, "10319.37"], [1702470662, "10358.874"], [1702470686, "10398.378"], [1702470719, "10437.882"], [1702470746, "10477.386"], [1702470812, "10556.394"], [1702470845, "10595.898"], [1702470875, "10635.402"], [1702470899, "10674.906"], [1702470953, "10734.162"], [1702470983, "10773.666"], [1702471025, "10813.17"], [1702471067, "10872.426"], [1702471169, "10971.186"], [1702471193, "11010.69"], [1702471226, "11050.194"], [1702471265, "11089.698"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "19.188"], [1702462721, "19.8"], [1702462736, "20.259"], [1702462751, "22.248"], [1702462763, "22.251"], [1702462793, "22.938"], [1702462808, "23.16"], [1702462829, "23.16"], [1702462844, "24.636"], [1702462865, "25.92"], [1702462880, "26.247"], [1702462904, "27.054"], [1702462919, "27.204"], [1702462952, "28.269"], [1702462973, "28.677"], [1702462988, "28.845"], [1702463045, "30.159"], [1702463081, "30.447"], [1702463114, "30.777"], [1702463150, "31.071"], [1702463186, "31.368"], [1702463216, "35.484"], [1702463240, "36.066"], [1702463273, "36.903"], [1702463324, "39.417"], [1702463354, "39.534"], [1702463381, "40.017"], [1702463417, "40.335"], [1702463453, "41.256"], [1702463477, "41.364"], [1702463510, "41.628"], [1702463537, "41.856"], [1702463570, "42.267"], [1702463591, "42.492"], [1702463621, "42.972"], [1702463657, "44.208"], [1702463693, "44.478"], [1702463729, "48.249"], [1702463765, "48.783"], [1702463798, "48.9"], [1702463846, "49.029"], [1702463873, "49.23"], [1702463906, "49.632"], [1702463948, "50.796"], [1702463984, "51.537"], [1702464014, "52.668"], [1702464050, "53.37"], [1702464086, "53.667"], [1702464122, "55.089"], [1702464155, "55.488"], [1702464194, "56.25"], [1702464230, "56.754"], [1702464263, "56.988"], [1702464299, "57.372"], [1702464332, "58.062"], [1702464356, "58.566"], [1702464392, "60.261"], [1702464425, "60.996"], [1702464455, "62.55"], [1702464479, "63.399"], [1702464509, "63.522"], [1702464533, "63.582"], [1702464569, "64.2"], [1702464605, "64.926"], [1702464635, "65.46"], [1702464671, "66.429"], [1702464716, "69.609"], [1702464743, "70.836"], [1702464776, "71.796"], [1702464812, "72.888"], [1702464836, "73.41"], [1702464869, "76.899"], [1702464905, "78.111"], [1702464926, "78.444"], [1702464956, "78.924"], [1702464992, "80.001"], [1702465016, "80.142"], [1702465049, "81.522"], [1702465085, "83.115"], [1702465118, "84.777"], [1702465145, "85.101"], [1702465178, "85.437"], [1702465208, "85.893"], [1702465241, "89.328"], [1702465298, "89.808"], [1702465334, "90.195"], [1702465367, "90.747"], [1702465394, "90.84"], [1702465418, "91.131"], [1702465445, "92.286"], [1702465481, "92.778"], [1702465517, "93.396"], [1702465550, "93.654"], [1702465586, "95.379"], [1702465619, "95.61"], [1702465658, "96.93"], [1702465706, "97.197"], [1702465754, "97.686"], [1702465787, "97.983"], [1702465823, "98.571"], [1702465856, "99.222"], [1702465880, "99.393"], [1702465910, "99.654"], [1702465952, "99.801"], [1702465988, "100.026"], [1702466015, "100.143"], [1702466030, "100.248"], [1702466060, "100.263"], [1702466078, "100.479"], [1702466138, "101.511"], [1702466168, "101.946"], [1702466204, "102.432"], [1702466237, "104.574"], [1702466261, "104.733"], [1702466291, "105.222"], [1702466327, "106.566"], [1702466360, "106.968"], [1702466384, "107.172"], [1702466417, "107.436"], [1702466441, "107.52"], [1702466471, "107.712"], [1702466507, "109.239"], [1702466540, "110.127"], [1702466597, "112.059"], [1702466633, "112.668"], [1702466666, "113.478"], [1702466705, "114.126"], [1702466732, "114.51"], [1702466765, "114.789"], [1702466801, "115.059"], [1702466852, "117.525"], [1702466876, "117.615"], [1702466918, "118.572"], [1702466978, "122.289"], [1702467014, "123.546"], [1702467038, "125.382"], [1702467068, "125.898"], [1702467122, "126.501"], [1702467158, "126.936"], [1702467191, "128.19"], [1702467221, "128.499"], [1702467257, "129.381"], [1702467299, "129.924"], [1702467350, "130.266"], [1702467386, "131.757"], [1702467419, "132.501"], [1702467455, "133.176"], [1702467515, "133.827"], [1702467542, "133.917"], [1702467566, "134.055"], [1702467599, "137.616"], [1702467635, "137.691"], [1702467668, "139.821"], [1702467695, "140.889"], [1702467716, "141.159"], [1702467746, "141.663"], [1702467800, "145.056"], [1702467824, "145.587"], [1702467908, "146.952"], [1702467944, "147.327"], [1702467968, "147.45"], [1702468001, "147.858"], [1702468031, "148.383"], [1702468067, "150.18"], [1702468085, "150.519"], [1702468115, "150.777"], [1702468151, "151.68"], [1702468181, "152.082"], [1702468208, "152.61"], [1702468241, "153.081"], [1702468256, "153.261"], [1702468286, "156.294"], [1702468322, "156.579"], [1702468352, "158.502"], [1702468388, "159.471"], [1702468424, "160.413"], [1702468457, "162.369"], [1702468493, "164.094"], [1702468517, "166.785"], [1702468550, "167.34"], [1702468586, "168.435"], [1702468613, "169.17"], [1702468637, "170.388"], [1702468679, "170.727"], [1702468721, "172.125"], [1702468730, "172.455"], [1702468766, "172.536"], [1702468799, "174.756"], [1702468835, "175.515"], [1702468898, "179.673"], [1702468934, "181.455"], [1702468970, "185.232"], [1702468994, "185.853"], [1702469024, "185.934"], [1702469060, "186.186"], [1702469111, "187.065"], [1702469144, "188.376"], [1702469168, "188.754"], [1702469204, "190.074"], [1702469237, "190.914"], [1702469273, "192.471"], [1702469303, "196.242"], [1702469336, "196.926"], [1702469360, "197.328"], [1702469387, "197.478"], [1702469411, "197.772"], [1702469435, "197.91"], [1702469468, "198.318"], [1702469504, "198.648"], [1702469537, "198.969"], [1702469573, "199.083"], [1702469606, "199.368"], [1702469633, "199.596"], [1702469660, "200.136"], [1702469684, "200.388"], [1702469717, "200.637"], [1702469753, "200.808"], [1702469786, "201.099"], [1702469816, "201.918"], [1702469834, "202.146"], [1702469864, "202.455"], [1702469906, "202.611"], [1702469936, "202.872"], [1702469972, "202.977"], [1702470005, "203.151"], [1702470029, "203.268"], [1702470065, "203.457"], [1702470101, "203.799"], [1702470131, "204.21"], [1702470167, "204.645"], [1702470203, "205.164"], [1702470251, "205.968"], [1702470278, "206.145"], [1702470311, "206.415"], [1702470347, "206.847"], [1702470371, "206.91"], [1702470404, "206.991"], [1702470440, "207.129"], [1702470476, "207.258"], [1702470506, "207.51"], [1702470542, "207.876"], [1702470575, "208.089"], [1702470611, "208.506"], [1702470635, "208.671"], [1702470662, "208.893"], [1702470686, "209.286"], [1702470719, "209.547"], [1702470746, "209.91"], [1702470812, "210.708"], [1702470845, "211.05"], [1702470875, "211.245"], [1702470899, "211.389"], [1702470953, "211.749"], [1702470983, "211.836"], [1702471025, "212.307"], [1702471067, "212.703"], [1702471169, "213.354"], [1702471193, "213.474"], [1702471226, "213.732"], [1702471265, "213.99"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "30.435"], [1702462721, "32.076"], [1702462736, "32.847"], [1702462751, "33.399"], [1702462763, "33.411"], [1702462793, "36.309"], [1702462808, "38.382"], [1702462829, "39.369"], [1702462844, "46.428"], [1702462865, "66.354"], [1702462880, "67.143"], [1702462904, "70.239"], [1702462919, "70.359"], [1702462952, "70.851"], [1702462973, "71.052"], [1702462988, "72.177"], [1702463045, "75.039"], [1702463081, "76.446"], [1702463114, "80.265"], [1702463150, "80.925"], [1702463186, "82.059"], [1702463216, "85.416"], [1702463240, "88.677"], [1702463273, "90.504"], [1702463324, "98.154"], [1702463354, "98.364"], [1702463381, "99.804"], [1702463417, "100.41"], [1702463453, "106.101"], [1702463477, "106.545"], [1702463510, "110.895"], [1702463537, "112.917"], [1702463570, "114.426"], [1702463591, "115.263"], [1702463621, "116.886"], [1702463657, "117.87"], [1702463693, "118.626"], [1702463729, "124.95"], [1702463765, "127.83"], [1702463798, "128.31"], [1702463846, "128.652"], [1702463873, "129.765"], [1702463906, "130.371"], [1702463948, "132.105"], [1702463984, "134.031"], [1702464014, "134.376"], [1702464050, "137.064"], [1702464086, "138.783"], [1702464122, "150.798"], [1702464155, "153.654"], [1702464194, "154.968"], [1702464230, "157.344"], [1702464263, "158.16"], [1702464299, "159.948"], [1702464332, "164.196"], [1702464356, "167.001"], [1702464392, "169.269"], [1702464425, "171.81"], [1702464455, "177.378"], [1702464479, "182.949"], [1702464509, "183.888"], [1702464533, "185.541"], [1702464569, "187.005"], [1702464605, "191.373"], [1702464635, "195.075"], [1702464671, "197.565"], [1702464716, "215.838"], [1702464743, "218.115"], [1702464776, "286.44"], [1702464812, "292.479"], [1702464836, "295.203"], [1702464869, "298.578"], [1702464905, "300.756"], [1702464926, "301.272"], [1702464956, "302.364"], [1702464992, "304.164"], [1702465016, "305.904"], [1702465049, "316.398"], [1702465085, "340.953"], [1702465118, "342.612"], [1702465145, "346.65"], [1702465178, "347.853"], [1702465208, "350.397"], [1702465241, "356.298"], [1702465298, "357.48"], [1702465334, "359.178"], [1702465367, "360.981"], [1702465394, "361.404"], [1702465418, "362.325"], [1702465445, "364.392"], [1702465481, "367.176"], [1702465517, "368.094"], [1702465550, "369.249"], [1702465586, "373.344"], [1702465619, "373.926"], [1702465658, "377.361"], [1702465706, "377.859"], [1702465754, "380.529"], [1702465787, "382.956"], [1702465823, "388.413"], [1702465856, "389.553"], [1702465880, "389.868"], [1702465910, "390.219"], [1702465952, "391.605"], [1702465988, "392.316"], [1702466015, "392.82"], [1702466030, "393"], [1702466060, "393.168"], [1702466078, "393.609"], [1702466138, "397.359"], [1702466168, "400.665"], [1702466204, "405.519"], [1702466237, "409.734"], [1702466261, "410.799"], [1702466291, "416.472"], [1702466327, "419.064"], [1702466360, "419.862"], [1702466384, "420.411"], [1702466417, "421.506"], [1702466441, "421.956"], [1702466471, "424.239"], [1702466507, "433.323"], [1702466540, "435.636"], [1702466597, "442.182"], [1702466633, "448.869"], [1702466666, "451.5"], [1702466705, "455.937"], [1702466732, "456.3"], [1702466765, "456.9"], [1702466801, "458.346"], [1702466852, "465.066"], [1702466876, "466.524"], [1702466918, "469.164"], [1702466978, "477.342"], [1702467014, "484.839"], [1702467038, "488.685"], [1702467068, "492.411"], [1702467122, "494.007"], [1702467158, "494.598"], [1702467191, "502.875"], [1702467221, "503.268"], [1702467257, "504.702"], [1702467299, "506.088"], [1702467350, "510.768"], [1702467386, "513.084"], [1702467419, "517.026"], [1702467455, "518.823"], [1702467515, "521.055"], [1702467542, "521.889"], [1702467566, "522.168"], [1702467599, "523.533"], [1702467635, "524.364"], [1702467668, "537.765"], [1702467695, "539.844"], [1702467716, "541.302"], [1702467746, "543.651"], [1702467800, "556.602"], [1702467824, "558.384"], [1702467908, "561.768"], [1702467944, "562.548"], [1702467968, "563.694"], [1702468001, "564.642"], [1702468031, "565.704"], [1702468067, "575.352"], [1702468085, "576.06"], [1702468115, "577.71"], [1702468151, "580.704"], [1702468181, "582.408"], [1702468208, "583.842"], [1702468241, "586.101"], [1702468256, "586.764"], [1702468286, "587.643"], [1702468322, "588.501"], [1702468352, "596.25"], [1702468388, "600.171"], [1702468424, "605.853"], [1702468457, "615.249"], [1702468493, "618.957"], [1702468517, "624.513"], [1702468550, "626.364"], [1702468586, "628.257"], [1702468613, "630.225"], [1702468637, "632.988"], [1702468679, "634.506"], [1702468721, "639.006"], [1702468730, "639.882"], [1702468766, "642.042"], [1702468799, "648.729"], [1702468835, "651.447"], [1702468898, "659.748"], [1702468934, "665.325"], [1702468970, "669.897"], [1702468994, "671.196"], [1702469024, "671.385"], [1702469060, "672.858"], [1702469111, "676.995"], [1702469144, "685.404"], [1702469168, "686.115"], [1702469204, "687.348"], [1702469237, "690.357"], [1702469273, "694.998"], [1702469303, "701.118"], [1702469336, "703.272"], [1702469360, "704.682"], [1702469387, "705.381"], [1702469411, "706.575"], [1702469435, "708.264"], [1702469468, "709.614"], [1702469504, "710.709"], [1702469537, "711.774"], [1702469573, "712.23"], [1702469606, "713.232"], [1702469633, "713.904"], [1702469660, "715.803"], [1702469684, "716.562"], [1702469717, "717.81"], [1702469753, "718.398"], [1702469786, "719.37"], [1702469816, "720.687"], [1702469834, "721.074"], [1702469864, "721.89"], [1702469906, "723.291"], [1702469936, "723.894"], [1702469972, "724.347"], [1702470005, "724.974"], [1702470029, "725.151"], [1702470065, "725.76"], [1702470101, "726.894"], [1702470131, "727.827"], [1702470167, "732.171"], [1702470203, "734.181"], [1702470251, "736.998"], [1702470278, "738.018"], [1702470311, "739.407"], [1702470347, "740.427"], [1702470371, "740.844"], [1702470404, "741.831"], [1702470440, "742.542"], [1702470476, "744.663"], [1702470506, "745.638"], [1702470542, "747.828"], [1702470575, "749.565"], [1702470611, "750.801"], [1702470635, "751.722"], [1702470662, "752.889"], [1702470686, "753.702"], [1702470719, "754.371"], [1702470746, "756.54"], [1702470812, "758.7"], [1702470845, "760.863"], [1702470875, "761.736"], [1702470899, "761.943"], [1702470953, "762.714"], [1702470983, "764.856"], [1702471025, "767.112"], [1702471067, "770.619"], [1702471169, "773.211"], [1702471193, "774.12"], [1702471226, "776.103"], [1702471265, "777.618"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "8.76"], [1702462721, "8.76"], [1702462736, "10.242"], [1702462751, "10.242"], [1702462763, "10.242"], [1702462793, "10.242"], [1702462808, "10.242"], [1702462829, "10.242"], [1702462844, "10.242"], [1702462865, "10.242"], [1702462880, "10.242"], [1702462904, "10.242"], [1702462919, "10.242"], [1702462952, "10.467"], [1702462973, "10.467"], [1702462988, "10.467"], [1702463045, "10.467"], [1702463081, "10.473"], [1702463114, "10.473"], [1702463150, "10.473"], [1702463186, "10.542"], [1702463216, "10.542"], [1702463240, "10.542"], [1702463273, "11.019"], [1702463324, "11.118"], [1702463354, "11.118"], [1702463381, "11.118"], [1702463417, "11.118"], [1702463453, "11.16"], [1702463477, "11.16"], [1702463510, "11.187"], [1702463537, "11.229"], [1702463570, "11.229"], [1702463591, "11.229"], [1702463621, "11.631"], [1702463657, "11.631"], [1702463693, "11.631"], [1702463729, "11.631"], [1702463765, "11.631"], [1702463798, "11.703"], [1702463846, "11.733"], [1702463873, "13.302"], [1702463906, "13.302"], [1702463948, "14.226"], [1702463984, "14.226"], [1702464014, "14.226"], [1702464050, "14.226"], [1702464086, "14.226"], [1702464122, "14.226"], [1702464155, "14.226"], [1702464194, "14.328"], [1702464230, "16.101"], [1702464263, "16.101"], [1702464299, "16.101"], [1702464332, "16.101"], [1702464356, "16.122"], [1702464392, "16.122"], [1702464425, "16.122"], [1702464455, "20.562"], [1702464479, "20.64"], [1702464509, "20.688"], [1702464533, "20.688"], [1702464569, "20.688"], [1702464605, "20.688"], [1702464635, "20.688"], [1702464671, "21.234"], [1702464716, "21.234"], [1702464743, "21.234"], [1702464776, "21.234"], [1702464812, "21.234"], [1702464836, "21.234"], [1702464869, "22.182"], [1702464905, "22.272"], [1702464926, "22.272"], [1702464956, "22.272"], [1702464992, "22.272"], [1702465016, "22.29"], [1702465049, "22.29"], [1702465085, "22.29"], [1702465118, "22.563"], [1702465145, "22.563"], [1702465178, "22.563"], [1702465208, "22.563"], [1702465241, "22.563"], [1702465298, "22.563"], [1702465334, "22.563"], [1702465367, "22.563"], [1702465394, "22.563"], [1702465418, "22.563"], [1702465445, "22.563"], [1702465481, "22.563"], [1702465517, "22.563"], [1702465550, "22.563"], [1702465586, "22.563"], [1702465619, "22.563"], [1702465658, "22.563"], [1702465706, "22.563"], [1702465754, "22.563"], [1702465787, "22.563"], [1702465823, "22.563"], [1702465856, "22.563"], [1702465880, "22.563"], [1702465910, "22.563"], [1702465952, "22.563"], [1702465988, "22.563"], [1702466015, "22.569"], [1702466030, "22.578"], [1702466060, "22.578"], [1702466078, "22.584"], [1702466138, "22.584"], [1702466168, "22.584"], [1702466204, "22.584"], [1702466237, "22.584"], [1702466261, "22.593"], [1702466291, "22.593"], [1702466327, "22.593"], [1702466360, "22.593"], [1702466384, "22.593"], [1702466417, "22.773"], [1702466441, "22.773"], [1702466471, "22.773"], [1702466507, "22.773"], [1702466540, "22.773"], [1702466597, "23.205"], [1702466633, "23.205"], [1702466666, "23.682"], [1702466705, "23.682"], [1702466732, "23.682"], [1702466765, "23.682"], [1702466801, "23.7"], [1702466852, "23.7"], [1702466876, "23.7"], [1702466918, "23.7"], [1702466978, "24.747"], [1702467014, "24.747"], [1702467038, "24.747"], [1702467068, "24.747"], [1702467122, "24.747"], [1702467158, "24.747"], [1702467191, "24.747"], [1702467221, "24.822"], [1702467257, "24.822"], [1702467299, "25.146"], [1702467350, "25.146"], [1702467386, "25.146"], [1702467419, "25.146"], [1702467455, "25.146"], [1702467515, "25.167"], [1702467542, "25.167"], [1702467566, "25.167"], [1702467599, "25.167"], [1702467635, "25.167"], [1702467668, "25.167"], [1702467695, "25.404"], [1702467716, "25.404"], [1702467746, "25.404"], [1702467800, "25.404"], [1702467824, "25.899"], [1702467908, "25.899"], [1702467944, "25.899"], [1702467968, "25.911"], [1702468001, "25.911"], [1702468031, "25.911"], [1702468067, "25.911"], [1702468085, "25.911"], [1702468115, "25.911"], [1702468151, "25.911"], [1702468181, "26.595"], [1702468208, "26.595"], [1702468241, "26.595"], [1702468256, "26.595"], [1702468286, "26.595"], [1702468322, "26.595"], [1702468352, "26.595"], [1702468388, "26.595"], [1702468424, "26.595"], [1702468457, "26.595"], [1702468493, "26.595"], [1702468517, "26.595"], [1702468550, "26.595"], [1702468586, "26.595"], [1702468613, "26.595"], [1702468637, "26.595"], [1702468679, "26.595"], [1702468721, "26.595"], [1702468730, "26.595"], [1702468766, "26.595"], [1702468799, "26.595"], [1702468835, "26.595"], [1702468898, "26.739"], [1702468934, "28.149"], [1702468970, "28.149"], [1702468994, "28.149"], [1702469024, "28.149"], [1702469060, "28.149"], [1702469111, "28.569"], [1702469144, "28.569"], [1702469168, "28.569"], [1702469204, "28.569"], [1702469237, "28.569"], [1702469273, "28.569"], [1702469303, "28.887"], [1702469336, "28.887"], [1702469360, "28.887"], [1702469387, "28.887"], [1702469411, "29.499"], [1702469435, "29.499"], [1702469468, "29.499"], [1702469504, "29.499"], [1702469537, "29.499"], [1702469573, "29.499"], [1702469606, "29.499"], [1702469633, "29.499"], [1702469660, "29.499"], [1702469684, "29.499"], [1702469717, "29.499"], [1702469753, "29.499"], [1702469786, "29.499"], [1702469816, "29.499"], [1702469834, "29.592"], [1702469864, "29.592"], [1702469906, "29.592"], [1702469936, "29.598"], [1702469972, "29.598"], [1702470005, "29.598"], [1702470029, "29.598"], [1702470065, "29.598"], [1702470101, "29.598"], [1702470131, "29.598"], [1702470167, "29.598"], [1702470203, "29.718"], [1702470251, "29.718"], [1702470278, "30.105"], [1702470311, "30.105"], [1702470347, "30.105"], [1702470371, "30.105"], [1702470404, "30.105"], [1702470440, "30.105"], [1702470476, "30.375"], [1702470506, "30.375"], [1702470542, "30.375"], [1702470575, "30.663"], [1702470611, "30.663"], [1702470635, "30.93"], [1702470662, "30.93"], [1702470686, "30.93"], [1702470719, "30.948"], [1702470746, "30.948"], [1702470812, "30.948"], [1702470845, "30.948"], [1702470875, "30.948"], [1702470899, "30.999"], [1702470953, "30.999"], [1702470983, "30.999"], [1702471025, "30.999"], [1702471067, "30.999"], [1702471169, "30.999"], [1702471193, "30.999"], [1702471226, "30.999"], [1702471265, "30.999"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "354.912"], [1702462721, "376.383"], [1702462736, "397.854"], [1702462751, "419.325"], [1702462763, "440.34"], [1702462793, "481.932"], [1702462808, "502.509"], [1702462829, "523.086"], [1702462844, "542.838"], [1702462865, "562.59"], [1702462880, "582.342"], [1702462904, "621.846"], [1702462919, "641.598"], [1702462952, "681.102"], [1702462973, "700.854"], [1702462988, "720.606"], [1702463045, "779.862"], [1702463081, "819.366"], [1702463114, "858.87"], [1702463150, "898.374"], [1702463186, "937.878"], [1702463216, "977.382"], [1702463240, "1016.886"], [1702463273, "1056.39"], [1702463324, "1115.646"], [1702463354, "1155.15"], [1702463381, "1194.654"], [1702463417, "1234.158"], [1702463453, "1273.662"], [1702463477, "1313.166"], [1702463510, "1352.67"], [1702463537, "1392.174"], [1702463570, "1431.678"], [1702463591, "1471.182"], [1702463621, "1510.686"], [1702463657, "1550.19"], [1702463693, "1589.694"], [1702463729, "1629.198"], [1702463765, "1668.702"], [1702463798, "1708.206"], [1702463846, "1767.462"], [1702463873, "1806.966"], [1702463906, "1846.47"], [1702463948, "1905.726"], [1702463984, "1945.23"], [1702464014, "1984.734"], [1702464050, "2024.238"], [1702464086, "2063.742"], [1702464122, "2103.246"], [1702464155, "2142.75"], [1702464194, "2202.006"], [1702464230, "2241.51"], [1702464263, "2281.014"], [1702464299, "2320.518"], [1702464332, "2360.022"], [1702464356, "2399.526"], [1702464392, "2439.03"], [1702464425, "2478.534"], [1702464455, "2518.038"], [1702464479, "2557.542"], [1702464509, "2597.046"], [1702464533, "2636.55"], [1702464569, "2676.054"], [1702464605, "2715.558"], [1702464635, "2755.062"], [1702464671, "2794.566"], [1702464716, "2834.07"], [1702464743, "2873.574"], [1702464776, "2913.078"], [1702464812, "2952.582"], [1702464836, "2992.086"], [1702464869, "3031.59"], [1702464905, "3071.094"], [1702464926, "3110.598"], [1702464956, "3150.102"], [1702464992, "3189.606"], [1702465016, "3229.11"], [1702465049, "3268.614"], [1702465085, "3308.118"], [1702465118, "3347.622"], [1702465145, "3387.126"], [1702465178, "3426.63"], [1702465208, "3466.134"], [1702465241, "3505.638"], [1702465298, "3564.894"], [1702465334, "3604.398"], [1702465367, "3643.902"], [1702465394, "3683.406"], [1702465418, "3722.91"], [1702465445, "3762.414"], [1702465481, "3801.918"], [1702465517, "3841.422"], [1702465550, "3880.926"], [1702465586, "3920.43"], [1702465619, "3959.934"], [1702465658, "3999.438"], [1702465706, "4038.942"], [1702465754, "4098.198"], [1702465787, "4137.702"], [1702465823, "4177.206"], [1702465856, "4216.71"], [1702465880, "4256.214"], [1702465910, "4295.718"], [1702465952, "4335.222"], [1702465988, "4374.726"], [1702466015, "4414.23"], [1702466030, "4453.734"], [1702466060, "4493.238"], [1702466078, "4532.742"], [1702466138, "4591.998"], [1702466168, "4631.502"], [1702466204, "4671.006"], [1702466237, "4710.51"], [1702466261, "4750.014"], [1702466291, "4789.518"], [1702466327, "4829.022"], [1702466360, "4868.526"], [1702466384, "4908.03"], [1702466417, "4947.534"], [1702466441, "4987.038"], [1702466471, "5026.542"], [1702466507, "5066.046"], [1702466540, "5105.55"], [1702466597, "5164.806"], [1702466633, "5204.31"], [1702466666, "5243.814"], [1702466705, "5283.318"], [1702466732, "5322.822"], [1702466765, "5362.326"], [1702466801, "5401.83"], [1702466852, "5461.086"], [1702466876, "5500.59"], [1702466918, "5540.094"], [1702466978, "5619.102"], [1702467014, "5658.606"], [1702467038, "5698.11"], [1702467068, "5737.614"], [1702467122, "5796.87"], [1702467158, "5836.374"], [1702467191, "5875.878"], [1702467221, "5915.382"], [1702467257, "5954.886"], [1702467299, "5994.39"], [1702467350, "6053.646"], [1702467386, "6093.15"], [1702467419, "6132.654"], [1702467455, "6172.158"], [1702467515, "6251.166"], [1702467542, "6290.67"], [1702467566, "6330.174"], [1702467599, "6369.678"], [1702467635, "6409.182"], [1702467668, "6448.686"], [1702467695, "6488.19"], [1702467716, "6527.694"], [1702467746, "6567.198"], [1702467800, "6626.454"], [1702467824, "6665.958"], [1702467908, "6764.718"], [1702467944, "6804.222"], [1702467968, "6843.726"], [1702468001, "6883.23"], [1702468031, "6922.734"], [1702468067, "6962.238"], [1702468085, "7001.742"], [1702468115, "7041.246"], [1702468151, "7080.75"], [1702468181, "7120.254"], [1702468208, "7159.758"], [1702468241, "7199.262"], [1702468256, "7238.766"], [1702468286, "7278.27"], [1702468322, "7317.774"], [1702468352, "7357.278"], [1702468388, "7396.782"], [1702468424, "7436.286"], [1702468457, "7475.79"], [1702468493, "7515.294"], [1702468517, "7554.798"], [1702468550, "7594.302"], [1702468586, "7633.806"], [1702468613, "7673.31"], [1702468637, "7712.814"], [1702468679, "7752.318"], [1702468721, "7791.822"], [1702468730, "7811.574"], [1702468766, "7851.078"], [1702468799, "7890.582"], [1702468835, "7930.086"], [1702468898, "7989.342"], [1702468934, "8028.846"], [1702468970, "8068.35"], [1702468994, "8107.854"], [1702469024, "8147.358"], [1702469060, "8186.862"], [1702469111, "8246.118"], [1702469144, "8285.622"], [1702469168, "8325.126"], [1702469204, "8364.63"], [1702469237, "8404.134"], [1702469273, "8443.638"], [1702469303, "8483.142"], [1702469336, "8522.646"], [1702469360, "8562.15"], [1702469387, "8601.654"], [1702469411, "8641.158"], [1702469435, "8680.662"], [1702469468, "8720.166"], [1702469504, "8759.67"], [1702469537, "8799.174"], [1702469573, "8838.678"], [1702469606, "8878.182"], [1702469633, "8917.686"], [1702469660, "8957.19"], [1702469684, "8996.694"], [1702469717, "9036.198"], [1702469753, "9075.702"], [1702469786, "9115.206"], [1702469816, "9154.71"], [1702469834, "9194.214"], [1702469864, "9233.718"], [1702469906, "9292.974"], [1702469936, "9332.478"], [1702469972, "9371.982"], [1702470005, "9411.486"], [1702470029, "9450.99"], [1702470065, "9490.494"], [1702470101, "9529.998"], [1702470131, "9569.502"], [1702470167, "9609.006"], [1702470203, "9648.51"], [1702470251, "9707.766"], [1702470278, "9747.27"], [1702470311, "9786.774"], [1702470347, "9826.278"], [1702470371, "9865.782"], [1702470404, "9905.286"], [1702470440, "9944.79"], [1702470476, "9984.294"], [1702470506, "10023.798"], [1702470542, "10063.302"], [1702470575, "10102.806"], [1702470611, "10142.31"], [1702470635, "10181.814"], [1702470662, "10221.318"], [1702470686, "10260.822"], [1702470719, "10300.326"], [1702470746, "10339.83"], [1702470812, "10418.838"], [1702470845, "10458.342"], [1702470875, "10497.846"], [1702470899, "10537.35"], [1702470953, "10596.606"], [1702470983, "10636.11"], [1702471025, "10675.614"], [1702471067, "10734.87"], [1702471169, "10833.63"], [1702471193, "10873.134"], [1702471226, "10912.638"], [1702471265, "10952.142"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "997.275"], [1702462721, "1219.962"], [1702462736, "1390.365"], [1702462751, "1390.365"], [1702462763, "1390.401"], [1702462793, "1401.522"], [1702462808, "1741.137"], [1702462829, "1753.482"], [1702462844, "1770.759"], [1702462865, "1777.746"], [1702462880, "1777.746"], [1702462904, "1791.204"], [1702462919, "1832.673"], [1702462952, "2019.009"], [1702462973, "2028.783"], [1702462988, "2065.407"], [1702463045, "2231.229"], [1702463081, "2258.508"], [1702463114, "2465.847"], [1702463150, "2469.069"], [1702463186, "2536.803"], [1702463216, "2907.927"], [1702463240, "3094.527"], [1702463273, "3440.412"], [1702463324, "3697.842"], [1702463354, "3756.885"], [1702463381, "3768.291"], [1702463417, "3801.615"], [1702463453, "3976.518"], [1702463477, "3996.087"], [1702463510, "4235.235"], [1702463537, "4290.162"], [1702463570, "4414.26"], [1702463591, "4474.587"], [1702463621, "4482.504"], [1702463657, "4492.44"], [1702463693, "4559.76"], [1702463729, "4618.644"], [1702463765, "4823.604"], [1702463798, "4842.978"], [1702463846, "4885.248"], [1702463873, "4954.071"], [1702463906, "4991.172"], [1702463948, "5101.125"], [1702463984, "5518.035"], [1702464014, "5619.804"], [1702464050, "5820.132"], [1702464086, "5904.885"], [1702464122, "6058.239"], [1702464155, "6152.262"], [1702464194, "6228.798"], [1702464230, "6263.319"], [1702464263, "6283.545"], [1702464299, "6347.337"], [1702464332, "6354.954"], [1702464356, "6492.363"], [1702464392, "7046.034"], [1702464425, "7176.876"], [1702464455, "7198.779"], [1702464479, "7293.588"], [1702464509, "7323.834"], [1702464533, "7410.207"], [1702464569, "7432.626"], [1702464605, "7494.063"], [1702464635, "7538.364"], [1702464671, "7679.472"], [1702464716, "7951.485"], [1702464743, "8187.534"], [1702464776, "8783.865"], [1702464812, "8787.336"], [1702464836, "8907.027"], [1702464869, "8923.188"], [1702464905, "9005.442"], [1702464926, "9038.895"], [1702464956, "9301.5"], [1702464992, "9358.086"], [1702465016, "9366.306"], [1702465049, "9371.754"], [1702465085, "10422.669"], [1702465118, "10459.227"], [1702465145, "10762.92"], [1702465178, "10765.221"], [1702465208, "10870.17"], [1702465241, "10882.479"], [1702465298, "10950.804"], [1702465334, "10989.228"], [1702465367, "11002.626"], [1702465394, "11002.89"], [1702465418, "11006.889"], [1702465445, "11090.472"], [1702465481, "11094.672"], [1702465517, "11141.364"], [1702465550, "11200.929"], [1702465586, "11241.714"], [1702465619, "11260.338"], [1702465658, "11264.661"], [1702465706, "11291.397"], [1702465754, "11385.204"], [1702465787, "11385.663"], [1702465823, "11451.51"], [1702465856, "11454.753"], [1702465880, "11533.086"], [1702465910, "11536.563"], [1702465952, "11538.207"], [1702465988, "11539.629"], [1702466015, "11546.58"], [1702466030, "11547.42"], [1702466060, "11550.579"], [1702466078, "11552.592"], [1702466138, "11858.034"], [1702466168, "11861.319"], [1702466204, "12055.806"], [1702466237, "12415.776"], [1702466261, "12417.423"], [1702466291, "12427.188"], [1702466327, "12429.066"], [1702466360, "12454.92"], [1702466384, "12491.493"], [1702466417, "12522.036"], [1702466441, "12522.915"], [1702466471, "12524.508"], [1702466507, "12570.402"], [1702466540, "12622.719"], [1702466597, "12784.257"], [1702466633, "12932.073"], [1702466666, "12955.593"], [1702466705, "12960.414"], [1702466732, "12963.09"], [1702466765, "12991.77"], [1702466801, "13038.879"], [1702466852, "13089.135"], [1702466876, "13136.904"], [1702466918, "13928.283"], [1702466978, "14121.621"], [1702467014, "14240.583"], [1702467038, "14252.013"], [1702467068, "14331.936"], [1702467122, "14344.557"], [1702467158, "14450.724"], [1702467191, "14751.645"], [1702467221, "14772.09"], [1702467257, "14838.885"], [1702467299, "14958.282"], [1702467350, "15004.752"], [1702467386, "15278.721"], [1702467419, "15286.05"], [1702467455, "15387.9"], [1702467515, "15399"], [1702467542, "15418.308"], [1702467566, "15446.949"], [1702467599, "15464.754"], [1702467635, "15469.374"], [1702467668, "15678.771"], [1702467695, "16053.042"], [1702467716, "16559.388"], [1702467746, "16699.275"], [1702467800, "16837.209"], [1702467824, "16893.663"], [1702467908, "16948.695"], [1702467944, "17032.383"], [1702467968, "17080.257"], [1702468001, "17104.326"], [1702468031, "17118.963"], [1702468067, "17170.422"], [1702468085, "17267.748"], [1702468115, "17346.588"], [1702468151, "17350.086"], [1702468181, "17436.195"], [1702468208, "17555.319"], [1702468241, "17573.304"], [1702468256, "17615.511"], [1702468286, "17623.986"], [1702468322, "17649.168"], [1702468352, "17703.468"], [1702468388, "17751.213"], [1702468424, "17869.833"], [1702468457, "18409.314"], [1702468493, "18446.091"], [1702468517, "18799.125"], [1702468550, "18800.04"], [1702468586, "18902.508"], [1702468613, "18907.293"], [1702468637, "18999.705"], [1702468679, "19060.677"], [1702468721, "19206.165"], [1702468730, "19206.828"], [1702468766, "19491.099"], [1702468799, "19761.828"], [1702468835, "19980.903"], [1702468898, "20392.545"], [1702468934, "20526.864"], [1702468970, "20691.912"], [1702468994, "20773.926"], [1702469024, "20775.507"], [1702469060, "20797.983"], [1702469111, "20823.534"], [1702469144, "20907.393"], [1702469168, "21000.387"], [1702469204, "21178.122"], [1702469237, "21322.221"], [1702469273, "21373.452"], [1702469303, "21540.519"], [1702469336, "21582.822"], [1702469360, "21639.369"], [1702469387, "21658.404"], [1702469411, "21693.885"], [1702469435, "21776.442"], [1702469468, "21853.677"], [1702469504, "21892.776"], [1702469537, "21898.608"], [1702469573, "21922.767"], [1702469606, "21930.135"], [1702469633, "21969.513"], [1702469660, "21970.335"], [1702469684, "21970.914"], [1702469717, "22105.536"], [1702469753, "22263.819"], [1702469786, "22338.561"], [1702469816, "22353.219"], [1702469834, "22356.897"], [1702469864, "22417.422"], [1702469906, "22427.982"], [1702469936, "22465.215"], [1702469972, "22478.154"], [1702470005, "22495.839"], [1702470029, "22496.847"], [1702470065, "22514.061"], [1702470101, "22543.893"], [1702470131, "22569.855"], [1702470167, "22606.122"], [1702470203, "22638.588"], [1702470251, "22722.084"], [1702470278, "22771.707"], [1702470311, "22773.216"], [1702470347, "22774.779"], [1702470371, "22802.196"], [1702470404, "22812.273"], [1702470440, "22880.229"], [1702470476, "22955.487"], [1702470506, "22964.535"], [1702470542, "23000.316"], [1702470575, "23028.594"], [1702470611, "23108.355"], [1702470635, "23119.605"], [1702470662, "23130.123"], [1702470686, "23144.34"], [1702470719, "23201.241"], [1702470746, "23247.975"], [1702470812, "23384.535"], [1702470845, "23420.322"], [1702470875, "23428.893"], [1702470899, "23464.332"], [1702470953, "23474.673"], [1702470983, "23495.052"], [1702471025, "23498.994"], [1702471067, "23742.954"], [1702471169, "23794.98"], [1702471193, "23808.954"], [1702471226, "23846.067"], [1702471265, "23897.142"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "355.377"], [1702462721, "374.829"], [1702462736, "388.323"], [1702462751, "396.843"], [1702462763, "396.87"], [1702462793, "407.469"], [1702462808, "430.242"], [1702462829, "434.973"], [1702462844, "605.133"], [1702462865, "631.62"], [1702462880, "638.037"], [1702462904, "647.649"], [1702462919, "650.391"], [1702462952, "659.511"], [1702462973, "702.906"], [1702462988, "711.447"], [1702463045, "727.674"], [1702463081, "733.11"], [1702463114, "741.822"], [1702463150, "746.538"], [1702463186, "751.062"], [1702463216, "819.549"], [1702463240, "827.427"], [1702463273, "839.823"], [1702463324, "890.841"], [1702463354, "901.662"], [1702463381, "916.767"], [1702463417, "924.234"], [1702463453, "944.874"], [1702463477, "946.875"], [1702463510, "956.13"], [1702463537, "959.535"], [1702463570, "969.261"], [1702463591, "979.536"], [1702463621, "990.999"], [1702463657, "1034.865"], [1702463693, "1041.282"], [1702463729, "1089.288"], [1702463765, "1107.975"], [1702463798, "1110.675"], [1702463846, "1114.275"], [1702463873, "1119.603"], [1702463906, "1125.246"], [1702463948, "1137.324"], [1702463984, "1147.77"], [1702464014, "1158.915"], [1702464050, "1181.835"], [1702464086, "1227.831"], [1702464122, "1248.723"], [1702464155, "1268.484"], [1702464194, "1275.723"], [1702464230, "1283.103"], [1702464263, "1292.013"], [1702464299, "1303.353"], [1702464332, "1330.614"], [1702464356, "1346.097"], [1702464392, "1362.612"], [1702464425, "1375.011"], [1702464455, "1414.437"], [1702464479, "1441.539"], [1702464509, "1450.563"], [1702464533, "1461.924"], [1702464569, "1473.594"], [1702464605, "1483.749"], [1702464635, "1516.377"], [1702464671, "1540.185"], [1702464716, "1564.977"], [1702464743, "1585.899"], [1702464776, "1631.88"], [1702464812, "1640.304"], [1702464836, "1653.126"], [1702464869, "1683.399"], [1702464905, "1700.775"], [1702464926, "1704.942"], [1702464956, "1717.488"], [1702464992, "1731.027"], [1702465016, "1739.427"], [1702465049, "1755.84"], [1702465085, "1784.055"], [1702465118, "1797.162"], [1702465145, "1819.386"], [1702465178, "1823.349"], [1702465208, "1835.619"], [1702465241, "1874.415"], [1702465298, "1880.37"], [1702465334, "1885.644"], [1702465367, "1890.636"], [1702465394, "1893.273"], [1702465418, "1909.047"], [1702465445, "1926.762"], [1702465481, "1936.869"], [1702465517, "1952.169"], [1702465550, "1959.99"], [1702465586, "1989.93"], [1702465619, "1992.384"], [1702465658, "2010.543"], [1702465706, "2012.355"], [1702465754, "2021.898"], [1702465787, "2030.124"], [1702465823, "2048.271"], [1702465856, "2064.813"], [1702465880, "2070.441"], [1702465910, "2077.608"], [1702465952, "2092.836"], [1702465988, "2103.495"], [1702466015, "2106.453"], [1702466030, "2107.758"], [1702466060, "2108.676"], [1702466078, "2112.198"], [1702466138, "2129.817"], [1702466168, "2153.742"], [1702466204, "2172.837"], [1702466237, "2212.29"], [1702466261, "2219.97"], [1702466291, "2227.398"], [1702466327, "2238.744"], [1702466360, "2246.409"], [1702466384, "2250.84"], [1702466417, "2258.13"], [1702466441, "2260.119"], [1702466471, "2264.109"], [1702466507, "2282.688"], [1702466540, "2303.421"], [1702466597, "2352.168"], [1702466633, "2371.425"], [1702466666, "2391.282"], [1702466705, "2410.914"], [1702466732, "2417.874"], [1702466765, "2422.452"], [1702466801, "2426.877"], [1702466852, "2469.552"], [1702466876, "2473.308"], [1702466918, "2488.452"], [1702466978, "2537.955"], [1702467014, "2621.376"], [1702467038, "2651.616"], [1702467068, "2665.296"], [1702467122, "2683.647"], [1702467158, "2687.955"], [1702467191, "2711.964"], [1702467221, "2716.662"], [1702467257, "2726.781"], [1702467299, "2737.149"], [1702467350, "2771.943"], [1702467386, "2796.18"], [1702467419, "2806.521"], [1702467455, "2817.534"], [1702467515, "2827.056"], [1702467542, "2829.888"], [1702467566, "2831.886"], [1702467599, "2837.298"], [1702467635, "2842.182"], [1702467668, "2871.462"], [1702467695, "2887.431"], [1702467716, "2896.398"], [1702467746, "2909.565"], [1702467800, "2958.501"], [1702467824, "2967.939"], [1702467908, "2987.193"], [1702467944, "2997.177"], [1702467968, "3001.242"], [1702468001, "3008.199"], [1702468031, "3018.066"], [1702468067, "3046.47"], [1702468085, "3054.906"], [1702468115, "3067.479"], [1702468151, "3083.985"], [1702468181, "3092.928"], [1702468208, "3100.518"], [1702468241, "3109.863"], [1702468256, "3113.106"], [1702468286, "3117.609"], [1702468322, "3122.424"], [1702468352, "3160.092"], [1702468388, "3186.333"], [1702468424, "3211.626"], [1702468457, "3250.755"], [1702468493, "3275.073"], [1702468517, "3309.537"], [1702468550, "3320.697"], [1702468586, "3334.38"], [1702468613, "3363.642"], [1702468637, "3381.216"], [1702468679, "3387.651"], [1702468721, "3409.914"], [1702468730, "3414.405"], [1702468766, "3432.297"], [1702468799, "3504.786"], [1702468835, "3516.759"], [1702468898, "3565.116"], [1702468934, "3595.533"], [1702468970, "3644.319"], [1702468994, "3659.775"], [1702469024, "3662.448"], [1702469060, "3671.49"], [1702469111, "3685.827"], [1702469144, "3719.064"], [1702469168, "3724.8"], [1702469204, "3744.687"], [1702469237, "3761.943"], [1702469273, "3795.912"], [1702469303, "3828.981"], [1702469336, "3841.593"], [1702469360, "3847.785"], [1702469387, "3850.326"], [1702469411, "3864.24"], [1702469435, "3872.145"], [1702469468, "3882.879"], [1702469504, "3888.492"], [1702469537, "3892.137"], [1702469573, "3897.855"], [1702469606, "3903.054"], [1702469633, "3905.757"], [1702469660, "3913.602"], [1702469684, "3918.576"], [1702469717, "3928.344"], [1702469753, "3932.088"], [1702469786, "3938.157"], [1702469816, "3951.177"], [1702469834, "3954.513"], [1702469864, "3958.923"], [1702469906, "3963.636"], [1702469936, "3967.899"], [1702469972, "3970.371"], [1702470005, "3973.941"], [1702470029, "3975.891"], [1702470065, "3980.733"], [1702470101, "3989.076"], [1702470131, "3996.816"], [1702470167, "4008.492"], [1702470203, "4021.947"], [1702470251, "4037.997"], [1702470278, "4042.029"], [1702470311, "4046.202"], [1702470347, "4050.852"], [1702470371, "4052.892"], [1702470404, "4057.29"], [1702470440, "4060.29"], [1702470476, "4068.546"], [1702470506, "4074.648"], [1702470542, "4086.375"], [1702470575, "4095.171"], [1702470611, "4101.378"], [1702470635, "4106.265"], [1702470662, "4112.754"], [1702470686, "4117.098"], [1702470719, "4120.131"], [1702470746, "4124.637"], [1702470812, "4133.025"], [1702470845, "4143.621"], [1702470875, "4149.996"], [1702470899, "4153.11"], [1702470953, "4158.336"], [1702470983, "4162.248"], [1702471025, "4174.677"], [1702471067, "4185.372"], [1702471169, "4201.134"], [1702471193, "4204.461"], [1702471226, "4214.691"], [1702471265, "4220.841"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1.149"], [1702462721, "1.149"], [1702462736, "1.188"], [1702462751, "1.188"], [1702462763, "1.188"], [1702462793, "1.188"], [1702462808, "1.188"], [1702462829, "1.188"], [1702462844, "1.188"], [1702462865, "1.188"], [1702462880, "1.188"], [1702462904, "1.713"], [1702462919, "1.713"], [1702462952, "1.713"], [1702462973, "1.848"], [1702462988, "1.848"], [1702463045, "2.112"], [1702463081, "2.22"], [1702463114, "2.22"], [1702463150, "2.22"], [1702463186, "2.22"], [1702463216, "2.22"], [1702463240, "2.22"], [1702463273, "2.22"], [1702463324, "2.22"], [1702463354, "2.22"], [1702463381, "2.22"], [1702463417, "2.22"], [1702463453, "2.22"], [1702463477, "2.22"], [1702463510, "2.259"], [1702463537, "2.268"], [1702463570, "2.337"], [1702463591, "2.352"], [1702463621, "2.352"], [1702463657, "2.352"], [1702463693, "2.358"], [1702463729, "2.358"], [1702463765, "2.358"], [1702463798, "2.358"], [1702463846, "2.358"], [1702463873, "2.358"], [1702463906, "2.358"], [1702463948, "2.358"], [1702463984, "2.358"], [1702464014, "2.358"], [1702464050, "2.358"], [1702464086, "2.358"], [1702464122, "2.358"], [1702464155, "2.358"], [1702464194, "2.358"], [1702464230, "2.358"], [1702464263, "2.46"], [1702464299, "2.46"], [1702464332, "2.46"], [1702464356, "2.46"], [1702464392, "2.499"], [1702464425, "2.499"], [1702464455, "3.147"], [1702464479, "3.147"], [1702464509, "3.147"], [1702464533, "3.147"], [1702464569, "3.147"], [1702464605, "3.147"], [1702464635, "3.147"], [1702464671, "3.147"], [1702464716, "3.147"], [1702464743, "3.147"], [1702464776, "3.147"], [1702464812, "3.225"], [1702464836, "3.225"], [1702464869, "3.954"], [1702464905, "3.954"], [1702464926, "3.954"], [1702464956, "3.954"], [1702464992, "3.954"], [1702465016, "4.191"], [1702465049, "4.191"], [1702465085, "4.191"], [1702465118, "4.191"], [1702465145, "4.191"], [1702465178, "4.191"], [1702465208, "4.197"], [1702465241, "4.197"], [1702465298, "4.197"], [1702465334, "4.197"], [1702465367, "4.197"], [1702465394, "4.197"], [1702465418, "4.197"], [1702465445, "4.197"], [1702465481, "4.284"], [1702465517, "4.284"], [1702465550, "4.311"], [1702465586, "6.018"], [1702465619, "6.018"], [1702465658, "6.018"], [1702465706, "6.018"], [1702465754, "6.018"], [1702465787, "6.018"], [1702465823, "6.018"], [1702465856, "6.018"], [1702465880, "6.018"], [1702465910, "6.033"], [1702465952, "6.033"], [1702465988, "6.033"], [1702466015, "6.048"], [1702466030, "6.051"], [1702466060, "6.051"], [1702466078, "6.051"], [1702466138, "6.051"], [1702466168, "6.051"], [1702466204, "6.051"], [1702466237, "6.051"], [1702466261, "6.051"], [1702466291, "6.051"], [1702466327, "6.051"], [1702466360, "6.051"], [1702466384, "6.066"], [1702466417, "6.066"], [1702466441, "6.066"], [1702466471, "6.066"], [1702466507, "6.066"], [1702466540, "6.282"], [1702466597, "6.282"], [1702466633, "6.282"], [1702466666, "6.282"], [1702466705, "6.282"], [1702466732, "6.282"], [1702466765, "6.282"], [1702466801, "6.636"], [1702466852, "6.636"], [1702466876, "6.636"], [1702466918, "6.636"], [1702466978, "6.636"], [1702467014, "6.636"], [1702467038, "6.636"], [1702467068, "6.636"], [1702467122, "6.636"], [1702467158, "6.636"], [1702467191, "6.636"], [1702467221, "6.636"], [1702467257, "6.636"], [1702467299, "6.636"], [1702467350, "6.636"], [1702467386, "6.69"], [1702467419, "6.69"], [1702467455, "6.69"], [1702467515, "6.708"], [1702467542, "6.708"], [1702467566, "6.708"], [1702467599, "6.708"], [1702467635, "6.708"], [1702467668, "6.708"], [1702467695, "6.708"], [1702467716, "6.708"], [1702467746, "6.708"], [1702467800, "6.708"], [1702467824, "6.708"], [1702467908, "6.708"], [1702467944, "6.708"], [1702467968, "6.708"], [1702468001, "6.708"], [1702468031, "6.708"], [1702468067, "6.708"], [1702468085, "6.861"], [1702468115, "6.861"], [1702468151, "6.861"], [1702468181, "6.861"], [1702468208, "6.861"], [1702468241, "6.861"], [1702468256, "6.87"], [1702468286, "6.885"], [1702468322, "6.885"], [1702468352, "6.885"], [1702468388, "6.885"], [1702468424, "6.885"], [1702468457, "6.885"], [1702468493, "6.885"], [1702468517, "6.885"], [1702468550, "6.885"], [1702468586, "6.9"], [1702468613, "6.9"], [1702468637, "6.9"], [1702468679, "7.59"], [1702468721, "7.59"], [1702468730, "7.59"], [1702468766, "7.62"], [1702468799, "7.62"], [1702468835, "7.62"], [1702468898, "7.62"], [1702468934, "7.62"], [1702468970, "7.62"], [1702468994, "7.62"], [1702469024, "7.62"], [1702469060, "7.62"], [1702469111, "7.722"], [1702469144, "7.722"], [1702469168, "7.722"], [1702469204, "7.722"], [1702469237, "7.722"], [1702469273, "7.722"], [1702469303, "7.722"], [1702469336, "7.722"], [1702469360, "7.722"], [1702469387, "7.785"], [1702469411, "7.794"], [1702469435, "7.794"], [1702469468, "7.794"], [1702469504, "7.794"], [1702469537, "7.794"], [1702469573, "7.794"], [1702469606, "7.794"], [1702469633, "7.794"], [1702469660, "7.794"], [1702469684, "7.794"], [1702469717, "7.794"], [1702469753, "7.794"], [1702469786, "7.794"], [1702469816, "7.794"], [1702469834, "7.794"], [1702469864, "7.794"], [1702469906, "7.794"], [1702469936, "7.806"], [1702469972, "7.806"], [1702470005, "7.806"], [1702470029, "7.806"], [1702470065, "7.806"], [1702470101, "7.806"], [1702470131, "7.806"], [1702470167, "7.806"], [1702470203, "7.806"], [1702470251, "8.199"], [1702470278, "8.199"], [1702470311, "8.199"], [1702470347, "8.199"], [1702470371, "8.199"], [1702470404, "8.199"], [1702470440, "8.199"], [1702470476, "8.235"], [1702470506, "8.235"], [1702470542, "8.235"], [1702470575, "8.235"], [1702470611, "8.337"], [1702470635, "8.337"], [1702470662, "8.337"], [1702470686, "8.337"], [1702470719, "8.358"], [1702470746, "8.358"], [1702470812, "8.358"], [1702470845, "8.358"], [1702470875, "8.358"], [1702470899, "8.358"], [1702470953, "8.358"], [1702470983, "8.358"], [1702471025, "8.358"], [1702471067, "8.358"], [1702471169, "8.367"], [1702471193, "8.367"], [1702471226, "8.367"], [1702471265, "8.367"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "1.752"], [1702462721, "1.782"], [1702462736, "1.803"], [1702462751, "66.369"], [1702462763, "66.369"], [1702462793, "66.369"], [1702462808, "66.951"], [1702462829, "66.951"], [1702462844, "67.059"], [1702462865, "67.059"], [1702462880, "67.059"], [1702462904, "67.059"], [1702462919, "67.059"], [1702462952, "75.669"], [1702462973, "76.257"], [1702462988, "76.257"], [1702463045, "77.007"], [1702463081, "79.257"], [1702463114, "79.263"], [1702463150, "79.263"], [1702463186, "79.929"], [1702463216, "80.265"], [1702463240, "80.265"], [1702463273, "80.265"], [1702463324, "85.665"], [1702463354, "87.267"], [1702463381, "87.267"], [1702463417, "87.267"], [1702463453, "87.405"], [1702463477, "87.405"], [1702463510, "87.405"], [1702463537, "87.405"], [1702463570, "88.389"], [1702463591, "114.204"], [1702463621, "114.204"], [1702463657, "254.784"], [1702463693, "273.318"], [1702463729, "307.38"], [1702463765, "307.38"], [1702463798, "307.473"], [1702463846, "307.479"], [1702463873, "307.479"], [1702463906, "311.628"], [1702463948, "314.547"], [1702463984, "314.547"], [1702464014, "314.547"], [1702464050, "315.369"], [1702464086, "318.042"], [1702464122, "318.042"], [1702464155, "318.042"], [1702464194, "319.326"], [1702464230, "319.326"], [1702464263, "319.767"], [1702464299, "319.944"], [1702464332, "319.998"], [1702464356, "319.998"], [1702464392, "320.298"], [1702464425, "323.244"], [1702464455, "328.428"], [1702464479, "328.428"], [1702464509, "328.428"], [1702464533, "328.437"], [1702464569, "329.547"], [1702464605, "329.547"], [1702464635, "329.547"], [1702464671, "329.577"], [1702464716, "337.179"], [1702464743, "337.179"], [1702464776, "383.841"], [1702464812, "401.226"], [1702464836, "401.226"], [1702464869, "401.226"], [1702464905, "401.226"], [1702464926, "401.454"], [1702464956, "401.454"], [1702464992, "401.454"], [1702465016, "401.454"], [1702465049, "402.837"], [1702465085, "402.837"], [1702465118, "403.458"], [1702465145, "438.522"], [1702465178, "438.534"], [1702465208, "438.534"], [1702465241, "438.726"], [1702465298, "439.482"], [1702465334, "439.482"], [1702465367, "439.482"], [1702465394, "440.802"], [1702465418, "440.919"], [1702465445, "440.919"], [1702465481, "479.379"], [1702465517, "500.457"], [1702465550, "500.457"], [1702465586, "500.457"], [1702465619, "502.578"], [1702465658, "517.935"], [1702465706, "517.935"], [1702465754, "518.424"], [1702465787, "518.424"], [1702465823, "518.424"], [1702465856, "524.238"], [1702465880, "524.238"], [1702465910, "524.238"], [1702465952, "526.182"], [1702465988, "526.443"], [1702466015, "526.443"], [1702466030, "526.443"], [1702466060, "526.446"], [1702466078, "526.467"], [1702466138, "526.605"], [1702466168, "553.581"], [1702466204, "553.581"], [1702466237, "559.527"], [1702466261, "559.527"], [1702466291, "559.527"], [1702466327, "570.987"], [1702466360, "575.439"], [1702466384, "575.439"], [1702466417, "575.439"], [1702466441, "575.544"], [1702466471, "576.912"], [1702466507, "576.912"], [1702466540, "576.912"], [1702466597, "588.576"], [1702466633, "588.576"], [1702466666, "588.576"], [1702466705, "588.99"], [1702466732, "588.99"], [1702466765, "588.99"], [1702466801, "595.893"], [1702466852, "598.71"], [1702466876, "598.71"], [1702466918, "606.723"], [1702466978, "618.171"], [1702467014, "618.171"], [1702467038, "627.819"], [1702467068, "627.819"], [1702467122, "627.819"], [1702467158, "627.864"], [1702467191, "628.275"], [1702467221, "628.275"], [1702467257, "629.298"], [1702467299, "632.211"], [1702467350, "632.22"], [1702467386, "632.22"], [1702467419, "634.395"], [1702467455, "634.395"], [1702467515, "635.589"], [1702467542, "636.198"], [1702467566, "636.198"], [1702467599, "636.198"], [1702467635, "637.539"], [1702467668, "637.719"], [1702467695, "637.719"], [1702467716, "637.719"], [1702467746, "637.809"], [1702467800, "637.809"], [1702467824, "637.809"], [1702467908, "641.562"], [1702467944, "641.562"], [1702467968, "641.562"], [1702468001, "641.562"], [1702468031, "644.43"], [1702468067, "644.43"], [1702468085, "644.43"], [1702468115, "646.404"], [1702468151, "646.542"], [1702468181, "646.542"], [1702468208, "646.542"], [1702468241, "648.762"], [1702468256, "649.008"], [1702468286, "649.008"], [1702468322, "649.008"], [1702468352, "649.008"], [1702468388, "649.305"], [1702468424, "649.752"], [1702468457, "649.752"], [1702468493, "653.184"], [1702468517, "655.611"], [1702468550, "655.611"], [1702468586, "656.043"], [1702468613, "656.13"], [1702468637, "660.609"], [1702468679, "660.609"], [1702468721, "660.609"], [1702468730, "661.875"], [1702468766, "661.875"], [1702468799, "661.875"], [1702468835, "664.959"], [1702468898, "666.213"], [1702468934, "666.213"], [1702468970, "677.358"], [1702468994, "678.249"], [1702469024, "678.249"], [1702469060, "678.249"], [1702469111, "678.492"], [1702469144, "678.492"], [1702469168, "678.492"], [1702469204, "701.901"], [1702469237, "711.978"], [1702469273, "711.978"], [1702469303, "711.978"], [1702469336, "725.385"], [1702469360, "725.385"], [1702469387, "725.385"], [1702469411, "725.385"], [1702469435, "737.022"], [1702469468, "737.364"], [1702469504, "737.364"], [1702469537, "737.364"], [1702469573, "738.597"], [1702469606, "738.597"], [1702469633, "738.597"], [1702469660, "738.597"], [1702469684, "752.565"], [1702469717, "752.625"], [1702469753, "752.625"], [1702469786, "752.625"], [1702469816, "756.486"], [1702469834, "756.564"], [1702469864, "756.564"], [1702469906, "756.642"], [1702469936, "758.07"], [1702469972, "758.07"], [1702470005, "758.07"], [1702470029, "758.07"], [1702470065, "765.387"], [1702470101, "765.387"], [1702470131, "765.387"], [1702470167, "767.346"], [1702470203, "768.051"], [1702470251, "768.051"], [1702470278, "768.051"], [1702470311, "768.054"], [1702470347, "768.054"], [1702470371, "768.054"], [1702470404, "772.365"], [1702470440, "772.38"], [1702470476, "772.38"], [1702470506, "773.094"], [1702470542, "773.097"], [1702470575, "773.097"], [1702470611, "773.097"], [1702470635, "773.097"], [1702470662, "773.649"], [1702470686, "774.336"], [1702470719, "774.336"], [1702470746, "774.435"], [1702470812, "775.32"], [1702470845, "775.32"], [1702470875, "775.32"], [1702470899, "775.323"], [1702470953, "775.323"], [1702470983, "775.323"], [1702471025, "779.853"], [1702471067, "779.853"], [1702471169, "780.324"], [1702471193, "780.324"], [1702471226, "780.324"], [1702471265, "781.059"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "1.962"], [1702462721, "1.962"], [1702462736, "3.369"], [1702462751, "3.384"], [1702462763, "3.39"], [1702462793, "3.531"], [1702462808, "3.591"], [1702462829, "4.356"], [1702462844, "5.046"], [1702462865, "5.079"], [1702462880, "5.754"], [1702462904, "5.754"], [1702462919, "5.754"], [1702462952, "5.856"], [1702462973, "5.856"], [1702462988, "6.633"], [1702463045, "6.69"], [1702463081, "6.696"], [1702463114, "6.696"], [1702463150, "6.696"], [1702463186, "6.714"], [1702463216, "6.714"], [1702463240, "7.143"], [1702463273, "7.5"], [1702463324, "7.56"], [1702463354, "7.761"], [1702463381, "7.788"], [1702463417, "7.905"], [1702463453, "7.911"], [1702463477, "8.043"], [1702463510, "8.043"], [1702463537, "8.043"], [1702463570, "8.061"], [1702463591, "8.061"], [1702463621, "8.268"], [1702463657, "8.271"], [1702463693, "8.271"], [1702463729, "9.303"], [1702463765, "9.303"], [1702463798, "9.345"], [1702463846, "9.48"], [1702463873, "9.48"], [1702463906, "9.48"], [1702463948, "9.852"], [1702463984, "11.328"], [1702464014, "11.328"], [1702464050, "11.565"], [1702464086, "11.565"], [1702464122, "11.667"], [1702464155, "11.667"], [1702464194, "11.676"], [1702464230, "11.676"], [1702464263, "11.676"], [1702464299, "11.697"], [1702464332, "11.865"], [1702464356, "11.865"], [1702464392, "12.192"], [1702464425, "12.297"], [1702464455, "13.083"], [1702464479, "13.182"], [1702464509, "13.185"], [1702464533, "13.185"], [1702464569, "13.326"], [1702464605, "13.326"], [1702464635, "13.878"], [1702464671, "14.154"], [1702464716, "14.826"], [1702464743, "14.976"], [1702464776, "14.976"], [1702464812, "14.976"], [1702464836, "15.015"], [1702464869, "15.252"], [1702464905, "15.252"], [1702464926, "15.447"], [1702464956, "15.495"], [1702464992, "15.909"], [1702465016, "15.909"], [1702465049, "16.371"], [1702465085, "16.371"], [1702465118, "16.944"], [1702465145, "16.944"], [1702465178, "16.95"], [1702465208, "16.95"], [1702465241, "16.956"], [1702465298, "16.962"], [1702465334, "16.995"], [1702465367, "16.995"], [1702465394, "16.995"], [1702465418, "16.995"], [1702465445, "16.995"], [1702465481, "17.064"], [1702465517, "17.064"], [1702465550, "17.064"], [1702465586, "17.148"], [1702465619, "17.148"], [1702465658, "17.175"], [1702465706, "17.181"], [1702465754, "17.31"], [1702465787, "17.31"], [1702465823, "17.538"], [1702465856, "17.538"], [1702465880, "17.547"], [1702465910, "17.592"], [1702465952, "17.844"], [1702465988, "17.844"], [1702466015, "17.847"], [1702466030, "17.85"], [1702466060, "17.85"], [1702466078, "17.853"], [1702466138, "18.165"], [1702466168, "20.049"], [1702466204, "20.073"], [1702466237, "20.073"], [1702466261, "20.079"], [1702466291, "20.094"], [1702466327, "20.094"], [1702466360, "20.196"], [1702466384, "20.478"], [1702466417, "20.484"], [1702466441, "20.49"], [1702466471, "20.532"], [1702466507, "20.532"], [1702466540, "20.592"], [1702466597, "20.607"], [1702466633, "20.709"], [1702466666, "20.709"], [1702466705, "21.453"], [1702466732, "21.498"], [1702466765, "21.498"], [1702466801, "21.537"], [1702466852, "25.518"], [1702466876, "25.518"], [1702466918, "25.518"], [1702466978, "26.1"], [1702467014, "26.16"], [1702467038, "26.211"], [1702467068, "26.211"], [1702467122, "26.361"], [1702467158, "26.472"], [1702467191, "26.472"], [1702467221, "26.472"], [1702467257, "26.472"], [1702467299, "26.472"], [1702467350, "26.511"], [1702467386, "26.511"], [1702467419, "26.511"], [1702467455, "27.114"], [1702467515, "27.423"], [1702467542, "27.423"], [1702467566, "27.504"], [1702467599, "27.564"], [1702467635, "27.597"], [1702467668, "27.597"], [1702467695, "27.597"], [1702467716, "28.089"], [1702467746, "28.212"], [1702467800, "28.212"], [1702467824, "28.212"], [1702467908, "28.449"], [1702467944, "28.449"], [1702467968, "28.497"], [1702468001, "28.497"], [1702468031, "28.497"], [1702468067, "29.235"], [1702468085, "29.235"], [1702468115, "29.235"], [1702468151, "30.288"], [1702468181, "30.288"], [1702468208, "30.327"], [1702468241, "30.336"], [1702468256, "30.336"], [1702468286, "30.402"], [1702468322, "30.435"], [1702468352, "30.462"], [1702468388, "30.471"], [1702468424, "30.618"], [1702468457, "30.618"], [1702468493, "30.651"], [1702468517, "30.651"], [1702468550, "30.651"], [1702468586, "30.828"], [1702468613, "30.828"], [1702468637, "30.945"], [1702468679, "30.978"], [1702468721, "30.978"], [1702468730, "30.978"], [1702468766, "31.035"], [1702468799, "31.035"], [1702468835, "31.047"], [1702468898, "32.622"], [1702468934, "32.622"], [1702468970, "32.805"], [1702468994, "32.814"], [1702469024, "32.877"], [1702469060, "32.889"], [1702469111, "33.165"], [1702469144, "33.27"], [1702469168, "33.36"], [1702469204, "35.004"], [1702469237, "35.031"], [1702469273, "35.043"], [1702469303, "35.22"], [1702469336, "35.397"], [1702469360, "35.454"], [1702469387, "35.454"], [1702469411, "35.454"], [1702469435, "35.529"], [1702469468, "35.61"], [1702469504, "35.613"], [1702469537, "35.613"], [1702469573, "35.646"], [1702469606, "35.646"], [1702469633, "35.646"], [1702469660, "35.646"], [1702469684, "35.646"], [1702469717, "35.646"], [1702469753, "35.646"], [1702469786, "35.646"], [1702469816, "35.649"], [1702469834, "35.721"], [1702469864, "35.721"], [1702469906, "35.727"], [1702469936, "35.727"], [1702469972, "35.73"], [1702470005, "35.73"], [1702470029, "35.73"], [1702470065, "35.73"], [1702470101, "35.73"], [1702470131, "35.73"], [1702470167, "35.742"], [1702470203, "35.742"], [1702470251, "35.742"], [1702470278, "36.159"], [1702470311, "36.159"], [1702470347, "36.174"], [1702470371, "36.69"], [1702470404, "36.975"], [1702470440, "37.14"], [1702470476, "37.14"], [1702470506, "37.14"], [1702470542, "37.344"], [1702470575, "37.566"], [1702470611, "37.578"], [1702470635, "37.578"], [1702470662, "37.662"], [1702470686, "37.662"], [1702470719, "37.668"], [1702470746, "37.671"], [1702470812, "37.698"], [1702470845, "38.112"], [1702470875, "38.112"], [1702470899, "38.112"], [1702470953, "38.112"], [1702470983, "38.121"], [1702471025, "38.19"], [1702471067, "38.262"], [1702471169, "38.298"], [1702471193, "38.298"], [1702471226, "38.34"], [1702471265, "38.361"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "1.623"], [1702462721, "1.686"], [1702462736, "1.686"], [1702462751, "1.686"], [1702462763, "1.692"], [1702462793, "1.791"], [1702462808, "1.833"], [1702462829, "2.676"], [1702462844, "3.315"], [1702462865, "3.558"], [1702462880, "3.558"], [1702462904, "3.618"], [1702462919, "3.618"], [1702462952, "6.57"], [1702462973, "6.57"], [1702462988, "6.57"], [1702463045, "6.576"], [1702463081, "6.819"], [1702463114, "6.819"], [1702463150, "6.987"], [1702463186, "7.188"], [1702463216, "7.77"], [1702463240, "7.77"], [1702463273, "7.929"], [1702463324, "10.017"], [1702463354, "10.017"], [1702463381, "10.017"], [1702463417, "10.017"], [1702463453, "10.089"], [1702463477, "10.092"], [1702463510, "10.092"], [1702463537, "10.092"], [1702463570, "10.506"], [1702463591, "10.524"], [1702463621, "10.563"], [1702463657, "10.566"], [1702463693, "10.605"], [1702463729, "11.043"], [1702463765, "14.898"], [1702463798, "14.913"], [1702463846, "14.913"], [1702463873, "15.387"], [1702463906, "15.399"], [1702463948, "15.597"], [1702463984, "15.63"], [1702464014, "15.651"], [1702464050, "15.996"], [1702464086, "16.17"], [1702464122, "16.596"], [1702464155, "16.926"], [1702464194, "17.085"], [1702464230, "17.085"], [1702464263, "17.103"], [1702464299, "17.355"], [1702464332, "17.703"], [1702464356, "17.703"], [1702464392, "18.366"], [1702464425, "20.157"], [1702464455, "20.454"], [1702464479, "23.166"], [1702464509, "23.514"], [1702464533, "23.784"], [1702464569, "25.02"], [1702464605, "25.098"], [1702464635, "25.122"], [1702464671, "25.884"], [1702464716, "27.651"], [1702464743, "28.071"], [1702464776, "35.109"], [1702464812, "35.253"], [1702464836, "35.4"], [1702464869, "35.604"], [1702464905, "39.081"], [1702464926, "39.114"], [1702464956, "39.774"], [1702464992, "39.939"], [1702465016, "41.067"], [1702465049, "41.316"], [1702465085, "41.316"], [1702465118, "43.161"], [1702465145, "43.347"], [1702465178, "43.347"], [1702465208, "43.926"], [1702465241, "44.121"], [1702465298, "44.145"], [1702465334, "45.207"], [1702465367, "45.345"], [1702465394, "45.507"], [1702465418, "45.576"], [1702465445, "45.576"], [1702465481, "45.618"], [1702465517, "45.726"], [1702465550, "45.879"], [1702465586, "45.942"], [1702465619, "45.942"], [1702465658, "45.999"], [1702465706, "46.023"], [1702465754, "46.404"], [1702465787, "46.476"], [1702465823, "46.872"], [1702465856, "46.893"], [1702465880, "47.556"], [1702465910, "47.616"], [1702465952, "47.652"], [1702465988, "47.652"], [1702466015, "47.7"], [1702466030, "47.706"], [1702466060, "47.706"], [1702466078, "47.709"], [1702466138, "47.865"], [1702466168, "47.865"], [1702466204, "48.36"], [1702466237, "48.36"], [1702466261, "48.408"], [1702466291, "48.525"], [1702466327, "48.627"], [1702466360, "48.828"], [1702466384, "48.858"], [1702466417, "48.891"], [1702466441, "48.894"], [1702466471, "48.894"], [1702466507, "49.023"], [1702466540, "49.176"], [1702466597, "49.914"], [1702466633, "52.56"], [1702466666, "52.761"], [1702466705, "52.86"], [1702466732, "52.884"], [1702466765, "53.1"], [1702466801, "53.25"], [1702466852, "53.436"], [1702466876, "53.445"], [1702466918, "53.901"], [1702466978, "59.25"], [1702467014, "59.58"], [1702467038, "59.808"], [1702467068, "60.432"], [1702467122, "60.579"], [1702467158, "60.702"], [1702467191, "67.008"], [1702467221, "68.682"], [1702467257, "68.742"], [1702467299, "69.342"], [1702467350, "71.169"], [1702467386, "74.016"], [1702467419, "74.214"], [1702467455, "74.487"], [1702467515, "74.58"], [1702467542, "74.97"], [1702467566, "74.97"], [1702467599, "75.015"], [1702467635, "75.015"], [1702467668, "75.282"], [1702467695, "76.551"], [1702467716, "76.617"], [1702467746, "76.662"], [1702467800, "77.175"], [1702467824, "77.274"], [1702467908, "77.418"], [1702467944, "77.568"], [1702467968, "77.574"], [1702468001, "77.73"], [1702468031, "77.844"], [1702468067, "83.91"], [1702468085, "84.021"], [1702468115, "84.333"], [1702468151, "84.462"], [1702468181, "84.486"], [1702468208, "84.702"], [1702468241, "85.389"], [1702468256, "85.446"], [1702468286, "85.497"], [1702468322, "85.686"], [1702468352, "87.186"], [1702468388, "87.294"], [1702468424, "87.72"], [1702468457, "87.846"], [1702468493, "88.266"], [1702468517, "91.167"], [1702468550, "91.311"], [1702468586, "91.41"], [1702468613, "91.578"], [1702468637, "91.587"], [1702468679, "91.965"], [1702468721, "91.965"], [1702468730, "91.965"], [1702468766, "91.965"], [1702468799, "94.221"], [1702468835, "94.239"], [1702468898, "94.506"], [1702468934, "94.671"], [1702468970, "95.37"], [1702468994, "95.643"], [1702469024, "95.652"], [1702469060, "95.928"], [1702469111, "97.149"], [1702469144, "98.913"], [1702469168, "98.913"], [1702469204, "99.192"], [1702469237, "99.3"], [1702469273, "99.633"], [1702469303, "100.047"], [1702469336, "100.494"], [1702469360, "100.515"], [1702469387, "100.938"], [1702469411, "101.76"], [1702469435, "101.925"], [1702469468, "102.015"], [1702469504, "102.018"], [1702469537, "102.066"], [1702469573, "102.105"], [1702469606, "102.231"], [1702469633, "102.624"], [1702469660, "102.624"], [1702469684, "102.708"], [1702469717, "102.747"], [1702469753, "103.251"], [1702469786, "103.377"], [1702469816, "103.548"], [1702469834, "103.548"], [1702469864, "103.587"], [1702469906, "103.608"], [1702469936, "103.71"], [1702469972, "103.713"], [1702470005, "103.773"], [1702470029, "103.794"], [1702470065, "103.794"], [1702470101, "103.86"], [1702470131, "104.115"], [1702470167, "104.214"], [1702470203, "104.217"], [1702470251, "104.514"], [1702470278, "104.517"], [1702470311, "104.565"], [1702470347, "104.565"], [1702470371, "104.568"], [1702470404, "104.619"], [1702470440, "104.676"], [1702470476, "104.736"], [1702470506, "104.742"], [1702470542, "104.823"], [1702470575, "104.958"], [1702470611, "105.033"], [1702470635, "105.033"], [1702470662, "105.099"], [1702470686, "105.174"], [1702470719, "105.408"], [1702470746, "105.438"], [1702470812, "105.759"], [1702470845, "105.759"], [1702470875, "105.783"], [1702470899, "105.87"], [1702470953, "106.059"], [1702470983, "106.092"], [1702471025, "106.41"], [1702471067, "106.605"], [1702471169, "107.427"], [1702471193, "107.487"], [1702471226, "107.511"], [1702471265, "107.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "1.263"], [1702462844, "1.263"], [1702462865, "1.263"], [1702462880, "1.263"], [1702462904, "1.263"], [1702462919, "1.263"], [1702462952, "1.263"], [1702462973, "1.263"], [1702462988, "1.263"], [1702463045, "1.263"], [1702463081, "1.263"], [1702463114, "1.263"], [1702463150, "1.263"], [1702463186, "1.263"], [1702463216, "1.263"], [1702463240, "1.263"], [1702463273, "1.263"], [1702463324, "1.263"], [1702463354, "1.263"], [1702463381, "1.263"], [1702463417, "1.263"], [1702463453, "1.263"], [1702463477, "1.263"], [1702463510, "1.263"], [1702463537, "1.263"], [1702463570, "1.263"], [1702463591, "1.263"], [1702463621, "1.263"], [1702463657, "1.263"], [1702463693, "1.263"], [1702463729, "1.263"], [1702463765, "1.263"], [1702463798, "1.263"], [1702463846, "1.263"], [1702463873, "1.263"], [1702463906, "1.263"], [1702463948, "1.263"], [1702463984, "1.263"], [1702464014, "1.263"], [1702464050, "1.263"], [1702464086, "1.263"], [1702464122, "1.263"], [1702464155, "1.263"], [1702464194, "1.263"], [1702464230, "1.263"], [1702464263, "1.263"], [1702464299, "1.263"], [1702464332, "1.263"], [1702464356, "1.263"], [1702464392, "1.263"], [1702464425, "1.263"], [1702464455, "1.263"], [1702464479, "1.263"], [1702464509, "1.263"], [1702464533, "1.263"], [1702464569, "1.263"], [1702464605, "1.263"], [1702464635, "1.263"], [1702464671, "1.263"], [1702464716, "1.263"], [1702464743, "1.263"], [1702464776, "1.263"], [1702464812, "1.263"], [1702464836, "1.263"], [1702464869, "1.263"], [1702464905, "1.263"], [1702464926, "1.263"], [1702464956, "1.263"], [1702464992, "1.263"], [1702465016, "1.263"], [1702465049, "1.263"], [1702465085, "1.263"], [1702465118, "1.263"], [1702465145, "1.263"], [1702465178, "1.263"], [1702465208, "1.263"], [1702465241, "1.263"], [1702465298, "1.263"], [1702465334, "1.263"], [1702465367, "1.263"], [1702465394, "1.263"], [1702465418, "1.263"], [1702465445, "1.263"], [1702465481, "1.263"], [1702465517, "1.263"], [1702465550, "1.263"], [1702465586, "1.263"], [1702465619, "1.263"], [1702465658, "1.263"], [1702465706, "1.263"], [1702465754, "1.263"], [1702465787, "1.263"], [1702465823, "1.263"], [1702465856, "1.263"], [1702465880, "1.263"], [1702465910, "1.263"], [1702465952, "1.263"], [1702465988, "1.263"], [1702466015, "1.263"], [1702466030, "1.263"], [1702466060, "1.263"], [1702466078, "1.263"], [1702466138, "1.263"], [1702466168, "1.263"], [1702466204, "1.263"], [1702466237, "1.263"], [1702466261, "1.263"], [1702466291, "1.263"], [1702466327, "1.263"], [1702466360, "1.263"], [1702466384, "1.263"], [1702466417, "1.263"], [1702466441, "1.263"], [1702466471, "1.263"], [1702466507, "1.263"], [1702466540, "1.263"], [1702466597, "1.263"], [1702466633, "1.263"], [1702466666, "1.263"], [1702466705, "1.263"], [1702466732, "1.263"], [1702466765, "1.263"], [1702466801, "1.263"], [1702466852, "1.263"], [1702466876, "1.263"], [1702466918, "1.263"], [1702466978, "1.263"], [1702467014, "1.263"], [1702467038, "1.263"], [1702467068, "1.263"], [1702467122, "1.263"], [1702467158, "1.263"], [1702467191, "1.263"], [1702467221, "1.263"], [1702467257, "1.263"], [1702467299, "1.263"], [1702467350, "1.263"], [1702467386, "1.263"], [1702467419, "1.263"], [1702467455, "1.263"], [1702467515, "1.263"], [1702467542, "1.263"], [1702467566, "1.263"], [1702467599, "1.263"], [1702467635, "1.263"], [1702467668, "1.263"], [1702467695, "1.263"], [1702467716, "1.263"], [1702467746, "1.263"], [1702467800, "1.263"], [1702467824, "1.263"], [1702467908, "1.263"], [1702467944, "1.263"], [1702467968, "1.263"], [1702468001, "1.263"], [1702468031, "1.263"], [1702468067, "1.263"], [1702468085, "1.263"], [1702468115, "1.263"], [1702468151, "1.263"], [1702468181, "1.263"], [1702468208, "1.263"], [1702468241, "1.263"], [1702468256, "1.263"], [1702468286, "1.263"], [1702468322, "1.263"], [1702468352, "1.263"], [1702468388, "1.263"], [1702468424, "1.263"], [1702468457, "1.263"], [1702468493, "1.263"], [1702468517, "1.263"], [1702468550, "1.263"], [1702468586, "1.263"], [1702468613, "1.263"], [1702468637, "1.263"], [1702468679, "1.263"], [1702468721, "1.263"], [1702468730, "1.263"], [1702468766, "1.263"], [1702468799, "1.263"], [1702468835, "1.263"], [1702468898, "1.263"], [1702468934, "1.263"], [1702468970, "1.263"], [1702468994, "1.263"], [1702469024, "1.263"], [1702469060, "1.263"], [1702469111, "1.263"], [1702469144, "1.263"], [1702469168, "1.263"], [1702469204, "1.263"], [1702469237, "1.263"], [1702469273, "1.263"], [1702469303, "1.263"], [1702469336, "1.263"], [1702469360, "1.263"], [1702469387, "1.263"], [1702469411, "1.263"], [1702469435, "1.263"], [1702469468, "1.263"], [1702469504, "1.263"], [1702469537, "1.263"], [1702469573, "1.263"], [1702469606, "1.263"], [1702469633, "1.263"], [1702469660, "1.263"], [1702469684, "1.263"], [1702469717, "1.263"], [1702469753, "1.263"], [1702469786, "1.263"], [1702469816, "1.263"], [1702469834, "1.263"], [1702469864, "1.263"], [1702469906, "1.263"], [1702469936, "1.263"], [1702469972, "1.263"], [1702470005, "1.263"], [1702470029, "1.263"], [1702470065, "1.263"], [1702470101, "1.263"], [1702470131, "1.263"], [1702470167, "1.263"], [1702470203, "1.263"], [1702470251, "1.263"], [1702470278, "1.263"], [1702470311, "1.263"], [1702470347, "1.263"], [1702470371, "1.263"], [1702470404, "1.263"], [1702470440, "1.263"], [1702470476, "1.263"], [1702470506, "1.263"], [1702470542, "1.263"], [1702470575, "1.263"], [1702470611, "1.263"], [1702470635, "1.263"], [1702470662, "1.263"], [1702470686, "1.263"], [1702470719, "1.263"], [1702470746, "1.263"], [1702470812, "1.263"], [1702470845, "1.263"], [1702470875, "1.263"], [1702470899, "1.263"], [1702470953, "1.263"], [1702470983, "1.263"], [1702471025, "1.263"], [1702471067, "1.263"], [1702471169, "1.263"], [1702471193, "1.263"], [1702471226, "1.263"], [1702471265, "1.263"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "168.174"], [1702462844, "187.926"], [1702462865, "207.678"], [1702462880, "227.43"], [1702462904, "266.934"], [1702462919, "286.686"], [1702462952, "326.19"], [1702462973, "345.942"], [1702462988, "365.694"], [1702463045, "424.95"], [1702463081, "464.454"], [1702463114, "503.958"], [1702463150, "543.462"], [1702463186, "582.966"], [1702463216, "622.47"], [1702463240, "661.974"], [1702463273, "701.478"], [1702463324, "760.734"], [1702463354, "800.238"], [1702463381, "839.742"], [1702463417, "879.246"], [1702463453, "918.75"], [1702463477, "958.254"], [1702463510, "997.758"], [1702463537, "1037.262"], [1702463570, "1076.766"], [1702463591, "1116.27"], [1702463621, "1155.774"], [1702463657, "1195.278"], [1702463693, "1234.782"], [1702463729, "1274.286"], [1702463765, "1313.79"], [1702463798, "1353.294"], [1702463846, "1412.55"], [1702463873, "1452.054"], [1702463906, "1491.558"], [1702463948, "1550.814"], [1702463984, "1590.318"], [1702464014, "1629.822"], [1702464050, "1669.326"], [1702464086, "1708.83"], [1702464122, "1748.334"], [1702464155, "1787.838"], [1702464194, "1847.094"], [1702464230, "1886.598"], [1702464263, "1926.102"], [1702464299, "1965.606"], [1702464332, "2005.11"], [1702464356, "2044.614"], [1702464392, "2084.118"], [1702464425, "2123.622"], [1702464455, "2163.126"], [1702464479, "2202.63"], [1702464509, "2242.134"], [1702464533, "2281.638"], [1702464569, "2321.142"], [1702464605, "2360.646"], [1702464635, "2400.15"], [1702464671, "2439.654"], [1702464716, "2479.158"], [1702464743, "2518.662"], [1702464776, "2558.166"], [1702464812, "2597.67"], [1702464836, "2637.174"], [1702464869, "2676.678"], [1702464905, "2716.182"], [1702464926, "2755.686"], [1702464956, "2795.19"], [1702464992, "2834.694"], [1702465016, "2874.198"], [1702465049, "2913.702"], [1702465085, "2953.206"], [1702465118, "2992.71"], [1702465145, "3032.214"], [1702465178, "3071.718"], [1702465208, "3111.222"], [1702465241, "3150.726"], [1702465298, "3209.982"], [1702465334, "3249.486"], [1702465367, "3288.99"], [1702465394, "3328.494"], [1702465418, "3367.998"], [1702465445, "3407.502"], [1702465481, "3447.006"], [1702465517, "3486.51"], [1702465550, "3526.014"], [1702465586, "3565.518"], [1702465619, "3605.022"], [1702465658, "3644.526"], [1702465706, "3684.03"], [1702465754, "3743.286"], [1702465787, "3782.79"], [1702465823, "3822.294"], [1702465856, "3861.798"], [1702465880, "3901.302"], [1702465910, "3940.806"], [1702465952, "3980.31"], [1702465988, "4019.814"], [1702466015, "4059.318"], [1702466030, "4098.822"], [1702466060, "4138.326"], [1702466078, "4177.83"], [1702466138, "4237.086"], [1702466168, "4276.59"], [1702466204, "4316.094"], [1702466237, "4355.598"], [1702466261, "4395.102"], [1702466291, "4434.606"], [1702466327, "4474.11"], [1702466360, "4513.614"], [1702466384, "4553.118"], [1702466417, "4592.622"], [1702466441, "4632.126"], [1702466471, "4671.63"], [1702466507, "4711.134"], [1702466540, "4750.638"], [1702466597, "4809.894"], [1702466633, "4849.398"], [1702466666, "4888.902"], [1702466705, "4928.406"], [1702466732, "4967.91"], [1702466765, "5007.414"], [1702466801, "5046.918"], [1702466852, "5106.174"], [1702466876, "5145.678"], [1702466918, "5185.182"], [1702466978, "5264.19"], [1702467014, "5303.694"], [1702467038, "5343.198"], [1702467068, "5382.702"], [1702467122, "5441.958"], [1702467158, "5481.462"], [1702467191, "5520.966"], [1702467221, "5560.47"], [1702467257, "5599.974"], [1702467299, "5639.478"], [1702467350, "5698.734"], [1702467386, "5738.238"], [1702467419, "5777.742"], [1702467455, "5817.246"], [1702467515, "5896.254"], [1702467542, "5935.758"], [1702467566, "5975.262"], [1702467599, "6014.766"], [1702467635, "6054.27"], [1702467668, "6093.774"], [1702467695, "6133.278"], [1702467716, "6172.782"], [1702467746, "6212.286"], [1702467800, "6271.542"], [1702467824, "6311.046"], [1702467908, "6409.806"], [1702467944, "6449.31"], [1702467968, "6488.814"], [1702468001, "6528.318"], [1702468031, "6567.822"], [1702468067, "6607.326"], [1702468085, "6646.83"], [1702468115, "6686.334"], [1702468151, "6725.838"], [1702468181, "6765.342"], [1702468208, "6804.846"], [1702468241, "6844.35"], [1702468256, "6883.854"], [1702468286, "6923.358"], [1702468322, "6962.862"], [1702468352, "7002.366"], [1702468388, "7041.87"], [1702468424, "7081.374"], [1702468457, "7120.878"], [1702468493, "7160.382"], [1702468517, "7199.886"], [1702468550, "7239.39"], [1702468586, "7278.894"], [1702468613, "7318.398"], [1702468637, "7357.902"], [1702468679, "7397.406"], [1702468721, "7436.91"], [1702468730, "7456.662"], [1702468766, "7496.166"], [1702468799, "7535.67"], [1702468835, "7575.174"], [1702468898, "7634.43"], [1702468934, "7673.934"], [1702468970, "7713.438"], [1702468994, "7752.942"], [1702469024, "7792.446"], [1702469060, "7831.95"], [1702469111, "7891.206"], [1702469144, "7930.71"], [1702469168, "7970.214"], [1702469204, "8009.718"], [1702469237, "8049.222"], [1702469273, "8088.726"], [1702469303, "8128.23"], [1702469336, "8167.734"], [1702469360, "8207.238"], [1702469387, "8246.742"], [1702469411, "8286.246"], [1702469435, "8325.75"], [1702469468, "8365.254"], [1702469504, "8404.758"], [1702469537, "8444.262"], [1702469573, "8483.766"], [1702469606, "8523.27"], [1702469633, "8562.774"], [1702469660, "8602.278"], [1702469684, "8641.782"], [1702469717, "8681.286"], [1702469753, "8720.79"], [1702469786, "8760.294"], [1702469816, "8799.798"], [1702469834, "8839.302"], [1702469864, "8878.806"], [1702469906, "8938.062"], [1702469936, "8977.566"], [1702469972, "9017.07"], [1702470005, "9056.574"], [1702470029, "9096.078"], [1702470065, "9135.582"], [1702470101, "9175.086"], [1702470131, "9214.59"], [1702470167, "9254.094"], [1702470203, "9293.598"], [1702470251, "9352.854"], [1702470278, "9392.358"], [1702470311, "9431.862"], [1702470347, "9471.366"], [1702470371, "9510.87"], [1702470404, "9550.374"], [1702470440, "9589.878"], [1702470476, "9629.382"], [1702470506, "9668.886"], [1702470542, "9708.39"], [1702470575, "9747.894"], [1702470611, "9787.398"], [1702470635, "9826.902"], [1702470662, "9866.406"], [1702470686, "9905.91"], [1702470719, "9945.414"], [1702470746, "9984.918"], [1702470812, "10063.926"], [1702470845, "10103.43"], [1702470875, "10142.934"], [1702470899, "10182.438"], [1702470953, "10241.694"], [1702470983, "10281.198"], [1702471025, "10320.702"], [1702471067, "10379.958"], [1702471169, "10478.718"], [1702471193, "10518.222"], [1702471226, "10557.726"], [1702471265, "10597.23"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "1.263"], [1702462736, "1.263"], [1702462751, "1.263"], [1702462763, "1.263"], [1702462793, "1.263"], [1702462808, "1.263"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "21.471"], [1702462736, "42.942"], [1702462751, "64.413"], [1702462763, "85.428"], [1702462793, "127.02"], [1702462808, "147.597"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "10070.922"], [1702462988, "13551.441"], [1702463045, "19937.595"], [1702463081, "24488.919"], [1702463114, "27773.25"], [1702463150, "30546.273"], [1702463186, "32896.602"], [1702463216, "35262.69"], [1702463240, "36827.061"], [1702463273, "38708.286"], [1702463324, "42685.29"], [1702463354, "46172.346"], [1702463381, "50353.056"], [1702463417, "54871.086"], [1702463453, "58992.309"], [1702463477, "62961.75"], [1702463510, "66645.366"], [1702463537, "68896.182"], [1702463570, "72425.208"], [1702463591, "74061.453"], [1702463621, "77243.817"], [1702463657, "79200.549"], [1702463693, "83636.757"], [1702463729, "87207.075"], [1702463765, "91537.548"], [1702463798, "96604.59"], [1702463846, "103252.986"], [1702463873, "106416.951"], [1702463906, "110320.464"], [1702463948, "114793.287"], [1702463984, "117317.871"], [1702464014, "119740.2"], [1702464050, "122614.686"], [1702464086, "126718.011"], [1702464122, "130631.673"], [1702464155, "135118.419"], [1702464194, "139139.091"], [1702464230, "141762.105"], [1702464263, "143315.862"], [1702464299, "145773.189"], [1702464332, "147680.352"], [1702464356, "149393.22"], [1702464392, "151707.249"], [1702464425, "154263.138"], [1702464455, "157379.649"], [1702464479, "159779.04"], [1702464509, "162517.221"], [1702464533, "165819.894"], [1702464569, "169948.644"], [1702464605, "174145.128"], [1702464635, "175274.907"], [1702464671, "177685.638"], [1702464716, "178504.353"], [1702464743, "179654.595"], [1702464776, "181268.631"], [1702464812, "183485.838"], [1702464836, "185269.272"], [1702464869, "188124.87"], [1702464905, "191386.617"], [1702464926, "193678.17"], [1702464956, "194653.218"], [1702464992, "199752.756"], [1702465016, "201954.477"], [1702465049, "204500.94"], [1702465085, "205312.902"], [1702465118, "206782.191"], [1702465145, "209142.627"], [1702465178, "213349.629"], [1702465208, "217830.759"], [1702465241, "219407.202"], [1702465298, "225578.865"], [1702465334, "229235.463"], [1702465367, "231878.061"], [1702465394, "233116.431"], [1702465418, "235107.411"], [1702465445, "237177.141"], [1702465481, "240232.485"], [1702465517, "244266.114"], [1702465550, "249078.564"], [1702465586, "252377.769"], [1702465619, "255278.934"], [1702465658, "262221.846"], [1702465706, "267549.831"], [1702465754, "275491.044"], [1702465787, "279241.542"], [1702465823, "280873.056"], [1702465856, "284655.888"], [1702465880, "287472.777"], [1702465910, "291117.105"], [1702465952, "296132.802"], [1702465988, "301189.227"], [1702466015, "305794.794"], [1702466030, "306756.45"], [1702466060, "310472.064"], [1702466078, "312383.943"], [1702466138, "317965.626"], [1702466168, "320870.454"], [1702466204, "323518.233"], [1702466237, "325731.66"], [1702466261, "328109.715"], [1702466291, "331071.363"], [1702466327, "335205.555"], [1702466360, "340579.617"], [1702466384, "343774.5"], [1702466417, "347097.189"], [1702466441, "349085.289"], [1702466471, "350790.924"], [1702466507, "353005.125"], [1702466540, "355534.752"], [1702466597, "359191.827"], [1702466633, "362488.617"], [1702466666, "366196.548"], [1702466705, "369617.793"], [1702466732, "374977.734"], [1702466765, "379336.842"], [1702466801, "383627.124"], [1702466852, "388937.025"], [1702466876, "390140.682"], [1702466918, "393683.415"], [1702466978, "398244.105"], [1702467014, "399274.494"], [1702467038, "402418.935"], [1702467068, "406315.473"], [1702467122, "412549.008"], [1702467158, "417951.468"], [1702467191, "420920.133"], [1702467221, "425155.752"], [1702467257, "429406.773"], [1702467299, "431644.791"], [1702467350, "436170.414"], [1702467386, "439862.739"], [1702467419, "444444.648"], [1702467455, "449332.659"], [1702467515, "454592.871"], [1702467542, "458228.106"], [1702467566, "460237.968"], [1702467599, "463044.366"], [1702467635, "465177.603"], [1702467668, "468046.605"], [1702467695, "470077.083"], [1702467716, "471508.371"], [1702467746, "474217.725"], [1702467800, "480501.453"], [1702467824, "482899.443"], [1702467908, "493655.823"], [1702467944, "498567.984"], [1702467968, "501023.475"], [1702468001, "505078.119"], [1702468031, "506722.902"], [1702468067, "509120.055"], [1702468085, "511222.482"], [1702468115, "513912.918"], [1702468151, "517690.56"], [1702468181, "522401.049"], [1702468208, "525614.028"], [1702468241, "529575.57"], [1702468256, "531013.809"], [1702468286, "533537.541"], [1702468322, "536832.525"], [1702468352, "540419.34"], [1702468388, "543923.616"], [1702468424, "545745.243"], [1702468457, "547762.581"], [1702468493, "550567.971"], [1702468517, "553659.525"], [1702468550, "557506.92"], [1702468586, "560510.067"], [1702468613, "563504.727"], [1702468637, "565500.306"], [1702468679, "569522.067"], [1702468721, "572538.303"], [1702468730, "572894.394"], [1702468766, "575878.446"], [1702468799, "577561.821"], [1702468835, "580100.826"], [1702468898, "585928.695"], [1702468934, "592223.826"], [1702468970, "594304.998"], [1702468994, "597116.01"], [1702469024, "598393.071"], [1702469060, "605401.203"], [1702469111, "611788.593"], [1702469144, "614164.887"], [1702469168, "615637.428"], [1702469204, "619416.285"], [1702469237, "623471.835"], [1702469273, "626703.681"], [1702469303, "630323.961"], [1702469336, "634163.1"], [1702469360, "636539.145"], [1702469387, "638437.305"], [1702469411, "641914.032"], [1702469435, "645256.128"], [1702469468, "649207.986"], [1702469504, "650457.189"], [1702469537, "650750.373"], [1702469573, "650922.039"], [1702469606, "651147.624"], [1702469633, "651872.415"], [1702469660, "652515.069"], [1702469684, "653133.972"], [1702469717, "655306.698"], [1702469753, "657153.231"], [1702469786, "659691.078"], [1702469816, "660295.014"], [1702469834, "661312.158"], [1702469864, "661736.385"], [1702469906, "662389.437"], [1702469936, "663115.611"], [1702469972, "663206.325"], [1702470005, "663665.664"], [1702470029, "663864.939"], [1702470065, "664377.615"], [1702470101, "665749.359"], [1702470131, "666059.379"], [1702470167, "667428.369"], [1702470203, "669258.198"], [1702470251, "670538.991"], [1702470278, "673832.25"], [1702470311, "674813.535"], [1702470347, "675985.344"], [1702470371, "676472.958"], [1702470404, "677003.505"], [1702470440, "677177.811"], [1702470476, "677877.423"], [1702470506, "678750.843"], [1702470542, "679647.816"], [1702470575, "680410.617"], [1702470611, "682249.548"], [1702470635, "683876.874"], [1702470662, "685645.407"], [1702470686, "687882.747"], [1702470719, "689258.169"], [1702470746, "690475.998"], [1702470812, "691425.303"], [1702470845, "691577.55"], [1702470875, "692655.795"], [1702470899, "693535.749"], [1702470953, "694223.22"], [1702470983, "694294.323"], [1702471025, "695236.419"], [1702471067, "697385.202"], [1702471169, "698134.707"], [1702471193, "698797.683"], [1702471226, "700163.712"], [1702471265, "701145.678"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "177.768"], [1702462988, "197.52"], [1702463045, "256.776"], [1702463081, "296.28"], [1702463114, "335.784"], [1702463150, "375.288"], [1702463186, "414.792"], [1702463216, "454.296"], [1702463240, "493.8"], [1702463273, "533.304"], [1702463324, "592.56"], [1702463354, "632.064"], [1702463381, "671.568"], [1702463417, "711.072"], [1702463453, "750.576"], [1702463477, "790.08"], [1702463510, "829.584"], [1702463537, "869.088"], [1702463570, "908.592"], [1702463591, "948.096"], [1702463621, "987.6"], [1702463657, "1027.104"], [1702463693, "1066.608"], [1702463729, "1106.112"], [1702463765, "1145.616"], [1702463798, "1185.12"], [1702463846, "1244.376"], [1702463873, "1283.88"], [1702463906, "1323.384"], [1702463948, "1382.64"], [1702463984, "1422.144"], [1702464014, "1461.648"], [1702464050, "1501.152"], [1702464086, "1540.656"], [1702464122, "1580.16"], [1702464155, "1619.664"], [1702464194, "1678.92"], [1702464230, "1718.424"], [1702464263, "1757.928"], [1702464299, "1797.432"], [1702464332, "1836.936"], [1702464356, "1876.44"], [1702464392, "1915.944"], [1702464425, "1955.448"], [1702464455, "1994.952"], [1702464479, "2034.456"], [1702464509, "2073.96"], [1702464533, "2113.464"], [1702464569, "2152.968"], [1702464605, "2192.472"], [1702464635, "2231.976"], [1702464671, "2271.48"], [1702464716, "2310.984"], [1702464743, "2350.488"], [1702464776, "2389.992"], [1702464812, "2429.496"], [1702464836, "2469"], [1702464869, "2508.504"], [1702464905, "2548.008"], [1702464926, "2587.512"], [1702464956, "2627.016"], [1702464992, "2666.52"], [1702465016, "2706.024"], [1702465049, "2745.528"], [1702465085, "2785.032"], [1702465118, "2824.536"], [1702465145, "2864.04"], [1702465178, "2903.544"], [1702465208, "2943.048"], [1702465241, "2982.552"], [1702465298, "3041.808"], [1702465334, "3081.312"], [1702465367, "3120.816"], [1702465394, "3160.32"], [1702465418, "3199.824"], [1702465445, "3239.328"], [1702465481, "3278.832"], [1702465517, "3318.336"], [1702465550, "3357.84"], [1702465586, "3397.344"], [1702465619, "3436.848"], [1702465658, "3476.352"], [1702465706, "3515.856"], [1702465754, "3575.112"], [1702465787, "3614.616"], [1702465823, "3654.12"], [1702465856, "3693.624"], [1702465880, "3733.128"], [1702465910, "3772.632"], [1702465952, "3812.136"], [1702465988, "3851.64"], [1702466015, "3891.144"], [1702466030, "3930.648"], [1702466060, "3970.152"], [1702466078, "4009.656"], [1702466138, "4068.912"], [1702466168, "4108.416"], [1702466204, "4147.92"], [1702466237, "4187.424"], [1702466261, "4226.928"], [1702466291, "4266.432"], [1702466327, "4305.936"], [1702466360, "4345.44"], [1702466384, "4384.944"], [1702466417, "4424.448"], [1702466441, "4463.952"], [1702466471, "4503.456"], [1702466507, "4542.96"], [1702466540, "4582.464"], [1702466597, "4641.72"], [1702466633, "4681.224"], [1702466666, "4720.728"], [1702466705, "4760.232"], [1702466732, "4799.736"], [1702466765, "4839.24"], [1702466801, "4878.744"], [1702466852, "4938"], [1702466876, "4977.504"], [1702466918, "5017.008"], [1702466978, "5096.016"], [1702467014, "5135.52"], [1702467038, "5175.024"], [1702467068, "5214.528"], [1702467122, "5273.784"], [1702467158, "5313.288"], [1702467191, "5352.792"], [1702467221, "5392.296"], [1702467257, "5431.8"], [1702467299, "5471.304"], [1702467350, "5530.56"], [1702467386, "5570.064"], [1702467419, "5609.568"], [1702467455, "5649.072"], [1702467515, "5728.08"], [1702467542, "5767.584"], [1702467566, "5807.088"], [1702467599, "5846.592"], [1702467635, "5886.096"], [1702467668, "5925.6"], [1702467695, "5965.104"], [1702467716, "6004.608"], [1702467746, "6044.112"], [1702467800, "6103.368"], [1702467824, "6142.872"], [1702467908, "6241.632"], [1702467944, "6281.136"], [1702467968, "6320.64"], [1702468001, "6360.144"], [1702468031, "6399.648"], [1702468067, "6439.152"], [1702468085, "6478.656"], [1702468115, "6518.16"], [1702468151, "6557.664"], [1702468181, "6597.168"], [1702468208, "6636.672"], [1702468241, "6676.176"], [1702468256, "6715.68"], [1702468286, "6755.184"], [1702468322, "6794.688"], [1702468352, "6834.192"], [1702468388, "6873.696"], [1702468424, "6913.2"], [1702468457, "6952.704"], [1702468493, "6992.208"], [1702468517, "7031.712"], [1702468550, "7071.216"], [1702468586, "7110.72"], [1702468613, "7150.224"], [1702468637, "7189.728"], [1702468679, "7229.232"], [1702468721, "7268.736"], [1702468730, "7288.488"], [1702468766, "7327.992"], [1702468799, "7367.496"], [1702468835, "7407"], [1702468898, "7466.256"], [1702468934, "7505.76"], [1702468970, "7545.264"], [1702468994, "7584.768"], [1702469024, "7624.272"], [1702469060, "7663.776"], [1702469111, "7723.032"], [1702469144, "7762.536"], [1702469168, "7802.04"], [1702469204, "7841.544"], [1702469237, "7881.048"], [1702469273, "7920.552"], [1702469303, "7960.056"], [1702469336, "7999.56"], [1702469360, "8039.064"], [1702469387, "8078.568"], [1702469411, "8118.072"], [1702469435, "8157.576"], [1702469468, "8197.08"], [1702469504, "8236.584"], [1702469537, "8276.088"], [1702469573, "8315.592"], [1702469606, "8355.096"], [1702469633, "8394.6"], [1702469660, "8434.104"], [1702469684, "8473.608"], [1702469717, "8513.112"], [1702469753, "8552.616"], [1702469786, "8592.12"], [1702469816, "8631.624"], [1702469834, "8671.128"], [1702469864, "8710.632"], [1702469906, "8769.888"], [1702469936, "8809.392"], [1702469972, "8848.896"], [1702470005, "8888.4"], [1702470029, "8927.904"], [1702470065, "8967.408"], [1702470101, "9006.912"], [1702470131, "9046.416"], [1702470167, "9085.92"], [1702470203, "9125.424"], [1702470251, "9184.68"], [1702470278, "9224.184"], [1702470311, "9263.688"], [1702470347, "9303.192"], [1702470371, "9342.696"], [1702470404, "9382.2"], [1702470440, "9421.704"], [1702470476, "9461.208"], [1702470506, "9500.712"], [1702470542, "9540.216"], [1702470575, "9579.72"], [1702470611, "9619.224"], [1702470635, "9658.728"], [1702470662, "9698.232"], [1702470686, "9737.736"], [1702470719, "9777.24"], [1702470746, "9816.744"], [1702470812, "9895.752"], [1702470845, "9935.256"], [1702470875, "9974.76"], [1702470899, "10014.264"], [1702470953, "10073.52"], [1702470983, "10113.024"], [1702471025, "10152.528"], [1702471067, "10211.784"], [1702471169, "10310.544"], [1702471193, "10350.048"], [1702471226, "10389.552"], [1702471265, "10429.056"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "30.765"], [1702462865, "31.023"], [1702462880, "2350.062"], [1702462904, "3780.159"], [1702462919, "4951.623"], [1702462952, "9013.833"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "19.752"], [1702462865, "39.504"], [1702462880, "59.256"], [1702462904, "98.76"], [1702462919, "118.512"], [1702462952, "158.016"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "2.529"], [1702462721, "2.574"], [1702462736, "2.655"], [1702462751, "6.114"], [1702462763, "6.114"], [1702462793, "6.114"], [1702462808, "6.201"], [1702462829, "6.249"], [1702462844, "6.477"], [1702462865, "6.477"], [1702462880, "6.546"], [1702462904, "6.594"], [1702462919, "6.606"], [1702462952, "6.651"], [1702462973, "6.651"], [1702462988, "6.651"], [1702463045, "7.074"], [1702463081, "7.233"], [1702463114, "7.272"], [1702463150, "7.278"], [1702463186, "7.326"], [1702463216, "7.353"], [1702463240, "7.407"], [1702463273, "7.413"], [1702463324, "11.889"], [1702463354, "11.895"], [1702463381, "11.943"], [1702463417, "11.97"], [1702463453, "12.96"], [1702463477, "12.972"], [1702463510, "12.972"], [1702463537, "13.014"], [1702463570, "13.014"], [1702463591, "13.077"], [1702463621, "13.089"], [1702463657, "13.209"], [1702463693, "13.212"], [1702463729, "13.419"], [1702463765, "13.59"], [1702463798, "13.593"], [1702463846, "13.914"], [1702463873, "13.932"], [1702463906, "13.998"], [1702463948, "14.073"], [1702463984, "14.127"], [1702464014, "14.199"], [1702464050, "14.28"], [1702464086, "14.385"], [1702464122, "14.418"], [1702464155, "14.502"], [1702464194, "14.547"], [1702464230, "15.357"], [1702464263, "15.369"], [1702464299, "15.42"], [1702464332, "15.438"], [1702464356, "15.438"], [1702464392, "15.468"], [1702464425, "15.657"], [1702464455, "15.711"], [1702464479, "15.831"], [1702464509, "15.84"], [1702464533, "15.936"], [1702464569, "15.936"], [1702464605, "15.954"], [1702464635, "16.047"], [1702464671, "16.074"], [1702464716, "16.242"], [1702464743, "16.272"], [1702464776, "17.499"], [1702464812, "17.547"], [1702464836, "17.586"], [1702464869, "17.808"], [1702464905, "17.958"], [1702464926, "18.942"], [1702464956, "18.969"], [1702464992, "19.029"], [1702465016, "19.044"], [1702465049, "19.14"], [1702465085, "19.266"], [1702465118, "19.383"], [1702465145, "19.386"], [1702465178, "19.407"], [1702465208, "19.443"], [1702465241, "19.443"], [1702465298, "19.464"], [1702465334, "20.253"], [1702465367, "20.274"], [1702465394, "20.292"], [1702465418, "20.292"], [1702465445, "20.316"], [1702465481, "20.343"], [1702465517, "20.358"], [1702465550, "20.379"], [1702465586, "20.421"], [1702465619, "20.421"], [1702465658, "20.511"], [1702465706, "20.52"], [1702465754, "20.58"], [1702465787, "20.58"], [1702465823, "20.604"], [1702465856, "20.619"], [1702465880, "20.685"], [1702465910, "20.712"], [1702465952, "20.733"], [1702465988, "20.784"], [1702466015, "20.808"], [1702466030, "21.093"], [1702466060, "21.093"], [1702466078, "21.099"], [1702466138, "21.189"], [1702466168, "21.204"], [1702466204, "22.869"], [1702466237, "22.959"], [1702466261, "22.977"], [1702466291, "23.016"], [1702466327, "23.079"], [1702466360, "23.1"], [1702466384, "23.115"], [1702466417, "23.178"], [1702466441, "23.178"], [1702466471, "23.196"], [1702466507, "23.262"], [1702466540, "23.283"], [1702466597, "24.996"], [1702466633, "25.074"], [1702466666, "25.14"], [1702466705, "25.14"], [1702466732, "25.152"], [1702466765, "25.167"], [1702466801, "25.176"], [1702466852, "25.182"], [1702466876, "25.218"], [1702466918, "25.254"], [1702466978, "25.488"], [1702467014, "25.965"], [1702467038, "26.013"], [1702467068, "26.4"], [1702467122, "26.445"], [1702467158, "26.448"], [1702467191, "26.499"], [1702467221, "26.511"], [1702467257, "26.556"], [1702467299, "26.568"], [1702467350, "26.631"], [1702467386, "26.676"], [1702467419, "26.733"], [1702467455, "26.769"], [1702467515, "27.039"], [1702467542, "27.045"], [1702467566, "27.057"], [1702467599, "27.066"], [1702467635, "27.075"], [1702467668, "27.174"], [1702467695, "30.294"], [1702467716, "30.303"], [1702467746, "30.399"], [1702467800, "30.591"], [1702467824, "30.615"], [1702467908, "31.029"], [1702467944, "31.278"], [1702467968, "31.293"], [1702468001, "31.596"], [1702468031, "31.611"], [1702468067, "31.731"], [1702468085, "31.749"], [1702468115, "31.773"], [1702468151, "31.812"], [1702468181, "31.842"], [1702468208, "31.878"], [1702468241, "31.887"], [1702468256, "31.893"], [1702468286, "31.896"], [1702468322, "31.974"], [1702468352, "32.037"], [1702468388, "32.052"], [1702468424, "32.103"], [1702468457, "32.112"], [1702468493, "32.97"], [1702468517, "33.108"], [1702468550, "33.129"], [1702468586, "33.198"], [1702468613, "33.261"], [1702468637, "33.297"], [1702468679, "33.564"], [1702468721, "33.588"], [1702468730, "33.819"], [1702468766, "33.891"], [1702468799, "34.518"], [1702468835, "34.56"], [1702468898, "34.803"], [1702468934, "35.226"], [1702468970, "35.595"], [1702468994, "35.649"], [1702469024, "35.655"], [1702469060, "35.673"], [1702469111, "35.706"], [1702469144, "35.778"], [1702469168, "35.778"], [1702469204, "35.799"], [1702469237, "35.844"], [1702469273, "35.856"], [1702469303, "35.925"], [1702469336, "36.168"], [1702469360, "36.201"], [1702469387, "36.204"], [1702469411, "36.204"], [1702469435, "36.204"], [1702469468, "36.9"], [1702469504, "36.924"], [1702469537, "36.942"], [1702469573, "36.945"], [1702469606, "36.948"], [1702469633, "37.002"], [1702469660, "37.014"], [1702469684, "37.053"], [1702469717, "38.679"], [1702469753, "38.697"], [1702469786, "38.736"], [1702469816, "38.805"], [1702469834, "38.805"], [1702469864, "38.814"], [1702469906, "38.967"], [1702469936, "38.979"], [1702469972, "2484.381"], [1702470005, "2548.104"], [1702470029, "2548.104"], [1702470065, "2676.648"], [1702470101, "2785.752"], [1702470131, "2839.554"], [1702470167, "3076.743"], [1702470203, "3318.123"], [1702470251, "3516.909"], [1702470278, "3575.571"], [1702470311, "3645.168"], [1702470347, "3769.971"], [1702470371, "3773.916"], [1702470404, "3785.244"], [1702470440, "3806.256"], [1702470476, "3908.778"], [1702470506, "4016.352"], [1702470542, "4112.121"], [1702470575, "4295.004"], [1702470611, "4373.277"], [1702470635, "4472.55"], [1702470662, "4483.539"], [1702470686, "4571.211"], [1702470719, "4585.479"], [1702470746, "4603.419"], [1702470812, "4795.245"], [1702470845, "4971.228"], [1702470875, "5007.912"], [1702470899, "5035.65"], [1702470953, "5161.671"], [1702470983, "5168.055"], [1702471025, "5307.435"], [1702471067, "5508.303"], [1702471169, "5694.903"], [1702471193, "5767.689"], [1702471226, "5886.249"], [1702471265, "5988.411"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0.006"], [1702462919, "0.006"], [1702462952, "0.006"], [1702462973, "0.006"], [1702462988, "0.006"], [1702463045, "0.006"], [1702463081, "0.006"], [1702463114, "0.006"], [1702463150, "0.006"], [1702463186, "0.006"], [1702463216, "0.006"], [1702463240, "0.006"], [1702463273, "0.006"], [1702463324, "0.006"], [1702463354, "0.006"], [1702463381, "0.006"], [1702463417, "0.006"], [1702463453, "0.006"], [1702463477, "0.006"], [1702463510, "0.006"], [1702463537, "0.006"], [1702463570, "0.006"], [1702463591, "0.006"], [1702463621, "0.006"], [1702463657, "0.006"], [1702463693, "0.006"], [1702463729, "0.006"], [1702463765, "0.006"], [1702463798, "0.006"], [1702463846, "0.006"], [1702463873, "0.006"], [1702463906, "0.006"], [1702463948, "0.006"], [1702463984, "0.006"], [1702464014, "0.006"], [1702464050, "0.006"], [1702464086, "0.006"], [1702464122, "0.006"], [1702464155, "0.006"], [1702464194, "0.006"], [1702464230, "0.006"], [1702464263, "0.006"], [1702464299, "0.006"], [1702464332, "0.006"], [1702464356, "0.006"], [1702464392, "0.006"], [1702464425, "0.006"], [1702464455, "0.006"], [1702464479, "0.006"], [1702464509, "0.006"], [1702464533, "0.006"], [1702464569, "0.006"], [1702464605, "0.006"], [1702464635, "0.006"], [1702464671, "0.006"], [1702464716, "0.006"], [1702464743, "0.006"], [1702464776, "0.006"], [1702464812, "0.006"], [1702464836, "0.006"], [1702464869, "0.006"], [1702464905, "0.006"], [1702464926, "0.006"], [1702464956, "0.006"], [1702464992, "0.006"], [1702465016, "0.006"], [1702465049, "0.006"], [1702465085, "0.006"], [1702465118, "0.006"], [1702465145, "0.006"], [1702465178, "0.006"], [1702465208, "0.006"], [1702465241, "0.006"], [1702465298, "0.006"], [1702465334, "0.006"], [1702465367, "0.012"], [1702465394, "0.012"], [1702465418, "0.012"], [1702465445, "0.012"], [1702465481, "0.012"], [1702465517, "0.012"], [1702465550, "0.012"], [1702465586, "0.012"], [1702465619, "0.012"], [1702465658, "0.012"], [1702465706, "0.012"], [1702465754, "0.012"], [1702465787, "0.012"], [1702465823, "0.012"], [1702465856, "0.012"], [1702465880, "0.012"], [1702465910, "0.012"], [1702465952, "0.012"], [1702465988, "0.012"], [1702466015, "0.012"], [1702466030, "0.012"], [1702466060, "0.012"], [1702466078, "0.012"], [1702466138, "0.012"], [1702466168, "0.012"], [1702466204, "0.012"], [1702466237, "0.012"], [1702466261, "0.012"], [1702466291, "0.012"], [1702466327, "0.012"], [1702466360, "0.012"], [1702466384, "0.012"], [1702466417, "0.012"], [1702466441, "0.012"], [1702466471, "0.012"], [1702466507, "0.012"], [1702466540, "0.012"], [1702466597, "0.012"], [1702466633, "0.012"], [1702466666, "0.012"], [1702466705, "0.012"], [1702466732, "0.012"], [1702466765, "0.012"], [1702466801, "0.012"], [1702466852, "0.012"], [1702466876, "0.012"], [1702466918, "0.012"], [1702466978, "0.012"], [1702467014, "0.012"], [1702467038, "0.012"], [1702467068, "0.012"], [1702467122, "0.012"], [1702467158, "0.012"], [1702467191, "0.012"], [1702467221, "0.012"], [1702467257, "0.012"], [1702467299, "0.012"], [1702467350, "0.012"], [1702467386, "0.012"], [1702467419, "0.012"], [1702467455, "0.012"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.012"], [1702471193, "0.012"], [1702471226, "0.012"], [1702471265, "0.012"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "202.521"], [1702462919, "222.273"], [1702462952, "261.777"], [1702462973, "281.529"], [1702462988, "301.281"], [1702463045, "360.537"], [1702463081, "400.041"], [1702463114, "439.545"], [1702463150, "479.049"], [1702463186, "518.553"], [1702463216, "558.057"], [1702463240, "597.561"], [1702463273, "637.065"], [1702463324, "696.321"], [1702463354, "735.825"], [1702463381, "775.329"], [1702463417, "814.833"], [1702463453, "854.337"], [1702463477, "893.841"], [1702463510, "933.345"], [1702463537, "972.849"], [1702463570, "1012.353"], [1702463591, "1051.857"], [1702463621, "1091.361"], [1702463657, "1130.865"], [1702463693, "1170.369"], [1702463729, "1209.873"], [1702463765, "1249.377"], [1702463798, "1288.881"], [1702463846, "1348.137"], [1702463873, "1387.641"], [1702463906, "1427.145"], [1702463948, "1486.401"], [1702463984, "1525.905"], [1702464014, "1565.409"], [1702464050, "1604.913"], [1702464086, "1644.417"], [1702464122, "1683.921"], [1702464155, "1723.425"], [1702464194, "1782.681"], [1702464230, "1822.185"], [1702464263, "1861.689"], [1702464299, "1901.193"], [1702464332, "1940.697"], [1702464356, "1980.201"], [1702464392, "2019.705"], [1702464425, "2059.209"], [1702464455, "2098.713"], [1702464479, "2138.217"], [1702464509, "2177.721"], [1702464533, "2217.225"], [1702464569, "2256.729"], [1702464605, "2296.233"], [1702464635, "2335.737"], [1702464671, "2375.241"], [1702464716, "2414.745"], [1702464743, "2454.249"], [1702464776, "2493.753"], [1702464812, "2533.257"], [1702464836, "2572.761"], [1702464869, "2612.265"], [1702464905, "2651.769"], [1702464926, "2691.273"], [1702464956, "2730.777"], [1702464992, "2770.281"], [1702465016, "2809.785"], [1702465049, "2849.289"], [1702465085, "2888.793"], [1702465118, "2928.297"], [1702465145, "2967.801"], [1702465178, "3007.305"], [1702465208, "3046.809"], [1702465241, "3086.313"], [1702465298, "3145.569"], [1702465334, "3185.073"], [1702465367, "3224.577"], [1702465394, "3264.081"], [1702465418, "3303.585"], [1702465445, "3343.089"], [1702465481, "3382.593"], [1702465517, "3422.097"], [1702465550, "3461.601"], [1702465586, "3501.105"], [1702465619, "3540.609"], [1702465658, "3580.113"], [1702465706, "3619.617"], [1702465754, "3678.873"], [1702465787, "3718.377"], [1702465823, "3757.881"], [1702465856, "3797.385"], [1702465880, "3836.889"], [1702465910, "3876.393"], [1702465952, "3915.897"], [1702465988, "3955.401"], [1702466015, "3994.905"], [1702466030, "4034.409"], [1702466060, "4073.913"], [1702466078, "4113.417"], [1702466138, "4172.673"], [1702466168, "4212.177"], [1702466204, "4251.681"], [1702466237, "4291.185"], [1702466261, "4330.689"], [1702466291, "4370.193"], [1702466327, "4409.697"], [1702466360, "4449.201"], [1702466384, "4488.705"], [1702466417, "4528.209"], [1702466441, "4567.713"], [1702466471, "4607.217"], [1702466507, "4646.721"], [1702466540, "4686.225"], [1702466597, "4745.481"], [1702466633, "4784.985"], [1702466666, "4824.489"], [1702466705, "4863.993"], [1702466732, "4903.497"], [1702466765, "4943.001"], [1702466801, "4982.505"], [1702466852, "5041.761"], [1702466876, "5081.265"], [1702466918, "5120.769"], [1702466978, "5199.777"], [1702467014, "5239.281"], [1702467038, "5278.785"], [1702467068, "5318.289"], [1702467122, "5377.545"], [1702467158, "5417.049"], [1702467191, "5456.553"], [1702467221, "5496.057"], [1702467257, "5535.561"], [1702467299, "5575.065"], [1702467350, "5634.321"], [1702467386, "5673.825"], [1702467419, "5713.329"], [1702467455, "5752.833"], [1702467515, "5831.841"], [1702467542, "5871.345"], [1702467566, "5910.849"], [1702467599, "5950.353"], [1702467635, "5989.857"], [1702467668, "6029.361"], [1702467695, "6068.865"], [1702467716, "6108.369"], [1702467746, "6147.873"], [1702467800, "6207.129"], [1702467824, "6246.633"], [1702467908, "6345.393"], [1702467944, "6384.897"], [1702467968, "6424.401"], [1702468001, "6463.905"], [1702468031, "6503.409"], [1702468067, "6542.913"], [1702468085, "6582.417"], [1702468115, "6621.921"], [1702468151, "6661.425"], [1702468181, "6700.929"], [1702468208, "6740.433"], [1702468241, "6779.937"], [1702468256, "6819.441"], [1702468286, "6858.945"], [1702468322, "6898.449"], [1702468352, "6937.953"], [1702468388, "6977.457"], [1702468424, "7016.961"], [1702468457, "7056.465"], [1702468493, "7095.969"], [1702468517, "7135.473"], [1702468550, "7174.977"], [1702468586, "7214.481"], [1702468613, "7253.985"], [1702468637, "7293.489"], [1702468679, "7332.993"], [1702468721, "7372.497"], [1702468730, "7392.249"], [1702468766, "7431.753"], [1702468799, "7471.257"], [1702468835, "7510.761"], [1702468898, "7570.017"], [1702468934, "7609.521"], [1702468970, "7649.025"], [1702468994, "7688.529"], [1702469024, "7728.033"], [1702469060, "7767.537"], [1702469111, "7826.793"], [1702469144, "7866.297"], [1702469168, "7905.801"], [1702469204, "7945.305"], [1702469237, "7984.809"], [1702469273, "8024.313"], [1702469303, "8063.817"], [1702469336, "8103.321"], [1702469360, "8142.825"], [1702469387, "8182.329"], [1702469411, "8221.833"], [1702469435, "8261.337"], [1702469468, "8300.841"], [1702469504, "8340.345"], [1702469537, "8379.849"], [1702469573, "8419.353"], [1702469606, "8458.857"], [1702469633, "8498.361"], [1702469660, "8537.865"], [1702469684, "8577.369"], [1702469717, "8616.873"], [1702469753, "8656.377"], [1702469786, "8695.881"], [1702469816, "8735.385"], [1702469834, "8774.889"], [1702469864, "8814.393"], [1702469906, "8873.649"], [1702469936, "8913.153"], [1702469972, "8952.657"], [1702470005, "8992.161"], [1702470029, "9031.665"], [1702470065, "9071.169"], [1702470101, "9110.673"], [1702470131, "9150.177"], [1702470167, "9189.681"], [1702470203, "9229.185"], [1702470251, "9288.441"], [1702470278, "9327.945"], [1702470311, "9367.449"], [1702470347, "9406.953"], [1702470371, "9446.457"], [1702470404, "9485.961"], [1702470440, "9525.465"], [1702470476, "9564.969"], [1702470506, "9604.473"], [1702470542, "9643.977"], [1702470575, "9683.481"], [1702470611, "9722.985"], [1702470635, "9762.489"], [1702470662, "9801.993"], [1702470686, "9841.497"], [1702470719, "9881.001"], [1702470746, "9920.505"], [1702470812, "9999.513"], [1702470845, "10039.017"], [1702470875, "10078.521"], [1702470899, "10118.025"], [1702470953, "10177.281"], [1702470983, "10216.785"], [1702471025, "10256.289"], [1702471067, "10315.545"], [1702471169, "10414.305"], [1702471193, "10453.809"], [1702471226, "10493.313"], [1702471265, "10532.817"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0.006"], [1702462793, "0.006"], [1702462808, "0.006"], [1702462829, "0.006"], [1702462844, "0.006"], [1702462865, "0.006"], [1702462880, "0.006"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "21.015"], [1702462793, "62.607"], [1702462808, "83.184"], [1702462829, "103.761"], [1702462844, "123.513"], [1702462865, "143.265"], [1702462880, "163.017"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "10.011"], [1702462721, "10.011"], [1702462736, "10.011"], [1702462751, "10.011"], [1702462763, "10.014"], [1702462793, "10.389"], [1702462808, "11.271"], [1702462829, "11.559"], [1702462844, "14.964"], [1702462865, "15.615"], [1702462880, "16.236"], [1702462904, "16.749"], [1702462919, "16.788"], [1702462952, "17.475"], [1702462973, "17.475"], [1702462988, "17.784"], [1702463045, "21.714"], [1702463081, "22.008"], [1702463114, "22.722"], [1702463150, "22.824"], [1702463186, "24.102"], [1702463216, "25.272"], [1702463240, "26.022"], [1702463273, "27.939"], [1702463324, "31.188"], [1702463354, "31.581"], [1702463381, "32.007"], [1702463417, "32.265"], [1702463453, "32.967"], [1702463477, "33.099"], [1702463510, "33.555"], [1702463537, "33.753"], [1702463570, "34.071"], [1702463591, "34.758"], [1702463621, "35.289"], [1702463657, "36.789"], [1702463693, "37.194"], [1702463729, "38.232"], [1702463765, "38.985"], [1702463798, "39.219"], [1702463846, "39.513"], [1702463873, "39.789"], [1702463906, "39.954"], [1702463948, "40.638"], [1702463984, "40.725"], [1702464014, "41.298"], [1702464050, "41.667"], [1702464086, "42.096"], [1702464122, "43.131"], [1702464155, "43.719"], [1702464194, "44.292"], [1702464230, "44.589"], [1702464263, "44.916"], [1702464299, "45.54"], [1702464332, "46.695"], [1702464356, "47.916"], [1702464392, "48.795"], [1702464425, "49.746"], [1702464455, "52.893"], [1702464479, "53.604"], [1702464509, "57.213"], [1702464533, "57.474"], [1702464569, "58.05"], [1702464605, "58.479"], [1702464635, "58.668"], [1702464671, "60.777"], [1702464716, "63.267"], [1702464743, "64.515"], [1702464776, "66.918"], [1702464812, "67.392"], [1702464836, "68.325"], [1702464869, "70.251"], [1702464905, "70.773"], [1702464926, "71.118"], [1702464956, "71.313"], [1702464992, "72.09"], [1702465016, "72.594"], [1702465049, "73.218"], [1702465085, "78.351"], [1702465118, "78.597"], [1702465145, "79.08"], [1702465178, "79.227"], [1702465208, "80.148"], [1702465241, "81.471"], [1702465298, "81.804"], [1702465334, "82.167"], [1702465367, "82.476"], [1702465394, "82.65"], [1702465418, "82.929"], [1702465445, "83.25"], [1702465481, "83.745"], [1702465517, "84.165"], [1702465550, "84.618"], [1702465586, "85.827"], [1702465619, "85.992"], [1702465658, "86.646"], [1702465706, "86.778"], [1702465754, "87.444"], [1702465787, "87.705"], [1702465823, "88.446"], [1702465856, "88.884"], [1702465880, "89.169"], [1702465910, "89.388"], [1702465952, "89.592"], [1702465988, "89.76"], [1702466015, "89.865"], [1702466030, "89.979"], [1702466060, "89.997"], [1702466078, "90.12"], [1702466138, "90.627"], [1702466168, "91.341"], [1702466204, "92.331"], [1702466237, "94.533"], [1702466261, "94.782"], [1702466291, "95.616"], [1702466327, "96.747"], [1702466360, "98.169"], [1702466384, "98.265"], [1702466417, "98.667"], [1702466441, "98.808"], [1702466471, "99.018"], [1702466507, "100.695"], [1702466540, "101.892"], [1702466597, "104.097"], [1702466633, "105.435"], [1702466666, "105.897"], [1702466705, "106.866"], [1702466732, "107.208"], [1702466765, "107.439"], [1702466801, "107.844"], [1702466852, "109.683"], [1702466876, "109.794"], [1702466918, "110.511"], [1702466978, "111.837"], [1702467014, "143.709"], [1702467038, "144.126"], [1702467068, "145.092"], [1702467122, "145.755"], [1702467158, "146.292"], [1702467191, "147.453"], [1702467221, "147.585"], [1702467257, "148.509"], [1702467299, "148.947"], [1702467350, "150.09"], [1702467386, "151.335"], [1702467419, "151.902"], [1702467455, "152.67"], [1702467515, "153.048"], [1702467542, "153.204"], [1702467566, "153.294"], [1702467599, "153.681"], [1702467635, "154.095"], [1702467668, "155.442"], [1702467695, "157.302"], [1702467716, "157.56"], [1702467746, "157.923"], [1702467800, "159.51"], [1702467824, "159.759"], [1702467908, "160.71"], [1702467944, "160.863"], [1702467968, "160.902"], [1702468001, "160.956"], [1702468031, "161.859"], [1702468067, "166.209"], [1702468085, "166.728"], [1702468115, "167.13"], [1702468151, "167.55"], [1702468181, "168.126"], [1702468208, "168.3"], [1702468241, "168.84"], [1702468256, "169.005"], [1702468286, "169.167"], [1702468322, "169.443"], [1702468352, "171.123"], [1702468388, "172.428"], [1702468424, "173.253"], [1702468457, "173.934"], [1702468493, "175.443"], [1702468517, "176.304"], [1702468550, "177.102"], [1702468586, "177.576"], [1702468613, "178.509"], [1702468637, "179.049"], [1702468679, "179.277"], [1702468721, "180.72"], [1702468730, "180.951"], [1702468766, "181.47"], [1702468799, "183.219"], [1702468835, "183.726"], [1702468898, "186.513"], [1702468934, "187.911"], [1702468970, "189.609"], [1702468994, "189.996"], [1702469024, "190.266"], [1702469060, "190.944"], [1702469111, "192.189"], [1702469144, "193.947"], [1702469168, "194.247"], [1702469204, "194.994"], [1702469237, "195.633"], [1702469273, "197.286"], [1702469303, "199.536"], [1702469336, "199.932"], [1702469360, "200.166"], [1702469387, "200.25"], [1702469411, "200.556"], [1702469435, "201.117"], [1702469468, "201.504"], [1702469504, "201.807"], [1702469537, "201.969"], [1702469573, "202.245"], [1702469606, "202.506"], [1702469633, "202.581"], [1702469660, "203.004"], [1702469684, "203.292"], [1702469717, "203.529"], [1702469753, "203.706"], [1702469786, "203.943"], [1702469816, "204.318"], [1702469834, "204.492"], [1702469864, "204.714"], [1702469906, "204.903"], [1702469936, "205.08"], [1702469972, "205.155"], [1702470005, "205.251"], [1702470029, "205.302"], [1702470065, "205.605"], [1702470101, "205.95"], [1702470131, "206.391"], [1702470167, "207.204"], [1702470203, "208.71"], [1702470251, "209.613"], [1702470278, "209.823"], [1702470311, "210.108"], [1702470347, "210.564"], [1702470371, "210.666"], [1702470404, "211.092"], [1702470440, "211.548"], [1702470476, "211.779"], [1702470506, "212.076"], [1702470542, "212.694"], [1702470575, "213.084"], [1702470611, "213.411"], [1702470635, "213.537"], [1702470662, "213.867"], [1702470686, "214.086"], [1702470719, "214.293"], [1702470746, "214.548"], [1702470812, "214.926"], [1702470845, "215.412"], [1702470875, "215.718"], [1702470899, "215.865"], [1702470953, "216.111"], [1702470983, "216.495"], [1702471025, "216.591"], [1702471067, "217.365"], [1702471169, "217.956"], [1702471193, "218.088"], [1702471226, "218.364"], [1702471265, "218.511"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "1.836"], [1702462721, "1.989"], [1702462736, "2.154"], [1702462751, "2.253"], [1702462763, "2.256"], [1702462793, "2.547"], [1702462808, "2.547"], [1702462829, "2.547"], [1702462844, "2.547"], [1702462865, "2.802"], [1702462880, "2.889"], [1702462904, "2.925"], [1702462919, "2.937"], [1702462952, "3.003"], [1702462973, "3.051"], [1702462988, "3.069"], [1702463045, "3.234"], [1702463081, "3.309"], [1702463114, "3.579"], [1702463150, "3.672"], [1702463186, "3.747"], [1702463216, "3.858"], [1702463240, "4.011"], [1702463273, "4.197"], [1702463324, "4.197"], [1702463354, "4.197"], [1702463381, "4.197"], [1702463417, "4.335"], [1702463453, "4.377"], [1702463477, "4.395"], [1702463510, "4.533"], [1702463537, "4.593"], [1702463570, "4.68"], [1702463591, "4.74"], [1702463621, "4.806"], [1702463657, "4.806"], [1702463693, "4.83"], [1702463729, "4.839"], [1702463765, "4.857"], [1702463798, "4.878"], [1702463846, "4.896"], [1702463873, "4.932"], [1702463906, "4.938"], [1702463948, "5.148"], [1702463984, "5.22"], [1702464014, "5.43"], [1702464050, "5.715"], [1702464086, "6.123"], [1702464122, "6.255"], [1702464155, "6.324"], [1702464194, "6.342"], [1702464230, "6.516"], [1702464263, "6.603"], [1702464299, "6.879"], [1702464332, "7.194"], [1702464356, "7.347"], [1702464392, "7.593"], [1702464425, "7.689"], [1702464455, "8.139"], [1702464479, "8.985"], [1702464509, "9.039"], [1702464533, "9.084"], [1702464569, "9.204"], [1702464605, "9.375"], [1702464635, "9.54"], [1702464671, "9.72"], [1702464716, "10.497"], [1702464743, "10.653"], [1702464776, "15.408"], [1702464812, "15.669"], [1702464836, "15.852"], [1702464869, "15.894"], [1702464905, "15.918"], [1702464926, "15.924"], [1702464956, "16.038"], [1702464992, "16.038"], [1702465016, "16.053"], [1702465049, "16.206"], [1702465085, "16.701"], [1702465118, "16.938"], [1702465145, "17.43"], [1702465178, "17.478"], [1702465208, "17.772"], [1702465241, "18.435"], [1702465298, "18.624"], [1702465334, "18.666"], [1702465367, "18.678"], [1702465394, "18.705"], [1702465418, "18.756"], [1702465445, "18.942"], [1702465481, "19.083"], [1702465517, "19.194"], [1702465550, "19.239"], [1702465586, "19.404"], [1702465619, "19.422"], [1702465658, "19.428"], [1702465706, "19.431"], [1702465754, "19.527"], [1702465787, "19.662"], [1702465823, "19.755"], [1702465856, "19.935"], [1702465880, "20.04"], [1702465910, "20.082"], [1702465952, "20.097"], [1702465988, "20.199"], [1702466015, "20.232"], [1702466030, "20.244"], [1702466060, "20.265"], [1702466078, "20.295"], [1702466138, "20.544"], [1702466168, "20.595"], [1702466204, "20.637"], [1702466237, "21.03"], [1702466261, "21.045"], [1702466291, "21.045"], [1702466327, "21.231"], [1702466360, "21.312"], [1702466384, "21.36"], [1702466417, "21.462"], [1702466441, "21.492"], [1702466471, "21.552"], [1702466507, "22.017"], [1702466540, "22.062"], [1702466597, "22.452"], [1702466633, "22.845"], [1702466666, "22.971"], [1702466705, "23.145"], [1702466732, "23.247"], [1702466765, "23.349"], [1702466801, "23.499"], [1702466852, "23.922"], [1702466876, "24.045"], [1702466918, "24.504"], [1702466978, "26.778"], [1702467014, "27.033"], [1702467038, "27.339"], [1702467068, "27.444"], [1702467122, "27.519"], [1702467158, "27.627"], [1702467191, "27.852"], [1702467221, "27.927"], [1702467257, "28.056"], [1702467299, "28.263"], [1702467350, "28.986"], [1702467386, "29.022"], [1702467419, "29.4"], [1702467455, "29.451"], [1702467515, "29.598"], [1702467542, "29.604"], [1702467566, "29.655"], [1702467599, "29.7"], [1702467635, "29.784"], [1702467668, "30.315"], [1702467695, "30.342"], [1702467716, "30.405"], [1702467746, "30.405"], [1702467800, "30.762"], [1702467824, "30.864"], [1702467908, "30.948"], [1702467944, "31.05"], [1702467968, "31.068"], [1702468001, "31.107"], [1702468031, "31.314"], [1702468067, "31.422"], [1702468085, "31.614"], [1702468115, "31.665"], [1702468151, "31.833"], [1702468181, "31.893"], [1702468208, "31.929"], [1702468241, "31.95"], [1702468256, "31.95"], [1702468286, "32.043"], [1702468322, "32.082"], [1702468352, "32.22"], [1702468388, "32.346"], [1702468424, "32.703"], [1702468457, "32.991"], [1702468493, "33.177"], [1702468517, "33.201"], [1702468550, "33.354"], [1702468586, "33.657"], [1702468613, "34.011"], [1702468637, "34.401"], [1702468679, "34.611"], [1702468721, "34.935"], [1702468730, "35.01"], [1702468766, "35.238"], [1702468799, "35.778"], [1702468835, "35.928"], [1702468898, "37.293"], [1702468934, "37.644"], [1702468970, "38.163"], [1702468994, "38.424"], [1702469024, "38.484"], [1702469060, "38.736"], [1702469111, "38.844"], [1702469144, "39.201"], [1702469168, "39.27"], [1702469204, "39.471"], [1702469237, "39.606"], [1702469273, "39.759"], [1702469303, "39.915"], [1702469336, "40.137"], [1702469360, "40.26"], [1702469387, "40.293"], [1702469411, "40.359"], [1702469435, "40.467"], [1702469468, "40.542"], [1702469504, "40.62"], [1702469537, "40.653"], [1702469573, "40.707"], [1702469606, "40.743"], [1702469633, "40.782"], [1702469660, "40.947"], [1702469684, "41.052"], [1702469717, "41.094"], [1702469753, "41.157"], [1702469786, "41.199"], [1702469816, "41.217"], [1702469834, "41.226"], [1702469864, "41.25"], [1702469906, "41.415"], [1702469936, "41.463"], [1702469972, "41.532"], [1702470005, "41.571"], [1702470029, "41.598"], [1702470065, "41.625"], [1702470101, "41.667"], [1702470131, "41.697"], [1702470167, "42.03"], [1702470203, "42.105"], [1702470251, "42.195"], [1702470278, "42.237"], [1702470311, "42.3"], [1702470347, "42.33"], [1702470371, "42.369"], [1702470404, "42.393"], [1702470440, "42.474"], [1702470476, "42.582"], [1702470506, "42.591"], [1702470542, "42.771"], [1702470575, "42.909"], [1702470611, "42.918"], [1702470635, "43.05"], [1702470662, "43.137"], [1702470686, "43.161"], [1702470719, "43.233"], [1702470746, "43.281"], [1702470812, "43.407"], [1702470845, "43.434"], [1702470875, "45.918"], [1702470899, "45.942"], [1702470953, "46.002"], [1702470983, "46.041"], [1702471025, "46.428"], [1702471067, "46.563"], [1702471169, "46.653"], [1702471193, "46.68"], [1702471226, "46.704"], [1702471265, "46.719"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "2.826"], [1702462721, "3.093"], [1702462736, "3.213"], [1702462751, "3.213"], [1702462763, "3.216"], [1702462793, "3.216"], [1702462808, "3.216"], [1702462829, "3.216"], [1702462844, "3.336"], [1702462865, "3.336"], [1702462880, "4.986"], [1702462904, "5.496"], [1702462919, "5.496"], [1702462952, "5.541"], [1702462973, "5.595"], [1702462988, "6.447"], [1702463045, "6.879"], [1702463081, "6.966"], [1702463114, "7.119"], [1702463150, "7.362"], [1702463186, "7.428"], [1702463216, "7.911"], [1702463240, "8.16"], [1702463273, "8.247"], [1702463324, "9.516"], [1702463354, "9.594"], [1702463381, "9.993"], [1702463417, "10.104"], [1702463453, "10.629"], [1702463477, "10.716"], [1702463510, "10.872"], [1702463537, "11.034"], [1702463570, "11.244"], [1702463591, "12.009"], [1702463621, "30.999"], [1702463657, "31.659"], [1702463693, "32.253"], [1702463729, "34.824"], [1702463765, "35.517"], [1702463798, "35.601"], [1702463846, "35.991"], [1702463873, "36.075"], [1702463906, "36.354"], [1702463948, "37.167"], [1702463984, "37.509"], [1702464014, "38.076"], [1702464050, "38.916"], [1702464086, "39.816"], [1702464122, "41.355"], [1702464155, "42.228"], [1702464194, "42.579"], [1702464230, "43.317"], [1702464263, "43.68"], [1702464299, "44.445"], [1702464332, "45.717"], [1702464356, "46.233"], [1702464392, "47.574"], [1702464425, "48.456"], [1702464455, "48.81"], [1702464479, "50.085"], [1702464509, "50.319"], [1702464533, "50.757"], [1702464569, "51.795"], [1702464605, "52.383"], [1702464635, "53.811"], [1702464671, "54.555"], [1702464716, "58.134"], [1702464743, "59.04"], [1702464776, "61.902"], [1702464812, "62.58"], [1702464836, "63.621"], [1702464869, "65.238"], [1702464905, "66.348"], [1702464926, "68.085"], [1702464956, "68.433"], [1702464992, "68.868"], [1702465016, "69.51"], [1702465049, "70.287"], [1702465085, "71.445"], [1702465118, "72.651"], [1702465145, "73.716"], [1702465178, "74.073"], [1702465208, "75.285"], [1702465241, "76.152"], [1702465298, "76.551"], [1702465334, "76.95"], [1702465367, "77.1"], [1702465394, "77.157"], [1702465418, "77.538"], [1702465445, "77.886"], [1702465481, "78.597"], [1702465517, "79.302"], [1702465550, "79.683"], [1702465586, "80.253"], [1702465619, "80.394"], [1702465658, "80.751"], [1702465706, "80.886"], [1702465754, "81.456"], [1702465787, "81.765"], [1702465823, "82.167"], [1702465856, "83.16"], [1702465880, "83.274"], [1702465910, "84.066"], [1702465952, "84.393"], [1702465988, "85.101"], [1702466015, "85.245"], [1702466030, "85.299"], [1702466060, "85.35"], [1702466078, "85.617"], [1702466138, "86.112"], [1702466168, "87.276"], [1702466204, "88.245"], [1702466237, "90.12"], [1702466261, "90.255"], [1702466291, "90.75"], [1702466327, "91.587"], [1702466360, "92.001"], [1702466384, "92.28"], [1702466417, "92.835"], [1702466441, "92.955"], [1702466471, "93.36"], [1702466507, "94.731"], [1702466540, "95.529"], [1702466597, "97.722"], [1702466633, "98.763"], [1702466666, "106.725"], [1702466705, "107.757"], [1702466732, "108.102"], [1702466765, "108.288"], [1702466801, "108.453"], [1702466852, "109.533"], [1702466876, "109.845"], [1702466918, "110.733"], [1702466978, "112.617"], [1702467014, "126.396"], [1702467038, "127.146"], [1702467068, "127.602"], [1702467122, "128.256"], [1702467158, "128.478"], [1702467191, "129.174"], [1702467221, "129.543"], [1702467257, "129.819"], [1702467299, "130.254"], [1702467350, "134.25"], [1702467386, "135.42"], [1702467419, "135.72"], [1702467455, "136.506"], [1702467515, "136.809"], [1702467542, "136.947"], [1702467566, "137.052"], [1702467599, "137.286"], [1702467635, "137.406"], [1702467668, "139.233"], [1702467695, "140.037"], [1702467716, "140.601"], [1702467746, "140.874"], [1702467800, "147.666"], [1702467824, "148.041"], [1702467908, "148.98"], [1702467944, "149.829"], [1702467968, "150.069"], [1702468001, "150.549"], [1702468031, "151.197"], [1702468067, "154.473"], [1702468085, "154.833"], [1702468115, "155.286"], [1702468151, "155.739"], [1702468181, "156.171"], [1702468208, "156.588"], [1702468241, "156.819"], [1702468256, "156.912"], [1702468286, "156.987"], [1702468322, "157.371"], [1702468352, "159.768"], [1702468388, "160.959"], [1702468424, "162.171"], [1702468457, "163.416"], [1702468493, "164.451"], [1702468517, "165.669"], [1702468550, "166.341"], [1702468586, "167.226"], [1702468613, "169.077"], [1702468637, "170.406"], [1702468679, "170.961"], [1702468721, "173.094"], [1702468730, "173.418"], [1702468766, "174.237"], [1702468799, "176.217"], [1702468835, "176.694"], [1702468898, "179.697"], [1702468934, "180.777"], [1702468970, "182.535"], [1702468994, "183.765"], [1702469024, "183.975"], [1702469060, "184.458"], [1702469111, "185.667"], [1702469144, "188.145"], [1702469168, "188.292"], [1702469204, "188.763"], [1702469237, "189.906"], [1702469273, "190.416"], [1702469303, "193.107"], [1702469336, "193.869"], [1702469360, "194.25"], [1702469387, "194.397"], [1702469411, "194.823"], [1702469435, "195.411"], [1702469468, "195.726"], [1702469504, "195.978"], [1702469537, "196.137"], [1702469573, "196.506"], [1702469606, "196.92"], [1702469633, "197.13"], [1702469660, "197.553"], [1702469684, "197.697"], [1702469717, "198.024"], [1702469753, "198.183"], [1702469786, "198.558"], [1702469816, "199.239"], [1702469834, "199.332"], [1702469864, "199.797"], [1702469906, "200.07"], [1702469936, "200.223"], [1702469972, "200.346"], [1702470005, "200.565"], [1702470029, "200.607"], [1702470065, "200.829"], [1702470101, "201.246"], [1702470131, "201.822"], [1702470167, "202.272"], [1702470203, "203.43"], [1702470251, "204"], [1702470278, "204.306"], [1702470311, "204.594"], [1702470347, "204.966"], [1702470371, "205.068"], [1702470404, "205.527"], [1702470440, "205.737"], [1702470476, "205.854"], [1702470506, "206.49"], [1702470542, "207.042"], [1702470575, "207.663"], [1702470611, "208.056"], [1702470635, "208.434"], [1702470662, "208.485"], [1702470686, "208.644"], [1702470719, "208.734"], [1702470746, "208.965"], [1702470812, "209.505"], [1702470845, "210.303"], [1702470875, "210.78"], [1702470899, "210.975"], [1702470953, "211.176"], [1702470983, "211.407"], [1702471025, "211.947"], [1702471067, "212.874"], [1702471169, "213.441"], [1702471193, "213.828"], [1702471226, "214.137"], [1702471265, "214.47"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "25.788"], [1702462721, "25.818"], [1702462736, "25.926"], [1702462751, "26.241"], [1702462763, "26.244"], [1702462793, "26.835"], [1702462808, "27.249"], [1702462829, "27.363"], [1702462844, "28.323"], [1702462865, "28.449"], [1702462880, "28.977"], [1702462904, "30.279"], [1702462919, "30.309"], [1702462952, "30.627"], [1702462973, "30.831"], [1702462988, "30.855"], [1702463045, "30.912"], [1702463081, "31.113"], [1702463114, "31.644"], [1702463150, "31.749"], [1702463186, "31.848"], [1702463216, "32.979"], [1702463240, "32.979"], [1702463273, "33.843"], [1702463324, "35.037"], [1702463354, "35.361"], [1702463381, "35.505"], [1702463417, "35.646"], [1702463453, "36.585"], [1702463477, "36.948"], [1702463510, "37.02"], [1702463537, "37.098"], [1702463570, "37.254"], [1702463591, "37.398"], [1702463621, "37.704"], [1702463657, "38.016"], [1702463693, "38.079"], [1702463729, "38.61"], [1702463765, "41.301"], [1702463798, "41.37"], [1702463846, "41.508"], [1702463873, "41.571"], [1702463906, "41.631"], [1702463948, "42.024"], [1702463984, "42.156"], [1702464014, "42.849"], [1702464050, "42.954"], [1702464086, "43.479"], [1702464122, "43.773"], [1702464155, "44.499"], [1702464194, "44.631"], [1702464230, "44.871"], [1702464263, "45.06"], [1702464299, "45.48"], [1702464332, "46.269"], [1702464356, "47.085"], [1702464392, "47.979"], [1702464425, "48.102"], [1702464455, "48.54"], [1702464479, "49.263"], [1702464509, "49.77"], [1702464533, "49.878"], [1702464569, "50.415"], [1702464605, "50.601"], [1702464635, "50.928"], [1702464671, "50.976"], [1702464716, "52.401"], [1702464743, "52.629"], [1702464776, "53.994"], [1702464812, "72.846"], [1702464836, "73.542"], [1702464869, "74.292"], [1702464905, "75.759"], [1702464926, "75.84"], [1702464956, "77.343"], [1702464992, "77.784"], [1702465016, "78.033"], [1702465049, "78.462"], [1702465085, "80.811"], [1702465118, "81.387"], [1702465145, "83.004"], [1702465178, "83.142"], [1702465208, "83.697"], [1702465241, "84.069"], [1702465298, "84.381"], [1702465334, "84.63"], [1702465367, "84.834"], [1702465394, "84.855"], [1702465418, "85.065"], [1702465445, "86.277"], [1702465481, "86.55"], [1702465517, "86.913"], [1702465550, "87.021"], [1702465586, "88.023"], [1702465619, "88.167"], [1702465658, "88.551"], [1702465706, "88.62"], [1702465754, "88.653"], [1702465787, "89.082"], [1702465823, "89.559"], [1702465856, "89.802"], [1702465880, "90.075"], [1702465910, "90.192"], [1702465952, "90.597"], [1702465988, "90.651"], [1702466015, "90.711"], [1702466030, "90.795"], [1702466060, "90.846"], [1702466078, "90.945"], [1702466138, "91.878"], [1702466168, "92.307"], [1702466204, "92.712"], [1702466237, "93.417"], [1702466261, "93.78"], [1702466291, "94.179"], [1702466327, "94.443"], [1702466360, "94.713"], [1702466384, "95.028"], [1702466417, "95.256"], [1702466441, "95.358"], [1702466471, "95.694"], [1702466507, "96.666"], [1702466540, "97.131"], [1702466597, "98.847"], [1702466633, "101.115"], [1702466666, "102.756"], [1702466705, "103.431"], [1702466732, "103.587"], [1702466765, "103.779"], [1702466801, "103.929"], [1702466852, "105.804"], [1702466876, "106.827"], [1702466918, "107.337"], [1702466978, "109.779"], [1702467014, "110.907"], [1702467038, "112.377"], [1702467068, "112.623"], [1702467122, "112.932"], [1702467158, "114.129"], [1702467191, "114.309"], [1702467221, "114.498"], [1702467257, "114.882"], [1702467299, "115.173"], [1702467350, "115.71"], [1702467386, "116.736"], [1702467419, "117.237"], [1702467455, "117.783"], [1702467515, "118.05"], [1702467542, "118.152"], [1702467566, "118.287"], [1702467599, "118.518"], [1702467635, "118.653"], [1702467668, "120.738"], [1702467695, "121.143"], [1702467716, "121.836"], [1702467746, "121.992"], [1702467800, "124.191"], [1702467824, "124.455"], [1702467908, "125.34"], [1702467944, "125.583"], [1702467968, "125.751"], [1702468001, "126.012"], [1702468031, "126.3"], [1702468067, "128.091"], [1702468085, "128.361"], [1702468115, "128.805"], [1702468151, "129.042"], [1702468181, "129.507"], [1702468208, "129.975"], [1702468241, "130.269"], [1702468256, "130.401"], [1702468286, "130.743"], [1702468322, "130.827"], [1702468352, "132.021"], [1702468388, "133.767"], [1702468424, "135.45"], [1702468457, "137.334"], [1702468493, "138.519"], [1702468517, "139.041"], [1702468550, "139.653"], [1702468586, "140.313"], [1702468613, "140.598"], [1702468637, "140.709"], [1702468679, "141.189"], [1702468721, "141.525"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "261.732"], [1702462721, "283.203"], [1702462736, "304.674"], [1702462751, "326.145"], [1702462763, "347.16"], [1702462793, "388.752"], [1702462808, "409.329"], [1702462829, "429.906"], [1702462844, "449.658"], [1702462865, "469.41"], [1702462880, "489.162"], [1702462904, "528.666"], [1702462919, "548.418"], [1702462952, "587.922"], [1702462973, "607.674"], [1702462988, "627.426"], [1702463045, "686.682"], [1702463081, "726.186"], [1702463114, "765.69"], [1702463150, "805.194"], [1702463186, "844.698"], [1702463216, "884.202"], [1702463240, "923.706"], [1702463273, "963.21"], [1702463324, "1022.466"], [1702463354, "1061.97"], [1702463381, "1101.474"], [1702463417, "1140.978"], [1702463453, "1180.482"], [1702463477, "1219.986"], [1702463510, "1259.49"], [1702463537, "1298.994"], [1702463570, "1338.498"], [1702463591, "1378.002"], [1702463621, "1417.506"], [1702463657, "1457.01"], [1702463693, "1496.514"], [1702463729, "1536.018"], [1702463765, "1575.522"], [1702463798, "1615.026"], [1702463846, "1674.282"], [1702463873, "1713.786"], [1702463906, "1753.29"], [1702463948, "1812.546"], [1702463984, "1852.05"], [1702464014, "1891.554"], [1702464050, "1931.058"], [1702464086, "1970.562"], [1702464122, "2010.066"], [1702464155, "2049.57"], [1702464194, "2108.826"], [1702464230, "2148.33"], [1702464263, "2187.834"], [1702464299, "2227.338"], [1702464332, "2266.842"], [1702464356, "2306.346"], [1702464392, "2345.85"], [1702464425, "2385.354"], [1702464455, "2424.858"], [1702464479, "2464.362"], [1702464509, "2503.866"], [1702464533, "2543.37"], [1702464569, "2582.874"], [1702464605, "2622.378"], [1702464635, "2661.882"], [1702464671, "2701.386"], [1702464716, "2740.89"], [1702464743, "2780.394"], [1702464776, "2819.898"], [1702464812, "2859.402"], [1702464836, "2898.906"], [1702464869, "2938.41"], [1702464905, "2977.914"], [1702464926, "3017.418"], [1702464956, "3056.922"], [1702464992, "3096.426"], [1702465016, "3135.93"], [1702465049, "3175.434"], [1702465085, "3214.938"], [1702465118, "3254.442"], [1702465145, "3293.946"], [1702465178, "3333.45"], [1702465208, "3372.954"], [1702465241, "3412.458"], [1702465298, "3471.714"], [1702465334, "3511.218"], [1702465367, "3550.722"], [1702465394, "3590.226"], [1702465418, "3629.73"], [1702465445, "3669.234"], [1702465481, "3708.738"], [1702465517, "3748.242"], [1702465550, "3787.746"], [1702465586, "3827.25"], [1702465619, "3866.754"], [1702465658, "3906.258"], [1702465706, "3945.762"], [1702465754, "4005.018"], [1702465787, "4044.522"], [1702465823, "4084.026"], [1702465856, "4123.53"], [1702465880, "4163.034"], [1702465910, "4202.538"], [1702465952, "4242.042"], [1702465988, "4281.546"], [1702466015, "4321.05"], [1702466030, "4360.554"], [1702466060, "4400.058"], [1702466078, "4439.562"], [1702466138, "4498.818"], [1702466168, "4538.322"], [1702466204, "4577.826"], [1702466237, "4617.33"], [1702466261, "4656.834"], [1702466291, "4696.338"], [1702466327, "4735.842"], [1702466360, "4775.346"], [1702466384, "4814.85"], [1702466417, "4854.354"], [1702466441, "4893.858"], [1702466471, "4933.362"], [1702466507, "4972.866"], [1702466540, "5012.37"], [1702466597, "5071.626"], [1702466633, "5111.13"], [1702466666, "5150.634"], [1702466705, "5190.138"], [1702466732, "5229.642"], [1702466765, "5269.146"], [1702466801, "5308.65"], [1702466852, "5367.906"], [1702466876, "5407.41"], [1702466918, "5446.914"], [1702466978, "5525.922"], [1702467014, "5565.426"], [1702467038, "5604.93"], [1702467068, "5644.434"], [1702467122, "5703.69"], [1702467158, "5743.194"], [1702467191, "5782.698"], [1702467221, "5822.202"], [1702467257, "5861.706"], [1702467299, "5901.21"], [1702467350, "5960.466"], [1702467386, "5999.97"], [1702467419, "6039.474"], [1702467455, "6078.978"], [1702467515, "6157.986"], [1702467542, "6197.49"], [1702467566, "6236.994"], [1702467599, "6276.498"], [1702467635, "6316.002"], [1702467668, "6355.506"], [1702467695, "6395.01"], [1702467716, "6434.514"], [1702467746, "6474.018"], [1702467800, "6533.274"], [1702467824, "6572.778"], [1702467908, "6671.538"], [1702467944, "6711.042"], [1702467968, "6750.546"], [1702468001, "6790.05"], [1702468031, "6829.554"], [1702468067, "6869.058"], [1702468085, "6908.562"], [1702468115, "6948.066"], [1702468151, "6987.57"], [1702468181, "7027.074"], [1702468208, "7066.578"], [1702468241, "7106.082"], [1702468256, "7145.586"], [1702468286, "7185.09"], [1702468322, "7224.594"], [1702468352, "7264.098"], [1702468388, "7303.602"], [1702468424, "7343.106"], [1702468457, "7382.61"], [1702468493, "7422.114"], [1702468517, "7461.618"], [1702468550, "7501.122"], [1702468586, "7540.626"], [1702468613, "7580.13"], [1702468637, "7619.634"], [1702468679, "7659.138"], [1702468721, "7698.642"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0.135"], [1702462721, "0.135"], [1702462736, "0.387"], [1702462751, "0.387"], [1702462763, "0.387"], [1702462793, "0.387"], [1702462808, "0.453"], [1702462829, "0.471"], [1702462844, "0.471"], [1702462865, "0.501"], [1702462880, "0.543"], [1702462904, "0.543"], [1702462919, "0.543"], [1702462952, "0.57"], [1702462973, "0.57"], [1702462988, "0.591"], [1702463045, "0.606"], [1702463081, "0.606"], [1702463114, "0.615"], [1702463150, "0.621"], [1702463186, "0.621"], [1702463216, "0.657"], [1702463240, "0.669"], [1702463273, "0.669"], [1702463324, "0.876"], [1702463354, "0.879"], [1702463381, "0.921"], [1702463417, "0.927"], [1702463453, "0.927"], [1702463477, "0.927"], [1702463510, "0.957"], [1702463537, "1.014"], [1702463570, "1.014"], [1702463591, "1.05"], [1702463621, "1.062"], [1702463657, "1.11"], [1702463693, "1.11"], [1702463729, "1.173"], [1702463765, "1.179"], [1702463798, "1.179"], [1702463846, "1.179"], [1702463873, "1.182"], [1702463906, "1.203"], [1702463948, "1.212"], [1702463984, "1.212"], [1702464014, "1.239"], [1702464050, "1.239"], [1702464086, "1.239"], [1702464122, "1.26"], [1702464155, "1.26"], [1702464194, "1.26"], [1702464230, "1.272"], [1702464263, "1.278"], [1702464299, "1.308"], [1702464332, "1.308"], [1702464356, "1.308"], [1702464392, "1.308"], [1702464425, "1.332"], [1702464455, "1.332"], [1702464479, "1.332"], [1702464509, "1.332"], [1702464533, "1.332"], [1702464569, "1.332"], [1702464605, "1.332"], [1702464635, "1.332"], [1702464671, "1.332"], [1702464716, "1.383"], [1702464743, "1.422"], [1702464776, "1.422"], [1702464812, "1.437"], [1702464836, "1.476"], [1702464869, "1.596"], [1702464905, "1.596"], [1702464926, "1.602"], [1702464956, "1.602"], [1702464992, "1.635"], [1702465016, "1.635"], [1702465049, "1.635"], [1702465085, "1.692"], [1702465118, "1.695"], [1702465145, "1.695"], [1702465178, "1.695"], [1702465208, "1.701"], [1702465241, "1.701"], [1702465298, "1.701"], [1702465334, "1.704"], [1702465367, "1.704"], [1702465394, "1.707"], [1702465418, "1.707"], [1702465445, "1.707"], [1702465481, "1.713"], [1702465517, "1.764"], [1702465550, "1.764"], [1702465586, "1.869"], [1702465619, "1.869"], [1702465658, "1.869"], [1702465706, "1.869"], [1702465754, "1.872"], [1702465787, "1.872"], [1702465823, "1.887"], [1702465856, "1.896"], [1702465880, "1.896"], [1702465910, "1.896"], [1702465952, "1.959"], [1702465988, "1.959"], [1702466015, "1.959"], [1702466030, "1.959"], [1702466060, "1.965"], [1702466078, "1.977"], [1702466138, "2.01"], [1702466168, "2.01"], [1702466204, "2.01"], [1702466237, "2.01"], [1702466261, "2.022"], [1702466291, "2.022"], [1702466327, "2.022"], [1702466360, "2.022"], [1702466384, "2.034"], [1702466417, "2.034"], [1702466441, "2.034"], [1702466471, "2.034"], [1702466507, "2.034"], [1702466540, "2.034"], [1702466597, "2.067"], [1702466633, "2.109"], [1702466666, "2.109"], [1702466705, "2.199"], [1702466732, "2.205"], [1702466765, "2.205"], [1702466801, "2.211"], [1702466852, "2.217"], [1702466876, "2.217"], [1702466918, "2.217"], [1702466978, "2.277"], [1702467014, "2.367"], [1702467038, "2.367"], [1702467068, "2.367"], [1702467122, "2.367"], [1702467158, "2.487"], [1702467191, "2.487"], [1702467221, "2.487"], [1702467257, "2.487"], [1702467299, "2.487"], [1702467350, "2.505"], [1702467386, "2.505"], [1702467419, "2.607"], [1702467455, "2.631"], [1702467515, "2.637"], [1702467542, "2.637"], [1702467566, "2.637"], [1702467599, "2.637"], [1702467635, "2.649"], [1702467668, "2.649"], [1702467695, "2.649"], [1702467716, "2.676"], [1702467746, "2.724"], [1702467800, "2.724"], [1702467824, "2.724"], [1702467908, "2.739"], [1702467944, "2.745"], [1702467968, "2.745"], [1702468001, "2.745"], [1702468031, "2.745"], [1702468067, "2.886"], [1702468085, "2.886"], [1702468115, "2.886"], [1702468151, "2.886"], [1702468181, "2.886"], [1702468208, "2.901"], [1702468241, "2.901"], [1702468256, "2.907"], [1702468286, "2.94"], [1702468322, "2.94"], [1702468352, "2.94"], [1702468388, "2.988"], [1702468424, "3.021"], [1702468457, "3.021"], [1702468493, "3.021"], [1702468517, "3.021"], [1702468550, "3.03"], [1702468586, "3.069"], [1702468613, "3.069"], [1702468637, "3.081"], [1702468679, "3.081"], [1702468721, "3.195"], [1702468730, "3.195"], [1702468766, "3.195"], [1702468799, "3.261"], [1702468835, "3.261"], [1702468898, "3.261"], [1702468934, "3.276"], [1702468970, "3.276"], [1702468994, "3.276"], [1702469024, "3.276"], [1702469060, "3.276"], [1702469111, "3.276"], [1702469144, "3.276"], [1702469168, "3.285"], [1702469204, "3.285"], [1702469237, "3.285"], [1702469273, "3.285"], [1702469303, "3.315"], [1702469336, "3.33"], [1702469360, "3.33"], [1702469387, "3.33"], [1702469411, "3.33"], [1702469435, "3.33"], [1702469468, "3.339"], [1702469504, "3.339"], [1702469537, "3.342"], [1702469573, "3.345"], [1702469606, "3.366"], [1702469633, "3.372"], [1702469660, "3.393"], [1702469684, "3.393"], [1702469717, "3.393"], [1702469753, "3.393"], [1702469786, "3.411"], [1702469816, "3.486"], [1702469834, "3.501"], [1702469864, "3.51"], [1702469906, "3.51"], [1702469936, "3.522"], [1702469972, "3.522"], [1702470005, "3.528"], [1702470029, "3.528"], [1702470065, "3.531"], [1702470101, "3.531"], [1702470131, "3.531"], [1702470167, "3.531"], [1702470203, "3.531"], [1702470251, "3.54"], [1702470278, "3.549"], [1702470311, "3.561"], [1702470347, "3.561"], [1702470371, "3.561"], [1702470404, "3.669"], [1702470440, "3.669"], [1702470476, "3.675"], [1702470506, "3.684"], [1702470542, "3.693"], [1702470575, "3.717"], [1702470611, "3.723"], [1702470635, "3.723"], [1702470662, "3.723"], [1702470686, "3.723"], [1702470719, "3.723"], [1702470746, "3.723"], [1702470812, "3.744"], [1702470845, "3.744"], [1702470875, "3.744"], [1702470899, "3.744"], [1702470953, "3.747"], [1702470983, "3.768"], [1702471025, "3.768"], [1702471067, "3.792"], [1702471169, "3.792"], [1702471193, "3.792"], [1702471226, "3.792"], [1702471265, "3.792"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "637.179"], [1702462721, "655.026"], [1702462736, "677.541"], [1702462751, "686.547"], [1702462763, "686.721"], [1702462793, "714.213"], [1702462808, "729.408"], [1702462829, "738.981"], [1702462844, "852.915"], [1702462865, "873.909"], [1702462880, "900.954"], [1702462904, "915.609"], [1702462919, "918.255"], [1702462952, "941.751"], [1702462973, "952.437"], [1702462988, "967.536"], [1702463045, "983.583"], [1702463081, "993.3"], [1702463114, "1017.123"], [1702463150, "1024.326"], [1702463186, "1033.977"], [1702463216, "1070.25"], [1702463240, "1083.306"], [1702463273, "1095.405"], [1702463324, "1193.289"], [1702463354, "1203.789"], [1702463381, "1221.438"], [1702463417, "1232.916"], [1702463453, "1268.4"], [1702463477, "1272.927"], [1702463510, "1296.483"], [1702463537, "1304.502"], [1702463570, "1319.733"], [1702463591, "1334.016"], [1702463621, "1350.201"], [1702463657, "1395.837"], [1702463693, "1412.067"], [1702463729, "1476.432"], [1702463765, "1511.115"], [1702463798, "1515.57"], [1702463846, "1520.469"], [1702463873, "1528.314"], [1702463906, "1542.096"], [1702463948, "1570.56"], [1702463984, "1596.846"], [1702464014, "1620.456"], [1702464050, "1657.932"], [1702464086, "1679.43"], [1702464122, "1706.193"], [1702464155, "1725.255"], [1702464194, "1737.504"], [1702464230, "1749.465"], [1702464263, "1759.179"], [1702464299, "1782.048"], [1702464332, "1824.582"], [1702464356, "1843.299"], [1702464392, "1866.774"], [1702464425, "1897.047"], [1702464455, "1934.718"], [1702464479, "1982.454"], [1702464509, "2002.089"], [1702464533, "2013.813"], [1702464569, "2028.921"], [1702464605, "2045.463"], [1702464635, "2080.062"], [1702464671, "2117.853"], [1702464716, "2192.571"], [1702464743, "2218.347"], [1702464776, "2345.91"], [1702464812, "2370.135"], [1702464836, "2384.499"], [1702464869, "2429.703"], [1702464905, "2453.73"], [1702464926, "2459.382"], [1702464956, "2478.009"], [1702464992, "2504.946"], [1702465016, "2515.035"], [1702465049, "2549.34"], [1702465085, "2606.292"], [1702465118, "2640.777"], [1702465145, "2673.723"], [1702465178, "2679.003"], [1702465208, "2697.006"], [1702465241, "2780.904"], [1702465298, "2794.365"], [1702465334, "2803.488"], [1702465367, "2810.373"], [1702465394, "2813.436"], [1702465418, "2821.227"], [1702465445, "2855.892"], [1702465481, "2869.842"], [1702465517, "2890.446"], [1702465550, "2902.743"], [1702465586, "2963.856"], [1702465619, "2966.841"], [1702465658, "2983.983"], [1702465706, "2989.515"], [1702465754, "3003.72"], [1702465787, "3015.003"], [1702465823, "3046.449"], [1702465856, "3063.999"], [1702465880, "3071.835"], [1702465910, "3080.364"], [1702465952, "3088.467"], [1702465988, "3099.654"], [1702466015, "3103.26"], [1702466030, "3106.206"], [1702466060, "3107.508"], [1702466078, "3134.628"], [1702466138, "3156.102"], [1702466168, "3193.965"], [1702466204, "3225.054"], [1702466237, "3290.421"], [1702466261, "3298.146"], [1702466291, "3312.099"], [1702466327, "3335.283"], [1702466360, "3345.024"], [1702466384, "3350.817"], [1702466417, "3361.527"], [1702466441, "3365.745"], [1702466471, "3373.098"], [1702466507, "3405.033"], [1702466540, "3430.872"], [1702466597, "3492.255"], [1702466633, "3520.068"], [1702466666, "3538.44"], [1702466705, "3570.243"], [1702466732, "3581.349"], [1702466765, "3587.97"], [1702466801, "3595.8"], [1702466852, "3708.423"], [1702466876, "3746.913"], [1702466918, "3778.083"], [1702466978, "3833.436"], [1702467014, "3883.152"], [1702467038, "3920.616"], [1702467068, "3941.196"], [1702467122, "3971.643"], [1702467158, "3981.324"], [1702467191, "4033.179"], [1702467221, "4040.238"], [1702467257, "4055.823"], [1702467299, "4074.531"], [1702467350, "4143.756"], [1702467386, "4185.585"], [1702467419, "4205.871"], [1702467455, "4226.997"], [1702467515, "4240.44"], [1702467542, "4248.042"], [1702467566, "4252.953"], [1702467599, "4260.198"], [1702467635, "4268.142"], [1702467668, "4307.946"], [1702467695, "4336.155"], [1702467716, "4360.935"], [1702467746, "4380.045"], [1702467800, "4450.848"], [1702467824, "4467.972"], [1702467908, "4501.512"], [1702467944, "4521.942"], [1702467968, "4530.3"], [1702468001, "4566.729"], [1702468031, "4581.909"], [1702468067, "4660.536"], [1702468085, "4680.399"], [1702468115, "4695.144"], [1702468151, "4720.377"], [1702468181, "4736.055"], [1702468208, "4753.539"], [1702468241, "4769.817"], [1702468256, "4776.033"], [1702468286, "4784.688"], [1702468322, "4795.218"], [1702468352, "4866.342"], [1702468388, "4894.869"], [1702468424, "4937.046"], [1702468457, "5004.735"], [1702468493, "5053.947"], [1702468517, "5092.794"], [1702468550, "5114.634"], [1702468586, "5131.59"], [1702468613, "5168.577"], [1702468637, "5197.59"], [1702468679, "5209.515"], [1702468721, "5268.747"], [1702468730, "5275.569"], [1702468766, "5297.715"], [1702468799, "5338.869"], [1702468835, "5365.218"], [1702468898, "5458.794"], [1702468934, "5499.732"], [1702468970, "5571.978"], [1702468994, "5591.835"], [1702469024, "5596.932"], [1702469060, "5622.291"], [1702469111, "5654.7"], [1702469144, "5703.033"], [1702469168, "5708.742"], [1702469204, "5738.832"], [1702469237, "5760.516"], [1702469273, "5805.12"], [1702469303, "5856.15"], [1702469336, "5881.245"], [1702469360, "5894.646"], [1702469387, "5899.32"], [1702469411, "5916.414"], [1702469435, "5928.105"], [1702469468, "5942.337"], [1702469504, "5953.818"], [1702469537, "5961.834"], [1702469573, "5974.902"], [1702469606, "5987.61"], [1702469633, "5992.8"], [1702469660, "6002.142"], [1702469684, "6012.75"], [1702469717, "6026.586"], [1702469753, "6033.393"], [1702469786, "6041.385"], [1702469816, "6059.268"], [1702469834, "6064.308"], [1702469864, "6072.459"], [1702469906, "6079.803"], [1702469936, "6086.247"], [1702469972, "6090.732"], [1702470005, "6097.566"], [1702470029, "6101.13"], [1702470065, "6109.734"], [1702470101, "6122.166"], [1702470131, "6132.852"], [1702470167, "6148.704"], [1702470203, "6172.224"], [1702470251, "6200.712"], [1702470278, "6213.585"], [1702470311, "6222.459"], [1702470347, "6231.573"], [1702470371, "6233.964"], [1702470404, "6245.424"], [1702470440, "6249.396"], [1702470476, "6260.217"], [1702470506, "6270.81"], [1702470542, "6286.254"], [1702470575, "6297.765"], [1702470611, "6306.429"], [1702470635, "6316.314"], [1702470662, "6325.746"], [1702470686, "6334.245"], [1702470719, "6340.299"], [1702470746, "6349.098"], [1702470812, "6371.487"], [1702470845, "6391.116"], [1702470875, "6399.615"], [1702470899, "6403.527"], [1702470953, "6412.314"], [1702470983, "6419.487"], [1702471025, "6429.483"], [1702471067, "6450.66"], [1702471169, "6474.765"], [1702471193, "6479.01"], [1702471226, "6497.421"], [1702471265, "6505.674"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "26.307"], [1702462721, "31.83"], [1702462736, "32.196"], [1702462751, "32.604"], [1702462763, "32.61"], [1702462793, "33.738"], [1702462808, "35.322"], [1702462829, "35.484"], [1702462844, "37.878"], [1702462865, "38.004"], [1702462880, "39.726"], [1702462904, "40.341"], [1702462919, "40.449"], [1702462952, "40.983"], [1702462973, "41.097"], [1702462988, "41.259"], [1702463045, "41.88"], [1702463081, "42.042"], [1702463114, "42.234"], [1702463150, "42.399"], [1702463186, "42.768"], [1702463216, "50.16"], [1702463240, "50.223"], [1702463273, "50.343"], [1702463324, "51.933"], [1702463354, "52.053"], [1702463381, "52.068"], [1702463417, "52.188"], [1702463453, "52.44"], [1702463477, "54.522"], [1702463510, "55.119"], [1702463537, "59.979"], [1702463570, "60.978"], [1702463591, "61.53"], [1702463621, "62.01"], [1702463657, "63.618"], [1702463693, "64.239"], [1702463729, "67.644"], [1702463765, "68.481"], [1702463798, "68.667"], [1702463846, "68.943"], [1702463873, "69.081"], [1702463906, "69.849"], [1702463948, "71.823"], [1702463984, "73.158"], [1702464014, "74.7"], [1702464050, "75.489"], [1702464086, "77.508"], [1702464122, "80.244"], [1702464155, "81.159"], [1702464194, "82.098"], [1702464230, "82.482"], [1702464263, "83.1"], [1702464299, "84.762"], [1702464332, "86.772"], [1702464356, "88.74"], [1702464392, "90.636"], [1702464425, "92.712"], [1702464455, "94.455"], [1702464479, "98.352"], [1702464509, "98.82"], [1702464533, "99.585"], [1702464569, "101.076"], [1702464605, "102.096"], [1702464635, "103.794"], [1702464671, "106.464"], [1702464716, "110.022"], [1702464743, "113.361"], [1702464776, "116.265"], [1702464812, "117.216"], [1702464836, "118.734"], [1702464869, "121.644"], [1702464905, "127.332"], [1702464926, "127.686"], [1702464956, "128.811"], [1702464992, "130.011"], [1702465016, "130.551"], [1702465049, "131.586"], [1702465085, "134.907"], [1702465118, "137.799"], [1702465145, "139.044"], [1702465178, "139.56"], [1702465208, "141.036"], [1702465241, "143.919"], [1702465298, "144.363"], [1702465334, "144.885"], [1702465367, "145.476"], [1702465394, "145.71"], [1702465418, "146.283"], [1702465445, "147.651"], [1702465481, "148.989"], [1702465517, "149.874"], [1702465550, "150.099"], [1702465586, "152.514"], [1702465619, "152.856"], [1702465658, "154.029"], [1702465706, "154.191"], [1702465754, "155.868"], [1702465787, "156.684"], [1702465823, "158.13"], [1702465856, "159.672"], [1702465880, "160.323"], [1702465910, "160.869"], [1702465952, "161.247"], [1702465988, "161.673"], [1702466015, "161.775"], [1702466030, "161.895"], [1702466060, "161.958"], [1702466078, "162.102"], [1702466138, "163.761"], [1702466168, "166.653"], [1702466204, "168.129"], [1702466237, "172.506"], [1702466261, "172.767"], [1702466291, "173.919"], [1702466327, "175.137"], [1702466360, "175.875"], [1702466384, "176.295"], [1702466417, "176.916"], [1702466441, "177.072"], [1702466471, "177.687"], [1702466507, "179.448"], [1702466540, "181.257"], [1702466597, "183.933"], [1702466633, "185.979"], [1702466666, "186.618"], [1702466705, "187.641"], [1702466732, "187.902"], [1702466765, "188.439"], [1702466801, "188.763"], [1702466852, "193.899"], [1702466876, "194.544"], [1702466918, "196.533"], [1702466978, "200.949"], [1702467014, "205.419"], [1702467038, "207.468"], [1702467068, "209.337"], [1702467122, "210.657"], [1702467158, "211.365"], [1702467191, "214.005"], [1702467221, "214.626"], [1702467257, "215.718"], [1702467299, "216.507"], [1702467350, "219.537"], [1702467386, "221.682"], [1702467419, "223.401"], [1702467455, "224.982"], [1702467515, "225.507"], [1702467542, "226.314"], [1702467566, "226.656"], [1702467599, "227.454"], [1702467635, "227.778"], [1702467668, "230.532"], [1702467695, "231.444"], [1702467716, "232.269"], [1702467746, "233.385"], [1702467800, "238.584"], [1702467824, "239.85"], [1702467908, "241.974"], [1702467944, "242.712"], [1702467968, "243.192"], [1702468001, "243.597"], [1702468031, "245.328"], [1702468067, "247.416"], [1702468085, "248.079"], [1702468115, "249.087"], [1702468151, "251.493"], [1702468181, "252.402"], [1702468208, "253.134"], [1702468241, "253.713"], [1702468256, "255.888"], [1702468286, "256.362"], [1702468322, "256.773"], [1702468352, "262.29"], [1702468388, "265.65"], [1702468424, "267.9"], [1702468457, "270.993"], [1702468493, "272.748"], [1702468517, "274.365"], [1702468550, "276.039"], [1702468586, "277.794"], [1702468613, "279.24"], [1702468637, "280.185"], [1702468679, "281.016"], [1702468721, "285.288"], [1702468730, "285.609"], [1702468766, "286.956"], [1702468799, "290.817"], [1702468835, "292.236"], [1702468898, "296.475"], [1702468934, "298.413"], [1702468970, "303.636"], [1702468994, "304.965"], [1702469024, "305.199"], [1702469060, "306.123"], [1702469111, "307.461"], [1702469144, "310.716"], [1702469168, "311.241"], [1702469204, "312.456"], [1702469237, "313.5"], [1702469273, "314.961"], [1702469303, "317.217"], [1702469336, "318.993"], [1702469360, "319.929"], [1702469387, "320.154"], [1702469411, "321.282"], [1702469435, "322.113"], [1702469468, "322.833"], [1702469504, "323.412"], [1702469537, "323.673"], [1702469573, "324.198"], [1702469606, "325.098"], [1702469633, "325.443"], [1702469660, "326.589"], [1702469684, "326.982"], [1702469717, "327.342"], [1702469753, "327.879"], [1702469786, "328.401"], [1702469816, "329.595"], [1702469834, "329.724"], [1702469864, "331.104"], [1702469906, "331.557"], [1702469936, "331.977"], [1702469972, "332.193"], [1702470005, "332.535"], [1702470029, "332.613"], [1702470065, "335.232"], [1702470101, "336.003"], [1702470131, "336.489"], [1702470167, "337.599"], [1702470203, "339.255"], [1702470251, "340.947"], [1702470278, "341.436"], [1702470311, "342.045"], [1702470347, "342.837"], [1702470371, "343.08"], [1702470404, "343.815"], [1702470440, "344.139"], [1702470476, "344.817"], [1702470506, "345.903"], [1702470542, "346.311"], [1702470575, "346.788"], [1702470611, "347.373"], [1702470635, "347.811"], [1702470662, "348.306"], [1702470686, "348.798"], [1702470719, "349.419"], [1702470746, "349.833"], [1702470812, "350.796"], [1702470845, "351.222"], [1702470875, "351.831"], [1702470899, "352.071"], [1702470953, "352.659"], [1702470983, "353.064"], [1702471025, "353.85"], [1702471067, "354.888"], [1702471169, "357.222"], [1702471193, "357.381"], [1702471226, "358.623"], [1702471265, "359.241"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0.045"], [1702463453, "0.045"], [1702463477, "0.045"], [1702463510, "0.045"], [1702463537, "0.045"], [1702463570, "0.045"], [1702463591, "0.045"], [1702463621, "0.045"], [1702463657, "0.045"], [1702463693, "0.045"], [1702463729, "0.045"], [1702463765, "0.045"], [1702463798, "0.045"], [1702463846, "0.045"], [1702463873, "0.045"], [1702463906, "0.045"], [1702463948, "0.045"], [1702463984, "0.045"], [1702464014, "0.045"], [1702464050, "0.045"], [1702464086, "0.045"], [1702464122, "0.045"], [1702464155, "0.045"], [1702464194, "0.045"], [1702464230, "0.045"], [1702464263, "0.045"], [1702464299, "0.045"], [1702464332, "0.045"], [1702464356, "0.045"], [1702464392, "0.045"], [1702464425, "0.045"], [1702464455, "0.045"], [1702464479, "0.045"], [1702464509, "0.045"], [1702464533, "0.045"], [1702464569, "0.045"], [1702464605, "0.045"], [1702464635, "0.045"], [1702464671, "0.045"], [1702464716, "0.045"], [1702464743, "0.045"], [1702464776, "0.045"], [1702464812, "0.045"], [1702464836, "0.045"], [1702464869, "0.045"], [1702464905, "0.045"], [1702464926, "0.045"], [1702464956, "0.045"], [1702464992, "0.045"], [1702465016, "0.045"], [1702465049, "0.045"], [1702465085, "0.045"], [1702465118, "0.045"], [1702465145, "0.045"], [1702465178, "0.045"], [1702465208, "0.045"], [1702465241, "0.045"], [1702465298, "0.045"], [1702465334, "0.045"], [1702465367, "0.045"], [1702465394, "0.045"], [1702465418, "0.045"], [1702465445, "0.045"], [1702465481, "0.045"], [1702465517, "0.045"], [1702465550, "0.045"], [1702465586, "0.045"], [1702465619, "0.045"], [1702465658, "0.045"], [1702465706, "0.045"], [1702465754, "0.045"], [1702465787, "0.045"], [1702465823, "0.045"], [1702465856, "0.045"], [1702465880, "0.045"], [1702465910, "0.045"], [1702465952, "0.045"], [1702465988, "0.045"], [1702466015, "0.045"], [1702466030, "0.045"], [1702466060, "0.045"], [1702466078, "0.045"], [1702466138, "0.045"], [1702466168, "0.045"], [1702466204, "0.045"], [1702466237, "0.045"], [1702466261, "0.045"], [1702466291, "0.045"], [1702466327, "0.045"], [1702466360, "0.045"], [1702466384, "0.045"], [1702466417, "0.045"], [1702466441, "0.045"], [1702466471, "0.045"], [1702466507, "0.045"], [1702466540, "0.045"], [1702466597, "0.045"], [1702466633, "0.045"], [1702466666, "0.045"], [1702466705, "0.045"], [1702466732, "0.045"], [1702466765, "0.045"], [1702466801, "0.045"], [1702466852, "0.045"], [1702466876, "0.045"], [1702466918, "0.045"], [1702466978, "0.045"], [1702467014, "0.045"], [1702467038, "0.045"], [1702467068, "0.045"], [1702467122, "0.045"], [1702467158, "0.045"], [1702467191, "0.045"], [1702467221, "0.045"], [1702467257, "0.045"], [1702467299, "0.045"], [1702467350, "0.045"], [1702467386, "0.045"], [1702467419, "0.045"], [1702467455, "0.045"], [1702467515, "0.054"], [1702467542, "0.054"], [1702467566, "0.054"], [1702467599, "0.054"], [1702467635, "0.054"], [1702467668, "0.054"], [1702467695, "0.054"], [1702467716, "0.054"], [1702467746, "0.054"], [1702467800, "0.054"], [1702467824, "0.054"], [1702467908, "0.054"], [1702467944, "0.054"], [1702467968, "0.054"], [1702468001, "0.054"], [1702468031, "0.054"], [1702468067, "0.054"], [1702468085, "0.054"], [1702468115, "0.054"], [1702468151, "0.054"], [1702468181, "0.054"], [1702468208, "0.054"], [1702468241, "0.054"], [1702468256, "0.054"], [1702468286, "0.054"], [1702468322, "0.054"], [1702468352, "0.054"], [1702468388, "0.054"], [1702468424, "0.054"], [1702468457, "0.054"], [1702468493, "0.054"], [1702468517, "0.054"], [1702468550, "0.054"], [1702468586, "0.054"], [1702468613, "0.054"], [1702468637, "0.054"], [1702468679, "0.054"], [1702468721, "0.054"], [1702468730, "0.054"], [1702468766, "0.054"], [1702468799, "0.054"], [1702468835, "0.054"], [1702468898, "0.054"], [1702468934, "0.054"], [1702468970, "0.054"], [1702468994, "0.054"], [1702469024, "0.054"], [1702469060, "0.054"], [1702469111, "0.054"], [1702469144, "0.054"], [1702469168, "0.054"], [1702469204, "0.054"], [1702469237, "0.054"], [1702469273, "0.054"], [1702469303, "0.054"], [1702469336, "0.054"], [1702469360, "0.054"], [1702469387, "0.054"], [1702469411, "0.054"], [1702469435, "0.054"], [1702469468, "0.054"], [1702469504, "0.054"], [1702469537, "0.054"], [1702469573, "0.054"], [1702469606, "0.054"], [1702469633, "0.054"], [1702469660, "0.054"], [1702469684, "0.054"], [1702469717, "0.054"], [1702469753, "0.054"], [1702469786, "0.054"], [1702469816, "0.054"], [1702469834, "0.054"], [1702469864, "0.054"], [1702469906, "0.054"], [1702469936, "0.054"], [1702469972, "0.054"], [1702470005, "0.054"], [1702470029, "0.054"], [1702470065, "0.054"], [1702470101, "0.054"], [1702470131, "0.054"], [1702470167, "0.054"], [1702470203, "0.054"], [1702470251, "0.054"], [1702470278, "0.054"], [1702470311, "0.054"], [1702470347, "0.054"], [1702470371, "0.054"], [1702470404, "0.054"], [1702470440, "0.054"], [1702470476, "0.054"], [1702470506, "0.054"], [1702470542, "0.054"], [1702470575, "0.054"], [1702470611, "0.054"], [1702470635, "0.054"], [1702470662, "0.054"], [1702470686, "0.054"], [1702470719, "0.054"], [1702470746, "0.054"], [1702470812, "0.054"], [1702470845, "0.054"], [1702470875, "0.054"], [1702470899, "0.054"], [1702470953, "0.054"], [1702470983, "0.054"], [1702471025, "0.054"], [1702471067, "0.054"], [1702471169, "0.054"], [1702471193, "0.054"], [1702471226, "0.054"], [1702471265, "0.054"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "86.361"], [1702462763, "107.376"], [1702462793, "148.968"], [1702462808, "169.545"], [1702462829, "190.122"], [1702462844, "209.874"], [1702462865, "229.626"], [1702462880, "249.378"], [1702462904, "288.882"], [1702462919, "308.634"], [1702462952, "348.138"], [1702462973, "367.89"], [1702462988, "387.642"], [1702463045, "446.898"], [1702463081, "486.402"], [1702463114, "525.906"], [1702463150, "565.41"], [1702463186, "604.914"], [1702463216, "644.418"], [1702463240, "683.922"], [1702463273, "723.426"], [1702463324, "782.682"], [1702463354, "822.186"], [1702463381, "861.69"], [1702463417, "901.194"], [1702463453, "940.698"], [1702463477, "980.202"], [1702463510, "1019.706"], [1702463537, "1059.21"], [1702463570, "1098.714"], [1702463591, "1138.218"], [1702463621, "1177.722"], [1702463657, "1217.226"], [1702463693, "1256.73"], [1702463729, "1296.234"], [1702463765, "1335.738"], [1702463798, "1375.242"], [1702463846, "1434.498"], [1702463873, "1474.002"], [1702463906, "1513.506"], [1702463948, "1572.762"], [1702463984, "1612.266"], [1702464014, "1651.77"], [1702464050, "1691.274"], [1702464086, "1730.778"], [1702464122, "1770.282"], [1702464155, "1809.786"], [1702464194, "1869.042"], [1702464230, "1908.546"], [1702464263, "1948.05"], [1702464299, "1987.554"], [1702464332, "2027.058"], [1702464356, "2066.562"], [1702464392, "2106.066"], [1702464425, "2145.57"], [1702464455, "2185.074"], [1702464479, "2224.578"], [1702464509, "2264.082"], [1702464533, "2303.586"], [1702464569, "2343.09"], [1702464605, "2382.594"], [1702464635, "2422.098"], [1702464671, "2461.602"], [1702464716, "2501.106"], [1702464743, "2540.61"], [1702464776, "2580.114"], [1702464812, "2619.618"], [1702464836, "2659.122"], [1702464869, "2698.626"], [1702464905, "2738.13"], [1702464926, "2777.634"], [1702464956, "2817.138"], [1702464992, "2856.642"], [1702465016, "2896.146"], [1702465049, "2935.65"], [1702465085, "2975.154"], [1702465118, "3014.658"], [1702465145, "3054.162"], [1702465178, "3093.666"], [1702465208, "3133.17"], [1702465241, "3172.674"], [1702465298, "3231.93"], [1702465334, "3271.434"], [1702465367, "3310.938"], [1702465394, "3350.442"], [1702465418, "3389.946"], [1702465445, "3429.45"], [1702465481, "3468.954"], [1702465517, "3508.458"], [1702465550, "3547.962"], [1702465586, "3587.466"], [1702465619, "3626.97"], [1702465658, "3666.474"], [1702465706, "3705.978"], [1702465754, "3765.234"], [1702465787, "3804.738"], [1702465823, "3844.242"], [1702465856, "3883.746"], [1702465880, "3923.25"], [1702465910, "3962.754"], [1702465952, "4002.258"], [1702465988, "4041.762"], [1702466015, "4081.266"], [1702466030, "4120.77"], [1702466060, "4160.274"], [1702466078, "4199.778"], [1702466138, "4259.034"], [1702466168, "4298.538"], [1702466204, "4338.042"], [1702466237, "4377.546"], [1702466261, "4417.05"], [1702466291, "4456.554"], [1702466327, "4496.058"], [1702466360, "4535.562"], [1702466384, "4575.066"], [1702466417, "4614.57"], [1702466441, "4654.074"], [1702466471, "4693.578"], [1702466507, "4733.082"], [1702466540, "4772.586"], [1702466597, "4831.842"], [1702466633, "4871.346"], [1702466666, "4910.85"], [1702466705, "4950.354"], [1702466732, "4989.858"], [1702466765, "5029.362"], [1702466801, "5068.866"], [1702466852, "5128.122"], [1702466876, "5167.626"], [1702466918, "5207.13"], [1702466978, "5286.138"], [1702467014, "5325.642"], [1702467038, "5365.146"], [1702467068, "5404.65"], [1702467122, "5463.906"], [1702467158, "5503.41"], [1702467191, "5542.914"], [1702467221, "5582.418"], [1702467257, "5621.922"], [1702467299, "5661.426"], [1702467350, "5720.682"], [1702467386, "5760.186"], [1702467419, "5799.69"], [1702467455, "5839.194"], [1702467515, "5918.202"], [1702467542, "5957.706"], [1702467566, "5997.21"], [1702467599, "6036.714"], [1702467635, "6076.218"], [1702467668, "6115.722"], [1702467695, "6155.226"], [1702467716, "6194.73"], [1702467746, "6234.234"], [1702467800, "6293.49"], [1702467824, "6332.994"], [1702467908, "6431.754"], [1702467944, "6471.258"], [1702467968, "6510.762"], [1702468001, "6550.266"], [1702468031, "6589.77"], [1702468067, "6629.274"], [1702468085, "6668.778"], [1702468115, "6708.282"], [1702468151, "6747.786"], [1702468181, "6787.29"], [1702468208, "6826.794"], [1702468241, "6866.298"], [1702468256, "6905.802"], [1702468286, "6945.306"], [1702468322, "6984.81"], [1702468352, "7024.314"], [1702468388, "7063.818"], [1702468424, "7103.322"], [1702468457, "7142.826"], [1702468493, "7182.33"], [1702468517, "7221.834"], [1702468550, "7261.338"], [1702468586, "7300.842"], [1702468613, "7340.346"], [1702468637, "7379.85"], [1702468679, "7419.354"], [1702468721, "7458.858"], [1702468730, "7478.61"], [1702468766, "7518.114"], [1702468799, "7557.618"], [1702468835, "7597.122"], [1702468898, "7656.378"], [1702468934, "7695.882"], [1702468970, "7735.386"], [1702468994, "7774.89"], [1702469024, "7814.394"], [1702469060, "7853.898"], [1702469111, "7913.154"], [1702469144, "7952.658"], [1702469168, "7992.162"], [1702469204, "8031.666"], [1702469237, "8071.17"], [1702469273, "8110.674"], [1702469303, "8150.178"], [1702469336, "8189.682"], [1702469360, "8229.186"], [1702469387, "8268.69"], [1702469411, "8308.194"], [1702469435, "8347.698"], [1702469468, "8387.202"], [1702469504, "8426.706"], [1702469537, "8466.21"], [1702469573, "8505.714"], [1702469606, "8545.218"], [1702469633, "8584.722"], [1702469660, "8624.226"], [1702469684, "8663.73"], [1702469717, "8703.234"], [1702469753, "8742.738"], [1702469786, "8782.242"], [1702469816, "8821.746"], [1702469834, "8861.25"], [1702469864, "8900.754"], [1702469906, "8960.01"], [1702469936, "8999.514"], [1702469972, "9039.018"], [1702470005, "9078.522"], [1702470029, "9118.026"], [1702470065, "9157.53"], [1702470101, "9197.034"], [1702470131, "9236.538"], [1702470167, "9276.042"], [1702470203, "9315.546"], [1702470251, "9374.802"], [1702470278, "9414.306"], [1702470311, "9453.81"], [1702470347, "9493.314"], [1702470371, "9532.818"], [1702470404, "9572.322"], [1702470440, "9611.826"], [1702470476, "9651.33"], [1702470506, "9690.834"], [1702470542, "9730.338"], [1702470575, "9769.842"], [1702470611, "9809.346"], [1702470635, "9848.85"], [1702470662, "9888.354"], [1702470686, "9927.858"], [1702470719, "9967.362"], [1702470746, "10006.866"], [1702470812, "10085.874"], [1702470845, "10125.378"], [1702470875, "10164.882"], [1702470899, "10204.386"], [1702470953, "10263.642"], [1702470983, "10303.146"], [1702471025, "10342.65"], [1702471067, "10401.906"], [1702471169, "10500.666"], [1702471193, "10540.17"], [1702471226, "10579.674"], [1702471265, "10619.178"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "21.948"], [1702462721, "43.419"], [1702462736, "64.89"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "1.83"], [1702462988, "1.923"], [1702463045, "2.502"], [1702463081, "2.583"], [1702463114, "2.595"], [1702463150, "2.712"], [1702463186, "2.769"], [1702463216, "2.886"], [1702463240, "2.967"], [1702463273, "3.009"], [1702463324, "3.18"], [1702463354, "3.222"], [1702463381, "3.297"], [1702463417, "3.477"], [1702463453, "3.837"], [1702463477, "3.939"], [1702463510, "3.975"], [1702463537, "4.071"], [1702463570, "4.131"], [1702463591, "4.203"], [1702463621, "4.293"], [1702463657, "4.383"], [1702463693, "4.422"], [1702463729, "4.734"], [1702463765, "4.974"], [1702463798, "5.025"], [1702463846, "5.073"], [1702463873, "5.118"], [1702463906, "5.226"], [1702463948, "5.61"], [1702463984, "5.766"], [1702464014, "5.946"], [1702464050, "6.141"], [1702464086, "6.438"], [1702464122, "6.864"], [1702464155, "7.002"], [1702464194, "7.107"], [1702464230, "7.131"], [1702464263, "7.179"], [1702464299, "7.452"], [1702464332, "8.133"], [1702464356, "8.496"], [1702464392, "8.643"], [1702464425, "8.949"], [1702464455, "9.15"], [1702464479, "9.507"], [1702464509, "10.128"], [1702464533, "10.278"], [1702464569, "10.509"], [1702464605, "10.686"], [1702464635, "10.86"], [1702464671, "11.112"], [1702464716, "11.742"], [1702464743, "11.955"], [1702464776, "12.447"], [1702464812, "12.66"], [1702464836, "12.741"], [1702464869, "12.921"], [1702464905, "13.065"], [1702464926, "13.095"], [1702464956, "13.251"], [1702464992, "13.434"], [1702465016, "13.509"], [1702465049, "13.983"], [1702465085, "14.163"], [1702465118, "14.247"], [1702465145, "14.568"], [1702465178, "14.613"], [1702465208, "14.637"], [1702465241, "14.778"], [1702465298, "14.886"], [1702465334, "14.988"], [1702465367, "15.075"], [1702465394, "15.135"], [1702465418, "15.216"], [1702465445, "15.498"], [1702465481, "15.603"], [1702465517, "15.75"], [1702465550, "15.846"], [1702465586, "16.194"], [1702465619, "16.233"], [1702465658, "16.269"], [1702465706, "16.338"], [1702465754, "16.371"], [1702465787, "16.491"], [1702465823, "16.611"], [1702465856, "16.797"], [1702465880, "16.812"], [1702465910, "16.92"], [1702465952, "16.992"], [1702465988, "17.058"], [1702466015, "17.115"], [1702466030, "17.127"], [1702466060, "17.145"], [1702466078, "17.175"], [1702466138, "17.388"], [1702466168, "17.55"], [1702466204, "17.637"], [1702466237, "17.994"], [1702466261, "18.048"], [1702466291, "18.288"], [1702466327, "19.008"], [1702466360, "19.065"], [1702466384, "19.089"], [1702466417, "19.113"], [1702466441, "19.131"], [1702466471, "19.221"], [1702466507, "19.641"], [1702466540, "19.725"], [1702466597, "20.07"], [1702466633, "20.652"], [1702466666, "20.946"], [1702466705, "21.063"], [1702466732, "21.153"], [1702466765, "21.222"], [1702466801, "21.258"], [1702466852, "21.546"], [1702466876, "21.582"], [1702466918, "21.642"], [1702466978, "22.254"], [1702467014, "22.605"], [1702467038, "22.671"], [1702467068, "22.77"], [1702467122, "22.887"], [1702467158, "22.905"], [1702467191, "23.073"], [1702467221, "23.256"], [1702467257, "23.298"], [1702467299, "23.406"], [1702467350, "23.715"], [1702467386, "23.91"], [1702467419, "24.081"], [1702467455, "24.267"], [1702467515, "24.417"], [1702467542, "24.492"], [1702467566, "24.519"], [1702467599, "24.612"], [1702467635, "24.687"], [1702467668, "25.176"], [1702467695, "25.437"], [1702467716, "25.476"], [1702467746, "25.644"], [1702467800, "26.109"], [1702467824, "26.169"], [1702467908, "26.736"], [1702467944, "27.036"], [1702467968, "27.057"], [1702468001, "27.09"], [1702468031, "27.18"], [1702468067, "27.234"], [1702468085, "27.276"], [1702468115, "27.393"], [1702468151, "27.684"], [1702468181, "27.762"], [1702468208, "27.846"], [1702468241, "29.055"], [1702468256, "29.091"], [1702468286, "29.223"], [1702468322, "29.256"], [1702468352, "29.472"], [1702468388, "29.691"], [1702468424, "30.093"], [1702468457, "30.36"], [1702468493, "30.561"], [1702468517, "30.936"], [1702468550, "30.945"], [1702468586, "31.254"], [1702468613, "31.569"], [1702468637, "32.244"], [1702468679, "32.337"], [1702468721, "32.937"], [1702468730, "32.958"], [1702468766, "33.156"], [1702468799, "33.594"], [1702468835, "33.711"], [1702468898, "34.608"], [1702468934, "35.025"], [1702468970, "35.316"], [1702468994, "35.448"], [1702469024, "35.487"], [1702469060, "35.832"], [1702469111, "35.994"], [1702469144, "36.342"], [1702469168, "36.396"], [1702469204, "36.636"], [1702469237, "36.717"], [1702469273, "36.768"], [1702469303, "37.104"], [1702469336, "37.347"], [1702469360, "37.491"], [1702469387, "37.551"], [1702469411, "38.247"], [1702469435, "38.601"], [1702469468, "38.7"], [1702469504, "38.805"], [1702469537, "38.844"], [1702469573, "38.865"], [1702469606, "38.922"], [1702469633, "38.949"], [1702469660, "39.093"], [1702469684, "39.186"], [1702469717, "39.369"], [1702469753, "39.441"], [1702469786, "39.564"], [1702469816, "39.768"], [1702469834, "39.801"], [1702469864, "39.873"], [1702469906, "40.014"], [1702469936, "40.035"], [1702469972, "40.056"], [1702470005, "40.101"], [1702470029, "40.128"], [1702470065, "40.155"], [1702470101, "40.182"], [1702470131, "40.356"], [1702470167, "40.458"], [1702470203, "40.881"], [1702470251, "41.115"], [1702470278, "41.187"], [1702470311, "41.295"], [1702470347, "41.388"], [1702470371, "41.403"], [1702470404, "41.433"], [1702470440, "41.463"], [1702470476, "41.616"], [1702470506, "41.736"], [1702470542, "41.835"], [1702470575, "41.946"], [1702470611, "42.045"], [1702470635, "42.153"], [1702470662, "42.231"], [1702470686, "42.336"], [1702470719, "42.408"], [1702470746, "42.516"], [1702470812, "42.642"], [1702470845, "42.837"], [1702470875, "43.008"], [1702470899, "43.041"], [1702470953, "43.197"], [1702470983, "43.254"], [1702471025, "43.413"], [1702471067, "43.698"], [1702471169, "43.905"], [1702471193, "43.92"], [1702471226, "43.998"], [1702471265, "44.04"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "177.768"], [1702462988, "197.52"], [1702463045, "256.776"], [1702463081, "296.28"], [1702463114, "335.784"], [1702463150, "375.288"], [1702463186, "414.792"], [1702463216, "454.296"], [1702463240, "493.8"], [1702463273, "533.304"], [1702463324, "592.56"], [1702463354, "632.064"], [1702463381, "671.568"], [1702463417, "711.072"], [1702463453, "750.576"], [1702463477, "790.08"], [1702463510, "829.584"], [1702463537, "869.088"], [1702463570, "908.592"], [1702463591, "948.096"], [1702463621, "987.6"], [1702463657, "1027.104"], [1702463693, "1066.608"], [1702463729, "1106.112"], [1702463765, "1145.616"], [1702463798, "1185.12"], [1702463846, "1244.376"], [1702463873, "1283.88"], [1702463906, "1323.384"], [1702463948, "1382.64"], [1702463984, "1422.144"], [1702464014, "1461.648"], [1702464050, "1501.152"], [1702464086, "1540.656"], [1702464122, "1580.16"], [1702464155, "1619.664"], [1702464194, "1678.92"], [1702464230, "1718.424"], [1702464263, "1757.928"], [1702464299, "1797.432"], [1702464332, "1836.936"], [1702464356, "1876.44"], [1702464392, "1915.944"], [1702464425, "1955.448"], [1702464455, "1994.952"], [1702464479, "2034.456"], [1702464509, "2073.96"], [1702464533, "2113.464"], [1702464569, "2152.968"], [1702464605, "2192.472"], [1702464635, "2231.976"], [1702464671, "2271.48"], [1702464716, "2310.984"], [1702464743, "2350.488"], [1702464776, "2389.992"], [1702464812, "2429.496"], [1702464836, "2469"], [1702464869, "2508.504"], [1702464905, "2548.008"], [1702464926, "2587.512"], [1702464956, "2627.016"], [1702464992, "2666.52"], [1702465016, "2706.024"], [1702465049, "2745.528"], [1702465085, "2785.032"], [1702465118, "2824.536"], [1702465145, "2864.04"], [1702465178, "2903.544"], [1702465208, "2943.048"], [1702465241, "2982.552"], [1702465298, "3041.808"], [1702465334, "3081.312"], [1702465367, "3120.816"], [1702465394, "3160.32"], [1702465418, "3199.824"], [1702465445, "3239.328"], [1702465481, "3278.832"], [1702465517, "3318.336"], [1702465550, "3357.84"], [1702465586, "3397.344"], [1702465619, "3436.848"], [1702465658, "3476.352"], [1702465706, "3515.856"], [1702465754, "3575.112"], [1702465787, "3614.616"], [1702465823, "3654.12"], [1702465856, "3693.624"], [1702465880, "3733.128"], [1702465910, "3772.632"], [1702465952, "3812.136"], [1702465988, "3851.64"], [1702466015, "3891.144"], [1702466030, "3930.648"], [1702466060, "3970.152"], [1702466078, "4009.656"], [1702466138, "4068.912"], [1702466168, "4108.416"], [1702466204, "4147.92"], [1702466237, "4187.424"], [1702466261, "4226.928"], [1702466291, "4266.432"], [1702466327, "4305.936"], [1702466360, "4345.44"], [1702466384, "4384.944"], [1702466417, "4424.448"], [1702466441, "4463.952"], [1702466471, "4503.456"], [1702466507, "4542.96"], [1702466540, "4582.464"], [1702466597, "4641.72"], [1702466633, "4681.224"], [1702466666, "4720.728"], [1702466705, "4760.232"], [1702466732, "4799.736"], [1702466765, "4839.24"], [1702466801, "4878.744"], [1702466852, "4938"], [1702466876, "4977.504"], [1702466918, "5017.008"], [1702466978, "5096.016"], [1702467014, "5135.52"], [1702467038, "5175.024"], [1702467068, "5214.528"], [1702467122, "5273.784"], [1702467158, "5313.288"], [1702467191, "5352.792"], [1702467221, "5392.296"], [1702467257, "5431.8"], [1702467299, "5471.304"], [1702467350, "5530.56"], [1702467386, "5570.064"], [1702467419, "5609.568"], [1702467455, "5649.072"], [1702467515, "5728.08"], [1702467542, "5767.584"], [1702467566, "5807.088"], [1702467599, "5846.592"], [1702467635, "5886.096"], [1702467668, "5925.6"], [1702467695, "5965.104"], [1702467716, "6004.608"], [1702467746, "6044.112"], [1702467800, "6103.368"], [1702467824, "6142.872"], [1702467908, "6241.632"], [1702467944, "6281.136"], [1702467968, "6320.64"], [1702468001, "6360.144"], [1702468031, "6399.648"], [1702468067, "6439.152"], [1702468085, "6478.656"], [1702468115, "6518.16"], [1702468151, "6557.664"], [1702468181, "6597.168"], [1702468208, "6636.672"], [1702468241, "6676.176"], [1702468256, "6715.68"], [1702468286, "6755.184"], [1702468322, "6794.688"], [1702468352, "6834.192"], [1702468388, "6873.696"], [1702468424, "6913.2"], [1702468457, "6952.704"], [1702468493, "6992.208"], [1702468517, "7031.712"], [1702468550, "7071.216"], [1702468586, "7110.72"], [1702468613, "7150.224"], [1702468637, "7189.728"], [1702468679, "7229.232"], [1702468721, "7268.736"], [1702468730, "7288.488"], [1702468766, "7327.992"], [1702468799, "7367.496"], [1702468835, "7407"], [1702468898, "7466.256"], [1702468934, "7505.76"], [1702468970, "7545.264"], [1702468994, "7584.768"], [1702469024, "7624.272"], [1702469060, "7663.776"], [1702469111, "7723.032"], [1702469144, "7762.536"], [1702469168, "7802.04"], [1702469204, "7841.544"], [1702469237, "7881.048"], [1702469273, "7920.552"], [1702469303, "7960.056"], [1702469336, "7999.56"], [1702469360, "8039.064"], [1702469387, "8078.568"], [1702469411, "8118.072"], [1702469435, "8157.576"], [1702469468, "8197.08"], [1702469504, "8236.584"], [1702469537, "8276.088"], [1702469573, "8315.592"], [1702469606, "8355.096"], [1702469633, "8394.6"], [1702469660, "8434.104"], [1702469684, "8473.608"], [1702469717, "8513.112"], [1702469753, "8552.616"], [1702469786, "8592.12"], [1702469816, "8631.624"], [1702469834, "8671.128"], [1702469864, "8710.632"], [1702469906, "8769.888"], [1702469936, "8809.392"], [1702469972, "8848.896"], [1702470005, "8888.4"], [1702470029, "8927.904"], [1702470065, "8967.408"], [1702470101, "9006.912"], [1702470131, "9046.416"], [1702470167, "9085.92"], [1702470203, "9125.424"], [1702470251, "9184.68"], [1702470278, "9224.184"], [1702470311, "9263.688"], [1702470347, "9303.192"], [1702470371, "9342.696"], [1702470404, "9382.2"], [1702470440, "9421.704"], [1702470476, "9461.208"], [1702470506, "9500.712"], [1702470542, "9540.216"], [1702470575, "9579.72"], [1702470611, "9619.224"], [1702470635, "9658.728"], [1702470662, "9698.232"], [1702470686, "9737.736"], [1702470719, "9777.24"], [1702470746, "9816.744"], [1702470812, "9895.752"], [1702470845, "9935.256"], [1702470875, "9974.76"], [1702470899, "10014.264"], [1702470953, "10073.52"], [1702470983, "10113.024"], [1702471025, "10152.528"], [1702471067, "10211.784"], [1702471169, "10310.544"], [1702471193, "10350.048"], [1702471226, "10389.552"], [1702471265, "10429.056"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0.393"], [1702462865, "0.936"], [1702462880, "1.26"], [1702462904, "1.425"], [1702462919, "1.437"], [1702462952, "1.701"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "19.752"], [1702462865, "39.504"], [1702462880, "59.256"], [1702462904, "98.76"], [1702462919, "118.512"], [1702462952, "158.016"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "806.799"], [1702462721, "837.624"], [1702462736, "846.588"], [1702462751, "855.69"], [1702462763, "855.756"], [1702462793, "922.323"], [1702462808, "994.335"], [1702462829, "1019.784"], [1702462844, "1175.82"], [1702462865, "1204.749"], [1702462880, "1268.889"], [1702462904, "1311.246"], [1702462919, "1315.566"], [1702462952, "1352.916"], [1702462973, "1381.725"], [1702462988, "1400.646"], [1702463045, "1446.858"], [1702463081, "1477.146"], [1702463114, "1513.899"], [1702463150, "1524.069"], [1702463186, "1547.229"], [1702463216, "1618.815"], [1702463240, "1645.236"], [1702463273, "1677.921"], [1702463324, "1808.472"], [1702463354, "1814.088"], [1702463381, "1850.583"], [1702463417, "1863.981"], [1702463453, "1918.056"], [1702463477, "1946.244"], [1702463510, "1975.083"], [1702463537, "1991.841"], [1702463570, "2009.004"], [1702463591, "2035.956"], [1702463621, "2067.357"], [1702463657, "2127.783"], [1702463693, "2155.554"], [1702463729, "2243.55"], [1702463765, "2276.244"], [1702463798, "2287.962"], [1702463846, "2304.441"], [1702463873, "2321.883"], [1702463906, "2348.352"], [1702463948, "2379.441"], [1702463984, "2443.122"], [1702464014, "2467.938"], [1702464050, "2522.694"], [1702464086, "2573.547"], [1702464122, "2627.304"], [1702464155, "2666.217"], [1702464194, "2685.966"], [1702464230, "2702.949"], [1702464263, "2723.442"], [1702464299, "2765.787"], [1702464332, "2828.451"], [1702464356, "2980.014"], [1702464392, "3037.698"], [1702464425, "3080.859"], [1702464455, "3282.096"], [1702464479, "3342.765"], [1702464509, "3363.843"], [1702464533, "3416.412"], [1702464569, "3455.478"], [1702464605, "3489.237"], [1702464635, "3617.463"], [1702464671, "3686.874"], [1702464716, "4122.654"], [1702464743, "4160.901"], [1702464776, "4310.625"], [1702464812, "4345.38"], [1702464836, "4384.761"], [1702464869, "4462.365"], [1702464905, "4527.516"], [1702464926, "4535.751"], [1702464956, "4675.491"], [1702464992, "4701.3"], [1702465016, "4719.537"], [1702465049, "4806.822"], [1702465085, "4898.349"], [1702465118, "4930.62"], [1702465145, "4983.195"], [1702465178, "4995.513"], [1702465208, "5022.918"], [1702465241, "5122.725"], [1702465298, "5141.223"], [1702465334, "5154.297"], [1702465367, "5171.916"], [1702465394, "5176.581"], [1702465418, "5195.007"], [1702465445, "5251.347"], [1702465481, "5286.525"], [1702465517, "5321.205"], [1702465550, "5335.164"], [1702465586, "5517.207"], [1702465619, "5529.681"], [1702465658, "5589.507"], [1702465706, "5595.549"], [1702465754, "5620.989"], [1702465787, "5643.327"], [1702465823, "5687.352"], [1702465856, "5739.741"], [1702465880, "5758.872"], [1702465910, "5779.113"], [1702465952, "5797.476"], [1702465988, "5812.686"], [1702466015, "5821.176"], [1702466030, "5825.385"], [1702466060, "5827.782"], [1702466078, "5838.948"], [1702466138, "5885.4"], [1702466168, "5913.966"], [1702466204, "5980.185"], [1702466237, "6072.297"], [1702466261, "6089.799"], [1702466291, "6119.844"], [1702466327, "6149.877"], [1702466360, "6170.847"], [1702466384, "6182.988"], [1702466417, "6210.312"], [1702466441, "6218.061"], [1702466471, "6229.47"], [1702466507, "6284.1"], [1702466540, "6355.026"], [1702466597, "6485.37"], [1702466633, "6537.015"], [1702466666, "6585.672"], [1702466705, "6632.379"], [1702466732, "6644.388"], [1702466765, "6655.698"], [1702466801, "6668.184"], [1702466852, "6784.95"], [1702466876, "6801.213"], [1702466918, "6865.818"], [1702466978, "7019.919"], [1702467014, "7102.452"], [1702467038, "7156.767"], [1702467068, "7198.749"], [1702467122, "7245.675"], [1702467158, "7259.439"], [1702467191, "7350.525"], [1702467221, "7362.969"], [1702467257, "7399.041"], [1702467299, "7430.535"], [1702467350, "7525.047"], [1702467386, "7592.319"], [1702467419, "7613.364"], [1702467455, "7642.098"], [1702467515, "7671.849"], [1702467542, "7688.433"], [1702467566, "7698.513"], [1702467599, "7709.337"], [1702467635, "7720.938"], [1702467668, "7812.453"], [1702467695, "7851.945"], [1702467716, "7888.74"], [1702467746, "7929.39"], [1702467800, "8040.399"], [1702467824, "8088.309"], [1702467908, "8146.62"], [1702467944, "8167.218"], [1702467968, "8182.647"], [1702468001, "8196.165"], [1702468031, "8243.451"], [1702468067, "8451.258"], [1702468085, "8476.173"], [1702468115, "8509.071"], [1702468151, "8562.597"], [1702468181, "8587.437"], [1702468208, "8610.507"], [1702468241, "8637.612"], [1702468256, "8647.44"], [1702468286, "8663.631"], [1702468322, "8679.21"], [1702468352, "8798.106"], [1702468388, "8844.417"], [1702468424, "8933.349"], [1702468457, "9009.507"], [1702468493, "9126.579"], [1702468517, "9207.258"], [1702468550, "9224.4"], [1702468586, "9256.728"], [1702468613, "9329.166"], [1702468637, "9388.848"], [1702468679, "9407.433"], [1702468721, "9466.191"], [1702468730, "9513.813"], [1702468766, "9566.736"], [1702468799, "9663.261"], [1702468835, "9692.61"], [1702468898, "10001.319"], [1702468934, "10072.131"], [1702468970, "10185.246"], [1702468994, "10222.497"], [1702469024, "10227.888"], [1702469060, "10257.471"], [1702469111, "10310.139"], [1702469144, "10404.978"], [1702469168, "10416.837"], [1702469204, "10464.558"], [1702469237, "10492.575"], [1702469273, "10552.926"], [1702469303, "10633.635"], [1702469336, "10676.358"], [1702469360, "10703.592"], [1702469387, "10712.262"], [1702469411, "10738.632"], [1702469435, "10765.257"], [1702469468, "10788.42"], [1702469504, "10804.284"], [1702469537, "10815.249"], [1702469573, "10826.493"], [1702469606, "10846.419"], [1702469633, "10856.49"], [1702469660, "10879.416"], [1702469684, "10896.387"], [1702469717, "10925.424"], [1702469753, "10943.115"], [1702469786, "10963.392"], [1702469816, "10987.677"], [1702469834, "10996.917"], [1702469864, "11007.405"], [1702469906, "11025.273"], [1702469936, "11039.721"], [1702469972, "11045.577"], [1702470005, "11054.049"], [1702470029, "11059.173"], [1702470065, "11071.053"], [1702470101, "11094.219"], [1702470131, "11111.43"], [1702470167, "11137.362"], [1702470203, "11191.899"], [1702470251, "11243.43"], [1702470278, "11261.832"], [1702470311, "11277.63"], [1702470347, "11294.967"], [1702470371, "11301.876"], [1702470404, "11317.767"], [1702470440, "11327.883"], [1702470476, "11354.28"], [1702470506, "11373.228"], [1702470542, "11390.262"], [1702470575, "11412.63"], [1702470611, "11431.65"], [1702470635, "11445.561"], [1702470662, "11464.62"], [1702470686, "11475.198"], [1702470719, "11486.217"], [1702470746, "11500.308"], [1702470812, "11534.685"], [1702470845, "11565.774"], [1702470875, "11583.639"], [1702470899, "11591.193"], [1702470953, "11605.02"], [1702470983, "11615.124"], [1702471025, "11649.51"], [1702471067, "11668.506"], [1702471169, "11715.438"], [1702471193, "11722.599"], [1702471226, "11745.369"], [1702471265, "11768.694"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0.084"], [1702462808, "0.084"], [1702462829, "0.084"], [1702462844, "0.084"], [1702462865, "0.084"], [1702462880, "0.084"], [1702462904, "0.084"], [1702462919, "0.084"], [1702462952, "0.084"], [1702462973, "0.084"], [1702462988, "0.084"], [1702463045, "0.084"], [1702463081, "0.084"], [1702463114, "0.084"], [1702463150, "0.084"], [1702463186, "0.084"], [1702463216, "0.084"], [1702463240, "0.084"], [1702463273, "0.084"], [1702463324, "0.084"], [1702463354, "0.084"], [1702463381, "0.084"], [1702463417, "0.084"], [1702463453, "0.084"], [1702463477, "0.084"], [1702463510, "0.084"], [1702463537, "0.084"], [1702463570, "0.084"], [1702463591, "0.084"], [1702463621, "0.084"], [1702463657, "0.084"], [1702463693, "0.084"], [1702463729, "0.084"], [1702463765, "0.084"], [1702463798, "0.084"], [1702463846, "0.084"], [1702463873, "0.084"], [1702463906, "0.084"], [1702463948, "0.084"], [1702463984, "0.084"], [1702464014, "0.084"], [1702464050, "0.084"], [1702464086, "0.084"], [1702464122, "0.084"], [1702464155, "0.084"], [1702464194, "0.084"], [1702464230, "0.084"], [1702464263, "0.084"], [1702464299, "0.084"], [1702464332, "0.084"], [1702464356, "0.084"], [1702464392, "0.084"], [1702464425, "0.084"], [1702464455, "0.084"], [1702464479, "0.084"], [1702464509, "0.084"], [1702464533, "0.084"], [1702464569, "0.084"], [1702464605, "0.084"], [1702464635, "0.084"], [1702464671, "0.084"], [1702464716, "0.084"], [1702464743, "0.084"], [1702464776, "0.084"], [1702464812, "0.084"], [1702464836, "0.084"], [1702464869, "0.084"], [1702464905, "0.084"], [1702464926, "0.084"], [1702464956, "0.084"], [1702464992, "0.084"], [1702465016, "0.084"], [1702465049, "0.084"], [1702465085, "2.208"], [1702465118, "2.208"], [1702465145, "2.208"], [1702465178, "2.208"], [1702465208, "2.208"], [1702465241, "2.208"], [1702465298, "2.208"], [1702465334, "2.208"], [1702465367, "2.208"], [1702465394, "2.208"], [1702465418, "2.208"], [1702465445, "2.208"], [1702465481, "2.208"], [1702465517, "2.208"], [1702465550, "2.208"], [1702465586, "2.208"], [1702465619, "2.208"], [1702465658, "2.208"], [1702465706, "2.208"], [1702465754, "2.208"], [1702465787, "2.208"], [1702465823, "2.208"], [1702465856, "2.208"], [1702465880, "2.208"], [1702465910, "2.208"], [1702465952, "2.208"], [1702465988, "2.208"], [1702466015, "2.208"], [1702466030, "2.208"], [1702466060, "2.208"], [1702466078, "2.208"], [1702466138, "2.208"], [1702466168, "2.208"], [1702466204, "2.208"], [1702466237, "2.208"], [1702466261, "2.208"], [1702466291, "2.208"], [1702466327, "2.208"], [1702466360, "2.208"], [1702466384, "2.208"], [1702466417, "2.208"], [1702466441, "2.208"], [1702466471, "2.208"], [1702466507, "2.208"], [1702466540, "2.208"], [1702466597, "2.208"], [1702466633, "2.208"], [1702466666, "2.208"], [1702466705, "2.208"], [1702466732, "2.208"], [1702466765, "2.208"], [1702466801, "2.208"], [1702466852, "2.208"], [1702466876, "2.208"], [1702466918, "2.208"], [1702466978, "2.208"], [1702467014, "2.208"], [1702467038, "2.208"], [1702467068, "2.208"], [1702467122, "2.208"], [1702467158, "2.208"], [1702467191, "2.208"], [1702467221, "2.208"], [1702467257, "2.208"], [1702467299, "2.208"], [1702467350, "2.208"], [1702467386, "2.208"], [1702467419, "2.208"], [1702467455, "2.208"], [1702467515, "2.208"], [1702467542, "2.208"], [1702467566, "2.208"], [1702467599, "2.208"], [1702467635, "2.208"], [1702467668, "2.208"], [1702467695, "2.208"], [1702467716, "2.208"], [1702467746, "2.208"], [1702467800, "2.208"], [1702467824, "2.208"], [1702467908, "2.208"], [1702467944, "2.208"], [1702467968, "2.208"], [1702468001, "2.208"], [1702468031, "2.208"], [1702468067, "2.208"], [1702468085, "2.208"], [1702468115, "2.208"], [1702468151, "2.208"], [1702468181, "2.208"], [1702468208, "2.208"], [1702468241, "2.208"], [1702468256, "2.208"], [1702468286, "2.208"], [1702468322, "2.208"], [1702468352, "2.208"], [1702468388, "2.208"], [1702468424, "2.208"], [1702468457, "2.208"], [1702468493, "2.208"], [1702468517, "2.208"], [1702468550, "2.208"], [1702468586, "2.208"], [1702468613, "2.208"], [1702468637, "2.208"], [1702468679, "2.208"], [1702468721, "2.208"], [1702468730, "2.208"], [1702468766, "2.208"], [1702468799, "2.208"], [1702468835, "2.208"], [1702468898, "2.208"], [1702468934, "2.208"], [1702468970, "2.208"], [1702468994, "2.208"], [1702469024, "2.208"], [1702469060, "2.208"], [1702469111, "2.208"], [1702469144, "2.208"], [1702469168, "2.208"], [1702469204, "2.208"], [1702469237, "2.208"], [1702469273, "2.208"], [1702469303, "2.208"], [1702469336, "2.208"], [1702469360, "2.208"], [1702469387, "2.208"], [1702469411, "2.208"], [1702469435, "2.208"], [1702469468, "2.208"], [1702469504, "2.208"], [1702469537, "2.208"], [1702469573, "2.208"], [1702469606, "2.208"], [1702469633, "2.208"], [1702469660, "2.208"], [1702469684, "2.208"], [1702469717, "2.208"], [1702469753, "2.208"], [1702469786, "2.208"], [1702469816, "2.208"], [1702469834, "2.208"], [1702469864, "2.208"], [1702469906, "2.208"], [1702469936, "2.208"], [1702469972, "2.208"], [1702470005, "2.208"], [1702470029, "2.208"], [1702470065, "2.208"], [1702470101, "2.208"], [1702470131, "2.208"], [1702470167, "2.208"], [1702470203, "2.208"], [1702470251, "2.208"], [1702470278, "2.208"], [1702470311, "2.208"], [1702470347, "2.208"], [1702470371, "2.208"], [1702470404, "2.208"], [1702470440, "2.208"], [1702470476, "2.208"], [1702470506, "2.208"], [1702470542, "2.208"], [1702470575, "2.208"], [1702470611, "2.208"], [1702470635, "2.208"], [1702470662, "2.208"], [1702470686, "2.208"], [1702470719, "2.208"], [1702470746, "2.208"], [1702470812, "2.208"], [1702470845, "2.208"], [1702470875, "2.208"], [1702470899, "2.208"], [1702470953, "2.208"], [1702470983, "2.208"], [1702471025, "2.208"], [1702471067, "2.208"], [1702471169, "2.208"], [1702471193, "2.208"], [1702471226, "2.208"], [1702471265, "2.208"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "194.904"], [1702462808, "215.481"], [1702462829, "236.058"], [1702462844, "255.81"], [1702462865, "275.562"], [1702462880, "295.314"], [1702462904, "334.818"], [1702462919, "354.57"], [1702462952, "394.074"], [1702462973, "413.826"], [1702462988, "433.578"], [1702463045, "492.834"], [1702463081, "532.338"], [1702463114, "571.842"], [1702463150, "611.346"], [1702463186, "650.85"], [1702463216, "690.354"], [1702463240, "729.858"], [1702463273, "769.362"], [1702463324, "828.618"], [1702463354, "868.122"], [1702463381, "907.626"], [1702463417, "947.13"], [1702463453, "986.634"], [1702463477, "1026.138"], [1702463510, "1065.642"], [1702463537, "1105.146"], [1702463570, "1144.65"], [1702463591, "1184.154"], [1702463621, "1223.658"], [1702463657, "1263.162"], [1702463693, "1302.666"], [1702463729, "1342.17"], [1702463765, "1381.674"], [1702463798, "1421.178"], [1702463846, "1480.434"], [1702463873, "1519.938"], [1702463906, "1559.442"], [1702463948, "1618.698"], [1702463984, "1658.202"], [1702464014, "1697.706"], [1702464050, "1737.21"], [1702464086, "1776.714"], [1702464122, "1816.218"], [1702464155, "1855.722"], [1702464194, "1914.978"], [1702464230, "1954.482"], [1702464263, "1993.986"], [1702464299, "2033.49"], [1702464332, "2072.994"], [1702464356, "2112.498"], [1702464392, "2152.002"], [1702464425, "2191.506"], [1702464455, "2231.01"], [1702464479, "2270.514"], [1702464509, "2310.018"], [1702464533, "2349.522"], [1702464569, "2389.026"], [1702464605, "2428.53"], [1702464635, "2468.034"], [1702464671, "2507.538"], [1702464716, "2547.042"], [1702464743, "2586.546"], [1702464776, "2626.05"], [1702464812, "2665.554"], [1702464836, "2705.058"], [1702464869, "2744.562"], [1702464905, "2784.066"], [1702464926, "2823.57"], [1702464956, "2863.074"], [1702464992, "2902.578"], [1702465016, "2942.082"], [1702465049, "2981.586"], [1702465085, "3021.09"], [1702465118, "3060.594"], [1702465145, "3100.098"], [1702465178, "3139.602"], [1702465208, "3179.106"], [1702465241, "3218.61"], [1702465298, "3277.866"], [1702465334, "3317.37"], [1702465367, "3356.874"], [1702465394, "3396.378"], [1702465418, "3435.882"], [1702465445, "3475.386"], [1702465481, "3514.89"], [1702465517, "3554.394"], [1702465550, "3593.898"], [1702465586, "3633.402"], [1702465619, "3672.906"], [1702465658, "3712.41"], [1702465706, "3751.914"], [1702465754, "3811.17"], [1702465787, "3850.674"], [1702465823, "3890.178"], [1702465856, "3929.682"], [1702465880, "3969.186"], [1702465910, "4008.69"], [1702465952, "4048.194"], [1702465988, "4087.698"], [1702466015, "4127.202"], [1702466030, "4166.706"], [1702466060, "4206.21"], [1702466078, "4245.714"], [1702466138, "4304.97"], [1702466168, "4344.474"], [1702466204, "4383.978"], [1702466237, "4423.482"], [1702466261, "4462.986"], [1702466291, "4502.49"], [1702466327, "4541.994"], [1702466360, "4581.498"], [1702466384, "4621.002"], [1702466417, "4660.506"], [1702466441, "4700.01"], [1702466471, "4739.514"], [1702466507, "4779.018"], [1702466540, "4818.522"], [1702466597, "4877.778"], [1702466633, "4917.282"], [1702466666, "4956.786"], [1702466705, "4996.29"], [1702466732, "5035.794"], [1702466765, "5075.298"], [1702466801, "5114.802"], [1702466852, "5174.058"], [1702466876, "5213.562"], [1702466918, "5253.066"], [1702466978, "5332.074"], [1702467014, "5371.578"], [1702467038, "5411.082"], [1702467068, "5450.586"], [1702467122, "5509.842"], [1702467158, "5549.346"], [1702467191, "5588.85"], [1702467221, "5628.354"], [1702467257, "5667.858"], [1702467299, "5707.362"], [1702467350, "5766.618"], [1702467386, "5806.122"], [1702467419, "5845.626"], [1702467455, "5885.13"], [1702467515, "5964.138"], [1702467542, "6003.642"], [1702467566, "6043.146"], [1702467599, "6082.65"], [1702467635, "6122.154"], [1702467668, "6161.658"], [1702467695, "6201.162"], [1702467716, "6240.666"], [1702467746, "6280.17"], [1702467800, "6339.426"], [1702467824, "6378.93"], [1702467908, "6477.69"], [1702467944, "6517.194"], [1702467968, "6556.698"], [1702468001, "6596.202"], [1702468031, "6635.706"], [1702468067, "6675.21"], [1702468085, "6714.714"], [1702468115, "6754.218"], [1702468151, "6793.722"], [1702468181, "6833.226"], [1702468208, "6872.73"], [1702468241, "6912.234"], [1702468256, "6951.738"], [1702468286, "6991.242"], [1702468322, "7030.746"], [1702468352, "7070.25"], [1702468388, "7109.754"], [1702468424, "7149.258"], [1702468457, "7188.762"], [1702468493, "7228.266"], [1702468517, "7267.77"], [1702468550, "7307.274"], [1702468586, "7346.778"], [1702468613, "7386.282"], [1702468637, "7425.786"], [1702468679, "7465.29"], [1702468721, "7504.794"], [1702468730, "7524.546"], [1702468766, "7564.05"], [1702468799, "7603.554"], [1702468835, "7643.058"], [1702468898, "7702.314"], [1702468934, "7741.818"], [1702468970, "7781.322"], [1702468994, "7820.826"], [1702469024, "7860.33"], [1702469060, "7899.834"], [1702469111, "7959.09"], [1702469144, "7998.594"], [1702469168, "8038.098"], [1702469204, "8077.602"], [1702469237, "8117.106"], [1702469273, "8156.61"], [1702469303, "8196.114"], [1702469336, "8235.618"], [1702469360, "8275.122"], [1702469387, "8314.626"], [1702469411, "8354.13"], [1702469435, "8393.634"], [1702469468, "8433.138"], [1702469504, "8472.642"], [1702469537, "8512.146"], [1702469573, "8551.65"], [1702469606, "8591.154"], [1702469633, "8630.658"], [1702469660, "8670.162"], [1702469684, "8709.666"], [1702469717, "8749.17"], [1702469753, "8788.674"], [1702469786, "8828.178"], [1702469816, "8867.682"], [1702469834, "8907.186"], [1702469864, "8946.69"], [1702469906, "9005.946"], [1702469936, "9045.45"], [1702469972, "9084.954"], [1702470005, "9124.458"], [1702470029, "9163.962"], [1702470065, "9203.466"], [1702470101, "9242.97"], [1702470131, "9282.474"], [1702470167, "9321.978"], [1702470203, "9361.482"], [1702470251, "9420.738"], [1702470278, "9460.242"], [1702470311, "9499.746"], [1702470347, "9539.25"], [1702470371, "9578.754"], [1702470404, "9618.258"], [1702470440, "9657.762"], [1702470476, "9697.266"], [1702470506, "9736.77"], [1702470542, "9776.274"], [1702470575, "9815.778"], [1702470611, "9855.282"], [1702470635, "9894.786"], [1702470662, "9934.29"], [1702470686, "9973.794"], [1702470719, "10013.298"], [1702470746, "10052.802"], [1702470812, "10131.81"], [1702470845, "10171.314"], [1702470875, "10210.818"], [1702470899, "10250.322"], [1702470953, "10309.578"], [1702470983, "10349.082"], [1702471025, "10388.586"], [1702471067, "10447.842"], [1702471169, "10546.602"], [1702471193, "10586.106"], [1702471226, "10625.61"], [1702471265, "10665.114"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0.048"], [1702462763, "0.048"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "67.884"], [1702462721, "89.355"], [1702462736, "110.826"], [1702462751, "132.297"], [1702462763, "153.312"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0.006"], [1702465049, "0.006"], [1702465085, "0.006"], [1702465118, "0.006"], [1702465145, "0.006"], [1702465178, "0.006"], [1702465208, "0.006"], [1702465241, "0.006"], [1702465298, "0.006"], [1702465334, "0.006"], [1702465367, "0.006"], [1702465394, "0.006"], [1702465418, "0.006"], [1702465445, "0.006"], [1702465481, "0.006"], [1702465517, "0.006"], [1702465550, "0.006"], [1702465586, "0.006"], [1702465619, "0.006"], [1702465658, "0.006"], [1702465706, "0.006"], [1702465754, "0.006"], [1702465787, "0.006"], [1702465823, "0.006"], [1702465856, "0.006"], [1702465880, "0.006"], [1702465910, "0.006"], [1702465952, "0.006"], [1702465988, "0.006"], [1702466015, "0.006"], [1702466030, "0.006"], [1702466060, "0.006"], [1702466078, "0.006"], [1702466138, "0.006"], [1702466168, "0.006"], [1702466204, "0.006"], [1702466237, "0.006"], [1702466261, "0.006"], [1702466291, "0.006"], [1702466327, "0.006"], [1702466360, "0.006"], [1702466384, "0.006"], [1702466417, "0.006"], [1702466441, "0.006"], [1702466471, "0.006"], [1702466507, "0.006"], [1702466540, "0.006"], [1702466597, "0.006"], [1702466633, "0.006"], [1702466666, "0.006"], [1702466705, "0.006"], [1702466732, "0.006"], [1702466765, "0.006"], [1702466801, "0.006"], [1702466852, "0.006"], [1702466876, "0.006"], [1702466918, "0.006"], [1702466978, "0.006"], [1702467014, "0.006"], [1702467038, "0.006"], [1702467068, "0.006"], [1702467122, "0.006"], [1702467158, "0.006"], [1702467191, "0.006"], [1702467221, "0.006"], [1702467257, "0.006"], [1702467299, "0.006"], [1702467350, "0.006"], [1702467386, "0.006"], [1702467419, "0.006"], [1702467455, "0.006"], [1702467515, "0.012"], [1702467542, "0.012"], [1702467566, "0.012"], [1702467599, "0.012"], [1702467635, "0.012"], [1702467668, "0.012"], [1702467695, "0.012"], [1702467716, "0.012"], [1702467746, "0.012"], [1702467800, "0.012"], [1702467824, "0.012"], [1702467908, "0.012"], [1702467944, "0.012"], [1702467968, "0.012"], [1702468001, "0.012"], [1702468031, "0.012"], [1702468067, "0.012"], [1702468085, "0.012"], [1702468115, "0.012"], [1702468151, "0.012"], [1702468181, "0.012"], [1702468208, "0.012"], [1702468241, "0.012"], [1702468256, "0.012"], [1702468286, "0.012"], [1702468322, "0.012"], [1702468352, "0.012"], [1702468388, "0.012"], [1702468424, "0.012"], [1702468457, "0.012"], [1702468493, "0.012"], [1702468517, "0.012"], [1702468550, "0.012"], [1702468586, "0.012"], [1702468613, "0.012"], [1702468637, "0.012"], [1702468679, "0.012"], [1702468721, "0.012"], [1702468730, "0.012"], [1702468766, "0.012"], [1702468799, "0.012"], [1702468835, "0.012"], [1702468898, "0.012"], [1702468934, "0.012"], [1702468970, "0.012"], [1702468994, "0.012"], [1702469024, "0.012"], [1702469060, "0.012"], [1702469111, "0.012"], [1702469144, "0.012"], [1702469168, "0.012"], [1702469204, "0.012"], [1702469237, "0.012"], [1702469273, "0.012"], [1702469303, "0.012"], [1702469336, "0.012"], [1702469360, "0.012"], [1702469387, "0.012"], [1702469411, "0.012"], [1702469435, "0.012"], [1702469468, "0.012"], [1702469504, "0.012"], [1702469537, "0.012"], [1702469573, "0.012"], [1702469606, "0.012"], [1702469633, "0.012"], [1702469660, "0.012"], [1702469684, "0.012"], [1702469717, "0.012"], [1702469753, "0.012"], [1702469786, "0.012"], [1702469816, "0.012"], [1702469834, "0.012"], [1702469864, "0.012"], [1702469906, "0.012"], [1702469936, "0.012"], [1702469972, "0.012"], [1702470005, "0.012"], [1702470029, "0.012"], [1702470065, "0.012"], [1702470101, "0.012"], [1702470131, "0.012"], [1702470167, "0.012"], [1702470203, "0.012"], [1702470251, "0.012"], [1702470278, "0.012"], [1702470311, "0.012"], [1702470347, "0.012"], [1702470371, "0.012"], [1702470404, "0.012"], [1702470440, "0.012"], [1702470476, "0.012"], [1702470506, "0.012"], [1702470542, "0.012"], [1702470575, "0.012"], [1702470611, "0.012"], [1702470635, "0.012"], [1702470662, "0.012"], [1702470686, "0.012"], [1702470719, "0.012"], [1702470746, "0.012"], [1702470812, "0.012"], [1702470845, "0.012"], [1702470875, "0.012"], [1702470899, "0.012"], [1702470953, "0.012"], [1702470983, "0.012"], [1702471025, "0.012"], [1702471067, "0.012"], [1702471169, "0.015"], [1702471193, "0.015"], [1702471226, "0.015"], [1702471265, "0.015"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "6.216"], [1702462721, "6.216"], [1702462736, "6.216"], [1702462751, "6.216"], [1702462763, "6.216"], [1702462793, "6.216"], [1702462808, "7.575"], [1702462829, "7.575"], [1702462844, "12.153"], [1702462865, "12.153"], [1702462880, "12.333"], [1702462904, "12.333"], [1702462919, "12.333"], [1702462952, "12.351"], [1702462973, "12.351"], [1702462988, "12.351"], [1702463045, "12.48"], [1702463081, "12.48"], [1702463114, "12.567"], [1702463150, "12.567"], [1702463186, "12.567"], [1702463216, "12.567"], [1702463240, "12.567"], [1702463273, "12.603"], [1702463324, "12.765"], [1702463354, "12.765"], [1702463381, "12.777"], [1702463417, "12.849"], [1702463453, "12.897"], [1702463477, "12.912"], [1702463510, "12.927"], [1702463537, "12.927"], [1702463570, "12.927"], [1702463591, "12.942"], [1702463621, "12.984"], [1702463657, "12.984"], [1702463693, "12.984"], [1702463729, "13.335"], [1702463765, "13.335"], [1702463798, "13.347"], [1702463846, "13.347"], [1702463873, "13.35"], [1702463906, "13.374"], [1702463948, "13.455"], [1702463984, "13.5"], [1702464014, "13.749"], [1702464050, "13.749"], [1702464086, "13.767"], [1702464122, "13.8"], [1702464155, "13.833"], [1702464194, "13.851"], [1702464230, "13.899"], [1702464263, "14.178"], [1702464299, "14.178"], [1702464332, "14.313"], [1702464356, "14.313"], [1702464392, "14.373"], [1702464425, "14.394"], [1702464455, "14.517"], [1702464479, "14.571"], [1702464509, "15.93"], [1702464533, "15.999"], [1702464569, "16.011"], [1702464605, "16.011"], [1702464635, "16.161"], [1702464671, "16.203"], [1702464716, "16.203"], [1702464743, "16.203"], [1702464776, "16.251"], [1702464812, "16.311"], [1702464836, "16.38"], [1702464869, "16.596"], [1702464905, "16.608"], [1702464926, "16.614"], [1702464956, "16.626"], [1702464992, "16.695"], [1702465016, "16.716"], [1702465049, "16.821"], [1702465085, "18.741"], [1702465118, "18.789"], [1702465145, "18.789"], [1702465178, "18.807"], [1702465208, "18.813"], [1702465241, "18.951"], [1702465298, "18.966"], [1702465334, "18.969"], [1702465367, "18.984"], [1702465394, "18.996"], [1702465418, "19.005"], [1702465445, "19.035"], [1702465481, "19.152"], [1702465517, "19.152"], [1702465550, "19.227"], [1702465586, "19.341"], [1702465619, "19.356"], [1702465658, "19.359"], [1702465706, "19.398"], [1702465754, "19.41"], [1702465787, "19.428"], [1702465823, "19.428"], [1702465856, "19.428"], [1702465880, "19.428"], [1702465910, "19.428"], [1702465952, "19.653"], [1702465988, "19.653"], [1702466015, "19.662"], [1702466030, "19.677"], [1702466060, "19.677"], [1702466078, "19.68"], [1702466138, "19.713"], [1702466168, "19.722"], [1702466204, "19.749"], [1702466237, "19.785"], [1702466261, "19.818"], [1702466291, "19.818"], [1702466327, "19.818"], [1702466360, "19.833"], [1702466384, "19.833"], [1702466417, "19.839"], [1702466441, "19.845"], [1702466471, "19.845"], [1702466507, "19.857"], [1702466540, "19.998"], [1702466597, "20.067"], [1702466633, "20.142"], [1702466666, "20.142"], [1702466705, "20.142"], [1702466732, "20.142"], [1702466765, "20.145"], [1702466801, "20.202"], [1702466852, "20.202"], [1702466876, "20.208"], [1702466918, "20.208"], [1702466978, "20.223"], [1702467014, "20.652"], [1702467038, "20.652"], [1702467068, "20.652"], [1702467122, "20.799"], [1702467158, "20.799"], [1702467191, "20.805"], [1702467221, "20.808"], [1702467257, "21.009"], [1702467299, "21.042"], [1702467350, "21.141"], [1702467386, "21.411"], [1702467419, "21.447"], [1702467455, "21.477"], [1702467515, "21.483"], [1702467542, "21.483"], [1702467566, "21.489"], [1702467599, "21.507"], [1702467635, "21.507"], [1702467668, "21.567"], [1702467695, "21.582"], [1702467716, "21.582"], [1702467746, "21.72"], [1702467800, "21.72"], [1702467824, "21.72"], [1702467908, "22.02"], [1702467944, "22.038"], [1702467968, "22.05"], [1702468001, "22.05"], [1702468031, "22.05"], [1702468067, "22.14"], [1702468085, "22.158"], [1702468115, "22.158"], [1702468151, "22.173"], [1702468181, "22.173"], [1702468208, "22.173"], [1702468241, "22.185"], [1702468256, "22.2"], [1702468286, "22.236"], [1702468322, "22.236"], [1702468352, "22.353"], [1702468388, "22.359"], [1702468424, "22.437"], [1702468457, "22.551"], [1702468493, "23.211"], [1702468517, "23.211"], [1702468550, "23.247"], [1702468586, "23.262"], [1702468613, "23.382"], [1702468637, "23.73"], [1702468679, "23.73"], [1702468721, "23.73"], [1702468730, "23.73"], [1702468766, "23.73"], [1702468799, "23.73"], [1702468835, "23.73"], [1702468898, "23.772"], [1702468934, "23.865"], [1702468970, "23.991"], [1702468994, "24.012"], [1702469024, "24.012"], [1702469060, "24.024"], [1702469111, "24.141"], [1702469144, "24.204"], [1702469168, "24.204"], [1702469204, "24.204"], [1702469237, "24.225"], [1702469273, "24.225"], [1702469303, "24.261"], [1702469336, "24.279"], [1702469360, "24.279"], [1702469387, "24.279"], [1702469411, "24.363"], [1702469435, "24.369"], [1702469468, "24.405"], [1702469504, "24.408"], [1702469537, "24.423"], [1702469573, "24.423"], [1702469606, "24.423"], [1702469633, "24.423"], [1702469660, "24.423"], [1702469684, "24.522"], [1702469717, "24.552"], [1702469753, "24.564"], [1702469786, "24.585"], [1702469816, "24.594"], [1702469834, "24.594"], [1702469864, "24.603"], [1702469906, "24.621"], [1702469936, "24.63"], [1702469972, "24.69"], [1702470005, "24.693"], [1702470029, "24.693"], [1702470065, "24.693"], [1702470101, "24.732"], [1702470131, "24.747"], [1702470167, "24.777"], [1702470203, "24.891"], [1702470251, "24.951"], [1702470278, "24.951"], [1702470311, "24.951"], [1702470347, "24.951"], [1702470371, "24.954"], [1702470404, "24.954"], [1702470440, "24.963"], [1702470476, "24.987"], [1702470506, "25.002"], [1702470542, "25.071"], [1702470575, "25.11"], [1702470611, "25.179"], [1702470635, "25.197"], [1702470662, "25.209"], [1702470686, "26.133"], [1702470719, "26.133"], [1702470746, "26.133"], [1702470812, "26.16"], [1702470845, "26.16"], [1702470875, "26.16"], [1702470899, "26.166"], [1702470953, "26.172"], [1702470983, "26.178"], [1702471025, "26.178"], [1702471067, "26.193"], [1702471169, "26.22"], [1702471193, "26.22"], [1702471226, "26.22"], [1702471265, "26.223"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "33.021"], [1702462721, "37.194"], [1702462736, "38.475"], [1702462751, "39.024"], [1702462763, "39.036"], [1702462793, "40.965"], [1702462808, "44.301"], [1702462829, "45.363"], [1702462844, "52.002"], [1702462865, "55.821"], [1702462880, "57.672"], [1702462904, "59.241"], [1702462919, "59.67"], [1702462952, "61.389"], [1702462973, "62.331"], [1702462988, "63.462"], [1702463045, "69.906"], [1702463081, "71.16"], [1702463114, "72.699"], [1702463150, "73.809"], [1702463186, "74.685"], [1702463216, "76.854"], [1702463240, "78.177"], [1702463273, "79.095"], [1702463324, "81.081"], [1702463354, "81.318"], [1702463381, "82.833"], [1702463417, "83.511"], [1702463453, "86.067"], [1702463477, "86.997"], [1702463510, "88.791"], [1702463537, "89.151"], [1702463570, "96.978"], [1702463591, "98.385"], [1702463621, "98.934"], [1702463657, "100.725"], [1702463693, "102.09"], [1702463729, "106.824"], [1702463765, "109.287"], [1702463798, "109.677"], [1702463846, "110.046"], [1702463873, "110.901"], [1702463906, "111.873"], [1702463948, "113.745"], [1702463984, "116.145"], [1702464014, "117.534"], [1702464050, "120.396"], [1702464086, "121.977"], [1702464122, "124.326"], [1702464155, "126.651"], [1702464194, "127.557"], [1702464230, "128.523"], [1702464263, "129.066"], [1702464299, "129.963"], [1702464332, "132.927"], [1702464356, "134.754"], [1702464392, "137.982"], [1702464425, "139.215"], [1702464455, "141.465"], [1702464479, "144.864"], [1702464509, "146.388"], [1702464533, "147.132"], [1702464569, "148.212"], [1702464605, "149.214"], [1702464635, "151.887"], [1702464671, "158.871"], [1702464716, "162.456"], [1702464743, "166.542"], [1702464776, "170.955"], [1702464812, "172.389"], [1702464836, "174.273"], [1702464869, "178.074"], [1702464905, "182.1"], [1702464926, "182.484"], [1702464956, "184.935"], [1702464992, "203.241"], [1702465016, "204.345"], [1702465049, "206.943"], [1702465085, "212.088"], [1702465118, "215.109"], [1702465145, "217.443"], [1702465178, "218.085"], [1702465208, "220.023"], [1702465241, "222.678"], [1702465298, "223.881"], [1702465334, "224.517"], [1702465367, "225.465"], [1702465394, "225.573"], [1702465418, "226.146"], [1702465445, "227.937"], [1702465481, "230.181"], [1702465517, "231.21"], [1702465550, "231.957"], [1702465586, "235.326"], [1702465619, "235.686"], [1702465658, "237.408"], [1702465706, "237.777"], [1702465754, "238.662"], [1702465787, "240.003"], [1702465823, "241.47"], [1702465856, "243.651"], [1702465880, "244.512"], [1702465910, "245.262"], [1702465952, "246.03"], [1702465988, "247.239"], [1702466015, "247.686"], [1702466030, "247.929"], [1702466060, "247.968"], [1702466078, "248.469"], [1702466138, "251.286"], [1702466168, "254.529"], [1702466204, "257.94"], [1702466237, "263.385"], [1702466261, "263.811"], [1702466291, "264.702"], [1702466327, "265.974"], [1702466360, "266.472"], [1702466384, "267.003"], [1702466417, "267.93"], [1702466441, "268.272"], [1702466471, "268.95"], [1702466507, "271.761"], [1702466540, "273.999"], [1702466597, "279.576"], [1702466633, "282.786"], [1702466666, "284.94"], [1702466705, "287.388"], [1702466732, "287.97"], [1702466765, "288.198"], [1702466801, "289.086"], [1702466852, "298.167"], [1702466876, "298.833"], [1702466918, "301.806"], [1702466978, "308.568"], [1702467014, "312.759"], [1702467038, "315.114"], [1702467068, "316.419"], [1702467122, "317.721"], [1702467158, "318.024"], [1702467191, "321.9"], [1702467221, "322.755"], [1702467257, "323.679"], [1702467299, "324.846"], [1702467350, "331.092"], [1702467386, "334.683"], [1702467419, "336.06"], [1702467455, "338.367"], [1702467515, "339.423"], [1702467542, "340.074"], [1702467566, "340.56"], [1702467599, "341.115"], [1702467635, "341.655"], [1702467668, "344.919"], [1702467695, "347.295"], [1702467716, "349.014"], [1702467746, "350.433"], [1702467800, "359.166"], [1702467824, "360.153"], [1702467908, "361.947"], [1702467944, "362.517"], [1702467968, "363.15"], [1702468001, "364.011"], [1702468031, "365.625"], [1702468067, "371.307"], [1702468085, "372.741"], [1702468115, "374.046"], [1702468151, "376.26"], [1702468181, "377.85"], [1702468208, "378.624"], [1702468241, "379.839"], [1702468256, "380.109"], [1702468286, "380.997"], [1702468322, "381.465"], [1702468352, "384.813"], [1702468388, "386.787"], [1702468424, "390.708"], [1702468457, "394.5"], [1702468493, "397.359"], [1702468517, "399.291"], [1702468550, "399.822"], [1702468586, "401.847"], [1702468613, "405.069"], [1702468637, "407.091"], [1702468679, "408.342"], [1702468721, "413.541"], [1702468730, "414.096"], [1702468766, "415.191"], [1702468799, "423.693"], [1702468835, "424.911"], [1702468898, "431.658"], [1702468934, "434.685"], [1702468970, "439.116"], [1702468994, "440.91"], [1702469024, "441.009"], [1702469060, "442.044"], [1702469111, "444.588"], [1702469144, "446.553"], [1702469168, "447.102"], [1702469204, "449.859"], [1702469237, "452.112"], [1702469273, "453.783"], [1702469303, "457.869"], [1702469336, "459.483"], [1702469360, "459.768"], [1702469387, "460.035"], [1702469411, "460.818"], [1702469435, "461.724"], [1702469468, "462.555"], [1702469504, "463.278"], [1702469537, "463.704"], [1702469573, "464.199"], [1702469606, "465.117"], [1702469633, "465.54"], [1702469660, "466.278"], [1702469684, "467.043"], [1702469717, "468.132"], [1702469753, "468.528"], [1702469786, "469.08"], [1702469816, "470.343"], [1702469834, "470.772"], [1702469864, "471.312"], [1702469906, "471.822"], [1702469936, "472.194"], [1702469972, "472.335"], [1702470005, "472.836"], [1702470029, "473.04"], [1702470065, "474.015"], [1702470101, "474.84"], [1702470131, "475.761"], [1702470167, "476.982"], [1702470203, "478.962"], [1702470251, "481.689"], [1702470278, "482.388"], [1702470311, "482.871"], [1702470347, "483.774"], [1702470371, "484.107"], [1702470404, "484.779"], [1702470440, "485.472"], [1702470476, "486.003"], [1702470506, "486.639"], [1702470542, "487.62"], [1702470575, "488.676"], [1702470611, "489.321"], [1702470635, "490.938"], [1702470662, "491.733"], [1702470686, "492.213"], [1702470719, "492.774"], [1702470746, "493.365"], [1702470812, "494.664"], [1702470845, "496.662"], [1702470875, "497.442"], [1702470899, "497.679"], [1702470953, "497.994"], [1702470983, "498.504"], [1702471025, "499.422"], [1702471067, "500.661"], [1702471169, "503.139"], [1702471193, "503.424"], [1702471226, "504.03"], [1702471265, "504.771"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "4.239"], [1702462973, "4.239"], [1702462988, "4.239"], [1702463045, "4.239"], [1702463081, "4.365"], [1702463114, "4.365"], [1702463150, "4.365"], [1702463186, "4.365"], [1702463216, "4.365"], [1702463240, "5.889"], [1702463273, "5.889"], [1702463324, "5.889"], [1702463354, "5.889"], [1702463381, "5.889"], [1702463417, "5.889"], [1702463453, "5.889"], [1702463477, "5.889"], [1702463510, "5.889"], [1702463537, "5.889"], [1702463570, "5.889"], [1702463591, "5.889"], [1702463621, "5.889"], [1702463657, "5.889"], [1702463693, "5.889"], [1702463729, "5.889"], [1702463765, "5.889"], [1702463798, "5.889"], [1702463846, "5.889"], [1702463873, "5.889"], [1702463906, "5.889"], [1702463948, "5.889"], [1702463984, "5.889"], [1702464014, "5.889"], [1702464050, "5.889"], [1702464086, "5.889"], [1702464122, "5.889"], [1702464155, "5.889"], [1702464194, "5.889"], [1702464230, "5.922"], [1702464263, "5.922"], [1702464299, "5.922"], [1702464332, "5.922"], [1702464356, "5.922"], [1702464392, "5.922"], [1702464425, "5.922"], [1702464455, "5.922"], [1702464479, "5.922"], [1702464509, "5.925"], [1702464533, "5.925"], [1702464569, "5.925"], [1702464605, "5.925"], [1702464635, "5.925"], [1702464671, "5.925"], [1702464716, "5.925"], [1702464743, "5.925"], [1702464776, "5.925"], [1702464812, "5.925"], [1702464836, "5.925"], [1702464869, "5.925"], [1702464905, "5.925"], [1702464926, "5.925"], [1702464956, "5.925"], [1702464992, "5.925"], [1702465016, "5.925"], [1702465049, "5.925"], [1702465085, "5.925"], [1702465118, "5.925"], [1702465145, "5.925"], [1702465178, "5.925"], [1702465208, "5.925"], [1702465241, "5.925"], [1702465298, "5.925"], [1702465334, "5.925"], [1702465367, "5.925"], [1702465394, "5.925"], [1702465418, "5.925"], [1702465445, "5.925"], [1702465481, "5.925"], [1702465517, "5.925"], [1702465550, "5.925"], [1702465586, "5.925"], [1702465619, "5.925"], [1702465658, "5.925"], [1702465706, "5.925"], [1702465754, "5.925"], [1702465787, "5.925"], [1702465823, "5.925"], [1702465856, "5.925"], [1702465880, "5.925"], [1702465910, "5.925"], [1702465952, "5.925"], [1702465988, "5.925"], [1702466015, "5.925"], [1702466030, "5.925"], [1702466060, "5.925"], [1702466078, "5.925"], [1702466138, "5.925"], [1702466168, "5.925"], [1702466204, "5.925"], [1702466237, "5.925"], [1702466261, "5.925"], [1702466291, "5.925"], [1702466327, "5.925"], [1702466360, "5.925"], [1702466384, "5.925"], [1702466417, "5.925"], [1702466441, "5.925"], [1702466471, "5.925"], [1702466507, "5.925"], [1702466540, "5.925"], [1702466597, "5.925"], [1702466633, "5.925"], [1702466666, "5.925"], [1702466705, "5.925"], [1702466732, "5.925"], [1702466765, "5.925"], [1702466801, "5.925"], [1702466852, "5.925"], [1702466876, "5.925"], [1702466918, "5.925"], [1702466978, "5.925"], [1702467014, "5.925"], [1702467038, "5.925"], [1702467068, "5.925"], [1702467122, "5.925"], [1702467158, "5.925"], [1702467191, "5.925"], [1702467221, "5.925"], [1702467257, "5.925"], [1702467299, "5.925"], [1702467350, "5.925"], [1702467386, "5.925"], [1702467419, "5.925"], [1702467455, "5.925"], [1702467515, "5.925"], [1702467542, "5.925"], [1702467566, "5.925"], [1702467599, "5.925"], [1702467635, "5.925"], [1702467668, "5.925"], [1702467695, "5.925"], [1702467716, "5.925"], [1702467746, "5.925"], [1702467800, "5.925"], [1702467824, "5.925"], [1702467908, "5.925"], [1702467944, "5.925"], [1702467968, "5.925"], [1702468001, "5.925"], [1702468031, "5.925"], [1702468067, "5.925"], [1702468085, "5.925"], [1702468115, "5.925"], [1702468151, "5.925"], [1702468181, "5.925"], [1702468208, "5.925"], [1702468241, "5.925"], [1702468256, "5.925"], [1702468286, "5.925"], [1702468322, "5.925"], [1702468352, "5.925"], [1702468388, "5.925"], [1702468424, "5.925"], [1702468457, "5.925"], [1702468493, "5.925"], [1702468517, "5.925"], [1702468550, "5.925"], [1702468586, "5.925"], [1702468613, "5.925"], [1702468637, "5.925"], [1702468679, "5.925"], [1702468721, "5.925"], [1702468730, "5.925"], [1702468766, "5.925"], [1702468799, "5.925"], [1702468835, "5.925"], [1702468898, "5.925"], [1702468934, "5.925"], [1702468970, "5.925"], [1702468994, "5.925"], [1702469024, "5.925"], [1702469060, "5.925"], [1702469111, "5.925"], [1702469144, "5.925"], [1702469168, "5.925"], [1702469204, "5.925"], [1702469237, "5.925"], [1702469273, "5.925"], [1702469303, "5.925"], [1702469336, "5.925"], [1702469360, "5.925"], [1702469387, "5.925"], [1702469411, "5.925"], [1702469435, "5.925"], [1702469468, "5.925"], [1702469504, "5.925"], [1702469537, "5.925"], [1702469573, "5.925"], [1702469606, "5.925"], [1702469633, "5.925"], [1702469660, "5.925"], [1702469684, "5.925"], [1702469717, "5.925"], [1702469753, "5.925"], [1702469786, "5.925"], [1702469816, "5.925"], [1702469834, "5.925"], [1702469864, "5.925"], [1702469906, "5.925"], [1702469936, "5.925"], [1702469972, "5.925"], [1702470005, "5.925"], [1702470029, "5.925"], [1702470065, "5.925"], [1702470101, "5.925"], [1702470131, "5.925"], [1702470167, "5.925"], [1702470203, "5.925"], [1702470251, "5.925"], [1702470278, "5.925"], [1702470311, "5.925"], [1702470347, "5.925"], [1702470371, "5.925"], [1702470404, "5.925"], [1702470440, "5.925"], [1702470476, "5.925"], [1702470506, "5.925"], [1702470542, "5.925"], [1702470575, "5.925"], [1702470611, "5.925"], [1702470635, "5.925"], [1702470662, "5.925"], [1702470686, "5.925"], [1702470719, "5.925"], [1702470746, "5.925"], [1702470812, "5.925"], [1702470845, "5.925"], [1702470875, "5.925"], [1702470899, "5.925"], [1702470953, "5.925"], [1702470983, "5.925"], [1702471025, "5.925"], [1702471067, "5.925"], [1702471169, "5.925"], [1702471193, "5.925"], [1702471226, "5.925"], [1702471265, "5.925"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "219.747"], [1702462973, "239.499"], [1702462988, "259.251"], [1702463045, "318.507"], [1702463081, "358.011"], [1702463114, "397.515"], [1702463150, "437.019"], [1702463186, "476.523"], [1702463216, "516.027"], [1702463240, "555.531"], [1702463273, "595.035"], [1702463324, "654.291"], [1702463354, "693.795"], [1702463381, "733.299"], [1702463417, "772.803"], [1702463453, "812.307"], [1702463477, "851.811"], [1702463510, "891.315"], [1702463537, "930.819"], [1702463570, "970.323"], [1702463591, "1009.827"], [1702463621, "1049.331"], [1702463657, "1088.835"], [1702463693, "1128.339"], [1702463729, "1167.843"], [1702463765, "1207.347"], [1702463798, "1246.851"], [1702463846, "1306.107"], [1702463873, "1345.611"], [1702463906, "1385.115"], [1702463948, "1444.371"], [1702463984, "1483.875"], [1702464014, "1523.379"], [1702464050, "1562.883"], [1702464086, "1602.387"], [1702464122, "1641.891"], [1702464155, "1681.395"], [1702464194, "1740.651"], [1702464230, "1780.155"], [1702464263, "1819.659"], [1702464299, "1859.163"], [1702464332, "1898.667"], [1702464356, "1938.171"], [1702464392, "1977.675"], [1702464425, "2017.179"], [1702464455, "2056.683"], [1702464479, "2096.187"], [1702464509, "2135.691"], [1702464533, "2175.195"], [1702464569, "2214.699"], [1702464605, "2254.203"], [1702464635, "2293.707"], [1702464671, "2333.211"], [1702464716, "2372.715"], [1702464743, "2412.219"], [1702464776, "2451.723"], [1702464812, "2491.227"], [1702464836, "2530.731"], [1702464869, "2570.235"], [1702464905, "2609.739"], [1702464926, "2649.243"], [1702464956, "2688.747"], [1702464992, "2728.251"], [1702465016, "2767.755"], [1702465049, "2807.259"], [1702465085, "2846.763"], [1702465118, "2886.267"], [1702465145, "2925.771"], [1702465178, "2965.275"], [1702465208, "3004.779"], [1702465241, "3044.283"], [1702465298, "3103.539"], [1702465334, "3143.043"], [1702465367, "3182.547"], [1702465394, "3222.051"], [1702465418, "3261.555"], [1702465445, "3301.059"], [1702465481, "3340.563"], [1702465517, "3380.067"], [1702465550, "3419.571"], [1702465586, "3459.075"], [1702465619, "3498.579"], [1702465658, "3538.083"], [1702465706, "3577.587"], [1702465754, "3636.843"], [1702465787, "3676.347"], [1702465823, "3715.851"], [1702465856, "3755.355"], [1702465880, "3794.859"], [1702465910, "3834.363"], [1702465952, "3873.867"], [1702465988, "3913.371"], [1702466015, "3952.875"], [1702466030, "3992.379"], [1702466060, "4031.883"], [1702466078, "4071.387"], [1702466138, "4130.643"], [1702466168, "4170.147"], [1702466204, "4209.651"], [1702466237, "4249.155"], [1702466261, "4288.659"], [1702466291, "4328.163"], [1702466327, "4367.667"], [1702466360, "4407.171"], [1702466384, "4446.675"], [1702466417, "4486.179"], [1702466441, "4525.683"], [1702466471, "4565.187"], [1702466507, "4604.691"], [1702466540, "4644.195"], [1702466597, "4703.451"], [1702466633, "4742.955"], [1702466666, "4782.459"], [1702466705, "4821.963"], [1702466732, "4861.467"], [1702466765, "4900.971"], [1702466801, "4940.475"], [1702466852, "4999.731"], [1702466876, "5039.235"], [1702466918, "5078.739"], [1702466978, "5157.747"], [1702467014, "5197.251"], [1702467038, "5236.755"], [1702467068, "5276.259"], [1702467122, "5335.515"], [1702467158, "5375.019"], [1702467191, "5414.523"], [1702467221, "5454.027"], [1702467257, "5493.531"], [1702467299, "5533.035"], [1702467350, "5592.291"], [1702467386, "5631.795"], [1702467419, "5671.299"], [1702467455, "5710.803"], [1702467515, "5789.811"], [1702467542, "5829.315"], [1702467566, "5868.819"], [1702467599, "5908.323"], [1702467635, "5947.827"], [1702467668, "5987.331"], [1702467695, "6026.835"], [1702467716, "6066.339"], [1702467746, "6105.843"], [1702467800, "6165.099"], [1702467824, "6204.603"], [1702467908, "6303.363"], [1702467944, "6342.867"], [1702467968, "6382.371"], [1702468001, "6421.875"], [1702468031, "6461.379"], [1702468067, "6500.883"], [1702468085, "6540.387"], [1702468115, "6579.891"], [1702468151, "6619.395"], [1702468181, "6658.899"], [1702468208, "6698.403"], [1702468241, "6737.907"], [1702468256, "6777.411"], [1702468286, "6816.915"], [1702468322, "6856.419"], [1702468352, "6895.923"], [1702468388, "6935.427"], [1702468424, "6974.931"], [1702468457, "7014.435"], [1702468493, "7053.939"], [1702468517, "7093.443"], [1702468550, "7132.947"], [1702468586, "7172.451"], [1702468613, "7211.955"], [1702468637, "7251.459"], [1702468679, "7290.963"], [1702468721, "7330.467"], [1702468730, "7350.219"], [1702468766, "7389.723"], [1702468799, "7429.227"], [1702468835, "7468.731"], [1702468898, "7527.987"], [1702468934, "7567.491"], [1702468970, "7606.995"], [1702468994, "7646.499"], [1702469024, "7686.003"], [1702469060, "7725.507"], [1702469111, "7784.763"], [1702469144, "7824.267"], [1702469168, "7863.771"], [1702469204, "7903.275"], [1702469237, "7942.779"], [1702469273, "7982.283"], [1702469303, "8021.787"], [1702469336, "8061.291"], [1702469360, "8100.795"], [1702469387, "8140.299"], [1702469411, "8179.803"], [1702469435, "8219.307"], [1702469468, "8258.811"], [1702469504, "8298.315"], [1702469537, "8337.819"], [1702469573, "8377.323"], [1702469606, "8416.827"], [1702469633, "8456.331"], [1702469660, "8495.835"], [1702469684, "8535.339"], [1702469717, "8574.843"], [1702469753, "8614.347"], [1702469786, "8653.851"], [1702469816, "8693.355"], [1702469834, "8732.859"], [1702469864, "8772.363"], [1702469906, "8831.619"], [1702469936, "8871.123"], [1702469972, "8910.627"], [1702470005, "8950.131"], [1702470029, "8989.635"], [1702470065, "9029.139"], [1702470101, "9068.643"], [1702470131, "9108.147"], [1702470167, "9147.651"], [1702470203, "9187.155"], [1702470251, "9246.411"], [1702470278, "9285.915"], [1702470311, "9325.419"], [1702470347, "9364.923"], [1702470371, "9404.427"], [1702470404, "9443.931"], [1702470440, "9483.435"], [1702470476, "9522.939"], [1702470506, "9562.443"], [1702470542, "9601.947"], [1702470575, "9641.451"], [1702470611, "9680.955"], [1702470635, "9720.459"], [1702470662, "9759.963"], [1702470686, "9799.467"], [1702470719, "9838.971"], [1702470746, "9878.475"], [1702470812, "9957.483"], [1702470845, "9996.987"], [1702470875, "10036.491"], [1702470899, "10075.995"], [1702470953, "10135.251"], [1702470983, "10174.755"], [1702471025, "10214.259"], [1702471067, "10273.515"], [1702471169, "10372.275"], [1702471193, "10411.779"], [1702471226, "10451.283"], [1702471265, "10490.787"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "3.51"], [1702462808, "3.51"], [1702462829, "3.51"], [1702462844, "3.51"], [1702462865, "3.51"], [1702462880, "4.239"], [1702462904, "4.239"], [1702462919, "4.239"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "20.577"], [1702462808, "41.154"], [1702462829, "61.731"], [1702462844, "81.483"], [1702462865, "101.235"], [1702462880, "120.987"], [1702462904, "160.491"], [1702462919, "180.243"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0.405"], [1702468766, "1.65"], [1702468799, "4.272"], [1702468835, "4.566"], [1702468898, "8.601"], [1702468934, "8.916"], [1702468970, "11.079"], [1702468994, "11.25"], [1702469024, "11.559"], [1702469060, "12.297"], [1702469111, "12.807"], [1702469144, "15.462"], [1702469168, "15.543"], [1702469204, "16.353"], [1702469237, "16.767"], [1702469273, "18.864"], [1702469303, "19.305"], [1702469336, "19.578"], [1702469360, "19.716"], [1702469387, "19.938"], [1702469411, "20.169"], [1702469435, "20.298"], [1702469468, "20.592"], [1702469504, "21.576"], [1702469537, "21.786"], [1702469573, "21.855"], [1702469606, "22.113"], [1702469633, "22.221"], [1702469660, "22.506"], [1702469684, "23.157"], [1702469717, "23.412"], [1702469753, "23.55"], [1702469786, "23.688"], [1702469816, "27.057"], [1702469834, "27.156"], [1702469864, "27.429"], [1702469906, "27.729"], [1702469936, "28.086"], [1702469972, "28.2"], [1702470005, "28.347"], [1702470029, "28.401"], [1702470065, "29.223"], [1702470101, "29.523"], [1702470131, "29.712"], [1702470167, "31.233"], [1702470203, "31.557"], [1702470251, "33.333"], [1702470278, "33.558"], [1702470311, "33.759"], [1702470347, "34.203"], [1702470371, "34.254"], [1702470404, "34.395"], [1702470440, "34.497"], [1702470476, "34.668"], [1702470506, "35.079"], [1702470542, "35.469"], [1702470575, "35.994"], [1702470611, "36.177"], [1702470635, "36.354"], [1702470662, "36.567"], [1702470686, "36.861"], [1702470719, "36.867"], [1702470746, "37.344"], [1702470812, "38.028"], [1702470845, "38.208"], [1702470875, "38.361"], [1702470899, "38.454"], [1702470953, "38.649"], [1702470983, "38.721"], [1702471025, "39.204"], [1702471067, "39.555"], [1702471169, "40.062"], [1702471193, "40.152"], [1702471226, "40.659"], [1702471265, "40.929"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "19.752"], [1702468766, "59.256"], [1702468799, "98.76"], [1702468835, "138.264"], [1702468898, "197.52"], [1702468934, "237.024"], [1702468970, "276.528"], [1702468994, "316.032"], [1702469024, "355.536"], [1702469060, "395.04"], [1702469111, "454.296"], [1702469144, "493.8"], [1702469168, "533.304"], [1702469204, "572.808"], [1702469237, "612.312"], [1702469273, "651.816"], [1702469303, "691.32"], [1702469336, "730.824"], [1702469360, "770.328"], [1702469387, "809.832"], [1702469411, "849.336"], [1702469435, "888.84"], [1702469468, "928.344"], [1702469504, "967.848"], [1702469537, "1007.352"], [1702469573, "1046.856"], [1702469606, "1086.36"], [1702469633, "1125.864"], [1702469660, "1165.368"], [1702469684, "1204.872"], [1702469717, "1244.376"], [1702469753, "1283.88"], [1702469786, "1323.384"], [1702469816, "1362.888"], [1702469834, "1402.392"], [1702469864, "1441.896"], [1702469906, "1501.152"], [1702469936, "1540.656"], [1702469972, "1580.16"], [1702470005, "1619.664"], [1702470029, "1659.168"], [1702470065, "1698.672"], [1702470101, "1738.176"], [1702470131, "1777.68"], [1702470167, "1817.184"], [1702470203, "1856.688"], [1702470251, "1915.944"], [1702470278, "1955.448"], [1702470311, "1994.952"], [1702470347, "2034.456"], [1702470371, "2073.96"], [1702470404, "2113.464"], [1702470440, "2152.968"], [1702470476, "2192.472"], [1702470506, "2231.976"], [1702470542, "2271.48"], [1702470575, "2310.984"], [1702470611, "2350.488"], [1702470635, "2389.992"], [1702470662, "2429.496"], [1702470686, "2469"], [1702470719, "2508.504"], [1702470746, "2548.008"], [1702470812, "2627.016"], [1702470845, "2666.52"], [1702470875, "2706.024"], [1702470899, "2745.528"], [1702470953, "2804.784"], [1702470983, "2844.288"], [1702471025, "2883.792"], [1702471067, "2943.048"], [1702471169, "3041.808"], [1702471193, "3081.312"], [1702471226, "3120.816"], [1702471265, "3160.32"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "387.984"], [1702462844, "408.6"], [1702462865, "408.6"], [1702462880, "408.6"], [1702462904, "408.6"], [1702462919, "408.6"], [1702462952, "415.224"], [1702462973, "415.224"], [1702462988, "415.224"], [1702463045, "415.224"], [1702463081, "416.793"], [1702463114, "437.967"], [1702463150, "437.967"], [1702463186, "437.967"], [1702463216, "437.967"], [1702463240, "437.967"], [1702463273, "437.967"], [1702463324, "437.967"], [1702463354, "437.967"], [1702463381, "437.967"], [1702463417, "439.344"], [1702463453, "439.344"], [1702463477, "443.253"], [1702463510, "443.253"], [1702463537, "445.986"], [1702463570, "449.127"], [1702463591, "450.963"], [1702463621, "450.963"], [1702463657, "450.963"], [1702463693, "450.963"], [1702463729, "454.386"], [1702463765, "454.386"], [1702463798, "454.386"], [1702463846, "454.632"], [1702463873, "454.632"], [1702463906, "457.278"], [1702463948, "457.278"], [1702463984, "457.278"], [1702464014, "457.278"], [1702464050, "457.278"], [1702464086, "457.278"], [1702464122, "457.299"], [1702464155, "457.299"], [1702464194, "457.299"], [1702464230, "457.299"], [1702464263, "457.299"], [1702464299, "457.299"], [1702464332, "462.114"], [1702464356, "462.114"], [1702464392, "462.114"], [1702464425, "467.475"], [1702464455, "467.475"], [1702464479, "467.475"], [1702464509, "467.475"], [1702464533, "467.475"], [1702464569, "467.475"], [1702464605, "467.475"], [1702464635, "467.475"], [1702464671, "467.475"], [1702464716, "467.475"], [1702464743, "467.475"], [1702464776, "467.475"], [1702464812, "467.475"], [1702464836, "467.475"], [1702464869, "467.475"], [1702464905, "467.475"], [1702464926, "467.475"], [1702464956, "467.475"], [1702464992, "467.475"], [1702465016, "467.475"], [1702465049, "467.475"], [1702465085, "467.475"], [1702465118, "467.475"], [1702465145, "467.475"], [1702465178, "467.475"], [1702465208, "467.475"], [1702465241, "467.475"], [1702465298, "467.475"], [1702465334, "467.475"], [1702465367, "467.475"], [1702465394, "467.475"], [1702465418, "467.475"], [1702465445, "467.475"], [1702465481, "467.475"], [1702465517, "467.475"], [1702465550, "467.475"], [1702465586, "467.475"], [1702465619, "467.475"], [1702465658, "467.475"], [1702465706, "467.475"], [1702465754, "467.475"], [1702465787, "467.475"], [1702465823, "467.475"], [1702465856, "467.475"], [1702465880, "467.475"], [1702465910, "467.475"], [1702465952, "467.475"], [1702465988, "467.475"], [1702466015, "467.475"], [1702466030, "467.475"], [1702466060, "467.475"], [1702466078, "467.475"], [1702466138, "467.475"], [1702466168, "467.475"], [1702466204, "467.475"], [1702466237, "467.475"], [1702466261, "467.475"], [1702466291, "467.475"], [1702466327, "467.475"], [1702466360, "467.475"], [1702466384, "467.475"], [1702466417, "467.475"], [1702466441, "467.475"], [1702466471, "467.475"], [1702466507, "467.475"], [1702466540, "467.475"], [1702466597, "467.475"], [1702466633, "467.475"], [1702466666, "467.475"], [1702466705, "467.475"], [1702466732, "467.475"], [1702466765, "467.475"], [1702466801, "467.475"], [1702466852, "467.475"], [1702466876, "467.475"], [1702466918, "467.475"], [1702466978, "467.475"], [1702467014, "467.475"], [1702467038, "467.475"], [1702467068, "467.475"], [1702467122, "467.475"], [1702467158, "467.475"], [1702467191, "467.475"], [1702467221, "467.475"], [1702467257, "467.475"], [1702467299, "467.475"], [1702467350, "467.475"], [1702467386, "467.475"], [1702467419, "467.475"], [1702467455, "467.475"], [1702467515, "467.475"], [1702467542, "467.475"], [1702467566, "467.475"], [1702467599, "467.475"], [1702467635, "467.475"], [1702467668, "467.475"], [1702467695, "467.475"], [1702467716, "467.475"], [1702467746, "467.475"], [1702467800, "467.475"], [1702467824, "467.475"], [1702467908, "467.475"], [1702467944, "467.475"], [1702467968, "467.475"], [1702468001, "467.475"], [1702468031, "467.475"], [1702468067, "467.475"], [1702468085, "467.475"], [1702468115, "467.475"], [1702468151, "467.475"], [1702468181, "467.475"], [1702468208, "467.475"], [1702468241, "467.475"], [1702468256, "467.475"], [1702468286, "467.475"], [1702468322, "467.475"], [1702468352, "467.475"], [1702468388, "467.475"], [1702468424, "467.475"], [1702468457, "467.475"], [1702468493, "467.475"], [1702468517, "467.475"], [1702468550, "467.475"], [1702468586, "467.475"], [1702468613, "467.475"], [1702468637, "467.475"], [1702468679, "467.475"], [1702468721, "467.475"], [1702468730, "467.475"], [1702468766, "467.475"], [1702468799, "467.475"], [1702468835, "467.475"], [1702468898, "467.475"], [1702468934, "467.475"], [1702468970, "467.475"], [1702468994, "467.475"], [1702469024, "467.475"], [1702469060, "467.475"], [1702469111, "467.475"], [1702469144, "467.475"], [1702469168, "467.475"], [1702469204, "467.475"], [1702469237, "467.475"], [1702469273, "467.475"], [1702469303, "467.475"], [1702469336, "467.475"], [1702469360, "467.475"], [1702469387, "467.475"], [1702469411, "467.475"], [1702469435, "467.475"], [1702469468, "467.475"], [1702469504, "467.475"], [1702469537, "467.475"], [1702469573, "467.475"], [1702469606, "467.475"], [1702469633, "467.475"], [1702469660, "467.475"], [1702469684, "467.475"], [1702469717, "467.475"], [1702469753, "467.475"], [1702469786, "467.475"], [1702469816, "467.475"], [1702469834, "467.475"], [1702469864, "467.475"], [1702469906, "467.475"], [1702469936, "467.475"], [1702469972, "467.475"], [1702470005, "467.475"], [1702470029, "467.475"], [1702470065, "467.475"], [1702470101, "467.475"], [1702470131, "467.475"], [1702470167, "467.475"], [1702470203, "467.475"], [1702470251, "467.475"], [1702470278, "467.475"], [1702470311, "467.475"], [1702470347, "467.475"], [1702470371, "467.475"], [1702470404, "467.475"], [1702470440, "467.475"], [1702470476, "467.475"], [1702470506, "467.475"], [1702470542, "467.475"], [1702470575, "467.475"], [1702470611, "467.475"], [1702470635, "467.475"], [1702470662, "467.475"], [1702470686, "467.475"], [1702470719, "467.475"], [1702470746, "467.475"], [1702470812, "467.475"], [1702470845, "467.475"], [1702470875, "467.475"], [1702470899, "467.475"], [1702470953, "467.475"], [1702470983, "467.475"], [1702471025, "467.475"], [1702471067, "467.475"], [1702471169, "467.475"], [1702471193, "467.475"], [1702471226, "467.475"], [1702471265, "467.475"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "190.122"], [1702462844, "209.874"], [1702462865, "229.626"], [1702462880, "249.378"], [1702462904, "288.882"], [1702462919, "308.634"], [1702462952, "348.138"], [1702462973, "367.89"], [1702462988, "387.642"], [1702463045, "446.898"], [1702463081, "486.402"], [1702463114, "525.906"], [1702463150, "565.41"], [1702463186, "604.914"], [1702463216, "644.418"], [1702463240, "683.922"], [1702463273, "723.426"], [1702463324, "782.682"], [1702463354, "822.186"], [1702463381, "861.69"], [1702463417, "901.194"], [1702463453, "940.698"], [1702463477, "980.202"], [1702463510, "1019.706"], [1702463537, "1059.21"], [1702463570, "1098.714"], [1702463591, "1138.218"], [1702463621, "1177.722"], [1702463657, "1217.226"], [1702463693, "1256.73"], [1702463729, "1296.234"], [1702463765, "1335.738"], [1702463798, "1375.242"], [1702463846, "1434.498"], [1702463873, "1474.002"], [1702463906, "1513.506"], [1702463948, "1572.762"], [1702463984, "1612.266"], [1702464014, "1651.77"], [1702464050, "1691.274"], [1702464086, "1730.778"], [1702464122, "1770.282"], [1702464155, "1809.786"], [1702464194, "1869.042"], [1702464230, "1908.546"], [1702464263, "1948.05"], [1702464299, "1987.554"], [1702464332, "2027.058"], [1702464356, "2066.562"], [1702464392, "2106.066"], [1702464425, "2145.57"], [1702464455, "2185.074"], [1702464479, "2224.578"], [1702464509, "2264.082"], [1702464533, "2303.586"], [1702464569, "2343.09"], [1702464605, "2382.594"], [1702464635, "2422.098"], [1702464671, "2461.602"], [1702464716, "2501.106"], [1702464743, "2540.61"], [1702464776, "2580.114"], [1702464812, "2619.618"], [1702464836, "2659.122"], [1702464869, "2698.626"], [1702464905, "2738.13"], [1702464926, "2777.634"], [1702464956, "2817.138"], [1702464992, "2856.642"], [1702465016, "2896.146"], [1702465049, "2935.65"], [1702465085, "2975.154"], [1702465118, "3014.658"], [1702465145, "3054.162"], [1702465178, "3093.666"], [1702465208, "3133.17"], [1702465241, "3172.674"], [1702465298, "3231.93"], [1702465334, "3271.434"], [1702465367, "3310.938"], [1702465394, "3350.442"], [1702465418, "3389.946"], [1702465445, "3429.45"], [1702465481, "3468.954"], [1702465517, "3508.458"], [1702465550, "3547.962"], [1702465586, "3587.466"], [1702465619, "3626.97"], [1702465658, "3666.474"], [1702465706, "3705.978"], [1702465754, "3765.234"], [1702465787, "3804.738"], [1702465823, "3844.242"], [1702465856, "3883.746"], [1702465880, "3923.25"], [1702465910, "3962.754"], [1702465952, "4002.258"], [1702465988, "4041.762"], [1702466015, "4081.266"], [1702466030, "4120.77"], [1702466060, "4160.274"], [1702466078, "4199.778"], [1702466138, "4259.034"], [1702466168, "4298.538"], [1702466204, "4338.042"], [1702466237, "4377.546"], [1702466261, "4417.05"], [1702466291, "4456.554"], [1702466327, "4496.058"], [1702466360, "4535.562"], [1702466384, "4575.066"], [1702466417, "4614.57"], [1702466441, "4654.074"], [1702466471, "4693.578"], [1702466507, "4733.082"], [1702466540, "4772.586"], [1702466597, "4831.842"], [1702466633, "4871.346"], [1702466666, "4910.85"], [1702466705, "4950.354"], [1702466732, "4989.858"], [1702466765, "5029.362"], [1702466801, "5068.866"], [1702466852, "5128.122"], [1702466876, "5167.626"], [1702466918, "5207.13"], [1702466978, "5286.138"], [1702467014, "5325.642"], [1702467038, "5365.146"], [1702467068, "5404.65"], [1702467122, "5463.906"], [1702467158, "5503.41"], [1702467191, "5542.914"], [1702467221, "5582.418"], [1702467257, "5621.922"], [1702467299, "5661.426"], [1702467350, "5720.682"], [1702467386, "5760.186"], [1702467419, "5799.69"], [1702467455, "5839.194"], [1702467515, "5918.202"], [1702467542, "5957.706"], [1702467566, "5997.21"], [1702467599, "6036.714"], [1702467635, "6076.218"], [1702467668, "6115.722"], [1702467695, "6155.226"], [1702467716, "6194.73"], [1702467746, "6234.234"], [1702467800, "6293.49"], [1702467824, "6332.994"], [1702467908, "6431.754"], [1702467944, "6471.258"], [1702467968, "6510.762"], [1702468001, "6550.266"], [1702468031, "6589.77"], [1702468067, "6629.274"], [1702468085, "6668.778"], [1702468115, "6708.282"], [1702468151, "6747.786"], [1702468181, "6787.29"], [1702468208, "6826.794"], [1702468241, "6866.298"], [1702468256, "6905.802"], [1702468286, "6945.306"], [1702468322, "6984.81"], [1702468352, "7024.314"], [1702468388, "7063.818"], [1702468424, "7103.322"], [1702468457, "7142.826"], [1702468493, "7182.33"], [1702468517, "7221.834"], [1702468550, "7261.338"], [1702468586, "7300.842"], [1702468613, "7340.346"], [1702468637, "7379.85"], [1702468679, "7419.354"], [1702468721, "7458.858"], [1702468730, "7478.61"], [1702468766, "7518.114"], [1702468799, "7557.618"], [1702468835, "7597.122"], [1702468898, "7656.378"], [1702468934, "7695.882"], [1702468970, "7735.386"], [1702468994, "7774.89"], [1702469024, "7814.394"], [1702469060, "7853.898"], [1702469111, "7913.154"], [1702469144, "7952.658"], [1702469168, "7992.162"], [1702469204, "8031.666"], [1702469237, "8071.17"], [1702469273, "8110.674"], [1702469303, "8150.178"], [1702469336, "8189.682"], [1702469360, "8229.186"], [1702469387, "8268.69"], [1702469411, "8308.194"], [1702469435, "8347.698"], [1702469468, "8387.202"], [1702469504, "8426.706"], [1702469537, "8466.21"], [1702469573, "8505.714"], [1702469606, "8545.218"], [1702469633, "8584.722"], [1702469660, "8624.226"], [1702469684, "8663.73"], [1702469717, "8703.234"], [1702469753, "8742.738"], [1702469786, "8782.242"], [1702469816, "8821.746"], [1702469834, "8861.25"], [1702469864, "8900.754"], [1702469906, "8960.01"], [1702469936, "8999.514"], [1702469972, "9039.018"], [1702470005, "9078.522"], [1702470029, "9118.026"], [1702470065, "9157.53"], [1702470101, "9197.034"], [1702470131, "9236.538"], [1702470167, "9276.042"], [1702470203, "9315.546"], [1702470251, "9374.802"], [1702470278, "9414.306"], [1702470311, "9453.81"], [1702470347, "9493.314"], [1702470371, "9532.818"], [1702470404, "9572.322"], [1702470440, "9611.826"], [1702470476, "9651.33"], [1702470506, "9690.834"], [1702470542, "9730.338"], [1702470575, "9769.842"], [1702470611, "9809.346"], [1702470635, "9848.85"], [1702470662, "9888.354"], [1702470686, "9927.858"], [1702470719, "9967.362"], [1702470746, "10006.866"], [1702470812, "10085.874"], [1702470845, "10125.378"], [1702470875, "10164.882"], [1702470899, "10204.386"], [1702470953, "10263.642"], [1702470983, "10303.146"], [1702471025, "10342.65"], [1702471067, "10401.906"], [1702471169, "10500.666"], [1702471193, "10540.17"], [1702471226, "10579.674"], [1702471265, "10619.178"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "2.67"], [1702462721, "381.255"], [1702462736, "381.255"], [1702462751, "381.255"], [1702462763, "381.258"], [1702462793, "387.984"], [1702462808, "387.984"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "21.948"], [1702462721, "43.419"], [1702462736, "64.89"], [1702462751, "86.361"], [1702462763, "107.376"], [1702462793, "148.968"], [1702462808, "169.545"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "6.609"], [1702462721, "6.696"], [1702462736, "6.717"], [1702462751, "6.735"], [1702462763, "6.738"], [1702462793, "6.813"], [1702462808, "6.813"], [1702462829, "6.813"], [1702462844, "7.011"], [1702462865, "7.011"], [1702462880, "7.011"], [1702462904, "7.029"], [1702462919, "7.029"], [1702462952, "7.029"], [1702462973, "7.029"], [1702462988, "7.029"], [1702463045, "7.029"], [1702463081, "7.125"], [1702463114, "7.125"], [1702463150, "7.125"], [1702463186, "7.149"], [1702463216, "7.149"], [1702463240, "7.149"], [1702463273, "10.758"], [1702463324, "10.788"], [1702463354, "10.788"], [1702463381, "10.821"], [1702463417, "10.821"], [1702463453, "10.845"], [1702463477, "10.845"], [1702463510, "10.845"], [1702463537, "10.845"], [1702463570, "10.845"], [1702463591, "10.893"], [1702463621, "10.908"], [1702463657, "10.941"], [1702463693, "10.971"], [1702463729, "11.301"], [1702463765, "11.301"], [1702463798, "11.307"], [1702463846, "11.313"], [1702463873, "11.322"], [1702463906, "11.322"], [1702463948, "11.322"], [1702463984, "11.361"], [1702464014, "11.361"], [1702464050, "11.475"], [1702464086, "12.051"], [1702464122, "12.051"], [1702464155, "12.051"], [1702464194, "12.051"], [1702464230, "12.051"], [1702464263, "12.078"], [1702464299, "12.078"], [1702464332, "12.126"], [1702464356, "12.126"], [1702464392, "12.552"], [1702464425, "12.552"], [1702464455, "12.621"], [1702464479, "12.627"], [1702464509, "12.636"], [1702464533, "12.648"], [1702464569, "12.663"], [1702464605, "12.663"], [1702464635, "12.663"], [1702464671, "12.663"], [1702464716, "12.69"], [1702464743, "12.72"], [1702464776, "12.72"], [1702464812, "12.72"], [1702464836, "12.735"], [1702464869, "12.735"], [1702464905, "12.753"], [1702464926, "12.753"], [1702464956, "13.917"], [1702464992, "13.935"], [1702465016, "13.935"], [1702465049, "13.935"], [1702465085, "14.076"], [1702465118, "14.076"], [1702465145, "14.082"], [1702465178, "14.082"], [1702465208, "14.139"], [1702465241, "14.139"], [1702465298, "14.139"], [1702465334, "14.145"], [1702465367, "14.145"], [1702465394, "14.145"], [1702465418, "14.175"], [1702465445, "15.3"], [1702465481, "15.36"], [1702465517, "15.384"], [1702465550, "15.429"], [1702465586, "16.647"], [1702465619, "16.665"], [1702465658, "16.665"], [1702465706, "16.665"], [1702465754, "16.671"], [1702465787, "16.671"], [1702465823, "16.701"], [1702465856, "16.815"], [1702465880, "16.815"], [1702465910, "16.83"], [1702465952, "16.839"], [1702465988, "16.839"], [1702466015, "16.863"], [1702466030, "16.863"], [1702466060, "16.872"], [1702466078, "16.872"], [1702466138, "17.103"], [1702466168, "17.109"], [1702466204, "17.109"], [1702466237, "17.109"], [1702466261, "17.166"], [1702466291, "17.166"], [1702466327, "17.187"], [1702466360, "17.196"], [1702466384, "17.226"], [1702466417, "17.226"], [1702466441, "17.241"], [1702466471, "17.241"], [1702466507, "17.274"], [1702466540, "17.295"], [1702466597, "17.34"], [1702466633, "17.355"], [1702466666, "17.37"], [1702466705, "17.388"], [1702466732, "17.388"], [1702466765, "17.406"], [1702466801, "17.406"], [1702466852, "17.406"], [1702466876, "17.406"], [1702466918, "17.406"], [1702466978, "17.436"], [1702467014, "17.436"], [1702467038, "17.436"], [1702467068, "17.451"], [1702467122, "17.451"], [1702467158, "17.463"], [1702467191, "17.463"], [1702467221, "17.469"], [1702467257, "17.505"], [1702467299, "17.775"], [1702467350, "19.236"], [1702467386, "19.236"], [1702467419, "19.236"], [1702467455, "19.236"], [1702467515, "19.272"], [1702467542, "19.272"], [1702467566, "19.272"], [1702467599, "19.272"], [1702467635, "19.272"], [1702467668, "19.359"], [1702467695, "19.371"], [1702467716, "19.371"], [1702467746, "19.371"], [1702467800, "19.371"], [1702467824, "19.371"], [1702467908, "19.371"], [1702467944, "19.41"], [1702467968, "19.425"], [1702468001, "19.443"], [1702468031, "19.443"], [1702468067, "19.443"], [1702468085, "19.593"], [1702468115, "19.593"], [1702468151, "19.593"], [1702468181, "19.593"], [1702468208, "19.62"], [1702468241, "19.632"], [1702468256, "19.644"], [1702468286, "19.644"], [1702468322, "19.653"], [1702468352, "19.653"], [1702468388, "19.698"], [1702468424, "19.698"], [1702468457, "19.728"], [1702468493, "19.791"], [1702468517, "19.884"], [1702468550, "19.884"], [1702468586, "19.893"], [1702468613, "19.893"], [1702468637, "19.893"], [1702468679, "19.893"], [1702468721, "19.953"], [1702468730, "20.01"], [1702468766, "20.064"], [1702468799, "20.136"], [1702468835, "20.136"], [1702468898, "20.202"], [1702468934, "20.202"], [1702468970, "20.202"], [1702468994, "20.259"], [1702469024, "20.265"], [1702469060, "20.274"], [1702469111, "20.361"], [1702469144, "20.361"], [1702469168, "20.361"], [1702469204, "20.382"], [1702469237, "20.382"], [1702469273, "20.382"], [1702469303, "20.382"], [1702469336, "20.49"], [1702469360, "20.556"], [1702469387, "20.565"], [1702469411, "20.646"], [1702469435, "20.658"], [1702469468, "20.67"], [1702469504, "20.67"], [1702469537, "20.682"], [1702469573, "20.697"], [1702469606, "20.826"], [1702469633, "20.826"], [1702469660, "20.826"], [1702469684, "20.889"], [1702469717, "20.982"], [1702469753, "20.982"], [1702469786, "21.033"], [1702469816, "21.033"], [1702469834, "21.033"], [1702469864, "21.033"], [1702469906, "21.039"], [1702469936, "21.039"], [1702469972, "21.039"], [1702470005, "21.039"], [1702470029, "21.039"], [1702470065, "21.039"], [1702470101, "21.039"], [1702470131, "21.087"], [1702470167, "21.108"], [1702470203, "21.39"], [1702470251, "21.39"], [1702470278, "21.396"], [1702470311, "21.396"], [1702470347, "21.408"], [1702470371, "21.408"], [1702470404, "21.408"], [1702470440, "21.432"], [1702470476, "21.432"], [1702470506, "21.438"], [1702470542, "21.477"], [1702470575, "21.642"], [1702470611, "21.729"], [1702470635, "21.75"], [1702470662, "21.75"], [1702470686, "21.765"], [1702470719, "21.765"], [1702470746, "21.765"], [1702470812, "21.822"], [1702470845, "21.822"], [1702470875, "21.861"], [1702470899, "21.867"], [1702470953, "21.879"], [1702470983, "21.9"], [1702471025, "21.9"], [1702471067, "21.918"], [1702471169, "21.945"], [1702471193, "21.945"], [1702471226, "21.945"], [1702471265, "21.96"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "32.286"], [1702462721, "35.148"], [1702462736, "38.124"], [1702462751, "40.089"], [1702462763, "40.113"], [1702462793, "45.753"], [1702462808, "48.705"], [1702462829, "48.936"], [1702462844, "59.283"], [1702462865, "59.829"], [1702462880, "62.181"], [1702462904, "63.657"], [1702462919, "63.813"], [1702462952, "64.608"], [1702462973, "65.136"], [1702462988, "65.442"], [1702463045, "66.063"], [1702463081, "66.414"], [1702463114, "67.47"], [1702463150, "68.106"], [1702463186, "68.382"], [1702463216, "71.154"], [1702463240, "71.937"], [1702463273, "74.424"], [1702463324, "77.583"], [1702463354, "77.988"], [1702463381, "79.215"], [1702463417, "79.365"], [1702463453, "80.919"], [1702463477, "81.006"], [1702463510, "81.501"], [1702463537, "82.059"], [1702463570, "82.38"], [1702463591, "83.178"], [1702463621, "84.285"], [1702463657, "85.479"], [1702463693, "86.196"], [1702463729, "87.765"], [1702463765, "89.088"], [1702463798, "89.445"], [1702463846, "89.799"], [1702463873, "90.735"], [1702463906, "91.644"], [1702463948, "92.826"], [1702463984, "94.74"], [1702464014, "96.462"], [1702464050, "98.001"], [1702464086, "99.006"], [1702464122, "101.907"], [1702464155, "103.857"], [1702464194, "104.391"], [1702464230, "105.249"], [1702464263, "106.218"], [1702464299, "107.739"], [1702464332, "110.223"], [1702464356, "112.113"], [1702464392, "113.859"], [1702464425, "114.486"], [1702464455, "120.201"], [1702464479, "122.142"], [1702464509, "122.934"], [1702464533, "123.597"], [1702464569, "124.122"], [1702464605, "125.445"], [1702464635, "126.198"], [1702464671, "128.055"], [1702464716, "131.631"], [1702464743, "133.899"], [1702464776, "137.847"], [1702464812, "139.233"], [1702464836, "141.228"], [1702464869, "142.731"], [1702464905, "144.378"], [1702464926, "144.801"], [1702464956, "146.403"], [1702464992, "147.42"], [1702465016, "147.894"], [1702465049, "149.457"], [1702465085, "164.19"], [1702465118, "164.418"], [1702465145, "166.437"], [1702465178, "166.704"], [1702465208, "168.513"], [1702465241, "169.494"], [1702465298, "170.313"], [1702465334, "170.754"], [1702465367, "171.363"], [1702465394, "171.648"], [1702465418, "172.41"], [1702465445, "174.135"], [1702465481, "184.86"], [1702465517, "185.829"], [1702465550, "186.135"], [1702465586, "189.156"], [1702465619, "189.24"], [1702465658, "191.01"], [1702465706, "191.499"], [1702465754, "192.837"], [1702465787, "193.59"], [1702465823, "195.84"], [1702465856, "197.049"], [1702465880, "197.697"], [1702465910, "198.168"], [1702465952, "198.831"], [1702465988, "199.503"], [1702466015, "199.773"], [1702466030, "199.983"], [1702466060, "200.07"], [1702466078, "200.391"], [1702466138, "201.642"], [1702466168, "204.696"], [1702466204, "206.829"], [1702466237, "222.033"], [1702466261, "224.622"], [1702466291, "225.24"], [1702466327, "226.557"], [1702466360, "226.788"], [1702466384, "227.325"], [1702466417, "228.087"], [1702466441, "228.276"], [1702466471, "228.729"], [1702466507, "231.246"], [1702466540, "233.445"], [1702466597, "238.215"], [1702466633, "240.177"], [1702466666, "242.799"], [1702466705, "244.638"], [1702466732, "245.331"], [1702466765, "246.024"], [1702466801, "246.531"], [1702466852, "251.961"], [1702466876, "252.42"], [1702466918, "254.127"], [1702466978, "258.408"], [1702467014, "262.197"], [1702467038, "265.5"], [1702467068, "267.972"], [1702467122, "269.052"], [1702467158, "269.748"], [1702467191, "271.266"], [1702467221, "271.668"], [1702467257, "272.286"], [1702467299, "272.955"], [1702467350, "275.442"], [1702467386, "276.66"], [1702467419, "277.698"], [1702467455, "278.487"], [1702467515, "279.009"], [1702467542, "279.225"], [1702467566, "279.321"], [1702467599, "279.771"], [1702467635, "279.93"], [1702467668, "281.16"], [1702467695, "282.753"], [1702467716, "284.052"], [1702467746, "285.078"], [1702467800, "287.868"], [1702467824, "288.75"], [1702467908, "290.106"], [1702467944, "290.388"], [1702467968, "290.754"], [1702468001, "291.168"], [1702468031, "291.894"], [1702468067, "297.399"], [1702468085, "298.572"], [1702468115, "298.878"], [1702468151, "300.543"], [1702468181, "301.443"], [1702468208, "301.971"], [1702468241, "303.012"], [1702468256, "303.282"], [1702468286, "303.522"], [1702468322, "303.774"], [1702468352, "308.295"], [1702468388, "309.528"], [1702468424, "311.253"], [1702468457, "316.203"], [1702468493, "319.215"], [1702468517, "320.658"], [1702468550, "321.375"], [1702468586, "322.632"], [1702468613, "324.861"], [1702468637, "327.258"], [1702468679, "327.705"], [1702468721, "329.808"], [1702468730, "330.105"], [1702468766, "331.524"], [1702468799, "337.926"], [1702468835, "339.342"], [1702468898, "345.756"], [1702468934, "348.231"], [1702468970, "352.692"], [1702468994, "353.58"], [1702469024, "353.679"], [1702469060, "362.187"], [1702469111, "364.359"], [1702469144, "367.152"], [1702469168, "367.839"], [1702469204, "369.798"], [1702469237, "371.529"], [1702469273, "375"], [1702469303, "378.441"], [1702469336, "379.512"], [1702469360, "380.265"], [1702469387, "380.541"], [1702469411, "381.486"], [1702469435, "381.879"], [1702469468, "382.695"], [1702469504, "383.007"], [1702469537, "383.31"], [1702469573, "383.673"], [1702469606, "384.645"], [1702469633, "385.041"], [1702469660, "385.608"], [1702469684, "386.214"], [1702469717, "387.582"], [1702469753, "387.903"], [1702469786, "388.254"], [1702469816, "389.796"], [1702469834, "390.108"], [1702469864, "390.558"], [1702469906, "390.975"], [1702469936, "391.236"], [1702469972, "391.503"], [1702470005, "391.959"], [1702470029, "392.058"], [1702470065, "392.211"], [1702470101, "393.204"], [1702470131, "393.708"], [1702470167, "395.256"], [1702470203, "396.021"], [1702470251, "397.035"], [1702470278, "397.491"], [1702470311, "397.863"], [1702470347, "398.448"], [1702470371, "398.529"], [1702470404, "399.105"], [1702470440, "399.45"], [1702470476, "400.488"], [1702470506, "401.442"], [1702470542, "402.042"], [1702470575, "402.702"], [1702470611, "403.152"], [1702470635, "403.743"], [1702470662, "404.052"], [1702470686, "404.382"], [1702470719, "404.496"], [1702470746, "404.841"], [1702470812, "405.579"], [1702470845, "406.557"], [1702470875, "406.953"], [1702470899, "407.058"], [1702470953, "407.556"], [1702470983, "408.132"], [1702471025, "422.223"], [1702471067, "423.918"], [1702471169, "425.763"], [1702471193, "426.087"], [1702471226, "426.831"], [1702471265, "427.191"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "13.743"], [1702462721, "13.971"], [1702462736, "14.07"], [1702462751, "14.07"], [1702462763, "14.07"], [1702462793, "14.205"], [1702462808, "14.571"], [1702462829, "14.871"], [1702462844, "32.781"], [1702462865, "32.979"], [1702462880, "33.198"], [1702462904, "33.315"], [1702462919, "33.453"], [1702462952, "33.924"], [1702462973, "34.254"], [1702462988, "42.042"], [1702463045, "43.041"], [1702463081, "43.506"], [1702463114, "44.436"], [1702463150, "44.664"], [1702463186, "44.973"], [1702463216, "46.155"], [1702463240, "48.063"], [1702463273, "48.477"], [1702463324, "49.752"], [1702463354, "50.487"], [1702463381, "50.907"], [1702463417, "51.303"], [1702463453, "52.533"], [1702463477, "52.665"], [1702463510, "53.199"], [1702463537, "53.64"], [1702463570, "54.42"], [1702463591, "55.455"], [1702463621, "56.103"], [1702463657, "57.831"], [1702463693, "59.016"], [1702463729, "60.06"], [1702463765, "60.846"], [1702463798, "61.131"], [1702463846, "61.242"], [1702463873, "61.458"], [1702463906, "61.701"], [1702463948, "62.589"], [1702463984, "63.576"], [1702464014, "64.704"], [1702464050, "65.976"], [1702464086, "67.518"], [1702464122, "68.673"], [1702464155, "69.423"], [1702464194, "70.188"], [1702464230, "71.088"], [1702464263, "71.433"], [1702464299, "71.811"], [1702464332, "73.257"], [1702464356, "74.472"], [1702464392, "76.734"], [1702464425, "78.498"], [1702464455, "80.55"], [1702464479, "81.954"], [1702464509, "83.166"], [1702464533, "83.526"], [1702464569, "84.024"], [1702464605, "84.777"], [1702464635, "87.036"], [1702464671, "88.326"], [1702464716, "91.257"], [1702464743, "92.715"], [1702464776, "94.599"], [1702464812, "96.129"], [1702464836, "97.002"], [1702464869, "98.967"], [1702464905, "99.321"], [1702464926, "99.666"], [1702464956, "100.074"], [1702464992, "101.142"], [1702465016, "101.622"], [1702465049, "103.308"], [1702465085, "106.149"], [1702465118, "107.037"], [1702465145, "108.903"], [1702465178, "109.242"], [1702465208, "110.934"], [1702465241, "115.512"], [1702465298, "116.127"], [1702465334, "116.373"], [1702465367, "116.826"], [1702465394, "116.883"], [1702465418, "117.525"], [1702465445, "118.377"], [1702465481, "118.821"], [1702465517, "119.856"], [1702465550, "120.468"], [1702465586, "123.291"], [1702465619, "123.549"], [1702465658, "124.179"], [1702465706, "124.464"], [1702465754, "125.085"], [1702465787, "125.772"], [1702465823, "127.389"], [1702465856, "129.66"], [1702465880, "129.888"], [1702465910, "130.419"], [1702465952, "130.746"], [1702465988, "131.025"], [1702466015, "131.274"], [1702466030, "131.46"], [1702466060, "131.493"], [1702466078, "131.799"], [1702466138, "132.771"], [1702466168, "133.929"], [1702466204, "136.179"], [1702466237, "138.315"], [1702466261, "138.747"], [1702466291, "139.263"], [1702466327, "139.929"], [1702466360, "140.649"], [1702466384, "141.036"], [1702466417, "141.486"], [1702466441, "141.621"], [1702466471, "142.194"], [1702466507, "143.214"], [1702466540, "144.957"], [1702466597, "149.49"], [1702466633, "150.582"], [1702466666, "151.296"], [1702466705, "151.791"], [1702466732, "152.238"], [1702466765, "152.634"], [1702466801, "153.276"], [1702466852, "157.494"], [1702466876, "157.836"], [1702466918, "159.264"], [1702466978, "161.676"], [1702467014, "164.346"], [1702467038, "167.163"], [1702467068, "168.645"], [1702467122, "169.401"], [1702467158, "169.95"], [1702467191, "173.058"], [1702467221, "173.265"], [1702467257, "174.069"], [1702467299, "174.663"], [1702467350, "176.868"], [1702467386, "177.753"], [1702467419, "178.038"], [1702467455, "178.827"], [1702467515, "179.778"], [1702467542, "180.027"], [1702467566, "180.246"], [1702467599, "180.72"], [1702467635, "180.924"], [1702467668, "183.084"], [1702467695, "183.408"], [1702467716, "184.101"], [1702467746, "184.554"], [1702467800, "186.588"], [1702467824, "187.077"], [1702467908, "188.607"], [1702467944, "189.306"], [1702467968, "189.54"], [1702468001, "190.239"], [1702468031, "191.031"], [1702468067, "193.878"], [1702468085, "194.172"], [1702468115, "195.093"], [1702468151, "195.966"], [1702468181, "196.596"], [1702468208, "197.634"], [1702468241, "198.273"], [1702468256, "198.453"], [1702468286, "198.867"], [1702468322, "199.239"], [1702468352, "202.044"], [1702468388, "203.721"], [1702468424, "206.808"], [1702468457, "210.774"], [1702468493, "213.198"], [1702468517, "215.151"], [1702468550, "216.216"], [1702468586, "217.242"], [1702468613, "219.126"], [1702468637, "220.833"], [1702468679, "221.523"], [1702468721, "224.415"], [1702468730, "224.589"], [1702468766, "226.338"], [1702468799, "228.663"], [1702468835, "229.497"], [1702468898, "233.739"], [1702468934, "236.586"], [1702468970, "239.625"], [1702468994, "240.456"], [1702469024, "240.621"], [1702469060, "241.338"], [1702469111, "242.454"], [1702469144, "244.566"], [1702469168, "244.848"], [1702469204, "245.562"], [1702469237, "246.003"], [1702469273, "247.251"], [1702469303, "249.3"], [1702469336, "250.344"], [1702469360, "250.668"], [1702469387, "250.749"], [1702469411, "251.13"], [1702469435, "251.454"], [1702469468, "252.108"], [1702469504, "252.621"], [1702469537, "252.765"], [1702469573, "253.137"], [1702469606, "253.737"], [1702469633, "254.034"], [1702469660, "254.352"], [1702469684, "255.147"], [1702469717, "255.744"], [1702469753, "256.011"], [1702469786, "256.449"], [1702469816, "257.352"], [1702469834, "257.613"], [1702469864, "257.832"], [1702469906, "258.219"], [1702469936, "258.381"], [1702469972, "258.576"], [1702470005, "258.816"], [1702470029, "258.99"], [1702470065, "259.203"], [1702470101, "259.764"], [1702470131, "260.031"], [1702470167, "260.697"], [1702470203, "262.554"], [1702470251, "263.574"], [1702470278, "263.937"], [1702470311, "264.246"], [1702470347, "264.78"], [1702470371, "265.005"], [1702470404, "265.644"], [1702470440, "265.74"], [1702470476, "266.433"], [1702470506, "266.925"], [1702470542, "267.384"], [1702470575, "268.071"], [1702470611, "268.281"], [1702470635, "268.731"], [1702470662, "269.004"], [1702470686, "269.19"], [1702470719, "269.31"], [1702470746, "269.547"], [1702470812, "270.021"], [1702470845, "270.66"], [1702470875, "271.026"], [1702470899, "271.212"], [1702470953, "271.791"], [1702470983, "272.478"], [1702471025, "273.357"], [1702471067, "274.488"], [1702471169, "275.421"], [1702471193, "275.538"], [1702471226, "276.093"], [1702471265, "276.693"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "48.897"], [1702462721, "49.506"], [1702462736, "50.862"], [1702462751, "50.958"], [1702462763, "50.961"], [1702462793, "54.012"], [1702462808, "57.48"], [1702462829, "64.791"], [1702462844, "69.714"], [1702462865, "70.203"], [1702462880, "72.216"], [1702462904, "81.993"], [1702462919, "82.071"], [1702462952, "82.842"], [1702462973, "84.081"], [1702462988, "84.225"], [1702463045, "90.513"], [1702463081, "92.139"], [1702463114, "93.399"], [1702463150, "93.849"], [1702463186, "94.449"], [1702463216, "96.282"], [1702463240, "105.522"], [1702463273, "107.013"], [1702463324, "110.517"], [1702463354, "111.342"], [1702463381, "115.53"], [1702463417, "116.388"], [1702463453, "118.593"], [1702463477, "120.027"], [1702463510, "120.84"], [1702463537, "121.551"], [1702463570, "121.848"], [1702463591, "123.135"], [1702463621, "124.572"], [1702463657, "133.53"], [1702463693, "134.562"], [1702463729, "140.448"], [1702463765, "142.524"], [1702463798, "142.824"], [1702463846, "143.34"], [1702463873, "143.838"], [1702463906, "144.228"], [1702463948, "145.413"], [1702463984, "146.367"], [1702464014, "148.026"], [1702464050, "151.329"], [1702464086, "152.964"], [1702464122, "158.154"], [1702464155, "160.269"], [1702464194, "160.983"], [1702464230, "162.378"], [1702464263, "163.932"], [1702464299, "165.696"], [1702464332, "168.945"], [1702464356, "174.21"], [1702464392, "176.13"], [1702464425, "177.882"], [1702464455, "179.319"], [1702464479, "182.214"], [1702464509, "183.354"], [1702464533, "184.26"], [1702464569, "186.504"], [1702464605, "188.265"], [1702464635, "196.566"], [1702464671, "198.624"], [1702464716, "203.667"], [1702464743, "208.896"], [1702464776, "211.479"], [1702464812, "212.934"], [1702464836, "214.62"], [1702464869, "217.251"], [1702464905, "218.217"], [1702464926, "218.532"], [1702464956, "218.85"], [1702464992, "221.874"], [1702465016, "223.368"], [1702465049, "224.841"], [1702465085, "241.254"], [1702465118, "246.462"], [1702465145, "247.566"], [1702465178, "247.626"], [1702465208, "250.281"], [1702465241, "253.746"], [1702465298, "255.171"], [1702465334, "256.158"], [1702465367, "256.695"], [1702465394, "258.81"], [1702465418, "259.686"], [1702465445, "261.969"], [1702465481, "263.343"], [1702465517, "264.021"], [1702465550, "264.837"], [1702465586, "268.044"], [1702465619, "268.263"], [1702465658, "270.744"], [1702465706, "271.008"], [1702465754, "272.343"], [1702465787, "273.066"], [1702465823, "274.491"], [1702465856, "277.305"], [1702465880, "278.472"], [1702465910, "278.88"], [1702465952, "279.891"], [1702465988, "280.818"], [1702466015, "281.475"], [1702466030, "281.586"], [1702466060, "281.631"], [1702466078, "281.85"], [1702466138, "284.106"], [1702466168, "285.462"], [1702466204, "293.223"], [1702466237, "297.141"], [1702466261, "297.573"], [1702466291, "298.47"], [1702466327, "301.692"], [1702466360, "301.92"], [1702466384, "302.304"], [1702466417, "302.997"], [1702466441, "303.411"], [1702466471, "304.677"], [1702466507, "306.081"], [1702466540, "308.367"], [1702466597, "311.103"], [1702466633, "312.843"], [1702466666, "316.647"], [1702466705, "317.16"], [1702466732, "317.889"], [1702466765, "318.348"], [1702466801, "319.047"], [1702466852, "322.635"], [1702466876, "322.914"], [1702466918, "324.003"], [1702466978, "334.932"], [1702467014, "340.188"], [1702467038, "342.621"], [1702467068, "344.961"], [1702467122, "345.921"], [1702467158, "346.56"], [1702467191, "353.277"], [1702467221, "353.844"], [1702467257, "354.927"], [1702467299, "357.12"], [1702467350, "362.553"], [1702467386, "367.206"], [1702467419, "367.929"], [1702467455, "370.281"], [1702467515, "372.207"], [1702467542, "372.741"], [1702467566, "372.945"], [1702467599, "373.923"], [1702467635, "374.031"], [1702467668, "378.285"], [1702467695, "383.328"], [1702467716, "384.858"], [1702467746, "386.601"], [1702467800, "388.728"], [1702467824, "389.952"], [1702467908, "391.635"], [1702467944, "394.23"], [1702467968, "394.653"], [1702468001, "395.145"], [1702468031, "427.389"], [1702468067, "435.909"], [1702468085, "438.354"], [1702468115, "439.341"], [1702468151, "441.336"], [1702468181, "442.413"], [1702468208, "443.133"], [1702468241, "443.331"], [1702468256, "443.679"], [1702468286, "444.132"], [1702468322, "445.362"], [1702468352, "457.587"], [1702468388, "460.224"], [1702468424, "463.47"], [1702468457, "465.792"], [1702468493, "469.464"], [1702468517, "472.248"], [1702468550, "473.496"], [1702468586, "477.933"], [1702468613, "479.391"], [1702468637, "482.25"], [1702468679, "483.903"], [1702468721, "489.036"], [1702468730, "489.765"], [1702468766, "492.897"], [1702468799, "498.993"], [1702468835, "501.342"], [1702468898, "511.686"], [1702468934, "515.364"], [1702468970, "520.734"], [1702468994, "522.018"], [1702469024, "522.159"], [1702469060, "523.887"], [1702469111, "527.31"], [1702469144, "530.619"], [1702469168, "531.327"], [1702469204, "534.156"], [1702469237, "537.948"], [1702469273, "543.375"], [1702469303, "545.892"], [1702469336, "547.872"], [1702469360, "548.421"], [1702469387, "548.745"], [1702469411, "549.648"], [1702469435, "550.638"], [1702469468, "552.198"], [1702469504, "552.57"], [1702469537, "553.038"], [1702469573, "553.425"], [1702469606, "553.686"], [1702469633, "554.106"], [1702469660, "554.229"], [1702469684, "554.523"], [1702469717, "554.994"], [1702469753, "555.186"], [1702469786, "556.011"], [1702469816, "561.993"], [1702469834, "562.893"], [1702469864, "563.454"], [1702469906, "564"], [1702469936, "564.417"], [1702469972, "564.735"], [1702470005, "564.876"], [1702470029, "565.02"], [1702470065, "566.169"], [1702470101, "566.757"], [1702470131, "567.111"], [1702470167, "569.091"], [1702470203, "569.91"], [1702470251, "572.439"], [1702470278, "573.606"], [1702470311, "574.284"], [1702470347, "574.71"], [1702470371, "574.989"], [1702470404, "575.802"], [1702470440, "576.003"], [1702470476, "576.81"], [1702470506, "579.411"], [1702470542, "580.527"], [1702470575, "582.237"], [1702470611, "583.842"], [1702470635, "584.925"], [1702470662, "585.978"], [1702470686, "587.181"], [1702470719, "588.078"], [1702470746, "589.041"], [1702470812, "592.404"], [1702470845, "595.518"], [1702470875, "596.847"], [1702470899, "597.183"], [1702470953, "598.899"], [1702470983, "599.778"], [1702471025, "602.877"], [1702471067, "606.753"], [1702471169, "611.421"], [1702471193, "612.189"], [1702471226, "613.305"], [1702471265, "614.586"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "354.912"], [1702462721, "376.383"], [1702462736, "397.854"], [1702462751, "419.325"], [1702462763, "440.34"], [1702462793, "481.932"], [1702462808, "502.509"], [1702462829, "523.086"], [1702462844, "542.838"], [1702462865, "562.59"], [1702462880, "582.342"], [1702462904, "621.846"], [1702462919, "641.598"], [1702462952, "681.102"], [1702462973, "700.854"], [1702462988, "720.606"], [1702463045, "779.862"], [1702463081, "819.366"], [1702463114, "858.87"], [1702463150, "898.374"], [1702463186, "937.878"], [1702463216, "977.382"], [1702463240, "1016.886"], [1702463273, "1056.39"], [1702463324, "1115.646"], [1702463354, "1155.15"], [1702463381, "1194.654"], [1702463417, "1234.158"], [1702463453, "1273.662"], [1702463477, "1313.166"], [1702463510, "1352.67"], [1702463537, "1392.174"], [1702463570, "1431.678"], [1702463591, "1471.182"], [1702463621, "1510.686"], [1702463657, "1550.19"], [1702463693, "1589.694"], [1702463729, "1629.198"], [1702463765, "1668.702"], [1702463798, "1708.206"], [1702463846, "1767.462"], [1702463873, "1806.966"], [1702463906, "1846.47"], [1702463948, "1905.726"], [1702463984, "1945.23"], [1702464014, "1984.734"], [1702464050, "2024.238"], [1702464086, "2063.742"], [1702464122, "2103.246"], [1702464155, "2142.75"], [1702464194, "2202.006"], [1702464230, "2241.51"], [1702464263, "2281.014"], [1702464299, "2320.518"], [1702464332, "2360.022"], [1702464356, "2399.526"], [1702464392, "2439.03"], [1702464425, "2478.534"], [1702464455, "2518.038"], [1702464479, "2557.542"], [1702464509, "2597.046"], [1702464533, "2636.55"], [1702464569, "2676.054"], [1702464605, "2715.558"], [1702464635, "2755.062"], [1702464671, "2794.566"], [1702464716, "2834.07"], [1702464743, "2873.574"], [1702464776, "2913.078"], [1702464812, "2952.582"], [1702464836, "2992.086"], [1702464869, "3031.59"], [1702464905, "3071.094"], [1702464926, "3110.598"], [1702464956, "3150.102"], [1702464992, "3189.606"], [1702465016, "3229.11"], [1702465049, "3268.614"], [1702465085, "3308.118"], [1702465118, "3347.622"], [1702465145, "3387.126"], [1702465178, "3426.63"], [1702465208, "3466.134"], [1702465241, "3505.638"], [1702465298, "3564.894"], [1702465334, "3604.398"], [1702465367, "3643.902"], [1702465394, "3683.406"], [1702465418, "3722.91"], [1702465445, "3762.414"], [1702465481, "3801.918"], [1702465517, "3841.422"], [1702465550, "3880.926"], [1702465586, "3920.43"], [1702465619, "3959.934"], [1702465658, "3999.438"], [1702465706, "4038.942"], [1702465754, "4098.198"], [1702465787, "4137.702"], [1702465823, "4177.206"], [1702465856, "4216.71"], [1702465880, "4256.214"], [1702465910, "4295.718"], [1702465952, "4335.222"], [1702465988, "4374.726"], [1702466015, "4414.23"], [1702466030, "4453.734"], [1702466060, "4493.238"], [1702466078, "4532.742"], [1702466138, "4591.998"], [1702466168, "4631.502"], [1702466204, "4671.006"], [1702466237, "4710.51"], [1702466261, "4750.014"], [1702466291, "4789.518"], [1702466327, "4829.022"], [1702466360, "4868.526"], [1702466384, "4908.03"], [1702466417, "4947.534"], [1702466441, "4987.038"], [1702466471, "5026.542"], [1702466507, "5066.046"], [1702466540, "5105.55"], [1702466597, "5164.806"], [1702466633, "5204.31"], [1702466666, "5243.814"], [1702466705, "5283.318"], [1702466732, "5322.822"], [1702466765, "5362.326"], [1702466801, "5401.83"], [1702466852, "5461.086"], [1702466876, "5500.59"], [1702466918, "5540.094"], [1702466978, "5619.102"], [1702467014, "5658.606"], [1702467038, "5698.11"], [1702467068, "5737.614"], [1702467122, "5796.87"], [1702467158, "5836.374"], [1702467191, "5875.878"], [1702467221, "5915.382"], [1702467257, "5954.886"], [1702467299, "5994.39"], [1702467350, "6053.646"], [1702467386, "6093.15"], [1702467419, "6132.654"], [1702467455, "6172.158"], [1702467515, "6251.166"], [1702467542, "6290.67"], [1702467566, "6330.174"], [1702467599, "6369.678"], [1702467635, "6409.182"], [1702467668, "6448.686"], [1702467695, "6488.19"], [1702467716, "6527.694"], [1702467746, "6567.198"], [1702467800, "6626.454"], [1702467824, "6665.958"], [1702467908, "6764.718"], [1702467944, "6804.222"], [1702467968, "6843.726"], [1702468001, "6883.23"], [1702468031, "6922.734"], [1702468067, "6962.238"], [1702468085, "7001.742"], [1702468115, "7041.246"], [1702468151, "7080.75"], [1702468181, "7120.254"], [1702468208, "7159.758"], [1702468241, "7199.262"], [1702468256, "7238.766"], [1702468286, "7278.27"], [1702468322, "7317.774"], [1702468352, "7357.278"], [1702468388, "7396.782"], [1702468424, "7436.286"], [1702468457, "7475.79"], [1702468493, "7515.294"], [1702468517, "7554.798"], [1702468550, "7594.302"], [1702468586, "7633.806"], [1702468613, "7673.31"], [1702468637, "7712.814"], [1702468679, "7752.318"], [1702468721, "7791.822"], [1702468730, "7811.574"], [1702468766, "7851.078"], [1702468799, "7890.582"], [1702468835, "7930.086"], [1702468898, "7989.342"], [1702468934, "8028.846"], [1702468970, "8068.35"], [1702468994, "8107.854"], [1702469024, "8147.358"], [1702469060, "8186.862"], [1702469111, "8246.118"], [1702469144, "8285.622"], [1702469168, "8325.126"], [1702469204, "8364.63"], [1702469237, "8404.134"], [1702469273, "8443.638"], [1702469303, "8483.142"], [1702469336, "8522.646"], [1702469360, "8562.15"], [1702469387, "8601.654"], [1702469411, "8641.158"], [1702469435, "8680.662"], [1702469468, "8720.166"], [1702469504, "8759.67"], [1702469537, "8799.174"], [1702469573, "8838.678"], [1702469606, "8878.182"], [1702469633, "8917.686"], [1702469660, "8957.19"], [1702469684, "8996.694"], [1702469717, "9036.198"], [1702469753, "9075.702"], [1702469786, "9115.206"], [1702469816, "9154.71"], [1702469834, "9194.214"], [1702469864, "9233.718"], [1702469906, "9292.974"], [1702469936, "9332.478"], [1702469972, "9371.982"], [1702470005, "9411.486"], [1702470029, "9450.99"], [1702470065, "9490.494"], [1702470101, "9529.998"], [1702470131, "9569.502"], [1702470167, "9609.006"], [1702470203, "9648.51"], [1702470251, "9707.766"], [1702470278, "9747.27"], [1702470311, "9786.774"], [1702470347, "9826.278"], [1702470371, "9865.782"], [1702470404, "9905.286"], [1702470440, "9944.79"], [1702470476, "9984.294"], [1702470506, "10023.798"], [1702470542, "10063.302"], [1702470575, "10102.806"], [1702470611, "10142.31"], [1702470635, "10181.814"], [1702470662, "10221.318"], [1702470686, "10260.822"], [1702470719, "10300.326"], [1702470746, "10339.83"], [1702470812, "10418.838"], [1702470845, "10458.342"], [1702470875, "10497.846"], [1702470899, "10537.35"], [1702470953, "10596.606"], [1702470983, "10636.11"], [1702471025, "10675.614"], [1702471067, "10734.87"], [1702471169, "10833.63"], [1702471193, "10873.134"], [1702471226, "10912.638"], [1702471265, "10952.142"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "42.345"], [1702462721, "42.345"], [1702462736, "42.939"], [1702462751, "43.272"], [1702462763, "43.275"], [1702462793, "46.08"], [1702462808, "47.097"], [1702462829, "47.496"], [1702462844, "53.265"], [1702462865, "55.311"], [1702462880, "57.747"], [1702462904, "60.825"], [1702462919, "61.23"], [1702462952, "61.581"], [1702462973, "62.82"], [1702462988, "63.276"], [1702463045, "73.758"], [1702463081, "74.157"], [1702463114, "74.409"], [1702463150, "74.775"], [1702463186, "76.128"], [1702463216, "78.33"], [1702463240, "78.699"], [1702463273, "80.661"], [1702463324, "85.992"], [1702463354, "86.385"], [1702463381, "87.033"], [1702463417, "87.564"], [1702463453, "89.67"], [1702463477, "89.961"], [1702463510, "90.969"], [1702463537, "92.034"], [1702463570, "93.132"], [1702463591, "94.017"], [1702463621, "98.874"], [1702463657, "100.575"], [1702463693, "102.96"], [1702463729, "107.829"], [1702463765, "108.612"], [1702463798, "108.888"], [1702463846, "109.311"], [1702463873, "109.914"], [1702463906, "110.472"], [1702463948, "111.432"], [1702463984, "113.07"], [1702464014, "115.083"], [1702464050, "116.475"], [1702464086, "119.502"], [1702464122, "122.145"], [1702464155, "123.726"], [1702464194, "125.118"], [1702464230, "125.667"], [1702464263, "126.369"], [1702464299, "128.328"], [1702464332, "131.559"], [1702464356, "134.061"], [1702464392, "137.121"], [1702464425, "138.45"], [1702464455, "139.134"], [1702464479, "141.039"], [1702464509, "141.39"], [1702464533, "142.359"], [1702464569, "143.346"], [1702464605, "145.362"], [1702464635, "156.879"], [1702464671, "160.647"], [1702464716, "164.247"], [1702464743, "165.711"], [1702464776, "170.694"], [1702464812, "172.569"], [1702464836, "173.952"], [1702464869, "176.859"], [1702464905, "178.161"], [1702464926, "178.371"], [1702464956, "179.208"], [1702464992, "180.939"], [1702465016, "181.542"], [1702465049, "184.293"], [1702465085, "187.686"], [1702465118, "189.159"], [1702465145, "190.395"], [1702465178, "190.776"], [1702465208, "191.391"], [1702465241, "194.796"], [1702465298, "195.726"], [1702465334, "196.368"], [1702465367, "197.052"], [1702465394, "197.178"], [1702465418, "198.831"], [1702465445, "200.673"], [1702465481, "202.701"], [1702465517, "203.997"], [1702465550, "204.756"], [1702465586, "207.753"], [1702465619, "207.933"], [1702465658, "211.227"], [1702465706, "211.644"], [1702465754, "212.853"], [1702465787, "213.957"], [1702465823, "215.697"], [1702465856, "218.295"], [1702465880, "218.811"], [1702465910, "219.471"], [1702465952, "220.176"], [1702465988, "221.181"], [1702466015, "221.484"], [1702466030, "221.625"], [1702466060, "221.862"], [1702466078, "221.973"], [1702466138, "223.977"], [1702466168, "224.832"], [1702466204, "227.004"], [1702466237, "236.613"], [1702466261, "236.982"], [1702466291, "237.903"], [1702466327, "239.832"], [1702466360, "240.444"], [1702466384, "240.804"], [1702466417, "241.32"], [1702466441, "241.497"], [1702466471, "241.827"], [1702466507, "248.97"], [1702466540, "250.44"], [1702466597, "254.898"], [1702466633, "255.897"], [1702466666, "257.64"], [1702466705, "259.506"], [1702466732, "259.668"], [1702466765, "259.818"], [1702466801, "260.388"], [1702466852, "265.515"], [1702466876, "266.034"], [1702466918, "267.942"], [1702466978, "269.85"], [1702467014, "274.26"], [1702467038, "274.713"], [1702467068, "275.628"], [1702467122, "277.845"], [1702467158, "279.045"], [1702467191, "283.455"], [1702467221, "283.764"], [1702467257, "284.667"], [1702467299, "286.155"], [1702467350, "291.327"], [1702467386, "293.835"], [1702467419, "294.705"], [1702467455, "298.665"], [1702467515, "299.457"], [1702467542, "299.877"], [1702467566, "300.084"], [1702467599, "300.939"], [1702467635, "301.38"], [1702467668, "302.466"], [1702467695, "304.116"], [1702467716, "305.562"], [1702467746, "307.26"], [1702467800, "312.801"], [1702467824, "313.728"], [1702467908, "316.08"], [1702467944, "316.677"], [1702467968, "316.983"], [1702468001, "317.472"], [1702468031, "318.279"], [1702468067, "322.335"], [1702468085, "323.238"], [1702468115, "324.129"], [1702468151, "326.091"], [1702468181, "326.898"], [1702468208, "327.891"], [1702468241, "328.821"], [1702468256, "329.193"], [1702468286, "329.694"], [1702468322, "330.222"], [1702468352, "331.521"], [1702468388, "336.099"], [1702468424, "340.515"], [1702468457, "344.595"], [1702468493, "348.549"], [1702468517, "350.463"], [1702468550, "350.754"], [1702468586, "352.656"], [1702468613, "354.729"], [1702468637, "356.247"], [1702468679, "356.931"], [1702468721, "361.119"], [1702468730, "361.518"], [1702468766, "365.433"], [1702468799, "372.663"], [1702468835, "374.694"], [1702468898, "378.999"], [1702468934, "382.86"], [1702468970, "387.747"], [1702468994, "388.953"], [1702469024, "389.325"], [1702469060, "390.18"], [1702469111, "392.253"], [1702469144, "395.247"], [1702469168, "395.91"], [1702469204, "397.653"], [1702469237, "399.126"], [1702469273, "402.276"], [1702469303, "406.413"], [1702469336, "407.991"], [1702469360, "409.257"], [1702469387, "409.65"], [1702469411, "411.165"], [1702469435, "412.23"], [1702469468, "413.601"], [1702469504, "414.033"], [1702469537, "414.411"], [1702469573, "415.104"], [1702469606, "415.719"], [1702469633, "416.628"], [1702469660, "417.732"], [1702469684, "418.62"], [1702469717, "419.502"], [1702469753, "419.769"], [1702469786, "420.291"], [1702469816, "421.461"], [1702469834, "421.956"], [1702469864, "422.496"], [1702469906, "423.03"], [1702469936, "423.471"], [1702469972, "424.44"], [1702470005, "424.584"], [1702470029, "424.827"], [1702470065, "425.073"], [1702470101, "426"], [1702470131, "426.495"], [1702470167, "427.797"], [1702470203, "429.294"], [1702470251, "430.431"], [1702470278, "431.112"], [1702470311, "431.601"], [1702470347, "432.213"], [1702470371, "432.534"], [1702470404, "433.284"], [1702470440, "433.428"], [1702470476, "434.124"], [1702470506, "434.637"], [1702470542, "435.756"], [1702470575, "436.605"], [1702470611, "437.202"], [1702470635, "438.147"], [1702470662, "438.753"], [1702470686, "439.209"], [1702470719, "439.647"], [1702470746, "440.184"], [1702470812, "441.252"], [1702470845, "442.197"], [1702470875, "442.971"], [1702470899, "443.253"], [1702470953, "443.586"], [1702470983, "444.105"], [1702471025, "445.278"], [1702471067, "447.237"], [1702471169, "449.091"], [1702471193, "449.241"], [1702471226, "449.517"], [1702471265, "449.979"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0.336"], [1702462793, "0.336"], [1702462808, "0.336"], [1702462829, "0.336"], [1702462844, "0.336"], [1702462865, "0.336"], [1702462880, "0.336"], [1702462904, "0.336"], [1702462919, "0.336"], [1702462952, "0.336"], [1702462973, "0.336"], [1702462988, "0.336"], [1702463045, "0.447"], [1702463081, "0.447"], [1702463114, "0.447"], [1702463150, "0.447"], [1702463186, "0.447"], [1702463216, "0.447"], [1702463240, "0.447"], [1702463273, "0.447"], [1702463324, "0.447"], [1702463354, "0.447"], [1702463381, "0.447"], [1702463417, "0.447"], [1702463453, "0.447"], [1702463477, "0.447"], [1702463510, "0.447"], [1702463537, "0.447"], [1702463570, "0.447"], [1702463591, "0.447"], [1702463621, "0.447"], [1702463657, "0.447"], [1702463693, "0.447"], [1702463729, "0.447"], [1702463765, "0.447"], [1702463798, "0.447"], [1702463846, "0.447"], [1702463873, "0.447"], [1702463906, "0.447"], [1702463948, "0.447"], [1702463984, "0.447"], [1702464014, "0.447"], [1702464050, "0.447"], [1702464086, "0.447"], [1702464122, "0.447"], [1702464155, "0.447"], [1702464194, "0.447"], [1702464230, "0.447"], [1702464263, "0.447"], [1702464299, "0.447"], [1702464332, "0.447"], [1702464356, "0.447"], [1702464392, "0.447"], [1702464425, "0.447"], [1702464455, "0.447"], [1702464479, "0.447"], [1702464509, "0.447"], [1702464533, "0.447"], [1702464569, "0.447"], [1702464605, "0.447"], [1702464635, "0.447"], [1702464671, "0.447"], [1702464716, "0.447"], [1702464743, "0.447"], [1702464776, "0.447"], [1702464812, "0.447"], [1702464836, "0.447"], [1702464869, "0.447"], [1702464905, "0.447"], [1702464926, "0.447"], [1702464956, "0.447"], [1702464992, "0.447"], [1702465016, "0.447"], [1702465049, "0.447"], [1702465085, "0.447"], [1702465118, "0.447"], [1702465145, "0.447"], [1702465178, "0.447"], [1702465208, "0.447"], [1702465241, "0.447"], [1702465298, "0.447"], [1702465334, "0.447"], [1702465367, "0.447"], [1702465394, "0.447"], [1702465418, "0.447"], [1702465445, "0.447"], [1702465481, "0.447"], [1702465517, "0.447"], [1702465550, "0.447"], [1702465586, "0.447"], [1702465619, "0.447"], [1702465658, "0.447"], [1702465706, "0.447"], [1702465754, "0.447"], [1702465787, "0.447"], [1702465823, "0.447"], [1702465856, "0.447"], [1702465880, "0.447"], [1702465910, "0.447"], [1702465952, "0.447"], [1702465988, "0.447"], [1702466015, "0.447"], [1702466030, "0.447"], [1702466060, "0.447"], [1702466078, "0.447"], [1702466138, "0.447"], [1702466168, "0.447"], [1702466204, "0.447"], [1702466237, "0.447"], [1702466261, "0.447"], [1702466291, "0.447"], [1702466327, "0.447"], [1702466360, "0.447"], [1702466384, "0.447"], [1702466417, "0.447"], [1702466441, "0.447"], [1702466471, "0.447"], [1702466507, "0.447"], [1702466540, "0.447"], [1702466597, "0.447"], [1702466633, "0.447"], [1702466666, "0.447"], [1702466705, "0.447"], [1702466732, "0.447"], [1702466765, "0.447"], [1702466801, "0.447"], [1702466852, "0.447"], [1702466876, "0.447"], [1702466918, "0.447"], [1702466978, "0.447"], [1702467014, "0.447"], [1702467038, "0.447"], [1702467068, "0.447"], [1702467122, "0.447"], [1702467158, "0.447"], [1702467191, "0.447"], [1702467221, "0.447"], [1702467257, "0.447"], [1702467299, "0.447"], [1702467350, "0.447"], [1702467386, "0.447"], [1702467419, "0.447"], [1702467455, "0.447"], [1702467515, "0.447"], [1702467542, "0.447"], [1702467566, "0.447"], [1702467599, "0.447"], [1702467635, "0.447"], [1702467668, "0.447"], [1702467695, "0.447"], [1702467716, "0.447"], [1702467746, "0.447"], [1702467800, "0.447"], [1702467824, "0.447"], [1702467908, "0.447"], [1702467944, "0.447"], [1702467968, "0.447"], [1702468001, "0.447"], [1702468031, "0.447"], [1702468067, "0.447"], [1702468085, "0.447"], [1702468115, "0.447"], [1702468151, "0.447"], [1702468181, "0.447"], [1702468208, "0.447"], [1702468241, "0.447"], [1702468256, "0.447"], [1702468286, "0.447"], [1702468322, "0.447"], [1702468352, "0.447"], [1702468388, "0.447"], [1702468424, "0.447"], [1702468457, "0.447"], [1702468493, "0.447"], [1702468517, "0.447"], [1702468550, "0.447"], [1702468586, "0.447"], [1702468613, "0.447"], [1702468637, "0.447"], [1702468679, "0.447"], [1702468721, "0.447"], [1702468730, "0.447"], [1702468766, "0.447"], [1702468799, "0.447"], [1702468835, "0.447"], [1702468898, "0.447"], [1702468934, "0.447"], [1702468970, "0.447"], [1702468994, "0.447"], [1702469024, "0.447"], [1702469060, "0.447"], [1702469111, "0.447"], [1702469144, "0.447"], [1702469168, "0.447"], [1702469204, "0.447"], [1702469237, "0.447"], [1702469273, "0.447"], [1702469303, "0.447"], [1702469336, "0.447"], [1702469360, "0.447"], [1702469387, "0.447"], [1702469411, "0.447"], [1702469435, "0.447"], [1702469468, "0.447"], [1702469504, "0.447"], [1702469537, "0.447"], [1702469573, "0.447"], [1702469606, "0.447"], [1702469633, "0.447"], [1702469660, "0.447"], [1702469684, "0.447"], [1702469717, "0.447"], [1702469753, "0.447"], [1702469786, "0.447"], [1702469816, "0.447"], [1702469834, "0.447"], [1702469864, "0.447"], [1702469906, "0.447"], [1702469936, "0.447"], [1702469972, "0.447"], [1702470005, "0.447"], [1702470029, "0.447"], [1702470065, "0.447"], [1702470101, "0.447"], [1702470131, "0.447"], [1702470167, "0.447"], [1702470203, "0.447"], [1702470251, "0.447"], [1702470278, "0.447"], [1702470311, "0.447"], [1702470347, "0.447"], [1702470371, "0.447"], [1702470404, "0.447"], [1702470440, "0.447"], [1702470476, "0.447"], [1702470506, "0.447"], [1702470542, "0.447"], [1702470575, "0.447"], [1702470611, "0.447"], [1702470635, "0.447"], [1702470662, "0.447"], [1702470686, "0.447"], [1702470719, "0.447"], [1702470746, "0.447"], [1702470812, "0.447"], [1702470845, "0.447"], [1702470875, "0.447"], [1702470899, "0.447"], [1702470953, "0.447"], [1702470983, "0.447"], [1702471025, "0.447"], [1702471067, "0.447"], [1702471169, "0.447"], [1702471193, "0.447"], [1702471226, "0.447"], [1702471265, "0.447"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "200.346"], [1702462793, "241.938"], [1702462808, "262.515"], [1702462829, "283.092"], [1702462844, "302.844"], [1702462865, "322.596"], [1702462880, "342.348"], [1702462904, "381.852"], [1702462919, "401.604"], [1702462952, "441.108"], [1702462973, "460.86"], [1702462988, "480.612"], [1702463045, "539.868"], [1702463081, "579.372"], [1702463114, "618.876"], [1702463150, "658.38"], [1702463186, "697.884"], [1702463216, "737.388"], [1702463240, "776.892"], [1702463273, "816.396"], [1702463324, "875.652"], [1702463354, "915.156"], [1702463381, "954.66"], [1702463417, "994.164"], [1702463453, "1033.668"], [1702463477, "1073.172"], [1702463510, "1112.676"], [1702463537, "1152.18"], [1702463570, "1191.684"], [1702463591, "1231.188"], [1702463621, "1270.692"], [1702463657, "1310.196"], [1702463693, "1349.7"], [1702463729, "1389.204"], [1702463765, "1428.708"], [1702463798, "1468.212"], [1702463846, "1527.468"], [1702463873, "1566.972"], [1702463906, "1606.476"], [1702463948, "1665.732"], [1702463984, "1705.236"], [1702464014, "1744.74"], [1702464050, "1784.244"], [1702464086, "1823.748"], [1702464122, "1863.252"], [1702464155, "1902.756"], [1702464194, "1962.012"], [1702464230, "2001.516"], [1702464263, "2041.02"], [1702464299, "2080.524"], [1702464332, "2120.028"], [1702464356, "2159.532"], [1702464392, "2199.036"], [1702464425, "2238.54"], [1702464455, "2278.044"], [1702464479, "2317.548"], [1702464509, "2357.052"], [1702464533, "2396.556"], [1702464569, "2436.06"], [1702464605, "2475.564"], [1702464635, "2515.068"], [1702464671, "2554.572"], [1702464716, "2594.076"], [1702464743, "2633.58"], [1702464776, "2673.084"], [1702464812, "2712.588"], [1702464836, "2752.092"], [1702464869, "2791.596"], [1702464905, "2831.1"], [1702464926, "2870.604"], [1702464956, "2910.108"], [1702464992, "2949.612"], [1702465016, "2989.116"], [1702465049, "3028.62"], [1702465085, "3068.124"], [1702465118, "3107.628"], [1702465145, "3147.132"], [1702465178, "3186.636"], [1702465208, "3226.14"], [1702465241, "3265.644"], [1702465298, "3324.9"], [1702465334, "3364.404"], [1702465367, "3403.908"], [1702465394, "3443.412"], [1702465418, "3482.916"], [1702465445, "3522.42"], [1702465481, "3561.924"], [1702465517, "3601.428"], [1702465550, "3640.932"], [1702465586, "3680.436"], [1702465619, "3719.94"], [1702465658, "3759.444"], [1702465706, "3798.948"], [1702465754, "3858.204"], [1702465787, "3897.708"], [1702465823, "3937.212"], [1702465856, "3976.716"], [1702465880, "4016.22"], [1702465910, "4055.724"], [1702465952, "4095.228"], [1702465988, "4134.732"], [1702466015, "4174.236"], [1702466030, "4213.74"], [1702466060, "4253.244"], [1702466078, "4292.748"], [1702466138, "4352.004"], [1702466168, "4391.508"], [1702466204, "4431.012"], [1702466237, "4470.516"], [1702466261, "4510.02"], [1702466291, "4549.524"], [1702466327, "4589.028"], [1702466360, "4628.532"], [1702466384, "4668.036"], [1702466417, "4707.54"], [1702466441, "4747.044"], [1702466471, "4786.548"], [1702466507, "4826.052"], [1702466540, "4865.556"], [1702466597, "4924.812"], [1702466633, "4964.316"], [1702466666, "5003.82"], [1702466705, "5043.324"], [1702466732, "5082.828"], [1702466765, "5122.332"], [1702466801, "5161.836"], [1702466852, "5221.092"], [1702466876, "5260.596"], [1702466918, "5300.1"], [1702466978, "5379.108"], [1702467014, "5418.612"], [1702467038, "5458.116"], [1702467068, "5497.62"], [1702467122, "5556.876"], [1702467158, "5596.38"], [1702467191, "5635.884"], [1702467221, "5675.388"], [1702467257, "5714.892"], [1702467299, "5754.396"], [1702467350, "5813.652"], [1702467386, "5853.156"], [1702467419, "5892.66"], [1702467455, "5932.164"], [1702467515, "6011.172"], [1702467542, "6050.676"], [1702467566, "6090.18"], [1702467599, "6129.684"], [1702467635, "6169.188"], [1702467668, "6208.692"], [1702467695, "6248.196"], [1702467716, "6287.7"], [1702467746, "6327.204"], [1702467800, "6386.46"], [1702467824, "6425.964"], [1702467908, "6524.724"], [1702467944, "6564.228"], [1702467968, "6603.732"], [1702468001, "6643.236"], [1702468031, "6682.74"], [1702468067, "6722.244"], [1702468085, "6761.748"], [1702468115, "6801.252"], [1702468151, "6840.756"], [1702468181, "6880.26"], [1702468208, "6919.764"], [1702468241, "6959.268"], [1702468256, "6998.772"], [1702468286, "7038.276"], [1702468322, "7077.78"], [1702468352, "7117.284"], [1702468388, "7156.788"], [1702468424, "7196.292"], [1702468457, "7235.796"], [1702468493, "7275.3"], [1702468517, "7314.804"], [1702468550, "7354.308"], [1702468586, "7393.812"], [1702468613, "7433.316"], [1702468637, "7472.82"], [1702468679, "7512.324"], [1702468721, "7551.828"], [1702468730, "7571.58"], [1702468766, "7611.084"], [1702468799, "7650.588"], [1702468835, "7690.092"], [1702468898, "7749.348"], [1702468934, "7788.852"], [1702468970, "7828.356"], [1702468994, "7867.86"], [1702469024, "7907.364"], [1702469060, "7946.868"], [1702469111, "8006.124"], [1702469144, "8045.628"], [1702469168, "8085.132"], [1702469204, "8124.636"], [1702469237, "8164.14"], [1702469273, "8203.644"], [1702469303, "8243.148"], [1702469336, "8282.652"], [1702469360, "8322.156"], [1702469387, "8361.66"], [1702469411, "8401.164"], [1702469435, "8440.668"], [1702469468, "8480.172"], [1702469504, "8519.676"], [1702469537, "8559.18"], [1702469573, "8598.684"], [1702469606, "8638.188"], [1702469633, "8677.692"], [1702469660, "8717.196"], [1702469684, "8756.7"], [1702469717, "8796.204"], [1702469753, "8835.708"], [1702469786, "8875.212"], [1702469816, "8914.716"], [1702469834, "8954.22"], [1702469864, "8993.724"], [1702469906, "9052.98"], [1702469936, "9092.484"], [1702469972, "9131.988"], [1702470005, "9171.492"], [1702470029, "9210.996"], [1702470065, "9250.5"], [1702470101, "9290.004"], [1702470131, "9329.508"], [1702470167, "9369.012"], [1702470203, "9408.516"], [1702470251, "9467.772"], [1702470278, "9507.276"], [1702470311, "9546.78"], [1702470347, "9586.284"], [1702470371, "9625.788"], [1702470404, "9665.292"], [1702470440, "9704.796"], [1702470476, "9744.3"], [1702470506, "9783.804"], [1702470542, "9823.308"], [1702470575, "9862.812"], [1702470611, "9902.316"], [1702470635, "9941.82"], [1702470662, "9981.324"], [1702470686, "10020.828"], [1702470719, "10060.332"], [1702470746, "10099.836"], [1702470812, "10178.844"], [1702470845, "10218.348"], [1702470875, "10257.852"], [1702470899, "10297.356"], [1702470953, "10356.612"], [1702470983, "10396.116"], [1702471025, "10435.62"], [1702471067, "10494.876"], [1702471169, "10593.636"], [1702471193, "10633.14"], [1702471226, "10672.644"], [1702471265, "10712.148"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0.336"], [1702462721, "0.336"], [1702462736, "0.336"], [1702462751, "0.336"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "114.918"], [1702462721, "136.389"], [1702462736, "157.86"], [1702462751, "179.331"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "21.114"], [1702462721, "21.114"], [1702462736, "21.114"], [1702462751, "21.186"], [1702462763, "21.186"], [1702462793, "21.186"], [1702462808, "21.186"], [1702462829, "21.186"], [1702462844, "21.186"], [1702462865, "21.186"], [1702462880, "21.186"], [1702462904, "21.186"], [1702462919, "21.186"], [1702462952, "21.186"], [1702462973, "21.546"], [1702462988, "21.546"], [1702463045, "30.3"], [1702463081, "30.3"], [1702463114, "30.516"], [1702463150, "30.516"], [1702463186, "30.516"], [1702463216, "30.516"], [1702463240, "30.516"], [1702463273, "30.516"], [1702463324, "30.831"], [1702463354, "30.831"], [1702463381, "32.148"], [1702463417, "32.148"], [1702463453, "33.267"], [1702463477, "33.267"], [1702463510, "33.267"], [1702463537, "33.267"], [1702463570, "33.267"], [1702463591, "33.267"], [1702463621, "33.267"], [1702463657, "33.267"], [1702463693, "33.267"], [1702463729, "41.223"], [1702463765, "41.223"], [1702463798, "41.223"], [1702463846, "41.223"], [1702463873, "41.223"], [1702463906, "41.223"], [1702463948, "41.223"], [1702463984, "41.223"], [1702464014, "41.223"], [1702464050, "43.008"], [1702464086, "43.008"], [1702464122, "43.008"], [1702464155, "43.017"], [1702464194, "43.017"], [1702464230, "52.08"], [1702464263, "52.08"], [1702464299, "52.08"], [1702464332, "52.08"], [1702464356, "53.121"], [1702464392, "53.121"], [1702464425, "53.121"], [1702464455, "53.121"], [1702464479, "53.121"], [1702464509, "53.121"], [1702464533, "53.961"], [1702464569, "53.961"], [1702464605, "53.961"], [1702464635, "53.961"], [1702464671, "53.961"], [1702464716, "53.961"], [1702464743, "53.961"], [1702464776, "53.961"], [1702464812, "53.961"], [1702464836, "57.309"], [1702464869, "57.309"], [1702464905, "58.494"], [1702464926, "58.5"], [1702464956, "58.698"], [1702464992, "58.698"], [1702465016, "60.387"], [1702465049, "60.387"], [1702465085, "60.387"], [1702465118, "60.387"], [1702465145, "60.387"], [1702465178, "60.387"], [1702465208, "60.387"], [1702465241, "60.387"], [1702465298, "60.387"], [1702465334, "60.387"], [1702465367, "60.387"], [1702465394, "60.399"], [1702465418, "60.471"], [1702465445, "60.471"], [1702465481, "60.471"], [1702465517, "60.471"], [1702465550, "60.471"], [1702465586, "60.471"], [1702465619, "60.579"], [1702465658, "60.579"], [1702465706, "60.579"], [1702465754, "60.579"], [1702465787, "61.866"], [1702465823, "61.866"], [1702465856, "61.866"], [1702465880, "61.866"], [1702465910, "61.866"], [1702465952, "61.866"], [1702465988, "61.866"], [1702466015, "61.866"], [1702466030, "61.866"], [1702466060, "61.866"], [1702466078, "61.866"], [1702466138, "61.866"], [1702466168, "61.866"], [1702466204, "61.866"], [1702466237, "61.866"], [1702466261, "63.144"], [1702466291, "63.144"], [1702466327, "63.144"], [1702466360, "63.144"], [1702466384, "63.144"], [1702466417, "63.144"], [1702466441, "67.482"], [1702466471, "67.482"], [1702466507, "67.482"], [1702466540, "67.482"], [1702466597, "67.482"], [1702466633, "69.801"], [1702466666, "69.801"], [1702466705, "69.801"], [1702466732, "69.801"], [1702466765, "69.825"], [1702466801, "69.825"], [1702466852, "69.825"], [1702466876, "69.825"], [1702466918, "69.825"], [1702466978, "69.825"], [1702467014, "69.825"], [1702467038, "69.825"], [1702467068, "69.825"], [1702467122, "69.825"], [1702467158, "69.825"], [1702467191, "69.87"], [1702467221, "69.87"], [1702467257, "69.87"], [1702467299, "69.87"], [1702467350, "70.2"], [1702467386, "70.2"], [1702467419, "70.2"], [1702467455, "71.049"], [1702467515, "71.049"], [1702467542, "71.049"], [1702467566, "71.058"], [1702467599, "71.058"], [1702467635, "71.058"], [1702467668, "75.45"], [1702467695, "75.45"], [1702467716, "77.097"], [1702467746, "77.097"], [1702467800, "77.097"], [1702467824, "77.097"], [1702467908, "77.931"], [1702467944, "77.931"], [1702467968, "77.931"], [1702468001, "77.931"], [1702468031, "77.931"], [1702468067, "77.991"], [1702468085, "77.991"], [1702468115, "77.991"], [1702468151, "77.991"], [1702468181, "77.991"], [1702468208, "77.991"], [1702468241, "77.991"], [1702468256, "77.991"], [1702468286, "77.991"], [1702468322, "77.991"], [1702468352, "77.991"], [1702468388, "78.552"], [1702468424, "78.552"], [1702468457, "78.552"], [1702468493, "78.552"], [1702468517, "78.552"], [1702468550, "78.552"], [1702468586, "78.552"], [1702468613, "78.552"], [1702468637, "78.552"], [1702468679, "78.552"], [1702468721, "78.552"], [1702468730, "78.552"], [1702468766, "78.552"], [1702468799, "78.552"], [1702468835, "78.552"], [1702468898, "79.461"], [1702468934, "79.461"], [1702468970, "82.026"], [1702468994, "82.026"], [1702469024, "82.038"], [1702469060, "82.038"], [1702469111, "82.038"], [1702469144, "82.038"], [1702469168, "82.038"], [1702469204, "82.038"], [1702469237, "82.038"], [1702469273, "82.062"], [1702469303, "82.062"], [1702469336, "82.062"], [1702469360, "82.062"], [1702469387, "82.062"], [1702469411, "82.062"], [1702469435, "82.062"], [1702469468, "82.062"], [1702469504, "82.062"], [1702469537, "82.065"], [1702469573, "82.122"], [1702469606, "82.122"], [1702469633, "82.122"], [1702469660, "82.122"], [1702469684, "82.122"], [1702469717, "82.122"], [1702469753, "82.446"], [1702469786, "82.446"], [1702469816, "82.446"], [1702469834, "82.446"], [1702469864, "82.446"], [1702469906, "82.446"], [1702469936, "82.446"], [1702469972, "82.446"], [1702470005, "82.446"], [1702470029, "82.446"], [1702470065, "82.446"], [1702470101, "82.446"], [1702470131, "82.446"], [1702470167, "82.446"], [1702470203, "82.446"], [1702470251, "82.446"], [1702470278, "82.446"], [1702470311, "82.446"], [1702470347, "82.446"], [1702470371, "82.449"], [1702470404, "82.449"], [1702470440, "82.449"], [1702470476, "82.449"], [1702470506, "82.449"], [1702470542, "82.449"], [1702470575, "82.449"], [1702470611, "82.449"], [1702470635, "82.449"], [1702470662, "82.449"], [1702470686, "82.449"], [1702470719, "82.449"], [1702470746, "82.449"], [1702470812, "84.543"], [1702470845, "85.602"], [1702470875, "85.602"], [1702470899, "85.602"], [1702470953, "85.866"], [1702470983, "85.866"], [1702471025, "85.866"], [1702471067, "87.837"], [1702471169, "87.837"], [1702471193, "87.837"], [1702471226, "87.837"], [1702471265, "87.837"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "17799.939"], [1702462721, "18606.294"], [1702462736, "19419.363"], [1702462751, "20307.561"], [1702462763, "20311.185"], [1702462793, "21652.512"], [1702462808, "22683.276"], [1702462829, "23409.459"], [1702462844, "26321.589"], [1702462865, "27706.83"], [1702462880, "28823.157"], [1702462904, "29893.065"], [1702462919, "30104.1"], [1702462952, "30761.997"], [1702462973, "31372.056"], [1702462988, "31788.411"], [1702463045, "32835.729"], [1702463081, "33217.551"], [1702463114, "34322.325"], [1702463150, "34831.809"], [1702463186, "35380.311"], [1702463216, "36972.684"], [1702463240, "37768.263"], [1702463273, "38929.965"], [1702463324, "41730.312"], [1702463354, "42016.59"], [1702463381, "42655.215"], [1702463417, "43091.415"], [1702463453, "44650.683"], [1702463477, "44866.02"], [1702463510, "45566.001"], [1702463537, "45970.257"], [1702463570, "46669.662"], [1702463591, "47460.657"], [1702463621, "48454.494"], [1702463657, "49691.091"], [1702463693, "50119.947"], [1702463729, "52878.615"], [1702463765, "54146.595"], [1702463798, "54344.334"], [1702463846, "54617.907"], [1702463873, "55157.571"], [1702463906, "55652.406"], [1702463948, "56920.251"], [1702463984, "58549.932"], [1702464014, "59507.94"], [1702464050, "60768.879"], [1702464086, "62621.433"], [1702464122, "63949.548"], [1702464155, "64840.995"], [1702464194, "65469.369"], [1702464230, "66076.299"], [1702464263, "66571.5"], [1702464299, "67838.265"], [1702464332, "69937.071"], [1702464356, "71351.727"], [1702464392, "72712.476"], [1702464425, "73551.357"], [1702464455, "75231.006"], [1702464479, "76515.87"], [1702464509, "77221.491"], [1702464533, "77836.518"], [1702464569, "78602.232"], [1702464605, "79619.304"], [1702464635, "81879.513"], [1702464671, "83557.881"], [1702464716, "87580.179"], [1702464743, "89395.059"], [1702464776, "92094.522"], [1702464812, "93331.917"], [1702464836, "94347.822"], [1702464869, "96238.572"], [1702464905, "98040.861"], [1702464926, "98475.465"], [1702464956, "100032.675"], [1702464992, "102017.034"], [1702465016, "102642.486"], [1702465049, "104271.471"], [1702465085, "106739.553"], [1702465118, "107833.854"], [1702465145, "109252.977"], [1702465178, "109508.289"], [1702465208, "110436.705"], [1702465241, "113145.717"], [1702465298, "113659.596"], [1702465334, "114185.91"], [1702465367, "114634.542"], [1702465394, "114839.328"], [1702465418, "115323.708"], [1702465445, "116437.272"], [1702465481, "118219.548"], [1702465517, "118893.891"], [1702465550, "119383.164"], [1702465586, "121082.604"], [1702465619, "121252.185"], [1702465658, "121962.384"], [1702465706, "122253.555"], [1702465754, "123098.85"], [1702465787, "123621.504"], [1702465823, "125193.837"], [1702465856, "126356.094"], [1702465880, "126734.439"], [1702465910, "127094.052"], [1702465952, "127531.062"], [1702465988, "128056.659"], [1702466015, "128198.748"], [1702466030, "128332.464"], [1702466060, "128403.897"], [1702466078, "128699.109"], [1702466138, "130300.632"], [1702466168, "131608.287"], [1702466204, "133255.113"], [1702466237, "135657.423"], [1702466261, "135974.52"], [1702466291, "136741.134"], [1702466327, "137542.737"], [1702466360, "137909.337"], [1702466384, "138328.929"], [1702466417, "138910.329"], [1702466441, "139088.391"], [1702466471, "139508.319"], [1702466507, "141206.313"], [1702466540, "142654.959"], [1702466597, "145509.942"], [1702466633, "146804.571"], [1702466666, "148649.937"], [1702466705, "150043.233"], [1702466732, "150403.305"], [1702466765, "150673.032"], [1702466801, "151161.156"], [1702466852, "154611.336"], [1702466876, "155307.363"], [1702466918, "156798.99"], [1702466978, "159957.858"], [1702467014, "162111.555"], [1702467038, "163573.266"], [1702467068, "164435.208"], [1702467122, "165349.932"], [1702467158, "165809.616"], [1702467191, "168156.609"], [1702467221, "168517.986"], [1702467257, "169310.742"], [1702467299, "170110.062"], [1702467350, "172668.288"], [1702467386, "174095.865"], [1702467419, "174706.023"], [1702467455, "175518.72"], [1702467515, "176270.454"], [1702467542, "176628.588"], [1702467566, "176886.108"], [1702467599, "177350.019"], [1702467635, "177724.287"], [1702467668, "179530.269"], [1702467695, "180647.052"], [1702467716, "181446.285"], [1702467746, "182220.126"], [1702467800, "184490.124"], [1702467824, "185046.357"], [1702467908, "186725.244"], [1702467944, "187410.276"], [1702467968, "187735.401"], [1702468001, "188285.91"], [1702468031, "189152.457"], [1702468067, "191653.347"], [1702468085, "192165.75"], [1702468115, "193071.207"], [1702468151, "194078.967"], [1702468181, "194645.343"], [1702468208, "195247.776"], [1702468241, "195775.383"], [1702468256, "196019.082"], [1702468286, "196373.646"], [1702468322, "196932.852"], [1702468352, "200711.028"], [1702468388, "201955.335"], [1702468424, "204152.943"], [1702468457, "206140.032"], [1702468493, "207893.76"], [1702468517, "209405.625"], [1702468550, "210199.644"], [1702468586, "211121.379"], [1702468613, "212462.841"], [1702468637, "213804.144"], [1702468679, "214372.23"], [1702468721, "217017.285"], [1702468730, "217331.439"], [1702468766, "218636.979"], [1702468799, "221904.633"], [1702468835, "222868.677"], [1702468898, "225979.503"], [1702468934, "227715.483"], [1702468970, "230208.123"], [1702468994, "231230.679"], [1702469024, "231982.416"], [1702469060, "232787.529"], [1702469111, "234152.142"], [1702469144, "235956.828"], [1702469168, "236306.544"], [1702469204, "237834.108"], [1702469237, "238831.248"], [1702469273, "240375.471"], [1702469303, "242579.76"], [1702469336, "243651.153"], [1702469360, "244209.528"], [1702469387, "244514.85"], [1702469411, "245193.171"], [1702469435, "245892.84"], [1702469468, "246808.725"], [1702469504, "248972.238"], [1702469537, "253024.833"], [1702469573, "257044.326"], [1702469606, "262944.645"], [1702469633, "265939.602"], [1702469660, "270139.833"], [1702469684, "272817.06"], [1702469717, "275559.447"], [1702469753, "277292.838"], [1702469786, "279802.452"], [1702469816, "282250.611"], [1702469834, "284098.533"], [1702469864, "286934.481"], [1702469906, "290004.876"], [1702469936, "293508.837"], [1702469972, "295677.186"], [1702470005, "299536.938"], [1702470029, "300926.268"], [1702470065, "304613.394"], [1702470101, "308805.117"], [1702470131, "311815.983"], [1702470167, "316589.487"], [1702470203, "321157.647"], [1702470251, "325240.836"], [1702470278, "327617.451"], [1702470311, "331322.67"], [1702470347, "335734.473"], [1702470371, "337953.558"], [1702470404, "341552.361"], [1702470440, "344879.709"], [1702470476, "350337.96"], [1702470506, "354963.162"], [1702470542, "359732.028"], [1702470575, "363643.236"], [1702470611, "366507.837"], [1702470635, "368563.878"], [1702470662, "370162.575"], [1702470686, "372009.054"], [1702470719, "374331.552"], [1702470746, "377787.534"], [1702470812, "382707.066"], [1702470845, "386210.157"], [1702470875, "387920.286"], [1702470899, "390305.244"], [1702470953, "395543.436"], [1702470983, "397330.71"], [1702471025, "400820.238"], [1702471067, "404795.565"], [1702471169, "413969.55"], [1702471193, "415238.205"], [1702471226, "417883.947"], [1702471265, "422329.236"]]}, {"metric": {"__name__": "kepler_container_package_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "718.371"], [1702462721, "739.842"], [1702462736, "761.313"], [1702462751, "782.784"], [1702462763, "803.799"], [1702462793, "845.391"], [1702462808, "865.968"], [1702462829, "886.545"], [1702462844, "906.297"], [1702462865, "926.049"], [1702462880, "945.801"], [1702462904, "985.305"], [1702462919, "1005.057"], [1702462952, "1044.561"], [1702462973, "1064.313"], [1702462988, "1084.065"], [1702463045, "1143.321"], [1702463081, "1182.825"], [1702463114, "1222.329"], [1702463150, "1261.833"], [1702463186, "1301.337"], [1702463216, "1340.841"], [1702463240, "1380.345"], [1702463273, "1419.849"], [1702463324, "1479.105"], [1702463354, "1518.609"], [1702463381, "1558.113"], [1702463417, "1597.617"], [1702463453, "1637.121"], [1702463477, "1676.625"], [1702463510, "1716.129"], [1702463537, "1755.633"], [1702463570, "1795.137"], [1702463591, "1834.641"], [1702463621, "1874.145"], [1702463657, "1913.649"], [1702463693, "1953.153"], [1702463729, "1992.657"], [1702463765, "2032.161"], [1702463798, "2071.665"], [1702463846, "2130.921"], [1702463873, "2170.425"], [1702463906, "2209.929"], [1702463948, "2269.185"], [1702463984, "2308.689"], [1702464014, "2348.193"], [1702464050, "2387.697"], [1702464086, "2427.201"], [1702464122, "2466.705"], [1702464155, "2506.209"], [1702464194, "2565.465"], [1702464230, "2604.969"], [1702464263, "2644.473"], [1702464299, "2683.977"], [1702464332, "2723.481"], [1702464356, "2762.985"], [1702464392, "2802.489"], [1702464425, "2841.993"], [1702464455, "2881.497"], [1702464479, "2921.001"], [1702464509, "2960.505"], [1702464533, "3000.009"], [1702464569, "3039.513"], [1702464605, "3079.017"], [1702464635, "3118.521"], [1702464671, "3158.025"], [1702464716, "3197.529"], [1702464743, "3237.033"], [1702464776, "3276.537"], [1702464812, "3316.041"], [1702464836, "3355.545"], [1702464869, "3395.049"], [1702464905, "3434.553"], [1702464926, "3474.057"], [1702464956, "3513.561"], [1702464992, "3553.065"], [1702465016, "3592.569"], [1702465049, "3632.073"], [1702465085, "3671.577"], [1702465118, "3711.081"], [1702465145, "3750.585"], [1702465178, "3790.089"], [1702465208, "3829.593"], [1702465241, "3869.097"], [1702465298, "3928.353"], [1702465334, "3967.857"], [1702465367, "4007.361"], [1702465394, "4046.865"], [1702465418, "4086.369"], [1702465445, "4125.873"], [1702465481, "4165.377"], [1702465517, "4204.881"], [1702465550, "4244.385"], [1702465586, "4283.889"], [1702465619, "4323.393"], [1702465658, "4362.897"], [1702465706, "4402.401"], [1702465754, "4461.657"], [1702465787, "4501.161"], [1702465823, "4540.665"], [1702465856, "4580.169"], [1702465880, "4619.673"], [1702465910, "4659.177"], [1702465952, "4698.681"], [1702465988, "4738.185"], [1702466015, "4777.689"], [1702466030, "4817.193"], [1702466060, "4856.697"], [1702466078, "4896.201"], [1702466138, "4955.457"], [1702466168, "4994.961"], [1702466204, "5034.465"], [1702466237, "5073.969"], [1702466261, "5113.473"], [1702466291, "5152.977"], [1702466327, "5192.481"], [1702466360, "5231.985"], [1702466384, "5271.489"], [1702466417, "5310.993"], [1702466441, "5350.497"], [1702466471, "5390.001"], [1702466507, "5429.505"], [1702466540, "5469.009"], [1702466597, "5528.265"], [1702466633, "5567.769"], [1702466666, "5607.273"], [1702466705, "5646.777"], [1702466732, "5686.281"], [1702466765, "5725.785"], [1702466801, "5765.289"], [1702466852, "5824.545"], [1702466876, "5864.049"], [1702466918, "5903.553"], [1702466978, "5982.561"], [1702467014, "6022.065"], [1702467038, "6061.569"], [1702467068, "6101.073"], [1702467122, "6160.329"], [1702467158, "6199.833"], [1702467191, "6239.337"], [1702467221, "6278.841"], [1702467257, "6318.345"], [1702467299, "6357.849"], [1702467350, "6417.105"], [1702467386, "6456.609"], [1702467419, "6496.113"], [1702467455, "6535.617"], [1702467515, "6614.625"], [1702467542, "6654.129"], [1702467566, "6693.633"], [1702467599, "6733.137"], [1702467635, "6772.641"], [1702467668, "6812.145"], [1702467695, "6851.649"], [1702467716, "6891.153"], [1702467746, "6930.657"], [1702467800, "6989.913"], [1702467824, "7029.417"], [1702467908, "7128.177"], [1702467944, "7167.681"], [1702467968, "7207.185"], [1702468001, "7246.689"], [1702468031, "7286.193"], [1702468067, "7325.697"], [1702468085, "7365.201"], [1702468115, "7404.705"], [1702468151, "7444.209"], [1702468181, "7483.713"], [1702468208, "7523.217"], [1702468241, "7562.721"], [1702468256, "7602.225"], [1702468286, "7641.729"], [1702468322, "7681.233"], [1702468352, "7720.737"], [1702468388, "7760.241"], [1702468424, "7799.745"], [1702468457, "7839.249"], [1702468493, "7878.753"], [1702468517, "7918.257"], [1702468550, "7957.761"], [1702468586, "7997.265"], [1702468613, "8036.769"], [1702468637, "8076.273"], [1702468679, "8115.777"], [1702468721, "8155.281"], [1702468730, "8175.033"], [1702468766, "8214.537"], [1702468799, "8254.041"], [1702468835, "8293.545"], [1702468898, "8352.801"], [1702468934, "8392.305"], [1702468970, "8431.809"], [1702468994, "8471.313"], [1702469024, "8510.817"], [1702469060, "8550.321"], [1702469111, "8609.577"], [1702469144, "8649.081"], [1702469168, "8688.585"], [1702469204, "8728.089"], [1702469237, "8767.593"], [1702469273, "8807.097"], [1702469303, "8846.601"], [1702469336, "8886.105"], [1702469360, "8925.609"], [1702469387, "8965.113"], [1702469411, "9004.617"], [1702469435, "9044.121"], [1702469468, "9083.625"], [1702469504, "9123.129"], [1702469537, "9162.633"], [1702469573, "9202.137"], [1702469606, "9241.641"], [1702469633, "9281.145"], [1702469660, "9320.649"], [1702469684, "9360.153"], [1702469717, "9399.657"], [1702469753, "9439.161"], [1702469786, "9478.665"], [1702469816, "9518.169"], [1702469834, "9557.673"], [1702469864, "9597.177"], [1702469906, "9656.433"], [1702469936, "9695.937"], [1702469972, "9735.441"], [1702470005, "9774.945"], [1702470029, "9814.449"], [1702470065, "9853.953"], [1702470101, "9893.457"], [1702470131, "9932.961"], [1702470167, "9972.465"], [1702470203, "10011.969"], [1702470251, "10071.225"], [1702470278, "10110.729"], [1702470311, "10150.233"], [1702470347, "10189.737"], [1702470371, "10229.241"], [1702470404, "10268.745"], [1702470440, "10308.249"], [1702470476, "10347.753"], [1702470506, "10387.257"], [1702470542, "10426.761"], [1702470575, "10466.265"], [1702470611, "10505.769"], [1702470635, "10545.273"], [1702470662, "10584.777"], [1702470686, "10624.281"], [1702470719, "10663.785"], [1702470746, "10703.289"], [1702470812, "10782.297"], [1702470845, "10821.801"], [1702470875, "10861.305"], [1702470899, "10900.809"], [1702470953, "10960.065"], [1702470983, "10999.569"], [1702471025, "11039.073"], [1702471067, "11098.329"], [1702471169, "11197.089"], [1702471193, "11236.593"], [1702471226, "11276.097"], [1702471265, "11315.601"]]}], "kepler_container_uncore_joules_total": [{"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "051435f9456b6ff792b079224d3db68e41b63387177e6311d64fff2df7eb0099", "container_name": "nvidia-container-toolkit-ctr", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "173123559386f33d8c4bb7b57523be06ca6a32562e18a0b9eceb4dc79dfd4b34", "container_name": "init-config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "18f3d872422ce502761225b24373a7a0d00c464c24ff5db68bf5013036565358", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "1fd2d7e9d095fbc470a0966889956958d1da7837d94f087fdfe0e54a10e351e3", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-lgfg6", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "21bf9afefb50f599ed7cb4a48a8a98d82d6c351bf99efa3cffd5a2e048412ddf", "container_name": "cuda-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "236beb787a32d4f858bbafe1302176dd54bef263e33a39bfd4f82cff80341e92", "container_name": "nvidia-cuda-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-cuda-validator-cqvtg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "28cf02fe3c620e394115ebdea40ce9108c28396a1fe1465433c646cdf21cbacd", "container_name": "kube-scheduler", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-scheduler-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a037f71d32f1efd7fb6e83618cc1f8520fde194b6303728b11fe3aeb62cab9e", "container_name": "config-reloader", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "2a9f66d97ee76d0e353eaf3d9188f8293eb621fb4170cb237eb4b4d5939344dd", "container_name": "kepler-exporter", "container_namespace": "kepler", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "313937458d23aa793c711db8d9fe8c38573d8c05fef288a3392d4028404252f8", "container_name": "kube-controller-manager", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-controller-manager-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "32563cfd957ec1c06cfb2176250a0040f878252cec001a463b27c7cb5bd4c795", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "37170335d95490a73f7644f54a085a0a2dbeac37030492abc706519280467afc", "container_name": "kube-rbac-proxy", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "3a733091bfebefcece0b816641f89b254eba510e7a039c7aa037af3eaefa6966", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-container-toolkit-daemonset-58bs4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "45773b2c506015607e1710ca2bbd5424c443173916bb9be823566d9a56982fbb", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "48ac5dc021b699c3b5ff0ab97edcf44a8d88adbe8e7571d0627d7a24cbc6d626", "container_name": "gpu-feature-discovery", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "4ec3827960808f5e12a2c510f751c36d58015b1d3ece13c1c7839ee9178a6ce4", "container_name": "kindnet-cni", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kindnet-4xnkx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5bb4e425c3643c088045be089edd4c4eb824672cb36902e69c8ba37489ff2ef8", "container_name": "prometheus-operator", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-operator-7899f96dd4-fmc29", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5d2fdc6701e43359ee1589c8442c12befffd621249f6ba9e01345a1586495808", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "step-record-start-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "5f8bca98d65c41c121fe197214c39349e103d202ba7ef7f22cc855ac5afe645b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "step-run-stressng", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "71b4cb6591cc2ebc0a6a4380d33f17e8ab37beaf5eaf5a3f001c7665c004c678", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "733e052a03385112b4199d4e728932578a4d7d4e7344e5858dd52469cebc5dc7", "container_name": "nvidia-dcgm-exporter", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-dcgm-exporter-lgkbx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7775dc3ebd34d5db0702b2aeef29c95aebb129236e6be02e251bb7a34d3a8076", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7939ca275ea29d548ab94537dcb528613320e1a8ff356796bd97ae462cf78766", "container_name": "tekton-events-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-events-controller-6d58894ccf-m9s7k", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "7b163f6e0afabe495bde49d4f6a1837dbc0ef380138af4c4fbbdb1c4139d3d63", "container_name": "local-path-provisioner", "container_namespace": "local-path-storage", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "local-path-provisioner-684f458cdd-rg9mp", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "829f1eab5b92115e79294c1a3235775cd3a2697fb5dd993d3e1c0a8539b92722", "container_name": "coredns", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "coredns-565d847f94-8tqqs", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "84225b26a904eeaf14c3aba19fc6069f5424ed04472f4b61d82ae323d3344d6d", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8c407869c63160f4247ee28bad5f91631adcc647ef78daeb91fd8a91874a2647", "container_name": "nvidia-device-plugin", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-device-plugin-daemonset-h9kzz", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "8cd0df3430e45a146a9623778d9bca02cc6ab4aab5cfaa5d83c04f80baa14bcb", "container_name": "etcd", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "etcd-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "92f316d566465680af55cd6797c4edc7588f30068a49ae69a84c94f79e304bbc", "container_name": "nvidia-operator-validator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "948e3abe2b47f79af8af1819b1896f32d99cc7382dd10effd56e3b1c149e7c2d", "container_name": "controller", "container_namespace": "tekton-pipelines-resolvers", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-remote-resolvers-8fdf977b7-twdv4", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "affinity-assistant", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "affinity-assistant-04551b08dd-0", "service": "kepler-exporter"}, "values": [[1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9d38fe926d1f1738725e5faada35bfaf43c62f2ea852ea0adcb89ab9945aaf2b", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "step-record-end-time", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "9dab7a28050790b0003b07b62c6bb0d02835326b47be9c65d0e7cad70ea6d303", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a03bb1b37ef0f97ddf240dcab16e7725e42ea446715a037908fe207e42072cb5", "container_name": "kube-apiserver", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-apiserver-kind-fms-control-plane", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "a41aa0a431a864b58a70af200fd65477cc37d536ebbcc8c2d9cc156897f51067", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "abcf7462f0e28fac15633fd664c2833a3a632a9838bf607f8f1859411fa0d90a", "container_name": "cpe-parser", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-cpe-parser-56fb68bf79-gfz4l", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "b95a9ba2344c6eb85dd2b66138833d69817f84393892b718f158794c4fc03874", "container_name": "kube-rbac-proxy", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "bae2210bf6ea635aae144dbff3689f2339024af98a7da07c3b92d0b866ecec57", "container_name": "toolkit-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-feature-discovery-smb6z", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c486e2d941105f86ff911f2a49211b43f4a6141aa1533bdf33b39459bd5fb30a", "container_name": "webhook", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-webhook-7584c859f9-lq2h9", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "c51c3002c74553d5b224a0b9d6606f4f6b34c249acec6c4e9f6ea0866e1b361c", "container_name": "driver-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "place-scripts", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-run-stressng-pod", "service": "kepler-exporter"}, "values": [[1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "cb03cb583ba65e7eb8c5e1762f1200aeadd84bf18adc6b5bad63ccea20a43f52", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d31f49ae9bf18198accd1e4a95803a329051ea5d73ceafcfede270b79692b7be", "container_name": "master", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-master-56b4c7457xj87", "service": "kepler-exporter"}, "values": [[1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d3211a39709024aeba39a37348988347a644e3791efd22daa9de92f2d86f0173", "container_name": "plugin-validation", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-operator-validator-zpr5m", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "step-collect-idle", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d4cf8be0de086e857193f9458c1e377e90062391479995b0d0c24d313a3df29a", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d60e5654980a3f6f8d4196a24bf1c2493904b4a91eb6454632e5d4a0427cc852", "container_name": "kube-proxy", "container_namespace": "kube-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "kube-proxy-42tpx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "d77904c3ff350eff08c2d9270377548fb0d32b3336f21d8d8239bea9fbe05503", "container_name": "tekton-pipelines-controller", "container_namespace": "tekton-pipelines", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "tekton-pipelines-controller-549d655887-t84j5", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e39c0581452b817aaffcd66e509bcc8dc129120e04dbc772ec79dfa4d4d5a32a", "container_name": "gpu-operator", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "gpu-operator-6f559df468-b4wgg", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e3a5dc3f097a651772a2ebff5665c354dbd3c98323a1cc3780690c5c145c6bfa", "container_name": "prometheus", "container_namespace": "monitoring", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "prometheus-k8s-0", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "e56d869cfe407c8921f5e5fc636f42392e67ff221a7497f3997628c5962b939d", "container_name": "manager", "container_namespace": "cpe-operator-system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "cpe-operator-controller-manager-7c7ccd77d7-7pw8p", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "prepare", "container_namespace": "default", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "example-abs-train-pipeline-presteps-pod", "service": "kepler-exporter"}, "values": [[1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "f6db65b1b0d759100630d850ab3e209e97cb73bf8975f34be6fd56fdf093e1e6", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "fc9f508b934c7dc509e7423ef8d8f78c4df5c8ac0de553b2c95228c7645577c3", "container_name": "worker", "container_namespace": "gpu-operator", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "nvidia-gpu-operator-node-feature-discovery-worker-22psh", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_container_uncore_joules_total", "container": "kepler-exporter", "container_id": "system_processes", "container_name": "system_processes", "container_namespace": "system", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "pod_name": "system_processes", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_exporter_build_info": [{"metric": {"__name__": "kepler_exporter_build_info", "container": "kepler-exporter", "endpoint": "http", "goarch": "amd64", "goos": "linux", "goversion": "go1.18.10", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "revision": "unknown", "service": "kepler-exporter", "tags": "include_gcs,include_oss,containers_image_openpgp,gssapi,providerless,netgo,osusergo,gpu,libbpf,linux"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}], "kepler_node_core_joules_total": [{"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_core_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_node_cpu_scaling_frequency_hertz": [{"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "0", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "1", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "1444000"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "10", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "3051000"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "3033000"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "11", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "12", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "7194000"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "3042000"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "13", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "7393000"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "3041000"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "9127000"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "7021000"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "14", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "15", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "16", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "3040000"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "3043000"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "10073000"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "3112000"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "4580000"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "17", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "3049000"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "3048000"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "3058000"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "3049000"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "3042000"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "3045000"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "3044000"], [1702470611, "3047000"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "3032000"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "18", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "19", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "3044000"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "9213000"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "3043000"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "4964000"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "5304000"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "2", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "2370000"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "1008000"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "20", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "3043000"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "21", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "3045000"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "33153000"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "22", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "23", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "3042000"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "13215000"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "3047000"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "3044000"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "2176000"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "24", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "25", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "3043000"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "3045000"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "3045000"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "3037000"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "3043000"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "3044000"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "3043000"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "3044000"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "26", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "3044000"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "3042000"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "3044000"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "3041000"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "3251000"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "3045000"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "3048000"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "27", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "28", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "3045000"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "3150000"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "3035000"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "29", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "3", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "30", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "31", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "1520000"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "32", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "608000"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "33", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "4170000"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "34", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "35", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "3133000"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "3082000"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "3057000"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "3062000"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "36", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "3043000"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "3044000"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "653000"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "3042000"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "3045000"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "37", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "3043000"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "5891000"], [1702463240, "0"], [1702463273, "3042000"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "3042000"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "38", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "3043000"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "3046000"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "39", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "1070000"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "4", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "40", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "41", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "3041000"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "3047000"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "3151000"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "42", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "3052000"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "3051000"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "9564000"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "3042000"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "3049000"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "43", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "3043000"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "3046000"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "3042000"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "3046000"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "3039000"], [1702468001, "0"], [1702468031, "0"], [1702468067, "3050000"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "3044000"], [1702470311, "3045000"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "3053000"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "3045000"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "3052000"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "44", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "3045000"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "3044000"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "45", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "3053000"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "3045000"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "46", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "9080000"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "47", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "3033000"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "48", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "3042000"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "49", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "3624000"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "5", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "50", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "3048000"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "3043000"], [1702467668, "0"], [1702467695, "4559000"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "3045000"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "51", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "3050000"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "3042000"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "3042000"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "3041000"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "3039000"], [1702467716, "0"], [1702467746, "3042000"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "3041000"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "6380000"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "3058000"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "52", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "53", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "54", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "3049000"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "3046000"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "3047000"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "4560000"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "55", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "3048000"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "3041000"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "56", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "2672000"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "3044000"], [1702468031, "0"], [1702468067, "3045000"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "3374000"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "3041000"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "3046000"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "57", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "950000"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "58", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "59", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "6", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "60", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "3041000"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "3048000"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "3042000"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "61", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "62", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "63", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "3108000"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "3045000"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "64", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "65", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "66", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "1266000"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "67", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "881602000"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "68", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "69", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "7", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "10941000"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "3041000"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "3364000"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "70", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "71", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "2789000"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "8", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "437286000"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_cpu_scaling_frequency_hertz", "container": "kepler-exporter", "cpu": "9", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "14608000"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}], "kepler_node_dram_joules_total": [{"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "4301.228"], [1702462721, "4608.915"], [1702462736, "4819.04"], [1702462751, "5021.835"], [1702462763, "5021.835"], [1702462793, "5325.493"], [1702462808, "5637.45"], [1702462829, "5741.623"], [1702462844, "6163.353"], [1702462865, "6276.16"], [1702462880, "6700.031"], [1702462904, "6918.877"], [1702462919, "7029.654"], [1702462952, "7558.566"], [1702462973, "7670.059"], [1702462988, "8097.648"], [1702463045, "8857.123"], [1702463081, "9396.437"], [1702463114, "9942.58"], [1702463150, "10373.314"], [1702463186, "10698.33"], [1702463216, "11228.875"], [1702463240, "11445.095"], [1702463273, "11769.835"], [1702463324, "12521.06"], [1702463354, "12849.035"], [1702463381, "13282.674"], [1702463417, "13718.548"], [1702463453, "14260.265"], [1702463477, "14595.765"], [1702463510, "15034.362"], [1702463537, "15255.421"], [1702463570, "15688.023"], [1702463591, "15906.33"], [1702463621, "16333.335"], [1702463657, "16655.302"], [1702463693, "17189.327"], [1702463729, "17838.024"], [1702463765, "18381.725"], [1702463798, "18918.711"], [1702463846, "19474.629"], [1702463873, "19806.034"], [1702463906, "20240.324"], [1702463948, "20779.781"], [1702463984, "21309.847"], [1702464014, "21635.887"], [1702464050, "22064.823"], [1702464086, "22705.414"], [1702464122, "23240.357"], [1702464155, "23560.666"], [1702464194, "23996.403"], [1702464230, "24431.827"], [1702464263, "24651.821"], [1702464299, "25181.857"], [1702464332, "25610.908"], [1702464356, "25936.848"], [1702464392, "26369.107"], [1702464425, "26694.115"], [1702464455, "27231.826"], [1702464479, "27558.445"], [1702464509, "27781.912"], [1702464533, "28104.488"], [1702464569, "28643.288"], [1702464605, "29183.831"], [1702464635, "29508.965"], [1702464671, "30149.681"], [1702464716, "30789.13"], [1702464743, "31110.3"], [1702464776, "31645.139"], [1702464812, "32183.359"], [1702464836, "32404.672"], [1702464869, "32836.931"], [1702464905, "33365.991"], [1702464926, "33483.816"], [1702464956, "33702.781"], [1702464992, "34452.357"], [1702465016, "34674.387"], [1702465049, "35102.756"], [1702465085, "35632.918"], [1702465118, "35850.846"], [1702465145, "36278.649"], [1702465178, "36709.906"], [1702465208, "37247.896"], [1702465241, "37681.087"], [1702465298, "38430.257"], [1702465334, "38971.794"], [1702465367, "39387.854"], [1702465394, "39532.87"], [1702465418, "39751.235"], [1702465445, "40072.97"], [1702465481, "40607.425"], [1702465517, "41135.995"], [1702465550, "41672.112"], [1702465586, "42209.932"], [1702465619, "42433.554"], [1702465658, "43285.835"], [1702465706, "43821.025"], [1702465754, "44783.238"], [1702465787, "45216.696"], [1702465823, "45540.514"], [1702465856, "46073.986"], [1702465880, "46392.762"], [1702465910, "46824.693"], [1702465952, "47363.626"], [1702465988, "47900.625"], [1702466015, "48327.941"], [1702466030, "48341.349"], [1702466060, "48670.408"], [1702466078, "48784.803"], [1702466138, "49541.19"], [1702466168, "49971.577"], [1702466204, "50505.848"], [1702466237, "51041.639"], [1702466261, "51259.964"], [1702466291, "51585.832"], [1702466327, "52021.273"], [1702466360, "52556.941"], [1702466384, "52878.757"], [1702466417, "53310.565"], [1702466441, "53534.843"], [1702466471, "53775.195"], [1702466507, "54290.228"], [1702466540, "54717.451"], [1702466597, "55462.558"], [1702466633, "55995.725"], [1702466666, "56535.753"], [1702466705, "56542.189"], [1702466732, "57078.68"], [1702466765, "57512.697"], [1702466801, "57948.586"], [1702466852, "58808.789"], [1702466876, "58930.911"], [1702466918, "59573.132"], [1702466978, "60427.483"], [1702467014, "60753.537"], [1702467038, "61183.907"], [1702467068, "61613.096"], [1702467122, "62256.048"], [1702467158, "62793.856"], [1702467191, "63331.242"], [1702467221, "63766.52"], [1702467257, "64308.784"], [1702467299, "64845.367"], [1702467350, "65597.033"], [1702467386, "66137.984"], [1702467419, "66987.087"], [1702467455, "68014.018"], [1702467515, "69263.728"], [1702467542, "70045.553"], [1702467566, "70529.73"], [1702467599, "70996.864"], [1702467635, "71481.582"], [1702467668, "72019.313"], [1702467695, "72344.904"], [1702467716, "72563.87"], [1702467746, "72891.135"], [1702467800, "74306.833"], [1702467824, "74821.327"], [1702467908, "76958.859"], [1702467944, "77876.935"], [1702467968, "78236.164"], [1702468001, "78807.798"], [1702468031, "79025.049"], [1702468067, "79558.74"], [1702468085, "79778.553"], [1702468115, "80105.634"], [1702468151, "80808.435"], [1702468181, "81753.275"], [1702468208, "82445.986"], [1702468241, "83244.27"], [1702468256, "83532.527"], [1702468286, "83908.391"], [1702468322, "84457.021"], [1702468352, "85651.117"], [1702468388, "86180.08"], [1702468424, "86606.959"], [1702468457, "87040.266"], [1702468493, "87475.622"], [1702468517, "88211.134"], [1702468550, "88981.084"], [1702468586, "89652.918"], [1702468613, "90418.546"], [1702468637, "90999.626"], [1702468679, "91797.036"], [1702468721, "92778.136"], [1702468730, "92852.373"], [1702468766, "93384.449"], [1702468799, "93920.085"], [1702468835, "94249.16"], [1702468898, "95181.489"], [1702468934, "96568.197"], [1702468970, "97389.515"], [1702468994, "97965.347"], [1702469024, "98225.564"], [1702469060, "99447.521"], [1702469111, "100465.866"], [1702469144, "100896.218"], [1702469168, "101010.131"], [1702469204, "101549.586"], [1702469237, "102085.838"], [1702469273, "102836.961"], [1702469303, "103862.686"], [1702469336, "104684.342"], [1702469360, "105128.515"], [1702469387, "105472.415"], [1702469411, "105998.135"], [1702469435, "106469.138"], [1702469468, "107117.746"], [1702469504, "107438.853"], [1702469537, "107867.423"], [1702469573, "108297.528"], [1702469606, "108940.964"], [1702469633, "109281.103"], [1702469660, "109936.598"], [1702469684, "110375.153"], [1702469717, "111121.686"], [1702469753, "111698.63"], [1702469786, "112485.053"], [1702469816, "112845.273"], [1702469834, "113338.223"], [1702469864, "113856.17"], [1702469906, "114455.346"], [1702469936, "114890.956"], [1702469972, "115429.351"], [1702470005, "115859.19"], [1702470029, "115870.489"], [1702470065, "116514.078"], [1702470101, "117281.063"], [1702470131, "117723.289"], [1702470167, "118679.271"], [1702470203, "119661.289"], [1702470251, "120463.307"], [1702470278, "121297.179"], [1702470311, "121861.081"], [1702470347, "122578.914"], [1702470371, "122798.395"], [1702470404, "123228.789"], [1702470440, "123556.182"], [1702470476, "124200.194"], [1702470506, "124860.232"], [1702470542, "125696.493"], [1702470575, "126370.589"], [1702470611, "127056.009"], [1702470635, "127562.8"], [1702470662, "127965.871"], [1702470686, "128574.548"], [1702470719, "128970.836"], [1702470746, "129540.501"], [1702470812, "130450.232"], [1702470845, "130984.679"], [1702470875, "131314.166"], [1702470899, "131639.124"], [1702470953, "132065.962"], [1702470983, "132386.615"], [1702471025, "133032.952"], [1702471067, "133799.317"], [1702471169, "135094.531"], [1702471193, "135314.534"], [1702471226, "135852.234"], [1702471265, "136491.216"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "4483.216"], [1702462721, "4802.798"], [1702462736, "5016.181"], [1702462751, "5228.243"], [1702462763, "5228.588"], [1702462793, "5548.471"], [1702462808, "5864.868"], [1702462829, "5971.219"], [1702462844, "6396.78"], [1702462865, "6503.904"], [1702462880, "6503.904"], [1702462904, "6719.874"], [1702462919, "6826.965"], [1702462952, "7362.145"], [1702462973, "7472.307"], [1702462988, "7901.331"], [1702463045, "8658.195"], [1702463081, "9105.627"], [1702463114, "9484.806"], [1702463150, "9907.915"], [1702463186, "10226.214"], [1702463216, "10747.972"], [1702463240, "10958.653"], [1702463273, "11276.821"], [1702463324, "12021.86"], [1702463354, "12343.995"], [1702463381, "12777.1"], [1702463417, "13212.274"], [1702463453, "13751.972"], [1702463477, "14076.933"], [1702463510, "14508.107"], [1702463537, "14723.758"], [1702463570, "15143.256"], [1702463591, "15352.548"], [1702463621, "15774.257"], [1702463657, "16092.015"], [1702463693, "16620.866"], [1702463729, "17261.057"], [1702463765, "17799.229"], [1702463798, "18334.406"], [1702463846, "18872.7"], [1702463873, "19195.63"], [1702463906, "19623.324"], [1702463948, "20149.796"], [1702463984, "20672.878"], [1702464014, "20986.666"], [1702464050, "21405.658"], [1702464086, "22034.041"], [1702464122, "22560.345"], [1702464155, "23084.174"], [1702464194, "23414.365"], [1702464230, "23716.345"], [1702464263, "23921.366"], [1702464299, "24443.561"], [1702464332, "24865.43"], [1702464356, "25181.586"], [1702464392, "25601.143"], [1702464425, "25916.465"], [1702464455, "26443.869"], [1702464479, "26762.264"], [1702464509, "26974.791"], [1702464533, "27290.199"], [1702464569, "27811.212"], [1702464605, "28344.129"], [1702464635, "28662.959"], [1702464671, "29297.651"], [1702464716, "29926.891"], [1702464743, "30241.894"], [1702464776, "30765.415"], [1702464812, "31290.791"], [1702464836, "31498.506"], [1702464869, "31918.685"], [1702464905, "32443.078"], [1702464926, "32546.002"], [1702464956, "32750.965"], [1702464992, "33493.394"], [1702465016, "33704.057"], [1702465049, "34121.764"], [1702465085, "34644.851"], [1702465118, "34854.073"], [1702465145, "35273.675"], [1702465178, "35690.5"], [1702465208, "36217.158"], [1702465241, "36639.285"], [1702465298, "37254.513"], [1702465334, "37639.523"], [1702465367, "38050.737"], [1702465394, "38187.788"], [1702465418, "38187.788"], [1702465445, "38504.713"], [1702465481, "39035.271"], [1702465517, "39563.809"], [1702465550, "40089.277"], [1702465586, "40621.597"], [1702465619, "40833.597"], [1702465658, "41681.027"], [1702465706, "42208.026"], [1702465754, "43166.7"], [1702465787, "43591.607"], [1702465823, "43908.889"], [1702465856, "44438.497"], [1702465880, "44753.529"], [1702465910, "45173.619"], [1702465952, "45706.004"], [1702465988, "46238.819"], [1702466015, "46663.956"], [1702466030, "46664.572"], [1702466060, "46984.908"], [1702466078, "47090.597"], [1702466138, "47844.321"], [1702466168, "48268.124"], [1702466204, "48797.125"], [1702466237, "49326.914"], [1702466261, "49539.663"], [1702466291, "49854.391"], [1702466327, "50278.758"], [1702466360, "50807.417"], [1702466384, "51124.829"], [1702466417, "51399.611"], [1702466441, "51504.296"], [1702466471, "51716.608"], [1702466507, "52220.856"], [1702466540, "52643.75"], [1702466597, "53382.758"], [1702466633, "53910.957"], [1702466666, "54441.758"], [1702466705, "54865.932"], [1702466732, "55395.842"], [1702466765, "55817.209"], [1702466801, "56241.529"], [1702466852, "57094.95"], [1702466876, "57204.418"], [1702466918, "57840.26"], [1702466978, "58685.334"], [1702467014, "59000.617"], [1702467038, "59426.235"], [1702467068, "59850.425"], [1702467122, "60485.41"], [1702467158, "61012.723"], [1702467191, "61538.615"], [1702467221, "61963.914"], [1702467257, "62496.06"], [1702467299, "63135.787"], [1702467350, "64375.74"], [1702467386, "65493.563"], [1702467419, "66487.708"], [1702467455, "67608.962"], [1702467515, "69046.178"], [1702467542, "69938.385"], [1702467566, "70438.711"], [1702467599, "71290.417"], [1702467635, "71906.294"], [1702467668, "72557.28"], [1702467695, "73118.188"], [1702467716, "73271.02"], [1702467746, "74013.082"], [1702467800, "75742.433"], [1702467824, "76304.062"], [1702467908, "78690.776"], [1702467944, "79754.02"], [1702467968, "80169.422"], [1702468001, "80952.505"], [1702468031, "81220.259"], [1702468067, "82046.201"], [1702468085, "82545.853"], [1702468115, "83297.013"], [1702468151, "84261.856"], [1702468181, "85262.992"], [1702468208, "86013.197"], [1702468241, "86884.942"], [1702468256, "87231.418"], [1702468286, "87747.434"], [1702468322, "88431.905"], [1702468352, "89796.917"], [1702468388, "90421.951"], [1702468424, "91076.791"], [1702468457, "91909.623"], [1702468493, "92805.293"], [1702468517, "93682.279"], [1702468550, "94483.575"], [1702468586, "95201.451"], [1702468613, "96044.853"], [1702468637, "96752.98"], [1702468679, "97681.82"], [1702468721, "98980.641"], [1702468730, "99053.471"], [1702468766, "99693.904"], [1702468799, "100564.563"], [1702468835, "101234.33"], [1702468898, "103041.869"], [1702468934, "104513.43"], [1702468970, "105405.395"], [1702468994, "106089.521"], [1702469024, "106400.254"], [1702469060, "107764.624"], [1702469111, "108958.047"], [1702469144, "109548.975"], [1702469168, "109810.911"], [1702469204, "110815.509"], [1702469237, "111810.176"], [1702469273, "112658.738"], [1702469303, "113737.273"], [1702469336, "114630.235"], [1702469360, "115136.824"], [1702469387, "115509.882"], [1702469411, "115745.604"], [1702469435, "116439.452"], [1702469468, "117241.809"], [1702469504, "117600.671"], [1702469537, "118133.497"], [1702469573, "118733.192"], [1702469606, "119792.056"], [1702469633, "120418.121"], [1702469660, "121198.475"], [1702469684, "121741.527"], [1702469717, "122543.339"], [1702469753, "123196.688"], [1702469786, "124129.978"], [1702469816, "124660.042"], [1702469834, "125207.255"], [1702469864, "125894.086"], [1702469906, "126441.526"], [1702469936, "126914.911"], [1702469972, "127541.57"], [1702470005, "128169.061"], [1702470029, "128412.288"], [1702470065, "129461.396"], [1702470101, "130373.149"], [1702470131, "130927.434"], [1702470167, "131994.773"], [1702470203, "133089.34"], [1702470251, "133942.967"], [1702470278, "134895.148"], [1702470311, "135659.895"], [1702470347, "136505.491"], [1702470371, "136763.995"], [1702470404, "137290.46"], [1702470440, "137784.664"], [1702470476, "138882.277"], [1702470506, "139841.226"], [1702470542, "140801.835"], [1702470575, "141605.147"], [1702470611, "142392.487"], [1702470635, "142947.035"], [1702470662, "143483.077"], [1702470686, "144179.163"], [1702470719, "144728.47"], [1702470746, "145444.241"], [1702470812, "146339.1"], [1702470845, "146863.338"], [1702470875, "147136.967"], [1702470899, "147447.144"], [1702470953, "148077.417"], [1702470983, "148391.812"], [1702471025, "149024.015"], [1702471067, "149769.313"], [1702471169, "151028.201"], [1702471193, "151243.189"], [1702471226, "151770.255"], [1702471265, "152410.777"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "7417.036"], [1702462721, "7622.688"], [1702462736, "7828.34"], [1702462751, "8033.992"], [1702462763, "8239.644"], [1702462793, "8650.948"], [1702462808, "8856.6"], [1702462829, "9062.252"], [1702462844, "9267.904"], [1702462865, "9473.556"], [1702462880, "9679.208"], [1702462904, "10090.512"], [1702462919, "10296.164"], [1702462952, "10707.468"], [1702462973, "10913.12"], [1702462988, "11118.772"], [1702463045, "11735.728"], [1702463081, "12147.032"], [1702463114, "12558.336"], [1702463150, "12969.64"], [1702463186, "13380.944"], [1702463216, "13792.248"], [1702463240, "14203.552"], [1702463273, "14614.856"], [1702463324, "15231.812"], [1702463354, "15643.116"], [1702463381, "16054.42"], [1702463417, "16465.724"], [1702463453, "16877.028"], [1702463477, "17288.332"], [1702463510, "17699.636"], [1702463537, "18110.94"], [1702463570, "18522.244"], [1702463591, "18933.548"], [1702463621, "19344.852"], [1702463657, "19756.156"], [1702463693, "20167.46"], [1702463729, "20578.764"], [1702463765, "20990.068"], [1702463798, "21401.372"], [1702463846, "22018.328"], [1702463873, "22429.632"], [1702463906, "22840.936"], [1702463948, "23457.892"], [1702463984, "23869.196"], [1702464014, "24280.5"], [1702464050, "24691.804"], [1702464086, "25103.108"], [1702464122, "25514.412"], [1702464155, "25925.716"], [1702464194, "26542.672"], [1702464230, "26953.976"], [1702464263, "27365.28"], [1702464299, "27776.584"], [1702464332, "28187.888"], [1702464356, "28599.192"], [1702464392, "29010.496"], [1702464425, "29421.8"], [1702464455, "29833.104"], [1702464479, "30244.408"], [1702464509, "30655.712"], [1702464533, "31067.016"], [1702464569, "31478.32"], [1702464605, "31889.624"], [1702464635, "32300.928"], [1702464671, "32712.232"], [1702464716, "33123.536"], [1702464743, "33534.84"], [1702464776, "33946.144"], [1702464812, "34357.448"], [1702464836, "34768.752"], [1702464869, "35180.056"], [1702464905, "35591.36"], [1702464926, "36002.664"], [1702464956, "36413.968"], [1702464992, "36825.272"], [1702465016, "37236.576"], [1702465049, "37647.88"], [1702465085, "38059.184"], [1702465118, "38470.488"], [1702465145, "38881.792"], [1702465178, "39293.096"], [1702465208, "39704.4"], [1702465241, "40115.704"], [1702465298, "40732.66"], [1702465334, "41143.964"], [1702465367, "41555.268"], [1702465394, "41966.572"], [1702465418, "42377.876"], [1702465445, "42789.18"], [1702465481, "43200.484"], [1702465517, "43611.788"], [1702465550, "44023.092"], [1702465586, "44434.396"], [1702465619, "44845.7"], [1702465658, "45257.004"], [1702465706, "45668.308"], [1702465754, "46285.264"], [1702465787, "46696.568"], [1702465823, "47107.872"], [1702465856, "47519.176"], [1702465880, "47930.48"], [1702465910, "48341.784"], [1702465952, "48753.088"], [1702465988, "49164.392"], [1702466015, "49575.696"], [1702466030, "49987"], [1702466060, "50398.304"], [1702466078, "50809.608"], [1702466138, "51426.564"], [1702466168, "51837.868"], [1702466204, "52249.172"], [1702466237, "52660.476"], [1702466261, "53071.78"], [1702466291, "53483.084"], [1702466327, "53894.388"], [1702466360, "54305.692"], [1702466384, "54716.996"], [1702466417, "55128.3"], [1702466441, "55539.604"], [1702466471, "55950.908"], [1702466507, "56362.212"], [1702466540, "56773.516"], [1702466597, "57390.472"], [1702466633, "57801.776"], [1702466666, "58213.08"], [1702466705, "58624.384"], [1702466732, "59035.688"], [1702466765, "59446.992"], [1702466801, "59858.296"], [1702466852, "60475.252"], [1702466876, "60886.556"], [1702466918, "61297.86"], [1702466978, "62120.468"], [1702467014, "62531.772"], [1702467038, "62943.076"], [1702467068, "63354.38"], [1702467122, "63971.336"], [1702467158, "64382.64"], [1702467191, "64793.944"], [1702467221, "65205.248"], [1702467257, "65616.552"], [1702467299, "66027.856"], [1702467350, "66644.812"], [1702467386, "67056.116"], [1702467419, "67467.42"], [1702467455, "67878.724"], [1702467515, "68701.332"], [1702467542, "69112.636"], [1702467566, "69523.94"], [1702467599, "69935.244"], [1702467635, "70346.548"], [1702467668, "70757.852"], [1702467695, "71169.156"], [1702467716, "71580.46"], [1702467746, "71991.764"], [1702467800, "72608.72"], [1702467824, "73020.024"], [1702467908, "74048.284"], [1702467944, "74459.588"], [1702467968, "74870.892"], [1702468001, "75282.196"], [1702468031, "75693.5"], [1702468067, "76104.804"], [1702468085, "76516.108"], [1702468115, "76927.412"], [1702468151, "77338.716"], [1702468181, "77750.02"], [1702468208, "78161.324"], [1702468241, "78572.628"], [1702468256, "78983.932"], [1702468286, "79395.236"], [1702468322, "79806.54"], [1702468352, "80217.844"], [1702468388, "80629.148"], [1702468424, "81040.452"], [1702468457, "81451.756"], [1702468493, "81863.06"], [1702468517, "82274.364"], [1702468550, "82685.668"], [1702468586, "83096.972"], [1702468613, "83508.276"], [1702468637, "83919.58"], [1702468679, "84330.884"], [1702468721, "84742.188"], [1702468730, "84947.84"], [1702468766, "85359.144"], [1702468799, "85770.448"], [1702468835, "86181.752"], [1702468898, "86798.708"], [1702468934, "87210.012"], [1702468970, "87621.316"], [1702468994, "88032.62"], [1702469024, "88443.924"], [1702469060, "88855.228"], [1702469111, "89472.184"], [1702469144, "89883.488"], [1702469168, "90294.792"], [1702469204, "90706.096"], [1702469237, "91117.4"], [1702469273, "91528.704"], [1702469303, "91940.008"], [1702469336, "92351.312"], [1702469360, "92762.616"], [1702469387, "93173.92"], [1702469411, "93585.224"], [1702469435, "93996.528"], [1702469468, "94407.832"], [1702469504, "94819.136"], [1702469537, "95230.44"], [1702469573, "95641.744"], [1702469606, "96053.048"], [1702469633, "96464.352"], [1702469660, "96875.656"], [1702469684, "97286.96"], [1702469717, "97698.264"], [1702469753, "98109.568"], [1702469786, "98520.872"], [1702469816, "98932.176"], [1702469834, "99343.48"], [1702469864, "99754.784"], [1702469906, "100371.74"], [1702469936, "100783.044"], [1702469972, "101194.348"], [1702470005, "101605.652"], [1702470029, "102016.956"], [1702470065, "102428.26"], [1702470101, "102839.564"], [1702470131, "103250.868"], [1702470167, "103662.172"], [1702470203, "104073.476"], [1702470251, "104690.432"], [1702470278, "105101.736"], [1702470311, "105513.04"], [1702470347, "105924.344"], [1702470371, "106335.648"], [1702470404, "106746.952"], [1702470440, "107158.256"], [1702470476, "107569.56"], [1702470506, "107980.864"], [1702470542, "108392.168"], [1702470575, "108803.472"], [1702470611, "109214.776"], [1702470635, "109626.08"], [1702470662, "110037.384"], [1702470686, "110448.688"], [1702470719, "110859.992"], [1702470746, "111271.296"], [1702470812, "112093.904"], [1702470845, "112505.208"], [1702470875, "112916.512"], [1702470899, "113327.816"], [1702470953, "113944.772"], [1702470983, "114356.076"], [1702471025, "114767.38"], [1702471067, "115384.336"], [1702471169, "116412.596"], [1702471193, "116823.9"], [1702471226, "117235.204"], [1702471265, "117646.508"]]}, {"metric": {"__name__": "kepler_node_dram_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "7639.711"], [1702462721, "7853.39"], [1702462736, "8067.069"], [1702462751, "8280.748"], [1702462763, "8494.427"], [1702462793, "8921.785"], [1702462808, "9135.464"], [1702462829, "9349.143"], [1702462844, "9562.822"], [1702462865, "9776.501"], [1702462880, "9990.18"], [1702462904, "10417.538"], [1702462919, "10631.217"], [1702462952, "11058.575"], [1702462973, "11272.254"], [1702462988, "11485.933"], [1702463045, "12126.97"], [1702463081, "12554.328"], [1702463114, "12981.686"], [1702463150, "13409.044"], [1702463186, "13836.402"], [1702463216, "14263.76"], [1702463240, "14691.118"], [1702463273, "15118.476"], [1702463324, "15759.513"], [1702463354, "16186.871"], [1702463381, "16614.229"], [1702463417, "17041.587"], [1702463453, "17468.945"], [1702463477, "17896.303"], [1702463510, "18323.661"], [1702463537, "18751.019"], [1702463570, "19178.377"], [1702463591, "19605.735"], [1702463621, "20033.093"], [1702463657, "20460.451"], [1702463693, "20887.809"], [1702463729, "21315.167"], [1702463765, "21742.525"], [1702463798, "22169.883"], [1702463846, "22810.92"], [1702463873, "23238.278"], [1702463906, "23665.636"], [1702463948, "24306.673"], [1702463984, "24734.031"], [1702464014, "25161.389"], [1702464050, "25588.747"], [1702464086, "26016.105"], [1702464122, "26443.463"], [1702464155, "26870.821"], [1702464194, "27511.858"], [1702464230, "27939.216"], [1702464263, "28366.574"], [1702464299, "28793.932"], [1702464332, "29221.29"], [1702464356, "29648.648"], [1702464392, "30076.006"], [1702464425, "30503.364"], [1702464455, "30930.722"], [1702464479, "31358.08"], [1702464509, "31785.438"], [1702464533, "32212.796"], [1702464569, "32640.154"], [1702464605, "33067.512"], [1702464635, "33494.87"], [1702464671, "33922.228"], [1702464716, "34349.586"], [1702464743, "34776.944"], [1702464776, "35204.302"], [1702464812, "35631.66"], [1702464836, "36059.018"], [1702464869, "36486.376"], [1702464905, "36913.734"], [1702464926, "37341.092"], [1702464956, "37768.45"], [1702464992, "38195.808"], [1702465016, "38623.166"], [1702465049, "39050.524"], [1702465085, "39477.882"], [1702465118, "39905.24"], [1702465145, "40332.598"], [1702465178, "40759.956"], [1702465208, "41187.314"], [1702465241, "41614.672"], [1702465298, "42255.709"], [1702465334, "42683.067"], [1702465367, "43110.425"], [1702465394, "43537.783"], [1702465418, "43965.141"], [1702465445, "44392.499"], [1702465481, "44819.857"], [1702465517, "45247.215"], [1702465550, "45674.573"], [1702465586, "46101.931"], [1702465619, "46529.289"], [1702465658, "46956.647"], [1702465706, "47384.005"], [1702465754, "48025.042"], [1702465787, "48452.4"], [1702465823, "48879.758"], [1702465856, "49307.116"], [1702465880, "49734.474"], [1702465910, "50161.832"], [1702465952, "50589.19"], [1702465988, "51016.548"], [1702466015, "51443.906"], [1702466030, "51871.264"], [1702466060, "52298.622"], [1702466078, "52725.98"], [1702466138, "53367.017"], [1702466168, "53794.375"], [1702466204, "54221.733"], [1702466237, "54649.091"], [1702466261, "55076.449"], [1702466291, "55503.807"], [1702466327, "55931.165"], [1702466360, "56358.523"], [1702466384, "56785.881"], [1702466417, "57213.239"], [1702466441, "57640.597"], [1702466471, "58067.955"], [1702466507, "58495.313"], [1702466540, "58922.671"], [1702466597, "59563.708"], [1702466633, "59991.066"], [1702466666, "60418.424"], [1702466705, "60845.782"], [1702466732, "61273.14"], [1702466765, "61700.498"], [1702466801, "62127.856"], [1702466852, "62768.893"], [1702466876, "63196.251"], [1702466918, "63623.609"], [1702466978, "64478.325"], [1702467014, "64905.683"], [1702467038, "65333.041"], [1702467068, "65760.399"], [1702467122, "66401.436"], [1702467158, "66828.794"], [1702467191, "67256.152"], [1702467221, "67683.51"], [1702467257, "68110.868"], [1702467299, "68538.226"], [1702467350, "69179.263"], [1702467386, "69606.621"], [1702467419, "70033.979"], [1702467455, "70461.337"], [1702467515, "71316.053"], [1702467542, "71743.411"], [1702467566, "72170.769"], [1702467599, "72598.127"], [1702467635, "73025.485"], [1702467668, "73452.843"], [1702467695, "73880.201"], [1702467716, "74307.559"], [1702467746, "74734.917"], [1702467800, "75375.954"], [1702467824, "75803.312"], [1702467908, "76871.707"], [1702467944, "77299.065"], [1702467968, "77726.423"], [1702468001, "78153.781"], [1702468031, "78581.139"], [1702468067, "79008.497"], [1702468085, "79435.855"], [1702468115, "79863.213"], [1702468151, "80290.571"], [1702468181, "80717.929"], [1702468208, "81145.287"], [1702468241, "81572.645"], [1702468256, "82000.003"], [1702468286, "82427.361"], [1702468322, "82854.719"], [1702468352, "83282.077"], [1702468388, "83709.435"], [1702468424, "84136.793"], [1702468457, "84564.151"], [1702468493, "84991.509"], [1702468517, "85418.867"], [1702468550, "85846.225"], [1702468586, "86273.583"], [1702468613, "86700.941"], [1702468637, "87128.299"], [1702468679, "87555.657"], [1702468721, "87983.015"], [1702468730, "88196.694"], [1702468766, "88624.052"], [1702468799, "89051.41"], [1702468835, "89478.768"], [1702468898, "90119.805"], [1702468934, "90547.163"], [1702468970, "90974.521"], [1702468994, "91401.879"], [1702469024, "91829.237"], [1702469060, "92256.595"], [1702469111, "92897.632"], [1702469144, "93324.99"], [1702469168, "93752.348"], [1702469204, "94179.706"], [1702469237, "94607.064"], [1702469273, "95034.422"], [1702469303, "95461.78"], [1702469336, "95889.138"], [1702469360, "96316.496"], [1702469387, "96743.854"], [1702469411, "97171.212"], [1702469435, "97598.57"], [1702469468, "98025.928"], [1702469504, "98453.286"], [1702469537, "98880.644"], [1702469573, "99308.002"], [1702469606, "99735.36"], [1702469633, "100162.718"], [1702469660, "100590.076"], [1702469684, "101017.434"], [1702469717, "101444.792"], [1702469753, "101872.15"], [1702469786, "102299.508"], [1702469816, "102726.866"], [1702469834, "103154.224"], [1702469864, "103581.582"], [1702469906, "104222.619"], [1702469936, "104649.977"], [1702469972, "105077.335"], [1702470005, "105504.693"], [1702470029, "105932.051"], [1702470065, "106359.409"], [1702470101, "106786.767"], [1702470131, "107214.125"], [1702470167, "107641.483"], [1702470203, "108068.841"], [1702470251, "108709.878"], [1702470278, "109137.236"], [1702470311, "109564.594"], [1702470347, "109991.952"], [1702470371, "110419.31"], [1702470404, "110846.668"], [1702470440, "111274.026"], [1702470476, "111701.384"], [1702470506, "112128.742"], [1702470542, "112556.1"], [1702470575, "112983.458"], [1702470611, "113410.816"], [1702470635, "113838.174"], [1702470662, "114265.532"], [1702470686, "114692.89"], [1702470719, "115120.248"], [1702470746, "115547.606"], [1702470812, "116402.322"], [1702470845, "116829.68"], [1702470875, "117257.038"], [1702470899, "117684.396"], [1702470953, "118325.433"], [1702470983, "118752.791"], [1702471025, "119180.149"], [1702471067, "119821.186"], [1702471169, "120889.581"], [1702471193, "121316.939"], [1702471226, "121744.297"], [1702471265, "122171.655"]]}], "kepler_node_gpu_joules_total": [{"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "6.744"], [1702462721, "6.744"], [1702462736, "6.795"], [1702462751, "6.795"], [1702462763, "6.795"], [1702462793, "6.846"], [1702462808, "6.846"], [1702462829, "6.897"], [1702462844, "6.897"], [1702462865, "7.698"], [1702462880, "7.749"], [1702462904, "8.55"], [1702462919, "8.601"], [1702462952, "8.652"], [1702462973, "8.652"], [1702462988, "8.652"], [1702463045, "9.453"], [1702463081, "9.453"], [1702463114, "11.049"], [1702463150, "11.85"], [1702463186, "11.901"], [1702463216, "11.901"], [1702463240, "12.003"], [1702463273, "12.003"], [1702463324, "12.054"], [1702463354, "12.054"], [1702463381, "12.054"], [1702463417, "12.054"], [1702463453, "12.105"], [1702463477, "12.105"], [1702463510, "12.207"], [1702463537, "12.258"], [1702463570, "12.258"], [1702463591, "12.258"], [1702463621, "12.258"], [1702463657, "12.309"], [1702463693, "12.411"], [1702463729, "12.513"], [1702463765, "12.615"], [1702463798, "12.666"], [1702463846, "12.717"], [1702463873, "12.717"], [1702463906, "12.717"], [1702463948, "12.768"], [1702463984, "12.819"], [1702464014, "12.87"], [1702464050, "12.921"], [1702464086, "12.921"], [1702464122, "12.921"], [1702464155, "12.921"], [1702464194, "12.972"], [1702464230, "13.074"], [1702464263, "13.176"], [1702464299, "14.028"], [1702464332, "14.88"], [1702464356, "14.982"], [1702464392, "15.033"], [1702464425, "15.135"], [1702464455, "15.135"], [1702464479, "15.186"], [1702464509, "15.186"], [1702464533, "15.927"], [1702464569, "15.978"], [1702464605, "16.83"], [1702464635, "17.622"], [1702464671, "17.724"], [1702464716, "17.775"], [1702464743, "17.775"], [1702464776, "17.775"], [1702464812, "17.775"], [1702464836, "18.516"], [1702464869, "19.257"], [1702464905, "20.049"], [1702464926, "20.049"], [1702464956, "20.1"], [1702464992, "20.151"], [1702465016, "20.892"], [1702465049, "20.994"], [1702465085, "20.994"], [1702465118, "21.045"], [1702465145, "21.096"], [1702465178, "21.096"], [1702465208, "21.147"], [1702465241, "21.147"], [1702465298, "21.249"], [1702465334, "22.095"], [1702465367, "22.095"], [1702465394, "22.095"], [1702465418, "22.095"], [1702465445, "22.095"], [1702465481, "22.095"], [1702465517, "22.887"], [1702465550, "22.938"], [1702465586, "23.04"], [1702465619, "23.091"], [1702465658, "23.142"], [1702465706, "23.142"], [1702465754, "23.193"], [1702465787, "23.295"], [1702465823, "23.346"], [1702465856, "23.397"], [1702465880, "23.448"], [1702465910, "23.55"], [1702465952, "23.601"], [1702465988, "23.652"], [1702466015, "23.652"], [1702466030, "23.652"], [1702466060, "23.652"], [1702466078, "23.703"], [1702466138, "24.606"], [1702466168, "24.708"], [1702466204, "24.81"], [1702466237, "24.861"], [1702466261, "24.861"], [1702466291, "24.912"], [1702466327, "24.912"], [1702466360, "24.912"], [1702466384, "24.912"], [1702466417, "24.963"], [1702466441, "25.014"], [1702466471, "25.065"], [1702466507, "25.167"], [1702466540, "25.269"], [1702466597, "25.422"], [1702466633, "25.473"], [1702466666, "25.473"], [1702466705, "25.473"], [1702466732, "25.473"], [1702466765, "25.524"], [1702466801, "25.524"], [1702466852, "25.575"], [1702466876, "25.575"], [1702466918, "25.626"], [1702466978, "25.779"], [1702467014, "25.779"], [1702467038, "25.779"], [1702467068, "25.779"], [1702467122, "25.779"], [1702467158, "25.779"], [1702467191, "25.779"], [1702467221, "25.83"], [1702467257, "25.932"], [1702467299, "25.983"], [1702467350, "25.983"], [1702467386, "25.983"], [1702467419, "26.724"], [1702467455, "26.724"], [1702467515, "26.775"], [1702467542, "26.826"], [1702467566, "26.928"], [1702467599, "26.979"], [1702467635, "27.03"], [1702467668, "27.087"], [1702467695, "27.087"], [1702467716, "27.087"], [1702467746, "27.087"], [1702467800, "27.087"], [1702467824, "27.087"], [1702467908, "27.138"], [1702467944, "27.138"], [1702467968, "27.189"], [1702468001, "27.189"], [1702468031, "27.189"], [1702468067, "27.189"], [1702468085, "27.189"], [1702468115, "27.189"], [1702468151, "27.189"], [1702468181, "27.189"], [1702468208, "27.189"], [1702468241, "27.189"], [1702468256, "27.189"], [1702468286, "27.189"], [1702468322, "27.189"], [1702468352, "27.189"], [1702468388, "27.189"], [1702468424, "27.189"], [1702468457, "27.189"], [1702468493, "27.189"], [1702468517, "27.24"], [1702468550, "27.24"], [1702468586, "27.24"], [1702468613, "27.24"], [1702468637, "27.24"], [1702468679, "27.24"], [1702468721, "27.24"], [1702468730, "27.24"], [1702468766, "27.24"], [1702468799, "27.24"], [1702468835, "27.24"], [1702468898, "27.291"], [1702468934, "27.291"], [1702468970, "27.291"], [1702468994, "27.291"], [1702469024, "27.291"], [1702469060, "27.291"], [1702469111, "27.291"], [1702469144, "27.291"], [1702469168, "27.291"], [1702469204, "27.342"], [1702469237, "27.342"], [1702469273, "27.342"], [1702469303, "27.342"], [1702469336, "27.342"], [1702469360, "27.342"], [1702469387, "27.342"], [1702469411, "27.342"], [1702469435, "27.342"], [1702469468, "27.342"], [1702469504, "27.342"], [1702469537, "27.342"], [1702469573, "27.342"], [1702469606, "27.342"], [1702469633, "27.342"], [1702469660, "27.342"], [1702469684, "27.342"], [1702469717, "27.342"], [1702469753, "27.342"], [1702469786, "27.342"], [1702469816, "27.342"], [1702469834, "27.342"], [1702469864, "27.342"], [1702469906, "27.393"], [1702469936, "27.393"], [1702469972, "27.393"], [1702470005, "27.399"], [1702470029, "27.399"], [1702470065, "27.45"], [1702470101, "27.45"], [1702470131, "27.45"], [1702470167, "27.45"], [1702470203, "27.45"], [1702470251, "27.45"], [1702470278, "27.45"], [1702470311, "27.45"], [1702470347, "27.45"], [1702470371, "27.45"], [1702470404, "27.45"], [1702470440, "27.45"], [1702470476, "27.45"], [1702470506, "27.45"], [1702470542, "27.45"], [1702470575, "27.45"], [1702470611, "27.45"], [1702470635, "27.45"], [1702470662, "27.45"], [1702470686, "27.45"], [1702470719, "27.45"], [1702470746, "27.45"], [1702470812, "27.45"], [1702470845, "27.45"], [1702470875, "27.45"], [1702470899, "27.45"], [1702470953, "27.45"], [1702470983, "27.45"], [1702471025, "27.45"], [1702471067, "27.45"], [1702471169, "27.552"], [1702471193, "27.552"], [1702471226, "27.552"], [1702471265, "27.552"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "0", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2061.825"], [1702462721, "2141.124"], [1702462736, "2220.423"], [1702462751, "2299.722"], [1702462763, "2379.021"], [1702462793, "2537.619"], [1702462808, "2616.918"], [1702462829, "2696.217"], [1702462844, "2775.516"], [1702462865, "2854.815"], [1702462880, "2934.114"], [1702462904, "3092.712"], [1702462919, "3172.011"], [1702462952, "3330.609"], [1702462973, "3409.908"], [1702462988, "3489.207"], [1702463045, "3727.104"], [1702463081, "3885.702"], [1702463114, "4044.3"], [1702463150, "4202.898"], [1702463186, "4361.496"], [1702463216, "4520.094"], [1702463240, "4678.692"], [1702463273, "4837.29"], [1702463324, "5075.187"], [1702463354, "5233.785"], [1702463381, "5392.383"], [1702463417, "5550.981"], [1702463453, "5709.579"], [1702463477, "5868.177"], [1702463510, "6026.775"], [1702463537, "6185.373"], [1702463570, "6343.971"], [1702463591, "6502.569"], [1702463621, "6661.167"], [1702463657, "6819.765"], [1702463693, "6978.363"], [1702463729, "7136.961"], [1702463765, "7295.559"], [1702463798, "7454.157"], [1702463846, "7692.054"], [1702463873, "7850.652"], [1702463906, "8009.25"], [1702463948, "8247.147"], [1702463984, "8405.745"], [1702464014, "8564.343"], [1702464050, "8722.941"], [1702464086, "8881.539"], [1702464122, "9040.137"], [1702464155, "9198.735"], [1702464194, "9436.632"], [1702464230, "9595.23"], [1702464263, "9753.828"], [1702464299, "9912.426"], [1702464332, "10071.024"], [1702464356, "10229.622"], [1702464392, "10388.22"], [1702464425, "10546.818"], [1702464455, "10705.416"], [1702464479, "10864.014"], [1702464509, "11022.612"], [1702464533, "11181.21"], [1702464569, "11339.808"], [1702464605, "11498.406"], [1702464635, "11657.004"], [1702464671, "11815.602"], [1702464716, "11974.2"], [1702464743, "12132.798"], [1702464776, "12291.396"], [1702464812, "12449.994"], [1702464836, "12608.592"], [1702464869, "12767.19"], [1702464905, "12925.788"], [1702464926, "13084.386"], [1702464956, "13242.984"], [1702464992, "13401.582"], [1702465016, "13560.18"], [1702465049, "13718.778"], [1702465085, "13877.376"], [1702465118, "14035.974"], [1702465145, "14194.572"], [1702465178, "14353.17"], [1702465208, "14511.768"], [1702465241, "14670.366"], [1702465298, "14908.263"], [1702465334, "15066.861"], [1702465367, "15225.459"], [1702465394, "15384.057"], [1702465418, "15542.655"], [1702465445, "15701.253"], [1702465481, "15859.851"], [1702465517, "16018.449"], [1702465550, "16177.047"], [1702465586, "16335.645"], [1702465619, "16494.243"], [1702465658, "16652.841"], [1702465706, "16811.439"], [1702465754, "17049.336"], [1702465787, "17207.934"], [1702465823, "17366.532"], [1702465856, "17525.13"], [1702465880, "17683.728"], [1702465910, "17842.326"], [1702465952, "18000.924"], [1702465988, "18159.522"], [1702466015, "18318.12"], [1702466030, "18476.718"], [1702466060, "18635.316"], [1702466078, "18793.914"], [1702466138, "19031.811"], [1702466168, "19190.409"], [1702466204, "19349.007"], [1702466237, "19507.605"], [1702466261, "19666.203"], [1702466291, "19824.801"], [1702466327, "19983.399"], [1702466360, "20141.997"], [1702466384, "20300.595"], [1702466417, "20459.193"], [1702466441, "20617.791"], [1702466471, "20776.389"], [1702466507, "20934.987"], [1702466540, "21093.585"], [1702466597, "21331.482"], [1702466633, "21490.08"], [1702466666, "21648.678"], [1702466705, "21807.276"], [1702466732, "21965.874"], [1702466765, "22124.472"], [1702466801, "22283.07"], [1702466852, "22520.967"], [1702466876, "22679.565"], [1702466918, "22838.163"], [1702466978, "23155.359"], [1702467014, "23313.957"], [1702467038, "23472.555"], [1702467068, "23631.153"], [1702467122, "23869.05"], [1702467158, "24027.648"], [1702467191, "24186.246"], [1702467221, "24344.844"], [1702467257, "24503.442"], [1702467299, "24662.04"], [1702467350, "24899.937"], [1702467386, "25058.535"], [1702467419, "25217.133"], [1702467455, "25375.731"], [1702467515, "25692.927"], [1702467542, "25851.525"], [1702467566, "26010.123"], [1702467599, "26168.721"], [1702467635, "26327.319"], [1702467668, "26485.917"], [1702467695, "26644.515"], [1702467716, "26803.113"], [1702467746, "26961.711"], [1702467800, "27199.608"], [1702467824, "27358.206"], [1702467908, "27754.701"], [1702467944, "27913.299"], [1702467968, "28071.897"], [1702468001, "28230.495"], [1702468031, "28389.093"], [1702468067, "28547.691"], [1702468085, "28706.289"], [1702468115, "28864.887"], [1702468151, "29023.485"], [1702468181, "29182.083"], [1702468208, "29340.681"], [1702468241, "29499.279"], [1702468256, "29657.877"], [1702468286, "29816.475"], [1702468322, "29975.073"], [1702468352, "30133.671"], [1702468388, "30292.269"], [1702468424, "30450.867"], [1702468457, "30609.465"], [1702468493, "30768.063"], [1702468517, "30926.661"], [1702468550, "31085.259"], [1702468586, "31243.857"], [1702468613, "31402.455"], [1702468637, "31561.053"], [1702468679, "31719.651"], [1702468721, "31878.249"], [1702468730, "31957.548"], [1702468766, "32116.146"], [1702468799, "32274.744"], [1702468835, "32433.342"], [1702468898, "32671.239"], [1702468934, "32829.837"], [1702468970, "32988.435"], [1702468994, "33147.033"], [1702469024, "33305.631"], [1702469060, "33464.229"], [1702469111, "33702.126"], [1702469144, "33860.724"], [1702469168, "34019.322"], [1702469204, "34177.92"], [1702469237, "34336.518"], [1702469273, "34495.116"], [1702469303, "34653.714"], [1702469336, "34812.312"], [1702469360, "34970.91"], [1702469387, "35129.508"], [1702469411, "35288.106"], [1702469435, "35446.704"], [1702469468, "35605.302"], [1702469504, "35763.9"], [1702469537, "35922.498"], [1702469573, "36081.096"], [1702469606, "36239.694"], [1702469633, "36398.292"], [1702469660, "36556.89"], [1702469684, "36715.488"], [1702469717, "36874.086"], [1702469753, "37032.684"], [1702469786, "37191.282"], [1702469816, "37349.88"], [1702469834, "37508.478"], [1702469864, "37667.076"], [1702469906, "37904.973"], [1702469936, "38063.571"], [1702469972, "38222.169"], [1702470005, "38380.767"], [1702470029, "38539.365"], [1702470065, "38697.963"], [1702470101, "38856.561"], [1702470131, "39015.159"], [1702470167, "39173.757"], [1702470203, "39332.355"], [1702470251, "39570.252"], [1702470278, "39728.85"], [1702470311, "39887.448"], [1702470347, "40046.046"], [1702470371, "40204.644"], [1702470404, "40363.242"], [1702470440, "40521.84"], [1702470476, "40680.438"], [1702470506, "40839.036"], [1702470542, "40997.634"], [1702470575, "41156.232"], [1702470611, "41314.83"], [1702470635, "41473.428"], [1702470662, "41632.026"], [1702470686, "41790.624"], [1702470719, "41949.222"], [1702470746, "42107.82"], [1702470812, "42425.016"], [1702470845, "42583.614"], [1702470875, "42742.212"], [1702470899, "42900.81"], [1702470953, "43138.707"], [1702470983, "43297.305"], [1702471025, "43455.903"], [1702471067, "43693.8"], [1702471169, "44090.295"], [1702471193, "44248.893"], [1702471226, "44407.491"], [1702471265, "44566.089"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "0.006"], [1702462721, "0.006"], [1702462736, "0.006"], [1702462751, "0.006"], [1702462763, "0.006"], [1702462793, "0.006"], [1702462808, "0.006"], [1702462829, "0.006"], [1702462844, "0.006"], [1702462865, "0.006"], [1702462880, "0.006"], [1702462904, "0.006"], [1702462919, "0.006"], [1702462952, "0.006"], [1702462973, "0.006"], [1702462988, "0.006"], [1702463045, "0.006"], [1702463081, "0.747"], [1702463114, "0.747"], [1702463150, "0.747"], [1702463186, "1.488"], [1702463216, "2.229"], [1702463240, "2.229"], [1702463273, "3.666"], [1702463324, "4.407"], [1702463354, "5.889"], [1702463381, "6.63"], [1702463417, "6.63"], [1702463453, "6.63"], [1702463477, "6.63"], [1702463510, "6.63"], [1702463537, "6.63"], [1702463570, "6.63"], [1702463591, "6.63"], [1702463621, "6.63"], [1702463657, "7.371"], [1702463693, "8.112"], [1702463729, "8.112"], [1702463765, "8.112"], [1702463798, "8.112"], [1702463846, "8.112"], [1702463873, "8.112"], [1702463906, "8.112"], [1702463948, "8.853"], [1702463984, "8.853"], [1702464014, "8.853"], [1702464050, "8.853"], [1702464086, "9.594"], [1702464122, "10.29"], [1702464155, "10.29"], [1702464194, "11.031"], [1702464230, "11.031"], [1702464263, "11.772"], [1702464299, "11.772"], [1702464332, "12.513"], [1702464356, "13.254"], [1702464392, "13.995"], [1702464425, "14.736"], [1702464455, "15.477"], [1702464479, "16.218"], [1702464509, "17.649"], [1702464533, "18.39"], [1702464569, "19.872"], [1702464605, "19.872"], [1702464635, "20.613"], [1702464671, "22.095"], [1702464716, "23.577"], [1702464743, "25.059"], [1702464776, "26.541"], [1702464812, "27.978"], [1702464836, "29.46"], [1702464869, "30.156"], [1702464905, "31.638"], [1702464926, "32.379"], [1702464956, "33.861"], [1702464992, "34.602"], [1702465016, "36.084"], [1702465049, "36.825"], [1702465085, "38.307"], [1702465118, "39.789"], [1702465145, "41.271"], [1702465178, "42.753"], [1702465208, "44.235"], [1702465241, "45.717"], [1702465298, "47.94"], [1702465334, "49.422"], [1702465367, "50.904"], [1702465394, "52.386"], [1702465418, "53.868"], [1702465445, "55.35"], [1702465481, "56.832"], [1702465517, "58.314"], [1702465550, "59.796"], [1702465586, "60.537"], [1702465619, "62.019"], [1702465658, "63.501"], [1702465706, "64.242"], [1702465754, "64.242"], [1702465787, "64.242"], [1702465823, "64.242"], [1702465856, "64.242"], [1702465880, "64.242"], [1702465910, "64.242"], [1702465952, "64.242"], [1702465988, "64.242"], [1702466015, "64.242"], [1702466030, "64.242"], [1702466060, "64.242"], [1702466078, "64.242"], [1702466138, "64.242"], [1702466168, "64.242"], [1702466204, "64.242"], [1702466237, "64.242"], [1702466261, "64.242"], [1702466291, "64.242"], [1702466327, "64.242"], [1702466360, "64.242"], [1702466384, "64.242"], [1702466417, "64.242"], [1702466441, "64.242"], [1702466471, "64.242"], [1702466507, "64.242"], [1702466540, "64.242"], [1702466597, "64.248"], [1702466633, "64.248"], [1702466666, "64.248"], [1702466705, "64.248"], [1702466732, "64.248"], [1702466765, "64.248"], [1702466801, "64.248"], [1702466852, "64.248"], [1702466876, "64.248"], [1702466918, "64.248"], [1702466978, "64.248"], [1702467014, "64.248"], [1702467038, "64.248"], [1702467068, "64.248"], [1702467122, "64.248"], [1702467158, "64.248"], [1702467191, "64.248"], [1702467221, "64.248"], [1702467257, "64.248"], [1702467299, "64.248"], [1702467350, "64.248"], [1702467386, "64.248"], [1702467419, "64.248"], [1702467455, "64.248"], [1702467515, "64.248"], [1702467542, "64.248"], [1702467566, "64.248"], [1702467599, "64.248"], [1702467635, "64.248"], [1702467668, "64.248"], [1702467695, "64.248"], [1702467716, "64.248"], [1702467746, "64.248"], [1702467800, "64.248"], [1702467824, "64.248"], [1702467908, "64.248"], [1702467944, "64.248"], [1702467968, "64.248"], [1702468001, "64.248"], [1702468031, "64.248"], [1702468067, "64.248"], [1702468085, "64.248"], [1702468115, "64.248"], [1702468151, "64.248"], [1702468181, "64.248"], [1702468208, "64.248"], [1702468241, "64.248"], [1702468256, "64.248"], [1702468286, "64.248"], [1702468322, "64.248"], [1702468352, "64.248"], [1702468388, "64.248"], [1702468424, "64.248"], [1702468457, "64.248"], [1702468493, "64.248"], [1702468517, "64.248"], [1702468550, "64.248"], [1702468586, "64.248"], [1702468613, "64.248"], [1702468637, "64.248"], [1702468679, "64.248"], [1702468721, "64.248"], [1702468730, "64.248"], [1702468766, "64.248"], [1702468799, "64.248"], [1702468835, "64.248"], [1702468898, "64.248"], [1702468934, "64.248"], [1702468970, "64.248"], [1702468994, "64.248"], [1702469024, "64.248"], [1702469060, "64.248"], [1702469111, "64.248"], [1702469144, "64.248"], [1702469168, "64.248"], [1702469204, "64.248"], [1702469237, "64.248"], [1702469273, "64.248"], [1702469303, "64.248"], [1702469336, "64.248"], [1702469360, "64.248"], [1702469387, "64.248"], [1702469411, "64.248"], [1702469435, "64.248"], [1702469468, "64.248"], [1702469504, "64.248"], [1702469537, "64.248"], [1702469573, "64.248"], [1702469606, "64.248"], [1702469633, "64.248"], [1702469660, "64.248"], [1702469684, "64.248"], [1702469717, "64.248"], [1702469753, "64.248"], [1702469786, "64.248"], [1702469816, "64.248"], [1702469834, "64.248"], [1702469864, "64.248"], [1702469906, "64.248"], [1702469936, "64.248"], [1702469972, "64.248"], [1702470005, "64.248"], [1702470029, "64.248"], [1702470065, "64.248"], [1702470101, "64.248"], [1702470131, "64.248"], [1702470167, "64.248"], [1702470203, "64.248"], [1702470251, "64.248"], [1702470278, "64.248"], [1702470311, "64.248"], [1702470347, "64.248"], [1702470371, "64.248"], [1702470404, "64.248"], [1702470440, "64.248"], [1702470476, "64.248"], [1702470506, "64.248"], [1702470542, "64.248"], [1702470575, "64.248"], [1702470611, "64.248"], [1702470635, "64.248"], [1702470662, "64.248"], [1702470686, "64.248"], [1702470719, "64.248"], [1702470746, "64.248"], [1702470812, "64.248"], [1702470845, "64.248"], [1702470875, "64.248"], [1702470899, "64.248"], [1702470953, "64.248"], [1702470983, "64.248"], [1702471025, "64.248"], [1702471067, "64.248"], [1702471169, "64.248"], [1702471193, "64.248"], [1702471226, "64.248"], [1702471265, "64.248"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "1", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2102.88"], [1702462721, "2183.76"], [1702462736, "2264.64"], [1702462751, "2345.52"], [1702462763, "2426.4"], [1702462793, "2588.16"], [1702462808, "2669.04"], [1702462829, "2749.92"], [1702462844, "2830.8"], [1702462865, "2911.68"], [1702462880, "2992.56"], [1702462904, "3154.32"], [1702462919, "3235.2"], [1702462952, "3396.96"], [1702462973, "3477.84"], [1702462988, "3558.72"], [1702463045, "3801.36"], [1702463081, "3963.12"], [1702463114, "4124.88"], [1702463150, "4286.64"], [1702463186, "4448.4"], [1702463216, "4610.16"], [1702463240, "4771.92"], [1702463273, "4933.68"], [1702463324, "5176.32"], [1702463354, "5338.08"], [1702463381, "5499.84"], [1702463417, "5661.6"], [1702463453, "5823.36"], [1702463477, "5985.12"], [1702463510, "6146.88"], [1702463537, "6308.64"], [1702463570, "6470.4"], [1702463591, "6632.16"], [1702463621, "6793.92"], [1702463657, "6955.68"], [1702463693, "7117.44"], [1702463729, "7279.2"], [1702463765, "7440.96"], [1702463798, "7602.72"], [1702463846, "7845.36"], [1702463873, "8007.12"], [1702463906, "8168.88"], [1702463948, "8411.52"], [1702463984, "8573.28"], [1702464014, "8735.04"], [1702464050, "8896.8"], [1702464086, "9058.56"], [1702464122, "9220.32"], [1702464155, "9382.08"], [1702464194, "9624.72"], [1702464230, "9786.48"], [1702464263, "9948.24"], [1702464299, "10110"], [1702464332, "10271.76"], [1702464356, "10433.52"], [1702464392, "10595.28"], [1702464425, "10757.04"], [1702464455, "10918.8"], [1702464479, "11080.56"], [1702464509, "11242.32"], [1702464533, "11404.08"], [1702464569, "11565.84"], [1702464605, "11727.6"], [1702464635, "11889.36"], [1702464671, "12051.12"], [1702464716, "12212.88"], [1702464743, "12374.64"], [1702464776, "12536.4"], [1702464812, "12698.16"], [1702464836, "12859.92"], [1702464869, "13021.68"], [1702464905, "13183.44"], [1702464926, "13345.2"], [1702464956, "13506.96"], [1702464992, "13668.72"], [1702465016, "13830.48"], [1702465049, "13992.24"], [1702465085, "14154"], [1702465118, "14315.76"], [1702465145, "14477.52"], [1702465178, "14639.28"], [1702465208, "14801.04"], [1702465241, "14962.8"], [1702465298, "15205.44"], [1702465334, "15367.2"], [1702465367, "15528.96"], [1702465394, "15690.72"], [1702465418, "15852.48"], [1702465445, "16014.24"], [1702465481, "16176"], [1702465517, "16337.76"], [1702465550, "16499.52"], [1702465586, "16661.28"], [1702465619, "16823.04"], [1702465658, "16984.8"], [1702465706, "17146.56"], [1702465754, "17389.2"], [1702465787, "17550.96"], [1702465823, "17712.72"], [1702465856, "17874.48"], [1702465880, "18036.24"], [1702465910, "18198"], [1702465952, "18359.76"], [1702465988, "18521.52"], [1702466015, "18683.28"], [1702466030, "18845.04"], [1702466060, "19006.8"], [1702466078, "19168.56"], [1702466138, "19411.2"], [1702466168, "19572.96"], [1702466204, "19734.72"], [1702466237, "19896.48"], [1702466261, "20058.24"], [1702466291, "20220"], [1702466327, "20381.76"], [1702466360, "20543.52"], [1702466384, "20705.28"], [1702466417, "20867.04"], [1702466441, "21028.8"], [1702466471, "21190.56"], [1702466507, "21352.32"], [1702466540, "21514.08"], [1702466597, "21756.72"], [1702466633, "21918.48"], [1702466666, "22080.24"], [1702466705, "22242"], [1702466732, "22403.76"], [1702466765, "22565.52"], [1702466801, "22727.28"], [1702466852, "22969.92"], [1702466876, "23131.68"], [1702466918, "23293.44"], [1702466978, "23616.96"], [1702467014, "23778.72"], [1702467038, "23940.48"], [1702467068, "24102.24"], [1702467122, "24344.88"], [1702467158, "24506.64"], [1702467191, "24668.4"], [1702467221, "24830.16"], [1702467257, "24991.92"], [1702467299, "25153.68"], [1702467350, "25396.32"], [1702467386, "25558.08"], [1702467419, "25719.84"], [1702467455, "25881.6"], [1702467515, "26205.12"], [1702467542, "26366.88"], [1702467566, "26528.64"], [1702467599, "26690.4"], [1702467635, "26852.16"], [1702467668, "27013.92"], [1702467695, "27175.68"], [1702467716, "27337.44"], [1702467746, "27499.2"], [1702467800, "27741.84"], [1702467824, "27903.6"], [1702467908, "28308"], [1702467944, "28469.76"], [1702467968, "28631.52"], [1702468001, "28793.28"], [1702468031, "28955.04"], [1702468067, "29116.8"], [1702468085, "29278.56"], [1702468115, "29440.32"], [1702468151, "29602.08"], [1702468181, "29763.84"], [1702468208, "29925.6"], [1702468241, "30087.36"], [1702468256, "30249.12"], [1702468286, "30410.88"], [1702468322, "30572.64"], [1702468352, "30734.4"], [1702468388, "30896.16"], [1702468424, "31057.92"], [1702468457, "31219.68"], [1702468493, "31381.44"], [1702468517, "31543.2"], [1702468550, "31704.96"], [1702468586, "31866.72"], [1702468613, "32028.48"], [1702468637, "32190.24"], [1702468679, "32352"], [1702468721, "32513.76"], [1702468730, "32594.64"], [1702468766, "32756.4"], [1702468799, "32918.16"], [1702468835, "33079.92"], [1702468898, "33322.56"], [1702468934, "33484.32"], [1702468970, "33646.08"], [1702468994, "33807.84"], [1702469024, "33969.6"], [1702469060, "34131.36"], [1702469111, "34374"], [1702469144, "34535.76"], [1702469168, "34697.52"], [1702469204, "34859.28"], [1702469237, "35021.04"], [1702469273, "35182.8"], [1702469303, "35344.56"], [1702469336, "35506.32"], [1702469360, "35668.08"], [1702469387, "35829.84"], [1702469411, "35991.6"], [1702469435, "36153.36"], [1702469468, "36315.12"], [1702469504, "36476.88"], [1702469537, "36638.64"], [1702469573, "36800.4"], [1702469606, "36962.16"], [1702469633, "37123.92"], [1702469660, "37285.68"], [1702469684, "37447.44"], [1702469717, "37609.2"], [1702469753, "37770.96"], [1702469786, "37932.72"], [1702469816, "38094.48"], [1702469834, "38256.24"], [1702469864, "38418"], [1702469906, "38660.64"], [1702469936, "38822.4"], [1702469972, "38984.16"], [1702470005, "39145.92"], [1702470029, "39307.68"], [1702470065, "39469.44"], [1702470101, "39631.2"], [1702470131, "39792.96"], [1702470167, "39954.72"], [1702470203, "40116.48"], [1702470251, "40359.12"], [1702470278, "40520.88"], [1702470311, "40682.64"], [1702470347, "40844.4"], [1702470371, "41006.16"], [1702470404, "41167.92"], [1702470440, "41329.68"], [1702470476, "41491.44"], [1702470506, "41653.2"], [1702470542, "41814.96"], [1702470575, "41976.72"], [1702470611, "42138.48"], [1702470635, "42300.24"], [1702470662, "42462"], [1702470686, "42623.76"], [1702470719, "42785.52"], [1702470746, "42947.28"], [1702470812, "43270.8"], [1702470845, "43432.56"], [1702470875, "43594.32"], [1702470899, "43756.08"], [1702470953, "43998.72"], [1702470983, "44160.48"], [1702471025, "44322.24"], [1702471067, "44564.88"], [1702471169, "44969.28"], [1702471193, "45131.04"], [1702471226, "45292.8"], [1702471265, "45454.56"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "6.981"], [1702462721, "7.722"], [1702462736, "8.502"], [1702462751, "9.243"], [1702462763, "9.984"], [1702462793, "11.466"], [1702462808, "12.207"], [1702462829, "12.207"], [1702462844, "12.948"], [1702462865, "13.689"], [1702462880, "14.43"], [1702462904, "15.912"], [1702462919, "16.692"], [1702462952, "18.174"], [1702462973, "18.915"], [1702462988, "19.656"], [1702463045, "21.177"], [1702463081, "22.659"], [1702463114, "25.668"], [1702463150, "27.981"], [1702463186, "30.249"], [1702463216, "33.213"], [1702463240, "35.481"], [1702463273, "37.704"], [1702463324, "42.15"], [1702463354, "44.373"], [1702463381, "47.337"], [1702463417, "50.301"], [1702463453, "53.265"], [1702463477, "55.482"], [1702463510, "56.964"], [1702463537, "59.232"], [1702463570, "60.714"], [1702463591, "62.937"], [1702463621, "65.901"], [1702463657, "68.163"], [1702463693, "71.127"], [1702463729, "74.091"], [1702463765, "76.353"], [1702463798, "78.576"], [1702463846, "82.314"], [1702463873, "84.537"], [1702463906, "87.501"], [1702463948, "91.251"], [1702463984, "94.215"], [1702464014, "97.224"], [1702464050, "100.233"], [1702464086, "103.191"], [1702464122, "106.149"], [1702464155, "109.113"], [1702464194, "113.559"], [1702464230, "116.523"], [1702464263, "119.532"], [1702464299, "122.496"], [1702464332, "124.809"], [1702464356, "127.773"], [1702464392, "130.782"], [1702464425, "133.791"], [1702464455, "136.755"], [1702464479, "139.719"], [1702464509, "142.677"], [1702464533, "145.641"], [1702464569, "148.605"], [1702464605, "151.614"], [1702464635, "154.578"], [1702464671, "157.587"], [1702464716, "160.551"], [1702464743, "163.515"], [1702464776, "166.479"], [1702464812, "169.437"], [1702464836, "172.395"], [1702464869, "175.353"], [1702464905, "178.362"], [1702464926, "181.326"], [1702464956, "184.29"], [1702464992, "187.299"], [1702465016, "190.263"], [1702465049, "193.272"], [1702465085, "196.236"], [1702465118, "199.2"], [1702465145, "202.164"], [1702465178, "205.128"], [1702465208, "208.137"], [1702465241, "211.146"], [1702465298, "215.592"], [1702465334, "218.601"], [1702465367, "221.565"], [1702465394, "224.529"], [1702465418, "227.493"], [1702465445, "230.457"], [1702465481, "233.421"], [1702465517, "236.385"], [1702465550, "239.349"], [1702465586, "242.358"], [1702465619, "245.322"], [1702465658, "248.286"], [1702465706, "251.244"], [1702465754, "251.985"], [1702465787, "253.551"], [1702465823, "254.292"], [1702465856, "255.819"], [1702465880, "258.087"], [1702465910, "260.31"], [1702465952, "263.274"], [1702465988, "266.277"], [1702466015, "269.241"], [1702466030, "272.199"], [1702466060, "275.163"], [1702466078, "278.172"], [1702466138, "282.708"], [1702466168, "285.717"], [1702466204, "288.726"], [1702466237, "291.735"], [1702466261, "293.958"], [1702466291, "296.967"], [1702466327, "299.925"], [1702466360, "302.883"], [1702466384, "305.841"], [1702466417, "308.064"], [1702466441, "311.073"], [1702466471, "314.082"], [1702466507, "315.603"], [1702466540, "317.826"], [1702466597, "321.576"], [1702466633, "323.799"], [1702466666, "326.022"], [1702466705, "328.245"], [1702466732, "331.203"], [1702466765, "333.426"], [1702466801, "336.384"], [1702466852, "340.134"], [1702466876, "343.098"], [1702466918, "345.366"], [1702466978, "350.637"], [1702467014, "353.601"], [1702467038, "356.565"], [1702467068, "359.523"], [1702467122, "363.969"], [1702467158, "366.933"], [1702467191, "369.897"], [1702467221, "372.861"], [1702467257, "375.084"], [1702467299, "378.048"], [1702467350, "382.494"], [1702467386, "385.452"], [1702467419, "388.41"], [1702467455, "391.368"], [1702467515, "397.284"], [1702467542, "400.248"], [1702467566, "403.257"], [1702467599, "405.525"], [1702467635, "407.748"], [1702467668, "409.23"], [1702467695, "410.712"], [1702467716, "412.935"], [1702467746, "414.411"], [1702467800, "417.363"], [1702467824, "419.586"], [1702467908, "425.508"], [1702467944, "426.99"], [1702467968, "428.472"], [1702468001, "429.948"], [1702468031, "432.171"], [1702468067, "433.653"], [1702468085, "435.129"], [1702468115, "435.87"], [1702468151, "437.346"], [1702468181, "438.822"], [1702468208, "440.304"], [1702468241, "441.084"], [1702468256, "442.554"], [1702468286, "444.069"], [1702468322, "444.81"], [1702468352, "445.545"], [1702468388, "447.027"], [1702468424, "448.497"], [1702468457, "449.979"], [1702468493, "450.72"], [1702468517, "452.235"], [1702468550, "453.717"], [1702468586, "454.458"], [1702468613, "455.238"], [1702468637, "456.72"], [1702468679, "457.461"], [1702468721, "458.943"], [1702468730, "459.684"], [1702468766, "461.166"], [1702468799, "462.636"], [1702468835, "464.112"], [1702468898, "466.329"], [1702468934, "467.064"], [1702468970, "467.064"], [1702468994, "468.54"], [1702469024, "469.275"], [1702469060, "470.751"], [1702469111, "472.968"], [1702469144, "473.007"], [1702469168, "473.748"], [1702469204, "474.528"], [1702469237, "476.01"], [1702469273, "476.751"], [1702469303, "478.227"], [1702469336, "479.703"], [1702469360, "479.703"], [1702469387, "479.703"], [1702469411, "480.438"], [1702469435, "481.92"], [1702469468, "483.402"], [1702469504, "484.923"], [1702469537, "486.444"], [1702469573, "487.965"], [1702469606, "489.441"], [1702469633, "490.923"], [1702469660, "492.399"], [1702469684, "493.875"], [1702469717, "495.357"], [1702469753, "496.098"], [1702469786, "496.839"], [1702469816, "497.619"], [1702469834, "499.101"], [1702469864, "499.842"], [1702469906, "502.104"], [1702469936, "503.586"], [1702469972, "505.068"], [1702470005, "505.809"], [1702470029, "506.55"], [1702470065, "507.291"], [1702470101, "508.812"], [1702470131, "510.288"], [1702470167, "511.77"], [1702470203, "513.246"], [1702470251, "514.716"], [1702470278, "516.192"], [1702470311, "517.668"], [1702470347, "519.15"], [1702470371, "520.632"], [1702470404, "522.153"], [1702470440, "522.192"], [1702470476, "523.713"], [1702470506, "523.752"], [1702470542, "525.267"], [1702470575, "526.002"], [1702470611, "526.002"], [1702470635, "527.484"], [1702470662, "528.225"], [1702470686, "529.707"], [1702470719, "531.189"], [1702470746, "532.671"], [1702470812, "534.933"], [1702470845, "535.713"], [1702470875, "537.195"], [1702470899, "538.677"], [1702470953, "540.9"], [1702470983, "542.382"], [1702471025, "543.942"], [1702471067, "546.204"], [1702471169, "549.948"], [1702471193, "551.43"], [1702471226, "552.912"], [1702471265, "554.394"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "2", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2033.46"], [1702462721, "2111.328"], [1702462736, "2189.196"], [1702462751, "2267.064"], [1702462763, "2344.932"], [1702462793, "2500.668"], [1702462808, "2578.536"], [1702462829, "2656.404"], [1702462844, "2734.272"], [1702462865, "2812.14"], [1702462880, "2890.008"], [1702462904, "3045.744"], [1702462919, "3123.612"], [1702462952, "3279.348"], [1702462973, "3357.216"], [1702462988, "3435.084"], [1702463045, "3668.688"], [1702463081, "3824.424"], [1702463114, "3980.16"], [1702463150, "4135.896"], [1702463186, "4291.632"], [1702463216, "4447.368"], [1702463240, "4603.104"], [1702463273, "4758.84"], [1702463324, "4992.444"], [1702463354, "5148.18"], [1702463381, "5303.916"], [1702463417, "5459.652"], [1702463453, "5615.388"], [1702463477, "5771.124"], [1702463510, "5926.86"], [1702463537, "6082.596"], [1702463570, "6238.332"], [1702463591, "6394.068"], [1702463621, "6549.804"], [1702463657, "6705.54"], [1702463693, "6861.276"], [1702463729, "7017.012"], [1702463765, "7172.748"], [1702463798, "7328.484"], [1702463846, "7562.088"], [1702463873, "7717.824"], [1702463906, "7873.56"], [1702463948, "8107.164"], [1702463984, "8262.9"], [1702464014, "8418.636"], [1702464050, "8574.372"], [1702464086, "8730.108"], [1702464122, "8885.844"], [1702464155, "9041.58"], [1702464194, "9275.184"], [1702464230, "9430.92"], [1702464263, "9586.656"], [1702464299, "9742.392"], [1702464332, "9898.128"], [1702464356, "10053.864"], [1702464392, "10209.6"], [1702464425, "10365.336"], [1702464455, "10521.072"], [1702464479, "10676.808"], [1702464509, "10832.544"], [1702464533, "10988.28"], [1702464569, "11144.016"], [1702464605, "11299.752"], [1702464635, "11455.488"], [1702464671, "11611.224"], [1702464716, "11766.96"], [1702464743, "11922.696"], [1702464776, "12078.432"], [1702464812, "12234.168"], [1702464836, "12389.904"], [1702464869, "12545.64"], [1702464905, "12701.376"], [1702464926, "12857.112"], [1702464956, "13012.848"], [1702464992, "13168.584"], [1702465016, "13324.32"], [1702465049, "13480.056"], [1702465085, "13635.792"], [1702465118, "13791.528"], [1702465145, "13947.264"], [1702465178, "14103"], [1702465208, "14258.736"], [1702465241, "14414.472"], [1702465298, "14648.076"], [1702465334, "14803.812"], [1702465367, "14959.548"], [1702465394, "15115.284"], [1702465418, "15271.02"], [1702465445, "15426.756"], [1702465481, "15582.492"], [1702465517, "15738.228"], [1702465550, "15893.964"], [1702465586, "16049.7"], [1702465619, "16205.436"], [1702465658, "16361.172"], [1702465706, "16516.908"], [1702465754, "16750.512"], [1702465787, "16906.248"], [1702465823, "17061.984"], [1702465856, "17217.72"], [1702465880, "17373.456"], [1702465910, "17529.192"], [1702465952, "17684.928"], [1702465988, "17840.664"], [1702466015, "17996.4"], [1702466030, "18152.136"], [1702466060, "18307.872"], [1702466078, "18463.608"], [1702466138, "18697.212"], [1702466168, "18852.948"], [1702466204, "19008.684"], [1702466237, "19164.42"], [1702466261, "19320.156"], [1702466291, "19475.892"], [1702466327, "19631.628"], [1702466360, "19787.364"], [1702466384, "19943.1"], [1702466417, "20098.836"], [1702466441, "20254.572"], [1702466471, "20410.308"], [1702466507, "20566.044"], [1702466540, "20721.78"], [1702466597, "20955.384"], [1702466633, "21111.12"], [1702466666, "21266.856"], [1702466705, "21422.592"], [1702466732, "21578.328"], [1702466765, "21734.064"], [1702466801, "21889.8"], [1702466852, "22123.404"], [1702466876, "22279.14"], [1702466918, "22434.876"], [1702466978, "22746.348"], [1702467014, "22902.084"], [1702467038, "23057.82"], [1702467068, "23213.556"], [1702467122, "23447.16"], [1702467158, "23602.896"], [1702467191, "23758.632"], [1702467221, "23914.368"], [1702467257, "24070.104"], [1702467299, "24225.84"], [1702467350, "24459.444"], [1702467386, "24615.18"], [1702467419, "24770.916"], [1702467455, "24926.652"], [1702467515, "25238.124"], [1702467542, "25393.86"], [1702467566, "25549.596"], [1702467599, "25705.332"], [1702467635, "25861.068"], [1702467668, "26016.804"], [1702467695, "26172.54"], [1702467716, "26328.276"], [1702467746, "26484.012"], [1702467800, "26717.616"], [1702467824, "26873.352"], [1702467908, "27262.692"], [1702467944, "27418.428"], [1702467968, "27574.164"], [1702468001, "27729.9"], [1702468031, "27885.636"], [1702468067, "28041.372"], [1702468085, "28197.108"], [1702468115, "28352.844"], [1702468151, "28508.58"], [1702468181, "28664.316"], [1702468208, "28820.052"], [1702468241, "28975.788"], [1702468256, "29131.524"], [1702468286, "29287.26"], [1702468322, "29442.996"], [1702468352, "29598.732"], [1702468388, "29754.468"], [1702468424, "29910.204"], [1702468457, "30065.94"], [1702468493, "30221.676"], [1702468517, "30377.412"], [1702468550, "30533.148"], [1702468586, "30688.884"], [1702468613, "30844.62"], [1702468637, "31000.356"], [1702468679, "31156.092"], [1702468721, "31311.828"], [1702468730, "31389.696"], [1702468766, "31545.432"], [1702468799, "31701.168"], [1702468835, "31856.904"], [1702468898, "32090.508"], [1702468934, "32246.244"], [1702468970, "32401.98"], [1702468994, "32557.716"], [1702469024, "32713.452"], [1702469060, "32869.188"], [1702469111, "33102.792"], [1702469144, "33258.528"], [1702469168, "33414.264"], [1702469204, "33570"], [1702469237, "33725.736"], [1702469273, "33881.472"], [1702469303, "34037.208"], [1702469336, "34192.944"], [1702469360, "34348.68"], [1702469387, "34504.416"], [1702469411, "34660.152"], [1702469435, "34815.888"], [1702469468, "34971.624"], [1702469504, "35127.36"], [1702469537, "35283.096"], [1702469573, "35438.832"], [1702469606, "35594.568"], [1702469633, "35750.304"], [1702469660, "35906.04"], [1702469684, "36061.776"], [1702469717, "36217.512"], [1702469753, "36373.248"], [1702469786, "36528.984"], [1702469816, "36684.72"], [1702469834, "36840.456"], [1702469864, "36996.192"], [1702469906, "37229.796"], [1702469936, "37385.532"], [1702469972, "37541.268"], [1702470005, "37697.004"], [1702470029, "37852.74"], [1702470065, "38008.476"], [1702470101, "38164.212"], [1702470131, "38319.948"], [1702470167, "38475.684"], [1702470203, "38631.42"], [1702470251, "38865.024"], [1702470278, "39020.76"], [1702470311, "39176.496"], [1702470347, "39332.232"], [1702470371, "39487.968"], [1702470404, "39643.704"], [1702470440, "39799.44"], [1702470476, "39955.176"], [1702470506, "40110.912"], [1702470542, "40266.648"], [1702470575, "40422.384"], [1702470611, "40578.12"], [1702470635, "40733.856"], [1702470662, "40889.592"], [1702470686, "41045.328"], [1702470719, "41201.064"], [1702470746, "41356.8"], [1702470812, "41668.272"], [1702470845, "41824.008"], [1702470875, "41979.744"], [1702470899, "42135.48"], [1702470953, "42369.084"], [1702470983, "42524.82"], [1702471025, "42680.556"], [1702471067, "42914.16"], [1702471169, "43303.5"], [1702471193, "43459.236"], [1702471226, "43614.972"], [1702471265, "43770.708"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "0.867"], [1702462721, "0.876"], [1702462736, "0.876"], [1702462751, "0.876"], [1702462763, "0.876"], [1702462793, "0.885"], [1702462808, "0.885"], [1702462829, "0.885"], [1702462844, "0.885"], [1702462865, "0.885"], [1702462880, "0.885"], [1702462904, "0.885"], [1702462919, "0.885"], [1702462952, "0.885"], [1702462973, "0.885"], [1702462988, "0.885"], [1702463045, "0.885"], [1702463081, "0.885"], [1702463114, "0.885"], [1702463150, "0.885"], [1702463186, "0.885"], [1702463216, "0.885"], [1702463240, "0.885"], [1702463273, "0.885"], [1702463324, "0.885"], [1702463354, "0.885"], [1702463381, "0.885"], [1702463417, "0.885"], [1702463453, "0.885"], [1702463477, "0.885"], [1702463510, "0.885"], [1702463537, "0.885"], [1702463570, "0.885"], [1702463591, "0.885"], [1702463621, "0.885"], [1702463657, "0.885"], [1702463693, "0.885"], [1702463729, "0.885"], [1702463765, "0.885"], [1702463798, "0.885"], [1702463846, "0.885"], [1702463873, "0.885"], [1702463906, "0.885"], [1702463948, "0.885"], [1702463984, "0.885"], [1702464014, "0.885"], [1702464050, "0.885"], [1702464086, "0.885"], [1702464122, "0.885"], [1702464155, "0.885"], [1702464194, "0.885"], [1702464230, "0.885"], [1702464263, "0.885"], [1702464299, "0.885"], [1702464332, "0.885"], [1702464356, "0.885"], [1702464392, "0.885"], [1702464425, "0.885"], [1702464455, "0.885"], [1702464479, "0.885"], [1702464509, "0.885"], [1702464533, "0.885"], [1702464569, "0.885"], [1702464605, "0.885"], [1702464635, "0.885"], [1702464671, "0.885"], [1702464716, "0.885"], [1702464743, "0.885"], [1702464776, "0.885"], [1702464812, "0.885"], [1702464836, "0.885"], [1702464869, "0.885"], [1702464905, "0.885"], [1702464926, "0.885"], [1702464956, "0.885"], [1702464992, "0.885"], [1702465016, "0.885"], [1702465049, "0.885"], [1702465085, "0.885"], [1702465118, "0.885"], [1702465145, "0.885"], [1702465178, "0.885"], [1702465208, "0.885"], [1702465241, "0.885"], [1702465298, "0.885"], [1702465334, "0.885"], [1702465367, "0.885"], [1702465394, "0.885"], [1702465418, "0.885"], [1702465445, "0.885"], [1702465481, "0.885"], [1702465517, "0.885"], [1702465550, "0.885"], [1702465586, "0.885"], [1702465619, "0.885"], [1702465658, "0.885"], [1702465706, "0.885"], [1702465754, "0.885"], [1702465787, "0.885"], [1702465823, "0.885"], [1702465856, "0.885"], [1702465880, "0.885"], [1702465910, "0.885"], [1702465952, "0.885"], [1702465988, "0.885"], [1702466015, "0.885"], [1702466030, "0.885"], [1702466060, "0.885"], [1702466078, "0.885"], [1702466138, "0.885"], [1702466168, "0.885"], [1702466204, "0.885"], [1702466237, "0.885"], [1702466261, "0.885"], [1702466291, "0.885"], [1702466327, "0.885"], [1702466360, "0.885"], [1702466384, "0.885"], [1702466417, "0.885"], [1702466441, "0.885"], [1702466471, "0.885"], [1702466507, "0.885"], [1702466540, "0.885"], [1702466597, "0.885"], [1702466633, "0.885"], [1702466666, "0.885"], [1702466705, "0.885"], [1702466732, "0.885"], [1702466765, "0.885"], [1702466801, "0.885"], [1702466852, "0.885"], [1702466876, "0.885"], [1702466918, "0.885"], [1702466978, "0.885"], [1702467014, "0.885"], [1702467038, "0.885"], [1702467068, "0.885"], [1702467122, "0.885"], [1702467158, "0.885"], [1702467191, "0.885"], [1702467221, "0.885"], [1702467257, "0.885"], [1702467299, "0.885"], [1702467350, "0.885"], [1702467386, "0.885"], [1702467419, "0.885"], [1702467455, "0.885"], [1702467515, "0.885"], [1702467542, "0.885"], [1702467566, "0.885"], [1702467599, "0.885"], [1702467635, "0.885"], [1702467668, "0.885"], [1702467695, "0.885"], [1702467716, "0.885"], [1702467746, "0.885"], [1702467800, "0.885"], [1702467824, "0.885"], [1702467908, "0.885"], [1702467944, "0.885"], [1702467968, "0.885"], [1702468001, "0.885"], [1702468031, "0.885"], [1702468067, "0.885"], [1702468085, "0.885"], [1702468115, "0.885"], [1702468151, "0.885"], [1702468181, "0.885"], [1702468208, "0.885"], [1702468241, "0.885"], [1702468256, "0.885"], [1702468286, "0.885"], [1702468322, "0.885"], [1702468352, "0.885"], [1702468388, "0.885"], [1702468424, "0.885"], [1702468457, "0.885"], [1702468493, "0.885"], [1702468517, "0.885"], [1702468550, "0.885"], [1702468586, "0.885"], [1702468613, "0.885"], [1702468637, "0.885"], [1702468679, "0.885"], [1702468721, "0.885"], [1702468730, "0.885"], [1702468766, "0.885"], [1702468799, "0.885"], [1702468835, "0.885"], [1702468898, "0.885"], [1702468934, "0.885"], [1702468970, "0.885"], [1702468994, "0.885"], [1702469024, "0.885"], [1702469060, "0.885"], [1702469111, "0.885"], [1702469144, "0.885"], [1702469168, "0.885"], [1702469204, "0.885"], [1702469237, "0.885"], [1702469273, "0.885"], [1702469303, "0.885"], [1702469336, "0.885"], [1702469360, "0.885"], [1702469387, "0.885"], [1702469411, "0.885"], [1702469435, "0.885"], [1702469468, "0.885"], [1702469504, "0.885"], [1702469537, "0.885"], [1702469573, "0.885"], [1702469606, "0.885"], [1702469633, "0.885"], [1702469660, "0.885"], [1702469684, "0.885"], [1702469717, "0.885"], [1702469753, "0.885"], [1702469786, "0.885"], [1702469816, "0.885"], [1702469834, "0.885"], [1702469864, "0.885"], [1702469906, "0.885"], [1702469936, "0.885"], [1702469972, "0.885"], [1702470005, "0.885"], [1702470029, "0.885"], [1702470065, "0.885"], [1702470101, "0.885"], [1702470131, "0.885"], [1702470167, "0.885"], [1702470203, "0.885"], [1702470251, "0.885"], [1702470278, "0.885"], [1702470311, "0.885"], [1702470347, "0.885"], [1702470371, "0.885"], [1702470404, "0.885"], [1702470440, "0.885"], [1702470476, "0.885"], [1702470506, "0.885"], [1702470542, "0.885"], [1702470575, "0.885"], [1702470611, "0.885"], [1702470635, "0.885"], [1702470662, "0.885"], [1702470686, "0.885"], [1702470719, "0.885"], [1702470746, "0.885"], [1702470812, "0.885"], [1702470845, "0.885"], [1702470875, "0.885"], [1702470899, "0.885"], [1702470953, "0.885"], [1702470983, "0.885"], [1702471025, "0.885"], [1702471067, "0.885"], [1702471169, "0.903"], [1702471193, "0.903"], [1702471226, "0.903"], [1702471265, "0.903"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "3", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2158.104"], [1702462721, "2241.108"], [1702462736, "2324.112"], [1702462751, "2407.116"], [1702462763, "2490.12"], [1702462793, "2656.128"], [1702462808, "2739.132"], [1702462829, "2822.136"], [1702462844, "2905.14"], [1702462865, "2988.144"], [1702462880, "3071.148"], [1702462904, "3237.156"], [1702462919, "3320.16"], [1702462952, "3486.168"], [1702462973, "3569.172"], [1702462988, "3652.176"], [1702463045, "3901.188"], [1702463081, "4067.196"], [1702463114, "4233.204"], [1702463150, "4399.212"], [1702463186, "4565.22"], [1702463216, "4731.228"], [1702463240, "4897.236"], [1702463273, "5063.244"], [1702463324, "5312.256"], [1702463354, "5478.264"], [1702463381, "5644.272"], [1702463417, "5810.28"], [1702463453, "5976.288"], [1702463477, "6142.296"], [1702463510, "6308.304"], [1702463537, "6474.312"], [1702463570, "6640.32"], [1702463591, "6806.328"], [1702463621, "6972.336"], [1702463657, "7138.344"], [1702463693, "7304.352"], [1702463729, "7470.36"], [1702463765, "7636.368"], [1702463798, "7802.376"], [1702463846, "8051.388"], [1702463873, "8217.396"], [1702463906, "8383.404"], [1702463948, "8632.416"], [1702463984, "8798.424"], [1702464014, "8964.432"], [1702464050, "9130.44"], [1702464086, "9296.448"], [1702464122, "9462.456"], [1702464155, "9628.464"], [1702464194, "9877.476"], [1702464230, "10043.484"], [1702464263, "10209.492"], [1702464299, "10375.5"], [1702464332, "10541.508"], [1702464356, "10707.516"], [1702464392, "10873.524"], [1702464425, "11039.532"], [1702464455, "11205.54"], [1702464479, "11371.548"], [1702464509, "11537.556"], [1702464533, "11703.564"], [1702464569, "11869.572"], [1702464605, "12035.58"], [1702464635, "12201.588"], [1702464671, "12367.596"], [1702464716, "12533.604"], [1702464743, "12699.612"], [1702464776, "12865.62"], [1702464812, "13031.628"], [1702464836, "13197.636"], [1702464869, "13363.644"], [1702464905, "13529.652"], [1702464926, "13695.66"], [1702464956, "13861.668"], [1702464992, "14027.676"], [1702465016, "14193.684"], [1702465049, "14359.692"], [1702465085, "14525.7"], [1702465118, "14691.708"], [1702465145, "14857.716"], [1702465178, "15023.724"], [1702465208, "15189.732"], [1702465241, "15355.74"], [1702465298, "15604.752"], [1702465334, "15770.76"], [1702465367, "15936.768"], [1702465394, "16102.776"], [1702465418, "16268.784"], [1702465445, "16434.792"], [1702465481, "16600.8"], [1702465517, "16766.808"], [1702465550, "16932.816"], [1702465586, "17098.824"], [1702465619, "17264.832"], [1702465658, "17430.84"], [1702465706, "17596.848"], [1702465754, "17845.86"], [1702465787, "18011.868"], [1702465823, "18177.876"], [1702465856, "18343.884"], [1702465880, "18509.892"], [1702465910, "18675.9"], [1702465952, "18841.908"], [1702465988, "19007.916"], [1702466015, "19173.924"], [1702466030, "19339.932"], [1702466060, "19505.94"], [1702466078, "19671.948"], [1702466138, "19920.96"], [1702466168, "20086.968"], [1702466204, "20252.976"], [1702466237, "20418.984"], [1702466261, "20584.992"], [1702466291, "20751"], [1702466327, "20917.008"], [1702466360, "21083.016"], [1702466384, "21249.024"], [1702466417, "21415.032"], [1702466441, "21581.04"], [1702466471, "21747.048"], [1702466507, "21913.056"], [1702466540, "22079.064"], [1702466597, "22328.076"], [1702466633, "22494.084"], [1702466666, "22660.092"], [1702466705, "22826.1"], [1702466732, "22992.108"], [1702466765, "23158.116"], [1702466801, "23324.124"], [1702466852, "23573.136"], [1702466876, "23739.144"], [1702466918, "23905.152"], [1702466978, "24237.168"], [1702467014, "24403.176"], [1702467038, "24569.184"], [1702467068, "24735.192"], [1702467122, "24984.204"], [1702467158, "25150.212"], [1702467191, "25316.22"], [1702467221, "25482.228"], [1702467257, "25648.236"], [1702467299, "25814.244"], [1702467350, "26063.256"], [1702467386, "26229.264"], [1702467419, "26395.272"], [1702467455, "26561.28"], [1702467515, "26893.296"], [1702467542, "27059.304"], [1702467566, "27225.312"], [1702467599, "27391.32"], [1702467635, "27557.328"], [1702467668, "27723.336"], [1702467695, "27889.344"], [1702467716, "28055.352"], [1702467746, "28221.36"], [1702467800, "28470.372"], [1702467824, "28636.38"], [1702467908, "29051.4"], [1702467944, "29217.408"], [1702467968, "29383.416"], [1702468001, "29549.424"], [1702468031, "29715.432"], [1702468067, "29881.44"], [1702468085, "30047.448"], [1702468115, "30213.456"], [1702468151, "30379.464"], [1702468181, "30545.472"], [1702468208, "30711.48"], [1702468241, "30877.488"], [1702468256, "31043.496"], [1702468286, "31209.504"], [1702468322, "31375.512"], [1702468352, "31541.52"], [1702468388, "31707.528"], [1702468424, "31873.536"], [1702468457, "32039.544"], [1702468493, "32205.552"], [1702468517, "32371.56"], [1702468550, "32537.568"], [1702468586, "32703.576"], [1702468613, "32869.584"], [1702468637, "33035.592"], [1702468679, "33201.6"], [1702468721, "33367.608"], [1702468730, "33450.612"], [1702468766, "33616.62"], [1702468799, "33782.628"], [1702468835, "33948.636"], [1702468898, "34197.648"], [1702468934, "34363.656"], [1702468970, "34529.664"], [1702468994, "34695.672"], [1702469024, "34861.68"], [1702469060, "35027.688"], [1702469111, "35276.7"], [1702469144, "35442.708"], [1702469168, "35608.716"], [1702469204, "35774.724"], [1702469237, "35940.732"], [1702469273, "36106.74"], [1702469303, "36272.748"], [1702469336, "36438.756"], [1702469360, "36604.764"], [1702469387, "36770.772"], [1702469411, "36936.78"], [1702469435, "37102.788"], [1702469468, "37268.796"], [1702469504, "37434.804"], [1702469537, "37600.812"], [1702469573, "37766.82"], [1702469606, "37932.828"], [1702469633, "38098.836"], [1702469660, "38264.844"], [1702469684, "38430.852"], [1702469717, "38596.86"], [1702469753, "38762.868"], [1702469786, "38928.876"], [1702469816, "39094.884"], [1702469834, "39260.892"], [1702469864, "39426.9"], [1702469906, "39675.912"], [1702469936, "39841.92"], [1702469972, "40007.928"], [1702470005, "40173.936"], [1702470029, "40339.944"], [1702470065, "40505.952"], [1702470101, "40671.96"], [1702470131, "40837.968"], [1702470167, "41003.976"], [1702470203, "41169.984"], [1702470251, "41418.996"], [1702470278, "41585.004"], [1702470311, "41751.012"], [1702470347, "41917.02"], [1702470371, "42083.028"], [1702470404, "42249.036"], [1702470440, "42415.044"], [1702470476, "42581.052"], [1702470506, "42747.06"], [1702470542, "42913.068"], [1702470575, "43079.076"], [1702470611, "43245.084"], [1702470635, "43411.092"], [1702470662, "43577.1"], [1702470686, "43743.108"], [1702470719, "43909.116"], [1702470746, "44075.124"], [1702470812, "44407.14"], [1702470845, "44573.148"], [1702470875, "44739.156"], [1702470899, "44905.164"], [1702470953, "45154.176"], [1702470983, "45320.184"], [1702471025, "45486.192"], [1702471067, "45735.204"], [1702471169, "46150.224"], [1702471193, "46316.232"], [1702471226, "46482.24"], [1702471265, "46648.248"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "9.567"], [1702462721, "9.615"], [1702462736, "10.356"], [1702462751, "11.097"], [1702462763, "11.838"], [1702462793, "13.377"], [1702462808, "14.118"], [1702462829, "14.916"], [1702462844, "14.964"], [1702462865, "15.705"], [1702462880, "16.503"], [1702462904, "18.042"], [1702462919, "18.84"], [1702462952, "19.629"], [1702462973, "20.37"], [1702462988, "20.418"], [1702463045, "21.159"], [1702463081, "21.207"], [1702463114, "21.207"], [1702463150, "21.207"], [1702463186, "21.255"], [1702463216, "21.255"], [1702463240, "21.303"], [1702463273, "21.303"], [1702463324, "21.399"], [1702463354, "21.447"], [1702463381, "21.543"], [1702463417, "21.591"], [1702463453, "21.591"], [1702463477, "21.591"], [1702463510, "21.591"], [1702463537, "21.591"], [1702463570, "21.591"], [1702463591, "21.591"], [1702463621, "21.591"], [1702463657, "21.591"], [1702463693, "21.591"], [1702463729, "21.591"], [1702463765, "21.591"], [1702463798, "21.591"], [1702463846, "21.591"], [1702463873, "21.591"], [1702463906, "21.591"], [1702463948, "21.591"], [1702463984, "21.591"], [1702464014, "21.591"], [1702464050, "21.591"], [1702464086, "21.591"], [1702464122, "21.591"], [1702464155, "21.591"], [1702464194, "21.591"], [1702464230, "21.591"], [1702464263, "21.591"], [1702464299, "21.591"], [1702464332, "21.591"], [1702464356, "21.639"], [1702464392, "21.735"], [1702464425, "21.783"], [1702464455, "21.783"], [1702464479, "21.783"], [1702464509, "21.783"], [1702464533, "21.783"], [1702464569, "21.783"], [1702464605, "21.783"], [1702464635, "21.783"], [1702464671, "21.783"], [1702464716, "21.783"], [1702464743, "21.783"], [1702464776, "21.783"], [1702464812, "21.783"], [1702464836, "21.783"], [1702464869, "21.783"], [1702464905, "21.783"], [1702464926, "21.783"], [1702464956, "21.783"], [1702464992, "21.783"], [1702465016, "21.783"], [1702465049, "21.783"], [1702465085, "21.783"], [1702465118, "21.783"], [1702465145, "21.783"], [1702465178, "21.783"], [1702465208, "21.783"], [1702465241, "21.783"], [1702465298, "21.783"], [1702465334, "21.783"], [1702465367, "21.783"], [1702465394, "21.783"], [1702465418, "21.783"], [1702465445, "21.783"], [1702465481, "21.831"], [1702465517, "21.879"], [1702465550, "21.927"], [1702465586, "22.023"], [1702465619, "22.023"], [1702465658, "22.023"], [1702465706, "22.023"], [1702465754, "22.023"], [1702465787, "22.023"], [1702465823, "22.023"], [1702465856, "22.023"], [1702465880, "22.023"], [1702465910, "22.023"], [1702465952, "22.023"], [1702465988, "22.023"], [1702466015, "22.023"], [1702466030, "22.023"], [1702466060, "22.023"], [1702466078, "22.023"], [1702466138, "22.023"], [1702466168, "22.023"], [1702466204, "22.023"], [1702466237, "22.023"], [1702466261, "22.023"], [1702466291, "22.023"], [1702466327, "22.023"], [1702466360, "22.023"], [1702466384, "22.023"], [1702466417, "22.023"], [1702466441, "22.023"], [1702466471, "22.023"], [1702466507, "22.023"], [1702466540, "22.023"], [1702466597, "22.023"], [1702466633, "22.071"], [1702466666, "22.071"], [1702466705, "22.071"], [1702466732, "22.071"], [1702466765, "22.071"], [1702466801, "22.071"], [1702466852, "22.071"], [1702466876, "22.071"], [1702466918, "22.071"], [1702466978, "22.071"], [1702467014, "22.071"], [1702467038, "22.071"], [1702467068, "22.071"], [1702467122, "22.071"], [1702467158, "22.071"], [1702467191, "22.071"], [1702467221, "22.071"], [1702467257, "22.071"], [1702467299, "22.071"], [1702467350, "22.071"], [1702467386, "22.071"], [1702467419, "22.071"], [1702467455, "22.071"], [1702467515, "22.071"], [1702467542, "22.071"], [1702467566, "22.071"], [1702467599, "22.071"], [1702467635, "22.071"], [1702467668, "22.071"], [1702467695, "22.071"], [1702467716, "22.071"], [1702467746, "22.071"], [1702467800, "22.071"], [1702467824, "22.071"], [1702467908, "22.071"], [1702467944, "22.071"], [1702467968, "22.071"], [1702468001, "22.071"], [1702468031, "22.071"], [1702468067, "22.071"], [1702468085, "22.071"], [1702468115, "22.071"], [1702468151, "22.071"], [1702468181, "22.071"], [1702468208, "22.071"], [1702468241, "22.071"], [1702468256, "22.071"], [1702468286, "22.071"], [1702468322, "22.071"], [1702468352, "22.071"], [1702468388, "22.071"], [1702468424, "22.071"], [1702468457, "22.071"], [1702468493, "22.071"], [1702468517, "22.071"], [1702468550, "22.071"], [1702468586, "22.071"], [1702468613, "22.071"], [1702468637, "22.071"], [1702468679, "22.071"], [1702468721, "22.071"], [1702468730, "22.071"], [1702468766, "22.071"], [1702468799, "22.071"], [1702468835, "22.071"], [1702468898, "22.071"], [1702468934, "22.071"], [1702468970, "22.071"], [1702468994, "22.071"], [1702469024, "22.071"], [1702469060, "22.071"], [1702469111, "22.071"], [1702469144, "22.071"], [1702469168, "22.071"], [1702469204, "22.071"], [1702469237, "22.071"], [1702469273, "22.071"], [1702469303, "22.071"], [1702469336, "22.071"], [1702469360, "22.071"], [1702469387, "22.071"], [1702469411, "22.071"], [1702469435, "22.071"], [1702469468, "22.071"], [1702469504, "22.071"], [1702469537, "22.071"], [1702469573, "22.071"], [1702469606, "22.071"], [1702469633, "22.071"], [1702469660, "22.071"], [1702469684, "22.071"], [1702469717, "22.071"], [1702469753, "22.071"], [1702469786, "22.071"], [1702469816, "22.071"], [1702469834, "22.071"], [1702469864, "22.071"], [1702469906, "22.071"], [1702469936, "22.071"], [1702469972, "22.071"], [1702470005, "22.071"], [1702470029, "22.071"], [1702470065, "22.071"], [1702470101, "22.071"], [1702470131, "22.119"], [1702470167, "22.119"], [1702470203, "22.119"], [1702470251, "22.119"], [1702470278, "22.119"], [1702470311, "22.119"], [1702470347, "22.119"], [1702470371, "22.119"], [1702470404, "22.119"], [1702470440, "22.119"], [1702470476, "22.119"], [1702470506, "22.119"], [1702470542, "22.119"], [1702470575, "22.119"], [1702470611, "22.119"], [1702470635, "22.119"], [1702470662, "22.119"], [1702470686, "22.119"], [1702470719, "22.119"], [1702470746, "22.119"], [1702470812, "22.119"], [1702470845, "22.119"], [1702470875, "22.119"], [1702470899, "22.119"], [1702470953, "22.119"], [1702470983, "22.119"], [1702471025, "22.167"], [1702471067, "22.263"], [1702471169, "22.503"], [1702471193, "22.551"], [1702471226, "22.551"], [1702471265, "22.599"]]}, {"metric": {"__name__": "kepler_node_gpu_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "index": "4", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "nvidia"}, "values": [[1702462700, "2225.592"], [1702462721, "2310.876"], [1702462736, "2396.16"], [1702462751, "2481.444"], [1702462763, "2566.728"], [1702462793, "2737.296"], [1702462808, "2822.58"], [1702462829, "2907.864"], [1702462844, "2993.148"], [1702462865, "3078.432"], [1702462880, "3163.716"], [1702462904, "3334.284"], [1702462919, "3419.568"], [1702462952, "3590.136"], [1702462973, "3675.42"], [1702462988, "3760.704"], [1702463045, "4016.556"], [1702463081, "4187.124"], [1702463114, "4357.692"], [1702463150, "4528.26"], [1702463186, "4698.828"], [1702463216, "4869.396"], [1702463240, "5039.964"], [1702463273, "5210.532"], [1702463324, "5466.384"], [1702463354, "5636.952"], [1702463381, "5807.52"], [1702463417, "5978.088"], [1702463453, "6148.656"], [1702463477, "6319.224"], [1702463510, "6489.792"], [1702463537, "6660.36"], [1702463570, "6830.928"], [1702463591, "7001.496"], [1702463621, "7172.064"], [1702463657, "7342.632"], [1702463693, "7513.2"], [1702463729, "7683.768"], [1702463765, "7854.336"], [1702463798, "8024.904"], [1702463846, "8280.756"], [1702463873, "8451.324"], [1702463906, "8621.892"], [1702463948, "8877.744"], [1702463984, "9048.312"], [1702464014, "9218.88"], [1702464050, "9389.448"], [1702464086, "9560.016"], [1702464122, "9730.584"], [1702464155, "9901.152"], [1702464194, "10157.004"], [1702464230, "10327.572"], [1702464263, "10498.14"], [1702464299, "10668.708"], [1702464332, "10839.276"], [1702464356, "11009.844"], [1702464392, "11180.412"], [1702464425, "11350.98"], [1702464455, "11521.548"], [1702464479, "11692.116"], [1702464509, "11862.684"], [1702464533, "12033.252"], [1702464569, "12203.82"], [1702464605, "12374.388"], [1702464635, "12544.956"], [1702464671, "12715.524"], [1702464716, "12886.092"], [1702464743, "13056.66"], [1702464776, "13227.228"], [1702464812, "13397.796"], [1702464836, "13568.364"], [1702464869, "13738.932"], [1702464905, "13909.5"], [1702464926, "14080.068"], [1702464956, "14250.636"], [1702464992, "14421.204"], [1702465016, "14591.772"], [1702465049, "14762.34"], [1702465085, "14932.908"], [1702465118, "15103.476"], [1702465145, "15274.044"], [1702465178, "15444.612"], [1702465208, "15615.18"], [1702465241, "15785.748"], [1702465298, "16041.6"], [1702465334, "16212.168"], [1702465367, "16382.736"], [1702465394, "16553.304"], [1702465418, "16723.872"], [1702465445, "16894.44"], [1702465481, "17065.008"], [1702465517, "17235.576"], [1702465550, "17406.144"], [1702465586, "17576.712"], [1702465619, "17747.28"], [1702465658, "17917.848"], [1702465706, "18088.416"], [1702465754, "18344.268"], [1702465787, "18514.836"], [1702465823, "18685.404"], [1702465856, "18855.972"], [1702465880, "19026.54"], [1702465910, "19197.108"], [1702465952, "19367.676"], [1702465988, "19538.244"], [1702466015, "19708.812"], [1702466030, "19879.38"], [1702466060, "20049.948"], [1702466078, "20220.516"], [1702466138, "20476.368"], [1702466168, "20646.936"], [1702466204, "20817.504"], [1702466237, "20988.072"], [1702466261, "21158.64"], [1702466291, "21329.208"], [1702466327, "21499.776"], [1702466360, "21670.344"], [1702466384, "21840.912"], [1702466417, "22011.48"], [1702466441, "22182.048"], [1702466471, "22352.616"], [1702466507, "22523.184"], [1702466540, "22693.752"], [1702466597, "22949.604"], [1702466633, "23120.172"], [1702466666, "23290.74"], [1702466705, "23461.308"], [1702466732, "23631.876"], [1702466765, "23802.444"], [1702466801, "23973.012"], [1702466852, "24228.864"], [1702466876, "24399.432"], [1702466918, "24570"], [1702466978, "24911.136"], [1702467014, "25081.704"], [1702467038, "25252.272"], [1702467068, "25422.84"], [1702467122, "25678.692"], [1702467158, "25849.26"], [1702467191, "26019.828"], [1702467221, "26190.396"], [1702467257, "26360.964"], [1702467299, "26531.532"], [1702467350, "26787.384"], [1702467386, "26957.952"], [1702467419, "27128.52"], [1702467455, "27299.088"], [1702467515, "27640.224"], [1702467542, "27810.792"], [1702467566, "27981.36"], [1702467599, "28151.928"], [1702467635, "28322.496"], [1702467668, "28493.064"], [1702467695, "28663.632"], [1702467716, "28834.2"], [1702467746, "29004.768"], [1702467800, "29260.62"], [1702467824, "29431.188"], [1702467908, "29857.608"], [1702467944, "30028.176"], [1702467968, "30198.744"], [1702468001, "30369.312"], [1702468031, "30539.88"], [1702468067, "30710.448"], [1702468085, "30881.016"], [1702468115, "31051.584"], [1702468151, "31222.152"], [1702468181, "31392.72"], [1702468208, "31563.288"], [1702468241, "31733.856"], [1702468256, "31904.424"], [1702468286, "32074.992"], [1702468322, "32245.56"], [1702468352, "32416.128"], [1702468388, "32586.696"], [1702468424, "32757.264"], [1702468457, "32927.832"], [1702468493, "33098.4"], [1702468517, "33268.968"], [1702468550, "33439.536"], [1702468586, "33610.104"], [1702468613, "33780.672"], [1702468637, "33951.24"], [1702468679, "34121.808"], [1702468721, "34292.376"], [1702468730, "34377.66"], [1702468766, "34548.228"], [1702468799, "34718.796"], [1702468835, "34889.364"], [1702468898, "35145.216"], [1702468934, "35315.784"], [1702468970, "35486.352"], [1702468994, "35656.92"], [1702469024, "35827.488"], [1702469060, "35998.056"], [1702469111, "36253.908"], [1702469144, "36424.476"], [1702469168, "36595.044"], [1702469204, "36765.612"], [1702469237, "36936.18"], [1702469273, "37106.748"], [1702469303, "37277.316"], [1702469336, "37447.884"], [1702469360, "37618.452"], [1702469387, "37789.02"], [1702469411, "37959.588"], [1702469435, "38130.156"], [1702469468, "38300.724"], [1702469504, "38471.292"], [1702469537, "38641.86"], [1702469573, "38812.428"], [1702469606, "38982.996"], [1702469633, "39153.564"], [1702469660, "39324.132"], [1702469684, "39494.7"], [1702469717, "39665.268"], [1702469753, "39835.836"], [1702469786, "40006.404"], [1702469816, "40176.972"], [1702469834, "40347.54"], [1702469864, "40518.108"], [1702469906, "40773.96"], [1702469936, "40944.528"], [1702469972, "41115.096"], [1702470005, "41285.664"], [1702470029, "41456.232"], [1702470065, "41626.8"], [1702470101, "41797.368"], [1702470131, "41967.936"], [1702470167, "42138.504"], [1702470203, "42309.072"], [1702470251, "42564.924"], [1702470278, "42735.492"], [1702470311, "42906.06"], [1702470347, "43076.628"], [1702470371, "43247.196"], [1702470404, "43417.764"], [1702470440, "43588.332"], [1702470476, "43758.9"], [1702470506, "43929.468"], [1702470542, "44100.036"], [1702470575, "44270.604"], [1702470611, "44441.172"], [1702470635, "44611.74"], [1702470662, "44782.308"], [1702470686, "44952.876"], [1702470719, "45123.444"], [1702470746, "45294.012"], [1702470812, "45635.148"], [1702470845, "45805.716"], [1702470875, "45976.284"], [1702470899, "46146.852"], [1702470953, "46402.704"], [1702470983, "46573.272"], [1702471025, "46743.84"], [1702471067, "46999.692"], [1702471169, "47426.112"], [1702471193, "47596.68"], [1702471226, "47767.248"], [1702471265, "47937.816"]]}], "kepler_node_info": [{"metric": {"__name__": "kepler_node_info", "container": "kepler-exporter", "cpu_architecture": "Broadwell", "endpoint": "http", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1"], [1702462721, "1"], [1702462736, "1"], [1702462751, "1"], [1702462763, "1"], [1702462793, "1"], [1702462808, "1"], [1702462829, "1"], [1702462844, "1"], [1702462865, "1"], [1702462880, "1"], [1702462904, "1"], [1702462919, "1"], [1702462952, "1"], [1702462973, "1"], [1702462988, "1"], [1702463045, "1"], [1702463081, "1"], [1702463114, "1"], [1702463150, "1"], [1702463186, "1"], [1702463216, "1"], [1702463240, "1"], [1702463273, "1"], [1702463324, "1"], [1702463354, "1"], [1702463381, "1"], [1702463417, "1"], [1702463453, "1"], [1702463477, "1"], [1702463510, "1"], [1702463537, "1"], [1702463570, "1"], [1702463591, "1"], [1702463621, "1"], [1702463657, "1"], [1702463693, "1"], [1702463729, "1"], [1702463765, "1"], [1702463798, "1"], [1702463846, "1"], [1702463873, "1"], [1702463906, "1"], [1702463948, "1"], [1702463984, "1"], [1702464014, "1"], [1702464050, "1"], [1702464086, "1"], [1702464122, "1"], [1702464155, "1"], [1702464194, "1"], [1702464230, "1"], [1702464263, "1"], [1702464299, "1"], [1702464332, "1"], [1702464356, "1"], [1702464392, "1"], [1702464425, "1"], [1702464455, "1"], [1702464479, "1"], [1702464509, "1"], [1702464533, "1"], [1702464569, "1"], [1702464605, "1"], [1702464635, "1"], [1702464671, "1"], [1702464716, "1"], [1702464743, "1"], [1702464776, "1"], [1702464812, "1"], [1702464836, "1"], [1702464869, "1"], [1702464905, "1"], [1702464926, "1"], [1702464956, "1"], [1702464992, "1"], [1702465016, "1"], [1702465049, "1"], [1702465085, "1"], [1702465118, "1"], [1702465145, "1"], [1702465178, "1"], [1702465208, "1"], [1702465241, "1"], [1702465298, "1"], [1702465334, "1"], [1702465367, "1"], [1702465394, "1"], [1702465418, "1"], [1702465445, "1"], [1702465481, "1"], [1702465517, "1"], [1702465550, "1"], [1702465586, "1"], [1702465619, "1"], [1702465658, "1"], [1702465706, "1"], [1702465754, "1"], [1702465787, "1"], [1702465823, "1"], [1702465856, "1"], [1702465880, "1"], [1702465910, "1"], [1702465952, "1"], [1702465988, "1"], [1702466015, "1"], [1702466030, "1"], [1702466060, "1"], [1702466078, "1"], [1702466138, "1"], [1702466168, "1"], [1702466204, "1"], [1702466237, "1"], [1702466261, "1"], [1702466291, "1"], [1702466327, "1"], [1702466360, "1"], [1702466384, "1"], [1702466417, "1"], [1702466441, "1"], [1702466471, "1"], [1702466507, "1"], [1702466540, "1"], [1702466597, "1"], [1702466633, "1"], [1702466666, "1"], [1702466705, "1"], [1702466732, "1"], [1702466765, "1"], [1702466801, "1"], [1702466852, "1"], [1702466876, "1"], [1702466918, "1"], [1702466978, "1"], [1702467014, "1"], [1702467038, "1"], [1702467068, "1"], [1702467122, "1"], [1702467158, "1"], [1702467191, "1"], [1702467221, "1"], [1702467257, "1"], [1702467299, "1"], [1702467350, "1"], [1702467386, "1"], [1702467419, "1"], [1702467455, "1"], [1702467515, "1"], [1702467542, "1"], [1702467566, "1"], [1702467599, "1"], [1702467635, "1"], [1702467668, "1"], [1702467695, "1"], [1702467716, "1"], [1702467746, "1"], [1702467800, "1"], [1702467824, "1"], [1702467908, "1"], [1702467944, "1"], [1702467968, "1"], [1702468001, "1"], [1702468031, "1"], [1702468067, "1"], [1702468085, "1"], [1702468115, "1"], [1702468151, "1"], [1702468181, "1"], [1702468208, "1"], [1702468241, "1"], [1702468256, "1"], [1702468286, "1"], [1702468322, "1"], [1702468352, "1"], [1702468388, "1"], [1702468424, "1"], [1702468457, "1"], [1702468493, "1"], [1702468517, "1"], [1702468550, "1"], [1702468586, "1"], [1702468613, "1"], [1702468637, "1"], [1702468679, "1"], [1702468721, "1"], [1702468730, "1"], [1702468766, "1"], [1702468799, "1"], [1702468835, "1"], [1702468898, "1"], [1702468934, "1"], [1702468970, "1"], [1702468994, "1"], [1702469024, "1"], [1702469060, "1"], [1702469111, "1"], [1702469144, "1"], [1702469168, "1"], [1702469204, "1"], [1702469237, "1"], [1702469273, "1"], [1702469303, "1"], [1702469336, "1"], [1702469360, "1"], [1702469387, "1"], [1702469411, "1"], [1702469435, "1"], [1702469468, "1"], [1702469504, "1"], [1702469537, "1"], [1702469573, "1"], [1702469606, "1"], [1702469633, "1"], [1702469660, "1"], [1702469684, "1"], [1702469717, "1"], [1702469753, "1"], [1702469786, "1"], [1702469816, "1"], [1702469834, "1"], [1702469864, "1"], [1702469906, "1"], [1702469936, "1"], [1702469972, "1"], [1702470005, "1"], [1702470029, "1"], [1702470065, "1"], [1702470101, "1"], [1702470131, "1"], [1702470167, "1"], [1702470203, "1"], [1702470251, "1"], [1702470278, "1"], [1702470311, "1"], [1702470347, "1"], [1702470371, "1"], [1702470404, "1"], [1702470440, "1"], [1702470476, "1"], [1702470506, "1"], [1702470542, "1"], [1702470575, "1"], [1702470611, "1"], [1702470635, "1"], [1702470662, "1"], [1702470686, "1"], [1702470719, "1"], [1702470746, "1"], [1702470812, "1"], [1702470845, "1"], [1702470875, "1"], [1702470899, "1"], [1702470953, "1"], [1702470983, "1"], [1702471025, "1"], [1702471067, "1"], [1702471169, "1"], [1702471193, "1"], [1702471226, "1"], [1702471265, "1"]]}], "kepler_node_other_joules_total": [{"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "48.772"], [1702462721, "48.772"], [1702462736, "48.772"], [1702462751, "48.772"], [1702462763, "57.955"], [1702462793, "57.955"], [1702462808, "57.955"], [1702462829, "57.955"], [1702462844, "57.955"], [1702462865, "57.955"], [1702462880, "57.955"], [1702462904, "57.955"], [1702462919, "57.955"], [1702462952, "57.955"], [1702462973, "57.955"], [1702462988, "57.955"], [1702463045, "57.955"], [1702463081, "57.955"], [1702463114, "57.955"], [1702463150, "57.955"], [1702463186, "57.955"], [1702463216, "57.955"], [1702463240, "57.955"], [1702463273, "57.955"], [1702463324, "57.955"], [1702463354, "57.955"], [1702463381, "57.955"], [1702463417, "57.955"], [1702463453, "57.955"], [1702463477, "57.955"], [1702463510, "57.955"], [1702463537, "57.955"], [1702463570, "57.955"], [1702463591, "57.955"], [1702463621, "57.955"], [1702463657, "57.955"], [1702463693, "57.955"], [1702463729, "57.955"], [1702463765, "57.955"], [1702463798, "57.955"], [1702463846, "57.955"], [1702463873, "57.955"], [1702463906, "57.955"], [1702463948, "57.955"], [1702463984, "57.955"], [1702464014, "57.955"], [1702464050, "57.955"], [1702464086, "57.955"], [1702464122, "57.955"], [1702464155, "57.955"], [1702464194, "57.955"], [1702464230, "57.955"], [1702464263, "57.955"], [1702464299, "57.955"], [1702464332, "57.955"], [1702464356, "57.955"], [1702464392, "57.955"], [1702464425, "57.955"], [1702464455, "57.955"], [1702464479, "57.955"], [1702464509, "57.955"], [1702464533, "57.955"], [1702464569, "57.955"], [1702464605, "57.955"], [1702464635, "57.955"], [1702464671, "57.955"], [1702464716, "57.955"], [1702464743, "57.955"], [1702464776, "57.955"], [1702464812, "57.955"], [1702464836, "57.955"], [1702464869, "57.955"], [1702464905, "57.955"], [1702464926, "57.955"], [1702464956, "57.955"], [1702464992, "57.955"], [1702465016, "57.955"], [1702465049, "57.955"], [1702465085, "57.955"], [1702465118, "82.655"], [1702465145, "82.655"], [1702465178, "82.655"], [1702465208, "82.655"], [1702465241, "82.655"], [1702465298, "82.655"], [1702465334, "82.655"], [1702465367, "82.655"], [1702465394, "82.655"], [1702465418, "82.655"], [1702465445, "82.655"], [1702465481, "82.655"], [1702465517, "82.655"], [1702465550, "82.655"], [1702465586, "82.655"], [1702465619, "82.655"], [1702465658, "82.655"], [1702465706, "82.655"], [1702465754, "82.655"], [1702465787, "82.655"], [1702465823, "82.655"], [1702465856, "82.655"], [1702465880, "82.655"], [1702465910, "82.655"], [1702465952, "82.655"], [1702465988, "82.655"], [1702466015, "82.655"], [1702466030, "228.957"], [1702466060, "228.957"], [1702466078, "228.957"], [1702466138, "228.957"], [1702466168, "228.957"], [1702466204, "228.957"], [1702466237, "228.957"], [1702466261, "228.957"], [1702466291, "228.957"], [1702466327, "228.957"], [1702466360, "228.957"], [1702466384, "228.957"], [1702466417, "228.957"], [1702466441, "239.163"], [1702466471, "239.163"], [1702466507, "239.163"], [1702466540, "239.163"], [1702466597, "239.163"], [1702466633, "239.163"], [1702466666, "239.163"], [1702466705, "239.163"], [1702466732, "239.163"], [1702466765, "239.163"], [1702466801, "239.163"], [1702466852, "239.163"], [1702466876, "314.486"], [1702466918, "314.486"], [1702466978, "314.486"], [1702467014, "314.486"], [1702467038, "314.486"], [1702467068, "314.486"], [1702467122, "314.486"], [1702467158, "314.486"], [1702467191, "314.486"], [1702467221, "314.486"], [1702467257, "314.486"], [1702467299, "314.486"], [1702467350, "314.486"], [1702467386, "314.486"], [1702467419, "314.486"], [1702467455, "314.486"], [1702467515, "314.486"], [1702467542, "314.486"], [1702467566, "314.486"], [1702467599, "314.486"], [1702467635, "314.486"], [1702467668, "314.486"], [1702467695, "314.486"], [1702467716, "314.486"], [1702467746, "314.486"], [1702467800, "314.486"], [1702467824, "314.486"], [1702467908, "314.486"], [1702467944, "314.486"], [1702467968, "328.698"], [1702468001, "328.698"], [1702468031, "328.698"], [1702468067, "328.698"], [1702468085, "328.698"], [1702468115, "328.698"], [1702468151, "328.698"], [1702468181, "328.698"], [1702468208, "328.698"], [1702468241, "328.698"], [1702468256, "328.698"], [1702468286, "328.698"], [1702468322, "328.698"], [1702468352, "328.698"], [1702468388, "328.698"], [1702468424, "328.698"], [1702468457, "328.698"], [1702468493, "328.698"], [1702468517, "328.698"], [1702468550, "328.698"], [1702468586, "328.698"], [1702468613, "395.732"], [1702468637, "395.732"], [1702468679, "395.732"], [1702468721, "395.732"], [1702468730, "395.732"], [1702468766, "395.732"], [1702468799, "395.732"], [1702468835, "395.732"], [1702468898, "395.732"], [1702468934, "395.732"], [1702468970, "395.732"], [1702468994, "395.732"], [1702469024, "543.24"], [1702469060, "543.24"], [1702469111, "543.24"], [1702469144, "543.24"], [1702469168, "543.24"], [1702469204, "543.24"], [1702469237, "543.24"], [1702469273, "543.24"], [1702469303, "543.24"], [1702469336, "543.24"], [1702469360, "543.24"], [1702469387, "543.24"], [1702469411, "543.24"], [1702469435, "543.24"], [1702469468, "543.24"], [1702469504, "543.24"], [1702469537, "543.24"], [1702469573, "543.24"], [1702469606, "543.24"], [1702469633, "543.24"], [1702469660, "543.24"], [1702469684, "543.24"], [1702469717, "543.24"], [1702469753, "543.24"], [1702469786, "543.24"], [1702469816, "543.24"], [1702469834, "543.24"], [1702469864, "543.24"], [1702469906, "543.24"], [1702469936, "543.24"], [1702469972, "543.24"], [1702470005, "543.24"], [1702470029, "543.24"], [1702470065, "543.24"], [1702470101, "543.24"], [1702470131, "543.24"], [1702470167, "543.24"], [1702470203, "543.24"], [1702470251, "543.24"], [1702470278, "543.24"], [1702470311, "543.24"], [1702470347, "543.24"], [1702470371, "543.24"], [1702470404, "543.24"], [1702470440, "543.24"], [1702470476, "543.24"], [1702470506, "543.24"], [1702470542, "543.24"], [1702470575, "543.24"], [1702470611, "543.24"], [1702470635, "543.24"], [1702470662, "543.24"], [1702470686, "543.24"], [1702470719, "543.24"], [1702470746, "543.24"], [1702470812, "543.24"], [1702470845, "543.24"], [1702470875, "543.24"], [1702470899, "543.24"], [1702470953, "543.24"], [1702470983, "543.24"], [1702471025, "543.24"], [1702471067, "543.24"], [1702471169, "543.24"], [1702471193, "543.24"], [1702471226, "543.24"], [1702471265, "543.24"]]}, {"metric": {"__name__": "kepler_node_other_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter"}, "values": [[1702462700, "1320.075"], [1702462721, "1320.075"], [1702462736, "1320.075"], [1702462751, "1320.075"], [1702462763, "1320.075"], [1702462793, "1320.075"], [1702462808, "1320.075"], [1702462829, "1320.075"], [1702462844, "1320.075"], [1702462865, "1320.075"], [1702462880, "1320.075"], [1702462904, "1320.075"], [1702462919, "1320.075"], [1702462952, "1320.075"], [1702462973, "1320.075"], [1702462988, "1320.075"], [1702463045, "1320.075"], [1702463081, "1320.075"], [1702463114, "1320.075"], [1702463150, "1320.075"], [1702463186, "1320.075"], [1702463216, "1320.075"], [1702463240, "1320.075"], [1702463273, "1320.075"], [1702463324, "1320.075"], [1702463354, "1320.075"], [1702463381, "1320.075"], [1702463417, "1320.075"], [1702463453, "1320.075"], [1702463477, "1320.075"], [1702463510, "1320.075"], [1702463537, "1320.075"], [1702463570, "1320.075"], [1702463591, "1320.075"], [1702463621, "1320.075"], [1702463657, "1320.075"], [1702463693, "1320.075"], [1702463729, "1320.075"], [1702463765, "1320.075"], [1702463798, "1320.075"], [1702463846, "1320.075"], [1702463873, "1320.075"], [1702463906, "1320.075"], [1702463948, "1320.075"], [1702463984, "1320.075"], [1702464014, "1320.075"], [1702464050, "1320.075"], [1702464086, "1320.075"], [1702464122, "1320.075"], [1702464155, "1320.075"], [1702464194, "1320.075"], [1702464230, "1320.075"], [1702464263, "1320.075"], [1702464299, "1320.075"], [1702464332, "1320.075"], [1702464356, "1320.075"], [1702464392, "1320.075"], [1702464425, "1320.075"], [1702464455, "1320.075"], [1702464479, "1320.075"], [1702464509, "1320.075"], [1702464533, "1320.075"], [1702464569, "1320.075"], [1702464605, "1320.075"], [1702464635, "1320.075"], [1702464671, "1320.075"], [1702464716, "1320.075"], [1702464743, "1320.075"], [1702464776, "1320.075"], [1702464812, "1320.075"], [1702464836, "1320.075"], [1702464869, "1320.075"], [1702464905, "1320.075"], [1702464926, "1320.075"], [1702464956, "1320.075"], [1702464992, "1320.075"], [1702465016, "1320.075"], [1702465049, "1320.075"], [1702465085, "1320.075"], [1702465118, "1320.075"], [1702465145, "1320.075"], [1702465178, "1320.075"], [1702465208, "1320.075"], [1702465241, "1320.075"], [1702465298, "1320.075"], [1702465334, "1320.075"], [1702465367, "1320.075"], [1702465394, "1320.075"], [1702465418, "1320.075"], [1702465445, "1320.075"], [1702465481, "1320.075"], [1702465517, "1320.075"], [1702465550, "1320.075"], [1702465586, "1320.075"], [1702465619, "1320.075"], [1702465658, "1320.075"], [1702465706, "1320.075"], [1702465754, "1320.075"], [1702465787, "1320.075"], [1702465823, "1320.075"], [1702465856, "1320.075"], [1702465880, "1320.075"], [1702465910, "1320.075"], [1702465952, "1320.075"], [1702465988, "1320.075"], [1702466015, "1320.075"], [1702466030, "1320.075"], [1702466060, "1320.075"], [1702466078, "1320.075"], [1702466138, "1320.075"], [1702466168, "1320.075"], [1702466204, "1320.075"], [1702466237, "1320.075"], [1702466261, "1320.075"], [1702466291, "1320.075"], [1702466327, "1320.075"], [1702466360, "1320.075"], [1702466384, "1320.075"], [1702466417, "1320.075"], [1702466441, "1320.075"], [1702466471, "1320.075"], [1702466507, "1320.075"], [1702466540, "1320.075"], [1702466597, "1320.075"], [1702466633, "1320.075"], [1702466666, "1320.075"], [1702466705, "1320.075"], [1702466732, "1320.075"], [1702466765, "1320.075"], [1702466801, "1320.075"], [1702466852, "1320.075"], [1702466876, "1320.075"], [1702466918, "1320.075"], [1702466978, "1320.075"], [1702467014, "1320.075"], [1702467038, "1320.075"], [1702467068, "1320.075"], [1702467122, "1320.075"], [1702467158, "1320.075"], [1702467191, "1320.075"], [1702467221, "1320.075"], [1702467257, "1320.075"], [1702467299, "1320.075"], [1702467350, "1320.075"], [1702467386, "1320.075"], [1702467419, "1320.075"], [1702467455, "1320.075"], [1702467515, "1320.075"], [1702467542, "1320.075"], [1702467566, "1320.075"], [1702467599, "1320.075"], [1702467635, "1320.075"], [1702467668, "1320.075"], [1702467695, "1320.075"], [1702467716, "1320.075"], [1702467746, "1320.075"], [1702467800, "1320.075"], [1702467824, "1320.075"], [1702467908, "1320.075"], [1702467944, "1320.075"], [1702467968, "1320.075"], [1702468001, "1320.075"], [1702468031, "1320.075"], [1702468067, "1320.075"], [1702468085, "1320.075"], [1702468115, "1320.075"], [1702468151, "1320.075"], [1702468181, "1320.075"], [1702468208, "1320.075"], [1702468241, "1320.075"], [1702468256, "1320.075"], [1702468286, "1320.075"], [1702468322, "1320.075"], [1702468352, "1320.075"], [1702468388, "1320.075"], [1702468424, "1320.075"], [1702468457, "1320.075"], [1702468493, "1320.075"], [1702468517, "1320.075"], [1702468550, "1320.075"], [1702468586, "1320.075"], [1702468613, "1320.075"], [1702468637, "1320.075"], [1702468679, "1320.075"], [1702468721, "1320.075"], [1702468730, "1320.075"], [1702468766, "1320.075"], [1702468799, "1320.075"], [1702468835, "1320.075"], [1702468898, "1320.075"], [1702468934, "1320.075"], [1702468970, "1320.075"], [1702468994, "1320.075"], [1702469024, "1320.075"], [1702469060, "1320.075"], [1702469111, "1320.075"], [1702469144, "1320.075"], [1702469168, "1320.075"], [1702469204, "1320.075"], [1702469237, "1320.075"], [1702469273, "1320.075"], [1702469303, "1320.075"], [1702469336, "1320.075"], [1702469360, "1320.075"], [1702469387, "1320.075"], [1702469411, "1320.075"], [1702469435, "1320.075"], [1702469468, "1320.075"], [1702469504, "1320.075"], [1702469537, "1320.075"], [1702469573, "1320.075"], [1702469606, "1320.075"], [1702469633, "1320.075"], [1702469660, "1320.075"], [1702469684, "1320.075"], [1702469717, "1320.075"], [1702469753, "1320.075"], [1702469786, "1320.075"], [1702469816, "1320.075"], [1702469834, "1320.075"], [1702469864, "1320.075"], [1702469906, "1320.075"], [1702469936, "1320.075"], [1702469972, "1320.075"], [1702470005, "1320.075"], [1702470029, "1320.075"], [1702470065, "1320.075"], [1702470101, "1320.075"], [1702470131, "1320.075"], [1702470167, "1320.075"], [1702470203, "1320.075"], [1702470251, "1320.075"], [1702470278, "1320.075"], [1702470311, "1320.075"], [1702470347, "1320.075"], [1702470371, "1320.075"], [1702470404, "1320.075"], [1702470440, "1320.075"], [1702470476, "1320.075"], [1702470506, "1320.075"], [1702470542, "1320.075"], [1702470575, "1320.075"], [1702470611, "1320.075"], [1702470635, "1320.075"], [1702470662, "1320.075"], [1702470686, "1320.075"], [1702470719, "1320.075"], [1702470746, "1320.075"], [1702470812, "1320.075"], [1702470845, "1320.075"], [1702470875, "1320.075"], [1702470899, "1320.075"], [1702470953, "1320.075"], [1702470983, "1320.075"], [1702471025, "1320.075"], [1702471067, "1320.075"], [1702471169, "1320.075"], [1702471193, "1320.075"], [1702471226, "1320.075"], [1702471265, "1320.075"]]}], "kepler_node_package_joules_total": [{"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "10302.287"], [1702462721, "11042.45"], [1702462736, "11571.545"], [1702462751, "12051.083"], [1702462763, "12051.083"], [1702462793, "12774.918"], [1702462808, "13533.402"], [1702462829, "13927.734"], [1702462844, "15694.003"], [1702462865, "16455.89"], [1702462880, "18246.044"], [1702462904, "19533.312"], [1702462919, "20234.64"], [1702462952, "22639.901"], [1702462973, "23491.911"], [1702462988, "25487.472"], [1702463045, "29554.717"], [1702463081, "32422.238"], [1702463114, "35089.492"], [1702463150, "36767.776"], [1702463186, "38297.538"], [1702463216, "40612.979"], [1702463240, "41939.862"], [1702463273, "43671.917"], [1702463324, "47250.17"], [1702463354, "49144.626"], [1702463381, "51618.723"], [1702463417, "54144.089"], [1702463453, "57103.825"], [1702463477, "59262.893"], [1702463510, "61619.438"], [1702463537, "62992.939"], [1702463570, "65235.445"], [1702463591, "66543.833"], [1702463621, "68688.26"], [1702463657, "70414.693"], [1702463693, "72842.316"], [1702463729, "76145.376"], [1702463765, "79120.759"], [1702463798, "81773.026"], [1702463846, "85289.947"], [1702463873, "87227.062"], [1702463906, "89486.516"], [1702463948, "92475.126"], [1702463984, "94834.453"], [1702464014, "96609.058"], [1702464050, "98775.4"], [1702464086, "101780.845"], [1702464122, "104579.215"], [1702464155, "107621.138"], [1702464194, "110501.845"], [1702464230, "112350.159"], [1702464263, "113439.109"], [1702464299, "115409.538"], [1702464332, "117539.019"], [1702464356, "119300.944"], [1702464392, "121475.817"], [1702464425, "123234.654"], [1702464455, "125767.104"], [1702464479, "127761.895"], [1702464509, "129580.085"], [1702464533, "131672.108"], [1702464569, "134160.612"], [1702464605, "136851.611"], [1702464635, "138659.611"], [1702464671, "139943.907"], [1702464716, "142833.315"], [1702464743, "144484.168"], [1702464776, "147109.783"], [1702464812, "149860.122"], [1702464836, "151380.78"], [1702464869, "153893.956"], [1702464905, "156582.161"], [1702464926, "158029.477"], [1702464956, "159560.521"], [1702464992, "163181.405"], [1702465016, "164588.366"], [1702465049, "166791.308"], [1702465085, "169118.692"], [1702465118, "170487.732"], [1702465145, "172614.612"], [1702465178, "174836.397"], [1702465208, "177653.755"], [1702465241, "180034.23"], [1702465298, "183955.7"], [1702465334, "186336.179"], [1702465367, "187920.906"], [1702465394, "188692.154"], [1702465418, "189992.139"], [1702465445, "191724.691"], [1702465481, "194231.287"], [1702465517, "196643.89"], [1702465550, "199326.264"], [1702465586, "202038.215"], [1702465619, "203635.349"], [1702465658, "207558.815"], [1702465706, "210424.815"], [1702465754, "214944.599"], [1702465787, "217152.066"], [1702465823, "218876.874"], [1702465856, "221435.736"], [1702465880, "223096.71"], [1702465910, "225109.416"], [1702465952, "227872.016"], [1702465988, "230732.329"], [1702466015, "233146.847"], [1702466030, "233717.202"], [1702466060, "235648.877"], [1702466078, "236809.145"], [1702466138, "240681.925"], [1702466168, "242895.845"], [1702466204, "245240.113"], [1702466237, "247840.19"], [1702466261, "249153.105"], [1702466291, "250976.983"], [1702466327, "253479.748"], [1702466360, "256520.862"], [1702466384, "258637.454"], [1702466417, "261045.919"], [1702466441, "262347.848"], [1702466471, "263478.786"], [1702466507, "265567.586"], [1702466540, "267693.452"], [1702466597, "271201.743"], [1702466633, "273592.464"], [1702466666, "276318.746"], [1702466705, "278791.41"], [1702466732, "281756.003"], [1702466765, "284191.964"], [1702466801, "286728.573"], [1702466852, "291358.385"], [1702466876, "292397.991"], [1702466918, "295442.316"], [1702466978, "299580.487"], [1702467014, "301325.036"], [1702467038, "303612.077"], [1702467068, "306069.993"], [1702467122, "309793.316"], [1702467158, "312937.197"], [1702467191, "315959.051"], [1702467221, "318265.408"], [1702467257, "320870.898"], [1702467299, "321575.548"], [1702467350, "325139.465"], [1702467386, "327782.449"], [1702467419, "330462.155"], [1702467455, "333480.324"], [1702467515, "337437.703"], [1702467542, "339734.76"], [1702467566, "341010.108"], [1702467599, "342573.626"], [1702467635, "343829.412"], [1702467668, "346387.559"], [1702467695, "348150.797"], [1702467716, "349478.08"], [1702467746, "351225.969"], [1702467800, "355773.478"], [1702467824, "357362.786"], [1702467908, "363849.574"], [1702467944, "366768.2"], [1702467968, "368221.704"], [1702468001, "370559.678"], [1702468031, "371893.485"], [1702468067, "374483.207"], [1702468085, "375789.532"], [1702468115, "377551.442"], [1702468151, "380003.974"], [1702468181, "382787.421"], [1702468208, "384823.05"], [1702468241, "387184.27"], [1702468256, "388113.728"], [1702468286, "389596.005"], [1702468322, "391580.996"], [1702468352, "395462.832"], [1702468388, "397914.888"], [1702468424, "400002.273"], [1702468457, "402223.275"], [1702468493, "404489.524"], [1702468517, "407113.228"], [1702468550, "409530.25"], [1702468586, "411677.937"], [1702468613, "414154.506"], [1702468637, "416180.334"], [1702468679, "418663.102"], [1702468721, "421552.679"], [1702468730, "421942.51"], [1702468766, "424275.489"], [1702468799, "426901.104"], [1702468835, "428674.057"], [1702468898, "433511.176"], [1702468934, "437747.567"], [1702468970, "440327.356"], [1702468994, "442366.42"], [1702469024, "443438.177"], [1702469060, "447426.812"], [1702469111, "451374.844"], [1702469144, "453590.293"], [1702469168, "454510.347"], [1702469204, "457129.531"], [1702469237, "459615.482"], [1702469273, "462174.506"], [1702469303, "465347.161"], [1702469336, "467939.108"], [1702469360, "469507.645"], [1702469387, "470689.575"], [1702469411, "472800.147"], [1702469435, "474854.047"], [1702469468, "477354.45"], [1702469504, "479126.267"], [1702469537, "481323.947"], [1702469573, "483413.631"], [1702469606, "486368.461"], [1702469633, "488198.874"], [1702469660, "490650.83"], [1702469684, "492335.265"], [1702469717, "494991.835"], [1702469753, "497106.333"], [1702469786, "499962.881"], [1702469816, "501623.385"], [1702469834, "502891.49"], [1702469864, "504544.86"], [1702469906, "506544.312"], [1702469936, "508740.12"], [1702469972, "511141.186"], [1702470005, "513318.513"], [1702470029, "514054.544"], [1702470065, "516929.805"], [1702470101, "519834.414"], [1702470131, "521566.727"], [1702470167, "524829.446"], [1702470203, "528272.49"], [1702470251, "531248.654"], [1702470278, "534191.327"], [1702470311, "536562.347"], [1702470347, "539462.032"], [1702470371, "540862.949"], [1702470404, "542965.304"], [1702470440, "544741.187"], [1702470476, "547784.955"], [1702470506, "550558.65"], [1702470542, "553507.459"], [1702470575, "555973.062"], [1702470611, "558442.39"], [1702470635, "560384.8"], [1702470662, "562135.887"], [1702470686, "564281.882"], [1702470719, "566163.568"], [1702470746, "568541.624"], [1702470812, "571802.071"], [1702470845, "573875.401"], [1702470875, "575454.066"], [1702470899, "577205.158"], [1702470953, "580363.715"], [1702470983, "581370.608"], [1702471025, "583783.988"], [1702471067, "587226.388"], [1702471169, "592545.863"], [1702471193, "593599.402"], [1702471226, "595779.559"], [1702471265, "598649.036"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "10642.488"], [1702462721, "11395.625"], [1702462736, "11906.646"], [1702462751, "12416.391"], [1702462763, "12420.381"], [1702462793, "13183.705"], [1702462808, "13924.048"], [1702462829, "14320.499"], [1702462844, "16042.944"], [1702462865, "16780.236"], [1702462880, "18539.636"], [1702462904, "19856.104"], [1702462919, "20590.113"], [1702462952, "23187.364"], [1702462973, "24101.655"], [1702462988, "26095.498"], [1702463045, "29751.234"], [1702463081, "31900.751"], [1702463114, "33931.755"], [1702463150, "35565.981"], [1702463186, "37047.852"], [1702463216, "39267.298"], [1702463240, "40555.042"], [1702463273, "42286.716"], [1702463324, "46068.317"], [1702463354, "48038.803"], [1702463381, "50477.57"], [1702463417, "52978.164"], [1702463453, "56005.474"], [1702463477, "58095.682"], [1702463510, "60434.286"], [1702463537, "61812.621"], [1702463570, "63983.399"], [1702463591, "65250.622"], [1702463621, "67381.183"], [1702463657, "69170.427"], [1702463693, "71753.608"], [1702463729, "75122.63"], [1702463765, "78056.769"], [1702463798, "80710.546"], [1702463846, "84186.898"], [1702463873, "86059.917"], [1702463906, "88294.132"], [1702463948, "91245.689"], [1702463984, "93572.218"], [1702464014, "95352.743"], [1702464050, "97656.968"], [1702464086, "100829.359"], [1702464122, "103561.939"], [1702464155, "106085.642"], [1702464194, "107979.785"], [1702464230, "109453.334"], [1702464263, "110480.294"], [1702464299, "112387.486"], [1702464332, "114434.098"], [1702464356, "116144.907"], [1702464392, "118319.526"], [1702464425, "120196.909"], [1702464455, "122797.981"], [1702464479, "124746.538"], [1702464509, "126465.416"], [1702464533, "128461.467"], [1702464569, "130969.545"], [1702464605, "133628.551"], [1702464635, "135484.776"], [1702464671, "138588.732"], [1702464716, "141410.5"], [1702464743, "143070.462"], [1702464776, "145834.73"], [1702464812, "146663.765"], [1702464836, "148147.851"], [1702464869, "150579.969"], [1702464905, "153170.12"], [1702464926, "154506.942"], [1702464956, "155954.357"], [1702464992, "159571.998"], [1702465016, "161048.269"], [1702465049, "163191.893"], [1702465085, "165457.771"], [1702465118, "166791.526"], [1702465145, "168908.988"], [1702465178, "171177.862"], [1702465208, "173949.488"], [1702465241, "176120.413"], [1702465298, "178999.877"], [1702465334, "180876.756"], [1702465367, "182433.21"], [1702465394, "183120.981"], [1702465418, "184349.87"], [1702465445, "186009.466"], [1702465481, "188465.877"], [1702465517, "190908.905"], [1702465550, "193628.113"], [1702465586, "196258.882"], [1702465619, "197773.992"], [1702465658, "201635.82"], [1702465706, "204432.264"], [1702465754, "208854.585"], [1702465787, "210973.289"], [1702465823, "212630.237"], [1702465856, "215128.535"], [1702465880, "216779.751"], [1702465910, "218815.752"], [1702465952, "221558.073"], [1702465988, "224325.073"], [1702466015, "226683.318"], [1702466030, "227219.458"], [1702466060, "229083.406"], [1702466078, "230176.843"], [1702466138, "233897.275"], [1702466168, "236037.122"], [1702466204, "238327.534"], [1702466237, "240958.684"], [1702466261, "242383.418"], [1702466291, "244362.239"], [1702466327, "246889.99"], [1702466360, "249664.972"], [1702466384, "251226.238"], [1702466417, "252804.582"], [1702466441, "253690.414"], [1702466471, "254718.24"], [1702466507, "256725.023"], [1702466540, "258765.317"], [1702466597, "262225.783"], [1702466633, "264702.18"], [1702466666, "267665.896"], [1702466705, "270128.276"], [1702466732, "272921.121"], [1702466765, "275169.504"], [1702466801, "277496.861"], [1702466852, "282003.615"], [1702466876, "282976.03"], [1702466918, "285894.135"], [1702466978, "289997.575"], [1702467014, "291853.991"], [1702467038, "294338.556"], [1702467068, "296812.746"], [1702467122, "300358.06"], [1702467158, "303217.796"], [1702467191, "306020.447"], [1702467221, "308362.042"], [1702467257, "310939.706"], [1702467299, "313466.748"], [1702467350, "317271.724"], [1702467386, "320181.578"], [1702467419, "322768.051"], [1702467455, "325631.66"], [1702467515, "327761.78"], [1702467542, "329509.637"], [1702467566, "330549.73"], [1702467599, "332307.902"], [1702467635, "333593.505"], [1702467668, "336121.915"], [1702467695, "337986.873"], [1702467716, "339480.026"], [1702467746, "341439.904"], [1702467800, "345869.591"], [1702467824, "347375.12"], [1702467908, "353514.274"], [1702467944, "356336.224"], [1702467968, "357743.297"], [1702468001, "360097.454"], [1702468031, "361406.511"], [1702468067, "364137.993"], [1702468085, "365606.765"], [1702468115, "367590.846"], [1702468151, "370040.362"], [1702468181, "372679.657"], [1702468208, "374634.894"], [1702468241, "376846.045"], [1702468256, "377665.189"], [1702468286, "379106.853"], [1702468322, "381037.625"], [1702468352, "384849.423"], [1702468388, "387320.729"], [1702468424, "389558.473"], [1702468457, "392102.484"], [1702468493, "394655.358"], [1702468517, "397170.47"], [1702468550, "399456.242"], [1702468586, "401417.672"], [1702468613, "403439.817"], [1702468637, "404972.956"], [1702468679, "407188.233"], [1702468721, "410280.35"], [1702468730, "410626.629"], [1702468766, "412978.532"], [1702468799, "415838.453"], [1702468835, "417872.668"], [1702468898, "422901.767"], [1702468934, "427003.76"], [1702468970, "429454.178"], [1702468994, "431415.94"], [1702469024, "432390.016"], [1702469060, "436319.325"], [1702469111, "440271.567"], [1702469144, "442533.046"], [1702469168, "443556.742"], [1702469204, "446560.958"], [1702469237, "449365.963"], [1702469273, "451800.559"], [1702469303, "454819.572"], [1702469336, "457289.033"], [1702469360, "458765.352"], [1702469387, "459825.223"], [1702469411, "461972.966"], [1702469435, "464109.513"], [1702469468, "466612.297"], [1702469504, "468331.277"], [1702469537, "470511.838"], [1702469573, "472673.011"], [1702469606, "475896.078"], [1702469633, "477847.279"], [1702469660, "480286.988"], [1702469684, "481952.019"], [1702469717, "484406.908"], [1702469753, "486063.001"], [1702469786, "488368.569"], [1702469816, "489852.958"], [1702469834, "491474.96"], [1702469864, "493171.206"], [1702469906, "494941.338"], [1702469936, "497043.265"], [1702469972, "499375.483"], [1702470005, "501620.717"], [1702470029, "502486.332"], [1702470065, "503996.782"], [1702470101, "506845.834"], [1702470131, "508555.838"], [1702470167, "511780.414"], [1702470203, "515116.457"], [1702470251, "517900.6"], [1702470278, "520778.068"], [1702470311, "523199.035"], [1702470347, "526047.092"], [1702470371, "527398.317"], [1702470404, "529489.492"], [1702470440, "531325.05"], [1702470476, "534670.207"], [1702470506, "537557.071"], [1702470542, "540459.263"], [1702470575, "542931.479"], [1702470611, "545364.649"], [1702470635, "547252.173"], [1702470662, "548931.133"], [1702470686, "551001.062"], [1702470719, "552912.898"], [1702470746, "555307.528"], [1702470812, "558325.473"], [1702470845, "560194.273"], [1702470875, "561490.894"], [1702470899, "563084.795"], [1702470953, "566022.491"], [1702470983, "566928.53"], [1702471025, "569177.088"], [1702471067, "572374.001"], [1702471169, "577323.972"], [1702471193, "578307.045"], [1702471226, "580353.709"], [1702471265, "583109.882"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "17698.281"], [1702462721, "18187.514"], [1702462736, "18676.747"], [1702462751, "19165.98"], [1702462763, "19655.213"], [1702462793, "20633.679"], [1702462808, "21122.912"], [1702462829, "21612.145"], [1702462844, "22101.378"], [1702462865, "22590.611"], [1702462880, "23079.844"], [1702462904, "24058.31"], [1702462919, "24547.543"], [1702462952, "25526.009"], [1702462973, "26015.242"], [1702462988, "26504.475"], [1702463045, "27972.174"], [1702463081, "28950.64"], [1702463114, "29929.106"], [1702463150, "30907.572"], [1702463186, "31886.038"], [1702463216, "32864.504"], [1702463240, "33842.97"], [1702463273, "34821.436"], [1702463324, "36289.135"], [1702463354, "37267.601"], [1702463381, "38246.067"], [1702463417, "39224.533"], [1702463453, "40202.999"], [1702463477, "41181.465"], [1702463510, "42159.931"], [1702463537, "43138.397"], [1702463570, "44116.863"], [1702463591, "45095.329"], [1702463621, "46073.795"], [1702463657, "47052.261"], [1702463693, "48030.727"], [1702463729, "49009.193"], [1702463765, "49987.659"], [1702463798, "50966.125"], [1702463846, "52433.824"], [1702463873, "53412.29"], [1702463906, "54390.756"], [1702463948, "55858.455"], [1702463984, "56836.921"], [1702464014, "57815.387"], [1702464050, "58793.853"], [1702464086, "59772.319"], [1702464122, "60750.785"], [1702464155, "61729.251"], [1702464194, "63196.95"], [1702464230, "64175.416"], [1702464263, "65153.882"], [1702464299, "66132.348"], [1702464332, "67110.814"], [1702464356, "68089.28"], [1702464392, "69067.746"], [1702464425, "70046.212"], [1702464455, "71024.678"], [1702464479, "72003.144"], [1702464509, "72981.61"], [1702464533, "73960.076"], [1702464569, "74938.542"], [1702464605, "75917.008"], [1702464635, "76895.474"], [1702464671, "77873.94"], [1702464716, "78852.406"], [1702464743, "79830.872"], [1702464776, "80809.338"], [1702464812, "81787.804"], [1702464836, "82766.27"], [1702464869, "83744.736"], [1702464905, "84723.202"], [1702464926, "85701.668"], [1702464956, "86680.134"], [1702464992, "87658.6"], [1702465016, "88637.066"], [1702465049, "89615.532"], [1702465085, "90593.998"], [1702465118, "91572.464"], [1702465145, "92550.93"], [1702465178, "93529.396"], [1702465208, "94507.862"], [1702465241, "95486.328"], [1702465298, "96954.027"], [1702465334, "97932.493"], [1702465367, "98910.959"], [1702465394, "99889.425"], [1702465418, "100867.891"], [1702465445, "101846.357"], [1702465481, "102824.823"], [1702465517, "103803.289"], [1702465550, "104781.755"], [1702465586, "105760.221"], [1702465619, "106738.687"], [1702465658, "107717.153"], [1702465706, "108695.619"], [1702465754, "110163.318"], [1702465787, "111141.784"], [1702465823, "112120.25"], [1702465856, "113098.716"], [1702465880, "114077.182"], [1702465910, "115055.648"], [1702465952, "116034.114"], [1702465988, "117012.58"], [1702466015, "117991.046"], [1702466030, "118969.512"], [1702466060, "119947.978"], [1702466078, "120926.444"], [1702466138, "122394.143"], [1702466168, "123372.609"], [1702466204, "124351.075"], [1702466237, "125329.541"], [1702466261, "126308.007"], [1702466291, "127286.473"], [1702466327, "128264.939"], [1702466360, "129243.405"], [1702466384, "130221.871"], [1702466417, "131200.337"], [1702466441, "132178.803"], [1702466471, "133157.269"], [1702466507, "134135.735"], [1702466540, "135114.201"], [1702466597, "136581.9"], [1702466633, "137560.366"], [1702466666, "138538.832"], [1702466705, "139517.298"], [1702466732, "140495.764"], [1702466765, "141474.23"], [1702466801, "142452.696"], [1702466852, "143920.395"], [1702466876, "144898.861"], [1702466918, "145877.327"], [1702466978, "147834.259"], [1702467014, "148812.725"], [1702467038, "149791.191"], [1702467068, "150769.657"], [1702467122, "152237.356"], [1702467158, "153215.822"], [1702467191, "154194.288"], [1702467221, "155172.754"], [1702467257, "156151.22"], [1702467299, "157129.686"], [1702467350, "158597.385"], [1702467386, "159575.851"], [1702467419, "160554.317"], [1702467455, "161532.783"], [1702467515, "163489.715"], [1702467542, "164468.181"], [1702467566, "165446.647"], [1702467599, "166425.113"], [1702467635, "167403.579"], [1702467668, "168382.045"], [1702467695, "169360.511"], [1702467716, "170338.977"], [1702467746, "171317.443"], [1702467800, "172785.142"], [1702467824, "173763.608"], [1702467908, "176209.773"], [1702467944, "177188.239"], [1702467968, "178166.705"], [1702468001, "179145.171"], [1702468031, "180123.637"], [1702468067, "181102.103"], [1702468085, "182080.569"], [1702468115, "183059.035"], [1702468151, "184037.501"], [1702468181, "185015.967"], [1702468208, "185994.433"], [1702468241, "186972.899"], [1702468256, "187951.365"], [1702468286, "188929.831"], [1702468322, "189908.297"], [1702468352, "190886.763"], [1702468388, "191865.229"], [1702468424, "192843.695"], [1702468457, "193822.161"], [1702468493, "194800.627"], [1702468517, "195779.093"], [1702468550, "196757.559"], [1702468586, "197736.025"], [1702468613, "198714.491"], [1702468637, "199692.957"], [1702468679, "200671.423"], [1702468721, "201649.889"], [1702468730, "202139.122"], [1702468766, "203117.588"], [1702468799, "204096.054"], [1702468835, "205074.52"], [1702468898, "206542.219"], [1702468934, "207520.685"], [1702468970, "208499.151"], [1702468994, "209477.617"], [1702469024, "210456.083"], [1702469060, "211434.549"], [1702469111, "212902.248"], [1702469144, "213880.714"], [1702469168, "214859.18"], [1702469204, "215837.646"], [1702469237, "216816.112"], [1702469273, "217794.578"], [1702469303, "218773.044"], [1702469336, "219751.51"], [1702469360, "220729.976"], [1702469387, "221708.442"], [1702469411, "222686.908"], [1702469435, "223665.374"], [1702469468, "224643.84"], [1702469504, "225622.306"], [1702469537, "226600.772"], [1702469573, "227579.238"], [1702469606, "228557.704"], [1702469633, "229536.17"], [1702469660, "230514.636"], [1702469684, "231493.102"], [1702469717, "232471.568"], [1702469753, "233450.034"], [1702469786, "234428.5"], [1702469816, "235406.966"], [1702469834, "236385.432"], [1702469864, "237363.898"], [1702469906, "238831.597"], [1702469936, "239810.063"], [1702469972, "240788.529"], [1702470005, "241766.995"], [1702470029, "242745.461"], [1702470065, "243723.927"], [1702470101, "244702.393"], [1702470131, "245680.859"], [1702470167, "246659.325"], [1702470203, "247637.791"], [1702470251, "249105.49"], [1702470278, "250083.956"], [1702470311, "251062.422"], [1702470347, "252040.888"], [1702470371, "253019.354"], [1702470404, "253997.82"], [1702470440, "254976.286"], [1702470476, "255954.752"], [1702470506, "256933.218"], [1702470542, "257911.684"], [1702470575, "258890.15"], [1702470611, "259868.616"], [1702470635, "260847.082"], [1702470662, "261825.548"], [1702470686, "262804.014"], [1702470719, "263782.48"], [1702470746, "264760.946"], [1702470812, "266717.878"], [1702470845, "267696.344"], [1702470875, "268674.81"], [1702470899, "269653.276"], [1702470953, "271120.975"], [1702470983, "272099.441"], [1702471025, "273077.907"], [1702471067, "274545.606"], [1702471169, "276991.771"], [1702471193, "277970.237"], [1702471226, "278948.703"], [1702471265, "279927.169"]]}, {"metric": {"__name__": "kepler_node_package_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "17801.806"], [1702462721, "18300.316"], [1702462736, "18798.826"], [1702462751, "19297.336"], [1702462763, "19795.846"], [1702462793, "20792.866"], [1702462808, "21291.376"], [1702462829, "21789.886"], [1702462844, "22288.396"], [1702462865, "22786.906"], [1702462880, "23285.416"], [1702462904, "24282.436"], [1702462919, "24780.946"], [1702462952, "25777.966"], [1702462973, "26276.476"], [1702462988, "26774.986"], [1702463045, "28270.516"], [1702463081, "29267.536"], [1702463114, "30264.556"], [1702463150, "31261.576"], [1702463186, "32258.596"], [1702463216, "33255.616"], [1702463240, "34252.636"], [1702463273, "35249.656"], [1702463324, "36745.186"], [1702463354, "37742.206"], [1702463381, "38739.226"], [1702463417, "39736.246"], [1702463453, "40733.266"], [1702463477, "41730.286"], [1702463510, "42727.306"], [1702463537, "43724.326"], [1702463570, "44721.346"], [1702463591, "45718.366"], [1702463621, "46715.386"], [1702463657, "47712.406"], [1702463693, "48709.426"], [1702463729, "49706.446"], [1702463765, "50703.466"], [1702463798, "51700.486"], [1702463846, "53196.016"], [1702463873, "54193.036"], [1702463906, "55190.056"], [1702463948, "56685.586"], [1702463984, "57682.606"], [1702464014, "58679.626"], [1702464050, "59676.646"], [1702464086, "60673.666"], [1702464122, "61670.686"], [1702464155, "62667.706"], [1702464194, "64163.236"], [1702464230, "65160.256"], [1702464263, "66157.276"], [1702464299, "67154.296"], [1702464332, "68151.316"], [1702464356, "69148.336"], [1702464392, "70145.356"], [1702464425, "71142.376"], [1702464455, "72139.396"], [1702464479, "73136.416"], [1702464509, "74133.436"], [1702464533, "75130.456"], [1702464569, "76127.476"], [1702464605, "77124.496"], [1702464635, "78121.516"], [1702464671, "79118.536"], [1702464716, "80115.556"], [1702464743, "81112.576"], [1702464776, "82109.596"], [1702464812, "83106.616"], [1702464836, "84103.636"], [1702464869, "85100.656"], [1702464905, "86097.676"], [1702464926, "87094.696"], [1702464956, "88091.716"], [1702464992, "89088.736"], [1702465016, "90085.756"], [1702465049, "91082.776"], [1702465085, "92079.796"], [1702465118, "93076.816"], [1702465145, "94073.836"], [1702465178, "95070.856"], [1702465208, "96067.876"], [1702465241, "97064.896"], [1702465298, "98560.426"], [1702465334, "99557.446"], [1702465367, "100554.466"], [1702465394, "101551.486"], [1702465418, "102548.506"], [1702465445, "103545.526"], [1702465481, "104542.546"], [1702465517, "105539.566"], [1702465550, "106536.586"], [1702465586, "107533.606"], [1702465619, "108530.626"], [1702465658, "109527.646"], [1702465706, "110524.666"], [1702465754, "112020.196"], [1702465787, "113017.216"], [1702465823, "114014.236"], [1702465856, "115011.256"], [1702465880, "116008.276"], [1702465910, "117005.296"], [1702465952, "118002.316"], [1702465988, "118999.336"], [1702466015, "119996.356"], [1702466030, "120993.376"], [1702466060, "121990.396"], [1702466078, "122987.416"], [1702466138, "124482.946"], [1702466168, "125479.966"], [1702466204, "126476.986"], [1702466237, "127474.006"], [1702466261, "128471.026"], [1702466291, "129468.046"], [1702466327, "130465.066"], [1702466360, "131462.086"], [1702466384, "132459.106"], [1702466417, "133456.126"], [1702466441, "134453.146"], [1702466471, "135450.166"], [1702466507, "136447.186"], [1702466540, "137444.206"], [1702466597, "138939.736"], [1702466633, "139936.756"], [1702466666, "140933.776"], [1702466705, "141930.796"], [1702466732, "142927.816"], [1702466765, "143924.836"], [1702466801, "144921.856"], [1702466852, "146417.386"], [1702466876, "147414.406"], [1702466918, "148411.426"], [1702466978, "150405.466"], [1702467014, "151402.486"], [1702467038, "152399.506"], [1702467068, "153396.526"], [1702467122, "154892.056"], [1702467158, "155889.076"], [1702467191, "156886.096"], [1702467221, "157883.116"], [1702467257, "158880.136"], [1702467299, "159877.156"], [1702467350, "161372.686"], [1702467386, "162369.706"], [1702467419, "163366.726"], [1702467455, "164363.746"], [1702467515, "166357.786"], [1702467542, "167354.806"], [1702467566, "168351.826"], [1702467599, "169348.846"], [1702467635, "170345.866"], [1702467668, "171342.886"], [1702467695, "172339.906"], [1702467716, "173336.926"], [1702467746, "174333.946"], [1702467800, "175829.476"], [1702467824, "176826.496"], [1702467908, "179319.046"], [1702467944, "180316.066"], [1702467968, "181313.086"], [1702468001, "182310.106"], [1702468031, "183307.126"], [1702468067, "184304.146"], [1702468085, "185301.166"], [1702468115, "186298.186"], [1702468151, "187295.206"], [1702468181, "188292.226"], [1702468208, "189289.246"], [1702468241, "190286.266"], [1702468256, "191283.286"], [1702468286, "192280.306"], [1702468322, "193277.326"], [1702468352, "194274.346"], [1702468388, "195271.366"], [1702468424, "196268.386"], [1702468457, "197265.406"], [1702468493, "198262.426"], [1702468517, "199259.446"], [1702468550, "200256.466"], [1702468586, "201253.486"], [1702468613, "202250.506"], [1702468637, "203247.526"], [1702468679, "204244.546"], [1702468721, "205241.566"], [1702468730, "205740.076"], [1702468766, "206737.096"], [1702468799, "207734.116"], [1702468835, "208731.136"], [1702468898, "210226.666"], [1702468934, "211223.686"], [1702468970, "212220.706"], [1702468994, "213217.726"], [1702469024, "214214.746"], [1702469060, "215211.766"], [1702469111, "216707.296"], [1702469144, "217704.316"], [1702469168, "218701.336"], [1702469204, "219698.356"], [1702469237, "220695.376"], [1702469273, "221692.396"], [1702469303, "222689.416"], [1702469336, "223686.436"], [1702469360, "224683.456"], [1702469387, "225680.476"], [1702469411, "226677.496"], [1702469435, "227674.516"], [1702469468, "228671.536"], [1702469504, "229668.556"], [1702469537, "230665.576"], [1702469573, "231662.596"], [1702469606, "232659.616"], [1702469633, "233656.636"], [1702469660, "234653.656"], [1702469684, "235650.676"], [1702469717, "236647.696"], [1702469753, "237644.716"], [1702469786, "238641.736"], [1702469816, "239638.756"], [1702469834, "240635.776"], [1702469864, "241632.796"], [1702469906, "243128.326"], [1702469936, "244125.346"], [1702469972, "245122.366"], [1702470005, "246119.386"], [1702470029, "247116.406"], [1702470065, "248113.426"], [1702470101, "249110.446"], [1702470131, "250107.466"], [1702470167, "251104.486"], [1702470203, "252101.506"], [1702470251, "253597.036"], [1702470278, "254594.056"], [1702470311, "255591.076"], [1702470347, "256588.096"], [1702470371, "257585.116"], [1702470404, "258582.136"], [1702470440, "259579.156"], [1702470476, "260576.176"], [1702470506, "261573.196"], [1702470542, "262570.216"], [1702470575, "263567.236"], [1702470611, "264564.256"], [1702470635, "265561.276"], [1702470662, "266558.296"], [1702470686, "267555.316"], [1702470719, "268552.336"], [1702470746, "269549.356"], [1702470812, "271543.396"], [1702470845, "272540.416"], [1702470875, "273537.436"], [1702470899, "274534.456"], [1702470953, "276029.986"], [1702470983, "277027.006"], [1702471025, "278024.026"], [1702471067, "279519.556"], [1702471169, "282012.106"], [1702471193, "283009.126"], [1702471226, "284006.146"], [1702471265, "285003.166"]]}], "kepler_node_platform_joules_total": [{"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462700, "477"], [1702462721, "495"], [1702462736, "510"], [1702462751, "534"], [1702462763, "549"], [1702462793, "582"], [1702462808, "630"], [1702462829, "942"], [1702462844, "1290"], [1702462865, "1497"], [1702462880, "1845"], [1702462904, "2520"], [1702462919, "2574"], [1702462952, "3339"], [1702462973, "3426"], [1702462988, "3852"], [1702463045, "4725"], [1702463081, "5265"], [1702463114, "5880"], [1702463150, "5919"], [1702463186, "5991"], [1702463216, "6657"], [1702463240, "7317"], [1702463273, "7974"], [1702463324, "9183"], [1702463354, "10035"], [1702463381, "10767"], [1702463417, "11457"], [1702463453, "12057"], [1702463477, "13071"], [1702463510, "13815"], [1702463537, "14601"], [1702463570, "14991"], [1702463591, "15609"], [1702463621, "15999"], [1702463657, "16416"], [1702463693, "17208"], [1702463729, "17703"], [1702463765, "18234"], [1702463798, "19005"], [1702463846, "20058"], [1702463873, "20829"], [1702463906, "21279"], [1702463948, "22260"], [1702463984, "22914"], [1702464014, "23571"], [1702464050, "23958"], [1702464086, "24774"], [1702464122, "25515"], [1702464155, "25932"], [1702464194, "26643"], [1702464230, "26955"], [1702464263, "27003"], [1702464299, "27318"], [1702464332, "27726"], [1702464356, "28368"], [1702464392, "29025"], [1702464425, "29490"], [1702464455, "30318"], [1702464479, "30936"], [1702464509, "31707"], [1702464533, "32229"], [1702464569, "32994"], [1702464605, "33723"], [1702464635, "34440"], [1702464671, "35139"], [1702464716, "35814"], [1702464743, "36543"], [1702464776, "37293"], [1702464812, "37965"], [1702464836, "38868"], [1702464869, "39585"], [1702464905, "40131"], [1702464926, "41025"], [1702464956, "41709"], [1702464992, "42123"], [1702465016, "42918"], [1702465049, "43566"], [1702465085, "44229"], [1702465118, "44925"], [1702465145, "45306"], [1702465178, "45900"], [1702465208, "46644"], [1702465241, "47088"], [1702465298, "47883"], [1702465334, "48099"], [1702465367, "48321"], [1702465394, "48645"], [1702465418, "49284"], [1702465445, "49734"], [1702465481, "50409"], [1702465517, "51045"], [1702465550, "51735"], [1702465586, "52206"], [1702465619, "52956"], [1702465658, "53721"], [1702465706, "54384"], [1702465754, "55416"], [1702465787, "56064"], [1702465823, "56559"], [1702465856, "56949"], [1702465880, "57363"], [1702465910, "57954"], [1702465952, "58707"], [1702465988, "59160"], [1702466015, "59718"], [1702466030, "60540"], [1702466060, "61308"], [1702466078, "61797"], [1702466138, "62805"], [1702466168, "63213"], [1702466204, "63867"], [1702466237, "64269"], [1702466261, "64800"], [1702466291, "65265"], [1702466327, "65907"], [1702466360, "66411"], [1702466384, "67137"], [1702466417, "67461"], [1702466441, "67998"], [1702466471, "68259"], [1702466507, "68586"], [1702466540, "69201"], [1702466597, "69888"], [1702466633, "70593"], [1702466666, "71307"], [1702466705, "71679"], [1702466732, "72222"], [1702466765, "72786"], [1702466801, "73698"], [1702466852, "74331"], [1702466876, "75093"], [1702466918, "75783"], [1702466978, "77151"], [1702467014, "77706"], [1702467038, "78528"], [1702467068, "79416"], [1702467122, "80397"], [1702467158, "80949"], [1702467191, "81615"], [1702467221, "82218"], [1702467257, "82683"], [1702467299, "83400"], [1702467350, "84678"], [1702467386, "85176"], [1702467419, "85980"], [1702467455, "86580"], [1702467515, "87711"], [1702467542, "88179"], [1702467566, "88515"], [1702467599, "89031"], [1702467635, "89583"], [1702467668, "90012"], [1702467695, "90492"], [1702467716, "91356"], [1702467746, "92100"], [1702467800, "93630"], [1702467824, "94767"], [1702467908, "97215"], [1702467944, "97863"], [1702467968, "98367"], [1702468001, "99261"], [1702468031, "99969"], [1702468067, "100065"], [1702468085, "100962"], [1702468115, "101529"], [1702468151, "102210"], [1702468181, "102834"], [1702468208, "103632"], [1702468241, "104604"], [1702468256, "105741"], [1702468286, "106350"], [1702468322, "107358"], [1702468352, "108264"], [1702468388, "108711"], [1702468424, "109575"], [1702468457, "110079"], [1702468493, "110670"], [1702468517, "111330"], [1702468550, "112005"], [1702468586, "113115"], [1702468613, "114015"], [1702468637, "114561"], [1702468679, "115377"], [1702468721, "116199"], [1702468730, "116238"], [1702468766, "116988"], [1702468799, "117462"], [1702468835, "117984"], [1702468898, "119190"], [1702468934, "120291"], [1702468970, "121377"], [1702468994, "122487"], [1702469024, "123132"], [1702469060, "124230"], [1702469111, "125697"], [1702469144, "126294"], [1702469168, "126966"], [1702469204, "127383"], [1702469237, "127917"], [1702469273, "129108"], [1702469303, "129729"], [1702469336, "130419"], [1702469360, "131286"], [1702469387, "132372"], [1702469411, "133344"], [1702469435, "133974"], [1702469468, "134913"], [1702469504, "135342"], [1702469537, "136089"], [1702469573, "136926"], [1702469606, "137430"], [1702469633, "138387"], [1702469660, "139368"], [1702469684, "140010"], [1702469717, "140640"], [1702469753, "141231"], [1702469786, "141978"], [1702469816, "142536"], [1702469834, "143460"], [1702469864, "143973"], [1702469906, "144696"], [1702469936, "145113"], [1702469972, "145710"], [1702470005, "146469"], [1702470029, "147018"], [1702470065, "147852"], [1702470101, "148995"], [1702470131, "149994"], [1702470167, "151014"], [1702470203, "151980"], [1702470251, "153531"], [1702470278, "154428"], [1702470311, "155337"], [1702470347, "156135"], [1702470371, "156525"], [1702470404, "157119"], [1702470440, "157935"], [1702470476, "158457"], [1702470506, "159291"], [1702470542, "160428"], [1702470575, "161427"], [1702470611, "162471"], [1702470635, "163332"], [1702470662, "164244"], [1702470686, "165348"], [1702470719, "166302"], [1702470746, "167244"], [1702470812, "167865"], [1702470845, "168261"], [1702470875, "168354"], [1702470899, "169038"], [1702470953, "169653"], [1702470983, "169857"], [1702471025, "170424"], [1702471067, "171249"], [1702471169, "172332"], [1702471193, "172515"], [1702471226, "173169"], [1702471265, "173847"]]}, {"metric": {"__name__": "kepler_node_platform_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "acpi"}, "values": [[1702462700, "44535"], [1702462721, "46242"], [1702462736, "47949"], [1702462751, "49656"], [1702462763, "51363"], [1702462793, "54777"], [1702462808, "56484"], [1702462829, "58191"], [1702462844, "59898"], [1702462865, "61605"], [1702462880, "63312"], [1702462904, "66726"], [1702462919, "68433"], [1702462952, "71847"], [1702462973, "73554"], [1702462988, "75261"], [1702463045, "80382"], [1702463081, "83796"], [1702463114, "87210"], [1702463150, "90624"], [1702463186, "94038"], [1702463216, "97452"], [1702463240, "100866"], [1702463273, "104280"], [1702463324, "109401"], [1702463354, "112815"], [1702463381, "116229"], [1702463417, "119643"], [1702463453, "123057"], [1702463477, "126471"], [1702463510, "129885"], [1702463537, "133299"], [1702463570, "136713"], [1702463591, "140127"], [1702463621, "143541"], [1702463657, "146955"], [1702463693, "150369"], [1702463729, "153783"], [1702463765, "157197"], [1702463798, "160611"], [1702463846, "165732"], [1702463873, "169146"], [1702463906, "172560"], [1702463948, "177681"], [1702463984, "181095"], [1702464014, "184509"], [1702464050, "187923"], [1702464086, "191337"], [1702464122, "194751"], [1702464155, "198165"], [1702464194, "203286"], [1702464230, "206700"], [1702464263, "210114"], [1702464299, "213528"], [1702464332, "216942"], [1702464356, "220356"], [1702464392, "223770"], [1702464425, "227184"], [1702464455, "230598"], [1702464479, "234012"], [1702464509, "237426"], [1702464533, "240840"], [1702464569, "244254"], [1702464605, "247668"], [1702464635, "251082"], [1702464671, "254496"], [1702464716, "257910"], [1702464743, "261324"], [1702464776, "264738"], [1702464812, "268152"], [1702464836, "271566"], [1702464869, "274980"], [1702464905, "278394"], [1702464926, "281808"], [1702464956, "285222"], [1702464992, "288636"], [1702465016, "292050"], [1702465049, "295464"], [1702465085, "298878"], [1702465118, "302292"], [1702465145, "305706"], [1702465178, "309120"], [1702465208, "312534"], [1702465241, "315948"], [1702465298, "321069"], [1702465334, "324483"], [1702465367, "327897"], [1702465394, "331311"], [1702465418, "334725"], [1702465445, "338139"], [1702465481, "341553"], [1702465517, "344967"], [1702465550, "348381"], [1702465586, "351795"], [1702465619, "355209"], [1702465658, "358623"], [1702465706, "362037"], [1702465754, "367158"], [1702465787, "370572"], [1702465823, "373986"], [1702465856, "377400"], [1702465880, "380814"], [1702465910, "384228"], [1702465952, "387642"], [1702465988, "391056"], [1702466015, "394470"], [1702466030, "397884"], [1702466060, "401298"], [1702466078, "404712"], [1702466138, "409833"], [1702466168, "413247"], [1702466204, "416661"], [1702466237, "420075"], [1702466261, "423489"], [1702466291, "426903"], [1702466327, "430317"], [1702466360, "433731"], [1702466384, "437145"], [1702466417, "440559"], [1702466441, "443973"], [1702466471, "447387"], [1702466507, "450801"], [1702466540, "454215"], [1702466597, "459336"], [1702466633, "462750"], [1702466666, "466164"], [1702466705, "469578"], [1702466732, "472992"], [1702466765, "476406"], [1702466801, "479820"], [1702466852, "484941"], [1702466876, "488355"], [1702466918, "491769"], [1702466978, "498597"], [1702467014, "502011"], [1702467038, "505425"], [1702467068, "508839"], [1702467122, "513960"], [1702467158, "517374"], [1702467191, "520788"], [1702467221, "524202"], [1702467257, "527616"], [1702467299, "531030"], [1702467350, "536151"], [1702467386, "539565"], [1702467419, "542979"], [1702467455, "546393"], [1702467515, "553221"], [1702467542, "556635"], [1702467566, "560049"], [1702467599, "563463"], [1702467635, "566877"], [1702467668, "570291"], [1702467695, "573705"], [1702467716, "577119"], [1702467746, "580533"], [1702467800, "585654"], [1702467824, "589068"], [1702467908, "597603"], [1702467944, "601017"], [1702467968, "604431"], [1702468001, "607845"], [1702468031, "611259"], [1702468067, "614673"], [1702468085, "618087"], [1702468115, "621501"], [1702468151, "624915"], [1702468181, "628329"], [1702468208, "631743"], [1702468241, "635157"], [1702468256, "638571"], [1702468286, "641985"], [1702468322, "645399"], [1702468352, "648813"], [1702468388, "652227"], [1702468424, "655641"], [1702468457, "659055"], [1702468493, "662469"], [1702468517, "665883"], [1702468550, "669297"], [1702468586, "672711"], [1702468613, "676125"], [1702468637, "679539"], [1702468679, "682953"], [1702468721, "686367"], [1702468730, "688074"], [1702468766, "691488"], [1702468799, "694902"], [1702468835, "698316"], [1702468898, "703437"], [1702468934, "706851"], [1702468970, "710265"], [1702468994, "713679"], [1702469024, "717093"], [1702469060, "720507"], [1702469111, "725628"], [1702469144, "729042"], [1702469168, "732456"], [1702469204, "735870"], [1702469237, "739284"], [1702469273, "742698"], [1702469303, "746112"], [1702469336, "749526"], [1702469360, "752940"], [1702469387, "756354"], [1702469411, "759768"], [1702469435, "763182"], [1702469468, "766596"], [1702469504, "770010"], [1702469537, "773424"], [1702469573, "776838"], [1702469606, "780252"], [1702469633, "783666"], [1702469660, "787080"], [1702469684, "790494"], [1702469717, "793908"], [1702469753, "797322"], [1702469786, "800736"], [1702469816, "804150"], [1702469834, "807564"], [1702469864, "810978"], [1702469906, "816099"], [1702469936, "819513"], [1702469972, "822927"], [1702470005, "826341"], [1702470029, "829755"], [1702470065, "833169"], [1702470101, "836583"], [1702470131, "839997"], [1702470167, "843411"], [1702470203, "846825"], [1702470251, "851946"], [1702470278, "855360"], [1702470311, "858774"], [1702470347, "862188"], [1702470371, "865602"], [1702470404, "869016"], [1702470440, "872430"], [1702470476, "875844"], [1702470506, "879258"], [1702470542, "882672"], [1702470575, "886086"], [1702470611, "889500"], [1702470635, "892914"], [1702470662, "896328"], [1702470686, "899742"], [1702470719, "903156"], [1702470746, "906570"], [1702470812, "913398"], [1702470845, "916812"], [1702470875, "920226"], [1702470899, "923640"], [1702470953, "928761"], [1702470983, "932175"], [1702471025, "935589"], [1702471067, "940710"], [1702471169, "949245"], [1702471193, "952659"], [1702471226, "956073"], [1702471265, "959487"]]}], "kepler_node_uncore_joules_total": [{"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "dynamic", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "0", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}, {"metric": {"__name__": "kepler_node_uncore_joules_total", "container": "kepler-exporter", "endpoint": "http", "exported_instance": "kind-fms-control-plane", "instance": "kind-fms-control-plane", "job": "kepler-exporter", "mode": "idle", "namespace": "kepler", "package": "1", "pod": "kepler-exporter-lw9fx", "service": "kepler-exporter", "source": "intel_rapl"}, "values": [[1702462700, "0"], [1702462721, "0"], [1702462736, "0"], [1702462751, "0"], [1702462763, "0"], [1702462793, "0"], [1702462808, "0"], [1702462829, "0"], [1702462844, "0"], [1702462865, "0"], [1702462880, "0"], [1702462904, "0"], [1702462919, "0"], [1702462952, "0"], [1702462973, "0"], [1702462988, "0"], [1702463045, "0"], [1702463081, "0"], [1702463114, "0"], [1702463150, "0"], [1702463186, "0"], [1702463216, "0"], [1702463240, "0"], [1702463273, "0"], [1702463324, "0"], [1702463354, "0"], [1702463381, "0"], [1702463417, "0"], [1702463453, "0"], [1702463477, "0"], [1702463510, "0"], [1702463537, "0"], [1702463570, "0"], [1702463591, "0"], [1702463621, "0"], [1702463657, "0"], [1702463693, "0"], [1702463729, "0"], [1702463765, "0"], [1702463798, "0"], [1702463846, "0"], [1702463873, "0"], [1702463906, "0"], [1702463948, "0"], [1702463984, "0"], [1702464014, "0"], [1702464050, "0"], [1702464086, "0"], [1702464122, "0"], [1702464155, "0"], [1702464194, "0"], [1702464230, "0"], [1702464263, "0"], [1702464299, "0"], [1702464332, "0"], [1702464356, "0"], [1702464392, "0"], [1702464425, "0"], [1702464455, "0"], [1702464479, "0"], [1702464509, "0"], [1702464533, "0"], [1702464569, "0"], [1702464605, "0"], [1702464635, "0"], [1702464671, "0"], [1702464716, "0"], [1702464743, "0"], [1702464776, "0"], [1702464812, "0"], [1702464836, "0"], [1702464869, "0"], [1702464905, "0"], [1702464926, "0"], [1702464956, "0"], [1702464992, "0"], [1702465016, "0"], [1702465049, "0"], [1702465085, "0"], [1702465118, "0"], [1702465145, "0"], [1702465178, "0"], [1702465208, "0"], [1702465241, "0"], [1702465298, "0"], [1702465334, "0"], [1702465367, "0"], [1702465394, "0"], [1702465418, "0"], [1702465445, "0"], [1702465481, "0"], [1702465517, "0"], [1702465550, "0"], [1702465586, "0"], [1702465619, "0"], [1702465658, "0"], [1702465706, "0"], [1702465754, "0"], [1702465787, "0"], [1702465823, "0"], [1702465856, "0"], [1702465880, "0"], [1702465910, "0"], [1702465952, "0"], [1702465988, "0"], [1702466015, "0"], [1702466030, "0"], [1702466060, "0"], [1702466078, "0"], [1702466138, "0"], [1702466168, "0"], [1702466204, "0"], [1702466237, "0"], [1702466261, "0"], [1702466291, "0"], [1702466327, "0"], [1702466360, "0"], [1702466384, "0"], [1702466417, "0"], [1702466441, "0"], [1702466471, "0"], [1702466507, "0"], [1702466540, "0"], [1702466597, "0"], [1702466633, "0"], [1702466666, "0"], [1702466705, "0"], [1702466732, "0"], [1702466765, "0"], [1702466801, "0"], [1702466852, "0"], [1702466876, "0"], [1702466918, "0"], [1702466978, "0"], [1702467014, "0"], [1702467038, "0"], [1702467068, "0"], [1702467122, "0"], [1702467158, "0"], [1702467191, "0"], [1702467221, "0"], [1702467257, "0"], [1702467299, "0"], [1702467350, "0"], [1702467386, "0"], [1702467419, "0"], [1702467455, "0"], [1702467515, "0"], [1702467542, "0"], [1702467566, "0"], [1702467599, "0"], [1702467635, "0"], [1702467668, "0"], [1702467695, "0"], [1702467716, "0"], [1702467746, "0"], [1702467800, "0"], [1702467824, "0"], [1702467908, "0"], [1702467944, "0"], [1702467968, "0"], [1702468001, "0"], [1702468031, "0"], [1702468067, "0"], [1702468085, "0"], [1702468115, "0"], [1702468151, "0"], [1702468181, "0"], [1702468208, "0"], [1702468241, "0"], [1702468256, "0"], [1702468286, "0"], [1702468322, "0"], [1702468352, "0"], [1702468388, "0"], [1702468424, "0"], [1702468457, "0"], [1702468493, "0"], [1702468517, "0"], [1702468550, "0"], [1702468586, "0"], [1702468613, "0"], [1702468637, "0"], [1702468679, "0"], [1702468721, "0"], [1702468730, "0"], [1702468766, "0"], [1702468799, "0"], [1702468835, "0"], [1702468898, "0"], [1702468934, "0"], [1702468970, "0"], [1702468994, "0"], [1702469024, "0"], [1702469060, "0"], [1702469111, "0"], [1702469144, "0"], [1702469168, "0"], [1702469204, "0"], [1702469237, "0"], [1702469273, "0"], [1702469303, "0"], [1702469336, "0"], [1702469360, "0"], [1702469387, "0"], [1702469411, "0"], [1702469435, "0"], [1702469468, "0"], [1702469504, "0"], [1702469537, "0"], [1702469573, "0"], [1702469606, "0"], [1702469633, "0"], [1702469660, "0"], [1702469684, "0"], [1702469717, "0"], [1702469753, "0"], [1702469786, "0"], [1702469816, "0"], [1702469834, "0"], [1702469864, "0"], [1702469906, "0"], [1702469936, "0"], [1702469972, "0"], [1702470005, "0"], [1702470029, "0"], [1702470065, "0"], [1702470101, "0"], [1702470131, "0"], [1702470167, "0"], [1702470203, "0"], [1702470251, "0"], [1702470278, "0"], [1702470311, "0"], [1702470347, "0"], [1702470371, "0"], [1702470404, "0"], [1702470440, "0"], [1702470476, "0"], [1702470506, "0"], [1702470542, "0"], [1702470575, "0"], [1702470611, "0"], [1702470635, "0"], [1702470662, "0"], [1702470686, "0"], [1702470719, "0"], [1702470746, "0"], [1702470812, "0"], [1702470845, "0"], [1702470875, "0"], [1702470899, "0"], [1702470953, "0"], [1702470983, "0"], [1702471025, "0"], [1702471067, "0"], [1702471169, "0"], [1702471193, "0"], [1702471226, "0"], [1702471265, "0"]]}]} \ No newline at end of file